[INFO] fetching crate alaqsam_macros 0.1.0...
[INFO] testing alaqsam_macros-0.1.0 against master#0d162b25edd5bf0dba9a22e83b614f1113e90474 for pr-150681
[INFO] extracting crate alaqsam_macros 0.1.0 into /workspace/builds/worker-2-tc1/source
[INFO] started tweaking crates.io crate alaqsam_macros 0.1.0
[INFO] finished tweaking crates.io crate alaqsam_macros 0.1.0
[INFO] tweaked toml for crates.io crate alaqsam_macros 0.1.0 written to /workspace/builds/worker-2-tc1/source/Cargo.toml
[INFO] validating manifest of crates.io crate alaqsam_macros 0.1.0 on toolchain 0d162b25edd5bf0dba9a22e83b614f1113e90474
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+0d162b25edd5bf0dba9a22e83b614f1113e90474" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }`
[INFO] crate crates.io crate alaqsam_macros 0.1.0 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" "+0d162b25edd5bf0dba9a22e83b614f1113e90474" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }`
[INFO] [stderr]     Updating crates.io index
[INFO] [stderr]  Downloading crates ...
[INFO] [stderr]   Downloaded darling_macro v0.21.3
[INFO] [stderr]   Downloaded transmute_guard v0.2.5
[INFO] [stderr]   Downloaded darling v0.21.3
[INFO] [stderr]   Downloaded darling_core v0.21.3
[INFO] [stderr]   Downloaded fmt2 v0.3.4
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-2-tc1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-2-tc1/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:845e597a41426bbf2703be69acdb67d10b6de511142d05cba7bbe119c898b2c7" "/opt/rustwide/cargo-home/bin/cargo" "+0d162b25edd5bf0dba9a22e83b614f1113e90474" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }`
[INFO] [stdout] ba5737d7cb9451a3d54eb630dd7b5a86a484e80c2f9e8171271e4009ea53d3e4
[INFO] running `Command { std: "docker" "start" "-a" "ba5737d7cb9451a3d54eb630dd7b5a86a484e80c2f9e8171271e4009ea53d3e4", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "inspect" "ba5737d7cb9451a3d54eb630dd7b5a86a484e80c2f9e8171271e4009ea53d3e4", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "ba5737d7cb9451a3d54eb630dd7b5a86a484e80c2f9e8171271e4009ea53d3e4", kill_on_drop: false }`
[INFO] [stdout] ba5737d7cb9451a3d54eb630dd7b5a86a484e80c2f9e8171271e4009ea53d3e4
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-2-tc1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-2-tc1/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:845e597a41426bbf2703be69acdb67d10b6de511142d05cba7bbe119c898b2c7" "/opt/rustwide/cargo-home/bin/cargo" "+0d162b25edd5bf0dba9a22e83b614f1113e90474" "build" "--frozen" "--message-format=json", kill_on_drop: false }`
[INFO] [stdout] 651ce25f0c4e47787ff3e113b54af16861ba4f9794bbdbbb1c2a48262497ab4b
[INFO] running `Command { std: "docker" "start" "-a" "651ce25f0c4e47787ff3e113b54af16861ba4f9794bbdbbb1c2a48262497ab4b", kill_on_drop: false }`
[INFO] [stderr]    Compiling ident_case v1.0.1
[INFO] [stderr]    Compiling strsim v0.11.1
[INFO] [stderr]    Compiling fnv v1.0.7
[INFO] [stderr]    Compiling transmute_guard v0.2.5
[INFO] [stderr]    Compiling syn v2.0.109
[INFO] [stderr]    Compiling fmt2 v0.3.4
[INFO] [stderr]    Compiling darling_core v0.21.3
[INFO] [stderr]    Compiling darling_macro v0.21.3
[INFO] [stderr]    Compiling darling v0.21.3
[INFO] [stderr]    Compiling alaqsam_macros v0.1.0 (/opt/rustwide/workdir)
[INFO] [stderr]     Finished `dev` profile [unoptimized + debuginfo] target(s) in 12.96s
[INFO] running `Command { std: "docker" "inspect" "651ce25f0c4e47787ff3e113b54af16861ba4f9794bbdbbb1c2a48262497ab4b", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "651ce25f0c4e47787ff3e113b54af16861ba4f9794bbdbbb1c2a48262497ab4b", kill_on_drop: false }`
[INFO] [stdout] 651ce25f0c4e47787ff3e113b54af16861ba4f9794bbdbbb1c2a48262497ab4b
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-2-tc1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-2-tc1/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:845e597a41426bbf2703be69acdb67d10b6de511142d05cba7bbe119c898b2c7" "/opt/rustwide/cargo-home/bin/cargo" "+0d162b25edd5bf0dba9a22e83b614f1113e90474" "test" "--frozen" "--no-run" "--message-format=json", kill_on_drop: false }`
[INFO] [stdout] c35717ac60beaef0be63ee0b340d5f0cd067697377fcbc5aa3db826999c0cd1a
[INFO] running `Command { std: "docker" "start" "-a" "c35717ac60beaef0be63ee0b340d5f0cd067697377fcbc5aa3db826999c0cd1a", kill_on_drop: false }`
[INFO] [stderr]    Compiling alaqsam_macros v0.1.0 (/opt/rustwide/workdir)
[INFO] [stderr]     Finished `test` profile [unoptimized + debuginfo] target(s) in 5.07s
[INFO] running `Command { std: "docker" "inspect" "c35717ac60beaef0be63ee0b340d5f0cd067697377fcbc5aa3db826999c0cd1a", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "c35717ac60beaef0be63ee0b340d5f0cd067697377fcbc5aa3db826999c0cd1a", kill_on_drop: false }`
[INFO] [stdout] c35717ac60beaef0be63ee0b340d5f0cd067697377fcbc5aa3db826999c0cd1a
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-2-tc1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-2-tc1/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:845e597a41426bbf2703be69acdb67d10b6de511142d05cba7bbe119c898b2c7" "/opt/rustwide/cargo-home/bin/cargo" "+0d162b25edd5bf0dba9a22e83b614f1113e90474" "test" "--frozen", kill_on_drop: false }`
[INFO] [stdout] 5f9d47dd6cfb119fd4d0fd47f3e70c93ef3ac6f703e8e42b3b25205a777a9ede
[INFO] running `Command { std: "docker" "start" "-a" "5f9d47dd6cfb119fd4d0fd47f3e70c93ef3ac6f703e8e42b3b25205a777a9ede", kill_on_drop: false }`
[INFO] [stderr]     Finished `test` profile [unoptimized + debuginfo] target(s) in 0.06s
[INFO] [stderr]      Running unittests src/lib.rs (/opt/rustwide/target/debug/deps/alaqsam_macros-75af1e506a7b3741)
[INFO] [stdout] 
[INFO] [stderr]    Doc-tests alaqsam_macros
[INFO] [stdout] running 0 tests
[INFO] [stdout] 
[INFO] [stdout] test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] running 2 tests
[INFO] [stdout] test src/./router/docs.md - router (line 10) ... FAILED
[INFO] [stdout] test src/./db/docs.md - db (line 387) ... FAILED
[INFO] [stdout] 
[INFO] [stdout] failures:
[INFO] [stdout] 
[INFO] [stdout] ---- src/./router/docs.md - router (line 10) stdout ----
[INFO] [stdout] error: expected item, found `...`
[INFO] [stdout]   --> src/./router/docs.md:13:1
[INFO] [stdout]    |
[INFO] [stdout] 13 | ...
[INFO] [stdout]    | ^^^ expected item
[INFO] [stdout]    |
[INFO] [stdout]    = note: for a full list of items that can appear in modules, see <https://doc.rust-lang.org/reference/items.html>
[INFO] [stdout] 
[INFO] [stdout] error: aborting due to 1 previous error
[INFO] [stdout] 
[INFO] [stdout] Couldn't compile the test.
[INFO] [stdout] ---- src/./db/docs.md - db (line 387) stdout ----
[INFO] [stdout] error: cannot find attribute `db` in this scope
[INFO] [stdout]    --> src/./db/docs.md:388:3
[INFO] [stdout]     |
[INFO] [stdout] 388 | #[db(name = "database")]
[INFO] [stdout]     |   ^^
[INFO] [stdout]     |
[INFO] [stdout] help: consider importing this attribute macro
[INFO] [stdout]     |
[INFO] [stdout] 387 + use alaqsam_macros::db;
[INFO] [stdout]     |
[INFO] [stdout] 
[INFO] [stdout] error: cannot find attribute `db` in this scope
[INFO] [stdout]    --> src/./db/docs.md:390:7
[INFO] [stdout]     |
[INFO] [stdout] 390 |     #[db(name = "addresses", model(), controller())]
[INFO] [stdout]     |       ^^
[INFO] [stdout]     |
[INFO] [stdout] help: consider importing this attribute macro
[INFO] [stdout]     |
[INFO] [stdout] 390 +     use alaqsam_macros::db;
[INFO] [stdout]     |
[INFO] [stdout] 
[INFO] [stdout] error: cannot find attribute `db` in this scope
[INFO] [stdout]    --> src/./db/docs.md:392:11
[INFO] [stdout]     |
[INFO] [stdout] 392 |         #[db(ty(id))]
[INFO] [stdout]     |           ^^
[INFO] [stdout]     |
[INFO] [stdout] help: consider importing this attribute macro
[INFO] [stdout]     |
[INFO] [stdout] 390 +     use alaqsam_macros::db;
[INFO] [stdout]     |
[INFO] [stdout] 
[INFO] [stdout] error: cannot find attribute `db` in this scope
[INFO] [stdout]    --> src/./db/docs.md:394:11
[INFO] [stdout]     |
[INFO] [stdout] 394 |         #[db(ty(varchar = 255))]
[INFO] [stdout]     |           ^^
[INFO] [stdout]     |
[INFO] [stdout] help: consider importing this attribute macro
[INFO] [stdout]     |
[INFO] [stdout] 390 +     use alaqsam_macros::db;
[INFO] [stdout]     |
[INFO] [stdout] 
[INFO] [stdout] error: cannot find attribute `db` in this scope
[INFO] [stdout]    --> src/./db/docs.md:396:11
[INFO] [stdout]     |
[INFO] [stdout] 396 |         #[db(ty(char = 5))]
[INFO] [stdout]     |           ^^
[INFO] [stdout]     |
[INFO] [stdout] help: consider importing this attribute macro
[INFO] [stdout]     |
[INFO] [stdout] 390 +     use alaqsam_macros::db;
[INFO] [stdout]     |
[INFO] [stdout] 
[INFO] [stdout] error: cannot find attribute `db` in this scope
[INFO] [stdout]    --> src/./db/docs.md:398:11
[INFO] [stdout]     |
[INFO] [stdout] 398 |         #[db(ty(varchar = 255))]
[INFO] [stdout]     |           ^^
[INFO] [stdout]     |
[INFO] [stdout] help: consider importing this attribute macro
[INFO] [stdout]     |
[INFO] [stdout] 390 +     use alaqsam_macros::db;
[INFO] [stdout]     |
[INFO] [stdout] 
[INFO] [stdout] error: cannot find attribute `db` in this scope
[INFO] [stdout]    --> src/./db/docs.md:401:7
[INFO] [stdout]     |
[INFO] [stdout] 401 |     #[db(name = "contacts", model(), controller())]
[INFO] [stdout]     |       ^^
[INFO] [stdout]     |
[INFO] [stdout] help: consider importing this attribute macro
[INFO] [stdout]     |
[INFO] [stdout] 390 +     use alaqsam_macros::db;
[INFO] [stdout]     |
[INFO] [stdout] 
[INFO] [stdout] error: cannot find attribute `db` in this scope
[INFO] [stdout]    --> src/./db/docs.md:403:11
[INFO] [stdout]     |
[INFO] [stdout] 403 |         #[db(ty(id))]
[INFO] [stdout]     |           ^^
[INFO] [stdout]     |
[INFO] [stdout] help: consider importing this attribute macro
[INFO] [stdout]     |
[INFO] [stdout] 390 +     use alaqsam_macros::db;
[INFO] [stdout]     |
[INFO] [stdout] 
[INFO] [stdout] error: cannot find attribute `db` in this scope
[INFO] [stdout]    --> src/./db/docs.md:405:11
[INFO] [stdout]     |
[INFO] [stdout] 405 |         #[db(ty(foreign()), request(name = "address_id"), name = "address_id")]
[INFO] [stdout]     |           ^^
[INFO] [stdout]     |
[INFO] [stdout] help: consider importing this attribute macro
[INFO] [stdout]     |
[INFO] [stdout] 390 +     use alaqsam_macros::db;
[INFO] [stdout]     |
[INFO] [stdout] 
[INFO] [stdout] error: cannot find attribute `db` in this scope
[INFO] [stdout]    --> src/./db/docs.md:407:11
[INFO] [stdout]     |
[INFO] [stdout] 407 |         #[db(ty(varchar = 255))]
[INFO] [stdout]     |           ^^
[INFO] [stdout]     |
[INFO] [stdout] help: consider importing this attribute macro
[INFO] [stdout]     |
[INFO] [stdout] 390 +     use alaqsam_macros::db;
[INFO] [stdout]     |
[INFO] [stdout] 
[INFO] [stdout] error: cannot find attribute `db` in this scope
[INFO] [stdout]    --> src/./db/docs.md:409:11
[INFO] [stdout]     |
[INFO] [stdout] 409 |         #[db(ty(varchar = 255))]
[INFO] [stdout]     |           ^^
[INFO] [stdout]     |
[INFO] [stdout] help: consider importing this attribute macro
[INFO] [stdout]     |
[INFO] [stdout] 390 +     use alaqsam_macros::db;
[INFO] [stdout]     |
[INFO] [stdout] 
[INFO] [stdout] error: cannot find attribute `db` in this scope
[INFO] [stdout]    --> src/./db/docs.md:411:11
[INFO] [stdout]     |
[INFO] [stdout] 411 |         #[db(ty(varchar = 16))]
[INFO] [stdout]     |           ^^
[INFO] [stdout]     |
[INFO] [stdout] help: consider importing this attribute macro
[INFO] [stdout]     |
[INFO] [stdout] 390 +     use alaqsam_macros::db;
[INFO] [stdout]     |
[INFO] [stdout] 
[INFO] [stdout] error: cannot find attribute `db` in this scope
[INFO] [stdout]    --> src/./db/docs.md:413:11
[INFO] [stdout]     |
[INFO] [stdout] 413 |         #[db(ty(varchar = 16))]
[INFO] [stdout]     |           ^^
[INFO] [stdout]     |
[INFO] [stdout] help: consider importing this attribute macro
[INFO] [stdout]     |
[INFO] [stdout] 390 +     use alaqsam_macros::db;
[INFO] [stdout]     |
[INFO] [stdout] 
[INFO] [stdout] error: cannot find attribute `db` in this scope
[INFO] [stdout]    --> src/./db/docs.md:415:11
[INFO] [stdout]     |
[INFO] [stdout] 415 |         #[db(ty(varchar = 255))]
[INFO] [stdout]     |           ^^
[INFO] [stdout]     |
[INFO] [stdout] help: consider importing this attribute macro
[INFO] [stdout]     |
[INFO] [stdout] 390 +     use alaqsam_macros::db;
[INFO] [stdout]     |
[INFO] [stdout] 
[INFO] [stdout] error: cannot find attribute `db` in this scope
[INFO] [stdout]    --> src/./db/docs.md:418:7
[INFO] [stdout]     |
[INFO] [stdout] 418 |     #[db(name = "groups", model(), controller())]
[INFO] [stdout]     |       ^^
[INFO] [stdout]     |
[INFO] [stdout] help: consider importing this attribute macro
[INFO] [stdout]     |
[INFO] [stdout] 390 +     use alaqsam_macros::db;
[INFO] [stdout]     |
[INFO] [stdout] 
[INFO] [stdout] error: cannot find attribute `db` in this scope
[INFO] [stdout]    --> src/./db/docs.md:420:11
[INFO] [stdout]     |
[INFO] [stdout] 420 |         #[db(ty(id))]
[INFO] [stdout]     |           ^^
[INFO] [stdout]     |
[INFO] [stdout] help: consider importing this attribute macro
[INFO] [stdout]     |
[INFO] [stdout] 390 +     use alaqsam_macros::db;
[INFO] [stdout]     |
[INFO] [stdout] 
[INFO] [stdout] error: cannot find attribute `db` in this scope
[INFO] [stdout]    --> src/./db/docs.md:422:11
[INFO] [stdout]     |
[INFO] [stdout] 422 |         #[db(ty(varchar = 255))]
[INFO] [stdout]     |           ^^
[INFO] [stdout]     |
[INFO] [stdout] help: consider importing this attribute macro
[INFO] [stdout]     |
[INFO] [stdout] 390 +     use alaqsam_macros::db;
[INFO] [stdout]     |
[INFO] [stdout] 
[INFO] [stdout] error: cannot find attribute `db` in this scope
[INFO] [stdout]    --> src/./db/docs.md:425:7
[INFO] [stdout]     |
[INFO] [stdout] 425 |     #[db(name = "users", model(), controller())]
[INFO] [stdout]     |       ^^
[INFO] [stdout]     |
[INFO] [stdout] help: consider importing this attribute macro
[INFO] [stdout]     |
[INFO] [stdout] 390 +     use alaqsam_macros::db;
[INFO] [stdout]     |
[INFO] [stdout] 
[INFO] [stdout] error: cannot find attribute `db` in this scope
[INFO] [stdout]    --> src/./db/docs.md:427:11
[INFO] [stdout]     |
[INFO] [stdout] 427 |         #[db(ty(id))]
[INFO] [stdout]     |           ^^
[INFO] [stdout]     |
[INFO] [stdout] help: consider importing this attribute macro
[INFO] [stdout]     |
[INFO] [stdout] 390 +     use alaqsam_macros::db;
[INFO] [stdout]     |
[INFO] [stdout] 
[INFO] [stdout] error: cannot find attribute `db` in this scope
[INFO] [stdout]    --> src/./db/docs.md:429:11
[INFO] [stdout]     |
[INFO] [stdout] 429 |         #[db(ty(foreign(many(model(GroupUser)))))]
[INFO] [stdout]     |           ^^
[INFO] [stdout]     |
[INFO] [stdout] help: consider importing this attribute macro
[INFO] [stdout]     |
[INFO] [stdout] 390 +     use alaqsam_macros::db;
[INFO] [stdout]     |
[INFO] [stdout] 
[INFO] [stdout] error: cannot find attribute `db` in this scope
[INFO] [stdout]    --> src/./db/docs.md:431:11
[INFO] [stdout]     |
[INFO] [stdout] 431 |         #[db(ty(foreign()), request(name = "contact_id"), name = "contact_id")]
[INFO] [stdout]     |           ^^
[INFO] [stdout]     |
[INFO] [stdout] help: consider importing this attribute macro
[INFO] [stdout]     |
[INFO] [stdout] 390 +     use alaqsam_macros::db;
[INFO] [stdout]     |
[INFO] [stdout] 
[INFO] [stdout] error: cannot find attribute `db` in this scope
[INFO] [stdout]    --> src/./db/docs.md:433:11
[INFO] [stdout]     |
[INFO] [stdout] 433 |         #[db(ty(varchar = 255))]
[INFO] [stdout]     |           ^^
[INFO] [stdout]     |
[INFO] [stdout] help: consider importing this attribute macro
[INFO] [stdout]     |
[INFO] [stdout] 390 +     use alaqsam_macros::db;
[INFO] [stdout]     |
[INFO] [stdout] 
[INFO] [stdout] error: cannot find attribute `db` in this scope
[INFO] [stdout]    --> src/./db/docs.md:435:11
[INFO] [stdout]     |
[INFO] [stdout] 435 |         #[db(ty(varchar = 255), unique, aggregate(name(UserEmail)), borrow(str))] // <User as AggregateOne<UserEmail>>
[INFO] [stdout]     |           ^^
[INFO] [stdout]     |
[INFO] [stdout] help: consider importing this attribute macro
[INFO] [stdout]     |
[INFO] [stdout] 390 +     use alaqsam_macros::db;
[INFO] [stdout]     |
[INFO] [stdout] 
[INFO] [stdout] error: cannot find attribute `db` in this scope
[INFO] [stdout]    --> src/./db/docs.md:437:11
[INFO] [stdout]     |
[INFO] [stdout] 437 |         #[db(ty(varchar = 255), response(skip), request(validate(min_len = 12)))]
[INFO] [stdout]     |           ^^
[INFO] [stdout]     |
[INFO] [stdout] help: consider importing this attribute macro
[INFO] [stdout]     |
[INFO] [stdout] 390 +     use alaqsam_macros::db;
[INFO] [stdout]     |
[INFO] [stdout] 
[INFO] [stdout] error: cannot find attribute `db` in this scope
[INFO] [stdout]    --> src/./db/docs.md:439:11
[INFO] [stdout]     |
[INFO] [stdout] 439 |         #[db(ty(on_create))]
[INFO] [stdout]     |           ^^
[INFO] [stdout]     |
[INFO] [stdout] help: consider importing this attribute macro
[INFO] [stdout]     |
[INFO] [stdout] 390 +     use alaqsam_macros::db;
[INFO] [stdout]     |
[INFO] [stdout] 
[INFO] [stdout] error: cannot find attribute `db` in this scope
[INFO] [stdout]    --> src/./db/docs.md:441:11
[INFO] [stdout]     |
[INFO] [stdout] 441 |         #[db(ty(on_update))]
[INFO] [stdout]     |           ^^
[INFO] [stdout]     |
[INFO] [stdout] help: consider importing this attribute macro
[INFO] [stdout]     |
[INFO] [stdout] 390 +     use alaqsam_macros::db;
[INFO] [stdout]     |
[INFO] [stdout] 
[INFO] [stdout] error: cannot find attribute `db` in this scope
[INFO] [stdout]    --> src/./db/docs.md:445:7
[INFO] [stdout]     |
[INFO] [stdout] 445 |     #[db(name = "group_user", many_model)]
[INFO] [stdout]     |       ^^
[INFO] [stdout]     |
[INFO] [stdout] help: consider importing this attribute macro
[INFO] [stdout]     |
[INFO] [stdout] 390 +     use alaqsam_macros::db;
[INFO] [stdout]     |
[INFO] [stdout] 
[INFO] [stdout] error: cannot find attribute `db` in this scope
[INFO] [stdout]    --> src/./db/docs.md:447:11
[INFO] [stdout]     |
[INFO] [stdout] 447 |         #[db(ty(foreign()), request(name = "group_id"), name = "group_id")]
[INFO] [stdout]     |           ^^
[INFO] [stdout]     |
[INFO] [stdout] help: consider importing this attribute macro
[INFO] [stdout]     |
[INFO] [stdout] 390 +     use alaqsam_macros::db;
[INFO] [stdout]     |
[INFO] [stdout] 
[INFO] [stdout] error: cannot find attribute `db` in this scope
[INFO] [stdout]    --> src/./db/docs.md:449:11
[INFO] [stdout]     |
[INFO] [stdout] 449 |         #[db(ty(foreign()), request(name = "user_id"), name = "user_id")]
[INFO] [stdout]     |           ^^
[INFO] [stdout]     |
[INFO] [stdout] help: consider importing this attribute macro
[INFO] [stdout]     |
[INFO] [stdout] 390 +     use alaqsam_macros::db;
[INFO] [stdout]     |
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: failed to resolve: use of unresolved module or unlinked crate `chrono`
[INFO] [stdout]    --> src/./db/docs.md:440:21
[INFO] [stdout]     |
[INFO] [stdout] 440 |         created_at: chrono::DateTime<chrono::Utc>,
[INFO] [stdout]     |                     ^^^^^^ use of unresolved module or unlinked crate `chrono`
[INFO] [stdout]     |
[INFO] [stdout]     = help: if you wanted to use a crate named `chrono`, use `cargo add chrono` to add it to your `Cargo.toml`
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: failed to resolve: use of unresolved module or unlinked crate `chrono`
[INFO] [stdout]    --> src/./db/docs.md:440:38
[INFO] [stdout]     |
[INFO] [stdout] 440 |         created_at: chrono::DateTime<chrono::Utc>,
[INFO] [stdout]     |                                      ^^^^^^ use of unresolved module or unlinked crate `chrono`
[INFO] [stdout]     |
[INFO] [stdout]     = help: if you wanted to use a crate named `chrono`, use `cargo add chrono` to add it to your `Cargo.toml`
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: failed to resolve: use of unresolved module or unlinked crate `chrono`
[INFO] [stdout]    --> src/./db/docs.md:442:21
[INFO] [stdout]     |
[INFO] [stdout] 442 |         updated_at: chrono::DateTime<chrono::Utc>,
[INFO] [stdout]     |                     ^^^^^^ use of unresolved module or unlinked crate `chrono`
[INFO] [stdout]     |
[INFO] [stdout]     = help: if you wanted to use a crate named `chrono`, use `cargo add chrono` to add it to your `Cargo.toml`
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: failed to resolve: use of unresolved module or unlinked crate `chrono`
[INFO] [stdout]    --> src/./db/docs.md:442:38
[INFO] [stdout]     |
[INFO] [stdout] 442 |         updated_at: chrono::DateTime<chrono::Utc>,
[INFO] [stdout]     |                                      ^^^^^^ use of unresolved module or unlinked crate `chrono`
[INFO] [stdout]     |
[INFO] [stdout]     = help: if you wanted to use a crate named `chrono`, use `cargo add chrono` to add it to your `Cargo.toml`
[INFO] [stdout] 
[INFO] [stdout] error: aborting due to 33 previous errors
[INFO] [stdout] 
[INFO] [stdout] For more information about this error, try `rustc --explain E0433`.
[INFO] [stdout] Couldn't compile the test.
[INFO] [stdout] 
[INFO] [stdout] failures:
[INFO] [stdout]     src/./db/docs.md - db (line 387)
[INFO] [stdout]     src/./router/docs.md - router (line 10)
[INFO] [stdout] 
[INFO] [stdout] test result: FAILED. 0 passed; 2 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.26s
[INFO] [stdout] 
[INFO] [stdout] all doctests ran in 0.45s; merged doctests compilation took 0.19s
[INFO] [stderr] error: doctest failed, to rerun pass `--doc`
[INFO] running `Command { std: "docker" "inspect" "5f9d47dd6cfb119fd4d0fd47f3e70c93ef3ac6f703e8e42b3b25205a777a9ede", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "5f9d47dd6cfb119fd4d0fd47f3e70c93ef3ac6f703e8e42b3b25205a777a9ede", kill_on_drop: false }`
[INFO] [stdout] 5f9d47dd6cfb119fd4d0fd47f3e70c93ef3ac6f703e8e42b3b25205a777a9ede
