[INFO] fetching crate pipedconsole 0.3.0... [INFO] testing pipedconsole-0.3.0 against 1.60.0 for beta-1.61-1 [INFO] extracting crate pipedconsole 0.3.0 into /workspace/builds/worker-0/source [INFO] validating manifest of crates.io crate pipedconsole 0.3.0 on toolchain 1.60.0 [INFO] running `Command { std: "/workspace/cargo-home/bin/cargo" "+1.60.0" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }` [INFO] started tweaking crates.io crate pipedconsole 0.3.0 [INFO] finished tweaking crates.io crate pipedconsole 0.3.0 [INFO] tweaked toml for crates.io crate pipedconsole 0.3.0 written to /workspace/builds/worker-0/source/Cargo.toml [INFO] crate crates.io crate pipedconsole 0.3.0 already has a lockfile, it will not be regenerated [INFO] running `Command { std: "/workspace/cargo-home/bin/cargo" "+1.60.0" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }` [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-0/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-0/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:eaef2f80f755933c374d2ae5edccceec0c1312ceb8a4e0b6404e8ab76561e1e5" "/opt/rustwide/cargo-home/bin/cargo" "+1.60.0" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }` [INFO] [stdout] 3a99e9a742b359ddd533b963926de32a62d6433d07e198803c4530a92750e6dd [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" "3a99e9a742b359ddd533b963926de32a62d6433d07e198803c4530a92750e6dd", kill_on_drop: false }` [INFO] running `Command { std: "docker" "inspect" "3a99e9a742b359ddd533b963926de32a62d6433d07e198803c4530a92750e6dd", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "3a99e9a742b359ddd533b963926de32a62d6433d07e198803c4530a92750e6dd", kill_on_drop: false }` [INFO] [stdout] 3a99e9a742b359ddd533b963926de32a62d6433d07e198803c4530a92750e6dd [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-0/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-0/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=warn" "-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:eaef2f80f755933c374d2ae5edccceec0c1312ceb8a4e0b6404e8ab76561e1e5" "/opt/rustwide/cargo-home/bin/cargo" "+1.60.0" "build" "--frozen" "--message-format=json", 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] c6c977079f92f37d25a4b9c0c928d2d93af0fea4e91af6bf5d28197bfbf70107 [INFO] running `Command { std: "docker" "start" "-a" "c6c977079f92f37d25a4b9c0c928d2d93af0fea4e91af6bf5d28197bfbf70107", kill_on_drop: false }` [INFO] [stderr] Compiling winapi v0.3.9 [INFO] [stderr] Compiling pipedconsole v0.3.0 (/opt/rustwide/workdir) [INFO] [stderr] warning: 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: during the compilation of the console_worker executable cargo has thrown an error: Compiling winapi v0.3.9 [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 [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`, `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`, `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] error: aborting due to previous error; 3 warnings emitted [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] For more information about this error, try `rustc --explain E0422`. [INFO] [stdout] [INFO] [stderr] The following warnings were emitted during compilation: [INFO] [stderr] [INFO] [stderr] warning: 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: during the compilation of the console_worker executable cargo has thrown an error: Compiling winapi v0.3.9 [INFO] [stderr] [INFO] [stderr] error: could not compile `pipedconsole` due to 2 previous errors; 3 warnings emitted [INFO] running `Command { std: "docker" "inspect" "c6c977079f92f37d25a4b9c0c928d2d93af0fea4e91af6bf5d28197bfbf70107", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "c6c977079f92f37d25a4b9c0c928d2d93af0fea4e91af6bf5d28197bfbf70107", kill_on_drop: false }` [INFO] [stdout] c6c977079f92f37d25a4b9c0c928d2d93af0fea4e91af6bf5d28197bfbf70107