[INFO] fetching crate tablefy 0.1.3... [INFO] checking tablefy-0.1.3 against master#33fdb797f59421c7bbecaa4588ed5d7a31a9494a for pr-87190-3 [INFO] extracting crate tablefy 0.1.3 into /workspace/builds/worker-3/source [INFO] validating manifest of crates.io crate tablefy 0.1.3 on toolchain 33fdb797f59421c7bbecaa4588ed5d7a31a9494a [INFO] running `Command { std: "/workspace/cargo-home/bin/cargo" "+33fdb797f59421c7bbecaa4588ed5d7a31a9494a" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", 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-3/source/Cargo.toml [INFO] running `Command { std: "/workspace/cargo-home/bin/cargo" "+33fdb797f59421c7bbecaa4588ed5d7a31a9494a" "generate-lockfile" "--manifest-path" "Cargo.toml" "-Zno-index-update", kill_on_drop: false }` [INFO] running `Command { std: "/workspace/cargo-home/bin/cargo" "+33fdb797f59421c7bbecaa4588ed5d7a31a9494a" "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:34b6a614d2c27851fe6cbf88fbd1137609cefab8b10d0615aaeb6fd47975d74e" "/opt/rustwide/cargo-home/bin/cargo" "+33fdb797f59421c7bbecaa4588ed5d7a31a9494a" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }` [INFO] [stdout] 4b31b235021ddc975baca9fb5405bb4b03aae4f3f33895d47781238f43f6274a [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" "4b31b235021ddc975baca9fb5405bb4b03aae4f3f33895d47781238f43f6274a", kill_on_drop: false }` [INFO] running `Command { std: "docker" "inspect" "4b31b235021ddc975baca9fb5405bb4b03aae4f3f33895d47781238f43f6274a", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "4b31b235021ddc975baca9fb5405bb4b03aae4f3f33895d47781238f43f6274a", kill_on_drop: false }` [INFO] [stdout] 4b31b235021ddc975baca9fb5405bb4b03aae4f3f33895d47781238f43f6274a [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:34b6a614d2c27851fe6cbf88fbd1137609cefab8b10d0615aaeb6fd47975d74e" "/opt/rustwide/cargo-home/bin/cargo" "+33fdb797f59421c7bbecaa4588ed5d7a31a9494a" "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] ba43ef016916fb86e75a0fc97243a31685d7b8fcb0d9227dfbcae065232e9734 [INFO] running `Command { std: "docker" "start" "-a" "ba43ef016916fb86e75a0fc97243a31685d7b8fcb0d9227dfbcae065232e9734", kill_on_drop: false }` [INFO] [stderr] Checking dirs v1.0.5 [INFO] [stderr] Checking atty v0.2.14 [INFO] [stderr] Checking term v0.5.2 [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] note: required by a bound in `into_table` [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] note: required by a bound in `into_string` [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` due to 8 previous errors; 1 warning emitted [INFO] running `Command { std: "docker" "inspect" "ba43ef016916fb86e75a0fc97243a31685d7b8fcb0d9227dfbcae065232e9734", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "ba43ef016916fb86e75a0fc97243a31685d7b8fcb0d9227dfbcae065232e9734", kill_on_drop: false }` [INFO] [stdout] ba43ef016916fb86e75a0fc97243a31685d7b8fcb0d9227dfbcae065232e9734