[INFO] cloning repository https://github.com/Averey/rss_demo
[INFO] running `Command { std: "git" "-c" "credential.helper=" "-c" "credential.helper=/workspace/cargo-home/bin/git-credential-null" "clone" "--bare" "https://github.com/Averey/rss_demo" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2FAverey%2Frss_demo", kill_on_drop: false }`
[INFO] [stderr] Cloning into bare repository '/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2FAverey%2Frss_demo'...
[INFO] running `Command { std: "git" "rev-parse" "HEAD", kill_on_drop: false }`
[INFO] [stdout] 3e88cd95c2bbd9755369891bda054a69ce94fbb8
[INFO] checking Averey/rss_demo against try#863511eff87e66198b396935f3b5c8a543022f53 for pr-139493-1
[INFO] running `Command { std: "git" "clone" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2FAverey%2Frss_demo" "/workspace/builds/worker-0-tc2/source", kill_on_drop: false }`
[INFO] [stderr] Cloning into '/workspace/builds/worker-0-tc2/source'...
[INFO] [stderr] done.
[INFO] started tweaking git repo https://github.com/Averey/rss_demo
[INFO] finished tweaking git repo https://github.com/Averey/rss_demo
[INFO] tweaked toml for git repo https://github.com/Averey/rss_demo written to /workspace/builds/worker-0-tc2/source/Cargo.toml
[INFO] validating manifest of git repo https://github.com/Averey/rss_demo on toolchain 863511eff87e66198b396935f3b5c8a543022f53
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+863511eff87e66198b396935f3b5c8a543022f53" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }`
[INFO] crate git repo https://github.com/Averey/rss_demo already has a lockfile, it will not be regenerated
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+863511eff87e66198b396935f3b5c8a543022f53" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-0-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-0-tc2/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:e90291280db7d1fac5b66fc6dad9f9662629e7365a55743daf9bdf73ebc4ea79" "/opt/rustwide/cargo-home/bin/cargo" "+863511eff87e66198b396935f3b5c8a543022f53" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }`
[INFO] [stdout] 3bb3dab0d624972612e70772ecafc4ee85650f7c951b25a741e26dfbb8d0a428
[INFO] running `Command { std: "docker" "start" "-a" "3bb3dab0d624972612e70772ecafc4ee85650f7c951b25a741e26dfbb8d0a428", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "inspect" "3bb3dab0d624972612e70772ecafc4ee85650f7c951b25a741e26dfbb8d0a428", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "3bb3dab0d624972612e70772ecafc4ee85650f7c951b25a741e26dfbb8d0a428", kill_on_drop: false }`
[INFO] [stdout] 3bb3dab0d624972612e70772ecafc4ee85650f7c951b25a741e26dfbb8d0a428
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-0-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-0-tc2/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" "RUSTDOCFLAGS=--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:e90291280db7d1fac5b66fc6dad9f9662629e7365a55743daf9bdf73ebc4ea79" "/opt/rustwide/cargo-home/bin/cargo" "+863511eff87e66198b396935f3b5c8a543022f53" "check" "--frozen" "--all" "--all-targets" "--message-format=json", kill_on_drop: false }`
[INFO] [stdout] 92cf3ed475dbfbdacba7016f17b5ed94851bafd040653576105c2fa54034ce86
[INFO] running `Command { std: "docker" "start" "-a" "92cf3ed475dbfbdacba7016f17b5ed94851bafd040653576105c2fa54034ce86", kill_on_drop: false }`
[INFO] [stderr]    Compiling proc-macro2 v1.0.83
[INFO] [stderr]    Compiling ahash v0.8.11
[INFO] [stderr]    Compiling autocfg v1.2.0
[INFO] [stderr]    Compiling cc v1.0.96
[INFO] [stderr]     Checking zerocopy v0.7.32
[INFO] [stderr]    Compiling libc v0.2.154
[INFO] [stderr]     Checking allocator-api2 v0.2.18
[INFO] [stderr]     Checking smallvec v1.13.2
[INFO] [stderr]    Compiling uncased v0.9.10
[INFO] [stderr]     Checking bitflags v2.5.0
[INFO] [stderr]    Compiling once_cell v1.19.0
[INFO] [stderr]     Checking bytes v1.6.0
[INFO] [stderr]     Checking ryu v1.0.17
[INFO] [stderr]    Compiling serde_json v1.0.117
[INFO] [stderr]    Compiling fallible-iterator v0.3.0
[INFO] [stderr]     Checking log v0.4.21
[INFO] [stderr]    Compiling libsqlite3-sys v0.28.0
[INFO] [stderr]    Compiling serde v1.0.200
[INFO] [stderr]    Compiling lock_api v0.4.12
[INFO] [stderr]     Checking fallible-streaming-iterator v0.1.9
[INFO] [stderr]     Checking hashbrown v0.14.5
[INFO] [stderr]    Compiling phf_shared v0.11.2
[INFO] [stderr]    Compiling strsim v0.10.0
[INFO] [stderr]    Compiling equivalent v1.0.1
[INFO] [stderr]     Checking tracing v0.1.40
[INFO] [stderr]    Compiling slab v0.4.9
[INFO] [stderr]    Compiling memchr v2.7.2
[INFO] [stderr]    Compiling num-traits v0.2.18
[INFO] [stderr]    Compiling phf_generator v0.11.2
[INFO] [stderr]    Compiling phf v0.11.2
[INFO] [stderr]    Compiling openssl v0.10.64
[INFO] [stderr]    Compiling httparse v1.8.0
[INFO] [stderr]    Compiling phf_codegen v0.11.2
[INFO] [stderr]     Checking http v1.1.0
[INFO] [stderr]     Checking parking_lot_core v0.9.10
[INFO] [stderr]     Checking mio v0.8.11
[INFO] [stderr]     Checking parking_lot v0.12.2
[INFO] [stderr]    Compiling quote v1.0.36
[INFO] [stderr]     Checking socket2 v0.5.7
[INFO] [stderr]     Checking signal-hook-registry v1.4.2
[INFO] [stderr]     Checking num_cpus v1.16.0
[INFO] [stderr]    Compiling native-tls v0.2.11
[INFO] [stderr]    Compiling indexmap v2.2.6
[INFO] [stderr]     Checking futures-channel v0.3.30
[INFO] [stderr]     Checking tower-service v0.3.2
[INFO] [stderr]     Checking tower-layer v0.3.2
[INFO] [stderr]     Checking openssl-probe v0.1.5
[INFO] [stderr]     Checking unicode-normalization v0.1.23
[INFO] [stderr]    Compiling syn v2.0.60
[INFO] [stderr]    Compiling syn v1.0.109
[INFO] [stderr]    Compiling hashlink v0.9.0
[INFO] [stderr]     Checking idna v0.5.0
[INFO] [stderr]     Checking chrono v0.4.38
[INFO] [stderr]     Checking http-body v1.0.0
[INFO] [stderr]     Checking quick-xml v0.30.0
[INFO] [stderr]     Checking http-body-util v0.1.1
[INFO] [stderr]     Checking rustls-pki-types v1.5.0
[INFO] [stderr]     Checking never v0.1.0
[INFO] [stderr]    Compiling itoa v1.0.11
[INFO] [stderr]    Compiling rusqlite v0.31.0
[INFO] [stderr]     Checking url v2.5.0
[INFO] [stderr]     Checking ipnet v2.9.0
[INFO] [stderr]     Checking rustls-pemfile v2.1.2
[INFO] [stderr]    Compiling openssl-sys v0.9.102
[INFO] [stderr]    Compiling sqlite3-parser v0.12.0
[INFO] [stderr]     Checking diligent-date-parser v0.1.4
[INFO] [stderr]     Checking serde_urlencoded v0.7.1
[INFO] [stderr]    Compiling rusqlite-macros v0.2.0
[INFO] [stderr]    Compiling darling_core v0.14.4
[INFO] [stderr]    Compiling db v0.1.0 (/opt/rustwide/workdir/db)
[INFO] [stderr]     Checking db_derive v0.1.0 (/opt/rustwide/workdir/db_derive)
[INFO] [stderr]    Compiling darling_macro v0.14.4
[INFO] [stderr]    Compiling tokio-macros v2.2.0
[INFO] [stderr]    Compiling openssl-macros v0.1.1
[INFO] [stderr]    Compiling pin-project-internal v1.1.5
[INFO] [stderr]    Compiling darling v0.14.4
[INFO] [stderr]    Compiling derive_builder_core v0.12.0
[INFO] [stderr]     Checking tokio v1.37.0
[INFO] [stderr]     Checking pin-project v1.1.5
[INFO] [stderr]    Compiling derive_builder_macro v0.12.0
[INFO] [stderr]     Checking derive_builder v0.12.0
[INFO] [stderr]     Checking atom_syndication v0.12.2
[INFO] [stderr]     Checking rss v2.0.7
[INFO] [stderr]     Checking tokio-util v0.7.10
[INFO] [stderr]     Checking tower v0.4.13
[INFO] [stderr]     Checking tokio-native-tls v0.3.1
[INFO] [stderr]     Checking h2 v0.4.4
[INFO] [stdout] warning: unused import: `serde_json::value`
[INFO] [stdout]  --> db/tests/test-db-table.rs:3:5
[INFO] [stdout]   |
[INFO] [stdout] 3 | use serde_json::value;
[INFO] [stdout]   |     ^^^^^^^^^^^^^^^^^
[INFO] [stdout]   |
[INFO] [stdout]   = note: `#[warn(unused_imports)]` (part of `#[warn(unused)]`) on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stderr] [
[INFO] [stderr]     "title",
[INFO] [stderr]     "link",
[INFO] [stderr]     "description",
[INFO] [stderr] ]
[INFO] [stderr] [
[INFO] [stderr]     "title",
[INFO] [stderr]     "link",
[INFO] [stderr]     "description",
[INFO] [stderr]     "content",
[INFO] [stderr]     "author",
[INFO] [stderr]     "pub_date",
[INFO] [stderr]     "last_build_date",
[INFO] [stderr] ]
[INFO] [stdout] error[E0404]: expected trait, found struct `db::table::DbTable`
[INFO] [stdout]  --> db_derive/tests/test01.rs:7:10
[INFO] [stdout]   |
[INFO] [stdout] 7 | #[derive(Table)]
[INFO] [stdout]   |          ^^^^^ not a trait
[INFO] [stdout]   |
[INFO] [stdout]   = note: this error originates in the derive macro `Table` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0404]: expected trait, found struct `db::table::DbTable`
[INFO] [stdout]   --> db_derive/tests/test01.rs:26:10
[INFO] [stdout]    |
[INFO] [stdout] 26 | #[derive(Table)]
[INFO] [stdout]    |          ^^^^^ not a trait
[INFO] [stdout]    |
[INFO] [stdout]    = note: this error originates in the derive macro `Table` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] For more information about this error, try `rustc --explain E0404`.
[INFO] [stdout] 
[INFO] [stderr] error: could not compile `db_derive` (test "test01") due to 2 previous errors
[INFO] [stderr] warning: build failed, waiting for other jobs to finish...
[INFO] running `Command { std: "docker" "inspect" "92cf3ed475dbfbdacba7016f17b5ed94851bafd040653576105c2fa54034ce86", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "92cf3ed475dbfbdacba7016f17b5ed94851bafd040653576105c2fa54034ce86", kill_on_drop: false }`
[INFO] [stdout] 92cf3ed475dbfbdacba7016f17b5ed94851bafd040653576105c2fa54034ce86
