[INFO] fetching crate cpr 1.1.0... [INFO] testing cpr-1.1.0 against 1.49.0 for beta-1.50-1 [INFO] extracting crate cpr 1.1.0 into /workspace/builds/worker-12/source [INFO] validating manifest of crates.io crate cpr 1.1.0 on toolchain 1.49.0 [INFO] running `Command { std: "/workspace/cargo-home/bin/cargo" "+1.49.0" "read-manifest" "--manifest-path" "Cargo.toml", kill_on_drop: false }` [INFO] started tweaking crates.io crate cpr 1.1.0 [INFO] removed 0 missing tests [INFO] finished tweaking crates.io crate cpr 1.1.0 [INFO] tweaked toml for crates.io crate cpr 1.1.0 written to /workspace/builds/worker-12/source/Cargo.toml [INFO] running `Command { std: "/workspace/cargo-home/bin/cargo" "+1.49.0" "generate-lockfile" "--manifest-path" "Cargo.toml" "-Zno-index-update", kill_on_drop: false }` [INFO] running `Command { std: "/workspace/cargo-home/bin/cargo" "+1.49.0" "fetch" "--locked" "--manifest-path" "Cargo.toml", kill_on_drop: false }` [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-12/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-12/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" "CARGO_TARGET_DIR=/opt/rustwide/target" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-w" "/opt/rustwide/workdir" "-m" "1610612736" "--user" "0:0" "--network" "none" "rustops/crates-build-env@sha256:b8eeb62f26c39b23691079a6cb6de528d8e88b4d71a8f6b1d30f8ba7d9c16de9" "/opt/rustwide/cargo-home/bin/cargo" "+1.49.0" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }` [INFO] [stdout] 022a8c858ffa8574ca525dd9cd2ff60fcd39ffcd9ffcfc997de2584e5b537a16 [INFO] [stderr] WARNING: Your kernel does not support swap limit capabilities or the cgroup is not mounted. Memory limited without swap. [INFO] running `Command { std: "docker" "start" "-a" "022a8c858ffa8574ca525dd9cd2ff60fcd39ffcd9ffcfc997de2584e5b537a16", kill_on_drop: false }` [INFO] running `Command { std: "docker" "inspect" "022a8c858ffa8574ca525dd9cd2ff60fcd39ffcd9ffcfc997de2584e5b537a16", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "022a8c858ffa8574ca525dd9cd2ff60fcd39ffcd9ffcfc997de2584e5b537a16", kill_on_drop: false }` [INFO] [stdout] 022a8c858ffa8574ca525dd9cd2ff60fcd39ffcd9ffcfc997de2584e5b537a16 [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-12/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-12/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" "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" "--user" "0:0" "--network" "none" "rustops/crates-build-env@sha256:b8eeb62f26c39b23691079a6cb6de528d8e88b4d71a8f6b1d30f8ba7d9c16de9" "/opt/rustwide/cargo-home/bin/cargo" "+1.49.0" "build" "--frozen" "--message-format=json", kill_on_drop: false }` [INFO] [stdout] a5eff4e4a596a78ac15852302e284c8837eeab8f396f7118c7c47fc4e9319bf0 [INFO] [stderr] WARNING: Your kernel does not support swap limit capabilities or the cgroup is not mounted. Memory limited without swap. [INFO] running `Command { std: "docker" "start" "-a" "a5eff4e4a596a78ac15852302e284c8837eeab8f396f7118c7c47fc4e9319bf0", kill_on_drop: false }` [INFO] [stderr] Compiling nalgebra v0.4.0 [INFO] [stdout] error[E0432]: unresolved import `rand::Rand` [INFO] [stdout] --> /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/nalgebra-0.4.0/src/structs/dmat.rs:9:18 [INFO] [stdout] | [INFO] [stdout] 9 | use rand::{self, Rand}; [INFO] [stdout] | ^^^^ no `Rand` in the root [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0432]: unresolved import `rand::Rand` [INFO] [stdout] --> /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/nalgebra-0.4.0/src/structs/dvec.rs:9:18 [INFO] [stdout] | [INFO] [stdout] 9 | use rand::{self, Rand}; [INFO] [stdout] | ^^^^ no `Rand` in the root [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0432]: unresolved import `rand::Rand` [INFO] [stdout] --> /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/nalgebra-0.4.0/src/structs/vec.rs:10:12 [INFO] [stdout] | [INFO] [stdout] 10 | use rand::{Rand, Rng}; [INFO] [stdout] | ^^^^ no `Rand` in the root [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0432]: unresolved import `rand::Rand` [INFO] [stdout] --> /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/nalgebra-0.4.0/src/structs/pnt.rs:10:12 [INFO] [stdout] | [INFO] [stdout] 10 | use rand::{Rand, Rng}; [INFO] [stdout] | ^^^^ no `Rand` in the root [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0432]: unresolved import `rand::Rand` [INFO] [stdout] --> /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/nalgebra-0.4.0/src/structs/quat.rs:9:12 [INFO] [stdout] | [INFO] [stdout] 9 | use rand::{Rand, Rng}; [INFO] [stdout] | ^^^^ no `Rand` in the root [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0432]: unresolved import `rand::Rand` [INFO] [stdout] --> /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/nalgebra-0.4.0/src/structs/mat.rs:8:12 [INFO] [stdout] | [INFO] [stdout] 8 | use rand::{Rand, Rng}; [INFO] [stdout] | ^^^^ no `Rand` in the root [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0432]: unresolved import `rand::Rand` [INFO] [stdout] --> /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/nalgebra-0.4.0/src/structs/rot.rs:6:12 [INFO] [stdout] | [INFO] [stdout] 6 | use rand::{Rand, Rng}; [INFO] [stdout] | ^^^^ no `Rand` in the root [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0432]: unresolved import `rand::Rand` [INFO] [stdout] --> /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/nalgebra-0.4.0/src/structs/iso.rs:7:12 [INFO] [stdout] | [INFO] [stdout] 7 | use rand::{Rand, Rng}; [INFO] [stdout] | ^^^^ no `Rand` in the root [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0432]: unresolved import `rand::Rand` [INFO] [stdout] --> /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/nalgebra-0.4.0/src/structs/spec/vec0.rs:6:12 [INFO] [stdout] | [INFO] [stdout] 6 | use rand::{Rand, Rng}; [INFO] [stdout] | ^^^^ no `Rand` in the root [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: aborting due to 9 previous errors [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] For more information about this error, try `rustc --explain E0432`. [INFO] [stdout] [INFO] [stderr] error: could not compile `nalgebra` [INFO] [stderr] [INFO] [stderr] To learn more, run the command again with --verbose. [INFO] running `Command { std: "docker" "inspect" "a5eff4e4a596a78ac15852302e284c8837eeab8f396f7118c7c47fc4e9319bf0", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "a5eff4e4a596a78ac15852302e284c8837eeab8f396f7118c7c47fc4e9319bf0", kill_on_drop: false }` [INFO] [stdout] a5eff4e4a596a78ac15852302e284c8837eeab8f396f7118c7c47fc4e9319bf0