[INFO] crate tablefy 0.1.3 is already in cache [INFO] checking tablefy-0.1.3 against master#c9edc02e8320a9e5799d185910ece7d491f524e6 for pr-64398 [INFO] extracting crate tablefy 0.1.3 into work/builds/worker-6/source [INFO] validating manifest of crates.io crate tablefy 0.1.3 on toolchain c9edc02e8320a9e5799d185910ece7d491f524e6-alt [INFO] running `"/mnt/big/crater/work/cargo-home/bin/cargo" "+c9edc02e8320a9e5799d185910ece7d491f524e6-alt" "read-manifest" "--manifest-path" "Cargo.toml"` [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 work/builds/worker-6/source/Cargo.toml [INFO] running `"/mnt/big/crater/work/cargo-home/bin/cargo" "+c9edc02e8320a9e5799d185910ece7d491f524e6-alt" "generate-lockfile" "--manifest-path" "Cargo.toml" "-Zno-index-update"` [INFO] running `"/mnt/big/crater/work/cargo-home/bin/cargo" "+c9edc02e8320a9e5799d185910ece7d491f524e6-alt" "fetch" "--locked" "--manifest-path" "Cargo.toml"` [INFO] running `"docker" "create" "-v" "/mnt/big/crater/work/builds/worker-6/target:/opt/rustwide/target:rw,Z" "-v" "/mnt/big/crater/work/builds/worker-6/source:/opt/rustwide/workdir:ro,Z" "-v" "/mnt/big/crater/work/cargo-home:/opt/rustwide/cargo-home:ro,Z" "-v" "/mnt/big/crater/work/rustup-home:/opt/rustwide/rustup-home:ro,Z" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "MAP_USER_ID=1000" "-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" "/opt/rustwide/cargo-home/bin/cargo" "+c9edc02e8320a9e5799d185910ece7d491f524e6-alt" "check" "--frozen" "--all" "--all-targets"` [INFO] [stdout] ed5b3db64a31390f4cfa4c600077564cdfe265e9757f0664b9d7954bf7a104d9 [INFO] running `"docker" "start" "-a" "ed5b3db64a31390f4cfa4c600077564cdfe265e9757f0664b9d7954bf7a104d9"` [INFO] [stderr] Checking bstr v0.2.8 [INFO] [stderr] Checking csv v1.1.1 [INFO] [stderr] Checking prettytable-rs v0.8.0 [INFO] [stderr] Checking tablefy v0.1.3 (/opt/rustwide/workdir) [INFO] [stderr] error[E0432]: unresolved import `tablefy_derive` [INFO] [stderr] --> examples/main.rs:1:5 [INFO] [stderr] | [INFO] [stderr] 1 | use tablefy_derive::Tablefy; [INFO] [stderr] | ^^^^^^^^^^^^^^ use of undeclared type or module `tablefy_derive` [INFO] [stderr] [INFO] [stderr] error: cannot determine resolution for the derive macro `Tablefy` [INFO] [stderr] --> examples/main.rs:5:10 [INFO] [stderr] | [INFO] [stderr] 5 | #[derive(Tablefy)] [INFO] [stderr] | ^^^^^^^ [INFO] [stderr] | [INFO] [stderr] = note: import resolution is stuck, try simplifying macro imports [INFO] [stderr] [INFO] [stderr] error: cannot find attribute macro `header` in this scope [INFO] [stderr] --> examples/main.rs:8:7 [INFO] [stderr] | [INFO] [stderr] 8 | #[header(name = "Hmm... Nice Header")] [INFO] [stderr] | ^^^^^^ [INFO] [stderr] [INFO] [stderr] error: cannot find attribute macro `header` in this scope [INFO] [stderr] --> examples/main.rs:11:7 [INFO] [stderr] | [INFO] [stderr] 11 | #[header(name = "We Have Here!")] [INFO] [stderr] | ^^^^^^ [INFO] [stderr] [INFO] [stderr] error: cannot find attribute macro `header` in this scope [INFO] [stderr] --> examples/main.rs:14:7 [INFO] [stderr] | [INFO] [stderr] 14 | #[header(name = "Don't You Agree?")] [INFO] [stderr] | ^^^^^^ [INFO] [stderr] [INFO] [stderr] error[E0277]: the trait bound `Basic: tablefy::Tablefy` is not satisfied [INFO] [stderr] --> examples/main.rs:40:17 [INFO] [stderr] | [INFO] [stderr] 40 | let table = tablefy::into_table(&basic); [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^ the trait `tablefy::Tablefy` is not implemented for `Basic` [INFO] [stderr] | [INFO] [stderr] = note: required by `tablefy::into_table` [INFO] [stderr] [INFO] [stderr] error[E0277]: the trait bound `Basic: tablefy::Tablefy` is not satisfied [INFO] [stderr] --> examples/main.rs:43:20 [INFO] [stderr] | [INFO] [stderr] 43 | println!("{}", tablefy::into_string(&basic)); [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^ the trait `tablefy::Tablefy` is not implemented for `Basic` [INFO] [stderr] | [INFO] [stderr] = note: required by `tablefy::into_string` [INFO] [stderr] [INFO] [stderr] warning: unused import: `tablefy::Tablefy` [INFO] [stderr] --> examples/main.rs:2:5 [INFO] [stderr] | [INFO] [stderr] 2 | use tablefy::Tablefy; [INFO] [stderr] | ^^^^^^^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] = note: `#[warn(unused_imports)]` on by default [INFO] [stderr] [INFO] [stderr] error: aborting due to 7 previous errors [INFO] [stderr] [INFO] [stderr] Some errors have detailed explanations: E0277, E0432. [INFO] [stderr] For more information about an error, try `rustc --explain E0277`. [INFO] [stderr] error: Could not compile `tablefy`. [INFO] [stderr] [INFO] [stderr] To learn more, run the command again with --verbose. [INFO] running `"docker" "inspect" "ed5b3db64a31390f4cfa4c600077564cdfe265e9757f0664b9d7954bf7a104d9"` [INFO] running `"docker" "rm" "-f" "ed5b3db64a31390f4cfa4c600077564cdfe265e9757f0664b9d7954bf7a104d9"` [INFO] [stdout] ed5b3db64a31390f4cfa4c600077564cdfe265e9757f0664b9d7954bf7a104d9