[INFO] cloning repository https://github.com/peermaps/ingest [INFO] running `Command { std: "git" "-c" "credential.helper=" "-c" "credential.helper=/workspace/cargo-home/bin/git-credential-null" "clone" "--bare" "https://github.com/peermaps/ingest" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fpeermaps%2Fingest", kill_on_drop: false }` [INFO] [stderr] Cloning into bare repository '/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fpeermaps%2Fingest'... [INFO] running `Command { std: "git" "rev-parse" "HEAD", kill_on_drop: false }` [INFO] [stdout] 502d953a99ae85e293279ec2e740ecc71fcf9ce4 [INFO] testing peermaps/ingest against master#62efba8a050c64249dab942951bb28f710208bc8 for pr-90799 [INFO] running `Command { std: "git" "clone" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fpeermaps%2Fingest" "/workspace/builds/worker-4/source", kill_on_drop: false }` [INFO] [stderr] Cloning into '/workspace/builds/worker-4/source'... [INFO] [stderr] done. [INFO] validating manifest of git repo https://github.com/peermaps/ingest on toolchain 62efba8a050c64249dab942951bb28f710208bc8 [INFO] running `Command { std: "/workspace/cargo-home/bin/cargo" "+62efba8a050c64249dab942951bb28f710208bc8" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }` [INFO] started tweaking git repo https://github.com/peermaps/ingest [INFO] finished tweaking git repo https://github.com/peermaps/ingest [INFO] tweaked toml for git repo https://github.com/peermaps/ingest written to /workspace/builds/worker-4/source/Cargo.toml [INFO] running `Command { std: "/workspace/cargo-home/bin/cargo" "+62efba8a050c64249dab942951bb28f710208bc8" "generate-lockfile" "--manifest-path" "Cargo.toml" "-Zno-index-update", kill_on_drop: false }` [INFO] running `Command { std: "/workspace/cargo-home/bin/cargo" "+62efba8a050c64249dab942951bb28f710208bc8" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }` [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-4/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-4/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:5736fa189c1c60b01babf4b8b698fe57b6ecc41933a7ff2e0b8d7a221459412b" "/opt/rustwide/cargo-home/bin/cargo" "+62efba8a050c64249dab942951bb28f710208bc8" "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] be13fac6228dd95be5359bee1effff24b6b2b97ab72d8cf5319d9244d88dc3f4 [INFO] running `Command { std: "docker" "start" "-a" "be13fac6228dd95be5359bee1effff24b6b2b97ab72d8cf5319d9244d88dc3f4", kill_on_drop: false }` [INFO] running `Command { std: "docker" "inspect" "be13fac6228dd95be5359bee1effff24b6b2b97ab72d8cf5319d9244d88dc3f4", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "be13fac6228dd95be5359bee1effff24b6b2b97ab72d8cf5319d9244d88dc3f4", kill_on_drop: false }` [INFO] [stdout] be13fac6228dd95be5359bee1effff24b6b2b97ab72d8cf5319d9244d88dc3f4 [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-4/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-4/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:5736fa189c1c60b01babf4b8b698fe57b6ecc41933a7ff2e0b8d7a221459412b" "/opt/rustwide/cargo-home/bin/cargo" "+62efba8a050c64249dab942951bb28f710208bc8" "build" "--frozen" "--message-format=json", kill_on_drop: false }` [INFO] [stdout] 26e2d6587803a20dfee6ebe5ba281c0ea3ca1646c9a516847ea91a88039ab6f9 [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" "26e2d6587803a20dfee6ebe5ba281c0ea3ca1646c9a516847ea91a88039ab6f9", kill_on_drop: false }` [INFO] [stderr] Compiling libc v0.2.109 [INFO] [stderr] Compiling cfg-if v1.0.0 [INFO] [stderr] Compiling proc-macro2 v1.0.32 [INFO] [stderr] Compiling syn v1.0.82 [INFO] [stderr] Compiling futures-core v0.3.18 [INFO] [stderr] Compiling futures-io v0.3.18 [INFO] [stderr] Compiling cc v1.0.72 [INFO] [stderr] Compiling lazy_static v1.4.0 [INFO] [stderr] Compiling slab v0.4.5 [INFO] [stderr] Compiling log v0.4.14 [INFO] [stderr] Compiling autocfg v1.0.1 [INFO] [stderr] Compiling signal-hook v0.3.10 [INFO] [stderr] Compiling pin-utils v0.1.0 [INFO] [stderr] Compiling futures-channel v0.3.18 [INFO] [stderr] Compiling futures-task v0.3.18 [INFO] [stderr] Compiling futures-util v0.3.18 [INFO] [stderr] Compiling futures-sink v0.3.18 [INFO] [stderr] Compiling gimli v0.26.1 [INFO] [stderr] Compiling failure_derive v0.1.8 [INFO] [stderr] Compiling crc32fast v1.3.0 [INFO] [stderr] Compiling ppv-lite86 v0.2.15 [INFO] [stderr] Compiling fs_extra v1.2.0 [INFO] [stderr] Compiling anyhow v1.0.51 [INFO] [stderr] Compiling byteorder v1.4.3 [INFO] [stderr] Compiling mkdirp v1.0.0 [INFO] [stderr] Compiling ahash v0.4.7 [INFO] [stderr] Compiling desert v2.0.0 [INFO] [stderr] Compiling earcutr v0.1.1 [INFO] [stderr] Compiling osm-is-area v1.0.0 [INFO] [stderr] Compiling argmap v1.1.1 [INFO] [stderr] Compiling digit_group v0.1.0 [INFO] [stderr] Compiling value-bag v1.0.0-alpha.8 [INFO] [stderr] Compiling hashbrown v0.6.3 [INFO] [stderr] Compiling indoc v1.0.3 [INFO] [stderr] Compiling hashbrown v0.9.1 [INFO] [stderr] Compiling crossbeam-utils v0.8.5 [INFO] [stderr] Compiling quick-protobuf v0.8.0 [INFO] [stderr] Compiling miniz_oxide v0.4.4 [INFO] [stderr] Compiling object v0.27.1 [INFO] [stderr] Compiling futures-lite v1.12.0 [INFO] [stderr] Compiling async-channel v1.6.1 [INFO] [stderr] Compiling getrandom v0.2.3 [INFO] [stderr] Compiling socket2 v0.4.2 [INFO] [stderr] Compiling getrandom v0.1.16 [INFO] [stderr] Compiling signal-hook-registry v1.4.0 [INFO] [stderr] Compiling num_cpus v1.13.0 [INFO] [stderr] Compiling backtrace v0.3.63 [INFO] [stderr] Compiling jemalloc-sys v0.3.2 [INFO] [stderr] Compiling quote v1.0.10 [INFO] [stderr] Compiling rand_core v0.5.1 [INFO] [stderr] Compiling const-random-macro v0.1.13 [INFO] [stderr] Compiling flate2 v1.0.22 [INFO] [stderr] Compiling rand_chacha v0.2.2 [INFO] [stderr] Compiling async-executor v1.4.1 [INFO] [stderr] Compiling blocking v1.1.0 [INFO] [stderr] Compiling rand v0.7.3 [INFO] [stderr] Compiling const-random v0.1.13 [INFO] [stderr] Compiling ahash v0.2.19 [INFO] [stderr] Compiling lru v0.4.3 [INFO] [stderr] Compiling unbounded-interval-tree v0.2.3 [INFO] [stderr] Compiling addr2line v0.17.0 [INFO] [stderr] Compiling osmpbf-parser v1.3.1 [INFO] [stderr] Compiling synstructure v0.12.6 [INFO] [stderr] Compiling ctor v0.1.21 [INFO] [stderr] Compiling futures-macro v0.3.18 [INFO] [stderr] Compiling async-attributes v1.1.2 [INFO] [stderr] Compiling async-trait v0.1.51 [INFO] [stderr] Compiling failure v0.1.8 [INFO] [stderr] Compiling desert v1.0.3 [INFO] [stderr] Compiling polling v2.2.0 [INFO] [stderr] Compiling kv-log-macro v1.0.7 [INFO] [stderr] Compiling random-access-storage v4.0.0 [INFO] [stderr] Compiling async-io v1.6.0 [INFO] [stderr] Compiling async-process v1.3.0 [INFO] [stderr] Compiling async-global-executor v2.0.2 [INFO] [stderr] Compiling async-std v1.10.0 [INFO] [stderr] Compiling georender-pack v2.1.1 [INFO] [stderr] Compiling futures-executor v0.3.18 [INFO] [stderr] Compiling futures v0.3.18 [INFO] [stderr] Compiling random-access-disk v2.0.0 [INFO] [stderr] Compiling eyros v4.6.1 [INFO] [stderr] Compiling jemallocator v0.3.2 [INFO] [stderr] Compiling peermaps-ingest v4.0.0 (/opt/rustwide/workdir) [INFO] [stdout] error[E0425]: cannot find function `available_concurrency` in module `std::thread` [INFO] [stdout] --> src/lib.rs:70:32 [INFO] [stdout] | [INFO] [stdout] 70 | let nproc = std::thread::available_concurrency().map(|n| n.get()).unwrap_or(1); [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^ not found in `std::thread` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0425]: cannot find function `available_concurrency` in module `std::thread` [INFO] [stdout] --> src/lib.rs:132:34 [INFO] [stdout] | [INFO] [stdout] 132 | let nproc = std::thread::available_concurrency().map(|n| n.get()).unwrap_or(1); [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^ not found in `std::thread` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0425]: cannot find function `available_concurrency` in module `std::thread` [INFO] [stdout] --> src/lib.rs:192:34 [INFO] [stdout] | [INFO] [stdout] 192 | let nproc = std::thread::available_concurrency().map(|n| n.get()).unwrap_or(1); [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^ not found in `std::thread` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0425]: cannot find function `available_concurrency` in module `std::thread` [INFO] [stdout] --> src/lib.rs:285:34 [INFO] [stdout] | [INFO] [stdout] 285 | let nproc = std::thread::available_concurrency().map(|n| n.get()).unwrap_or(1); [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^ not found in `std::thread` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0425]: cannot find function `available_concurrency` in module `std::thread` [INFO] [stdout] --> src/lib.rs:447:30 [INFO] [stdout] | [INFO] [stdout] 447 | let nproc = std::thread::available_concurrency().map(|n| n.get()).unwrap_or(1); [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^ not found in `std::thread` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0599]: no method named `lock` found for struct `Arc, (Coord, Coord), value::V>>` in the current scope [INFO] [stdout] --> src/lib.rs:539:41 [INFO] [stdout] | [INFO] [stdout] 539 | let mut trees = m_trees.lock().await; [INFO] [stdout] | ^^^^ method not found in `Arc, (Coord, Coord), value::V>>` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0599]: no method named `lock` found for struct `Arc, (Coord, Coord), value::V>>` in the current scope [INFO] [stdout] --> src/lib.rs:590:36 [INFO] [stdout] | [INFO] [stdout] 590 | let mut trees = out_db.trees.lock().await; [INFO] [stdout] | ^^^^ method not found in `Arc, (Coord, Coord), value::V>>` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: aborting due to 7 previous errors [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] Some errors have detailed explanations: E0425, E0599. [INFO] [stdout] [INFO] [stdout] For more information about an error, try `rustc --explain E0425`. [INFO] [stdout] [INFO] [stderr] error: could not compile `peermaps-ingest` due to 8 previous errors [INFO] running `Command { std: "docker" "inspect" "26e2d6587803a20dfee6ebe5ba281c0ea3ca1646c9a516847ea91a88039ab6f9", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "26e2d6587803a20dfee6ebe5ba281c0ea3ca1646c9a516847ea91a88039ab6f9", kill_on_drop: false }` [INFO] [stdout] 26e2d6587803a20dfee6ebe5ba281c0ea3ca1646c9a516847ea91a88039ab6f9