[INFO] fetching crate normal_floats 0.2.0...
[INFO] testing normal_floats-0.2.0 against try#c2e32f1c9652b13ed99608599c1e855462f421f3 for pr-146098-8
[INFO] extracting crate normal_floats 0.2.0 into /workspace/builds/worker-3-tc2/source
[INFO] started tweaking crates.io crate normal_floats 0.2.0
[INFO] finished tweaking crates.io crate normal_floats 0.2.0
[INFO] tweaked toml for crates.io crate normal_floats 0.2.0 written to /workspace/builds/worker-3-tc2/source/Cargo.toml
[INFO] validating manifest of crates.io crate normal_floats 0.2.0 on toolchain c2e32f1c9652b13ed99608599c1e855462f421f3
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+c2e32f1c9652b13ed99608599c1e855462f421f3" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }`
[INFO] crate crates.io crate normal_floats 0.2.0 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" "+c2e32f1c9652b13ed99608599c1e855462f421f3" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-3-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-3-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" "+c2e32f1c9652b13ed99608599c1e855462f421f3" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }`
[INFO] [stdout] b658f23731367e0972c1a622ffe9b329dd021819ff4d4b32dd370e419e7817b1
[INFO] running `Command { std: "docker" "start" "-a" "b658f23731367e0972c1a622ffe9b329dd021819ff4d4b32dd370e419e7817b1", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "inspect" "b658f23731367e0972c1a622ffe9b329dd021819ff4d4b32dd370e419e7817b1", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "b658f23731367e0972c1a622ffe9b329dd021819ff4d4b32dd370e419e7817b1", kill_on_drop: false }`
[INFO] [stdout] b658f23731367e0972c1a622ffe9b329dd021819ff4d4b32dd370e419e7817b1
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-3-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-3-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" "+c2e32f1c9652b13ed99608599c1e855462f421f3" "build" "--frozen" "--message-format=json", kill_on_drop: false }`
[INFO] [stdout] b8c97d6f56d35276117dc1421b4821e009905757773baffafe8e645da57e4394
[INFO] running `Command { std: "docker" "start" "-a" "b8c97d6f56d35276117dc1421b4821e009905757773baffafe8e645da57e4394", kill_on_drop: false }`
[INFO] [stderr]    Compiling normal_floats v0.2.0 (/opt/rustwide/workdir)
[INFO] [stdout] error: cannot use value of type `&mut f32` for inline assembly
[INFO] [stdout]    --> src/lib.rs:88:48
[INFO] [stdout]     |
[INFO] [stdout]  88 |                               x = inout(xmm_reg) x,
[INFO] [stdout]     |                                                  ^
[INFO] [stdout] ...
[INFO] [stdout] 132 | / impl_op_assign!(
[INFO] [stdout] 133 | |     AddAssign,
[INFO] [stdout] 134 | |     add_assign,
[INFO] [stdout] 135 | |     f32,
[INFO] [stdout] 136 | |     "addss {x}, {y}",
[INFO] [stdout] 137 | |     "fadd {x:s}, {x:s}, {y:s}",
[INFO] [stdout] 138 | | );
[INFO] [stdout]     | |_- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: only integers, floats, SIMD vectors, pointers and function pointers can be used as arguments for inline assembly
[INFO] [stdout]     = note: this error originates in the macro `impl_op_assign` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: cannot use value of type `&mut f64` for inline assembly
[INFO] [stdout]    --> src/lib.rs:88:48
[INFO] [stdout]     |
[INFO] [stdout]  88 |                               x = inout(xmm_reg) x,
[INFO] [stdout]     |                                                  ^
[INFO] [stdout] ...
[INFO] [stdout] 139 | / impl_op_assign!(
[INFO] [stdout] 140 | |     AddAssign,
[INFO] [stdout] 141 | |     add_assign,
[INFO] [stdout] 142 | |     f64,
[INFO] [stdout] 143 | |     "addsd {x}, {y}",
[INFO] [stdout] 144 | |     "fadd {x:d}, {x:d}, {y:d}",
[INFO] [stdout] 145 | | );
[INFO] [stdout]     | |_- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: only integers, floats, SIMD vectors, pointers and function pointers can be used as arguments for inline assembly
[INFO] [stdout]     = note: this error originates in the macro `impl_op_assign` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: cannot use value of type `&mut f32` for inline assembly
[INFO] [stdout]    --> src/lib.rs:88:48
[INFO] [stdout]     |
[INFO] [stdout]  88 |                               x = inout(xmm_reg) x,
[INFO] [stdout]     |                                                  ^
[INFO] [stdout] ...
[INFO] [stdout] 160 | / impl_op_assign!(
[INFO] [stdout] 161 | |     SubAssign,
[INFO] [stdout] 162 | |     sub_assign,
[INFO] [stdout] 163 | |     f32,
[INFO] [stdout] 164 | |     "subss {x}, {y}",
[INFO] [stdout] 165 | |     "fsub {x:s}, {x:s}, {y:s}",
[INFO] [stdout] 166 | | );
[INFO] [stdout]     | |_- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: only integers, floats, SIMD vectors, pointers and function pointers can be used as arguments for inline assembly
[INFO] [stdout]     = note: this error originates in the macro `impl_op_assign` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: cannot use value of type `&mut f64` for inline assembly
[INFO] [stdout]    --> src/lib.rs:88:48
[INFO] [stdout]     |
[INFO] [stdout]  88 |                               x = inout(xmm_reg) x,
[INFO] [stdout]     |                                                  ^
[INFO] [stdout] ...
[INFO] [stdout] 167 | / impl_op_assign!(
[INFO] [stdout] 168 | |     SubAssign,
[INFO] [stdout] 169 | |     sub_assign,
[INFO] [stdout] 170 | |     f64,
[INFO] [stdout] 171 | |     "subsd {x}, {y}",
[INFO] [stdout] 172 | |     "fsub {x:d}, {x:d}, {y:d}",
[INFO] [stdout] 173 | | );
[INFO] [stdout]     | |_- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: only integers, floats, SIMD vectors, pointers and function pointers can be used as arguments for inline assembly
[INFO] [stdout]     = note: this error originates in the macro `impl_op_assign` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: cannot use value of type `&mut f32` for inline assembly
[INFO] [stdout]    --> src/lib.rs:88:48
[INFO] [stdout]     |
[INFO] [stdout]  88 |                               x = inout(xmm_reg) x,
[INFO] [stdout]     |                                                  ^
[INFO] [stdout] ...
[INFO] [stdout] 188 | / impl_op_assign!(
[INFO] [stdout] 189 | |     MulAssign,
[INFO] [stdout] 190 | |     mul_assign,
[INFO] [stdout] 191 | |     f32,
[INFO] [stdout] 192 | |     "mulss {x}, {y}",
[INFO] [stdout] 193 | |     "fmul {x:s}, {x:s}, {y:s}",
[INFO] [stdout] 194 | | );
[INFO] [stdout]     | |_- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: only integers, floats, SIMD vectors, pointers and function pointers can be used as arguments for inline assembly
[INFO] [stdout]     = note: this error originates in the macro `impl_op_assign` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: cannot use value of type `&mut f64` for inline assembly
[INFO] [stdout]    --> src/lib.rs:88:48
[INFO] [stdout]     |
[INFO] [stdout]  88 |                               x = inout(xmm_reg) x,
[INFO] [stdout]     |                                                  ^
[INFO] [stdout] ...
[INFO] [stdout] 195 | / impl_op_assign!(
[INFO] [stdout] 196 | |     MulAssign,
[INFO] [stdout] 197 | |     mul_assign,
[INFO] [stdout] 198 | |     f64,
[INFO] [stdout] 199 | |     "mulsd {x}, {y}",
[INFO] [stdout] 200 | |     "fmul {x:d}, {x:d}, {y:d}",
[INFO] [stdout] 201 | | );
[INFO] [stdout]     | |_- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: only integers, floats, SIMD vectors, pointers and function pointers can be used as arguments for inline assembly
[INFO] [stdout]     = note: this error originates in the macro `impl_op_assign` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: cannot use value of type `&mut f32` for inline assembly
[INFO] [stdout]    --> src/lib.rs:88:48
[INFO] [stdout]     |
[INFO] [stdout]  88 |                               x = inout(xmm_reg) x,
[INFO] [stdout]     |                                                  ^
[INFO] [stdout] ...
[INFO] [stdout] 216 | / impl_op_assign!(
[INFO] [stdout] 217 | |     DivAssign,
[INFO] [stdout] 218 | |     div_assign,
[INFO] [stdout] 219 | |     f32,
[INFO] [stdout] 220 | |     "divss {x}, {y}",
[INFO] [stdout] 221 | |     "fdiv {x:s}, {x:s}, {y:s}",
[INFO] [stdout] 222 | | );
[INFO] [stdout]     | |_- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: only integers, floats, SIMD vectors, pointers and function pointers can be used as arguments for inline assembly
[INFO] [stdout]     = note: this error originates in the macro `impl_op_assign` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: cannot use value of type `&mut f64` for inline assembly
[INFO] [stdout]    --> src/lib.rs:88:48
[INFO] [stdout]     |
[INFO] [stdout]  88 |                               x = inout(xmm_reg) x,
[INFO] [stdout]     |                                                  ^
[INFO] [stdout] ...
[INFO] [stdout] 223 | / impl_op_assign!(
[INFO] [stdout] 224 | |     DivAssign,
[INFO] [stdout] 225 | |     div_assign,
[INFO] [stdout] 226 | |     f64,
[INFO] [stdout] 227 | |     "divsd {x}, {y}",
[INFO] [stdout] 228 | |     "fdiv {x:d}, {x:d}, {y:d}",
[INFO] [stdout] 229 | | );
[INFO] [stdout]     | |_- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: only integers, floats, SIMD vectors, pointers and function pointers can be used as arguments for inline assembly
[INFO] [stdout]     = note: this error originates in the macro `impl_op_assign` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stderr] error: could not compile `normal_floats` (lib) due to 8 previous errors
[INFO] running `Command { std: "docker" "inspect" "b8c97d6f56d35276117dc1421b4821e009905757773baffafe8e645da57e4394", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "b8c97d6f56d35276117dc1421b4821e009905757773baffafe8e645da57e4394", kill_on_drop: false }`
[INFO] [stdout] b8c97d6f56d35276117dc1421b4821e009905757773baffafe8e645da57e4394
