[INFO] crate runng_thrift 0.1.0 is already in cache [INFO] checking runng_thrift-0.1.0 against try#ba14a92a10441c4b839ce71e6ef5f7a48bbff18f for prs-64470-and-65389 [INFO] extracting crate runng_thrift 0.1.0 into /workspace/builds/worker-10/source [INFO] validating manifest of crates.io crate runng_thrift 0.1.0 on toolchain ba14a92a10441c4b839ce71e6ef5f7a48bbff18f [INFO] running `"/workspace/cargo-home/bin/cargo" "+ba14a92a10441c4b839ce71e6ef5f7a48bbff18f" "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-10/source/Cargo.toml [INFO] running `"/workspace/cargo-home/bin/cargo" "+ba14a92a10441c4b839ce71e6ef5f7a48bbff18f" "generate-lockfile" "--manifest-path" "Cargo.toml" "-Zno-index-update"` [INFO] running `"/workspace/cargo-home/bin/cargo" "+ba14a92a10441c4b839ce71e6ef5f7a48bbff18f" "fetch" "--locked" "--manifest-path" "Cargo.toml"` [INFO] running `"docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-10/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-10/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" "+ba14a92a10441c4b839ce71e6ef5f7a48bbff18f" "check" "--frozen" "--all" "--all-targets"` [INFO] [stdout] 73f60fa1ccf855b3fefa678f9a05de5883ef82556e77ce66ff7795e1724bd1b9 [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" "73f60fa1ccf855b3fefa678f9a05de5883ef82556e77ce66ff7795e1724bd1b9"` [INFO] [stderr] Checking byteorder v1.2.7 [INFO] [stderr] Checking threadpool v1.7.1 [INFO] [stderr] Checking ordered-float v1.0.2 [INFO] [stderr] Compiling runng_derive v0.1.2 [INFO] [stderr] Compiling runng-sys v1.1.1-rc.4 [INFO] [stderr] Checking thrift v0.12.0 [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[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[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 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 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: 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: could not compile `runng_thrift`. [INFO] [stderr] [INFO] [stderr] To learn more, run the command again with --verbose. [INFO] running `"docker" "inspect" "73f60fa1ccf855b3fefa678f9a05de5883ef82556e77ce66ff7795e1724bd1b9"` [INFO] running `"docker" "rm" "-f" "73f60fa1ccf855b3fefa678f9a05de5883ef82556e77ce66ff7795e1724bd1b9"` [INFO] [stdout] 73f60fa1ccf855b3fefa678f9a05de5883ef82556e77ce66ff7795e1724bd1b9