[INFO] fetching crate tablefy 0.1.3... [INFO] checking tablefy-0.1.3 against master#4fb54ed484e2239a3e9eff3be17df00d2a162be3 for pr-73345 [INFO] extracting crate tablefy 0.1.3 into /workspace/builds/worker-4/source [INFO] validating manifest of crates.io crate tablefy 0.1.3 on toolchain 4fb54ed484e2239a3e9eff3be17df00d2a162be3 [INFO] running `Command { std: "/workspace/cargo-home/bin/cargo" "+4fb54ed484e2239a3e9eff3be17df00d2a162be3" "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-4/source/Cargo.toml [INFO] running `Command { std: "/workspace/cargo-home/bin/cargo" "+4fb54ed484e2239a3e9eff3be17df00d2a162be3" "generate-lockfile" "--manifest-path" "Cargo.toml" "-Zno-index-update", kill_on_drop: false }` [INFO] [stderr] Blocking waiting for file lock on package cache [INFO] running `Command { std: "/workspace/cargo-home/bin/cargo" "+4fb54ed484e2239a3e9eff3be17df00d2a162be3" "fetch" "--locked" "--manifest-path" "Cargo.toml", kill_on_drop: false }` [INFO] [stderr] Blocking waiting for file lock on package cache [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-4/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-4/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" "MAP_USER_ID=0" "-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" "--network" "none" "rustops/crates-build-env@sha256:6c9ffe128752d56c8d75334ed354142a5229917ed99767f56566dd8e857ad726" "/opt/rustwide/cargo-home/bin/cargo" "+4fb54ed484e2239a3e9eff3be17df00d2a162be3" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }` [INFO] [stdout] e13cc2c28b1869edbae78b373c301ac64edacbc081c5f0abbbb063f3b0c1898c [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" "e13cc2c28b1869edbae78b373c301ac64edacbc081c5f0abbbb063f3b0c1898c", kill_on_drop: false }` [INFO] running `Command { std: "docker" "inspect" "e13cc2c28b1869edbae78b373c301ac64edacbc081c5f0abbbb063f3b0c1898c", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "e13cc2c28b1869edbae78b373c301ac64edacbc081c5f0abbbb063f3b0c1898c", kill_on_drop: false }` [INFO] [stdout] e13cc2c28b1869edbae78b373c301ac64edacbc081c5f0abbbb063f3b0c1898c [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-4/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-4/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" "MAP_USER_ID=0" "-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" "--network" "none" "rustops/crates-build-env@sha256:6c9ffe128752d56c8d75334ed354142a5229917ed99767f56566dd8e857ad726" "/opt/rustwide/cargo-home/bin/cargo" "+4fb54ed484e2239a3e9eff3be17df00d2a162be3" "check" "--frozen" "--all" "--all-targets" "--message-format=json", kill_on_drop: false }` [INFO] [stdout] 43abf5fc823d68720a42b417394b1400275baaf14b55eaf46401535e63fbd902 [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" "43abf5fc823d68720a42b417394b1400275baaf14b55eaf46401535e63fbd902", kill_on_drop: false }` [INFO] [stderr] sudo: setrlimit(RLIMIT_CORE): Operation not permitted [INFO] [stderr] Compiling byteorder v1.3.4 [INFO] [stderr] Compiling libc v0.2.71 [INFO] [stderr] Compiling serde v1.0.112 [INFO] [stderr] Compiling ryu v1.0.5 [INFO] [stderr] Checking encode_unicode v0.3.6 [INFO] [stderr] Checking regex-automata v0.1.9 [INFO] [stderr] Checking dirs v1.0.5 [INFO] [stderr] Checking atty v0.2.14 [INFO] [stderr] Checking term v0.5.2 [INFO] [stderr] Checking bstr v0.2.13 [INFO] [stderr] Checking csv v1.1.3 [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 type 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::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::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 `tablefy::into_table` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0277]: the trait bound `Basic: tablefy::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::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 `tablefy::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" "43abf5fc823d68720a42b417394b1400275baaf14b55eaf46401535e63fbd902", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "43abf5fc823d68720a42b417394b1400275baaf14b55eaf46401535e63fbd902", kill_on_drop: false }` [INFO] [stdout] 43abf5fc823d68720a42b417394b1400275baaf14b55eaf46401535e63fbd902