[INFO] fetching crate hassle-rs 0.5.2... [INFO] checking hassle-rs-0.5.2 against master#dfd7b8d03fb93d0e03147d28b3be6d93260fa94d for pr-87050 [INFO] extracting crate hassle-rs 0.5.2 into /workspace/builds/worker-10/source [INFO] validating manifest of crates.io crate hassle-rs 0.5.2 on toolchain dfd7b8d03fb93d0e03147d28b3be6d93260fa94d [INFO] running `Command { std: "/workspace/cargo-home/bin/cargo" "+dfd7b8d03fb93d0e03147d28b3be6d93260fa94d" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }` [INFO] started tweaking crates.io crate hassle-rs 0.5.2 [INFO] finished tweaking crates.io crate hassle-rs 0.5.2 [INFO] tweaked toml for crates.io crate hassle-rs 0.5.2 written to /workspace/builds/worker-10/source/Cargo.toml [INFO] crate crates.io crate hassle-rs 0.5.2 already has a lockfile, it will not be regenerated [INFO] running `Command { std: "/workspace/cargo-home/bin/cargo" "+dfd7b8d03fb93d0e03147d28b3be6d93260fa94d" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }` [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-10/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-10/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:34b6a614d2c27851fe6cbf88fbd1137609cefab8b10d0615aaeb6fd47975d74e" "/opt/rustwide/cargo-home/bin/cargo" "+dfd7b8d03fb93d0e03147d28b3be6d93260fa94d" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }` [INFO] [stdout] 102065b33d2227953f3c80ddc3af35e8c2275b396755f28470ac766d4ec2426f [INFO] running `Command { std: "docker" "start" "-a" "102065b33d2227953f3c80ddc3af35e8c2275b396755f28470ac766d4ec2426f", kill_on_drop: false }` [INFO] running `Command { std: "docker" "inspect" "102065b33d2227953f3c80ddc3af35e8c2275b396755f28470ac766d4ec2426f", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "102065b33d2227953f3c80ddc3af35e8c2275b396755f28470ac766d4ec2426f", kill_on_drop: false }` [INFO] [stdout] 102065b33d2227953f3c80ddc3af35e8c2275b396755f28470ac766d4ec2426f [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-10/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-10/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" "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:34b6a614d2c27851fe6cbf88fbd1137609cefab8b10d0615aaeb6fd47975d74e" "/opt/rustwide/cargo-home/bin/cargo" "+dfd7b8d03fb93d0e03147d28b3be6d93260fa94d" "check" "--frozen" "--all" "--all-targets" "--message-format=json", kill_on_drop: false }` [INFO] [stdout] e3a52bc4ad56fff6459ae71b2595ac3232328d6a8186b718cbf367f263d1f5d9 [INFO] running `Command { std: "docker" "start" "-a" "e3a52bc4ad56fff6459ae71b2595ac3232328d6a8186b718cbf367f263d1f5d9", kill_on_drop: false }` [INFO] [stderr] Compiling proc-macro2 v1.0.26 [INFO] [stderr] Compiling syn v1.0.72 [INFO] [stderr] Compiling syn v0.15.44 [INFO] [stderr] Compiling com-rs v0.2.1 [INFO] [stderr] Compiling lazy_static v1.4.0 [INFO] [stderr] Compiling num-traits v0.2.14 [INFO] [stderr] Checking fxhash v0.2.1 [INFO] [stderr] Checking libloading v0.7.0 [INFO] [stderr] Compiling regex v1.5.3 [INFO] [stderr] Compiling quote v1.0.9 [INFO] [stderr] Checking spirv_headers v1.5.0 [INFO] [stderr] Compiling thiserror-impl v1.0.24 [INFO] [stderr] Compiling derive_more v0.15.0 [INFO] [stderr] Checking thiserror v1.0.24 [INFO] [stderr] Checking hassle-rs v0.5.2 (/opt/rustwide/workdir) [INFO] [stdout] warning: use of calling convention not supported on this target [INFO] [stdout] --> src/wrapper.rs:166:5 [INFO] [stdout] | [INFO] [stdout] 166 | / extern "stdcall" fn query_interface( [INFO] [stdout] 167 | | _me: *const com_rs::IUnknown, [INFO] [stdout] 168 | | _rrid: &com_rs::IID, [INFO] [stdout] 169 | | _ppv_obj: *mut *mut core::ffi::c_void, [INFO] [stdout] 170 | | ) -> com_rs::HResult { [INFO] [stdout] | |________________________^ [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(unsupported_calling_conventions)]` on by default [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 #00000 [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of calling convention not supported on this target [INFO] [stdout] --> src/wrapper.rs:174:5 [INFO] [stdout] | [INFO] [stdout] 174 | extern "stdcall" fn dummy(_me: *const com_rs::IUnknown) -> HRESULT { [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 #00000 [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of calling convention not supported on this target [INFO] [stdout] --> src/wrapper.rs:178:5 [INFO] [stdout] | [INFO] [stdout] 178 | / extern "stdcall" fn load_source( [INFO] [stdout] 179 | | me: *mut com_rs::IUnknown, [INFO] [stdout] 180 | | filename: LPCWSTR, [INFO] [stdout] 181 | | include_source: *mut *mut IDxcBlob, [INFO] [stdout] 182 | | ) -> com_rs::HResult { [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 #00000 [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: 3 warnings emitted [INFO] [stdout] [INFO] [stdout] [INFO] [stderr] Checking rspirv v0.7.0 [INFO] [stdout] warning: use of calling convention not supported on this target [INFO] [stdout] --> src/wrapper.rs:166:5 [INFO] [stdout] | [INFO] [stdout] 166 | / extern "stdcall" fn query_interface( [INFO] [stdout] 167 | | _me: *const com_rs::IUnknown, [INFO] [stdout] 168 | | _rrid: &com_rs::IID, [INFO] [stdout] 169 | | _ppv_obj: *mut *mut core::ffi::c_void, [INFO] [stdout] 170 | | ) -> com_rs::HResult { [INFO] [stdout] | |________________________^ [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(unsupported_calling_conventions)]` on by default [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 #00000 [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of calling convention not supported on this target [INFO] [stdout] --> src/wrapper.rs:174:5 [INFO] [stdout] | [INFO] [stdout] 174 | extern "stdcall" fn dummy(_me: *const com_rs::IUnknown) -> HRESULT { [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 #00000 [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of calling convention not supported on this target [INFO] [stdout] --> src/wrapper.rs:178:5 [INFO] [stdout] | [INFO] [stdout] 178 | / extern "stdcall" fn load_source( [INFO] [stdout] 179 | | me: *mut com_rs::IUnknown, [INFO] [stdout] 180 | | filename: LPCWSTR, [INFO] [stdout] 181 | | include_source: *mut *mut IDxcBlob, [INFO] [stdout] 182 | | ) -> com_rs::HResult { [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 #00000 [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: 3 warnings emitted [INFO] [stdout] [INFO] [stdout] [INFO] [stderr] Finished dev [unoptimized + debuginfo] target(s) in 26.87s [INFO] running `Command { std: "docker" "inspect" "e3a52bc4ad56fff6459ae71b2595ac3232328d6a8186b718cbf367f263d1f5d9", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "e3a52bc4ad56fff6459ae71b2595ac3232328d6a8186b718cbf367f263d1f5d9", kill_on_drop: false }` [INFO] [stdout] e3a52bc4ad56fff6459ae71b2595ac3232328d6a8186b718cbf367f263d1f5d9