[INFO] crate oatie 0.3.0 is already in cache [INFO] checking oatie-0.3.0 against master#fe6d05a8b32f5c66c427ca524dbcce5a7145f87e for pr-64327 [INFO] extracting crate oatie 0.3.0 into work/builds/worker-3/source [INFO] validating manifest of crates.io crate oatie 0.3.0 on toolchain fe6d05a8b32f5c66c427ca524dbcce5a7145f87e-alt [INFO] running `"/mnt/big/crater/work/cargo-home/bin/cargo" "+fe6d05a8b32f5c66c427ca524dbcce5a7145f87e-alt" "read-manifest" "--manifest-path" "Cargo.toml"` [INFO] started tweaking crates.io crate oatie 0.3.0 [INFO] finished tweaking crates.io crate oatie 0.3.0 [INFO] tweaked toml for crates.io crate oatie 0.3.0 written to work/builds/worker-3/source/Cargo.toml [INFO] running `"/mnt/big/crater/work/cargo-home/bin/cargo" "+fe6d05a8b32f5c66c427ca524dbcce5a7145f87e-alt" "generate-lockfile" "--manifest-path" "Cargo.toml" "-Zno-index-update"` [INFO] running `"/mnt/big/crater/work/cargo-home/bin/cargo" "+fe6d05a8b32f5c66c427ca524dbcce5a7145f87e-alt" "fetch" "--locked" "--manifest-path" "Cargo.toml"` [INFO] [stderr] Blocking waiting for file lock on package cache [INFO] running `"docker" "create" "-v" "/mnt/big/crater/work/builds/worker-3/target:/opt/rustwide/target:rw,Z" "-v" "/mnt/big/crater/work/builds/worker-3/source:/opt/rustwide/workdir:ro,Z" "-v" "/mnt/big/crater/work/cargo-home:/opt/rustwide/cargo-home:ro,Z" "-v" "/mnt/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=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" "+fe6d05a8b32f5c66c427ca524dbcce5a7145f87e-alt" "check" "--frozen" "--all" "--all-targets"` [INFO] [stdout] 2e9e8940f5a08ed33154f7bb3e27ddd34bebf7363080046525673849a8214bf6 [INFO] running `"docker" "start" "-a" "2e9e8940f5a08ed33154f7bb3e27ddd34bebf7363080046525673849a8214bf6"` [INFO] [stderr] Checking ron v0.2.2 [INFO] [stderr] Checking oatie v0.3.0 (/opt/rustwide/workdir) [INFO] [stderr] error[E0464]: multiple matching crates for `rand` [INFO] [stderr] --> tests/compose.rs:8:1 [INFO] [stderr] | [INFO] [stderr] 8 | extern crate rand; [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] = note: candidates: [INFO] [stderr] crate `rand`: /opt/rustwide/rustup-home/toolchains/fe6d05a8b32f5c66c427ca524dbcce5a7145f87e-alt/lib/rustlib/x86_64-unknown-linux-gnu/lib/librand-bc4afc47f5d073fc.rlib [INFO] [stderr] crate `rand`: /opt/rustwide/rustup-home/toolchains/fe6d05a8b32f5c66c427ca524dbcce5a7145f87e-alt/lib/rustlib/x86_64-unknown-linux-gnu/lib/librand-59c3d4e548bc8a4a.rlib [INFO] [stderr] [INFO] [stderr] error[E0463]: can't find crate for `rand` [INFO] [stderr] --> tests/compose.rs:8:1 [INFO] [stderr] | [INFO] [stderr] 8 | extern crate rand; [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^ can't find crate [INFO] [stderr] [INFO] [stderr] error: aborting due to 2 previous errors [INFO] [stderr] [INFO] [stderr] For more information about this error, try `rustc --explain E0463`. [INFO] [stderr] error: Could not compile `oatie`. [INFO] [stderr] warning: build failed, waiting for other jobs to finish... [INFO] [stderr] error[E0464]: multiple matching crates for `rand` [INFO] [stderr] --> tests/monkey.rs:8:1 [INFO] [stderr] | [INFO] [stderr] 8 | extern crate rand; [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] = note: candidates: [INFO] [stderr] crate `rand`: /opt/rustwide/rustup-home/toolchains/fe6d05a8b32f5c66c427ca524dbcce5a7145f87e-alt/lib/rustlib/x86_64-unknown-linux-gnu/lib/librand-bc4afc47f5d073fc.rlib [INFO] [stderr] crate `rand`: /opt/rustwide/rustup-home/toolchains/fe6d05a8b32f5c66c427ca524dbcce5a7145f87e-alt/lib/rustlib/x86_64-unknown-linux-gnu/lib/librand-59c3d4e548bc8a4a.rlib [INFO] [stderr] [INFO] [stderr] error[E0463]: can't find crate for `rand` [INFO] [stderr] --> tests/monkey.rs:8:1 [INFO] [stderr] | [INFO] [stderr] 8 | extern crate rand; [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^ can't find crate [INFO] [stderr] [INFO] [stderr] error: aborting due to 2 previous errors [INFO] [stderr] [INFO] [stderr] For more information about this error, try `rustc --explain E0463`. [INFO] [stderr] error: Could not compile `oatie`. [INFO] [stderr] warning: build failed, waiting for other jobs to finish... [INFO] [stderr] error[E0603]: function `normalize` is private [INFO] [stderr] --> tests/transform.rs:12:12 [INFO] [stderr] | [INFO] [stderr] 12 | use oatie::normalize; [INFO] [stderr] | ^^^^^^^^^ [INFO] [stderr] [INFO] [stderr] error[E0603]: function `apply_operation` is private [INFO] [stderr] --> tests/transform.rs:14:12 [INFO] [stderr] | [INFO] [stderr] 14 | use oatie::apply_operation; [INFO] [stderr] | ^^^^^^^^^^^^^^^ [INFO] [stderr] [INFO] [stderr] error[E0464]: multiple matching crates for `rand` [INFO] [stderr] --> tests/doc.rs:7:1 [INFO] [stderr] | [INFO] [stderr] 7 | extern crate rand; [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] = note: candidates: [INFO] [stderr] crate `rand`: /opt/rustwide/rustup-home/toolchains/fe6d05a8b32f5c66c427ca524dbcce5a7145f87e-alt/lib/rustlib/x86_64-unknown-linux-gnu/lib/librand-bc4afc47f5d073fc.rlib [INFO] [stderr] crate `rand`: /opt/rustwide/rustup-home/toolchains/fe6d05a8b32f5c66c427ca524dbcce5a7145f87e-alt/lib/rustlib/x86_64-unknown-linux-gnu/lib/librand-59c3d4e548bc8a4a.rlib [INFO] [stderr] [INFO] [stderr] error[E0463]: can't find crate for `rand` [INFO] [stderr] --> tests/doc.rs:7:1 [INFO] [stderr] | [INFO] [stderr] 7 | extern crate rand; [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^ can't find crate [INFO] [stderr] [INFO] [stderr] error: aborting due to 2 previous errors [INFO] [stderr] [INFO] [stderr] For more information about this error, try `rustc --explain E0463`. [INFO] [stderr] error: Could not compile `oatie`. [INFO] [stderr] warning: build failed, waiting for other jobs to finish... [INFO] [stderr] error: aborting due to 2 previous errors [INFO] [stderr] [INFO] [stderr] For more information about this error, try `rustc --explain E0603`. [INFO] [stderr] error: Could not compile `oatie`. [INFO] [stderr] [INFO] [stderr] To learn more, run the command again with --verbose. [INFO] running `"docker" "inspect" "2e9e8940f5a08ed33154f7bb3e27ddd34bebf7363080046525673849a8214bf6"` [INFO] running `"docker" "rm" "-f" "2e9e8940f5a08ed33154f7bb3e27ddd34bebf7363080046525673849a8214bf6"` [INFO] [stdout] 2e9e8940f5a08ed33154f7bb3e27ddd34bebf7363080046525673849a8214bf6