[INFO] cloning repository https://github.com/rnp0728/learning_rust [INFO] running `Command { std: "git" "-c" "credential.helper=" "-c" "credential.helper=/workspace/cargo-home/bin/git-credential-null" "clone" "--bare" "https://github.com/rnp0728/learning_rust" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Frnp0728%2Flearning_rust", kill_on_drop: false }` [INFO] [stderr] Cloning into bare repository '/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Frnp0728%2Flearning_rust'... [INFO] running `Command { std: "git" "rev-parse" "HEAD", kill_on_drop: false }` [INFO] [stdout] 721b1891613daa7bbd6b0429398dc9f1b96cf8ce [INFO] checking rnp0728/learning_rust against master#385fa9d845dd326c6bbfd58c22244215e431948a for absurd-question-mark-desugar [INFO] running `Command { std: "git" "clone" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Frnp0728%2Flearning_rust" "/workspace/builds/worker-0-tc1/source", kill_on_drop: false }` [INFO] [stderr] Cloning into '/workspace/builds/worker-0-tc1/source'... [INFO] [stderr] done. [INFO] validating manifest of git repo https://github.com/rnp0728/learning_rust on toolchain 385fa9d845dd326c6bbfd58c22244215e431948a [INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+385fa9d845dd326c6bbfd58c22244215e431948a" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }` [INFO] started tweaking git repo https://github.com/rnp0728/learning_rust [INFO] finished tweaking git repo https://github.com/rnp0728/learning_rust [INFO] tweaked toml for git repo https://github.com/rnp0728/learning_rust written to /workspace/builds/worker-0-tc1/source/Cargo.toml [INFO] crate git repo https://github.com/rnp0728/learning_rust 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" "+385fa9d845dd326c6bbfd58c22244215e431948a" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }` [INFO] [stderr] Blocking waiting for file lock on package cache [INFO] [stderr] Updating crates.io index [INFO] [stderr] Blocking waiting for file lock on package cache [INFO] [stderr] Downloading crates ... [INFO] [stderr] Downloaded logger v0.4.0 [INFO] [stderr] Downloaded actix v0.13.1 [INFO] [stderr] Downloaded iron v0.6.1 [INFO] [stderr] Downloaded bson v2.8.1 [INFO] [stderr] Downloaded mongodb v2.8.0 [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-0-tc1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-0-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:2788e3201cd34a07e3172128adcd8b3090168a8e3bcc40d7c032b9dda1df7d1c" "/opt/rustwide/cargo-home/bin/cargo" "+385fa9d845dd326c6bbfd58c22244215e431948a" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }` [INFO] [stdout] 2353245a92e1a6d924d648221fd4897f7d3c48ad55122b291999ade5b6ece558 [INFO] running `Command { std: "docker" "start" "-a" "2353245a92e1a6d924d648221fd4897f7d3c48ad55122b291999ade5b6ece558", kill_on_drop: false }` [INFO] running `Command { std: "docker" "inspect" "2353245a92e1a6d924d648221fd4897f7d3c48ad55122b291999ade5b6ece558", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "2353245a92e1a6d924d648221fd4897f7d3c48ad55122b291999ade5b6ece558", kill_on_drop: false }` [INFO] [stdout] 2353245a92e1a6d924d648221fd4897f7d3c48ad55122b291999ade5b6ece558 [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-0-tc1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-0-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:2788e3201cd34a07e3172128adcd8b3090168a8e3bcc40d7c032b9dda1df7d1c" "/opt/rustwide/cargo-home/bin/cargo" "+385fa9d845dd326c6bbfd58c22244215e431948a" "check" "--frozen" "--all" "--all-targets" "--message-format=json", kill_on_drop: false }` [INFO] [stdout] 3b1f60100caa2c63bc25d5c599f1d9c2e5f72823b5efa03b01b9451c3ab42362 [INFO] running `Command { std: "docker" "start" "-a" "3b1f60100caa2c63bc25d5c599f1d9c2e5f72823b5efa03b01b9451c3ab42362", kill_on_drop: false }` [INFO] [stderr] Compiling libc v0.2.151 [INFO] [stderr] Compiling proc-macro2 v1.0.76 [INFO] [stderr] Compiling autocfg v0.1.8 [INFO] [stderr] Compiling rand_core v0.4.2 [INFO] [stderr] Compiling syn v1.0.109 [INFO] [stderr] Compiling unicase v1.4.2 [INFO] [stderr] Checking futures-io v0.3.30 [INFO] [stderr] Checking unicode-bidi v0.3.14 [INFO] [stderr] Checking futures-channel v0.3.30 [INFO] [stderr] Compiling rand_pcg v0.1.2 [INFO] [stderr] Compiling rand_core v0.3.1 [INFO] [stderr] Compiling rand_chacha v0.1.1 [INFO] [stderr] Checking subtle v2.5.0 [INFO] [stderr] Checking digest v0.10.7 [INFO] [stderr] Compiling rand v0.6.5 [INFO] [stderr] Compiling siphasher v0.2.3 [INFO] [stderr] Compiling rand_isaac v0.1.1 [INFO] [stderr] Compiling rand_xorshift v0.1.1 [INFO] [stderr] Compiling rand_hc v0.1.0 [INFO] [stderr] Compiling phf_shared v0.7.24 [INFO] [stderr] Compiling rand_jitter v0.1.4 [INFO] [stderr] Compiling pkg-config v0.3.28 [INFO] [stderr] Compiling ident_case v1.0.1 [INFO] [stderr] Compiling strsim v0.10.0 [INFO] [stderr] Compiling memchr v2.7.1 [INFO] [stderr] Checking traitobject v0.1.0 [INFO] [stderr] Compiling semver-parser v0.7.0 [INFO] [stderr] Checking spin v0.9.8 [INFO] [stderr] Checking bitflags v2.4.1 [INFO] [stderr] Compiling quote v1.0.35 [INFO] [stderr] Checking num_cpus v1.16.0 [INFO] [stderr] Checking getrandom v0.2.11 [INFO] [stderr] Checking parking_lot_core v0.9.9 [INFO] [stderr] Compiling jobserver v0.1.27 [INFO] [stderr] Checking socket2 v0.5.5 [INFO] [stderr] Compiling syn v2.0.48 [INFO] [stderr] Checking signal-hook-registry v1.4.1 [INFO] [stderr] Checking parking_lot v0.12.1 [INFO] [stderr] Checking mio v0.8.10 [INFO] [stderr] Checking rand_core v0.6.4 [INFO] [stderr] Compiling cc v1.0.83 [INFO] [stderr] Compiling rand_os v0.1.3 [INFO] [stderr] Checking rand_chacha v0.3.1 [INFO] [stderr] Compiling aho-corasick v1.1.2 [INFO] [stderr] Compiling semver v0.9.0 [INFO] [stderr] Compiling time-macros v0.2.16 [INFO] [stderr] Checking rand v0.8.5 [INFO] [stderr] Compiling phf v0.7.24 [INFO] [stderr] Checking idna v0.5.0 [INFO] [stderr] Compiling phf_generator v0.7.24 [INFO] [stderr] Compiling phf_codegen v0.7.24 [INFO] [stderr] Checking log v0.3.9 [INFO] [stderr] Compiling radium v0.7.0 [INFO] [stderr] Compiling serde_json v1.0.111 [INFO] [stderr] Compiling serde v1.0.195 [INFO] [stderr] Compiling regex-automata v0.4.3 [INFO] [stderr] Compiling ring v0.17.7 [INFO] [stderr] Compiling zstd-sys v2.0.9+zstd.1.5.5 [INFO] [stderr] Checking time v0.3.31 [INFO] [stderr] Checking ahash v0.8.7 [INFO] [stderr] Checking mime v0.2.6 [INFO] [stderr] Compiling mime_guess v1.8.8 [INFO] [stderr] Checking url v2.5.0 [INFO] [stderr] Compiling rustc_version v0.2.3 [INFO] [stderr] Checking unsafe-any v0.4.2 [INFO] [stderr] Checking idna v0.1.5 [INFO] [stderr] Compiling num-traits v0.2.17 [INFO] [stderr] Checking base64 v0.21.5 [INFO] [stderr] Compiling rustix v0.38.28 [INFO] [stderr] Checking match_cfg v0.1.0 [INFO] [stderr] Checking tap v1.0.1 [INFO] [stderr] Checking safemem v0.3.3 [INFO] [stderr] Compiling darling_core v0.13.4 [INFO] [stderr] Compiling rustls v0.21.10 [INFO] [stderr] Compiling crossbeam-utils v0.8.18 [INFO] [stderr] Checking url v1.7.2 [INFO] [stderr] Checking base64 v0.9.3 [INFO] [stderr] Compiling regex v1.10.2 [INFO] [stderr] Checking wyz v0.5.1 [INFO] [stderr] Checking hostname v0.3.1 [INFO] [stderr] Checking typemap v0.3.3 [INFO] [stderr] Compiling rustc_version_runtime v0.2.1 [INFO] [stderr] Checking time v0.1.45 [INFO] [stderr] Checking idna v0.2.3 [INFO] [stderr] Checking typeable v0.1.2 [INFO] [stderr] Checking linux-raw-sys v0.4.12 [INFO] [stderr] Checking linked-hash-map v0.5.6 [INFO] [stderr] Checking language-tags v0.2.2 [INFO] [stderr] Checking funty v2.0.0 [INFO] [stderr] Checking resolv-conf v0.7.0 [INFO] [stderr] Checking hyper v0.10.16 [INFO] [stderr] Compiling tokio-macros v2.2.0 [INFO] [stderr] Compiling futures-macro v0.3.30 [INFO] [stderr] Compiling serde_derive v1.0.195 [INFO] [stderr] Compiling thiserror-impl v1.0.56 [INFO] [stderr] Compiling enum-as-inner v0.4.0 [INFO] [stderr] Compiling darling_macro v0.13.4 [INFO] [stderr] Checking tokio v1.35.1 [INFO] [stderr] Compiling derive_more v0.99.17 [INFO] [stderr] Checking futures-util v0.3.30 [INFO] [stderr] Compiling darling v0.13.4 [INFO] [stderr] Compiling async-trait v0.1.77 [INFO] [stderr] Compiling serde_with_macros v1.5.2 [INFO] [stderr] Checking thiserror v1.0.56 [INFO] [stderr] Checking bitvec v1.0.1 [INFO] [stderr] Compiling actix-router v0.5.2 [INFO] [stderr] Compiling actix-macros v0.2.4 [INFO] [stderr] Checking lru-cache v0.1.2 [INFO] [stderr] Checking plugin v0.2.6 [INFO] [stderr] Checking sha1 v0.10.6 [INFO] [stderr] Checking hex v0.4.3 [INFO] [stderr] Checking modifier v0.1.0 [INFO] [stderr] Checking finl_unicode v1.2.0 [INFO] [stderr] Checking iron v0.6.1 [INFO] [stderr] Checking chrono v0.4.31 [INFO] [stderr] Checking crossbeam-channel v0.5.10 [INFO] [stderr] Checking stringprep v0.1.4 [INFO] [stderr] Compiling actix-web-codegen v4.2.2 [INFO] [stderr] Checking cookie v0.16.2 [INFO] [stderr] Checking tokio-util v0.7.10 [INFO] [stderr] Checking actix-rt v2.9.0 [INFO] [stderr] Checking futures-executor v0.3.30 [INFO] [stderr] Checking trust-dns-proto v0.21.2 [INFO] [stderr] Checking actix-server v2.3.0 [INFO] [stderr] Compiling derivative v2.2.0 [INFO] [stderr] Compiling typed-builder v0.10.0 [INFO] [stderr] Checking is-terminal v0.4.10 [INFO] [stderr] Compiling actix_derive v0.6.1 [INFO] [stderr] Checking rustls-pemfile v1.0.4 [INFO] [stderr] Checking h2 v0.3.22 [INFO] [stderr] Checking actix-codec v0.5.1 [INFO] [stderr] Checking socket2 v0.4.10 [INFO] [stderr] Checking trust-dns-resolver v0.21.2 [INFO] [stderr] Checking sha-1 v0.10.1 [INFO] [stderr] Checking sha2 v0.10.8 [INFO] [stderr] Checking hmac v0.12.1 [INFO] [stderr] Checking pbkdf2 v0.11.0 [INFO] [stderr] Checking md-5 v0.10.6 [INFO] [stderr] Checking webpki-roots v0.25.3 [INFO] [stderr] Checking take_mut v0.2.2 [INFO] [stderr] Checking termcolor v1.4.0 [INFO] [stderr] Checking actix v0.13.1 [INFO] [stderr] Checking futures v0.3.30 [INFO] [stderr] Checking logger v0.4.0 [INFO] [stderr] Checking env_logger v0.10.1 [INFO] [stderr] Checking serde_bytes v0.11.14 [INFO] [stderr] Checking uuid v1.6.1 [INFO] [stderr] Checking serde_urlencoded v0.7.1 [INFO] [stderr] Checking serde_with v1.14.0 [INFO] [stderr] Checking bson v2.8.1 [INFO] [stderr] Checking rustls-webpki v0.101.7 [INFO] [stderr] Checking sct v0.7.1 [INFO] [stderr] Compiling zstd-safe v7.0.0 [INFO] [stderr] Checking zstd v0.13.0 [INFO] [stderr] Checking actix-http v3.5.1 [INFO] [stderr] Checking tokio-rustls v0.24.1 [INFO] [stderr] Checking mongodb v2.8.0 [INFO] [stderr] Checking actix-web v4.4.1 [INFO] [stderr] Checking backend_with_rust v0.1.0 (/opt/rustwide/workdir) [INFO] [stdout] warning: unused import: `deserialize_rfc3339_string_from_bson_datetime` [INFO] [stdout] --> src/models/job.rs:5:110 [INFO] [stdout] | [INFO] [stdout] 5 | ..._id, deserialize_hex_string_from_object_id, deserialize_rfc3339_string_from_bson_datetime}; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(unused_imports)]` on by default [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused import: `deserialize_rfc3339_string_from_bson_datetime` [INFO] [stdout] --> src/models/job.rs:5:110 [INFO] [stdout] | [INFO] [stdout] 5 | ..._id, deserialize_hex_string_from_object_id, deserialize_rfc3339_string_from_bson_datetime}; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(unused_imports)]` on by default [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: 1 warning emitted [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: 1 warning emitted [INFO] [stdout] [INFO] [stdout] [INFO] [stderr] Finished `dev` profile [unoptimized + debuginfo] target(s) in 1m 52s [INFO] [stderr] warning: the following packages contain code that will be rejected by a future version of Rust: traitobject v0.1.0 [INFO] [stderr] note: to see what the problems were, use the option `--future-incompat-report`, or run `cargo report future-incompatibilities --id 4` [INFO] running `Command { std: "docker" "inspect" "3b1f60100caa2c63bc25d5c599f1d9c2e5f72823b5efa03b01b9451c3ab42362", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "3b1f60100caa2c63bc25d5c599f1d9c2e5f72823b5efa03b01b9451c3ab42362", kill_on_drop: false }` [INFO] [stdout] 3b1f60100caa2c63bc25d5c599f1d9c2e5f72823b5efa03b01b9451c3ab42362 [INFO] checking rnp0728/learning_rust against try#645bb72776a6a56a1a8f52631a44bd082b2ba509 for absurd-question-mark-desugar [INFO] running `Command { std: "git" "clone" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Frnp0728%2Flearning_rust" "/workspace/builds/worker-0-tc2/source", kill_on_drop: false }` [INFO] [stderr] Cloning into '/workspace/builds/worker-0-tc2/source'... [INFO] [stderr] done. [INFO] validating manifest of git repo https://github.com/rnp0728/learning_rust on toolchain 645bb72776a6a56a1a8f52631a44bd082b2ba509 [INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+645bb72776a6a56a1a8f52631a44bd082b2ba509" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }` [INFO] started tweaking git repo https://github.com/rnp0728/learning_rust [INFO] finished tweaking git repo https://github.com/rnp0728/learning_rust [INFO] tweaked toml for git repo https://github.com/rnp0728/learning_rust written to /workspace/builds/worker-0-tc2/source/Cargo.toml [INFO] crate git repo https://github.com/rnp0728/learning_rust 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" "+645bb72776a6a56a1a8f52631a44bd082b2ba509" "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:2788e3201cd34a07e3172128adcd8b3090168a8e3bcc40d7c032b9dda1df7d1c" "/opt/rustwide/cargo-home/bin/cargo" "+645bb72776a6a56a1a8f52631a44bd082b2ba509" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }` [INFO] [stdout] e425f1f721123fa1c1a82988b2e2cc4d1f6db46fc22c426053c6360e5abec1d6 [INFO] running `Command { std: "docker" "start" "-a" "e425f1f721123fa1c1a82988b2e2cc4d1f6db46fc22c426053c6360e5abec1d6", kill_on_drop: false }` [INFO] running `Command { std: "docker" "inspect" "e425f1f721123fa1c1a82988b2e2cc4d1f6db46fc22c426053c6360e5abec1d6", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "e425f1f721123fa1c1a82988b2e2cc4d1f6db46fc22c426053c6360e5abec1d6", kill_on_drop: false }` [INFO] [stdout] e425f1f721123fa1c1a82988b2e2cc4d1f6db46fc22c426053c6360e5abec1d6 [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:2788e3201cd34a07e3172128adcd8b3090168a8e3bcc40d7c032b9dda1df7d1c" "/opt/rustwide/cargo-home/bin/cargo" "+645bb72776a6a56a1a8f52631a44bd082b2ba509" "check" "--frozen" "--all" "--all-targets" "--message-format=json", kill_on_drop: false }` [INFO] [stdout] ff97ef3126493eb9582c85fc7e6243f56ec9487aa0fa103d5dac3b1887ab0a19 [INFO] running `Command { std: "docker" "start" "-a" "ff97ef3126493eb9582c85fc7e6243f56ec9487aa0fa103d5dac3b1887ab0a19", kill_on_drop: false }` [INFO] [stderr] Compiling libc v0.2.151 [INFO] [stderr] Compiling proc-macro2 v1.0.76 [INFO] [stderr] Compiling autocfg v0.1.8 [INFO] [stderr] Compiling rand_core v0.4.2 [INFO] [stderr] Compiling syn v1.0.109 [INFO] [stderr] Compiling unicase v1.4.2 [INFO] [stderr] Checking futures-io v0.3.30 [INFO] [stderr] Checking unicode-bidi v0.3.14 [INFO] [stderr] Checking futures-channel v0.3.30 [INFO] [stderr] Compiling rand_chacha v0.1.1 [INFO] [stderr] Compiling rand_core v0.3.1 [INFO] [stderr] Compiling rand_pcg v0.1.2 [INFO] [stderr] Checking subtle v2.5.0 [INFO] [stderr] Checking digest v0.10.7 [INFO] [stderr] Compiling rand v0.6.5 [INFO] [stderr] Compiling siphasher v0.2.3 [INFO] [stderr] Compiling phf_shared v0.7.24 [INFO] [stderr] Compiling rand_hc v0.1.0 [INFO] [stderr] Compiling rand_isaac v0.1.1 [INFO] [stderr] Compiling rand_xorshift v0.1.1 [INFO] [stderr] Compiling rand_jitter v0.1.4 [INFO] [stderr] Compiling pkg-config v0.3.28 [INFO] [stderr] Checking bitflags v2.4.1 [INFO] [stderr] Compiling memchr v2.7.1 [INFO] [stderr] Checking spin v0.9.8 [INFO] [stderr] Compiling semver-parser v0.7.0 [INFO] [stderr] Checking traitobject v0.1.0 [INFO] [stderr] Compiling ident_case v1.0.1 [INFO] [stderr] Compiling strsim v0.10.0 [INFO] [stderr] Compiling quote v1.0.35 [INFO] [stderr] Checking getrandom v0.2.11 [INFO] [stderr] Checking num_cpus v1.16.0 [INFO] [stderr] Compiling syn v2.0.48 [INFO] [stderr] Compiling jobserver v0.1.27 [INFO] [stderr] Checking parking_lot_core v0.9.9 [INFO] [stderr] Checking mio v0.8.10 [INFO] [stderr] Checking signal-hook-registry v1.4.1 [INFO] [stderr] Checking socket2 v0.5.5 [INFO] [stderr] Checking rand_core v0.6.4 [INFO] [stderr] Checking parking_lot v0.12.1 [INFO] [stderr] Compiling cc v1.0.83 [INFO] [stderr] Compiling rand_os v0.1.3 [INFO] [stderr] Checking rand_chacha v0.3.1 [INFO] [stderr] Compiling aho-corasick v1.1.2 [INFO] [stderr] Compiling semver v0.9.0 [INFO] [stderr] Compiling time-macros v0.2.16 [INFO] [stderr] Checking rand v0.8.5 [INFO] [stderr] Compiling phf v0.7.24 [INFO] [stderr] Checking idna v0.5.0 [INFO] [stderr] Checking log v0.3.9 [INFO] [stderr] Compiling phf_generator v0.7.24 [INFO] [stderr] Compiling phf_codegen v0.7.24 [INFO] [stderr] Compiling radium v0.7.0 [INFO] [stderr] Compiling serde v1.0.195 [INFO] [stderr] Compiling serde_json v1.0.111 [INFO] [stderr] Checking ahash v0.8.7 [INFO] [stderr] Compiling regex-automata v0.4.3 [INFO] [stderr] Compiling ring v0.17.7 [INFO] [stderr] Compiling zstd-sys v2.0.9+zstd.1.5.5 [INFO] [stderr] Checking time v0.3.31 [INFO] [stderr] Compiling mime_guess v1.8.8 [INFO] [stderr] Checking mime v0.2.6 [INFO] [stderr] Checking url v2.5.0 [INFO] [stderr] Compiling rustc_version v0.2.3 [INFO] [stderr] Checking unsafe-any v0.4.2 [INFO] [stderr] Checking idna v0.1.5 [INFO] [stderr] Compiling num-traits v0.2.17 [INFO] [stderr] Compiling crossbeam-utils v0.8.18 [INFO] [stderr] Checking tap v1.0.1 [INFO] [stderr] Checking base64 v0.21.5 [INFO] [stderr] Compiling rustls v0.21.10 [INFO] [stderr] Compiling darling_core v0.13.4 [INFO] [stderr] Checking match_cfg v0.1.0 [INFO] [stderr] Checking safemem v0.3.3 [INFO] [stderr] Compiling rustix v0.38.28 [INFO] [stderr] Checking base64 v0.9.3 [INFO] [stderr] Checking hostname v0.3.1 [INFO] [stderr] Checking wyz v0.5.1 [INFO] [stderr] Checking url v1.7.2 [INFO] [stderr] Compiling regex v1.10.2 [INFO] [stderr] Compiling rustc_version_runtime v0.2.1 [INFO] [stderr] Checking typemap v0.3.3 [INFO] [stderr] Checking time v0.1.45 [INFO] [stderr] Checking idna v0.2.3 [INFO] [stderr] Checking funty v2.0.0 [INFO] [stderr] Checking language-tags v0.2.2 [INFO] [stderr] Checking linked-hash-map v0.5.6 [INFO] [stderr] Checking linux-raw-sys v0.4.12 [INFO] [stderr] Checking typeable v0.1.2 [INFO] [stderr] Checking resolv-conf v0.7.0 [INFO] [stderr] Checking hyper v0.10.16 [INFO] [stderr] Checking lru-cache v0.1.2 [INFO] [stderr] Checking bitvec v1.0.1 [INFO] [stderr] Compiling enum-as-inner v0.4.0 [INFO] [stderr] Compiling derive_more v0.99.17 [INFO] [stderr] Checking plugin v0.2.6 [INFO] [stderr] Compiling tokio-macros v2.2.0 [INFO] [stderr] Compiling futures-macro v0.3.30 [INFO] [stderr] Compiling serde_derive v1.0.195 [INFO] [stderr] Compiling darling_macro v0.13.4 [INFO] [stderr] Compiling thiserror-impl v1.0.56 [INFO] [stderr] Checking tokio v1.35.1 [INFO] [stderr] Compiling darling v0.13.4 [INFO] [stderr] Checking futures-util v0.3.30 [INFO] [stderr] Compiling async-trait v0.1.77 [INFO] [stderr] Compiling serde_with_macros v1.5.2 [INFO] [stderr] Compiling actix-router v0.5.2 [INFO] [stderr] Compiling actix-macros v0.2.4 [INFO] [stderr] Checking thiserror v1.0.56 [INFO] [stderr] Checking sha1 v0.10.6 [INFO] [stderr] Checking finl_unicode v1.2.0 [INFO] [stderr] Checking modifier v0.1.0 [INFO] [stderr] Checking hex v0.4.3 [INFO] [stderr] Checking stringprep v0.1.4 [INFO] [stderr] Checking iron v0.6.1 [INFO] [stderr] Checking crossbeam-channel v0.5.10 [INFO] [stderr] Checking chrono v0.4.31 [INFO] [stderr] Compiling actix-web-codegen v4.2.2 [INFO] [stderr] Compiling actix_derive v0.6.1 [INFO] [stderr] Compiling derivative v2.2.0 [INFO] [stderr] Compiling typed-builder v0.10.0 [INFO] [stderr] Checking is-terminal v0.4.10 [INFO] [stderr] Checking cookie v0.16.2 [INFO] [stderr] Checking rustls-pemfile v1.0.4 [INFO] [stderr] Checking socket2 v0.4.10 [INFO] [stderr] Checking sha2 v0.10.8 [INFO] [stderr] Checking futures-executor v0.3.30 [INFO] [stderr] Checking sha-1 v0.10.1 [INFO] [stderr] Checking hmac v0.12.1 [INFO] [stderr] Checking md-5 v0.10.6 [INFO] [stderr] Checking pbkdf2 v0.11.0 [INFO] [stderr] Checking webpki-roots v0.25.3 [INFO] [stderr] Checking take_mut v0.2.2 [INFO] [stderr] Checking termcolor v1.4.0 [INFO] [stderr] Checking futures v0.3.30 [INFO] [stderr] Checking logger v0.4.0 [INFO] [stderr] Checking env_logger v0.10.1 [INFO] [stderr] Checking tokio-util v0.7.10 [INFO] [stderr] Checking actix-rt v2.9.0 [INFO] [stderr] Checking trust-dns-proto v0.21.2 [INFO] [stderr] Checking actix-server v2.3.0 [INFO] [stderr] Checking h2 v0.3.22 [INFO] [stderr] Checking actix-codec v0.5.1 [INFO] [stderr] Checking actix v0.13.1 [INFO] [stderr] Checking trust-dns-resolver v0.21.2 [INFO] [stderr] Checking uuid v1.6.1 [INFO] [stderr] Checking serde_bytes v0.11.14 [INFO] [stderr] Checking serde_with v1.14.0 [INFO] [stderr] Checking serde_urlencoded v0.7.1 [INFO] [stderr] Checking bson v2.8.1 [INFO] [stderr] Checking rustls-webpki v0.101.7 [INFO] [stderr] Checking sct v0.7.1 [INFO] [stderr] Compiling zstd-safe v7.0.0 [INFO] [stderr] Checking zstd v0.13.0 [INFO] [stderr] Checking actix-http v3.5.1 [INFO] [stderr] Checking tokio-rustls v0.24.1 [INFO] [stderr] Checking mongodb v2.8.0 [INFO] [stderr] Checking actix-web v4.4.1 [INFO] [stderr] Checking backend_with_rust v0.1.0 (/opt/rustwide/workdir) [INFO] [stdout] warning: unused import: `deserialize_rfc3339_string_from_bson_datetime` [INFO] [stdout] --> src/models/job.rs:5:110 [INFO] [stdout] | [INFO] [stdout] 5 | ..._id, deserialize_hex_string_from_object_id, deserialize_rfc3339_string_from_bson_datetime}; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(unused_imports)]` on by default [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused import: `deserialize_rfc3339_string_from_bson_datetime` [INFO] [stdout] --> src/models/job.rs:5:110 [INFO] [stdout] | [INFO] [stdout] 5 | ..._id, deserialize_hex_string_from_object_id, deserialize_rfc3339_string_from_bson_datetime}; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(unused_imports)]` on by default [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: 1 warning emitted [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: 1 warning emitted [INFO] [stdout] [INFO] [stdout] [INFO] [stderr] Finished `dev` profile [unoptimized + debuginfo] target(s) in 2m 03s [INFO] [stderr] warning: the following packages contain code that will be rejected by a future version of Rust: traitobject v0.1.0 [INFO] [stderr] note: to see what the problems were, use the option `--future-incompat-report`, or run `cargo report future-incompatibilities --id 4` [INFO] running `Command { std: "docker" "inspect" "ff97ef3126493eb9582c85fc7e6243f56ec9487aa0fa103d5dac3b1887ab0a19", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "ff97ef3126493eb9582c85fc7e6243f56ec9487aa0fa103d5dac3b1887ab0a19", kill_on_drop: false }` [INFO] [stdout] ff97ef3126493eb9582c85fc7e6243f56ec9487aa0fa103d5dac3b1887ab0a19