[INFO] fetching crate vinyl 0.0.4... [INFO] checking vinyl-0.0.4 against beta for pr-78714 [INFO] extracting crate vinyl 0.0.4 into /workspace/builds/worker-1/source [INFO] validating manifest of crates.io crate vinyl 0.0.4 on toolchain beta [INFO] running `Command { std: "/workspace/cargo-home/bin/cargo" "+beta" "read-manifest" "--manifest-path" "Cargo.toml", kill_on_drop: false }` [INFO] started tweaking crates.io crate vinyl 0.0.4 [INFO] finished tweaking crates.io crate vinyl 0.0.4 [INFO] tweaked toml for crates.io crate vinyl 0.0.4 written to /workspace/builds/worker-1/source/Cargo.toml [INFO] running `Command { std: "/workspace/cargo-home/bin/cargo" "+beta" "generate-lockfile" "--manifest-path" "Cargo.toml" "-Zno-index-update", kill_on_drop: false }` [INFO] [stderr] Blocking waiting for file lock on package cache [INFO] running `Command { std: "/workspace/cargo-home/bin/cargo" "+beta" "fetch" "--locked" "--manifest-path" "Cargo.toml", kill_on_drop: false }` [INFO] [stderr] Blocking waiting for file lock on package cache [INFO] running `Command { std: "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" "CARGO_TARGET_DIR=/opt/rustwide/target" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-w" "/opt/rustwide/workdir" "-m" "1610612736" "--user" "0:0" "--network" "none" "rustops/crates-build-env@sha256:6eabd152ff4036248d66efda456a36cb33d24b7291b33f25f75140726c88da35" "/opt/rustwide/cargo-home/bin/cargo" "+beta" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }` [INFO] [stdout] 3ff6c49081e6c4664fa6a1fcf833a374f056a13be276afcac27fa0104facb292 [INFO] [stderr] WARNING: Your kernel does not support swap limit capabilities or the cgroup is not mounted. Memory limited without swap. [INFO] running `Command { std: "docker" "start" "-a" "3ff6c49081e6c4664fa6a1fcf833a374f056a13be276afcac27fa0104facb292", kill_on_drop: false }` [INFO] running `Command { std: "docker" "inspect" "3ff6c49081e6c4664fa6a1fcf833a374f056a13be276afcac27fa0104facb292", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "3ff6c49081e6c4664fa6a1fcf833a374f056a13be276afcac27fa0104facb292", kill_on_drop: false }` [INFO] [stdout] 3ff6c49081e6c4664fa6a1fcf833a374f056a13be276afcac27fa0104facb292 [INFO] running `Command { std: "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" "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" "--user" "0:0" "--network" "none" "rustops/crates-build-env@sha256:6eabd152ff4036248d66efda456a36cb33d24b7291b33f25f75140726c88da35" "/opt/rustwide/cargo-home/bin/cargo" "+beta" "check" "--frozen" "--all" "--all-targets" "--message-format=json", kill_on_drop: false }` [INFO] [stdout] 8577117154ecabdbec2ef96775a863f13bcb403919661356f3668d6b1de218b0 [INFO] [stderr] WARNING: Your kernel does not support swap limit capabilities or the cgroup is not mounted. Memory limited without swap. [INFO] running `Command { std: "docker" "start" "-a" "8577117154ecabdbec2ef96775a863f13bcb403919661356f3668d6b1de218b0", kill_on_drop: false }` [INFO] [stderr] Compiling protobuf v2.8.2 [INFO] [stderr] Compiling httpbis v0.7.0 [INFO] [stderr] Checking tokio-timer v0.1.2 [INFO] [stderr] Checking tls-api v0.1.22 [INFO] [stderr] Checking tokio-uds v0.1.7 [INFO] [stderr] Checking tokio-tls-api v0.1.22 [INFO] [stderr] Checking tls-api-stub v0.1.22 [INFO] [stderr] Checking grpc v0.6.2 [INFO] [stderr] Checking vinyl-core v0.0.2 [INFO] [stdout] error[E0425]: cannot find value `VERSION_2_8_1` in crate `protobuf` [INFO] [stdout] --> /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/vinyl-core-0.0.2/src/proto/example.rs:27:49 [INFO] [stdout] | [INFO] [stdout] 27 | const _PROTOBUF_VERSION_CHECK: () = ::protobuf::VERSION_2_8_1; [INFO] [stdout] | ^^^^^^^^^^^^^ help: a constant with a similar name exists: `VERSION_2_8_2` [INFO] [stdout] | [INFO] [stdout] ::: /opt/rustwide/target/debug/build/protobuf-0fed3df4218c1ea5/out/version.rs:7:1 [INFO] [stdout] | [INFO] [stdout] 7 | pub const VERSION_2_8_2: () = (); [INFO] [stdout] | --------------------------------- similarly named constant `VERSION_2_8_2` defined here [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0425]: cannot find value `VERSION_2_8_1` in crate `protobuf` [INFO] [stdout] --> /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/vinyl-core-0.0.2/src/proto/transport.rs:27:49 [INFO] [stdout] | [INFO] [stdout] 27 | const _PROTOBUF_VERSION_CHECK: () = ::protobuf::VERSION_2_8_1; [INFO] [stdout] | ^^^^^^^^^^^^^ help: a constant with a similar name exists: `VERSION_2_8_2` [INFO] [stdout] | [INFO] [stdout] ::: /opt/rustwide/target/debug/build/protobuf-0fed3df4218c1ea5/out/version.rs:7:1 [INFO] [stdout] | [INFO] [stdout] 7 | pub const VERSION_2_8_2: () = (); [INFO] [stdout] | --------------------------------- similarly named constant `VERSION_2_8_2` defined here [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: aborting due to 2 previous errors [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] For more information about this error, try `rustc --explain E0425`. [INFO] [stdout] [INFO] [stderr] error: could not compile `vinyl-core` [INFO] [stderr] [INFO] [stderr] To learn more, run the command again with --verbose. [INFO] [stderr] warning: build failed, waiting for other jobs to finish... [INFO] [stderr] error: build failed [INFO] running `Command { std: "docker" "inspect" "8577117154ecabdbec2ef96775a863f13bcb403919661356f3668d6b1de218b0", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "8577117154ecabdbec2ef96775a863f13bcb403919661356f3668d6b1de218b0", kill_on_drop: false }` [INFO] [stdout] 8577117154ecabdbec2ef96775a863f13bcb403919661356f3668d6b1de218b0