[INFO] fetching crate bitflags-associated-constants 0.6.0... [INFO] checking bitflags-associated-constants-0.6.0 against master#2748a9fd93dd1a00a4521f4f16de5befbf77f6cd for pr-62262-1 [INFO] extracting crate bitflags-associated-constants 0.6.0 into /workspace/builds/worker-13/source [INFO] validating manifest of crates.io crate bitflags-associated-constants 0.6.0 on toolchain 2748a9fd93dd1a00a4521f4f16de5befbf77f6cd [INFO] running `"/workspace/cargo-home/bin/cargo" "+2748a9fd93dd1a00a4521f4f16de5befbf77f6cd" "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-13/source/Cargo.toml [INFO] running `"/workspace/cargo-home/bin/cargo" "+2748a9fd93dd1a00a4521f4f16de5befbf77f6cd" "generate-lockfile" "--manifest-path" "Cargo.toml" "-Zno-index-update"` [INFO] running `"/workspace/cargo-home/bin/cargo" "+2748a9fd93dd1a00a4521f4f16de5befbf77f6cd" "fetch" "--locked" "--manifest-path" "Cargo.toml"` [INFO] running `"docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-13/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-13/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=forbid" "-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" "+2748a9fd93dd1a00a4521f4f16de5befbf77f6cd" "check" "--frozen" "--all" "--all-targets"` [INFO] [stdout] 63fc168f30f6460c08f944a466c833cbf9357deebb6a346dae8d1418ec2c45fb [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" "63fc168f30f6460c08f944a466c833cbf9357deebb6a346dae8d1418ec2c45fb"` [INFO] [stderr] Checking bitflags-associated-constants v0.6.0 (/opt/rustwide/workdir) [INFO] [stderr] Checking compiletest_rs v0.1.3 [INFO] [stderr] error: extern crate `core` is private, and cannot be re-exported (error E0365), consider declaring with `pub` [INFO] [stderr] --> src/lib.rs:25:9 [INFO] [stderr] | [INFO] [stderr] 25 | pub use core as __core; [INFO] [stderr] | ^^^^^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] = note: `#[deny(pub_use_of_private_extern_crate)]` on by default [INFO] [stderr] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stderr] = note: for more information, see issue #34537 [INFO] [stderr] [INFO] [stderr] error: aborting due to previous error [INFO] [stderr] [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[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 10 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 5 previous errors [INFO] [stderr] [INFO] [stderr] Some errors have detailed explanations: E0063, E0308, E0432, 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" "63fc168f30f6460c08f944a466c833cbf9357deebb6a346dae8d1418ec2c45fb"` [INFO] running `"docker" "rm" "-f" "63fc168f30f6460c08f944a466c833cbf9357deebb6a346dae8d1418ec2c45fb"` [INFO] [stdout] 63fc168f30f6460c08f944a466c833cbf9357deebb6a346dae8d1418ec2c45fb