[INFO] fetching crate distill-core 0.0.3... [INFO] checking distill-core-0.0.3 against try#b20a093d9fb1ffaa04ae9852cb034864a992bafd for pr-85073 [INFO] extracting crate distill-core 0.0.3 into /workspace/builds/worker-3/source [INFO] validating manifest of crates.io crate distill-core 0.0.3 on toolchain b20a093d9fb1ffaa04ae9852cb034864a992bafd [INFO] running `Command { std: "/workspace/cargo-home/bin/cargo" "+b20a093d9fb1ffaa04ae9852cb034864a992bafd" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }` [INFO] started tweaking crates.io crate distill-core 0.0.3 [INFO] finished tweaking crates.io crate distill-core 0.0.3 [INFO] tweaked toml for crates.io crate distill-core 0.0.3 written to /workspace/builds/worker-3/source/Cargo.toml [INFO] running `Command { std: "/workspace/cargo-home/bin/cargo" "+b20a093d9fb1ffaa04ae9852cb034864a992bafd" "generate-lockfile" "--manifest-path" "Cargo.toml" "-Zno-index-update", kill_on_drop: false }` [INFO] running `Command { std: "/workspace/cargo-home/bin/cargo" "+b20a093d9fb1ffaa04ae9852cb034864a992bafd" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }` [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-3/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-3/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:20528e8c29e4536546f0102ce88568b16ea7538393a33fcca951030f7af10457" "/opt/rustwide/cargo-home/bin/cargo" "+b20a093d9fb1ffaa04ae9852cb034864a992bafd" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }` [INFO] [stdout] 95b09e9b461cca1860acf916cc016f8e23744a5b50f4ecd7722b071753cf20ec [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" "95b09e9b461cca1860acf916cc016f8e23744a5b50f4ecd7722b071753cf20ec", kill_on_drop: false }` [INFO] running `Command { std: "docker" "inspect" "95b09e9b461cca1860acf916cc016f8e23744a5b50f4ecd7722b071753cf20ec", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "95b09e9b461cca1860acf916cc016f8e23744a5b50f4ecd7722b071753cf20ec", kill_on_drop: false }` [INFO] [stdout] 95b09e9b461cca1860acf916cc016f8e23744a5b50f4ecd7722b071753cf20ec [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-3/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-3/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" "ghcr.io/rust-lang/crates-build-env/linux@sha256:20528e8c29e4536546f0102ce88568b16ea7538393a33fcca951030f7af10457" "/opt/rustwide/cargo-home/bin/cargo" "+b20a093d9fb1ffaa04ae9852cb034864a992bafd" "check" "--frozen" "--all" "--all-targets" "--message-format=json", kill_on_drop: false }` [INFO] [stdout] cb74c3fce80b1563ba4f637c54a2482482f37d6c1aca4ef79d7889c76e7bed6a [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" "cb74c3fce80b1563ba4f637c54a2482482f37d6c1aca4ef79d7889c76e7bed6a", kill_on_drop: false }` [INFO] [stderr] Compiling futures-core v0.3.15 [INFO] [stderr] Checking itoa v0.4.7 [INFO] [stderr] Checking getrandom v0.2.3 [INFO] [stderr] Checking serde_json v1.0.64 [INFO] [stderr] Checking uuid v0.8.2 [INFO] [stderr] Checking distill-core v0.0.3 (/opt/rustwide/workdir) [INFO] [stdout] error[E0277]: the trait bound `AssetUuid: serde::ser::Serialize` is not satisfied [INFO] [stdout] --> tests/uuid.rs:9:40 [INFO] [stdout] | [INFO] [stdout] 9 | let result = serde_json::to_string(&uuid).unwrap(); [INFO] [stdout] | ^^^^^ the trait `serde::ser::Serialize` is not implemented for `AssetUuid` [INFO] [stdout] | [INFO] [stdout] ::: /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/serde_json-1.0.64/src/ser.rs:2221:17 [INFO] [stdout] | [INFO] [stdout] 2221 | T: ?Sized + Serialize, [INFO] [stdout] | --------- required by this bound in `serde_json::to_string` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0277]: the trait bound `AssetUuid: serde::ser::Serialize` is not satisfied [INFO] [stdout] --> tests/uuid.rs:22:46 [INFO] [stdout] | [INFO] [stdout] 22 | let result: Vec = bincode::serialize(&uuid).unwrap(); [INFO] [stdout] | ^^^^^ the trait `serde::ser::Serialize` is not implemented for `AssetUuid` [INFO] [stdout] | [INFO] [stdout] ::: /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/bincode-1.3.3/src/lib.rs:108:8 [INFO] [stdout] | [INFO] [stdout] 108 | T: serde::Serialize, [INFO] [stdout] | ---------------- required by this bound in `bincode::serialize` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0277]: the trait bound `AssetUuid: serde::de::Deserialize<'_>` is not satisfied [INFO] [stdout] --> tests/uuid.rs:31:43 [INFO] [stdout] | [INFO] [stdout] 31 | let result: distill_core::AssetUuid = serde_json::from_str(string).unwrap(); [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^ the trait `serde::de::Deserialize<'_>` is not implemented for `AssetUuid` [INFO] [stdout] | [INFO] [stdout] ::: /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/serde_json-1.0.64/src/de.rs:2584:8 [INFO] [stdout] | [INFO] [stdout] 2584 | T: de::Deserialize<'a>, [INFO] [stdout] | ------------------- required by this bound in `serde_json::from_str` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0277]: the trait bound `AssetUuid: serde::de::Deserialize<'_>` is not satisfied [INFO] [stdout] --> tests/uuid.rs:42:43 [INFO] [stdout] | [INFO] [stdout] 42 | let result: distill_core::AssetUuid = bincode::deserialize(&data).unwrap(); [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^ the trait `serde::de::Deserialize<'_>` is not implemented for `AssetUuid` [INFO] [stdout] | [INFO] [stdout] ::: /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/bincode-1.3.3/src/lib.rs:179:8 [INFO] [stdout] | [INFO] [stdout] 179 | T: serde::de::Deserialize<'a>, [INFO] [stdout] | -------------------------- required by this bound in `bincode::deserialize` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0277]: the trait bound `AssetTypeId: serde::ser::Serialize` is not satisfied [INFO] [stdout] --> tests/uuid.rs:51:40 [INFO] [stdout] | [INFO] [stdout] 51 | let result = serde_json::to_string(&uuid).unwrap(); [INFO] [stdout] | ^^^^^ the trait `serde::ser::Serialize` is not implemented for `AssetTypeId` [INFO] [stdout] | [INFO] [stdout] ::: /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/serde_json-1.0.64/src/ser.rs:2221:17 [INFO] [stdout] | [INFO] [stdout] 2221 | T: ?Sized + Serialize, [INFO] [stdout] | --------- required by this bound in `serde_json::to_string` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0277]: the trait bound `AssetTypeId: serde::ser::Serialize` is not satisfied [INFO] [stdout] --> tests/uuid.rs:64:46 [INFO] [stdout] | [INFO] [stdout] 64 | let result: Vec = bincode::serialize(&uuid).unwrap(); [INFO] [stdout] | ^^^^^ the trait `serde::ser::Serialize` is not implemented for `AssetTypeId` [INFO] [stdout] | [INFO] [stdout] ::: /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/bincode-1.3.3/src/lib.rs:108:8 [INFO] [stdout] | [INFO] [stdout] 108 | T: serde::Serialize, [INFO] [stdout] | ---------------- required by this bound in `bincode::serialize` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0277]: the trait bound `AssetTypeId: serde::de::Deserialize<'_>` is not satisfied [INFO] [stdout] --> tests/uuid.rs:73:45 [INFO] [stdout] | [INFO] [stdout] 73 | let result: distill_core::AssetTypeId = serde_json::from_str(string).unwrap(); [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^ the trait `serde::de::Deserialize<'_>` is not implemented for `AssetTypeId` [INFO] [stdout] | [INFO] [stdout] ::: /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/serde_json-1.0.64/src/de.rs:2584:8 [INFO] [stdout] | [INFO] [stdout] 2584 | T: de::Deserialize<'a>, [INFO] [stdout] | ------------------- required by this bound in `serde_json::from_str` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0277]: the trait bound `AssetTypeId: serde::de::Deserialize<'_>` is not satisfied [INFO] [stdout] --> tests/uuid.rs:84:45 [INFO] [stdout] | [INFO] [stdout] 84 | let result: distill_core::AssetTypeId = bincode::deserialize(&data).unwrap(); [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^ the trait `serde::de::Deserialize<'_>` is not implemented for `AssetTypeId` [INFO] [stdout] | [INFO] [stdout] ::: /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/bincode-1.3.3/src/lib.rs:179:8 [INFO] [stdout] | [INFO] [stdout] 179 | T: serde::de::Deserialize<'a>, [INFO] [stdout] | -------------------------- required by this bound in `bincode::deserialize` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: aborting due to 8 previous errors [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] For more information about this error, try `rustc --explain E0277`. [INFO] [stdout] [INFO] [stderr] error: could not compile `distill-core` [INFO] [stderr] [INFO] [stderr] To learn more, run the command again with --verbose. [INFO] running `Command { std: "docker" "inspect" "cb74c3fce80b1563ba4f637c54a2482482f37d6c1aca4ef79d7889c76e7bed6a", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "cb74c3fce80b1563ba4f637c54a2482482f37d6c1aca4ef79d7889c76e7bed6a", kill_on_drop: false }` [INFO] [stdout] cb74c3fce80b1563ba4f637c54a2482482f37d6c1aca4ef79d7889c76e7bed6a