[INFO] fetching crate iaith 0.0.4-beta.1... [INFO] testing iaith-0.0.4-beta.1 against try#b83b707f97d809763b7861afa7638871f3339a33 for pr-145838-1 [INFO] extracting crate iaith 0.0.4-beta.1 into /workspace/builds/worker-5-tc2/source [INFO] started tweaking crates.io crate iaith 0.0.4-beta.1 [INFO] finished tweaking crates.io crate iaith 0.0.4-beta.1 [INFO] tweaked toml for crates.io crate iaith 0.0.4-beta.1 written to /workspace/builds/worker-5-tc2/source/Cargo.toml [INFO] validating manifest of crates.io crate iaith 0.0.4-beta.1 on toolchain b83b707f97d809763b7861afa7638871f3339a33 [INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+b83b707f97d809763b7861afa7638871f3339a33" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }` [INFO] crate crates.io crate iaith 0.0.4-beta.1 already has a lockfile, it will not be regenerated [INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+b83b707f97d809763b7861afa7638871f3339a33" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }` [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-5-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-5-tc2/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:7ad1b28ee6f5f7f699f6cf7015098d6ccdd96d6f2d78dd06228f5b4c9faf309c" "/opt/rustwide/cargo-home/bin/cargo" "+b83b707f97d809763b7861afa7638871f3339a33" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }` [INFO] [stdout] 57320b82ec07cf863392cfd06ac9ca5f11f031e0a7f91b19277807d8dd4dc4fc [INFO] running `Command { std: "docker" "start" "-a" "57320b82ec07cf863392cfd06ac9ca5f11f031e0a7f91b19277807d8dd4dc4fc", kill_on_drop: false }` [INFO] running `Command { std: "docker" "inspect" "57320b82ec07cf863392cfd06ac9ca5f11f031e0a7f91b19277807d8dd4dc4fc", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "57320b82ec07cf863392cfd06ac9ca5f11f031e0a7f91b19277807d8dd4dc4fc", kill_on_drop: false }` [INFO] [stdout] 57320b82ec07cf863392cfd06ac9ca5f11f031e0a7f91b19277807d8dd4dc4fc [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-5-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-5-tc2/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=forbid" "-e" "RUSTDOCFLAGS=--cap-lints=forbid" "-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:7ad1b28ee6f5f7f699f6cf7015098d6ccdd96d6f2d78dd06228f5b4c9faf309c" "/opt/rustwide/cargo-home/bin/cargo" "+b83b707f97d809763b7861afa7638871f3339a33" "build" "--frozen" "--message-format=json", kill_on_drop: false }` [INFO] [stdout] 35593c123e1e1fbf34d93ab4e9e1b5857e675f684bd3e0f1725e367d9c94776b [INFO] running `Command { std: "docker" "start" "-a" "35593c123e1e1fbf34d93ab4e9e1b5857e675f684bd3e0f1725e367d9c94776b", kill_on_drop: false }` [INFO] [stderr] Compiling iaith v0.0.4-beta.1 (/opt/rustwide/workdir) [INFO] [stdout] warning: panic message is not a string literal [INFO] [stdout] --> src/brainf.rs:183:25 [INFO] [stdout] | [INFO] [stdout] 183 | _ => panic!(format!("Unexpected character, {}", c)), [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: this usage of `panic!()` is deprecated; it will be a hard error in Rust 2021 [INFO] [stdout] = note: for more information, see [INFO] [stdout] = note: the `panic!()` macro supports formatting, so there's no need for the `format!()` macro here [INFO] [stdout] = note: `#[warn(non_fmt_panics)]` (part of `#[warn(rust_2021_compatibility)]`) on by default [INFO] [stdout] help: remove the `format!(..)` macro call [INFO] [stdout] | [INFO] [stdout] 183 - _ => panic!(format!("Unexpected character, {}", c)), [INFO] [stdout] 183 + _ => panic!("Unexpected character, {}", c), [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stderr] Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.65s [INFO] running `Command { std: "docker" "inspect" "35593c123e1e1fbf34d93ab4e9e1b5857e675f684bd3e0f1725e367d9c94776b", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "35593c123e1e1fbf34d93ab4e9e1b5857e675f684bd3e0f1725e367d9c94776b", kill_on_drop: false }` [INFO] [stdout] 35593c123e1e1fbf34d93ab4e9e1b5857e675f684bd3e0f1725e367d9c94776b [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-5-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-5-tc2/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=forbid" "-e" "RUSTDOCFLAGS=--cap-lints=forbid" "-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:7ad1b28ee6f5f7f699f6cf7015098d6ccdd96d6f2d78dd06228f5b4c9faf309c" "/opt/rustwide/cargo-home/bin/cargo" "+b83b707f97d809763b7861afa7638871f3339a33" "test" "--frozen" "--no-run" "--message-format=json", kill_on_drop: false }` [INFO] [stdout] 71251bc5fde543cb5f1a3f228f1b567253ebcde281cd76b3833898e2b1fc2c1e [INFO] running `Command { std: "docker" "start" "-a" "71251bc5fde543cb5f1a3f228f1b567253ebcde281cd76b3833898e2b1fc2c1e", kill_on_drop: false }` [INFO] [stdout] warning: panic message is not a string literal [INFO] [stdout] --> src/brainf.rs:183:25 [INFO] [stdout] | [INFO] [stdout] 183 | _ => panic!(format!("Unexpected character, {}", c)), [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: this usage of `panic!()` is deprecated; it will be a hard error in Rust 2021 [INFO] [stdout] = note: for more information, see [INFO] [stdout] = note: the `panic!()` macro supports formatting, so there's no need for the `format!()` macro here [INFO] [stdout] = note: `#[warn(non_fmt_panics)]` (part of `#[warn(rust_2021_compatibility)]`) on by default [INFO] [stdout] help: remove the `format!(..)` macro call [INFO] [stdout] | [INFO] [stdout] 183 - _ => panic!(format!("Unexpected character, {}", c)), [INFO] [stdout] 183 + _ => panic!("Unexpected character, {}", c), [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stderr] Compiling iaith v0.0.4-beta.1 (/opt/rustwide/workdir) [INFO] [stdout] warning: panic message is not a string literal [INFO] [stdout] --> src/brainf.rs:183:25 [INFO] [stdout] | [INFO] [stdout] 183 | _ => panic!(format!("Unexpected character, {}", c)), [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: this usage of `panic!()` is deprecated; it will be a hard error in Rust 2021 [INFO] [stdout] = note: for more information, see [INFO] [stdout] = note: the `panic!()` macro supports formatting, so there's no need for the `format!()` macro here [INFO] [stdout] = note: `#[warn(non_fmt_panics)]` (part of `#[warn(rust_2021_compatibility)]`) on by default [INFO] [stdout] help: remove the `format!(..)` macro call [INFO] [stdout] | [INFO] [stdout] 183 - _ => panic!(format!("Unexpected character, {}", c)), [INFO] [stdout] 183 + _ => panic!("Unexpected character, {}", c), [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stderr] Finished `test` profile [unoptimized + debuginfo] target(s) in 0.53s [INFO] running `Command { std: "docker" "inspect" "71251bc5fde543cb5f1a3f228f1b567253ebcde281cd76b3833898e2b1fc2c1e", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "71251bc5fde543cb5f1a3f228f1b567253ebcde281cd76b3833898e2b1fc2c1e", kill_on_drop: false }` [INFO] [stdout] 71251bc5fde543cb5f1a3f228f1b567253ebcde281cd76b3833898e2b1fc2c1e [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-5-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-5-tc2/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=forbid" "-e" "RUSTDOCFLAGS=--cap-lints=forbid" "-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:7ad1b28ee6f5f7f699f6cf7015098d6ccdd96d6f2d78dd06228f5b4c9faf309c" "/opt/rustwide/cargo-home/bin/cargo" "+b83b707f97d809763b7861afa7638871f3339a33" "test" "--frozen", kill_on_drop: false }` [INFO] [stdout] aa3379a905db76e67dca629bc3585718dae710e952091d2f2ef792cecccbbfb0 [INFO] running `Command { std: "docker" "start" "-a" "aa3379a905db76e67dca629bc3585718dae710e952091d2f2ef792cecccbbfb0", kill_on_drop: false }` [INFO] [stderr] warning: panic message is not a string literal [INFO] [stderr] --> src/brainf.rs:183:25 [INFO] [stderr] | [INFO] [stderr] 183 | _ => panic!(format!("Unexpected character, {}", c)), [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] = note: this usage of `panic!()` is deprecated; it will be a hard error in Rust 2021 [INFO] [stderr] = note: for more information, see [INFO] [stderr] = note: the `panic!()` macro supports formatting, so there's no need for the `format!()` macro here [INFO] [stderr] = note: `#[warn(non_fmt_panics)]` (part of `#[warn(rust_2021_compatibility)]`) on by default [INFO] [stderr] help: remove the `format!(..)` macro call [INFO] [stderr] | [INFO] [stderr] 183 - _ => panic!(format!("Unexpected character, {}", c)), [INFO] [stderr] 183 + _ => panic!("Unexpected character, {}", c), [INFO] [stderr] | [INFO] [stderr] [INFO] [stderr] warning: `iaith` (lib) generated 1 warning (run `cargo fix --lib -p iaith` to apply 1 suggestion) [INFO] [stderr] warning: `iaith` (lib test) generated 1 warning (1 duplicate) [INFO] [stderr] Finished `test` profile [unoptimized + debuginfo] target(s) in 0.02s [INFO] [stderr] Running unittests src/lib.rs (/opt/rustwide/target/debug/deps/iaith-514524387c178708) [INFO] [stdout] [INFO] [stdout] running 5 tests [INFO] [stdout] test brainf::tests::test_step_program ... ok [INFO] [stdout] test brainf::tests::test_move_value ... ok [INFO] [stdout] test brainf::tests::test_print_hello_world_with_commentary ... ok [INFO] [stdout] test brainf::tests::test_print_hello_world ... ok [INFO] [stdout] test brainf::tests::test_print_h ... ok [INFO] [stdout] [INFO] [stdout] test result: ok. 5 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.12s [INFO] [stdout] [INFO] [stderr] Running unittests src/main.rs (/opt/rustwide/target/debug/deps/iaith-ad0a5d8c9bc3639b) [INFO] [stdout] [INFO] [stdout] running 0 tests [INFO] [stdout] [INFO] [stdout] test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s [INFO] [stdout] [INFO] [stderr] Doc-tests iaith [INFO] [stdout] [INFO] [stdout] running 0 tests [INFO] [stdout] [INFO] [stdout] test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s [INFO] [stdout] [INFO] running `Command { std: "docker" "inspect" "aa3379a905db76e67dca629bc3585718dae710e952091d2f2ef792cecccbbfb0", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "aa3379a905db76e67dca629bc3585718dae710e952091d2f2ef792cecccbbfb0", kill_on_drop: false }` [INFO] [stdout] aa3379a905db76e67dca629bc3585718dae710e952091d2f2ef792cecccbbfb0