[INFO] cloning repository https://github.com/huanie/tree-sitter-blueprint [INFO] running `Command { std: "git" "-c" "credential.helper=" "-c" "credential.helper=/workspace/cargo-home/bin/git-credential-null" "clone" "--bare" "https://github.com/huanie/tree-sitter-blueprint" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fhuanie%2Ftree-sitter-blueprint", kill_on_drop: false }` [INFO] [stderr] Cloning into bare repository '/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fhuanie%2Ftree-sitter-blueprint'... [INFO] running `Command { std: "git" "rev-parse" "HEAD", kill_on_drop: false }` [INFO] [stdout] 329699d55f3e3955091e13756563c3f320a561fc [INFO] building huanie/tree-sitter-blueprint against try#23647e694de8d0904848ad068b2e0ec2dd098c37+target=wasm32-wasip1 for pr-149868 [INFO] running `Command { std: "git" "clone" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fhuanie%2Ftree-sitter-blueprint" "/workspace/builds/worker-6-tc2/source", kill_on_drop: false }` [INFO] [stderr] Cloning into '/workspace/builds/worker-6-tc2/source'... [INFO] [stderr] done. [INFO] started tweaking git repo https://github.com/huanie/tree-sitter-blueprint [INFO] finished tweaking git repo https://github.com/huanie/tree-sitter-blueprint [INFO] tweaked toml for git repo https://github.com/huanie/tree-sitter-blueprint written to /workspace/builds/worker-6-tc2/source/Cargo.toml [INFO] validating manifest of git repo https://github.com/huanie/tree-sitter-blueprint on toolchain 23647e694de8d0904848ad068b2e0ec2dd098c37 [INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+23647e694de8d0904848ad068b2e0ec2dd098c37" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }` [INFO] crate git repo https://github.com/huanie/tree-sitter-blueprint 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" "+23647e694de8d0904848ad068b2e0ec2dd098c37" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }` [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-6-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-6-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:845e597a41426bbf2703be69acdb67d10b6de511142d05cba7bbe119c898b2c7" "/opt/rustwide/cargo-home/bin/cargo" "+23647e694de8d0904848ad068b2e0ec2dd098c37" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }` [INFO] [stdout] 59ffc98275d7780dc586da51b59fea202545f84a3e0084448247d407b73cabd0 [INFO] running `Command { std: "docker" "start" "-a" "59ffc98275d7780dc586da51b59fea202545f84a3e0084448247d407b73cabd0", kill_on_drop: false }` [INFO] running `Command { std: "docker" "inspect" "59ffc98275d7780dc586da51b59fea202545f84a3e0084448247d407b73cabd0", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "59ffc98275d7780dc586da51b59fea202545f84a3e0084448247d407b73cabd0", kill_on_drop: false }` [INFO] [stdout] 59ffc98275d7780dc586da51b59fea202545f84a3e0084448247d407b73cabd0 [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-6-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-6-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:845e597a41426bbf2703be69acdb67d10b6de511142d05cba7bbe119c898b2c7" "/opt/rustwide/cargo-home/bin/cargo" "+23647e694de8d0904848ad068b2e0ec2dd098c37" "build" "--frozen" "--message-format=json" "--target" "wasm32-wasip1", kill_on_drop: false }` [INFO] [stdout] 417b3af9ca5ab41faecd49954590efa900b5fc00485aeba9dd28d2a13c9583de [INFO] running `Command { std: "docker" "start" "-a" "417b3af9ca5ab41faecd49954590efa900b5fc00485aeba9dd28d2a13c9583de", kill_on_drop: false }` [INFO] [stderr] Compiling libc v0.2.147 [INFO] [stderr] Compiling memchr v2.6.3 [INFO] [stderr] Compiling regex-syntax v0.7.5 [INFO] [stderr] Compiling aho-corasick v1.0.5 [INFO] [stderr] Compiling cc v1.0.83 [INFO] [stderr] Compiling regex-automata v0.3.8 [INFO] [stderr] Compiling tree-sitter v0.20.10 [INFO] [stderr] Compiling tree-sitter-blueprint v0.0.1 (/opt/rustwide/workdir) [INFO] [stderr] Compiling regex v1.9.5 [INFO] [stderr] Finished `dev` profile [unoptimized + debuginfo] target(s) in 10.43s [INFO] running `Command { std: "docker" "inspect" "417b3af9ca5ab41faecd49954590efa900b5fc00485aeba9dd28d2a13c9583de", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "417b3af9ca5ab41faecd49954590efa900b5fc00485aeba9dd28d2a13c9583de", kill_on_drop: false }` [INFO] [stdout] 417b3af9ca5ab41faecd49954590efa900b5fc00485aeba9dd28d2a13c9583de [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-6-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-6-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:845e597a41426bbf2703be69acdb67d10b6de511142d05cba7bbe119c898b2c7" "/opt/rustwide/cargo-home/bin/cargo" "+23647e694de8d0904848ad068b2e0ec2dd098c37" "test" "--frozen" "--no-run" "--message-format=json" "--target" "wasm32-wasip1", kill_on_drop: false }` [INFO] [stdout] 30e3b1a11aa945ab4e284ac9a5b2bb009dc8592440220904ef37030ac081f850 [INFO] running `Command { std: "docker" "start" "-a" "30e3b1a11aa945ab4e284ac9a5b2bb009dc8592440220904ef37030ac081f850", kill_on_drop: false }` [INFO] [stderr] Compiling tree-sitter-blueprint v0.0.1 (/opt/rustwide/workdir) [INFO] [stdout] error: linking with `rust-lld` failed: exit status: 1 [INFO] [stdout] | [INFO] [stdout] = note: "rust-lld" "-flavor" "wasm" "--export" "__main_void" "-z" "stack-size=1048576" "--stack-first" "--no-demangle" "/lib/rustlib/wasm32-wasip1/lib/self-contained/crt1-command.o" "<2 object files omitted>" "-l" "parser" "/lib/rustlib/wasm32-wasip1/lib/{libpanic_abort-*,libtest-*,libgetopts-*,librustc_std_workspace_std-*}.rlib" "/opt/rustwide/target/wasm32-wasip1/debug/deps/{libtree_sitter-a425ef17a853b75f,libregex-3cb5a133fc777087,libregex_automata-d090f6b4cd1ba206,libaho_corasick-5569bcafe1093b9e,libmemchr-09dc1549a31c4b3f,libregex_syntax-6ce128974345f74c}.rlib" "/lib/rustlib/wasm32-wasip1/lib/{libstd-*,libwasi-*,libcfg_if-*,librustc_demangle-*,libstd_detect-*,libhashbrown-*,librustc_std_workspace_alloc-*,libminiz_oxide-*,libadler2-*,libunwind-*,liblibc-*}.rlib" "-l" "c" "/lib/rustlib/wasm32-wasip1/lib/{librustc_std_workspace_core-*,liballoc-*,libcore-*,libcompiler_builtins-*}.rlib" "-L" "/opt/rustwide/target/wasm32-wasip1/debug/build/tree-sitter-blueprint-30a9cff82f27e5b2/out" "-L" "/opt/rustwide/target/wasm32-wasip1/debug/build/tree-sitter-077ff9cb13d598a5/out" "-L" "/lib/rustlib/wasm32-wasip1/lib/self-contained" "-o" "/opt/rustwide/target/wasm32-wasip1/debug/deps/tree_sitter_blueprint-2ee0ff16bfec273f.wasm" "--gc-sections" "-O0" [INFO] [stdout] = note: some arguments are omitted. use `--verbose` to show all linker arguments [INFO] [stdout] = note: rust-lld: warning: /opt/rustwide/target/wasm32-wasip1/debug/build/tree-sitter-blueprint-30a9cff82f27e5b2/out/libparser.a: archive member 'parser.o' is neither Wasm object file nor LLVM bitcode [INFO] [stdout] rust-lld: warning: /opt/rustwide/target/wasm32-wasip1/debug/deps/libtree_sitter-a425ef17a853b75f.rlib: archive member 'lib.o' is neither Wasm object file nor LLVM bitcode [INFO] [stdout] rust-lld: error: /opt/rustwide/target/wasm32-wasip1/debug/deps/tree_sitter_blueprint-2ee0ff16bfec273f.tree_sitter_blueprint.61d01a50db49987a-cgu.0.rcgu.o: undefined symbol: tree_sitter_blueprint [INFO] [stdout] rust-lld: error: /opt/rustwide/target/wasm32-wasip1/debug/deps/libtree_sitter-a425ef17a853b75f.rlib(tree_sitter-a425ef17a853b75f.tree_sitter.1f9a62beb6c27f6c-cgu.2.rcgu.o): undefined symbol: ts_parser_logger [INFO] [stdout] rust-lld: error: /opt/rustwide/target/wasm32-wasip1/debug/deps/libtree_sitter-a425ef17a853b75f.rlib(tree_sitter-a425ef17a853b75f.tree_sitter.1f9a62beb6c27f6c-cgu.2.rcgu.o): undefined symbol: ts_parser_set_logger [INFO] [stdout] rust-lld: error: /opt/rustwide/target/wasm32-wasip1/debug/deps/libtree_sitter-a425ef17a853b75f.rlib(tree_sitter-a425ef17a853b75f.tree_sitter.1f9a62beb6c27f6c-cgu.2.rcgu.o): undefined symbol: ts_parser_set_language [INFO] [stdout] rust-lld: error: /opt/rustwide/target/wasm32-wasip1/debug/deps/libtree_sitter-a425ef17a853b75f.rlib(tree_sitter-a425ef17a853b75f.tree_sitter.1f9a62beb6c27f6c-cgu.2.rcgu.o): undefined symbol: ts_language_version [INFO] [stdout] rust-lld: error: /opt/rustwide/target/wasm32-wasip1/debug/deps/libtree_sitter-a425ef17a853b75f.rlib(tree_sitter-a425ef17a853b75f.tree_sitter.1f9a62beb6c27f6c-cgu.2.rcgu.o): undefined symbol: ts_parser_print_dot_graphs [INFO] [stdout] rust-lld: error: /opt/rustwide/target/wasm32-wasip1/debug/deps/libtree_sitter-a425ef17a853b75f.rlib(tree_sitter-a425ef17a853b75f.tree_sitter.1f9a62beb6c27f6c-cgu.2.rcgu.o): undefined symbol: ts_parser_new [INFO] [stdout] rust-lld: error: /opt/rustwide/target/wasm32-wasip1/debug/deps/libtree_sitter-a425ef17a853b75f.rlib(tree_sitter-a425ef17a853b75f.tree_sitter.1f9a62beb6c27f6c-cgu.2.rcgu.o): undefined symbol: ts_parser_delete [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] [INFO] [stderr] error: could not compile `tree-sitter-blueprint` (lib test) due to 1 previous error [INFO] running `Command { std: "docker" "inspect" "30e3b1a11aa945ab4e284ac9a5b2bb009dc8592440220904ef37030ac081f850", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "30e3b1a11aa945ab4e284ac9a5b2bb009dc8592440220904ef37030ac081f850", kill_on_drop: false }` [INFO] [stdout] 30e3b1a11aa945ab4e284ac9a5b2bb009dc8592440220904ef37030ac081f850