[INFO] crate bitflags-associated-constants 0.6.0 is already in cache [INFO] checking bitflags-associated-constants-0.6.0 against beta-2019-10-27 for pr-65897 [INFO] extracting crate bitflags-associated-constants 0.6.0 into /workspace/builds/worker-8/source [INFO] validating manifest of crates.io crate bitflags-associated-constants 0.6.0 on toolchain beta-2019-10-27 [INFO] running `"/workspace/cargo-home/bin/cargo" "+beta-2019-10-27" "read-manifest" "--manifest-path" "Cargo.toml"` [INFO] started tweaking crates.io crate bitflags-associated-constants 0.6.0 [INFO] finished tweaking crates.io crate bitflags-associated-constants 0.6.0 [INFO] tweaked toml for crates.io crate bitflags-associated-constants 0.6.0 written to /workspace/builds/worker-8/source/Cargo.toml [INFO] running `"/workspace/cargo-home/bin/cargo" "+beta-2019-10-27" "generate-lockfile" "--manifest-path" "Cargo.toml" "-Zno-index-update"` [INFO] running `"/workspace/cargo-home/bin/cargo" "+beta-2019-10-27" "fetch" "--locked" "--manifest-path" "Cargo.toml"` [INFO] [stderr] Blocking waiting for file lock on package cache [INFO] running `"docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-8/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-8/source:/opt/rustwide/workdir:ro,Z" "-v" "/var/lib/crater-agent-workspace/cargo-home:/opt/rustwide/cargo-home:ro,Z" "-v" "/var/lib/crater-agent-workspace/rustup-home:/opt/rustwide/rustup-home:ro,Z" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "MAP_USER_ID=0" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=allow" "-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-10-27" "check" "--frozen" "--all" "--all-targets"` [INFO] [stdout] 10828e620914e5b2bf859b7bac436987d058650ead2fd5b6cce6c2f7bcea5d37 [INFO] [stderr] WARNING: Your kernel does not support swap limit capabilities or the cgroup is not mounted. Memory limited without swap. [INFO] running `"docker" "start" "-a" "10828e620914e5b2bf859b7bac436987d058650ead2fd5b6cce6c2f7bcea5d37"` [INFO] [stderr] Checking bitflags-associated-constants v0.6.0 (/opt/rustwide/workdir) [INFO] [stderr] Checking compiletest_rs v0.1.3 [INFO] [stderr] error[E0554]: `#![feature]` may not be used on the beta release channel [INFO] [stderr] --> src/lib.rs:11:1 [INFO] [stderr] | [INFO] [stderr] 11 | #![feature(associated_consts)] [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stderr] [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 `bitflags-associated-constants`. [INFO] [stderr] warning: build failed, waiting for other jobs to finish... [INFO] [stderr] error[E0432]: unresolved import `test::TestPaths` [INFO] [stderr] --> /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/compiletest_rs-0.1.3/src/compiletest.rs:30:5 [INFO] [stderr] | [INFO] [stderr] 30 | use test::TestPaths; [INFO] [stderr] | ^^^^^^--------- [INFO] [stderr] | | | [INFO] [stderr] | | help: a similar name exists in the module: `TestOpts` [INFO] [stderr] | no `TestPaths` in the root [INFO] [stderr] [INFO] [stderr] error[E0432]: unresolved import `test::TestPaths` [INFO] [stderr] --> /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/compiletest_rs-0.1.3/src/runtest.rs:18:5 [INFO] [stderr] | [INFO] [stderr] 18 | use test::TestPaths; [INFO] [stderr] | ^^^^^^--------- [INFO] [stderr] | | | [INFO] [stderr] | | help: a similar name exists in the module: `TestOpts` [INFO] [stderr] | no `TestPaths` in the root [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/compiletest_rs-0.1.3/src/compiletest.rs:13:1 [INFO] [stderr] | [INFO] [stderr] 13 | #![feature(rustc_private)] [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/compiletest_rs-0.1.3/src/compiletest.rs:14:1 [INFO] [stderr] | [INFO] [stderr] 14 | #![feature(test)] [INFO] [stderr] | ^^^^^^^^^^^^^^^^^ [INFO] [stderr] [INFO] [stderr] error[E0308]: mismatched types [INFO] [stderr] --> /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/compiletest_rs-0.1.3/src/compiletest.rs:118:22 [INFO] [stderr] | [INFO] [stderr] 118 | run_ignored: config.run_ignored, [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^ expected enum `test::RunIgnored`, found bool [INFO] [stderr] | [INFO] [stderr] = note: expected type `test::RunIgnored` [INFO] [stderr] found type `bool` [INFO] [stderr] [INFO] [stderr] error[E0560]: struct `test::TestOpts` has no field named `quiet` [INFO] [stderr] --> /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/compiletest_rs-0.1.3/src/compiletest.rs:119:9 [INFO] [stderr] | [INFO] [stderr] 119 | quiet: config.quiet, [INFO] [stderr] | ^^^^^ `test::TestOpts` does not have this field [INFO] [stderr] | [INFO] [stderr] = note: available fields are: `list`, `filter`, `filter_exact`, `exclude_should_panic`, `run_ignored` ... and 9 others [INFO] [stderr] [INFO] [stderr] error[E0063]: missing field `allow_fail` in initializer of `test::TestDesc` [INFO] [stderr] --> /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/compiletest_rs-0.1.3/src/compiletest.rs:232:15 [INFO] [stderr] | [INFO] [stderr] 232 | desc: test::TestDesc { [INFO] [stderr] | ^^^^^^^^^^^^^^ missing `allow_fail` [INFO] [stderr] [INFO] [stderr] error: aborting due to 7 previous errors [INFO] [stderr] [INFO] [stderr] Some errors have detailed explanations: E0063, E0308, E0432, E0554, E0560. [INFO] [stderr] For more information about an error, try `rustc --explain E0063`. [INFO] [stderr] error: could not compile `compiletest_rs`. [INFO] [stderr] [INFO] [stderr] To learn more, run the command again with --verbose. [INFO] running `"docker" "inspect" "10828e620914e5b2bf859b7bac436987d058650ead2fd5b6cce6c2f7bcea5d37"` [INFO] running `"docker" "rm" "-f" "10828e620914e5b2bf859b7bac436987d058650ead2fd5b6cce6c2f7bcea5d37"` [INFO] [stdout] 10828e620914e5b2bf859b7bac436987d058650ead2fd5b6cce6c2f7bcea5d37