[INFO] cloning repository https://github.com/nilsmartel/az-doc-indexer
[INFO] running `Command { std: "git" "-c" "credential.helper=" "-c" "credential.helper=/workspace/cargo-home/bin/git-credential-null" "clone" "--bare" "https://github.com/nilsmartel/az-doc-indexer" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fnilsmartel%2Faz-doc-indexer", kill_on_drop: false }`
[INFO] [stderr] Cloning into bare repository '/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fnilsmartel%2Faz-doc-indexer'...
[INFO] running `Command { std: "git" "rev-parse" "HEAD", kill_on_drop: false }`
[INFO] [stdout] 2acf5d6108ed7c697a31d62fb72eaf37755397d4
[INFO] checking nilsmartel/az-doc-indexer against 4a9d5368df6450bbd2fc8dde4508c3e5d83bb19d for pr-159598
[INFO] running `Command { std: "git" "clone" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fnilsmartel%2Faz-doc-indexer" "/workspace/builds/worker-1-tc2/source", kill_on_drop: false }`
[INFO] [stderr] Cloning into '/workspace/builds/worker-1-tc2/source'...
[INFO] [stderr] done.
[INFO] started tweaking git repo https://github.com/nilsmartel/az-doc-indexer
[INFO] finished tweaking git repo https://github.com/nilsmartel/az-doc-indexer
[INFO] tweaked toml for git repo https://github.com/nilsmartel/az-doc-indexer written to /workspace/builds/worker-1-tc2/source/Cargo.toml
[INFO] validating manifest of git repo https://github.com/nilsmartel/az-doc-indexer on toolchain 4a9d5368df6450bbd2fc8dde4508c3e5d83bb19d
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+4a9d5368df6450bbd2fc8dde4508c3e5d83bb19d" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }`
[INFO] crate git repo https://github.com/nilsmartel/az-doc-indexer already has a lockfile, it will not be regenerated
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+4a9d5368df6450bbd2fc8dde4508c3e5d83bb19d" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-1-tc2/source:/opt/rustwide/workdir:ro,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-1-tc2/target:/opt/rustwide/target:rw,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" "-m" "1610612736" "--network" "none" "ghcr.io/rust-lang/crates-build-env/linux@sha256:00c5645b54fe3ce5dae1417175e3c7fb6a6646c021d554ecd63a097b8b9f3602" "sleep" "infinity", kill_on_drop: false }`
[INFO] [stdout] ea2a51db73e33a313594ddf07115da4397253e2b7eb479a5c79bf591b7b01a4d
[INFO] running `Command { std: "docker" "start" "ea2a51db73e33a313594ddf07115da4397253e2b7eb479a5c79bf591b7b01a4d", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "inspect" "ea2a51db73e33a313594ddf07115da4397253e2b7eb479a5c79bf591b7b01a4d", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "exec" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-w" "/opt/rustwide/workdir" "--user" "0:0" "ea2a51db73e33a313594ddf07115da4397253e2b7eb479a5c79bf591b7b01a4d" "/opt/rustwide/cargo-home/bin/cargo" "+4a9d5368df6450bbd2fc8dde4508c3e5d83bb19d" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "inspect" "ea2a51db73e33a313594ddf07115da4397253e2b7eb479a5c79bf591b7b01a4d", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "exec" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=forbid" "-e" "RUSTDOCFLAGS=--cap-lints=forbid" "-w" "/opt/rustwide/workdir" "--user" "0:0" "ea2a51db73e33a313594ddf07115da4397253e2b7eb479a5c79bf591b7b01a4d" "/opt/rustwide/cargo-home/bin/cargo" "+4a9d5368df6450bbd2fc8dde4508c3e5d83bb19d" "check" "--frozen" "--all" "--all-targets" "--message-format=json", kill_on_drop: false }`
[INFO] [stderr]    Compiling proc-macro2 v1.0.106
[INFO] [stderr]    Compiling quote v1.0.46
[INFO] [stderr]    Compiling syn v1.0.109
[INFO] [stderr]    Compiling pin-project-internal v0.4.30
[INFO] [stderr]    Compiling maybe-uninit v2.0.0
[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]     Checking futures-core-preview v0.3.0-alpha.19
[INFO] [stderr]     Checking futures-sink-preview v0.3.0-alpha.19
[INFO] [stderr]    Compiling memchr v2.8.3
[INFO] [stderr]     Checking futures-io-preview v0.3.0-alpha.19
[INFO] [stderr]    Compiling log v0.4.33
[INFO] [stderr]    Compiling slab v0.4.12
[INFO] [stderr]     Checking iovec v0.1.4
[INFO] [stderr]    Compiling indexmap v1.9.3
[INFO] [stderr]    Compiling autocfg v0.1.8
[INFO] [stderr]     Checking futures-channel-preview v0.3.0-alpha.19
[INFO] [stderr]    Compiling pin-utils v0.1.0
[INFO] [stderr]     Checking num_cpus v1.17.0
[INFO] [stderr]     Checking crossbeam-utils v0.6.6
[INFO] [stderr]    Compiling either v1.16.0
[INFO] [stderr]     Checking bytes v0.4.12
[INFO] [stderr]    Compiling parking_lot_core v0.6.3
[INFO] [stderr]    Compiling itertools v0.8.2
[INFO] [stderr]     Checking futures-util-preview v0.3.0-alpha.19
[INFO] [stderr]    Compiling object v0.37.3
[INFO] [stderr]     Checking crossbeam-queue v0.1.2
[INFO] [stderr]     Checking crossbeam-channel v0.3.9
[INFO] [stderr]    Compiling parking_lot v0.9.0
[INFO] [stderr]    Compiling tower-service v0.3.0-alpha.2
[INFO] [stderr]    Compiling proc-macro2 v0.4.30
[INFO] [stderr]    Compiling adler2 v2.0.1
[INFO] [stderr]    Compiling gimli v0.32.3
[INFO] [stderr]    Compiling rand_core v0.4.2
[INFO] [stderr]     Checking crossbeam-deque v0.7.4
[INFO] [stderr]    Compiling miniz_oxide v0.8.9
[INFO] [stderr]    Compiling rand_chacha v0.1.1
[INFO] [stderr]    Compiling rand_pcg v0.1.2
[INFO] [stderr]    Compiling syn v0.15.44
[INFO] [stderr]    Compiling syn v2.0.118
[INFO] [stderr]    Compiling rustc-demangle v0.1.28
[INFO] [stderr]    Compiling anyhow v1.0.103
[INFO] [stderr]    Compiling tower-layer v0.3.0-alpha.2
[INFO] [stderr]    Compiling rand v0.6.5
[INFO] [stderr]    Compiling rand_core v0.3.1
[INFO] [stderr]    Compiling tracing-core v0.1.36
[INFO] [stderr]    Compiling which v3.1.1
[INFO] [stderr]    Compiling bytes v0.5.6
[INFO] [stderr]    Compiling linux-raw-sys v0.12.1
[INFO] [stderr]    Compiling bitflags v2.13.0
[INFO] [stderr]    Compiling quote v0.6.13
[INFO] [stderr]    Compiling prost-build v0.6.1
[INFO] [stderr]    Compiling getrandom v0.4.3
[INFO] [stderr]     Checking smallvec v0.6.14
[INFO] [stderr]    Compiling net2 v0.2.39
[INFO] [stderr]    Compiling fixedbitset v0.2.0
[INFO] [stderr]    Compiling fastrand v2.4.1
[INFO] [stderr]    Compiling heck v0.3.3
[INFO] [stderr]    Compiling rustix v1.1.4
[INFO] [stderr]    Compiling petgraph v0.5.1
[INFO] [stderr]     Checking mio v0.6.23
[INFO] [stderr]    Compiling lock_api v0.3.4
[INFO] [stderr]    Compiling itoa v0.4.8
[INFO] [stderr]    Compiling multimap v0.8.3
[INFO] [stderr]    Compiling serde_json v1.0.150
[INFO] [stderr]    Compiling tokio-sync v0.2.0-alpha.6
[INFO] [stderr]     Checking http v0.1.21
[INFO] [stderr]    Compiling rand_xorshift v0.1.1
[INFO] [stderr]    Compiling rand_isaac v0.1.1
[INFO] [stderr]    Compiling rand_hc v0.1.0
[INFO] [stderr]     Checking mio-uds v0.6.8
[INFO] [stderr]    Compiling tokio-executor v0.2.0-alpha.6
[INFO] [stderr]    Compiling rand_jitter v0.1.4
[INFO] [stderr]    Compiling rand_os v0.1.3
[INFO] [stderr]    Compiling string v0.2.1
[INFO] [stderr]    Compiling try-lock v0.2.5
[INFO] [stderr]    Compiling want v0.3.1
[INFO] [stderr]    Compiling httparse v1.10.1
[INFO] [stderr]    Compiling serde_core v1.0.228
[INFO] [stderr]    Compiling time v0.1.45
[INFO] [stderr]    Compiling tokio-timer v0.3.0-alpha.6
[INFO] [stderr]    Compiling num-traits v0.2.19
[INFO] [stderr]    Compiling nix v0.31.3
[INFO] [stderr]     Checking http-body v0.2.0-alpha.3
[INFO] [stderr]    Compiling base64 v0.10.1
[INFO] [stderr]    Compiling percent-encoding v1.0.1
[INFO] [stderr]     Checking matches v0.1.10
[INFO] [stderr]    Compiling addr2line v0.25.1
[INFO] [stderr]     Checking idna v0.1.5
[INFO] [stderr]     Checking futures-executor-preview v0.3.0-alpha.19
[INFO] [stderr]     Checking futures-preview v0.3.0-alpha.19
[INFO] [stderr]     Checking sha1 v0.6.1
[INFO] [stderr]    Compiling tempfile v3.27.0
[INFO] [stderr]     Checking url v1.7.2
[INFO] [stderr]     Checking atty v0.2.14
[INFO] [stderr]     Checking semver-parser v0.7.0
[INFO] [stderr]     Checking clap v2.34.0
[INFO] [stderr]     Checking ctrlc v3.5.2
[INFO] [stderr]     Checking uuid v0.8.2
[INFO] [stderr]     Checking fs_extra v1.3.0
[INFO] [stderr]     Checking word_iter v0.2.1
[INFO] [stderr]     Checking semver v0.9.0
[INFO] [stderr]    Compiling backtrace v0.3.76
[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 tracing-attributes v0.1.31
[INFO] [stderr]    Compiling serde_derive v1.0.228
[INFO] [stderr]    Compiling async-trait v0.1.89
[INFO] [stderr]    Compiling serde_repr v0.1.20
[INFO] [stderr]    Compiling failure v0.1.8
[INFO] [stderr]    Compiling async-stream v0.1.2
[INFO] [stderr]    Compiling prost-derive v0.5.0
[INFO] [stderr]     Checking pin-project v0.4.30
[INFO] [stderr]    Compiling tokio-io v0.2.0-alpha.6
[INFO] [stderr]    Compiling tower-discover v0.3.0-alpha.2
[INFO] [stderr]    Compiling tower-limit v0.3.0-alpha.2
[INFO] [stderr]    Compiling tower-load-shed v0.3.0-alpha.2
[INFO] [stderr]    Compiling tower-timeout v0.3.0-alpha.2
[INFO] [stderr]    Compiling tower-retry v0.3.0-alpha.2
[INFO] [stderr]    Compiling tower-util v0.3.0-alpha.2
[INFO] [stderr]    Compiling tracing v0.1.44
[INFO] [stderr]     Checking tower-load v0.3.0-alpha.2
[INFO] [stderr]    Compiling prost v0.6.1
[INFO] [stderr]     Checking tokio-codec v0.2.0-alpha.6
[INFO] [stderr]     Checking tower-make v0.3.0-alpha.2a
[INFO] [stderr]     Checking tokio-fs v0.2.0-alpha.6
[INFO] [stderr]    Compiling tower-buffer v0.3.0-alpha.2
[INFO] [stderr]     Checking tower-balance v0.3.0-alpha.2
[INFO] [stderr]    Compiling tower v0.3.0-alpha.2
[INFO] [stderr]    Compiling tokio-net v0.2.0-alpha.6
[INFO] [stderr]    Compiling h2 v0.2.0-alpha.3
[INFO] [stderr]    Compiling prost-types v0.6.1
[INFO] [stderr]    Compiling prost v0.5.0
[INFO] [stderr]     Checking prost-types v0.5.0
[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]     Checking serde v1.0.228
[INFO] [stderr]    Compiling azure-functions-shared v0.11.0
[INFO] [stderr]     Checking tonic v0.1.0-alpha.6
[INFO] [stderr]     Checking chrono v0.4.45
[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
[INFO] [stderr]     Checking doc-indexer v0.1.0 (/opt/rustwide/workdir)
[INFO] [stderr]     Finished `dev` profile [unoptimized + debuginfo] target(s) in 1m 08s
[INFO] [stderr] warning: the following packages contain code that will be rejected by a future version of Rust: nix v0.31.3, prost-derive v0.5.0
[INFO] [stderr] note: to see what the problems were, use the option `--future-incompat-report`, or run `cargo report future-incompatibilities --id 12`
[INFO] running `Command { std: "docker" "inspect" "ea2a51db73e33a313594ddf07115da4397253e2b7eb479a5c79bf591b7b01a4d", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "ea2a51db73e33a313594ddf07115da4397253e2b7eb479a5c79bf591b7b01a4d", kill_on_drop: false }`
[INFO] [stdout] ea2a51db73e33a313594ddf07115da4397253e2b7eb479a5c79bf591b7b01a4d
