[INFO] cloning repository https://github.com/hank-der-hafenarbeiter/imperative-rs
[INFO] running `Command { std: "git" "-c" "credential.helper=" "-c" "credential.helper=/workspace/cargo-home/bin/git-credential-null" "clone" "--bare" "https://github.com/hank-der-hafenarbeiter/imperative-rs" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fhank-der-hafenarbeiter%2Fimperative-rs", kill_on_drop: false }`
[INFO] [stderr] Cloning into bare repository '/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fhank-der-hafenarbeiter%2Fimperative-rs'...
[INFO] running `Command { std: "git" "rev-parse" "HEAD", kill_on_drop: false }`
[INFO] [stdout] 8e809b597d733fd2764cb572a05377dbf9bbb12a
[INFO] building hank-der-hafenarbeiter/imperative-rs against try#bd7d74411512a3dd3b35d2f699c51dd2557c7e7e+cargoflags=-Zbuild-dir-new-layout for pr-149852-1
[INFO] running `Command { std: "git" "clone" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fhank-der-hafenarbeiter%2Fimperative-rs" "/workspace/builds/worker-1-tc2/source", kill_on_drop: false }`
[INFO] [stderr] Cloning into '/workspace/builds/worker-1-tc2/source'...
[INFO] [stderr] done.
[INFO] started tweaking git repo https://github.com/hank-der-hafenarbeiter/imperative-rs
[INFO] finished tweaking git repo https://github.com/hank-der-hafenarbeiter/imperative-rs
[INFO] tweaked toml for git repo https://github.com/hank-der-hafenarbeiter/imperative-rs written to /workspace/builds/worker-1-tc2/source/Cargo.toml
[INFO] validating manifest of git repo https://github.com/hank-der-hafenarbeiter/imperative-rs on toolchain bd7d74411512a3dd3b35d2f699c51dd2557c7e7e
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+bd7d74411512a3dd3b35d2f699c51dd2557c7e7e" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }`
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+bd7d74411512a3dd3b35d2f699c51dd2557c7e7e" "generate-lockfile" "--manifest-path" "Cargo.toml", kill_on_drop: false }`
[INFO] [stderr]     Updating crates.io index
[INFO] [stderr]      Locking 79 packages to latest compatible versions
[INFO] [stderr]       Adding criterion v0.3.6 (available: v0.8.1)
[INFO] [stderr]       Adding syn v1.0.109 (available: v2.0.114)
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+bd7d74411512a3dd3b35d2f699c51dd2557c7e7e" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-1-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-1-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:aa71247004a7fa38d13ec170f48f06cdedf5bc50b2a8645e56ed7e992e6fa513" "/opt/rustwide/cargo-home/bin/cargo" "+bd7d74411512a3dd3b35d2f699c51dd2557c7e7e" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }`
[INFO] [stdout] b5eb0a36433f329f2bbea5331fceed41ec639e83043b6fd9fc603d9f697feec1
[INFO] running `Command { std: "docker" "start" "-a" "b5eb0a36433f329f2bbea5331fceed41ec639e83043b6fd9fc603d9f697feec1", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "inspect" "b5eb0a36433f329f2bbea5331fceed41ec639e83043b6fd9fc603d9f697feec1", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "b5eb0a36433f329f2bbea5331fceed41ec639e83043b6fd9fc603d9f697feec1", kill_on_drop: false }`
[INFO] [stdout] b5eb0a36433f329f2bbea5331fceed41ec639e83043b6fd9fc603d9f697feec1
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-1-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-1-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:aa71247004a7fa38d13ec170f48f06cdedf5bc50b2a8645e56ed7e992e6fa513" "/opt/rustwide/cargo-home/bin/cargo" "+bd7d74411512a3dd3b35d2f699c51dd2557c7e7e" "build" "--frozen" "--message-format=json" "-Zbuild-dir-new-layout", kill_on_drop: false }`
[INFO] [stdout] 16fc975d5b7a25f9ce5d73adfffd00eb270e77e95d274b61ea3c8bf80c368a73
[INFO] running `Command { std: "docker" "start" "-a" "16fc975d5b7a25f9ce5d73adfffd00eb270e77e95d274b61ea3c8bf80c368a73", kill_on_drop: false }`
[INFO] [stderr]    Compiling proc-macro2 v1.0.105
[INFO] [stderr]    Compiling unicode-ident v1.0.22
[INFO] [stderr]    Compiling quote v1.0.43
[INFO] [stderr]    Compiling serde_core v1.0.228
[INFO] [stderr]    Compiling zmij v1.0.14
[INFO] [stderr]    Compiling serde v1.0.228
[INFO] [stderr]    Compiling memchr v2.7.6
[INFO] [stderr]    Compiling either v1.15.0
[INFO] [stderr]    Compiling libc v0.2.180
[INFO] [stderr]    Compiling serde_json v1.0.149
[INFO] [stderr]    Compiling itoa v1.0.17
[INFO] [stderr]    Compiling crossbeam-utils v0.8.21
[INFO] [stderr]    Compiling num-traits v0.2.19
[INFO] [stderr]    Compiling rayon-core v1.13.0
[INFO] [stderr]    Compiling regex-syntax v0.8.8
[INFO] [stderr]    Compiling plotters-backend v0.3.7
[INFO] [stderr]    Compiling unicode-width v0.1.14
[INFO] [stderr]    Compiling plotters-svg v0.3.7
[INFO] [stderr]    Compiling textwrap v0.11.0
[INFO] [stderr]    Compiling itertools v0.10.5
[INFO] [stderr]    Compiling half v1.8.3
[INFO] [stderr]    Compiling ryu v1.0.22
[INFO] [stderr]    Compiling cast v0.3.0
[INFO] [stderr]    Compiling same-file v1.0.6
[INFO] [stderr]    Compiling oorandom v11.1.5
[INFO] [stderr]    Compiling crossbeam-epoch v0.9.18
[INFO] [stderr]    Compiling clap v2.34.0
[INFO] [stderr]    Compiling walkdir v2.5.0
[INFO] [stderr]    Compiling csv-core v0.1.13
[INFO] [stderr]    Compiling crossbeam-deque v0.8.6
[INFO] [stderr]    Compiling syn v1.0.109
[INFO] [stderr]    Compiling syn v2.0.114
[INFO] [stderr]    Compiling plotters v0.3.7
[INFO] [stderr]    Compiling rayon v1.11.0
[INFO] [stderr]    Compiling atty v0.2.14
[INFO] [stderr]    Compiling regex-automata v0.4.13
[INFO] [stderr]    Compiling criterion-plot v0.4.5
[INFO] [stderr]    Compiling regex v1.12.2
[INFO] [stderr]    Compiling csv v1.4.0
[INFO] [stderr]    Compiling serde_cbor v0.11.2
[INFO] [stderr]    Compiling serde_derive v1.0.228
[INFO] [stderr]    Compiling tinytemplate v1.2.1
[INFO] [stderr]    Compiling imperative-rs-derive v0.3.1
[INFO] [stderr]    Compiling imperative-rs-derive v0.3.1 (/opt/rustwide/workdir/imperative-derive)
[INFO] [stdout] warning: panic message is not a string literal
[INFO] [stdout]   --> imperative-derive/src/instruction.rs:85:16
[INFO] [stdout]    |
[INFO] [stdout] 85 |           panic!(format!(
[INFO] [stdout]    |  ________________^
[INFO] [stdout] 86 | |             "Unexpected type {:?} when getting memory size.",
[INFO] [stdout] 87 | |             ty
[INFO] [stdout] 88 | |         ));
[INFO] [stdout]    | |_________^
[INFO] [stdout]    |
[INFO] [stdout]    = note: for more information, see <https://doc.rust-lang.org/edition-guide/rust-2021/panic-macro-consistency.html>
[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 <https://doc.rust-lang.org/edition-guide/rust-2021/panic-macro-consistency.html>
[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] 85 ~         panic!(
[INFO] [stdout] 86 |             "Unexpected type {:?} when getting memory size.",
[INFO] [stdout] 87 |             ty
[INFO] [stdout] 88 ~         );
[INFO] [stdout]    |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stderr]    Compiling imperative-rs v0.3.1 (/opt/rustwide/workdir/imperative)
[INFO] [stderr]    Compiling imperative-rs v0.3.1
[INFO] [stderr]    Compiling criterion v0.3.6
[INFO] [stderr]    Compiling imperative-bench v0.1.0 (/opt/rustwide/workdir/imperative-bench)
[INFO] [stderr]     Finished `dev` profile [unoptimized + debuginfo] target(s) in 32.19s
[INFO] running `Command { std: "docker" "inspect" "16fc975d5b7a25f9ce5d73adfffd00eb270e77e95d274b61ea3c8bf80c368a73", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "16fc975d5b7a25f9ce5d73adfffd00eb270e77e95d274b61ea3c8bf80c368a73", kill_on_drop: false }`
[INFO] [stdout] 16fc975d5b7a25f9ce5d73adfffd00eb270e77e95d274b61ea3c8bf80c368a73
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-1-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-1-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:aa71247004a7fa38d13ec170f48f06cdedf5bc50b2a8645e56ed7e992e6fa513" "/opt/rustwide/cargo-home/bin/cargo" "+bd7d74411512a3dd3b35d2f699c51dd2557c7e7e" "test" "--frozen" "--no-run" "--message-format=json" "-Zbuild-dir-new-layout", kill_on_drop: false }`
[INFO] [stdout] a334d14a467307346a48f741edbeb52ad999c57f918338dd7e093f18134a9182
[INFO] running `Command { std: "docker" "start" "-a" "a334d14a467307346a48f741edbeb52ad999c57f918338dd7e093f18134a9182", kill_on_drop: false }`
[INFO] [stderr]    Compiling imperative-rs-derive v0.3.1 (/opt/rustwide/workdir/imperative-derive)
[INFO] [stderr]    Compiling target-triple v1.0.0
[INFO] [stderr]    Compiling winnow v0.7.14
[INFO] [stderr]    Compiling toml_datetime v0.7.5+spec-1.1.0
[INFO] [stderr]    Compiling serde_spanned v1.0.4
[INFO] [stderr]    Compiling toml_writer v1.0.6+spec-1.1.0
[INFO] [stderr]    Compiling termcolor v1.4.1
[INFO] [stderr]    Compiling glob v0.3.3
[INFO] [stderr]    Compiling imperative-bench v0.1.0 (/opt/rustwide/workdir/imperative-bench)
[INFO] [stdout] warning: panic message is not a string literal
[INFO] [stdout]   --> imperative-derive/src/instruction.rs:85:16
[INFO] [stdout]    |
[INFO] [stdout] 85 |           panic!(format!(
[INFO] [stdout]    |  ________________^
[INFO] [stdout] 86 | |             "Unexpected type {:?} when getting memory size.",
[INFO] [stdout] 87 | |             ty
[INFO] [stdout] 88 | |         ));
[INFO] [stdout]    | |_________^
[INFO] [stdout]    |
[INFO] [stdout]    = note: for more information, see <https://doc.rust-lang.org/edition-guide/rust-2021/panic-macro-consistency.html>
[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 <https://doc.rust-lang.org/edition-guide/rust-2021/panic-macro-consistency.html>
[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] 85 ~         panic!(
[INFO] [stdout] 86 |             "Unexpected type {:?} when getting memory size.",
[INFO] [stdout] 87 |             ty
[INFO] [stdout] 88 ~         );
[INFO] [stdout]    |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: panic message is not a string literal
[INFO] [stdout]   --> imperative-derive/src/instruction.rs:85:16
[INFO] [stdout]    |
[INFO] [stdout] 85 |           panic!(format!(
[INFO] [stdout]    |  ________________^
[INFO] [stdout] 86 | |             "Unexpected type {:?} when getting memory size.",
[INFO] [stdout] 87 | |             ty
[INFO] [stdout] 88 | |         ));
[INFO] [stdout]    | |_________^
[INFO] [stdout]    |
[INFO] [stdout]    = note: for more information, see <https://doc.rust-lang.org/edition-guide/rust-2021/panic-macro-consistency.html>
[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 <https://doc.rust-lang.org/edition-guide/rust-2021/panic-macro-consistency.html>
[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] 85 ~         panic!(
[INFO] [stdout] 86 |             "Unexpected type {:?} when getting memory size.",
[INFO] [stdout] 87 |             ty
[INFO] [stdout] 88 ~         );
[INFO] [stdout]    |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stderr]    Compiling imperative-rs v0.3.1 (/opt/rustwide/workdir/imperative)
[INFO] [stderr]    Compiling toml_parser v1.0.6+spec-1.1.0
[INFO] [stderr]    Compiling toml v0.9.11+spec-1.1.0
[INFO] [stderr]    Compiling trybuild v1.0.114
[INFO] [stderr]    Compiling imperative-tests v0.1.1 (/opt/rustwide/workdir/imperative-tests)
[INFO] [stderr]     Finished `test` profile [unoptimized + debuginfo] target(s) in 10.10s
[INFO] running `Command { std: "docker" "inspect" "a334d14a467307346a48f741edbeb52ad999c57f918338dd7e093f18134a9182", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "a334d14a467307346a48f741edbeb52ad999c57f918338dd7e093f18134a9182", kill_on_drop: false }`
[INFO] [stdout] a334d14a467307346a48f741edbeb52ad999c57f918338dd7e093f18134a9182
