[INFO] cloning repository https://github.com/EstebanBorai/rust-patterns-ddd [INFO] running `Command { std: "git" "-c" "credential.helper=" "-c" "credential.helper=/workspace/cargo-home/bin/git-credential-null" "clone" "--bare" "https://github.com/EstebanBorai/rust-patterns-ddd" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2FEstebanBorai%2Frust-patterns-ddd", kill_on_drop: false }` [INFO] [stderr] Cloning into bare repository '/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2FEstebanBorai%2Frust-patterns-ddd'... [INFO] running `Command { std: "git" "rev-parse" "HEAD", kill_on_drop: false }` [INFO] [stdout] 0ea347693e9e38525b985a8680b94fd19b60a64f [INFO] testing EstebanBorai/rust-patterns-ddd against beta-2021-01-01 for beta-1.50-1 [INFO] running `Command { std: "git" "clone" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2FEstebanBorai%2Frust-patterns-ddd" "/workspace/builds/worker-5/source", kill_on_drop: false }` [INFO] [stderr] Cloning into '/workspace/builds/worker-5/source'... [INFO] [stderr] done. [INFO] validating manifest of git repo https://github.com/EstebanBorai/rust-patterns-ddd on toolchain beta-2021-01-01 [INFO] running `Command { std: "/workspace/cargo-home/bin/cargo" "+beta-2021-01-01" "read-manifest" "--manifest-path" "Cargo.toml", kill_on_drop: false }` [INFO] started tweaking git repo https://github.com/EstebanBorai/rust-patterns-ddd [INFO] finished tweaking git repo https://github.com/EstebanBorai/rust-patterns-ddd [INFO] tweaked toml for git repo https://github.com/EstebanBorai/rust-patterns-ddd written to /workspace/builds/worker-5/source/Cargo.toml [INFO] crate git repo https://github.com/EstebanBorai/rust-patterns-ddd already has a lockfile, it will not be regenerated [INFO] running `Command { std: "/workspace/cargo-home/bin/cargo" "+beta-2021-01-01" "fetch" "--locked" "--manifest-path" "Cargo.toml", kill_on_drop: false }` [INFO] [stderr] Blocking waiting for file lock on package cache [INFO] [stderr] error: the lock file /workspace/builds/worker-5/source/Cargo.lock needs to be updated but --locked was passed to prevent this [INFO] [stderr] If you want to try to generate the lock file without accessing the network, use the --offline flag. [INFO] the lockfile is outdated, regenerating it [INFO] running `Command { std: "/workspace/cargo-home/bin/cargo" "+beta-2021-01-01" "generate-lockfile" "--manifest-path" "Cargo.toml" "-Zno-index-update", kill_on_drop: false }` [INFO] running `Command { std: "/workspace/cargo-home/bin/cargo" "+beta-2021-01-01" "fetch" "--locked" "--manifest-path" "Cargo.toml", kill_on_drop: false }` [INFO] [stderr] Blocking waiting for file lock on package cache [INFO] [stderr] Downloading crates ... [INFO] [stderr] Downloaded atoi v0.4.0 [INFO] [stderr] Downloaded crossbeam-queue v0.3.1 [INFO] [stderr] Downloaded async_once v0.2.1 [INFO] [stderr] Downloaded sqlx-core v0.4.2 [INFO] [stderr] Downloaded sqlx-macros v0.4.2 [INFO] [stderr] Downloaded sqlx v0.4.2 [INFO] [stderr] Downloaded whoami v1.0.3 [INFO] [stderr] Downloaded sqlformat v0.1.5 [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-5/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-5/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" "rustops/crates-build-env@sha256:b8eeb62f26c39b23691079a6cb6de528d8e88b4d71a8f6b1d30f8ba7d9c16de9" "/opt/rustwide/cargo-home/bin/cargo" "+beta-2021-01-01" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }` [INFO] [stderr] WARNING: Your kernel does not support swap limit capabilities or the cgroup is not mounted. Memory limited without swap. [INFO] [stdout] f1d886ae5863017807c1df4d9fbd2b5cdbf3f5218a4431adf9d1b87743e7b0f9 [INFO] running `Command { std: "docker" "start" "-a" "f1d886ae5863017807c1df4d9fbd2b5cdbf3f5218a4431adf9d1b87743e7b0f9", kill_on_drop: false }` [INFO] running `Command { std: "docker" "inspect" "f1d886ae5863017807c1df4d9fbd2b5cdbf3f5218a4431adf9d1b87743e7b0f9", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "f1d886ae5863017807c1df4d9fbd2b5cdbf3f5218a4431adf9d1b87743e7b0f9", kill_on_drop: false }` [INFO] [stdout] f1d886ae5863017807c1df4d9fbd2b5cdbf3f5218a4431adf9d1b87743e7b0f9 [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-5/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-5/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=warn" "-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" "rustops/crates-build-env@sha256:b8eeb62f26c39b23691079a6cb6de528d8e88b4d71a8f6b1d30f8ba7d9c16de9" "/opt/rustwide/cargo-home/bin/cargo" "+beta-2021-01-01" "build" "--frozen" "--message-format=json", kill_on_drop: false }` [INFO] [stdout] 3cc38df45b0114f36fbba4634d911169a47d1d16d4fc3134ee18c914c87ccc12 [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" "3cc38df45b0114f36fbba4634d911169a47d1d16d4fc3134ee18c914c87ccc12", kill_on_drop: false }` [INFO] [stderr] Compiling syn v1.0.57 [INFO] [stderr] Compiling ahash v0.4.7 [INFO] [stderr] Compiling serde_json v1.0.61 [INFO] [stderr] Compiling funty v1.1.0 [INFO] [stderr] Compiling getrandom v0.2.1 [INFO] [stderr] Compiling pin-project-lite v0.2.1 [INFO] [stderr] Compiling unicode_categories v0.1.1 [INFO] [stderr] Compiling whoami v1.0.3 [INFO] [stderr] Compiling unicode-segmentation v1.7.1 [INFO] [stderr] Compiling urlencoding v1.1.1 [INFO] [stderr] Compiling async_once v0.2.1 [INFO] [stderr] Compiling crossbeam-utils v0.8.1 [INFO] [stderr] Compiling ahash v0.6.2 [INFO] [stderr] Compiling headers-core v0.2.0 [INFO] [stderr] Compiling pest_meta v2.1.3 [INFO] [stderr] Compiling getrandom v0.1.16 [INFO] [stderr] Compiling parking_lot_core v0.8.2 [INFO] [stderr] Compiling rand_os v0.1.3 [INFO] [stderr] Compiling buf_redux v0.8.4 [INFO] [stderr] Compiling twoway v0.1.8 [INFO] [stderr] Compiling atty v0.2.14 [INFO] [stderr] Compiling ring v0.16.19 [INFO] [stderr] Compiling lexical-core v0.7.4 [INFO] [stderr] Compiling mio v0.6.23 [INFO] [stderr] Compiling tracing v0.1.22 [INFO] [stderr] Compiling rand_core v0.5.1 [INFO] [stderr] Compiling hashbrown v0.9.1 [INFO] [stderr] Compiling crypto-mac v0.10.0 [INFO] [stderr] Compiling atoi v0.4.0 [INFO] [stderr] Compiling rand v0.6.5 [INFO] [stderr] Compiling parking_lot v0.11.1 [INFO] [stderr] Compiling env_logger v0.8.2 [INFO] [stderr] Compiling bitvec v0.19.4 [INFO] [stderr] Compiling md-5 v0.9.1 [INFO] [stderr] Compiling heck v0.3.2 [INFO] [stderr] Compiling hmac v0.10.1 [INFO] [stderr] Compiling rand_chacha v0.2.2 [INFO] [stderr] Compiling headers v0.3.2 [INFO] [stderr] Compiling indexmap v1.6.1 [INFO] [stderr] Compiling hashlink v0.6.0 [INFO] [stderr] Compiling mio-uds v0.6.8 [INFO] [stderr] Compiling rand v0.7.3 [INFO] [stderr] Compiling crossbeam-channel v0.5.0 [INFO] [stderr] Compiling crossbeam-queue v0.3.1 [INFO] [stderr] Compiling webpki v0.21.4 [INFO] [stderr] Compiling sct v0.6.0 [INFO] [stderr] Compiling rustls v0.18.1 [INFO] [stderr] Compiling webpki-roots v0.21.0 [INFO] [stderr] Compiling tungstenite v0.11.1 [INFO] [stderr] Compiling tempfile v3.1.0 [INFO] [stderr] Compiling multipart v0.17.0 [INFO] [stderr] Compiling nom v6.0.1 [INFO] [stderr] Compiling pest_generator v2.1.3 [INFO] [stderr] Compiling sqlformat v0.1.5 [INFO] [stderr] Compiling tokio-macros v0.2.6 [INFO] [stderr] Compiling pin-project-internal v1.0.3 [INFO] [stderr] Compiling serde_derive v1.0.118 [INFO] [stderr] Compiling futures-macro v0.3.8 [INFO] [stderr] Compiling pin-project-internal v0.4.27 [INFO] [stderr] Compiling pest_derive v2.1.0 [INFO] [stderr] Compiling thiserror-impl v1.0.23 [INFO] [stderr] Compiling async-trait v0.1.42 [INFO] [stderr] Compiling tokio v0.2.24 [INFO] [stderr] Compiling semver-parser v0.10.0 [INFO] [stderr] Compiling thiserror v1.0.23 [INFO] [stderr] Compiling pin-project v0.4.27 [INFO] [stderr] Compiling pin-project v1.0.3 [INFO] [stderr] Compiling tracing-futures v0.2.4 [INFO] [stderr] Compiling futures-util v0.3.8 [INFO] [stderr] Compiling serde v1.0.118 [INFO] [stderr] Compiling tokio-rustls v0.14.1 [INFO] [stderr] Compiling tokio-util v0.3.1 [INFO] [stderr] Compiling sqlx-rt v0.2.0 [INFO] [stderr] Compiling futures-executor v0.3.8 [INFO] [stderr] Compiling h2 v0.2.7 [INFO] [stderr] Compiling tokio-tungstenite v0.11.0 [INFO] [stderr] Compiling futures v0.3.8 [INFO] [stderr] Compiling semver v0.11.0 [INFO] [stderr] Compiling uuid v0.8.1 [INFO] [stderr] Compiling serde_urlencoded v0.6.1 [INFO] [stderr] Compiling sqlx-core v0.4.2 [INFO] [stderr] Compiling hyper v0.13.9 [INFO] [stderr] Compiling cargo_metadata v0.12.1 [INFO] [stderr] Compiling warp v0.2.5 [INFO] [stderr] Compiling sqlx-macros v0.4.2 [INFO] [stderr] Compiling sqlx v0.4.2 [INFO] [stderr] Compiling rust-patterns-ddd v0.1.0 (/opt/rustwide/workdir) [INFO] [stdout] warning: associated function is never used: `find_one` [INFO] [stdout] --> src/application/services/domain/user/service.rs:36:18 [INFO] [stdout] | [INFO] [stdout] 36 | pub async fn find_one(&self, id: &Uuid) -> Result { [INFO] [stdout] | ^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(dead_code)]` on by default [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: associated function is never used: `update` [INFO] [stdout] --> src/application/services/domain/user/service.rs:40:18 [INFO] [stdout] | [INFO] [stdout] 40 | pub async fn update(&self, id: &Uuid, user: dto::NewUserDTO) -> Result { [INFO] [stdout] | ^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: function is never used: `ping` [INFO] [stdout] --> src/infrastructure/database.rs:31:14 [INFO] [stdout] | [INFO] [stdout] 31 | pub async fn ping() -> Result<()> { [INFO] [stdout] | ^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: 3 warnings emitted [INFO] [stdout] [INFO] [stdout] [INFO] [stderr] Finished dev [unoptimized + debuginfo] target(s) in 3m 40s [INFO] running `Command { std: "docker" "inspect" "3cc38df45b0114f36fbba4634d911169a47d1d16d4fc3134ee18c914c87ccc12", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "3cc38df45b0114f36fbba4634d911169a47d1d16d4fc3134ee18c914c87ccc12", kill_on_drop: false }` [INFO] [stdout] 3cc38df45b0114f36fbba4634d911169a47d1d16d4fc3134ee18c914c87ccc12 [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-5/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-5/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=warn" "-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" "rustops/crates-build-env@sha256:b8eeb62f26c39b23691079a6cb6de528d8e88b4d71a8f6b1d30f8ba7d9c16de9" "/opt/rustwide/cargo-home/bin/cargo" "+beta-2021-01-01" "test" "--frozen" "--no-run" "--message-format=json", kill_on_drop: false }` [INFO] [stdout] faeb29e487f5fd74704e5e016a03a0bf97a7ccde4f01344b1ed4ab198fb95ba9 [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" "faeb29e487f5fd74704e5e016a03a0bf97a7ccde4f01344b1ed4ab198fb95ba9", kill_on_drop: false }` [INFO] [stderr] Compiling rust-patterns-ddd v0.1.0 (/opt/rustwide/workdir) [INFO] [stdout] warning: associated function is never used: `find_one` [INFO] [stdout] --> src/application/services/domain/user/service.rs:36:18 [INFO] [stdout] | [INFO] [stdout] 36 | pub async fn find_one(&self, id: &Uuid) -> Result { [INFO] [stdout] | ^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(dead_code)]` on by default [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: associated function is never used: `update` [INFO] [stdout] --> src/application/services/domain/user/service.rs:40:18 [INFO] [stdout] | [INFO] [stdout] 40 | pub async fn update(&self, id: &Uuid, user: dto::NewUserDTO) -> Result { [INFO] [stdout] | ^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: function is never used: `ping` [INFO] [stdout] --> src/infrastructure/database.rs:31:14 [INFO] [stdout] | [INFO] [stdout] 31 | pub async fn ping() -> Result<()> { [INFO] [stdout] | ^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: 3 warnings emitted [INFO] [stdout] [INFO] [stdout] [INFO] [stderr] Finished test [unoptimized + debuginfo] target(s) in 6.57s [INFO] running `Command { std: "docker" "inspect" "faeb29e487f5fd74704e5e016a03a0bf97a7ccde4f01344b1ed4ab198fb95ba9", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "faeb29e487f5fd74704e5e016a03a0bf97a7ccde4f01344b1ed4ab198fb95ba9", kill_on_drop: false }` [INFO] [stdout] faeb29e487f5fd74704e5e016a03a0bf97a7ccde4f01344b1ed4ab198fb95ba9 [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-5/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-5/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=warn" "-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" "rustops/crates-build-env@sha256:b8eeb62f26c39b23691079a6cb6de528d8e88b4d71a8f6b1d30f8ba7d9c16de9" "/opt/rustwide/cargo-home/bin/cargo" "+beta-2021-01-01" "test" "--frozen", kill_on_drop: false }` [INFO] [stderr] WARNING: Your kernel does not support swap limit capabilities or the cgroup is not mounted. Memory limited without swap. [INFO] [stdout] 9afa7a5797b20958ee30d11a3defedac236d295eadc93a2a12eb5675ad8f9dbf [INFO] running `Command { std: "docker" "start" "-a" "9afa7a5797b20958ee30d11a3defedac236d295eadc93a2a12eb5675ad8f9dbf", kill_on_drop: false }` [INFO] [stderr] Blocking waiting for file lock on package cache [INFO] [stderr] warning: associated function is never used: `find_one` [INFO] [stderr] --> src/application/services/domain/user/service.rs:36:18 [INFO] [stderr] | [INFO] [stderr] 36 | pub async fn find_one(&self, id: &Uuid) -> Result { [INFO] [stderr] | ^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] = note: `#[warn(dead_code)]` on by default [INFO] [stderr] [INFO] [stderr] warning: associated function is never used: `update` [INFO] [stderr] --> src/application/services/domain/user/service.rs:40:18 [INFO] [stderr] | [INFO] [stderr] 40 | pub async fn update(&self, id: &Uuid, user: dto::NewUserDTO) -> Result { [INFO] [stderr] | ^^^^^^ [INFO] [stderr] [INFO] [stderr] warning: function is never used: `ping` [INFO] [stderr] --> src/infrastructure/database.rs:31:14 [INFO] [stderr] | [INFO] [stderr] 31 | pub async fn ping() -> Result<()> { [INFO] [stderr] | ^^^^ [INFO] [stderr] [INFO] [stderr] warning: 3 warnings emitted [INFO] [stderr] [INFO] [stderr] Finished test [unoptimized + debuginfo] target(s) in 0.88s [INFO] [stderr] Running /opt/rustwide/target/debug/deps/rust_patterns_ddd-2079aab7f3a3c918 [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] running `Command { std: "docker" "inspect" "9afa7a5797b20958ee30d11a3defedac236d295eadc93a2a12eb5675ad8f9dbf", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "9afa7a5797b20958ee30d11a3defedac236d295eadc93a2a12eb5675ad8f9dbf", kill_on_drop: false }` [INFO] [stdout] 9afa7a5797b20958ee30d11a3defedac236d295eadc93a2a12eb5675ad8f9dbf