[INFO] fetching crate tensorflow-protobuf 0.0.0...
[INFO] testing tensorflow-protobuf-0.0.0 against beta-2025-09-21 for beta-1.91-3
[INFO] extracting crate tensorflow-protobuf 0.0.0 into /workspace/builds/worker-0-tc2/source
[INFO] started tweaking crates.io crate tensorflow-protobuf 0.0.0
[INFO] finished tweaking crates.io crate tensorflow-protobuf 0.0.0
[INFO] tweaked toml for crates.io crate tensorflow-protobuf 0.0.0 written to /workspace/builds/worker-0-tc2/source/Cargo.toml
[INFO] validating manifest of crates.io crate tensorflow-protobuf 0.0.0 on toolchain beta-2025-09-21
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+beta-2025-09-21" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }`
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+beta-2025-09-21" "generate-lockfile" "--manifest-path" "Cargo.toml", kill_on_drop: false }`
[INFO] [stderr]     Updating crates.io index
[INFO] [stderr]     Blocking waiting for file lock on package cache
[INFO] [stderr]      Locking 17 packages to latest compatible versions
[INFO] [stderr]       Adding safetensors v0.3.3 (available: v0.6.2)
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+beta-2025-09-21" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-0-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-0-tc2/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" "ghcr.io/rust-lang/crates-build-env/linux@sha256:e90291280db7d1fac5b66fc6dad9f9662629e7365a55743daf9bdf73ebc4ea79" "/opt/rustwide/cargo-home/bin/cargo" "+beta-2025-09-21" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }`
[INFO] [stdout] a84ee8d85da7cd0049e75ae7ade1adb252736ad198077d8901befd23be4f54a4
[INFO] running `Command { std: "docker" "start" "-a" "a84ee8d85da7cd0049e75ae7ade1adb252736ad198077d8901befd23be4f54a4", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "inspect" "a84ee8d85da7cd0049e75ae7ade1adb252736ad198077d8901befd23be4f54a4", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "a84ee8d85da7cd0049e75ae7ade1adb252736ad198077d8901befd23be4f54a4", kill_on_drop: false }`
[INFO] [stdout] a84ee8d85da7cd0049e75ae7ade1adb252736ad198077d8901befd23be4f54a4
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-0-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-0-tc2/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=warn" "-e" "RUSTDOCFLAGS=--cap-lints=warn" "-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" "ghcr.io/rust-lang/crates-build-env/linux@sha256:e90291280db7d1fac5b66fc6dad9f9662629e7365a55743daf9bdf73ebc4ea79" "/opt/rustwide/cargo-home/bin/cargo" "+beta-2025-09-21" "build" "--frozen" "--message-format=json", kill_on_drop: false }`
[INFO] [stdout] e073bf6d684fb4f04fb3e565b04b0a50352ee9aa5601c104ca90bc1234e49b2c
[INFO] running `Command { std: "docker" "start" "-a" "e073bf6d684fb4f04fb3e565b04b0a50352ee9aa5601c104ca90bc1234e49b2c", kill_on_drop: false }`
[INFO] [stderr]    Compiling protobuf v3.7.2
[INFO] [stderr]    Compiling syn v2.0.106
[INFO] [stderr]    Compiling thiserror-impl v1.0.69
[INFO] [stderr]    Compiling thiserror v1.0.69
[INFO] [stderr]    Compiling protobuf-support v3.7.2
[INFO] [stderr]    Compiling tensorflow-protobuf v0.0.0 (/opt/rustwide/workdir)
[INFO] [stdout] error[E0425]: cannot find value `VERSION_3_2_0` in crate `protobuf`
[INFO] [stdout]   --> src/protos/attr_value.rs:26:49
[INFO] [stdout]    |
[INFO] [stdout] 26 | const _PROTOBUF_VERSION_CHECK: () = ::protobuf::VERSION_3_2_0;
[INFO] [stdout]    |                                                 ^^^^^^^^^^^^^ help: a constant with a similar name exists: `VERSION_3_7_2`
[INFO] [stdout]    |
[INFO] [stdout]   ::: /opt/rustwide/target/debug/build/protobuf-a5031efdaa5b0f1e/out/version.rs:7:1
[INFO] [stdout]    |
[INFO] [stdout]  7 | pub const VERSION_3_7_2: () = ();
[INFO] [stdout]    | --------------------------- similarly named constant `VERSION_3_7_2` defined here
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0425]: cannot find value `VERSION_3_2_0` in crate `protobuf`
[INFO] [stdout]   --> src/protos/full_type.rs:26:49
[INFO] [stdout]    |
[INFO] [stdout] 26 | const _PROTOBUF_VERSION_CHECK: () = ::protobuf::VERSION_3_2_0;
[INFO] [stdout]    |                                                 ^^^^^^^^^^^^^ help: a constant with a similar name exists: `VERSION_3_7_2`
[INFO] [stdout]    |
[INFO] [stdout]   ::: /opt/rustwide/target/debug/build/protobuf-a5031efdaa5b0f1e/out/version.rs:7:1
[INFO] [stdout]    |
[INFO] [stdout]  7 | pub const VERSION_3_7_2: () = ();
[INFO] [stdout]    | --------------------------- similarly named constant `VERSION_3_7_2` defined here
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0425]: cannot find value `VERSION_3_2_0` in crate `protobuf`
[INFO] [stdout]   --> src/protos/function.rs:26:49
[INFO] [stdout]    |
[INFO] [stdout] 26 | const _PROTOBUF_VERSION_CHECK: () = ::protobuf::VERSION_3_2_0;
[INFO] [stdout]    |                                                 ^^^^^^^^^^^^^ help: a constant with a similar name exists: `VERSION_3_7_2`
[INFO] [stdout]    |
[INFO] [stdout]   ::: /opt/rustwide/target/debug/build/protobuf-a5031efdaa5b0f1e/out/version.rs:7:1
[INFO] [stdout]    |
[INFO] [stdout]  7 | pub const VERSION_3_7_2: () = ();
[INFO] [stdout]    | --------------------------- similarly named constant `VERSION_3_7_2` defined here
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0425]: cannot find value `VERSION_3_2_0` in crate `protobuf`
[INFO] [stdout]   --> src/protos/graph.rs:26:49
[INFO] [stdout]    |
[INFO] [stdout] 26 | const _PROTOBUF_VERSION_CHECK: () = ::protobuf::VERSION_3_2_0;
[INFO] [stdout]    |                                                 ^^^^^^^^^^^^^ help: a constant with a similar name exists: `VERSION_3_7_2`
[INFO] [stdout]    |
[INFO] [stdout]   ::: /opt/rustwide/target/debug/build/protobuf-a5031efdaa5b0f1e/out/version.rs:7:1
[INFO] [stdout]    |
[INFO] [stdout]  7 | pub const VERSION_3_7_2: () = ();
[INFO] [stdout]    | --------------------------- similarly named constant `VERSION_3_7_2` defined here
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0425]: cannot find value `VERSION_3_2_0` in crate `protobuf`
[INFO] [stdout]   --> src/protos/node_def.rs:26:49
[INFO] [stdout]    |
[INFO] [stdout] 26 | const _PROTOBUF_VERSION_CHECK: () = ::protobuf::VERSION_3_2_0;
[INFO] [stdout]    |                                                 ^^^^^^^^^^^^^ help: a constant with a similar name exists: `VERSION_3_7_2`
[INFO] [stdout]    |
[INFO] [stdout]   ::: /opt/rustwide/target/debug/build/protobuf-a5031efdaa5b0f1e/out/version.rs:7:1
[INFO] [stdout]    |
[INFO] [stdout]  7 | pub const VERSION_3_7_2: () = ();
[INFO] [stdout]    | --------------------------- similarly named constant `VERSION_3_7_2` defined here
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0425]: cannot find value `VERSION_3_2_0` in crate `protobuf`
[INFO] [stdout]   --> src/protos/op_def.rs:26:49
[INFO] [stdout]    |
[INFO] [stdout] 26 | const _PROTOBUF_VERSION_CHECK: () = ::protobuf::VERSION_3_2_0;
[INFO] [stdout]    |                                                 ^^^^^^^^^^^^^ help: a constant with a similar name exists: `VERSION_3_7_2`
[INFO] [stdout]    |
[INFO] [stdout]   ::: /opt/rustwide/target/debug/build/protobuf-a5031efdaa5b0f1e/out/version.rs:7:1
[INFO] [stdout]    |
[INFO] [stdout]  7 | pub const VERSION_3_7_2: () = ();
[INFO] [stdout]    | --------------------------- similarly named constant `VERSION_3_7_2` defined here
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0425]: cannot find value `VERSION_3_2_0` in crate `protobuf`
[INFO] [stdout]   --> src/protos/resource_handle.rs:26:49
[INFO] [stdout]    |
[INFO] [stdout] 26 | const _PROTOBUF_VERSION_CHECK: () = ::protobuf::VERSION_3_2_0;
[INFO] [stdout]    |                                                 ^^^^^^^^^^^^^ help: a constant with a similar name exists: `VERSION_3_7_2`
[INFO] [stdout]    |
[INFO] [stdout]   ::: /opt/rustwide/target/debug/build/protobuf-a5031efdaa5b0f1e/out/version.rs:7:1
[INFO] [stdout]    |
[INFO] [stdout]  7 | pub const VERSION_3_7_2: () = ();
[INFO] [stdout]    | --------------------------- similarly named constant `VERSION_3_7_2` defined here
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0425]: cannot find value `VERSION_3_2_0` in crate `protobuf`
[INFO] [stdout]   --> src/protos/tensor.rs:26:49
[INFO] [stdout]    |
[INFO] [stdout] 26 | const _PROTOBUF_VERSION_CHECK: () = ::protobuf::VERSION_3_2_0;
[INFO] [stdout]    |                                                 ^^^^^^^^^^^^^ help: a constant with a similar name exists: `VERSION_3_7_2`
[INFO] [stdout]    |
[INFO] [stdout]   ::: /opt/rustwide/target/debug/build/protobuf-a5031efdaa5b0f1e/out/version.rs:7:1
[INFO] [stdout]    |
[INFO] [stdout]  7 | pub const VERSION_3_7_2: () = ();
[INFO] [stdout]    | --------------------------- similarly named constant `VERSION_3_7_2` defined here
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0425]: cannot find value `VERSION_3_2_0` in crate `protobuf`
[INFO] [stdout]   --> src/protos/tensor_shape.rs:26:49
[INFO] [stdout]    |
[INFO] [stdout] 26 | const _PROTOBUF_VERSION_CHECK: () = ::protobuf::VERSION_3_2_0;
[INFO] [stdout]    |                                                 ^^^^^^^^^^^^^ help: a constant with a similar name exists: `VERSION_3_7_2`
[INFO] [stdout]    |
[INFO] [stdout]   ::: /opt/rustwide/target/debug/build/protobuf-a5031efdaa5b0f1e/out/version.rs:7:1
[INFO] [stdout]    |
[INFO] [stdout]  7 | pub const VERSION_3_7_2: () = ();
[INFO] [stdout]    | --------------------------- similarly named constant `VERSION_3_7_2` defined here
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0425]: cannot find value `VERSION_3_2_0` in crate `protobuf`
[INFO] [stdout]   --> src/protos/types.rs:26:49
[INFO] [stdout]    |
[INFO] [stdout] 26 | const _PROTOBUF_VERSION_CHECK: () = ::protobuf::VERSION_3_2_0;
[INFO] [stdout]    |                                                 ^^^^^^^^^^^^^ help: a constant with a similar name exists: `VERSION_3_7_2`
[INFO] [stdout]    |
[INFO] [stdout]   ::: /opt/rustwide/target/debug/build/protobuf-a5031efdaa5b0f1e/out/version.rs:7:1
[INFO] [stdout]    |
[INFO] [stdout]  7 | pub const VERSION_3_7_2: () = ();
[INFO] [stdout]    | --------------------------- similarly named constant `VERSION_3_7_2` defined here
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0425]: cannot find value `VERSION_3_2_0` in crate `protobuf`
[INFO] [stdout]   --> src/protos/versions.rs:26:49
[INFO] [stdout]    |
[INFO] [stdout] 26 | const _PROTOBUF_VERSION_CHECK: () = ::protobuf::VERSION_3_2_0;
[INFO] [stdout]    |                                                 ^^^^^^^^^^^^^ help: a constant with a similar name exists: `VERSION_3_7_2`
[INFO] [stdout]    |
[INFO] [stdout]   ::: /opt/rustwide/target/debug/build/protobuf-a5031efdaa5b0f1e/out/version.rs:7:1
[INFO] [stdout]    |
[INFO] [stdout]  7 | pub const VERSION_3_7_2: () = ();
[INFO] [stdout]    | --------------------------- similarly named constant `VERSION_3_7_2` defined here
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: lint `box_pointers` has been removed: it does not detect other kinds of allocations, and existed only for historical reasons
[INFO] [stdout]   --> src/protos/attr_value.rs:12:10
[INFO] [stdout]    |
[INFO] [stdout] 12 | #![allow(box_pointers)]
[INFO] [stdout]    |          ^^^^^^^^^^^^
[INFO] [stdout]    |
[INFO] [stdout]    = note: `#[warn(renamed_and_removed_lints)]` on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: lint `box_pointers` has been removed: it does not detect other kinds of allocations, and existed only for historical reasons
[INFO] [stdout]   --> src/protos/full_type.rs:12:10
[INFO] [stdout]    |
[INFO] [stdout] 12 | #![allow(box_pointers)]
[INFO] [stdout]    |          ^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: lint `box_pointers` has been removed: it does not detect other kinds of allocations, and existed only for historical reasons
[INFO] [stdout]   --> src/protos/function.rs:12:10
[INFO] [stdout]    |
[INFO] [stdout] 12 | #![allow(box_pointers)]
[INFO] [stdout]    |          ^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: lint `box_pointers` has been removed: it does not detect other kinds of allocations, and existed only for historical reasons
[INFO] [stdout]   --> src/protos/graph.rs:12:10
[INFO] [stdout]    |
[INFO] [stdout] 12 | #![allow(box_pointers)]
[INFO] [stdout]    |          ^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: lint `box_pointers` has been removed: it does not detect other kinds of allocations, and existed only for historical reasons
[INFO] [stdout]   --> src/protos/node_def.rs:12:10
[INFO] [stdout]    |
[INFO] [stdout] 12 | #![allow(box_pointers)]
[INFO] [stdout]    |          ^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: lint `box_pointers` has been removed: it does not detect other kinds of allocations, and existed only for historical reasons
[INFO] [stdout]   --> src/protos/op_def.rs:12:10
[INFO] [stdout]    |
[INFO] [stdout] 12 | #![allow(box_pointers)]
[INFO] [stdout]    |          ^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: lint `box_pointers` has been removed: it does not detect other kinds of allocations, and existed only for historical reasons
[INFO] [stdout]   --> src/protos/resource_handle.rs:12:10
[INFO] [stdout]    |
[INFO] [stdout] 12 | #![allow(box_pointers)]
[INFO] [stdout]    |          ^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: lint `box_pointers` has been removed: it does not detect other kinds of allocations, and existed only for historical reasons
[INFO] [stdout]   --> src/protos/tensor.rs:12:10
[INFO] [stdout]    |
[INFO] [stdout] 12 | #![allow(box_pointers)]
[INFO] [stdout]    |          ^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: lint `box_pointers` has been removed: it does not detect other kinds of allocations, and existed only for historical reasons
[INFO] [stdout]   --> src/protos/tensor_shape.rs:12:10
[INFO] [stdout]    |
[INFO] [stdout] 12 | #![allow(box_pointers)]
[INFO] [stdout]    |          ^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: lint `box_pointers` has been removed: it does not detect other kinds of allocations, and existed only for historical reasons
[INFO] [stdout]   --> src/protos/types.rs:12:10
[INFO] [stdout]    |
[INFO] [stdout] 12 | #![allow(box_pointers)]
[INFO] [stdout]    |          ^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: lint `box_pointers` has been removed: it does not detect other kinds of allocations, and existed only for historical reasons
[INFO] [stdout]   --> src/protos/versions.rs:12:10
[INFO] [stdout]    |
[INFO] [stdout] 12 | #![allow(box_pointers)]
[INFO] [stdout]    |          ^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0046]: not all trait items implemented, missing: `from_str`
[INFO] [stdout]    --> src/protos/full_type.rs:390:1
[INFO] [stdout]     |
[INFO] [stdout] 390 | impl ::protobuf::Enum for FullTypeId {
[INFO] [stdout]     | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ missing `from_str` in implementation
[INFO] [stdout]     |
[INFO] [stdout]     = help: implement the missing item: `fn from_str(_: &str) -> std::option::Option<Self> { todo!() }`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0046]: not all trait items implemented, missing: `from_str`
[INFO] [stdout]    --> src/protos/types.rs:257:1
[INFO] [stdout]     |
[INFO] [stdout] 257 | impl ::protobuf::Enum for DataType {
[INFO] [stdout]     | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ missing `from_str` in implementation
[INFO] [stdout]     |
[INFO] [stdout]     = help: implement the missing item: `fn from_str(_: &str) -> std::option::Option<Self> { todo!() }`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] Some errors have detailed explanations: E0046, E0425.
[INFO] [stdout] 
[INFO] [stdout] For more information about an error, try `rustc --explain E0046`.
[INFO] [stdout] 
[INFO] [stderr] error: could not compile `tensorflow-protobuf` (lib) due to 13 previous errors; 11 warnings emitted
[INFO] [stderr] warning: build failed, waiting for other jobs to finish...
[INFO] running `Command { std: "docker" "inspect" "e073bf6d684fb4f04fb3e565b04b0a50352ee9aa5601c104ca90bc1234e49b2c", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "e073bf6d684fb4f04fb3e565b04b0a50352ee9aa5601c104ca90bc1234e49b2c", kill_on_drop: false }`
[INFO] [stdout] e073bf6d684fb4f04fb3e565b04b0a50352ee9aa5601c104ca90bc1234e49b2c
