On Sat, Feb 17, 2018 at 01:24:27PM +0100, Sebastien Marie wrote:
> Hi,
> 
> The following diff update lang/rust to 1.24.
> 
> Tests that was done:
> - build on i386 - but it seems the memory usage still grow. I added a
>   new knob to try to reduce it. I was able to build but after several
>   tries. BROKEN-i386 might be necessary ?
> 
> - build on amd64
> - pass rustc testsuite on amd64

Here make test fails early with:

tidy error: 
/usr/obj/ports/rust-1.24.0/rustc-1.24.0-src/src/rustllvm/ArchiveWrapper.cpp:245:
 tab character
tidy error: 
/usr/obj/ports/rust-1.24.0/rustc-1.24.0-src/src/rustllvm/ArchiveWrapper.cpp:245:
 trailing whitespace
some tidy checks failed


command did not execute successfully: 
"/usr/obj/ports/rust-1.24.0/build-amd64/build/x86_64-unknown-openbsd/stage0-tools-bin/tidy"
 "/usr/obj/ports/rust-1.24.0/rustc-1.24.0-src/src"
expected success, got: exit code: 1


Traceback (most recent call last):
  File "/usr/obj/ports/rust-1.24.0/rustc-1.24.0-src/x.py", line 20, in <module>
    bootstrap.main()
  File 
"/usr/obj/ports/rust-1.24.0/rustc-1.24.0-src/src/bootstrap/bootstrap.py", line 
758, in main
    bootstrap()
  File 
"/usr/obj/ports/rust-1.24.0/rustc-1.24.0-src/src/bootstrap/bootstrap.py", line 
749, in bootstrap
    run(args, env=env, verbose=build.verbose)
  File 
"/usr/obj/ports/rust-1.24.0/rustc-1.24.0-src/src/bootstrap/bootstrap.py", line 
148, in run
    raise RuntimeError(err)
RuntimeError: failed to run: 
/usr/obj/ports/rust-1.24.0/build-amd64/build/bootstrap/debug/bootstrap test 
--jobs=1


Other than that, it builds/packages on amd64, and fails on miniz-sys on i386 at
the first try. Will give it another chance locally..

Landry

Reply via email to