[INFO] cloning repository https://github.com/6480689/MapReduceLite
[INFO] running `Command { std: "git" "-c" "credential.helper=" "-c" "credential.helper=/workspace/cargo-home/bin/git-credential-null" "clone" "--bare" "https://github.com/6480689/MapReduceLite" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2F6480689%2FMapReduceLite", kill_on_drop: false }`
[INFO] [stderr] Cloning into bare repository '/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2F6480689%2FMapReduceLite'...
[INFO] running `Command { std: "git" "rev-parse" "HEAD", kill_on_drop: false }`
[INFO] [stdout] 2c3bb9b9e1aa58bb412831aa147598768e1c5b7d
[INFO] testing 6480689/MapReduceLite against try#db823df02fd0c2cf67b43025ac3fef3f2d743245 for pr-150681-1
[INFO] running `Command { std: "git" "clone" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2F6480689%2FMapReduceLite" "/workspace/builds/worker-1-tc2/source", kill_on_drop: false }`
[INFO] [stderr] Cloning into '/workspace/builds/worker-1-tc2/source'...
[INFO] [stderr] done.
[INFO] started tweaking git repo https://github.com/6480689/MapReduceLite
[INFO] finished tweaking git repo https://github.com/6480689/MapReduceLite
[INFO] tweaked toml for git repo https://github.com/6480689/MapReduceLite written to /workspace/builds/worker-1-tc2/source/Cargo.toml
[INFO] validating manifest of git repo https://github.com/6480689/MapReduceLite on toolchain db823df02fd0c2cf67b43025ac3fef3f2d743245
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+db823df02fd0c2cf67b43025ac3fef3f2d743245" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }`
[INFO] crate git repo https://github.com/6480689/MapReduceLite 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" "+db823df02fd0c2cf67b43025ac3fef3f2d743245" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-1-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-1-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:845e597a41426bbf2703be69acdb67d10b6de511142d05cba7bbe119c898b2c7" "/opt/rustwide/cargo-home/bin/cargo" "+db823df02fd0c2cf67b43025ac3fef3f2d743245" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }`
[INFO] [stdout] 2204eb242da8318d691637eabd4829852f32cf2f50c17225bc65cd4f0e3c24f2
[INFO] running `Command { std: "docker" "start" "-a" "2204eb242da8318d691637eabd4829852f32cf2f50c17225bc65cd4f0e3c24f2", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "inspect" "2204eb242da8318d691637eabd4829852f32cf2f50c17225bc65cd4f0e3c24f2", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "2204eb242da8318d691637eabd4829852f32cf2f50c17225bc65cd4f0e3c24f2", kill_on_drop: false }`
[INFO] [stdout] 2204eb242da8318d691637eabd4829852f32cf2f50c17225bc65cd4f0e3c24f2
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-1-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-1-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:845e597a41426bbf2703be69acdb67d10b6de511142d05cba7bbe119c898b2c7" "/opt/rustwide/cargo-home/bin/cargo" "+db823df02fd0c2cf67b43025ac3fef3f2d743245" "build" "--frozen" "--message-format=json", kill_on_drop: false }`
[INFO] [stdout] 6a900fa00ad53568a1fd0bae79aa285ab9f37b6f0c7ea5f38c861178aa8580f0
[INFO] running `Command { std: "docker" "start" "-a" "6a900fa00ad53568a1fd0bae79aa285ab9f37b6f0c7ea5f38c861178aa8580f0", kill_on_drop: false }`
[INFO] [stderr]    Compiling proc-macro2 v1.0.83
[INFO] [stderr]    Compiling unicode-ident v1.0.12
[INFO] [stderr]    Compiling cfg-if v1.0.0
[INFO] [stderr]    Compiling autocfg v1.3.0
[INFO] [stderr]    Compiling libc v0.2.155
[INFO] [stderr]    Compiling version_check v0.9.4
[INFO] [stderr]    Compiling bytes v1.6.0
[INFO] [stderr]    Compiling scopeguard v1.2.0
[INFO] [stderr]    Compiling pin-project-lite v0.2.14
[INFO] [stderr]    Compiling memchr v2.7.2
[INFO] [stderr]    Compiling smallvec v1.13.2
[INFO] [stderr]    Compiling futures-core v0.3.30
[INFO] [stderr]    Compiling parking_lot_core v0.9.10
[INFO] [stderr]    Compiling lock_api v0.4.12
[INFO] [stderr]    Compiling once_cell v1.19.0
[INFO] [stderr]    Compiling slab v0.4.9
[INFO] [stderr]    Compiling futures-sink v0.3.30
[INFO] [stderr]    Compiling futures-channel v0.3.30
[INFO] [stderr]    Compiling futures-io v0.3.30
[INFO] [stderr]    Compiling itoa v1.0.11
[INFO] [stderr]    Compiling futures-task v0.3.30
[INFO] [stderr]    Compiling pin-utils v0.1.0
[INFO] [stderr]    Compiling fnv v1.0.7
[INFO] [stderr]    Compiling socket2 v0.5.7
[INFO] [stderr]    Compiling quote v1.0.36
[INFO] [stderr]    Compiling getrandom v0.2.15
[INFO] [stderr]    Compiling num_cpus v1.16.0
[INFO] [stderr]    Compiling mio v0.8.11
[INFO] [stderr]    Compiling signal-hook-registry v1.4.2
[INFO] [stderr]    Compiling syn v2.0.65
[INFO] [stderr]    Compiling parking_lot v0.12.3
[INFO] [stderr]    Compiling http v0.2.12
[INFO] [stderr]    Compiling typenum v1.17.0
[INFO] [stderr]    Compiling either v1.9.0
[INFO] [stderr]    Compiling generic-array v0.14.7
[INFO] [stderr]    Compiling num-traits v0.2.19
[INFO] [stderr]    Compiling subtle v2.5.0
[INFO] [stderr]    Compiling equivalent v1.0.1
[INFO] [stderr]    Compiling zeroize v1.8.1
[INFO] [stderr]    Compiling rand_core v0.6.4
[INFO] [stderr]    Compiling tracing-core v0.1.32
[INFO] [stderr]    Compiling ahash v0.8.11
[INFO] [stderr]    Compiling zerocopy v0.7.34
[INFO] [stderr]    Compiling http v1.1.0
[INFO] [stderr]    Compiling powerfmt v0.2.0
[INFO] [stderr]    Compiling allocator-api2 v0.2.18
[INFO] [stderr]    Compiling http-body v0.4.6
[INFO] [stderr]    Compiling deranged v0.3.11
[INFO] [stderr]    Compiling ryu v1.0.18
[INFO] [stderr]    Compiling vsimd v0.8.0
[INFO] [stderr]    Compiling time-core v0.1.2
[INFO] [stderr]    Compiling num-conv v0.1.0
[INFO] [stderr]    Compiling hashbrown v0.14.5
[INFO] [stderr]    Compiling outref v0.5.1
[INFO] [stderr]    Compiling num-integer v0.1.46
[INFO] [stderr]    Compiling bytes-utils v0.1.4
[INFO] [stderr]    Compiling http-body v1.0.0
[INFO] [stderr]    Compiling cc v1.0.99
[INFO] [stderr]    Compiling base64-simd v0.8.0
[INFO] [stderr]    Compiling semver v1.0.23
[INFO] [stderr]    Compiling fastrand v2.1.0
[INFO] [stderr]    Compiling block-buffer v0.10.4
[INFO] [stderr]    Compiling crypto-common v0.1.6
[INFO] [stderr]    Compiling time v0.3.36
[INFO] [stderr]    Compiling digest v0.10.7
[INFO] [stderr]    Compiling indexmap v2.2.6
[INFO] [stderr]    Compiling percent-encoding v2.3.1
[INFO] [stderr]    Compiling spin v0.9.8
[INFO] [stderr]    Compiling untrusted v0.9.0
[INFO] [stderr]    Compiling anyhow v1.0.86
[INFO] [stderr]    Compiling log v0.4.22
[INFO] [stderr]    Compiling const-oid v0.9.6
[INFO] [stderr]    Compiling rustc_version v0.4.0
[INFO] [stderr]    Compiling der v0.6.1
[INFO] [stderr]    Compiling stable_deref_trait v1.2.0
[INFO] [stderr]    Compiling httparse v1.8.0
[INFO] [stderr]    Compiling tower-service v0.3.2
[INFO] [stderr]    Compiling base64ct v1.6.0
[INFO] [stderr]    Compiling itertools v0.12.1
[INFO] [stderr]    Compiling try-lock v0.2.5
[INFO] [stderr]    Compiling want v0.3.1
[INFO] [stderr]    Compiling ring v0.17.8
[INFO] [stderr]    Compiling crypto-bigint v0.4.9
[INFO] [stderr]    Compiling ff v0.12.1
[INFO] [stderr]    Compiling crc32fast v1.4.2
[INFO] [stderr]    Compiling httpdate v1.0.3
[INFO] [stderr]    Compiling base16ct v0.1.1
[INFO] [stderr]    Compiling cpufeatures v0.2.12
[INFO] [stderr]    Compiling group v0.12.1
[INFO] [stderr]    Compiling hmac v0.12.1
[INFO] [stderr]    Compiling base64 v0.21.7
[INFO] [stderr]    Compiling rustls v0.21.12
[INFO] [stderr]    Compiling spki v0.6.0
[INFO] [stderr]    Compiling pkcs8 v0.9.0
[INFO] [stderr]    Compiling sec1 v0.3.0
[INFO] [stderr]    Compiling rustix v0.38.34
[INFO] [stderr]    Compiling rfc6979 v0.3.1
[INFO] [stderr]    Compiling sha2 v0.10.8
[INFO] [stderr]    Compiling signature v1.6.4
[INFO] [stderr]    Compiling elliptic-curve v0.12.3
[INFO] [stderr]    Compiling writeable v0.5.5
[INFO] [stderr]    Compiling rustversion v1.0.17
[INFO] [stderr]    Compiling litemap v0.7.3
[INFO] [stderr]    Compiling prettyplease v0.2.20
[INFO] [stderr]    Compiling linux-raw-sys v0.4.14
[INFO] [stderr]    Compiling bitflags v2.5.0
[INFO] [stderr]    Compiling ecdsa v0.14.8
[INFO] [stderr]    Compiling rustls-pemfile v1.0.4
[INFO] [stderr]    Compiling aws-types v1.3.1
[INFO] [stderr]    Compiling form_urlencoded v1.2.1
[INFO] [stderr]    Compiling memoffset v0.9.0
[INFO] [stderr]    Compiling crossbeam-utils v0.8.16
[INFO] [stderr]    Compiling heck v0.5.0
[INFO] [stderr]    Compiling fixedbitset v0.4.2
[INFO] [stderr]    Compiling hex v0.4.3
[INFO] [stderr]    Compiling openssl-probe v0.1.5
[INFO] [stderr]    Compiling p256 v0.11.1
[INFO] [stderr]    Compiling synstructure v0.13.1
[INFO] [stderr]    Compiling rustls-native-certs v0.6.3
[INFO] [stderr]    Compiling crypto-bigint v0.5.5
[INFO] [stderr]    Compiling crossbeam-epoch v0.9.15
[INFO] [stderr]    Compiling icu_locid_transform_data v1.5.0
[INFO] [stderr]    Compiling serde v1.0.202
[INFO] [stderr]    Compiling uuid v1.8.0
[INFO] [stderr]    Compiling aho-corasick v1.1.3
[INFO] [stderr]    Compiling icu_properties_data v1.5.0
[INFO] [stderr]    Compiling multimap v0.10.0
[INFO] [stderr]    Compiling regex-syntax v0.8.4
[INFO] [stderr]    Compiling sct v0.7.1
[INFO] [stderr]    Compiling rustls-webpki v0.101.7
[INFO] [stderr]    Compiling tokio-macros v2.3.0
[INFO] [stderr]    Compiling futures-macro v0.3.30
[INFO] [stderr]    Compiling tokio v1.38.0
[INFO] [stderr]    Compiling tracing-attributes v0.1.27
[INFO] [stderr]    Compiling zerofrom-derive v0.1.4
[INFO] [stderr]    Compiling yoke-derive v0.7.4
[INFO] [stderr]    Compiling zerovec-derive v0.10.2
[INFO] [stderr]    Compiling futures-util v0.3.30
[INFO] [stderr]    Compiling displaydoc v0.2.4
[INFO] [stderr]    Compiling prost-derive v0.12.6
[INFO] [stderr]    Compiling tracing v0.1.40
[INFO] [stderr]    Compiling zerofrom v0.1.4
[INFO] [stderr]    Compiling yoke v0.7.4
[INFO] [stderr]    Compiling icu_provider_macros v1.5.0
[INFO] [stderr]    Compiling tempfile v3.10.1
[INFO] [stderr]    Compiling serde_derive v1.0.202
[INFO] [stderr]    Compiling zerovec v0.10.2
[INFO] [stderr]    Compiling regex-automata v0.4.7
[INFO] [stderr]    Compiling prost v0.12.6
[INFO] [stderr]    Compiling indexmap v1.9.3
[INFO] [stderr]    Compiling tinystr v0.7.6
[INFO] [stderr]    Compiling icu_collections v1.5.0
[INFO] [stderr]    Compiling icu_locid v1.5.0
[INFO] [stderr]    Compiling icu_provider v1.5.0
[INFO] [stderr]    Compiling http-body-util v0.1.2
[INFO] [stderr]    Compiling icu_locid_transform v1.5.0
[INFO] [stderr]    Compiling syn v1.0.109
[INFO] [stderr]    Compiling paste v1.0.15
[INFO] [stderr]    Compiling utf8parse v0.2.1
[INFO] [stderr]    Compiling regex-lite v0.1.6
[INFO] [stderr]    Compiling rayon-core v1.12.0
[INFO] [stderr]    Compiling utf16_iter v1.0.5
[INFO] [stderr]    Compiling icu_normalizer_data v1.5.0
[INFO] [stderr]    Compiling ppv-lite86 v0.2.17
[INFO] [stderr]    Compiling utf8_iter v1.0.4
[INFO] [stderr]    Compiling write16 v1.0.0
[INFO] [stderr]    Compiling anstyle-parse v0.2.4
[INFO] [stderr]    Compiling regex v1.10.5
[INFO] [stderr]    Compiling tokio-util v0.7.11
[INFO] [stderr]    Compiling aws-smithy-async v1.2.1
[INFO] [stderr]    Compiling tokio-rustls v0.24.1
[INFO] [stderr]    Compiling aws-smithy-types v1.2.0
[INFO] [stderr]    Compiling h2 v0.3.26
[INFO] [stderr]    Compiling icu_properties v1.5.0
[INFO] [stderr]    Compiling rand_chacha v0.3.1
[INFO] [stderr]    Compiling aws-smithy-runtime-api v1.6.3
[INFO] [stderr]    Compiling aws-smithy-eventstream v0.60.4
[INFO] [stderr]    Compiling aws-smithy-json v0.60.7
[INFO] [stderr]    Compiling prost-types v0.12.6
[INFO] [stderr]    Compiling petgraph v0.6.5
[INFO] [stderr]    Compiling aws-smithy-http v0.60.8
[INFO] [stderr]    Compiling aws-credential-types v1.2.0
[INFO] [stderr]    Compiling aws-sigv4 v1.2.1
[INFO] [stderr]    Compiling icu_normalizer v1.5.0
[INFO] [stderr]    Compiling pin-project-internal v1.1.5
[INFO] [stderr]    Compiling crossbeam-deque v0.8.3
[INFO] [stderr]    Compiling hyper v0.14.29
[INFO] [stderr]    Compiling axum-core v0.3.4
[INFO] [stderr]    Compiling crc32c v0.6.5
[INFO] [stderr]    Compiling anstyle v1.0.7
[INFO] [stderr]    Compiling aws-runtime v1.2.2
[INFO] [stderr]    Compiling is_terminal_polyfill v1.70.0
[INFO] [stderr]    Compiling tower-layer v0.3.2
[INFO] [stderr]    Compiling anstyle-query v1.0.3
[INFO] [stderr]    Compiling xmlparser v0.13.6
[INFO] [stderr]    Compiling colorchoice v1.0.1
[INFO] [stderr]    Compiling hashbrown v0.12.3
[INFO] [stderr]    Compiling anstream v0.6.14
[INFO] [stderr]    Compiling prost-build v0.12.6
[INFO] [stderr]    Compiling pin-project v1.1.5
[INFO] [stderr]    Compiling idna v1.0.0
[INFO] [stderr]    Compiling aws-smithy-xml v0.60.8
[INFO] [stderr]    Compiling rand v0.8.5
[INFO] [stderr]    Compiling async-trait v0.1.80
[INFO] [stderr]    Compiling axum v0.6.20
[INFO] [stderr]    Compiling mime v0.3.17
[INFO] [stderr]    Compiling urlencoding v2.1.3
[INFO] [stderr]    Compiling byteorder v1.5.0
[INFO] [stderr]    Compiling aws-smithy-query v0.60.7
[INFO] [stderr]    Compiling tower v0.4.13
[INFO] [stderr]    Compiling tonic-build v0.11.0
[INFO] [stderr]    Compiling rmp v0.8.14
[INFO] [stderr]    Compiling rayon v1.8.0
[INFO] [stderr]    Compiling url v2.5.1
[INFO] [stderr]    Compiling hyper-rustls v0.24.2
[INFO] [stderr]    Compiling aws-smithy-runtime v1.5.7
[INFO] [stderr]    Compiling tokio-io-timeout v1.2.0
[INFO] [stderr]    Compiling async-stream-impl v0.3.5
[INFO] [stderr]    Compiling deepsize_derive v0.1.2
[INFO] [stderr]    Compiling sha1 v0.10.6
[INFO] [stderr]    Compiling md-5 v0.10.6
[INFO] [stderr]    Compiling sync_wrapper v0.1.2
[INFO] [stderr]    Compiling clap_lex v0.7.0
[INFO] [stderr]    Compiling strsim v0.11.1
[INFO] [stderr]    Compiling matchit v0.7.3
[INFO] [stderr]    Compiling serde_json v1.0.117
[INFO] [stderr]    Compiling bitflags v1.3.2
[INFO] [stderr]    Compiling clap_builder v4.5.2
[INFO] [stderr]    Compiling aws-smithy-checksums v0.60.9
[INFO] [stderr]    Compiling deepsize v0.2.0
[INFO] [stderr]    Compiling async-stream v0.3.5
[INFO] [stderr]    Compiling hyper-timeout v0.4.1
[INFO] [stderr]    Compiling mrlite v0.1.0 (/opt/rustwide/workdir)
[INFO] [stdout] warning: unused import: `std::path::PathBuf`
[INFO] [stdout]  --> build.rs:2:5
[INFO] [stdout]   |
[INFO] [stdout] 2 | use std::path::PathBuf;
[INFO] [stdout]   |     ^^^^^^^^^^^^^^^^^^
[INFO] [stdout]   |
[INFO] [stdout]   = note: `#[warn(unused_imports)]` (part of `#[warn(unused)]`) on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stderr]    Compiling rmp-serde v1.3.0
[INFO] [stderr]    Compiling env_filter v0.1.0
[INFO] [stderr]    Compiling aws-sdk-ssooidc v1.30.0
[INFO] [stderr]    Compiling aws-sdk-sts v1.29.0
[INFO] [stderr]    Compiling aws-sdk-sso v1.29.0
[INFO] [stderr]    Compiling tokio-stream v0.1.15
[INFO] [stderr]    Compiling futures-executor v0.3.30
[INFO] [stderr]    Compiling clap_derive v4.5.4
[INFO] [stderr]    Compiling lru v0.12.3
[INFO] [stderr]    Compiling rand v0.4.6
[INFO] [stderr]    Compiling humantime v2.1.0
[INFO] [stderr]    Compiling remove_dir_all v0.5.3
[INFO] [stderr]    Compiling tempdir v0.3.7
[INFO] [stderr]    Compiling tonic v0.11.0
[INFO] [stderr]    Compiling env_logger v0.11.3
[INFO] [stderr]    Compiling aws-sdk-s3 v1.34.0
[INFO] [stderr]    Compiling clap v4.5.4
[INFO] [stderr]    Compiling aws-config v1.5.1
[INFO] [stderr]    Compiling futures v0.3.30
[INFO] [stderr]    Compiling ext-sort v0.1.4
[INFO] [stderr]    Compiling dashmap v5.5.3
[INFO] [stderr]    Compiling itertools v0.13.0
[INFO] [stderr]    Compiling bytesize v1.3.0
[INFO] [stderr]    Compiling glob v0.3.1
[INFO] [stdout] warning: unused import: `PresigningConfig`
[INFO] [stdout]  --> src/lib.rs:9:48
[INFO] [stdout]   |
[INFO] [stdout] 9 | use aws_sdk_s3::presigning::{PresignedRequest, PresigningConfig};
[INFO] [stdout]   |                                                ^^^^^^^^^^^^^^^^
[INFO] [stdout]   |
[INFO] [stdout]   = note: `#[warn(unused_imports)]` (part of `#[warn(unused)]`) on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused import: `std::net::SocketAddr`
[INFO] [stdout]  --> src/rpc/coordinator_ctl_server.rs:1:5
[INFO] [stdout]   |
[INFO] [stdout] 1 | use std::net::SocketAddr;
[INFO] [stdout]   |     ^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused import: `crate::rpc::server::MySay`
[INFO] [stdout]  --> src/rpc/coordinator_ctl_server.rs:7:5
[INFO] [stdout]   |
[INFO] [stdout] 7 | use crate::rpc::server::MySay;
[INFO] [stdout]   |     ^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused imports: `Status` and `transport::Channel`
[INFO] [stdout]  --> src/rpc/coordinator_ctl_client.rs:1:13
[INFO] [stdout]   |
[INFO] [stdout] 1 | use tonic::{transport::Channel, Request, Response, Status};
[INFO] [stdout]   |             ^^^^^^^^^^^^^^^^^^                     ^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused import: `glob::glob`
[INFO] [stdout]  --> src/distributed/engine.rs:4:5
[INFO] [stdout]   |
[INFO] [stdout] 4 | use glob::glob;
[INFO] [stdout]   |     ^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused import: `Read`
[INFO] [stdout]  --> src/distributed/engine.rs:9:10
[INFO] [stdout]   |
[INFO] [stdout] 9 |     io::{Read, Write},
[INFO] [stdout]   |          ^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused imports: `decode` and `encode`
[INFO] [stdout]   --> src/distributed/engine.rs:11:14
[INFO] [stdout]    |
[INFO] [stdout] 11 | use base64::{encode, decode, engine, Engine};
[INFO] [stdout]    |              ^^^^^^  ^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused import: `std::collections::HashSet`
[INFO] [stdout]   --> src/distributed/engine.rs:12:5
[INFO] [stdout]    |
[INFO] [stdout] 12 | use std::collections::HashSet;
[INFO] [stdout]    |     ^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused import: `io`
[INFO] [stdout]   --> src/distributed/engine.rs:19:17
[INFO] [stdout]    |
[INFO] [stdout] 19 | use tokio::{fs, io};
[INFO] [stdout]    |                 ^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused import: `crate::distributed::s3::download_file`
[INFO] [stdout]   --> src/distributed/engine.rs:21:5
[INFO] [stdout]    |
[INFO] [stdout] 21 | use crate::distributed::s3::download_file;
[INFO] [stdout]    |     ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused import: `std::path`
[INFO] [stdout]   --> src/distributed/engine.rs:23:5
[INFO] [stdout]    |
[INFO] [stdout] 23 | use std::path;
[INFO] [stdout]    |     ^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused import: `std::sync::Arc`
[INFO] [stdout]   --> src/distributed/engine.rs:24:5
[INFO] [stdout]    |
[INFO] [stdout] 24 | use std::sync::Arc;
[INFO] [stdout]    |     ^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused import: `tokio::sync::Mutex`
[INFO] [stdout]   --> src/distributed/engine.rs:25:5
[INFO] [stdout]    |
[INFO] [stdout] 25 | use tokio::sync::Mutex;
[INFO] [stdout]    |     ^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused import: `bytesize::MB`
[INFO] [stdout]   --> src/distributed/engine.rs:26:5
[INFO] [stdout]    |
[INFO] [stdout] 26 | use bytesize::MB;
[INFO] [stdout]    |     ^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused import: `env_logger`
[INFO] [stdout]   --> src/distributed/engine.rs:27:5
[INFO] [stdout]    |
[INFO] [stdout] 27 | use env_logger;
[INFO] [stdout]    |     ^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused imports: `ExternalSorterBuilder`, `ExternalSorter`, and `buffer::mem::MemoryLimitedBufferBuilder`
[INFO] [stdout]   --> src/distributed/engine.rs:30:16
[INFO] [stdout]    |
[INFO] [stdout] 30 | use ext_sort::{buffer::mem::MemoryLimitedBufferBuilder, ExternalSorter, ExternalSorterBuilder};
[INFO] [stdout]    |                ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^  ^^^^^^^^^^^^^^  ^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unnecessary parentheses around `if` condition
[INFO] [stdout]    --> src/distributed/engine.rs:329:16
[INFO] [stdout]     |
[INFO] [stdout] 329 |             if (!key_string.clone().chars().all(|arg0: char| char::is_ascii_alphanumeric(&arg0))) {
[INFO] [stdout]     |                ^                                                                                ^
[INFO] [stdout]     |
[INFO] [stdout]     = note: `#[warn(unused_parens)]` (part of `#[warn(unused)]`) on by default
[INFO] [stdout] help: remove these parentheses
[INFO] [stdout]     |
[INFO] [stdout] 329 -             if (!key_string.clone().chars().all(|arg0: char| char::is_ascii_alphanumeric(&arg0))) {
[INFO] [stdout] 329 +             if !key_string.clone().chars().all(|arg0: char| char::is_ascii_alphanumeric(&arg0))  {
[INFO] [stdout]     |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused import: `std::fs::File`
[INFO] [stdout]  --> src/distributed/s3.rs:3:5
[INFO] [stdout]   |
[INFO] [stdout] 3 | use std::fs::File;
[INFO] [stdout]   |     ^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused import: `BufReader`
[INFO] [stdout]  --> src/distributed/s3.rs:4:24
[INFO] [stdout]   |
[INFO] [stdout] 4 | use std::io::{BufRead, BufReader};
[INFO] [stdout]   |                        ^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused import: `std::sync::Arc`
[INFO] [stdout]  --> src/distributed/s3.rs:8:5
[INFO] [stdout]   |
[INFO] [stdout] 8 | use std::sync::Arc;
[INFO] [stdout]   |     ^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused import: `tokio::sync::Mutex`
[INFO] [stdout]  --> src/distributed/s3.rs:9:5
[INFO] [stdout]   |
[INFO] [stdout] 9 | use tokio::sync::Mutex;
[INFO] [stdout]   |     ^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused import: `aws_sdk_s3::Client`
[INFO] [stdout]   --> src/distributed/s3.rs:11:5
[INFO] [stdout]    |
[INFO] [stdout] 11 | use aws_sdk_s3::Client;
[INFO] [stdout]    |     ^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused imports: `BufMut`, `BytesMut`, and `Bytes`
[INFO] [stdout]   --> src/distributed/s3.rs:12:13
[INFO] [stdout]    |
[INFO] [stdout] 12 | use bytes::{BufMut, Bytes, BytesMut};
[INFO] [stdout]    |             ^^^^^^  ^^^^^  ^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused import: `crate::KeyValue`
[INFO] [stdout]   --> src/distributed/s3.rs:23:5
[INFO] [stdout]    |
[INFO] [stdout] 23 | use crate::KeyValue;
[INFO] [stdout]    |     ^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused import: `env_logger`
[INFO] [stdout]  --> src/distributed/external_sort.rs:6:5
[INFO] [stdout]   |
[INFO] [stdout] 6 | use env_logger;
[INFO] [stdout]   |     ^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused import: `log`
[INFO] [stdout]  --> src/distributed/external_sort.rs:7:5
[INFO] [stdout]   |
[INFO] [stdout] 7 | use log;
[INFO] [stdout]   |     ^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated function `base64::encode`: Use Engine::encode
[INFO] [stdout]   --> src/distributed/engine.rs:11:14
[INFO] [stdout]    |
[INFO] [stdout] 11 | use base64::{encode, decode, engine, Engine};
[INFO] [stdout]    |              ^^^^^^
[INFO] [stdout]    |
[INFO] [stdout]    = note: `#[warn(deprecated)]` on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated function `base64::decode`: Use Engine::decode
[INFO] [stdout]   --> src/distributed/engine.rs:11:22
[INFO] [stdout]    |
[INFO] [stdout] 11 | use base64::{encode, decode, engine, Engine};
[INFO] [stdout]    |                      ^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: variable does not need to be mutable
[INFO] [stdout]    --> src/distributed/engine.rs:138:9
[INFO] [stdout]     |
[INFO] [stdout] 138 |     let mut buckets: Buckets = Buckets::new();
[INFO] [stdout]     |         ----^^^^^^^
[INFO] [stdout]     |         |
[INFO] [stdout]     |         help: remove this `mut`
[INFO] [stdout]     |
[INFO] [stdout]     = note: `#[warn(unused_mut)]` (part of `#[warn(unused)]`) on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: variable does not need to be mutable
[INFO] [stdout]    --> src/distributed/engine.rs:150:9
[INFO] [stdout]     |
[INFO] [stdout] 150 |     let mut entries = fs::read_dir("upload").await;
[INFO] [stdout]     |         ----^^^^^^^
[INFO] [stdout]     |         |
[INFO] [stdout]     |         help: remove this `mut`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: variable does not need to be mutable
[INFO] [stdout]    --> src/distributed/engine.rs:249:9
[INFO] [stdout]     |
[INFO] [stdout] 249 |     let mut entries = fs::read_dir("download").await;
[INFO] [stdout]     |         ----^^^^^^^
[INFO] [stdout]     |         |
[INFO] [stdout]     |         help: remove this `mut`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused import: `tokio::io::AsyncWriteExt`
[INFO] [stdout]   --> src/distributed/engine.rs:28:5
[INFO] [stdout]    |
[INFO] [stdout] 28 | use tokio::io::AsyncWriteExt;
[INFO] [stdout]    |     ^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused import: `itertools::Itertools`
[INFO] [stdout]  --> src/distributed/engine.rs:5:5
[INFO] [stdout]   |
[INFO] [stdout] 5 | use itertools::Itertools;
[INFO] [stdout]   |     ^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused import: `tokio::io::AsyncBufReadExt`
[INFO] [stdout]   --> src/distributed/engine.rs:13:5
[INFO] [stdout]    |
[INFO] [stdout] 13 | use tokio::io::AsyncBufReadExt;
[INFO] [stdout]    |     ^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused import: `futures_util::StreamExt`
[INFO] [stdout]   --> src/distributed/s3.rs:21:5
[INFO] [stdout]    |
[INFO] [stdout] 21 | use futures_util::StreamExt;
[INFO] [stdout]    |     ^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused import: `tonic::codegen::Body`
[INFO] [stdout]   --> src/distributed/s3.rs:22:5
[INFO] [stdout]    |
[INFO] [stdout] 22 | use tonic::codegen::Body;
[INFO] [stdout]    |     ^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused import: `BufRead`
[INFO] [stdout]  --> src/distributed/s3.rs:4:15
[INFO] [stdout]   |
[INFO] [stdout] 4 | use std::io::{BufRead, BufReader};
[INFO] [stdout]   |               ^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused variable: `key`
[INFO] [stdout]   --> src/workload/matrix_multiply.rs:45:5
[INFO] [stdout]    |
[INFO] [stdout] 45 |     key: Bytes,
[INFO] [stdout]    |     ^^^ help: if this is intentional, prefix it with an underscore: `_key`
[INFO] [stdout]    |
[INFO] [stdout]    = note: `#[warn(unused_variables)]` (part of `#[warn(unused)]`) on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused variable: `aux`
[INFO] [stdout]   --> src/workload/matrix_multiply.rs:76:27
[INFO] [stdout]    |
[INFO] [stdout] 76 | pub fn map2(kv: KeyValue, aux: Bytes) -> MapOutput{
[INFO] [stdout]    |                           ^^^ help: if this is intentional, prefix it with an underscore: `_aux`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: value assigned to `unique_filename` is never read
[INFO] [stdout]    --> src/distributed/s3.rs:203:31
[INFO] [stdout]     |
[INFO] [stdout] 203 |     let mut unique_filename = filename.clone();
[INFO] [stdout]     |                               ^^^^^^^^^^^^^^^^
[INFO] [stdout]     |
[INFO] [stdout]     = help: maybe it is overwritten before being read?
[INFO] [stdout]     = note: `#[warn(unused_assignments)]` (part of `#[warn(unused)]`) on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: value assigned to `value` is never read
[INFO] [stdout]    --> src/distributed/engine.rs:377:21
[INFO] [stdout]     |
[INFO] [stdout] 377 |     let mut value = Bytes::new();
[INFO] [stdout]     |                     ^^^^^^^^^^^^
[INFO] [stdout]     |
[INFO] [stdout]     = help: maybe it is overwritten before being read?
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: function `get_object` is never used
[INFO] [stdout]   --> src/minio/bucket_sandbox.rs:11:10
[INFO] [stdout]    |
[INFO] [stdout] 11 | async fn get_object(
[INFO] [stdout]    |          ^^^^^^^^^^
[INFO] [stdout]    |
[INFO] [stdout]    = note: `#[warn(dead_code)]` (part of `#[warn(unused)]`) on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: function `put_object` is never used
[INFO] [stdout]   --> src/minio/bucket_sandbox.rs:30:10
[INFO] [stdout]    |
[INFO] [stdout] 30 | async fn put_object(
[INFO] [stdout]    |          ^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: function `serialize_key_value` is never used
[INFO] [stdout]   --> src/distributed/engine.rs:88:4
[INFO] [stdout]    |
[INFO] [stdout] 88 | fn serialize_key_value(key: &Bytes, value: &Bytes, CUSTOM_ENGINE: &engine::GeneralPurpose) -> String {
[INFO] [stdout]    |    ^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: constant `CUSTOM_ENGINE` is never used
[INFO] [stdout]    --> src/distributed/engine.rs:441:11
[INFO] [stdout]     |
[INFO] [stdout] 441 |     const CUSTOM_ENGINE: engine::GeneralPurpose =
[INFO] [stdout]     |           ^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: variable `mat_A` should have a snake case name
[INFO] [stdout]   --> src/workload/matrix_multiply.rs:53:13
[INFO] [stdout]    |
[INFO] [stdout] 53 |     let mut mat_A = Vec::new();
[INFO] [stdout]    |             ^^^^^ help: convert the identifier to snake case: `mat_a`
[INFO] [stdout]    |
[INFO] [stdout]    = note: `#[warn(non_snake_case)]` (part of `#[warn(nonstandard_style)]`) on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: variable `mat_B` should have a snake case name
[INFO] [stdout]   --> src/workload/matrix_multiply.rs:54:13
[INFO] [stdout]    |
[INFO] [stdout] 54 |     let mut mat_B = Vec::new();
[INFO] [stdout]    |             ^^^^^ help: convert the identifier to snake case: `mat_b`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: variable `val_A` should have a snake case name
[INFO] [stdout]   --> src/workload/matrix_multiply.rs:67:15
[INFO] [stdout]    |
[INFO] [stdout] 67 |     for (row, val_A) in mat_A{
[INFO] [stdout]    |               ^^^^^ help: convert the identifier to snake case: `val_a`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: variable `val_B` should have a snake case name
[INFO] [stdout]   --> src/workload/matrix_multiply.rs:68:19
[INFO] [stdout]    |
[INFO] [stdout] 68 |         for (col, val_B) in mat_B.iter(){
[INFO] [stdout]    |                   ^^^^^ help: convert the identifier to snake case: `val_b`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: variable `CUSTOM_ENGINE` should have a snake case name
[INFO] [stdout]   --> src/distributed/engine.rs:88:52
[INFO] [stdout]    |
[INFO] [stdout] 88 | fn serialize_key_value(key: &Bytes, value: &Bytes, CUSTOM_ENGINE: &engine::GeneralPurpose) -> String {
[INFO] [stdout]    |                                                    ^^^^^^^^^^^^^ help: convert the identifier to snake case: `custom_engine`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: call to `.clone()` on a reference in this situation does nothing
[INFO] [stdout]    --> src/distributed/s3.rs:297:22
[INFO] [stdout]     |
[INFO] [stdout] 297 |         .key(filename.clone())
[INFO] [stdout]     |                      ^^^^^^^^ help: remove this redundant call
[INFO] [stdout]     |
[INFO] [stdout]     = note: the type `str` does not implement `Clone`, so calling `clone` on `&str` copies the reference, which does not do anything and can be removed
[INFO] [stdout]     = note: `#[warn(noop_method_call)]` on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: call to `.clone()` on a reference in this situation does nothing
[INFO] [stdout]    --> src/distributed/s3.rs:342:26
[INFO] [stdout]     |
[INFO] [stdout] 342 |             .key(filename.clone())
[INFO] [stdout]     |                          ^^^^^^^^ help: remove this redundant call
[INFO] [stdout]     |
[INFO] [stdout]     = note: the type `str` does not implement `Clone`, so calling `clone` on `&str` copies the reference, which does not do anything and can be removed
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: call to `.clone()` on a reference in this situation does nothing
[INFO] [stdout]    --> src/distributed/s3.rs:363:22
[INFO] [stdout]     |
[INFO] [stdout] 363 |         .key(filename.clone())
[INFO] [stdout]     |                      ^^^^^^^^ help: remove this redundant call
[INFO] [stdout]     |
[INFO] [stdout]     = note: the type `str` does not implement `Clone`, so calling `clone` on `&str` copies the reference, which does not do anything and can be removed
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stderr] error: could not compile `mrlite` (lib); 53 warnings emitted
[INFO] [stderr] 
[INFO] [stderr] Caused by:
[INFO] [stderr]   process didn't exit successfully: `/opt/rustwide/rustup-home/toolchains/db823df02fd0c2cf67b43025ac3fef3f2d743245/bin/rustc --crate-name mrlite --edition=2021 src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=b28f690910801bd4 -C extra-filename=-abd0791f32c4c92c --out-dir /opt/rustwide/target/debug/deps -L dependency=/opt/rustwide/target/debug/deps --extern anyhow=/opt/rustwide/target/debug/deps/libanyhow-8b333ffe98d210b6.rmeta --extern aws_config=/opt/rustwide/target/debug/deps/libaws_config-e8ed0727830c64df.rmeta --extern aws_sdk_s3=/opt/rustwide/target/debug/deps/libaws_sdk_s3-741ad04d34538f19.rmeta --extern aws_smithy_types=/opt/rustwide/target/debug/deps/libaws_smithy_types-5201053acb211e40.rmeta --extern aws_types=/opt/rustwide/target/debug/deps/libaws_types-00049605f0feef46.rmeta --extern base64=/opt/rustwide/target/debug/deps/libbase64-64299f9d815d057c.rmeta --extern bytes=/opt/rustwide/target/debug/deps/libbytes-9c2a396be262bdae.rmeta --extern bytesize=/opt/rustwide/target/debug/deps/libbytesize-bf7f62d3fa590dff.rmeta --extern clap=/opt/rustwide/target/debug/deps/libclap-47cb311a5de2b616.rmeta --extern dashmap=/opt/rustwide/target/debug/deps/libdashmap-583ccaf659b25256.rmeta --extern env_logger=/opt/rustwide/target/debug/deps/libenv_logger-85f2b9fe147d29d0.rmeta --extern ext_sort=/opt/rustwide/target/debug/deps/libext_sort-030dcb7228bbfc80.rmeta --extern fnv=/opt/rustwide/target/debug/deps/libfnv-2d77ec4f6f971b24.rmeta --extern futures=/opt/rustwide/target/debug/deps/libfutures-2c34c20737301569.rmeta --extern futures_util=/opt/rustwide/target/debug/deps/libfutures_util-5ad09f575bf0c8bb.rmeta --extern glob=/opt/rustwide/target/debug/deps/libglob-eeb045b280f2e028.rmeta --extern http=/opt/rustwide/target/debug/deps/libhttp-300cd194aaa5916d.rmeta --extern itertools=/opt/rustwide/target/debug/deps/libitertools-991154886d447ce2.rmeta --extern log=/opt/rustwide/target/debug/deps/liblog-669e9396cafcbb01.rmeta --extern prost=/opt/rustwide/target/debug/deps/libprost-93dd8c2d963d6bd5.rmeta --extern rand=/opt/rustwide/target/debug/deps/librand-c7605fe00f9ff2a0.rmeta --extern regex=/opt/rustwide/target/debug/deps/libregex-16318c27f12a0e31.rmeta --extern serde=/opt/rustwide/target/debug/deps/libserde-e54ebf9f6fa620d3.rmeta --extern serde_json=/opt/rustwide/target/debug/deps/libserde_json-031668a3060fad74.rmeta --extern tempdir=/opt/rustwide/target/debug/deps/libtempdir-6070d23c5f7b6bb7.rmeta --extern tempfile=/opt/rustwide/target/debug/deps/libtempfile-ce3661d6ef14683e.rmeta --extern tokio=/opt/rustwide/target/debug/deps/libtokio-18faf5315dfee6f3.rmeta --extern tokio_stream=/opt/rustwide/target/debug/deps/libtokio_stream-9c04492a4f54cfe6.rmeta --extern tokio_util=/opt/rustwide/target/debug/deps/libtokio_util-587c72f6540292de.rmeta --extern tonic=/opt/rustwide/target/debug/deps/libtonic-4aca977c2617cfa3.rmeta --extern tonic_build=/opt/rustwide/target/debug/deps/libtonic_build-e6ba4c5aad0fb859.rmeta --extern uuid=/opt/rustwide/target/debug/deps/libuuid-9c7a1dfe509959b6.rmeta --cap-lints=forbid -L native=/opt/rustwide/target/debug/build/ring-89a9b9c59f7f3dbb/out` (signal: 9, SIGKILL: kill)
[INFO] [stderr] warning: build failed, waiting for other jobs to finish...
[INFO] [stderr] error: could not compile `aws-sdk-s3` (lib)
[INFO] [stderr] 
[INFO] [stderr] Caused by:
[INFO] [stderr]   process didn't exit successfully: `/opt/rustwide/rustup-home/toolchains/db823df02fd0c2cf67b43025ac3fef3f2d743245/bin/rustc --crate-name aws_sdk_s3 --edition=2021 /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/aws-sdk-s3-1.34.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 --cfg 'feature="default"' --cfg 'feature="rt-tokio"' --cfg 'feature="rustls"' --cfg 'feature="sigv4a"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("behavior-version-latest", "default", "rt-tokio", "rustls", "sigv4a", "test-util"))' -C metadata=ba649033622ddcf9 -C extra-filename=-741ad04d34538f19 --out-dir /opt/rustwide/target/debug/deps -L dependency=/opt/rustwide/target/debug/deps --extern ahash=/opt/rustwide/target/debug/deps/libahash-ae8ab32f6f080420.rmeta --extern aws_credential_types=/opt/rustwide/target/debug/deps/libaws_credential_types-d07133acf1912fb0.rmeta --extern aws_runtime=/opt/rustwide/target/debug/deps/libaws_runtime-a61f6227c3c349a8.rmeta --extern aws_sigv4=/opt/rustwide/target/debug/deps/libaws_sigv4-f6c154951cf7da60.rmeta --extern aws_smithy_async=/opt/rustwide/target/debug/deps/libaws_smithy_async-9298fb723f4ca1d1.rmeta --extern aws_smithy_checksums=/opt/rustwide/target/debug/deps/libaws_smithy_checksums-154c8812821f1165.rmeta --extern aws_smithy_eventstream=/opt/rustwide/target/debug/deps/libaws_smithy_eventstream-7e3bd1510301bc53.rmeta --extern aws_smithy_http=/opt/rustwide/target/debug/deps/libaws_smithy_http-180ceb488e8468eb.rmeta --extern aws_smithy_json=/opt/rustwide/target/debug/deps/libaws_smithy_json-b951532b6de9a2bb.rmeta --extern aws_smithy_runtime=/opt/rustwide/target/debug/deps/libaws_smithy_runtime-d47d4bf0e2d18058.rmeta --extern aws_smithy_runtime_api=/opt/rustwide/target/debug/deps/libaws_smithy_runtime_api-1356ee57effdd211.rmeta --extern aws_smithy_types=/opt/rustwide/target/debug/deps/libaws_smithy_types-5201053acb211e40.rmeta --extern aws_smithy_xml=/opt/rustwide/target/debug/deps/libaws_smithy_xml-8da80ca6dbe4ca7f.rmeta --extern aws_types=/opt/rustwide/target/debug/deps/libaws_types-00049605f0feef46.rmeta --extern bytes=/opt/rustwide/target/debug/deps/libbytes-9c2a396be262bdae.rmeta --extern fastrand=/opt/rustwide/target/debug/deps/libfastrand-9c5266858c813c39.rmeta --extern hex=/opt/rustwide/target/debug/deps/libhex-28742b4ca144387c.rmeta --extern hmac=/opt/rustwide/target/debug/deps/libhmac-8c1042e076f998ae.rmeta --extern http=/opt/rustwide/target/debug/deps/libhttp-300cd194aaa5916d.rmeta --extern http_body=/opt/rustwide/target/debug/deps/libhttp_body-65fb2432903b6760.rmeta --extern lru=/opt/rustwide/target/debug/deps/liblru-55eeb12e11f082d3.rmeta --extern once_cell=/opt/rustwide/target/debug/deps/libonce_cell-24c5d665b6879050.rmeta --extern percent_encoding=/opt/rustwide/target/debug/deps/libpercent_encoding-9bee39bbc5bd523a.rmeta --extern regex_lite=/opt/rustwide/target/debug/deps/libregex_lite-6fb80db4bdf4ca1d.rmeta --extern sha2=/opt/rustwide/target/debug/deps/libsha2-a2d05e7205a4393f.rmeta --extern tracing=/opt/rustwide/target/debug/deps/libtracing-91a9756ca8732dfe.rmeta --extern url=/opt/rustwide/target/debug/deps/liburl-071acb3d720b5b96.rmeta --cap-lints allow --cap-lints=forbid -L native=/opt/rustwide/target/debug/build/ring-89a9b9c59f7f3dbb/out` (signal: 9, SIGKILL: kill)
[INFO] running `Command { std: "docker" "inspect" "6a900fa00ad53568a1fd0bae79aa285ab9f37b6f0c7ea5f38c861178aa8580f0", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "6a900fa00ad53568a1fd0bae79aa285ab9f37b6f0c7ea5f38c861178aa8580f0", kill_on_drop: false }`
[INFO] [stdout] 6a900fa00ad53568a1fd0bae79aa285ab9f37b6f0c7ea5f38c861178aa8580f0
