[INFO] cloning repository https://github.com/yydcnjjw/my-tool [INFO] running `Command { std: "git" "-c" "credential.helper=" "-c" "credential.helper=/workspace/cargo-home/bin/git-credential-null" "clone" "--bare" "https://github.com/yydcnjjw/my-tool" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fyydcnjjw%2Fmy-tool", kill_on_drop: false }` [INFO] [stderr] Cloning into bare repository '/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fyydcnjjw%2Fmy-tool'... [INFO] running `Command { std: "git" "rev-parse" "HEAD", kill_on_drop: false }` [INFO] [stdout] a3fb9c26c264679bb7253302f8c8074246225e9a [INFO] checking yydcnjjw/my-tool against master#936f2600b6c903b04387f74ed5cbce88bb06d243 for pr-91141 [INFO] running `Command { std: "git" "clone" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fyydcnjjw%2Fmy-tool" "/workspace/builds/worker-6/source", kill_on_drop: false }` [INFO] [stderr] Cloning into '/workspace/builds/worker-6/source'... [INFO] [stderr] done. [INFO] validating manifest of git repo https://github.com/yydcnjjw/my-tool on toolchain 936f2600b6c903b04387f74ed5cbce88bb06d243 [INFO] running `Command { std: "/workspace/cargo-home/bin/cargo" "+936f2600b6c903b04387f74ed5cbce88bb06d243" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }` [INFO] started tweaking git repo https://github.com/yydcnjjw/my-tool [INFO] finished tweaking git repo https://github.com/yydcnjjw/my-tool [INFO] tweaked toml for git repo https://github.com/yydcnjjw/my-tool written to /workspace/builds/worker-6/source/Cargo.toml [INFO] crate git repo https://github.com/yydcnjjw/my-tool already has a lockfile, it will not be regenerated [INFO] running `Command { std: "/workspace/cargo-home/bin/cargo" "+936f2600b6c903b04387f74ed5cbce88bb06d243" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }` [INFO] [stderr] Blocking waiting for file lock on package cache [INFO] [stderr] Blocking waiting for file lock on package cache [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-6/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-6/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:5736fa189c1c60b01babf4b8b698fe57b6ecc41933a7ff2e0b8d7a221459412b" "/opt/rustwide/cargo-home/bin/cargo" "+936f2600b6c903b04387f74ed5cbce88bb06d243" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }` [INFO] [stdout] 2144b212b25409e1b002be775eadacdf9b422b255a37bf438a30378fd2af06bd [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" "2144b212b25409e1b002be775eadacdf9b422b255a37bf438a30378fd2af06bd", kill_on_drop: false }` [INFO] running `Command { std: "docker" "inspect" "2144b212b25409e1b002be775eadacdf9b422b255a37bf438a30378fd2af06bd", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "2144b212b25409e1b002be775eadacdf9b422b255a37bf438a30378fd2af06bd", kill_on_drop: false }` [INFO] [stdout] 2144b212b25409e1b002be775eadacdf9b422b255a37bf438a30378fd2af06bd [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-6/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-6/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" "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:5736fa189c1c60b01babf4b8b698fe57b6ecc41933a7ff2e0b8d7a221459412b" "/opt/rustwide/cargo-home/bin/cargo" "+936f2600b6c903b04387f74ed5cbce88bb06d243" "check" "--frozen" "--all" "--all-targets" "--message-format=json", kill_on_drop: false }` [INFO] [stdout] fbfc459ebc9cd459a09f9b8c183f47647457074064bca3fb1fd7581eac59cfac [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" "fbfc459ebc9cd459a09f9b8c183f47647457074064bca3fb1fd7581eac59cfac", kill_on_drop: false }` [INFO] [stderr] Compiling proc-macro2 v1.0.28 [INFO] [stderr] Compiling unicode-xid v0.2.2 [INFO] [stderr] Compiling syn v1.0.76 [INFO] [stderr] Compiling log v0.4.14 [INFO] [stderr] Compiling ryu v1.0.5 [INFO] [stderr] Compiling itoa v0.4.7 [INFO] [stderr] Checking pin-project-lite v0.2.7 [INFO] [stderr] Checking bytes v1.0.1 [INFO] [stderr] Compiling futures-core v0.3.17 [INFO] [stderr] Compiling rustc-demangle v0.1.20 [INFO] [stderr] Checking futures-sink v0.3.17 [INFO] [stderr] Compiling shell-words v0.1.0 [INFO] [stderr] Compiling pathdiff v0.1.0 [INFO] [stderr] Compiling termcolor v1.1.2 [INFO] [stderr] Compiling dunce v1.0.2 [INFO] [stderr] Compiling quick-error v1.2.3 [INFO] [stderr] Compiling futures-channel v0.3.17 [INFO] [stderr] Compiling futures-task v0.3.17 [INFO] [stderr] Compiling proc-macro-nested v0.1.7 [INFO] [stderr] Compiling rand_core v0.4.2 [INFO] [stderr] Checking futures-io v0.3.17 [INFO] [stderr] Checking slab v0.4.3 [INFO] [stderr] Checking pin-utils v0.1.0 [INFO] [stderr] Checking fnv v1.0.7 [INFO] [stderr] Compiling native-tls v0.2.7 [INFO] [stderr] Compiling httparse v1.4.1 [INFO] [stderr] Checking tinyvec_macros v0.1.0 [INFO] [stderr] Compiling siphasher v0.2.3 [INFO] [stderr] Checking openssl-probe v0.1.4 [INFO] [stderr] Checking try-lock v0.2.3 [INFO] [stderr] Compiling encoding_rs v0.8.28 [INFO] [stderr] Checking httpdate v1.0.1 [INFO] [stderr] Checking tower-service v0.3.1 [INFO] [stderr] Compiling anyhow v1.0.43 [INFO] [stderr] Checking ipnet v2.3.1 [INFO] [stderr] Checking base64 v0.13.0 [INFO] [stderr] Checking mime v0.3.16 [INFO] [stderr] Compiling crc32fast v1.2.1 [INFO] [stderr] Checking os_str_bytes v3.1.0 [INFO] [stderr] Checking gimli v0.25.0 [INFO] [stderr] Compiling typenum v1.13.0 [INFO] [stderr] Compiling scratch v1.0.0 [INFO] [stderr] Compiling signal-hook v0.3.10 [INFO] [stderr] Compiling unicode-width v0.1.8 [INFO] [stderr] Compiling cxxbridge-flags v1.0.41 [INFO] [stderr] Checking linked-hash-map v0.5.4 [INFO] [stderr] Checking dtoa v0.4.8 [INFO] [stderr] Checking arc-swap v0.4.8 [INFO] [stderr] Checking boxfnonce v0.1.1 [INFO] [stderr] Compiling miniz_oxide v0.4.4 [INFO] [stderr] Compiling backtrace v0.3.61 [INFO] [stderr] Compiling ahash v0.7.4 [INFO] [stderr] Compiling tokio v1.9.0 [INFO] [stderr] Compiling indexmap v1.7.0 [INFO] [stderr] Compiling futures-macro v0.3.17 [INFO] [stderr] Compiling futures-util v0.3.17 [INFO] [stderr] Compiling openssl-sys v0.9.65 [INFO] [stderr] Compiling libz-sys v1.1.3 [INFO] [stderr] Compiling error-chain v0.12.4 [INFO] [stderr] Compiling libsqlite3-sys v0.22.2 [INFO] [stderr] Compiling link-cplusplus v1.0.5 [INFO] [stderr] Compiling x11 v2.19.1 [INFO] [stderr] Compiling minilzo-rs v0.6.0 [INFO] [stderr] Compiling cmake v0.1.45 [INFO] [stderr] Checking tracing-core v0.1.18 [INFO] [stderr] Compiling term-painter v0.2.4 [INFO] [stderr] Compiling humantime v1.3.0 [INFO] [stderr] Checking unicode-bidi v0.3.5 [INFO] [stderr] Compiling rand_core v0.3.1 [INFO] [stderr] Compiling rand_jitter v0.1.4 [INFO] [stderr] Checking form_urlencoded v1.0.1 [INFO] [stderr] Checking tinyvec v1.3.1 [INFO] [stderr] Checking http v0.2.4 [INFO] [stderr] Checking textwrap v0.14.2 [INFO] [stderr] Compiling phf_shared v0.7.24 [INFO] [stderr] Compiling codespan-reporting v0.11.1 [INFO] [stderr] Compiling cxx v1.0.41 [INFO] [stderr] Compiling libc v0.2.98 [INFO] [stderr] Checking yaml-rust v0.4.5 [INFO] [stderr] Compiling rand_xorshift v0.1.1 [INFO] [stderr] Compiling rand_hc v0.1.0 [INFO] [stderr] Compiling rand_isaac v0.1.1 [INFO] [stderr] Checking tendril v0.4.2 [INFO] [stderr] Checking getrandom v0.2.3 [INFO] [stderr] Checking socket2 v0.4.0 [INFO] [stderr] Checking cpp_core v0.6.0 [INFO] [stderr] Checking rand v0.4.6 [INFO] [stderr] Checking thread-id v3.3.0 [INFO] [stderr] Checking rpassword v2.1.0 [INFO] [stderr] Checking daemonize v0.4.1 [INFO] [stderr] Checking tracing v0.1.26 [INFO] [stderr] Checking object v0.26.0 [INFO] [stderr] Checking nom v4.1.1 [INFO] [stderr] Checking nom v7.1.0 [INFO] [stderr] Checking phf v0.7.24 [INFO] [stderr] Compiling rand_chacha v0.1.1 [INFO] [stderr] Compiling rand_pcg v0.1.2 [INFO] [stderr] Checking colored v2.0.0 [INFO] [stderr] Checking dirs v4.0.0 [INFO] [stderr] Checking dirs v2.0.2 [INFO] [stderr] Checking rand_core v0.6.3 [INFO] [stderr] Checking regex v1.5.4 [INFO] [stderr] Checking num-integer v0.1.44 [INFO] [stderr] Checking ordered-float v2.8.0 [INFO] [stderr] Checking unicode-normalization v0.1.19 [INFO] [stderr] Compiling num_cpus v1.13.0 [INFO] [stderr] Compiling atty v0.2.14 [INFO] [stderr] Compiling rand_os v0.1.3 [INFO] [stderr] Compiling quote v1.0.9 [INFO] [stderr] Compiling syn v0.15.44 [INFO] [stderr] Checking rand v0.3.23 [INFO] [stderr] Compiling openssl v0.10.35 [INFO] [stderr] Checking dialog v0.3.0 [INFO] [stderr] Checking hashbrown v0.11.2 [INFO] [stderr] Checking rand_chacha v0.3.1 [INFO] [stderr] Checking http-body v0.4.2 [INFO] [stderr] Checking flate2 v1.0.20 [INFO] [stderr] Checking addr2line v0.16.0 [INFO] [stderr] Compiling rand v0.6.5 [INFO] [stderr] Checking chrono v0.4.19 [INFO] [stderr] Checking rust-crypto v0.2.36 [INFO] [stderr] Checking generic-array v0.12.4 [INFO] [stderr] Compiling proc-macro-error-attr v1.0.4 [INFO] [stderr] Checking rand v0.8.4 [INFO] [stderr] Checking idna v0.2.3 [INFO] [stderr] Checking hashlink v0.7.0 [INFO] [stderr] Checking block-buffer v0.7.3 [INFO] [stderr] Checking digest v0.8.1 [INFO] [stderr] Compiling phf_generator v0.7.24 [INFO] [stderr] Checking url v2.2.2 [INFO] [stderr] Checking ripemd128 v0.1.2 [INFO] [stderr] Checking cron v0.9.0 [INFO] [stderr] Compiling string_cache_codegen v0.4.4 [INFO] [stderr] Compiling phf_codegen v0.7.24 [INFO] [stderr] Checking tempfile v3.2.0 [INFO] [stderr] Compiling string_cache v0.7.5 [INFO] [stderr] Checking protocol v3.1.9 [INFO] [stderr] Compiling synstructure v0.12.5 [INFO] [stderr] Compiling proc-macro-error v1.0.4 [INFO] [stderr] Compiling cxx-build v1.0.41 [INFO] [stderr] Compiling html5ever v0.22.5 [INFO] [stderr] Checking rusqlite v0.25.3 [INFO] [stderr] Compiling serde_derive v1.0.118 [INFO] [stderr] Compiling tokio-macros v1.3.0 [INFO] [stderr] Compiling failure_derive v0.1.8 [INFO] [stderr] Compiling thiserror-impl v1.0.26 [INFO] [stderr] Compiling async-trait v0.1.42 [INFO] [stderr] Compiling qt_macros v0.1.1 [INFO] [stderr] Compiling enum_dispatch v0.3.7 [INFO] [stderr] Compiling clap_derive v3.0.0-beta.4 [INFO] [stderr] Compiling protocol-derive v3.1.9 [INFO] [stderr] Compiling cxxbridge-macro v1.0.41 [INFO] [stderr] Compiling async-stream-impl v0.3.2 [INFO] [stderr] Compiling derivative v2.2.0 [INFO] [stderr] Compiling failure v0.1.8 [INFO] [stderr] Checking xproto v2.0.1 [INFO] [stderr] Checking async-stream v0.3.2 [INFO] [stderr] Checking thiserror v1.0.26 [INFO] [stderr] Checking clap v3.0.0-beta.4 [INFO] [stderr] Checking clap_generate v3.0.0-beta.4 [INFO] [stderr] Checking serde v1.0.118 [INFO] [stderr] Checking futures-executor v0.3.17 [INFO] [stderr] Checking futures v0.3.17 [INFO] [stderr] Checking serde_json v1.0.64 [INFO] [stderr] Checking serde_urlencoded v0.7.0 [INFO] [stderr] Checking toml v0.4.10 [INFO] [stderr] Checking serde-value v0.7.0 [INFO] [stderr] Checking serde_yaml v0.8.21 [INFO] [stderr] Checking quick-xml v0.22.0 [INFO] [stderr] Checking mio v0.7.13 [INFO] [stderr] Checking want v0.3.0 [INFO] [stderr] Checking env_logger v0.7.1 [INFO] [stderr] Compiling bincode v1.3.3 [INFO] [stderr] Checking pretty_env_logger v0.4.0 [INFO] [stderr] Checking mdict v0.1.0 (/opt/rustwide/workdir/crates/mdict) [INFO] [stderr] Checking signal-hook-mio v0.2.1 [INFO] [stderr] Checking crossterm v0.21.0 [INFO] [stderr] Checking log4rs v1.0.0 [INFO] [stdout] warning: field is never read: `checksum` [INFO] [stdout] --> crates/mdict/src/content_block.rs:27:5 [INFO] [stdout] | [INFO] [stdout] 27 | checksum: u32, [INFO] [stdout] | ^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(dead_code)]` on by default [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: field is never read: `n_entries` [INFO] [stdout] --> crates/mdict/src/key_block.rs:27:5 [INFO] [stdout] | [INFO] [stdout] 27 | n_entries: usize, [INFO] [stdout] | ^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: field is never read: `nb_decompressed` [INFO] [stdout] --> crates/mdict/src/key_block.rs:28:5 [INFO] [stdout] | [INFO] [stdout] 28 | nb_decompressed: Option, [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: field is never read: `nb_blocks` [INFO] [stdout] --> crates/mdict/src/key_block.rs:30:5 [INFO] [stdout] | [INFO] [stdout] 30 | nb_blocks: usize, [INFO] [stdout] | ^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: field is never read: `checksum` [INFO] [stdout] --> crates/mdict/src/key_block.rs:31:5 [INFO] [stdout] | [INFO] [stdout] 31 | checksum: Option, [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: field is never read: `n_entries` [INFO] [stdout] --> crates/mdict/src/record_block.rs:13:5 [INFO] [stdout] | [INFO] [stdout] 13 | n_entries: usize, [INFO] [stdout] | ^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: field is never read: `nb_block_info` [INFO] [stdout] --> crates/mdict/src/record_block.rs:14:5 [INFO] [stdout] | [INFO] [stdout] 14 | nb_block_info: usize, [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: field is never read: `nb_blocks` [INFO] [stdout] --> crates/mdict/src/record_block.rs:15:5 [INFO] [stdout] | [INFO] [stdout] 15 | nb_blocks: usize, [INFO] [stdout] | ^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: field is never read: `header` [INFO] [stdout] --> crates/mdict/src/record_block.rs:26:5 [INFO] [stdout] | [INFO] [stdout] 26 | header: RecordBlockHeader, [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: field is never read: `checksum` [INFO] [stdout] --> crates/mdict/src/content_block.rs:27:5 [INFO] [stdout] | [INFO] [stdout] 27 | checksum: u32, [INFO] [stdout] | ^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(dead_code)]` on by default [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: field is never read: `n_entries` [INFO] [stdout] --> crates/mdict/src/key_block.rs:27:5 [INFO] [stdout] | [INFO] [stdout] 27 | n_entries: usize, [INFO] [stdout] | ^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: field is never read: `nb_decompressed` [INFO] [stdout] --> crates/mdict/src/key_block.rs:28:5 [INFO] [stdout] | [INFO] [stdout] 28 | nb_decompressed: Option, [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: field is never read: `nb_blocks` [INFO] [stdout] --> crates/mdict/src/key_block.rs:30:5 [INFO] [stdout] | [INFO] [stdout] 30 | nb_blocks: usize, [INFO] [stdout] | ^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: field is never read: `checksum` [INFO] [stdout] --> crates/mdict/src/key_block.rs:31:5 [INFO] [stdout] | [INFO] [stdout] 31 | checksum: Option, [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: field is never read: `n_entries` [INFO] [stdout] --> crates/mdict/src/record_block.rs:13:5 [INFO] [stdout] | [INFO] [stdout] 13 | n_entries: usize, [INFO] [stdout] | ^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: field is never read: `nb_block_info` [INFO] [stdout] --> crates/mdict/src/record_block.rs:14:5 [INFO] [stdout] | [INFO] [stdout] 14 | nb_block_info: usize, [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: field is never read: `nb_blocks` [INFO] [stdout] --> crates/mdict/src/record_block.rs:15:5 [INFO] [stdout] | [INFO] [stdout] 15 | nb_blocks: usize, [INFO] [stdout] | ^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: field is never read: `header` [INFO] [stdout] --> crates/mdict/src/record_block.rs:26:5 [INFO] [stdout] | [INFO] [stdout] 26 | header: RecordBlockHeader, [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: 9 warnings emitted [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: 9 warnings emitted [INFO] [stdout] [INFO] [stdout] [INFO] [stderr] Compiling ritual_common v0.4.0 [INFO] [stderr] Compiling markup5ever v0.7.5 [INFO] [stderr] Compiling qt_ritual_common v0.4.0 [INFO] [stderr] Compiling ritual_build v0.4.0 [INFO] [stderr] Compiling qt_ritual_build v0.5.0 [INFO] [stderr] Compiling qt_core v0.5.0 [INFO] [stderr] Compiling qt_gui v0.5.0 [INFO] [stderr] Compiling qt_widgets v0.5.0 [INFO] [stderr] Compiling search v0.1.0 (/opt/rustwide/workdir/crates/search) [INFO] [stderr] Compiling qt_qml v0.5.0 [INFO] [stderr] Compiling ocr v0.1.0 (/opt/rustwide/workdir/crates/ocr) [INFO] [stderr] Checking tokio-util v0.6.7 [INFO] [stderr] Checking tokio-native-tls v0.3.0 [INFO] [stderr] Checking mytool-core v0.1.0 (/opt/rustwide/workdir/core) [INFO] [stderr] Checking sysev v0.1.0 (/opt/rustwide/workdir/crates/sysev) [INFO] [stderr] Checking mytool-service v0.1.0 (/opt/rustwide/workdir/service) [INFO] [stdout] error[E0277]: `std::result::Result` is not a future [INFO] [stdout] --> core/src/config.rs:112:23 [INFO] [stdout] | [INFO] [stdout] 112 | let module1 = config.get::("module1").await.unwrap(); [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ `std::result::Result` is not a future [INFO] [stdout] | [INFO] [stdout] = help: the trait `Future` is not implemented for `std::result::Result` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0277]: `std::result::Result` is not a future [INFO] [stdout] --> core/src/config.rs:114:23 [INFO] [stdout] | [INFO] [stdout] 114 | let module2 = config.get::("module2").await.unwrap(); [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ `std::result::Result` is not a future [INFO] [stdout] | [INFO] [stdout] = help: the trait `Future` is not implemented for `std::result::Result` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: aborting due to 2 previous errors [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] For more information about this error, try `rustc --explain E0277`. [INFO] [stdout] [INFO] [stderr] error: could not compile `mytool-core` due to 3 previous errors [INFO] [stderr] warning: build failed, waiting for other jobs to finish... [INFO] [stderr] error: build failed [INFO] running `Command { std: "docker" "inspect" "fbfc459ebc9cd459a09f9b8c183f47647457074064bca3fb1fd7581eac59cfac", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "fbfc459ebc9cd459a09f9b8c183f47647457074064bca3fb1fd7581eac59cfac", kill_on_drop: false }` [INFO] [stdout] fbfc459ebc9cd459a09f9b8c183f47647457074064bca3fb1fd7581eac59cfac