[INFO] cloning repository https://github.com/nichtsfrei/nasl-analyzer [INFO] running `Command { std: "git" "-c" "credential.helper=" "-c" "credential.helper=/workspace/cargo-home/bin/git-credential-null" "clone" "--bare" "https://github.com/nichtsfrei/nasl-analyzer" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fnichtsfrei%2Fnasl-analyzer", kill_on_drop: false }` [INFO] [stderr] Cloning into bare repository '/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fnichtsfrei%2Fnasl-analyzer'... [INFO] running `Command { std: "git" "rev-parse" "HEAD", kill_on_drop: false }` [INFO] [stdout] 21552ba65d46e6b275e1ea33d20981e3bc796346 [INFO] building nichtsfrei/nasl-analyzer against try#23647e694de8d0904848ad068b2e0ec2dd098c37+target=wasm32-wasip1 for pr-149868 [INFO] running `Command { std: "git" "clone" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fnichtsfrei%2Fnasl-analyzer" "/workspace/builds/worker-3-tc2/source", kill_on_drop: false }` [INFO] [stderr] Cloning into '/workspace/builds/worker-3-tc2/source'... [INFO] [stderr] done. [INFO] started tweaking git repo https://github.com/nichtsfrei/nasl-analyzer [INFO] finished tweaking git repo https://github.com/nichtsfrei/nasl-analyzer [INFO] tweaked toml for git repo https://github.com/nichtsfrei/nasl-analyzer written to /workspace/builds/worker-3-tc2/source/Cargo.toml [INFO] validating manifest of git repo https://github.com/nichtsfrei/nasl-analyzer 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/nichtsfrei/nasl-analyzer 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-3-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-3-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] 33e15f088bfa83c2d87392b2fb6477c94416c6e340be268b90d8072983b568da [INFO] running `Command { std: "docker" "start" "-a" "33e15f088bfa83c2d87392b2fb6477c94416c6e340be268b90d8072983b568da", kill_on_drop: false }` [INFO] running `Command { std: "docker" "inspect" "33e15f088bfa83c2d87392b2fb6477c94416c6e340be268b90d8072983b568da", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "33e15f088bfa83c2d87392b2fb6477c94416c6e340be268b90d8072983b568da", kill_on_drop: false }` [INFO] [stdout] 33e15f088bfa83c2d87392b2fb6477c94416c6e340be268b90d8072983b568da [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-3-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-3-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] 80c6d85f4a69bb0d929933e166ccfb80d55d7b6c788892a4c57feb2fe7659b6f [INFO] running `Command { std: "docker" "start" "-a" "80c6d85f4a69bb0d929933e166ccfb80d55d7b6c788892a4c57feb2fe7659b6f", kill_on_drop: false }` [INFO] [stderr] Compiling proc-macro2 v1.0.39 [INFO] [stderr] Compiling syn v1.0.96 [INFO] [stderr] Compiling serde_derive v1.0.137 [INFO] [stderr] Compiling memchr v2.5.0 [INFO] [stderr] Compiling serde v1.0.137 [INFO] [stderr] Compiling tree-sitter v0.20.7 [INFO] [stderr] Compiling log v0.4.17 [INFO] [stderr] Compiling tinyvec_macros v0.1.0 [INFO] [stderr] Compiling regex-syntax v0.6.26 [INFO] [stderr] Compiling tinyvec v1.6.0 [INFO] [stderr] Compiling tracing-core v0.1.28 [INFO] [stderr] Compiling matches v0.1.9 [INFO] [stderr] Compiling crossbeam-utils v0.8.9 [INFO] [stderr] Compiling serde_json v1.0.81 [INFO] [stderr] Compiling quote v1.0.18 [INFO] [stderr] Compiling aho-corasick v0.7.18 [INFO] [stderr] Compiling libc v0.2.126 [INFO] [stderr] Compiling tree-sitter-nasl v0.1.0 [INFO] [stderr] Compiling tree-sitter-c v0.20.1 [INFO] [stderr] Compiling itoa v1.0.2 [INFO] [stderr] Compiling unicode-bidi v0.3.8 [INFO] [stderr] Compiling percent-encoding v2.1.0 [INFO] [stderr] Compiling ryu v1.0.10 [INFO] [stderr] Compiling form_urlencoded v1.0.1 [INFO] [stderr] Compiling unicode-normalization v0.1.19 [INFO] [stderr] Compiling pin-project-lite v0.2.9 [INFO] [stderr] Compiling either v1.7.0 [INFO] [stderr] Compiling same-file v1.0.6 [INFO] [stderr] Compiling num_cpus v1.13.1 [INFO] [stderr] Compiling walkdir v2.3.2 [INFO] [stderr] Compiling itertools v0.10.3 [INFO] [stderr] Compiling tracing-log v0.1.3 [INFO] [stderr] Compiling crossbeam-channel v0.5.5 [INFO] [stderr] Compiling sharded-slab v0.1.4 [INFO] [stderr] Compiling thread_local v1.1.4 [INFO] [stderr] Compiling ansi_term v0.12.1 [INFO] [stderr] Compiling idna v0.2.3 [INFO] [stderr] Compiling smallvec v1.9.0 [INFO] [stderr] Compiling regex v1.5.6 [INFO] [stderr] Compiling tracing-subscriber v0.3.14 [INFO] [stderr] Compiling tracing-attributes v0.1.22 [INFO] [stderr] Compiling serde_repr v0.1.8 [INFO] [stderr] Compiling tracing v0.1.35 [INFO] [stderr] Compiling nasl v0.1.0 (/opt/rustwide/workdir/nasl) [INFO] [stdout] warning: eliding a lifetime that's named elsewhere is confusing [INFO] [stdout] --> nasl/src/interpret.rs:135:59 [INFO] [stdout] | [INFO] [stdout] 135 | pub fn includes<'a>(&'a self) -> impl Iterator + 'a { [INFO] [stdout] | -- ^^^^^^^ -- the same lifetime is named here [INFO] [stdout] | | | [INFO] [stdout] | the lifetime is named here the same lifetime is elided here [INFO] [stdout] | [INFO] [stdout] = help: the same lifetime is referred to in inconsistent ways, making the signature confusing [INFO] [stdout] = note: `#[warn(mismatched_lifetime_syntaxes)]` on by default [INFO] [stdout] help: consistently use `'a` [INFO] [stdout] | [INFO] [stdout] 135 | pub fn includes<'a>(&'a self) -> impl Iterator + 'a { [INFO] [stdout] | ++ [INFO] [stdout] [INFO] [stdout] [INFO] [stderr] Compiling url v2.2.2 [INFO] [stderr] Compiling lsp-types v0.93.0 [INFO] [stderr] Compiling lsp-server v0.6.0 [INFO] [stderr] Compiling nasl-analyzer v0.1.0 (/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" "<17 object files omitted>" "/lib/rustlib/wasm32-wasip1/lib/libpanic_abort-*.rlib" "/opt/rustwide/target/wasm32-wasip1/debug/deps/{libtracing_subscriber-b896ec8657f387b1,libsmallvec-b56c233bdbf92a8b,libansi_term-e6505b9a6cac2ba7,libthread_local-caaa10ef4c08c4d3,libsharded_slab-2f8e5150dc92706c,libtracing_log-69677ed75ed323a8,liblazy_static-36da267ce9339a94,libnasl-6794f80b0436e711,libtree_sitter_c-8ce46c8910275ede,libtree_sitter_nasl-a00da662d245b690,libtracing-c4acae822efd2b11,libpin_project_lite-ed8e8f978657eea7,libtracing_core-ba4567df136f02f5,liblsp_server-e9a4a7b0e79ac99f,liblog-c14c66ef183ceced,libcrossbeam_channel-8410ba2a4d13f944,libcrossbeam_utils-8d5ecda03cc34f58,libonce_cell-fda9a7a5bf2cc4ba,libcfg_if-50b02a9e3502ecf2,libtree_sitter-d34d3ea724b17e35,libregex-b556e8de8f557b36,libaho_corasick-216c86f2849d20a1,libmemchr-b559ff6c4bd2cfb8,libregex_syntax-e68d2006078b37fb,liblsp_types-cc70bfd28d71c7f6,liburl-d6f6c96dd1d81c7d,libidna-d4549b412631f490,libunicode_normalization-3f6a2794c68537fb,libtinyvec-bff92a82227053fb,libtinyvec_macros-ff4c1336287d63b1,libunicode_bidi-911a76bf49ab7c36,libform_urlencoded-1b4b0f030aef2437,libpercent_encoding-8efcb70eb2ff38b2,libmatches-8b09f2c141a7a003,libserde_json-3e25afbd2d0ce975,libryu-532612ec2f9fcdf5,libitoa-e6d4309df0be0b3b,libserde-df5c63fdf190abbf,libbitflags-15e3d67e03629ffa}.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-02ddda979018f1ee/out" "-L" "/opt/rustwide/target/wasm32-wasip1/debug/build/tree-sitter-c-2d6758d79f944d40/out" "-L" "/opt/rustwide/target/wasm32-wasip1/debug/build/tree-sitter-nasl-1d8d64c5e3767b2c/out" "-L" "/lib/rustlib/wasm32-wasip1/lib/self-contained" "-o" "/opt/rustwide/target/wasm32-wasip1/debug/deps/nasl_analyzer-4dd0c4b6db1033e2.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/deps/libtree_sitter_c-8ce46c8910275ede.rlib: 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_nasl-a00da662d245b690.rlib: 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_nasl-a00da662d245b690.rlib: archive member 'scanner.o' is neither Wasm object file nor LLVM bitcode [INFO] [stdout] rust-lld: warning: /opt/rustwide/target/wasm32-wasip1/debug/deps/libtree_sitter-d34d3ea724b17e35.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/libnasl-6794f80b0436e711.rlib(nasl-6794f80b0436e711.nasl.3cb5bec90bf4d5b9-cgu.1.rcgu.o): undefined symbol: ts_parser_parse [INFO] [stdout] rust-lld: error: /opt/rustwide/target/wasm32-wasip1/debug/deps/libnasl-6794f80b0436e711.rlib(nasl-6794f80b0436e711.nasl.3cb5bec90bf4d5b9-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_c-8ce46c8910275ede.rlib(tree_sitter_c-8ce46c8910275ede.tree_sitter_c.c69da39044c51f18-cgu.0.rcgu.o): undefined symbol: tree_sitter_c [INFO] [stdout] rust-lld: error: /opt/rustwide/target/wasm32-wasip1/debug/deps/libtree_sitter_nasl-a00da662d245b690.rlib(tree_sitter_nasl-a00da662d245b690.tree_sitter_nasl.5a0d7846c663b03-cgu.0.rcgu.o): undefined symbol: tree_sitter_nasl [INFO] [stdout] rust-lld: error: /opt/rustwide/target/wasm32-wasip1/debug/deps/libtree_sitter-d34d3ea724b17e35.rlib(tree_sitter-d34d3ea724b17e35.tree_sitter.5fa91254da27d074-cgu.2.rcgu.o): undefined symbol: ts_parser_logger [INFO] [stdout] rust-lld: error: /opt/rustwide/target/wasm32-wasip1/debug/deps/libtree_sitter-d34d3ea724b17e35.rlib(tree_sitter-d34d3ea724b17e35.tree_sitter.5fa91254da27d074-cgu.2.rcgu.o): undefined symbol: ts_parser_set_logger [INFO] [stdout] rust-lld: error: /opt/rustwide/target/wasm32-wasip1/debug/deps/libtree_sitter-d34d3ea724b17e35.rlib(tree_sitter-d34d3ea724b17e35.tree_sitter.5fa91254da27d074-cgu.2.rcgu.o): undefined symbol: ts_parser_set_language [INFO] [stdout] rust-lld: error: /opt/rustwide/target/wasm32-wasip1/debug/deps/libtree_sitter-d34d3ea724b17e35.rlib(tree_sitter-d34d3ea724b17e35.tree_sitter.5fa91254da27d074-cgu.2.rcgu.o): undefined symbol: ts_language_version [INFO] [stdout] rust-lld: error: /opt/rustwide/target/wasm32-wasip1/debug/deps/libtree_sitter-d34d3ea724b17e35.rlib(tree_sitter-d34d3ea724b17e35.tree_sitter.5fa91254da27d074-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-d34d3ea724b17e35.rlib(tree_sitter-d34d3ea724b17e35.tree_sitter.5fa91254da27d074-cgu.2.rcgu.o): undefined symbol: ts_parser_new [INFO] [stdout] rust-lld: error: /opt/rustwide/target/wasm32-wasip1/debug/deps/libtree_sitter-d34d3ea724b17e35.rlib(tree_sitter-d34d3ea724b17e35.tree_sitter.5fa91254da27d074-cgu.2.rcgu.o): undefined symbol: ts_tree_root_node [INFO] [stdout] rust-lld: error: /opt/rustwide/target/wasm32-wasip1/debug/deps/libtree_sitter-d34d3ea724b17e35.rlib(tree_sitter-d34d3ea724b17e35.tree_sitter.5fa91254da27d074-cgu.2.rcgu.o): undefined symbol: ts_tree_cursor_new [INFO] [stdout] rust-lld: error: /opt/rustwide/target/wasm32-wasip1/debug/deps/libtree_sitter-d34d3ea724b17e35.rlib(tree_sitter-d34d3ea724b17e35.tree_sitter.5fa91254da27d074-cgu.2.rcgu.o): undefined symbol: ts_node_start_byte [INFO] [stdout] rust-lld: error: /opt/rustwide/target/wasm32-wasip1/debug/deps/libtree_sitter-d34d3ea724b17e35.rlib(tree_sitter-d34d3ea724b17e35.tree_sitter.5fa91254da27d074-cgu.2.rcgu.o): undefined symbol: ts_node_end_byte [INFO] [stdout] rust-lld: error: /opt/rustwide/target/wasm32-wasip1/debug/deps/libtree_sitter-d34d3ea724b17e35.rlib(tree_sitter-d34d3ea724b17e35.tree_sitter.5fa91254da27d074-cgu.2.rcgu.o): undefined symbol: ts_node_child_count [INFO] [stdout] rust-lld: error: /opt/rustwide/target/wasm32-wasip1/debug/deps/libtree_sitter-d34d3ea724b17e35.rlib(tree_sitter-d34d3ea724b17e35.tree_sitter.5fa91254da27d074-cgu.2.rcgu.o): undefined symbol: ts_node_named_child [INFO] [stdout] rust-lld: error: /opt/rustwide/target/wasm32-wasip1/debug/deps/libtree_sitter-d34d3ea724b17e35.rlib(tree_sitter-d34d3ea724b17e35.tree_sitter.5fa91254da27d074-cgu.2.rcgu.o): undefined symbol: ts_node_end_point [INFO] [stdout] rust-lld: error: /opt/rustwide/target/wasm32-wasip1/debug/deps/libtree_sitter-d34d3ea724b17e35.rlib(tree_sitter-d34d3ea724b17e35.tree_sitter.5fa91254da27d074-cgu.2.rcgu.o): undefined symbol: ts_tree_cursor_reset [INFO] [stdout] rust-lld: error: /opt/rustwide/target/wasm32-wasip1/debug/deps/libtree_sitter-d34d3ea724b17e35.rlib(tree_sitter-d34d3ea724b17e35.tree_sitter.5fa91254da27d074-cgu.2.rcgu.o): undefined symbol: ts_tree_cursor_goto_first_child [INFO] [stdout] rust-lld: error: /opt/rustwide/target/wasm32-wasip1/debug/deps/libtree_sitter-d34d3ea724b17e35.rlib(tree_sitter-d34d3ea724b17e35.tree_sitter.5fa91254da27d074-cgu.2.rcgu.o): undefined symbol: ts_node_named_child_count [INFO] [stdout] rust-lld: error: too many errors emitted, stopping now (use -error-limit=0 to see all errors) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] [INFO] [stderr] error: could not compile `nasl-analyzer` (bin "nasl-analyzer") due to 1 previous error [INFO] running `Command { std: "docker" "inspect" "80c6d85f4a69bb0d929933e166ccfb80d55d7b6c788892a4c57feb2fe7659b6f", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "80c6d85f4a69bb0d929933e166ccfb80d55d7b6c788892a4c57feb2fe7659b6f", kill_on_drop: false }` [INFO] [stdout] 80c6d85f4a69bb0d929933e166ccfb80d55d7b6c788892a4c57feb2fe7659b6f