Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

comment out failing platforms #989

Open
wants to merge 4 commits into
base: master
Choose a base branch
from

Conversation

matbesancon
Copy link
Contributor

Attempt at #342
If a platform has failed, comment it out instead of removing it.

@matbesancon matbesancon reopened this Jan 11, 2021
@matbesancon
Copy link
Contributor Author

Test Docker_Unpacked and Test Privileged_SquashFS were failing on first try, will see if it was just error from non-related things

@giordano
Copy link
Member

I have no idea what's wrong with the registry, but it picks up old versions of JLLWrappers

@giordano
Copy link
Member

I assume you tested this locally?

@matbesancon
Copy link
Contributor Author

Partially but artifact download was freezing this weekend, not sure if my connexion, laptop or the registries issues were the reason.
I'm trying now with HiGHS. The package tests from BB itself are passing

@matbesancon
Copy link
Contributor Author

The tests are freezing again here:

 Downloading artifact: GCCBootstrap-x86_64-apple-darwin14.v4.8.5.x86_64-linux-musl.unpacked
    Downloading [============================>            ]  67.5 %

I believe it was at the same point the last times, not sure if there is something special with the GCCBootstrap artifacts?

@matbesancon
Copy link
Contributor Author

The last tests to pass were

Test Summary:    | Pass  Total
Shard testsuites |   13     13

and then a bunch of downloads and the freeze mentioned above

@giordano
Copy link
Member

I was more wondering if you tried out the new functionality yourself. It isn't exercised directly in the tests (you didn't add any test for it), and running locally the full test suite isn't a good idea (I did it once or twice, ever)

@giordano giordano closed this Jan 13, 2021
@giordano giordano reopened this Jan 13, 2021
@matbesancon
Copy link
Contributor Author

I was more wondering if you tried out the new functionality yourself

I tried it partially, I will re-run a complete package locally to see if it behaves as intended on the full wizard

@matbesancon
Copy link
Contributor Author

Me debugging some make errors is the new generative art network:

	make -j${nproc} highs
	make install libhighs
	make install
	make install highs
	vim Makefile 
	make package
	make install/fast
	make list
	make help
	make FortranHighs
	make install
	make help
	make libhighs
	make install help
	vim Makefile 
	make install/strip
	make install/strip fast
	make help
	make capi_unit_tests
	make install/local
	make install/fast

@matbesancon
Copy link
Contributor Author

I was two calls away from make install/prettyplease

@matbesancon
Copy link
Contributor Author

  Downloaded artifact: PlatformSupport-i686-linux-gnu.v2020.11.6.x86_64-linux-musl.unpacked
 Downloading artifact: GCCBootstrap-i686-linux-gnu.v5.2.0.x86_64-linux-musl.unpacked
    Downloading [=>                                       ]  1.2 %

^C┌ Error: curl_multi_remove_handle: 1
  Downloaded artifact: GCCBootstrap-i686-linux-gnu.v5.2.0.x86_64-linux-musl.unpacked
 Downloading artifact: GCCBootstrap-i686-linux-gnu.v5.2.0.x86_64-linux-musl.unpacked

I still can't seem to be able to run a wizard session locally, I still get the wizard to freeze at this step

@giordano
Copy link
Member

Even if you disable PkgServer with

export JULIA_PKG_SERVER=""

?

@matbesancon
Copy link
Contributor Author

Trying it. Will the wizard be able to complete the build without access to the Pkg server?

@giordano
Copy link
Member

Files would be downloaded directly from GitHub

@matbesancon
Copy link
Contributor Author

Even with export JULIA_PKG_SERVER="", the wizard fails at the same point locally

@giordano
Copy link
Member

giordano commented Feb 1, 2021

That's... surprising

@matbesancon
Copy link
Contributor Author

(on Julia 1.6)

@matbesancon
Copy link
Contributor Author

1.6 is the only way to make BB master run now right?

@giordano
Copy link
Member

giordano commented Feb 1, 2021

If you're brave enough, you can also try Julia master. Some stuff may not work though (in particular anything related with JLLs which are now standard libraries)

@matbesancon
Copy link
Contributor Author

I'm still getting these download freezes when downloading artifacts:

  Downloaded artifact: PlatformSupport-x86_64-linux-gnu.v2021.1.28.x86_64-linux-musl.unpacked
 Downloading artifact: GCCBootstrap-x86_64-linux-gnu.v4.8.5.x86_64-linux-musl.unpacked
    Downloading [============>                            ]  29.8 %

@matbesancon
Copy link
Contributor Author

an alternative would be to add a test to the wizard, but I don't see the final output being tested already, not sure how to approach it

@giordano
Copy link
Member

I'm still getting these download freezes when downloading artifacts:

Should hopefully be fixed by JuliaLang/Downloads.jl#102, which should make it for v1.6 (otherwise many downloads would freeze...)

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants