[INFO] fetching crate pipedconsole 0.3.2... [INFO] testing pipedconsole-0.3.2 against try#8de4c7234dd9b97c9d76b58671343fdbbc9a433e+target=x86_64-unknown-linux-musl for musl_upgrade_1_2_5_with_libc_patch_0 [INFO] extracting crate pipedconsole 0.3.2 into /workspace/builds/worker-4-tc1/source [INFO] started tweaking crates.io crate pipedconsole 0.3.2 [INFO] finished tweaking crates.io crate pipedconsole 0.3.2 [INFO] tweaked toml for crates.io crate pipedconsole 0.3.2 written to /workspace/builds/worker-4-tc1/source/Cargo.toml [INFO] validating manifest of crates.io crate pipedconsole 0.3.2 on toolchain 8de4c7234dd9b97c9d76b58671343fdbbc9a433e [INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+8de4c7234dd9b97c9d76b58671343fdbbc9a433e" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }` [INFO] crate crates.io crate pipedconsole 0.3.2 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" "+8de4c7234dd9b97c9d76b58671343fdbbc9a433e" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }` [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-4-tc1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-4-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:90999bfc7ae267e83380e433d8e61a7c072ca6729e92edbae886d3423b3a6f4c" "/opt/rustwide/cargo-home/bin/cargo" "+8de4c7234dd9b97c9d76b58671343fdbbc9a433e" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }` [INFO] [stdout] 32e384268b5b259930c5557a89a4f4fbae77d6e4e715a07dab30d017265953a4 [INFO] running `Command { std: "docker" "start" "-a" "32e384268b5b259930c5557a89a4f4fbae77d6e4e715a07dab30d017265953a4", kill_on_drop: false }` [INFO] running `Command { std: "docker" "inspect" "32e384268b5b259930c5557a89a4f4fbae77d6e4e715a07dab30d017265953a4", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "32e384268b5b259930c5557a89a4f4fbae77d6e4e715a07dab30d017265953a4", kill_on_drop: false }` [INFO] [stdout] 32e384268b5b259930c5557a89a4f4fbae77d6e4e715a07dab30d017265953a4 [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-4-tc1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-4-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:90999bfc7ae267e83380e433d8e61a7c072ca6729e92edbae886d3423b3a6f4c" "/opt/rustwide/cargo-home/bin/cargo" "+8de4c7234dd9b97c9d76b58671343fdbbc9a433e" "build" "--frozen" "--message-format=json" "--target" "x86_64-unknown-linux-musl", kill_on_drop: false }` [INFO] [stdout] 91482585fc4d506e8cc56a873021bb2d4bdfd2f418789651b5d2060af3620714 [INFO] running `Command { std: "docker" "start" "-a" "91482585fc4d506e8cc56a873021bb2d4bdfd2f418789651b5d2060af3620714", kill_on_drop: false }` [INFO] [stderr] Compiling winapi v0.3.9 [INFO] [stderr] Compiling pipedconsole v0.3.2 (/opt/rustwide/workdir) [INFO] [stderr] warning: pipedconsole@0.3.2: Tip: Under normal conditions, the `console_worker` executable wich is build, can be auto-detected, this may not be the case for release builds or if you want to 'ship' your executable without the normal cargo structure. [INFO] [stderr] warning: pipedconsole@0.3.2: during the compilation of the console_worker executable cargo has thrown an error: Compiling winapi v0.3.9 Compiling pipedconsole v0.3.2 (/opt/rustwide/workdir) error[E0422]: cannot find struct, variant or union type `Console` in this scope --> src/console/new.rs:72:9 | 72 | Console { pid: 0, pipe: 0 as *mut c_void } | ^^^^^^^ not found in this scope | help: consider importing this struct through its public re-export | 2 + use crate::Console; | warning: unused import: `CString` --> src/com/send.rs:5:16 | 5 | use std::ffi::{CString, c_void}; | ^^^^^^^ | = note: `#[warn(unused_imports)]` on by default warning: unused imports: `CString` and `ptr::null_mut` --> src/console/new.rs:3:5 | 3 | ptr::null_mut, | ^^^^^^^^^^^^^ 4 | ffi::{CString, c_void} | ^^^^^^^ warning: unused imports: `ErrorKind` and `error::InternalError` --> src/console/new.rs:19:5 | 19 | error::InternalError, | ^^^^^^^^^^^^^^^^^^^^ 20 | ErrorKind | ^^^^^^^^^ warning: unused variable: `pipe_handle` --> src/com/send.rs:9:27 | 9 | pub(crate) unsafe fn send(pipe_handle: *mut c_void, message: String) -> Result { | ^^^^^^^^^^^ help: if this is intentional, prefix it with an underscore: `_pipe_handle` | = note: `#[warn(unused_variables)]` on by default warning: unused variable: `message` --> src/com/send.rs:9:53 | 9 | pub(crate) unsafe fn send(pipe_handle: *mut c_void, message: String) -> Result { | ^^^^^^^ help: if this is intentional, prefix it with an underscore: `_message` warning: unused variable: `pipe_handle` --> src/com/send.rs:14:28 | 14 | pub(crate) unsafe fn sendc(pipe_handle: *mut c_void, code: i8) -> Result { | ^^^^^^^^^^^ help: if this is intentional, prefix it with an underscore: `_pipe_handle` warning: unused variable: `code` --> src/com/send.rs:14:54 | 14 | pub(crate) unsafe fn sendc(pipe_handle: *mut c_void, code: i8) -> Result { | ^^^^ help: if this is intentional, prefix it with an underscore: `_code` warning: unused variable: `pipe_handle` --> src/com/send.rs:19:30 | 19 | pub(crate) unsafe fn sendstr(pipe_handle: *mut c_void, message: String) -> Result { | ^^^^^^^^^^^ help: if this is intentional, prefix it with an underscore: `_pipe_handle` warning: unused variable: `message` --> src/com/send.rs:19:56 | 19 | pub(crate) unsafe fn sendstr(pipe_handle: *mut c_void, message: String) -> Result { | ^^^^^^^ help: if this is intentional, prefix it with an underscore: `_message` warning: unused variable: `pipe_handle` --> src/com/receive.rs:9:30 | 9 | pub(crate) unsafe fn receive(pipe_handle: *mut c_void, buffer: *mut i8, bytes_to_read: u32) -> Result { | ^^^^^^^^^^^ help: if this is intentional, prefix it with an underscore: `_pipe_handle` warning: unused variable: `buffer` --> src/com/receive.rs:9:56 | 9 | pub(crate) unsafe fn receive(pipe_handle: *mut c_void, buffer: *mut i8, bytes_to_read: u32) -> Result { | ^^^^^^ help: if this is intentional, prefix it with an underscore: `_buffer` warning: unused variable: `bytes_to_read` --> src/com/receive.rs:9:73 | 9 | pub(crate) unsafe fn receive(pipe_handle: *mut c_void, buffer: *mut i8, bytes_to_read: u32) -> Result { | ^^^^^^^^^^^^^ help: if this is intentional, prefix it with an underscore: `_bytes_to_read` For more information about this error, try `rustc --explain E0422`. warning: `pipedconsole` (lib) generated 12 warnings error: could not compile `pipedconsole` (lib) due to 1 previous error; 12 warnings emitted [INFO] [stdout] error[E0422]: cannot find struct, variant or union type `Console` in this scope [INFO] [stdout] --> src/console/new.rs:72:9 [INFO] [stdout] | [INFO] [stdout] 72 | Console { pid: 0, pipe: 0 as *mut c_void } [INFO] [stdout] | ^^^^^^^ not found in this scope [INFO] [stdout] | [INFO] [stdout] help: consider importing this struct through its public re-export [INFO] [stdout] | [INFO] [stdout] 2 + use crate::Console; [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused import: `CString` [INFO] [stdout] --> src/com/send.rs:5:16 [INFO] [stdout] | [INFO] [stdout] 5 | use std::ffi::{CString, c_void}; [INFO] [stdout] | ^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(unused_imports)]` on by default [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused imports: `CString` and `ptr::null_mut` [INFO] [stdout] --> src/console/new.rs:3:5 [INFO] [stdout] | [INFO] [stdout] 3 | ptr::null_mut, [INFO] [stdout] | ^^^^^^^^^^^^^ [INFO] [stdout] 4 | ffi::{CString, c_void} [INFO] [stdout] | ^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused imports: `ErrorKind` and `error::InternalError` [INFO] [stdout] --> src/console/new.rs:19:5 [INFO] [stdout] | [INFO] [stdout] 19 | error::InternalError, [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] 20 | ErrorKind [INFO] [stdout] | ^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused variable: `pipe_handle` [INFO] [stdout] --> src/com/send.rs:9:27 [INFO] [stdout] | [INFO] [stdout] 9 | pub(crate) unsafe fn send(pipe_handle: *mut c_void, message: String) -> Result { [INFO] [stdout] | ^^^^^^^^^^^ help: if this is intentional, prefix it with an underscore: `_pipe_handle` [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(unused_variables)]` on by default [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused variable: `message` [INFO] [stdout] --> src/com/send.rs:9:53 [INFO] [stdout] | [INFO] [stdout] 9 | pub(crate) unsafe fn send(pipe_handle: *mut c_void, message: String) -> Result { [INFO] [stdout] | ^^^^^^^ help: if this is intentional, prefix it with an underscore: `_message` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused variable: `pipe_handle` [INFO] [stdout] --> src/com/send.rs:14:28 [INFO] [stdout] | [INFO] [stdout] 14 | pub(crate) unsafe fn sendc(pipe_handle: *mut c_void, code: i8) -> Result { [INFO] [stdout] | ^^^^^^^^^^^ help: if this is intentional, prefix it with an underscore: `_pipe_handle` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused variable: `code` [INFO] [stdout] --> src/com/send.rs:14:54 [INFO] [stdout] | [INFO] [stdout] 14 | pub(crate) unsafe fn sendc(pipe_handle: *mut c_void, code: i8) -> Result { [INFO] [stdout] | ^^^^ help: if this is intentional, prefix it with an underscore: `_code` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused variable: `pipe_handle` [INFO] [stdout] --> src/com/send.rs:19:30 [INFO] [stdout] | [INFO] [stdout] 19 | pub(crate) unsafe fn sendstr(pipe_handle: *mut c_void, message: String) -> Result { [INFO] [stdout] | ^^^^^^^^^^^ help: if this is intentional, prefix it with an underscore: `_pipe_handle` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused variable: `message` [INFO] [stdout] --> src/com/send.rs:19:56 [INFO] [stdout] | [INFO] [stdout] 19 | pub(crate) unsafe fn sendstr(pipe_handle: *mut c_void, message: String) -> Result { [INFO] [stdout] | ^^^^^^^ help: if this is intentional, prefix it with an underscore: `_message` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused variable: `pipe_handle` [INFO] [stdout] --> src/com/receive.rs:9:30 [INFO] [stdout] | [INFO] [stdout] 9 | pub(crate) unsafe fn receive(pipe_handle: *mut c_void, buffer: *mut i8, bytes_to_read: u32) -> Result { [INFO] [stdout] | ^^^^^^^^^^^ help: if this is intentional, prefix it with an underscore: `_pipe_handle` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused variable: `buffer` [INFO] [stdout] --> src/com/receive.rs:9:56 [INFO] [stdout] | [INFO] [stdout] 9 | pub(crate) unsafe fn receive(pipe_handle: *mut c_void, buffer: *mut i8, bytes_to_read: u32) -> Result { [INFO] [stdout] | ^^^^^^ help: if this is intentional, prefix it with an underscore: `_buffer` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused variable: `bytes_to_read` [INFO] [stdout] --> src/com/receive.rs:9:73 [INFO] [stdout] | [INFO] [stdout] 9 | pub(crate) unsafe fn receive(pipe_handle: *mut c_void, buffer: *mut i8, bytes_to_read: u32) -> Result { [INFO] [stdout] | ^^^^^^^^^^^^^ help: if this is intentional, prefix it with an underscore: `_bytes_to_read` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] For more information about this error, try `rustc --explain E0422`. [INFO] [stdout] [INFO] [stderr] warning: pipedconsole@0.3.2: Tip: Under normal conditions, the `console_worker` executable wich is build, can be auto-detected, this may not be the case for release builds or if you want to 'ship' your executable without the normal cargo structure. [INFO] [stderr] warning: pipedconsole@0.3.2: during the compilation of the console_worker executable cargo has thrown an error: Compiling winapi v0.3.9 Compiling pipedconsole v0.3.2 (/opt/rustwide/workdir) error[E0422]: cannot find struct, variant or union type `Console` in this scope --> src/console/new.rs:72:9 | 72 | Console { pid: 0, pipe: 0 as *mut c_void } | ^^^^^^^ not found in this scope | help: consider importing this struct through its public re-export | 2 + use crate::Console; | warning: unused import: `CString` --> src/com/send.rs:5:16 | 5 | use std::ffi::{CString, c_void}; | ^^^^^^^ | = note: `#[warn(unused_imports)]` on by default warning: unused imports: `CString` and `ptr::null_mut` --> src/console/new.rs:3:5 | 3 | ptr::null_mut, | ^^^^^^^^^^^^^ 4 | ffi::{CString, c_void} | ^^^^^^^ warning: unused imports: `ErrorKind` and `error::InternalError` --> src/console/new.rs:19:5 | 19 | error::InternalError, | ^^^^^^^^^^^^^^^^^^^^ 20 | ErrorKind | ^^^^^^^^^ warning: unused variable: `pipe_handle` --> src/com/send.rs:9:27 | 9 | pub(crate) unsafe fn send(pipe_handle: *mut c_void, message: String) -> Result { | ^^^^^^^^^^^ help: if this is intentional, prefix it with an underscore: `_pipe_handle` | = note: `#[warn(unused_variables)]` on by default warning: unused variable: `message` --> src/com/send.rs:9:53 | 9 | pub(crate) unsafe fn send(pipe_handle: *mut c_void, message: String) -> Result { | ^^^^^^^ help: if this is intentional, prefix it with an underscore: `_message` warning: unused variable: `pipe_handle` --> src/com/send.rs:14:28 | 14 | pub(crate) unsafe fn sendc(pipe_handle: *mut c_void, code: i8) -> Result { | ^^^^^^^^^^^ help: if this is intentional, prefix it with an underscore: `_pipe_handle` warning: unused variable: `code` --> src/com/send.rs:14:54 | 14 | pub(crate) unsafe fn sendc(pipe_handle: *mut c_void, code: i8) -> Result { | ^^^^ help: if this is intentional, prefix it with an underscore: `_code` warning: unused variable: `pipe_handle` --> src/com/send.rs:19:30 | 19 | pub(crate) unsafe fn sendstr(pipe_handle: *mut c_void, message: String) -> Result { | ^^^^^^^^^^^ help: if this is intentional, prefix it with an underscore: `_pipe_handle` warning: unused variable: `message` --> src/com/send.rs:19:56 | 19 | pub(crate) unsafe fn sendstr(pipe_handle: *mut c_void, message: String) -> Result { | ^^^^^^^ help: if this is intentional, prefix it with an underscore: `_message` warning: unused variable: `pipe_handle` --> src/com/receive.rs:9:30 | 9 | pub(crate) unsafe fn receive(pipe_handle: *mut c_void, buffer: *mut i8, bytes_to_read: u32) -> Result { | ^^^^^^^^^^^ help: if this is intentional, prefix it with an underscore: `_pipe_handle` warning: unused variable: `buffer` --> src/com/receive.rs:9:56 | 9 | pub(crate) unsafe fn receive(pipe_handle: *mut c_void, buffer: *mut i8, bytes_to_read: u32) -> Result { | ^^^^^^ help: if this is intentional, prefix it with an underscore: `_buffer` warning: unused variable: `bytes_to_read` --> src/com/receive.rs:9:73 | 9 | pub(crate) unsafe fn receive(pipe_handle: *mut c_void, buffer: *mut i8, bytes_to_read: u32) -> Result { | ^^^^^^^^^^^^^ help: if this is intentional, prefix it with an underscore: `_bytes_to_read` For more information about this error, try `rustc --explain E0422`. warning: `pipedconsole` (lib) generated 12 warnings error: could not compile `pipedconsole` (lib) due to 1 previous error; 12 warnings emitted [INFO] [stderr] error: could not compile `pipedconsole` (lib) due to 1 previous error; 12 warnings emitted [INFO] running `Command { std: "docker" "inspect" "91482585fc4d506e8cc56a873021bb2d4bdfd2f418789651b5d2060af3620714", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "91482585fc4d506e8cc56a873021bb2d4bdfd2f418789651b5d2060af3620714", kill_on_drop: false }` [INFO] [stdout] 91482585fc4d506e8cc56a873021bb2d4bdfd2f418789651b5d2060af3620714