[INFO] updating cached repository https://github.com/neosmart/tcpproxy [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] 4e44c9fd23c4644d4af60c3431b2d91ee6fbded2 [INFO] checking neosmart/tcpproxy against try#f149601db42efe10ece8b284ab681fd4a6fcb89c for pr-68766 [INFO] running `"git" "clone" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fneosmart%2Ftcpproxy" "/workspace/builds/worker-2/source"` [INFO] [stderr] Cloning into '/workspace/builds/worker-2/source'... [INFO] [stderr] done. [INFO] validating manifest of git repo https://github.com/neosmart/tcpproxy on toolchain f149601db42efe10ece8b284ab681fd4a6fcb89c [INFO] running `"/workspace/cargo-home/bin/cargo" "+f149601db42efe10ece8b284ab681fd4a6fcb89c" "read-manifest" "--manifest-path" "Cargo.toml"` [INFO] started tweaking git repo https://github.com/neosmart/tcpproxy [INFO] finished tweaking git repo https://github.com/neosmart/tcpproxy [INFO] tweaked toml for git repo https://github.com/neosmart/tcpproxy written to /workspace/builds/worker-2/source/Cargo.toml [INFO] crate git repo https://github.com/neosmart/tcpproxy already has a lockfile, it will not be regenerated [INFO] running `"/workspace/cargo-home/bin/cargo" "+f149601db42efe10ece8b284ab681fd4a6fcb89c" "fetch" "--locked" "--manifest-path" "Cargo.toml"` [INFO] running `"docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-2/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" "+f149601db42efe10ece8b284ab681fd4a6fcb89c" "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] ac397d59cf6f3bc58ab295d45a611afde470d8cae7e9cc52738404c0e46bb377 [INFO] running `"docker" "start" "-a" "ac397d59cf6f3bc58ab295d45a611afde470d8cae7e9cc52738404c0e46bb377"` [INFO] [stderr] Compiling syn v1.0.12 [INFO] [stderr] Checking futures-core v0.3.1 [INFO] [stderr] Checking hostname v0.1.5 [INFO] [stderr] Checking socket2 v0.3.11 [INFO] [stderr] Checking url v2.1.0 [INFO] [stderr] Checking resolv-conf v0.6.2 [INFO] [stderr] Checking futures-channel v0.3.1 [INFO] [stderr] Compiling synstructure v0.12.3 [INFO] [stderr] Compiling proc-macro-hack v0.5.11 [INFO] [stderr] Compiling failure_derive v0.1.6 [INFO] [stderr] Compiling tokio-macros v0.2.1 [INFO] [stderr] Compiling enum-as-inner v0.3.0 [INFO] [stderr] Compiling async-trait v0.1.22 [INFO] [stderr] Checking tokio v0.2.6 [INFO] [stderr] Checking failure v0.1.6 [INFO] [stderr] Compiling futures-macro v0.3.1 [INFO] [stderr] Checking futures-util v0.3.1 [INFO] [stderr] Checking futures-executor v0.3.1 [INFO] [stderr] Checking futures v0.3.1 [INFO] [stderr] Checking trust-dns-proto v0.18.0 [INFO] [stderr] error[E0424]: expected value, found module `self` [INFO] [stderr] --> /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/trust-dns-proto-0.18.0/src/udp/udp_stream.rs:238:1 [INFO] [stderr] | [INFO] [stderr] 238 | #[async_trait] [INFO] [stderr] | ^^^^^^^^^^^^^^ `self` value is a keyword only available in methods with a `self` parameter [INFO] [stderr] ... [INFO] [stderr] 244 | / async fn recv_from(&mut self, buf: &mut [u8]) -> io::Result<(usize, SocketAddr)> { [INFO] [stderr] 245 | | self.recv_from(buf).await [INFO] [stderr] 246 | | } [INFO] [stderr] | |_____- this function doesn't have a `self` parameter [INFO] [stderr] [INFO] [stderr] error[E0424]: expected value, found module `self` [INFO] [stderr] --> /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/trust-dns-proto-0.18.0/src/udp/udp_stream.rs:238:1 [INFO] [stderr] | [INFO] [stderr] 238 | #[async_trait] [INFO] [stderr] | ^^^^^^^^^^^^^^ `self` value is a keyword only available in methods with a `self` parameter [INFO] [stderr] ... [INFO] [stderr] 248 | / async fn send_to(&mut self, buf: &[u8], target: &SocketAddr) -> io::Result { [INFO] [stderr] 249 | | self.send_to(buf, target).await [INFO] [stderr] 250 | | } [INFO] [stderr] | |_____- this function doesn't have a `self` parameter [INFO] [stderr] [INFO] [stderr] error: aborting due to 2 previous errors [INFO] [stderr] [INFO] [stderr] For more information about this error, try `rustc --explain E0424`. [INFO] [stderr] error: could not compile `trust-dns-proto`. [INFO] [stderr] [INFO] [stderr] To learn more, run the command again with --verbose. [INFO] running `"docker" "inspect" "ac397d59cf6f3bc58ab295d45a611afde470d8cae7e9cc52738404c0e46bb377"` [INFO] running `"docker" "rm" "-f" "ac397d59cf6f3bc58ab295d45a611afde470d8cae7e9cc52738404c0e46bb377"` [INFO] [stdout] ac397d59cf6f3bc58ab295d45a611afde470d8cae7e9cc52738404c0e46bb377