[INFO] cloning repository https://github.com/waralex/hellodb [INFO] running `Command { std: "git" "-c" "credential.helper=" "-c" "credential.helper=/workspace/cargo-home/bin/git-credential-null" "clone" "--bare" "https://github.com/waralex/hellodb" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fwaralex%2Fhellodb", kill_on_drop: false }` [INFO] [stderr] Cloning into bare repository '/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fwaralex%2Fhellodb'... [INFO] running `Command { std: "git" "rev-parse" "HEAD", kill_on_drop: false }` [INFO] [stdout] d357ba70c070d689235014980b7fa852c3b6e9ca [INFO] testing waralex/hellodb against try#c066bf6804adc55193b71afdff6a56922f4a8689+target=x86_64-unknown-linux-musl for musl_upgrade_1_2_5_in_2025-retry-1 [INFO] running `Command { std: "git" "clone" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fwaralex%2Fhellodb" "/workspace/builds/worker-4-tc2/source", kill_on_drop: false }` [INFO] [stderr] Cloning into '/workspace/builds/worker-4-tc2/source'... [INFO] [stderr] done. [INFO] started tweaking git repo https://github.com/waralex/hellodb [INFO] finished tweaking git repo https://github.com/waralex/hellodb [INFO] tweaked toml for git repo https://github.com/waralex/hellodb written to /workspace/builds/worker-4-tc2/source/Cargo.toml [INFO] validating manifest of git repo https://github.com/waralex/hellodb on toolchain c066bf6804adc55193b71afdff6a56922f4a8689 [INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+c066bf6804adc55193b71afdff6a56922f4a8689" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }` [INFO] crate git repo https://github.com/waralex/hellodb 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" "+c066bf6804adc55193b71afdff6a56922f4a8689" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }` [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-4-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-4-tc2/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:90999bfc7ae267e83380e433d8e61a7c072ca6729e92edbae886d3423b3a6f4c" "/opt/rustwide/cargo-home/bin/cargo" "+c066bf6804adc55193b71afdff6a56922f4a8689" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }` [INFO] [stdout] 834836301afa93729fc346529e3ecf51c350365facd32d926215bd242cbe0772 [INFO] running `Command { std: "docker" "start" "-a" "834836301afa93729fc346529e3ecf51c350365facd32d926215bd242cbe0772", kill_on_drop: false }` [INFO] running `Command { std: "docker" "inspect" "834836301afa93729fc346529e3ecf51c350365facd32d926215bd242cbe0772", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "834836301afa93729fc346529e3ecf51c350365facd32d926215bd242cbe0772", kill_on_drop: false }` [INFO] [stdout] 834836301afa93729fc346529e3ecf51c350365facd32d926215bd242cbe0772 [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-4-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-4-tc2/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" "RUSTDOCFLAGS=--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:90999bfc7ae267e83380e433d8e61a7c072ca6729e92edbae886d3423b3a6f4c" "/opt/rustwide/cargo-home/bin/cargo" "+c066bf6804adc55193b71afdff6a56922f4a8689" "build" "--frozen" "--message-format=json" "--target" "x86_64-unknown-linux-musl", kill_on_drop: false }` [INFO] [stdout] c7d1e268b2238e3a06c8b2ed14a9d1c830ae419f729f25e72529d9a42598c5c2 [INFO] running `Command { std: "docker" "start" "-a" "c7d1e268b2238e3a06c8b2ed14a9d1c830ae419f729f25e72529d9a42598c5c2", kill_on_drop: false }` [INFO] [stderr] Compiling libc v0.2.112 [INFO] [stderr] Compiling cfg-if v1.0.0 [INFO] [stderr] Compiling memchr v2.4.1 [INFO] [stderr] Compiling proc-macro2 v1.0.36 [INFO] [stderr] Compiling serde v1.0.133 [INFO] [stderr] Compiling io-lifetimes v0.4.4 [INFO] [stderr] Compiling autocfg v1.0.1 [INFO] [stderr] Compiling unicode-xid v0.2.2 [INFO] [stderr] Compiling bitflags v1.3.2 [INFO] [stderr] Compiling log v0.4.14 [INFO] [stderr] Compiling syn v1.0.85 [INFO] [stderr] Compiling rustix v0.32.1 [INFO] [stderr] Compiling cc v1.0.72 [INFO] [stderr] Compiling linux-raw-sys v0.0.37 [INFO] [stderr] Compiling regex-automata v0.1.10 [INFO] [stderr] Compiling lazy_static v1.4.0 [INFO] [stderr] Compiling smallvec v1.8.0 [INFO] [stderr] Compiling unicode-width v0.1.9 [INFO] [stderr] Compiling ryu v1.0.9 [INFO] [stderr] Compiling ppv-lite86 v0.2.16 [INFO] [stderr] Compiling nibble_vec v0.1.0 [INFO] [stderr] Compiling endian-type v0.1.2 [INFO] [stderr] Compiling itoa v0.4.8 [INFO] [stderr] Compiling radix_trie v0.2.1 [INFO] [stderr] Compiling either v1.6.1 [INFO] [stderr] Compiling utf8parse v0.2.0 [INFO] [stderr] Compiling termcolor v1.1.2 [INFO] [stderr] Compiling unicode-segmentation v1.8.0 [INFO] [stderr] Compiling itertools v0.10.3 [INFO] [stderr] Compiling sqlparser v0.12.0 [INFO] [stderr] Compiling memoffset v0.6.5 [INFO] [stderr] Compiling lz4-sys v1.9.2 [INFO] [stderr] Compiling quote v1.0.14 [INFO] [stderr] Compiling csv-core v0.1.10 [INFO] [stderr] Compiling getrandom v0.2.4 [INFO] [stderr] Compiling dirs-sys-next v0.1.2 [INFO] [stderr] Compiling nix v0.23.1 [INFO] [stderr] Compiling dirs-next v2.0.0 [INFO] [stderr] Compiling rand_core v0.6.3 [INFO] [stderr] Compiling rand_chacha v0.3.1 [INFO] [stderr] Compiling rand v0.8.4 [INFO] [stderr] Compiling bstr v0.2.17 [INFO] [stderr] Compiling fd-lock v3.0.3 [INFO] [stderr] Compiling cli-table-derive v0.4.4 [INFO] [stderr] Compiling csv v1.1.6 [INFO] [stderr] Compiling cli-table v0.4.6 [INFO] [stderr] Compiling rustyline v9.1.2 [INFO] [stderr] Compiling lz4 v1.23.2 [INFO] [stderr] Compiling hellodb v0.1.0 (/opt/rustwide/workdir) [INFO] [stdout] warning: unused import: `DBType` [INFO] [stdout] --> src/tuple/mod.rs:1:30 [INFO] [stdout] | [INFO] [stdout] 1 | use crate::types::{TypeName, DBType}; [INFO] [stdout] | ^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(unused_imports)]` on by default [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused variable: `name` [INFO] [stdout] --> src/blocks/mod.rs:65:35 [INFO] [stdout] | [INFO] [stdout] 65 | pub fn drop_column(&mut self, name:&str) [INFO] [stdout] | ^^^^ help: if this is intentional, prefix it with an underscore: `_name` [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(unused_variables)]` on by default [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused variable: `rows` [INFO] [stdout] --> src/execute/constructor/mod.rs:61:61 [INFO] [stdout] | [INFO] [stdout] 61 | value:Expr::Value(Value::Number(v, _)), rows [INFO] [stdout] | ^^^^ help: try ignoring the field: `rows: _` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: field `types` is never read [INFO] [stdout] --> src/tuple/mod.rs:5:5 [INFO] [stdout] | [INFO] [stdout] 3 | pub struct DBTuple [INFO] [stdout] | ------- field in this struct [INFO] [stdout] 4 | { [INFO] [stdout] 5 | types :Vec [INFO] [stdout] | ^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(dead_code)]` on by default [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: linking with `cc` failed: exit status: 1 [INFO] [stdout] | [INFO] [stdout] = note: "cc" "-m64" "/lib/rustlib/x86_64-unknown-linux-musl/lib/self-contained/rcrt1.o" "/lib/rustlib/x86_64-unknown-linux-musl/lib/self-contained/crti.o" "/lib/rustlib/x86_64-unknown-linux-musl/lib/self-contained/crtbeginS.o" "/tmp/rustcpezdTl/symbols.o" "<2 object files omitted>" "-Wl,--as-needed" "-Wl,-Bstatic" "/opt/rustwide/target/x86_64-unknown-linux-musl/debug/deps/{librand-91cfa618fc58ccb2.rlib,librand_chacha-d60207f16cb8b617.rlib,libppv_lite86-a9f3c9ee76597f1e.rlib,librand_core-d78bdcb4ce7d61cf.rlib,libgetrandom-f74d6bde22a90abe.rlib,libhellodb-33a8d658ffcb3499.rlib,libsqlparser-4ac3a1bb353b232a.rlib,liblog-2fa663e3959e676f.rlib,libcfg_if-66d55f6b302e88c8.rlib,libcli_table-c97b8bd63e06fe71.rlib,libunicode_width-2222409b5ba3ddc6.rlib,libcsv-516299aa4ffffa35.rlib,libryu-653032556b772f2f.rlib,libitoa-7c9a83f6047c872a.rlib,libcsv_core-473774c5d573e48c.rlib,libbstr-25bc7060358dd797.rlib,liblazy_static-4b136fc9bfbd2c4b.rlib,libregex_automata-2f772042de7a2dcd.rlib,libmemchr-a2892755812de0fe.rlib,libserde-612a0c12a8ceedb0.rlib,libtermcolor-811ad993a566b17a.rlib,libitertools-bfdd1dac9d4278f9.rlib,libeither-e8a0ef7222037a64.rlib,liblz4-fa721e9ca63d69f0.rlib,liblz4_sys-54430aa45a5f4982.rlib,liblibc-4cbc1fc7b6bc0b05.rlib}.rlib" "/lib/rustlib/x86_64-unknown-linux-musl/lib/{libstd-*,libpanic_unwind-*,libobject-*,libmemchr-*,libaddr2line-*,libgimli-*,librustc_demangle-*,libstd_detect-*,libhashbrown-*,librustc_std_workspace_alloc-*,libminiz_oxide-*,libadler2-*,libunwind-*}.rlib" "-lunwind" "/lib/rustlib/x86_64-unknown-linux-musl/lib/{libcfg_if-*,liblibc-*}.rlib" "-lc" "/lib/rustlib/x86_64-unknown-linux-musl/lib/{librustc_std_workspace_core-*,liballoc-*,libcore-*,libcompiler_builtins-*}.rlib" "-L" "/tmp/rustcpezdTl/raw-dylibs" "-Wl,-Bdynamic" "-Wl,--eh-frame-hdr" "-Wl,-z,noexecstack" "-nostartfiles" "-L" "/opt/rustwide/target/x86_64-unknown-linux-musl/debug/build/lz4-sys-f5748f2bca05f1c8/out" "-L" "/lib/rustlib/x86_64-unknown-linux-musl/lib/self-contained" "-L" "/lib/rustlib/x86_64-unknown-linux-musl/lib" "-o" "/opt/rustwide/target/x86_64-unknown-linux-musl/debug/deps/maketestdb-25017b84ffec9e75" "-Wl,--gc-sections" "-static-pie" "-Wl,-z,relro,-z,now" "-nodefaultlibs" "/lib/rustlib/x86_64-unknown-linux-musl/lib/self-contained/crtendS.o" "/lib/rustlib/x86_64-unknown-linux-musl/lib/self-contained/crtn.o" [INFO] [stdout] = note: some arguments are omitted. use `--verbose` to show all linker arguments [INFO] [stdout] = note: /usr/bin/ld: /opt/rustwide/target/x86_64-unknown-linux-musl/debug/deps/libgetrandom-f74d6bde22a90abe.rlib(getrandom-f74d6bde22a90abe.getrandom.531b48ba41f4da51-cgu.0.rcgu.o): in function `getrandom::util_libc::open_readonly': [INFO] [stdout] /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/getrandom-0.2.4/src/util_libc.rs:110:(.text._ZN9getrandom9util_libc13open_readonly17h30412ed4a4ee131aE+0xb6): undefined reference to `open64' [INFO] [stdout] collect2: error: ld returned 1 exit status [INFO] [stdout] [INFO] [stdout] = note: some `extern` functions couldn't be found; some native libraries may need to be installed or have their path specified [INFO] [stdout] = note: use the `-l` flag to specify native libraries to link [INFO] [stdout] = note: use the `cargo:rustc-link-lib` directive to specify the native libraries to link with Cargo (see https://doc.rust-lang.org/cargo/reference/build-scripts.html#rustc-link-lib) [INFO] [stdout] [INFO] [stdout] [INFO] [stderr] error: could not compile `hellodb` (bin "maketestdb") due to 1 previous error [INFO] [stderr] warning: build failed, waiting for other jobs to finish... [INFO] running `Command { std: "docker" "inspect" "c7d1e268b2238e3a06c8b2ed14a9d1c830ae419f729f25e72529d9a42598c5c2", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "c7d1e268b2238e3a06c8b2ed14a9d1c830ae419f729f25e72529d9a42598c5c2", kill_on_drop: false }` [INFO] [stdout] c7d1e268b2238e3a06c8b2ed14a9d1c830ae419f729f25e72529d9a42598c5c2