[INFO] cloning repository https://github.com/highway900/write_fgb [INFO] running `Command { std: "git" "-c" "credential.helper=" "-c" "credential.helper=/workspace/cargo-home/bin/git-credential-null" "clone" "--bare" "https://github.com/highway900/write_fgb" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fhighway900%2Fwrite_fgb", kill_on_drop: false }` [INFO] [stderr] Cloning into bare repository '/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fhighway900%2Fwrite_fgb'... [INFO] running `Command { std: "git" "rev-parse" "HEAD", kill_on_drop: false }` [INFO] [stdout] 6c906dbdd87a8cd1534ab84a21647e482a10a9f1 [INFO] documenting highway900/write_fgb against 1.61.0 for beta-1.62-rustdoc-1 [INFO] running `Command { std: "git" "clone" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fhighway900%2Fwrite_fgb" "/workspace/builds/worker-11/source", kill_on_drop: false }` [INFO] [stderr] Cloning into '/workspace/builds/worker-11/source'... [INFO] [stderr] done. [INFO] validating manifest of git repo https://github.com/highway900/write_fgb on toolchain 1.61.0 [INFO] running `Command { std: "/workspace/cargo-home/bin/cargo" "+1.61.0" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }` [INFO] started tweaking git repo https://github.com/highway900/write_fgb [INFO] finished tweaking git repo https://github.com/highway900/write_fgb [INFO] tweaked toml for git repo https://github.com/highway900/write_fgb written to /workspace/builds/worker-11/source/Cargo.toml [INFO] crate git repo https://github.com/highway900/write_fgb already has a lockfile, it will not be regenerated [INFO] running `Command { std: "/workspace/cargo-home/bin/cargo" "+1.61.0" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }` [INFO] [stderr] Updating git repository `https://github.com/flatgeobuf/flatgeobuf` [INFO] [stderr] Blocking waiting for file lock on package cache [INFO] [stderr] Downloading crates ... [INFO] [stderr] Downloaded geo-types v0.7.2 [INFO] [stderr] Downloaded rstar v0.8.3 [INFO] [stderr] Downloaded geozero v0.7.7 [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-11/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-11/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" "+1.61.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] 969c8859c6e952a95a1714293f3559e97ca11947b69306032f7d88b33240d3f9 [INFO] running `Command { std: "docker" "start" "-a" "969c8859c6e952a95a1714293f3559e97ca11947b69306032f7d88b33240d3f9", kill_on_drop: false }` [INFO] running `Command { std: "docker" "inspect" "969c8859c6e952a95a1714293f3559e97ca11947b69306032f7d88b33240d3f9", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "969c8859c6e952a95a1714293f3559e97ca11947b69306032f7d88b33240d3f9", kill_on_drop: false }` [INFO] [stdout] 969c8859c6e952a95a1714293f3559e97ca11947b69306032f7d88b33240d3f9 [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-11/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-11/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" "RUSTDOCFLAGS=--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:d190cb871061d98bc6d0581d85cb2ecb09a0f8a142ba5463de30be9999fc3251" "/opt/rustwide/cargo-home/bin/cargo" "+1.61.0" "doc" "--frozen" "--no-deps" "--document-private-items" "--message-format=json", kill_on_drop: false }` [INFO] [stdout] d87353891531b555185b58b5ee17aba4ce32c1c83b2bf32e20ac61e3980df450 [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" "d87353891531b555185b58b5ee17aba4ce32c1c83b2bf32e20ac61e3980df450", kill_on_drop: false }` [INFO] [stderr] Compiling libc v0.2.107 [INFO] [stderr] Compiling futures-core v0.3.17 [INFO] [stderr] Compiling serde v1.0.130 [INFO] [stderr] Compiling syn v1.0.81 [INFO] [stderr] Compiling heapless v0.6.1 [INFO] [stderr] Compiling futures-task v0.3.17 [INFO] [stderr] Checking tinyvec_macros v0.1.0 [INFO] [stderr] Checking smallvec v1.7.0 [INFO] [stderr] Checking matches v0.1.9 [INFO] [stderr] Compiling serde_json v1.0.70 [INFO] [stderr] Checking percent-encoding v2.1.0 [INFO] [stderr] Checking futures-sink v0.3.17 [INFO] [stderr] Checking hashbrown v0.11.2 [INFO] [stderr] Compiling httparse v1.5.1 [INFO] [stderr] Checking pdqselect v0.1.1 [INFO] [stderr] Compiling futures-channel v0.3.17 [INFO] [stderr] Checking unicode-bidi v0.3.7 [INFO] [stderr] Checking tower-service v0.3.1 [INFO] [stderr] Checking mime v0.3.16 [INFO] [stderr] Checking ipnet v2.3.1 [INFO] [stderr] Checking robust v0.2.3 [INFO] [stderr] Checking fallible-streaming-iterator v0.1.9 [INFO] [stderr] Compiling tokio v1.14.0 [INFO] [stderr] Compiling futures-util v0.3.17 [INFO] [stderr] Compiling indexmap v1.7.0 [INFO] [stderr] Checking tracing-core v0.1.21 [INFO] [stderr] Checking geographiclib-rs v0.2.0 [INFO] [stderr] Checking hash32 v0.1.1 [INFO] [stderr] Checking http v0.2.5 [INFO] [stderr] Checking tinyvec v1.5.1 [INFO] [stderr] Checking form_urlencoded v1.0.1 [INFO] [stderr] Compiling proc-macro2 v1.0.32 [INFO] [stderr] Checking encoding_rs v0.8.29 [INFO] [stderr] Checking generic-array v0.13.3 [INFO] [stderr] Checking want v0.3.0 [INFO] [stderr] Checking approx v0.4.0 [INFO] [stderr] Checking tracing v0.1.29 [INFO] [stderr] Checking as-slice v0.1.5 [INFO] [stderr] Compiling quote v1.0.10 [INFO] [stderr] Checking mio v0.7.14 [INFO] [stderr] Checking getrandom v0.2.3 [INFO] [stderr] Checking socket2 v0.4.2 [INFO] [stderr] Checking unicode-normalization v0.1.19 [INFO] [stderr] Checking rand_core v0.6.3 [INFO] [stderr] Checking rand_chacha v0.3.1 [INFO] [stderr] Checking rand v0.8.4 [INFO] [stderr] Checking http-body v0.4.4 [INFO] [stderr] Checking rstar v0.8.3 [INFO] [stderr] Checking idna v0.2.3 [INFO] [stderr] Checking geo-types v0.7.2 [INFO] [stderr] Checking tempfile v3.2.0 [INFO] [stderr] Checking url v2.2.2 [INFO] [stderr] Checking geo v0.18.0 [INFO] [stderr] Checking serde_urlencoded v0.7.0 [INFO] [stderr] Checking tokio-util v0.6.9 [INFO] [stderr] Checking h2 v0.3.7 [INFO] [stderr] Compiling thiserror-impl v1.0.30 [INFO] [stderr] Checking hyper v0.14.15 [INFO] [stderr] Checking thiserror v1.0.30 [INFO] [stderr] Checking geojson v0.22.2 [INFO] [stderr] Checking flatbuffers v2.0.0 [INFO] [stderr] Checking geozero v0.7.7 [INFO] [stderr] Checking reqwest v0.11.6 [INFO] [stderr] Checking flatgeobuf v0.6.1 (https://github.com/flatgeobuf/flatgeobuf?branch=master#36f52e4d) [INFO] [stderr] Documenting fgb_writer v0.1.0 (/opt/rustwide/workdir) [INFO] [stderr] Finished dev [unoptimized + debuginfo] target(s) in 1m 10s [INFO] running `Command { std: "docker" "inspect" "d87353891531b555185b58b5ee17aba4ce32c1c83b2bf32e20ac61e3980df450", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "d87353891531b555185b58b5ee17aba4ce32c1c83b2bf32e20ac61e3980df450", kill_on_drop: false }` [INFO] [stdout] d87353891531b555185b58b5ee17aba4ce32c1c83b2bf32e20ac61e3980df450