[INFO] fetching crate axpy 0.3.0... [INFO] checking axpy-0.3.0 against master#0e517d38ad0e72f93c734b14fabd4bb9b7441de6 for pr-140557-1 [INFO] extracting crate axpy 0.3.0 into /workspace/builds/worker-6-tc1/source [INFO] validating manifest of crates.io crate axpy 0.3.0 on toolchain 0e517d38ad0e72f93c734b14fabd4bb9b7441de6 [INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+0e517d38ad0e72f93c734b14fabd4bb9b7441de6" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }` [INFO] started tweaking crates.io crate axpy 0.3.0 [INFO] finished tweaking crates.io crate axpy 0.3.0 [INFO] tweaked toml for crates.io crate axpy 0.3.0 written to /workspace/builds/worker-6-tc1/source/Cargo.toml [INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+0e517d38ad0e72f93c734b14fabd4bb9b7441de6" "generate-lockfile" "--manifest-path" "Cargo.toml", kill_on_drop: false }` [INFO] [stderr] Blocking waiting for file lock on package cache [INFO] [stderr] Blocking waiting for file lock on package cache [INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+0e517d38ad0e72f93c734b14fabd4bb9b7441de6" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }` [INFO] [stderr] warning: no edition set: defaulting to the 2015 edition while the latest is 2024 [INFO] [stderr] Blocking waiting for file lock on package cache [INFO] [stderr] Blocking waiting for file lock on package cache [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-6-tc1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-6-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:b0b074c097205a61b89e8ad263052f976b2b332c4dc5f02aef1fe52501660d6e" "/opt/rustwide/cargo-home/bin/cargo" "+0e517d38ad0e72f93c734b14fabd4bb9b7441de6" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }` [INFO] [stdout] 6449ad74d2cb80e8e4c181c6b58683c2a92eb3f8b711a971a6214593250a1759 [INFO] running `Command { std: "docker" "start" "-a" "6449ad74d2cb80e8e4c181c6b58683c2a92eb3f8b711a971a6214593250a1759", kill_on_drop: false }` [INFO] running `Command { std: "docker" "inspect" "6449ad74d2cb80e8e4c181c6b58683c2a92eb3f8b711a971a6214593250a1759", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "6449ad74d2cb80e8e4c181c6b58683c2a92eb3f8b711a971a6214593250a1759", kill_on_drop: false }` [INFO] [stdout] 6449ad74d2cb80e8e4c181c6b58683c2a92eb3f8b711a971a6214593250a1759 [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-6-tc1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-6-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:b0b074c097205a61b89e8ad263052f976b2b332c4dc5f02aef1fe52501660d6e" "/opt/rustwide/cargo-home/bin/cargo" "+0e517d38ad0e72f93c734b14fabd4bb9b7441de6" "check" "--frozen" "--all" "--all-targets" "--message-format=json", kill_on_drop: false }` [INFO] [stdout] 16188aca57008e806a2aa2a594236573c4f411c5fdfff5adb1e97d10518e3998 [INFO] running `Command { std: "docker" "start" "-a" "16188aca57008e806a2aa2a594236573c4f411c5fdfff5adb1e97d10518e3998", kill_on_drop: false }` [INFO] [stderr] warning: no edition set: defaulting to the 2015 edition while the latest is 2024 [INFO] [stderr] Checking axpy v0.3.0 (/opt/rustwide/workdir) [INFO] [stdout] note: trace_macro [INFO] [stdout] --> tests/trace.rs:11:5 [INFO] [stdout] | [INFO] [stdout] 11 | axpy![z = x + y]; [INFO] [stdout] | ^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: expanding `axpy! { z = x + y }` [INFO] [stdout] = note: to `axpy! [! z = () x + y+ .]` [INFO] [stdout] = note: expanding `axpy! { ! z = () x + y+ . }` [INFO] [stdout] = note: to `axpy! [! z = (0 + x) + y+ .]` [INFO] [stdout] = note: expanding `axpy! { ! z = (0 + x) + y+ . }` [INFO] [stdout] = note: to `axpy! [! z = (0 + x 0 + y) + .]` [INFO] [stdout] = note: expanding `axpy! { ! z = (0 + x 0 + y) + . }` [INFO] [stdout] = note: to `for (car, cdr) in axpy! [@ z; z.iter_mut(); 0 + x 0 + y] [INFO] [stdout] { * car = axpy! [# z; car; cdr; () 0 + x 0 + y]; }` [INFO] [stdout] = note: expanding `axpy! { @ z; z.iter_mut(); 0 + x 0 + y }` [INFO] [stdout] = note: to `{ [INFO] [stdout] macro_rules! eval [INFO] [stdout] { [INFO] [stdout] (z z) => { axpy! [@ z; z.iter_mut(); 0 + y] }; (x z) => [INFO] [stdout] { z.iter_mut().zip(axpy! [@ z; x.iter(); 0 + y]) }; [INFO] [stdout] } eval! (x z) [INFO] [stdout] }` [INFO] [stdout] = note: expanding `eval! { x z }` [INFO] [stdout] = note: to `z.iter_mut().zip(axpy! [@ z; x.iter(); 0 + y])` [INFO] [stdout] = note: expanding `axpy! { @ z; x.iter(); 0 + y }` [INFO] [stdout] = note: to `{ [INFO] [stdout] macro_rules! eval [INFO] [stdout] { [INFO] [stdout] (z z) => { axpy! [@ z; x.iter();] }; (y z) => [INFO] [stdout] { x.iter().zip(axpy! [@ z; y.iter();]) }; [INFO] [stdout] } eval! (y z) [INFO] [stdout] }` [INFO] [stdout] = note: expanding `eval! { y z }` [INFO] [stdout] = note: to `x.iter().zip(axpy! [@ z; y.iter();])` [INFO] [stdout] = note: expanding `axpy! { @ z; y.iter(); }` [INFO] [stdout] = note: to `y.iter().map(| x | (x,))` [INFO] [stdout] = note: expanding `axpy! { # z; car; cdr; () 0 + x 0 + y }` [INFO] [stdout] = note: to `{ [INFO] [stdout] macro_rules! eval [INFO] [stdout] { [INFO] [stdout] (z z) => { axpy! [# z; car; cdr; (+ * car) 0 + y] }; (x z) => [INFO] [stdout] { axpy! [# z; car; cdr.1; (+ * cdr.0) 0 + y] }; [INFO] [stdout] } eval! (x z) [INFO] [stdout] }` [INFO] [stdout] = note: expanding `eval! { x z }` [INFO] [stdout] = note: to `axpy! [# z; car; cdr.1; (+ * cdr.0) 0 + y]` [INFO] [stdout] = note: expanding `axpy! { # z; car; cdr.1; (+ * cdr.0) 0 + y }` [INFO] [stdout] = note: to `{ [INFO] [stdout] macro_rules! eval [INFO] [stdout] { [INFO] [stdout] (z z) => { axpy! [# z; car; cdr.1; (+ * cdr.0 + * car)] }; (y z) => [INFO] [stdout] { axpy! [# z; car; cdr.1.1; (+ * cdr.0 + * cdr.1.0)] }; [INFO] [stdout] } eval! (y z) [INFO] [stdout] }` [INFO] [stdout] = note: expanding `eval! { y z }` [INFO] [stdout] = note: to `axpy! [# z; car; cdr.1.1; (+ * cdr.0 + * cdr.1.0)]` [INFO] [stdout] = note: expanding `axpy! { # z; car; cdr.1.1; (+ * cdr.0 + * cdr.1.0) }` [INFO] [stdout] = note: to `* cdr.0 + * cdr.1.0` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] note: trace_macro [INFO] [stdout] --> tests/trace.rs:12:5 [INFO] [stdout] | [INFO] [stdout] 12 | assert_eq!(z, [5, 5, 5, 5]); [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: expanding `assert_eq! { z, [5, 5, 5, 5] }` [INFO] [stdout] = note: to `match (& z, & [5, 5, 5, 5]) [INFO] [stdout] { [INFO] [stdout] (left_val, right_val) => [INFO] [stdout] { [INFO] [stdout] if ! (* left_val == * right_val) [INFO] [stdout] { [INFO] [stdout] let kind = $crate :: panicking :: AssertKind :: Eq; $crate :: [INFO] [stdout] panicking :: [INFO] [stdout] assert_failed(kind, & * left_val, & * right_val, $crate :: option [INFO] [stdout] :: Option :: None); [INFO] [stdout] } [INFO] [stdout] } [INFO] [stdout] }` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] note: trace_macro [INFO] [stdout] --> tests/trace.rs:20:5 [INFO] [stdout] | [INFO] [stdout] 20 | axpy![z = 2.*z - x + 3. * y]; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: expanding `axpy! { z = 2.*z - x + 3. * y }` [INFO] [stdout] = note: to `axpy! [! z = () 2.*z - x + 3. * y+ .]` [INFO] [stdout] = note: expanding `axpy! { ! z = () 2.*z - x + 3. * y+ . }` [INFO] [stdout] = note: to `axpy! [! z = (2.* z) - x + 3. * y+ .]` [INFO] [stdout] = note: expanding `axpy! { ! z = (2.* z) - x + 3. * y+ . }` [INFO] [stdout] = note: to `axpy! [! z = (2.* z 0 - x) + 3. * y+ .]` [INFO] [stdout] = note: expanding `axpy! { ! z = (2.* z 0 - x) + 3. * y+ . }` [INFO] [stdout] = note: to `axpy! [! z = (2.* z 0 - x 3. * y) + .]` [INFO] [stdout] = note: expanding `axpy! { ! z = (2.* z 0 - x 3. * y) + . }` [INFO] [stdout] = note: to `for (car, cdr) in axpy! [@ z; z.iter_mut(); 2.* z 0 - x 3. * y] [INFO] [stdout] { * car = axpy! [# z; car; cdr; () 2.* z 0 - x 3. * y]; }` [INFO] [stdout] = note: expanding `axpy! { @ z; z.iter_mut(); 2.* z 0 - x 3. * y }` [INFO] [stdout] = note: to `{ [INFO] [stdout] macro_rules! eval [INFO] [stdout] { [INFO] [stdout] (z z) => { axpy! [@ z; z.iter_mut(); 0 - x 3. * y] }; (z z) => [INFO] [stdout] { z.iter_mut().zip(axpy! [@ z; z.iter(); 0 - x 3. * y]) }; [INFO] [stdout] } eval! (z z) [INFO] [stdout] }` [INFO] [stdout] = note: expanding `eval! { z z }` [INFO] [stdout] = note: to `axpy! [@ z; z.iter_mut(); 0 - x 3. * y]` [INFO] [stdout] = note: expanding `axpy! { @ z; z.iter_mut(); 0 - x 3. * y }` [INFO] [stdout] = note: to `{ [INFO] [stdout] macro_rules! eval [INFO] [stdout] { [INFO] [stdout] (z z) => { axpy! [@ z; z.iter_mut(); 3. * y] }; (x z) => [INFO] [stdout] { z.iter_mut().zip(axpy! [@ z; x.iter(); 3. * y]) }; [INFO] [stdout] } eval! (x z) [INFO] [stdout] }` [INFO] [stdout] = note: expanding `eval! { x z }` [INFO] [stdout] = note: to `z.iter_mut().zip(axpy! [@ z; x.iter(); 3. * y])` [INFO] [stdout] = note: expanding `axpy! { @ z; x.iter(); 3. * y }` [INFO] [stdout] = note: to `{ [INFO] [stdout] macro_rules! eval [INFO] [stdout] { [INFO] [stdout] (z z) => { axpy! [@ z; x.iter();] }; (y z) => [INFO] [stdout] { x.iter().zip(axpy! [@ z; y.iter();]) }; [INFO] [stdout] } eval! (y z) [INFO] [stdout] }` [INFO] [stdout] = note: expanding `eval! { y z }` [INFO] [stdout] = note: to `x.iter().zip(axpy! [@ z; y.iter();])` [INFO] [stdout] = note: expanding `axpy! { @ z; y.iter(); }` [INFO] [stdout] = note: to `y.iter().map(| x | (x,))` [INFO] [stdout] = note: expanding `axpy! { # z; car; cdr; () 2.* z 0 - x 3. * y }` [INFO] [stdout] = note: to `{ [INFO] [stdout] macro_rules! eval [INFO] [stdout] { [INFO] [stdout] (z z) => { axpy! [# z; car; cdr; (+ 2.* * car) 0 - x 3. * y] }; (z z) [INFO] [stdout] => { axpy! [# z; car; cdr.1; (+ 2.* * cdr.0) 0 - x 3. * y] }; [INFO] [stdout] } eval! (z z) [INFO] [stdout] }` [INFO] [stdout] = note: expanding `eval! { z z }` [INFO] [stdout] = note: to `axpy! [# z; car; cdr; (+ 2. * * car) 0 - x 3. * y]` [INFO] [stdout] = note: expanding `axpy! { # z; car; cdr; (+ 2. * * car) 0 - x 3. * y }` [INFO] [stdout] = note: to `{ [INFO] [stdout] macro_rules! eval [INFO] [stdout] { [INFO] [stdout] (z z) => { axpy! [# z; car; cdr; (+ 2. * * car + - * car) 3. * y] }; [INFO] [stdout] (x z) => [INFO] [stdout] { axpy! [# z; car; cdr.1; (+ 2. * * car + - * cdr.0) 3. * y] }; [INFO] [stdout] } eval! (x z) [INFO] [stdout] }` [INFO] [stdout] = note: expanding `eval! { x z }` [INFO] [stdout] = note: to `axpy! [# z; car; cdr.1; (+ 2. * * car + - * cdr.0) 3. * y]` [INFO] [stdout] = note: expanding `axpy! { # z; car; cdr.1; (+ 2. * * car + - * cdr.0) 3. * y }` [INFO] [stdout] = note: to `{ [INFO] [stdout] macro_rules! eval [INFO] [stdout] { [INFO] [stdout] (z z) => [INFO] [stdout] { axpy! [# z; car; cdr.1; (+ 2. * * car + - * cdr.0 + 3. * * car)] }; [INFO] [stdout] (y z) => [INFO] [stdout] { [INFO] [stdout] axpy! [INFO] [stdout] [# z; car; cdr.1.1; (+ 2. * * car + - * cdr.0 + 3. * * cdr.1.0)] [INFO] [stdout] }; [INFO] [stdout] } eval! (y z) [INFO] [stdout] }` [INFO] [stdout] = note: expanding `eval! { y z }` [INFO] [stdout] = note: to `axpy! [# z; car; cdr.1.1; (+ 2. * * car + - * cdr.0 + 3. * * cdr.1.0)]` [INFO] [stdout] = note: expanding `axpy! { # z; car; cdr.1.1; (+ 2. * * car + - * cdr.0 + 3. * * cdr.1.0) }` [INFO] [stdout] = note: to `2. * * car + - * cdr.0 + 3. * * cdr.1.0` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] note: trace_macro [INFO] [stdout] --> tests/trace.rs:21:5 [INFO] [stdout] | [INFO] [stdout] 21 | assert_eq!(z, [31f64, 207., 2003., 19999.]); [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: expanding `assert_eq! { z, [31f64, 207., 2003., 19999.] }` [INFO] [stdout] = note: to `match (& z, & [31f64, 207., 2003., 19999.]) [INFO] [stdout] { [INFO] [stdout] (left_val, right_val) => [INFO] [stdout] { [INFO] [stdout] if ! (* left_val == * right_val) [INFO] [stdout] { [INFO] [stdout] let kind = $crate :: panicking :: AssertKind :: Eq; $crate :: [INFO] [stdout] panicking :: [INFO] [stdout] assert_failed(kind, & * left_val, & * right_val, $crate :: option [INFO] [stdout] :: Option :: None); [INFO] [stdout] } [INFO] [stdout] } [INFO] [stdout] }` [INFO] [stdout] [INFO] [stdout] [INFO] [stderr] Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.13s [INFO] running `Command { std: "docker" "inspect" "16188aca57008e806a2aa2a594236573c4f411c5fdfff5adb1e97d10518e3998", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "16188aca57008e806a2aa2a594236573c4f411c5fdfff5adb1e97d10518e3998", kill_on_drop: false }` [INFO] [stdout] 16188aca57008e806a2aa2a594236573c4f411c5fdfff5adb1e97d10518e3998