[INFO] cloning repository https://github.com/johnsonjsyuen/rust_reddit_photo_downloader
[INFO] running `Command { std: "git" "-c" "credential.helper=" "-c" "credential.helper=/workspace/cargo-home/bin/git-credential-null" "clone" "--bare" "https://github.com/johnsonjsyuen/rust_reddit_photo_downloader" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fjohnsonjsyuen%2Frust_reddit_photo_downloader", kill_on_drop: false }`
[INFO] [stderr] Cloning into bare repository '/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fjohnsonjsyuen%2Frust_reddit_photo_downloader'...
[INFO] running `Command { std: "git" "rev-parse" "HEAD", kill_on_drop: false }`
[INFO] [stdout] ec4be863abd42cb0ca41e65314c3b2acee8d1a5f
[INFO] testing johnsonjsyuen/rust_reddit_photo_downloader against 1.99.0-beta.1+cargoflags=--release for beta-release-1.99-2
[INFO] running `Command { std: "git" "clone" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fjohnsonjsyuen%2Frust_reddit_photo_downloader" "/workspace/builds/worker-2-tc2/source", kill_on_drop: false }`
[INFO] [stderr] Cloning into '/workspace/builds/worker-2-tc2/source'...
[INFO] [stderr] done.
[INFO] started tweaking git repo https://github.com/johnsonjsyuen/rust_reddit_photo_downloader
[INFO] finished tweaking git repo https://github.com/johnsonjsyuen/rust_reddit_photo_downloader
[INFO] tweaked toml for git repo https://github.com/johnsonjsyuen/rust_reddit_photo_downloader written to /workspace/builds/worker-2-tc2/source/Cargo.toml
[INFO] validating manifest of git repo https://github.com/johnsonjsyuen/rust_reddit_photo_downloader on toolchain 1.99.0-beta.1
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+1.99.0-beta.1" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }`
[INFO] crate git repo https://github.com/johnsonjsyuen/rust_reddit_photo_downloader 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" "+1.99.0-beta.1" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-2-tc2/source:/opt/rustwide/workdir:ro,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-2-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:8683fc1fc2eb5c9ac98e0d076ab094b2ffac7f99da555d2b6a2e27f346de2ec7" "sleep" "infinity", kill_on_drop: false }`
[INFO] [stdout] 268e700e5c03bdf32a31e47c70d507b4c06fc0c443a52add78c9c3df9d0dc425
[INFO] running `Command { std: "docker" "start" "268e700e5c03bdf32a31e47c70d507b4c06fc0c443a52add78c9c3df9d0dc425", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "inspect" "268e700e5c03bdf32a31e47c70d507b4c06fc0c443a52add78c9c3df9d0dc425", 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" "268e700e5c03bdf32a31e47c70d507b4c06fc0c443a52add78c9c3df9d0dc425" "/opt/rustwide/cargo-home/bin/cargo" "+1.99.0-beta.1" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "inspect" "268e700e5c03bdf32a31e47c70d507b4c06fc0c443a52add78c9c3df9d0dc425", 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=warn" "-e" "RUSTDOCFLAGS=--cap-lints=warn" "-w" "/opt/rustwide/workdir" "--user" "0:0" "268e700e5c03bdf32a31e47c70d507b4c06fc0c443a52add78c9c3df9d0dc425" "/opt/rustwide/cargo-home/bin/cargo" "+1.99.0-beta.1" "build" "--frozen" "--message-format=json" "--release", kill_on_drop: false }`
[INFO] [stderr]    Compiling autocfg v1.1.0
[INFO] [stderr]    Compiling libc v0.2.152
[INFO] [stderr]    Compiling proc-macro2 v1.0.76
[INFO] [stderr]    Compiling unicode-ident v1.0.2
[INFO] [stderr]    Compiling cfg-if v1.0.0
[INFO] [stderr]    Compiling once_cell v1.19.0
[INFO] [stderr]    Compiling libm v0.2.8
[INFO] [stderr]    Compiling bytes v1.5.0
[INFO] [stderr]    Compiling version_check v0.9.4
[INFO] [stderr]    Compiling zerocopy v0.7.32
[INFO] [stderr]    Compiling allocator-api2 v0.2.16
[INFO] [stderr]    Compiling memchr v2.5.0
[INFO] [stderr]    Compiling pkg-config v0.3.25
[INFO] [stderr]    Compiling serde v1.0.195
[INFO] [stderr]    Compiling pin-project-lite v0.2.13
[INFO] [stderr]    Compiling bitflags v2.4.1
[INFO] [stderr]    Compiling iana-time-zone v0.1.59
[INFO] [stderr]    Compiling futures-core v0.3.30
[INFO] [stderr]    Compiling serde_json v1.0.111
[INFO] [stderr]    Compiling arrow-schema v49.0.0
[INFO] [stderr]    Compiling static_assertions v1.1.0
[INFO] [stderr]    Compiling num-traits v0.2.17
[INFO] [stderr]    Compiling num-integer v0.1.45
[INFO] [stderr]    Compiling num-bigint v0.4.4
[INFO] [stderr]    Compiling num-rational v0.4.1
[INFO] [stderr]    Compiling num-iter v0.1.43
[INFO] [stderr]    Compiling futures-sink v0.3.30
[INFO] [stderr]    Compiling lexical-util v0.8.5
[INFO] [stderr]    Compiling ahash v0.8.7
[INFO] [stderr]    Compiling syn v1.0.109
[INFO] [stderr]    Compiling rustversion v1.0.14
[INFO] [stderr]    Compiling rustix v0.38.30
[INFO] [stderr]    Compiling itoa v1.0.2
[INFO] [stderr]    Compiling heck v0.4.1
[INFO] [stderr]    Compiling log v0.4.17
[INFO] [stderr]    Compiling futures-channel v0.3.30
[INFO] [stderr]    Compiling futures-io v0.3.30
[INFO] [stderr]    Compiling crc32fast v1.3.2
[INFO] [stderr]    Compiling linux-raw-sys v0.4.13
[INFO] [stderr]    Compiling pin-utils v0.1.0
[INFO] [stderr]    Compiling jobserver v0.1.27
[INFO] [stderr]    Compiling slab v0.4.6
[INFO] [stderr]    Compiling quote v1.0.35
[INFO] [stderr]    Compiling futures-task v0.3.30
[INFO] [stderr]    Compiling cc v1.0.83
[INFO] [stderr]    Compiling tracing-core v0.1.28
[INFO] [stderr]    Compiling adler v1.0.2
[INFO] [stderr]    Compiling openssl v0.10.41
[INFO] [stderr]    Compiling fnv v1.0.7
[INFO] [stderr]    Compiling syn v2.0.48
[INFO] [stderr]    Compiling foreign-types-shared v0.1.1
[INFO] [stderr]    Compiling foreign-types v0.3.2
[INFO] [stderr]    Compiling http v0.2.8
[INFO] [stderr]    Compiling miniz_oxide v0.7.1
[INFO] [stderr]    Compiling aho-corasick v1.1.2
[INFO] [stderr]    Compiling filetime v0.2.23
[INFO] [stderr]    Compiling lexical-write-integer v0.8.5
[INFO] [stderr]    Compiling lexical-parse-integer v0.8.6
[INFO] [stderr]    Compiling native-tls v0.2.10
[INFO] [stderr]    Compiling getrandom v0.2.12
[INFO] [stderr]    Compiling num_cpus v1.13.1
[INFO] [stderr]    Compiling mio v0.8.10
[INFO] [stderr]    Compiling socket2 v0.5.5
[INFO] [stderr]    Compiling tracing v0.1.35
[INFO] [stderr]    Compiling tinyvec_macros v0.1.0
[INFO] [stderr]    Compiling ryu v1.0.10
[INFO] [stderr]    Compiling equivalent v1.0.1
[INFO] [stderr]    Compiling bitflags v1.3.2
[INFO] [stderr]    Compiling httparse v1.8.0
[INFO] [stderr]    Compiling matches v0.1.9
[INFO] [stderr]    Compiling regex-syntax v0.7.5
[INFO] [stderr]    Compiling tinyvec v1.6.0
[INFO] [stderr]    Compiling lexical-parse-float v0.8.5
[INFO] [stderr]    Compiling openssl-sys v0.9.75
[INFO] [stderr]    Compiling hashbrown v0.14.3
[INFO] [stderr]    Compiling flate2 v1.0.28
[INFO] [stderr]    Compiling lexical-write-float v0.8.5
[INFO] [stderr]    Compiling crossbeam-utils v0.8.15
[INFO] [stderr]    Compiling num-complex v0.4.4
[INFO] [stderr]    Compiling half v2.3.1
[INFO] [stderr]    Compiling chrono v0.4.31
[INFO] [stderr]    Compiling base64 v0.21.0
[INFO] [stderr]    Compiling vcpkg v0.2.15
[INFO] [stderr]    Compiling percent-encoding v2.1.0
[INFO] [stderr]    Compiling openssl-probe v0.1.5
[INFO] [stderr]    Compiling indexmap v2.1.0
[INFO] [stderr]    Compiling utf8parse v0.2.1
[INFO] [stderr]    Compiling try-lock v0.2.3
[INFO] [stderr]    Compiling unicode-width v0.1.11
[INFO] [stderr]    Compiling want v0.3.0
[INFO] [stderr]    Compiling anstyle-parse v0.2.0
[INFO] [stderr]    Compiling form_urlencoded v1.0.1
[INFO] [stderr]    Compiling unicode-normalization v0.1.21
[INFO] [stderr]    Compiling http-body v0.4.5
[INFO] [stderr]    Compiling lexical-core v0.8.5
[INFO] [stderr]    Compiling httpdate v1.0.2
[INFO] [stderr]    Compiling unicode-bidi v0.3.8
[INFO] [stderr]    Compiling anstyle v1.0.0
[INFO] [stderr]    Compiling rust_decimal v1.33.1
[INFO] [stderr]    Compiling anstyle-query v1.0.0
[INFO] [stderr]    Compiling colorchoice v1.0.0
[INFO] [stderr]    Compiling regex-syntax v0.8.2
[INFO] [stderr]    Compiling encoding_rs v0.8.31
[INFO] [stderr]    Compiling tower-service v0.3.2
[INFO] [stderr]    Compiling anstream v0.6.7
[INFO] [stderr]    Compiling idna v0.2.3
[INFO] [stderr]    Compiling xattr v1.3.1
[INFO] [stderr]    Compiling strsim v0.10.0
[INFO] [stderr]    Compiling arrayvec v0.7.4
[INFO] [stderr]    Compiling tar v0.4.40
[INFO] [stderr]    Compiling anyhow v1.0.79
[INFO] [stderr]    Compiling clap_lex v0.6.0
[INFO] [stderr]    Compiling clap_builder v4.4.16
[INFO] [stderr]    Compiling concurrent-queue v2.1.0
[INFO] [stderr]    Compiling hashlink v0.8.4
[INFO] [stderr]    Compiling fallible-streaming-iterator v0.1.9
[INFO] [stderr]    Compiling fallible-iterator v0.3.0
[INFO] [stderr]    Compiling mime v0.3.16
[INFO] [stderr]    Compiling url v2.2.2
[INFO] [stderr]    Compiling ipnet v2.5.0
[INFO] [stderr]    Compiling cast v0.3.0
[INFO] [stderr]    Compiling smallvec v1.11.2
[INFO] [stderr]    Compiling event-listener v2.5.2
[INFO] [stderr]    Compiling regex-automata v0.3.7
[INFO] [stderr]    Compiling async-channel v1.8.0
[INFO] [stderr]    Compiling num v0.4.1
[INFO] [stderr]    Compiling arrow-buffer v49.0.0
[INFO] [stderr]    Compiling openssl-macros v0.1.0
[INFO] [stderr]    Compiling arrow-data v49.0.0
[INFO] [stderr]    Compiling serde_derive v1.0.195
[INFO] [stderr]    Compiling futures-macro v0.3.30
[INFO] [stderr]    Compiling tokio-macros v2.2.0
[INFO] [stderr]    Compiling strum_macros v0.25.3
[INFO] [stderr]    Compiling clap_derive v4.4.7
[INFO] [stderr]    Compiling tokio v1.35.1
[INFO] [stderr]    Compiling futures-util v0.3.30
[INFO] [stderr]    Compiling arrow-array v49.0.0
[INFO] [stderr]    Compiling strum v0.25.0
[INFO] [stderr]    Compiling comfy-table v7.1.0
[INFO] [stderr]    Compiling regex v1.9.4
[INFO] [stderr]    Compiling clap v4.4.16
[INFO] [stderr]    Compiling arrow-select v49.0.0
[INFO] [stderr]    Compiling arrow-arith v49.0.0
[INFO] [stderr]    Compiling arrow-row v49.0.0
[INFO] [stderr]    Compiling arrow-cast v49.0.0
[INFO] [stderr]    Compiling arrow-ord v49.0.0
[INFO] [stderr]    Compiling arrow-string v49.0.0
[INFO] [stderr]    Compiling futures-executor v0.3.30
[INFO] [stderr]    Compiling tokio-util v0.7.3
[INFO] [stderr]    Compiling tokio-native-tls v0.3.0
[INFO] [stderr]    Compiling futures v0.3.30
[INFO] [stderr]    Compiling h2 v0.3.23
[INFO] [stderr]    Compiling serde_urlencoded v0.7.1
[INFO] [stderr]    Compiling arrow v49.0.0
[INFO] [stderr]    Compiling libduckdb-sys v0.9.2
[INFO] [stderr] error: failed to run custom build command for `libduckdb-sys v0.9.2`
[INFO] [stderr] note: To improve backtraces for build dependencies, set the CARGO_PROFILE_RELEASE_BUILD_OVERRIDE_DEBUG=true environment variable to enable debug information generation.
[INFO] [stderr] 
[INFO] [stderr] Caused by:
[INFO] [stderr]   process didn't exit successfully: `/opt/rustwide/target/release/build/libduckdb-sys-2d2c7bc85925de1a/build-script-build` (exit status: 101)
[INFO] [stderr]   --- stderr
[INFO] [stderr] 
[INFO] [stderr]   thread 'main' (2314) panicked at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/libduckdb-sys-0.9.2/build.rs:84:29:
[INFO] [stderr]   archive: Custom { kind: ReadOnlyFilesystem, error: TarError { desc: "failed to create `/opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/libduckdb-sys-0.9.2/duckdb`", io: Os { code: 30, kind: ReadOnlyFilesystem, message: "Read-only file system" } } }
[INFO] [stderr]   stack backtrace:
[INFO] [stderr]      0:     0x597146de2311 - <unknown>
[INFO] [stderr]      1:     0x597146df98da - <unknown>
[INFO] [stderr]      2:     0x597146de924c - <unknown>
[INFO] [stderr]      3:     0x597146dbe836 - <unknown>
[INFO] [stderr]      4:     0x597146ddbb41 - <unknown>
[INFO] [stderr]      5:     0x597146ddbcfb - <unknown>
[INFO] [stderr]      6:     0x597146dbe8e2 - <unknown>
[INFO] [stderr]      7:     0x597146db7069 - <unknown>
[INFO] [stderr]      8:     0x597146dbf39d - <unknown>
[INFO] [stderr]      9:     0x597146dfa04c - <unknown>
[INFO] [stderr]     10:     0x597146df9e22 - <unknown>
[INFO] [stderr]     11:     0x597146d702b0 - <unknown>
[INFO] [stderr]     12:     0x597146d06a7a - <unknown>
[INFO] [stderr]     13:     0x597146d06af3 - <unknown>
[INFO] [stderr]     14:     0x597146d11d0d - <unknown>
[INFO] [stderr]     15:     0x597146d14833 - <unknown>
[INFO] [stderr]     16:     0x597146d02eae - <unknown>
[INFO] [stderr]     17:     0x597146d11859 - <unknown>
[INFO] [stderr]     18:     0x597146ddaf09 - <unknown>
[INFO] [stderr]     19:     0x597146d10401 - <unknown>
[INFO] [stderr]     20:     0x597146d14ca5 - <unknown>
[INFO] [stderr]     21:     0x7300c1ca3601 - <unknown>
[INFO] [stderr]     22:     0x7300c1ca3718 - __libc_start_main
[INFO] [stderr]     23:     0x597146d01035 - <unknown>
[INFO] [stderr]     24:                0x0 - <unknown>
[INFO] [stderr] warning: build failed, waiting for other jobs to finish...
[INFO] running `Command { std: "docker" "inspect" "268e700e5c03bdf32a31e47c70d507b4c06fc0c443a52add78c9c3df9d0dc425", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "268e700e5c03bdf32a31e47c70d507b4c06fc0c443a52add78c9c3df9d0dc425", kill_on_drop: false }`
[INFO] [stdout] 268e700e5c03bdf32a31e47c70d507b4c06fc0c443a52add78c9c3df9d0dc425
