[INFO] fetching crate normal_floats 0.2.0...
[INFO] testing normal_floats-0.2.0 against 1.90.0 for beta-1.91-3
[INFO] extracting crate normal_floats 0.2.0 into /workspace/builds/worker-6-tc1/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-6-tc1/source/Cargo.toml
[INFO] validating manifest of crates.io crate normal_floats 0.2.0 on toolchain 1.90.0
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+1.90.0" "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" "+1.90.0" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }`
[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:e90291280db7d1fac5b66fc6dad9f9662629e7365a55743daf9bdf73ebc4ea79" "/opt/rustwide/cargo-home/bin/cargo" "+1.90.0" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }`
[INFO] [stdout] 6501754c23c964a1c7a385b7be3d019af8554c3dd3586f6c0b1ab0372e64994e
[INFO] running `Command { std: "docker" "start" "-a" "6501754c23c964a1c7a385b7be3d019af8554c3dd3586f6c0b1ab0372e64994e", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "inspect" "6501754c23c964a1c7a385b7be3d019af8554c3dd3586f6c0b1ab0372e64994e", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "6501754c23c964a1c7a385b7be3d019af8554c3dd3586f6c0b1ab0372e64994e", kill_on_drop: false }`
[INFO] [stdout] 6501754c23c964a1c7a385b7be3d019af8554c3dd3586f6c0b1ab0372e64994e
[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=warn" "-e" "RUSTDOCFLAGS=--cap-lints=warn" "-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:e90291280db7d1fac5b66fc6dad9f9662629e7365a55743daf9bdf73ebc4ea79" "/opt/rustwide/cargo-home/bin/cargo" "+1.90.0" "build" "--frozen" "--message-format=json", kill_on_drop: false }`
[INFO] [stdout] 13eee51affa44a477726c3e460cd04badbe3cd4eefeaa6c69fb31c6b5ece9c37
[INFO] running `Command { std: "docker" "start" "-a" "13eee51affa44a477726c3e460cd04badbe3cd4eefeaa6c69fb31c6b5ece9c37", 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" "13eee51affa44a477726c3e460cd04badbe3cd4eefeaa6c69fb31c6b5ece9c37", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "13eee51affa44a477726c3e460cd04badbe3cd4eefeaa6c69fb31c6b5ece9c37", kill_on_drop: false }`
[INFO] [stdout] 13eee51affa44a477726c3e460cd04badbe3cd4eefeaa6c69fb31c6b5ece9c37
