[INFO] cloning repository https://github.com/colelawrence/lisp [INFO] running `Command { std: "git" "-c" "credential.helper=" "-c" "credential.helper=/workspace/cargo-home/bin/git-credential-null" "clone" "--bare" "https://github.com/colelawrence/lisp" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fcolelawrence%2Flisp", kill_on_drop: false }` [INFO] [stderr] Cloning into bare repository '/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fcolelawrence%2Flisp'... [INFO] running `Command { std: "git" "rev-parse" "HEAD", kill_on_drop: false }` [INFO] [stdout] bcc95ba8ac53e890c84013542a908327c61fbc27 [INFO] building colelawrence/lisp against try#23647e694de8d0904848ad068b2e0ec2dd098c37+target=wasm32-wasip1 for pr-149868 [INFO] running `Command { std: "git" "clone" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fcolelawrence%2Flisp" "/workspace/builds/worker-5-tc2/source", kill_on_drop: false }` [INFO] [stderr] Cloning into '/workspace/builds/worker-5-tc2/source'... [INFO] [stderr] done. [INFO] started tweaking git repo https://github.com/colelawrence/lisp [INFO] finished tweaking git repo https://github.com/colelawrence/lisp [INFO] tweaked toml for git repo https://github.com/colelawrence/lisp written to /workspace/builds/worker-5-tc2/source/Cargo.toml [INFO] validating manifest of git repo https://github.com/colelawrence/lisp 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/colelawrence/lisp 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-5-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-5-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] 6780965f846733d9b0a464cbfa137ba0a9f3d1b91a2bd2a8eceab11acd941348 [INFO] running `Command { std: "docker" "start" "-a" "6780965f846733d9b0a464cbfa137ba0a9f3d1b91a2bd2a8eceab11acd941348", kill_on_drop: false }` [INFO] running `Command { std: "docker" "inspect" "6780965f846733d9b0a464cbfa137ba0a9f3d1b91a2bd2a8eceab11acd941348", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "6780965f846733d9b0a464cbfa137ba0a9f3d1b91a2bd2a8eceab11acd941348", kill_on_drop: false }` [INFO] [stdout] 6780965f846733d9b0a464cbfa137ba0a9f3d1b91a2bd2a8eceab11acd941348 [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-5-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-5-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] f6e392c70f78255adad63bfc82e8421d49a5d3c594ebc4ce9125dc1034e3300a [INFO] running `Command { std: "docker" "start" "-a" "f6e392c70f78255adad63bfc82e8421d49a5d3c594ebc4ce9125dc1034e3300a", kill_on_drop: false }` [INFO] [stderr] Compiling proc-macro2 v1.0.3 [INFO] [stderr] Compiling unicode-xid v0.2.0 [INFO] [stderr] Compiling cc v1.0.45 [INFO] [stderr] Compiling memchr v2.2.1 [INFO] [stderr] Compiling ryu v1.0.0 [INFO] [stderr] Compiling syn v1.0.5 [INFO] [stderr] Compiling serde v1.0.101 [INFO] [stderr] Compiling itoa v0.4.4 [INFO] [stderr] Compiling regex-syntax v0.6.12 [INFO] [stderr] Compiling thread_local v0.3.6 [INFO] [stderr] Compiling aho-corasick v0.7.6 [INFO] [stderr] Compiling tree-sitter v0.3.10 [INFO] [stderr] Compiling lisp-treesitter v0.1.0 (/opt/rustwide/workdir) [INFO] [stderr] Compiling quote v1.0.2 [INFO] [stderr] Compiling regex v1.3.1 [INFO] [stderr] Compiling serde_json v1.0.40 [INFO] [stderr] Compiling serde_derive v1.0.101 [INFO] [stdout] warning: field `0` is never read [INFO] [stdout] --> src/main.rs:32:10 [INFO] [stdout] | [INFO] [stdout] 32 | List(Span), [INFO] [stdout] | ---- ^^^^^^^^^^ [INFO] [stdout] | | [INFO] [stdout] | field in this variant [INFO] [stdout] | [INFO] [stdout] = note: `Node` has a derived impl for the trait `Debug`, but this is intentionally ignored during dead code analysis [INFO] [stdout] = note: `#[warn(dead_code)]` (part of `#[warn(unused)]`) on by default [INFO] [stdout] help: consider changing the field to be of unit type to suppress this warning while preserving the field numbering, or remove the field [INFO] [stdout] | [INFO] [stdout] 32 - List(Span), [INFO] [stdout] 32 + List(()), [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: field `0` is never read [INFO] [stdout] --> src/main.rs:34:12 [INFO] [stdout] | [INFO] [stdout] 34 | String(Span), [INFO] [stdout] | ------ ^^^^^^^^^^^^ [INFO] [stdout] | | [INFO] [stdout] | field in this variant [INFO] [stdout] | [INFO] [stdout] = note: `Node` has a derived impl for the trait `Debug`, but this is intentionally ignored during dead code analysis [INFO] [stdout] help: consider changing the field to be of unit type to suppress this warning while preserving the field numbering, or remove the field [INFO] [stdout] | [INFO] [stdout] 34 - String(Span), [INFO] [stdout] 34 + String(()), [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: field `0` is never read [INFO] [stdout] --> src/main.rs:35:16 [INFO] [stdout] | [INFO] [stdout] 35 | Identifier(Span), [INFO] [stdout] | ---------- ^^^^^^^^^^^^ [INFO] [stdout] | | [INFO] [stdout] | field in this variant [INFO] [stdout] | [INFO] [stdout] = note: `Node` has a derived impl for the trait `Debug`, but this is intentionally ignored during dead code analysis [INFO] [stdout] help: consider changing the field to be of unit type to suppress this warning while preserving the field numbering, or remove the field [INFO] [stdout] | [INFO] [stdout] 35 - Identifier(Span), [INFO] [stdout] 35 + Identifier(()), [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: field `items` is never read [INFO] [stdout] --> src/main.rs:46:5 [INFO] [stdout] | [INFO] [stdout] 45 | struct List { [INFO] [stdout] | ---- field in this struct [INFO] [stdout] 46 | items: Vec>>, [INFO] [stdout] | ^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: `List` has a derived impl for the trait `Debug`, but this is intentionally ignored during dead code analysis [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: field `file` is never read [INFO] [stdout] --> src/main.rs:51:5 [INFO] [stdout] | [INFO] [stdout] 50 | struct SourceFile { [INFO] [stdout] | ---------- field in this struct [INFO] [stdout] 51 | file: u16, [INFO] [stdout] | ^^^^ [INFO] [stdout] | [INFO] [stdout] = note: `SourceFile` has a derived impl for the trait `Debug`, but this is intentionally ignored during dead code analysis [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: variant `Str` is never constructed [INFO] [stdout] --> src/main.rs:94:5 [INFO] [stdout] | [INFO] [stdout] 92 | enum RuntimeValue { [INFO] [stdout] | ------------ variant in this enum [INFO] [stdout] 93 | Num(i64), [INFO] [stdout] 94 | Str(String), [INFO] [stdout] | ^^^ [INFO] [stdout] | [INFO] [stdout] = note: `RuntimeValue` has derived impls for the traits `Debug` and `Clone`, but these are intentionally ignored during dead code analysis [INFO] [stdout] [INFO] [stdout] [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" "<3 object files omitted>" "-l" "tree-sitter-lisp" "/lib/rustlib/wasm32-wasip1/lib/libpanic_abort-*.rlib" "/opt/rustwide/target/wasm32-wasip1/debug/deps/{libtree_sitter-7290c33b75a4cacf,libserde_json-ef060b6876488299,libryu-cd546fcb9d6249c7,libitoa-fb1c596af1cd3976,libserde-0d4d72a02dc8b660,libregex-e5c71729273fb422,libthread_local-054f155200bfca79,liblazy_static-36da267ce9339a94,libregex_syntax-5f140e75a36cf852,libaho_corasick-a1bb8e391778e085,libmemchr-90c10c1b01354630}.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/lisp-treesitter-8d23486deec49d29/out" "-L" "/opt/rustwide/target/wasm32-wasip1/debug/build/tree-sitter-4a4b4926859aa528/out" "-L" "/lib/rustlib/wasm32-wasip1/lib/self-contained" "-o" "/opt/rustwide/target/wasm32-wasip1/debug/deps/lisp_treesitter-f5c8d01ded6fdab4.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/lisp-treesitter-8d23486deec49d29/out/libtree-sitter-lisp.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-7290c33b75a4cacf.rlib: archive member 'lib.o' is neither Wasm object file nor LLVM bitcode [INFO] [stdout] rust-lld: warning: /opt/rustwide/target/wasm32-wasip1/debug/deps/libtree_sitter-7290c33b75a4cacf.rlib: archive member 'helper.o' is neither Wasm object file nor LLVM bitcode [INFO] [stdout] rust-lld: error: /opt/rustwide/target/wasm32-wasip1/debug/deps/lisp_treesitter-f5c8d01ded6fdab4.lisp_treesitter.6b5dc8c6262575a9-cgu.0.rcgu.o: undefined symbol: tree_sitter_lisp [INFO] [stdout] rust-lld: error: /opt/rustwide/target/wasm32-wasip1/debug/deps/lisp_treesitter-f5c8d01ded6fdab4.lisp_treesitter.6b5dc8c6262575a9-cgu.1.rcgu.o: undefined symbol: ts_parser_parse [INFO] [stdout] rust-lld: error: /opt/rustwide/target/wasm32-wasip1/debug/deps/lisp_treesitter-f5c8d01ded6fdab4.lisp_treesitter.6b5dc8c6262575a9-cgu.1.rcgu.o: undefined symbol: ts_node_child_by_field_name [INFO] [stdout] rust-lld: error: /opt/rustwide/target/wasm32-wasip1/debug/deps/libtree_sitter-7290c33b75a4cacf.rlib(tree_sitter-7290c33b75a4cacf.tree_sitter.c989f53de7647ff6-cgu.0.rcgu.o): undefined symbol: ts_parser_logger [INFO] [stdout] rust-lld: error: /opt/rustwide/target/wasm32-wasip1/debug/deps/libtree_sitter-7290c33b75a4cacf.rlib(tree_sitter-7290c33b75a4cacf.tree_sitter.c989f53de7647ff6-cgu.0.rcgu.o): undefined symbol: ts_parser_set_logger [INFO] [stdout] rust-lld: error: /opt/rustwide/target/wasm32-wasip1/debug/deps/libtree_sitter-7290c33b75a4cacf.rlib(tree_sitter-7290c33b75a4cacf.tree_sitter.c989f53de7647ff6-cgu.0.rcgu.o): undefined symbol: ts_language_version [INFO] [stdout] rust-lld: error: /opt/rustwide/target/wasm32-wasip1/debug/deps/libtree_sitter-7290c33b75a4cacf.rlib(tree_sitter-7290c33b75a4cacf.tree_sitter.c989f53de7647ff6-cgu.0.rcgu.o): undefined symbol: ts_parser_set_language [INFO] [stdout] rust-lld: error: /opt/rustwide/target/wasm32-wasip1/debug/deps/libtree_sitter-7290c33b75a4cacf.rlib(tree_sitter-7290c33b75a4cacf.tree_sitter.c989f53de7647ff6-cgu.0.rcgu.o): undefined symbol: ts_parser_print_dot_graphs [INFO] [stdout] rust-lld: error: /opt/rustwide/target/wasm32-wasip1/debug/deps/libtree_sitter-7290c33b75a4cacf.rlib(tree_sitter-7290c33b75a4cacf.tree_sitter.c989f53de7647ff6-cgu.0.rcgu.o): undefined symbol: ts_parser_new [INFO] [stdout] rust-lld: error: /opt/rustwide/target/wasm32-wasip1/debug/deps/libtree_sitter-7290c33b75a4cacf.rlib(tree_sitter-7290c33b75a4cacf.tree_sitter.c989f53de7647ff6-cgu.0.rcgu.o): undefined symbol: ts_tree_root_node [INFO] [stdout] rust-lld: error: /opt/rustwide/target/wasm32-wasip1/debug/deps/libtree_sitter-7290c33b75a4cacf.rlib(tree_sitter-7290c33b75a4cacf.tree_sitter.c989f53de7647ff6-cgu.0.rcgu.o): undefined symbol: ts_node_start_byte [INFO] [stdout] rust-lld: error: /opt/rustwide/target/wasm32-wasip1/debug/deps/libtree_sitter-7290c33b75a4cacf.rlib(tree_sitter-7290c33b75a4cacf.tree_sitter.c989f53de7647ff6-cgu.0.rcgu.o): undefined symbol: ts_node_end_byte [INFO] [stdout] rust-lld: error: /opt/rustwide/target/wasm32-wasip1/debug/deps/libtree_sitter-7290c33b75a4cacf.rlib(tree_sitter-7290c33b75a4cacf.tree_sitter.c989f53de7647ff6-cgu.0.rcgu.o): undefined symbol: ts_node_child_count [INFO] [stdout] rust-lld: error: /opt/rustwide/target/wasm32-wasip1/debug/deps/libtree_sitter-7290c33b75a4cacf.rlib(tree_sitter-7290c33b75a4cacf.tree_sitter.c989f53de7647ff6-cgu.0.rcgu.o): undefined symbol: ts_node_next_named_sibling [INFO] [stdout] rust-lld: error: /opt/rustwide/target/wasm32-wasip1/debug/deps/libtree_sitter-7290c33b75a4cacf.rlib(tree_sitter-7290c33b75a4cacf.tree_sitter.c989f53de7647ff6-cgu.0.rcgu.o): undefined symbol: ts_node_type [INFO] [stdout] rust-lld: error: /opt/rustwide/target/wasm32-wasip1/debug/deps/libtree_sitter-7290c33b75a4cacf.rlib(tree_sitter-7290c33b75a4cacf.tree_sitter.c989f53de7647ff6-cgu.0.rcgu.o): undefined symbol: ts_node_child [INFO] [stdout] rust-lld: error: /opt/rustwide/target/wasm32-wasip1/debug/deps/libtree_sitter-7290c33b75a4cacf.rlib(tree_sitter-7290c33b75a4cacf.tree_sitter.c989f53de7647ff6-cgu.0.rcgu.o): undefined symbol: ts_parser_delete [INFO] [stdout] rust-lld: error: /opt/rustwide/target/wasm32-wasip1/debug/deps/libtree_sitter-7290c33b75a4cacf.rlib(tree_sitter-7290c33b75a4cacf.tree_sitter.c989f53de7647ff6-cgu.0.rcgu.o): undefined symbol: ts_tree_delete [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] [INFO] [stderr] error: could not compile `lisp-treesitter` (bin "lisp-treesitter") due to 1 previous error; 6 warnings emitted [INFO] running `Command { std: "docker" "inspect" "f6e392c70f78255adad63bfc82e8421d49a5d3c594ebc4ce9125dc1034e3300a", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "f6e392c70f78255adad63bfc82e8421d49a5d3c594ebc4ce9125dc1034e3300a", kill_on_drop: false }` [INFO] [stdout] f6e392c70f78255adad63bfc82e8421d49a5d3c594ebc4ce9125dc1034e3300a