[INFO] fetching crate normal_floats 0.2.0... [INFO] testing normal_floats-0.2.0 against master#350d0ef0ec0493e6d21cfb265cb8211a0e74d766 for pr-145330-1 [INFO] extracting crate normal_floats 0.2.0 into /workspace/builds/worker-0-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-0-tc1/source/Cargo.toml [INFO] validating manifest of crates.io crate normal_floats 0.2.0 on toolchain 350d0ef0ec0493e6d21cfb265cb8211a0e74d766 [INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+350d0ef0ec0493e6d21cfb265cb8211a0e74d766" "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" "+350d0ef0ec0493e6d21cfb265cb8211a0e74d766" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }` [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-0-tc1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-0-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" "+350d0ef0ec0493e6d21cfb265cb8211a0e74d766" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }` [INFO] [stdout] 5ca8c159ce391be06c050f1bc396775ece83f68960ec4ba21cf4e957503f3eda [INFO] running `Command { std: "docker" "start" "-a" "5ca8c159ce391be06c050f1bc396775ece83f68960ec4ba21cf4e957503f3eda", kill_on_drop: false }` [INFO] running `Command { std: "docker" "inspect" "5ca8c159ce391be06c050f1bc396775ece83f68960ec4ba21cf4e957503f3eda", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "5ca8c159ce391be06c050f1bc396775ece83f68960ec4ba21cf4e957503f3eda", kill_on_drop: false }` [INFO] [stdout] 5ca8c159ce391be06c050f1bc396775ece83f68960ec4ba21cf4e957503f3eda [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-0-tc1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-0-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:e90291280db7d1fac5b66fc6dad9f9662629e7365a55743daf9bdf73ebc4ea79" "/opt/rustwide/cargo-home/bin/cargo" "+350d0ef0ec0493e6d21cfb265cb8211a0e74d766" "build" "--frozen" "--message-format=json", kill_on_drop: false }` [INFO] [stdout] 5ee9765d7746927670664046e787bc960241d732923537fe7efdce18edcf7427 [INFO] running `Command { std: "docker" "start" "-a" "5ee9765d7746927670664046e787bc960241d732923537fe7efdce18edcf7427", 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" "5ee9765d7746927670664046e787bc960241d732923537fe7efdce18edcf7427", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "5ee9765d7746927670664046e787bc960241d732923537fe7efdce18edcf7427", kill_on_drop: false }` [INFO] [stdout] 5ee9765d7746927670664046e787bc960241d732923537fe7efdce18edcf7427