[INFO] cloning repository https://github.com/schultyy/sphinx [INFO] running `"git" "-c" "credential.helper=" "-c" "credential.helper=/workspace/cargo-home/bin/git-credential-null" "clone" "--bare" "https://github.com/schultyy/sphinx" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fschultyy%2Fsphinx"` [INFO] [stderr] Cloning into bare repository '/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fschultyy%2Fsphinx'... [INFO] running `"git" "rev-parse" "HEAD"` [INFO] [stdout] fac6b0b5a7c0082be1ba9f210e7e5a536757ee9f [INFO] checking schultyy/sphinx against master#2748a9fd93dd1a00a4521f4f16de5befbf77f6cd for pr-62262-1 [INFO] running `"git" "clone" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fschultyy%2Fsphinx" "/workspace/builds/worker-7/source"` [INFO] [stderr] Cloning into '/workspace/builds/worker-7/source'... [INFO] [stderr] done. [INFO] validating manifest of git repo https://github.com/schultyy/sphinx on toolchain 2748a9fd93dd1a00a4521f4f16de5befbf77f6cd [INFO] running `"/workspace/cargo-home/bin/cargo" "+2748a9fd93dd1a00a4521f4f16de5befbf77f6cd" "read-manifest" "--manifest-path" "Cargo.toml"` [INFO] started tweaking git repo https://github.com/schultyy/sphinx [INFO] finished tweaking git repo https://github.com/schultyy/sphinx [INFO] tweaked toml for git repo https://github.com/schultyy/sphinx written to /workspace/builds/worker-7/source/Cargo.toml [INFO] crate git repo https://github.com/schultyy/sphinx already has a lockfile, it will not be regenerated [INFO] running `"/workspace/cargo-home/bin/cargo" "+2748a9fd93dd1a00a4521f4f16de5befbf77f6cd" "fetch" "--locked" "--manifest-path" "Cargo.toml"` [INFO] [stderr] Blocking waiting for file lock on package cache [INFO] running `"docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-7/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-7/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=forbid" "-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" "+2748a9fd93dd1a00a4521f4f16de5befbf77f6cd" "check" "--frozen" "--all" "--all-targets"` [INFO] [stderr] WARNING: Your kernel does not support swap limit capabilities or the cgroup is not mounted. Memory limited without swap. [INFO] [stdout] 0536910030ea19406617ee3aa2c5beb4e66d02a2fe378993eef048d6a4975bc2 [INFO] running `"docker" "start" "-a" "0536910030ea19406617ee3aa2c5beb4e66d02a2fe378993eef048d6a4975bc2"` [INFO] [stderr] Checking ipnetwork v0.12.3 [INFO] [stderr] Checking text_io v0.1.6 [INFO] [stderr] Compiling thread-id v3.1.0 [INFO] [stderr] Checking nfqueue v0.9.0 (https://github.com/schultyy/nfqueue-rs.git?branch=cloneable-verdicts#41c0a33a) [INFO] [stderr] Checking pnet_macros v0.13.1 [INFO] [stderr] Compiling thread_local v0.3.3 [INFO] [stderr] Compiling regex v0.2.1 [INFO] [stderr] Compiling pnet v0.17.1 [INFO] [stderr] Checking sphinx v0.1.0 (/opt/rustwide/workdir) [INFO] [stderr] error[E0277]: can't compare `&str` with `std::option::Option` [INFO] [stderr] --> src/process_mon.rs:121:9 [INFO] [stderr] | [INFO] [stderr] 121 | assert_eq!(expected_pid, actual_pid); [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ no implementation for `&str == std::option::Option` [INFO] [stderr] | [INFO] [stderr] = help: the trait `std::cmp::PartialEq>` is not implemented for `&str` [INFO] [stderr] = note: this error originates in a macro outside of the current crate (in Nightly builds, run with -Z external-macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] error[E0277]: can't compare `&str` with `std::net::IpAddr` [INFO] [stderr] --> src/process_mon.rs:142:9 [INFO] [stderr] | [INFO] [stderr] 142 | assert_eq!("192.168.178.36", process.from); [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ no implementation for `&str == std::net::IpAddr` [INFO] [stderr] | [INFO] [stderr] = help: the trait `std::cmp::PartialEq` is not implemented for `&str` [INFO] [stderr] = note: this error originates in a macro outside of the current crate (in Nightly builds, run with -Z external-macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] error[E0277]: can't compare `&str` with `std::net::IpAddr` [INFO] [stderr] --> src/process_mon.rs:143:9 [INFO] [stderr] | [INFO] [stderr] 143 | assert_eq!("192.30.253.125", process.to); [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ no implementation for `&str == std::net::IpAddr` [INFO] [stderr] | [INFO] [stderr] = help: the trait `std::cmp::PartialEq` is not implemented for `&str` [INFO] [stderr] = note: this error originates in a macro outside of the current crate (in Nightly builds, run with -Z external-macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] error: aborting due to 3 previous errors [INFO] [stderr] [INFO] [stderr] For more information about this error, try `rustc --explain E0277`. [INFO] [stderr] error: could not compile `sphinx`. [INFO] [stderr] [INFO] [stderr] To learn more, run the command again with --verbose. [INFO] running `"docker" "inspect" "0536910030ea19406617ee3aa2c5beb4e66d02a2fe378993eef048d6a4975bc2"` [INFO] running `"docker" "rm" "-f" "0536910030ea19406617ee3aa2c5beb4e66d02a2fe378993eef048d6a4975bc2"` [INFO] [stdout] 0536910030ea19406617ee3aa2c5beb4e66d02a2fe378993eef048d6a4975bc2