[INFO] cloning repository https://github.com/doy/teleterm [INFO] running `Command { std: "git" "-c" "credential.helper=" "-c" "credential.helper=/workspace/cargo-home/bin/git-credential-null" "clone" "--bare" "https://github.com/doy/teleterm" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fdoy%2Fteleterm", kill_on_drop: false }` [INFO] [stderr] Cloning into bare repository '/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fdoy%2Fteleterm'... [INFO] running `Command { std: "git" "rev-parse" "HEAD", kill_on_drop: false }` [INFO] [stdout] 900c94a4ba1c4115dc59f83b617b9771cda6583a [INFO] testing doy/teleterm against 1.55.0 for beta-1.56-1 [INFO] running `Command { std: "git" "clone" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fdoy%2Fteleterm" "/workspace/builds/worker-0/source", kill_on_drop: false }` [INFO] [stderr] Cloning into '/workspace/builds/worker-0/source'... [INFO] [stderr] done. [INFO] validating manifest of git repo https://github.com/doy/teleterm on toolchain 1.55.0 [INFO] running `Command { std: "/workspace/cargo-home/bin/cargo" "+1.55.0" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }` [INFO] started tweaking git repo https://github.com/doy/teleterm [INFO] finished tweaking git repo https://github.com/doy/teleterm [INFO] tweaked toml for git repo https://github.com/doy/teleterm written to /workspace/builds/worker-0/source/Cargo.toml [INFO] crate git repo https://github.com/doy/teleterm already has a lockfile, it will not be regenerated [INFO] running `Command { std: "/workspace/cargo-home/bin/cargo" "+1.55.0" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }` [INFO] [stderr] Blocking waiting for file lock on package cache [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-0/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-0/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:a89201d6b5b9fd45c15d5952ece0a0129e7e80cb26ec023fd59cf09bc26f1604" "/opt/rustwide/cargo-home/bin/cargo" "+1.55.0" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }` [INFO] [stderr] WARNING: Your kernel does not support swap limit capabilities or the cgroup is not mounted. Memory limited without swap. [INFO] [stdout] c9525e87c38358a6acfb482bf5b4e5aaad94d9752be0f5bf523db79aff4dd081 [INFO] running `Command { std: "docker" "start" "-a" "c9525e87c38358a6acfb482bf5b4e5aaad94d9752be0f5bf523db79aff4dd081", kill_on_drop: false }` [INFO] running `Command { std: "docker" "inspect" "c9525e87c38358a6acfb482bf5b4e5aaad94d9752be0f5bf523db79aff4dd081", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "c9525e87c38358a6acfb482bf5b4e5aaad94d9752be0f5bf523db79aff4dd081", kill_on_drop: false }` [INFO] [stdout] c9525e87c38358a6acfb482bf5b4e5aaad94d9752be0f5bf523db79aff4dd081 [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-0/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-0/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:a89201d6b5b9fd45c15d5952ece0a0129e7e80cb26ec023fd59cf09bc26f1604" "/opt/rustwide/cargo-home/bin/cargo" "+1.55.0" "build" "--frozen" "--message-format=json", kill_on_drop: false }` [INFO] [stderr] WARNING: Your kernel does not support swap limit capabilities or the cgroup is not mounted. Memory limited without swap. [INFO] [stdout] 9f3eaba5cb379e069021f66709550d50fbfa31ea684a95af404c17830d9ef394 [INFO] running `Command { std: "docker" "start" "-a" "9f3eaba5cb379e069021f66709550d50fbfa31ea684a95af404c17830d9ef394", kill_on_drop: false }` [INFO] [stderr] Compiling syn v1.0.11 [INFO] [stderr] Compiling log v0.4.8 [INFO] [stderr] Compiling openssl v0.10.26 [INFO] [stderr] Compiling pulldown-cmark v0.2.0 [INFO] [stderr] Compiling doc-comment v0.3.1 [INFO] [stderr] Compiling strsim v0.9.2 [INFO] [stderr] Compiling bytecount v0.4.0 [INFO] [stderr] Compiling utf8parse v0.1.1 [INFO] [stderr] Compiling nonzero_ext v0.1.5 [INFO] [stderr] Compiling starts-ends-with-caseless v0.5.3 [INFO] [stderr] Compiling open v1.3.2 [INFO] [stderr] Compiling ring v0.14.6 [INFO] [stderr] Compiling futures01 v0.1.29 [INFO] [stderr] Compiling bincode v1.2.0 [INFO] [stderr] Compiling component-future v0.1.1 [INFO] [stderr] Compiling error-chain v0.12.1 [INFO] [stderr] Compiling openssl-sys v0.9.53 [INFO] [stderr] Compiling tokio-executor v0.1.9 [INFO] [stderr] Compiling vte v0.3.3 [INFO] [stderr] Compiling rand v0.4.6 [INFO] [stderr] Compiling rand_os v0.1.3 [INFO] [stderr] Compiling term_size v0.3.1 [INFO] [stderr] Compiling users v0.9.1 [INFO] [stderr] Compiling generic-array v0.9.0 [INFO] [stderr] Compiling flate2 v1.0.13 [INFO] [stderr] Compiling bytes v0.4.12 [INFO] [stderr] Compiling futures-cpupool v0.1.8 [INFO] [stderr] Compiling signal-hook v0.1.12 [INFO] [stderr] Compiling directories v2.0.2 [INFO] [stderr] Compiling unicode-normalization v0.1.9 [INFO] [stderr] Compiling textwrap v0.11.0 [INFO] [stderr] Compiling tokio-timer v0.2.12 [INFO] [stderr] Compiling tokio-current-thread v0.1.6 [INFO] [stderr] Compiling rand v0.6.5 [INFO] [stderr] Compiling sha-1 v0.8.1 [INFO] [stderr] Compiling snafu-derive v0.5.0 [INFO] [stderr] Compiling gotham_derive v0.4.0 [INFO] [stderr] Compiling digest v0.7.6 [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 input_buffer v0.2.0 [INFO] [stderr] Compiling clap v2.33.0 [INFO] [stderr] Compiling mime_guess v2.0.1 [INFO] [stderr] Compiling uuid v0.8.1 [INFO] [stderr] Compiling tempdir v0.3.7 [INFO] [stderr] Compiling sha2 v0.7.1 [INFO] [stderr] Compiling tokio-io v0.1.12 [INFO] [stderr] Compiling mio v0.6.21 [INFO] [stderr] Compiling want v0.2.0 [INFO] [stderr] Compiling env_logger v0.7.1 [INFO] [stderr] Compiling idna v0.1.5 [INFO] [stderr] Compiling idna v0.2.0 [INFO] [stderr] Compiling native-tls v0.2.3 [INFO] [stderr] Compiling uuid v0.7.4 [INFO] [stderr] Compiling tokio-codec v0.1.1 [INFO] [stderr] Compiling url v1.7.2 [INFO] [stderr] Compiling url v2.1.0 [INFO] [stderr] Compiling mio-uds v0.6.7 [INFO] [stderr] Compiling crossterm v0.13.3 [INFO] [stderr] Compiling publicsuffix v1.5.4 [INFO] [stderr] Compiling http-body v0.1.0 [INFO] [stderr] Compiling h2 v0.1.26 [INFO] [stderr] Compiling cookie v0.12.0 [INFO] [stderr] Compiling snafu v0.5.0 [INFO] [stderr] Compiling sct v0.5.0 [INFO] [stderr] Compiling webpki v0.19.1 [INFO] [stderr] Compiling rustls v0.15.2 [INFO] [stderr] Compiling tokio-tls v0.2.1 [INFO] [stderr] Compiling tungstenite v0.9.2 [INFO] [stderr] Compiling synstructure v0.12.3 [INFO] [stderr] Compiling darling_core v0.10.2 [INFO] [stderr] Compiling pest_generator v2.1.1 [INFO] [stderr] Compiling lazy-static-include v2.2.2 [INFO] [stderr] Compiling tokio-rustls v0.9.4 [INFO] [stderr] Compiling serde_derive v1.0.103 [INFO] [stderr] Compiling failure_derive v0.1.6 [INFO] [stderr] Compiling snafu-derive v0.6.0 [INFO] [stderr] Compiling pest_derive v2.1.0 [INFO] [stderr] Compiling darling_macro v0.10.2 [INFO] [stderr] Compiling failure v0.1.6 [INFO] [stderr] Compiling snafu v0.6.0 [INFO] [stderr] Compiling darling v0.10.2 [INFO] [stderr] Compiling enumset_derive v0.4.3 [INFO] [stderr] Compiling enumset v0.4.4 [INFO] [stderr] Compiling vt100 v0.8.0 [INFO] [stderr] Compiling serde v1.0.103 [INFO] [stderr] Compiling semver v0.9.0 [INFO] [stderr] Compiling serde_json v1.0.44 [INFO] [stderr] Compiling hashbrown v0.5.0 [INFO] [stderr] Compiling serde_urlencoded v0.5.5 [INFO] [stderr] Compiling toml v0.4.10 [INFO] [stderr] Compiling rustc_version v0.2.3 [INFO] [stderr] Compiling evmap v6.0.1 [INFO] [stderr] Compiling parking_lot_core v0.6.2 [INFO] [stderr] Compiling parking_lot v0.9.0 [INFO] [stderr] Compiling memoffset v0.5.3 [INFO] [stderr] Compiling hyper v0.12.35 [INFO] [stderr] Compiling cargo_metadata v0.6.4 [INFO] [stderr] Compiling cookie_store v0.7.0 [INFO] [stderr] Compiling handlebars v2.0.2 [INFO] [stderr] Compiling config v0.9.3 [INFO] [stderr] Compiling crossbeam-epoch v0.8.0 [INFO] [stderr] Compiling skeptic v0.13.4 [INFO] [stderr] Compiling crossbeam-deque v0.7.2 [INFO] [stderr] Compiling tokio-threadpool v0.1.17 [INFO] [stderr] Compiling tokio-reactor v0.1.11 [INFO] [stderr] Compiling ratelimit_meter v5.0.0 [INFO] [stderr] Compiling borrow-bag v1.0.0 [INFO] [stderr] Compiling tokio-tcp v0.1.3 [INFO] [stderr] Compiling tokio-udp v0.1.5 [INFO] [stderr] Compiling tokio-uds v0.2.5 [INFO] [stderr] Compiling tokio-signal v0.2.7 [INFO] [stderr] Compiling tokio-fs v0.1.6 [INFO] [stderr] Compiling tokio v0.1.22 [INFO] [stderr] Compiling tokio-dns-unofficial v0.3.1 [INFO] [stderr] Compiling tokio-terminal-resize v0.1.0 [INFO] [stderr] Compiling tokio-pty-process v0.4.0 [INFO] [stderr] Compiling ttyrec v0.2.0 [INFO] [stderr] Compiling tokio-tungstenite v0.9.0 [INFO] [stderr] Compiling tokio-pty-process-stream v0.2.0 [INFO] [stderr] Compiling hyper-tls v0.3.2 [INFO] [stderr] Compiling gotham v0.5.0-dev (https://github.com/gotham-rs/gotham?rev=d2395926b93710832f8d72b49c9bd3e77516e386#d2395926) [INFO] [stderr] Compiling reqwest v0.9.22 [INFO] [stderr] Compiling oauth2 v3.0.0-alpha.6 [INFO] [stderr] Compiling teleterm v0.2.0 (/opt/rustwide/workdir/teleterm) [INFO] [stdout] warning: unused variable: `auth_type` [INFO] [stdout] --> teleterm/src/web/oauth.rs:29:9 [INFO] [stdout] | [INFO] [stdout] 29 | let auth_type = match auth_type { [INFO] [stdout] | ^^^^^^^^^ help: if this is intentional, prefix it with an underscore: `_auth_type` [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(unused_variables)]` on by default [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused variable: `code` [INFO] [stdout] --> teleterm/src/web/oauth.rs:41:9 [INFO] [stdout] | [INFO] [stdout] 41 | let code = { [INFO] [stdout] | ^^^^ help: if this is intentional, prefix it with an underscore: `_code` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: variable does not need to be mutable [INFO] [stdout] --> teleterm/src/web/oauth.rs:23:5 [INFO] [stdout] | [INFO] [stdout] 23 | mut state: gotham::state::State, [INFO] [stdout] | ----^^^^^ [INFO] [stdout] | | [INFO] [stdout] | help: remove this `mut` [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(unused_mut)]` on by default [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: associated function is never used: `oauth_web_request` [INFO] [stdout] --> teleterm/src/protocol.rs:405:12 [INFO] [stdout] | [INFO] [stdout] 405 | pub fn oauth_web_request(id: &str) -> Self { [INFO] [stdout] | ^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(dead_code)]` on by default [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: associated function is never used: `oauth_web_response` [INFO] [stdout] --> teleterm/src/protocol.rs:409:12 [INFO] [stdout] | [INFO] [stdout] 409 | pub fn oauth_web_response(access_token: &str) -> Self { [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 2m 00s [INFO] running `Command { std: "docker" "inspect" "9f3eaba5cb379e069021f66709550d50fbfa31ea684a95af404c17830d9ef394", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "9f3eaba5cb379e069021f66709550d50fbfa31ea684a95af404c17830d9ef394", kill_on_drop: false }` [INFO] [stdout] 9f3eaba5cb379e069021f66709550d50fbfa31ea684a95af404c17830d9ef394 [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-0/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-0/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:a89201d6b5b9fd45c15d5952ece0a0129e7e80cb26ec023fd59cf09bc26f1604" "/opt/rustwide/cargo-home/bin/cargo" "+1.55.0" "test" "--frozen" "--no-run" "--message-format=json", kill_on_drop: false }` [INFO] [stderr] WARNING: Your kernel does not support swap limit capabilities or the cgroup is not mounted. Memory limited without swap. [INFO] [stdout] ba04b0efd7ef4337996b62513acb778278ebfba072ef3befd0362d78cc2299d6 [INFO] running `Command { std: "docker" "start" "-a" "ba04b0efd7ef4337996b62513acb778278ebfba072ef3befd0362d78cc2299d6", kill_on_drop: false }` [INFO] [stderr] Compiling teleterm v0.2.0 (/opt/rustwide/workdir/teleterm) [INFO] [stdout] warning: unused variable: `auth_type` [INFO] [stdout] --> teleterm/src/web/oauth.rs:29:9 [INFO] [stdout] | [INFO] [stdout] 29 | let auth_type = match auth_type { [INFO] [stdout] | ^^^^^^^^^ help: if this is intentional, prefix it with an underscore: `_auth_type` [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(unused_variables)]` on by default [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused variable: `code` [INFO] [stdout] --> teleterm/src/web/oauth.rs:41:9 [INFO] [stdout] | [INFO] [stdout] 41 | let code = { [INFO] [stdout] | ^^^^ help: if this is intentional, prefix it with an underscore: `_code` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: variable does not need to be mutable [INFO] [stdout] --> teleterm/src/web/oauth.rs:23:5 [INFO] [stdout] | [INFO] [stdout] 23 | mut state: gotham::state::State, [INFO] [stdout] | ----^^^^^ [INFO] [stdout] | | [INFO] [stdout] | help: remove this `mut` [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(unused_mut)]` on by default [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: associated function is never used: `oauth_web_request` [INFO] [stdout] --> teleterm/src/protocol.rs:405:12 [INFO] [stdout] | [INFO] [stdout] 405 | pub fn oauth_web_request(id: &str) -> Self { [INFO] [stdout] | ^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(dead_code)]` on by default [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: associated function is never used: `oauth_web_response` [INFO] [stdout] --> teleterm/src/protocol.rs:409:12 [INFO] [stdout] | [INFO] [stdout] 409 | pub fn oauth_web_response(access_token: &str) -> Self { [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 21.55s [INFO] running `Command { std: "docker" "inspect" "ba04b0efd7ef4337996b62513acb778278ebfba072ef3befd0362d78cc2299d6", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "ba04b0efd7ef4337996b62513acb778278ebfba072ef3befd0362d78cc2299d6", kill_on_drop: false }` [INFO] [stdout] ba04b0efd7ef4337996b62513acb778278ebfba072ef3befd0362d78cc2299d6 [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-0/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-0/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:a89201d6b5b9fd45c15d5952ece0a0129e7e80cb26ec023fd59cf09bc26f1604" "/opt/rustwide/cargo-home/bin/cargo" "+1.55.0" "test" "--frozen", kill_on_drop: false }` [INFO] [stdout] 3e2585bdb8e0bc0ef15143a0f58dc742aafd2a2ee4e7b948b95b5c1408d2ac0a [INFO] [stderr] WARNING: Your kernel does not support swap limit capabilities or the cgroup is not mounted. Memory limited without swap. [INFO] running `Command { std: "docker" "start" "-a" "3e2585bdb8e0bc0ef15143a0f58dc742aafd2a2ee4e7b948b95b5c1408d2ac0a", kill_on_drop: false }` [INFO] [stderr] warning: unused variable: `auth_type` [INFO] [stderr] --> teleterm/src/web/oauth.rs:29:9 [INFO] [stderr] | [INFO] [stderr] 29 | let auth_type = match auth_type { [INFO] [stderr] | ^^^^^^^^^ help: if this is intentional, prefix it with an underscore: `_auth_type` [INFO] [stderr] | [INFO] [stderr] = note: `#[warn(unused_variables)]` on by default [INFO] [stderr] [INFO] [stderr] warning: unused variable: `code` [INFO] [stderr] --> teleterm/src/web/oauth.rs:41:9 [INFO] [stderr] | [INFO] [stderr] 41 | let code = { [INFO] [stderr] | ^^^^ help: if this is intentional, prefix it with an underscore: `_code` [INFO] [stderr] [INFO] [stderr] warning: variable does not need to be mutable [INFO] [stderr] --> teleterm/src/web/oauth.rs:23:5 [INFO] [stderr] | [INFO] [stderr] 23 | mut state: gotham::state::State, [INFO] [stderr] | ----^^^^^ [INFO] [stderr] | | [INFO] [stderr] | help: remove this `mut` [INFO] [stderr] | [INFO] [stderr] = note: `#[warn(unused_mut)]` on by default [INFO] [stderr] [INFO] [stderr] warning: associated function is never used: `oauth_web_request` [INFO] [stderr] --> teleterm/src/protocol.rs:405:12 [INFO] [stderr] | [INFO] [stderr] 405 | pub fn oauth_web_request(id: &str) -> Self { [INFO] [stderr] | ^^^^^^^^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] = note: `#[warn(dead_code)]` on by default [INFO] [stderr] [INFO] [stderr] warning: associated function is never used: `oauth_web_response` [INFO] [stderr] --> teleterm/src/protocol.rs:409:12 [INFO] [stderr] | [INFO] [stderr] 409 | pub fn oauth_web_response(access_token: &str) -> Self { [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^ [INFO] [stderr] [INFO] [stderr] warning: `teleterm` (bin "tt" test) generated 5 warnings [INFO] [stderr] Finished test [unoptimized + debuginfo] target(s) in 0.23s [INFO] [stderr] Running unittests (/opt/rustwide/target/debug/deps/tt-8abcbf303515432f) [INFO] [stdout] [INFO] [stdout] running 11 tests [INFO] [stdout] test cmd::watch::test::test_format_time ... ok [INFO] [stdout] test cmd::watch::test::test_truncate ... ok [INFO] [stdout] test protocol::test::test_auth_values ... ok [INFO] [stdout] test session_list::test::test_session_list_pagination ... ok [INFO] [stdout] test protocol::test::test_invalid_sync ... ok [INFO] [stdout] test protocol::test::test_serialize_deserialize ... ok [INFO] [stdout] test session_list::test::test_session_list_sorting ... ok [INFO] [stdout] test protocol::test::test_read_write ... ok [INFO] [stdout] test protocol::test::test_message_values ... ok [INFO] [stdout] test protocol::test::test_invalid_async ... ok [INFO] [stdout] test protocol::test::test_read_write_async ... ok [INFO] [stdout] [INFO] [stdout] test result: ok. 11 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.25s [INFO] [stdout] [INFO] running `Command { std: "docker" "inspect" "3e2585bdb8e0bc0ef15143a0f58dc742aafd2a2ee4e7b948b95b5c1408d2ac0a", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "3e2585bdb8e0bc0ef15143a0f58dc742aafd2a2ee4e7b948b95b5c1408d2ac0a", kill_on_drop: false }` [INFO] [stdout] 3e2585bdb8e0bc0ef15143a0f58dc742aafd2a2ee4e7b948b95b5c1408d2ac0a