[INFO] fetching crate protobuf-convert 0.4.0... [INFO] checking protobuf-convert-0.4.0 against master#5e3f1b148db5bfa27fee52464ae1f5d34c49d77b for pr-75502 [INFO] extracting crate protobuf-convert 0.4.0 into /workspace/builds/worker-6/source [INFO] validating manifest of crates.io crate protobuf-convert 0.4.0 on toolchain 5e3f1b148db5bfa27fee52464ae1f5d34c49d77b [INFO] running `Command { std: "/workspace/cargo-home/bin/cargo" "+5e3f1b148db5bfa27fee52464ae1f5d34c49d77b" "read-manifest" "--manifest-path" "Cargo.toml", kill_on_drop: false }` [INFO] started tweaking crates.io crate protobuf-convert 0.4.0 [INFO] finished tweaking crates.io crate protobuf-convert 0.4.0 [INFO] tweaked toml for crates.io crate protobuf-convert 0.4.0 written to /workspace/builds/worker-6/source/Cargo.toml [INFO] running `Command { std: "/workspace/cargo-home/bin/cargo" "+5e3f1b148db5bfa27fee52464ae1f5d34c49d77b" "generate-lockfile" "--manifest-path" "Cargo.toml" "-Zno-index-update", kill_on_drop: false }` [INFO] running `Command { std: "/workspace/cargo-home/bin/cargo" "+5e3f1b148db5bfa27fee52464ae1f5d34c49d77b" "fetch" "--locked" "--manifest-path" "Cargo.toml", kill_on_drop: false }` [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-6/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-6/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:a636fd89d022f18117e1dc8fb37a0a009933cdbbe082814857f0e2024962d47c" "/opt/rustwide/cargo-home/bin/cargo" "+5e3f1b148db5bfa27fee52464ae1f5d34c49d77b" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }` [INFO] [stdout] 66a56b09b33e29a43f9ef319ea4ccce5ec382302b2f6d59c7d853cd05298e91a [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" "66a56b09b33e29a43f9ef319ea4ccce5ec382302b2f6d59c7d853cd05298e91a", kill_on_drop: false }` [INFO] running `Command { std: "docker" "inspect" "66a56b09b33e29a43f9ef319ea4ccce5ec382302b2f6d59c7d853cd05298e91a", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "66a56b09b33e29a43f9ef319ea4ccce5ec382302b2f6d59c7d853cd05298e91a", kill_on_drop: false }` [INFO] [stdout] 66a56b09b33e29a43f9ef319ea4ccce5ec382302b2f6d59c7d853cd05298e91a [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-6/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-6/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:a636fd89d022f18117e1dc8fb37a0a009933cdbbe082814857f0e2024962d47c" "/opt/rustwide/cargo-home/bin/cargo" "+5e3f1b148db5bfa27fee52464ae1f5d34c49d77b" "check" "--frozen" "--all" "--all-targets" "--message-format=json", kill_on_drop: false }` [INFO] [stdout] cfcda5cc889c604edee3a06c78b7eb3a974a285afe97c5aad5c8ab762d9e10dd [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" "cfcda5cc889c604edee3a06c78b7eb3a974a285afe97c5aad5c8ab762d9e10dd", kill_on_drop: false }` [INFO] [stderr] Compiling syn v1.0.39 [INFO] [stderr] Checking unicode-xid v0.2.1 [INFO] [stderr] Checking ident_case v1.0.1 [INFO] [stderr] Compiling unicode-segmentation v1.6.0 [INFO] [stderr] Checking heck v0.3.1 [INFO] [stderr] Compiling protobuf v2.17.0 [INFO] [stderr] Compiling getrandom v0.1.14 [INFO] [stderr] Checking proc-macro2 v1.0.19 [INFO] [stderr] Compiling rand_core v0.5.1 [INFO] [stderr] Checking quote v1.0.7 [INFO] [stderr] Compiling rand_chacha v0.2.2 [INFO] [stderr] Compiling rand v0.7.3 [INFO] [stderr] Compiling tempfile v3.1.0 [INFO] [stderr] Compiling protobuf-codegen v2.17.0 [INFO] [stderr] Checking darling_core v0.10.2 [INFO] [stderr] Compiling thiserror-impl v1.0.20 [INFO] [stderr] Compiling darling_macro v0.10.2 [INFO] [stderr] Compiling serde_derive v1.0.115 [INFO] [stderr] Checking darling v0.10.2 [INFO] [stderr] Compiling thiserror v1.0.20 [INFO] [stderr] Compiling which v4.0.2 [INFO] [stderr] Compiling protoc v2.17.0 [INFO] [stderr] Compiling protoc-rust v2.17.0 [INFO] [stderr] Compiling protobuf-convert v0.4.0 (/opt/rustwide/workdir) [INFO] [stdout] warning: use of deprecated function `protoc_rust::run`: Use Codegen instead [INFO] [stdout] --> build.rs:22:5 [INFO] [stdout] | [INFO] [stdout] 22 | protoc_rust::run(protoc_rust::Args { [INFO] [stdout] | ^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(deprecated)]` on by default [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated struct `protoc_rust::Args`: Use Codegen instead [INFO] [stdout] --> build.rs:22:22 [INFO] [stdout] | [INFO] [stdout] 22 | protoc_rust::run(protoc_rust::Args { [INFO] [stdout] | ^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated field `protoc_rust::Args::out_dir`: Use Codegen instead [INFO] [stdout] --> build.rs:23:9 [INFO] [stdout] | [INFO] [stdout] 23 | out_dir: &out_dir, [INFO] [stdout] | ^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated field `protoc_rust::Args::input`: Use Codegen instead [INFO] [stdout] --> build.rs:24:9 [INFO] [stdout] | [INFO] [stdout] 24 | input: &["tests/proto/message.proto"], [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated field `protoc_rust::Args::includes`: Use Codegen instead [INFO] [stdout] --> build.rs:25:9 [INFO] [stdout] | [INFO] [stdout] 25 | includes: &["tests/proto"], [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated field `protoc_rust::Args::customize`: Use Codegen instead [INFO] [stdout] --> build.rs:26:9 [INFO] [stdout] | [INFO] [stdout] 26 | / customize: Customize { [INFO] [stdout] 27 | | ..Default::default() [INFO] [stdout] 28 | | }, [INFO] [stdout] | |_________^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: 6 warnings emitted [INFO] [stdout] [INFO] [stdout] [INFO] [stderr] Checking serde v1.0.115 [INFO] [stderr] Finished dev [unoptimized + debuginfo] target(s) in 1m 07s [INFO] running `Command { std: "docker" "inspect" "cfcda5cc889c604edee3a06c78b7eb3a974a285afe97c5aad5c8ab762d9e10dd", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "cfcda5cc889c604edee3a06c78b7eb3a974a285afe97c5aad5c8ab762d9e10dd", kill_on_drop: false }` [INFO] [stdout] cfcda5cc889c604edee3a06c78b7eb3a974a285afe97c5aad5c8ab762d9e10dd