[INFO] cloning repository https://github.com/SKocur/image-cipherus [INFO] running `Command { std: "git" "-c" "credential.helper=" "-c" "credential.helper=/workspace/cargo-home/bin/git-credential-null" "clone" "--bare" "https://github.com/SKocur/image-cipherus" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2FSKocur%2Fimage-cipherus", kill_on_drop: false }` [INFO] [stderr] Cloning into bare repository '/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2FSKocur%2Fimage-cipherus'... [INFO] running `Command { std: "git" "rev-parse" "HEAD", kill_on_drop: false }` [INFO] [stdout] 9d8c2c4b5e4f9b96ac7b8d149b9cb717d2cddd66 [INFO] testing SKocur/image-cipherus against beta-2022-04-10 for beta-1.61-1 [INFO] running `Command { std: "git" "clone" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2FSKocur%2Fimage-cipherus" "/workspace/builds/worker-3/source", kill_on_drop: false }` [INFO] [stderr] Cloning into '/workspace/builds/worker-3/source'... [INFO] [stderr] done. [INFO] validating manifest of git repo https://github.com/SKocur/image-cipherus on toolchain beta-2022-04-10 [INFO] running `Command { std: "/workspace/cargo-home/bin/cargo" "+beta-2022-04-10" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }` [INFO] started tweaking git repo https://github.com/SKocur/image-cipherus [INFO] finished tweaking git repo https://github.com/SKocur/image-cipherus [INFO] tweaked toml for git repo https://github.com/SKocur/image-cipherus written to /workspace/builds/worker-3/source/Cargo.toml [INFO] crate git repo https://github.com/SKocur/image-cipherus already has a lockfile, it will not be regenerated [INFO] running `Command { std: "/workspace/cargo-home/bin/cargo" "+beta-2022-04-10" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }` [INFO] [stderr] Blocking waiting for file lock on package cache [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-3/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-3/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:eaef2f80f755933c374d2ae5edccceec0c1312ceb8a4e0b6404e8ab76561e1e5" "/opt/rustwide/cargo-home/bin/cargo" "+beta-2022-04-10" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }` [INFO] [stdout] faff798278cc85b2c0adcc88c8e21e416ca2cea4cdce4c32814314d98f997ef6 [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" "faff798278cc85b2c0adcc88c8e21e416ca2cea4cdce4c32814314d98f997ef6", kill_on_drop: false }` [INFO] running `Command { std: "docker" "inspect" "faff798278cc85b2c0adcc88c8e21e416ca2cea4cdce4c32814314d98f997ef6", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "faff798278cc85b2c0adcc88c8e21e416ca2cea4cdce4c32814314d98f997ef6", kill_on_drop: false }` [INFO] [stdout] faff798278cc85b2c0adcc88c8e21e416ca2cea4cdce4c32814314d98f997ef6 [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-3/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-3/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:eaef2f80f755933c374d2ae5edccceec0c1312ceb8a4e0b6404e8ab76561e1e5" "/opt/rustwide/cargo-home/bin/cargo" "+beta-2022-04-10" "build" "--frozen" "--message-format=json", kill_on_drop: false }` [INFO] [stderr] WARNING: Your kernel does not support swap limit capabilities or the cgroup is not mounted. Memory limited without swap. [INFO] [stdout] 5aa03035ef0c4449ca85cd9239a1e625d0747330196ee5f310066bb085368c16 [INFO] running `Command { std: "docker" "start" "-a" "5aa03035ef0c4449ca85cd9239a1e625d0747330196ee5f310066bb085368c16", kill_on_drop: false }` [INFO] [stderr] Compiling libc v0.2.87 [INFO] [stderr] Compiling rayon-core v1.9.0 [INFO] [stderr] Compiling weezl v0.1.4 [INFO] [stderr] Compiling bytemuck v1.5.1 [INFO] [stderr] Compiling crossbeam-utils v0.8.3 [INFO] [stderr] Compiling memoffset v0.6.1 [INFO] [stderr] Compiling num-traits v0.2.14 [INFO] [stderr] Compiling num-integer v0.1.44 [INFO] [stderr] Compiling rayon v1.5.0 [INFO] [stderr] Compiling miniz_oxide v0.4.4 [INFO] [stderr] Compiling num-rational v0.3.2 [INFO] [stderr] Compiling num-iter v0.1.42 [INFO] [stderr] Compiling deflate v0.8.6 [INFO] [stderr] Compiling miniz_oxide v0.3.7 [INFO] [stderr] Compiling gif v0.11.1 [INFO] [stderr] Compiling png v0.16.8 [INFO] [stderr] Compiling num_cpus v1.13.0 [INFO] [stderr] Compiling atty v0.2.14 [INFO] [stderr] Compiling clap v2.33.3 [INFO] [stderr] Compiling crossbeam-epoch v0.9.3 [INFO] [stderr] Compiling crossbeam-channel v0.5.0 [INFO] [stderr] Compiling crossbeam-deque v0.8.0 [INFO] [stderr] Compiling jpeg-decoder v0.1.22 [INFO] [stderr] Compiling tiff v0.6.1 [INFO] [stderr] Compiling image v0.23.14 [INFO] [stderr] Compiling image-cipherus v0.1.0 (/opt/rustwide/workdir) [INFO] [stdout] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stdout] --> src/processing/algorithm.rs:26:50 [INFO] [stdout] | [INFO] [stdout] 26 | pub fn get_encoder(config: Configuration) -> Box { [INFO] [stdout] | ^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(bare_trait_objects)]` on by default [INFO] [stdout] = warning: this is accepted in the current edition (Rust 2018) but is a hard error in Rust 2021! [INFO] [stdout] = note: for more information, see [INFO] [stdout] help: use `dyn` [INFO] [stdout] | [INFO] [stdout] 26 - pub fn get_encoder(config: Configuration) -> Box { [INFO] [stdout] 26 + pub fn get_encoder(config: Configuration) -> Box { [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stdout] --> src/processing/algorithm.rs:32:50 [INFO] [stdout] | [INFO] [stdout] 32 | pub fn get_decoder(config: Configuration) -> Box { [INFO] [stdout] | ^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = warning: this is accepted in the current edition (Rust 2018) but is a hard error in Rust 2021! [INFO] [stdout] = note: for more information, see [INFO] [stdout] help: use `dyn` [INFO] [stdout] | [INFO] [stdout] 32 - pub fn get_decoder(config: Configuration) -> Box { [INFO] [stdout] 32 + pub fn get_decoder(config: Configuration) -> Box { [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: 2 warnings emitted [INFO] [stdout] [INFO] [stdout] [INFO] [stderr] Finished dev [unoptimized + debuginfo] target(s) in 1m 07s [INFO] running `Command { std: "docker" "inspect" "5aa03035ef0c4449ca85cd9239a1e625d0747330196ee5f310066bb085368c16", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "5aa03035ef0c4449ca85cd9239a1e625d0747330196ee5f310066bb085368c16", kill_on_drop: false }` [INFO] [stdout] 5aa03035ef0c4449ca85cd9239a1e625d0747330196ee5f310066bb085368c16 [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-3/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-3/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:eaef2f80f755933c374d2ae5edccceec0c1312ceb8a4e0b6404e8ab76561e1e5" "/opt/rustwide/cargo-home/bin/cargo" "+beta-2022-04-10" "test" "--frozen" "--no-run" "--message-format=json", kill_on_drop: false }` [INFO] [stdout] 3abff2a27cc401ca8a39e6313b2630e330d55557d31b303c113c94456b96b5d0 [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" "3abff2a27cc401ca8a39e6313b2630e330d55557d31b303c113c94456b96b5d0", kill_on_drop: false }` [INFO] [stderr] Compiling image-cipherus v0.1.0 (/opt/rustwide/workdir) [INFO] [stdout] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stdout] --> src/processing/algorithm.rs:26:50 [INFO] [stdout] | [INFO] [stdout] 26 | pub fn get_encoder(config: Configuration) -> Box { [INFO] [stdout] | ^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(bare_trait_objects)]` on by default [INFO] [stdout] = warning: this is accepted in the current edition (Rust 2018) but is a hard error in Rust 2021! [INFO] [stdout] = note: for more information, see [INFO] [stdout] help: use `dyn` [INFO] [stdout] | [INFO] [stdout] 26 - pub fn get_encoder(config: Configuration) -> Box { [INFO] [stdout] 26 + pub fn get_encoder(config: Configuration) -> Box { [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stdout] --> src/processing/algorithm.rs:32:50 [INFO] [stdout] | [INFO] [stdout] 32 | pub fn get_decoder(config: Configuration) -> Box { [INFO] [stdout] | ^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = warning: this is accepted in the current edition (Rust 2018) but is a hard error in Rust 2021! [INFO] [stdout] = note: for more information, see [INFO] [stdout] help: use `dyn` [INFO] [stdout] | [INFO] [stdout] 32 - pub fn get_decoder(config: Configuration) -> Box { [INFO] [stdout] 32 + pub fn get_decoder(config: Configuration) -> Box { [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: 2 warnings emitted [INFO] [stdout] [INFO] [stdout] [INFO] [stderr] Finished test [unoptimized + debuginfo] target(s) in 3.21s [INFO] [stderr] Executable unittests src/main.rs (/opt/rustwide/target/debug/deps/image_cipherus-b593156e13dc04cd) [INFO] running `Command { std: "docker" "inspect" "3abff2a27cc401ca8a39e6313b2630e330d55557d31b303c113c94456b96b5d0", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "3abff2a27cc401ca8a39e6313b2630e330d55557d31b303c113c94456b96b5d0", kill_on_drop: false }` [INFO] [stdout] 3abff2a27cc401ca8a39e6313b2630e330d55557d31b303c113c94456b96b5d0 [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-3/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-3/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:eaef2f80f755933c374d2ae5edccceec0c1312ceb8a4e0b6404e8ab76561e1e5" "/opt/rustwide/cargo-home/bin/cargo" "+beta-2022-04-10" "test" "--frozen", kill_on_drop: false }` [INFO] [stdout] 3b77808c07ca5513039fbc5f6ed655efdf026e6a37bb2a72c83dd84126938eeb [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" "3b77808c07ca5513039fbc5f6ed655efdf026e6a37bb2a72c83dd84126938eeb", kill_on_drop: false }` [INFO] [stderr] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stderr] --> src/processing/algorithm.rs:26:50 [INFO] [stderr] | [INFO] [stderr] 26 | pub fn get_encoder(config: Configuration) -> Box { [INFO] [stderr] | ^^^^^^^ [INFO] [stderr] | [INFO] [stderr] = note: `#[warn(bare_trait_objects)]` on by default [INFO] [stderr] = warning: this is accepted in the current edition (Rust 2018) but is a hard error in Rust 2021! [INFO] [stderr] = note: for more information, see [INFO] [stderr] help: use `dyn` [INFO] [stderr] | [INFO] [stderr] 26 - pub fn get_encoder(config: Configuration) -> Box { [INFO] [stderr] 26 + pub fn get_encoder(config: Configuration) -> Box { [INFO] [stderr] | [INFO] [stderr] [INFO] [stderr] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stderr] --> src/processing/algorithm.rs:32:50 [INFO] [stderr] | [INFO] [stderr] 32 | pub fn get_decoder(config: Configuration) -> Box { [INFO] [stderr] | ^^^^^^^ [INFO] [stderr] | [INFO] [stderr] = warning: this is accepted in the current edition (Rust 2018) but is a hard error in Rust 2021! [INFO] [stderr] = note: for more information, see [INFO] [stderr] help: use `dyn` [INFO] [stderr] | [INFO] [stderr] 32 - pub fn get_decoder(config: Configuration) -> Box { [INFO] [stderr] 32 + pub fn get_decoder(config: Configuration) -> Box { [INFO] [stderr] | [INFO] [stderr] [INFO] [stderr] warning: `image-cipherus` (bin "image-cipherus" test) generated 2 warnings [INFO] [stderr] Finished test [unoptimized + debuginfo] target(s) in 0.07s [INFO] [stderr] Running unittests src/main.rs (/opt/rustwide/target/debug/deps/image_cipherus-b593156e13dc04cd) [INFO] [stdout] [INFO] [stdout] running 6 tests [INFO] [stdout] test processing::algorithms::llbe::tests::test_decoding_one_line_single_letter ... ok [INFO] [stdout] test processing::algorithms::llbe::tests::test_decoding_wrapped_three_lines_two_letters ... ok [INFO] [stdout] test processing::algorithms::llbe::tests::test_encoding_one_letter_in_two_lines ... ok [INFO] [stdout] test processing::algorithms::llbe::tests::test_encoding_two_letters_wrapped_in_three_lines ... ok [INFO] [stdout] test processing::algorithms::llbe::tests::test_encoding_single_letter ... ok [INFO] [stdout] test processing::algorithms::llbe::tests::test_decoding_wrapped_two_lines_single_letter ... ok [INFO] [stdout] [INFO] [stdout] test result: ok. 6 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.01s [INFO] [stdout] [INFO] running `Command { std: "docker" "inspect" "3b77808c07ca5513039fbc5f6ed655efdf026e6a37bb2a72c83dd84126938eeb", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "3b77808c07ca5513039fbc5f6ed655efdf026e6a37bb2a72c83dd84126938eeb", kill_on_drop: false }` [INFO] [stdout] 3b77808c07ca5513039fbc5f6ed655efdf026e6a37bb2a72c83dd84126938eeb