[INFO] cloning repository https://github.com/komasayuki/regexargs [INFO] running `Command { std: "git" "-c" "credential.helper=" "-c" "credential.helper=/workspace/cargo-home/bin/git-credential-null" "clone" "--bare" "https://github.com/komasayuki/regexargs" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fkomasayuki%2Fregexargs", kill_on_drop: false }` [INFO] [stderr] Cloning into bare repository '/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fkomasayuki%2Fregexargs'... [INFO] running `Command { std: "git" "rev-parse" "HEAD", kill_on_drop: false }` [INFO] [stdout] cf7829beeca35ea0fb2002429b7f02184b7e53b5 [INFO] testing komasayuki/regexargs 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%2Fkomasayuki%2Fregexargs" "/workspace/builds/worker-61/source", kill_on_drop: false }` [INFO] [stderr] Cloning into '/workspace/builds/worker-61/source'... [INFO] [stderr] done. [INFO] validating manifest of git repo https://github.com/komasayuki/regexargs 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/komasayuki/regexargs [INFO] finished tweaking git repo https://github.com/komasayuki/regexargs [INFO] tweaked toml for git repo https://github.com/komasayuki/regexargs written to /workspace/builds/worker-61/source/Cargo.toml [INFO] crate git repo https://github.com/komasayuki/regexargs 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] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-61/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-61/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:b0c94ce3c1162fcb8e57cac5b65ec2f72eabb1eebea4fcc35e269e823f681646" "/opt/rustwide/cargo-home/bin/cargo" "+beta-2022-04-10" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }` [INFO] [stdout] f83227aad960040ec493409c425b2f851ae631f00a78261be3fe2248614dccb9 [INFO] running `Command { std: "docker" "start" "-a" "f83227aad960040ec493409c425b2f851ae631f00a78261be3fe2248614dccb9", kill_on_drop: false }` [INFO] running `Command { std: "docker" "inspect" "f83227aad960040ec493409c425b2f851ae631f00a78261be3fe2248614dccb9", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "f83227aad960040ec493409c425b2f851ae631f00a78261be3fe2248614dccb9", kill_on_drop: false }` [INFO] [stdout] f83227aad960040ec493409c425b2f851ae631f00a78261be3fe2248614dccb9 [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-61/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-61/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:b0c94ce3c1162fcb8e57cac5b65ec2f72eabb1eebea4fcc35e269e823f681646" "/opt/rustwide/cargo-home/bin/cargo" "+beta-2022-04-10" "build" "--frozen" "--message-format=json", kill_on_drop: false }` [INFO] [stdout] daa11f8258ac9ab8b5850fc7b666cd6f91b53455aff200302a355d5b2e1dcafc [INFO] running `Command { std: "docker" "start" "-a" "daa11f8258ac9ab8b5850fc7b666cd6f91b53455aff200302a355d5b2e1dcafc", kill_on_drop: false }` [INFO] [stderr] Compiling memchr v2.3.3 [INFO] [stderr] Compiling lazy_static v1.4.0 [INFO] [stderr] Compiling regex-syntax v0.6.16 [INFO] [stderr] Compiling thread_local v1.0.1 [INFO] [stderr] Compiling aho-corasick v0.7.9 [INFO] [stderr] Compiling regex v1.3.4 [INFO] [stderr] Compiling regexargs v0.1.0 (/opt/rustwide/workdir) [INFO] [stdout] warning: panic message is not a string literal [INFO] [stdout] --> src/main.rs:57:20 [INFO] [stdout] | [INFO] [stdout] 57 | panic!(format!("{}th group is not exist", index)); [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(non_fmt_panics)]` on by default [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] help: remove the `format!(..)` macro call [INFO] [stdout] | [INFO] [stdout] 57 - panic!(format!("{}th group is not exist", index)); [INFO] [stdout] 57 + panic!("{}th group is not exist", index); [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: 1 warning emitted [INFO] [stdout] [INFO] [stdout] [INFO] [stderr] Finished dev [unoptimized + debuginfo] target(s) in 25.98s [INFO] running `Command { std: "docker" "inspect" "daa11f8258ac9ab8b5850fc7b666cd6f91b53455aff200302a355d5b2e1dcafc", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "daa11f8258ac9ab8b5850fc7b666cd6f91b53455aff200302a355d5b2e1dcafc", kill_on_drop: false }` [INFO] [stdout] daa11f8258ac9ab8b5850fc7b666cd6f91b53455aff200302a355d5b2e1dcafc [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-61/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-61/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:b0c94ce3c1162fcb8e57cac5b65ec2f72eabb1eebea4fcc35e269e823f681646" "/opt/rustwide/cargo-home/bin/cargo" "+beta-2022-04-10" "test" "--frozen" "--no-run" "--message-format=json", kill_on_drop: false }` [INFO] [stdout] 27975c5e9d320abce7d1b0cc81927925b6693647f513443c8f62eb02bbc1a724 [INFO] running `Command { std: "docker" "start" "-a" "27975c5e9d320abce7d1b0cc81927925b6693647f513443c8f62eb02bbc1a724", kill_on_drop: false }` [INFO] [stderr] Compiling regexargs v0.1.0 (/opt/rustwide/workdir) [INFO] [stdout] warning: panic message is not a string literal [INFO] [stdout] --> src/main.rs:57:20 [INFO] [stdout] | [INFO] [stdout] 57 | panic!(format!("{}th group is not exist", index)); [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(non_fmt_panics)]` on by default [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] help: remove the `format!(..)` macro call [INFO] [stdout] | [INFO] [stdout] 57 - panic!(format!("{}th group is not exist", index)); [INFO] [stdout] 57 + panic!("{}th group is not exist", index); [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: 1 warning emitted [INFO] [stdout] [INFO] [stdout] [INFO] [stderr] Finished test [unoptimized + debuginfo] target(s) in 1.68s [INFO] [stderr] Executable unittests src/main.rs (/opt/rustwide/target/debug/deps/regexargs-1e237ae75499aa8a) [INFO] running `Command { std: "docker" "inspect" "27975c5e9d320abce7d1b0cc81927925b6693647f513443c8f62eb02bbc1a724", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "27975c5e9d320abce7d1b0cc81927925b6693647f513443c8f62eb02bbc1a724", kill_on_drop: false }` [INFO] [stdout] 27975c5e9d320abce7d1b0cc81927925b6693647f513443c8f62eb02bbc1a724 [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-61/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-61/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:b0c94ce3c1162fcb8e57cac5b65ec2f72eabb1eebea4fcc35e269e823f681646" "/opt/rustwide/cargo-home/bin/cargo" "+beta-2022-04-10" "test" "--frozen", kill_on_drop: false }` [INFO] [stdout] c507376240edf577a3343887f6c7aafba3bf24f9f928aa57644a58fedd2bf9c7 [INFO] running `Command { std: "docker" "start" "-a" "c507376240edf577a3343887f6c7aafba3bf24f9f928aa57644a58fedd2bf9c7", kill_on_drop: false }` [INFO] [stderr] warning: panic message is not a string literal [INFO] [stderr] --> src/main.rs:57:20 [INFO] [stderr] | [INFO] [stderr] 57 | panic!(format!("{}th group is not exist", index)); [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] = note: `#[warn(non_fmt_panics)]` on by default [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] help: remove the `format!(..)` macro call [INFO] [stderr] | [INFO] [stderr] 57 - panic!(format!("{}th group is not exist", index)); [INFO] [stderr] 57 + panic!("{}th group is not exist", index); [INFO] [stderr] | [INFO] [stderr] [INFO] [stderr] warning: `regexargs` (bin "regexargs" test) generated 1 warning [INFO] [stderr] Finished test [unoptimized + debuginfo] target(s) in 0.02s [INFO] [stderr] Running unittests src/main.rs (/opt/rustwide/target/debug/deps/regexargs-1e237ae75499aa8a) [INFO] [stdout] [INFO] [stdout] running 3 tests [INFO] [stdout] test tests::test_process_arguments ... ok [INFO] [stdout] test tests::test_split_commandline ... ok [INFO] [stdout] test tests::test_make_command ... ok [INFO] [stdout] [INFO] [stdout] test result: ok. 3 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.01s [INFO] [stdout] [INFO] running `Command { std: "docker" "inspect" "c507376240edf577a3343887f6c7aafba3bf24f9f928aa57644a58fedd2bf9c7", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "c507376240edf577a3343887f6c7aafba3bf24f9f928aa57644a58fedd2bf9c7", kill_on_drop: false }` [INFO] [stdout] c507376240edf577a3343887f6c7aafba3bf24f9f928aa57644a58fedd2bf9c7