[INFO] fetching crate const-serialize 0.7.1...
[INFO] checking const-serialize-0.7.1 against try#943e2200e35c3825486c4671b6cab0107a07f8c1 for pr-148952
[INFO] extracting crate const-serialize 0.7.1 into /workspace/builds/worker-5-tc2/source
[INFO] started tweaking crates.io crate const-serialize 0.7.1
[INFO] removed 0 missing tests
[INFO] finished tweaking crates.io crate const-serialize 0.7.1
[INFO] tweaked toml for crates.io crate const-serialize 0.7.1 written to /workspace/builds/worker-5-tc2/source/Cargo.toml
[INFO] validating manifest of crates.io crate const-serialize 0.7.1 on toolchain 943e2200e35c3825486c4671b6cab0107a07f8c1
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+943e2200e35c3825486c4671b6cab0107a07f8c1" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }`
[INFO] crate crates.io crate const-serialize 0.7.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" "+943e2200e35c3825486c4671b6cab0107a07f8c1" "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:4848fb76d95f26979359cc7e45710b1dbc8f3acb7aeedee7c460d7702230f228" "/opt/rustwide/cargo-home/bin/cargo" "+943e2200e35c3825486c4671b6cab0107a07f8c1" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }`
[INFO] [stdout] 343d8f6b07743c49b5286d642a185a9370b2ca4727cd144dd1b46db2b554b826
[INFO] running `Command { std: "docker" "start" "-a" "343d8f6b07743c49b5286d642a185a9370b2ca4727cd144dd1b46db2b554b826", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "inspect" "343d8f6b07743c49b5286d642a185a9370b2ca4727cd144dd1b46db2b554b826", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "343d8f6b07743c49b5286d642a185a9370b2ca4727cd144dd1b46db2b554b826", kill_on_drop: false }`
[INFO] [stdout] 343d8f6b07743c49b5286d642a185a9370b2ca4727cd144dd1b46db2b554b826
[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:4848fb76d95f26979359cc7e45710b1dbc8f3acb7aeedee7c460d7702230f228" "/opt/rustwide/cargo-home/bin/cargo" "+943e2200e35c3825486c4671b6cab0107a07f8c1" "check" "--frozen" "--all" "--all-targets" "--message-format=json", kill_on_drop: false }`
[INFO] [stdout] 6b329d10f130d7870b7fa5c90a1fac999019258111fd0fc4960ccc076373a876
[INFO] running `Command { std: "docker" "start" "-a" "6b329d10f130d7870b7fa5c90a1fac999019258111fd0fc4960ccc076373a876", kill_on_drop: false }`
[INFO] [stderr]     Checking getrandom v0.3.4
[INFO] [stderr]    Compiling syn v2.0.108
[INFO] [stderr]     Checking rand_core v0.9.3
[INFO] [stderr]     Checking rand_chacha v0.9.0
[INFO] [stderr]     Checking rand v0.9.2
[INFO] [stderr]    Compiling const-serialize-macro v0.7.1
[INFO] [stderr]     Checking const-serialize v0.7.1 (/opt/rustwide/workdir)
[INFO] [stdout] error[E0716]: temporary value dropped while borrowed
[INFO] [stdout]   --> tests/eq.rs:11:41
[INFO] [stdout]    |
[INFO] [stdout] 11 | #[derive(Clone, Copy, Debug, PartialEq, SerializeConst)]
[INFO] [stdout]    |                                         ^^^^^^^^^^^^^-
[INFO] [stdout]    |                                         |            |
[INFO] [stdout]    |                                         |            temporary value is freed at the end of this statement
[INFO] [stdout]    |                                         creates a temporary value which is freed while still in use
[INFO] [stdout]    |                                         argument requires that borrow lasts for `'static`
[INFO] [stdout]    |
[INFO] [stdout]    = note: this error originates in the derive macro `const_serialize::SerializeConst` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0716]: temporary value dropped while borrowed
[INFO] [stdout]  --> tests/eq.rs:3:41
[INFO] [stdout]   |
[INFO] [stdout] 3 | #[derive(Clone, Copy, Debug, PartialEq, SerializeConst)]
[INFO] [stdout]   |                                         ^^^^^^^^^^^^^-
[INFO] [stdout]   |                                         |            |
[INFO] [stdout]   |                                         |            temporary value is freed at the end of this statement
[INFO] [stdout]   |                                         creates a temporary value which is freed while still in use
[INFO] [stdout]   |                                         argument requires that borrow lasts for `'static`
[INFO] [stdout]   |
[INFO] [stdout]   = note: this error originates in the derive macro `SerializeConst` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0716]: temporary value dropped while borrowed
[INFO] [stdout]   --> tests/enum.rs:68:45
[INFO] [stdout]    |
[INFO] [stdout] 68 |     #[derive(Clone, Copy, Debug, PartialEq, SerializeConst)]
[INFO] [stdout]    |                                             ^^^^^^^^^^^^^-
[INFO] [stdout]    |                                             |            |
[INFO] [stdout]    |                                             |            temporary value is freed at the end of this statement
[INFO] [stdout]    |                                             creates a temporary value which is freed while still in use
[INFO] [stdout]    |                                             argument requires that borrow lasts for `'static`
[INFO] [stdout]    |
[INFO] [stdout]    = note: this error originates in the derive macro `const_serialize::SerializeConst` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0716]: temporary value dropped while borrowed
[INFO] [stdout]   --> tests/eq.rs:11:41
[INFO] [stdout]    |
[INFO] [stdout] 11 | #[derive(Clone, Copy, Debug, PartialEq, SerializeConst)]
[INFO] [stdout]    |                                         ^^^^^^^^^^^^^-
[INFO] [stdout]    |                                         |            |
[INFO] [stdout]    |                                         |            temporary value is freed at the end of this statement
[INFO] [stdout]    |                                         creates a temporary value which is freed while still in use
[INFO] [stdout]    |                                         argument requires that borrow lasts for `'static`
[INFO] [stdout]    |
[INFO] [stdout]    = note: this error originates in the derive macro `const_serialize::SerializeConst` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0716]: temporary value dropped while borrowed
[INFO] [stdout]    --> tests/enum.rs:100:45
[INFO] [stdout]     |
[INFO] [stdout] 100 |     #[derive(Clone, Copy, Debug, PartialEq, SerializeConst)]
[INFO] [stdout]     |                                             ^^^^^^^^^^^^^-
[INFO] [stdout]     |                                             |            |
[INFO] [stdout]     |                                             |            temporary value is freed at the end of this statement
[INFO] [stdout]     |                                             creates a temporary value which is freed while still in use
[INFO] [stdout]     |                                             argument requires that borrow lasts for `'static`
[INFO] [stdout]     |
[INFO] [stdout]     = note: this error originates in the derive macro `const_serialize::SerializeConst` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0716]: temporary value dropped while borrowed
[INFO] [stdout]    --> tests/enum.rs:187:45
[INFO] [stdout]     |
[INFO] [stdout] 187 |     #[derive(Clone, Copy, Debug, PartialEq, SerializeConst)]
[INFO] [stdout]     |                                             ^^^^^^^^^^^^^-
[INFO] [stdout]     |                                             |            |
[INFO] [stdout]     |                                             |            temporary value is freed at the end of this statement
[INFO] [stdout]     |                                             creates a temporary value which is freed while still in use
[INFO] [stdout]     |                                             argument requires that borrow lasts for `'static`
[INFO] [stdout]     |
[INFO] [stdout]     = note: this error originates in the derive macro `const_serialize::SerializeConst` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0716]: temporary value dropped while borrowed
[INFO] [stdout]    --> tests/enum.rs:207:45
[INFO] [stdout]     |
[INFO] [stdout] 207 |     #[derive(Clone, Copy, Debug, PartialEq, SerializeConst)]
[INFO] [stdout]     |                                             ^^^^^^^^^^^^^-
[INFO] [stdout]     |                                             |            |
[INFO] [stdout]     |                                             |            temporary value is freed at the end of this statement
[INFO] [stdout]     |                                             creates a temporary value which is freed while still in use
[INFO] [stdout]     |                                             argument requires that borrow lasts for `'static`
[INFO] [stdout]     |
[INFO] [stdout]     = note: this error originates in the derive macro `const_serialize::SerializeConst` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0716]: temporary value dropped while borrowed
[INFO] [stdout]    --> tests/enum.rs:214:45
[INFO] [stdout]     |
[INFO] [stdout] 214 |     #[derive(Clone, Copy, Debug, PartialEq, SerializeConst)]
[INFO] [stdout]     |                                             ^^^^^^^^^^^^^-
[INFO] [stdout]     |                                             |            |
[INFO] [stdout]     |                                             |            temporary value is freed at the end of this statement
[INFO] [stdout]     |                                             creates a temporary value which is freed while still in use
[INFO] [stdout]     |                                             argument requires that borrow lasts for `'static`
[INFO] [stdout]     |
[INFO] [stdout]     = note: this error originates in the derive macro `const_serialize::SerializeConst` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stderr] error: could not compile `const-serialize` (test "eq") due to 3 previous errors
[INFO] [stderr] warning: build failed, waiting for other jobs to finish...
[INFO] [stdout] error[E0716]: temporary value dropped while borrowed
[INFO] [stdout]   --> tests/enum.rs:68:45
[INFO] [stdout]    |
[INFO] [stdout] 68 |     #[derive(Clone, Copy, Debug, PartialEq, SerializeConst)]
[INFO] [stdout]    |                                             ^^^^^^^^^^^^^-
[INFO] [stdout]    |                                             |            |
[INFO] [stdout]    |                                             |            temporary value is freed at the end of this statement
[INFO] [stdout]    |                                             creates a temporary value which is freed while still in use
[INFO] [stdout]    |                                             argument requires that borrow lasts for `'static`
[INFO] [stdout]    |
[INFO] [stdout]    = note: this error originates in the derive macro `const_serialize::SerializeConst` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] For more information about this error, try `rustc --explain E0716`.
[INFO] [stdout] 
[INFO] [stdout] error[E0716]: temporary value dropped while borrowed
[INFO] [stdout]    --> tests/enum.rs:207:45
[INFO] [stdout]     |
[INFO] [stdout] 207 |     #[derive(Clone, Copy, Debug, PartialEq, SerializeConst)]
[INFO] [stdout]     |                                             ^^^^^^^^^^^^^-
[INFO] [stdout]     |                                             |            |
[INFO] [stdout]     |                                             |            temporary value is freed at the end of this statement
[INFO] [stdout]     |                                             creates a temporary value which is freed while still in use
[INFO] [stdout]     |                                             argument requires that borrow lasts for `'static`
[INFO] [stdout]     |
[INFO] [stdout]     = note: this error originates in the derive macro `const_serialize::SerializeConst` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0716]: temporary value dropped while borrowed
[INFO] [stdout]    --> tests/enum.rs:214:45
[INFO] [stdout]     |
[INFO] [stdout] 214 |     #[derive(Clone, Copy, Debug, PartialEq, SerializeConst)]
[INFO] [stdout]     |                                             ^^^^^^^^^^^^^-
[INFO] [stdout]     |                                             |            |
[INFO] [stdout]     |                                             |            temporary value is freed at the end of this statement
[INFO] [stdout]     |                                             creates a temporary value which is freed while still in use
[INFO] [stdout]     |                                             argument requires that borrow lasts for `'static`
[INFO] [stdout]     |
[INFO] [stdout]     = note: this error originates in the derive macro `const_serialize::SerializeConst` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0716]: temporary value dropped while borrowed
[INFO] [stdout]    --> tests/enum.rs:214:45
[INFO] [stdout]     |
[INFO] [stdout] 214 |     #[derive(Clone, Copy, Debug, PartialEq, SerializeConst)]
[INFO] [stdout]     |                                             ^^^^^^^^^^^^^-
[INFO] [stdout]     |                                             |            |
[INFO] [stdout]     |                                             |            temporary value is freed at the end of this statement
[INFO] [stdout]     |                                             creates a temporary value which is freed while still in use
[INFO] [stdout]     |                                             argument requires that borrow lasts for `'static`
[INFO] [stdout]     |
[INFO] [stdout]     = note: this error originates in the derive macro `const_serialize::SerializeConst` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] For more information about this error, try `rustc --explain E0716`.
[INFO] [stdout] 
[INFO] [stderr] error: could not compile `const-serialize` (test "enum") due to 9 previous errors
[INFO] [stdout] error[E0716]: temporary value dropped while borrowed
[INFO] [stdout]   --> tests/structs.rs:54:45
[INFO] [stdout]    |
[INFO] [stdout] 54 |     #[derive(Clone, Copy, Debug, PartialEq, SerializeConst)]
[INFO] [stdout]    |                                             ^^^^^^^^^^^^^-
[INFO] [stdout]    |                                             |            |
[INFO] [stdout]    |                                             |            temporary value is freed at the end of this statement
[INFO] [stdout]    |                                             creates a temporary value which is freed while still in use
[INFO] [stdout]    |                                             argument requires that borrow lasts for `'static`
[INFO] [stdout]    |
[INFO] [stdout]    = note: this error originates in the derive macro `SerializeConst` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stderr] error: could not compile `const-serialize` (test "structs") due to 4 previous errors
[INFO] [stdout] error[E0716]: temporary value dropped while borrowed
[INFO] [stdout]   --> tests/structs.rs:39:45
[INFO] [stdout]    |
[INFO] [stdout] 39 |     #[derive(Clone, Copy, Debug, PartialEq, SerializeConst)]
[INFO] [stdout]    |                                             ^^^^^^^^^^^^^-
[INFO] [stdout]    |                                             |            |
[INFO] [stdout]    |                                             |            temporary value is freed at the end of this statement
[INFO] [stdout]    |                                             creates a temporary value which is freed while still in use
[INFO] [stdout]    |                                             argument requires that borrow lasts for `'static`
[INFO] [stdout]    |
[INFO] [stdout]    = note: this error originates in the derive macro `SerializeConst` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0716]: temporary value dropped while borrowed
[INFO] [stdout]    --> tests/structs.rs:138:32
[INFO] [stdout]     |
[INFO] [stdout] 138 |     #[derive(Debug, PartialEq, SerializeConst)]
[INFO] [stdout]     |                                ^^^^^^^^^^^^^-
[INFO] [stdout]     |                                |            |
[INFO] [stdout]     |                                |            temporary value is freed at the end of this statement
[INFO] [stdout]     |                                creates a temporary value which is freed while still in use
[INFO] [stdout]     |                                argument requires that borrow lasts for `'static`
[INFO] [stdout]     |
[INFO] [stdout]     = note: this error originates in the derive macro `SerializeConst` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0716]: temporary value dropped while borrowed
[INFO] [stdout]    --> tests/structs.rs:146:32
[INFO] [stdout]     |
[INFO] [stdout] 146 |     #[derive(Debug, PartialEq, SerializeConst)]
[INFO] [stdout]     |                                ^^^^^^^^^^^^^-
[INFO] [stdout]     |                                |            |
[INFO] [stdout]     |                                |            temporary value is freed at the end of this statement
[INFO] [stdout]     |                                creates a temporary value which is freed while still in use
[INFO] [stdout]     |                                argument requires that borrow lasts for `'static`
[INFO] [stdout]     |
[INFO] [stdout]     = note: this error originates in the derive macro `SerializeConst` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] For more information about this error, try `rustc --explain E0716`.
[INFO] [stdout] 
[INFO] running `Command { std: "docker" "inspect" "6b329d10f130d7870b7fa5c90a1fac999019258111fd0fc4960ccc076373a876", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "6b329d10f130d7870b7fa5c90a1fac999019258111fd0fc4960ccc076373a876", kill_on_drop: false }`
[INFO] [stdout] 6b329d10f130d7870b7fa5c90a1fac999019258111fd0fc4960ccc076373a876
