[INFO] cloning repository https://github.com/collinsmuriuki/birdie [INFO] running `Command { std: "git" "-c" "credential.helper=" "-c" "credential.helper=/workspace/cargo-home/bin/git-credential-null" "clone" "--bare" "https://github.com/collinsmuriuki/birdie" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fcollinsmuriuki%2Fbirdie", kill_on_drop: false }` [INFO] [stderr] Cloning into bare repository '/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fcollinsmuriuki%2Fbirdie'... [INFO] running `Command { std: "git" "rev-parse" "HEAD", kill_on_drop: false }` [INFO] [stdout] 85cac285d7b972b1663157abb306fc3bbde970ae [INFO] testing collinsmuriuki/birdie against master#ff2c56344c764af598ad33027e9c7a48881808ef for pr-118825 [INFO] running `Command { std: "git" "clone" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fcollinsmuriuki%2Fbirdie" "/workspace/builds/worker-1-tc1/source", kill_on_drop: false }` [INFO] [stderr] Cloning into '/workspace/builds/worker-1-tc1/source'... [INFO] [stderr] done. [INFO] validating manifest of git repo https://github.com/collinsmuriuki/birdie on toolchain ff2c56344c764af598ad33027e9c7a48881808ef [INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+ff2c56344c764af598ad33027e9c7a48881808ef" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }` [INFO] started tweaking git repo https://github.com/collinsmuriuki/birdie [INFO] finished tweaking git repo https://github.com/collinsmuriuki/birdie [INFO] tweaked toml for git repo https://github.com/collinsmuriuki/birdie written to /workspace/builds/worker-1-tc1/source/Cargo.toml [INFO] crate git repo https://github.com/collinsmuriuki/birdie 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" "+ff2c56344c764af598ad33027e9c7a48881808ef" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }` [INFO] [stderr] warning: virtual workspace defaulting to `resolver = "1"` despite one or more workspace members being on edition 2021 which implies `resolver = "2"` [INFO] [stderr] note: to keep the current resolver, specify `workspace.resolver = "1"` in the workspace root's manifest [INFO] [stderr] note: to use the edition 2021 resolver, specify `workspace.resolver = "2"` in the workspace root's manifest [INFO] [stderr] note: for more details see https://doc.rust-lang.org/cargo/reference/resolver.html#resolver-versions [INFO] [stderr] Updating crates.io index [INFO] [stderr] Downloading crates ... [INFO] [stderr] Downloaded oauth1-request-derive v0.4.2 [INFO] [stderr] Downloaded serde_path_to_error v0.1.7 [INFO] [stderr] Downloaded oauth1-request v0.5.1 [INFO] [stderr] Downloaded oauth2 v4.2.3 [INFO] [stderr] Downloaded oauth-credentials v0.3.0 [INFO] [stderr] Downloaded twitter-v2 v0.1.6 [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-1-tc1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-1-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" "+ff2c56344c764af598ad33027e9c7a48881808ef" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }` [INFO] [stdout] a6510aebb10b7c8c44e831ed5614994312fc78f284e1381b049d00f30ad0a895 [INFO] running `Command { std: "docker" "start" "-a" "a6510aebb10b7c8c44e831ed5614994312fc78f284e1381b049d00f30ad0a895", kill_on_drop: false }` [INFO] running `Command { std: "docker" "inspect" "a6510aebb10b7c8c44e831ed5614994312fc78f284e1381b049d00f30ad0a895", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "a6510aebb10b7c8c44e831ed5614994312fc78f284e1381b049d00f30ad0a895", kill_on_drop: false }` [INFO] [stdout] a6510aebb10b7c8c44e831ed5614994312fc78f284e1381b049d00f30ad0a895 [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-1-tc1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-1-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" "+ff2c56344c764af598ad33027e9c7a48881808ef" "build" "--frozen" "--message-format=json", kill_on_drop: false }` [INFO] [stdout] 391c7e19420b96a9c03f6428190efec73b0c9f14eaaa5ebb5f518ce40b1404ad [INFO] running `Command { std: "docker" "start" "-a" "391c7e19420b96a9c03f6428190efec73b0c9f14eaaa5ebb5f518ce40b1404ad", kill_on_drop: false }` [INFO] [stderr] warning: virtual workspace defaulting to `resolver = "1"` despite one or more workspace members being on edition 2021 which implies `resolver = "2"` [INFO] [stderr] note: to keep the current resolver, specify `workspace.resolver = "1"` in the workspace root's manifest [INFO] [stderr] note: to use the edition 2021 resolver, specify `workspace.resolver = "2"` in the workspace root's manifest [INFO] [stderr] note: for more details see https://doc.rust-lang.org/cargo/reference/resolver.html#resolver-versions [INFO] [stderr] Compiling proc-macro2 v1.0.40 [INFO] [stderr] Compiling unicode-ident v1.0.2 [INFO] [stderr] Compiling quote v1.0.20 [INFO] [stderr] Compiling syn v1.0.98 [INFO] [stderr] Compiling libc v0.2.126 [INFO] [stderr] Compiling serde_derive v1.0.140 [INFO] [stderr] Compiling futures-core v0.3.21 [INFO] [stderr] Compiling bytes v1.2.0 [INFO] [stderr] Compiling once_cell v1.13.0 [INFO] [stderr] Compiling serde v1.0.140 [INFO] [stderr] Compiling typenum v1.15.0 [INFO] [stderr] Compiling lock_api v0.4.7 [INFO] [stderr] Compiling generic-array v0.14.5 [INFO] [stderr] Compiling parking_lot_core v0.9.3 [INFO] [stderr] Compiling futures-sink v0.3.21 [INFO] [stderr] Compiling smallvec v1.9.0 [INFO] [stderr] Compiling itoa v1.0.2 [INFO] [stderr] Compiling tokio v1.20.0 [INFO] [stderr] Compiling slab v0.4.7 [INFO] [stderr] Compiling futures-channel v0.3.21 [INFO] [stderr] Compiling futures-task v0.3.21 [INFO] [stderr] Compiling futures-util v0.3.21 [INFO] [stderr] Compiling futures-io v0.3.21 [INFO] [stderr] Compiling tracing-core v0.1.28 [INFO] [stderr] Compiling pkg-config v0.3.25 [INFO] [stderr] Compiling indexmap v1.9.1 [INFO] [stderr] Compiling httparse v1.7.1 [INFO] [stderr] Compiling openssl v0.10.41 [INFO] [stderr] Compiling cpufeatures v0.2.2 [INFO] [stderr] Compiling http v0.2.8 [INFO] [stderr] Compiling matches v0.1.9 [INFO] [stderr] Compiling tinyvec v1.6.0 [INFO] [stderr] Compiling native-tls v0.2.10 [INFO] [stderr] Compiling ppv-lite86 v0.2.16 [INFO] [stderr] Compiling encoding_rs v0.8.31 [INFO] [stderr] Compiling httpdate v1.0.2 [INFO] [stderr] Compiling form_urlencoded v1.0.1 [INFO] [stderr] Compiling proc-macro-error-attr v1.0.4 [INFO] [stderr] Compiling num-traits v0.2.15 [INFO] [stderr] Compiling tracing v0.1.35 [INFO] [stderr] Compiling base64 v0.13.0 [INFO] [stderr] Compiling try-lock v0.2.3 [INFO] [stderr] Compiling ryu v1.0.10 [INFO] [stderr] Compiling unicode-bidi v0.3.8 [INFO] [stderr] Compiling serde_json v1.0.82 [INFO] [stderr] Compiling jobserver v0.1.24 [INFO] [stderr] Compiling mio v0.8.4 [INFO] [stderr] Compiling num_cpus v1.13.1 [INFO] [stderr] Compiling signal-hook-registry v1.4.0 [INFO] [stderr] Compiling socket2 v0.4.4 [INFO] [stderr] Compiling cc v1.0.73 [INFO] [stderr] Compiling getrandom v0.2.7 [INFO] [stderr] Compiling want v0.3.0 [INFO] [stderr] Compiling parking_lot v0.12.1 [INFO] [stderr] Compiling rand_core v0.6.3 [INFO] [stderr] Compiling http-body v0.4.5 [INFO] [stderr] Compiling aho-corasick v0.7.18 [INFO] [stderr] Compiling rand_chacha v0.3.1 [INFO] [stderr] Compiling unicode-normalization v0.1.21 [INFO] [stderr] Compiling num-integer v0.1.45 [INFO] [stderr] Compiling proc-macro-error v1.0.4 [INFO] [stderr] Compiling mime v0.3.16 [INFO] [stderr] Compiling rand v0.8.5 [INFO] [stderr] Compiling alloc-no-stdlib v2.0.3 [INFO] [stderr] Compiling crc32fast v1.3.2 [INFO] [stderr] Compiling zstd-safe v5.0.2+zstd.1.5.2 [INFO] [stderr] Compiling regex-syntax v0.6.27 [INFO] [stderr] Compiling rustversion v1.0.8 [INFO] [stderr] Compiling local-waker v0.1.3 [INFO] [stderr] Compiling alloc-stdlib v0.2.1 [INFO] [stderr] Compiling bytestring v1.1.0 [INFO] [stderr] Compiling ahash v0.7.6 [INFO] [stderr] Compiling idna v0.2.3 [INFO] [stderr] Compiling time-macros v0.2.4 [INFO] [stderr] Compiling subtle v2.4.1 [INFO] [stderr] Compiling num_threads v0.1.6 [INFO] [stderr] Compiling paste v1.0.7 [INFO] [stderr] Compiling crypto-common v0.1.6 [INFO] [stderr] Compiling block-buffer v0.10.2 [INFO] [stderr] Compiling digest v0.9.0 [INFO] [stderr] Compiling openssl-sys v0.9.75 [INFO] [stderr] Compiling zstd-sys v2.0.1+zstd.1.5.2 [INFO] [stderr] Compiling digest v0.10.3 [INFO] [stderr] Compiling block-buffer v0.9.0 [INFO] [stderr] Compiling crypto-mac v0.11.1 [INFO] [stderr] Compiling miniz_oxide v0.5.3 [INFO] [stderr] Compiling brotli-decompressor v2.3.2 [INFO] [stderr] Compiling actix-utils v3.0.0 [INFO] [stderr] Compiling cookie v0.16.0 [INFO] [stderr] Compiling convert_case v0.4.0 [INFO] [stderr] Compiling firestorm v0.5.1 [INFO] [stderr] Compiling async-trait v0.1.56 [INFO] [stderr] Compiling opaque-debug v0.3.0 [INFO] [stderr] Compiling actix-service v2.0.2 [INFO] [stderr] Compiling heck v0.4.0 [INFO] [stderr] Compiling ipnet v2.5.0 [INFO] [stderr] Compiling flate2 v1.0.24 [INFO] [stderr] Compiling sha-1 v0.9.8 [INFO] [stderr] Compiling sha1 v0.10.1 [INFO] [stderr] Compiling sha2 v0.10.2 [INFO] [stderr] Compiling hmac v0.11.0 [INFO] [stderr] Compiling oauth-credentials v0.3.0 [INFO] [stderr] Compiling anyhow v1.0.58 [INFO] [stderr] Compiling language-tags v0.3.2 [INFO] [stderr] Compiling atty v0.2.14 [INFO] [stderr] Compiling termcolor v1.1.3 [INFO] [stderr] Compiling humantime v2.1.0 [INFO] [stderr] Compiling dotenv v0.15.0 [INFO] [stderr] Compiling urlencoding v2.1.0 [INFO] [stderr] Compiling brotli v3.3.4 [INFO] [stderr] Compiling regex v1.6.0 [INFO] [stderr] Compiling env_logger v0.9.0 [INFO] [stderr] Compiling tokio-macros v1.8.0 [INFO] [stderr] Compiling futures-macro v0.3.21 [INFO] [stderr] Compiling openssl-macros v0.1.0 [INFO] [stderr] Compiling thiserror-impl v1.0.31 [INFO] [stderr] Compiling strum_macros v0.24.2 [INFO] [stderr] Compiling derive_more v0.99.17 [INFO] [stderr] Compiling actix-macros v0.2.3 [INFO] [stderr] Compiling thiserror v1.0.31 [INFO] [stderr] Compiling strum v0.24.1 [INFO] [stderr] Compiling futures-executor v0.3.21 [INFO] [stderr] Compiling local-channel v0.1.3 [INFO] [stderr] Compiling futures v0.3.21 [INFO] [stderr] Compiling tokio-util v0.7.3 [INFO] [stderr] Compiling tokio-native-tls v0.3.0 [INFO] [stderr] Compiling actix-rt v2.7.0 [INFO] [stderr] Compiling actix-server v2.1.1 [INFO] [stderr] Compiling h2 v0.3.13 [INFO] [stderr] Compiling actix-codec v0.5.0 [INFO] [stderr] Compiling toml v0.5.9 [INFO] [stderr] Compiling url v2.2.2 [INFO] [stderr] Compiling serde_urlencoded v0.7.1 [INFO] [stderr] Compiling time v0.3.11 [INFO] [stderr] Compiling chrono v0.4.19 [INFO] [stderr] Compiling actix-router v0.5.0 [INFO] [stderr] Compiling serde_path_to_error v0.1.7 [INFO] [stderr] Compiling actix-web-codegen v4.0.1 [INFO] [stderr] Compiling proc-macro-crate v1.1.3 [INFO] [stderr] Compiling oauth1-request-derive v0.4.2 [INFO] [stderr] Compiling oauth1-request v0.5.1 [INFO] [stderr] Compiling hyper v0.14.20 [INFO] [stderr] Compiling zstd v0.11.2+zstd.1.5.2 [INFO] [stderr] Compiling actix-http v3.2.1 [INFO] [stderr] Compiling hyper-tls v0.5.0 [INFO] [stderr] Compiling reqwest v0.11.11 [INFO] [stderr] Compiling actix-web v4.1.0 [INFO] [stderr] Compiling oauth2 v4.2.3 [INFO] [stderr] Compiling twitter-v2 v0.1.6 [INFO] [stderr] Compiling birdie_auth v0.1.0 (/opt/rustwide/workdir/auth) [INFO] [stderr] Compiling tweet_api v0.1.0 (/opt/rustwide/workdir/twitter_api) [INFO] [stdout] warning: unused import: `User` [INFO] [stdout] --> twitter_api/src/lists_api.rs:2:71 [INFO] [stdout] | [INFO] [stdout] 2 | use twitter_v2::{authorization::Oauth1aToken, data::List, TwitterApi, User}; [INFO] [stdout] | ^^^^ [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(unused_imports)]` on by default [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: methods `post_public_list`, `update_list`, `add_member`, `follow_list`, `pin_list`, and `unpin_list` are never used [INFO] [stdout] --> twitter_api/src/lists_api.rs:15:18 [INFO] [stdout] | [INFO] [stdout] 8 | impl ListsApi { [INFO] [stdout] | ------------- methods in this implementation [INFO] [stdout] ... [INFO] [stdout] 15 | pub async fn post_public_list( [INFO] [stdout] | ^^^^^^^^^^^^^^^^ [INFO] [stdout] ... [INFO] [stdout] 33 | pub async fn update_list( [INFO] [stdout] | ^^^^^^^^^^^ [INFO] [stdout] ... [INFO] [stdout] 52 | pub async fn add_member(&self, list_id: u64, user_id: u64) -> Result { [INFO] [stdout] | ^^^^^^^^^^ [INFO] [stdout] ... [INFO] [stdout] 63 | pub async fn follow_list(&self, list_id: u64) -> Result { [INFO] [stdout] | ^^^^^^^^^^^ [INFO] [stdout] ... [INFO] [stdout] 77 | pub async fn pin_list(&self, list_id: u64) -> Result { [INFO] [stdout] | ^^^^^^^^ [INFO] [stdout] ... [INFO] [stdout] 91 | pub async fn unpin_list(&self, list_id: u64) -> Result { [INFO] [stdout] | ^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(dead_code)]` on by default [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: struct `TweetApi` is never constructed [INFO] [stdout] --> twitter_api/src/tweet_api.rs:4:12 [INFO] [stdout] | [INFO] [stdout] 4 | pub struct TweetApi { [INFO] [stdout] | ^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: enum `TweetLikeAction` is never used [INFO] [stdout] --> twitter_api/src/tweet_api.rs:8:10 [INFO] [stdout] | [INFO] [stdout] 8 | pub enum TweetLikeAction { [INFO] [stdout] | ^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: associated items `new`, `get_me`, `post_tweet`, `post_retweet`, `delete_tweet`, and `like_or_unlike_tweet` are never used [INFO] [stdout] --> twitter_api/src/tweet_api.rs:14:18 [INFO] [stdout] | [INFO] [stdout] 13 | impl TweetApi { [INFO] [stdout] | ------------- associated items in this implementation [INFO] [stdout] 14 | pub async fn new() -> Result { [INFO] [stdout] | ^^^ [INFO] [stdout] ... [INFO] [stdout] 20 | pub async fn get_me(&self) -> Result { [INFO] [stdout] | ^^^^^^ [INFO] [stdout] ... [INFO] [stdout] 32 | pub async fn post_tweet( [INFO] [stdout] | ^^^^^^^^^^ [INFO] [stdout] ... [INFO] [stdout] 51 | pub async fn post_retweet(&self, tweet_id: u64) -> Result<(), anyhow::Error> { [INFO] [stdout] | ^^^^^^^^^^^^ [INFO] [stdout] ... [INFO] [stdout] 61 | pub async fn delete_tweet(&self, tweet_id: u64) -> Result<(), anyhow::Error> { [INFO] [stdout] | ^^^^^^^^^^^^ [INFO] [stdout] ... [INFO] [stdout] 69 | pub async fn like_or_unlike_tweet( [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: linking with `cc` failed: exit status: 1 [INFO] [stdout] | [INFO] [stdout] = note: LC_ALL="C" PATH="/opt/rustwide/rustup-home/toolchains/ff2c56344c764af598ad33027e9c7a48881808ef/lib/rustlib/x86_64-unknown-linux-gnu/bin:/opt/rustwide/cargo-home/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin" VSLANG="1033" "cc" "-m64" "/tmp/rustc06PnHS/symbols.o" "/opt/rustwide/target/debug/deps/oauth2_server-37200be38cc10310.oauth2_server.971dcee3e1decb39-cgu.00.rcgu.o" "/opt/rustwide/target/debug/deps/oauth2_server-37200be38cc10310.oauth2_server.971dcee3e1decb39-cgu.01.rcgu.o" "/opt/rustwide/target/debug/deps/oauth2_server-37200be38cc10310.oauth2_server.971dcee3e1decb39-cgu.02.rcgu.o" "/opt/rustwide/target/debug/deps/oauth2_server-37200be38cc10310.oauth2_server.971dcee3e1decb39-cgu.03.rcgu.o" "/opt/rustwide/target/debug/deps/oauth2_server-37200be38cc10310.oauth2_server.971dcee3e1decb39-cgu.04.rcgu.o" "/opt/rustwide/target/debug/deps/oauth2_server-37200be38cc10310.oauth2_server.971dcee3e1decb39-cgu.05.rcgu.o" "/opt/rustwide/target/debug/deps/oauth2_server-37200be38cc10310.oauth2_server.971dcee3e1decb39-cgu.06.rcgu.o" "/opt/rustwide/target/debug/deps/oauth2_server-37200be38cc10310.oauth2_server.971dcee3e1decb39-cgu.07.rcgu.o" "/opt/rustwide/target/debug/deps/oauth2_server-37200be38cc10310.oauth2_server.971dcee3e1decb39-cgu.08.rcgu.o" "/opt/rustwide/target/debug/deps/oauth2_server-37200be38cc10310.oauth2_server.971dcee3e1decb39-cgu.09.rcgu.o" "/opt/rustwide/target/debug/deps/oauth2_server-37200be38cc10310.oauth2_server.971dcee3e1decb39-cgu.10.rcgu.o" "/opt/rustwide/target/debug/deps/oauth2_server-37200be38cc10310.oauth2_server.971dcee3e1decb39-cgu.11.rcgu.o" "/opt/rustwide/target/debug/deps/oauth2_server-37200be38cc10310.oauth2_server.971dcee3e1decb39-cgu.12.rcgu.o" "/opt/rustwide/target/debug/deps/oauth2_server-37200be38cc10310.oauth2_server.971dcee3e1decb39-cgu.13.rcgu.o" "/opt/rustwide/target/debug/deps/oauth2_server-37200be38cc10310.oauth2_server.971dcee3e1decb39-cgu.14.rcgu.o" "/opt/rustwide/target/debug/deps/oauth2_server-37200be38cc10310.oauth2_server.971dcee3e1decb39-cgu.15.rcgu.o" "/opt/rustwide/target/debug/deps/oauth2_server-37200be38cc10310.bywkxkjvnx9ewia.rcgu.o" "-Wl,--as-needed" "-L" "/opt/rustwide/target/debug/deps" "-L" "/opt/rustwide/target/debug/build/zstd-sys-db47097540679866/out" "-L" "/opt/rustwide/rustup-home/toolchains/ff2c56344c764af598ad33027e9c7a48881808ef/lib/rustlib/x86_64-unknown-linux-gnu/lib" "-Wl,-Bstatic" "/opt/rustwide/target/debug/deps/libenv_logger-8800c7dc7225b01b.rlib" "/opt/rustwide/target/debug/deps/libatty-5eda582901124f9d.rlib" "/opt/rustwide/target/debug/deps/libtermcolor-d19f793f1637ef2f.rlib" "/opt/rustwide/target/debug/deps/libhumantime-28a5c7939082a25f.rlib" "/opt/rustwide/target/debug/deps/libdotenv-aec792e0e9b26cb8.rlib" "/opt/rustwide/target/debug/deps/libtwitter_v2-0038ef1b08f2e379.rlib" "/opt/rustwide/target/debug/deps/liboauth1_request-40eadc3ca4053e33.rlib" "/opt/rustwide/target/debug/deps/libsha1-8cc81ef9306ddafd.rlib" "/opt/rustwide/target/debug/deps/libopaque_debug-a639e5b4b501fe11.rlib" "/opt/rustwide/target/debug/deps/libblock_buffer-58a04b9f01c1361d.rlib" "/opt/rustwide/target/debug/deps/libhmac-f5fccb7ba58cbfe4.rlib" "/opt/rustwide/target/debug/deps/libdigest-f7a9eb00fc32274c.rlib" "/opt/rustwide/target/debug/deps/libcrypto_mac-2f6385fe5ae6868a.rlib" "/opt/rustwide/target/debug/deps/libsubtle-e20c91997421cdd0.rlib" "/opt/rustwide/target/debug/deps/liboauth_credentials-4c3d6b2c6cbfe0f3.rlib" "/opt/rustwide/target/debug/deps/libstrum-c8fc159814f426bd.rlib" "/opt/rustwide/target/debug/deps/libfutures-567bf5b6be4b8e35.rlib" "/opt/rustwide/target/debug/deps/libfutures_executor-7d5145ea61f87862.rlib" "/opt/rustwide/target/debug/deps/liboauth2-73b339aa98857619.rlib" "/opt/rustwide/target/debug/deps/libserde_path_to_error-2d81c38e846c8116.rlib" "/opt/rustwide/target/debug/deps/libsha2-7f90109b47d98322.rlib" "/opt/rustwide/target/debug/deps/libreqwest-725ce06f68007df9.rlib" "/opt/rustwide/target/debug/deps/libhyper_tls-a0f83095107b3fe3.rlib" "/opt/rustwide/target/debug/deps/libipnet-aee3a6468a93add6.rlib" "/opt/rustwide/target/debug/deps/libtokio_native_tls-9bda9af7b8cb92fe.rlib" "/opt/rustwide/target/debug/deps/libnative_tls-3b1a59b7b8675969.rlib" "/opt/rustwide/target/debug/deps/libopenssl_probe-4ef163abf36661c4.rlib" "/opt/rustwide/target/debug/deps/libopenssl-bdf6402fc615da8a.rlib" "/opt/rustwide/target/debug/deps/libforeign_types-dc2dc66b96dc6009.rlib" "/opt/rustwide/target/debug/deps/libforeign_types_shared-a723f4363bfbfab5.rlib" "/opt/rustwide/target/debug/deps/libopenssl_sys-2eceeb5211cf7f34.rlib" "/opt/rustwide/target/debug/deps/libhyper-d1540635c52fcf27.rlib" "/opt/rustwide/target/debug/deps/libwant-eee73d55ddc9c74b.rlib" "/opt/rustwide/target/debug/deps/libtry_lock-c2c83306f7338f1e.rlib" "/opt/rustwide/target/debug/deps/libtower_service-c1df9daf28a2db95.rlib" "/opt/rustwide/target/debug/deps/libhttp_body-f38b0a4223713ab5.rlib" "/opt/rustwide/target/debug/deps/liblazy_static-b82c15677deef9e2.rlib" "/opt/rustwide/target/debug/deps/libthiserror-334dfbe250df97d9.rlib" "/opt/rustwide/target/debug/deps/libchrono-4f2f5eefb5f9726e.rlib" "/opt/rustwide/target/debug/deps/libnum_integer-5ff516a0376f0d7a.rlib" "/opt/rustwide/target/debug/deps/libnum_traits-a2a31b9a5488dbd4.rlib" "/opt/rustwide/target/debug/deps/libactix_web-3d5b3d18b4424538.rlib" "/opt/rustwide/target/debug/deps/libcookie-7a201e8831b30dca.rlib" "/opt/rustwide/target/debug/deps/libtime-cb9c43d77f6f74eb.rlib" "/opt/rustwide/target/debug/deps/liburl-31c83e19e9a60fc2.rlib" "/opt/rustwide/target/debug/deps/libidna-ae809fcbc0496c6d.rlib" "/opt/rustwide/target/debug/deps/libunicode_normalization-473193bcd88c64a2.rlib" "/opt/rustwide/target/debug/deps/libtinyvec-c3d809a52f8073b0.rlib" "/opt/rustwide/target/debug/deps/libtinyvec_macros-1bf1a30eed3b5c6a.rlib" "/opt/rustwide/target/debug/deps/libunicode_bidi-4d7b422b6eb43b2b.rlib" "/opt/rustwide/target/debug/deps/libserde_urlencoded-c434528cc5c85470.rlib" "/opt/rustwide/target/debug/deps/libform_urlencoded-b9bf2341570d78f9.rlib" "/opt/rustwide/target/debug/deps/libmatches-2a310fad976784d4.rlib" "/opt/rustwide/target/debug/deps/libserde_json-9878e6bb84e0b7b1.rlib" "/opt/rustwide/target/debug/deps/libryu-1ee9dd08e2353758.rlib" "/opt/rustwide/target/debug/deps/libactix_server-ede3954463055e02.rlib" "/opt/rustwide/target/debug/deps/libactix_router-d1d220f5e0d22996.rlib" "/opt/rustwide/target/debug/deps/libregex-82a9d03e5b4a4c74.rlib" "/opt/rustwide/target/debug/deps/libaho_corasick-80f7a70dd86fdf7a.rlib" "/opt/rustwide/target/debug/deps/libregex_syntax-51d8c96f7e8697e8.rlib" "/opt/rustwide/target/debug/deps/libfirestorm-48b7d3300757fb58.rlib" "/opt/rustwide/target/debug/deps/libserde-c98c4033456f180e.rlib" "/opt/rustwide/target/debug/deps/libactix_http-f240719ba9cd3413.rlib" "/opt/rustwide/target/debug/deps/libbase64-70ad20caa2b11358.rlib" "/opt/rustwide/target/debug/deps/librand-03ea0c32d8f94ec2.rlib" "/opt/rustwide/target/debug/deps/librand_chacha-4b8aefd4fe50d4c0.rlib" "/opt/rustwide/target/debug/deps/libppv_lite86-710861601052e463.rlib" "/opt/rustwide/target/debug/deps/librand_core-da954cb8ced2dec2.rlib" "/opt/rustwide/target/debug/deps/libhttparse-e19dc9d684e65670.rlib" "/opt/rustwide/target/debug/deps/libbrotli-e4e6bfaa7c73610e.rlib" "/opt/rustwide/target/debug/deps/libbrotli_decompressor-ee197ec6fb3199f1.rlib" "/opt/rustwide/target/debug/deps/liballoc_stdlib-ea1ca31e902ecd9e.rlib" "/opt/rustwide/target/debug/deps/liballoc_no_stdlib-5a9eb49fffd107a7.rlib" "/opt/rustwide/target/debug/deps/libhttpdate-9d36a622b826fcbb.rlib" "/opt/rustwide/target/debug/deps/libsha1-c19e21535bd9e6f4.rlib" "/opt/rustwide/target/debug/deps/libcpufeatures-f9f03e238422499c.rlib" "/opt/rustwide/target/debug/deps/libdigest-51d58210639ce764.rlib" "/opt/rustwide/target/debug/deps/libblock_buffer-b2e0eb667d7ea8cb.rlib" "/opt/rustwide/target/debug/deps/libcrypto_common-8f7ff8401e1db60b.rlib" "/opt/rustwide/target/debug/deps/libgeneric_array-aae8f175a81a2270.rlib" "/opt/rustwide/target/debug/deps/libtypenum-872c5d0a52e3e462.rlib" "/opt/rustwide/target/debug/deps/liblocal_channel-099097350feadf4b.rlib" "/opt/rustwide/target/debug/deps/libbytestring-2f4f98827fa0d3be.rlib" "/opt/rustwide/target/debug/deps/libencoding_rs-0f559fee3cdfbb34.rlib" "/opt/rustwide/target/debug/deps/liblanguage_tags-9e0ef2034e58cfee.rlib" "/opt/rustwide/target/debug/deps/libmime-9e07d67b5ac64e40.rlib" "/opt/rustwide/target/debug/deps/libpercent_encoding-cd7356c23e34a112.rlib" "/opt/rustwide/target/debug/deps/libh2-90efeda9ff1e28b5.rlib" "/opt/rustwide/target/debug/deps/libindexmap-d4ff98c05e319d91.rlib" "/opt/rustwide/target/debug/deps/libhashbrown-b50da1c079e7685f.rlib" "/opt/rustwide/target/debug/deps/libfutures_util-93cf475f9543b98b.rlib" "/opt/rustwide/target/debug/deps/libfutures_io-5ef4a2ef2d88829e.rlib" "/opt/rustwide/target/debug/deps/libslab-23908f3247a0fd64.rlib" "/opt/rustwide/target/debug/deps/libfutures_channel-2c1903c75a2ea883.rlib" "/opt/rustwide/target/debug/deps/libfutures_task-3f00b0d0587ef316.rlib" "/opt/rustwide/target/debug/deps/libpin_utils-339fc95f834a67dc.rlib" "/opt/rustwide/target/debug/deps/libahash-908ca422b866db6c.rlib" "/opt/rustwide/target/debug/deps/libgetrandom-2ef6bd28b00d549e.rlib" "/opt/rustwide/target/debug/deps/libzstd-d48d46c19f46e603.rlib" "/opt/rustwide/target/debug/deps/libzstd_safe-8a1adfaf710c58e3.rlib" "/opt/rustwide/target/debug/deps/libzstd_sys-5cfc11a5e9563e26.rlib" "/opt/rustwide/target/debug/deps/libflate2-d8a777e0faf27210.rlib" "/opt/rustwide/target/debug/deps/libminiz_oxide-a3acf3151e80ead6.rlib" "/opt/rustwide/target/debug/deps/libadler-c1df679d243ed5d4.rlib" "/opt/rustwide/target/debug/deps/libcrc32fast-f1c2e1a63bf60628.rlib" "/opt/rustwide/target/debug/deps/libactix_service-869b73b3cf9ff881.rlib" "/opt/rustwide/target/debug/deps/libactix_codec-86d176e0c7fc64e5.rlib" "/opt/rustwide/target/debug/deps/libtokio_util-0b0c0d917f24b54f.rlib" "/opt/rustwide/target/debug/deps/libtracing-3d357747d14b59fd.rlib" "/opt/rustwide/target/debug/deps/libtracing_core-0345018cc006a762.rlib" "/opt/rustwide/target/debug/deps/libfutures_sink-26d5ea0f19d875a6.rlib" "/opt/rustwide/target/debug/deps/libbitflags-560efdb99b117eef.rlib" "/opt/rustwide/target/debug/deps/libactix_utils-88394a8884dcf502.rlib" "/opt/rustwide/target/debug/deps/liblocal_waker-4526121dd9938249.rlib" "/opt/rustwide/target/debug/deps/libactix_rt-9a9aab21699dac6d.rlib" "/opt/rustwide/target/debug/deps/libtokio-01bcc4b43e3379f4.rlib" "/opt/rustwide/target/debug/deps/libsignal_hook_registry-993e8d311c44a696.rlib" "/opt/rustwide/target/debug/deps/libnum_cpus-a6abf6bf498beb93.rlib" "/opt/rustwide/target/debug/deps/libsocket2-cf38fc4b42f747d7.rlib" "/opt/rustwide/target/debug/deps/libmemchr-a4f7a93850c27d99.rlib" "/opt/rustwide/target/debug/deps/libonce_cell-99063bcd5f00321b.rlib" "/opt/rustwide/target/debug/deps/libmio-c3bc7435a107b09f.rlib" "/opt/rustwide/target/debug/deps/liblog-f57c68921d25f7ab.rlib" "/opt/rustwide/target/debug/deps/libparking_lot-c2f47a68650d1fa4.rlib" "/opt/rustwide/target/debug/deps/libparking_lot_core-90ce7aef9f2b47be.rlib" "/opt/rustwide/target/debug/deps/liblibc-655b04a26ff0aa2c.rlib" "/opt/rustwide/target/debug/deps/libcfg_if-0128a598f57c42f0.rlib" "/opt/rustwide/target/debug/deps/libsmallvec-95624225059439b4.rlib" "/opt/rustwide/target/debug/deps/liblock_api-5d62ca0680cbc8da.rlib" "/opt/rustwide/target/debug/deps/libscopeguard-6ebe5b14c8a6c2d8.rlib" "/opt/rustwide/target/debug/deps/libpin_project_lite-0d60682517d3a5a0.rlib" "/opt/rustwide/target/debug/deps/libfutures_core-64294331a088ff3b.rlib" "/opt/rustwide/target/debug/deps/libhttp-b8ca733c8c5bf98e.rlib" "/opt/rustwide/target/debug/deps/libitoa-83ac3cf80711f538.rlib" "/opt/rustwide/target/debug/deps/libbytes-b16730306bb3c97e.rlib" "/opt/rustwide/target/debug/deps/libfnv-574dedeaa4c89e1d.rlib" "/opt/rustwide/rustup-home/toolchains/ff2c56344c764af598ad33027e9c7a48881808ef/lib/rustlib/x86_64-unknown-linux-gnu/lib/libstd-ac8c01c554941eda.rlib" "/opt/rustwide/rustup-home/toolchains/ff2c56344c764af598ad33027e9c7a48881808ef/lib/rustlib/x86_64-unknown-linux-gnu/lib/libpanic_unwind-8658b562b4bc9014.rlib" "/opt/rustwide/rustup-home/toolchains/ff2c56344c764af598ad33027e9c7a48881808ef/lib/rustlib/x86_64-unknown-linux-gnu/lib/libobject-3f17a82d6f357d02.rlib" "/opt/rustwide/rustup-home/toolchains/ff2c56344c764af598ad33027e9c7a48881808ef/lib/rustlib/x86_64-unknown-linux-gnu/lib/libmemchr-b18e95f01f68fe15.rlib" "/opt/rustwide/rustup-home/toolchains/ff2c56344c764af598ad33027e9c7a48881808ef/lib/rustlib/x86_64-unknown-linux-gnu/lib/libaddr2line-f13c9e14ea01d467.rlib" "/opt/rustwide/rustup-home/toolchains/ff2c56344c764af598ad33027e9c7a48881808ef/lib/rustlib/x86_64-unknown-linux-gnu/lib/libgimli-5f665d37f127e827.rlib" "/opt/rustwide/rustup-home/toolchains/ff2c56344c764af598ad33027e9c7a48881808ef/lib/rustlib/x86_64-unknown-linux-gnu/lib/librustc_demangle-36e065ac22f29782.rlib" "/opt/rustwide/rustup-home/toolchains/ff2c56344c764af598ad33027e9c7a48881808ef/lib/rustlib/x86_64-unknown-linux-gnu/lib/libstd_detect-2d131236edb9f3b1.rlib" "/opt/rustwide/rustup-home/toolchains/ff2c56344c764af598ad33027e9c7a48881808ef/lib/rustlib/x86_64-unknown-linux-gnu/lib/libhashbrown-84ab31faa4fd82ed.rlib" "/opt/rustwide/rustup-home/toolchains/ff2c56344c764af598ad33027e9c7a48881808ef/lib/rustlib/x86_64-unknown-linux-gnu/lib/librustc_std_workspace_alloc-f1266d0fa705ff20.rlib" "/opt/rustwide/rustup-home/toolchains/ff2c56344c764af598ad33027e9c7a48881808ef/lib/rustlib/x86_64-unknown-linux-gnu/lib/libminiz_oxide-4a0ab320ded9b408.rlib" "/opt/rustwide/rustup-home/toolchains/ff2c56344c764af598ad33027e9c7a48881808ef/lib/rustlib/x86_64-unknown-linux-gnu/lib/libadler-aea37e6b802c4566.rlib" "/opt/rustwide/rustup-home/toolchains/ff2c56344c764af598ad33027e9c7a48881808ef/lib/rustlib/x86_64-unknown-linux-gnu/lib/libunwind-06ef5b9b64386eaa.rlib" "/opt/rustwide/rustup-home/toolchains/ff2c56344c764af598ad33027e9c7a48881808ef/lib/rustlib/x86_64-unknown-linux-gnu/lib/libcfg_if-a099cfdcf5ac5c57.rlib" "/opt/rustwide/rustup-home/toolchains/ff2c56344c764af598ad33027e9c7a48881808ef/lib/rustlib/x86_64-unknown-linux-gnu/lib/liblibc-5f8c8143cdb8d04b.rlib" "/opt/rustwide/rustup-home/toolchains/ff2c56344c764af598ad33027e9c7a48881808ef/lib/rustlib/x86_64-unknown-linux-gnu/lib/liballoc-3bf59988464e229a.rlib" "/opt/rustwide/rustup-home/toolchains/ff2c56344c764af598ad33027e9c7a48881808ef/lib/rustlib/x86_64-unknown-linux-gnu/lib/librustc_std_workspace_core-9686387289eaa322.rlib" "/opt/rustwide/rustup-home/toolchains/ff2c56344c764af598ad33027e9c7a48881808ef/lib/rustlib/x86_64-unknown-linux-gnu/lib/libcore-632ae0f28c5e55ff.rlib" "/opt/rustwide/rustup-home/toolchains/ff2c56344c764af598ad33027e9c7a48881808ef/lib/rustlib/x86_64-unknown-linux-gnu/lib/libcompiler_builtins-8ebeba8f78436673.rlib" "-Wl,-Bdynamic" "-lssl" "-lcrypto" "-lgcc_s" "-lutil" "-lrt" "-lpthread" "-lm" "-ldl" "-lc" "-Wl,--eh-frame-hdr" "-Wl,-z,noexecstack" "-L" "/opt/rustwide/rustup-home/toolchains/ff2c56344c764af598ad33027e9c7a48881808ef/lib/rustlib/x86_64-unknown-linux-gnu/lib" "-o" "/opt/rustwide/target/debug/deps/oauth2_server-37200be38cc10310" "-Wl,--gc-sections" "-pie" "-Wl,-z,relro,-z,now" "-nodefaultlibs" [INFO] [stdout] = note: collect2: fatal error: ld terminated with signal 9 [Killed] [INFO] [stdout] compilation terminated. [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: aborting due to 1 previous error [INFO] [stdout] [INFO] [stdout] [INFO] [stderr] error: could not compile `birdie_auth` (bin "oauth2_server") due to 2 previous errors [INFO] [stderr] warning: build failed, waiting for other jobs to finish... [INFO] [stdout] warning: 5 warnings emitted [INFO] [stdout] [INFO] [stdout] [INFO] running `Command { std: "docker" "inspect" "391c7e19420b96a9c03f6428190efec73b0c9f14eaaa5ebb5f518ce40b1404ad", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "391c7e19420b96a9c03f6428190efec73b0c9f14eaaa5ebb5f518ce40b1404ad", kill_on_drop: false }` [INFO] [stdout] 391c7e19420b96a9c03f6428190efec73b0c9f14eaaa5ebb5f518ce40b1404ad [INFO] testing collinsmuriuki/birdie against try#5e4273472e1b2f223618a9b3def795f6224f241d for pr-118825 [INFO] running `Command { std: "git" "clone" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fcollinsmuriuki%2Fbirdie" "/workspace/builds/worker-1-tc2/source", kill_on_drop: false }` [INFO] [stderr] Cloning into '/workspace/builds/worker-1-tc2/source'... [INFO] [stderr] done. [INFO] validating manifest of git repo https://github.com/collinsmuriuki/birdie on toolchain 5e4273472e1b2f223618a9b3def795f6224f241d [INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+5e4273472e1b2f223618a9b3def795f6224f241d" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }` [INFO] started tweaking git repo https://github.com/collinsmuriuki/birdie [INFO] finished tweaking git repo https://github.com/collinsmuriuki/birdie [INFO] tweaked toml for git repo https://github.com/collinsmuriuki/birdie written to /workspace/builds/worker-1-tc2/source/Cargo.toml [INFO] crate git repo https://github.com/collinsmuriuki/birdie 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" "+5e4273472e1b2f223618a9b3def795f6224f241d" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }` [INFO] [stderr] warning: virtual workspace defaulting to `resolver = "1"` despite one or more workspace members being on edition 2021 which implies `resolver = "2"` [INFO] [stderr] note: to keep the current resolver, specify `workspace.resolver = "1"` in the workspace root's manifest [INFO] [stderr] note: to use the edition 2021 resolver, specify `workspace.resolver = "2"` in the workspace root's manifest [INFO] [stderr] note: for more details see https://doc.rust-lang.org/cargo/reference/resolver.html#resolver-versions [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:2788e3201cd34a07e3172128adcd8b3090168a8e3bcc40d7c032b9dda1df7d1c" "/opt/rustwide/cargo-home/bin/cargo" "+5e4273472e1b2f223618a9b3def795f6224f241d" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }` [INFO] [stdout] f5059a284c1cddcc47a371206325e074adc7e43892ee45cce611d2a135bd5d1a [INFO] running `Command { std: "docker" "start" "-a" "f5059a284c1cddcc47a371206325e074adc7e43892ee45cce611d2a135bd5d1a", kill_on_drop: false }` [INFO] running `Command { std: "docker" "inspect" "f5059a284c1cddcc47a371206325e074adc7e43892ee45cce611d2a135bd5d1a", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "f5059a284c1cddcc47a371206325e074adc7e43892ee45cce611d2a135bd5d1a", kill_on_drop: false }` [INFO] [stdout] f5059a284c1cddcc47a371206325e074adc7e43892ee45cce611d2a135bd5d1a [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:2788e3201cd34a07e3172128adcd8b3090168a8e3bcc40d7c032b9dda1df7d1c" "/opt/rustwide/cargo-home/bin/cargo" "+5e4273472e1b2f223618a9b3def795f6224f241d" "build" "--frozen" "--message-format=json", kill_on_drop: false }` [INFO] [stdout] 45d41dad827873c5f88ae3b7759bb910eb74f0262d09e955f64eba3687729d17 [INFO] running `Command { std: "docker" "start" "-a" "45d41dad827873c5f88ae3b7759bb910eb74f0262d09e955f64eba3687729d17", kill_on_drop: false }` [INFO] [stderr] warning: virtual workspace defaulting to `resolver = "1"` despite one or more workspace members being on edition 2021 which implies `resolver = "2"` [INFO] [stderr] note: to keep the current resolver, specify `workspace.resolver = "1"` in the workspace root's manifest [INFO] [stderr] note: to use the edition 2021 resolver, specify `workspace.resolver = "2"` in the workspace root's manifest [INFO] [stderr] note: for more details see https://doc.rust-lang.org/cargo/reference/resolver.html#resolver-versions [INFO] [stderr] Compiling proc-macro2 v1.0.40 [INFO] [stderr] Compiling quote v1.0.20 [INFO] [stderr] Compiling unicode-ident v1.0.2 [INFO] [stderr] Compiling syn v1.0.98 [INFO] [stderr] Compiling libc v0.2.126 [INFO] [stderr] Compiling serde_derive v1.0.140 [INFO] [stderr] Compiling futures-core v0.3.21 [INFO] [stderr] Compiling serde v1.0.140 [INFO] [stderr] Compiling bytes v1.2.0 [INFO] [stderr] Compiling once_cell v1.13.0 [INFO] [stderr] Compiling typenum v1.15.0 [INFO] [stderr] Compiling lock_api v0.4.7 [INFO] [stderr] Compiling generic-array v0.14.5 [INFO] [stderr] Compiling parking_lot_core v0.9.3 [INFO] [stderr] Compiling futures-sink v0.3.21 [INFO] [stderr] Compiling itoa v1.0.2 [INFO] [stderr] Compiling smallvec v1.9.0 [INFO] [stderr] Compiling slab v0.4.7 [INFO] [stderr] Compiling tokio v1.20.0 [INFO] [stderr] Compiling futures-task v0.3.21 [INFO] [stderr] Compiling futures-channel v0.3.21 [INFO] [stderr] Compiling futures-util v0.3.21 [INFO] [stderr] Compiling futures-io v0.3.21 [INFO] [stderr] Compiling tracing-core v0.1.28 [INFO] [stderr] Compiling pkg-config v0.3.25 [INFO] [stderr] Compiling indexmap v1.9.1 [INFO] [stderr] Compiling httparse v1.7.1 [INFO] [stderr] Compiling matches v0.1.9 [INFO] [stderr] Compiling http v0.2.8 [INFO] [stderr] Compiling openssl v0.10.41 [INFO] [stderr] Compiling cpufeatures v0.2.2 [INFO] [stderr] Compiling tinyvec v1.6.0 [INFO] [stderr] Compiling encoding_rs v0.8.31 [INFO] [stderr] Compiling native-tls v0.2.10 [INFO] [stderr] Compiling ppv-lite86 v0.2.16 [INFO] [stderr] Compiling form_urlencoded v1.0.1 [INFO] [stderr] Compiling num-traits v0.2.15 [INFO] [stderr] Compiling proc-macro-error-attr v1.0.4 [INFO] [stderr] Compiling tracing v0.1.35 [INFO] [stderr] Compiling unicode-bidi v0.3.8 [INFO] [stderr] Compiling serde_json v1.0.82 [INFO] [stderr] Compiling try-lock v0.2.3 [INFO] [stderr] Compiling ryu v1.0.10 [INFO] [stderr] Compiling base64 v0.13.0 [INFO] [stderr] Compiling jobserver v0.1.24 [INFO] [stderr] Compiling num_cpus v1.13.1 [INFO] [stderr] Compiling signal-hook-registry v1.4.0 [INFO] [stderr] Compiling mio v0.8.4 [INFO] [stderr] Compiling socket2 v0.4.4 [INFO] [stderr] Compiling getrandom v0.2.7 [INFO] [stderr] Compiling cc v1.0.73 [INFO] [stderr] Compiling parking_lot v0.12.1 [INFO] [stderr] Compiling rand_core v0.6.3 [INFO] [stderr] Compiling http-body v0.4.5 [INFO] [stderr] Compiling want v0.3.0 [INFO] [stderr] Compiling unicode-normalization v0.1.21 [INFO] [stderr] Compiling rand_chacha v0.3.1 [INFO] [stderr] Compiling aho-corasick v0.7.18 [INFO] [stderr] Compiling proc-macro-error v1.0.4 [INFO] [stderr] Compiling num-integer v0.1.45 [INFO] [stderr] Compiling zstd-safe v5.0.2+zstd.1.5.2 [INFO] [stderr] Compiling local-waker v0.1.3 [INFO] [stderr] Compiling rustversion v1.0.8 [INFO] [stderr] Compiling tower-service v0.3.2 [INFO] [stderr] Compiling rand v0.8.5 [INFO] [stderr] Compiling crc32fast v1.3.2 [INFO] [stderr] Compiling alloc-no-stdlib v2.0.3 [INFO] [stderr] Compiling regex-syntax v0.6.27 [INFO] [stderr] Compiling mime v0.3.16 [INFO] [stderr] Compiling alloc-stdlib v0.2.1 [INFO] [stderr] Compiling bytestring v1.1.0 [INFO] [stderr] Compiling idna v0.2.3 [INFO] [stderr] Compiling ahash v0.7.6 [INFO] [stderr] Compiling time-macros v0.2.4 [INFO] [stderr] Compiling paste v1.0.7 [INFO] [stderr] Compiling block-buffer v0.10.2 [INFO] [stderr] Compiling crypto-common v0.1.6 [INFO] [stderr] Compiling digest v0.9.0 [INFO] [stderr] Compiling subtle v2.4.1 [INFO] [stderr] Compiling digest v0.10.3 [INFO] [stderr] Compiling num_threads v0.1.6 [INFO] [stderr] Compiling miniz_oxide v0.5.3 [INFO] [stderr] Compiling crypto-mac v0.11.1 [INFO] [stderr] Compiling block-buffer v0.9.0 [INFO] [stderr] Compiling openssl-sys v0.9.75 [INFO] [stderr] Compiling zstd-sys v2.0.1+zstd.1.5.2 [INFO] [stderr] Compiling brotli-decompressor v2.3.2 [INFO] [stderr] Compiling actix-utils v3.0.0 [INFO] [stderr] Compiling cookie v0.16.0 [INFO] [stderr] Compiling heck v0.4.0 [INFO] [stderr] Compiling async-trait v0.1.56 [INFO] [stderr] Compiling ipnet v2.5.0 [INFO] [stderr] Compiling opaque-debug v0.3.0 [INFO] [stderr] Compiling firestorm v0.5.1 [INFO] [stderr] Compiling convert_case v0.4.0 [INFO] [stderr] Compiling actix-service v2.0.2 [INFO] [stderr] Compiling sha-1 v0.9.8 [INFO] [stderr] Compiling flate2 v1.0.24 [INFO] [stderr] Compiling sha2 v0.10.2 [INFO] [stderr] Compiling sha1 v0.10.1 [INFO] [stderr] Compiling hmac v0.11.0 [INFO] [stderr] Compiling anyhow v1.0.58 [INFO] [stderr] Compiling language-tags v0.3.2 [INFO] [stderr] Compiling oauth-credentials v0.3.0 [INFO] [stderr] Compiling atty v0.2.14 [INFO] [stderr] Compiling humantime v2.1.0 [INFO] [stderr] Compiling termcolor v1.1.3 [INFO] [stderr] Compiling urlencoding v2.1.0 [INFO] [stderr] Compiling dotenv v0.15.0 [INFO] [stderr] Compiling brotli v3.3.4 [INFO] [stderr] Compiling regex v1.6.0 [INFO] [stderr] Compiling env_logger v0.9.0 [INFO] [stderr] Compiling tokio-macros v1.8.0 [INFO] [stderr] Compiling futures-macro v0.3.21 [INFO] [stderr] Compiling openssl-macros v0.1.0 [INFO] [stderr] Compiling thiserror-impl v1.0.31 [INFO] [stderr] Compiling strum_macros v0.24.2 [INFO] [stderr] Compiling derive_more v0.99.17 [INFO] [stderr] Compiling actix-macros v0.2.3 [INFO] [stderr] Compiling thiserror v1.0.31 [INFO] [stderr] Compiling strum v0.24.1 [INFO] [stderr] Compiling futures-executor v0.3.21 [INFO] [stderr] Compiling local-channel v0.1.3 [INFO] [stderr] Compiling futures v0.3.21 [INFO] [stderr] Compiling tokio-util v0.7.3 [INFO] [stderr] Compiling tokio-native-tls v0.3.0 [INFO] [stderr] Compiling actix-rt v2.7.0 [INFO] [stderr] Compiling actix-server v2.1.1 [INFO] [stderr] Compiling h2 v0.3.13 [INFO] [stderr] Compiling actix-codec v0.5.0 [INFO] [stderr] Compiling toml v0.5.9 [INFO] [stderr] Compiling url v2.2.2 [INFO] [stderr] Compiling serde_urlencoded v0.7.1 [INFO] [stderr] Compiling time v0.3.11 [INFO] [stderr] Compiling serde_path_to_error v0.1.7 [INFO] [stderr] Compiling actix-router v0.5.0 [INFO] [stderr] Compiling chrono v0.4.19 [INFO] [stderr] Compiling actix-web-codegen v4.0.1 [INFO] [stderr] Compiling proc-macro-crate v1.1.3 [INFO] [stderr] Compiling oauth1-request-derive v0.4.2 [INFO] [stderr] Compiling oauth1-request v0.5.1 [INFO] [stderr] Compiling hyper v0.14.20 [INFO] [stderr] Compiling zstd v0.11.2+zstd.1.5.2 [INFO] [stderr] Compiling actix-http v3.2.1 [INFO] [stderr] Compiling hyper-tls v0.5.0 [INFO] [stderr] Compiling reqwest v0.11.11 [INFO] [stderr] Compiling actix-web v4.1.0 [INFO] [stderr] Compiling oauth2 v4.2.3 [INFO] [stderr] Compiling twitter-v2 v0.1.6 [INFO] [stderr] Compiling birdie_auth v0.1.0 (/opt/rustwide/workdir/auth) [INFO] [stderr] Compiling tweet_api v0.1.0 (/opt/rustwide/workdir/twitter_api) [INFO] [stdout] warning: unused import: `User` [INFO] [stdout] --> twitter_api/src/lists_api.rs:2:71 [INFO] [stdout] | [INFO] [stdout] 2 | use twitter_v2::{authorization::Oauth1aToken, data::List, TwitterApi, User}; [INFO] [stdout] | ^^^^ [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(unused_imports)]` on by default [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: methods `post_public_list`, `update_list`, `add_member`, `follow_list`, `pin_list`, and `unpin_list` are never used [INFO] [stdout] --> twitter_api/src/lists_api.rs:15:18 [INFO] [stdout] | [INFO] [stdout] 8 | impl ListsApi { [INFO] [stdout] | ------------- methods in this implementation [INFO] [stdout] ... [INFO] [stdout] 15 | pub async fn post_public_list( [INFO] [stdout] | ^^^^^^^^^^^^^^^^ [INFO] [stdout] ... [INFO] [stdout] 33 | pub async fn update_list( [INFO] [stdout] | ^^^^^^^^^^^ [INFO] [stdout] ... [INFO] [stdout] 52 | pub async fn add_member(&self, list_id: u64, user_id: u64) -> Result { [INFO] [stdout] | ^^^^^^^^^^ [INFO] [stdout] ... [INFO] [stdout] 63 | pub async fn follow_list(&self, list_id: u64) -> Result { [INFO] [stdout] | ^^^^^^^^^^^ [INFO] [stdout] ... [INFO] [stdout] 77 | pub async fn pin_list(&self, list_id: u64) -> Result { [INFO] [stdout] | ^^^^^^^^ [INFO] [stdout] ... [INFO] [stdout] 91 | pub async fn unpin_list(&self, list_id: u64) -> Result { [INFO] [stdout] | ^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(dead_code)]` on by default [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: struct `TweetApi` is never constructed [INFO] [stdout] --> twitter_api/src/tweet_api.rs:4:12 [INFO] [stdout] | [INFO] [stdout] 4 | pub struct TweetApi { [INFO] [stdout] | ^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: enum `TweetLikeAction` is never used [INFO] [stdout] --> twitter_api/src/tweet_api.rs:8:10 [INFO] [stdout] | [INFO] [stdout] 8 | pub enum TweetLikeAction { [INFO] [stdout] | ^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: associated items `new`, `get_me`, `post_tweet`, `post_retweet`, `delete_tweet`, and `like_or_unlike_tweet` are never used [INFO] [stdout] --> twitter_api/src/tweet_api.rs:14:18 [INFO] [stdout] | [INFO] [stdout] 13 | impl TweetApi { [INFO] [stdout] | ------------- associated items in this implementation [INFO] [stdout] 14 | pub async fn new() -> Result { [INFO] [stdout] | ^^^ [INFO] [stdout] ... [INFO] [stdout] 20 | pub async fn get_me(&self) -> Result { [INFO] [stdout] | ^^^^^^ [INFO] [stdout] ... [INFO] [stdout] 32 | pub async fn post_tweet( [INFO] [stdout] | ^^^^^^^^^^ [INFO] [stdout] ... [INFO] [stdout] 51 | pub async fn post_retweet(&self, tweet_id: u64) -> Result<(), anyhow::Error> { [INFO] [stdout] | ^^^^^^^^^^^^ [INFO] [stdout] ... [INFO] [stdout] 61 | pub async fn delete_tweet(&self, tweet_id: u64) -> Result<(), anyhow::Error> { [INFO] [stdout] | ^^^^^^^^^^^^ [INFO] [stdout] ... [INFO] [stdout] 69 | pub async fn like_or_unlike_tweet( [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: 5 warnings emitted [INFO] [stdout] [INFO] [stdout] [INFO] [stderr] Finished dev [unoptimized + debuginfo] target(s) in 31.25s [INFO] running `Command { std: "docker" "inspect" "45d41dad827873c5f88ae3b7759bb910eb74f0262d09e955f64eba3687729d17", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "45d41dad827873c5f88ae3b7759bb910eb74f0262d09e955f64eba3687729d17", kill_on_drop: false }` [INFO] [stdout] 45d41dad827873c5f88ae3b7759bb910eb74f0262d09e955f64eba3687729d17 [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:2788e3201cd34a07e3172128adcd8b3090168a8e3bcc40d7c032b9dda1df7d1c" "/opt/rustwide/cargo-home/bin/cargo" "+5e4273472e1b2f223618a9b3def795f6224f241d" "test" "--frozen" "--no-run" "--message-format=json", kill_on_drop: false }` [INFO] [stdout] 7ba4bbf3a0333b0290382a448708d6a13163135f7c3cc89328212dc8c5eb9554 [INFO] running `Command { std: "docker" "start" "-a" "7ba4bbf3a0333b0290382a448708d6a13163135f7c3cc89328212dc8c5eb9554", kill_on_drop: false }` [INFO] [stderr] warning: virtual workspace defaulting to `resolver = "1"` despite one or more workspace members being on edition 2021 which implies `resolver = "2"` [INFO] [stderr] note: to keep the current resolver, specify `workspace.resolver = "1"` in the workspace root's manifest [INFO] [stderr] note: to use the edition 2021 resolver, specify `workspace.resolver = "2"` in the workspace root's manifest [INFO] [stderr] note: for more details see https://doc.rust-lang.org/cargo/reference/resolver.html#resolver-versions [INFO] [stderr] Compiling birdie_auth v0.1.0 (/opt/rustwide/workdir/auth) [INFO] [stderr] Compiling tweet_api v0.1.0 (/opt/rustwide/workdir/twitter_api) [INFO] [stdout] warning: unused import: `User` [INFO] [stdout] --> twitter_api/src/lists_api.rs:2:71 [INFO] [stdout] | [INFO] [stdout] 2 | use twitter_v2::{authorization::Oauth1aToken, data::List, TwitterApi, User}; [INFO] [stdout] | ^^^^ [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(unused_imports)]` on by default [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: methods `post_public_list`, `update_list`, `add_member`, `follow_list`, `pin_list`, and `unpin_list` are never used [INFO] [stdout] --> twitter_api/src/lists_api.rs:15:18 [INFO] [stdout] | [INFO] [stdout] 8 | impl ListsApi { [INFO] [stdout] | ------------- methods in this implementation [INFO] [stdout] ... [INFO] [stdout] 15 | pub async fn post_public_list( [INFO] [stdout] | ^^^^^^^^^^^^^^^^ [INFO] [stdout] ... [INFO] [stdout] 33 | pub async fn update_list( [INFO] [stdout] | ^^^^^^^^^^^ [INFO] [stdout] ... [INFO] [stdout] 52 | pub async fn add_member(&self, list_id: u64, user_id: u64) -> Result { [INFO] [stdout] | ^^^^^^^^^^ [INFO] [stdout] ... [INFO] [stdout] 63 | pub async fn follow_list(&self, list_id: u64) -> Result { [INFO] [stdout] | ^^^^^^^^^^^ [INFO] [stdout] ... [INFO] [stdout] 77 | pub async fn pin_list(&self, list_id: u64) -> Result { [INFO] [stdout] | ^^^^^^^^ [INFO] [stdout] ... [INFO] [stdout] 91 | pub async fn unpin_list(&self, list_id: u64) -> Result { [INFO] [stdout] | ^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(dead_code)]` on by default [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: struct `TweetApi` is never constructed [INFO] [stdout] --> twitter_api/src/tweet_api.rs:4:12 [INFO] [stdout] | [INFO] [stdout] 4 | pub struct TweetApi { [INFO] [stdout] | ^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: enum `TweetLikeAction` is never used [INFO] [stdout] --> twitter_api/src/tweet_api.rs:8:10 [INFO] [stdout] | [INFO] [stdout] 8 | pub enum TweetLikeAction { [INFO] [stdout] | ^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: associated items `new`, `get_me`, `post_tweet`, `post_retweet`, `delete_tweet`, and `like_or_unlike_tweet` are never used [INFO] [stdout] --> twitter_api/src/tweet_api.rs:14:18 [INFO] [stdout] | [INFO] [stdout] 13 | impl TweetApi { [INFO] [stdout] | ------------- associated items in this implementation [INFO] [stdout] 14 | pub async fn new() -> Result { [INFO] [stdout] | ^^^ [INFO] [stdout] ... [INFO] [stdout] 20 | pub async fn get_me(&self) -> Result { [INFO] [stdout] | ^^^^^^ [INFO] [stdout] ... [INFO] [stdout] 32 | pub async fn post_tweet( [INFO] [stdout] | ^^^^^^^^^^ [INFO] [stdout] ... [INFO] [stdout] 51 | pub async fn post_retweet(&self, tweet_id: u64) -> Result<(), anyhow::Error> { [INFO] [stdout] | ^^^^^^^^^^^^ [INFO] [stdout] ... [INFO] [stdout] 61 | pub async fn delete_tweet(&self, tweet_id: u64) -> Result<(), anyhow::Error> { [INFO] [stdout] | ^^^^^^^^^^^^ [INFO] [stdout] ... [INFO] [stdout] 69 | pub async fn like_or_unlike_tweet( [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: 5 warnings emitted [INFO] [stdout] [INFO] [stdout] [INFO] [stderr] Finished test [unoptimized + debuginfo] target(s) in 1.35s [INFO] running `Command { std: "docker" "inspect" "7ba4bbf3a0333b0290382a448708d6a13163135f7c3cc89328212dc8c5eb9554", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "7ba4bbf3a0333b0290382a448708d6a13163135f7c3cc89328212dc8c5eb9554", kill_on_drop: false }` [INFO] [stdout] 7ba4bbf3a0333b0290382a448708d6a13163135f7c3cc89328212dc8c5eb9554 [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:2788e3201cd34a07e3172128adcd8b3090168a8e3bcc40d7c032b9dda1df7d1c" "/opt/rustwide/cargo-home/bin/cargo" "+5e4273472e1b2f223618a9b3def795f6224f241d" "test" "--frozen", kill_on_drop: false }` [INFO] [stdout] f6eb330333624d511b9685603806927ab18cd462f6979d2013c9ab93b56e6942 [INFO] running `Command { std: "docker" "start" "-a" "f6eb330333624d511b9685603806927ab18cd462f6979d2013c9ab93b56e6942", kill_on_drop: false }` [INFO] [stderr] warning: virtual workspace defaulting to `resolver = "1"` despite one or more workspace members being on edition 2021 which implies `resolver = "2"` [INFO] [stderr] note: to keep the current resolver, specify `workspace.resolver = "1"` in the workspace root's manifest [INFO] [stderr] note: to use the edition 2021 resolver, specify `workspace.resolver = "2"` in the workspace root's manifest [INFO] [stderr] note: for more details see https://doc.rust-lang.org/cargo/reference/resolver.html#resolver-versions [INFO] [stderr] warning: unused import: `User` [INFO] [stderr] --> twitter_api/src/lists_api.rs:2:71 [INFO] [stderr] | [INFO] [stderr] 2 | use twitter_v2::{authorization::Oauth1aToken, data::List, TwitterApi, User}; [INFO] [stderr] | ^^^^ [INFO] [stderr] | [INFO] [stderr] = note: `#[warn(unused_imports)]` on by default [INFO] [stderr] [INFO] [stderr] warning: methods `post_public_list`, `update_list`, `add_member`, `follow_list`, `pin_list`, and `unpin_list` are never used [INFO] [stderr] --> twitter_api/src/lists_api.rs:15:18 [INFO] [stderr] | [INFO] [stderr] 8 | impl ListsApi { [INFO] [stderr] | ------------- methods in this implementation [INFO] [stderr] ... [INFO] [stderr] 15 | pub async fn post_public_list( [INFO] [stderr] | ^^^^^^^^^^^^^^^^ [INFO] [stderr] ... [INFO] [stderr] 33 | pub async fn update_list( [INFO] [stderr] | ^^^^^^^^^^^ [INFO] [stderr] ... [INFO] [stderr] 52 | pub async fn add_member(&self, list_id: u64, user_id: u64) -> Result { [INFO] [stderr] | ^^^^^^^^^^ [INFO] [stderr] ... [INFO] [stderr] 63 | pub async fn follow_list(&self, list_id: u64) -> Result { [INFO] [stderr] | ^^^^^^^^^^^ [INFO] [stderr] ... [INFO] [stderr] 77 | pub async fn pin_list(&self, list_id: u64) -> Result { [INFO] [stderr] | ^^^^^^^^ [INFO] [stderr] ... [INFO] [stderr] 91 | pub async fn unpin_list(&self, list_id: u64) -> Result { [INFO] [stderr] | ^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] = note: `#[warn(dead_code)]` on by default [INFO] [stderr] [INFO] [stderr] warning: struct `TweetApi` is never constructed [INFO] [stderr] --> twitter_api/src/tweet_api.rs:4:12 [INFO] [stderr] | [INFO] [stderr] 4 | pub struct TweetApi { [INFO] [stderr] | ^^^^^^^^ [INFO] [stderr] [INFO] [stderr] warning: enum `TweetLikeAction` is never used [INFO] [stderr] --> twitter_api/src/tweet_api.rs:8:10 [INFO] [stderr] | [INFO] [stderr] 8 | pub enum TweetLikeAction { [INFO] [stderr] | ^^^^^^^^^^^^^^^ [INFO] [stderr] [INFO] [stderr] warning: associated items `new`, `get_me`, `post_tweet`, `post_retweet`, `delete_tweet`, and `like_or_unlike_tweet` are never used [INFO] [stderr] --> twitter_api/src/tweet_api.rs:14:18 [INFO] [stderr] | [INFO] [stderr] 13 | impl TweetApi { [INFO] [stderr] | ------------- associated items in this implementation [INFO] [stderr] 14 | pub async fn new() -> Result { [INFO] [stderr] | ^^^ [INFO] [stderr] ... [INFO] [stderr] 20 | pub async fn get_me(&self) -> Result { [INFO] [stderr] | ^^^^^^ [INFO] [stderr] ... [INFO] [stderr] 32 | pub async fn post_tweet( [INFO] [stderr] | ^^^^^^^^^^ [INFO] [stderr] ... [INFO] [stderr] 51 | pub async fn post_retweet(&self, tweet_id: u64) -> Result<(), anyhow::Error> { [INFO] [stderr] | ^^^^^^^^^^^^ [INFO] [stderr] ... [INFO] [stderr] 61 | pub async fn delete_tweet(&self, tweet_id: u64) -> Result<(), anyhow::Error> { [INFO] [stderr] | ^^^^^^^^^^^^ [INFO] [stderr] ... [INFO] [stderr] 69 | pub async fn like_or_unlike_tweet( [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^ [INFO] [stderr] [INFO] [stderr] warning: `tweet_api` (bin "tweet_api" test) generated 5 warnings (run `cargo fix --bin "tweet_api" --tests` to apply 1 suggestion) [INFO] [stderr] Finished test [unoptimized + debuginfo] target(s) in 0.11s [INFO] [stderr] Running unittests src/lib.rs (/opt/rustwide/target/debug/deps/birdie_auth-67b5ef04b71246f7) [INFO] [stdout] [INFO] [stdout] running 0 tests [INFO] [stdout] [INFO] [stdout] test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s [INFO] [stdout] [INFO] [stderr] Running unittests src/bin/bearer_token.rs (/opt/rustwide/target/debug/deps/bearer_token-780f8cc28a8415c2) [INFO] [stdout] [INFO] [stdout] running 0 tests [INFO] [stdout] [INFO] [stdout] test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s [INFO] [stdout] [INFO] [stderr] Running unittests src/bin/oauth1.rs (/opt/rustwide/target/debug/deps/oauth1-b6902a0774dcaab7) [INFO] [stdout] [INFO] [stdout] running 0 tests [INFO] [stdout] [INFO] [stdout] test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s [INFO] [stdout] [INFO] [stderr] Running unittests src/bin/oauth2_server.rs (/opt/rustwide/target/debug/deps/oauth2_server-af5f5fec85c57a6c) [INFO] [stdout] [INFO] [stdout] running 0 tests [INFO] [stdout] [INFO] [stdout] test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s [INFO] [stdout] [INFO] [stderr] Running unittests src/main.rs (/opt/rustwide/target/debug/deps/tweet_api-074683a8bf3d1b95) [INFO] [stdout] [INFO] [stdout] running 0 tests [INFO] [stdout] [INFO] [stdout] test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s [INFO] [stdout] [INFO] [stderr] Doc-tests birdie_auth [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" "f6eb330333624d511b9685603806927ab18cd462f6979d2013c9ab93b56e6942", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "f6eb330333624d511b9685603806927ab18cd462f6979d2013c9ab93b56e6942", kill_on_drop: false }` [INFO] [stdout] f6eb330333624d511b9685603806927ab18cd462f6979d2013c9ab93b56e6942