[INFO] fetching crate distill-core 0.0.2... [INFO] checking distill-core-0.0.2 against master#36ecbc94eb6be90bc38b2d0fdd4bfac3f34d9923 for pr-81863 [INFO] extracting crate distill-core 0.0.2 into /workspace/builds/worker-12/source [INFO] validating manifest of crates.io crate distill-core 0.0.2 on toolchain 36ecbc94eb6be90bc38b2d0fdd4bfac3f34d9923 [INFO] running `Command { std: "/workspace/cargo-home/bin/cargo" "+36ecbc94eb6be90bc38b2d0fdd4bfac3f34d9923" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }` [INFO] started tweaking crates.io crate distill-core 0.0.2 [INFO] finished tweaking crates.io crate distill-core 0.0.2 [INFO] tweaked toml for crates.io crate distill-core 0.0.2 written to /workspace/builds/worker-12/source/Cargo.toml [INFO] running `Command { std: "/workspace/cargo-home/bin/cargo" "+36ecbc94eb6be90bc38b2d0fdd4bfac3f34d9923" "generate-lockfile" "--manifest-path" "Cargo.toml" "-Zno-index-update", kill_on_drop: false }` [INFO] running `Command { std: "/workspace/cargo-home/bin/cargo" "+36ecbc94eb6be90bc38b2d0fdd4bfac3f34d9923" "fetch" "--locked" "--manifest-path" "Cargo.toml", kill_on_drop: false }` [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-12/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-12/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:21f1ed92105a0ef9b0d27ad8bdeb7f36f9f01ac17fffe3a3f3dc5241fc25d8f4" "/opt/rustwide/cargo-home/bin/cargo" "+36ecbc94eb6be90bc38b2d0fdd4bfac3f34d9923" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }` [INFO] [stdout] d499d682e1b4812114bb3e9230649f3b8712f4a57de8b058d92cb111a984b443 [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" "d499d682e1b4812114bb3e9230649f3b8712f4a57de8b058d92cb111a984b443", kill_on_drop: false }` [INFO] running `Command { std: "docker" "inspect" "d499d682e1b4812114bb3e9230649f3b8712f4a57de8b058d92cb111a984b443", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "d499d682e1b4812114bb3e9230649f3b8712f4a57de8b058d92cb111a984b443", kill_on_drop: false }` [INFO] [stdout] d499d682e1b4812114bb3e9230649f3b8712f4a57de8b058d92cb111a984b443 [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-12/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-12/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:21f1ed92105a0ef9b0d27ad8bdeb7f36f9f01ac17fffe3a3f3dc5241fc25d8f4" "/opt/rustwide/cargo-home/bin/cargo" "+36ecbc94eb6be90bc38b2d0fdd4bfac3f34d9923" "check" "--frozen" "--all" "--all-targets" "--message-format=json", kill_on_drop: false }` [INFO] [stdout] 23dce1998ab6e0ddcff52996ad4c3ebb50fd22b49cb5be7d189106fba97dc7eb [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" "23dce1998ab6e0ddcff52996ad4c3ebb50fd22b49cb5be7d189106fba97dc7eb", kill_on_drop: false }` [INFO] [stderr] Compiling getrandom v0.2.2 [INFO] [stderr] Checking futures-core v0.3.12 [INFO] [stderr] Checking bincode v1.3.1 [INFO] [stderr] Checking serde_json v1.0.62 [INFO] [stderr] Checking uuid v0.8.2 [INFO] [stderr] Checking distill-core v0.0.2 (/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.62/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.1/src/lib.rs:93:8 [INFO] [stdout] | [INFO] [stdout] 93 | 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.62/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.1/src/lib.rs:149:8 [INFO] [stdout] | [INFO] [stdout] 149 | 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.62/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.1/src/lib.rs:93:8 [INFO] [stdout] | [INFO] [stdout] 93 | 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.62/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.1/src/lib.rs:149:8 [INFO] [stdout] | [INFO] [stdout] 149 | 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" "23dce1998ab6e0ddcff52996ad4c3ebb50fd22b49cb5be7d189106fba97dc7eb", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "23dce1998ab6e0ddcff52996ad4c3ebb50fd22b49cb5be7d189106fba97dc7eb", kill_on_drop: false }` [INFO] [stdout] 23dce1998ab6e0ddcff52996ad4c3ebb50fd22b49cb5be7d189106fba97dc7eb