[INFO] crate qni-connector-ws-rs 0.2.6 is already in cache [INFO] checking qni-connector-ws-rs-0.2.6 against master#783139bd8fc3b94fac9a1bf81bba2c506e8221b6 for pr-72644 [INFO] extracting crate qni-connector-ws-rs 0.2.6 into /workspace/builds/worker-10/source [INFO] validating manifest of crates.io crate qni-connector-ws-rs 0.2.6 on toolchain 783139bd8fc3b94fac9a1bf81bba2c506e8221b6 [INFO] running `"/workspace/cargo-home/bin/cargo" "+783139bd8fc3b94fac9a1bf81bba2c506e8221b6" "read-manifest" "--manifest-path" "Cargo.toml"` [INFO] started tweaking crates.io crate qni-connector-ws-rs 0.2.6 [INFO] finished tweaking crates.io crate qni-connector-ws-rs 0.2.6 [INFO] tweaked toml for crates.io crate qni-connector-ws-rs 0.2.6 written to /workspace/builds/worker-10/source/Cargo.toml [INFO] running `"/workspace/cargo-home/bin/cargo" "+783139bd8fc3b94fac9a1bf81bba2c506e8221b6" "generate-lockfile" "--manifest-path" "Cargo.toml" "-Zno-index-update"` [INFO] running `"/workspace/cargo-home/bin/cargo" "+783139bd8fc3b94fac9a1bf81bba2c506e8221b6" "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" "+783139bd8fc3b94fac9a1bf81bba2c506e8221b6" "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] e59e5726ceea626f5ceaa2c3cda9a160ede87b6618511a274e6249bcd9fe2734 [INFO] running `"docker" "start" "-a" "e59e5726ceea626f5ceaa2c3cda9a160ede87b6618511a274e6249bcd9fe2734"` [INFO] [stderr] sudo: setrlimit(RLIMIT_CORE): Operation not permitted [INFO] [stderr] Compiling libc v0.2.71 [INFO] [stderr] Checking cfg-if v0.1.10 [INFO] [stderr] Compiling autocfg v1.0.0 [INFO] [stderr] Compiling proc-macro2 v1.0.17 [INFO] [stderr] Compiling unicode-xid v0.2.0 [INFO] [stderr] Compiling byteorder v1.3.4 [INFO] [stderr] Compiling syn v1.0.29 [INFO] [stderr] Compiling getrandom v0.1.14 [INFO] [stderr] Checking gimli v0.21.0 [INFO] [stderr] Compiling failure_derive v0.1.8 [INFO] [stderr] Checking ppv-lite86 v0.2.8 [INFO] [stderr] Compiling protobuf v2.14.0 [INFO] [stderr] Checking object v0.19.0 [INFO] [stderr] Checking lazycell v1.2.1 [INFO] [stderr] Checking opaque-debug v0.2.3 [INFO] [stderr] Checking atomic-option v0.1.2 [INFO] [stderr] Checking block-padding v0.1.5 [INFO] [stderr] Checking log v0.4.8 [INFO] [stderr] Checking generic-array v0.12.3 [INFO] [stderr] Compiling num-traits v0.2.11 [INFO] [stderr] Compiling num-integer v0.1.42 [INFO] [stderr] Checking digest v0.8.1 [INFO] [stderr] Compiling quote v1.0.6 [INFO] [stderr] Checking block-buffer v0.7.3 [INFO] [stderr] Checking sha-1 v0.8.2 [INFO] [stderr] Checking iovec v0.1.4 [INFO] [stderr] Checking net2 v0.2.34 [INFO] [stderr] Checking time v0.1.43 [INFO] [stderr] Checking bytes v0.4.12 [INFO] [stderr] Checking rand_core v0.5.1 [INFO] [stderr] Checking mio v0.6.22 [INFO] [stderr] Checking rand_chacha v0.2.2 [INFO] [stderr] Checking rand v0.7.3 [INFO] [stderr] Checking chrono v0.4.11 [INFO] [stderr] Checking mio-extras v2.0.6 [INFO] [stderr] Checking ws v0.9.1 [INFO] [stderr] Checking addr2line v0.12.1 [INFO] [stderr] Checking backtrace v0.3.48 [INFO] [stderr] Compiling synstructure v0.12.3 [INFO] [stderr] Checking failure v0.1.8 [INFO] [stderr] Checking qni-core-rs v0.3.2 [INFO] [stderr] error[E0425]: cannot find value `VERSION_2_8_1` in crate `protobuf` [INFO] [stderr] --> /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/qni-core-rs-0.3.2/src/protos/qni_api.rs:27:49 [INFO] [stderr] | [INFO] [stderr] 27 | const _PROTOBUF_VERSION_CHECK: () = ::protobuf::VERSION_2_8_1; [INFO] [stderr] | ^^^^^^^^^^^^^ help: a constant with a similar name exists: `VERSION_2_14_0` [INFO] [stderr] | [INFO] [stderr] ::: /opt/rustwide/target/debug/build/protobuf-ec4690cc0fb1d3fb/out/version.rs:7:1 [INFO] [stderr] | [INFO] [stderr] 7 | pub const VERSION_2_14_0: () = (); [INFO] [stderr] | ---------------------------------- similarly named constant `VERSION_2_14_0` defined here [INFO] [stderr] [INFO] [stderr] error: aborting due to previous error [INFO] [stderr] [INFO] [stderr] For more information about this error, try `rustc --explain E0425`. [INFO] [stderr] error: could not compile `qni-core-rs`. [INFO] [stderr] [INFO] [stderr] To learn more, run the command again with --verbose. [INFO] running `"docker" "inspect" "e59e5726ceea626f5ceaa2c3cda9a160ede87b6618511a274e6249bcd9fe2734"` [INFO] running `"docker" "rm" "-f" "e59e5726ceea626f5ceaa2c3cda9a160ede87b6618511a274e6249bcd9fe2734"` [INFO] [stdout] e59e5726ceea626f5ceaa2c3cda9a160ede87b6618511a274e6249bcd9fe2734