[INFO] fetching crate azure-functions 0.11.0... [INFO] checking azure-functions-0.11.0 against try#ea2bf32540662c61547071aad6cf0851a0b02f58 for pr-96376 [INFO] extracting crate azure-functions 0.11.0 into /workspace/builds/worker-5/source [INFO] validating manifest of crates.io crate azure-functions 0.11.0 on toolchain ea2bf32540662c61547071aad6cf0851a0b02f58 [INFO] running `Command { std: "/workspace/cargo-home/bin/cargo" "+ea2bf32540662c61547071aad6cf0851a0b02f58" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }` [INFO] started tweaking crates.io crate azure-functions 0.11.0 [INFO] finished tweaking crates.io crate azure-functions 0.11.0 [INFO] tweaked toml for crates.io crate azure-functions 0.11.0 written to /workspace/builds/worker-5/source/Cargo.toml [INFO] running `Command { std: "/workspace/cargo-home/bin/cargo" "+ea2bf32540662c61547071aad6cf0851a0b02f58" "generate-lockfile" "--manifest-path" "Cargo.toml" "-Zno-index-update", kill_on_drop: false }` [INFO] [stderr] Blocking waiting for file lock on package cache [INFO] running `Command { std: "/workspace/cargo-home/bin/cargo" "+ea2bf32540662c61547071aad6cf0851a0b02f58" "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-5/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-5/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:d190cb871061d98bc6d0581d85cb2ecb09a0f8a142ba5463de30be9999fc3251" "/opt/rustwide/cargo-home/bin/cargo" "+ea2bf32540662c61547071aad6cf0851a0b02f58" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }` [INFO] [stdout] 6adfbac81321360924e62d709d3f5e03556a2a524e8762d7dd5a1b274992ae4a [INFO] running `Command { std: "docker" "start" "-a" "6adfbac81321360924e62d709d3f5e03556a2a524e8762d7dd5a1b274992ae4a", kill_on_drop: false }` [INFO] running `Command { std: "docker" "inspect" "6adfbac81321360924e62d709d3f5e03556a2a524e8762d7dd5a1b274992ae4a", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "6adfbac81321360924e62d709d3f5e03556a2a524e8762d7dd5a1b274992ae4a", kill_on_drop: false }` [INFO] [stdout] 6adfbac81321360924e62d709d3f5e03556a2a524e8762d7dd5a1b274992ae4a [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-5/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-5/source:/opt/rustwide/workdir:ro,Z" "-v" "/var/lib/crater-agent-workspace/cargo-home:/opt/rustwide/cargo-home:ro,Z" "-v" "/var/lib/crater-agent-workspace/rustup-home:/opt/rustwide/rustup-home:ro,Z" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=forbid" "-e" "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:d190cb871061d98bc6d0581d85cb2ecb09a0f8a142ba5463de30be9999fc3251" "/opt/rustwide/cargo-home/bin/cargo" "+ea2bf32540662c61547071aad6cf0851a0b02f58" "check" "--frozen" "--all" "--all-targets" "--message-format=json", kill_on_drop: false }` [INFO] [stdout] daeeec123c857ac160a99662ccbc3f0acb2c5740c3a373c6aa3d7b622584e1b0 [INFO] running `Command { std: "docker" "start" "-a" "daeeec123c857ac160a99662ccbc3f0acb2c5740c3a373c6aa3d7b622584e1b0", kill_on_drop: false }` [INFO] [stderr] Compiling libc v0.2.124 [INFO] [stderr] Compiling proc-macro2 v1.0.37 [INFO] [stderr] Compiling autocfg v1.1.0 [INFO] [stderr] Compiling unicode-xid v0.2.2 [INFO] [stderr] Compiling syn v1.0.91 [INFO] [stderr] Compiling memchr v2.4.1 [INFO] [stderr] Compiling log v0.4.16 [INFO] [stderr] Compiling pin-project-internal v0.4.29 [INFO] [stderr] Compiling maybe-uninit v2.0.0 [INFO] [stderr] Compiling cfg-if v1.0.0 [INFO] [stderr] Checking futures-core-preview v0.3.0-alpha.19 [INFO] [stderr] Compiling cfg-if v0.1.10 [INFO] [stderr] Checking futures-sink-preview v0.3.0-alpha.19 [INFO] [stderr] Checking lazy_static v1.4.0 [INFO] [stderr] Checking slab v0.4.6 [INFO] [stderr] Checking pin-utils v0.1.0 [INFO] [stderr] Compiling semver-parser v0.7.0 [INFO] [stderr] Checking futures-io-preview v0.3.0-alpha.19 [INFO] [stderr] Checking fnv v1.0.7 [INFO] [stderr] Compiling scopeguard v1.1.0 [INFO] [stderr] Compiling byteorder v1.4.3 [INFO] [stderr] Compiling either v1.6.1 [INFO] [stderr] Compiling pin-project-lite v0.2.9 [INFO] [stderr] Checking tower-service v0.3.0-alpha.2 [INFO] [stderr] Compiling cc v1.0.73 [INFO] [stderr] Compiling proc-macro2 v0.4.30 [INFO] [stderr] Compiling unicode-xid v0.1.0 [INFO] [stderr] Compiling rand_core v0.4.2 [INFO] [stderr] Compiling gimli v0.26.1 [INFO] [stderr] Compiling adler v1.0.2 [INFO] [stderr] Compiling hashbrown v0.11.2 [INFO] [stderr] Compiling anyhow v1.0.57 [INFO] [stderr] Compiling rustc-demangle v0.1.21 [INFO] [stderr] Compiling syn v0.15.44 [INFO] [stderr] Compiling httparse v1.7.1 [INFO] [stderr] Compiling serde_derive v1.0.136 [INFO] [stderr] Compiling tower-layer v0.3.0-alpha.2 [INFO] [stderr] Compiling serde v1.0.136 [INFO] [stderr] Compiling bytes v0.5.6 [INFO] [stderr] Compiling fastrand v1.7.0 [INFO] [stderr] Compiling remove_dir_all v0.5.3 [INFO] [stderr] Compiling unicode-segmentation v1.9.0 [INFO] [stderr] Compiling fixedbitset v0.2.0 [INFO] [stderr] Checking itoa v0.4.8 [INFO] [stderr] Compiling serde_json v1.0.79 [INFO] [stderr] Compiling async-trait v0.1.53 [INFO] [stderr] Compiling multimap v0.8.3 [INFO] [stderr] Checking try-lock v0.2.3 [INFO] [stderr] Checking tinyvec_macros v0.1.0 [INFO] [stderr] Checking percent-encoding v1.0.1 [INFO] [stderr] Checking itoa v1.0.1 [INFO] [stderr] Checking bitflags v1.3.2 [INFO] [stderr] Checking unicode-bidi v0.3.8 [INFO] [stderr] Checking ryu v1.0.9 [INFO] [stderr] Checking matches v0.1.9 [INFO] [stderr] Checking sha1_smol v1.0.0 [INFO] [stderr] Checking unicode-width v0.1.9 [INFO] [stderr] Checking vec_map v0.8.2 [INFO] [stderr] Checking strsim v0.8.0 [INFO] [stderr] Checking ansi_term v0.12.1 [INFO] [stderr] Checking xml-rs v0.8.4 [INFO] [stderr] Checking fs_extra v1.2.0 [INFO] [stderr] Compiling autocfg v0.1.8 [INFO] [stderr] Compiling tracing-core v0.1.26 [INFO] [stderr] Compiling lock_api v0.3.4 [INFO] [stderr] Compiling crossbeam-utils v0.6.6 [INFO] [stderr] Compiling miniz_oxide v0.5.1 [INFO] [stderr] Compiling itertools v0.8.2 [INFO] [stderr] Compiling semver v0.9.0 [INFO] [stderr] Compiling futures-channel-preview v0.3.0-alpha.19 [INFO] [stderr] Compiling rand_core v0.3.1 [INFO] [stderr] Compiling rand_jitter v0.1.4 [INFO] [stderr] Compiling base64 v0.10.1 [INFO] [stderr] Checking tinyvec v1.6.0 [INFO] [stderr] Compiling heck v0.3.3 [INFO] [stderr] Checking textwrap v0.11.0 [INFO] [stderr] Checking sha1 v0.6.1 [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] Checking uuid v0.8.2 [INFO] [stderr] Compiling memoffset v0.5.6 [INFO] [stderr] Compiling crossbeam-utils v0.7.2 [INFO] [stderr] Compiling crossbeam-epoch v0.8.2 [INFO] [stderr] Compiling indexmap v1.8.1 [INFO] [stderr] Compiling rand_pcg v0.1.2 [INFO] [stderr] Compiling rand_chacha v0.1.1 [INFO] [stderr] Compiling rand v0.6.5 [INFO] [stderr] Compiling num-traits v0.2.14 [INFO] [stderr] Compiling num-integer v0.1.44 [INFO] [stderr] Checking smallvec v0.6.14 [INFO] [stderr] Compiling crossbeam-queue v0.1.2 [INFO] [stderr] Compiling crossbeam-channel v0.3.9 [INFO] [stderr] Compiling rustc_version v0.2.3 [INFO] [stderr] Checking want v0.3.0 [INFO] [stderr] Checking futures-util-preview v0.3.0-alpha.19 [INFO] [stderr] Checking object v0.28.3 [INFO] [stderr] Checking quote v1.0.18 [INFO] [stderr] Compiling parking_lot_core v0.6.2 [INFO] [stderr] Compiling parking_lot v0.9.0 [INFO] [stderr] Compiling quote v0.6.13 [INFO] [stderr] Compiling backtrace v0.3.65 [INFO] [stderr] Compiling addr2line v0.17.0 [INFO] [stderr] Checking unicode-normalization v0.1.19 [INFO] [stderr] Compiling petgraph v0.5.1 [INFO] [stderr] Compiling crossbeam-deque v0.7.4 [INFO] [stderr] Checking idna v0.1.5 [INFO] [stderr] Checking tokio-sync v0.2.0-alpha.6 [INFO] [stderr] Checking iovec v0.1.4 [INFO] [stderr] Checking num_cpus v1.13.1 [INFO] [stderr] Checking net2 v0.2.37 [INFO] [stderr] Checking time v0.1.44 [INFO] [stderr] Checking rand_os v0.1.3 [INFO] [stderr] Checking nix v0.24.1 [INFO] [stderr] Checking atty v0.2.14 [INFO] [stderr] Checking tempfile v3.3.0 [INFO] [stderr] Compiling which v3.1.1 [INFO] [stderr] Checking url v1.7.2 [INFO] [stderr] Checking clap v2.34.0 [INFO] [stderr] Checking futures-executor-preview v0.3.0-alpha.19 [INFO] [stderr] Compiling bytes v0.4.12 [INFO] [stderr] Compiling mio v0.6.23 [INFO] [stderr] Checking futures-preview v0.3.0-alpha.19 [INFO] [stderr] Compiling prost-build v0.6.1 [INFO] [stderr] Checking http v0.1.21 [INFO] [stderr] Checking string v0.2.1 [INFO] [stderr] Checking mio-uds v0.6.8 [INFO] [stderr] Checking ctrlc v3.2.2 [INFO] [stderr] Checking http-body v0.2.0-alpha.3 [INFO] [stderr] Compiling failure v0.1.8 [INFO] [stderr] Compiling prost-derive v0.5.0 [INFO] [stderr] Compiling tracing-attributes v0.1.21 [INFO] [stderr] Compiling tokio-macros v0.2.0-alpha.6 [INFO] [stderr] Compiling prost-derive v0.6.1 [INFO] [stderr] Compiling async-stream-impl v0.1.1 [INFO] [stderr] Compiling azure-functions-shared-codegen v0.11.0 [INFO] [stderr] Compiling serde_repr v0.1.7 [INFO] [stderr] Compiling async-stream v0.1.2 [INFO] [stderr] Compiling pin-project v0.4.29 [INFO] [stderr] Compiling prost v0.5.0 [INFO] [stderr] Compiling tokio-io v0.2.0-alpha.6 [INFO] [stderr] Compiling tower-discover v0.3.0-alpha.2 [INFO] [stderr] Compiling tower-load-shed v0.3.0-alpha.2 [INFO] [stderr] Compiling tower-util v0.3.0-alpha.2 [INFO] [stderr] Compiling tracing v0.1.34 [INFO] [stderr] Checking tokio-executor v0.2.0-alpha.6 [INFO] [stderr] Compiling tokio-codec v0.2.0-alpha.6 [INFO] [stderr] Compiling tower-make v0.3.0-alpha.2a [INFO] [stderr] Compiling prost-types v0.5.0 [INFO] [stderr] Compiling prost v0.6.1 [INFO] [stderr] Compiling h2 v0.2.0-alpha.3 [INFO] [stderr] Compiling prost-types v0.6.1 [INFO] [stderr] Checking tokio-timer v0.3.0-alpha.6 [INFO] [stderr] Checking tokio-fs v0.2.0-alpha.6 [INFO] [stderr] Checking tokio-net v0.2.0-alpha.6 [INFO] [stderr] Checking tower-buffer v0.3.0-alpha.2 [INFO] [stderr] Checking tower-timeout v0.3.0-alpha.2 [INFO] [stderr] Checking tower-retry v0.3.0-alpha.2 [INFO] [stderr] Checking tower-load v0.3.0-alpha.2 [INFO] [stderr] Checking tower-limit v0.3.0-alpha.2 [INFO] [stderr] Checking tower v0.3.0-alpha.2 [INFO] [stderr] Checking tower-balance v0.3.0-alpha.2 [INFO] [stderr] Checking tokio v0.2.0-alpha.6 [INFO] [stderr] Checking hyper v0.13.0-alpha.4 [INFO] [stderr] Compiling tonic-build v0.1.1 [INFO] [stderr] Compiling azure-functions-shared v0.11.0 [INFO] [stderr] Checking tonic v0.1.0-alpha.6 [INFO] [stderr] Checking chrono v0.4.19 [INFO] [stderr] Checking azure-functions-durable v0.11.0 [INFO] [stderr] Compiling azure-functions-codegen v0.11.0 [INFO] [stderr] Checking azure-functions v0.11.0 (/opt/rustwide/workdir) [INFO] [stdout] warning: unnecessary trailing semicolon [INFO] [stdout] --> src/bindings/blob.rs:245:10 [INFO] [stdout] | [INFO] [stdout] 245 | }; [INFO] [stdout] | ^ help: remove this semicolon [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(redundant_semicolons)]` on by default [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unnecessary trailing semicolon [INFO] [stdout] --> src/bindings/event_hub_message.rs:270:10 [INFO] [stdout] | [INFO] [stdout] 270 | }; [INFO] [stdout] | ^ help: remove this semicolon [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unnecessary trailing semicolon [INFO] [stdout] --> src/bindings/http_response.rs:216:10 [INFO] [stdout] | [INFO] [stdout] 216 | }; [INFO] [stdout] | ^ help: remove this semicolon [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unnecessary trailing semicolon [INFO] [stdout] --> src/bindings/queue_message.rs:270:10 [INFO] [stdout] | [INFO] [stdout] 270 | }; [INFO] [stdout] | ^ help: remove this semicolon [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unnecessary trailing semicolon [INFO] [stdout] --> src/bindings/service_bus_message.rs:273:10 [INFO] [stdout] | [INFO] [stdout] 273 | }; [INFO] [stdout] | ^ help: remove this semicolon [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unnecessary trailing semicolon [INFO] [stdout] --> src/http/body.rs:230:10 [INFO] [stdout] | [INFO] [stdout] 230 | }; [INFO] [stdout] | ^ help: remove this semicolon [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: 6 warnings emitted [INFO] [stdout] [INFO] [stdout] [INFO] [stderr] Finished dev [unoptimized + debuginfo] target(s) in 32.73s [INFO] running `Command { std: "docker" "inspect" "daeeec123c857ac160a99662ccbc3f0acb2c5740c3a373c6aa3d7b622584e1b0", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "daeeec123c857ac160a99662ccbc3f0acb2c5740c3a373c6aa3d7b622584e1b0", kill_on_drop: false }` [INFO] [stdout] daeeec123c857ac160a99662ccbc3f0acb2c5740c3a373c6aa3d7b622584e1b0