[INFO] updating cached repository https://github.com/GiantPanda0090/x86_64_RustOS [INFO] running `"git" "-c" "credential.helper=" "-c" "credential.helper=/big/crater/work/cargo-home/bin/git-credential-null" "-c" "remote.origin.fetch=refs/heads/*:refs/heads/*" "fetch" "origin" "--force" "--prune"` [INFO] running `"git" "rev-parse" "HEAD"` [INFO] [stdout] ae79d8c66a8033af2bff404a82c753023c01bb0d [INFO] testing GiantPanda0090/x86_64_RustOS against beta-2019-09-28 for beta-1.39-1 [INFO] running `"git" "clone" "work/cache/git-repos/https%3A%2F%2Fgithub.com%2FGiantPanda0090%2Fx86_64_RustOS" "work/builds/worker-3/source"` [INFO] [stderr] Cloning into 'work/builds/worker-3/source'... [INFO] [stderr] done. [INFO] [stderr] Checking out files: 97% (182/187) Checking out files: 98% (184/187) Checking out files: 99% (186/187) Checking out files: 100% (187/187) Checking out files: 100% (187/187), done. [INFO] validating manifest of git repo https://github.com/GiantPanda0090/x86_64_RustOS on toolchain beta-2019-09-28 [INFO] running `"/big/crater/work/cargo-home/bin/cargo" "+beta-2019-09-28" "read-manifest" "--manifest-path" "Cargo.toml"` [INFO] started tweaking git repo https://github.com/GiantPanda0090/x86_64_RustOS [INFO] finished tweaking git repo https://github.com/GiantPanda0090/x86_64_RustOS [INFO] tweaked toml for git repo https://github.com/GiantPanda0090/x86_64_RustOS written to work/builds/worker-3/source/Cargo.toml [INFO] crate git repo https://github.com/GiantPanda0090/x86_64_RustOS already has a lockfile, it will not be regenerated [INFO] running `"/big/crater/work/cargo-home/bin/cargo" "+beta-2019-09-28" "fetch" "--locked" "--manifest-path" "Cargo.toml"` [INFO] running `"docker" "create" "-v" "/big/crater/work/builds/worker-3/target:/opt/rustwide/target:rw,Z" "-v" "/big/crater/work/builds/worker-3/source:/opt/rustwide/workdir:ro,Z" "-v" "/big/crater/work/cargo-home:/opt/rustwide/cargo-home:ro,Z" "-v" "/big/crater/work/rustup-home:/opt/rustwide/rustup-home:ro,Z" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "MAP_USER_ID=1000" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=warn" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-w" "/opt/rustwide/workdir" "-m" "1610612736" "--network" "none" "rustops/crates-build-env" "/opt/rustwide/cargo-home/bin/cargo" "+beta-2019-09-28" "build" "--frozen"` [INFO] [stdout] 1ac149a4645ada79dcb84c307ee88b3d15dedcc8cbfa045de2e4a42591e52488 [INFO] running `"docker" "start" "-a" "1ac149a4645ada79dcb84c307ee88b3d15dedcc8cbfa045de2e4a42591e52488"` [INFO] [stderr] Compiling spin v0.4.6 [INFO] [stderr] Compiling volatile v0.1.0 [INFO] [stderr] Compiling once v0.3.3 [INFO] [stderr] Compiling x86_64 v0.1.2 [INFO] [stderr] error[E0554]: `#![feature]` may not be used on the beta release channel [INFO] [stderr] --> /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/spin-0.4.6/src/lib.rs:6:30 [INFO] [stderr] | [INFO] [stderr] 6 | #![cfg_attr(feature = "asm", feature(asm))] [INFO] [stderr] | ^^^^^^^^^^^^ [INFO] [stderr] [INFO] [stderr] error[E0554]: `#![feature]` may not be used on the beta release channel [INFO] [stderr] --> /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/spin-0.4.6/src/lib.rs:7:42 [INFO] [stderr] | [INFO] [stderr] 7 | #![cfg_attr(feature = "core_intrinsics", feature(core_intrinsics))] [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stderr] [INFO] [stderr] error[E0554]: `#![feature]` may not be used on the beta release channel [INFO] [stderr] --> /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/spin-0.4.6/src/lib.rs:8:35 [INFO] [stderr] | [INFO] [stderr] 8 | #![cfg_attr(feature = "const_fn", feature(const_fn, const_unsafe_cell_new, const_atomic_usize_new))] [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stderr] [INFO] [stderr] error: aborting due to 3 previous errors [INFO] [stderr] [INFO] [stderr] For more information about this error, try `rustc --explain E0554`. [INFO] [stderr] error: could not compile `spin`. [INFO] [stderr] warning: build failed, waiting for other jobs to finish... [INFO] [stderr] error[E0554]: `#![feature]` may not be used on the beta release channel [INFO] [stderr] --> /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/x86_64-0.1.2/src/lib.rs:8:1 [INFO] [stderr] | [INFO] [stderr] 8 | #![feature(const_fn)] [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^ [INFO] [stderr] [INFO] [stderr] error[E0554]: `#![feature]` may not be used on the beta release channel [INFO] [stderr] --> /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/x86_64-0.1.2/src/lib.rs:9:1 [INFO] [stderr] | [INFO] [stderr] 9 | #![feature(asm)] [INFO] [stderr] | ^^^^^^^^^^^^^^^^ [INFO] [stderr] [INFO] [stderr] error[E0554]: `#![feature]` may not be used on the beta release channel [INFO] [stderr] --> /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/x86_64-0.1.2/src/lib.rs:10:1 [INFO] [stderr] | [INFO] [stderr] 10 | #![feature(associated_consts)] [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stderr] [INFO] [stderr] error[E0554]: `#![feature]` may not be used on the beta release channel [INFO] [stderr] --> /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/x86_64-0.1.2/src/lib.rs:11:1 [INFO] [stderr] | [INFO] [stderr] 11 | #![feature(abi_x86_interrupt)] [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stderr] [INFO] [stderr] error: aborting due to 4 previous errors [INFO] [stderr] [INFO] [stderr] For more information about this error, try `rustc --explain E0554`. [INFO] [stderr] error: could not compile `x86_64`. [INFO] [stderr] [INFO] [stderr] To learn more, run the command again with --verbose. [INFO] running `"docker" "inspect" "1ac149a4645ada79dcb84c307ee88b3d15dedcc8cbfa045de2e4a42591e52488"` [INFO] running `"docker" "rm" "-f" "1ac149a4645ada79dcb84c307ee88b3d15dedcc8cbfa045de2e4a42591e52488"` [INFO] [stdout] 1ac149a4645ada79dcb84c307ee88b3d15dedcc8cbfa045de2e4a42591e52488