[INFO] updating cached repository https://github.com/vain0x/competo [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] 2eabac9240c6105965d99e41f8ea0e2d5a59cbfc [INFO] testing vain0x/competo against 1.38.0 for beta-1.39-1 [INFO] running `"git" "clone" "work/cache/git-repos/https%3A%2F%2Fgithub.com%2Fvain0x%2Fcompeto" "work/builds/worker-3/source"` [INFO] [stderr] Cloning into 'work/builds/worker-3/source'... [INFO] [stderr] done. [INFO] validating manifest of git repo https://github.com/vain0x/competo on toolchain 1.38.0 [INFO] running `"/big/crater/work/cargo-home/bin/cargo" "+1.38.0" "read-manifest" "--manifest-path" "Cargo.toml"` [INFO] started tweaking git repo https://github.com/vain0x/competo [INFO] finished tweaking git repo https://github.com/vain0x/competo [INFO] tweaked toml for git repo https://github.com/vain0x/competo written to work/builds/worker-3/source/Cargo.toml [INFO] crate git repo https://github.com/vain0x/competo already has a lockfile, it will not be regenerated [INFO] running `"/big/crater/work/cargo-home/bin/cargo" "+1.38.0" "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" "+1.38.0" "build" "--frozen"` [INFO] [stdout] b6be2c1eaec7c6621b52de7b899f6b0ac964677d665c2a69bc457365943086f7 [INFO] running `"docker" "start" "-a" "b6be2c1eaec7c6621b52de7b899f6b0ac964677d665c2a69bc457365943086f7"` [INFO] [stderr] Compiling rustc-rayon-core v0.1.1 [INFO] [stderr] Compiling stable_deref_trait v1.1.0 [INFO] [stderr] Compiling smallvec v0.6.2 [INFO] [stderr] Compiling cc v1.0.18 [INFO] [stderr] Compiling rustc-ap-serialize v196.0.0 [INFO] [stderr] Compiling scoped-tls v0.1.2 [INFO] [stderr] Compiling rustc-ap-rustc_target v196.0.0 [INFO] [stderr] Compiling rustc-ap-syntax v196.0.0 [INFO] [stderr] Compiling rustfmt-nightly v0.8.3 [INFO] [stderr] Compiling crossbeam-utils v0.2.2 [INFO] [stderr] Compiling num_cpus v1.8.0 [INFO] [stderr] Compiling rustc-hash v1.0.1 [INFO] [stderr] Compiling proc-macro2 v0.4.8 [INFO] [stderr] Compiling memchr v2.0.1 [INFO] [stderr] Compiling atty v0.2.10 [INFO] [stderr] Compiling term v0.5.1 [INFO] [stderr] Compiling isatty v0.1.8 [INFO] [stderr] error[E0554]: `#![feature]` may not be used on the stable release channel [INFO] [stderr] --> /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/scoped-tls-0.1.2/src/lib.rs:47:34 [INFO] [stderr] | [INFO] [stderr] 47 | #![cfg_attr(feature = "nightly", feature(macro_vis_matcher))] [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stderr] [INFO] [stderr] error[E0554]: `#![feature]` may not be used on the stable release channel [INFO] [stderr] --> /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/scoped-tls-0.1.2/src/lib.rs:48:34 [INFO] [stderr] | [INFO] [stderr] 48 | #![cfg_attr(feature = "nightly", feature(allow_internal_unstable))] [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stderr] [INFO] [stderr] Compiling getopts v0.2.18 [INFO] [stderr] Compiling rustc-ap-rustc_cratesio_shim v196.0.0 [INFO] [stderr] error: aborting due to 2 previous errors [INFO] [stderr] [INFO] [stderr] For more information about this error, try `rustc --explain E0554`. [INFO] [stderr] error: Could not compile `scoped-tls`. [INFO] [stderr] warning: build failed, waiting for other jobs to finish... [INFO] [stderr] error[E0554]: `#![feature]` may not be used on the stable release channel [INFO] [stderr] --> /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/rustc-ap-serialize-196.0.0/lib.rs:25:1 [INFO] [stderr] | [INFO] [stderr] 25 | #![feature(rustc_private, box_syntax)] [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stderr] [INFO] [stderr] error[E0554]: `#![feature]` may not be used on the stable release channel [INFO] [stderr] --> /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/rustc-ap-serialize-196.0.0/lib.rs:26:1 [INFO] [stderr] | [INFO] [stderr] 26 | #![feature(core_intrinsics)] [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stderr] [INFO] [stderr] error[E0554]: `#![feature]` may not be used on the stable release channel [INFO] [stderr] --> /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/rustc-ap-serialize-196.0.0/lib.rs:27:1 [INFO] [stderr] | [INFO] [stderr] 27 | #![feature(specialization)] [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stderr] [INFO] [stderr] error[E0554]: `#![feature]` may not be used on the stable release channel [INFO] [stderr] --> /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/rustc-ap-serialize-196.0.0/lib.rs:28:1 [INFO] [stderr] | [INFO] [stderr] 28 | #![feature(never_type)] [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 `rustc-ap-serialize`. [INFO] [stderr] warning: build failed, waiting for other jobs to finish... [INFO] [stderr] error: build failed [INFO] running `"docker" "inspect" "b6be2c1eaec7c6621b52de7b899f6b0ac964677d665c2a69bc457365943086f7"` [INFO] running `"docker" "rm" "-f" "b6be2c1eaec7c6621b52de7b899f6b0ac964677d665c2a69bc457365943086f7"` [INFO] [stdout] b6be2c1eaec7c6621b52de7b899f6b0ac964677d665c2a69bc457365943086f7