[INFO] crate encrypt 0.1.3 is already in cache [INFO] testing encrypt-0.1.3 against try#41997647ba6a77908f6ef64401414feb00bccf16 for pr-71274 [INFO] extracting crate encrypt 0.1.3 into /workspace/builds/worker-5/source [INFO] validating manifest of crates.io crate encrypt 0.1.3 on toolchain 41997647ba6a77908f6ef64401414feb00bccf16 [INFO] running `"/workspace/cargo-home/bin/cargo" "+41997647ba6a77908f6ef64401414feb00bccf16" "read-manifest" "--manifest-path" "Cargo.toml"` [INFO] started tweaking crates.io crate encrypt 0.1.3 [INFO] finished tweaking crates.io crate encrypt 0.1.3 [INFO] tweaked toml for crates.io crate encrypt 0.1.3 written to /workspace/builds/worker-5/source/Cargo.toml [INFO] crate crates.io crate encrypt 0.1.3 already has a lockfile, it will not be regenerated [INFO] running `"/workspace/cargo-home/bin/cargo" "+41997647ba6a77908f6ef64401414feb00bccf16" "fetch" "--locked" "--manifest-path" "Cargo.toml"` [INFO] running `"docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-5/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-5/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" "+41997647ba6a77908f6ef64401414feb00bccf16" "build" "--frozen"` [INFO] [stderr] WARNING: Your kernel does not support swap limit capabilities or the cgroup is not mounted. Memory limited without swap. [INFO] [stdout] b960e95413cc10311f92651d747e840ef8f7e3d3e8d83336df6601a617710a1b [INFO] running `"docker" "start" "-a" "b960e95413cc10311f92651d747e840ef8f7e3d3e8d83336df6601a617710a1b"` [INFO] [stderr] Compiling unicode-xid v0.2.0 [INFO] [stderr] Compiling rand v0.4.6 [INFO] [stderr] Compiling backtrace v0.3.42 [INFO] [stderr] Compiling proc-macro2 v1.0.8 [INFO] [stderr] Compiling quote v1.0.2 [INFO] [stderr] Compiling rand v0.3.23 [INFO] [stderr] Compiling rust-crypto v0.2.36 [INFO] [stderr] Compiling syn v1.0.14 [INFO] [stderr] Compiling syn-mid v0.4.0 [INFO] [stderr] Compiling synstructure v0.12.3 [INFO] [stderr] Compiling rustversion v1.0.2 [INFO] [stderr] Compiling failure_derive v0.1.6 [INFO] [stderr] Compiling proc-macro-error v0.4.5 [INFO] [stderr] Compiling proc-macro-error-attr v0.4.5 [INFO] [stderr] Compiling failure v0.1.6 [INFO] [stderr] Compiling exitfailure v0.5.1 [INFO] [stderr] Compiling structopt-derive v0.4.1 [INFO] [stderr] Compiling structopt v0.3.8 [INFO] [stderr] Compiling encrypt v0.1.3 (/opt/rustwide/workdir) [INFO] [stderr] Finished dev [unoptimized + debuginfo] target(s) in 56.47s [INFO] running `"docker" "inspect" "b960e95413cc10311f92651d747e840ef8f7e3d3e8d83336df6601a617710a1b"` [INFO] running `"docker" "rm" "-f" "b960e95413cc10311f92651d747e840ef8f7e3d3e8d83336df6601a617710a1b"` [INFO] [stdout] b960e95413cc10311f92651d747e840ef8f7e3d3e8d83336df6601a617710a1b [INFO] running `"docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-5/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-5/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" "+41997647ba6a77908f6ef64401414feb00bccf16" "test" "--frozen" "--no-run"` [INFO] [stderr] WARNING: Your kernel does not support swap limit capabilities or the cgroup is not mounted. Memory limited without swap. [INFO] [stdout] 5c097cce2b8774e58920026d4561cd441dfe6ce634e49a2d1f6c6daa093675c5 [INFO] running `"docker" "start" "-a" "5c097cce2b8774e58920026d4561cd441dfe6ce634e49a2d1f6c6daa093675c5"` [INFO] [stderr] Compiling encrypt v0.1.3 (/opt/rustwide/workdir) [INFO] [stderr] error[E0432]: unresolved import `crate::create_md5` [INFO] [stderr] --> src/encrypt.rs:4:9 [INFO] [stderr] | [INFO] [stderr] 4 | use crate::create_md5; [INFO] [stderr] | ^^^^^^^^^^^^^^^^^ no `create_md5` in the root [INFO] [stderr] [INFO] [stderr] error: aborting due to previous error [INFO] [stderr] [INFO] [stderr] For more information about this error, try `rustc --explain E0432`. [INFO] [stderr] error: could not compile `encrypt`. [INFO] [stderr] [INFO] [stderr] To learn more, run the command again with --verbose. [INFO] running `"docker" "inspect" "5c097cce2b8774e58920026d4561cd441dfe6ce634e49a2d1f6c6daa093675c5"` [INFO] running `"docker" "rm" "-f" "5c097cce2b8774e58920026d4561cd441dfe6ce634e49a2d1f6c6daa093675c5"` [INFO] [stdout] 5c097cce2b8774e58920026d4561cd441dfe6ce634e49a2d1f6c6daa093675c5