[INFO] cloning repository https://github.com/pka/actix-web-oauth2 [INFO] running `Command { std: "git" "-c" "credential.helper=" "-c" "credential.helper=/workspace/cargo-home/bin/git-credential-null" "clone" "--bare" "https://github.com/pka/actix-web-oauth2" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fpka%2Factix-web-oauth2", kill_on_drop: false }` [INFO] [stderr] Cloning into bare repository '/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fpka%2Factix-web-oauth2'... [INFO] running `Command { std: "git" "rev-parse" "HEAD", kill_on_drop: false }` [INFO] [stdout] 190551eaf934aebf59ac160e3c1f165f44472005 [INFO] testing pka/actix-web-oauth2 against beta-2022-04-10 for beta-1.61-1 [INFO] running `Command { std: "git" "clone" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fpka%2Factix-web-oauth2" "/workspace/builds/worker-10/source", kill_on_drop: false }` [INFO] [stderr] Cloning into '/workspace/builds/worker-10/source'... [INFO] [stderr] done. [INFO] validating manifest of git repo https://github.com/pka/actix-web-oauth2 on toolchain beta-2022-04-10 [INFO] running `Command { std: "/workspace/cargo-home/bin/cargo" "+beta-2022-04-10" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }` [INFO] started tweaking git repo https://github.com/pka/actix-web-oauth2 [INFO] finished tweaking git repo https://github.com/pka/actix-web-oauth2 [INFO] tweaked toml for git repo https://github.com/pka/actix-web-oauth2 written to /workspace/builds/worker-10/source/Cargo.toml [INFO] crate git repo https://github.com/pka/actix-web-oauth2 already has a lockfile, it will not be regenerated [INFO] running `Command { std: "/workspace/cargo-home/bin/cargo" "+beta-2022-04-10" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }` [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-10/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-10/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:b0c94ce3c1162fcb8e57cac5b65ec2f72eabb1eebea4fcc35e269e823f681646" "/opt/rustwide/cargo-home/bin/cargo" "+beta-2022-04-10" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }` [INFO] [stdout] be24e4d25231c88a129e13213a2091b17de6a65e52cd73829ca9c5d75b129afa [INFO] running `Command { std: "docker" "start" "-a" "be24e4d25231c88a129e13213a2091b17de6a65e52cd73829ca9c5d75b129afa", kill_on_drop: false }` [INFO] running `Command { std: "docker" "inspect" "be24e4d25231c88a129e13213a2091b17de6a65e52cd73829ca9c5d75b129afa", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "be24e4d25231c88a129e13213a2091b17de6a65e52cd73829ca9c5d75b129afa", kill_on_drop: false }` [INFO] [stdout] be24e4d25231c88a129e13213a2091b17de6a65e52cd73829ca9c5d75b129afa [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-10/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-10/source:/opt/rustwide/workdir:ro,Z" "-v" "/var/lib/crater-agent-workspace/cargo-home:/opt/rustwide/cargo-home:ro,Z" "-v" "/var/lib/crater-agent-workspace/rustup-home:/opt/rustwide/rustup-home:ro,Z" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=warn" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-w" "/opt/rustwide/workdir" "-m" "1610612736" "--user" "0:0" "--network" "none" "ghcr.io/rust-lang/crates-build-env/linux@sha256:b0c94ce3c1162fcb8e57cac5b65ec2f72eabb1eebea4fcc35e269e823f681646" "/opt/rustwide/cargo-home/bin/cargo" "+beta-2022-04-10" "build" "--frozen" "--message-format=json", kill_on_drop: false }` [INFO] [stdout] 286afa099a2def364aa83fae8968af39189791af35aed8987d70995fff87c318 [INFO] running `Command { std: "docker" "start" "-a" "286afa099a2def364aa83fae8968af39189791af35aed8987d70995fff87c318", kill_on_drop: false }` [INFO] [stderr] Compiling libc v0.2.67 [INFO] [stderr] Compiling proc-macro2 v1.0.8 [INFO] [stderr] Compiling autocfg v1.0.0 [INFO] [stderr] Compiling unicode-xid v0.2.0 [INFO] [stderr] Compiling syn v1.0.15 [INFO] [stderr] Compiling log v0.4.8 [INFO] [stderr] Compiling slab v0.4.2 [INFO] [stderr] Compiling maybe-uninit v2.0.0 [INFO] [stderr] Compiling cc v1.0.50 [INFO] [stderr] Compiling memchr v2.3.3 [INFO] [stderr] Compiling scopeguard v1.1.0 [INFO] [stderr] Compiling either v1.5.3 [INFO] [stderr] Compiling byteorder v1.3.4 [INFO] [stderr] Compiling futures-core v0.3.4 [INFO] [stderr] Compiling futures-sink v0.3.4 [INFO] [stderr] Compiling itoa v0.4.5 [INFO] [stderr] Compiling bytes v0.5.4 [INFO] [stderr] Compiling matches v0.1.8 [INFO] [stderr] Compiling proc-macro-nested v0.1.3 [INFO] [stderr] Compiling futures v0.1.29 [INFO] [stderr] Compiling bitflags v1.2.1 [INFO] [stderr] Compiling futures-io v0.3.4 [INFO] [stderr] Compiling pin-utils v0.1.0-alpha.4 [INFO] [stderr] Compiling arc-swap v0.4.4 [INFO] [stderr] Compiling futures-task v0.3.4 [INFO] [stderr] Compiling pin-project-lite v0.1.4 [INFO] [stderr] Compiling smallvec v1.2.0 [INFO] [stderr] Compiling serde v1.0.104 [INFO] [stderr] Compiling version_check v0.9.1 [INFO] [stderr] Compiling failure_derive v0.1.6 [INFO] [stderr] Compiling getrandom v0.1.14 [INFO] [stderr] Compiling rand_core v0.4.2 [INFO] [stderr] Compiling rustc-demangle v0.1.16 [INFO] [stderr] Compiling autocfg v0.1.7 [INFO] [stderr] Compiling ppv-lite86 v0.2.6 [INFO] [stderr] Compiling pkg-config v0.3.17 [INFO] [stderr] Compiling copyless v0.1.4 [INFO] [stderr] Compiling ryu v1.0.2 [INFO] [stderr] Compiling regex-syntax v0.6.14 [INFO] [stderr] Compiling httparse v1.3.4 [INFO] [stderr] Compiling crc32fast v1.2.0 [INFO] [stderr] Compiling unicode-segmentation v1.6.0 [INFO] [stderr] Compiling dtoa v0.4.5 [INFO] [stderr] Compiling adler32 v1.0.4 [INFO] [stderr] Compiling encoding_rs v0.8.22 [INFO] [stderr] Compiling linked-hash-map v0.5.2 [INFO] [stderr] Compiling quick-error v1.2.3 [INFO] [stderr] Compiling openssl v0.10.28 [INFO] [stderr] Compiling typenum v1.11.2 [INFO] [stderr] Compiling try-lock v0.2.2 [INFO] [stderr] Compiling spin v0.5.2 [INFO] [stderr] Compiling untrusted v0.7.0 [INFO] [stderr] Compiling native-tls v0.2.3 [INFO] [stderr] Compiling openssl-probe v0.1.2 [INFO] [stderr] Compiling sha1 v0.6.0 [INFO] [stderr] Compiling base64 v0.11.0 [INFO] [stderr] Compiling language-tags v0.2.2 [INFO] [stderr] Compiling arrayref v0.3.6 [INFO] [stderr] Compiling byte-tools v0.2.0 [INFO] [stderr] Compiling fake-simd v0.1.2 [INFO] [stderr] Compiling thread_local v1.0.1 [INFO] [stderr] Compiling try_from v0.3.2 [INFO] [stderr] Compiling rand_core v0.3.1 [INFO] [stderr] Compiling rand_jitter v0.1.4 [INFO] [stderr] Compiling lock_api v0.3.3 [INFO] [stderr] Compiling unicode-bidi v0.3.4 [INFO] [stderr] Compiling futures-channel v0.3.4 [INFO] [stderr] Compiling memoffset v0.5.3 [INFO] [stderr] Compiling parking_lot_core v0.6.2 [INFO] [stderr] Compiling parking_lot v0.9.0 [INFO] [stderr] Compiling hyper v0.12.35 [INFO] [stderr] Compiling lru-cache v0.1.2 [INFO] [stderr] Compiling miniz_oxide v0.3.6 [INFO] [stderr] Compiling rand_xorshift v0.1.1 [INFO] [stderr] Compiling rand_hc v0.1.0 [INFO] [stderr] Compiling rand_isaac v0.1.1 [INFO] [stderr] Compiling heck v0.3.1 [INFO] [stderr] Compiling block-buffer v0.3.3 [INFO] [stderr] Compiling c2-chacha v0.2.3 [INFO] [stderr] Compiling http v0.2.0 [INFO] [stderr] Compiling bytestring v0.1.4 [INFO] [stderr] Compiling rand_chacha v0.1.1 [INFO] [stderr] Compiling rand_pcg v0.1.2 [INFO] [stderr] Compiling rand v0.6.5 [INFO] [stderr] Compiling crossbeam-utils v0.7.2 [INFO] [stderr] Compiling indexmap v1.3.2 [INFO] [stderr] Compiling crossbeam-epoch v0.8.2 [INFO] [stderr] Compiling num-traits v0.2.11 [INFO] [stderr] Compiling num-integer v0.1.42 [INFO] [stderr] Compiling unicase v2.6.0 [INFO] [stderr] Compiling error-chain v0.12.2 [INFO] [stderr] Compiling smallvec v0.6.13 [INFO] [stderr] Compiling aho-corasick v0.7.8 [INFO] [stderr] Compiling backtrace-sys v0.1.32 [INFO] [stderr] Compiling openssl-sys v0.9.54 [INFO] [stderr] Compiling brotli-sys v0.3.2 [INFO] [stderr] Compiling ring v0.16.11 [INFO] [stderr] Compiling unicode-normalization v0.1.9 [INFO] [stderr] Compiling fxhash v0.2.1 [INFO] [stderr] Compiling base64 v0.10.1 [INFO] [stderr] Compiling quote v1.0.2 [INFO] [stderr] Compiling iovec v0.1.4 [INFO] [stderr] Compiling net2 v0.2.33 [INFO] [stderr] Compiling num_cpus v1.12.0 [INFO] [stderr] Compiling signal-hook-registry v1.2.0 [INFO] [stderr] Compiling parking_lot_core v0.7.0 [INFO] [stderr] Compiling time v0.1.42 [INFO] [stderr] Compiling hostname v0.1.5 [INFO] [stderr] Compiling socket2 v0.3.11 [INFO] [stderr] Compiling flate2 v1.0.13 [INFO] [stderr] Compiling rand_os v0.1.3 [INFO] [stderr] Compiling generic-array v0.9.0 [INFO] [stderr] Compiling resolv-conf v0.6.2 [INFO] [stderr] Compiling bytes v0.4.12 [INFO] [stderr] Compiling tokio-sync v0.1.8 [INFO] [stderr] Compiling want v0.2.0 [INFO] [stderr] Compiling threadpool v1.7.1 [INFO] [stderr] Compiling futures-cpupool v0.1.8 [INFO] [stderr] Compiling rand_core v0.5.1 [INFO] [stderr] Compiling digest v0.7.6 [INFO] [stderr] Compiling parking_lot v0.10.0 [INFO] [stderr] Compiling mio v0.6.21 [INFO] [stderr] Compiling mime_guess v2.0.1 [INFO] [stderr] Compiling rand_chacha v0.2.1 [INFO] [stderr] Compiling sha2 v0.7.1 [INFO] [stderr] Compiling idna v0.2.0 [INFO] [stderr] Compiling idna v0.1.5 [INFO] [stderr] Compiling tokio-io v0.1.13 [INFO] [stderr] Compiling http v0.1.21 [INFO] [stderr] Compiling tokio-buf v0.1.1 [INFO] [stderr] Compiling string v0.2.1 [INFO] [stderr] Compiling regex v1.3.4 [INFO] [stderr] Compiling rand v0.7.3 [INFO] [stderr] Compiling tokio-executor v0.1.10 [INFO] [stderr] Compiling crossbeam-queue v0.2.1 [INFO] [stderr] Compiling tokio-current-thread v0.1.7 [INFO] [stderr] Compiling tokio-timer v0.2.13 [INFO] [stderr] Compiling mio-uds v0.6.7 [INFO] [stderr] Compiling tokio-reactor v0.1.12 [INFO] [stderr] Compiling backtrace v0.3.44 [INFO] [stderr] Compiling url v2.1.1 [INFO] [stderr] Compiling crossbeam-deque v0.7.3 [INFO] [stderr] Compiling url v1.7.2 [INFO] [stderr] Compiling chrono v0.4.10 [INFO] [stderr] Compiling uuid v0.7.4 [INFO] [stderr] Compiling tokio v0.2.11 [INFO] [stderr] Compiling tokio-threadpool v0.1.18 [INFO] [stderr] Compiling tokio-tcp v0.1.4 [INFO] [stderr] Compiling cookie v0.12.0 [INFO] [stderr] Compiling publicsuffix v1.5.4 [INFO] [stderr] Compiling tokio v0.1.22 [INFO] [stderr] Compiling http-body v0.1.0 [INFO] [stderr] Compiling h2 v0.1.26 [INFO] [stderr] Compiling tokio-util v0.2.0 [INFO] [stderr] Compiling actix-codec v0.2.0 [INFO] [stderr] Compiling synstructure v0.12.3 [INFO] [stderr] Compiling brotli2 v0.3.2 [INFO] [stderr] Compiling proc-macro-hack v0.5.11 [INFO] [stderr] Compiling serde_derive v1.0.104 [INFO] [stderr] Compiling pin-project-internal v0.4.8 [INFO] [stderr] Compiling derive_more v0.99.3 [INFO] [stderr] Compiling actix-macros v0.1.1 [INFO] [stderr] Compiling async-trait v0.1.24 [INFO] [stderr] Compiling enum-as-inner v0.3.1 [INFO] [stderr] Compiling actix-web-codegen v0.2.0 [INFO] [stderr] Compiling hyper-tls v0.3.2 [INFO] [stderr] Compiling failure v0.1.6 [INFO] [stderr] Compiling futures-macro v0.3.4 [INFO] [stderr] Compiling pin-project v0.4.8 [INFO] [stderr] Compiling futures-util v0.3.4 [INFO] [stderr] Compiling actix-threadpool v0.3.1 [INFO] [stderr] Compiling futures-executor v0.3.4 [INFO] [stderr] Compiling actix-service v1.0.5 [INFO] [stderr] Compiling h2 v0.2.1 [INFO] [stderr] Compiling futures v0.3.4 [INFO] [stderr] Compiling actix-rt v1.0.0 [INFO] [stderr] Compiling trust-dns-proto v0.18.0-alpha.2 [INFO] [stderr] Compiling actix-utils v1.0.6 [INFO] [stderr] Compiling actix-server v1.0.1 [INFO] [stderr] Compiling actix-tls v1.0.0 [INFO] [stderr] Compiling actix-testing v1.0.0 [INFO] [stderr] Compiling trust-dns-resolver v0.18.0-alpha.2 [INFO] [stderr] Compiling actix-connect v1.0.2 [INFO] [stderr] Compiling serde_json v1.0.48 [INFO] [stderr] Compiling serde_urlencoded v0.6.1 [INFO] [stderr] Compiling actix-router v0.2.4 [INFO] [stderr] Compiling serde_urlencoded v0.5.5 [INFO] [stderr] Compiling actix-http v1.0.1 [INFO] [stderr] Compiling cookie_store v0.7.0 [INFO] [stderr] Compiling reqwest v0.9.24 [INFO] [stderr] Compiling oauth2 v3.0.0-alpha.9 [INFO] [stderr] Compiling awc v1.0.1 [INFO] [stderr] Compiling actix-web v2.0.0 [INFO] [stderr] Compiling actix-session v0.3.0 [INFO] [stderr] Compiling actix-web-oauth2 v0.2.0 (/opt/rustwide/workdir) [INFO] [stdout] warning: field is never read: `id` [INFO] [stdout] --> src/bin/gitlab.rs:67:5 [INFO] [stdout] | [INFO] [stdout] 67 | id: u64, [INFO] [stdout] | ^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(dead_code)]` on by default [INFO] [stdout] note: `UserInfo` has a derived impl for the trait `Debug`, but this is intentionally ignored during dead code analysis [INFO] [stdout] --> src/bin/gitlab.rs:65:23 [INFO] [stdout] | [INFO] [stdout] 65 | #[derive(Deserialize, Debug)] [INFO] [stdout] | ^^^^^ [INFO] [stdout] = note: this warning originates in the derive macro `Debug` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: field is never read: `name` [INFO] [stdout] --> src/bin/gitlab.rs:68:5 [INFO] [stdout] | [INFO] [stdout] 68 | name: String, [INFO] [stdout] | ^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] note: `UserInfo` has a derived impl for the trait `Debug`, but this is intentionally ignored during dead code analysis [INFO] [stdout] --> src/bin/gitlab.rs:65:23 [INFO] [stdout] | [INFO] [stdout] 65 | #[derive(Deserialize, Debug)] [INFO] [stdout] | ^^^^^ [INFO] [stdout] = note: this warning originates in the derive macro `Debug` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: field is never read: `state` [INFO] [stdout] --> src/bin/gitlab.rs:70:5 [INFO] [stdout] | [INFO] [stdout] 70 | state: String, [INFO] [stdout] | ^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] note: `UserInfo` has a derived impl for the trait `Debug`, but this is intentionally ignored during dead code analysis [INFO] [stdout] --> src/bin/gitlab.rs:65:23 [INFO] [stdout] | [INFO] [stdout] 65 | #[derive(Deserialize, Debug)] [INFO] [stdout] | ^^^^^ [INFO] [stdout] = note: this warning originates in the derive macro `Debug` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: field is never read: `avatar_url` [INFO] [stdout] --> src/bin/gitlab.rs:71:5 [INFO] [stdout] | [INFO] [stdout] 71 | avatar_url: String, [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] note: `UserInfo` has a derived impl for the trait `Debug`, but this is intentionally ignored during dead code analysis [INFO] [stdout] --> src/bin/gitlab.rs:65:23 [INFO] [stdout] | [INFO] [stdout] 65 | #[derive(Deserialize, Debug)] [INFO] [stdout] | ^^^^^ [INFO] [stdout] = note: this warning originates in the derive macro `Debug` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: field is never read: `web_url` [INFO] [stdout] --> src/bin/gitlab.rs:72:5 [INFO] [stdout] | [INFO] [stdout] 72 | web_url: String, [INFO] [stdout] | ^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] note: `UserInfo` has a derived impl for the trait `Debug`, but this is intentionally ignored during dead code analysis [INFO] [stdout] --> src/bin/gitlab.rs:65:23 [INFO] [stdout] | [INFO] [stdout] 65 | #[derive(Deserialize, Debug)] [INFO] [stdout] | ^^^^^ [INFO] [stdout] = note: this warning originates in the derive macro `Debug` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: field is never read: `created_at` [INFO] [stdout] --> src/bin/gitlab.rs:73:5 [INFO] [stdout] | [INFO] [stdout] 73 | created_at: String, [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] note: `UserInfo` has a derived impl for the trait `Debug`, but this is intentionally ignored during dead code analysis [INFO] [stdout] --> src/bin/gitlab.rs:65:23 [INFO] [stdout] | [INFO] [stdout] 65 | #[derive(Deserialize, Debug)] [INFO] [stdout] | ^^^^^ [INFO] [stdout] = note: this warning originates in the derive macro `Debug` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: field is never read: `bio` [INFO] [stdout] --> src/bin/gitlab.rs:74:5 [INFO] [stdout] | [INFO] [stdout] 74 | bio: String, [INFO] [stdout] | ^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] note: `UserInfo` has a derived impl for the trait `Debug`, but this is intentionally ignored during dead code analysis [INFO] [stdout] --> src/bin/gitlab.rs:65:23 [INFO] [stdout] | [INFO] [stdout] 65 | #[derive(Deserialize, Debug)] [INFO] [stdout] | ^^^^^ [INFO] [stdout] = note: this warning originates in the derive macro `Debug` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: field is never read: `location` [INFO] [stdout] --> src/bin/gitlab.rs:75:5 [INFO] [stdout] | [INFO] [stdout] 75 | location: String, [INFO] [stdout] | ^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] note: `UserInfo` has a derived impl for the trait `Debug`, but this is intentionally ignored during dead code analysis [INFO] [stdout] --> src/bin/gitlab.rs:65:23 [INFO] [stdout] | [INFO] [stdout] 65 | #[derive(Deserialize, Debug)] [INFO] [stdout] | ^^^^^ [INFO] [stdout] = note: this warning originates in the derive macro `Debug` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: field is never read: `skype` [INFO] [stdout] --> src/bin/gitlab.rs:76:5 [INFO] [stdout] | [INFO] [stdout] 76 | skype: String, [INFO] [stdout] | ^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] note: `UserInfo` has a derived impl for the trait `Debug`, but this is intentionally ignored during dead code analysis [INFO] [stdout] --> src/bin/gitlab.rs:65:23 [INFO] [stdout] | [INFO] [stdout] 65 | #[derive(Deserialize, Debug)] [INFO] [stdout] | ^^^^^ [INFO] [stdout] = note: this warning originates in the derive macro `Debug` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: field is never read: `linkedin` [INFO] [stdout] --> src/bin/gitlab.rs:77:5 [INFO] [stdout] | [INFO] [stdout] 77 | linkedin: String, [INFO] [stdout] | ^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] note: `UserInfo` has a derived impl for the trait `Debug`, but this is intentionally ignored during dead code analysis [INFO] [stdout] --> src/bin/gitlab.rs:65:23 [INFO] [stdout] | [INFO] [stdout] 65 | #[derive(Deserialize, Debug)] [INFO] [stdout] | ^^^^^ [INFO] [stdout] = note: this warning originates in the derive macro `Debug` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: field is never read: `twitter` [INFO] [stdout] --> src/bin/gitlab.rs:78:5 [INFO] [stdout] | [INFO] [stdout] 78 | twitter: String, [INFO] [stdout] | ^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] note: `UserInfo` has a derived impl for the trait `Debug`, but this is intentionally ignored during dead code analysis [INFO] [stdout] --> src/bin/gitlab.rs:65:23 [INFO] [stdout] | [INFO] [stdout] 65 | #[derive(Deserialize, Debug)] [INFO] [stdout] | ^^^^^ [INFO] [stdout] = note: this warning originates in the derive macro `Debug` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: field is never read: `website_url` [INFO] [stdout] --> src/bin/gitlab.rs:79:5 [INFO] [stdout] | [INFO] [stdout] 79 | website_url: String, [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] note: `UserInfo` has a derived impl for the trait `Debug`, but this is intentionally ignored during dead code analysis [INFO] [stdout] --> src/bin/gitlab.rs:65:23 [INFO] [stdout] | [INFO] [stdout] 65 | #[derive(Deserialize, Debug)] [INFO] [stdout] | ^^^^^ [INFO] [stdout] = note: this warning originates in the derive macro `Debug` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: field is never read: `organization` [INFO] [stdout] --> src/bin/gitlab.rs:80:5 [INFO] [stdout] | [INFO] [stdout] 80 | organization: String, [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] note: `UserInfo` has a derived impl for the trait `Debug`, but this is intentionally ignored during dead code analysis [INFO] [stdout] --> src/bin/gitlab.rs:65:23 [INFO] [stdout] | [INFO] [stdout] 65 | #[derive(Deserialize, Debug)] [INFO] [stdout] | ^^^^^ [INFO] [stdout] = note: this warning originates in the derive macro `Debug` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: field is never read: `last_sign_in_at` [INFO] [stdout] --> src/bin/gitlab.rs:81:5 [INFO] [stdout] | [INFO] [stdout] 81 | last_sign_in_at: String, [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] note: `UserInfo` has a derived impl for the trait `Debug`, but this is intentionally ignored during dead code analysis [INFO] [stdout] --> src/bin/gitlab.rs:65:23 [INFO] [stdout] | [INFO] [stdout] 65 | #[derive(Deserialize, Debug)] [INFO] [stdout] | ^^^^^ [INFO] [stdout] = note: this warning originates in the derive macro `Debug` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: field is never read: `confirmed_at` [INFO] [stdout] --> src/bin/gitlab.rs:82:5 [INFO] [stdout] | [INFO] [stdout] 82 | confirmed_at: String, [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] note: `UserInfo` has a derived impl for the trait `Debug`, but this is intentionally ignored during dead code analysis [INFO] [stdout] --> src/bin/gitlab.rs:65:23 [INFO] [stdout] | [INFO] [stdout] 65 | #[derive(Deserialize, Debug)] [INFO] [stdout] | ^^^^^ [INFO] [stdout] = note: this warning originates in the derive macro `Debug` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: field is never read: `last_activity_on` [INFO] [stdout] --> src/bin/gitlab.rs:83:5 [INFO] [stdout] | [INFO] [stdout] 83 | last_activity_on: String, [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] note: `UserInfo` has a derived impl for the trait `Debug`, but this is intentionally ignored during dead code analysis [INFO] [stdout] --> src/bin/gitlab.rs:65:23 [INFO] [stdout] | [INFO] [stdout] 65 | #[derive(Deserialize, Debug)] [INFO] [stdout] | ^^^^^ [INFO] [stdout] = note: this warning originates in the derive macro `Debug` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: field is never read: `email` [INFO] [stdout] --> src/bin/gitlab.rs:84:5 [INFO] [stdout] | [INFO] [stdout] 84 | email: String, [INFO] [stdout] | ^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] note: `UserInfo` has a derived impl for the trait `Debug`, but this is intentionally ignored during dead code analysis [INFO] [stdout] --> src/bin/gitlab.rs:65:23 [INFO] [stdout] | [INFO] [stdout] 65 | #[derive(Deserialize, Debug)] [INFO] [stdout] | ^^^^^ [INFO] [stdout] = note: this warning originates in the derive macro `Debug` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: field is never read: `theme_id` [INFO] [stdout] --> src/bin/gitlab.rs:85:5 [INFO] [stdout] | [INFO] [stdout] 85 | theme_id: u32, [INFO] [stdout] | ^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] note: `UserInfo` has a derived impl for the trait `Debug`, but this is intentionally ignored during dead code analysis [INFO] [stdout] --> src/bin/gitlab.rs:65:23 [INFO] [stdout] | [INFO] [stdout] 65 | #[derive(Deserialize, Debug)] [INFO] [stdout] | ^^^^^ [INFO] [stdout] = note: this warning originates in the derive macro `Debug` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: field is never read: `color_scheme_id` [INFO] [stdout] --> src/bin/gitlab.rs:86:5 [INFO] [stdout] | [INFO] [stdout] 86 | color_scheme_id: u32, [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] note: `UserInfo` has a derived impl for the trait `Debug`, but this is intentionally ignored during dead code analysis [INFO] [stdout] --> src/bin/gitlab.rs:65:23 [INFO] [stdout] | [INFO] [stdout] 65 | #[derive(Deserialize, Debug)] [INFO] [stdout] | ^^^^^ [INFO] [stdout] = note: this warning originates in the derive macro `Debug` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: field is never read: `projects_limit` [INFO] [stdout] --> src/bin/gitlab.rs:87:5 [INFO] [stdout] | [INFO] [stdout] 87 | projects_limit: u32, [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] note: `UserInfo` has a derived impl for the trait `Debug`, but this is intentionally ignored during dead code analysis [INFO] [stdout] --> src/bin/gitlab.rs:65:23 [INFO] [stdout] | [INFO] [stdout] 65 | #[derive(Deserialize, Debug)] [INFO] [stdout] | ^^^^^ [INFO] [stdout] = note: this warning originates in the derive macro `Debug` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: field is never read: `current_sign_in_at` [INFO] [stdout] --> src/bin/gitlab.rs:88:5 [INFO] [stdout] | [INFO] [stdout] 88 | current_sign_in_at: String, [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] note: `UserInfo` has a derived impl for the trait `Debug`, but this is intentionally ignored during dead code analysis [INFO] [stdout] --> src/bin/gitlab.rs:65:23 [INFO] [stdout] | [INFO] [stdout] 65 | #[derive(Deserialize, Debug)] [INFO] [stdout] | ^^^^^ [INFO] [stdout] = note: this warning originates in the derive macro `Debug` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: field is never read: `identities` [INFO] [stdout] --> src/bin/gitlab.rs:89:5 [INFO] [stdout] | [INFO] [stdout] 89 | identities: Vec, [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] note: `UserInfo` has a derived impl for the trait `Debug`, but this is intentionally ignored during dead code analysis [INFO] [stdout] --> src/bin/gitlab.rs:65:23 [INFO] [stdout] | [INFO] [stdout] 65 | #[derive(Deserialize, Debug)] [INFO] [stdout] | ^^^^^ [INFO] [stdout] = note: this warning originates in the derive macro `Debug` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: field is never read: `can_create_group` [INFO] [stdout] --> src/bin/gitlab.rs:90:5 [INFO] [stdout] | [INFO] [stdout] 90 | can_create_group: bool, [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] note: `UserInfo` has a derived impl for the trait `Debug`, but this is intentionally ignored during dead code analysis [INFO] [stdout] --> src/bin/gitlab.rs:65:23 [INFO] [stdout] | [INFO] [stdout] 65 | #[derive(Deserialize, Debug)] [INFO] [stdout] | ^^^^^ [INFO] [stdout] = note: this warning originates in the derive macro `Debug` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: field is never read: `can_create_project` [INFO] [stdout] --> src/bin/gitlab.rs:91:5 [INFO] [stdout] | [INFO] [stdout] 91 | can_create_project: bool, [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] note: `UserInfo` has a derived impl for the trait `Debug`, but this is intentionally ignored during dead code analysis [INFO] [stdout] --> src/bin/gitlab.rs:65:23 [INFO] [stdout] | [INFO] [stdout] 65 | #[derive(Deserialize, Debug)] [INFO] [stdout] | ^^^^^ [INFO] [stdout] = note: this warning originates in the derive macro `Debug` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: field is never read: `two_factor_enabled` [INFO] [stdout] --> src/bin/gitlab.rs:92:5 [INFO] [stdout] | [INFO] [stdout] 92 | two_factor_enabled: bool, [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] note: `UserInfo` has a derived impl for the trait `Debug`, but this is intentionally ignored during dead code analysis [INFO] [stdout] --> src/bin/gitlab.rs:65:23 [INFO] [stdout] | [INFO] [stdout] 65 | #[derive(Deserialize, Debug)] [INFO] [stdout] | ^^^^^ [INFO] [stdout] = note: this warning originates in the derive macro `Debug` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: field is never read: `external` [INFO] [stdout] --> src/bin/gitlab.rs:93:5 [INFO] [stdout] | [INFO] [stdout] 93 | external: bool, [INFO] [stdout] | ^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] note: `UserInfo` has a derived impl for the trait `Debug`, but this is intentionally ignored during dead code analysis [INFO] [stdout] --> src/bin/gitlab.rs:65:23 [INFO] [stdout] | [INFO] [stdout] 65 | #[derive(Deserialize, Debug)] [INFO] [stdout] | ^^^^^ [INFO] [stdout] = note: this warning originates in the derive macro `Debug` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: field is never read: `private_profile` [INFO] [stdout] --> src/bin/gitlab.rs:94:5 [INFO] [stdout] | [INFO] [stdout] 94 | private_profile: bool, [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] note: `UserInfo` has a derived impl for the trait `Debug`, but this is intentionally ignored during dead code analysis [INFO] [stdout] --> src/bin/gitlab.rs:65:23 [INFO] [stdout] | [INFO] [stdout] 65 | #[derive(Deserialize, Debug)] [INFO] [stdout] | ^^^^^ [INFO] [stdout] = note: this warning originates in the derive macro `Debug` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: field is never read: `is_admin` [INFO] [stdout] --> src/bin/gitlab.rs:95:5 [INFO] [stdout] | [INFO] [stdout] 95 | is_admin: bool, [INFO] [stdout] | ^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] note: `UserInfo` has a derived impl for the trait `Debug`, but this is intentionally ignored during dead code analysis [INFO] [stdout] --> src/bin/gitlab.rs:65:23 [INFO] [stdout] | [INFO] [stdout] 65 | #[derive(Deserialize, Debug)] [INFO] [stdout] | ^^^^^ [INFO] [stdout] = note: this warning originates in the derive macro `Debug` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: linking with `cc` failed: exit status: 1 [INFO] [stdout] | [INFO] [stdout] = note: "cc" "-m64" "/opt/rustwide/target/debug/deps/google-255a9633a2eafe72.google.3a288ccb-cgu.0.rcgu.o" "/opt/rustwide/target/debug/deps/google-255a9633a2eafe72.google.3a288ccb-cgu.1.rcgu.o" "/opt/rustwide/target/debug/deps/google-255a9633a2eafe72.google.3a288ccb-cgu.10.rcgu.o" "/opt/rustwide/target/debug/deps/google-255a9633a2eafe72.google.3a288ccb-cgu.11.rcgu.o" "/opt/rustwide/target/debug/deps/google-255a9633a2eafe72.google.3a288ccb-cgu.12.rcgu.o" "/opt/rustwide/target/debug/deps/google-255a9633a2eafe72.google.3a288ccb-cgu.13.rcgu.o" "/opt/rustwide/target/debug/deps/google-255a9633a2eafe72.google.3a288ccb-cgu.14.rcgu.o" "/opt/rustwide/target/debug/deps/google-255a9633a2eafe72.google.3a288ccb-cgu.15.rcgu.o" "/opt/rustwide/target/debug/deps/google-255a9633a2eafe72.google.3a288ccb-cgu.2.rcgu.o" "/opt/rustwide/target/debug/deps/google-255a9633a2eafe72.google.3a288ccb-cgu.3.rcgu.o" "/opt/rustwide/target/debug/deps/google-255a9633a2eafe72.google.3a288ccb-cgu.4.rcgu.o" "/opt/rustwide/target/debug/deps/google-255a9633a2eafe72.google.3a288ccb-cgu.5.rcgu.o" "/opt/rustwide/target/debug/deps/google-255a9633a2eafe72.google.3a288ccb-cgu.6.rcgu.o" "/opt/rustwide/target/debug/deps/google-255a9633a2eafe72.google.3a288ccb-cgu.7.rcgu.o" "/opt/rustwide/target/debug/deps/google-255a9633a2eafe72.google.3a288ccb-cgu.8.rcgu.o" "/opt/rustwide/target/debug/deps/google-255a9633a2eafe72.google.3a288ccb-cgu.9.rcgu.o" "/opt/rustwide/target/debug/deps/google-255a9633a2eafe72.1fk04nan7v3lp0m5.rcgu.o" "-Wl,--as-needed" "-L" "/opt/rustwide/target/debug/deps" "-L" "/opt/rustwide/target/debug/build/backtrace-sys-22a12f2e10c0269e/out" "-L" "/opt/rustwide/target/debug/build/brotli-sys-f26e9a5bb6ac66ae/out" "-L" "/opt/rustwide/target/debug/build/ring-3a5ccb36c4e86d70/out" "-L" "/opt/rustwide/rustup-home/toolchains/beta-2022-04-10-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib" "-Wl,-Bstatic" "/opt/rustwide/target/debug/deps/liboauth2-5b337e7352d8c22a.rlib" "/opt/rustwide/target/debug/deps/libsha2-ff3bf26f98dcf4c2.rlib" "/opt/rustwide/target/debug/deps/libfake_simd-f4adceac499e4c5c.rlib" "/opt/rustwide/target/debug/deps/libblock_buffer-b8e695b5ab5a16c0.rlib" "/opt/rustwide/target/debug/deps/libarrayref-d74246b9792fc0ab.rlib" "/opt/rustwide/target/debug/deps/libdigest-0896d1ea36a4dac7.rlib" "/opt/rustwide/target/debug/deps/libgeneric_array-254ceaa96a0ff089.rlib" "/opt/rustwide/target/debug/deps/libtypenum-87db5ee04d3f734a.rlib" "/opt/rustwide/target/debug/deps/libbyte_tools-967960f394d467ea.rlib" "/opt/rustwide/target/debug/deps/libreqwest-a662029ff2e5ce82.rlib" "/opt/rustwide/target/debug/deps/libuuid-d453cdd65c622360.rlib" "/opt/rustwide/target/debug/deps/librand-4eaa62c98a5a391c.rlib" "/opt/rustwide/target/debug/deps/librand_xorshift-06e217ad92df2bfc.rlib" "/opt/rustwide/target/debug/deps/librand_pcg-4d96d44db53f9f9e.rlib" "/opt/rustwide/target/debug/deps/librand_hc-714c82d8096c6ceb.rlib" "/opt/rustwide/target/debug/deps/librand_chacha-d112401dbb9b0f0b.rlib" "/opt/rustwide/target/debug/deps/librand_isaac-39c5c607c4a69ce5.rlib" "/opt/rustwide/target/debug/deps/librand_core-c0666ae413bc23d2.rlib" "/opt/rustwide/target/debug/deps/librand_os-a6ba4e55a01fb34f.rlib" "/opt/rustwide/target/debug/deps/librand_jitter-a6ffbd6e57632e30.rlib" "/opt/rustwide/target/debug/deps/librand_core-8951c9ba3b1758eb.rlib" "/opt/rustwide/target/debug/deps/libserde_urlencoded-bf290916048dbabf.rlib" "/opt/rustwide/target/debug/deps/libmime_guess-47c933bc60c8a675.rlib" "/opt/rustwide/target/debug/deps/libunicase-cfc51ac5c131741f.rlib" "/opt/rustwide/target/debug/deps/libhyper_tls-e94872cf316aac51.rlib" "/opt/rustwide/target/debug/deps/libnative_tls-dcb60756c68e7a87.rlib" "/opt/rustwide/target/debug/deps/libopenssl_probe-fe962c2cd87031d7.rlib" "/opt/rustwide/target/debug/deps/libopenssl-afbbac188367ac5d.rlib" "/opt/rustwide/target/debug/deps/libopenssl_sys-4429a777f31a7704.rlib" "/opt/rustwide/target/debug/deps/libforeign_types-3138d685ddde873e.rlib" "/opt/rustwide/target/debug/deps/libforeign_types_shared-1df85ef0ce08cbc3.rlib" "/opt/rustwide/target/debug/deps/libhyper-b6098b11b568590e.rlib" "/opt/rustwide/target/debug/deps/libwant-6f9db62d458c9305.rlib" "/opt/rustwide/target/debug/deps/libtry_lock-b73c9715cf27566f.rlib" "/opt/rustwide/target/debug/deps/libtokio-dec6899ff9ca5c68.rlib" "/opt/rustwide/target/debug/deps/libtokio_timer-80a176c94a4ab5e0.rlib" "/opt/rustwide/target/debug/deps/libtokio_threadpool-7ee91ca84b73f5f8.rlib" "/opt/rustwide/target/debug/deps/libcrossbeam_queue-970636ae2c51870c.rlib" "/opt/rustwide/target/debug/deps/libcrossbeam_deque-db152e794a8a1c76.rlib" "/opt/rustwide/target/debug/deps/libcrossbeam_epoch-388801e480eee038.rlib" "/opt/rustwide/target/debug/deps/libmemoffset-f3bff48678834d5e.rlib" "/opt/rustwide/target/debug/deps/libtokio_tcp-a119734f62e47c45.rlib" "/opt/rustwide/target/debug/deps/libtokio_reactor-4e7ab8a9cb61c983.rlib" "/opt/rustwide/target/debug/deps/libtokio_sync-f94144fbb9484f33.rlib" "/opt/rustwide/target/debug/deps/libparking_lot-d6ab41f16497ddb5.rlib" "/opt/rustwide/target/debug/deps/libparking_lot_core-888f513c996e9519.rlib" "/opt/rustwide/target/debug/deps/libtokio_current_thread-8029f5e85225aa4a.rlib" "/opt/rustwide/target/debug/deps/libtokio_executor-784fa2e2769d5f68.rlib" "/opt/rustwide/target/debug/deps/libcrossbeam_utils-9c19d0751ed77bf7.rlib" "/opt/rustwide/target/debug/deps/libhttp_body-c26ebd8cf7c0ae4b.rlib" "/opt/rustwide/target/debug/deps/libtokio_buf-d5a209767688609f.rlib" "/opt/rustwide/target/debug/deps/libh2-116f77926022893e.rlib" "/opt/rustwide/target/debug/deps/libstring-9b0b54a77d2a5c3d.rlib" "/opt/rustwide/target/debug/deps/libtokio_io-2675b52c216c611b.rlib" "/opt/rustwide/target/debug/deps/libfutures_cpupool-07e4a2e81c8cc398.rlib" "/opt/rustwide/target/debug/deps/libhttp-82ef339c3f7d45cb.rlib" "/opt/rustwide/target/debug/deps/libfutures-47fa39838d13c9f2.rlib" "/opt/rustwide/target/debug/deps/libcookie_store-3fe0995e0931b887.rlib" "/opt/rustwide/target/debug/deps/libpublicsuffix-9be54a8266555c6c.rlib" "/opt/rustwide/target/debug/deps/liberror_chain-977b163d87183f84.rlib" "/opt/rustwide/target/debug/deps/libtry_from-00425012666a6296.rlib" "/opt/rustwide/target/debug/deps/libcookie-49e43bb6fdcd9d2e.rlib" "/opt/rustwide/target/debug/deps/liburl-17b83f72406439b5.rlib" "/opt/rustwide/target/debug/deps/libpercent_encoding-0cdbfd229bde0fb2.rlib" "/opt/rustwide/target/debug/deps/libidna-3a57933bcffc815d.rlib" "/opt/rustwide/target/debug/deps/libbytes-dcf768135191796a.rlib" "/opt/rustwide/target/debug/deps/libbase64-2306940865d4e898.rlib" "/opt/rustwide/target/debug/deps/libactix_session-c2e9852a3d938785.rlib" "/opt/rustwide/target/debug/deps/libactix_web-09baf94510e03ee7.rlib" "/opt/rustwide/target/debug/deps/libactix_tls-19f7f0a28d2a418d.rlib" "/opt/rustwide/target/debug/deps/libawc-56d88571f5a78a9f.rlib" "/opt/rustwide/target/debug/deps/libactix_server-1acfd07c943bd92d.rlib" "/opt/rustwide/target/debug/deps/libactix_router-ebb670b5178c5790.rlib" "/opt/rustwide/target/debug/deps/libbytestring-082cece937fce0ae.rlib" "/opt/rustwide/target/debug/deps/libactix_http-abef87c20f909edc.rlib" "/opt/rustwide/target/debug/deps/libsha1-fe0bff6a1469592d.rlib" "/opt/rustwide/target/debug/deps/libbase64-e0d8570cbc7da076.rlib" "/opt/rustwide/target/debug/deps/libserde_urlencoded-f057844df84b9eb2.rlib" "/opt/rustwide/target/debug/deps/libdtoa-952529d2dbaddc7a.rlib" "/opt/rustwide/target/debug/deps/libhttparse-af5c8ad150445e6f.rlib" "/opt/rustwide/target/debug/deps/libring-b8bd9ec2eca7922c.rlib" "/opt/rustwide/target/debug/deps/libspin-0ce7eed86e654be1.rlib" "/opt/rustwide/target/debug/deps/libuntrusted-ab79c09e7392e5dd.rlib" "/opt/rustwide/target/debug/deps/libchrono-c0a0a16c27b3b114.rlib" "/opt/rustwide/target/debug/deps/libnum_integer-d27d8558cb1263a5.rlib" "/opt/rustwide/target/debug/deps/libnum_traits-af3956e00de7b3c8.rlib" "/opt/rustwide/target/debug/deps/libserde_json-fbcc2017405a82b5.rlib" "/opt/rustwide/target/debug/deps/libryu-df72afeee529a211.rlib" "/opt/rustwide/target/debug/deps/libserde-64eaee0ad01361fe.rlib" "/opt/rustwide/target/debug/deps/libencoding_rs-052f581d5831b16f.rlib" "/opt/rustwide/target/debug/deps/libregex-46113b431a7486ce.rlib" "/opt/rustwide/target/debug/deps/libthread_local-fc112ae30411db47.rlib" "/opt/rustwide/target/debug/deps/libregex_syntax-149382b8d3fc84f6.rlib" "/opt/rustwide/target/debug/deps/libaho_corasick-490d2129bd3c10fa.rlib" "/opt/rustwide/target/debug/deps/liblanguage_tags-66706a840c6b3f9e.rlib" "/opt/rustwide/target/debug/deps/libmime-6adaefd5c465bdcc.rlib" "/opt/rustwide/target/debug/deps/libflate2-336efccfc253c8b5.rlib" "/opt/rustwide/target/debug/deps/libminiz_oxide-087cd230b977c165.rlib" "/opt/rustwide/target/debug/deps/libadler32-f744d72025833ce8.rlib" "/opt/rustwide/target/debug/deps/libcrc32fast-b88bdf16927d6153.rlib" "/opt/rustwide/target/debug/deps/libbrotli2-ab590449af3b86ab.rlib" "/opt/rustwide/target/debug/deps/libbrotli_sys-c0bcb0384414ac42.rlib" "/opt/rustwide/target/debug/deps/libtime-b5734b8fadd532f8.rlib" "/opt/rustwide/target/debug/deps/libfxhash-0e14cbf8c354e3e4.rlib" "/opt/rustwide/target/debug/deps/libbyteorder-a74b9be1416e611b.rlib" "/opt/rustwide/target/debug/deps/libactix_utils-0465cd2124f4936c.rlib" "/opt/rustwide/target/debug/deps/libactix_connect-9fa6364e8dc31b39.rlib" "/opt/rustwide/target/debug/deps/libtrust_dns_resolver-aa98f99ad8b0efaa.rlib" "/opt/rustwide/target/debug/deps/libtrust_dns_proto-be7c39a282cb9f1f.rlib" "/opt/rustwide/target/debug/deps/librand-c0602ee0410d279e.rlib" "/opt/rustwide/target/debug/deps/librand_chacha-68fa1cbb8fbefd2e.rlib" "/opt/rustwide/target/debug/deps/libc2_chacha-5ba93bd5a4ea4e3f.rlib" "/opt/rustwide/target/debug/deps/libppv_lite86-6f374a1e839b3a4a.rlib" "/opt/rustwide/target/debug/deps/librand_core-da1053c14baae210.rlib" "/opt/rustwide/target/debug/deps/libgetrandom-a3261ad2e90c95ac.rlib" "/opt/rustwide/target/debug/deps/liburl-227e88d106551b3d.rlib" "/opt/rustwide/target/debug/deps/libpercent_encoding-8c83310236959ef9.rlib" "/opt/rustwide/target/debug/deps/libidna-91a0757f6bbd0938.rlib" "/opt/rustwide/target/debug/deps/libunicode_normalization-1232aea699673f88.rlib" "/opt/rustwide/target/debug/deps/libsmallvec-700ec48b887f1a33.rlib" "/opt/rustwide/target/debug/deps/libmaybe_uninit-6da8ac6dfb59ea6e.rlib" "/opt/rustwide/target/debug/deps/libunicode_bidi-7ac4b89f889ff88f.rlib" "/opt/rustwide/target/debug/deps/libmatches-efe3d8804af1a290.rlib" "/opt/rustwide/target/debug/deps/libresolv_conf-581c670028e5a252.rlib" "/opt/rustwide/target/debug/deps/libhostname-874a842ff07f1c71.rlib" "/opt/rustwide/target/debug/deps/libquick_error-9f037071f33ff693.rlib" "/opt/rustwide/target/debug/deps/liblru_cache-af346cfadd276c1c.rlib" "/opt/rustwide/target/debug/deps/liblinked_hash_map-1ab29bfdbfbe72ac.rlib" "/opt/rustwide/target/debug/deps/libfailure-307db4eb61d45b99.rlib" "/opt/rustwide/target/debug/deps/libbacktrace-c93d48abe1d32908.rlib" "/opt/rustwide/target/debug/deps/libbacktrace_sys-5a9a8b891a8fa5a5.rlib" "/opt/rustwide/target/debug/deps/librustc_demangle-5c928f6ad816bbf3.rlib" "/opt/rustwide/target/debug/deps/libactix_rt-97f0a62778b3f19e.rlib" "/opt/rustwide/target/debug/deps/libactix_threadpool-15acf3f323046ec7.rlib" "/opt/rustwide/target/debug/deps/libthreadpool-529be34d3eb97966.rlib" "/opt/rustwide/target/debug/deps/libnum_cpus-900308ce68e81937.rlib" "/opt/rustwide/target/debug/deps/libparking_lot-e29dd2e978ed2acd.rlib" "/opt/rustwide/target/debug/deps/libparking_lot_core-1e59e11093c49287.rlib" "/opt/rustwide/target/debug/deps/libsmallvec-ecf6bbda58319b12.rlib" "/opt/rustwide/target/debug/deps/liblock_api-2d64bf2bb1dab848.rlib" "/opt/rustwide/target/debug/deps/libscopeguard-54ff2283d814f48f.rlib" "/opt/rustwide/target/debug/deps/libcopyless-50bf03064300bef3.rlib" "/opt/rustwide/target/debug/deps/libfutures-6e94c68685a54b23.rlib" "/opt/rustwide/target/debug/deps/libfutures_executor-fa449071e2f4b009.rlib" "/opt/rustwide/target/debug/deps/libeither-9cf33dec00eac2d7.rlib" "/opt/rustwide/target/debug/deps/libh2-148d6805e446d017.rlib" "/opt/rustwide/target/debug/deps/libindexmap-cfe110ba757cf5e2.rlib" "/opt/rustwide/target/debug/deps/libhttp-9e1c5baf5620ba83.rlib" "/opt/rustwide/target/debug/deps/libitoa-49b33d255b8312c1.rlib" "/opt/rustwide/target/debug/deps/libactix_service-6e92c60fcaf1f5b9.rlib" "/opt/rustwide/target/debug/deps/libfutures_util-0321384d0b404937.rlib" "/opt/rustwide/target/debug/deps/libproc_macro_nested-6ef7adf3062f700e.rlib" "/opt/rustwide/target/debug/deps/libfutures_io-18410eb4dd9663d4.rlib" "/opt/rustwide/target/debug/deps/libfutures_channel-1d0bd40c8448fb6f.rlib" "/opt/rustwide/target/debug/deps/libfutures_task-a4674e1b0a36cbcc.rlib" "/opt/rustwide/target/debug/deps/libpin_utils-a2058c5ec177353c.rlib" "/opt/rustwide/target/debug/deps/libactix_codec-57a367fd43375e07.rlib" "/opt/rustwide/target/debug/deps/libbitflags-c6d9dc90f7379932.rlib" "/opt/rustwide/target/debug/deps/libtokio_util-b1caed9340efb73f.rlib" "/opt/rustwide/target/debug/deps/libtokio-a0493671469adedf.rlib" "/opt/rustwide/target/debug/deps/libsignal_hook_registry-ae189a3b65725723.rlib" "/opt/rustwide/target/debug/deps/libarc_swap-aef3b82787a7f4e2.rlib" "/opt/rustwide/target/debug/deps/libmemchr-1ae902ad2fa951e9.rlib" "/opt/rustwide/target/debug/deps/libfnv-3b027f9af76441c8.rlib" "/opt/rustwide/target/debug/deps/liblazy_static-86422d76b8bd90ed.rlib" "/opt/rustwide/target/debug/deps/libmio_uds-45f009011b18e7cb.rlib" "/opt/rustwide/target/debug/deps/libmio-95be1a88fb81e754.rlib" "/opt/rustwide/target/debug/deps/libslab-ee0db592f9db8068.rlib" "/opt/rustwide/target/debug/deps/libiovec-2d535cb16b453efb.rlib" "/opt/rustwide/target/debug/deps/libnet2-1db6de7f57289f40.rlib" "/opt/rustwide/target/debug/deps/liblibc-1b9f48f6c7596376.rlib" "/opt/rustwide/target/debug/deps/libpin_project_lite-34c3f7fe1cfa4adb.rlib" "/opt/rustwide/target/debug/deps/libfutures_sink-3c0f6ed6f89453a7.rlib" "/opt/rustwide/target/debug/deps/libpin_project-f4954b8842579875.rlib" "/opt/rustwide/target/debug/deps/libfutures_core-f976ea4ece1a84c9.rlib" "/opt/rustwide/target/debug/deps/libbytes-0564acb8165b7d31.rlib" "/opt/rustwide/target/debug/deps/liblog-f2a9ccb91e18889e.rlib" "/opt/rustwide/target/debug/deps/libcfg_if-b22544e46cbb7baa.rlib" "-Wl,--start-group" "/opt/rustwide/rustup-home/toolchains/beta-2022-04-10-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libstd-ff9290e971253a38.rlib" "/opt/rustwide/rustup-home/toolchains/beta-2022-04-10-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libpanic_unwind-5534b29ea7b2d8f5.rlib" "/opt/rustwide/rustup-home/toolchains/beta-2022-04-10-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libobject-8bfbb13072fc2761.rlib" "/opt/rustwide/rustup-home/toolchains/beta-2022-04-10-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libmemchr-d6d1fa92fa620f17.rlib" "/opt/rustwide/rustup-home/toolchains/beta-2022-04-10-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libaddr2line-7cfd201521727d95.rlib" "/opt/rustwide/rustup-home/toolchains/beta-2022-04-10-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libgimli-0e8010e8fce8e5a7.rlib" "/opt/rustwide/rustup-home/toolchains/beta-2022-04-10-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/librustc_demangle-19093fec3c6dd913.rlib" "/opt/rustwide/rustup-home/toolchains/beta-2022-04-10-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libstd_detect-89c4cbe9256c1890.rlib" "/opt/rustwide/rustup-home/toolchains/beta-2022-04-10-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libhashbrown-73e4507673363945.rlib" "/opt/rustwide/rustup-home/toolchains/beta-2022-04-10-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libminiz_oxide-3fe98c0f46f27964.rlib" "/opt/rustwide/rustup-home/toolchains/beta-2022-04-10-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libadler-a76787f08d45e37d.rlib" "/opt/rustwide/rustup-home/toolchains/beta-2022-04-10-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/librustc_std_workspace_alloc-8cea480e62c5b261.rlib" "/opt/rustwide/rustup-home/toolchains/beta-2022-04-10-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libunwind-1fb939608cd05a1c.rlib" "/opt/rustwide/rustup-home/toolchains/beta-2022-04-10-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libcfg_if-842e67e3ab562f66.rlib" "/opt/rustwide/rustup-home/toolchains/beta-2022-04-10-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/liblibc-0c1c8fec3b1a54cc.rlib" "/opt/rustwide/rustup-home/toolchains/beta-2022-04-10-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/liballoc-689faa634b72af17.rlib" "/opt/rustwide/rustup-home/toolchains/beta-2022-04-10-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/librustc_std_workspace_core-6c2c561a8181be5e.rlib" "/opt/rustwide/rustup-home/toolchains/beta-2022-04-10-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libcore-88c4d85fe493b0a6.rlib" "-Wl,--end-group" "/opt/rustwide/rustup-home/toolchains/beta-2022-04-10-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libcompiler_builtins-f5394bdb1df5df01.rlib" "-Wl,-Bdynamic" "-lssl" "-lcrypto" "-lutil" "-ldl" "-lutil" "-lgcc_s" "-lutil" "-lrt" "-lpthread" "-lm" "-ldl" "-lc" "-Wl,--eh-frame-hdr" "-Wl,-znoexecstack" "-L" "/opt/rustwide/rustup-home/toolchains/beta-2022-04-10-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib" "-o" "/opt/rustwide/target/debug/deps/google-255a9633a2eafe72" "-Wl,--gc-sections" "-pie" "-Wl,-zrelro,-znow" "-nodefaultlibs" [INFO] [stdout] = note: /usr/bin/ld: _ZN12actix_server6worker17MAX_CONNS_COUNTER7__getit5__KEY17h3503bec4c37b92efE: TLS definition in /opt/rustwide/target/debug/deps/libactix_server-1acfd07c943bd92d.rlib(actix_server-1acfd07c943bd92d.actix_server.565f4d37-cgu.14.rcgu.o) section .tbss._ZN12actix_server6worker17MAX_CONNS_COUNTER7__getit5__KEY17h3503bec4c37b92efE mismatches non-TLS reference in /opt/rustwide/target/debug/deps/libactix_server-1acfd07c943bd92d.rlib(actix_server-1acfd07c943bd92d.actix_server.565f4d37-cgu.10.rcgu.o) [INFO] [stdout] /usr/bin/ld: /opt/rustwide/target/debug/deps/libactix_server-1acfd07c943bd92d.rlib: error adding symbols: bad value [INFO] [stdout] collect2: error: ld returned 1 exit status [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: aborting due to previous error [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: linking with `cc` failed: exit status: 1 [INFO] [stdout] | [INFO] [stdout] = note: "cc" "-m64" "/opt/rustwide/target/debug/deps/gitlab-32ac63101a4c12ad.gitlab.06efa46c-cgu.0.rcgu.o" "/opt/rustwide/target/debug/deps/gitlab-32ac63101a4c12ad.gitlab.06efa46c-cgu.1.rcgu.o" "/opt/rustwide/target/debug/deps/gitlab-32ac63101a4c12ad.gitlab.06efa46c-cgu.10.rcgu.o" "/opt/rustwide/target/debug/deps/gitlab-32ac63101a4c12ad.gitlab.06efa46c-cgu.11.rcgu.o" "/opt/rustwide/target/debug/deps/gitlab-32ac63101a4c12ad.gitlab.06efa46c-cgu.12.rcgu.o" "/opt/rustwide/target/debug/deps/gitlab-32ac63101a4c12ad.gitlab.06efa46c-cgu.13.rcgu.o" "/opt/rustwide/target/debug/deps/gitlab-32ac63101a4c12ad.gitlab.06efa46c-cgu.14.rcgu.o" "/opt/rustwide/target/debug/deps/gitlab-32ac63101a4c12ad.gitlab.06efa46c-cgu.15.rcgu.o" "/opt/rustwide/target/debug/deps/gitlab-32ac63101a4c12ad.gitlab.06efa46c-cgu.2.rcgu.o" "/opt/rustwide/target/debug/deps/gitlab-32ac63101a4c12ad.gitlab.06efa46c-cgu.3.rcgu.o" "/opt/rustwide/target/debug/deps/gitlab-32ac63101a4c12ad.gitlab.06efa46c-cgu.4.rcgu.o" "/opt/rustwide/target/debug/deps/gitlab-32ac63101a4c12ad.gitlab.06efa46c-cgu.5.rcgu.o" "/opt/rustwide/target/debug/deps/gitlab-32ac63101a4c12ad.gitlab.06efa46c-cgu.6.rcgu.o" "/opt/rustwide/target/debug/deps/gitlab-32ac63101a4c12ad.gitlab.06efa46c-cgu.7.rcgu.o" "/opt/rustwide/target/debug/deps/gitlab-32ac63101a4c12ad.gitlab.06efa46c-cgu.8.rcgu.o" "/opt/rustwide/target/debug/deps/gitlab-32ac63101a4c12ad.gitlab.06efa46c-cgu.9.rcgu.o" "/opt/rustwide/target/debug/deps/gitlab-32ac63101a4c12ad.39mnu6z4w8nvoffn.rcgu.o" "-Wl,--as-needed" "-L" "/opt/rustwide/target/debug/deps" "-L" "/opt/rustwide/target/debug/build/backtrace-sys-22a12f2e10c0269e/out" "-L" "/opt/rustwide/target/debug/build/brotli-sys-f26e9a5bb6ac66ae/out" "-L" "/opt/rustwide/target/debug/build/ring-3a5ccb36c4e86d70/out" "-L" "/opt/rustwide/rustup-home/toolchains/beta-2022-04-10-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib" "-Wl,-Bstatic" "/opt/rustwide/target/debug/deps/liboauth2-5b337e7352d8c22a.rlib" "/opt/rustwide/target/debug/deps/libsha2-ff3bf26f98dcf4c2.rlib" "/opt/rustwide/target/debug/deps/libfake_simd-f4adceac499e4c5c.rlib" "/opt/rustwide/target/debug/deps/libblock_buffer-b8e695b5ab5a16c0.rlib" "/opt/rustwide/target/debug/deps/libarrayref-d74246b9792fc0ab.rlib" "/opt/rustwide/target/debug/deps/libdigest-0896d1ea36a4dac7.rlib" "/opt/rustwide/target/debug/deps/libgeneric_array-254ceaa96a0ff089.rlib" "/opt/rustwide/target/debug/deps/libtypenum-87db5ee04d3f734a.rlib" "/opt/rustwide/target/debug/deps/libbyte_tools-967960f394d467ea.rlib" "/opt/rustwide/target/debug/deps/libreqwest-a662029ff2e5ce82.rlib" "/opt/rustwide/target/debug/deps/libuuid-d453cdd65c622360.rlib" "/opt/rustwide/target/debug/deps/librand-4eaa62c98a5a391c.rlib" "/opt/rustwide/target/debug/deps/librand_xorshift-06e217ad92df2bfc.rlib" "/opt/rustwide/target/debug/deps/librand_pcg-4d96d44db53f9f9e.rlib" "/opt/rustwide/target/debug/deps/librand_hc-714c82d8096c6ceb.rlib" "/opt/rustwide/target/debug/deps/librand_chacha-d112401dbb9b0f0b.rlib" "/opt/rustwide/target/debug/deps/librand_isaac-39c5c607c4a69ce5.rlib" "/opt/rustwide/target/debug/deps/librand_core-c0666ae413bc23d2.rlib" "/opt/rustwide/target/debug/deps/librand_os-a6ba4e55a01fb34f.rlib" "/opt/rustwide/target/debug/deps/librand_jitter-a6ffbd6e57632e30.rlib" "/opt/rustwide/target/debug/deps/librand_core-8951c9ba3b1758eb.rlib" "/opt/rustwide/target/debug/deps/libserde_urlencoded-bf290916048dbabf.rlib" "/opt/rustwide/target/debug/deps/libmime_guess-47c933bc60c8a675.rlib" "/opt/rustwide/target/debug/deps/libunicase-cfc51ac5c131741f.rlib" "/opt/rustwide/target/debug/deps/libhyper_tls-e94872cf316aac51.rlib" "/opt/rustwide/target/debug/deps/libnative_tls-dcb60756c68e7a87.rlib" "/opt/rustwide/target/debug/deps/libopenssl_probe-fe962c2cd87031d7.rlib" "/opt/rustwide/target/debug/deps/libopenssl-afbbac188367ac5d.rlib" "/opt/rustwide/target/debug/deps/libopenssl_sys-4429a777f31a7704.rlib" "/opt/rustwide/target/debug/deps/libforeign_types-3138d685ddde873e.rlib" "/opt/rustwide/target/debug/deps/libforeign_types_shared-1df85ef0ce08cbc3.rlib" "/opt/rustwide/target/debug/deps/libhyper-b6098b11b568590e.rlib" "/opt/rustwide/target/debug/deps/libwant-6f9db62d458c9305.rlib" "/opt/rustwide/target/debug/deps/libtry_lock-b73c9715cf27566f.rlib" "/opt/rustwide/target/debug/deps/libtokio-dec6899ff9ca5c68.rlib" "/opt/rustwide/target/debug/deps/libtokio_timer-80a176c94a4ab5e0.rlib" "/opt/rustwide/target/debug/deps/libtokio_threadpool-7ee91ca84b73f5f8.rlib" "/opt/rustwide/target/debug/deps/libcrossbeam_queue-970636ae2c51870c.rlib" "/opt/rustwide/target/debug/deps/libcrossbeam_deque-db152e794a8a1c76.rlib" "/opt/rustwide/target/debug/deps/libcrossbeam_epoch-388801e480eee038.rlib" "/opt/rustwide/target/debug/deps/libmemoffset-f3bff48678834d5e.rlib" "/opt/rustwide/target/debug/deps/libtokio_tcp-a119734f62e47c45.rlib" "/opt/rustwide/target/debug/deps/libtokio_reactor-4e7ab8a9cb61c983.rlib" "/opt/rustwide/target/debug/deps/libtokio_sync-f94144fbb9484f33.rlib" "/opt/rustwide/target/debug/deps/libparking_lot-d6ab41f16497ddb5.rlib" "/opt/rustwide/target/debug/deps/libparking_lot_core-888f513c996e9519.rlib" "/opt/rustwide/target/debug/deps/libtokio_current_thread-8029f5e85225aa4a.rlib" "/opt/rustwide/target/debug/deps/libtokio_executor-784fa2e2769d5f68.rlib" "/opt/rustwide/target/debug/deps/libcrossbeam_utils-9c19d0751ed77bf7.rlib" "/opt/rustwide/target/debug/deps/libhttp_body-c26ebd8cf7c0ae4b.rlib" "/opt/rustwide/target/debug/deps/libtokio_buf-d5a209767688609f.rlib" "/opt/rustwide/target/debug/deps/libh2-116f77926022893e.rlib" "/opt/rustwide/target/debug/deps/libstring-9b0b54a77d2a5c3d.rlib" "/opt/rustwide/target/debug/deps/libtokio_io-2675b52c216c611b.rlib" "/opt/rustwide/target/debug/deps/libfutures_cpupool-07e4a2e81c8cc398.rlib" "/opt/rustwide/target/debug/deps/libfutures-47fa39838d13c9f2.rlib" "/opt/rustwide/target/debug/deps/libcookie_store-3fe0995e0931b887.rlib" "/opt/rustwide/target/debug/deps/libpublicsuffix-9be54a8266555c6c.rlib" "/opt/rustwide/target/debug/deps/liberror_chain-977b163d87183f84.rlib" "/opt/rustwide/target/debug/deps/libtry_from-00425012666a6296.rlib" "/opt/rustwide/target/debug/deps/libcookie-49e43bb6fdcd9d2e.rlib" "/opt/rustwide/target/debug/deps/liburl-17b83f72406439b5.rlib" "/opt/rustwide/target/debug/deps/libpercent_encoding-0cdbfd229bde0fb2.rlib" "/opt/rustwide/target/debug/deps/libidna-3a57933bcffc815d.rlib" "/opt/rustwide/target/debug/deps/libbase64-2306940865d4e898.rlib" "/opt/rustwide/target/debug/deps/libhttp-82ef339c3f7d45cb.rlib" "/opt/rustwide/target/debug/deps/libbytes-dcf768135191796a.rlib" "/opt/rustwide/target/debug/deps/libactix_session-c2e9852a3d938785.rlib" "/opt/rustwide/target/debug/deps/libactix_web-09baf94510e03ee7.rlib" "/opt/rustwide/target/debug/deps/libactix_tls-19f7f0a28d2a418d.rlib" "/opt/rustwide/target/debug/deps/libawc-56d88571f5a78a9f.rlib" "/opt/rustwide/target/debug/deps/libactix_server-1acfd07c943bd92d.rlib" "/opt/rustwide/target/debug/deps/libactix_router-ebb670b5178c5790.rlib" "/opt/rustwide/target/debug/deps/libbytestring-082cece937fce0ae.rlib" "/opt/rustwide/target/debug/deps/libactix_http-abef87c20f909edc.rlib" "/opt/rustwide/target/debug/deps/libsha1-fe0bff6a1469592d.rlib" "/opt/rustwide/target/debug/deps/libbase64-e0d8570cbc7da076.rlib" "/opt/rustwide/target/debug/deps/libserde_urlencoded-f057844df84b9eb2.rlib" "/opt/rustwide/target/debug/deps/libdtoa-952529d2dbaddc7a.rlib" "/opt/rustwide/target/debug/deps/libhttparse-af5c8ad150445e6f.rlib" "/opt/rustwide/target/debug/deps/libring-b8bd9ec2eca7922c.rlib" "/opt/rustwide/target/debug/deps/libspin-0ce7eed86e654be1.rlib" "/opt/rustwide/target/debug/deps/libuntrusted-ab79c09e7392e5dd.rlib" "/opt/rustwide/target/debug/deps/libchrono-c0a0a16c27b3b114.rlib" "/opt/rustwide/target/debug/deps/libnum_integer-d27d8558cb1263a5.rlib" "/opt/rustwide/target/debug/deps/libnum_traits-af3956e00de7b3c8.rlib" "/opt/rustwide/target/debug/deps/libserde_json-fbcc2017405a82b5.rlib" "/opt/rustwide/target/debug/deps/libryu-df72afeee529a211.rlib" "/opt/rustwide/target/debug/deps/libserde-64eaee0ad01361fe.rlib" "/opt/rustwide/target/debug/deps/libencoding_rs-052f581d5831b16f.rlib" "/opt/rustwide/target/debug/deps/libregex-46113b431a7486ce.rlib" "/opt/rustwide/target/debug/deps/libthread_local-fc112ae30411db47.rlib" "/opt/rustwide/target/debug/deps/libregex_syntax-149382b8d3fc84f6.rlib" "/opt/rustwide/target/debug/deps/libaho_corasick-490d2129bd3c10fa.rlib" "/opt/rustwide/target/debug/deps/liblanguage_tags-66706a840c6b3f9e.rlib" "/opt/rustwide/target/debug/deps/libmime-6adaefd5c465bdcc.rlib" "/opt/rustwide/target/debug/deps/libflate2-336efccfc253c8b5.rlib" "/opt/rustwide/target/debug/deps/libminiz_oxide-087cd230b977c165.rlib" "/opt/rustwide/target/debug/deps/libadler32-f744d72025833ce8.rlib" "/opt/rustwide/target/debug/deps/libcrc32fast-b88bdf16927d6153.rlib" "/opt/rustwide/target/debug/deps/libbrotli2-ab590449af3b86ab.rlib" "/opt/rustwide/target/debug/deps/libbrotli_sys-c0bcb0384414ac42.rlib" "/opt/rustwide/target/debug/deps/libtime-b5734b8fadd532f8.rlib" "/opt/rustwide/target/debug/deps/libfxhash-0e14cbf8c354e3e4.rlib" "/opt/rustwide/target/debug/deps/libbyteorder-a74b9be1416e611b.rlib" "/opt/rustwide/target/debug/deps/libactix_utils-0465cd2124f4936c.rlib" "/opt/rustwide/target/debug/deps/libactix_connect-9fa6364e8dc31b39.rlib" "/opt/rustwide/target/debug/deps/libtrust_dns_resolver-aa98f99ad8b0efaa.rlib" "/opt/rustwide/target/debug/deps/libtrust_dns_proto-be7c39a282cb9f1f.rlib" "/opt/rustwide/target/debug/deps/librand-c0602ee0410d279e.rlib" "/opt/rustwide/target/debug/deps/librand_chacha-68fa1cbb8fbefd2e.rlib" "/opt/rustwide/target/debug/deps/libc2_chacha-5ba93bd5a4ea4e3f.rlib" "/opt/rustwide/target/debug/deps/libppv_lite86-6f374a1e839b3a4a.rlib" "/opt/rustwide/target/debug/deps/librand_core-da1053c14baae210.rlib" "/opt/rustwide/target/debug/deps/libgetrandom-a3261ad2e90c95ac.rlib" "/opt/rustwide/target/debug/deps/liburl-227e88d106551b3d.rlib" "/opt/rustwide/target/debug/deps/libpercent_encoding-8c83310236959ef9.rlib" "/opt/rustwide/target/debug/deps/libidna-91a0757f6bbd0938.rlib" "/opt/rustwide/target/debug/deps/libunicode_normalization-1232aea699673f88.rlib" "/opt/rustwide/target/debug/deps/libsmallvec-700ec48b887f1a33.rlib" "/opt/rustwide/target/debug/deps/libmaybe_uninit-6da8ac6dfb59ea6e.rlib" "/opt/rustwide/target/debug/deps/libunicode_bidi-7ac4b89f889ff88f.rlib" "/opt/rustwide/target/debug/deps/libmatches-efe3d8804af1a290.rlib" "/opt/rustwide/target/debug/deps/libresolv_conf-581c670028e5a252.rlib" "/opt/rustwide/target/debug/deps/libhostname-874a842ff07f1c71.rlib" "/opt/rustwide/target/debug/deps/libquick_error-9f037071f33ff693.rlib" "/opt/rustwide/target/debug/deps/liblru_cache-af346cfadd276c1c.rlib" "/opt/rustwide/target/debug/deps/liblinked_hash_map-1ab29bfdbfbe72ac.rlib" "/opt/rustwide/target/debug/deps/libfailure-307db4eb61d45b99.rlib" "/opt/rustwide/target/debug/deps/libbacktrace-c93d48abe1d32908.rlib" "/opt/rustwide/target/debug/deps/libbacktrace_sys-5a9a8b891a8fa5a5.rlib" "/opt/rustwide/target/debug/deps/librustc_demangle-5c928f6ad816bbf3.rlib" "/opt/rustwide/target/debug/deps/libactix_rt-97f0a62778b3f19e.rlib" "/opt/rustwide/target/debug/deps/libactix_threadpool-15acf3f323046ec7.rlib" "/opt/rustwide/target/debug/deps/libthreadpool-529be34d3eb97966.rlib" "/opt/rustwide/target/debug/deps/libnum_cpus-900308ce68e81937.rlib" "/opt/rustwide/target/debug/deps/libparking_lot-e29dd2e978ed2acd.rlib" "/opt/rustwide/target/debug/deps/libparking_lot_core-1e59e11093c49287.rlib" "/opt/rustwide/target/debug/deps/libsmallvec-ecf6bbda58319b12.rlib" "/opt/rustwide/target/debug/deps/liblock_api-2d64bf2bb1dab848.rlib" "/opt/rustwide/target/debug/deps/libscopeguard-54ff2283d814f48f.rlib" "/opt/rustwide/target/debug/deps/libcopyless-50bf03064300bef3.rlib" "/opt/rustwide/target/debug/deps/libfutures-6e94c68685a54b23.rlib" "/opt/rustwide/target/debug/deps/libfutures_executor-fa449071e2f4b009.rlib" "/opt/rustwide/target/debug/deps/libeither-9cf33dec00eac2d7.rlib" "/opt/rustwide/target/debug/deps/libh2-148d6805e446d017.rlib" "/opt/rustwide/target/debug/deps/libindexmap-cfe110ba757cf5e2.rlib" "/opt/rustwide/target/debug/deps/libhttp-9e1c5baf5620ba83.rlib" "/opt/rustwide/target/debug/deps/libitoa-49b33d255b8312c1.rlib" "/opt/rustwide/target/debug/deps/libactix_service-6e92c60fcaf1f5b9.rlib" "/opt/rustwide/target/debug/deps/libfutures_util-0321384d0b404937.rlib" "/opt/rustwide/target/debug/deps/libproc_macro_nested-6ef7adf3062f700e.rlib" "/opt/rustwide/target/debug/deps/libfutures_io-18410eb4dd9663d4.rlib" "/opt/rustwide/target/debug/deps/libfutures_channel-1d0bd40c8448fb6f.rlib" "/opt/rustwide/target/debug/deps/libfutures_task-a4674e1b0a36cbcc.rlib" "/opt/rustwide/target/debug/deps/libpin_utils-a2058c5ec177353c.rlib" "/opt/rustwide/target/debug/deps/libactix_codec-57a367fd43375e07.rlib" "/opt/rustwide/target/debug/deps/libbitflags-c6d9dc90f7379932.rlib" "/opt/rustwide/target/debug/deps/libtokio_util-b1caed9340efb73f.rlib" "/opt/rustwide/target/debug/deps/libtokio-a0493671469adedf.rlib" "/opt/rustwide/target/debug/deps/libsignal_hook_registry-ae189a3b65725723.rlib" "/opt/rustwide/target/debug/deps/libarc_swap-aef3b82787a7f4e2.rlib" "/opt/rustwide/target/debug/deps/libmemchr-1ae902ad2fa951e9.rlib" "/opt/rustwide/target/debug/deps/libfnv-3b027f9af76441c8.rlib" "/opt/rustwide/target/debug/deps/liblazy_static-86422d76b8bd90ed.rlib" "/opt/rustwide/target/debug/deps/libmio_uds-45f009011b18e7cb.rlib" "/opt/rustwide/target/debug/deps/libmio-95be1a88fb81e754.rlib" "/opt/rustwide/target/debug/deps/libslab-ee0db592f9db8068.rlib" "/opt/rustwide/target/debug/deps/libiovec-2d535cb16b453efb.rlib" "/opt/rustwide/target/debug/deps/libnet2-1db6de7f57289f40.rlib" "/opt/rustwide/target/debug/deps/liblibc-1b9f48f6c7596376.rlib" "/opt/rustwide/target/debug/deps/libpin_project_lite-34c3f7fe1cfa4adb.rlib" "/opt/rustwide/target/debug/deps/libfutures_sink-3c0f6ed6f89453a7.rlib" "/opt/rustwide/target/debug/deps/libpin_project-f4954b8842579875.rlib" "/opt/rustwide/target/debug/deps/libfutures_core-f976ea4ece1a84c9.rlib" "/opt/rustwide/target/debug/deps/libbytes-0564acb8165b7d31.rlib" "/opt/rustwide/target/debug/deps/liblog-f2a9ccb91e18889e.rlib" "/opt/rustwide/target/debug/deps/libcfg_if-b22544e46cbb7baa.rlib" "-Wl,--start-group" "/opt/rustwide/rustup-home/toolchains/beta-2022-04-10-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libstd-ff9290e971253a38.rlib" "/opt/rustwide/rustup-home/toolchains/beta-2022-04-10-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libpanic_unwind-5534b29ea7b2d8f5.rlib" "/opt/rustwide/rustup-home/toolchains/beta-2022-04-10-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libobject-8bfbb13072fc2761.rlib" "/opt/rustwide/rustup-home/toolchains/beta-2022-04-10-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libmemchr-d6d1fa92fa620f17.rlib" "/opt/rustwide/rustup-home/toolchains/beta-2022-04-10-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libaddr2line-7cfd201521727d95.rlib" "/opt/rustwide/rustup-home/toolchains/beta-2022-04-10-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libgimli-0e8010e8fce8e5a7.rlib" "/opt/rustwide/rustup-home/toolchains/beta-2022-04-10-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/librustc_demangle-19093fec3c6dd913.rlib" "/opt/rustwide/rustup-home/toolchains/beta-2022-04-10-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libstd_detect-89c4cbe9256c1890.rlib" "/opt/rustwide/rustup-home/toolchains/beta-2022-04-10-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libhashbrown-73e4507673363945.rlib" "/opt/rustwide/rustup-home/toolchains/beta-2022-04-10-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libminiz_oxide-3fe98c0f46f27964.rlib" "/opt/rustwide/rustup-home/toolchains/beta-2022-04-10-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libadler-a76787f08d45e37d.rlib" "/opt/rustwide/rustup-home/toolchains/beta-2022-04-10-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/librustc_std_workspace_alloc-8cea480e62c5b261.rlib" "/opt/rustwide/rustup-home/toolchains/beta-2022-04-10-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libunwind-1fb939608cd05a1c.rlib" "/opt/rustwide/rustup-home/toolchains/beta-2022-04-10-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libcfg_if-842e67e3ab562f66.rlib" "/opt/rustwide/rustup-home/toolchains/beta-2022-04-10-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/liblibc-0c1c8fec3b1a54cc.rlib" "/opt/rustwide/rustup-home/toolchains/beta-2022-04-10-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/liballoc-689faa634b72af17.rlib" "/opt/rustwide/rustup-home/toolchains/beta-2022-04-10-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/librustc_std_workspace_core-6c2c561a8181be5e.rlib" "/opt/rustwide/rustup-home/toolchains/beta-2022-04-10-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libcore-88c4d85fe493b0a6.rlib" "-Wl,--end-group" "/opt/rustwide/rustup-home/toolchains/beta-2022-04-10-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libcompiler_builtins-f5394bdb1df5df01.rlib" "-Wl,-Bdynamic" "-lssl" "-lcrypto" "-lutil" "-ldl" "-lutil" "-lgcc_s" "-lutil" "-lrt" "-lpthread" "-lm" "-ldl" "-lc" "-Wl,--eh-frame-hdr" "-Wl,-znoexecstack" "-L" "/opt/rustwide/rustup-home/toolchains/beta-2022-04-10-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib" "-o" "/opt/rustwide/target/debug/deps/gitlab-32ac63101a4c12ad" "-Wl,--gc-sections" "-pie" "-Wl,-zrelro,-znow" "-nodefaultlibs" [INFO] [stdout] = note: /usr/bin/ld: _ZN12actix_server6worker17MAX_CONNS_COUNTER7__getit5__KEY17h3503bec4c37b92efE: TLS definition in /opt/rustwide/target/debug/deps/libactix_server-1acfd07c943bd92d.rlib(actix_server-1acfd07c943bd92d.actix_server.565f4d37-cgu.14.rcgu.o) section .tbss._ZN12actix_server6worker17MAX_CONNS_COUNTER7__getit5__KEY17h3503bec4c37b92efE mismatches non-TLS reference in /opt/rustwide/target/debug/deps/libactix_server-1acfd07c943bd92d.rlib(actix_server-1acfd07c943bd92d.actix_server.565f4d37-cgu.10.rcgu.o) [INFO] [stdout] /usr/bin/ld: /opt/rustwide/target/debug/deps/libactix_server-1acfd07c943bd92d.rlib: error adding symbols: bad value [INFO] [stdout] collect2: error: ld returned 1 exit status [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: aborting due to previous error; 28 warnings emitted [INFO] [stdout] [INFO] [stdout] [INFO] [stderr] error: could not compile `actix-web-oauth2` due to 2 previous errors [INFO] [stderr] warning: build failed, waiting for other jobs to finish... [INFO] [stderr] error: could not compile `actix-web-oauth2` due to 2 previous errors; 28 warnings emitted [INFO] running `Command { std: "docker" "inspect" "286afa099a2def364aa83fae8968af39189791af35aed8987d70995fff87c318", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "286afa099a2def364aa83fae8968af39189791af35aed8987d70995fff87c318", kill_on_drop: false }` [INFO] [stdout] 286afa099a2def364aa83fae8968af39189791af35aed8987d70995fff87c318