Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

ast-grep: 0.12.5 -> 0.13.1 #267851

Merged
merged 1 commit into from
Nov 16, 2023
Merged

ast-grep: 0.12.5 -> 0.13.1 #267851

merged 1 commit into from
Nov 16, 2023

Conversation

arathunku
Copy link
Contributor

Description of changes

CHANGELOG

Things done

  • Built on platform(s)
    • x86_64-linux
    • aarch64-linux
    • x86_64-darwin
    • aarch64-darwin
  • For non-Linux: Is sandboxing enabled in nix.conf? (See Nix manual)
    • sandbox = relaxed
    • sandbox = true
  • Tested, as applicable:
  • Tested compilation of all packages that depend on this change using nix-shell -p nixpkgs-review --run "nixpkgs-review rev HEAD". Note: all changes have to be committed, also see nixpkgs-review usage
  • Tested basic functionality of all binary files (usually in ./result/bin/)
  • 23.11 Release Notes (or backporting 23.05 Release notes)
    • (Package updates) Added a release notes entry if the change is major or breaking
    • (Module updates) Added a release notes entry if the change is significant
    • (Module addition) Added a release notes entry if adding a new NixOS module
  • Fits CONTRIBUTING.md.

@alanpearce
Copy link
Contributor

Result of nixpkgs-review pr 267851 run on aarch64-darwin 1

1 package built:
  • ast-grep

Binary seems to run normally

@cafkafk
Copy link
Member

cafkafk commented Nov 16, 2023

Result of nixpkgs-review pr 267851 run on x86_64-linux 1

1 package built:
  • ast-grep

@delroth delroth added 12.approvals: 1 This PR was reviewed and approved by one reputable person 12.approved-by: package-maintainer This PR was reviewed and approved by a maintainer listed in the package labels Nov 16, 2023
@arathunku
Copy link
Contributor Author

@cafkafk @alanpearce thank you!!!

@marsam marsam merged commit 779a9a7 into NixOS:master Nov 16, 2023
14 of 15 checks passed
@arathunku arathunku deleted the ast-grep-v0.13.1 branch November 16, 2023 12:51
@eth3lbert
Copy link
Contributor

Does not build on aarch64-darwin with clang 16, probably related to #166205.

