[INFO] fetching crate distill-core 0.0.2... [INFO] checking distill-core-0.0.2 against try#9c1dcf141bc0875407c4eb36972857bd3db713e2 for pr-81863 [INFO] extracting crate distill-core 0.0.2 into /workspace/builds/worker-13/source [INFO] validating manifest of crates.io crate distill-core 0.0.2 on toolchain 9c1dcf141bc0875407c4eb36972857bd3db713e2 [INFO] running `Command { std: "/workspace/cargo-home/bin/cargo" "+9c1dcf141bc0875407c4eb36972857bd3db713e2" "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-13/source/Cargo.toml [INFO] running `Command { std: "/workspace/cargo-home/bin/cargo" "+9c1dcf141bc0875407c4eb36972857bd3db713e2" "generate-lockfile" "--manifest-path" "Cargo.toml" "-Zno-index-update", kill_on_drop: false }` [INFO] running `Command { std: "/workspace/cargo-home/bin/cargo" "+9c1dcf141bc0875407c4eb36972857bd3db713e2" "fetch" "--locked" "--manifest-path" "Cargo.toml", kill_on_drop: false }` [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-13/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-13/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" "+9c1dcf141bc0875407c4eb36972857bd3db713e2" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }` [INFO] [stderr] WARNING: Your kernel does not support swap limit capabilities or the cgroup is not mounted. Memory limited without swap. [INFO] [stdout] 1316cb816b1c228c7cbe241e839a5ec40b708d2fb84443c9c9e3dae0e2ae6f04 [INFO] running `Command { std: "docker" "start" "-a" "1316cb816b1c228c7cbe241e839a5ec40b708d2fb84443c9c9e3dae0e2ae6f04", kill_on_drop: false }` [INFO] running `Command { std: "docker" "inspect" "1316cb816b1c228c7cbe241e839a5ec40b708d2fb84443c9c9e3dae0e2ae6f04", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "1316cb816b1c228c7cbe241e839a5ec40b708d2fb84443c9c9e3dae0e2ae6f04", kill_on_drop: false }` [INFO] [stdout] 1316cb816b1c228c7cbe241e839a5ec40b708d2fb84443c9c9e3dae0e2ae6f04 [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-13/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-13/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" "+9c1dcf141bc0875407c4eb36972857bd3db713e2" "check" "--frozen" "--all" "--all-targets" "--message-format=json", kill_on_drop: false }` [INFO] [stderr] WARNING: Your kernel does not support swap limit capabilities or the cgroup is not mounted. Memory limited without swap. [INFO] [stdout] f8c928d2b34725b6290aee1fb92fc50f70c170525805c2a3f7b0a04a6d5bbb28 [INFO] running `Command { std: "docker" "start" "-a" "f8c928d2b34725b6290aee1fb92fc50f70c170525805c2a3f7b0a04a6d5bbb28", kill_on_drop: false }` [INFO] [stderr] Compiling libc v0.2.85 [INFO] [stderr] Compiling getrandom v0.2.2 [INFO] [stderr] Compiling ryu v1.0.5 [INFO] [stderr] Checking cfg-if v1.0.0 [INFO] [stderr] Compiling serde_json v1.0.62 [INFO] [stderr] Checking futures-core v0.3.12 [INFO] [stderr] Checking byteorder v1.4.2 [INFO] [stderr] Checking bincode v1.3.1 [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" "f8c928d2b34725b6290aee1fb92fc50f70c170525805c2a3f7b0a04a6d5bbb28", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "f8c928d2b34725b6290aee1fb92fc50f70c170525805c2a3f7b0a04a6d5bbb28", kill_on_drop: false }` [INFO] [stdout] f8c928d2b34725b6290aee1fb92fc50f70c170525805c2a3f7b0a04a6d5bbb28