[INFO] fetching crate aftermath 1.1.3...
[INFO] checking aftermath-1.1.3 against master#b0696a5160711c068cb1f01b7437db7990d15750 for pr-121848
[INFO] extracting crate aftermath 1.1.3 into /workspace/builds/worker-1-tc1/source
[INFO] validating manifest of crates.io crate aftermath 1.1.3 on toolchain b0696a5160711c068cb1f01b7437db7990d15750
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+b0696a5160711c068cb1f01b7437db7990d15750" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }`
[INFO] started tweaking crates.io crate aftermath 1.1.3
[INFO] finished tweaking crates.io crate aftermath 1.1.3
[INFO] tweaked toml for crates.io crate aftermath 1.1.3 written to /workspace/builds/worker-1-tc1/source/Cargo.toml
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+b0696a5160711c068cb1f01b7437db7990d15750" "generate-lockfile" "--manifest-path" "Cargo.toml", kill_on_drop: false }`
[INFO] [stderr]     Updating crates.io index
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+b0696a5160711c068cb1f01b7437db7990d15750" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }`
[INFO] [stderr]  Downloading crates ...
[INFO] [stderr]   Downloaded num-complex v0.4.5
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-1-tc1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-1-tc1/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:2788e3201cd34a07e3172128adcd8b3090168a8e3bcc40d7c032b9dda1df7d1c" "/opt/rustwide/cargo-home/bin/cargo" "+b0696a5160711c068cb1f01b7437db7990d15750" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }`
[INFO] [stdout] 2a01b31ec42685d4c1013bf3e40e4189ee1b2867a3ca62e20554475e682f708c
[INFO] running `Command { std: "docker" "start" "-a" "2a01b31ec42685d4c1013bf3e40e4189ee1b2867a3ca62e20554475e682f708c", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "inspect" "2a01b31ec42685d4c1013bf3e40e4189ee1b2867a3ca62e20554475e682f708c", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "2a01b31ec42685d4c1013bf3e40e4189ee1b2867a3ca62e20554475e682f708c", kill_on_drop: false }`
[INFO] [stdout] 2a01b31ec42685d4c1013bf3e40e4189ee1b2867a3ca62e20554475e682f708c
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-1-tc1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-1-tc1/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:2788e3201cd34a07e3172128adcd8b3090168a8e3bcc40d7c032b9dda1df7d1c" "/opt/rustwide/cargo-home/bin/cargo" "+b0696a5160711c068cb1f01b7437db7990d15750" "check" "--frozen" "--all" "--all-targets" "--message-format=json", kill_on_drop: false }`
[INFO] [stdout] 70356c754f9734ad52c4f0bca577137ee09abc10a946757501a3271f9d6ed40b
[INFO] running `Command { std: "docker" "start" "-a" "70356c754f9734ad52c4f0bca577137ee09abc10a946757501a3271f9d6ed40b", kill_on_drop: false }`
[INFO] [stderr]    Compiling num-traits v0.2.18
[INFO] [stderr]     Checking bumpalo v3.15.4
[INFO] [stderr]     Checking num-complex v0.4.5
[INFO] [stderr]     Checking aftermath v1.1.3 (/opt/rustwide/workdir)
[INFO] [stdout] warning: `&` without an explicit lifetime name cannot be used here
[INFO] [stdout]    --> src/eval.rs:342:37
[INFO] [stdout]     |
[INFO] [stdout] 342 |                       pub const NAME: &str = $fname;
[INFO] [stdout]     |                                       ^
[INFO] [stdout] ...
[INFO] [stdout] 416 | /     define_func! {
[INFO] [stdout] 417 | |         // Trigonometry function
[INFO] [stdout] 418 | |         Sin("sin"):     [arg]       => {arg.sin()};
[INFO] [stdout] 419 | |         Asin("asin"):   [arg]       => {arg.asin()};
[INFO] [stdout] ...   |
[INFO] [stdout] 442 | |         Log("log"):     [arg, base] => {arg.log(base.re)};
[INFO] [stdout] 443 | |     }
[INFO] [stdout]     | |_____- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release!
[INFO] [stdout]     = note: for more information, see issue #115010 <https://github.com/rust-lang/rust/issues/115010>
[INFO] [stdout]     = note: `#[warn(elided_lifetimes_in_associated_constant)]` on by default
[INFO] [stdout]     = note: this warning originates in the macro `define_func` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] help: use the `'static` lifetime
[INFO] [stdout]     |
[INFO] [stdout] 342 |                     pub const NAME: &'static str = $fname;
[INFO] [stdout]     |                                      +++++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: `&` without an explicit lifetime name cannot be used here
[INFO] [stdout]    --> src/eval.rs:447:25
[INFO] [stdout]     |
[INFO] [stdout] 447 |         pub const NAME: &str = "sign";
[INFO] [stdout]     |                         ^
[INFO] [stdout]     |
[INFO] [stdout]     = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release!
[INFO] [stdout]     = note: for more information, see issue #115010 <https://github.com/rust-lang/rust/issues/115010>
[INFO] [stdout] help: use the `'static` lifetime
[INFO] [stdout]     |
[INFO] [stdout] 447 |         pub const NAME: &'static str = "sign";
[INFO] [stdout]     |                          +++++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: `&` without an explicit lifetime name cannot be used here
[INFO] [stdout]    --> src/eval.rs:342:37
[INFO] [stdout]     |
[INFO] [stdout] 342 |                       pub const NAME: &str = $fname;
[INFO] [stdout]     |                                       ^
[INFO] [stdout] ...
[INFO] [stdout] 416 | /     define_func! {
[INFO] [stdout] 417 | |         // Trigonometry function
[INFO] [stdout] 418 | |         Sin("sin"):     [arg]       => {arg.sin()};
[INFO] [stdout] 419 | |         Asin("asin"):   [arg]       => {arg.asin()};
[INFO] [stdout] ...   |
[INFO] [stdout] 442 | |         Log("log"):     [arg, base] => {arg.log(base.re)};
[INFO] [stdout] 443 | |     }
[INFO] [stdout]     | |_____- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release!
[INFO] [stdout]     = note: for more information, see issue #115010 <https://github.com/rust-lang/rust/issues/115010>
[INFO] [stdout]     = note: `#[warn(elided_lifetimes_in_associated_constant)]` on by default
[INFO] [stdout]     = note: this warning originates in the macro `define_func` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] help: use the `'static` lifetime
[INFO] [stdout]     |
[INFO] [stdout] 342 |                     pub const NAME: &'static str = $fname;
[INFO] [stdout]     |                                      +++++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: `&` without an explicit lifetime name cannot be used here
[INFO] [stdout]    --> src/eval.rs:447:25
[INFO] [stdout]     |
[INFO] [stdout] 447 |         pub const NAME: &str = "sign";
[INFO] [stdout]     |                         ^
[INFO] [stdout]     |
[INFO] [stdout]     = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release!
[INFO] [stdout]     = note: for more information, see issue #115010 <https://github.com/rust-lang/rust/issues/115010>
[INFO] [stdout] help: use the `'static` lifetime
[INFO] [stdout]     |
[INFO] [stdout] 447 |         pub const NAME: &'static str = "sign";
[INFO] [stdout]     |                          +++++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: 2 warnings emitted
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: 2 warnings emitted
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stderr]     Finished `dev` profile [unoptimized + debuginfo] target(s) in 2.05s
[INFO] running `Command { std: "docker" "inspect" "70356c754f9734ad52c4f0bca577137ee09abc10a946757501a3271f9d6ed40b", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "70356c754f9734ad52c4f0bca577137ee09abc10a946757501a3271f9d6ed40b", kill_on_drop: false }`
[INFO] [stdout] 70356c754f9734ad52c4f0bca577137ee09abc10a946757501a3271f9d6ed40b
[INFO] checking aftermath-1.1.3 against try#bfe97fcae016881ad333f0ff8cea2cadb9cf136c for pr-121848
[INFO] extracting crate aftermath 1.1.3 into /workspace/builds/worker-1-tc2/source
[INFO] validating manifest of crates.io crate aftermath 1.1.3 on toolchain bfe97fcae016881ad333f0ff8cea2cadb9cf136c
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+bfe97fcae016881ad333f0ff8cea2cadb9cf136c" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }`
[INFO] started tweaking crates.io crate aftermath 1.1.3
[INFO] finished tweaking crates.io crate aftermath 1.1.3
[INFO] tweaked toml for crates.io crate aftermath 1.1.3 written to /workspace/builds/worker-1-tc2/source/Cargo.toml
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+bfe97fcae016881ad333f0ff8cea2cadb9cf136c" "generate-lockfile" "--manifest-path" "Cargo.toml", kill_on_drop: false }`
[INFO] [stderr]     Updating crates.io index
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+bfe97fcae016881ad333f0ff8cea2cadb9cf136c" "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:2788e3201cd34a07e3172128adcd8b3090168a8e3bcc40d7c032b9dda1df7d1c" "/opt/rustwide/cargo-home/bin/cargo" "+bfe97fcae016881ad333f0ff8cea2cadb9cf136c" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }`
[INFO] [stdout] 02acc7e8d8522d34ce1ac811859b3b350c6d17262675c815cce97a44e493d608
[INFO] running `Command { std: "docker" "start" "-a" "02acc7e8d8522d34ce1ac811859b3b350c6d17262675c815cce97a44e493d608", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "inspect" "02acc7e8d8522d34ce1ac811859b3b350c6d17262675c815cce97a44e493d608", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "02acc7e8d8522d34ce1ac811859b3b350c6d17262675c815cce97a44e493d608", kill_on_drop: false }`
[INFO] [stdout] 02acc7e8d8522d34ce1ac811859b3b350c6d17262675c815cce97a44e493d608
[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:2788e3201cd34a07e3172128adcd8b3090168a8e3bcc40d7c032b9dda1df7d1c" "/opt/rustwide/cargo-home/bin/cargo" "+bfe97fcae016881ad333f0ff8cea2cadb9cf136c" "check" "--frozen" "--all" "--all-targets" "--message-format=json", kill_on_drop: false }`
[INFO] [stdout] 88cf8e4a9f459a1274368947a57cebbae89c7bfb18cba4d6705361b20a247b95
[INFO] running `Command { std: "docker" "start" "-a" "88cf8e4a9f459a1274368947a57cebbae89c7bfb18cba4d6705361b20a247b95", kill_on_drop: false }`
[INFO] [stderr]    Compiling num-traits v0.2.18
[INFO] [stderr]     Checking bumpalo v3.15.4
[INFO] [stderr]     Checking num-complex v0.4.5
[INFO] [stderr]     Checking aftermath v1.1.3 (/opt/rustwide/workdir)
[INFO] [stdout] warning: `&` without an explicit lifetime name cannot be used here
[INFO] [stdout]    --> src/eval.rs:342:37
[INFO] [stdout]     |
[INFO] [stdout] 342 |                       pub const NAME: &str = $fname;
[INFO] [stdout]     |                                       ^
[INFO] [stdout] ...
[INFO] [stdout] 416 | /     define_func! {
[INFO] [stdout] 417 | |         // Trigonometry function
[INFO] [stdout] 418 | |         Sin("sin"):     [arg]       => {arg.sin()};
[INFO] [stdout] 419 | |         Asin("asin"):   [arg]       => {arg.asin()};
[INFO] [stdout] ...   |
[INFO] [stdout] 442 | |         Log("log"):     [arg, base] => {arg.log(base.re)};
[INFO] [stdout] 443 | |     }
[INFO] [stdout]     | |_____- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release!
[INFO] [stdout]     = note: for more information, see issue #115010 <https://github.com/rust-lang/rust/issues/115010>
[INFO] [stdout]     = note: `#[warn(elided_lifetimes_in_associated_constant)]` on by default
[INFO] [stdout]     = note: this warning originates in the macro `define_func` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] help: use the `'static` lifetime
[INFO] [stdout]     |
[INFO] [stdout] 342 |                     pub const NAME: &'static str = $fname;
[INFO] [stdout]     |                                      +++++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: `&` without an explicit lifetime name cannot be used here
[INFO] [stdout]    --> src/eval.rs:447:25
[INFO] [stdout]     |
[INFO] [stdout] 447 |         pub const NAME: &str = "sign";
[INFO] [stdout]     |                         ^
[INFO] [stdout]     |
[INFO] [stdout]     = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release!
[INFO] [stdout]     = note: for more information, see issue #115010 <https://github.com/rust-lang/rust/issues/115010>
[INFO] [stdout] help: use the `'static` lifetime
[INFO] [stdout]     |
[INFO] [stdout] 447 |         pub const NAME: &'static str = "sign";
[INFO] [stdout]     |                          +++++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: `&` without an explicit lifetime name cannot be used here
[INFO] [stdout]    --> src/eval.rs:342:37
[INFO] [stdout]     |
[INFO] [stdout] 342 |                       pub const NAME: &str = $fname;
[INFO] [stdout]     |                                       ^
[INFO] [stdout] ...
[INFO] [stdout] 416 | /     define_func! {
[INFO] [stdout] 417 | |         // Trigonometry function
[INFO] [stdout] 418 | |         Sin("sin"):     [arg]       => {arg.sin()};
[INFO] [stdout] 419 | |         Asin("asin"):   [arg]       => {arg.asin()};
[INFO] [stdout] ...   |
[INFO] [stdout] 442 | |         Log("log"):     [arg, base] => {arg.log(base.re)};
[INFO] [stdout] 443 | |     }
[INFO] [stdout]     | |_____- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release!
[INFO] [stdout]     = note: for more information, see issue #115010 <https://github.com/rust-lang/rust/issues/115010>
[INFO] [stdout]     = note: `#[warn(elided_lifetimes_in_associated_constant)]` on by default
[INFO] [stdout]     = note: this warning originates in the macro `define_func` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] help: use the `'static` lifetime
[INFO] [stdout]     |
[INFO] [stdout] 342 |                     pub const NAME: &'static str = $fname;
[INFO] [stdout]     |                                      +++++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: `&` without an explicit lifetime name cannot be used here
[INFO] [stdout]    --> src/eval.rs:447:25
[INFO] [stdout]     |
[INFO] [stdout] 447 |         pub const NAME: &str = "sign";
[INFO] [stdout]     |                         ^
[INFO] [stdout]     |
[INFO] [stdout]     = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release!
[INFO] [stdout]     = note: for more information, see issue #115010 <https://github.com/rust-lang/rust/issues/115010>
[INFO] [stdout] help: use the `'static` lifetime
[INFO] [stdout]     |
[INFO] [stdout] 447 |         pub const NAME: &'static str = "sign";
[INFO] [stdout]     |                          +++++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: 2 warnings emitted
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: 2 warnings emitted
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stderr]     Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.43s
[INFO] running `Command { std: "docker" "inspect" "88cf8e4a9f459a1274368947a57cebbae89c7bfb18cba4d6705361b20a247b95", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "88cf8e4a9f459a1274368947a57cebbae89c7bfb18cba4d6705361b20a247b95", kill_on_drop: false }`
[INFO] [stdout] 88cf8e4a9f459a1274368947a57cebbae89c7bfb18cba4d6705361b20a247b95