@nix { "action": "setPhase", "phase": "unpackPhase" }
unpacking sources
unpacking source archive /nix/store/vz2yaqbz6rzwcvx7kkdnby7q9ra5zssy-source
source root is source
Executing cargoSetupPostUnpackHook
unpacking source archive /nix/store/26gpsv3rm3yvpzfwfkk89nchp1486dah-ast-grep-0.13.1-vendor.tar.gz
Finished cargoSetupPostUnpackHook
@nix { "action": "setPhase", "phase": "patchPhase" }
patching sources
Executing cargoSetupPostPatchHook
Validating consistency between /private/tmp/nix-build-ast-grep-0.13.1.drv-0/source/Cargo.lock and /private/tmp/nix-build-ast-grep-0.13.1.drv-0/ast-grep-0.13.1-vendor.tar.gz/Cargo.lock
Finished cargoSetupPostPatchHook
@nix { "action": "setPhase", "phase": "updateAutotoolsGnuConfigScriptsPhase" }
updateAutotoolsGnuConfigScriptsPhase
@nix { "action": "setPhase", "phase": "configurePhase" }
configuring
@nix { "action": "setPhase", "phase": "buildPhase" }
building
Executing cargoBuildHook
++ env CC_AARCH64_APPLE_DARWIN=/nix/store/3fpl3hs6ii820yxp0rbafx5phnmj8ng7-clang-wrapper-16.0.6/bin/cc CXX_AARCH64_APPLE_DARWIN=/nix/store/3fpl3hs6ii820yxp0rbafx5phnmj8ng7-clang-wrapper-16.0.6/bin/c++ CARGO_TARGET_AARCH64_APPLE_DARWIN_LINKER=/nix/store/3fpl3hs6ii820yxp0rbafx5phnmj8ng7-clang-wrapper-16.0.6/bin/cc CC_AARCH64_APPLE_DARWIN=/nix/store/3fpl3hs6ii820yxp0rbafx5phnmj8ng7-clang-wrapper-16.0.6/bin/cc CXX_AARCH64_APPLE_DARWIN=/nix/store/3fpl3hs6ii820yxp0rbafx5phnmj8ng7-clang-wrapper-16.0.6/bin/c++ CARGO_TARGET_AARCH64_APPLE_DARWIN_LINKER=/nix/store/3fpl3hs6ii820yxp0rbafx5phnmj8ng7-clang-wrapper-16.0.6/bin/cc CARGO_BUILD_TARGET=aarch64-apple-darwin HOST_CC=/nix/store/3fpl3hs6ii820yxp0rbafx5phnmj8ng7-clang-wrapper-16.0.6/bin/cc HOST_CXX=/nix/store/3fpl3hs6ii820yxp0rbafx5phnmj8ng7-clang-wrapper-16.0.6/bin/c++ cargo build -j 8 --target aarch64-apple-darwin --frozen --profile release
warning: some crates are on edition 2021 which defaults to `resolver = "2"`, but virtual workspaces default to `resolver = "1"`
note: to keep the current resolver, specify `workspace.resolver = "1"` in the workspace root's manifest
note: to use the edition 2021 resolver, specify `workspace.resolver = "2"` in the workspace root's manifest
   Compiling libc v0.2.140
   Compiling proc-macro2 v1.0.63
   Compiling unicode-ident v1.0.1
   Compiling quote v1.0.29
   Compiling memchr v2.6.3
   Compiling syn v1.0.98
   Compiling regex-syntax v0.8.2
   Compiling cfg-if v1.0.0
   Compiling log v0.4.17
   Compiling autocfg v1.1.0
   Compiling serde v1.0.190
   Compiling aho-corasick v1.0.2
   Compiling once_cell v1.18.0
   Compiling wasm-bindgen-shared v0.2.83
   Compiling cc v1.0.83
   Compiling syn v2.0.32
   Compiling bumpalo v3.10.0
   Compiling thiserror v1.0.50
   Compiling wasm-bindgen v0.2.83
   Compiling itoa v1.0.3
   Compiling ryu v1.0.10
   Compiling serde_json v1.0.108
   Compiling regex-automata v0.4.3
   Compiling lock_api v0.4.10
   Compiling regex-automata v0.3.9
   Compiling tree-sitter v0.20.10
   Compiling parking_lot_core v0.9.8
   Compiling futures-core v0.3.23
   Compiling version_check v0.9.4
   Compiling bstr v1.6.0
   Compiling fnv v1.0.7
   Compiling scopeguard v1.1.0
   Compiling bit-vec v0.6.3
   Compiling smallvec v1.9.0
   Compiling hashbrown v0.14.0
   Compiling pin-project-lite v0.2.9
   Compiling regex v1.10.2
   Compiling bit-set v0.5.3
   Compiling globset v0.4.13
   Compiling wasm-bindgen-backend v0.2.83
   Compiling slab v0.4.7
   Compiling serde_derive v1.0.190
   Compiling thiserror-impl v1.0.50
   Compiling wasm-bindgen-macro-support v0.2.83
   Compiling futures-channel v0.3.23
   Compiling tinyvec_macros v0.1.0
   Compiling anyhow v1.0.75
   Compiling futures-sink v0.3.23
   Compiling futures-task v0.3.23
   Compiling tinyvec v1.6.0
   Compiling wasm-bindgen-macro v0.2.83
   Compiling serde_derive_internals v0.26.0
   Compiling proc-macro-error-attr v1.0.4
   Compiling equivalent v1.0.0
   Compiling futures-util v0.3.23
   Compiling dyn-clone v1.0.11
   Compiling lazy_static v1.4.0
   Compiling matches v0.1.9
   Compiling signal-hook v0.3.17
   Compiling schemars v0.8.16
   Compiling same-file v1.0.6
   Compiling walkdir v2.3.2
   Compiling schemars_derive v0.8.16
   Compiling unicode-normalization v0.1.21
   Compiling tree-sitter-facade-sg v0.9.2
   Compiling indexmap v2.0.0
   Compiling ast-grep-core v0.13.1 (/private/tmp/nix-build-ast-grep-0.13.1.drv-0/source/crates/core)
   Compiling futures-macro v0.3.23
   Compiling proc-macro-error v1.0.4
   Compiling tree-sitter-javascript v0.20.1
   Compiling tree-sitter-typescript v0.20.3
   Compiling tree-sitter-css v0.19.0
   Compiling tree-sitter-html v0.19.0
   Compiling signal-hook-registry v1.4.0
   Compiling thread_local v1.1.4
   Compiling tokio v1.20.1
   Compiling bitflags v1.3.2
   Compiling pin-utils v0.1.0
   Compiling unicode-bidi v0.3.8
   Compiling futures-io v0.3.23
   Compiling percent-encoding v2.1.0
   Compiling utf8parse v0.2.1
   Compiling unsafe-libyaml v0.2.7
   Compiling anstyle-parse v0.2.0
   Compiling form_urlencoded v1.0.1
   Compiling idna v0.2.3
   Compiling ignore v0.4.20
   Compiling serde_yaml v0.9.27
   Compiling tracing-attributes v0.1.23
   Compiling pin-project-internal v1.0.12
   Compiling tree-sitter-lua v0.0.19
   Compiling tree-sitter-json v0.20.1
   Compiling tree-sitter-scala v0.20.2
   Compiling ast-grep-tree-sitter-c-sharp v0.20.0
   Compiling tree-sitter-go v0.19.1
   Compiling tree-sitter-java v0.20.2
   Compiling tree-sitter-ruby v0.20.0
   Compiling tree-sitter-thrift v0.5.0
   Compiling tree-sitter-swift v0.3.6
   Compiling tree-sitter-c v0.20.6
   Compiling tree-sitter-dart v0.0.3
   Compiling tree-sitter-python v0.20.3
   Compiling tree-sitter-cpp v0.20.3
   Compiling tree-sitter-rust v0.20.4
   Compiling tree-sitter-kotlin v0.3.1
   Compiling mio v0.8.4
   Compiling num_cpus v1.16.0
   Compiling tracing-core v0.1.29
   Compiling anstyle-query v1.0.0
   Compiling bytes v1.2.1
   Compiling colorchoice v1.0.0
   Compiling anstyle v1.0.0
   Compiling async-trait v0.1.57
   Compiling httparse v1.8.0
   Compiling anstream v0.6.4
   Compiling tracing v0.1.36
   Compiling signal-hook-mio v0.2.3
   Compiling pin-project v1.0.12
   Compiling ast-grep-config v0.13.1 (/private/tmp/nix-build-ast-grep-0.13.1.drv-0/source/crates/config)
   Compiling url v2.2.2
   Compiling serde_repr v0.1.9
   Compiling parking_lot v0.12.1
   Compiling bitflags v2.3.3
   Compiling strsim v0.10.0
   Compiling heck v0.4.0
   Compiling tower-layer v0.3.1
   Compiling tower-service v0.3.2
   Compiling clap_lex v0.6.0
   Compiling tower v0.4.13
   Compiling clap_builder v4.4.8
   Compiling clap_derive v4.4.7
   Compiling lsp-types v0.94.1
   Compiling auto_impl v1.0.1
   Compiling tokio-util v0.7.3
   Compiling futures v0.3.23
   Compiling tower-lsp-macros v0.9.0
   Compiling dashmap v5.5.3
   Compiling unicode-width v0.1.9
   Compiling semver v1.0.17
   Compiling unicode-segmentation v1.10.0
   Compiling clap v4.4.8
   Compiling crossterm v0.25.0
   Compiling libloading v0.8.0
   Compiling newline-converter v0.2.2
   Compiling termcolor v1.1.3
   Compiling ast-grep-dynamic v0.13.1 (/private/tmp/nix-build-ast-grep-0.13.1.drv-0/source/crates/dynamic)
   Compiling convert_case v0.6.0
   Compiling inquire v0.6.2
   Compiling codespan-reporting v0.11.1
   Compiling clap_complete v4.4.4
   Compiling crossterm v0.27.0
   Compiling atty v0.2.14
   Compiling napi-build v2.0.1
   Compiling similar v2.3.0
   Compiling ansi_term v0.12.1
   Compiling ast-grep-napi v0.13.1 (/private/tmp/nix-build-ast-grep-0.13.1.drv-0/source/crates/napi)
   Compiling ctor v0.2.0
   Compiling napi-sys v2.3.0
   Compiling napi-derive-backend v1.0.54
   Compiling napi v2.14.0
   Compiling napi-derive v2.14.1
   Compiling ast-grep-language v0.13.1 (/private/tmp/nix-build-ast-grep-0.13.1.drv-0/source/crates/language)
   Compiling ast-grep-py v0.13.1 (/private/tmp/nix-build-ast-grep-0.13.1.drv-0/source/crates/pyo3)
   Compiling tower-lsp v0.20.0
   Compiling ast-grep-lsp v0.13.1 (/private/tmp/nix-build-ast-grep-0.13.1.drv-0/source/crates/lsp)
   Compiling ast-grep v0.13.1 (/private/tmp/nix-build-ast-grep-0.13.1.drv-0/source/crates/cli)
