[INFO] fetching crate runng_thrift 0.1.0... [INFO] checking runng_thrift-0.1.0 against master#2748a9fd93dd1a00a4521f4f16de5befbf77f6cd for pr-62262-1 [INFO] extracting crate runng_thrift 0.1.0 into /workspace/builds/worker-1/source [INFO] validating manifest of crates.io crate runng_thrift 0.1.0 on toolchain 2748a9fd93dd1a00a4521f4f16de5befbf77f6cd [INFO] running `"/workspace/cargo-home/bin/cargo" "+2748a9fd93dd1a00a4521f4f16de5befbf77f6cd" "read-manifest" "--manifest-path" "Cargo.toml"` [INFO] started tweaking crates.io crate runng_thrift 0.1.0 [INFO] finished tweaking crates.io crate runng_thrift 0.1.0 [INFO] tweaked toml for crates.io crate runng_thrift 0.1.0 written to /workspace/builds/worker-1/source/Cargo.toml [INFO] running `"/workspace/cargo-home/bin/cargo" "+2748a9fd93dd1a00a4521f4f16de5befbf77f6cd" "generate-lockfile" "--manifest-path" "Cargo.toml" "-Zno-index-update"` [INFO] running `"/workspace/cargo-home/bin/cargo" "+2748a9fd93dd1a00a4521f4f16de5befbf77f6cd" "fetch" "--locked" "--manifest-path" "Cargo.toml"` [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" "+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] 7ab49fe809cb645f4bc8541b5ece6091adfeba9cf4f7aad6afa8319166d292a4 [INFO] running `"docker" "start" "-a" "7ab49fe809cb645f4bc8541b5ece6091adfeba9cf4f7aad6afa8319166d292a4"` [INFO] [stderr] Blocking waiting for file lock on package cache [INFO] [stderr] Checking try_from v0.2.2 [INFO] [stderr] Checking integer-encoding v1.0.7 [INFO] [stderr] Compiling proc-macro2 v0.3.5 [INFO] [stderr] Checking ordered-float v1.0.2 [INFO] [stderr] Compiling runng_derive v0.1.2 [INFO] [stderr] Checking thrift v0.12.0 [INFO] [stderr] Compiling quote v0.5.2 [INFO] [stderr] Compiling bindgen v0.40.0 [INFO] [stderr] Compiling runng-sys v1.1.1-rc.4 [INFO] [stderr] Checking runng v0.1.11 [INFO] [stderr] Checking runng_thrift v0.1.0 (/opt/rustwide/workdir) [INFO] [stderr] error[E0599]: no function or associated item named `new` found for type `runng::msg::msg::NngMsg` in the current scope [INFO] [stderr] --> src/nng_channel.rs:31:31 [INFO] [stderr] | [INFO] [stderr] 31 | let message = NngMsg::new()?; [INFO] [stderr] | ^^^ function or associated item not found in `runng::msg::msg::NngMsg` [INFO] [stderr] [INFO] [stderr] error[E0308]: mismatched types [INFO] [stderr] --> src/nng_channel.rs:52:45 [INFO] [stderr] | [INFO] [stderr] 52 | result_wrapper(TNngChannel::new(NngSocket::new(self.socket.nng_socket())))? [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ expected struct `std::sync::Arc`, found struct `runng::socket::NngSocket` [INFO] [stderr] | [INFO] [stderr] = note: expected type `std::sync::Arc` [INFO] [stderr] found type `runng::socket::NngSocket` [INFO] [stderr] [INFO] [stderr] error[E0599]: no method named `append` found for type `runng::msg::msg::NngMsg` in the current scope [INFO] [stderr] --> src/nng_channel.rs:83:32 [INFO] [stderr] | [INFO] [stderr] 83 | let res = self.message.append(buf.as_ptr(), len); [INFO] [stderr] | ^^^^^^ method not found in `runng::msg::msg::NngMsg` [INFO] [stderr] [INFO] [stderr] error[E0599]: no function or associated item named `new` found for type `runng::msg::msg::NngMsg` in the current scope [INFO] [stderr] --> src/nng_channel.rs:93:31 [INFO] [stderr] | [INFO] [stderr] 93 | let mut msg = NngMsg::new()?; [INFO] [stderr] | ^^^ function or associated item not found in `runng::msg::msg::NngMsg` [INFO] [stderr] [INFO] [stderr] error[E0599]: no function or associated item named `new` found for type `runng::msg::msg::NngMsg` in the current scope [INFO] [stderr] --> src/nng_channel.rs:31:31 [INFO] [stderr] | [INFO] [stderr] 31 | let message = NngMsg::new()?; [INFO] [stderr] | ^^^ function or associated item not found in `runng::msg::msg::NngMsg` [INFO] [stderr] [INFO] [stderr] error: aborting due to 4 previous errors [INFO] [stderr] [INFO] [stderr] Some errors have detailed explanations: E0308, E0599. [INFO] [stderr] For more information about an error, try `rustc --explain E0308`. [INFO] [stderr] error: could not compile `runng_thrift`. [INFO] [stderr] warning: build failed, waiting for other jobs to finish... [INFO] [stderr] error[E0308]: mismatched types [INFO] [stderr] --> src/nng_channel.rs:52:45 [INFO] [stderr] | [INFO] [stderr] 52 | result_wrapper(TNngChannel::new(NngSocket::new(self.socket.nng_socket())))? [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ expected struct `std::sync::Arc`, found struct `runng::socket::NngSocket` [INFO] [stderr] | [INFO] [stderr] = note: expected type `std::sync::Arc` [INFO] [stderr] found type `runng::socket::NngSocket` [INFO] [stderr] [INFO] [stderr] error[E0599]: no method named `append` found for type `runng::msg::msg::NngMsg` in the current scope [INFO] [stderr] --> src/nng_channel.rs:83:32 [INFO] [stderr] | [INFO] [stderr] 83 | let res = self.message.append(buf.as_ptr(), len); [INFO] [stderr] | ^^^^^^ method not found in `runng::msg::msg::NngMsg` [INFO] [stderr] [INFO] [stderr] error[E0599]: no function or associated item named `new` found for type `runng::msg::msg::NngMsg` in the current scope [INFO] [stderr] --> src/nng_channel.rs:93:31 [INFO] [stderr] | [INFO] [stderr] 93 | let mut msg = NngMsg::new()?; [INFO] [stderr] | ^^^ function or associated item not found in `runng::msg::msg::NngMsg` [INFO] [stderr] [INFO] [stderr] error: aborting due to 4 previous errors [INFO] [stderr] [INFO] [stderr] Some errors have detailed explanations: E0308, E0599. [INFO] [stderr] For more information about an error, try `rustc --explain E0308`. [INFO] [stderr] error: could not compile `runng_thrift`. [INFO] [stderr] [INFO] [stderr] To learn more, run the command again with --verbose. [INFO] running `"docker" "inspect" "7ab49fe809cb645f4bc8541b5ece6091adfeba9cf4f7aad6afa8319166d292a4"` [INFO] running `"docker" "rm" "-f" "7ab49fe809cb645f4bc8541b5ece6091adfeba9cf4f7aad6afa8319166d292a4"` [INFO] [stdout] 7ab49fe809cb645f4bc8541b5ece6091adfeba9cf4f7aad6afa8319166d292a4