[INFO] cloning repository https://github.com/ajwittmond/cryptoChallengesRust [INFO] running `Command { std: "git" "-c" "credential.helper=" "-c" "credential.helper=/workspace/cargo-home/bin/git-credential-null" "clone" "--bare" "https://github.com/ajwittmond/cryptoChallengesRust" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fajwittmond%2FcryptoChallengesRust", kill_on_drop: false }` [INFO] [stderr] Cloning into bare repository '/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fajwittmond%2FcryptoChallengesRust'... [INFO] running `Command { std: "git" "rev-parse" "HEAD", kill_on_drop: false }` [INFO] [stdout] f83df43f27ff61adc40a01b5fb865a5898cc45aa [INFO] testing ajwittmond/cryptoChallengesRust against 1.55.0 for beta-1.56-1 [INFO] running `Command { std: "git" "clone" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fajwittmond%2FcryptoChallengesRust" "/workspace/builds/worker-10/source", kill_on_drop: false }` [INFO] [stderr] Cloning into '/workspace/builds/worker-10/source'... [INFO] [stderr] done. [INFO] validating manifest of git repo https://github.com/ajwittmond/cryptoChallengesRust on toolchain 1.55.0 [INFO] running `Command { std: "/workspace/cargo-home/bin/cargo" "+1.55.0" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }` [INFO] started tweaking git repo https://github.com/ajwittmond/cryptoChallengesRust [INFO] finished tweaking git repo https://github.com/ajwittmond/cryptoChallengesRust [INFO] tweaked toml for git repo https://github.com/ajwittmond/cryptoChallengesRust written to /workspace/builds/worker-10/source/Cargo.toml [INFO] crate git repo https://github.com/ajwittmond/cryptoChallengesRust already has a lockfile, it will not be regenerated [INFO] running `Command { std: "/workspace/cargo-home/bin/cargo" "+1.55.0" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }` [INFO] [stderr] Blocking waiting for file lock on package cache [INFO] [stderr] Blocking waiting for file lock on package cache [INFO] [stderr] Downloading crates ... [INFO] [stderr] Downloaded vk-sys v0.5.2 [INFO] [stderr] Downloaded vulkano v0.19.0 [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-10/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-10/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" "ghcr.io/rust-lang/crates-build-env/linux@sha256:a89201d6b5b9fd45c15d5952ece0a0129e7e80cb26ec023fd59cf09bc26f1604" "/opt/rustwide/cargo-home/bin/cargo" "+1.55.0" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }` [INFO] [stdout] 8623b7f263b8af57187165e5add50e3e1265d18a80bab6fd881f3f2343a1ccad [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" "8623b7f263b8af57187165e5add50e3e1265d18a80bab6fd881f3f2343a1ccad", kill_on_drop: false }` [INFO] running `Command { std: "docker" "inspect" "8623b7f263b8af57187165e5add50e3e1265d18a80bab6fd881f3f2343a1ccad", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "8623b7f263b8af57187165e5add50e3e1265d18a80bab6fd881f3f2343a1ccad", kill_on_drop: false }` [INFO] [stdout] 8623b7f263b8af57187165e5add50e3e1265d18a80bab6fd881f3f2343a1ccad [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-10/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-10/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" "ghcr.io/rust-lang/crates-build-env/linux@sha256:a89201d6b5b9fd45c15d5952ece0a0129e7e80cb26ec023fd59cf09bc26f1604" "/opt/rustwide/cargo-home/bin/cargo" "+1.55.0" "build" "--frozen" "--message-format=json", kill_on_drop: false }` [INFO] [stdout] a9a05496580fda2e07647e618b60d9070f81d8a740628a773da33b4022bd0179 [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" "a9a05496580fda2e07647e618b60d9070f81d8a740628a773da33b4022bd0179", kill_on_drop: false }` [INFO] [stderr] warning: output filename collision. [INFO] [stderr] The bin target `main` in package `hex_to_base64 v0.2.0 (/opt/rustwide/workdir/rust/hex_to_base64)` has the same output filename as the bin target `main` in package `fixed_xor v0.1.0 (/opt/rustwide/workdir/rust/fixed_xor)`. [INFO] [stderr] Colliding filename is: /opt/rustwide/target/debug/main [INFO] [stderr] The targets should have unique names. [INFO] [stderr] Consider changing their names to be unique or compiling them separately. [INFO] [stderr] This may become a hard error in the future; see . [INFO] [stderr] warning: output filename collision. [INFO] [stderr] The bin target `main` in package `single_byte_xor_cipher v0.1.0 (/opt/rustwide/workdir/rust/single_byte_xor_cipher)` has the same output filename as the bin target `main` in package `hex_to_base64 v0.2.0 (/opt/rustwide/workdir/rust/hex_to_base64)`. [INFO] [stderr] Colliding filename is: /opt/rustwide/target/debug/main [INFO] [stderr] The targets should have unique names. [INFO] [stderr] Consider changing their names to be unique or compiling them separately. [INFO] [stderr] This may become a hard error in the future; see . [INFO] [stderr] Compiling libloading v0.6.3 [INFO] [stderr] Compiling byteorder v1.3.4 [INFO] [stderr] Compiling vulkano v0.19.0 [INFO] [stderr] Compiling vk-sys v0.5.2 [INFO] [stderr] Compiling half v1.6.0 [INFO] [stderr] Compiling hex_to_base64 v0.2.0 (/opt/rustwide/workdir/rust/hex_to_base64) [INFO] [stderr] Compiling num-integer v0.1.43 [INFO] [stderr] Compiling num-bigint v0.3.0 [INFO] [stderr] Compiling num-rational v0.3.0 [INFO] [stderr] Compiling num-iter v0.1.41 [INFO] [stderr] Compiling x11-dl v2.18.5 [INFO] [stderr] Compiling net2 v0.2.35 [INFO] [stderr] Compiling parking_lot_core v0.7.2 [INFO] [stderr] Compiling memmap v0.7.0 [INFO] [stderr] Compiling shared_library v0.1.9 [INFO] [stderr] Compiling raw-window-handle v0.3.3 [INFO] [stderr] Compiling nix v0.14.1 [INFO] [stderr] Compiling wayland-scanner v0.23.6 [INFO] [stderr] Compiling approx v0.3.2 [INFO] [stderr] Compiling ordered-float v1.1.0 [INFO] [stderr] Compiling line_drawing v0.7.0 [INFO] [stderr] Compiling crossbeam-channel v0.4.4 [INFO] [stderr] Compiling num-complex v0.3.0 [INFO] [stderr] Compiling parking_lot v0.10.2 [INFO] [stderr] Compiling mio v0.6.22 [INFO] [stderr] Compiling fixed_xor v0.1.0 (/opt/rustwide/workdir/rust/fixed_xor) [INFO] [stdout] error[E0463]: can't find crate for `fixed_xor` [INFO] [stdout] --> rust/fixed_xor/src/bin/main.rs:2:1 [INFO] [stdout] | [INFO] [stdout] 2 | extern crate fixed_xor; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^ can't find crate [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: aborting due to previous error [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] For more information about this error, try `rustc --explain E0463`. [INFO] [stdout] [INFO] [stderr] error: could not compile `fixed_xor` due to 2 previous errors [INFO] [stderr] warning: build failed, waiting for other jobs to finish... [INFO] [stderr] error: build failed [INFO] running `Command { std: "docker" "inspect" "a9a05496580fda2e07647e618b60d9070f81d8a740628a773da33b4022bd0179", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "a9a05496580fda2e07647e618b60d9070f81d8a740628a773da33b4022bd0179", kill_on_drop: false }` [INFO] [stdout] a9a05496580fda2e07647e618b60d9070f81d8a740628a773da33b4022bd0179