error: linking with `/nix/store/3fpl3hs6ii820yxp0rbafx5phnmj8ng7-clang-wrapper-16.0.6/bin/cc` failed: exit status: 1
  |
  = note: LC_ALL="C" PATH="/nix/store/2jdssgjk1i4gjz4w9k8nz3831wq7sxdw-rustc-1.73.0/lib/rustlib/aarch64-apple-darwin/bin:/nix/store/46zkgqp0wk7rwd2n7paa561ch5xjkkyz-cargo-1.73.0/bin:/nix/store/51dr5rx4c63z1h9qqlwpfnv73xg8kij6-cargo-auditable-0.6.1/bin:/nix/store/nghmh9gq10i38c696k1114iq1gcm84q0-auditable-cargo-1.73.0/bin:/nix/store/46zkgqp0wk7rwd2n7paa561ch5xjkkyz-cargo-1.73.0/bin:/nix/store/2jdssgjk1i4gjz4w9k8nz3831wq7sxdw-rustc-1.73.0/bin:/nix/store/3fpl3hs6ii820yxp0rbafx5phnmj8ng7-clang-wrapper-16.0.6/bin:/nix/store/a5v30qll5i02vr9y97bk1rdx3mm6kvlm-clang-16.0.6/bin:/nix/store/h0fgpyxfav7ybnw5sdg8jpyv9f95x4w0-coreutils-9.3/bin:/nix/store/ydcx9rj4gf3dxm1kc0lx7l5d5vrjdwp2-cctools-binutils-darwin-wrapper-16.0.6-973.0.1/bin:/nix/store/vpnp0c420cjmx82g05jq3nm5skdrblvk-cctools-binutils-darwin-16.0.6-973.0.1/bin:/nix/store/h0fgpyxfav7ybnw5sdg8jpyv9f95x4w0-coreutils-9.3/bin:/nix/store/zr6klxfjzpdr2674ly1f4fix7ig57mjr-findutils-4.9.0/bin:/nix/store/94j70ziq1zp2mj0fs2fzi49j7q3mdhba-diffutils-3.10/bin:/nix/store/nddzbf5pifm77kksh25xwiy2g9kqqm9f-gnused-4.9/bin:/nix/store/98v0v3bwzgkcwsz4anjip62d2k3gz352-gnugrep-3.11/bin:/nix/store/blggp459hvq6swvr8nlxblkdn7ayw8y7-gawk-5.2.2/bin:/nix/store/g9z0hg6snhg5834p14yw4bx6ilcffr8b-gnutar-1.35/bin:/nix/store/6g3nq5hply5p2v3xzlg0i9qqgzr30w1d-gzip-1.13/bin:/nix/store/dq6dsprg57r5wqlc4yzcnkbfxdhfcd3f-bzip2-1.0.8-bin/bin:/nix/store/6kxdgmbgwdq4y42r9qhgdky312v5d7x0-gnumake-4.4.1/bin:/nix/store/x1xxsh1gp6y389hyl40a0i74dkxiprl7-bash-5.2-p15/bin:/nix/store/j34fimsig5s1zsf2f5dkw9a8sv5zpskg-patch-2.7.6/bin:/nix/store/96bznf6bjdghshgj3a2hm16gk3nngbcx-xz-5.4.4-bin/bin:/nix/store/ckbx2qla8zxic5k2d549qdhkbwrpa4q6-file-5.45/bin" VSLANG="1033" ZERO_AR_DATE="1" "/nix/store/3fpl3hs6ii820yxp0rbafx5phnmj8ng7-clang-wrapper-16.0.6/bin/cc" "-arch" "arm64" "/private/tmp/nix-build-ast-grep-0.13.1.drv-0/rustcLn2qMA/symbols.o" "/private/tmp/nix-build-ast-grep-0.13.1.drv-0/source/target/aarch64-apple-darwin/release/deps/sg-0af988f2a2334b24.sg.4299716be9ce6916-cgu.0.rcgu.o" "-L" "/private/tmp/nix-build-ast-grep-0.13.1.drv-0/source/target/aarch64-apple-darwin/release/deps" "-L" "/private/tmp/nix-build-ast-grep-0.13.1.drv-0/source/target/release/deps" "-L" "/private/tmp/nix-build-ast-grep-0.13.1.drv-0/source/target/aarch64-apple-darwin/release/build/tree-sitter-c15c65aac2d8b064/out" "-L" "/private/tmp/nix-build-ast-grep-0.13.1.drv-0/source/target/aarch64-apple-darwin/release/build/ast-grep-tree-sitter-c-sharp-7fea713323cf83af/out" "-L" "/private/tmp/nix-build-ast-grep-0.13.1.drv-0/source/target/aarch64-apple-darwin/release/build/tree-sitter-c-a6ec9179a4fc78ff/out" "-L" "/private/tmp/nix-build-ast-grep-0.13.1.drv-0/source/target/aarch64-apple-darwin/release/build/tree-sitter-cpp-8f841a1bc03c26f8/out" "-L" "/private/tmp/nix-build-ast-grep-0.13.1.drv-0/source/target/aarch64-apple-darwin/release/build/tree-sitter-css-9f0d0cb55f4aae94/out" "-L" "/private/tmp/nix-build-ast-grep-0.13.1.drv-0/source/target/aarch64-apple-darwin/release/build/tree-sitter-dart-320dd4387b3b55ec/out" "-L" "/private/tmp/nix-build-ast-grep-0.13.1.drv-0/source/target/aarch64-apple-darwin/release/build/tree-sitter-go-3849bc7051cbeb94/out" "-L" "/private/tmp/nix-build-ast-grep-0.13.1.drv-0/source/target/aarch64-apple-darwin/release/build/tree-sitter-html-3a8c98f89b24af92/out" "-L" "/private/tmp/nix-build-ast-grep-0.13.1.drv-0/source/target/aarch64-apple-darwin/release/build/tree-sitter-html-3a8c98f89b24af92/out" "-L" "/private/tmp/nix-build-ast-grep-0.13.1.drv-0/source/target/aarch64-apple-darwin/release/build/tree-sitter-java-14436c080c723c99/out" "-L" "/private/tmp/nix-build-ast-grep-0.13.1.drv-0/source/target/aarch64-apple-darwin/release/build/tree-sitter-javascript-50bc4d8e1a3fd8a6/out" "-L" "/private/tmp/nix-build-ast-grep-0.13.1.drv-0/source/target/aarch64-apple-darwin/release/build/tree-sitter-json-3b54f590462b2e3f/out" "-L" "/private/tmp/nix-build-ast-grep-0.13.1.drv-0/source/target/aarch64-apple-darwin/release/build/tree-sitter-kotlin-cb7d0864efe3902b/out" "-L" "/private/tmp/nix-build-ast-grep-0.13.1.drv-0/source/target/aarch64-apple-darwin/release/build/tree-sitter-lua-aa815c01d928ba94/out" "-L" "/private/tmp/nix-build-ast-grep-0.13.1.drv-0/source/target/aarch64-apple-darwin/release/build/tree-sitter-python-ddcf1ddf27f39508/out" "-L" "/private/tmp/nix-build-ast-grep-0.13.1.drv-0/source/target/aarch64-apple-darwin/release/build/tree-sitter-ruby-5a8fadd9f8fcb5bb/out" "-L" "/private/tmp/nix-build-ast-grep-0.13.1.drv-0/source/target/aarch64-apple-darwin/release/build/tree-sitter-ruby-5a8fadd9f8fcb5bb/out" "-L" "/private/tmp/nix-build-ast-grep-0.13.1.drv-0/source/target/aarch64-apple-darwin/release/build/tree-sitter-rust-9b78ed550daccaaa/out" "-L" "/private/tmp/nix-build-ast-grep-0.13.1.drv-0/source/target/aarch64-apple-darwin/release/build/tree-sitter-scala-78bdee0cf69211b9/out" "-L" "/private/tmp/nix-build-ast-grep-0.13.1.drv-0/source/target/aarch64-apple-darwin/release/build/tree-sitter-swift-ea708a56bab9fa72/out" "-L" "/private/tmp/nix-build-ast-grep-0.13.1.drv-0/source/target/aarch64-apple-darwin/release/build/tree-sitter-thrift-95324cb06a12964e/out" "-L" "/private/tmp/nix-build-ast-grep-0.13.1.drv-0/source/target/aarch64-apple-darwin/release/build/tree-sitter-typescript-cf520751b2cb50b9/out" "-L" "/nix/store/2jdssgjk1i4gjz4w9k8nz3831wq7sxdw-rustc-1.73.0/lib/rustlib/aarch64-apple-darwin/lib" "/private/tmp/nix-build-ast-grep-0.13.1.drv-0/rustcLn2qMA/libtree_sitter_typescript-73f27a572b709edc.rlib" "/private/tmp/nix-build-ast-grep-0.13.1.drv-0/rustcLn2qMA/libtree_sitter_thrift-21de561713e38a22.rlib" "/private/tmp/nix-build-ast-grep-0.13.1.drv-0/rustcLn2qMA/libtree_sitter_swift-0129aa47622d9c7b.rlib" "/private/tmp/nix-build-ast-grep-0.13.1.drv-0/rustcLn2qMA/libtree_sitter_scala-929c29276ca11dcf.rlib" "/private/tmp/nix-build-ast-grep-0.13.1.drv-0/rustcLn2qMA/libtree_sitter_rust-90bbf61b67f64f2d.rlib" "/private/tmp/nix-build-ast-grep-0.13.1.drv-0/rustcLn2qMA/libtree_sitter_ruby-24bb7091421833de.rlib" "/private/tmp/nix-build-ast-grep-0.13.1.drv-0/rustcLn2qMA/libtree_sitter_python-9903b18de4a62b00.rlib" "/private/tmp/nix-build-ast-grep-0.13.1.drv-0/rustcLn2qMA/libtree_sitter_lua-402a40d8982759ae.rlib" "/private/tmp/nix-build-ast-grep-0.13.1.drv-0/rustcLn2qMA/libtree_sitter_kotlin-6ccc5ed38787b885.rlib" "/private/tmp/nix-build-ast-grep-0.13.1.drv-0/rustcLn2qMA/libtree_sitter_json-67a78020932f520b.rlib" "/private/tmp/nix-build-ast-grep-0.13.1.drv-0/rustcLn2qMA/libtree_sitter_javascript-d21ef139db3aa7e0.rlib" "/private/tmp/nix-build-ast-grep-0.13.1.drv-0/rustcLn2qMA/libtree_sitter_java-9dd437b34bddc607.rlib" "/private/tmp/nix-build-ast-grep-0.13.1.drv-0/rustcLn2qMA/libtree_sitter_html-a52069fd64ae12a2.rlib" "/private/tmp/nix-build-ast-grep-0.13.1.drv-0/rustcLn2qMA/libtree_sitter_go-af2ac8e3186df9b7.rlib" "/private/tmp/nix-build-ast-grep-0.13.1.drv-0/rustcLn2qMA/libtree_sitter_dart-e6fe24e5b2868cfa.rlib" "/private/tmp/nix-build-ast-grep-0.13.1.drv-0/rustcLn2qMA/libtree_sitter_css-75d3d2e4e07e4f99.rlib" "/private/tmp/nix-build-ast-grep-0.13.1.drv-0/rustcLn2qMA/libast_grep_tree_sitter_c_sharp-77d5aeb9ed3aedc1.rlib" "/private/tmp/nix-build-ast-grep-0.13.1.drv-0/rustcLn2qMA/libtree_sitter_cpp-ceed6c2cad3ffeee.rlib" "/private/tmp/nix-build-ast-grep-0.13.1.drv-0/rustcLn2qMA/libtree_sitter_c-66571652c4d3134b.rlib" "/private/tmp/nix-build-ast-grep-0.13.1.drv-0/rustcLn2qMA/libtree_sitter-9ed7cfcd7b5b685f.rlib" "/nix/store/2jdssgjk1i4gjz4w9k8nz3831wq7sxdw-rustc-1.73.0/lib/rustlib/aarch64-apple-darwin/lib/libcompiler_builtins-78f1c670fe956725.rlib" "-liconv" "-lc++" "-lc++" "-lSystem" "-lc" "-lm" "-L" "/nix/store/2jdssgjk1i4gjz4w9k8nz3831wq7sxdw-rustc-1.73.0/lib/rustlib/aarch64-apple-darwin/lib" "-o" "/private/tmp/nix-build-ast-grep-0.13.1.drv-0/source/target/aarch64-apple-darwin/release/deps/sg-0af988f2a2334b24" "-Wl,-dead_strip" "-nodefaultlibs" "/private/tmp/nix-build-ast-grep-0.13.1.drv-0/source/target/aarch64-apple-darwin/release/deps/sg_audit_data.o" "-Wl,-u,_AUDITABLE_VERSION_INFO"
  = note: Undefined symbols for architecture arm64:
            "std::length_error::~length_error()", referenced from:
                std::__1::__throw_length_error[abi:v160006](char const*) in libtree_sitter_html-a52069fd64ae12a2.rlib(scanner.o)
            "___cxa_allocate_exception", referenced from:
                std::__throw_bad_array_new_length[abi:v160006]() in libtree_sitter_html-a52069fd64ae12a2.rlib(scanner.o)
                std::__1::__throw_length_error[abi:v160006](char const*) in libtree_sitter_html-a52069fd64ae12a2.rlib(scanner.o)
            "___cxa_free_exception", referenced from:
                std::__1::__throw_length_error[abi:v160006](char const*) in libtree_sitter_html-a52069fd64ae12a2.rlib(scanner.o)
            "vtable for std::length_error", referenced from:
                std::length_error::length_error[abi:v160006](char const*) in libtree_sitter_html-a52069fd64ae12a2.rlib(scanner.o)
            NOTE: a missing vtable usually means the first non-inline virtual member function has no definition.
            "operator delete(void*)", referenced from:
                get_tag_map() in libtree_sitter_html-a52069fd64ae12a2.rlib(scanner.o)
                _tree_sitter_html_external_scanner_scan in libtree_sitter_html-a52069fd64ae12a2.rlib(scanner.o)
                _tree_sitter_html_external_scanner_deserialize in libtree_sitter_html-a52069fd64ae12a2.rlib(scanner.o)
                _tree_sitter_html_external_scanner_destroy in libtree_sitter_html-a52069fd64ae12a2.rlib(scanner.o)
                (anonymous namespace)::Scanner::scan_implicit_end_tag(TSLexer*) in libtree_sitter_html-a52069fd64ae12a2.rlib(scanner.o)
                void std::__1::vector<Tag, std::__1::allocator<Tag>>::__push_back_slow_path<Tag const&>(Tag const&) in libtree_sitter_html-a52069fd64ae12a2.rlib(scanner.o)
                std::__1::__split_buffer<Tag, std::__1::allocator<Tag>&>::~__split_buffer() in libtree_sitter_html-a52069fd64ae12a2.rlib(scanner.o)
                ...
            "std::bad_array_new_length::bad_array_new_length()", referenced from:
                std::__throw_bad_array_new_length[abi:v160006]() in libtree_sitter_html-a52069fd64ae12a2.rlib(scanner.o)
            "typeinfo for std::bad_array_new_length", referenced from:
                std::__throw_bad_array_new_length[abi:v160006]() in libtree_sitter_html-a52069fd64ae12a2.rlib(scanner.o)
            "std::bad_array_new_length::~bad_array_new_length()", referenced from:
                std::__throw_bad_array_new_length[abi:v160006]() in libtree_sitter_html-a52069fd64ae12a2.rlib(scanner.o)
            "typeinfo for std::length_error", referenced from:
                std::__1::__throw_length_error[abi:v160006](char const*) in libtree_sitter_html-a52069fd64ae12a2.rlib(scanner.o)
            "___cxa_throw", referenced from:
                std::__throw_bad_array_new_length[abi:v160006]() in libtree_sitter_html-a52069fd64ae12a2.rlib(scanner.o)
                std::__1::__throw_length_error[abi:v160006](char const*) in libtree_sitter_html-a52069fd64ae12a2.rlib(scanner.o)
            "operator new(unsigned long)", referenced from:
                get_tag_map() in libtree_sitter_html-a52069fd64ae12a2.rlib(scanner.o)
                _tree_sitter_html_external_scanner_create in libtree_sitter_html-a52069fd64ae12a2.rlib(scanner.o)
                void std::__1::vector<Tag, std::__1::allocator<Tag>>::__push_back_slow_path<Tag const&>(Tag const&) in libtree_sitter_html-a52069fd64ae12a2.rlib(scanner.o)
                std::__1::enable_if<__is_cpp17_forward_iterator<char const*>::value, std::__1::basic_string<char, std::__1::char_traits<char>, std::__1::allocator<char>>&>::type std::__1::basic_string<char, std::__1::char_traits<char>, std::__1::allocator<char>>::assign<char const*>(char const*, char const*) in libtree_sitter_html-a52069fd64ae12a2.rlib(scanner.o)
                std::__1::vector<Tag, std::__1::allocator<Tag>>::__append(unsigned long) in libtree_sitter_html-a52069fd64ae12a2.rlib(scanner.o)
                _tree_sitter_ruby_external_scanner_create in libtree_sitter_ruby-24bb7091421833de.rlib(scanner.o)
                _tree_sitter_ruby_external_scanner_scan in libtree_sitter_ruby-24bb7091421833de.rlib(scanner.o)
                ...
            "___gxx_personality_v0", referenced from:
                get_tag_map() in libtree_sitter_html-a52069fd64ae12a2.rlib(scanner.o)
                _tree_sitter_html_external_scanner_scan in libtree_sitter_html-a52069fd64ae12a2.rlib(scanner.o)
                std::__1::__throw_length_error[abi:v160006](char const*) in libtree_sitter_html-a52069fd64ae12a2.rlib(scanner.o)
                (anonymous namespace)::Scanner::scan_implicit_end_tag(TSLexer*) in libtree_sitter_html-a52069fd64ae12a2.rlib(scanner.o)
                void std::__1::vector<Tag, std::__1::allocator<Tag>>::__push_back_slow_path<Tag const&>(Tag const&) in libtree_sitter_html-a52069fd64ae12a2.rlib(scanner.o)
                std::__1::enable_if<__is_cpp17_forward_iterator<char const*>::value, std::__1::basic_string<char, std::__1::char_traits<char>, std::__1::allocator<char>>&>::type std::__1::basic_string<char, std::__1::char_traits<char>, std::__1::allocator<char>>::assign<char const*>(char const*, char const*) in libtree_sitter_html-a52069fd64ae12a2.rlib(scanner.o)
                _tree_sitter_ruby_external_scanner_scan in libtree_sitter_ruby-24bb7091421833de.rlib(scanner.o)
                ...
          ld: symbol(s) not found for architecture arm64
          clang-16: error: linker command failed with exit code 1 (use -v to see invocation)
          

