[INFO] updating cached repository https://github.com/umaYnit/pingTool_rs [INFO] running `"git" "-c" "credential.helper=" "-c" "credential.helper=/workspace/cargo-home/bin/git-credential-null" "-c" "remote.origin.fetch=refs/heads/*:refs/heads/*" "fetch" "origin" "--force" "--prune"` [INFO] running `"git" "rev-parse" "HEAD"` [INFO] [stdout] dc5bac8d5528ddc082439391dc108d8bb657b8ea [INFO] testing umaYnit/pingTool_rs against beta-2020-06-03 for beta-1.45-1 [INFO] running `"git" "clone" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2FumaYnit%2FpingTool_rs" "/workspace/builds/worker-13/source"` [INFO] [stderr] Cloning into '/workspace/builds/worker-13/source'... [INFO] [stderr] done. [INFO] validating manifest of git repo https://github.com/umaYnit/pingTool_rs on toolchain beta-2020-06-03 [INFO] running `"/workspace/cargo-home/bin/cargo" "+beta-2020-06-03" "read-manifest" "--manifest-path" "Cargo.toml"` [INFO] started tweaking git repo https://github.com/umaYnit/pingTool_rs [INFO] finished tweaking git repo https://github.com/umaYnit/pingTool_rs [INFO] tweaked toml for git repo https://github.com/umaYnit/pingTool_rs written to /workspace/builds/worker-13/source/Cargo.toml [INFO] crate git repo https://github.com/umaYnit/pingTool_rs already has a lockfile, it will not be regenerated [INFO] running `"/workspace/cargo-home/bin/cargo" "+beta-2020-06-03" "fetch" "--locked" "--manifest-path" "Cargo.toml"` [INFO] running `"docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-13/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-13/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" "+beta-2020-06-03" "build" "--frozen"` [INFO] [stdout] 659fdb3ebaa9339c20cd464317a956c18af193fb2aff7a5ce750b867909bfc6d [INFO] [stderr] WARNING: Your kernel does not support swap limit capabilities or the cgroup is not mounted. Memory limited without swap. [INFO] running `"docker" "start" "-a" "659fdb3ebaa9339c20cd464317a956c18af193fb2aff7a5ce750b867909bfc6d"` [INFO] [stderr] sudo: setrlimit(RLIMIT_CORE): Operation not permitted [INFO] [stderr] Compiling libc v0.2.70 [INFO] [stderr] Compiling syn v1.0.21 [INFO] [stderr] Compiling pnet_base v0.26.0 [INFO] [stderr] Compiling futures-core v0.3.5 [INFO] [stderr] Compiling winapi_forked_icmpapi v0.3.7 [INFO] [stderr] Compiling pnet v0.26.0 [INFO] [stderr] Compiling encoding_rs v0.8.23 [INFO] [stderr] Compiling static_assertions v1.1.0 [INFO] [stderr] Compiling ipnet v2.3.0 [INFO] [stderr] Compiling syntex_pos v0.42.0 [INFO] [stderr] Compiling ipnetwork v0.16.0 [INFO] [stderr] Compiling quote v1.0.5 [INFO] [stderr] Compiling futures-channel v0.3.5 [INFO] [stderr] Compiling pnet_macros_support v0.26.0 [INFO] [stderr] Compiling winping v0.10.0 [INFO] [stderr] Compiling syntex_errors v0.42.0 [INFO] [stderr] Compiling pnet_sys v0.26.0 [INFO] [stderr] Compiling pnet_datalink v0.26.0 [INFO] [stderr] Compiling syntex_syntax v0.42.0 [INFO] [stderr] Compiling pin-project-internal v0.4.16 [INFO] [stderr] Compiling futures-macro v0.3.5 [INFO] [stderr] Compiling pin-project v0.4.16 [INFO] [stderr] Compiling futures-util v0.3.5 [INFO] [stderr] Compiling syntex v0.42.2 [INFO] [stderr] Compiling pnet_macros v0.26.0 [INFO] [stderr] Compiling futures-executor v0.3.5 [INFO] [stderr] Compiling futures v0.3.5 [INFO] [stderr] Compiling pnet_packet v0.26.0 [INFO] [stderr] Compiling pnet_transport v0.26.0 [INFO] [stderr] Compiling rust_code v0.1.0 (/opt/rustwide/workdir) [INFO] [stderr] error[E0432]: unresolved imports `winping::AsyncPinger`, `winping::Buffer` [INFO] [stderr] --> src/main.rs:8:15 [INFO] [stderr] | [INFO] [stderr] 8 | use winping::{AsyncPinger, Buffer}; [INFO] [stderr] | ^^^^^^^^^^^ ^^^^^^ no `Buffer` in the root [INFO] [stderr] | | [INFO] [stderr] | no `AsyncPinger` in the root [INFO] [stderr] [INFO] [stderr] warning: unused import: `std::io::Read` [INFO] [stderr] --> src/main.rs:1:5 [INFO] [stderr] | [INFO] [stderr] 1 | use std::io::Read; [INFO] [stderr] | ^^^^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] = note: `#[warn(unused_imports)]` on by default [INFO] [stderr] [INFO] [stderr] warning: unused import: `Captures` [INFO] [stderr] --> src/main.rs:11:20 [INFO] [stderr] | [INFO] [stderr] 11 | use regex::{Regex, Captures}; [INFO] [stderr] | ^^^^^^^^ [INFO] [stderr] [INFO] [stderr] error: aborting due to previous error; 2 warnings emitted [INFO] [stderr] [INFO] [stderr] For more information about this error, try `rustc --explain E0432`. [INFO] [stderr] error: could not compile `rust_code`. [INFO] [stderr] [INFO] [stderr] To learn more, run the command again with --verbose. [INFO] running `"docker" "inspect" "659fdb3ebaa9339c20cd464317a956c18af193fb2aff7a5ce750b867909bfc6d"` [INFO] running `"docker" "rm" "-f" "659fdb3ebaa9339c20cd464317a956c18af193fb2aff7a5ce750b867909bfc6d"` [INFO] [stdout] 659fdb3ebaa9339c20cd464317a956c18af193fb2aff7a5ce750b867909bfc6d