[INFO] fetching crate tablefy 0.1.3... [INFO] checking tablefy-0.1.3 against beta for pr-78714 [INFO] extracting crate tablefy 0.1.3 into /workspace/builds/worker-6/source [INFO] validating manifest of crates.io crate tablefy 0.1.3 on toolchain beta [INFO] running `Command { std: "/workspace/cargo-home/bin/cargo" "+beta" "read-manifest" "--manifest-path" "Cargo.toml", kill_on_drop: false }` [INFO] started tweaking crates.io crate tablefy 0.1.3 [INFO] finished tweaking crates.io crate tablefy 0.1.3 [INFO] tweaked toml for crates.io crate tablefy 0.1.3 written to /workspace/builds/worker-6/source/Cargo.toml [INFO] running `Command { std: "/workspace/cargo-home/bin/cargo" "+beta" "generate-lockfile" "--manifest-path" "Cargo.toml" "-Zno-index-update", kill_on_drop: false }` [INFO] running `Command { std: "/workspace/cargo-home/bin/cargo" "+beta" "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:6eabd152ff4036248d66efda456a36cb33d24b7291b33f25f75140726c88da35" "/opt/rustwide/cargo-home/bin/cargo" "+beta" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }` [INFO] [stdout] c5c6f5b124b1d0f66bcd08a24164baef71a16f6fc2e1969282aae8adb3f75e74 [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" "c5c6f5b124b1d0f66bcd08a24164baef71a16f6fc2e1969282aae8adb3f75e74", kill_on_drop: false }` [INFO] running `Command { std: "docker" "inspect" "c5c6f5b124b1d0f66bcd08a24164baef71a16f6fc2e1969282aae8adb3f75e74", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "c5c6f5b124b1d0f66bcd08a24164baef71a16f6fc2e1969282aae8adb3f75e74", kill_on_drop: false }` [INFO] [stdout] c5c6f5b124b1d0f66bcd08a24164baef71a16f6fc2e1969282aae8adb3f75e74 [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:6eabd152ff4036248d66efda456a36cb33d24b7291b33f25f75140726c88da35" "/opt/rustwide/cargo-home/bin/cargo" "+beta" "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] ddd37c2337aa577458e894f2f1ea8a06bb117ef3a57989c95a73f112cbeccfd3 [INFO] running `Command { std: "docker" "start" "-a" "ddd37c2337aa577458e894f2f1ea8a06bb117ef3a57989c95a73f112cbeccfd3", kill_on_drop: false }` [INFO] [stderr] Blocking waiting for file lock on package cache [INFO] [stderr] Checking prettytable-rs v0.8.0 [INFO] [stderr] Checking tablefy v0.1.3 (/opt/rustwide/workdir) [INFO] [stdout] error[E0432]: unresolved import `tablefy_derive` [INFO] [stdout] --> examples/main.rs:1:5 [INFO] [stdout] | [INFO] [stdout] 1 | use tablefy_derive::Tablefy; [INFO] [stdout] | ^^^^^^^^^^^^^^ use of undeclared crate or module `tablefy_derive` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: cannot determine resolution for the derive macro `Tablefy` [INFO] [stdout] --> examples/main.rs:5:10 [INFO] [stdout] | [INFO] [stdout] 5 | #[derive(Tablefy)] [INFO] [stdout] | ^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: import resolution is stuck, try simplifying macro imports [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: cannot find attribute `header` in this scope [INFO] [stdout] --> examples/main.rs:8:7 [INFO] [stdout] | [INFO] [stdout] 8 | #[header(name = "Hmm... Nice Header")] [INFO] [stdout] | ^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: cannot find attribute `header` in this scope [INFO] [stdout] --> examples/main.rs:11:7 [INFO] [stdout] | [INFO] [stdout] 11 | #[header(name = "We Have Here!")] [INFO] [stdout] | ^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: cannot find attribute `header` in this scope [INFO] [stdout] --> examples/main.rs:14:7 [INFO] [stdout] | [INFO] [stdout] 14 | #[header(name = "Don't You Agree?")] [INFO] [stdout] | ^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0277]: the trait bound `Basic: Tablefy` is not satisfied [INFO] [stdout] --> examples/main.rs:40:37 [INFO] [stdout] | [INFO] [stdout] 40 | let table = tablefy::into_table(&basic); [INFO] [stdout] | ^^^^^^ the trait `Tablefy` is not implemented for `Basic` [INFO] [stdout] | [INFO] [stdout] ::: /opt/rustwide/workdir/src/lib.rs:117:23 [INFO] [stdout] | [INFO] [stdout] 117 | pub fn into_table (data: &Vec) -> Table { [INFO] [stdout] | ------- required by this bound in `into_table` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0277]: the trait bound `Basic: Tablefy` is not satisfied [INFO] [stdout] --> examples/main.rs:43:41 [INFO] [stdout] | [INFO] [stdout] 43 | println!("{}", tablefy::into_string(&basic)); [INFO] [stdout] | ^^^^^^ the trait `Tablefy` is not implemented for `Basic` [INFO] [stdout] | [INFO] [stdout] ::: /opt/rustwide/workdir/src/lib.rs:133:24 [INFO] [stdout] | [INFO] [stdout] 133 | pub fn into_string (data: &Vec) -> String { [INFO] [stdout] | ------- required by this bound in `into_string` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused import: `tablefy::Tablefy` [INFO] [stdout] --> examples/main.rs:2:5 [INFO] [stdout] | [INFO] [stdout] 2 | use tablefy::Tablefy; [INFO] [stdout] | ^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(unused_imports)]` on by default [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: aborting due to 7 previous errors; 1 warning emitted [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] Some errors have detailed explanations: E0277, E0432. [INFO] [stdout] [INFO] [stdout] For more information about an error, try `rustc --explain E0277`. [INFO] [stdout] [INFO] [stderr] error: could not compile `tablefy` [INFO] [stderr] [INFO] [stderr] To learn more, run the command again with --verbose. [INFO] running `Command { std: "docker" "inspect" "ddd37c2337aa577458e894f2f1ea8a06bb117ef3a57989c95a73f112cbeccfd3", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "ddd37c2337aa577458e894f2f1ea8a06bb117ef3a57989c95a73f112cbeccfd3", kill_on_drop: false }` [INFO] [stdout] ddd37c2337aa577458e894f2f1ea8a06bb117ef3a57989c95a73f112cbeccfd3