mischov / meeseeks_html5ever

Meeseeks-specific NIF binding of html5ever using Rustler.
Apache License 2.0
10 stars 15 forks source link

issue with tendril #64

Closed AndyGao23 closed 1 year ago

AndyGao23 commented 1 year ago

remote: Compiling tendril v0.4.1 remote: error[E0793]: reference to packed field is unaligned remote: --> /tmp/codon/tmp/cache/cargo/registry/src/index.crates.io-6f17d22bba15001f/tendril-0.4.1/src/tendril.rs:241:20 remote: | remote: 241 | if (header).refcount.decrement() == 1 { remote: | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ remote: | remote: = note: packed structs are only aligned by one byte, and many modern architectures penalize unaligned field accesses remote: = note: creating a misaligned reference is undefined behavior (even if that reference is never dereferenced) remote: = help: copy the field contents to a local variable, or replace the reference with a raw pointer and use read_unaligned/write_unaligned (loads and stores via `pmust be properly aligned even when using raw pointers) remote: remote: error[E0793]: reference to packed field is unaligned remote: --> /tmp/codon/tmp/cache/cargo/registry/src/index.crates.io-6f17d22bba15001f/tendril-0.4.1/src/tendril.rs:958:9 remote: | remote: 958 | (*self.header()).refcount.increment(); remote: | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ remote: | remote: = note: packed structs are only aligned by one byte, and many modern architectures penalize unaligned field accesses remote: = note: creating a misaligned reference is undefined behavior (even if that reference is never dereferenced) remote: = help: copy the field contents to a local variable, or replace the reference with a raw pointer and useread_unaligned/write_unaligned(loads and stores via*pmust be properly aligned even when using raw pointers) remote: remote: For more information about this error, tryrustc --explain E0793. remote: error: could not compiletendril` (lib) due to 2 previous errors remote: warning: build failed, waiting for other jobs to finish... remote: could not compile dependency :meeseeks_html5ever, "mix compile" failed. You can recompile this dependency with "mix deps.compile meeseeks_html5ever", update it with "mix deps.update meeseeks_html5ever" or clean it with "mix deps.clean meeseeks_html5ever" remote: ** (RuntimeError) Rust NIF compile error (rustc exit code 101) remote: lib/mix/tasks/compile.rustler.ex:67: Mix.Tasks.Compile.Rustler.compile_crate/1 remote: (elixir) lib/enum.ex:1327: Enum."-map/2-lists^map/1-0-"/2 remote: lib/mix/tasks/compile.rustler.ex:14: Mix.Tasks.Compile.Rustler.run/1 remote: (mix) lib/mix/task.ex:331: Mix.Task.run_task/3 remote: (mix) lib/mix/tasks/compile.all.ex:68: Mix.Tasks.Compile.All.run_compiler/2 remote: (mix) lib/mix/tasks/compile.all.ex:52: Mix.Tasks.Compile.All.do_compile/4 remote: (mix) lib/mix/tasks/compile.all.ex:23: anonymous fn/1 in Mix.Tasks.Compile.All.run/1 remote: (mix) lib/mix/tasks/compile.all.ex:39: Mix.Tasks.Compile.All.with_logger_app/1

AndyGao23 commented 1 year ago

meeseeks_html5ever 0.11.0

Just happened on heroku without any updates or changes

mischov commented 1 year ago

Hi- the latest version of meeseeks_html5ever is 0.14.3- can you try the latest version and see if the problem persists?

EDIT: And can you reproduce the issue locally? If so can you provide instructions for me to reproduce?

AndyGao23 commented 1 year ago
==> meeseeks_html5ever
Compiling NIF crate :meeseeks_html5ever_nif (native/meeseeks_html5ever_nif)...
   Compiling libc v0.2.48
   Compiling proc-macro2 v0.4.27
   Compiling serde v1.0.88
   Compiling ryu v0.2.7
   Compiling erlang_nif-sys v0.6.4
   Compiling rand_chacha v0.1.1
   Compiling rand v0.6.5
   Compiling backtrace v0.3.14
error: linking with `cc` failed: exit code: 1
  |
  = note: "cc" "-m64" "-arch" "x86_64" "-L" "/Users/andy/.rustup/toolchains/stable-x86_64-apple-darwin/lib/rustlib/x86_64-apple-darwin/lib" "/Users/andy/57blocks_build/messages/_build/dev/rustler_crates/meeseeks_html5ever_nif/release/build/backtrace-ad61b55c9953a999/build_script_build-ad61b55c9953a999.build_script_build.epmbbtaf-cgu.0.rcgu.o" "/Users/andy/57blocks_build/messages/_build/dev/rustler_crates/meeseeks_html5ever_nif/release/build/backtrace-ad61b55c9953a999/build_script_build-ad61b55c9953a999.build_script_build.epmbbtaf-cgu.1.rcgu.o" "/Users/andy/57blocks_build/messages/_build/dev/rustler_crates/meeseeks_html5ever_nif/release/build/backtrace-ad61b55c9953a999/build_script_build-ad61b55c9953a999.build_script_build.epmbbtaf-cgu.2.rcgu.o" "/Users/andy/57blocks_build/messages/_build/dev/rustler_crates/meeseeks_html5ever_nif/release/build/backtrace-ad61b55c9953a999/build_script_build-ad61b55c9953a999.build_script_build.epmbbtaf-cgu.3.rcgu.o" "/Users/andy/57blocks_build/messages/_build/dev/rustler_crates/meeseeks_html5ever_nif/release/build/backtrace-ad61b55c9953a999/build_script_build-ad61b55c9953a999.build_script_build.epmbbtaf-cgu.4.rcgu.o" "/Users/andy/57blocks_build/messages/_build/dev/rustler_crates/meeseeks_html5ever_nif/release/build/backtrace-ad61b55c9953a999/build_script_build-ad61b55c9953a999.build_script_build.epmbbtaf-cgu.5.rcgu.o" "/Users/andy/57blocks_build/messages/_build/dev/rustler_crates/meeseeks_html5ever_nif/release/build/backtrace-ad61b55c9953a999/build_script_build-ad61b55c9953a999.build_script_build.epmbbtaf-cgu.6.rcgu.o" "/Users/andy/57blocks_build/messages/_build/dev/rustler_crates/meeseeks_html5ever_nif/release/build/backtrace-ad61b55c9953a999/build_script_build-ad61b55c9953a999.build_script_build.epmbbtaf-cgu.7.rcgu.o" "-o" "/Users/andy/57blocks_build/messages/_build/dev/rustler_crates/meeseeks_html5ever_nif/release/build/backtrace-ad61b55c9953a999/build_script_build-ad61b55c9953a999" "/Users/andy/57blocks_build/messages/_build/dev/rustler_crates/meeseeks_html5ever_nif/release/build/backtrace-ad61b55c9953a999/build_script_build-ad61b55c9953a999.y2ulhszdd2f75dd.rcgu.o" "-Wl,-dead_strip" "-nodefaultlibs" "-L" "/Users/andy/57blocks_build/messages/_build/dev/rustler_crates/meeseeks_html5ever_nif/release/deps" "-L" "/Users/andy/.rustup/toolchains/stable-x86_64-apple-darwin/lib/rustlib/x86_64-apple-darwin/lib" "/Users/andy/57blocks_build/messages/_build/dev/rustler_crates/meeseeks_html5ever_nif/release/deps/libautocfg-8b73394b033ff689.rlib" "/Users/andy/.rustup/toolchains/stable-x86_64-apple-darwin/lib/rustlib/x86_64-apple-darwin/lib/libstd-9225b8e469c32698.rlib" "/Users/andy/.rustup/toolchains/stable-x86_64-apple-darwin/lib/rustlib/x86_64-apple-darwin/lib/libpanic_unwind-2fe2b8cd4fa63c34.rlib" "/Users/andy/.rustup/toolchains/stable-x86_64-apple-darwin/lib/rustlib/x86_64-apple-darwin/lib/libobject-80083cf4ee7ee3ff.rlib" "/Users/andy/.rustup/toolchains/stable-x86_64-apple-darwin/lib/rustlib/x86_64-apple-darwin/lib/libaddr2line-ddf3832e718029e6.rlib" "/Users/andy/.rustup/toolchains/stable-x86_64-apple-darwin/lib/rustlib/x86_64-apple-darwin/lib/libgimli-ba92c986e8ef2ca8.rlib" "/Users/andy/.rustup/toolchains/stable-x86_64-apple-darwin/lib/rustlib/x86_64-apple-darwin/lib/librustc_demangle-acd0bd456d8da820.rlib" "/Users/andy/.rustup/toolchains/stable-x86_64-apple-darwin/lib/rustlib/x86_64-apple-darwin/lib/libhashbrown-55608c4156e4ecbb.rlib" "/Users/andy/.rustup/toolchains/stable-x86_64-apple-darwin/lib/rustlib/x86_64-apple-darwin/lib/librustc_std_workspace_alloc-4be618026614fdc7.rlib" "/Users/andy/.rustup/toolchains/stable-x86_64-apple-darwin/lib/rustlib/x86_64-apple-darwin/lib/libunwind-fee25922260aa100.rlib" "/Users/andy/.rustup/toolchains/stable-x86_64-apple-darwin/lib/rustlib/x86_64-apple-darwin/lib/libcfg_if-38ba3c5cc408e14d.rlib" "/Users/andy/.rustup/toolchains/stable-x86_64-apple-darwin/lib/rustlib/x86_64-apple-darwin/lib/liblibc-899852a009fbe35f.rlib" "/Users/andy/.rustup/toolchains/stable-x86_64-apple-darwin/lib/rustlib/x86_64-apple-darwin/lib/liballoc-5687564a0ccea916.rlib" "/Users/andy/.rustup/toolchains/stable-x86_64-apple-darwin/lib/rustlib/x86_64-apple-darwin/lib/librustc_std_workspace_core-9ed2c58b16cff4ee.rlib" "/Users/andy/.rustup/toolchains/stable-x86_64-apple-darwin/lib/rustlib/x86_64-apple-darwin/lib/libcore-244bf5611f93ff45.rlib" "/Users/andy/.rustup/toolchains/stable-x86_64-apple-darwin/lib/rustlib/x86_64-apple-darwin/lib/libcompiler_builtins-70df686e6b4ebf5b.rlib" "-lSystem" "-lresolv" "-lc" "-lm" "-liconv"
  = note: ld: in /Users/andy/.rustup/toolchains/stable-x86_64-apple-darwin/lib/rustlib/x86_64-apple-darwin/lib/libhashbrown-55608c4156e4ecbb.rlib(lib.rmeta), archive member 'lib.rmeta' with length 1047968 is not mach-o or llvm bitcode file '/Users/andy/.rustup/toolchains/stable-x86_64-apple-darwin/lib/rustlib/x86_64-apple-darwin/lib/libhashbrown-55608c4156e4ecbb.rlib'
          clang: error: linker command failed with exit code 1 (use -v to see invocation)

error: linking with `cc` failed: exit code: 1
  |
  = note: "cc" "-m64" "-arch" "x86_64" "-L" "/Users/andy/.rustup/toolchains/stable-x86_64-apple-darwin/lib/rustlib/x86_64-apple-darwin/lib" "/Users/andy/57blocks_build/messages/_build/dev/rustler_crates/meeseeks_html5ever_nif/release/build/serde-944627cb19d55bee/build_script_build-944627cb19d55bee.build_script_build.aewham5m-cgu.0.rcgu.o" "/Users/andy/57blocks_build/messages/_build/dev/rustler_crates/meeseeks_html5ever_nif/release/build/serde-944627cb19d55bee/build_script_build-944627cb19d55bee.build_script_build.aewham5m-cgu.1.rcgu.o" "/Users/andy/57blocks_build/messages/_build/dev/rustler_crates/meeseeks_html5ever_nif/release/build/serde-944627cb19d55bee/build_script_build-944627cb19d55bee.build_script_build.aewham5m-cgu.10.rcgu.o" "/Users/andy/57blocks_build/messages/_build/dev/rustler_crates/meeseeks_html5ever_nif/release/build/serde-944627cb19d55bee/build_script_build-944627cb19d55bee.build_script_build.aewham5m-cgu.11.rcgu.o" "/Users/andy/57blocks_build/messages/_build/dev/rustler_crates/meeseeks_html5ever_nif/release/build/serde-944627cb19d55bee/build_script_build-944627cb19d55bee.build_script_build.aewham5m-cgu.12.rcgu.o" "/Users/andy/57blocks_build/messages/_build/dev/rustler_crates/meeseeks_html5ever_nif/release/build/serde-944627cb19d55bee/build_script_build-944627cb19d55bee.build_script_build.aewham5m-cgu.13.rcgu.o" "/Users/andy/57blocks_build/messages/_build/dev/rustler_crates/meeseeks_html5ever_nif/release/build/serde-944627cb19d55bee/build_script_build-944627cb19d55bee.build_script_build.aewham5m-cgu.14.rcgu.o" "/Users/andy/57blocks_build/messages/_build/dev/rustler_crates/meeseeks_html5ever_nif/release/build/serde-944627cb19d55bee/build_script_build-944627cb19d55bee.build_script_build.aewham5m-cgu.15.rcgu.o" "/Users/andy/57blocks_build/messages/_build/dev/rustler_crates/meeseeks_html5ever_nif/release/build/serde-944627cb19d55bee/build_script_build-944627cb19d55bee.build_script_build.aewham5m-cgu.2.rcgu.o" "/Users/andy/57blocks_build/messages/_build/dev/rustler_crates/meeseeks_html5ever_nif/release/build/serde-944627cb19d55bee/build_script_build-944627cb19d55bee.build_script_build.aewham5m-cgu.3.rcgu.o" "/Users/andy/57blocks_build/messages/_build/dev/rustler_crates/meeseeks_html5ever_nif/release/build/serde-944627cb19d55bee/build_script_build-944627cb19d55bee.build_script_build.aewham5m-cgu.4.rcgu.o" "/Users/andy/57blocks_build/messages/_build/dev/rustler_crates/meeseeks_html5ever_nif/release/build/serde-944627cb19d55bee/build_script_build-944627cb19d55bee.build_script_build.aewham5m-cgu.5.rcgu.o" "/Users/andy/57blocks_build/messages/_build/dev/rustler_crates/meeseeks_html5ever_nif/release/build/serde-944627cb19d55bee/build_script_build-944627cb19d55bee.build_script_build.aewham5m-cgu.6.rcgu.o" "/Users/andy/57blocks_build/messages/_build/dev/rustler_crates/meeseeks_html5ever_nif/release/build/serde-944627cb19d55bee/build_script_build-944627cb19d55bee.build_script_build.aewham5m-cgu.7.rcgu.o" "/Users/andy/57blocks_build/messages/_build/dev/rustler_crates/meeseeks_html5ever_nif/release/build/serde-944627cb19d55bee/build_script_build-944627cb19d55bee.build_script_build.aewham5m-cgu.8.rcgu.o" "/Users/andy/57blocks_build/messages/_build/dev/rustler_crates/meeseeks_html5ever_nif/release/build/serde-944627cb19d55bee/build_script_build-944627cb19d55bee.build_script_build.aewham5m-cgu.9.rcgu.o" "-o" "/Users/andy/57blocks_build/messages/_build/dev/rustler_crates/meeseeks_html5ever_nif/release/build/serde-944627cb19d55bee/build_script_build-944627cb19d55bee" "/Users/andy/57blocks_build/messages/_build/dev/rustler_crates/meeseeks_html5ever_nif/release/build/serde-944627cb19d55bee/build_script_build-944627cb19d55bee.547nguheghl239sc.rcgu.o" "-Wl,-dead_strip" "-nodefaultlibs" "-L" "/Users/andy/57blocks_build/messages/_build/dev/rustler_crates/meeseeks_html5ever_nif/release/deps" "-L" "/Users/andy/.rustup/toolchains/stable-x86_64-apple-darwin/lib/rustlib/x86_64-apple-darwin/lib" "/Users/andy/.rustup/toolchains/stable-x86_64-apple-darwin/lib/rustlib/x86_64-apple-darwin/lib/libstd-9225b8e469c32698.rlib" "/Users/andy/.rustup/toolchains/stable-x86_64-apple-darwin/lib/rustlib/x86_64-apple-darwin/lib/libpanic_unwind-2fe2b8cd4fa63c34.rlib" "/Users/andy/.rustup/toolchains/stable-x86_64-apple-darwin/lib/rustlib/x86_64-apple-darwin/lib/libobject-80083cf4ee7ee3ff.rlib" "/Users/andy/.rustup/toolchains/stable-x86_64-apple-darwin/lib/rustlib/x86_64-apple-darwin/lib/libaddr2line-ddf3832e718029e6.rlib" "/Users/andy/.rustup/toolchains/stable-x86_64-apple-darwin/lib/rustlib/x86_64-apple-darwin/lib/libgimli-ba92c986e8ef2ca8.rlib" "/Users/andy/.rustup/toolchains/stable-x86_64-apple-darwin/lib/rustlib/x86_64-apple-darwin/lib/librustc_demangle-acd0bd456d8da820.rlib" "/Users/andy/.rustup/toolchains/stable-x86_64-apple-darwin/lib/rustlib/x86_64-apple-darwin/lib/libhashbrown-55608c4156e4ecbb.rlib" "/Users/andy/.rustup/toolchains/stable-x86_64-apple-darwin/lib/rustlib/x86_64-apple-darwin/lib/librustc_std_workspace_alloc-4be618026614fdc7.rlib" "/Users/andy/.rustup/toolchains/stable-x86_64-apple-darwin/lib/rustlib/x86_64-apple-darwin/lib/libunwind-fee25922260aa100.rlib" "/Users/andy/.rustup/toolchains/stable-x86_64-apple-darwin/lib/rustlib/x86_64-apple-darwin/lib/libcfg_if-38ba3c5cc408e14d.rlib" "/Users/andy/.rustup/toolchains/stable-x86_64-apple-darwin/lib/rustlib/x86_64-apple-darwin/lib/liblibc-899852a009fbe35f.rlib" "/Users/andy/.rustup/toolchains/stable-x86_64-apple-darwin/lib/rustlib/x86_64-apple-darwin/lib/liballoc-5687564a0ccea916.rlib" "/Users/andy/.rustup/toolchains/stable-x86_64-apple-darwin/lib/rustlib/x86_64-apple-darwin/lib/librustc_std_workspace_core-9ed2c58b16cff4ee.rlib" "/Users/andy/.rustup/toolchains/stable-x86_64-apple-darwin/lib/rustlib/x86_64-apple-darwin/lib/libcore-244bf5611f93ff45.rlib" "/Users/andy/.rustup/toolchains/stable-x86_64-apple-darwin/lib/rustlib/x86_64-apple-darwin/lib/libcompiler_builtins-70df686e6b4ebf5b.rlib" "-lSystem" "-lresolv" "-lc" "-lm" "-liconv"
  = note: ld: in /Users/andy/.rustup/toolchains/stable-x86_64-apple-darwin/lib/rustlib/x86_64-apple-darwin/lib/libhashbrown-55608c4156e4ecbb.rlib(lib.rmeta), archive member 'lib.rmeta' with length 1047968 is not mach-o or llvm bitcode file '/Users/andy/.rustup/toolchains/stable-x86_64-apple-darwin/lib/rustlib/x86_64-apple-darwin/lib/libhashbrown-55608c4156e4ecbb.rlib'
          clang: error: linker command failed with exit code 1 (use -v to see invocation)

error: linking with `cc` failed: exit code: 1
  |
  = note: "cc" "-m64" "-arch" "x86_64" "-L" "/Users/andy/.rustup/toolchains/stable-x86_64-apple-darwin/lib/rustlib/x86_64-apple-darwin/lib" "/Users/andy/57blocks_build/messages/_build/dev/rustler_crates/meeseeks_html5ever_nif/release/build/libc-a142bfc258b31aaa/build_script_build-a142bfc258b31aaa.build_script_build.cqpbso5j-cgu.0.rcgu.o" "/Users/andy/57blocks_build/messages/_build/dev/rustler_crates/meeseeks_html5ever_nif/release/build/libc-a142bfc258b31aaa/build_script_build-a142bfc258b31aaa.build_script_build.cqpbso5j-cgu.1.rcgu.o" "/Users/andy/57blocks_build/messages/_build/dev/rustler_crates/meeseeks_html5ever_nif/release/build/libc-a142bfc258b31aaa/build_script_build-a142bfc258b31aaa.build_script_build.cqpbso5j-cgu.10.rcgu.o" "/Users/andy/57blocks_build/messages/_build/dev/rustler_crates/meeseeks_html5ever_nif/release/build/libc-a142bfc258b31aaa/build_script_build-a142bfc258b31aaa.build_script_build.cqpbso5j-cgu.11.rcgu.o" "/Users/andy/57blocks_build/messages/_build/dev/rustler_crates/meeseeks_html5ever_nif/release/build/libc-a142bfc258b31aaa/build_script_build-a142bfc258b31aaa.build_script_build.cqpbso5j-cgu.12.rcgu.o" "/Users/andy/57blocks_build/messages/_build/dev/rustler_crates/meeseeks_html5ever_nif/release/build/libc-a142bfc258b31aaa/build_script_build-a142bfc258b31aaa.build_script_build.cqpbso5j-cgu.13.rcgu.o" "/Users/andy/57blocks_build/messages/_build/dev/rustler_crates/meeseeks_html5ever_nif/release/build/libc-a142bfc258b31aaa/build_script_build-a142bfc258b31aaa.build_script_build.cqpbso5j-cgu.14.rcgu.o" "/Users/andy/57blocks_build/messages/_build/dev/rustler_crates/meeseeks_html5ever_nif/release/build/libc-a142bfc258b31aaa/build_script_build-a142bfc258b31aaa.build_script_build.cqpbso5j-cgu.15.rcgu.o" "/Users/andy/57blocks_build/messages/_build/dev/rustler_crates/meeseeks_html5ever_nif/release/build/libc-a142bfc258b31aaa/build_script_build-a142bfc258b31aaa.build_script_build.cqpbso5j-cgu.2.rcgu.o" "/Users/andy/57blocks_build/messages/_build/dev/rustler_crates/meeseeks_html5ever_nif/release/build/libc-a142bfc258b31aaa/build_script_build-a142bfc258b31aaa.build_script_build.cqpbso5j-cgu.3.rcgu.o" "/Users/andy/57blocks_build/messages/_build/dev/rustler_crates/meeseeks_html5ever_nif/release/build/libc-a142bfc258b31aaa/build_script_build-a142bfc258b31aaa.build_script_build.cqpbso5j-cgu.4.rcgu.o" "/Users/andy/57blocks_build/messages/_build/dev/rustler_crates/meeseeks_html5ever_nif/release/build/libc-a142bfc258b31aaa/build_script_build-a142bfc258b31aaa.build_script_build.cqpbso5j-cgu.5.rcgu.o" "/Users/andy/57blocks_build/messages/_build/dev/rustler_crates/meeseeks_html5ever_nif/release/build/libc-a142bfc258b31aaa/build_script_build-a142bfc258b31aaa.build_script_build.cqpbso5j-cgu.6.rcgu.o" "/Users/andy/57blocks_build/messages/_build/dev/rustler_crates/meeseeks_html5ever_nif/release/build/libc-a142bfc258b31aaa/build_script_build-a142bfc258b31aaa.build_script_build.cqpbso5j-cgu.7.rcgu.o" "/Users/andy/57blocks_build/messages/_build/dev/rustler_crates/meeseeks_html5ever_nif/release/build/libc-a142bfc258b31aaa/build_script_build-a142bfc258b31aaa.build_script_build.cqpbso5j-cgu.8.rcgu.o" "/Users/andy/57blocks_build/messages/_build/dev/rustler_crates/meeseeks_html5ever_nif/release/build/libc-a142bfc258b31aaa/build_script_build-a142bfc258b31aaa.build_script_build.cqpbso5j-cgu.9.rcgu.o" "-o" "/Users/andy/57blocks_build/messages/_build/dev/rustler_crates/meeseeks_html5ever_nif/release/build/libc-a142bfc258b31aaa/build_script_build-a142bfc258b31aaa" "/Users/andy/57blocks_build/messages/_build/dev/rustler_crates/meeseeks_html5ever_nif/release/build/libc-a142bfc258b31aaa/build_script_build-a142bfc258b31aaa.3oemq60gbyzw57ig.rcgu.o" "-Wl,-dead_strip" "-nodefaultlibs" "-L" "/Users/andy/57blocks_build/messages/_build/dev/rustler_crates/meeseeks_html5ever_nif/release/deps" "-L" "/Users/andy/.rustup/toolchains/stable-x86_64-apple-darwin/lib/rustlib/x86_64-apple-darwin/lib" "/Users/andy/.rustup/toolchains/stable-x86_64-apple-darwin/lib/rustlib/x86_64-apple-darwin/lib/libstd-9225b8e469c32698.rlib" "/Users/andy/.rustup/toolchains/stable-x86_64-apple-darwin/lib/rustlib/x86_64-apple-darwin/lib/libpanic_unwind-2fe2b8cd4fa63c34.rlib" "/Users/andy/.rustup/toolchains/stable-x86_64-apple-darwin/lib/rustlib/x86_64-apple-darwin/lib/libobject-80083cf4ee7ee3ff.rlib" "/Users/andy/.rustup/toolchains/stable-x86_64-apple-darwin/lib/rustlib/x86_64-apple-darwin/lib/libaddr2line-ddf3832e718029e6.rlib" "/Users/andy/.rustup/toolchains/stable-x86_64-apple-darwin/lib/rustlib/x86_64-apple-darwin/lib/libgimli-ba92c986e8ef2ca8.rlib" "/Users/andy/.rustup/toolchains/stable-x86_64-apple-darwin/lib/rustlib/x86_64-apple-darwin/lib/librustc_demangle-acd0bd456d8da820.rlib" "/Users/andy/.rustup/toolchains/stable-x86_64-apple-darwin/lib/rustlib/x86_64-apple-darwin/lib/libhashbrown-55608c4156e4ecbb.rlib" "/Users/andy/.rustup/toolchains/stable-x86_64-apple-darwin/lib/rustlib/x86_64-apple-darwin/lib/librustc_std_workspace_alloc-4be618026614fdc7.rlib" "/Users/andy/.rustup/toolchains/stable-x86_64-apple-darwin/lib/rustlib/x86_64-apple-darwin/lib/libunwind-fee25922260aa100.rlib" "/Users/andy/.rustup/toolchains/stable-x86_64-apple-darwin/lib/rustlib/x86_64-apple-darwin/lib/libcfg_if-38ba3c5cc408e14d.rlib" "/Users/andy/.rustup/toolchains/stable-x86_64-apple-darwin/lib/rustlib/x86_64-apple-darwin/lib/liblibc-899852a009fbe35f.rlib" "/Users/andy/.rustup/toolchains/stable-x86_64-apple-darwin/lib/rustlib/x86_64-apple-darwin/lib/liballoc-5687564a0ccea916.rlib" "/Users/andy/.rustup/toolchains/stable-x86_64-apple-darwin/lib/rustlib/x86_64-apple-darwin/lib/librustc_std_workspace_core-9ed2c58b16cff4ee.rlib" "/Users/andy/.rustup/toolchains/stable-x86_64-apple-darwin/lib/rustlib/x86_64-apple-darwin/lib/libcore-244bf5611f93ff45.rlib" "/Users/andy/.rustup/toolchains/stable-x86_64-apple-darwin/lib/rustlib/x86_64-apple-darwin/lib/libcompiler_builtins-70df686e6b4ebf5b.rlib" "-lSystem" "-lresolv" "-lc" "-lm" "-liconv"
  = note: ld: in /Users/andy/.rustup/toolchains/stable-x86_64-apple-darwin/lib/rustlib/x86_64-apple-darwin/lib/libaddr2line-ddf3832e718029e6.rlib(lib.rmeta), archive member 'lib.rmeta' with length 225808 is not mach-o or llvm bitcode file '/Users/andy/.rustup/toolchains/stable-x86_64-apple-darwin/lib/rustlib/x86_64-apple-darwin/lib/libaddr2line-ddf3832e718029e6.rlib'
          clang: error: linker command failed with exit code 1 (use -v to see invocation)

error: linking with `cc` failed: exit code: 1
  |
  = note: "cc" "-m64" "-arch" "x86_64" "-L" "/Users/andy/.rustup/toolchains/stable-x86_64-apple-darwin/lib/rustlib/x86_64-apple-darwin/lib" "/Users/andy/57blocks_build/messages/_build/dev/rustler_crates/meeseeks_html5ever_nif/release/build/ryu-0f57785233490946/build_script_build-0f57785233490946.build_script_build.b00eakjx-cgu.0.rcgu.o" "/Users/andy/57blocks_build/messages/_build/dev/rustler_crates/meeseeks_html5ever_nif/release/build/ryu-0f57785233490946/build_script_build-0f57785233490946.build_script_build.b00eakjx-cgu.1.rcgu.o" "/Users/andy/57blocks_build/messages/_build/dev/rustler_crates/meeseeks_html5ever_nif/release/build/ryu-0f57785233490946/build_script_build-0f57785233490946.build_script_build.b00eakjx-cgu.10.rcgu.o" "/Users/andy/57blocks_build/messages/_build/dev/rustler_crates/meeseeks_html5ever_nif/release/build/ryu-0f57785233490946/build_script_build-0f57785233490946.build_script_build.b00eakjx-cgu.11.rcgu.o" "/Users/andy/57blocks_build/messages/_build/dev/rustler_crates/meeseeks_html5ever_nif/release/build/ryu-0f57785233490946/build_script_build-0f57785233490946.build_script_build.b00eakjx-cgu.12.rcgu.o" "/Users/andy/57blocks_build/messages/_build/dev/rustler_crates/meeseeks_html5ever_nif/release/build/ryu-0f57785233490946/build_script_build-0f57785233490946.build_script_build.b00eakjx-cgu.13.rcgu.o" "/Users/andy/57blocks_build/messages/_build/dev/rustler_crates/meeseeks_html5ever_nif/release/build/ryu-0f57785233490946/build_script_build-0f57785233490946.build_script_build.b00eakjx-cgu.14.rcgu.o" "/Users/andy/57blocks_build/messages/_build/dev/rustler_crates/meeseeks_html5ever_nif/release/build/ryu-0f57785233490946/build_script_build-0f57785233490946.build_script_build.b00eakjx-cgu.15.rcgu.o" "/Users/andy/57blocks_build/messages/_build/dev/rustler_crates/meeseeks_html5ever_nif/release/build/ryu-0f57785233490946/build_script_build-0f57785233490946.build_script_build.b00eakjx-cgu.2.rcgu.o" "/Users/andy/57blocks_build/messages/_build/dev/rustler_crates/meeseeks_html5ever_nif/release/build/ryu-0f57785233490946/build_script_build-0f57785233490946.build_script_build.b00eakjx-cgu.3.rcgu.o" "/Users/andy/57blocks_build/messages/_build/dev/rustler_crates/meeseeks_html5ever_nif/release/build/ryu-0f57785233490946/build_script_build-0f57785233490946.build_script_build.b00eakjx-cgu.4.rcgu.o" "/Users/andy/57blocks_build/messages/_build/dev/rustler_crates/meeseeks_html5ever_nif/release/build/ryu-0f57785233490946/build_script_build-0f57785233490946.build_script_build.b00eakjx-cgu.5.rcgu.o" "/Users/andy/57blocks_build/messages/_build/dev/rustler_crates/meeseeks_html5ever_nif/release/build/ryu-0f57785233490946/build_script_build-0f57785233490946.build_script_build.b00eakjx-cgu.6.rcgu.o" "/Users/andy/57blocks_build/messages/_build/dev/rustler_crates/meeseeks_html5ever_nif/release/build/ryu-0f57785233490946/build_script_build-0f57785233490946.build_script_build.b00eakjx-cgu.7.rcgu.o" "/Users/andy/57blocks_build/messages/_build/dev/rustler_crates/meeseeks_html5ever_nif/release/build/ryu-0f57785233490946/build_script_build-0f57785233490946.build_script_build.b00eakjx-cgu.8.rcgu.o" "/Users/andy/57blocks_build/messages/_build/dev/rustler_crates/meeseeks_html5ever_nif/release/build/ryu-0f57785233490946/build_script_build-0f57785233490946.build_script_build.b00eakjx-cgu.9.rcgu.o" "-o" "/Users/andy/57blocks_build/messages/_build/dev/rustler_crates/meeseeks_html5ever_nif/release/build/ryu-0f57785233490946/build_script_build-0f57785233490946" "/Users/andy/57blocks_build/messages/_build/dev/rustler_crates/meeseeks_html5ever_nif/release/build/ryu-0f57785233490946/build_script_build-0f57785233490946.40x2aqmuw98q2hrt.rcgu.o" "-Wl,-dead_strip" "-nodefaultlibs" "-L" "/Users/andy/57blocks_build/messages/_build/dev/rustler_crates/meeseeks_html5ever_nif/release/deps" "-L" "/Users/andy/.rustup/toolchains/stable-x86_64-apple-darwin/lib/rustlib/x86_64-apple-darwin/lib" "/Users/andy/.rustup/toolchains/stable-x86_64-apple-darwin/lib/rustlib/x86_64-apple-darwin/lib/libstd-9225b8e469c32698.rlib" "/Users/andy/.rustup/toolchains/stable-x86_64-apple-darwin/lib/rustlib/x86_64-apple-darwin/lib/libpanic_unwind-2fe2b8cd4fa63c34.rlib" "/Users/andy/.rustup/toolchains/stable-x86_64-apple-darwin/lib/rustlib/x86_64-apple-darwin/lib/libobject-80083cf4ee7ee3ff.rlib" "/Users/andy/.rustup/toolchains/stable-x86_64-apple-darwin/lib/rustlib/x86_64-apple-darwin/lib/libaddr2line-ddf3832e718029e6.rlib" "/Users/andy/.rustup/toolchains/stable-x86_64-apple-darwin/lib/rustlib/x86_64-apple-darwin/lib/libgimli-ba92c986e8ef2ca8.rlib" "/Users/andy/.rustup/toolchains/stable-x86_64-apple-darwin/lib/rustlib/x86_64-apple-darwin/lib/librustc_demangle-acd0bd456d8da820.rlib" "/Users/andy/.rustup/toolchains/stable-x86_64-apple-darwin/lib/rustlib/x86_64-apple-darwin/lib/libhashbrown-55608c4156e4ecbb.rlib" "/Users/andy/.rustup/toolchains/stable-x86_64-apple-darwin/lib/rustlib/x86_64-apple-darwin/lib/librustc_std_workspace_alloc-4be618026614fdc7.rlib" "/Users/andy/.rustup/toolchains/stable-x86_64-apple-darwin/lib/rustlib/x86_64-apple-darwin/lib/libunwind-fee25922260aa100.rlib" "/Users/andy/.rustup/toolchains/stable-x86_64-apple-darwin/lib/rustlib/x86_64-apple-darwin/lib/libcfg_if-38ba3c5cc408e14d.rlib" "/Users/andy/.rustup/toolchains/stable-x86_64-apple-darwin/lib/rustlib/x86_64-apple-darwin/lib/liblibc-899852a009fbe35f.rlib" "/Users/andy/.rustup/toolchains/stable-x86_64-apple-darwin/lib/rustlib/x86_64-apple-darwin/lib/liballoc-5687564a0ccea916.rlib" "/Users/andy/.rustup/toolchains/stable-x86_64-apple-darwin/lib/rustlib/x86_64-apple-darwin/lib/librustc_std_workspace_core-9ed2c58b16cff4ee.rlib" "/Users/andy/.rustup/toolchains/stable-x86_64-apple-darwin/lib/rustlib/x86_64-apple-darwin/lib/libcore-244bf5611f93ff45.rlib" "/Users/andy/.rustup/toolchains/stable-x86_64-apple-darwin/lib/rustlib/x86_64-apple-darwin/lib/libcompiler_builtins-70df686e6b4ebf5b.rlib" "-lSystem" "-lresolv" "-lc" "-lm" "-liconv"
  = note: ld: in /Users/andy/.rustup/toolchains/stable-x86_64-apple-darwin/lib/rustlib/x86_64-apple-darwin/lib/libaddr2line-ddf3832e718029e6.rlib(lib.rmeta), archive member 'lib.rmeta' with length 225808 is not mach-o or llvm bitcode file '/Users/andy/.rustup/toolchains/stable-x86_64-apple-darwin/lib/rustlib/x86_64-apple-darwin/lib/libaddr2line-ddf3832e718029e6.rlib'
          clang: error: linker command failed with exit code 1 (use -v to see invocation)

error: linking with `cc` failed: exit code: 1
  |
  = note: "cc" "-m64" "-arch" "x86_64" "-L" "/Users/andy/.rustup/toolchains/stable-x86_64-apple-darwin/lib/rustlib/x86_64-apple-darwin/lib" "/Users/andy/57blocks_build/messages/_build/dev/rustler_crates/meeseeks_html5ever_nif/release/build/rand-f7343ac949b8ef42/build_script_build-f7343ac949b8ef42.build_script_build.cva4q3kf-cgu.0.rcgu.o" "/Users/andy/57blocks_build/messages/_build/dev/rustler_crates/meeseeks_html5ever_nif/release/build/rand-f7343ac949b8ef42/build_script_build-f7343ac949b8ef42.build_script_build.cva4q3kf-cgu.1.rcgu.o" "/Users/andy/57blocks_build/messages/_build/dev/rustler_crates/meeseeks_html5ever_nif/release/build/rand-f7343ac949b8ef42/build_script_build-f7343ac949b8ef42.build_script_build.cva4q3kf-cgu.2.rcgu.o" "/Users/andy/57blocks_build/messages/_build/dev/rustler_crates/meeseeks_html5ever_nif/release/build/rand-f7343ac949b8ef42/build_script_build-f7343ac949b8ef42.build_script_build.cva4q3kf-cgu.3.rcgu.o" "/Users/andy/57blocks_build/messages/_build/dev/rustler_crates/meeseeks_html5ever_nif/release/build/rand-f7343ac949b8ef42/build_script_build-f7343ac949b8ef42.build_script_build.cva4q3kf-cgu.4.rcgu.o" "/Users/andy/57blocks_build/messages/_build/dev/rustler_crates/meeseeks_html5ever_nif/release/build/rand-f7343ac949b8ef42/build_script_build-f7343ac949b8ef42.build_script_build.cva4q3kf-cgu.5.rcgu.o" "/Users/andy/57blocks_build/messages/_build/dev/rustler_crates/meeseeks_html5ever_nif/release/build/rand-f7343ac949b8ef42/build_script_build-f7343ac949b8ef42.build_script_build.cva4q3kf-cgu.6.rcgu.o" "/Users/andy/57blocks_build/messages/_build/dev/rustler_crates/meeseeks_html5ever_nif/release/build/rand-f7343ac949b8ef42/build_script_build-f7343ac949b8ef42.build_script_build.cva4q3kf-cgu.7.rcgu.o" "-o" "/Users/andy/57blocks_build/messages/_build/dev/rustler_crates/meeseeks_html5ever_nif/release/build/rand-f7343ac949b8ef42/build_script_build-f7343ac949b8ef42" "/Users/andy/57blocks_build/messages/_build/dev/rustler_crates/meeseeks_html5ever_nif/release/build/rand-f7343ac949b8ef42/build_script_build-f7343ac949b8ef42.1fsdi1c6fz6gp0fa.rcgu.o" "-Wl,-dead_strip" "-nodefaultlibs" "-L" "/Users/andy/57blocks_build/messages/_build/dev/rustler_crates/meeseeks_html5ever_nif/release/deps" "-L" "/Users/andy/.rustup/toolchains/stable-x86_64-apple-darwin/lib/rustlib/x86_64-apple-darwin/lib" "/Users/andy/57blocks_build/messages/_build/dev/rustler_crates/meeseeks_html5ever_nif/release/deps/libautocfg-8b73394b033ff689.rlib" "/Users/andy/.rustup/toolchains/stable-x86_64-apple-darwin/lib/rustlib/x86_64-apple-darwin/lib/libstd-9225b8e469c32698.rlib" "/Users/andy/.rustup/toolchains/stable-x86_64-apple-darwin/lib/rustlib/x86_64-apple-darwin/lib/libpanic_unwind-2fe2b8cd4fa63c34.rlib" "/Users/andy/.rustup/toolchains/stable-x86_64-apple-darwin/lib/rustlib/x86_64-apple-darwin/lib/libobject-80083cf4ee7ee3ff.rlib" "/Users/andy/.rustup/toolchains/stable-x86_64-apple-darwin/lib/rustlib/x86_64-apple-darwin/lib/libaddr2line-ddf3832e718029e6.rlib" "/Users/andy/.rustup/toolchains/stable-x86_64-apple-darwin/lib/rustlib/x86_64-apple-darwin/lib/libgimli-ba92c986e8ef2ca8.rlib" "/Users/andy/.rustup/toolchains/stable-x86_64-apple-darwin/lib/rustlib/x86_64-apple-darwin/lib/librustc_demangle-acd0bd456d8da820.rlib" "/Users/andy/.rustup/toolchains/stable-x86_64-apple-darwin/lib/rustlib/x86_64-apple-darwin/lib/libhashbrown-55608c4156e4ecbb.rlib" "/Users/andy/.rustup/toolchains/stable-x86_64-apple-darwin/lib/rustlib/x86_64-apple-darwin/lib/librustc_std_workspace_alloc-4be618026614fdc7.rlib" "/Users/andy/.rustup/toolchains/stable-x86_64-apple-darwin/lib/rustlib/x86_64-apple-darwin/lib/libunwind-fee25922260aa100.rlib" "/Users/andy/.rustup/toolchains/stable-x86_64-apple-darwin/lib/rustlib/x86_64-apple-darwin/lib/libcfg_if-38ba3c5cc408e14d.rlib" "/Users/andy/.rustup/toolchains/stable-x86_64-apple-darwin/lib/rustlib/x86_64-apple-darwin/lib/liblibc-899852a009fbe35f.rlib" "/Users/andy/.rustup/toolchains/stable-x86_64-apple-darwin/lib/rustlib/x86_64-apple-darwin/lib/liballoc-5687564a0ccea916.rlib" "/Users/andy/.rustup/toolchains/stable-x86_64-apple-darwin/lib/rustlib/x86_64-apple-darwin/lib/librustc_std_workspace_core-9ed2c58b16cff4ee.rlib" "/Users/andy/.rustup/toolchains/stable-x86_64-apple-darwin/lib/rustlib/x86_64-apple-darwin/lib/libcore-244bf5611f93ff45.rlib" "/Users/andy/.rustup/toolchains/stable-x86_64-apple-darwin/lib/rustlib/x86_64-apple-darwin/lib/libcompiler_builtins-70df686e6b4ebf5b.rlib" "-lSystem" "-lresolv" "-lc" "-lm" "-liconv"
  = note: ld: in /Users/andy/.rustup/toolchains/stable-x86_64-apple-darwin/lib/rustlib/x86_64-apple-darwin/lib/libaddr2line-ddf3832e718029e6.rlib(lib.rmeta), archive member 'lib.rmeta' with length 225808 is not mach-o or llvm bitcode file '/Users/andy/.rustup/toolchains/stable-x86_64-apple-darwin/lib/rustlib/x86_64-apple-darwin/lib/libaddr2line-ddf3832e718029e6.rlib'
          clang: error: linker command failed with exit code 1 (use -v to see invocation)

error: linking with `cc` failed: exit code: 1
  |
  = note: "cc" "-m64" "-arch" "x86_64" "-L" "/Users/andy/.rustup/toolchains/stable-x86_64-apple-darwin/lib/rustlib/x86_64-apple-darwin/lib" "/Users/andy/57blocks_build/messages/_build/dev/rustler_crates/meeseeks_html5ever_nif/release/build/rand_chacha-4b525f19f76f6a9f/build_script_build-4b525f19f76f6a9f.build_script_build.7j41tnl6-cgu.0.rcgu.o" "/Users/andy/57blocks_build/messages/_build/dev/rustler_crates/meeseeks_html5ever_nif/release/build/rand_chacha-4b525f19f76f6a9f/build_script_build-4b525f19f76f6a9f.build_script_build.7j41tnl6-cgu.1.rcgu.o" "/Users/andy/57blocks_build/messages/_build/dev/rustler_crates/meeseeks_html5ever_nif/release/build/rand_chacha-4b525f19f76f6a9f/build_script_build-4b525f19f76f6a9f.build_script_build.7j41tnl6-cgu.2.rcgu.o" "/Users/andy/57blocks_build/messages/_build/dev/rustler_crates/meeseeks_html5ever_nif/release/build/rand_chacha-4b525f19f76f6a9f/build_script_build-4b525f19f76f6a9f.build_script_build.7j41tnl6-cgu.3.rcgu.o" "/Users/andy/57blocks_build/messages/_build/dev/rustler_crates/meeseeks_html5ever_nif/release/build/rand_chacha-4b525f19f76f6a9f/build_script_build-4b525f19f76f6a9f.build_script_build.7j41tnl6-cgu.4.rcgu.o" "/Users/andy/57blocks_build/messages/_build/dev/rustler_crates/meeseeks_html5ever_nif/release/build/rand_chacha-4b525f19f76f6a9f/build_script_build-4b525f19f76f6a9f.build_script_build.7j41tnl6-cgu.5.rcgu.o" "/Users/andy/57blocks_build/messages/_build/dev/rustler_crates/meeseeks_html5ever_nif/release/build/rand_chacha-4b525f19f76f6a9f/build_script_build-4b525f19f76f6a9f.build_script_build.7j41tnl6-cgu.6.rcgu.o" "/Users/andy/57blocks_build/messages/_build/dev/rustler_crates/meeseeks_html5ever_nif/release/build/rand_chacha-4b525f19f76f6a9f/build_script_build-4b525f19f76f6a9f.build_script_build.7j41tnl6-cgu.7.rcgu.o" "-o" "/Users/andy/57blocks_build/messages/_build/dev/rustler_crates/meeseeks_html5ever_nif/release/build/rand_chacha-4b525f19f76f6a9f/build_script_build-4b525f19f76f6a9f" "/Users/andy/57blocks_build/messages/_build/dev/rustler_crates/meeseeks_html5ever_nif/release/build/rand_chacha-4b525f19f76f6a9f/build_script_build-4b525f19f76f6a9f.182rjonaqyrafg5k.rcgu.o" "-Wl,-dead_strip" "-nodefaultlibs" "-L" "/Users/andy/57blocks_build/messages/_build/dev/rustler_crates/meeseeks_html5ever_nif/release/deps" "-L" "/Users/andy/.rustup/toolchains/stable-x86_64-apple-darwin/lib/rustlib/x86_64-apple-darwin/lib" "/Users/andy/57blocks_build/messages/_build/dev/rustler_crates/meeseeks_html5ever_nif/release/deps/libautocfg-8b73394b033ff689.rlib" "/Users/andy/.rustup/toolchains/stable-x86_64-apple-darwin/lib/rustlib/x86_64-apple-darwin/lib/libstd-9225b8e469c32698.rlib" "/Users/andy/.rustup/toolchains/stable-x86_64-apple-darwin/lib/rustlib/x86_64-apple-darwin/lib/libpanic_unwind-2fe2b8cd4fa63c34.rlib" "/Users/andy/.rustup/toolchains/stable-x86_64-apple-darwin/lib/rustlib/x86_64-apple-darwin/lib/libobject-80083cf4ee7ee3ff.rlib" "/Users/andy/.rustup/toolchains/stable-x86_64-apple-darwin/lib/rustlib/x86_64-apple-darwin/lib/libaddr2line-ddf3832e718029e6.rlib" "/Users/andy/.rustup/toolchains/stable-x86_64-apple-darwin/lib/rustlib/x86_64-apple-darwin/lib/libgimli-ba92c986e8ef2ca8.rlib" "/Users/andy/.rustup/toolchains/stable-x86_64-apple-darwin/lib/rustlib/x86_64-apple-darwin/lib/librustc_demangle-acd0bd456d8da820.rlib" "/Users/andy/.rustup/toolchains/stable-x86_64-apple-darwin/lib/rustlib/x86_64-apple-darwin/lib/libhashbrown-55608c4156e4ecbb.rlib" "/Users/andy/.rustup/toolchains/stable-x86_64-apple-darwin/lib/rustlib/x86_64-apple-darwin/lib/librustc_std_workspace_alloc-4be618026614fdc7.rlib" "/Users/andy/.rustup/toolchains/stable-x86_64-apple-darwin/lib/rustlib/x86_64-apple-darwin/lib/libunwind-fee25922260aa100.rlib" "/Users/andy/.rustup/toolchains/stable-x86_64-apple-darwin/lib/rustlib/x86_64-apple-darwin/lib/libcfg_if-38ba3c5cc408e14d.rlib" "/Users/andy/.rustup/toolchains/stable-x86_64-apple-darwin/lib/rustlib/x86_64-apple-darwin/lib/liblibc-899852a009fbe35f.rlib" "/Users/andy/.rustup/toolchains/stable-x86_64-apple-darwin/lib/rustlib/x86_64-apple-darwin/lib/liballoc-5687564a0ccea916.rlib" "/Users/andy/.rustup/toolchains/stable-x86_64-apple-darwin/lib/rustlib/x86_64-apple-darwin/lib/librustc_std_workspace_core-9ed2c58b16cff4ee.rlib" "/Users/andy/.rustup/toolchains/stable-x86_64-apple-darwin/lib/rustlib/x86_64-apple-darwin/lib/libcore-244bf5611f93ff45.rlib" "/Users/andy/.rustup/toolchains/stable-x86_64-apple-darwin/lib/rustlib/x86_64-apple-darwin/lib/libcompiler_builtins-70df686e6b4ebf5b.rlib" "-lSystem" "-lresolv" "-lc" "-lm" "-liconv"
  = note: ld: in /Users/andy/.rustup/toolchains/stable-x86_64-apple-darwin/lib/rustlib/x86_64-apple-darwin/lib/libaddr2line-ddf3832e718029e6.rlib(lib.rmeta), archive member 'lib.rmeta' with length 225808 is not mach-o or llvm bitcode file '/Users/andy/.rustup/toolchains/stable-x86_64-apple-darwin/lib/rustlib/x86_64-apple-darwin/lib/libaddr2line-ddf3832e718029e6.rlib'
          clang: error: linker command failed with exit code 1 (use -v to see invocation)

error: linking with `cc` failed: exit code: 1
  |
  = note: "cc" "-m64" "-arch" "x86_64" "-L" "/Users/andy/.rustup/toolchains/stable-x86_64-apple-darwin/lib/rustlib/x86_64-apple-darwin/lib" "/Users/andy/57blocks_build/messages/_build/dev/rustler_crates/meeseeks_html5ever_nif/release/build/proc-macro2-8a899514a517c05c/build_script_build-8a899514a517c05c.build_script_build.9hadd5xa-cgu.0.rcgu.o" "/Users/andy/57blocks_build/messages/_build/dev/rustler_crates/meeseeks_html5ever_nif/release/build/proc-macro2-8a899514a517c05c/build_script_build-8a899514a517c05c.build_script_build.9hadd5xa-cgu.1.rcgu.o" "/Users/andy/57blocks_build/messages/_build/dev/rustler_crates/meeseeks_html5ever_nif/release/build/proc-macro2-8a899514a517c05c/build_script_build-8a899514a517c05c.build_script_build.9hadd5xa-cgu.10.rcgu.o" "/Users/andy/57blocks_build/messages/_build/dev/rustler_crates/meeseeks_html5ever_nif/release/build/proc-macro2-8a899514a517c05c/build_script_build-8a899514a517c05c.build_script_build.9hadd5xa-cgu.11.rcgu.o" "/Users/andy/57blocks_build/messages/_build/dev/rustler_crates/meeseeks_html5ever_nif/release/build/proc-macro2-8a899514a517c05c/build_script_build-8a899514a517c05c.build_script_build.9hadd5xa-cgu.12.rcgu.o" "/Users/andy/57blocks_build/messages/_build/dev/rustler_crates/meeseeks_html5ever_nif/release/build/proc-macro2-8a899514a517c05c/build_script_build-8a899514a517c05c.build_script_build.9hadd5xa-cgu.13.rcgu.o" "/Users/andy/57blocks_build/messages/_build/dev/rustler_crates/meeseeks_html5ever_nif/release/build/proc-macro2-8a899514a517c05c/build_script_build-8a899514a517c05c.build_script_build.9hadd5xa-cgu.14.rcgu.o" "/Users/andy/57blocks_build/messages/_build/dev/rustler_crates/meeseeks_html5ever_nif/release/build/proc-macro2-8a899514a517c05c/build_script_build-8a899514a517c05c.build_script_build.9hadd5xa-cgu.15.rcgu.o" "/Users/andy/57blocks_build/messages/_build/dev/rustler_crates/meeseeks_html5ever_nif/release/build/proc-macro2-8a899514a517c05c/build_script_build-8a899514a517c05c.build_script_build.9hadd5xa-cgu.2.rcgu.o" "/Users/andy/57blocks_build/messages/_build/dev/rustler_crates/meeseeks_html5ever_nif/release/build/proc-macro2-8a899514a517c05c/build_script_build-8a899514a517c05c.build_script_build.9hadd5xa-cgu.3.rcgu.o" "/Users/andy/57blocks_build/messages/_build/dev/rustler_crates/meeseeks_html5ever_nif/release/build/proc-macro2-8a899514a517c05c/build_script_build-8a899514a517c05c.build_script_build.9hadd5xa-cgu.4.rcgu.o" "/Users/andy/57blocks_build/messages/_build/dev/rustler_crates/meeseeks_html5ever_nif/release/build/proc-macro2-8a899514a517c05c/build_script_build-8a899514a517c05c.build_script_build.9hadd5xa-cgu.5.rcgu.o" "/Users/andy/57blocks_build/messages/_build/dev/rustler_crates/meeseeks_html5ever_nif/release/build/proc-macro2-8a899514a517c05c/build_script_build-8a899514a517c05c.build_script_build.9hadd5xa-cgu.6.rcgu.o" "/Users/andy/57blocks_build/messages/_build/dev/rustler_crates/meeseeks_html5ever_nif/release/build/proc-macro2-8a899514a517c05c/build_script_build-8a899514a517c05c.build_script_build.9hadd5xa-cgu.7.rcgu.o" "/Users/andy/57blocks_build/messages/_build/dev/rustler_crates/meeseeks_html5ever_nif/release/build/proc-macro2-8a899514a517c05c/build_script_build-8a899514a517c05c.build_script_build.9hadd5xa-cgu.8.rcgu.o" "/Users/andy/57blocks_build/messages/_build/dev/rustler_crates/meeseeks_html5ever_nif/release/build/proc-macro2-8a899514a517c05c/build_script_build-8a899514a517c05c.build_script_build.9hadd5xa-cgu.9.rcgu.o" "-o" "/Users/andy/57blocks_build/messages/_build/dev/rustler_crates/meeseeks_html5ever_nif/release/build/proc-macro2-8a899514a517c05c/build_script_build-8a899514a517c05c" "/Users/andy/57blocks_build/messages/_build/dev/rustler_crates/meeseeks_html5ever_nif/release/build/proc-macro2-8a899514a517c05c/build_script_build-8a899514a517c05c.21wtfhl4schmxjyb.rcgu.o" "-Wl,-dead_strip" "-nodefaultlibs" "-L" "/Users/andy/57blocks_build/messages/_build/dev/rustler_crates/meeseeks_html5ever_nif/release/deps" "-L" "/Users/andy/.rustup/toolchains/stable-x86_64-apple-darwin/lib/rustlib/x86_64-apple-darwin/lib" "/Users/andy/.rustup/toolchains/stable-x86_64-apple-darwin/lib/rustlib/x86_64-apple-darwin/lib/libstd-9225b8e469c32698.rlib" "/Users/andy/.rustup/toolchains/stable-x86_64-apple-darwin/lib/rustlib/x86_64-apple-darwin/lib/libpanic_unwind-2fe2b8cd4fa63c34.rlib" "/Users/andy/.rustup/toolchains/stable-x86_64-apple-darwin/lib/rustlib/x86_64-apple-darwin/lib/libobject-80083cf4ee7ee3ff.rlib" "/Users/andy/.rustup/toolchains/stable-x86_64-apple-darwin/lib/rustlib/x86_64-apple-darwin/lib/libaddr2line-ddf3832e718029e6.rlib" "/Users/andy/.rustup/toolchains/stable-x86_64-apple-darwin/lib/rustlib/x86_64-apple-darwin/lib/libgimli-ba92c986e8ef2ca8.rlib" "/Users/andy/.rustup/toolchains/stable-x86_64-apple-darwin/lib/rustlib/x86_64-apple-darwin/lib/librustc_demangle-acd0bd456d8da820.rlib" "/Users/andy/.rustup/toolchains/stable-x86_64-apple-darwin/lib/rustlib/x86_64-apple-darwin/lib/libhashbrown-55608c4156e4ecbb.rlib" "/Users/andy/.rustup/toolchains/stable-x86_64-apple-darwin/lib/rustlib/x86_64-apple-darwin/lib/librustc_std_workspace_alloc-4be618026614fdc7.rlib" "/Users/andy/.rustup/toolchains/stable-x86_64-apple-darwin/lib/rustlib/x86_64-apple-darwin/lib/libunwind-fee25922260aa100.rlib" "/Users/andy/.rustup/toolchains/stable-x86_64-apple-darwin/lib/rustlib/x86_64-apple-darwin/lib/libcfg_if-38ba3c5cc408e14d.rlib" "/Users/andy/.rustup/toolchains/stable-x86_64-apple-darwin/lib/rustlib/x86_64-apple-darwin/lib/liblibc-899852a009fbe35f.rlib" "/Users/andy/.rustup/toolchains/stable-x86_64-apple-darwin/lib/rustlib/x86_64-apple-darwin/lib/liballoc-5687564a0ccea916.rlib" "/Users/andy/.rustup/toolchains/stable-x86_64-apple-darwin/lib/rustlib/x86_64-apple-darwin/lib/librustc_std_workspace_core-9ed2c58b16cff4ee.rlib" "/Users/andy/.rustup/toolchains/stable-x86_64-apple-darwin/lib/rustlib/x86_64-apple-darwin/lib/libcore-244bf5611f93ff45.rlib" "/Users/andy/.rustup/toolchains/stable-x86_64-apple-darwin/lib/rustlib/x86_64-apple-darwin/lib/libcompiler_builtins-70df686e6b4ebf5b.rlib" "-lSystem" "-lresolv" "-lc" "-lm" "-liconv"
  = note: ld: in /Users/andy/.rustup/toolchains/stable-x86_64-apple-darwin/lib/rustlib/x86_64-apple-darwin/lib/libaddr2line-ddf3832e718029e6.rlib(lib.rmeta), archive member 'lib.rmeta' with length 225808 is not mach-o or llvm bitcode file '/Users/andy/.rustup/toolchains/stable-x86_64-apple-darwin/lib/rustlib/x86_64-apple-darwin/lib/libaddr2line-ddf3832e718029e6.rlib'
          clang: error: linker command failed with exit code 1 (use -v to see invocation)

error: linking with `cc` failed: exit code: 1
  |
  = note: "cc" "-m64" "-arch" "x86_64" "-L" "/Users/andy/.rustup/toolchains/stable-x86_64-apple-darwin/lib/rustlib/x86_64-apple-darwin/lib" "/Users/andy/57blocks_build/messages/_build/dev/rustler_crates/meeseeks_html5ever_nif/release/build/erlang_nif-sys-ce364397972876aa/build_script_build-ce364397972876aa.build_script_build.82gg7px4-cgu.0.rcgu.o" "/Users/andy/57blocks_build/messages/_build/dev/rustler_crates/meeseeks_html5ever_nif/release/build/erlang_nif-sys-ce364397972876aa/build_script_build-ce364397972876aa.build_script_build.82gg7px4-cgu.1.rcgu.o" "/Users/andy/57blocks_build/messages/_build/dev/rustler_crates/meeseeks_html5ever_nif/release/build/erlang_nif-sys-ce364397972876aa/build_script_build-ce364397972876aa.build_script_build.82gg7px4-cgu.10.rcgu.o" "/Users/andy/57blocks_build/messages/_build/dev/rustler_crates/meeseeks_html5ever_nif/release/build/erlang_nif-sys-ce364397972876aa/build_script_build-ce364397972876aa.build_script_build.82gg7px4-cgu.11.rcgu.o" "/Users/andy/57blocks_build/messages/_build/dev/rustler_crates/meeseeks_html5ever_nif/release/build/erlang_nif-sys-ce364397972876aa/build_script_build-ce364397972876aa.build_script_build.82gg7px4-cgu.12.rcgu.o" "/Users/andy/57blocks_build/messages/_build/dev/rustler_crates/meeseeks_html5ever_nif/release/build/erlang_nif-sys-ce364397972876aa/build_script_build-ce364397972876aa.build_script_build.82gg7px4-cgu.13.rcgu.o" "/Users/andy/57blocks_build/messages/_build/dev/rustler_crates/meeseeks_html5ever_nif/release/build/erlang_nif-sys-ce364397972876aa/build_script_build-ce364397972876aa.build_script_build.82gg7px4-cgu.14.rcgu.o" "/Users/andy/57blocks_build/messages/_build/dev/rustler_crates/meeseeks_html5ever_nif/release/build/erlang_nif-sys-ce364397972876aa/build_script_build-ce364397972876aa.build_script_build.82gg7px4-cgu.15.rcgu.o" "/Users/andy/57blocks_build/messages/_build/dev/rustler_crates/meeseeks_html5ever_nif/release/build/erlang_nif-sys-ce364397972876aa/build_script_build-ce364397972876aa.build_script_build.82gg7px4-cgu.2.rcgu.o" "/Users/andy/57blocks_build/messages/_build/dev/rustler_crates/meeseeks_html5ever_nif/release/build/erlang_nif-sys-ce364397972876aa/build_script_build-ce364397972876aa.build_script_build.82gg7px4-cgu.3.rcgu.o" "/Users/andy/57blocks_build/messages/_build/dev/rustler_crates/meeseeks_html5ever_nif/release/build/erlang_nif-sys-ce364397972876aa/build_script_build-ce364397972876aa.build_script_build.82gg7px4-cgu.4.rcgu.o" "/Users/andy/57blocks_build/messages/_build/dev/rustler_crates/meeseeks_html5ever_nif/release/build/erlang_nif-sys-ce364397972876aa/build_script_build-ce364397972876aa.build_script_build.82gg7px4-cgu.5.rcgu.o" "/Users/andy/57blocks_build/messages/_build/dev/rustler_crates/meeseeks_html5ever_nif/release/build/erlang_nif-sys-ce364397972876aa/build_script_build-ce364397972876aa.build_script_build.82gg7px4-cgu.6.rcgu.o" "/Users/andy/57blocks_build/messages/_build/dev/rustler_crates/meeseeks_html5ever_nif/release/build/erlang_nif-sys-ce364397972876aa/build_script_build-ce364397972876aa.build_script_build.82gg7px4-cgu.7.rcgu.o" "/Users/andy/57blocks_build/messages/_build/dev/rustler_crates/meeseeks_html5ever_nif/release/build/erlang_nif-sys-ce364397972876aa/build_script_build-ce364397972876aa.build_script_build.82gg7px4-cgu.8.rcgu.o" "/Users/andy/57blocks_build/messages/_build/dev/rustler_crates/meeseeks_html5ever_nif/release/build/erlang_nif-sys-ce364397972876aa/build_script_build-ce364397972876aa.build_script_build.82gg7px4-cgu.9.rcgu.o" "-o" "/Users/andy/57blocks_build/messages/_build/dev/rustler_crates/meeseeks_html5ever_nif/release/build/erlang_nif-sys-ce364397972876aa/build_script_build-ce364397972876aa" "/Users/andy/57blocks_build/messages/_build/dev/rustler_crates/meeseeks_html5ever_nif/release/build/erlang_nif-sys-ce364397972876aa/build_script_build-ce364397972876aa.9y5kdfa1ucp0l6j.rcgu.o" "-Wl,-dead_strip" "-nodefaultlibs" "-L" "/Users/andy/57blocks_build/messages/_build/dev/rustler_crates/meeseeks_html5ever_nif/release/deps" "-L" "/Users/andy/.rustup/toolchains/stable-x86_64-apple-darwin/lib/rustlib/x86_64-apple-darwin/lib" "/Users/andy/.rustup/toolchains/stable-x86_64-apple-darwin/lib/rustlib/x86_64-apple-darwin/lib/libstd-9225b8e469c32698.rlib" "/Users/andy/.rustup/toolchains/stable-x86_64-apple-darwin/lib/rustlib/x86_64-apple-darwin/lib/libpanic_unwind-2fe2b8cd4fa63c34.rlib" "/Users/andy/.rustup/toolchains/stable-x86_64-apple-darwin/lib/rustlib/x86_64-apple-darwin/lib/libobject-80083cf4ee7ee3ff.rlib" "/Users/andy/.rustup/toolchains/stable-x86_64-apple-darwin/lib/rustlib/x86_64-apple-darwin/lib/libaddr2line-ddf3832e718029e6.rlib" "/Users/andy/.rustup/toolchains/stable-x86_64-apple-darwin/lib/rustlib/x86_64-apple-darwin/lib/libgimli-ba92c986e8ef2ca8.rlib" "/Users/andy/.rustup/toolchains/stable-x86_64-apple-darwin/lib/rustlib/x86_64-apple-darwin/lib/librustc_demangle-acd0bd456d8da820.rlib" "/Users/andy/.rustup/toolchains/stable-x86_64-apple-darwin/lib/rustlib/x86_64-apple-darwin/lib/libhashbrown-55608c4156e4ecbb.rlib" "/Users/andy/.rustup/toolchains/stable-x86_64-apple-darwin/lib/rustlib/x86_64-apple-darwin/lib/librustc_std_workspace_alloc-4be618026614fdc7.rlib" "/Users/andy/.rustup/toolchains/stable-x86_64-apple-darwin/lib/rustlib/x86_64-apple-darwin/lib/libunwind-fee25922260aa100.rlib" "/Users/andy/.rustup/toolchains/stable-x86_64-apple-darwin/lib/rustlib/x86_64-apple-darwin/lib/libcfg_if-38ba3c5cc408e14d.rlib" "/Users/andy/.rustup/toolchains/stable-x86_64-apple-darwin/lib/rustlib/x86_64-apple-darwin/lib/liblibc-899852a009fbe35f.rlib" "/Users/andy/.rustup/toolchains/stable-x86_64-apple-darwin/lib/rustlib/x86_64-apple-darwin/lib/liballoc-5687564a0ccea916.rlib" "/Users/andy/.rustup/toolchains/stable-x86_64-apple-darwin/lib/rustlib/x86_64-apple-darwin/lib/librustc_std_workspace_core-9ed2c58b16cff4ee.rlib" "/Users/andy/.rustup/toolchains/stable-x86_64-apple-darwin/lib/rustlib/x86_64-apple-darwin/lib/libcore-244bf5611f93ff45.rlib" "/Users/andy/.rustup/toolchains/stable-x86_64-apple-darwin/lib/rustlib/x86_64-apple-darwin/lib/libcompiler_builtins-70df686e6b4ebf5b.rlib" "-lSystem" "-lresolv" "-lc" "-lm" "-liconv"
  = note: ld: in /Users/andy/.rustup/toolchains/stable-x86_64-apple-darwin/lib/rustlib/x86_64-apple-darwin/lib/libaddr2line-ddf3832e718029e6.rlib(lib.rmeta), archive member 'lib.rmeta' with length 225808 is not mach-o or llvm bitcode file '/Users/andy/.rustup/toolchains/stable-x86_64-apple-darwin/lib/rustlib/x86_64-apple-darwin/lib/libaddr2line-ddf3832e718029e6.rlib'
          clang: error: linker command failed with exit code 1 (use -v to see invocation)

error: aborting due to previous error

error: aborting due to previous error

error: aborting due to previous error

error: aborting due to previous error

error: aborting due to previous error

error: aborting due to previous error

error: aborting due to previous error

error: aborting due to previous error

error: could not compile `backtrace`

To learn more, run the command again with --verbose.
warning: build failed, waiting for other jobs to finish...
error: build failed
could not compile dependency :meeseeks_html5ever, "mix compile" failed. You can recompile this dependency with "mix deps.compile meeseeks_html5ever", update it with "mix deps.update meeseeks_html5ever" or clean it with "mix deps.clean meeseeks_html5ever"
** (RuntimeError) Rust NIF compile error (rustc exit code 101)
    lib/mix/tasks/compile.rustler.ex:67: Mix.Tasks.Compile.Rustler.compile_crate/1
    (elixir) lib/enum.ex:1327: Enum."-map/2-lists^map/1-0-"/2
    lib/mix/tasks/compile.rustler.ex:14: Mix.Tasks.Compile.Rustler.run/1
    (mix) lib/mix/task.ex:331: Mix.Task.run_task/3
    (mix) lib/mix/tasks/compile.all.ex:68: Mix.Tasks.Compile.All.run_compiler/2
    (mix) lib/mix/tasks/compile.all.ex:52: Mix.Tasks.Compile.All.do_compile/4
    (mix) lib/mix/tasks/compile.all.ex:23: anonymous fn/1 in Mix.Tasks.Compile.All.run/1
    (mix) lib/mix/tasks/compile.all.ex:39: Mix.Tasks.Compile.All.with_logger_app/1
AndyGao23 commented 1 year ago

Here is my local compile errors.

If this can't be resolved i will try to upgrade it to latest version.

mischov commented 1 year ago

I see that your original compilations are for whatever reason attempting to use Tendril v0.4.1.

https://github.com/servo/tendril/issues/67

The above issue seems to align with your reported error, and is reportedly resolved in v0.4.3. I don't know why your compilation is not using v0.4.3 since I believe even meeseeks_html5ever v0.11.0 should be able to use tendril v0.4.3.

I can't speak to issues with your local compilation, particularly if you're not using the latest versions locally, which I believe resolve linking issues similar to the one you showed.

AndyGao23 commented 1 year ago

I try to upgrade both meeseeks and meeseeks_html5ever in next few versions. The deps keep using v0.4.1.

Seems the version decleared in cargo.toml is "0.4" and it automatically fetch 0.4.1.