[INFO] fetching crate hassle-rs 0.5.2... [INFO] testing hassle-rs-0.5.2 against master#432e145bd5a974c5b6f4dd9b352891bd7502b69d for pr-87041 [INFO] extracting crate hassle-rs 0.5.2 into /workspace/builds/worker-6/source [INFO] validating manifest of crates.io crate hassle-rs 0.5.2 on toolchain 432e145bd5a974c5b6f4dd9b352891bd7502b69d [INFO] running `Command { std: "/workspace/cargo-home/bin/cargo" "+432e145bd5a974c5b6f4dd9b352891bd7502b69d" "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-6/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" "+432e145bd5a974c5b6f4dd9b352891bd7502b69d" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }` [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-6/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-6/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" "+432e145bd5a974c5b6f4dd9b352891bd7502b69d" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }` [INFO] [stderr] WARNING: Your kernel does not support swap limit capabilities or the cgroup is not mounted. Memory limited without swap. [INFO] [stdout] f70d8e2d85109263872ca381b5f19709990ca06bd1da0c7b17c9dc33f81f327a [INFO] running `Command { std: "docker" "start" "-a" "f70d8e2d85109263872ca381b5f19709990ca06bd1da0c7b17c9dc33f81f327a", kill_on_drop: false }` [INFO] running `Command { std: "docker" "inspect" "f70d8e2d85109263872ca381b5f19709990ca06bd1da0c7b17c9dc33f81f327a", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "f70d8e2d85109263872ca381b5f19709990ca06bd1da0c7b17c9dc33f81f327a", kill_on_drop: false }` [INFO] [stdout] f70d8e2d85109263872ca381b5f19709990ca06bd1da0c7b17c9dc33f81f327a [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-6/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-6/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" "+432e145bd5a974c5b6f4dd9b352891bd7502b69d" "build" "--frozen" "--message-format=json", kill_on_drop: false }` [INFO] [stdout] 7c6d5e5a647a6a32d4ce0f49340404075d64436db26a24a7b5a97b5718f538d9 [INFO] [stderr] WARNING: Your kernel does not support swap limit capabilities or the cgroup is not mounted. Memory limited without swap. [INFO] running `Command { std: "docker" "start" "-a" "7c6d5e5a647a6a32d4ce0f49340404075d64436db26a24a7b5a97b5718f538d9", kill_on_drop: false }` [INFO] [stderr] Compiling proc-macro2 v1.0.26 [INFO] [stderr] Compiling syn v1.0.72 [INFO] [stderr] Compiling com-rs v0.2.1 [INFO] [stderr] Compiling libc v0.2.94 [INFO] [stderr] Compiling widestring v0.4.3 [INFO] [stderr] Compiling libloading v0.7.0 [INFO] [stderr] Compiling quote v1.0.9 [INFO] [stderr] Compiling thiserror-impl v1.0.24 [INFO] [stderr] Compiling thiserror v1.0.24 [INFO] [stderr] Compiling 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] Finished dev [unoptimized + debuginfo] target(s) in 26.06s [INFO] running `Command { std: "docker" "inspect" "7c6d5e5a647a6a32d4ce0f49340404075d64436db26a24a7b5a97b5718f538d9", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "7c6d5e5a647a6a32d4ce0f49340404075d64436db26a24a7b5a97b5718f538d9", kill_on_drop: false }` [INFO] [stdout] 7c6d5e5a647a6a32d4ce0f49340404075d64436db26a24a7b5a97b5718f538d9 [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-6/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-6/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" "+432e145bd5a974c5b6f4dd9b352891bd7502b69d" "test" "--frozen" "--no-run" "--message-format=json", kill_on_drop: false }` [INFO] [stdout] 81d562258137a78f50f65d20d60cf214e5929810cf3f066c8eb4fce061e95a8e [INFO] [stderr] WARNING: Your kernel does not support swap limit capabilities or the cgroup is not mounted. Memory limited without swap. [INFO] running `Command { std: "docker" "start" "-a" "81d562258137a78f50f65d20d60cf214e5929810cf3f066c8eb4fce061e95a8e", kill_on_drop: false }` [INFO] [stderr] Compiling proc-macro2 v0.4.30 [INFO] [stderr] Compiling unicode-xid v0.1.0 [INFO] [stderr] Compiling num-traits v0.2.14 [INFO] [stderr] Compiling fxhash v0.2.1 [INFO] [stderr] Compiling regex v1.5.3 [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] Compiling quote v0.6.13 [INFO] [stderr] Compiling syn v0.15.44 [INFO] [stderr] Compiling spirv_headers v1.5.0 [INFO] [stderr] Compiling derive_more v0.15.0 [INFO] [stderr] Compiling rspirv v0.7.0 [INFO] [stderr] Compiling 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] Finished test [unoptimized + debuginfo] target(s) in 55.19s [INFO] running `Command { std: "docker" "inspect" "81d562258137a78f50f65d20d60cf214e5929810cf3f066c8eb4fce061e95a8e", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "81d562258137a78f50f65d20d60cf214e5929810cf3f066c8eb4fce061e95a8e", kill_on_drop: false }` [INFO] [stdout] 81d562258137a78f50f65d20d60cf214e5929810cf3f066c8eb4fce061e95a8e [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-6/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-6/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" "+432e145bd5a974c5b6f4dd9b352891bd7502b69d" "test" "--frozen", kill_on_drop: false }` [INFO] [stdout] 429f6f096830696b8bc30bf540c5ac557c36864ac19ed10ce0156188ead96cd1 [INFO] [stderr] WARNING: Your kernel does not support swap limit capabilities or the cgroup is not mounted. Memory limited without swap. [INFO] running `Command { std: "docker" "start" "-a" "429f6f096830696b8bc30bf540c5ac557c36864ac19ed10ce0156188ead96cd1", kill_on_drop: false }` [INFO] [stdout] [INFO] [stderr] warning: use of calling convention not supported on this target [INFO] [stdout] running 0 tests [INFO] [stderr] --> src/wrapper.rs:166:5 [INFO] [stdout] [INFO] [stderr] | [INFO] [stdout] test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s [INFO] [stderr] 166 | / extern "stdcall" fn query_interface( [INFO] [stdout] [INFO] [stderr] 167 | | _me: *const com_rs::IUnknown, [INFO] [stderr] 168 | | _rrid: &com_rs::IID, [INFO] [stderr] 169 | | _ppv_obj: *mut *mut core::ffi::c_void, [INFO] [stderr] 170 | | ) -> com_rs::HResult { [INFO] [stderr] | |________________________^ [INFO] [stderr] | [INFO] [stderr] = note: `#[warn(unsupported_calling_conventions)]` on by default [INFO] [stderr] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stderr] = note: for more information, see issue #00000 [INFO] [stderr] [INFO] [stderr] warning: use of calling convention not supported on this target [INFO] [stderr] --> src/wrapper.rs:174:5 [INFO] [stderr] | [INFO] [stderr] 174 | extern "stdcall" fn dummy(_me: *const com_rs::IUnknown) -> HRESULT { [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stderr] = note: for more information, see issue #00000 [INFO] [stderr] [INFO] [stderr] warning: use of calling convention not supported on this target [INFO] [stderr] --> src/wrapper.rs:178:5 [INFO] [stderr] | [INFO] [stderr] 178 | / extern "stdcall" fn load_source( [INFO] [stderr] 179 | | me: *mut com_rs::IUnknown, [INFO] [stderr] 180 | | filename: LPCWSTR, [INFO] [stderr] 181 | | include_source: *mut *mut IDxcBlob, [INFO] [stderr] 182 | | ) -> com_rs::HResult { [INFO] [stderr] | |________________________^ [INFO] [stderr] | [INFO] [stderr] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stderr] = note: for more information, see issue #00000 [INFO] [stderr] [INFO] [stderr] warning: 3 warnings emitted [INFO] [stderr] [INFO] [stderr] warning: use of calling convention not supported on this target [INFO] [stderr] --> src/wrapper.rs:166:5 [INFO] [stderr] | [INFO] [stderr] 166 | / extern "stdcall" fn query_interface( [INFO] [stderr] 167 | | _me: *const com_rs::IUnknown, [INFO] [stderr] 168 | | _rrid: &com_rs::IID, [INFO] [stderr] 169 | | _ppv_obj: *mut *mut core::ffi::c_void, [INFO] [stderr] 170 | | ) -> com_rs::HResult { [INFO] [stderr] | |________________________^ [INFO] [stderr] | [INFO] [stderr] = note: `#[warn(unsupported_calling_conventions)]` on by default [INFO] [stderr] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stderr] = note: for more information, see issue #00000 [INFO] [stderr] [INFO] [stderr] warning: use of calling convention not supported on this target [INFO] [stderr] --> src/wrapper.rs:174:5 [INFO] [stderr] | [INFO] [stderr] 174 | extern "stdcall" fn dummy(_me: *const com_rs::IUnknown) -> HRESULT { [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stderr] = note: for more information, see issue #00000 [INFO] [stderr] [INFO] [stderr] warning: use of calling convention not supported on this target [INFO] [stderr] --> src/wrapper.rs:178:5 [INFO] [stderr] | [INFO] [stderr] 178 | / extern "stdcall" fn load_source( [INFO] [stderr] 179 | | me: *mut com_rs::IUnknown, [INFO] [stderr] 180 | | filename: LPCWSTR, [INFO] [stderr] 181 | | include_source: *mut *mut IDxcBlob, [INFO] [stderr] 182 | | ) -> com_rs::HResult { [INFO] [stderr] | |________________________^ [INFO] [stderr] | [INFO] [stderr] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stderr] = note: for more information, see issue #00000 [INFO] [stderr] [INFO] [stderr] warning: 3 warnings emitted [INFO] [stderr] [INFO] [stderr] Finished test [unoptimized + debuginfo] target(s) in 0.04s [INFO] [stderr] Running unittests (/opt/rustwide/target/debug/deps/hassle_rs-d45af32370292333) [INFO] [stderr] Doc-tests hassle-rs [INFO] [stdout] [INFO] [stdout] running 2 tests [INFO] [stdout] test src/unknown.rs - unknown::IDxcUnknownShim (line 16) ... FAILED [INFO] [stdout] test src/lib.rs - (line 14) ... FAILED [INFO] [stdout] [INFO] [stdout] failures: [INFO] [stdout] [INFO] [stdout] ---- src/unknown.rs - unknown::IDxcUnknownShim (line 16) stdout ---- [INFO] [stdout] error: character literal may only contain one codepoint [INFO] [stdout] --> src/unknown.rs:17:12 [INFO] [stdout] | [INFO] [stdout] 3 | vtable for 'DxcLibrary' @ 0x7ffff7cbc5f8 (subobject @ 0x5555556bb9e0): [INFO] [stdout] | ^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] help: if you meant to write a `str` literal, use double quotes [INFO] [stdout] | [INFO] [stdout] 3 | vtable for "DxcLibrary" @ 0x7ffff7cbc5f8 (subobject @ 0x5555556bb9e0): [INFO] [stdout] | ^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] error: expected one of `!`, `.`, `::`, `;`, `?`, `{`, `}`, or an operator, found keyword `for` [INFO] [stdout] --> src/unknown.rs:17:8 [INFO] [stdout] | [INFO] [stdout] 3 | vtable for 'DxcLibrary' @ 0x7ffff7cbc5f8 (subobject @ 0x5555556bb9e0): [INFO] [stdout] | ^^^ expected one of 8 possible tokens [INFO] [stdout] [INFO] [stdout] error: aborting due to 2 previous errors [INFO] [stdout] [INFO] [stdout] Couldn't compile the test. [INFO] [stdout] ---- src/lib.rs - (line 14) stdout ---- [INFO] [stdout] error[E0425]: cannot find function `compile_hlsl` in this scope [INFO] [stdout] --> src/lib.rs:26:10 [INFO] [stdout] | [INFO] [stdout] 14 | let ir = compile_hlsl( [INFO] [stdout] | ^^^^^^^^^^^^ not found in this scope [INFO] [stdout] | [INFO] [stdout] help: consider importing this function [INFO] [stdout] | [INFO] [stdout] 3 | use hassle_rs::compile_hlsl; [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] error: aborting due to previous error [INFO] [stdout] [INFO] [stdout] For more information about this error, try `rustc --explain E0425`. [INFO] [stdout] Couldn't compile the test. [INFO] [stdout] [INFO] [stdout] failures: [INFO] [stdout] src/lib.rs - (line 14) [INFO] [stdout] src/unknown.rs - unknown::IDxcUnknownShim (line 16) [INFO] [stdout] [INFO] [stdout] test result: FAILED. 0 passed; 2 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.32s [INFO] [stdout] [INFO] [stderr] error: test failed, to rerun pass '--doc' [INFO] running `Command { std: "docker" "inspect" "429f6f096830696b8bc30bf540c5ac557c36864ac19ed10ce0156188ead96cd1", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "429f6f096830696b8bc30bf540c5ac557c36864ac19ed10ce0156188ead96cd1", kill_on_drop: false }` [INFO] [stdout] 429f6f096830696b8bc30bf540c5ac557c36864ac19ed10ce0156188ead96cd1