[INFO] cloning repository https://github.com/Awpteamoose/ipc-test [INFO] running `"git" "-c" "credential.helper=" "-c" "credential.helper=/workspace/cargo-home/bin/git-credential-null" "clone" "--bare" "https://github.com/Awpteamoose/ipc-test" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2FAwpteamoose%2Fipc-test"` [INFO] [stderr] Cloning into bare repository '/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2FAwpteamoose%2Fipc-test'... [INFO] running `"git" "rev-parse" "HEAD"` [INFO] [stdout] 60554d619ac1ab1aba3bc8c11fcc8a8a3820e3cb [INFO] testing Awpteamoose/ipc-test against 1.44.0 for beta-1.45-1 [INFO] running `"git" "clone" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2FAwpteamoose%2Fipc-test" "/workspace/builds/worker-1/source"` [INFO] [stderr] Cloning into '/workspace/builds/worker-1/source'... [INFO] [stderr] done. [INFO] validating manifest of git repo https://github.com/Awpteamoose/ipc-test on toolchain 1.44.0 [INFO] running `"/workspace/cargo-home/bin/cargo" "+1.44.0" "read-manifest" "--manifest-path" "Cargo.toml"` [INFO] started tweaking git repo https://github.com/Awpteamoose/ipc-test [INFO] finished tweaking git repo https://github.com/Awpteamoose/ipc-test [INFO] tweaked toml for git repo https://github.com/Awpteamoose/ipc-test written to /workspace/builds/worker-1/source/Cargo.toml [INFO] crate git repo https://github.com/Awpteamoose/ipc-test already has a lockfile, it will not be regenerated [INFO] running `"/workspace/cargo-home/bin/cargo" "+1.44.0" "fetch" "--locked" "--manifest-path" "Cargo.toml"` [INFO] [stderr] warning: the cargo feature `edition` is now stable and is no longer necessary to be listed in the manifest [INFO] running `"docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-1/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" "MAP_USER_ID=0" "-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" "--network" "none" "rustops/crates-build-env" "/opt/rustwide/cargo-home/bin/cargo" "+1.44.0" "build" "--frozen"` [INFO] [stderr] WARNING: Your kernel does not support swap limit capabilities or the cgroup is not mounted. Memory limited without swap. [INFO] [stdout] 8ecb4c6897663c139811c9e5cdc977793649cc36434a593955dee3e3e0b7d49e [INFO] running `"docker" "start" "-a" "8ecb4c6897663c139811c9e5cdc977793649cc36434a593955dee3e3e0b7d49e"` [INFO] [stderr] sudo: setrlimit(RLIMIT_CORE): Operation not permitted [INFO] [stderr] warning: the cargo feature `edition` is now stable and is no longer necessary to be listed in the manifest [INFO] [stderr] Compiling libc v0.2.43 [INFO] [stderr] Compiling pkg-config v0.3.13 [INFO] [stderr] Compiling cfg-if v0.1.5 [INFO] [stderr] Compiling winapi v0.3.5 [INFO] [stderr] Compiling void v1.0.2 [INFO] [stderr] Compiling bitflags v0.9.1 [INFO] [stderr] Compiling bitflags v0.3.3 [INFO] [stderr] Compiling memalloc v0.1.0 [INFO] [stderr] Compiling nix v0.9.0 [INFO] [stderr] Compiling socket2 v0.3.7 [INFO] [stderr] Compiling miow v0.3.1 [INFO] [stderr] Compiling alsa-sys v0.1.2 [INFO] [stderr] Compiling alsa v0.2.0 [INFO] [stderr] Compiling midir v0.5.0 [INFO] [stderr] Compiling ipc-test v0.1.0 (/opt/rustwide/workdir) [INFO] [stderr] error[E0432]: unresolved import `miow::pipe` [INFO] [stderr] --> src/main.rs:1:11 [INFO] [stderr] | [INFO] [stderr] 1 | use miow::pipe::{NamedPipe, connect}; [INFO] [stderr] | ^^^^ could not find `pipe` in `miow` [INFO] [stderr] [INFO] [stderr] error[E0437]: type `Target` is not a member of trait `std::ops::DerefMut` [INFO] [stderr] --> src/main.rs:154:2 [INFO] [stderr] | [INFO] [stderr] 154 | type Target = [u8; size_of::()]; [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ not a member of trait `std::ops::DerefMut` [INFO] [stderr] [INFO] [stderr] warning: unused import: `Read` [INFO] [stderr] --> src/main.rs:2:15 [INFO] [stderr] | [INFO] [stderr] 2 | use std::io::{Read, Write}; [INFO] [stderr] | ^^^^ [INFO] [stderr] | [INFO] [stderr] = note: `#[warn(unused_imports)]` on by default [INFO] [stderr] [INFO] [stderr] warning: unused import: `Write` [INFO] [stderr] --> src/main.rs:2:21 [INFO] [stderr] | [INFO] [stderr] 2 | use std::io::{Read, Write}; [INFO] [stderr] | ^^^^^ [INFO] [stderr] [INFO] [stderr] error: aborting due to 2 previous errors; 2 warnings emitted [INFO] [stderr] [INFO] [stderr] Some errors have detailed explanations: E0432, E0437. [INFO] [stderr] For more information about an error, try `rustc --explain E0432`. [INFO] [stderr] error: could not compile `ipc-test`. [INFO] [stderr] [INFO] [stderr] To learn more, run the command again with --verbose. [INFO] running `"docker" "inspect" "8ecb4c6897663c139811c9e5cdc977793649cc36434a593955dee3e3e0b7d49e"` [INFO] running `"docker" "rm" "-f" "8ecb4c6897663c139811c9e5cdc977793649cc36434a593955dee3e3e0b7d49e"` [INFO] [stdout] 8ecb4c6897663c139811c9e5cdc977793649cc36434a593955dee3e3e0b7d49e