[INFO] updating cached repository GabrielMajeri/biors [INFO] running `"git" "fetch" "--all"` [INFO] [stdout] Fetching origin [INFO] [stderr] From git://github.com/GabrielMajeri/biors [INFO] [stderr] * branch HEAD -> FETCH_HEAD [INFO] running `"git" "clone" "work/cache/sources/gh/GabrielMajeri/biors" "work/ex/beta-1.38-1/sources/1.37.0/gh/GabrielMajeri/biors"` [INFO] [stderr] Cloning into 'work/ex/beta-1.38-1/sources/1.37.0/gh/GabrielMajeri/biors'... [INFO] [stderr] done. [INFO] running `"git" "clone" "work/cache/sources/gh/GabrielMajeri/biors" "work/ex/beta-1.38-1/sources/beta-2019-08-13/gh/GabrielMajeri/biors"` [INFO] [stderr] Cloning into 'work/ex/beta-1.38-1/sources/beta-2019-08-13/gh/GabrielMajeri/biors'... [INFO] [stderr] done. [INFO] running `"git" "rev-parse" "HEAD"` [INFO] [stdout] 037d5cbfc57aecadadfa650f7779dad7c529f717 [INFO] sha for GitHub repo GabrielMajeri/biors: 037d5cbfc57aecadadfa650f7779dad7c529f717 [INFO] validating manifest of GabrielMajeri/biors on toolchain 1.37.0 [INFO] running `"/mnt/big/crater/work/local/cargo-home/bin/cargo" "+1.37.0" "read-manifest" "--manifest-path" "Cargo.toml"` [INFO] validating manifest of GabrielMajeri/biors on toolchain beta-2019-08-13 [INFO] running `"/mnt/big/crater/work/local/cargo-home/bin/cargo" "+beta-2019-08-13" "read-manifest" "--manifest-path" "Cargo.toml"` [INFO] started frobbing GabrielMajeri/biors [INFO] finished frobbing GabrielMajeri/biors [INFO] frobbed toml for GabrielMajeri/biors written to work/ex/beta-1.38-1/sources/1.37.0/gh/GabrielMajeri/biors/Cargo.toml [INFO] started frobbing GabrielMajeri/biors [INFO] finished frobbing GabrielMajeri/biors [INFO] frobbed toml for GabrielMajeri/biors written to work/ex/beta-1.38-1/sources/beta-2019-08-13/gh/GabrielMajeri/biors/Cargo.toml [INFO] crate GabrielMajeri/biors already has a lockfile, it will not be regenerated [INFO] running `"/mnt/big/crater/work/local/cargo-home/bin/cargo" "+1.37.0" "fetch" "--locked" "--manifest-path" "Cargo.toml"` [INFO] [stderr] Updating crates.io index [INFO] [stderr] error: the lock file /mnt/big/crater/work/ex/beta-1.38-1/sources/1.37.0/gh/GabrielMajeri/biors/Cargo.lock needs to be updated but --locked was passed to prevent this [INFO] the lockfile is outdated, regenerating it [INFO] running `"/mnt/big/crater/work/local/cargo-home/bin/cargo" "+1.37.0" "generate-lockfile" "--manifest-path" "Cargo.toml" "-Zno-index-update"` [INFO] running `"/mnt/big/crater/work/local/cargo-home/bin/cargo" "+beta-2019-08-13" "generate-lockfile" "--manifest-path" "Cargo.toml" "-Zno-index-update"` [INFO] running `"/mnt/big/crater/work/local/cargo-home/bin/cargo" "+1.37.0" "fetch" "--locked" "--manifest-path" "Cargo.toml"` [INFO] running `"/mnt/big/crater/work/local/cargo-home/bin/cargo" "+beta-2019-08-13" "fetch" "--locked" "--manifest-path" "Cargo.toml"` [INFO] testing GabrielMajeri/biors against 1.37.0 for beta-1.38-1 [INFO] running `"docker" "create" "-v" "/mnt/big/crater/work/local/target-dirs/beta-1.38-1/worker-5/1.37.0:/opt/crater/target:rw,Z" "-v" "/mnt/big/crater/work/ex/beta-1.38-1/sources/1.37.0/gh/GabrielMajeri/biors:/opt/crater/workdir:ro,Z" "-v" "/mnt/big/crater/work/local/cargo-home:/opt/crater/cargo-home:ro,Z" "-v" "/mnt/big/crater/work/local/rustup-home:/opt/crater/rustup-home:ro,Z" "-e" "USER_ID=1000" "-e" "SOURCE_DIR=/opt/crater/workdir" "-e" "MAP_USER_ID=1000" "-e" "CARGO_TARGET_DIR=/opt/crater/target" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=warn" "-e" "CARGO_HOME=/opt/crater/cargo-home" "-e" "RUSTUP_HOME=/opt/crater/rustup-home" "-w" "/opt/crater/workdir" "-m" "1536M" "--network" "none" "rustops/crates-build-env" "/opt/crater/cargo-home/bin/cargo" "+1.37.0" "build" "--frozen"` [INFO] [stdout] 22d961e25d0ccf7bae5e90f01558e3afbd0bbac62be72c6e91e3a3d3fa712102 [INFO] running `"docker" "start" "-a" "22d961e25d0ccf7bae5e90f01558e3afbd0bbac62be72c6e91e3a3d3fa712102"` [INFO] [stderr] Compiling byteorder v0.5.3 [INFO] [stderr] Compiling bitflags v0.7.0 [INFO] [stderr] Compiling num-traits v0.2.8 [INFO] [stderr] Compiling num-integer v0.1.41 [INFO] [stderr] Compiling num-iter v0.1.39 [INFO] [stderr] Compiling phf_shared v0.7.24 [INFO] [stderr] Compiling biors v0.1.0 (/opt/crater/workdir) [INFO] [stderr] Compiling raw-cpuid v2.0.2 [INFO] [stderr] Compiling phf_generator v0.7.24 [INFO] [stderr] Compiling phf v0.7.24 [INFO] [stderr] error[E0554]: #![feature] may not be used on the stable release channel [INFO] [stderr] --> /opt/crater/cargo-home/registry/src/github.com-1ecc6299db9ec823/raw-cpuid-2.0.2/src/lib.rs:1:1 [INFO] [stderr] | [INFO] [stderr] 1 | #![feature(prelude_import, asm)] [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stderr] [INFO] [stderr] Compiling csv v0.14.7 [INFO] [stderr] Compiling phf_codegen v0.7.24 [INFO] [stderr] error: failed to run custom build command for `biors v0.1.0 (/opt/crater/workdir)` [INFO] [stderr] [INFO] [stderr] Caused by: [INFO] [stderr] process didn't exit successfully: `/opt/crater/target/debug/build/biors-cc54983cd2a4e9a1/build-script-build` (exit code: 1) [INFO] [stderr] --- stdout [INFO] [stderr] TARGET = Some("x86_64-unknown-linux-gnu") [INFO] [stderr] OPT_LEVEL = Some("0") [INFO] [stderr] HOST = Some("x86_64-unknown-linux-gnu") [INFO] [stderr] CC_x86_64-unknown-linux-gnu = None [INFO] [stderr] CC_x86_64_unknown_linux_gnu = None [INFO] [stderr] HOST_CC = None [INFO] [stderr] CC = None [INFO] [stderr] CFLAGS_x86_64-unknown-linux-gnu = None [INFO] [stderr] CFLAGS_x86_64_unknown_linux_gnu = None [INFO] [stderr] HOST_CFLAGS = None [INFO] [stderr] CFLAGS = None [INFO] [stderr] CRATE_CC_NO_DEFAULTS = None [INFO] [stderr] DEBUG = Some("true") [INFO] [stderr] CARGO_CFG_TARGET_FEATURE = Some("fxsr,sse,sse2") [INFO] [stderr] running: "cc" "-O0" "-ffunction-sections" "-fdata-sections" "-fPIC" "-g" "-fno-omit-frame-pointer" "-m64" "-Wall" "-Wextra" "-Werror" "-o" "/opt/crater/target/debug/build/biors-0989ffb8510ac8f3/out/src/arch/x86/start.o" "-c" "src/arch/x86/start.S" [INFO] [stderr] cargo:warning=src/arch/x86/start.S: Assembler messages: [INFO] [stderr] cargo:warning=src/arch/x86/start.S:3: Error: unknown pseudo-op: `.rodata' [INFO] [stderr] cargo:warning=src/arch/x86/start.S:95: Error: can't handle non absolute segment in `ljmp' [INFO] [stderr] exit code: 1 [INFO] [stderr] [INFO] [stderr] --- stderr [INFO] [stderr] [INFO] [stderr] [INFO] [stderr] error occurred: Command "cc" "-O0" "-ffunction-sections" "-fdata-sections" "-fPIC" "-g" "-fno-omit-frame-pointer" "-m64" "-Wall" "-Wextra" "-Werror" "-o" "/opt/crater/target/debug/build/biors-0989ffb8510ac8f3/out/src/arch/x86/start.o" "-c" "src/arch/x86/start.S" with args "cc" did not execute successfully (status code exit code: 1). [INFO] [stderr] [INFO] [stderr] [INFO] [stderr] [INFO] [stderr] warning: build failed, waiting for other jobs to finish... [INFO] [stderr] error: aborting due to previous error [INFO] [stderr] [INFO] [stderr] For more information about this error, try `rustc --explain E0554`. [INFO] [stderr] error: Could not compile `raw-cpuid`. [INFO] [stderr] warning: build failed, waiting for other jobs to finish... [INFO] [stderr] error: build failed [INFO] running `"docker" "inspect" "22d961e25d0ccf7bae5e90f01558e3afbd0bbac62be72c6e91e3a3d3fa712102"` [INFO] running `"docker" "rm" "-f" "22d961e25d0ccf7bae5e90f01558e3afbd0bbac62be72c6e91e3a3d3fa712102"` [INFO] [stdout] 22d961e25d0ccf7bae5e90f01558e3afbd0bbac62be72c6e91e3a3d3fa712102