[INFO] fetching crate tablefy 0.1.3... [INFO] checking tablefy-0.1.3 against master#36ecbc94eb6be90bc38b2d0fdd4bfac3f34d9923 for pr-81863 [INFO] extracting crate tablefy 0.1.3 into /workspace/builds/worker-10/source [INFO] validating manifest of crates.io crate tablefy 0.1.3 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 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-10/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-10/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-10/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] [stderr] WARNING: Your kernel does not support swap limit capabilities or the cgroup is not mounted. Memory limited without swap. [INFO] [stdout] 851b589337de56aad143f191407b84071a7bf7c6dfb83d683cddb65873190e83 [INFO] running `Command { std: "docker" "start" "-a" "851b589337de56aad143f191407b84071a7bf7c6dfb83d683cddb65873190e83", kill_on_drop: false }` [INFO] running `Command { std: "docker" "inspect" "851b589337de56aad143f191407b84071a7bf7c6dfb83d683cddb65873190e83", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "851b589337de56aad143f191407b84071a7bf7c6dfb83d683cddb65873190e83", kill_on_drop: false }` [INFO] [stdout] 851b589337de56aad143f191407b84071a7bf7c6dfb83d683cddb65873190e83 [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-10/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-10/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] 663afa242c6ff0dff2dbe4f534f50faca389cf54a895bb27022ca9a9d5524dff [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" "663afa242c6ff0dff2dbe4f534f50faca389cf54a895bb27022ca9a9d5524dff", kill_on_drop: false }` [INFO] [stderr] Compiling ryu v1.0.5 [INFO] [stderr] Checking unicode-width v0.1.8 [INFO] [stderr] Checking dirs v1.0.5 [INFO] [stderr] Checking term v0.5.2 [INFO] [stderr] Checking csv v1.1.5 [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" "663afa242c6ff0dff2dbe4f534f50faca389cf54a895bb27022ca9a9d5524dff", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "663afa242c6ff0dff2dbe4f534f50faca389cf54a895bb27022ca9a9d5524dff", kill_on_drop: false }` [INFO] [stdout] 663afa242c6ff0dff2dbe4f534f50faca389cf54a895bb27022ca9a9d5524dff