[INFO] updating cached repository https://github.com/schultyy/sphinx
[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] fac6b0b5a7c0082be1ba9f210e7e5a536757ee9f
[INFO] checking schultyy/sphinx against master#bf1f2eedda4fa02b7c9347dd849ed73ddd43dedc for pr-70917
[INFO] running `"git" "clone" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fschultyy%2Fsphinx" "/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/schultyy/sphinx on toolchain bf1f2eedda4fa02b7c9347dd849ed73ddd43dedc
[INFO] running `"/workspace/cargo-home/bin/cargo" "+bf1f2eedda4fa02b7c9347dd849ed73ddd43dedc" "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-1/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" "+bf1f2eedda4fa02b7c9347dd849ed73ddd43dedc" "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-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=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" "+bf1f2eedda4fa02b7c9347dd849ed73ddd43dedc" "check" "--frozen" "--all" "--all-targets"`
[INFO] [stdout] 59a9f6475a199d507152bbe15dca89215972dbd7e17996b5c5ab99680fa386a7
[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" "59a9f6475a199d507152bbe15dca89215972dbd7e17996b5c5ab99680fa386a7"`
[INFO] [stderr]    Compiling libc v0.2.22
[INFO] [stderr]    Compiling rustc-serialize v0.3.24
[INFO] [stderr]    Compiling log v0.3.7
[INFO] [stderr]    Compiling unicode-xid v0.0.3
[INFO] [stderr]    Compiling term v0.4.5
[INFO] [stderr]    Compiling bitflags v0.5.0
[INFO] [stderr]    Compiling utf8-ranges v1.0.0
[INFO] [stderr]    Compiling regex-syntax v0.4.0
[INFO] [stderr]     Checking pnet_macros_support v0.1.1
[INFO] [stderr]     Checking ipnetwork v0.12.3
[INFO] [stderr]     Checking text_io v0.1.6
[INFO] [stderr]    Compiling unreachable v0.1.1
[INFO] [stderr]     Checking memchr v1.0.1
[INFO] [stderr]     Checking 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 syntex_pos v0.42.0
[INFO] [stderr]    Compiling ws2_32-sys v0.2.1
[INFO] [stderr]     Checking thread_local v0.3.3
[INFO] [stderr]     Checking aho-corasick v0.6.3
[INFO] [stderr]     Checking syntex_errors v0.42.0
[INFO] [stderr]     Checking syntex_syntax v0.42.0
[INFO] [stderr]     Checking regex v0.2.1
[INFO] [stderr]     Checking syntex v0.42.2
[INFO] [stderr]     Checking pnet_macros v0.13.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<std::string::String>`
[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<std::string::String>`
[INFO] [stderr]     |
[INFO] [stderr]     = help: the trait `std::cmp::PartialEq<std::option::Option<std::string::String>>` is not implemented for `&str`
[INFO] [stderr]     = note: this error originates in a macro (in Nightly builds, run with -Z 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<std::net::IpAddr>` is not implemented for `&str`
[INFO] [stderr]     = note: this error originates in a macro (in Nightly builds, run with -Z 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<std::net::IpAddr>` is not implemented for `&str`
[INFO] [stderr]     = note: this error originates in a macro (in Nightly builds, run with -Z 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" "59a9f6475a199d507152bbe15dca89215972dbd7e17996b5c5ab99680fa386a7"`
[INFO] running `"docker" "rm" "-f" "59a9f6475a199d507152bbe15dca89215972dbd7e17996b5c5ab99680fa386a7"`
[INFO] [stdout] 59a9f6475a199d507152bbe15dca89215972dbd7e17996b5c5ab99680fa386a7
