[INFO] fetching crate hicc-rs 0.2.1...
[INFO] checking hicc-rs-0.2.1 against 760e1de835e253bf28bbcbfee38b5e8ed9ffe074 for pr-133502-26
[INFO] extracting crate hicc-rs 0.2.1 into /workspace/builds/worker-5-tc2/source
[INFO] started tweaking crates.io crate hicc-rs 0.2.1
[INFO] removed 0 missing tests
[INFO] finished tweaking crates.io crate hicc-rs 0.2.1
[INFO] tweaked toml for crates.io crate hicc-rs 0.2.1 written to /workspace/builds/worker-5-tc2/source/Cargo.toml
[INFO] validating manifest of crates.io crate hicc-rs 0.2.1 on toolchain 760e1de835e253bf28bbcbfee38b5e8ed9ffe074
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+760e1de835e253bf28bbcbfee38b5e8ed9ffe074" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }`
[INFO] crate crates.io crate hicc-rs 0.2.1 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" "+760e1de835e253bf28bbcbfee38b5e8ed9ffe074" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-5-tc2/source:/opt/rustwide/workdir:ro,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-5-tc2/target:/opt/rustwide/target:rw,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" "-m" "1610612736" "--network" "none" "ghcr.io/rust-lang/crates-build-env/linux@sha256:1fa6594d87c8fa7b311925a7a77a16f539833322d9dfba4ce891f211db2f90b1" "sleep" "infinity", kill_on_drop: false }`
[INFO] [stdout] e1d73edfcde596767bfeac7a5e5469610c50b62a4dbf85ed38a62e4c0c6d36a2
[INFO] running `Command { std: "docker" "start" "e1d73edfcde596767bfeac7a5e5469610c50b62a4dbf85ed38a62e4c0c6d36a2", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "inspect" "e1d73edfcde596767bfeac7a5e5469610c50b62a4dbf85ed38a62e4c0c6d36a2", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "exec" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-w" "/opt/rustwide/workdir" "--user" "0:0" "e1d73edfcde596767bfeac7a5e5469610c50b62a4dbf85ed38a62e4c0c6d36a2" "/opt/rustwide/cargo-home/bin/cargo" "+760e1de835e253bf28bbcbfee38b5e8ed9ffe074" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "inspect" "e1d73edfcde596767bfeac7a5e5469610c50b62a4dbf85ed38a62e4c0c6d36a2", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "exec" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-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" "-w" "/opt/rustwide/workdir" "--user" "0:0" "e1d73edfcde596767bfeac7a5e5469610c50b62a4dbf85ed38a62e4c0c6d36a2" "/opt/rustwide/cargo-home/bin/cargo" "+760e1de835e253bf28bbcbfee38b5e8ed9ffe074" "check" "--frozen" "--all" "--all-targets" "--message-format=json", kill_on_drop: false }`
[INFO] [stderr]    Compiling syn v2.0.117
[INFO] [stderr]    Compiling hicc-rs-macros v0.2.1
[INFO] [stderr]     Checking hicc-rs v0.2.1 (/opt/rustwide/workdir)
[INFO] [stdout] error[E0512]: cannot transmute between types of different sizes, or dependently-sized types
[INFO] [stdout]   --> src/alloc/cstring.rs:27:49
[INFO] [stdout]    |
[INFO] [stdout] 27 |             let abi: crate::AbiClass<CString> = transmute(crate::to_abi(cs));
[INFO] [stdout]    |                                                 ^^^^^^^^^
[INFO] [stdout]    |
[INFO] [stdout]    = note: source type: `<CString as cabi::AbiType>::OutputType` (the type has an unknown layout)
[INFO] [stdout]    = note: target type: `class::AbiClass<CString>` (192 bits)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0512]: cannot transmute between types of different sizes, or dependently-sized types
[INFO] [stdout]   --> src/alloc/cstring.rs:28:75
[INFO] [stdout]    |
[INFO] [stdout] 28 |             let ptr: *const i8 = transmute((abi.methods.methods.as_c_str)(transmute(&abi)));
[INFO] [stdout]    |                                                                           ^^^^^^^^^
[INFO] [stdout]    |
[INFO] [stdout]    = note: source type: `&class::AbiClass<CString>` (64 bits)
[INFO] [stdout]    = note: target type: `<&CString as cabi::AbiType>::InputType` (the type has an unknown layout)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0512]: cannot transmute between types of different sizes, or dependently-sized types
[INFO] [stdout]   --> src/alloc/cstring.rs:38:49
[INFO] [stdout]    |
[INFO] [stdout] 38 |             let abi: crate::AbiClass<CString> = transmute(crate::to_abi(cs));
[INFO] [stdout]    |                                                 ^^^^^^^^^
[INFO] [stdout]    |
[INFO] [stdout]    = note: source type: `<CString as cabi::AbiType>::OutputType` (the type has an unknown layout)
[INFO] [stdout]    = note: target type: `class::AbiClass<CString>` (192 bits)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0512]: cannot transmute between types of different sizes, or dependently-sized types
[INFO] [stdout]   --> src/alloc/cstring.rs:40:17
[INFO] [stdout]    |
[INFO] [stdout] 40 |                 transmute((abi.methods.methods.as_bytes)(transmute(&abi)));
[INFO] [stdout]    |                 ^^^^^^^^^
[INFO] [stdout]    |
[INFO] [stdout]    = note: source type: `<&[u8] as cabi::AbiType>::OutputType` (the type has an unknown layout)
[INFO] [stdout]    = note: target type: `class::AbiClass<&[u8]>` (192 bits)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0512]: cannot transmute between types of different sizes, or dependently-sized types
[INFO] [stdout]   --> src/alloc/cstring.rs:40:58
[INFO] [stdout]    |
[INFO] [stdout] 40 |                 transmute((abi.methods.methods.as_bytes)(transmute(&abi)));
[INFO] [stdout]    |                                                          ^^^^^^^^^
[INFO] [stdout]    |
[INFO] [stdout]    = note: source type: `&class::AbiClass<CString>` (64 bits)
[INFO] [stdout]    = note: target type: `<&CString as cabi::AbiType>::InputType` (the type has an unknown layout)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0512]: cannot transmute between types of different sizes, or dependently-sized types
[INFO] [stdout]   --> src/alloc/cstring.rs:41:52
[INFO] [stdout]    |
[INFO] [stdout] 41 |             let bytes: &[u8] = crate::from_abi_val(transmute(slice_abi));
[INFO] [stdout]    |                                                    ^^^^^^^^^
[INFO] [stdout]    |
[INFO] [stdout]    = note: source type: `class::AbiClass<&[u8]>` (192 bits)
[INFO] [stdout]    = note: target type: `<&[u8] as cabi::AbiType>::OutputType` (the type has an unknown layout)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0512]: cannot transmute between types of different sizes, or dependently-sized types
[INFO] [stdout]   --> src/alloc/cstring.rs:50:49
[INFO] [stdout]    |
[INFO] [stdout] 50 |             let abi: crate::AbiClass<CString> = transmute(crate::to_abi(cs));
[INFO] [stdout]    |                                                 ^^^^^^^^^
[INFO] [stdout]    |
[INFO] [stdout]    = note: source type: `<CString as cabi::AbiType>::OutputType` (the type has an unknown layout)
[INFO] [stdout]    = note: target type: `class::AbiClass<CString>` (192 bits)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0512]: cannot transmute between types of different sizes, or dependently-sized types
[INFO] [stdout]   --> src/alloc/cstring.rs:52:17
[INFO] [stdout]    |
[INFO] [stdout] 52 |                 transmute((abi.methods.methods.as_bytes_with_nul)(transmute(&abi)));
[INFO] [stdout]    |                 ^^^^^^^^^
[INFO] [stdout]    |
[INFO] [stdout]    = note: source type: `<&[u8] as cabi::AbiType>::OutputType` (the type has an unknown layout)
[INFO] [stdout]    = note: target type: `class::AbiClass<&[u8]>` (192 bits)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0512]: cannot transmute between types of different sizes, or dependently-sized types
[INFO] [stdout]   --> src/alloc/cstring.rs:52:67
[INFO] [stdout]    |
[INFO] [stdout] 52 |                 transmute((abi.methods.methods.as_bytes_with_nul)(transmute(&abi)));
[INFO] [stdout]    |                                                                   ^^^^^^^^^
[INFO] [stdout]    |
[INFO] [stdout]    = note: source type: `&class::AbiClass<CString>` (64 bits)
[INFO] [stdout]    = note: target type: `<&CString as cabi::AbiType>::InputType` (the type has an unknown layout)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0512]: cannot transmute between types of different sizes, or dependently-sized types
[INFO] [stdout]   --> src/alloc/cstring.rs:53:52
[INFO] [stdout]    |
[INFO] [stdout] 53 |             let bytes: &[u8] = crate::from_abi_val(transmute(slice_abi));
[INFO] [stdout]    |                                                    ^^^^^^^^^
[INFO] [stdout]    |
[INFO] [stdout]    = note: source type: `class::AbiClass<&[u8]>` (192 bits)
[INFO] [stdout]    = note: target type: `<&[u8] as cabi::AbiType>::OutputType` (the type has an unknown layout)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0512]: cannot transmute between types of different sizes, or dependently-sized types
[INFO] [stdout]   --> src/alloc/cstring.rs:62:49
[INFO] [stdout]    |
[INFO] [stdout] 62 |             let abi: crate::AbiClass<CString> = transmute(crate::to_abi(cs));
[INFO] [stdout]    |                                                 ^^^^^^^^^
[INFO] [stdout]    |
[INFO] [stdout]    = note: source type: `<CString as cabi::AbiType>::OutputType` (the type has an unknown layout)
[INFO] [stdout]    = note: target type: `class::AbiClass<CString>` (192 bits)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0512]: cannot transmute between types of different sizes, or dependently-sized types
[INFO] [stdout]   --> src/alloc/cstring.rs:64:17
[INFO] [stdout]    |
[INFO] [stdout] 64 |                 transmute((abi.methods.methods.into_string_lossy)(transmute(abi)));
[INFO] [stdout]    |                 ^^^^^^^^^
[INFO] [stdout]    |
[INFO] [stdout]    = note: source type: `<String as cabi::AbiType>::OutputType` (the type has an unknown layout)
[INFO] [stdout]    = note: target type: `class::AbiClass<String>` (192 bits)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0512]: cannot transmute between types of different sizes, or dependently-sized types
[INFO] [stdout]   --> src/alloc/cstring.rs:64:67
[INFO] [stdout]    |
[INFO] [stdout] 64 |                 transmute((abi.methods.methods.into_string_lossy)(transmute(abi)));
[INFO] [stdout]    |                                                                   ^^^^^^^^^
[INFO] [stdout]    |
[INFO] [stdout]    = note: source type: `class::AbiClass<CString>` (192 bits)
[INFO] [stdout]    = note: target type: `<CString as cabi::AbiType>::InputType` (the type has an unknown layout)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0512]: cannot transmute between types of different sizes, or dependently-sized types
[INFO] [stdout]   --> src/alloc/cstring.rs:65:49
[INFO] [stdout]    |
[INFO] [stdout] 65 |             let s: String = crate::from_abi_val(transmute(result_abi));
[INFO] [stdout]    |                                                 ^^^^^^^^^
[INFO] [stdout]    |
[INFO] [stdout]    = note: source type: `class::AbiClass<String>` (192 bits)
[INFO] [stdout]    = note: target type: `<String as cabi::AbiType>::OutputType` (the type has an unknown layout)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0512]: cannot transmute between types of different sizes, or dependently-sized types
[INFO] [stdout]   --> src/alloc/cstring.rs:75:49
[INFO] [stdout]    |
[INFO] [stdout] 75 |             let abi: crate::AbiClass<CString> = transmute(crate::to_abi(cs));
[INFO] [stdout]    |                                                 ^^^^^^^^^
[INFO] [stdout]    |
[INFO] [stdout]    = note: source type: `<CString as cabi::AbiType>::OutputType` (the type has an unknown layout)
[INFO] [stdout]    = note: target type: `class::AbiClass<CString>` (192 bits)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0512]: cannot transmute between types of different sizes, or dependently-sized types
[INFO] [stdout]   --> src/alloc/cstring.rs:77:17
[INFO] [stdout]    |
[INFO] [stdout] 77 |                 transmute((abi.methods.methods.into_string_lossy)(transmute(abi)));
[INFO] [stdout]    |                 ^^^^^^^^^
[INFO] [stdout]    |
[INFO] [stdout]    = note: source type: `<String as cabi::AbiType>::OutputType` (the type has an unknown layout)
[INFO] [stdout]    = note: target type: `class::AbiClass<String>` (192 bits)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0512]: cannot transmute between types of different sizes, or dependently-sized types
[INFO] [stdout]   --> src/alloc/cstring.rs:77:67
[INFO] [stdout]    |
[INFO] [stdout] 77 |                 transmute((abi.methods.methods.into_string_lossy)(transmute(abi)));
[INFO] [stdout]    |                                                                   ^^^^^^^^^
[INFO] [stdout]    |
[INFO] [stdout]    = note: source type: `class::AbiClass<CString>` (192 bits)
[INFO] [stdout]    = note: target type: `<CString as cabi::AbiType>::InputType` (the type has an unknown layout)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0512]: cannot transmute between types of different sizes, or dependently-sized types
[INFO] [stdout]   --> src/alloc/cstring.rs:78:49
[INFO] [stdout]    |
[INFO] [stdout] 78 |             let s: String = crate::from_abi_val(transmute(result_abi));
[INFO] [stdout]    |                                                 ^^^^^^^^^
[INFO] [stdout]    |
[INFO] [stdout]    = note: source type: `class::AbiClass<String>` (192 bits)
[INFO] [stdout]    = note: target type: `<String as cabi::AbiType>::OutputType` (the type has an unknown layout)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: feature `specialization` is declared but not used
[INFO] [stdout]  --> tests/fn_decl_lib.rs:1:12
[INFO] [stdout]   |
[INFO] [stdout] 1 | #![feature(specialization)]
[INFO] [stdout]   |            ^^^^^^^^^^^^^^
[INFO] [stdout]   |
[INFO] [stdout]   = note: `#[warn(unused_features)]` (part of `#[warn(unused)]`) on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: feature `specialization` is declared but not used
[INFO] [stdout]  --> tests/mixed_lib.rs:1:12
[INFO] [stdout]   |
[INFO] [stdout] 1 | #![feature(specialization)]
[INFO] [stdout]   |            ^^^^^^^^^^^^^^
[INFO] [stdout]   |
[INFO] [stdout]   = note: `#[warn(unused_features)]` (part of `#[warn(unused)]`) on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: feature `specialization` is declared but not used
[INFO] [stdout]  --> tests/mod_lib_use.rs:1:12
[INFO] [stdout]   |
[INFO] [stdout] 1 | #![feature(specialization)]
[INFO] [stdout]   |            ^^^^^^^^^^^^^^
[INFO] [stdout]   |
[INFO] [stdout]   = note: `#[warn(unused_features)]` (part of `#[warn(unused)]`) on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] For more information about this error, try `rustc --explain E0512`.
[INFO] [stdout] 
[INFO] [stderr] error: could not compile `hicc-rs` (lib test) due to 18 previous errors
[INFO] running `Command { std: "docker" "inspect" "e1d73edfcde596767bfeac7a5e5469610c50b62a4dbf85ed38a62e4c0c6d36a2", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "e1d73edfcde596767bfeac7a5e5469610c50b62a4dbf85ed38a62e4c0c6d36a2", kill_on_drop: false }`
[INFO] [stdout] e1d73edfcde596767bfeac7a5e5469610c50b62a4dbf85ed38a62e4c0c6d36a2