error: could not compile `ast-grep` (bin "sg") due to previous error
warning: build failed, waiting for other jobs to finish...
error: linking with `/nix/store/3fpl3hs6ii820yxp0rbafx5phnmj8ng7-clang-wrapper-16.0.6/bin/cc` failed: exit status: 1
  |
  = note: LC_ALL="C" PATH="/nix/store/2jdssgjk1i4gjz4w9k8nz3831wq7sxdw-rustc-1.73.0/lib/rustlib/aarch64-apple-darwin/bin:/nix/store/46zkgqp0wk7rwd2n7paa561ch5xjkkyz-cargo-1.73.0/bin:/nix/store/51dr5rx4c63z1h9qqlwpfnv73xg8kij6-cargo-auditable-0.6.1/bin:/nix/store/nghmh9gq10i38c696k1114iq1gcm84q0-auditable-cargo-1.73.0/bin:/nix/store/46zkgqp0wk7rwd2n7paa561ch5xjkkyz-cargo-1.73.0/bin:/nix/store/2jdssgjk1i4gjz4w9k8nz3831wq7sxdw-rustc-1.73.0/bin:/nix/store/3fpl3hs6ii820yxp0rbafx5phnmj8ng7-clang-wrapper-16.0.6/bin:/nix/store/a5v30qll5i02vr9y97bk1rdx3mm6kvlm-clang-16.0.6/bin:/nix/store/h0fgpyxfav7ybnw5sdg8jpyv9f95x4w0-coreutils-9.3/bin:/nix/store/ydcx9rj4gf3dxm1kc0lx7l5d5vrjdwp2-cctools-binutils-darwin-wrapper-16.0.6-973.0.1/bin:/nix/store/vpnp0c420cjmx82g05jq3nm5skdrblvk-cctools-binutils-darwin-16.0.6-973.0.1/bin:/nix/store/h0fgpyxfav7ybnw5sdg8jpyv9f95x4w0-coreutils-9.3/bin:/nix/store/zr6klxfjzpdr2674ly1f4fix7ig57mjr-findutils-4.9.0/bin:/nix/store/94j70ziq1zp2mj0fs2fzi49j7q3mdhba-diffutils-3.10/bin:/nix/store/nddzbf5pifm77kksh25xwiy2g9kqqm9f-gnused-4.9/bin:/nix/store/98v0v3bwzgkcwsz4anjip62d2k3gz352-gnugrep-3.11/bin:/nix/store/blggp459hvq6swvr8nlxblkdn7ayw8y7-gawk-5.2.2/bin:/nix/store/g9z0hg6snhg5834p14yw4bx6ilcffr8b-gnutar-1.35/bin:/nix/store/6g3nq5hply5p2v3xzlg0i9qqgzr30w1d-gzip-1.13/bin:/nix/store/dq6dsprg57r5wqlc4yzcnkbfxdhfcd3f-bzip2-1.0.8-bin/bin:/nix/store/6kxdgmbgwdq4y42r9qhgdky312v5d7x0-gnumake-4.4.1/bin:/nix/store/x1xxsh1gp6y389hyl40a0i74dkxiprl7-bash-5.2-p15/bin:/nix/store/j34fimsig5s1zsf2f5dkw9a8sv5zpskg-patch-2.7.6/bin:/nix/store/96bznf6bjdghshgj3a2hm16gk3nngbcx-xz-5.4.4-bin/bin:/nix/store/ckbx2qla8zxic5k2d549qdhkbwrpa4q6-file-5.45/bin" VSLANG="1033" ZERO_AR_DATE="1" "/nix/store/3fpl3hs6ii820yxp0rbafx5phnmj8ng7-clang-wrapper-16.0.6/bin/cc" "-arch" "arm64" "/private/tmp/nix-build-ast-grep-0.13.1.drv-0/rustcQV4HvZ/symbols.o" "/private/tmp/nix-build-ast-grep-0.13.1.drv-0/source/target/aarch64-apple-darwin/release/deps/ast_grep-38cf04004063576a.ast_grep.b37b981dabc36764-cgu.0.rcgu.o" "-L" "/private/tmp/nix-build-ast-grep-0.13.1.drv-0/source/target/aarch64-apple-darwin/release/deps" "-L" "/private/tmp/nix-build-ast-grep-0.13.1.drv-0/source/target/release/deps" "-L" "/private/tmp/nix-build-ast-grep-0.13.1.drv-0/source/target/aarch64-apple-darwin/release/build/tree-sitter-c15c65aac2d8b064/out" "-L" "/private/tmp/nix-build-ast-grep-0.13.1.drv-0/source/target/aarch64-apple-darwin/release/build/ast-grep-tree-sitter-c-sharp-7fea713323cf83af/out" "-L" "/private/tmp/nix-build-ast-grep-0.13.1.drv-0/source/target/aarch64-apple-darwin/release/build/tree-sitter-c-a6ec9179a4fc78ff/out" "-L" "/private/tmp/nix-build-ast-grep-0.13.1.drv-0/source/target/aarch64-apple-darwin/release/build/tree-sitter-cpp-8f841a1bc03c26f8/out" "-L" "/private/tmp/nix-build-ast-grep-0.13.1.drv-0/source/target/aarch64-apple-darwin/release/build/tree-sitter-css-9f0d0cb55f4aae94/out" "-L" "/private/tmp/nix-build-ast-grep-0.13.1.drv-0/source/target/aarch64-apple-darwin/release/build/tree-sitter-dart-320dd4387b3b55ec/out" "-L" "/private/tmp/nix-build-ast-grep-0.13.1.drv-0/source/target/aarch64-apple-darwin/release/build/tree-sitter-go-3849bc7051cbeb94/out" "-L" "/private/tmp/nix-build-ast-grep-0.13.1.drv-0/source/target/aarch64-apple-darwin/release/build/tree-sitter-html-3a8c98f89b24af92/out" "-L" "/private/tmp/nix-build-ast-grep-0.13.1.drv-0/source/target/aarch64-apple-darwin/release/build/tree-sitter-html-3a8c98f89b24af92/out" "-L" "/private/tmp/nix-build-ast-grep-0.13.1.drv-0/source/target/aarch64-apple-darwin/release/build/tree-sitter-java-14436c080c723c99/out" "-L" "/private/tmp/nix-build-ast-grep-0.13.1.drv-0/source/target/aarch64-apple-darwin/release/build/tree-sitter-javascript-50bc4d8e1a3fd8a6/out" "-L" "/private/tmp/nix-build-ast-grep-0.13.1.drv-0/source/target/aarch64-apple-darwin/release/build/tree-sitter-json-3b54f590462b2e3f/out" "-L" "/private/tmp/nix-build-ast-grep-0.13.1.drv-0/source/target/aarch64-apple-darwin/release/build/tree-sitter-kotlin-cb7d0864efe3902b/out" "-L" "/private/tmp/nix-build-ast-grep-0.13.1.drv-0/source/target/aarch64-apple-darwin/release/build/tree-sitter-lua-aa815c01d928ba94/out" "-L" "/private/tmp/nix-build-ast-grep-0.13.1.drv-0/source/target/aarch64-apple-darwin/release/build/tree-sitter-python-ddcf1ddf27f39508/out" "-L" "/private/tmp/nix-build-ast-grep-0.13.1.drv-0/source/target/aarch64-apple-darwin/release/build/tree-sitter-ruby-5a8fadd9f8fcb5bb/out" "-L" "/private/tmp/nix-build-ast-grep-0.13.1.drv-0/source/target/aarch64-apple-darwin/release/build/tree-sitter-ruby-5a8fadd9f8fcb5bb/out" "-L" "/private/tmp/nix-build-ast-grep-0.13.1.drv-0/source/target/aarch64-apple-darwin/release/build/tree-sitter-rust-9b78ed550daccaaa/out" "-L" "/private/tmp/nix-build-ast-grep-0.13.1.drv-0/source/target/aarch64-apple-darwin/release/build/tree-sitter-scala-78bdee0cf69211b9/out" "-L" "/private/tmp/nix-build-ast-grep-0.13.1.drv-0/source/target/aarch64-apple-darwin/release/build/tree-sitter-swift-ea708a56bab9fa72/out" "-L" "/private/tmp/nix-build-ast-grep-0.13.1.drv-0/source/target/aarch64-apple-darwin/release/build/tree-sitter-thrift-95324cb06a12964e/out" "-L" "/private/tmp/nix-build-ast-grep-0.13.1.drv-0/source/target/aarch64-apple-darwin/release/build/tree-sitter-typescript-cf520751b2cb50b9/out" "-L" "/nix/store/2jdssgjk1i4gjz4w9k8nz3831wq7sxdw-rustc-1.73.0/lib/rustlib/aarch64-apple-darwin/lib" "/private/tmp/nix-build-ast-grep-0.13.1.drv-0/rustcQV4HvZ/libtree_sitter_typescript-73f27a572b709edc.rlib" "/private/tmp/nix-build-ast-grep-0.13.1.drv-0/rustcQV4HvZ/libtree_sitter_thrift-21de561713e38a22.rlib" "/private/tmp/nix-build-ast-grep-0.13.1.drv-0/rustcQV4HvZ/libtree_sitter_swift-0129aa47622d9c7b.rlib" "/private/tmp/nix-build-ast-grep-0.13.1.drv-0/rustcQV4HvZ/libtree_sitter_scala-929c29276ca11dcf.rlib" "/private/tmp/nix-build-ast-grep-0.13.1.drv-0/rustcQV4HvZ/libtree_sitter_rust-90bbf61b67f64f2d.rlib" "/private/tmp/nix-build-ast-grep-0.13.1.drv-0/rustcQV4HvZ/libtree_sitter_ruby-24bb7091421833de.rlib" "/private/tmp/nix-build-ast-grep-0.13.1.drv-0/rustcQV4HvZ/libtree_sitter_python-9903b18de4a62b00.rlib" "/private/tmp/nix-build-ast-grep-0.13.1.drv-0/rustcQV4HvZ/libtree_sitter_lua-402a40d8982759ae.rlib" "/private/tmp/nix-build-ast-grep-0.13.1.drv-0/rustcQV4HvZ/libtree_sitter_kotlin-6ccc5ed38787b885.rlib" "/private/tmp/nix-build-ast-grep-0.13.1.drv-0/rustcQV4HvZ/libtree_sitter_json-67a78020932f520b.rlib" "/private/tmp/nix-build-ast-grep-0.13.1.drv-0/rustcQV4HvZ/libtree_sitter_javascript-d21ef139db3aa7e0.rlib" "/private/tmp/nix-build-ast-grep-0.13.1.drv-0/rustcQV4HvZ/libtree_sitter_java-9dd437b34bddc607.rlib" "/private/tmp/nix-build-ast-grep-0.13.1.drv-0/rustcQV4HvZ/libtree_sitter_html-a52069fd64ae12a2.rlib" "/private/tmp/nix-build-ast-grep-0.13.1.drv-0/rustcQV4HvZ/libtree_sitter_go-af2ac8e3186df9b7.rlib" "/private/tmp/nix-build-ast-grep-0.13.1.drv-0/rustcQV4HvZ/libtree_sitter_dart-e6fe24e5b2868cfa.rlib" "/private/tmp/nix-build-ast-grep-0.13.1.drv-0/rustcQV4HvZ/libtree_sitter_css-75d3d2e4e07e4f99.rlib" "/private/tmp/nix-build-ast-grep-0.13.1.drv-0/rustcQV4HvZ/libast_grep_tree_sitter_c_sharp-77d5aeb9ed3aedc1.rlib" "/private/tmp/nix-build-ast-grep-0.13.1.drv-0/rustcQV4HvZ/libtree_sitter_cpp-ceed6c2cad3ffeee.rlib" "/private/tmp/nix-build-ast-grep-0.13.1.drv-0/rustcQV4HvZ/libtree_sitter_c-66571652c4d3134b.rlib" "/private/tmp/nix-build-ast-grep-0.13.1.drv-0/rustcQV4HvZ/libtree_sitter-9ed7cfcd7b5b685f.rlib" "/nix/store/2jdssgjk1i4gjz4w9k8nz3831wq7sxdw-rustc-1.73.0/lib/rustlib/aarch64-apple-darwin/lib/libcompiler_builtins-78f1c670fe956725.rlib" "-liconv" "-lc++" "-lc++" "-lSystem" "-lc" "-lm" "-L" "/nix/store/2jdssgjk1i4gjz4w9k8nz3831wq7sxdw-rustc-1.73.0/lib/rustlib/aarch64-apple-darwin/lib" "-o" "/private/tmp/nix-build-ast-grep-0.13.1.drv-0/source/target/aarch64-apple-darwin/release/deps/ast_grep-38cf04004063576a" "-Wl,-dead_strip" "-nodefaultlibs" "/private/tmp/nix-build-ast-grep-0.13.1.drv-0/source/target/aarch64-apple-darwin/release/deps/ast_grep_audit_data.o" "-Wl,-u,_AUDITABLE_VERSION_INFO"
  = note: Undefined symbols for architecture arm64:
            "std::length_error::~length_error()", referenced from:
                std::__1::__throw_length_error[abi:v160006](char const*) in libtree_sitter_html-a52069fd64ae12a2.rlib(scanner.o)
            "___cxa_allocate_exception", referenced from:
                std::__throw_bad_array_new_length[abi:v160006]() in libtree_sitter_html-a52069fd64ae12a2.rlib(scanner.o)
                std::__1::__throw_length_error[abi:v160006](char const*) in libtree_sitter_html-a52069fd64ae12a2.rlib(scanner.o)
            "___cxa_free_exception", referenced from:
                std::__1::__throw_length_error[abi:v160006](char const*) in libtree_sitter_html-a52069fd64ae12a2.rlib(scanner.o)
            "vtable for std::length_error", referenced from:
                std::length_error::length_error[abi:v160006](char const*) in libtree_sitter_html-a52069fd64ae12a2.rlib(scanner.o)
            NOTE: a missing vtable usually means the first non-inline virtual member function has no definition.
            "operator delete(void*)", referenced from:
                get_tag_map() in libtree_sitter_html-a52069fd64ae12a2.rlib(scanner.o)
                _tree_sitter_html_external_scanner_scan in libtree_sitter_html-a52069fd64ae12a2.rlib(scanner.o)
                _tree_sitter_html_external_scanner_deserialize in libtree_sitter_html-a52069fd64ae12a2.rlib(scanner.o)
                _tree_sitter_html_external_scanner_destroy in libtree_sitter_html-a52069fd64ae12a2.rlib(scanner.o)
                (anonymous namespace)::Scanner::scan_implicit_end_tag(TSLexer*) in libtree_sitter_html-a52069fd64ae12a2.rlib(scanner.o)
                void std::__1::vector<Tag, std::__1::allocator<Tag>>::__push_back_slow_path<Tag const&>(Tag const&) in libtree_sitter_html-a52069fd64ae12a2.rlib(scanner.o)
                std::__1::__split_buffer<Tag, std::__1::allocator<Tag>&>::~__split_buffer() in libtree_sitter_html-a52069fd64ae12a2.rlib(scanner.o)
                ...
            "std::bad_array_new_length::bad_array_new_length()", referenced from:
                std::__throw_bad_array_new_length[abi:v160006]() in libtree_sitter_html-a52069fd64ae12a2.rlib(scanner.o)
            "typeinfo for std::bad_array_new_length", referenced from:
                std::__throw_bad_array_new_length[abi:v160006]() in libtree_sitter_html-a52069fd64ae12a2.rlib(scanner.o)
            "std::bad_array_new_length::~bad_array_new_length()", referenced from:
                std::__throw_bad_array_new_length[abi:v160006]() in libtree_sitter_html-a52069fd64ae12a2.rlib(scanner.o)
            "typeinfo for std::length_error", referenced from:
                std::__1::__throw_length_error[abi:v160006](char const*) in libtree_sitter_html-a52069fd64ae12a2.rlib(scanner.o)
            "___cxa_throw", referenced from:
                std::__throw_bad_array_new_length[abi:v160006]() in libtree_sitter_html-a52069fd64ae12a2.rlib(scanner.o)
                std::__1::__throw_length_error[abi:v160006](char const*) in libtree_sitter_html-a52069fd64ae12a2.rlib(scanner.o)
            "operator new(unsigned long)", referenced from:
                get_tag_map() in libtree_sitter_html-a52069fd64ae12a2.rlib(scanner.o)
                _tree_sitter_html_external_scanner_create in libtree_sitter_html-a52069fd64ae12a2.rlib(scanner.o)
                void std::__1::vector<Tag, std::__1::allocator<Tag>>::__push_back_slow_path<Tag const&>(Tag const&) in libtree_sitter_html-a52069fd64ae12a2.rlib(scanner.o)
                std::__1::enable_if<__is_cpp17_forward_iterator<char const*>::value, std::__1::basic_string<char, std::__1::char_traits<char>, std::__1::allocator<char>>&>::type std::__1::basic_string<char, std::__1::char_traits<char>, std::__1::allocator<char>>::assign<char const*>(char const*, char const*) in libtree_sitter_html-a52069fd64ae12a2.rlib(scanner.o)
                std::__1::vector<Tag, std::__1::allocator<Tag>>::__append(unsigned long) in libtree_sitter_html-a52069fd64ae12a2.rlib(scanner.o)
                _tree_sitter_ruby_external_scanner_create in libtree_sitter_ruby-24bb7091421833de.rlib(scanner.o)
                _tree_sitter_ruby_external_scanner_scan in libtree_sitter_ruby-24bb7091421833de.rlib(scanner.o)
                ...
            "___gxx_personality_v0", referenced from:
                get_tag_map() in libtree_sitter_html-a52069fd64ae12a2.rlib(scanner.o)
                _tree_sitter_html_external_scanner_scan in libtree_sitter_html-a52069fd64ae12a2.rlib(scanner.o)
                std::__1::__throw_length_error[abi:v160006](char const*) in libtree_sitter_html-a52069fd64ae12a2.rlib(scanner.o)
                (anonymous namespace)::Scanner::scan_implicit_end_tag(TSLexer*) in libtree_sitter_html-a52069fd64ae12a2.rlib(scanner.o)
                void std::__1::vector<Tag, std::__1::allocator<Tag>>::__push_back_slow_path<Tag const&>(Tag const&) in libtree_sitter_html-a52069fd64ae12a2.rlib(scanner.o)
                std::__1::enable_if<__is_cpp17_forward_iterator<char const*>::value, std::__1::basic_string<char, std::__1::char_traits<char>, std::__1::allocator<char>>&>::type std::__1::basic_string<char, std::__1::char_traits<char>, std::__1::allocator<char>>::assign<char const*>(char const*, char const*) in libtree_sitter_html-a52069fd64ae12a2.rlib(scanner.o)
                _tree_sitter_ruby_external_scanner_scan in libtree_sitter_ruby-24bb7091421833de.rlib(scanner.o)
                ...
          ld: symbol(s) not found for architecture arm64
          clang-16: error: linker command failed with exit code 1 (use -v to see invocation)
          

error: could not compile `ast-grep` (bin "ast-grep") due to previous error

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
10.rebuild-darwin: 1-10 10.rebuild-darwin: 1 10.rebuild-linux: 1-10 10.rebuild-linux: 1 12.approvals: 1 This PR was reviewed and approved by one reputable person 12.approved-by: package-maintainer This PR was reviewed and approved by a maintainer listed in the package
Projects
None yet
Development

Successfully merging this pull request may close these issues.

6 participants