[INFO] cloning repository https://github.com/yixone/media-storage
[INFO] running `Command { std: "git" "-c" "credential.helper=" "-c" "credential.helper=/workspace/cargo-home/bin/git-credential-null" "clone" "--bare" "https://github.com/yixone/media-storage" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fyixone%2Fmedia-storage", kill_on_drop: false }`
[INFO] [stderr] Cloning into bare repository '/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fyixone%2Fmedia-storage'...
[INFO] running `Command { std: "git" "rev-parse" "HEAD", kill_on_drop: false }`
[INFO] [stdout] 4850e47e7db550fc47b626bdba804ae62a48af38
[INFO] testing yixone/media-storage against 1.98.0-beta.1 for beta-1.98-1
[INFO] running `Command { std: "git" "clone" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fyixone%2Fmedia-storage" "/workspace/builds/worker-4-tc2/source", kill_on_drop: false }`
[INFO] [stderr] Cloning into '/workspace/builds/worker-4-tc2/source'...
[INFO] [stderr] done.
[INFO] started tweaking git repo https://github.com/yixone/media-storage
[INFO] finished tweaking git repo https://github.com/yixone/media-storage
[INFO] tweaked toml for git repo https://github.com/yixone/media-storage written to /workspace/builds/worker-4-tc2/source/Cargo.toml
[INFO] validating manifest of git repo https://github.com/yixone/media-storage on toolchain 1.98.0-beta.1
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+1.98.0-beta.1" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }`
[INFO] crate git repo https://github.com/yixone/media-storage 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" "+1.98.0-beta.1" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-4-tc2/source:/opt/rustwide/workdir:ro,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-4-tc2/target:/opt/rustwide/target:rw,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" "-m" "1610612736" "--network" "none" "ghcr.io/rust-lang/crates-build-env/linux@sha256:3d5ced03c013a94a2f102a4510f48a6e9184255caf5fd8244f58017bde7f5210" "sleep" "infinity", kill_on_drop: false }`
[INFO] [stdout] fc850992a43ff4542f22ab05a00a166d6fc562377e47942de9cfaa07403805fc
[INFO] running `Command { std: "docker" "start" "fc850992a43ff4542f22ab05a00a166d6fc562377e47942de9cfaa07403805fc", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "inspect" "fc850992a43ff4542f22ab05a00a166d6fc562377e47942de9cfaa07403805fc", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "exec" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-w" "/opt/rustwide/workdir" "--user" "0:0" "fc850992a43ff4542f22ab05a00a166d6fc562377e47942de9cfaa07403805fc" "/opt/rustwide/cargo-home/bin/cargo" "+1.98.0-beta.1" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "inspect" "fc850992a43ff4542f22ab05a00a166d6fc562377e47942de9cfaa07403805fc", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "exec" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=warn" "-e" "RUSTDOCFLAGS=--cap-lints=warn" "-w" "/opt/rustwide/workdir" "--user" "0:0" "fc850992a43ff4542f22ab05a00a166d6fc562377e47942de9cfaa07403805fc" "/opt/rustwide/cargo-home/bin/cargo" "+1.98.0-beta.1" "build" "--frozen" "--message-format=json", kill_on_drop: false }`
[INFO] [stderr]    Compiling libc v0.2.185
[INFO] [stderr]    Compiling rand_core v0.10.1
[INFO] [stderr]    Compiling getrandom v0.4.2
[INFO] [stderr]    Compiling cpufeatures v0.3.0
[INFO] [stderr]    Compiling iana-time-zone v0.1.65
[INFO] [stderr]    Compiling chacha20 v0.10.0
[INFO] [stderr]    Compiling chrono v0.4.44
[INFO] [stderr]    Compiling rand v0.10.1
[INFO] [stderr]    Compiling asset-shelf-types v0.1.0 (/opt/rustwide/workdir/crates/core/types)
[INFO] [stderr]    Compiling asset-shelf-models v0.1.0 (/opt/rustwide/workdir/crates/core/models)
[INFO] [stdout] warning: unused macro definition: `patch_model`
[INFO] [stdout]   --> crates/core/models/src/macros.rs:28:14
[INFO] [stdout]    |
[INFO] [stdout] 28 | macro_rules! patch_model {
[INFO] [stdout]    |              ^^^^^^^^^^^
[INFO] [stdout]    |
[INFO] [stdout]    = note: `#[warn(unused_macros)]` (part of `#[warn(unused)]`) on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stderr]     Finished `dev` profile [unoptimized + debuginfo] target(s) in 3.40s
[INFO] running `Command { std: "docker" "inspect" "fc850992a43ff4542f22ab05a00a166d6fc562377e47942de9cfaa07403805fc", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "exec" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=warn" "-e" "RUSTDOCFLAGS=--cap-lints=warn" "-w" "/opt/rustwide/workdir" "--user" "0:0" "fc850992a43ff4542f22ab05a00a166d6fc562377e47942de9cfaa07403805fc" "/opt/rustwide/cargo-home/bin/cargo" "+1.98.0-beta.1" "test" "--frozen" "--no-run" "--message-format=json", kill_on_drop: false }`
[INFO] [stderr]    Compiling asset-shelf-types v0.1.0 (/opt/rustwide/workdir/crates/core/types)
[INFO] [stderr]    Compiling asset-shelf-models v0.1.0 (/opt/rustwide/workdir/crates/core/models)
[INFO] [stdout] warning: unused macro definition: `patch_model`
[INFO] [stdout]   --> crates/core/models/src/macros.rs:28:14
[INFO] [stdout]    |
[INFO] [stdout] 28 | macro_rules! patch_model {
[INFO] [stdout]    |              ^^^^^^^^^^^
[INFO] [stdout]    |
[INFO] [stdout]    = note: `#[warn(unused_macros)]` (part of `#[warn(unused)]`) on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused macro definition: `patch_model`
[INFO] [stdout]   --> crates/core/models/src/macros.rs:28:14
[INFO] [stdout]    |
[INFO] [stdout] 28 | macro_rules! patch_model {
[INFO] [stdout]    |              ^^^^^^^^^^^
[INFO] [stdout]    |
[INFO] [stdout]    = note: `#[warn(unused_macros)]` (part of `#[warn(unused)]`) on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stderr]     Finished `test` profile [unoptimized + debuginfo] target(s) in 0.47s
[INFO] running `Command { std: "docker" "inspect" "fc850992a43ff4542f22ab05a00a166d6fc562377e47942de9cfaa07403805fc", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "exec" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=warn" "-e" "RUSTDOCFLAGS=--cap-lints=warn" "-w" "/opt/rustwide/workdir" "--user" "0:0" "fc850992a43ff4542f22ab05a00a166d6fc562377e47942de9cfaa07403805fc" "/opt/rustwide/cargo-home/bin/cargo" "+1.98.0-beta.1" "test" "--frozen", kill_on_drop: false }`
[INFO] [stderr] warning: unused macro definition: `patch_model`
[INFO] [stderr]   --> crates/core/models/src/macros.rs:28:14
[INFO] [stderr]    |
[INFO] [stderr] 28 | macro_rules! patch_model {
[INFO] [stderr]    |              ^^^^^^^^^^^
[INFO] [stderr]    |
[INFO] [stderr]    = note: `#[warn(unused_macros)]` (part of `#[warn(unused)]`) on by default
[INFO] [stderr] 
[INFO] [stderr] warning: `asset-shelf-models` (lib) generated 1 warning
[INFO] [stderr] warning: `asset-shelf-models` (lib test) generated 1 warning (1 duplicate)
[INFO] [stderr]     Finished `test` profile [unoptimized + debuginfo] target(s) in 0.12s
[INFO] [stderr]      Running unittests src/lib.rs (/opt/rustwide/target/debug/deps/asset_shelf_models-1f9cd720782e05b1)
[INFO] [stdout] 
[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] [stderr]      Running unittests src/lib.rs (/opt/rustwide/target/debug/deps/asset_shelf_types-dcc4a663c1e612d1)
[INFO] [stdout] 
[INFO] [stdout] running 1 test
[INFO] [stdout] test patch::tests::none_from_empty_string ... ok
[INFO] [stdout] 
[INFO] [stdout] test result: ok. 1 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
[INFO] [stdout] 
[INFO] [stderr]    Doc-tests asset_shelf_models
[INFO] [stdout] 
[INFO] [stdout] running 1 test
[INFO] [stdout] test crates/core/models/src/macros.rs - macros::patch_model (line 5) - compile ... FAILED
[INFO] [stdout] 
[INFO] [stdout] failures:
[INFO] [stdout] 
[INFO] [stdout] ---- crates/core/models/src/macros.rs - macros::patch_model (line 5) stdout ----
[INFO] [stdout] error: expected `;`, found `patch`
[INFO] [stdout]   --> crates/core/models/src/macros.rs:19:32
[INFO] [stdout]    |
[INFO] [stdout] 19 | let mut patch = NewPatch::new()
[INFO] [stdout]    |                                ^ help: add `;` here
[INFO] [stdout] ...
[INFO] [stdout] 22 | patch = patch.score(42);
[INFO] [stdout]    | ----- unexpected token
[INFO] [stdout] 
[INFO] [stdout] error: cannot find macro `patch_model` in this scope
[INFO] [stdout]  --> crates/core/models/src/macros.rs:6:1
[INFO] [stdout]   |
[INFO] [stdout] 6 | patch_model! {
[INFO] [stdout]   | ^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] error[E0425]: cannot find type `PatchField` in this scope
[INFO] [stdout]   --> crates/core/models/src/macros.rs:14:16
[INFO] [stdout]    |
[INFO] [stdout] 14 |     pub title: PatchField<Option<String>>,
[INFO] [stdout]    |                ^^^^^^^^^^ not found in this scope
[INFO] [stdout] 
[INFO] [stdout] error[E0425]: cannot find type `PatchField` in this scope
[INFO] [stdout]   --> crates/core/models/src/macros.rs:15:16
[INFO] [stdout]    |
[INFO] [stdout] 15 |     pub score: PatchField<u16>
[INFO] [stdout]    |                ^^^^^^^^^^ not found in this scope
[INFO] [stdout] 
[INFO] [stdout] error[E0425]: cannot find value `qb` in this scope
[INFO] [stdout]   --> crates/core/models/src/macros.rs:26:22
[INFO] [stdout]    |
[INFO] [stdout] 26 | patch.apply_sql(&mut qb);
[INFO] [stdout]    |                      ^^ not found in this scope
[INFO] [stdout] 
[INFO] [stdout] error[E0599]: no associated function or constant named `new` found for struct `NewPatch` in the current scope
[INFO] [stdout]   --> crates/core/models/src/macros.rs:19:27
[INFO] [stdout]    |
[INFO] [stdout] 13 | pub struct NewPatch {
[INFO] [stdout]    | ------------------- associated function or constant `new` not found for this struct
[INFO] [stdout] ...
[INFO] [stdout] 19 | let mut patch = NewPatch::new()
[INFO] [stdout]    |                           ^^^ associated function or constant not found in `NewPatch`
[INFO] [stdout]    |
[INFO] [stdout]    = help: items from traits can only be used if the trait is implemented and in scope
[INFO] [stdout]    = note: the following trait defines an item `new`, perhaps you need to implement it:
[INFO] [stdout]            candidate #1: `rand::distr::uniform::UniformSampler`
[INFO] [stdout] 
[INFO] [stdout] error: aborting due to 6 previous errors
[INFO] [stdout] 
[INFO] [stdout] Some errors have detailed explanations: E0425, E0599.
[INFO] [stdout] For more information about an error, try `rustc --explain E0425`.
[INFO] [stdout] Couldn't compile the test.
[INFO] [stdout] 
[INFO] [stdout] failures:
[INFO] [stdout]     crates/core/models/src/macros.rs - macros::patch_model (line 5)
[INFO] [stdout] 
[INFO] [stdout] test result: FAILED. 0 passed; 1 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.11s
[INFO] [stdout] 
[INFO] [stdout] all doctests ran in 0.32s; merged doctests compilation took 0.21s
[INFO] [stderr] error: doctest failed, to rerun pass `-p asset-shelf-models --doc`
[INFO] running `Command { std: "docker" "inspect" "fc850992a43ff4542f22ab05a00a166d6fc562377e47942de9cfaa07403805fc", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "fc850992a43ff4542f22ab05a00a166d6fc562377e47942de9cfaa07403805fc", kill_on_drop: false }`
[INFO] [stdout] fc850992a43ff4542f22ab05a00a166d6fc562377e47942de9cfaa07403805fc
