[INFO] cloning repository https://github.com/vcombey/zoom_api [INFO] running `Command { std: "git" "-c" "credential.helper=" "-c" "credential.helper=/workspace/cargo-home/bin/git-credential-null" "clone" "--bare" "https://github.com/vcombey/zoom_api" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fvcombey%2Fzoom_api", kill_on_drop: false }` [INFO] [stderr] Cloning into bare repository '/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fvcombey%2Fzoom_api'... [INFO] running `Command { std: "git" "rev-parse" "HEAD", kill_on_drop: false }` [INFO] [stdout] cc54a02dda8af639b48434c0e022405676c37555 [INFO] testing vcombey/zoom_api against 1.59.0 for beta-1.60-1 [INFO] running `Command { std: "git" "clone" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fvcombey%2Fzoom_api" "/workspace/builds/worker-27/source", kill_on_drop: false }` [INFO] [stderr] Cloning into '/workspace/builds/worker-27/source'... [INFO] [stderr] done. [INFO] validating manifest of git repo https://github.com/vcombey/zoom_api on toolchain 1.59.0 [INFO] running `Command { std: "/workspace/cargo-home/bin/cargo" "+1.59.0" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }` [INFO] started tweaking git repo https://github.com/vcombey/zoom_api [INFO] finished tweaking git repo https://github.com/vcombey/zoom_api [INFO] tweaked toml for git repo https://github.com/vcombey/zoom_api written to /workspace/builds/worker-27/source/Cargo.toml [INFO] crate git repo https://github.com/vcombey/zoom_api already has a lockfile, it will not be regenerated [INFO] running `Command { std: "/workspace/cargo-home/bin/cargo" "+1.59.0" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }` [INFO] [stderr] Blocking waiting for file lock on package cache [INFO] [stderr] Updating crates.io index [INFO] [stderr] Blocking waiting for file lock on package cache [INFO] [stderr] Downloading crates ... [INFO] [stderr] Downloaded nom_pem v4.0.0 [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-27/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-27/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:0cd99ca24d8e8c98e67c542213511d985b8778b5bdcbb160e038429496686047" "/opt/rustwide/cargo-home/bin/cargo" "+1.59.0" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }` [INFO] [stdout] b5b7c0cb708e3c4654027ebb3a7b2a2e3603a9c0bb637947493a5da109b79bbf [INFO] running `Command { std: "docker" "start" "-a" "b5b7c0cb708e3c4654027ebb3a7b2a2e3603a9c0bb637947493a5da109b79bbf", kill_on_drop: false }` [INFO] running `Command { std: "docker" "inspect" "b5b7c0cb708e3c4654027ebb3a7b2a2e3603a9c0bb637947493a5da109b79bbf", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "b5b7c0cb708e3c4654027ebb3a7b2a2e3603a9c0bb637947493a5da109b79bbf", kill_on_drop: false }` [INFO] [stdout] b5b7c0cb708e3c4654027ebb3a7b2a2e3603a9c0bb637947493a5da109b79bbf [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-27/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-27/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:0cd99ca24d8e8c98e67c542213511d985b8778b5bdcbb160e038429496686047" "/opt/rustwide/cargo-home/bin/cargo" "+1.59.0" "build" "--frozen" "--message-format=json", kill_on_drop: false }` [INFO] [stdout] 06119ac7fc842d7728f3baa2664dbf8bb6305267f35f1d6d6ce785553bb35a02 [INFO] running `Command { std: "docker" "start" "-a" "06119ac7fc842d7728f3baa2664dbf8bb6305267f35f1d6d6ce785553bb35a02", kill_on_drop: false }` [INFO] [stderr] Blocking waiting for file lock on package cache [INFO] [stderr] Compiling syn v1.0.76 [INFO] [stderr] Compiling serde v1.0.130 [INFO] [stderr] Compiling cc v1.0.70 [INFO] [stderr] Compiling itoa v0.4.8 [INFO] [stderr] Compiling smallvec v1.8.0 [INFO] [stderr] Compiling memchr v2.4.1 [INFO] [stderr] Compiling futures-core v0.3.17 [INFO] [stderr] Compiling futures-task v0.3.17 [INFO] [stderr] Compiling openssl v0.10.36 [INFO] [stderr] Compiling native-tls v0.2.8 [INFO] [stderr] Compiling futures-sink v0.3.17 [INFO] [stderr] Compiling futures-channel v0.3.17 [INFO] [stderr] Compiling serde_json v1.0.67 [INFO] [stderr] Compiling httparse v1.3.6 [INFO] [stderr] Compiling slab v0.4.4 [INFO] [stderr] Compiling unicode-bidi v0.3.6 [INFO] [stderr] Compiling httpdate v0.3.2 [INFO] [stderr] Compiling regex-syntax v0.6.25 [INFO] [stderr] Compiling untrusted v0.7.1 [INFO] [stderr] Compiling schemars v0.8.3 [INFO] [stderr] Compiling async-trait v0.1.52 [INFO] [stderr] Compiling anyhow v1.0.43 [INFO] [stderr] Compiling dyn-clone v1.0.4 [INFO] [stderr] Compiling base64 v0.12.3 [INFO] [stderr] Compiling urlencoding v1.3.3 [INFO] [stderr] Compiling tokio v1.11.0 [INFO] [stderr] Compiling num-integer v0.1.44 [INFO] [stderr] Compiling futures-util v0.3.17 [INFO] [stderr] Compiling num-bigint v0.2.6 [INFO] [stderr] Compiling lock_api v0.4.6 [INFO] [stderr] Compiling tracing-core v0.1.19 [INFO] [stderr] Compiling signal-hook-registry v1.4.0 [INFO] [stderr] Compiling num_cpus v1.13.1 [INFO] [stderr] Compiling mio v0.7.13 [INFO] [stderr] Compiling time v0.1.43 [INFO] [stderr] Compiling socket2 v0.4.1 [INFO] [stderr] Compiling getrandom v0.2.3 [INFO] [stderr] Compiling tracing v0.1.26 [INFO] [stderr] Compiling parking_lot_core v0.8.5 [INFO] [stderr] Compiling idna v0.2.3 [INFO] [stderr] Compiling parking_lot v0.11.2 [INFO] [stderr] Compiling openssl-sys v0.9.66 [INFO] [stderr] Compiling ring v0.16.20 [INFO] [stderr] Compiling regex v1.5.4 [INFO] [stderr] Compiling pem v0.8.3 [INFO] [stderr] Compiling serde_derive_internals v0.25.0 [INFO] [stderr] Compiling serde_derive v1.0.130 [INFO] [stderr] Compiling tokio-macros v1.7.0 [INFO] [stderr] Compiling pin-project-internal v1.0.8 [INFO] [stderr] Compiling schemars_derive v0.8.3 [INFO] [stderr] Compiling async-recursion v0.3.2 [INFO] [stderr] Compiling pin-project v1.0.8 [INFO] [stderr] Compiling bytes v1.1.0 [INFO] [stderr] Compiling chrono v0.4.19 [INFO] [stderr] Compiling url v2.2.2 [INFO] [stderr] Compiling uuid v0.8.2 [INFO] [stderr] Compiling serde_urlencoded v0.7.0 [INFO] [stderr] Compiling http v0.2.4 [INFO] [stderr] Compiling simple_asn1 v0.4.1 [INFO] [stderr] Compiling jsonwebtoken v7.2.0 [INFO] [stderr] Compiling http-body v0.4.3 [INFO] [stderr] Compiling tokio-util v0.6.8 [INFO] [stderr] Compiling tokio-native-tls v0.3.0 [INFO] [stderr] Compiling h2 v0.3.4 [INFO] [stderr] Compiling hyper v0.14.5 [INFO] [stderr] Compiling hyper-tls v0.5.0 [INFO] [stderr] Compiling reqwest v0.11.4 [INFO] [stderr] Compiling zoom-api v0.2.4 (/opt/rustwide/workdir) [INFO] [stdout] warning: unused variable: `account_id` [INFO] [stdout] --> src/phone.rs:262:33 [INFO] [stdout] | [INFO] [stdout] 262 | pub async fn setting(&self, account_id: &str) -> Result { [INFO] [stdout] | ^^^^^^^^^^ help: if this is intentional, prefix it with an underscore: `_account_id` [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(unused_variables)]` on by default [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused variable: `account_id` [INFO] [stdout] --> src/phone.rs:285:9 [INFO] [stdout] | [INFO] [stdout] 285 | account_id: &str, [INFO] [stdout] | ^^^^^^^^^^ help: if this is intentional, prefix it with an underscore: `_account_id` [INFO] [stdout] [INFO] [stdout] [INFO] [stderr] error: could not compile `zoom-api`; 2 warnings emitted [INFO] [stderr] [INFO] [stderr] Caused by: [INFO] [stderr] process didn't exit successfully: `rustc --crate-name zoom_api --edition=2018 src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 -C metadata=00890e571cd6df27 -C extra-filename=-00890e571cd6df27 --out-dir /opt/rustwide/target/debug/deps -L dependency=/opt/rustwide/target/debug/deps --extern anyhow=/opt/rustwide/target/debug/deps/libanyhow-bebb2b952d1078a2.rmeta --extern async_recursion=/opt/rustwide/target/debug/deps/libasync_recursion-bff81b0553f48a73.so --extern async_trait=/opt/rustwide/target/debug/deps/libasync_trait-a1808dcd27792272.so --extern bytes=/opt/rustwide/target/debug/deps/libbytes-577f477535b20395.rmeta --extern chrono=/opt/rustwide/target/debug/deps/libchrono-e092f90124cedfbb.rmeta --extern http=/opt/rustwide/target/debug/deps/libhttp-eee4b6d998bf1bd6.rmeta --extern jsonwebtoken=/opt/rustwide/target/debug/deps/libjsonwebtoken-1508dc2c3de797cd.rmeta --extern mime=/opt/rustwide/target/debug/deps/libmime-5f4fe2de318311f9.rmeta --extern percent_encoding=/opt/rustwide/target/debug/deps/libpercent_encoding-32dd5c1ab5974210.rmeta --extern reqwest=/opt/rustwide/target/debug/deps/libreqwest-90ed4909438a624c.rmeta --extern schemars=/opt/rustwide/target/debug/deps/libschemars-eb3919932713264d.rmeta --extern serde=/opt/rustwide/target/debug/deps/libserde-cee3e50c09073f44.rmeta --extern serde_json=/opt/rustwide/target/debug/deps/libserde_json-b83c5dda21bd6828.rmeta --extern serde_urlencoded=/opt/rustwide/target/debug/deps/libserde_urlencoded-a2ac1014dcb04adf.rmeta --extern url=/opt/rustwide/target/debug/deps/liburl-5f40122c225acc48.rmeta --extern urlencoding=/opt/rustwide/target/debug/deps/liburlencoding-2d8eda0efe8e0702.rmeta --extern uuid=/opt/rustwide/target/debug/deps/libuuid-96b5110d49b0daea.rmeta --cap-lints=warn -L native=/opt/rustwide/target/debug/build/ring-284e0a658e3e38d6/out` (signal: 9, SIGKILL: kill) [INFO] running `Command { std: "docker" "inspect" "06119ac7fc842d7728f3baa2664dbf8bb6305267f35f1d6d6ce785553bb35a02", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "06119ac7fc842d7728f3baa2664dbf8bb6305267f35f1d6d6ce785553bb35a02", kill_on_drop: false }` [INFO] [stdout] 06119ac7fc842d7728f3baa2664dbf8bb6305267f35f1d6d6ce785553bb35a02