[INFO] crate thread_spawn 0.4.0 is already in cache [INFO] extracting crate thread_spawn 0.4.0 into work/ex/pr-59527/sources/master#003382e4150984cb476047b3925edf8d75df2d59/reg/thread_spawn/0.4.0 [INFO] extracting crate thread_spawn 0.4.0 into work/ex/pr-59527/sources/try#47f4f94676fbdd494dd2c2dc9ac377a13fc78e00/reg/thread_spawn/0.4.0 [INFO] validating manifest of thread_spawn-0.4.0 on toolchain master#003382e4150984cb476047b3925edf8d75df2d59 [INFO] running `"/mnt/crater-raid/crater/work/local/cargo-home/bin/cargo" "+003382e4150984cb476047b3925edf8d75df2d59-alt" "read-manifest" "--manifest-path" "Cargo.toml"` [INFO] validating manifest of thread_spawn-0.4.0 on toolchain try#47f4f94676fbdd494dd2c2dc9ac377a13fc78e00 [INFO] running `"/mnt/crater-raid/crater/work/local/cargo-home/bin/cargo" "+47f4f94676fbdd494dd2c2dc9ac377a13fc78e00-alt" "read-manifest" "--manifest-path" "Cargo.toml"` [INFO] started frobbing thread_spawn-0.4.0 [INFO] finished frobbing thread_spawn-0.4.0 [INFO] frobbed toml for thread_spawn-0.4.0 written to work/ex/pr-59527/sources/master#003382e4150984cb476047b3925edf8d75df2d59/reg/thread_spawn/0.4.0/Cargo.toml [INFO] started frobbing thread_spawn-0.4.0 [INFO] finished frobbing thread_spawn-0.4.0 [INFO] frobbed toml for thread_spawn-0.4.0 written to work/ex/pr-59527/sources/try#47f4f94676fbdd494dd2c2dc9ac377a13fc78e00/reg/thread_spawn/0.4.0/Cargo.toml [INFO] running `"/mnt/crater-raid/crater/work/local/cargo-home/bin/cargo" "+003382e4150984cb476047b3925edf8d75df2d59-alt" "generate-lockfile" "--manifest-path" "Cargo.toml" "-Zno-index-update"` [INFO] running `"/mnt/crater-raid/crater/work/local/cargo-home/bin/cargo" "+47f4f94676fbdd494dd2c2dc9ac377a13fc78e00-alt" "generate-lockfile" "--manifest-path" "Cargo.toml" "-Zno-index-update"` [INFO] running `"/mnt/crater-raid/crater/work/local/cargo-home/bin/cargo" "+003382e4150984cb476047b3925edf8d75df2d59-alt" "fetch" "--locked" "--manifest-path" "Cargo.toml"` [INFO] running `"/mnt/crater-raid/crater/work/local/cargo-home/bin/cargo" "+47f4f94676fbdd494dd2c2dc9ac377a13fc78e00-alt" "fetch" "--locked" "--manifest-path" "Cargo.toml"` [INFO] checking thread_spawn-0.4.0 against master#003382e4150984cb476047b3925edf8d75df2d59 for pr-59527 [INFO] running `"docker" "create" "-v" "/mnt/crater-raid/crater/work/local/target-dirs/pr-59527/worker-3/master#003382e4150984cb476047b3925edf8d75df2d59:/opt/crater/target:rw,Z" "-v" "/mnt/crater-raid/crater/work/ex/pr-59527/sources/master#003382e4150984cb476047b3925edf8d75df2d59/reg/thread_spawn/0.4.0:/opt/crater/workdir:ro,Z" "-v" "/mnt/crater-raid/crater/work/local/cargo-home:/opt/crater/cargo-home:ro,Z" "-v" "/mnt/crater-raid/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=forbid" "-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" "+003382e4150984cb476047b3925edf8d75df2d59-alt" "check" "--frozen" "--all" "--all-targets"` [INFO] [stdout] 60a766befc562180474c5c0782acefacd579d13d2961686172ec7fe21986a988 [INFO] running `"docker" "start" "-a" "60a766befc562180474c5c0782acefacd579d13d2961686172ec7fe21986a988"` [INFO] [stderr] Compiling syn v0.15.29 [INFO] [stderr] Checking syn v0.14.9 [INFO] [stderr] Checking thread_spawn v0.4.0 (/opt/crater/workdir) [INFO] [stderr] warning: the feature `proc_macro` has been stable since 1.29.0 and no longer requires an attribute to enable [INFO] [stderr] --> src/lib.rs:1:12 [INFO] [stderr] | [INFO] [stderr] 1 | #![feature(proc_macro)] [INFO] [stderr] | ^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] = note: #[warn(stable_features)] on by default [INFO] [stderr] [INFO] [stderr] Compiling synstructure v0.10.1 [INFO] [stderr] Compiling serde_derive v1.0.89 [INFO] [stderr] Compiling failure_derive v0.1.5 [INFO] [stderr] Checking failure v0.1.5 [INFO] [stderr] Checking rustfix v0.4.5 [INFO] [stderr] Checking compiletest_rs v0.3.19 [INFO] [stderr] error[E0432]: unresolved import `test::ColorConfig` [INFO] [stderr] --> /opt/crater/cargo-home/registry/src/github.com-1ecc6299db9ec823/compiletest_rs-0.3.19/src/common.rs:20:5 [INFO] [stderr] | [INFO] [stderr] 20 | use test::ColorConfig; [INFO] [stderr] | ^^^^^^^^^^^^^^^^^ no `ColorConfig` in the root [INFO] [stderr] [INFO] [stderr] error[E0433]: failed to resolve: could not find `OutputFormat` in `test` [INFO] [stderr] --> /opt/crater/cargo-home/registry/src/github.com-1ecc6299db9ec823/compiletest_rs-0.3.19/src/lib.rs:104:41 [INFO] [stderr] | [INFO] [stderr] 104 | format: if config.quiet { test::OutputFormat::Terse } else { test::OutputFormat::Pretty }, [INFO] [stderr] | ^^^^^^^^^^^^ could not find `OutputFormat` in `test` [INFO] [stderr] [INFO] [stderr] error[E0433]: failed to resolve: could not find `OutputFormat` in `test` [INFO] [stderr] --> /opt/crater/cargo-home/registry/src/github.com-1ecc6299db9ec823/compiletest_rs-0.3.19/src/lib.rs:104:76 [INFO] [stderr] | [INFO] [stderr] 104 | format: if config.quiet { test::OutputFormat::Terse } else { test::OutputFormat::Pretty }, [INFO] [stderr] | ^^^^^^^^^^^^ could not find `OutputFormat` in `test` [INFO] [stderr] [INFO] [stderr] error[E0425]: cannot find function `run_tests_console` in module `test` [INFO] [stderr] --> /opt/crater/cargo-home/registry/src/github.com-1ecc6299db9ec823/compiletest_rs-0.3.19/src/lib.rs:87:21 [INFO] [stderr] | [INFO] [stderr] 87 | let res = test::run_tests_console(&opts, tests.into_iter().collect()); [INFO] [stderr] | ^^^^^^^^^^^^^^^^^ not found in `test` [INFO] [stderr] [INFO] [stderr] error[E0425]: cannot find value `AutoColor` in module `test` [INFO] [stderr] --> /opt/crater/cargo-home/registry/src/github.com-1ecc6299db9ec823/compiletest_rs-0.3.19/src/lib.rs:112:22 [INFO] [stderr] | [INFO] [stderr] 112 | color: test::AutoColor, [INFO] [stderr] | ^^^^^^^^^ not found in `test` [INFO] [stderr] [INFO] [stderr] error[E0412]: cannot find type `TestFn` in module `test` [INFO] [stderr] --> /opt/crater/cargo-home/registry/src/github.com-1ecc6299db9ec823/compiletest_rs-0.3.19/src/lib.rs:274:75 [INFO] [stderr] | [INFO] [stderr] 274 | pub fn make_test_closure(config: &Config, testpaths: &TestPaths) -> test::TestFn { [INFO] [stderr] | ^^^^^^ not found in `test` [INFO] [stderr] [INFO] [stderr] error: aborting due to 6 previous errors [INFO] [stderr] [INFO] [stderr] Some errors occurred: E0412, E0425, E0432, E0433. [INFO] [stderr] For more information about an error, try `rustc --explain E0412`. [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" "60a766befc562180474c5c0782acefacd579d13d2961686172ec7fe21986a988"` [INFO] running `"docker" "rm" "-f" "60a766befc562180474c5c0782acefacd579d13d2961686172ec7fe21986a988"` [INFO] [stdout] 60a766befc562180474c5c0782acefacd579d13d2961686172ec7fe21986a988