------------------------------------------------------------------------------- -- Phase: Environment ------------------------------------------------------------------------------- NO_DEPENDS=1 UNAME_r=6.5 UNAME_m=x86_64 UNAME_p=x86_64 UNAME_v=unknown UNAME_s=DragonFly PATH=/sbin:/bin:/usr/sbin:/usr/bin:/usr/local/sbin:/usr/local/bin SSL_NO_VERIFY_PEER=1 LANG=C HOME=/root USER=root TERM=dumb SUCCEEDED 00:00:00 ------------------------------------------------------------------------------- -- Phase: showconfig ------------------------------------------------------------------------------- SUCCEEDED 00:00:00 ------------------------------------------------------------------------------- -- Phase: CONFIGURE_ENV ------------------------------------------------------------------------------- PKG_CONFIG=pkgconf MAKE=gmake ac_cv_path_PERL=/usr/local/bin/perl ac_cv_path_PERL_PATH=/usr/local/bin/perl PERL_USE_UNSAFE_INC=1 XDG_DATA_HOME=/construction/editors/lapce XDG_CONFIG_HOME=/construction/editors/lapce XDG_CACHE_HOME=/construction/editors/lapce/.cache HOME=/construction/editors/lapce TMPDIR="/construction/editors/lapce" PATH=/construction/editors/lapce/.bin:/sbin:/bin:/usr/sbin:/usr/bin:/usr/local/sbin:/usr/local/bin PKG_CONFIG_LIBDIR=/construction/editors/lapce/.pkgconfig:/usr/local/libdata/pkgconfig:/usr/local/share/pkgconfig:/usr/libdata/pkgconfig SHELL=/bin/sh CONFIG_SHELL=/bin/sh CCVER=gcc80 CMAKE_PREFIX_PATH="/usr/local" LANG=en_US.UTF-8 LC_ALL=en_US.UTF-8 SUCCEEDED 00:00:01 ------------------------------------------------------------------------------- -- Phase: CONFIGURE_ARGS ------------------------------------------------------------------------------- SUCCEEDED 00:00:01 ------------------------------------------------------------------------------- -- Phase: MAKE_ENV ------------------------------------------------------------------------------- PERL_USE_UNSAFE_INC=1 OPENSSLBASE=/usr/local OPENSSLDIR=/usr/local/openssl OPENSSLINC=/usr/local/include OPENSSLLIB=/usr/local/lib OPENSSLRPATH=/usr/local/lib XDG_DATA_HOME=/construction/editors/lapce XDG_CONFIG_HOME=/construction/editors/lapce XDG_CACHE_HOME=/construction/editors/lapce/.cache HOME=/construction/editors/lapce TMPDIR="/construction/editors/lapce" PATH=/construction/editors/lapce/.bin:/sbin:/bin:/usr/sbin:/usr/bin:/usr/local/sbin:/usr/local/bin PKG_CONFIG_LIBDIR=/construction/editors/lapce/.pkgconfig:/usr/local/libdata/pkgconfig:/usr/local/share/pkgconfig:/usr/libdata/pkgconfig MK_DEBUG_FILES=no MK_KERNEL_SYMBOLS=no SHELL=/bin/sh NO_LINT=YES CCVER=gcc80 LANG=en_US.UTF-8 LC_ALL=en_US.UTF-8 PREFIX=/usr/local LOCALBASE=/usr/local NOPROFILE=1 CC="cc" CFLAGS="-pipe -O2 -isystem /usr/local/include -fno-strict-aliasing " CPP="cpp" CPPFLAGS="-isystem /usr/local/include" LDFLAGS=" -Wl,-rpath,/usr/local/lib -L/usr/local/lib " LIBS="" CXX="c++" CXXFLAGS=" -pipe -O2 -isystem /usr/local/include -fno-strict-aliasing -isystem /usr/local/include " MANPREFIX="/usr/local" BSD_INSTALL_PROGRAM="install -s -m 555" BSD_INSTALL_LIB="install -s -m 0644" BSD_INSTALL_SCRIPT="install -m 555" BSD_INSTALL_DATA="install -m 0644" BSD_INSTALL_MAN="install -m 444" SUCCEEDED 00:00:01 ------------------------------------------------------------------------------- -- Phase: MAKE_ARGS ------------------------------------------------------------------------------- DESTDIR=/construction/editors/lapce/stage SUCCEEDED 00:00:01 ------------------------------------------------------------------------------- -- Phase: PLIST_SUB ------------------------------------------------------------------------------- GTK2_VERSION="2.10.0" GTK3_VERSION="3.0.0" GTK4_VERSION="4.0.0" OSREL=6.5 PREFIX=%D LOCALBASE=/usr/local RESETPREFIX=/usr/local LIB32DIR=lib PERL_VERSION=5.32.1 PERL_VER=5.32 PERL5_MAN1=lib/perl5/site_perl/man/man1 PERL5_MAN3=lib/perl5/site_perl/man/man3 SITE_PERL=lib/perl5/site_perl SITE_ARCH=lib/perl5/site_perl/mach/5.32 PROFILE="@comment " DOCSDIR="share/doc/lapce" EXAMPLESDIR="share/examples/lapce" DATADIR="share/lapce" WWWDIR="www/lapce" ETCDIR="etc/lapce" SUCCEEDED 00:00:01 ------------------------------------------------------------------------------- -- Phase: SUB_LIST ------------------------------------------------------------------------------- PREFIX=/usr/local LOCALBASE=/usr/local DATADIR=/usr/local/share/lapce DOCSDIR=/usr/local/share/doc/lapce EXAMPLESDIR=/usr/local/share/examples/lapce WWWDIR=/usr/local/www/lapce ETCDIR=/usr/local/etc/lapce SUCCEEDED 00:00:01 ------------------------------------------------------------------------------- -- Phase: /etc/make.conf ------------------------------------------------------------------------------- DPORTS_BUILDER=yes DISABLE_LICENSES=yes DEFAULT_VERSIONS=ssl=openssl FORCE_PACKAGE=yes DEVELOPER=yes DFLY_STING_XFAIL=yes USE_PACKAGE_DEPENDS_ONLY=yes PORTSDIR=/xports PORT_DBDIR=/options PKG_DBDIR=/var/db/pkg PKG_CACHEDIR=/var/cache/pkg PKG_COMPRESSION_FORMAT=.tgz DEVELOPER=1 WITH_CCACHE_BUILD=yes CCACHE_DIR=/ccache UID=0 ARCH=x86_64 OPSYS=DragonFly DFLYVERSION=600503 OSVERSION=9999999 OSREL=6.5 _OSRELEASE=6.5-SYNTH DISTDIR=/distfiles WRKDIRPREFIX=/construction BATCH=yes PACKAGE_BUILDING=yes PKG_CREATE_VERBOSE=yes MAKE_JOBS_NUMBER=13 SUCCEEDED 00:00:00 ------------------------------------------------------------------------------- -- Phase: setup ------------------------------------------------------------------------------- Installing /packages/All/brotli-1.0.9,1.pkg Installing /packages/All/png-1.6.39.pkg Installing /packages/All/freetype2-2.12.1_2.pkg ===== Message from freetype2-2.12.1_2: -- The 2.7.x series now uses the new subpixel hinting mode (V40 port's option) as the default, emulating a modern version of ClearType. This change inevitably leads to different rendering results, and you might change port's options to adapt it to your taste (or use the new "FREETYPE_PROPERTIES" environment variable). The environment variable "FREETYPE_PROPERTIES" can be used to control the driver properties. Example: FREETYPE_PROPERTIES=truetype:interpreter-version=35 \ cff:no-stem-darkening=1 \ autofitter:warping=1 This allows to select, say, the subpixel hinting mode at runtime for a given application. If LONG_PCF_NAMES port's option was enabled, the PCF family names may include the foundry and information whether they contain wide characters. For example, "Sony Fixed" or "Misc Fixed Wide", instead of "Fixed". This can be disabled at run time with using pcf:no-long-family-names property, if needed. Example: FREETYPE_PROPERTIES=pcf:no-long-family-names=1 How to recreate fontconfig cache with using such environment variable, if needed: # env FREETYPE_PROPERTIES=pcf:no-long-family-names=1 fc-cache -fsv The controllable properties are listed in the section "Controlling FreeType Modules" in the reference's table of contents (/usr/local/share/doc/freetype2/reference/index.html, if documentation was installed). Installing /packages/All/expat-2.5.0.pkg Installing /packages/All/fontconfig-2.14.2,1.pkg Running fc-cache to build fontconfig cache... Installing /packages/All/indexinfo-0.3.1.pkg Installing /packages/All/libffi-3.4.4.pkg Installing /packages/All/pcre2-10.42.pkg Installing /packages/All/gettext-runtime-0.21.1.pkg Installing /packages/All/ncurses-6.4.pkg ===== Message from ncurses-6.4: -- To get the terminfo database please install the terminfo-db package: pkg install terminfo-db Installing /packages/All/readline-8.2.1.pkg Installing /packages/All/libxml2-2.10.4.pkg Installing /packages/All/libiconv-1.17.pkg Installing /packages/All/mpdecimal-2.5.1.pkg Installing /packages/All/openssl-1.1.1u,1.pkg Installing /packages/All/python39-3.9.17.pkg ===== Message from python39-3.9.17: -- Note that some standard Python modules are provided as separate ports as they require additional dependencies. They are available as: py39-gdbm databases/py-gdbm@py39 py39-sqlite3 databases/py-sqlite3@py39 py39-tkinter x11-toolkits/py-tkinter@py39 Installing /packages/All/glib-2.76.4,2.pkg Generating GIO modules cache Compiling glib schemas No schema files found: doing nothing. Installing /packages/All/libXau-1.0.9.pkg Installing /packages/All/xorgproto-2022.1_1.pkg Installing /packages/All/libXdmcp-1.1.3.pkg Installing /packages/All/libxcb-1.15_1.pkg Installing /packages/All/libX11-1.8.6,1.pkg Installing /packages/All/libXext-1.3.4,1.pkg Installing /packages/All/libglvnd-1.6.0.pkg Installing /packages/All/pixman-0.42.2.pkg Installing /packages/All/libXrender-0.9.10_2.pkg Installing /packages/All/cairo-1.17.4_2,3.pkg Installing /packages/All/perl5-5.32.1_3.pkg Installing /packages/All/p5-Cairo-1.109.pkg Installing /packages/All/p5-ExtUtils-Depends-0.8001.pkg Installing /packages/All/pkgconf-1.8.1,1.pkg Installing /packages/All/p5-ExtUtils-PkgConfig-1.16.pkg Installing /packages/All/p5-Glib-1.3293_1.pkg Installing /packages/All/p5-Cairo-GObject-1.005_1.pkg Installing /packages/All/p5-FindBin-libs-2.1100_1.pkg Installing /packages/All/libnghttp2-1.53.0.pkg Installing /packages/All/libssh2-1.11.0,3.pkg Installing /packages/All/libunistring-1.1.pkg Installing /packages/All/libidn2-2.3.4.pkg Installing /packages/All/libpsl-0.21.2_3.pkg Installing /packages/All/ca_root_nss-3.89.1.pkg ===== Message from ca_root_nss-3.89.1: -- FreeBSD does not, and can not warrant that the certification authorities whose certificates are included in this package have in any way been audited for trustworthiness or RFC 3647 compliance. Assessment and verification of trust is the complete responsibility of the system administrator. This package installs symlinks to support root certificates discovery by default for software that uses OpenSSL. This enables SSL Certificate Verification by client software without manual intervention. If you prefer to do this manually, replace the following symlinks with either an empty file or your site-local certificate bundle. * /etc/ssl/cert.pem * /usr/local/etc/ssl/cert.pem * /usr/local/openssl/cert.pem Installing /packages/All/curl-8.1.2.pkg Installing /packages/All/rust-1.70.0_1.pkg Installing /packages/All/libuv-1.46.0.pkg Installing /packages/All/rhash-1.4.3.pkg Installing /packages/All/pkg-1.19.2.pkg Installing /packages/All/liblz4-1.9.4,1.pkg pkg: Repository Avalon cannot be opened. 'pkg update' required Installing /packages/All/zstd-1.5.5.pkg pkg: Repository Avalon cannot be opened. 'pkg update' required Installing /packages/All/libarchive-3.6.2,1.pkg pkg: Repository Avalon cannot be opened. 'pkg update' required Installing /packages/All/cmake-core-3.26.1_1.pkg pkg: Repository Avalon cannot be opened. 'pkg update' required Installing /packages/All/gmake-4.3_2.pkg pkg: Repository Avalon cannot be opened. 'pkg update' required Installing /packages/All/ccache-3.7.12_4.pkg pkg: Repository Avalon cannot be opened. 'pkg update' required Create compiler links... create symlink for cc create symlink for cc (world) create symlink for c++ create symlink for c++ (world) create symlink for CC create symlink for CC (world) create symlink for gcc create symlink for gcc (world) create symlink for g++ create symlink for g++ (world) ===== Message from ccache-3.7.12_4: -- NOTE: Please read /usr/local/share/doc/ccache/ccache-howto-freebsd.txt for information on using ccache with FreeBSD ports and src. Installing /packages/All/http-parser-2.9.4.pkg pkg: Repository Avalon cannot be opened. 'pkg update' required Installing /packages/All/libgit2-1.5.2_1.pkg pkg: Repository Avalon cannot be opened. 'pkg update' required Installing /packages/All/libepoll-shim-0.0.20230411.pkg pkg: Repository Avalon cannot be opened. 'pkg update' required Installing /packages/All/wayland-1.22.0.pkg pkg: Repository Avalon cannot be opened. 'pkg update' required ===== Message from wayland-1.22.0: -- Wayland requires XDG_RUNTIME_DIR to be defined to a path that will contain "wayland-%d" unix(4) sockets. This is usually handled by consolekit2 (via ck-launch-session) or pam_xdg (via login). Installing /packages/All/xkeyboard-config-2.34_2.pkg pkg: Repository Avalon cannot be opened. 'pkg update' required Installing /packages/All/libxkbcommon-1.5.0.pkg pkg: Repository Avalon cannot be opened. 'pkg update' required ===== Message from libxkbcommon-1.5.0: -- If arrow keys don't work under X11 switch to legacy rules e.g., For sh/bash/ksh/zsh run and (optionally) add into ~/.profile: export XKB_DEFAULT_RULES=xorg For csh/tcsh run and (optionally) add into ~/.login: setenv XKB_DEFAULT_RULES xorg Installing /packages/All/libICE-1.1.0_1,1.pkg pkg: Repository Avalon cannot be opened. 'pkg update' required Installing /packages/All/libSM-1.2.3,1.pkg pkg: Repository Avalon cannot be opened. 'pkg update' required Installing /packages/All/dbus-1.14.6,1.pkg pkg: Repository Avalon cannot be opened. 'pkg update' required ===> Creating groups. Creating group 'messagebus' with gid '556'. ===> Creating users Creating user 'messagebus' with uid '556'. Installing /packages/All/libXfixes-6.0.0.pkg pkg: Repository Avalon cannot be opened. 'pkg update' required Installing /packages/All/libXi-1.8,1.pkg pkg: Repository Avalon cannot be opened. 'pkg update' required Installing /packages/All/libXtst-1.2.3_2.pkg pkg: Repository Avalon cannot be opened. 'pkg update' required Installing /packages/All/at-spi2-core-2.48.0.pkg pkg: Repository Avalon cannot be opened. 'pkg update' required Installing /packages/All/libdeflate-1.18.pkg pkg: Repository Avalon cannot be opened. 'pkg update' required Installing /packages/All/jbigkit-2.1_1.pkg pkg: Repository Avalon cannot be opened. 'pkg update' required Installing /packages/All/jpeg-turbo-2.1.5.1.pkg pkg: Repository Avalon cannot be opened. 'pkg update' required Installing /packages/All/tiff-4.4.0_1.pkg pkg: Repository Avalon cannot be opened. 'pkg update' required Installing /packages/All/shared-mime-info-2.2_1.pkg pkg: Repository Avalon cannot be opened. 'pkg update' required Building the Shared MIME-Info database cache Installing /packages/All/gdk-pixbuf2-2.42.10.pkg pkg: Repository Avalon cannot be opened. 'pkg update' required Generating gdk-pixbuf modules cache Installing /packages/All/libepoxy-1.5.9.pkg pkg: Repository Avalon cannot be opened. 'pkg update' required Installing /packages/All/fribidi-1.0.13.pkg pkg: Repository Avalon cannot be opened. 'pkg update' required Installing /packages/All/graphite2-1.3.14.pkg pkg: Repository Avalon cannot be opened. 'pkg update' required Installing /packages/All/harfbuzz-7.3.0.pkg pkg: Repository Avalon cannot be opened. 'pkg update' required Installing /packages/All/libdaemon-0.14_1.pkg pkg: Repository Avalon cannot be opened. 'pkg update' required Installing /packages/All/dbus-glib-0.112.pkg pkg: Repository Avalon cannot be opened. 'pkg update' required Installing /packages/All/gdbm-1.23.pkg pkg: Repository Avalon cannot be opened. 'pkg update' required Installing /packages/All/libevent-2.1.12.pkg pkg: Repository Avalon cannot be opened. 'pkg update' required Installing /packages/All/gnome_subr-1.0.pkg pkg: Repository Avalon cannot be opened. 'pkg update' required Installing /packages/All/avahi-app-0.8_1.pkg pkg: Repository Avalon cannot be opened. 'pkg update' required ===> Creating groups. Creating group 'avahi' with gid '558'. ===> Creating users Creating user 'avahi' with uid '558'. Installing /packages/All/gmp-6.2.1.pkg pkg: Repository Avalon cannot be opened. 'pkg update' required Installing /packages/All/nettle-3.9.1.pkg pkg: Repository Avalon cannot be opened. 'pkg update' required Installing /packages/All/libtasn1-4.19.0.pkg pkg: Repository Avalon cannot be opened. 'pkg update' required Installing /packages/All/p11-kit-0.24.1_2.pkg pkg: Repository Avalon cannot be opened. 'pkg update' required Installing /packages/All/gnutls-3.7.9.pkg pkg: Repository Avalon cannot be opened. 'pkg update' required Installing /packages/All/libpaper-1.1.28.pkg pkg: Repository Avalon cannot be opened. 'pkg update' required Installing /packages/All/cups-2.4.6.pkg pkg: Repository Avalon cannot be opened. 'pkg update' required ===> Creating groups. Creating group 'cups' with gid '193'. ===> Creating users Creating user 'cups' with uid '193'. Installing /packages/All/libdatrie-0.2.13_1.pkg pkg: Repository Avalon cannot be opened. 'pkg update' required Installing /packages/All/libthai-0.1.29.pkg pkg: Repository Avalon cannot be opened. 'pkg update' required ===== Message from libthai-0.1.29: -- ===> NOTICE: The libthai port currently does not have a maintainer. As a result, it is more likely to have unresolved issues, not be up-to-date, or even be removed in the future. To volunteer to maintain this port, please create an issue at: https://bugs.freebsd.org/bugzilla More information about port maintainership is available at: https://docs.freebsd.org/en/articles/contributing/#ports-contributing Installing /packages/All/libfontenc-1.1.4.pkg pkg: Repository Avalon cannot be opened. 'pkg update' required Installing /packages/All/mkfontscale-1.2.1.pkg pkg: Repository Avalon cannot be opened. 'pkg update' required Installing /packages/All/font-bh-ttf-1.0.3_4.pkg pkg: Repository Avalon cannot be opened. 'pkg update' required Running fc-cache to build fontconfig cache... Installing /packages/All/font-misc-meltho-1.0.3_4.pkg pkg: Repository Avalon cannot be opened. 'pkg update' required Installing /packages/All/font-misc-ethiopic-1.0.4.pkg pkg: Repository Avalon cannot be opened. 'pkg update' required Installing /packages/All/encodings-1.0.5,1.pkg pkg: Repository Avalon cannot be opened. 'pkg update' required Installing /packages/All/dejavu-2.37_1.pkg pkg: Repository Avalon cannot be opened. 'pkg update' required Running fc-cache to build fontconfig cache... ===== Message from dejavu-2.37_1: -- Make sure that the freetype module is loaded. If it is not, add the following line to the "Modules" section of your X Windows configuration file: Load "freetype" Add the following line to the "Files" section of X Windows configuration file: FontPath "/usr/local/share/fonts/dejavu/" Note: your X Windows configuration file is typically /etc/X11/XF86Config if you are using XFree86, and /etc/X11/xorg.conf if you are using X.Org. Installing /packages/All/xorg-fonts-truetype-7.7_1.pkg pkg: Repository Avalon cannot be opened. 'pkg update' required Installing /packages/All/libXft-2.3.7.pkg pkg: Repository Avalon cannot be opened. 'pkg update' required Installing /packages/All/pango-1.50.14.pkg pkg: Repository Avalon cannot be opened. 'pkg update' required Installing /packages/All/hicolor-icon-theme-0.17.pkg pkg: Repository Avalon cannot be opened. 'pkg update' required Installing /packages/All/gtk-update-icon-cache-3.24.31.pkg pkg: Repository Avalon cannot be opened. 'pkg update' required Installing /packages/All/adwaita-icon-theme-40.1.1_1.pkg pkg: Repository Avalon cannot be opened. 'pkg update' required Generating GTK icon cache for /usr/local/share/icons/Adwaita Installing /packages/All/gsettings-desktop-schemas-42.0.pkg pkg: Repository Avalon cannot be opened. 'pkg update' required Compiling glib schemas Installing /packages/All/librsvg2-rust-2.56.3.pkg pkg: Repository Avalon cannot be opened. 'pkg update' required Generating gdk-pixbuf modules cache Installing /packages/All/libXcomposite-0.4.6,1.pkg pkg: Repository Avalon cannot be opened. 'pkg update' required Installing /packages/All/libXcursor-1.2.0.pkg pkg: Repository Avalon cannot be opened. 'pkg update' required Installing /packages/All/libXdamage-1.1.6.pkg pkg: Repository Avalon cannot be opened. 'pkg update' required Installing /packages/All/libXinerama-1.1.4_2,1.pkg pkg: Repository Avalon cannot be opened. 'pkg update' required Installing /packages/All/libXrandr-1.5.2.pkg pkg: Repository Avalon cannot be opened. 'pkg update' required Installing /packages/All/gtk3-3.24.34_1.pkg pkg: Repository Avalon cannot be opened. 'pkg update' required Generating GTK icon cache for /usr/local/share/icons/hicolor Compiling glib schemas SUCCEEDED 00:00:55 ------------------------------------------------------------------------------- -- Phase: check-sanity ------------------------------------------------------------------------------- SUCCEEDED 00:00:00 ------------------------------------------------------------------------------- -- Phase: pkg-depends ------------------------------------------------------------------------------- ===> lapce-0.2.8_1 depends on file: /usr/local/sbin/pkg - found SUCCEEDED 00:00:01 ------------------------------------------------------------------------------- -- Phase: fetch-depends ------------------------------------------------------------------------------- SUCCEEDED 00:00:00 ------------------------------------------------------------------------------- -- Phase: fetch ------------------------------------------------------------------------------- ===> lapce-0.2.8_1 depends on file: /usr/local/sbin/pkg - found ===> Fetching all distfiles required by lapce-0.2.8_1 for building SUCCEEDED 00:00:34 ------------------------------------------------------------------------------- -- Phase: checksum ------------------------------------------------------------------------------- ===> lapce-0.2.8_1 depends on file: /usr/local/sbin/pkg - found ===> Fetching all distfiles required by lapce-0.2.8_1 for building => SHA256 Checksum OK for rust/crates/Inflector-0.11.4.crate. => SHA256 Checksum OK for rust/crates/addr2line-0.17.0.crate. => SHA256 Checksum OK for rust/crates/adler-1.0.2.crate. => SHA256 Checksum OK for rust/crates/ahash-0.7.6.crate. => SHA256 Checksum OK for rust/crates/aho-corasick-0.7.19.crate. => SHA256 Checksum OK for rust/crates/alacritty_config-0.1.0.crate. => SHA256 Checksum OK for rust/crates/alacritty_config_derive-0.2.0.crate. => SHA256 Checksum OK for rust/crates/alacritty_terminal-0.17.0.crate. => SHA256 Checksum OK for rust/crates/ambient-authority-0.0.1.crate. => SHA256 Checksum OK for rust/crates/android_system_properties-0.1.5.crate. => SHA256 Checksum OK for rust/crates/ansi_term-0.12.1.crate. => SHA256 Checksum OK for rust/crates/anyhow-1.0.65.crate. => SHA256 Checksum OK for rust/crates/arc-swap-1.5.1.crate. => SHA256 Checksum OK for rust/crates/arrayref-0.3.6.crate. => SHA256 Checksum OK for rust/crates/arrayvec-0.5.2.crate. => SHA256 Checksum OK for rust/crates/arrayvec-0.7.2.crate. => SHA256 Checksum OK for rust/crates/async-channel-1.7.1.crate. => SHA256 Checksum OK for rust/crates/async-task-4.3.0.crate. => SHA256 Checksum OK for rust/crates/async-trait-0.1.57.crate. => SHA256 Checksum OK for rust/crates/atk-0.14.0.crate. => SHA256 Checksum OK for rust/crates/atk-sys-0.14.0.crate. => SHA256 Checksum OK for rust/crates/atomic-waker-1.0.0.crate. => SHA256 Checksum OK for rust/crates/atty-0.2.14.crate. => SHA256 Checksum OK for rust/crates/autocfg-1.1.0.crate. => SHA256 Checksum OK for rust/crates/backtrace-0.3.66.crate. => SHA256 Checksum OK for rust/crates/base64-0.8.0.crate. => SHA256 Checksum OK for rust/crates/base64-0.13.0.crate. => SHA256 Checksum OK for rust/crates/bincode-1.3.3.crate. => SHA256 Checksum OK for rust/crates/bit_field-0.10.1.crate. => SHA256 Checksum OK for rust/crates/bitflags-1.3.2.crate. => SHA256 Checksum OK for rust/crates/bitmaps-2.1.0.crate. => SHA256 Checksum OK for rust/crates/block-0.1.6.crate. => SHA256 Checksum OK for rust/crates/block-buffer-0.9.0.crate. => SHA256 Checksum OK for rust/crates/block-buffer-0.10.3.crate. => SHA256 Checksum OK for rust/crates/blocking-1.2.0.crate. => SHA256 Checksum OK for rust/crates/bstr-0.2.17.crate. => SHA256 Checksum OK for rust/crates/bumpalo-3.11.0.crate. => SHA256 Checksum OK for rust/crates/bytecount-0.6.3.crate. => SHA256 Checksum OK for rust/crates/bytemuck-1.12.1.crate. => SHA256 Checksum OK for rust/crates/bytemuck_derive-1.2.1.crate. => SHA256 Checksum OK for rust/crates/byteorder-1.4.3.crate. => SHA256 Checksum OK for rust/crates/bytes-1.2.1.crate. => SHA256 Checksum OK for rust/crates/cache-padded-1.2.0.crate. => SHA256 Checksum OK for rust/crates/cairo-rs-0.14.9.crate. => SHA256 Checksum OK for rust/crates/cairo-sys-rs-0.14.9.crate. => SHA256 Checksum OK for rust/crates/cap-fs-ext-0.25.3.crate. => SHA256 Checksum OK for rust/crates/cap-primitives-0.25.3.crate. => SHA256 Checksum OK for rust/crates/cap-rand-0.25.3.crate. => SHA256 Checksum OK for rust/crates/cap-std-0.25.3.crate. => SHA256 Checksum OK for rust/crates/cap-time-ext-0.25.3.crate. => SHA256 Checksum OK for rust/crates/cc-1.0.73.crate. => SHA256 Checksum OK for rust/crates/cfg-expr-0.8.1.crate. => SHA256 Checksum OK for rust/crates/cfg-if-0.1.10.crate. => SHA256 Checksum OK for rust/crates/cfg-if-1.0.0.crate. => SHA256 Checksum OK for rust/crates/cgl-0.3.2.crate. => SHA256 Checksum OK for rust/crates/chrono-0.4.22.crate. => SHA256 Checksum OK for rust/crates/clap-3.2.22.crate. => SHA256 Checksum OK for rust/crates/clap_derive-3.2.18.crate. => SHA256 Checksum OK for rust/crates/clap_lex-0.2.4.crate. => SHA256 Checksum OK for rust/crates/cmake-0.1.48.crate. => SHA256 Checksum OK for rust/crates/cocoa-0.24.0.crate. => SHA256 Checksum OK for rust/crates/cocoa-foundation-0.1.0.crate. => SHA256 Checksum OK for rust/crates/color_quant-1.1.0.crate. => SHA256 Checksum OK for rust/crates/combine-4.6.6.crate. => SHA256 Checksum OK for rust/crates/concurrent-queue-1.2.4.crate. => SHA256 Checksum OK for rust/crates/config-0.13.2.crate. => SHA256 Checksum OK for rust/crates/console_error_panic_hook-0.1.7.crate. => SHA256 Checksum OK for rust/crates/const-cstr-0.3.0.crate. => SHA256 Checksum OK for rust/crates/core-foundation-0.9.3.crate. => SHA256 Checksum OK for rust/crates/core-foundation-sys-0.8.3.crate. => SHA256 Checksum OK for rust/crates/core-graphics-0.22.3.crate. => SHA256 Checksum OK for rust/crates/core-graphics-types-0.1.1.crate. => SHA256 Checksum OK for rust/crates/core-text-19.2.0.crate. => SHA256 Checksum OK for rust/crates/cpp_demangle-0.3.5.crate. => SHA256 Checksum OK for rust/crates/cpufeatures-0.2.5.crate. => SHA256 Checksum OK for rust/crates/cranelift-bforest-0.88.2.crate. => SHA256 Checksum OK for rust/crates/cranelift-codegen-0.88.2.crate. => SHA256 Checksum OK for rust/crates/cranelift-codegen-meta-0.88.2.crate. => SHA256 Checksum OK for rust/crates/cranelift-codegen-shared-0.88.2.crate. => SHA256 Checksum OK for rust/crates/cranelift-entity-0.88.2.crate. => SHA256 Checksum OK for rust/crates/cranelift-frontend-0.88.2.crate. => SHA256 Checksum OK for rust/crates/cranelift-isle-0.88.2.crate. => SHA256 Checksum OK for rust/crates/cranelift-native-0.88.2.crate. => SHA256 Checksum OK for rust/crates/cranelift-wasm-0.88.2.crate. => SHA256 Checksum OK for rust/crates/crc32fast-1.3.2.crate. => SHA256 Checksum OK for rust/crates/crossbeam-channel-0.5.6.crate. => SHA256 Checksum OK for rust/crates/crossbeam-deque-0.8.2.crate. => SHA256 Checksum OK for rust/crates/crossbeam-epoch-0.9.10.crate. => SHA256 Checksum OK for rust/crates/crossbeam-utils-0.8.11.crate. => SHA256 Checksum OK for rust/crates/crypto-common-0.1.6.crate. => SHA256 Checksum OK for rust/crates/darling-0.13.4.crate. => SHA256 Checksum OK for rust/crates/darling_core-0.13.4.crate. => SHA256 Checksum OK for rust/crates/darling_macro-0.13.4.crate. => SHA256 Checksum OK for rust/crates/data-url-0.1.1.crate. => SHA256 Checksum OK for rust/crates/digest-0.9.0.crate. => SHA256 Checksum OK for rust/crates/digest-0.10.5.crate. => SHA256 Checksum OK for rust/crates/directories-4.0.1.crate. => SHA256 Checksum OK for rust/crates/directories-next-2.0.0.crate. => SHA256 Checksum OK for rust/crates/dirs-4.0.0.crate. => SHA256 Checksum OK for rust/crates/dirs-next-2.0.0.crate. => SHA256 Checksum OK for rust/crates/dirs-sys-0.3.7.crate. => SHA256 Checksum OK for rust/crates/dirs-sys-next-0.1.2.crate. => SHA256 Checksum OK for rust/crates/dlib-0.5.0.crate. => SHA256 Checksum OK for rust/crates/dmg-0.1.1.crate. => SHA256 Checksum OK for rust/crates/dwrote-0.11.0.crate. => SHA256 Checksum OK for rust/crates/dyn-clone-1.0.10.crate. => SHA256 Checksum OK for rust/crates/either-1.8.0.crate. => SHA256 Checksum OK for rust/crates/encoding_rs-0.8.31.crate. => SHA256 Checksum OK for rust/crates/encoding_rs_io-0.1.7.crate. => SHA256 Checksum OK for rust/crates/env_logger-0.9.1.crate. => SHA256 Checksum OK for rust/crates/errno-0.2.8.crate. => SHA256 Checksum OK for rust/crates/errno-dragonfly-0.1.2.crate. => SHA256 Checksum OK for rust/crates/euclid-0.22.7.crate. => SHA256 Checksum OK for rust/crates/event-listener-2.5.3.crate. => SHA256 Checksum OK for rust/crates/exr-1.5.1.crate. => SHA256 Checksum OK for rust/crates/fallible-iterator-0.2.0.crate. => SHA256 Checksum OK for rust/crates/fastrand-1.8.0.crate. => SHA256 Checksum OK for rust/crates/fern-0.6.1.crate. => SHA256 Checksum OK for rust/crates/field-offset-0.3.4.crate. => SHA256 Checksum OK for rust/crates/file-per-thread-logger-0.1.5.crate. => SHA256 Checksum OK for rust/crates/filetime-0.2.17.crate. => SHA256 Checksum OK for rust/crates/fixedbitset-0.2.0.crate. => SHA256 Checksum OK for rust/crates/flate2-1.0.24.crate. => SHA256 Checksum OK for rust/crates/float-cmp-0.5.3.crate. => SHA256 Checksum OK for rust/crates/float-cmp-0.9.0.crate. => SHA256 Checksum OK for rust/crates/float-ord-0.2.0.crate. => SHA256 Checksum OK for rust/crates/float_next_after-0.1.5.crate. => SHA256 Checksum OK for rust/crates/fluent-bundle-0.15.2.crate. => SHA256 Checksum OK for rust/crates/fluent-langneg-0.13.0.crate. => SHA256 Checksum OK for rust/crates/fluent-syntax-0.11.0.crate. => SHA256 Checksum OK for rust/crates/flume-0.10.14.crate. => SHA256 Checksum OK for rust/crates/fnv-1.0.7.crate. => SHA256 Checksum OK for rust/crates/fontconfig-parser-0.5.0.crate. => SHA256 Checksum OK for rust/crates/fontdb-0.5.4.crate. => SHA256 Checksum OK for rust/crates/fontdb-0.9.1.crate. => SHA256 Checksum OK for rust/crates/foreign-types-0.3.2.crate. => SHA256 Checksum OK for rust/crates/foreign-types-shared-0.1.1.crate. => SHA256 Checksum OK for rust/crates/form_urlencoded-1.1.0.crate. => SHA256 Checksum OK for rust/crates/freetype-0.7.0.crate. => SHA256 Checksum OK for rust/crates/freetype-sys-0.13.1.crate. => SHA256 Checksum OK for rust/crates/fs-set-times-0.17.1.crate. => SHA256 Checksum OK for rust/crates/fs2-0.4.3.crate. => SHA256 Checksum OK for rust/crates/fs_extra-1.2.0.crate. => SHA256 Checksum OK for rust/crates/fsevent-sys-4.1.0.crate. => SHA256 Checksum OK for rust/crates/fuchsia-zircon-0.3.3.crate. => SHA256 Checksum OK for rust/crates/fuchsia-zircon-sys-0.3.3.crate. => SHA256 Checksum OK for rust/crates/futures-0.3.24.crate. => SHA256 Checksum OK for rust/crates/futures-channel-0.3.24.crate. => SHA256 Checksum OK for rust/crates/futures-core-0.3.24.crate. => SHA256 Checksum OK for rust/crates/futures-executor-0.3.24.crate. => SHA256 Checksum OK for rust/crates/futures-io-0.3.24.crate. => SHA256 Checksum OK for rust/crates/futures-lite-1.12.0.crate. => SHA256 Checksum OK for rust/crates/futures-macro-0.3.24.crate. => SHA256 Checksum OK for rust/crates/futures-sink-0.3.24.crate. => SHA256 Checksum OK for rust/crates/futures-task-0.3.24.crate. => SHA256 Checksum OK for rust/crates/futures-util-0.3.24.crate. => SHA256 Checksum OK for rust/crates/fuzzy-matcher-0.3.7.crate. => SHA256 Checksum OK for rust/crates/fxhash-0.2.1.crate. => SHA256 Checksum OK for rust/crates/gdk-0.14.3.crate. => SHA256 Checksum OK for rust/crates/gdk-pixbuf-0.14.0.crate. => SHA256 Checksum OK for rust/crates/gdk-pixbuf-sys-0.14.0.crate. => SHA256 Checksum OK for rust/crates/gdk-sys-0.14.0.crate. => SHA256 Checksum OK for rust/crates/generic-array-0.14.6.crate. => SHA256 Checksum OK for rust/crates/getopts-0.2.21.crate. => SHA256 Checksum OK for rust/crates/getrandom-0.2.7.crate. => SHA256 Checksum OK for rust/crates/gif-0.11.4.crate. => SHA256 Checksum OK for rust/crates/gimli-0.26.2.crate. => SHA256 Checksum OK for rust/crates/gio-0.14.8.crate. => SHA256 Checksum OK for rust/crates/gio-sys-0.14.0.crate. => SHA256 Checksum OK for rust/crates/git2-0.16.1.crate. => SHA256 Checksum OK for rust/crates/gl_generator-0.14.0.crate. => SHA256 Checksum OK for rust/crates/gl_loader-0.1.2.crate. => SHA256 Checksum OK for rust/crates/glam-0.10.2.crate. => SHA256 Checksum OK for rust/crates/glib-0.14.8.crate. => SHA256 Checksum OK for rust/crates/glib-macros-0.14.1.crate. => SHA256 Checksum OK for rust/crates/glib-sys-0.14.0.crate. => SHA256 Checksum OK for rust/crates/glob-0.3.0.crate. => SHA256 Checksum OK for rust/crates/globset-0.4.9.crate. => SHA256 Checksum OK for rust/crates/glow-0.11.2.crate. => SHA256 Checksum OK for rust/crates/glutin_wgl_sys-0.1.5.crate. => SHA256 Checksum OK for rust/crates/gobject-sys-0.14.0.crate. => SHA256 Checksum OK for rust/crates/grep-matcher-0.1.5.crate. => SHA256 Checksum OK for rust/crates/grep-regex-0.1.10.crate. => SHA256 Checksum OK for rust/crates/grep-searcher-0.1.10.crate. => SHA256 Checksum OK for rust/crates/gtk-0.14.3.crate. => SHA256 Checksum OK for rust/crates/gtk-sys-0.14.0.crate. => SHA256 Checksum OK for rust/crates/gtk3-macros-0.14.0.crate. => SHA256 Checksum OK for rust/crates/h2-0.3.14.crate. => SHA256 Checksum OK for rust/crates/half-1.8.2.crate. => SHA256 Checksum OK for rust/crates/hashbrown-0.11.2.crate. => SHA256 Checksum OK for rust/crates/hashbrown-0.12.3.crate. => SHA256 Checksum OK for rust/crates/heck-0.3.3.crate. => SHA256 Checksum OK for rust/crates/heck-0.4.0.crate. => SHA256 Checksum OK for rust/crates/hermit-abi-0.1.19.crate. => SHA256 Checksum OK for rust/crates/hermit-abi-0.2.6.crate. => SHA256 Checksum OK for rust/crates/http-0.2.8.crate. => SHA256 Checksum OK for rust/crates/http-body-0.4.5.crate. => SHA256 Checksum OK for rust/crates/httparse-1.8.0.crate. => SHA256 Checksum OK for rust/crates/httpdate-1.0.2.crate. => SHA256 Checksum OK for rust/crates/humantime-2.1.0.crate. => SHA256 Checksum OK for rust/crates/hyper-0.14.20.crate. => SHA256 Checksum OK for rust/crates/hyper-tls-0.5.0.crate. => SHA256 Checksum OK for rust/crates/iana-time-zone-0.1.50.crate. => SHA256 Checksum OK for rust/crates/ident_case-1.0.1.crate. => SHA256 Checksum OK for rust/crates/idna-0.3.0.crate. => SHA256 Checksum OK for rust/crates/ignore-0.4.18.crate. => SHA256 Checksum OK for rust/crates/im-15.1.0.crate. => SHA256 Checksum OK for rust/crates/image-0.24.4.crate. => SHA256 Checksum OK for rust/crates/include_dir-0.6.2.crate. => SHA256 Checksum OK for rust/crates/include_dir_impl-0.6.2.crate. => SHA256 Checksum OK for rust/crates/indexmap-1.9.2.crate. => SHA256 Checksum OK for rust/crates/inotify-0.9.6.crate. => SHA256 Checksum OK for rust/crates/inotify-sys-0.1.5.crate. => SHA256 Checksum OK for rust/crates/instant-0.1.12.crate. => SHA256 Checksum OK for rust/crates/interprocess-1.1.1.crate. => SHA256 Checksum OK for rust/crates/intl-memoizer-0.5.1.crate. => SHA256 Checksum OK for rust/crates/intl_pluralrules-7.0.1.crate. => SHA256 Checksum OK for rust/crates/intmap-0.7.1.crate. => SHA256 Checksum OK for rust/crates/io-extras-0.15.0.crate. => SHA256 Checksum OK for rust/crates/io-lifetimes-0.7.3.crate. => SHA256 Checksum OK for rust/crates/iovec-0.1.4.crate. => SHA256 Checksum OK for rust/crates/ipnet-2.5.0.crate. => SHA256 Checksum OK for rust/crates/is-terminal-0.3.0.crate. => SHA256 Checksum OK for rust/crates/itertools-0.10.5.crate. => SHA256 Checksum OK for rust/crates/itoa-1.0.3.crate. => SHA256 Checksum OK for rust/crates/ittapi-0.3.2.crate. => SHA256 Checksum OK for rust/crates/ittapi-sys-0.3.2.crate. => SHA256 Checksum OK for rust/crates/jobserver-0.1.25.crate. => SHA256 Checksum OK for rust/crates/jpeg-decoder-0.2.6.crate. => SHA256 Checksum OK for rust/crates/js-sys-0.3.60.crate. => SHA256 Checksum OK for rust/crates/jsonrpc-lite-0.6.0.crate. => SHA256 Checksum OK for rust/crates/kernel32-sys-0.2.2.crate. => SHA256 Checksum OK for rust/crates/keyboard-types-0.6.2.crate. => SHA256 Checksum OK for rust/crates/khronos_api-3.1.0.crate. => SHA256 Checksum OK for rust/crates/kqueue-1.0.6.crate. => SHA256 Checksum OK for rust/crates/kqueue-sys-1.0.3.crate. => SHA256 Checksum OK for rust/crates/kurbo-0.8.3.crate. => SHA256 Checksum OK for rust/crates/lapce-xi-rope-0.3.1.crate. => SHA256 Checksum OK for rust/crates/lazy_static-1.4.0.crate. => SHA256 Checksum OK for rust/crates/lazycell-1.3.0.crate. => SHA256 Checksum OK for rust/crates/leb128-0.2.5.crate. => SHA256 Checksum OK for rust/crates/lebe-0.5.2.crate. => SHA256 Checksum OK for rust/crates/libc-0.2.133.crate. => SHA256 Checksum OK for rust/crates/libgit2-sys-0.14.2+1.5.1.crate. => SHA256 Checksum OK for rust/crates/libloading-0.7.3.crate. => SHA256 Checksum OK for rust/crates/libssh2-sys-0.2.23.crate. => SHA256 Checksum OK for rust/crates/libz-sys-1.1.8.crate. => SHA256 Checksum OK for rust/crates/linked-hash-map-0.5.6.crate. => SHA256 Checksum OK for rust/crates/linux-raw-sys-0.0.46.crate. => SHA256 Checksum OK for rust/crates/locale_config-0.3.0.crate. => SHA256 Checksum OK for rust/crates/lock_api-0.4.9.crate. => SHA256 Checksum OK for rust/crates/log-0.3.9.crate. => SHA256 Checksum OK for rust/crates/log-0.4.17.crate. => SHA256 Checksum OK for rust/crates/log-panics-2.1.0.crate. => SHA256 Checksum OK for rust/crates/lsp-types-0.93.1.crate. => SHA256 Checksum OK for rust/crates/lyon-0.17.10.crate. => SHA256 Checksum OK for rust/crates/lyon_algorithms-0.17.7.crate. => SHA256 Checksum OK for rust/crates/lyon_geom-0.17.7.crate. => SHA256 Checksum OK for rust/crates/lyon_path-0.17.7.crate. => SHA256 Checksum OK for rust/crates/lyon_tessellation-0.17.10.crate. => SHA256 Checksum OK for rust/crates/mach-0.3.2.crate. => SHA256 Checksum OK for rust/crates/malloc_buf-0.0.6.crate. => SHA256 Checksum OK for rust/crates/matches-0.1.9.crate. => SHA256 Checksum OK for rust/crates/maybe-owned-0.3.4.crate. => SHA256 Checksum OK for rust/crates/memchr-2.5.0.crate. => SHA256 Checksum OK for rust/crates/memfd-0.6.1.crate. => SHA256 Checksum OK for rust/crates/memmap2-0.2.3.crate. => SHA256 Checksum OK for rust/crates/memmap2-0.5.7.crate. => SHA256 Checksum OK for rust/crates/memoffset-0.6.5.crate. => SHA256 Checksum OK for rust/crates/mime-0.3.16.crate. => SHA256 Checksum OK for rust/crates/minimal-lexical-0.2.1.crate. => SHA256 Checksum OK for rust/crates/miniz_oxide-0.5.4.crate. => SHA256 Checksum OK for rust/crates/mio-0.6.23.crate. => SHA256 Checksum OK for rust/crates/mio-0.8.4.crate. => SHA256 Checksum OK for rust/crates/mio-anonymous-pipes-0.2.0.crate. => SHA256 Checksum OK for rust/crates/mio-extras-2.0.6.crate. => SHA256 Checksum OK for rust/crates/mio-uds-0.6.8.crate. => SHA256 Checksum OK for rust/crates/miow-0.2.2.crate. => SHA256 Checksum OK for rust/crates/miow-0.3.7.crate. => SHA256 Checksum OK for rust/crates/nanorand-0.7.0.crate. => SHA256 Checksum OK for rust/crates/native-tls-0.2.10.crate. => SHA256 Checksum OK for rust/crates/net2-0.2.37.crate. => SHA256 Checksum OK for rust/crates/nix-0.24.2.crate. => SHA256 Checksum OK for rust/crates/nom-7.1.1.crate. => SHA256 Checksum OK for rust/crates/notify-5.0.0.crate. => SHA256 Checksum OK for rust/crates/num-integer-0.1.45.crate. => SHA256 Checksum OK for rust/crates/num-rational-0.4.1.crate. => SHA256 Checksum OK for rust/crates/num-traits-0.2.15.crate. => SHA256 Checksum OK for rust/crates/num_cpus-1.13.1.crate. => SHA256 Checksum OK for rust/crates/num_threads-0.1.6.crate. => SHA256 Checksum OK for rust/crates/objc-0.2.7.crate. => SHA256 Checksum OK for rust/crates/objc-foundation-0.1.1.crate. => SHA256 Checksum OK for rust/crates/objc_id-0.1.1.crate. => SHA256 Checksum OK for rust/crates/object-0.29.0.crate. => SHA256 Checksum OK for rust/crates/once_cell-1.17.1.crate. => SHA256 Checksum OK for rust/crates/opaque-debug-0.3.0.crate. => SHA256 Checksum OK for rust/crates/open-3.0.3.crate. => SHA256 Checksum OK for rust/crates/openssl-0.10.42.crate. => SHA256 Checksum OK for rust/crates/openssl-macros-0.1.0.crate. => SHA256 Checksum OK for rust/crates/openssl-probe-0.1.5.crate. => SHA256 Checksum OK for rust/crates/openssl-sys-0.9.76.crate. => SHA256 Checksum OK for rust/crates/os_str_bytes-6.3.0.crate. => SHA256 Checksum OK for rust/crates/pango-0.14.8.crate. => SHA256 Checksum OK for rust/crates/pango-sys-0.14.0.crate. => SHA256 Checksum OK for rust/crates/parking-2.0.0.crate. => SHA256 Checksum OK for rust/crates/parking_lot-0.11.2.crate. => SHA256 Checksum OK for rust/crates/parking_lot-0.12.1.crate. => SHA256 Checksum OK for rust/crates/parking_lot_core-0.8.5.crate. => SHA256 Checksum OK for rust/crates/parking_lot_core-0.9.3.crate. => SHA256 Checksum OK for rust/crates/paste-1.0.9.crate. => SHA256 Checksum OK for rust/crates/pathdiff-0.2.1.crate. => SHA256 Checksum OK for rust/crates/pathfinder_geometry-0.5.1.crate. => SHA256 Checksum OK for rust/crates/pathfinder_simd-0.5.1.crate. => SHA256 Checksum OK for rust/crates/percent-encoding-2.2.0.crate. => SHA256 Checksum OK for rust/crates/pest-2.3.1.crate. => SHA256 Checksum OK for rust/crates/petgraph-0.5.1.crate. => SHA256 Checksum OK for rust/crates/pico-args-0.4.2.crate. => SHA256 Checksum OK for rust/crates/piet-0.4.0.crate. => SHA256 Checksum OK for rust/crates/pin-project-1.0.12.crate. => SHA256 Checksum OK for rust/crates/pin-project-internal-1.0.12.crate. => SHA256 Checksum OK for rust/crates/pin-project-lite-0.2.9.crate. => SHA256 Checksum OK for rust/crates/pin-utils-0.1.0.crate. => SHA256 Checksum OK for rust/crates/pkg-config-0.3.25.crate. => SHA256 Checksum OK for rust/crates/plist-0.2.4.crate. => SHA256 Checksum OK for rust/crates/png-0.17.6.crate. => SHA256 Checksum OK for rust/crates/ppv-lite86-0.2.16.crate. => SHA256 Checksum OK for rust/crates/proc-macro-crate-1.2.1.crate. => SHA256 Checksum OK for rust/crates/proc-macro-error-1.0.4.crate. => SHA256 Checksum OK for rust/crates/proc-macro-error-attr-1.0.4.crate. => SHA256 Checksum OK for rust/crates/proc-macro-hack-0.5.19.crate. => SHA256 Checksum OK for rust/crates/proc-macro2-1.0.44.crate. => SHA256 Checksum OK for rust/crates/psm-0.1.21.crate. => SHA256 Checksum OK for rust/crates/pulldown-cmark-0.9.2.crate. => SHA256 Checksum OK for rust/crates/quote-1.0.21.crate. => SHA256 Checksum OK for rust/crates/rand-0.8.5.crate. => SHA256 Checksum OK for rust/crates/rand_chacha-0.3.1.crate. => SHA256 Checksum OK for rust/crates/rand_core-0.6.4.crate. => SHA256 Checksum OK for rust/crates/rand_xoshiro-0.6.0.crate. => SHA256 Checksum OK for rust/crates/rayon-1.5.3.crate. => SHA256 Checksum OK for rust/crates/rayon-core-1.9.3.crate. => SHA256 Checksum OK for rust/crates/rctree-0.3.3.crate. => SHA256 Checksum OK for rust/crates/rctree-0.4.0.crate. => SHA256 Checksum OK for rust/crates/redox_syscall-0.2.16.crate. => SHA256 Checksum OK for rust/crates/redox_users-0.4.3.crate. => SHA256 Checksum OK for rust/crates/regalloc2-0.3.2.crate. => SHA256 Checksum OK for rust/crates/regex-1.7.0.crate. => SHA256 Checksum OK for rust/crates/regex-automata-0.1.10.crate. => SHA256 Checksum OK for rust/crates/regex-syntax-0.6.27.crate. => SHA256 Checksum OK for rust/crates/remove_dir_all-0.5.3.crate. => SHA256 Checksum OK for rust/crates/reqwest-0.11.12.crate. => SHA256 Checksum OK for rust/crates/resvg-0.22.0.crate. => SHA256 Checksum OK for rust/crates/rgb-0.8.34.crate. => SHA256 Checksum OK for rust/crates/roxmltree-0.14.1.crate. => SHA256 Checksum OK for rust/crates/rustc-demangle-0.1.21.crate. => SHA256 Checksum OK for rust/crates/rustc-hash-1.1.0.crate. => SHA256 Checksum OK for rust/crates/rustc_version-0.3.3.crate. => SHA256 Checksum OK for rust/crates/rustix-0.35.10.crate. => SHA256 Checksum OK for rust/crates/rustybuzz-0.3.0.crate. => SHA256 Checksum OK for rust/crates/rustybuzz-0.5.1.crate. => SHA256 Checksum OK for rust/crates/ryu-1.0.11.crate. => SHA256 Checksum OK for rust/crates/safe_arch-0.5.2.crate. => SHA256 Checksum OK for rust/crates/safemem-0.2.0.crate. => SHA256 Checksum OK for rust/crates/same-file-1.0.6.crate. => SHA256 Checksum OK for rust/crates/schannel-0.1.20.crate. => SHA256 Checksum OK for rust/crates/scoped_threadpool-0.1.9.crate. => SHA256 Checksum OK for rust/crates/scopeguard-1.1.0.crate. => SHA256 Checksum OK for rust/crates/security-framework-2.7.0.crate. => SHA256 Checksum OK for rust/crates/security-framework-sys-2.6.1.crate. => SHA256 Checksum OK for rust/crates/self_cell-0.10.2.crate. => SHA256 Checksum OK for rust/crates/semver-0.11.0.crate. => SHA256 Checksum OK for rust/crates/semver-parser-0.10.2.crate. => SHA256 Checksum OK for rust/crates/serde-1.0.145.crate. => SHA256 Checksum OK for rust/crates/serde_derive-1.0.145.crate. => SHA256 Checksum OK for rust/crates/serde_json-1.0.87.crate. => SHA256 Checksum OK for rust/crates/serde_repr-0.1.9.crate. => SHA256 Checksum OK for rust/crates/serde_urlencoded-0.7.1.crate. => SHA256 Checksum OK for rust/crates/serde_yaml-0.8.26.crate. => SHA256 Checksum OK for rust/crates/sha2-0.9.9.crate. => SHA256 Checksum OK for rust/crates/sha2-0.10.6.crate. => SHA256 Checksum OK for rust/crates/sharded-slab-0.1.4.crate. => SHA256 Checksum OK for rust/crates/shellexpand-2.1.2.crate. => SHA256 Checksum OK for rust/crates/sid-0.6.1.crate. => SHA256 Checksum OK for rust/crates/signal-hook-0.3.14.crate. => SHA256 Checksum OK for rust/crates/signal-hook-mio-0.2.3.crate. => SHA256 Checksum OK for rust/crates/signal-hook-registry-1.4.0.crate. => SHA256 Checksum OK for rust/crates/simplecss-0.2.1.crate. => SHA256 Checksum OK for rust/crates/siphasher-0.2.3.crate. => SHA256 Checksum OK for rust/crates/siphasher-0.3.10.crate. => SHA256 Checksum OK for rust/crates/sized-chunks-0.6.5.crate. => SHA256 Checksum OK for rust/crates/slab-0.4.7.crate. => SHA256 Checksum OK for rust/crates/sled-0.34.7.crate. => SHA256 Checksum OK for rust/crates/slice-group-by-0.3.0.crate. => SHA256 Checksum OK for rust/crates/slotmap-1.0.6.crate. => SHA256 Checksum OK for rust/crates/smallvec-1.10.0.crate. => SHA256 Checksum OK for rust/crates/socket2-0.4.7.crate. => SHA256 Checksum OK for rust/crates/spin-0.9.4.crate. => SHA256 Checksum OK for rust/crates/spinning-0.1.0.crate. => SHA256 Checksum OK for rust/crates/spsc-buffer-0.1.1.crate. => SHA256 Checksum OK for rust/crates/stable_deref_trait-1.2.0.crate. => SHA256 Checksum OK for rust/crates/strsim-0.10.0.crate. => SHA256 Checksum OK for rust/crates/strum-0.21.0.crate. => SHA256 Checksum OK for rust/crates/strum_macros-0.21.1.crate. => SHA256 Checksum OK for rust/crates/svgfilters-0.4.0.crate. => SHA256 Checksum OK for rust/crates/svgtypes-0.5.0.crate. => SHA256 Checksum OK for rust/crates/svgtypes-0.8.1.crate. => SHA256 Checksum OK for rust/crates/syn-1.0.101.crate. => SHA256 Checksum OK for rust/crates/system-deps-3.2.0.crate. => SHA256 Checksum OK for rust/crates/system-interface-0.22.0.crate. => SHA256 Checksum OK for rust/crates/tar-0.4.38.crate. => SHA256 Checksum OK for rust/crates/target-lexicon-0.12.4.crate. => SHA256 Checksum OK for rust/crates/tempfile-3.3.0.crate. => SHA256 Checksum OK for rust/crates/termcolor-1.1.3.crate. => SHA256 Checksum OK for rust/crates/textwrap-0.15.2.crate. => SHA256 Checksum OK for rust/crates/thiserror-1.0.36.crate. => SHA256 Checksum OK for rust/crates/thiserror-impl-1.0.36.crate. => SHA256 Checksum OK for rust/crates/thread-id-4.0.0.crate. => SHA256 Checksum OK for rust/crates/thread_local-1.1.4.crate. => SHA256 Checksum OK for rust/crates/threadpool-1.8.1.crate. => SHA256 Checksum OK for rust/crates/tiff-0.7.3.crate. => SHA256 Checksum OK for rust/crates/time-0.1.44.crate. => SHA256 Checksum OK for rust/crates/time-0.3.14.crate. => SHA256 Checksum OK for rust/crates/tiny-skia-0.6.6.crate. => SHA256 Checksum OK for rust/crates/tinystr-0.3.4.crate. => SHA256 Checksum OK for rust/crates/tinyvec-1.6.0.crate. => SHA256 Checksum OK for rust/crates/tinyvec_macros-0.1.0.crate. => SHA256 Checksum OK for rust/crates/tokio-1.21.1.crate. => SHA256 Checksum OK for rust/crates/tokio-macros-1.8.0.crate. => SHA256 Checksum OK for rust/crates/tokio-native-tls-0.3.0.crate. => SHA256 Checksum OK for rust/crates/tokio-socks-0.5.1.crate. => SHA256 Checksum OK for rust/crates/tokio-util-0.7.4.crate. => SHA256 Checksum OK for rust/crates/toml-0.5.9.crate. => SHA256 Checksum OK for rust/crates/toml_edit-0.14.4.crate. => SHA256 Checksum OK for rust/crates/tower-service-0.3.2.crate. => SHA256 Checksum OK for rust/crates/tracing-0.1.36.crate. => SHA256 Checksum OK for rust/crates/tracing-attributes-0.1.22.crate. => SHA256 Checksum OK for rust/crates/tracing-core-0.1.29.crate. => SHA256 Checksum OK for rust/crates/tracing-subscriber-0.3.15.crate. => SHA256 Checksum OK for rust/crates/tracing-wasm-0.2.1.crate. => SHA256 Checksum OK for rust/crates/trash-2.1.5.crate. => SHA256 Checksum OK for rust/crates/tree-sitter-0.20.9.crate. => SHA256 Checksum OK for rust/crates/tree-sitter-c-0.20.2.crate. => SHA256 Checksum OK for rust/crates/tree-sitter-cmake-0.1.0.crate. => SHA256 Checksum OK for rust/crates/tree-sitter-cpp-0.20.0.crate. => SHA256 Checksum OK for rust/crates/tree-sitter-elm-5.6.3.crate. => SHA256 Checksum OK for rust/crates/tree-sitter-go-0.19.1.crate. => SHA256 Checksum OK for rust/crates/tree-sitter-hare-0.20.7.crate. => SHA256 Checksum OK for rust/crates/tree-sitter-html-0.19.0.crate. => SHA256 Checksum OK for rust/crates/tree-sitter-javascript-0.20.0.crate. => SHA256 Checksum OK for rust/crates/tree-sitter-prisma-io-1.3.0.crate. => SHA256 Checksum OK for rust/crates/tree-sitter-python-0.20.2.crate. => SHA256 Checksum OK for rust/crates/tree-sitter-r-0.19.5.crate. => SHA256 Checksum OK for rust/crates/tree-sitter-rust-0.20.1.crate. => SHA256 Checksum OK for rust/crates/tree-sitter-swift-0.3.4.crate. => SHA256 Checksum OK for rust/crates/tree-sitter-toml-0.20.0.crate. => SHA256 Checksum OK for rust/crates/tree-sitter-typescript-0.20.1.crate. => SHA256 Checksum OK for rust/crates/tree-sitter-vue-0.0.3.crate. => SHA256 Checksum OK for rust/crates/try-lock-0.2.3.crate. => SHA256 Checksum OK for rust/crates/ttf-parser-0.9.0.crate. => SHA256 Checksum OK for rust/crates/ttf-parser-0.12.3.crate. => SHA256 Checksum OK for rust/crates/ttf-parser-0.15.2.crate. => SHA256 Checksum OK for rust/crates/type-map-0.4.0.crate. => SHA256 Checksum OK for rust/crates/typenum-1.15.0.crate. => SHA256 Checksum OK for rust/crates/ucd-trie-0.1.5.crate. => SHA256 Checksum OK for rust/crates/unic-bidi-0.9.0.crate. => SHA256 Checksum OK for rust/crates/unic-char-property-0.9.0.crate. => SHA256 Checksum OK for rust/crates/unic-char-range-0.9.0.crate. => SHA256 Checksum OK for rust/crates/unic-common-0.9.0.crate. => SHA256 Checksum OK for rust/crates/unic-langid-0.9.0.crate. => SHA256 Checksum OK for rust/crates/unic-langid-impl-0.9.0.crate. => SHA256 Checksum OK for rust/crates/unic-ucd-bidi-0.9.0.crate. => SHA256 Checksum OK for rust/crates/unic-ucd-version-0.9.0.crate. => SHA256 Checksum OK for rust/crates/unicase-2.6.0.crate. => SHA256 Checksum OK for rust/crates/unicode-bidi-0.3.8.crate. => SHA256 Checksum OK for rust/crates/unicode-bidi-mirroring-0.1.0.crate. => SHA256 Checksum OK for rust/crates/unicode-ccc-0.1.2.crate. => SHA256 Checksum OK for rust/crates/unicode-general-category-0.2.0.crate. => SHA256 Checksum OK for rust/crates/unicode-general-category-0.4.0.crate. => SHA256 Checksum OK for rust/crates/unicode-ident-1.0.4.crate. => SHA256 Checksum OK for rust/crates/unicode-normalization-0.1.22.crate. => SHA256 Checksum OK for rust/crates/unicode-script-0.5.5.crate. => SHA256 Checksum OK for rust/crates/unicode-segmentation-1.10.0.crate. => SHA256 Checksum OK for rust/crates/unicode-vo-0.1.0.crate. => SHA256 Checksum OK for rust/crates/unicode-width-0.1.10.crate. => SHA256 Checksum OK for rust/crates/url-2.3.1.crate. => SHA256 Checksum OK for rust/crates/usvg-0.14.1.crate. => SHA256 Checksum OK for rust/crates/usvg-0.22.0.crate. => SHA256 Checksum OK for rust/crates/utf8parse-0.2.0.crate. => SHA256 Checksum OK for rust/crates/uuid-1.2.2.crate. => SHA256 Checksum OK for rust/crates/vcpkg-0.2.15.crate. => SHA256 Checksum OK for rust/crates/version-compare-0.0.11.crate. => SHA256 Checksum OK for rust/crates/version_check-0.9.4.crate. => SHA256 Checksum OK for rust/crates/vte-0.10.1.crate. => SHA256 Checksum OK for rust/crates/vte_generate_state_changes-0.1.1.crate. => SHA256 Checksum OK for rust/crates/waker-fn-1.1.0.crate. => SHA256 Checksum OK for rust/crates/walkdir-2.3.2.crate. => SHA256 Checksum OK for rust/crates/want-0.3.0.crate. => SHA256 Checksum OK for rust/crates/wasi-0.10.0+wasi-snapshot-preview1.crate. => SHA256 Checksum OK for rust/crates/wasi-0.11.0+wasi-snapshot-preview1.crate. => SHA256 Checksum OK for rust/crates/wasi-cap-std-sync-1.0.2.crate. => SHA256 Checksum OK for rust/crates/wasi-common-1.0.2.crate. => SHA256 Checksum OK for rust/crates/wasm-bindgen-0.2.83.crate. => SHA256 Checksum OK for rust/crates/wasm-bindgen-backend-0.2.83.crate. => SHA256 Checksum OK for rust/crates/wasm-bindgen-futures-0.4.33.crate. => SHA256 Checksum OK for rust/crates/wasm-bindgen-macro-0.2.83.crate. => SHA256 Checksum OK for rust/crates/wasm-bindgen-macro-support-0.2.83.crate. => SHA256 Checksum OK for rust/crates/wasm-bindgen-shared-0.2.83.crate. => SHA256 Checksum OK for rust/crates/wasm-encoder-0.17.0.crate. => SHA256 Checksum OK for rust/crates/wasmparser-0.89.1.crate. => SHA256 Checksum OK for rust/crates/wasmtime-1.0.2.crate. => SHA256 Checksum OK for rust/crates/wasmtime-asm-macros-1.0.2.crate. => SHA256 Checksum OK for rust/crates/wasmtime-cache-1.0.2.crate. => SHA256 Checksum OK for rust/crates/wasmtime-cranelift-1.0.2.crate. => SHA256 Checksum OK for rust/crates/wasmtime-environ-1.0.2.crate. => SHA256 Checksum OK for rust/crates/wasmtime-fiber-1.0.2.crate. => SHA256 Checksum OK for rust/crates/wasmtime-jit-1.0.2.crate. => SHA256 Checksum OK for rust/crates/wasmtime-jit-debug-1.0.2.crate. => SHA256 Checksum OK for rust/crates/wasmtime-runtime-1.0.2.crate. => SHA256 Checksum OK for rust/crates/wasmtime-types-1.0.2.crate. => SHA256 Checksum OK for rust/crates/wasmtime-wasi-1.0.2.crate. => SHA256 Checksum OK for rust/crates/wast-35.0.2.crate. => SHA256 Checksum OK for rust/crates/wast-47.0.0.crate. => SHA256 Checksum OK for rust/crates/wat-1.0.49.crate. => SHA256 Checksum OK for rust/crates/web-sys-0.3.60.crate. => SHA256 Checksum OK for rust/crates/weezl-0.1.7.crate. => SHA256 Checksum OK for rust/crates/which-4.3.0.crate. => SHA256 Checksum OK for rust/crates/wiggle-1.0.2.crate. => SHA256 Checksum OK for rust/crates/wiggle-generate-1.0.2.crate. => SHA256 Checksum OK for rust/crates/wiggle-macro-1.0.2.crate. => SHA256 Checksum OK for rust/crates/winapi-0.2.8.crate. => SHA256 Checksum OK for rust/crates/winapi-0.3.9.crate. => SHA256 Checksum OK for rust/crates/winapi-build-0.1.1.crate. => SHA256 Checksum OK for rust/crates/winapi-i686-pc-windows-gnu-0.4.0.crate. => SHA256 Checksum OK for rust/crates/winapi-util-0.1.5.crate. => SHA256 Checksum OK for rust/crates/winapi-x86_64-pc-windows-gnu-0.4.0.crate. => SHA256 Checksum OK for rust/crates/windows-0.37.0.crate. => SHA256 Checksum OK for rust/crates/windows-sys-0.36.1.crate. => SHA256 Checksum OK for rust/crates/windows_aarch64_msvc-0.36.1.crate. => SHA256 Checksum OK for rust/crates/windows_aarch64_msvc-0.37.0.crate. => SHA256 Checksum OK for rust/crates/windows_i686_gnu-0.36.1.crate. => SHA256 Checksum OK for rust/crates/windows_i686_gnu-0.37.0.crate. => SHA256 Checksum OK for rust/crates/windows_i686_msvc-0.36.1.crate. => SHA256 Checksum OK for rust/crates/windows_i686_msvc-0.37.0.crate. => SHA256 Checksum OK for rust/crates/windows_x86_64_gnu-0.36.1.crate. => SHA256 Checksum OK for rust/crates/windows_x86_64_gnu-0.37.0.crate. => SHA256 Checksum OK for rust/crates/windows_x86_64_msvc-0.36.1.crate. => SHA256 Checksum OK for rust/crates/windows_x86_64_msvc-0.37.0.crate. => SHA256 Checksum OK for rust/crates/winreg-0.10.1.crate. => SHA256 Checksum OK for rust/crates/winres-0.1.12.crate. => SHA256 Checksum OK for rust/crates/winx-0.33.0.crate. => SHA256 Checksum OK for rust/crates/wio-0.2.2.crate. => SHA256 Checksum OK for rust/crates/witx-0.9.1.crate. => SHA256 Checksum OK for rust/crates/ws2_32-sys-0.2.1.crate. => SHA256 Checksum OK for rust/crates/xattr-0.2.3.crate. => SHA256 Checksum OK for rust/crates/xi-unicode-0.3.0.crate. => SHA256 Checksum OK for rust/crates/xml-rs-0.7.0.crate. => SHA256 Checksum OK for rust/crates/xml-rs-0.8.4.crate. => SHA256 Checksum OK for rust/crates/xmlparser-0.13.3.crate. => SHA256 Checksum OK for rust/crates/xmlwriter-0.1.0.crate. => SHA256 Checksum OK for rust/crates/yaml-rust-0.4.5.crate. => SHA256 Checksum OK for rust/crates/yazi-0.1.4.crate. => SHA256 Checksum OK for rust/crates/yeslogic-fontconfig-sys-3.2.0.crate. => SHA256 Checksum OK for rust/crates/zeno-0.2.2.crate. => SHA256 Checksum OK for rust/crates/zip-0.6.3.crate. => SHA256 Checksum OK for rust/crates/zstd-0.11.2+zstd.1.5.2.crate. => SHA256 Checksum OK for rust/crates/zstd-safe-5.0.2+zstd.1.5.2.crate. => SHA256 Checksum OK for rust/crates/zstd-sys-2.0.1+zstd.1.5.2.crate. => SHA256 Checksum OK for 6cdh-tree-sitter-scheme-af0fd1fa452cb2562dc7b5c8a8c55551c39273b9_GH0.tar.gz. => SHA256 Checksum OK for syntacti-tree-sitter-dart-78cad4503571d72666f78d5ba8ed6c1417653063_GH0.tar.gz. => SHA256 Checksum OK for VixieTSQ-tree-sitter-scss-3aac3391ede5098edbf4cc8a9f6d0cfdfe28e5dc_GH0.tar.gz. => SHA256 Checksum OK for MDeiml-tree-sitter-markdown-272e080bca0efd19a06a7f4252d746417224959e_GH0.tar.gz. => SHA256 Checksum OK for tree-sitter-tree-sitter-haskell-e30bdfd53eb28c73f26a68b77d436fd2140af167_GH0.tar.gz. => SHA256 Checksum OK for lapce-psp-types-b55d2c5c1f9aae89a4f369db5151fe1756d34c08_GH0.tar.gz. => SHA256 Checksum OK for yusdacra-tree-sitter-protobuf-5aef38d655f76a6b0d172340eed3766c93b3124c_GH0.tar.gz. => SHA256 Checksum OK for maxxnino-tree-sitter-zig-8d3224c3bd0890fe08358886ebf54fca2ed448a6_GH0.tar.gz. => SHA256 Checksum OK for panekj-tree-sitter-dockerfile-c49d819e07685c90456270f1cc654d9cba640f53_GH0.tar.gz. => SHA256 Checksum OK for tree-sitter-tree-sitter-c-sharp-5b60f99545fea00a33bbfae5be956f684c4c69e2_GH0.tar.gz. => SHA256 Checksum OK for varlad-tree-sitter-julia-2ad4c9b79e0f213b61dbb3820754bfc6306e595a_GH0.tar.gz. => SHA256 Checksum OK for oknozor-tree-sitter-sql-15dad0f3cae8a094a7dac17d712ea8fb25228011_GH0.tar.gz. => SHA256 Checksum OK for tree-sitter-tree-sitter-java-09d650def6cdf7f479f4b78f595e9ef5b58ce31e_GH0.tar.gz. => SHA256 Checksum OK for lapce-parley-c37477b889ff53b9a3033e2180becddf90b9bb17_GH0.tar.gz. => SHA256 Checksum OK for tree-sitter-tree-sitter-json-11e2cc12d9b267766fb11a06e52952792fd8e3f0_GH0.tar.gz. => SHA256 Checksum OK for vantreeseba-tree-sitter-haxe-52e3d2b9c3955aca886bccc38b496ef99b603a09_GH0.tar.gz. => SHA256 Checksum OK for VixieTSQ-tree-sitter-glimmer-7281caca2ba114e1960c5d944a37860ef0841426_GH0.tar.gz. => SHA256 Checksum OK for WhatsApp-tree-sitter-erlang-a8b8b0e16c4f5552f5e85af3dec976a5d16af8b9_GH0.tar.gz. => SHA256 Checksum OK for panekj-tree-sitter-yaml-80c8d76847f03e772c5c524cf29bafb56858a8d1_GH0.tar.gz. => SHA256 Checksum OK for dragazo-human-sort-1e74db1e09e8194ba88ad983723cf6f8b0c365da_GH0.tar.gz. => SHA256 Checksum OK for tree-sitter-tree-sitter-ql-bd087020f0d8c183080ca615d38de0ec827aeeaf_GH0.tar.gz. => SHA256 Checksum OK for tree-sitter-tree-sitter-bash-4488aa41406547e478636a4fcfd24f5bbc3f2f74_GH0.tar.gz. => SHA256 Checksum OK for syntacti-tree-sitter-lua-a29f646c14ed800aaeef1ca58a9bacc6d92922e8_GH0.tar.gz. => SHA256 Checksum OK for tree-sitter-tree-sitter-ocaml-cc26b1ef111100f26a137bcbcd39fd4e35be9a59_GH0.tar.gz. => SHA256 Checksum OK for ghishadow-tree-sitter-d-36603135ecb37ac6494c520efff91b875815d6f7_GH0.tar.gz. => SHA256 Checksum OK for lapce-piet-wgpu-2024fe8f241dc95ad38f4024d39898bada8fe802_GH0.tar.gz. => SHA256 Checksum OK for lapce-swash-1d9b8c700a415f0f4216dd30026b3a2149db8e1e_GH0.tar.gz. => SHA256 Checksum OK for elixir-lang-tree-sitter-elixir-05e3631c6a0701c1fa518b0fee7be95a2ceef5e2_GH0.tar.gz. => SHA256 Checksum OK for lapce-fount-3bfdc689c0cfbeb498358c79c7be2cb3beb44efe_GH0.tar.gz. => SHA256 Checksum OK for latex-lsp-tree-sitter-latex-b3b2cf27f33e71438ebe46934900b1153901c6f2_GH0.tar.gz. => SHA256 Checksum OK for lapce-wasi-experimental-http-5c6d970fe0750932f76979678384bf1c5ab5be2e_GH0.tar.gz. => SHA256 Checksum OK for syntacti-tree-sitter-css-397aa132b9982fcdd2d473ed69343762a557f10a_GH0.tar.gz. => SHA256 Checksum OK for lapce-font-kit-23e28b06b40f31fc53b82645b09ce6421768be23_GH0.tar.gz. => SHA256 Checksum OK for Himujjal-tree-sitter-svelte-52e122ae68b316d3aa960a0a422d3645ba717f42_GH0.tar.gz. => SHA256 Checksum OK for szebniok-tree-sitter-wgsl-272e89ef2aeac74178edb9db4a83c1ffef80a463_GH0.tar.gz. => SHA256 Checksum OK for tree-sitter-tree-sitter-ruby-656abef0645caea793e33c1c773570722463e1d8_GH0.tar.gz. => SHA256 Checksum OK for VixieTSQ-tree-sitter-hcl-f4aa4553344e03e149ec459549a7f686d6846626_GH0.tar.gz. => SHA256 Checksum OK for RenjiSann-tree-sitter-xml-422528a43630db6dcc1e222d1c5ee3babd559473_GH0.tar.gz. => SHA256 Checksum OK for lapce-druid-0b9c00fcda238e392e758382f25166cd748fd305_GH0.tar.gz. => SHA256 Checksum OK for lapce-structdesc-a6a2b8ab65d43475238f889736c4aa5dfff4500a_GH0.tar.gz. => SHA256 Checksum OK for panekj-tree-sitter-nix-59fc47150ab437e8bb356c7ab21e9531e87f7cc8_GH0.tar.gz. => SHA256 Checksum OK for abreumatheus-tree-sitter-clojure-fdc969eb04fc711e38ad74afe441d74b3b5d3091_GH0.tar.gz. => SHA256 Checksum OK for fwcd-tree-sitter-kotlin-a4f71eb9b8c9b19ded3e0e9470be4b1b77c2b569_GH0.tar.gz. => SHA256 Checksum OK for theHamsta-tree-sitter-glsl-74329feb2605deccd32b1c644af507daa6fb82f1_GH0.tar.gz. => SHA256 Checksum OK for tree-sitter-tree-sitter-php-ab2e72179ceb8bb0b249c8ac9162a148e911b3dc_GH0.tar.gz. => SHA256 Checksum OK for lapce-lapce-v0.2.8_GH0.tar.gz. SUCCEEDED 00:00:40 ------------------------------------------------------------------------------- -- Phase: extract-depends ------------------------------------------------------------------------------- SUCCEEDED 00:00:01 ------------------------------------------------------------------------------- -- Phase: extract ------------------------------------------------------------------------------- ===> lapce-0.2.8_1 depends on file: /usr/local/sbin/pkg - found ===> Fetching all distfiles required by lapce-0.2.8_1 for building ===> Extracting for lapce-0.2.8_1 => SHA256 Checksum OK for rust/crates/Inflector-0.11.4.crate. => SHA256 Checksum OK for rust/crates/addr2line-0.17.0.crate. => SHA256 Checksum OK for rust/crates/adler-1.0.2.crate. => SHA256 Checksum OK for rust/crates/ahash-0.7.6.crate. => SHA256 Checksum OK for rust/crates/aho-corasick-0.7.19.crate. => SHA256 Checksum OK for rust/crates/alacritty_config-0.1.0.crate. => SHA256 Checksum OK for rust/crates/alacritty_config_derive-0.2.0.crate. => SHA256 Checksum OK for rust/crates/alacritty_terminal-0.17.0.crate. => SHA256 Checksum OK for rust/crates/ambient-authority-0.0.1.crate. => SHA256 Checksum OK for rust/crates/android_system_properties-0.1.5.crate. => SHA256 Checksum OK for rust/crates/ansi_term-0.12.1.crate. => SHA256 Checksum OK for rust/crates/anyhow-1.0.65.crate. => SHA256 Checksum OK for rust/crates/arc-swap-1.5.1.crate. => SHA256 Checksum OK for rust/crates/arrayref-0.3.6.crate. => SHA256 Checksum OK for rust/crates/arrayvec-0.5.2.crate. => SHA256 Checksum OK for rust/crates/arrayvec-0.7.2.crate. => SHA256 Checksum OK for rust/crates/async-channel-1.7.1.crate. => SHA256 Checksum OK for rust/crates/async-task-4.3.0.crate. => SHA256 Checksum OK for rust/crates/async-trait-0.1.57.crate. => SHA256 Checksum OK for rust/crates/atk-0.14.0.crate. => SHA256 Checksum OK for rust/crates/atk-sys-0.14.0.crate. => SHA256 Checksum OK for rust/crates/atomic-waker-1.0.0.crate. => SHA256 Checksum OK for rust/crates/atty-0.2.14.crate. => SHA256 Checksum OK for rust/crates/autocfg-1.1.0.crate. => SHA256 Checksum OK for rust/crates/backtrace-0.3.66.crate. => SHA256 Checksum OK for rust/crates/base64-0.8.0.crate. => SHA256 Checksum OK for rust/crates/base64-0.13.0.crate. => SHA256 Checksum OK for rust/crates/bincode-1.3.3.crate. => SHA256 Checksum OK for rust/crates/bit_field-0.10.1.crate. => SHA256 Checksum OK for rust/crates/bitflags-1.3.2.crate. => SHA256 Checksum OK for rust/crates/bitmaps-2.1.0.crate. => SHA256 Checksum OK for rust/crates/block-0.1.6.crate. => SHA256 Checksum OK for rust/crates/block-buffer-0.9.0.crate. => SHA256 Checksum OK for rust/crates/block-buffer-0.10.3.crate. => SHA256 Checksum OK for rust/crates/blocking-1.2.0.crate. => SHA256 Checksum OK for rust/crates/bstr-0.2.17.crate. => SHA256 Checksum OK for rust/crates/bumpalo-3.11.0.crate. => SHA256 Checksum OK for rust/crates/bytecount-0.6.3.crate. => SHA256 Checksum OK for rust/crates/bytemuck-1.12.1.crate. => SHA256 Checksum OK for rust/crates/bytemuck_derive-1.2.1.crate. => SHA256 Checksum OK for rust/crates/byteorder-1.4.3.crate. => SHA256 Checksum OK for rust/crates/bytes-1.2.1.crate. => SHA256 Checksum OK for rust/crates/cache-padded-1.2.0.crate. => SHA256 Checksum OK for rust/crates/cairo-rs-0.14.9.crate. => SHA256 Checksum OK for rust/crates/cairo-sys-rs-0.14.9.crate. => SHA256 Checksum OK for rust/crates/cap-fs-ext-0.25.3.crate. => SHA256 Checksum OK for rust/crates/cap-primitives-0.25.3.crate. => SHA256 Checksum OK for rust/crates/cap-rand-0.25.3.crate. => SHA256 Checksum OK for rust/crates/cap-std-0.25.3.crate. => SHA256 Checksum OK for rust/crates/cap-time-ext-0.25.3.crate. => SHA256 Checksum OK for rust/crates/cc-1.0.73.crate. => SHA256 Checksum OK for rust/crates/cfg-expr-0.8.1.crate. => SHA256 Checksum OK for rust/crates/cfg-if-0.1.10.crate. => SHA256 Checksum OK for rust/crates/cfg-if-1.0.0.crate. => SHA256 Checksum OK for rust/crates/cgl-0.3.2.crate. => SHA256 Checksum OK for rust/crates/chrono-0.4.22.crate. => SHA256 Checksum OK for rust/crates/clap-3.2.22.crate. => SHA256 Checksum OK for rust/crates/clap_derive-3.2.18.crate. => SHA256 Checksum OK for rust/crates/clap_lex-0.2.4.crate. => SHA256 Checksum OK for rust/crates/cmake-0.1.48.crate. => SHA256 Checksum OK for rust/crates/cocoa-0.24.0.crate. => SHA256 Checksum OK for rust/crates/cocoa-foundation-0.1.0.crate. => SHA256 Checksum OK for rust/crates/color_quant-1.1.0.crate. => SHA256 Checksum OK for rust/crates/combine-4.6.6.crate. => SHA256 Checksum OK for rust/crates/concurrent-queue-1.2.4.crate. => SHA256 Checksum OK for rust/crates/config-0.13.2.crate. => SHA256 Checksum OK for rust/crates/console_error_panic_hook-0.1.7.crate. => SHA256 Checksum OK for rust/crates/const-cstr-0.3.0.crate. => SHA256 Checksum OK for rust/crates/core-foundation-0.9.3.crate. => SHA256 Checksum OK for rust/crates/core-foundation-sys-0.8.3.crate. => SHA256 Checksum OK for rust/crates/core-graphics-0.22.3.crate. => SHA256 Checksum OK for rust/crates/core-graphics-types-0.1.1.crate. => SHA256 Checksum OK for rust/crates/core-text-19.2.0.crate. => SHA256 Checksum OK for rust/crates/cpp_demangle-0.3.5.crate. => SHA256 Checksum OK for rust/crates/cpufeatures-0.2.5.crate. => SHA256 Checksum OK for rust/crates/cranelift-bforest-0.88.2.crate. => SHA256 Checksum OK for rust/crates/cranelift-codegen-0.88.2.crate. => SHA256 Checksum OK for rust/crates/cranelift-codegen-meta-0.88.2.crate. => SHA256 Checksum OK for rust/crates/cranelift-codegen-shared-0.88.2.crate. => SHA256 Checksum OK for rust/crates/cranelift-entity-0.88.2.crate. => SHA256 Checksum OK for rust/crates/cranelift-frontend-0.88.2.crate. => SHA256 Checksum OK for rust/crates/cranelift-isle-0.88.2.crate. => SHA256 Checksum OK for rust/crates/cranelift-native-0.88.2.crate. => SHA256 Checksum OK for rust/crates/cranelift-wasm-0.88.2.crate. => SHA256 Checksum OK for rust/crates/crc32fast-1.3.2.crate. => SHA256 Checksum OK for rust/crates/crossbeam-channel-0.5.6.crate. => SHA256 Checksum OK for rust/crates/crossbeam-deque-0.8.2.crate. => SHA256 Checksum OK for rust/crates/crossbeam-epoch-0.9.10.crate. => SHA256 Checksum OK for rust/crates/crossbeam-utils-0.8.11.crate. => SHA256 Checksum OK for rust/crates/crypto-common-0.1.6.crate. => SHA256 Checksum OK for rust/crates/darling-0.13.4.crate. => SHA256 Checksum OK for rust/crates/darling_core-0.13.4.crate. => SHA256 Checksum OK for rust/crates/darling_macro-0.13.4.crate. => SHA256 Checksum OK for rust/crates/data-url-0.1.1.crate. => SHA256 Checksum OK for rust/crates/digest-0.9.0.crate. => SHA256 Checksum OK for rust/crates/digest-0.10.5.crate. => SHA256 Checksum OK for rust/crates/directories-4.0.1.crate. => SHA256 Checksum OK for rust/crates/directories-next-2.0.0.crate. => SHA256 Checksum OK for rust/crates/dirs-4.0.0.crate. => SHA256 Checksum OK for rust/crates/dirs-next-2.0.0.crate. => SHA256 Checksum OK for rust/crates/dirs-sys-0.3.7.crate. => SHA256 Checksum OK for rust/crates/dirs-sys-next-0.1.2.crate. => SHA256 Checksum OK for rust/crates/dlib-0.5.0.crate. => SHA256 Checksum OK for rust/crates/dmg-0.1.1.crate. => SHA256 Checksum OK for rust/crates/dwrote-0.11.0.crate. => SHA256 Checksum OK for rust/crates/dyn-clone-1.0.10.crate. => SHA256 Checksum OK for rust/crates/either-1.8.0.crate. => SHA256 Checksum OK for rust/crates/encoding_rs-0.8.31.crate. => SHA256 Checksum OK for rust/crates/encoding_rs_io-0.1.7.crate. => SHA256 Checksum OK for rust/crates/env_logger-0.9.1.crate. => SHA256 Checksum OK for rust/crates/errno-0.2.8.crate. => SHA256 Checksum OK for rust/crates/errno-dragonfly-0.1.2.crate. => SHA256 Checksum OK for rust/crates/euclid-0.22.7.crate. => SHA256 Checksum OK for rust/crates/event-listener-2.5.3.crate. => SHA256 Checksum OK for rust/crates/exr-1.5.1.crate. => SHA256 Checksum OK for rust/crates/fallible-iterator-0.2.0.crate. => SHA256 Checksum OK for rust/crates/fastrand-1.8.0.crate. => SHA256 Checksum OK for rust/crates/fern-0.6.1.crate. => SHA256 Checksum OK for rust/crates/field-offset-0.3.4.crate. => SHA256 Checksum OK for rust/crates/file-per-thread-logger-0.1.5.crate. => SHA256 Checksum OK for rust/crates/filetime-0.2.17.crate. => SHA256 Checksum OK for rust/crates/fixedbitset-0.2.0.crate. => SHA256 Checksum OK for rust/crates/flate2-1.0.24.crate. => SHA256 Checksum OK for rust/crates/float-cmp-0.5.3.crate. => SHA256 Checksum OK for rust/crates/float-cmp-0.9.0.crate. => SHA256 Checksum OK for rust/crates/float-ord-0.2.0.crate. => SHA256 Checksum OK for rust/crates/float_next_after-0.1.5.crate. => SHA256 Checksum OK for rust/crates/fluent-bundle-0.15.2.crate. => SHA256 Checksum OK for rust/crates/fluent-langneg-0.13.0.crate. => SHA256 Checksum OK for rust/crates/fluent-syntax-0.11.0.crate. => SHA256 Checksum OK for rust/crates/flume-0.10.14.crate. => SHA256 Checksum OK for rust/crates/fnv-1.0.7.crate. => SHA256 Checksum OK for rust/crates/fontconfig-parser-0.5.0.crate. => SHA256 Checksum OK for rust/crates/fontdb-0.5.4.crate. => SHA256 Checksum OK for rust/crates/fontdb-0.9.1.crate. => SHA256 Checksum OK for rust/crates/foreign-types-0.3.2.crate. => SHA256 Checksum OK for rust/crates/foreign-types-shared-0.1.1.crate. => SHA256 Checksum OK for rust/crates/form_urlencoded-1.1.0.crate. => SHA256 Checksum OK for rust/crates/freetype-0.7.0.crate. => SHA256 Checksum OK for rust/crates/freetype-sys-0.13.1.crate. => SHA256 Checksum OK for rust/crates/fs-set-times-0.17.1.crate. => SHA256 Checksum OK for rust/crates/fs2-0.4.3.crate. => SHA256 Checksum OK for rust/crates/fs_extra-1.2.0.crate. => SHA256 Checksum OK for rust/crates/fsevent-sys-4.1.0.crate. => SHA256 Checksum OK for rust/crates/fuchsia-zircon-0.3.3.crate. => SHA256 Checksum OK for rust/crates/fuchsia-zircon-sys-0.3.3.crate. => SHA256 Checksum OK for rust/crates/futures-0.3.24.crate. => SHA256 Checksum OK for rust/crates/futures-channel-0.3.24.crate. => SHA256 Checksum OK for rust/crates/futures-core-0.3.24.crate. => SHA256 Checksum OK for rust/crates/futures-executor-0.3.24.crate. => SHA256 Checksum OK for rust/crates/futures-io-0.3.24.crate. => SHA256 Checksum OK for rust/crates/futures-lite-1.12.0.crate. => SHA256 Checksum OK for rust/crates/futures-macro-0.3.24.crate. => SHA256 Checksum OK for rust/crates/futures-sink-0.3.24.crate. => SHA256 Checksum OK for rust/crates/futures-task-0.3.24.crate. => SHA256 Checksum OK for rust/crates/futures-util-0.3.24.crate. => SHA256 Checksum OK for rust/crates/fuzzy-matcher-0.3.7.crate. => SHA256 Checksum OK for rust/crates/fxhash-0.2.1.crate. => SHA256 Checksum OK for rust/crates/gdk-0.14.3.crate. => SHA256 Checksum OK for rust/crates/gdk-pixbuf-0.14.0.crate. => SHA256 Checksum OK for rust/crates/gdk-pixbuf-sys-0.14.0.crate. => SHA256 Checksum OK for rust/crates/gdk-sys-0.14.0.crate. => SHA256 Checksum OK for rust/crates/generic-array-0.14.6.crate. => SHA256 Checksum OK for rust/crates/getopts-0.2.21.crate. => SHA256 Checksum OK for rust/crates/getrandom-0.2.7.crate. => SHA256 Checksum OK for rust/crates/gif-0.11.4.crate. => SHA256 Checksum OK for rust/crates/gimli-0.26.2.crate. => SHA256 Checksum OK for rust/crates/gio-0.14.8.crate. => SHA256 Checksum OK for rust/crates/gio-sys-0.14.0.crate. => SHA256 Checksum OK for rust/crates/git2-0.16.1.crate. => SHA256 Checksum OK for rust/crates/gl_generator-0.14.0.crate. => SHA256 Checksum OK for rust/crates/gl_loader-0.1.2.crate. => SHA256 Checksum OK for rust/crates/glam-0.10.2.crate. => SHA256 Checksum OK for rust/crates/glib-0.14.8.crate. => SHA256 Checksum OK for rust/crates/glib-macros-0.14.1.crate. => SHA256 Checksum OK for rust/crates/glib-sys-0.14.0.crate. => SHA256 Checksum OK for rust/crates/glob-0.3.0.crate. => SHA256 Checksum OK for rust/crates/globset-0.4.9.crate. => SHA256 Checksum OK for rust/crates/glow-0.11.2.crate. => SHA256 Checksum OK for rust/crates/glutin_wgl_sys-0.1.5.crate. => SHA256 Checksum OK for rust/crates/gobject-sys-0.14.0.crate. => SHA256 Checksum OK for rust/crates/grep-matcher-0.1.5.crate. => SHA256 Checksum OK for rust/crates/grep-regex-0.1.10.crate. => SHA256 Checksum OK for rust/crates/grep-searcher-0.1.10.crate. => SHA256 Checksum OK for rust/crates/gtk-0.14.3.crate. => SHA256 Checksum OK for rust/crates/gtk-sys-0.14.0.crate. => SHA256 Checksum OK for rust/crates/gtk3-macros-0.14.0.crate. => SHA256 Checksum OK for rust/crates/h2-0.3.14.crate. => SHA256 Checksum OK for rust/crates/half-1.8.2.crate. => SHA256 Checksum OK for rust/crates/hashbrown-0.11.2.crate. => SHA256 Checksum OK for rust/crates/hashbrown-0.12.3.crate. => SHA256 Checksum OK for rust/crates/heck-0.3.3.crate. => SHA256 Checksum OK for rust/crates/heck-0.4.0.crate. => SHA256 Checksum OK for rust/crates/hermit-abi-0.1.19.crate. => SHA256 Checksum OK for rust/crates/hermit-abi-0.2.6.crate. => SHA256 Checksum OK for rust/crates/http-0.2.8.crate. => SHA256 Checksum OK for rust/crates/http-body-0.4.5.crate. => SHA256 Checksum OK for rust/crates/httparse-1.8.0.crate. => SHA256 Checksum OK for rust/crates/httpdate-1.0.2.crate. => SHA256 Checksum OK for rust/crates/humantime-2.1.0.crate. => SHA256 Checksum OK for rust/crates/hyper-0.14.20.crate. => SHA256 Checksum OK for rust/crates/hyper-tls-0.5.0.crate. => SHA256 Checksum OK for rust/crates/iana-time-zone-0.1.50.crate. => SHA256 Checksum OK for rust/crates/ident_case-1.0.1.crate. => SHA256 Checksum OK for rust/crates/idna-0.3.0.crate. => SHA256 Checksum OK for rust/crates/ignore-0.4.18.crate. => SHA256 Checksum OK for rust/crates/im-15.1.0.crate. => SHA256 Checksum OK for rust/crates/image-0.24.4.crate. => SHA256 Checksum OK for rust/crates/include_dir-0.6.2.crate. => SHA256 Checksum OK for rust/crates/include_dir_impl-0.6.2.crate. => SHA256 Checksum OK for rust/crates/indexmap-1.9.2.crate. => SHA256 Checksum OK for rust/crates/inotify-0.9.6.crate. => SHA256 Checksum OK for rust/crates/inotify-sys-0.1.5.crate. => SHA256 Checksum OK for rust/crates/instant-0.1.12.crate. => SHA256 Checksum OK for rust/crates/interprocess-1.1.1.crate. => SHA256 Checksum OK for rust/crates/intl-memoizer-0.5.1.crate. => SHA256 Checksum OK for rust/crates/intl_pluralrules-7.0.1.crate. => SHA256 Checksum OK for rust/crates/intmap-0.7.1.crate. => SHA256 Checksum OK for rust/crates/io-extras-0.15.0.crate. => SHA256 Checksum OK for rust/crates/io-lifetimes-0.7.3.crate. => SHA256 Checksum OK for rust/crates/iovec-0.1.4.crate. => SHA256 Checksum OK for rust/crates/ipnet-2.5.0.crate. => SHA256 Checksum OK for rust/crates/is-terminal-0.3.0.crate. => SHA256 Checksum OK for rust/crates/itertools-0.10.5.crate. => SHA256 Checksum OK for rust/crates/itoa-1.0.3.crate. => SHA256 Checksum OK for rust/crates/ittapi-0.3.2.crate. => SHA256 Checksum OK for rust/crates/ittapi-sys-0.3.2.crate. => SHA256 Checksum OK for rust/crates/jobserver-0.1.25.crate. => SHA256 Checksum OK for rust/crates/jpeg-decoder-0.2.6.crate. => SHA256 Checksum OK for rust/crates/js-sys-0.3.60.crate. => SHA256 Checksum OK for rust/crates/jsonrpc-lite-0.6.0.crate. => SHA256 Checksum OK for rust/crates/kernel32-sys-0.2.2.crate. => SHA256 Checksum OK for rust/crates/keyboard-types-0.6.2.crate. => SHA256 Checksum OK for rust/crates/khronos_api-3.1.0.crate. => SHA256 Checksum OK for rust/crates/kqueue-1.0.6.crate. => SHA256 Checksum OK for rust/crates/kqueue-sys-1.0.3.crate. => SHA256 Checksum OK for rust/crates/kurbo-0.8.3.crate. => SHA256 Checksum OK for rust/crates/lapce-xi-rope-0.3.1.crate. => SHA256 Checksum OK for rust/crates/lazy_static-1.4.0.crate. => SHA256 Checksum OK for rust/crates/lazycell-1.3.0.crate. => SHA256 Checksum OK for rust/crates/leb128-0.2.5.crate. => SHA256 Checksum OK for rust/crates/lebe-0.5.2.crate. => SHA256 Checksum OK for rust/crates/libc-0.2.133.crate. => SHA256 Checksum OK for rust/crates/libgit2-sys-0.14.2+1.5.1.crate. => SHA256 Checksum OK for rust/crates/libloading-0.7.3.crate. => SHA256 Checksum OK for rust/crates/libssh2-sys-0.2.23.crate. => SHA256 Checksum OK for rust/crates/libz-sys-1.1.8.crate. => SHA256 Checksum OK for rust/crates/linked-hash-map-0.5.6.crate. => SHA256 Checksum OK for rust/crates/linux-raw-sys-0.0.46.crate. => SHA256 Checksum OK for rust/crates/locale_config-0.3.0.crate. => SHA256 Checksum OK for rust/crates/lock_api-0.4.9.crate. => SHA256 Checksum OK for rust/crates/log-0.3.9.crate. => SHA256 Checksum OK for rust/crates/log-0.4.17.crate. => SHA256 Checksum OK for rust/crates/log-panics-2.1.0.crate. => SHA256 Checksum OK for rust/crates/lsp-types-0.93.1.crate. => SHA256 Checksum OK for rust/crates/lyon-0.17.10.crate. => SHA256 Checksum OK for rust/crates/lyon_algorithms-0.17.7.crate. => SHA256 Checksum OK for rust/crates/lyon_geom-0.17.7.crate. => SHA256 Checksum OK for rust/crates/lyon_path-0.17.7.crate. => SHA256 Checksum OK for rust/crates/lyon_tessellation-0.17.10.crate. => SHA256 Checksum OK for rust/crates/mach-0.3.2.crate. => SHA256 Checksum OK for rust/crates/malloc_buf-0.0.6.crate. => SHA256 Checksum OK for rust/crates/matches-0.1.9.crate. => SHA256 Checksum OK for rust/crates/maybe-owned-0.3.4.crate. => SHA256 Checksum OK for rust/crates/memchr-2.5.0.crate. => SHA256 Checksum OK for rust/crates/memfd-0.6.1.crate. => SHA256 Checksum OK for rust/crates/memmap2-0.2.3.crate. => SHA256 Checksum OK for rust/crates/memmap2-0.5.7.crate. => SHA256 Checksum OK for rust/crates/memoffset-0.6.5.crate. => SHA256 Checksum OK for rust/crates/mime-0.3.16.crate. => SHA256 Checksum OK for rust/crates/minimal-lexical-0.2.1.crate. => SHA256 Checksum OK for rust/crates/miniz_oxide-0.5.4.crate. => SHA256 Checksum OK for rust/crates/mio-0.6.23.crate. => SHA256 Checksum OK for rust/crates/mio-0.8.4.crate. => SHA256 Checksum OK for rust/crates/mio-anonymous-pipes-0.2.0.crate. => SHA256 Checksum OK for rust/crates/mio-extras-2.0.6.crate. => SHA256 Checksum OK for rust/crates/mio-uds-0.6.8.crate. => SHA256 Checksum OK for rust/crates/miow-0.2.2.crate. => SHA256 Checksum OK for rust/crates/miow-0.3.7.crate. => SHA256 Checksum OK for rust/crates/nanorand-0.7.0.crate. => SHA256 Checksum OK for rust/crates/native-tls-0.2.10.crate. => SHA256 Checksum OK for rust/crates/net2-0.2.37.crate. => SHA256 Checksum OK for rust/crates/nix-0.24.2.crate. => SHA256 Checksum OK for rust/crates/nom-7.1.1.crate. => SHA256 Checksum OK for rust/crates/notify-5.0.0.crate. => SHA256 Checksum OK for rust/crates/num-integer-0.1.45.crate. => SHA256 Checksum OK for rust/crates/num-rational-0.4.1.crate. => SHA256 Checksum OK for rust/crates/num-traits-0.2.15.crate. => SHA256 Checksum OK for rust/crates/num_cpus-1.13.1.crate. => SHA256 Checksum OK for rust/crates/num_threads-0.1.6.crate. => SHA256 Checksum OK for rust/crates/objc-0.2.7.crate. => SHA256 Checksum OK for rust/crates/objc-foundation-0.1.1.crate. => SHA256 Checksum OK for rust/crates/objc_id-0.1.1.crate. => SHA256 Checksum OK for rust/crates/object-0.29.0.crate. => SHA256 Checksum OK for rust/crates/once_cell-1.17.1.crate. => SHA256 Checksum OK for rust/crates/opaque-debug-0.3.0.crate. => SHA256 Checksum OK for rust/crates/open-3.0.3.crate. => SHA256 Checksum OK for rust/crates/openssl-0.10.42.crate. => SHA256 Checksum OK for rust/crates/openssl-macros-0.1.0.crate. => SHA256 Checksum OK for rust/crates/openssl-probe-0.1.5.crate. => SHA256 Checksum OK for rust/crates/openssl-sys-0.9.76.crate. => SHA256 Checksum OK for rust/crates/os_str_bytes-6.3.0.crate. => SHA256 Checksum OK for rust/crates/pango-0.14.8.crate. => SHA256 Checksum OK for rust/crates/pango-sys-0.14.0.crate. => SHA256 Checksum OK for rust/crates/parking-2.0.0.crate. => SHA256 Checksum OK for rust/crates/parking_lot-0.11.2.crate. => SHA256 Checksum OK for rust/crates/parking_lot-0.12.1.crate. => SHA256 Checksum OK for rust/crates/parking_lot_core-0.8.5.crate. => SHA256 Checksum OK for rust/crates/parking_lot_core-0.9.3.crate. => SHA256 Checksum OK for rust/crates/paste-1.0.9.crate. => SHA256 Checksum OK for rust/crates/pathdiff-0.2.1.crate. => SHA256 Checksum OK for rust/crates/pathfinder_geometry-0.5.1.crate. => SHA256 Checksum OK for rust/crates/pathfinder_simd-0.5.1.crate. => SHA256 Checksum OK for rust/crates/percent-encoding-2.2.0.crate. => SHA256 Checksum OK for rust/crates/pest-2.3.1.crate. => SHA256 Checksum OK for rust/crates/petgraph-0.5.1.crate. => SHA256 Checksum OK for rust/crates/pico-args-0.4.2.crate. => SHA256 Checksum OK for rust/crates/piet-0.4.0.crate. => SHA256 Checksum OK for rust/crates/pin-project-1.0.12.crate. => SHA256 Checksum OK for rust/crates/pin-project-internal-1.0.12.crate. => SHA256 Checksum OK for rust/crates/pin-project-lite-0.2.9.crate. => SHA256 Checksum OK for rust/crates/pin-utils-0.1.0.crate. => SHA256 Checksum OK for rust/crates/pkg-config-0.3.25.crate. => SHA256 Checksum OK for rust/crates/plist-0.2.4.crate. => SHA256 Checksum OK for rust/crates/png-0.17.6.crate. => SHA256 Checksum OK for rust/crates/ppv-lite86-0.2.16.crate. => SHA256 Checksum OK for rust/crates/proc-macro-crate-1.2.1.crate. => SHA256 Checksum OK for rust/crates/proc-macro-error-1.0.4.crate. => SHA256 Checksum OK for rust/crates/proc-macro-error-attr-1.0.4.crate. => SHA256 Checksum OK for rust/crates/proc-macro-hack-0.5.19.crate. => SHA256 Checksum OK for rust/crates/proc-macro2-1.0.44.crate. => SHA256 Checksum OK for rust/crates/psm-0.1.21.crate. => SHA256 Checksum OK for rust/crates/pulldown-cmark-0.9.2.crate. => SHA256 Checksum OK for rust/crates/quote-1.0.21.crate. => SHA256 Checksum OK for rust/crates/rand-0.8.5.crate. => SHA256 Checksum OK for rust/crates/rand_chacha-0.3.1.crate. => SHA256 Checksum OK for rust/crates/rand_core-0.6.4.crate. => SHA256 Checksum OK for rust/crates/rand_xoshiro-0.6.0.crate. => SHA256 Checksum OK for rust/crates/rayon-1.5.3.crate. => SHA256 Checksum OK for rust/crates/rayon-core-1.9.3.crate. => SHA256 Checksum OK for rust/crates/rctree-0.3.3.crate. => SHA256 Checksum OK for rust/crates/rctree-0.4.0.crate. => SHA256 Checksum OK for rust/crates/redox_syscall-0.2.16.crate. => SHA256 Checksum OK for rust/crates/redox_users-0.4.3.crate. => SHA256 Checksum OK for rust/crates/regalloc2-0.3.2.crate. => SHA256 Checksum OK for rust/crates/regex-1.7.0.crate. => SHA256 Checksum OK for rust/crates/regex-automata-0.1.10.crate. => SHA256 Checksum OK for rust/crates/regex-syntax-0.6.27.crate. => SHA256 Checksum OK for rust/crates/remove_dir_all-0.5.3.crate. => SHA256 Checksum OK for rust/crates/reqwest-0.11.12.crate. => SHA256 Checksum OK for rust/crates/resvg-0.22.0.crate. => SHA256 Checksum OK for rust/crates/rgb-0.8.34.crate. => SHA256 Checksum OK for rust/crates/roxmltree-0.14.1.crate. => SHA256 Checksum OK for rust/crates/rustc-demangle-0.1.21.crate. => SHA256 Checksum OK for rust/crates/rustc-hash-1.1.0.crate. => SHA256 Checksum OK for rust/crates/rustc_version-0.3.3.crate. => SHA256 Checksum OK for rust/crates/rustix-0.35.10.crate. => SHA256 Checksum OK for rust/crates/rustybuzz-0.3.0.crate. => SHA256 Checksum OK for rust/crates/rustybuzz-0.5.1.crate. => SHA256 Checksum OK for rust/crates/ryu-1.0.11.crate. => SHA256 Checksum OK for rust/crates/safe_arch-0.5.2.crate. => SHA256 Checksum OK for rust/crates/safemem-0.2.0.crate. => SHA256 Checksum OK for rust/crates/same-file-1.0.6.crate. => SHA256 Checksum OK for rust/crates/schannel-0.1.20.crate. => SHA256 Checksum OK for rust/crates/scoped_threadpool-0.1.9.crate. => SHA256 Checksum OK for rust/crates/scopeguard-1.1.0.crate. => SHA256 Checksum OK for rust/crates/security-framework-2.7.0.crate. => SHA256 Checksum OK for rust/crates/security-framework-sys-2.6.1.crate. => SHA256 Checksum OK for rust/crates/self_cell-0.10.2.crate. => SHA256 Checksum OK for rust/crates/semver-0.11.0.crate. => SHA256 Checksum OK for rust/crates/semver-parser-0.10.2.crate. => SHA256 Checksum OK for rust/crates/serde-1.0.145.crate. => SHA256 Checksum OK for rust/crates/serde_derive-1.0.145.crate. => SHA256 Checksum OK for rust/crates/serde_json-1.0.87.crate. => SHA256 Checksum OK for rust/crates/serde_repr-0.1.9.crate. => SHA256 Checksum OK for rust/crates/serde_urlencoded-0.7.1.crate. => SHA256 Checksum OK for rust/crates/serde_yaml-0.8.26.crate. => SHA256 Checksum OK for rust/crates/sha2-0.9.9.crate. => SHA256 Checksum OK for rust/crates/sha2-0.10.6.crate. => SHA256 Checksum OK for rust/crates/sharded-slab-0.1.4.crate. => SHA256 Checksum OK for rust/crates/shellexpand-2.1.2.crate. => SHA256 Checksum OK for rust/crates/sid-0.6.1.crate. => SHA256 Checksum OK for rust/crates/signal-hook-0.3.14.crate. => SHA256 Checksum OK for rust/crates/signal-hook-mio-0.2.3.crate. => SHA256 Checksum OK for rust/crates/signal-hook-registry-1.4.0.crate. => SHA256 Checksum OK for rust/crates/simplecss-0.2.1.crate. => SHA256 Checksum OK for rust/crates/siphasher-0.2.3.crate. => SHA256 Checksum OK for rust/crates/siphasher-0.3.10.crate. => SHA256 Checksum OK for rust/crates/sized-chunks-0.6.5.crate. => SHA256 Checksum OK for rust/crates/slab-0.4.7.crate. => SHA256 Checksum OK for rust/crates/sled-0.34.7.crate. => SHA256 Checksum OK for rust/crates/slice-group-by-0.3.0.crate. => SHA256 Checksum OK for rust/crates/slotmap-1.0.6.crate. => SHA256 Checksum OK for rust/crates/smallvec-1.10.0.crate. => SHA256 Checksum OK for rust/crates/socket2-0.4.7.crate. => SHA256 Checksum OK for rust/crates/spin-0.9.4.crate. => SHA256 Checksum OK for rust/crates/spinning-0.1.0.crate. => SHA256 Checksum OK for rust/crates/spsc-buffer-0.1.1.crate. => SHA256 Checksum OK for rust/crates/stable_deref_trait-1.2.0.crate. => SHA256 Checksum OK for rust/crates/strsim-0.10.0.crate. => SHA256 Checksum OK for rust/crates/strum-0.21.0.crate. => SHA256 Checksum OK for rust/crates/strum_macros-0.21.1.crate. => SHA256 Checksum OK for rust/crates/svgfilters-0.4.0.crate. => SHA256 Checksum OK for rust/crates/svgtypes-0.5.0.crate. => SHA256 Checksum OK for rust/crates/svgtypes-0.8.1.crate. => SHA256 Checksum OK for rust/crates/syn-1.0.101.crate. => SHA256 Checksum OK for rust/crates/system-deps-3.2.0.crate. => SHA256 Checksum OK for rust/crates/system-interface-0.22.0.crate. => SHA256 Checksum OK for rust/crates/tar-0.4.38.crate. => SHA256 Checksum OK for rust/crates/target-lexicon-0.12.4.crate. => SHA256 Checksum OK for rust/crates/tempfile-3.3.0.crate. => SHA256 Checksum OK for rust/crates/termcolor-1.1.3.crate. => SHA256 Checksum OK for rust/crates/textwrap-0.15.2.crate. => SHA256 Checksum OK for rust/crates/thiserror-1.0.36.crate. => SHA256 Checksum OK for rust/crates/thiserror-impl-1.0.36.crate. => SHA256 Checksum OK for rust/crates/thread-id-4.0.0.crate. => SHA256 Checksum OK for rust/crates/thread_local-1.1.4.crate. => SHA256 Checksum OK for rust/crates/threadpool-1.8.1.crate. => SHA256 Checksum OK for rust/crates/tiff-0.7.3.crate. => SHA256 Checksum OK for rust/crates/time-0.1.44.crate. => SHA256 Checksum OK for rust/crates/time-0.3.14.crate. => SHA256 Checksum OK for rust/crates/tiny-skia-0.6.6.crate. => SHA256 Checksum OK for rust/crates/tinystr-0.3.4.crate. => SHA256 Checksum OK for rust/crates/tinyvec-1.6.0.crate. => SHA256 Checksum OK for rust/crates/tinyvec_macros-0.1.0.crate. => SHA256 Checksum OK for rust/crates/tokio-1.21.1.crate. => SHA256 Checksum OK for rust/crates/tokio-macros-1.8.0.crate. => SHA256 Checksum OK for rust/crates/tokio-native-tls-0.3.0.crate. => SHA256 Checksum OK for rust/crates/tokio-socks-0.5.1.crate. => SHA256 Checksum OK for rust/crates/tokio-util-0.7.4.crate. => SHA256 Checksum OK for rust/crates/toml-0.5.9.crate. => SHA256 Checksum OK for rust/crates/toml_edit-0.14.4.crate. => SHA256 Checksum OK for rust/crates/tower-service-0.3.2.crate. => SHA256 Checksum OK for rust/crates/tracing-0.1.36.crate. => SHA256 Checksum OK for rust/crates/tracing-attributes-0.1.22.crate. => SHA256 Checksum OK for rust/crates/tracing-core-0.1.29.crate. => SHA256 Checksum OK for rust/crates/tracing-subscriber-0.3.15.crate. => SHA256 Checksum OK for rust/crates/tracing-wasm-0.2.1.crate. => SHA256 Checksum OK for rust/crates/trash-2.1.5.crate. => SHA256 Checksum OK for rust/crates/tree-sitter-0.20.9.crate. => SHA256 Checksum OK for rust/crates/tree-sitter-c-0.20.2.crate. => SHA256 Checksum OK for rust/crates/tree-sitter-cmake-0.1.0.crate. => SHA256 Checksum OK for rust/crates/tree-sitter-cpp-0.20.0.crate. => SHA256 Checksum OK for rust/crates/tree-sitter-elm-5.6.3.crate. => SHA256 Checksum OK for rust/crates/tree-sitter-go-0.19.1.crate. => SHA256 Checksum OK for rust/crates/tree-sitter-hare-0.20.7.crate. => SHA256 Checksum OK for rust/crates/tree-sitter-html-0.19.0.crate. => SHA256 Checksum OK for rust/crates/tree-sitter-javascript-0.20.0.crate. => SHA256 Checksum OK for rust/crates/tree-sitter-prisma-io-1.3.0.crate. => SHA256 Checksum OK for rust/crates/tree-sitter-python-0.20.2.crate. => SHA256 Checksum OK for rust/crates/tree-sitter-r-0.19.5.crate. => SHA256 Checksum OK for rust/crates/tree-sitter-rust-0.20.1.crate. => SHA256 Checksum OK for rust/crates/tree-sitter-swift-0.3.4.crate. => SHA256 Checksum OK for rust/crates/tree-sitter-toml-0.20.0.crate. => SHA256 Checksum OK for rust/crates/tree-sitter-typescript-0.20.1.crate. => SHA256 Checksum OK for rust/crates/tree-sitter-vue-0.0.3.crate. => SHA256 Checksum OK for rust/crates/try-lock-0.2.3.crate. => SHA256 Checksum OK for rust/crates/ttf-parser-0.9.0.crate. => SHA256 Checksum OK for rust/crates/ttf-parser-0.12.3.crate. => SHA256 Checksum OK for rust/crates/ttf-parser-0.15.2.crate. => SHA256 Checksum OK for rust/crates/type-map-0.4.0.crate. => SHA256 Checksum OK for rust/crates/typenum-1.15.0.crate. => SHA256 Checksum OK for rust/crates/ucd-trie-0.1.5.crate. => SHA256 Checksum OK for rust/crates/unic-bidi-0.9.0.crate. => SHA256 Checksum OK for rust/crates/unic-char-property-0.9.0.crate. => SHA256 Checksum OK for rust/crates/unic-char-range-0.9.0.crate. => SHA256 Checksum OK for rust/crates/unic-common-0.9.0.crate. => SHA256 Checksum OK for rust/crates/unic-langid-0.9.0.crate. => SHA256 Checksum OK for rust/crates/unic-langid-impl-0.9.0.crate. => SHA256 Checksum OK for rust/crates/unic-ucd-bidi-0.9.0.crate. => SHA256 Checksum OK for rust/crates/unic-ucd-version-0.9.0.crate. => SHA256 Checksum OK for rust/crates/unicase-2.6.0.crate. => SHA256 Checksum OK for rust/crates/unicode-bidi-0.3.8.crate. => SHA256 Checksum OK for rust/crates/unicode-bidi-mirroring-0.1.0.crate. => SHA256 Checksum OK for rust/crates/unicode-ccc-0.1.2.crate. => SHA256 Checksum OK for rust/crates/unicode-general-category-0.2.0.crate. => SHA256 Checksum OK for rust/crates/unicode-general-category-0.4.0.crate. => SHA256 Checksum OK for rust/crates/unicode-ident-1.0.4.crate. => SHA256 Checksum OK for rust/crates/unicode-normalization-0.1.22.crate. => SHA256 Checksum OK for rust/crates/unicode-script-0.5.5.crate. => SHA256 Checksum OK for rust/crates/unicode-segmentation-1.10.0.crate. => SHA256 Checksum OK for rust/crates/unicode-vo-0.1.0.crate. => SHA256 Checksum OK for rust/crates/unicode-width-0.1.10.crate. => SHA256 Checksum OK for rust/crates/url-2.3.1.crate. => SHA256 Checksum OK for rust/crates/usvg-0.14.1.crate. => SHA256 Checksum OK for rust/crates/usvg-0.22.0.crate. => SHA256 Checksum OK for rust/crates/utf8parse-0.2.0.crate. => SHA256 Checksum OK for rust/crates/uuid-1.2.2.crate. => SHA256 Checksum OK for rust/crates/vcpkg-0.2.15.crate. => SHA256 Checksum OK for rust/crates/version-compare-0.0.11.crate. => SHA256 Checksum OK for rust/crates/version_check-0.9.4.crate. => SHA256 Checksum OK for rust/crates/vte-0.10.1.crate. => SHA256 Checksum OK for rust/crates/vte_generate_state_changes-0.1.1.crate. => SHA256 Checksum OK for rust/crates/waker-fn-1.1.0.crate. => SHA256 Checksum OK for rust/crates/walkdir-2.3.2.crate. => SHA256 Checksum OK for rust/crates/want-0.3.0.crate. => SHA256 Checksum OK for rust/crates/wasi-0.10.0+wasi-snapshot-preview1.crate. => SHA256 Checksum OK for rust/crates/wasi-0.11.0+wasi-snapshot-preview1.crate. => SHA256 Checksum OK for rust/crates/wasi-cap-std-sync-1.0.2.crate. => SHA256 Checksum OK for rust/crates/wasi-common-1.0.2.crate. => SHA256 Checksum OK for rust/crates/wasm-bindgen-0.2.83.crate. => SHA256 Checksum OK for rust/crates/wasm-bindgen-backend-0.2.83.crate. => SHA256 Checksum OK for rust/crates/wasm-bindgen-futures-0.4.33.crate. => SHA256 Checksum OK for rust/crates/wasm-bindgen-macro-0.2.83.crate. => SHA256 Checksum OK for rust/crates/wasm-bindgen-macro-support-0.2.83.crate. => SHA256 Checksum OK for rust/crates/wasm-bindgen-shared-0.2.83.crate. => SHA256 Checksum OK for rust/crates/wasm-encoder-0.17.0.crate. => SHA256 Checksum OK for rust/crates/wasmparser-0.89.1.crate. => SHA256 Checksum OK for rust/crates/wasmtime-1.0.2.crate. => SHA256 Checksum OK for rust/crates/wasmtime-asm-macros-1.0.2.crate. => SHA256 Checksum OK for rust/crates/wasmtime-cache-1.0.2.crate. => SHA256 Checksum OK for rust/crates/wasmtime-cranelift-1.0.2.crate. => SHA256 Checksum OK for rust/crates/wasmtime-environ-1.0.2.crate. => SHA256 Checksum OK for rust/crates/wasmtime-fiber-1.0.2.crate. => SHA256 Checksum OK for rust/crates/wasmtime-jit-1.0.2.crate. => SHA256 Checksum OK for rust/crates/wasmtime-jit-debug-1.0.2.crate. => SHA256 Checksum OK for rust/crates/wasmtime-runtime-1.0.2.crate. => SHA256 Checksum OK for rust/crates/wasmtime-types-1.0.2.crate. => SHA256 Checksum OK for rust/crates/wasmtime-wasi-1.0.2.crate. => SHA256 Checksum OK for rust/crates/wast-35.0.2.crate. => SHA256 Checksum OK for rust/crates/wast-47.0.0.crate. => SHA256 Checksum OK for rust/crates/wat-1.0.49.crate. => SHA256 Checksum OK for rust/crates/web-sys-0.3.60.crate. => SHA256 Checksum OK for rust/crates/weezl-0.1.7.crate. => SHA256 Checksum OK for rust/crates/which-4.3.0.crate. => SHA256 Checksum OK for rust/crates/wiggle-1.0.2.crate. => SHA256 Checksum OK for rust/crates/wiggle-generate-1.0.2.crate. => SHA256 Checksum OK for rust/crates/wiggle-macro-1.0.2.crate. => SHA256 Checksum OK for rust/crates/winapi-0.2.8.crate. => SHA256 Checksum OK for rust/crates/winapi-0.3.9.crate. => SHA256 Checksum OK for rust/crates/winapi-build-0.1.1.crate. => SHA256 Checksum OK for rust/crates/winapi-i686-pc-windows-gnu-0.4.0.crate. => SHA256 Checksum OK for rust/crates/winapi-util-0.1.5.crate. => SHA256 Checksum OK for rust/crates/winapi-x86_64-pc-windows-gnu-0.4.0.crate. => SHA256 Checksum OK for rust/crates/windows-0.37.0.crate. => SHA256 Checksum OK for rust/crates/windows-sys-0.36.1.crate. => SHA256 Checksum OK for rust/crates/windows_aarch64_msvc-0.36.1.crate. => SHA256 Checksum OK for rust/crates/windows_aarch64_msvc-0.37.0.crate. => SHA256 Checksum OK for rust/crates/windows_i686_gnu-0.36.1.crate. => SHA256 Checksum OK for rust/crates/windows_i686_gnu-0.37.0.crate. => SHA256 Checksum OK for rust/crates/windows_i686_msvc-0.36.1.crate. => SHA256 Checksum OK for rust/crates/windows_i686_msvc-0.37.0.crate. => SHA256 Checksum OK for rust/crates/windows_x86_64_gnu-0.36.1.crate. => SHA256 Checksum OK for rust/crates/windows_x86_64_gnu-0.37.0.crate. => SHA256 Checksum OK for rust/crates/windows_x86_64_msvc-0.36.1.crate. => SHA256 Checksum OK for rust/crates/windows_x86_64_msvc-0.37.0.crate. => SHA256 Checksum OK for rust/crates/winreg-0.10.1.crate. => SHA256 Checksum OK for rust/crates/winres-0.1.12.crate. => SHA256 Checksum OK for rust/crates/winx-0.33.0.crate. => SHA256 Checksum OK for rust/crates/wio-0.2.2.crate. => SHA256 Checksum OK for rust/crates/witx-0.9.1.crate. => SHA256 Checksum OK for rust/crates/ws2_32-sys-0.2.1.crate. => SHA256 Checksum OK for rust/crates/xattr-0.2.3.crate. => SHA256 Checksum OK for rust/crates/xi-unicode-0.3.0.crate. => SHA256 Checksum OK for rust/crates/xml-rs-0.7.0.crate. => SHA256 Checksum OK for rust/crates/xml-rs-0.8.4.crate. => SHA256 Checksum OK for rust/crates/xmlparser-0.13.3.crate. => SHA256 Checksum OK for rust/crates/xmlwriter-0.1.0.crate. => SHA256 Checksum OK for rust/crates/yaml-rust-0.4.5.crate. => SHA256 Checksum OK for rust/crates/yazi-0.1.4.crate. => SHA256 Checksum OK for rust/crates/yeslogic-fontconfig-sys-3.2.0.crate. => SHA256 Checksum OK for rust/crates/zeno-0.2.2.crate. => SHA256 Checksum OK for rust/crates/zip-0.6.3.crate. => SHA256 Checksum OK for rust/crates/zstd-0.11.2+zstd.1.5.2.crate. => SHA256 Checksum OK for rust/crates/zstd-safe-5.0.2+zstd.1.5.2.crate. => SHA256 Checksum OK for rust/crates/zstd-sys-2.0.1+zstd.1.5.2.crate. => SHA256 Checksum OK for 6cdh-tree-sitter-scheme-af0fd1fa452cb2562dc7b5c8a8c55551c39273b9_GH0.tar.gz. => SHA256 Checksum OK for syntacti-tree-sitter-dart-78cad4503571d72666f78d5ba8ed6c1417653063_GH0.tar.gz. => SHA256 Checksum OK for VixieTSQ-tree-sitter-scss-3aac3391ede5098edbf4cc8a9f6d0cfdfe28e5dc_GH0.tar.gz. => SHA256 Checksum OK for MDeiml-tree-sitter-markdown-272e080bca0efd19a06a7f4252d746417224959e_GH0.tar.gz. => SHA256 Checksum OK for tree-sitter-tree-sitter-haskell-e30bdfd53eb28c73f26a68b77d436fd2140af167_GH0.tar.gz. => SHA256 Checksum OK for lapce-psp-types-b55d2c5c1f9aae89a4f369db5151fe1756d34c08_GH0.tar.gz. => SHA256 Checksum OK for yusdacra-tree-sitter-protobuf-5aef38d655f76a6b0d172340eed3766c93b3124c_GH0.tar.gz. => SHA256 Checksum OK for maxxnino-tree-sitter-zig-8d3224c3bd0890fe08358886ebf54fca2ed448a6_GH0.tar.gz. => SHA256 Checksum OK for panekj-tree-sitter-dockerfile-c49d819e07685c90456270f1cc654d9cba640f53_GH0.tar.gz. => SHA256 Checksum OK for tree-sitter-tree-sitter-c-sharp-5b60f99545fea00a33bbfae5be956f684c4c69e2_GH0.tar.gz. => SHA256 Checksum OK for varlad-tree-sitter-julia-2ad4c9b79e0f213b61dbb3820754bfc6306e595a_GH0.tar.gz. => SHA256 Checksum OK for oknozor-tree-sitter-sql-15dad0f3cae8a094a7dac17d712ea8fb25228011_GH0.tar.gz. => SHA256 Checksum OK for tree-sitter-tree-sitter-java-09d650def6cdf7f479f4b78f595e9ef5b58ce31e_GH0.tar.gz. => SHA256 Checksum OK for lapce-parley-c37477b889ff53b9a3033e2180becddf90b9bb17_GH0.tar.gz. => SHA256 Checksum OK for tree-sitter-tree-sitter-json-11e2cc12d9b267766fb11a06e52952792fd8e3f0_GH0.tar.gz. => SHA256 Checksum OK for vantreeseba-tree-sitter-haxe-52e3d2b9c3955aca886bccc38b496ef99b603a09_GH0.tar.gz. => SHA256 Checksum OK for VixieTSQ-tree-sitter-glimmer-7281caca2ba114e1960c5d944a37860ef0841426_GH0.tar.gz. => SHA256 Checksum OK for WhatsApp-tree-sitter-erlang-a8b8b0e16c4f5552f5e85af3dec976a5d16af8b9_GH0.tar.gz. => SHA256 Checksum OK for panekj-tree-sitter-yaml-80c8d76847f03e772c5c524cf29bafb56858a8d1_GH0.tar.gz. => SHA256 Checksum OK for dragazo-human-sort-1e74db1e09e8194ba88ad983723cf6f8b0c365da_GH0.tar.gz. => SHA256 Checksum OK for tree-sitter-tree-sitter-ql-bd087020f0d8c183080ca615d38de0ec827aeeaf_GH0.tar.gz. => SHA256 Checksum OK for tree-sitter-tree-sitter-bash-4488aa41406547e478636a4fcfd24f5bbc3f2f74_GH0.tar.gz. => SHA256 Checksum OK for syntacti-tree-sitter-lua-a29f646c14ed800aaeef1ca58a9bacc6d92922e8_GH0.tar.gz. => SHA256 Checksum OK for tree-sitter-tree-sitter-ocaml-cc26b1ef111100f26a137bcbcd39fd4e35be9a59_GH0.tar.gz. => SHA256 Checksum OK for ghishadow-tree-sitter-d-36603135ecb37ac6494c520efff91b875815d6f7_GH0.tar.gz. => SHA256 Checksum OK for lapce-piet-wgpu-2024fe8f241dc95ad38f4024d39898bada8fe802_GH0.tar.gz. => SHA256 Checksum OK for lapce-swash-1d9b8c700a415f0f4216dd30026b3a2149db8e1e_GH0.tar.gz. => SHA256 Checksum OK for elixir-lang-tree-sitter-elixir-05e3631c6a0701c1fa518b0fee7be95a2ceef5e2_GH0.tar.gz. => SHA256 Checksum OK for lapce-fount-3bfdc689c0cfbeb498358c79c7be2cb3beb44efe_GH0.tar.gz. => SHA256 Checksum OK for latex-lsp-tree-sitter-latex-b3b2cf27f33e71438ebe46934900b1153901c6f2_GH0.tar.gz. => SHA256 Checksum OK for lapce-wasi-experimental-http-5c6d970fe0750932f76979678384bf1c5ab5be2e_GH0.tar.gz. => SHA256 Checksum OK for syntacti-tree-sitter-css-397aa132b9982fcdd2d473ed69343762a557f10a_GH0.tar.gz. => SHA256 Checksum OK for lapce-font-kit-23e28b06b40f31fc53b82645b09ce6421768be23_GH0.tar.gz. => SHA256 Checksum OK for Himujjal-tree-sitter-svelte-52e122ae68b316d3aa960a0a422d3645ba717f42_GH0.tar.gz. => SHA256 Checksum OK for szebniok-tree-sitter-wgsl-272e89ef2aeac74178edb9db4a83c1ffef80a463_GH0.tar.gz. => SHA256 Checksum OK for tree-sitter-tree-sitter-ruby-656abef0645caea793e33c1c773570722463e1d8_GH0.tar.gz. => SHA256 Checksum OK for VixieTSQ-tree-sitter-hcl-f4aa4553344e03e149ec459549a7f686d6846626_GH0.tar.gz. => SHA256 Checksum OK for RenjiSann-tree-sitter-xml-422528a43630db6dcc1e222d1c5ee3babd559473_GH0.tar.gz. => SHA256 Checksum OK for lapce-druid-0b9c00fcda238e392e758382f25166cd748fd305_GH0.tar.gz. => SHA256 Checksum OK for lapce-structdesc-a6a2b8ab65d43475238f889736c4aa5dfff4500a_GH0.tar.gz. => SHA256 Checksum OK for panekj-tree-sitter-nix-59fc47150ab437e8bb356c7ab21e9531e87f7cc8_GH0.tar.gz. => SHA256 Checksum OK for abreumatheus-tree-sitter-clojure-fdc969eb04fc711e38ad74afe441d74b3b5d3091_GH0.tar.gz. => SHA256 Checksum OK for fwcd-tree-sitter-kotlin-a4f71eb9b8c9b19ded3e0e9470be4b1b77c2b569_GH0.tar.gz. => SHA256 Checksum OK for theHamsta-tree-sitter-glsl-74329feb2605deccd32b1c644af507daa6fb82f1_GH0.tar.gz. => SHA256 Checksum OK for tree-sitter-tree-sitter-php-ab2e72179ceb8bb0b249c8ac9162a148e911b3dc_GH0.tar.gz. => SHA256 Checksum OK for lapce-lapce-v0.2.8_GH0.tar.gz. ===> Moving crates to /construction/editors/lapce/lapce-0.2.8/cargo-crates Extracted Memory Use: 1103.56M SUCCEEDED 00:01:06 ------------------------------------------------------------------------------- -- Phase: patch-depends ------------------------------------------------------------------------------- SUCCEEDED 00:00:01 ------------------------------------------------------------------------------- -- Phase: patch ------------------------------------------------------------------------------- ===> Patching for lapce-0.2.8_1 ===> Applying ports patches for lapce-0.2.8_1 from /xports/editors/lapce/files SUCCEEDED 00:00:03 ------------------------------------------------------------------------------- -- Phase: build-depends ------------------------------------------------------------------------------- ===> lapce-0.2.8_1 depends on package: p5-Cairo-GObject>0 - found ===> lapce-0.2.8_1 depends on package: p5-FindBin-libs>0 - found ===> lapce-0.2.8_1 depends on package: rust>=1.70.0 - found ===> lapce-0.2.8_1 depends on executable: cmake - found ===> lapce-0.2.8_1 depends on package: pkgconf>=1.3.0_1 - found ===> lapce-0.2.8_1 depends on package: gmake>=4.3 - found ===> lapce-0.2.8_1 depends on file: /usr/local/lib/libcrypto.so.11 - found ===> lapce-0.2.8_1 depends on package: perl5>=5.32.r0<5.33 - found ===> lapce-0.2.8_1 depends on file: /usr/local/bin/ccache - found SUCCEEDED 00:00:01 ------------------------------------------------------------------------------- -- Phase: lib-depends ------------------------------------------------------------------------------- ===> lapce-0.2.8_1 depends on shared library: libfontconfig.so - found (/usr/local/lib/libfontconfig.so) ===> lapce-0.2.8_1 depends on shared library: libgit2.so - found (/usr/local/lib/libgit2.so) ===> lapce-0.2.8_1 depends on shared library: libssh2.so - found (/usr/local/lib/libssh2.so) ===> lapce-0.2.8_1 depends on shared library: libatk-1.0.so - found (/usr/local/lib/libatk-1.0.so) ===> lapce-0.2.8_1 depends on shared library: libgdk_pixbuf-2.0.so - found (/usr/local/lib/libgdk_pixbuf-2.0.so) ===> lapce-0.2.8_1 depends on shared library: libglib-2.0.so - found (/usr/local/lib/libglib-2.0.so) ===> lapce-0.2.8_1 depends on shared library: libintl.so - found (/usr/local/lib/libintl.so) ===> lapce-0.2.8_1 depends on shared library: libgtk-3.so - found (/usr/local/lib/libgtk-3.so) ===> lapce-0.2.8_1 depends on shared library: libpango-1.0.so - found (/usr/local/lib/libpango-1.0.so) SUCCEEDED 00:00:01 ------------------------------------------------------------------------------- -- Phase: configure ------------------------------------------------------------------------------- ===> lapce-0.2.8_1 depends on package: p5-Cairo-GObject>0 - found ===> lapce-0.2.8_1 depends on package: p5-FindBin-libs>0 - found ===> lapce-0.2.8_1 depends on package: rust>=1.70.0 - found ===> lapce-0.2.8_1 depends on executable: cmake - found ===> lapce-0.2.8_1 depends on package: pkgconf>=1.3.0_1 - found ===> lapce-0.2.8_1 depends on package: gmake>=4.3 - found ===> lapce-0.2.8_1 depends on file: /usr/local/lib/libcrypto.so.11 - found ===> lapce-0.2.8_1 depends on package: perl5>=5.32.r0<5.33 - found ===> lapce-0.2.8_1 depends on file: /usr/local/bin/ccache - found ===> lapce-0.2.8_1 depends on shared library: libfontconfig.so - found (/usr/local/lib/libfontconfig.so) ===> lapce-0.2.8_1 depends on shared library: libgit2.so - found (/usr/local/lib/libgit2.so) ===> lapce-0.2.8_1 depends on shared library: libssh2.so - found (/usr/local/lib/libssh2.so) ===> lapce-0.2.8_1 depends on shared library: libatk-1.0.so - found (/usr/local/lib/libatk-1.0.so) ===> lapce-0.2.8_1 depends on shared library: libgdk_pixbuf-2.0.so - found (/usr/local/lib/libgdk_pixbuf-2.0.so) ===> lapce-0.2.8_1 depends on shared library: libglib-2.0.so - found (/usr/local/lib/libglib-2.0.so) ===> lapce-0.2.8_1 depends on shared library: libintl.so - found (/usr/local/lib/libintl.so) ===> lapce-0.2.8_1 depends on shared library: libgtk-3.so - found (/usr/local/lib/libgtk-3.so) ===> lapce-0.2.8_1 depends on shared library: libpango-1.0.so - found (/usr/local/lib/libpango-1.0.so) ===> Configuring for lapce-0.2.8_1 ===> Additional optimization to port applied (non-LTO for DragonFly BSD) ===> Cargo config: [source.cargo] directory = '/construction/editors/lapce/lapce-0.2.8/cargo-crates' [source.crates-io] replace-with = 'cargo' [patch.'https://github.com/6cdh/tree-sitter-scheme.git'] tree-sitter-scheme = { path = '/construction/editors/lapce/tree-sitter-scheme-af0fd1fa452cb2562dc7b5c8a8c55551c39273b9' } [patch.'https://github.com/syntacti/tree-sitter-dart'] tree-sitter-dart = { path = '/construction/editors/lapce/tree-sitter-dart-78cad4503571d72666f78d5ba8ed6c1417653063' } [patch.'https://github.com/VixieTSQ/tree-sitter-scss'] tree-sitter-scss = { path = '/construction/editors/lapce/tree-sitter-scss-3aac3391ede5098edbf4cc8a9f6d0cfdfe28e5dc' } [patch.'https://github.com/MDeiml/tree-sitter-markdown.git'] tree-sitter-md = { path = '/construction/editors/lapce/tree-sitter-markdown-272e080bca0efd19a06a7f4252d746417224959e' } [patch.'https://github.com/tree-sitter/tree-sitter-haskell'] tree-sitter-haskell = { path = '/construction/editors/lapce/tree-sitter-haskell-e30bdfd53eb28c73f26a68b77d436fd2140af167' } [patch.'https://github.com/lapce/psp-types'] psp-types = { path = '/construction/editors/lapce/psp-types-b55d2c5c1f9aae89a4f369db5151fe1756d34c08' } [patch.'https://github.com/yusdacra/tree-sitter-protobuf'] tree-sitter-protobuf = { path = '/construction/editors/lapce/tree-sitter-protobuf-5aef38d655f76a6b0d172340eed3766c93b3124c' } [patch.'https://github.com/maxxnino/tree-sitter-zig'] tree-sitter-zig = { path = '/construction/editors/lapce/tree-sitter-zig-8d3224c3bd0890fe08358886ebf54fca2ed448a6' } [patch.'https://github.com/panekj/tree-sitter-dockerfile'] tree-sitter-dockerfile = { path = '/construction/editors/lapce/tree-sitter-dockerfile-c49d819e07685c90456270f1cc654d9cba640f53' } [patch.'https://github.com/tree-sitter/tree-sitter-c-sharp'] tree-sitter-c-sharp = { path = '/construction/editors/lapce/tree-sitter-c-sharp-5b60f99545fea00a33bbfae5be956f684c4c69e2' } [patch.'https://github.com/varlad/tree-sitter-julia.git'] tree-sitter-julia = { path = '/construction/editors/lapce/tree-sitter-julia-2ad4c9b79e0f213b61dbb3820754bfc6306e595a' } [patch.'https://github.com/oknozor/tree-sitter-sql'] tree-sitter-sql = { path = '/construction/editors/lapce/tree-sitter-sql-15dad0f3cae8a094a7dac17d712ea8fb25228011' } [patch.'https://github.com/tree-sitter/tree-sitter-java.git'] tree-sitter-java = { path = '/construction/editors/lapce/tree-sitter-java-09d650def6cdf7f479f4b78f595e9ef5b58ce31e' } [patch.'https://github.com/lapce/parley'] parley = { path = '/construction/editors/lapce/parley-c37477b889ff53b9a3033e2180becddf90b9bb17' } [patch.'https://github.com/tree-sitter/tree-sitter-json.git'] tree-sitter-json = { path = '/construction/editors/lapce/tree-sitter-json-11e2cc12d9b267766fb11a06e52952792fd8e3f0' } [patch.'https://github.com/vantreeseba/tree-sitter-haxe'] tree-sitter-haxe = { path = '/construction/editors/lapce/tree-sitter-haxe-52e3d2b9c3955aca886bccc38b496ef99b603a09' } [patch.'https://github.com/VixieTSQ/tree-sitter-glimmer'] tree-sitter-glimmer = { path = '/construction/editors/lapce/tree-sitter-glimmer-7281caca2ba114e1960c5d944a37860ef0841426' } [patch.'https://github.com/WhatsApp/tree-sitter-erlang'] tree-sitter-erlang = { path = '/construction/editors/lapce/tree-sitter-erlang-a8b8b0e16c4f5552f5e85af3dec976a5d16af8b9' } [patch.'https://github.com/panekj/tree-sitter-yaml'] tree-sitter-yaml = { path = '/construction/editors/lapce/tree-sitter-yaml-80c8d76847f03e772c5c524cf29bafb56858a8d1' } [patch.'https://github.com/dragazo/human-sort'] human-sort = { path = '/construction/editors/lapce/human-sort-1e74db1e09e8194ba88ad983723cf6f8b0c365da' } [patch.'https://github.com/tree-sitter/tree-sitter-ql'] tree-sitter-ql = { path = '/construction/editors/lapce/tree-sitter-ql-bd087020f0d8c183080ca615d38de0ec827aeeaf' } [patch.'https://github.com/tree-sitter/tree-sitter-bash'] tree-sitter-bash = { path = '/construction/editors/lapce/tree-sitter-bash-4488aa41406547e478636a4fcfd24f5bbc3f2f74' } [patch.'https://github.com/syntacti/tree-sitter-lua'] tree-sitter-lua = { path = '/construction/editors/lapce/tree-sitter-lua-a29f646c14ed800aaeef1ca58a9bacc6d92922e8' } [patch.'https://github.com/tree-sitter/tree-sitter-ocaml'] tree-sitter-ocaml = { path = '/construction/editors/lapce/tree-sitter-ocaml-cc26b1ef111100f26a137bcbcd39fd4e35be9a59' } [patch.'https://github.com/ghishadow/tree-sitter-d'] tree-sitter-d = { path = '/construction/editors/lapce/tree-sitter-d-36603135ecb37ac6494c520efff91b875815d6f7' } [patch.'https://github.com/lapce/piet-wgpu'] piet-wgpu = { path = '/construction/editors/lapce/piet-wgpu-2024fe8f241dc95ad38f4024d39898bada8fe802' } [patch.'https://github.com/lapce/swash'] swash = { path = '/construction/editors/lapce/swash-1d9b8c700a415f0f4216dd30026b3a2149db8e1e' } [patch.'https://github.com/elixir-lang/tree-sitter-elixir.git'] tree-sitter-elixir = { path = '/construction/editors/lapce/tree-sitter-elixir-05e3631c6a0701c1fa518b0fee7be95a2ceef5e2' } [patch.'https://github.com/lapce/fount'] fount = { path = '/construction/editors/lapce/fount-3bfdc689c0cfbeb498358c79c7be2cb3beb44efe' } [patch.'https://github.com/latex-lsp/tree-sitter-latex'] tree-sitter-latex = { path = '/construction/editors/lapce/tree-sitter-latex-b3b2cf27f33e71438ebe46934900b1153901c6f2' } [patch.'https://github.com/lapce/wasi-experimental-http'] wasi-experimental-http-wasmtime = { path = '/construction/editors/lapce/wasi-experimental-http-5c6d970fe0750932f76979678384bf1c5ab5be2e/crates/wasi-experimental-http-wasmtime' } [patch.'https://github.com/syntacti/tree-sitter-css'] tree-sitter-css = { path = '/construction/editors/lapce/tree-sitter-css-397aa132b9982fcdd2d473ed69343762a557f10a' } [patch.'https://github.com/lapce/font-kit'] font-kit = { path = '/construction/editors/lapce/font-kit-23e28b06b40f31fc53b82645b09ce6421768be23' } [patch.'https://github.com/Himujjal/tree-sitter-svelte'] tree-sitter-svelte = { path = '/construction/editors/lapce/tree-sitter-svelte-52e122ae68b316d3aa960a0a422d3645ba717f42' } [patch.'https://github.com/szebniok/tree-sitter-wgsl'] tree-sitter-wgsl = { path = '/construction/editors/lapce/tree-sitter-wgsl-272e89ef2aeac74178edb9db4a83c1ffef80a463' } [patch.'https://github.com/tree-sitter/tree-sitter-ruby.git'] tree-sitter-ruby = { path = '/construction/editors/lapce/tree-sitter-ruby-656abef0645caea793e33c1c773570722463e1d8' } [patch.'https://github.com/VixieTSQ/tree-sitter-hcl'] tree-sitter-hcl = { path = '/construction/editors/lapce/tree-sitter-hcl-f4aa4553344e03e149ec459549a7f686d6846626' } [patch.'https://github.com/RenjiSann/tree-sitter-xml'] tree-sitter-xml = { path = '/construction/editors/lapce/tree-sitter-xml-422528a43630db6dcc1e222d1c5ee3babd559473' } [patch.'https://github.com/lapce/druid'] druid = { path = '/construction/editors/lapce/druid-0b9c00fcda238e392e758382f25166cd748fd305/druid' } druid-derive = { path = '/construction/editors/lapce/druid-0b9c00fcda238e392e758382f25166cd748fd305/druid-derive' } druid-shell = { path = '/construction/editors/lapce/druid-0b9c00fcda238e392e758382f25166cd748fd305/druid-shell' } [patch.'https://github.com/lapce/structdesc'] structdesc = { path = '/construction/editors/lapce/structdesc-a6a2b8ab65d43475238f889736c4aa5dfff4500a' } [patch.'https://github.com/panekj/tree-sitter-nix'] tree-sitter-nix = { path = '/construction/editors/lapce/tree-sitter-nix-59fc47150ab437e8bb356c7ab21e9531e87f7cc8' } [patch.'https://github.com/abreumatheus/tree-sitter-clojure'] tree-sitter-clojure = { path = '/construction/editors/lapce/tree-sitter-clojure-fdc969eb04fc711e38ad74afe441d74b3b5d3091' } [patch.'https://github.com/fwcd/tree-sitter-kotlin'] tree-sitter-kotlin = { path = '/construction/editors/lapce/tree-sitter-kotlin-a4f71eb9b8c9b19ded3e0e9470be4b1b77c2b569' } [patch.'https://github.com/theHamsta/tree-sitter-glsl'] tree-sitter-glsl = { path = '/construction/editors/lapce/tree-sitter-glsl-74329feb2605deccd32b1c644af507daa6fb82f1' } [patch.'https://github.com/tree-sitter/tree-sitter-php.git'] tree-sitter-php = { path = '/construction/editors/lapce/tree-sitter-php-ab2e72179ceb8bb0b249c8ac9162a148e911b3dc' } ===> Updating Cargo.lock Adding druid v0.7.0 (/construction/editors/lapce/druid-0b9c00fcda238e392e758382f25166cd748fd305/druid) Removing druid v0.7.0 (https://github.com/lapce/druid?branch=shell_opengl#0b9c00fc) Adding druid-derive v0.4.0 (/construction/editors/lapce/druid-0b9c00fcda238e392e758382f25166cd748fd305/druid-derive) Removing druid-derive v0.4.0 (https://github.com/lapce/druid?branch=shell_opengl#0b9c00fc) Adding druid-shell v0.7.0 (/construction/editors/lapce/druid-0b9c00fcda238e392e758382f25166cd748fd305/druid-shell) Removing druid-shell v0.7.0 (https://github.com/lapce/druid?branch=shell_opengl#0b9c00fc) Adding font-kit v0.11.0 (/construction/editors/lapce/font-kit-23e28b06b40f31fc53b82645b09ce6421768be23) Removing font-kit v0.11.0 (https://github.com/lapce/font-kit#23e28b06) Adding fount v0.1.0 (/construction/editors/lapce/fount-3bfdc689c0cfbeb498358c79c7be2cb3beb44efe) Removing fount v0.1.0 (https://github.com/lapce/fount#3bfdc689) Adding human-sort v0.2.2 (/construction/editors/lapce/human-sort-1e74db1e09e8194ba88ad983723cf6f8b0c365da) Removing human-sort v0.2.2 (https://github.com/dragazo/human-sort#1e74db1e) Removing ittapi v0.3.2 Removing ittapi-sys v0.3.2 Removing openssl-src v111.22.0+1.1.1q Adding parley v0.1.0 (/construction/editors/lapce/parley-c37477b889ff53b9a3033e2180becddf90b9bb17) Removing parley v0.1.0 (https://github.com/lapce/parley#c37477b8) Adding piet-wgpu v0.1.0 (/construction/editors/lapce/piet-wgpu-2024fe8f241dc95ad38f4024d39898bada8fe802) Removing piet-wgpu v0.1.0 (https://github.com/lapce/piet-wgpu?branch=shell_opengl#2024fe8f) Adding psp-types v0.1.0 (/construction/editors/lapce/psp-types-b55d2c5c1f9aae89a4f369db5151fe1756d34c08) Removing psp-types v0.1.0 (https://github.com/lapce/psp-types#b55d2c5c) Adding structdesc v0.1.0 (/construction/editors/lapce/structdesc-a6a2b8ab65d43475238f889736c4aa5dfff4500a) Removing structdesc v0.1.0 (https://github.com/lapce/structdesc#a6a2b8ab) Adding swash v0.1.4 (/construction/editors/lapce/swash-1d9b8c700a415f0f4216dd30026b3a2149db8e1e) Removing swash v0.1.4 (https://github.com/lapce/swash#1d9b8c70) Adding tree-sitter-bash v0.19.0 (/construction/editors/lapce/tree-sitter-bash-4488aa41406547e478636a4fcfd24f5bbc3f2f74) Removing tree-sitter-bash v0.19.0 (https://github.com/tree-sitter/tree-sitter-bash?rev=4488aa41406547e478636a4fcfd24f5bbc3f2f74#4488aa41) Adding tree-sitter-c-sharp v0.20.0 (/construction/editors/lapce/tree-sitter-c-sharp-5b60f99545fea00a33bbfae5be956f684c4c69e2) Removing tree-sitter-c-sharp v0.20.0 (https://github.com/tree-sitter/tree-sitter-c-sharp?rev=5b60f99545fea00a33bbfae5be956f684c4c69e2#5b60f995) Adding tree-sitter-clojure v0.1.0 (/construction/editors/lapce/tree-sitter-clojure-fdc969eb04fc711e38ad74afe441d74b3b5d3091) Removing tree-sitter-clojure v0.1.0 (https://github.com/abreumatheus/tree-sitter-clojure?rev=fdc969eb04fc711e38ad74afe441d74b3b5d3091#fdc969eb) Adding tree-sitter-css v0.19.0 (/construction/editors/lapce/tree-sitter-css-397aa132b9982fcdd2d473ed69343762a557f10a) Removing tree-sitter-css v0.19.0 (https://github.com/syntacti/tree-sitter-css?rev=397aa132b9982fcdd2d473ed69343762a557f10a#397aa132) Adding tree-sitter-d v0.3.2 (/construction/editors/lapce/tree-sitter-d-36603135ecb37ac6494c520efff91b875815d6f7) Removing tree-sitter-d v0.3.2 (https://github.com/ghishadow/tree-sitter-d?rev=36603135ecb37ac6494c520efff91b875815d6f7#36603135) Adding tree-sitter-dart v0.0.1 (/construction/editors/lapce/tree-sitter-dart-78cad4503571d72666f78d5ba8ed6c1417653063) Removing tree-sitter-dart v0.0.1 (https://github.com/syntacti/tree-sitter-dart?rev=78cad4503571d72666f78d5ba8ed6c1417653063#78cad450) Adding tree-sitter-dockerfile v0.1.0 (/construction/editors/lapce/tree-sitter-dockerfile-c49d819e07685c90456270f1cc654d9cba640f53) Removing tree-sitter-dockerfile v0.1.0 (https://github.com/panekj/tree-sitter-dockerfile?rev=c49d819e07685c90456270f1cc654d9cba640f53#c49d819e) Adding tree-sitter-elixir v0.19.0 (/construction/editors/lapce/tree-sitter-elixir-05e3631c6a0701c1fa518b0fee7be95a2ceef5e2) Removing tree-sitter-elixir v0.19.0 (https://github.com/elixir-lang/tree-sitter-elixir.git?rev=05e3631c6a0701c1fa518b0fee7be95a2ceef5e2#05e3631c) Adding tree-sitter-erlang v0.0.1 (/construction/editors/lapce/tree-sitter-erlang-a8b8b0e16c4f5552f5e85af3dec976a5d16af8b9) Removing tree-sitter-erlang v0.0.1 (https://github.com/WhatsApp/tree-sitter-erlang?rev=a8b8b0e16c4f5552f5e85af3dec976a5d16af8b9#a8b8b0e1) Adding tree-sitter-glimmer v0.0.1 (/construction/editors/lapce/tree-sitter-glimmer-7281caca2ba114e1960c5d944a37860ef0841426) Removing tree-sitter-glimmer v0.0.1 (https://github.com/VixieTSQ/tree-sitter-glimmer?rev=7281caca2ba114e1960c5d944a37860ef0841426#7281caca) Adding tree-sitter-glsl v0.1.3 (/construction/editors/lapce/tree-sitter-glsl-74329feb2605deccd32b1c644af507daa6fb82f1) Removing tree-sitter-glsl v0.1.3 (https://github.com/theHamsta/tree-sitter-glsl?rev=74329feb2605deccd32b1c644af507daa6fb82f1#74329feb) Adding tree-sitter-haskell v0.14.0 (/construction/editors/lapce/tree-sitter-haskell-e30bdfd53eb28c73f26a68b77d436fd2140af167) Removing tree-sitter-haskell v0.14.0 (https://github.com/tree-sitter/tree-sitter-haskell?rev=e30bdfd53eb28c73f26a68b77d436fd2140af167#e30bdfd5) Adding tree-sitter-haxe v0.2.2 (/construction/editors/lapce/tree-sitter-haxe-52e3d2b9c3955aca886bccc38b496ef99b603a09) Removing tree-sitter-haxe v0.2.2 (https://github.com/vantreeseba/tree-sitter-haxe?rev=52e3d2b9c3955aca886bccc38b496ef99b603a09#52e3d2b9) Adding tree-sitter-hcl v0.0.1 (/construction/editors/lapce/tree-sitter-hcl-f4aa4553344e03e149ec459549a7f686d6846626) Removing tree-sitter-hcl v0.0.1 (https://github.com/VixieTSQ/tree-sitter-hcl?rev=f4aa4553344e03e149ec459549a7f686d6846626#f4aa4553) Adding tree-sitter-java v0.20.0 (/construction/editors/lapce/tree-sitter-java-09d650def6cdf7f479f4b78f595e9ef5b58ce31e) Removing tree-sitter-java v0.20.0 (https://github.com/tree-sitter/tree-sitter-java.git?rev=09d650def6cdf7f479f4b78f595e9ef5b58ce31e#09d650de) Adding tree-sitter-json v0.20.0 (/construction/editors/lapce/tree-sitter-json-11e2cc12d9b267766fb11a06e52952792fd8e3f0) Removing tree-sitter-json v0.20.0 (https://github.com/tree-sitter/tree-sitter-json.git?rev=11e2cc12d9b267766fb11a06e52952792fd8e3f0#11e2cc12) Adding tree-sitter-julia v0.19.0 (/construction/editors/lapce/tree-sitter-julia-2ad4c9b79e0f213b61dbb3820754bfc6306e595a) Removing tree-sitter-julia v0.19.0 (https://github.com/varlad/tree-sitter-julia.git?rev=2ad4c9b79e0f213b61dbb3820754bfc6306e595a#2ad4c9b7) Adding tree-sitter-kotlin v0.2.11 (/construction/editors/lapce/tree-sitter-kotlin-a4f71eb9b8c9b19ded3e0e9470be4b1b77c2b569) Removing tree-sitter-kotlin v0.2.11 (https://github.com/fwcd/tree-sitter-kotlin?rev=a4f71eb9b8c9b19ded3e0e9470be4b1b77c2b569#a4f71eb9) Adding tree-sitter-latex v0.2.0 (/construction/editors/lapce/tree-sitter-latex-b3b2cf27f33e71438ebe46934900b1153901c6f2) Removing tree-sitter-latex v0.2.0 (https://github.com/latex-lsp/tree-sitter-latex?rev=b3b2cf27f33e71438ebe46934900b1153901c6f2#b3b2cf27) Adding tree-sitter-lua v0.0.12 (/construction/editors/lapce/tree-sitter-lua-a29f646c14ed800aaeef1ca58a9bacc6d92922e8) Removing tree-sitter-lua v0.0.12 (https://github.com/syntacti/tree-sitter-lua?rev=a29f646c14ed800aaeef1ca58a9bacc6d92922e8#a29f646c) Adding tree-sitter-md v0.1.2 (/construction/editors/lapce/tree-sitter-markdown-272e080bca0efd19a06a7f4252d746417224959e) Removing tree-sitter-md v0.1.2 (https://github.com/MDeiml/tree-sitter-markdown.git?rev=272e080bca0efd19a06a7f4252d746417224959e#272e080b) Adding tree-sitter-nix v0.0.1 (/construction/editors/lapce/tree-sitter-nix-59fc47150ab437e8bb356c7ab21e9531e87f7cc8) Removing tree-sitter-nix v0.0.1 (https://github.com/panekj/tree-sitter-nix?rev=59fc47150ab437e8bb356c7ab21e9531e87f7cc8#59fc4715) Adding tree-sitter-ocaml v0.20.0 (/construction/editors/lapce/tree-sitter-ocaml-cc26b1ef111100f26a137bcbcd39fd4e35be9a59) Removing tree-sitter-ocaml v0.20.0 (https://github.com/tree-sitter/tree-sitter-ocaml?rev=cc26b1ef111100f26a137bcbcd39fd4e35be9a59#cc26b1ef) Adding tree-sitter-php v0.19.1 (/construction/editors/lapce/tree-sitter-php-ab2e72179ceb8bb0b249c8ac9162a148e911b3dc) Removing tree-sitter-php v0.19.1 (https://github.com/tree-sitter/tree-sitter-php.git?rev=ab2e72179ceb8bb0b249c8ac9162a148e911b3dc#ab2e7217) Adding tree-sitter-protobuf v0.0.1 (/construction/editors/lapce/tree-sitter-protobuf-5aef38d655f76a6b0d172340eed3766c93b3124c) Removing tree-sitter-protobuf v0.0.1 (https://github.com/yusdacra/tree-sitter-protobuf?rev=5aef38d655f76a6b0d172340eed3766c93b3124c#5aef38d6) Adding tree-sitter-ql v0.19.0 (/construction/editors/lapce/tree-sitter-ql-bd087020f0d8c183080ca615d38de0ec827aeeaf) Removing tree-sitter-ql v0.19.0 (https://github.com/tree-sitter/tree-sitter-ql?rev=bd087020f0d8c183080ca615d38de0ec827aeeaf#bd087020) Adding tree-sitter-ruby v0.19.0 (/construction/editors/lapce/tree-sitter-ruby-656abef0645caea793e33c1c773570722463e1d8) Removing tree-sitter-ruby v0.19.0 (https://github.com/tree-sitter/tree-sitter-ruby.git?rev=656abef0645caea793e33c1c773570722463e1d8#656abef0) Adding tree-sitter-scheme v0.2.0 (/construction/editors/lapce/tree-sitter-scheme-af0fd1fa452cb2562dc7b5c8a8c55551c39273b9) Removing tree-sitter-scheme v0.2.0 (https://github.com/6cdh/tree-sitter-scheme.git?rev=af0fd1fa452cb2562dc7b5c8a8c55551c39273b9#af0fd1fa) Adding tree-sitter-scss v0.0.1 (/construction/editors/lapce/tree-sitter-scss-3aac3391ede5098edbf4cc8a9f6d0cfdfe28e5dc) Removing tree-sitter-scss v0.0.1 (https://github.com/VixieTSQ/tree-sitter-scss?rev=3aac3391ede5098edbf4cc8a9f6d0cfdfe28e5dc#3aac3391) Adding tree-sitter-sql v0.0.2 (/construction/editors/lapce/tree-sitter-sql-15dad0f3cae8a094a7dac17d712ea8fb25228011) Removing tree-sitter-sql v0.0.2 (https://github.com/oknozor/tree-sitter-sql?rev=15dad0f3cae8a094a7dac17d712ea8fb25228011#15dad0f3) Adding tree-sitter-svelte v0.10.2 (/construction/editors/lapce/tree-sitter-svelte-52e122ae68b316d3aa960a0a422d3645ba717f42) Removing tree-sitter-svelte v0.10.2 (https://github.com/Himujjal/tree-sitter-svelte?rev=52e122ae68b316d3aa960a0a422d3645ba717f42#52e122ae) Adding tree-sitter-wgsl v0.0.1 (/construction/editors/lapce/tree-sitter-wgsl-272e89ef2aeac74178edb9db4a83c1ffef80a463) Removing tree-sitter-wgsl v0.0.1 (https://github.com/szebniok/tree-sitter-wgsl?rev=272e89ef2aeac74178edb9db4a83c1ffef80a463#272e89ef) Adding tree-sitter-xml v0.0.1 (/construction/editors/lapce/tree-sitter-xml-422528a43630db6dcc1e222d1c5ee3babd559473) Removing tree-sitter-xml v0.0.1 (https://github.com/RenjiSann/tree-sitter-xml?rev=422528a43630db6dcc1e222d1c5ee3babd559473#422528a4) Adding tree-sitter-yaml v0.0.1 (/construction/editors/lapce/tree-sitter-yaml-80c8d76847f03e772c5c524cf29bafb56858a8d1) Removing tree-sitter-yaml v0.0.1 (https://github.com/panekj/tree-sitter-yaml?rev=80c8d76847f03e772c5c524cf29bafb56858a8d1#80c8d768) Adding tree-sitter-zig v0.0.1 (/construction/editors/lapce/tree-sitter-zig-8d3224c3bd0890fe08358886ebf54fca2ed448a6) Removing tree-sitter-zig v0.0.1 (https://github.com/maxxnino/tree-sitter-zig?rev=8d3224c3bd0890fe08358886ebf54fca2ed448a6#8d3224c3) Adding wasi-experimental-http-wasmtime v0.10.0 (/construction/editors/lapce/wasi-experimental-http-5c6d970fe0750932f76979678384bf1c5ab5be2e/crates/wasi-experimental-http-wasmtime) Removing wasi-experimental-http-wasmtime v0.10.0 (https://github.com/lapce/wasi-experimental-http#5c6d970f) SUCCEEDED 00:00:04 ------------------------------------------------------------------------------- -- Phase: build ------------------------------------------------------------------------------- ===> Building for lapce-0.2.8_1 Compiling libc v0.2.133 Running `CARGO=/usr/local/bin/cargo CARGO_CRATE_NAME=build_script_build CARGO_MANIFEST_DIR=/construction/editors/lapce/lapce-0.2.8/cargo-crates/libc-0.2.133 CARGO_PKG_AUTHORS='The Rust Project Developers' CARGO_PKG_DESCRIPTION='Raw FFI bindings to platform libraries like libc. ' CARGO_PKG_HOMEPAGE='https://github.com/rust-lang/libc' CARGO_PKG_LICENSE='MIT OR Apache-2.0' CARGO_PKG_LICENSE_FILE='' CARGO_PKG_NAME=libc CARGO_PKG_README=README.md CARGO_PKG_REPOSITORY='https://github.com/rust-lang/libc' CARGO_PKG_RUST_VERSION='' CARGO_PKG_VERSION=0.2.133 CARGO_PKG_VERSION_MAJOR=0 CARGO_PKG_VERSION_MINOR=2 CARGO_PKG_VERSION_PATCH=133 CARGO_PKG_VERSION_PRE='' LD_LIBRARY_PATH='/construction/editors/lapce/target/release/deps:/usr/local/lib' /usr/local/bin/rustc --crate-name build_script_build /construction/editors/lapce/lapce-0.2.8/cargo-crates/libc-0.2.133/build.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --diagnostic-width=80 --crate-type bin --emit=dep-info,link -C embed-bitcode=no -C debug-assertions=off --cfg 'feature="default"' --cfg 'feature="std"' -C metadata=415a8bc3cf51e8f6 -C extra-filename=-415a8bc3cf51e8f6 --out-dir /construction/editors/lapce/target/release/build/libc-415a8bc3cf51e8f6 -C linker=cc -L dependency=/construction/editors/lapce/target/release/deps --cap-lints warn` Compiling proc-macro2 v1.0.44 Compiling quote v1.0.21 Compiling unicode-ident v1.0.4 Compiling syn v1.0.101 Compiling cfg-if v1.0.0 Compiling autocfg v1.1.0 Compiling memchr v2.5.0 Compiling serde_derive v1.0.145 Compiling serde v1.0.145 Compiling version_check v0.9.4 Compiling once_cell v1.17.1 Running `CARGO=/usr/local/bin/cargo CARGO_CRATE_NAME=build_script_build CARGO_MANIFEST_DIR=/construction/editors/lapce/lapce-0.2.8/cargo-crates/quote-1.0.21 CARGO_PKG_AUTHORS='David Tolnay ' CARGO_PKG_DESCRIPTION='Quasi-quoting macro quote'\!'(...)' CARGO_PKG_HOMEPAGE='' CARGO_PKG_LICENSE='MIT OR Apache-2.0' CARGO_PKG_LICENSE_FILE='' CARGO_PKG_NAME=quote CARGO_PKG_README=README.md CARGO_PKG_REPOSITORY='https://github.com/dtolnay/quote' CARGO_PKG_RUST_VERSION=1.31 CARGO_PKG_VERSION=1.0.21 CARGO_PKG_VERSION_MAJOR=1 CARGO_PKG_VERSION_MINOR=0 CARGO_PKG_VERSION_PATCH=21 CARGO_PKG_VERSION_PRE='' LD_LIBRARY_PATH='/construction/editors/lapce/target/release/deps:/usr/local/lib' /usr/local/bin/rustc --crate-name build_script_build --edition=2018 /construction/editors/lapce/lapce-0.2.8/cargo-crates/quote-1.0.21/build.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --diagnostic-width=80 --crate-type bin --emit=dep-info,link -C embed-bitcode=no -C debug-assertions=off --cfg 'feature="default"' --cfg 'feature="proc-macro"' -C metadata=986038c7030b2287 -C extra-filename=-986038c7030b2287 --out-dir /construction/editors/lapce/target/release/build/quote-986038c7030b2287 -C linker=cc -L dependency=/construction/editors/lapce/target/release/deps --cap-lints warn` Running `CARGO=/usr/local/bin/cargo CARGO_CRATE_NAME=build_script_build CARGO_MANIFEST_DIR=/construction/editors/lapce/lapce-0.2.8/cargo-crates/proc-macro2-1.0.44 CARGO_PKG_AUTHORS='David Tolnay :Alex Crichton ' CARGO_PKG_DESCRIPTION='A substitute implementation of the compiler'\''s `proc_macro` API to decouple token-based libraries from the procedural macro use case.' CARGO_PKG_HOMEPAGE='' CARGO_PKG_LICENSE='MIT OR Apache-2.0' CARGO_PKG_LICENSE_FILE='' CARGO_PKG_NAME=proc-macro2 CARGO_PKG_README=README.md CARGO_PKG_REPOSITORY='https://github.com/dtolnay/proc-macro2' CARGO_PKG_RUST_VERSION=1.31 CARGO_PKG_VERSION=1.0.44 CARGO_PKG_VERSION_MAJOR=1 CARGO_PKG_VERSION_MINOR=0 CARGO_PKG_VERSION_PATCH=44 CARGO_PKG_VERSION_PRE='' LD_LIBRARY_PATH='/construction/editors/lapce/target/release/deps:/usr/local/lib' /usr/local/bin/rustc --crate-name build_script_build --edition=2018 /construction/editors/lapce/lapce-0.2.8/cargo-crates/proc-macro2-1.0.44/build.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --diagnostic-width=80 --crate-type bin --emit=dep-info,link -C embed-bitcode=no -C debug-assertions=off --cfg 'feature="default"' --cfg 'feature="proc-macro"' -C metadata=03ad8bbfb8f8d1dd -C extra-filename=-03ad8bbfb8f8d1dd --out-dir /construction/editors/lapce/target/release/build/proc-macro2-03ad8bbfb8f8d1dd -C linker=cc -L dependency=/construction/editors/lapce/target/release/deps --cap-lints warn` Running `CARGO=/usr/local/bin/cargo CARGO_CRATE_NAME=build_script_build CARGO_MANIFEST_DIR=/construction/editors/lapce/lapce-0.2.8/cargo-crates/libc-0.2.133 CARGO_PKG_AUTHORS='The Rust Project Developers' CARGO_PKG_DESCRIPTION='Raw FFI bindings to platform libraries like libc. ' CARGO_PKG_HOMEPAGE='https://github.com/rust-lang/libc' CARGO_PKG_LICENSE='MIT OR Apache-2.0' CARGO_PKG_LICENSE_FILE='' CARGO_PKG_NAME=libc CARGO_PKG_README=README.md CARGO_PKG_REPOSITORY='https://github.com/rust-lang/libc' CARGO_PKG_RUST_VERSION='' CARGO_PKG_VERSION=0.2.133 CARGO_PKG_VERSION_MAJOR=0 CARGO_PKG_VERSION_MINOR=2 CARGO_PKG_VERSION_PATCH=133 CARGO_PKG_VERSION_PRE='' LD_LIBRARY_PATH='/construction/editors/lapce/target/release/deps:/usr/local/lib' /usr/local/bin/rustc --crate-name build_script_build /construction/editors/lapce/lapce-0.2.8/cargo-crates/libc-0.2.133/build.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --diagnostic-width=80 --crate-type bin --emit=dep-info,link -C embed-bitcode=no -C debug-assertions=off --cfg 'feature="default"' --cfg 'feature="extra_traits"' --cfg 'feature="std"' -C metadata=5979f1827f3f7f6c -C extra-filename=-5979f1827f3f7f6c --out-dir /construction/editors/lapce/target/release/build/libc-5979f1827f3f7f6c -C linker=cc -L dependency=/construction/editors/lapce/target/release/deps --cap-lints warn` Running `CARGO=/usr/local/bin/cargo CARGO_CRATE_NAME=cfg_if CARGO_MANIFEST_DIR=/construction/editors/lapce/lapce-0.2.8/cargo-crates/cfg-if-1.0.0 CARGO_PKG_AUTHORS='Alex Crichton ' CARGO_PKG_DESCRIPTION='A macro to ergonomically define an item depending on a large number of #[cfg] parameters. Structured like an if-else chain, the first matching branch is the item that gets emitted. ' CARGO_PKG_HOMEPAGE='https://github.com/alexcrichton/cfg-if' CARGO_PKG_LICENSE=MIT/Apache-2.0 CARGO_PKG_LICENSE_FILE='' CARGO_PKG_NAME=cfg-if CARGO_PKG_README=README.md CARGO_PKG_REPOSITORY='https://github.com/alexcrichton/cfg-if' CARGO_PKG_RUST_VERSION='' CARGO_PKG_VERSION=1.0.0 CARGO_PKG_VERSION_MAJOR=1 CARGO_PKG_VERSION_MINOR=0 CARGO_PKG_VERSION_PATCH=0 CARGO_PKG_VERSION_PRE='' LD_LIBRARY_PATH='/construction/editors/lapce/target/release/deps:/usr/local/lib' /usr/local/bin/rustc --crate-name cfg_if --edition=2018 /construction/editors/lapce/lapce-0.2.8/cargo-crates/cfg-if-1.0.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --diagnostic-width=80 --crate-type lib --emit=dep-info,metadata,link -C opt-level=2 -C embed-bitcode=no -C metadata=ab9f3df0ea533c99 -C extra-filename=-ab9f3df0ea533c99 --out-dir /construction/editors/lapce/target/x86_64-unknown-dragonfly/release/deps --target x86_64-unknown-dragonfly -C linker=cc -L dependency=/construction/editors/lapce/target/x86_64-unknown-dragonfly/release/deps -L dependency=/construction/editors/lapce/target/release/deps --cap-lints warn -C link-arg=-Wl,-rpath,/usr/local/lib -C link-arg=-L/usr/local/lib` Running `CARGO=/usr/local/bin/cargo CARGO_CRATE_NAME=build_script_build CARGO_MANIFEST_DIR=/construction/editors/lapce/lapce-0.2.8/cargo-crates/syn-1.0.101 CARGO_PKG_AUTHORS='David Tolnay ' CARGO_PKG_DESCRIPTION='Parser for Rust source code' CARGO_PKG_HOMEPAGE='' CARGO_PKG_LICENSE='MIT OR Apache-2.0' CARGO_PKG_LICENSE_FILE='' CARGO_PKG_NAME=syn CARGO_PKG_README=README.md CARGO_PKG_REPOSITORY='https://github.com/dtolnay/syn' CARGO_PKG_RUST_VERSION=1.31 CARGO_PKG_VERSION=1.0.101 CARGO_PKG_VERSION_MAJOR=1 CARGO_PKG_VERSION_MINOR=0 CARGO_PKG_VERSION_PATCH=101 CARGO_PKG_VERSION_PRE='' LD_LIBRARY_PATH='/construction/editors/lapce/target/release/deps:/usr/local/lib' /usr/local/bin/rustc --crate-name build_script_build --edition=2018 /construction/editors/lapce/lapce-0.2.8/cargo-crates/syn-1.0.101/build.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --diagnostic-width=80 --crate-type bin --emit=dep-info,link -C embed-bitcode=no -C debug-assertions=off --cfg 'feature="clone-impls"' --cfg 'feature="default"' --cfg 'feature="derive"' --cfg 'feature="extra-traits"' --cfg 'feature="full"' --cfg 'feature="parsing"' --cfg 'feature="printing"' --cfg 'feature="proc-macro"' --cfg 'feature="quote"' --cfg 'feature="visit"' --cfg 'feature="visit-mut"' -C metadata=62bbe0b320d7ff8f -C extra-filename=-62bbe0b320d7ff8f --out-dir /construction/editors/lapce/target/release/build/syn-62bbe0b320d7ff8f -C linker=cc -L dependency=/construction/editors/lapce/target/release/deps --cap-lints warn` Running `CARGO=/usr/local/bin/cargo CARGO_CRATE_NAME=build_script_build CARGO_MANIFEST_DIR=/construction/editors/lapce/lapce-0.2.8/cargo-crates/memchr-2.5.0 CARGO_PKG_AUTHORS='Andrew Gallant :bluss' CARGO_PKG_DESCRIPTION='Safe interface to memchr.' CARGO_PKG_HOMEPAGE='https://github.com/BurntSushi/memchr' CARGO_PKG_LICENSE=Unlicense/MIT CARGO_PKG_LICENSE_FILE='' CARGO_PKG_NAME=memchr CARGO_PKG_README=README.md CARGO_PKG_REPOSITORY='https://github.com/BurntSushi/memchr' CARGO_PKG_RUST_VERSION='' CARGO_PKG_VERSION=2.5.0 CARGO_PKG_VERSION_MAJOR=2 CARGO_PKG_VERSION_MINOR=5 CARGO_PKG_VERSION_PATCH=0 CARGO_PKG_VERSION_PRE='' LD_LIBRARY_PATH='/construction/editors/lapce/target/release/deps:/usr/local/lib' /usr/local/bin/rustc --crate-name build_script_build --edition=2018 /construction/editors/lapce/lapce-0.2.8/cargo-crates/memchr-2.5.0/build.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --diagnostic-width=80 --crate-type bin --emit=dep-info,link -C embed-bitcode=no -C debug-assertions=off --cfg 'feature="default"' --cfg 'feature="std"' -C metadata=760f7a4336f09b32 -C extra-filename=-760f7a4336f09b32 --out-dir /construction/editors/lapce/target/release/build/memchr-760f7a4336f09b32 -C linker=cc -L dependency=/construction/editors/lapce/target/release/deps --cap-lints warn` Running `CARGO=/usr/local/bin/cargo CARGO_CRATE_NAME=unicode_ident CARGO_MANIFEST_DIR=/construction/editors/lapce/lapce-0.2.8/cargo-crates/unicode-ident-1.0.4 CARGO_PKG_AUTHORS='David Tolnay ' CARGO_PKG_DESCRIPTION='Determine whether characters have the XID_Start or XID_Continue properties according to Unicode Standard Annex #31' CARGO_PKG_HOMEPAGE='' CARGO_PKG_LICENSE='(MIT OR Apache-2.0) AND Unicode-DFS-2016' CARGO_PKG_LICENSE_FILE='' CARGO_PKG_NAME=unicode-ident CARGO_PKG_README=README.md CARGO_PKG_REPOSITORY='https://github.com/dtolnay/unicode-ident' CARGO_PKG_RUST_VERSION=1.31 CARGO_PKG_VERSION=1.0.4 CARGO_PKG_VERSION_MAJOR=1 CARGO_PKG_VERSION_MINOR=0 CARGO_PKG_VERSION_PATCH=4 CARGO_PKG_VERSION_PRE='' LD_LIBRARY_PATH='/construction/editors/lapce/target/release/deps:/usr/local/lib' /usr/local/bin/rustc --crate-name unicode_ident --edition=2018 /construction/editors/lapce/lapce-0.2.8/cargo-crates/unicode-ident-1.0.4/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --diagnostic-width=80 --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debug-assertions=off -C metadata=00547c2c694f07c7 -C extra-filename=-00547c2c694f07c7 --out-dir /construction/editors/lapce/target/release/deps -C linker=cc -L dependency=/construction/editors/lapce/target/release/deps --cap-lints warn` Running `CARGO=/usr/local/bin/cargo CARGO_CRATE_NAME=build_script_build CARGO_MANIFEST_DIR=/construction/editors/lapce/lapce-0.2.8/cargo-crates/serde-1.0.145 CARGO_PKG_AUTHORS='Erick Tryzelaar :David Tolnay ' CARGO_PKG_DESCRIPTION='A generic serialization/deserialization framework' CARGO_PKG_HOMEPAGE='https://serde.rs' CARGO_PKG_LICENSE='MIT OR Apache-2.0' CARGO_PKG_LICENSE_FILE='' CARGO_PKG_NAME=serde CARGO_PKG_README=crates-io.md CARGO_PKG_REPOSITORY='https://github.com/serde-rs/serde' CARGO_PKG_RUST_VERSION=1.13 CARGO_PKG_VERSION=1.0.145 CARGO_PKG_VERSION_MAJOR=1 CARGO_PKG_VERSION_MINOR=0 CARGO_PKG_VERSION_PATCH=145 CARGO_PKG_VERSION_PRE='' LD_LIBRARY_PATH='/construction/editors/lapce/target/release/deps:/usr/local/lib' /usr/local/bin/rustc --crate-name build_script_build /construction/editors/lapce/lapce-0.2.8/cargo-crates/serde-1.0.145/build.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --diagnostic-width=80 --crate-type bin --emit=dep-info,link -C embed-bitcode=no -C debug-assertions=off --cfg 'feature="default"' --cfg 'feature="derive"' --cfg 'feature="rc"' --cfg 'feature="serde_derive"' --cfg 'feature="std"' -C metadata=13458584c857a642 -C extra-filename=-13458584c857a642 --out-dir /construction/editors/lapce/target/release/build/serde-13458584c857a642 -C linker=cc -L dependency=/construction/editors/lapce/target/release/deps --cap-lints warn` Running `CARGO=/usr/local/bin/cargo CARGO_CRATE_NAME=once_cell CARGO_MANIFEST_DIR=/construction/editors/lapce/lapce-0.2.8/cargo-crates/once_cell-1.17.1 CARGO_PKG_AUTHORS='Aleksey Kladov ' CARGO_PKG_DESCRIPTION='Single assignment cells and lazy values.' CARGO_PKG_HOMEPAGE='' CARGO_PKG_LICENSE='MIT OR Apache-2.0' CARGO_PKG_LICENSE_FILE='' CARGO_PKG_NAME=once_cell CARGO_PKG_README=README.md CARGO_PKG_REPOSITORY='https://github.com/matklad/once_cell' CARGO_PKG_RUST_VERSION=1.56 CARGO_PKG_VERSION=1.17.1 CARGO_PKG_VERSION_MAJOR=1 CARGO_PKG_VERSION_MINOR=17 CARGO_PKG_VERSION_PATCH=1 CARGO_PKG_VERSION_PRE='' LD_LIBRARY_PATH='/construction/editors/lapce/target/release/deps:/usr/local/lib' /usr/local/bin/rustc --crate-name once_cell --edition=2021 /construction/editors/lapce/lapce-0.2.8/cargo-crates/once_cell-1.17.1/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --diagnostic-width=80 --crate-type lib --emit=dep-info,metadata,link -C opt-level=2 -C embed-bitcode=no --cfg 'feature="alloc"' --cfg 'feature="default"' --cfg 'feature="race"' --cfg 'feature="std"' -C metadata=d7e3c1c39ed164f9 -C extra-filename=-d7e3c1c39ed164f9 --out-dir /construction/editors/lapce/target/x86_64-unknown-dragonfly/release/deps --target x86_64-unknown-dragonfly -C linker=cc -L dependency=/construction/editors/lapce/target/x86_64-unknown-dragonfly/release/deps -L dependency=/construction/editors/lapce/target/release/deps --cap-lints warn -C link-arg=-Wl,-rpath,/usr/local/lib -C link-arg=-L/usr/local/lib` Running `CARGO=/usr/local/bin/cargo CARGO_CRATE_NAME=build_script_build CARGO_MANIFEST_DIR=/construction/editors/lapce/lapce-0.2.8/cargo-crates/serde_derive-1.0.145 CARGO_PKG_AUTHORS='Erick Tryzelaar :David Tolnay ' CARGO_PKG_DESCRIPTION='Macros 1.1 implementation of #[derive(Serialize, Deserialize)]' CARGO_PKG_HOMEPAGE='https://serde.rs' CARGO_PKG_LICENSE='MIT OR Apache-2.0' CARGO_PKG_LICENSE_FILE='' CARGO_PKG_NAME=serde_derive CARGO_PKG_README=crates-io.md CARGO_PKG_REPOSITORY='https://github.com/serde-rs/serde' CARGO_PKG_RUST_VERSION=1.31 CARGO_PKG_VERSION=1.0.145 CARGO_PKG_VERSION_MAJOR=1 CARGO_PKG_VERSION_MINOR=0 CARGO_PKG_VERSION_PATCH=145 CARGO_PKG_VERSION_PRE='' LD_LIBRARY_PATH='/construction/editors/lapce/target/release/deps:/usr/local/lib' /usr/local/bin/rustc --crate-name build_script_build /construction/editors/lapce/lapce-0.2.8/cargo-crates/serde_derive-1.0.145/build.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --diagnostic-width=80 --crate-type bin --emit=dep-info,link -C embed-bitcode=no -C debug-assertions=off --cfg 'feature="default"' -C metadata=bad62ae957e37f24 -C extra-filename=-bad62ae957e37f24 --out-dir /construction/editors/lapce/target/release/build/serde_derive-bad62ae957e37f24 -C linker=cc -L dependency=/construction/editors/lapce/target/release/deps --cap-lints warn` Running `CARGO=/usr/local/bin/cargo CARGO_CRATE_NAME=autocfg CARGO_MANIFEST_DIR=/construction/editors/lapce/lapce-0.2.8/cargo-crates/autocfg-1.1.0 CARGO_PKG_AUTHORS='Josh Stone ' CARGO_PKG_DESCRIPTION='Automatic cfg for Rust compiler features' CARGO_PKG_HOMEPAGE='' CARGO_PKG_LICENSE='Apache-2.0 OR MIT' CARGO_PKG_LICENSE_FILE='' CARGO_PKG_NAME=autocfg CARGO_PKG_README=README.md CARGO_PKG_REPOSITORY='https://github.com/cuviper/autocfg' CARGO_PKG_RUST_VERSION='' CARGO_PKG_VERSION=1.1.0 CARGO_PKG_VERSION_MAJOR=1 CARGO_PKG_VERSION_MINOR=1 CARGO_PKG_VERSION_PATCH=0 CARGO_PKG_VERSION_PRE='' LD_LIBRARY_PATH='/construction/editors/lapce/target/release/deps:/usr/local/lib' /usr/local/bin/rustc --crate-name autocfg /construction/editors/lapce/lapce-0.2.8/cargo-crates/autocfg-1.1.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --diagnostic-width=80 --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debug-assertions=off -C metadata=9f3634dc764a754e -C extra-filename=-9f3634dc764a754e --out-dir /construction/editors/lapce/target/release/deps -C linker=cc -L dependency=/construction/editors/lapce/target/release/deps --cap-lints warn` Running `CARGO=/usr/local/bin/cargo CARGO_CRATE_NAME=version_check CARGO_MANIFEST_DIR=/construction/editors/lapce/lapce-0.2.8/cargo-crates/version_check-0.9.4 CARGO_PKG_AUTHORS='Sergio Benitez ' CARGO_PKG_DESCRIPTION='Tiny crate to check the version of the installed/running rustc.' CARGO_PKG_HOMEPAGE='' CARGO_PKG_LICENSE=MIT/Apache-2.0 CARGO_PKG_LICENSE_FILE='' CARGO_PKG_NAME=version_check CARGO_PKG_README=README.md CARGO_PKG_REPOSITORY='https://github.com/SergioBenitez/version_check' CARGO_PKG_RUST_VERSION='' CARGO_PKG_VERSION=0.9.4 CARGO_PKG_VERSION_MAJOR=0 CARGO_PKG_VERSION_MINOR=9 CARGO_PKG_VERSION_PATCH=4 CARGO_PKG_VERSION_PRE='' LD_LIBRARY_PATH='/construction/editors/lapce/target/release/deps:/usr/local/lib' /usr/local/bin/rustc --crate-name version_check /construction/editors/lapce/lapce-0.2.8/cargo-crates/version_check-0.9.4/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --diagnostic-width=80 --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debug-assertions=off -C metadata=f1bbd4e679df1358 -C extra-filename=-f1bbd4e679df1358 --out-dir /construction/editors/lapce/target/release/deps -C linker=cc -L dependency=/construction/editors/lapce/target/release/deps --cap-lints warn` Compiling regex-syntax v0.6.27 Running `CARGO=/usr/local/bin/cargo CARGO_CRATE_NAME=regex_syntax CARGO_MANIFEST_DIR=/construction/editors/lapce/lapce-0.2.8/cargo-crates/regex-syntax-0.6.27 CARGO_PKG_AUTHORS='The Rust Project Developers' CARGO_PKG_DESCRIPTION='A regular expression parser.' CARGO_PKG_HOMEPAGE='https://github.com/rust-lang/regex' CARGO_PKG_LICENSE='MIT OR Apache-2.0' CARGO_PKG_LICENSE_FILE='' CARGO_PKG_NAME=regex-syntax CARGO_PKG_README=README.md CARGO_PKG_REPOSITORY='https://github.com/rust-lang/regex' CARGO_PKG_RUST_VERSION='' CARGO_PKG_VERSION=0.6.27 CARGO_PKG_VERSION_MAJOR=0 CARGO_PKG_VERSION_MINOR=6 CARGO_PKG_VERSION_PATCH=27 CARGO_PKG_VERSION_PRE='' LD_LIBRARY_PATH='/construction/editors/lapce/target/release/deps:/usr/local/lib' /usr/local/bin/rustc --crate-name regex_syntax --edition=2018 /construction/editors/lapce/lapce-0.2.8/cargo-crates/regex-syntax-0.6.27/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --diagnostic-width=80 --crate-type lib --emit=dep-info,metadata,link -C opt-level=2 -C embed-bitcode=no --cfg 'feature="default"' --cfg 'feature="unicode"' --cfg 'feature="unicode-age"' --cfg 'feature="unicode-bool"' --cfg 'feature="unicode-case"' --cfg 'feature="unicode-gencat"' --cfg 'feature="unicode-perl"' --cfg 'feature="unicode-script"' --cfg 'feature="unicode-segment"' -C metadata=2ff38ce5b5707b24 -C extra-filename=-2ff38ce5b5707b24 --out-dir /construction/editors/lapce/target/x86_64-unknown-dragonfly/release/deps --target x86_64-unknown-dragonfly -C linker=cc -L dependency=/construction/editors/lapce/target/x86_64-unknown-dragonfly/release/deps -L dependency=/construction/editors/lapce/target/release/deps --cap-lints warn -C link-arg=-Wl,-rpath,/usr/local/lib -C link-arg=-L/usr/local/lib` Compiling log v0.4.17 Running `CARGO=/usr/local/bin/cargo CARGO_CRATE_NAME=build_script_build CARGO_MANIFEST_DIR=/construction/editors/lapce/lapce-0.2.8/cargo-crates/log-0.4.17 CARGO_PKG_AUTHORS='The Rust Project Developers' CARGO_PKG_DESCRIPTION='A lightweight logging facade for Rust ' CARGO_PKG_HOMEPAGE='' CARGO_PKG_LICENSE='MIT OR Apache-2.0' CARGO_PKG_LICENSE_FILE='' CARGO_PKG_NAME=log CARGO_PKG_README=README.md CARGO_PKG_REPOSITORY='https://github.com/rust-lang/log' CARGO_PKG_RUST_VERSION='' CARGO_PKG_VERSION=0.4.17 CARGO_PKG_VERSION_MAJOR=0 CARGO_PKG_VERSION_MINOR=4 CARGO_PKG_VERSION_PATCH=17 CARGO_PKG_VERSION_PRE='' LD_LIBRARY_PATH='/construction/editors/lapce/target/release/deps:/usr/local/lib' /usr/local/bin/rustc --crate-name build_script_build /construction/editors/lapce/lapce-0.2.8/cargo-crates/log-0.4.17/build.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --diagnostic-width=80 --crate-type bin --emit=dep-info,link -C embed-bitcode=no -C debug-assertions=off --cfg 'feature="serde"' --cfg 'feature="std"' -C metadata=3eb3978324888e21 -C extra-filename=-3eb3978324888e21 --out-dir /construction/editors/lapce/target/release/build/log-3eb3978324888e21 -C linker=cc -L dependency=/construction/editors/lapce/target/release/deps --cap-lints warn` Running `/construction/editors/lapce/target/release/build/quote-986038c7030b2287/build-script-build` [quote 1.0.21] cargo:rerun-if-changed=build.rs Compiling bitflags v1.3.2 Running `CARGO=/usr/local/bin/cargo CARGO_CRATE_NAME=bitflags CARGO_MANIFEST_DIR=/construction/editors/lapce/lapce-0.2.8/cargo-crates/bitflags-1.3.2 CARGO_PKG_AUTHORS='The Rust Project Developers' CARGO_PKG_DESCRIPTION='A macro to generate structures which behave like bitflags. ' CARGO_PKG_HOMEPAGE='https://github.com/bitflags/bitflags' CARGO_PKG_LICENSE=MIT/Apache-2.0 CARGO_PKG_LICENSE_FILE='' CARGO_PKG_NAME=bitflags CARGO_PKG_README=README.md CARGO_PKG_REPOSITORY='https://github.com/bitflags/bitflags' CARGO_PKG_RUST_VERSION='' CARGO_PKG_VERSION=1.3.2 CARGO_PKG_VERSION_MAJOR=1 CARGO_PKG_VERSION_MINOR=3 CARGO_PKG_VERSION_PATCH=2 CARGO_PKG_VERSION_PRE='' LD_LIBRARY_PATH='/construction/editors/lapce/target/release/deps:/usr/local/lib' /usr/local/bin/rustc --crate-name bitflags --edition=2018 /construction/editors/lapce/lapce-0.2.8/cargo-crates/bitflags-1.3.2/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --diagnostic-width=80 --crate-type lib --emit=dep-info,metadata,link -C opt-level=2 -C embed-bitcode=no --cfg 'feature="default"' -C metadata=cd9fb609d49c6f8e -C extra-filename=-cd9fb609d49c6f8e --out-dir /construction/editors/lapce/target/x86_64-unknown-dragonfly/release/deps --target x86_64-unknown-dragonfly -C linker=cc -L dependency=/construction/editors/lapce/target/x86_64-unknown-dragonfly/release/deps -L dependency=/construction/editors/lapce/target/release/deps --cap-lints warn -C link-arg=-Wl,-rpath,/usr/local/lib -C link-arg=-L/usr/local/lib` Running `/construction/editors/lapce/target/release/build/libc-415a8bc3cf51e8f6/build-script-build` [libc 0.2.133] cargo:rerun-if-changed=build.rs Running `/construction/editors/lapce/target/release/build/memchr-760f7a4336f09b32/build-script-build` [memchr 2.5.0] cargo:rustc-cfg=memchr_runtime_simd [memchr 2.5.0] cargo:rustc-cfg=memchr_runtime_sse2 [memchr 2.5.0] cargo:rustc-cfg=memchr_runtime_sse42 [memchr 2.5.0] cargo:rustc-cfg=memchr_runtime_avx Running `CARGO=/usr/local/bin/cargo CARGO_CRATE_NAME=memchr CARGO_MANIFEST_DIR=/construction/editors/lapce/lapce-0.2.8/cargo-crates/memchr-2.5.0 CARGO_PKG_AUTHORS='Andrew Gallant :bluss' CARGO_PKG_DESCRIPTION='Safe interface to memchr.' CARGO_PKG_HOMEPAGE='https://github.com/BurntSushi/memchr' CARGO_PKG_LICENSE=Unlicense/MIT CARGO_PKG_LICENSE_FILE='' CARGO_PKG_NAME=memchr CARGO_PKG_README=README.md CARGO_PKG_REPOSITORY='https://github.com/BurntSushi/memchr' CARGO_PKG_RUST_VERSION='' CARGO_PKG_VERSION=2.5.0 CARGO_PKG_VERSION_MAJOR=2 CARGO_PKG_VERSION_MINOR=5 CARGO_PKG_VERSION_PATCH=0 CARGO_PKG_VERSION_PRE='' LD_LIBRARY_PATH='/construction/editors/lapce/target/release/deps:/usr/local/lib' OUT_DIR=/construction/editors/lapce/target/x86_64-unknown-dragonfly/release/build/memchr-d53ff79447491d00/out /usr/local/bin/rustc --crate-name memchr --edition=2018 /construction/editors/lapce/lapce-0.2.8/cargo-crates/memchr-2.5.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --diagnostic-width=80 --crate-type lib --emit=dep-info,metadata,link -C opt-level=2 -C embed-bitcode=no --cfg 'feature="default"' --cfg 'feature="std"' -C metadata=bcd48a6ecc42e0cb -C extra-filename=-bcd48a6ecc42e0cb --out-dir /construction/editors/lapce/target/x86_64-unknown-dragonfly/release/deps --target x86_64-unknown-dragonfly -C linker=cc -L dependency=/construction/editors/lapce/target/x86_64-unknown-dragonfly/release/deps -L dependency=/construction/editors/lapce/target/release/deps --cap-lints warn -C link-arg=-Wl,-rpath,/usr/local/lib -C link-arg=-L/usr/local/lib --cfg memchr_runtime_simd --cfg memchr_runtime_sse2 --cfg memchr_runtime_sse42 --cfg memchr_runtime_avx` Compiling thiserror v1.0.36 Running `CARGO=/usr/local/bin/cargo CARGO_CRATE_NAME=build_script_build CARGO_MANIFEST_DIR=/construction/editors/lapce/lapce-0.2.8/cargo-crates/thiserror-1.0.36 CARGO_PKG_AUTHORS='David Tolnay ' CARGO_PKG_DESCRIPTION='derive(Error)' CARGO_PKG_HOMEPAGE='' CARGO_PKG_LICENSE='MIT OR Apache-2.0' CARGO_PKG_LICENSE_FILE='' CARGO_PKG_NAME=thiserror CARGO_PKG_README=README.md CARGO_PKG_REPOSITORY='https://github.com/dtolnay/thiserror' CARGO_PKG_RUST_VERSION=1.31 CARGO_PKG_VERSION=1.0.36 CARGO_PKG_VERSION_MAJOR=1 CARGO_PKG_VERSION_MINOR=0 CARGO_PKG_VERSION_PATCH=36 CARGO_PKG_VERSION_PRE='' LD_LIBRARY_PATH='/construction/editors/lapce/target/release/deps:/usr/local/lib' /usr/local/bin/rustc --crate-name build_script_build --edition=2018 /construction/editors/lapce/lapce-0.2.8/cargo-crates/thiserror-1.0.36/build.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --diagnostic-width=80 --crate-type bin --emit=dep-info,link -C embed-bitcode=no -C debug-assertions=off -C metadata=57265ced992fbe5e -C extra-filename=-57265ced992fbe5e --out-dir /construction/editors/lapce/target/release/build/thiserror-57265ced992fbe5e -C linker=cc -L dependency=/construction/editors/lapce/target/release/deps --cap-lints warn` [libc 0.2.133] cargo:rustc-cfg=freebsd11 [libc 0.2.133] cargo:rustc-cfg=libc_priv_mod_use [libc 0.2.133] cargo:rustc-cfg=libc_union [libc 0.2.133] cargo:rustc-cfg=libc_const_size_of [libc 0.2.133] cargo:rustc-cfg=libc_align [libc 0.2.133] cargo:rustc-cfg=libc_int128 [libc 0.2.133] cargo:rustc-cfg=libc_core_cvoid [libc 0.2.133] cargo:rustc-cfg=libc_packedN [libc 0.2.133] cargo:rustc-cfg=libc_cfg_target_vendor [libc 0.2.133] cargo:rustc-cfg=libc_non_exhaustive [libc 0.2.133] cargo:rustc-cfg=libc_ptr_addr_of [libc 0.2.133] cargo:rustc-cfg=libc_underscore_const_names [libc 0.2.133] cargo:rustc-cfg=libc_const_extern_fn Running `CARGO=/usr/local/bin/cargo CARGO_CRATE_NAME=libc CARGO_MANIFEST_DIR=/construction/editors/lapce/lapce-0.2.8/cargo-crates/libc-0.2.133 CARGO_PKG_AUTHORS='The Rust Project Developers' CARGO_PKG_DESCRIPTION='Raw FFI bindings to platform libraries like libc. ' CARGO_PKG_HOMEPAGE='https://github.com/rust-lang/libc' CARGO_PKG_LICENSE='MIT OR Apache-2.0' CARGO_PKG_LICENSE_FILE='' CARGO_PKG_NAME=libc CARGO_PKG_README=README.md CARGO_PKG_REPOSITORY='https://github.com/rust-lang/libc' CARGO_PKG_RUST_VERSION='' CARGO_PKG_VERSION=0.2.133 CARGO_PKG_VERSION_MAJOR=0 CARGO_PKG_VERSION_MINOR=2 CARGO_PKG_VERSION_PATCH=133 CARGO_PKG_VERSION_PRE='' LD_LIBRARY_PATH='/construction/editors/lapce/target/release/deps:/usr/local/lib' OUT_DIR=/construction/editors/lapce/target/release/build/libc-d89c7cc4fedd1bee/out /usr/local/bin/rustc --crate-name libc /construction/editors/lapce/lapce-0.2.8/cargo-crates/libc-0.2.133/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --diagnostic-width=80 --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debug-assertions=off --cfg 'feature="default"' --cfg 'feature="std"' -C metadata=019d508bb65455ac -C extra-filename=-019d508bb65455ac --out-dir /construction/editors/lapce/target/release/deps -C linker=cc -L dependency=/construction/editors/lapce/target/release/deps --cap-lints warn --cfg freebsd11 --cfg libc_priv_mod_use --cfg libc_union --cfg libc_const_size_of --cfg libc_align --cfg libc_int128 --cfg libc_core_cvoid --cfg libc_packedN --cfg libc_cfg_target_vendor --cfg libc_non_exhaustive --cfg libc_ptr_addr_of --cfg libc_underscore_const_names --cfg libc_const_extern_fn` Running `/construction/editors/lapce/target/release/build/serde_derive-bad62ae957e37f24/build-script-build` Running `/construction/editors/lapce/target/release/build/syn-62bbe0b320d7ff8f/build-script-build` Running `/construction/editors/lapce/target/release/build/log-3eb3978324888e21/build-script-build` [log 0.4.17] cargo:rustc-cfg=atomic_cas [log 0.4.17] cargo:rustc-cfg=has_atomics [log 0.4.17] cargo:rerun-if-changed=build.rs Compiling smallvec v1.10.0 Running `CARGO=/usr/local/bin/cargo CARGO_CRATE_NAME=smallvec CARGO_MANIFEST_DIR=/construction/editors/lapce/lapce-0.2.8/cargo-crates/smallvec-1.10.0 CARGO_PKG_AUTHORS='The Servo Project Developers' CARGO_PKG_DESCRIPTION=''\''Small vector'\'' optimization: store up to a small number of items on the stack' CARGO_PKG_HOMEPAGE='' CARGO_PKG_LICENSE='MIT OR Apache-2.0' CARGO_PKG_LICENSE_FILE='' CARGO_PKG_NAME=smallvec CARGO_PKG_README=README.md CARGO_PKG_REPOSITORY='https://github.com/servo/rust-smallvec' CARGO_PKG_RUST_VERSION='' CARGO_PKG_VERSION=1.10.0 CARGO_PKG_VERSION_MAJOR=1 CARGO_PKG_VERSION_MINOR=10 CARGO_PKG_VERSION_PATCH=0 CARGO_PKG_VERSION_PRE='' LD_LIBRARY_PATH='/construction/editors/lapce/target/release/deps:/usr/local/lib' /usr/local/bin/rustc --crate-name smallvec --edition=2018 /construction/editors/lapce/lapce-0.2.8/cargo-crates/smallvec-1.10.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --diagnostic-width=80 --crate-type lib --emit=dep-info,metadata,link -C opt-level=2 -C embed-bitcode=no -C metadata=ec6dc2d9ac4945a3 -C extra-filename=-ec6dc2d9ac4945a3 --out-dir /construction/editors/lapce/target/x86_64-unknown-dragonfly/release/deps --target x86_64-unknown-dragonfly -C linker=cc -L dependency=/construction/editors/lapce/target/x86_64-unknown-dragonfly/release/deps -L dependency=/construction/editors/lapce/target/release/deps --cap-lints warn -C link-arg=-Wl,-rpath,/usr/local/lib -C link-arg=-L/usr/local/lib` [syn 1.0.101] cargo:rustc-cfg=syn_disable_nightly_tests Compiling scopeguard v1.1.0 Running `CARGO=/usr/local/bin/cargo CARGO_CRATE_NAME=scopeguard CARGO_MANIFEST_DIR=/construction/editors/lapce/lapce-0.2.8/cargo-crates/scopeguard-1.1.0 CARGO_PKG_AUTHORS=bluss CARGO_PKG_DESCRIPTION='A RAII scope guard that will run a given closure when it goes out of scope, even if the code between panics (assuming unwinding panic). Defines the macros `defer'\!'`, `defer_on_unwind'\!'`, `defer_on_success'\!'` as shorthands for guards with one of the implemented strategies. ' CARGO_PKG_HOMEPAGE='' CARGO_PKG_LICENSE=MIT/Apache-2.0 CARGO_PKG_LICENSE_FILE='' CARGO_PKG_NAME=scopeguard CARGO_PKG_README='' CARGO_PKG_REPOSITORY='https://github.com/bluss/scopeguard' CARGO_PKG_RUST_VERSION='' CARGO_PKG_VERSION=1.1.0 CARGO_PKG_VERSION_MAJOR=1 CARGO_PKG_VERSION_MINOR=1 CARGO_PKG_VERSION_PATCH=0 CARGO_PKG_VERSION_PRE='' LD_LIBRARY_PATH='/construction/editors/lapce/target/release/deps:/usr/local/lib' /usr/local/bin/rustc --crate-name scopeguard /construction/editors/lapce/lapce-0.2.8/cargo-crates/scopeguard-1.1.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --diagnostic-width=80 --crate-type lib --emit=dep-info,metadata,link -C opt-level=2 -C embed-bitcode=no --cfg 'feature="default"' --cfg 'feature="use_std"' -C metadata=ca153d5a637a4204 -C extra-filename=-ca153d5a637a4204 --out-dir /construction/editors/lapce/target/x86_64-unknown-dragonfly/release/deps --target x86_64-unknown-dragonfly -C linker=cc -L dependency=/construction/editors/lapce/target/x86_64-unknown-dragonfly/release/deps -L dependency=/construction/editors/lapce/target/release/deps --cap-lints warn -C link-arg=-Wl,-rpath,/usr/local/lib -C link-arg=-L/usr/local/lib` Compiling pkg-config v0.3.25 Running `CARGO=/usr/local/bin/cargo CARGO_CRATE_NAME=pkg_config CARGO_MANIFEST_DIR=/construction/editors/lapce/lapce-0.2.8/cargo-crates/pkg-config-0.3.25 CARGO_PKG_AUTHORS='Alex Crichton ' CARGO_PKG_DESCRIPTION='A library to run the pkg-config system tool at build time in order to be used in Cargo build scripts. ' CARGO_PKG_HOMEPAGE='' CARGO_PKG_LICENSE='MIT OR Apache-2.0' CARGO_PKG_LICENSE_FILE='' CARGO_PKG_NAME=pkg-config CARGO_PKG_README=README.md CARGO_PKG_REPOSITORY='https://github.com/rust-lang/pkg-config-rs' CARGO_PKG_RUST_VERSION='' CARGO_PKG_VERSION=0.3.25 CARGO_PKG_VERSION_MAJOR=0 CARGO_PKG_VERSION_MINOR=3 CARGO_PKG_VERSION_PATCH=25 CARGO_PKG_VERSION_PRE='' LD_LIBRARY_PATH='/construction/editors/lapce/target/release/deps:/usr/local/lib' /usr/local/bin/rustc --crate-name pkg_config /construction/editors/lapce/lapce-0.2.8/cargo-crates/pkg-config-0.3.25/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --diagnostic-width=80 --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debug-assertions=off -C metadata=511ebd8140d1be89 -C extra-filename=-511ebd8140d1be89 --out-dir /construction/editors/lapce/target/release/deps -C linker=cc -L dependency=/construction/editors/lapce/target/release/deps --cap-lints warn` Running `/construction/editors/lapce/target/release/build/serde-13458584c857a642/build-script-build` Running `/construction/editors/lapce/target/release/build/libc-5979f1827f3f7f6c/build-script-build` Compiling itoa v1.0.3 Running `CARGO=/usr/local/bin/cargo CARGO_CRATE_NAME=itoa CARGO_MANIFEST_DIR=/construction/editors/lapce/lapce-0.2.8/cargo-crates/itoa-1.0.3 CARGO_PKG_AUTHORS='David Tolnay ' CARGO_PKG_DESCRIPTION='Fast integer primitive to string conversion' CARGO_PKG_HOMEPAGE='' CARGO_PKG_LICENSE='MIT OR Apache-2.0' CARGO_PKG_LICENSE_FILE='' CARGO_PKG_NAME=itoa CARGO_PKG_README=README.md CARGO_PKG_REPOSITORY='https://github.com/dtolnay/itoa' CARGO_PKG_RUST_VERSION=1.36 CARGO_PKG_VERSION=1.0.3 CARGO_PKG_VERSION_MAJOR=1 CARGO_PKG_VERSION_MINOR=0 CARGO_PKG_VERSION_PATCH=3 CARGO_PKG_VERSION_PRE='' LD_LIBRARY_PATH='/construction/editors/lapce/target/release/deps:/usr/local/lib' /usr/local/bin/rustc --crate-name itoa --edition=2018 /construction/editors/lapce/lapce-0.2.8/cargo-crates/itoa-1.0.3/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --diagnostic-width=80 --crate-type lib --emit=dep-info,metadata,link -C opt-level=2 -C embed-bitcode=no -C metadata=0239cb7a703e7ef7 -C extra-filename=-0239cb7a703e7ef7 --out-dir /construction/editors/lapce/target/x86_64-unknown-dragonfly/release/deps --target x86_64-unknown-dragonfly -C linker=cc -L dependency=/construction/editors/lapce/target/x86_64-unknown-dragonfly/release/deps -L dependency=/construction/editors/lapce/target/release/deps --cap-lints warn -C link-arg=-Wl,-rpath,/usr/local/lib -C link-arg=-L/usr/local/lib` [libc 0.2.133] cargo:rerun-if-changed=build.rs [libc 0.2.133] cargo:rustc-cfg=freebsd11 [libc 0.2.133] cargo:rustc-cfg=libc_priv_mod_use [libc 0.2.133] cargo:rustc-cfg=libc_union [libc 0.2.133] cargo:rustc-cfg=libc_const_size_of [libc 0.2.133] cargo:rustc-cfg=libc_align [libc 0.2.133] cargo:rustc-cfg=libc_int128 [libc 0.2.133] cargo:rustc-cfg=libc_core_cvoid [libc 0.2.133] cargo:rustc-cfg=libc_packedN [libc 0.2.133] cargo:rustc-cfg=libc_cfg_target_vendor [libc 0.2.133] cargo:rustc-cfg=libc_non_exhaustive [libc 0.2.133] cargo:rustc-cfg=libc_ptr_addr_of [libc 0.2.133] cargo:rustc-cfg=libc_underscore_const_names [libc 0.2.133] cargo:rustc-cfg=libc_const_extern_fn Running `CARGO=/usr/local/bin/cargo CARGO_CRATE_NAME=libc CARGO_MANIFEST_DIR=/construction/editors/lapce/lapce-0.2.8/cargo-crates/libc-0.2.133 CARGO_PKG_AUTHORS='The Rust Project Developers' CARGO_PKG_DESCRIPTION='Raw FFI bindings to platform libraries like libc. ' CARGO_PKG_HOMEPAGE='https://github.com/rust-lang/libc' CARGO_PKG_LICENSE='MIT OR Apache-2.0' CARGO_PKG_LICENSE_FILE='' CARGO_PKG_NAME=libc CARGO_PKG_README=README.md CARGO_PKG_REPOSITORY='https://github.com/rust-lang/libc' CARGO_PKG_RUST_VERSION='' CARGO_PKG_VERSION=0.2.133 CARGO_PKG_VERSION_MAJOR=0 CARGO_PKG_VERSION_MINOR=2 CARGO_PKG_VERSION_PATCH=133 CARGO_PKG_VERSION_PRE='' LD_LIBRARY_PATH='/construction/editors/lapce/target/release/deps:/usr/local/lib' OUT_DIR=/construction/editors/lapce/target/x86_64-unknown-dragonfly/release/build/libc-d80f1e3357ccfeb4/out /usr/local/bin/rustc --crate-name libc /construction/editors/lapce/lapce-0.2.8/cargo-crates/libc-0.2.133/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --diagnostic-width=80 --crate-type lib --emit=dep-info,metadata,link -C opt-level=2 -C embed-bitcode=no --cfg 'feature="default"' --cfg 'feature="extra_traits"' --cfg 'feature="std"' -C metadata=8e3f13899fc9c378 -C extra-filename=-8e3f13899fc9c378 --out-dir /construction/editors/lapce/target/x86_64-unknown-dragonfly/release/deps --target x86_64-unknown-dragonfly -C linker=cc -L dependency=/construction/editors/lapce/target/x86_64-unknown-dragonfly/release/deps -L dependency=/construction/editors/lapce/target/release/deps --cap-lints warn -C link-arg=-Wl,-rpath,/usr/local/lib -C link-arg=-L/usr/local/lib --cfg freebsd11 --cfg libc_priv_mod_use --cfg libc_union --cfg libc_const_size_of --cfg libc_align --cfg libc_int128 --cfg libc_core_cvoid --cfg libc_packedN --cfg libc_cfg_target_vendor --cfg libc_non_exhaustive --cfg libc_ptr_addr_of --cfg libc_underscore_const_names --cfg libc_const_extern_fn` Compiling crc32fast v1.3.2 Running `CARGO=/usr/local/bin/cargo CARGO_CRATE_NAME=build_script_build CARGO_MANIFEST_DIR=/construction/editors/lapce/lapce-0.2.8/cargo-crates/crc32fast-1.3.2 CARGO_PKG_AUTHORS='Sam Rijs :Alex Crichton ' CARGO_PKG_DESCRIPTION='Fast, SIMD-accelerated CRC32 (IEEE) checksum computation' CARGO_PKG_HOMEPAGE='' CARGO_PKG_LICENSE='MIT OR Apache-2.0' CARGO_PKG_LICENSE_FILE='' CARGO_PKG_NAME=crc32fast CARGO_PKG_README=README.md CARGO_PKG_REPOSITORY='https://github.com/srijs/rust-crc32fast' CARGO_PKG_RUST_VERSION='' CARGO_PKG_VERSION=1.3.2 CARGO_PKG_VERSION_MAJOR=1 CARGO_PKG_VERSION_MINOR=3 CARGO_PKG_VERSION_PATCH=2 CARGO_PKG_VERSION_PRE='' LD_LIBRARY_PATH='/construction/editors/lapce/target/release/deps:/usr/local/lib' /usr/local/bin/rustc --crate-name build_script_build /construction/editors/lapce/lapce-0.2.8/cargo-crates/crc32fast-1.3.2/build.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --diagnostic-width=80 --crate-type bin --emit=dep-info,link -C embed-bitcode=no -C debug-assertions=off --cfg 'feature="default"' --cfg 'feature="std"' -C metadata=3bb8effc77db3559 -C extra-filename=-3bb8effc77db3559 --out-dir /construction/editors/lapce/target/release/build/crc32fast-3bb8effc77db3559 -C linker=cc -L dependency=/construction/editors/lapce/target/release/deps --cap-lints warn` Compiling anyhow v1.0.65 Running `CARGO=/usr/local/bin/cargo CARGO_CRATE_NAME=build_script_build CARGO_MANIFEST_DIR=/construction/editors/lapce/lapce-0.2.8/cargo-crates/anyhow-1.0.65 CARGO_PKG_AUTHORS='David Tolnay ' CARGO_PKG_DESCRIPTION='Flexible concrete Error type built on std::error::Error' CARGO_PKG_HOMEPAGE='' CARGO_PKG_LICENSE='MIT OR Apache-2.0' CARGO_PKG_LICENSE_FILE='' CARGO_PKG_NAME=anyhow CARGO_PKG_README=README.md CARGO_PKG_REPOSITORY='https://github.com/dtolnay/anyhow' CARGO_PKG_RUST_VERSION=1.38 CARGO_PKG_VERSION=1.0.65 CARGO_PKG_VERSION_MAJOR=1 CARGO_PKG_VERSION_MINOR=0 CARGO_PKG_VERSION_PATCH=65 CARGO_PKG_VERSION_PRE='' LD_LIBRARY_PATH='/construction/editors/lapce/target/release/deps:/usr/local/lib' /usr/local/bin/rustc --crate-name build_script_build --edition=2018 /construction/editors/lapce/lapce-0.2.8/cargo-crates/anyhow-1.0.65/build.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --diagnostic-width=80 --crate-type bin --emit=dep-info,link -C embed-bitcode=no -C debug-assertions=off --cfg 'feature="default"' --cfg 'feature="std"' -C metadata=1f7b36da49fdbfcf -C extra-filename=-1f7b36da49fdbfcf --out-dir /construction/editors/lapce/target/release/build/anyhow-1f7b36da49fdbfcf -C linker=cc -L dependency=/construction/editors/lapce/target/release/deps --cap-lints warn` Compiling ahash v0.7.6 Running `CARGO=/usr/local/bin/cargo CARGO_CRATE_NAME=build_script_build CARGO_MANIFEST_DIR=/construction/editors/lapce/lapce-0.2.8/cargo-crates/ahash-0.7.6 CARGO_PKG_AUTHORS='Tom Kaitchuck ' CARGO_PKG_DESCRIPTION='A non-cryptographic hash function using AES-NI for high performance' CARGO_PKG_HOMEPAGE='' CARGO_PKG_LICENSE='MIT OR Apache-2.0' CARGO_PKG_LICENSE_FILE='' CARGO_PKG_NAME=ahash CARGO_PKG_README=README.md CARGO_PKG_REPOSITORY='https://github.com/tkaitchuck/ahash' CARGO_PKG_RUST_VERSION='' CARGO_PKG_VERSION=0.7.6 CARGO_PKG_VERSION_MAJOR=0 CARGO_PKG_VERSION_MINOR=7 CARGO_PKG_VERSION_PATCH=6 CARGO_PKG_VERSION_PRE='' LD_LIBRARY_PATH='/construction/editors/lapce/target/release/deps:/usr/local/lib' /usr/local/bin/rustc --crate-name build_script_build --edition=2018 /construction/editors/lapce/lapce-0.2.8/cargo-crates/ahash-0.7.6/./build.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --diagnostic-width=80 --crate-type bin --emit=dep-info,link -C embed-bitcode=no -C debug-assertions=off -C metadata=654a8cbafd818f3a -C extra-filename=-654a8cbafd818f3a --out-dir /construction/editors/lapce/target/release/build/ahash-654a8cbafd818f3a -C linker=cc -L dependency=/construction/editors/lapce/target/release/deps --extern version_check=/construction/editors/lapce/target/release/deps/libversion_check-f1bbd4e679df1358.rlib --cap-lints warn` Compiling crossbeam-utils v0.8.11 Running `CARGO=/usr/local/bin/cargo CARGO_CRATE_NAME=build_script_build CARGO_MANIFEST_DIR=/construction/editors/lapce/lapce-0.2.8/cargo-crates/crossbeam-utils-0.8.11 CARGO_PKG_AUTHORS='' CARGO_PKG_DESCRIPTION='Utilities for concurrent programming' CARGO_PKG_HOMEPAGE='https://github.com/crossbeam-rs/crossbeam/tree/master/crossbeam-utils' CARGO_PKG_LICENSE='MIT OR Apache-2.0' CARGO_PKG_LICENSE_FILE='' CARGO_PKG_NAME=crossbeam-utils CARGO_PKG_README=README.md CARGO_PKG_REPOSITORY='https://github.com/crossbeam-rs/crossbeam' CARGO_PKG_RUST_VERSION=1.38 CARGO_PKG_VERSION=0.8.11 CARGO_PKG_VERSION_MAJOR=0 CARGO_PKG_VERSION_MINOR=8 CARGO_PKG_VERSION_PATCH=11 CARGO_PKG_VERSION_PRE='' LD_LIBRARY_PATH='/construction/editors/lapce/target/release/deps:/usr/local/lib' /usr/local/bin/rustc --crate-name build_script_build --edition=2018 /construction/editors/lapce/lapce-0.2.8/cargo-crates/crossbeam-utils-0.8.11/build.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --diagnostic-width=80 --crate-type bin --emit=dep-info,link -C embed-bitcode=no -C debug-assertions=off --cfg 'feature="default"' --cfg 'feature="once_cell"' --cfg 'feature="std"' -C metadata=dd3b089f60fa4b47 -C extra-filename=-dd3b089f60fa4b47 --out-dir /construction/editors/lapce/target/release/build/crossbeam-utils-dd3b089f60fa4b47 -C linker=cc -L dependency=/construction/editors/lapce/target/release/deps --cap-lints warn` Running `/construction/editors/lapce/target/release/build/proc-macro2-03ad8bbfb8f8d1dd/build-script-build` [proc-macro2 1.0.44] cargo:rerun-if-changed=build.rs [proc-macro2 1.0.44] cargo:rustc-cfg=use_proc_macro [proc-macro2 1.0.44] cargo:rustc-cfg=wrap_proc_macro Running `CARGO=/usr/local/bin/cargo CARGO_CRATE_NAME=proc_macro2 CARGO_MANIFEST_DIR=/construction/editors/lapce/lapce-0.2.8/cargo-crates/proc-macro2-1.0.44 CARGO_PKG_AUTHORS='David Tolnay :Alex Crichton ' CARGO_PKG_DESCRIPTION='A substitute implementation of the compiler'\''s `proc_macro` API to decouple token-based libraries from the procedural macro use case.' CARGO_PKG_HOMEPAGE='' CARGO_PKG_LICENSE='MIT OR Apache-2.0' CARGO_PKG_LICENSE_FILE='' CARGO_PKG_NAME=proc-macro2 CARGO_PKG_README=README.md CARGO_PKG_REPOSITORY='https://github.com/dtolnay/proc-macro2' CARGO_PKG_RUST_VERSION=1.31 CARGO_PKG_VERSION=1.0.44 CARGO_PKG_VERSION_MAJOR=1 CARGO_PKG_VERSION_MINOR=0 CARGO_PKG_VERSION_PATCH=44 CARGO_PKG_VERSION_PRE='' LD_LIBRARY_PATH='/construction/editors/lapce/target/release/deps:/usr/local/lib' OUT_DIR=/construction/editors/lapce/target/release/build/proc-macro2-d63abce71739c0a6/out /usr/local/bin/rustc --crate-name proc_macro2 --edition=2018 /construction/editors/lapce/lapce-0.2.8/cargo-crates/proc-macro2-1.0.44/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --diagnostic-width=80 --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debug-assertions=off --cfg 'feature="default"' --cfg 'feature="proc-macro"' -C metadata=0d396a60a42a5507 -C extra-filename=-0d396a60a42a5507 --out-dir /construction/editors/lapce/target/release/deps -C linker=cc -L dependency=/construction/editors/lapce/target/release/deps --extern unicode_ident=/construction/editors/lapce/target/release/deps/libunicode_ident-00547c2c694f07c7.rmeta --cap-lints warn --cfg use_proc_macro --cfg wrap_proc_macro` Running `/construction/editors/lapce/target/release/build/thiserror-57265ced992fbe5e/build-script-build` Compiling indexmap v1.9.2 Running `CARGO=/usr/local/bin/cargo CARGO_CRATE_NAME=build_script_build CARGO_MANIFEST_DIR=/construction/editors/lapce/lapce-0.2.8/cargo-crates/indexmap-1.9.2 CARGO_PKG_AUTHORS='' CARGO_PKG_DESCRIPTION='A hash table with consistent order and fast iteration.' CARGO_PKG_HOMEPAGE='' CARGO_PKG_LICENSE='Apache-2.0 OR MIT' CARGO_PKG_LICENSE_FILE='' CARGO_PKG_NAME=indexmap CARGO_PKG_README=README.md CARGO_PKG_REPOSITORY='https://github.com/bluss/indexmap' CARGO_PKG_RUST_VERSION=1.56 CARGO_PKG_VERSION=1.9.2 CARGO_PKG_VERSION_MAJOR=1 CARGO_PKG_VERSION_MINOR=9 CARGO_PKG_VERSION_PATCH=2 CARGO_PKG_VERSION_PRE='' LD_LIBRARY_PATH='/construction/editors/lapce/target/release/deps:/usr/local/lib' /usr/local/bin/rustc --crate-name build_script_build --edition=2021 /construction/editors/lapce/lapce-0.2.8/cargo-crates/indexmap-1.9.2/build.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --diagnostic-width=80 --crate-type bin --emit=dep-info,link -C embed-bitcode=no -C debug-assertions=off --cfg 'feature="serde"' --cfg 'feature="serde-1"' --cfg 'feature="std"' -C metadata=947c60ea26158d10 -C extra-filename=-947c60ea26158d10 --out-dir /construction/editors/lapce/target/release/build/indexmap-947c60ea26158d10 -C linker=cc -L dependency=/construction/editors/lapce/target/release/deps --extern autocfg=/construction/editors/lapce/target/release/deps/libautocfg-9f3634dc764a754e.rlib --cap-lints warn` Compiling lock_api v0.4.9 Running `CARGO=/usr/local/bin/cargo CARGO_CRATE_NAME=build_script_build CARGO_MANIFEST_DIR=/construction/editors/lapce/lapce-0.2.8/cargo-crates/lock_api-0.4.9 CARGO_PKG_AUTHORS='Amanieu d'\''Antras ' CARGO_PKG_DESCRIPTION='Wrappers to create fully-featured Mutex and RwLock types. Compatible with no_std.' CARGO_PKG_HOMEPAGE='' CARGO_PKG_LICENSE='MIT OR Apache-2.0' CARGO_PKG_LICENSE_FILE='' CARGO_PKG_NAME=lock_api CARGO_PKG_README='' CARGO_PKG_REPOSITORY='https://github.com/Amanieu/parking_lot' CARGO_PKG_RUST_VERSION='' CARGO_PKG_VERSION=0.4.9 CARGO_PKG_VERSION_MAJOR=0 CARGO_PKG_VERSION_MINOR=4 CARGO_PKG_VERSION_PATCH=9 CARGO_PKG_VERSION_PRE='' LD_LIBRARY_PATH='/construction/editors/lapce/target/release/deps:/usr/local/lib' /usr/local/bin/rustc --crate-name build_script_build --edition=2018 /construction/editors/lapce/lapce-0.2.8/cargo-crates/lock_api-0.4.9/build.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --diagnostic-width=80 --crate-type bin --emit=dep-info,link -C embed-bitcode=no -C debug-assertions=off -C metadata=88ebd6610c827350 -C extra-filename=-88ebd6610c827350 --out-dir /construction/editors/lapce/target/release/build/lock_api-88ebd6610c827350 -C linker=cc -L dependency=/construction/editors/lapce/target/release/deps --extern autocfg=/construction/editors/lapce/target/release/deps/libautocfg-9f3634dc764a754e.rlib --cap-lints warn` Running `/construction/editors/lapce/target/release/build/ahash-654a8cbafd818f3a/build-script-build` [ahash 0.7.6] cargo:rerun-if-changed=build.rs [ahash 0.7.6] cargo:rustc-cfg=feature="runtime-rng" [ahash 0.7.6] cargo:rustc-cfg=feature="folded_multiply" Compiling jobserver v0.1.25 Running `CARGO=/usr/local/bin/cargo CARGO_CRATE_NAME=jobserver CARGO_MANIFEST_DIR=/construction/editors/lapce/lapce-0.2.8/cargo-crates/jobserver-0.1.25 CARGO_PKG_AUTHORS='Alex Crichton ' CARGO_PKG_DESCRIPTION='An implementation of the GNU make jobserver for Rust ' CARGO_PKG_HOMEPAGE='https://github.com/alexcrichton/jobserver-rs' CARGO_PKG_LICENSE=MIT/Apache-2.0 CARGO_PKG_LICENSE_FILE='' CARGO_PKG_NAME=jobserver CARGO_PKG_README=README.md CARGO_PKG_REPOSITORY='https://github.com/alexcrichton/jobserver-rs' CARGO_PKG_RUST_VERSION='' CARGO_PKG_VERSION=0.1.25 CARGO_PKG_VERSION_MAJOR=0 CARGO_PKG_VERSION_MINOR=1 CARGO_PKG_VERSION_PATCH=25 CARGO_PKG_VERSION_PRE='' LD_LIBRARY_PATH='/construction/editors/lapce/target/release/deps:/usr/local/lib' /usr/local/bin/rustc --crate-name jobserver --edition=2018 /construction/editors/lapce/lapce-0.2.8/cargo-crates/jobserver-0.1.25/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --diagnostic-width=80 --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debug-assertions=off -C metadata=78c8e94f5c88ded6 -C extra-filename=-78c8e94f5c88ded6 --out-dir /construction/editors/lapce/target/release/deps -C linker=cc -L dependency=/construction/editors/lapce/target/release/deps --extern libc=/construction/editors/lapce/target/release/deps/liblibc-019d508bb65455ac.rmeta --cap-lints warn` Running `/construction/editors/lapce/target/release/build/indexmap-947c60ea26158d10/build-script-build` [indexmap 1.9.2] cargo:rustc-cfg=has_std [indexmap 1.9.2] cargo:rerun-if-changed=build.rs Compiling memoffset v0.6.5 Running `CARGO=/usr/local/bin/cargo CARGO_CRATE_NAME=build_script_build CARGO_MANIFEST_DIR=/construction/editors/lapce/lapce-0.2.8/cargo-crates/memoffset-0.6.5 CARGO_PKG_AUTHORS='Gilad Naaman ' CARGO_PKG_DESCRIPTION='offset_of functionality for Rust structs.' CARGO_PKG_HOMEPAGE='' CARGO_PKG_LICENSE=MIT CARGO_PKG_LICENSE_FILE='' CARGO_PKG_NAME=memoffset CARGO_PKG_README=README.md CARGO_PKG_REPOSITORY='https://github.com/Gilnaa/memoffset' CARGO_PKG_RUST_VERSION='' CARGO_PKG_VERSION=0.6.5 CARGO_PKG_VERSION_MAJOR=0 CARGO_PKG_VERSION_MINOR=6 CARGO_PKG_VERSION_PATCH=5 CARGO_PKG_VERSION_PRE='' LD_LIBRARY_PATH='/construction/editors/lapce/target/release/deps:/usr/local/lib' /usr/local/bin/rustc --crate-name build_script_build /construction/editors/lapce/lapce-0.2.8/cargo-crates/memoffset-0.6.5/build.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --diagnostic-width=80 --crate-type bin --emit=dep-info,link -C embed-bitcode=no -C debug-assertions=off --cfg 'feature="default"' -C metadata=71554f2237d90f27 -C extra-filename=-71554f2237d90f27 --out-dir /construction/editors/lapce/target/release/build/memoffset-71554f2237d90f27 -C linker=cc -L dependency=/construction/editors/lapce/target/release/deps --extern autocfg=/construction/editors/lapce/target/release/deps/libautocfg-9f3634dc764a754e.rlib --cap-lints warn` Running `/construction/editors/lapce/target/release/build/crc32fast-3bb8effc77db3559/build-script-build` [crc32fast 1.3.2] cargo:rerun-if-changed=build.rs Compiling typenum v1.15.0 Compiling fallible-iterator v0.2.0 Running `CARGO=/usr/local/bin/cargo CARGO_CRATE_NAME=build_script_main CARGO_MANIFEST_DIR=/construction/editors/lapce/lapce-0.2.8/cargo-crates/typenum-1.15.0 CARGO_PKG_AUTHORS='Paho Lurie-Gregg :Andre Bogus ' CARGO_PKG_DESCRIPTION='Typenum is a Rust library for type-level numbers evaluated at compile time. It currently supports bits, unsigned integers, and signed integers. It also provides a type-level array of type-level numbers, but its implementation is incomplete.' CARGO_PKG_HOMEPAGE='' CARGO_PKG_LICENSE='MIT OR Apache-2.0' CARGO_PKG_LICENSE_FILE='' CARGO_PKG_NAME=typenum CARGO_PKG_README=README.md CARGO_PKG_REPOSITORY='https://github.com/paholg/typenum' CARGO_PKG_RUST_VERSION='' CARGO_PKG_VERSION=1.15.0 CARGO_PKG_VERSION_MAJOR=1 CARGO_PKG_VERSION_MINOR=15 CARGO_PKG_VERSION_PATCH=0 CARGO_PKG_VERSION_PRE='' LD_LIBRARY_PATH='/construction/editors/lapce/target/release/deps:/usr/local/lib' /usr/local/bin/rustc --crate-name build_script_main --edition=2018 /construction/editors/lapce/lapce-0.2.8/cargo-crates/typenum-1.15.0/build/main.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --diagnostic-width=80 --crate-type bin --emit=dep-info,link -C embed-bitcode=no -C debug-assertions=off -C metadata=5b600685acf5128a -C extra-filename=-5b600685acf5128a --out-dir /construction/editors/lapce/target/release/build/typenum-5b600685acf5128a -C linker=cc -L dependency=/construction/editors/lapce/target/release/deps --cap-lints warn` Running `CARGO=/usr/local/bin/cargo CARGO_CRATE_NAME=fallible_iterator CARGO_MANIFEST_DIR=/construction/editors/lapce/lapce-0.2.8/cargo-crates/fallible-iterator-0.2.0 CARGO_PKG_AUTHORS='Steven Fackler ' CARGO_PKG_DESCRIPTION='Fallible iterator traits' CARGO_PKG_HOMEPAGE='' CARGO_PKG_LICENSE=MIT/Apache-2.0 CARGO_PKG_LICENSE_FILE='' CARGO_PKG_NAME=fallible-iterator CARGO_PKG_README=README.md CARGO_PKG_REPOSITORY='https://github.com/sfackler/rust-fallible-iterator' CARGO_PKG_RUST_VERSION='' CARGO_PKG_VERSION=0.2.0 CARGO_PKG_VERSION_MAJOR=0 CARGO_PKG_VERSION_MINOR=2 CARGO_PKG_VERSION_PATCH=0 CARGO_PKG_VERSION_PRE='' LD_LIBRARY_PATH='/construction/editors/lapce/target/release/deps:/usr/local/lib' /usr/local/bin/rustc --crate-name fallible_iterator --edition=2018 /construction/editors/lapce/lapce-0.2.8/cargo-crates/fallible-iterator-0.2.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --diagnostic-width=80 --crate-type lib --emit=dep-info,metadata,link -C opt-level=2 -C embed-bitcode=no --cfg 'feature="std"' -C metadata=b2d32befbc5bd3ed -C extra-filename=-b2d32befbc5bd3ed --out-dir /construction/editors/lapce/target/x86_64-unknown-dragonfly/release/deps --target x86_64-unknown-dragonfly -C linker=cc -L dependency=/construction/editors/lapce/target/x86_64-unknown-dragonfly/release/deps -L dependency=/construction/editors/lapce/target/release/deps --cap-lints warn -C link-arg=-Wl,-rpath,/usr/local/lib -C link-arg=-L/usr/local/lib` Running `/construction/editors/lapce/target/release/build/crossbeam-utils-dd3b089f60fa4b47/build-script-build` [crc32fast 1.3.2] cargo:rustc-cfg=crc32fast_stdarchx86 Compiling cc v1.0.73 Running `CARGO=/usr/local/bin/cargo CARGO_CRATE_NAME=cc CARGO_MANIFEST_DIR=/construction/editors/lapce/lapce-0.2.8/cargo-crates/cc-1.0.73 CARGO_PKG_AUTHORS='Alex Crichton ' CARGO_PKG_DESCRIPTION='A build-time dependency for Cargo build scripts to assist in invoking the native C compiler to compile native C code into a static archive to be linked into Rust code. ' CARGO_PKG_HOMEPAGE='https://github.com/alexcrichton/cc-rs' CARGO_PKG_LICENSE=MIT/Apache-2.0 CARGO_PKG_LICENSE_FILE='' CARGO_PKG_NAME=cc CARGO_PKG_README=README.md CARGO_PKG_REPOSITORY='https://github.com/alexcrichton/cc-rs' CARGO_PKG_RUST_VERSION='' CARGO_PKG_VERSION=1.0.73 CARGO_PKG_VERSION_MAJOR=1 CARGO_PKG_VERSION_MINOR=0 CARGO_PKG_VERSION_PATCH=73 CARGO_PKG_VERSION_PRE='' LD_LIBRARY_PATH='/construction/editors/lapce/target/release/deps:/usr/local/lib' /usr/local/bin/rustc --crate-name cc --edition=2018 /construction/editors/lapce/lapce-0.2.8/cargo-crates/cc-1.0.73/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --diagnostic-width=80 --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debug-assertions=off --cfg 'feature="jobserver"' --cfg 'feature="parallel"' -C metadata=1c22ede16aecb155 -C extra-filename=-1c22ede16aecb155 --out-dir /construction/editors/lapce/target/release/deps -C linker=cc -L dependency=/construction/editors/lapce/target/release/deps --extern jobserver=/construction/editors/lapce/target/release/deps/libjobserver-78c8e94f5c88ded6.rmeta --cap-lints warn` [crossbeam-utils 0.8.11] cargo:rerun-if-changed=no_atomic.rs Running `CARGO=/usr/local/bin/cargo CARGO_CRATE_NAME=crc32fast CARGO_MANIFEST_DIR=/construction/editors/lapce/lapce-0.2.8/cargo-crates/crc32fast-1.3.2 CARGO_PKG_AUTHORS='Sam Rijs :Alex Crichton ' CARGO_PKG_DESCRIPTION='Fast, SIMD-accelerated CRC32 (IEEE) checksum computation' CARGO_PKG_HOMEPAGE='' CARGO_PKG_LICENSE='MIT OR Apache-2.0' CARGO_PKG_LICENSE_FILE='' CARGO_PKG_NAME=crc32fast CARGO_PKG_README=README.md CARGO_PKG_REPOSITORY='https://github.com/srijs/rust-crc32fast' CARGO_PKG_RUST_VERSION='' CARGO_PKG_VERSION=1.3.2 CARGO_PKG_VERSION_MAJOR=1 CARGO_PKG_VERSION_MINOR=3 CARGO_PKG_VERSION_PATCH=2 CARGO_PKG_VERSION_PRE='' LD_LIBRARY_PATH='/construction/editors/lapce/target/release/deps:/usr/local/lib' OUT_DIR=/construction/editors/lapce/target/x86_64-unknown-dragonfly/release/build/crc32fast-1db3914ae61903fd/out /usr/local/bin/rustc --crate-name crc32fast /construction/editors/lapce/lapce-0.2.8/cargo-crates/crc32fast-1.3.2/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --diagnostic-width=80 --crate-type lib --emit=dep-info,metadata,link -C opt-level=2 -C embed-bitcode=no --cfg 'feature="default"' --cfg 'feature="std"' -C metadata=4a726755c9f0c637 -C extra-filename=-4a726755c9f0c637 --out-dir /construction/editors/lapce/target/x86_64-unknown-dragonfly/release/deps --target x86_64-unknown-dragonfly -C linker=cc -L dependency=/construction/editors/lapce/target/x86_64-unknown-dragonfly/release/deps -L dependency=/construction/editors/lapce/target/release/deps --extern cfg_if=/construction/editors/lapce/target/x86_64-unknown-dragonfly/release/deps/libcfg_if-ab9f3df0ea533c99.rmeta --cap-lints warn -C link-arg=-Wl,-rpath,/usr/local/lib -C link-arg=-L/usr/local/lib --cfg crc32fast_stdarchx86` Running `CARGO=/usr/local/bin/cargo CARGO_CRATE_NAME=crossbeam_utils CARGO_MANIFEST_DIR=/construction/editors/lapce/lapce-0.2.8/cargo-crates/crossbeam-utils-0.8.11 CARGO_PKG_AUTHORS='' CARGO_PKG_DESCRIPTION='Utilities for concurrent programming' CARGO_PKG_HOMEPAGE='https://github.com/crossbeam-rs/crossbeam/tree/master/crossbeam-utils' CARGO_PKG_LICENSE='MIT OR Apache-2.0' CARGO_PKG_LICENSE_FILE='' CARGO_PKG_NAME=crossbeam-utils CARGO_PKG_README=README.md CARGO_PKG_REPOSITORY='https://github.com/crossbeam-rs/crossbeam' CARGO_PKG_RUST_VERSION=1.38 CARGO_PKG_VERSION=0.8.11 CARGO_PKG_VERSION_MAJOR=0 CARGO_PKG_VERSION_MINOR=8 CARGO_PKG_VERSION_PATCH=11 CARGO_PKG_VERSION_PRE='' LD_LIBRARY_PATH='/construction/editors/lapce/target/release/deps:/usr/local/lib' OUT_DIR=/construction/editors/lapce/target/x86_64-unknown-dragonfly/release/build/crossbeam-utils-59d12fd6dfdf9c1e/out /usr/local/bin/rustc --crate-name crossbeam_utils --edition=2018 /construction/editors/lapce/lapce-0.2.8/cargo-crates/crossbeam-utils-0.8.11/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --diagnostic-width=80 --crate-type lib --emit=dep-info,metadata,link -C opt-level=2 -C embed-bitcode=no --cfg 'feature="default"' --cfg 'feature="once_cell"' --cfg 'feature="std"' -C metadata=05e698e356f77dc6 -C extra-filename=-05e698e356f77dc6 --out-dir /construction/editors/lapce/target/x86_64-unknown-dragonfly/release/deps --target x86_64-unknown-dragonfly -C linker=cc -L dependency=/construction/editors/lapce/target/x86_64-unknown-dragonfly/release/deps -L dependency=/construction/editors/lapce/target/release/deps --extern cfg_if=/construction/editors/lapce/target/x86_64-unknown-dragonfly/release/deps/libcfg_if-ab9f3df0ea533c99.rmeta --extern once_cell=/construction/editors/lapce/target/x86_64-unknown-dragonfly/release/deps/libonce_cell-d7e3c1c39ed164f9.rmeta --cap-lints warn -C link-arg=-Wl,-rpath,/usr/local/lib -C link-arg=-L/usr/local/lib` Running `/construction/editors/lapce/target/release/build/memoffset-71554f2237d90f27/build-script-build` Running `/construction/editors/lapce/target/release/build/lock_api-88ebd6610c827350/build-script-build` [memoffset 0.6.5] cargo:rustc-cfg=tuple_ty [memoffset 0.6.5] cargo:rustc-cfg=allow_clippy [memoffset 0.6.5] cargo:rustc-cfg=maybe_uninit [memoffset 0.6.5] cargo:rustc-cfg=doctests [memoffset 0.6.5] cargo:rustc-cfg=raw_ref_macros Compiling futures-core v0.3.24 Running `CARGO=/usr/local/bin/cargo CARGO_CRATE_NAME=build_script_build CARGO_MANIFEST_DIR=/construction/editors/lapce/lapce-0.2.8/cargo-crates/futures-core-0.3.24 CARGO_PKG_AUTHORS='' CARGO_PKG_DESCRIPTION='The core traits and types in for the `futures` library. ' CARGO_PKG_HOMEPAGE='https://rust-lang.github.io/futures-rs' CARGO_PKG_LICENSE='MIT OR Apache-2.0' CARGO_PKG_LICENSE_FILE='' CARGO_PKG_NAME=futures-core CARGO_PKG_README=README.md CARGO_PKG_REPOSITORY='https://github.com/rust-lang/futures-rs' CARGO_PKG_RUST_VERSION=1.36 CARGO_PKG_VERSION=0.3.24 CARGO_PKG_VERSION_MAJOR=0 CARGO_PKG_VERSION_MINOR=3 CARGO_PKG_VERSION_PATCH=24 CARGO_PKG_VERSION_PRE='' LD_LIBRARY_PATH='/construction/editors/lapce/target/release/deps:/usr/local/lib' /usr/local/bin/rustc --crate-name build_script_build --edition=2018 /construction/editors/lapce/lapce-0.2.8/cargo-crates/futures-core-0.3.24/build.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --diagnostic-width=80 --crate-type bin --emit=dep-info,link -C embed-bitcode=no -C debug-assertions=off --cfg 'feature="alloc"' --cfg 'feature="default"' --cfg 'feature="std"' -C metadata=152b1276fa0bcd25 -C extra-filename=-152b1276fa0bcd25 --out-dir /construction/editors/lapce/target/release/build/futures-core-152b1276fa0bcd25 -C linker=cc -L dependency=/construction/editors/lapce/target/release/deps --cap-lints warn` [lock_api 0.4.9] cargo:rustc-cfg=has_const_fn_trait_bound Running `CARGO=/usr/local/bin/cargo CARGO_CRATE_NAME=lock_api CARGO_MANIFEST_DIR=/construction/editors/lapce/lapce-0.2.8/cargo-crates/lock_api-0.4.9 CARGO_PKG_AUTHORS='Amanieu d'\''Antras ' CARGO_PKG_DESCRIPTION='Wrappers to create fully-featured Mutex and RwLock types. Compatible with no_std.' CARGO_PKG_HOMEPAGE='' CARGO_PKG_LICENSE='MIT OR Apache-2.0' CARGO_PKG_LICENSE_FILE='' CARGO_PKG_NAME=lock_api CARGO_PKG_README='' CARGO_PKG_REPOSITORY='https://github.com/Amanieu/parking_lot' CARGO_PKG_RUST_VERSION='' CARGO_PKG_VERSION=0.4.9 CARGO_PKG_VERSION_MAJOR=0 CARGO_PKG_VERSION_MINOR=4 CARGO_PKG_VERSION_PATCH=9 CARGO_PKG_VERSION_PRE='' LD_LIBRARY_PATH='/construction/editors/lapce/target/release/deps:/usr/local/lib' OUT_DIR=/construction/editors/lapce/target/x86_64-unknown-dragonfly/release/build/lock_api-259f9e04c586c41c/out /usr/local/bin/rustc --crate-name lock_api --edition=2018 /construction/editors/lapce/lapce-0.2.8/cargo-crates/lock_api-0.4.9/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --diagnostic-width=80 --crate-type lib --emit=dep-info,metadata,link -C opt-level=2 -C embed-bitcode=no -C metadata=68ffcca85347c985 -C extra-filename=-68ffcca85347c985 --out-dir /construction/editors/lapce/target/x86_64-unknown-dragonfly/release/deps --target x86_64-unknown-dragonfly -C linker=cc -L dependency=/construction/editors/lapce/target/x86_64-unknown-dragonfly/release/deps -L dependency=/construction/editors/lapce/target/release/deps --extern scopeguard=/construction/editors/lapce/target/x86_64-unknown-dragonfly/release/deps/libscopeguard-ca153d5a637a4204.rmeta --cap-lints warn -C link-arg=-Wl,-rpath,/usr/local/lib -C link-arg=-L/usr/local/lib --cfg has_const_fn_trait_bound` Compiling aho-corasick v0.7.19 Running `CARGO=/usr/local/bin/cargo CARGO_CRATE_NAME=aho_corasick CARGO_MANIFEST_DIR=/construction/editors/lapce/lapce-0.2.8/cargo-crates/aho-corasick-0.7.19 CARGO_PKG_AUTHORS='Andrew Gallant ' CARGO_PKG_DESCRIPTION='Fast multiple substring searching.' CARGO_PKG_HOMEPAGE='https://github.com/BurntSushi/aho-corasick' CARGO_PKG_LICENSE=Unlicense/MIT CARGO_PKG_LICENSE_FILE='' CARGO_PKG_NAME=aho-corasick CARGO_PKG_README=README.md CARGO_PKG_REPOSITORY='https://github.com/BurntSushi/aho-corasick' CARGO_PKG_RUST_VERSION='' CARGO_PKG_VERSION=0.7.19 CARGO_PKG_VERSION_MAJOR=0 CARGO_PKG_VERSION_MINOR=7 CARGO_PKG_VERSION_PATCH=19 CARGO_PKG_VERSION_PRE='' LD_LIBRARY_PATH='/construction/editors/lapce/target/release/deps:/usr/local/lib' /usr/local/bin/rustc --crate-name aho_corasick --edition=2018 /construction/editors/lapce/lapce-0.2.8/cargo-crates/aho-corasick-0.7.19/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --diagnostic-width=80 --crate-type lib --emit=dep-info,metadata,link -C opt-level=2 -C embed-bitcode=no --cfg 'feature="default"' --cfg 'feature="std"' -C metadata=1b625eac4a86ad3b -C extra-filename=-1b625eac4a86ad3b --out-dir /construction/editors/lapce/target/x86_64-unknown-dragonfly/release/deps --target x86_64-unknown-dragonfly -C linker=cc -L dependency=/construction/editors/lapce/target/x86_64-unknown-dragonfly/release/deps -L dependency=/construction/editors/lapce/target/release/deps --extern memchr=/construction/editors/lapce/target/x86_64-unknown-dragonfly/release/deps/libmemchr-bcd48a6ecc42e0cb.rmeta --cap-lints warn -C link-arg=-Wl,-rpath,/usr/local/lib -C link-arg=-L/usr/local/lib` Compiling pin-project-lite v0.2.9 Running `CARGO=/usr/local/bin/cargo CARGO_CRATE_NAME=pin_project_lite CARGO_MANIFEST_DIR=/construction/editors/lapce/lapce-0.2.8/cargo-crates/pin-project-lite-0.2.9 CARGO_PKG_AUTHORS='' CARGO_PKG_DESCRIPTION='A lightweight version of pin-project written with declarative macros. ' CARGO_PKG_HOMEPAGE='' CARGO_PKG_LICENSE='Apache-2.0 OR MIT' CARGO_PKG_LICENSE_FILE='' CARGO_PKG_NAME=pin-project-lite CARGO_PKG_README=README.md CARGO_PKG_REPOSITORY='https://github.com/taiki-e/pin-project-lite' CARGO_PKG_RUST_VERSION=1.37 CARGO_PKG_VERSION=0.2.9 CARGO_PKG_VERSION_MAJOR=0 CARGO_PKG_VERSION_MINOR=2 CARGO_PKG_VERSION_PATCH=9 CARGO_PKG_VERSION_PRE='' LD_LIBRARY_PATH='/construction/editors/lapce/target/release/deps:/usr/local/lib' /usr/local/bin/rustc --crate-name pin_project_lite --edition=2018 /construction/editors/lapce/lapce-0.2.8/cargo-crates/pin-project-lite-0.2.9/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --diagnostic-width=80 --crate-type lib --emit=dep-info,metadata,link -C opt-level=2 -C embed-bitcode=no -C metadata=4c9a3c2040968f25 -C extra-filename=-4c9a3c2040968f25 --out-dir /construction/editors/lapce/target/x86_64-unknown-dragonfly/release/deps --target x86_64-unknown-dragonfly -C linker=cc -L dependency=/construction/editors/lapce/target/x86_64-unknown-dragonfly/release/deps -L dependency=/construction/editors/lapce/target/release/deps --cap-lints warn -C link-arg=-Wl,-rpath,/usr/local/lib -C link-arg=-L/usr/local/lib` Compiling stable_deref_trait v1.2.0 Running `CARGO=/usr/local/bin/cargo CARGO_CRATE_NAME=stable_deref_trait CARGO_MANIFEST_DIR=/construction/editors/lapce/lapce-0.2.8/cargo-crates/stable_deref_trait-1.2.0 CARGO_PKG_AUTHORS='Robert Grosse ' CARGO_PKG_DESCRIPTION='An unsafe marker trait for types like Box and Rc that dereference to a stable address even when moved, and hence can be used with libraries such as owning_ref and rental. ' CARGO_PKG_HOMEPAGE='' CARGO_PKG_LICENSE=MIT/Apache-2.0 CARGO_PKG_LICENSE_FILE='' CARGO_PKG_NAME=stable_deref_trait CARGO_PKG_README=README.md CARGO_PKG_REPOSITORY='https://github.com/storyyeller/stable_deref_trait' CARGO_PKG_RUST_VERSION='' CARGO_PKG_VERSION=1.2.0 CARGO_PKG_VERSION_MAJOR=1 CARGO_PKG_VERSION_MINOR=2 CARGO_PKG_VERSION_PATCH=0 CARGO_PKG_VERSION_PRE='' LD_LIBRARY_PATH='/construction/editors/lapce/target/release/deps:/usr/local/lib' /usr/local/bin/rustc --crate-name stable_deref_trait /construction/editors/lapce/lapce-0.2.8/cargo-crates/stable_deref_trait-1.2.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --diagnostic-width=80 --crate-type lib --emit=dep-info,metadata,link -C opt-level=2 -C embed-bitcode=no --cfg 'feature="alloc"' --cfg 'feature="std"' -C metadata=2e175fc36b3687aa -C extra-filename=-2e175fc36b3687aa --out-dir /construction/editors/lapce/target/x86_64-unknown-dragonfly/release/deps --target x86_64-unknown-dragonfly -C linker=cc -L dependency=/construction/editors/lapce/target/x86_64-unknown-dragonfly/release/deps -L dependency=/construction/editors/lapce/target/release/deps --cap-lints warn -C link-arg=-Wl,-rpath,/usr/local/lib -C link-arg=-L/usr/local/lib` Running `CARGO=/usr/local/bin/cargo CARGO_CRATE_NAME=memoffset CARGO_MANIFEST_DIR=/construction/editors/lapce/lapce-0.2.8/cargo-crates/memoffset-0.6.5 CARGO_PKG_AUTHORS='Gilad Naaman ' CARGO_PKG_DESCRIPTION='offset_of functionality for Rust structs.' CARGO_PKG_HOMEPAGE='' CARGO_PKG_LICENSE=MIT CARGO_PKG_LICENSE_FILE='' CARGO_PKG_NAME=memoffset CARGO_PKG_README=README.md CARGO_PKG_REPOSITORY='https://github.com/Gilnaa/memoffset' CARGO_PKG_RUST_VERSION='' CARGO_PKG_VERSION=0.6.5 CARGO_PKG_VERSION_MAJOR=0 CARGO_PKG_VERSION_MINOR=6 CARGO_PKG_VERSION_PATCH=5 CARGO_PKG_VERSION_PRE='' LD_LIBRARY_PATH='/construction/editors/lapce/target/release/deps:/usr/local/lib' OUT_DIR=/construction/editors/lapce/target/x86_64-unknown-dragonfly/release/build/memoffset-3e677fbcb9e7acd0/out /usr/local/bin/rustc --crate-name memoffset /construction/editors/lapce/lapce-0.2.8/cargo-crates/memoffset-0.6.5/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --diagnostic-width=80 --crate-type lib --emit=dep-info,metadata,link -C opt-level=2 -C embed-bitcode=no --cfg 'feature="default"' -C metadata=d3c1c33cc010592b -C extra-filename=-d3c1c33cc010592b --out-dir /construction/editors/lapce/target/x86_64-unknown-dragonfly/release/deps --target x86_64-unknown-dragonfly -C linker=cc -L dependency=/construction/editors/lapce/target/x86_64-unknown-dragonfly/release/deps -L dependency=/construction/editors/lapce/target/release/deps --cap-lints warn -C link-arg=-Wl,-rpath,/usr/local/lib -C link-arg=-L/usr/local/lib --cfg tuple_ty --cfg allow_clippy --cfg maybe_uninit --cfg doctests --cfg raw_ref_macros` Running `/construction/editors/lapce/target/release/build/futures-core-152b1276fa0bcd25/build-script-build` [futures-core 0.3.24] cargo:rerun-if-changed=no_atomic_cas.rs Compiling either v1.8.0 Running `CARGO=/usr/local/bin/cargo CARGO_CRATE_NAME=either CARGO_MANIFEST_DIR=/construction/editors/lapce/lapce-0.2.8/cargo-crates/either-1.8.0 CARGO_PKG_AUTHORS=bluss CARGO_PKG_DESCRIPTION='The enum `Either` with variants `Left` and `Right` is a general purpose sum type with two cases. ' CARGO_PKG_HOMEPAGE='' CARGO_PKG_LICENSE=MIT/Apache-2.0 CARGO_PKG_LICENSE_FILE='' CARGO_PKG_NAME=either CARGO_PKG_README=README-crates.io.md CARGO_PKG_REPOSITORY='https://github.com/bluss/either' CARGO_PKG_RUST_VERSION=1.36 CARGO_PKG_VERSION=1.8.0 CARGO_PKG_VERSION_MAJOR=1 CARGO_PKG_VERSION_MINOR=8 CARGO_PKG_VERSION_PATCH=0 CARGO_PKG_VERSION_PRE='' LD_LIBRARY_PATH='/construction/editors/lapce/target/release/deps:/usr/local/lib' /usr/local/bin/rustc --crate-name either --edition=2018 /construction/editors/lapce/lapce-0.2.8/cargo-crates/either-1.8.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --diagnostic-width=80 --crate-type lib --emit=dep-info,metadata,link -C opt-level=2 -C embed-bitcode=no --cfg 'feature="default"' --cfg 'feature="use_std"' -C metadata=67e2e059cd82979a -C extra-filename=-67e2e059cd82979a --out-dir /construction/editors/lapce/target/x86_64-unknown-dragonfly/release/deps --target x86_64-unknown-dragonfly -C linker=cc -L dependency=/construction/editors/lapce/target/x86_64-unknown-dragonfly/release/deps -L dependency=/construction/editors/lapce/target/release/deps --cap-lints warn -C link-arg=-Wl,-rpath,/usr/local/lib -C link-arg=-L/usr/local/lib` Compiling io-lifetimes v0.7.3 Running `CARGO=/usr/local/bin/cargo CARGO_CRATE_NAME=build_script_build CARGO_MANIFEST_DIR=/construction/editors/lapce/lapce-0.2.8/cargo-crates/io-lifetimes-0.7.3 CARGO_PKG_AUTHORS='Dan Gohman ' CARGO_PKG_DESCRIPTION='A low-level I/O ownership and borrowing library' CARGO_PKG_HOMEPAGE='' CARGO_PKG_LICENSE='Apache-2.0 WITH LLVM-exception OR Apache-2.0 OR MIT' CARGO_PKG_LICENSE_FILE='' CARGO_PKG_NAME=io-lifetimes CARGO_PKG_README=README.md CARGO_PKG_REPOSITORY='https://github.com/sunfishcode/io-lifetimes' CARGO_PKG_RUST_VERSION='' CARGO_PKG_VERSION=0.7.3 CARGO_PKG_VERSION_MAJOR=0 CARGO_PKG_VERSION_MINOR=7 CARGO_PKG_VERSION_PATCH=3 CARGO_PKG_VERSION_PRE='' LD_LIBRARY_PATH='/construction/editors/lapce/target/release/deps:/usr/local/lib' /usr/local/bin/rustc --crate-name build_script_build --edition=2018 /construction/editors/lapce/lapce-0.2.8/cargo-crates/io-lifetimes-0.7.3/build.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --diagnostic-width=80 --crate-type bin --emit=dep-info,link -C embed-bitcode=no -C debug-assertions=off --cfg 'feature="close"' --cfg 'feature="default"' --cfg 'feature="libc"' --cfg 'feature="windows-sys"' -C metadata=491d14b9c9de1810 -C extra-filename=-491d14b9c9de1810 --out-dir /construction/editors/lapce/target/release/build/io-lifetimes-491d14b9c9de1810 -C linker=cc -L dependency=/construction/editors/lapce/target/release/deps --cap-lints warn` Running `CARGO=/usr/local/bin/cargo CARGO_CRATE_NAME=futures_core CARGO_MANIFEST_DIR=/construction/editors/lapce/lapce-0.2.8/cargo-crates/futures-core-0.3.24 CARGO_PKG_AUTHORS='' CARGO_PKG_DESCRIPTION='The core traits and types in for the `futures` library. ' CARGO_PKG_HOMEPAGE='https://rust-lang.github.io/futures-rs' CARGO_PKG_LICENSE='MIT OR Apache-2.0' CARGO_PKG_LICENSE_FILE='' CARGO_PKG_NAME=futures-core CARGO_PKG_README=README.md CARGO_PKG_REPOSITORY='https://github.com/rust-lang/futures-rs' CARGO_PKG_RUST_VERSION=1.36 CARGO_PKG_VERSION=0.3.24 CARGO_PKG_VERSION_MAJOR=0 CARGO_PKG_VERSION_MINOR=3 CARGO_PKG_VERSION_PATCH=24 CARGO_PKG_VERSION_PRE='' LD_LIBRARY_PATH='/construction/editors/lapce/target/release/deps:/usr/local/lib' OUT_DIR=/construction/editors/lapce/target/x86_64-unknown-dragonfly/release/build/futures-core-39540ffa19a6812a/out /usr/local/bin/rustc --crate-name futures_core --edition=2018 /construction/editors/lapce/lapce-0.2.8/cargo-crates/futures-core-0.3.24/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --diagnostic-width=80 --crate-type lib --emit=dep-info,metadata,link -C opt-level=2 -C embed-bitcode=no --cfg 'feature="alloc"' --cfg 'feature="default"' --cfg 'feature="std"' -C metadata=bdb285f9c4c607b9 -C extra-filename=-bdb285f9c4c607b9 --out-dir /construction/editors/lapce/target/x86_64-unknown-dragonfly/release/deps --target x86_64-unknown-dragonfly -C linker=cc -L dependency=/construction/editors/lapce/target/x86_64-unknown-dragonfly/release/deps -L dependency=/construction/editors/lapce/target/release/deps --cap-lints warn -C link-arg=-Wl,-rpath,/usr/local/lib -C link-arg=-L/usr/local/lib` Running `CARGO=/usr/local/bin/cargo CARGO_CRATE_NAME=quote CARGO_MANIFEST_DIR=/construction/editors/lapce/lapce-0.2.8/cargo-crates/quote-1.0.21 CARGO_PKG_AUTHORS='David Tolnay ' CARGO_PKG_DESCRIPTION='Quasi-quoting macro quote'\!'(...)' CARGO_PKG_HOMEPAGE='' CARGO_PKG_LICENSE='MIT OR Apache-2.0' CARGO_PKG_LICENSE_FILE='' CARGO_PKG_NAME=quote CARGO_PKG_README=README.md CARGO_PKG_REPOSITORY='https://github.com/dtolnay/quote' CARGO_PKG_RUST_VERSION=1.31 CARGO_PKG_VERSION=1.0.21 CARGO_PKG_VERSION_MAJOR=1 CARGO_PKG_VERSION_MINOR=0 CARGO_PKG_VERSION_PATCH=21 CARGO_PKG_VERSION_PRE='' LD_LIBRARY_PATH='/construction/editors/lapce/target/release/deps:/usr/local/lib' OUT_DIR=/construction/editors/lapce/target/release/build/quote-3889fa4ba3314803/out /usr/local/bin/rustc --crate-name quote --edition=2018 /construction/editors/lapce/lapce-0.2.8/cargo-crates/quote-1.0.21/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --diagnostic-width=80 --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debug-assertions=off --cfg 'feature="default"' --cfg 'feature="proc-macro"' -C metadata=598fea7a1e3d78d8 -C extra-filename=-598fea7a1e3d78d8 --out-dir /construction/editors/lapce/target/release/deps -C linker=cc -L dependency=/construction/editors/lapce/target/release/deps --extern proc_macro2=/construction/editors/lapce/target/release/deps/libproc_macro2-0d396a60a42a5507.rmeta --cap-lints warn` Compiling byteorder v1.4.3 Running `CARGO=/usr/local/bin/cargo CARGO_CRATE_NAME=byteorder CARGO_MANIFEST_DIR=/construction/editors/lapce/lapce-0.2.8/cargo-crates/byteorder-1.4.3 CARGO_PKG_AUTHORS='Andrew Gallant ' CARGO_PKG_DESCRIPTION='Library for reading/writing numbers in big-endian and little-endian.' CARGO_PKG_HOMEPAGE='https://github.com/BurntSushi/byteorder' CARGO_PKG_LICENSE='Unlicense OR MIT' CARGO_PKG_LICENSE_FILE='' CARGO_PKG_NAME=byteorder CARGO_PKG_README=README.md CARGO_PKG_REPOSITORY='https://github.com/BurntSushi/byteorder' CARGO_PKG_RUST_VERSION='' CARGO_PKG_VERSION=1.4.3 CARGO_PKG_VERSION_MAJOR=1 CARGO_PKG_VERSION_MINOR=4 CARGO_PKG_VERSION_PATCH=3 CARGO_PKG_VERSION_PRE='' LD_LIBRARY_PATH='/construction/editors/lapce/target/release/deps:/usr/local/lib' /usr/local/bin/rustc --crate-name byteorder --edition=2018 /construction/editors/lapce/lapce-0.2.8/cargo-crates/byteorder-1.4.3/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --diagnostic-width=80 --crate-type lib --emit=dep-info,metadata,link -C opt-level=2 -C embed-bitcode=no --cfg 'feature="default"' --cfg 'feature="std"' -C metadata=097a0496904e7311 -C extra-filename=-097a0496904e7311 --out-dir /construction/editors/lapce/target/x86_64-unknown-dragonfly/release/deps --target x86_64-unknown-dragonfly -C linker=cc -L dependency=/construction/editors/lapce/target/x86_64-unknown-dragonfly/release/deps -L dependency=/construction/editors/lapce/target/release/deps --cap-lints warn -C link-arg=-Wl,-rpath,/usr/local/lib -C link-arg=-L/usr/local/lib` Running `/construction/editors/lapce/target/release/build/thiserror-57265ced992fbe5e/build-script-build` Compiling rustix v0.35.10 Running `CARGO=/usr/local/bin/cargo CARGO_CRATE_NAME=build_script_build CARGO_MANIFEST_DIR=/construction/editors/lapce/lapce-0.2.8/cargo-crates/rustix-0.35.10 CARGO_PKG_AUTHORS='Dan Gohman :Jakub Konka ' CARGO_PKG_DESCRIPTION='Safe Rust bindings to POSIX/Unix/Linux/Winsock2-like syscalls' CARGO_PKG_HOMEPAGE='' CARGO_PKG_LICENSE='Apache-2.0 WITH LLVM-exception OR Apache-2.0 OR MIT' CARGO_PKG_LICENSE_FILE='' CARGO_PKG_NAME=rustix CARGO_PKG_README=README.md CARGO_PKG_REPOSITORY='https://github.com/bytecodealliance/rustix' CARGO_PKG_RUST_VERSION='' CARGO_PKG_VERSION=0.35.10 CARGO_PKG_VERSION_MAJOR=0 CARGO_PKG_VERSION_MINOR=35 CARGO_PKG_VERSION_PATCH=10 CARGO_PKG_VERSION_PRE='' LD_LIBRARY_PATH='/construction/editors/lapce/target/release/deps:/usr/local/lib' /usr/local/bin/rustc --crate-name build_script_build --edition=2018 /construction/editors/lapce/lapce-0.2.8/cargo-crates/rustix-0.35.10/build.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --diagnostic-width=80 --crate-type bin --emit=dep-info,link -C embed-bitcode=no -C debug-assertions=off --cfg 'feature="default"' --cfg 'feature="fs"' --cfg 'feature="io-lifetimes"' --cfg 'feature="itoa"' --cfg 'feature="libc"' --cfg 'feature="mm"' --cfg 'feature="net"' --cfg 'feature="once_cell"' --cfg 'feature="param"' --cfg 'feature="process"' --cfg 'feature="procfs"' --cfg 'feature="std"' --cfg 'feature="termios"' --cfg 'feature="time"' --cfg 'feature="use-libc-auxv"' -C metadata=17f47640e125ba83 -C extra-filename=-17f47640e125ba83 --out-dir /construction/editors/lapce/target/release/build/rustix-17f47640e125ba83 -C linker=cc -L dependency=/construction/editors/lapce/target/release/deps --cap-lints warn` Running `/construction/editors/lapce/target/release/build/io-lifetimes-491d14b9c9de1810/build-script-build` [io-lifetimes 0.7.3] error[E0554]: `#![feature]` may not be used on the stable release channel [io-lifetimes 0.7.3] --> :1:1 [io-lifetimes 0.7.3] | [io-lifetimes 0.7.3] 1 | #![feature(rustc_attrs)] [io-lifetimes 0.7.3] | ^^^^^^^^^^^^^^^^^^^^^^^^ [io-lifetimes 0.7.3] [io-lifetimes 0.7.3] error: aborting due to previous error [io-lifetimes 0.7.3] [io-lifetimes 0.7.3] For more information about this error, try `rustc --explain E0554`. Compiling adler v1.0.2 Running `CARGO=/usr/local/bin/cargo CARGO_CRATE_NAME=adler CARGO_MANIFEST_DIR=/construction/editors/lapce/lapce-0.2.8/cargo-crates/adler-1.0.2 CARGO_PKG_AUTHORS='Jonas Schievink ' CARGO_PKG_DESCRIPTION='A simple clean-room implementation of the Adler-32 checksum' CARGO_PKG_HOMEPAGE='' CARGO_PKG_LICENSE='0BSD OR MIT OR Apache-2.0' CARGO_PKG_LICENSE_FILE='' CARGO_PKG_NAME=adler CARGO_PKG_README=README.md CARGO_PKG_REPOSITORY='https://github.com/jonas-schievink/adler.git' CARGO_PKG_RUST_VERSION='' CARGO_PKG_VERSION=1.0.2 CARGO_PKG_VERSION_MAJOR=1 CARGO_PKG_VERSION_MINOR=0 CARGO_PKG_VERSION_PATCH=2 CARGO_PKG_VERSION_PRE='' LD_LIBRARY_PATH='/construction/editors/lapce/target/release/deps:/usr/local/lib' /usr/local/bin/rustc --crate-name adler /construction/editors/lapce/lapce-0.2.8/cargo-crates/adler-1.0.2/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --diagnostic-width=80 --crate-type lib --emit=dep-info,metadata,link -C opt-level=2 -C embed-bitcode=no -C metadata=f8d5ad46ff1d7fd1 -C extra-filename=-f8d5ad46ff1d7fd1 --out-dir /construction/editors/lapce/target/x86_64-unknown-dragonfly/release/deps --target x86_64-unknown-dragonfly -C linker=cc -L dependency=/construction/editors/lapce/target/x86_64-unknown-dragonfly/release/deps -L dependency=/construction/editors/lapce/target/release/deps --cap-lints warn -C link-arg=-Wl,-rpath,/usr/local/lib -C link-arg=-L/usr/local/lib` [io-lifetimes 0.7.3] warning: function `foo` is never used [io-lifetimes 0.7.3] --> :1:10 [io-lifetimes 0.7.3] | [io-lifetimes 0.7.3] 1 | const fn foo() { panic!() } [io-lifetimes 0.7.3] | ^^^ [io-lifetimes 0.7.3] | [io-lifetimes 0.7.3] = note: `#[warn(dead_code)]` on by default [io-lifetimes 0.7.3] [io-lifetimes 0.7.3] warning: 1 warning emitted [io-lifetimes 0.7.3] [io-lifetimes 0.7.3] cargo:rustc-cfg=panic_in_const_fn [io-lifetimes 0.7.3] cargo:rerun-if-changed=build.rs Running `CARGO=/usr/local/bin/cargo CARGO_CRATE_NAME=syn CARGO_MANIFEST_DIR=/construction/editors/lapce/lapce-0.2.8/cargo-crates/syn-1.0.101 CARGO_PKG_AUTHORS='David Tolnay ' CARGO_PKG_DESCRIPTION='Parser for Rust source code' CARGO_PKG_HOMEPAGE='' CARGO_PKG_LICENSE='MIT OR Apache-2.0' CARGO_PKG_LICENSE_FILE='' CARGO_PKG_NAME=syn CARGO_PKG_README=README.md CARGO_PKG_REPOSITORY='https://github.com/dtolnay/syn' CARGO_PKG_RUST_VERSION=1.31 CARGO_PKG_VERSION=1.0.101 CARGO_PKG_VERSION_MAJOR=1 CARGO_PKG_VERSION_MINOR=0 CARGO_PKG_VERSION_PATCH=101 CARGO_PKG_VERSION_PRE='' LD_LIBRARY_PATH='/construction/editors/lapce/target/release/deps:/usr/local/lib' OUT_DIR=/construction/editors/lapce/target/release/build/syn-10019901632418ee/out /usr/local/bin/rustc --crate-name syn --edition=2018 /construction/editors/lapce/lapce-0.2.8/cargo-crates/syn-1.0.101/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --diagnostic-width=80 --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debug-assertions=off --cfg 'feature="clone-impls"' --cfg 'feature="default"' --cfg 'feature="derive"' --cfg 'feature="extra-traits"' --cfg 'feature="full"' --cfg 'feature="parsing"' --cfg 'feature="printing"' --cfg 'feature="proc-macro"' --cfg 'feature="quote"' --cfg 'feature="visit"' --cfg 'feature="visit-mut"' -C metadata=175e445b271fda34 -C extra-filename=-175e445b271fda34 --out-dir /construction/editors/lapce/target/release/deps -C linker=cc -L dependency=/construction/editors/lapce/target/release/deps --extern proc_macro2=/construction/editors/lapce/target/release/deps/libproc_macro2-0d396a60a42a5507.rmeta --extern quote=/construction/editors/lapce/target/release/deps/libquote-598fea7a1e3d78d8.rmeta --extern unicode_ident=/construction/editors/lapce/target/release/deps/libunicode_ident-00547c2c694f07c7.rmeta --cap-lints warn --cfg syn_disable_nightly_tests` Compiling getrandom v0.2.7 Running `CARGO=/usr/local/bin/cargo CARGO_CRATE_NAME=getrandom CARGO_MANIFEST_DIR=/construction/editors/lapce/lapce-0.2.8/cargo-crates/getrandom-0.2.7 CARGO_PKG_AUTHORS='The Rand Project Developers' CARGO_PKG_DESCRIPTION='A small cross-platform library for retrieving random data from system source' CARGO_PKG_HOMEPAGE='' CARGO_PKG_LICENSE='MIT OR Apache-2.0' CARGO_PKG_LICENSE_FILE='' CARGO_PKG_NAME=getrandom CARGO_PKG_README=README.md CARGO_PKG_REPOSITORY='https://github.com/rust-random/getrandom' CARGO_PKG_RUST_VERSION='' CARGO_PKG_VERSION=0.2.7 CARGO_PKG_VERSION_MAJOR=0 CARGO_PKG_VERSION_MINOR=2 CARGO_PKG_VERSION_PATCH=7 CARGO_PKG_VERSION_PRE='' LD_LIBRARY_PATH='/construction/editors/lapce/target/release/deps:/usr/local/lib' /usr/local/bin/rustc --crate-name getrandom --edition=2018 /construction/editors/lapce/lapce-0.2.8/cargo-crates/getrandom-0.2.7/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --diagnostic-width=80 --crate-type lib --emit=dep-info,metadata,link -C opt-level=2 -C embed-bitcode=no --cfg 'feature="js"' --cfg 'feature="js-sys"' --cfg 'feature="rdrand"' --cfg 'feature="std"' --cfg 'feature="wasm-bindgen"' -C metadata=17bcb2a1d3a1f3f6 -C extra-filename=-17bcb2a1d3a1f3f6 --out-dir /construction/editors/lapce/target/x86_64-unknown-dragonfly/release/deps --target x86_64-unknown-dragonfly -C linker=cc -L dependency=/construction/editors/lapce/target/x86_64-unknown-dragonfly/release/deps -L dependency=/construction/editors/lapce/target/release/deps --extern cfg_if=/construction/editors/lapce/target/x86_64-unknown-dragonfly/release/deps/libcfg_if-ab9f3df0ea533c99.rmeta --extern libc=/construction/editors/lapce/target/x86_64-unknown-dragonfly/release/deps/liblibc-8e3f13899fc9c378.rmeta --cap-lints warn -C link-arg=-Wl,-rpath,/usr/local/lib -C link-arg=-L/usr/local/lib` Compiling num_cpus v1.13.1 Running `CARGO=/usr/local/bin/cargo CARGO_CRATE_NAME=num_cpus CARGO_MANIFEST_DIR=/construction/editors/lapce/lapce-0.2.8/cargo-crates/num_cpus-1.13.1 CARGO_PKG_AUTHORS='Sean McArthur ' CARGO_PKG_DESCRIPTION='Get the number of CPUs on a machine.' CARGO_PKG_HOMEPAGE='' CARGO_PKG_LICENSE='MIT OR Apache-2.0' CARGO_PKG_LICENSE_FILE='' CARGO_PKG_NAME=num_cpus CARGO_PKG_README=README.md CARGO_PKG_REPOSITORY='https://github.com/seanmonstar/num_cpus' CARGO_PKG_RUST_VERSION='' CARGO_PKG_VERSION=1.13.1 CARGO_PKG_VERSION_MAJOR=1 CARGO_PKG_VERSION_MINOR=13 CARGO_PKG_VERSION_PATCH=1 CARGO_PKG_VERSION_PRE='' LD_LIBRARY_PATH='/construction/editors/lapce/target/release/deps:/usr/local/lib' /usr/local/bin/rustc --crate-name num_cpus /construction/editors/lapce/lapce-0.2.8/cargo-crates/num_cpus-1.13.1/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --diagnostic-width=80 --crate-type lib --emit=dep-info,metadata,link -C opt-level=2 -C embed-bitcode=no -C metadata=cc82f254ffadbffe -C extra-filename=-cc82f254ffadbffe --out-dir /construction/editors/lapce/target/x86_64-unknown-dragonfly/release/deps --target x86_64-unknown-dragonfly -C linker=cc -L dependency=/construction/editors/lapce/target/x86_64-unknown-dragonfly/release/deps -L dependency=/construction/editors/lapce/target/release/deps --extern libc=/construction/editors/lapce/target/x86_64-unknown-dragonfly/release/deps/liblibc-8e3f13899fc9c378.rmeta --cap-lints warn -C link-arg=-Wl,-rpath,/usr/local/lib -C link-arg=-L/usr/local/lib` Running `/construction/editors/lapce/target/release/build/typenum-5b600685acf5128a/build-script-main` [typenum 1.15.0] cargo:rustc-env=TYPENUM_BUILD_CONSTS=/construction/editors/lapce/target/x86_64-unknown-dragonfly/release/build/typenum-68f1b024539b3320/out/consts.rs [typenum 1.15.0] cargo:rustc-env=TYPENUM_BUILD_OP=/construction/editors/lapce/target/x86_64-unknown-dragonfly/release/build/typenum-68f1b024539b3320/out/op.rs Running `CARGO=/usr/local/bin/cargo CARGO_CRATE_NAME=io_lifetimes CARGO_MANIFEST_DIR=/construction/editors/lapce/lapce-0.2.8/cargo-crates/io-lifetimes-0.7.3 CARGO_PKG_AUTHORS='Dan Gohman ' CARGO_PKG_DESCRIPTION='A low-level I/O ownership and borrowing library' CARGO_PKG_HOMEPAGE='' CARGO_PKG_LICENSE='Apache-2.0 WITH LLVM-exception OR Apache-2.0 OR MIT' CARGO_PKG_LICENSE_FILE='' CARGO_PKG_NAME=io-lifetimes CARGO_PKG_README=README.md CARGO_PKG_REPOSITORY='https://github.com/sunfishcode/io-lifetimes' CARGO_PKG_RUST_VERSION='' CARGO_PKG_VERSION=0.7.3 CARGO_PKG_VERSION_MAJOR=0 CARGO_PKG_VERSION_MINOR=7 CARGO_PKG_VERSION_PATCH=3 CARGO_PKG_VERSION_PRE='' LD_LIBRARY_PATH='/construction/editors/lapce/target/release/deps:/usr/local/lib' OUT_DIR=/construction/editors/lapce/target/x86_64-unknown-dragonfly/release/build/io-lifetimes-8d69ebbbf21c6176/out /usr/local/bin/rustc --crate-name io_lifetimes --edition=2018 /construction/editors/lapce/lapce-0.2.8/cargo-crates/io-lifetimes-0.7.3/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --diagnostic-width=80 --crate-type lib --emit=dep-info,metadata,link -C opt-level=2 -C embed-bitcode=no --cfg 'feature="close"' --cfg 'feature="default"' --cfg 'feature="libc"' --cfg 'feature="windows-sys"' -C metadata=de46c8ddcfc2bd24 -C extra-filename=-de46c8ddcfc2bd24 --out-dir /construction/editors/lapce/target/x86_64-unknown-dragonfly/release/deps --target x86_64-unknown-dragonfly -C linker=cc -L dependency=/construction/editors/lapce/target/x86_64-unknown-dragonfly/release/deps -L dependency=/construction/editors/lapce/target/release/deps --extern libc=/construction/editors/lapce/target/x86_64-unknown-dragonfly/release/deps/liblibc-8e3f13899fc9c378.rmeta --cap-lints warn -C link-arg=-Wl,-rpath,/usr/local/lib -C link-arg=-L/usr/local/lib --cfg panic_in_const_fn` Running `/construction/editors/lapce/target/release/build/rustix-17f47640e125ba83/build-script-build` [rustix 0.35.10] cargo:rerun-if-changed=build.rs Running `CARGO=/usr/local/bin/cargo CARGO_CRATE_NAME=typenum CARGO_MANIFEST_DIR=/construction/editors/lapce/lapce-0.2.8/cargo-crates/typenum-1.15.0 CARGO_PKG_AUTHORS='Paho Lurie-Gregg :Andre Bogus ' CARGO_PKG_DESCRIPTION='Typenum is a Rust library for type-level numbers evaluated at compile time. It currently supports bits, unsigned integers, and signed integers. It also provides a type-level array of type-level numbers, but its implementation is incomplete.' CARGO_PKG_HOMEPAGE='' CARGO_PKG_LICENSE='MIT OR Apache-2.0' CARGO_PKG_LICENSE_FILE='' CARGO_PKG_NAME=typenum CARGO_PKG_README=README.md CARGO_PKG_REPOSITORY='https://github.com/paholg/typenum' CARGO_PKG_RUST_VERSION='' CARGO_PKG_VERSION=1.15.0 CARGO_PKG_VERSION_MAJOR=1 CARGO_PKG_VERSION_MINOR=15 CARGO_PKG_VERSION_PATCH=0 CARGO_PKG_VERSION_PRE='' LD_LIBRARY_PATH='/construction/editors/lapce/target/release/deps:/usr/local/lib' OUT_DIR=/construction/editors/lapce/target/x86_64-unknown-dragonfly/release/build/typenum-68f1b024539b3320/out TYPENUM_BUILD_CONSTS=/construction/editors/lapce/target/x86_64-unknown-dragonfly/release/build/typenum-68f1b024539b3320/out/consts.rs TYPENUM_BUILD_OP=/construction/editors/lapce/target/x86_64-unknown-dragonfly/release/build/typenum-68f1b024539b3320/out/op.rs /usr/local/bin/rustc --crate-name typenum --edition=2018 /construction/editors/lapce/lapce-0.2.8/cargo-crates/typenum-1.15.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --diagnostic-width=80 --crate-type lib --emit=dep-info,metadata,link -C opt-level=2 -C embed-bitcode=no -C metadata=711317fbf78cc479 -C extra-filename=-711317fbf78cc479 --out-dir /construction/editors/lapce/target/x86_64-unknown-dragonfly/release/deps --target x86_64-unknown-dragonfly -C linker=cc -L dependency=/construction/editors/lapce/target/x86_64-unknown-dragonfly/release/deps -L dependency=/construction/editors/lapce/target/release/deps --cap-lints warn -C link-arg=-Wl,-rpath,/usr/local/lib -C link-arg=-L/usr/local/lib` [rustix 0.35.10] cargo:rustc-cfg=libc [rustix 0.35.10] cargo:rerun-if-env-changed=CARGO_CFG_RUSTIX_USE_EXPERIMENTAL_ASM Running `CARGO=/usr/local/bin/cargo CARGO_CRATE_NAME=ahash CARGO_MANIFEST_DIR=/construction/editors/lapce/lapce-0.2.8/cargo-crates/ahash-0.7.6 CARGO_PKG_AUTHORS='Tom Kaitchuck ' CARGO_PKG_DESCRIPTION='A non-cryptographic hash function using AES-NI for high performance' CARGO_PKG_HOMEPAGE='' CARGO_PKG_LICENSE='MIT OR Apache-2.0' CARGO_PKG_LICENSE_FILE='' CARGO_PKG_NAME=ahash CARGO_PKG_README=README.md CARGO_PKG_REPOSITORY='https://github.com/tkaitchuck/ahash' CARGO_PKG_RUST_VERSION='' CARGO_PKG_VERSION=0.7.6 CARGO_PKG_VERSION_MAJOR=0 CARGO_PKG_VERSION_MINOR=7 CARGO_PKG_VERSION_PATCH=6 CARGO_PKG_VERSION_PRE='' LD_LIBRARY_PATH='/construction/editors/lapce/target/release/deps:/usr/local/lib' OUT_DIR=/construction/editors/lapce/target/x86_64-unknown-dragonfly/release/build/ahash-ace335b93f95869a/out /usr/local/bin/rustc --crate-name ahash --edition=2018 /construction/editors/lapce/lapce-0.2.8/cargo-crates/ahash-0.7.6/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --diagnostic-width=80 --crate-type lib --emit=dep-info,metadata,link -C opt-level=2 -C embed-bitcode=no -C metadata=a33b002f3b455502 -C extra-filename=-a33b002f3b455502 --out-dir /construction/editors/lapce/target/x86_64-unknown-dragonfly/release/deps --target x86_64-unknown-dragonfly -C linker=cc -L dependency=/construction/editors/lapce/target/x86_64-unknown-dragonfly/release/deps -L dependency=/construction/editors/lapce/target/release/deps --extern getrandom=/construction/editors/lapce/target/x86_64-unknown-dragonfly/release/deps/libgetrandom-17bcb2a1d3a1f3f6.rmeta --extern once_cell=/construction/editors/lapce/target/x86_64-unknown-dragonfly/release/deps/libonce_cell-d7e3c1c39ed164f9.rmeta --cap-lints warn -C link-arg=-Wl,-rpath,/usr/local/lib -C link-arg=-L/usr/local/lib --cfg 'feature="runtime-rng"' --cfg 'feature="folded_multiply"'` Compiling miniz_oxide v0.5.4 Running `CARGO=/usr/local/bin/cargo CARGO_CRATE_NAME=miniz_oxide CARGO_MANIFEST_DIR=/construction/editors/lapce/lapce-0.2.8/cargo-crates/miniz_oxide-0.5.4 CARGO_PKG_AUTHORS='Frommi :oyvindln ' CARGO_PKG_DESCRIPTION='DEFLATE compression and decompression library rewritten in Rust based on miniz' CARGO_PKG_HOMEPAGE='https://github.com/Frommi/miniz_oxide/tree/master/miniz_oxide' CARGO_PKG_LICENSE='MIT OR Zlib OR Apache-2.0' CARGO_PKG_LICENSE_FILE='' CARGO_PKG_NAME=miniz_oxide CARGO_PKG_README=Readme.md CARGO_PKG_REPOSITORY='https://github.com/Frommi/miniz_oxide/tree/master/miniz_oxide' CARGO_PKG_RUST_VERSION='' CARGO_PKG_VERSION=0.5.4 CARGO_PKG_VERSION_MAJOR=0 CARGO_PKG_VERSION_MINOR=5 CARGO_PKG_VERSION_PATCH=4 CARGO_PKG_VERSION_PRE='' LD_LIBRARY_PATH='/construction/editors/lapce/target/release/deps:/usr/local/lib' /usr/local/bin/rustc --crate-name miniz_oxide --edition=2018 /construction/editors/lapce/lapce-0.2.8/cargo-crates/miniz_oxide-0.5.4/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --diagnostic-width=80 --crate-type lib --emit=dep-info,metadata,link -C opt-level=2 -C embed-bitcode=no --cfg 'feature="default"' -C metadata=dcae44a551158128 -C extra-filename=-dcae44a551158128 --out-dir /construction/editors/lapce/target/x86_64-unknown-dragonfly/release/deps --target x86_64-unknown-dragonfly -C linker=cc -L dependency=/construction/editors/lapce/target/x86_64-unknown-dragonfly/release/deps -L dependency=/construction/editors/lapce/target/release/deps --extern adler=/construction/editors/lapce/target/x86_64-unknown-dragonfly/release/deps/libadler-f8d5ad46ff1d7fd1.rmeta --cap-lints warn -C link-arg=-Wl,-rpath,/usr/local/lib -C link-arg=-L/usr/local/lib` warning: unused import: `crate::fallback_hash::*` --> /construction/editors/lapce/lapce-0.2.8/cargo-crates/ahash-0.7.6/src/random_state.rs:46:5 | 46 | use crate::fallback_hash::*; | ^^^^^^^^^^^^^^^^^^^^^^^ | = note: `#[warn(unused_imports)]` on by default Compiling crossbeam-epoch v0.9.10 Running `CARGO=/usr/local/bin/cargo CARGO_CRATE_NAME=build_script_build CARGO_MANIFEST_DIR=/construction/editors/lapce/lapce-0.2.8/cargo-crates/crossbeam-epoch-0.9.10 CARGO_PKG_AUTHORS='' CARGO_PKG_DESCRIPTION='Epoch-based garbage collection' CARGO_PKG_HOMEPAGE='https://github.com/crossbeam-rs/crossbeam/tree/master/crossbeam-epoch' CARGO_PKG_LICENSE='MIT OR Apache-2.0' CARGO_PKG_LICENSE_FILE='' CARGO_PKG_NAME=crossbeam-epoch CARGO_PKG_README=README.md CARGO_PKG_REPOSITORY='https://github.com/crossbeam-rs/crossbeam' CARGO_PKG_RUST_VERSION=1.38 CARGO_PKG_VERSION=0.9.10 CARGO_PKG_VERSION_MAJOR=0 CARGO_PKG_VERSION_MINOR=9 CARGO_PKG_VERSION_PATCH=10 CARGO_PKG_VERSION_PRE='' LD_LIBRARY_PATH='/construction/editors/lapce/target/release/deps:/usr/local/lib' /usr/local/bin/rustc --crate-name build_script_build --edition=2018 /construction/editors/lapce/lapce-0.2.8/cargo-crates/crossbeam-epoch-0.9.10/build.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --diagnostic-width=80 --crate-type bin --emit=dep-info,link -C embed-bitcode=no -C debug-assertions=off --cfg 'feature="alloc"' --cfg 'feature="default"' --cfg 'feature="once_cell"' --cfg 'feature="std"' -C metadata=cfd05986c310f633 -C extra-filename=-cfd05986c310f633 --out-dir /construction/editors/lapce/target/release/build/crossbeam-epoch-cfd05986c310f633 -C linker=cc -L dependency=/construction/editors/lapce/target/release/deps --extern autocfg=/construction/editors/lapce/target/release/deps/libautocfg-9f3634dc764a754e.rlib --cap-lints warn` Compiling generic-array v0.14.6 Running `CARGO=/usr/local/bin/cargo CARGO_CRATE_NAME=build_script_build CARGO_MANIFEST_DIR=/construction/editors/lapce/lapce-0.2.8/cargo-crates/generic-array-0.14.6 CARGO_PKG_AUTHORS='Bartłomiej Kamiński :Aaron Trent ' CARGO_PKG_DESCRIPTION='Generic types implementing functionality of arrays' CARGO_PKG_HOMEPAGE='' CARGO_PKG_LICENSE=MIT CARGO_PKG_LICENSE_FILE='' CARGO_PKG_NAME=generic-array CARGO_PKG_README=README.md CARGO_PKG_REPOSITORY='https://github.com/fizyk20/generic-array.git' CARGO_PKG_RUST_VERSION='' CARGO_PKG_VERSION=0.14.6 CARGO_PKG_VERSION_MAJOR=0 CARGO_PKG_VERSION_MINOR=14 CARGO_PKG_VERSION_PATCH=6 CARGO_PKG_VERSION_PRE='' LD_LIBRARY_PATH='/construction/editors/lapce/target/release/deps:/usr/local/lib' /usr/local/bin/rustc --crate-name build_script_build /construction/editors/lapce/lapce-0.2.8/cargo-crates/generic-array-0.14.6/build.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --diagnostic-width=80 --crate-type bin --emit=dep-info,link -C embed-bitcode=no -C debug-assertions=off --cfg 'feature="more_lengths"' -C metadata=bd8fbf8ba3ab61ac -C extra-filename=-bd8fbf8ba3ab61ac --out-dir /construction/editors/lapce/target/release/build/generic-array-bd8fbf8ba3ab61ac -C linker=cc -L dependency=/construction/editors/lapce/target/release/deps --extern version_check=/construction/editors/lapce/target/release/deps/libversion_check-f1bbd4e679df1358.rlib --cap-lints warn` warning: associated function `default` is never used --> /construction/editors/lapce/lapce-0.2.8/cargo-crates/ahash-0.7.6/src/random_state.rs:86:14 | 79 | impl DefaultRandomSource { | ------------------------ associated function in this implementation ... 86 | const fn default() -> DefaultRandomSource { | ^^^^^^^ | = note: `#[warn(dead_code)]` on by default Compiling arrayvec v0.7.2 Running `CARGO=/usr/local/bin/cargo CARGO_CRATE_NAME=arrayvec CARGO_MANIFEST_DIR=/construction/editors/lapce/lapce-0.2.8/cargo-crates/arrayvec-0.7.2 CARGO_PKG_AUTHORS=bluss CARGO_PKG_DESCRIPTION='A vector with fixed capacity, backed by an array (it can be stored on the stack too). Implements fixed capacity ArrayVec and ArrayString.' CARGO_PKG_HOMEPAGE='' CARGO_PKG_LICENSE='MIT OR Apache-2.0' CARGO_PKG_LICENSE_FILE='' CARGO_PKG_NAME=arrayvec CARGO_PKG_README=README.md CARGO_PKG_REPOSITORY='https://github.com/bluss/arrayvec' CARGO_PKG_RUST_VERSION='' CARGO_PKG_VERSION=0.7.2 CARGO_PKG_VERSION_MAJOR=0 CARGO_PKG_VERSION_MINOR=7 CARGO_PKG_VERSION_PATCH=2 CARGO_PKG_VERSION_PRE='' LD_LIBRARY_PATH='/construction/editors/lapce/target/release/deps:/usr/local/lib' /usr/local/bin/rustc --crate-name arrayvec --edition=2018 /construction/editors/lapce/lapce-0.2.8/cargo-crates/arrayvec-0.7.2/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --diagnostic-width=80 --crate-type lib --emit=dep-info,metadata,link -C opt-level=2 -C embed-bitcode=no --cfg 'feature="default"' --cfg 'feature="std"' -C metadata=fb8cc49721da5dbb -C extra-filename=-fb8cc49721da5dbb --out-dir /construction/editors/lapce/target/x86_64-unknown-dragonfly/release/deps --target x86_64-unknown-dragonfly -C linker=cc -L dependency=/construction/editors/lapce/target/x86_64-unknown-dragonfly/release/deps -L dependency=/construction/editors/lapce/target/release/deps --cap-lints warn -C link-arg=-Wl,-rpath,/usr/local/lib -C link-arg=-L/usr/local/lib` Compiling crossbeam-channel v0.5.6 Running `CARGO=/usr/local/bin/cargo CARGO_CRATE_NAME=crossbeam_channel CARGO_MANIFEST_DIR=/construction/editors/lapce/lapce-0.2.8/cargo-crates/crossbeam-channel-0.5.6 CARGO_PKG_AUTHORS='' CARGO_PKG_DESCRIPTION='Multi-producer multi-consumer channels for message passing' CARGO_PKG_HOMEPAGE='https://github.com/crossbeam-rs/crossbeam/tree/master/crossbeam-channel' CARGO_PKG_LICENSE='MIT OR Apache-2.0' CARGO_PKG_LICENSE_FILE='' CARGO_PKG_NAME=crossbeam-channel CARGO_PKG_README=README.md CARGO_PKG_REPOSITORY='https://github.com/crossbeam-rs/crossbeam' CARGO_PKG_RUST_VERSION=1.38 CARGO_PKG_VERSION=0.5.6 CARGO_PKG_VERSION_MAJOR=0 CARGO_PKG_VERSION_MINOR=5 CARGO_PKG_VERSION_PATCH=6 CARGO_PKG_VERSION_PRE='' LD_LIBRARY_PATH='/construction/editors/lapce/target/release/deps:/usr/local/lib' /usr/local/bin/rustc --crate-name crossbeam_channel --edition=2018 /construction/editors/lapce/lapce-0.2.8/cargo-crates/crossbeam-channel-0.5.6/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --diagnostic-width=80 --crate-type lib --emit=dep-info,metadata,link -C opt-level=2 -C embed-bitcode=no --cfg 'feature="crossbeam-utils"' --cfg 'feature="default"' --cfg 'feature="std"' -C metadata=e5be519bc3f559d7 -C extra-filename=-e5be519bc3f559d7 --out-dir /construction/editors/lapce/target/x86_64-unknown-dragonfly/release/deps --target x86_64-unknown-dragonfly -C linker=cc -L dependency=/construction/editors/lapce/target/x86_64-unknown-dragonfly/release/deps -L dependency=/construction/editors/lapce/target/release/deps --extern cfg_if=/construction/editors/lapce/target/x86_64-unknown-dragonfly/release/deps/libcfg_if-ab9f3df0ea533c99.rmeta --extern crossbeam_utils=/construction/editors/lapce/target/x86_64-unknown-dragonfly/release/deps/libcrossbeam_utils-05e698e356f77dc6.rmeta --cap-lints warn -C link-arg=-Wl,-rpath,/usr/local/lib -C link-arg=-L/usr/local/lib` Running `/construction/editors/lapce/target/release/build/crossbeam-epoch-cfd05986c310f633/build-script-build` warning: `ahash` (lib) generated 2 warnings Compiling num-traits v0.2.15 Running `CARGO=/usr/local/bin/cargo CARGO_CRATE_NAME=build_script_build CARGO_MANIFEST_DIR=/construction/editors/lapce/lapce-0.2.8/cargo-crates/num-traits-0.2.15 CARGO_PKG_AUTHORS='The Rust Project Developers' CARGO_PKG_DESCRIPTION='Numeric traits for generic mathematics' CARGO_PKG_HOMEPAGE='https://github.com/rust-num/num-traits' CARGO_PKG_LICENSE='MIT OR Apache-2.0' CARGO_PKG_LICENSE_FILE='' CARGO_PKG_NAME=num-traits CARGO_PKG_README=README.md CARGO_PKG_REPOSITORY='https://github.com/rust-num/num-traits' CARGO_PKG_RUST_VERSION='' CARGO_PKG_VERSION=0.2.15 CARGO_PKG_VERSION_MAJOR=0 CARGO_PKG_VERSION_MINOR=2 CARGO_PKG_VERSION_PATCH=15 CARGO_PKG_VERSION_PRE='' LD_LIBRARY_PATH='/construction/editors/lapce/target/release/deps:/usr/local/lib' /usr/local/bin/rustc --crate-name build_script_build /construction/editors/lapce/lapce-0.2.8/cargo-crates/num-traits-0.2.15/build.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --diagnostic-width=80 --crate-type bin --emit=dep-info,link -C embed-bitcode=no -C debug-assertions=off --cfg 'feature="default"' --cfg 'feature="i128"' --cfg 'feature="std"' -C metadata=593aee14af0477ab -C extra-filename=-593aee14af0477ab --out-dir /construction/editors/lapce/target/release/build/num-traits-593aee14af0477ab -C linker=cc -L dependency=/construction/editors/lapce/target/release/deps --extern autocfg=/construction/editors/lapce/target/release/deps/libautocfg-9f3634dc764a754e.rlib --cap-lints warn` Running `/construction/editors/lapce/target/release/build/generic-array-bd8fbf8ba3ab61ac/build-script-build` [crossbeam-epoch 0.9.10] cargo:rerun-if-changed=no_atomic.rs Compiling futures-sink v0.3.24 Running `CARGO=/usr/local/bin/cargo CARGO_CRATE_NAME=futures_sink CARGO_MANIFEST_DIR=/construction/editors/lapce/lapce-0.2.8/cargo-crates/futures-sink-0.3.24 CARGO_PKG_AUTHORS='' CARGO_PKG_DESCRIPTION='The asynchronous `Sink` trait for the futures-rs library. ' CARGO_PKG_HOMEPAGE='https://rust-lang.github.io/futures-rs' CARGO_PKG_LICENSE='MIT OR Apache-2.0' CARGO_PKG_LICENSE_FILE='' CARGO_PKG_NAME=futures-sink CARGO_PKG_README=README.md CARGO_PKG_REPOSITORY='https://github.com/rust-lang/futures-rs' CARGO_PKG_RUST_VERSION=1.36 CARGO_PKG_VERSION=0.3.24 CARGO_PKG_VERSION_MAJOR=0 CARGO_PKG_VERSION_MINOR=3 CARGO_PKG_VERSION_PATCH=24 CARGO_PKG_VERSION_PRE='' LD_LIBRARY_PATH='/construction/editors/lapce/target/release/deps:/usr/local/lib' /usr/local/bin/rustc --crate-name futures_sink --edition=2018 /construction/editors/lapce/lapce-0.2.8/cargo-crates/futures-sink-0.3.24/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --diagnostic-width=80 --crate-type lib --emit=dep-info,metadata,link -C opt-level=2 -C embed-bitcode=no --cfg 'feature="alloc"' --cfg 'feature="default"' --cfg 'feature="std"' -C metadata=27bd899b1022fa03 -C extra-filename=-27bd899b1022fa03 --out-dir /construction/editors/lapce/target/x86_64-unknown-dragonfly/release/deps --target x86_64-unknown-dragonfly -C linker=cc -L dependency=/construction/editors/lapce/target/x86_64-unknown-dragonfly/release/deps -L dependency=/construction/editors/lapce/target/release/deps --cap-lints warn -C link-arg=-Wl,-rpath,/usr/local/lib -C link-arg=-L/usr/local/lib` [generic-array 0.14.6] cargo:rustc-cfg=relaxed_coherence Running `CARGO=/usr/local/bin/cargo CARGO_CRATE_NAME=crossbeam_epoch CARGO_MANIFEST_DIR=/construction/editors/lapce/lapce-0.2.8/cargo-crates/crossbeam-epoch-0.9.10 CARGO_PKG_AUTHORS='' CARGO_PKG_DESCRIPTION='Epoch-based garbage collection' CARGO_PKG_HOMEPAGE='https://github.com/crossbeam-rs/crossbeam/tree/master/crossbeam-epoch' CARGO_PKG_LICENSE='MIT OR Apache-2.0' CARGO_PKG_LICENSE_FILE='' CARGO_PKG_NAME=crossbeam-epoch CARGO_PKG_README=README.md CARGO_PKG_REPOSITORY='https://github.com/crossbeam-rs/crossbeam' CARGO_PKG_RUST_VERSION=1.38 CARGO_PKG_VERSION=0.9.10 CARGO_PKG_VERSION_MAJOR=0 CARGO_PKG_VERSION_MINOR=9 CARGO_PKG_VERSION_PATCH=10 CARGO_PKG_VERSION_PRE='' LD_LIBRARY_PATH='/construction/editors/lapce/target/release/deps:/usr/local/lib' OUT_DIR=/construction/editors/lapce/target/x86_64-unknown-dragonfly/release/build/crossbeam-epoch-d917604cedcedede/out /usr/local/bin/rustc --crate-name crossbeam_epoch --edition=2018 /construction/editors/lapce/lapce-0.2.8/cargo-crates/crossbeam-epoch-0.9.10/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --diagnostic-width=80 --crate-type lib --emit=dep-info,metadata,link -C opt-level=2 -C embed-bitcode=no --cfg 'feature="alloc"' --cfg 'feature="default"' --cfg 'feature="once_cell"' --cfg 'feature="std"' -C metadata=e141aec92ba16429 -C extra-filename=-e141aec92ba16429 --out-dir /construction/editors/lapce/target/x86_64-unknown-dragonfly/release/deps --target x86_64-unknown-dragonfly -C linker=cc -L dependency=/construction/editors/lapce/target/x86_64-unknown-dragonfly/release/deps -L dependency=/construction/editors/lapce/target/release/deps --extern cfg_if=/construction/editors/lapce/target/x86_64-unknown-dragonfly/release/deps/libcfg_if-ab9f3df0ea533c99.rmeta --extern crossbeam_utils=/construction/editors/lapce/target/x86_64-unknown-dragonfly/release/deps/libcrossbeam_utils-05e698e356f77dc6.rmeta --extern memoffset=/construction/editors/lapce/target/x86_64-unknown-dragonfly/release/deps/libmemoffset-d3c1c33cc010592b.rmeta --extern once_cell=/construction/editors/lapce/target/x86_64-unknown-dragonfly/release/deps/libonce_cell-d7e3c1c39ed164f9.rmeta --extern scopeguard=/construction/editors/lapce/target/x86_64-unknown-dragonfly/release/deps/libscopeguard-ca153d5a637a4204.rmeta --cap-lints warn -C link-arg=-Wl,-rpath,/usr/local/lib -C link-arg=-L/usr/local/lib` Compiling regex v1.7.0 Running `CARGO=/usr/local/bin/cargo CARGO_CRATE_NAME=regex CARGO_MANIFEST_DIR=/construction/editors/lapce/lapce-0.2.8/cargo-crates/regex-1.7.0 CARGO_PKG_AUTHORS='The Rust Project Developers' CARGO_PKG_DESCRIPTION='An implementation of regular expressions for Rust. This implementation uses finite automata and guarantees linear time matching on all inputs. ' CARGO_PKG_HOMEPAGE='https://github.com/rust-lang/regex' CARGO_PKG_LICENSE='MIT OR Apache-2.0' CARGO_PKG_LICENSE_FILE='' CARGO_PKG_NAME=regex CARGO_PKG_README=README.md CARGO_PKG_REPOSITORY='https://github.com/rust-lang/regex' CARGO_PKG_RUST_VERSION='' CARGO_PKG_VERSION=1.7.0 CARGO_PKG_VERSION_MAJOR=1 CARGO_PKG_VERSION_MINOR=7 CARGO_PKG_VERSION_PATCH=0 CARGO_PKG_VERSION_PRE='' LD_LIBRARY_PATH='/construction/editors/lapce/target/release/deps:/usr/local/lib' /usr/local/bin/rustc --crate-name regex --edition=2018 /construction/editors/lapce/lapce-0.2.8/cargo-crates/regex-1.7.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --diagnostic-width=80 --crate-type lib --emit=dep-info,metadata,link -C opt-level=2 -C embed-bitcode=no --cfg 'feature="aho-corasick"' --cfg 'feature="default"' --cfg 'feature="memchr"' --cfg 'feature="perf"' --cfg 'feature="perf-cache"' --cfg 'feature="perf-dfa"' --cfg 'feature="perf-inline"' --cfg 'feature="perf-literal"' --cfg 'feature="std"' --cfg 'feature="unicode"' --cfg 'feature="unicode-age"' --cfg 'feature="unicode-bool"' --cfg 'feature="unicode-case"' --cfg 'feature="unicode-gencat"' --cfg 'feature="unicode-perl"' --cfg 'feature="unicode-script"' --cfg 'feature="unicode-segment"' -C metadata=e528e784009362aa -C extra-filename=-e528e784009362aa --out-dir /construction/editors/lapce/target/x86_64-unknown-dragonfly/release/deps --target x86_64-unknown-dragonfly -C linker=cc -L dependency=/construction/editors/lapce/target/x86_64-unknown-dragonfly/release/deps -L dependency=/construction/editors/lapce/target/release/deps --extern aho_corasick=/construction/editors/lapce/target/x86_64-unknown-dragonfly/release/deps/libaho_corasick-1b625eac4a86ad3b.rmeta --extern memchr=/construction/editors/lapce/target/x86_64-unknown-dragonfly/release/deps/libmemchr-bcd48a6ecc42e0cb.rmeta --extern regex_syntax=/construction/editors/lapce/target/x86_64-unknown-dragonfly/release/deps/libregex_syntax-2ff38ce5b5707b24.rmeta --cap-lints warn -C link-arg=-Wl,-rpath,/usr/local/lib -C link-arg=-L/usr/local/lib` Compiling tree-sitter v0.20.9 Compiling errno-dragonfly v0.1.2 Running `CARGO=/usr/local/bin/cargo CARGO_CRATE_NAME=build_script_build CARGO_MANIFEST_DIR=/construction/editors/lapce/lapce-0.2.8/cargo-crates/tree-sitter-0.20.9 CARGO_PKG_AUTHORS='Max Brunsfeld ' CARGO_PKG_DESCRIPTION='Rust bindings to the Tree-sitter parsing library' CARGO_PKG_HOMEPAGE='' CARGO_PKG_LICENSE=MIT CARGO_PKG_LICENSE_FILE='' CARGO_PKG_NAME=tree-sitter CARGO_PKG_README=binding_rust/README.md CARGO_PKG_REPOSITORY='https://github.com/tree-sitter/tree-sitter' CARGO_PKG_RUST_VERSION='' CARGO_PKG_VERSION=0.20.9 CARGO_PKG_VERSION_MAJOR=0 CARGO_PKG_VERSION_MINOR=20 CARGO_PKG_VERSION_PATCH=9 CARGO_PKG_VERSION_PRE='' LD_LIBRARY_PATH='/construction/editors/lapce/target/release/deps:/usr/local/lib' /usr/local/bin/rustc --crate-name build_script_build --edition=2018 /construction/editors/lapce/lapce-0.2.8/cargo-crates/tree-sitter-0.20.9/binding_rust/build.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --diagnostic-width=80 --crate-type bin --emit=dep-info,link -C embed-bitcode=no -C debug-assertions=off -C metadata=bde63afebae51736 -C extra-filename=-bde63afebae51736 --out-dir /construction/editors/lapce/target/release/build/tree-sitter-bde63afebae51736 -C linker=cc -L dependency=/construction/editors/lapce/target/release/deps --extern cc=/construction/editors/lapce/target/release/deps/libcc-1c22ede16aecb155.rlib --cap-lints warn` Running `CARGO=/usr/local/bin/cargo CARGO_CRATE_NAME=build_script_build CARGO_MANIFEST_DIR=/construction/editors/lapce/lapce-0.2.8/cargo-crates/errno-dragonfly-0.1.2 CARGO_PKG_AUTHORS='Michael Neumann ' CARGO_PKG_DESCRIPTION='Exposes errno functionality to stable Rust on DragonFlyBSD' CARGO_PKG_HOMEPAGE='' CARGO_PKG_LICENSE=MIT CARGO_PKG_LICENSE_FILE='' CARGO_PKG_NAME=errno-dragonfly CARGO_PKG_README=README.md CARGO_PKG_REPOSITORY='https://github.com/mneumann/errno-dragonfly-rs' CARGO_PKG_RUST_VERSION='' CARGO_PKG_VERSION=0.1.2 CARGO_PKG_VERSION_MAJOR=0 CARGO_PKG_VERSION_MINOR=1 CARGO_PKG_VERSION_PATCH=2 CARGO_PKG_VERSION_PRE='' LD_LIBRARY_PATH='/construction/editors/lapce/target/release/deps:/usr/local/lib' /usr/local/bin/rustc --crate-name build_script_build --edition=2018 /construction/editors/lapce/lapce-0.2.8/cargo-crates/errno-dragonfly-0.1.2/build.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --diagnostic-width=80 --crate-type bin --emit=dep-info,link -C embed-bitcode=no -C debug-assertions=off -C metadata=d920fbd7cc74c8a2 -C extra-filename=-d920fbd7cc74c8a2 --out-dir /construction/editors/lapce/target/release/build/errno-dragonfly-d920fbd7cc74c8a2 -C linker=cc -L dependency=/construction/editors/lapce/target/release/deps --extern cc=/construction/editors/lapce/target/release/deps/libcc-1c22ede16aecb155.rlib --cap-lints warn` Running `/construction/editors/lapce/target/release/build/num-traits-593aee14af0477ab/build-script-build` Running `/construction/editors/lapce/target/release/build/anyhow-1f7b36da49fdbfcf/build-script-build` [num-traits 0.2.15] cargo:rustc-cfg=has_i128 Running `/construction/editors/lapce/target/release/build/tree-sitter-bde63afebae51736/build-script-build` [tree-sitter 0.20.9] cargo:rerun-if-env-changed=TREE_SITTER_STATIC_ANALYSIS [tree-sitter 0.20.9] cargo:rerun-if-changed=src/alloc.c [tree-sitter 0.20.9] cargo:rerun-if-changed=src/alloc.h [tree-sitter 0.20.9] cargo:rerun-if-changed=src/array.h [tree-sitter 0.20.9] cargo:rerun-if-changed=src/atomic.h [tree-sitter 0.20.9] cargo:rerun-if-changed=src/clock.h [tree-sitter 0.20.9] cargo:rerun-if-changed=src/error_costs.h [tree-sitter 0.20.9] cargo:rerun-if-changed=src/get_changed_ranges.c [tree-sitter 0.20.9] cargo:rerun-if-changed=src/get_changed_ranges.h [tree-sitter 0.20.9] cargo:rerun-if-changed=src/host.h [tree-sitter 0.20.9] cargo:rerun-if-changed=src/language.c [tree-sitter 0.20.9] cargo:rerun-if-changed=src/language.h [tree-sitter 0.20.9] cargo:rerun-if-changed=src/length.h [tree-sitter 0.20.9] cargo:rerun-if-changed=src/lexer.c [tree-sitter 0.20.9] cargo:rerun-if-changed=src/lexer.h [tree-sitter 0.20.9] cargo:rerun-if-changed=src/lib.c [tree-sitter 0.20.9] cargo:rerun-if-changed=src/node.c [tree-sitter 0.20.9] cargo:rerun-if-changed=src/parser.c [tree-sitter 0.20.9] cargo:rerun-if-changed=src/point.h [tree-sitter 0.20.9] cargo:rerun-if-changed=src/query.c [tree-sitter 0.20.9] cargo:rerun-if-changed=src/reduce_action.h [tree-sitter 0.20.9] cargo:rerun-if-changed=src/reusable_node.h [tree-sitter 0.20.9] cargo:rerun-if-changed=src/stack.c [tree-sitter 0.20.9] cargo:rerun-if-changed=src/stack.h [tree-sitter 0.20.9] cargo:rerun-if-changed=src/subtree.c [tree-sitter 0.20.9] cargo:rerun-if-changed=src/subtree.h [tree-sitter 0.20.9] cargo:rerun-if-changed=src/tree.c [tree-sitter 0.20.9] cargo:rerun-if-changed=src/tree.h [tree-sitter 0.20.9] cargo:rerun-if-changed=src/tree_cursor.c [tree-sitter 0.20.9] cargo:rerun-if-changed=src/tree_cursor.h [tree-sitter 0.20.9] cargo:rerun-if-changed=src/unicode [tree-sitter 0.20.9] cargo:rerun-if-changed=src/unicode.h Compiling slab v0.4.7 Running `CARGO=/usr/local/bin/cargo CARGO_CRATE_NAME=build_script_build CARGO_MANIFEST_DIR=/construction/editors/lapce/lapce-0.2.8/cargo-crates/slab-0.4.7 CARGO_PKG_AUTHORS='Carl Lerche ' CARGO_PKG_DESCRIPTION='Pre-allocated storage for a uniform data type' CARGO_PKG_HOMEPAGE='' CARGO_PKG_LICENSE=MIT CARGO_PKG_LICENSE_FILE='' CARGO_PKG_NAME=slab CARGO_PKG_README=README.md CARGO_PKG_REPOSITORY='https://github.com/tokio-rs/slab' CARGO_PKG_RUST_VERSION=1.31 CARGO_PKG_VERSION=0.4.7 CARGO_PKG_VERSION_MAJOR=0 CARGO_PKG_VERSION_MINOR=4 CARGO_PKG_VERSION_PATCH=7 CARGO_PKG_VERSION_PRE='' LD_LIBRARY_PATH='/construction/editors/lapce/target/release/deps:/usr/local/lib' /usr/local/bin/rustc --crate-name build_script_build --edition=2018 /construction/editors/lapce/lapce-0.2.8/cargo-crates/slab-0.4.7/build.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --diagnostic-width=80 --crate-type bin --emit=dep-info,link -C embed-bitcode=no -C debug-assertions=off --cfg 'feature="default"' --cfg 'feature="std"' -C metadata=1f472a05a42364f9 -C extra-filename=-1f472a05a42364f9 --out-dir /construction/editors/lapce/target/release/build/slab-1f472a05a42364f9 -C linker=cc -L dependency=/construction/editors/lapce/target/release/deps --extern autocfg=/construction/editors/lapce/target/release/deps/libautocfg-9f3634dc764a754e.rlib --cap-lints warn` [num-traits 0.2.15] cargo:rustc-cfg=has_to_int_unchecked Compiling rayon-core v1.9.3 Running `CARGO=/usr/local/bin/cargo CARGO_CRATE_NAME=build_script_build CARGO_MANIFEST_DIR=/construction/editors/lapce/lapce-0.2.8/cargo-crates/rayon-core-1.9.3 CARGO_PKG_AUTHORS='Niko Matsakis :Josh Stone ' CARGO_PKG_DESCRIPTION='Core APIs for Rayon' CARGO_PKG_HOMEPAGE='' CARGO_PKG_LICENSE='MIT OR Apache-2.0' CARGO_PKG_LICENSE_FILE='' CARGO_PKG_NAME=rayon-core CARGO_PKG_README=README.md CARGO_PKG_REPOSITORY='https://github.com/rayon-rs/rayon' CARGO_PKG_RUST_VERSION='' CARGO_PKG_VERSION=1.9.3 CARGO_PKG_VERSION_MAJOR=1 CARGO_PKG_VERSION_MINOR=9 CARGO_PKG_VERSION_PATCH=3 CARGO_PKG_VERSION_PRE='' LD_LIBRARY_PATH='/construction/editors/lapce/target/release/deps:/usr/local/lib' /usr/local/bin/rustc --crate-name build_script_build --edition=2018 /construction/editors/lapce/lapce-0.2.8/cargo-crates/rayon-core-1.9.3/build.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --diagnostic-width=80 --crate-type bin --emit=dep-info,link -C embed-bitcode=no -C debug-assertions=off -C metadata=6ae4e24f44a9e282 -C extra-filename=-6ae4e24f44a9e282 --out-dir /construction/editors/lapce/target/release/build/rayon-core-6ae4e24f44a9e282 -C linker=cc -L dependency=/construction/editors/lapce/target/release/deps --cap-lints warn` [num-traits 0.2.15] cargo:rustc-cfg=has_reverse_bits Running `/construction/editors/lapce/target/release/build/errno-dragonfly-d920fbd7cc74c8a2/build-script-build` [num-traits 0.2.15] cargo:rustc-cfg=has_leading_trailing_ones [num-traits 0.2.15] cargo:rustc-cfg=has_int_assignop_ref Running `CARGO=/usr/local/bin/cargo CARGO_CRATE_NAME=generic_array CARGO_MANIFEST_DIR=/construction/editors/lapce/lapce-0.2.8/cargo-crates/generic-array-0.14.6 CARGO_PKG_AUTHORS='Bartłomiej Kamiński :Aaron Trent ' CARGO_PKG_DESCRIPTION='Generic types implementing functionality of arrays' CARGO_PKG_HOMEPAGE='' CARGO_PKG_LICENSE=MIT CARGO_PKG_LICENSE_FILE='' CARGO_PKG_NAME=generic-array CARGO_PKG_README=README.md CARGO_PKG_REPOSITORY='https://github.com/fizyk20/generic-array.git' CARGO_PKG_RUST_VERSION='' CARGO_PKG_VERSION=0.14.6 CARGO_PKG_VERSION_MAJOR=0 CARGO_PKG_VERSION_MINOR=14 CARGO_PKG_VERSION_PATCH=6 CARGO_PKG_VERSION_PRE='' LD_LIBRARY_PATH='/construction/editors/lapce/target/release/deps:/usr/local/lib' OUT_DIR=/construction/editors/lapce/target/x86_64-unknown-dragonfly/release/build/generic-array-83c5c89abfa6067b/out /usr/local/bin/rustc --crate-name generic_array /construction/editors/lapce/lapce-0.2.8/cargo-crates/generic-array-0.14.6/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --diagnostic-width=80 --crate-type lib --emit=dep-info,metadata,link -C opt-level=2 -C embed-bitcode=no --cfg 'feature="more_lengths"' -C metadata=1e3ced0063fc8471 -C extra-filename=-1e3ced0063fc8471 --out-dir /construction/editors/lapce/target/x86_64-unknown-dragonfly/release/deps --target x86_64-unknown-dragonfly -C linker=cc -L dependency=/construction/editors/lapce/target/x86_64-unknown-dragonfly/release/deps -L dependency=/construction/editors/lapce/target/release/deps --extern typenum=/construction/editors/lapce/target/x86_64-unknown-dragonfly/release/deps/libtypenum-711317fbf78cc479.rmeta --cap-lints warn -C link-arg=-Wl,-rpath,/usr/local/lib -C link-arg=-L/usr/local/lib --cfg relaxed_coherence` Running `/construction/editors/lapce/target/release/build/rayon-core-6ae4e24f44a9e282/build-script-build` [rayon-core 1.9.3] cargo:rerun-if-changed=build.rs Running `CARGO=/usr/local/bin/cargo CARGO_CRATE_NAME=anyhow CARGO_MANIFEST_DIR=/construction/editors/lapce/lapce-0.2.8/cargo-crates/anyhow-1.0.65 CARGO_PKG_AUTHORS='David Tolnay ' CARGO_PKG_DESCRIPTION='Flexible concrete Error type built on std::error::Error' CARGO_PKG_HOMEPAGE='' CARGO_PKG_LICENSE='MIT OR Apache-2.0' CARGO_PKG_LICENSE_FILE='' CARGO_PKG_NAME=anyhow CARGO_PKG_README=README.md CARGO_PKG_REPOSITORY='https://github.com/dtolnay/anyhow' CARGO_PKG_RUST_VERSION=1.38 CARGO_PKG_VERSION=1.0.65 CARGO_PKG_VERSION_MAJOR=1 CARGO_PKG_VERSION_MINOR=0 CARGO_PKG_VERSION_PATCH=65 CARGO_PKG_VERSION_PRE='' LD_LIBRARY_PATH='/construction/editors/lapce/target/release/deps:/usr/local/lib' OUT_DIR=/construction/editors/lapce/target/release/build/anyhow-a29cdd9ab3bf8098/out /usr/local/bin/rustc --crate-name anyhow --edition=2018 /construction/editors/lapce/lapce-0.2.8/cargo-crates/anyhow-1.0.65/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --diagnostic-width=80 --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debug-assertions=off --cfg 'feature="default"' --cfg 'feature="std"' -C metadata=ea70669b8519bb65 -C extra-filename=-ea70669b8519bb65 --out-dir /construction/editors/lapce/target/release/deps -C linker=cc -L dependency=/construction/editors/lapce/target/release/deps --cap-lints warn` [num-traits 0.2.15] cargo:rustc-cfg=has_div_euclid [num-traits 0.2.15] cargo:rustc-cfg=has_copysign [num-traits 0.2.15] cargo:rerun-if-changed=build.rs Running `CARGO=/usr/local/bin/cargo CARGO_CRATE_NAME=num_traits CARGO_MANIFEST_DIR=/construction/editors/lapce/lapce-0.2.8/cargo-crates/num-traits-0.2.15 CARGO_PKG_AUTHORS='The Rust Project Developers' CARGO_PKG_DESCRIPTION='Numeric traits for generic mathematics' CARGO_PKG_HOMEPAGE='https://github.com/rust-num/num-traits' CARGO_PKG_LICENSE='MIT OR Apache-2.0' CARGO_PKG_LICENSE_FILE='' CARGO_PKG_NAME=num-traits CARGO_PKG_README=README.md CARGO_PKG_REPOSITORY='https://github.com/rust-num/num-traits' CARGO_PKG_RUST_VERSION='' CARGO_PKG_VERSION=0.2.15 CARGO_PKG_VERSION_MAJOR=0 CARGO_PKG_VERSION_MINOR=2 CARGO_PKG_VERSION_PATCH=15 CARGO_PKG_VERSION_PRE='' LD_LIBRARY_PATH='/construction/editors/lapce/target/release/deps:/usr/local/lib' OUT_DIR=/construction/editors/lapce/target/x86_64-unknown-dragonfly/release/build/num-traits-e8a82e19748dcdcc/out /usr/local/bin/rustc --crate-name num_traits /construction/editors/lapce/lapce-0.2.8/cargo-crates/num-traits-0.2.15/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --diagnostic-width=80 --crate-type lib --emit=dep-info,metadata,link -C opt-level=2 -C embed-bitcode=no --cfg 'feature="default"' --cfg 'feature="i128"' --cfg 'feature="std"' -C metadata=dd6d79c2f9521648 -C extra-filename=-dd6d79c2f9521648 --out-dir /construction/editors/lapce/target/x86_64-unknown-dragonfly/release/deps --target x86_64-unknown-dragonfly -C linker=cc -L dependency=/construction/editors/lapce/target/x86_64-unknown-dragonfly/release/deps -L dependency=/construction/editors/lapce/target/release/deps --cap-lints warn -C link-arg=-Wl,-rpath,/usr/local/lib -C link-arg=-L/usr/local/lib --cfg has_i128 --cfg has_to_int_unchecked --cfg has_reverse_bits --cfg has_leading_trailing_ones --cfg has_int_assignop_ref --cfg has_div_euclid --cfg has_copysign` Running `/construction/editors/lapce/target/release/build/slab-1f472a05a42364f9/build-script-build` Running `/construction/editors/lapce/target/release/build/anyhow-1f7b36da49fdbfcf/build-script-build` Compiling target-lexicon v0.12.4 Running `CARGO=/usr/local/bin/cargo CARGO_CRATE_NAME=build_script_build CARGO_MANIFEST_DIR=/construction/editors/lapce/lapce-0.2.8/cargo-crates/target-lexicon-0.12.4 CARGO_PKG_AUTHORS='Dan Gohman ' CARGO_PKG_DESCRIPTION='Targeting utilities for compilers and related tools' CARGO_PKG_HOMEPAGE='' CARGO_PKG_LICENSE='Apache-2.0 WITH LLVM-exception' CARGO_PKG_LICENSE_FILE='' CARGO_PKG_NAME=target-lexicon CARGO_PKG_README=README.md CARGO_PKG_REPOSITORY='https://github.com/bytecodealliance/target-lexicon' CARGO_PKG_RUST_VERSION='' CARGO_PKG_VERSION=0.12.4 CARGO_PKG_VERSION_MAJOR=0 CARGO_PKG_VERSION_MINOR=12 CARGO_PKG_VERSION_PATCH=4 CARGO_PKG_VERSION_PRE='' LD_LIBRARY_PATH='/construction/editors/lapce/target/release/deps:/usr/local/lib' /usr/local/bin/rustc --crate-name build_script_build --edition=2018 /construction/editors/lapce/lapce-0.2.8/cargo-crates/target-lexicon-0.12.4/build.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --diagnostic-width=80 --crate-type bin --emit=dep-info,link -C embed-bitcode=no -C debug-assertions=off --cfg 'feature="default"' -C metadata=acf1ec07349e8942 -C extra-filename=-acf1ec07349e8942 --out-dir /construction/editors/lapce/target/release/build/target-lexicon-acf1ec07349e8942 -C linker=cc -L dependency=/construction/editors/lapce/target/release/deps --cap-lints warn` Compiling lazy_static v1.4.0 Running `CARGO=/usr/local/bin/cargo CARGO_CRATE_NAME=lazy_static CARGO_MANIFEST_DIR=/construction/editors/lapce/lapce-0.2.8/cargo-crates/lazy_static-1.4.0 CARGO_PKG_AUTHORS='Marvin Löbel ' CARGO_PKG_DESCRIPTION='A macro for declaring lazily evaluated statics in Rust.' CARGO_PKG_HOMEPAGE='' CARGO_PKG_LICENSE=MIT/Apache-2.0 CARGO_PKG_LICENSE_FILE='' CARGO_PKG_NAME=lazy_static CARGO_PKG_README=README.md CARGO_PKG_REPOSITORY='https://github.com/rust-lang-nursery/lazy-static.rs' CARGO_PKG_RUST_VERSION='' CARGO_PKG_VERSION=1.4.0 CARGO_PKG_VERSION_MAJOR=1 CARGO_PKG_VERSION_MINOR=4 CARGO_PKG_VERSION_PATCH=0 CARGO_PKG_VERSION_PRE='' LD_LIBRARY_PATH='/construction/editors/lapce/target/release/deps:/usr/local/lib' /usr/local/bin/rustc --crate-name lazy_static /construction/editors/lapce/lapce-0.2.8/cargo-crates/lazy_static-1.4.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --diagnostic-width=80 --crate-type lib --emit=dep-info,metadata,link -C opt-level=2 -C embed-bitcode=no -C metadata=1990096226ce5b2a -C extra-filename=-1990096226ce5b2a --out-dir /construction/editors/lapce/target/x86_64-unknown-dragonfly/release/deps --target x86_64-unknown-dragonfly -C linker=cc -L dependency=/construction/editors/lapce/target/x86_64-unknown-dragonfly/release/deps -L dependency=/construction/editors/lapce/target/release/deps --cap-lints warn -C link-arg=-Wl,-rpath,/usr/local/lib -C link-arg=-L/usr/local/lib` Compiling unicode-bidi v0.3.8 Running `CARGO=/usr/local/bin/cargo CARGO_CRATE_NAME=unicode_bidi CARGO_MANIFEST_DIR=/construction/editors/lapce/lapce-0.2.8/cargo-crates/unicode-bidi-0.3.8 CARGO_PKG_AUTHORS='The Servo Project Developers' CARGO_PKG_DESCRIPTION='Implementation of the Unicode Bidirectional Algorithm' CARGO_PKG_HOMEPAGE='' CARGO_PKG_LICENSE='MIT OR Apache-2.0' CARGO_PKG_LICENSE_FILE='' CARGO_PKG_NAME=unicode-bidi CARGO_PKG_README=README.md CARGO_PKG_REPOSITORY='https://github.com/servo/unicode-bidi' CARGO_PKG_RUST_VERSION='' CARGO_PKG_VERSION=0.3.8 CARGO_PKG_VERSION_MAJOR=0 CARGO_PKG_VERSION_MINOR=3 CARGO_PKG_VERSION_PATCH=8 CARGO_PKG_VERSION_PRE='' LD_LIBRARY_PATH='/construction/editors/lapce/target/release/deps:/usr/local/lib' /usr/local/bin/rustc --crate-name unicode_bidi --edition=2018 /construction/editors/lapce/lapce-0.2.8/cargo-crates/unicode-bidi-0.3.8/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --diagnostic-width=80 --crate-type lib --emit=dep-info,metadata,link -C opt-level=2 -C embed-bitcode=no --cfg 'feature="default"' --cfg 'feature="hardcoded-data"' --cfg 'feature="std"' -C metadata=11c90e059e447331 -C extra-filename=-11c90e059e447331 --out-dir /construction/editors/lapce/target/x86_64-unknown-dragonfly/release/deps --target x86_64-unknown-dragonfly -C linker=cc -L dependency=/construction/editors/lapce/target/x86_64-unknown-dragonfly/release/deps -L dependency=/construction/editors/lapce/target/release/deps --cap-lints warn -C link-arg=-Wl,-rpath,/usr/local/lib -C link-arg=-L/usr/local/lib` Running `CARGO=/usr/local/bin/cargo CARGO_CRATE_NAME=anyhow CARGO_MANIFEST_DIR=/construction/editors/lapce/lapce-0.2.8/cargo-crates/anyhow-1.0.65 CARGO_PKG_AUTHORS='David Tolnay ' CARGO_PKG_DESCRIPTION='Flexible concrete Error type built on std::error::Error' CARGO_PKG_HOMEPAGE='' CARGO_PKG_LICENSE='MIT OR Apache-2.0' CARGO_PKG_LICENSE_FILE='' CARGO_PKG_NAME=anyhow CARGO_PKG_README=README.md CARGO_PKG_REPOSITORY='https://github.com/dtolnay/anyhow' CARGO_PKG_RUST_VERSION=1.38 CARGO_PKG_VERSION=1.0.65 CARGO_PKG_VERSION_MAJOR=1 CARGO_PKG_VERSION_MINOR=0 CARGO_PKG_VERSION_PATCH=65 CARGO_PKG_VERSION_PRE='' LD_LIBRARY_PATH='/construction/editors/lapce/target/release/deps:/usr/local/lib' OUT_DIR=/construction/editors/lapce/target/x86_64-unknown-dragonfly/release/build/anyhow-c702e1471907a07a/out /usr/local/bin/rustc --crate-name anyhow --edition=2018 /construction/editors/lapce/lapce-0.2.8/cargo-crates/anyhow-1.0.65/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --diagnostic-width=80 --crate-type lib --emit=dep-info,metadata,link -C opt-level=2 -C embed-bitcode=no --cfg 'feature="default"' --cfg 'feature="std"' -C metadata=ca2e434b4858deca -C extra-filename=-ca2e434b4858deca --out-dir /construction/editors/lapce/target/x86_64-unknown-dragonfly/release/deps --target x86_64-unknown-dragonfly -C linker=cc -L dependency=/construction/editors/lapce/target/x86_64-unknown-dragonfly/release/deps -L dependency=/construction/editors/lapce/target/release/deps --cap-lints warn -C link-arg=-Wl,-rpath,/usr/local/lib -C link-arg=-L/usr/local/lib` [tree-sitter 0.20.9] TARGET = Some("x86_64-unknown-dragonfly") [tree-sitter 0.20.9] OPT_LEVEL = Some("2") [tree-sitter 0.20.9] HOST = Some("x86_64-unknown-dragonfly") [tree-sitter 0.20.9] CC_x86_64-unknown-dragonfly = None [tree-sitter 0.20.9] CC_x86_64_unknown_dragonfly = None [tree-sitter 0.20.9] HOST_CC = None [tree-sitter 0.20.9] CC = Some("cc") [tree-sitter 0.20.9] CFLAGS_x86_64-unknown-dragonfly = None [tree-sitter 0.20.9] CFLAGS_x86_64_unknown_dragonfly = None [tree-sitter 0.20.9] HOST_CFLAGS = None [tree-sitter 0.20.9] CFLAGS = Some("-pipe -O2 -isystem /usr/local/include -fno-strict-aliasing ") [tree-sitter 0.20.9] CRATE_CC_NO_DEFAULTS = None [tree-sitter 0.20.9] DEBUG = Some("false") [tree-sitter 0.20.9] CARGO_CFG_TARGET_FEATURE = Some("fxsr,sse,sse2") [tree-sitter 0.20.9] CC_x86_64-unknown-dragonfly = None [tree-sitter 0.20.9] CC_x86_64_unknown_dragonfly = None [tree-sitter 0.20.9] HOST_CC = None [tree-sitter 0.20.9] CC = Some("cc") [tree-sitter 0.20.9] CFLAGS_x86_64-unknown-dragonfly = None [tree-sitter 0.20.9] CFLAGS_x86_64_unknown_dragonfly = None [tree-sitter 0.20.9] HOST_CFLAGS = None [tree-sitter 0.20.9] CFLAGS = Some("-pipe -O2 -isystem /usr/local/include -fno-strict-aliasing ") [tree-sitter 0.20.9] CRATE_CC_NO_DEFAULTS = None [tree-sitter 0.20.9] CARGO_CFG_TARGET_FEATURE = Some("fxsr,sse,sse2") Running `CARGO=/usr/local/bin/cargo CARGO_CRATE_NAME=slab CARGO_MANIFEST_DIR=/construction/editors/lapce/lapce-0.2.8/cargo-crates/slab-0.4.7 CARGO_PKG_AUTHORS='Carl Lerche ' CARGO_PKG_DESCRIPTION='Pre-allocated storage for a uniform data type' CARGO_PKG_HOMEPAGE='' CARGO_PKG_LICENSE=MIT CARGO_PKG_LICENSE_FILE='' CARGO_PKG_NAME=slab CARGO_PKG_README=README.md CARGO_PKG_REPOSITORY='https://github.com/tokio-rs/slab' CARGO_PKG_RUST_VERSION=1.31 CARGO_PKG_VERSION=0.4.7 CARGO_PKG_VERSION_MAJOR=0 CARGO_PKG_VERSION_MINOR=4 CARGO_PKG_VERSION_PATCH=7 CARGO_PKG_VERSION_PRE='' LD_LIBRARY_PATH='/construction/editors/lapce/target/release/deps:/usr/local/lib' OUT_DIR=/construction/editors/lapce/target/x86_64-unknown-dragonfly/release/build/slab-4817924e889d0487/out /usr/local/bin/rustc --crate-name slab --edition=2018 /construction/editors/lapce/lapce-0.2.8/cargo-crates/slab-0.4.7/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --diagnostic-width=80 --crate-type lib --emit=dep-info,metadata,link -C opt-level=2 -C embed-bitcode=no --cfg 'feature="default"' --cfg 'feature="std"' -C metadata=5f3d0c69abac86ac -C extra-filename=-5f3d0c69abac86ac --out-dir /construction/editors/lapce/target/x86_64-unknown-dragonfly/release/deps --target x86_64-unknown-dragonfly -C linker=cc -L dependency=/construction/editors/lapce/target/x86_64-unknown-dragonfly/release/deps -L dependency=/construction/editors/lapce/target/release/deps --cap-lints warn -C link-arg=-Wl,-rpath,/usr/local/lib -C link-arg=-L/usr/local/lib` [tree-sitter 0.20.9] CC_x86_64-unknown-dragonfly = None [tree-sitter 0.20.9] CC_x86_64_unknown_dragonfly = None [tree-sitter 0.20.9] HOST_CC = None [tree-sitter 0.20.9] CC = Some("cc") [tree-sitter 0.20.9] CFLAGS_x86_64-unknown-dragonfly = None [tree-sitter 0.20.9] CFLAGS_x86_64_unknown_dragonfly = None [tree-sitter 0.20.9] HOST_CFLAGS = None [tree-sitter 0.20.9] CFLAGS = Some("-pipe -O2 -isystem /usr/local/include -fno-strict-aliasing ") [tree-sitter 0.20.9] CRATE_CC_NO_DEFAULTS = None [tree-sitter 0.20.9] CARGO_CFG_TARGET_FEATURE = Some("fxsr,sse,sse2") [tree-sitter 0.20.9] running: "cc" "-O2" "-ffunction-sections" "-fdata-sections" "-fPIC" "-m64" "-pipe" "-O2" "-isystem" "/usr/local/include" "-fno-strict-aliasing" "-I" "src" "-I" "include" "-std=c99" "-Wno-unused-parameter" "-o" "/construction/editors/lapce/target/x86_64-unknown-dragonfly/release/build/tree-sitter-f8000a016cfa9963/out/src/lib.o" "-c" "src/lib.c" [tree-sitter 0.20.9] exit status: 0 Compiling crossbeam-deque v0.8.2 Running `CARGO=/usr/local/bin/cargo CARGO_CRATE_NAME=crossbeam_deque CARGO_MANIFEST_DIR=/construction/editors/lapce/lapce-0.2.8/cargo-crates/crossbeam-deque-0.8.2 CARGO_PKG_AUTHORS='' CARGO_PKG_DESCRIPTION='Concurrent work-stealing deque' CARGO_PKG_HOMEPAGE='https://github.com/crossbeam-rs/crossbeam/tree/master/crossbeam-deque' CARGO_PKG_LICENSE='MIT OR Apache-2.0' CARGO_PKG_LICENSE_FILE='' CARGO_PKG_NAME=crossbeam-deque CARGO_PKG_README=README.md CARGO_PKG_REPOSITORY='https://github.com/crossbeam-rs/crossbeam' CARGO_PKG_RUST_VERSION=1.38 CARGO_PKG_VERSION=0.8.2 CARGO_PKG_VERSION_MAJOR=0 CARGO_PKG_VERSION_MINOR=8 CARGO_PKG_VERSION_PATCH=2 CARGO_PKG_VERSION_PRE='' LD_LIBRARY_PATH='/construction/editors/lapce/target/release/deps:/usr/local/lib' /usr/local/bin/rustc --crate-name crossbeam_deque --edition=2018 /construction/editors/lapce/lapce-0.2.8/cargo-crates/crossbeam-deque-0.8.2/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --diagnostic-width=80 --crate-type lib --emit=dep-info,metadata,link -C opt-level=2 -C embed-bitcode=no --cfg 'feature="crossbeam-epoch"' --cfg 'feature="crossbeam-utils"' --cfg 'feature="default"' --cfg 'feature="std"' -C metadata=17e709610386f817 -C extra-filename=-17e709610386f817 --out-dir /construction/editors/lapce/target/x86_64-unknown-dragonfly/release/deps --target x86_64-unknown-dragonfly -C linker=cc -L dependency=/construction/editors/lapce/target/x86_64-unknown-dragonfly/release/deps -L dependency=/construction/editors/lapce/target/release/deps --extern cfg_if=/construction/editors/lapce/target/x86_64-unknown-dragonfly/release/deps/libcfg_if-ab9f3df0ea533c99.rmeta --extern crossbeam_epoch=/construction/editors/lapce/target/x86_64-unknown-dragonfly/release/deps/libcrossbeam_epoch-e141aec92ba16429.rmeta --extern crossbeam_utils=/construction/editors/lapce/target/x86_64-unknown-dragonfly/release/deps/libcrossbeam_utils-05e698e356f77dc6.rmeta --cap-lints warn -C link-arg=-Wl,-rpath,/usr/local/lib -C link-arg=-L/usr/local/lib` Compiling openssl-sys v0.9.76 Running `CARGO=/usr/local/bin/cargo CARGO_CRATE_NAME=build_script_main CARGO_MANIFEST_DIR=/construction/editors/lapce/lapce-0.2.8/cargo-crates/openssl-sys-0.9.76 CARGO_PKG_AUTHORS='Alex Crichton :Steven Fackler ' CARGO_PKG_DESCRIPTION='FFI bindings to OpenSSL' CARGO_PKG_HOMEPAGE='' CARGO_PKG_LICENSE=MIT CARGO_PKG_LICENSE_FILE='' CARGO_PKG_NAME=openssl-sys CARGO_PKG_README=README.md CARGO_PKG_REPOSITORY='https://github.com/sfackler/rust-openssl' CARGO_PKG_RUST_VERSION='' CARGO_PKG_VERSION=0.9.76 CARGO_PKG_VERSION_MAJOR=0 CARGO_PKG_VERSION_MINOR=9 CARGO_PKG_VERSION_PATCH=76 CARGO_PKG_VERSION_PRE='' LD_LIBRARY_PATH='/construction/editors/lapce/target/release/deps:/usr/local/lib' /usr/local/bin/rustc --crate-name build_script_main /construction/editors/lapce/lapce-0.2.8/cargo-crates/openssl-sys-0.9.76/build/main.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --diagnostic-width=80 --crate-type bin --emit=dep-info,link -C embed-bitcode=no -C debug-assertions=off -C metadata=a70758bfb6803c51 -C extra-filename=-a70758bfb6803c51 --out-dir /construction/editors/lapce/target/release/build/openssl-sys-a70758bfb6803c51 -C linker=cc -L dependency=/construction/editors/lapce/target/release/deps --extern autocfg=/construction/editors/lapce/target/release/deps/libautocfg-9f3634dc764a754e.rlib --extern cc=/construction/editors/lapce/target/release/deps/libcc-1c22ede16aecb155.rlib --extern pkg_config=/construction/editors/lapce/target/release/deps/libpkg_config-511ebd8140d1be89.rlib --cap-lints warn` Running `/construction/editors/lapce/target/release/build/target-lexicon-acf1ec07349e8942/build-script-build` [target-lexicon 0.12.4] cargo:rustc-cfg=feature="rust_1_40" Compiling dirs-sys-next v0.1.2 Running `CARGO=/usr/local/bin/cargo CARGO_CRATE_NAME=dirs_sys_next CARGO_MANIFEST_DIR=/construction/editors/lapce/lapce-0.2.8/cargo-crates/dirs-sys-next-0.1.2 CARGO_PKG_AUTHORS='The @xdg-rs members' CARGO_PKG_DESCRIPTION='system-level helper functions for the dirs and directories crates' CARGO_PKG_HOMEPAGE='' CARGO_PKG_LICENSE='MIT OR Apache-2.0' CARGO_PKG_LICENSE_FILE='' CARGO_PKG_NAME=dirs-sys-next CARGO_PKG_README=README.md CARGO_PKG_REPOSITORY='https://github.com/xdg-rs/dirs/tree/master/dirs-sys' CARGO_PKG_RUST_VERSION='' CARGO_PKG_VERSION=0.1.2 CARGO_PKG_VERSION_MAJOR=0 CARGO_PKG_VERSION_MINOR=1 CARGO_PKG_VERSION_PATCH=2 CARGO_PKG_VERSION_PRE='' LD_LIBRARY_PATH='/construction/editors/lapce/target/release/deps:/usr/local/lib' /usr/local/bin/rustc --crate-name dirs_sys_next --edition=2018 /construction/editors/lapce/lapce-0.2.8/cargo-crates/dirs-sys-next-0.1.2/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --diagnostic-width=80 --crate-type lib --emit=dep-info,metadata,link -C opt-level=2 -C embed-bitcode=no -C metadata=d15760fcc5da92f7 -C extra-filename=-d15760fcc5da92f7 --out-dir /construction/editors/lapce/target/x86_64-unknown-dragonfly/release/deps --target x86_64-unknown-dragonfly -C linker=cc -L dependency=/construction/editors/lapce/target/x86_64-unknown-dragonfly/release/deps -L dependency=/construction/editors/lapce/target/release/deps --extern libc=/construction/editors/lapce/target/x86_64-unknown-dragonfly/release/deps/liblibc-8e3f13899fc9c378.rmeta --cap-lints warn -C link-arg=-Wl,-rpath,/usr/local/lib -C link-arg=-L/usr/local/lib` Compiling rayon v1.5.3 Running `CARGO=/usr/local/bin/cargo CARGO_CRATE_NAME=build_script_build CARGO_MANIFEST_DIR=/construction/editors/lapce/lapce-0.2.8/cargo-crates/rayon-1.5.3 CARGO_PKG_AUTHORS='Niko Matsakis :Josh Stone ' CARGO_PKG_DESCRIPTION='Simple work-stealing parallelism for Rust' CARGO_PKG_HOMEPAGE='' CARGO_PKG_LICENSE='MIT OR Apache-2.0' CARGO_PKG_LICENSE_FILE='' CARGO_PKG_NAME=rayon CARGO_PKG_README=README.md CARGO_PKG_REPOSITORY='https://github.com/rayon-rs/rayon' CARGO_PKG_RUST_VERSION='' CARGO_PKG_VERSION=1.5.3 CARGO_PKG_VERSION_MAJOR=1 CARGO_PKG_VERSION_MINOR=5 CARGO_PKG_VERSION_PATCH=3 CARGO_PKG_VERSION_PRE='' LD_LIBRARY_PATH='/construction/editors/lapce/target/release/deps:/usr/local/lib' /usr/local/bin/rustc --crate-name build_script_build --edition=2018 /construction/editors/lapce/lapce-0.2.8/cargo-crates/rayon-1.5.3/build.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --diagnostic-width=80 --crate-type bin --emit=dep-info,link -C embed-bitcode=no -C debug-assertions=off -C metadata=9b01a26687524fa4 -C extra-filename=-9b01a26687524fa4 --out-dir /construction/editors/lapce/target/release/build/rayon-9b01a26687524fa4 -C linker=cc -L dependency=/construction/editors/lapce/target/release/deps --extern autocfg=/construction/editors/lapce/target/release/deps/libautocfg-9f3634dc764a754e.rlib --cap-lints warn` Compiling base64 v0.13.0 Running `CARGO=/usr/local/bin/cargo CARGO_CRATE_NAME=base64 CARGO_MANIFEST_DIR=/construction/editors/lapce/lapce-0.2.8/cargo-crates/base64-0.13.0 CARGO_PKG_AUTHORS='Alice Maz :Marshall Pierce ' CARGO_PKG_DESCRIPTION='encodes and decodes base64 as bytes or utf8' CARGO_PKG_HOMEPAGE='' CARGO_PKG_LICENSE=MIT/Apache-2.0 CARGO_PKG_LICENSE_FILE='' CARGO_PKG_NAME=base64 CARGO_PKG_README=README.md CARGO_PKG_REPOSITORY='https://github.com/marshallpierce/rust-base64' CARGO_PKG_RUST_VERSION='' CARGO_PKG_VERSION=0.13.0 CARGO_PKG_VERSION_MAJOR=0 CARGO_PKG_VERSION_MINOR=13 CARGO_PKG_VERSION_PATCH=0 CARGO_PKG_VERSION_PRE='' LD_LIBRARY_PATH='/construction/editors/lapce/target/release/deps:/usr/local/lib' /usr/local/bin/rustc --crate-name base64 --edition=2018 /construction/editors/lapce/lapce-0.2.8/cargo-crates/base64-0.13.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --diagnostic-width=80 --crate-type lib --emit=dep-info,metadata,link -C opt-level=2 -C embed-bitcode=no --cfg 'feature="default"' --cfg 'feature="std"' -C metadata=df3eebb073d78a4a -C extra-filename=-df3eebb073d78a4a --out-dir /construction/editors/lapce/target/x86_64-unknown-dragonfly/release/deps --target x86_64-unknown-dragonfly -C linker=cc -L dependency=/construction/editors/lapce/target/x86_64-unknown-dragonfly/release/deps -L dependency=/construction/editors/lapce/target/release/deps --cap-lints warn -C link-arg=-Wl,-rpath,/usr/local/lib -C link-arg=-L/usr/local/lib` Compiling cranelift-isle v0.88.2 Running `CARGO=/usr/local/bin/cargo CARGO_CRATE_NAME=build_script_build CARGO_MANIFEST_DIR=/construction/editors/lapce/lapce-0.2.8/cargo-crates/cranelift-isle-0.88.2 CARGO_PKG_AUTHORS='The Cranelift Project Developers' CARGO_PKG_DESCRIPTION='ISLE: Instruction Selection and Lowering Expressions. A domain-specific language for instruction selection in Cranelift.' CARGO_PKG_HOMEPAGE='' CARGO_PKG_LICENSE='Apache-2.0 WITH LLVM-exception' CARGO_PKG_LICENSE_FILE='' CARGO_PKG_NAME=cranelift-isle CARGO_PKG_README=README.md CARGO_PKG_REPOSITORY='https://github.com/bytecodealliance/wasmtime/tree/main/cranelift/isle' CARGO_PKG_RUST_VERSION='' CARGO_PKG_VERSION=0.88.2 CARGO_PKG_VERSION_MAJOR=0 CARGO_PKG_VERSION_MINOR=88 CARGO_PKG_VERSION_PATCH=2 CARGO_PKG_VERSION_PRE='' LD_LIBRARY_PATH='/construction/editors/lapce/target/release/deps:/usr/local/lib' /usr/local/bin/rustc --crate-name build_script_build --edition=2021 /construction/editors/lapce/lapce-0.2.8/cargo-crates/cranelift-isle-0.88.2/build.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --diagnostic-width=80 --crate-type bin --emit=dep-info,link -C embed-bitcode=no -C debug-assertions=off --cfg 'feature="default"' -C metadata=928aa10246ecf665 -C extra-filename=-928aa10246ecf665 --out-dir /construction/editors/lapce/target/release/build/cranelift-isle-928aa10246ecf665 -C linker=cc -L dependency=/construction/editors/lapce/target/release/deps --cap-lints warn` Running `/construction/editors/lapce/target/release/build/rayon-9b01a26687524fa4/build-script-build` [rayon 1.5.3] cargo:rustc-cfg=has_step_by_rev [rayon 1.5.3] cargo:rustc-cfg=has_min_const_generics Running `/construction/editors/lapce/target/release/build/cranelift-isle-928aa10246ecf665/build-script-build` [cranelift-isle 0.88.2] cargo:rerun-if-changed=build.rs [cranelift-isle 0.88.2] cargo:rerun-if-changed=isle_examples Running `CARGO=/usr/local/bin/cargo CARGO_CRATE_NAME=rayon_core CARGO_MANIFEST_DIR=/construction/editors/lapce/lapce-0.2.8/cargo-crates/rayon-core-1.9.3 CARGO_PKG_AUTHORS='Niko Matsakis :Josh Stone ' CARGO_PKG_DESCRIPTION='Core APIs for Rayon' CARGO_PKG_HOMEPAGE='' CARGO_PKG_LICENSE='MIT OR Apache-2.0' CARGO_PKG_LICENSE_FILE='' CARGO_PKG_NAME=rayon-core CARGO_PKG_README=README.md CARGO_PKG_REPOSITORY='https://github.com/rayon-rs/rayon' CARGO_PKG_RUST_VERSION='' CARGO_PKG_VERSION=1.9.3 CARGO_PKG_VERSION_MAJOR=1 CARGO_PKG_VERSION_MINOR=9 CARGO_PKG_VERSION_PATCH=3 CARGO_PKG_VERSION_PRE='' LD_LIBRARY_PATH='/construction/editors/lapce/target/release/deps:/usr/local/lib' OUT_DIR=/construction/editors/lapce/target/x86_64-unknown-dragonfly/release/build/rayon-core-33d5192b2e802160/out /usr/local/bin/rustc --crate-name rayon_core --edition=2018 /construction/editors/lapce/lapce-0.2.8/cargo-crates/rayon-core-1.9.3/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --diagnostic-width=80 --crate-type lib --emit=dep-info,metadata,link -C opt-level=2 -C embed-bitcode=no -C metadata=aa2c4251e08a926e -C extra-filename=-aa2c4251e08a926e --out-dir /construction/editors/lapce/target/x86_64-unknown-dragonfly/release/deps --target x86_64-unknown-dragonfly -C linker=cc -L dependency=/construction/editors/lapce/target/x86_64-unknown-dragonfly/release/deps -L dependency=/construction/editors/lapce/target/release/deps --extern crossbeam_channel=/construction/editors/lapce/target/x86_64-unknown-dragonfly/release/deps/libcrossbeam_channel-e5be519bc3f559d7.rmeta --extern crossbeam_deque=/construction/editors/lapce/target/x86_64-unknown-dragonfly/release/deps/libcrossbeam_deque-17e709610386f817.rmeta --extern crossbeam_utils=/construction/editors/lapce/target/x86_64-unknown-dragonfly/release/deps/libcrossbeam_utils-05e698e356f77dc6.rmeta --extern num_cpus=/construction/editors/lapce/target/x86_64-unknown-dragonfly/release/deps/libnum_cpus-cc82f254ffadbffe.rmeta --cap-lints warn -C link-arg=-Wl,-rpath,/usr/local/lib -C link-arg=-L/usr/local/lib` [rayon 1.5.3] cargo:rustc-cfg=has_control_flow Running `CARGO=/usr/local/bin/cargo CARGO_CRATE_NAME=target_lexicon CARGO_MANIFEST_DIR=/construction/editors/lapce/lapce-0.2.8/cargo-crates/target-lexicon-0.12.4 CARGO_PKG_AUTHORS='Dan Gohman ' CARGO_PKG_DESCRIPTION='Targeting utilities for compilers and related tools' CARGO_PKG_HOMEPAGE='' CARGO_PKG_LICENSE='Apache-2.0 WITH LLVM-exception' CARGO_PKG_LICENSE_FILE='' CARGO_PKG_NAME=target-lexicon CARGO_PKG_README=README.md CARGO_PKG_REPOSITORY='https://github.com/bytecodealliance/target-lexicon' CARGO_PKG_RUST_VERSION='' CARGO_PKG_VERSION=0.12.4 CARGO_PKG_VERSION_MAJOR=0 CARGO_PKG_VERSION_MINOR=12 CARGO_PKG_VERSION_PATCH=4 CARGO_PKG_VERSION_PRE='' LD_LIBRARY_PATH='/construction/editors/lapce/target/release/deps:/usr/local/lib' OUT_DIR=/construction/editors/lapce/target/x86_64-unknown-dragonfly/release/build/target-lexicon-9d5ef2f637a2a68d/out /usr/local/bin/rustc --crate-name target_lexicon --edition=2018 /construction/editors/lapce/lapce-0.2.8/cargo-crates/target-lexicon-0.12.4/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --diagnostic-width=80 --crate-type lib --emit=dep-info,metadata,link -C opt-level=2 -C embed-bitcode=no --cfg 'feature="default"' -C metadata=d6637293a0311e6e -C extra-filename=-d6637293a0311e6e --out-dir /construction/editors/lapce/target/x86_64-unknown-dragonfly/release/deps --target x86_64-unknown-dragonfly -C linker=cc -L dependency=/construction/editors/lapce/target/x86_64-unknown-dragonfly/release/deps -L dependency=/construction/editors/lapce/target/release/deps --cap-lints warn -C link-arg=-Wl,-rpath,/usr/local/lib -C link-arg=-L/usr/local/lib --cfg 'feature="rust_1_40"'` Running `/construction/editors/lapce/target/release/build/openssl-sys-a70758bfb6803c51/build-script-main` Compiling rand_core v0.6.4 Running `CARGO=/usr/local/bin/cargo CARGO_CRATE_NAME=rand_core CARGO_MANIFEST_DIR=/construction/editors/lapce/lapce-0.2.8/cargo-crates/rand_core-0.6.4 CARGO_PKG_AUTHORS='The Rand Project Developers:The Rust Project Developers' CARGO_PKG_DESCRIPTION='Core random number generator traits and tools for implementation. ' CARGO_PKG_HOMEPAGE='https://rust-random.github.io/book' CARGO_PKG_LICENSE='MIT OR Apache-2.0' CARGO_PKG_LICENSE_FILE='' CARGO_PKG_NAME=rand_core CARGO_PKG_README=README.md CARGO_PKG_REPOSITORY='https://github.com/rust-random/rand' CARGO_PKG_RUST_VERSION='' CARGO_PKG_VERSION=0.6.4 CARGO_PKG_VERSION_MAJOR=0 CARGO_PKG_VERSION_MINOR=6 CARGO_PKG_VERSION_PATCH=4 CARGO_PKG_VERSION_PRE='' LD_LIBRARY_PATH='/construction/editors/lapce/target/release/deps:/usr/local/lib' /usr/local/bin/rustc --crate-name rand_core --edition=2018 /construction/editors/lapce/lapce-0.2.8/cargo-crates/rand_core-0.6.4/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --diagnostic-width=80 --crate-type lib --emit=dep-info,metadata,link -C opt-level=2 -C embed-bitcode=no --cfg 'feature="alloc"' --cfg 'feature="getrandom"' --cfg 'feature="std"' -C metadata=8408edb59b616dbf -C extra-filename=-8408edb59b616dbf --out-dir /construction/editors/lapce/target/x86_64-unknown-dragonfly/release/deps --target x86_64-unknown-dragonfly -C linker=cc -L dependency=/construction/editors/lapce/target/x86_64-unknown-dragonfly/release/deps -L dependency=/construction/editors/lapce/target/release/deps --extern getrandom=/construction/editors/lapce/target/x86_64-unknown-dragonfly/release/deps/libgetrandom-17bcb2a1d3a1f3f6.rmeta --cap-lints warn -C link-arg=-Wl,-rpath,/usr/local/lib -C link-arg=-L/usr/local/lib` [openssl-sys 0.9.76] cargo:rustc-cfg=const_fn [openssl-sys 0.9.76] cargo:rustc-cfg=openssl [openssl-sys 0.9.76] cargo:rerun-if-env-changed=X86_64_UNKNOWN_DRAGONFLY_OPENSSL_LIB_DIR [openssl-sys 0.9.76] X86_64_UNKNOWN_DRAGONFLY_OPENSSL_LIB_DIR unset [openssl-sys 0.9.76] cargo:rerun-if-env-changed=OPENSSL_LIB_DIR [openssl-sys 0.9.76] OPENSSL_LIB_DIR = /usr/local/lib [openssl-sys 0.9.76] cargo:rerun-if-env-changed=X86_64_UNKNOWN_DRAGONFLY_OPENSSL_INCLUDE_DIR [openssl-sys 0.9.76] X86_64_UNKNOWN_DRAGONFLY_OPENSSL_INCLUDE_DIR unset [openssl-sys 0.9.76] cargo:rerun-if-env-changed=OPENSSL_INCLUDE_DIR [openssl-sys 0.9.76] OPENSSL_INCLUDE_DIR = /usr/local/include [openssl-sys 0.9.76] cargo:rustc-link-search=native=/usr/local/lib [openssl-sys 0.9.76] cargo:include=/usr/local/include [openssl-sys 0.9.76] cargo:rerun-if-changed=build/expando.c [openssl-sys 0.9.76] OPT_LEVEL = Some("2") [openssl-sys 0.9.76] TARGET = Some("x86_64-unknown-dragonfly") [openssl-sys 0.9.76] HOST = Some("x86_64-unknown-dragonfly") [openssl-sys 0.9.76] CC_x86_64-unknown-dragonfly = None [openssl-sys 0.9.76] CC_x86_64_unknown_dragonfly = None [openssl-sys 0.9.76] HOST_CC = None [openssl-sys 0.9.76] CC = Some("cc") [openssl-sys 0.9.76] CFLAGS_x86_64-unknown-dragonfly = None [openssl-sys 0.9.76] CFLAGS_x86_64_unknown_dragonfly = None [openssl-sys 0.9.76] HOST_CFLAGS = None [openssl-sys 0.9.76] CFLAGS = Some("-pipe -O2 -isystem /usr/local/include -fno-strict-aliasing ") [openssl-sys 0.9.76] CRATE_CC_NO_DEFAULTS = None [openssl-sys 0.9.76] DEBUG = Some("false") [openssl-sys 0.9.76] CARGO_CFG_TARGET_FEATURE = Some("fxsr,sse,sse2") [openssl-sys 0.9.76] running: "cc" "-O2" "-ffunction-sections" "-fdata-sections" "-fPIC" "-m64" "-pipe" "-O2" "-isystem" "/usr/local/include" "-fno-strict-aliasing" "-I" "/usr/local/include" "-E" "build/expando.c" [openssl-sys 0.9.76] exit status: 0 [openssl-sys 0.9.76] cargo:rustc-cfg=osslconf="OPENSSL_NO_RFC3779" [openssl-sys 0.9.76] cargo:rustc-cfg=osslconf="OPENSSL_NO_SSL3_METHOD" [openssl-sys 0.9.76] cargo:rustc-cfg=osslconf="OPENSSL_NO_SM3" [openssl-sys 0.9.76] cargo:rustc-cfg=osslconf="OPENSSL_NO_SM4" [openssl-sys 0.9.76] cargo:conf=OPENSSL_NO_RFC3779,OPENSSL_NO_SSL3_METHOD,OPENSSL_NO_SM3,OPENSSL_NO_SM4 [openssl-sys 0.9.76] cargo:rustc-cfg=ossl101 [openssl-sys 0.9.76] cargo:rustc-cfg=ossl102 [openssl-sys 0.9.76] cargo:rustc-cfg=ossl102f [openssl-sys 0.9.76] cargo:rustc-cfg=ossl102h [openssl-sys 0.9.76] cargo:rustc-cfg=ossl110 [openssl-sys 0.9.76] cargo:rustc-cfg=ossl110f [openssl-sys 0.9.76] cargo:rustc-cfg=ossl110g [openssl-sys 0.9.76] cargo:rustc-cfg=ossl110h [openssl-sys 0.9.76] cargo:rustc-cfg=ossl111 [openssl-sys 0.9.76] cargo:rustc-cfg=ossl111b [openssl-sys 0.9.76] cargo:rustc-cfg=ossl111c [openssl-sys 0.9.76] cargo:version_number=1010115f [openssl-sys 0.9.76] cargo:version=111 [openssl-sys 0.9.76] cargo:rerun-if-env-changed=X86_64_UNKNOWN_DRAGONFLY_OPENSSL_LIBS [openssl-sys 0.9.76] X86_64_UNKNOWN_DRAGONFLY_OPENSSL_LIBS unset [openssl-sys 0.9.76] cargo:rerun-if-env-changed=OPENSSL_LIBS [openssl-sys 0.9.76] OPENSSL_LIBS unset [openssl-sys 0.9.76] cargo:rerun-if-env-changed=X86_64_UNKNOWN_DRAGONFLY_OPENSSL_STATIC [openssl-sys 0.9.76] X86_64_UNKNOWN_DRAGONFLY_OPENSSL_STATIC unset [openssl-sys 0.9.76] cargo:rerun-if-env-changed=OPENSSL_STATIC [openssl-sys 0.9.76] OPENSSL_STATIC unset [openssl-sys 0.9.76] cargo:rustc-link-lib=dylib=ssl [openssl-sys 0.9.76] cargo:rustc-link-lib=dylib=crypto Compiling tracing-core v0.1.29 Running `CARGO=/usr/local/bin/cargo CARGO_CRATE_NAME=tracing_core CARGO_MANIFEST_DIR=/construction/editors/lapce/lapce-0.2.8/cargo-crates/tracing-core-0.1.29 CARGO_PKG_AUTHORS='Tokio Contributors ' CARGO_PKG_DESCRIPTION='Core primitives for application-level tracing. ' CARGO_PKG_HOMEPAGE='https://tokio.rs' CARGO_PKG_LICENSE=MIT CARGO_PKG_LICENSE_FILE='' CARGO_PKG_NAME=tracing-core CARGO_PKG_README=README.md CARGO_PKG_REPOSITORY='https://github.com/tokio-rs/tracing' CARGO_PKG_RUST_VERSION=1.49.0 CARGO_PKG_VERSION=0.1.29 CARGO_PKG_VERSION_MAJOR=0 CARGO_PKG_VERSION_MINOR=1 CARGO_PKG_VERSION_PATCH=29 CARGO_PKG_VERSION_PRE='' LD_LIBRARY_PATH='/construction/editors/lapce/target/release/deps:/usr/local/lib' /usr/local/bin/rustc --crate-name tracing_core --edition=2018 /construction/editors/lapce/lapce-0.2.8/cargo-crates/tracing-core-0.1.29/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --diagnostic-width=80 --crate-type lib --emit=dep-info,metadata,link -C opt-level=2 -C embed-bitcode=no --cfg 'feature="once_cell"' --cfg 'feature="std"' -C metadata=45ef4d6d5f25a7ff -C extra-filename=-45ef4d6d5f25a7ff --out-dir /construction/editors/lapce/target/x86_64-unknown-dragonfly/release/deps --target x86_64-unknown-dragonfly -C linker=cc -L dependency=/construction/editors/lapce/target/x86_64-unknown-dragonfly/release/deps -L dependency=/construction/editors/lapce/target/release/deps --extern once_cell=/construction/editors/lapce/target/x86_64-unknown-dragonfly/release/deps/libonce_cell-d7e3c1c39ed164f9.rmeta --cap-lints warn -C link-arg=-Wl,-rpath,/usr/local/lib -C link-arg=-L/usr/local/lib` warning: lint `const_err` has been removed: converted into hard error, see issue #71800 for more information --> /construction/editors/lapce/lapce-0.2.8/cargo-crates/tracing-core-0.1.29/src/lib.rs:132:5 | 132 | const_err, | ^^^^^^^^^ | = note: `#[warn(renamed_and_removed_lints)]` on by default Compiling rustc-demangle v0.1.21 Compiling unicode-width v0.1.10 Running `CARGO=/usr/local/bin/cargo CARGO_CRATE_NAME=unicode_width CARGO_MANIFEST_DIR=/construction/editors/lapce/lapce-0.2.8/cargo-crates/unicode-width-0.1.10 CARGO_PKG_AUTHORS='kwantam :Manish Goregaokar ' CARGO_PKG_DESCRIPTION='Determine displayed width of `char` and `str` types according to Unicode Standard Annex #11 rules. ' CARGO_PKG_HOMEPAGE='https://github.com/unicode-rs/unicode-width' CARGO_PKG_LICENSE=MIT/Apache-2.0 CARGO_PKG_LICENSE_FILE='' CARGO_PKG_NAME=unicode-width CARGO_PKG_README=README.md CARGO_PKG_REPOSITORY='https://github.com/unicode-rs/unicode-width' CARGO_PKG_RUST_VERSION='' CARGO_PKG_VERSION=0.1.10 CARGO_PKG_VERSION_MAJOR=0 CARGO_PKG_VERSION_MINOR=1 CARGO_PKG_VERSION_PATCH=10 CARGO_PKG_VERSION_PRE='' LD_LIBRARY_PATH='/construction/editors/lapce/target/release/deps:/usr/local/lib' /usr/local/bin/rustc --crate-name unicode_width /construction/editors/lapce/lapce-0.2.8/cargo-crates/unicode-width-0.1.10/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --diagnostic-width=80 --crate-type lib --emit=dep-info,metadata,link -C opt-level=2 -C embed-bitcode=no --cfg 'feature="default"' -C metadata=83f50f2afe875e50 -C extra-filename=-83f50f2afe875e50 --out-dir /construction/editors/lapce/target/x86_64-unknown-dragonfly/release/deps --target x86_64-unknown-dragonfly -C linker=cc -L dependency=/construction/editors/lapce/target/x86_64-unknown-dragonfly/release/deps -L dependency=/construction/editors/lapce/target/release/deps --cap-lints warn -C link-arg=-Wl,-rpath,/usr/local/lib -C link-arg=-L/usr/local/lib` Running `CARGO=/usr/local/bin/cargo CARGO_CRATE_NAME=rustc_demangle CARGO_MANIFEST_DIR=/construction/editors/lapce/lapce-0.2.8/cargo-crates/rustc-demangle-0.1.21 CARGO_PKG_AUTHORS='Alex Crichton ' CARGO_PKG_DESCRIPTION='Rust compiler symbol demangling. ' CARGO_PKG_HOMEPAGE='https://github.com/alexcrichton/rustc-demangle' CARGO_PKG_LICENSE=MIT/Apache-2.0 CARGO_PKG_LICENSE_FILE='' CARGO_PKG_NAME=rustc-demangle CARGO_PKG_README=README.md CARGO_PKG_REPOSITORY='https://github.com/alexcrichton/rustc-demangle' CARGO_PKG_RUST_VERSION='' CARGO_PKG_VERSION=0.1.21 CARGO_PKG_VERSION_MAJOR=0 CARGO_PKG_VERSION_MINOR=1 CARGO_PKG_VERSION_PATCH=21 CARGO_PKG_VERSION_PRE='' LD_LIBRARY_PATH='/construction/editors/lapce/target/release/deps:/usr/local/lib' /usr/local/bin/rustc --crate-name rustc_demangle /construction/editors/lapce/lapce-0.2.8/cargo-crates/rustc-demangle-0.1.21/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --diagnostic-width=80 --crate-type lib --emit=dep-info,metadata,link -C opt-level=2 -C embed-bitcode=no -C metadata=896f8f6c2c67e5a0 -C extra-filename=-896f8f6c2c67e5a0 --out-dir /construction/editors/lapce/target/x86_64-unknown-dragonfly/release/deps --target x86_64-unknown-dragonfly -C linker=cc -L dependency=/construction/editors/lapce/target/x86_64-unknown-dragonfly/release/deps -L dependency=/construction/editors/lapce/target/release/deps --cap-lints warn -C link-arg=-Wl,-rpath,/usr/local/lib -C link-arg=-L/usr/local/lib` Compiling cranelift-codegen-shared v0.88.2 Running `CARGO=/usr/local/bin/cargo CARGO_CRATE_NAME=cranelift_codegen_shared CARGO_MANIFEST_DIR=/construction/editors/lapce/lapce-0.2.8/cargo-crates/cranelift-codegen-shared-0.88.2 CARGO_PKG_AUTHORS='The Cranelift Project Developers' CARGO_PKG_DESCRIPTION='For code shared between cranelift-codegen-meta and cranelift-codegen' CARGO_PKG_HOMEPAGE='' CARGO_PKG_LICENSE='Apache-2.0 WITH LLVM-exception' CARGO_PKG_LICENSE_FILE='' CARGO_PKG_NAME=cranelift-codegen-shared CARGO_PKG_README=README.md CARGO_PKG_REPOSITORY='https://github.com/bytecodealliance/wasmtime' CARGO_PKG_RUST_VERSION='' CARGO_PKG_VERSION=0.88.2 CARGO_PKG_VERSION_MAJOR=0 CARGO_PKG_VERSION_MINOR=88 CARGO_PKG_VERSION_PATCH=2 CARGO_PKG_VERSION_PRE='' LD_LIBRARY_PATH='/construction/editors/lapce/target/release/deps:/usr/local/lib' /usr/local/bin/rustc --crate-name cranelift_codegen_shared --edition=2021 /construction/editors/lapce/lapce-0.2.8/cargo-crates/cranelift-codegen-shared-0.88.2/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --diagnostic-width=80 --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debug-assertions=off -C metadata=f7e9e71ad46789a8 -C extra-filename=-f7e9e71ad46789a8 --out-dir /construction/editors/lapce/target/release/deps -C linker=cc -L dependency=/construction/editors/lapce/target/release/deps --cap-lints warn` Running `CARGO=/usr/local/bin/cargo CARGO_CRATE_NAME=rayon CARGO_MANIFEST_DIR=/construction/editors/lapce/lapce-0.2.8/cargo-crates/rayon-1.5.3 CARGO_PKG_AUTHORS='Niko Matsakis :Josh Stone ' CARGO_PKG_DESCRIPTION='Simple work-stealing parallelism for Rust' CARGO_PKG_HOMEPAGE='' CARGO_PKG_LICENSE='MIT OR Apache-2.0' CARGO_PKG_LICENSE_FILE='' CARGO_PKG_NAME=rayon CARGO_PKG_README=README.md CARGO_PKG_REPOSITORY='https://github.com/rayon-rs/rayon' CARGO_PKG_RUST_VERSION='' CARGO_PKG_VERSION=1.5.3 CARGO_PKG_VERSION_MAJOR=1 CARGO_PKG_VERSION_MINOR=5 CARGO_PKG_VERSION_PATCH=3 CARGO_PKG_VERSION_PRE='' LD_LIBRARY_PATH='/construction/editors/lapce/target/release/deps:/usr/local/lib' OUT_DIR=/construction/editors/lapce/target/x86_64-unknown-dragonfly/release/build/rayon-68ef3cf442f50030/out /usr/local/bin/rustc --crate-name rayon --edition=2018 /construction/editors/lapce/lapce-0.2.8/cargo-crates/rayon-1.5.3/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --diagnostic-width=80 --crate-type lib --emit=dep-info,metadata,link -C opt-level=2 -C embed-bitcode=no -C metadata=a94f7b4c3a76822c -C extra-filename=-a94f7b4c3a76822c --out-dir /construction/editors/lapce/target/x86_64-unknown-dragonfly/release/deps --target x86_64-unknown-dragonfly -C linker=cc -L dependency=/construction/editors/lapce/target/x86_64-unknown-dragonfly/release/deps -L dependency=/construction/editors/lapce/target/release/deps --extern crossbeam_deque=/construction/editors/lapce/target/x86_64-unknown-dragonfly/release/deps/libcrossbeam_deque-17e709610386f817.rmeta --extern either=/construction/editors/lapce/target/x86_64-unknown-dragonfly/release/deps/libeither-67e2e059cd82979a.rmeta --extern rayon_core=/construction/editors/lapce/target/x86_64-unknown-dragonfly/release/deps/librayon_core-aa2c4251e08a926e.rmeta --cap-lints warn -C link-arg=-Wl,-rpath,/usr/local/lib -C link-arg=-L/usr/local/lib --cfg has_step_by_rev --cfg has_min_const_generics --cfg has_control_flow` Running `CARGO=/usr/local/bin/cargo CARGO_CRATE_NAME=cranelift_isle CARGO_MANIFEST_DIR=/construction/editors/lapce/lapce-0.2.8/cargo-crates/cranelift-isle-0.88.2 CARGO_PKG_AUTHORS='The Cranelift Project Developers' CARGO_PKG_DESCRIPTION='ISLE: Instruction Selection and Lowering Expressions. A domain-specific language for instruction selection in Cranelift.' CARGO_PKG_HOMEPAGE='' CARGO_PKG_LICENSE='Apache-2.0 WITH LLVM-exception' CARGO_PKG_LICENSE_FILE='' CARGO_PKG_NAME=cranelift-isle CARGO_PKG_README=README.md CARGO_PKG_REPOSITORY='https://github.com/bytecodealliance/wasmtime/tree/main/cranelift/isle' CARGO_PKG_RUST_VERSION='' CARGO_PKG_VERSION=0.88.2 CARGO_PKG_VERSION_MAJOR=0 CARGO_PKG_VERSION_MINOR=88 CARGO_PKG_VERSION_PATCH=2 CARGO_PKG_VERSION_PRE='' LD_LIBRARY_PATH='/construction/editors/lapce/target/release/deps:/usr/local/lib' OUT_DIR=/construction/editors/lapce/target/release/build/cranelift-isle-999994a46d67d5a8/out /usr/local/bin/rustc --crate-name cranelift_isle --edition=2021 /construction/editors/lapce/lapce-0.2.8/cargo-crates/cranelift-isle-0.88.2/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --diagnostic-width=80 --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debug-assertions=off --cfg 'feature="default"' -C metadata=91a2e08f8233a2aa -C extra-filename=-91a2e08f8233a2aa --out-dir /construction/editors/lapce/target/release/deps -C linker=cc -L dependency=/construction/editors/lapce/target/release/deps --cap-lints warn` Compiling fxhash v0.2.1 Running `CARGO=/usr/local/bin/cargo CARGO_CRATE_NAME=fxhash CARGO_MANIFEST_DIR=/construction/editors/lapce/lapce-0.2.8/cargo-crates/fxhash-0.2.1 CARGO_PKG_AUTHORS='cbreeden ' CARGO_PKG_DESCRIPTION='A fast, non-secure, hashing algorithm derived from an internal hasher used in FireFox and Rustc.' CARGO_PKG_HOMEPAGE='' CARGO_PKG_LICENSE=Apache-2.0/MIT CARGO_PKG_LICENSE_FILE='' CARGO_PKG_NAME=fxhash CARGO_PKG_README=README.md CARGO_PKG_REPOSITORY='https://github.com/cbreeden/fxhash' CARGO_PKG_RUST_VERSION='' CARGO_PKG_VERSION=0.2.1 CARGO_PKG_VERSION_MAJOR=0 CARGO_PKG_VERSION_MINOR=2 CARGO_PKG_VERSION_PATCH=1 CARGO_PKG_VERSION_PRE='' LD_LIBRARY_PATH='/construction/editors/lapce/target/release/deps:/usr/local/lib' /usr/local/bin/rustc --crate-name fxhash /construction/editors/lapce/lapce-0.2.8/cargo-crates/fxhash-0.2.1/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --diagnostic-width=80 --crate-type lib --emit=dep-info,metadata,link -C opt-level=2 -C embed-bitcode=no -C metadata=f6b0e41859eea876 -C extra-filename=-f6b0e41859eea876 --out-dir /construction/editors/lapce/target/x86_64-unknown-dragonfly/release/deps --target x86_64-unknown-dragonfly -C linker=cc -L dependency=/construction/editors/lapce/target/x86_64-unknown-dragonfly/release/deps -L dependency=/construction/editors/lapce/target/release/deps --extern byteorder=/construction/editors/lapce/target/x86_64-unknown-dragonfly/release/deps/libbyteorder-097a0496904e7311.rmeta --cap-lints warn -C link-arg=-Wl,-rpath,/usr/local/lib -C link-arg=-L/usr/local/lib` warning: anonymous parameters are deprecated and will be removed in the next edition --> /construction/editors/lapce/lapce-0.2.8/cargo-crates/fxhash-0.2.1/lib.rs:55:29 | 55 | fn hash_word(&mut self, Self); | ^^^^ help: try naming the parameter or explicitly ignoring it: `_: Self` | = warning: this is accepted in the current edition (Rust 2015) but is a hard error in Rust 2018! = note: for more information, see issue #41686 = note: `#[warn(anonymous_parameters)]` on by default Compiling cranelift-codegen-meta v0.88.2 Running `CARGO=/usr/local/bin/cargo CARGO_CRATE_NAME=cranelift_codegen_meta CARGO_MANIFEST_DIR=/construction/editors/lapce/lapce-0.2.8/cargo-crates/cranelift-codegen-meta-0.88.2 CARGO_PKG_AUTHORS='The Cranelift Project Developers' CARGO_PKG_DESCRIPTION='Metaprogram for cranelift-codegen code generator library' CARGO_PKG_HOMEPAGE='' CARGO_PKG_LICENSE='Apache-2.0 WITH LLVM-exception' CARGO_PKG_LICENSE_FILE='' CARGO_PKG_NAME=cranelift-codegen-meta CARGO_PKG_README=README.md CARGO_PKG_REPOSITORY='https://github.com/bytecodealliance/wasmtime' CARGO_PKG_RUST_VERSION='' CARGO_PKG_VERSION=0.88.2 CARGO_PKG_VERSION_MAJOR=0 CARGO_PKG_VERSION_MINOR=88 CARGO_PKG_VERSION_PATCH=2 CARGO_PKG_VERSION_PRE='' LD_LIBRARY_PATH='/construction/editors/lapce/target/release/deps:/usr/local/lib' /usr/local/bin/rustc --crate-name cranelift_codegen_meta --edition=2021 /construction/editors/lapce/lapce-0.2.8/cargo-crates/cranelift-codegen-meta-0.88.2/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --diagnostic-width=80 --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debug-assertions=off -C metadata=318ab8a41533c895 -C extra-filename=-318ab8a41533c895 --out-dir /construction/editors/lapce/target/release/deps -C linker=cc -L dependency=/construction/editors/lapce/target/release/deps --extern cranelift_codegen_shared=/construction/editors/lapce/target/release/deps/libcranelift_codegen_shared-f7e9e71ad46789a8.rmeta --cap-lints warn` warning: `fxhash` (lib) generated 1 warning Compiling parking_lot_core v0.9.3 Running `CARGO=/usr/local/bin/cargo CARGO_CRATE_NAME=build_script_build CARGO_MANIFEST_DIR=/construction/editors/lapce/lapce-0.2.8/cargo-crates/parking_lot_core-0.9.3 CARGO_PKG_AUTHORS='Amanieu d'\''Antras ' CARGO_PKG_DESCRIPTION='An advanced API for creating custom synchronization primitives.' CARGO_PKG_HOMEPAGE='' CARGO_PKG_LICENSE='MIT OR Apache-2.0' CARGO_PKG_LICENSE_FILE='' CARGO_PKG_NAME=parking_lot_core CARGO_PKG_README='' CARGO_PKG_REPOSITORY='https://github.com/Amanieu/parking_lot' CARGO_PKG_RUST_VERSION='' CARGO_PKG_VERSION=0.9.3 CARGO_PKG_VERSION_MAJOR=0 CARGO_PKG_VERSION_MINOR=9 CARGO_PKG_VERSION_PATCH=3 CARGO_PKG_VERSION_PRE='' LD_LIBRARY_PATH='/construction/editors/lapce/target/release/deps:/usr/local/lib' /usr/local/bin/rustc --crate-name build_script_build --edition=2018 /construction/editors/lapce/lapce-0.2.8/cargo-crates/parking_lot_core-0.9.3/build.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --diagnostic-width=80 --crate-type bin --emit=dep-info,link -C embed-bitcode=no -C debug-assertions=off -C metadata=55a7eb75ba1d56e3 -C extra-filename=-55a7eb75ba1d56e3 --out-dir /construction/editors/lapce/target/release/build/parking_lot_core-55a7eb75ba1d56e3 -C linker=cc -L dependency=/construction/editors/lapce/target/release/deps --cap-lints warn` Compiling bytes v1.2.1 Running `CARGO=/usr/local/bin/cargo CARGO_CRATE_NAME=bytes CARGO_MANIFEST_DIR=/construction/editors/lapce/lapce-0.2.8/cargo-crates/bytes-1.2.1 CARGO_PKG_AUTHORS='Carl Lerche :Sean McArthur ' CARGO_PKG_DESCRIPTION='Types and traits for working with bytes' CARGO_PKG_HOMEPAGE='' CARGO_PKG_LICENSE=MIT CARGO_PKG_LICENSE_FILE='' CARGO_PKG_NAME=bytes CARGO_PKG_README=README.md CARGO_PKG_REPOSITORY='https://github.com/tokio-rs/bytes' CARGO_PKG_RUST_VERSION='' CARGO_PKG_VERSION=1.2.1 CARGO_PKG_VERSION_MAJOR=1 CARGO_PKG_VERSION_MINOR=2 CARGO_PKG_VERSION_PATCH=1 CARGO_PKG_VERSION_PRE='' LD_LIBRARY_PATH='/construction/editors/lapce/target/release/deps:/usr/local/lib' /usr/local/bin/rustc --crate-name bytes --edition=2018 /construction/editors/lapce/lapce-0.2.8/cargo-crates/bytes-1.2.1/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --diagnostic-width=80 --crate-type lib --emit=dep-info,metadata,link -C opt-level=2 -C embed-bitcode=no --cfg 'feature="default"' --cfg 'feature="std"' -C metadata=a4bd900413794e94 -C extra-filename=-a4bd900413794e94 --out-dir /construction/editors/lapce/target/x86_64-unknown-dragonfly/release/deps --target x86_64-unknown-dragonfly -C linker=cc -L dependency=/construction/editors/lapce/target/x86_64-unknown-dragonfly/release/deps -L dependency=/construction/editors/lapce/target/release/deps --cap-lints warn -C link-arg=-Wl,-rpath,/usr/local/lib -C link-arg=-L/usr/local/lib` Compiling ucd-trie v0.1.5 Running `CARGO=/usr/local/bin/cargo CARGO_CRATE_NAME=ucd_trie CARGO_MANIFEST_DIR=/construction/editors/lapce/lapce-0.2.8/cargo-crates/ucd-trie-0.1.5 CARGO_PKG_AUTHORS='Andrew Gallant ' CARGO_PKG_DESCRIPTION='A trie for storing Unicode codepoint sets and maps. ' CARGO_PKG_HOMEPAGE='https://github.com/BurntSushi/ucd-generate' CARGO_PKG_LICENSE='MIT OR Apache-2.0' CARGO_PKG_LICENSE_FILE='' CARGO_PKG_NAME=ucd-trie CARGO_PKG_README=README.md CARGO_PKG_REPOSITORY='https://github.com/BurntSushi/ucd-generate' CARGO_PKG_RUST_VERSION='' CARGO_PKG_VERSION=0.1.5 CARGO_PKG_VERSION_MAJOR=0 CARGO_PKG_VERSION_MINOR=1 CARGO_PKG_VERSION_PATCH=5 CARGO_PKG_VERSION_PRE='' LD_LIBRARY_PATH='/construction/editors/lapce/target/release/deps:/usr/local/lib' /usr/local/bin/rustc --crate-name ucd_trie --edition=2018 /construction/editors/lapce/lapce-0.2.8/cargo-crates/ucd-trie-0.1.5/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --diagnostic-width=80 --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debug-assertions=off --cfg 'feature="std"' -C metadata=0a3a7f54a07b5390 -C extra-filename=-0a3a7f54a07b5390 --out-dir /construction/editors/lapce/target/release/deps -C linker=cc -L dependency=/construction/editors/lapce/target/release/deps --cap-lints warn` Running `/construction/editors/lapce/target/release/build/parking_lot_core-55a7eb75ba1d56e3/build-script-build` [parking_lot_core 0.9.3] cargo:rerun-if-changed=build.rs Compiling wasmtime-fiber v1.0.2 Running `CARGO=/usr/local/bin/cargo CARGO_CRATE_NAME=build_script_build CARGO_MANIFEST_DIR=/construction/editors/lapce/lapce-0.2.8/cargo-crates/wasmtime-fiber-1.0.2 CARGO_PKG_AUTHORS='The Wasmtime Project Developers' CARGO_PKG_DESCRIPTION='Fiber support for Wasmtime' CARGO_PKG_HOMEPAGE='' CARGO_PKG_LICENSE='Apache-2.0 WITH LLVM-exception' CARGO_PKG_LICENSE_FILE='' CARGO_PKG_NAME=wasmtime-fiber CARGO_PKG_README='' CARGO_PKG_REPOSITORY='https://github.com/bytecodealliance/wasmtime' CARGO_PKG_RUST_VERSION='' CARGO_PKG_VERSION=1.0.2 CARGO_PKG_VERSION_MAJOR=1 CARGO_PKG_VERSION_MINOR=0 CARGO_PKG_VERSION_PATCH=2 CARGO_PKG_VERSION_PRE='' LD_LIBRARY_PATH='/construction/editors/lapce/target/release/deps:/usr/local/lib' /usr/local/bin/rustc --crate-name build_script_build --edition=2021 /construction/editors/lapce/lapce-0.2.8/cargo-crates/wasmtime-fiber-1.0.2/build.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --diagnostic-width=80 --crate-type bin --emit=dep-info,link -C embed-bitcode=no -C debug-assertions=off -C metadata=41965011691a0bab -C extra-filename=-41965011691a0bab --out-dir /construction/editors/lapce/target/release/build/wasmtime-fiber-41965011691a0bab -C linker=cc -L dependency=/construction/editors/lapce/target/release/deps --extern cc=/construction/editors/lapce/target/release/deps/libcc-1c22ede16aecb155.rlib --cap-lints warn` Compiling zstd-sys v2.0.1+zstd.1.5.2 Running `CARGO=/usr/local/bin/cargo CARGO_CRATE_NAME=build_script_build CARGO_MANIFEST_DIR=/construction/editors/lapce/lapce-0.2.8/cargo-crates/zstd-sys-2.0.1+zstd.1.5.2 CARGO_PKG_AUTHORS='Alexandre Bury ' CARGO_PKG_DESCRIPTION='Low-level bindings for the zstd compression library.' CARGO_PKG_HOMEPAGE='' CARGO_PKG_LICENSE=MIT/Apache-2.0 CARGO_PKG_LICENSE_FILE='' CARGO_PKG_NAME=zstd-sys CARGO_PKG_README=Readme.md CARGO_PKG_REPOSITORY='https://github.com/gyscos/zstd-rs' CARGO_PKG_RUST_VERSION='' CARGO_PKG_VERSION=2.0.1+zstd.1.5.2 CARGO_PKG_VERSION_MAJOR=2 CARGO_PKG_VERSION_MINOR=0 CARGO_PKG_VERSION_PATCH=1 CARGO_PKG_VERSION_PRE='' LD_LIBRARY_PATH='/construction/editors/lapce/target/release/deps:/usr/local/lib' /usr/local/bin/rustc --crate-name build_script_build --edition=2018 /construction/editors/lapce/lapce-0.2.8/cargo-crates/zstd-sys-2.0.1+zstd.1.5.2/build.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --diagnostic-width=80 --crate-type bin --emit=dep-info,link -C embed-bitcode=no -C debug-assertions=off --cfg 'feature="legacy"' --cfg 'feature="std"' --cfg 'feature="zdict_builder"' -C metadata=df54d6e0b0029ad0 -C extra-filename=-df54d6e0b0029ad0 --out-dir /construction/editors/lapce/target/release/build/zstd-sys-df54d6e0b0029ad0 -C linker=cc -L dependency=/construction/editors/lapce/target/release/deps --extern cc=/construction/editors/lapce/target/release/deps/libcc-1c22ede16aecb155.rlib --cap-lints warn` Compiling signal-hook-registry v1.4.0 Running `CARGO=/usr/local/bin/cargo CARGO_CRATE_NAME=signal_hook_registry CARGO_MANIFEST_DIR=/construction/editors/lapce/lapce-0.2.8/cargo-crates/signal-hook-registry-1.4.0 CARGO_PKG_AUTHORS='Michal '\''vorner'\'' Vaner :Masaki Hara ' CARGO_PKG_DESCRIPTION='Backend crate for signal-hook' CARGO_PKG_HOMEPAGE='' CARGO_PKG_LICENSE=Apache-2.0/MIT CARGO_PKG_LICENSE_FILE='' CARGO_PKG_NAME=signal-hook-registry CARGO_PKG_README=README.md CARGO_PKG_REPOSITORY='https://github.com/vorner/signal-hook' CARGO_PKG_RUST_VERSION='' CARGO_PKG_VERSION=1.4.0 CARGO_PKG_VERSION_MAJOR=1 CARGO_PKG_VERSION_MINOR=4 CARGO_PKG_VERSION_PATCH=0 CARGO_PKG_VERSION_PRE='' LD_LIBRARY_PATH='/construction/editors/lapce/target/release/deps:/usr/local/lib' /usr/local/bin/rustc --crate-name signal_hook_registry /construction/editors/lapce/lapce-0.2.8/cargo-crates/signal-hook-registry-1.4.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --diagnostic-width=80 --crate-type lib --emit=dep-info,metadata,link -C opt-level=2 -C embed-bitcode=no -C metadata=031087a27a7f09cd -C extra-filename=-031087a27a7f09cd --out-dir /construction/editors/lapce/target/x86_64-unknown-dragonfly/release/deps --target x86_64-unknown-dragonfly -C linker=cc -L dependency=/construction/editors/lapce/target/x86_64-unknown-dragonfly/release/deps -L dependency=/construction/editors/lapce/target/release/deps --extern libc=/construction/editors/lapce/target/x86_64-unknown-dragonfly/release/deps/liblibc-8e3f13899fc9c378.rmeta --cap-lints warn -C link-arg=-Wl,-rpath,/usr/local/lib -C link-arg=-L/usr/local/lib` Compiling slice-group-by v0.3.0 Running `CARGO=/usr/local/bin/cargo CARGO_CRATE_NAME=slice_group_by CARGO_MANIFEST_DIR=/construction/editors/lapce/lapce-0.2.8/cargo-crates/slice-group-by-0.3.0 CARGO_PKG_AUTHORS='Kerollmops ' CARGO_PKG_DESCRIPTION='Iterators over groups in a slice' CARGO_PKG_HOMEPAGE='' CARGO_PKG_LICENSE=MIT CARGO_PKG_LICENSE_FILE='' CARGO_PKG_NAME=slice-group-by CARGO_PKG_README=README.md CARGO_PKG_REPOSITORY='https://github.com/Kerollmops/slice-group-by' CARGO_PKG_RUST_VERSION='' CARGO_PKG_VERSION=0.3.0 CARGO_PKG_VERSION_MAJOR=0 CARGO_PKG_VERSION_MINOR=3 CARGO_PKG_VERSION_PATCH=0 CARGO_PKG_VERSION_PRE='' LD_LIBRARY_PATH='/construction/editors/lapce/target/release/deps:/usr/local/lib' /usr/local/bin/rustc --crate-name slice_group_by --edition=2018 /construction/editors/lapce/lapce-0.2.8/cargo-crates/slice-group-by-0.3.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --diagnostic-width=80 --crate-type lib --emit=dep-info,metadata,link -C opt-level=2 -C embed-bitcode=no --cfg 'feature="default"' --cfg 'feature="std"' -C metadata=823ab470e3517d8e -C extra-filename=-823ab470e3517d8e --out-dir /construction/editors/lapce/target/x86_64-unknown-dragonfly/release/deps --target x86_64-unknown-dragonfly -C linker=cc -L dependency=/construction/editors/lapce/target/x86_64-unknown-dragonfly/release/deps -L dependency=/construction/editors/lapce/target/release/deps --cap-lints warn -C link-arg=-Wl,-rpath,/usr/local/lib -C link-arg=-L/usr/local/lib` Compiling futures-task v0.3.24 Running `CARGO=/usr/local/bin/cargo CARGO_CRATE_NAME=build_script_build CARGO_MANIFEST_DIR=/construction/editors/lapce/lapce-0.2.8/cargo-crates/futures-task-0.3.24 CARGO_PKG_AUTHORS='' CARGO_PKG_DESCRIPTION='Tools for working with tasks. ' CARGO_PKG_HOMEPAGE='https://rust-lang.github.io/futures-rs' CARGO_PKG_LICENSE='MIT OR Apache-2.0' CARGO_PKG_LICENSE_FILE='' CARGO_PKG_NAME=futures-task CARGO_PKG_README=README.md CARGO_PKG_REPOSITORY='https://github.com/rust-lang/futures-rs' CARGO_PKG_RUST_VERSION=1.45 CARGO_PKG_VERSION=0.3.24 CARGO_PKG_VERSION_MAJOR=0 CARGO_PKG_VERSION_MINOR=3 CARGO_PKG_VERSION_PATCH=24 CARGO_PKG_VERSION_PRE='' LD_LIBRARY_PATH='/construction/editors/lapce/target/release/deps:/usr/local/lib' /usr/local/bin/rustc --crate-name build_script_build --edition=2018 /construction/editors/lapce/lapce-0.2.8/cargo-crates/futures-task-0.3.24/build.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --diagnostic-width=80 --crate-type bin --emit=dep-info,link -C embed-bitcode=no -C debug-assertions=off --cfg 'feature="alloc"' --cfg 'feature="std"' -C metadata=047d5cf6feefc230 -C extra-filename=-047d5cf6feefc230 --out-dir /construction/editors/lapce/target/release/build/futures-task-047d5cf6feefc230 -C linker=cc -L dependency=/construction/editors/lapce/target/release/deps --cap-lints warn` Compiling cpufeatures v0.2.5 Running `CARGO=/usr/local/bin/cargo CARGO_CRATE_NAME=cpufeatures CARGO_MANIFEST_DIR=/construction/editors/lapce/lapce-0.2.8/cargo-crates/cpufeatures-0.2.5 CARGO_PKG_AUTHORS='RustCrypto Developers' CARGO_PKG_DESCRIPTION='Lightweight runtime CPU feature detection for x86/x86_64 and aarch64 with no_std support and support for mobile targets including Android and iOS ' CARGO_PKG_HOMEPAGE='' CARGO_PKG_LICENSE='MIT OR Apache-2.0' CARGO_PKG_LICENSE_FILE='' CARGO_PKG_NAME=cpufeatures CARGO_PKG_README=README.md CARGO_PKG_REPOSITORY='https://github.com/RustCrypto/utils' CARGO_PKG_RUST_VERSION='' CARGO_PKG_VERSION=0.2.5 CARGO_PKG_VERSION_MAJOR=0 CARGO_PKG_VERSION_MINOR=2 CARGO_PKG_VERSION_PATCH=5 CARGO_PKG_VERSION_PRE='' LD_LIBRARY_PATH='/construction/editors/lapce/target/release/deps:/usr/local/lib' /usr/local/bin/rustc --crate-name cpufeatures --edition=2018 /construction/editors/lapce/lapce-0.2.8/cargo-crates/cpufeatures-0.2.5/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --diagnostic-width=80 --crate-type lib --emit=dep-info,metadata,link -C opt-level=2 -C embed-bitcode=no -C metadata=0a921b315ec32fed -C extra-filename=-0a921b315ec32fed --out-dir /construction/editors/lapce/target/x86_64-unknown-dragonfly/release/deps --target x86_64-unknown-dragonfly -C linker=cc -L dependency=/construction/editors/lapce/target/x86_64-unknown-dragonfly/release/deps -L dependency=/construction/editors/lapce/target/release/deps --cap-lints warn -C link-arg=-Wl,-rpath,/usr/local/lib -C link-arg=-L/usr/local/lib` Compiling futures-io v0.3.24 Running `CARGO=/usr/local/bin/cargo CARGO_CRATE_NAME=futures_io CARGO_MANIFEST_DIR=/construction/editors/lapce/lapce-0.2.8/cargo-crates/futures-io-0.3.24 CARGO_PKG_AUTHORS='' CARGO_PKG_DESCRIPTION='The `AsyncRead`, `AsyncWrite`, `AsyncSeek`, and `AsyncBufRead` traits for the futures-rs library. ' CARGO_PKG_HOMEPAGE='https://rust-lang.github.io/futures-rs' CARGO_PKG_LICENSE='MIT OR Apache-2.0' CARGO_PKG_LICENSE_FILE='' CARGO_PKG_NAME=futures-io CARGO_PKG_README=README.md CARGO_PKG_REPOSITORY='https://github.com/rust-lang/futures-rs' CARGO_PKG_RUST_VERSION=1.36 CARGO_PKG_VERSION=0.3.24 CARGO_PKG_VERSION_MAJOR=0 CARGO_PKG_VERSION_MINOR=3 CARGO_PKG_VERSION_PATCH=24 CARGO_PKG_VERSION_PRE='' LD_LIBRARY_PATH='/construction/editors/lapce/target/release/deps:/usr/local/lib' /usr/local/bin/rustc --crate-name futures_io --edition=2018 /construction/editors/lapce/lapce-0.2.8/cargo-crates/futures-io-0.3.24/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --diagnostic-width=80 --crate-type lib --emit=dep-info,metadata,link -C opt-level=2 -C embed-bitcode=no --cfg 'feature="default"' --cfg 'feature="std"' -C metadata=6ec3315c239a1df9 -C extra-filename=-6ec3315c239a1df9 --out-dir /construction/editors/lapce/target/x86_64-unknown-dragonfly/release/deps --target x86_64-unknown-dragonfly -C linker=cc -L dependency=/construction/editors/lapce/target/x86_64-unknown-dragonfly/release/deps -L dependency=/construction/editors/lapce/target/release/deps --cap-lints warn -C link-arg=-Wl,-rpath,/usr/local/lib -C link-arg=-L/usr/local/lib` warning: `tracing-core` (lib) generated 1 warning Compiling tinyvec_macros v0.1.0 Running `CARGO=/usr/local/bin/cargo CARGO_CRATE_NAME=tinyvec_macros CARGO_MANIFEST_DIR=/construction/editors/lapce/lapce-0.2.8/cargo-crates/tinyvec_macros-0.1.0 CARGO_PKG_AUTHORS='Soveu ' CARGO_PKG_DESCRIPTION='Some macros for tiny containers' CARGO_PKG_HOMEPAGE='' CARGO_PKG_LICENSE='MIT OR Apache-2.0 OR Zlib' CARGO_PKG_LICENSE_FILE='' CARGO_PKG_NAME=tinyvec_macros CARGO_PKG_README='' CARGO_PKG_REPOSITORY='https://github.com/Soveu/tinyvec_macros' CARGO_PKG_RUST_VERSION='' CARGO_PKG_VERSION=0.1.0 CARGO_PKG_VERSION_MAJOR=0 CARGO_PKG_VERSION_MINOR=1 CARGO_PKG_VERSION_PATCH=0 CARGO_PKG_VERSION_PRE='' LD_LIBRARY_PATH='/construction/editors/lapce/target/release/deps:/usr/local/lib' /usr/local/bin/rustc --crate-name tinyvec_macros --edition=2018 /construction/editors/lapce/lapce-0.2.8/cargo-crates/tinyvec_macros-0.1.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --diagnostic-width=80 --crate-type lib --emit=dep-info,metadata,link -C opt-level=2 -C embed-bitcode=no -C metadata=68b06ceb7f909631 -C extra-filename=-68b06ceb7f909631 --out-dir /construction/editors/lapce/target/x86_64-unknown-dragonfly/release/deps --target x86_64-unknown-dragonfly -C linker=cc -L dependency=/construction/editors/lapce/target/x86_64-unknown-dragonfly/release/deps -L dependency=/construction/editors/lapce/target/release/deps --cap-lints warn -C link-arg=-Wl,-rpath,/usr/local/lib -C link-arg=-L/usr/local/lib` Compiling futures-channel v0.3.24 Running `CARGO=/usr/local/bin/cargo CARGO_CRATE_NAME=build_script_build CARGO_MANIFEST_DIR=/construction/editors/lapce/lapce-0.2.8/cargo-crates/futures-channel-0.3.24 CARGO_PKG_AUTHORS='' CARGO_PKG_DESCRIPTION='Channels for asynchronous communication using futures-rs. ' CARGO_PKG_HOMEPAGE='https://rust-lang.github.io/futures-rs' CARGO_PKG_LICENSE='MIT OR Apache-2.0' CARGO_PKG_LICENSE_FILE='' CARGO_PKG_NAME=futures-channel CARGO_PKG_README=README.md CARGO_PKG_REPOSITORY='https://github.com/rust-lang/futures-rs' CARGO_PKG_RUST_VERSION=1.45 CARGO_PKG_VERSION=0.3.24 CARGO_PKG_VERSION_MAJOR=0 CARGO_PKG_VERSION_MINOR=3 CARGO_PKG_VERSION_PATCH=24 CARGO_PKG_VERSION_PRE='' LD_LIBRARY_PATH='/construction/editors/lapce/target/release/deps:/usr/local/lib' /usr/local/bin/rustc --crate-name build_script_build --edition=2018 /construction/editors/lapce/lapce-0.2.8/cargo-crates/futures-channel-0.3.24/build.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --diagnostic-width=80 --crate-type bin --emit=dep-info,link -C embed-bitcode=no -C debug-assertions=off --cfg 'feature="alloc"' --cfg 'feature="default"' --cfg 'feature="futures-sink"' --cfg 'feature="sink"' --cfg 'feature="std"' -C metadata=9d5781d9447b71c7 -C extra-filename=-9d5781d9447b71c7 --out-dir /construction/editors/lapce/target/release/build/futures-channel-9d5781d9447b71c7 -C linker=cc -L dependency=/construction/editors/lapce/target/release/deps --cap-lints warn` Compiling ryu v1.0.11 Running `CARGO=/usr/local/bin/cargo CARGO_CRATE_NAME=ryu CARGO_MANIFEST_DIR=/construction/editors/lapce/lapce-0.2.8/cargo-crates/ryu-1.0.11 CARGO_PKG_AUTHORS='David Tolnay ' CARGO_PKG_DESCRIPTION='Fast floating point to string conversion' CARGO_PKG_HOMEPAGE='' CARGO_PKG_LICENSE='Apache-2.0 OR BSL-1.0' CARGO_PKG_LICENSE_FILE='' CARGO_PKG_NAME=ryu CARGO_PKG_README=README.md CARGO_PKG_REPOSITORY='https://github.com/dtolnay/ryu' CARGO_PKG_RUST_VERSION=1.36 CARGO_PKG_VERSION=1.0.11 CARGO_PKG_VERSION_MAJOR=1 CARGO_PKG_VERSION_MINOR=0 CARGO_PKG_VERSION_PATCH=11 CARGO_PKG_VERSION_PRE='' LD_LIBRARY_PATH='/construction/editors/lapce/target/release/deps:/usr/local/lib' /usr/local/bin/rustc --crate-name ryu --edition=2018 /construction/editors/lapce/lapce-0.2.8/cargo-crates/ryu-1.0.11/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --diagnostic-width=80 --crate-type lib --emit=dep-info,metadata,link -C opt-level=2 -C embed-bitcode=no -C metadata=de1a1cbdd62b4951 -C extra-filename=-de1a1cbdd62b4951 --out-dir /construction/editors/lapce/target/x86_64-unknown-dragonfly/release/deps --target x86_64-unknown-dragonfly -C linker=cc -L dependency=/construction/editors/lapce/target/x86_64-unknown-dragonfly/release/deps -L dependency=/construction/editors/lapce/target/release/deps --cap-lints warn -C link-arg=-Wl,-rpath,/usr/local/lib -C link-arg=-L/usr/local/lib` Compiling tinyvec v1.6.0 Running `CARGO=/usr/local/bin/cargo CARGO_CRATE_NAME=tinyvec CARGO_MANIFEST_DIR=/construction/editors/lapce/lapce-0.2.8/cargo-crates/tinyvec-1.6.0 CARGO_PKG_AUTHORS='Lokathor ' CARGO_PKG_DESCRIPTION='`tinyvec` provides 100% safe vec-like data structures.' CARGO_PKG_HOMEPAGE='' CARGO_PKG_LICENSE='Zlib OR Apache-2.0 OR MIT' CARGO_PKG_LICENSE_FILE='' CARGO_PKG_NAME=tinyvec CARGO_PKG_README=README.md CARGO_PKG_REPOSITORY='https://github.com/Lokathor/tinyvec' CARGO_PKG_RUST_VERSION='' CARGO_PKG_VERSION=1.6.0 CARGO_PKG_VERSION_MAJOR=1 CARGO_PKG_VERSION_MINOR=6 CARGO_PKG_VERSION_PATCH=0 CARGO_PKG_VERSION_PRE='' LD_LIBRARY_PATH='/construction/editors/lapce/target/release/deps:/usr/local/lib' /usr/local/bin/rustc --crate-name tinyvec --edition=2018 /construction/editors/lapce/lapce-0.2.8/cargo-crates/tinyvec-1.6.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --diagnostic-width=80 --crate-type lib --emit=dep-info,metadata,link -C opt-level=2 -C embed-bitcode=no --cfg 'feature="alloc"' --cfg 'feature="default"' --cfg 'feature="tinyvec_macros"' -C metadata=7eaed067efece172 -C extra-filename=-7eaed067efece172 --out-dir /construction/editors/lapce/target/x86_64-unknown-dragonfly/release/deps --target x86_64-unknown-dragonfly -C linker=cc -L dependency=/construction/editors/lapce/target/x86_64-unknown-dragonfly/release/deps -L dependency=/construction/editors/lapce/target/release/deps --extern tinyvec_macros=/construction/editors/lapce/target/x86_64-unknown-dragonfly/release/deps/libtinyvec_macros-68b06ceb7f909631.rmeta --cap-lints warn -C link-arg=-Wl,-rpath,/usr/local/lib -C link-arg=-L/usr/local/lib` Running `/construction/editors/lapce/target/release/build/futures-channel-9d5781d9447b71c7/build-script-build` [futures-channel 0.3.24] cargo:rerun-if-changed=no_atomic_cas.rs Running `/construction/editors/lapce/target/release/build/futures-task-047d5cf6feefc230/build-script-build` [futures-task 0.3.24] cargo:rerun-if-changed=no_atomic_cas.rs Running `/construction/editors/lapce/target/release/build/zstd-sys-df54d6e0b0029ad0/build-script-build` [tree-sitter 0.20.9] AR_x86_64-unknown-dragonfly = None [tree-sitter 0.20.9] AR_x86_64_unknown_dragonfly = None [tree-sitter 0.20.9] HOST_AR = None [tree-sitter 0.20.9] AR = None [tree-sitter 0.20.9] running: ZERO_AR_DATE="1" "ar" "cq" "/construction/editors/lapce/target/x86_64-unknown-dragonfly/release/build/tree-sitter-f8000a016cfa9963/out/libtree-sitter.a" "/construction/editors/lapce/target/x86_64-unknown-dragonfly/release/build/tree-sitter-f8000a016cfa9963/out/src/lib.o" [tree-sitter 0.20.9] exit status: 0 [tree-sitter 0.20.9] running: "ar" "s" "/construction/editors/lapce/target/x86_64-unknown-dragonfly/release/build/tree-sitter-f8000a016cfa9963/out/libtree-sitter.a" [tree-sitter 0.20.9] exit status: 0 [tree-sitter 0.20.9] cargo:rustc-link-lib=static=tree-sitter [tree-sitter 0.20.9] cargo:rustc-link-search=native=/construction/editors/lapce/target/x86_64-unknown-dragonfly/release/build/tree-sitter-f8000a016cfa9963/out Running `CARGO=/usr/local/bin/cargo CARGO_CRATE_NAME=tree_sitter CARGO_MANIFEST_DIR=/construction/editors/lapce/lapce-0.2.8/cargo-crates/tree-sitter-0.20.9 CARGO_PKG_AUTHORS='Max Brunsfeld ' CARGO_PKG_DESCRIPTION='Rust bindings to the Tree-sitter parsing library' CARGO_PKG_HOMEPAGE='' CARGO_PKG_LICENSE=MIT CARGO_PKG_LICENSE_FILE='' CARGO_PKG_NAME=tree-sitter CARGO_PKG_README=binding_rust/README.md CARGO_PKG_REPOSITORY='https://github.com/tree-sitter/tree-sitter' CARGO_PKG_RUST_VERSION='' CARGO_PKG_VERSION=0.20.9 CARGO_PKG_VERSION_MAJOR=0 CARGO_PKG_VERSION_MINOR=20 CARGO_PKG_VERSION_PATCH=9 CARGO_PKG_VERSION_PRE='' LD_LIBRARY_PATH='/construction/editors/lapce/target/release/deps:/usr/local/lib' OUT_DIR=/construction/editors/lapce/target/x86_64-unknown-dragonfly/release/build/tree-sitter-f8000a016cfa9963/out /usr/local/bin/rustc --crate-name tree_sitter --edition=2018 /construction/editors/lapce/lapce-0.2.8/cargo-crates/tree-sitter-0.20.9/binding_rust/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --diagnostic-width=80 --crate-type lib --emit=dep-info,metadata,link -C opt-level=2 -C embed-bitcode=no -C metadata=913a5648b7836e40 -C extra-filename=-913a5648b7836e40 --out-dir /construction/editors/lapce/target/x86_64-unknown-dragonfly/release/deps --target x86_64-unknown-dragonfly -C linker=cc -L dependency=/construction/editors/lapce/target/x86_64-unknown-dragonfly/release/deps -L dependency=/construction/editors/lapce/target/release/deps --extern regex=/construction/editors/lapce/target/x86_64-unknown-dragonfly/release/deps/libregex-e528e784009362aa.rmeta --cap-lints warn -C link-arg=-Wl,-rpath,/usr/local/lib -C link-arg=-L/usr/local/lib -L native=/construction/editors/lapce/target/x86_64-unknown-dragonfly/release/build/tree-sitter-f8000a016cfa9963/out -l static=tree-sitter` Running `/construction/editors/lapce/target/release/build/wasmtime-fiber-41965011691a0bab/build-script-build` [wasmtime-fiber 1.0.2] cargo:rerun-if-changed=build.rs Running `CARGO=/usr/local/bin/cargo CARGO_CRATE_NAME=parking_lot_core CARGO_MANIFEST_DIR=/construction/editors/lapce/lapce-0.2.8/cargo-crates/parking_lot_core-0.9.3 CARGO_PKG_AUTHORS='Amanieu d'\''Antras ' CARGO_PKG_DESCRIPTION='An advanced API for creating custom synchronization primitives.' CARGO_PKG_HOMEPAGE='' CARGO_PKG_LICENSE='MIT OR Apache-2.0' CARGO_PKG_LICENSE_FILE='' CARGO_PKG_NAME=parking_lot_core CARGO_PKG_README='' CARGO_PKG_REPOSITORY='https://github.com/Amanieu/parking_lot' CARGO_PKG_RUST_VERSION='' CARGO_PKG_VERSION=0.9.3 CARGO_PKG_VERSION_MAJOR=0 CARGO_PKG_VERSION_MINOR=9 CARGO_PKG_VERSION_PATCH=3 CARGO_PKG_VERSION_PRE='' LD_LIBRARY_PATH='/construction/editors/lapce/target/release/deps:/usr/local/lib' OUT_DIR=/construction/editors/lapce/target/x86_64-unknown-dragonfly/release/build/parking_lot_core-f2d5c184371a9f6a/out /usr/local/bin/rustc --crate-name parking_lot_core --edition=2018 /construction/editors/lapce/lapce-0.2.8/cargo-crates/parking_lot_core-0.9.3/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --diagnostic-width=80 --crate-type lib --emit=dep-info,metadata,link -C opt-level=2 -C embed-bitcode=no -C metadata=ff12eff37f5b8441 -C extra-filename=-ff12eff37f5b8441 --out-dir /construction/editors/lapce/target/x86_64-unknown-dragonfly/release/deps --target x86_64-unknown-dragonfly -C linker=cc -L dependency=/construction/editors/lapce/target/x86_64-unknown-dragonfly/release/deps -L dependency=/construction/editors/lapce/target/release/deps --extern cfg_if=/construction/editors/lapce/target/x86_64-unknown-dragonfly/release/deps/libcfg_if-ab9f3df0ea533c99.rmeta --extern libc=/construction/editors/lapce/target/x86_64-unknown-dragonfly/release/deps/liblibc-8e3f13899fc9c378.rmeta --extern smallvec=/construction/editors/lapce/target/x86_64-unknown-dragonfly/release/deps/libsmallvec-ec6dc2d9ac4945a3.rmeta --cap-lints warn -C link-arg=-Wl,-rpath,/usr/local/lib -C link-arg=-L/usr/local/lib` Compiling digest v0.9.0 Running `CARGO=/usr/local/bin/cargo CARGO_CRATE_NAME=digest CARGO_MANIFEST_DIR=/construction/editors/lapce/lapce-0.2.8/cargo-crates/digest-0.9.0 CARGO_PKG_AUTHORS='RustCrypto Developers' CARGO_PKG_DESCRIPTION='Traits for cryptographic hash functions' CARGO_PKG_HOMEPAGE='' CARGO_PKG_LICENSE='MIT OR Apache-2.0' CARGO_PKG_LICENSE_FILE='' CARGO_PKG_NAME=digest CARGO_PKG_README=README.md CARGO_PKG_REPOSITORY='https://github.com/RustCrypto/traits' CARGO_PKG_RUST_VERSION='' CARGO_PKG_VERSION=0.9.0 CARGO_PKG_VERSION_MAJOR=0 CARGO_PKG_VERSION_MINOR=9 CARGO_PKG_VERSION_PATCH=0 CARGO_PKG_VERSION_PRE='' LD_LIBRARY_PATH='/construction/editors/lapce/target/release/deps:/usr/local/lib' /usr/local/bin/rustc --crate-name digest --edition=2018 /construction/editors/lapce/lapce-0.2.8/cargo-crates/digest-0.9.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --diagnostic-width=80 --crate-type lib --emit=dep-info,metadata,link -C opt-level=2 -C embed-bitcode=no --cfg 'feature="alloc"' --cfg 'feature="std"' -C metadata=da51230be27053aa -C extra-filename=-da51230be27053aa --out-dir /construction/editors/lapce/target/x86_64-unknown-dragonfly/release/deps --target x86_64-unknown-dragonfly -C linker=cc -L dependency=/construction/editors/lapce/target/x86_64-unknown-dragonfly/release/deps -L dependency=/construction/editors/lapce/target/release/deps --extern generic_array=/construction/editors/lapce/target/x86_64-unknown-dragonfly/release/deps/libgeneric_array-1e3ced0063fc8471.rmeta --cap-lints warn -C link-arg=-Wl,-rpath,/usr/local/lib -C link-arg=-L/usr/local/lib` Compiling block-buffer v0.9.0 Running `CARGO=/usr/local/bin/cargo CARGO_CRATE_NAME=block_buffer CARGO_MANIFEST_DIR=/construction/editors/lapce/lapce-0.2.8/cargo-crates/block-buffer-0.9.0 CARGO_PKG_AUTHORS='RustCrypto Developers' CARGO_PKG_DESCRIPTION='Fixed size buffer for block processing of data' CARGO_PKG_HOMEPAGE='' CARGO_PKG_LICENSE='MIT OR Apache-2.0' CARGO_PKG_LICENSE_FILE='' CARGO_PKG_NAME=block-buffer CARGO_PKG_README='' CARGO_PKG_REPOSITORY='https://github.com/RustCrypto/utils' CARGO_PKG_RUST_VERSION='' CARGO_PKG_VERSION=0.9.0 CARGO_PKG_VERSION_MAJOR=0 CARGO_PKG_VERSION_MINOR=9 CARGO_PKG_VERSION_PATCH=0 CARGO_PKG_VERSION_PRE='' LD_LIBRARY_PATH='/construction/editors/lapce/target/release/deps:/usr/local/lib' /usr/local/bin/rustc --crate-name block_buffer --edition=2018 /construction/editors/lapce/lapce-0.2.8/cargo-crates/block-buffer-0.9.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --diagnostic-width=80 --crate-type lib --emit=dep-info,metadata,link -C opt-level=2 -C embed-bitcode=no -C metadata=f3dc58209f317f11 -C extra-filename=-f3dc58209f317f11 --out-dir /construction/editors/lapce/target/x86_64-unknown-dragonfly/release/deps --target x86_64-unknown-dragonfly -C linker=cc -L dependency=/construction/editors/lapce/target/x86_64-unknown-dragonfly/release/deps -L dependency=/construction/editors/lapce/target/release/deps --extern generic_array=/construction/editors/lapce/target/x86_64-unknown-dragonfly/release/deps/libgeneric_array-1e3ced0063fc8471.rmeta --cap-lints warn -C link-arg=-Wl,-rpath,/usr/local/lib -C link-arg=-L/usr/local/lib` warning: unused return value of `Box::::from_raw` that must be used --> /construction/editors/lapce/lapce-0.2.8/cargo-crates/parking_lot_core-0.9.3/src/parking_lot.rs:251:17 | 251 | Box::from_raw(new_table); | ^^^^^^^^^^^^^^^^^^^^^^^^ | = note: call `drop(Box::from_raw(ptr))` if you intend to drop the `Box` = note: `#[warn(unused_must_use)]` on by default help: use `let _ = ...` to ignore the resulting value | 251 | let _ = Box::from_raw(new_table); | +++++++ Compiling io-extras v0.15.0 Running `CARGO=/usr/local/bin/cargo CARGO_CRATE_NAME=build_script_build CARGO_MANIFEST_DIR=/construction/editors/lapce/lapce-0.2.8/cargo-crates/io-extras-0.15.0 CARGO_PKG_AUTHORS='Dan Gohman ' CARGO_PKG_DESCRIPTION='File/socket handle/descriptor utilities' CARGO_PKG_HOMEPAGE='' CARGO_PKG_LICENSE='Apache-2.0 WITH LLVM-exception OR Apache-2.0 OR MIT' CARGO_PKG_LICENSE_FILE='' CARGO_PKG_NAME=io-extras CARGO_PKG_README=README.md CARGO_PKG_REPOSITORY='https://github.com/sunfishcode/io-extras' CARGO_PKG_RUST_VERSION='' CARGO_PKG_VERSION=0.15.0 CARGO_PKG_VERSION_MAJOR=0 CARGO_PKG_VERSION_MINOR=15 CARGO_PKG_VERSION_PATCH=0 CARGO_PKG_VERSION_PRE='' LD_LIBRARY_PATH='/construction/editors/lapce/target/release/deps:/usr/local/lib' /usr/local/bin/rustc --crate-name build_script_build --edition=2018 /construction/editors/lapce/lapce-0.2.8/cargo-crates/io-extras-0.15.0/build.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --diagnostic-width=80 --crate-type bin --emit=dep-info,link -C embed-bitcode=no -C debug-assertions=off --cfg 'feature="default"' -C metadata=cebdb51f1939bc97 -C extra-filename=-cebdb51f1939bc97 --out-dir /construction/editors/lapce/target/release/build/io-extras-cebdb51f1939bc97 -C linker=cc -L dependency=/construction/editors/lapce/target/release/deps --cap-lints warn` Compiling opaque-debug v0.3.0 Running `CARGO=/usr/local/bin/cargo CARGO_CRATE_NAME=opaque_debug CARGO_MANIFEST_DIR=/construction/editors/lapce/lapce-0.2.8/cargo-crates/opaque-debug-0.3.0 CARGO_PKG_AUTHORS='RustCrypto Developers' CARGO_PKG_DESCRIPTION='Macro for opaque Debug trait implementation' CARGO_PKG_HOMEPAGE='' CARGO_PKG_LICENSE='MIT OR Apache-2.0' CARGO_PKG_LICENSE_FILE='' CARGO_PKG_NAME=opaque-debug CARGO_PKG_README='' CARGO_PKG_REPOSITORY='https://github.com/RustCrypto/utils' CARGO_PKG_RUST_VERSION='' CARGO_PKG_VERSION=0.3.0 CARGO_PKG_VERSION_MAJOR=0 CARGO_PKG_VERSION_MINOR=3 CARGO_PKG_VERSION_PATCH=0 CARGO_PKG_VERSION_PRE='' LD_LIBRARY_PATH='/construction/editors/lapce/target/release/deps:/usr/local/lib' /usr/local/bin/rustc --crate-name opaque_debug --edition=2018 /construction/editors/lapce/lapce-0.2.8/cargo-crates/opaque-debug-0.3.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --diagnostic-width=80 --crate-type lib --emit=dep-info,metadata,link -C opt-level=2 -C embed-bitcode=no -C metadata=b0970f3dada54169 -C extra-filename=-b0970f3dada54169 --out-dir /construction/editors/lapce/target/x86_64-unknown-dragonfly/release/deps --target x86_64-unknown-dragonfly -C linker=cc -L dependency=/construction/editors/lapce/target/x86_64-unknown-dragonfly/release/deps -L dependency=/construction/editors/lapce/target/release/deps --cap-lints warn -C link-arg=-Wl,-rpath,/usr/local/lib -C link-arg=-L/usr/local/lib` Compiling bumpalo v3.11.0 Running `CARGO=/usr/local/bin/cargo CARGO_CRATE_NAME=bumpalo CARGO_MANIFEST_DIR=/construction/editors/lapce/lapce-0.2.8/cargo-crates/bumpalo-3.11.0 CARGO_PKG_AUTHORS='Nick Fitzgerald ' CARGO_PKG_DESCRIPTION='A fast bump allocation arena for Rust.' CARGO_PKG_HOMEPAGE='' CARGO_PKG_LICENSE=MIT/Apache-2.0 CARGO_PKG_LICENSE_FILE='' CARGO_PKG_NAME=bumpalo CARGO_PKG_README=README.md CARGO_PKG_REPOSITORY='https://github.com/fitzgen/bumpalo' CARGO_PKG_RUST_VERSION='' CARGO_PKG_VERSION=3.11.0 CARGO_PKG_VERSION_MAJOR=3 CARGO_PKG_VERSION_MINOR=11 CARGO_PKG_VERSION_PATCH=0 CARGO_PKG_VERSION_PRE='' LD_LIBRARY_PATH='/construction/editors/lapce/target/release/deps:/usr/local/lib' /usr/local/bin/rustc --crate-name bumpalo --edition=2021 /construction/editors/lapce/lapce-0.2.8/cargo-crates/bumpalo-3.11.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --diagnostic-width=80 --crate-type lib --emit=dep-info,metadata,link -C opt-level=2 -C embed-bitcode=no --cfg 'feature="default"' -C metadata=b53dd39b9224ec99 -C extra-filename=-b53dd39b9224ec99 --out-dir /construction/editors/lapce/target/x86_64-unknown-dragonfly/release/deps --target x86_64-unknown-dragonfly -C linker=cc -L dependency=/construction/editors/lapce/target/x86_64-unknown-dragonfly/release/deps -L dependency=/construction/editors/lapce/target/release/deps --cap-lints warn -C link-arg=-Wl,-rpath,/usr/local/lib -C link-arg=-L/usr/local/lib` Running `CARGO=/usr/local/bin/cargo CARGO_CRATE_NAME=cranelift_codegen_shared CARGO_MANIFEST_DIR=/construction/editors/lapce/lapce-0.2.8/cargo-crates/cranelift-codegen-shared-0.88.2 CARGO_PKG_AUTHORS='The Cranelift Project Developers' CARGO_PKG_DESCRIPTION='For code shared between cranelift-codegen-meta and cranelift-codegen' CARGO_PKG_HOMEPAGE='' CARGO_PKG_LICENSE='Apache-2.0 WITH LLVM-exception' CARGO_PKG_LICENSE_FILE='' CARGO_PKG_NAME=cranelift-codegen-shared CARGO_PKG_README=README.md CARGO_PKG_REPOSITORY='https://github.com/bytecodealliance/wasmtime' CARGO_PKG_RUST_VERSION='' CARGO_PKG_VERSION=0.88.2 CARGO_PKG_VERSION_MAJOR=0 CARGO_PKG_VERSION_MINOR=88 CARGO_PKG_VERSION_PATCH=2 CARGO_PKG_VERSION_PRE='' LD_LIBRARY_PATH='/construction/editors/lapce/target/release/deps:/usr/local/lib' /usr/local/bin/rustc --crate-name cranelift_codegen_shared --edition=2021 /construction/editors/lapce/lapce-0.2.8/cargo-crates/cranelift-codegen-shared-0.88.2/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --diagnostic-width=80 --crate-type lib --emit=dep-info,metadata,link -C opt-level=2 -C embed-bitcode=no -C metadata=960e11f94a8c6697 -C extra-filename=-960e11f94a8c6697 --out-dir /construction/editors/lapce/target/x86_64-unknown-dragonfly/release/deps --target x86_64-unknown-dragonfly -C linker=cc -L dependency=/construction/editors/lapce/target/x86_64-unknown-dragonfly/release/deps -L dependency=/construction/editors/lapce/target/release/deps --cap-lints warn -C link-arg=-Wl,-rpath,/usr/local/lib -C link-arg=-L/usr/local/lib` Compiling futures-util v0.3.24 Running `CARGO=/usr/local/bin/cargo CARGO_CRATE_NAME=build_script_build CARGO_MANIFEST_DIR=/construction/editors/lapce/lapce-0.2.8/cargo-crates/futures-util-0.3.24 CARGO_PKG_AUTHORS='' CARGO_PKG_DESCRIPTION='Common utilities and extension traits for the futures-rs library. ' CARGO_PKG_HOMEPAGE='https://rust-lang.github.io/futures-rs' CARGO_PKG_LICENSE='MIT OR Apache-2.0' CARGO_PKG_LICENSE_FILE='' CARGO_PKG_NAME=futures-util CARGO_PKG_README=README.md CARGO_PKG_REPOSITORY='https://github.com/rust-lang/futures-rs' CARGO_PKG_RUST_VERSION=1.45 CARGO_PKG_VERSION=0.3.24 CARGO_PKG_VERSION_MAJOR=0 CARGO_PKG_VERSION_MINOR=3 CARGO_PKG_VERSION_PATCH=24 CARGO_PKG_VERSION_PRE='' LD_LIBRARY_PATH='/construction/editors/lapce/target/release/deps:/usr/local/lib' /usr/local/bin/rustc --crate-name build_script_build --edition=2018 /construction/editors/lapce/lapce-0.2.8/cargo-crates/futures-util-0.3.24/build.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --diagnostic-width=80 --crate-type bin --emit=dep-info,link -C embed-bitcode=no -C debug-assertions=off --cfg 'feature="alloc"' --cfg 'feature="async-await"' --cfg 'feature="async-await-macro"' --cfg 'feature="channel"' --cfg 'feature="futures-channel"' --cfg 'feature="futures-io"' --cfg 'feature="futures-macro"' --cfg 'feature="futures-sink"' --cfg 'feature="io"' --cfg 'feature="memchr"' --cfg 'feature="sink"' --cfg 'feature="slab"' --cfg 'feature="std"' -C metadata=ea61478ad03c47f1 -C extra-filename=-ea61478ad03c47f1 --out-dir /construction/editors/lapce/target/release/build/futures-util-ea61478ad03c47f1 -C linker=cc -L dependency=/construction/editors/lapce/target/release/deps --cap-lints warn` Compiling percent-encoding v2.2.0 Running `CARGO=/usr/local/bin/cargo CARGO_CRATE_NAME=percent_encoding CARGO_MANIFEST_DIR=/construction/editors/lapce/lapce-0.2.8/cargo-crates/percent-encoding-2.2.0 CARGO_PKG_AUTHORS='The rust-url developers' CARGO_PKG_DESCRIPTION='Percent encoding and decoding' CARGO_PKG_HOMEPAGE='' CARGO_PKG_LICENSE='MIT OR Apache-2.0' CARGO_PKG_LICENSE_FILE='' CARGO_PKG_NAME=percent-encoding CARGO_PKG_README='' CARGO_PKG_REPOSITORY='https://github.com/servo/rust-url/' CARGO_PKG_RUST_VERSION=1.51 CARGO_PKG_VERSION=2.2.0 CARGO_PKG_VERSION_MAJOR=2 CARGO_PKG_VERSION_MINOR=2 CARGO_PKG_VERSION_PATCH=0 CARGO_PKG_VERSION_PRE='' LD_LIBRARY_PATH='/construction/editors/lapce/target/release/deps:/usr/local/lib' /usr/local/bin/rustc --crate-name percent_encoding --edition=2018 /construction/editors/lapce/lapce-0.2.8/cargo-crates/percent-encoding-2.2.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --diagnostic-width=80 --crate-type lib --emit=dep-info,metadata,link -C opt-level=2 -C embed-bitcode=no --cfg 'feature="alloc"' --cfg 'feature="default"' -C metadata=7f8197bbb272c82b -C extra-filename=-7f8197bbb272c82b --out-dir /construction/editors/lapce/target/x86_64-unknown-dragonfly/release/deps --target x86_64-unknown-dragonfly -C linker=cc -L dependency=/construction/editors/lapce/target/x86_64-unknown-dragonfly/release/deps -L dependency=/construction/editors/lapce/target/release/deps --cap-lints warn -C link-arg=-Wl,-rpath,/usr/local/lib -C link-arg=-L/usr/local/lib` Compiling ppv-lite86 v0.2.16 Running `CARGO=/usr/local/bin/cargo CARGO_CRATE_NAME=ppv_lite86 CARGO_MANIFEST_DIR=/construction/editors/lapce/lapce-0.2.8/cargo-crates/ppv-lite86-0.2.16 CARGO_PKG_AUTHORS='The CryptoCorrosion Contributors' CARGO_PKG_DESCRIPTION='Implementation of the crypto-simd API for x86' CARGO_PKG_HOMEPAGE='' CARGO_PKG_LICENSE=MIT/Apache-2.0 CARGO_PKG_LICENSE_FILE='' CARGO_PKG_NAME=ppv-lite86 CARGO_PKG_README='' CARGO_PKG_REPOSITORY='https://github.com/cryptocorrosion/cryptocorrosion' CARGO_PKG_RUST_VERSION='' CARGO_PKG_VERSION=0.2.16 CARGO_PKG_VERSION_MAJOR=0 CARGO_PKG_VERSION_MINOR=2 CARGO_PKG_VERSION_PATCH=16 CARGO_PKG_VERSION_PRE='' LD_LIBRARY_PATH='/construction/editors/lapce/target/release/deps:/usr/local/lib' /usr/local/bin/rustc --crate-name ppv_lite86 --edition=2018 /construction/editors/lapce/lapce-0.2.8/cargo-crates/ppv-lite86-0.2.16/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --diagnostic-width=80 --crate-type lib --emit=dep-info,metadata,link -C opt-level=2 -C embed-bitcode=no --cfg 'feature="simd"' --cfg 'feature="std"' -C metadata=9f40c6d056fe0906 -C extra-filename=-9f40c6d056fe0906 --out-dir /construction/editors/lapce/target/x86_64-unknown-dragonfly/release/deps --target x86_64-unknown-dragonfly -C linker=cc -L dependency=/construction/editors/lapce/target/x86_64-unknown-dragonfly/release/deps -L dependency=/construction/editors/lapce/target/release/deps --cap-lints warn -C link-arg=-Wl,-rpath,/usr/local/lib -C link-arg=-L/usr/local/lib` warning: `parking_lot_core` (lib) generated 1 warning Running `/construction/editors/lapce/target/release/build/futures-util-ea61478ad03c47f1/build-script-build` [futures-util 0.3.24] cargo:rerun-if-changed=no_atomic_cas.rs Compiling form_urlencoded v1.1.0 Running `CARGO=/usr/local/bin/cargo CARGO_CRATE_NAME=form_urlencoded CARGO_MANIFEST_DIR=/construction/editors/lapce/lapce-0.2.8/cargo-crates/form_urlencoded-1.1.0 CARGO_PKG_AUTHORS='The rust-url developers' CARGO_PKG_DESCRIPTION='Parser and serializer for the application/x-www-form-urlencoded syntax, as used by HTML forms.' CARGO_PKG_HOMEPAGE='' CARGO_PKG_LICENSE='MIT OR Apache-2.0' CARGO_PKG_LICENSE_FILE='' CARGO_PKG_NAME=form_urlencoded CARGO_PKG_README='' CARGO_PKG_REPOSITORY='https://github.com/servo/rust-url' CARGO_PKG_RUST_VERSION=1.51 CARGO_PKG_VERSION=1.1.0 CARGO_PKG_VERSION_MAJOR=1 CARGO_PKG_VERSION_MINOR=1 CARGO_PKG_VERSION_PATCH=0 CARGO_PKG_VERSION_PRE='' LD_LIBRARY_PATH='/construction/editors/lapce/target/release/deps:/usr/local/lib' /usr/local/bin/rustc --crate-name form_urlencoded --edition=2018 /construction/editors/lapce/lapce-0.2.8/cargo-crates/form_urlencoded-1.1.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --diagnostic-width=80 --crate-type lib --emit=dep-info,metadata,link -C opt-level=2 -C embed-bitcode=no -C metadata=6f0d3edd48cbee66 -C extra-filename=-6f0d3edd48cbee66 --out-dir /construction/editors/lapce/target/x86_64-unknown-dragonfly/release/deps --target x86_64-unknown-dragonfly -C linker=cc -L dependency=/construction/editors/lapce/target/x86_64-unknown-dragonfly/release/deps -L dependency=/construction/editors/lapce/target/release/deps --extern percent_encoding=/construction/editors/lapce/target/x86_64-unknown-dragonfly/release/deps/libpercent_encoding-7f8197bbb272c82b.rmeta --cap-lints warn -C link-arg=-Wl,-rpath,/usr/local/lib -C link-arg=-L/usr/local/lib` Running `/construction/editors/lapce/target/release/build/io-extras-cebdb51f1939bc97/build-script-build` Compiling sha2 v0.9.9 Running `CARGO=/usr/local/bin/cargo CARGO_CRATE_NAME=sha2 CARGO_MANIFEST_DIR=/construction/editors/lapce/lapce-0.2.8/cargo-crates/sha2-0.9.9 CARGO_PKG_AUTHORS='RustCrypto Developers' CARGO_PKG_DESCRIPTION='Pure Rust implementation of the SHA-2 hash function family including SHA-224, SHA-256, SHA-384, and SHA-512. ' CARGO_PKG_HOMEPAGE='' CARGO_PKG_LICENSE='MIT OR Apache-2.0' CARGO_PKG_LICENSE_FILE='' CARGO_PKG_NAME=sha2 CARGO_PKG_README=README.md CARGO_PKG_REPOSITORY='https://github.com/RustCrypto/hashes' CARGO_PKG_RUST_VERSION='' CARGO_PKG_VERSION=0.9.9 CARGO_PKG_VERSION_MAJOR=0 CARGO_PKG_VERSION_MINOR=9 CARGO_PKG_VERSION_PATCH=9 CARGO_PKG_VERSION_PRE='' LD_LIBRARY_PATH='/construction/editors/lapce/target/release/deps:/usr/local/lib' /usr/local/bin/rustc --crate-name sha2 --edition=2018 /construction/editors/lapce/lapce-0.2.8/cargo-crates/sha2-0.9.9/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --diagnostic-width=80 --crate-type lib --emit=dep-info,metadata,link -C opt-level=2 -C embed-bitcode=no --cfg 'feature="default"' --cfg 'feature="std"' -C metadata=c7307aa45ee334ad -C extra-filename=-c7307aa45ee334ad --out-dir /construction/editors/lapce/target/x86_64-unknown-dragonfly/release/deps --target x86_64-unknown-dragonfly -C linker=cc -L dependency=/construction/editors/lapce/target/x86_64-unknown-dragonfly/release/deps -L dependency=/construction/editors/lapce/target/release/deps --extern block_buffer=/construction/editors/lapce/target/x86_64-unknown-dragonfly/release/deps/libblock_buffer-f3dc58209f317f11.rmeta --extern cfg_if=/construction/editors/lapce/target/x86_64-unknown-dragonfly/release/deps/libcfg_if-ab9f3df0ea533c99.rmeta --extern cpufeatures=/construction/editors/lapce/target/x86_64-unknown-dragonfly/release/deps/libcpufeatures-0a921b315ec32fed.rmeta --extern digest=/construction/editors/lapce/target/x86_64-unknown-dragonfly/release/deps/libdigest-da51230be27053aa.rmeta --extern opaque_debug=/construction/editors/lapce/target/x86_64-unknown-dragonfly/release/deps/libopaque_debug-b0970f3dada54169.rmeta --cap-lints warn -C link-arg=-Wl,-rpath,/usr/local/lib -C link-arg=-L/usr/local/lib` [io-extras 0.15.0] error[E0554]: `#![feature]` may not be used on the stable release channel [io-extras 0.15.0] --> :1:12 [io-extras 0.15.0] | [io-extras 0.15.0] 1 | #![feature(can_vector)] [io-extras 0.15.0] | ^^^^^^^^^^ [io-extras 0.15.0] [io-extras 0.15.0] error: aborting due to previous error [io-extras 0.15.0] [io-extras 0.15.0] For more information about this error, try `rustc --explain E0554`. [io-extras 0.15.0] error[E0554]: `#![feature]` may not be used on the stable release channel [io-extras 0.15.0] --> :1:12 [io-extras 0.15.0] | [io-extras 0.15.0] 1 | #![feature(write_all_vectored)] [io-extras 0.15.0] | ^^^^^^^^^^^^^^^^^^ [io-extras 0.15.0] [io-extras 0.15.0] error: aborting due to previous error [io-extras 0.15.0] [io-extras 0.15.0] For more information about this error, try `rustc --explain E0554`. [io-extras 0.15.0] cargo:rerun-if-changed=build.rs Compiling unicode-normalization v0.1.22 Running `CARGO=/usr/local/bin/cargo CARGO_CRATE_NAME=unicode_normalization CARGO_MANIFEST_DIR=/construction/editors/lapce/lapce-0.2.8/cargo-crates/unicode-normalization-0.1.22 CARGO_PKG_AUTHORS='kwantam :Manish Goregaokar ' CARGO_PKG_DESCRIPTION='This crate provides functions for normalization of Unicode strings, including Canonical and Compatible Decomposition and Recomposition, as described in Unicode Standard Annex #15. ' CARGO_PKG_HOMEPAGE='https://github.com/unicode-rs/unicode-normalization' CARGO_PKG_LICENSE=MIT/Apache-2.0 CARGO_PKG_LICENSE_FILE='' CARGO_PKG_NAME=unicode-normalization CARGO_PKG_README=README.md CARGO_PKG_REPOSITORY='https://github.com/unicode-rs/unicode-normalization' CARGO_PKG_RUST_VERSION='' CARGO_PKG_VERSION=0.1.22 CARGO_PKG_VERSION_MAJOR=0 CARGO_PKG_VERSION_MINOR=1 CARGO_PKG_VERSION_PATCH=22 CARGO_PKG_VERSION_PRE='' LD_LIBRARY_PATH='/construction/editors/lapce/target/release/deps:/usr/local/lib' /usr/local/bin/rustc --crate-name unicode_normalization --edition=2018 /construction/editors/lapce/lapce-0.2.8/cargo-crates/unicode-normalization-0.1.22/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --diagnostic-width=80 --crate-type lib --emit=dep-info,metadata,link -C opt-level=2 -C embed-bitcode=no --cfg 'feature="default"' --cfg 'feature="std"' -C metadata=9d8a29b7d7a20b9c -C extra-filename=-9d8a29b7d7a20b9c --out-dir /construction/editors/lapce/target/x86_64-unknown-dragonfly/release/deps --target x86_64-unknown-dragonfly -C linker=cc -L dependency=/construction/editors/lapce/target/x86_64-unknown-dragonfly/release/deps -L dependency=/construction/editors/lapce/target/release/deps --extern tinyvec=/construction/editors/lapce/target/x86_64-unknown-dragonfly/release/deps/libtinyvec-7eaed067efece172.rmeta --cap-lints warn -C link-arg=-Wl,-rpath,/usr/local/lib -C link-arg=-L/usr/local/lib` Compiling parking_lot v0.12.1 Running `CARGO=/usr/local/bin/cargo CARGO_CRATE_NAME=parking_lot CARGO_MANIFEST_DIR=/construction/editors/lapce/lapce-0.2.8/cargo-crates/parking_lot-0.12.1 CARGO_PKG_AUTHORS='Amanieu d'\''Antras ' CARGO_PKG_DESCRIPTION='More compact and efficient implementations of the standard synchronization primitives.' CARGO_PKG_HOMEPAGE='' CARGO_PKG_LICENSE='MIT OR Apache-2.0' CARGO_PKG_LICENSE_FILE='' CARGO_PKG_NAME=parking_lot CARGO_PKG_README=README.md CARGO_PKG_REPOSITORY='https://github.com/Amanieu/parking_lot' CARGO_PKG_RUST_VERSION='' CARGO_PKG_VERSION=0.12.1 CARGO_PKG_VERSION_MAJOR=0 CARGO_PKG_VERSION_MINOR=12 CARGO_PKG_VERSION_PATCH=1 CARGO_PKG_VERSION_PRE='' LD_LIBRARY_PATH='/construction/editors/lapce/target/release/deps:/usr/local/lib' /usr/local/bin/rustc --crate-name parking_lot --edition=2018 /construction/editors/lapce/lapce-0.2.8/cargo-crates/parking_lot-0.12.1/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --diagnostic-width=80 --crate-type lib --emit=dep-info,metadata,link -C opt-level=2 -C embed-bitcode=no --cfg 'feature="default"' -C metadata=84409b96239cc7c6 -C extra-filename=-84409b96239cc7c6 --out-dir /construction/editors/lapce/target/x86_64-unknown-dragonfly/release/deps --target x86_64-unknown-dragonfly -C linker=cc -L dependency=/construction/editors/lapce/target/x86_64-unknown-dragonfly/release/deps -L dependency=/construction/editors/lapce/target/release/deps --extern lock_api=/construction/editors/lapce/target/x86_64-unknown-dragonfly/release/deps/liblock_api-68ffcca85347c985.rmeta --extern parking_lot_core=/construction/editors/lapce/target/x86_64-unknown-dragonfly/release/deps/libparking_lot_core-ff12eff37f5b8441.rmeta --cap-lints warn -C link-arg=-Wl,-rpath,/usr/local/lib -C link-arg=-L/usr/local/lib` Running `CARGO=/usr/local/bin/cargo CARGO_CRATE_NAME=futures_task CARGO_MANIFEST_DIR=/construction/editors/lapce/lapce-0.2.8/cargo-crates/futures-task-0.3.24 CARGO_PKG_AUTHORS='' CARGO_PKG_DESCRIPTION='Tools for working with tasks. ' CARGO_PKG_HOMEPAGE='https://rust-lang.github.io/futures-rs' CARGO_PKG_LICENSE='MIT OR Apache-2.0' CARGO_PKG_LICENSE_FILE='' CARGO_PKG_NAME=futures-task CARGO_PKG_README=README.md CARGO_PKG_REPOSITORY='https://github.com/rust-lang/futures-rs' CARGO_PKG_RUST_VERSION=1.45 CARGO_PKG_VERSION=0.3.24 CARGO_PKG_VERSION_MAJOR=0 CARGO_PKG_VERSION_MINOR=3 CARGO_PKG_VERSION_PATCH=24 CARGO_PKG_VERSION_PRE='' LD_LIBRARY_PATH='/construction/editors/lapce/target/release/deps:/usr/local/lib' OUT_DIR=/construction/editors/lapce/target/x86_64-unknown-dragonfly/release/build/futures-task-4fa1629788106eac/out /usr/local/bin/rustc --crate-name futures_task --edition=2018 /construction/editors/lapce/lapce-0.2.8/cargo-crates/futures-task-0.3.24/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --diagnostic-width=80 --crate-type lib --emit=dep-info,metadata,link -C opt-level=2 -C embed-bitcode=no --cfg 'feature="alloc"' --cfg 'feature="std"' -C metadata=1724fd8df6a27c10 -C extra-filename=-1724fd8df6a27c10 --out-dir /construction/editors/lapce/target/x86_64-unknown-dragonfly/release/deps --target x86_64-unknown-dragonfly -C linker=cc -L dependency=/construction/editors/lapce/target/x86_64-unknown-dragonfly/release/deps -L dependency=/construction/editors/lapce/target/release/deps --cap-lints warn -C link-arg=-Wl,-rpath,/usr/local/lib -C link-arg=-L/usr/local/lib` Running `CARGO=/usr/local/bin/cargo CARGO_CRATE_NAME=futures_channel CARGO_MANIFEST_DIR=/construction/editors/lapce/lapce-0.2.8/cargo-crates/futures-channel-0.3.24 CARGO_PKG_AUTHORS='' CARGO_PKG_DESCRIPTION='Channels for asynchronous communication using futures-rs. ' CARGO_PKG_HOMEPAGE='https://rust-lang.github.io/futures-rs' CARGO_PKG_LICENSE='MIT OR Apache-2.0' CARGO_PKG_LICENSE_FILE='' CARGO_PKG_NAME=futures-channel CARGO_PKG_README=README.md CARGO_PKG_REPOSITORY='https://github.com/rust-lang/futures-rs' CARGO_PKG_RUST_VERSION=1.45 CARGO_PKG_VERSION=0.3.24 CARGO_PKG_VERSION_MAJOR=0 CARGO_PKG_VERSION_MINOR=3 CARGO_PKG_VERSION_PATCH=24 CARGO_PKG_VERSION_PRE='' LD_LIBRARY_PATH='/construction/editors/lapce/target/release/deps:/usr/local/lib' OUT_DIR=/construction/editors/lapce/target/x86_64-unknown-dragonfly/release/build/futures-channel-722caa596282f45b/out /usr/local/bin/rustc --crate-name futures_channel --edition=2018 /construction/editors/lapce/lapce-0.2.8/cargo-crates/futures-channel-0.3.24/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --diagnostic-width=80 --crate-type lib --emit=dep-info,metadata,link -C opt-level=2 -C embed-bitcode=no --cfg 'feature="alloc"' --cfg 'feature="default"' --cfg 'feature="futures-sink"' --cfg 'feature="sink"' --cfg 'feature="std"' -C metadata=b0aa1c662d61419b -C extra-filename=-b0aa1c662d61419b --out-dir /construction/editors/lapce/target/x86_64-unknown-dragonfly/release/deps --target x86_64-unknown-dragonfly -C linker=cc -L dependency=/construction/editors/lapce/target/x86_64-unknown-dragonfly/release/deps -L dependency=/construction/editors/lapce/target/release/deps --extern futures_core=/construction/editors/lapce/target/x86_64-unknown-dragonfly/release/deps/libfutures_core-bdb285f9c4c607b9.rmeta --extern futures_sink=/construction/editors/lapce/target/x86_64-unknown-dragonfly/release/deps/libfutures_sink-27bd899b1022fa03.rmeta --cap-lints warn -C link-arg=-Wl,-rpath,/usr/local/lib -C link-arg=-L/usr/local/lib` Compiling flate2 v1.0.24 Running `CARGO=/usr/local/bin/cargo CARGO_CRATE_NAME=flate2 CARGO_MANIFEST_DIR=/construction/editors/lapce/lapce-0.2.8/cargo-crates/flate2-1.0.24 CARGO_PKG_AUTHORS='Alex Crichton :Josh Triplett ' CARGO_PKG_DESCRIPTION='DEFLATE compression and decompression exposed as Read/BufRead/Write streams. Supports miniz_oxide and multiple zlib implementations. Supports zlib, gzip, and raw deflate streams. ' CARGO_PKG_HOMEPAGE='https://github.com/rust-lang/flate2-rs' CARGO_PKG_LICENSE='MIT OR Apache-2.0' CARGO_PKG_LICENSE_FILE='' CARGO_PKG_NAME=flate2 CARGO_PKG_README=README.md CARGO_PKG_REPOSITORY='https://github.com/rust-lang/flate2-rs' CARGO_PKG_RUST_VERSION='' CARGO_PKG_VERSION=1.0.24 CARGO_PKG_VERSION_MAJOR=1 CARGO_PKG_VERSION_MINOR=0 CARGO_PKG_VERSION_PATCH=24 CARGO_PKG_VERSION_PRE='' LD_LIBRARY_PATH='/construction/editors/lapce/target/release/deps:/usr/local/lib' /usr/local/bin/rustc --crate-name flate2 --edition=2018 /construction/editors/lapce/lapce-0.2.8/cargo-crates/flate2-1.0.24/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --diagnostic-width=80 --crate-type lib --emit=dep-info,metadata,link -C opt-level=2 -C embed-bitcode=no --cfg 'feature="default"' --cfg 'feature="miniz_oxide"' --cfg 'feature="rust_backend"' -C metadata=bd01a8686934630d -C extra-filename=-bd01a8686934630d --out-dir /construction/editors/lapce/target/x86_64-unknown-dragonfly/release/deps --target x86_64-unknown-dragonfly -C linker=cc -L dependency=/construction/editors/lapce/target/x86_64-unknown-dragonfly/release/deps -L dependency=/construction/editors/lapce/target/release/deps --extern crc32fast=/construction/editors/lapce/target/x86_64-unknown-dragonfly/release/deps/libcrc32fast-4a726755c9f0c637.rmeta --extern miniz_oxide=/construction/editors/lapce/target/x86_64-unknown-dragonfly/release/deps/libminiz_oxide-dcae44a551158128.rmeta --cap-lints warn -C link-arg=-Wl,-rpath,/usr/local/lib -C link-arg=-L/usr/local/lib` Compiling atty v0.2.14 Running `CARGO=/usr/local/bin/cargo CARGO_CRATE_NAME=atty CARGO_MANIFEST_DIR=/construction/editors/lapce/lapce-0.2.8/cargo-crates/atty-0.2.14 CARGO_PKG_AUTHORS='softprops ' CARGO_PKG_DESCRIPTION='A simple interface for querying atty' CARGO_PKG_HOMEPAGE='https://github.com/softprops/atty' CARGO_PKG_LICENSE=MIT CARGO_PKG_LICENSE_FILE='' CARGO_PKG_NAME=atty CARGO_PKG_README=README.md CARGO_PKG_REPOSITORY='https://github.com/softprops/atty' CARGO_PKG_RUST_VERSION='' CARGO_PKG_VERSION=0.2.14 CARGO_PKG_VERSION_MAJOR=0 CARGO_PKG_VERSION_MINOR=2 CARGO_PKG_VERSION_PATCH=14 CARGO_PKG_VERSION_PRE='' LD_LIBRARY_PATH='/construction/editors/lapce/target/release/deps:/usr/local/lib' /usr/local/bin/rustc --crate-name atty /construction/editors/lapce/lapce-0.2.8/cargo-crates/atty-0.2.14/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --diagnostic-width=80 --crate-type lib --emit=dep-info,metadata,link -C opt-level=2 -C embed-bitcode=no -C metadata=e812593e7f0fc996 -C extra-filename=-e812593e7f0fc996 --out-dir /construction/editors/lapce/target/x86_64-unknown-dragonfly/release/deps --target x86_64-unknown-dragonfly -C linker=cc -L dependency=/construction/editors/lapce/target/x86_64-unknown-dragonfly/release/deps -L dependency=/construction/editors/lapce/target/release/deps --extern libc=/construction/editors/lapce/target/x86_64-unknown-dragonfly/release/deps/liblibc-8e3f13899fc9c378.rmeta --cap-lints warn -C link-arg=-Wl,-rpath,/usr/local/lib -C link-arg=-L/usr/local/lib` Compiling itertools v0.10.5 Running `CARGO=/usr/local/bin/cargo CARGO_CRATE_NAME=itertools CARGO_MANIFEST_DIR=/construction/editors/lapce/lapce-0.2.8/cargo-crates/itertools-0.10.5 CARGO_PKG_AUTHORS=bluss CARGO_PKG_DESCRIPTION='Extra iterator adaptors, iterator methods, free functions, and macros.' CARGO_PKG_HOMEPAGE='' CARGO_PKG_LICENSE=MIT/Apache-2.0 CARGO_PKG_LICENSE_FILE='' CARGO_PKG_NAME=itertools CARGO_PKG_README=README.md CARGO_PKG_REPOSITORY='https://github.com/rust-itertools/itertools' CARGO_PKG_RUST_VERSION='' CARGO_PKG_VERSION=0.10.5 CARGO_PKG_VERSION_MAJOR=0 CARGO_PKG_VERSION_MINOR=10 CARGO_PKG_VERSION_PATCH=5 CARGO_PKG_VERSION_PRE='' LD_LIBRARY_PATH='/construction/editors/lapce/target/release/deps:/usr/local/lib' /usr/local/bin/rustc --crate-name itertools --edition=2018 /construction/editors/lapce/lapce-0.2.8/cargo-crates/itertools-0.10.5/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --diagnostic-width=80 --crate-type lib --emit=dep-info,metadata,link -C opt-level=2 -C embed-bitcode=no --cfg 'feature="default"' --cfg 'feature="use_alloc"' --cfg 'feature="use_std"' -C metadata=1ea4fbf3f39441fc -C extra-filename=-1ea4fbf3f39441fc --out-dir /construction/editors/lapce/target/x86_64-unknown-dragonfly/release/deps --target x86_64-unknown-dragonfly -C linker=cc -L dependency=/construction/editors/lapce/target/x86_64-unknown-dragonfly/release/deps -L dependency=/construction/editors/lapce/target/release/deps --extern either=/construction/editors/lapce/target/x86_64-unknown-dragonfly/release/deps/libeither-67e2e059cd82979a.rmeta --cap-lints warn -C link-arg=-Wl,-rpath,/usr/local/lib -C link-arg=-L/usr/local/lib` Compiling rand_chacha v0.3.1 Running `CARGO=/usr/local/bin/cargo CARGO_CRATE_NAME=rand_chacha CARGO_MANIFEST_DIR=/construction/editors/lapce/lapce-0.2.8/cargo-crates/rand_chacha-0.3.1 CARGO_PKG_AUTHORS='The Rand Project Developers:The Rust Project Developers:The CryptoCorrosion Contributors' CARGO_PKG_DESCRIPTION='ChaCha random number generator ' CARGO_PKG_HOMEPAGE='https://rust-random.github.io/book' CARGO_PKG_LICENSE='MIT OR Apache-2.0' CARGO_PKG_LICENSE_FILE='' CARGO_PKG_NAME=rand_chacha CARGO_PKG_README=README.md CARGO_PKG_REPOSITORY='https://github.com/rust-random/rand' CARGO_PKG_RUST_VERSION='' CARGO_PKG_VERSION=0.3.1 CARGO_PKG_VERSION_MAJOR=0 CARGO_PKG_VERSION_MINOR=3 CARGO_PKG_VERSION_PATCH=1 CARGO_PKG_VERSION_PRE='' LD_LIBRARY_PATH='/construction/editors/lapce/target/release/deps:/usr/local/lib' /usr/local/bin/rustc --crate-name rand_chacha --edition=2018 /construction/editors/lapce/lapce-0.2.8/cargo-crates/rand_chacha-0.3.1/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --diagnostic-width=80 --crate-type lib --emit=dep-info,metadata,link -C opt-level=2 -C embed-bitcode=no --cfg 'feature="std"' -C metadata=e4dc1e6fcd9a24e2 -C extra-filename=-e4dc1e6fcd9a24e2 --out-dir /construction/editors/lapce/target/x86_64-unknown-dragonfly/release/deps --target x86_64-unknown-dragonfly -C linker=cc -L dependency=/construction/editors/lapce/target/x86_64-unknown-dragonfly/release/deps -L dependency=/construction/editors/lapce/target/release/deps --extern ppv_lite86=/construction/editors/lapce/target/x86_64-unknown-dragonfly/release/deps/libppv_lite86-9f40c6d056fe0906.rmeta --extern rand_core=/construction/editors/lapce/target/x86_64-unknown-dragonfly/release/deps/librand_core-8408edb59b616dbf.rmeta --cap-lints warn -C link-arg=-Wl,-rpath,/usr/local/lib -C link-arg=-L/usr/local/lib` Compiling tokio v1.21.1 Running `CARGO=/usr/local/bin/cargo CARGO_CRATE_NAME=build_script_build CARGO_MANIFEST_DIR=/construction/editors/lapce/lapce-0.2.8/cargo-crates/tokio-1.21.1 CARGO_PKG_AUTHORS='Tokio Contributors ' CARGO_PKG_DESCRIPTION='An event-driven, non-blocking I/O platform for writing asynchronous I/O backed applications. ' CARGO_PKG_HOMEPAGE='https://tokio.rs' CARGO_PKG_LICENSE=MIT CARGO_PKG_LICENSE_FILE='' CARGO_PKG_NAME=tokio CARGO_PKG_README=README.md CARGO_PKG_REPOSITORY='https://github.com/tokio-rs/tokio' CARGO_PKG_RUST_VERSION=1.49 CARGO_PKG_VERSION=1.21.1 CARGO_PKG_VERSION_MAJOR=1 CARGO_PKG_VERSION_MINOR=21 CARGO_PKG_VERSION_PATCH=1 CARGO_PKG_VERSION_PRE='' LD_LIBRARY_PATH='/construction/editors/lapce/target/release/deps:/usr/local/lib' /usr/local/bin/rustc --crate-name build_script_build --edition=2018 /construction/editors/lapce/lapce-0.2.8/cargo-crates/tokio-1.21.1/build.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --diagnostic-width=80 --crate-type bin --emit=dep-info,link -C embed-bitcode=no -C debug-assertions=off --cfg 'feature="bytes"' --cfg 'feature="default"' --cfg 'feature="fs"' --cfg 'feature="full"' --cfg 'feature="io-std"' --cfg 'feature="io-util"' --cfg 'feature="libc"' --cfg 'feature="macros"' --cfg 'feature="memchr"' --cfg 'feature="mio"' --cfg 'feature="net"' --cfg 'feature="num_cpus"' --cfg 'feature="once_cell"' --cfg 'feature="parking_lot"' --cfg 'feature="process"' --cfg 'feature="rt"' --cfg 'feature="rt-multi-thread"' --cfg 'feature="signal"' --cfg 'feature="signal-hook-registry"' --cfg 'feature="socket2"' --cfg 'feature="sync"' --cfg 'feature="time"' --cfg 'feature="tokio-macros"' -C metadata=4e75fafaec2fb689 -C extra-filename=-4e75fafaec2fb689 --out-dir /construction/editors/lapce/target/release/build/tokio-4e75fafaec2fb689 -C linker=cc -L dependency=/construction/editors/lapce/target/release/deps --extern autocfg=/construction/editors/lapce/target/release/deps/libautocfg-9f3634dc764a754e.rlib --cap-lints warn` Compiling termcolor v1.1.3 Running `CARGO=/usr/local/bin/cargo CARGO_CRATE_NAME=termcolor CARGO_MANIFEST_DIR=/construction/editors/lapce/lapce-0.2.8/cargo-crates/termcolor-1.1.3 CARGO_PKG_AUTHORS='Andrew Gallant ' CARGO_PKG_DESCRIPTION='A simple cross platform library for writing colored text to a terminal. ' CARGO_PKG_HOMEPAGE='https://github.com/BurntSushi/termcolor' CARGO_PKG_LICENSE='Unlicense OR MIT' CARGO_PKG_LICENSE_FILE='' CARGO_PKG_NAME=termcolor CARGO_PKG_README=README.md CARGO_PKG_REPOSITORY='https://github.com/BurntSushi/termcolor' CARGO_PKG_RUST_VERSION='' CARGO_PKG_VERSION=1.1.3 CARGO_PKG_VERSION_MAJOR=1 CARGO_PKG_VERSION_MINOR=1 CARGO_PKG_VERSION_PATCH=3 CARGO_PKG_VERSION_PRE='' LD_LIBRARY_PATH='/construction/editors/lapce/target/release/deps:/usr/local/lib' /usr/local/bin/rustc --crate-name termcolor --edition=2018 /construction/editors/lapce/lapce-0.2.8/cargo-crates/termcolor-1.1.3/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --diagnostic-width=80 --crate-type lib --emit=dep-info,metadata,link -C opt-level=2 -C embed-bitcode=no -C metadata=f413cb0041e3473c -C extra-filename=-f413cb0041e3473c --out-dir /construction/editors/lapce/target/x86_64-unknown-dragonfly/release/deps --target x86_64-unknown-dragonfly -C linker=cc -L dependency=/construction/editors/lapce/target/x86_64-unknown-dragonfly/release/deps -L dependency=/construction/editors/lapce/target/release/deps --cap-lints warn -C link-arg=-Wl,-rpath,/usr/local/lib -C link-arg=-L/usr/local/lib` Compiling ambient-authority v0.0.1 Running `CARGO=/usr/local/bin/cargo CARGO_CRATE_NAME=ambient_authority CARGO_MANIFEST_DIR=/construction/editors/lapce/lapce-0.2.8/cargo-crates/ambient-authority-0.0.1 CARGO_PKG_AUTHORS='Dan Gohman ' CARGO_PKG_DESCRIPTION='Ambient Authority' CARGO_PKG_HOMEPAGE='' CARGO_PKG_LICENSE='Apache-2.0 WITH LLVM-exception OR Apache-2.0 OR MIT' CARGO_PKG_LICENSE_FILE='' CARGO_PKG_NAME=ambient-authority CARGO_PKG_README=README.md CARGO_PKG_REPOSITORY='https://github.com/sunfishcode/ambient-authority' CARGO_PKG_RUST_VERSION='' CARGO_PKG_VERSION=0.0.1 CARGO_PKG_VERSION_MAJOR=0 CARGO_PKG_VERSION_MINOR=0 CARGO_PKG_VERSION_PATCH=1 CARGO_PKG_VERSION_PRE='' LD_LIBRARY_PATH='/construction/editors/lapce/target/release/deps:/usr/local/lib' /usr/local/bin/rustc --crate-name ambient_authority --edition=2018 /construction/editors/lapce/lapce-0.2.8/cargo-crates/ambient-authority-0.0.1/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --diagnostic-width=80 --crate-type lib --emit=dep-info,metadata,link -C opt-level=2 -C embed-bitcode=no -C metadata=cbd43ae22162487a -C extra-filename=-cbd43ae22162487a --out-dir /construction/editors/lapce/target/x86_64-unknown-dragonfly/release/deps --target x86_64-unknown-dragonfly -C linker=cc -L dependency=/construction/editors/lapce/target/x86_64-unknown-dragonfly/release/deps -L dependency=/construction/editors/lapce/target/release/deps --cap-lints warn -C link-arg=-Wl,-rpath,/usr/local/lib -C link-arg=-L/usr/local/lib` Compiling zstd-safe v5.0.2+zstd.1.5.2 Running `CARGO=/usr/local/bin/cargo CARGO_CRATE_NAME=build_script_build CARGO_MANIFEST_DIR=/construction/editors/lapce/lapce-0.2.8/cargo-crates/zstd-safe-5.0.2+zstd.1.5.2 CARGO_PKG_AUTHORS='Alexandre Bury ' CARGO_PKG_DESCRIPTION='Safe low-level bindings for the zstd compression library.' CARGO_PKG_HOMEPAGE='' CARGO_PKG_LICENSE=MIT/Apache-2.0 CARGO_PKG_LICENSE_FILE='' CARGO_PKG_NAME=zstd-safe CARGO_PKG_README=Readme.md CARGO_PKG_REPOSITORY='https://github.com/gyscos/zstd-rs' CARGO_PKG_RUST_VERSION='' CARGO_PKG_VERSION=5.0.2+zstd.1.5.2 CARGO_PKG_VERSION_MAJOR=5 CARGO_PKG_VERSION_MINOR=0 CARGO_PKG_VERSION_PATCH=2 CARGO_PKG_VERSION_PRE='' LD_LIBRARY_PATH='/construction/editors/lapce/target/release/deps:/usr/local/lib' /usr/local/bin/rustc --crate-name build_script_build --edition=2018 /construction/editors/lapce/lapce-0.2.8/cargo-crates/zstd-safe-5.0.2+zstd.1.5.2/build.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --diagnostic-width=80 --crate-type bin --emit=dep-info,link -C embed-bitcode=no -C debug-assertions=off --cfg 'feature="arrays"' --cfg 'feature="legacy"' --cfg 'feature="std"' --cfg 'feature="zdict_builder"' -C metadata=06d3f0ba3b06599a -C extra-filename=-06d3f0ba3b06599a --out-dir /construction/editors/lapce/target/release/build/zstd-safe-06d3f0ba3b06599a -C linker=cc -L dependency=/construction/editors/lapce/target/release/deps --cap-lints warn` Compiling pin-utils v0.1.0 Running `CARGO=/usr/local/bin/cargo CARGO_CRATE_NAME=pin_utils CARGO_MANIFEST_DIR=/construction/editors/lapce/lapce-0.2.8/cargo-crates/pin-utils-0.1.0 CARGO_PKG_AUTHORS='Josef Brandl ' CARGO_PKG_DESCRIPTION='Utilities for pinning ' CARGO_PKG_HOMEPAGE='' CARGO_PKG_LICENSE='MIT OR Apache-2.0' CARGO_PKG_LICENSE_FILE='' CARGO_PKG_NAME=pin-utils CARGO_PKG_README=README.md CARGO_PKG_REPOSITORY='https://github.com/rust-lang-nursery/pin-utils' CARGO_PKG_RUST_VERSION='' CARGO_PKG_VERSION=0.1.0 CARGO_PKG_VERSION_MAJOR=0 CARGO_PKG_VERSION_MINOR=1 CARGO_PKG_VERSION_PATCH=0 CARGO_PKG_VERSION_PRE='' LD_LIBRARY_PATH='/construction/editors/lapce/target/release/deps:/usr/local/lib' /usr/local/bin/rustc --crate-name pin_utils --edition=2018 /construction/editors/lapce/lapce-0.2.8/cargo-crates/pin-utils-0.1.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --diagnostic-width=80 --crate-type lib --emit=dep-info,metadata,link -C opt-level=2 -C embed-bitcode=no -C metadata=177df1c98d225fdb -C extra-filename=-177df1c98d225fdb --out-dir /construction/editors/lapce/target/x86_64-unknown-dragonfly/release/deps --target x86_64-unknown-dragonfly -C linker=cc -L dependency=/construction/editors/lapce/target/x86_64-unknown-dragonfly/release/deps -L dependency=/construction/editors/lapce/target/release/deps --cap-lints warn -C link-arg=-Wl,-rpath,/usr/local/lib -C link-arg=-L/usr/local/lib` Compiling ipnet v2.5.0 Running `CARGO=/usr/local/bin/cargo CARGO_CRATE_NAME=ipnet CARGO_MANIFEST_DIR=/construction/editors/lapce/lapce-0.2.8/cargo-crates/ipnet-2.5.0 CARGO_PKG_AUTHORS='Kris Price ' CARGO_PKG_DESCRIPTION='Provides types and useful methods for working with IPv4 and IPv6 network addresses, commonly called IP prefixes. The new `IpNet`, `Ipv4Net`, and `Ipv6Net` types build on the existing `IpAddr`, `Ipv4Addr`, and `Ipv6Addr` types already provided in Rust'\''s standard library and align to their design to stay consistent. The module also provides useful traits that extend `Ipv4Addr` and `Ipv6Addr` with methods for `Add`, `Sub`, `BitAnd`, and `BitOr` operations. The module only uses stable feature so it is guaranteed to compile using the stable toolchain.' CARGO_PKG_HOMEPAGE='' CARGO_PKG_LICENSE='MIT OR Apache-2.0' CARGO_PKG_LICENSE_FILE='' CARGO_PKG_NAME=ipnet CARGO_PKG_README=README.md CARGO_PKG_REPOSITORY='https://github.com/krisprice/ipnet' CARGO_PKG_RUST_VERSION='' CARGO_PKG_VERSION=2.5.0 CARGO_PKG_VERSION_MAJOR=2 CARGO_PKG_VERSION_MINOR=5 CARGO_PKG_VERSION_PATCH=0 CARGO_PKG_VERSION_PRE='' LD_LIBRARY_PATH='/construction/editors/lapce/target/release/deps:/usr/local/lib' /usr/local/bin/rustc --crate-name ipnet --edition=2018 /construction/editors/lapce/lapce-0.2.8/cargo-crates/ipnet-2.5.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --diagnostic-width=80 --crate-type lib --emit=dep-info,metadata,link -C opt-level=2 -C embed-bitcode=no --cfg 'feature="default"' -C metadata=a12cd3d29ff75a52 -C extra-filename=-a12cd3d29ff75a52 --out-dir /construction/editors/lapce/target/x86_64-unknown-dragonfly/release/deps --target x86_64-unknown-dragonfly -C linker=cc -L dependency=/construction/editors/lapce/target/x86_64-unknown-dragonfly/release/deps -L dependency=/construction/editors/lapce/target/release/deps --cap-lints warn -C link-arg=-Wl,-rpath,/usr/local/lib -C link-arg=-L/usr/local/lib` warning: lint `const_err` has been removed: converted into hard error, see issue #71800 for more information --> /construction/editors/lapce/lapce-0.2.8/cargo-crates/ipnet-2.5.0/src/ipext.rs:472:13 | 472 | #[allow(const_err)] | ^^^^^^^^^ | = note: `#[warn(renamed_and_removed_lints)]` on by default warning: lint `const_err` has been removed: converted into hard error, see issue #71800 for more information --> /construction/editors/lapce/lapce-0.2.8/cargo-crates/ipnet-2.5.0/src/ipext.rs:561:13 | 561 | #[allow(const_err)] | ^^^^^^^^^ Compiling fnv v1.0.7 Running `CARGO=/usr/local/bin/cargo CARGO_CRATE_NAME=fnv CARGO_MANIFEST_DIR=/construction/editors/lapce/lapce-0.2.8/cargo-crates/fnv-1.0.7 CARGO_PKG_AUTHORS='Alex Crichton ' CARGO_PKG_DESCRIPTION='Fowler–Noll–Vo hash function' CARGO_PKG_HOMEPAGE='' CARGO_PKG_LICENSE='Apache-2.0 / MIT' CARGO_PKG_LICENSE_FILE='' CARGO_PKG_NAME=fnv CARGO_PKG_README=README.md CARGO_PKG_REPOSITORY='https://github.com/servo/rust-fnv' CARGO_PKG_RUST_VERSION='' CARGO_PKG_VERSION=1.0.7 CARGO_PKG_VERSION_MAJOR=1 CARGO_PKG_VERSION_MINOR=0 CARGO_PKG_VERSION_PATCH=7 CARGO_PKG_VERSION_PRE='' LD_LIBRARY_PATH='/construction/editors/lapce/target/release/deps:/usr/local/lib' /usr/local/bin/rustc --crate-name fnv /construction/editors/lapce/lapce-0.2.8/cargo-crates/fnv-1.0.7/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --diagnostic-width=80 --crate-type lib --emit=dep-info,metadata,link -C opt-level=2 -C embed-bitcode=no --cfg 'feature="default"' --cfg 'feature="std"' -C metadata=2299572ab6cbcfa7 -C extra-filename=-2299572ab6cbcfa7 --out-dir /construction/editors/lapce/target/x86_64-unknown-dragonfly/release/deps --target x86_64-unknown-dragonfly -C linker=cc -L dependency=/construction/editors/lapce/target/x86_64-unknown-dragonfly/release/deps -L dependency=/construction/editors/lapce/target/release/deps --cap-lints warn -C link-arg=-Wl,-rpath,/usr/local/lib -C link-arg=-L/usr/local/lib` Compiling cap-primitives v0.25.3 Running `CARGO=/usr/local/bin/cargo CARGO_CRATE_NAME=build_script_build CARGO_MANIFEST_DIR=/construction/editors/lapce/lapce-0.2.8/cargo-crates/cap-primitives-0.25.3 CARGO_PKG_AUTHORS='Dan Gohman :Jakub Konka ' CARGO_PKG_DESCRIPTION='Capability-based primitives' CARGO_PKG_HOMEPAGE='' CARGO_PKG_LICENSE='Apache-2.0 WITH LLVM-exception OR Apache-2.0 OR MIT' CARGO_PKG_LICENSE_FILE='' CARGO_PKG_NAME=cap-primitives CARGO_PKG_README=README.md CARGO_PKG_REPOSITORY='https://github.com/bytecodealliance/cap-std' CARGO_PKG_RUST_VERSION='' CARGO_PKG_VERSION=0.25.3 CARGO_PKG_VERSION_MAJOR=0 CARGO_PKG_VERSION_MINOR=25 CARGO_PKG_VERSION_PATCH=3 CARGO_PKG_VERSION_PRE='' LD_LIBRARY_PATH='/construction/editors/lapce/target/release/deps:/usr/local/lib' /usr/local/bin/rustc --crate-name build_script_build --edition=2018 /construction/editors/lapce/lapce-0.2.8/cargo-crates/cap-primitives-0.25.3/build.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --diagnostic-width=80 --crate-type bin --emit=dep-info,link -C embed-bitcode=no -C debug-assertions=off -C metadata=d519ad68852604c2 -C extra-filename=-d519ad68852604c2 --out-dir /construction/editors/lapce/target/release/build/cap-primitives-d519ad68852604c2 -C linker=cc -L dependency=/construction/editors/lapce/target/release/deps --cap-lints warn` Running `CARGO=/usr/local/bin/cargo CARGO_CRATE_NAME=build_script_build CARGO_MANIFEST_DIR=/construction/editors/lapce/lapce-0.2.8/cargo-crates/log-0.4.17 CARGO_PKG_AUTHORS='The Rust Project Developers' CARGO_PKG_DESCRIPTION='A lightweight logging facade for Rust ' CARGO_PKG_HOMEPAGE='' CARGO_PKG_LICENSE='MIT OR Apache-2.0' CARGO_PKG_LICENSE_FILE='' CARGO_PKG_NAME=log CARGO_PKG_README=README.md CARGO_PKG_REPOSITORY='https://github.com/rust-lang/log' CARGO_PKG_RUST_VERSION='' CARGO_PKG_VERSION=0.4.17 CARGO_PKG_VERSION_MAJOR=0 CARGO_PKG_VERSION_MINOR=4 CARGO_PKG_VERSION_PATCH=17 CARGO_PKG_VERSION_PRE='' LD_LIBRARY_PATH='/construction/editors/lapce/target/release/deps:/usr/local/lib' /usr/local/bin/rustc --crate-name build_script_build /construction/editors/lapce/lapce-0.2.8/cargo-crates/log-0.4.17/build.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --diagnostic-width=80 --crate-type bin --emit=dep-info,link -C embed-bitcode=no -C debug-assertions=off -C metadata=8a014cd84e33f421 -C extra-filename=-8a014cd84e33f421 --out-dir /construction/editors/lapce/target/release/build/log-8a014cd84e33f421 -C linker=cc -L dependency=/construction/editors/lapce/target/release/deps --cap-lints warn` Running `/construction/editors/lapce/target/release/build/cap-primitives-d519ad68852604c2/build-script-build` [cap-primitives 0.25.3] error[E0554]: `#![feature]` may not be used on the stable release channel [cap-primitives 0.25.3] --> :1:12 [cap-primitives 0.25.3] | [cap-primitives 0.25.3] 1 | #![feature(windows_by_handle)] [cap-primitives 0.25.3] | ^^^^^^^^^^^^^^^^^ [cap-primitives 0.25.3] [cap-primitives 0.25.3] error[E0635]: unknown feature `windows_by_handle` [cap-primitives 0.25.3] --> :1:12 [cap-primitives 0.25.3] | [cap-primitives 0.25.3] 1 | #![feature(windows_by_handle)] [cap-primitives 0.25.3] | ^^^^^^^^^^^^^^^^^ [cap-primitives 0.25.3] [cap-primitives 0.25.3] error: aborting due to 2 previous errors [cap-primitives 0.25.3] [cap-primitives 0.25.3] Some errors have detailed explanations: E0554, E0635. [cap-primitives 0.25.3] For more information about an error, try `rustc --explain E0554`. Compiling idna v0.3.0 Running `CARGO=/usr/local/bin/cargo CARGO_CRATE_NAME=idna CARGO_MANIFEST_DIR=/construction/editors/lapce/lapce-0.2.8/cargo-crates/idna-0.3.0 CARGO_PKG_AUTHORS='The rust-url developers' CARGO_PKG_DESCRIPTION='IDNA (Internationalizing Domain Names in Applications) and Punycode.' CARGO_PKG_HOMEPAGE='' CARGO_PKG_LICENSE='MIT OR Apache-2.0' CARGO_PKG_LICENSE_FILE='' CARGO_PKG_NAME=idna CARGO_PKG_README='' CARGO_PKG_REPOSITORY='https://github.com/servo/rust-url/' CARGO_PKG_RUST_VERSION=1.51 CARGO_PKG_VERSION=0.3.0 CARGO_PKG_VERSION_MAJOR=0 CARGO_PKG_VERSION_MINOR=3 CARGO_PKG_VERSION_PATCH=0 CARGO_PKG_VERSION_PRE='' LD_LIBRARY_PATH='/construction/editors/lapce/target/release/deps:/usr/local/lib' /usr/local/bin/rustc --crate-name idna --edition=2018 /construction/editors/lapce/lapce-0.2.8/cargo-crates/idna-0.3.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --diagnostic-width=80 --crate-type lib --emit=dep-info,metadata,link -C opt-level=2 -C embed-bitcode=no -C metadata=fbe5f865b5e0a7f0 -C extra-filename=-fbe5f865b5e0a7f0 --out-dir /construction/editors/lapce/target/x86_64-unknown-dragonfly/release/deps --target x86_64-unknown-dragonfly -C linker=cc -L dependency=/construction/editors/lapce/target/x86_64-unknown-dragonfly/release/deps -L dependency=/construction/editors/lapce/target/release/deps --extern unicode_bidi=/construction/editors/lapce/target/x86_64-unknown-dragonfly/release/deps/libunicode_bidi-11c90e059e447331.rmeta --extern unicode_normalization=/construction/editors/lapce/target/x86_64-unknown-dragonfly/release/deps/libunicode_normalization-9d8a29b7d7a20b9c.rmeta --cap-lints warn -C link-arg=-Wl,-rpath,/usr/local/lib -C link-arg=-L/usr/local/lib` [cap-primitives 0.25.3] error[E0554]: `#![feature]` may not be used on the stable release channel [cap-primitives 0.25.3] --> :1:12 [cap-primitives 0.25.3] | [cap-primitives 0.25.3] 1 | #![feature(windows_file_type_ext)] [cap-primitives 0.25.3] | ^^^^^^^^^^^^^^^^^^^^^ [cap-primitives 0.25.3] [cap-primitives 0.25.3] error[E0635]: unknown feature `windows_file_type_ext` [cap-primitives 0.25.3] --> :1:12 [cap-primitives 0.25.3] | [cap-primitives 0.25.3] 1 | #![feature(windows_file_type_ext)] [cap-primitives 0.25.3] | ^^^^^^^^^^^^^^^^^^^^^ [cap-primitives 0.25.3] [cap-primitives 0.25.3] error: aborting due to 2 previous errors [cap-primitives 0.25.3] [cap-primitives 0.25.3] Some errors have detailed explanations: E0554, E0635. [cap-primitives 0.25.3] For more information about an error, try `rustc --explain E0554`. Running `/construction/editors/lapce/target/release/build/log-8a014cd84e33f421/build-script-build` [log 0.4.17] cargo:rustc-cfg=atomic_cas [log 0.4.17] cargo:rustc-cfg=has_atomics [log 0.4.17] cargo:rerun-if-changed=build.rs Compiling rand v0.8.5 Running `CARGO=/usr/local/bin/cargo CARGO_CRATE_NAME=rand CARGO_MANIFEST_DIR=/construction/editors/lapce/lapce-0.2.8/cargo-crates/rand-0.8.5 CARGO_PKG_AUTHORS='The Rand Project Developers:The Rust Project Developers' CARGO_PKG_DESCRIPTION='Random number generators and other randomness functionality. ' CARGO_PKG_HOMEPAGE='https://rust-random.github.io/book' CARGO_PKG_LICENSE='MIT OR Apache-2.0' CARGO_PKG_LICENSE_FILE='' CARGO_PKG_NAME=rand CARGO_PKG_README=README.md CARGO_PKG_REPOSITORY='https://github.com/rust-random/rand' CARGO_PKG_RUST_VERSION='' CARGO_PKG_VERSION=0.8.5 CARGO_PKG_VERSION_MAJOR=0 CARGO_PKG_VERSION_MINOR=8 CARGO_PKG_VERSION_PATCH=5 CARGO_PKG_VERSION_PRE='' LD_LIBRARY_PATH='/construction/editors/lapce/target/release/deps:/usr/local/lib' /usr/local/bin/rustc --crate-name rand --edition=2018 /construction/editors/lapce/lapce-0.2.8/cargo-crates/rand-0.8.5/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --diagnostic-width=80 --crate-type lib --emit=dep-info,metadata,link -C opt-level=2 -C embed-bitcode=no --cfg 'feature="alloc"' --cfg 'feature="default"' --cfg 'feature="getrandom"' --cfg 'feature="libc"' --cfg 'feature="rand_chacha"' --cfg 'feature="std"' --cfg 'feature="std_rng"' -C metadata=2eeeec90a7cac1fa -C extra-filename=-2eeeec90a7cac1fa --out-dir /construction/editors/lapce/target/x86_64-unknown-dragonfly/release/deps --target x86_64-unknown-dragonfly -C linker=cc -L dependency=/construction/editors/lapce/target/x86_64-unknown-dragonfly/release/deps -L dependency=/construction/editors/lapce/target/release/deps --extern libc=/construction/editors/lapce/target/x86_64-unknown-dragonfly/release/deps/liblibc-8e3f13899fc9c378.rmeta --extern rand_chacha=/construction/editors/lapce/target/x86_64-unknown-dragonfly/release/deps/librand_chacha-e4dc1e6fcd9a24e2.rmeta --extern rand_core=/construction/editors/lapce/target/x86_64-unknown-dragonfly/release/deps/librand_core-8408edb59b616dbf.rmeta --cap-lints warn -C link-arg=-Wl,-rpath,/usr/local/lib -C link-arg=-L/usr/local/lib` [cap-primitives 0.25.3] error[E0554]: `#![feature]` may not be used on the stable release channel [cap-primitives 0.25.3] --> :1:12 [cap-primitives 0.25.3] | [cap-primitives 0.25.3] 1 | #![feature(io_error_more)] [cap-primitives 0.25.3] | ^^^^^^^^^^^^^ [cap-primitives 0.25.3] [cap-primitives 0.25.3] error: aborting due to previous error [cap-primitives 0.25.3] [cap-primitives 0.25.3] For more information about this error, try `rustc --explain E0554`. [cap-primitives 0.25.3] error[E0554]: `#![feature]` may not be used on the stable release channel [cap-primitives 0.25.3] --> :1:12 [cap-primitives 0.25.3] | [cap-primitives 0.25.3] 1 | #![feature(io_error_uncategorized)] [cap-primitives 0.25.3] | ^^^^^^^^^^^^^^^^^^^^^^ [cap-primitives 0.25.3] [cap-primitives 0.25.3] error: aborting due to previous error [cap-primitives 0.25.3] [cap-primitives 0.25.3] For more information about this error, try `rustc --explain E0554`. [cap-primitives 0.25.3] cargo:rerun-if-changed=build.rs Running `/construction/editors/lapce/target/release/build/tokio-4e75fafaec2fb689/build-script-build` Running `CARGO=/usr/local/bin/cargo CARGO_CRATE_NAME=io_extras CARGO_MANIFEST_DIR=/construction/editors/lapce/lapce-0.2.8/cargo-crates/io-extras-0.15.0 CARGO_PKG_AUTHORS='Dan Gohman ' CARGO_PKG_DESCRIPTION='File/socket handle/descriptor utilities' CARGO_PKG_HOMEPAGE='' CARGO_PKG_LICENSE='Apache-2.0 WITH LLVM-exception OR Apache-2.0 OR MIT' CARGO_PKG_LICENSE_FILE='' CARGO_PKG_NAME=io-extras CARGO_PKG_README=README.md CARGO_PKG_REPOSITORY='https://github.com/sunfishcode/io-extras' CARGO_PKG_RUST_VERSION='' CARGO_PKG_VERSION=0.15.0 CARGO_PKG_VERSION_MAJOR=0 CARGO_PKG_VERSION_MINOR=15 CARGO_PKG_VERSION_PATCH=0 CARGO_PKG_VERSION_PRE='' LD_LIBRARY_PATH='/construction/editors/lapce/target/release/deps:/usr/local/lib' OUT_DIR=/construction/editors/lapce/target/x86_64-unknown-dragonfly/release/build/io-extras-cde4145cc1d86fec/out /usr/local/bin/rustc --crate-name io_extras --edition=2018 /construction/editors/lapce/lapce-0.2.8/cargo-crates/io-extras-0.15.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --diagnostic-width=80 --crate-type lib --emit=dep-info,metadata,link -C opt-level=2 -C embed-bitcode=no --cfg 'feature="default"' -C metadata=b3ce72c189917bd8 -C extra-filename=-b3ce72c189917bd8 --out-dir /construction/editors/lapce/target/x86_64-unknown-dragonfly/release/deps --target x86_64-unknown-dragonfly -C linker=cc -L dependency=/construction/editors/lapce/target/x86_64-unknown-dragonfly/release/deps -L dependency=/construction/editors/lapce/target/release/deps --extern io_lifetimes=/construction/editors/lapce/target/x86_64-unknown-dragonfly/release/deps/libio_lifetimes-de46c8ddcfc2bd24.rmeta --cap-lints warn -C link-arg=-Wl,-rpath,/usr/local/lib -C link-arg=-L/usr/local/lib` Running `CARGO=/usr/local/bin/cargo CARGO_CRATE_NAME=openssl_sys CARGO_MANIFEST_DIR=/construction/editors/lapce/lapce-0.2.8/cargo-crates/openssl-sys-0.9.76 CARGO_PKG_AUTHORS='Alex Crichton :Steven Fackler ' CARGO_PKG_DESCRIPTION='FFI bindings to OpenSSL' CARGO_PKG_HOMEPAGE='' CARGO_PKG_LICENSE=MIT CARGO_PKG_LICENSE_FILE='' CARGO_PKG_NAME=openssl-sys CARGO_PKG_README=README.md CARGO_PKG_REPOSITORY='https://github.com/sfackler/rust-openssl' CARGO_PKG_RUST_VERSION='' CARGO_PKG_VERSION=0.9.76 CARGO_PKG_VERSION_MAJOR=0 CARGO_PKG_VERSION_MINOR=9 CARGO_PKG_VERSION_PATCH=76 CARGO_PKG_VERSION_PRE='' LD_LIBRARY_PATH='/construction/editors/lapce/target/release/deps:/usr/local/lib' OUT_DIR=/construction/editors/lapce/target/x86_64-unknown-dragonfly/release/build/openssl-sys-42331af08ea34b7b/out /usr/local/bin/rustc --crate-name openssl_sys /construction/editors/lapce/lapce-0.2.8/cargo-crates/openssl-sys-0.9.76/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --diagnostic-width=80 --crate-type lib --emit=dep-info,metadata,link -C opt-level=2 -C embed-bitcode=no -C metadata=811746f166836479 -C extra-filename=-811746f166836479 --out-dir /construction/editors/lapce/target/x86_64-unknown-dragonfly/release/deps --target x86_64-unknown-dragonfly -C linker=cc -L dependency=/construction/editors/lapce/target/x86_64-unknown-dragonfly/release/deps -L dependency=/construction/editors/lapce/target/release/deps --extern libc=/construction/editors/lapce/target/x86_64-unknown-dragonfly/release/deps/liblibc-8e3f13899fc9c378.rmeta --cap-lints warn -C link-arg=-Wl,-rpath,/usr/local/lib -C link-arg=-L/usr/local/lib -L native=/usr/local/lib -l dylib=ssl -l dylib=crypto --cfg const_fn --cfg openssl --cfg 'osslconf="OPENSSL_NO_RFC3779"' --cfg 'osslconf="OPENSSL_NO_SSL3_METHOD"' --cfg 'osslconf="OPENSSL_NO_SM3"' --cfg 'osslconf="OPENSSL_NO_SM4"' --cfg ossl101 --cfg ossl102 --cfg ossl102f --cfg ossl102h --cfg ossl110 --cfg ossl110f --cfg ossl110g --cfg ossl110h --cfg ossl111 --cfg ossl111b --cfg ossl111c` Compiling wasmtime-runtime v1.0.2 Running `CARGO=/usr/local/bin/cargo CARGO_CRATE_NAME=build_script_build CARGO_MANIFEST_DIR=/construction/editors/lapce/lapce-0.2.8/cargo-crates/wasmtime-runtime-1.0.2 CARGO_PKG_AUTHORS='The Wasmtime Project Developers' CARGO_PKG_DESCRIPTION='Runtime library support for Wasmtime' CARGO_PKG_HOMEPAGE='' CARGO_PKG_LICENSE='Apache-2.0 WITH LLVM-exception' CARGO_PKG_LICENSE_FILE='' CARGO_PKG_NAME=wasmtime-runtime CARGO_PKG_README='' CARGO_PKG_REPOSITORY='https://github.com/bytecodealliance/wasmtime' CARGO_PKG_RUST_VERSION='' CARGO_PKG_VERSION=1.0.2 CARGO_PKG_VERSION_MAJOR=1 CARGO_PKG_VERSION_MINOR=0 CARGO_PKG_VERSION_PATCH=2 CARGO_PKG_VERSION_PRE='' LD_LIBRARY_PATH='/construction/editors/lapce/target/release/deps:/usr/local/lib' /usr/local/bin/rustc --crate-name build_script_build --edition=2021 /construction/editors/lapce/lapce-0.2.8/cargo-crates/wasmtime-runtime-1.0.2/build.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --diagnostic-width=80 --crate-type bin --emit=dep-info,link -C embed-bitcode=no -C debug-assertions=off --cfg 'feature="async"' --cfg 'feature="memfd"' --cfg 'feature="memory-init-cow"' --cfg 'feature="pooling-allocator"' --cfg 'feature="wasmtime-fiber"' -C metadata=e9c4f87ccf0bcab6 -C extra-filename=-e9c4f87ccf0bcab6 --out-dir /construction/editors/lapce/target/release/build/wasmtime-runtime-e9c4f87ccf0bcab6 -C linker=cc -L dependency=/construction/editors/lapce/target/release/deps --extern cc=/construction/editors/lapce/target/release/deps/libcc-1c22ede16aecb155.rlib --cap-lints warn` Compiling cranelift-codegen v0.88.2 Running `CARGO=/usr/local/bin/cargo CARGO_CRATE_NAME=build_script_build CARGO_MANIFEST_DIR=/construction/editors/lapce/lapce-0.2.8/cargo-crates/cranelift-codegen-0.88.2 CARGO_PKG_AUTHORS='The Cranelift Project Developers' CARGO_PKG_DESCRIPTION='Low-level code generator library' CARGO_PKG_HOMEPAGE='' CARGO_PKG_LICENSE='Apache-2.0 WITH LLVM-exception' CARGO_PKG_LICENSE_FILE='' CARGO_PKG_NAME=cranelift-codegen CARGO_PKG_README=README.md CARGO_PKG_REPOSITORY='https://github.com/bytecodealliance/wasmtime' CARGO_PKG_RUST_VERSION='' CARGO_PKG_VERSION=0.88.2 CARGO_PKG_VERSION_MAJOR=0 CARGO_PKG_VERSION_MINOR=88 CARGO_PKG_VERSION_PATCH=2 CARGO_PKG_VERSION_PRE='' LD_LIBRARY_PATH='/construction/editors/lapce/target/release/deps:/usr/local/lib' /usr/local/bin/rustc --crate-name build_script_build --edition=2021 /construction/editors/lapce/lapce-0.2.8/cargo-crates/cranelift-codegen-0.88.2/build.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --diagnostic-width=80 --crate-type bin --emit=dep-info,link -C embed-bitcode=no -C debug-assertions=off --cfg 'feature="default"' --cfg 'feature="gimli"' --cfg 'feature="std"' --cfg 'feature="unwind"' -C metadata=dff83f7c47678901 -C extra-filename=-dff83f7c47678901 --out-dir /construction/editors/lapce/target/release/build/cranelift-codegen-dff83f7c47678901 -C linker=cc -L dependency=/construction/editors/lapce/target/release/deps --extern cranelift_codegen_meta=/construction/editors/lapce/target/release/deps/libcranelift_codegen_meta-318ab8a41533c895.rlib --extern cranelift_isle=/construction/editors/lapce/target/release/deps/libcranelift_isle-91a2e08f8233a2aa.rlib --cap-lints warn` Compiling memmap2 v0.5.7 Running `CARGO=/usr/local/bin/cargo CARGO_CRATE_NAME=memmap2 CARGO_MANIFEST_DIR=/construction/editors/lapce/lapce-0.2.8/cargo-crates/memmap2-0.5.7 CARGO_PKG_AUTHORS='Dan Burkert :Yevhenii Reizner ' CARGO_PKG_DESCRIPTION='Cross-platform Rust API for memory-mapped file IO' CARGO_PKG_HOMEPAGE='' CARGO_PKG_LICENSE=MIT/Apache-2.0 CARGO_PKG_LICENSE_FILE='' CARGO_PKG_NAME=memmap2 CARGO_PKG_README=README.md CARGO_PKG_REPOSITORY='https://github.com/RazrFalcon/memmap2-rs' CARGO_PKG_RUST_VERSION='' CARGO_PKG_VERSION=0.5.7 CARGO_PKG_VERSION_MAJOR=0 CARGO_PKG_VERSION_MINOR=5 CARGO_PKG_VERSION_PATCH=7 CARGO_PKG_VERSION_PRE='' LD_LIBRARY_PATH='/construction/editors/lapce/target/release/deps:/usr/local/lib' /usr/local/bin/rustc --crate-name memmap2 --edition=2018 /construction/editors/lapce/lapce-0.2.8/cargo-crates/memmap2-0.5.7/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --diagnostic-width=80 --crate-type lib --emit=dep-info,metadata,link -C opt-level=2 -C embed-bitcode=no -C metadata=20deaa7088fdb215 -C extra-filename=-20deaa7088fdb215 --out-dir /construction/editors/lapce/target/x86_64-unknown-dragonfly/release/deps --target x86_64-unknown-dragonfly -C linker=cc -L dependency=/construction/editors/lapce/target/x86_64-unknown-dragonfly/release/deps -L dependency=/construction/editors/lapce/target/release/deps --extern libc=/construction/editors/lapce/target/x86_64-unknown-dragonfly/release/deps/liblibc-8e3f13899fc9c378.rmeta --cap-lints warn -C link-arg=-Wl,-rpath,/usr/local/lib -C link-arg=-L/usr/local/lib` Compiling socket2 v0.4.7 Running `CARGO=/usr/local/bin/cargo CARGO_CRATE_NAME=socket2 CARGO_MANIFEST_DIR=/construction/editors/lapce/lapce-0.2.8/cargo-crates/socket2-0.4.7 CARGO_PKG_AUTHORS='Alex Crichton :Thomas de Zeeuw ' CARGO_PKG_DESCRIPTION='Utilities for handling networking sockets with a maximal amount of configuration possible intended. ' CARGO_PKG_HOMEPAGE='https://github.com/rust-lang/socket2' CARGO_PKG_LICENSE='MIT OR Apache-2.0' CARGO_PKG_LICENSE_FILE='' CARGO_PKG_NAME=socket2 CARGO_PKG_README=README.md CARGO_PKG_REPOSITORY='https://github.com/rust-lang/socket2' CARGO_PKG_RUST_VERSION='' CARGO_PKG_VERSION=0.4.7 CARGO_PKG_VERSION_MAJOR=0 CARGO_PKG_VERSION_MINOR=4 CARGO_PKG_VERSION_PATCH=7 CARGO_PKG_VERSION_PRE='' LD_LIBRARY_PATH='/construction/editors/lapce/target/release/deps:/usr/local/lib' /usr/local/bin/rustc --crate-name socket2 --edition=2018 /construction/editors/lapce/lapce-0.2.8/cargo-crates/socket2-0.4.7/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --diagnostic-width=80 --crate-type lib --emit=dep-info,metadata,link -C opt-level=2 -C embed-bitcode=no --cfg 'feature="all"' -C metadata=b697ff0f075ad0a4 -C extra-filename=-b697ff0f075ad0a4 --out-dir /construction/editors/lapce/target/x86_64-unknown-dragonfly/release/deps --target x86_64-unknown-dragonfly -C linker=cc -L dependency=/construction/editors/lapce/target/x86_64-unknown-dragonfly/release/deps -L dependency=/construction/editors/lapce/target/release/deps --extern libc=/construction/editors/lapce/target/x86_64-unknown-dragonfly/release/deps/liblibc-8e3f13899fc9c378.rmeta --cap-lints warn -C link-arg=-Wl,-rpath,/usr/local/lib -C link-arg=-L/usr/local/lib` Compiling cmake v0.1.48 Running `CARGO=/usr/local/bin/cargo CARGO_CRATE_NAME=cmake CARGO_MANIFEST_DIR=/construction/editors/lapce/lapce-0.2.8/cargo-crates/cmake-0.1.48 CARGO_PKG_AUTHORS='Alex Crichton ' CARGO_PKG_DESCRIPTION='A build dependency for running `cmake` to build a native library ' CARGO_PKG_HOMEPAGE='https://github.com/alexcrichton/cmake-rs' CARGO_PKG_LICENSE=MIT/Apache-2.0 CARGO_PKG_LICENSE_FILE='' CARGO_PKG_NAME=cmake CARGO_PKG_README=README.md CARGO_PKG_REPOSITORY='https://github.com/alexcrichton/cmake-rs' CARGO_PKG_RUST_VERSION='' CARGO_PKG_VERSION=0.1.48 CARGO_PKG_VERSION_MAJOR=0 CARGO_PKG_VERSION_MINOR=1 CARGO_PKG_VERSION_PATCH=48 CARGO_PKG_VERSION_PRE='' LD_LIBRARY_PATH='/construction/editors/lapce/target/release/deps:/usr/local/lib' /usr/local/bin/rustc --crate-name cmake /construction/editors/lapce/lapce-0.2.8/cargo-crates/cmake-0.1.48/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --diagnostic-width=80 --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debug-assertions=off -C metadata=7621872561b3b09b -C extra-filename=-7621872561b3b09b --out-dir /construction/editors/lapce/target/release/deps -C linker=cc -L dependency=/construction/editors/lapce/target/release/deps --extern cc=/construction/editors/lapce/target/release/deps/libcc-1c22ede16aecb155.rmeta --cap-lints warn` Compiling dirs-sys v0.3.7 Running `CARGO=/usr/local/bin/cargo CARGO_CRATE_NAME=dirs_sys CARGO_MANIFEST_DIR=/construction/editors/lapce/lapce-0.2.8/cargo-crates/dirs-sys-0.3.7 CARGO_PKG_AUTHORS='Simon Ochsenreither ' CARGO_PKG_DESCRIPTION='System-level helper functions for the dirs and directories crates.' CARGO_PKG_HOMEPAGE='' CARGO_PKG_LICENSE='MIT OR Apache-2.0' CARGO_PKG_LICENSE_FILE='' CARGO_PKG_NAME=dirs-sys CARGO_PKG_README=README.md CARGO_PKG_REPOSITORY='https://github.com/dirs-dev/dirs-sys-rs' CARGO_PKG_RUST_VERSION='' CARGO_PKG_VERSION=0.3.7 CARGO_PKG_VERSION_MAJOR=0 CARGO_PKG_VERSION_MINOR=3 CARGO_PKG_VERSION_PATCH=7 CARGO_PKG_VERSION_PRE='' LD_LIBRARY_PATH='/construction/editors/lapce/target/release/deps:/usr/local/lib' /usr/local/bin/rustc --crate-name dirs_sys /construction/editors/lapce/lapce-0.2.8/cargo-crates/dirs-sys-0.3.7/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --diagnostic-width=80 --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debug-assertions=off -C metadata=89302a586599443b -C extra-filename=-89302a586599443b --out-dir /construction/editors/lapce/target/release/deps -C linker=cc -L dependency=/construction/editors/lapce/target/release/deps --extern libc=/construction/editors/lapce/target/release/deps/liblibc-019d508bb65455ac.rmeta --cap-lints warn` Running `/construction/editors/lapce/target/release/build/cranelift-codegen-dff83f7c47678901/build-script-build` [cranelift-codegen 0.88.2] cargo:rustc-cfg=feature="x86" [cranelift-codegen 0.88.2] cargo:rerun-if-changed=build.rs [cranelift-codegen 0.88.2] Writing generated file: /construction/editors/lapce/target/x86_64-unknown-dragonfly/release/build/cranelift-codegen-b0dd211a24f968b1/out/settings.rs [cranelift-codegen 0.88.2] Writing generated file: /construction/editors/lapce/target/x86_64-unknown-dragonfly/release/build/cranelift-codegen-b0dd211a24f968b1/out/types.rs [cranelift-codegen 0.88.2] Writing generated file: /construction/editors/lapce/target/x86_64-unknown-dragonfly/release/build/cranelift-codegen-b0dd211a24f968b1/out/opcodes.rs [cranelift-codegen 0.88.2] Writing generated file: /construction/editors/lapce/target/x86_64-unknown-dragonfly/release/build/cranelift-codegen-b0dd211a24f968b1/out/clif.isle [cranelift-codegen 0.88.2] Writing generated file: /construction/editors/lapce/target/x86_64-unknown-dragonfly/release/build/cranelift-codegen-b0dd211a24f968b1/out/inst_builder.rs [cranelift-codegen 0.88.2] Writing generated file: /construction/editors/lapce/target/x86_64-unknown-dragonfly/release/build/cranelift-codegen-b0dd211a24f968b1/out/settings-x86.rs [cranelift-codegen 0.88.2] cargo:rerun-if-changed=src/prelude.isle [cranelift-codegen 0.88.2] cargo:rerun-if-changed=src/isa/x64/inst.isle [cranelift-codegen 0.88.2] cargo:rerun-if-changed=src/isa/x64/lower.isle [cranelift-codegen 0.88.2] Rebuilding /construction/editors/lapce/target/x86_64-unknown-dragonfly/release/build/cranelift-codegen-b0dd211a24f968b1/out/isle_x64.rs Compiling num-integer v0.1.45 Running `CARGO=/usr/local/bin/cargo CARGO_CRATE_NAME=build_script_build CARGO_MANIFEST_DIR=/construction/editors/lapce/lapce-0.2.8/cargo-crates/num-integer-0.1.45 CARGO_PKG_AUTHORS='The Rust Project Developers' CARGO_PKG_DESCRIPTION='Integer traits and functions' CARGO_PKG_HOMEPAGE='https://github.com/rust-num/num-integer' CARGO_PKG_LICENSE='MIT OR Apache-2.0' CARGO_PKG_LICENSE_FILE='' CARGO_PKG_NAME=num-integer CARGO_PKG_README=README.md CARGO_PKG_REPOSITORY='https://github.com/rust-num/num-integer' CARGO_PKG_RUST_VERSION='' CARGO_PKG_VERSION=0.1.45 CARGO_PKG_VERSION_MAJOR=0 CARGO_PKG_VERSION_MINOR=1 CARGO_PKG_VERSION_PATCH=45 CARGO_PKG_VERSION_PRE='' LD_LIBRARY_PATH='/construction/editors/lapce/target/release/deps:/usr/local/lib' /usr/local/bin/rustc --crate-name build_script_build /construction/editors/lapce/lapce-0.2.8/cargo-crates/num-integer-0.1.45/build.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --diagnostic-width=80 --crate-type bin --emit=dep-info,link -C embed-bitcode=no -C debug-assertions=off --cfg 'feature="i128"' -C metadata=c7e8923467a17751 -C extra-filename=-c7e8923467a17751 --out-dir /construction/editors/lapce/target/release/build/num-integer-c7e8923467a17751 -C linker=cc -L dependency=/construction/editors/lapce/target/release/deps --extern autocfg=/construction/editors/lapce/target/release/deps/libautocfg-9f3634dc764a754e.rlib --cap-lints warn` Compiling wasmtime-asm-macros v1.0.2 Running `CARGO=/usr/local/bin/cargo CARGO_CRATE_NAME=wasmtime_asm_macros CARGO_MANIFEST_DIR=/construction/editors/lapce/lapce-0.2.8/cargo-crates/wasmtime-asm-macros-1.0.2 CARGO_PKG_AUTHORS='The Wasmtime Project Developers' CARGO_PKG_DESCRIPTION='Macros for defining asm functions in Wasmtime' CARGO_PKG_HOMEPAGE='' CARGO_PKG_LICENSE='Apache-2.0 WITH LLVM-exception' CARGO_PKG_LICENSE_FILE='' CARGO_PKG_NAME=wasmtime-asm-macros CARGO_PKG_README='' CARGO_PKG_REPOSITORY='https://github.com/bytecodealliance/wasmtime' CARGO_PKG_RUST_VERSION='' CARGO_PKG_VERSION=1.0.2 CARGO_PKG_VERSION_MAJOR=1 CARGO_PKG_VERSION_MINOR=0 CARGO_PKG_VERSION_PATCH=2 CARGO_PKG_VERSION_PRE='' LD_LIBRARY_PATH='/construction/editors/lapce/target/release/deps:/usr/local/lib' /usr/local/bin/rustc --crate-name wasmtime_asm_macros --edition=2021 /construction/editors/lapce/lapce-0.2.8/cargo-crates/wasmtime-asm-macros-1.0.2/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --diagnostic-width=80 --crate-type lib --emit=dep-info,metadata,link -C opt-level=2 -C embed-bitcode=no -C metadata=214fcbf4a270b840 -C extra-filename=-214fcbf4a270b840 --out-dir /construction/editors/lapce/target/x86_64-unknown-dragonfly/release/deps --target x86_64-unknown-dragonfly -C linker=cc -L dependency=/construction/editors/lapce/target/x86_64-unknown-dragonfly/release/deps -L dependency=/construction/editors/lapce/target/release/deps --extern cfg_if=/construction/editors/lapce/target/x86_64-unknown-dragonfly/release/deps/libcfg_if-ab9f3df0ea533c99.rmeta --cap-lints warn -C link-arg=-Wl,-rpath,/usr/local/lib -C link-arg=-L/usr/local/lib` Compiling leb128 v0.2.5 Running `CARGO=/usr/local/bin/cargo CARGO_CRATE_NAME=leb128 CARGO_MANIFEST_DIR=/construction/editors/lapce/lapce-0.2.8/cargo-crates/leb128-0.2.5 CARGO_PKG_AUTHORS='Nick Fitzgerald :Philip Craig ' CARGO_PKG_DESCRIPTION='Read and write DWARF'\''s "Little Endian Base 128" (LEB128) variable length integer encoding.' CARGO_PKG_HOMEPAGE='' CARGO_PKG_LICENSE=Apache-2.0/MIT CARGO_PKG_LICENSE_FILE='' CARGO_PKG_NAME=leb128 CARGO_PKG_README=./README.md CARGO_PKG_REPOSITORY='https://github.com/gimli-rs/leb128' CARGO_PKG_RUST_VERSION='' CARGO_PKG_VERSION=0.2.5 CARGO_PKG_VERSION_MAJOR=0 CARGO_PKG_VERSION_MINOR=2 CARGO_PKG_VERSION_PATCH=5 CARGO_PKG_VERSION_PRE='' LD_LIBRARY_PATH='/construction/editors/lapce/target/release/deps:/usr/local/lib' /usr/local/bin/rustc --crate-name leb128 --edition=2018 /construction/editors/lapce/lapce-0.2.8/cargo-crates/leb128-0.2.5/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --diagnostic-width=80 --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debug-assertions=off -C metadata=c96ec2bcb3b60a46 -C extra-filename=-c96ec2bcb3b60a46 --out-dir /construction/editors/lapce/target/release/deps -C linker=cc -L dependency=/construction/editors/lapce/target/release/deps --cap-lints warn` Compiling same-file v1.0.6 Running `CARGO=/usr/local/bin/cargo CARGO_CRATE_NAME=same_file CARGO_MANIFEST_DIR=/construction/editors/lapce/lapce-0.2.8/cargo-crates/same-file-1.0.6 CARGO_PKG_AUTHORS='Andrew Gallant ' CARGO_PKG_DESCRIPTION='A simple crate for determining whether two file paths point to the same file. ' CARGO_PKG_HOMEPAGE='https://github.com/BurntSushi/same-file' CARGO_PKG_LICENSE=Unlicense/MIT CARGO_PKG_LICENSE_FILE='' CARGO_PKG_NAME=same-file CARGO_PKG_README=README.md CARGO_PKG_REPOSITORY='https://github.com/BurntSushi/same-file' CARGO_PKG_RUST_VERSION='' CARGO_PKG_VERSION=1.0.6 CARGO_PKG_VERSION_MAJOR=1 CARGO_PKG_VERSION_MINOR=0 CARGO_PKG_VERSION_PATCH=6 CARGO_PKG_VERSION_PRE='' LD_LIBRARY_PATH='/construction/editors/lapce/target/release/deps:/usr/local/lib' /usr/local/bin/rustc --crate-name same_file --edition=2018 /construction/editors/lapce/lapce-0.2.8/cargo-crates/same-file-1.0.6/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --diagnostic-width=80 --crate-type lib --emit=dep-info,metadata,link -C opt-level=2 -C embed-bitcode=no -C metadata=493e33b8e71034fc -C extra-filename=-493e33b8e71034fc --out-dir /construction/editors/lapce/target/x86_64-unknown-dragonfly/release/deps --target x86_64-unknown-dragonfly -C linker=cc -L dependency=/construction/editors/lapce/target/x86_64-unknown-dragonfly/release/deps -L dependency=/construction/editors/lapce/target/release/deps --cap-lints warn -C link-arg=-Wl,-rpath,/usr/local/lib -C link-arg=-L/usr/local/lib` Running `CARGO=/usr/local/bin/cargo CARGO_CRATE_NAME=leb128 CARGO_MANIFEST_DIR=/construction/editors/lapce/lapce-0.2.8/cargo-crates/leb128-0.2.5 CARGO_PKG_AUTHORS='Nick Fitzgerald :Philip Craig ' CARGO_PKG_DESCRIPTION='Read and write DWARF'\''s "Little Endian Base 128" (LEB128) variable length integer encoding.' CARGO_PKG_HOMEPAGE='' CARGO_PKG_LICENSE=Apache-2.0/MIT CARGO_PKG_LICENSE_FILE='' CARGO_PKG_NAME=leb128 CARGO_PKG_README=./README.md CARGO_PKG_REPOSITORY='https://github.com/gimli-rs/leb128' CARGO_PKG_RUST_VERSION='' CARGO_PKG_VERSION=0.2.5 CARGO_PKG_VERSION_MAJOR=0 CARGO_PKG_VERSION_MINOR=2 CARGO_PKG_VERSION_PATCH=5 CARGO_PKG_VERSION_PRE='' LD_LIBRARY_PATH='/construction/editors/lapce/target/release/deps:/usr/local/lib' /usr/local/bin/rustc --crate-name leb128 --edition=2018 /construction/editors/lapce/lapce-0.2.8/cargo-crates/leb128-0.2.5/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --diagnostic-width=80 --crate-type lib --emit=dep-info,metadata,link -C opt-level=2 -C embed-bitcode=no -C metadata=0dc0337534ebb739 -C extra-filename=-0dc0337534ebb739 --out-dir /construction/editors/lapce/target/x86_64-unknown-dragonfly/release/deps --target x86_64-unknown-dragonfly -C linker=cc -L dependency=/construction/editors/lapce/target/x86_64-unknown-dragonfly/release/deps -L dependency=/construction/editors/lapce/target/release/deps --cap-lints warn -C link-arg=-Wl,-rpath,/usr/local/lib -C link-arg=-L/usr/local/lib` Running `CARGO=/usr/local/bin/cargo CARGO_CRATE_NAME=cfg_if CARGO_MANIFEST_DIR=/construction/editors/lapce/lapce-0.2.8/cargo-crates/cfg-if-1.0.0 CARGO_PKG_AUTHORS='Alex Crichton ' CARGO_PKG_DESCRIPTION='A macro to ergonomically define an item depending on a large number of #[cfg] parameters. Structured like an if-else chain, the first matching branch is the item that gets emitted. ' CARGO_PKG_HOMEPAGE='https://github.com/alexcrichton/cfg-if' CARGO_PKG_LICENSE=MIT/Apache-2.0 CARGO_PKG_LICENSE_FILE='' CARGO_PKG_NAME=cfg-if CARGO_PKG_README=README.md CARGO_PKG_REPOSITORY='https://github.com/alexcrichton/cfg-if' CARGO_PKG_RUST_VERSION='' CARGO_PKG_VERSION=1.0.0 CARGO_PKG_VERSION_MAJOR=1 CARGO_PKG_VERSION_MINOR=0 CARGO_PKG_VERSION_PATCH=0 CARGO_PKG_VERSION_PRE='' LD_LIBRARY_PATH='/construction/editors/lapce/target/release/deps:/usr/local/lib' /usr/local/bin/rustc --crate-name cfg_if --edition=2018 /construction/editors/lapce/lapce-0.2.8/cargo-crates/cfg-if-1.0.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --diagnostic-width=80 --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debug-assertions=off -C metadata=5f4c8ec7c7e5bb09 -C extra-filename=-5f4c8ec7c7e5bb09 --out-dir /construction/editors/lapce/target/release/deps -C linker=cc -L dependency=/construction/editors/lapce/target/release/deps --cap-lints warn` warning: `ipnet` (lib) generated 2 warnings Compiling heck v0.4.0 Running `CARGO=/usr/local/bin/cargo CARGO_CRATE_NAME=heck CARGO_MANIFEST_DIR=/construction/editors/lapce/lapce-0.2.8/cargo-crates/heck-0.4.0 CARGO_PKG_AUTHORS='Without Boats ' CARGO_PKG_DESCRIPTION='heck is a case conversion library.' CARGO_PKG_HOMEPAGE='https://github.com/withoutboats/heck' CARGO_PKG_LICENSE='MIT OR Apache-2.0' CARGO_PKG_LICENSE_FILE='' CARGO_PKG_NAME=heck CARGO_PKG_README=README.md CARGO_PKG_REPOSITORY='https://github.com/withoutboats/heck' CARGO_PKG_RUST_VERSION='' CARGO_PKG_VERSION=0.4.0 CARGO_PKG_VERSION_MAJOR=0 CARGO_PKG_VERSION_MINOR=4 CARGO_PKG_VERSION_PATCH=0 CARGO_PKG_VERSION_PRE='' LD_LIBRARY_PATH='/construction/editors/lapce/target/release/deps:/usr/local/lib' /usr/local/bin/rustc --crate-name heck --edition=2018 /construction/editors/lapce/lapce-0.2.8/cargo-crates/heck-0.4.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --diagnostic-width=80 --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debug-assertions=off --cfg 'feature="default"' -C metadata=cd67b411e22aa8ee -C extra-filename=-cd67b411e22aa8ee --out-dir /construction/editors/lapce/target/release/deps -C linker=cc -L dependency=/construction/editors/lapce/target/release/deps --cap-lints warn` Compiling async-trait v0.1.57 Running `CARGO=/usr/local/bin/cargo CARGO_CRATE_NAME=build_script_build CARGO_MANIFEST_DIR=/construction/editors/lapce/lapce-0.2.8/cargo-crates/async-trait-0.1.57 CARGO_PKG_AUTHORS='David Tolnay ' CARGO_PKG_DESCRIPTION='Type erasure for async trait methods' CARGO_PKG_HOMEPAGE='' CARGO_PKG_LICENSE='MIT OR Apache-2.0' CARGO_PKG_LICENSE_FILE='' CARGO_PKG_NAME=async-trait CARGO_PKG_README=README.md CARGO_PKG_REPOSITORY='https://github.com/dtolnay/async-trait' CARGO_PKG_RUST_VERSION=1.39 CARGO_PKG_VERSION=0.1.57 CARGO_PKG_VERSION_MAJOR=0 CARGO_PKG_VERSION_MINOR=1 CARGO_PKG_VERSION_PATCH=57 CARGO_PKG_VERSION_PRE='' LD_LIBRARY_PATH='/construction/editors/lapce/target/release/deps:/usr/local/lib' /usr/local/bin/rustc --crate-name build_script_build --edition=2018 /construction/editors/lapce/lapce-0.2.8/cargo-crates/async-trait-0.1.57/build.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --diagnostic-width=80 --crate-type bin --emit=dep-info,link -C embed-bitcode=no -C debug-assertions=off -C metadata=013fc830f405d03b -C extra-filename=-013fc830f405d03b --out-dir /construction/editors/lapce/target/release/build/async-trait-013fc830f405d03b -C linker=cc -L dependency=/construction/editors/lapce/target/release/deps --cap-lints warn` Compiling serde_json v1.0.87 Running `CARGO=/usr/local/bin/cargo CARGO_CRATE_NAME=build_script_build CARGO_MANIFEST_DIR=/construction/editors/lapce/lapce-0.2.8/cargo-crates/serde_json-1.0.87 CARGO_PKG_AUTHORS='Erick Tryzelaar :David Tolnay ' CARGO_PKG_DESCRIPTION='A JSON serialization file format' CARGO_PKG_HOMEPAGE='' CARGO_PKG_LICENSE='MIT OR Apache-2.0' CARGO_PKG_LICENSE_FILE='' CARGO_PKG_NAME=serde_json CARGO_PKG_README=README.md CARGO_PKG_REPOSITORY='https://github.com/serde-rs/json' CARGO_PKG_RUST_VERSION=1.36 CARGO_PKG_VERSION=1.0.87 CARGO_PKG_VERSION_MAJOR=1 CARGO_PKG_VERSION_MINOR=0 CARGO_PKG_VERSION_PATCH=87 CARGO_PKG_VERSION_PRE='' LD_LIBRARY_PATH='/construction/editors/lapce/target/release/deps:/usr/local/lib' /usr/local/bin/rustc --crate-name build_script_build --edition=2018 /construction/editors/lapce/lapce-0.2.8/cargo-crates/serde_json-1.0.87/build.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --diagnostic-width=80 --crate-type bin --emit=dep-info,link -C embed-bitcode=no -C debug-assertions=off --cfg 'feature="default"' --cfg 'feature="std"' -C metadata=b79268e70bad45ba -C extra-filename=-b79268e70bad45ba --out-dir /construction/editors/lapce/target/release/build/serde_json-b79268e70bad45ba -C linker=cc -L dependency=/construction/editors/lapce/target/release/deps --cap-lints warn` Compiling maybe-owned v0.3.4 Running `CARGO=/usr/local/bin/cargo CARGO_CRATE_NAME=maybe_owned CARGO_MANIFEST_DIR=/construction/editors/lapce/lapce-0.2.8/cargo-crates/maybe-owned-0.3.4 CARGO_PKG_AUTHORS='Philipp korber :darkstalker :daboross :Zac Burns (That3Percent) ' CARGO_PKG_DESCRIPTION='provides a `MaybeOwned` (and `MaybeOwnedMut`) type similar to std'\''s `Cow` but it implements `From` and `From<&'\''a T>` and does not require `ToOwned`' CARGO_PKG_HOMEPAGE='' CARGO_PKG_LICENSE='MIT OR Apache-2.0' CARGO_PKG_LICENSE_FILE='' CARGO_PKG_NAME=maybe-owned CARGO_PKG_README=./README.md CARGO_PKG_REPOSITORY='https://github.com/rustonaut/maybe-owned' CARGO_PKG_RUST_VERSION='' CARGO_PKG_VERSION=0.3.4 CARGO_PKG_VERSION_MAJOR=0 CARGO_PKG_VERSION_MINOR=3 CARGO_PKG_VERSION_PATCH=4 CARGO_PKG_VERSION_PRE='' LD_LIBRARY_PATH='/construction/editors/lapce/target/release/deps:/usr/local/lib' /usr/local/bin/rustc --crate-name maybe_owned /construction/editors/lapce/lapce-0.2.8/cargo-crates/maybe-owned-0.3.4/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --diagnostic-width=80 --crate-type lib --emit=dep-info,metadata,link -C opt-level=2 -C embed-bitcode=no -C metadata=bf1f4f9f77e00131 -C extra-filename=-bf1f4f9f77e00131 --out-dir /construction/editors/lapce/target/x86_64-unknown-dragonfly/release/deps --target x86_64-unknown-dragonfly -C linker=cc -L dependency=/construction/editors/lapce/target/x86_64-unknown-dragonfly/release/deps -L dependency=/construction/editors/lapce/target/release/deps --cap-lints warn -C link-arg=-Wl,-rpath,/usr/local/lib -C link-arg=-L/usr/local/lib` Compiling cpp_demangle v0.3.5 Running `CARGO=/usr/local/bin/cargo CARGO_CRATE_NAME=build_script_build CARGO_MANIFEST_DIR=/construction/editors/lapce/lapce-0.2.8/cargo-crates/cpp_demangle-0.3.5 CARGO_PKG_AUTHORS='Nick Fitzgerald :Jim Blandy ' CARGO_PKG_DESCRIPTION='A crate for demangling C++ symbols' CARGO_PKG_HOMEPAGE='' CARGO_PKG_LICENSE=Apache-2.0/MIT CARGO_PKG_LICENSE_FILE='' CARGO_PKG_NAME=cpp_demangle CARGO_PKG_README=./README.md CARGO_PKG_REPOSITORY='https://github.com/gimli-rs/cpp_demangle' CARGO_PKG_RUST_VERSION='' CARGO_PKG_VERSION=0.3.5 CARGO_PKG_VERSION_MAJOR=0 CARGO_PKG_VERSION_MINOR=3 CARGO_PKG_VERSION_PATCH=5 CARGO_PKG_VERSION_PRE='' LD_LIBRARY_PATH='/construction/editors/lapce/target/release/deps:/usr/local/lib' /usr/local/bin/rustc --crate-name build_script_build /construction/editors/lapce/lapce-0.2.8/cargo-crates/cpp_demangle-0.3.5/build.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --diagnostic-width=80 --crate-type bin --emit=dep-info,link -C embed-bitcode=no -C debug-assertions=off --cfg 'feature="default"' --cfg 'feature="std"' -C metadata=86cc6233e474c686 -C extra-filename=-86cc6233e474c686 --out-dir /construction/editors/lapce/target/release/build/cpp_demangle-86cc6233e474c686 -C linker=cc -L dependency=/construction/editors/lapce/target/release/deps --cap-lints warn` Compiling arrayvec v0.5.2 Running `CARGO=/usr/local/bin/cargo CARGO_CRATE_NAME=arrayvec CARGO_MANIFEST_DIR=/construction/editors/lapce/lapce-0.2.8/cargo-crates/arrayvec-0.5.2 CARGO_PKG_AUTHORS=bluss CARGO_PKG_DESCRIPTION='A vector with fixed capacity, backed by an array (it can be stored on the stack too). Implements fixed capacity ArrayVec and ArrayString.' CARGO_PKG_HOMEPAGE='' CARGO_PKG_LICENSE=MIT/Apache-2.0 CARGO_PKG_LICENSE_FILE='' CARGO_PKG_NAME=arrayvec CARGO_PKG_README=README.md CARGO_PKG_REPOSITORY='https://github.com/bluss/arrayvec' CARGO_PKG_RUST_VERSION='' CARGO_PKG_VERSION=0.5.2 CARGO_PKG_VERSION_MAJOR=0 CARGO_PKG_VERSION_MINOR=5 CARGO_PKG_VERSION_PATCH=2 CARGO_PKG_VERSION_PRE='' LD_LIBRARY_PATH='/construction/editors/lapce/target/release/deps:/usr/local/lib' /usr/local/bin/rustc --crate-name arrayvec --edition=2018 /construction/editors/lapce/lapce-0.2.8/cargo-crates/arrayvec-0.5.2/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --diagnostic-width=80 --crate-type lib --emit=dep-info,metadata,link -C opt-level=2 -C embed-bitcode=no --cfg 'feature="default"' --cfg 'feature="std"' -C metadata=2f836936ab473817 -C extra-filename=-2f836936ab473817 --out-dir /construction/editors/lapce/target/x86_64-unknown-dragonfly/release/deps --target x86_64-unknown-dragonfly -C linker=cc -L dependency=/construction/editors/lapce/target/x86_64-unknown-dragonfly/release/deps -L dependency=/construction/editors/lapce/target/release/deps --cap-lints warn -C link-arg=-Wl,-rpath,/usr/local/lib -C link-arg=-L/usr/local/lib` Compiling humantime v2.1.0 Running `CARGO=/usr/local/bin/cargo CARGO_CRATE_NAME=humantime CARGO_MANIFEST_DIR=/construction/editors/lapce/lapce-0.2.8/cargo-crates/humantime-2.1.0 CARGO_PKG_AUTHORS='Paul Colomiets ' CARGO_PKG_DESCRIPTION=' A parser and formatter for std::time::{Duration, SystemTime} ' CARGO_PKG_HOMEPAGE='https://github.com/tailhook/humantime' CARGO_PKG_LICENSE=MIT/Apache-2.0 CARGO_PKG_LICENSE_FILE='' CARGO_PKG_NAME=humantime CARGO_PKG_README=README.md CARGO_PKG_REPOSITORY='https://github.com/tailhook/humantime' CARGO_PKG_RUST_VERSION='' CARGO_PKG_VERSION=2.1.0 CARGO_PKG_VERSION_MAJOR=2 CARGO_PKG_VERSION_MINOR=1 CARGO_PKG_VERSION_PATCH=0 CARGO_PKG_VERSION_PRE='' LD_LIBRARY_PATH='/construction/editors/lapce/target/release/deps:/usr/local/lib' /usr/local/bin/rustc --crate-name humantime --edition=2018 /construction/editors/lapce/lapce-0.2.8/cargo-crates/humantime-2.1.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --diagnostic-width=80 --crate-type lib --emit=dep-info,metadata,link -C opt-level=2 -C embed-bitcode=no -C metadata=193eeb5e6d37bea8 -C extra-filename=-193eeb5e6d37bea8 --out-dir /construction/editors/lapce/target/x86_64-unknown-dragonfly/release/deps --target x86_64-unknown-dragonfly -C linker=cc -L dependency=/construction/editors/lapce/target/x86_64-unknown-dragonfly/release/deps -L dependency=/construction/editors/lapce/target/release/deps --cap-lints warn -C link-arg=-Wl,-rpath,/usr/local/lib -C link-arg=-L/usr/local/lib` Running `/construction/editors/lapce/target/release/build/async-trait-013fc830f405d03b/build-script-build` [cranelift-codegen 0.88.2] Writing ISLE-generated Rust code to /construction/editors/lapce/target/x86_64-unknown-dragonfly/release/build/cranelift-codegen-b0dd211a24f968b1/out/isle_x64.rs [cranelift-codegen 0.88.2] Rebuilding /construction/editors/lapce/target/x86_64-unknown-dragonfly/release/build/cranelift-codegen-b0dd211a24f968b1/out/isle_aarch64.rs [cranelift-codegen 0.88.2] cargo:rerun-if-changed=src/prelude.isle [cranelift-codegen 0.88.2] cargo:rerun-if-changed=src/isa/aarch64/inst.isle [cranelift-codegen 0.88.2] cargo:rerun-if-changed=src/isa/aarch64/inst_neon.isle [cranelift-codegen 0.88.2] cargo:rerun-if-changed=src/isa/aarch64/lower.isle [cranelift-codegen 0.88.2] cargo:rerun-if-changed=src/isa/aarch64/lower_dynamic_neon.isle Running `/construction/editors/lapce/target/release/build/serde_json-b79268e70bad45ba/build-script-build` Running `CARGO=/usr/local/bin/cargo CARGO_CRATE_NAME=log CARGO_MANIFEST_DIR=/construction/editors/lapce/lapce-0.2.8/cargo-crates/log-0.4.17 CARGO_PKG_AUTHORS='The Rust Project Developers' CARGO_PKG_DESCRIPTION='A lightweight logging facade for Rust ' CARGO_PKG_HOMEPAGE='' CARGO_PKG_LICENSE='MIT OR Apache-2.0' CARGO_PKG_LICENSE_FILE='' CARGO_PKG_NAME=log CARGO_PKG_README=README.md CARGO_PKG_REPOSITORY='https://github.com/rust-lang/log' CARGO_PKG_RUST_VERSION='' CARGO_PKG_VERSION=0.4.17 CARGO_PKG_VERSION_MAJOR=0 CARGO_PKG_VERSION_MINOR=4 CARGO_PKG_VERSION_PATCH=17 CARGO_PKG_VERSION_PRE='' LD_LIBRARY_PATH='/construction/editors/lapce/target/release/deps:/usr/local/lib' OUT_DIR=/construction/editors/lapce/target/release/build/log-2d258b940d95d964/out /usr/local/bin/rustc --crate-name log /construction/editors/lapce/lapce-0.2.8/cargo-crates/log-0.4.17/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --diagnostic-width=80 --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debug-assertions=off -C metadata=aa0b990e7eb554d4 -C extra-filename=-aa0b990e7eb554d4 --out-dir /construction/editors/lapce/target/release/deps -C linker=cc -L dependency=/construction/editors/lapce/target/release/deps --extern cfg_if=/construction/editors/lapce/target/release/deps/libcfg_if-5f4c8ec7c7e5bb09.rmeta --cap-lints warn --cfg atomic_cas --cfg has_atomics` [serde_json 1.0.87] cargo:rustc-cfg=limb_width_64 Compiling wasm-encoder v0.17.0 Running `CARGO=/usr/local/bin/cargo CARGO_CRATE_NAME=wasm_encoder CARGO_MANIFEST_DIR=/construction/editors/lapce/lapce-0.2.8/cargo-crates/wasm-encoder-0.17.0 CARGO_PKG_AUTHORS='Nick Fitzgerald ' CARGO_PKG_DESCRIPTION='A low-level WebAssembly encoder. ' CARGO_PKG_HOMEPAGE='https://github.com/bytecodealliance/wasm-tools/tree/main/crates/wasm-encoder' CARGO_PKG_LICENSE='Apache-2.0 WITH LLVM-exception' CARGO_PKG_LICENSE_FILE='' CARGO_PKG_NAME=wasm-encoder CARGO_PKG_README=README.md CARGO_PKG_REPOSITORY='https://github.com/bytecodealliance/wasm-tools/tree/main/crates/wasm-encoder' CARGO_PKG_RUST_VERSION='' CARGO_PKG_VERSION=0.17.0 CARGO_PKG_VERSION_MAJOR=0 CARGO_PKG_VERSION_MINOR=17 CARGO_PKG_VERSION_PATCH=0 CARGO_PKG_VERSION_PRE='' LD_LIBRARY_PATH='/construction/editors/lapce/target/release/deps:/usr/local/lib' /usr/local/bin/rustc --crate-name wasm_encoder --edition=2021 /construction/editors/lapce/lapce-0.2.8/cargo-crates/wasm-encoder-0.17.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --diagnostic-width=80 --crate-type lib --emit=dep-info,metadata,link -C opt-level=2 -C embed-bitcode=no -C metadata=6e6bc7c72c08b45a -C extra-filename=-6e6bc7c72c08b45a --out-dir /construction/editors/lapce/target/x86_64-unknown-dragonfly/release/deps --target x86_64-unknown-dragonfly -C linker=cc -L dependency=/construction/editors/lapce/target/x86_64-unknown-dragonfly/release/deps -L dependency=/construction/editors/lapce/target/release/deps --extern leb128=/construction/editors/lapce/target/x86_64-unknown-dragonfly/release/deps/libleb128-0dc0337534ebb739.rmeta --cap-lints warn -C link-arg=-Wl,-rpath,/usr/local/lib -C link-arg=-L/usr/local/lib` Compiling walkdir v2.3.2 Running `CARGO=/usr/local/bin/cargo CARGO_CRATE_NAME=walkdir CARGO_MANIFEST_DIR=/construction/editors/lapce/lapce-0.2.8/cargo-crates/walkdir-2.3.2 CARGO_PKG_AUTHORS='Andrew Gallant ' CARGO_PKG_DESCRIPTION='Recursively walk a directory.' CARGO_PKG_HOMEPAGE='https://github.com/BurntSushi/walkdir' CARGO_PKG_LICENSE=Unlicense/MIT CARGO_PKG_LICENSE_FILE='' CARGO_PKG_NAME=walkdir CARGO_PKG_README=README.md CARGO_PKG_REPOSITORY='https://github.com/BurntSushi/walkdir' CARGO_PKG_RUST_VERSION='' CARGO_PKG_VERSION=2.3.2 CARGO_PKG_VERSION_MAJOR=2 CARGO_PKG_VERSION_MINOR=3 CARGO_PKG_VERSION_PATCH=2 CARGO_PKG_VERSION_PRE='' LD_LIBRARY_PATH='/construction/editors/lapce/target/release/deps:/usr/local/lib' /usr/local/bin/rustc --crate-name walkdir --edition=2018 /construction/editors/lapce/lapce-0.2.8/cargo-crates/walkdir-2.3.2/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --diagnostic-width=80 --crate-type lib --emit=dep-info,metadata,link -C opt-level=2 -C embed-bitcode=no -C metadata=3e4c74b6a532dba4 -C extra-filename=-3e4c74b6a532dba4 --out-dir /construction/editors/lapce/target/x86_64-unknown-dragonfly/release/deps --target x86_64-unknown-dragonfly -C linker=cc -L dependency=/construction/editors/lapce/target/x86_64-unknown-dragonfly/release/deps -L dependency=/construction/editors/lapce/target/release/deps --extern same_file=/construction/editors/lapce/target/x86_64-unknown-dragonfly/release/deps/libsame_file-493e33b8e71034fc.rmeta --cap-lints warn -C link-arg=-Wl,-rpath,/usr/local/lib -C link-arg=-L/usr/local/lib` Compiling wast v35.0.2 Running `CARGO=/usr/local/bin/cargo CARGO_CRATE_NAME=wast CARGO_MANIFEST_DIR=/construction/editors/lapce/lapce-0.2.8/cargo-crates/wast-35.0.2 CARGO_PKG_AUTHORS='Alex Crichton ' CARGO_PKG_DESCRIPTION='Customizable Rust parsers for the WebAssembly Text formats WAT and WAST ' CARGO_PKG_HOMEPAGE='https://github.com/bytecodealliance/wasm-tools/tree/main/crates/wast' CARGO_PKG_LICENSE='Apache-2.0 WITH LLVM-exception' CARGO_PKG_LICENSE_FILE='' CARGO_PKG_NAME=wast CARGO_PKG_README=README.md CARGO_PKG_REPOSITORY='https://github.com/bytecodealliance/wasm-tools/tree/main/crates/wast' CARGO_PKG_RUST_VERSION='' CARGO_PKG_VERSION=35.0.2 CARGO_PKG_VERSION_MAJOR=35 CARGO_PKG_VERSION_MINOR=0 CARGO_PKG_VERSION_PATCH=2 CARGO_PKG_VERSION_PRE='' LD_LIBRARY_PATH='/construction/editors/lapce/target/release/deps:/usr/local/lib' /usr/local/bin/rustc --crate-name wast --edition=2018 /construction/editors/lapce/lapce-0.2.8/cargo-crates/wast-35.0.2/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --diagnostic-width=80 --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debug-assertions=off -C metadata=721edec3ba252302 -C extra-filename=-721edec3ba252302 --out-dir /construction/editors/lapce/target/release/deps -C linker=cc -L dependency=/construction/editors/lapce/target/release/deps --extern leb128=/construction/editors/lapce/target/release/deps/libleb128-c96ec2bcb3b60a46.rmeta --cap-lints warn` Running `/construction/editors/lapce/target/release/build/cpp_demangle-86cc6233e474c686/build-script-build` [cpp_demangle 0.3.5] cargo:rerun-if-changed=build.rs Running `/construction/editors/lapce/target/release/build/num-integer-c7e8923467a17751/build-script-build` [num-integer 0.1.45] cargo:rustc-cfg=has_i128 [num-integer 0.1.45] cargo:rerun-if-changed=build.rs Compiling freetype-sys v0.13.1 Running `CARGO=/usr/local/bin/cargo CARGO_CRATE_NAME=build_script_build CARGO_MANIFEST_DIR=/construction/editors/lapce/lapce-0.2.8/cargo-crates/freetype-sys-0.13.1 CARGO_PKG_AUTHORS='Coeuvre ' CARGO_PKG_DESCRIPTION='Low level binding for FreeType font library' CARGO_PKG_HOMEPAGE='https://github.com/PistonDevelopers/freetype-sys' CARGO_PKG_LICENSE=MIT CARGO_PKG_LICENSE_FILE='' CARGO_PKG_NAME=freetype-sys CARGO_PKG_README=README.md CARGO_PKG_REPOSITORY='https://github.com/PistonDevelopers/freetype-sys.git' CARGO_PKG_RUST_VERSION='' CARGO_PKG_VERSION=0.13.1 CARGO_PKG_VERSION_MAJOR=0 CARGO_PKG_VERSION_MINOR=13 CARGO_PKG_VERSION_PATCH=1 CARGO_PKG_VERSION_PRE='' LD_LIBRARY_PATH='/construction/editors/lapce/target/release/deps:/usr/local/lib' /usr/local/bin/rustc --crate-name build_script_build /construction/editors/lapce/lapce-0.2.8/cargo-crates/freetype-sys-0.13.1/build.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --diagnostic-width=80 --crate-type bin --emit=dep-info,link -C embed-bitcode=no -C debug-assertions=off -C metadata=b404966973f7b0c2 -C extra-filename=-b404966973f7b0c2 --out-dir /construction/editors/lapce/target/release/build/freetype-sys-b404966973f7b0c2 -C linker=cc -L dependency=/construction/editors/lapce/target/release/deps --extern cmake=/construction/editors/lapce/target/release/deps/libcmake-7621872561b3b09b.rlib --extern pkg_config=/construction/editors/lapce/target/release/deps/libpkg_config-511ebd8140d1be89.rlib --cap-lints warn` Compiling dirs v4.0.0 Running `CARGO=/usr/local/bin/cargo CARGO_CRATE_NAME=dirs CARGO_MANIFEST_DIR=/construction/editors/lapce/lapce-0.2.8/cargo-crates/dirs-4.0.0 CARGO_PKG_AUTHORS='Simon Ochsenreither ' CARGO_PKG_DESCRIPTION='A tiny low-level library that provides platform-specific standard locations of directories for config, cache and other data on Linux, Windows, macOS and Redox by leveraging the mechanisms defined by the XDG base/user directory specifications on Linux, the Known Folder API on Windows, and the Standard Directory guidelines on macOS.' CARGO_PKG_HOMEPAGE='' CARGO_PKG_LICENSE='MIT OR Apache-2.0' CARGO_PKG_LICENSE_FILE='' CARGO_PKG_NAME=dirs CARGO_PKG_README=README.md CARGO_PKG_REPOSITORY='https://github.com/soc/dirs-rs' CARGO_PKG_RUST_VERSION='' CARGO_PKG_VERSION=4.0.0 CARGO_PKG_VERSION_MAJOR=4 CARGO_PKG_VERSION_MINOR=0 CARGO_PKG_VERSION_PATCH=0 CARGO_PKG_VERSION_PRE='' LD_LIBRARY_PATH='/construction/editors/lapce/target/release/deps:/usr/local/lib' /usr/local/bin/rustc --crate-name dirs /construction/editors/lapce/lapce-0.2.8/cargo-crates/dirs-4.0.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --diagnostic-width=80 --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debug-assertions=off -C metadata=2b86b199813a0006 -C extra-filename=-2b86b199813a0006 --out-dir /construction/editors/lapce/target/release/deps -C linker=cc -L dependency=/construction/editors/lapce/target/release/deps --extern dirs_sys=/construction/editors/lapce/target/release/deps/libdirs_sys-89302a586599443b.rmeta --cap-lints warn` Running `/construction/editors/lapce/target/release/build/wasmtime-runtime-e9c4f87ccf0bcab6/build-script-build` [wasmtime-runtime 1.0.2] cargo:rerun-if-changed=src/helpers.c [zstd-sys 2.0.1+zstd.1.5.2] TARGET = Some("x86_64-unknown-dragonfly") [zstd-sys 2.0.1+zstd.1.5.2] HOST = Some("x86_64-unknown-dragonfly") [zstd-sys 2.0.1+zstd.1.5.2] CC_x86_64-unknown-dragonfly = None [zstd-sys 2.0.1+zstd.1.5.2] CC_x86_64_unknown_dragonfly = None [zstd-sys 2.0.1+zstd.1.5.2] HOST_CC = None [zstd-sys 2.0.1+zstd.1.5.2] CC = Some("cc") [zstd-sys 2.0.1+zstd.1.5.2] CFLAGS_x86_64-unknown-dragonfly = None [zstd-sys 2.0.1+zstd.1.5.2] CFLAGS_x86_64_unknown_dragonfly = None [zstd-sys 2.0.1+zstd.1.5.2] HOST_CFLAGS = None [zstd-sys 2.0.1+zstd.1.5.2] CFLAGS = Some("-pipe -O2 -isystem /usr/local/include -fno-strict-aliasing ") [zstd-sys 2.0.1+zstd.1.5.2] CRATE_CC_NO_DEFAULTS = None [zstd-sys 2.0.1+zstd.1.5.2] DEBUG = Some("false") [zstd-sys 2.0.1+zstd.1.5.2] CARGO_CFG_TARGET_FEATURE = Some("fxsr,sse,sse2") [zstd-sys 2.0.1+zstd.1.5.2] running: "cc" "-O3" "-ffunction-sections" "-fdata-sections" "-fPIC" "-m64" "-pipe" "-O2" "-isystem" "/usr/local/include" "-fno-strict-aliasing" "-I" "zstd/lib/" "-I" "zstd/lib/common" "-I" "zstd/lib/legacy" "-fvisibility=hidden" "-DZSTD_LIB_DEPRECATED=0" "-DXXH_PRIVATE_API=" "-DZSTDLIB_VISIBILITY=" "-DZDICTLIB_VISIBILITY=" "-DZSTDERRORLIB_VISIBILITY=" "-DZSTD_LEGACY_SUPPORT=1" "-o" "/construction/editors/lapce/target/x86_64-unknown-dragonfly/release/build/zstd-sys-04bdbafb9fc1b037/out/zstd/lib/common/debug.o" "-c" "zstd/lib/common/debug.c" [zstd-sys 2.0.1+zstd.1.5.2] exit status: 0 [wasmtime-runtime 1.0.2] TARGET = Some("x86_64-unknown-dragonfly") [wasmtime-runtime 1.0.2] OPT_LEVEL = Some("2") [wasmtime-runtime 1.0.2] HOST = Some("x86_64-unknown-dragonfly") [wasmtime-runtime 1.0.2] CC_x86_64-unknown-dragonfly = None [wasmtime-runtime 1.0.2] CC_x86_64_unknown_dragonfly = None [wasmtime-runtime 1.0.2] HOST_CC = None [wasmtime-runtime 1.0.2] CC = Some("cc") [wasmtime-runtime 1.0.2] CFLAGS_x86_64-unknown-dragonfly = None [wasmtime-runtime 1.0.2] CFLAGS_x86_64_unknown_dragonfly = None [wasmtime-runtime 1.0.2] HOST_CFLAGS = None [wasmtime-runtime 1.0.2] CFLAGS = Some("-pipe -O2 -isystem /usr/local/include -fno-strict-aliasing ") [wasmtime-runtime 1.0.2] CRATE_CC_NO_DEFAULTS = None [wasmtime-runtime 1.0.2] DEBUG = Some("false") [wasmtime-runtime 1.0.2] CARGO_CFG_TARGET_FEATURE = Some("fxsr,sse,sse2") [wasmtime-runtime 1.0.2] running: "cc" "-O2" "-ffunction-sections" "-fdata-sections" "-fPIC" "-m64" "-pipe" "-O2" "-isystem" "/usr/local/include" "-fno-strict-aliasing" "-Wall" "-Wextra" "-DCFG_TARGET_OS_dragonfly" "-DCFG_TARGET_ARCH_x86_64" "-o" "/construction/editors/lapce/target/x86_64-unknown-dragonfly/release/build/wasmtime-runtime-31186e9e9f0cafcb/out/src/helpers.o" "-c" "src/helpers.c" [wasmtime-runtime 1.0.2] exit status: 0 Compiling psm v0.1.21 Running `CARGO=/usr/local/bin/cargo CARGO_CRATE_NAME=build_script_build CARGO_MANIFEST_DIR=/construction/editors/lapce/lapce-0.2.8/cargo-crates/psm-0.1.21 CARGO_PKG_AUTHORS='Simonas Kazlauskas ' CARGO_PKG_DESCRIPTION='Portable Stack Manipulation: stack manipulation and introspection routines' CARGO_PKG_HOMEPAGE='' CARGO_PKG_LICENSE='MIT OR Apache-2.0' CARGO_PKG_LICENSE_FILE='' CARGO_PKG_NAME=psm CARGO_PKG_README=README.mkd CARGO_PKG_REPOSITORY='https://github.com/rust-lang/stacker/' CARGO_PKG_RUST_VERSION='' CARGO_PKG_VERSION=0.1.21 CARGO_PKG_VERSION_MAJOR=0 CARGO_PKG_VERSION_MINOR=1 CARGO_PKG_VERSION_PATCH=21 CARGO_PKG_VERSION_PRE='' LD_LIBRARY_PATH='/construction/editors/lapce/target/release/deps:/usr/local/lib' /usr/local/bin/rustc --crate-name build_script_build /construction/editors/lapce/lapce-0.2.8/cargo-crates/psm-0.1.21/build.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --diagnostic-width=80 --crate-type bin --emit=dep-info,link -C embed-bitcode=no -C debug-assertions=off -C metadata=4784c1dfed0a60a3 -C extra-filename=-4784c1dfed0a60a3 --out-dir /construction/editors/lapce/target/release/build/psm-4784c1dfed0a60a3 -C linker=cc -L dependency=/construction/editors/lapce/target/release/deps --extern cc=/construction/editors/lapce/target/release/deps/libcc-1c22ede16aecb155.rlib --cap-lints warn` Compiling backtrace v0.3.66 Running `CARGO=/usr/local/bin/cargo CARGO_CRATE_NAME=build_script_build CARGO_MANIFEST_DIR=/construction/editors/lapce/lapce-0.2.8/cargo-crates/backtrace-0.3.66 CARGO_PKG_AUTHORS='The Rust Project Developers' CARGO_PKG_DESCRIPTION='A library to acquire a stack trace (backtrace) at runtime in a Rust program. ' CARGO_PKG_HOMEPAGE='https://github.com/rust-lang/backtrace-rs' CARGO_PKG_LICENSE=MIT/Apache-2.0 CARGO_PKG_LICENSE_FILE='' CARGO_PKG_NAME=backtrace CARGO_PKG_README=README.md CARGO_PKG_REPOSITORY='https://github.com/rust-lang/backtrace-rs' CARGO_PKG_RUST_VERSION='' CARGO_PKG_VERSION=0.3.66 CARGO_PKG_VERSION_MAJOR=0 CARGO_PKG_VERSION_MINOR=3 CARGO_PKG_VERSION_PATCH=66 CARGO_PKG_VERSION_PRE='' LD_LIBRARY_PATH='/construction/editors/lapce/target/release/deps:/usr/local/lib' /usr/local/bin/rustc --crate-name build_script_build --edition=2018 /construction/editors/lapce/lapce-0.2.8/cargo-crates/backtrace-0.3.66/build.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --diagnostic-width=80 --crate-type bin --emit=dep-info,link -C embed-bitcode=no -C debug-assertions=off --cfg 'feature="default"' --cfg 'feature="std"' -C metadata=15c08319d3bb88c2 -C extra-filename=-15c08319d3bb88c2 --out-dir /construction/editors/lapce/target/release/build/backtrace-15c08319d3bb88c2 -C linker=cc -L dependency=/construction/editors/lapce/target/release/deps --extern cc=/construction/editors/lapce/target/release/deps/libcc-1c22ede16aecb155.rlib --cap-lints warn` [cranelift-codegen 0.88.2] Writing ISLE-generated Rust code to /construction/editors/lapce/target/x86_64-unknown-dragonfly/release/build/cranelift-codegen-b0dd211a24f968b1/out/isle_aarch64.rs [cranelift-codegen 0.88.2] cargo:rerun-if-changed=src/prelude.isle [cranelift-codegen 0.88.2] cargo:rerun-if-changed=src/isa/s390x/inst.isle [cranelift-codegen 0.88.2] cargo:rerun-if-changed=src/isa/s390x/lower.isle [cranelift-codegen 0.88.2] Rebuilding /construction/editors/lapce/target/x86_64-unknown-dragonfly/release/build/cranelift-codegen-b0dd211a24f968b1/out/isle_s390x.rs Compiling yeslogic-fontconfig-sys v3.2.0 Running `CARGO=/usr/local/bin/cargo CARGO_CRATE_NAME=build_script_build CARGO_MANIFEST_DIR=/construction/editors/lapce/lapce-0.2.8/cargo-crates/yeslogic-fontconfig-sys-3.2.0 CARGO_PKG_AUTHORS='Austin Bonander :The Servo Project Developers:YesLogic Pty. Ltd. ' CARGO_PKG_DESCRIPTION='Raw bindings to Fontconfig without a vendored C library' CARGO_PKG_HOMEPAGE='https://github.com/yeslogic/fontconfig-rs' CARGO_PKG_LICENSE=MIT CARGO_PKG_LICENSE_FILE='' CARGO_PKG_NAME=yeslogic-fontconfig-sys CARGO_PKG_README=README.md CARGO_PKG_REPOSITORY='https://github.com/yeslogic/fontconfig-rs' CARGO_PKG_RUST_VERSION=1.46 CARGO_PKG_VERSION=3.2.0 CARGO_PKG_VERSION_MAJOR=3 CARGO_PKG_VERSION_MINOR=2 CARGO_PKG_VERSION_PATCH=0 CARGO_PKG_VERSION_PRE='' LD_LIBRARY_PATH='/construction/editors/lapce/target/release/deps:/usr/local/lib' /usr/local/bin/rustc --crate-name build_script_build --edition=2018 /construction/editors/lapce/lapce-0.2.8/cargo-crates/yeslogic-fontconfig-sys-3.2.0/build.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --diagnostic-width=80 --crate-type bin --emit=dep-info,link -C embed-bitcode=no -C debug-assertions=off -C metadata=0f9fc1cd1f8cce35 -C extra-filename=-0f9fc1cd1f8cce35 --out-dir /construction/editors/lapce/target/release/build/yeslogic-fontconfig-sys-0f9fc1cd1f8cce35 -C linker=cc -L dependency=/construction/editors/lapce/target/release/deps --extern pkg_config=/construction/editors/lapce/target/release/deps/libpkg_config-511ebd8140d1be89.rlib --cap-lints warn` Compiling xmlparser v0.13.3 Running `CARGO=/usr/local/bin/cargo CARGO_CRATE_NAME=xmlparser CARGO_MANIFEST_DIR=/construction/editors/lapce/lapce-0.2.8/cargo-crates/xmlparser-0.13.3 CARGO_PKG_AUTHORS='Evgeniy Reizner ' CARGO_PKG_DESCRIPTION='Pull-based, zero-allocation XML parser.' CARGO_PKG_HOMEPAGE='' CARGO_PKG_LICENSE=MIT/Apache-2.0 CARGO_PKG_LICENSE_FILE='' CARGO_PKG_NAME=xmlparser CARGO_PKG_README=README.md CARGO_PKG_REPOSITORY='https://github.com/RazrFalcon/xmlparser' CARGO_PKG_RUST_VERSION='' CARGO_PKG_VERSION=0.13.3 CARGO_PKG_VERSION_MAJOR=0 CARGO_PKG_VERSION_MINOR=13 CARGO_PKG_VERSION_PATCH=3 CARGO_PKG_VERSION_PRE='' LD_LIBRARY_PATH='/construction/editors/lapce/target/release/deps:/usr/local/lib' /usr/local/bin/rustc --crate-name xmlparser --edition=2018 /construction/editors/lapce/lapce-0.2.8/cargo-crates/xmlparser-0.13.3/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --diagnostic-width=80 --crate-type lib --emit=dep-info,metadata,link -C opt-level=2 -C embed-bitcode=no --cfg 'feature="default"' --cfg 'feature="std"' -C metadata=1310f165dceaadd9 -C extra-filename=-1310f165dceaadd9 --out-dir /construction/editors/lapce/target/x86_64-unknown-dragonfly/release/deps --target x86_64-unknown-dragonfly -C linker=cc -L dependency=/construction/editors/lapce/target/x86_64-unknown-dragonfly/release/deps -L dependency=/construction/editors/lapce/target/release/deps --cap-lints warn -C link-arg=-Wl,-rpath,/usr/local/lib -C link-arg=-L/usr/local/lib` Compiling wasmtime-cache v1.0.2 Running `CARGO=/usr/local/bin/cargo CARGO_CRATE_NAME=build_script_build CARGO_MANIFEST_DIR=/construction/editors/lapce/lapce-0.2.8/cargo-crates/wasmtime-cache-1.0.2 CARGO_PKG_AUTHORS='The Wasmtime Project Developers' CARGO_PKG_DESCRIPTION='Support for automatic module caching with Wasmtime' CARGO_PKG_HOMEPAGE='' CARGO_PKG_LICENSE='Apache-2.0 WITH LLVM-exception' CARGO_PKG_LICENSE_FILE='' CARGO_PKG_NAME=wasmtime-cache CARGO_PKG_README='' CARGO_PKG_REPOSITORY='https://github.com/bytecodealliance/wasmtime' CARGO_PKG_RUST_VERSION='' CARGO_PKG_VERSION=1.0.2 CARGO_PKG_VERSION_MAJOR=1 CARGO_PKG_VERSION_MINOR=0 CARGO_PKG_VERSION_PATCH=2 CARGO_PKG_VERSION_PRE='' LD_LIBRARY_PATH='/construction/editors/lapce/target/release/deps:/usr/local/lib' /usr/local/bin/rustc --crate-name build_script_build --edition=2021 /construction/editors/lapce/lapce-0.2.8/cargo-crates/wasmtime-cache-1.0.2/build.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --diagnostic-width=80 --crate-type bin --emit=dep-info,link -C embed-bitcode=no -C debug-assertions=off -C metadata=a29ee4ec07794d19 -C extra-filename=-a29ee4ec07794d19 --out-dir /construction/editors/lapce/target/release/build/wasmtime-cache-a29ee4ec07794d19 -C linker=cc -L dependency=/construction/editors/lapce/target/release/deps --cap-lints warn` Compiling paste v1.0.9 Running `CARGO=/usr/local/bin/cargo CARGO_CRATE_NAME=paste CARGO_MANIFEST_DIR=/construction/editors/lapce/lapce-0.2.8/cargo-crates/paste-1.0.9 CARGO_PKG_AUTHORS='David Tolnay ' CARGO_PKG_DESCRIPTION='Macros for all your token pasting needs' CARGO_PKG_HOMEPAGE='' CARGO_PKG_LICENSE='MIT OR Apache-2.0' CARGO_PKG_LICENSE_FILE='' CARGO_PKG_NAME=paste CARGO_PKG_README=README.md CARGO_PKG_REPOSITORY='https://github.com/dtolnay/paste' CARGO_PKG_RUST_VERSION=1.31 CARGO_PKG_VERSION=1.0.9 CARGO_PKG_VERSION_MAJOR=1 CARGO_PKG_VERSION_MINOR=0 CARGO_PKG_VERSION_PATCH=9 CARGO_PKG_VERSION_PRE='' LD_LIBRARY_PATH='/construction/editors/lapce/target/release/deps:/usr/local/lib' /usr/local/bin/rustc --crate-name paste --edition=2018 /construction/editors/lapce/lapce-0.2.8/cargo-crates/paste-1.0.9/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --diagnostic-width=80 --crate-type proc-macro --emit=dep-info,link -C prefer-dynamic -C embed-bitcode=no -C debug-assertions=off -C metadata=14842bb32852418e -C extra-filename=-14842bb32852418e --out-dir /construction/editors/lapce/target/release/deps -C linker=cc -L dependency=/construction/editors/lapce/target/release/deps --extern proc_macro --cap-lints warn` [zstd-sys 2.0.1+zstd.1.5.2] running: "cc" "-O3" "-ffunction-sections" "-fdata-sections" "-fPIC" "-m64" "-pipe" "-O2" "-isystem" "/usr/local/include" "-fno-strict-aliasing" "-I" "zstd/lib/" "-I" "zstd/lib/common" "-I" "zstd/lib/legacy" "-fvisibility=hidden" "-DZSTD_LIB_DEPRECATED=0" "-DXXH_PRIVATE_API=" "-DZSTDLIB_VISIBILITY=" "-DZDICTLIB_VISIBILITY=" "-DZSTDERRORLIB_VISIBILITY=" "-DZSTD_LEGACY_SUPPORT=1" "-o" "/construction/editors/lapce/target/x86_64-unknown-dragonfly/release/build/zstd-sys-04bdbafb9fc1b037/out/zstd/lib/common/entropy_common.o" "-c" "zstd/lib/common/entropy_common.c" [zstd-sys 2.0.1+zstd.1.5.2] exit status: 0 Compiling matches v0.1.9 Running `CARGO=/usr/local/bin/cargo CARGO_CRATE_NAME=matches CARGO_MANIFEST_DIR=/construction/editors/lapce/lapce-0.2.8/cargo-crates/matches-0.1.9 CARGO_PKG_AUTHORS='Simon Sapin ' CARGO_PKG_DESCRIPTION='A macro to evaluate, as a boolean, whether an expression matches a pattern.' CARGO_PKG_HOMEPAGE='' CARGO_PKG_LICENSE=MIT CARGO_PKG_LICENSE_FILE='' CARGO_PKG_NAME=matches CARGO_PKG_README='' CARGO_PKG_REPOSITORY='https://github.com/SimonSapin/rust-std-candidates' CARGO_PKG_RUST_VERSION='' CARGO_PKG_VERSION=0.1.9 CARGO_PKG_VERSION_MAJOR=0 CARGO_PKG_VERSION_MINOR=1 CARGO_PKG_VERSION_PATCH=9 CARGO_PKG_VERSION_PRE='' LD_LIBRARY_PATH='/construction/editors/lapce/target/release/deps:/usr/local/lib' /usr/local/bin/rustc --crate-name matches /construction/editors/lapce/lapce-0.2.8/cargo-crates/matches-0.1.9/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --diagnostic-width=80 --crate-type lib --emit=dep-info,metadata,link -C opt-level=2 -C embed-bitcode=no -C metadata=19a0b4f7de44dbbe -C extra-filename=-19a0b4f7de44dbbe --out-dir /construction/editors/lapce/target/x86_64-unknown-dragonfly/release/deps --target x86_64-unknown-dragonfly -C linker=cc -L dependency=/construction/editors/lapce/target/x86_64-unknown-dragonfly/release/deps -L dependency=/construction/editors/lapce/target/release/deps --cap-lints warn -C link-arg=-Wl,-rpath,/usr/local/lib -C link-arg=-L/usr/local/lib` Compiling cap-std v0.25.3 Running `CARGO=/usr/local/bin/cargo CARGO_CRATE_NAME=build_script_build CARGO_MANIFEST_DIR=/construction/editors/lapce/lapce-0.2.8/cargo-crates/cap-std-0.25.3 CARGO_PKG_AUTHORS='Dan Gohman :Jakub Konka ' CARGO_PKG_DESCRIPTION='Capability-based version of the Rust standard library' CARGO_PKG_HOMEPAGE='' CARGO_PKG_LICENSE='Apache-2.0 WITH LLVM-exception OR Apache-2.0 OR MIT' CARGO_PKG_LICENSE_FILE='' CARGO_PKG_NAME=cap-std CARGO_PKG_README=README.md CARGO_PKG_REPOSITORY='https://github.com/bytecodealliance/cap-std' CARGO_PKG_RUST_VERSION='' CARGO_PKG_VERSION=0.25.3 CARGO_PKG_VERSION_MAJOR=0 CARGO_PKG_VERSION_MINOR=25 CARGO_PKG_VERSION_PATCH=3 CARGO_PKG_VERSION_PRE='' LD_LIBRARY_PATH='/construction/editors/lapce/target/release/deps:/usr/local/lib' /usr/local/bin/rustc --crate-name build_script_build --edition=2018 /construction/editors/lapce/lapce-0.2.8/cargo-crates/cap-std-0.25.3/build.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --diagnostic-width=80 --crate-type bin --emit=dep-info,link -C embed-bitcode=no -C debug-assertions=off --cfg 'feature="default"' -C metadata=b792ecd7c96dccb9 -C extra-filename=-b792ecd7c96dccb9 --out-dir /construction/editors/lapce/target/release/build/cap-std-b792ecd7c96dccb9 -C linker=cc -L dependency=/construction/editors/lapce/target/release/deps --cap-lints warn` Running `/construction/editors/lapce/target/release/build/backtrace-15c08319d3bb88c2/build-script-build` Running `/construction/editors/lapce/target/release/build/psm-4784c1dfed0a60a3/build-script-build` [psm 0.1.21] OPT_LEVEL = Some("2") [psm 0.1.21] TARGET = Some("x86_64-unknown-dragonfly") [psm 0.1.21] HOST = Some("x86_64-unknown-dragonfly") [psm 0.1.21] CC_x86_64-unknown-dragonfly = None [psm 0.1.21] CC_x86_64_unknown_dragonfly = None [psm 0.1.21] HOST_CC = None [psm 0.1.21] CC = Some("cc") [psm 0.1.21] CFLAGS_x86_64-unknown-dragonfly = None [psm 0.1.21] CFLAGS_x86_64_unknown_dragonfly = None [psm 0.1.21] HOST_CFLAGS = None [psm 0.1.21] CFLAGS = Some("-pipe -O2 -isystem /usr/local/include -fno-strict-aliasing ") [psm 0.1.21] CRATE_CC_NO_DEFAULTS = None [psm 0.1.21] DEBUG = Some("false") [psm 0.1.21] CARGO_CFG_TARGET_FEATURE = Some("fxsr,sse,sse2") [psm 0.1.21] cargo:rustc-cfg=asm [psm 0.1.21] cargo:rustc-cfg=switchable_stack [zstd-sys 2.0.1+zstd.1.5.2] running: "cc" "-O3" "-ffunction-sections" "-fdata-sections" "-fPIC" "-m64" "-pipe" "-O2" "-isystem" "/usr/local/include" "-fno-strict-aliasing" "-I" "zstd/lib/" "-I" "zstd/lib/common" "-I" "zstd/lib/legacy" "-fvisibility=hidden" "-DZSTD_LIB_DEPRECATED=0" "-DXXH_PRIVATE_API=" "-DZSTDLIB_VISIBILITY=" "-DZDICTLIB_VISIBILITY=" "-DZSTDERRORLIB_VISIBILITY=" "-DZSTD_LEGACY_SUPPORT=1" "-o" "/construction/editors/lapce/target/x86_64-unknown-dragonfly/release/build/zstd-sys-04bdbafb9fc1b037/out/zstd/lib/common/error_private.o" "-c" "zstd/lib/common/error_private.c" [zstd-sys 2.0.1+zstd.1.5.2] exit status: 0 Running `/construction/editors/lapce/target/release/build/wasmtime-cache-a29ee4ec07794d19/build-script-build` [wasmtime-cache 1.0.2] cargo:rustc-env=GIT_REV=1.0.2 Running `/construction/editors/lapce/target/release/build/freetype-sys-b404966973f7b0c2/build-script-build` [freetype-sys 0.13.1] cargo:rerun-if-env-changed=FREETYPE2_NO_PKG_CONFIG [freetype-sys 0.13.1] cargo:rerun-if-env-changed=PKG_CONFIG_x86_64-unknown-dragonfly [freetype-sys 0.13.1] cargo:rerun-if-env-changed=PKG_CONFIG_x86_64_unknown_dragonfly [freetype-sys 0.13.1] cargo:rerun-if-env-changed=HOST_PKG_CONFIG [freetype-sys 0.13.1] cargo:rerun-if-env-changed=PKG_CONFIG [freetype-sys 0.13.1] cargo:rerun-if-env-changed=FREETYPE2_STATIC [freetype-sys 0.13.1] cargo:rerun-if-env-changed=FREETYPE2_DYNAMIC [freetype-sys 0.13.1] cargo:rerun-if-env-changed=PKG_CONFIG_ALL_STATIC [freetype-sys 0.13.1] cargo:rerun-if-env-changed=PKG_CONFIG_ALL_DYNAMIC [freetype-sys 0.13.1] cargo:rerun-if-env-changed=PKG_CONFIG_PATH_x86_64-unknown-dragonfly [freetype-sys 0.13.1] cargo:rerun-if-env-changed=PKG_CONFIG_PATH_x86_64_unknown_dragonfly [freetype-sys 0.13.1] cargo:rerun-if-env-changed=HOST_PKG_CONFIG_PATH [freetype-sys 0.13.1] cargo:rerun-if-env-changed=PKG_CONFIG_PATH [freetype-sys 0.13.1] cargo:rerun-if-env-changed=PKG_CONFIG_LIBDIR_x86_64-unknown-dragonfly [freetype-sys 0.13.1] cargo:rerun-if-env-changed=PKG_CONFIG_LIBDIR_x86_64_unknown_dragonfly [freetype-sys 0.13.1] cargo:rerun-if-env-changed=HOST_PKG_CONFIG_LIBDIR [freetype-sys 0.13.1] cargo:rerun-if-env-changed=PKG_CONFIG_LIBDIR [freetype-sys 0.13.1] cargo:rerun-if-env-changed=PKG_CONFIG_SYSROOT_DIR_x86_64-unknown-dragonfly [freetype-sys 0.13.1] cargo:rerun-if-env-changed=PKG_CONFIG_SYSROOT_DIR_x86_64_unknown_dragonfly [freetype-sys 0.13.1] cargo:rerun-if-env-changed=HOST_PKG_CONFIG_SYSROOT_DIR [freetype-sys 0.13.1] cargo:rerun-if-env-changed=PKG_CONFIG_SYSROOT_DIR [freetype-sys 0.13.1] cargo:rerun-if-env-changed=PKG_CONFIG_SYSROOT_DIR [freetype-sys 0.13.1] cargo:rerun-if-env-changed=SYSROOT [freetype-sys 0.13.1] cargo:rerun-if-env-changed=FREETYPE2_STATIC [freetype-sys 0.13.1] cargo:rerun-if-env-changed=FREETYPE2_DYNAMIC [freetype-sys 0.13.1] cargo:rerun-if-env-changed=PKG_CONFIG_ALL_STATIC [freetype-sys 0.13.1] cargo:rerun-if-env-changed=PKG_CONFIG_ALL_DYNAMIC [freetype-sys 0.13.1] cargo:rustc-link-search=native=/usr/local/lib [freetype-sys 0.13.1] cargo:rustc-link-lib=freetype [freetype-sys 0.13.1] cargo:rerun-if-env-changed=PKG_CONFIG_x86_64-unknown-dragonfly [freetype-sys 0.13.1] cargo:rerun-if-env-changed=PKG_CONFIG_x86_64_unknown_dragonfly [freetype-sys 0.13.1] cargo:rerun-if-env-changed=HOST_PKG_CONFIG [freetype-sys 0.13.1] cargo:rerun-if-env-changed=PKG_CONFIG [freetype-sys 0.13.1] cargo:rerun-if-env-changed=FREETYPE2_STATIC [freetype-sys 0.13.1] cargo:rerun-if-env-changed=FREETYPE2_DYNAMIC [freetype-sys 0.13.1] cargo:rerun-if-env-changed=PKG_CONFIG_ALL_STATIC [freetype-sys 0.13.1] cargo:rerun-if-env-changed=PKG_CONFIG_ALL_DYNAMIC [freetype-sys 0.13.1] cargo:rerun-if-env-changed=PKG_CONFIG_PATH_x86_64-unknown-dragonfly [freetype-sys 0.13.1] cargo:rerun-if-env-changed=PKG_CONFIG_PATH_x86_64_unknown_dragonfly [freetype-sys 0.13.1] cargo:rerun-if-env-changed=HOST_PKG_CONFIG_PATH [freetype-sys 0.13.1] cargo:rerun-if-env-changed=PKG_CONFIG_PATH [freetype-sys 0.13.1] cargo:rerun-if-env-changed=PKG_CONFIG_LIBDIR_x86_64-unknown-dragonfly [freetype-sys 0.13.1] cargo:rerun-if-env-changed=PKG_CONFIG_LIBDIR_x86_64_unknown_dragonfly [freetype-sys 0.13.1] cargo:rerun-if-env-changed=HOST_PKG_CONFIG_LIBDIR [freetype-sys 0.13.1] cargo:rerun-if-env-changed=PKG_CONFIG_LIBDIR [freetype-sys 0.13.1] cargo:rerun-if-env-changed=PKG_CONFIG_SYSROOT_DIR_x86_64-unknown-dragonfly [freetype-sys 0.13.1] cargo:rerun-if-env-changed=PKG_CONFIG_SYSROOT_DIR_x86_64_unknown_dragonfly [freetype-sys 0.13.1] cargo:rerun-if-env-changed=HOST_PKG_CONFIG_SYSROOT_DIR [freetype-sys 0.13.1] cargo:rerun-if-env-changed=PKG_CONFIG_SYSROOT_DIR Compiling shellexpand v2.1.2 Running `CARGO=/usr/local/bin/cargo CARGO_CRATE_NAME=shellexpand CARGO_MANIFEST_DIR=/construction/editors/lapce/lapce-0.2.8/cargo-crates/shellexpand-2.1.2 CARGO_PKG_AUTHORS='Vladimir Matveev :Ian Jackson ' CARGO_PKG_DESCRIPTION='Shell-like expansions in strings' CARGO_PKG_HOMEPAGE='' CARGO_PKG_LICENSE=MIT/Apache-2.0 CARGO_PKG_LICENSE_FILE='' CARGO_PKG_NAME=shellexpand CARGO_PKG_README=README.md CARGO_PKG_REPOSITORY='https://gitlab.com/ijackson/rust-shellexpand' CARGO_PKG_RUST_VERSION='' CARGO_PKG_VERSION=2.1.2 CARGO_PKG_VERSION_MAJOR=2 CARGO_PKG_VERSION_MINOR=1 CARGO_PKG_VERSION_PATCH=2 CARGO_PKG_VERSION_PRE='' LD_LIBRARY_PATH='/construction/editors/lapce/target/release/deps:/usr/local/lib' /usr/local/bin/rustc --crate-name shellexpand /construction/editors/lapce/lapce-0.2.8/cargo-crates/shellexpand-2.1.2/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --diagnostic-width=80 --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debug-assertions=off -C metadata=4aae2caa46fd098f -C extra-filename=-4aae2caa46fd098f --out-dir /construction/editors/lapce/target/release/deps -C linker=cc -L dependency=/construction/editors/lapce/target/release/deps --extern dirs=/construction/editors/lapce/target/release/deps/libdirs-2b86b199813a0006.rmeta --cap-lints warn` [zstd-sys 2.0.1+zstd.1.5.2] running: "cc" "-O3" "-ffunction-sections" "-fdata-sections" "-fPIC" "-m64" "-pipe" "-O2" "-isystem" "/usr/local/include" "-fno-strict-aliasing" "-I" "zstd/lib/" "-I" "zstd/lib/common" "-I" "zstd/lib/legacy" "-fvisibility=hidden" "-DZSTD_LIB_DEPRECATED=0" "-DXXH_PRIVATE_API=" "-DZSTDLIB_VISIBILITY=" "-DZDICTLIB_VISIBILITY=" "-DZSTDERRORLIB_VISIBILITY=" "-DZSTD_LEGACY_SUPPORT=1" "-o" "/construction/editors/lapce/target/x86_64-unknown-dragonfly/release/build/zstd-sys-04bdbafb9fc1b037/out/zstd/lib/common/fse_decompress.o" "-c" "zstd/lib/common/fse_decompress.c" [zstd-sys 2.0.1+zstd.1.5.2] exit status: 0 [psm 0.1.21] running: "cc" "-O2" "-ffunction-sections" "-fdata-sections" "-fPIC" "-m64" "-pipe" "-O2" "-isystem" "/usr/local/include" "-fno-strict-aliasing" "-xassembler-with-cpp" "-DCFG_TARGET_OS_dragonfly" "-DCFG_TARGET_ARCH_x86_64" "-DCFG_TARGET_ENV_" "-o" "/construction/editors/lapce/target/x86_64-unknown-dragonfly/release/build/psm-3d00ade79b6fa79c/out/src/arch/x86_64.o" "-c" "src/arch/x86_64.s" [psm 0.1.21] exit status: 0 [zstd-sys 2.0.1+zstd.1.5.2] running: "cc" "-O3" "-ffunction-sections" "-fdata-sections" "-fPIC" "-m64" "-pipe" "-O2" "-isystem" "/usr/local/include" "-fno-strict-aliasing" "-I" "zstd/lib/" "-I" "zstd/lib/common" "-I" "zstd/lib/legacy" "-fvisibility=hidden" "-DZSTD_LIB_DEPRECATED=0" "-DXXH_PRIVATE_API=" "-DZSTDLIB_VISIBILITY=" "-DZDICTLIB_VISIBILITY=" "-DZSTDERRORLIB_VISIBILITY=" "-DZSTD_LEGACY_SUPPORT=1" "-o" "/construction/editors/lapce/target/x86_64-unknown-dragonfly/release/build/zstd-sys-04bdbafb9fc1b037/out/zstd/lib/common/pool.o" "-c" "zstd/lib/common/pool.c" [zstd-sys 2.0.1+zstd.1.5.2] exit status: 0 Running `CARGO=/usr/local/bin/cargo CARGO_CRATE_NAME=num_integer CARGO_MANIFEST_DIR=/construction/editors/lapce/lapce-0.2.8/cargo-crates/num-integer-0.1.45 CARGO_PKG_AUTHORS='The Rust Project Developers' CARGO_PKG_DESCRIPTION='Integer traits and functions' CARGO_PKG_HOMEPAGE='https://github.com/rust-num/num-integer' CARGO_PKG_LICENSE='MIT OR Apache-2.0' CARGO_PKG_LICENSE_FILE='' CARGO_PKG_NAME=num-integer CARGO_PKG_README=README.md CARGO_PKG_REPOSITORY='https://github.com/rust-num/num-integer' CARGO_PKG_RUST_VERSION='' CARGO_PKG_VERSION=0.1.45 CARGO_PKG_VERSION_MAJOR=0 CARGO_PKG_VERSION_MINOR=1 CARGO_PKG_VERSION_PATCH=45 CARGO_PKG_VERSION_PRE='' LD_LIBRARY_PATH='/construction/editors/lapce/target/release/deps:/usr/local/lib' OUT_DIR=/construction/editors/lapce/target/x86_64-unknown-dragonfly/release/build/num-integer-4fa9b8128de1f88c/out /usr/local/bin/rustc --crate-name num_integer /construction/editors/lapce/lapce-0.2.8/cargo-crates/num-integer-0.1.45/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --diagnostic-width=80 --crate-type lib --emit=dep-info,metadata,link -C opt-level=2 -C embed-bitcode=no --cfg 'feature="i128"' -C metadata=9d4e42c3aba66e9f -C extra-filename=-9d4e42c3aba66e9f --out-dir /construction/editors/lapce/target/x86_64-unknown-dragonfly/release/deps --target x86_64-unknown-dragonfly -C linker=cc -L dependency=/construction/editors/lapce/target/x86_64-unknown-dragonfly/release/deps -L dependency=/construction/editors/lapce/target/release/deps --extern num_traits=/construction/editors/lapce/target/x86_64-unknown-dragonfly/release/deps/libnum_traits-dd6d79c2f9521648.rmeta --cap-lints warn -C link-arg=-Wl,-rpath,/usr/local/lib -C link-arg=-L/usr/local/lib --cfg has_i128` Running `/construction/editors/lapce/target/release/build/yeslogic-fontconfig-sys-0f9fc1cd1f8cce35/build-script-build` [yeslogic-fontconfig-sys 3.2.0] cargo:rerun-if-env-changed=RUST_FONTCONFIG_DLOPEN [yeslogic-fontconfig-sys 3.2.0] cargo:rerun-if-env-changed=FONTCONFIG_NO_PKG_CONFIG [yeslogic-fontconfig-sys 3.2.0] cargo:rerun-if-env-changed=PKG_CONFIG_x86_64-unknown-dragonfly [yeslogic-fontconfig-sys 3.2.0] cargo:rerun-if-env-changed=PKG_CONFIG_x86_64_unknown_dragonfly [yeslogic-fontconfig-sys 3.2.0] cargo:rerun-if-env-changed=HOST_PKG_CONFIG [yeslogic-fontconfig-sys 3.2.0] cargo:rerun-if-env-changed=PKG_CONFIG [yeslogic-fontconfig-sys 3.2.0] cargo:rerun-if-env-changed=FONTCONFIG_STATIC [yeslogic-fontconfig-sys 3.2.0] cargo:rerun-if-env-changed=FONTCONFIG_DYNAMIC [yeslogic-fontconfig-sys 3.2.0] cargo:rerun-if-env-changed=PKG_CONFIG_ALL_STATIC [yeslogic-fontconfig-sys 3.2.0] cargo:rerun-if-env-changed=PKG_CONFIG_ALL_DYNAMIC [yeslogic-fontconfig-sys 3.2.0] cargo:rerun-if-env-changed=PKG_CONFIG_PATH_x86_64-unknown-dragonfly [yeslogic-fontconfig-sys 3.2.0] cargo:rerun-if-env-changed=PKG_CONFIG_PATH_x86_64_unknown_dragonfly [yeslogic-fontconfig-sys 3.2.0] cargo:rerun-if-env-changed=HOST_PKG_CONFIG_PATH [yeslogic-fontconfig-sys 3.2.0] cargo:rerun-if-env-changed=PKG_CONFIG_PATH [yeslogic-fontconfig-sys 3.2.0] cargo:rerun-if-env-changed=PKG_CONFIG_LIBDIR_x86_64-unknown-dragonfly [yeslogic-fontconfig-sys 3.2.0] cargo:rerun-if-env-changed=PKG_CONFIG_LIBDIR_x86_64_unknown_dragonfly [yeslogic-fontconfig-sys 3.2.0] cargo:rerun-if-env-changed=HOST_PKG_CONFIG_LIBDIR [yeslogic-fontconfig-sys 3.2.0] cargo:rerun-if-env-changed=PKG_CONFIG_LIBDIR [yeslogic-fontconfig-sys 3.2.0] cargo:rerun-if-env-changed=PKG_CONFIG_SYSROOT_DIR_x86_64-unknown-dragonfly [yeslogic-fontconfig-sys 3.2.0] cargo:rerun-if-env-changed=PKG_CONFIG_SYSROOT_DIR_x86_64_unknown_dragonfly [yeslogic-fontconfig-sys 3.2.0] cargo:rerun-if-env-changed=HOST_PKG_CONFIG_SYSROOT_DIR [yeslogic-fontconfig-sys 3.2.0] cargo:rerun-if-env-changed=PKG_CONFIG_SYSROOT_DIR [yeslogic-fontconfig-sys 3.2.0] cargo:rerun-if-env-changed=PKG_CONFIG_SYSROOT_DIR [yeslogic-fontconfig-sys 3.2.0] cargo:rerun-if-env-changed=SYSROOT [yeslogic-fontconfig-sys 3.2.0] cargo:rerun-if-env-changed=FONTCONFIG_STATIC [yeslogic-fontconfig-sys 3.2.0] cargo:rerun-if-env-changed=FONTCONFIG_DYNAMIC [yeslogic-fontconfig-sys 3.2.0] cargo:rerun-if-env-changed=PKG_CONFIG_ALL_STATIC [yeslogic-fontconfig-sys 3.2.0] cargo:rerun-if-env-changed=PKG_CONFIG_ALL_DYNAMIC [yeslogic-fontconfig-sys 3.2.0] cargo:rustc-link-search=native=/usr/local/lib [yeslogic-fontconfig-sys 3.2.0] cargo:rustc-link-lib=fontconfig [yeslogic-fontconfig-sys 3.2.0] cargo:rustc-link-lib=freetype [yeslogic-fontconfig-sys 3.2.0] cargo:rerun-if-env-changed=PKG_CONFIG_x86_64-unknown-dragonfly [yeslogic-fontconfig-sys 3.2.0] cargo:rerun-if-env-changed=PKG_CONFIG_x86_64_unknown_dragonfly [yeslogic-fontconfig-sys 3.2.0] cargo:rerun-if-env-changed=HOST_PKG_CONFIG [yeslogic-fontconfig-sys 3.2.0] cargo:rerun-if-env-changed=PKG_CONFIG [yeslogic-fontconfig-sys 3.2.0] cargo:rerun-if-env-changed=FONTCONFIG_STATIC [yeslogic-fontconfig-sys 3.2.0] cargo:rerun-if-env-changed=FONTCONFIG_DYNAMIC [yeslogic-fontconfig-sys 3.2.0] cargo:rerun-if-env-changed=PKG_CONFIG_ALL_STATIC [yeslogic-fontconfig-sys 3.2.0] cargo:rerun-if-env-changed=PKG_CONFIG_ALL_DYNAMIC [yeslogic-fontconfig-sys 3.2.0] cargo:rerun-if-env-changed=PKG_CONFIG_PATH_x86_64-unknown-dragonfly [yeslogic-fontconfig-sys 3.2.0] cargo:rerun-if-env-changed=PKG_CONFIG_PATH_x86_64_unknown_dragonfly [yeslogic-fontconfig-sys 3.2.0] cargo:rerun-if-env-changed=HOST_PKG_CONFIG_PATH [yeslogic-fontconfig-sys 3.2.0] cargo:rerun-if-env-changed=PKG_CONFIG_PATH [yeslogic-fontconfig-sys 3.2.0] cargo:rerun-if-env-changed=PKG_CONFIG_LIBDIR_x86_64-unknown-dragonfly [yeslogic-fontconfig-sys 3.2.0] cargo:rerun-if-env-changed=PKG_CONFIG_LIBDIR_x86_64_unknown_dragonfly [yeslogic-fontconfig-sys 3.2.0] cargo:rerun-if-env-changed=HOST_PKG_CONFIG_LIBDIR [yeslogic-fontconfig-sys 3.2.0] cargo:rerun-if-env-changed=PKG_CONFIG_LIBDIR [yeslogic-fontconfig-sys 3.2.0] cargo:rerun-if-env-changed=PKG_CONFIG_SYSROOT_DIR_x86_64-unknown-dragonfly [yeslogic-fontconfig-sys 3.2.0] cargo:rerun-if-env-changed=PKG_CONFIG_SYSROOT_DIR_x86_64_unknown_dragonfly [yeslogic-fontconfig-sys 3.2.0] cargo:rerun-if-env-changed=HOST_PKG_CONFIG_SYSROOT_DIR [yeslogic-fontconfig-sys 3.2.0] cargo:rerun-if-env-changed=PKG_CONFIG_SYSROOT_DIR Compiling roxmltree v0.14.1 Running `CARGO=/usr/local/bin/cargo CARGO_CRATE_NAME=roxmltree CARGO_MANIFEST_DIR=/construction/editors/lapce/lapce-0.2.8/cargo-crates/roxmltree-0.14.1 CARGO_PKG_AUTHORS='Evgeniy Reizner ' CARGO_PKG_DESCRIPTION='Represent an XML as a read-only tree.' CARGO_PKG_HOMEPAGE='' CARGO_PKG_LICENSE=MIT/Apache-2.0 CARGO_PKG_LICENSE_FILE='' CARGO_PKG_NAME=roxmltree CARGO_PKG_README=README.md CARGO_PKG_REPOSITORY='https://github.com/RazrFalcon/roxmltree' CARGO_PKG_RUST_VERSION='' CARGO_PKG_VERSION=0.14.1 CARGO_PKG_VERSION_MAJOR=0 CARGO_PKG_VERSION_MINOR=14 CARGO_PKG_VERSION_PATCH=1 CARGO_PKG_VERSION_PRE='' LD_LIBRARY_PATH='/construction/editors/lapce/target/release/deps:/usr/local/lib' /usr/local/bin/rustc --crate-name roxmltree --edition=2018 /construction/editors/lapce/lapce-0.2.8/cargo-crates/roxmltree-0.14.1/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --diagnostic-width=80 --crate-type lib --emit=dep-info,metadata,link -C opt-level=2 -C embed-bitcode=no --cfg 'feature="default"' --cfg 'feature="std"' -C metadata=a0ceb9ef3603149a -C extra-filename=-a0ceb9ef3603149a --out-dir /construction/editors/lapce/target/x86_64-unknown-dragonfly/release/deps --target x86_64-unknown-dragonfly -C linker=cc -L dependency=/construction/editors/lapce/target/x86_64-unknown-dragonfly/release/deps -L dependency=/construction/editors/lapce/target/release/deps --extern xmlparser=/construction/editors/lapce/target/x86_64-unknown-dragonfly/release/deps/libxmlparser-1310f165dceaadd9.rmeta --cap-lints warn -C link-arg=-Wl,-rpath,/usr/local/lib -C link-arg=-L/usr/local/lib` Running `/construction/editors/lapce/target/release/build/cap-std-b792ecd7c96dccb9/build-script-build` Compiling wast v47.0.0 Running `CARGO=/usr/local/bin/cargo CARGO_CRATE_NAME=wast CARGO_MANIFEST_DIR=/construction/editors/lapce/lapce-0.2.8/cargo-crates/wast-47.0.0 CARGO_PKG_AUTHORS='Alex Crichton ' CARGO_PKG_DESCRIPTION='Customizable Rust parsers for the WebAssembly Text formats WAT and WAST ' CARGO_PKG_HOMEPAGE='https://github.com/bytecodealliance/wasm-tools/tree/main/crates/wast' CARGO_PKG_LICENSE='Apache-2.0 WITH LLVM-exception' CARGO_PKG_LICENSE_FILE='' CARGO_PKG_NAME=wast CARGO_PKG_README=README.md CARGO_PKG_REPOSITORY='https://github.com/bytecodealliance/wasm-tools/tree/main/crates/wast' CARGO_PKG_RUST_VERSION='' CARGO_PKG_VERSION=47.0.0 CARGO_PKG_VERSION_MAJOR=47 CARGO_PKG_VERSION_MINOR=0 CARGO_PKG_VERSION_PATCH=0 CARGO_PKG_VERSION_PRE='' LD_LIBRARY_PATH='/construction/editors/lapce/target/release/deps:/usr/local/lib' /usr/local/bin/rustc --crate-name wast --edition=2021 /construction/editors/lapce/lapce-0.2.8/cargo-crates/wast-47.0.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --diagnostic-width=80 --crate-type lib --emit=dep-info,metadata,link -C opt-level=2 -C embed-bitcode=no --cfg 'feature="default"' --cfg 'feature="wasm-module"' -C metadata=5f39962ad30066b7 -C extra-filename=-5f39962ad30066b7 --out-dir /construction/editors/lapce/target/x86_64-unknown-dragonfly/release/deps --target x86_64-unknown-dragonfly -C linker=cc -L dependency=/construction/editors/lapce/target/x86_64-unknown-dragonfly/release/deps -L dependency=/construction/editors/lapce/target/release/deps --extern leb128=/construction/editors/lapce/target/x86_64-unknown-dragonfly/release/deps/libleb128-0dc0337534ebb739.rmeta --extern memchr=/construction/editors/lapce/target/x86_64-unknown-dragonfly/release/deps/libmemchr-bcd48a6ecc42e0cb.rmeta --extern unicode_width=/construction/editors/lapce/target/x86_64-unknown-dragonfly/release/deps/libunicode_width-83f50f2afe875e50.rmeta --extern wasm_encoder=/construction/editors/lapce/target/x86_64-unknown-dragonfly/release/deps/libwasm_encoder-6e6bc7c72c08b45a.rmeta --cap-lints warn -C link-arg=-Wl,-rpath,/usr/local/lib -C link-arg=-L/usr/local/lib` [cap-std 0.25.3] error[E0554]: `#![feature]` may not be used on the stable release channel [cap-std 0.25.3] --> :1:12 [cap-std 0.25.3] | [cap-std 0.25.3] 1 | #![feature(can_vector)] [cap-std 0.25.3] | ^^^^^^^^^^ [cap-std 0.25.3] [cap-std 0.25.3] error: aborting due to previous error [cap-std 0.25.3] [cap-std 0.25.3] For more information about this error, try `rustc --explain E0554`. Running `CARGO=/usr/local/bin/cargo CARGO_CRATE_NAME=serde_derive CARGO_MANIFEST_DIR=/construction/editors/lapce/lapce-0.2.8/cargo-crates/serde_derive-1.0.145 CARGO_PKG_AUTHORS='Erick Tryzelaar :David Tolnay ' CARGO_PKG_DESCRIPTION='Macros 1.1 implementation of #[derive(Serialize, Deserialize)]' CARGO_PKG_HOMEPAGE='https://serde.rs' CARGO_PKG_LICENSE='MIT OR Apache-2.0' CARGO_PKG_LICENSE_FILE='' CARGO_PKG_NAME=serde_derive CARGO_PKG_README=crates-io.md CARGO_PKG_REPOSITORY='https://github.com/serde-rs/serde' CARGO_PKG_RUST_VERSION=1.31 CARGO_PKG_VERSION=1.0.145 CARGO_PKG_VERSION_MAJOR=1 CARGO_PKG_VERSION_MINOR=0 CARGO_PKG_VERSION_PATCH=145 CARGO_PKG_VERSION_PRE='' LD_LIBRARY_PATH='/construction/editors/lapce/target/release/deps:/usr/local/lib' OUT_DIR=/construction/editors/lapce/target/release/build/serde_derive-8e272bfe52e03ae1/out /usr/local/bin/rustc --crate-name serde_derive /construction/editors/lapce/lapce-0.2.8/cargo-crates/serde_derive-1.0.145/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --diagnostic-width=80 --crate-type proc-macro --emit=dep-info,link -C prefer-dynamic -C embed-bitcode=no -C debug-assertions=off --cfg 'feature="default"' -C metadata=fb96bda88b2e6ca0 -C extra-filename=-fb96bda88b2e6ca0 --out-dir /construction/editors/lapce/target/release/deps -C linker=cc -L dependency=/construction/editors/lapce/target/release/deps --extern proc_macro2=/construction/editors/lapce/target/release/deps/libproc_macro2-0d396a60a42a5507.rlib --extern quote=/construction/editors/lapce/target/release/deps/libquote-598fea7a1e3d78d8.rlib --extern syn=/construction/editors/lapce/target/release/deps/libsyn-175e445b271fda34.rlib --extern proc_macro --cap-lints warn` [cap-std 0.25.3] error[E0554]: `#![feature]` may not be used on the stable release channel [cap-std 0.25.3] --> :1:12 [cap-std 0.25.3] | [cap-std 0.25.3] 1 | #![feature(seek_convenience)] [cap-std 0.25.3] | ^^^^^^^^^^^^^^^^ [cap-std 0.25.3] [cap-std 0.25.3] warning: the feature `seek_convenience` has been stable since 1.51.0 and no longer requires an attribute to enable [cap-std 0.25.3] --> :1:12 [cap-std 0.25.3] | [cap-std 0.25.3] 1 | #![feature(seek_convenience)] [cap-std 0.25.3] | ^^^^^^^^^^^^^^^^ [cap-std 0.25.3] | [cap-std 0.25.3] = note: `#[warn(stable_features)]` on by default [cap-std 0.25.3] [cap-std 0.25.3] error: aborting due to previous error; 1 warning emitted [cap-std 0.25.3] [cap-std 0.25.3] For more information about this error, try `rustc --explain E0554`. warning: associated items `gensym` and `is_gensym` are never used --> /construction/editors/lapce/lapce-0.2.8/cargo-crates/wast-35.0.2/src/ast/token.rs:56:19 | 51 | impl<'a> Id<'a> { | --------------- associated items in this implementation ... 56 | pub(crate) fn gensym(span: Span, gen: u32) -> Id<'a> { | ^^^^^^ ... 76 | pub(crate) fn is_gensym(&self) -> bool { | ^^^^^^^^^ | = note: `#[warn(dead_code)]` on by default warning: method `is_resolved` is never used --> /construction/editors/lapce/lapce-0.2.8/cargo-crates/wast-35.0.2/src/ast/token.rs:154:19 | 145 | impl Index<'_> { | -------------- method in this implementation ... 154 | pub(crate) fn is_resolved(&self) -> bool { | ^^^^^^^^^^^ warning: method `has_meaningful_tokens` is never used --> /construction/editors/lapce/lapce-0.2.8/cargo-crates/wast-35.0.2/src/parser.rs:432:19 | 415 | impl<'a> Parser<'a> { | ------------------- method in this implementation ... 432 | pub(crate) fn has_meaningful_tokens(self) -> bool { | ^^^^^^^^^^^^^^^^^^^^^ [cap-std 0.25.3] error[E0554]: `#![feature]` may not be used on the stable release channel [cap-std 0.25.3] --> :1:12 [cap-std 0.25.3] | [cap-std 0.25.3] 1 | #![feature(with_options)] [cap-std 0.25.3] | ^^^^^^^^^^^^ [cap-std 0.25.3] [cap-std 0.25.3] warning: the feature `with_options` has been stable since 1.58.0 and no longer requires an attribute to enable [cap-std 0.25.3] --> :1:12 [cap-std 0.25.3] | [cap-std 0.25.3] 1 | #![feature(with_options)] [cap-std 0.25.3] | ^^^^^^^^^^^^ [cap-std 0.25.3] | [cap-std 0.25.3] = note: `#[warn(stable_features)]` on by default [cap-std 0.25.3] [cap-std 0.25.3] error: aborting due to previous error; 1 warning emitted [cap-std 0.25.3] [cap-std 0.25.3] For more information about this error, try `rustc --explain E0554`. [cap-std 0.25.3] error[E0554]: `#![feature]` may not be used on the stable release channel [cap-std 0.25.3] --> :1:12 [cap-std 0.25.3] | [cap-std 0.25.3] 1 | #![feature(write_all_vectored)] [cap-std 0.25.3] | ^^^^^^^^^^^^^^^^^^ [cap-std 0.25.3] [cap-std 0.25.3] error: aborting due to previous error [cap-std 0.25.3] [cap-std 0.25.3] For more information about this error, try `rustc --explain E0554`. [cap-std 0.25.3] cargo:rerun-if-changed=build.rs Compiling thiserror-impl v1.0.36 Running `CARGO=/usr/local/bin/cargo CARGO_CRATE_NAME=thiserror_impl CARGO_MANIFEST_DIR=/construction/editors/lapce/lapce-0.2.8/cargo-crates/thiserror-impl-1.0.36 CARGO_PKG_AUTHORS='David Tolnay ' CARGO_PKG_DESCRIPTION='Implementation detail of the `thiserror` crate' CARGO_PKG_HOMEPAGE='' CARGO_PKG_LICENSE='MIT OR Apache-2.0' CARGO_PKG_LICENSE_FILE='' CARGO_PKG_NAME=thiserror-impl CARGO_PKG_README='' CARGO_PKG_REPOSITORY='https://github.com/dtolnay/thiserror' CARGO_PKG_RUST_VERSION=1.31 CARGO_PKG_VERSION=1.0.36 CARGO_PKG_VERSION_MAJOR=1 CARGO_PKG_VERSION_MINOR=0 CARGO_PKG_VERSION_PATCH=36 CARGO_PKG_VERSION_PRE='' LD_LIBRARY_PATH='/construction/editors/lapce/target/release/deps:/usr/local/lib' /usr/local/bin/rustc --crate-name thiserror_impl --edition=2018 /construction/editors/lapce/lapce-0.2.8/cargo-crates/thiserror-impl-1.0.36/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --diagnostic-width=80 --crate-type proc-macro --emit=dep-info,link -C prefer-dynamic -C embed-bitcode=no -C debug-assertions=off -C metadata=88bdcaad6dc73634 -C extra-filename=-88bdcaad6dc73634 --out-dir /construction/editors/lapce/target/release/deps -C linker=cc -L dependency=/construction/editors/lapce/target/release/deps --extern proc_macro2=/construction/editors/lapce/target/release/deps/libproc_macro2-0d396a60a42a5507.rlib --extern quote=/construction/editors/lapce/target/release/deps/libquote-598fea7a1e3d78d8.rlib --extern syn=/construction/editors/lapce/target/release/deps/libsyn-175e445b271fda34.rlib --extern proc_macro --cap-lints warn` Compiling tracing-attributes v0.1.22 Running `CARGO=/usr/local/bin/cargo CARGO_CRATE_NAME=tracing_attributes CARGO_MANIFEST_DIR=/construction/editors/lapce/lapce-0.2.8/cargo-crates/tracing-attributes-0.1.22 CARGO_PKG_AUTHORS='Tokio Contributors :Eliza Weisman :David Barsky ' CARGO_PKG_DESCRIPTION='Procedural macro attributes for automatically instrumenting functions. ' CARGO_PKG_HOMEPAGE='https://tokio.rs' CARGO_PKG_LICENSE=MIT CARGO_PKG_LICENSE_FILE='' CARGO_PKG_NAME=tracing-attributes CARGO_PKG_README=README.md CARGO_PKG_REPOSITORY='https://github.com/tokio-rs/tracing' CARGO_PKG_RUST_VERSION=1.49.0 CARGO_PKG_VERSION=0.1.22 CARGO_PKG_VERSION_MAJOR=0 CARGO_PKG_VERSION_MINOR=1 CARGO_PKG_VERSION_PATCH=22 CARGO_PKG_VERSION_PRE='' LD_LIBRARY_PATH='/construction/editors/lapce/target/release/deps:/usr/local/lib' /usr/local/bin/rustc --crate-name tracing_attributes --edition=2018 /construction/editors/lapce/lapce-0.2.8/cargo-crates/tracing-attributes-0.1.22/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --diagnostic-width=80 --crate-type proc-macro --emit=dep-info,link -C prefer-dynamic -C embed-bitcode=no -C debug-assertions=off -C metadata=96d7902043f8a380 -C extra-filename=-96d7902043f8a380 --out-dir /construction/editors/lapce/target/release/deps -C linker=cc -L dependency=/construction/editors/lapce/target/release/deps --extern proc_macro2=/construction/editors/lapce/target/release/deps/libproc_macro2-0d396a60a42a5507.rlib --extern quote=/construction/editors/lapce/target/release/deps/libquote-598fea7a1e3d78d8.rlib --extern syn=/construction/editors/lapce/target/release/deps/libsyn-175e445b271fda34.rlib --extern proc_macro --cap-lints warn` warning: lint `const_err` has been removed: converted into hard error, see issue #71800 for more information --> /construction/editors/lapce/lapce-0.2.8/cargo-crates/tracing-attributes-0.1.22/src/lib.rs:67:5 | 67 | const_err, | ^^^^^^^^^ | = note: `#[warn(renamed_and_removed_lints)]` on by default Compiling bytemuck_derive v1.2.1 Running `CARGO=/usr/local/bin/cargo CARGO_CRATE_NAME=bytemuck_derive CARGO_MANIFEST_DIR=/construction/editors/lapce/lapce-0.2.8/cargo-crates/bytemuck_derive-1.2.1 CARGO_PKG_AUTHORS='Lokathor ' CARGO_PKG_DESCRIPTION='derive proc-macros for `bytemuck`' CARGO_PKG_HOMEPAGE='' CARGO_PKG_LICENSE='Zlib OR Apache-2.0 OR MIT' CARGO_PKG_LICENSE_FILE='' CARGO_PKG_NAME=bytemuck_derive CARGO_PKG_README=README.md CARGO_PKG_REPOSITORY='https://github.com/Lokathor/bytemuck' CARGO_PKG_RUST_VERSION='' CARGO_PKG_VERSION=1.2.1 CARGO_PKG_VERSION_MAJOR=1 CARGO_PKG_VERSION_MINOR=2 CARGO_PKG_VERSION_PATCH=1 CARGO_PKG_VERSION_PRE='' LD_LIBRARY_PATH='/construction/editors/lapce/target/release/deps:/usr/local/lib' /usr/local/bin/rustc --crate-name bytemuck_derive --edition=2018 /construction/editors/lapce/lapce-0.2.8/cargo-crates/bytemuck_derive-1.2.1/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --diagnostic-width=80 --crate-type proc-macro --emit=dep-info,link -C prefer-dynamic -C embed-bitcode=no -C debug-assertions=off -C metadata=7caca7053aa588c3 -C extra-filename=-7caca7053aa588c3 --out-dir /construction/editors/lapce/target/release/deps -C linker=cc -L dependency=/construction/editors/lapce/target/release/deps --extern proc_macro2=/construction/editors/lapce/target/release/deps/libproc_macro2-0d396a60a42a5507.rlib --extern quote=/construction/editors/lapce/target/release/deps/libquote-598fea7a1e3d78d8.rlib --extern syn=/construction/editors/lapce/target/release/deps/libsyn-175e445b271fda34.rlib --extern proc_macro --cap-lints warn` Compiling futures-macro v0.3.24 Running `CARGO=/usr/local/bin/cargo CARGO_CRATE_NAME=futures_macro CARGO_MANIFEST_DIR=/construction/editors/lapce/lapce-0.2.8/cargo-crates/futures-macro-0.3.24 CARGO_PKG_AUTHORS='' CARGO_PKG_DESCRIPTION='The futures-rs procedural macro implementations. ' CARGO_PKG_HOMEPAGE='https://rust-lang.github.io/futures-rs' CARGO_PKG_LICENSE='MIT OR Apache-2.0' CARGO_PKG_LICENSE_FILE='' CARGO_PKG_NAME=futures-macro CARGO_PKG_README='' CARGO_PKG_REPOSITORY='https://github.com/rust-lang/futures-rs' CARGO_PKG_RUST_VERSION=1.45 CARGO_PKG_VERSION=0.3.24 CARGO_PKG_VERSION_MAJOR=0 CARGO_PKG_VERSION_MINOR=3 CARGO_PKG_VERSION_PATCH=24 CARGO_PKG_VERSION_PRE='' LD_LIBRARY_PATH='/construction/editors/lapce/target/release/deps:/usr/local/lib' /usr/local/bin/rustc --crate-name futures_macro --edition=2018 /construction/editors/lapce/lapce-0.2.8/cargo-crates/futures-macro-0.3.24/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --diagnostic-width=80 --crate-type proc-macro --emit=dep-info,link -C prefer-dynamic -C embed-bitcode=no -C debug-assertions=off -C metadata=a5a4e4b2bfb890fe -C extra-filename=-a5a4e4b2bfb890fe --out-dir /construction/editors/lapce/target/release/deps -C linker=cc -L dependency=/construction/editors/lapce/target/release/deps --extern proc_macro2=/construction/editors/lapce/target/release/deps/libproc_macro2-0d396a60a42a5507.rlib --extern quote=/construction/editors/lapce/target/release/deps/libquote-598fea7a1e3d78d8.rlib --extern syn=/construction/editors/lapce/target/release/deps/libsyn-175e445b271fda34.rlib --extern proc_macro --cap-lints warn` [cranelift-codegen 0.88.2] Writing ISLE-generated Rust code to /construction/editors/lapce/target/x86_64-unknown-dragonfly/release/build/cranelift-codegen-b0dd211a24f968b1/out/isle_s390x.rs [cranelift-codegen 0.88.2] cargo:rustc-env=ISLE_DIR=/construction/editors/lapce/target/x86_64-unknown-dragonfly/release/build/cranelift-codegen-b0dd211a24f968b1/out Compiling tokio-macros v1.8.0 Running `CARGO=/usr/local/bin/cargo CARGO_CRATE_NAME=tokio_macros CARGO_MANIFEST_DIR=/construction/editors/lapce/lapce-0.2.8/cargo-crates/tokio-macros-1.8.0 CARGO_PKG_AUTHORS='Tokio Contributors ' CARGO_PKG_DESCRIPTION='Tokio'\''s proc macros. ' CARGO_PKG_HOMEPAGE='https://tokio.rs' CARGO_PKG_LICENSE=MIT CARGO_PKG_LICENSE_FILE='' CARGO_PKG_NAME=tokio-macros CARGO_PKG_README=README.md CARGO_PKG_REPOSITORY='https://github.com/tokio-rs/tokio' CARGO_PKG_RUST_VERSION=1.49 CARGO_PKG_VERSION=1.8.0 CARGO_PKG_VERSION_MAJOR=1 CARGO_PKG_VERSION_MINOR=8 CARGO_PKG_VERSION_PATCH=0 CARGO_PKG_VERSION_PRE='' LD_LIBRARY_PATH='/construction/editors/lapce/target/release/deps:/usr/local/lib' /usr/local/bin/rustc --crate-name tokio_macros --edition=2018 /construction/editors/lapce/lapce-0.2.8/cargo-crates/tokio-macros-1.8.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --diagnostic-width=80 --crate-type proc-macro --emit=dep-info,link -C prefer-dynamic -C embed-bitcode=no -C debug-assertions=off -C metadata=8e32b2670056f676 -C extra-filename=-8e32b2670056f676 --out-dir /construction/editors/lapce/target/release/deps -C linker=cc -L dependency=/construction/editors/lapce/target/release/deps --extern proc_macro2=/construction/editors/lapce/target/release/deps/libproc_macro2-0d396a60a42a5507.rlib --extern quote=/construction/editors/lapce/target/release/deps/libquote-598fea7a1e3d78d8.rlib --extern syn=/construction/editors/lapce/target/release/deps/libsyn-175e445b271fda34.rlib --extern proc_macro --cap-lints warn` Running `CARGO=/usr/local/bin/cargo CARGO_CRATE_NAME=async_trait CARGO_MANIFEST_DIR=/construction/editors/lapce/lapce-0.2.8/cargo-crates/async-trait-0.1.57 CARGO_PKG_AUTHORS='David Tolnay ' CARGO_PKG_DESCRIPTION='Type erasure for async trait methods' CARGO_PKG_HOMEPAGE='' CARGO_PKG_LICENSE='MIT OR Apache-2.0' CARGO_PKG_LICENSE_FILE='' CARGO_PKG_NAME=async-trait CARGO_PKG_README=README.md CARGO_PKG_REPOSITORY='https://github.com/dtolnay/async-trait' CARGO_PKG_RUST_VERSION=1.39 CARGO_PKG_VERSION=0.1.57 CARGO_PKG_VERSION_MAJOR=0 CARGO_PKG_VERSION_MINOR=1 CARGO_PKG_VERSION_PATCH=57 CARGO_PKG_VERSION_PRE='' LD_LIBRARY_PATH='/construction/editors/lapce/target/release/deps:/usr/local/lib' OUT_DIR=/construction/editors/lapce/target/release/build/async-trait-797bbae9f72e89ea/out /usr/local/bin/rustc --crate-name async_trait --edition=2018 /construction/editors/lapce/lapce-0.2.8/cargo-crates/async-trait-0.1.57/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --diagnostic-width=80 --crate-type proc-macro --emit=dep-info,link -C prefer-dynamic -C embed-bitcode=no -C debug-assertions=off -C metadata=2290d477e5f7550b -C extra-filename=-2290d477e5f7550b --out-dir /construction/editors/lapce/target/release/deps -C linker=cc -L dependency=/construction/editors/lapce/target/release/deps --extern proc_macro2=/construction/editors/lapce/target/release/deps/libproc_macro2-0d396a60a42a5507.rlib --extern quote=/construction/editors/lapce/target/release/deps/libquote-598fea7a1e3d78d8.rlib --extern syn=/construction/editors/lapce/target/release/deps/libsyn-175e445b271fda34.rlib --extern proc_macro --cap-lints warn` warning: `wast` (lib) generated 3 warnings Running `CARGO=/usr/local/bin/cargo CARGO_CRATE_NAME=cpp_demangle CARGO_MANIFEST_DIR=/construction/editors/lapce/lapce-0.2.8/cargo-crates/cpp_demangle-0.3.5 CARGO_PKG_AUTHORS='Nick Fitzgerald :Jim Blandy ' CARGO_PKG_DESCRIPTION='A crate for demangling C++ symbols' CARGO_PKG_HOMEPAGE='' CARGO_PKG_LICENSE=Apache-2.0/MIT CARGO_PKG_LICENSE_FILE='' CARGO_PKG_NAME=cpp_demangle CARGO_PKG_README=./README.md CARGO_PKG_REPOSITORY='https://github.com/gimli-rs/cpp_demangle' CARGO_PKG_RUST_VERSION='' CARGO_PKG_VERSION=0.3.5 CARGO_PKG_VERSION_MAJOR=0 CARGO_PKG_VERSION_MINOR=3 CARGO_PKG_VERSION_PATCH=5 CARGO_PKG_VERSION_PRE='' LD_LIBRARY_PATH='/construction/editors/lapce/target/release/deps:/usr/local/lib' OUT_DIR=/construction/editors/lapce/target/x86_64-unknown-dragonfly/release/build/cpp_demangle-f843b778f8db4e22/out /usr/local/bin/rustc --crate-name cpp_demangle /construction/editors/lapce/lapce-0.2.8/cargo-crates/cpp_demangle-0.3.5/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --diagnostic-width=80 --crate-type lib --emit=dep-info,metadata,link -C opt-level=2 -C embed-bitcode=no --cfg 'feature="default"' --cfg 'feature="std"' -C metadata=c0ae72bb650e5ea3 -C extra-filename=-c0ae72bb650e5ea3 --out-dir /construction/editors/lapce/target/x86_64-unknown-dragonfly/release/deps --target x86_64-unknown-dragonfly -C linker=cc -L dependency=/construction/editors/lapce/target/x86_64-unknown-dragonfly/release/deps -L dependency=/construction/editors/lapce/target/release/deps --extern cfg_if=/construction/editors/lapce/target/x86_64-unknown-dragonfly/release/deps/libcfg_if-ab9f3df0ea533c99.rmeta --cap-lints warn -C link-arg=-Wl,-rpath,/usr/local/lib -C link-arg=-L/usr/local/lib` Compiling euclid v0.22.7 Running `CARGO=/usr/local/bin/cargo CARGO_CRATE_NAME=euclid CARGO_MANIFEST_DIR=/construction/editors/lapce/lapce-0.2.8/cargo-crates/euclid-0.22.7 CARGO_PKG_AUTHORS='The Servo Project Developers' CARGO_PKG_DESCRIPTION='Geometry primitives' CARGO_PKG_HOMEPAGE='' CARGO_PKG_LICENSE='MIT / Apache-2.0' CARGO_PKG_LICENSE_FILE='' CARGO_PKG_NAME=euclid CARGO_PKG_README=README.md CARGO_PKG_REPOSITORY='https://github.com/servo/euclid' CARGO_PKG_RUST_VERSION='' CARGO_PKG_VERSION=0.22.7 CARGO_PKG_VERSION_MAJOR=0 CARGO_PKG_VERSION_MINOR=22 CARGO_PKG_VERSION_PATCH=7 CARGO_PKG_VERSION_PRE='' LD_LIBRARY_PATH='/construction/editors/lapce/target/release/deps:/usr/local/lib' /usr/local/bin/rustc --crate-name euclid --edition=2018 /construction/editors/lapce/lapce-0.2.8/cargo-crates/euclid-0.22.7/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --diagnostic-width=80 --crate-type lib --emit=dep-info,metadata,link -C opt-level=2 -C embed-bitcode=no --cfg 'feature="default"' --cfg 'feature="std"' -C metadata=4899d565abda75a5 -C extra-filename=-4899d565abda75a5 --out-dir /construction/editors/lapce/target/x86_64-unknown-dragonfly/release/deps --target x86_64-unknown-dragonfly -C linker=cc -L dependency=/construction/editors/lapce/target/x86_64-unknown-dragonfly/release/deps -L dependency=/construction/editors/lapce/target/release/deps --extern num_traits=/construction/editors/lapce/target/x86_64-unknown-dragonfly/release/deps/libnum_traits-dd6d79c2f9521648.rmeta --cap-lints warn -C link-arg=-Wl,-rpath,/usr/local/lib -C link-arg=-L/usr/local/lib` Running `CARGO=/usr/local/bin/cargo CARGO_CRATE_NAME=futures_util CARGO_MANIFEST_DIR=/construction/editors/lapce/lapce-0.2.8/cargo-crates/futures-util-0.3.24 CARGO_PKG_AUTHORS='' CARGO_PKG_DESCRIPTION='Common utilities and extension traits for the futures-rs library. ' CARGO_PKG_HOMEPAGE='https://rust-lang.github.io/futures-rs' CARGO_PKG_LICENSE='MIT OR Apache-2.0' CARGO_PKG_LICENSE_FILE='' CARGO_PKG_NAME=futures-util CARGO_PKG_README=README.md CARGO_PKG_REPOSITORY='https://github.com/rust-lang/futures-rs' CARGO_PKG_RUST_VERSION=1.45 CARGO_PKG_VERSION=0.3.24 CARGO_PKG_VERSION_MAJOR=0 CARGO_PKG_VERSION_MINOR=3 CARGO_PKG_VERSION_PATCH=24 CARGO_PKG_VERSION_PRE='' LD_LIBRARY_PATH='/construction/editors/lapce/target/release/deps:/usr/local/lib' OUT_DIR=/construction/editors/lapce/target/x86_64-unknown-dragonfly/release/build/futures-util-183adff4c72f4082/out /usr/local/bin/rustc --crate-name futures_util --edition=2018 /construction/editors/lapce/lapce-0.2.8/cargo-crates/futures-util-0.3.24/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --diagnostic-width=80 --crate-type lib --emit=dep-info,metadata,link -C opt-level=2 -C embed-bitcode=no --cfg 'feature="alloc"' --cfg 'feature="async-await"' --cfg 'feature="async-await-macro"' --cfg 'feature="channel"' --cfg 'feature="futures-channel"' --cfg 'feature="futures-io"' --cfg 'feature="futures-macro"' --cfg 'feature="futures-sink"' --cfg 'feature="io"' --cfg 'feature="memchr"' --cfg 'feature="sink"' --cfg 'feature="slab"' --cfg 'feature="std"' -C metadata=ca38adb2f9548cd7 -C extra-filename=-ca38adb2f9548cd7 --out-dir /construction/editors/lapce/target/x86_64-unknown-dragonfly/release/deps --target x86_64-unknown-dragonfly -C linker=cc -L dependency=/construction/editors/lapce/target/x86_64-unknown-dragonfly/release/deps -L dependency=/construction/editors/lapce/target/release/deps --extern futures_channel=/construction/editors/lapce/target/x86_64-unknown-dragonfly/release/deps/libfutures_channel-b0aa1c662d61419b.rmeta --extern futures_core=/construction/editors/lapce/target/x86_64-unknown-dragonfly/release/deps/libfutures_core-bdb285f9c4c607b9.rmeta --extern futures_io=/construction/editors/lapce/target/x86_64-unknown-dragonfly/release/deps/libfutures_io-6ec3315c239a1df9.rmeta --extern futures_macro=/construction/editors/lapce/target/release/deps/libfutures_macro-a5a4e4b2bfb890fe.so --extern futures_sink=/construction/editors/lapce/target/x86_64-unknown-dragonfly/release/deps/libfutures_sink-27bd899b1022fa03.rmeta --extern futures_task=/construction/editors/lapce/target/x86_64-unknown-dragonfly/release/deps/libfutures_task-1724fd8df6a27c10.rmeta --extern memchr=/construction/editors/lapce/target/x86_64-unknown-dragonfly/release/deps/libmemchr-bcd48a6ecc42e0cb.rmeta --extern pin_project_lite=/construction/editors/lapce/target/x86_64-unknown-dragonfly/release/deps/libpin_project_lite-4c9a3c2040968f25.rmeta --extern pin_utils=/construction/editors/lapce/target/x86_64-unknown-dragonfly/release/deps/libpin_utils-177df1c98d225fdb.rmeta --extern slab=/construction/editors/lapce/target/x86_64-unknown-dragonfly/release/deps/libslab-5f3d0c69abac86ac.rmeta --cap-lints warn -C link-arg=-Wl,-rpath,/usr/local/lib -C link-arg=-L/usr/local/lib` Compiling directories-next v2.0.0 Running `CARGO=/usr/local/bin/cargo CARGO_CRATE_NAME=directories_next CARGO_MANIFEST_DIR=/construction/editors/lapce/lapce-0.2.8/cargo-crates/directories-next-2.0.0 CARGO_PKG_AUTHORS='The @xdg-rs members' CARGO_PKG_DESCRIPTION='A tiny mid-level library that provides platform-specific standard locations of directories for config, cache and other data on Linux, Windows and macOS by leveraging the mechanisms defined by the XDG base/user directory specifications on Linux, the Known Folder API on Windows, and the Standard Directory guidelines on macOS. ' CARGO_PKG_HOMEPAGE='' CARGO_PKG_LICENSE='MIT OR Apache-2.0' CARGO_PKG_LICENSE_FILE='' CARGO_PKG_NAME=directories-next CARGO_PKG_README=README.md CARGO_PKG_REPOSITORY='https://github.com/xdg-rs/dirs/tree/master/directories' CARGO_PKG_RUST_VERSION='' CARGO_PKG_VERSION=2.0.0 CARGO_PKG_VERSION_MAJOR=2 CARGO_PKG_VERSION_MINOR=0 CARGO_PKG_VERSION_PATCH=0 CARGO_PKG_VERSION_PRE='' LD_LIBRARY_PATH='/construction/editors/lapce/target/release/deps:/usr/local/lib' /usr/local/bin/rustc --crate-name directories_next --edition=2018 /construction/editors/lapce/lapce-0.2.8/cargo-crates/directories-next-2.0.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --diagnostic-width=80 --crate-type lib --emit=dep-info,metadata,link -C opt-level=2 -C embed-bitcode=no -C metadata=b7c2c51d9446e349 -C extra-filename=-b7c2c51d9446e349 --out-dir /construction/editors/lapce/target/x86_64-unknown-dragonfly/release/deps --target x86_64-unknown-dragonfly -C linker=cc -L dependency=/construction/editors/lapce/target/x86_64-unknown-dragonfly/release/deps -L dependency=/construction/editors/lapce/target/release/deps --extern cfg_if=/construction/editors/lapce/target/x86_64-unknown-dragonfly/release/deps/libcfg_if-ab9f3df0ea533c99.rmeta --extern dirs_sys_next=/construction/editors/lapce/target/x86_64-unknown-dragonfly/release/deps/libdirs_sys_next-d15760fcc5da92f7.rmeta --cap-lints warn -C link-arg=-Wl,-rpath,/usr/local/lib -C link-arg=-L/usr/local/lib` Compiling bytemuck v1.12.1 Running `CARGO=/usr/local/bin/cargo CARGO_CRATE_NAME=bytemuck CARGO_MANIFEST_DIR=/construction/editors/lapce/lapce-0.2.8/cargo-crates/bytemuck-1.12.1 CARGO_PKG_AUTHORS='Lokathor ' CARGO_PKG_DESCRIPTION='A crate for mucking around with piles of bytes.' CARGO_PKG_HOMEPAGE='' CARGO_PKG_LICENSE='Zlib OR Apache-2.0 OR MIT' CARGO_PKG_LICENSE_FILE='' CARGO_PKG_NAME=bytemuck CARGO_PKG_README=README.md CARGO_PKG_REPOSITORY='https://github.com/Lokathor/bytemuck' CARGO_PKG_RUST_VERSION='' CARGO_PKG_VERSION=1.12.1 CARGO_PKG_VERSION_MAJOR=1 CARGO_PKG_VERSION_MINOR=12 CARGO_PKG_VERSION_PATCH=1 CARGO_PKG_VERSION_PRE='' LD_LIBRARY_PATH='/construction/editors/lapce/target/release/deps:/usr/local/lib' /usr/local/bin/rustc --crate-name bytemuck --edition=2018 /construction/editors/lapce/lapce-0.2.8/cargo-crates/bytemuck-1.12.1/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --diagnostic-width=80 --crate-type lib --emit=dep-info,metadata,link -C opt-level=2 -C embed-bitcode=no --cfg 'feature="bytemuck_derive"' --cfg 'feature="derive"' --cfg 'feature="extern_crate_alloc"' -C metadata=6fd04d482c7f5619 -C extra-filename=-6fd04d482c7f5619 --out-dir /construction/editors/lapce/target/x86_64-unknown-dragonfly/release/deps --target x86_64-unknown-dragonfly -C linker=cc -L dependency=/construction/editors/lapce/target/x86_64-unknown-dragonfly/release/deps -L dependency=/construction/editors/lapce/target/release/deps --extern bytemuck_derive=/construction/editors/lapce/target/release/deps/libbytemuck_derive-7caca7053aa588c3.so --cap-lints warn -C link-arg=-Wl,-rpath,/usr/local/lib -C link-arg=-L/usr/local/lib` Compiling libz-sys v1.1.8 Running `CARGO=/usr/local/bin/cargo CARGO_CRATE_NAME=build_script_build CARGO_MANIFEST_DIR=/construction/editors/lapce/lapce-0.2.8/cargo-crates/libz-sys-1.1.8 CARGO_PKG_AUTHORS='Alex Crichton :Josh Triplett ' CARGO_PKG_DESCRIPTION='Low-level bindings to the system libz library (also known as zlib).' CARGO_PKG_HOMEPAGE='' CARGO_PKG_LICENSE='MIT OR Apache-2.0' CARGO_PKG_LICENSE_FILE='' CARGO_PKG_NAME=libz-sys CARGO_PKG_README=README.md CARGO_PKG_REPOSITORY='https://github.com/rust-lang/libz-sys' CARGO_PKG_RUST_VERSION='' CARGO_PKG_VERSION=1.1.8 CARGO_PKG_VERSION_MAJOR=1 CARGO_PKG_VERSION_MINOR=1 CARGO_PKG_VERSION_PATCH=8 CARGO_PKG_VERSION_PRE='' LD_LIBRARY_PATH='/construction/editors/lapce/target/release/deps:/usr/local/lib' /usr/local/bin/rustc --crate-name build_script_build --edition=2018 /construction/editors/lapce/lapce-0.2.8/cargo-crates/libz-sys-1.1.8/build.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --diagnostic-width=80 --crate-type bin --emit=dep-info,link -C embed-bitcode=no -C debug-assertions=off --cfg 'feature="libc"' -C metadata=e74749fd0ae6f7c1 -C extra-filename=-e74749fd0ae6f7c1 --out-dir /construction/editors/lapce/target/release/build/libz-sys-e74749fd0ae6f7c1 -C linker=cc -L dependency=/construction/editors/lapce/target/release/deps --extern cc=/construction/editors/lapce/target/release/deps/libcc-1c22ede16aecb155.rlib --extern pkg_config=/construction/editors/lapce/target/release/deps/libpkg_config-511ebd8140d1be89.rlib --cap-lints warn` Compiling libloading v0.7.3 Running `CARGO=/usr/local/bin/cargo CARGO_CRATE_NAME=libloading CARGO_MANIFEST_DIR=/construction/editors/lapce/lapce-0.2.8/cargo-crates/libloading-0.7.3 CARGO_PKG_AUTHORS='Simonas Kazlauskas ' CARGO_PKG_DESCRIPTION='Bindings around the platform'\''s dynamic library loading primitives with greatly improved memory safety.' CARGO_PKG_HOMEPAGE='' CARGO_PKG_LICENSE=ISC CARGO_PKG_LICENSE_FILE='' CARGO_PKG_NAME=libloading CARGO_PKG_README=README.mkd CARGO_PKG_REPOSITORY='https://github.com/nagisa/rust_libloading/' CARGO_PKG_RUST_VERSION=1.40.0 CARGO_PKG_VERSION=0.7.3 CARGO_PKG_VERSION_MAJOR=0 CARGO_PKG_VERSION_MINOR=7 CARGO_PKG_VERSION_PATCH=3 CARGO_PKG_VERSION_PRE='' LD_LIBRARY_PATH='/construction/editors/lapce/target/release/deps:/usr/local/lib' /usr/local/bin/rustc --crate-name libloading /construction/editors/lapce/lapce-0.2.8/cargo-crates/libloading-0.7.3/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --diagnostic-width=80 --crate-type lib --emit=dep-info,metadata,link -C opt-level=2 -C embed-bitcode=no -C metadata=e16df9be334576c4 -C extra-filename=-e16df9be334576c4 --out-dir /construction/editors/lapce/target/x86_64-unknown-dragonfly/release/deps --target x86_64-unknown-dragonfly -C linker=cc -L dependency=/construction/editors/lapce/target/x86_64-unknown-dragonfly/release/deps -L dependency=/construction/editors/lapce/target/release/deps --extern cfg_if=/construction/editors/lapce/target/x86_64-unknown-dragonfly/release/deps/libcfg_if-ab9f3df0ea533c99.rmeta --cap-lints warn -C link-arg=-Wl,-rpath,/usr/local/lib -C link-arg=-L/usr/local/lib` Compiling instant v0.1.12 Running `CARGO=/usr/local/bin/cargo CARGO_CRATE_NAME=instant CARGO_MANIFEST_DIR=/construction/editors/lapce/lapce-0.2.8/cargo-crates/instant-0.1.12 CARGO_PKG_AUTHORS='sebcrozet ' CARGO_PKG_DESCRIPTION='A partial replacement for std::time::Instant that works on WASM too.' CARGO_PKG_HOMEPAGE='' CARGO_PKG_LICENSE=BSD-3-Clause CARGO_PKG_LICENSE_FILE='' CARGO_PKG_NAME=instant CARGO_PKG_README=README.md CARGO_PKG_REPOSITORY='https://github.com/sebcrozet/instant' CARGO_PKG_RUST_VERSION='' CARGO_PKG_VERSION=0.1.12 CARGO_PKG_VERSION_MAJOR=0 CARGO_PKG_VERSION_MINOR=1 CARGO_PKG_VERSION_PATCH=12 CARGO_PKG_VERSION_PRE='' LD_LIBRARY_PATH='/construction/editors/lapce/target/release/deps:/usr/local/lib' /usr/local/bin/rustc --crate-name instant --edition=2018 /construction/editors/lapce/lapce-0.2.8/cargo-crates/instant-0.1.12/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --diagnostic-width=80 --crate-type lib --emit=dep-info,metadata,link -C opt-level=2 -C embed-bitcode=no --cfg 'feature="js-sys"' --cfg 'feature="wasm-bindgen"' --cfg 'feature="wasm-bindgen_rs"' --cfg 'feature="web-sys"' -C metadata=25ce7cd3b0d0c594 -C extra-filename=-25ce7cd3b0d0c594 --out-dir /construction/editors/lapce/target/x86_64-unknown-dragonfly/release/deps --target x86_64-unknown-dragonfly -C linker=cc -L dependency=/construction/editors/lapce/target/x86_64-unknown-dragonfly/release/deps -L dependency=/construction/editors/lapce/target/release/deps --extern cfg_if=/construction/editors/lapce/target/x86_64-unknown-dragonfly/release/deps/libcfg_if-ab9f3df0ea533c99.rmeta --cap-lints warn -C link-arg=-Wl,-rpath,/usr/local/lib -C link-arg=-L/usr/local/lib` Compiling unicode-script v0.5.5 Running `CARGO=/usr/local/bin/cargo CARGO_CRATE_NAME=unicode_script CARGO_MANIFEST_DIR=/construction/editors/lapce/lapce-0.2.8/cargo-crates/unicode-script-0.5.5 CARGO_PKG_AUTHORS='Manish Goregaokar ' CARGO_PKG_DESCRIPTION='This crate exposes the Unicode `Script` and `Script_Extension` properties from [UAX #24](http://www.unicode.org/reports/tr24/) ' CARGO_PKG_HOMEPAGE='https://github.com/unicode-rs/unicode-script' CARGO_PKG_LICENSE=MIT/Apache-2.0 CARGO_PKG_LICENSE_FILE='' CARGO_PKG_NAME=unicode-script CARGO_PKG_README=README.md CARGO_PKG_REPOSITORY='https://github.com/unicode-rs/unicode-script' CARGO_PKG_RUST_VERSION='' CARGO_PKG_VERSION=0.5.5 CARGO_PKG_VERSION_MAJOR=0 CARGO_PKG_VERSION_MINOR=5 CARGO_PKG_VERSION_PATCH=5 CARGO_PKG_VERSION_PRE='' LD_LIBRARY_PATH='/construction/editors/lapce/target/release/deps:/usr/local/lib' /usr/local/bin/rustc --crate-name unicode_script --edition=2018 /construction/editors/lapce/lapce-0.2.8/cargo-crates/unicode-script-0.5.5/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --diagnostic-width=80 --crate-type lib --emit=dep-info,metadata,link -C opt-level=2 -C embed-bitcode=no -C metadata=eaf1f904ae6bfd35 -C extra-filename=-eaf1f904ae6bfd35 --out-dir /construction/editors/lapce/target/x86_64-unknown-dragonfly/release/deps --target x86_64-unknown-dragonfly -C linker=cc -L dependency=/construction/editors/lapce/target/x86_64-unknown-dragonfly/release/deps -L dependency=/construction/editors/lapce/target/release/deps --cap-lints warn -C link-arg=-Wl,-rpath,/usr/local/lib -C link-arg=-L/usr/local/lib` Compiling unicode-bidi-mirroring v0.1.0 Running `CARGO=/usr/local/bin/cargo CARGO_CRATE_NAME=unicode_bidi_mirroring CARGO_MANIFEST_DIR=/construction/editors/lapce/lapce-0.2.8/cargo-crates/unicode-bidi-mirroring-0.1.0 CARGO_PKG_AUTHORS='Evgeniy Reizner ' CARGO_PKG_DESCRIPTION='Unicode Bidi Mirroring propery detection' CARGO_PKG_HOMEPAGE='' CARGO_PKG_LICENSE=MIT/Apache-2.0 CARGO_PKG_LICENSE_FILE='' CARGO_PKG_NAME=unicode-bidi-mirroring CARGO_PKG_README=README.md CARGO_PKG_REPOSITORY='https://github.com/RazrFalcon/unicode-bidi-mirroring' CARGO_PKG_RUST_VERSION='' CARGO_PKG_VERSION=0.1.0 CARGO_PKG_VERSION_MAJOR=0 CARGO_PKG_VERSION_MINOR=1 CARGO_PKG_VERSION_PATCH=0 CARGO_PKG_VERSION_PRE='' LD_LIBRARY_PATH='/construction/editors/lapce/target/release/deps:/usr/local/lib' /usr/local/bin/rustc --crate-name unicode_bidi_mirroring --edition=2018 /construction/editors/lapce/lapce-0.2.8/cargo-crates/unicode-bidi-mirroring-0.1.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --diagnostic-width=80 --crate-type lib --emit=dep-info,metadata,link -C opt-level=2 -C embed-bitcode=no -C metadata=46873cdedd1c69b9 -C extra-filename=-46873cdedd1c69b9 --out-dir /construction/editors/lapce/target/x86_64-unknown-dragonfly/release/deps --target x86_64-unknown-dragonfly -C linker=cc -L dependency=/construction/editors/lapce/target/x86_64-unknown-dragonfly/release/deps -L dependency=/construction/editors/lapce/target/release/deps --cap-lints warn -C link-arg=-Wl,-rpath,/usr/local/lib -C link-arg=-L/usr/local/lib` Compiling unicode-general-category v0.4.0 Running `CARGO=/usr/local/bin/cargo CARGO_CRATE_NAME=build_script_build CARGO_MANIFEST_DIR=/construction/editors/lapce/lapce-0.2.8/cargo-crates/unicode-general-category-0.4.0 CARGO_PKG_AUTHORS='YesLogic Pty. Ltd. ' CARGO_PKG_DESCRIPTION='Fast lookup of the Unicode General Category property for char' CARGO_PKG_HOMEPAGE='https://github.com/yeslogic/unicode-general-category' CARGO_PKG_LICENSE=Apache-2.0 CARGO_PKG_LICENSE_FILE='' CARGO_PKG_NAME=unicode-general-category CARGO_PKG_README=README.md CARGO_PKG_REPOSITORY='https://github.com/yeslogic/unicode-general-category' CARGO_PKG_RUST_VERSION='' CARGO_PKG_VERSION=0.4.0 CARGO_PKG_VERSION_MAJOR=0 CARGO_PKG_VERSION_MINOR=4 CARGO_PKG_VERSION_PATCH=0 CARGO_PKG_VERSION_PRE='' LD_LIBRARY_PATH='/construction/editors/lapce/target/release/deps:/usr/local/lib' /usr/local/bin/rustc --crate-name build_script_build --edition=2018 /construction/editors/lapce/lapce-0.2.8/cargo-crates/unicode-general-category-0.4.0/build.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --diagnostic-width=80 --crate-type bin --emit=dep-info,link -C embed-bitcode=no -C debug-assertions=off -C metadata=9a2424076864387b -C extra-filename=-9a2424076864387b --out-dir /construction/editors/lapce/target/release/build/unicode-general-category-9a2424076864387b -C linker=cc -L dependency=/construction/editors/lapce/target/release/deps --cap-lints warn` Compiling openssl v0.10.42 Running `CARGO=/usr/local/bin/cargo CARGO_CRATE_NAME=build_script_build CARGO_MANIFEST_DIR=/construction/editors/lapce/lapce-0.2.8/cargo-crates/openssl-0.10.42 CARGO_PKG_AUTHORS='Steven Fackler ' CARGO_PKG_DESCRIPTION='OpenSSL bindings' CARGO_PKG_HOMEPAGE='' CARGO_PKG_LICENSE=Apache-2.0 CARGO_PKG_LICENSE_FILE='' CARGO_PKG_NAME=openssl CARGO_PKG_README=README.md CARGO_PKG_REPOSITORY='https://github.com/sfackler/rust-openssl' CARGO_PKG_RUST_VERSION='' CARGO_PKG_VERSION=0.10.42 CARGO_PKG_VERSION_MAJOR=0 CARGO_PKG_VERSION_MINOR=10 CARGO_PKG_VERSION_PATCH=42 CARGO_PKG_VERSION_PRE='' LD_LIBRARY_PATH='/construction/editors/lapce/target/release/deps:/usr/local/lib' /usr/local/bin/rustc --crate-name build_script_build --edition=2018 /construction/editors/lapce/lapce-0.2.8/cargo-crates/openssl-0.10.42/build.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --diagnostic-width=80 --crate-type bin --emit=dep-info,link -C embed-bitcode=no -C debug-assertions=off --cfg 'feature="default"' -C metadata=112bc5ed86b5674a -C extra-filename=-112bc5ed86b5674a --out-dir /construction/editors/lapce/target/release/build/openssl-112bc5ed86b5674a -C linker=cc -L dependency=/construction/editors/lapce/target/release/deps --cap-lints warn` Compiling linked-hash-map v0.5.6 Running `CARGO=/usr/local/bin/cargo CARGO_CRATE_NAME=linked_hash_map CARGO_MANIFEST_DIR=/construction/editors/lapce/lapce-0.2.8/cargo-crates/linked-hash-map-0.5.6 CARGO_PKG_AUTHORS='Stepan Koltsov :Andrew Paseltiner ' CARGO_PKG_DESCRIPTION='A HashMap wrapper that holds key-value pairs in insertion order' CARGO_PKG_HOMEPAGE='https://github.com/contain-rs/linked-hash-map' CARGO_PKG_LICENSE=MIT/Apache-2.0 CARGO_PKG_LICENSE_FILE='' CARGO_PKG_NAME=linked-hash-map CARGO_PKG_README=README.md CARGO_PKG_REPOSITORY='https://github.com/contain-rs/linked-hash-map' CARGO_PKG_RUST_VERSION='' CARGO_PKG_VERSION=0.5.6 CARGO_PKG_VERSION_MAJOR=0 CARGO_PKG_VERSION_MINOR=5 CARGO_PKG_VERSION_PATCH=6 CARGO_PKG_VERSION_PRE='' LD_LIBRARY_PATH='/construction/editors/lapce/target/release/deps:/usr/local/lib' /usr/local/bin/rustc --crate-name linked_hash_map /construction/editors/lapce/lapce-0.2.8/cargo-crates/linked-hash-map-0.5.6/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --diagnostic-width=80 --crate-type lib --emit=dep-info,metadata,link -C opt-level=2 -C embed-bitcode=no -C metadata=15b636ffc7d23545 -C extra-filename=-15b636ffc7d23545 --out-dir /construction/editors/lapce/target/x86_64-unknown-dragonfly/release/deps --target x86_64-unknown-dragonfly -C linker=cc -L dependency=/construction/editors/lapce/target/x86_64-unknown-dragonfly/release/deps -L dependency=/construction/editors/lapce/target/release/deps --cap-lints warn -C link-arg=-Wl,-rpath,/usr/local/lib -C link-arg=-L/usr/local/lib` Compiling foreign-types-shared v0.1.1 Running `CARGO=/usr/local/bin/cargo CARGO_CRATE_NAME=foreign_types_shared CARGO_MANIFEST_DIR=/construction/editors/lapce/lapce-0.2.8/cargo-crates/foreign-types-shared-0.1.1 CARGO_PKG_AUTHORS='Steven Fackler ' CARGO_PKG_DESCRIPTION='An internal crate used by foreign-types' CARGO_PKG_HOMEPAGE='' CARGO_PKG_LICENSE=MIT/Apache-2.0 CARGO_PKG_LICENSE_FILE='' CARGO_PKG_NAME=foreign-types-shared CARGO_PKG_README='' CARGO_PKG_REPOSITORY='https://github.com/sfackler/foreign-types' CARGO_PKG_RUST_VERSION='' CARGO_PKG_VERSION=0.1.1 CARGO_PKG_VERSION_MAJOR=0 CARGO_PKG_VERSION_MINOR=1 CARGO_PKG_VERSION_PATCH=1 CARGO_PKG_VERSION_PRE='' LD_LIBRARY_PATH='/construction/editors/lapce/target/release/deps:/usr/local/lib' /usr/local/bin/rustc --crate-name foreign_types_shared /construction/editors/lapce/lapce-0.2.8/cargo-crates/foreign-types-shared-0.1.1/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --diagnostic-width=80 --crate-type lib --emit=dep-info,metadata,link -C opt-level=2 -C embed-bitcode=no -C metadata=e8bdd4a6d64efd7d -C extra-filename=-e8bdd4a6d64efd7d --out-dir /construction/editors/lapce/target/x86_64-unknown-dragonfly/release/deps --target x86_64-unknown-dragonfly -C linker=cc -L dependency=/construction/editors/lapce/target/x86_64-unknown-dragonfly/release/deps -L dependency=/construction/editors/lapce/target/release/deps --cap-lints warn -C link-arg=-Wl,-rpath,/usr/local/lib -C link-arg=-L/usr/local/lib` Compiling unicode-ccc v0.1.2 Running `CARGO=/usr/local/bin/cargo CARGO_CRATE_NAME=unicode_ccc CARGO_MANIFEST_DIR=/construction/editors/lapce/lapce-0.2.8/cargo-crates/unicode-ccc-0.1.2 CARGO_PKG_AUTHORS='Evgeniy Reizner ' CARGO_PKG_DESCRIPTION='Unicode Canonical Combining Class detection' CARGO_PKG_HOMEPAGE='' CARGO_PKG_LICENSE=MIT/Apache-2.0 CARGO_PKG_LICENSE_FILE='' CARGO_PKG_NAME=unicode-ccc CARGO_PKG_README=README.md CARGO_PKG_REPOSITORY='https://github.com/RazrFalcon/unicode-ccc' CARGO_PKG_RUST_VERSION='' CARGO_PKG_VERSION=0.1.2 CARGO_PKG_VERSION_MAJOR=0 CARGO_PKG_VERSION_MINOR=1 CARGO_PKG_VERSION_PATCH=2 CARGO_PKG_VERSION_PRE='' LD_LIBRARY_PATH='/construction/editors/lapce/target/release/deps:/usr/local/lib' /usr/local/bin/rustc --crate-name unicode_ccc --edition=2018 /construction/editors/lapce/lapce-0.2.8/cargo-crates/unicode-ccc-0.1.2/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --diagnostic-width=80 --crate-type lib --emit=dep-info,metadata,link -C opt-level=2 -C embed-bitcode=no -C metadata=cf06e6b7a8999a33 -C extra-filename=-cf06e6b7a8999a33 --out-dir /construction/editors/lapce/target/x86_64-unknown-dragonfly/release/deps --target x86_64-unknown-dragonfly -C linker=cc -L dependency=/construction/editors/lapce/target/x86_64-unknown-dragonfly/release/deps -L dependency=/construction/editors/lapce/target/release/deps --cap-lints warn -C link-arg=-Wl,-rpath,/usr/local/lib -C link-arg=-L/usr/local/lib` warning: unused return value of `Box::::from_raw` that must be used --> /construction/editors/lapce/lapce-0.2.8/cargo-crates/linked-hash-map-0.5.6/src/lib.rs:165:13 | 165 | Box::from_raw(cur); | ^^^^^^^^^^^^^^^^^^ | = note: call `drop(Box::from_raw(ptr))` if you intend to drop the `Box` = note: `#[warn(unused_must_use)]` on by default help: use `let _ = ...` to ignore the resulting value | 165 | let _ = Box::from_raw(cur); | +++++++ warning: unused return value of `Box::::from_raw` that must be used --> /construction/editors/lapce/lapce-0.2.8/cargo-crates/linked-hash-map-0.5.6/src/lib.rs:1300:17 | 1300 | Box::from_raw(self.tail); | ^^^^^^^^^^^^^^^^^^^^^^^^ | = note: call `drop(Box::from_raw(ptr))` if you intend to drop the `Box` help: use `let _ = ...` to ignore the resulting value | 1300 | let _ = Box::from_raw(self.tail); | +++++++ Compiling wasmtime v1.0.2 Running `CARGO=/usr/local/bin/cargo CARGO_CRATE_NAME=build_script_build CARGO_MANIFEST_DIR=/construction/editors/lapce/lapce-0.2.8/cargo-crates/wasmtime-1.0.2 CARGO_PKG_AUTHORS='The Wasmtime Project Developers' CARGO_PKG_DESCRIPTION='High-level API to expose the Wasmtime runtime' CARGO_PKG_HOMEPAGE='' CARGO_PKG_LICENSE='Apache-2.0 WITH LLVM-exception' CARGO_PKG_LICENSE_FILE='' CARGO_PKG_NAME=wasmtime CARGO_PKG_README=README.md CARGO_PKG_REPOSITORY='https://github.com/bytecodealliance/wasmtime' CARGO_PKG_RUST_VERSION='' CARGO_PKG_VERSION=1.0.2 CARGO_PKG_VERSION_MAJOR=1 CARGO_PKG_VERSION_MINOR=0 CARGO_PKG_VERSION_PATCH=2 CARGO_PKG_VERSION_PRE='' LD_LIBRARY_PATH='/construction/editors/lapce/target/release/deps:/usr/local/lib' /usr/local/bin/rustc --crate-name build_script_build --edition=2021 /construction/editors/lapce/lapce-0.2.8/cargo-crates/wasmtime-1.0.2/build.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --diagnostic-width=80 --crate-type bin --emit=dep-info,link -C embed-bitcode=no -C debug-assertions=off --cfg 'feature="async"' --cfg 'feature="cache"' --cfg 'feature="cranelift"' --cfg 'feature="default"' --cfg 'feature="jitdump"' --cfg 'feature="memory-init-cow"' --cfg 'feature="parallel-compilation"' --cfg 'feature="pooling-allocator"' --cfg 'feature="wat"' -C metadata=60487fc0bfc044b2 -C extra-filename=-60487fc0bfc044b2 --out-dir /construction/editors/lapce/target/release/build/wasmtime-60487fc0bfc044b2 -C linker=cc -L dependency=/construction/editors/lapce/target/release/deps --cap-lints warn` Running `/construction/editors/lapce/target/release/build/openssl-112bc5ed86b5674a/build-script-build` [openssl 0.10.42] cargo:rustc-cfg=osslconf="OPENSSL_NO_RFC3779" [openssl 0.10.42] cargo:rustc-cfg=osslconf="OPENSSL_NO_SSL3_METHOD" [openssl 0.10.42] cargo:rustc-cfg=osslconf="OPENSSL_NO_SM3" [openssl 0.10.42] cargo:rustc-cfg=osslconf="OPENSSL_NO_SM4" [openssl 0.10.42] cargo:rustc-cfg=ossl101 [openssl 0.10.42] cargo:rustc-cfg=ossl102 [openssl 0.10.42] cargo:rustc-cfg=ossl110 [openssl 0.10.42] cargo:rustc-cfg=ossl110g [openssl 0.10.42] cargo:rustc-cfg=ossl110h [openssl 0.10.42] cargo:rustc-cfg=ossl111 Running `CARGO=/usr/local/bin/cargo CARGO_CRATE_NAME=thiserror CARGO_MANIFEST_DIR=/construction/editors/lapce/lapce-0.2.8/cargo-crates/thiserror-1.0.36 CARGO_PKG_AUTHORS='David Tolnay ' CARGO_PKG_DESCRIPTION='derive(Error)' CARGO_PKG_HOMEPAGE='' CARGO_PKG_LICENSE='MIT OR Apache-2.0' CARGO_PKG_LICENSE_FILE='' CARGO_PKG_NAME=thiserror CARGO_PKG_README=README.md CARGO_PKG_REPOSITORY='https://github.com/dtolnay/thiserror' CARGO_PKG_RUST_VERSION=1.31 CARGO_PKG_VERSION=1.0.36 CARGO_PKG_VERSION_MAJOR=1 CARGO_PKG_VERSION_MINOR=0 CARGO_PKG_VERSION_PATCH=36 CARGO_PKG_VERSION_PRE='' LD_LIBRARY_PATH='/construction/editors/lapce/target/release/deps:/usr/local/lib' OUT_DIR=/construction/editors/lapce/target/release/build/thiserror-ffd3e9806b827f43/out /usr/local/bin/rustc --crate-name thiserror --edition=2018 /construction/editors/lapce/lapce-0.2.8/cargo-crates/thiserror-1.0.36/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --diagnostic-width=80 --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debug-assertions=off -C metadata=16c62e88d4d24d86 -C extra-filename=-16c62e88d4d24d86 --out-dir /construction/editors/lapce/target/release/deps -C linker=cc -L dependency=/construction/editors/lapce/target/release/deps --extern thiserror_impl=/construction/editors/lapce/target/release/deps/libthiserror_impl-88bdcaad6dc73634.so --cap-lints warn` Running `CARGO=/usr/local/bin/cargo CARGO_CRATE_NAME=thiserror CARGO_MANIFEST_DIR=/construction/editors/lapce/lapce-0.2.8/cargo-crates/thiserror-1.0.36 CARGO_PKG_AUTHORS='David Tolnay ' CARGO_PKG_DESCRIPTION='derive(Error)' CARGO_PKG_HOMEPAGE='' CARGO_PKG_LICENSE='MIT OR Apache-2.0' CARGO_PKG_LICENSE_FILE='' CARGO_PKG_NAME=thiserror CARGO_PKG_README=README.md CARGO_PKG_REPOSITORY='https://github.com/dtolnay/thiserror' CARGO_PKG_RUST_VERSION=1.31 CARGO_PKG_VERSION=1.0.36 CARGO_PKG_VERSION_MAJOR=1 CARGO_PKG_VERSION_MINOR=0 CARGO_PKG_VERSION_PATCH=36 CARGO_PKG_VERSION_PRE='' LD_LIBRARY_PATH='/construction/editors/lapce/target/release/deps:/usr/local/lib' OUT_DIR=/construction/editors/lapce/target/x86_64-unknown-dragonfly/release/build/thiserror-6b21b128ac69a6d8/out /usr/local/bin/rustc --crate-name thiserror --edition=2018 /construction/editors/lapce/lapce-0.2.8/cargo-crates/thiserror-1.0.36/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --diagnostic-width=80 --crate-type lib --emit=dep-info,metadata,link -C opt-level=2 -C embed-bitcode=no -C metadata=5044f735190ebf51 -C extra-filename=-5044f735190ebf51 --out-dir /construction/editors/lapce/target/x86_64-unknown-dragonfly/release/deps --target x86_64-unknown-dragonfly -C linker=cc -L dependency=/construction/editors/lapce/target/x86_64-unknown-dragonfly/release/deps -L dependency=/construction/editors/lapce/target/release/deps --extern thiserror_impl=/construction/editors/lapce/target/release/deps/libthiserror_impl-88bdcaad6dc73634.so --cap-lints warn -C link-arg=-Wl,-rpath,/usr/local/lib -C link-arg=-L/usr/local/lib` warning: `linked-hash-map` (lib) generated 2 warnings Compiling foreign-types v0.3.2 Running `CARGO=/usr/local/bin/cargo CARGO_CRATE_NAME=foreign_types CARGO_MANIFEST_DIR=/construction/editors/lapce/lapce-0.2.8/cargo-crates/foreign-types-0.3.2 CARGO_PKG_AUTHORS='Steven Fackler ' CARGO_PKG_DESCRIPTION='A framework for Rust wrappers over C APIs' CARGO_PKG_HOMEPAGE='' CARGO_PKG_LICENSE=MIT/Apache-2.0 CARGO_PKG_LICENSE_FILE='' CARGO_PKG_NAME=foreign-types CARGO_PKG_README=README.md CARGO_PKG_REPOSITORY='https://github.com/sfackler/foreign-types' CARGO_PKG_RUST_VERSION='' CARGO_PKG_VERSION=0.3.2 CARGO_PKG_VERSION_MAJOR=0 CARGO_PKG_VERSION_MINOR=3 CARGO_PKG_VERSION_PATCH=2 CARGO_PKG_VERSION_PRE='' LD_LIBRARY_PATH='/construction/editors/lapce/target/release/deps:/usr/local/lib' /usr/local/bin/rustc --crate-name foreign_types /construction/editors/lapce/lapce-0.2.8/cargo-crates/foreign-types-0.3.2/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --diagnostic-width=80 --crate-type lib --emit=dep-info,metadata,link -C opt-level=2 -C embed-bitcode=no -C metadata=0c574f56738d681b -C extra-filename=-0c574f56738d681b --out-dir /construction/editors/lapce/target/x86_64-unknown-dragonfly/release/deps --target x86_64-unknown-dragonfly -C linker=cc -L dependency=/construction/editors/lapce/target/x86_64-unknown-dragonfly/release/deps -L dependency=/construction/editors/lapce/target/release/deps --extern foreign_types_shared=/construction/editors/lapce/target/x86_64-unknown-dragonfly/release/deps/libforeign_types_shared-e8bdd4a6d64efd7d.rmeta --cap-lints warn -C link-arg=-Wl,-rpath,/usr/local/lib -C link-arg=-L/usr/local/lib` Compiling lyon_geom v0.17.7 Compiling dlib v0.5.0 Running `CARGO=/usr/local/bin/cargo CARGO_CRATE_NAME=dlib CARGO_MANIFEST_DIR=/construction/editors/lapce/lapce-0.2.8/cargo-crates/dlib-0.5.0 CARGO_PKG_AUTHORS='Victor Berger ' CARGO_PKG_DESCRIPTION='Helper macros for handling manually loading optional system libraries.' CARGO_PKG_HOMEPAGE='' CARGO_PKG_LICENSE=MIT CARGO_PKG_LICENSE_FILE='' CARGO_PKG_NAME=dlib CARGO_PKG_README=README.md CARGO_PKG_REPOSITORY='https://github.com/vberger/dlib' CARGO_PKG_RUST_VERSION='' CARGO_PKG_VERSION=0.5.0 CARGO_PKG_VERSION_MAJOR=0 CARGO_PKG_VERSION_MINOR=5 CARGO_PKG_VERSION_PATCH=0 CARGO_PKG_VERSION_PRE='' LD_LIBRARY_PATH='/construction/editors/lapce/target/release/deps:/usr/local/lib' /usr/local/bin/rustc --crate-name dlib /construction/editors/lapce/lapce-0.2.8/cargo-crates/dlib-0.5.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --diagnostic-width=80 --crate-type lib --emit=dep-info,metadata,link -C opt-level=2 -C embed-bitcode=no -C metadata=52edfb91800be2ab -C extra-filename=-52edfb91800be2ab --out-dir /construction/editors/lapce/target/x86_64-unknown-dragonfly/release/deps --target x86_64-unknown-dragonfly -C linker=cc -L dependency=/construction/editors/lapce/target/x86_64-unknown-dragonfly/release/deps -L dependency=/construction/editors/lapce/target/release/deps --extern libloading=/construction/editors/lapce/target/x86_64-unknown-dragonfly/release/deps/liblibloading-e16df9be334576c4.rmeta --cap-lints warn -C link-arg=-Wl,-rpath,/usr/local/lib -C link-arg=-L/usr/local/lib` Running `CARGO=/usr/local/bin/cargo CARGO_CRATE_NAME=lyon_geom CARGO_MANIFEST_DIR=/construction/editors/lapce/lapce-0.2.8/cargo-crates/lyon_geom-0.17.7 CARGO_PKG_AUTHORS='Nicolas Silva ' CARGO_PKG_DESCRIPTION='2D quadratic and cubic bézier arcs and line segment math on top of euclid.' CARGO_PKG_HOMEPAGE='' CARGO_PKG_LICENSE=MIT/Apache-2.0 CARGO_PKG_LICENSE_FILE='' CARGO_PKG_NAME=lyon_geom CARGO_PKG_README='' CARGO_PKG_REPOSITORY='https://github.com/nical/lyon' CARGO_PKG_RUST_VERSION='' CARGO_PKG_VERSION=0.17.7 CARGO_PKG_VERSION_MAJOR=0 CARGO_PKG_VERSION_MINOR=17 CARGO_PKG_VERSION_PATCH=7 CARGO_PKG_VERSION_PRE='' LD_LIBRARY_PATH='/construction/editors/lapce/target/release/deps:/usr/local/lib' /usr/local/bin/rustc --crate-name lyon_geom --edition=2018 /construction/editors/lapce/lapce-0.2.8/cargo-crates/lyon_geom-0.17.7/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --diagnostic-width=80 --crate-type lib --emit=dep-info,metadata,link -C opt-level=2 -C embed-bitcode=no -C metadata=afad48667afb94f7 -C extra-filename=-afad48667afb94f7 --out-dir /construction/editors/lapce/target/x86_64-unknown-dragonfly/release/deps --target x86_64-unknown-dragonfly -C linker=cc -L dependency=/construction/editors/lapce/target/x86_64-unknown-dragonfly/release/deps -L dependency=/construction/editors/lapce/target/release/deps --extern arrayvec=/construction/editors/lapce/target/x86_64-unknown-dragonfly/release/deps/libarrayvec-2f836936ab473817.rmeta --extern euclid=/construction/editors/lapce/target/x86_64-unknown-dragonfly/release/deps/libeuclid-4899d565abda75a5.rmeta --extern num_traits=/construction/editors/lapce/target/x86_64-unknown-dragonfly/release/deps/libnum_traits-dd6d79c2f9521648.rmeta --cap-lints warn -C link-arg=-Wl,-rpath,/usr/local/lib -C link-arg=-L/usr/local/lib` Compiling pest v2.3.1 Running `CARGO=/usr/local/bin/cargo CARGO_CRATE_NAME=pest CARGO_MANIFEST_DIR=/construction/editors/lapce/lapce-0.2.8/cargo-crates/pest-2.3.1 CARGO_PKG_AUTHORS='Dragoș Tiselice ' CARGO_PKG_DESCRIPTION='The Elegant Parser' CARGO_PKG_HOMEPAGE='https://pest-parser.github.io/' CARGO_PKG_LICENSE=MIT/Apache-2.0 CARGO_PKG_LICENSE_FILE='' CARGO_PKG_NAME=pest CARGO_PKG_README=_README.md CARGO_PKG_REPOSITORY='https://github.com/pest-parser/pest' CARGO_PKG_RUST_VERSION=1.56 CARGO_PKG_VERSION=2.3.1 CARGO_PKG_VERSION_MAJOR=2 CARGO_PKG_VERSION_MINOR=3 CARGO_PKG_VERSION_PATCH=1 CARGO_PKG_VERSION_PRE='' LD_LIBRARY_PATH='/construction/editors/lapce/target/release/deps:/usr/local/lib' /usr/local/bin/rustc --crate-name pest --edition=2018 /construction/editors/lapce/lapce-0.2.8/cargo-crates/pest-2.3.1/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --diagnostic-width=80 --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debug-assertions=off --cfg 'feature="default"' --cfg 'feature="std"' --cfg 'feature="thiserror"' -C metadata=4898dcdebacfec86 -C extra-filename=-4898dcdebacfec86 --out-dir /construction/editors/lapce/target/release/deps -C linker=cc -L dependency=/construction/editors/lapce/target/release/deps --extern thiserror=/construction/editors/lapce/target/release/deps/libthiserror-16c62e88d4d24d86.rmeta --extern ucd_trie=/construction/editors/lapce/target/release/deps/libucd_trie-0a3a7f54a07b5390.rmeta --cap-lints warn` Compiling witx v0.9.1 Running `CARGO=/usr/local/bin/cargo CARGO_CRATE_NAME=witx CARGO_MANIFEST_DIR=/construction/editors/lapce/lapce-0.2.8/cargo-crates/witx-0.9.1 CARGO_PKG_AUTHORS='Pat Hickey :Alex Crichton ' CARGO_PKG_DESCRIPTION='Parse and validate witx file format' CARGO_PKG_HOMEPAGE='https://github.com/WebAssembly/WASI' CARGO_PKG_LICENSE=Apache-2.0 CARGO_PKG_LICENSE_FILE='' CARGO_PKG_NAME=witx CARGO_PKG_README='' CARGO_PKG_REPOSITORY='https://github.com/WebAssembly/WASI' CARGO_PKG_RUST_VERSION='' CARGO_PKG_VERSION=0.9.1 CARGO_PKG_VERSION_MAJOR=0 CARGO_PKG_VERSION_MINOR=9 CARGO_PKG_VERSION_PATCH=1 CARGO_PKG_VERSION_PRE='' LD_LIBRARY_PATH='/construction/editors/lapce/target/release/deps:/usr/local/lib' /usr/local/bin/rustc --crate-name witx --edition=2018 /construction/editors/lapce/lapce-0.2.8/cargo-crates/witx-0.9.1/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --diagnostic-width=80 --crate-type rlib --emit=dep-info,metadata,link -C embed-bitcode=no -C debug-assertions=off -C metadata=71085a43bd2261cc -C extra-filename=-71085a43bd2261cc --out-dir /construction/editors/lapce/target/release/deps -C linker=cc -L dependency=/construction/editors/lapce/target/release/deps --extern anyhow=/construction/editors/lapce/target/release/deps/libanyhow-ea70669b8519bb65.rmeta --extern log=/construction/editors/lapce/target/release/deps/liblog-aa0b990e7eb554d4.rmeta --extern thiserror=/construction/editors/lapce/target/release/deps/libthiserror-16c62e88d4d24d86.rmeta --extern wast=/construction/editors/lapce/target/release/deps/libwast-721edec3ba252302.rmeta --cap-lints warn` Running `/construction/editors/lapce/target/release/build/wasmtime-60487fc0bfc044b2/build-script-build` [wasmtime 1.0.2] cargo:rustc-cfg=compiler [wasmtime 1.0.2] cargo:rerun-if-changed=build.rs Running `/construction/editors/lapce/target/release/build/libz-sys-e74749fd0ae6f7c1/build-script-build` [libz-sys 1.1.8] cargo:rerun-if-env-changed=LIBZ_SYS_STATIC [libz-sys 1.1.8] cargo:rerun-if-changed=build.rs [libz-sys 1.1.8] OPT_LEVEL = Some("2") [libz-sys 1.1.8] TARGET = Some("x86_64-unknown-dragonfly") [libz-sys 1.1.8] HOST = Some("x86_64-unknown-dragonfly") [libz-sys 1.1.8] CC_x86_64-unknown-dragonfly = None [libz-sys 1.1.8] CC_x86_64_unknown_dragonfly = None [libz-sys 1.1.8] HOST_CC = None [libz-sys 1.1.8] CC = Some("cc") [libz-sys 1.1.8] CFLAGS_x86_64-unknown-dragonfly = None [libz-sys 1.1.8] CFLAGS_x86_64_unknown_dragonfly = None [libz-sys 1.1.8] HOST_CFLAGS = None [libz-sys 1.1.8] CFLAGS = Some("-pipe -O2 -isystem /usr/local/include -fno-strict-aliasing ") [libz-sys 1.1.8] CRATE_CC_NO_DEFAULTS = None [libz-sys 1.1.8] DEBUG = Some("false") [libz-sys 1.1.8] CARGO_CFG_TARGET_FEATURE = Some("fxsr,sse,sse2") [libz-sys 1.1.8] running "cc" "src/smoke.c" "-o" "/dev/null" "-lz" [libz-sys 1.1.8] src/smoke.c: In function 'main': [libz-sys 1.1.8] src/smoke.c:4:10: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast] [libz-sys 1.1.8] return (int) adler32; [libz-sys 1.1.8] ^ [libz-sys 1.1.8] cargo:rustc-link-lib=z Compiling pin-project-internal v1.0.12 Running `CARGO=/usr/local/bin/cargo CARGO_CRATE_NAME=pin_project_internal CARGO_MANIFEST_DIR=/construction/editors/lapce/lapce-0.2.8/cargo-crates/pin-project-internal-1.0.12 CARGO_PKG_AUTHORS='' CARGO_PKG_DESCRIPTION='Implementation detail of the `pin-project` crate. ' CARGO_PKG_HOMEPAGE='' CARGO_PKG_LICENSE='Apache-2.0 OR MIT' CARGO_PKG_LICENSE_FILE='' CARGO_PKG_NAME=pin-project-internal CARGO_PKG_README='' CARGO_PKG_REPOSITORY='https://github.com/taiki-e/pin-project' CARGO_PKG_RUST_VERSION=1.37 CARGO_PKG_VERSION=1.0.12 CARGO_PKG_VERSION_MAJOR=1 CARGO_PKG_VERSION_MINOR=0 CARGO_PKG_VERSION_PATCH=12 CARGO_PKG_VERSION_PRE='' LD_LIBRARY_PATH='/construction/editors/lapce/target/release/deps:/usr/local/lib' /usr/local/bin/rustc --crate-name pin_project_internal --edition=2018 /construction/editors/lapce/lapce-0.2.8/cargo-crates/pin-project-internal-1.0.12/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --diagnostic-width=80 --crate-type proc-macro --emit=dep-info,link -C prefer-dynamic -C embed-bitcode=no -C debug-assertions=off -C metadata=7aed93976f283eb7 -C extra-filename=-7aed93976f283eb7 --out-dir /construction/editors/lapce/target/release/deps -C linker=cc -L dependency=/construction/editors/lapce/target/release/deps --extern proc_macro2=/construction/editors/lapce/target/release/deps/libproc_macro2-0d396a60a42a5507.rlib --extern quote=/construction/editors/lapce/target/release/deps/libquote-598fea7a1e3d78d8.rlib --extern syn=/construction/editors/lapce/target/release/deps/libsyn-175e445b271fda34.rlib --extern proc_macro --cap-lints warn` Compiling openssl-macros v0.1.0 Running `CARGO=/usr/local/bin/cargo CARGO_CRATE_NAME=openssl_macros CARGO_MANIFEST_DIR=/construction/editors/lapce/lapce-0.2.8/cargo-crates/openssl-macros-0.1.0 CARGO_PKG_AUTHORS='' CARGO_PKG_DESCRIPTION='Internal macros used by the openssl crate.' CARGO_PKG_HOMEPAGE='' CARGO_PKG_LICENSE=MIT/Apache-2.0 CARGO_PKG_LICENSE_FILE='' CARGO_PKG_NAME=openssl-macros CARGO_PKG_README='' CARGO_PKG_REPOSITORY='' CARGO_PKG_RUST_VERSION='' CARGO_PKG_VERSION=0.1.0 CARGO_PKG_VERSION_MAJOR=0 CARGO_PKG_VERSION_MINOR=1 CARGO_PKG_VERSION_PATCH=0 CARGO_PKG_VERSION_PRE='' LD_LIBRARY_PATH='/construction/editors/lapce/target/release/deps:/usr/local/lib' /usr/local/bin/rustc --crate-name openssl_macros --edition=2018 /construction/editors/lapce/lapce-0.2.8/cargo-crates/openssl-macros-0.1.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --diagnostic-width=80 --crate-type proc-macro --emit=dep-info,link -C prefer-dynamic -C embed-bitcode=no -C debug-assertions=off -C metadata=5a03e4e29564a6da -C extra-filename=-5a03e4e29564a6da --out-dir /construction/editors/lapce/target/release/deps -C linker=cc -L dependency=/construction/editors/lapce/target/release/deps --extern proc_macro2=/construction/editors/lapce/target/release/deps/libproc_macro2-0d396a60a42a5507.rlib --extern quote=/construction/editors/lapce/target/release/deps/libquote-598fea7a1e3d78d8.rlib --extern syn=/construction/editors/lapce/target/release/deps/libsyn-175e445b271fda34.rlib --extern proc_macro --cap-lints warn` warning: `tracing-attributes` (lib) generated 1 warning Running `CARGO=/usr/local/bin/cargo CARGO_CRATE_NAME=freetype_sys CARGO_MANIFEST_DIR=/construction/editors/lapce/lapce-0.2.8/cargo-crates/freetype-sys-0.13.1 CARGO_PKG_AUTHORS='Coeuvre ' CARGO_PKG_DESCRIPTION='Low level binding for FreeType font library' CARGO_PKG_HOMEPAGE='https://github.com/PistonDevelopers/freetype-sys' CARGO_PKG_LICENSE=MIT CARGO_PKG_LICENSE_FILE='' CARGO_PKG_NAME=freetype-sys CARGO_PKG_README=README.md CARGO_PKG_REPOSITORY='https://github.com/PistonDevelopers/freetype-sys.git' CARGO_PKG_RUST_VERSION='' CARGO_PKG_VERSION=0.13.1 CARGO_PKG_VERSION_MAJOR=0 CARGO_PKG_VERSION_MINOR=13 CARGO_PKG_VERSION_PATCH=1 CARGO_PKG_VERSION_PRE='' LD_LIBRARY_PATH='/construction/editors/lapce/target/release/deps:/usr/local/lib' OUT_DIR=/construction/editors/lapce/target/x86_64-unknown-dragonfly/release/build/freetype-sys-0c1f23156dd22188/out /usr/local/bin/rustc --crate-name freetype_sys /construction/editors/lapce/lapce-0.2.8/cargo-crates/freetype-sys-0.13.1/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --diagnostic-width=80 --crate-type lib --emit=dep-info,metadata,link -C opt-level=2 -C embed-bitcode=no -C metadata=b8c6bf97ca97f90d -C extra-filename=-b8c6bf97ca97f90d --out-dir /construction/editors/lapce/target/x86_64-unknown-dragonfly/release/deps --target x86_64-unknown-dragonfly -C linker=cc -L dependency=/construction/editors/lapce/target/x86_64-unknown-dragonfly/release/deps -L dependency=/construction/editors/lapce/target/release/deps --extern libc=/construction/editors/lapce/target/x86_64-unknown-dragonfly/release/deps/liblibc-8e3f13899fc9c378.rmeta --cap-lints warn -C link-arg=-Wl,-rpath,/usr/local/lib -C link-arg=-L/usr/local/lib -L native=/usr/local/lib -l freetype` Running `/construction/editors/lapce/target/release/build/unicode-general-category-9a2424076864387b/build-script-build` Compiling http v0.2.8 Running `CARGO=/usr/local/bin/cargo CARGO_CRATE_NAME=http CARGO_MANIFEST_DIR=/construction/editors/lapce/lapce-0.2.8/cargo-crates/http-0.2.8 CARGO_PKG_AUTHORS='Alex Crichton :Carl Lerche :Sean McArthur ' CARGO_PKG_DESCRIPTION='A set of types for representing HTTP requests and responses. ' CARGO_PKG_HOMEPAGE='' CARGO_PKG_LICENSE='MIT OR Apache-2.0' CARGO_PKG_LICENSE_FILE='' CARGO_PKG_NAME=http CARGO_PKG_README=README.md CARGO_PKG_REPOSITORY='https://github.com/hyperium/http' CARGO_PKG_RUST_VERSION=1.49.0 CARGO_PKG_VERSION=0.2.8 CARGO_PKG_VERSION_MAJOR=0 CARGO_PKG_VERSION_MINOR=2 CARGO_PKG_VERSION_PATCH=8 CARGO_PKG_VERSION_PRE='' LD_LIBRARY_PATH='/construction/editors/lapce/target/release/deps:/usr/local/lib' /usr/local/bin/rustc --crate-name http --edition=2018 /construction/editors/lapce/lapce-0.2.8/cargo-crates/http-0.2.8/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --diagnostic-width=80 --crate-type lib --emit=dep-info,metadata,link -C opt-level=2 -C embed-bitcode=no -C metadata=c5302d332b9aac7e -C extra-filename=-c5302d332b9aac7e --out-dir /construction/editors/lapce/target/x86_64-unknown-dragonfly/release/deps --target x86_64-unknown-dragonfly -C linker=cc -L dependency=/construction/editors/lapce/target/x86_64-unknown-dragonfly/release/deps -L dependency=/construction/editors/lapce/target/release/deps --extern bytes=/construction/editors/lapce/target/x86_64-unknown-dragonfly/release/deps/libbytes-a4bd900413794e94.rmeta --extern fnv=/construction/editors/lapce/target/x86_64-unknown-dragonfly/release/deps/libfnv-2299572ab6cbcfa7.rmeta --extern itoa=/construction/editors/lapce/target/x86_64-unknown-dragonfly/release/deps/libitoa-0239cb7a703e7ef7.rmeta --cap-lints warn -C link-arg=-Wl,-rpath,/usr/local/lib -C link-arg=-L/usr/local/lib` Compiling regex-automata v0.1.10 Running `CARGO=/usr/local/bin/cargo CARGO_CRATE_NAME=regex_automata CARGO_MANIFEST_DIR=/construction/editors/lapce/lapce-0.2.8/cargo-crates/regex-automata-0.1.10 CARGO_PKG_AUTHORS='Andrew Gallant ' CARGO_PKG_DESCRIPTION='Automata construction and matching using regular expressions.' CARGO_PKG_HOMEPAGE='https://github.com/BurntSushi/regex-automata' CARGO_PKG_LICENSE=Unlicense/MIT CARGO_PKG_LICENSE_FILE='' CARGO_PKG_NAME=regex-automata CARGO_PKG_README=README.md CARGO_PKG_REPOSITORY='https://github.com/BurntSushi/regex-automata' CARGO_PKG_RUST_VERSION='' CARGO_PKG_VERSION=0.1.10 CARGO_PKG_VERSION_MAJOR=0 CARGO_PKG_VERSION_MINOR=1 CARGO_PKG_VERSION_PATCH=10 CARGO_PKG_VERSION_PRE='' LD_LIBRARY_PATH='/construction/editors/lapce/target/release/deps:/usr/local/lib' /usr/local/bin/rustc --crate-name regex_automata /construction/editors/lapce/lapce-0.2.8/cargo-crates/regex-automata-0.1.10/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --diagnostic-width=80 --crate-type lib --emit=dep-info,metadata,link -C opt-level=2 -C embed-bitcode=no --cfg 'feature="default"' --cfg 'feature="regex-syntax"' --cfg 'feature="std"' -C metadata=f63561b8932c3960 -C extra-filename=-f63561b8932c3960 --out-dir /construction/editors/lapce/target/x86_64-unknown-dragonfly/release/deps --target x86_64-unknown-dragonfly -C linker=cc -L dependency=/construction/editors/lapce/target/x86_64-unknown-dragonfly/release/deps -L dependency=/construction/editors/lapce/target/release/deps --extern regex_syntax=/construction/editors/lapce/target/x86_64-unknown-dragonfly/release/deps/libregex_syntax-2ff38ce5b5707b24.rmeta --cap-lints warn -C link-arg=-Wl,-rpath,/usr/local/lib -C link-arg=-L/usr/local/lib` Compiling proc-macro-hack v0.5.19 Running `CARGO=/usr/local/bin/cargo CARGO_CRATE_NAME=build_script_build CARGO_MANIFEST_DIR=/construction/editors/lapce/lapce-0.2.8/cargo-crates/proc-macro-hack-0.5.19 CARGO_PKG_AUTHORS='David Tolnay ' CARGO_PKG_DESCRIPTION='Procedural macros in expression position' CARGO_PKG_HOMEPAGE='' CARGO_PKG_LICENSE='MIT OR Apache-2.0' CARGO_PKG_LICENSE_FILE='' CARGO_PKG_NAME=proc-macro-hack CARGO_PKG_README=README.md CARGO_PKG_REPOSITORY='https://github.com/dtolnay/proc-macro-hack' CARGO_PKG_RUST_VERSION='' CARGO_PKG_VERSION=0.5.19 CARGO_PKG_VERSION_MAJOR=0 CARGO_PKG_VERSION_MINOR=5 CARGO_PKG_VERSION_PATCH=19 CARGO_PKG_VERSION_PRE='' LD_LIBRARY_PATH='/construction/editors/lapce/target/release/deps:/usr/local/lib' /usr/local/bin/rustc --crate-name build_script_build --edition=2018 /construction/editors/lapce/lapce-0.2.8/cargo-crates/proc-macro-hack-0.5.19/build.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --diagnostic-width=80 --crate-type bin --emit=dep-info,link -C embed-bitcode=no -C debug-assertions=off -C metadata=3390f2801e5a96f7 -C extra-filename=-3390f2801e5a96f7 --out-dir /construction/editors/lapce/target/release/build/proc-macro-hack-3390f2801e5a96f7 -C linker=cc -L dependency=/construction/editors/lapce/target/release/deps --cap-lints warn` Compiling semver-parser v0.10.2 Running `CARGO=/usr/local/bin/cargo CARGO_CRATE_NAME=semver_parser CARGO_MANIFEST_DIR=/construction/editors/lapce/lapce-0.2.8/cargo-crates/semver-parser-0.10.2 CARGO_PKG_AUTHORS='Steve Klabnik ' CARGO_PKG_DESCRIPTION='Parsing of the semver spec. ' CARGO_PKG_HOMEPAGE='https://github.com/steveklabnik/semver-parser' CARGO_PKG_LICENSE=MIT/Apache-2.0 CARGO_PKG_LICENSE_FILE='' CARGO_PKG_NAME=semver-parser CARGO_PKG_README=README.md CARGO_PKG_REPOSITORY='https://github.com/steveklabnik/semver-parser' CARGO_PKG_RUST_VERSION='' CARGO_PKG_VERSION=0.10.2 CARGO_PKG_VERSION_MAJOR=0 CARGO_PKG_VERSION_MINOR=10 CARGO_PKG_VERSION_PATCH=2 CARGO_PKG_VERSION_PRE='' LD_LIBRARY_PATH='/construction/editors/lapce/target/release/deps:/usr/local/lib' /usr/local/bin/rustc --crate-name semver_parser --edition=2018 /construction/editors/lapce/lapce-0.2.8/cargo-crates/semver-parser-0.10.2/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --diagnostic-width=80 --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debug-assertions=off -C metadata=ae9ab224c90f445f -C extra-filename=-ae9ab224c90f445f --out-dir /construction/editors/lapce/target/release/deps -C linker=cc -L dependency=/construction/editors/lapce/target/release/deps --extern pest=/construction/editors/lapce/target/release/deps/libpest-4898dcdebacfec86.rmeta --cap-lints warn` Compiling const-cstr v0.3.0 Running `CARGO=/usr/local/bin/cargo CARGO_CRATE_NAME=const_cstr CARGO_MANIFEST_DIR=/construction/editors/lapce/lapce-0.2.8/cargo-crates/const-cstr-0.3.0 CARGO_PKG_AUTHORS='Austin Bonander ' CARGO_PKG_DESCRIPTION='Create static C-compatible strings from Rust string literals.' CARGO_PKG_HOMEPAGE='' CARGO_PKG_LICENSE='MIT OR Apache-2.0' CARGO_PKG_LICENSE_FILE='' CARGO_PKG_NAME=const-cstr CARGO_PKG_README=README.md CARGO_PKG_REPOSITORY='https://github.com/cybergeek94/const-cstr' CARGO_PKG_RUST_VERSION='' CARGO_PKG_VERSION=0.3.0 CARGO_PKG_VERSION_MAJOR=0 CARGO_PKG_VERSION_MINOR=3 CARGO_PKG_VERSION_PATCH=0 CARGO_PKG_VERSION_PRE='' LD_LIBRARY_PATH='/construction/editors/lapce/target/release/deps:/usr/local/lib' /usr/local/bin/rustc --crate-name const_cstr /construction/editors/lapce/lapce-0.2.8/cargo-crates/const-cstr-0.3.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --diagnostic-width=80 --crate-type lib --emit=dep-info,metadata,link -C opt-level=2 -C embed-bitcode=no -C metadata=118d3eebec9779ad -C extra-filename=-118d3eebec9779ad --out-dir /construction/editors/lapce/target/x86_64-unknown-dragonfly/release/deps --target x86_64-unknown-dragonfly -C linker=cc -L dependency=/construction/editors/lapce/target/x86_64-unknown-dragonfly/release/deps -L dependency=/construction/editors/lapce/target/release/deps --cap-lints warn -C link-arg=-Wl,-rpath,/usr/local/lib -C link-arg=-L/usr/local/lib` Compiling parking_lot_core v0.8.5 Running `CARGO=/usr/local/bin/cargo CARGO_CRATE_NAME=build_script_build CARGO_MANIFEST_DIR=/construction/editors/lapce/lapce-0.2.8/cargo-crates/parking_lot_core-0.8.5 CARGO_PKG_AUTHORS='Amanieu d'\''Antras ' CARGO_PKG_DESCRIPTION='An advanced API for creating custom synchronization primitives.' CARGO_PKG_HOMEPAGE='' CARGO_PKG_LICENSE=Apache-2.0/MIT CARGO_PKG_LICENSE_FILE='' CARGO_PKG_NAME=parking_lot_core CARGO_PKG_README='' CARGO_PKG_REPOSITORY='https://github.com/Amanieu/parking_lot' CARGO_PKG_RUST_VERSION='' CARGO_PKG_VERSION=0.8.5 CARGO_PKG_VERSION_MAJOR=0 CARGO_PKG_VERSION_MINOR=8 CARGO_PKG_VERSION_PATCH=5 CARGO_PKG_VERSION_PRE='' LD_LIBRARY_PATH='/construction/editors/lapce/target/release/deps:/usr/local/lib' /usr/local/bin/rustc --crate-name build_script_build --edition=2018 /construction/editors/lapce/lapce-0.2.8/cargo-crates/parking_lot_core-0.8.5/build.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --diagnostic-width=80 --crate-type bin --emit=dep-info,link -C embed-bitcode=no -C debug-assertions=off --cfg 'feature="backtrace"' --cfg 'feature="deadlock_detection"' --cfg 'feature="petgraph"' --cfg 'feature="thread-id"' -C metadata=c4fb6b41f3ea2310 -C extra-filename=-c4fb6b41f3ea2310 --out-dir /construction/editors/lapce/target/release/build/parking_lot_core-c4fb6b41f3ea2310 -C linker=cc -L dependency=/construction/editors/lapce/target/release/deps --cap-lints warn` Compiling httparse v1.8.0 Running `CARGO=/usr/local/bin/cargo CARGO_CRATE_NAME=build_script_build CARGO_MANIFEST_DIR=/construction/editors/lapce/lapce-0.2.8/cargo-crates/httparse-1.8.0 CARGO_PKG_AUTHORS='Sean McArthur ' CARGO_PKG_DESCRIPTION='A tiny, safe, speedy, zero-copy HTTP/1.x parser.' CARGO_PKG_HOMEPAGE='' CARGO_PKG_LICENSE=MIT/Apache-2.0 CARGO_PKG_LICENSE_FILE='' CARGO_PKG_NAME=httparse CARGO_PKG_README=README.md CARGO_PKG_REPOSITORY='https://github.com/seanmonstar/httparse' CARGO_PKG_RUST_VERSION='' CARGO_PKG_VERSION=1.8.0 CARGO_PKG_VERSION_MAJOR=1 CARGO_PKG_VERSION_MINOR=8 CARGO_PKG_VERSION_PATCH=0 CARGO_PKG_VERSION_PRE='' LD_LIBRARY_PATH='/construction/editors/lapce/target/release/deps:/usr/local/lib' /usr/local/bin/rustc --crate-name build_script_build --edition=2018 /construction/editors/lapce/lapce-0.2.8/cargo-crates/httparse-1.8.0/build.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --diagnostic-width=80 --crate-type bin --emit=dep-info,link -C embed-bitcode=no -C debug-assertions=off --cfg 'feature="default"' --cfg 'feature="std"' -C metadata=9a34a12511a020af -C extra-filename=-9a34a12511a020af --out-dir /construction/editors/lapce/target/release/build/httparse-9a34a12511a020af -C linker=cc -L dependency=/construction/editors/lapce/target/release/deps --cap-lints warn` Compiling encoding_rs v0.8.31 Running `CARGO=/usr/local/bin/cargo CARGO_CRATE_NAME=build_script_build CARGO_MANIFEST_DIR=/construction/editors/lapce/lapce-0.2.8/cargo-crates/encoding_rs-0.8.31 CARGO_PKG_AUTHORS='Henri Sivonen ' CARGO_PKG_DESCRIPTION='A Gecko-oriented implementation of the Encoding Standard' CARGO_PKG_HOMEPAGE='https://docs.rs/encoding_rs/' CARGO_PKG_LICENSE='(Apache-2.0 OR MIT) AND BSD-3-Clause' CARGO_PKG_LICENSE_FILE='' CARGO_PKG_NAME=encoding_rs CARGO_PKG_README=README.md CARGO_PKG_REPOSITORY='https://github.com/hsivonen/encoding_rs' CARGO_PKG_RUST_VERSION='' CARGO_PKG_VERSION=0.8.31 CARGO_PKG_VERSION_MAJOR=0 CARGO_PKG_VERSION_MINOR=8 CARGO_PKG_VERSION_PATCH=31 CARGO_PKG_VERSION_PRE='' LD_LIBRARY_PATH='/construction/editors/lapce/target/release/deps:/usr/local/lib' /usr/local/bin/rustc --crate-name build_script_build --edition=2018 /construction/editors/lapce/lapce-0.2.8/cargo-crates/encoding_rs-0.8.31/build.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --diagnostic-width=80 --crate-type bin --emit=dep-info,link -C embed-bitcode=no -C debug-assertions=off --cfg 'feature="alloc"' --cfg 'feature="default"' -C metadata=8eb3835d7a7b9a5c -C extra-filename=-8eb3835d7a7b9a5c --out-dir /construction/editors/lapce/target/release/build/encoding_rs-8eb3835d7a7b9a5c -C linker=cc -L dependency=/construction/editors/lapce/target/release/deps --cap-lints warn` Compiling cfg-if v0.1.10 Running `CARGO=/usr/local/bin/cargo CARGO_CRATE_NAME=cfg_if CARGO_MANIFEST_DIR=/construction/editors/lapce/lapce-0.2.8/cargo-crates/cfg-if-0.1.10 CARGO_PKG_AUTHORS='Alex Crichton ' CARGO_PKG_DESCRIPTION='A macro to ergonomically define an item depending on a large number of #[cfg] parameters. Structured like an if-else chain, the first matching branch is the item that gets emitted. ' CARGO_PKG_HOMEPAGE='https://github.com/alexcrichton/cfg-if' CARGO_PKG_LICENSE=MIT/Apache-2.0 CARGO_PKG_LICENSE_FILE='' CARGO_PKG_NAME=cfg-if CARGO_PKG_README=README.md CARGO_PKG_REPOSITORY='https://github.com/alexcrichton/cfg-if' CARGO_PKG_RUST_VERSION='' CARGO_PKG_VERSION=0.1.10 CARGO_PKG_VERSION_MAJOR=0 CARGO_PKG_VERSION_MINOR=1 CARGO_PKG_VERSION_PATCH=10 CARGO_PKG_VERSION_PRE='' LD_LIBRARY_PATH='/construction/editors/lapce/target/release/deps:/usr/local/lib' /usr/local/bin/rustc --crate-name cfg_if --edition=2018 /construction/editors/lapce/lapce-0.2.8/cargo-crates/cfg-if-0.1.10/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --diagnostic-width=80 --crate-type lib --emit=dep-info,metadata,link -C opt-level=2 -C embed-bitcode=no -C metadata=fd8c738b4d12f27f -C extra-filename=-fd8c738b4d12f27f --out-dir /construction/editors/lapce/target/x86_64-unknown-dragonfly/release/deps --target x86_64-unknown-dragonfly -C linker=cc -L dependency=/construction/editors/lapce/target/x86_64-unknown-dragonfly/release/deps -L dependency=/construction/editors/lapce/target/release/deps --cap-lints warn -C link-arg=-Wl,-rpath,/usr/local/lib -C link-arg=-L/usr/local/lib` Compiling native-tls v0.2.10 Running `CARGO=/usr/local/bin/cargo CARGO_CRATE_NAME=build_script_build CARGO_MANIFEST_DIR=/construction/editors/lapce/lapce-0.2.8/cargo-crates/native-tls-0.2.10 CARGO_PKG_AUTHORS='Steven Fackler ' CARGO_PKG_DESCRIPTION='A wrapper over a platform'\''s native TLS implementation' CARGO_PKG_HOMEPAGE='' CARGO_PKG_LICENSE=MIT/Apache-2.0 CARGO_PKG_LICENSE_FILE='' CARGO_PKG_NAME=native-tls CARGO_PKG_README=README.md CARGO_PKG_REPOSITORY='https://github.com/sfackler/rust-native-tls' CARGO_PKG_RUST_VERSION='' CARGO_PKG_VERSION=0.2.10 CARGO_PKG_VERSION_MAJOR=0 CARGO_PKG_VERSION_MINOR=2 CARGO_PKG_VERSION_PATCH=10 CARGO_PKG_VERSION_PRE='' LD_LIBRARY_PATH='/construction/editors/lapce/target/release/deps:/usr/local/lib' /usr/local/bin/rustc --crate-name build_script_build /construction/editors/lapce/lapce-0.2.8/cargo-crates/native-tls-0.2.10/build.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --diagnostic-width=80 --crate-type bin --emit=dep-info,link -C embed-bitcode=no -C debug-assertions=off -C metadata=5699c000c9090cca -C extra-filename=-5699c000c9090cca --out-dir /construction/editors/lapce/target/release/build/native-tls-5699c000c9090cca -C linker=cc -L dependency=/construction/editors/lapce/target/release/deps --cap-lints warn` Compiling wasi-common v1.0.2 Running `CARGO=/usr/local/bin/cargo CARGO_CRATE_NAME=build_script_build CARGO_MANIFEST_DIR=/construction/editors/lapce/lapce-0.2.8/cargo-crates/wasi-common-1.0.2 CARGO_PKG_AUTHORS='The Wasmtime Project Developers' CARGO_PKG_DESCRIPTION='WASI implementation in Rust' CARGO_PKG_HOMEPAGE='' CARGO_PKG_LICENSE='Apache-2.0 WITH LLVM-exception' CARGO_PKG_LICENSE_FILE='' CARGO_PKG_NAME=wasi-common CARGO_PKG_README=README.md CARGO_PKG_REPOSITORY='https://github.com/bytecodealliance/wasmtime' CARGO_PKG_RUST_VERSION='' CARGO_PKG_VERSION=1.0.2 CARGO_PKG_VERSION_MAJOR=1 CARGO_PKG_VERSION_MINOR=0 CARGO_PKG_VERSION_PATCH=2 CARGO_PKG_VERSION_PRE='' LD_LIBRARY_PATH='/construction/editors/lapce/target/release/deps:/usr/local/lib' /usr/local/bin/rustc --crate-name build_script_build --edition=2021 /construction/editors/lapce/lapce-0.2.8/cargo-crates/wasi-common-1.0.2/build.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --diagnostic-width=80 --crate-type bin --emit=dep-info,link -C embed-bitcode=no -C debug-assertions=off --cfg 'feature="default"' --cfg 'feature="trace_log"' -C metadata=c16b74b6ebca380e -C extra-filename=-c16b74b6ebca380e --out-dir /construction/editors/lapce/target/release/build/wasi-common-c16b74b6ebca380e -C linker=cc -L dependency=/construction/editors/lapce/target/release/deps --cap-lints warn` Compiling tinystr v0.3.4 Running `CARGO=/usr/local/bin/cargo CARGO_CRATE_NAME=tinystr CARGO_MANIFEST_DIR=/construction/editors/lapce/lapce-0.2.8/cargo-crates/tinystr-0.3.4 CARGO_PKG_AUTHORS='Raph Levien :Zibi Braniecki ' CARGO_PKG_DESCRIPTION='A small ASCII-only bounded length string representation. ' CARGO_PKG_HOMEPAGE='' CARGO_PKG_LICENSE=Apache-2.0/MIT CARGO_PKG_LICENSE_FILE='' CARGO_PKG_NAME=tinystr CARGO_PKG_README=README.md CARGO_PKG_REPOSITORY='https://github.com/zbraniecki/tinystr' CARGO_PKG_RUST_VERSION='' CARGO_PKG_VERSION=0.3.4 CARGO_PKG_VERSION_MAJOR=0 CARGO_PKG_VERSION_MINOR=3 CARGO_PKG_VERSION_PATCH=4 CARGO_PKG_VERSION_PRE='' LD_LIBRARY_PATH='/construction/editors/lapce/target/release/deps:/usr/local/lib' /usr/local/bin/rustc --crate-name tinystr --edition=2018 /construction/editors/lapce/lapce-0.2.8/cargo-crates/tinystr-0.3.4/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --diagnostic-width=80 --crate-type lib --emit=dep-info,metadata,link -C opt-level=2 -C embed-bitcode=no --cfg 'feature="default"' --cfg 'feature="std"' -C metadata=3ea36e319abd2f79 -C extra-filename=-3ea36e319abd2f79 --out-dir /construction/editors/lapce/target/x86_64-unknown-dragonfly/release/deps --target x86_64-unknown-dragonfly -C linker=cc -L dependency=/construction/editors/lapce/target/x86_64-unknown-dragonfly/release/deps -L dependency=/construction/editors/lapce/target/release/deps --cap-lints warn -C link-arg=-Wl,-rpath,/usr/local/lib -C link-arg=-L/usr/local/lib` Compiling unic-common v0.9.0 Running `CARGO=/usr/local/bin/cargo CARGO_CRATE_NAME=unic_common CARGO_MANIFEST_DIR=/construction/editors/lapce/lapce-0.2.8/cargo-crates/unic-common-0.9.0 CARGO_PKG_AUTHORS='The UNIC Project Developers' CARGO_PKG_DESCRIPTION='UNIC — Common Utilities' CARGO_PKG_HOMEPAGE='' CARGO_PKG_LICENSE=MIT/Apache-2.0 CARGO_PKG_LICENSE_FILE='' CARGO_PKG_NAME=unic-common CARGO_PKG_README=README.md CARGO_PKG_REPOSITORY='https://github.com/open-i18n/rust-unic/' CARGO_PKG_RUST_VERSION='' CARGO_PKG_VERSION=0.9.0 CARGO_PKG_VERSION_MAJOR=0 CARGO_PKG_VERSION_MINOR=9 CARGO_PKG_VERSION_PATCH=0 CARGO_PKG_VERSION_PRE='' LD_LIBRARY_PATH='/construction/editors/lapce/target/release/deps:/usr/local/lib' /usr/local/bin/rustc --crate-name unic_common --edition=2018 /construction/editors/lapce/lapce-0.2.8/cargo-crates/unic-common-0.9.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --diagnostic-width=80 --crate-type lib --emit=dep-info,metadata,link -C opt-level=2 -C embed-bitcode=no --cfg 'feature="default"' -C metadata=9a063fb1533abbe5 -C extra-filename=-9a063fb1533abbe5 --out-dir /construction/editors/lapce/target/x86_64-unknown-dragonfly/release/deps --target x86_64-unknown-dragonfly -C linker=cc -L dependency=/construction/editors/lapce/target/x86_64-unknown-dragonfly/release/deps -L dependency=/construction/editors/lapce/target/release/deps --cap-lints warn -C link-arg=-Wl,-rpath,/usr/local/lib -C link-arg=-L/usr/local/lib` Compiling unic-char-range v0.9.0 Running `CARGO=/usr/local/bin/cargo CARGO_CRATE_NAME=unic_char_range CARGO_MANIFEST_DIR=/construction/editors/lapce/lapce-0.2.8/cargo-crates/unic-char-range-0.9.0 CARGO_PKG_AUTHORS='The UNIC Project Developers' CARGO_PKG_DESCRIPTION='UNIC — Unicode Character Tools — Character Range and Iteration' CARGO_PKG_HOMEPAGE='' CARGO_PKG_LICENSE=MIT/Apache-2.0 CARGO_PKG_LICENSE_FILE='' CARGO_PKG_NAME=unic-char-range CARGO_PKG_README='' CARGO_PKG_REPOSITORY='https://github.com/open-i18n/rust-unic/' CARGO_PKG_RUST_VERSION='' CARGO_PKG_VERSION=0.9.0 CARGO_PKG_VERSION_MAJOR=0 CARGO_PKG_VERSION_MINOR=9 CARGO_PKG_VERSION_PATCH=0 CARGO_PKG_VERSION_PRE='' LD_LIBRARY_PATH='/construction/editors/lapce/target/release/deps:/usr/local/lib' /usr/local/bin/rustc --crate-name unic_char_range --edition=2018 /construction/editors/lapce/lapce-0.2.8/cargo-crates/unic-char-range-0.9.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --diagnostic-width=80 --crate-type lib --emit=dep-info,metadata,link -C opt-level=2 -C embed-bitcode=no --cfg 'feature="default"' -C metadata=61fd8c0f578ceb53 -C extra-filename=-61fd8c0f578ceb53 --out-dir /construction/editors/lapce/target/x86_64-unknown-dragonfly/release/deps --target x86_64-unknown-dragonfly -C linker=cc -L dependency=/construction/editors/lapce/target/x86_64-unknown-dragonfly/release/deps -L dependency=/construction/editors/lapce/target/release/deps --cap-lints warn -C link-arg=-Wl,-rpath,/usr/local/lib -C link-arg=-L/usr/local/lib` Compiling font-kit v0.11.0 (/construction/editors/lapce/font-kit-23e28b06b40f31fc53b82645b09ce6421768be23) Running `CARGO=/usr/local/bin/cargo CARGO_CRATE_NAME=build_script_build CARGO_MANIFEST_DIR=/construction/editors/lapce/font-kit-23e28b06b40f31fc53b82645b09ce6421768be23 CARGO_PKG_AUTHORS='Patrick Walton ' CARGO_PKG_DESCRIPTION='A cross-platform font loading library' CARGO_PKG_HOMEPAGE='https://github.com/servo/font-kit' CARGO_PKG_LICENSE=MIT/Apache-2.0 CARGO_PKG_LICENSE_FILE='' CARGO_PKG_NAME=font-kit CARGO_PKG_README=README.md CARGO_PKG_REPOSITORY='https://github.com/servo/font-kit' CARGO_PKG_RUST_VERSION='' CARGO_PKG_VERSION=0.11.0 CARGO_PKG_VERSION_MAJOR=0 CARGO_PKG_VERSION_MINOR=11 CARGO_PKG_VERSION_PATCH=0 CARGO_PKG_VERSION_PRE='' LD_LIBRARY_PATH='/construction/editors/lapce/target/release/deps:/usr/local/lib' /usr/local/bin/rustc --crate-name build_script_build --edition=2018 /construction/editors/lapce/font-kit-23e28b06b40f31fc53b82645b09ce6421768be23/build.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --diagnostic-width=80 --crate-type bin --emit=dep-info,link -C embed-bitcode=no -C debug-assertions=off --cfg 'feature="default"' --cfg 'feature="source"' -C metadata=54cc38b068529e02 -C extra-filename=-54cc38b068529e02 --out-dir /construction/editors/lapce/target/release/build/font-kit-54cc38b068529e02 -C linker=cc -L dependency=/construction/editors/lapce/target/release/deps` Compiling semver v0.11.0 Running `CARGO=/usr/local/bin/cargo CARGO_CRATE_NAME=semver CARGO_MANIFEST_DIR=/construction/editors/lapce/lapce-0.2.8/cargo-crates/semver-0.11.0 CARGO_PKG_AUTHORS='Steve Klabnik :The Rust Project Developers' CARGO_PKG_DESCRIPTION='Semantic version parsing and comparison. ' CARGO_PKG_HOMEPAGE='https://docs.rs/crate/semver/' CARGO_PKG_LICENSE=MIT/Apache-2.0 CARGO_PKG_LICENSE_FILE='' CARGO_PKG_NAME=semver CARGO_PKG_README=README.md CARGO_PKG_REPOSITORY='https://github.com/steveklabnik/semver' CARGO_PKG_RUST_VERSION='' CARGO_PKG_VERSION=0.11.0 CARGO_PKG_VERSION_MAJOR=0 CARGO_PKG_VERSION_MINOR=11 CARGO_PKG_VERSION_PATCH=0 CARGO_PKG_VERSION_PRE='' LD_LIBRARY_PATH='/construction/editors/lapce/target/release/deps:/usr/local/lib' /usr/local/bin/rustc --crate-name semver /construction/editors/lapce/lapce-0.2.8/cargo-crates/semver-0.11.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --diagnostic-width=80 --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debug-assertions=off --cfg 'feature="default"' -C metadata=3b9ca9e39406afac -C extra-filename=-3b9ca9e39406afac --out-dir /construction/editors/lapce/target/release/deps -C linker=cc -L dependency=/construction/editors/lapce/target/release/deps --extern semver_parser=/construction/editors/lapce/target/release/deps/libsemver_parser-ae9ab224c90f445f.rmeta --cap-lints warn` Compiling weezl v0.1.7 Running `CARGO=/usr/local/bin/cargo CARGO_CRATE_NAME=weezl CARGO_MANIFEST_DIR=/construction/editors/lapce/lapce-0.2.8/cargo-crates/weezl-0.1.7 CARGO_PKG_AUTHORS='HeroicKatora ' CARGO_PKG_DESCRIPTION='Fast LZW compression and decompression.' CARGO_PKG_HOMEPAGE='' CARGO_PKG_LICENSE='MIT OR Apache-2.0' CARGO_PKG_LICENSE_FILE='' CARGO_PKG_NAME=weezl CARGO_PKG_README=README.md CARGO_PKG_REPOSITORY='https://github.com/image-rs/lzw.git' CARGO_PKG_RUST_VERSION='' CARGO_PKG_VERSION=0.1.7 CARGO_PKG_VERSION_MAJOR=0 CARGO_PKG_VERSION_MINOR=1 CARGO_PKG_VERSION_PATCH=7 CARGO_PKG_VERSION_PRE='' LD_LIBRARY_PATH='/construction/editors/lapce/target/release/deps:/usr/local/lib' /usr/local/bin/rustc --crate-name weezl --edition=2018 /construction/editors/lapce/lapce-0.2.8/cargo-crates/weezl-0.1.7/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --diagnostic-width=80 --crate-type lib --emit=dep-info,metadata,link -C opt-level=2 -C embed-bitcode=no --cfg 'feature="alloc"' --cfg 'feature="default"' --cfg 'feature="std"' -C metadata=c6ed7e0108703c9d -C extra-filename=-c6ed7e0108703c9d --out-dir /construction/editors/lapce/target/x86_64-unknown-dragonfly/release/deps --target x86_64-unknown-dragonfly -C linker=cc -L dependency=/construction/editors/lapce/target/x86_64-unknown-dragonfly/release/deps -L dependency=/construction/editors/lapce/target/release/deps --cap-lints warn -C link-arg=-Wl,-rpath,/usr/local/lib -C link-arg=-L/usr/local/lib` Compiling fixedbitset v0.2.0 Running `CARGO=/usr/local/bin/cargo CARGO_CRATE_NAME=fixedbitset CARGO_MANIFEST_DIR=/construction/editors/lapce/lapce-0.2.8/cargo-crates/fixedbitset-0.2.0 CARGO_PKG_AUTHORS=bluss CARGO_PKG_DESCRIPTION='FixedBitSet is a simple bitset collection' CARGO_PKG_HOMEPAGE='' CARGO_PKG_LICENSE=MIT/Apache-2.0 CARGO_PKG_LICENSE_FILE='' CARGO_PKG_NAME=fixedbitset CARGO_PKG_README='' CARGO_PKG_REPOSITORY='https://github.com/bluss/fixedbitset' CARGO_PKG_RUST_VERSION='' CARGO_PKG_VERSION=0.2.0 CARGO_PKG_VERSION_MAJOR=0 CARGO_PKG_VERSION_MINOR=2 CARGO_PKG_VERSION_PATCH=0 CARGO_PKG_VERSION_PRE='' LD_LIBRARY_PATH='/construction/editors/lapce/target/release/deps:/usr/local/lib' /usr/local/bin/rustc --crate-name fixedbitset /construction/editors/lapce/lapce-0.2.8/cargo-crates/fixedbitset-0.2.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --diagnostic-width=80 --crate-type lib --emit=dep-info,metadata,link -C opt-level=2 -C embed-bitcode=no -C metadata=6a101fef9f805a78 -C extra-filename=-6a101fef9f805a78 --out-dir /construction/editors/lapce/target/x86_64-unknown-dragonfly/release/deps --target x86_64-unknown-dragonfly -C linker=cc -L dependency=/construction/editors/lapce/target/x86_64-unknown-dragonfly/release/deps -L dependency=/construction/editors/lapce/target/release/deps --cap-lints warn -C link-arg=-Wl,-rpath,/usr/local/lib -C link-arg=-L/usr/local/lib` Compiling rustc_version v0.3.3 Running `CARGO=/usr/local/bin/cargo CARGO_CRATE_NAME=rustc_version CARGO_MANIFEST_DIR=/construction/editors/lapce/lapce-0.2.8/cargo-crates/rustc_version-0.3.3 CARGO_PKG_AUTHORS='Marvin Löbel ' CARGO_PKG_DESCRIPTION='A library for querying the version of a installed rustc compiler' CARGO_PKG_HOMEPAGE='' CARGO_PKG_LICENSE=MIT/Apache-2.0 CARGO_PKG_LICENSE_FILE='' CARGO_PKG_NAME=rustc_version CARGO_PKG_README=README.md CARGO_PKG_REPOSITORY='https://github.com/Kimundi/rustc-version-rs' CARGO_PKG_RUST_VERSION='' CARGO_PKG_VERSION=0.3.3 CARGO_PKG_VERSION_MAJOR=0 CARGO_PKG_VERSION_MINOR=3 CARGO_PKG_VERSION_PATCH=3 CARGO_PKG_VERSION_PRE='' LD_LIBRARY_PATH='/construction/editors/lapce/target/release/deps:/usr/local/lib' /usr/local/bin/rustc --crate-name rustc_version --edition=2018 /construction/editors/lapce/lapce-0.2.8/cargo-crates/rustc_version-0.3.3/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --diagnostic-width=80 --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debug-assertions=off -C metadata=87d83ad034378f12 -C extra-filename=-87d83ad034378f12 --out-dir /construction/editors/lapce/target/release/deps -C linker=cc -L dependency=/construction/editors/lapce/target/release/deps --extern semver=/construction/editors/lapce/target/release/deps/libsemver-3b9ca9e39406afac.rmeta --cap-lints warn` Compiling wiggle-generate v1.0.2 Running `CARGO=/usr/local/bin/cargo CARGO_CRATE_NAME=wiggle_generate CARGO_MANIFEST_DIR=/construction/editors/lapce/lapce-0.2.8/cargo-crates/wiggle-generate-1.0.2 CARGO_PKG_AUTHORS='Pat Hickey :Jakub Konka :Alex Crichton ' CARGO_PKG_DESCRIPTION='Library crate for wiggle code generator.' CARGO_PKG_HOMEPAGE='' CARGO_PKG_LICENSE='Apache-2.0 WITH LLVM-exception' CARGO_PKG_LICENSE_FILE='' CARGO_PKG_NAME=wiggle-generate CARGO_PKG_README=README.md CARGO_PKG_REPOSITORY='https://github.com/bytecodealliance/wasmtime' CARGO_PKG_RUST_VERSION='' CARGO_PKG_VERSION=1.0.2 CARGO_PKG_VERSION_MAJOR=1 CARGO_PKG_VERSION_MINOR=0 CARGO_PKG_VERSION_PATCH=2 CARGO_PKG_VERSION_PRE='' LD_LIBRARY_PATH='/construction/editors/lapce/target/release/deps:/usr/local/lib' /usr/local/bin/rustc --crate-name wiggle_generate --edition=2021 /construction/editors/lapce/lapce-0.2.8/cargo-crates/wiggle-generate-1.0.2/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --diagnostic-width=80 --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debug-assertions=off -C metadata=9e740aad46807ddf -C extra-filename=-9e740aad46807ddf --out-dir /construction/editors/lapce/target/release/deps -C linker=cc -L dependency=/construction/editors/lapce/target/release/deps --extern anyhow=/construction/editors/lapce/target/release/deps/libanyhow-ea70669b8519bb65.rmeta --extern heck=/construction/editors/lapce/target/release/deps/libheck-cd67b411e22aa8ee.rmeta --extern proc_macro2=/construction/editors/lapce/target/release/deps/libproc_macro2-0d396a60a42a5507.rmeta --extern quote=/construction/editors/lapce/target/release/deps/libquote-598fea7a1e3d78d8.rmeta --extern shellexpand=/construction/editors/lapce/target/release/deps/libshellexpand-4aae2caa46fd098f.rmeta --extern syn=/construction/editors/lapce/target/release/deps/libsyn-175e445b271fda34.rmeta --extern witx=/construction/editors/lapce/target/release/deps/libwitx-71085a43bd2261cc.rmeta --cap-lints warn` Compiling ttf-parser v0.15.2 Running `CARGO=/usr/local/bin/cargo CARGO_CRATE_NAME=ttf_parser CARGO_MANIFEST_DIR=/construction/editors/lapce/lapce-0.2.8/cargo-crates/ttf-parser-0.15.2 CARGO_PKG_AUTHORS='Yevhenii Reizner ' CARGO_PKG_DESCRIPTION='A high-level, safe, zero-allocation TrueType font parser.' CARGO_PKG_HOMEPAGE='' CARGO_PKG_LICENSE='MIT OR Apache-2.0' CARGO_PKG_LICENSE_FILE='' CARGO_PKG_NAME=ttf-parser CARGO_PKG_README=README.md CARGO_PKG_REPOSITORY='https://github.com/RazrFalcon/ttf-parser' CARGO_PKG_RUST_VERSION='' CARGO_PKG_VERSION=0.15.2 CARGO_PKG_VERSION_MAJOR=0 CARGO_PKG_VERSION_MINOR=15 CARGO_PKG_VERSION_PATCH=2 CARGO_PKG_VERSION_PRE='' LD_LIBRARY_PATH='/construction/editors/lapce/target/release/deps:/usr/local/lib' /usr/local/bin/rustc --crate-name ttf_parser --edition=2018 /construction/editors/lapce/lapce-0.2.8/cargo-crates/ttf-parser-0.15.2/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --diagnostic-width=80 --crate-type lib --emit=dep-info,metadata,link -C opt-level=2 -C embed-bitcode=no --cfg 'feature="apple-layout"' --cfg 'feature="default"' --cfg 'feature="glyph-names"' --cfg 'feature="opentype-layout"' --cfg 'feature="std"' --cfg 'feature="variable-fonts"' -C metadata=7bbc835f54432a42 -C extra-filename=-7bbc835f54432a42 --out-dir /construction/editors/lapce/target/x86_64-unknown-dragonfly/release/deps --target x86_64-unknown-dragonfly -C linker=cc -L dependency=/construction/editors/lapce/target/x86_64-unknown-dragonfly/release/deps -L dependency=/construction/editors/lapce/target/release/deps --cap-lints warn -C link-arg=-Wl,-rpath,/usr/local/lib -C link-arg=-L/usr/local/lib` Compiling openssl-probe v0.1.5 Running `CARGO=/usr/local/bin/cargo CARGO_CRATE_NAME=openssl_probe CARGO_MANIFEST_DIR=/construction/editors/lapce/lapce-0.2.8/cargo-crates/openssl-probe-0.1.5 CARGO_PKG_AUTHORS='Alex Crichton ' CARGO_PKG_DESCRIPTION='Tool for helping to find SSL certificate locations on the system for OpenSSL ' CARGO_PKG_HOMEPAGE='https://github.com/alexcrichton/openssl-probe' CARGO_PKG_LICENSE=MIT/Apache-2.0 CARGO_PKG_LICENSE_FILE='' CARGO_PKG_NAME=openssl-probe CARGO_PKG_README=README.md CARGO_PKG_REPOSITORY='https://github.com/alexcrichton/openssl-probe' CARGO_PKG_RUST_VERSION='' CARGO_PKG_VERSION=0.1.5 CARGO_PKG_VERSION_MAJOR=0 CARGO_PKG_VERSION_MINOR=1 CARGO_PKG_VERSION_PATCH=5 CARGO_PKG_VERSION_PRE='' LD_LIBRARY_PATH='/construction/editors/lapce/target/release/deps:/usr/local/lib' /usr/local/bin/rustc --crate-name openssl_probe /construction/editors/lapce/lapce-0.2.8/cargo-crates/openssl-probe-0.1.5/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --diagnostic-width=80 --crate-type lib --emit=dep-info,metadata,link -C opt-level=2 -C embed-bitcode=no -C metadata=b0b3e00522280e1d -C extra-filename=-b0b3e00522280e1d --out-dir /construction/editors/lapce/target/x86_64-unknown-dragonfly/release/deps --target x86_64-unknown-dragonfly -C linker=cc -L dependency=/construction/editors/lapce/target/x86_64-unknown-dragonfly/release/deps -L dependency=/construction/editors/lapce/target/release/deps --cap-lints warn -C link-arg=-Wl,-rpath,/usr/local/lib -C link-arg=-L/usr/local/lib` Compiling pathfinder_simd v0.5.1 Running `CARGO=/usr/local/bin/cargo CARGO_CRATE_NAME=build_script_build CARGO_MANIFEST_DIR=/construction/editors/lapce/lapce-0.2.8/cargo-crates/pathfinder_simd-0.5.1 CARGO_PKG_AUTHORS='Patrick Walton ' CARGO_PKG_DESCRIPTION='A simple SIMD library' CARGO_PKG_HOMEPAGE='https://github.com/servo/pathfinder' CARGO_PKG_LICENSE=MIT/Apache-2.0 CARGO_PKG_LICENSE_FILE='' CARGO_PKG_NAME=pathfinder_simd CARGO_PKG_README='' CARGO_PKG_REPOSITORY='https://github.com/servo/pathfinder' CARGO_PKG_RUST_VERSION='' CARGO_PKG_VERSION=0.5.1 CARGO_PKG_VERSION_MAJOR=0 CARGO_PKG_VERSION_MINOR=5 CARGO_PKG_VERSION_PATCH=1 CARGO_PKG_VERSION_PRE='' LD_LIBRARY_PATH='/construction/editors/lapce/target/release/deps:/usr/local/lib' /usr/local/bin/rustc --crate-name build_script_build --edition=2018 /construction/editors/lapce/lapce-0.2.8/cargo-crates/pathfinder_simd-0.5.1/build.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --diagnostic-width=80 --crate-type bin --emit=dep-info,link -C embed-bitcode=no -C debug-assertions=off -C metadata=b33b9d6a72023af0 -C extra-filename=-b33b9d6a72023af0 --out-dir /construction/editors/lapce/target/release/build/pathfinder_simd-b33b9d6a72023af0 -C linker=cc -L dependency=/construction/editors/lapce/target/release/deps --extern rustc_version=/construction/editors/lapce/target/release/deps/librustc_version-87d83ad034378f12.rlib --cap-lints warn` Running `/construction/editors/lapce/target/release/build/pathfinder_simd-b33b9d6a72023af0/build-script-build` Running `CARGO=/usr/local/bin/cargo CARGO_CRATE_NAME=pathfinder_simd CARGO_MANIFEST_DIR=/construction/editors/lapce/lapce-0.2.8/cargo-crates/pathfinder_simd-0.5.1 CARGO_PKG_AUTHORS='Patrick Walton ' CARGO_PKG_DESCRIPTION='A simple SIMD library' CARGO_PKG_HOMEPAGE='https://github.com/servo/pathfinder' CARGO_PKG_LICENSE=MIT/Apache-2.0 CARGO_PKG_LICENSE_FILE='' CARGO_PKG_NAME=pathfinder_simd CARGO_PKG_README='' CARGO_PKG_REPOSITORY='https://github.com/servo/pathfinder' CARGO_PKG_RUST_VERSION='' CARGO_PKG_VERSION=0.5.1 CARGO_PKG_VERSION_MAJOR=0 CARGO_PKG_VERSION_MINOR=5 CARGO_PKG_VERSION_PATCH=1 CARGO_PKG_VERSION_PRE='' LD_LIBRARY_PATH='/construction/editors/lapce/target/release/deps:/usr/local/lib' OUT_DIR=/construction/editors/lapce/target/x86_64-unknown-dragonfly/release/build/pathfinder_simd-a516699d9bca5a9f/out /usr/local/bin/rustc --crate-name pathfinder_simd --edition=2018 /construction/editors/lapce/lapce-0.2.8/cargo-crates/pathfinder_simd-0.5.1/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --diagnostic-width=80 --crate-type lib --emit=dep-info,metadata,link -C opt-level=2 -C embed-bitcode=no -C metadata=5a40dc5467cf4224 -C extra-filename=-5a40dc5467cf4224 --out-dir /construction/editors/lapce/target/x86_64-unknown-dragonfly/release/deps --target x86_64-unknown-dragonfly -C linker=cc -L dependency=/construction/editors/lapce/target/x86_64-unknown-dragonfly/release/deps -L dependency=/construction/editors/lapce/target/release/deps --cap-lints warn -C link-arg=-Wl,-rpath,/usr/local/lib -C link-arg=-L/usr/local/lib` Compiling pin-project v1.0.12 Running `CARGO=/usr/local/bin/cargo CARGO_CRATE_NAME=pin_project CARGO_MANIFEST_DIR=/construction/editors/lapce/lapce-0.2.8/cargo-crates/pin-project-1.0.12 CARGO_PKG_AUTHORS='' CARGO_PKG_DESCRIPTION='A crate for safe and ergonomic pin-projection. ' CARGO_PKG_HOMEPAGE='' CARGO_PKG_LICENSE='Apache-2.0 OR MIT' CARGO_PKG_LICENSE_FILE='' CARGO_PKG_NAME=pin-project CARGO_PKG_README=README.md CARGO_PKG_REPOSITORY='https://github.com/taiki-e/pin-project' CARGO_PKG_RUST_VERSION=1.37 CARGO_PKG_VERSION=1.0.12 CARGO_PKG_VERSION_MAJOR=1 CARGO_PKG_VERSION_MINOR=0 CARGO_PKG_VERSION_PATCH=12 CARGO_PKG_VERSION_PRE='' LD_LIBRARY_PATH='/construction/editors/lapce/target/release/deps:/usr/local/lib' /usr/local/bin/rustc --crate-name pin_project --edition=2018 /construction/editors/lapce/lapce-0.2.8/cargo-crates/pin-project-1.0.12/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --diagnostic-width=80 --crate-type lib --emit=dep-info,metadata,link -C opt-level=2 -C embed-bitcode=no -C metadata=4fc236fdf6588096 -C extra-filename=-4fc236fdf6588096 --out-dir /construction/editors/lapce/target/x86_64-unknown-dragonfly/release/deps --target x86_64-unknown-dragonfly -C linker=cc -L dependency=/construction/editors/lapce/target/x86_64-unknown-dragonfly/release/deps -L dependency=/construction/editors/lapce/target/release/deps --extern pin_project_internal=/construction/editors/lapce/target/release/deps/libpin_project_internal-7aed93976f283eb7.so --cap-lints warn -C link-arg=-Wl,-rpath,/usr/local/lib -C link-arg=-L/usr/local/lib` Running `/construction/editors/lapce/target/release/build/font-kit-54cc38b068529e02/build-script-build` [font-kit 0.11.0] cargo:rerun-if-env-changed=RUST_FONTCONFIG_DLOPEN Compiling unic-char-property v0.9.0 Running `CARGO=/usr/local/bin/cargo CARGO_CRATE_NAME=unic_char_property CARGO_MANIFEST_DIR=/construction/editors/lapce/lapce-0.2.8/cargo-crates/unic-char-property-0.9.0 CARGO_PKG_AUTHORS='The UNIC Project Developers' CARGO_PKG_DESCRIPTION='UNIC — Unicode Character Tools — Character Property taxonomy, contracts and build macros' CARGO_PKG_HOMEPAGE='' CARGO_PKG_LICENSE=MIT/Apache-2.0 CARGO_PKG_LICENSE_FILE='' CARGO_PKG_NAME=unic-char-property CARGO_PKG_README='' CARGO_PKG_REPOSITORY='https://github.com/open-i18n/rust-unic/' CARGO_PKG_RUST_VERSION='' CARGO_PKG_VERSION=0.9.0 CARGO_PKG_VERSION_MAJOR=0 CARGO_PKG_VERSION_MINOR=9 CARGO_PKG_VERSION_PATCH=0 CARGO_PKG_VERSION_PRE='' LD_LIBRARY_PATH='/construction/editors/lapce/target/release/deps:/usr/local/lib' /usr/local/bin/rustc --crate-name unic_char_property --edition=2018 /construction/editors/lapce/lapce-0.2.8/cargo-crates/unic-char-property-0.9.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --diagnostic-width=80 --crate-type lib --emit=dep-info,metadata,link -C opt-level=2 -C embed-bitcode=no -C metadata=1ee5e1e512a896db -C extra-filename=-1ee5e1e512a896db --out-dir /construction/editors/lapce/target/x86_64-unknown-dragonfly/release/deps --target x86_64-unknown-dragonfly -C linker=cc -L dependency=/construction/editors/lapce/target/x86_64-unknown-dragonfly/release/deps -L dependency=/construction/editors/lapce/target/release/deps --extern unic_char_range=/construction/editors/lapce/target/x86_64-unknown-dragonfly/release/deps/libunic_char_range-61fd8c0f578ceb53.rmeta --cap-lints warn -C link-arg=-Wl,-rpath,/usr/local/lib -C link-arg=-L/usr/local/lib` Compiling unic-ucd-version v0.9.0 Running `CARGO=/usr/local/bin/cargo CARGO_CRATE_NAME=unic_ucd_version CARGO_MANIFEST_DIR=/construction/editors/lapce/lapce-0.2.8/cargo-crates/unic-ucd-version-0.9.0 CARGO_PKG_AUTHORS='The UNIC Project Developers' CARGO_PKG_DESCRIPTION='UNIC — Unicode Character Database — Version' CARGO_PKG_HOMEPAGE='' CARGO_PKG_LICENSE=MIT/Apache-2.0 CARGO_PKG_LICENSE_FILE='' CARGO_PKG_NAME=unic-ucd-version CARGO_PKG_README='' CARGO_PKG_REPOSITORY='https://github.com/open-i18n/rust-unic/' CARGO_PKG_RUST_VERSION='' CARGO_PKG_VERSION=0.9.0 CARGO_PKG_VERSION_MAJOR=0 CARGO_PKG_VERSION_MINOR=9 CARGO_PKG_VERSION_PATCH=0 CARGO_PKG_VERSION_PRE='' LD_LIBRARY_PATH='/construction/editors/lapce/target/release/deps:/usr/local/lib' /usr/local/bin/rustc --crate-name unic_ucd_version --edition=2018 /construction/editors/lapce/lapce-0.2.8/cargo-crates/unic-ucd-version-0.9.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --diagnostic-width=80 --crate-type lib --emit=dep-info,metadata,link -C opt-level=2 -C embed-bitcode=no -C metadata=98c8da401d161505 -C extra-filename=-98c8da401d161505 --out-dir /construction/editors/lapce/target/x86_64-unknown-dragonfly/release/deps --target x86_64-unknown-dragonfly -C linker=cc -L dependency=/construction/editors/lapce/target/x86_64-unknown-dragonfly/release/deps -L dependency=/construction/editors/lapce/target/release/deps --extern unic_common=/construction/editors/lapce/target/x86_64-unknown-dragonfly/release/deps/libunic_common-9a063fb1533abbe5.rmeta --cap-lints warn -C link-arg=-Wl,-rpath,/usr/local/lib -C link-arg=-L/usr/local/lib` Compiling unic-langid-impl v0.9.0 Running `CARGO=/usr/local/bin/cargo CARGO_CRATE_NAME=unic_langid_impl CARGO_MANIFEST_DIR=/construction/editors/lapce/lapce-0.2.8/cargo-crates/unic-langid-impl-0.9.0 CARGO_PKG_AUTHORS='Zibi Braniecki ' CARGO_PKG_DESCRIPTION='API for managing Unicode Language Identifiers' CARGO_PKG_HOMEPAGE='' CARGO_PKG_LICENSE=MIT/Apache-2.0 CARGO_PKG_LICENSE_FILE='' CARGO_PKG_NAME=unic-langid-impl CARGO_PKG_README=README.md CARGO_PKG_REPOSITORY='https://github.com/zbraniecki/unic-locale' CARGO_PKG_RUST_VERSION='' CARGO_PKG_VERSION=0.9.0 CARGO_PKG_VERSION_MAJOR=0 CARGO_PKG_VERSION_MINOR=9 CARGO_PKG_VERSION_PATCH=0 CARGO_PKG_VERSION_PRE='' LD_LIBRARY_PATH='/construction/editors/lapce/target/release/deps:/usr/local/lib' /usr/local/bin/rustc --crate-name unic_langid_impl --edition=2018 /construction/editors/lapce/lapce-0.2.8/cargo-crates/unic-langid-impl-0.9.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --diagnostic-width=80 --crate-type lib --emit=dep-info,metadata,link -C opt-level=2 -C embed-bitcode=no -C metadata=6cd67cd9e5ed79a5 -C extra-filename=-6cd67cd9e5ed79a5 --out-dir /construction/editors/lapce/target/x86_64-unknown-dragonfly/release/deps --target x86_64-unknown-dragonfly -C linker=cc -L dependency=/construction/editors/lapce/target/x86_64-unknown-dragonfly/release/deps -L dependency=/construction/editors/lapce/target/release/deps --extern tinystr=/construction/editors/lapce/target/x86_64-unknown-dragonfly/release/deps/libtinystr-3ea36e319abd2f79.rmeta --cap-lints warn -C link-arg=-Wl,-rpath,/usr/local/lib -C link-arg=-L/usr/local/lib` Running `/construction/editors/lapce/target/release/build/wasi-common-c16b74b6ebca380e/build-script-build` [wasi-common 1.0.2] cargo:wasi=/construction/editors/lapce/lapce-0.2.8/cargo-crates/wasi-common-1.0.2/WASI [wasi-common 1.0.2] cargo:rustc-env=WASI_ROOT=/construction/editors/lapce/lapce-0.2.8/cargo-crates/wasi-common-1.0.2/WASI [wasi-common 1.0.2] cargo:rerun-if-changed=build.rs Running `/construction/editors/lapce/target/release/build/native-tls-5699c000c9090cca/build-script-build` [native-tls 0.2.10] cargo:rustc-cfg=have_min_max_version Running `/construction/editors/lapce/target/release/build/httparse-9a34a12511a020af/build-script-build` [httparse 1.8.0] cargo:rustc-cfg=httparse_simd Running `/construction/editors/lapce/target/release/build/parking_lot_core-c4fb6b41f3ea2310/build-script-build` [parking_lot_core 0.8.5] cargo:rerun-if-changed=build.rs Compiling net2 v0.2.37 Running `CARGO=/usr/local/bin/cargo CARGO_CRATE_NAME=net2 CARGO_MANIFEST_DIR=/construction/editors/lapce/lapce-0.2.8/cargo-crates/net2-0.2.37 CARGO_PKG_AUTHORS='Alex Crichton ' CARGO_PKG_DESCRIPTION='Extensions to the standard library'\''s networking types as proposed in RFC 1158. ' CARGO_PKG_HOMEPAGE='https://github.com/deprecrated/net2-rs' CARGO_PKG_LICENSE=MIT/Apache-2.0 CARGO_PKG_LICENSE_FILE='' CARGO_PKG_NAME=net2 CARGO_PKG_README=README.md CARGO_PKG_REPOSITORY='https://github.com/deprecrated/net2-rs' CARGO_PKG_RUST_VERSION='' CARGO_PKG_VERSION=0.2.37 CARGO_PKG_VERSION_MAJOR=0 CARGO_PKG_VERSION_MINOR=2 CARGO_PKG_VERSION_PATCH=37 CARGO_PKG_VERSION_PRE='' LD_LIBRARY_PATH='/construction/editors/lapce/target/release/deps:/usr/local/lib' /usr/local/bin/rustc --crate-name net2 /construction/editors/lapce/lapce-0.2.8/cargo-crates/net2-0.2.37/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --diagnostic-width=80 --crate-type lib --emit=dep-info,metadata,link -C opt-level=2 -C embed-bitcode=no --cfg 'feature="default"' --cfg 'feature="duration"' -C metadata=870d93fbfe3f9601 -C extra-filename=-870d93fbfe3f9601 --out-dir /construction/editors/lapce/target/x86_64-unknown-dragonfly/release/deps --target x86_64-unknown-dragonfly -C linker=cc -L dependency=/construction/editors/lapce/target/x86_64-unknown-dragonfly/release/deps -L dependency=/construction/editors/lapce/target/release/deps --extern cfg_if=/construction/editors/lapce/target/x86_64-unknown-dragonfly/release/deps/libcfg_if-fd8c738b4d12f27f.rmeta --extern libc=/construction/editors/lapce/target/x86_64-unknown-dragonfly/release/deps/liblibc-8e3f13899fc9c378.rmeta --cap-lints warn -C link-arg=-Wl,-rpath,/usr/local/lib -C link-arg=-L/usr/local/lib` Compiling wat v1.0.49 Running `CARGO=/usr/local/bin/cargo CARGO_CRATE_NAME=wat CARGO_MANIFEST_DIR=/construction/editors/lapce/lapce-0.2.8/cargo-crates/wat-1.0.49 CARGO_PKG_AUTHORS='Alex Crichton ' CARGO_PKG_DESCRIPTION='Rust parser for the WebAssembly Text format, WAT ' CARGO_PKG_HOMEPAGE='https://github.com/bytecodealliance/wasm-tools/tree/main/crates/wat' CARGO_PKG_LICENSE='Apache-2.0 WITH LLVM-exception' CARGO_PKG_LICENSE_FILE='' CARGO_PKG_NAME=wat CARGO_PKG_README=README.md CARGO_PKG_REPOSITORY='https://github.com/bytecodealliance/wasm-tools/tree/main/crates/wat' CARGO_PKG_RUST_VERSION='' CARGO_PKG_VERSION=1.0.49 CARGO_PKG_VERSION_MAJOR=1 CARGO_PKG_VERSION_MINOR=0 CARGO_PKG_VERSION_PATCH=49 CARGO_PKG_VERSION_PRE='' LD_LIBRARY_PATH='/construction/editors/lapce/target/release/deps:/usr/local/lib' /usr/local/bin/rustc --crate-name wat --edition=2021 /construction/editors/lapce/lapce-0.2.8/cargo-crates/wat-1.0.49/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --diagnostic-width=80 --crate-type lib --emit=dep-info,metadata,link -C opt-level=2 -C embed-bitcode=no -C metadata=43d8e75cea94b201 -C extra-filename=-43d8e75cea94b201 --out-dir /construction/editors/lapce/target/x86_64-unknown-dragonfly/release/deps --target x86_64-unknown-dragonfly -C linker=cc -L dependency=/construction/editors/lapce/target/x86_64-unknown-dragonfly/release/deps -L dependency=/construction/editors/lapce/target/release/deps --extern wast=/construction/editors/lapce/target/x86_64-unknown-dragonfly/release/deps/libwast-5f39962ad30066b7.rmeta --cap-lints warn -C link-arg=-Wl,-rpath,/usr/local/lib -C link-arg=-L/usr/local/lib` Running `CARGO=/usr/local/bin/cargo CARGO_CRATE_NAME=serde CARGO_MANIFEST_DIR=/construction/editors/lapce/lapce-0.2.8/cargo-crates/serde-1.0.145 CARGO_PKG_AUTHORS='Erick Tryzelaar :David Tolnay ' CARGO_PKG_DESCRIPTION='A generic serialization/deserialization framework' CARGO_PKG_HOMEPAGE='https://serde.rs' CARGO_PKG_LICENSE='MIT OR Apache-2.0' CARGO_PKG_LICENSE_FILE='' CARGO_PKG_NAME=serde CARGO_PKG_README=crates-io.md CARGO_PKG_REPOSITORY='https://github.com/serde-rs/serde' CARGO_PKG_RUST_VERSION=1.13 CARGO_PKG_VERSION=1.0.145 CARGO_PKG_VERSION_MAJOR=1 CARGO_PKG_VERSION_MINOR=0 CARGO_PKG_VERSION_PATCH=145 CARGO_PKG_VERSION_PRE='' LD_LIBRARY_PATH='/construction/editors/lapce/target/release/deps:/usr/local/lib' OUT_DIR=/construction/editors/lapce/target/x86_64-unknown-dragonfly/release/build/serde-d5a16910abfd1c44/out /usr/local/bin/rustc --crate-name serde /construction/editors/lapce/lapce-0.2.8/cargo-crates/serde-1.0.145/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --diagnostic-width=80 --crate-type lib --emit=dep-info,metadata,link -C opt-level=2 -C embed-bitcode=no --cfg 'feature="default"' --cfg 'feature="derive"' --cfg 'feature="rc"' --cfg 'feature="serde_derive"' --cfg 'feature="std"' -C metadata=3209f38acc2832c3 -C extra-filename=-3209f38acc2832c3 --out-dir /construction/editors/lapce/target/x86_64-unknown-dragonfly/release/deps --target x86_64-unknown-dragonfly -C linker=cc -L dependency=/construction/editors/lapce/target/x86_64-unknown-dragonfly/release/deps -L dependency=/construction/editors/lapce/target/release/deps --extern serde_derive=/construction/editors/lapce/target/release/deps/libserde_derive-fb96bda88b2e6ca0.so --cap-lints warn -C link-arg=-Wl,-rpath,/usr/local/lib -C link-arg=-L/usr/local/lib` Running `/construction/editors/lapce/target/release/build/encoding_rs-8eb3835d7a7b9a5c/build-script-build` Running `CARGO=/usr/local/bin/cargo CARGO_CRATE_NAME=fontconfig_sys CARGO_MANIFEST_DIR=/construction/editors/lapce/lapce-0.2.8/cargo-crates/yeslogic-fontconfig-sys-3.2.0 CARGO_PKG_AUTHORS='Austin Bonander :The Servo Project Developers:YesLogic Pty. Ltd. ' CARGO_PKG_DESCRIPTION='Raw bindings to Fontconfig without a vendored C library' CARGO_PKG_HOMEPAGE='https://github.com/yeslogic/fontconfig-rs' CARGO_PKG_LICENSE=MIT CARGO_PKG_LICENSE_FILE='' CARGO_PKG_NAME=yeslogic-fontconfig-sys CARGO_PKG_README=README.md CARGO_PKG_REPOSITORY='https://github.com/yeslogic/fontconfig-rs' CARGO_PKG_RUST_VERSION=1.46 CARGO_PKG_VERSION=3.2.0 CARGO_PKG_VERSION_MAJOR=3 CARGO_PKG_VERSION_MINOR=2 CARGO_PKG_VERSION_PATCH=0 CARGO_PKG_VERSION_PRE='' LD_LIBRARY_PATH='/construction/editors/lapce/target/release/deps:/usr/local/lib' OUT_DIR=/construction/editors/lapce/target/x86_64-unknown-dragonfly/release/build/yeslogic-fontconfig-sys-2215ee0a728e176d/out /usr/local/bin/rustc --crate-name fontconfig_sys --edition=2018 /construction/editors/lapce/lapce-0.2.8/cargo-crates/yeslogic-fontconfig-sys-3.2.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --diagnostic-width=80 --crate-type lib --emit=dep-info,metadata,link -C opt-level=2 -C embed-bitcode=no -C metadata=86f6f4e9f31ad3db -C extra-filename=-86f6f4e9f31ad3db --out-dir /construction/editors/lapce/target/x86_64-unknown-dragonfly/release/deps --target x86_64-unknown-dragonfly -C linker=cc -L dependency=/construction/editors/lapce/target/x86_64-unknown-dragonfly/release/deps -L dependency=/construction/editors/lapce/target/release/deps --extern const_cstr=/construction/editors/lapce/target/x86_64-unknown-dragonfly/release/deps/libconst_cstr-118d3eebec9779ad.rmeta --extern dlib=/construction/editors/lapce/target/x86_64-unknown-dragonfly/release/deps/libdlib-52edfb91800be2ab.rmeta --extern once_cell=/construction/editors/lapce/target/x86_64-unknown-dragonfly/release/deps/libonce_cell-d7e3c1c39ed164f9.rmeta --cap-lints warn -C link-arg=-Wl,-rpath,/usr/local/lib -C link-arg=-L/usr/local/lib -L native=/usr/local/lib -l fontconfig -l freetype` Compiling lyon_path v0.17.7 Running `CARGO=/usr/local/bin/cargo CARGO_CRATE_NAME=lyon_path CARGO_MANIFEST_DIR=/construction/editors/lapce/lapce-0.2.8/cargo-crates/lyon_path-0.17.7 CARGO_PKG_AUTHORS='Nicolas Silva ' CARGO_PKG_DESCRIPTION='Types and utilities to store, build and iterate over 2D paths.' CARGO_PKG_HOMEPAGE='' CARGO_PKG_LICENSE=MIT/Apache-2.0 CARGO_PKG_LICENSE_FILE='' CARGO_PKG_NAME=lyon_path CARGO_PKG_README='' CARGO_PKG_REPOSITORY='https://github.com/nical/lyon' CARGO_PKG_RUST_VERSION='' CARGO_PKG_VERSION=0.17.7 CARGO_PKG_VERSION_MAJOR=0 CARGO_PKG_VERSION_MINOR=17 CARGO_PKG_VERSION_PATCH=7 CARGO_PKG_VERSION_PRE='' LD_LIBRARY_PATH='/construction/editors/lapce/target/release/deps:/usr/local/lib' /usr/local/bin/rustc --crate-name lyon_path --edition=2018 /construction/editors/lapce/lapce-0.2.8/cargo-crates/lyon_path-0.17.7/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --diagnostic-width=80 --crate-type lib --emit=dep-info,metadata,link -C opt-level=2 -C embed-bitcode=no -C metadata=07b3f576ac1c23a5 -C extra-filename=-07b3f576ac1c23a5 --out-dir /construction/editors/lapce/target/x86_64-unknown-dragonfly/release/deps --target x86_64-unknown-dragonfly -C linker=cc -L dependency=/construction/editors/lapce/target/x86_64-unknown-dragonfly/release/deps -L dependency=/construction/editors/lapce/target/release/deps --extern lyon_geom=/construction/editors/lapce/target/x86_64-unknown-dragonfly/release/deps/liblyon_geom-afad48667afb94f7.rmeta --cap-lints warn -C link-arg=-Wl,-rpath,/usr/local/lib -C link-arg=-L/usr/local/lib` Running `/construction/editors/lapce/target/release/build/proc-macro-hack-3390f2801e5a96f7/build-script-build` Running `CARGO=/usr/local/bin/cargo CARGO_CRATE_NAME=openssl CARGO_MANIFEST_DIR=/construction/editors/lapce/lapce-0.2.8/cargo-crates/openssl-0.10.42 CARGO_PKG_AUTHORS='Steven Fackler ' CARGO_PKG_DESCRIPTION='OpenSSL bindings' CARGO_PKG_HOMEPAGE='' CARGO_PKG_LICENSE=Apache-2.0 CARGO_PKG_LICENSE_FILE='' CARGO_PKG_NAME=openssl CARGO_PKG_README=README.md CARGO_PKG_REPOSITORY='https://github.com/sfackler/rust-openssl' CARGO_PKG_RUST_VERSION='' CARGO_PKG_VERSION=0.10.42 CARGO_PKG_VERSION_MAJOR=0 CARGO_PKG_VERSION_MINOR=10 CARGO_PKG_VERSION_PATCH=42 CARGO_PKG_VERSION_PRE='' LD_LIBRARY_PATH='/construction/editors/lapce/target/release/deps:/usr/local/lib' OUT_DIR=/construction/editors/lapce/target/x86_64-unknown-dragonfly/release/build/openssl-0258e1fe31decb12/out /usr/local/bin/rustc --crate-name openssl --edition=2018 /construction/editors/lapce/lapce-0.2.8/cargo-crates/openssl-0.10.42/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --diagnostic-width=80 --crate-type lib --emit=dep-info,metadata,link -C opt-level=2 -C embed-bitcode=no --cfg 'feature="default"' -C metadata=0493c3b2a873a0ab -C extra-filename=-0493c3b2a873a0ab --out-dir /construction/editors/lapce/target/x86_64-unknown-dragonfly/release/deps --target x86_64-unknown-dragonfly -C linker=cc -L dependency=/construction/editors/lapce/target/x86_64-unknown-dragonfly/release/deps -L dependency=/construction/editors/lapce/target/release/deps --extern bitflags=/construction/editors/lapce/target/x86_64-unknown-dragonfly/release/deps/libbitflags-cd9fb609d49c6f8e.rmeta --extern cfg_if=/construction/editors/lapce/target/x86_64-unknown-dragonfly/release/deps/libcfg_if-ab9f3df0ea533c99.rmeta --extern foreign_types=/construction/editors/lapce/target/x86_64-unknown-dragonfly/release/deps/libforeign_types-0c574f56738d681b.rmeta --extern libc=/construction/editors/lapce/target/x86_64-unknown-dragonfly/release/deps/liblibc-8e3f13899fc9c378.rmeta --extern once_cell=/construction/editors/lapce/target/x86_64-unknown-dragonfly/release/deps/libonce_cell-d7e3c1c39ed164f9.rmeta --extern openssl_macros=/construction/editors/lapce/target/release/deps/libopenssl_macros-5a03e4e29564a6da.so --extern ffi=/construction/editors/lapce/target/x86_64-unknown-dragonfly/release/deps/libopenssl_sys-811746f166836479.rmeta --cap-lints warn -C link-arg=-Wl,-rpath,/usr/local/lib -C link-arg=-L/usr/local/lib -L native=/usr/local/lib --cfg 'osslconf="OPENSSL_NO_RFC3779"' --cfg 'osslconf="OPENSSL_NO_SSL3_METHOD"' --cfg 'osslconf="OPENSSL_NO_SM3"' --cfg 'osslconf="OPENSSL_NO_SM4"' --cfg ossl101 --cfg ossl102 --cfg ossl110 --cfg ossl110g --cfg ossl110h --cfg ossl111` Running `CARGO=/usr/local/bin/cargo CARGO_CRATE_NAME=unicode_general_category CARGO_MANIFEST_DIR=/construction/editors/lapce/lapce-0.2.8/cargo-crates/unicode-general-category-0.4.0 CARGO_PKG_AUTHORS='YesLogic Pty. Ltd. ' CARGO_PKG_DESCRIPTION='Fast lookup of the Unicode General Category property for char' CARGO_PKG_HOMEPAGE='https://github.com/yeslogic/unicode-general-category' CARGO_PKG_LICENSE=Apache-2.0 CARGO_PKG_LICENSE_FILE='' CARGO_PKG_NAME=unicode-general-category CARGO_PKG_README=README.md CARGO_PKG_REPOSITORY='https://github.com/yeslogic/unicode-general-category' CARGO_PKG_RUST_VERSION='' CARGO_PKG_VERSION=0.4.0 CARGO_PKG_VERSION_MAJOR=0 CARGO_PKG_VERSION_MINOR=4 CARGO_PKG_VERSION_PATCH=0 CARGO_PKG_VERSION_PRE='' LD_LIBRARY_PATH='/construction/editors/lapce/target/release/deps:/usr/local/lib' OUT_DIR=/construction/editors/lapce/target/x86_64-unknown-dragonfly/release/build/unicode-general-category-245e43562daf424a/out /usr/local/bin/rustc --crate-name unicode_general_category --edition=2018 /construction/editors/lapce/lapce-0.2.8/cargo-crates/unicode-general-category-0.4.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --diagnostic-width=80 --crate-type lib --emit=dep-info,metadata,link -C opt-level=2 -C embed-bitcode=no -C metadata=d0971f48548d151f -C extra-filename=-d0971f48548d151f --out-dir /construction/editors/lapce/target/x86_64-unknown-dragonfly/release/deps --target x86_64-unknown-dragonfly -C linker=cc -L dependency=/construction/editors/lapce/target/x86_64-unknown-dragonfly/release/deps -L dependency=/construction/editors/lapce/target/release/deps --cap-lints warn -C link-arg=-Wl,-rpath,/usr/local/lib -C link-arg=-L/usr/local/lib` warning: field `start` is never read --> /construction/editors/lapce/lapce-0.2.8/cargo-crates/lyon_path-0.17.7/src/commands.rs:419:5 | 417 | pub struct PathCommandsBuilder { | ------------------- field in this struct 418 | cmds: Vec, 419 | start: u32, | ^^^^^ | = note: `PathCommandsBuilder` has a derived impl for the trait `Clone`, but this is intentionally ignored during dead code analysis = note: `#[warn(dead_code)]` on by default Compiling freetype v0.7.0 Running `CARGO=/usr/local/bin/cargo CARGO_CRATE_NAME=freetype CARGO_MANIFEST_DIR=/construction/editors/lapce/lapce-0.2.8/cargo-crates/freetype-0.7.0 CARGO_PKG_AUTHORS='The Servo Project Developers' CARGO_PKG_DESCRIPTION='Bindings for Freetype used by Servo' CARGO_PKG_HOMEPAGE='' CARGO_PKG_LICENSE='Apache-2.0 / MIT' CARGO_PKG_LICENSE_FILE='' CARGO_PKG_NAME=freetype CARGO_PKG_README=README.md CARGO_PKG_REPOSITORY='https://github.com/servo/rust-freetype' CARGO_PKG_RUST_VERSION='' CARGO_PKG_VERSION=0.7.0 CARGO_PKG_VERSION_MAJOR=0 CARGO_PKG_VERSION_MINOR=7 CARGO_PKG_VERSION_PATCH=0 CARGO_PKG_VERSION_PRE='' LD_LIBRARY_PATH='/construction/editors/lapce/target/release/deps:/usr/local/lib' /usr/local/bin/rustc --crate-name freetype /construction/editors/lapce/lapce-0.2.8/cargo-crates/freetype-0.7.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --diagnostic-width=80 --crate-type rlib --emit=dep-info,metadata,link -C opt-level=2 -C embed-bitcode=no --cfg 'feature="default"' --cfg 'feature="freetype-sys"' -C metadata=e05bec7c8fd89616 -C extra-filename=-e05bec7c8fd89616 --out-dir /construction/editors/lapce/target/x86_64-unknown-dragonfly/release/deps --target x86_64-unknown-dragonfly -C linker=cc -L dependency=/construction/editors/lapce/target/x86_64-unknown-dragonfly/release/deps -L dependency=/construction/editors/lapce/target/release/deps --extern freetype_sys=/construction/editors/lapce/target/x86_64-unknown-dragonfly/release/deps/libfreetype_sys-b8c6bf97ca97f90d.rmeta --extern libc=/construction/editors/lapce/target/x86_64-unknown-dragonfly/release/deps/liblibc-8e3f13899fc9c378.rmeta --cap-lints warn -C link-arg=-Wl,-rpath,/usr/local/lib -C link-arg=-L/usr/local/lib -L native=/usr/local/lib` Compiling fontconfig-parser v0.5.0 Running `CARGO=/usr/local/bin/cargo CARGO_CRATE_NAME=fontconfig_parser CARGO_MANIFEST_DIR=/construction/editors/lapce/lapce-0.2.8/cargo-crates/fontconfig-parser-0.5.0 CARGO_PKG_AUTHORS='' CARGO_PKG_DESCRIPTION='fontconfig file parser in pure Rust' CARGO_PKG_HOMEPAGE='https://github.com/Riey/fontconfig-parser' CARGO_PKG_LICENSE=MIT CARGO_PKG_LICENSE_FILE='' CARGO_PKG_NAME=fontconfig-parser CARGO_PKG_README=README.md CARGO_PKG_REPOSITORY='https://github.com/Riey/fontconfig-parser' CARGO_PKG_RUST_VERSION='' CARGO_PKG_VERSION=0.5.0 CARGO_PKG_VERSION_MAJOR=0 CARGO_PKG_VERSION_MINOR=5 CARGO_PKG_VERSION_PATCH=0 CARGO_PKG_VERSION_PRE='' LD_LIBRARY_PATH='/construction/editors/lapce/target/release/deps:/usr/local/lib' /usr/local/bin/rustc --crate-name fontconfig_parser --edition=2018 /construction/editors/lapce/lapce-0.2.8/cargo-crates/fontconfig-parser-0.5.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --diagnostic-width=80 --crate-type lib --emit=dep-info,metadata,link -C opt-level=2 -C embed-bitcode=no -C metadata=2d0add4736ab051c -C extra-filename=-2d0add4736ab051c --out-dir /construction/editors/lapce/target/x86_64-unknown-dragonfly/release/deps --target x86_64-unknown-dragonfly -C linker=cc -L dependency=/construction/editors/lapce/target/x86_64-unknown-dragonfly/release/deps -L dependency=/construction/editors/lapce/target/release/deps --extern roxmltree=/construction/editors/lapce/target/x86_64-unknown-dragonfly/release/deps/libroxmltree-a0ceb9ef3603149a.rmeta --cap-lints warn -C link-arg=-Wl,-rpath,/usr/local/lib -C link-arg=-L/usr/local/lib` Compiling data-url v0.1.1 Running `CARGO=/usr/local/bin/cargo CARGO_CRATE_NAME=data_url CARGO_MANIFEST_DIR=/construction/editors/lapce/lapce-0.2.8/cargo-crates/data-url-0.1.1 CARGO_PKG_AUTHORS='Simon Sapin ' CARGO_PKG_DESCRIPTION='Processing of data: URL according to WHATWG’s Fetch Standard' CARGO_PKG_HOMEPAGE='' CARGO_PKG_LICENSE='MIT OR Apache-2.0' CARGO_PKG_LICENSE_FILE='' CARGO_PKG_NAME=data-url CARGO_PKG_README=README.md CARGO_PKG_REPOSITORY='https://github.com/servo/rust-url' CARGO_PKG_RUST_VERSION='' CARGO_PKG_VERSION=0.1.1 CARGO_PKG_VERSION_MAJOR=0 CARGO_PKG_VERSION_MINOR=1 CARGO_PKG_VERSION_PATCH=1 CARGO_PKG_VERSION_PRE='' LD_LIBRARY_PATH='/construction/editors/lapce/target/release/deps:/usr/local/lib' /usr/local/bin/rustc --crate-name data_url --edition=2018 /construction/editors/lapce/lapce-0.2.8/cargo-crates/data-url-0.1.1/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --diagnostic-width=80 --crate-type lib --emit=dep-info,metadata,link -C opt-level=2 -C embed-bitcode=no -C metadata=c4a203752cc2f7e4 -C extra-filename=-c4a203752cc2f7e4 --out-dir /construction/editors/lapce/target/x86_64-unknown-dragonfly/release/deps --target x86_64-unknown-dragonfly -C linker=cc -L dependency=/construction/editors/lapce/target/x86_64-unknown-dragonfly/release/deps -L dependency=/construction/editors/lapce/target/release/deps --extern matches=/construction/editors/lapce/target/x86_64-unknown-dragonfly/release/deps/libmatches-19a0b4f7de44dbbe.rmeta --cap-lints warn -C link-arg=-Wl,-rpath,/usr/local/lib -C link-arg=-L/usr/local/lib` Compiling wiggle-macro v1.0.2 Running `CARGO=/usr/local/bin/cargo CARGO_CRATE_NAME=wiggle_macro CARGO_MANIFEST_DIR=/construction/editors/lapce/lapce-0.2.8/cargo-crates/wiggle-macro-1.0.2 CARGO_PKG_AUTHORS='Pat Hickey :Jakub Konka :Alex Crichton ' CARGO_PKG_DESCRIPTION='Wiggle code generator' CARGO_PKG_HOMEPAGE='' CARGO_PKG_LICENSE='Apache-2.0 WITH LLVM-exception' CARGO_PKG_LICENSE_FILE='' CARGO_PKG_NAME=wiggle-macro CARGO_PKG_README='' CARGO_PKG_REPOSITORY='https://github.com/bytecodealliance/wasmtime' CARGO_PKG_RUST_VERSION='' CARGO_PKG_VERSION=1.0.2 CARGO_PKG_VERSION_MAJOR=1 CARGO_PKG_VERSION_MINOR=0 CARGO_PKG_VERSION_PATCH=2 CARGO_PKG_VERSION_PRE='' LD_LIBRARY_PATH='/construction/editors/lapce/target/release/deps:/usr/local/lib' /usr/local/bin/rustc --crate-name wiggle_macro --edition=2021 /construction/editors/lapce/lapce-0.2.8/cargo-crates/wiggle-macro-1.0.2/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --diagnostic-width=80 --crate-type proc-macro --emit=dep-info,link -C prefer-dynamic -C embed-bitcode=no -C debug-assertions=off --cfg 'feature="wasmtime"' -C metadata=a57811263c1d8319 -C extra-filename=-a57811263c1d8319 --out-dir /construction/editors/lapce/target/release/deps -C linker=cc -L dependency=/construction/editors/lapce/target/release/deps --extern proc_macro2=/construction/editors/lapce/target/release/deps/libproc_macro2-0d396a60a42a5507.rlib --extern quote=/construction/editors/lapce/target/release/deps/libquote-598fea7a1e3d78d8.rlib --extern syn=/construction/editors/lapce/target/release/deps/libsyn-175e445b271fda34.rlib --extern wiggle_generate=/construction/editors/lapce/target/release/deps/libwiggle_generate-9e740aad46807ddf.rlib --extern proc_macro --cap-lints warn` warning: `lyon_path` (lib) generated 1 warning Compiling png v0.17.6 Running `CARGO=/usr/local/bin/cargo CARGO_CRATE_NAME=png CARGO_MANIFEST_DIR=/construction/editors/lapce/lapce-0.2.8/cargo-crates/png-0.17.6 CARGO_PKG_AUTHORS='The image-rs Developers' CARGO_PKG_DESCRIPTION='PNG decoding and encoding library in pure Rust' CARGO_PKG_HOMEPAGE='' CARGO_PKG_LICENSE='MIT OR Apache-2.0' CARGO_PKG_LICENSE_FILE='' CARGO_PKG_NAME=png CARGO_PKG_README=README.md CARGO_PKG_REPOSITORY='https://github.com/image-rs/image-png.git' CARGO_PKG_RUST_VERSION='' CARGO_PKG_VERSION=0.17.6 CARGO_PKG_VERSION_MAJOR=0 CARGO_PKG_VERSION_MINOR=17 CARGO_PKG_VERSION_PATCH=6 CARGO_PKG_VERSION_PRE='' LD_LIBRARY_PATH='/construction/editors/lapce/target/release/deps:/usr/local/lib' /usr/local/bin/rustc --crate-name png --edition=2018 /construction/editors/lapce/lapce-0.2.8/cargo-crates/png-0.17.6/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --diagnostic-width=80 --crate-type lib --emit=dep-info,metadata,link -C opt-level=2 -C embed-bitcode=no -C metadata=13e7745943536a2d -C extra-filename=-13e7745943536a2d --out-dir /construction/editors/lapce/target/x86_64-unknown-dragonfly/release/deps --target x86_64-unknown-dragonfly -C linker=cc -L dependency=/construction/editors/lapce/target/x86_64-unknown-dragonfly/release/deps -L dependency=/construction/editors/lapce/target/release/deps --extern bitflags=/construction/editors/lapce/target/x86_64-unknown-dragonfly/release/deps/libbitflags-cd9fb609d49c6f8e.rmeta --extern crc32fast=/construction/editors/lapce/target/x86_64-unknown-dragonfly/release/deps/libcrc32fast-4a726755c9f0c637.rmeta --extern flate2=/construction/editors/lapce/target/x86_64-unknown-dragonfly/release/deps/libflate2-bd01a8686934630d.rmeta --extern miniz_oxide=/construction/editors/lapce/target/x86_64-unknown-dragonfly/release/deps/libminiz_oxide-dcae44a551158128.rmeta --cap-lints warn -C link-arg=-Wl,-rpath,/usr/local/lib -C link-arg=-L/usr/local/lib` Compiling jpeg-decoder v0.2.6 Running `CARGO=/usr/local/bin/cargo CARGO_CRATE_NAME=jpeg_decoder CARGO_MANIFEST_DIR=/construction/editors/lapce/lapce-0.2.8/cargo-crates/jpeg-decoder-0.2.6 CARGO_PKG_AUTHORS='The image-rs Developers' CARGO_PKG_DESCRIPTION='JPEG decoder' CARGO_PKG_HOMEPAGE='' CARGO_PKG_LICENSE='MIT / Apache-2.0' CARGO_PKG_LICENSE_FILE='' CARGO_PKG_NAME=jpeg-decoder CARGO_PKG_README=README.md CARGO_PKG_REPOSITORY='https://github.com/image-rs/jpeg-decoder' CARGO_PKG_RUST_VERSION='' CARGO_PKG_VERSION=0.2.6 CARGO_PKG_VERSION_MAJOR=0 CARGO_PKG_VERSION_MINOR=2 CARGO_PKG_VERSION_PATCH=6 CARGO_PKG_VERSION_PRE='' LD_LIBRARY_PATH='/construction/editors/lapce/target/release/deps:/usr/local/lib' /usr/local/bin/rustc --crate-name jpeg_decoder --edition=2018 /construction/editors/lapce/lapce-0.2.8/cargo-crates/jpeg-decoder-0.2.6/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --diagnostic-width=80 --crate-type lib --emit=dep-info,metadata,link -C opt-level=2 -C embed-bitcode=no --cfg 'feature="platform_independent"' --cfg 'feature="rayon"' -C metadata=212e598ee649d9e9 -C extra-filename=-212e598ee649d9e9 --out-dir /construction/editors/lapce/target/x86_64-unknown-dragonfly/release/deps --target x86_64-unknown-dragonfly -C linker=cc -L dependency=/construction/editors/lapce/target/x86_64-unknown-dragonfly/release/deps -L dependency=/construction/editors/lapce/target/release/deps --extern rayon=/construction/editors/lapce/target/x86_64-unknown-dragonfly/release/deps/librayon-a94f7b4c3a76822c.rmeta --cap-lints warn -C link-arg=-Wl,-rpath,/usr/local/lib -C link-arg=-L/usr/local/lib` warning: use of deprecated unit variant `common::Compression::Huffman`: use one of the other compression levels instead, such as 'fast' --> /construction/editors/lapce/lapce-0.2.8/cargo-crates/png-0.17.6/src/encoder.rs:2296:26 | 2296 | Compression::Huffman => flate2::Compression::none(), | ^^^^^^^ | = note: `#[warn(deprecated)]` on by default warning: use of deprecated unit variant `common::Compression::Rle`: use one of the other compression levels instead, such as 'fast' --> /construction/editors/lapce/lapce-0.2.8/cargo-crates/png-0.17.6/src/encoder.rs:2297:26 | 2297 | Compression::Rle => flate2::Compression::none(), | ^^^ Compiling dirs-next v2.0.0 Running `CARGO=/usr/local/bin/cargo CARGO_CRATE_NAME=dirs_next CARGO_MANIFEST_DIR=/construction/editors/lapce/lapce-0.2.8/cargo-crates/dirs-next-2.0.0 CARGO_PKG_AUTHORS='The @xdg-rs members' CARGO_PKG_DESCRIPTION='A tiny low-level library that provides platform-specific standard locations of directories for config, cache and other data on Linux, Windows, macOS and Redox by leveraging the mechanisms defined by the XDG base/user directory specifications on Linux, the Known Folder API on Windows, and the Standard Directory guidelines on macOS. ' CARGO_PKG_HOMEPAGE='' CARGO_PKG_LICENSE='MIT OR Apache-2.0' CARGO_PKG_LICENSE_FILE='' CARGO_PKG_NAME=dirs-next CARGO_PKG_README=README.md CARGO_PKG_REPOSITORY='https://github.com/xdg-rs/dirs' CARGO_PKG_RUST_VERSION='' CARGO_PKG_VERSION=2.0.0 CARGO_PKG_VERSION_MAJOR=2 CARGO_PKG_VERSION_MINOR=0 CARGO_PKG_VERSION_PATCH=0 CARGO_PKG_VERSION_PRE='' LD_LIBRARY_PATH='/construction/editors/lapce/target/release/deps:/usr/local/lib' /usr/local/bin/rustc --crate-name dirs_next --edition=2018 /construction/editors/lapce/lapce-0.2.8/cargo-crates/dirs-next-2.0.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --diagnostic-width=80 --crate-type lib --emit=dep-info,metadata,link -C opt-level=2 -C embed-bitcode=no -C metadata=a5c72de74aca0e44 -C extra-filename=-a5c72de74aca0e44 --out-dir /construction/editors/lapce/target/x86_64-unknown-dragonfly/release/deps --target x86_64-unknown-dragonfly -C linker=cc -L dependency=/construction/editors/lapce/target/x86_64-unknown-dragonfly/release/deps -L dependency=/construction/editors/lapce/target/release/deps --extern cfg_if=/construction/editors/lapce/target/x86_64-unknown-dragonfly/release/deps/libcfg_if-ab9f3df0ea533c99.rmeta --extern dirs_sys_next=/construction/editors/lapce/target/x86_64-unknown-dragonfly/release/deps/libdirs_sys_next-d15760fcc5da92f7.rmeta --cap-lints warn -C link-arg=-Wl,-rpath,/usr/local/lib -C link-arg=-L/usr/local/lib` Compiling libssh2-sys v0.2.23 Running `CARGO=/usr/local/bin/cargo CARGO_CRATE_NAME=build_script_build CARGO_MANIFEST_DIR=/construction/editors/lapce/lapce-0.2.8/cargo-crates/libssh2-sys-0.2.23 CARGO_PKG_AUTHORS='Alex Crichton :Wez Furlong :Matteo Bigoi ' CARGO_PKG_DESCRIPTION='Native bindings to the libssh2 library' CARGO_PKG_HOMEPAGE='' CARGO_PKG_LICENSE=MIT/Apache-2.0 CARGO_PKG_LICENSE_FILE='' CARGO_PKG_NAME=libssh2-sys CARGO_PKG_README='' CARGO_PKG_REPOSITORY='https://github.com/alexcrichton/ssh2-rs' CARGO_PKG_RUST_VERSION='' CARGO_PKG_VERSION=0.2.23 CARGO_PKG_VERSION_MAJOR=0 CARGO_PKG_VERSION_MINOR=2 CARGO_PKG_VERSION_PATCH=23 CARGO_PKG_VERSION_PRE='' LD_LIBRARY_PATH='/construction/editors/lapce/target/release/deps:/usr/local/lib' /usr/local/bin/rustc --crate-name build_script_build /construction/editors/lapce/lapce-0.2.8/cargo-crates/libssh2-sys-0.2.23/build.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --diagnostic-width=80 --crate-type bin --emit=dep-info,link -C embed-bitcode=no -C debug-assertions=off -C metadata=0cab12c4bb19ff1c -C extra-filename=-0cab12c4bb19ff1c --out-dir /construction/editors/lapce/target/release/build/libssh2-sys-0cab12c4bb19ff1c -C linker=cc -L dependency=/construction/editors/lapce/target/release/deps --extern cc=/construction/editors/lapce/target/release/deps/libcc-1c22ede16aecb155.rlib --extern pkg_config=/construction/editors/lapce/target/release/deps/libpkg_config-511ebd8140d1be89.rlib --cap-lints warn` Compiling nanorand v0.7.0 Running `CARGO=/usr/local/bin/cargo CARGO_CRATE_NAME=nanorand CARGO_MANIFEST_DIR=/construction/editors/lapce/lapce-0.2.8/cargo-crates/nanorand-0.7.0 CARGO_PKG_AUTHORS='Lucy ' CARGO_PKG_DESCRIPTION='A tiny, fast, zero-dep library for random number generation.' CARGO_PKG_HOMEPAGE='' CARGO_PKG_LICENSE=Zlib CARGO_PKG_LICENSE_FILE='' CARGO_PKG_NAME=nanorand CARGO_PKG_README=README.md CARGO_PKG_REPOSITORY='https://github.com/Absolucy/nanorand-rs' CARGO_PKG_RUST_VERSION='' CARGO_PKG_VERSION=0.7.0 CARGO_PKG_VERSION_MAJOR=0 CARGO_PKG_VERSION_MINOR=7 CARGO_PKG_VERSION_PATCH=0 CARGO_PKG_VERSION_PRE='' LD_LIBRARY_PATH='/construction/editors/lapce/target/release/deps:/usr/local/lib' /usr/local/bin/rustc --crate-name nanorand --edition=2021 /construction/editors/lapce/lapce-0.2.8/cargo-crates/nanorand-0.7.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --diagnostic-width=80 --crate-type lib --emit=dep-info,metadata,link -C opt-level=2 -C embed-bitcode=no --cfg 'feature="alloc"' --cfg 'feature="chacha"' --cfg 'feature="default"' --cfg 'feature="getrandom"' --cfg 'feature="pcg64"' --cfg 'feature="std"' --cfg 'feature="tls"' --cfg 'feature="wyrand"' -C metadata=3ffd5fec94a2b855 -C extra-filename=-3ffd5fec94a2b855 --out-dir /construction/editors/lapce/target/x86_64-unknown-dragonfly/release/deps --target x86_64-unknown-dragonfly -C linker=cc -L dependency=/construction/editors/lapce/target/x86_64-unknown-dragonfly/release/deps -L dependency=/construction/editors/lapce/target/release/deps --extern getrandom=/construction/editors/lapce/target/x86_64-unknown-dragonfly/release/deps/libgetrandom-17bcb2a1d3a1f3f6.rmeta --cap-lints warn -C link-arg=-Wl,-rpath,/usr/local/lib -C link-arg=-L/usr/local/lib` Compiling thread-id v4.0.0 Running `CARGO=/usr/local/bin/cargo CARGO_CRATE_NAME=thread_id CARGO_MANIFEST_DIR=/construction/editors/lapce/lapce-0.2.8/cargo-crates/thread-id-4.0.0 CARGO_PKG_AUTHORS='Ruud van Asseldonk ' CARGO_PKG_DESCRIPTION='Get a unique thread ID' CARGO_PKG_HOMEPAGE='' CARGO_PKG_LICENSE=MIT/Apache-2.0 CARGO_PKG_LICENSE_FILE='' CARGO_PKG_NAME=thread-id CARGO_PKG_README=readme.md CARGO_PKG_REPOSITORY='https://github.com/ruuda/thread-id' CARGO_PKG_RUST_VERSION='' CARGO_PKG_VERSION=4.0.0 CARGO_PKG_VERSION_MAJOR=4 CARGO_PKG_VERSION_MINOR=0 CARGO_PKG_VERSION_PATCH=0 CARGO_PKG_VERSION_PRE='' LD_LIBRARY_PATH='/construction/editors/lapce/target/release/deps:/usr/local/lib' /usr/local/bin/rustc --crate-name thread_id /construction/editors/lapce/lapce-0.2.8/cargo-crates/thread-id-4.0.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --diagnostic-width=80 --crate-type lib --emit=dep-info,metadata,link -C opt-level=2 -C embed-bitcode=no -C metadata=dde6055000fbeb50 -C extra-filename=-dde6055000fbeb50 --out-dir /construction/editors/lapce/target/x86_64-unknown-dragonfly/release/deps --target x86_64-unknown-dragonfly -C linker=cc -L dependency=/construction/editors/lapce/target/x86_64-unknown-dragonfly/release/deps -L dependency=/construction/editors/lapce/target/release/deps --extern libc=/construction/editors/lapce/target/x86_64-unknown-dragonfly/release/deps/liblibc-8e3f13899fc9c378.rmeta --cap-lints warn -C link-arg=-Wl,-rpath,/usr/local/lib -C link-arg=-L/usr/local/lib` Compiling iovec v0.1.4 Running `CARGO=/usr/local/bin/cargo CARGO_CRATE_NAME=iovec CARGO_MANIFEST_DIR=/construction/editors/lapce/lapce-0.2.8/cargo-crates/iovec-0.1.4 CARGO_PKG_AUTHORS='Carl Lerche ' CARGO_PKG_DESCRIPTION='Portable buffer type for scatter/gather I/O operations ' CARGO_PKG_HOMEPAGE='https://github.com/carllerche/iovec' CARGO_PKG_LICENSE=MIT/Apache-2.0 CARGO_PKG_LICENSE_FILE='' CARGO_PKG_NAME=iovec CARGO_PKG_README=README.md CARGO_PKG_REPOSITORY='https://github.com/carllerche/iovec' CARGO_PKG_RUST_VERSION='' CARGO_PKG_VERSION=0.1.4 CARGO_PKG_VERSION_MAJOR=0 CARGO_PKG_VERSION_MINOR=1 CARGO_PKG_VERSION_PATCH=4 CARGO_PKG_VERSION_PRE='' LD_LIBRARY_PATH='/construction/editors/lapce/target/release/deps:/usr/local/lib' /usr/local/bin/rustc --crate-name iovec /construction/editors/lapce/lapce-0.2.8/cargo-crates/iovec-0.1.4/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --diagnostic-width=80 --crate-type lib --emit=dep-info,metadata,link -C opt-level=2 -C embed-bitcode=no -C metadata=5d6e71c33a5cec6e -C extra-filename=-5d6e71c33a5cec6e --out-dir /construction/editors/lapce/target/x86_64-unknown-dragonfly/release/deps --target x86_64-unknown-dragonfly -C linker=cc -L dependency=/construction/editors/lapce/target/x86_64-unknown-dragonfly/release/deps -L dependency=/construction/editors/lapce/target/release/deps --extern libc=/construction/editors/lapce/target/x86_64-unknown-dragonfly/release/deps/liblibc-8e3f13899fc9c378.rmeta --cap-lints warn -C link-arg=-Wl,-rpath,/usr/local/lib -C link-arg=-L/usr/local/lib` Compiling spin v0.9.4 Running `CARGO=/usr/local/bin/cargo CARGO_CRATE_NAME=spin CARGO_MANIFEST_DIR=/construction/editors/lapce/lapce-0.2.8/cargo-crates/spin-0.9.4 CARGO_PKG_AUTHORS='Mathijs van de Nes :John Ericson :Joshua Barretto ' CARGO_PKG_DESCRIPTION='Spin-based synchronization primitives' CARGO_PKG_HOMEPAGE='' CARGO_PKG_LICENSE=MIT CARGO_PKG_LICENSE_FILE='' CARGO_PKG_NAME=spin CARGO_PKG_README=README.md CARGO_PKG_REPOSITORY='https://github.com/mvdnes/spin-rs.git' CARGO_PKG_RUST_VERSION='' CARGO_PKG_VERSION=0.9.4 CARGO_PKG_VERSION_MAJOR=0 CARGO_PKG_VERSION_MINOR=9 CARGO_PKG_VERSION_PATCH=4 CARGO_PKG_VERSION_PRE='' LD_LIBRARY_PATH='/construction/editors/lapce/target/release/deps:/usr/local/lib' /usr/local/bin/rustc --crate-name spin /construction/editors/lapce/lapce-0.2.8/cargo-crates/spin-0.9.4/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --diagnostic-width=80 --crate-type lib --emit=dep-info,metadata,link -C opt-level=2 -C embed-bitcode=no --cfg 'feature="barrier"' --cfg 'feature="default"' --cfg 'feature="lazy"' --cfg 'feature="lock_api"' --cfg 'feature="lock_api_crate"' --cfg 'feature="mutex"' --cfg 'feature="once"' --cfg 'feature="rwlock"' --cfg 'feature="spin_mutex"' -C metadata=49a6effb54139c4e -C extra-filename=-49a6effb54139c4e --out-dir /construction/editors/lapce/target/x86_64-unknown-dragonfly/release/deps --target x86_64-unknown-dragonfly -C linker=cc -L dependency=/construction/editors/lapce/target/x86_64-unknown-dragonfly/release/deps -L dependency=/construction/editors/lapce/target/release/deps --extern lock_api_crate=/construction/editors/lapce/target/x86_64-unknown-dragonfly/release/deps/liblock_api-68ffcca85347c985.rmeta --cap-lints warn -C link-arg=-Wl,-rpath,/usr/local/lib -C link-arg=-L/usr/local/lib` Compiling num-rational v0.4.1 Running `CARGO=/usr/local/bin/cargo CARGO_CRATE_NAME=build_script_build CARGO_MANIFEST_DIR=/construction/editors/lapce/lapce-0.2.8/cargo-crates/num-rational-0.4.1 CARGO_PKG_AUTHORS='The Rust Project Developers' CARGO_PKG_DESCRIPTION='Rational numbers implementation for Rust' CARGO_PKG_HOMEPAGE='https://github.com/rust-num/num-rational' CARGO_PKG_LICENSE='MIT OR Apache-2.0' CARGO_PKG_LICENSE_FILE='' CARGO_PKG_NAME=num-rational CARGO_PKG_README=README.md CARGO_PKG_REPOSITORY='https://github.com/rust-num/num-rational' CARGO_PKG_RUST_VERSION='' CARGO_PKG_VERSION=0.4.1 CARGO_PKG_VERSION_MAJOR=0 CARGO_PKG_VERSION_MINOR=4 CARGO_PKG_VERSION_PATCH=1 CARGO_PKG_VERSION_PRE='' LD_LIBRARY_PATH='/construction/editors/lapce/target/release/deps:/usr/local/lib' /usr/local/bin/rustc --crate-name build_script_build --edition=2018 /construction/editors/lapce/lapce-0.2.8/cargo-crates/num-rational-0.4.1/build.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --diagnostic-width=80 --crate-type bin --emit=dep-info,link -C embed-bitcode=no -C debug-assertions=off -C metadata=45627130b812c5dd -C extra-filename=-45627130b812c5dd --out-dir /construction/editors/lapce/target/release/build/num-rational-45627130b812c5dd -C linker=cc -L dependency=/construction/editors/lapce/target/release/deps --extern autocfg=/construction/editors/lapce/target/release/deps/libautocfg-9f3634dc764a754e.rlib --cap-lints warn` warning: variant `Uninit` is never constructed --> /construction/editors/lapce/lapce-0.2.8/cargo-crates/png-0.17.6/src/decoder/mod.rs:337:5 | 335 | enum SubframeIdx { | ----------- variant in this enum 336 | /// The info has not yet been decoded. 337 | Uninit, | ^^^^^^ | = note: `SubframeIdx` has a derived impl for the trait `Clone`, but this is intentionally ignored during dead code analysis = note: `#[warn(dead_code)]` on by default warning: field `recover` is never read --> /construction/editors/lapce/lapce-0.2.8/cargo-crates/png-0.17.6/src/decoder/stream.rs:123:9 | 121 | CrcMismatch { | ----------- field in this variant 122 | /// bytes to skip to try to recover from this error 123 | recover: usize, | ^^^^^^^ Compiling proc-macro-error-attr v1.0.4 Running `CARGO=/usr/local/bin/cargo CARGO_CRATE_NAME=build_script_build CARGO_MANIFEST_DIR=/construction/editors/lapce/lapce-0.2.8/cargo-crates/proc-macro-error-attr-1.0.4 CARGO_PKG_AUTHORS='CreepySkeleton ' CARGO_PKG_DESCRIPTION='Attribute macro for proc-macro-error crate' CARGO_PKG_HOMEPAGE='' CARGO_PKG_LICENSE='MIT OR Apache-2.0' CARGO_PKG_LICENSE_FILE='' CARGO_PKG_NAME=proc-macro-error-attr CARGO_PKG_README='' CARGO_PKG_REPOSITORY='https://gitlab.com/CreepySkeleton/proc-macro-error' CARGO_PKG_RUST_VERSION='' CARGO_PKG_VERSION=1.0.4 CARGO_PKG_VERSION_MAJOR=1 CARGO_PKG_VERSION_MINOR=0 CARGO_PKG_VERSION_PATCH=4 CARGO_PKG_VERSION_PRE='' LD_LIBRARY_PATH='/construction/editors/lapce/target/release/deps:/usr/local/lib' /usr/local/bin/rustc --crate-name build_script_build --edition=2018 /construction/editors/lapce/lapce-0.2.8/cargo-crates/proc-macro-error-attr-1.0.4/build.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --diagnostic-width=80 --crate-type bin --emit=dep-info,link -C embed-bitcode=no -C debug-assertions=off -C metadata=8813d2751e7e0254 -C extra-filename=-8813d2751e7e0254 --out-dir /construction/editors/lapce/target/release/build/proc-macro-error-attr-8813d2751e7e0254 -C linker=cc -L dependency=/construction/editors/lapce/target/release/deps --extern version_check=/construction/editors/lapce/target/release/deps/libversion_check-f1bbd4e679df1358.rlib --cap-lints warn` Compiling thread_local v1.1.4 Running `CARGO=/usr/local/bin/cargo CARGO_CRATE_NAME=thread_local CARGO_MANIFEST_DIR=/construction/editors/lapce/lapce-0.2.8/cargo-crates/thread_local-1.1.4 CARGO_PKG_AUTHORS='Amanieu d'\''Antras ' CARGO_PKG_DESCRIPTION='Per-object thread-local storage' CARGO_PKG_HOMEPAGE='' CARGO_PKG_LICENSE=Apache-2.0/MIT CARGO_PKG_LICENSE_FILE='' CARGO_PKG_NAME=thread_local CARGO_PKG_README=README.md CARGO_PKG_REPOSITORY='https://github.com/Amanieu/thread_local-rs' CARGO_PKG_RUST_VERSION='' CARGO_PKG_VERSION=1.1.4 CARGO_PKG_VERSION_MAJOR=1 CARGO_PKG_VERSION_MINOR=1 CARGO_PKG_VERSION_PATCH=4 CARGO_PKG_VERSION_PRE='' LD_LIBRARY_PATH='/construction/editors/lapce/target/release/deps:/usr/local/lib' /usr/local/bin/rustc --crate-name thread_local --edition=2018 /construction/editors/lapce/lapce-0.2.8/cargo-crates/thread_local-1.1.4/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --diagnostic-width=80 --crate-type lib --emit=dep-info,metadata,link -C opt-level=2 -C embed-bitcode=no -C metadata=03d3b6538b723665 -C extra-filename=-03d3b6538b723665 --out-dir /construction/editors/lapce/target/x86_64-unknown-dragonfly/release/deps --target x86_64-unknown-dragonfly -C linker=cc -L dependency=/construction/editors/lapce/target/x86_64-unknown-dragonfly/release/deps -L dependency=/construction/editors/lapce/target/release/deps --extern once_cell=/construction/editors/lapce/target/x86_64-unknown-dragonfly/release/deps/libonce_cell-d7e3c1c39ed164f9.rmeta --cap-lints warn -C link-arg=-Wl,-rpath,/usr/local/lib -C link-arg=-L/usr/local/lib` Compiling system-interface v0.22.0 Running `CARGO=/usr/local/bin/cargo CARGO_CRATE_NAME=build_script_build CARGO_MANIFEST_DIR=/construction/editors/lapce/lapce-0.2.8/cargo-crates/system-interface-0.22.0 CARGO_PKG_AUTHORS='Dan Gohman ' CARGO_PKG_DESCRIPTION='Extensions to the Rust standard library' CARGO_PKG_HOMEPAGE='' CARGO_PKG_LICENSE='Apache-2.0 WITH LLVM-exception OR Apache-2.0 OR MIT' CARGO_PKG_LICENSE_FILE='' CARGO_PKG_NAME=system-interface CARGO_PKG_README=README.md CARGO_PKG_REPOSITORY='https://github.com/bytecodealliance/system-interface' CARGO_PKG_RUST_VERSION='' CARGO_PKG_VERSION=0.22.0 CARGO_PKG_VERSION_MAJOR=0 CARGO_PKG_VERSION_MINOR=22 CARGO_PKG_VERSION_PATCH=0 CARGO_PKG_VERSION_PRE='' LD_LIBRARY_PATH='/construction/editors/lapce/target/release/deps:/usr/local/lib' /usr/local/bin/rustc --crate-name build_script_build --edition=2018 /construction/editors/lapce/lapce-0.2.8/cargo-crates/system-interface-0.22.0/build.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --diagnostic-width=80 --crate-type bin --emit=dep-info,link -C embed-bitcode=no -C debug-assertions=off --cfg 'feature="cap-std"' --cfg 'feature="cap_std_impls"' --cfg 'feature="default"' -C metadata=42c4c7602dae3130 -C extra-filename=-42c4c7602dae3130 --out-dir /construction/editors/lapce/target/release/build/system-interface-42c4c7602dae3130 -C linker=cc -L dependency=/construction/editors/lapce/target/release/deps --cap-lints warn` Compiling yazi v0.1.4 Running `CARGO=/usr/local/bin/cargo CARGO_CRATE_NAME=yazi CARGO_MANIFEST_DIR=/construction/editors/lapce/lapce-0.2.8/cargo-crates/yazi-0.1.4 CARGO_PKG_AUTHORS='Chad Brokaw ' CARGO_PKG_DESCRIPTION='DEFLATE/zlib compression and decompression.' CARGO_PKG_HOMEPAGE='https://github.com/dfrg/yazi' CARGO_PKG_LICENSE='MIT OR Apache-2.0' CARGO_PKG_LICENSE_FILE='' CARGO_PKG_NAME=yazi CARGO_PKG_README=README.md CARGO_PKG_REPOSITORY='https://github.com/dfrg/yazi' CARGO_PKG_RUST_VERSION='' CARGO_PKG_VERSION=0.1.4 CARGO_PKG_VERSION_MAJOR=0 CARGO_PKG_VERSION_MINOR=1 CARGO_PKG_VERSION_PATCH=4 CARGO_PKG_VERSION_PRE='' LD_LIBRARY_PATH='/construction/editors/lapce/target/release/deps:/usr/local/lib' /usr/local/bin/rustc --crate-name yazi --edition=2018 /construction/editors/lapce/lapce-0.2.8/cargo-crates/yazi-0.1.4/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --diagnostic-width=80 --crate-type lib --emit=dep-info,metadata,link -C opt-level=2 -C embed-bitcode=no -C metadata=1365d0c97805f326 -C extra-filename=-1365d0c97805f326 --out-dir /construction/editors/lapce/target/x86_64-unknown-dragonfly/release/deps --target x86_64-unknown-dragonfly -C linker=cc -L dependency=/construction/editors/lapce/target/x86_64-unknown-dragonfly/release/deps -L dependency=/construction/editors/lapce/target/release/deps --cap-lints warn -C link-arg=-Wl,-rpath,/usr/local/lib -C link-arg=-L/usr/local/lib` warning: unnecessary parentheses around index expression --> /construction/editors/lapce/lapce-0.2.8/cargo-crates/yazi-0.1.4/src/decode.rs:707:24 | 707 | sorted_entries[(*idx)] = entries[sym as usize]; | ^ ^ | = note: `#[warn(unused_parens)]` on by default help: remove these parentheses | 707 - sorted_entries[(*idx)] = entries[sym as usize]; 707 + sorted_entries[*idx] = entries[sym as usize]; | warning: unnecessary parentheses around index expression --> /construction/editors/lapce/lapce-0.2.8/cargo-crates/yazi-0.1.4/src/encode.rs:324:53 | 324 | ... let mut hash = (u32::from(dict.dict[(ins_pos & DICT_MASK)]) << HA... | ^ ^ | help: remove these parentheses | 324 - let mut hash = (u32::from(dict.dict[(ins_pos & DICT_MASK)]) << HASH_SHIFT) 324 + let mut hash = (u32::from(dict.dict[ins_pos & DICT_MASK]) << HASH_SHIFT) | warning: unnecessary parentheses around index expression --> /construction/editors/lapce/lapce-0.2.8/cargo-crates/yazi-0.1.4/src/encode.rs:325:43 | 325 | ^ u32::from(dict.dict[((ins_pos + 1) & DICT_MASK)]); | ^ ^ | help: remove these parentheses | 325 - ^ u32::from(dict.dict[((ins_pos + 1) & DICT_MASK)]); 325 + ^ u32::from(dict.dict[(ins_pos + 1) & DICT_MASK]); | warning: unnecessary parentheses around index expression --> /construction/editors/lapce/lapce-0.2.8/cargo-crates/yazi-0.1.4/src/encode.rs:910:21 | 910 | hist[1][((key >> 8) & 0xFF)] += 1; | ^ ^ | help: remove these parentheses | 910 - hist[1][((key >> 8) & 0xFF)] += 1; 910 + hist[1][(key >> 8) & 0xFF] += 1; | Compiling color_quant v1.1.0 Running `CARGO=/usr/local/bin/cargo CARGO_CRATE_NAME=color_quant CARGO_MANIFEST_DIR=/construction/editors/lapce/lapce-0.2.8/cargo-crates/color_quant-1.1.0 CARGO_PKG_AUTHORS='nwin ' CARGO_PKG_DESCRIPTION='Color quantization library to reduce n colors to 256 colors.' CARGO_PKG_HOMEPAGE='' CARGO_PKG_LICENSE=MIT CARGO_PKG_LICENSE_FILE='' CARGO_PKG_NAME=color_quant CARGO_PKG_README=README.md CARGO_PKG_REPOSITORY='https://github.com/image-rs/color_quant.git' CARGO_PKG_RUST_VERSION='' CARGO_PKG_VERSION=1.1.0 CARGO_PKG_VERSION_MAJOR=1 CARGO_PKG_VERSION_MINOR=1 CARGO_PKG_VERSION_PATCH=0 CARGO_PKG_VERSION_PRE='' LD_LIBRARY_PATH='/construction/editors/lapce/target/release/deps:/usr/local/lib' /usr/local/bin/rustc --crate-name color_quant /construction/editors/lapce/lapce-0.2.8/cargo-crates/color_quant-1.1.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --diagnostic-width=80 --crate-type lib --emit=dep-info,metadata,link -C opt-level=2 -C embed-bitcode=no -C metadata=ae36b477f7b0c085 -C extra-filename=-ae36b477f7b0c085 --out-dir /construction/editors/lapce/target/x86_64-unknown-dragonfly/release/deps --target x86_64-unknown-dragonfly -C linker=cc -L dependency=/construction/editors/lapce/target/x86_64-unknown-dragonfly/release/deps -L dependency=/construction/editors/lapce/target/release/deps --cap-lints warn -C link-arg=-Wl,-rpath,/usr/local/lib -C link-arg=-L/usr/local/lib` Compiling float-cmp v0.9.0 Running `CARGO=/usr/local/bin/cargo CARGO_CRATE_NAME=float_cmp CARGO_MANIFEST_DIR=/construction/editors/lapce/lapce-0.2.8/cargo-crates/float-cmp-0.9.0 CARGO_PKG_AUTHORS='Mike Dilger ' CARGO_PKG_DESCRIPTION='Floating point approximate comparison traits' CARGO_PKG_HOMEPAGE='' CARGO_PKG_LICENSE=MIT CARGO_PKG_LICENSE_FILE='' CARGO_PKG_NAME=float-cmp CARGO_PKG_README=README.md CARGO_PKG_REPOSITORY='https://github.com/mikedilger/float-cmp' CARGO_PKG_RUST_VERSION='' CARGO_PKG_VERSION=0.9.0 CARGO_PKG_VERSION_MAJOR=0 CARGO_PKG_VERSION_MINOR=9 CARGO_PKG_VERSION_PATCH=0 CARGO_PKG_VERSION_PRE='' LD_LIBRARY_PATH='/construction/editors/lapce/target/release/deps:/usr/local/lib' /usr/local/bin/rustc --crate-name float_cmp --edition=2018 /construction/editors/lapce/lapce-0.2.8/cargo-crates/float-cmp-0.9.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --diagnostic-width=80 --crate-type lib --emit=dep-info,metadata,link -C opt-level=2 -C embed-bitcode=no --cfg 'feature="std"' -C metadata=65957bddd09fb56c -C extra-filename=-65957bddd09fb56c --out-dir /construction/editors/lapce/target/x86_64-unknown-dragonfly/release/deps --target x86_64-unknown-dragonfly -C linker=cc -L dependency=/construction/editors/lapce/target/x86_64-unknown-dragonfly/release/deps -L dependency=/construction/editors/lapce/target/release/deps --cap-lints warn -C link-arg=-Wl,-rpath,/usr/local/lib -C link-arg=-L/usr/local/lib` Compiling cap-fs-ext v0.25.3 Running `CARGO=/usr/local/bin/cargo CARGO_CRATE_NAME=build_script_build CARGO_MANIFEST_DIR=/construction/editors/lapce/lapce-0.2.8/cargo-crates/cap-fs-ext-0.25.3 CARGO_PKG_AUTHORS='Dan Gohman :Jakub Konka ' CARGO_PKG_DESCRIPTION='Extension traits for `Dir`, `File`, etc.' CARGO_PKG_HOMEPAGE='' CARGO_PKG_LICENSE='Apache-2.0 WITH LLVM-exception OR Apache-2.0 OR MIT' CARGO_PKG_LICENSE_FILE='' CARGO_PKG_NAME=cap-fs-ext CARGO_PKG_README=README.md CARGO_PKG_REPOSITORY='https://github.com/bytecodealliance/cap-std' CARGO_PKG_RUST_VERSION='' CARGO_PKG_VERSION=0.25.3 CARGO_PKG_VERSION_MAJOR=0 CARGO_PKG_VERSION_MINOR=25 CARGO_PKG_VERSION_PATCH=3 CARGO_PKG_VERSION_PRE='' LD_LIBRARY_PATH='/construction/editors/lapce/target/release/deps:/usr/local/lib' /usr/local/bin/rustc --crate-name build_script_build --edition=2018 /construction/editors/lapce/lapce-0.2.8/cargo-crates/cap-fs-ext-0.25.3/build.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --diagnostic-width=80 --crate-type bin --emit=dep-info,link -C embed-bitcode=no -C debug-assertions=off --cfg 'feature="cap-std"' --cfg 'feature="default"' --cfg 'feature="std"' -C metadata=1fac6637c6143b20 -C extra-filename=-1fac6637c6143b20 --out-dir /construction/editors/lapce/target/release/build/cap-fs-ext-1fac6637c6143b20 -C linker=cc -L dependency=/construction/editors/lapce/target/release/deps --cap-lints warn` Compiling unicode-vo v0.1.0 Running `CARGO=/usr/local/bin/cargo CARGO_CRATE_NAME=unicode_vo CARGO_MANIFEST_DIR=/construction/editors/lapce/lapce-0.2.8/cargo-crates/unicode-vo-0.1.0 CARGO_PKG_AUTHORS='Evgeniy Reizner ' CARGO_PKG_DESCRIPTION='Unicode vertical orientation detection' CARGO_PKG_HOMEPAGE='' CARGO_PKG_LICENSE=MIT/Apache-2.0 CARGO_PKG_LICENSE_FILE='' CARGO_PKG_NAME=unicode-vo CARGO_PKG_README=README.md CARGO_PKG_REPOSITORY='https://github.com/RazrFalcon/unicode-vo' CARGO_PKG_RUST_VERSION='' CARGO_PKG_VERSION=0.1.0 CARGO_PKG_VERSION_MAJOR=0 CARGO_PKG_VERSION_MINOR=1 CARGO_PKG_VERSION_PATCH=0 CARGO_PKG_VERSION_PRE='' LD_LIBRARY_PATH='/construction/editors/lapce/target/release/deps:/usr/local/lib' /usr/local/bin/rustc --crate-name unicode_vo /construction/editors/lapce/lapce-0.2.8/cargo-crates/unicode-vo-0.1.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --diagnostic-width=80 --crate-type lib --emit=dep-info,metadata,link -C opt-level=2 -C embed-bitcode=no -C metadata=6590084e7e4d53e1 -C extra-filename=-6590084e7e4d53e1 --out-dir /construction/editors/lapce/target/x86_64-unknown-dragonfly/release/deps --target x86_64-unknown-dragonfly -C linker=cc -L dependency=/construction/editors/lapce/target/x86_64-unknown-dragonfly/release/deps -L dependency=/construction/editors/lapce/target/release/deps --cap-lints warn -C link-arg=-Wl,-rpath,/usr/local/lib -C link-arg=-L/usr/local/lib` Compiling xmlwriter v0.1.0 Running `CARGO=/usr/local/bin/cargo CARGO_CRATE_NAME=xmlwriter CARGO_MANIFEST_DIR=/construction/editors/lapce/lapce-0.2.8/cargo-crates/xmlwriter-0.1.0 CARGO_PKG_AUTHORS='Evgeniy Reizner ' CARGO_PKG_DESCRIPTION='A simple, streaming XML writer.' CARGO_PKG_HOMEPAGE='' CARGO_PKG_LICENSE=MIT CARGO_PKG_LICENSE_FILE='' CARGO_PKG_NAME=xmlwriter CARGO_PKG_README=README.md CARGO_PKG_REPOSITORY='https://github.com/RazrFalcon/xmlwriter' CARGO_PKG_RUST_VERSION='' CARGO_PKG_VERSION=0.1.0 CARGO_PKG_VERSION_MAJOR=0 CARGO_PKG_VERSION_MINOR=1 CARGO_PKG_VERSION_PATCH=0 CARGO_PKG_VERSION_PRE='' LD_LIBRARY_PATH='/construction/editors/lapce/target/release/deps:/usr/local/lib' /usr/local/bin/rustc --crate-name xmlwriter --edition=2018 /construction/editors/lapce/lapce-0.2.8/cargo-crates/xmlwriter-0.1.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --diagnostic-width=80 --crate-type lib --emit=dep-info,metadata,link -C opt-level=2 -C embed-bitcode=no -C metadata=6ed74f2d14239769 -C extra-filename=-6ed74f2d14239769 --out-dir /construction/editors/lapce/target/x86_64-unknown-dragonfly/release/deps --target x86_64-unknown-dragonfly -C linker=cc -L dependency=/construction/editors/lapce/target/x86_64-unknown-dragonfly/release/deps -L dependency=/construction/editors/lapce/target/release/deps --cap-lints warn -C link-arg=-Wl,-rpath,/usr/local/lib -C link-arg=-L/usr/local/lib` warning: `...` range patterns are deprecated --> /construction/editors/lapce/lapce-0.2.8/cargo-crates/unicode-vo-0.1.0/src/lib.rs:59:15 | 59 | 0x00BC...0x00BE => Orientation::Upright, | ^^^ help: use `..=` for an inclusive range | = warning: this is accepted in the current edition (Rust 2015) but is a hard error in Rust 2021! = note: for more information, see = note: `#[warn(ellipsis_inclusive_range_patterns)]` on by default warning: `...` range patterns are deprecated --> /construction/editors/lapce/lapce-0.2.8/cargo-crates/unicode-vo-0.1.0/src/lib.rs:62:15 | 62 | 0x02EA...0x02EB => Orientation::Upright, | ^^^ help: use `..=` for an inclusive range | = warning: this is accepted in the current edition (Rust 2015) but is a hard error in Rust 2021! = note: for more information, see warning: `...` range patterns are deprecated --> /construction/editors/lapce/lapce-0.2.8/cargo-crates/unicode-vo-0.1.0/src/lib.rs:63:15 | 63 | 0x1100...0x11FF => Orientation::Upright, | ^^^ help: use `..=` for an inclusive range | = warning: this is accepted in the current edition (Rust 2015) but is a hard error in Rust 2021! = note: for more information, see warning: `...` range patterns are deprecated --> /construction/editors/lapce/lapce-0.2.8/cargo-crates/unicode-vo-0.1.0/src/lib.rs:64:15 | 64 | 0x1401...0x167F => Orientation::Upright, | ^^^ help: use `..=` for an inclusive range | = warning: this is accepted in the current edition (Rust 2015) but is a hard error in Rust 2021! = note: for more information, see warning: `...` range patterns are deprecated --> /construction/editors/lapce/lapce-0.2.8/cargo-crates/unicode-vo-0.1.0/src/lib.rs:65:15 | 65 | 0x18B0...0x18FF => Orientation::Upright, | ^^^ help: use `..=` for an inclusive range | = warning: this is accepted in the current edition (Rust 2015) but is a hard error in Rust 2021! = note: for more information, see warning: `...` range patterns are deprecated --> /construction/editors/lapce/lapce-0.2.8/cargo-crates/unicode-vo-0.1.0/src/lib.rs:67:15 | 67 | 0x2020...0x2021 => Orientation::Upright, | ^^^ help: use `..=` for an inclusive range | = warning: this is accepted in the current edition (Rust 2015) but is a hard error in Rust 2021! = note: for more information, see warning: `...` range patterns are deprecated --> /construction/editors/lapce/lapce-0.2.8/cargo-crates/unicode-vo-0.1.0/src/lib.rs:68:15 | 68 | 0x2030...0x2031 => Orientation::Upright, | ^^^ help: use `..=` for an inclusive range | = warning: this is accepted in the current edition (Rust 2015) but is a hard error in Rust 2021! = note: for more information, see warning: `...` range patterns are deprecated --> /construction/editors/lapce/lapce-0.2.8/cargo-crates/unicode-vo-0.1.0/src/lib.rs:69:15 | 69 | 0x203B...0x203C => Orientation::Upright, | ^^^ help: use `..=` for an inclusive range | = warning: this is accepted in the current edition (Rust 2015) but is a hard error in Rust 2021! = note: for more information, see warning: `...` range patterns are deprecated --> /construction/editors/lapce/lapce-0.2.8/cargo-crates/unicode-vo-0.1.0/src/lib.rs:71:15 | 71 | 0x2047...0x2049 => Orientation::Upright, | ^^^ help: use `..=` for an inclusive range | = warning: this is accepted in the current edition (Rust 2015) but is a hard error in Rust 2021! = note: for more information, see warning: `...` range patterns are deprecated --> /construction/editors/lapce/lapce-0.2.8/cargo-crates/unicode-vo-0.1.0/src/lib.rs:74:15 | 74 | 0x20DD...0x20E0 => Orientation::Upright, | ^^^ help: use `..=` for an inclusive range | = warning: this is accepted in the current edition (Rust 2015) but is a hard error in Rust 2021! = note: for more information, see warning: `...` range patterns are deprecated --> /construction/editors/lapce/lapce-0.2.8/cargo-crates/unicode-vo-0.1.0/src/lib.rs:75:15 | 75 | 0x20E2...0x20E4 => Orientation::Upright, | ^^^ help: use `..=` for an inclusive range | = warning: this is accepted in the current edition (Rust 2015) but is a hard error in Rust 2021! = note: for more information, see warning: `...` range patterns are deprecated --> /construction/editors/lapce/lapce-0.2.8/cargo-crates/unicode-vo-0.1.0/src/lib.rs:76:15 | 76 | 0x2100...0x2101 => Orientation::Upright, | ^^^ help: use `..=` for an inclusive range | = warning: this is accepted in the current edition (Rust 2015) but is a hard error in Rust 2021! = note: for more information, see warning: `...` range patterns are deprecated --> /construction/editors/lapce/lapce-0.2.8/cargo-crates/unicode-vo-0.1.0/src/lib.rs:77:15 | 77 | 0x2103...0x2109 => Orientation::Upright, | ^^^ help: use `..=` for an inclusive range | = warning: this is accepted in the current edition (Rust 2015) but is a hard error in Rust 2021! = note: for more information, see warning: `...` range patterns are deprecated --> /construction/editors/lapce/lapce-0.2.8/cargo-crates/unicode-vo-0.1.0/src/lib.rs:79:15 | 79 | 0x2113...0x2114 => Orientation::Upright, | ^^^ help: use `..=` for an inclusive range | = warning: this is accepted in the current edition (Rust 2015) but is a hard error in Rust 2021! = note: for more information, see warning: `...` range patterns are deprecated --> /construction/editors/lapce/lapce-0.2.8/cargo-crates/unicode-vo-0.1.0/src/lib.rs:80:15 | 80 | 0x2116...0x2117 => Orientation::Upright, | ^^^ help: use `..=` for an inclusive range | = warning: this is accepted in the current edition (Rust 2015) but is a hard error in Rust 2021! = note: for more information, see warning: `...` range patterns are deprecated --> /construction/editors/lapce/lapce-0.2.8/cargo-crates/unicode-vo-0.1.0/src/lib.rs:81:15 | 81 | 0x211E...0x2123 => Orientation::Upright, | ^^^ help: use `..=` for an inclusive range | = warning: this is accepted in the current edition (Rust 2015) but is a hard error in Rust 2021! = note: for more information, see warning: `...` range patterns are deprecated --> /construction/editors/lapce/lapce-0.2.8/cargo-crates/unicode-vo-0.1.0/src/lib.rs:86:15 | 86 | 0x2135...0x213F => Orientation::Upright, | ^^^ help: use `..=` for an inclusive range | = warning: this is accepted in the current edition (Rust 2015) but is a hard error in Rust 2021! = note: for more information, see warning: `...` range patterns are deprecated --> /construction/editors/lapce/lapce-0.2.8/cargo-crates/unicode-vo-0.1.0/src/lib.rs:87:15 | 87 | 0x2145...0x214A => Orientation::Upright, | ^^^ help: use `..=` for an inclusive range | = warning: this is accepted in the current edition (Rust 2015) but is a hard error in Rust 2021! = note: for more information, see warning: `...` range patterns are deprecated --> /construction/editors/lapce/lapce-0.2.8/cargo-crates/unicode-vo-0.1.0/src/lib.rs:88:15 | 88 | 0x214C...0x214D => Orientation::Upright, | ^^^ help: use `..=` for an inclusive range | = warning: this is accepted in the current edition (Rust 2015) but is a hard error in Rust 2021! = note: for more information, see warning: `...` range patterns are deprecated --> /construction/editors/lapce/lapce-0.2.8/cargo-crates/unicode-vo-0.1.0/src/lib.rs:90:15 | 90 | 0x2150...0x2189 => Orientation::Upright, | ^^^ help: use `..=` for an inclusive range | = warning: this is accepted in the current edition (Rust 2015) but is a hard error in Rust 2021! = note: for more information, see warning: `...` range patterns are deprecated --> /construction/editors/lapce/lapce-0.2.8/cargo-crates/unicode-vo-0.1.0/src/lib.rs:91:15 | 91 | 0x218C...0x218F => Orientation::Upright, | ^^^ help: use `..=` for an inclusive range | = warning: this is accepted in the current edition (Rust 2015) but is a hard error in Rust 2021! = note: for more information, see warning: `...` range patterns are deprecated --> /construction/editors/lapce/lapce-0.2.8/cargo-crates/unicode-vo-0.1.0/src/lib.rs:93:15 | 93 | 0x2234...0x2235 => Orientation::Upright, | ^^^ help: use `..=` for an inclusive range | = warning: this is accepted in the current edition (Rust 2015) but is a hard error in Rust 2021! = note: for more information, see warning: `...` range patterns are deprecated --> /construction/editors/lapce/lapce-0.2.8/cargo-crates/unicode-vo-0.1.0/src/lib.rs:94:15 | 94 | 0x2300...0x2307 => Orientation::Upright, | ^^^ help: use `..=` for an inclusive range | = warning: this is accepted in the current edition (Rust 2015) but is a hard error in Rust 2021! = note: for more information, see warning: `...` range patterns are deprecated --> /construction/editors/lapce/lapce-0.2.8/cargo-crates/unicode-vo-0.1.0/src/lib.rs:95:15 | 95 | 0x230C...0x231F => Orientation::Upright, | ^^^ help: use `..=` for an inclusive range | = warning: this is accepted in the current edition (Rust 2015) but is a hard error in Rust 2021! = note: for more information, see warning: `...` range patterns are deprecated --> /construction/editors/lapce/lapce-0.2.8/cargo-crates/unicode-vo-0.1.0/src/lib.rs:96:15 | 96 | 0x2324...0x2328 => Orientation::Upright, | ^^^ help: use `..=` for an inclusive range | = warning: this is accepted in the current edition (Rust 2015) but is a hard error in Rust 2021! = note: for more information, see warning: `...` range patterns are deprecated --> /construction/editors/lapce/lapce-0.2.8/cargo-crates/unicode-vo-0.1.0/src/lib.rs:97:15 | 97 | 0x2329...0x232A => Orientation::TransformedOrRotated, | ^^^ help: use `..=` for an inclusive range | = warning: this is accepted in the current edition (Rust 2015) but is a hard error in Rust 2021! = note: for more information, see warning: `...` range patterns are deprecated --> /construction/editors/lapce/lapce-0.2.8/cargo-crates/unicode-vo-0.1.0/src/lib.rs:99:15 | 99 | 0x237D...0x239A => Orientation::Upright, | ^^^ help: use `..=` for an inclusive range | = warning: this is accepted in the current edition (Rust 2015) but is a hard error in Rust 2021! = note: for more information, see warning: `...` range patterns are deprecated --> /construction/editors/lapce/lapce-0.2.8/cargo-crates/unicode-vo-0.1.0/src/lib.rs:100:15 | 100 | 0x23BE...0x23CD => Orientation::Upright, | ^^^ help: use `..=` for an inclusive range | = warning: this is accepted in the current edition (Rust 2015) but is a hard error in Rust 2021! = note: for more information, see warning: `...` range patterns are deprecated --> /construction/editors/lapce/lapce-0.2.8/cargo-crates/unicode-vo-0.1.0/src/lib.rs:102:15 | 102 | 0x23D1...0x23DB => Orientation::Upright, | ^^^ help: use `..=` for an inclusive range | = warning: this is accepted in the current edition (Rust 2015) but is a hard error in Rust 2021! = note: for more information, see warning: `...` range patterns are deprecated --> /construction/editors/lapce/lapce-0.2.8/cargo-crates/unicode-vo-0.1.0/src/lib.rs:103:15 | 103 | 0x23E2...0x23FF => Orientation::Upright, | ^^^ help: use `..=` for an inclusive range | = warning: this is accepted in the current edition (Rust 2015) but is a hard error in Rust 2021! = note: for more information, see warning: `...` range patterns are deprecated --> /construction/editors/lapce/lapce-0.2.8/cargo-crates/unicode-vo-0.1.0/src/lib.rs:104:15 | 104 | 0x2400...0x2422 => Orientation::Upright, | ^^^ help: use `..=` for an inclusive range | = warning: this is accepted in the current edition (Rust 2015) but is a hard error in Rust 2021! = note: for more information, see warning: `...` range patterns are deprecated --> /construction/editors/lapce/lapce-0.2.8/cargo-crates/unicode-vo-0.1.0/src/lib.rs:105:15 | 105 | 0x2424...0x243F => Orientation::Upright, | ^^^ help: use `..=` for an inclusive range | = warning: this is accepted in the current edition (Rust 2015) but is a hard error in Rust 2021! = note: for more information, see warning: `...` range patterns are deprecated --> /construction/editors/lapce/lapce-0.2.8/cargo-crates/unicode-vo-0.1.0/src/lib.rs:106:15 | 106 | 0x2440...0x245F => Orientation::Upright, | ^^^ help: use `..=` for an inclusive range | = warning: this is accepted in the current edition (Rust 2015) but is a hard error in Rust 2021! = note: for more information, see warning: `...` range patterns are deprecated --> /construction/editors/lapce/lapce-0.2.8/cargo-crates/unicode-vo-0.1.0/src/lib.rs:107:15 | 107 | 0x2460...0x24FF => Orientation::Upright, | ^^^ help: use `..=` for an inclusive range | = warning: this is accepted in the current edition (Rust 2015) but is a hard error in Rust 2021! = note: for more information, see warning: `...` range patterns are deprecated --> /construction/editors/lapce/lapce-0.2.8/cargo-crates/unicode-vo-0.1.0/src/lib.rs:108:15 | 108 | 0x25A0...0x25FF => Orientation::Upright, | ^^^ help: use `..=` for an inclusive range | = warning: this is accepted in the current edition (Rust 2015) but is a hard error in Rust 2021! = note: for more information, see warning: `...` range patterns are deprecated --> /construction/editors/lapce/lapce-0.2.8/cargo-crates/unicode-vo-0.1.0/src/lib.rs:109:15 | 109 | 0x2600...0x2619 => Orientation::Upright, | ^^^ help: use `..=` for an inclusive range | = warning: this is accepted in the current edition (Rust 2015) but is a hard error in Rust 2021! = note: for more information, see warning: `...` range patterns are deprecated --> /construction/editors/lapce/lapce-0.2.8/cargo-crates/unicode-vo-0.1.0/src/lib.rs:110:15 | 110 | 0x2620...0x26FF => Orientation::Upright, | ^^^ help: use `..=` for an inclusive range | = warning: this is accepted in the current edition (Rust 2015) but is a hard error in Rust 2021! = note: for more information, see warning: `...` range patterns are deprecated --> /construction/editors/lapce/lapce-0.2.8/cargo-crates/unicode-vo-0.1.0/src/lib.rs:111:15 | 111 | 0x2700...0x2767 => Orientation::Upright, | ^^^ help: use `..=` for an inclusive range | = warning: this is accepted in the current edition (Rust 2015) but is a hard error in Rust 2021! = note: for more information, see warning: `...` range patterns are deprecated --> /construction/editors/lapce/lapce-0.2.8/cargo-crates/unicode-vo-0.1.0/src/lib.rs:112:15 | 112 | 0x2776...0x2793 => Orientation::Upright, | ^^^ help: use `..=` for an inclusive range | = warning: this is accepted in the current edition (Rust 2015) but is a hard error in Rust 2021! = note: for more information, see warning: `...` range patterns are deprecated --> /construction/editors/lapce/lapce-0.2.8/cargo-crates/unicode-vo-0.1.0/src/lib.rs:113:15 | 113 | 0x2B12...0x2B2F => Orientation::Upright, | ^^^ help: use `..=` for an inclusive range | = warning: this is accepted in the current edition (Rust 2015) but is a hard error in Rust 2021! = note: for more information, see warning: `...` range patterns are deprecated --> /construction/editors/lapce/lapce-0.2.8/cargo-crates/unicode-vo-0.1.0/src/lib.rs:114:15 | 114 | 0x2B50...0x2B59 => Orientation::Upright, | ^^^ help: use `..=` for an inclusive range | = warning: this is accepted in the current edition (Rust 2015) but is a hard error in Rust 2021! = note: for more information, see warning: `...` range patterns are deprecated --> /construction/editors/lapce/lapce-0.2.8/cargo-crates/unicode-vo-0.1.0/src/lib.rs:115:15 | 115 | 0x2BB8...0x2BEB => Orientation::Upright, | ^^^ help: use `..=` for an inclusive range | = warning: this is accepted in the current edition (Rust 2015) but is a hard error in Rust 2021! = note: for more information, see warning: `...` range patterns are deprecated --> /construction/editors/lapce/lapce-0.2.8/cargo-crates/unicode-vo-0.1.0/src/lib.rs:116:15 | 116 | 0x2BF0...0x2BFF => Orientation::Upright, | ^^^ help: use `..=` for an inclusive range | = warning: this is accepted in the current edition (Rust 2015) but is a hard error in Rust 2021! = note: for more information, see warning: `...` range patterns are deprecated --> /construction/editors/lapce/lapce-0.2.8/cargo-crates/unicode-vo-0.1.0/src/lib.rs:117:15 | 117 | 0x2E80...0x2EFF => Orientation::Upright, | ^^^ help: use `..=` for an inclusive range | = warning: this is accepted in the current edition (Rust 2015) but is a hard error in Rust 2021! = note: for more information, see warning: `...` range patterns are deprecated --> /construction/editors/lapce/lapce-0.2.8/cargo-crates/unicode-vo-0.1.0/src/lib.rs:118:15 | 118 | 0x2F00...0x2FDF => Orientation::Upright, | ^^^ help: use `..=` for an inclusive range | = warning: this is accepted in the current edition (Rust 2015) but is a hard error in Rust 2021! = note: for more information, see warning: `...` range patterns are deprecated --> /construction/editors/lapce/lapce-0.2.8/cargo-crates/unicode-vo-0.1.0/src/lib.rs:119:15 | 119 | 0x2FE0...0x2FEF => Orientation::Upright, | ^^^ help: use `..=` for an inclusive range | = warning: this is accepted in the current edition (Rust 2015) but is a hard error in Rust 2021! = note: for more information, see warning: `...` range patterns are deprecated --> /construction/editors/lapce/lapce-0.2.8/cargo-crates/unicode-vo-0.1.0/src/lib.rs:120:15 | 120 | 0x2FF0...0x2FFF => Orientation::Upright, | ^^^ help: use `..=` for an inclusive range | = warning: this is accepted in the current edition (Rust 2015) but is a hard error in Rust 2021! = note: for more information, see warning: `...` range patterns are deprecated --> /construction/editors/lapce/lapce-0.2.8/cargo-crates/unicode-vo-0.1.0/src/lib.rs:122:15 | 122 | 0x3001...0x3002 => Orientation::TransformedOrUpright, | ^^^ help: use `..=` for an inclusive range | = warning: this is accepted in the current edition (Rust 2015) but is a hard error in Rust 2021! = note: for more information, see warning: `...` range patterns are deprecated --> /construction/editors/lapce/lapce-0.2.8/cargo-crates/unicode-vo-0.1.0/src/lib.rs:123:15 | 123 | 0x3003...0x3007 => Orientation::Upright, | ^^^ help: use `..=` for an inclusive range | = warning: this is accepted in the current edition (Rust 2015) but is a hard error in Rust 2021! = note: for more information, see warning: `...` range patterns are deprecated --> /construction/editors/lapce/lapce-0.2.8/cargo-crates/unicode-vo-0.1.0/src/lib.rs:124:15 | 124 | 0x3008...0x3011 => Orientation::TransformedOrRotated, | ^^^ help: use `..=` for an inclusive range | = warning: this is accepted in the current edition (Rust 2015) but is a hard error in Rust 2021! = note: for more information, see warning: `...` range patterns are deprecated --> /construction/editors/lapce/lapce-0.2.8/cargo-crates/unicode-vo-0.1.0/src/lib.rs:125:15 | 125 | 0x3012...0x3013 => Orientation::Upright, | ^^^ help: use `..=` for an inclusive range | = warning: this is accepted in the current edition (Rust 2015) but is a hard error in Rust 2021! = note: for more information, see warning: `...` range patterns are deprecated --> /construction/editors/lapce/lapce-0.2.8/cargo-crates/unicode-vo-0.1.0/src/lib.rs:126:15 | 126 | 0x3014...0x301F => Orientation::TransformedOrRotated, | ^^^ help: use `..=` for an inclusive range | = warning: this is accepted in the current edition (Rust 2015) but is a hard error in Rust 2021! = note: for more information, see warning: `...` range patterns are deprecated --> /construction/editors/lapce/lapce-0.2.8/cargo-crates/unicode-vo-0.1.0/src/lib.rs:127:15 | 127 | 0x3020...0x302F => Orientation::Upright, | ^^^ help: use `..=` for an inclusive range | = warning: this is accepted in the current edition (Rust 2015) but is a hard error in Rust 2021! = note: for more information, see warning: `...` range patterns are deprecated --> /construction/editors/lapce/lapce-0.2.8/cargo-crates/unicode-vo-0.1.0/src/lib.rs:129:15 | 129 | 0x3031...0x3040 => Orientation::Upright, | ^^^ help: use `..=` for an inclusive range | = warning: this is accepted in the current edition (Rust 2015) but is a hard error in Rust 2021! = note: for more information, see warning: `...` range patterns are deprecated --> /construction/editors/lapce/lapce-0.2.8/cargo-crates/unicode-vo-0.1.0/src/lib.rs:139:15 | 139 | 0x304A...0x3062 => Orientation::Upright, | ^^^ help: use `..=` for an inclusive range | = warning: this is accepted in the current edition (Rust 2015) but is a hard error in Rust 2021! = note: for more information, see warning: `...` range patterns are deprecated --> /construction/editors/lapce/lapce-0.2.8/cargo-crates/unicode-vo-0.1.0/src/lib.rs:141:15 | 141 | 0x3064...0x3082 => Orientation::Upright, | ^^^ help: use `..=` for an inclusive range | = warning: this is accepted in the current edition (Rust 2015) but is a hard error in Rust 2021! = note: for more information, see warning: `...` range patterns are deprecated --> /construction/editors/lapce/lapce-0.2.8/cargo-crates/unicode-vo-0.1.0/src/lib.rs:147:15 | 147 | 0x3088...0x308D => Orientation::Upright, | ^^^ help: use `..=` for an inclusive range | = warning: this is accepted in the current edition (Rust 2015) but is a hard error in Rust 2021! = note: for more information, see warning: `...` range patterns are deprecated --> /construction/editors/lapce/lapce-0.2.8/cargo-crates/unicode-vo-0.1.0/src/lib.rs:149:15 | 149 | 0x308F...0x3094 => Orientation::Upright, | ^^^ help: use `..=` for an inclusive range | = warning: this is accepted in the current edition (Rust 2015) but is a hard error in Rust 2021! = note: for more information, see warning: `...` range patterns are deprecated --> /construction/editors/lapce/lapce-0.2.8/cargo-crates/unicode-vo-0.1.0/src/lib.rs:150:15 | 150 | 0x3095...0x3096 => Orientation::TransformedOrUpright, | ^^^ help: use `..=` for an inclusive range | = warning: this is accepted in the current edition (Rust 2015) but is a hard error in Rust 2021! = note: for more information, see warning: `...` range patterns are deprecated --> /construction/editors/lapce/lapce-0.2.8/cargo-crates/unicode-vo-0.1.0/src/lib.rs:151:15 | 151 | 0x3097...0x309A => Orientation::Upright, | ^^^ help: use `..=` for an inclusive range | = warning: this is accepted in the current edition (Rust 2015) but is a hard error in Rust 2021! = note: for more information, see warning: `...` range patterns are deprecated --> /construction/editors/lapce/lapce-0.2.8/cargo-crates/unicode-vo-0.1.0/src/lib.rs:152:15 | 152 | 0x309B...0x309C => Orientation::TransformedOrUpright, | ^^^ help: use `..=` for an inclusive range | = warning: this is accepted in the current edition (Rust 2015) but is a hard error in Rust 2021! = note: for more information, see warning: `...` range patterns are deprecated --> /construction/editors/lapce/lapce-0.2.8/cargo-crates/unicode-vo-0.1.0/src/lib.rs:153:15 | 153 | 0x309D...0x309F => Orientation::Upright, | ^^^ help: use `..=` for an inclusive range | = warning: this is accepted in the current edition (Rust 2015) but is a hard error in Rust 2021! = note: for more information, see warning: `...` range patterns are deprecated --> /construction/editors/lapce/lapce-0.2.8/cargo-crates/unicode-vo-0.1.0/src/lib.rs:164:15 | 164 | 0x30AA...0x30C2 => Orientation::Upright, | ^^^ help: use `..=` for an inclusive range | = warning: this is accepted in the current edition (Rust 2015) but is a hard error in Rust 2021! = note: for more information, see warning: `...` range patterns are deprecated --> /construction/editors/lapce/lapce-0.2.8/cargo-crates/unicode-vo-0.1.0/src/lib.rs:166:15 | 166 | 0x30C4...0x30E2 => Orientation::Upright, | ^^^ help: use `..=` for an inclusive range | = warning: this is accepted in the current edition (Rust 2015) but is a hard error in Rust 2021! = note: for more information, see warning: `...` range patterns are deprecated --> /construction/editors/lapce/lapce-0.2.8/cargo-crates/unicode-vo-0.1.0/src/lib.rs:172:15 | 172 | 0x30E8...0x30ED => Orientation::Upright, | ^^^ help: use `..=` for an inclusive range | = warning: this is accepted in the current edition (Rust 2015) but is a hard error in Rust 2021! = note: for more information, see warning: `...` range patterns are deprecated --> /construction/editors/lapce/lapce-0.2.8/cargo-crates/unicode-vo-0.1.0/src/lib.rs:174:15 | 174 | 0x30EF...0x30F4 => Orientation::Upright, | ^^^ help: use `..=` for an inclusive range | = warning: this is accepted in the current edition (Rust 2015) but is a hard error in Rust 2021! = note: for more information, see warning: `...` range patterns are deprecated --> /construction/editors/lapce/lapce-0.2.8/cargo-crates/unicode-vo-0.1.0/src/lib.rs:175:15 | 175 | 0x30F5...0x30F6 => Orientation::TransformedOrUpright, | ^^^ help: use `..=` for an inclusive range | = warning: this is accepted in the current edition (Rust 2015) but is a hard error in Rust 2021! = note: for more information, see warning: `...` range patterns are deprecated --> /construction/editors/lapce/lapce-0.2.8/cargo-crates/unicode-vo-0.1.0/src/lib.rs:176:15 | 176 | 0x30F7...0x30FB => Orientation::Upright, | ^^^ help: use `..=` for an inclusive range | = warning: this is accepted in the current edition (Rust 2015) but is a hard error in Rust 2021! = note: for more information, see warning: `...` range patterns are deprecated --> /construction/editors/lapce/lapce-0.2.8/cargo-crates/unicode-vo-0.1.0/src/lib.rs:178:15 | 178 | 0x30FD...0x30FF => Orientation::Upright, | ^^^ help: use `..=` for an inclusive range | = warning: this is accepted in the current edition (Rust 2015) but is a hard error in Rust 2021! = note: for more information, see warning: `...` range patterns are deprecated --> /construction/editors/lapce/lapce-0.2.8/cargo-crates/unicode-vo-0.1.0/src/lib.rs:179:15 | 179 | 0x3100...0x3126 => Orientation::Upright, | ^^^ help: use `..=` for an inclusive range | = warning: this is accepted in the current edition (Rust 2015) but is a hard error in Rust 2021! = note: for more information, see warning: `...` range patterns are deprecated --> /construction/editors/lapce/lapce-0.2.8/cargo-crates/unicode-vo-0.1.0/src/lib.rs:181:15 | 181 | 0x3128...0x312F => Orientation::Upright, | ^^^ help: use `..=` for an inclusive range | = warning: this is accepted in the current edition (Rust 2015) but is a hard error in Rust 2021! = note: for more information, see warning: `...` range patterns are deprecated --> /construction/editors/lapce/lapce-0.2.8/cargo-crates/unicode-vo-0.1.0/src/lib.rs:182:15 | 182 | 0x3130...0x318F => Orientation::Upright, | ^^^ help: use `..=` for an inclusive range | = warning: this is accepted in the current edition (Rust 2015) but is a hard error in Rust 2021! = note: for more information, see warning: `...` range patterns are deprecated --> /construction/editors/lapce/lapce-0.2.8/cargo-crates/unicode-vo-0.1.0/src/lib.rs:183:15 | 183 | 0x3190...0x319F => Orientation::Upright, | ^^^ help: use `..=` for an inclusive range | = warning: this is accepted in the current edition (Rust 2015) but is a hard error in Rust 2021! = note: for more information, see warning: `...` range patterns are deprecated --> /construction/editors/lapce/lapce-0.2.8/cargo-crates/unicode-vo-0.1.0/src/lib.rs:184:15 | 184 | 0x31A0...0x31BF => Orientation::Upright, | ^^^ help: use `..=` for an inclusive range | = warning: this is accepted in the current edition (Rust 2015) but is a hard error in Rust 2021! = note: for more information, see warning: `...` range patterns are deprecated --> /construction/editors/lapce/lapce-0.2.8/cargo-crates/unicode-vo-0.1.0/src/lib.rs:185:15 | 185 | 0x31C0...0x31EF => Orientation::Upright, | ^^^ help: use `..=` for an inclusive range | = warning: this is accepted in the current edition (Rust 2015) but is a hard error in Rust 2021! = note: for more information, see warning: `...` range patterns are deprecated --> /construction/editors/lapce/lapce-0.2.8/cargo-crates/unicode-vo-0.1.0/src/lib.rs:186:15 | 186 | 0x31F0...0x31FF => Orientation::TransformedOrUpright, | ^^^ help: use `..=` for an inclusive range | = warning: this is accepted in the current edition (Rust 2015) but is a hard error in Rust 2021! = note: for more information, see warning: `...` range patterns are deprecated --> /construction/editors/lapce/lapce-0.2.8/cargo-crates/unicode-vo-0.1.0/src/lib.rs:187:15 | 187 | 0x3200...0x321E => Orientation::Upright, | ^^^ help: use `..=` for an inclusive range | = warning: this is accepted in the current edition (Rust 2015) but is a hard error in Rust 2021! = note: for more information, see warning: `...` range patterns are deprecated --> /construction/editors/lapce/lapce-0.2.8/cargo-crates/unicode-vo-0.1.0/src/lib.rs:188:15 | 188 | 0x321F...0x32FF => Orientation::Upright, | ^^^ help: use `..=` for an inclusive range | = warning: this is accepted in the current edition (Rust 2015) but is a hard error in Rust 2021! = note: for more information, see warning: `...` range patterns are deprecated --> /construction/editors/lapce/lapce-0.2.8/cargo-crates/unicode-vo-0.1.0/src/lib.rs:189:15 | 189 | 0x3300...0x3357 => Orientation::TransformedOrUpright, | ^^^ help: use `..=` for an inclusive range | = warning: this is accepted in the current edition (Rust 2015) but is a hard error in Rust 2021! = note: for more information, see warning: `...` range patterns are deprecated --> /construction/editors/lapce/lapce-0.2.8/cargo-crates/unicode-vo-0.1.0/src/lib.rs:190:15 | 190 | 0x3358...0x337A => Orientation::Upright, | ^^^ help: use `..=` for an inclusive range | = warning: this is accepted in the current edition (Rust 2015) but is a hard error in Rust 2021! = note: for more information, see warning: `...` range patterns are deprecated --> /construction/editors/lapce/lapce-0.2.8/cargo-crates/unicode-vo-0.1.0/src/lib.rs:191:15 | 191 | 0x337B...0x337F => Orientation::TransformedOrUpright, | ^^^ help: use `..=` for an inclusive range | = warning: this is accepted in the current edition (Rust 2015) but is a hard error in Rust 2021! = note: for more information, see warning: `...` range patterns are deprecated --> /construction/editors/lapce/lapce-0.2.8/cargo-crates/unicode-vo-0.1.0/src/lib.rs:192:15 | 192 | 0x3380...0x33FF => Orientation::Upright, | ^^^ help: use `..=` for an inclusive range | = warning: this is accepted in the current edition (Rust 2015) but is a hard error in Rust 2021! = note: for more information, see warning: `...` range patterns are deprecated --> /construction/editors/lapce/lapce-0.2.8/cargo-crates/unicode-vo-0.1.0/src/lib.rs:193:15 | 193 | 0x3400...0x4DBF => Orientation::Upright, | ^^^ help: use `..=` for an inclusive range | = warning: this is accepted in the current edition (Rust 2015) but is a hard error in Rust 2021! = note: for more information, see warning: `...` range patterns are deprecated --> /construction/editors/lapce/lapce-0.2.8/cargo-crates/unicode-vo-0.1.0/src/lib.rs:194:15 | 194 | 0x4DC0...0x4DFF => Orientation::Upright, | ^^^ help: use `..=` for an inclusive range | = warning: this is accepted in the current edition (Rust 2015) but is a hard error in Rust 2021! = note: for more information, see warning: `...` range patterns are deprecated --> /construction/editors/lapce/lapce-0.2.8/cargo-crates/unicode-vo-0.1.0/src/lib.rs:195:15 | 195 | 0x4E00...0x9FFF => Orientation::Upright, | ^^^ help: use `..=` for an inclusive range | = warning: this is accepted in the current edition (Rust 2015) but is a hard error in Rust 2021! = note: for more information, see warning: `...` range patterns are deprecated --> /construction/editors/lapce/lapce-0.2.8/cargo-crates/unicode-vo-0.1.0/src/lib.rs:196:15 | 196 | 0xA000...0xA48F => Orientation::Upright, | ^^^ help: use `..=` for an inclusive range | = warning: this is accepted in the current edition (Rust 2015) but is a hard error in Rust 2021! = note: for more information, see warning: `...` range patterns are deprecated --> /construction/editors/lapce/lapce-0.2.8/cargo-crates/unicode-vo-0.1.0/src/lib.rs:197:15 | 197 | 0xA490...0xA4CF => Orientation::Upright, | ^^^ help: use `..=` for an inclusive range | = warning: this is accepted in the current edition (Rust 2015) but is a hard error in Rust 2021! = note: for more information, see warning: `...` range patterns are deprecated --> /construction/editors/lapce/lapce-0.2.8/cargo-crates/unicode-vo-0.1.0/src/lib.rs:198:15 | 198 | 0xA960...0xA97F => Orientation::Upright, | ^^^ help: use `..=` for an inclusive range | = warning: this is accepted in the current edition (Rust 2015) but is a hard error in Rust 2021! = note: for more information, see warning: `...` range patterns are deprecated --> /construction/editors/lapce/lapce-0.2.8/cargo-crates/unicode-vo-0.1.0/src/lib.rs:199:15 | 199 | 0xAC00...0xD7AF => Orientation::Upright, | ^^^ help: use `..=` for an inclusive range | = warning: this is accepted in the current edition (Rust 2015) but is a hard error in Rust 2021! = note: for more information, see warning: `...` range patterns are deprecated --> /construction/editors/lapce/lapce-0.2.8/cargo-crates/unicode-vo-0.1.0/src/lib.rs:200:15 | 200 | 0xD7B0...0xD7FF => Orientation::Upright, | ^^^ help: use `..=` for an inclusive range | = warning: this is accepted in the current edition (Rust 2015) but is a hard error in Rust 2021! = note: for more information, see warning: `...` range patterns are deprecated --> /construction/editors/lapce/lapce-0.2.8/cargo-crates/unicode-vo-0.1.0/src/lib.rs:201:15 | 201 | 0xE000...0xF8FF => Orientation::Upright, | ^^^ help: use `..=` for an inclusive range | = warning: this is accepted in the current edition (Rust 2015) but is a hard error in Rust 2021! = note: for more information, see warning: `...` range patterns are deprecated --> /construction/editors/lapce/lapce-0.2.8/cargo-crates/unicode-vo-0.1.0/src/lib.rs:202:15 | 202 | 0xF900...0xFAFF => Orientation::Upright, | ^^^ help: use `..=` for an inclusive range | = warning: this is accepted in the current edition (Rust 2015) but is a hard error in Rust 2021! = note: for more information, see warning: `...` range patterns are deprecated --> /construction/editors/lapce/lapce-0.2.8/cargo-crates/unicode-vo-0.1.0/src/lib.rs:203:15 | 203 | 0xFE10...0xFE19 => Orientation::Upright, | ^^^ help: use `..=` for an inclusive range | = warning: this is accepted in the current edition (Rust 2015) but is a hard error in Rust 2021! = note: for more information, see warning: `...` range patterns are deprecated --> /construction/editors/lapce/lapce-0.2.8/cargo-crates/unicode-vo-0.1.0/src/lib.rs:204:15 | 204 | 0xFE1A...0xFE1F => Orientation::Upright, | ^^^ help: use `..=` for an inclusive range | = warning: this is accepted in the current edition (Rust 2015) but is a hard error in Rust 2021! = note: for more information, see warning: `...` range patterns are deprecated --> /construction/editors/lapce/lapce-0.2.8/cargo-crates/unicode-vo-0.1.0/src/lib.rs:205:15 | 205 | 0xFE30...0xFE48 => Orientation::Upright, | ^^^ help: use `..=` for an inclusive range | = warning: this is accepted in the current edition (Rust 2015) but is a hard error in Rust 2021! = note: for more information, see warning: `...` range patterns are deprecated --> /construction/editors/lapce/lapce-0.2.8/cargo-crates/unicode-vo-0.1.0/src/lib.rs:206:15 | 206 | 0xFE50...0xFE52 => Orientation::TransformedOrUpright, | ^^^ help: use `..=` for an inclusive range | = warning: this is accepted in the current edition (Rust 2015) but is a hard error in Rust 2021! = note: for more information, see warning: `...` range patterns are deprecated --> /construction/editors/lapce/lapce-0.2.8/cargo-crates/unicode-vo-0.1.0/src/lib.rs:207:15 | 207 | 0xFE53...0xFE57 => Orientation::Upright, | ^^^ help: use `..=` for an inclusive range | = warning: this is accepted in the current edition (Rust 2015) but is a hard error in Rust 2021! = note: for more information, see warning: `...` range patterns are deprecated --> /construction/editors/lapce/lapce-0.2.8/cargo-crates/unicode-vo-0.1.0/src/lib.rs:208:15 | 208 | 0xFE59...0xFE5E => Orientation::TransformedOrRotated, | ^^^ help: use `..=` for an inclusive range | = warning: this is accepted in the current edition (Rust 2015) but is a hard error in Rust 2021! = note: for more information, see warning: `...` range patterns are deprecated --> /construction/editors/lapce/lapce-0.2.8/cargo-crates/unicode-vo-0.1.0/src/lib.rs:209:15 | 209 | 0xFE5F...0xFE62 => Orientation::Upright, | ^^^ help: use `..=` for an inclusive range | = warning: this is accepted in the current edition (Rust 2015) but is a hard error in Rust 2021! = note: for more information, see warning: `...` range patterns are deprecated --> /construction/editors/lapce/lapce-0.2.8/cargo-crates/unicode-vo-0.1.0/src/lib.rs:210:15 | 210 | 0xFE67...0xFE6B => Orientation::Upright, | ^^^ help: use `..=` for an inclusive range | = warning: this is accepted in the current edition (Rust 2015) but is a hard error in Rust 2021! = note: for more information, see warning: `...` range patterns are deprecated --> /construction/editors/lapce/lapce-0.2.8/cargo-crates/unicode-vo-0.1.0/src/lib.rs:211:15 | 211 | 0xFE6C...0xFE6F => Orientation::Upright, | ^^^ help: use `..=` for an inclusive range | = warning: this is accepted in the current edition (Rust 2015) but is a hard error in Rust 2021! = note: for more information, see warning: `...` range patterns are deprecated --> /construction/editors/lapce/lapce-0.2.8/cargo-crates/unicode-vo-0.1.0/src/lib.rs:213:15 | 213 | 0xFF02...0xFF07 => Orientation::Upright, | ^^^ help: use `..=` for an inclusive range | = warning: this is accepted in the current edition (Rust 2015) but is a hard error in Rust 2021! = note: for more information, see warning: `...` range patterns are deprecated --> /construction/editors/lapce/lapce-0.2.8/cargo-crates/unicode-vo-0.1.0/src/lib.rs:214:15 | 214 | 0xFF08...0xFF09 => Orientation::TransformedOrRotated, | ^^^ help: use `..=` for an inclusive range | = warning: this is accepted in the current edition (Rust 2015) but is a hard error in Rust 2021! = note: for more information, see warning: `...` range patterns are deprecated --> /construction/editors/lapce/lapce-0.2.8/cargo-crates/unicode-vo-0.1.0/src/lib.rs:215:15 | 215 | 0xFF0A...0xFF0B => Orientation::Upright, | ^^^ help: use `..=` for an inclusive range | = warning: this is accepted in the current edition (Rust 2015) but is a hard error in Rust 2021! = note: for more information, see warning: `...` range patterns are deprecated --> /construction/editors/lapce/lapce-0.2.8/cargo-crates/unicode-vo-0.1.0/src/lib.rs:218:15 | 218 | 0xFF0F...0xFF19 => Orientation::Upright, | ^^^ help: use `..=` for an inclusive range | = warning: this is accepted in the current edition (Rust 2015) but is a hard error in Rust 2021! = note: for more information, see warning: `...` range patterns are deprecated --> /construction/editors/lapce/lapce-0.2.8/cargo-crates/unicode-vo-0.1.0/src/lib.rs:219:15 | 219 | 0xFF1A...0xFF1B => Orientation::TransformedOrRotated, | ^^^ help: use `..=` for an inclusive range | = warning: this is accepted in the current edition (Rust 2015) but is a hard error in Rust 2021! = note: for more information, see warning: `...` range patterns are deprecated --> /construction/editors/lapce/lapce-0.2.8/cargo-crates/unicode-vo-0.1.0/src/lib.rs:222:15 | 222 | 0xFF21...0xFF3A => Orientation::Upright, | ^^^ help: use `..=` for an inclusive range | = warning: this is accepted in the current edition (Rust 2015) but is a hard error in Rust 2021! = note: for more information, see warning: `...` range patterns are deprecated --> /construction/editors/lapce/lapce-0.2.8/cargo-crates/unicode-vo-0.1.0/src/lib.rs:229:15 | 229 | 0xFF41...0xFF5A => Orientation::Upright, | ^^^ help: use `..=` for an inclusive range | = warning: this is accepted in the current edition (Rust 2015) but is a hard error in Rust 2021! = note: for more information, see warning: `...` range patterns are deprecated --> /construction/editors/lapce/lapce-0.2.8/cargo-crates/unicode-vo-0.1.0/src/lib.rs:230:15 | 230 | 0xFF5B...0xFF60 => Orientation::TransformedOrRotated, | ^^^ help: use `..=` for an inclusive range | = warning: this is accepted in the current edition (Rust 2015) but is a hard error in Rust 2021! = note: for more information, see warning: `...` range patterns are deprecated --> /construction/editors/lapce/lapce-0.2.8/cargo-crates/unicode-vo-0.1.0/src/lib.rs:231:15 | 231 | 0xFFE0...0xFFE2 => Orientation::Upright, | ^^^ help: use `..=` for an inclusive range | = warning: this is accepted in the current edition (Rust 2015) but is a hard error in Rust 2021! = note: for more information, see warning: `...` range patterns are deprecated --> /construction/editors/lapce/lapce-0.2.8/cargo-crates/unicode-vo-0.1.0/src/lib.rs:233:15 | 233 | 0xFFE4...0xFFE7 => Orientation::Upright, | ^^^ help: use `..=` for an inclusive range | = warning: this is accepted in the current edition (Rust 2015) but is a hard error in Rust 2021! = note: for more information, see warning: `...` range patterns are deprecated --> /construction/editors/lapce/lapce-0.2.8/cargo-crates/unicode-vo-0.1.0/src/lib.rs:234:15 | 234 | 0xFFF0...0xFFF8 => Orientation::Upright, | ^^^ help: use `..=` for an inclusive range | = warning: this is accepted in the current edition (Rust 2015) but is a hard error in Rust 2021! = note: for more information, see warning: `...` range patterns are deprecated --> /construction/editors/lapce/lapce-0.2.8/cargo-crates/unicode-vo-0.1.0/src/lib.rs:235:15 | 235 | 0xFFFC...0xFFFD => Orientation::Upright, | ^^^ help: use `..=` for an inclusive range | = warning: this is accepted in the current edition (Rust 2015) but is a hard error in Rust 2021! = note: for more information, see warning: `...` range patterns are deprecated --> /construction/editors/lapce/lapce-0.2.8/cargo-crates/unicode-vo-0.1.0/src/lib.rs:236:16 | 236 | 0x10980...0x1099F => Orientation::Upright, | ^^^ help: use `..=` for an inclusive range | = warning: this is accepted in the current edition (Rust 2015) but is a hard error in Rust 2021! = note: for more information, see warning: `...` range patterns are deprecated --> /construction/editors/lapce/lapce-0.2.8/cargo-crates/unicode-vo-0.1.0/src/lib.rs:237:16 | 237 | 0x11580...0x115FF => Orientation::Upright, | ^^^ help: use `..=` for an inclusive range | = warning: this is accepted in the current edition (Rust 2015) but is a hard error in Rust 2021! = note: for more information, see warning: `...` range patterns are deprecated --> /construction/editors/lapce/lapce-0.2.8/cargo-crates/unicode-vo-0.1.0/src/lib.rs:238:16 | 238 | 0x13000...0x1342F => Orientation::Upright, | ^^^ help: use `..=` for an inclusive range | = warning: this is accepted in the current edition (Rust 2015) but is a hard error in Rust 2021! = note: for more information, see warning: `...` range patterns are deprecated --> /construction/editors/lapce/lapce-0.2.8/cargo-crates/unicode-vo-0.1.0/src/lib.rs:239:16 | 239 | 0x14400...0x1467F => Orientation::Upright, | ^^^ help: use `..=` for an inclusive range | = warning: this is accepted in the current edition (Rust 2015) but is a hard error in Rust 2021! = note: for more information, see warning: `...` range patterns are deprecated --> /construction/editors/lapce/lapce-0.2.8/cargo-crates/unicode-vo-0.1.0/src/lib.rs:240:16 | 240 | 0x16FE0...0x16FFF => Orientation::Upright, | ^^^ help: use `..=` for an inclusive range | = warning: this is accepted in the current edition (Rust 2015) but is a hard error in Rust 2021! = note: for more information, see warning: `...` range patterns are deprecated --> /construction/editors/lapce/lapce-0.2.8/cargo-crates/unicode-vo-0.1.0/src/lib.rs:241:16 | 241 | 0x17000...0x187FF => Orientation::Upright, | ^^^ help: use `..=` for an inclusive range | = warning: this is accepted in the current edition (Rust 2015) but is a hard error in Rust 2021! = note: for more information, see warning: `...` range patterns are deprecated --> /construction/editors/lapce/lapce-0.2.8/cargo-crates/unicode-vo-0.1.0/src/lib.rs:242:16 | 242 | 0x18800...0x18AFF => Orientation::Upright, | ^^^ help: use `..=` for an inclusive range | = warning: this is accepted in the current edition (Rust 2015) but is a hard error in Rust 2021! = note: for more information, see warning: `...` range patterns are deprecated --> /construction/editors/lapce/lapce-0.2.8/cargo-crates/unicode-vo-0.1.0/src/lib.rs:243:16 | 243 | 0x1B000...0x1B0FF => Orientation::Upright, | ^^^ help: use `..=` for an inclusive range | = warning: this is accepted in the current edition (Rust 2015) but is a hard error in Rust 2021! = note: for more information, see warning: `...` range patterns are deprecated --> /construction/editors/lapce/lapce-0.2.8/cargo-crates/unicode-vo-0.1.0/src/lib.rs:244:16 | 244 | 0x1D000...0x1D0FF => Orientation::Upright, | ^^^ help: use `..=` for an inclusive range | = warning: this is accepted in the current edition (Rust 2015) but is a hard error in Rust 2021! = note: for more information, see warning: `...` range patterns are deprecated --> /construction/editors/lapce/lapce-0.2.8/cargo-crates/unicode-vo-0.1.0/src/lib.rs:245:16 | 245 | 0x1D100...0x1D1FF => Orientation::Upright, | ^^^ help: use `..=` for an inclusive range | = warning: this is accepted in the current edition (Rust 2015) but is a hard error in Rust 2021! = note: for more information, see warning: `...` range patterns are deprecated --> /construction/editors/lapce/lapce-0.2.8/cargo-crates/unicode-vo-0.1.0/src/lib.rs:246:16 | 246 | 0x1D300...0x1D35F => Orientation::Upright, | ^^^ help: use `..=` for an inclusive range | = warning: this is accepted in the current edition (Rust 2015) but is a hard error in Rust 2021! = note: for more information, see warning: `...` range patterns are deprecated --> /construction/editors/lapce/lapce-0.2.8/cargo-crates/unicode-vo-0.1.0/src/lib.rs:247:16 | 247 | 0x1D360...0x1D37F => Orientation::Upright, | ^^^ help: use `..=` for an inclusive range | = warning: this is accepted in the current edition (Rust 2015) but is a hard error in Rust 2021! = note: for more information, see warning: `...` range patterns are deprecated --> /construction/editors/lapce/lapce-0.2.8/cargo-crates/unicode-vo-0.1.0/src/lib.rs:248:16 | 248 | 0x1D800...0x1DAAF => Orientation::Upright, | ^^^ help: use `..=` for an inclusive range | = warning: this is accepted in the current edition (Rust 2015) but is a hard error in Rust 2021! = note: for more information, see warning: `...` range patterns are deprecated --> /construction/editors/lapce/lapce-0.2.8/cargo-crates/unicode-vo-0.1.0/src/lib.rs:249:16 | 249 | 0x1F000...0x1F02F => Orientation::Upright, | ^^^ help: use `..=` for an inclusive range | = warning: this is accepted in the current edition (Rust 2015) but is a hard error in Rust 2021! = note: for more information, see warning: `...` range patterns are deprecated --> /construction/editors/lapce/lapce-0.2.8/cargo-crates/unicode-vo-0.1.0/src/lib.rs:250:16 | 250 | 0x1F030...0x1F09F => Orientation::Upright, | ^^^ help: use `..=` for an inclusive range | = warning: this is accepted in the current edition (Rust 2015) but is a hard error in Rust 2021! = note: for more information, see warning: `...` range patterns are deprecated --> /construction/editors/lapce/lapce-0.2.8/cargo-crates/unicode-vo-0.1.0/src/lib.rs:251:16 | 251 | 0x1F0A0...0x1F0FF => Orientation::Upright, | ^^^ help: use `..=` for an inclusive range | = warning: this is accepted in the current edition (Rust 2015) but is a hard error in Rust 2021! = note: for more information, see warning: `...` range patterns are deprecated --> /construction/editors/lapce/lapce-0.2.8/cargo-crates/unicode-vo-0.1.0/src/lib.rs:252:16 | 252 | 0x1F100...0x1F1FF => Orientation::Upright, | ^^^ help: use `..=` for an inclusive range | = warning: this is accepted in the current edition (Rust 2015) but is a hard error in Rust 2021! = note: for more information, see warning: `...` range patterns are deprecated --> /construction/editors/lapce/lapce-0.2.8/cargo-crates/unicode-vo-0.1.0/src/lib.rs:253:16 | 253 | 0x1F200...0x1F201 => Orientation::TransformedOrUpright, | ^^^ help: use `..=` for an inclusive range | = warning: this is accepted in the current edition (Rust 2015) but is a hard error in Rust 2021! = note: for more information, see warning: `...` range patterns are deprecated --> /construction/editors/lapce/lapce-0.2.8/cargo-crates/unicode-vo-0.1.0/src/lib.rs:254:16 | 254 | 0x1F202...0x1F2FF => Orientation::Upright, | ^^^ help: use `..=` for an inclusive range | = warning: this is accepted in the current edition (Rust 2015) but is a hard error in Rust 2021! = note: for more information, see warning: `...` range patterns are deprecated --> /construction/editors/lapce/lapce-0.2.8/cargo-crates/unicode-vo-0.1.0/src/lib.rs:255:16 | 255 | 0x1F300...0x1F5FF => Orientation::Upright, | ^^^ help: use `..=` for an inclusive range | = warning: this is accepted in the current edition (Rust 2015) but is a hard error in Rust 2021! = note: for more information, see warning: `...` range patterns are deprecated --> /construction/editors/lapce/lapce-0.2.8/cargo-crates/unicode-vo-0.1.0/src/lib.rs:256:16 | 256 | 0x1F600...0x1F64F => Orientation::Upright, | ^^^ help: use `..=` for an inclusive range | = warning: this is accepted in the current edition (Rust 2015) but is a hard error in Rust 2021! = note: for more information, see warning: `...` range patterns are deprecated --> /construction/editors/lapce/lapce-0.2.8/cargo-crates/unicode-vo-0.1.0/src/lib.rs:257:16 | 257 | 0x1F650...0x1F67F => Orientation::Upright, | ^^^ help: use `..=` for an inclusive range | = warning: this is accepted in the current edition (Rust 2015) but is a hard error in Rust 2021! = note: for more information, see warning: `...` range patterns are deprecated --> /construction/editors/lapce/lapce-0.2.8/cargo-crates/unicode-vo-0.1.0/src/lib.rs:258:16 | 258 | 0x1F680...0x1F6FF => Orientation::Upright, | ^^^ help: use `..=` for an inclusive range | = warning: this is accepted in the current edition (Rust 2015) but is a hard error in Rust 2021! = note: for more information, see warning: `...` range patterns are deprecated --> /construction/editors/lapce/lapce-0.2.8/cargo-crates/unicode-vo-0.1.0/src/lib.rs:259:16 | 259 | 0x1F700...0x1F77F => Orientation::Upright, | ^^^ help: use `..=` for an inclusive range | = warning: this is accepted in the current edition (Rust 2015) but is a hard error in Rust 2021! = note: for more information, see warning: `...` range patterns are deprecated --> /construction/editors/lapce/lapce-0.2.8/cargo-crates/unicode-vo-0.1.0/src/lib.rs:260:16 | 260 | 0x1F780...0x1F7FF => Orientation::Upright, | ^^^ help: use `..=` for an inclusive range | = warning: this is accepted in the current edition (Rust 2015) but is a hard error in Rust 2021! = note: for more information, see warning: `...` range patterns are deprecated --> /construction/editors/lapce/lapce-0.2.8/cargo-crates/unicode-vo-0.1.0/src/lib.rs:261:16 | 261 | 0x1F900...0x1F9FF => Orientation::Upright, | ^^^ help: use `..=` for an inclusive range | = warning: this is accepted in the current edition (Rust 2015) but is a hard error in Rust 2021! = note: for more information, see warning: `...` range patterns are deprecated --> /construction/editors/lapce/lapce-0.2.8/cargo-crates/unicode-vo-0.1.0/src/lib.rs:262:16 | 262 | 0x20000...0x2A6DF => Orientation::Upright, | ^^^ help: use `..=` for an inclusive range | = warning: this is accepted in the current edition (Rust 2015) but is a hard error in Rust 2021! = note: for more information, see warning: `...` range patterns are deprecated --> /construction/editors/lapce/lapce-0.2.8/cargo-crates/unicode-vo-0.1.0/src/lib.rs:263:16 | 263 | 0x2A6E0...0x2A6FF => Orientation::Upright, | ^^^ help: use `..=` for an inclusive range | = warning: this is accepted in the current edition (Rust 2015) but is a hard error in Rust 2021! = note: for more information, see warning: `...` range patterns are deprecated --> /construction/editors/lapce/lapce-0.2.8/cargo-crates/unicode-vo-0.1.0/src/lib.rs:264:16 | 264 | 0x2A700...0x2B73F => Orientation::Upright, | ^^^ help: use `..=` for an inclusive range | = warning: this is accepted in the current edition (Rust 2015) but is a hard error in Rust 2021! = note: for more information, see warning: `...` range patterns are deprecated --> /construction/editors/lapce/lapce-0.2.8/cargo-crates/unicode-vo-0.1.0/src/lib.rs:265:16 | 265 | 0x2B740...0x2B81F => Orientation::Upright, | ^^^ help: use `..=` for an inclusive range | = warning: this is accepted in the current edition (Rust 2015) but is a hard error in Rust 2021! = note: for more information, see warning: `...` range patterns are deprecated --> /construction/editors/lapce/lapce-0.2.8/cargo-crates/unicode-vo-0.1.0/src/lib.rs:266:16 | 266 | 0x2B820...0x2CEAF => Orientation::Upright, | ^^^ help: use `..=` for an inclusive range | = warning: this is accepted in the current edition (Rust 2015) but is a hard error in Rust 2021! = note: for more information, see warning: `...` range patterns are deprecated --> /construction/editors/lapce/lapce-0.2.8/cargo-crates/unicode-vo-0.1.0/src/lib.rs:267:16 | 267 | 0x2CEB0...0x2F7FF => Orientation::Upright, | ^^^ help: use `..=` for an inclusive range | = warning: this is accepted in the current edition (Rust 2015) but is a hard error in Rust 2021! = note: for more information, see warning: `...` range patterns are deprecated --> /construction/editors/lapce/lapce-0.2.8/cargo-crates/unicode-vo-0.1.0/src/lib.rs:268:16 | 268 | 0x2F800...0x2FA1F => Orientation::Upright, | ^^^ help: use `..=` for an inclusive range | = warning: this is accepted in the current edition (Rust 2015) but is a hard error in Rust 2021! = note: for more information, see warning: `...` range patterns are deprecated --> /construction/editors/lapce/lapce-0.2.8/cargo-crates/unicode-vo-0.1.0/src/lib.rs:269:16 | 269 | 0x2FA20...0x2FFFD => Orientation::Upright, | ^^^ help: use `..=` for an inclusive range | = warning: this is accepted in the current edition (Rust 2015) but is a hard error in Rust 2021! = note: for more information, see warning: `...` range patterns are deprecated --> /construction/editors/lapce/lapce-0.2.8/cargo-crates/unicode-vo-0.1.0/src/lib.rs:270:16 | 270 | 0x30000...0x3FFFD => Orientation::Upright, | ^^^ help: use `..=` for an inclusive range | = warning: this is accepted in the current edition (Rust 2015) but is a hard error in Rust 2021! = note: for more information, see warning: `...` range patterns are deprecated --> /construction/editors/lapce/lapce-0.2.8/cargo-crates/unicode-vo-0.1.0/src/lib.rs:271:16 | 271 | 0xF0000...0xFFFFD => Orientation::Upright, | ^^^ help: use `..=` for an inclusive range | = warning: this is accepted in the current edition (Rust 2015) but is a hard error in Rust 2021! = note: for more information, see warning: `...` range patterns are deprecated --> /construction/editors/lapce/lapce-0.2.8/cargo-crates/unicode-vo-0.1.0/src/lib.rs:272:17 | 272 | 0x100000...0x10FFFD => Orientation::Upright, | ^^^ help: use `..=` for an inclusive range | = warning: this is accepted in the current edition (Rust 2015) but is a hard error in Rust 2021! = note: for more information, see warning: the type `[u8; 288]` does not permit being left uninitialized --> /construction/editors/lapce/lapce-0.2.8/cargo-crates/yazi-0.1.4/src/decode.rs:372:38 | 372 | ...unsafe { std::mem::MaybeUninit::uninit().assume_init() }; | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ | | | this code causes undefined behavior when executed | help: use `MaybeUninit` instead, and only call `assume_init` after initialization is done | = note: integers must be initialized = note: `#[warn(invalid_value)]` on by default warning: the type `[u8; 320]` does not permit being left uninitialized --> /construction/editors/lapce/lapce-0.2.8/cargo-crates/yazi-0.1.4/src/decode.rs:582:51 | 582 | ...unsafe { std::mem::MaybeUninit::uninit().assume_init() }; | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ | | | this code causes undefined behavior when executed | help: use `MaybeUninit` instead, and only call `assume_init` after initialization is done | = note: integers must be initialized warning: the type `[u32; 288]` does not permit being left uninitialized --> /construction/editors/lapce/lapce-0.2.8/cargo-crates/yazi-0.1.4/src/decode.rs:693:51 | 693 | ...unsafe { std::mem::MaybeUninit::uninit().assume_init() }; | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ | | | this code causes undefined behavior when executed | help: use `MaybeUninit` instead, and only call `assume_init` after initialization is done | = note: integers must be initialized warning: `unicode-vo` (lib) generated 150 warnings Compiling try-lock v0.2.3 Running `CARGO=/usr/local/bin/cargo CARGO_CRATE_NAME=try_lock CARGO_MANIFEST_DIR=/construction/editors/lapce/lapce-0.2.8/cargo-crates/try-lock-0.2.3 CARGO_PKG_AUTHORS='Sean McArthur ' CARGO_PKG_DESCRIPTION='A lightweight atomic lock.' CARGO_PKG_HOMEPAGE='https://github.com/seanmonstar/try-lock' CARGO_PKG_LICENSE=MIT CARGO_PKG_LICENSE_FILE='' CARGO_PKG_NAME=try-lock CARGO_PKG_README=README.md CARGO_PKG_REPOSITORY='https://github.com/seanmonstar/try-lock' CARGO_PKG_RUST_VERSION='' CARGO_PKG_VERSION=0.2.3 CARGO_PKG_VERSION_MAJOR=0 CARGO_PKG_VERSION_MINOR=2 CARGO_PKG_VERSION_PATCH=3 CARGO_PKG_VERSION_PRE='' LD_LIBRARY_PATH='/construction/editors/lapce/target/release/deps:/usr/local/lib' /usr/local/bin/rustc --crate-name try_lock /construction/editors/lapce/lapce-0.2.8/cargo-crates/try-lock-0.2.3/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --diagnostic-width=80 --crate-type lib --emit=dep-info,metadata,link -C opt-level=2 -C embed-bitcode=no -C metadata=2492816b12f6cb77 -C extra-filename=-2492816b12f6cb77 --out-dir /construction/editors/lapce/target/x86_64-unknown-dragonfly/release/deps --target x86_64-unknown-dragonfly -C linker=cc -L dependency=/construction/editors/lapce/target/x86_64-unknown-dragonfly/release/deps -L dependency=/construction/editors/lapce/target/release/deps --cap-lints warn -C link-arg=-Wl,-rpath,/usr/local/lib -C link-arg=-L/usr/local/lib` Compiling siphasher v0.3.10 Running `CARGO=/usr/local/bin/cargo CARGO_CRATE_NAME=siphasher CARGO_MANIFEST_DIR=/construction/editors/lapce/lapce-0.2.8/cargo-crates/siphasher-0.3.10 CARGO_PKG_AUTHORS='Frank Denis ' CARGO_PKG_DESCRIPTION='SipHash-2-4, SipHash-1-3 and 128-bit variants in pure Rust' CARGO_PKG_HOMEPAGE='https://docs.rs/siphasher' CARGO_PKG_LICENSE=MIT/Apache-2.0 CARGO_PKG_LICENSE_FILE='' CARGO_PKG_NAME=siphasher CARGO_PKG_README=README.md CARGO_PKG_REPOSITORY='https://github.com/jedisct1/rust-siphash' CARGO_PKG_RUST_VERSION='' CARGO_PKG_VERSION=0.3.10 CARGO_PKG_VERSION_MAJOR=0 CARGO_PKG_VERSION_MINOR=3 CARGO_PKG_VERSION_PATCH=10 CARGO_PKG_VERSION_PRE='' LD_LIBRARY_PATH='/construction/editors/lapce/target/release/deps:/usr/local/lib' /usr/local/bin/rustc --crate-name siphasher --edition=2018 /construction/editors/lapce/lapce-0.2.8/cargo-crates/siphasher-0.3.10/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --diagnostic-width=80 --crate-type lib --emit=dep-info,metadata,link -C opt-level=2 -C embed-bitcode=no --cfg 'feature="default"' --cfg 'feature="std"' -C metadata=932307cd483079a6 -C extra-filename=-932307cd483079a6 --out-dir /construction/editors/lapce/target/x86_64-unknown-dragonfly/release/deps --target x86_64-unknown-dragonfly -C linker=cc -L dependency=/construction/editors/lapce/target/x86_64-unknown-dragonfly/release/deps -L dependency=/construction/editors/lapce/target/release/deps --cap-lints warn -C link-arg=-Wl,-rpath,/usr/local/lib -C link-arg=-L/usr/local/lib` Compiling float-ord v0.2.0 Running `CARGO=/usr/local/bin/cargo CARGO_CRATE_NAME=float_ord CARGO_MANIFEST_DIR=/construction/editors/lapce/lapce-0.2.8/cargo-crates/float-ord-0.2.0 CARGO_PKG_AUTHORS='Michael Howell ' CARGO_PKG_DESCRIPTION='A total ordering for floating-point numbers' CARGO_PKG_HOMEPAGE='' CARGO_PKG_LICENSE='MIT / Apache-2.0' CARGO_PKG_LICENSE_FILE='' CARGO_PKG_NAME=float-ord CARGO_PKG_README=README.md CARGO_PKG_REPOSITORY='https://github.com/notriddle/rust-float-ord' CARGO_PKG_RUST_VERSION='' CARGO_PKG_VERSION=0.2.0 CARGO_PKG_VERSION_MAJOR=0 CARGO_PKG_VERSION_MINOR=2 CARGO_PKG_VERSION_PATCH=0 CARGO_PKG_VERSION_PRE='' LD_LIBRARY_PATH='/construction/editors/lapce/target/release/deps:/usr/local/lib' /usr/local/bin/rustc --crate-name float_ord /construction/editors/lapce/lapce-0.2.8/cargo-crates/float-ord-0.2.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --diagnostic-width=80 --crate-type lib --emit=dep-info,metadata,link -C opt-level=2 -C embed-bitcode=no -C metadata=de0044e728414f67 -C extra-filename=-de0044e728414f67 --out-dir /construction/editors/lapce/target/x86_64-unknown-dragonfly/release/deps --target x86_64-unknown-dragonfly -C linker=cc -L dependency=/construction/editors/lapce/target/x86_64-unknown-dragonfly/release/deps -L dependency=/construction/editors/lapce/target/release/deps --cap-lints warn -C link-arg=-Wl,-rpath,/usr/local/lib -C link-arg=-L/usr/local/lib` Compiling pico-args v0.4.2 Running `CARGO=/usr/local/bin/cargo CARGO_CRATE_NAME=pico_args CARGO_MANIFEST_DIR=/construction/editors/lapce/lapce-0.2.8/cargo-crates/pico-args-0.4.2 CARGO_PKG_AUTHORS='Evgeniy Reizner ' CARGO_PKG_DESCRIPTION='An ultra simple CLI arguments parser.' CARGO_PKG_HOMEPAGE='' CARGO_PKG_LICENSE=MIT CARGO_PKG_LICENSE_FILE='' CARGO_PKG_NAME=pico-args CARGO_PKG_README=README.md CARGO_PKG_REPOSITORY='https://github.com/RazrFalcon/pico-args' CARGO_PKG_RUST_VERSION='' CARGO_PKG_VERSION=0.4.2 CARGO_PKG_VERSION_MAJOR=0 CARGO_PKG_VERSION_MINOR=4 CARGO_PKG_VERSION_PATCH=2 CARGO_PKG_VERSION_PRE='' LD_LIBRARY_PATH='/construction/editors/lapce/target/release/deps:/usr/local/lib' /usr/local/bin/rustc --crate-name pico_args --edition=2018 /construction/editors/lapce/lapce-0.2.8/cargo-crates/pico-args-0.4.2/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --diagnostic-width=80 --crate-type lib --emit=dep-info,metadata,link -C opt-level=2 -C embed-bitcode=no --cfg 'feature="default"' --cfg 'feature="eq-separator"' -C metadata=00672fe020428b37 -C extra-filename=-00672fe020428b37 --out-dir /construction/editors/lapce/target/x86_64-unknown-dragonfly/release/deps --target x86_64-unknown-dragonfly -C linker=cc -L dependency=/construction/editors/lapce/target/x86_64-unknown-dragonfly/release/deps -L dependency=/construction/editors/lapce/target/release/deps --cap-lints warn -C link-arg=-Wl,-rpath,/usr/local/lib -C link-arg=-L/usr/local/lib` Compiling zeno v0.2.2 Running `CARGO=/usr/local/bin/cargo CARGO_CRATE_NAME=zeno CARGO_MANIFEST_DIR=/construction/editors/lapce/lapce-0.2.8/cargo-crates/zeno-0.2.2 CARGO_PKG_AUTHORS='Chad Brokaw ' CARGO_PKG_DESCRIPTION='High performance, low level 2D path rasterization.' CARGO_PKG_HOMEPAGE='https://github.com/dfrg/zeno' CARGO_PKG_LICENSE='MIT OR Apache-2.0' CARGO_PKG_LICENSE_FILE='' CARGO_PKG_NAME=zeno CARGO_PKG_README=README.md CARGO_PKG_REPOSITORY='https://github.com/dfrg/zeno' CARGO_PKG_RUST_VERSION='' CARGO_PKG_VERSION=0.2.2 CARGO_PKG_VERSION_MAJOR=0 CARGO_PKG_VERSION_MINOR=2 CARGO_PKG_VERSION_PATCH=2 CARGO_PKG_VERSION_PRE='' LD_LIBRARY_PATH='/construction/editors/lapce/target/release/deps:/usr/local/lib' /usr/local/bin/rustc --crate-name zeno --edition=2018 /construction/editors/lapce/lapce-0.2.8/cargo-crates/zeno-0.2.2/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --diagnostic-width=80 --crate-type lib --emit=dep-info,metadata,link -C opt-level=2 -C embed-bitcode=no --cfg 'feature="eval"' -C metadata=1f6835f251e9b77f -C extra-filename=-1f6835f251e9b77f --out-dir /construction/editors/lapce/target/x86_64-unknown-dragonfly/release/deps --target x86_64-unknown-dragonfly -C linker=cc -L dependency=/construction/editors/lapce/target/x86_64-unknown-dragonfly/release/deps -L dependency=/construction/editors/lapce/target/release/deps --cap-lints warn -C link-arg=-Wl,-rpath,/usr/local/lib -C link-arg=-L/usr/local/lib` Compiling svgtypes v0.8.1 Running `CARGO=/usr/local/bin/cargo CARGO_CRATE_NAME=svgtypes CARGO_MANIFEST_DIR=/construction/editors/lapce/lapce-0.2.8/cargo-crates/svgtypes-0.8.1 CARGO_PKG_AUTHORS='Yevhenii Reizner ' CARGO_PKG_DESCRIPTION='SVG types parser.' CARGO_PKG_HOMEPAGE='' CARGO_PKG_LICENSE=MIT/Apache-2.0 CARGO_PKG_LICENSE_FILE='' CARGO_PKG_NAME=svgtypes CARGO_PKG_README=README.md CARGO_PKG_REPOSITORY='https://github.com/RazrFalcon/svgtypes' CARGO_PKG_RUST_VERSION='' CARGO_PKG_VERSION=0.8.1 CARGO_PKG_VERSION_MAJOR=0 CARGO_PKG_VERSION_MINOR=8 CARGO_PKG_VERSION_PATCH=1 CARGO_PKG_VERSION_PRE='' LD_LIBRARY_PATH='/construction/editors/lapce/target/release/deps:/usr/local/lib' /usr/local/bin/rustc --crate-name svgtypes --edition=2018 /construction/editors/lapce/lapce-0.2.8/cargo-crates/svgtypes-0.8.1/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --diagnostic-width=80 --crate-type lib --emit=dep-info,metadata,link -C opt-level=2 -C embed-bitcode=no -C metadata=92035a5860704ec3 -C extra-filename=-92035a5860704ec3 --out-dir /construction/editors/lapce/target/x86_64-unknown-dragonfly/release/deps --target x86_64-unknown-dragonfly -C linker=cc -L dependency=/construction/editors/lapce/target/x86_64-unknown-dragonfly/release/deps -L dependency=/construction/editors/lapce/target/release/deps --extern siphasher=/construction/editors/lapce/target/x86_64-unknown-dragonfly/release/deps/libsiphasher-932307cd483079a6.rmeta --cap-lints warn -C link-arg=-Wl,-rpath,/usr/local/lib -C link-arg=-L/usr/local/lib` Running `/construction/editors/lapce/target/release/build/cap-fs-ext-1fac6637c6143b20/build-script-build` [cap-fs-ext 0.25.3] error[E0554]: `#![feature]` may not be used on the stable release channel [cap-fs-ext 0.25.3] --> :1:12 [cap-fs-ext 0.25.3] | [cap-fs-ext 0.25.3] 1 | #![feature(windows_by_handle)] [cap-fs-ext 0.25.3] | ^^^^^^^^^^^^^^^^^ [cap-fs-ext 0.25.3] [cap-fs-ext 0.25.3] error[E0635]: unknown feature `windows_by_handle` [cap-fs-ext 0.25.3] --> :1:12 [cap-fs-ext 0.25.3] | [cap-fs-ext 0.25.3] 1 | #![feature(windows_by_handle)] [cap-fs-ext 0.25.3] | ^^^^^^^^^^^^^^^^^ [cap-fs-ext 0.25.3] [cap-fs-ext 0.25.3] error: aborting due to 2 previous errors [cap-fs-ext 0.25.3] [cap-fs-ext 0.25.3] Some errors have detailed explanations: E0554, E0635. [cap-fs-ext 0.25.3] For more information about an error, try `rustc --explain E0554`. [cap-fs-ext 0.25.3] cargo:rerun-if-changed=build.rs Compiling gif v0.11.4 Running `CARGO=/usr/local/bin/cargo CARGO_CRATE_NAME=gif CARGO_MANIFEST_DIR=/construction/editors/lapce/lapce-0.2.8/cargo-crates/gif-0.11.4 CARGO_PKG_AUTHORS='nwin ' CARGO_PKG_DESCRIPTION='GIF de- and encoder' CARGO_PKG_HOMEPAGE='https://github.com/image-rs/image-gif' CARGO_PKG_LICENSE=MIT/Apache-2.0 CARGO_PKG_LICENSE_FILE='' CARGO_PKG_NAME=gif CARGO_PKG_README=README.md CARGO_PKG_REPOSITORY='https://github.com/image-rs/image-gif' CARGO_PKG_RUST_VERSION='' CARGO_PKG_VERSION=0.11.4 CARGO_PKG_VERSION_MAJOR=0 CARGO_PKG_VERSION_MINOR=11 CARGO_PKG_VERSION_PATCH=4 CARGO_PKG_VERSION_PRE='' LD_LIBRARY_PATH='/construction/editors/lapce/target/release/deps:/usr/local/lib' /usr/local/bin/rustc --crate-name gif --edition=2018 /construction/editors/lapce/lapce-0.2.8/cargo-crates/gif-0.11.4/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --diagnostic-width=80 --crate-type lib --emit=dep-info,metadata,link -C opt-level=2 -C embed-bitcode=no --cfg 'feature="default"' --cfg 'feature="raii_no_panic"' --cfg 'feature="std"' -C metadata=341f4fb717eea914 -C extra-filename=-341f4fb717eea914 --out-dir /construction/editors/lapce/target/x86_64-unknown-dragonfly/release/deps --target x86_64-unknown-dragonfly -C linker=cc -L dependency=/construction/editors/lapce/target/x86_64-unknown-dragonfly/release/deps -L dependency=/construction/editors/lapce/target/release/deps --extern color_quant=/construction/editors/lapce/target/x86_64-unknown-dragonfly/release/deps/libcolor_quant-ae36b477f7b0c085.rmeta --extern weezl=/construction/editors/lapce/target/x86_64-unknown-dragonfly/release/deps/libweezl-c6ed7e0108703c9d.rmeta --cap-lints warn -C link-arg=-Wl,-rpath,/usr/local/lib -C link-arg=-L/usr/local/lib` Running `/construction/editors/lapce/target/release/build/system-interface-42c4c7602dae3130/build-script-build` warning: unused doc comment --> /construction/editors/lapce/lapce-0.2.8/cargo-crates/gif-0.11.4/src/lib.rs:146:9 | 146 | #[doc = $content] extern { } | ^^^^^^^^^^^^^^^^^ ---------- rustdoc does not generate documentation for extern blocks ... 151 | insert_as_doc!(include_str!("../README.md")); | -------------------------------------------- in this macro invocation | = help: use `//` for a plain comment = note: `#[warn(unused_doc_comments)]` on by default = note: this warning originates in the macro `insert_as_doc` (in Nightly builds, run with -Z macro-backtrace for more info) [system-interface 0.22.0] error[E0554]: `#![feature]` may not be used on the stable release channel [system-interface 0.22.0] --> :1:12 [system-interface 0.22.0] | [system-interface 0.22.0] 1 | #![feature(can_vector)] [system-interface 0.22.0] | ^^^^^^^^^^ [system-interface 0.22.0] [system-interface 0.22.0] error: aborting due to previous error [system-interface 0.22.0] [system-interface 0.22.0] For more information about this error, try `rustc --explain E0554`. [system-interface 0.22.0] error[E0554]: `#![feature]` may not be used on the stable release channel [system-interface 0.22.0] --> :1:12 [system-interface 0.22.0] | [system-interface 0.22.0] 1 | #![feature(clamp)] [system-interface 0.22.0] | ^^^^^ [system-interface 0.22.0] [system-interface 0.22.0] warning: the feature `clamp` has been stable since 1.50.0 and no longer requires an attribute to enable [system-interface 0.22.0] --> :1:12 [system-interface 0.22.0] | [system-interface 0.22.0] 1 | #![feature(clamp)] [system-interface 0.22.0] | ^^^^^ [system-interface 0.22.0] | [system-interface 0.22.0] = note: `#[warn(stable_features)]` on by default [system-interface 0.22.0] [system-interface 0.22.0] error: aborting due to previous error; 1 warning emitted [system-interface 0.22.0] [system-interface 0.22.0] For more information about this error, try `rustc --explain E0554`. [system-interface 0.22.0] error[E0554]: `#![feature]` may not be used on the stable release channel [system-interface 0.22.0] --> :1:12 [system-interface 0.22.0] | [system-interface 0.22.0] 1 | #![feature(extend_one)] [system-interface 0.22.0] | ^^^^^^^^^^ [system-interface 0.22.0] [system-interface 0.22.0] error: aborting due to previous error [system-interface 0.22.0] [system-interface 0.22.0] For more information about this error, try `rustc --explain E0554`. [system-interface 0.22.0] error[E0554]: `#![feature]` may not be used on the stable release channel [system-interface 0.22.0] --> :1:12 [system-interface 0.22.0] | [system-interface 0.22.0] 1 | #![feature(io_error_more)] [system-interface 0.22.0] | ^^^^^^^^^^^^^ [system-interface 0.22.0] [system-interface 0.22.0] error: aborting due to previous error [system-interface 0.22.0] [system-interface 0.22.0] For more information about this error, try `rustc --explain E0554`. [system-interface 0.22.0] error[E0554]: `#![feature]` may not be used on the stable release channel [system-interface 0.22.0] --> :1:12 [system-interface 0.22.0] | [system-interface 0.22.0] 1 | #![feature(pattern)] [system-interface 0.22.0] | ^^^^^^^ [system-interface 0.22.0] [system-interface 0.22.0] error: aborting due to previous error [system-interface 0.22.0] [system-interface 0.22.0] For more information about this error, try `rustc --explain E0554`. [system-interface 0.22.0] error[E0554]: `#![feature]` may not be used on the stable release channel [system-interface 0.22.0] --> :1:12 [system-interface 0.22.0] | [system-interface 0.22.0] 1 | #![feature(seek_convenience)] [system-interface 0.22.0] | ^^^^^^^^^^^^^^^^ [system-interface 0.22.0] [system-interface 0.22.0] warning: the feature `seek_convenience` has been stable since 1.51.0 and no longer requires an attribute to enable [system-interface 0.22.0] --> :1:12 [system-interface 0.22.0] | [system-interface 0.22.0] 1 | #![feature(seek_convenience)] [system-interface 0.22.0] | ^^^^^^^^^^^^^^^^ [system-interface 0.22.0] | [system-interface 0.22.0] = note: `#[warn(stable_features)]` on by default [system-interface 0.22.0] [system-interface 0.22.0] error: aborting due to previous error; 1 warning emitted [system-interface 0.22.0] [system-interface 0.22.0] For more information about this error, try `rustc --explain E0554`. [system-interface 0.22.0] error[E0554]: `#![feature]` may not be used on the stable release channel [system-interface 0.22.0] --> :1:12 [system-interface 0.22.0] | [system-interface 0.22.0] 1 | #![feature(seek_stream_len)] [system-interface 0.22.0] | ^^^^^^^^^^^^^^^ [system-interface 0.22.0] [system-interface 0.22.0] error: aborting due to previous error [system-interface 0.22.0] [system-interface 0.22.0] For more information about this error, try `rustc --explain E0554`. [system-interface 0.22.0] error[E0554]: `#![feature]` may not be used on the stable release channel [system-interface 0.22.0] --> :1:12 [system-interface 0.22.0] | [system-interface 0.22.0] 1 | #![feature(shrink_to)] [system-interface 0.22.0] | ^^^^^^^^^ [system-interface 0.22.0] [system-interface 0.22.0] warning: the feature `shrink_to` has been stable since 1.56.0 and no longer requires an attribute to enable [system-interface 0.22.0] --> :1:12 [system-interface 0.22.0] | [system-interface 0.22.0] 1 | #![feature(shrink_to)] [system-interface 0.22.0] | ^^^^^^^^^ [system-interface 0.22.0] | [system-interface 0.22.0] = note: `#[warn(stable_features)]` on by default [system-interface 0.22.0] [system-interface 0.22.0] error: aborting due to previous error; 1 warning emitted [system-interface 0.22.0] [system-interface 0.22.0] For more information about this error, try `rustc --explain E0554`. [system-interface 0.22.0] error[E0554]: `#![feature]` may not be used on the stable release channel [system-interface 0.22.0] --> :1:12 [system-interface 0.22.0] | [system-interface 0.22.0] 1 | #![feature(toowned_clone_into)] [system-interface 0.22.0] | ^^^^^^^^^^^^^^^^^^ [system-interface 0.22.0] [system-interface 0.22.0] warning: the feature `toowned_clone_into` has been stable since 1.63.0 and no longer requires an attribute to enable [system-interface 0.22.0] --> :1:12 [system-interface 0.22.0] | [system-interface 0.22.0] 1 | #![feature(toowned_clone_into)] [system-interface 0.22.0] | ^^^^^^^^^^^^^^^^^^ [system-interface 0.22.0] | [system-interface 0.22.0] = note: `#[warn(stable_features)]` on by default [system-interface 0.22.0] [system-interface 0.22.0] error: aborting due to previous error; 1 warning emitted [system-interface 0.22.0] [system-interface 0.22.0] For more information about this error, try `rustc --explain E0554`. [system-interface 0.22.0] error[E0554]: `#![feature]` may not be used on the stable release channel [system-interface 0.22.0] --> :1:12 [system-interface 0.22.0] | [system-interface 0.22.0] 1 | #![feature(try_reserve)] [system-interface 0.22.0] | ^^^^^^^^^^^ [system-interface 0.22.0] [system-interface 0.22.0] warning: the feature `try_reserve` has been stable since 1.57.0 and no longer requires an attribute to enable [system-interface 0.22.0] --> :1:12 [system-interface 0.22.0] | [system-interface 0.22.0] 1 | #![feature(try_reserve)] [system-interface 0.22.0] | ^^^^^^^^^^^ [system-interface 0.22.0] | [system-interface 0.22.0] = note: `#[warn(stable_features)]` on by default [system-interface 0.22.0] [system-interface 0.22.0] error: aborting due to previous error; 1 warning emitted [system-interface 0.22.0] [system-interface 0.22.0] For more information about this error, try `rustc --explain E0554`. [system-interface 0.22.0] error[E0554]: `#![feature]` may not be used on the stable release channel [system-interface 0.22.0] --> :1:12 [system-interface 0.22.0] | [system-interface 0.22.0] 1 | #![feature(unix_socket_peek)] [system-interface 0.22.0] | ^^^^^^^^^^^^^^^^ [system-interface 0.22.0] [system-interface 0.22.0] error: aborting due to previous error [system-interface 0.22.0] [system-interface 0.22.0] For more information about this error, try `rustc --explain E0554`. [system-interface 0.22.0] error[E0554]: `#![feature]` may not be used on the stable release channel [system-interface 0.22.0] --> :1:12 [system-interface 0.22.0] | [system-interface 0.22.0] 1 | #![feature(windows_by_handle)] [system-interface 0.22.0] | ^^^^^^^^^^^^^^^^^ [system-interface 0.22.0] [system-interface 0.22.0] error[E0635]: unknown feature `windows_by_handle` [system-interface 0.22.0] --> :1:12 [system-interface 0.22.0] | [system-interface 0.22.0] 1 | #![feature(windows_by_handle)] [system-interface 0.22.0] | ^^^^^^^^^^^^^^^^^ [system-interface 0.22.0] [system-interface 0.22.0] error: aborting due to 2 previous errors [system-interface 0.22.0] [system-interface 0.22.0] Some errors have detailed explanations: E0554, E0635. [system-interface 0.22.0] For more information about an error, try `rustc --explain E0554`. [system-interface 0.22.0] error[E0554]: `#![feature]` may not be used on the stable release channel [system-interface 0.22.0] --> :1:12 [system-interface 0.22.0] | [system-interface 0.22.0] 1 | #![feature(with_options)] [system-interface 0.22.0] | ^^^^^^^^^^^^ [system-interface 0.22.0] [system-interface 0.22.0] warning: the feature `with_options` has been stable since 1.58.0 and no longer requires an attribute to enable [system-interface 0.22.0] --> :1:12 [system-interface 0.22.0] | [system-interface 0.22.0] 1 | #![feature(with_options)] [system-interface 0.22.0] | ^^^^^^^^^^^^ [system-interface 0.22.0] | [system-interface 0.22.0] = note: `#[warn(stable_features)]` on by default [system-interface 0.22.0] [system-interface 0.22.0] error: aborting due to previous error; 1 warning emitted [system-interface 0.22.0] [system-interface 0.22.0] For more information about this error, try `rustc --explain E0554`. [system-interface 0.22.0] error[E0554]: `#![feature]` may not be used on the stable release channel [system-interface 0.22.0] --> :1:12 [system-interface 0.22.0] | [system-interface 0.22.0] 1 | #![feature(write_all_vectored)] [system-interface 0.22.0] | ^^^^^^^^^^^^^^^^^^ [system-interface 0.22.0] [system-interface 0.22.0] error: aborting due to previous error [system-interface 0.22.0] [system-interface 0.22.0] For more information about this error, try `rustc --explain E0554`. Running `/construction/editors/lapce/target/release/build/proc-macro-error-attr-8813d2751e7e0254/build-script-build` [system-interface 0.22.0] error[E0554]: `#![feature]` may not be used on the stable release channel [system-interface 0.22.0] --> :1:12 [system-interface 0.22.0] | [system-interface 0.22.0] 1 | #![feature(windows_file_type_ext)] [system-interface 0.22.0] | ^^^^^^^^^^^^^^^^^^^^^ [system-interface 0.22.0] [system-interface 0.22.0] error[E0635]: unknown feature `windows_file_type_ext` [system-interface 0.22.0] --> :1:12 [system-interface 0.22.0] | [system-interface 0.22.0] 1 | #![feature(windows_file_type_ext)] [system-interface 0.22.0] | ^^^^^^^^^^^^^^^^^^^^^ [system-interface 0.22.0] [system-interface 0.22.0] error: aborting due to 2 previous errors [system-interface 0.22.0] [system-interface 0.22.0] Some errors have detailed explanations: E0554, E0635. [system-interface 0.22.0] For more information about an error, try `rustc --explain E0554`. [system-interface 0.22.0] cargo:rerun-if-changed=build.rs Running `/construction/editors/lapce/target/release/build/num-rational-45627130b812c5dd/build-script-build` Compiling flume v0.10.14 Running `CARGO=/usr/local/bin/cargo CARGO_CRATE_NAME=flume CARGO_MANIFEST_DIR=/construction/editors/lapce/lapce-0.2.8/cargo-crates/flume-0.10.14 CARGO_PKG_AUTHORS='Joshua Barretto ' CARGO_PKG_DESCRIPTION='A blazingly fast multi-producer channel' CARGO_PKG_HOMEPAGE='' CARGO_PKG_LICENSE=Apache-2.0/MIT CARGO_PKG_LICENSE_FILE='' CARGO_PKG_NAME=flume CARGO_PKG_README=README.md CARGO_PKG_REPOSITORY='https://github.com/zesterer/flume' CARGO_PKG_RUST_VERSION='' CARGO_PKG_VERSION=0.10.14 CARGO_PKG_VERSION_MAJOR=0 CARGO_PKG_VERSION_MINOR=10 CARGO_PKG_VERSION_PATCH=14 CARGO_PKG_VERSION_PRE='' LD_LIBRARY_PATH='/construction/editors/lapce/target/release/deps:/usr/local/lib' /usr/local/bin/rustc --crate-name flume --edition=2018 /construction/editors/lapce/lapce-0.2.8/cargo-crates/flume-0.10.14/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --diagnostic-width=80 --crate-type lib --emit=dep-info,metadata,link -C opt-level=2 -C embed-bitcode=no --cfg 'feature="async"' --cfg 'feature="default"' --cfg 'feature="eventual-fairness"' --cfg 'feature="futures-core"' --cfg 'feature="futures-sink"' --cfg 'feature="nanorand"' --cfg 'feature="pin-project"' --cfg 'feature="select"' -C metadata=cf07bbeceed7d9c2 -C extra-filename=-cf07bbeceed7d9c2 --out-dir /construction/editors/lapce/target/x86_64-unknown-dragonfly/release/deps --target x86_64-unknown-dragonfly -C linker=cc -L dependency=/construction/editors/lapce/target/x86_64-unknown-dragonfly/release/deps -L dependency=/construction/editors/lapce/target/release/deps --extern futures_core=/construction/editors/lapce/target/x86_64-unknown-dragonfly/release/deps/libfutures_core-bdb285f9c4c607b9.rmeta --extern futures_sink=/construction/editors/lapce/target/x86_64-unknown-dragonfly/release/deps/libfutures_sink-27bd899b1022fa03.rmeta --extern nanorand=/construction/editors/lapce/target/x86_64-unknown-dragonfly/release/deps/libnanorand-3ffd5fec94a2b855.rmeta --extern pin_project=/construction/editors/lapce/target/x86_64-unknown-dragonfly/release/deps/libpin_project-4fc236fdf6588096.rmeta --extern spin1=/construction/editors/lapce/target/x86_64-unknown-dragonfly/release/deps/libspin-49a6effb54139c4e.rmeta --cap-lints warn -C link-arg=-Wl,-rpath,/usr/local/lib -C link-arg=-L/usr/local/lib` warning: unused import: `MutexGuard as SpinlockGuard` --> /construction/editors/lapce/lapce-0.2.8/cargo-crates/flume-0.10.14/src/lib.rs:50:32 | 50 | use spin1::{Mutex as Spinlock, MutexGuard as SpinlockGuard}; | ^^^^^^^^^^^^^^^^^^^^^^^^^^^ | = note: `#[warn(unused_imports)]` on by default warning: field `start` is never read --> /construction/editors/lapce/lapce-0.2.8/cargo-crates/zeno-0.2.2/src/geometry.rs:552:9 | 550 | pub(super) struct BoundsBuilder { | ------------- field in this struct 551 | pub count: usize, 552 | pub start: Point, | ^^^^^ | = note: `#[warn(dead_code)]` on by default [num-rational 0.4.1] cargo:rustc-cfg=has_int_exp_fmt [num-rational 0.4.1] cargo:rerun-if-changed=build.rs Running `/construction/editors/lapce/target/release/build/libssh2-sys-0cab12c4bb19ff1c/build-script-build` [libssh2-sys 0.2.23] cargo:rerun-if-env-changed=LIBSSH2_SYS_USE_PKG_CONFIG [libssh2-sys 0.2.23] cargo:rerun-if-env-changed=LIBSSH2_NO_PKG_CONFIG [libssh2-sys 0.2.23] cargo:rerun-if-env-changed=PKG_CONFIG_x86_64-unknown-dragonfly [libssh2-sys 0.2.23] cargo:rerun-if-env-changed=PKG_CONFIG_x86_64_unknown_dragonfly [libssh2-sys 0.2.23] cargo:rerun-if-env-changed=HOST_PKG_CONFIG [libssh2-sys 0.2.23] cargo:rerun-if-env-changed=PKG_CONFIG [libssh2-sys 0.2.23] cargo:rerun-if-env-changed=LIBSSH2_STATIC [libssh2-sys 0.2.23] cargo:rerun-if-env-changed=LIBSSH2_DYNAMIC [libssh2-sys 0.2.23] cargo:rerun-if-env-changed=PKG_CONFIG_ALL_STATIC [libssh2-sys 0.2.23] cargo:rerun-if-env-changed=PKG_CONFIG_ALL_DYNAMIC [libssh2-sys 0.2.23] cargo:rerun-if-env-changed=PKG_CONFIG_PATH_x86_64-unknown-dragonfly [libssh2-sys 0.2.23] cargo:rerun-if-env-changed=PKG_CONFIG_PATH_x86_64_unknown_dragonfly [libssh2-sys 0.2.23] cargo:rerun-if-env-changed=HOST_PKG_CONFIG_PATH [libssh2-sys 0.2.23] cargo:rerun-if-env-changed=PKG_CONFIG_PATH [libssh2-sys 0.2.23] cargo:rerun-if-env-changed=PKG_CONFIG_LIBDIR_x86_64-unknown-dragonfly [libssh2-sys 0.2.23] cargo:rerun-if-env-changed=PKG_CONFIG_LIBDIR_x86_64_unknown_dragonfly [libssh2-sys 0.2.23] cargo:rerun-if-env-changed=HOST_PKG_CONFIG_LIBDIR [libssh2-sys 0.2.23] cargo:rerun-if-env-changed=PKG_CONFIG_LIBDIR [libssh2-sys 0.2.23] cargo:rerun-if-env-changed=PKG_CONFIG_SYSROOT_DIR_x86_64-unknown-dragonfly [libssh2-sys 0.2.23] cargo:rerun-if-env-changed=PKG_CONFIG_SYSROOT_DIR_x86_64_unknown_dragonfly [libssh2-sys 0.2.23] cargo:rerun-if-env-changed=HOST_PKG_CONFIG_SYSROOT_DIR [libssh2-sys 0.2.23] cargo:rerun-if-env-changed=PKG_CONFIG_SYSROOT_DIR [libssh2-sys 0.2.23] cargo:rerun-if-env-changed=PKG_CONFIG_SYSROOT_DIR [libssh2-sys 0.2.23] cargo:rerun-if-env-changed=SYSROOT [libssh2-sys 0.2.23] cargo:rerun-if-env-changed=LIBSSH2_STATIC [libssh2-sys 0.2.23] cargo:rerun-if-env-changed=LIBSSH2_DYNAMIC [libssh2-sys 0.2.23] cargo:rerun-if-env-changed=PKG_CONFIG_ALL_STATIC [libssh2-sys 0.2.23] cargo:rerun-if-env-changed=PKG_CONFIG_ALL_DYNAMIC [libssh2-sys 0.2.23] cargo:rustc-link-search=native=/usr/local/lib [libssh2-sys 0.2.23] cargo:rustc-link-lib=ssh2 [libssh2-sys 0.2.23] cargo:rerun-if-env-changed=PKG_CONFIG_x86_64-unknown-dragonfly warning: the type `[FixedPoint; 33]` does not permit being left uninitialized --> /construction/editors/lapce/lapce-0.2.8/cargo-crates/zeno-0.2.2/src/raster.rs:382:22 | 382 | unsafe { core::mem::MaybeUninit::uninit().assume_init() }; | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ | | | this code causes undefined behavior when executed | help: use `MaybeUninit` instead, and only call `assume_init` after initialization is done | note: integers must be initialized (in this struct field) --> /construction/editors/lapce/lapce-0.2.8/cargo-crates/zeno-0.2.2/src/raster.rs:786:5 | 786 | pub x: i32, | ^^^^^^^^^^ = note: `#[warn(invalid_value)]` on by default warning: the type `[FixedPoint; 129]` does not permit being left uninitialized --> /construction/editors/lapce/lapce-0.2.8/cargo-crates/zeno-0.2.2/src/raster.rs:433:22 | 433 | unsafe { core::mem::MaybeUninit::uninit().assume_init() }; | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ | | | this code causes undefined behavior when executed | help: use `MaybeUninit` instead, and only call `assume_init` after initialization is done | note: integers must be initialized (in this struct field) --> /construction/editors/lapce/lapce-0.2.8/cargo-crates/zeno-0.2.2/src/raster.rs:786:5 | 786 | pub x: i32, | ^^^^^^^^^^ warning: the type `[raster::Cell; 1024]` does not permit being left uninitialized --> /construction/editors/lapce/lapce-0.2.8/cargo-crates/zeno-0.2.2/src/raster.rs:645:29 | 645 | ...unsafe { core::mem::MaybeUninit::uninit().assume_init() }, | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ | | | this code causes undefined behavior when executed | help: use `MaybeUninit` instead, and only call `assume_init` after initialization is done | note: integers must be initialized (in this struct field) --> /construction/editors/lapce/lapce-0.2.8/cargo-crates/zeno-0.2.2/src/raster.rs:553:5 | 553 | x: i32, | ^^^^^^ warning: the type `[i32; 512]` does not permit being left uninitialized --> /construction/editors/lapce/lapce-0.2.8/cargo-crates/zeno-0.2.2/src/raster.rs:647:31 | 647 | ...unsafe { core::mem::MaybeUninit::uninit().assume_init() }, | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ | | | this code causes undefined behavior when executed | help: use `MaybeUninit` instead, and only call `assume_init` after initialization is done | = note: integers must be initialized [libssh2-sys 0.2.23] cargo:rerun-if-env-changed=PKG_CONFIG_x86_64_unknown_dragonfly [libssh2-sys 0.2.23] cargo:rerun-if-env-changed=HOST_PKG_CONFIG [libssh2-sys 0.2.23] cargo:rerun-if-env-changed=PKG_CONFIG [libssh2-sys 0.2.23] cargo:rerun-if-env-changed=LIBSSH2_STATIC [libssh2-sys 0.2.23] cargo:rerun-if-env-changed=LIBSSH2_DYNAMIC [libssh2-sys 0.2.23] cargo:rerun-if-env-changed=PKG_CONFIG_ALL_STATIC [libssh2-sys 0.2.23] cargo:rerun-if-env-changed=PKG_CONFIG_ALL_DYNAMIC [libssh2-sys 0.2.23] cargo:rerun-if-env-changed=PKG_CONFIG_PATH_x86_64-unknown-dragonfly [libssh2-sys 0.2.23] cargo:rerun-if-env-changed=PKG_CONFIG_PATH_x86_64_unknown_dragonfly [libssh2-sys 0.2.23] cargo:rerun-if-env-changed=HOST_PKG_CONFIG_PATH [libssh2-sys 0.2.23] cargo:rerun-if-env-changed=PKG_CONFIG_PATH [libssh2-sys 0.2.23] cargo:rerun-if-env-changed=PKG_CONFIG_LIBDIR_x86_64-unknown-dragonfly [libssh2-sys 0.2.23] cargo:rerun-if-env-changed=PKG_CONFIG_LIBDIR_x86_64_unknown_dragonfly [libssh2-sys 0.2.23] cargo:rerun-if-env-changed=HOST_PKG_CONFIG_LIBDIR [libssh2-sys 0.2.23] cargo:rerun-if-env-changed=PKG_CONFIG_LIBDIR [libssh2-sys 0.2.23] cargo:rerun-if-env-changed=PKG_CONFIG_SYSROOT_DIR_x86_64-unknown-dragonfly [libssh2-sys 0.2.23] cargo:rerun-if-env-changed=PKG_CONFIG_SYSROOT_DIR_x86_64_unknown_dragonfly [libssh2-sys 0.2.23] cargo:rerun-if-env-changed=HOST_PKG_CONFIG_SYSROOT_DIR [libssh2-sys 0.2.23] cargo:rerun-if-env-changed=PKG_CONFIG_SYSROOT_DIR [libssh2-sys 0.2.23] cargo:include=/usr/local/include [libssh2-sys 0.2.23] cargo:include=/usr/include Compiling rustybuzz v0.5.1 Running `CARGO=/usr/local/bin/cargo CARGO_CRATE_NAME=rustybuzz CARGO_MANIFEST_DIR=/construction/editors/lapce/lapce-0.2.8/cargo-crates/rustybuzz-0.5.1 CARGO_PKG_AUTHORS='Evgeniy Reizner ' CARGO_PKG_DESCRIPTION='A complete harfbuzz shaping algorithm port to Rust.' CARGO_PKG_HOMEPAGE='' CARGO_PKG_LICENSE=MIT CARGO_PKG_LICENSE_FILE='' CARGO_PKG_NAME=rustybuzz CARGO_PKG_README=README.md CARGO_PKG_REPOSITORY='https://github.com/RazrFalcon/rustybuzz' CARGO_PKG_RUST_VERSION='' CARGO_PKG_VERSION=0.5.1 CARGO_PKG_VERSION_MAJOR=0 CARGO_PKG_VERSION_MINOR=5 CARGO_PKG_VERSION_PATCH=1 CARGO_PKG_VERSION_PRE='' LD_LIBRARY_PATH='/construction/editors/lapce/target/release/deps:/usr/local/lib' /usr/local/bin/rustc --crate-name rustybuzz --edition=2018 /construction/editors/lapce/lapce-0.2.8/cargo-crates/rustybuzz-0.5.1/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --diagnostic-width=80 --crate-type lib --emit=dep-info,metadata,link -C opt-level=2 -C embed-bitcode=no --cfg 'feature="default"' --cfg 'feature="std"' -C metadata=b73db8870efaf08e -C extra-filename=-b73db8870efaf08e --out-dir /construction/editors/lapce/target/x86_64-unknown-dragonfly/release/deps --target x86_64-unknown-dragonfly -C linker=cc -L dependency=/construction/editors/lapce/target/x86_64-unknown-dragonfly/release/deps -L dependency=/construction/editors/lapce/target/release/deps --extern bitflags=/construction/editors/lapce/target/x86_64-unknown-dragonfly/release/deps/libbitflags-cd9fb609d49c6f8e.rmeta --extern bytemuck=/construction/editors/lapce/target/x86_64-unknown-dragonfly/release/deps/libbytemuck-6fd04d482c7f5619.rmeta --extern smallvec=/construction/editors/lapce/target/x86_64-unknown-dragonfly/release/deps/libsmallvec-ec6dc2d9ac4945a3.rmeta --extern ttf_parser=/construction/editors/lapce/target/x86_64-unknown-dragonfly/release/deps/libttf_parser-7bbc835f54432a42.rmeta --extern unicode_bidi_mirroring=/construction/editors/lapce/target/x86_64-unknown-dragonfly/release/deps/libunicode_bidi_mirroring-46873cdedd1c69b9.rmeta --extern unicode_ccc=/construction/editors/lapce/target/x86_64-unknown-dragonfly/release/deps/libunicode_ccc-cf06e6b7a8999a33.rmeta --extern unicode_general_category=/construction/editors/lapce/target/x86_64-unknown-dragonfly/release/deps/libunicode_general_category-d0971f48548d151f.rmeta --extern unicode_script=/construction/editors/lapce/target/x86_64-unknown-dragonfly/release/deps/libunicode_script-eaf1f904ae6bfd35.rmeta --cap-lints warn -C link-arg=-Wl,-rpath,/usr/local/lib -C link-arg=-L/usr/local/lib` Compiling swash v0.1.4 (/construction/editors/lapce/swash-1d9b8c700a415f0f4216dd30026b3a2149db8e1e) Running `CARGO=/usr/local/bin/cargo CARGO_CRATE_NAME=swash CARGO_MANIFEST_DIR=/construction/editors/lapce/swash-1d9b8c700a415f0f4216dd30026b3a2149db8e1e CARGO_PKG_AUTHORS='Chad Brokaw ' CARGO_PKG_DESCRIPTION='Font introspection, complex text shaping and glyph rendering.' CARGO_PKG_HOMEPAGE='https://github.com/dfrg/swash' CARGO_PKG_LICENSE='MIT OR Apache-2.0' CARGO_PKG_LICENSE_FILE='' CARGO_PKG_NAME=swash CARGO_PKG_README=README.md CARGO_PKG_REPOSITORY='https://github.com/dfrg/swash' CARGO_PKG_RUST_VERSION='' CARGO_PKG_VERSION=0.1.4 CARGO_PKG_VERSION_MAJOR=0 CARGO_PKG_VERSION_MINOR=1 CARGO_PKG_VERSION_PATCH=4 CARGO_PKG_VERSION_PRE='' LD_LIBRARY_PATH='/construction/editors/lapce/target/release/deps:/usr/local/lib' /usr/local/bin/rustc --crate-name swash --edition=2018 /construction/editors/lapce/swash-1d9b8c700a415f0f4216dd30026b3a2149db8e1e/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --diagnostic-width=80 --crate-type lib --emit=dep-info,metadata,link -C opt-level=2 -C embed-bitcode=no --cfg 'feature="default"' --cfg 'feature="render"' --cfg 'feature="scale"' --cfg 'feature="yazi"' --cfg 'feature="zeno"' -C metadata=4f444184a8c07373 -C extra-filename=-4f444184a8c07373 --out-dir /construction/editors/lapce/target/x86_64-unknown-dragonfly/release/deps --target x86_64-unknown-dragonfly -C linker=cc -L dependency=/construction/editors/lapce/target/x86_64-unknown-dragonfly/release/deps -L dependency=/construction/editors/lapce/target/release/deps --extern yazi=/construction/editors/lapce/target/x86_64-unknown-dragonfly/release/deps/libyazi-1365d0c97805f326.rmeta --extern zeno=/construction/editors/lapce/target/x86_64-unknown-dragonfly/release/deps/libzeno-1f6835f251e9b77f.rmeta -C link-arg=-Wl,-rpath,/usr/local/lib -C link-arg=-L/usr/local/lib` warning: `flume` (lib) generated 1 warning Running `CARGO=/usr/local/bin/cargo CARGO_CRATE_NAME=log CARGO_MANIFEST_DIR=/construction/editors/lapce/lapce-0.2.8/cargo-crates/log-0.4.17 CARGO_PKG_AUTHORS='The Rust Project Developers' CARGO_PKG_DESCRIPTION='A lightweight logging facade for Rust ' CARGO_PKG_HOMEPAGE='' CARGO_PKG_LICENSE='MIT OR Apache-2.0' CARGO_PKG_LICENSE_FILE='' CARGO_PKG_NAME=log CARGO_PKG_README=README.md CARGO_PKG_REPOSITORY='https://github.com/rust-lang/log' CARGO_PKG_RUST_VERSION='' CARGO_PKG_VERSION=0.4.17 CARGO_PKG_VERSION_MAJOR=0 CARGO_PKG_VERSION_MINOR=4 CARGO_PKG_VERSION_PATCH=17 CARGO_PKG_VERSION_PRE='' LD_LIBRARY_PATH='/construction/editors/lapce/target/release/deps:/usr/local/lib' OUT_DIR=/construction/editors/lapce/target/x86_64-unknown-dragonfly/release/build/log-a7ec3884506e1a24/out /usr/local/bin/rustc --crate-name log /construction/editors/lapce/lapce-0.2.8/cargo-crates/log-0.4.17/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --diagnostic-width=80 --crate-type lib --emit=dep-info,metadata,link -C opt-level=2 -C embed-bitcode=no --cfg 'feature="serde"' --cfg 'feature="std"' -C metadata=be9aaa4416aa5918 -C extra-filename=-be9aaa4416aa5918 --out-dir /construction/editors/lapce/target/x86_64-unknown-dragonfly/release/deps --target x86_64-unknown-dragonfly -C linker=cc -L dependency=/construction/editors/lapce/target/x86_64-unknown-dragonfly/release/deps -L dependency=/construction/editors/lapce/target/release/deps --extern cfg_if=/construction/editors/lapce/target/x86_64-unknown-dragonfly/release/deps/libcfg_if-ab9f3df0ea533c99.rmeta --extern serde=/construction/editors/lapce/target/x86_64-unknown-dragonfly/release/deps/libserde-3209f38acc2832c3.rmeta --cap-lints warn -C link-arg=-Wl,-rpath,/usr/local/lib -C link-arg=-L/usr/local/lib --cfg atomic_cas --cfg has_atomics` Compiling hashbrown v0.12.3 Running `CARGO=/usr/local/bin/cargo CARGO_CRATE_NAME=hashbrown CARGO_MANIFEST_DIR=/construction/editors/lapce/lapce-0.2.8/cargo-crates/hashbrown-0.12.3 CARGO_PKG_AUTHORS='Amanieu d'\''Antras ' CARGO_PKG_DESCRIPTION='A Rust port of Google'\''s SwissTable hash map' CARGO_PKG_HOMEPAGE='' CARGO_PKG_LICENSE='MIT OR Apache-2.0' CARGO_PKG_LICENSE_FILE='' CARGO_PKG_NAME=hashbrown CARGO_PKG_README=README.md CARGO_PKG_REPOSITORY='https://github.com/rust-lang/hashbrown' CARGO_PKG_RUST_VERSION=1.56.0 CARGO_PKG_VERSION=0.12.3 CARGO_PKG_VERSION_MAJOR=0 CARGO_PKG_VERSION_MINOR=12 CARGO_PKG_VERSION_PATCH=3 CARGO_PKG_VERSION_PRE='' LD_LIBRARY_PATH='/construction/editors/lapce/target/release/deps:/usr/local/lib' /usr/local/bin/rustc --crate-name hashbrown --edition=2021 /construction/editors/lapce/lapce-0.2.8/cargo-crates/hashbrown-0.12.3/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --diagnostic-width=80 --crate-type lib --emit=dep-info,metadata,link -C opt-level=2 -C embed-bitcode=no --cfg 'feature="ahash"' --cfg 'feature="default"' --cfg 'feature="inline-more"' --cfg 'feature="raw"' --cfg 'feature="serde"' -C metadata=1946cd83bb3c13c4 -C extra-filename=-1946cd83bb3c13c4 --out-dir /construction/editors/lapce/target/x86_64-unknown-dragonfly/release/deps --target x86_64-unknown-dragonfly -C linker=cc -L dependency=/construction/editors/lapce/target/x86_64-unknown-dragonfly/release/deps -L dependency=/construction/editors/lapce/target/release/deps --extern ahash=/construction/editors/lapce/target/x86_64-unknown-dragonfly/release/deps/libahash-a33b002f3b455502.rmeta --extern serde=/construction/editors/lapce/target/x86_64-unknown-dragonfly/release/deps/libserde-3209f38acc2832c3.rmeta --cap-lints warn -C link-arg=-Wl,-rpath,/usr/local/lib -C link-arg=-L/usr/local/lib` Compiling cranelift-entity v0.88.2 Running `CARGO=/usr/local/bin/cargo CARGO_CRATE_NAME=cranelift_entity CARGO_MANIFEST_DIR=/construction/editors/lapce/lapce-0.2.8/cargo-crates/cranelift-entity-0.88.2 CARGO_PKG_AUTHORS='The Cranelift Project Developers' CARGO_PKG_DESCRIPTION='Data structures using entity references as mapping keys' CARGO_PKG_HOMEPAGE='' CARGO_PKG_LICENSE='Apache-2.0 WITH LLVM-exception' CARGO_PKG_LICENSE_FILE='' CARGO_PKG_NAME=cranelift-entity CARGO_PKG_README=README.md CARGO_PKG_REPOSITORY='https://github.com/bytecodealliance/wasmtime' CARGO_PKG_RUST_VERSION='' CARGO_PKG_VERSION=0.88.2 CARGO_PKG_VERSION_MAJOR=0 CARGO_PKG_VERSION_MINOR=88 CARGO_PKG_VERSION_PATCH=2 CARGO_PKG_VERSION_PRE='' LD_LIBRARY_PATH='/construction/editors/lapce/target/release/deps:/usr/local/lib' /usr/local/bin/rustc --crate-name cranelift_entity --edition=2021 /construction/editors/lapce/lapce-0.2.8/cargo-crates/cranelift-entity-0.88.2/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --diagnostic-width=80 --crate-type lib --emit=dep-info,metadata,link -C opt-level=2 -C embed-bitcode=no --cfg 'feature="enable-serde"' --cfg 'feature="serde"' -C metadata=410105d88910fc08 -C extra-filename=-410105d88910fc08 --out-dir /construction/editors/lapce/target/x86_64-unknown-dragonfly/release/deps --target x86_64-unknown-dragonfly -C linker=cc -L dependency=/construction/editors/lapce/target/x86_64-unknown-dragonfly/release/deps -L dependency=/construction/editors/lapce/target/release/deps --extern serde=/construction/editors/lapce/target/x86_64-unknown-dragonfly/release/deps/libserde-3209f38acc2832c3.rmeta --cap-lints warn -C link-arg=-Wl,-rpath,/usr/local/lib -C link-arg=-L/usr/local/lib` warning: `yazi` (lib) generated 7 warnings Compiling tracing v0.1.36 Running `CARGO=/usr/local/bin/cargo CARGO_CRATE_NAME=tracing CARGO_MANIFEST_DIR=/construction/editors/lapce/lapce-0.2.8/cargo-crates/tracing-0.1.36 CARGO_PKG_AUTHORS='Eliza Weisman :Tokio Contributors ' CARGO_PKG_DESCRIPTION='Application-level tracing for Rust. ' CARGO_PKG_HOMEPAGE='https://tokio.rs' CARGO_PKG_LICENSE=MIT CARGO_PKG_LICENSE_FILE='' CARGO_PKG_NAME=tracing CARGO_PKG_README=README.md CARGO_PKG_REPOSITORY='https://github.com/tokio-rs/tracing' CARGO_PKG_RUST_VERSION=1.49.0 CARGO_PKG_VERSION=0.1.36 CARGO_PKG_VERSION_MAJOR=0 CARGO_PKG_VERSION_MINOR=1 CARGO_PKG_VERSION_PATCH=36 CARGO_PKG_VERSION_PRE='' LD_LIBRARY_PATH='/construction/editors/lapce/target/release/deps:/usr/local/lib' /usr/local/bin/rustc --crate-name tracing --edition=2018 /construction/editors/lapce/lapce-0.2.8/cargo-crates/tracing-0.1.36/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --diagnostic-width=80 --crate-type lib --emit=dep-info,metadata,link -C opt-level=2 -C embed-bitcode=no --cfg 'feature="attributes"' --cfg 'feature="default"' --cfg 'feature="log"' --cfg 'feature="std"' --cfg 'feature="tracing-attributes"' -C metadata=15e71eb426f493fe -C extra-filename=-15e71eb426f493fe --out-dir /construction/editors/lapce/target/x86_64-unknown-dragonfly/release/deps --target x86_64-unknown-dragonfly -C linker=cc -L dependency=/construction/editors/lapce/target/x86_64-unknown-dragonfly/release/deps -L dependency=/construction/editors/lapce/target/release/deps --extern cfg_if=/construction/editors/lapce/target/x86_64-unknown-dragonfly/release/deps/libcfg_if-ab9f3df0ea533c99.rmeta --extern log=/construction/editors/lapce/target/x86_64-unknown-dragonfly/release/deps/liblog-be9aaa4416aa5918.rmeta --extern pin_project_lite=/construction/editors/lapce/target/x86_64-unknown-dragonfly/release/deps/libpin_project_lite-4c9a3c2040968f25.rmeta --extern tracing_attributes=/construction/editors/lapce/target/release/deps/libtracing_attributes-96d7902043f8a380.so --extern tracing_core=/construction/editors/lapce/target/x86_64-unknown-dragonfly/release/deps/libtracing_core-45ef4d6d5f25a7ff.rmeta --cap-lints warn -C link-arg=-Wl,-rpath,/usr/local/lib -C link-arg=-L/usr/local/lib` warning: lint `const_err` has been removed: converted into hard error, see issue #71800 for more information --> /construction/editors/lapce/lapce-0.2.8/cargo-crates/tracing-0.1.36/src/lib.rs:908:5 | 908 | const_err, | ^^^^^^^^^ | = note: `#[warn(renamed_and_removed_lints)]` on by default warning: `zeno` (lib) generated 5 warnings Compiling regalloc2 v0.3.2 Running `CARGO=/usr/local/bin/cargo CARGO_CRATE_NAME=regalloc2 CARGO_MANIFEST_DIR=/construction/editors/lapce/lapce-0.2.8/cargo-crates/regalloc2-0.3.2 CARGO_PKG_AUTHORS='Chris Fallin :Mozilla SpiderMonkey Developers' CARGO_PKG_DESCRIPTION='Backtracking register allocator inspired from IonMonkey' CARGO_PKG_HOMEPAGE='' CARGO_PKG_LICENSE='Apache-2.0 WITH LLVM-exception' CARGO_PKG_LICENSE_FILE='' CARGO_PKG_NAME=regalloc2 CARGO_PKG_README=README.md CARGO_PKG_REPOSITORY='https://github.com/bytecodealliance/regalloc2' CARGO_PKG_RUST_VERSION='' CARGO_PKG_VERSION=0.3.2 CARGO_PKG_VERSION_MAJOR=0 CARGO_PKG_VERSION_MINOR=3 CARGO_PKG_VERSION_PATCH=2 CARGO_PKG_VERSION_PRE='' LD_LIBRARY_PATH='/construction/editors/lapce/target/release/deps:/usr/local/lib' /usr/local/bin/rustc --crate-name regalloc2 --edition=2018 /construction/editors/lapce/lapce-0.2.8/cargo-crates/regalloc2-0.3.2/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --diagnostic-width=80 --crate-type lib --emit=dep-info,metadata,link -C opt-level=2 -C embed-bitcode=no --cfg 'feature="checker"' --cfg 'feature="default"' -C metadata=1f43bcdde19a61f2 -C extra-filename=-1f43bcdde19a61f2 --out-dir /construction/editors/lapce/target/x86_64-unknown-dragonfly/release/deps --target x86_64-unknown-dragonfly -C linker=cc -L dependency=/construction/editors/lapce/target/x86_64-unknown-dragonfly/release/deps -L dependency=/construction/editors/lapce/target/release/deps --extern fxhash=/construction/editors/lapce/target/x86_64-unknown-dragonfly/release/deps/libfxhash-f6b0e41859eea876.rmeta --extern log=/construction/editors/lapce/target/x86_64-unknown-dragonfly/release/deps/liblog-be9aaa4416aa5918.rmeta --extern slice_group_by=/construction/editors/lapce/target/x86_64-unknown-dragonfly/release/deps/libslice_group_by-823ab470e3517d8e.rmeta --extern smallvec=/construction/editors/lapce/target/x86_64-unknown-dragonfly/release/deps/libsmallvec-ec6dc2d9ac4945a3.rmeta --cap-lints warn -C link-arg=-Wl,-rpath,/usr/local/lib -C link-arg=-L/usr/local/lib` warning: `gif` (lib) generated 1 warning Compiling mio v0.8.4 Running `CARGO=/usr/local/bin/cargo CARGO_CRATE_NAME=mio CARGO_MANIFEST_DIR=/construction/editors/lapce/lapce-0.2.8/cargo-crates/mio-0.8.4 CARGO_PKG_AUTHORS='Carl Lerche :Thomas de Zeeuw :Tokio Contributors ' CARGO_PKG_DESCRIPTION='Lightweight non-blocking IO' CARGO_PKG_HOMEPAGE='https://github.com/tokio-rs/mio' CARGO_PKG_LICENSE=MIT CARGO_PKG_LICENSE_FILE='' CARGO_PKG_NAME=mio CARGO_PKG_README=README.md CARGO_PKG_REPOSITORY='https://github.com/tokio-rs/mio' CARGO_PKG_RUST_VERSION='' CARGO_PKG_VERSION=0.8.4 CARGO_PKG_VERSION_MAJOR=0 CARGO_PKG_VERSION_MINOR=8 CARGO_PKG_VERSION_PATCH=4 CARGO_PKG_VERSION_PRE='' LD_LIBRARY_PATH='/construction/editors/lapce/target/release/deps:/usr/local/lib' /usr/local/bin/rustc --crate-name mio --edition=2018 /construction/editors/lapce/lapce-0.2.8/cargo-crates/mio-0.8.4/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --diagnostic-width=80 --crate-type lib --emit=dep-info,metadata,link -C opt-level=2 -C embed-bitcode=no --cfg 'feature="default"' --cfg 'feature="net"' --cfg 'feature="os-ext"' --cfg 'feature="os-poll"' -C metadata=20a9805ea0f0054c -C extra-filename=-20a9805ea0f0054c --out-dir /construction/editors/lapce/target/x86_64-unknown-dragonfly/release/deps --target x86_64-unknown-dragonfly -C linker=cc -L dependency=/construction/editors/lapce/target/x86_64-unknown-dragonfly/release/deps -L dependency=/construction/editors/lapce/target/release/deps --extern libc=/construction/editors/lapce/target/x86_64-unknown-dragonfly/release/deps/liblibc-8e3f13899fc9c378.rmeta --extern log=/construction/editors/lapce/target/x86_64-unknown-dragonfly/release/deps/liblog-be9aaa4416aa5918.rmeta --cap-lints warn -C link-arg=-Wl,-rpath,/usr/local/lib -C link-arg=-L/usr/local/lib` Running `CARGO=/usr/local/bin/cargo CARGO_CRATE_NAME=indexmap CARGO_MANIFEST_DIR=/construction/editors/lapce/lapce-0.2.8/cargo-crates/indexmap-1.9.2 CARGO_PKG_AUTHORS='' CARGO_PKG_DESCRIPTION='A hash table with consistent order and fast iteration.' CARGO_PKG_HOMEPAGE='' CARGO_PKG_LICENSE='Apache-2.0 OR MIT' CARGO_PKG_LICENSE_FILE='' CARGO_PKG_NAME=indexmap CARGO_PKG_README=README.md CARGO_PKG_REPOSITORY='https://github.com/bluss/indexmap' CARGO_PKG_RUST_VERSION=1.56 CARGO_PKG_VERSION=1.9.2 CARGO_PKG_VERSION_MAJOR=1 CARGO_PKG_VERSION_MINOR=9 CARGO_PKG_VERSION_PATCH=2 CARGO_PKG_VERSION_PRE='' LD_LIBRARY_PATH='/construction/editors/lapce/target/release/deps:/usr/local/lib' OUT_DIR=/construction/editors/lapce/target/x86_64-unknown-dragonfly/release/build/indexmap-0b4cdc0c5c66f2aa/out /usr/local/bin/rustc --crate-name indexmap --edition=2021 /construction/editors/lapce/lapce-0.2.8/cargo-crates/indexmap-1.9.2/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --diagnostic-width=80 --crate-type lib --emit=dep-info,metadata,link -C opt-level=2 -C embed-bitcode=no --cfg 'feature="serde"' --cfg 'feature="serde-1"' --cfg 'feature="std"' -C metadata=a2b2dbd4525d6eb8 -C extra-filename=-a2b2dbd4525d6eb8 --out-dir /construction/editors/lapce/target/x86_64-unknown-dragonfly/release/deps --target x86_64-unknown-dragonfly -C linker=cc -L dependency=/construction/editors/lapce/target/x86_64-unknown-dragonfly/release/deps -L dependency=/construction/editors/lapce/target/release/deps --extern hashbrown=/construction/editors/lapce/target/x86_64-unknown-dragonfly/release/deps/libhashbrown-1946cd83bb3c13c4.rmeta --extern serde=/construction/editors/lapce/target/x86_64-unknown-dragonfly/release/deps/libserde-3209f38acc2832c3.rmeta --cap-lints warn -C link-arg=-Wl,-rpath,/usr/local/lib -C link-arg=-L/usr/local/lib --cfg has_std` Compiling cranelift-bforest v0.88.2 Running `CARGO=/usr/local/bin/cargo CARGO_CRATE_NAME=cranelift_bforest CARGO_MANIFEST_DIR=/construction/editors/lapce/lapce-0.2.8/cargo-crates/cranelift-bforest-0.88.2 CARGO_PKG_AUTHORS='The Cranelift Project Developers' CARGO_PKG_DESCRIPTION='A forest of B+-trees' CARGO_PKG_HOMEPAGE='' CARGO_PKG_LICENSE='Apache-2.0 WITH LLVM-exception' CARGO_PKG_LICENSE_FILE='' CARGO_PKG_NAME=cranelift-bforest CARGO_PKG_README=README.md CARGO_PKG_REPOSITORY='https://github.com/bytecodealliance/wasmtime' CARGO_PKG_RUST_VERSION='' CARGO_PKG_VERSION=0.88.2 CARGO_PKG_VERSION_MAJOR=0 CARGO_PKG_VERSION_MINOR=88 CARGO_PKG_VERSION_PATCH=2 CARGO_PKG_VERSION_PRE='' LD_LIBRARY_PATH='/construction/editors/lapce/target/release/deps:/usr/local/lib' /usr/local/bin/rustc --crate-name cranelift_bforest --edition=2021 /construction/editors/lapce/lapce-0.2.8/cargo-crates/cranelift-bforest-0.88.2/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --diagnostic-width=80 --crate-type lib --emit=dep-info,metadata,link -C opt-level=2 -C embed-bitcode=no -C metadata=110d7130e4acba1d -C extra-filename=-110d7130e4acba1d --out-dir /construction/editors/lapce/target/x86_64-unknown-dragonfly/release/deps --target x86_64-unknown-dragonfly -C linker=cc -L dependency=/construction/editors/lapce/target/x86_64-unknown-dragonfly/release/deps -L dependency=/construction/editors/lapce/target/release/deps --extern cranelift_entity=/construction/editors/lapce/target/x86_64-unknown-dragonfly/release/deps/libcranelift_entity-410105d88910fc08.rmeta --cap-lints warn -C link-arg=-Wl,-rpath,/usr/local/lib -C link-arg=-L/usr/local/lib` warning: `tracing` (lib) generated 1 warning Running `CARGO=/usr/local/bin/cargo CARGO_CRATE_NAME=tokio CARGO_MANIFEST_DIR=/construction/editors/lapce/lapce-0.2.8/cargo-crates/tokio-1.21.1 CARGO_PKG_AUTHORS='Tokio Contributors ' CARGO_PKG_DESCRIPTION='An event-driven, non-blocking I/O platform for writing asynchronous I/O backed applications. ' CARGO_PKG_HOMEPAGE='https://tokio.rs' CARGO_PKG_LICENSE=MIT CARGO_PKG_LICENSE_FILE='' CARGO_PKG_NAME=tokio CARGO_PKG_README=README.md CARGO_PKG_REPOSITORY='https://github.com/tokio-rs/tokio' CARGO_PKG_RUST_VERSION=1.49 CARGO_PKG_VERSION=1.21.1 CARGO_PKG_VERSION_MAJOR=1 CARGO_PKG_VERSION_MINOR=21 CARGO_PKG_VERSION_PATCH=1 CARGO_PKG_VERSION_PRE='' LD_LIBRARY_PATH='/construction/editors/lapce/target/release/deps:/usr/local/lib' OUT_DIR=/construction/editors/lapce/target/x86_64-unknown-dragonfly/release/build/tokio-2c077c86e668e7d9/out /usr/local/bin/rustc --crate-name tokio --edition=2018 /construction/editors/lapce/lapce-0.2.8/cargo-crates/tokio-1.21.1/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --diagnostic-width=80 --crate-type lib --emit=dep-info,metadata,link -C opt-level=2 -C embed-bitcode=no --cfg 'feature="bytes"' --cfg 'feature="default"' --cfg 'feature="fs"' --cfg 'feature="full"' --cfg 'feature="io-std"' --cfg 'feature="io-util"' --cfg 'feature="libc"' --cfg 'feature="macros"' --cfg 'feature="memchr"' --cfg 'feature="mio"' --cfg 'feature="net"' --cfg 'feature="num_cpus"' --cfg 'feature="once_cell"' --cfg 'feature="parking_lot"' --cfg 'feature="process"' --cfg 'feature="rt"' --cfg 'feature="rt-multi-thread"' --cfg 'feature="signal"' --cfg 'feature="signal-hook-registry"' --cfg 'feature="socket2"' --cfg 'feature="sync"' --cfg 'feature="time"' --cfg 'feature="tokio-macros"' -C metadata=5a06734d4b296b6c -C extra-filename=-5a06734d4b296b6c --out-dir /construction/editors/lapce/target/x86_64-unknown-dragonfly/release/deps --target x86_64-unknown-dragonfly -C linker=cc -L dependency=/construction/editors/lapce/target/x86_64-unknown-dragonfly/release/deps -L dependency=/construction/editors/lapce/target/release/deps --extern bytes=/construction/editors/lapce/target/x86_64-unknown-dragonfly/release/deps/libbytes-a4bd900413794e94.rmeta --extern libc=/construction/editors/lapce/target/x86_64-unknown-dragonfly/release/deps/liblibc-8e3f13899fc9c378.rmeta --extern memchr=/construction/editors/lapce/target/x86_64-unknown-dragonfly/release/deps/libmemchr-bcd48a6ecc42e0cb.rmeta --extern mio=/construction/editors/lapce/target/x86_64-unknown-dragonfly/release/deps/libmio-20a9805ea0f0054c.rmeta --extern num_cpus=/construction/editors/lapce/target/x86_64-unknown-dragonfly/release/deps/libnum_cpus-cc82f254ffadbffe.rmeta --extern once_cell=/construction/editors/lapce/target/x86_64-unknown-dragonfly/release/deps/libonce_cell-d7e3c1c39ed164f9.rmeta --extern parking_lot=/construction/editors/lapce/target/x86_64-unknown-dragonfly/release/deps/libparking_lot-84409b96239cc7c6.rmeta --extern pin_project_lite=/construction/editors/lapce/target/x86_64-unknown-dragonfly/release/deps/libpin_project_lite-4c9a3c2040968f25.rmeta --extern signal_hook_registry=/construction/editors/lapce/target/x86_64-unknown-dragonfly/release/deps/libsignal_hook_registry-031087a27a7f09cd.rmeta --extern socket2=/construction/editors/lapce/target/x86_64-unknown-dragonfly/release/deps/libsocket2-b697ff0f075ad0a4.rmeta --extern tokio_macros=/construction/editors/lapce/target/release/deps/libtokio_macros-8e32b2670056f676.so --cap-lints warn -C link-arg=-Wl,-rpath,/usr/local/lib -C link-arg=-L/usr/local/lib` Compiling env_logger v0.9.1 Running `CARGO=/usr/local/bin/cargo CARGO_CRATE_NAME=env_logger CARGO_MANIFEST_DIR=/construction/editors/lapce/lapce-0.2.8/cargo-crates/env_logger-0.9.1 CARGO_PKG_AUTHORS='' CARGO_PKG_DESCRIPTION='A logging implementation for `log` which is configured via an environment variable. ' CARGO_PKG_HOMEPAGE='' CARGO_PKG_LICENSE='MIT OR Apache-2.0' CARGO_PKG_LICENSE_FILE='' CARGO_PKG_NAME=env_logger CARGO_PKG_README=README.md CARGO_PKG_REPOSITORY='https://github.com/env-logger-rs/env_logger/' CARGO_PKG_RUST_VERSION='' CARGO_PKG_VERSION=0.9.1 CARGO_PKG_VERSION_MAJOR=0 CARGO_PKG_VERSION_MINOR=9 CARGO_PKG_VERSION_PATCH=1 CARGO_PKG_VERSION_PRE='' LD_LIBRARY_PATH='/construction/editors/lapce/target/release/deps:/usr/local/lib' /usr/local/bin/rustc --crate-name env_logger --edition=2018 /construction/editors/lapce/lapce-0.2.8/cargo-crates/env_logger-0.9.1/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --diagnostic-width=80 --crate-type lib --emit=dep-info,metadata,link -C opt-level=2 -C embed-bitcode=no --cfg 'feature="atty"' --cfg 'feature="default"' --cfg 'feature="humantime"' --cfg 'feature="regex"' --cfg 'feature="termcolor"' -C metadata=a46e531427d9a78e -C extra-filename=-a46e531427d9a78e --out-dir /construction/editors/lapce/target/x86_64-unknown-dragonfly/release/deps --target x86_64-unknown-dragonfly -C linker=cc -L dependency=/construction/editors/lapce/target/x86_64-unknown-dragonfly/release/deps -L dependency=/construction/editors/lapce/target/release/deps --extern atty=/construction/editors/lapce/target/x86_64-unknown-dragonfly/release/deps/libatty-e812593e7f0fc996.rmeta --extern humantime=/construction/editors/lapce/target/x86_64-unknown-dragonfly/release/deps/libhumantime-193eeb5e6d37bea8.rmeta --extern log=/construction/editors/lapce/target/x86_64-unknown-dragonfly/release/deps/liblog-be9aaa4416aa5918.rmeta --extern regex=/construction/editors/lapce/target/x86_64-unknown-dragonfly/release/deps/libregex-e528e784009362aa.rmeta --extern termcolor=/construction/editors/lapce/target/x86_64-unknown-dragonfly/release/deps/libtermcolor-f413cb0041e3473c.rmeta --cap-lints warn -C link-arg=-Wl,-rpath,/usr/local/lib -C link-arg=-L/usr/local/lib` warning: `png` (lib) generated 4 warnings Compiling bincode v1.3.3 Running `CARGO=/usr/local/bin/cargo CARGO_CRATE_NAME=bincode CARGO_MANIFEST_DIR=/construction/editors/lapce/lapce-0.2.8/cargo-crates/bincode-1.3.3 CARGO_PKG_AUTHORS='Ty Overby :Francesco Mazzoli :David Tolnay :Zoey Riordan ' CARGO_PKG_DESCRIPTION='A binary serialization / deserialization strategy that uses Serde for transforming structs into bytes and vice versa'\!'' CARGO_PKG_HOMEPAGE='' CARGO_PKG_LICENSE=MIT CARGO_PKG_LICENSE_FILE='' CARGO_PKG_NAME=bincode CARGO_PKG_README=./readme.md CARGO_PKG_REPOSITORY='https://github.com/servo/bincode' CARGO_PKG_RUST_VERSION='' CARGO_PKG_VERSION=1.3.3 CARGO_PKG_VERSION_MAJOR=1 CARGO_PKG_VERSION_MINOR=3 CARGO_PKG_VERSION_PATCH=3 CARGO_PKG_VERSION_PRE='' LD_LIBRARY_PATH='/construction/editors/lapce/target/release/deps:/usr/local/lib' /usr/local/bin/rustc --crate-name bincode /construction/editors/lapce/lapce-0.2.8/cargo-crates/bincode-1.3.3/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --diagnostic-width=80 --crate-type lib --emit=dep-info,metadata,link -C opt-level=2 -C embed-bitcode=no -C metadata=e756f4c37c16b6f6 -C extra-filename=-e756f4c37c16b6f6 --out-dir /construction/editors/lapce/target/x86_64-unknown-dragonfly/release/deps --target x86_64-unknown-dragonfly -C linker=cc -L dependency=/construction/editors/lapce/target/x86_64-unknown-dragonfly/release/deps -L dependency=/construction/editors/lapce/target/release/deps --extern serde=/construction/editors/lapce/target/x86_64-unknown-dragonfly/release/deps/libserde-3209f38acc2832c3.rmeta --cap-lints warn -C link-arg=-Wl,-rpath,/usr/local/lib -C link-arg=-L/usr/local/lib` Compiling gimli v0.26.2 Running `CARGO=/usr/local/bin/cargo CARGO_CRATE_NAME=gimli CARGO_MANIFEST_DIR=/construction/editors/lapce/lapce-0.2.8/cargo-crates/gimli-0.26.2 CARGO_PKG_AUTHORS='' CARGO_PKG_DESCRIPTION='A library for reading and writing the DWARF debugging format.' CARGO_PKG_HOMEPAGE='' CARGO_PKG_LICENSE='MIT OR Apache-2.0' CARGO_PKG_LICENSE_FILE='' CARGO_PKG_NAME=gimli CARGO_PKG_README=./README.md CARGO_PKG_REPOSITORY='https://github.com/gimli-rs/gimli' CARGO_PKG_RUST_VERSION='' CARGO_PKG_VERSION=0.26.2 CARGO_PKG_VERSION_MAJOR=0 CARGO_PKG_VERSION_MINOR=26 CARGO_PKG_VERSION_PATCH=2 CARGO_PKG_VERSION_PRE='' LD_LIBRARY_PATH='/construction/editors/lapce/target/release/deps:/usr/local/lib' /usr/local/bin/rustc --crate-name gimli --edition=2018 /construction/editors/lapce/lapce-0.2.8/cargo-crates/gimli-0.26.2/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --diagnostic-width=80 --crate-type lib --emit=dep-info,metadata,link -C opt-level=2 -C embed-bitcode=no --cfg 'feature="fallible-iterator"' --cfg 'feature="indexmap"' --cfg 'feature="read"' --cfg 'feature="read-core"' --cfg 'feature="stable_deref_trait"' --cfg 'feature="std"' --cfg 'feature="write"' -C metadata=0b75cb177a619fda -C extra-filename=-0b75cb177a619fda --out-dir /construction/editors/lapce/target/x86_64-unknown-dragonfly/release/deps --target x86_64-unknown-dragonfly -C linker=cc -L dependency=/construction/editors/lapce/target/x86_64-unknown-dragonfly/release/deps -L dependency=/construction/editors/lapce/target/release/deps --extern fallible_iterator=/construction/editors/lapce/target/x86_64-unknown-dragonfly/release/deps/libfallible_iterator-b2d32befbc5bd3ed.rmeta --extern indexmap=/construction/editors/lapce/target/x86_64-unknown-dragonfly/release/deps/libindexmap-a2b2dbd4525d6eb8.rmeta --extern stable_deref_trait=/construction/editors/lapce/target/x86_64-unknown-dragonfly/release/deps/libstable_deref_trait-2e175fc36b3687aa.rmeta --cap-lints warn -C link-arg=-Wl,-rpath,/usr/local/lib -C link-arg=-L/usr/local/lib` Compiling object v0.29.0 Running `CARGO=/usr/local/bin/cargo CARGO_CRATE_NAME=object CARGO_MANIFEST_DIR=/construction/editors/lapce/lapce-0.2.8/cargo-crates/object-0.29.0 CARGO_PKG_AUTHORS='' CARGO_PKG_DESCRIPTION='A unified interface for reading and writing object file formats.' CARGO_PKG_HOMEPAGE='' CARGO_PKG_LICENSE='Apache-2.0 OR MIT' CARGO_PKG_LICENSE_FILE='' CARGO_PKG_NAME=object CARGO_PKG_README=README.md CARGO_PKG_REPOSITORY='https://github.com/gimli-rs/object' CARGO_PKG_RUST_VERSION='' CARGO_PKG_VERSION=0.29.0 CARGO_PKG_VERSION_MAJOR=0 CARGO_PKG_VERSION_MINOR=29 CARGO_PKG_VERSION_PATCH=0 CARGO_PKG_VERSION_PRE='' LD_LIBRARY_PATH='/construction/editors/lapce/target/release/deps:/usr/local/lib' /usr/local/bin/rustc --crate-name object --edition=2018 /construction/editors/lapce/lapce-0.2.8/cargo-crates/object-0.29.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --diagnostic-width=80 --crate-type lib --emit=dep-info,metadata,link -C opt-level=2 -C embed-bitcode=no --cfg 'feature="archive"' --cfg 'feature="coff"' --cfg 'feature="crc32fast"' --cfg 'feature="elf"' --cfg 'feature="hashbrown"' --cfg 'feature="indexmap"' --cfg 'feature="macho"' --cfg 'feature="pe"' --cfg 'feature="read_core"' --cfg 'feature="std"' --cfg 'feature="unaligned"' --cfg 'feature="write"' --cfg 'feature="write_core"' --cfg 'feature="write_std"' -C metadata=d86118a6035ea85e -C extra-filename=-d86118a6035ea85e --out-dir /construction/editors/lapce/target/x86_64-unknown-dragonfly/release/deps --target x86_64-unknown-dragonfly -C linker=cc -L dependency=/construction/editors/lapce/target/x86_64-unknown-dragonfly/release/deps -L dependency=/construction/editors/lapce/target/release/deps --extern crc32fast=/construction/editors/lapce/target/x86_64-unknown-dragonfly/release/deps/libcrc32fast-4a726755c9f0c637.rmeta --extern hashbrown=/construction/editors/lapce/target/x86_64-unknown-dragonfly/release/deps/libhashbrown-1946cd83bb3c13c4.rmeta --extern indexmap=/construction/editors/lapce/target/x86_64-unknown-dragonfly/release/deps/libindexmap-a2b2dbd4525d6eb8.rmeta --extern memchr=/construction/editors/lapce/target/x86_64-unknown-dragonfly/release/deps/libmemchr-bcd48a6ecc42e0cb.rmeta --cap-lints warn -C link-arg=-Wl,-rpath,/usr/local/lib -C link-arg=-L/usr/local/lib` Compiling wasmparser v0.89.1 Running `CARGO=/usr/local/bin/cargo CARGO_CRATE_NAME=wasmparser CARGO_MANIFEST_DIR=/construction/editors/lapce/lapce-0.2.8/cargo-crates/wasmparser-0.89.1 CARGO_PKG_AUTHORS='Yury Delendik ' CARGO_PKG_DESCRIPTION='A simple event-driven library for parsing WebAssembly binary files. ' CARGO_PKG_HOMEPAGE='https://github.com/bytecodealliance/wasm-tools/tree/main/crates/wasmparser' CARGO_PKG_LICENSE='Apache-2.0 WITH LLVM-exception' CARGO_PKG_LICENSE_FILE='' CARGO_PKG_NAME=wasmparser CARGO_PKG_README=README.md CARGO_PKG_REPOSITORY='https://github.com/bytecodealliance/wasm-tools/tree/main/crates/wasmparser' CARGO_PKG_RUST_VERSION='' CARGO_PKG_VERSION=0.89.1 CARGO_PKG_VERSION_MAJOR=0 CARGO_PKG_VERSION_MINOR=89 CARGO_PKG_VERSION_PATCH=1 CARGO_PKG_VERSION_PRE='' LD_LIBRARY_PATH='/construction/editors/lapce/target/release/deps:/usr/local/lib' /usr/local/bin/rustc --crate-name wasmparser --edition=2021 /construction/editors/lapce/lapce-0.2.8/cargo-crates/wasmparser-0.89.1/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --diagnostic-width=80 --crate-type lib --emit=dep-info,metadata,link -C opt-level=2 -C embed-bitcode=no -C metadata=336ed3a1af080b45 -C extra-filename=-336ed3a1af080b45 --out-dir /construction/editors/lapce/target/x86_64-unknown-dragonfly/release/deps --target x86_64-unknown-dragonfly -C linker=cc -L dependency=/construction/editors/lapce/target/x86_64-unknown-dragonfly/release/deps -L dependency=/construction/editors/lapce/target/release/deps --extern indexmap=/construction/editors/lapce/target/x86_64-unknown-dragonfly/release/deps/libindexmap-a2b2dbd4525d6eb8.rmeta --cap-lints warn -C link-arg=-Wl,-rpath,/usr/local/lib -C link-arg=-L/usr/local/lib` Compiling toml v0.5.9 Running `CARGO=/usr/local/bin/cargo CARGO_CRATE_NAME=toml CARGO_MANIFEST_DIR=/construction/editors/lapce/lapce-0.2.8/cargo-crates/toml-0.5.9 CARGO_PKG_AUTHORS='Alex Crichton ' CARGO_PKG_DESCRIPTION='A native Rust encoder and decoder of TOML-formatted files and streams. Provides implementations of the standard Serialize/Deserialize traits for TOML data to facilitate deserializing and serializing Rust structures. ' CARGO_PKG_HOMEPAGE='https://github.com/alexcrichton/toml-rs' CARGO_PKG_LICENSE=MIT/Apache-2.0 CARGO_PKG_LICENSE_FILE='' CARGO_PKG_NAME=toml CARGO_PKG_README=README.md CARGO_PKG_REPOSITORY='https://github.com/alexcrichton/toml-rs' CARGO_PKG_RUST_VERSION='' CARGO_PKG_VERSION=0.5.9 CARGO_PKG_VERSION_MAJOR=0 CARGO_PKG_VERSION_MINOR=5 CARGO_PKG_VERSION_PATCH=9 CARGO_PKG_VERSION_PRE='' LD_LIBRARY_PATH='/construction/editors/lapce/target/release/deps:/usr/local/lib' /usr/local/bin/rustc --crate-name toml --edition=2018 /construction/editors/lapce/lapce-0.2.8/cargo-crates/toml-0.5.9/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --diagnostic-width=80 --crate-type lib --emit=dep-info,metadata,link -C opt-level=2 -C embed-bitcode=no --cfg 'feature="default"' -C metadata=577369cdc7b92eb6 -C extra-filename=-577369cdc7b92eb6 --out-dir /construction/editors/lapce/target/x86_64-unknown-dragonfly/release/deps --target x86_64-unknown-dragonfly -C linker=cc -L dependency=/construction/editors/lapce/target/x86_64-unknown-dragonfly/release/deps -L dependency=/construction/editors/lapce/target/release/deps --extern serde=/construction/editors/lapce/target/x86_64-unknown-dragonfly/release/deps/libserde-3209f38acc2832c3.rmeta --cap-lints warn -C link-arg=-Wl,-rpath,/usr/local/lib -C link-arg=-L/usr/local/lib` Compiling url v2.3.1 Running `CARGO=/usr/local/bin/cargo CARGO_CRATE_NAME=url CARGO_MANIFEST_DIR=/construction/editors/lapce/lapce-0.2.8/cargo-crates/url-2.3.1 CARGO_PKG_AUTHORS='The rust-url developers' CARGO_PKG_DESCRIPTION='URL library for Rust, based on the WHATWG URL Standard' CARGO_PKG_HOMEPAGE='' CARGO_PKG_LICENSE='MIT OR Apache-2.0' CARGO_PKG_LICENSE_FILE='' CARGO_PKG_NAME=url CARGO_PKG_README=README.md CARGO_PKG_REPOSITORY='https://github.com/servo/rust-url' CARGO_PKG_RUST_VERSION=1.51 CARGO_PKG_VERSION=2.3.1 CARGO_PKG_VERSION_MAJOR=2 CARGO_PKG_VERSION_MINOR=3 CARGO_PKG_VERSION_PATCH=1 CARGO_PKG_VERSION_PRE='' LD_LIBRARY_PATH='/construction/editors/lapce/target/release/deps:/usr/local/lib' /usr/local/bin/rustc --crate-name url --edition=2018 /construction/editors/lapce/lapce-0.2.8/cargo-crates/url-2.3.1/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --diagnostic-width=80 --crate-type lib --emit=dep-info,metadata,link -C opt-level=2 -C embed-bitcode=no --cfg 'feature="default"' --cfg 'feature="serde"' -C metadata=c240a245e2dbd479 -C extra-filename=-c240a245e2dbd479 --out-dir /construction/editors/lapce/target/x86_64-unknown-dragonfly/release/deps --target x86_64-unknown-dragonfly -C linker=cc -L dependency=/construction/editors/lapce/target/x86_64-unknown-dragonfly/release/deps -L dependency=/construction/editors/lapce/target/release/deps --extern form_urlencoded=/construction/editors/lapce/target/x86_64-unknown-dragonfly/release/deps/libform_urlencoded-6f0d3edd48cbee66.rmeta --extern idna=/construction/editors/lapce/target/x86_64-unknown-dragonfly/release/deps/libidna-fbe5f865b5e0a7f0.rmeta --extern percent_encoding=/construction/editors/lapce/target/x86_64-unknown-dragonfly/release/deps/libpercent_encoding-7f8197bbb272c82b.rmeta --extern serde=/construction/editors/lapce/target/x86_64-unknown-dragonfly/release/deps/libserde-3209f38acc2832c3.rmeta --cap-lints warn -C link-arg=-Wl,-rpath,/usr/local/lib -C link-arg=-L/usr/local/lib` Compiling file-per-thread-logger v0.1.5 Running `CARGO=/usr/local/bin/cargo CARGO_CRATE_NAME=file_per_thread_logger CARGO_MANIFEST_DIR=/construction/editors/lapce/lapce-0.2.8/cargo-crates/file-per-thread-logger-0.1.5 CARGO_PKG_AUTHORS='Benjamin Bouvier ' CARGO_PKG_DESCRIPTION='A logging implementation that writes logs in one file per thread' CARGO_PKG_HOMEPAGE='' CARGO_PKG_LICENSE='Apache-2.0 WITH LLVM-exception' CARGO_PKG_LICENSE_FILE='' CARGO_PKG_NAME=file-per-thread-logger CARGO_PKG_README=README.md CARGO_PKG_REPOSITORY='https://github.com/bnjbvr/file-per-thread-logger' CARGO_PKG_RUST_VERSION='' CARGO_PKG_VERSION=0.1.5 CARGO_PKG_VERSION_MAJOR=0 CARGO_PKG_VERSION_MINOR=1 CARGO_PKG_VERSION_PATCH=5 CARGO_PKG_VERSION_PRE='' LD_LIBRARY_PATH='/construction/editors/lapce/target/release/deps:/usr/local/lib' /usr/local/bin/rustc --crate-name file_per_thread_logger --edition=2018 /construction/editors/lapce/lapce-0.2.8/cargo-crates/file-per-thread-logger-0.1.5/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --diagnostic-width=80 --crate-type lib --emit=dep-info,metadata,link -C opt-level=2 -C embed-bitcode=no -C metadata=274f1f67a7608e53 -C extra-filename=-274f1f67a7608e53 --out-dir /construction/editors/lapce/target/x86_64-unknown-dragonfly/release/deps --target x86_64-unknown-dragonfly -C linker=cc -L dependency=/construction/editors/lapce/target/x86_64-unknown-dragonfly/release/deps -L dependency=/construction/editors/lapce/target/release/deps --extern env_logger=/construction/editors/lapce/target/x86_64-unknown-dragonfly/release/deps/libenv_logger-a46e531427d9a78e.rmeta --extern log=/construction/editors/lapce/target/x86_64-unknown-dragonfly/release/deps/liblog-be9aaa4416aa5918.rmeta --cap-lints warn -C link-arg=-Wl,-rpath,/usr/local/lib -C link-arg=-L/usr/local/lib` Running `CARGO=/usr/local/bin/cargo CARGO_CRATE_NAME=serde_json CARGO_MANIFEST_DIR=/construction/editors/lapce/lapce-0.2.8/cargo-crates/serde_json-1.0.87 CARGO_PKG_AUTHORS='Erick Tryzelaar :David Tolnay ' CARGO_PKG_DESCRIPTION='A JSON serialization file format' CARGO_PKG_HOMEPAGE='' CARGO_PKG_LICENSE='MIT OR Apache-2.0' CARGO_PKG_LICENSE_FILE='' CARGO_PKG_NAME=serde_json CARGO_PKG_README=README.md CARGO_PKG_REPOSITORY='https://github.com/serde-rs/json' CARGO_PKG_RUST_VERSION=1.36 CARGO_PKG_VERSION=1.0.87 CARGO_PKG_VERSION_MAJOR=1 CARGO_PKG_VERSION_MINOR=0 CARGO_PKG_VERSION_PATCH=87 CARGO_PKG_VERSION_PRE='' LD_LIBRARY_PATH='/construction/editors/lapce/target/release/deps:/usr/local/lib' OUT_DIR=/construction/editors/lapce/target/x86_64-unknown-dragonfly/release/build/serde_json-d8fd9f87ce92ed19/out /usr/local/bin/rustc --crate-name serde_json --edition=2018 /construction/editors/lapce/lapce-0.2.8/cargo-crates/serde_json-1.0.87/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --diagnostic-width=80 --crate-type lib --emit=dep-info,metadata,link -C opt-level=2 -C embed-bitcode=no --cfg 'feature="default"' --cfg 'feature="std"' -C metadata=c60cdae67baf81f6 -C extra-filename=-c60cdae67baf81f6 --out-dir /construction/editors/lapce/target/x86_64-unknown-dragonfly/release/deps --target x86_64-unknown-dragonfly -C linker=cc -L dependency=/construction/editors/lapce/target/x86_64-unknown-dragonfly/release/deps -L dependency=/construction/editors/lapce/target/release/deps --extern itoa=/construction/editors/lapce/target/x86_64-unknown-dragonfly/release/deps/libitoa-0239cb7a703e7ef7.rmeta --extern ryu=/construction/editors/lapce/target/x86_64-unknown-dragonfly/release/deps/libryu-de1a1cbdd62b4951.rmeta --extern serde=/construction/editors/lapce/target/x86_64-unknown-dragonfly/release/deps/libserde-3209f38acc2832c3.rmeta --cap-lints warn -C link-arg=-Wl,-rpath,/usr/local/lib -C link-arg=-L/usr/local/lib --cfg limb_width_64` warning: field `flags` is never read --> /construction/editors/lapce/swash-1d9b8c700a415f0f4216dd30026b3a2149db8e1e/src/strike.rs:783:9 | 779 | struct BitmapData<'a> { | ---------- field in this struct ... 783 | pub flags: u8, | ^^^^^ | = note: `BitmapData` has a derived impl for the trait `Clone`, but this is intentionally ignored during dead code analysis = note: `#[warn(dead_code)]` on by default warning: field `count` is never read --> /construction/editors/lapce/swash-1d9b8c700a415f0f4216dd30026b3a2149db8e1e/src/scale/glyf/var.rs:602:9 | 599 | struct SharedCoords<'a> { | ------------ field in this struct ... 602 | pub count: usize, | ^^^^^ | = note: `SharedCoords` has a derived impl for the trait `Clone`, but this is intentionally ignored during dead code analysis Compiling kurbo v0.8.3 Running `CARGO=/usr/local/bin/cargo CARGO_CRATE_NAME=kurbo CARGO_MANIFEST_DIR=/construction/editors/lapce/lapce-0.2.8/cargo-crates/kurbo-0.8.3 CARGO_PKG_AUTHORS='Raph Levien ' CARGO_PKG_DESCRIPTION='A 2D curves library' CARGO_PKG_HOMEPAGE='' CARGO_PKG_LICENSE=MIT/Apache-2.0 CARGO_PKG_LICENSE_FILE='' CARGO_PKG_NAME=kurbo CARGO_PKG_README=README.md CARGO_PKG_REPOSITORY='https://github.com/linebender/kurbo' CARGO_PKG_RUST_VERSION='' CARGO_PKG_VERSION=0.8.3 CARGO_PKG_VERSION_MAJOR=0 CARGO_PKG_VERSION_MINOR=8 CARGO_PKG_VERSION_PATCH=3 CARGO_PKG_VERSION_PRE='' LD_LIBRARY_PATH='/construction/editors/lapce/target/release/deps:/usr/local/lib' /usr/local/bin/rustc --crate-name kurbo --edition=2018 /construction/editors/lapce/lapce-0.2.8/cargo-crates/kurbo-0.8.3/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --diagnostic-width=80 --crate-type lib --emit=dep-info,metadata,link -C opt-level=2 -C embed-bitcode=no --cfg 'feature="serde"' -C metadata=1b6b7cefb3379f0c -C extra-filename=-1b6b7cefb3379f0c --out-dir /construction/editors/lapce/target/x86_64-unknown-dragonfly/release/deps --target x86_64-unknown-dragonfly -C linker=cc -L dependency=/construction/editors/lapce/target/x86_64-unknown-dragonfly/release/deps -L dependency=/construction/editors/lapce/target/release/deps --extern arrayvec=/construction/editors/lapce/target/x86_64-unknown-dragonfly/release/deps/libarrayvec-fb8cc49721da5dbb.rmeta --extern serde=/construction/editors/lapce/target/x86_64-unknown-dragonfly/release/deps/libserde-3209f38acc2832c3.rmeta --cap-lints warn -C link-arg=-Wl,-rpath,/usr/local/lib -C link-arg=-L/usr/local/lib` Compiling petgraph v0.5.1 Running `CARGO=/usr/local/bin/cargo CARGO_CRATE_NAME=petgraph CARGO_MANIFEST_DIR=/construction/editors/lapce/lapce-0.2.8/cargo-crates/petgraph-0.5.1 CARGO_PKG_AUTHORS='bluss:mitchmindtree' CARGO_PKG_DESCRIPTION='Graph data structure library. Provides graph types and graph algorithms.' CARGO_PKG_HOMEPAGE='' CARGO_PKG_LICENSE=MIT/Apache-2.0 CARGO_PKG_LICENSE_FILE='' CARGO_PKG_NAME=petgraph CARGO_PKG_README='' CARGO_PKG_REPOSITORY='https://github.com/petgraph/petgraph' CARGO_PKG_RUST_VERSION='' CARGO_PKG_VERSION=0.5.1 CARGO_PKG_VERSION_MAJOR=0 CARGO_PKG_VERSION_MINOR=5 CARGO_PKG_VERSION_PATCH=1 CARGO_PKG_VERSION_PRE='' LD_LIBRARY_PATH='/construction/editors/lapce/target/release/deps:/usr/local/lib' /usr/local/bin/rustc --crate-name petgraph --edition=2018 /construction/editors/lapce/lapce-0.2.8/cargo-crates/petgraph-0.5.1/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --diagnostic-width=80 --crate-type lib --emit=dep-info,metadata,link -C opt-level=2 -C embed-bitcode=no --cfg 'feature="default"' --cfg 'feature="graphmap"' --cfg 'feature="matrix_graph"' --cfg 'feature="stable_graph"' -C metadata=9bb6a67823f87240 -C extra-filename=-9bb6a67823f87240 --out-dir /construction/editors/lapce/target/x86_64-unknown-dragonfly/release/deps --target x86_64-unknown-dragonfly -C linker=cc -L dependency=/construction/editors/lapce/target/x86_64-unknown-dragonfly/release/deps -L dependency=/construction/editors/lapce/target/release/deps --extern fixedbitset=/construction/editors/lapce/target/x86_64-unknown-dragonfly/release/deps/libfixedbitset-6a101fef9f805a78.rmeta --extern indexmap=/construction/editors/lapce/target/x86_64-unknown-dragonfly/release/deps/libindexmap-a2b2dbd4525d6eb8.rmeta --cap-lints warn -C link-arg=-Wl,-rpath,/usr/local/lib -C link-arg=-L/usr/local/lib` warning: field `first_error` is never read --> /construction/editors/lapce/lapce-0.2.8/cargo-crates/petgraph-0.5.1/src/csr.rs:133:5 | 132 | pub struct EdgesNotSorted { | -------------- field in this struct 133 | first_error: (usize, usize), | ^^^^^^^^^^^ | = note: `EdgesNotSorted` has derived impls for the traits `Debug` and `Clone`, but these are intentionally ignored during dead code analysis = note: `#[warn(dead_code)]` on by default warning: `petgraph` (lib) generated 1 warning Compiling pathfinder_geometry v0.5.1 Running `CARGO=/usr/local/bin/cargo CARGO_CRATE_NAME=pathfinder_geometry CARGO_MANIFEST_DIR=/construction/editors/lapce/lapce-0.2.8/cargo-crates/pathfinder_geometry-0.5.1 CARGO_PKG_AUTHORS='Patrick Walton ' CARGO_PKG_DESCRIPTION='Basic SIMD-accelerated geometry/linear algebra' CARGO_PKG_HOMEPAGE='https://github.com/servo/pathfinder' CARGO_PKG_LICENSE=MIT/Apache-2.0 CARGO_PKG_LICENSE_FILE='' CARGO_PKG_NAME=pathfinder_geometry CARGO_PKG_README='' CARGO_PKG_REPOSITORY='https://github.com/servo/pathfinder' CARGO_PKG_RUST_VERSION='' CARGO_PKG_VERSION=0.5.1 CARGO_PKG_VERSION_MAJOR=0 CARGO_PKG_VERSION_MINOR=5 CARGO_PKG_VERSION_PATCH=1 CARGO_PKG_VERSION_PRE='' LD_LIBRARY_PATH='/construction/editors/lapce/target/release/deps:/usr/local/lib' /usr/local/bin/rustc --crate-name pathfinder_geometry --edition=2018 /construction/editors/lapce/lapce-0.2.8/cargo-crates/pathfinder_geometry-0.5.1/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --diagnostic-width=80 --crate-type lib --emit=dep-info,metadata,link -C opt-level=2 -C embed-bitcode=no -C metadata=5f88e68327c5b2b3 -C extra-filename=-5f88e68327c5b2b3 --out-dir /construction/editors/lapce/target/x86_64-unknown-dragonfly/release/deps --target x86_64-unknown-dragonfly -C linker=cc -L dependency=/construction/editors/lapce/target/x86_64-unknown-dragonfly/release/deps -L dependency=/construction/editors/lapce/target/release/deps --extern log=/construction/editors/lapce/target/x86_64-unknown-dragonfly/release/deps/liblog-be9aaa4416aa5918.rmeta --extern pathfinder_simd=/construction/editors/lapce/target/x86_64-unknown-dragonfly/release/deps/libpathfinder_simd-5a40dc5467cf4224.rmeta --cap-lints warn -C link-arg=-Wl,-rpath,/usr/local/lib -C link-arg=-L/usr/local/lib` Compiling simplecss v0.2.1 Running `CARGO=/usr/local/bin/cargo CARGO_CRATE_NAME=simplecss CARGO_MANIFEST_DIR=/construction/editors/lapce/lapce-0.2.8/cargo-crates/simplecss-0.2.1 CARGO_PKG_AUTHORS='Reizner Evgeniy ' CARGO_PKG_DESCRIPTION='A simple CSS 2 parser and selector.' CARGO_PKG_HOMEPAGE='' CARGO_PKG_LICENSE=MIT/Apache-2.0 CARGO_PKG_LICENSE_FILE='' CARGO_PKG_NAME=simplecss CARGO_PKG_README=README.md CARGO_PKG_REPOSITORY='https://github.com/RazrFalcon/simplecss' CARGO_PKG_RUST_VERSION='' CARGO_PKG_VERSION=0.2.1 CARGO_PKG_VERSION_MAJOR=0 CARGO_PKG_VERSION_MINOR=2 CARGO_PKG_VERSION_PATCH=1 CARGO_PKG_VERSION_PRE='' LD_LIBRARY_PATH='/construction/editors/lapce/target/release/deps:/usr/local/lib' /usr/local/bin/rustc --crate-name simplecss --edition=2018 /construction/editors/lapce/lapce-0.2.8/cargo-crates/simplecss-0.2.1/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --diagnostic-width=80 --crate-type lib --emit=dep-info,metadata,link -C opt-level=2 -C embed-bitcode=no -C metadata=f417ba41fd1bda01 -C extra-filename=-f417ba41fd1bda01 --out-dir /construction/editors/lapce/target/x86_64-unknown-dragonfly/release/deps --target x86_64-unknown-dragonfly -C linker=cc -L dependency=/construction/editors/lapce/target/x86_64-unknown-dragonfly/release/deps -L dependency=/construction/editors/lapce/target/release/deps --extern log=/construction/editors/lapce/target/x86_64-unknown-dragonfly/release/deps/liblog-be9aaa4416aa5918.rmeta --cap-lints warn -C link-arg=-Wl,-rpath,/usr/local/lib -C link-arg=-L/usr/local/lib` Compiling addr2line v0.17.0 Running `CARGO=/usr/local/bin/cargo CARGO_CRATE_NAME=addr2line CARGO_MANIFEST_DIR=/construction/editors/lapce/lapce-0.2.8/cargo-crates/addr2line-0.17.0 CARGO_PKG_AUTHORS='' CARGO_PKG_DESCRIPTION='A cross-platform symbolication library written in Rust, using `gimli`' CARGO_PKG_HOMEPAGE='' CARGO_PKG_LICENSE='Apache-2.0 OR MIT' CARGO_PKG_LICENSE_FILE='' CARGO_PKG_NAME=addr2line CARGO_PKG_README=./README.md CARGO_PKG_REPOSITORY='https://github.com/gimli-rs/addr2line' CARGO_PKG_RUST_VERSION='' CARGO_PKG_VERSION=0.17.0 CARGO_PKG_VERSION_MAJOR=0 CARGO_PKG_VERSION_MINOR=17 CARGO_PKG_VERSION_PATCH=0 CARGO_PKG_VERSION_PRE='' LD_LIBRARY_PATH='/construction/editors/lapce/target/release/deps:/usr/local/lib' /usr/local/bin/rustc --crate-name addr2line /construction/editors/lapce/lapce-0.2.8/cargo-crates/addr2line-0.17.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --diagnostic-width=80 --crate-type lib --emit=dep-info,metadata,link -C opt-level=2 -C embed-bitcode=no -C metadata=63b94bfcb67d6fcc -C extra-filename=-63b94bfcb67d6fcc --out-dir /construction/editors/lapce/target/x86_64-unknown-dragonfly/release/deps --target x86_64-unknown-dragonfly -C linker=cc -L dependency=/construction/editors/lapce/target/x86_64-unknown-dragonfly/release/deps -L dependency=/construction/editors/lapce/target/release/deps --extern gimli=/construction/editors/lapce/target/x86_64-unknown-dragonfly/release/deps/libgimli-0b75cb177a619fda.rmeta --cap-lints warn -C link-arg=-Wl,-rpath,/usr/local/lib -C link-arg=-L/usr/local/lib` Compiling wasmtime-types v1.0.2 Running `CARGO=/usr/local/bin/cargo CARGO_CRATE_NAME=wasmtime_types CARGO_MANIFEST_DIR=/construction/editors/lapce/lapce-0.2.8/cargo-crates/wasmtime-types-1.0.2 CARGO_PKG_AUTHORS='The Wasmtime Project Developers' CARGO_PKG_DESCRIPTION='WebAssembly type definitions for Cranelift' CARGO_PKG_HOMEPAGE='' CARGO_PKG_LICENSE='Apache-2.0 WITH LLVM-exception' CARGO_PKG_LICENSE_FILE='' CARGO_PKG_NAME=wasmtime-types CARGO_PKG_README='' CARGO_PKG_REPOSITORY='https://github.com/bytecodealliance/wasmtime' CARGO_PKG_RUST_VERSION='' CARGO_PKG_VERSION=1.0.2 CARGO_PKG_VERSION_MAJOR=1 CARGO_PKG_VERSION_MINOR=0 CARGO_PKG_VERSION_PATCH=2 CARGO_PKG_VERSION_PRE='' LD_LIBRARY_PATH='/construction/editors/lapce/target/release/deps:/usr/local/lib' /usr/local/bin/rustc --crate-name wasmtime_types --edition=2021 /construction/editors/lapce/lapce-0.2.8/cargo-crates/wasmtime-types-1.0.2/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --diagnostic-width=80 --crate-type lib --emit=dep-info,metadata,link -C opt-level=2 -C embed-bitcode=no -C metadata=88f6c26fdf9350de -C extra-filename=-88f6c26fdf9350de --out-dir /construction/editors/lapce/target/x86_64-unknown-dragonfly/release/deps --target x86_64-unknown-dragonfly -C linker=cc -L dependency=/construction/editors/lapce/target/x86_64-unknown-dragonfly/release/deps -L dependency=/construction/editors/lapce/target/release/deps --extern cranelift_entity=/construction/editors/lapce/target/x86_64-unknown-dragonfly/release/deps/libcranelift_entity-410105d88910fc08.rmeta --extern serde=/construction/editors/lapce/target/x86_64-unknown-dragonfly/release/deps/libserde-3209f38acc2832c3.rmeta --extern thiserror=/construction/editors/lapce/target/x86_64-unknown-dragonfly/release/deps/libthiserror-5044f735190ebf51.rmeta --extern wasmparser=/construction/editors/lapce/target/x86_64-unknown-dragonfly/release/deps/libwasmparser-336ed3a1af080b45.rmeta --cap-lints warn -C link-arg=-Wl,-rpath,/usr/local/lib -C link-arg=-L/usr/local/lib` Running `CARGO=/usr/local/bin/cargo CARGO_CRATE_NAME=cranelift_codegen CARGO_MANIFEST_DIR=/construction/editors/lapce/lapce-0.2.8/cargo-crates/cranelift-codegen-0.88.2 CARGO_PKG_AUTHORS='The Cranelift Project Developers' CARGO_PKG_DESCRIPTION='Low-level code generator library' CARGO_PKG_HOMEPAGE='' CARGO_PKG_LICENSE='Apache-2.0 WITH LLVM-exception' CARGO_PKG_LICENSE_FILE='' CARGO_PKG_NAME=cranelift-codegen CARGO_PKG_README=README.md CARGO_PKG_REPOSITORY='https://github.com/bytecodealliance/wasmtime' CARGO_PKG_RUST_VERSION='' CARGO_PKG_VERSION=0.88.2 CARGO_PKG_VERSION_MAJOR=0 CARGO_PKG_VERSION_MINOR=88 CARGO_PKG_VERSION_PATCH=2 CARGO_PKG_VERSION_PRE='' ISLE_DIR=/construction/editors/lapce/target/x86_64-unknown-dragonfly/release/build/cranelift-codegen-b0dd211a24f968b1/out LD_LIBRARY_PATH='/construction/editors/lapce/target/release/deps:/usr/local/lib' OUT_DIR=/construction/editors/lapce/target/x86_64-unknown-dragonfly/release/build/cranelift-codegen-b0dd211a24f968b1/out /usr/local/bin/rustc --crate-name cranelift_codegen --edition=2021 /construction/editors/lapce/lapce-0.2.8/cargo-crates/cranelift-codegen-0.88.2/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --diagnostic-width=80 --crate-type lib --emit=dep-info,metadata,link -C opt-level=2 -C embed-bitcode=no --cfg 'feature="default"' --cfg 'feature="gimli"' --cfg 'feature="std"' --cfg 'feature="unwind"' -C metadata=41ca00452224e6e7 -C extra-filename=-41ca00452224e6e7 --out-dir /construction/editors/lapce/target/x86_64-unknown-dragonfly/release/deps --target x86_64-unknown-dragonfly -C linker=cc -L dependency=/construction/editors/lapce/target/x86_64-unknown-dragonfly/release/deps -L dependency=/construction/editors/lapce/target/release/deps --extern arrayvec=/construction/editors/lapce/target/x86_64-unknown-dragonfly/release/deps/libarrayvec-fb8cc49721da5dbb.rmeta --extern bumpalo=/construction/editors/lapce/target/x86_64-unknown-dragonfly/release/deps/libbumpalo-b53dd39b9224ec99.rmeta --extern cranelift_bforest=/construction/editors/lapce/target/x86_64-unknown-dragonfly/release/deps/libcranelift_bforest-110d7130e4acba1d.rmeta --extern cranelift_codegen_shared=/construction/editors/lapce/target/x86_64-unknown-dragonfly/release/deps/libcranelift_codegen_shared-960e11f94a8c6697.rmeta --extern cranelift_entity=/construction/editors/lapce/target/x86_64-unknown-dragonfly/release/deps/libcranelift_entity-410105d88910fc08.rmeta --extern gimli=/construction/editors/lapce/target/x86_64-unknown-dragonfly/release/deps/libgimli-0b75cb177a619fda.rmeta --extern log=/construction/editors/lapce/target/x86_64-unknown-dragonfly/release/deps/liblog-be9aaa4416aa5918.rmeta --extern regalloc2=/construction/editors/lapce/target/x86_64-unknown-dragonfly/release/deps/libregalloc2-1f43bcdde19a61f2.rmeta --extern smallvec=/construction/editors/lapce/target/x86_64-unknown-dragonfly/release/deps/libsmallvec-ec6dc2d9ac4945a3.rmeta --extern target_lexicon=/construction/editors/lapce/target/x86_64-unknown-dragonfly/release/deps/libtarget_lexicon-d6637293a0311e6e.rmeta --cap-lints warn -C link-arg=-Wl,-rpath,/usr/local/lib -C link-arg=-L/usr/local/lib --cfg 'feature="x86"'` Compiling tokio-util v0.7.4 Running `CARGO=/usr/local/bin/cargo CARGO_CRATE_NAME=tokio_util CARGO_MANIFEST_DIR=/construction/editors/lapce/lapce-0.2.8/cargo-crates/tokio-util-0.7.4 CARGO_PKG_AUTHORS='Tokio Contributors ' CARGO_PKG_DESCRIPTION='Additional utilities for working with Tokio. ' CARGO_PKG_HOMEPAGE='https://tokio.rs' CARGO_PKG_LICENSE=MIT CARGO_PKG_LICENSE_FILE='' CARGO_PKG_NAME=tokio-util CARGO_PKG_README=README.md CARGO_PKG_REPOSITORY='https://github.com/tokio-rs/tokio' CARGO_PKG_RUST_VERSION=1.49 CARGO_PKG_VERSION=0.7.4 CARGO_PKG_VERSION_MAJOR=0 CARGO_PKG_VERSION_MINOR=7 CARGO_PKG_VERSION_PATCH=4 CARGO_PKG_VERSION_PRE='' LD_LIBRARY_PATH='/construction/editors/lapce/target/release/deps:/usr/local/lib' /usr/local/bin/rustc --crate-name tokio_util --edition=2018 /construction/editors/lapce/lapce-0.2.8/cargo-crates/tokio-util-0.7.4/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --diagnostic-width=80 --crate-type lib --emit=dep-info,metadata,link -C opt-level=2 -C embed-bitcode=no --cfg 'feature="codec"' --cfg 'feature="default"' --cfg 'feature="tracing"' -C metadata=803dbe8ee56b9a45 -C extra-filename=-803dbe8ee56b9a45 --out-dir /construction/editors/lapce/target/x86_64-unknown-dragonfly/release/deps --target x86_64-unknown-dragonfly -C linker=cc -L dependency=/construction/editors/lapce/target/x86_64-unknown-dragonfly/release/deps -L dependency=/construction/editors/lapce/target/release/deps --extern bytes=/construction/editors/lapce/target/x86_64-unknown-dragonfly/release/deps/libbytes-a4bd900413794e94.rmeta --extern futures_core=/construction/editors/lapce/target/x86_64-unknown-dragonfly/release/deps/libfutures_core-bdb285f9c4c607b9.rmeta --extern futures_sink=/construction/editors/lapce/target/x86_64-unknown-dragonfly/release/deps/libfutures_sink-27bd899b1022fa03.rmeta --extern pin_project_lite=/construction/editors/lapce/target/x86_64-unknown-dragonfly/release/deps/libpin_project_lite-4c9a3c2040968f25.rmeta --extern tokio=/construction/editors/lapce/target/x86_64-unknown-dragonfly/release/deps/libtokio-5a06734d4b296b6c.rmeta --extern tracing=/construction/editors/lapce/target/x86_64-unknown-dragonfly/release/deps/libtracing-15e71eb426f493fe.rmeta --cap-lints warn -C link-arg=-Wl,-rpath,/usr/local/lib -C link-arg=-L/usr/local/lib` Compiling wasmtime-environ v1.0.2 Running `CARGO=/usr/local/bin/cargo CARGO_CRATE_NAME=wasmtime_environ CARGO_MANIFEST_DIR=/construction/editors/lapce/lapce-0.2.8/cargo-crates/wasmtime-environ-1.0.2 CARGO_PKG_AUTHORS='The Wasmtime Project Developers' CARGO_PKG_DESCRIPTION='Standalone environment support for WebAsssembly code in Cranelift' CARGO_PKG_HOMEPAGE='' CARGO_PKG_LICENSE='Apache-2.0 WITH LLVM-exception' CARGO_PKG_LICENSE_FILE='' CARGO_PKG_NAME=wasmtime-environ CARGO_PKG_README='' CARGO_PKG_REPOSITORY='https://github.com/bytecodealliance/wasmtime' CARGO_PKG_RUST_VERSION='' CARGO_PKG_VERSION=1.0.2 CARGO_PKG_VERSION_MAJOR=1 CARGO_PKG_VERSION_MINOR=0 CARGO_PKG_VERSION_PATCH=2 CARGO_PKG_VERSION_PRE='' LD_LIBRARY_PATH='/construction/editors/lapce/target/release/deps:/usr/local/lib' /usr/local/bin/rustc --crate-name wasmtime_environ --edition=2021 /construction/editors/lapce/lapce-0.2.8/cargo-crates/wasmtime-environ-1.0.2/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --diagnostic-width=80 --crate-type lib --emit=dep-info,metadata,link -C opt-level=2 -C embed-bitcode=no -C metadata=e50c082818c3290f -C extra-filename=-e50c082818c3290f --out-dir /construction/editors/lapce/target/x86_64-unknown-dragonfly/release/deps --target x86_64-unknown-dragonfly -C linker=cc -L dependency=/construction/editors/lapce/target/x86_64-unknown-dragonfly/release/deps -L dependency=/construction/editors/lapce/target/release/deps --extern anyhow=/construction/editors/lapce/target/x86_64-unknown-dragonfly/release/deps/libanyhow-ca2e434b4858deca.rmeta --extern cranelift_entity=/construction/editors/lapce/target/x86_64-unknown-dragonfly/release/deps/libcranelift_entity-410105d88910fc08.rmeta --extern gimli=/construction/editors/lapce/target/x86_64-unknown-dragonfly/release/deps/libgimli-0b75cb177a619fda.rmeta --extern indexmap=/construction/editors/lapce/target/x86_64-unknown-dragonfly/release/deps/libindexmap-a2b2dbd4525d6eb8.rmeta --extern log=/construction/editors/lapce/target/x86_64-unknown-dragonfly/release/deps/liblog-be9aaa4416aa5918.rmeta --extern object=/construction/editors/lapce/target/x86_64-unknown-dragonfly/release/deps/libobject-d86118a6035ea85e.rmeta --extern serde=/construction/editors/lapce/target/x86_64-unknown-dragonfly/release/deps/libserde-3209f38acc2832c3.rmeta --extern target_lexicon=/construction/editors/lapce/target/x86_64-unknown-dragonfly/release/deps/libtarget_lexicon-d6637293a0311e6e.rmeta --extern thiserror=/construction/editors/lapce/target/x86_64-unknown-dragonfly/release/deps/libthiserror-5044f735190ebf51.rmeta --extern wasmparser=/construction/editors/lapce/target/x86_64-unknown-dragonfly/release/deps/libwasmparser-336ed3a1af080b45.rmeta --extern wasmtime_types=/construction/editors/lapce/target/x86_64-unknown-dragonfly/release/deps/libwasmtime_types-88f6c26fdf9350de.rmeta --cap-lints warn -C link-arg=-Wl,-rpath,/usr/local/lib -C link-arg=-L/usr/local/lib` Compiling wasmtime-jit-debug v1.0.2 Running `CARGO=/usr/local/bin/cargo CARGO_CRATE_NAME=wasmtime_jit_debug CARGO_MANIFEST_DIR=/construction/editors/lapce/lapce-0.2.8/cargo-crates/wasmtime-jit-debug-1.0.2 CARGO_PKG_AUTHORS='The Wasmtime Project Developers' CARGO_PKG_DESCRIPTION='JIT debug interfaces support for Wasmtime' CARGO_PKG_HOMEPAGE='' CARGO_PKG_LICENSE='Apache-2.0 WITH LLVM-exception' CARGO_PKG_LICENSE_FILE='' CARGO_PKG_NAME=wasmtime-jit-debug CARGO_PKG_README=README.md CARGO_PKG_REPOSITORY='https://github.com/bytecodealliance/wasmtime' CARGO_PKG_RUST_VERSION='' CARGO_PKG_VERSION=1.0.2 CARGO_PKG_VERSION_MAJOR=1 CARGO_PKG_VERSION_MINOR=0 CARGO_PKG_VERSION_PATCH=2 CARGO_PKG_VERSION_PRE='' LD_LIBRARY_PATH='/construction/editors/lapce/target/release/deps:/usr/local/lib' /usr/local/bin/rustc --crate-name wasmtime_jit_debug --edition=2021 /construction/editors/lapce/lapce-0.2.8/cargo-crates/wasmtime-jit-debug-1.0.2/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --diagnostic-width=80 --crate-type lib --emit=dep-info,metadata,link -C opt-level=2 -C embed-bitcode=no --cfg 'feature="gdb_jit_int"' --cfg 'feature="object"' --cfg 'feature="once_cell"' --cfg 'feature="perf_jitdump"' --cfg 'feature="rustix"' -C metadata=f13eeb748dd0c115 -C extra-filename=-f13eeb748dd0c115 --out-dir /construction/editors/lapce/target/x86_64-unknown-dragonfly/release/deps --target x86_64-unknown-dragonfly -C linker=cc -L dependency=/construction/editors/lapce/target/x86_64-unknown-dragonfly/release/deps -L dependency=/construction/editors/lapce/target/release/deps --extern object=/construction/editors/lapce/target/x86_64-unknown-dragonfly/release/deps/libobject-d86118a6035ea85e.rmeta --extern once_cell=/construction/editors/lapce/target/x86_64-unknown-dragonfly/release/deps/libonce_cell-d7e3c1c39ed164f9.rmeta --cap-lints warn -C link-arg=-Wl,-rpath,/usr/local/lib -C link-arg=-L/usr/local/lib` Running `CARGO=/usr/local/bin/cargo CARGO_CRATE_NAME=backtrace CARGO_MANIFEST_DIR=/construction/editors/lapce/lapce-0.2.8/cargo-crates/backtrace-0.3.66 CARGO_PKG_AUTHORS='The Rust Project Developers' CARGO_PKG_DESCRIPTION='A library to acquire a stack trace (backtrace) at runtime in a Rust program. ' CARGO_PKG_HOMEPAGE='https://github.com/rust-lang/backtrace-rs' CARGO_PKG_LICENSE=MIT/Apache-2.0 CARGO_PKG_LICENSE_FILE='' CARGO_PKG_NAME=backtrace CARGO_PKG_README=README.md CARGO_PKG_REPOSITORY='https://github.com/rust-lang/backtrace-rs' CARGO_PKG_RUST_VERSION='' CARGO_PKG_VERSION=0.3.66 CARGO_PKG_VERSION_MAJOR=0 CARGO_PKG_VERSION_MINOR=3 CARGO_PKG_VERSION_PATCH=66 CARGO_PKG_VERSION_PRE='' LD_LIBRARY_PATH='/construction/editors/lapce/target/release/deps:/usr/local/lib' OUT_DIR=/construction/editors/lapce/target/x86_64-unknown-dragonfly/release/build/backtrace-5362402a7acd6d5d/out /usr/local/bin/rustc --crate-name backtrace --edition=2018 /construction/editors/lapce/lapce-0.2.8/cargo-crates/backtrace-0.3.66/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --diagnostic-width=80 --crate-type lib --emit=dep-info,metadata,link -C opt-level=2 -C embed-bitcode=no --cfg 'feature="default"' --cfg 'feature="std"' -C metadata=6208e23de19fe61a -C extra-filename=-6208e23de19fe61a --out-dir /construction/editors/lapce/target/x86_64-unknown-dragonfly/release/deps --target x86_64-unknown-dragonfly -C linker=cc -L dependency=/construction/editors/lapce/target/x86_64-unknown-dragonfly/release/deps -L dependency=/construction/editors/lapce/target/release/deps --extern addr2line=/construction/editors/lapce/target/x86_64-unknown-dragonfly/release/deps/libaddr2line-63b94bfcb67d6fcc.rmeta --extern cfg_if=/construction/editors/lapce/target/x86_64-unknown-dragonfly/release/deps/libcfg_if-ab9f3df0ea533c99.rmeta --extern libc=/construction/editors/lapce/target/x86_64-unknown-dragonfly/release/deps/liblibc-8e3f13899fc9c378.rmeta --extern miniz_oxide=/construction/editors/lapce/target/x86_64-unknown-dragonfly/release/deps/libminiz_oxide-dcae44a551158128.rmeta --extern object=/construction/editors/lapce/target/x86_64-unknown-dragonfly/release/deps/libobject-d86118a6035ea85e.rmeta --extern rustc_demangle=/construction/editors/lapce/target/x86_64-unknown-dragonfly/release/deps/librustc_demangle-896f8f6c2c67e5a0.rmeta --cap-lints warn -C link-arg=-Wl,-rpath,/usr/local/lib -C link-arg=-L/usr/local/lib` Running `CARGO=/usr/local/bin/cargo CARGO_CRATE_NAME=parking_lot_core CARGO_MANIFEST_DIR=/construction/editors/lapce/lapce-0.2.8/cargo-crates/parking_lot_core-0.8.5 CARGO_PKG_AUTHORS='Amanieu d'\''Antras ' CARGO_PKG_DESCRIPTION='An advanced API for creating custom synchronization primitives.' CARGO_PKG_HOMEPAGE='' CARGO_PKG_LICENSE=Apache-2.0/MIT CARGO_PKG_LICENSE_FILE='' CARGO_PKG_NAME=parking_lot_core CARGO_PKG_README='' CARGO_PKG_REPOSITORY='https://github.com/Amanieu/parking_lot' CARGO_PKG_RUST_VERSION='' CARGO_PKG_VERSION=0.8.5 CARGO_PKG_VERSION_MAJOR=0 CARGO_PKG_VERSION_MINOR=8 CARGO_PKG_VERSION_PATCH=5 CARGO_PKG_VERSION_PRE='' LD_LIBRARY_PATH='/construction/editors/lapce/target/release/deps:/usr/local/lib' OUT_DIR=/construction/editors/lapce/target/x86_64-unknown-dragonfly/release/build/parking_lot_core-7cabe8a271efd0eb/out /usr/local/bin/rustc --crate-name parking_lot_core --edition=2018 /construction/editors/lapce/lapce-0.2.8/cargo-crates/parking_lot_core-0.8.5/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --diagnostic-width=80 --crate-type lib --emit=dep-info,metadata,link -C opt-level=2 -C embed-bitcode=no --cfg 'feature="backtrace"' --cfg 'feature="deadlock_detection"' --cfg 'feature="petgraph"' --cfg 'feature="thread-id"' -C metadata=002fe5e753882dd9 -C extra-filename=-002fe5e753882dd9 --out-dir /construction/editors/lapce/target/x86_64-unknown-dragonfly/release/deps --target x86_64-unknown-dragonfly -C linker=cc -L dependency=/construction/editors/lapce/target/x86_64-unknown-dragonfly/release/deps -L dependency=/construction/editors/lapce/target/release/deps --extern backtrace=/construction/editors/lapce/target/x86_64-unknown-dragonfly/release/deps/libbacktrace-6208e23de19fe61a.rmeta --extern cfg_if=/construction/editors/lapce/target/x86_64-unknown-dragonfly/release/deps/libcfg_if-ab9f3df0ea533c99.rmeta --extern instant=/construction/editors/lapce/target/x86_64-unknown-dragonfly/release/deps/libinstant-25ce7cd3b0d0c594.rmeta --extern libc=/construction/editors/lapce/target/x86_64-unknown-dragonfly/release/deps/liblibc-8e3f13899fc9c378.rmeta --extern petgraph=/construction/editors/lapce/target/x86_64-unknown-dragonfly/release/deps/libpetgraph-9bb6a67823f87240.rmeta --extern smallvec=/construction/editors/lapce/target/x86_64-unknown-dragonfly/release/deps/libsmallvec-ec6dc2d9ac4945a3.rmeta --extern thread_id=/construction/editors/lapce/target/x86_64-unknown-dragonfly/release/deps/libthread_id-dde6055000fbeb50.rmeta --cap-lints warn -C link-arg=-Wl,-rpath,/usr/local/lib -C link-arg=-L/usr/local/lib` warning: use of deprecated function `std::sync::atomic::spin_loop_hint`: use hint::spin_loop instead --> /construction/editors/lapce/lapce-0.2.8/cargo-crates/parking_lot_core-0.8.5/src/spinwait.rs:9:24 | 9 | use std::sync::atomic::spin_loop_hint; | ^^^^^^^^^^^^^^ | = note: `#[warn(deprecated)]` on by default warning: use of deprecated function `std::sync::atomic::spin_loop_hint`: use hint::spin_loop instead --> /construction/editors/lapce/lapce-0.2.8/cargo-crates/parking_lot_core-0.8.5/src/spinwait.rs:16:9 | 16 | spin_loop_hint() | ^^^^^^^^^^^^^^ Compiling h2 v0.3.14 Running `CARGO=/usr/local/bin/cargo CARGO_CRATE_NAME=h2 CARGO_MANIFEST_DIR=/construction/editors/lapce/lapce-0.2.8/cargo-crates/h2-0.3.14 CARGO_PKG_AUTHORS='Carl Lerche :Sean McArthur ' CARGO_PKG_DESCRIPTION='An HTTP/2 client and server' CARGO_PKG_HOMEPAGE='' CARGO_PKG_LICENSE=MIT CARGO_PKG_LICENSE_FILE='' CARGO_PKG_NAME=h2 CARGO_PKG_README=README.md CARGO_PKG_REPOSITORY='https://github.com/hyperium/h2' CARGO_PKG_RUST_VERSION='' CARGO_PKG_VERSION=0.3.14 CARGO_PKG_VERSION_MAJOR=0 CARGO_PKG_VERSION_MINOR=3 CARGO_PKG_VERSION_PATCH=14 CARGO_PKG_VERSION_PRE='' LD_LIBRARY_PATH='/construction/editors/lapce/target/release/deps:/usr/local/lib' /usr/local/bin/rustc --crate-name h2 --edition=2018 /construction/editors/lapce/lapce-0.2.8/cargo-crates/h2-0.3.14/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --diagnostic-width=80 --crate-type lib --emit=dep-info,metadata,link -C opt-level=2 -C embed-bitcode=no -C metadata=5221b9559b40ea53 -C extra-filename=-5221b9559b40ea53 --out-dir /construction/editors/lapce/target/x86_64-unknown-dragonfly/release/deps --target x86_64-unknown-dragonfly -C linker=cc -L dependency=/construction/editors/lapce/target/x86_64-unknown-dragonfly/release/deps -L dependency=/construction/editors/lapce/target/release/deps --extern bytes=/construction/editors/lapce/target/x86_64-unknown-dragonfly/release/deps/libbytes-a4bd900413794e94.rmeta --extern fnv=/construction/editors/lapce/target/x86_64-unknown-dragonfly/release/deps/libfnv-2299572ab6cbcfa7.rmeta --extern futures_core=/construction/editors/lapce/target/x86_64-unknown-dragonfly/release/deps/libfutures_core-bdb285f9c4c607b9.rmeta --extern futures_sink=/construction/editors/lapce/target/x86_64-unknown-dragonfly/release/deps/libfutures_sink-27bd899b1022fa03.rmeta --extern futures_util=/construction/editors/lapce/target/x86_64-unknown-dragonfly/release/deps/libfutures_util-ca38adb2f9548cd7.rmeta --extern http=/construction/editors/lapce/target/x86_64-unknown-dragonfly/release/deps/libhttp-c5302d332b9aac7e.rmeta --extern indexmap=/construction/editors/lapce/target/x86_64-unknown-dragonfly/release/deps/libindexmap-a2b2dbd4525d6eb8.rmeta --extern slab=/construction/editors/lapce/target/x86_64-unknown-dragonfly/release/deps/libslab-5f3d0c69abac86ac.rmeta --extern tokio=/construction/editors/lapce/target/x86_64-unknown-dragonfly/release/deps/libtokio-5a06734d4b296b6c.rmeta --extern tokio_util=/construction/editors/lapce/target/x86_64-unknown-dragonfly/release/deps/libtokio_util-803dbe8ee56b9a45.rmeta --extern tracing=/construction/editors/lapce/target/x86_64-unknown-dragonfly/release/deps/libtracing-15e71eb426f493fe.rmeta --cap-lints warn -C link-arg=-Wl,-rpath,/usr/local/lib -C link-arg=-L/usr/local/lib` warning: unused return value of `Box::::from_raw` that must be used --> /construction/editors/lapce/lapce-0.2.8/cargo-crates/parking_lot_core-0.8.5/src/parking_lot.rs:227:17 | 227 | Box::from_raw(new_table); | ^^^^^^^^^^^^^^^^^^^^^^^^ | = note: call `drop(Box::from_raw(ptr))` if you intend to drop the `Box` = note: `#[warn(unused_must_use)]` on by default help: use `let _ = ...` to ignore the resulting value | 227 | let _ = Box::from_raw(new_table); | +++++++ Running `CARGO=/usr/local/bin/cargo CARGO_CRATE_NAME=font_kit CARGO_MANIFEST_DIR=/construction/editors/lapce/font-kit-23e28b06b40f31fc53b82645b09ce6421768be23 CARGO_PKG_AUTHORS='Patrick Walton ' CARGO_PKG_DESCRIPTION='A cross-platform font loading library' CARGO_PKG_HOMEPAGE='https://github.com/servo/font-kit' CARGO_PKG_LICENSE=MIT/Apache-2.0 CARGO_PKG_LICENSE_FILE='' CARGO_PKG_NAME=font-kit CARGO_PKG_README=README.md CARGO_PKG_REPOSITORY='https://github.com/servo/font-kit' CARGO_PKG_RUST_VERSION='' CARGO_PKG_VERSION=0.11.0 CARGO_PKG_VERSION_MAJOR=0 CARGO_PKG_VERSION_MINOR=11 CARGO_PKG_VERSION_PATCH=0 CARGO_PKG_VERSION_PRE='' LD_LIBRARY_PATH='/construction/editors/lapce/target/release/deps:/usr/local/lib' OUT_DIR=/construction/editors/lapce/target/x86_64-unknown-dragonfly/release/build/font-kit-8be61bd5957d780a/out /usr/local/bin/rustc --crate-name font_kit --edition=2018 /construction/editors/lapce/font-kit-23e28b06b40f31fc53b82645b09ce6421768be23/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --diagnostic-width=80 --crate-type lib --emit=dep-info,metadata,link -C opt-level=2 -C embed-bitcode=no --cfg 'feature="default"' --cfg 'feature="source"' -C metadata=beebed22f4f5773b -C extra-filename=-beebed22f4f5773b --out-dir /construction/editors/lapce/target/x86_64-unknown-dragonfly/release/deps --target x86_64-unknown-dragonfly -C linker=cc -L dependency=/construction/editors/lapce/target/x86_64-unknown-dragonfly/release/deps -L dependency=/construction/editors/lapce/target/release/deps --extern bitflags=/construction/editors/lapce/target/x86_64-unknown-dragonfly/release/deps/libbitflags-cd9fb609d49c6f8e.rmeta --extern byteorder=/construction/editors/lapce/target/x86_64-unknown-dragonfly/release/deps/libbyteorder-097a0496904e7311.rmeta --extern dirs_next=/construction/editors/lapce/target/x86_64-unknown-dragonfly/release/deps/libdirs_next-a5c72de74aca0e44.rmeta --extern float_ord=/construction/editors/lapce/target/x86_64-unknown-dragonfly/release/deps/libfloat_ord-de0044e728414f67.rmeta --extern freetype=/construction/editors/lapce/target/x86_64-unknown-dragonfly/release/deps/libfreetype-e05bec7c8fd89616.rmeta --extern lazy_static=/construction/editors/lapce/target/x86_64-unknown-dragonfly/release/deps/liblazy_static-1990096226ce5b2a.rmeta --extern libc=/construction/editors/lapce/target/x86_64-unknown-dragonfly/release/deps/liblibc-8e3f13899fc9c378.rmeta --extern log=/construction/editors/lapce/target/x86_64-unknown-dragonfly/release/deps/liblog-be9aaa4416aa5918.rmeta --extern pathfinder_geometry=/construction/editors/lapce/target/x86_64-unknown-dragonfly/release/deps/libpathfinder_geometry-5f88e68327c5b2b3.rmeta --extern pathfinder_simd=/construction/editors/lapce/target/x86_64-unknown-dragonfly/release/deps/libpathfinder_simd-5a40dc5467cf4224.rmeta --extern walkdir=/construction/editors/lapce/target/x86_64-unknown-dragonfly/release/deps/libwalkdir-3e4c74b6a532dba4.rmeta --extern fontconfig_sys=/construction/editors/lapce/target/x86_64-unknown-dragonfly/release/deps/libfontconfig_sys-86f6f4e9f31ad3db.rmeta -C link-arg=-Wl,-rpath,/usr/local/lib -C link-arg=-L/usr/local/lib -L native=/usr/local/lib -L native=/usr/local/lib` Compiling want v0.3.0 Running `CARGO=/usr/local/bin/cargo CARGO_CRATE_NAME=want CARGO_MANIFEST_DIR=/construction/editors/lapce/lapce-0.2.8/cargo-crates/want-0.3.0 CARGO_PKG_AUTHORS='Sean McArthur ' CARGO_PKG_DESCRIPTION='Detect when another Future wants a result.' CARGO_PKG_HOMEPAGE='' CARGO_PKG_LICENSE=MIT CARGO_PKG_LICENSE_FILE='' CARGO_PKG_NAME=want CARGO_PKG_README=README.md CARGO_PKG_REPOSITORY='https://github.com/seanmonstar/want' CARGO_PKG_RUST_VERSION='' CARGO_PKG_VERSION=0.3.0 CARGO_PKG_VERSION_MAJOR=0 CARGO_PKG_VERSION_MINOR=3 CARGO_PKG_VERSION_PATCH=0 CARGO_PKG_VERSION_PRE='' LD_LIBRARY_PATH='/construction/editors/lapce/target/release/deps:/usr/local/lib' /usr/local/bin/rustc --crate-name want --edition=2018 /construction/editors/lapce/lapce-0.2.8/cargo-crates/want-0.3.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --diagnostic-width=80 --crate-type lib --emit=dep-info,metadata,link -C opt-level=2 -C embed-bitcode=no -C metadata=3b7602c7548263d6 -C extra-filename=-3b7602c7548263d6 --out-dir /construction/editors/lapce/target/x86_64-unknown-dragonfly/release/deps --target x86_64-unknown-dragonfly -C linker=cc -L dependency=/construction/editors/lapce/target/x86_64-unknown-dragonfly/release/deps -L dependency=/construction/editors/lapce/target/release/deps --extern log=/construction/editors/lapce/target/x86_64-unknown-dragonfly/release/deps/liblog-be9aaa4416aa5918.rmeta --extern try_lock=/construction/editors/lapce/target/x86_64-unknown-dragonfly/release/deps/libtry_lock-2492816b12f6cb77.rmeta --cap-lints warn -C link-arg=-Wl,-rpath,/usr/local/lib -C link-arg=-L/usr/local/lib` warning: use of deprecated method `try_lock::TryLock::::try_lock_order`: This method is actually unsafe because it unsafely allows the use of weaker memory ordering. Please use try_lock_explicit instead --> /construction/editors/lapce/lapce-0.2.8/cargo-crates/want-0.3.0/src/lib.rs:209:63 | 209 | ... if let Some(mut locked) = self.inner.task.try_lock_order(SeqCst, ... | ^^^^^^^^^^^^^^ | note: the lint level is defined here --> /construction/editors/lapce/lapce-0.2.8/cargo-crates/want-0.3.0/src/lib.rs:2:9 | 2 | #![deny(warnings)] | ^^^^^^^^ = note: `#[warn(deprecated)]` implied by `#[warn(warnings)]` warning: use of deprecated method `std::sync::atomic::AtomicUsize::compare_and_swap`: Use `compare_exchange` or `compare_exchange_weak` instead --> /construction/editors/lapce/lapce-0.2.8/cargo-crates/want-0.3.0/src/lib.rs:212:52 | 212 | let old = self.inner.state.compare_and_swap( | ^^^^^^^^^^^^^^^^ warning: use of deprecated method `std::sync::atomic::AtomicUsize::compare_and_swap`: Use `compare_exchange` or `compare_exchange_weak` instead --> /construction/editors/lapce/lapce-0.2.8/cargo-crates/want-0.3.0/src/lib.rs:253:26 | 253 | self.inner.state.compare_and_swap( | ^^^^^^^^^^^^^^^^ warning: use of deprecated method `try_lock::TryLock::::try_lock_order`: This method is actually unsafe because it unsafely allows the use of weaker memory ordering. Please use try_lock_explicit instead --> /construction/editors/lapce/lapce-0.2.8/cargo-crates/want-0.3.0/src/lib.rs:352:63 | 352 | ... if let Some(mut locked) = self.inner.task.try_lock_order(SeqCst, ... | ^^^^^^^^^^^^^^ warning: `want` (lib) generated 4 warnings Compiling mio v0.6.23 Running `CARGO=/usr/local/bin/cargo CARGO_CRATE_NAME=mio CARGO_MANIFEST_DIR=/construction/editors/lapce/lapce-0.2.8/cargo-crates/mio-0.6.23 CARGO_PKG_AUTHORS='Carl Lerche ' CARGO_PKG_DESCRIPTION='Lightweight non-blocking IO' CARGO_PKG_HOMEPAGE='https://github.com/tokio-rs/mio' CARGO_PKG_LICENSE=MIT CARGO_PKG_LICENSE_FILE='' CARGO_PKG_NAME=mio CARGO_PKG_README=README.md CARGO_PKG_REPOSITORY='https://github.com/tokio-rs/mio' CARGO_PKG_RUST_VERSION='' CARGO_PKG_VERSION=0.6.23 CARGO_PKG_VERSION_MAJOR=0 CARGO_PKG_VERSION_MINOR=6 CARGO_PKG_VERSION_PATCH=23 CARGO_PKG_VERSION_PRE='' LD_LIBRARY_PATH='/construction/editors/lapce/target/release/deps:/usr/local/lib' /usr/local/bin/rustc --crate-name mio /construction/editors/lapce/lapce-0.2.8/cargo-crates/mio-0.6.23/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --diagnostic-width=80 --crate-type lib --emit=dep-info,metadata,link -C opt-level=2 -C embed-bitcode=no --cfg 'feature="default"' --cfg 'feature="with-deprecated"' -C metadata=00011bf80b90b8e8 -C extra-filename=-00011bf80b90b8e8 --out-dir /construction/editors/lapce/target/x86_64-unknown-dragonfly/release/deps --target x86_64-unknown-dragonfly -C linker=cc -L dependency=/construction/editors/lapce/target/x86_64-unknown-dragonfly/release/deps -L dependency=/construction/editors/lapce/target/release/deps --extern cfg_if=/construction/editors/lapce/target/x86_64-unknown-dragonfly/release/deps/libcfg_if-fd8c738b4d12f27f.rmeta --extern iovec=/construction/editors/lapce/target/x86_64-unknown-dragonfly/release/deps/libiovec-5d6e71c33a5cec6e.rmeta --extern libc=/construction/editors/lapce/target/x86_64-unknown-dragonfly/release/deps/liblibc-8e3f13899fc9c378.rmeta --extern log=/construction/editors/lapce/target/x86_64-unknown-dragonfly/release/deps/liblog-be9aaa4416aa5918.rmeta --extern net2=/construction/editors/lapce/target/x86_64-unknown-dragonfly/release/deps/libnet2-870d93fbfe3f9601.rmeta --extern slab=/construction/editors/lapce/target/x86_64-unknown-dragonfly/release/deps/libslab-5f3d0c69abac86ac.rmeta --cap-lints warn -C link-arg=-Wl,-rpath,/usr/local/lib -C link-arg=-L/usr/local/lib` warning: this `#[deprecated]` annotation has no effect --> /construction/editors/lapce/lapce-0.2.8/cargo-crates/mio-0.6.23/src/event_imp.rs:515:1 | 515 | #[deprecated(since = "0.6.10", note = "removed")] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: remove the unnecessary deprecation attribute | = note: `#[warn(useless_deprecated)]` on by default warning: this `#[deprecated]` annotation has no effect --> /construction/editors/lapce/lapce-0.2.8/cargo-crates/mio-0.6.23/src/event_imp.rs:1002:1 | 1002 | #[deprecated(since = "0.6.10", note = "removed")] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: remove the unnecessary deprecation attribute warning: this `#[deprecated]` annotation has no effect --> /construction/editors/lapce/lapce-0.2.8/cargo-crates/mio-0.6.23/src/sys/unix/ready.rs:480:1 | 480 | #[deprecated(since = "0.6.10", note = "removed")] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: remove the unnecessary deprecation attribute warning: a method with this name may be added to the standard library in the future --> /construction/editors/lapce/lapce-0.2.8/cargo-crates/mio-0.6.23/src/sys/unix/tcp.rs:116:20 | 116 | self.inner.set_linger(dur) | ^^^^^^^^^^ | = warning: once this associated item is added to the standard library, the ambiguity may cause an error or change in behavior! = note: for more information, see issue #48919 = help: call with fully qualified syntax `net2::TcpStreamExt::set_linger(...)` to keep using the current method = note: `#[warn(unstable_name_collisions)]` on by default warning: a method with this name may be added to the standard library in the future --> /construction/editors/lapce/lapce-0.2.8/cargo-crates/mio-0.6.23/src/sys/unix/tcp.rs:120:20 | 120 | self.inner.linger() | ^^^^^^ | = warning: once this associated item is added to the standard library, the ambiguity may cause an error or change in behavior! = note: for more information, see issue #48919 = help: call with fully qualified syntax `net2::TcpStreamExt::linger(...)` to keep using the current method warning: the type `sockaddr_un` does not permit being left uninitialized --> /construction/editors/lapce/lapce-0.2.8/cargo-crates/mio-0.6.23/src/sys/unix/uds.rs:55:39 | 55 | let addr: libc::sockaddr_un = mem::uninitialized(); | ^^^^^^^^^^^^^^^^^^^^ | | | this code causes undefined behavior when executed | help: use `MaybeUninit` instead, and only call `assume_init` after initialization is done | = note: integers must be initialized = note: `#[warn(invalid_value)]` on by default warning: `parking_lot_core` (lib) generated 3 warnings Compiling fontdb v0.9.1 Running `CARGO=/usr/local/bin/cargo CARGO_CRATE_NAME=fontdb CARGO_MANIFEST_DIR=/construction/editors/lapce/lapce-0.2.8/cargo-crates/fontdb-0.9.1 CARGO_PKG_AUTHORS='Evgeniy Reizner ' CARGO_PKG_DESCRIPTION='A simple, in-memory font database with CSS-like queries.' CARGO_PKG_HOMEPAGE='' CARGO_PKG_LICENSE=MIT CARGO_PKG_LICENSE_FILE='' CARGO_PKG_NAME=fontdb CARGO_PKG_README=README.md CARGO_PKG_REPOSITORY='https://github.com/RazrFalcon/fontdb' CARGO_PKG_RUST_VERSION='' CARGO_PKG_VERSION=0.9.1 CARGO_PKG_VERSION_MAJOR=0 CARGO_PKG_VERSION_MINOR=9 CARGO_PKG_VERSION_PATCH=1 CARGO_PKG_VERSION_PRE='' LD_LIBRARY_PATH='/construction/editors/lapce/target/release/deps:/usr/local/lib' /usr/local/bin/rustc --crate-name fontdb --edition=2018 /construction/editors/lapce/lapce-0.2.8/cargo-crates/fontdb-0.9.1/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --diagnostic-width=80 --crate-type lib --emit=dep-info,metadata,link -C opt-level=2 -C embed-bitcode=no --cfg 'feature="fontconfig"' --cfg 'feature="fontconfig-parser"' --cfg 'feature="fs"' --cfg 'feature="memmap"' --cfg 'feature="memmap2"' -C metadata=591762a0c97dc463 -C extra-filename=-591762a0c97dc463 --out-dir /construction/editors/lapce/target/x86_64-unknown-dragonfly/release/deps --target x86_64-unknown-dragonfly -C linker=cc -L dependency=/construction/editors/lapce/target/x86_64-unknown-dragonfly/release/deps -L dependency=/construction/editors/lapce/target/release/deps --extern fontconfig_parser=/construction/editors/lapce/target/x86_64-unknown-dragonfly/release/deps/libfontconfig_parser-2d0add4736ab051c.rmeta --extern log=/construction/editors/lapce/target/x86_64-unknown-dragonfly/release/deps/liblog-be9aaa4416aa5918.rmeta --extern memmap2=/construction/editors/lapce/target/x86_64-unknown-dragonfly/release/deps/libmemmap2-20deaa7088fdb215.rmeta --extern ttf_parser=/construction/editors/lapce/target/x86_64-unknown-dragonfly/release/deps/libttf_parser-7bbc835f54432a42.rmeta --cap-lints warn -C link-arg=-Wl,-rpath,/usr/local/lib -C link-arg=-L/usr/local/lib` Running `CARGO=/usr/local/bin/cargo CARGO_CRATE_NAME=native_tls CARGO_MANIFEST_DIR=/construction/editors/lapce/lapce-0.2.8/cargo-crates/native-tls-0.2.10 CARGO_PKG_AUTHORS='Steven Fackler ' CARGO_PKG_DESCRIPTION='A wrapper over a platform'\''s native TLS implementation' CARGO_PKG_HOMEPAGE='' CARGO_PKG_LICENSE=MIT/Apache-2.0 CARGO_PKG_LICENSE_FILE='' CARGO_PKG_NAME=native-tls CARGO_PKG_README=README.md CARGO_PKG_REPOSITORY='https://github.com/sfackler/rust-native-tls' CARGO_PKG_RUST_VERSION='' CARGO_PKG_VERSION=0.2.10 CARGO_PKG_VERSION_MAJOR=0 CARGO_PKG_VERSION_MINOR=2 CARGO_PKG_VERSION_PATCH=10 CARGO_PKG_VERSION_PRE='' LD_LIBRARY_PATH='/construction/editors/lapce/target/release/deps:/usr/local/lib' OUT_DIR=/construction/editors/lapce/target/x86_64-unknown-dragonfly/release/build/native-tls-89ffa5e324422368/out /usr/local/bin/rustc --crate-name native_tls /construction/editors/lapce/lapce-0.2.8/cargo-crates/native-tls-0.2.10/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --diagnostic-width=80 --crate-type lib --emit=dep-info,metadata,link -C opt-level=2 -C embed-bitcode=no -C metadata=1c0ab725a3ee1fdd -C extra-filename=-1c0ab725a3ee1fdd --out-dir /construction/editors/lapce/target/x86_64-unknown-dragonfly/release/deps --target x86_64-unknown-dragonfly -C linker=cc -L dependency=/construction/editors/lapce/target/x86_64-unknown-dragonfly/release/deps -L dependency=/construction/editors/lapce/target/release/deps --extern log=/construction/editors/lapce/target/x86_64-unknown-dragonfly/release/deps/liblog-be9aaa4416aa5918.rmeta --extern openssl=/construction/editors/lapce/target/x86_64-unknown-dragonfly/release/deps/libopenssl-0493c3b2a873a0ab.rmeta --extern openssl_probe=/construction/editors/lapce/target/x86_64-unknown-dragonfly/release/deps/libopenssl_probe-b0b3e00522280e1d.rmeta --extern openssl_sys=/construction/editors/lapce/target/x86_64-unknown-dragonfly/release/deps/libopenssl_sys-811746f166836479.rmeta --cap-lints warn -C link-arg=-Wl,-rpath,/usr/local/lib -C link-arg=-L/usr/local/lib -L native=/usr/local/lib --cfg have_min_max_version` Running `CARGO=/usr/local/bin/cargo CARGO_CRATE_NAME=proc_macro_hack CARGO_MANIFEST_DIR=/construction/editors/lapce/lapce-0.2.8/cargo-crates/proc-macro-hack-0.5.19 CARGO_PKG_AUTHORS='David Tolnay ' CARGO_PKG_DESCRIPTION='Procedural macros in expression position' CARGO_PKG_HOMEPAGE='' CARGO_PKG_LICENSE='MIT OR Apache-2.0' CARGO_PKG_LICENSE_FILE='' CARGO_PKG_NAME=proc-macro-hack CARGO_PKG_README=README.md CARGO_PKG_REPOSITORY='https://github.com/dtolnay/proc-macro-hack' CARGO_PKG_RUST_VERSION='' CARGO_PKG_VERSION=0.5.19 CARGO_PKG_VERSION_MAJOR=0 CARGO_PKG_VERSION_MINOR=5 CARGO_PKG_VERSION_PATCH=19 CARGO_PKG_VERSION_PRE='' LD_LIBRARY_PATH='/construction/editors/lapce/target/release/deps:/usr/local/lib' OUT_DIR=/construction/editors/lapce/target/release/build/proc-macro-hack-50367c13cc71d61c/out /usr/local/bin/rustc --crate-name proc_macro_hack --edition=2018 /construction/editors/lapce/lapce-0.2.8/cargo-crates/proc-macro-hack-0.5.19/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --diagnostic-width=80 --crate-type proc-macro --emit=dep-info,link -C prefer-dynamic -C embed-bitcode=no -C debug-assertions=off -C metadata=169ba9be71daff40 -C extra-filename=-169ba9be71daff40 --out-dir /construction/editors/lapce/target/release/deps -C linker=cc -L dependency=/construction/editors/lapce/target/release/deps --extern proc_macro --cap-lints warn` Running `CARGO=/usr/local/bin/cargo CARGO_CRATE_NAME=encoding_rs CARGO_MANIFEST_DIR=/construction/editors/lapce/lapce-0.2.8/cargo-crates/encoding_rs-0.8.31 CARGO_PKG_AUTHORS='Henri Sivonen ' CARGO_PKG_DESCRIPTION='A Gecko-oriented implementation of the Encoding Standard' CARGO_PKG_HOMEPAGE='https://docs.rs/encoding_rs/' CARGO_PKG_LICENSE='(Apache-2.0 OR MIT) AND BSD-3-Clause' CARGO_PKG_LICENSE_FILE='' CARGO_PKG_NAME=encoding_rs CARGO_PKG_README=README.md CARGO_PKG_REPOSITORY='https://github.com/hsivonen/encoding_rs' CARGO_PKG_RUST_VERSION='' CARGO_PKG_VERSION=0.8.31 CARGO_PKG_VERSION_MAJOR=0 CARGO_PKG_VERSION_MINOR=8 CARGO_PKG_VERSION_PATCH=31 CARGO_PKG_VERSION_PRE='' LD_LIBRARY_PATH='/construction/editors/lapce/target/release/deps:/usr/local/lib' OUT_DIR=/construction/editors/lapce/target/x86_64-unknown-dragonfly/release/build/encoding_rs-3bb33fe84959ad13/out /usr/local/bin/rustc --crate-name encoding_rs --edition=2018 /construction/editors/lapce/lapce-0.2.8/cargo-crates/encoding_rs-0.8.31/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --diagnostic-width=80 --crate-type lib --emit=dep-info,metadata,link -C opt-level=2 -C embed-bitcode=no --cfg 'feature="alloc"' --cfg 'feature="default"' -C metadata=027c39078ff29283 -C extra-filename=-027c39078ff29283 --out-dir /construction/editors/lapce/target/x86_64-unknown-dragonfly/release/deps --target x86_64-unknown-dragonfly -C linker=cc -L dependency=/construction/editors/lapce/target/x86_64-unknown-dragonfly/release/deps -L dependency=/construction/editors/lapce/target/release/deps --extern cfg_if=/construction/editors/lapce/target/x86_64-unknown-dragonfly/release/deps/libcfg_if-ab9f3df0ea533c99.rmeta --cap-lints warn -C link-arg=-Wl,-rpath,/usr/local/lib -C link-arg=-L/usr/local/lib` Running `CARGO=/usr/local/bin/cargo CARGO_CRATE_NAME=httparse CARGO_MANIFEST_DIR=/construction/editors/lapce/lapce-0.2.8/cargo-crates/httparse-1.8.0 CARGO_PKG_AUTHORS='Sean McArthur ' CARGO_PKG_DESCRIPTION='A tiny, safe, speedy, zero-copy HTTP/1.x parser.' CARGO_PKG_HOMEPAGE='' CARGO_PKG_LICENSE=MIT/Apache-2.0 CARGO_PKG_LICENSE_FILE='' CARGO_PKG_NAME=httparse CARGO_PKG_README=README.md CARGO_PKG_REPOSITORY='https://github.com/seanmonstar/httparse' CARGO_PKG_RUST_VERSION='' CARGO_PKG_VERSION=1.8.0 CARGO_PKG_VERSION_MAJOR=1 CARGO_PKG_VERSION_MINOR=8 CARGO_PKG_VERSION_PATCH=0 CARGO_PKG_VERSION_PRE='' LD_LIBRARY_PATH='/construction/editors/lapce/target/release/deps:/usr/local/lib' OUT_DIR=/construction/editors/lapce/target/x86_64-unknown-dragonfly/release/build/httparse-30803129636853f5/out /usr/local/bin/rustc --crate-name httparse --edition=2018 /construction/editors/lapce/lapce-0.2.8/cargo-crates/httparse-1.8.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --diagnostic-width=80 --crate-type lib --emit=dep-info,metadata,link -C opt-level=2 -C embed-bitcode=no --cfg 'feature="default"' --cfg 'feature="std"' -C metadata=e128073773e0aea4 -C extra-filename=-e128073773e0aea4 --out-dir /construction/editors/lapce/target/x86_64-unknown-dragonfly/release/deps --target x86_64-unknown-dragonfly -C linker=cc -L dependency=/construction/editors/lapce/target/x86_64-unknown-dragonfly/release/deps -L dependency=/construction/editors/lapce/target/release/deps --cap-lints warn -C link-arg=-Wl,-rpath,/usr/local/lib -C link-arg=-L/usr/local/lib --cfg httparse_simd` Compiling unic-langid v0.9.0 Running `CARGO=/usr/local/bin/cargo CARGO_CRATE_NAME=unic_langid CARGO_MANIFEST_DIR=/construction/editors/lapce/lapce-0.2.8/cargo-crates/unic-langid-0.9.0 CARGO_PKG_AUTHORS='Zibi Braniecki ' CARGO_PKG_DESCRIPTION='API for managing Unicode Language Identifiers' CARGO_PKG_HOMEPAGE='' CARGO_PKG_LICENSE=MIT/Apache-2.0 CARGO_PKG_LICENSE_FILE='' CARGO_PKG_NAME=unic-langid CARGO_PKG_README=README.md CARGO_PKG_REPOSITORY='https://github.com/zbraniecki/unic-locale' CARGO_PKG_RUST_VERSION='' CARGO_PKG_VERSION=0.9.0 CARGO_PKG_VERSION_MAJOR=0 CARGO_PKG_VERSION_MINOR=9 CARGO_PKG_VERSION_PATCH=0 CARGO_PKG_VERSION_PRE='' LD_LIBRARY_PATH='/construction/editors/lapce/target/release/deps:/usr/local/lib' /usr/local/bin/rustc --crate-name unic_langid --edition=2018 /construction/editors/lapce/lapce-0.2.8/cargo-crates/unic-langid-0.9.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --diagnostic-width=80 --crate-type lib --emit=dep-info,metadata,link -C opt-level=2 -C embed-bitcode=no --cfg 'feature="default"' -C metadata=843950d4104c6c95 -C extra-filename=-843950d4104c6c95 --out-dir /construction/editors/lapce/target/x86_64-unknown-dragonfly/release/deps --target x86_64-unknown-dragonfly -C linker=cc -L dependency=/construction/editors/lapce/target/x86_64-unknown-dragonfly/release/deps -L dependency=/construction/editors/lapce/target/release/deps --extern unic_langid_impl=/construction/editors/lapce/target/x86_64-unknown-dragonfly/release/deps/libunic_langid_impl-6cd67cd9e5ed79a5.rmeta --cap-lints warn -C link-arg=-Wl,-rpath,/usr/local/lib -C link-arg=-L/usr/local/lib` Compiling unic-ucd-bidi v0.9.0 Running `CARGO=/usr/local/bin/cargo CARGO_CRATE_NAME=unic_ucd_bidi CARGO_MANIFEST_DIR=/construction/editors/lapce/lapce-0.2.8/cargo-crates/unic-ucd-bidi-0.9.0 CARGO_PKG_AUTHORS='The UNIC Project Developers' CARGO_PKG_DESCRIPTION='UNIC — Unicode Character Database — Bidi Properties' CARGO_PKG_HOMEPAGE='' CARGO_PKG_LICENSE=MIT/Apache-2.0 CARGO_PKG_LICENSE_FILE='' CARGO_PKG_NAME=unic-ucd-bidi CARGO_PKG_README='' CARGO_PKG_REPOSITORY='https://github.com/open-i18n/rust-unic/' CARGO_PKG_RUST_VERSION='' CARGO_PKG_VERSION=0.9.0 CARGO_PKG_VERSION_MAJOR=0 CARGO_PKG_VERSION_MINOR=9 CARGO_PKG_VERSION_PATCH=0 CARGO_PKG_VERSION_PRE='' LD_LIBRARY_PATH='/construction/editors/lapce/target/release/deps:/usr/local/lib' /usr/local/bin/rustc --crate-name unic_ucd_bidi --edition=2018 /construction/editors/lapce/lapce-0.2.8/cargo-crates/unic-ucd-bidi-0.9.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --diagnostic-width=80 --crate-type lib --emit=dep-info,metadata,link -C opt-level=2 -C embed-bitcode=no -C metadata=228c1bffc8c38686 -C extra-filename=-228c1bffc8c38686 --out-dir /construction/editors/lapce/target/x86_64-unknown-dragonfly/release/deps --target x86_64-unknown-dragonfly -C linker=cc -L dependency=/construction/editors/lapce/target/x86_64-unknown-dragonfly/release/deps -L dependency=/construction/editors/lapce/target/release/deps --extern unic_char_property=/construction/editors/lapce/target/x86_64-unknown-dragonfly/release/deps/libunic_char_property-1ee5e1e512a896db.rmeta --extern unic_char_range=/construction/editors/lapce/target/x86_64-unknown-dragonfly/release/deps/libunic_char_range-61fd8c0f578ceb53.rmeta --extern unic_ucd_version=/construction/editors/lapce/target/x86_64-unknown-dragonfly/release/deps/libunic_ucd_version-98c8da401d161505.rmeta --cap-lints warn -C link-arg=-Wl,-rpath,/usr/local/lib -C link-arg=-L/usr/local/lib` Compiling http-body v0.4.5 Running `CARGO=/usr/local/bin/cargo CARGO_CRATE_NAME=http_body CARGO_MANIFEST_DIR=/construction/editors/lapce/lapce-0.2.8/cargo-crates/http-body-0.4.5 CARGO_PKG_AUTHORS='Carl Lerche :Lucio Franco :Sean McArthur ' CARGO_PKG_DESCRIPTION='Trait representing an asynchronous, streaming, HTTP request or response body. ' CARGO_PKG_HOMEPAGE='' CARGO_PKG_LICENSE=MIT CARGO_PKG_LICENSE_FILE='' CARGO_PKG_NAME=http-body CARGO_PKG_README=README.md CARGO_PKG_REPOSITORY='https://github.com/hyperium/http-body' CARGO_PKG_RUST_VERSION='' CARGO_PKG_VERSION=0.4.5 CARGO_PKG_VERSION_MAJOR=0 CARGO_PKG_VERSION_MINOR=4 CARGO_PKG_VERSION_PATCH=5 CARGO_PKG_VERSION_PRE='' LD_LIBRARY_PATH='/construction/editors/lapce/target/release/deps:/usr/local/lib' /usr/local/bin/rustc --crate-name http_body --edition=2018 /construction/editors/lapce/lapce-0.2.8/cargo-crates/http-body-0.4.5/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --diagnostic-width=80 --crate-type lib --emit=dep-info,metadata,link -C opt-level=2 -C embed-bitcode=no -C metadata=517aec10c1b83b4d -C extra-filename=-517aec10c1b83b4d --out-dir /construction/editors/lapce/target/x86_64-unknown-dragonfly/release/deps --target x86_64-unknown-dragonfly -C linker=cc -L dependency=/construction/editors/lapce/target/x86_64-unknown-dragonfly/release/deps -L dependency=/construction/editors/lapce/target/release/deps --extern bytes=/construction/editors/lapce/target/x86_64-unknown-dragonfly/release/deps/libbytes-a4bd900413794e94.rmeta --extern http=/construction/editors/lapce/target/x86_64-unknown-dragonfly/release/deps/libhttp-c5302d332b9aac7e.rmeta --extern pin_project_lite=/construction/editors/lapce/target/x86_64-unknown-dragonfly/release/deps/libpin_project_lite-4c9a3c2040968f25.rmeta --cap-lints warn -C link-arg=-Wl,-rpath,/usr/local/lib -C link-arg=-L/usr/local/lib` Compiling cranelift-frontend v0.88.2 Running `CARGO=/usr/local/bin/cargo CARGO_CRATE_NAME=cranelift_frontend CARGO_MANIFEST_DIR=/construction/editors/lapce/lapce-0.2.8/cargo-crates/cranelift-frontend-0.88.2 CARGO_PKG_AUTHORS='The Cranelift Project Developers' CARGO_PKG_DESCRIPTION='Cranelift IR builder helper' CARGO_PKG_HOMEPAGE='' CARGO_PKG_LICENSE='Apache-2.0 WITH LLVM-exception' CARGO_PKG_LICENSE_FILE='' CARGO_PKG_NAME=cranelift-frontend CARGO_PKG_README=README.md CARGO_PKG_REPOSITORY='https://github.com/bytecodealliance/wasmtime' CARGO_PKG_RUST_VERSION='' CARGO_PKG_VERSION=0.88.2 CARGO_PKG_VERSION_MAJOR=0 CARGO_PKG_VERSION_MINOR=88 CARGO_PKG_VERSION_PATCH=2 CARGO_PKG_VERSION_PRE='' LD_LIBRARY_PATH='/construction/editors/lapce/target/release/deps:/usr/local/lib' /usr/local/bin/rustc --crate-name cranelift_frontend --edition=2021 /construction/editors/lapce/lapce-0.2.8/cargo-crates/cranelift-frontend-0.88.2/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --diagnostic-width=80 --crate-type lib --emit=dep-info,metadata,link -C opt-level=2 -C embed-bitcode=no --cfg 'feature="default"' --cfg 'feature="std"' -C metadata=b29cfb0f7f4f45e3 -C extra-filename=-b29cfb0f7f4f45e3 --out-dir /construction/editors/lapce/target/x86_64-unknown-dragonfly/release/deps --target x86_64-unknown-dragonfly -C linker=cc -L dependency=/construction/editors/lapce/target/x86_64-unknown-dragonfly/release/deps -L dependency=/construction/editors/lapce/target/release/deps --extern cranelift_codegen=/construction/editors/lapce/target/x86_64-unknown-dragonfly/release/deps/libcranelift_codegen-41ca00452224e6e7.rmeta --extern log=/construction/editors/lapce/target/x86_64-unknown-dragonfly/release/deps/liblog-be9aaa4416aa5918.rmeta --extern smallvec=/construction/editors/lapce/target/x86_64-unknown-dragonfly/release/deps/libsmallvec-ec6dc2d9ac4945a3.rmeta --extern target_lexicon=/construction/editors/lapce/target/x86_64-unknown-dragonfly/release/deps/libtarget_lexicon-d6637293a0311e6e.rmeta --cap-lints warn -C link-arg=-Wl,-rpath,/usr/local/lib -C link-arg=-L/usr/local/lib` Compiling cranelift-native v0.88.2 Running `CARGO=/usr/local/bin/cargo CARGO_CRATE_NAME=cranelift_native CARGO_MANIFEST_DIR=/construction/editors/lapce/lapce-0.2.8/cargo-crates/cranelift-native-0.88.2 CARGO_PKG_AUTHORS='The Cranelift Project Developers' CARGO_PKG_DESCRIPTION='Support for targeting the host with Cranelift' CARGO_PKG_HOMEPAGE='' CARGO_PKG_LICENSE='Apache-2.0 WITH LLVM-exception' CARGO_PKG_LICENSE_FILE='' CARGO_PKG_NAME=cranelift-native CARGO_PKG_README=README.md CARGO_PKG_REPOSITORY='https://github.com/bytecodealliance/wasmtime' CARGO_PKG_RUST_VERSION='' CARGO_PKG_VERSION=0.88.2 CARGO_PKG_VERSION_MAJOR=0 CARGO_PKG_VERSION_MINOR=88 CARGO_PKG_VERSION_PATCH=2 CARGO_PKG_VERSION_PRE='' LD_LIBRARY_PATH='/construction/editors/lapce/target/release/deps:/usr/local/lib' /usr/local/bin/rustc --crate-name cranelift_native --edition=2021 /construction/editors/lapce/lapce-0.2.8/cargo-crates/cranelift-native-0.88.2/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --diagnostic-width=80 --crate-type lib --emit=dep-info,metadata,link -C opt-level=2 -C embed-bitcode=no --cfg 'feature="default"' --cfg 'feature="std"' -C metadata=52f5f8e6fb69e4b3 -C extra-filename=-52f5f8e6fb69e4b3 --out-dir /construction/editors/lapce/target/x86_64-unknown-dragonfly/release/deps --target x86_64-unknown-dragonfly -C linker=cc -L dependency=/construction/editors/lapce/target/x86_64-unknown-dragonfly/release/deps -L dependency=/construction/editors/lapce/target/release/deps --extern cranelift_codegen=/construction/editors/lapce/target/x86_64-unknown-dragonfly/release/deps/libcranelift_codegen-41ca00452224e6e7.rmeta --extern target_lexicon=/construction/editors/lapce/target/x86_64-unknown-dragonfly/release/deps/libtarget_lexicon-d6637293a0311e6e.rmeta --cap-lints warn -C link-arg=-Wl,-rpath,/usr/local/lib -C link-arg=-L/usr/local/lib` Compiling bstr v0.2.17 Running `CARGO=/usr/local/bin/cargo CARGO_CRATE_NAME=bstr CARGO_MANIFEST_DIR=/construction/editors/lapce/lapce-0.2.8/cargo-crates/bstr-0.2.17 CARGO_PKG_AUTHORS='Andrew Gallant ' CARGO_PKG_DESCRIPTION='A string type that is not required to be valid UTF-8.' CARGO_PKG_HOMEPAGE='https://github.com/BurntSushi/bstr' CARGO_PKG_LICENSE='MIT OR Apache-2.0' CARGO_PKG_LICENSE_FILE='' CARGO_PKG_NAME=bstr CARGO_PKG_README=README.md CARGO_PKG_REPOSITORY='https://github.com/BurntSushi/bstr' CARGO_PKG_RUST_VERSION='' CARGO_PKG_VERSION=0.2.17 CARGO_PKG_VERSION_MAJOR=0 CARGO_PKG_VERSION_MINOR=2 CARGO_PKG_VERSION_PATCH=17 CARGO_PKG_VERSION_PRE='' LD_LIBRARY_PATH='/construction/editors/lapce/target/release/deps:/usr/local/lib' /usr/local/bin/rustc --crate-name bstr --edition=2018 /construction/editors/lapce/lapce-0.2.8/cargo-crates/bstr-0.2.17/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --diagnostic-width=80 --crate-type lib --emit=dep-info,metadata,link -C opt-level=2 -C embed-bitcode=no --cfg 'feature="default"' --cfg 'feature="lazy_static"' --cfg 'feature="regex-automata"' --cfg 'feature="std"' --cfg 'feature="unicode"' -C metadata=c36ed2695eaeb08f -C extra-filename=-c36ed2695eaeb08f --out-dir /construction/editors/lapce/target/x86_64-unknown-dragonfly/release/deps --target x86_64-unknown-dragonfly -C linker=cc -L dependency=/construction/editors/lapce/target/x86_64-unknown-dragonfly/release/deps -L dependency=/construction/editors/lapce/target/release/deps --extern lazy_static=/construction/editors/lapce/target/x86_64-unknown-dragonfly/release/deps/liblazy_static-1990096226ce5b2a.rmeta --extern memchr=/construction/editors/lapce/target/x86_64-unknown-dragonfly/release/deps/libmemchr-bcd48a6ecc42e0cb.rmeta --extern regex_automata=/construction/editors/lapce/target/x86_64-unknown-dragonfly/release/deps/libregex_automata-f63561b8932c3960.rmeta --cap-lints warn -C link-arg=-Wl,-rpath,/usr/local/lib -C link-arg=-L/usr/local/lib` warning: `mio` (lib) generated 6 warnings Compiling safe_arch v0.5.2 Running `CARGO=/usr/local/bin/cargo CARGO_CRATE_NAME=safe_arch CARGO_MANIFEST_DIR=/construction/editors/lapce/lapce-0.2.8/cargo-crates/safe_arch-0.5.2 CARGO_PKG_AUTHORS='Lokathor ' CARGO_PKG_DESCRIPTION='Crate that exposes `core::arch` safely via `#[cfg()]`.' CARGO_PKG_HOMEPAGE='' CARGO_PKG_LICENSE='Zlib OR Apache-2.0 OR MIT' CARGO_PKG_LICENSE_FILE='' CARGO_PKG_NAME=safe_arch CARGO_PKG_README=README.md CARGO_PKG_REPOSITORY='https://github.com/Lokathor/safe_arch' CARGO_PKG_RUST_VERSION='' CARGO_PKG_VERSION=0.5.2 CARGO_PKG_VERSION_MAJOR=0 CARGO_PKG_VERSION_MINOR=5 CARGO_PKG_VERSION_PATCH=2 CARGO_PKG_VERSION_PRE='' LD_LIBRARY_PATH='/construction/editors/lapce/target/release/deps:/usr/local/lib' /usr/local/bin/rustc --crate-name safe_arch --edition=2018 /construction/editors/lapce/lapce-0.2.8/cargo-crates/safe_arch-0.5.2/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --diagnostic-width=80 --crate-type lib --emit=dep-info,metadata,link -C opt-level=2 -C embed-bitcode=no --cfg 'feature="bytemuck"' --cfg 'feature="default"' -C metadata=2da6bbea192fae6c -C extra-filename=-2da6bbea192fae6c --out-dir /construction/editors/lapce/target/x86_64-unknown-dragonfly/release/deps --target x86_64-unknown-dragonfly -C linker=cc -L dependency=/construction/editors/lapce/target/x86_64-unknown-dragonfly/release/deps -L dependency=/construction/editors/lapce/target/release/deps --extern bytemuck=/construction/editors/lapce/target/x86_64-unknown-dragonfly/release/deps/libbytemuck-6fd04d482c7f5619.rmeta --cap-lints warn -C link-arg=-Wl,-rpath,/usr/local/lib -C link-arg=-L/usr/local/lib` Compiling rgb v0.8.34 Running `CARGO=/usr/local/bin/cargo CARGO_CRATE_NAME=rgb CARGO_MANIFEST_DIR=/construction/editors/lapce/lapce-0.2.8/cargo-crates/rgb-0.8.34 CARGO_PKG_AUTHORS='Kornel Lesiński ' CARGO_PKG_DESCRIPTION='`struct RGB/RGBA/etc.` for sharing pixels between crates + convenience methods for color manipulation. Allows no-copy high-level interoperability. Also adds common convenience methods and implements standard Rust traits to make `RGB`/`RGBA` pixels and slices first-class Rust objects.' CARGO_PKG_HOMEPAGE='https://lib.rs/crates/rgb' CARGO_PKG_LICENSE=MIT CARGO_PKG_LICENSE_FILE='' CARGO_PKG_NAME=rgb CARGO_PKG_README=README.md CARGO_PKG_REPOSITORY='https://github.com/kornelski/rust-rgb' CARGO_PKG_RUST_VERSION='' CARGO_PKG_VERSION=0.8.34 CARGO_PKG_VERSION_MAJOR=0 CARGO_PKG_VERSION_MINOR=8 CARGO_PKG_VERSION_PATCH=34 CARGO_PKG_VERSION_PRE='' LD_LIBRARY_PATH='/construction/editors/lapce/target/release/deps:/usr/local/lib' /usr/local/bin/rustc --crate-name rgb --edition=2018 /construction/editors/lapce/lapce-0.2.8/cargo-crates/rgb-0.8.34/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --diagnostic-width=80 --crate-type lib --emit=dep-info,metadata,link -C opt-level=2 -C embed-bitcode=no --cfg 'feature="as-bytes"' --cfg 'feature="bytemuck"' --cfg 'feature="default"' -C metadata=17ad97563b41f994 -C extra-filename=-17ad97563b41f994 --out-dir /construction/editors/lapce/target/x86_64-unknown-dragonfly/release/deps --target x86_64-unknown-dragonfly -C linker=cc -L dependency=/construction/editors/lapce/target/x86_64-unknown-dragonfly/release/deps -L dependency=/construction/editors/lapce/target/release/deps --extern bytemuck=/construction/editors/lapce/target/x86_64-unknown-dragonfly/release/deps/libbytemuck-6fd04d482c7f5619.rmeta --cap-lints warn -C link-arg=-Wl,-rpath,/usr/local/lib -C link-arg=-L/usr/local/lib` Compiling cranelift-wasm v0.88.2 Running `CARGO=/usr/local/bin/cargo CARGO_CRATE_NAME=cranelift_wasm CARGO_MANIFEST_DIR=/construction/editors/lapce/lapce-0.2.8/cargo-crates/cranelift-wasm-0.88.2 CARGO_PKG_AUTHORS='The Cranelift Project Developers' CARGO_PKG_DESCRIPTION='Translator from WebAssembly to Cranelift IR' CARGO_PKG_HOMEPAGE='' CARGO_PKG_LICENSE='Apache-2.0 WITH LLVM-exception' CARGO_PKG_LICENSE_FILE='' CARGO_PKG_NAME=cranelift-wasm CARGO_PKG_README=README.md CARGO_PKG_REPOSITORY='https://github.com/bytecodealliance/wasmtime' CARGO_PKG_RUST_VERSION='' CARGO_PKG_VERSION=0.88.2 CARGO_PKG_VERSION_MAJOR=0 CARGO_PKG_VERSION_MINOR=88 CARGO_PKG_VERSION_PATCH=2 CARGO_PKG_VERSION_PRE='' LD_LIBRARY_PATH='/construction/editors/lapce/target/release/deps:/usr/local/lib' /usr/local/bin/rustc --crate-name cranelift_wasm --edition=2021 /construction/editors/lapce/lapce-0.2.8/cargo-crates/cranelift-wasm-0.88.2/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --diagnostic-width=80 --crate-type lib --emit=dep-info,metadata,link -C opt-level=2 -C embed-bitcode=no --cfg 'feature="default"' --cfg 'feature="std"' -C metadata=8ccf54844f6ff2d8 -C extra-filename=-8ccf54844f6ff2d8 --out-dir /construction/editors/lapce/target/x86_64-unknown-dragonfly/release/deps --target x86_64-unknown-dragonfly -C linker=cc -L dependency=/construction/editors/lapce/target/x86_64-unknown-dragonfly/release/deps -L dependency=/construction/editors/lapce/target/release/deps --extern cranelift_codegen=/construction/editors/lapce/target/x86_64-unknown-dragonfly/release/deps/libcranelift_codegen-41ca00452224e6e7.rmeta --extern cranelift_entity=/construction/editors/lapce/target/x86_64-unknown-dragonfly/release/deps/libcranelift_entity-410105d88910fc08.rmeta --extern cranelift_frontend=/construction/editors/lapce/target/x86_64-unknown-dragonfly/release/deps/libcranelift_frontend-b29cfb0f7f4f45e3.rmeta --extern itertools=/construction/editors/lapce/target/x86_64-unknown-dragonfly/release/deps/libitertools-1ea4fbf3f39441fc.rmeta --extern log=/construction/editors/lapce/target/x86_64-unknown-dragonfly/release/deps/liblog-be9aaa4416aa5918.rmeta --extern smallvec=/construction/editors/lapce/target/x86_64-unknown-dragonfly/release/deps/libsmallvec-ec6dc2d9ac4945a3.rmeta --extern wasmparser=/construction/editors/lapce/target/x86_64-unknown-dragonfly/release/deps/libwasmparser-336ed3a1af080b45.rmeta --extern wasmtime_types=/construction/editors/lapce/target/x86_64-unknown-dragonfly/release/deps/libwasmtime_types-88f6c26fdf9350de.rmeta --cap-lints warn -C link-arg=-Wl,-rpath,/usr/local/lib -C link-arg=-L/usr/local/lib` Compiling serde_repr v0.1.9 Running `CARGO=/usr/local/bin/cargo CARGO_CRATE_NAME=serde_repr CARGO_MANIFEST_DIR=/construction/editors/lapce/lapce-0.2.8/cargo-crates/serde_repr-0.1.9 CARGO_PKG_AUTHORS='David Tolnay ' CARGO_PKG_DESCRIPTION='Derive Serialize and Deserialize that delegates to the underlying repr of a C-like enum.' CARGO_PKG_HOMEPAGE='' CARGO_PKG_LICENSE='MIT OR Apache-2.0' CARGO_PKG_LICENSE_FILE='' CARGO_PKG_NAME=serde_repr CARGO_PKG_README=README.md CARGO_PKG_REPOSITORY='https://github.com/dtolnay/serde-repr' CARGO_PKG_RUST_VERSION=1.31 CARGO_PKG_VERSION=0.1.9 CARGO_PKG_VERSION_MAJOR=0 CARGO_PKG_VERSION_MINOR=1 CARGO_PKG_VERSION_PATCH=9 CARGO_PKG_VERSION_PRE='' LD_LIBRARY_PATH='/construction/editors/lapce/target/release/deps:/usr/local/lib' /usr/local/bin/rustc --crate-name serde_repr --edition=2018 /construction/editors/lapce/lapce-0.2.8/cargo-crates/serde_repr-0.1.9/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --diagnostic-width=80 --crate-type proc-macro --emit=dep-info,link -C prefer-dynamic -C embed-bitcode=no -C debug-assertions=off -C metadata=3a908b00087679fa -C extra-filename=-3a908b00087679fa --out-dir /construction/editors/lapce/target/release/deps -C linker=cc -L dependency=/construction/editors/lapce/target/release/deps --extern proc_macro2=/construction/editors/lapce/target/release/deps/libproc_macro2-0d396a60a42a5507.rlib --extern quote=/construction/editors/lapce/target/release/deps/libquote-598fea7a1e3d78d8.rlib --extern syn=/construction/editors/lapce/target/release/deps/libsyn-175e445b271fda34.rlib --extern proc_macro --cap-lints warn` Compiling cap-rand v0.25.3 Running `CARGO=/usr/local/bin/cargo CARGO_CRATE_NAME=cap_rand CARGO_MANIFEST_DIR=/construction/editors/lapce/lapce-0.2.8/cargo-crates/cap-rand-0.25.3 CARGO_PKG_AUTHORS='Dan Gohman :Jakub Konka ' CARGO_PKG_DESCRIPTION='Capability-based random number generators' CARGO_PKG_HOMEPAGE='' CARGO_PKG_LICENSE='Apache-2.0 WITH LLVM-exception OR Apache-2.0 OR MIT' CARGO_PKG_LICENSE_FILE='' CARGO_PKG_NAME=cap-rand CARGO_PKG_README=README.md CARGO_PKG_REPOSITORY='https://github.com/bytecodealliance/cap-std' CARGO_PKG_RUST_VERSION='' CARGO_PKG_VERSION=0.25.3 CARGO_PKG_VERSION_MAJOR=0 CARGO_PKG_VERSION_MINOR=25 CARGO_PKG_VERSION_PATCH=3 CARGO_PKG_VERSION_PRE='' LD_LIBRARY_PATH='/construction/editors/lapce/target/release/deps:/usr/local/lib' /usr/local/bin/rustc --crate-name cap_rand --edition=2018 /construction/editors/lapce/lapce-0.2.8/cargo-crates/cap-rand-0.25.3/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --diagnostic-width=80 --crate-type lib --emit=dep-info,metadata,link -C opt-level=2 -C embed-bitcode=no --cfg 'feature="default"' -C metadata=2a40fd34c7a80488 -C extra-filename=-2a40fd34c7a80488 --out-dir /construction/editors/lapce/target/x86_64-unknown-dragonfly/release/deps --target x86_64-unknown-dragonfly -C linker=cc -L dependency=/construction/editors/lapce/target/x86_64-unknown-dragonfly/release/deps -L dependency=/construction/editors/lapce/target/release/deps --extern ambient_authority=/construction/editors/lapce/target/x86_64-unknown-dragonfly/release/deps/libambient_authority-cbd43ae22162487a.rmeta --extern rand=/construction/editors/lapce/target/x86_64-unknown-dragonfly/release/deps/librand-2eeeec90a7cac1fa.rmeta --cap-lints warn -C link-arg=-Wl,-rpath,/usr/local/lib -C link-arg=-L/usr/local/lib` Compiling sid v0.6.1 Running `CARGO=/usr/local/bin/cargo CARGO_CRATE_NAME=sid CARGO_MANIFEST_DIR=/construction/editors/lapce/lapce-0.2.8/cargo-crates/sid-0.6.1 CARGO_PKG_AUTHORS='Nicolas Silva ' CARGO_PKG_DESCRIPTION='Simple Id. Tiny crate providing strongly typed ids and an id-based vector.' CARGO_PKG_HOMEPAGE='' CARGO_PKG_LICENSE=MIT/Apache-2.0 CARGO_PKG_LICENSE_FILE='' CARGO_PKG_NAME=sid CARGO_PKG_README=README.md CARGO_PKG_REPOSITORY='https://github.com/nical/sid' CARGO_PKG_RUST_VERSION='' CARGO_PKG_VERSION=0.6.1 CARGO_PKG_VERSION_MAJOR=0 CARGO_PKG_VERSION_MINOR=6 CARGO_PKG_VERSION_PATCH=1 CARGO_PKG_VERSION_PRE='' LD_LIBRARY_PATH='/construction/editors/lapce/target/release/deps:/usr/local/lib' /usr/local/bin/rustc --crate-name sid /construction/editors/lapce/lapce-0.2.8/cargo-crates/sid-0.6.1/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --diagnostic-width=80 --crate-type lib --emit=dep-info,metadata,link -C opt-level=2 -C embed-bitcode=no -C metadata=2c74715fc4b24660 -C extra-filename=-2c74715fc4b24660 --out-dir /construction/editors/lapce/target/x86_64-unknown-dragonfly/release/deps --target x86_64-unknown-dragonfly -C linker=cc -L dependency=/construction/editors/lapce/target/x86_64-unknown-dragonfly/release/deps -L dependency=/construction/editors/lapce/target/release/deps --extern num_traits=/construction/editors/lapce/target/x86_64-unknown-dragonfly/release/deps/libnum_traits-dd6d79c2f9521648.rmeta --cap-lints warn -C link-arg=-Wl,-rpath,/usr/local/lib -C link-arg=-L/usr/local/lib` Compiling float_next_after v0.1.5 Running `CARGO=/usr/local/bin/cargo CARGO_CRATE_NAME=float_next_after CARGO_MANIFEST_DIR=/construction/editors/lapce/lapce-0.2.8/cargo-crates/float_next_after-0.1.5 CARGO_PKG_AUTHORS='Bronson Brown-deVost ' CARGO_PKG_DESCRIPTION='A trait for native rust f64/f32 nextafter' CARGO_PKG_HOMEPAGE='https://gitlab.com/bronsonbdevost/next_afterf' CARGO_PKG_LICENSE=MIT CARGO_PKG_LICENSE_FILE='' CARGO_PKG_NAME=float_next_after CARGO_PKG_README=README.md CARGO_PKG_REPOSITORY='https://gitlab.com/bronsonbdevost/next_afterf' CARGO_PKG_RUST_VERSION='' CARGO_PKG_VERSION=0.1.5 CARGO_PKG_VERSION_MAJOR=0 CARGO_PKG_VERSION_MINOR=1 CARGO_PKG_VERSION_PATCH=5 CARGO_PKG_VERSION_PRE='' LD_LIBRARY_PATH='/construction/editors/lapce/target/release/deps:/usr/local/lib' /usr/local/bin/rustc --crate-name float_next_after --edition=2018 /construction/editors/lapce/lapce-0.2.8/cargo-crates/float_next_after-0.1.5/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --diagnostic-width=80 --crate-type lib --emit=dep-info,metadata,link -C opt-level=2 -C embed-bitcode=no -C metadata=7d9cf8f902883f47 -C extra-filename=-7d9cf8f902883f47 --out-dir /construction/editors/lapce/target/x86_64-unknown-dragonfly/release/deps --target x86_64-unknown-dragonfly -C linker=cc -L dependency=/construction/editors/lapce/target/x86_64-unknown-dragonfly/release/deps -L dependency=/construction/editors/lapce/target/release/deps --extern num_traits=/construction/editors/lapce/target/x86_64-unknown-dragonfly/release/deps/libnum_traits-dd6d79c2f9521648.rmeta --cap-lints warn -C link-arg=-Wl,-rpath,/usr/local/lib -C link-arg=-L/usr/local/lib` Compiling threadpool v1.8.1 Running `CARGO=/usr/local/bin/cargo CARGO_CRATE_NAME=threadpool CARGO_MANIFEST_DIR=/construction/editors/lapce/lapce-0.2.8/cargo-crates/threadpool-1.8.1 CARGO_PKG_AUTHORS='The Rust Project Developers:Corey Farwell :Stefan Schindler ' CARGO_PKG_DESCRIPTION='A thread pool for running a number of jobs on a fixed set of worker threads. ' CARGO_PKG_HOMEPAGE='https://github.com/rust-threadpool/rust-threadpool' CARGO_PKG_LICENSE=MIT/Apache-2.0 CARGO_PKG_LICENSE_FILE='' CARGO_PKG_NAME=threadpool CARGO_PKG_README=README.md CARGO_PKG_REPOSITORY='https://github.com/rust-threadpool/rust-threadpool' CARGO_PKG_RUST_VERSION='' CARGO_PKG_VERSION=1.8.1 CARGO_PKG_VERSION_MAJOR=1 CARGO_PKG_VERSION_MINOR=8 CARGO_PKG_VERSION_PATCH=1 CARGO_PKG_VERSION_PRE='' LD_LIBRARY_PATH='/construction/editors/lapce/target/release/deps:/usr/local/lib' /usr/local/bin/rustc --crate-name threadpool /construction/editors/lapce/lapce-0.2.8/cargo-crates/threadpool-1.8.1/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --diagnostic-width=80 --crate-type lib --emit=dep-info,metadata,link -C opt-level=2 -C embed-bitcode=no -C metadata=b2223cae23f2d91b -C extra-filename=-b2223cae23f2d91b --out-dir /construction/editors/lapce/target/x86_64-unknown-dragonfly/release/deps --target x86_64-unknown-dragonfly -C linker=cc -L dependency=/construction/editors/lapce/target/x86_64-unknown-dragonfly/release/deps -L dependency=/construction/editors/lapce/target/release/deps --extern num_cpus=/construction/editors/lapce/target/x86_64-unknown-dragonfly/release/deps/libnum_cpus-cc82f254ffadbffe.rmeta --cap-lints warn -C link-arg=-Wl,-rpath,/usr/local/lib -C link-arg=-L/usr/local/lib` warning: trait objects without an explicit `dyn` are deprecated --> /construction/editors/lapce/lapce-0.2.8/cargo-crates/threadpool-1.8.1/src/lib.rs:99:22 | 99 | type Thunk<'a> = Box; | ^^^^^^^^^^^^^^^^^ | = warning: this is accepted in the current edition (Rust 2015) but is a hard error in Rust 2021! = note: for more information, see = note: `#[warn(bare_trait_objects)]` on by default help: use `dyn` | 99 | type Thunk<'a> = Box; | +++ warning: use of deprecated method `std::sync::atomic::AtomicUsize::compare_and_swap`: Use `compare_exchange` or `compare_exchange_weak` instead --> /construction/editors/lapce/lapce-0.2.8/cargo-crates/threadpool-1.8.1/src/lib.rs:631:42 | 631 | self.shared_data.join_generation.compare_and_swap( | ^^^^^^^^^^^^^^^^ | = note: `#[warn(deprecated)]` on by default Compiling wasmtime-cranelift v1.0.2 Running `CARGO=/usr/local/bin/cargo CARGO_CRATE_NAME=wasmtime_cranelift CARGO_MANIFEST_DIR=/construction/editors/lapce/lapce-0.2.8/cargo-crates/wasmtime-cranelift-1.0.2 CARGO_PKG_AUTHORS='The Wasmtime Project Developers' CARGO_PKG_DESCRIPTION='Integration between Cranelift and Wasmtime' CARGO_PKG_HOMEPAGE='' CARGO_PKG_LICENSE='Apache-2.0 WITH LLVM-exception' CARGO_PKG_LICENSE_FILE='' CARGO_PKG_NAME=wasmtime-cranelift CARGO_PKG_README='' CARGO_PKG_REPOSITORY='https://github.com/bytecodealliance/wasmtime' CARGO_PKG_RUST_VERSION='' CARGO_PKG_VERSION=1.0.2 CARGO_PKG_VERSION_MAJOR=1 CARGO_PKG_VERSION_MINOR=0 CARGO_PKG_VERSION_PATCH=2 CARGO_PKG_VERSION_PRE='' LD_LIBRARY_PATH='/construction/editors/lapce/target/release/deps:/usr/local/lib' /usr/local/bin/rustc --crate-name wasmtime_cranelift --edition=2021 /construction/editors/lapce/lapce-0.2.8/cargo-crates/wasmtime-cranelift-1.0.2/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --diagnostic-width=80 --crate-type lib --emit=dep-info,metadata,link -C opt-level=2 -C embed-bitcode=no -C metadata=ba0496bee33ad6bc -C extra-filename=-ba0496bee33ad6bc --out-dir /construction/editors/lapce/target/x86_64-unknown-dragonfly/release/deps --target x86_64-unknown-dragonfly -C linker=cc -L dependency=/construction/editors/lapce/target/x86_64-unknown-dragonfly/release/deps -L dependency=/construction/editors/lapce/target/release/deps --extern anyhow=/construction/editors/lapce/target/x86_64-unknown-dragonfly/release/deps/libanyhow-ca2e434b4858deca.rmeta --extern cranelift_codegen=/construction/editors/lapce/target/x86_64-unknown-dragonfly/release/deps/libcranelift_codegen-41ca00452224e6e7.rmeta --extern cranelift_entity=/construction/editors/lapce/target/x86_64-unknown-dragonfly/release/deps/libcranelift_entity-410105d88910fc08.rmeta --extern cranelift_frontend=/construction/editors/lapce/target/x86_64-unknown-dragonfly/release/deps/libcranelift_frontend-b29cfb0f7f4f45e3.rmeta --extern cranelift_native=/construction/editors/lapce/target/x86_64-unknown-dragonfly/release/deps/libcranelift_native-52f5f8e6fb69e4b3.rmeta --extern cranelift_wasm=/construction/editors/lapce/target/x86_64-unknown-dragonfly/release/deps/libcranelift_wasm-8ccf54844f6ff2d8.rmeta --extern gimli=/construction/editors/lapce/target/x86_64-unknown-dragonfly/release/deps/libgimli-0b75cb177a619fda.rmeta --extern log=/construction/editors/lapce/target/x86_64-unknown-dragonfly/release/deps/liblog-be9aaa4416aa5918.rmeta --extern object=/construction/editors/lapce/target/x86_64-unknown-dragonfly/release/deps/libobject-d86118a6035ea85e.rmeta --extern target_lexicon=/construction/editors/lapce/target/x86_64-unknown-dragonfly/release/deps/libtarget_lexicon-d6637293a0311e6e.rmeta --extern thiserror=/construction/editors/lapce/target/x86_64-unknown-dragonfly/release/deps/libthiserror-5044f735190ebf51.rmeta --extern wasmparser=/construction/editors/lapce/target/x86_64-unknown-dragonfly/release/deps/libwasmparser-336ed3a1af080b45.rmeta --extern wasmtime_environ=/construction/editors/lapce/target/x86_64-unknown-dragonfly/release/deps/libwasmtime_environ-e50c082818c3290f.rmeta --cap-lints warn -C link-arg=-Wl,-rpath,/usr/local/lib -C link-arg=-L/usr/local/lib` Running `CARGO=/usr/local/bin/cargo CARGO_CRATE_NAME=dirs_sys CARGO_MANIFEST_DIR=/construction/editors/lapce/lapce-0.2.8/cargo-crates/dirs-sys-0.3.7 CARGO_PKG_AUTHORS='Simon Ochsenreither ' CARGO_PKG_DESCRIPTION='System-level helper functions for the dirs and directories crates.' CARGO_PKG_HOMEPAGE='' CARGO_PKG_LICENSE='MIT OR Apache-2.0' CARGO_PKG_LICENSE_FILE='' CARGO_PKG_NAME=dirs-sys CARGO_PKG_README=README.md CARGO_PKG_REPOSITORY='https://github.com/dirs-dev/dirs-sys-rs' CARGO_PKG_RUST_VERSION='' CARGO_PKG_VERSION=0.3.7 CARGO_PKG_VERSION_MAJOR=0 CARGO_PKG_VERSION_MINOR=3 CARGO_PKG_VERSION_PATCH=7 CARGO_PKG_VERSION_PRE='' LD_LIBRARY_PATH='/construction/editors/lapce/target/release/deps:/usr/local/lib' /usr/local/bin/rustc --crate-name dirs_sys /construction/editors/lapce/lapce-0.2.8/cargo-crates/dirs-sys-0.3.7/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --diagnostic-width=80 --crate-type lib --emit=dep-info,metadata,link -C opt-level=2 -C embed-bitcode=no -C metadata=4dae0294e919c75f -C extra-filename=-4dae0294e919c75f --out-dir /construction/editors/lapce/target/x86_64-unknown-dragonfly/release/deps --target x86_64-unknown-dragonfly -C linker=cc -L dependency=/construction/editors/lapce/target/x86_64-unknown-dragonfly/release/deps -L dependency=/construction/editors/lapce/target/release/deps --extern libc=/construction/editors/lapce/target/x86_64-unknown-dragonfly/release/deps/liblibc-8e3f13899fc9c378.rmeta --cap-lints warn -C link-arg=-Wl,-rpath,/usr/local/lib -C link-arg=-L/usr/local/lib` Compiling proc-macro-error v1.0.4 Running `CARGO=/usr/local/bin/cargo CARGO_CRATE_NAME=build_script_build CARGO_MANIFEST_DIR=/construction/editors/lapce/lapce-0.2.8/cargo-crates/proc-macro-error-1.0.4 CARGO_PKG_AUTHORS='CreepySkeleton ' CARGO_PKG_DESCRIPTION='Almost drop-in replacement to panics in proc-macros' CARGO_PKG_HOMEPAGE='' CARGO_PKG_LICENSE='MIT OR Apache-2.0' CARGO_PKG_LICENSE_FILE='' CARGO_PKG_NAME=proc-macro-error CARGO_PKG_README=README.md CARGO_PKG_REPOSITORY='https://gitlab.com/CreepySkeleton/proc-macro-error' CARGO_PKG_RUST_VERSION='' CARGO_PKG_VERSION=1.0.4 CARGO_PKG_VERSION_MAJOR=1 CARGO_PKG_VERSION_MINOR=0 CARGO_PKG_VERSION_PATCH=4 CARGO_PKG_VERSION_PRE='' LD_LIBRARY_PATH='/construction/editors/lapce/target/release/deps:/usr/local/lib' /usr/local/bin/rustc --crate-name build_script_build --edition=2018 /construction/editors/lapce/lapce-0.2.8/cargo-crates/proc-macro-error-1.0.4/build.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --diagnostic-width=80 --crate-type bin --emit=dep-info,link -C embed-bitcode=no -C debug-assertions=off --cfg 'feature="default"' --cfg 'feature="syn"' --cfg 'feature="syn-error"' -C metadata=c885e4647a7edc06 -C extra-filename=-c885e4647a7edc06 --out-dir /construction/editors/lapce/target/release/build/proc-macro-error-c885e4647a7edc06 -C linker=cc -L dependency=/construction/editors/lapce/target/release/deps --extern version_check=/construction/editors/lapce/target/release/deps/libversion_check-f1bbd4e679df1358.rlib --cap-lints warn` Compiling glam v0.10.2 Running `CARGO=/usr/local/bin/cargo CARGO_CRATE_NAME=build_script_build CARGO_MANIFEST_DIR=/construction/editors/lapce/lapce-0.2.8/cargo-crates/glam-0.10.2 CARGO_PKG_AUTHORS='Cameron Hart ' CARGO_PKG_DESCRIPTION='A simple and fast 3D math library for games and graphics' CARGO_PKG_HOMEPAGE='' CARGO_PKG_LICENSE='MIT OR Apache-2.0' CARGO_PKG_LICENSE_FILE='' CARGO_PKG_NAME=glam CARGO_PKG_README=README.md CARGO_PKG_REPOSITORY='https://github.com/bitshifter/glam-rs' CARGO_PKG_RUST_VERSION='' CARGO_PKG_VERSION=0.10.2 CARGO_PKG_VERSION_MAJOR=0 CARGO_PKG_VERSION_MINOR=10 CARGO_PKG_VERSION_PATCH=2 CARGO_PKG_VERSION_PRE='' LD_LIBRARY_PATH='/construction/editors/lapce/target/release/deps:/usr/local/lib' /usr/local/bin/rustc --crate-name build_script_build --edition=2018 /construction/editors/lapce/lapce-0.2.8/cargo-crates/glam-0.10.2/build.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --diagnostic-width=80 --crate-type bin --emit=dep-info,link -C embed-bitcode=no -C debug-assertions=off --cfg 'feature="default"' --cfg 'feature="std"' -C metadata=7c0f67b52c73b2ec -C extra-filename=-7c0f67b52c73b2ec --out-dir /construction/editors/lapce/target/release/build/glam-7c0f67b52c73b2ec -C linker=cc -L dependency=/construction/editors/lapce/target/release/deps --extern version_check=/construction/editors/lapce/target/release/deps/libversion_check-f1bbd4e679df1358.rlib --cap-lints warn` Compiling tower-service v0.3.2 Running `CARGO=/usr/local/bin/cargo CARGO_CRATE_NAME=tower_service CARGO_MANIFEST_DIR=/construction/editors/lapce/lapce-0.2.8/cargo-crates/tower-service-0.3.2 CARGO_PKG_AUTHORS='Tower Maintainers ' CARGO_PKG_DESCRIPTION='Trait representing an asynchronous, request / response based, client or server. ' CARGO_PKG_HOMEPAGE='https://github.com/tower-rs/tower' CARGO_PKG_LICENSE=MIT CARGO_PKG_LICENSE_FILE='' CARGO_PKG_NAME=tower-service CARGO_PKG_README=README.md CARGO_PKG_REPOSITORY='https://github.com/tower-rs/tower' CARGO_PKG_RUST_VERSION='' CARGO_PKG_VERSION=0.3.2 CARGO_PKG_VERSION_MAJOR=0 CARGO_PKG_VERSION_MINOR=3 CARGO_PKG_VERSION_PATCH=2 CARGO_PKG_VERSION_PRE='' LD_LIBRARY_PATH='/construction/editors/lapce/target/release/deps:/usr/local/lib' /usr/local/bin/rustc --crate-name tower_service --edition=2018 /construction/editors/lapce/lapce-0.2.8/cargo-crates/tower-service-0.3.2/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --diagnostic-width=80 --crate-type lib --emit=dep-info,metadata,link -C opt-level=2 -C embed-bitcode=no -C metadata=3fc3e15770d83412 -C extra-filename=-3fc3e15770d83412 --out-dir /construction/editors/lapce/target/x86_64-unknown-dragonfly/release/deps --target x86_64-unknown-dragonfly -C linker=cc -L dependency=/construction/editors/lapce/target/x86_64-unknown-dragonfly/release/deps -L dependency=/construction/editors/lapce/target/release/deps --cap-lints warn -C link-arg=-Wl,-rpath,/usr/local/lib -C link-arg=-L/usr/local/lib` Compiling arrayref v0.3.6 Running `CARGO=/usr/local/bin/cargo CARGO_CRATE_NAME=arrayref CARGO_MANIFEST_DIR=/construction/editors/lapce/lapce-0.2.8/cargo-crates/arrayref-0.3.6 CARGO_PKG_AUTHORS='David Roundy ' CARGO_PKG_DESCRIPTION='Macros to take array references of slices' CARGO_PKG_HOMEPAGE='' CARGO_PKG_LICENSE=BSD-2-Clause CARGO_PKG_LICENSE_FILE='' CARGO_PKG_NAME=arrayref CARGO_PKG_README=README.md CARGO_PKG_REPOSITORY='https://github.com/droundy/arrayref' CARGO_PKG_RUST_VERSION='' CARGO_PKG_VERSION=0.3.6 CARGO_PKG_VERSION_MAJOR=0 CARGO_PKG_VERSION_MINOR=3 CARGO_PKG_VERSION_PATCH=6 CARGO_PKG_VERSION_PRE='' LD_LIBRARY_PATH='/construction/editors/lapce/target/release/deps:/usr/local/lib' /usr/local/bin/rustc --crate-name arrayref /construction/editors/lapce/lapce-0.2.8/cargo-crates/arrayref-0.3.6/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --diagnostic-width=80 --crate-type lib --emit=dep-info,metadata,link -C opt-level=2 -C embed-bitcode=no -C metadata=424a32394c8d821a -C extra-filename=-424a32394c8d821a --out-dir /construction/editors/lapce/target/x86_64-unknown-dragonfly/release/deps --target x86_64-unknown-dragonfly -C linker=cc -L dependency=/construction/editors/lapce/target/x86_64-unknown-dragonfly/release/deps -L dependency=/construction/editors/lapce/target/release/deps --cap-lints warn -C link-arg=-Wl,-rpath,/usr/local/lib -C link-arg=-L/usr/local/lib` Compiling half v1.8.2 Running `CARGO=/usr/local/bin/cargo CARGO_CRATE_NAME=half CARGO_MANIFEST_DIR=/construction/editors/lapce/lapce-0.2.8/cargo-crates/half-1.8.2 CARGO_PKG_AUTHORS='Kathryn Long ' CARGO_PKG_DESCRIPTION='Half-precision floating point f16 and bf16 types for Rust implementing the IEEE 754-2008 standard binary16 and bfloat16 types.' CARGO_PKG_HOMEPAGE='' CARGO_PKG_LICENSE='MIT OR Apache-2.0' CARGO_PKG_LICENSE_FILE='' CARGO_PKG_NAME=half CARGO_PKG_README=README.md CARGO_PKG_REPOSITORY='https://github.com/starkat99/half-rs' CARGO_PKG_RUST_VERSION='' CARGO_PKG_VERSION=1.8.2 CARGO_PKG_VERSION_MAJOR=1 CARGO_PKG_VERSION_MINOR=8 CARGO_PKG_VERSION_PATCH=2 CARGO_PKG_VERSION_PRE='' LD_LIBRARY_PATH='/construction/editors/lapce/target/release/deps:/usr/local/lib' /usr/local/bin/rustc --crate-name half --edition=2018 /construction/editors/lapce/lapce-0.2.8/cargo-crates/half-1.8.2/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --diagnostic-width=80 --crate-type lib --emit=dep-info,metadata,link -C opt-level=2 -C embed-bitcode=no -C metadata=d577d219464a5132 -C extra-filename=-d577d219464a5132 --out-dir /construction/editors/lapce/target/x86_64-unknown-dragonfly/release/deps --target x86_64-unknown-dragonfly -C linker=cc -L dependency=/construction/editors/lapce/target/x86_64-unknown-dragonfly/release/deps -L dependency=/construction/editors/lapce/target/release/deps --cap-lints warn -C link-arg=-Wl,-rpath,/usr/local/lib -C link-arg=-L/usr/local/lib` Compiling bytecount v0.6.3 Running `CARGO=/usr/local/bin/cargo CARGO_CRATE_NAME=bytecount CARGO_MANIFEST_DIR=/construction/editors/lapce/lapce-0.2.8/cargo-crates/bytecount-0.6.3 CARGO_PKG_AUTHORS='Andre Bogus :Joshua Landau ' CARGO_PKG_DESCRIPTION='count occurrences of a given byte, or the number of UTF-8 code points, in a byte slice, fast' CARGO_PKG_HOMEPAGE='' CARGO_PKG_LICENSE=Apache-2.0/MIT CARGO_PKG_LICENSE_FILE='' CARGO_PKG_NAME=bytecount CARGO_PKG_README=README.md CARGO_PKG_REPOSITORY='https://github.com/llogiq/bytecount' CARGO_PKG_RUST_VERSION='' CARGO_PKG_VERSION=0.6.3 CARGO_PKG_VERSION_MAJOR=0 CARGO_PKG_VERSION_MINOR=6 CARGO_PKG_VERSION_PATCH=3 CARGO_PKG_VERSION_PRE='' LD_LIBRARY_PATH='/construction/editors/lapce/target/release/deps:/usr/local/lib' /usr/local/bin/rustc --crate-name bytecount --edition=2018 /construction/editors/lapce/lapce-0.2.8/cargo-crates/bytecount-0.6.3/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --diagnostic-width=80 --crate-type lib --emit=dep-info,metadata,link -C opt-level=2 -C embed-bitcode=no --cfg 'feature="runtime-dispatch-simd"' -C metadata=a6c35a93a5896a51 -C extra-filename=-a6c35a93a5896a51 --out-dir /construction/editors/lapce/target/x86_64-unknown-dragonfly/release/deps --target x86_64-unknown-dragonfly -C linker=cc -L dependency=/construction/editors/lapce/target/x86_64-unknown-dragonfly/release/deps -L dependency=/construction/editors/lapce/target/release/deps --cap-lints warn -C link-arg=-Wl,-rpath,/usr/local/lib -C link-arg=-L/usr/local/lib` Compiling signal-hook v0.3.14 Running `CARGO=/usr/local/bin/cargo CARGO_CRATE_NAME=build_script_build CARGO_MANIFEST_DIR=/construction/editors/lapce/lapce-0.2.8/cargo-crates/signal-hook-0.3.14 CARGO_PKG_AUTHORS='Michal '\''vorner'\'' Vaner :Thomas Himmelstoss ' CARGO_PKG_DESCRIPTION='Unix signal handling' CARGO_PKG_HOMEPAGE='' CARGO_PKG_LICENSE=Apache-2.0/MIT CARGO_PKG_LICENSE_FILE='' CARGO_PKG_NAME=signal-hook CARGO_PKG_README=README.md CARGO_PKG_REPOSITORY='https://github.com/vorner/signal-hook' CARGO_PKG_RUST_VERSION='' CARGO_PKG_VERSION=0.3.14 CARGO_PKG_VERSION_MAJOR=0 CARGO_PKG_VERSION_MINOR=3 CARGO_PKG_VERSION_PATCH=14 CARGO_PKG_VERSION_PRE='' LD_LIBRARY_PATH='/construction/editors/lapce/target/release/deps:/usr/local/lib' /usr/local/bin/rustc --crate-name build_script_build --edition=2018 /construction/editors/lapce/lapce-0.2.8/cargo-crates/signal-hook-0.3.14/build.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --diagnostic-width=80 --crate-type bin --emit=dep-info,link -C embed-bitcode=no -C debug-assertions=off --cfg 'feature="channel"' --cfg 'feature="default"' --cfg 'feature="iterator"' -C metadata=32920ccf8ef68d0e -C extra-filename=-32920ccf8ef68d0e --out-dir /construction/editors/lapce/target/release/build/signal-hook-32920ccf8ef68d0e -C linker=cc -L dependency=/construction/editors/lapce/target/release/deps --cap-lints warn` warning: `threadpool` (lib) generated 2 warnings Compiling cache-padded v1.2.0 Running `CARGO=/usr/local/bin/cargo CARGO_CRATE_NAME=cache_padded CARGO_MANIFEST_DIR=/construction/editors/lapce/lapce-0.2.8/cargo-crates/cache-padded-1.2.0 CARGO_PKG_AUTHORS='Stjepan Glavina ' CARGO_PKG_DESCRIPTION='Prevent false sharing by padding and aligning to the length of a cache line' CARGO_PKG_HOMEPAGE='https://github.com/smol-rs/cache-padded' CARGO_PKG_LICENSE='Apache-2.0 OR MIT' CARGO_PKG_LICENSE_FILE='' CARGO_PKG_NAME=cache-padded CARGO_PKG_README=README.md CARGO_PKG_REPOSITORY='https://github.com/smol-rs/cache-padded' CARGO_PKG_RUST_VERSION='' CARGO_PKG_VERSION=1.2.0 CARGO_PKG_VERSION_MAJOR=1 CARGO_PKG_VERSION_MINOR=2 CARGO_PKG_VERSION_PATCH=0 CARGO_PKG_VERSION_PRE='' LD_LIBRARY_PATH='/construction/editors/lapce/target/release/deps:/usr/local/lib' /usr/local/bin/rustc --crate-name cache_padded --edition=2018 /construction/editors/lapce/lapce-0.2.8/cargo-crates/cache-padded-1.2.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --diagnostic-width=80 --crate-type lib --emit=dep-info,metadata,link -C opt-level=2 -C embed-bitcode=no -C metadata=7dc30059499f5364 -C extra-filename=-7dc30059499f5364 --out-dir /construction/editors/lapce/target/x86_64-unknown-dragonfly/release/deps --target x86_64-unknown-dragonfly -C linker=cc -L dependency=/construction/editors/lapce/target/x86_64-unknown-dragonfly/release/deps -L dependency=/construction/editors/lapce/target/release/deps --cap-lints warn -C link-arg=-Wl,-rpath,/usr/local/lib -C link-arg=-L/usr/local/lib` Compiling unicode-segmentation v1.10.0 Running `CARGO=/usr/local/bin/cargo CARGO_CRATE_NAME=unicode_segmentation CARGO_MANIFEST_DIR=/construction/editors/lapce/lapce-0.2.8/cargo-crates/unicode-segmentation-1.10.0 CARGO_PKG_AUTHORS='kwantam :Manish Goregaokar ' CARGO_PKG_DESCRIPTION='This crate provides Grapheme Cluster, Word and Sentence boundaries according to Unicode Standard Annex #29 rules. ' CARGO_PKG_HOMEPAGE='https://github.com/unicode-rs/unicode-segmentation' CARGO_PKG_LICENSE=MIT/Apache-2.0 CARGO_PKG_LICENSE_FILE='' CARGO_PKG_NAME=unicode-segmentation CARGO_PKG_README=README.md CARGO_PKG_REPOSITORY='https://github.com/unicode-rs/unicode-segmentation' CARGO_PKG_RUST_VERSION='' CARGO_PKG_VERSION=1.10.0 CARGO_PKG_VERSION_MAJOR=1 CARGO_PKG_VERSION_MINOR=10 CARGO_PKG_VERSION_PATCH=0 CARGO_PKG_VERSION_PRE='' LD_LIBRARY_PATH='/construction/editors/lapce/target/release/deps:/usr/local/lib' /usr/local/bin/rustc --crate-name unicode_segmentation --edition=2018 /construction/editors/lapce/lapce-0.2.8/cargo-crates/unicode-segmentation-1.10.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --diagnostic-width=80 --crate-type lib --emit=dep-info,metadata,link -C opt-level=2 -C embed-bitcode=no -C metadata=2be64194e6a0d33c -C extra-filename=-2be64194e6a0d33c --out-dir /construction/editors/lapce/target/x86_64-unknown-dragonfly/release/deps --target x86_64-unknown-dragonfly -C linker=cc -L dependency=/construction/editors/lapce/target/x86_64-unknown-dragonfly/release/deps -L dependency=/construction/editors/lapce/target/release/deps --cap-lints warn -C link-arg=-Wl,-rpath,/usr/local/lib -C link-arg=-L/usr/local/lib` Compiling lebe v0.5.2 Running `CARGO=/usr/local/bin/cargo CARGO_CRATE_NAME=lebe CARGO_MANIFEST_DIR=/construction/editors/lapce/lapce-0.2.8/cargo-crates/lebe-0.5.2 CARGO_PKG_AUTHORS='johannesvollmer ' CARGO_PKG_DESCRIPTION='Tiny, dead simple, high performance endianness conversions with a generic API' CARGO_PKG_HOMEPAGE='' CARGO_PKG_LICENSE=BSD-3-Clause CARGO_PKG_LICENSE_FILE='' CARGO_PKG_NAME=lebe CARGO_PKG_README=README.md CARGO_PKG_REPOSITORY='https://github.com/johannesvollmer/lebe' CARGO_PKG_RUST_VERSION='' CARGO_PKG_VERSION=0.5.2 CARGO_PKG_VERSION_MAJOR=0 CARGO_PKG_VERSION_MINOR=5 CARGO_PKG_VERSION_PATCH=2 CARGO_PKG_VERSION_PRE='' LD_LIBRARY_PATH='/construction/editors/lapce/target/release/deps:/usr/local/lib' /usr/local/bin/rustc --crate-name lebe --edition=2018 /construction/editors/lapce/lapce-0.2.8/cargo-crates/lebe-0.5.2/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --diagnostic-width=80 --crate-type lib --emit=dep-info,metadata,link -C opt-level=2 -C embed-bitcode=no -C metadata=098ab244aa077d2e -C extra-filename=-098ab244aa077d2e --out-dir /construction/editors/lapce/target/x86_64-unknown-dragonfly/release/deps --target x86_64-unknown-dragonfly -C linker=cc -L dependency=/construction/editors/lapce/target/x86_64-unknown-dragonfly/release/deps -L dependency=/construction/editors/lapce/target/release/deps --cap-lints warn -C link-arg=-Wl,-rpath,/usr/local/lib -C link-arg=-L/usr/local/lib` Compiling rctree v0.4.0 Running `CARGO=/usr/local/bin/cargo CARGO_CRATE_NAME=rctree CARGO_MANIFEST_DIR=/construction/editors/lapce/lapce-0.2.8/cargo-crates/rctree-0.4.0 CARGO_PKG_AUTHORS='Simon Sapin :Evgeniy Reizner ' CARGO_PKG_DESCRIPTION='A '\''DOM-like'\'' tree implemented using reference counting' CARGO_PKG_HOMEPAGE='' CARGO_PKG_LICENSE=MIT CARGO_PKG_LICENSE_FILE='' CARGO_PKG_NAME=rctree CARGO_PKG_README=README.md CARGO_PKG_REPOSITORY='https://github.com/RazrFalcon/rctree' CARGO_PKG_RUST_VERSION='' CARGO_PKG_VERSION=0.4.0 CARGO_PKG_VERSION_MAJOR=0 CARGO_PKG_VERSION_MINOR=4 CARGO_PKG_VERSION_PATCH=0 CARGO_PKG_VERSION_PRE='' LD_LIBRARY_PATH='/construction/editors/lapce/target/release/deps:/usr/local/lib' /usr/local/bin/rustc --crate-name rctree /construction/editors/lapce/lapce-0.2.8/cargo-crates/rctree-0.4.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --diagnostic-width=80 --crate-type lib --emit=dep-info,metadata,link -C opt-level=2 -C embed-bitcode=no -C metadata=5a6c064e9e2991a7 -C extra-filename=-5a6c064e9e2991a7 --out-dir /construction/editors/lapce/target/x86_64-unknown-dragonfly/release/deps --target x86_64-unknown-dragonfly -C linker=cc -L dependency=/construction/editors/lapce/target/x86_64-unknown-dragonfly/release/deps -L dependency=/construction/editors/lapce/target/release/deps --cap-lints warn -C link-arg=-Wl,-rpath,/usr/local/lib -C link-arg=-L/usr/local/lib` Compiling bit_field v0.10.1 Running `CARGO=/usr/local/bin/cargo CARGO_CRATE_NAME=bit_field CARGO_MANIFEST_DIR=/construction/editors/lapce/lapce-0.2.8/cargo-crates/bit_field-0.10.1 CARGO_PKG_AUTHORS='Philipp Oppermann ' CARGO_PKG_DESCRIPTION='Simple bit field trait providing get_bit, get_bits, set_bit, and set_bits methods for Rust'\''s integral types.' CARGO_PKG_HOMEPAGE='' CARGO_PKG_LICENSE=Apache-2.0/MIT CARGO_PKG_LICENSE_FILE='' CARGO_PKG_NAME=bit_field CARGO_PKG_README=README.md CARGO_PKG_REPOSITORY='https://github.com/phil-opp/rust-bit-field' CARGO_PKG_RUST_VERSION='' CARGO_PKG_VERSION=0.10.1 CARGO_PKG_VERSION_MAJOR=0 CARGO_PKG_VERSION_MINOR=10 CARGO_PKG_VERSION_PATCH=1 CARGO_PKG_VERSION_PRE='' LD_LIBRARY_PATH='/construction/editors/lapce/target/release/deps:/usr/local/lib' /usr/local/bin/rustc --crate-name bit_field /construction/editors/lapce/lapce-0.2.8/cargo-crates/bit_field-0.10.1/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --diagnostic-width=80 --crate-type lib --emit=dep-info,metadata,link -C opt-level=2 -C embed-bitcode=no -C metadata=e846377621182d35 -C extra-filename=-e846377621182d35 --out-dir /construction/editors/lapce/target/x86_64-unknown-dragonfly/release/deps --target x86_64-unknown-dragonfly -C linker=cc -L dependency=/construction/editors/lapce/target/x86_64-unknown-dragonfly/release/deps -L dependency=/construction/editors/lapce/target/release/deps --cap-lints warn -C link-arg=-Wl,-rpath,/usr/local/lib -C link-arg=-L/usr/local/lib` Compiling unicode-general-category v0.2.0 Running `CARGO=/usr/local/bin/cargo CARGO_CRATE_NAME=build_script_build CARGO_MANIFEST_DIR=/construction/editors/lapce/lapce-0.2.8/cargo-crates/unicode-general-category-0.2.0 CARGO_PKG_AUTHORS='YesLogic Pty. Ltd. ' CARGO_PKG_DESCRIPTION='Fast lookup of the Unicode General Category property for char' CARGO_PKG_HOMEPAGE='https://github.com/yeslogic/unicode-general-category' CARGO_PKG_LICENSE=Apache-2.0 CARGO_PKG_LICENSE_FILE='' CARGO_PKG_NAME=unicode-general-category CARGO_PKG_README=README.md CARGO_PKG_REPOSITORY='https://github.com/yeslogic/unicode-general-category' CARGO_PKG_RUST_VERSION='' CARGO_PKG_VERSION=0.2.0 CARGO_PKG_VERSION_MAJOR=0 CARGO_PKG_VERSION_MINOR=2 CARGO_PKG_VERSION_PATCH=0 CARGO_PKG_VERSION_PRE='' LD_LIBRARY_PATH='/construction/editors/lapce/target/release/deps:/usr/local/lib' /usr/local/bin/rustc --crate-name build_script_build --edition=2018 /construction/editors/lapce/lapce-0.2.8/cargo-crates/unicode-general-category-0.2.0/build.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --diagnostic-width=80 --crate-type bin --emit=dep-info,link -C embed-bitcode=no -C debug-assertions=off -C metadata=00af6ddf47ca9c95 -C extra-filename=-00af6ddf47ca9c95 --out-dir /construction/editors/lapce/target/release/build/unicode-general-category-00af6ddf47ca9c95 -C linker=cc -L dependency=/construction/editors/lapce/target/release/deps --cap-lints warn` Compiling httpdate v1.0.2 Running `CARGO=/usr/local/bin/cargo CARGO_CRATE_NAME=httpdate CARGO_MANIFEST_DIR=/construction/editors/lapce/lapce-0.2.8/cargo-crates/httpdate-1.0.2 CARGO_PKG_AUTHORS='Pyfisch ' CARGO_PKG_DESCRIPTION='HTTP date parsing and formatting' CARGO_PKG_HOMEPAGE='' CARGO_PKG_LICENSE=MIT/Apache-2.0 CARGO_PKG_LICENSE_FILE='' CARGO_PKG_NAME=httpdate CARGO_PKG_README=README.md CARGO_PKG_REPOSITORY='https://github.com/pyfisch/httpdate' CARGO_PKG_RUST_VERSION='' CARGO_PKG_VERSION=1.0.2 CARGO_PKG_VERSION_MAJOR=1 CARGO_PKG_VERSION_MINOR=0 CARGO_PKG_VERSION_PATCH=2 CARGO_PKG_VERSION_PRE='' LD_LIBRARY_PATH='/construction/editors/lapce/target/release/deps:/usr/local/lib' /usr/local/bin/rustc --crate-name httpdate --edition=2018 /construction/editors/lapce/lapce-0.2.8/cargo-crates/httpdate-1.0.2/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --diagnostic-width=80 --crate-type lib --emit=dep-info,metadata,link -C opt-level=2 -C embed-bitcode=no -C metadata=d1d59c52df848f70 -C extra-filename=-d1d59c52df848f70 --out-dir /construction/editors/lapce/target/x86_64-unknown-dragonfly/release/deps --target x86_64-unknown-dragonfly -C linker=cc -L dependency=/construction/editors/lapce/target/x86_64-unknown-dragonfly/release/deps -L dependency=/construction/editors/lapce/target/release/deps --cap-lints warn -C link-arg=-Wl,-rpath,/usr/local/lib -C link-arg=-L/usr/local/lib` Compiling hyper v0.14.20 Running `CARGO=/usr/local/bin/cargo CARGO_CRATE_NAME=hyper CARGO_MANIFEST_DIR=/construction/editors/lapce/lapce-0.2.8/cargo-crates/hyper-0.14.20 CARGO_PKG_AUTHORS='Sean McArthur ' CARGO_PKG_DESCRIPTION='A fast and correct HTTP library.' CARGO_PKG_HOMEPAGE='https://hyper.rs' CARGO_PKG_LICENSE=MIT CARGO_PKG_LICENSE_FILE='' CARGO_PKG_NAME=hyper CARGO_PKG_README=README.md CARGO_PKG_REPOSITORY='https://github.com/hyperium/hyper' CARGO_PKG_RUST_VERSION='' CARGO_PKG_VERSION=0.14.20 CARGO_PKG_VERSION_MAJOR=0 CARGO_PKG_VERSION_MINOR=14 CARGO_PKG_VERSION_PATCH=20 CARGO_PKG_VERSION_PRE='' LD_LIBRARY_PATH='/construction/editors/lapce/target/release/deps:/usr/local/lib' /usr/local/bin/rustc --crate-name hyper --edition=2018 /construction/editors/lapce/lapce-0.2.8/cargo-crates/hyper-0.14.20/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --diagnostic-width=80 --crate-type lib --emit=dep-info,metadata,link -C opt-level=2 -C embed-bitcode=no --cfg 'feature="client"' --cfg 'feature="h2"' --cfg 'feature="http1"' --cfg 'feature="http2"' --cfg 'feature="runtime"' --cfg 'feature="socket2"' --cfg 'feature="tcp"' -C metadata=02bd8f79f98d28e0 -C extra-filename=-02bd8f79f98d28e0 --out-dir /construction/editors/lapce/target/x86_64-unknown-dragonfly/release/deps --target x86_64-unknown-dragonfly -C linker=cc -L dependency=/construction/editors/lapce/target/x86_64-unknown-dragonfly/release/deps -L dependency=/construction/editors/lapce/target/release/deps --extern bytes=/construction/editors/lapce/target/x86_64-unknown-dragonfly/release/deps/libbytes-a4bd900413794e94.rmeta --extern futures_channel=/construction/editors/lapce/target/x86_64-unknown-dragonfly/release/deps/libfutures_channel-b0aa1c662d61419b.rmeta --extern futures_core=/construction/editors/lapce/target/x86_64-unknown-dragonfly/release/deps/libfutures_core-bdb285f9c4c607b9.rmeta --extern futures_util=/construction/editors/lapce/target/x86_64-unknown-dragonfly/release/deps/libfutures_util-ca38adb2f9548cd7.rmeta --extern h2=/construction/editors/lapce/target/x86_64-unknown-dragonfly/release/deps/libh2-5221b9559b40ea53.rmeta --extern http=/construction/editors/lapce/target/x86_64-unknown-dragonfly/release/deps/libhttp-c5302d332b9aac7e.rmeta --extern http_body=/construction/editors/lapce/target/x86_64-unknown-dragonfly/release/deps/libhttp_body-517aec10c1b83b4d.rmeta --extern httparse=/construction/editors/lapce/target/x86_64-unknown-dragonfly/release/deps/libhttparse-e128073773e0aea4.rmeta --extern httpdate=/construction/editors/lapce/target/x86_64-unknown-dragonfly/release/deps/libhttpdate-d1d59c52df848f70.rmeta --extern itoa=/construction/editors/lapce/target/x86_64-unknown-dragonfly/release/deps/libitoa-0239cb7a703e7ef7.rmeta --extern pin_project_lite=/construction/editors/lapce/target/x86_64-unknown-dragonfly/release/deps/libpin_project_lite-4c9a3c2040968f25.rmeta --extern socket2=/construction/editors/lapce/target/x86_64-unknown-dragonfly/release/deps/libsocket2-b697ff0f075ad0a4.rmeta --extern tokio=/construction/editors/lapce/target/x86_64-unknown-dragonfly/release/deps/libtokio-5a06734d4b296b6c.rmeta --extern tower_service=/construction/editors/lapce/target/x86_64-unknown-dragonfly/release/deps/libtower_service-3fc3e15770d83412.rmeta --extern tracing=/construction/editors/lapce/target/x86_64-unknown-dragonfly/release/deps/libtracing-15e71eb426f493fe.rmeta --extern want=/construction/editors/lapce/target/x86_64-unknown-dragonfly/release/deps/libwant-3b7602c7548263d6.rmeta --cap-lints warn -C link-arg=-Wl,-rpath,/usr/local/lib -C link-arg=-L/usr/local/lib` Running `/construction/editors/lapce/target/release/build/unicode-general-category-00af6ddf47ca9c95/build-script-build` Compiling exr v1.5.1 Running `CARGO=/usr/local/bin/cargo CARGO_CRATE_NAME=exr CARGO_MANIFEST_DIR=/construction/editors/lapce/lapce-0.2.8/cargo-crates/exr-1.5.1 CARGO_PKG_AUTHORS='johannesvollmer ' CARGO_PKG_DESCRIPTION='Read and write OpenEXR files without any unsafe code' CARGO_PKG_HOMEPAGE='' CARGO_PKG_LICENSE=BSD-3-Clause CARGO_PKG_LICENSE_FILE='' CARGO_PKG_NAME=exr CARGO_PKG_README=README.md CARGO_PKG_REPOSITORY='https://github.com/johannesvollmer/exrs' CARGO_PKG_RUST_VERSION='' CARGO_PKG_VERSION=1.5.1 CARGO_PKG_VERSION_MAJOR=1 CARGO_PKG_VERSION_MINOR=5 CARGO_PKG_VERSION_PATCH=1 CARGO_PKG_VERSION_PRE='' LD_LIBRARY_PATH='/construction/editors/lapce/target/release/deps:/usr/local/lib' /usr/local/bin/rustc --crate-name exr --edition=2018 /construction/editors/lapce/lapce-0.2.8/cargo-crates/exr-1.5.1/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --diagnostic-width=80 --crate-type lib --emit=dep-info,metadata,link -C opt-level=2 -C embed-bitcode=no -C metadata=a4147d9d25dfbbdd -C extra-filename=-a4147d9d25dfbbdd --out-dir /construction/editors/lapce/target/x86_64-unknown-dragonfly/release/deps --target x86_64-unknown-dragonfly -C linker=cc -L dependency=/construction/editors/lapce/target/x86_64-unknown-dragonfly/release/deps -L dependency=/construction/editors/lapce/target/release/deps --extern bit_field=/construction/editors/lapce/target/x86_64-unknown-dragonfly/release/deps/libbit_field-e846377621182d35.rmeta --extern flume=/construction/editors/lapce/target/x86_64-unknown-dragonfly/release/deps/libflume-cf07bbeceed7d9c2.rmeta --extern half=/construction/editors/lapce/target/x86_64-unknown-dragonfly/release/deps/libhalf-d577d219464a5132.rmeta --extern lebe=/construction/editors/lapce/target/x86_64-unknown-dragonfly/release/deps/liblebe-098ab244aa077d2e.rmeta --extern miniz_oxide=/construction/editors/lapce/target/x86_64-unknown-dragonfly/release/deps/libminiz_oxide-dcae44a551158128.rmeta --extern smallvec=/construction/editors/lapce/target/x86_64-unknown-dragonfly/release/deps/libsmallvec-ec6dc2d9ac4945a3.rmeta --extern threadpool=/construction/editors/lapce/target/x86_64-unknown-dragonfly/release/deps/libthreadpool-b2223cae23f2d91b.rmeta --cap-lints warn -C link-arg=-Wl,-rpath,/usr/local/lib -C link-arg=-L/usr/local/lib` Compiling usvg v0.22.0 Running `CARGO=/usr/local/bin/cargo CARGO_CRATE_NAME=usvg CARGO_MANIFEST_DIR=/construction/editors/lapce/lapce-0.2.8/cargo-crates/usvg-0.22.0 CARGO_PKG_AUTHORS='Yevhenii Reizner ' CARGO_PKG_DESCRIPTION='An SVG simplification library.' CARGO_PKG_HOMEPAGE='' CARGO_PKG_LICENSE=MPL-2.0 CARGO_PKG_LICENSE_FILE='' CARGO_PKG_NAME=usvg CARGO_PKG_README=README.md CARGO_PKG_REPOSITORY='https://github.com/RazrFalcon/resvg' CARGO_PKG_RUST_VERSION='' CARGO_PKG_VERSION=0.22.0 CARGO_PKG_VERSION_MAJOR=0 CARGO_PKG_VERSION_MINOR=22 CARGO_PKG_VERSION_PATCH=0 CARGO_PKG_VERSION_PRE='' LD_LIBRARY_PATH='/construction/editors/lapce/target/release/deps:/usr/local/lib' /usr/local/bin/rustc --crate-name usvg --edition=2018 /construction/editors/lapce/lapce-0.2.8/cargo-crates/usvg-0.22.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --diagnostic-width=80 --crate-type lib --emit=dep-info,metadata,link -C opt-level=2 -C embed-bitcode=no --cfg 'feature="default"' --cfg 'feature="export"' --cfg 'feature="filter"' --cfg 'feature="fontdb"' --cfg 'feature="memmap-fonts"' --cfg 'feature="rustybuzz"' --cfg 'feature="system-fonts"' --cfg 'feature="text"' --cfg 'feature="ttf-parser"' --cfg 'feature="unicode-bidi"' --cfg 'feature="unicode-script"' --cfg 'feature="unicode-vo"' --cfg 'feature="xmlwriter"' -C metadata=611dc20942e69839 -C extra-filename=-611dc20942e69839 --out-dir /construction/editors/lapce/target/x86_64-unknown-dragonfly/release/deps --target x86_64-unknown-dragonfly -C linker=cc -L dependency=/construction/editors/lapce/target/x86_64-unknown-dragonfly/release/deps -L dependency=/construction/editors/lapce/target/release/deps --extern base64=/construction/editors/lapce/target/x86_64-unknown-dragonfly/release/deps/libbase64-df3eebb073d78a4a.rmeta --extern data_url=/construction/editors/lapce/target/x86_64-unknown-dragonfly/release/deps/libdata_url-c4a203752cc2f7e4.rmeta --extern flate2=/construction/editors/lapce/target/x86_64-unknown-dragonfly/release/deps/libflate2-bd01a8686934630d.rmeta --extern float_cmp=/construction/editors/lapce/target/x86_64-unknown-dragonfly/release/deps/libfloat_cmp-65957bddd09fb56c.rmeta --extern fontdb=/construction/editors/lapce/target/x86_64-unknown-dragonfly/release/deps/libfontdb-591762a0c97dc463.rmeta --extern kurbo=/construction/editors/lapce/target/x86_64-unknown-dragonfly/release/deps/libkurbo-1b6b7cefb3379f0c.rmeta --extern log=/construction/editors/lapce/target/x86_64-unknown-dragonfly/release/deps/liblog-be9aaa4416aa5918.rmeta --extern pico_args=/construction/editors/lapce/target/x86_64-unknown-dragonfly/release/deps/libpico_args-00672fe020428b37.rmeta --extern rctree=/construction/editors/lapce/target/x86_64-unknown-dragonfly/release/deps/librctree-5a6c064e9e2991a7.rmeta --extern roxmltree=/construction/editors/lapce/target/x86_64-unknown-dragonfly/release/deps/libroxmltree-a0ceb9ef3603149a.rmeta --extern rustybuzz=/construction/editors/lapce/target/x86_64-unknown-dragonfly/release/deps/librustybuzz-b73db8870efaf08e.rmeta --extern simplecss=/construction/editors/lapce/target/x86_64-unknown-dragonfly/release/deps/libsimplecss-f417ba41fd1bda01.rmeta --extern siphasher=/construction/editors/lapce/target/x86_64-unknown-dragonfly/release/deps/libsiphasher-932307cd483079a6.rmeta --extern svgtypes=/construction/editors/lapce/target/x86_64-unknown-dragonfly/release/deps/libsvgtypes-92035a5860704ec3.rmeta --extern ttf_parser=/construction/editors/lapce/target/x86_64-unknown-dragonfly/release/deps/libttf_parser-7bbc835f54432a42.rmeta --extern unicode_bidi=/construction/editors/lapce/target/x86_64-unknown-dragonfly/release/deps/libunicode_bidi-11c90e059e447331.rmeta --extern unicode_script=/construction/editors/lapce/target/x86_64-unknown-dragonfly/release/deps/libunicode_script-eaf1f904ae6bfd35.rmeta --extern unicode_vo=/construction/editors/lapce/target/x86_64-unknown-dragonfly/release/deps/libunicode_vo-6590084e7e4d53e1.rmeta --extern xmlwriter=/construction/editors/lapce/target/x86_64-unknown-dragonfly/release/deps/libxmlwriter-6ed74f2d14239769.rmeta --cap-lints warn -C link-arg=-Wl,-rpath,/usr/local/lib -C link-arg=-L/usr/local/lib` Running `/construction/editors/lapce/target/release/build/signal-hook-32920ccf8ef68d0e/build-script-build` Compiling concurrent-queue v1.2.4 Running `CARGO=/usr/local/bin/cargo CARGO_CRATE_NAME=concurrent_queue CARGO_MANIFEST_DIR=/construction/editors/lapce/lapce-0.2.8/cargo-crates/concurrent-queue-1.2.4 CARGO_PKG_AUTHORS='Stjepan Glavina ' CARGO_PKG_DESCRIPTION='Concurrent multi-producer multi-consumer queue' CARGO_PKG_HOMEPAGE='' CARGO_PKG_LICENSE='Apache-2.0 OR MIT' CARGO_PKG_LICENSE_FILE='' CARGO_PKG_NAME=concurrent-queue CARGO_PKG_README=README.md CARGO_PKG_REPOSITORY='https://github.com/smol-rs/concurrent-queue' CARGO_PKG_RUST_VERSION=1.38 CARGO_PKG_VERSION=1.2.4 CARGO_PKG_VERSION_MAJOR=1 CARGO_PKG_VERSION_MINOR=2 CARGO_PKG_VERSION_PATCH=4 CARGO_PKG_VERSION_PRE='' LD_LIBRARY_PATH='/construction/editors/lapce/target/release/deps:/usr/local/lib' /usr/local/bin/rustc --crate-name concurrent_queue --edition=2018 /construction/editors/lapce/lapce-0.2.8/cargo-crates/concurrent-queue-1.2.4/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --diagnostic-width=80 --crate-type lib --emit=dep-info,metadata,link -C opt-level=2 -C embed-bitcode=no -C metadata=ede51afe576407c5 -C extra-filename=-ede51afe576407c5 --out-dir /construction/editors/lapce/target/x86_64-unknown-dragonfly/release/deps --target x86_64-unknown-dragonfly -C linker=cc -L dependency=/construction/editors/lapce/target/x86_64-unknown-dragonfly/release/deps -L dependency=/construction/editors/lapce/target/release/deps --extern cache_padded=/construction/editors/lapce/target/x86_64-unknown-dragonfly/release/deps/libcache_padded-7dc30059499f5364.rmeta --cap-lints warn -C link-arg=-Wl,-rpath,/usr/local/lib -C link-arg=-L/usr/local/lib` warning: unnecessary parentheses around match arm expression --> /construction/editors/lapce/lapce-0.2.8/cargo-crates/exr-1.5.1/src/compression/b44/mod.rs:397:30 | 397 | false => (x_sample_count - x), | ^ ^ | note: the lint level is defined here --> /construction/editors/lapce/lapce-0.2.8/cargo-crates/exr-1.5.1/src/lib.rs:14:5 | 14 | unused, | ^^^^^^ = note: `#[warn(unused_parens)]` implied by `#[warn(unused)]` help: remove these parentheses | 397 - false => (x_sample_count - x), 397 + false => x_sample_count - x, | warning: unnecessary parentheses around index expression --> /construction/editors/lapce/lapce-0.2.8/cargo-crates/exr-1.5.1/src/compression/b44/mod.rs:633:60 | 633 | ... s[i + 0] = u16::from_ne_bytes([tmp[(row0 + j)], tmp[(row0 + j + 1... | ^ ^ | help: remove these parentheses | 633 - s[i + 0] = u16::from_ne_bytes([tmp[(row0 + j)], tmp[(row0 + j + 1)]]); 633 + s[i + 0] = u16::from_ne_bytes([tmp[row0 + j], tmp[(row0 + j + 1)]]); | warning: unnecessary parentheses around index expression --> /construction/editors/lapce/lapce-0.2.8/cargo-crates/exr-1.5.1/src/compression/b44/mod.rs:633:77 | 633 | ...ytes([tmp[(row0 + j)], tmp[(row0 + j + 1)]]); | ^ ^ | help: remove these parentheses | 633 - s[i + 0] = u16::from_ne_bytes([tmp[(row0 + j)], tmp[(row0 + j + 1)]]); 633 + s[i + 0] = u16::from_ne_bytes([tmp[(row0 + j)], tmp[row0 + j + 1]]); | warning: unnecessary parentheses around index expression --> /construction/editors/lapce/lapce-0.2.8/cargo-crates/exr-1.5.1/src/compression/b44/mod.rs:634:60 | 634 | ... s[i + 4] = u16::from_ne_bytes([tmp[(row1 + j)], tmp[(row1 + j + 1... | ^ ^ | help: remove these parentheses | 634 - s[i + 4] = u16::from_ne_bytes([tmp[(row1 + j)], tmp[(row1 + j + 1)]]); 634 + s[i + 4] = u16::from_ne_bytes([tmp[row1 + j], tmp[(row1 + j + 1)]]); | warning: unnecessary parentheses around index expression --> /construction/editors/lapce/lapce-0.2.8/cargo-crates/exr-1.5.1/src/compression/b44/mod.rs:634:77 | 634 | ...ytes([tmp[(row1 + j)], tmp[(row1 + j + 1)]]); | ^ ^ | help: remove these parentheses | 634 - s[i + 4] = u16::from_ne_bytes([tmp[(row1 + j)], tmp[(row1 + j + 1)]]); 634 + s[i + 4] = u16::from_ne_bytes([tmp[(row1 + j)], tmp[row1 + j + 1]]); | warning: unnecessary parentheses around index expression --> /construction/editors/lapce/lapce-0.2.8/cargo-crates/exr-1.5.1/src/compression/b44/mod.rs:635:60 | 635 | ... s[i + 8] = u16::from_ne_bytes([tmp[(row2 + j)], tmp[(row2 + j + 1... | ^ ^ | help: remove these parentheses | 635 - s[i + 8] = u16::from_ne_bytes([tmp[(row2 + j)], tmp[(row2 + j + 1)]]); 635 + s[i + 8] = u16::from_ne_bytes([tmp[row2 + j], tmp[(row2 + j + 1)]]); | warning: unnecessary parentheses around index expression --> /construction/editors/lapce/lapce-0.2.8/cargo-crates/exr-1.5.1/src/compression/b44/mod.rs:635:77 | 635 | ...ytes([tmp[(row2 + j)], tmp[(row2 + j + 1)]]); | ^ ^ | help: remove these parentheses | 635 - s[i + 8] = u16::from_ne_bytes([tmp[(row2 + j)], tmp[(row2 + j + 1)]]); 635 + s[i + 8] = u16::from_ne_bytes([tmp[(row2 + j)], tmp[row2 + j + 1]]); | warning: unnecessary parentheses around index expression --> /construction/editors/lapce/lapce-0.2.8/cargo-crates/exr-1.5.1/src/compression/b44/mod.rs:636:61 | 636 | ... s[i + 12] = u16::from_ne_bytes([tmp[(row3 + j)], tmp[(row3 + j + ... | ^ ^ | help: remove these parentheses | 636 - s[i + 12] = u16::from_ne_bytes([tmp[(row3 + j)], tmp[(row3 + j + 1)]]); 636 + s[i + 12] = u16::from_ne_bytes([tmp[row3 + j], tmp[(row3 + j + 1)]]); | warning: unnecessary parentheses around index expression --> /construction/editors/lapce/lapce-0.2.8/cargo-crates/exr-1.5.1/src/compression/b44/mod.rs:636:78 | 636 | ...ytes([tmp[(row3 + j)], tmp[(row3 + j + 1)]]); | ^ ^ | help: remove these parentheses | 636 - s[i + 12] = u16::from_ne_bytes([tmp[(row3 + j)], tmp[(row3 + j + 1)]]); 636 + s[i + 12] = u16::from_ne_bytes([tmp[(row3 + j)], tmp[row3 + j + 1]]); | Running `/construction/editors/lapce/target/release/build/glam-7c0f67b52c73b2ec/build-script-build` [glam 0.10.2] cargo:rustc-cfg=vec3a_sse2 [glam 0.10.2] cargo:rustc-cfg=vec4_sse2 Compiling tiny-skia v0.6.6 Running `CARGO=/usr/local/bin/cargo CARGO_CRATE_NAME=tiny_skia CARGO_MANIFEST_DIR=/construction/editors/lapce/lapce-0.2.8/cargo-crates/tiny-skia-0.6.6 CARGO_PKG_AUTHORS='Yevhenii Reizner ' CARGO_PKG_DESCRIPTION='A tiny Skia subset ported to Rust.' CARGO_PKG_HOMEPAGE='' CARGO_PKG_LICENSE=BSD-3-Clause CARGO_PKG_LICENSE_FILE='' CARGO_PKG_NAME=tiny-skia CARGO_PKG_README=README.md CARGO_PKG_REPOSITORY='https://github.com/RazrFalcon/tiny-skia' CARGO_PKG_RUST_VERSION='' CARGO_PKG_VERSION=0.6.6 CARGO_PKG_VERSION_MAJOR=0 CARGO_PKG_VERSION_MINOR=6 CARGO_PKG_VERSION_PATCH=6 CARGO_PKG_VERSION_PRE='' LD_LIBRARY_PATH='/construction/editors/lapce/target/release/deps:/usr/local/lib' /usr/local/bin/rustc --crate-name tiny_skia --edition=2018 /construction/editors/lapce/lapce-0.2.8/cargo-crates/tiny-skia-0.6.6/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --diagnostic-width=80 --crate-type lib --emit=dep-info,metadata,link -C opt-level=2 -C embed-bitcode=no --cfg 'feature="default"' --cfg 'feature="png"' --cfg 'feature="png-format"' --cfg 'feature="safe_arch"' --cfg 'feature="simd"' --cfg 'feature="std"' -C metadata=923d5d17dea8310a -C extra-filename=-923d5d17dea8310a --out-dir /construction/editors/lapce/target/x86_64-unknown-dragonfly/release/deps --target x86_64-unknown-dragonfly -C linker=cc -L dependency=/construction/editors/lapce/target/x86_64-unknown-dragonfly/release/deps -L dependency=/construction/editors/lapce/target/release/deps --extern arrayref=/construction/editors/lapce/target/x86_64-unknown-dragonfly/release/deps/libarrayref-424a32394c8d821a.rmeta --extern arrayvec=/construction/editors/lapce/target/x86_64-unknown-dragonfly/release/deps/libarrayvec-2f836936ab473817.rmeta --extern bytemuck=/construction/editors/lapce/target/x86_64-unknown-dragonfly/release/deps/libbytemuck-6fd04d482c7f5619.rmeta --extern cfg_if=/construction/editors/lapce/target/x86_64-unknown-dragonfly/release/deps/libcfg_if-ab9f3df0ea533c99.rmeta --extern png=/construction/editors/lapce/target/x86_64-unknown-dragonfly/release/deps/libpng-13e7745943536a2d.rmeta --extern safe_arch=/construction/editors/lapce/target/x86_64-unknown-dragonfly/release/deps/libsafe_arch-2da6bbea192fae6c.rmeta --cap-lints warn -C link-arg=-Wl,-rpath,/usr/local/lib -C link-arg=-L/usr/local/lib` warning: associated function `from_inner` is never used --> /construction/editors/lapce/lapce-0.2.8/cargo-crates/hyper-0.14.20/src/ext.rs:43:19 | 30 | impl Protocol { | ------------- associated function in this implementation ... 43 | pub(crate) fn from_inner(inner: h2::ext::Protocol) -> Self { | ^^^^^^^^^^ | = note: `#[warn(dead_code)]` on by default Running `/construction/editors/lapce/target/release/build/proc-macro-error-c885e4647a7edc06/build-script-build` [proc-macro-error 1.0.4] cargo:rustc-cfg=use_fallback Compiling lsp-types v0.93.1 Running `CARGO=/usr/local/bin/cargo CARGO_CRATE_NAME=lsp_types CARGO_MANIFEST_DIR=/construction/editors/lapce/lapce-0.2.8/cargo-crates/lsp-types-0.93.1 CARGO_PKG_AUTHORS='Markus Westerlind :Bruno Medeiros ' CARGO_PKG_DESCRIPTION='Types for interaction with a language server, using VSCode'\''s Language Server Protocol' CARGO_PKG_HOMEPAGE='' CARGO_PKG_LICENSE=MIT CARGO_PKG_LICENSE_FILE='' CARGO_PKG_NAME=lsp-types CARGO_PKG_README=README.md CARGO_PKG_REPOSITORY='https://github.com/gluon-lang/lsp-types' CARGO_PKG_RUST_VERSION='' CARGO_PKG_VERSION=0.93.1 CARGO_PKG_VERSION_MAJOR=0 CARGO_PKG_VERSION_MINOR=93 CARGO_PKG_VERSION_PATCH=1 CARGO_PKG_VERSION_PRE='' LD_LIBRARY_PATH='/construction/editors/lapce/target/release/deps:/usr/local/lib' /usr/local/bin/rustc --crate-name lsp_types --edition=2018 /construction/editors/lapce/lapce-0.2.8/cargo-crates/lsp-types-0.93.1/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --diagnostic-width=80 --crate-type lib --emit=dep-info,metadata,link -C opt-level=2 -C embed-bitcode=no --cfg 'feature="default"' --cfg 'feature="proposed"' -C metadata=7004d64342800d45 -C extra-filename=-7004d64342800d45 --out-dir /construction/editors/lapce/target/x86_64-unknown-dragonfly/release/deps --target x86_64-unknown-dragonfly -C linker=cc -L dependency=/construction/editors/lapce/target/x86_64-unknown-dragonfly/release/deps -L dependency=/construction/editors/lapce/target/release/deps --extern bitflags=/construction/editors/lapce/target/x86_64-unknown-dragonfly/release/deps/libbitflags-cd9fb609d49c6f8e.rmeta --extern serde=/construction/editors/lapce/target/x86_64-unknown-dragonfly/release/deps/libserde-3209f38acc2832c3.rmeta --extern serde_json=/construction/editors/lapce/target/x86_64-unknown-dragonfly/release/deps/libserde_json-c60cdae67baf81f6.rmeta --extern serde_repr=/construction/editors/lapce/target/release/deps/libserde_repr-3a908b00087679fa.so --extern url=/construction/editors/lapce/target/x86_64-unknown-dragonfly/release/deps/liburl-c240a245e2dbd479.rmeta --cap-lints warn -C link-arg=-Wl,-rpath,/usr/local/lib -C link-arg=-L/usr/local/lib` Compiling lyon_tessellation v0.17.10 Running `CARGO=/usr/local/bin/cargo CARGO_CRATE_NAME=lyon_tessellation CARGO_MANIFEST_DIR=/construction/editors/lapce/lapce-0.2.8/cargo-crates/lyon_tessellation-0.17.10 CARGO_PKG_AUTHORS='Nicolas Silva ' CARGO_PKG_DESCRIPTION='A low level path tessellation library.' CARGO_PKG_HOMEPAGE='' CARGO_PKG_LICENSE=MIT/Apache-2.0 CARGO_PKG_LICENSE_FILE='' CARGO_PKG_NAME=lyon_tessellation CARGO_PKG_README='' CARGO_PKG_REPOSITORY='https://github.com/nical/lyon' CARGO_PKG_RUST_VERSION='' CARGO_PKG_VERSION=0.17.10 CARGO_PKG_VERSION_MAJOR=0 CARGO_PKG_VERSION_MINOR=17 CARGO_PKG_VERSION_PATCH=10 CARGO_PKG_VERSION_PRE='' LD_LIBRARY_PATH='/construction/editors/lapce/target/release/deps:/usr/local/lib' /usr/local/bin/rustc --crate-name lyon_tessellation --edition=2018 /construction/editors/lapce/lapce-0.2.8/cargo-crates/lyon_tessellation-0.17.10/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --diagnostic-width=80 --crate-type lib --emit=dep-info,metadata,link -C opt-level=2 -C embed-bitcode=no -C metadata=654310ba8cfb3ccf -C extra-filename=-654310ba8cfb3ccf --out-dir /construction/editors/lapce/target/x86_64-unknown-dragonfly/release/deps --target x86_64-unknown-dragonfly -C linker=cc -L dependency=/construction/editors/lapce/target/x86_64-unknown-dragonfly/release/deps -L dependency=/construction/editors/lapce/target/release/deps --extern float_next_after=/construction/editors/lapce/target/x86_64-unknown-dragonfly/release/deps/libfloat_next_after-7d9cf8f902883f47.rmeta --extern lyon_path=/construction/editors/lapce/target/x86_64-unknown-dragonfly/release/deps/liblyon_path-07b3f576ac1c23a5.rmeta --cap-lints warn -C link-arg=-Wl,-rpath,/usr/local/lib -C link-arg=-L/usr/local/lib` Compiling lyon_algorithms v0.17.7 Running `CARGO=/usr/local/bin/cargo CARGO_CRATE_NAME=lyon_algorithms CARGO_MANIFEST_DIR=/construction/editors/lapce/lapce-0.2.8/cargo-crates/lyon_algorithms-0.17.7 CARGO_PKG_AUTHORS='Nicolas Silva ' CARGO_PKG_DESCRIPTION='2D Path manipulation/transformation algorithms.' CARGO_PKG_HOMEPAGE='' CARGO_PKG_LICENSE=MIT/Apache-2.0 CARGO_PKG_LICENSE_FILE='' CARGO_PKG_NAME=lyon_algorithms CARGO_PKG_README='' CARGO_PKG_REPOSITORY='https://github.com/nical/lyon' CARGO_PKG_RUST_VERSION='' CARGO_PKG_VERSION=0.17.7 CARGO_PKG_VERSION_MAJOR=0 CARGO_PKG_VERSION_MINOR=17 CARGO_PKG_VERSION_PATCH=7 CARGO_PKG_VERSION_PRE='' LD_LIBRARY_PATH='/construction/editors/lapce/target/release/deps:/usr/local/lib' /usr/local/bin/rustc --crate-name lyon_algorithms --edition=2018 /construction/editors/lapce/lapce-0.2.8/cargo-crates/lyon_algorithms-0.17.7/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --diagnostic-width=80 --crate-type lib --emit=dep-info,metadata,link -C opt-level=2 -C embed-bitcode=no -C metadata=00f89439200fe2e9 -C extra-filename=-00f89439200fe2e9 --out-dir /construction/editors/lapce/target/x86_64-unknown-dragonfly/release/deps --target x86_64-unknown-dragonfly -C linker=cc -L dependency=/construction/editors/lapce/target/x86_64-unknown-dragonfly/release/deps -L dependency=/construction/editors/lapce/target/release/deps --extern lyon_path=/construction/editors/lapce/target/x86_64-unknown-dragonfly/release/deps/liblyon_path-07b3f576ac1c23a5.rmeta --extern sid=/construction/editors/lapce/target/x86_64-unknown-dragonfly/release/deps/libsid-2c74715fc4b24660.rmeta --cap-lints warn -C link-arg=-Wl,-rpath,/usr/local/lib -C link-arg=-L/usr/local/lib` warning: `swash` (lib) generated 2 warnings Compiling svgfilters v0.4.0 Running `CARGO=/usr/local/bin/cargo CARGO_CRATE_NAME=svgfilters CARGO_MANIFEST_DIR=/construction/editors/lapce/lapce-0.2.8/cargo-crates/svgfilters-0.4.0 CARGO_PKG_AUTHORS='Yevhenii Reizner ' CARGO_PKG_DESCRIPTION='Implementation of various SVG filters.' CARGO_PKG_HOMEPAGE='' CARGO_PKG_LICENSE=MPL-2.0 CARGO_PKG_LICENSE_FILE='' CARGO_PKG_NAME=svgfilters CARGO_PKG_README=README.md CARGO_PKG_REPOSITORY='https://github.com/RazrFalcon/resvg/tree/master/svgfilters' CARGO_PKG_RUST_VERSION='' CARGO_PKG_VERSION=0.4.0 CARGO_PKG_VERSION_MAJOR=0 CARGO_PKG_VERSION_MINOR=4 CARGO_PKG_VERSION_PATCH=0 CARGO_PKG_VERSION_PRE='' LD_LIBRARY_PATH='/construction/editors/lapce/target/release/deps:/usr/local/lib' /usr/local/bin/rustc --crate-name svgfilters --edition=2018 /construction/editors/lapce/lapce-0.2.8/cargo-crates/svgfilters-0.4.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --diagnostic-width=80 --crate-type lib --emit=dep-info,metadata,link -C opt-level=2 -C embed-bitcode=no -C metadata=c795824f9fad0be8 -C extra-filename=-c795824f9fad0be8 --out-dir /construction/editors/lapce/target/x86_64-unknown-dragonfly/release/deps --target x86_64-unknown-dragonfly -C linker=cc -L dependency=/construction/editors/lapce/target/x86_64-unknown-dragonfly/release/deps -L dependency=/construction/editors/lapce/target/release/deps --extern float_cmp=/construction/editors/lapce/target/x86_64-unknown-dragonfly/release/deps/libfloat_cmp-65957bddd09fb56c.rmeta --extern rgb=/construction/editors/lapce/target/x86_64-unknown-dragonfly/release/deps/librgb-17ad97563b41f994.rmeta --cap-lints warn -C link-arg=-Wl,-rpath,/usr/local/lib -C link-arg=-L/usr/local/lib` Compiling unic-bidi v0.9.0 Running `CARGO=/usr/local/bin/cargo CARGO_CRATE_NAME=unic_bidi CARGO_MANIFEST_DIR=/construction/editors/lapce/lapce-0.2.8/cargo-crates/unic-bidi-0.9.0 CARGO_PKG_AUTHORS='The UNIC Project Developers' CARGO_PKG_DESCRIPTION='UNIC — Unicode Bidirectional Algorithm' CARGO_PKG_HOMEPAGE='' CARGO_PKG_LICENSE=MIT/Apache-2.0 CARGO_PKG_LICENSE_FILE='' CARGO_PKG_NAME=unic-bidi CARGO_PKG_README=README.md CARGO_PKG_REPOSITORY='https://github.com/open-i18n/rust-unic/' CARGO_PKG_RUST_VERSION='' CARGO_PKG_VERSION=0.9.0 CARGO_PKG_VERSION_MAJOR=0 CARGO_PKG_VERSION_MINOR=9 CARGO_PKG_VERSION_PATCH=0 CARGO_PKG_VERSION_PRE='' LD_LIBRARY_PATH='/construction/editors/lapce/target/release/deps:/usr/local/lib' /usr/local/bin/rustc --crate-name unic_bidi --edition=2018 /construction/editors/lapce/lapce-0.2.8/cargo-crates/unic-bidi-0.9.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --diagnostic-width=80 --crate-type lib --emit=dep-info,metadata,link -C opt-level=2 -C embed-bitcode=no --cfg 'feature="default"' -C metadata=4562255f968f5124 -C extra-filename=-4562255f968f5124 --out-dir /construction/editors/lapce/target/x86_64-unknown-dragonfly/release/deps --target x86_64-unknown-dragonfly -C linker=cc -L dependency=/construction/editors/lapce/target/x86_64-unknown-dragonfly/release/deps -L dependency=/construction/editors/lapce/target/release/deps --extern matches=/construction/editors/lapce/target/x86_64-unknown-dragonfly/release/deps/libmatches-19a0b4f7de44dbbe.rmeta --extern unic_ucd_bidi=/construction/editors/lapce/target/x86_64-unknown-dragonfly/release/deps/libunic_ucd_bidi-228c1bffc8c38686.rmeta --cap-lints warn -C link-arg=-Wl,-rpath,/usr/local/lib -C link-arg=-L/usr/local/lib` Compiling include_dir_impl v0.6.2 Running `CARGO=/usr/local/bin/cargo CARGO_CRATE_NAME=include_dir_impl CARGO_MANIFEST_DIR=/construction/editors/lapce/lapce-0.2.8/cargo-crates/include_dir_impl-0.6.2 CARGO_PKG_AUTHORS='Michael Bryan ' CARGO_PKG_DESCRIPTION='Implementation crate for include_dir' CARGO_PKG_HOMEPAGE='' CARGO_PKG_LICENSE=MIT CARGO_PKG_LICENSE_FILE='' CARGO_PKG_NAME=include_dir_impl CARGO_PKG_README=../README.md CARGO_PKG_REPOSITORY='https://github.com/Michael-F-Bryan/include_dir' CARGO_PKG_RUST_VERSION='' CARGO_PKG_VERSION=0.6.2 CARGO_PKG_VERSION_MAJOR=0 CARGO_PKG_VERSION_MINOR=6 CARGO_PKG_VERSION_PATCH=2 CARGO_PKG_VERSION_PRE='' LD_LIBRARY_PATH='/construction/editors/lapce/target/release/deps:/usr/local/lib' /usr/local/bin/rustc --crate-name include_dir_impl --edition=2018 /construction/editors/lapce/lapce-0.2.8/cargo-crates/include_dir_impl-0.6.2/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --diagnostic-width=80 --crate-type proc-macro --emit=dep-info,link -C prefer-dynamic -C embed-bitcode=no -C debug-assertions=off -C metadata=368bf36fcdf3a0e4 -C extra-filename=-368bf36fcdf3a0e4 --out-dir /construction/editors/lapce/target/release/deps -C linker=cc -L dependency=/construction/editors/lapce/target/release/deps --extern anyhow=/construction/editors/lapce/target/release/deps/libanyhow-ea70669b8519bb65.rlib --extern proc_macro_hack=/construction/editors/lapce/target/release/deps/libproc_macro_hack-169ba9be71daff40.so --extern proc_macro2=/construction/editors/lapce/target/release/deps/libproc_macro2-0d396a60a42a5507.rlib --extern quote=/construction/editors/lapce/target/release/deps/libquote-598fea7a1e3d78d8.rlib --extern syn=/construction/editors/lapce/target/release/deps/libsyn-175e445b271fda34.rlib --extern proc_macro --cap-lints warn` Compiling tokio-native-tls v0.3.0 Running `CARGO=/usr/local/bin/cargo CARGO_CRATE_NAME=tokio_native_tls CARGO_MANIFEST_DIR=/construction/editors/lapce/lapce-0.2.8/cargo-crates/tokio-native-tls-0.3.0 CARGO_PKG_AUTHORS='Tokio Contributors ' CARGO_PKG_DESCRIPTION='An implementation of TLS/SSL streams for Tokio using native-tls giving an implementation of TLS for nonblocking I/O streams. ' CARGO_PKG_HOMEPAGE='https://tokio.rs' CARGO_PKG_LICENSE=MIT CARGO_PKG_LICENSE_FILE='' CARGO_PKG_NAME=tokio-native-tls CARGO_PKG_README=README.md CARGO_PKG_REPOSITORY='https://github.com/tokio-rs/tls' CARGO_PKG_RUST_VERSION='' CARGO_PKG_VERSION=0.3.0 CARGO_PKG_VERSION_MAJOR=0 CARGO_PKG_VERSION_MINOR=3 CARGO_PKG_VERSION_PATCH=0 CARGO_PKG_VERSION_PRE='' LD_LIBRARY_PATH='/construction/editors/lapce/target/release/deps:/usr/local/lib' /usr/local/bin/rustc --crate-name tokio_native_tls --edition=2018 /construction/editors/lapce/lapce-0.2.8/cargo-crates/tokio-native-tls-0.3.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --diagnostic-width=80 --crate-type lib --emit=dep-info,metadata,link -C opt-level=2 -C embed-bitcode=no -C metadata=b510909db64be714 -C extra-filename=-b510909db64be714 --out-dir /construction/editors/lapce/target/x86_64-unknown-dragonfly/release/deps --target x86_64-unknown-dragonfly -C linker=cc -L dependency=/construction/editors/lapce/target/x86_64-unknown-dragonfly/release/deps -L dependency=/construction/editors/lapce/target/release/deps --extern native_tls=/construction/editors/lapce/target/x86_64-unknown-dragonfly/release/deps/libnative_tls-1c0ab725a3ee1fdd.rmeta --extern tokio=/construction/editors/lapce/target/x86_64-unknown-dragonfly/release/deps/libtokio-5a06734d4b296b6c.rmeta --cap-lints warn -C link-arg=-Wl,-rpath,/usr/local/lib -C link-arg=-L/usr/local/lib -L native=/usr/local/lib` Compiling fount v0.1.0 (/construction/editors/lapce/fount-3bfdc689c0cfbeb498358c79c7be2cb3beb44efe) Running `CARGO=/usr/local/bin/cargo CARGO_CRATE_NAME=fount CARGO_MANIFEST_DIR=/construction/editors/lapce/fount-3bfdc689c0cfbeb498358c79c7be2cb3beb44efe CARGO_PKG_AUTHORS='Chad Brokaw ' CARGO_PKG_DESCRIPTION='' CARGO_PKG_HOMEPAGE='' CARGO_PKG_LICENSE='MIT OR Apache-2.0' CARGO_PKG_LICENSE_FILE='' CARGO_PKG_NAME=fount CARGO_PKG_README=README.md CARGO_PKG_REPOSITORY='' CARGO_PKG_RUST_VERSION='' CARGO_PKG_VERSION=0.1.0 CARGO_PKG_VERSION_MAJOR=0 CARGO_PKG_VERSION_MINOR=1 CARGO_PKG_VERSION_PATCH=0 CARGO_PKG_VERSION_PRE='' LD_LIBRARY_PATH='/construction/editors/lapce/target/release/deps:/usr/local/lib' /usr/local/bin/rustc --crate-name fount --edition=2018 /construction/editors/lapce/fount-3bfdc689c0cfbeb498358c79c7be2cb3beb44efe/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --diagnostic-width=80 --crate-type lib --emit=dep-info,metadata,link -C opt-level=2 -C embed-bitcode=no -C metadata=9dd5cf8c2a9b6894 -C extra-filename=-9dd5cf8c2a9b6894 --out-dir /construction/editors/lapce/target/x86_64-unknown-dragonfly/release/deps --target x86_64-unknown-dragonfly -C linker=cc -L dependency=/construction/editors/lapce/target/x86_64-unknown-dragonfly/release/deps -L dependency=/construction/editors/lapce/target/release/deps --extern font_kit=/construction/editors/lapce/target/x86_64-unknown-dragonfly/release/deps/libfont_kit-beebed22f4f5773b.rmeta --extern memmap2=/construction/editors/lapce/target/x86_64-unknown-dragonfly/release/deps/libmemmap2-20deaa7088fdb215.rmeta --extern swash=/construction/editors/lapce/target/x86_64-unknown-dragonfly/release/deps/libswash-4f444184a8c07373.rmeta -C link-arg=-Wl,-rpath,/usr/local/lib -C link-arg=-L/usr/local/lib -L native=/usr/local/lib -L native=/usr/local/lib` warning: unused import: `GenericFamily` --> /construction/editors/lapce/fount-3bfdc689c0cfbeb498358c79c7be2cb3beb44efe/src/scan.rs:3:13 | 3 | use super::{GenericFamily, Registration}; | ^^^^^^^^^^^^^ | = note: `#[warn(unused_imports)]` on by default warning: unused import: `std::cell::RefCell` --> /construction/editors/lapce/fount-3bfdc689c0cfbeb498358c79c7be2cb3beb44efe/src/scan.rs:4:5 | 4 | use std::cell::RefCell; | ^^^^^^^^^^^^^^^^^^ warning: unused import: `std::rc::Rc` --> /construction/editors/lapce/fount-3bfdc689c0cfbeb498358c79c7be2cb3beb44efe/src/scan.rs:7:5 | 7 | use std::rc::Rc; | ^^^^^^^^^^^ warning: unused import: `RwLock` --> /construction/editors/lapce/fount-3bfdc689c0cfbeb498358c79c7be2cb3beb44efe/src/scan.rs:8:22 | 8 | use std::sync::{Arc, RwLock}; | ^^^^^^ Compiling parking_lot v0.11.2 Running `CARGO=/usr/local/bin/cargo CARGO_CRATE_NAME=parking_lot CARGO_MANIFEST_DIR=/construction/editors/lapce/lapce-0.2.8/cargo-crates/parking_lot-0.11.2 CARGO_PKG_AUTHORS='Amanieu d'\''Antras ' CARGO_PKG_DESCRIPTION='More compact and efficient implementations of the standard synchronization primitives.' CARGO_PKG_HOMEPAGE='' CARGO_PKG_LICENSE=Apache-2.0/MIT CARGO_PKG_LICENSE_FILE='' CARGO_PKG_NAME=parking_lot CARGO_PKG_README=README.md CARGO_PKG_REPOSITORY='https://github.com/Amanieu/parking_lot' CARGO_PKG_RUST_VERSION='' CARGO_PKG_VERSION=0.11.2 CARGO_PKG_VERSION_MAJOR=0 CARGO_PKG_VERSION_MINOR=11 CARGO_PKG_VERSION_PATCH=2 CARGO_PKG_VERSION_PRE='' LD_LIBRARY_PATH='/construction/editors/lapce/target/release/deps:/usr/local/lib' /usr/local/bin/rustc --crate-name parking_lot --edition=2018 /construction/editors/lapce/lapce-0.2.8/cargo-crates/parking_lot-0.11.2/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --diagnostic-width=80 --crate-type lib --emit=dep-info,metadata,link -C opt-level=2 -C embed-bitcode=no --cfg 'feature="deadlock_detection"' --cfg 'feature="default"' -C metadata=c7d519ab1d6ddc5e -C extra-filename=-c7d519ab1d6ddc5e --out-dir /construction/editors/lapce/target/x86_64-unknown-dragonfly/release/deps --target x86_64-unknown-dragonfly -C linker=cc -L dependency=/construction/editors/lapce/target/x86_64-unknown-dragonfly/release/deps -L dependency=/construction/editors/lapce/target/release/deps --extern instant=/construction/editors/lapce/target/x86_64-unknown-dragonfly/release/deps/libinstant-25ce7cd3b0d0c594.rmeta --extern lock_api=/construction/editors/lapce/target/x86_64-unknown-dragonfly/release/deps/liblock_api-68ffcca85347c985.rmeta --extern parking_lot_core=/construction/editors/lapce/target/x86_64-unknown-dragonfly/release/deps/libparking_lot_core-002fe5e753882dd9.rmeta --cap-lints warn -C link-arg=-Wl,-rpath,/usr/local/lib -C link-arg=-L/usr/local/lib` Running `CARGO=/usr/local/bin/cargo CARGO_CRATE_NAME=num_rational CARGO_MANIFEST_DIR=/construction/editors/lapce/lapce-0.2.8/cargo-crates/num-rational-0.4.1 CARGO_PKG_AUTHORS='The Rust Project Developers' CARGO_PKG_DESCRIPTION='Rational numbers implementation for Rust' CARGO_PKG_HOMEPAGE='https://github.com/rust-num/num-rational' CARGO_PKG_LICENSE='MIT OR Apache-2.0' CARGO_PKG_LICENSE_FILE='' CARGO_PKG_NAME=num-rational CARGO_PKG_README=README.md CARGO_PKG_REPOSITORY='https://github.com/rust-num/num-rational' CARGO_PKG_RUST_VERSION='' CARGO_PKG_VERSION=0.4.1 CARGO_PKG_VERSION_MAJOR=0 CARGO_PKG_VERSION_MINOR=4 CARGO_PKG_VERSION_PATCH=1 CARGO_PKG_VERSION_PRE='' LD_LIBRARY_PATH='/construction/editors/lapce/target/release/deps:/usr/local/lib' OUT_DIR=/construction/editors/lapce/target/x86_64-unknown-dragonfly/release/build/num-rational-97a8e8a59c128741/out /usr/local/bin/rustc --crate-name num_rational --edition=2018 /construction/editors/lapce/lapce-0.2.8/cargo-crates/num-rational-0.4.1/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --diagnostic-width=80 --crate-type lib --emit=dep-info,metadata,link -C opt-level=2 -C embed-bitcode=no -C metadata=67f3885aafe95890 -C extra-filename=-67f3885aafe95890 --out-dir /construction/editors/lapce/target/x86_64-unknown-dragonfly/release/deps --target x86_64-unknown-dragonfly -C linker=cc -L dependency=/construction/editors/lapce/target/x86_64-unknown-dragonfly/release/deps -L dependency=/construction/editors/lapce/target/release/deps --extern num_integer=/construction/editors/lapce/target/x86_64-unknown-dragonfly/release/deps/libnum_integer-9d4e42c3aba66e9f.rmeta --extern num_traits=/construction/editors/lapce/target/x86_64-unknown-dragonfly/release/deps/libnum_traits-dd6d79c2f9521648.rmeta --cap-lints warn -C link-arg=-Wl,-rpath,/usr/local/lib -C link-arg=-L/usr/local/lib --cfg has_int_exp_fmt` Running `CARGO=/usr/local/bin/cargo CARGO_CRATE_NAME=proc_macro_error_attr CARGO_MANIFEST_DIR=/construction/editors/lapce/lapce-0.2.8/cargo-crates/proc-macro-error-attr-1.0.4 CARGO_PKG_AUTHORS='CreepySkeleton ' CARGO_PKG_DESCRIPTION='Attribute macro for proc-macro-error crate' CARGO_PKG_HOMEPAGE='' CARGO_PKG_LICENSE='MIT OR Apache-2.0' CARGO_PKG_LICENSE_FILE='' CARGO_PKG_NAME=proc-macro-error-attr CARGO_PKG_README='' CARGO_PKG_REPOSITORY='https://gitlab.com/CreepySkeleton/proc-macro-error' CARGO_PKG_RUST_VERSION='' CARGO_PKG_VERSION=1.0.4 CARGO_PKG_VERSION_MAJOR=1 CARGO_PKG_VERSION_MINOR=0 CARGO_PKG_VERSION_PATCH=4 CARGO_PKG_VERSION_PRE='' LD_LIBRARY_PATH='/construction/editors/lapce/target/release/deps:/usr/local/lib' OUT_DIR=/construction/editors/lapce/target/release/build/proc-macro-error-attr-a08b705426b83448/out /usr/local/bin/rustc --crate-name proc_macro_error_attr --edition=2018 /construction/editors/lapce/lapce-0.2.8/cargo-crates/proc-macro-error-attr-1.0.4/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --diagnostic-width=80 --crate-type proc-macro --emit=dep-info,link -C prefer-dynamic -C embed-bitcode=no -C debug-assertions=off -C metadata=fb05de7e8bb528ac -C extra-filename=-fb05de7e8bb528ac --out-dir /construction/editors/lapce/target/release/deps -C linker=cc -L dependency=/construction/editors/lapce/target/release/deps --extern proc_macro2=/construction/editors/lapce/target/release/deps/libproc_macro2-0d396a60a42a5507.rlib --extern quote=/construction/editors/lapce/target/release/deps/libquote-598fea7a1e3d78d8.rlib --extern proc_macro --cap-lints warn` warning: variable does not need to be mutable --> /construction/editors/lapce/fount-3bfdc689c0cfbeb498358c79c7be2cb3beb44efe/src/data.rs:494:9 | 494 | mut reg: Option<&mut Registration>, | ----^^^ | | | help: remove this `mut` | = note: `#[warn(unused_mut)]` on by default warning: unused `Result` that must be used --> /construction/editors/lapce/fount-3bfdc689c0cfbeb498358c79c7be2cb3beb44efe/src/data.rs:118:29 | 118 | ... scan_path(path, self); | ^^^^^^^^^^^^^^^^^^^^^ | = note: this `Result` may be an `Err` variant, which should be handled = note: `#[warn(unused_must_use)]` on by default help: use `let _ = ...` to ignore the resulting value | 118 | let _ = scan_path(path, self); | +++++++ Compiling tiff v0.7.3 Running `CARGO=/usr/local/bin/cargo CARGO_CRATE_NAME=tiff CARGO_MANIFEST_DIR=/construction/editors/lapce/lapce-0.2.8/cargo-crates/tiff-0.7.3 CARGO_PKG_AUTHORS='The image-rs Developers' CARGO_PKG_DESCRIPTION='TIFF decoding and encoding library in pure Rust' CARGO_PKG_HOMEPAGE='' CARGO_PKG_LICENSE=MIT CARGO_PKG_LICENSE_FILE='' CARGO_PKG_NAME=tiff CARGO_PKG_README=README.md CARGO_PKG_REPOSITORY='https://github.com/image-rs/image-tiff' CARGO_PKG_RUST_VERSION='' CARGO_PKG_VERSION=0.7.3 CARGO_PKG_VERSION_MAJOR=0 CARGO_PKG_VERSION_MINOR=7 CARGO_PKG_VERSION_PATCH=3 CARGO_PKG_VERSION_PRE='' LD_LIBRARY_PATH='/construction/editors/lapce/target/release/deps:/usr/local/lib' /usr/local/bin/rustc --crate-name tiff --edition=2018 /construction/editors/lapce/lapce-0.2.8/cargo-crates/tiff-0.7.3/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --diagnostic-width=80 --crate-type lib --emit=dep-info,metadata,link -C opt-level=2 -C embed-bitcode=no -C metadata=c09eaba4b2610ff1 -C extra-filename=-c09eaba4b2610ff1 --out-dir /construction/editors/lapce/target/x86_64-unknown-dragonfly/release/deps --target x86_64-unknown-dragonfly -C linker=cc -L dependency=/construction/editors/lapce/target/x86_64-unknown-dragonfly/release/deps -L dependency=/construction/editors/lapce/target/release/deps --extern flate2=/construction/editors/lapce/target/x86_64-unknown-dragonfly/release/deps/libflate2-bd01a8686934630d.rmeta --extern jpeg=/construction/editors/lapce/target/x86_64-unknown-dragonfly/release/deps/libjpeg_decoder-212e598ee649d9e9.rmeta --extern weezl=/construction/editors/lapce/target/x86_64-unknown-dragonfly/release/deps/libweezl-c6ed7e0108703c9d.rmeta --cap-lints warn -C link-arg=-Wl,-rpath,/usr/local/lib -C link-arg=-L/usr/local/lib` Compiling futures-executor v0.3.24 Running `CARGO=/usr/local/bin/cargo CARGO_CRATE_NAME=futures_executor CARGO_MANIFEST_DIR=/construction/editors/lapce/lapce-0.2.8/cargo-crates/futures-executor-0.3.24 CARGO_PKG_AUTHORS='' CARGO_PKG_DESCRIPTION='Executors for asynchronous tasks based on the futures-rs library. ' CARGO_PKG_HOMEPAGE='https://rust-lang.github.io/futures-rs' CARGO_PKG_LICENSE='MIT OR Apache-2.0' CARGO_PKG_LICENSE_FILE='' CARGO_PKG_NAME=futures-executor CARGO_PKG_README=README.md CARGO_PKG_REPOSITORY='https://github.com/rust-lang/futures-rs' CARGO_PKG_RUST_VERSION=1.45 CARGO_PKG_VERSION=0.3.24 CARGO_PKG_VERSION_MAJOR=0 CARGO_PKG_VERSION_MINOR=3 CARGO_PKG_VERSION_PATCH=24 CARGO_PKG_VERSION_PRE='' LD_LIBRARY_PATH='/construction/editors/lapce/target/release/deps:/usr/local/lib' /usr/local/bin/rustc --crate-name futures_executor --edition=2018 /construction/editors/lapce/lapce-0.2.8/cargo-crates/futures-executor-0.3.24/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --diagnostic-width=80 --crate-type lib --emit=dep-info,metadata,link -C opt-level=2 -C embed-bitcode=no --cfg 'feature="std"' -C metadata=f1a3389e2bcb6a56 -C extra-filename=-f1a3389e2bcb6a56 --out-dir /construction/editors/lapce/target/x86_64-unknown-dragonfly/release/deps --target x86_64-unknown-dragonfly -C linker=cc -L dependency=/construction/editors/lapce/target/x86_64-unknown-dragonfly/release/deps -L dependency=/construction/editors/lapce/target/release/deps --extern futures_core=/construction/editors/lapce/target/x86_64-unknown-dragonfly/release/deps/libfutures_core-bdb285f9c4c607b9.rmeta --extern futures_task=/construction/editors/lapce/target/x86_64-unknown-dragonfly/release/deps/libfutures_task-1724fd8df6a27c10.rmeta --extern futures_util=/construction/editors/lapce/target/x86_64-unknown-dragonfly/release/deps/libfutures_util-ca38adb2f9548cd7.rmeta --cap-lints warn -C link-arg=-Wl,-rpath,/usr/local/lib -C link-arg=-L/usr/local/lib` Running `CARGO=/usr/local/bin/cargo CARGO_CRATE_NAME=libz_sys CARGO_MANIFEST_DIR=/construction/editors/lapce/lapce-0.2.8/cargo-crates/libz-sys-1.1.8 CARGO_PKG_AUTHORS='Alex Crichton :Josh Triplett ' CARGO_PKG_DESCRIPTION='Low-level bindings to the system libz library (also known as zlib).' CARGO_PKG_HOMEPAGE='' CARGO_PKG_LICENSE='MIT OR Apache-2.0' CARGO_PKG_LICENSE_FILE='' CARGO_PKG_NAME=libz-sys CARGO_PKG_README=README.md CARGO_PKG_REPOSITORY='https://github.com/rust-lang/libz-sys' CARGO_PKG_RUST_VERSION='' CARGO_PKG_VERSION=1.1.8 CARGO_PKG_VERSION_MAJOR=1 CARGO_PKG_VERSION_MINOR=1 CARGO_PKG_VERSION_PATCH=8 CARGO_PKG_VERSION_PRE='' LD_LIBRARY_PATH='/construction/editors/lapce/target/release/deps:/usr/local/lib' OUT_DIR=/construction/editors/lapce/target/x86_64-unknown-dragonfly/release/build/libz-sys-26f8f50653444b79/out /usr/local/bin/rustc --crate-name libz_sys --edition=2018 /construction/editors/lapce/lapce-0.2.8/cargo-crates/libz-sys-1.1.8/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --diagnostic-width=80 --crate-type lib --emit=dep-info,metadata,link -C opt-level=2 -C embed-bitcode=no --cfg 'feature="libc"' -C metadata=533e8add32e8a671 -C extra-filename=-533e8add32e8a671 --out-dir /construction/editors/lapce/target/x86_64-unknown-dragonfly/release/deps --target x86_64-unknown-dragonfly -C linker=cc -L dependency=/construction/editors/lapce/target/x86_64-unknown-dragonfly/release/deps -L dependency=/construction/editors/lapce/target/release/deps --extern libc=/construction/editors/lapce/target/x86_64-unknown-dragonfly/release/deps/liblibc-8e3f13899fc9c378.rmeta --cap-lints warn -C link-arg=-Wl,-rpath,/usr/local/lib -C link-arg=-L/usr/local/lib -l z` Compiling yaml-rust v0.4.5 Running `CARGO=/usr/local/bin/cargo CARGO_CRATE_NAME=yaml_rust CARGO_MANIFEST_DIR=/construction/editors/lapce/lapce-0.2.8/cargo-crates/yaml-rust-0.4.5 CARGO_PKG_AUTHORS='Yuheng Chen ' CARGO_PKG_DESCRIPTION='The missing YAML 1.2 parser for rust' CARGO_PKG_HOMEPAGE='http://chyh1990.github.io/yaml-rust/' CARGO_PKG_LICENSE=MIT/Apache-2.0 CARGO_PKG_LICENSE_FILE='' CARGO_PKG_NAME=yaml-rust CARGO_PKG_README=README.md CARGO_PKG_REPOSITORY='https://github.com/chyh1990/yaml-rust' CARGO_PKG_RUST_VERSION='' CARGO_PKG_VERSION=0.4.5 CARGO_PKG_VERSION_MAJOR=0 CARGO_PKG_VERSION_MINOR=4 CARGO_PKG_VERSION_PATCH=5 CARGO_PKG_VERSION_PRE='' LD_LIBRARY_PATH='/construction/editors/lapce/target/release/deps:/usr/local/lib' /usr/local/bin/rustc --crate-name yaml_rust --edition=2018 /construction/editors/lapce/lapce-0.2.8/cargo-crates/yaml-rust-0.4.5/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --diagnostic-width=80 --crate-type lib --emit=dep-info,metadata,link -C opt-level=2 -C embed-bitcode=no -C metadata=e22d109c5ab52de5 -C extra-filename=-e22d109c5ab52de5 --out-dir /construction/editors/lapce/target/x86_64-unknown-dragonfly/release/deps --target x86_64-unknown-dragonfly -C linker=cc -L dependency=/construction/editors/lapce/target/x86_64-unknown-dragonfly/release/deps -L dependency=/construction/editors/lapce/target/release/deps --extern linked_hash_map=/construction/editors/lapce/target/x86_64-unknown-dragonfly/release/deps/liblinked_hash_map-15b636ffc7d23545.rmeta --cap-lints warn -C link-arg=-Wl,-rpath,/usr/local/lib -C link-arg=-L/usr/local/lib` Compiling tree-sitter-vue v0.0.3 Running `CARGO=/usr/local/bin/cargo CARGO_CRATE_NAME=build_script_build CARGO_MANIFEST_DIR=/construction/editors/lapce/lapce-0.2.8/cargo-crates/tree-sitter-vue-0.0.3 CARGO_PKG_AUTHORS='' CARGO_PKG_DESCRIPTION='vue grammar for the tree-sitter parsing library' CARGO_PKG_HOMEPAGE='' CARGO_PKG_LICENSE=MIT CARGO_PKG_LICENSE_FILE='' CARGO_PKG_NAME=tree-sitter-vue CARGO_PKG_README=README.md CARGO_PKG_REPOSITORY='https://github.com/xiaoxin-sky/tree-sitter-vue' CARGO_PKG_RUST_VERSION='' CARGO_PKG_VERSION=0.0.3 CARGO_PKG_VERSION_MAJOR=0 CARGO_PKG_VERSION_MINOR=0 CARGO_PKG_VERSION_PATCH=3 CARGO_PKG_VERSION_PRE='' LD_LIBRARY_PATH='/construction/editors/lapce/target/release/deps:/usr/local/lib' /usr/local/bin/rustc --crate-name build_script_build --edition=2018 /construction/editors/lapce/lapce-0.2.8/cargo-crates/tree-sitter-vue-0.0.3/bindings/rust/build.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --diagnostic-width=80 --crate-type bin --emit=dep-info,link -C embed-bitcode=no -C debug-assertions=off -C metadata=2f8f58e9f58e7804 -C extra-filename=-2f8f58e9f58e7804 --out-dir /construction/editors/lapce/target/release/build/tree-sitter-vue-2f8f58e9f58e7804 -C linker=cc -L dependency=/construction/editors/lapce/target/release/deps --extern cc=/construction/editors/lapce/target/release/deps/libcc-1c22ede16aecb155.rlib --cap-lints warn` Compiling tree-sitter-scheme v0.2.0 (/construction/editors/lapce/tree-sitter-scheme-af0fd1fa452cb2562dc7b5c8a8c55551c39273b9) Running `CARGO=/usr/local/bin/cargo CARGO_CRATE_NAME=build_script_build CARGO_MANIFEST_DIR=/construction/editors/lapce/tree-sitter-scheme-af0fd1fa452cb2562dc7b5c8a8c55551c39273b9 CARGO_PKG_AUTHORS='' CARGO_PKG_DESCRIPTION='scheme grammar for the tree-sitter parsing library' CARGO_PKG_HOMEPAGE='' CARGO_PKG_LICENSE=MIT CARGO_PKG_LICENSE_FILE='' CARGO_PKG_NAME=tree-sitter-scheme CARGO_PKG_README=README.md CARGO_PKG_REPOSITORY='https://github.com/tree-sitter/tree-sitter-scheme' CARGO_PKG_RUST_VERSION='' CARGO_PKG_VERSION=0.2.0 CARGO_PKG_VERSION_MAJOR=0 CARGO_PKG_VERSION_MINOR=2 CARGO_PKG_VERSION_PATCH=0 CARGO_PKG_VERSION_PRE='' LD_LIBRARY_PATH='/construction/editors/lapce/target/release/deps:/usr/local/lib' /usr/local/bin/rustc --crate-name build_script_build --edition=2018 /construction/editors/lapce/tree-sitter-scheme-af0fd1fa452cb2562dc7b5c8a8c55551c39273b9/bindings/rust/build.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --diagnostic-width=80 --crate-type bin --emit=dep-info,link -C embed-bitcode=no -C debug-assertions=off -C metadata=ccb9aeb55059a2b3 -C extra-filename=-ccb9aeb55059a2b3 --out-dir /construction/editors/lapce/target/release/build/tree-sitter-scheme-ccb9aeb55059a2b3 -C linker=cc -L dependency=/construction/editors/lapce/target/release/deps --extern cc=/construction/editors/lapce/target/release/deps/libcc-1c22ede16aecb155.rlib` warning: field `marks` is never read --> /construction/editors/lapce/lapce-0.2.8/cargo-crates/yaml-rust-0.4.5/src/parser.rs:70:5 | 66 | pub struct Parser { | ------ field in this struct ... 70 | marks: Vec, | ^^^^^ | = note: `Parser` has a derived impl for the trait `Debug`, but this is intentionally ignored during dead code analysis = note: `#[warn(dead_code)]` on by default Compiling tree-sitter-python v0.20.2 Running `CARGO=/usr/local/bin/cargo CARGO_CRATE_NAME=build_script_build CARGO_MANIFEST_DIR=/construction/editors/lapce/lapce-0.2.8/cargo-crates/tree-sitter-python-0.20.2 CARGO_PKG_AUTHORS='Max Brunsfeld :Douglas Creager ' CARGO_PKG_DESCRIPTION='Python grammar for the tree-sitter parsing library' CARGO_PKG_HOMEPAGE='' CARGO_PKG_LICENSE=MIT CARGO_PKG_LICENSE_FILE='' CARGO_PKG_NAME=tree-sitter-python CARGO_PKG_README=bindings/rust/README.md CARGO_PKG_REPOSITORY='https://github.com/tree-sitter/tree-sitter-python' CARGO_PKG_RUST_VERSION='' CARGO_PKG_VERSION=0.20.2 CARGO_PKG_VERSION_MAJOR=0 CARGO_PKG_VERSION_MINOR=20 CARGO_PKG_VERSION_PATCH=2 CARGO_PKG_VERSION_PRE='' LD_LIBRARY_PATH='/construction/editors/lapce/target/release/deps:/usr/local/lib' /usr/local/bin/rustc --crate-name build_script_build --edition=2018 /construction/editors/lapce/lapce-0.2.8/cargo-crates/tree-sitter-python-0.20.2/bindings/rust/build.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --diagnostic-width=80 --crate-type bin --emit=dep-info,link -C embed-bitcode=no -C debug-assertions=off -C metadata=e2d72e52e54f2bb5 -C extra-filename=-e2d72e52e54f2bb5 --out-dir /construction/editors/lapce/target/release/build/tree-sitter-python-e2d72e52e54f2bb5 -C linker=cc -L dependency=/construction/editors/lapce/target/release/deps --extern cc=/construction/editors/lapce/target/release/deps/libcc-1c22ede16aecb155.rlib --cap-lints warn` Compiling tree-sitter-haxe v0.2.2 (/construction/editors/lapce/tree-sitter-haxe-52e3d2b9c3955aca886bccc38b496ef99b603a09) Running `CARGO=/usr/local/bin/cargo CARGO_CRATE_NAME=build_script_build CARGO_MANIFEST_DIR=/construction/editors/lapce/tree-sitter-haxe-52e3d2b9c3955aca886bccc38b496ef99b603a09 CARGO_PKG_AUTHORS='' CARGO_PKG_DESCRIPTION='haxe grammar for the tree-sitter parsing library' CARGO_PKG_HOMEPAGE='' CARGO_PKG_LICENSE=MIT CARGO_PKG_LICENSE_FILE='' CARGO_PKG_NAME=tree-sitter-haxe CARGO_PKG_README=README.md CARGO_PKG_REPOSITORY='https://github.com/tree-sitter/tree-sitter-haxe' CARGO_PKG_RUST_VERSION='' CARGO_PKG_VERSION=0.2.2 CARGO_PKG_VERSION_MAJOR=0 CARGO_PKG_VERSION_MINOR=2 CARGO_PKG_VERSION_PATCH=2 CARGO_PKG_VERSION_PRE='' LD_LIBRARY_PATH='/construction/editors/lapce/target/release/deps:/usr/local/lib' /usr/local/bin/rustc --crate-name build_script_build --edition=2018 /construction/editors/lapce/tree-sitter-haxe-52e3d2b9c3955aca886bccc38b496ef99b603a09/bindings/rust/build.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --diagnostic-width=80 --crate-type bin --emit=dep-info,link -C embed-bitcode=no -C debug-assertions=off -C metadata=cb5ff6ee2634dddf -C extra-filename=-cb5ff6ee2634dddf --out-dir /construction/editors/lapce/target/release/build/tree-sitter-haxe-cb5ff6ee2634dddf -C linker=cc -L dependency=/construction/editors/lapce/target/release/deps --extern cc=/construction/editors/lapce/target/release/deps/libcc-1c22ede16aecb155.rlib` Compiling tree-sitter-javascript v0.20.0 Running `CARGO=/usr/local/bin/cargo CARGO_CRATE_NAME=build_script_build CARGO_MANIFEST_DIR=/construction/editors/lapce/lapce-0.2.8/cargo-crates/tree-sitter-javascript-0.20.0 CARGO_PKG_AUTHORS='Max Brunsfeld :Douglas Creager ' CARGO_PKG_DESCRIPTION='JavaScript grammar for the tree-sitter parsing library' CARGO_PKG_HOMEPAGE='' CARGO_PKG_LICENSE=MIT CARGO_PKG_LICENSE_FILE='' CARGO_PKG_NAME=tree-sitter-javascript CARGO_PKG_README=bindings/rust/README.md CARGO_PKG_REPOSITORY='https://github.com/tree-sitter/tree-sitter-javascript' CARGO_PKG_RUST_VERSION='' CARGO_PKG_VERSION=0.20.0 CARGO_PKG_VERSION_MAJOR=0 CARGO_PKG_VERSION_MINOR=20 CARGO_PKG_VERSION_PATCH=0 CARGO_PKG_VERSION_PRE='' LD_LIBRARY_PATH='/construction/editors/lapce/target/release/deps:/usr/local/lib' /usr/local/bin/rustc --crate-name build_script_build --edition=2018 /construction/editors/lapce/lapce-0.2.8/cargo-crates/tree-sitter-javascript-0.20.0/bindings/rust/build.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --diagnostic-width=80 --crate-type bin --emit=dep-info,link -C embed-bitcode=no -C debug-assertions=off -C metadata=c1ca046c1da6979a -C extra-filename=-c1ca046c1da6979a --out-dir /construction/editors/lapce/target/release/build/tree-sitter-javascript-c1ca046c1da6979a -C linker=cc -L dependency=/construction/editors/lapce/target/release/deps --extern cc=/construction/editors/lapce/target/release/deps/libcc-1c22ede16aecb155.rlib --cap-lints warn` Compiling tree-sitter-erlang v0.0.1 (/construction/editors/lapce/tree-sitter-erlang-a8b8b0e16c4f5552f5e85af3dec976a5d16af8b9) Running `CARGO=/usr/local/bin/cargo CARGO_CRATE_NAME=build_script_build CARGO_MANIFEST_DIR=/construction/editors/lapce/tree-sitter-erlang-a8b8b0e16c4f5552f5e85af3dec976a5d16af8b9 CARGO_PKG_AUTHORS='' CARGO_PKG_DESCRIPTION='erlang grammar for the tree-sitter parsing library' CARGO_PKG_HOMEPAGE='' CARGO_PKG_LICENSE=MIT CARGO_PKG_LICENSE_FILE='' CARGO_PKG_NAME=tree-sitter-erlang CARGO_PKG_README=README.md CARGO_PKG_REPOSITORY='' CARGO_PKG_RUST_VERSION='' CARGO_PKG_VERSION=0.0.1 CARGO_PKG_VERSION_MAJOR=0 CARGO_PKG_VERSION_MINOR=0 CARGO_PKG_VERSION_PATCH=1 CARGO_PKG_VERSION_PRE='' LD_LIBRARY_PATH='/construction/editors/lapce/target/release/deps:/usr/local/lib' /usr/local/bin/rustc --crate-name build_script_build --edition=2018 /construction/editors/lapce/tree-sitter-erlang-a8b8b0e16c4f5552f5e85af3dec976a5d16af8b9/bindings/rust/build.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --diagnostic-width=80 --crate-type bin --emit=dep-info,link -C embed-bitcode=no -C debug-assertions=off -C metadata=377b3ffc6dfe8475 -C extra-filename=-377b3ffc6dfe8475 --out-dir /construction/editors/lapce/target/release/build/tree-sitter-erlang-377b3ffc6dfe8475 -C linker=cc -L dependency=/construction/editors/lapce/target/release/deps --extern cc=/construction/editors/lapce/target/release/deps/libcc-1c22ede16aecb155.rlib` Compiling tree-sitter-protobuf v0.0.1 (/construction/editors/lapce/tree-sitter-protobuf-5aef38d655f76a6b0d172340eed3766c93b3124c) Running `CARGO=/usr/local/bin/cargo CARGO_CRATE_NAME=build_script_build CARGO_MANIFEST_DIR=/construction/editors/lapce/tree-sitter-protobuf-5aef38d655f76a6b0d172340eed3766c93b3124c CARGO_PKG_AUTHORS='' CARGO_PKG_DESCRIPTION='protobuf grammar for the tree-sitter parsing library' CARGO_PKG_HOMEPAGE='' CARGO_PKG_LICENSE=MIT CARGO_PKG_LICENSE_FILE='' CARGO_PKG_NAME=tree-sitter-protobuf CARGO_PKG_README='' CARGO_PKG_REPOSITORY='https://github.com/tree-sitter/tree-sitter-protobuf' CARGO_PKG_RUST_VERSION='' CARGO_PKG_VERSION=0.0.1 CARGO_PKG_VERSION_MAJOR=0 CARGO_PKG_VERSION_MINOR=0 CARGO_PKG_VERSION_PATCH=1 CARGO_PKG_VERSION_PRE='' LD_LIBRARY_PATH='/construction/editors/lapce/target/release/deps:/usr/local/lib' /usr/local/bin/rustc --crate-name build_script_build --edition=2018 /construction/editors/lapce/tree-sitter-protobuf-5aef38d655f76a6b0d172340eed3766c93b3124c/bindings/rust/build.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --diagnostic-width=80 --crate-type bin --emit=dep-info,link -C embed-bitcode=no -C debug-assertions=off -C metadata=4a85f83433d319af -C extra-filename=-4a85f83433d319af --out-dir /construction/editors/lapce/target/release/build/tree-sitter-protobuf-4a85f83433d319af -C linker=cc -L dependency=/construction/editors/lapce/target/release/deps --extern cc=/construction/editors/lapce/target/release/deps/libcc-1c22ede16aecb155.rlib` Compiling tree-sitter-svelte v0.10.2 (/construction/editors/lapce/tree-sitter-svelte-52e122ae68b316d3aa960a0a422d3645ba717f42) Running `CARGO=/usr/local/bin/cargo CARGO_CRATE_NAME=build_script_build CARGO_MANIFEST_DIR=/construction/editors/lapce/tree-sitter-svelte-52e122ae68b316d3aa960a0a422d3645ba717f42 CARGO_PKG_AUTHORS='Himujjal ' CARGO_PKG_DESCRIPTION='Tree sitter grammar for Svelte' CARGO_PKG_HOMEPAGE='' CARGO_PKG_LICENSE=MIT CARGO_PKG_LICENSE_FILE='' CARGO_PKG_NAME=tree-sitter-svelte CARGO_PKG_README=bindings/rust/README.md CARGO_PKG_REPOSITORY='https://github.com/Himujjal/tree-sitter-svelte' CARGO_PKG_RUST_VERSION='' CARGO_PKG_VERSION=0.10.2 CARGO_PKG_VERSION_MAJOR=0 CARGO_PKG_VERSION_MINOR=10 CARGO_PKG_VERSION_PATCH=2 CARGO_PKG_VERSION_PRE='' LD_LIBRARY_PATH='/construction/editors/lapce/target/release/deps:/usr/local/lib' /usr/local/bin/rustc --crate-name build_script_build --edition=2018 /construction/editors/lapce/tree-sitter-svelte-52e122ae68b316d3aa960a0a422d3645ba717f42/bindings/rust/build.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --diagnostic-width=80 --crate-type bin --emit=dep-info,link -C embed-bitcode=no -C debug-assertions=off -C metadata=91c985e7128d0126 -C extra-filename=-91c985e7128d0126 --out-dir /construction/editors/lapce/target/release/build/tree-sitter-svelte-91c985e7128d0126 -C linker=cc -L dependency=/construction/editors/lapce/target/release/deps --extern cc=/construction/editors/lapce/target/release/deps/libcc-1c22ede16aecb155.rlib` Compiling tree-sitter-rust v0.20.1 Running `CARGO=/usr/local/bin/cargo CARGO_CRATE_NAME=build_script_build CARGO_MANIFEST_DIR=/construction/editors/lapce/lapce-0.2.8/cargo-crates/tree-sitter-rust-0.20.1 CARGO_PKG_AUTHORS='Max Brunsfeld ' CARGO_PKG_DESCRIPTION='Rust grammar for the tree-sitter parsing library' CARGO_PKG_HOMEPAGE='' CARGO_PKG_LICENSE=MIT CARGO_PKG_LICENSE_FILE='' CARGO_PKG_NAME=tree-sitter-rust CARGO_PKG_README=bindings/rust/README.md CARGO_PKG_REPOSITORY='https://github.com/tree-sitter/tree-sitter-rust' CARGO_PKG_RUST_VERSION='' CARGO_PKG_VERSION=0.20.1 CARGO_PKG_VERSION_MAJOR=0 CARGO_PKG_VERSION_MINOR=20 CARGO_PKG_VERSION_PATCH=1 CARGO_PKG_VERSION_PRE='' LD_LIBRARY_PATH='/construction/editors/lapce/target/release/deps:/usr/local/lib' /usr/local/bin/rustc --crate-name build_script_build --edition=2018 /construction/editors/lapce/lapce-0.2.8/cargo-crates/tree-sitter-rust-0.20.1/bindings/rust/build.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --diagnostic-width=80 --crate-type bin --emit=dep-info,link -C embed-bitcode=no -C debug-assertions=off -C metadata=def5e12733233b65 -C extra-filename=-def5e12733233b65 --out-dir /construction/editors/lapce/target/release/build/tree-sitter-rust-def5e12733233b65 -C linker=cc -L dependency=/construction/editors/lapce/target/release/deps --extern cc=/construction/editors/lapce/target/release/deps/libcc-1c22ede16aecb155.rlib --cap-lints warn` Compiling tree-sitter-ruby v0.19.0 (/construction/editors/lapce/tree-sitter-ruby-656abef0645caea793e33c1c773570722463e1d8) Running `CARGO=/usr/local/bin/cargo CARGO_CRATE_NAME=build_script_build CARGO_MANIFEST_DIR=/construction/editors/lapce/tree-sitter-ruby-656abef0645caea793e33c1c773570722463e1d8 CARGO_PKG_AUTHORS='Douglas Creager :Max Brunsfeld ' CARGO_PKG_DESCRIPTION='Ruby grammar for the tree-sitter parsing library' CARGO_PKG_HOMEPAGE='' CARGO_PKG_LICENSE=MIT CARGO_PKG_LICENSE_FILE='' CARGO_PKG_NAME=tree-sitter-ruby CARGO_PKG_README=bindings/rust/README.md CARGO_PKG_REPOSITORY='https://github.com/tree-sitter/tree-sitter-ruby' CARGO_PKG_RUST_VERSION='' CARGO_PKG_VERSION=0.19.0 CARGO_PKG_VERSION_MAJOR=0 CARGO_PKG_VERSION_MINOR=19 CARGO_PKG_VERSION_PATCH=0 CARGO_PKG_VERSION_PRE='' LD_LIBRARY_PATH='/construction/editors/lapce/target/release/deps:/usr/local/lib' /usr/local/bin/rustc --crate-name build_script_build --edition=2018 /construction/editors/lapce/tree-sitter-ruby-656abef0645caea793e33c1c773570722463e1d8/bindings/rust/build.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --diagnostic-width=80 --crate-type bin --emit=dep-info,link -C embed-bitcode=no -C debug-assertions=off -C metadata=7f99c16ba0c3570b -C extra-filename=-7f99c16ba0c3570b --out-dir /construction/editors/lapce/target/release/build/tree-sitter-ruby-7f99c16ba0c3570b -C linker=cc -L dependency=/construction/editors/lapce/target/release/deps --extern cc=/construction/editors/lapce/target/release/deps/libcc-1c22ede16aecb155.rlib` Compiling tree-sitter-nix v0.0.1 (/construction/editors/lapce/tree-sitter-nix-59fc47150ab437e8bb356c7ab21e9531e87f7cc8) Running `CARGO=/usr/local/bin/cargo CARGO_CRATE_NAME=build_script_build CARGO_MANIFEST_DIR=/construction/editors/lapce/tree-sitter-nix-59fc47150ab437e8bb356c7ab21e9531e87f7cc8 CARGO_PKG_AUTHORS='' CARGO_PKG_DESCRIPTION='nix grammar for the tree-sitter parsing library' CARGO_PKG_HOMEPAGE='' CARGO_PKG_LICENSE=MIT CARGO_PKG_LICENSE_FILE='' CARGO_PKG_NAME=tree-sitter-nix CARGO_PKG_README=README.md CARGO_PKG_REPOSITORY='https://github.com/cstrahan/tree-sitter-nix' CARGO_PKG_RUST_VERSION='' CARGO_PKG_VERSION=0.0.1 CARGO_PKG_VERSION_MAJOR=0 CARGO_PKG_VERSION_MINOR=0 CARGO_PKG_VERSION_PATCH=1 CARGO_PKG_VERSION_PRE='' LD_LIBRARY_PATH='/construction/editors/lapce/target/release/deps:/usr/local/lib' /usr/local/bin/rustc --crate-name build_script_build --edition=2018 /construction/editors/lapce/tree-sitter-nix-59fc47150ab437e8bb356c7ab21e9531e87f7cc8/bindings/rust/build.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --diagnostic-width=80 --crate-type bin --emit=dep-info,link -C embed-bitcode=no -C debug-assertions=off -C metadata=41585b998e0db44b -C extra-filename=-41585b998e0db44b --out-dir /construction/editors/lapce/target/release/build/tree-sitter-nix-41585b998e0db44b -C linker=cc -L dependency=/construction/editors/lapce/target/release/deps --extern cc=/construction/editors/lapce/target/release/deps/libcc-1c22ede16aecb155.rlib` Compiling tree-sitter-elixir v0.19.0 (/construction/editors/lapce/tree-sitter-elixir-05e3631c6a0701c1fa518b0fee7be95a2ceef5e2) Running `CARGO=/usr/local/bin/cargo CARGO_CRATE_NAME=build_script_build CARGO_MANIFEST_DIR=/construction/editors/lapce/tree-sitter-elixir-05e3631c6a0701c1fa518b0fee7be95a2ceef5e2 CARGO_PKG_AUTHORS='' CARGO_PKG_DESCRIPTION='elixir grammar for the tree-sitter parsing library' CARGO_PKG_HOMEPAGE='' CARGO_PKG_LICENSE=Apache-2.0 CARGO_PKG_LICENSE_FILE='' CARGO_PKG_NAME=tree-sitter-elixir CARGO_PKG_README=README.md CARGO_PKG_REPOSITORY='https://github.com/tree-sitter/tree-sitter-elixir' CARGO_PKG_RUST_VERSION='' CARGO_PKG_VERSION=0.19.0 CARGO_PKG_VERSION_MAJOR=0 CARGO_PKG_VERSION_MINOR=19 CARGO_PKG_VERSION_PATCH=0 CARGO_PKG_VERSION_PRE='' LD_LIBRARY_PATH='/construction/editors/lapce/target/release/deps:/usr/local/lib' /usr/local/bin/rustc --crate-name build_script_build --edition=2018 /construction/editors/lapce/tree-sitter-elixir-05e3631c6a0701c1fa518b0fee7be95a2ceef5e2/bindings/rust/build.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --diagnostic-width=80 --crate-type bin --emit=dep-info,link -C embed-bitcode=no -C debug-assertions=off -C metadata=6ce5b3db8e07fdf6 -C extra-filename=-6ce5b3db8e07fdf6 --out-dir /construction/editors/lapce/target/release/build/tree-sitter-elixir-6ce5b3db8e07fdf6 -C linker=cc -L dependency=/construction/editors/lapce/target/release/deps --extern cc=/construction/editors/lapce/target/release/deps/libcc-1c22ede16aecb155.rlib` Compiling tree-sitter-swift v0.3.4 Running `CARGO=/usr/local/bin/cargo CARGO_CRATE_NAME=build_script_build CARGO_MANIFEST_DIR=/construction/editors/lapce/lapce-0.2.8/cargo-crates/tree-sitter-swift-0.3.4 CARGO_PKG_AUTHORS='' CARGO_PKG_DESCRIPTION='swift grammar for the tree-sitter parsing library' CARGO_PKG_HOMEPAGE='' CARGO_PKG_LICENSE=MIT CARGO_PKG_LICENSE_FILE='' CARGO_PKG_NAME=tree-sitter-swift CARGO_PKG_README=README.md CARGO_PKG_REPOSITORY='https://github.com/alex-pinkus/tree-sitter-swift' CARGO_PKG_RUST_VERSION='' CARGO_PKG_VERSION=0.3.4 CARGO_PKG_VERSION_MAJOR=0 CARGO_PKG_VERSION_MINOR=3 CARGO_PKG_VERSION_PATCH=4 CARGO_PKG_VERSION_PRE='' LD_LIBRARY_PATH='/construction/editors/lapce/target/release/deps:/usr/local/lib' /usr/local/bin/rustc --crate-name build_script_build --edition=2018 /construction/editors/lapce/lapce-0.2.8/cargo-crates/tree-sitter-swift-0.3.4/bindings/rust/build.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --diagnostic-width=80 --crate-type bin --emit=dep-info,link -C embed-bitcode=no -C debug-assertions=off -C metadata=d1de674857c351df -C extra-filename=-d1de674857c351df --out-dir /construction/editors/lapce/target/release/build/tree-sitter-swift-d1de674857c351df -C linker=cc -L dependency=/construction/editors/lapce/target/release/deps --extern cc=/construction/editors/lapce/target/release/deps/libcc-1c22ede16aecb155.rlib --cap-lints warn` Compiling tree-sitter-md v0.1.2 (/construction/editors/lapce/tree-sitter-markdown-272e080bca0efd19a06a7f4252d746417224959e) Running `CARGO=/usr/local/bin/cargo CARGO_CRATE_NAME=build_script_build CARGO_MANIFEST_DIR=/construction/editors/lapce/tree-sitter-markdown-272e080bca0efd19a06a7f4252d746417224959e CARGO_PKG_AUTHORS='' CARGO_PKG_DESCRIPTION='markdown grammar for the tree-sitter parsing library' CARGO_PKG_HOMEPAGE='' CARGO_PKG_LICENSE=MIT CARGO_PKG_LICENSE_FILE='' CARGO_PKG_NAME=tree-sitter-md CARGO_PKG_README=README.md CARGO_PKG_REPOSITORY='https://github.com/MDeiml/tree-sitter-markdown' CARGO_PKG_RUST_VERSION='' CARGO_PKG_VERSION=0.1.2 CARGO_PKG_VERSION_MAJOR=0 CARGO_PKG_VERSION_MINOR=1 CARGO_PKG_VERSION_PATCH=2 CARGO_PKG_VERSION_PRE='' LD_LIBRARY_PATH='/construction/editors/lapce/target/release/deps:/usr/local/lib' /usr/local/bin/rustc --crate-name build_script_build --edition=2018 /construction/editors/lapce/tree-sitter-markdown-272e080bca0efd19a06a7f4252d746417224959e/bindings/rust/build.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --diagnostic-width=80 --crate-type bin --emit=dep-info,link -C embed-bitcode=no -C debug-assertions=off -C metadata=abd045f51b9c854c -C extra-filename=-abd045f51b9c854c --out-dir /construction/editors/lapce/target/release/build/tree-sitter-md-abd045f51b9c854c -C linker=cc -L dependency=/construction/editors/lapce/target/release/deps --extern cc=/construction/editors/lapce/target/release/deps/libcc-1c22ede16aecb155.rlib` Compiling tree-sitter-zig v0.0.1 (/construction/editors/lapce/tree-sitter-zig-8d3224c3bd0890fe08358886ebf54fca2ed448a6) Running `CARGO=/usr/local/bin/cargo CARGO_CRATE_NAME=build_script_build CARGO_MANIFEST_DIR=/construction/editors/lapce/tree-sitter-zig-8d3224c3bd0890fe08358886ebf54fca2ed448a6 CARGO_PKG_AUTHORS='' CARGO_PKG_DESCRIPTION='zig grammar for the tree-sitter parsing library' CARGO_PKG_HOMEPAGE='' CARGO_PKG_LICENSE=MIT CARGO_PKG_LICENSE_FILE='' CARGO_PKG_NAME=tree-sitter-zig CARGO_PKG_README=README.md CARGO_PKG_REPOSITORY='https://github.com/tree-sitter/tree-sitter-zig' CARGO_PKG_RUST_VERSION='' CARGO_PKG_VERSION=0.0.1 CARGO_PKG_VERSION_MAJOR=0 CARGO_PKG_VERSION_MINOR=0 CARGO_PKG_VERSION_PATCH=1 CARGO_PKG_VERSION_PRE='' LD_LIBRARY_PATH='/construction/editors/lapce/target/release/deps:/usr/local/lib' /usr/local/bin/rustc --crate-name build_script_build --edition=2018 /construction/editors/lapce/tree-sitter-zig-8d3224c3bd0890fe08358886ebf54fca2ed448a6/bindings/rust/build.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --diagnostic-width=80 --crate-type bin --emit=dep-info,link -C embed-bitcode=no -C debug-assertions=off -C metadata=2f79a3a9639720e6 -C extra-filename=-2f79a3a9639720e6 --out-dir /construction/editors/lapce/target/release/build/tree-sitter-zig-2f79a3a9639720e6 -C linker=cc -L dependency=/construction/editors/lapce/target/release/deps --extern cc=/construction/editors/lapce/target/release/deps/libcc-1c22ede16aecb155.rlib` Compiling tree-sitter-scss v0.0.1 (/construction/editors/lapce/tree-sitter-scss-3aac3391ede5098edbf4cc8a9f6d0cfdfe28e5dc) Running `CARGO=/usr/local/bin/cargo CARGO_CRATE_NAME=build_script_build CARGO_MANIFEST_DIR=/construction/editors/lapce/tree-sitter-scss-3aac3391ede5098edbf4cc8a9f6d0cfdfe28e5dc CARGO_PKG_AUTHORS='' CARGO_PKG_DESCRIPTION='scss grammar for the tree-sitter parsing library' CARGO_PKG_HOMEPAGE='' CARGO_PKG_LICENSE=MIT CARGO_PKG_LICENSE_FILE='' CARGO_PKG_NAME=tree-sitter-scss CARGO_PKG_README=README.md CARGO_PKG_REPOSITORY='https://github.com/tree-sitter/tree-sitter-javascript' CARGO_PKG_RUST_VERSION='' CARGO_PKG_VERSION=0.0.1 CARGO_PKG_VERSION_MAJOR=0 CARGO_PKG_VERSION_MINOR=0 CARGO_PKG_VERSION_PATCH=1 CARGO_PKG_VERSION_PRE='' LD_LIBRARY_PATH='/construction/editors/lapce/target/release/deps:/usr/local/lib' /usr/local/bin/rustc --crate-name build_script_build --edition=2018 /construction/editors/lapce/tree-sitter-scss-3aac3391ede5098edbf4cc8a9f6d0cfdfe28e5dc/bindings/rust/build.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --diagnostic-width=80 --crate-type bin --emit=dep-info,link -C embed-bitcode=no -C debug-assertions=off -C metadata=73a7e992f3d919e8 -C extra-filename=-73a7e992f3d919e8 --out-dir /construction/editors/lapce/target/release/build/tree-sitter-scss-73a7e992f3d919e8 -C linker=cc -L dependency=/construction/editors/lapce/target/release/deps --extern cc=/construction/editors/lapce/target/release/deps/libcc-1c22ede16aecb155.rlib` Compiling tree-sitter-html v0.19.0 Running `CARGO=/usr/local/bin/cargo CARGO_CRATE_NAME=build_script_build CARGO_MANIFEST_DIR=/construction/editors/lapce/lapce-0.2.8/cargo-crates/tree-sitter-html-0.19.0 CARGO_PKG_AUTHORS='' CARGO_PKG_DESCRIPTION='html grammar for the tree-sitter parsing library' CARGO_PKG_HOMEPAGE='' CARGO_PKG_LICENSE=MIT CARGO_PKG_LICENSE_FILE='' CARGO_PKG_NAME=tree-sitter-html CARGO_PKG_README='' CARGO_PKG_REPOSITORY='https://github.com/tree-sitter/tree-sitter-html' CARGO_PKG_RUST_VERSION='' CARGO_PKG_VERSION=0.19.0 CARGO_PKG_VERSION_MAJOR=0 CARGO_PKG_VERSION_MINOR=19 CARGO_PKG_VERSION_PATCH=0 CARGO_PKG_VERSION_PRE='' LD_LIBRARY_PATH='/construction/editors/lapce/target/release/deps:/usr/local/lib' /usr/local/bin/rustc --crate-name build_script_build --edition=2018 /construction/editors/lapce/lapce-0.2.8/cargo-crates/tree-sitter-html-0.19.0/bindings/rust/build.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --diagnostic-width=80 --crate-type bin --emit=dep-info,link -C embed-bitcode=no -C debug-assertions=off -C metadata=8f2f503a7fe1abf6 -C extra-filename=-8f2f503a7fe1abf6 --out-dir /construction/editors/lapce/target/release/build/tree-sitter-html-8f2f503a7fe1abf6 -C linker=cc -L dependency=/construction/editors/lapce/target/release/deps --extern cc=/construction/editors/lapce/target/release/deps/libcc-1c22ede16aecb155.rlib --cap-lints warn` warning: `fount` (lib) generated 6 warnings (run `cargo fix --lib -p fount` to apply 5 suggestions) Compiling tree-sitter-latex v0.2.0 (/construction/editors/lapce/tree-sitter-latex-b3b2cf27f33e71438ebe46934900b1153901c6f2) Running `CARGO=/usr/local/bin/cargo CARGO_CRATE_NAME=build_script_build CARGO_MANIFEST_DIR=/construction/editors/lapce/tree-sitter-latex-b3b2cf27f33e71438ebe46934900b1153901c6f2 CARGO_PKG_AUTHORS='Patrick Förster ' CARGO_PKG_DESCRIPTION='latex grammar for the tree-sitter parsing library' CARGO_PKG_HOMEPAGE='' CARGO_PKG_LICENSE=MIT CARGO_PKG_LICENSE_FILE='' CARGO_PKG_NAME=tree-sitter-latex CARGO_PKG_README=README.md CARGO_PKG_REPOSITORY='https://github.com/latex-lsp/tree-sitter-latex' CARGO_PKG_RUST_VERSION='' CARGO_PKG_VERSION=0.2.0 CARGO_PKG_VERSION_MAJOR=0 CARGO_PKG_VERSION_MINOR=2 CARGO_PKG_VERSION_PATCH=0 CARGO_PKG_VERSION_PRE='' LD_LIBRARY_PATH='/construction/editors/lapce/target/release/deps:/usr/local/lib' /usr/local/bin/rustc --crate-name build_script_build --edition=2018 /construction/editors/lapce/tree-sitter-latex-b3b2cf27f33e71438ebe46934900b1153901c6f2/bindings/rust/build.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --diagnostic-width=80 --crate-type bin --emit=dep-info,link -C embed-bitcode=no -C debug-assertions=off -C metadata=1ce8d3e0f5536725 -C extra-filename=-1ce8d3e0f5536725 --out-dir /construction/editors/lapce/target/release/build/tree-sitter-latex-1ce8d3e0f5536725 -C linker=cc -L dependency=/construction/editors/lapce/target/release/deps --extern cc=/construction/editors/lapce/target/release/deps/libcc-1c22ede16aecb155.rlib` Compiling tree-sitter-c-sharp v0.20.0 (/construction/editors/lapce/tree-sitter-c-sharp-5b60f99545fea00a33bbfae5be956f684c4c69e2) Running `CARGO=/usr/local/bin/cargo CARGO_CRATE_NAME=build_script_build CARGO_MANIFEST_DIR=/construction/editors/lapce/tree-sitter-c-sharp-5b60f99545fea00a33bbfae5be956f684c4c69e2 CARGO_PKG_AUTHORS='Damien Guard :Max Brunsfeld :Martin Midtgaard :Sjoerd Langkemper :Patrick Thomson :Noelle Caldwell :Douglas Creager ' CARGO_PKG_DESCRIPTION='C# grammar for the tree-sitter parsing library' CARGO_PKG_HOMEPAGE='' CARGO_PKG_LICENSE=MIT CARGO_PKG_LICENSE_FILE='' CARGO_PKG_NAME=tree-sitter-c-sharp CARGO_PKG_README=bindings/rust/README.md CARGO_PKG_REPOSITORY='https://github.com/tree-sitter/tree-sitter-c-sharp' CARGO_PKG_RUST_VERSION='' CARGO_PKG_VERSION=0.20.0 CARGO_PKG_VERSION_MAJOR=0 CARGO_PKG_VERSION_MINOR=20 CARGO_PKG_VERSION_PATCH=0 CARGO_PKG_VERSION_PRE='' LD_LIBRARY_PATH='/construction/editors/lapce/target/release/deps:/usr/local/lib' /usr/local/bin/rustc --crate-name build_script_build --edition=2018 /construction/editors/lapce/tree-sitter-c-sharp-5b60f99545fea00a33bbfae5be956f684c4c69e2/bindings/rust/build.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --diagnostic-width=80 --crate-type bin --emit=dep-info,link -C embed-bitcode=no -C debug-assertions=off -C metadata=240c554eb6f30aef -C extra-filename=-240c554eb6f30aef --out-dir /construction/editors/lapce/target/release/build/tree-sitter-c-sharp-240c554eb6f30aef -C linker=cc -L dependency=/construction/editors/lapce/target/release/deps --extern cc=/construction/editors/lapce/target/release/deps/libcc-1c22ede16aecb155.rlib` Compiling tree-sitter-wgsl v0.0.1 (/construction/editors/lapce/tree-sitter-wgsl-272e89ef2aeac74178edb9db4a83c1ffef80a463) Running `CARGO=/usr/local/bin/cargo CARGO_CRATE_NAME=build_script_build CARGO_MANIFEST_DIR=/construction/editors/lapce/tree-sitter-wgsl-272e89ef2aeac74178edb9db4a83c1ffef80a463 CARGO_PKG_AUTHORS='' CARGO_PKG_DESCRIPTION='wgsl grammar for the tree-sitter parsing library' CARGO_PKG_HOMEPAGE='' CARGO_PKG_LICENSE=MIT CARGO_PKG_LICENSE_FILE='' CARGO_PKG_NAME=tree-sitter-wgsl CARGO_PKG_README=README.md CARGO_PKG_REPOSITORY='https://github.com/tree-sitter/tree-sitter-wgsl' CARGO_PKG_RUST_VERSION='' CARGO_PKG_VERSION=0.0.1 CARGO_PKG_VERSION_MAJOR=0 CARGO_PKG_VERSION_MINOR=0 CARGO_PKG_VERSION_PATCH=1 CARGO_PKG_VERSION_PRE='' LD_LIBRARY_PATH='/construction/editors/lapce/target/release/deps:/usr/local/lib' /usr/local/bin/rustc --crate-name build_script_build --edition=2018 /construction/editors/lapce/tree-sitter-wgsl-272e89ef2aeac74178edb9db4a83c1ffef80a463/bindings/rust/build.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --diagnostic-width=80 --crate-type bin --emit=dep-info,link -C embed-bitcode=no -C debug-assertions=off -C metadata=5498bb7cfcd97c42 -C extra-filename=-5498bb7cfcd97c42 --out-dir /construction/editors/lapce/target/release/build/tree-sitter-wgsl-5498bb7cfcd97c42 -C linker=cc -L dependency=/construction/editors/lapce/target/release/deps --extern cc=/construction/editors/lapce/target/release/deps/libcc-1c22ede16aecb155.rlib` Compiling tree-sitter-hcl v0.0.1 (/construction/editors/lapce/tree-sitter-hcl-f4aa4553344e03e149ec459549a7f686d6846626) Running `CARGO=/usr/local/bin/cargo CARGO_CRATE_NAME=build_script_build CARGO_MANIFEST_DIR=/construction/editors/lapce/tree-sitter-hcl-f4aa4553344e03e149ec459549a7f686d6846626 CARGO_PKG_AUTHORS='' CARGO_PKG_DESCRIPTION='hcl grammar for the tree-sitter parsing library' CARGO_PKG_HOMEPAGE='' CARGO_PKG_LICENSE=MIT CARGO_PKG_LICENSE_FILE='' CARGO_PKG_NAME=tree-sitter-hcl CARGO_PKG_README=README.md CARGO_PKG_REPOSITORY='https://github.com/tree-sitter/tree-sitter-hcl' CARGO_PKG_RUST_VERSION='' CARGO_PKG_VERSION=0.0.1 CARGO_PKG_VERSION_MAJOR=0 CARGO_PKG_VERSION_MINOR=0 CARGO_PKG_VERSION_PATCH=1 CARGO_PKG_VERSION_PRE='' LD_LIBRARY_PATH='/construction/editors/lapce/target/release/deps:/usr/local/lib' /usr/local/bin/rustc --crate-name build_script_build --edition=2018 /construction/editors/lapce/tree-sitter-hcl-f4aa4553344e03e149ec459549a7f686d6846626/bindings/rust/build.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --diagnostic-width=80 --crate-type bin --emit=dep-info,link -C embed-bitcode=no -C debug-assertions=off -C metadata=31b16acd62692a29 -C extra-filename=-31b16acd62692a29 --out-dir /construction/editors/lapce/target/release/build/tree-sitter-hcl-31b16acd62692a29 -C linker=cc -L dependency=/construction/editors/lapce/target/release/deps --extern cc=/construction/editors/lapce/target/release/deps/libcc-1c22ede16aecb155.rlib` Compiling tree-sitter-cmake v0.1.0 Running `CARGO=/usr/local/bin/cargo CARGO_CRATE_NAME=build_script_build CARGO_MANIFEST_DIR=/construction/editors/lapce/lapce-0.2.8/cargo-crates/tree-sitter-cmake-0.1.0 CARGO_PKG_AUTHORS='' CARGO_PKG_DESCRIPTION='cmake grammar for the tree-sitter parsing library' CARGO_PKG_HOMEPAGE='' CARGO_PKG_LICENSE=MIT CARGO_PKG_LICENSE_FILE='' CARGO_PKG_NAME=tree-sitter-cmake CARGO_PKG_README='' CARGO_PKG_REPOSITORY='https://github.com/uyha/tree-sitter-cmake' CARGO_PKG_RUST_VERSION='' CARGO_PKG_VERSION=0.1.0 CARGO_PKG_VERSION_MAJOR=0 CARGO_PKG_VERSION_MINOR=1 CARGO_PKG_VERSION_PATCH=0 CARGO_PKG_VERSION_PRE='' LD_LIBRARY_PATH='/construction/editors/lapce/target/release/deps:/usr/local/lib' /usr/local/bin/rustc --crate-name build_script_build --edition=2018 /construction/editors/lapce/lapce-0.2.8/cargo-crates/tree-sitter-cmake-0.1.0/bindings/rust/build.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --diagnostic-width=80 --crate-type bin --emit=dep-info,link -C embed-bitcode=no -C debug-assertions=off -C metadata=2230ffc6de9d669f -C extra-filename=-2230ffc6de9d669f --out-dir /construction/editors/lapce/target/release/build/tree-sitter-cmake-2230ffc6de9d669f -C linker=cc -L dependency=/construction/editors/lapce/target/release/deps --extern cc=/construction/editors/lapce/target/release/deps/libcc-1c22ede16aecb155.rlib --cap-lints warn` Compiling tree-sitter-c v0.20.2 Running `CARGO=/usr/local/bin/cargo CARGO_CRATE_NAME=build_script_build CARGO_MANIFEST_DIR=/construction/editors/lapce/lapce-0.2.8/cargo-crates/tree-sitter-c-0.20.2 CARGO_PKG_AUTHORS='Max Brunsfeld ' CARGO_PKG_DESCRIPTION='C grammar for the tree-sitter parsing library' CARGO_PKG_HOMEPAGE='' CARGO_PKG_LICENSE=MIT CARGO_PKG_LICENSE_FILE='' CARGO_PKG_NAME=tree-sitter-c CARGO_PKG_README=bindings/rust/README.md CARGO_PKG_REPOSITORY='https://github.com/tree-sitter/tree-sitter-c' CARGO_PKG_RUST_VERSION='' CARGO_PKG_VERSION=0.20.2 CARGO_PKG_VERSION_MAJOR=0 CARGO_PKG_VERSION_MINOR=20 CARGO_PKG_VERSION_PATCH=2 CARGO_PKG_VERSION_PRE='' LD_LIBRARY_PATH='/construction/editors/lapce/target/release/deps:/usr/local/lib' /usr/local/bin/rustc --crate-name build_script_build --edition=2018 /construction/editors/lapce/lapce-0.2.8/cargo-crates/tree-sitter-c-0.20.2/bindings/rust/build.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --diagnostic-width=80 --crate-type bin --emit=dep-info,link -C embed-bitcode=no -C debug-assertions=off -C metadata=5bb8ff483c6effce -C extra-filename=-5bb8ff483c6effce --out-dir /construction/editors/lapce/target/release/build/tree-sitter-c-5bb8ff483c6effce -C linker=cc -L dependency=/construction/editors/lapce/target/release/deps --extern cc=/construction/editors/lapce/target/release/deps/libcc-1c22ede16aecb155.rlib --cap-lints warn` Compiling tree-sitter-elm v5.6.3 Running `CARGO=/usr/local/bin/cargo CARGO_CRATE_NAME=build_script_build CARGO_MANIFEST_DIR=/construction/editors/lapce/lapce-0.2.8/cargo-crates/tree-sitter-elm-5.6.3 CARGO_PKG_AUTHORS='Harry Sarson :Kolja Lampe ' CARGO_PKG_DESCRIPTION='elm grammar for the tree-sitter parsing library' CARGO_PKG_HOMEPAGE='https://tree-sitter.github.io/tree-sitter/' CARGO_PKG_LICENSE=MIT CARGO_PKG_LICENSE_FILE='' CARGO_PKG_NAME=tree-sitter-elm CARGO_PKG_README=README.md CARGO_PKG_REPOSITORY='https://github.com/elm-tooling/tree-sitter-elm' CARGO_PKG_RUST_VERSION='' CARGO_PKG_VERSION=5.6.3 CARGO_PKG_VERSION_MAJOR=5 CARGO_PKG_VERSION_MINOR=6 CARGO_PKG_VERSION_PATCH=3 CARGO_PKG_VERSION_PRE='' LD_LIBRARY_PATH='/construction/editors/lapce/target/release/deps:/usr/local/lib' /usr/local/bin/rustc --crate-name build_script_build --edition=2018 /construction/editors/lapce/lapce-0.2.8/cargo-crates/tree-sitter-elm-5.6.3/bindings/rust/build.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --diagnostic-width=80 --crate-type bin --emit=dep-info,link -C embed-bitcode=no -C debug-assertions=off -C metadata=3c4cfb4327884171 -C extra-filename=-3c4cfb4327884171 --out-dir /construction/editors/lapce/target/release/build/tree-sitter-elm-3c4cfb4327884171 -C linker=cc -L dependency=/construction/editors/lapce/target/release/deps --extern cc=/construction/editors/lapce/target/release/deps/libcc-1c22ede16aecb155.rlib --cap-lints warn` Compiling tree-sitter-yaml v0.0.1 (/construction/editors/lapce/tree-sitter-yaml-80c8d76847f03e772c5c524cf29bafb56858a8d1) Running `CARGO=/usr/local/bin/cargo CARGO_CRATE_NAME=build_script_build CARGO_MANIFEST_DIR=/construction/editors/lapce/tree-sitter-yaml-80c8d76847f03e772c5c524cf29bafb56858a8d1 CARGO_PKG_AUTHORS='' CARGO_PKG_DESCRIPTION='yaml grammar for the tree-sitter parsing library' CARGO_PKG_HOMEPAGE='' CARGO_PKG_LICENSE=MIT CARGO_PKG_LICENSE_FILE='' CARGO_PKG_NAME=tree-sitter-yaml CARGO_PKG_README=README.md CARGO_PKG_REPOSITORY='https://github.com/panekj/tree-sitter-yaml' CARGO_PKG_RUST_VERSION='' CARGO_PKG_VERSION=0.0.1 CARGO_PKG_VERSION_MAJOR=0 CARGO_PKG_VERSION_MINOR=0 CARGO_PKG_VERSION_PATCH=1 CARGO_PKG_VERSION_PRE='' LD_LIBRARY_PATH='/construction/editors/lapce/target/release/deps:/usr/local/lib' /usr/local/bin/rustc --crate-name build_script_build --edition=2018 /construction/editors/lapce/tree-sitter-yaml-80c8d76847f03e772c5c524cf29bafb56858a8d1/bindings/rust/build.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --diagnostic-width=80 --crate-type bin --emit=dep-info,link -C embed-bitcode=no -C debug-assertions=off -C metadata=a52ff8f6caf7ad3d -C extra-filename=-a52ff8f6caf7ad3d --out-dir /construction/editors/lapce/target/release/build/tree-sitter-yaml-a52ff8f6caf7ad3d -C linker=cc -L dependency=/construction/editors/lapce/target/release/deps --extern cc=/construction/editors/lapce/target/release/deps/libcc-1c22ede16aecb155.rlib` Compiling libgit2-sys v0.14.2+1.5.1 Running `CARGO=/usr/local/bin/cargo CARGO_CRATE_NAME=build_script_build CARGO_MANIFEST_DIR=/construction/editors/lapce/lapce-0.2.8/cargo-crates/libgit2-sys-0.14.2+1.5.1 CARGO_PKG_AUTHORS='Josh Triplett :Alex Crichton ' CARGO_PKG_DESCRIPTION='Native bindings to the libgit2 library' CARGO_PKG_HOMEPAGE='' CARGO_PKG_LICENSE='MIT OR Apache-2.0' CARGO_PKG_LICENSE_FILE='' CARGO_PKG_NAME=libgit2-sys CARGO_PKG_README='' CARGO_PKG_REPOSITORY='https://github.com/rust-lang/git2-rs' CARGO_PKG_RUST_VERSION='' CARGO_PKG_VERSION=0.14.2+1.5.1 CARGO_PKG_VERSION_MAJOR=0 CARGO_PKG_VERSION_MINOR=14 CARGO_PKG_VERSION_PATCH=2 CARGO_PKG_VERSION_PRE='' LD_LIBRARY_PATH='/construction/editors/lapce/target/release/deps:/usr/local/lib' /usr/local/bin/rustc --crate-name build_script_build --edition=2018 /construction/editors/lapce/lapce-0.2.8/cargo-crates/libgit2-sys-0.14.2+1.5.1/build.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --diagnostic-width=80 --crate-type bin --emit=dep-info,link -C embed-bitcode=no -C debug-assertions=off --cfg 'feature="https"' --cfg 'feature="libssh2-sys"' --cfg 'feature="openssl-sys"' --cfg 'feature="ssh"' --cfg 'feature="ssh_key_from_memory"' -C metadata=c39a8254a6cc4852 -C extra-filename=-c39a8254a6cc4852 --out-dir /construction/editors/lapce/target/release/build/libgit2-sys-c39a8254a6cc4852 -C linker=cc -L dependency=/construction/editors/lapce/target/release/deps --extern cc=/construction/editors/lapce/target/release/deps/libcc-1c22ede16aecb155.rlib --extern pkg_config=/construction/editors/lapce/target/release/deps/libpkg_config-511ebd8140d1be89.rlib --cap-lints warn` Compiling tree-sitter-sql v0.0.2 (/construction/editors/lapce/tree-sitter-sql-15dad0f3cae8a094a7dac17d712ea8fb25228011) Running `CARGO=/usr/local/bin/cargo CARGO_CRATE_NAME=build_script_build CARGO_MANIFEST_DIR=/construction/editors/lapce/tree-sitter-sql-15dad0f3cae8a094a7dac17d712ea8fb25228011 CARGO_PKG_AUTHORS='Maksim Novikov ' CARGO_PKG_DESCRIPTION='SQL grammar for the tree-sitter parsing library' CARGO_PKG_HOMEPAGE='' CARGO_PKG_LICENSE=MIT CARGO_PKG_LICENSE_FILE='' CARGO_PKG_NAME=tree-sitter-sql CARGO_PKG_README=README.md CARGO_PKG_REPOSITORY='https://github.com/m-novikov/tree-sitter-sql' CARGO_PKG_RUST_VERSION='' CARGO_PKG_VERSION=0.0.2 CARGO_PKG_VERSION_MAJOR=0 CARGO_PKG_VERSION_MINOR=0 CARGO_PKG_VERSION_PATCH=2 CARGO_PKG_VERSION_PRE='' LD_LIBRARY_PATH='/construction/editors/lapce/target/release/deps:/usr/local/lib' /usr/local/bin/rustc --crate-name build_script_build --edition=2018 /construction/editors/lapce/tree-sitter-sql-15dad0f3cae8a094a7dac17d712ea8fb25228011/bindings/rust/build.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --diagnostic-width=80 --crate-type bin --emit=dep-info,link -C embed-bitcode=no -C debug-assertions=off -C metadata=d3a147d1ad37e3cc -C extra-filename=-d3a147d1ad37e3cc --out-dir /construction/editors/lapce/target/release/build/tree-sitter-sql-d3a147d1ad37e3cc -C linker=cc -L dependency=/construction/editors/lapce/target/release/deps --extern cc=/construction/editors/lapce/target/release/deps/libcc-1c22ede16aecb155.rlib` Compiling tree-sitter-typescript v0.20.1 Running `CARGO=/usr/local/bin/cargo CARGO_CRATE_NAME=build_script_build CARGO_MANIFEST_DIR=/construction/editors/lapce/lapce-0.2.8/cargo-crates/tree-sitter-typescript-0.20.1 CARGO_PKG_AUTHORS='Max Brunsfeld ' CARGO_PKG_DESCRIPTION='Typescript grammar for the tree-sitter parsing library' CARGO_PKG_HOMEPAGE='' CARGO_PKG_LICENSE=MIT CARGO_PKG_LICENSE_FILE='' CARGO_PKG_NAME=tree-sitter-typescript CARGO_PKG_README=README.md CARGO_PKG_REPOSITORY='https://github.com/tree-sitter/tree-sitter-typescript' CARGO_PKG_RUST_VERSION='' CARGO_PKG_VERSION=0.20.1 CARGO_PKG_VERSION_MAJOR=0 CARGO_PKG_VERSION_MINOR=20 CARGO_PKG_VERSION_PATCH=1 CARGO_PKG_VERSION_PRE='' LD_LIBRARY_PATH='/construction/editors/lapce/target/release/deps:/usr/local/lib' /usr/local/bin/rustc --crate-name build_script_build --edition=2018 /construction/editors/lapce/lapce-0.2.8/cargo-crates/tree-sitter-typescript-0.20.1/bindings/rust/build.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --diagnostic-width=80 --crate-type bin --emit=dep-info,link -C embed-bitcode=no -C debug-assertions=off -C metadata=fd1afa3c6d4c3857 -C extra-filename=-fd1afa3c6d4c3857 --out-dir /construction/editors/lapce/target/release/build/tree-sitter-typescript-fd1afa3c6d4c3857 -C linker=cc -L dependency=/construction/editors/lapce/target/release/deps --extern cc=/construction/editors/lapce/target/release/deps/libcc-1c22ede16aecb155.rlib --cap-lints warn` Compiling tree-sitter-lua v0.0.12 (/construction/editors/lapce/tree-sitter-lua-a29f646c14ed800aaeef1ca58a9bacc6d92922e8) Running `CARGO=/usr/local/bin/cargo CARGO_CRATE_NAME=build_script_build CARGO_MANIFEST_DIR=/construction/editors/lapce/tree-sitter-lua-a29f646c14ed800aaeef1ca58a9bacc6d92922e8 CARGO_PKG_AUTHORS='Munif Tanjim ' CARGO_PKG_DESCRIPTION='Lua grammar for the tree-sitter parsing library' CARGO_PKG_HOMEPAGE='' CARGO_PKG_LICENSE=MIT CARGO_PKG_LICENSE_FILE='' CARGO_PKG_NAME=tree-sitter-lua CARGO_PKG_README=README.md CARGO_PKG_REPOSITORY='https://github.com/MunifTanjim/tree-sitter-lua' CARGO_PKG_RUST_VERSION='' CARGO_PKG_VERSION=0.0.12 CARGO_PKG_VERSION_MAJOR=0 CARGO_PKG_VERSION_MINOR=0 CARGO_PKG_VERSION_PATCH=12 CARGO_PKG_VERSION_PRE='' LD_LIBRARY_PATH='/construction/editors/lapce/target/release/deps:/usr/local/lib' /usr/local/bin/rustc --crate-name build_script_build --edition=2018 /construction/editors/lapce/tree-sitter-lua-a29f646c14ed800aaeef1ca58a9bacc6d92922e8/bindings/rust/build.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --diagnostic-width=80 --crate-type bin --emit=dep-info,link -C embed-bitcode=no -C debug-assertions=off -C metadata=39a5efe49eaea652 -C extra-filename=-39a5efe49eaea652 --out-dir /construction/editors/lapce/target/release/build/tree-sitter-lua-39a5efe49eaea652 -C linker=cc -L dependency=/construction/editors/lapce/target/release/deps --extern cc=/construction/editors/lapce/target/release/deps/libcc-1c22ede16aecb155.rlib` Compiling tree-sitter-haskell v0.14.0 (/construction/editors/lapce/tree-sitter-haskell-e30bdfd53eb28c73f26a68b77d436fd2140af167) Running `CARGO=/usr/local/bin/cargo CARGO_CRATE_NAME=build_script_build CARGO_MANIFEST_DIR=/construction/editors/lapce/tree-sitter-haskell-e30bdfd53eb28c73f26a68b77d436fd2140af167 CARGO_PKG_AUTHORS='' CARGO_PKG_DESCRIPTION='haskell grammar for the tree-sitter parsing library' CARGO_PKG_HOMEPAGE='' CARGO_PKG_LICENSE='' CARGO_PKG_LICENSE_FILE='' CARGO_PKG_NAME=tree-sitter-haskell CARGO_PKG_README=README.md CARGO_PKG_REPOSITORY='https://github.com/tree-sitter/tree-sitter-haskell' CARGO_PKG_RUST_VERSION='' CARGO_PKG_VERSION=0.14.0 CARGO_PKG_VERSION_MAJOR=0 CARGO_PKG_VERSION_MINOR=14 CARGO_PKG_VERSION_PATCH=0 CARGO_PKG_VERSION_PRE='' LD_LIBRARY_PATH='/construction/editors/lapce/target/release/deps:/usr/local/lib' /usr/local/bin/rustc --crate-name build_script_build --edition=2018 /construction/editors/lapce/tree-sitter-haskell-e30bdfd53eb28c73f26a68b77d436fd2140af167/bindings/rust/build.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --diagnostic-width=80 --crate-type bin --emit=dep-info,link -C embed-bitcode=no -C debug-assertions=off -C metadata=2315b0810ceb3626 -C extra-filename=-2315b0810ceb3626 --out-dir /construction/editors/lapce/target/release/build/tree-sitter-haskell-2315b0810ceb3626 -C linker=cc -L dependency=/construction/editors/lapce/target/release/deps --extern cc=/construction/editors/lapce/target/release/deps/libcc-1c22ede16aecb155.rlib` Compiling tree-sitter-glsl v0.1.3 (/construction/editors/lapce/tree-sitter-glsl-74329feb2605deccd32b1c644af507daa6fb82f1) Running `CARGO=/usr/local/bin/cargo CARGO_CRATE_NAME=build_script_build CARGO_MANIFEST_DIR=/construction/editors/lapce/tree-sitter-glsl-74329feb2605deccd32b1c644af507daa6fb82f1 CARGO_PKG_AUTHORS='tree-sitter-c authors around Max Brunsfeld:Stephan Seitz' CARGO_PKG_DESCRIPTION='GLSL grammar for the tree-sitter parsing library' CARGO_PKG_HOMEPAGE='' CARGO_PKG_LICENSE=MIT CARGO_PKG_LICENSE_FILE='' CARGO_PKG_NAME=tree-sitter-glsl CARGO_PKG_README=README.md CARGO_PKG_REPOSITORY='https://github.com/theHamsta/tree-sitter-glsl' CARGO_PKG_RUST_VERSION='' CARGO_PKG_VERSION=0.1.3 CARGO_PKG_VERSION_MAJOR=0 CARGO_PKG_VERSION_MINOR=1 CARGO_PKG_VERSION_PATCH=3 CARGO_PKG_VERSION_PRE='' LD_LIBRARY_PATH='/construction/editors/lapce/target/release/deps:/usr/local/lib' /usr/local/bin/rustc --crate-name build_script_build --edition=2018 /construction/editors/lapce/tree-sitter-glsl-74329feb2605deccd32b1c644af507daa6fb82f1/bindings/rust/build.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --diagnostic-width=80 --crate-type bin --emit=dep-info,link -C embed-bitcode=no -C debug-assertions=off -C metadata=c97a4ec61016e7d9 -C extra-filename=-c97a4ec61016e7d9 --out-dir /construction/editors/lapce/target/release/build/tree-sitter-glsl-c97a4ec61016e7d9 -C linker=cc -L dependency=/construction/editors/lapce/target/release/deps --extern cc=/construction/editors/lapce/target/release/deps/libcc-1c22ede16aecb155.rlib` Compiling tree-sitter-css v0.19.0 (/construction/editors/lapce/tree-sitter-css-397aa132b9982fcdd2d473ed69343762a557f10a) Running `CARGO=/usr/local/bin/cargo CARGO_CRATE_NAME=build_script_build CARGO_MANIFEST_DIR=/construction/editors/lapce/tree-sitter-css-397aa132b9982fcdd2d473ed69343762a557f10a CARGO_PKG_AUTHORS='Max Brunsfeld ' CARGO_PKG_DESCRIPTION='css grammar for the tree-sitter parsing library' CARGO_PKG_HOMEPAGE='' CARGO_PKG_LICENSE=MIT CARGO_PKG_LICENSE_FILE='' CARGO_PKG_NAME=tree-sitter-css CARGO_PKG_README=README.md CARGO_PKG_REPOSITORY='https://github.com/tree-sitter/tree-sitter-javascript' CARGO_PKG_RUST_VERSION='' CARGO_PKG_VERSION=0.19.0 CARGO_PKG_VERSION_MAJOR=0 CARGO_PKG_VERSION_MINOR=19 CARGO_PKG_VERSION_PATCH=0 CARGO_PKG_VERSION_PRE='' LD_LIBRARY_PATH='/construction/editors/lapce/target/release/deps:/usr/local/lib' /usr/local/bin/rustc --crate-name build_script_build --edition=2021 /construction/editors/lapce/tree-sitter-css-397aa132b9982fcdd2d473ed69343762a557f10a/bindings/rust/build.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --diagnostic-width=80 --crate-type bin --emit=dep-info,link -C embed-bitcode=no -C debug-assertions=off -C metadata=84eec22b71d588d3 -C extra-filename=-84eec22b71d588d3 --out-dir /construction/editors/lapce/target/release/build/tree-sitter-css-84eec22b71d588d3 -C linker=cc -L dependency=/construction/editors/lapce/target/release/deps --extern cc=/construction/editors/lapce/target/release/deps/libcc-1c22ede16aecb155.rlib` Compiling tree-sitter-ocaml v0.20.0 (/construction/editors/lapce/tree-sitter-ocaml-cc26b1ef111100f26a137bcbcd39fd4e35be9a59) Running `CARGO=/usr/local/bin/cargo CARGO_CRATE_NAME=build_script_build CARGO_MANIFEST_DIR=/construction/editors/lapce/tree-sitter-ocaml-cc26b1ef111100f26a137bcbcd39fd4e35be9a59 CARGO_PKG_AUTHORS='Max Brunsfeld ' CARGO_PKG_DESCRIPTION='OCaml grammar for the tree-sitter parsing library' CARGO_PKG_HOMEPAGE='' CARGO_PKG_LICENSE=MIT CARGO_PKG_LICENSE_FILE='' CARGO_PKG_NAME=tree-sitter-ocaml CARGO_PKG_README=bindings/rust/README.md CARGO_PKG_REPOSITORY='https://github.com/tree-sitter/tree-sitter-ocaml' CARGO_PKG_RUST_VERSION='' CARGO_PKG_VERSION=0.20.0 CARGO_PKG_VERSION_MAJOR=0 CARGO_PKG_VERSION_MINOR=20 CARGO_PKG_VERSION_PATCH=0 CARGO_PKG_VERSION_PRE='' LD_LIBRARY_PATH='/construction/editors/lapce/target/release/deps:/usr/local/lib' /usr/local/bin/rustc --crate-name build_script_build --edition=2018 /construction/editors/lapce/tree-sitter-ocaml-cc26b1ef111100f26a137bcbcd39fd4e35be9a59/bindings/rust/build.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --diagnostic-width=80 --crate-type bin --emit=dep-info,link -C embed-bitcode=no -C debug-assertions=off -C metadata=4fbbcd1be8526c55 -C extra-filename=-4fbbcd1be8526c55 --out-dir /construction/editors/lapce/target/release/build/tree-sitter-ocaml-4fbbcd1be8526c55 -C linker=cc -L dependency=/construction/editors/lapce/target/release/deps --extern cc=/construction/editors/lapce/target/release/deps/libcc-1c22ede16aecb155.rlib` Compiling tree-sitter-java v0.20.0 (/construction/editors/lapce/tree-sitter-java-09d650def6cdf7f479f4b78f595e9ef5b58ce31e) Running `CARGO=/usr/local/bin/cargo CARGO_CRATE_NAME=build_script_build CARGO_MANIFEST_DIR=/construction/editors/lapce/tree-sitter-java-09d650def6cdf7f479f4b78f595e9ef5b58ce31e CARGO_PKG_AUTHORS='Douglas Creager :Ayman Nadeem ' CARGO_PKG_DESCRIPTION='Java grammar for the tree-sitter parsing library' CARGO_PKG_HOMEPAGE='' CARGO_PKG_LICENSE=MIT CARGO_PKG_LICENSE_FILE='' CARGO_PKG_NAME=tree-sitter-java CARGO_PKG_README=bindings/rust/README.md CARGO_PKG_REPOSITORY='https://github.com/tree-sitter/tree-sitter-java' CARGO_PKG_RUST_VERSION='' CARGO_PKG_VERSION=0.20.0 CARGO_PKG_VERSION_MAJOR=0 CARGO_PKG_VERSION_MINOR=20 CARGO_PKG_VERSION_PATCH=0 CARGO_PKG_VERSION_PRE='' LD_LIBRARY_PATH='/construction/editors/lapce/target/release/deps:/usr/local/lib' /usr/local/bin/rustc --crate-name build_script_build --edition=2018 /construction/editors/lapce/tree-sitter-java-09d650def6cdf7f479f4b78f595e9ef5b58ce31e/bindings/rust/build.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --diagnostic-width=80 --crate-type bin --emit=dep-info,link -C embed-bitcode=no -C debug-assertions=off -C metadata=1adb52638daca1c9 -C extra-filename=-1adb52638daca1c9 --out-dir /construction/editors/lapce/target/release/build/tree-sitter-java-1adb52638daca1c9 -C linker=cc -L dependency=/construction/editors/lapce/target/release/deps --extern cc=/construction/editors/lapce/target/release/deps/libcc-1c22ede16aecb155.rlib` Compiling tree-sitter-prisma-io v1.3.0 Running `CARGO=/usr/local/bin/cargo CARGO_CRATE_NAME=build_script_build CARGO_MANIFEST_DIR=/construction/editors/lapce/lapce-0.2.8/cargo-crates/tree-sitter-prisma-io-1.3.0 CARGO_PKG_AUTHORS='' CARGO_PKG_DESCRIPTION='prisma grammar for the tree-sitter parsing library' CARGO_PKG_HOMEPAGE='' CARGO_PKG_LICENSE=MIT CARGO_PKG_LICENSE_FILE='' CARGO_PKG_NAME=tree-sitter-prisma-io CARGO_PKG_README='' CARGO_PKG_REPOSITORY='https://github.com/victorhqc/tree-sitter-prisma.git' CARGO_PKG_RUST_VERSION='' CARGO_PKG_VERSION=1.3.0 CARGO_PKG_VERSION_MAJOR=1 CARGO_PKG_VERSION_MINOR=3 CARGO_PKG_VERSION_PATCH=0 CARGO_PKG_VERSION_PRE='' LD_LIBRARY_PATH='/construction/editors/lapce/target/release/deps:/usr/local/lib' /usr/local/bin/rustc --crate-name build_script_build --edition=2018 /construction/editors/lapce/lapce-0.2.8/cargo-crates/tree-sitter-prisma-io-1.3.0/bindings/rust/build.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --diagnostic-width=80 --crate-type bin --emit=dep-info,link -C embed-bitcode=no -C debug-assertions=off -C metadata=af2841ed0c093dc0 -C extra-filename=-af2841ed0c093dc0 --out-dir /construction/editors/lapce/target/release/build/tree-sitter-prisma-io-af2841ed0c093dc0 -C linker=cc -L dependency=/construction/editors/lapce/target/release/deps --extern cc=/construction/editors/lapce/target/release/deps/libcc-1c22ede16aecb155.rlib --cap-lints warn` Compiling tree-sitter-toml v0.20.0 Running `CARGO=/usr/local/bin/cargo CARGO_CRATE_NAME=build_script_build CARGO_MANIFEST_DIR=/construction/editors/lapce/lapce-0.2.8/cargo-crates/tree-sitter-toml-0.20.0 CARGO_PKG_AUTHORS='' CARGO_PKG_DESCRIPTION='TOML grammar for the tree-sitter parsing library' CARGO_PKG_HOMEPAGE='' CARGO_PKG_LICENSE=MIT CARGO_PKG_LICENSE_FILE='' CARGO_PKG_NAME=tree-sitter-toml CARGO_PKG_README=bindings/rust/README.md CARGO_PKG_REPOSITORY='https://github.com/Mathspy/tree-sitter-toml' CARGO_PKG_RUST_VERSION='' CARGO_PKG_VERSION=0.20.0 CARGO_PKG_VERSION_MAJOR=0 CARGO_PKG_VERSION_MINOR=20 CARGO_PKG_VERSION_PATCH=0 CARGO_PKG_VERSION_PRE='' LD_LIBRARY_PATH='/construction/editors/lapce/target/release/deps:/usr/local/lib' /usr/local/bin/rustc --crate-name build_script_build --edition=2018 /construction/editors/lapce/lapce-0.2.8/cargo-crates/tree-sitter-toml-0.20.0/bindings/rust/build.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --diagnostic-width=80 --crate-type bin --emit=dep-info,link -C embed-bitcode=no -C debug-assertions=off -C metadata=f2d84356a482dece -C extra-filename=-f2d84356a482dece --out-dir /construction/editors/lapce/target/release/build/tree-sitter-toml-f2d84356a482dece -C linker=cc -L dependency=/construction/editors/lapce/target/release/deps --extern cc=/construction/editors/lapce/target/release/deps/libcc-1c22ede16aecb155.rlib --cap-lints warn` Compiling tree-sitter-julia v0.19.0 (/construction/editors/lapce/tree-sitter-julia-2ad4c9b79e0f213b61dbb3820754bfc6306e595a) Running `CARGO=/usr/local/bin/cargo CARGO_CRATE_NAME=build_script_build CARGO_MANIFEST_DIR=/construction/editors/lapce/tree-sitter-julia-2ad4c9b79e0f213b61dbb3820754bfc6306e595a CARGO_PKG_AUTHORS='' CARGO_PKG_DESCRIPTION='julia grammar for the tree-sitter parsing library' CARGO_PKG_HOMEPAGE='' CARGO_PKG_LICENSE=MIT CARGO_PKG_LICENSE_FILE='' CARGO_PKG_NAME=tree-sitter-julia CARGO_PKG_README=README.md CARGO_PKG_REPOSITORY='https://github.com/tree-sitter/tree-sitter-javascript' CARGO_PKG_RUST_VERSION='' CARGO_PKG_VERSION=0.19.0 CARGO_PKG_VERSION_MAJOR=0 CARGO_PKG_VERSION_MINOR=19 CARGO_PKG_VERSION_PATCH=0 CARGO_PKG_VERSION_PRE='' LD_LIBRARY_PATH='/construction/editors/lapce/target/release/deps:/usr/local/lib' /usr/local/bin/rustc --crate-name build_script_build --edition=2021 /construction/editors/lapce/tree-sitter-julia-2ad4c9b79e0f213b61dbb3820754bfc6306e595a/bindings/rust/build.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --diagnostic-width=80 --crate-type bin --emit=dep-info,link -C embed-bitcode=no -C debug-assertions=off -C metadata=df42319f59c245cd -C extra-filename=-df42319f59c245cd --out-dir /construction/editors/lapce/target/release/build/tree-sitter-julia-df42319f59c245cd -C linker=cc -L dependency=/construction/editors/lapce/target/release/deps --extern cc=/construction/editors/lapce/target/release/deps/libcc-1c22ede16aecb155.rlib` Compiling tree-sitter-php v0.19.1 (/construction/editors/lapce/tree-sitter-php-ab2e72179ceb8bb0b249c8ac9162a148e911b3dc) Running `CARGO=/usr/local/bin/cargo CARGO_CRATE_NAME=build_script_build CARGO_MANIFEST_DIR=/construction/editors/lapce/tree-sitter-php-ab2e72179ceb8bb0b249c8ac9162a148e911b3dc CARGO_PKG_AUTHORS='' CARGO_PKG_DESCRIPTION='php grammar for the tree-sitter parsing library' CARGO_PKG_HOMEPAGE='' CARGO_PKG_LICENSE='' CARGO_PKG_LICENSE_FILE='' CARGO_PKG_NAME=tree-sitter-php CARGO_PKG_README=README.md CARGO_PKG_REPOSITORY='https://github.com/tree-sitter/tree-sitter-php' CARGO_PKG_RUST_VERSION='' CARGO_PKG_VERSION=0.19.1 CARGO_PKG_VERSION_MAJOR=0 CARGO_PKG_VERSION_MINOR=19 CARGO_PKG_VERSION_PATCH=1 CARGO_PKG_VERSION_PRE='' LD_LIBRARY_PATH='/construction/editors/lapce/target/release/deps:/usr/local/lib' /usr/local/bin/rustc --crate-name build_script_build --edition=2018 /construction/editors/lapce/tree-sitter-php-ab2e72179ceb8bb0b249c8ac9162a148e911b3dc/bindings/rust/build.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --diagnostic-width=80 --crate-type bin --emit=dep-info,link -C embed-bitcode=no -C debug-assertions=off -C metadata=6ae0376e7d495f5f -C extra-filename=-6ae0376e7d495f5f --out-dir /construction/editors/lapce/target/release/build/tree-sitter-php-6ae0376e7d495f5f -C linker=cc -L dependency=/construction/editors/lapce/target/release/deps --extern cc=/construction/editors/lapce/target/release/deps/libcc-1c22ede16aecb155.rlib` warning: `exr` (lib) generated 9 warnings Compiling tree-sitter-ql v0.19.0 (/construction/editors/lapce/tree-sitter-ql-bd087020f0d8c183080ca615d38de0ec827aeeaf) Running `CARGO=/usr/local/bin/cargo CARGO_CRATE_NAME=build_script_build CARGO_MANIFEST_DIR=/construction/editors/lapce/tree-sitter-ql-bd087020f0d8c183080ca615d38de0ec827aeeaf CARGO_PKG_AUTHORS='Sam Lanning ' CARGO_PKG_DESCRIPTION='ql grammar for the tree-sitter parsing library' CARGO_PKG_HOMEPAGE='' CARGO_PKG_LICENSE=MIT CARGO_PKG_LICENSE_FILE='' CARGO_PKG_NAME=tree-sitter-ql CARGO_PKG_README=README.md CARGO_PKG_REPOSITORY='https://github.com/tree-sitter/tree-sitter-javascript' CARGO_PKG_RUST_VERSION='' CARGO_PKG_VERSION=0.19.0 CARGO_PKG_VERSION_MAJOR=0 CARGO_PKG_VERSION_MINOR=19 CARGO_PKG_VERSION_PATCH=0 CARGO_PKG_VERSION_PRE='' LD_LIBRARY_PATH='/construction/editors/lapce/target/release/deps:/usr/local/lib' /usr/local/bin/rustc --crate-name build_script_build --edition=2018 /construction/editors/lapce/tree-sitter-ql-bd087020f0d8c183080ca615d38de0ec827aeeaf/bindings/rust/build.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --diagnostic-width=80 --crate-type bin --emit=dep-info,link -C embed-bitcode=no -C debug-assertions=off -C metadata=1d0f15d65d8cfed3 -C extra-filename=-1d0f15d65d8cfed3 --out-dir /construction/editors/lapce/target/release/build/tree-sitter-ql-1d0f15d65d8cfed3 -C linker=cc -L dependency=/construction/editors/lapce/target/release/deps --extern cc=/construction/editors/lapce/target/release/deps/libcc-1c22ede16aecb155.rlib` Compiling tree-sitter-go v0.19.1 Running `CARGO=/usr/local/bin/cargo CARGO_CRATE_NAME=build_script_build CARGO_MANIFEST_DIR=/construction/editors/lapce/lapce-0.2.8/cargo-crates/tree-sitter-go-0.19.1 CARGO_PKG_AUTHORS='Max Brunsfeld :Douglas Creager ' CARGO_PKG_DESCRIPTION='Go grammar for the tree-sitter parsing library' CARGO_PKG_HOMEPAGE='' CARGO_PKG_LICENSE=MIT CARGO_PKG_LICENSE_FILE='' CARGO_PKG_NAME=tree-sitter-go CARGO_PKG_README=bindings/rust/README.md CARGO_PKG_REPOSITORY='https://github.com/tree-sitter/tree-sitter-go' CARGO_PKG_RUST_VERSION='' CARGO_PKG_VERSION=0.19.1 CARGO_PKG_VERSION_MAJOR=0 CARGO_PKG_VERSION_MINOR=19 CARGO_PKG_VERSION_PATCH=1 CARGO_PKG_VERSION_PRE='' LD_LIBRARY_PATH='/construction/editors/lapce/target/release/deps:/usr/local/lib' /usr/local/bin/rustc --crate-name build_script_build --edition=2018 /construction/editors/lapce/lapce-0.2.8/cargo-crates/tree-sitter-go-0.19.1/bindings/rust/build.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --diagnostic-width=80 --crate-type bin --emit=dep-info,link -C embed-bitcode=no -C debug-assertions=off -C metadata=57dd42c0ec9ae56c -C extra-filename=-57dd42c0ec9ae56c --out-dir /construction/editors/lapce/target/release/build/tree-sitter-go-57dd42c0ec9ae56c -C linker=cc -L dependency=/construction/editors/lapce/target/release/deps --extern cc=/construction/editors/lapce/target/release/deps/libcc-1c22ede16aecb155.rlib --cap-lints warn` Compiling tree-sitter-dockerfile v0.1.0 (/construction/editors/lapce/tree-sitter-dockerfile-c49d819e07685c90456270f1cc654d9cba640f53) Running `CARGO=/usr/local/bin/cargo CARGO_CRATE_NAME=build_script_build CARGO_MANIFEST_DIR=/construction/editors/lapce/tree-sitter-dockerfile-c49d819e07685c90456270f1cc654d9cba640f53 CARGO_PKG_AUTHORS='' CARGO_PKG_DESCRIPTION='dockerfile grammar for the tree-sitter parsing library' CARGO_PKG_HOMEPAGE='' CARGO_PKG_LICENSE=MIT CARGO_PKG_LICENSE_FILE='' CARGO_PKG_NAME=tree-sitter-dockerfile CARGO_PKG_README=README.md CARGO_PKG_REPOSITORY='https://github.com/camdencheek/tree-sitter-dockerfile' CARGO_PKG_RUST_VERSION='' CARGO_PKG_VERSION=0.1.0 CARGO_PKG_VERSION_MAJOR=0 CARGO_PKG_VERSION_MINOR=1 CARGO_PKG_VERSION_PATCH=0 CARGO_PKG_VERSION_PRE='' LD_LIBRARY_PATH='/construction/editors/lapce/target/release/deps:/usr/local/lib' /usr/local/bin/rustc --crate-name build_script_build --edition=2018 /construction/editors/lapce/tree-sitter-dockerfile-c49d819e07685c90456270f1cc654d9cba640f53/bindings/rust/build.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --diagnostic-width=80 --crate-type bin --emit=dep-info,link -C embed-bitcode=no -C debug-assertions=off -C metadata=accb8bb10204b38e -C extra-filename=-accb8bb10204b38e --out-dir /construction/editors/lapce/target/release/build/tree-sitter-dockerfile-accb8bb10204b38e -C linker=cc -L dependency=/construction/editors/lapce/target/release/deps --extern cc=/construction/editors/lapce/target/release/deps/libcc-1c22ede16aecb155.rlib` Compiling tree-sitter-kotlin v0.2.11 (/construction/editors/lapce/tree-sitter-kotlin-a4f71eb9b8c9b19ded3e0e9470be4b1b77c2b569) Running `CARGO=/usr/local/bin/cargo CARGO_CRATE_NAME=build_script_build CARGO_MANIFEST_DIR=/construction/editors/lapce/tree-sitter-kotlin-a4f71eb9b8c9b19ded3e0e9470be4b1b77c2b569 CARGO_PKG_AUTHORS='' CARGO_PKG_DESCRIPTION='Kotlin grammar for the tree-sitter parsing library' CARGO_PKG_HOMEPAGE='' CARGO_PKG_LICENSE=MIT CARGO_PKG_LICENSE_FILE='' CARGO_PKG_NAME=tree-sitter-kotlin CARGO_PKG_README=bindings/rust/README.md CARGO_PKG_REPOSITORY='https://github.com/fwcd/tree-sitter-kotlin' CARGO_PKG_RUST_VERSION='' CARGO_PKG_VERSION=0.2.11 CARGO_PKG_VERSION_MAJOR=0 CARGO_PKG_VERSION_MINOR=2 CARGO_PKG_VERSION_PATCH=11 CARGO_PKG_VERSION_PRE='' LD_LIBRARY_PATH='/construction/editors/lapce/target/release/deps:/usr/local/lib' /usr/local/bin/rustc --crate-name build_script_build --edition=2018 /construction/editors/lapce/tree-sitter-kotlin-a4f71eb9b8c9b19ded3e0e9470be4b1b77c2b569/bindings/rust/build.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --diagnostic-width=80 --crate-type bin --emit=dep-info,link -C embed-bitcode=no -C debug-assertions=off -C metadata=809ee4a94f9e6eef -C extra-filename=-809ee4a94f9e6eef --out-dir /construction/editors/lapce/target/release/build/tree-sitter-kotlin-809ee4a94f9e6eef -C linker=cc -L dependency=/construction/editors/lapce/target/release/deps --extern cc=/construction/editors/lapce/target/release/deps/libcc-1c22ede16aecb155.rlib` Compiling tree-sitter-cpp v0.20.0 Running `CARGO=/usr/local/bin/cargo CARGO_CRATE_NAME=build_script_build CARGO_MANIFEST_DIR=/construction/editors/lapce/lapce-0.2.8/cargo-crates/tree-sitter-cpp-0.20.0 CARGO_PKG_AUTHORS='Max Brunsfeld ' CARGO_PKG_DESCRIPTION='Cpp grammar for the tree-sitter parsing library' CARGO_PKG_HOMEPAGE='' CARGO_PKG_LICENSE=MIT CARGO_PKG_LICENSE_FILE='' CARGO_PKG_NAME=tree-sitter-cpp CARGO_PKG_README=bindings/rust/README.md CARGO_PKG_REPOSITORY='https://github.com/tree-sitter/tree-sitter-cpp' CARGO_PKG_RUST_VERSION='' CARGO_PKG_VERSION=0.20.0 CARGO_PKG_VERSION_MAJOR=0 CARGO_PKG_VERSION_MINOR=20 CARGO_PKG_VERSION_PATCH=0 CARGO_PKG_VERSION_PRE='' LD_LIBRARY_PATH='/construction/editors/lapce/target/release/deps:/usr/local/lib' /usr/local/bin/rustc --crate-name build_script_build --edition=2018 /construction/editors/lapce/lapce-0.2.8/cargo-crates/tree-sitter-cpp-0.20.0/bindings/rust/build.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --diagnostic-width=80 --crate-type bin --emit=dep-info,link -C embed-bitcode=no -C debug-assertions=off -C metadata=67e59f3f7bb2e4fb -C extra-filename=-67e59f3f7bb2e4fb --out-dir /construction/editors/lapce/target/release/build/tree-sitter-cpp-67e59f3f7bb2e4fb -C linker=cc -L dependency=/construction/editors/lapce/target/release/deps --extern cc=/construction/editors/lapce/target/release/deps/libcc-1c22ede16aecb155.rlib --cap-lints warn` Compiling tree-sitter-clojure v0.1.0 (/construction/editors/lapce/tree-sitter-clojure-fdc969eb04fc711e38ad74afe441d74b3b5d3091) Running `CARGO=/usr/local/bin/cargo CARGO_CRATE_NAME=build_script_build CARGO_MANIFEST_DIR=/construction/editors/lapce/tree-sitter-clojure-fdc969eb04fc711e38ad74afe441d74b3b5d3091 CARGO_PKG_AUTHORS='' CARGO_PKG_DESCRIPTION='clojure grammar for the tree-sitter parsing library' CARGO_PKG_HOMEPAGE='' CARGO_PKG_LICENSE='' CARGO_PKG_LICENSE_FILE='' CARGO_PKG_NAME=tree-sitter-clojure CARGO_PKG_README=README.md CARGO_PKG_REPOSITORY='https://github.com/sogaiu/tree-sitter-clojure' CARGO_PKG_RUST_VERSION='' CARGO_PKG_VERSION=0.1.0 CARGO_PKG_VERSION_MAJOR=0 CARGO_PKG_VERSION_MINOR=1 CARGO_PKG_VERSION_PATCH=0 CARGO_PKG_VERSION_PRE='' LD_LIBRARY_PATH='/construction/editors/lapce/target/release/deps:/usr/local/lib' /usr/local/bin/rustc --crate-name build_script_build --edition=2018 /construction/editors/lapce/tree-sitter-clojure-fdc969eb04fc711e38ad74afe441d74b3b5d3091/bindings/rust/build.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --diagnostic-width=80 --crate-type bin --emit=dep-info,link -C embed-bitcode=no -C debug-assertions=off -C metadata=03a7b9479a2f772d -C extra-filename=-03a7b9479a2f772d --out-dir /construction/editors/lapce/target/release/build/tree-sitter-clojure-03a7b9479a2f772d -C linker=cc -L dependency=/construction/editors/lapce/target/release/deps --extern cc=/construction/editors/lapce/target/release/deps/libcc-1c22ede16aecb155.rlib` Compiling tree-sitter-r v0.19.5 Running `CARGO=/usr/local/bin/cargo CARGO_CRATE_NAME=build_script_build CARGO_MANIFEST_DIR=/construction/editors/lapce/lapce-0.2.8/cargo-crates/tree-sitter-r-0.19.5 CARGO_PKG_AUTHORS='Jim Hester ' CARGO_PKG_DESCRIPTION='R grammar for the tree-sitter parsing library' CARGO_PKG_HOMEPAGE='' CARGO_PKG_LICENSE=MIT CARGO_PKG_LICENSE_FILE='' CARGO_PKG_NAME=tree-sitter-r CARGO_PKG_README='' CARGO_PKG_REPOSITORY='https://github.com/r-lib/tree-sitter-r' CARGO_PKG_RUST_VERSION='' CARGO_PKG_VERSION=0.19.5 CARGO_PKG_VERSION_MAJOR=0 CARGO_PKG_VERSION_MINOR=19 CARGO_PKG_VERSION_PATCH=5 CARGO_PKG_VERSION_PRE='' LD_LIBRARY_PATH='/construction/editors/lapce/target/release/deps:/usr/local/lib' /usr/local/bin/rustc --crate-name build_script_build --edition=2018 /construction/editors/lapce/lapce-0.2.8/cargo-crates/tree-sitter-r-0.19.5/bindings/rust/build.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --diagnostic-width=80 --crate-type bin --emit=dep-info,link -C embed-bitcode=no -C debug-assertions=off -C metadata=476a22ec9b1eb42b -C extra-filename=-476a22ec9b1eb42b --out-dir /construction/editors/lapce/target/release/build/tree-sitter-r-476a22ec9b1eb42b -C linker=cc -L dependency=/construction/editors/lapce/target/release/deps --extern cc=/construction/editors/lapce/target/release/deps/libcc-1c22ede16aecb155.rlib --cap-lints warn` Compiling tree-sitter-dart v0.0.1 (/construction/editors/lapce/tree-sitter-dart-78cad4503571d72666f78d5ba8ed6c1417653063) Running `CARGO=/usr/local/bin/cargo CARGO_CRATE_NAME=build_script_build CARGO_MANIFEST_DIR=/construction/editors/lapce/tree-sitter-dart-78cad4503571d72666f78d5ba8ed6c1417653063 CARGO_PKG_AUTHORS='' CARGO_PKG_DESCRIPTION='dart grammar for the tree-sitter parsing library' CARGO_PKG_HOMEPAGE='' CARGO_PKG_LICENSE=MIT CARGO_PKG_LICENSE_FILE='' CARGO_PKG_NAME=tree-sitter-dart CARGO_PKG_README=README.md CARGO_PKG_REPOSITORY='https://github.com/tree-sitter/tree-sitter-javascript' CARGO_PKG_RUST_VERSION='' CARGO_PKG_VERSION=0.0.1 CARGO_PKG_VERSION_MAJOR=0 CARGO_PKG_VERSION_MINOR=0 CARGO_PKG_VERSION_PATCH=1 CARGO_PKG_VERSION_PRE='' LD_LIBRARY_PATH='/construction/editors/lapce/target/release/deps:/usr/local/lib' /usr/local/bin/rustc --crate-name build_script_build --edition=2018 /construction/editors/lapce/tree-sitter-dart-78cad4503571d72666f78d5ba8ed6c1417653063/bindings/rust/build.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --diagnostic-width=80 --crate-type bin --emit=dep-info,link -C embed-bitcode=no -C debug-assertions=off -C metadata=94000306cced0ff3 -C extra-filename=-94000306cced0ff3 --out-dir /construction/editors/lapce/target/release/build/tree-sitter-dart-94000306cced0ff3 -C linker=cc -L dependency=/construction/editors/lapce/target/release/deps --extern cc=/construction/editors/lapce/target/release/deps/libcc-1c22ede16aecb155.rlib` Compiling tree-sitter-glimmer v0.0.1 (/construction/editors/lapce/tree-sitter-glimmer-7281caca2ba114e1960c5d944a37860ef0841426) Running `CARGO=/usr/local/bin/cargo CARGO_CRATE_NAME=build_script_build CARGO_MANIFEST_DIR=/construction/editors/lapce/tree-sitter-glimmer-7281caca2ba114e1960c5d944a37860ef0841426 CARGO_PKG_AUTHORS='' CARGO_PKG_DESCRIPTION='glimmer grammar for the tree-sitter parsing library' CARGO_PKG_HOMEPAGE='' CARGO_PKG_LICENSE='' CARGO_PKG_LICENSE_FILE='' CARGO_PKG_NAME=tree-sitter-glimmer CARGO_PKG_README=README.md CARGO_PKG_REPOSITORY='https://github.com/tree-sitter/tree-sitter-javascript' CARGO_PKG_RUST_VERSION='' CARGO_PKG_VERSION=0.0.1 CARGO_PKG_VERSION_MAJOR=0 CARGO_PKG_VERSION_MINOR=0 CARGO_PKG_VERSION_PATCH=1 CARGO_PKG_VERSION_PRE='' LD_LIBRARY_PATH='/construction/editors/lapce/target/release/deps:/usr/local/lib' /usr/local/bin/rustc --crate-name build_script_build --edition=2018 /construction/editors/lapce/tree-sitter-glimmer-7281caca2ba114e1960c5d944a37860ef0841426/bindings/rust/build.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --diagnostic-width=80 --crate-type bin --emit=dep-info,link -C embed-bitcode=no -C debug-assertions=off -C metadata=5882ada66e0ce671 -C extra-filename=-5882ada66e0ce671 --out-dir /construction/editors/lapce/target/release/build/tree-sitter-glimmer-5882ada66e0ce671 -C linker=cc -L dependency=/construction/editors/lapce/target/release/deps --extern cc=/construction/editors/lapce/target/release/deps/libcc-1c22ede16aecb155.rlib` Compiling tree-sitter-d v0.3.2 (/construction/editors/lapce/tree-sitter-d-36603135ecb37ac6494c520efff91b875815d6f7) Running `CARGO=/usr/local/bin/cargo CARGO_CRATE_NAME=build_script_build CARGO_MANIFEST_DIR=/construction/editors/lapce/tree-sitter-d-36603135ecb37ac6494c520efff91b875815d6f7 CARGO_PKG_AUTHORS='' CARGO_PKG_DESCRIPTION='d grammar for the tree-sitter parsing library' CARGO_PKG_HOMEPAGE='' CARGO_PKG_LICENSE=MIT CARGO_PKG_LICENSE_FILE='' CARGO_PKG_NAME=tree-sitter-d CARGO_PKG_README=README.md CARGO_PKG_REPOSITORY='https://github.com/gdamore/tree-sitter-d' CARGO_PKG_RUST_VERSION='' CARGO_PKG_VERSION=0.3.2 CARGO_PKG_VERSION_MAJOR=0 CARGO_PKG_VERSION_MINOR=3 CARGO_PKG_VERSION_PATCH=2 CARGO_PKG_VERSION_PRE='' LD_LIBRARY_PATH='/construction/editors/lapce/target/release/deps:/usr/local/lib' /usr/local/bin/rustc --crate-name build_script_build --edition=2018 /construction/editors/lapce/tree-sitter-d-36603135ecb37ac6494c520efff91b875815d6f7/bindings/rust/build.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --diagnostic-width=80 --crate-type bin --emit=dep-info,link -C embed-bitcode=no -C debug-assertions=off -C metadata=d783f112ae865a23 -C extra-filename=-d783f112ae865a23 --out-dir /construction/editors/lapce/target/release/build/tree-sitter-d-d783f112ae865a23 -C linker=cc -L dependency=/construction/editors/lapce/target/release/deps --extern cc=/construction/editors/lapce/target/release/deps/libcc-1c22ede16aecb155.rlib` Compiling tree-sitter-bash v0.19.0 (/construction/editors/lapce/tree-sitter-bash-4488aa41406547e478636a4fcfd24f5bbc3f2f74) Running `CARGO=/usr/local/bin/cargo CARGO_CRATE_NAME=build_script_build CARGO_MANIFEST_DIR=/construction/editors/lapce/tree-sitter-bash-4488aa41406547e478636a4fcfd24f5bbc3f2f74 CARGO_PKG_AUTHORS='Max Brunsfeld /construction/editors/lapce/lapce-0.2.8/cargo-crates/ident_case-1.0.1/src/lib.rs:25:17 | 25 | use std::ascii::AsciiExt; | ^^^^^^^^ | = note: `#[warn(deprecated)]` on by default warning: unused import: `std::ascii::AsciiExt` --> /construction/editors/lapce/lapce-0.2.8/cargo-crates/ident_case-1.0.1/src/lib.rs:25:5 | 25 | use std::ascii::AsciiExt; | ^^^^^^^^^^^^^^^^^^^^ | = note: `#[warn(unused_imports)]` on by default warning: `ident_case` (lib) generated 2 warnings Compiling strsim v0.10.0 Running `CARGO=/usr/local/bin/cargo CARGO_CRATE_NAME=strsim CARGO_MANIFEST_DIR=/construction/editors/lapce/lapce-0.2.8/cargo-crates/strsim-0.10.0 CARGO_PKG_AUTHORS='Danny Guo ' CARGO_PKG_DESCRIPTION='Implementations of string similarity metrics. Includes Hamming, Levenshtein, OSA, Damerau-Levenshtein, Jaro, Jaro-Winkler, and Sørensen-Dice. ' CARGO_PKG_HOMEPAGE='https://github.com/dguo/strsim-rs' CARGO_PKG_LICENSE=MIT CARGO_PKG_LICENSE_FILE='' CARGO_PKG_NAME=strsim CARGO_PKG_README=README.md CARGO_PKG_REPOSITORY='https://github.com/dguo/strsim-rs' CARGO_PKG_RUST_VERSION='' CARGO_PKG_VERSION=0.10.0 CARGO_PKG_VERSION_MAJOR=0 CARGO_PKG_VERSION_MINOR=10 CARGO_PKG_VERSION_PATCH=0 CARGO_PKG_VERSION_PRE='' LD_LIBRARY_PATH='/construction/editors/lapce/target/release/deps:/usr/local/lib' /usr/local/bin/rustc --crate-name strsim /construction/editors/lapce/lapce-0.2.8/cargo-crates/strsim-0.10.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --diagnostic-width=80 --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debug-assertions=off -C metadata=ec9a25fa90867fb4 -C extra-filename=-ec9a25fa90867fb4 --out-dir /construction/editors/lapce/target/release/deps -C linker=cc -L dependency=/construction/editors/lapce/target/release/deps --cap-lints warn` Compiling event-listener v2.5.3 Running `CARGO=/usr/local/bin/cargo CARGO_CRATE_NAME=event_listener CARGO_MANIFEST_DIR=/construction/editors/lapce/lapce-0.2.8/cargo-crates/event-listener-2.5.3 CARGO_PKG_AUTHORS='Stjepan Glavina ' CARGO_PKG_DESCRIPTION='Notify async tasks or threads' CARGO_PKG_HOMEPAGE='' CARGO_PKG_LICENSE='Apache-2.0 OR MIT' CARGO_PKG_LICENSE_FILE='' CARGO_PKG_NAME=event-listener CARGO_PKG_README=README.md CARGO_PKG_REPOSITORY='https://github.com/smol-rs/event-listener' CARGO_PKG_RUST_VERSION=1.36 CARGO_PKG_VERSION=2.5.3 CARGO_PKG_VERSION_MAJOR=2 CARGO_PKG_VERSION_MINOR=5 CARGO_PKG_VERSION_PATCH=3 CARGO_PKG_VERSION_PRE='' LD_LIBRARY_PATH='/construction/editors/lapce/target/release/deps:/usr/local/lib' /usr/local/bin/rustc --crate-name event_listener --edition=2018 /construction/editors/lapce/lapce-0.2.8/cargo-crates/event-listener-2.5.3/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --diagnostic-width=80 --crate-type lib --emit=dep-info,metadata,link -C opt-level=2 -C embed-bitcode=no -C metadata=16031932b57fcd80 -C extra-filename=-16031932b57fcd80 --out-dir /construction/editors/lapce/target/x86_64-unknown-dragonfly/release/deps --target x86_64-unknown-dragonfly -C linker=cc -L dependency=/construction/editors/lapce/target/x86_64-unknown-dragonfly/release/deps -L dependency=/construction/editors/lapce/target/release/deps --cap-lints warn -C link-arg=-Wl,-rpath,/usr/local/lib -C link-arg=-L/usr/local/lib` Compiling glob v0.3.0 Running `CARGO=/usr/local/bin/cargo CARGO_CRATE_NAME=glob CARGO_MANIFEST_DIR=/construction/editors/lapce/lapce-0.2.8/cargo-crates/glob-0.3.0 CARGO_PKG_AUTHORS='The Rust Project Developers' CARGO_PKG_DESCRIPTION='Support for matching file paths against Unix shell style patterns. ' CARGO_PKG_HOMEPAGE='https://github.com/rust-lang/glob' CARGO_PKG_LICENSE=MIT/Apache-2.0 CARGO_PKG_LICENSE_FILE='' CARGO_PKG_NAME=glob CARGO_PKG_README=README.md CARGO_PKG_REPOSITORY='https://github.com/rust-lang/glob' CARGO_PKG_RUST_VERSION='' CARGO_PKG_VERSION=0.3.0 CARGO_PKG_VERSION_MAJOR=0 CARGO_PKG_VERSION_MINOR=3 CARGO_PKG_VERSION_PATCH=0 CARGO_PKG_VERSION_PRE='' LD_LIBRARY_PATH='/construction/editors/lapce/target/release/deps:/usr/local/lib' /usr/local/bin/rustc --crate-name glob /construction/editors/lapce/lapce-0.2.8/cargo-crates/glob-0.3.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --diagnostic-width=80 --crate-type lib --emit=dep-info,metadata,link -C opt-level=2 -C embed-bitcode=no -C metadata=207b5210c2e531b5 -C extra-filename=-207b5210c2e531b5 --out-dir /construction/editors/lapce/target/x86_64-unknown-dragonfly/release/deps --target x86_64-unknown-dragonfly -C linker=cc -L dependency=/construction/editors/lapce/target/x86_64-unknown-dragonfly/release/deps -L dependency=/construction/editors/lapce/target/release/deps --cap-lints warn -C link-arg=-Wl,-rpath,/usr/local/lib -C link-arg=-L/usr/local/lib` Compiling fastrand v1.8.0 Running `CARGO=/usr/local/bin/cargo CARGO_CRATE_NAME=fastrand CARGO_MANIFEST_DIR=/construction/editors/lapce/lapce-0.2.8/cargo-crates/fastrand-1.8.0 CARGO_PKG_AUTHORS='Stjepan Glavina ' CARGO_PKG_DESCRIPTION='A simple and fast random number generator' CARGO_PKG_HOMEPAGE='' CARGO_PKG_LICENSE='Apache-2.0 OR MIT' CARGO_PKG_LICENSE_FILE='' CARGO_PKG_NAME=fastrand CARGO_PKG_README=README.md CARGO_PKG_REPOSITORY='https://github.com/smol-rs/fastrand' CARGO_PKG_RUST_VERSION=1.34 CARGO_PKG_VERSION=1.8.0 CARGO_PKG_VERSION_MAJOR=1 CARGO_PKG_VERSION_MINOR=8 CARGO_PKG_VERSION_PATCH=0 CARGO_PKG_VERSION_PRE='' LD_LIBRARY_PATH='/construction/editors/lapce/target/release/deps:/usr/local/lib' /usr/local/bin/rustc --crate-name fastrand --edition=2018 /construction/editors/lapce/lapce-0.2.8/cargo-crates/fastrand-1.8.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --diagnostic-width=80 --crate-type lib --emit=dep-info,metadata,link -C opt-level=2 -C embed-bitcode=no -C metadata=bc502a30bcbcb653 -C extra-filename=-bc502a30bcbcb653 --out-dir /construction/editors/lapce/target/x86_64-unknown-dragonfly/release/deps --target x86_64-unknown-dragonfly -C linker=cc -L dependency=/construction/editors/lapce/target/x86_64-unknown-dragonfly/release/deps -L dependency=/construction/editors/lapce/target/release/deps --cap-lints warn -C link-arg=-Wl,-rpath,/usr/local/lib -C link-arg=-L/usr/local/lib` warning: trait objects without an explicit `dyn` are deprecated --> /construction/editors/lapce/lapce-0.2.8/cargo-crates/glob-0.3.0/src/lib.rs:294:32 | 294 | fn cause(&self) -> Option<&Error> { | ^^^^^ | = warning: this is accepted in the current edition (Rust 2015) but is a hard error in Rust 2021! = note: for more information, see = note: `#[warn(bare_trait_objects)]` on by default help: use `dyn` | 294 | fn cause(&self) -> Option<&dyn Error> { | +++ warning: use of deprecated method `std::error::Error::description`: use the Display impl or to_string() --> /construction/editors/lapce/lapce-0.2.8/cargo-crates/glob-0.3.0/src/lib.rs:291:20 | 291 | self.error.description() | ^^^^^^^^^^^ | = note: `#[warn(deprecated)]` on by default Compiling scoped_threadpool v0.1.9 Running `CARGO=/usr/local/bin/cargo CARGO_CRATE_NAME=scoped_threadpool CARGO_MANIFEST_DIR=/construction/editors/lapce/lapce-0.2.8/cargo-crates/scoped_threadpool-0.1.9 CARGO_PKG_AUTHORS='Marvin Löbel ' CARGO_PKG_DESCRIPTION='A library for scoped and cached threadpools.' CARGO_PKG_HOMEPAGE='' CARGO_PKG_LICENSE=MIT CARGO_PKG_LICENSE_FILE='' CARGO_PKG_NAME=scoped_threadpool CARGO_PKG_README=README.md CARGO_PKG_REPOSITORY='https://github.com/Kimundi/scoped-threadpool-rs' CARGO_PKG_RUST_VERSION='' CARGO_PKG_VERSION=0.1.9 CARGO_PKG_VERSION_MAJOR=0 CARGO_PKG_VERSION_MINOR=1 CARGO_PKG_VERSION_PATCH=9 CARGO_PKG_VERSION_PRE='' LD_LIBRARY_PATH='/construction/editors/lapce/target/release/deps:/usr/local/lib' /usr/local/bin/rustc --crate-name scoped_threadpool /construction/editors/lapce/lapce-0.2.8/cargo-crates/scoped_threadpool-0.1.9/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --diagnostic-width=80 --crate-type lib --emit=dep-info,metadata,link -C opt-level=2 -C embed-bitcode=no -C metadata=9dee7c882ee0bb3d -C extra-filename=-9dee7c882ee0bb3d --out-dir /construction/editors/lapce/target/x86_64-unknown-dragonfly/release/deps --target x86_64-unknown-dragonfly -C linker=cc -L dependency=/construction/editors/lapce/target/x86_64-unknown-dragonfly/release/deps -L dependency=/construction/editors/lapce/target/release/deps --cap-lints warn -C link-arg=-Wl,-rpath,/usr/local/lib -C link-arg=-L/usr/local/lib` warning: trait objects without an explicit `dyn` are deprecated --> /construction/editors/lapce/lapce-0.2.8/cargo-crates/scoped_threadpool-0.1.9/src/lib.rs:75:22 | 75 | type Thunk<'a> = Box; | ^^^^^^^^^^^^^^^^^ | = warning: this is accepted in the current edition (Rust 2015) but is a hard error in Rust 2021! = note: for more information, see = note: `#[warn(bare_trait_objects)]` on by default help: use `dyn` | 75 | type Thunk<'a> = Box; | +++ Compiling wasmtime-wasi v1.0.2 Running `CARGO=/usr/local/bin/cargo CARGO_CRATE_NAME=build_script_build CARGO_MANIFEST_DIR=/construction/editors/lapce/lapce-0.2.8/cargo-crates/wasmtime-wasi-1.0.2 CARGO_PKG_AUTHORS='The Wasmtime Project Developers' CARGO_PKG_DESCRIPTION='WASI implementation in Rust' CARGO_PKG_HOMEPAGE='' CARGO_PKG_LICENSE='Apache-2.0 WITH LLVM-exception' CARGO_PKG_LICENSE_FILE='' CARGO_PKG_NAME=wasmtime-wasi CARGO_PKG_README=README.md CARGO_PKG_REPOSITORY='https://github.com/bytecodealliance/wasmtime' CARGO_PKG_RUST_VERSION='' CARGO_PKG_VERSION=1.0.2 CARGO_PKG_VERSION_MAJOR=1 CARGO_PKG_VERSION_MINOR=0 CARGO_PKG_VERSION_PATCH=2 CARGO_PKG_VERSION_PRE='' LD_LIBRARY_PATH='/construction/editors/lapce/target/release/deps:/usr/local/lib' /usr/local/bin/rustc --crate-name build_script_build --edition=2021 /construction/editors/lapce/lapce-0.2.8/cargo-crates/wasmtime-wasi-1.0.2/build.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --diagnostic-width=80 --crate-type bin --emit=dep-info,link -C embed-bitcode=no -C debug-assertions=off --cfg 'feature="default"' --cfg 'feature="sync"' --cfg 'feature="wasi-cap-std-sync"' -C metadata=e5af02db7a08818a -C extra-filename=-e5af02db7a08818a --out-dir /construction/editors/lapce/target/release/build/wasmtime-wasi-e5af02db7a08818a -C linker=cc -L dependency=/construction/editors/lapce/target/release/deps --cap-lints warn` Running `CARGO=/usr/local/bin/cargo CARGO_CRATE_NAME=fnv CARGO_MANIFEST_DIR=/construction/editors/lapce/lapce-0.2.8/cargo-crates/fnv-1.0.7 CARGO_PKG_AUTHORS='Alex Crichton ' CARGO_PKG_DESCRIPTION='Fowler–Noll–Vo hash function' CARGO_PKG_HOMEPAGE='' CARGO_PKG_LICENSE='Apache-2.0 / MIT' CARGO_PKG_LICENSE_FILE='' CARGO_PKG_NAME=fnv CARGO_PKG_README=README.md CARGO_PKG_REPOSITORY='https://github.com/servo/rust-fnv' CARGO_PKG_RUST_VERSION='' CARGO_PKG_VERSION=1.0.7 CARGO_PKG_VERSION_MAJOR=1 CARGO_PKG_VERSION_MINOR=0 CARGO_PKG_VERSION_PATCH=7 CARGO_PKG_VERSION_PRE='' LD_LIBRARY_PATH='/construction/editors/lapce/target/release/deps:/usr/local/lib' /usr/local/bin/rustc --crate-name fnv /construction/editors/lapce/lapce-0.2.8/cargo-crates/fnv-1.0.7/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --diagnostic-width=80 --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debug-assertions=off --cfg 'feature="default"' --cfg 'feature="std"' -C metadata=e462c97fcd28cba5 -C extra-filename=-e462c97fcd28cba5 --out-dir /construction/editors/lapce/target/release/deps -C linker=cc -L dependency=/construction/editors/lapce/target/release/deps --cap-lints warn` Compiling darling_core v0.13.4 Running `CARGO=/usr/local/bin/cargo CARGO_CRATE_NAME=darling_core CARGO_MANIFEST_DIR=/construction/editors/lapce/lapce-0.2.8/cargo-crates/darling_core-0.13.4 CARGO_PKG_AUTHORS='Ted Driggs ' CARGO_PKG_DESCRIPTION='Helper crate for proc-macro library for reading attributes into structs when implementing custom derives. Use https://crates.io/crates/darling in your code. ' CARGO_PKG_HOMEPAGE='' CARGO_PKG_LICENSE=MIT CARGO_PKG_LICENSE_FILE='' CARGO_PKG_NAME=darling_core CARGO_PKG_README='' CARGO_PKG_REPOSITORY='https://github.com/TedDriggs/darling' CARGO_PKG_RUST_VERSION='' CARGO_PKG_VERSION=0.13.4 CARGO_PKG_VERSION_MAJOR=0 CARGO_PKG_VERSION_MINOR=13 CARGO_PKG_VERSION_PATCH=4 CARGO_PKG_VERSION_PRE='' LD_LIBRARY_PATH='/construction/editors/lapce/target/release/deps:/usr/local/lib' /usr/local/bin/rustc --crate-name darling_core --edition=2018 /construction/editors/lapce/lapce-0.2.8/cargo-crates/darling_core-0.13.4/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --diagnostic-width=80 --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debug-assertions=off --cfg 'feature="strsim"' --cfg 'feature="suggestions"' -C metadata=35b85be2c6bfbb6a -C extra-filename=-35b85be2c6bfbb6a --out-dir /construction/editors/lapce/target/release/deps -C linker=cc -L dependency=/construction/editors/lapce/target/release/deps --extern fnv=/construction/editors/lapce/target/release/deps/libfnv-e462c97fcd28cba5.rmeta --extern ident_case=/construction/editors/lapce/target/release/deps/libident_case-fb718a3832aa41f1.rmeta --extern proc_macro2=/construction/editors/lapce/target/release/deps/libproc_macro2-0d396a60a42a5507.rmeta --extern quote=/construction/editors/lapce/target/release/deps/libquote-598fea7a1e3d78d8.rmeta --extern strsim=/construction/editors/lapce/target/release/deps/libstrsim-ec9a25fa90867fb4.rmeta --extern syn=/construction/editors/lapce/target/release/deps/libsyn-175e445b271fda34.rmeta --cap-lints warn` Compiling heck v0.3.3 Running `CARGO=/usr/local/bin/cargo CARGO_CRATE_NAME=heck CARGO_MANIFEST_DIR=/construction/editors/lapce/lapce-0.2.8/cargo-crates/heck-0.3.3 CARGO_PKG_AUTHORS='Without Boats ' CARGO_PKG_DESCRIPTION='heck is a case conversion library.' CARGO_PKG_HOMEPAGE='https://github.com/withoutboats/heck' CARGO_PKG_LICENSE='MIT OR Apache-2.0' CARGO_PKG_LICENSE_FILE='' CARGO_PKG_NAME=heck CARGO_PKG_README=README.md CARGO_PKG_REPOSITORY='https://github.com/withoutboats/heck' CARGO_PKG_RUST_VERSION='' CARGO_PKG_VERSION=0.3.3 CARGO_PKG_VERSION_MAJOR=0 CARGO_PKG_VERSION_MINOR=3 CARGO_PKG_VERSION_PATCH=3 CARGO_PKG_VERSION_PRE='' LD_LIBRARY_PATH='/construction/editors/lapce/target/release/deps:/usr/local/lib' /usr/local/bin/rustc --crate-name heck --edition=2018 /construction/editors/lapce/lapce-0.2.8/cargo-crates/heck-0.3.3/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --diagnostic-width=80 --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debug-assertions=off -C metadata=5260d0d31f81d9f8 -C extra-filename=-5260d0d31f81d9f8 --out-dir /construction/editors/lapce/target/release/deps -C linker=cc -L dependency=/construction/editors/lapce/target/release/deps --extern unicode_segmentation=/construction/editors/lapce/target/release/deps/libunicode_segmentation-a5bc553e3d89534c.rmeta --cap-lints warn` Running `/construction/editors/lapce/target/release/build/wasmtime-wasi-e5af02db7a08818a/build-script-build` [wasmtime-wasi 1.0.2] cargo:rustc-env=WASI_ROOT=/construction/editors/lapce/lapce-0.2.8/cargo-crates/wasi-common-1.0.2/WASI Compiling futures-lite v1.12.0 Running `CARGO=/usr/local/bin/cargo CARGO_CRATE_NAME=futures_lite CARGO_MANIFEST_DIR=/construction/editors/lapce/lapce-0.2.8/cargo-crates/futures-lite-1.12.0 CARGO_PKG_AUTHORS='Stjepan Glavina :Contributors to futures-rs' CARGO_PKG_DESCRIPTION='Futures, streams, and async I/O combinators' CARGO_PKG_HOMEPAGE='https://github.com/smol-rs/futures-lite' CARGO_PKG_LICENSE='Apache-2.0 OR MIT' CARGO_PKG_LICENSE_FILE='' CARGO_PKG_NAME=futures-lite CARGO_PKG_README=README.md CARGO_PKG_REPOSITORY='https://github.com/smol-rs/futures-lite' CARGO_PKG_RUST_VERSION='' CARGO_PKG_VERSION=1.12.0 CARGO_PKG_VERSION_MAJOR=1 CARGO_PKG_VERSION_MINOR=12 CARGO_PKG_VERSION_PATCH=0 CARGO_PKG_VERSION_PRE='' LD_LIBRARY_PATH='/construction/editors/lapce/target/release/deps:/usr/local/lib' /usr/local/bin/rustc --crate-name futures_lite --edition=2018 /construction/editors/lapce/lapce-0.2.8/cargo-crates/futures-lite-1.12.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --diagnostic-width=80 --crate-type lib --emit=dep-info,metadata,link -C opt-level=2 -C embed-bitcode=no --cfg 'feature="alloc"' --cfg 'feature="default"' --cfg 'feature="fastrand"' --cfg 'feature="futures-io"' --cfg 'feature="memchr"' --cfg 'feature="parking"' --cfg 'feature="std"' --cfg 'feature="waker-fn"' -C metadata=a66ce193165fd2fa -C extra-filename=-a66ce193165fd2fa --out-dir /construction/editors/lapce/target/x86_64-unknown-dragonfly/release/deps --target x86_64-unknown-dragonfly -C linker=cc -L dependency=/construction/editors/lapce/target/x86_64-unknown-dragonfly/release/deps -L dependency=/construction/editors/lapce/target/release/deps --extern fastrand=/construction/editors/lapce/target/x86_64-unknown-dragonfly/release/deps/libfastrand-bc502a30bcbcb653.rmeta --extern futures_core=/construction/editors/lapce/target/x86_64-unknown-dragonfly/release/deps/libfutures_core-bdb285f9c4c607b9.rmeta --extern futures_io=/construction/editors/lapce/target/x86_64-unknown-dragonfly/release/deps/libfutures_io-6ec3315c239a1df9.rmeta --extern memchr=/construction/editors/lapce/target/x86_64-unknown-dragonfly/release/deps/libmemchr-bcd48a6ecc42e0cb.rmeta --extern parking=/construction/editors/lapce/target/x86_64-unknown-dragonfly/release/deps/libparking-4ac13ec337c5918b.rmeta --extern pin_project_lite=/construction/editors/lapce/target/x86_64-unknown-dragonfly/release/deps/libpin_project_lite-4c9a3c2040968f25.rmeta --extern waker_fn=/construction/editors/lapce/target/x86_64-unknown-dragonfly/release/deps/libwaker_fn-b9c4624b4bf99634.rmeta --cap-lints warn -C link-arg=-Wl,-rpath,/usr/local/lib -C link-arg=-L/usr/local/lib` Compiling image v0.24.4 Running `CARGO=/usr/local/bin/cargo CARGO_CRATE_NAME=image CARGO_MANIFEST_DIR=/construction/editors/lapce/lapce-0.2.8/cargo-crates/image-0.24.4 CARGO_PKG_AUTHORS='The image-rs Developers' CARGO_PKG_DESCRIPTION='Imaging library written in Rust. Provides basic filters and decoders for the most common image formats.' CARGO_PKG_HOMEPAGE='https://github.com/image-rs/image' CARGO_PKG_LICENSE=MIT CARGO_PKG_LICENSE_FILE='' CARGO_PKG_NAME=image CARGO_PKG_README=README.md CARGO_PKG_REPOSITORY='https://github.com/image-rs/image' CARGO_PKG_RUST_VERSION=1.56.1 CARGO_PKG_VERSION=0.24.4 CARGO_PKG_VERSION_MAJOR=0 CARGO_PKG_VERSION_MINOR=24 CARGO_PKG_VERSION_PATCH=4 CARGO_PKG_VERSION_PRE='' LD_LIBRARY_PATH='/construction/editors/lapce/target/release/deps:/usr/local/lib' /usr/local/bin/rustc --crate-name image --edition=2018 /construction/editors/lapce/lapce-0.2.8/cargo-crates/image-0.24.4/./src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --diagnostic-width=80 --crate-type lib --emit=dep-info,metadata,link -C opt-level=2 -C embed-bitcode=no --cfg 'feature="bmp"' --cfg 'feature="dds"' --cfg 'feature="default"' --cfg 'feature="dxt"' --cfg 'feature="exr"' --cfg 'feature="farbfeld"' --cfg 'feature="gif"' --cfg 'feature="hdr"' --cfg 'feature="ico"' --cfg 'feature="jpeg"' --cfg 'feature="jpeg_rayon"' --cfg 'feature="openexr"' --cfg 'feature="png"' --cfg 'feature="pnm"' --cfg 'feature="scoped_threadpool"' --cfg 'feature="tga"' --cfg 'feature="tiff"' --cfg 'feature="webp"' -C metadata=b4d52d290b5245e8 -C extra-filename=-b4d52d290b5245e8 --out-dir /construction/editors/lapce/target/x86_64-unknown-dragonfly/release/deps --target x86_64-unknown-dragonfly -C linker=cc -L dependency=/construction/editors/lapce/target/x86_64-unknown-dragonfly/release/deps -L dependency=/construction/editors/lapce/target/release/deps --extern bytemuck=/construction/editors/lapce/target/x86_64-unknown-dragonfly/release/deps/libbytemuck-6fd04d482c7f5619.rmeta --extern byteorder=/construction/editors/lapce/target/x86_64-unknown-dragonfly/release/deps/libbyteorder-097a0496904e7311.rmeta --extern color_quant=/construction/editors/lapce/target/x86_64-unknown-dragonfly/release/deps/libcolor_quant-ae36b477f7b0c085.rmeta --extern exr=/construction/editors/lapce/target/x86_64-unknown-dragonfly/release/deps/libexr-a4147d9d25dfbbdd.rmeta --extern gif=/construction/editors/lapce/target/x86_64-unknown-dragonfly/release/deps/libgif-341f4fb717eea914.rmeta --extern jpeg=/construction/editors/lapce/target/x86_64-unknown-dragonfly/release/deps/libjpeg_decoder-212e598ee649d9e9.rmeta --extern num_rational=/construction/editors/lapce/target/x86_64-unknown-dragonfly/release/deps/libnum_rational-67f3885aafe95890.rmeta --extern num_traits=/construction/editors/lapce/target/x86_64-unknown-dragonfly/release/deps/libnum_traits-dd6d79c2f9521648.rmeta --extern png=/construction/editors/lapce/target/x86_64-unknown-dragonfly/release/deps/libpng-13e7745943536a2d.rmeta --extern scoped_threadpool=/construction/editors/lapce/target/x86_64-unknown-dragonfly/release/deps/libscoped_threadpool-9dee7c882ee0bb3d.rmeta --extern tiff=/construction/editors/lapce/target/x86_64-unknown-dragonfly/release/deps/libtiff-c09eaba4b2610ff1.rmeta --cap-lints warn -C link-arg=-Wl,-rpath,/usr/local/lib -C link-arg=-L/usr/local/lib` Compiling include_dir v0.6.2 Running `CARGO=/usr/local/bin/cargo CARGO_CRATE_NAME=include_dir CARGO_MANIFEST_DIR=/construction/editors/lapce/lapce-0.2.8/cargo-crates/include_dir-0.6.2 CARGO_PKG_AUTHORS='Michael Bryan ' CARGO_PKG_DESCRIPTION='Embed the contents of a directory in your binary' CARGO_PKG_HOMEPAGE='' CARGO_PKG_LICENSE=MIT CARGO_PKG_LICENSE_FILE='' CARGO_PKG_NAME=include_dir CARGO_PKG_README=../README.md CARGO_PKG_REPOSITORY='https://github.com/Michael-F-Bryan/include_dir' CARGO_PKG_RUST_VERSION='' CARGO_PKG_VERSION=0.6.2 CARGO_PKG_VERSION_MAJOR=0 CARGO_PKG_VERSION_MINOR=6 CARGO_PKG_VERSION_PATCH=2 CARGO_PKG_VERSION_PRE='' LD_LIBRARY_PATH='/construction/editors/lapce/target/release/deps:/usr/local/lib' /usr/local/bin/rustc --crate-name include_dir --edition=2018 /construction/editors/lapce/lapce-0.2.8/cargo-crates/include_dir-0.6.2/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --diagnostic-width=80 --crate-type lib --emit=dep-info,metadata,link -C opt-level=2 -C embed-bitcode=no --cfg 'feature="default"' --cfg 'feature="glob"' --cfg 'feature="search"' -C metadata=9159021a78935a2e -C extra-filename=-9159021a78935a2e --out-dir /construction/editors/lapce/target/x86_64-unknown-dragonfly/release/deps --target x86_64-unknown-dragonfly -C linker=cc -L dependency=/construction/editors/lapce/target/x86_64-unknown-dragonfly/release/deps -L dependency=/construction/editors/lapce/target/release/deps --extern glob=/construction/editors/lapce/target/x86_64-unknown-dragonfly/release/deps/libglob-207b5210c2e531b5.rmeta --extern include_dir_impl=/construction/editors/lapce/target/release/deps/libinclude_dir_impl-368bf36fcdf3a0e4.so --extern proc_macro_hack=/construction/editors/lapce/target/release/deps/libproc_macro_hack-169ba9be71daff40.so --cap-lints warn -C link-arg=-Wl,-rpath,/usr/local/lib -C link-arg=-L/usr/local/lib` warning: `hyper` (lib) generated 1 warning Compiling async-channel v1.7.1 Running `CARGO=/usr/local/bin/cargo CARGO_CRATE_NAME=async_channel CARGO_MANIFEST_DIR=/construction/editors/lapce/lapce-0.2.8/cargo-crates/async-channel-1.7.1 CARGO_PKG_AUTHORS='Stjepan Glavina ' CARGO_PKG_DESCRIPTION='Async multi-producer multi-consumer channel' CARGO_PKG_HOMEPAGE='https://github.com/smol-rs/async-channel' CARGO_PKG_LICENSE='Apache-2.0 OR MIT' CARGO_PKG_LICENSE_FILE='' CARGO_PKG_NAME=async-channel CARGO_PKG_README=README.md CARGO_PKG_REPOSITORY='https://github.com/smol-rs/async-channel' CARGO_PKG_RUST_VERSION=1.38 CARGO_PKG_VERSION=1.7.1 CARGO_PKG_VERSION_MAJOR=1 CARGO_PKG_VERSION_MINOR=7 CARGO_PKG_VERSION_PATCH=1 CARGO_PKG_VERSION_PRE='' LD_LIBRARY_PATH='/construction/editors/lapce/target/release/deps:/usr/local/lib' /usr/local/bin/rustc --crate-name async_channel --edition=2018 /construction/editors/lapce/lapce-0.2.8/cargo-crates/async-channel-1.7.1/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --diagnostic-width=80 --crate-type lib --emit=dep-info,metadata,link -C opt-level=2 -C embed-bitcode=no -C metadata=63ddd66f03dabbe9 -C extra-filename=-63ddd66f03dabbe9 --out-dir /construction/editors/lapce/target/x86_64-unknown-dragonfly/release/deps --target x86_64-unknown-dragonfly -C linker=cc -L dependency=/construction/editors/lapce/target/x86_64-unknown-dragonfly/release/deps -L dependency=/construction/editors/lapce/target/release/deps --extern concurrent_queue=/construction/editors/lapce/target/x86_64-unknown-dragonfly/release/deps/libconcurrent_queue-ede51afe576407c5.rmeta --extern event_listener=/construction/editors/lapce/target/x86_64-unknown-dragonfly/release/deps/libevent_listener-16031932b57fcd80.rmeta --extern futures_core=/construction/editors/lapce/target/x86_64-unknown-dragonfly/release/deps/libfutures_core-bdb285f9c4c607b9.rmeta --cap-lints warn -C link-arg=-Wl,-rpath,/usr/local/lib -C link-arg=-L/usr/local/lib` Running `/construction/editors/lapce/target/release/build/tree-sitter-hare-7262c30dca3c97d3/build-script-build` [zstd-sys 2.0.1+zstd.1.5.2] running: "cc" "-O3" "-ffunction-sections" "-fdata-sections" "-fPIC" "-m64" "-pipe" "-O2" "-isystem" "/usr/local/include" "-fno-strict-aliasing" "-I" "zstd/lib/" "-I" "zstd/lib/common" "-I" "zstd/lib/legacy" "-fvisibility=hidden" "-DZSTD_LIB_DEPRECATED=0" "-DXXH_PRIVATE_API=" "-DZSTDLIB_VISIBILITY=" "-DZDICTLIB_VISIBILITY=" "-DZSTDERRORLIB_VISIBILITY=" "-DZSTD_LEGACY_SUPPORT=1" "-o" "/construction/editors/lapce/target/x86_64-unknown-dragonfly/release/build/zstd-sys-04bdbafb9fc1b037/out/zstd/lib/common/threading.o" "-c" "zstd/lib/common/threading.c" [zstd-sys 2.0.1+zstd.1.5.2] exit status: 0 Running `/construction/editors/lapce/target/release/build/tree-sitter-json-85deac6c66088d44/build-script-build` Compiling type-map v0.4.0 Running `CARGO=/usr/local/bin/cargo CARGO_CRATE_NAME=type_map CARGO_MANIFEST_DIR=/construction/editors/lapce/lapce-0.2.8/cargo-crates/type-map-0.4.0 CARGO_PKG_AUTHORS='Jacob Brown ' CARGO_PKG_DESCRIPTION='Provides a typemap container with FxHashMap' CARGO_PKG_HOMEPAGE='' CARGO_PKG_LICENSE=MIT/Apache-2.0 CARGO_PKG_LICENSE_FILE='' CARGO_PKG_NAME=type-map CARGO_PKG_README=README.md CARGO_PKG_REPOSITORY='https://github.com/kardeiz/type-map' CARGO_PKG_RUST_VERSION='' CARGO_PKG_VERSION=0.4.0 CARGO_PKG_VERSION_MAJOR=0 CARGO_PKG_VERSION_MINOR=4 CARGO_PKG_VERSION_PATCH=0 CARGO_PKG_VERSION_PRE='' LD_LIBRARY_PATH='/construction/editors/lapce/target/release/deps:/usr/local/lib' /usr/local/bin/rustc --crate-name type_map --edition=2018 /construction/editors/lapce/lapce-0.2.8/cargo-crates/type-map-0.4.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --diagnostic-width=80 --crate-type lib --emit=dep-info,metadata,link -C opt-level=2 -C embed-bitcode=no -C metadata=0232f3204d0dcd59 -C extra-filename=-0232f3204d0dcd59 --out-dir /construction/editors/lapce/target/x86_64-unknown-dragonfly/release/deps --target x86_64-unknown-dragonfly -C linker=cc -L dependency=/construction/editors/lapce/target/x86_64-unknown-dragonfly/release/deps -L dependency=/construction/editors/lapce/target/release/deps --extern rustc_hash=/construction/editors/lapce/target/x86_64-unknown-dragonfly/release/deps/librustc_hash-05c7e6865dc58183.rmeta --cap-lints warn -C link-arg=-Wl,-rpath,/usr/local/lib -C link-arg=-L/usr/local/lib` warning: `glob` (lib) generated 2 warnings Running `/construction/editors/lapce/target/release/build/slotmap-441c3c9432d41f98/build-script-build` [slotmap 1.0.6] cargo:rustc-cfg=has_min_const_generics Running `/construction/editors/lapce/target/release/build/tree-sitter-xml-051a5d2a3cf6b276/build-script-build` [wasmtime-runtime 1.0.2] AR_x86_64-unknown-dragonfly = None [wasmtime-runtime 1.0.2] AR_x86_64_unknown_dragonfly = None [wasmtime-runtime 1.0.2] HOST_AR = None [wasmtime-runtime 1.0.2] AR = None [wasmtime-runtime 1.0.2] running: ZERO_AR_DATE="1" "ar" "cq" "/construction/editors/lapce/target/x86_64-unknown-dragonfly/release/build/wasmtime-runtime-31186e9e9f0cafcb/out/libwasmtime-helpers.a" "/construction/editors/lapce/target/x86_64-unknown-dragonfly/release/build/wasmtime-runtime-31186e9e9f0cafcb/out/src/helpers.o" [wasmtime-runtime 1.0.2] exit status: 0 [wasmtime-runtime 1.0.2] running: "ar" "s" "/construction/editors/lapce/target/x86_64-unknown-dragonfly/release/build/wasmtime-runtime-31186e9e9f0cafcb/out/libwasmtime-helpers.a" [wasmtime-runtime 1.0.2] exit status: 0 [wasmtime-runtime 1.0.2] cargo:rustc-link-lib=static=wasmtime-helpers [wasmtime-runtime 1.0.2] cargo:rustc-link-search=native=/construction/editors/lapce/target/x86_64-unknown-dragonfly/release/build/wasmtime-runtime-31186e9e9f0cafcb/out [wasmtime-runtime 1.0.2] cargo:rustc-cfg=memory_init_cow Running `/construction/editors/lapce/target/release/build/tree-sitter-bash-bf0d0f9ca601ac7c/build-script-build` Running `/construction/editors/lapce/target/release/build/tree-sitter-d-d783f112ae865a23/build-script-build` [tree-sitter-d 0.3.2] cargo:rerun-if-changed=src/scanner.c Running `/construction/editors/lapce/target/release/build/tree-sitter-dart-94000306cced0ff3/build-script-build` [tree-sitter-dart 0.0.1] cargo:rerun-if-changed=src/scanner.c Running `/construction/editors/lapce/target/release/build/tree-sitter-clojure-03a7b9479a2f772d/build-script-build` [tree-sitter-clojure 0.1.0] cargo:rerun-if-changed=src/parser.c [tree-sitter-clojure 0.1.0] TARGET = Some("x86_64-unknown-dragonfly") [tree-sitter-clojure 0.1.0] OPT_LEVEL = Some("2") [tree-sitter-clojure 0.1.0] HOST = Some("x86_64-unknown-dragonfly") [tree-sitter-clojure 0.1.0] CC_x86_64-unknown-dragonfly = None [tree-sitter-clojure 0.1.0] CC_x86_64_unknown_dragonfly = None [tree-sitter-clojure 0.1.0] HOST_CC = None [tree-sitter-clojure 0.1.0] CC = Some("cc") [tree-sitter-clojure 0.1.0] CFLAGS_x86_64-unknown-dragonfly = None [tree-sitter-clojure 0.1.0] CFLAGS_x86_64_unknown_dragonfly = None [tree-sitter-clojure 0.1.0] HOST_CFLAGS = None [tree-sitter-clojure 0.1.0] CFLAGS = Some("-pipe -O2 -isystem /usr/local/include -fno-strict-aliasing ") [tree-sitter-clojure 0.1.0] CRATE_CC_NO_DEFAULTS = None [tree-sitter-clojure 0.1.0] DEBUG = Some("false") [tree-sitter-clojure 0.1.0] CARGO_CFG_TARGET_FEATURE = Some("fxsr,sse,sse2") [tree-sitter-clojure 0.1.0] CC_x86_64-unknown-dragonfly = None [tree-sitter-clojure 0.1.0] CC_x86_64_unknown_dragonfly = None [tree-sitter-clojure 0.1.0] HOST_CC = None [tree-sitter-clojure 0.1.0] CC = Some("cc") [tree-sitter-clojure 0.1.0] CFLAGS_x86_64-unknown-dragonfly = None [tree-sitter-clojure 0.1.0] CFLAGS_x86_64_unknown_dragonfly = None [tree-sitter-clojure 0.1.0] HOST_CFLAGS = None [tree-sitter-clojure 0.1.0] CFLAGS = Some("-pipe -O2 -isystem /usr/local/include -fno-strict-aliasing ") [tree-sitter-clojure 0.1.0] CRATE_CC_NO_DEFAULTS = None [tree-sitter-clojure 0.1.0] CARGO_CFG_TARGET_FEATURE = Some("fxsr,sse,sse2") [tree-sitter-clojure 0.1.0] CC_x86_64-unknown-dragonfly = None [tree-sitter-clojure 0.1.0] CC_x86_64_unknown_dragonfly = None [tree-sitter-clojure 0.1.0] HOST_CC = None [tree-sitter-clojure 0.1.0] CC = Some("cc") [tree-sitter-clojure 0.1.0] CFLAGS_x86_64-unknown-dragonfly = None [tree-sitter-clojure 0.1.0] CFLAGS_x86_64_unknown_dragonfly = None [tree-sitter-clojure 0.1.0] HOST_CFLAGS = None [tree-sitter-clojure 0.1.0] CFLAGS = Some("-pipe -O2 -isystem /usr/local/include -fno-strict-aliasing ") [tree-sitter-clojure 0.1.0] CRATE_CC_NO_DEFAULTS = None [tree-sitter-clojure 0.1.0] CARGO_CFG_TARGET_FEATURE = Some("fxsr,sse,sse2") [tree-sitter-clojure 0.1.0] CC_x86_64-unknown-dragonfly = None [tree-sitter-clojure 0.1.0] CC_x86_64_unknown_dragonfly = None [tree-sitter-clojure 0.1.0] HOST_CC = None [tree-sitter-clojure 0.1.0] CC = Some("cc") [tree-sitter-clojure 0.1.0] CFLAGS_x86_64-unknown-dragonfly = None [tree-sitter-clojure 0.1.0] CFLAGS_x86_64_unknown_dragonfly = None [tree-sitter-clojure 0.1.0] HOST_CFLAGS = None warning: `yaml-rust` (lib) generated 1 warning Running `/construction/editors/lapce/target/release/build/tree-sitter-glimmer-5882ada66e0ce671/build-script-build` [tree-sitter-clojure 0.1.0] CFLAGS = Some("-pipe -O2 -isystem /usr/local/include -fno-strict-aliasing ") [tree-sitter-clojure 0.1.0] CRATE_CC_NO_DEFAULTS = None [tree-sitter-clojure 0.1.0] CARGO_CFG_TARGET_FEATURE = Some("fxsr,sse,sse2") [tree-sitter-glimmer 0.0.1] cargo:rerun-if-changed=src/scanner.c [tree-sitter-d 0.3.2] TARGET = Some("x86_64-unknown-dragonfly") [tree-sitter-d 0.3.2] OPT_LEVEL = Some("2") [tree-sitter-d 0.3.2] HOST = Some("x86_64-unknown-dragonfly") [tree-sitter-d 0.3.2] CC_x86_64-unknown-dragonfly = None [tree-sitter-d 0.3.2] CC_x86_64_unknown_dragonfly = None [tree-sitter-d 0.3.2] HOST_CC = None [tree-sitter-d 0.3.2] CC = Some("cc") [tree-sitter-d 0.3.2] CFLAGS_x86_64-unknown-dragonfly = None [tree-sitter-d 0.3.2] CFLAGS_x86_64_unknown_dragonfly = None [tree-sitter-d 0.3.2] HOST_CFLAGS = None [tree-sitter-d 0.3.2] CFLAGS = Some("-pipe -O2 -isystem /usr/local/include -fno-strict-aliasing ") [tree-sitter-d 0.3.2] CRATE_CC_NO_DEFAULTS = None [tree-sitter-d 0.3.2] DEBUG = Some("false") [tree-sitter-d 0.3.2] CARGO_CFG_TARGET_FEATURE = Some("fxsr,sse,sse2") [tree-sitter-d 0.3.2] CC_x86_64-unknown-dragonfly = None [tree-sitter-d 0.3.2] CC_x86_64_unknown_dragonfly = None [tree-sitter-d 0.3.2] HOST_CC = None [tree-sitter-d 0.3.2] CC = Some("cc") [tree-sitter-d 0.3.2] CFLAGS_x86_64-unknown-dragonfly = None [tree-sitter-d 0.3.2] CFLAGS_x86_64_unknown_dragonfly = None [tree-sitter-d 0.3.2] HOST_CFLAGS = None [tree-sitter-d 0.3.2] CFLAGS = Some("-pipe -O2 -isystem /usr/local/include -fno-strict-aliasing ") [tree-sitter-d 0.3.2] CRATE_CC_NO_DEFAULTS = None [tree-sitter-d 0.3.2] CARGO_CFG_TARGET_FEATURE = Some("fxsr,sse,sse2") [tree-sitter-clojure 0.1.0] running: "cc" "-O2" "-ffunction-sections" "-fdata-sections" "-fPIC" "-m64" "-pipe" "-O2" "-isystem" "/usr/local/include" "-fno-strict-aliasing" "-I" "src" "-Wno-unused-parameter" "-Wno-unused-but-set-variable" "-Wno-trigraphs" "-o" "/construction/editors/lapce/target/x86_64-unknown-dragonfly/release/build/tree-sitter-clojure-aef6ae910d66f1d5/out/src/parser.o" "-c" "src/parser.c" [tree-sitter-clojure 0.1.0] exit status: 0 Running `/construction/editors/lapce/target/release/build/tree-sitter-r-476a22ec9b1eb42b/build-script-build` Running `/construction/editors/lapce/target/release/build/tree-sitter-cpp-67e59f3f7bb2e4fb/build-script-build` [tree-sitter-d 0.3.2] CC_x86_64-unknown-dragonfly = None [tree-sitter-d 0.3.2] CC_x86_64_unknown_dragonfly = None [tree-sitter-d 0.3.2] HOST_CC = None [tree-sitter-d 0.3.2] CC = Some("cc") [tree-sitter-d 0.3.2] CFLAGS_x86_64-unknown-dragonfly = None [tree-sitter-d 0.3.2] CFLAGS_x86_64_unknown_dragonfly = None [tree-sitter-d 0.3.2] HOST_CFLAGS = None [tree-sitter-d 0.3.2] CFLAGS = Some("-pipe -O2 -isystem /usr/local/include -fno-strict-aliasing ") [tree-sitter-d 0.3.2] CRATE_CC_NO_DEFAULTS = None [tree-sitter-d 0.3.2] CARGO_CFG_TARGET_FEATURE = Some("fxsr,sse,sse2") [tree-sitter-cpp 0.20.0] cargo:rerun-if-changed=src/parser.c [zstd-sys 2.0.1+zstd.1.5.2] running: "cc" "-O3" "-ffunction-sections" "-fdata-sections" "-fPIC" "-m64" "-pipe" "-O2" "-isystem" "/usr/local/include" "-fno-strict-aliasing" "-I" "zstd/lib/" "-I" "zstd/lib/common" "-I" "zstd/lib/legacy" "-fvisibility=hidden" "-DZSTD_LIB_DEPRECATED=0" "-DXXH_PRIVATE_API=" "-DZSTDLIB_VISIBILITY=" "-DZDICTLIB_VISIBILITY=" "-DZSTDERRORLIB_VISIBILITY=" "-DZSTD_LEGACY_SUPPORT=1" "-o" "/construction/editors/lapce/target/x86_64-unknown-dragonfly/release/build/zstd-sys-04bdbafb9fc1b037/out/zstd/lib/common/zstd_common.o" "-c" "zstd/lib/common/zstd_common.c" [zstd-sys 2.0.1+zstd.1.5.2] exit status: 0 Running `/construction/editors/lapce/target/release/build/tree-sitter-kotlin-809ee4a94f9e6eef/build-script-build` [tree-sitter-kotlin 0.2.11] cargo:rerun-if-changed=src/scanner.c [tree-sitter-xml 0.0.1] TARGET = Some("x86_64-unknown-dragonfly") [tree-sitter-xml 0.0.1] OPT_LEVEL = Some("2") [tree-sitter-xml 0.0.1] HOST = Some("x86_64-unknown-dragonfly") [tree-sitter-xml 0.0.1] CC_x86_64-unknown-dragonfly = None [tree-sitter-xml 0.0.1] CC_x86_64_unknown_dragonfly = None [tree-sitter-xml 0.0.1] HOST_CC = None [tree-sitter-xml 0.0.1] CC = Some("cc") [tree-sitter-xml 0.0.1] CFLAGS_x86_64-unknown-dragonfly = None [tree-sitter-xml 0.0.1] CFLAGS_x86_64_unknown_dragonfly = None [tree-sitter-xml 0.0.1] HOST_CFLAGS = None [tree-sitter-xml 0.0.1] CFLAGS = Some("-pipe -O2 -isystem /usr/local/include -fno-strict-aliasing ") [tree-sitter-xml 0.0.1] CRATE_CC_NO_DEFAULTS = None [tree-sitter-xml 0.0.1] DEBUG = Some("false") [tree-sitter-xml 0.0.1] CARGO_CFG_TARGET_FEATURE = Some("fxsr,sse,sse2") [tree-sitter-xml 0.0.1] CC_x86_64-unknown-dragonfly = None [tree-sitter-xml 0.0.1] CC_x86_64_unknown_dragonfly = None [tree-sitter-xml 0.0.1] HOST_CC = None [tree-sitter-xml 0.0.1] CC = Some("cc") [tree-sitter-xml 0.0.1] CFLAGS_x86_64-unknown-dragonfly = None [tree-sitter-xml 0.0.1] CFLAGS_x86_64_unknown_dragonfly = None [tree-sitter-xml 0.0.1] HOST_CFLAGS = None [tree-sitter-xml 0.0.1] CFLAGS = Some("-pipe -O2 -isystem /usr/local/include -fno-strict-aliasing ") [tree-sitter-xml 0.0.1] CRATE_CC_NO_DEFAULTS = None [tree-sitter-xml 0.0.1] CARGO_CFG_TARGET_FEATURE = Some("fxsr,sse,sse2") [tree-sitter-xml 0.0.1] CC_x86_64-unknown-dragonfly = None [tree-sitter-xml 0.0.1] CC_x86_64_unknown_dragonfly = None [tree-sitter-xml 0.0.1] HOST_CC = None [tree-sitter-xml 0.0.1] CC = Some("cc") [tree-sitter-xml 0.0.1] CFLAGS_x86_64-unknown-dragonfly = None [tree-sitter-xml 0.0.1] CFLAGS_x86_64_unknown_dragonfly = None [tree-sitter-xml 0.0.1] HOST_CFLAGS = None [tree-sitter-xml 0.0.1] CFLAGS = Some("-pipe -O2 -isystem /usr/local/include -fno-strict-aliasing ") [tree-sitter-xml 0.0.1] CRATE_CC_NO_DEFAULTS = None [tree-sitter-xml 0.0.1] CARGO_CFG_TARGET_FEATURE = Some("fxsr,sse,sse2") [tree-sitter-d 0.3.2] CC_x86_64-unknown-dragonfly = None [tree-sitter-d 0.3.2] CC_x86_64_unknown_dragonfly = None [tree-sitter-d 0.3.2] HOST_CC = None [tree-sitter-d 0.3.2] CC = Some("cc") [tree-sitter-d 0.3.2] CFLAGS_x86_64-unknown-dragonfly = None [tree-sitter-d 0.3.2] CFLAGS_x86_64_unknown_dragonfly = None [tree-sitter-d 0.3.2] HOST_CFLAGS = None [tree-sitter-d 0.3.2] CFLAGS = Some("-pipe -O2 -isystem /usr/local/include -fno-strict-aliasing ") [tree-sitter-d 0.3.2] CRATE_CC_NO_DEFAULTS = None [tree-sitter-d 0.3.2] CARGO_CFG_TARGET_FEATURE = Some("fxsr,sse,sse2") [tree-sitter-xml 0.0.1] CC_x86_64-unknown-dragonfly = None [tree-sitter-xml 0.0.1] CC_x86_64_unknown_dragonfly = None [tree-sitter-xml 0.0.1] HOST_CC = None [tree-sitter-xml 0.0.1] CC = Some("cc") [tree-sitter-xml 0.0.1] CFLAGS_x86_64-unknown-dragonfly = None [tree-sitter-xml 0.0.1] CFLAGS_x86_64_unknown_dragonfly = None [tree-sitter-xml 0.0.1] HOST_CFLAGS = None [tree-sitter-xml 0.0.1] CFLAGS = Some("-pipe -O2 -isystem /usr/local/include -fno-strict-aliasing ") [tree-sitter-xml 0.0.1] CRATE_CC_NO_DEFAULTS = None [tree-sitter-xml 0.0.1] CARGO_CFG_TARGET_FEATURE = Some("fxsr,sse,sse2") [tree-sitter-d 0.3.2] running: "cc" "-O2" "-ffunction-sections" "-fdata-sections" "-fPIC" "-m64" "-pipe" "-O2" "-isystem" "/usr/local/include" "-fno-strict-aliasing" "-I" "src" "-Wno-unused-parameter" "-Wno-unused-but-set-variable" "-Wno-trigraphs" "-o" "/construction/editors/lapce/target/x86_64-unknown-dragonfly/release/build/tree-sitter-d-d04fe7650e43a47b/out/src/parser.o" "-c" "src/parser.c" [tree-sitter-d 0.3.2] running: "cc" "-O2" "-ffunction-sections" "-fdata-sections" "-fPIC" "-m64" "-pipe" "-O2" "-isystem" "/usr/local/include" "-fno-strict-aliasing" "-I" "src" "-Wno-unused-parameter" "-Wno-unused-but-set-variable" "-Wno-trigraphs" "-o" "/construction/editors/lapce/target/x86_64-unknown-dragonfly/release/build/tree-sitter-d-d04fe7650e43a47b/out/src/scanner.o" "-c" "src/scanner.c" [tree-sitter-d 0.3.2] exit status: 0 [tree-sitter-xml 0.0.1] running: "cc" "-O2" "-ffunction-sections" "-fdata-sections" "-fPIC" "-m64" "-pipe" "-O2" "-isystem" "/usr/local/include" "-fno-strict-aliasing" "-I" "src" "-Wno-unused-parameter" "-Wno-unused-but-set-variable" "-Wno-trigraphs" "-o" "/construction/editors/lapce/target/x86_64-unknown-dragonfly/release/build/tree-sitter-xml-9b8bc6522f04293e/out/src/parser.o" "-c" "src/parser.c" [tree-sitter-xml 0.0.1] exit status: 0 Running `/construction/editors/lapce/target/release/build/tree-sitter-dockerfile-accb8bb10204b38e/build-script-build` [tree-sitter-json 0.20.0] TARGET = Some("x86_64-unknown-dragonfly") [tree-sitter-json 0.20.0] OPT_LEVEL = Some("2") [tree-sitter-json 0.20.0] HOST = Some("x86_64-unknown-dragonfly") [tree-sitter-json 0.20.0] CC_x86_64-unknown-dragonfly = None [tree-sitter-json 0.20.0] CC_x86_64_unknown_dragonfly = None [tree-sitter-json 0.20.0] HOST_CC = None [tree-sitter-json 0.20.0] CC = Some("cc") [tree-sitter-json 0.20.0] CFLAGS_x86_64-unknown-dragonfly = None [tree-sitter-json 0.20.0] CFLAGS_x86_64_unknown_dragonfly = None [tree-sitter-json 0.20.0] HOST_CFLAGS = None [tree-sitter-json 0.20.0] CFLAGS = Some("-pipe -O2 -isystem /usr/local/include -fno-strict-aliasing ") [tree-sitter-json 0.20.0] CRATE_CC_NO_DEFAULTS = None [tree-sitter-json 0.20.0] DEBUG = Some("false") [tree-sitter-json 0.20.0] CARGO_CFG_TARGET_FEATURE = Some("fxsr,sse,sse2") [tree-sitter-json 0.20.0] CC_x86_64-unknown-dragonfly = None [tree-sitter-json 0.20.0] CC_x86_64_unknown_dragonfly = None [tree-sitter-json 0.20.0] HOST_CC = None [tree-sitter-json 0.20.0] CC = Some("cc") [tree-sitter-json 0.20.0] CFLAGS_x86_64-unknown-dragonfly = None [tree-sitter-json 0.20.0] CFLAGS_x86_64_unknown_dragonfly = None [tree-sitter-json 0.20.0] HOST_CFLAGS = None [tree-sitter-json 0.20.0] CFLAGS = Some("-pipe -O2 -isystem /usr/local/include -fno-strict-aliasing ") [tree-sitter-json 0.20.0] CRATE_CC_NO_DEFAULTS = None [tree-sitter-json 0.20.0] CARGO_CFG_TARGET_FEATURE = Some("fxsr,sse,sse2") [tree-sitter-json 0.20.0] CC_x86_64-unknown-dragonfly = None [tree-sitter-json 0.20.0] CC_x86_64_unknown_dragonfly = None [tree-sitter-json 0.20.0] HOST_CC = None [tree-sitter-json 0.20.0] CC = Some("cc") [tree-sitter-json 0.20.0] CFLAGS_x86_64-unknown-dragonfly = None [tree-sitter-json 0.20.0] CFLAGS_x86_64_unknown_dragonfly = None [tree-sitter-json 0.20.0] HOST_CFLAGS = None [tree-sitter-json 0.20.0] CFLAGS = Some("-pipe -O2 -isystem /usr/local/include -fno-strict-aliasing ") [tree-sitter-json 0.20.0] CRATE_CC_NO_DEFAULTS = None [tree-sitter-json 0.20.0] CARGO_CFG_TARGET_FEATURE = Some("fxsr,sse,sse2") [tree-sitter-json 0.20.0] CC_x86_64-unknown-dragonfly = None [tree-sitter-json 0.20.0] CC_x86_64_unknown_dragonfly = None [tree-sitter-json 0.20.0] HOST_CC = None [tree-sitter-json 0.20.0] CC = Some("cc") [tree-sitter-json 0.20.0] CFLAGS_x86_64-unknown-dragonfly = None [tree-sitter-json 0.20.0] CFLAGS_x86_64_unknown_dragonfly = None [tree-sitter-json 0.20.0] HOST_CFLAGS = None [tree-sitter-json 0.20.0] CFLAGS = Some("-pipe -O2 -isystem /usr/local/include -fno-strict-aliasing ") [tree-sitter-json 0.20.0] CRATE_CC_NO_DEFAULTS = None [tree-sitter-json 0.20.0] CARGO_CFG_TARGET_FEATURE = Some("fxsr,sse,sse2") [tree-sitter-json 0.20.0] running: "cc" "-O2" "-ffunction-sections" "-fdata-sections" "-fPIC" "-m64" "-pipe" "-O2" "-isystem" "/usr/local/include" "-fno-strict-aliasing" "-I" "src" "-Wno-unused-parameter" "-Wno-unused-but-set-variable" "-Wno-trigraphs" "-o" "/construction/editors/lapce/target/x86_64-unknown-dragonfly/release/build/tree-sitter-json-81038adae2c5cfbe/out/src/parser.o" "-c" "src/parser.c" [tree-sitter-json 0.20.0] exit status: 0 Running `/construction/editors/lapce/target/release/build/tree-sitter-go-57dd42c0ec9ae56c/build-script-build` [tree-sitter-go 0.19.1] cargo:rerun-if-changed=src/parser.c [zstd-sys 2.0.1+zstd.1.5.2] running: "cc" "-O3" "-ffunction-sections" "-fdata-sections" "-fPIC" "-m64" "-pipe" "-O2" "-isystem" "/usr/local/include" "-fno-strict-aliasing" "-I" "zstd/lib/" "-I" "zstd/lib/common" "-I" "zstd/lib/legacy" "-fvisibility=hidden" "-DZSTD_LIB_DEPRECATED=0" "-DXXH_PRIVATE_API=" "-DZSTDLIB_VISIBILITY=" "-DZDICTLIB_VISIBILITY=" "-DZSTDERRORLIB_VISIBILITY=" "-DZSTD_LEGACY_SUPPORT=1" "-o" "/construction/editors/lapce/target/x86_64-unknown-dragonfly/release/build/zstd-sys-04bdbafb9fc1b037/out/zstd/lib/compress/fse_compress.o" "-c" "zstd/lib/compress/fse_compress.c" [zstd-sys 2.0.1+zstd.1.5.2] exit status: 0 warning: `scoped_threadpool` (lib) generated 1 warning Running `/construction/editors/lapce/target/release/build/tree-sitter-ql-1d0f15d65d8cfed3/build-script-build` [zstd-sys 2.0.1+zstd.1.5.2] running: "cc" "-O3" "-ffunction-sections" "-fdata-sections" "-fPIC" "-m64" "-pipe" "-O2" "-isystem" "/usr/local/include" "-fno-strict-aliasing" "-I" "zstd/lib/" "-I" "zstd/lib/common" "-I" "zstd/lib/legacy" "-fvisibility=hidden" "-DZSTD_LIB_DEPRECATED=0" "-DXXH_PRIVATE_API=" "-DZSTDLIB_VISIBILITY=" "-DZDICTLIB_VISIBILITY=" "-DZSTDERRORLIB_VISIBILITY=" "-DZSTD_LEGACY_SUPPORT=1" "-o" "/construction/editors/lapce/target/x86_64-unknown-dragonfly/release/build/zstd-sys-04bdbafb9fc1b037/out/zstd/lib/compress/hist.o" "-c" "zstd/lib/compress/hist.c" [zstd-sys 2.0.1+zstd.1.5.2] exit status: 0 [tree-sitter-hare 0.20.7] TARGET = Some("x86_64-unknown-dragonfly") [tree-sitter-hare 0.20.7] OPT_LEVEL = Some("2") [tree-sitter-hare 0.20.7] HOST = Some("x86_64-unknown-dragonfly") [tree-sitter-hare 0.20.7] CC_x86_64-unknown-dragonfly = None [tree-sitter-hare 0.20.7] CC_x86_64_unknown_dragonfly = None [tree-sitter-hare 0.20.7] HOST_CC = None [tree-sitter-hare 0.20.7] CC = Some("cc") [tree-sitter-hare 0.20.7] CFLAGS_x86_64-unknown-dragonfly = None [tree-sitter-hare 0.20.7] CFLAGS_x86_64_unknown_dragonfly = None [tree-sitter-hare 0.20.7] HOST_CFLAGS = None [tree-sitter-hare 0.20.7] CFLAGS = Some("-pipe -O2 -isystem /usr/local/include -fno-strict-aliasing ") [tree-sitter-hare 0.20.7] CRATE_CC_NO_DEFAULTS = None [tree-sitter-hare 0.20.7] DEBUG = Some("false") [tree-sitter-hare 0.20.7] CARGO_CFG_TARGET_FEATURE = Some("fxsr,sse,sse2") [tree-sitter-hare 0.20.7] CC_x86_64-unknown-dragonfly = None [tree-sitter-hare 0.20.7] CC_x86_64_unknown_dragonfly = None [tree-sitter-hare 0.20.7] HOST_CC = None [tree-sitter-hare 0.20.7] CC = Some("cc") [tree-sitter-hare 0.20.7] CFLAGS_x86_64-unknown-dragonfly = None [tree-sitter-hare 0.20.7] CFLAGS_x86_64_unknown_dragonfly = None [tree-sitter-hare 0.20.7] HOST_CFLAGS = None [tree-sitter-hare 0.20.7] CFLAGS = Some("-pipe -O2 -isystem /usr/local/include -fno-strict-aliasing ") [tree-sitter-hare 0.20.7] CRATE_CC_NO_DEFAULTS = None [tree-sitter-hare 0.20.7] CARGO_CFG_TARGET_FEATURE = Some("fxsr,sse,sse2") [tree-sitter-hare 0.20.7] CC_x86_64-unknown-dragonfly = None [tree-sitter-hare 0.20.7] CC_x86_64_unknown_dragonfly = None [tree-sitter-hare 0.20.7] HOST_CC = None [tree-sitter-hare 0.20.7] CC = Some("cc") [tree-sitter-hare 0.20.7] CFLAGS_x86_64-unknown-dragonfly = None [tree-sitter-hare 0.20.7] CFLAGS_x86_64_unknown_dragonfly = None [tree-sitter-hare 0.20.7] HOST_CFLAGS = None [tree-sitter-hare 0.20.7] CFLAGS = Some("-pipe -O2 -isystem /usr/local/include -fno-strict-aliasing ") [tree-sitter-hare 0.20.7] CRATE_CC_NO_DEFAULTS = None [tree-sitter-hare 0.20.7] CARGO_CFG_TARGET_FEATURE = Some("fxsr,sse,sse2") [tree-sitter-hare 0.20.7] CC_x86_64-unknown-dragonfly = None [tree-sitter-hare 0.20.7] CC_x86_64_unknown_dragonfly = None [tree-sitter-hare 0.20.7] HOST_CC = None [tree-sitter-hare 0.20.7] CC = Some("cc") [tree-sitter-hare 0.20.7] CFLAGS_x86_64-unknown-dragonfly = None [tree-sitter-hare 0.20.7] CFLAGS_x86_64_unknown_dragonfly = None [tree-sitter-hare 0.20.7] HOST_CFLAGS = None [tree-sitter-hare 0.20.7] CFLAGS = Some("-pipe -O2 -isystem /usr/local/include -fno-strict-aliasing ") [tree-sitter-hare 0.20.7] CRATE_CC_NO_DEFAULTS = None [tree-sitter-hare 0.20.7] CARGO_CFG_TARGET_FEATURE = Some("fxsr,sse,sse2") [tree-sitter-hare 0.20.7] running: "cc" "-O2" "-ffunction-sections" "-fdata-sections" "-fPIC" "-m64" "-pipe" "-O2" "-isystem" "/usr/local/include" "-fno-strict-aliasing" "-I" "src" "-Wno-unused-parameter" "-Wno-unused-but-set-variable" "-Wno-trigraphs" "-o" "/construction/editors/lapce/target/x86_64-unknown-dragonfly/release/build/tree-sitter-hare-e9a70ab2f3915fd3/out/src/parser.o" "-c" "src/parser.c" [tree-sitter-hare 0.20.7] exit status: 0 [tree-sitter-dockerfile 0.1.0] TARGET = Some("x86_64-unknown-dragonfly") [tree-sitter-dockerfile 0.1.0] OPT_LEVEL = Some("2") [tree-sitter-dockerfile 0.1.0] HOST = Some("x86_64-unknown-dragonfly") [tree-sitter-dockerfile 0.1.0] CC_x86_64-unknown-dragonfly = None [tree-sitter-dockerfile 0.1.0] CC_x86_64_unknown_dragonfly = None [tree-sitter-dockerfile 0.1.0] HOST_CC = None [tree-sitter-dockerfile 0.1.0] CC = Some("cc") [tree-sitter-dockerfile 0.1.0] CFLAGS_x86_64-unknown-dragonfly = None [tree-sitter-dockerfile 0.1.0] CFLAGS_x86_64_unknown_dragonfly = None [tree-sitter-dockerfile 0.1.0] HOST_CFLAGS = None [tree-sitter-dockerfile 0.1.0] CFLAGS = Some("-pipe -O2 -isystem /usr/local/include -fno-strict-aliasing ") [tree-sitter-dockerfile 0.1.0] CRATE_CC_NO_DEFAULTS = None [tree-sitter-dockerfile 0.1.0] DEBUG = Some("false") [tree-sitter-dockerfile 0.1.0] CARGO_CFG_TARGET_FEATURE = Some("fxsr,sse,sse2") [tree-sitter-dockerfile 0.1.0] CC_x86_64-unknown-dragonfly = None [tree-sitter-dockerfile 0.1.0] CC_x86_64_unknown_dragonfly = None [tree-sitter-dockerfile 0.1.0] HOST_CC = None [tree-sitter-dockerfile 0.1.0] CC = Some("cc") [tree-sitter-dockerfile 0.1.0] CFLAGS_x86_64-unknown-dragonfly = None [tree-sitter-dockerfile 0.1.0] CFLAGS_x86_64_unknown_dragonfly = None [tree-sitter-dockerfile 0.1.0] HOST_CFLAGS = None [tree-sitter-dockerfile 0.1.0] CFLAGS = Some("-pipe -O2 -isystem /usr/local/include -fno-strict-aliasing ") [tree-sitter-dockerfile 0.1.0] CRATE_CC_NO_DEFAULTS = None [tree-sitter-dockerfile 0.1.0] CARGO_CFG_TARGET_FEATURE = Some("fxsr,sse,sse2") [tree-sitter-bash 0.19.0] TARGET = Some("x86_64-unknown-dragonfly") [tree-sitter-bash 0.19.0] OPT_LEVEL = Some("2") [tree-sitter-bash 0.19.0] HOST = Some("x86_64-unknown-dragonfly") [tree-sitter-bash 0.19.0] CC_x86_64-unknown-dragonfly = None [tree-sitter-bash 0.19.0] CC_x86_64_unknown_dragonfly = None [tree-sitter-bash 0.19.0] HOST_CC = None [tree-sitter-bash 0.19.0] CC = Some("cc") [tree-sitter-bash 0.19.0] CFLAGS_x86_64-unknown-dragonfly = None [tree-sitter-bash 0.19.0] CFLAGS_x86_64_unknown_dragonfly = None [tree-sitter-bash 0.19.0] HOST_CFLAGS = None [tree-sitter-bash 0.19.0] CFLAGS = Some("-pipe -O2 -isystem /usr/local/include -fno-strict-aliasing ") [tree-sitter-bash 0.19.0] CRATE_CC_NO_DEFAULTS = None [tree-sitter-bash 0.19.0] DEBUG = Some("false") [tree-sitter-bash 0.19.0] CARGO_CFG_TARGET_FEATURE = Some("fxsr,sse,sse2") [tree-sitter-bash 0.19.0] CC_x86_64-unknown-dragonfly = None [tree-sitter-bash 0.19.0] CC_x86_64_unknown_dragonfly = None [tree-sitter-bash 0.19.0] HOST_CC = None [tree-sitter-bash 0.19.0] CC = Some("cc") [tree-sitter-bash 0.19.0] CFLAGS_x86_64-unknown-dragonfly = None [tree-sitter-bash 0.19.0] CFLAGS_x86_64_unknown_dragonfly = None [tree-sitter-bash 0.19.0] HOST_CFLAGS = None [tree-sitter-bash 0.19.0] CFLAGS = Some("-pipe -O2 -isystem /usr/local/include -fno-strict-aliasing ") [tree-sitter-bash 0.19.0] CRATE_CC_NO_DEFAULTS = None [tree-sitter-bash 0.19.0] CARGO_CFG_TARGET_FEATURE = Some("fxsr,sse,sse2") [tree-sitter-bash 0.19.0] CC_x86_64-unknown-dragonfly = None [tree-sitter-bash 0.19.0] CC_x86_64_unknown_dragonfly = None [tree-sitter-bash 0.19.0] HOST_CC = None [tree-sitter-bash 0.19.0] CC = Some("cc") [tree-sitter-bash 0.19.0] CFLAGS_x86_64-unknown-dragonfly = None [tree-sitter-bash 0.19.0] CFLAGS_x86_64_unknown_dragonfly = None [tree-sitter-bash 0.19.0] HOST_CFLAGS = None [tree-sitter-bash 0.19.0] CFLAGS = Some("-pipe -O2 -isystem /usr/local/include -fno-strict-aliasing ") [tree-sitter-bash 0.19.0] CRATE_CC_NO_DEFAULTS = None [tree-sitter-bash 0.19.0] CARGO_CFG_TARGET_FEATURE = Some("fxsr,sse,sse2") [tree-sitter-dockerfile 0.1.0] CC_x86_64-unknown-dragonfly = None [tree-sitter-dockerfile 0.1.0] CC_x86_64_unknown_dragonfly = None [tree-sitter-dockerfile 0.1.0] HOST_CC = None [tree-sitter-dockerfile 0.1.0] CC = Some("cc") [tree-sitter-dockerfile 0.1.0] CFLAGS_x86_64-unknown-dragonfly = None [tree-sitter-dockerfile 0.1.0] CFLAGS_x86_64_unknown_dragonfly = None [tree-sitter-dockerfile 0.1.0] HOST_CFLAGS = None [tree-sitter-dockerfile 0.1.0] CFLAGS = Some("-pipe -O2 -isystem /usr/local/include -fno-strict-aliasing ") [tree-sitter-dockerfile 0.1.0] CRATE_CC_NO_DEFAULTS = None [tree-sitter-dockerfile 0.1.0] CARGO_CFG_TARGET_FEATURE = Some("fxsr,sse,sse2") [tree-sitter-bash 0.19.0] CC_x86_64-unknown-dragonfly = None [tree-sitter-bash 0.19.0] CC_x86_64_unknown_dragonfly = None [tree-sitter-bash 0.19.0] HOST_CC = None [tree-sitter-bash 0.19.0] CC = Some("cc") [tree-sitter-bash 0.19.0] CFLAGS_x86_64-unknown-dragonfly = None [tree-sitter-bash 0.19.0] CFLAGS_x86_64_unknown_dragonfly = None [tree-sitter-bash 0.19.0] HOST_CFLAGS = None [tree-sitter-bash 0.19.0] CFLAGS = Some("-pipe -O2 -isystem /usr/local/include -fno-strict-aliasing ") [tree-sitter-bash 0.19.0] CRATE_CC_NO_DEFAULTS = None [tree-sitter-bash 0.19.0] CARGO_CFG_TARGET_FEATURE = Some("fxsr,sse,sse2") [tree-sitter-dockerfile 0.1.0] CC_x86_64-unknown-dragonfly = None [tree-sitter-dockerfile 0.1.0] CC_x86_64_unknown_dragonfly = None [tree-sitter-dockerfile 0.1.0] HOST_CC = None [tree-sitter-dockerfile 0.1.0] CC = Some("cc") [tree-sitter-dockerfile 0.1.0] CFLAGS_x86_64-unknown-dragonfly = None [tree-sitter-dockerfile 0.1.0] CFLAGS_x86_64_unknown_dragonfly = None [tree-sitter-dockerfile 0.1.0] HOST_CFLAGS = None [tree-sitter-dockerfile 0.1.0] CFLAGS = Some("-pipe -O2 -isystem /usr/local/include -fno-strict-aliasing ") [tree-sitter-dockerfile 0.1.0] CRATE_CC_NO_DEFAULTS = None [tree-sitter-dockerfile 0.1.0] CARGO_CFG_TARGET_FEATURE = Some("fxsr,sse,sse2") [tree-sitter-bash 0.19.0] running: "cc" "-O2" "-ffunction-sections" "-fdata-sections" "-fPIC" "-m64" "-pipe" "-O2" "-isystem" "/usr/local/include" "-fno-strict-aliasing" "-I" "src" "-Wno-unused-parameter" "-Wno-unused-but-set-variable" "-Wno-trigraphs" "-o" "/construction/editors/lapce/target/x86_64-unknown-dragonfly/release/build/tree-sitter-bash-f733edde7efd0e8d/out/src/parser.o" "-c" "src/parser.c" [tree-sitter-bash 0.19.0] exit status: 0 [zstd-sys 2.0.1+zstd.1.5.2] running: "cc" "-O3" "-ffunction-sections" "-fdata-sections" "-fPIC" "-m64" "-pipe" "-O2" "-isystem" "/usr/local/include" "-fno-strict-aliasing" "-I" "zstd/lib/" "-I" "zstd/lib/common" "-I" "zstd/lib/legacy" "-fvisibility=hidden" "-DZSTD_LIB_DEPRECATED=0" "-DXXH_PRIVATE_API=" "-DZSTDLIB_VISIBILITY=" "-DZDICTLIB_VISIBILITY=" "-DZSTDERRORLIB_VISIBILITY=" "-DZSTD_LEGACY_SUPPORT=1" "-o" "/construction/editors/lapce/target/x86_64-unknown-dragonfly/release/build/zstd-sys-04bdbafb9fc1b037/out/zstd/lib/compress/huf_compress.o" "-c" "zstd/lib/compress/huf_compress.c" [tree-sitter-ql 0.19.0] TARGET = Some("x86_64-unknown-dragonfly") [tree-sitter-ql 0.19.0] OPT_LEVEL = Some("2") [tree-sitter-ql 0.19.0] HOST = Some("x86_64-unknown-dragonfly") [tree-sitter-ql 0.19.0] CC_x86_64-unknown-dragonfly = None [tree-sitter-ql 0.19.0] CC_x86_64_unknown_dragonfly = None [tree-sitter-ql 0.19.0] HOST_CC = None [tree-sitter-ql 0.19.0] CC = Some("cc") [tree-sitter-ql 0.19.0] CFLAGS_x86_64-unknown-dragonfly = None [tree-sitter-ql 0.19.0] CFLAGS_x86_64_unknown_dragonfly = None [tree-sitter-ql 0.19.0] HOST_CFLAGS = None [tree-sitter-ql 0.19.0] CFLAGS = Some("-pipe -O2 -isystem /usr/local/include -fno-strict-aliasing ") [tree-sitter-ql 0.19.0] CRATE_CC_NO_DEFAULTS = None [tree-sitter-ql 0.19.0] DEBUG = Some("false") [tree-sitter-ql 0.19.0] CARGO_CFG_TARGET_FEATURE = Some("fxsr,sse,sse2") [tree-sitter-ql 0.19.0] CC_x86_64-unknown-dragonfly = None [tree-sitter-ql 0.19.0] CC_x86_64_unknown_dragonfly = None [tree-sitter-ql 0.19.0] HOST_CC = None [tree-sitter-ql 0.19.0] CC = Some("cc") [tree-sitter-ql 0.19.0] CFLAGS_x86_64-unknown-dragonfly = None [tree-sitter-ql 0.19.0] CFLAGS_x86_64_unknown_dragonfly = None [tree-sitter-ql 0.19.0] HOST_CFLAGS = None [tree-sitter-ql 0.19.0] CFLAGS = Some("-pipe -O2 -isystem /usr/local/include -fno-strict-aliasing ") [tree-sitter-ql 0.19.0] CRATE_CC_NO_DEFAULTS = None [tree-sitter-ql 0.19.0] CARGO_CFG_TARGET_FEATURE = Some("fxsr,sse,sse2") [tree-sitter-dockerfile 0.1.0] running: "cc" "-O2" "-ffunction-sections" "-fdata-sections" "-fPIC" "-m64" "-pipe" "-O2" "-isystem" "/usr/local/include" "-fno-strict-aliasing" "-I" "src" "-Wno-unused-parameter" "-Wno-unused-but-set-variable" "-Wno-trigraphs" "-o" "/construction/editors/lapce/target/x86_64-unknown-dragonfly/release/build/tree-sitter-dockerfile-81e734e3e377c287/out/src/parser.o" "-c" "src/parser.c" [zstd-sys 2.0.1+zstd.1.5.2] exit status: 0 [tree-sitter-bash 0.19.0] AR_x86_64-unknown-dragonfly = None [tree-sitter-bash 0.19.0] AR_x86_64_unknown_dragonfly = None [tree-sitter-bash 0.19.0] HOST_AR = None [tree-sitter-bash 0.19.0] AR = None [tree-sitter-bash 0.19.0] running: ZERO_AR_DATE="1" "ar" "cq" "/construction/editors/lapce/target/x86_64-unknown-dragonfly/release/build/tree-sitter-bash-f733edde7efd0e8d/out/libparser.a" "/construction/editors/lapce/target/x86_64-unknown-dragonfly/release/build/tree-sitter-bash-f733edde7efd0e8d/out/src/parser.o" [tree-sitter-dockerfile 0.1.0] exit status: 0 [tree-sitter-hare 0.20.7] AR_x86_64-unknown-dragonfly = None [tree-sitter-hare 0.20.7] AR_x86_64_unknown_dragonfly = None [tree-sitter-hare 0.20.7] HOST_AR = None [tree-sitter-hare 0.20.7] AR = None [tree-sitter-hare 0.20.7] running: ZERO_AR_DATE="1" "ar" "cq" "/construction/editors/lapce/target/x86_64-unknown-dragonfly/release/build/tree-sitter-hare-e9a70ab2f3915fd3/out/libparser.a" "/construction/editors/lapce/target/x86_64-unknown-dragonfly/release/build/tree-sitter-hare-e9a70ab2f3915fd3/out/src/parser.o" [tree-sitter-bash 0.19.0] exit status: 0 [tree-sitter-bash 0.19.0] running: "ar" "s" "/construction/editors/lapce/target/x86_64-unknown-dragonfly/release/build/tree-sitter-bash-f733edde7efd0e8d/out/libparser.a" [tree-sitter-hare 0.20.7] exit status: 0 [tree-sitter-hare 0.20.7] running: "ar" "s" "/construction/editors/lapce/target/x86_64-unknown-dragonfly/release/build/tree-sitter-hare-e9a70ab2f3915fd3/out/libparser.a" [tree-sitter-bash 0.19.0] exit status: 0 [tree-sitter-bash 0.19.0] cargo:rustc-link-lib=static=parser [tree-sitter-bash 0.19.0] cargo:rustc-link-search=native=/construction/editors/lapce/target/x86_64-unknown-dragonfly/release/build/tree-sitter-bash-f733edde7efd0e8d/out [tree-sitter-bash 0.19.0] cargo:rerun-if-changed=src/parser.c [zstd-sys 2.0.1+zstd.1.5.2] running: "cc" "-O3" "-ffunction-sections" "-fdata-sections" "-fPIC" "-m64" "-pipe" "-O2" "-isystem" "/usr/local/include" "-fno-strict-aliasing" "-I" "zstd/lib/" "-I" "zstd/lib/common" "-I" "zstd/lib/legacy" "-fvisibility=hidden" "-DZSTD_LIB_DEPRECATED=0" "-DXXH_PRIVATE_API=" "-DZSTDLIB_VISIBILITY=" "-DZDICTLIB_VISIBILITY=" "-DZSTDERRORLIB_VISIBILITY=" "-DZSTD_LEGACY_SUPPORT=1" "-o" "/construction/editors/lapce/target/x86_64-unknown-dragonfly/release/build/zstd-sys-04bdbafb9fc1b037/out/zstd/lib/compress/zstd_compress.o" "-c" "zstd/lib/compress/zstd_compress.c" [tree-sitter-hare 0.20.7] exit status: 0 [tree-sitter-hare 0.20.7] cargo:rustc-link-lib=static=parser [tree-sitter-hare 0.20.7] cargo:rustc-link-search=native=/construction/editors/lapce/target/x86_64-unknown-dragonfly/release/build/tree-sitter-hare-e9a70ab2f3915fd3/out [tree-sitter-hare 0.20.7] cargo:rerun-if-changed=src/parser.c Running `/construction/editors/lapce/target/release/build/tree-sitter-julia-df42319f59c245cd/build-script-build` [tree-sitter-julia 0.19.0] TARGET = Some("x86_64-unknown-dragonfly") [tree-sitter-julia 0.19.0] OPT_LEVEL = Some("2") [tree-sitter-julia 0.19.0] HOST = Some("x86_64-unknown-dragonfly") [tree-sitter-julia 0.19.0] CC_x86_64-unknown-dragonfly = None [tree-sitter-julia 0.19.0] CC_x86_64_unknown_dragonfly = None [tree-sitter-julia 0.19.0] HOST_CC = None [tree-sitter-julia 0.19.0] CC = Some("cc") [tree-sitter-julia 0.19.0] CFLAGS_x86_64-unknown-dragonfly = None [tree-sitter-julia 0.19.0] CFLAGS_x86_64_unknown_dragonfly = None [tree-sitter-julia 0.19.0] HOST_CFLAGS = None [tree-sitter-julia 0.19.0] CFLAGS = Some("-pipe -O2 -isystem /usr/local/include -fno-strict-aliasing ") [zstd-sys 2.0.1+zstd.1.5.2] exit status: 0 [tree-sitter-julia 0.19.0] CRATE_CC_NO_DEFAULTS = None [tree-sitter-julia 0.19.0] DEBUG = Some("false") [tree-sitter-julia 0.19.0] CARGO_CFG_TARGET_FEATURE = Some("fxsr,sse,sse2") [tree-sitter-julia 0.19.0] CC_x86_64-unknown-dragonfly = None [tree-sitter-julia 0.19.0] CC_x86_64_unknown_dragonfly = None [tree-sitter-julia 0.19.0] HOST_CC = None [tree-sitter-julia 0.19.0] CC = Some("cc") [tree-sitter-julia 0.19.0] CFLAGS_x86_64-unknown-dragonfly = None [tree-sitter-julia 0.19.0] CFLAGS_x86_64_unknown_dragonfly = None [tree-sitter-julia 0.19.0] HOST_CFLAGS = None [tree-sitter-julia 0.19.0] CFLAGS = Some("-pipe -O2 -isystem /usr/local/include -fno-strict-aliasing ") [tree-sitter-julia 0.19.0] CRATE_CC_NO_DEFAULTS = None [tree-sitter-julia 0.19.0] CARGO_CFG_TARGET_FEATURE = Some("fxsr,sse,sse2") [tree-sitter-julia 0.19.0] CC_x86_64-unknown-dragonfly = None [tree-sitter-julia 0.19.0] CC_x86_64_unknown_dragonfly = None [tree-sitter-julia 0.19.0] HOST_CC = None [tree-sitter-julia 0.19.0] CC = Some("cc") [tree-sitter-julia 0.19.0] CFLAGS_x86_64-unknown-dragonfly = None [tree-sitter-julia 0.19.0] CFLAGS_x86_64_unknown_dragonfly = None [tree-sitter-julia 0.19.0] HOST_CFLAGS = None [tree-sitter-julia 0.19.0] CFLAGS = Some("-pipe -O2 -isystem /usr/local/include -fno-strict-aliasing ") [tree-sitter-julia 0.19.0] CRATE_CC_NO_DEFAULTS = None [tree-sitter-julia 0.19.0] CARGO_CFG_TARGET_FEATURE = Some("fxsr,sse,sse2") Running `/construction/editors/lapce/target/release/build/tree-sitter-php-6ae0376e7d495f5f/build-script-build` [tree-sitter-julia 0.19.0] CC_x86_64-unknown-dragonfly = None [tree-sitter-julia 0.19.0] CC_x86_64_unknown_dragonfly = None [tree-sitter-julia 0.19.0] HOST_CC = None [tree-sitter-julia 0.19.0] CC = Some("cc") [tree-sitter-julia 0.19.0] CFLAGS_x86_64-unknown-dragonfly = None [tree-sitter-julia 0.19.0] CFLAGS_x86_64_unknown_dragonfly = None [tree-sitter-julia 0.19.0] HOST_CFLAGS = None [tree-sitter-julia 0.19.0] CFLAGS = Some("-pipe -O2 -isystem /usr/local/include -fno-strict-aliasing ") [tree-sitter-julia 0.19.0] CRATE_CC_NO_DEFAULTS = None [tree-sitter-julia 0.19.0] CARGO_CFG_TARGET_FEATURE = Some("fxsr,sse,sse2") [tree-sitter-php 0.19.1] cargo:rerun-if-changed=src/parser.c [zstd-sys 2.0.1+zstd.1.5.2] running: "cc" "-O3" "-ffunction-sections" "-fdata-sections" "-fPIC" "-m64" "-pipe" "-O2" "-isystem" "/usr/local/include" "-fno-strict-aliasing" "-I" "zstd/lib/" "-I" "zstd/lib/common" "-I" "zstd/lib/legacy" "-fvisibility=hidden" "-DZSTD_LIB_DEPRECATED=0" "-DXXH_PRIVATE_API=" "-DZSTDLIB_VISIBILITY=" "-DZDICTLIB_VISIBILITY=" "-DZSTDERRORLIB_VISIBILITY=" "-DZSTD_LEGACY_SUPPORT=1" "-o" "/construction/editors/lapce/target/x86_64-unknown-dragonfly/release/build/zstd-sys-04bdbafb9fc1b037/out/zstd/lib/compress/zstd_compress_literals.o" "-c" "zstd/lib/compress/zstd_compress_literals.c" [zstd-sys 2.0.1+zstd.1.5.2] exit status: 0 Running `/construction/editors/lapce/target/release/build/tree-sitter-toml-f2d84356a482dece/build-script-build` [tree-sitter-ql 0.19.0] CC_x86_64-unknown-dragonfly = None [tree-sitter-ql 0.19.0] CC_x86_64_unknown_dragonfly = None [tree-sitter-ql 0.19.0] HOST_CC = None [tree-sitter-ql 0.19.0] CC = Some("cc") [tree-sitter-ql 0.19.0] CFLAGS_x86_64-unknown-dragonfly = None [tree-sitter-ql 0.19.0] CFLAGS_x86_64_unknown_dragonfly = None [tree-sitter-ql 0.19.0] HOST_CFLAGS = None [tree-sitter-ql 0.19.0] CFLAGS = Some("-pipe -O2 -isystem /usr/local/include -fno-strict-aliasing ") [tree-sitter-ql 0.19.0] CRATE_CC_NO_DEFAULTS = None [tree-sitter-ql 0.19.0] CARGO_CFG_TARGET_FEATURE = Some("fxsr,sse,sse2") [tree-sitter-toml 0.20.0] cargo:rerun-if-changed=src/parser.c [tree-sitter-toml 0.20.0] cargo:rerun-if-changed=src/scanner.c [tree-sitter-toml 0.20.0] TARGET = Some("x86_64-unknown-dragonfly") [tree-sitter-toml 0.20.0] OPT_LEVEL = Some("2") [tree-sitter-toml 0.20.0] HOST = Some("x86_64-unknown-dragonfly") [tree-sitter-toml 0.20.0] CC_x86_64-unknown-dragonfly = None [tree-sitter-toml 0.20.0] CC_x86_64_unknown_dragonfly = None [tree-sitter-toml 0.20.0] HOST_CC = None [tree-sitter-toml 0.20.0] CC = Some("cc") [tree-sitter-toml 0.20.0] CFLAGS_x86_64-unknown-dragonfly = None [tree-sitter-toml 0.20.0] CFLAGS_x86_64_unknown_dragonfly = None [tree-sitter-toml 0.20.0] HOST_CFLAGS = None [tree-sitter-toml 0.20.0] CFLAGS = Some("-pipe -O2 -isystem /usr/local/include -fno-strict-aliasing ") [tree-sitter-toml 0.20.0] CRATE_CC_NO_DEFAULTS = None [tree-sitter-toml 0.20.0] DEBUG = Some("false") [tree-sitter-toml 0.20.0] CARGO_CFG_TARGET_FEATURE = Some("fxsr,sse,sse2") [tree-sitter-julia 0.19.0] running: "cc" "-O2" "-ffunction-sections" "-fdata-sections" "-fPIC" "-m64" "-pipe" "-O2" "-isystem" "/usr/local/include" "-fno-strict-aliasing" "-I" "src" "-Wno-unused-parameter" "-Wno-unused-but-set-variable" "-Wno-trigraphs" "-o" "/construction/editors/lapce/target/x86_64-unknown-dragonfly/release/build/tree-sitter-julia-df941d4d1fe5db1a/out/src/parser.o" "-c" "src/parser.c" [tree-sitter-julia 0.19.0] running: "cc" "-O2" "-ffunction-sections" "-fdata-sections" "-fPIC" "-m64" "-pipe" "-O2" "-isystem" "/usr/local/include" "-fno-strict-aliasing" "-I" "src" "-Wno-unused-parameter" "-Wno-unused-but-set-variable" "-Wno-trigraphs" "-o" "/construction/editors/lapce/target/x86_64-unknown-dragonfly/release/build/tree-sitter-julia-df941d4d1fe5db1a/out/src/scanner.o" "-c" "src/scanner.c" [tree-sitter-toml 0.20.0] CC_x86_64-unknown-dragonfly = None [tree-sitter-toml 0.20.0] CC_x86_64_unknown_dragonfly = None [tree-sitter-toml 0.20.0] HOST_CC = None [tree-sitter-toml 0.20.0] CC = Some("cc") [tree-sitter-toml 0.20.0] CFLAGS_x86_64-unknown-dragonfly = None [tree-sitter-toml 0.20.0] CFLAGS_x86_64_unknown_dragonfly = None [tree-sitter-toml 0.20.0] HOST_CFLAGS = None [tree-sitter-toml 0.20.0] CFLAGS = Some("-pipe -O2 -isystem /usr/local/include -fno-strict-aliasing ") [tree-sitter-julia 0.19.0] exit status: 0 [tree-sitter-toml 0.20.0] CRATE_CC_NO_DEFAULTS = None [tree-sitter-toml 0.20.0] CARGO_CFG_TARGET_FEATURE = Some("fxsr,sse,sse2") [tree-sitter-r 0.19.5] TARGET = Some("x86_64-unknown-dragonfly") [tree-sitter-r 0.19.5] OPT_LEVEL = Some("2") [tree-sitter-r 0.19.5] HOST = Some("x86_64-unknown-dragonfly") [tree-sitter-r 0.19.5] CC_x86_64-unknown-dragonfly = None [tree-sitter-r 0.19.5] CC_x86_64_unknown_dragonfly = None [tree-sitter-r 0.19.5] HOST_CC = None [tree-sitter-r 0.19.5] CC = Some("cc") [tree-sitter-r 0.19.5] CFLAGS_x86_64-unknown-dragonfly = None [tree-sitter-r 0.19.5] CFLAGS_x86_64_unknown_dragonfly = None [tree-sitter-r 0.19.5] HOST_CFLAGS = None [tree-sitter-r 0.19.5] CFLAGS = Some("-pipe -O2 -isystem /usr/local/include -fno-strict-aliasing ") [tree-sitter-r 0.19.5] CRATE_CC_NO_DEFAULTS = None [tree-sitter-r 0.19.5] DEBUG = Some("false") [tree-sitter-r 0.19.5] CARGO_CFG_TARGET_FEATURE = Some("fxsr,sse,sse2") [tree-sitter-r 0.19.5] CC_x86_64-unknown-dragonfly = None [tree-sitter-r 0.19.5] CC_x86_64_unknown_dragonfly = None [tree-sitter-r 0.19.5] HOST_CC = None [tree-sitter-r 0.19.5] CC = Some("cc") [tree-sitter-r 0.19.5] CFLAGS_x86_64-unknown-dragonfly = None [tree-sitter-r 0.19.5] CFLAGS_x86_64_unknown_dragonfly = None [tree-sitter-r 0.19.5] HOST_CFLAGS = None [tree-sitter-r 0.19.5] CFLAGS = Some("-pipe -O2 -isystem /usr/local/include -fno-strict-aliasing ") [tree-sitter-r 0.19.5] CRATE_CC_NO_DEFAULTS = None [tree-sitter-r 0.19.5] CARGO_CFG_TARGET_FEATURE = Some("fxsr,sse,sse2") [tree-sitter-ql 0.19.0] CC_x86_64-unknown-dragonfly = None [tree-sitter-ql 0.19.0] CC_x86_64_unknown_dragonfly = None [tree-sitter-ql 0.19.0] HOST_CC = None [tree-sitter-ql 0.19.0] CC = Some("cc") [tree-sitter-ql 0.19.0] CFLAGS_x86_64-unknown-dragonfly = None [tree-sitter-ql 0.19.0] CFLAGS_x86_64_unknown_dragonfly = None [tree-sitter-ql 0.19.0] HOST_CFLAGS = None [tree-sitter-ql 0.19.0] CFLAGS = Some("-pipe -O2 -isystem /usr/local/include -fno-strict-aliasing ") [tree-sitter-ql 0.19.0] CRATE_CC_NO_DEFAULTS = None [tree-sitter-ql 0.19.0] CARGO_CFG_TARGET_FEATURE = Some("fxsr,sse,sse2") [tree-sitter-julia 0.19.0] exit status: 0 [tree-sitter-go 0.19.1] TARGET = Some("x86_64-unknown-dragonfly") [tree-sitter-go 0.19.1] OPT_LEVEL = Some("2") [tree-sitter-go 0.19.1] HOST = Some("x86_64-unknown-dragonfly") [tree-sitter-go 0.19.1] CC_x86_64-unknown-dragonfly = None [tree-sitter-go 0.19.1] CC_x86_64_unknown_dragonfly = None [tree-sitter-go 0.19.1] HOST_CC = None [tree-sitter-go 0.19.1] CC = Some("cc") [tree-sitter-go 0.19.1] CFLAGS_x86_64-unknown-dragonfly = None [tree-sitter-go 0.19.1] CFLAGS_x86_64_unknown_dragonfly = None [tree-sitter-go 0.19.1] HOST_CFLAGS = None [tree-sitter-go 0.19.1] CFLAGS = Some("-pipe -O2 -isystem /usr/local/include -fno-strict-aliasing ") [tree-sitter-go 0.19.1] CRATE_CC_NO_DEFAULTS = None [tree-sitter-go 0.19.1] DEBUG = Some("false") [tree-sitter-go 0.19.1] CARGO_CFG_TARGET_FEATURE = Some("fxsr,sse,sse2") [tree-sitter-go 0.19.1] CC_x86_64-unknown-dragonfly = None [tree-sitter-go 0.19.1] CC_x86_64_unknown_dragonfly = None [tree-sitter-go 0.19.1] HOST_CC = None [tree-sitter-go 0.19.1] CC = Some("cc") [tree-sitter-go 0.19.1] CFLAGS_x86_64-unknown-dragonfly = None [tree-sitter-go 0.19.1] CFLAGS_x86_64_unknown_dragonfly = None [tree-sitter-go 0.19.1] HOST_CFLAGS = None [tree-sitter-go 0.19.1] CFLAGS = Some("-pipe -O2 -isystem /usr/local/include -fno-strict-aliasing ") [tree-sitter-go 0.19.1] CRATE_CC_NO_DEFAULTS = None [tree-sitter-go 0.19.1] CARGO_CFG_TARGET_FEATURE = Some("fxsr,sse,sse2") [tree-sitter-r 0.19.5] CC_x86_64-unknown-dragonfly = None [tree-sitter-r 0.19.5] CC_x86_64_unknown_dragonfly = None [tree-sitter-r 0.19.5] HOST_CC = None [tree-sitter-r 0.19.5] CC = Some("cc") [tree-sitter-r 0.19.5] CFLAGS_x86_64-unknown-dragonfly = None [tree-sitter-r 0.19.5] CFLAGS_x86_64_unknown_dragonfly = None [tree-sitter-r 0.19.5] HOST_CFLAGS = None [tree-sitter-r 0.19.5] CFLAGS = Some("-pipe -O2 -isystem /usr/local/include -fno-strict-aliasing ") [tree-sitter-r 0.19.5] CRATE_CC_NO_DEFAULTS = None [tree-sitter-r 0.19.5] CARGO_CFG_TARGET_FEATURE = Some("fxsr,sse,sse2") [tree-sitter-toml 0.20.0] CC_x86_64-unknown-dragonfly = None [tree-sitter-toml 0.20.0] CC_x86_64_unknown_dragonfly = None [tree-sitter-toml 0.20.0] HOST_CC = None [tree-sitter-toml 0.20.0] CC = Some("cc") [tree-sitter-toml 0.20.0] CFLAGS_x86_64-unknown-dragonfly = None [tree-sitter-toml 0.20.0] CFLAGS_x86_64_unknown_dragonfly = None [tree-sitter-toml 0.20.0] HOST_CFLAGS = None [tree-sitter-toml 0.20.0] CFLAGS = Some("-pipe -O2 -isystem /usr/local/include -fno-strict-aliasing ") [tree-sitter-toml 0.20.0] CRATE_CC_NO_DEFAULTS = None [tree-sitter-toml 0.20.0] CARGO_CFG_TARGET_FEATURE = Some("fxsr,sse,sse2") [zstd-sys 2.0.1+zstd.1.5.2] running: "cc" "-O3" "-ffunction-sections" "-fdata-sections" "-fPIC" "-m64" "-pipe" "-O2" "-isystem" "/usr/local/include" "-fno-strict-aliasing" "-I" "zstd/lib/" "-I" "zstd/lib/common" "-I" "zstd/lib/legacy" "-fvisibility=hidden" "-DZSTD_LIB_DEPRECATED=0" "-DXXH_PRIVATE_API=" "-DZSTDLIB_VISIBILITY=" "-DZDICTLIB_VISIBILITY=" "-DZSTDERRORLIB_VISIBILITY=" "-DZSTD_LEGACY_SUPPORT=1" "-o" "/construction/editors/lapce/target/x86_64-unknown-dragonfly/release/build/zstd-sys-04bdbafb9fc1b037/out/zstd/lib/compress/zstd_compress_sequences.o" "-c" "zstd/lib/compress/zstd_compress_sequences.c" [zstd-sys 2.0.1+zstd.1.5.2] exit status: 0 [tree-sitter-xml 0.0.1] AR_x86_64-unknown-dragonfly = None [tree-sitter-xml 0.0.1] AR_x86_64_unknown_dragonfly = None [tree-sitter-xml 0.0.1] HOST_AR = None [tree-sitter-xml 0.0.1] AR = None [tree-sitter-xml 0.0.1] running: ZERO_AR_DATE="1" "ar" "cq" "/construction/editors/lapce/target/x86_64-unknown-dragonfly/release/build/tree-sitter-xml-9b8bc6522f04293e/out/libparser.a" "/construction/editors/lapce/target/x86_64-unknown-dragonfly/release/build/tree-sitter-xml-9b8bc6522f04293e/out/src/parser.o" [tree-sitter-xml 0.0.1] exit status: 0 [tree-sitter-xml 0.0.1] running: "ar" "s" "/construction/editors/lapce/target/x86_64-unknown-dragonfly/release/build/tree-sitter-xml-9b8bc6522f04293e/out/libparser.a" [tree-sitter-xml 0.0.1] exit status: 0 [tree-sitter-xml 0.0.1] cargo:rustc-link-lib=static=parser [tree-sitter-xml 0.0.1] cargo:rustc-link-search=native=/construction/editors/lapce/target/x86_64-unknown-dragonfly/release/build/tree-sitter-xml-9b8bc6522f04293e/out [tree-sitter-xml 0.0.1] cargo:rerun-if-changed=src/parser.c Running `/construction/editors/lapce/target/release/build/tree-sitter-prisma-io-af2841ed0c093dc0/build-script-build` [tree-sitter-julia 0.19.0] AR_x86_64-unknown-dragonfly = None [tree-sitter-julia 0.19.0] AR_x86_64_unknown_dragonfly = None [tree-sitter-julia 0.19.0] HOST_AR = None [tree-sitter-julia 0.19.0] AR = None [tree-sitter-julia 0.19.0] running: ZERO_AR_DATE="1" "ar" "cq" "/construction/editors/lapce/target/x86_64-unknown-dragonfly/release/build/tree-sitter-julia-df941d4d1fe5db1a/out/libparser.a" "/construction/editors/lapce/target/x86_64-unknown-dragonfly/release/build/tree-sitter-julia-df941d4d1fe5db1a/out/src/parser.o" "/construction/editors/lapce/target/x86_64-unknown-dragonfly/release/build/tree-sitter-julia-df941d4d1fe5db1a/out/src/scanner.o" [tree-sitter-ql 0.19.0] running: "cc" "-O2" "-ffunction-sections" "-fdata-sections" "-fPIC" "-m64" "-pipe" "-O2" "-isystem" "/usr/local/include" "-fno-strict-aliasing" "-I" "src" "-Wno-unused-parameter" "-Wno-unused-but-set-variable" "-Wno-trigraphs" "-o" "/construction/editors/lapce/target/x86_64-unknown-dragonfly/release/build/tree-sitter-ql-65f61472541236f8/out/src/parser.o" "-c" "src/parser.c" [tree-sitter-julia 0.19.0] exit status: 0 [tree-sitter-julia 0.19.0] running: "ar" "s" "/construction/editors/lapce/target/x86_64-unknown-dragonfly/release/build/tree-sitter-julia-df941d4d1fe5db1a/out/libparser.a" [tree-sitter-go 0.19.1] CC_x86_64-unknown-dragonfly = None [tree-sitter-go 0.19.1] CC_x86_64_unknown_dragonfly = None [tree-sitter-go 0.19.1] HOST_CC = None [tree-sitter-go 0.19.1] CC = Some("cc") [tree-sitter-go 0.19.1] CFLAGS_x86_64-unknown-dragonfly = None [tree-sitter-go 0.19.1] CFLAGS_x86_64_unknown_dragonfly = None [tree-sitter-go 0.19.1] HOST_CFLAGS = None [tree-sitter-go 0.19.1] CFLAGS = Some("-pipe -O2 -isystem /usr/local/include -fno-strict-aliasing ") [tree-sitter-go 0.19.1] CRATE_CC_NO_DEFAULTS = None [tree-sitter-go 0.19.1] CARGO_CFG_TARGET_FEATURE = Some("fxsr,sse,sse2") [tree-sitter-julia 0.19.0] exit status: 0 [tree-sitter-julia 0.19.0] cargo:rustc-link-lib=static=parser [tree-sitter-julia 0.19.0] cargo:rustc-link-search=native=/construction/editors/lapce/target/x86_64-unknown-dragonfly/release/build/tree-sitter-julia-df941d4d1fe5db1a/out [tree-sitter-julia 0.19.0] cargo:rerun-if-changed=src/parser.c [tree-sitter-julia 0.19.0] cargo:rerun-if-changed=src/scanner.c [tree-sitter-toml 0.20.0] CC_x86_64-unknown-dragonfly = None [tree-sitter-toml 0.20.0] CC_x86_64_unknown_dragonfly = None [tree-sitter-toml 0.20.0] HOST_CC = None [tree-sitter-toml 0.20.0] CC = Some("cc") [tree-sitter-toml 0.20.0] CFLAGS_x86_64-unknown-dragonfly = None [tree-sitter-toml 0.20.0] CFLAGS_x86_64_unknown_dragonfly = None [tree-sitter-toml 0.20.0] HOST_CFLAGS = None [tree-sitter-toml 0.20.0] CFLAGS = Some("-pipe -O2 -isystem /usr/local/include -fno-strict-aliasing ") [tree-sitter-toml 0.20.0] CRATE_CC_NO_DEFAULTS = None [tree-sitter-r 0.19.5] CC_x86_64-unknown-dragonfly = None [tree-sitter-r 0.19.5] CC_x86_64_unknown_dragonfly = None [tree-sitter-r 0.19.5] HOST_CC = None [tree-sitter-r 0.19.5] CC = Some("cc") [tree-sitter-r 0.19.5] CFLAGS_x86_64-unknown-dragonfly = None [tree-sitter-r 0.19.5] CFLAGS_x86_64_unknown_dragonfly = None [tree-sitter-r 0.19.5] HOST_CFLAGS = None [tree-sitter-r 0.19.5] CFLAGS = Some("-pipe -O2 -isystem /usr/local/include -fno-strict-aliasing ") [tree-sitter-r 0.19.5] CRATE_CC_NO_DEFAULTS = None [tree-sitter-r 0.19.5] CARGO_CFG_TARGET_FEATURE = Some("fxsr,sse,sse2") Running `/construction/editors/lapce/target/release/build/tree-sitter-ocaml-4fbbcd1be8526c55/build-script-build` [tree-sitter-toml 0.20.0] CARGO_CFG_TARGET_FEATURE = Some("fxsr,sse,sse2") [tree-sitter-ocaml 0.20.0] cargo:rerun-if-changed=./ocaml/src/parser.c [tree-sitter-ocaml 0.20.0] cargo:rerun-if-changed=./ocaml/src/scanner.cc [tree-sitter-ocaml 0.20.0] cargo:rerun-if-changed=./interface/src/parser.c [tree-sitter-ocaml 0.20.0] cargo:rerun-if-changed=./interface/src/scanner.cc Running `/construction/editors/lapce/target/release/build/tree-sitter-java-1adb52638daca1c9/build-script-build` [tree-sitter-ql 0.19.0] exit status: 0 [tree-sitter-java 0.20.0] cargo:rerun-if-changed=src/parser.c [tree-sitter-dockerfile 0.1.0] AR_x86_64-unknown-dragonfly = None [tree-sitter-dockerfile 0.1.0] AR_x86_64_unknown_dragonfly = None [tree-sitter-dockerfile 0.1.0] HOST_AR = None [tree-sitter-prisma-io 1.3.0] TARGET = Some("x86_64-unknown-dragonfly") [tree-sitter-dockerfile 0.1.0] AR = None [tree-sitter-prisma-io 1.3.0] OPT_LEVEL = Some("2") [tree-sitter-dockerfile 0.1.0] running: ZERO_AR_DATE="1" "ar" "cq" "/construction/editors/lapce/target/x86_64-unknown-dragonfly/release/build/tree-sitter-dockerfile-81e734e3e377c287/out/libparser.a" "/construction/editors/lapce/target/x86_64-unknown-dragonfly/release/build/tree-sitter-dockerfile-81e734e3e377c287/out/src/parser.o" [tree-sitter-prisma-io 1.3.0] HOST = Some("x86_64-unknown-dragonfly") [tree-sitter-prisma-io 1.3.0] CC_x86_64-unknown-dragonfly = None [tree-sitter-prisma-io 1.3.0] CC_x86_64_unknown_dragonfly = None [tree-sitter-prisma-io 1.3.0] HOST_CC = None [tree-sitter-prisma-io 1.3.0] CC = Some("cc") [tree-sitter-prisma-io 1.3.0] CFLAGS_x86_64-unknown-dragonfly = None [tree-sitter-prisma-io 1.3.0] CFLAGS_x86_64_unknown_dragonfly = None [tree-sitter-prisma-io 1.3.0] HOST_CFLAGS = None [tree-sitter-prisma-io 1.3.0] CFLAGS = Some("-pipe -O2 -isystem /usr/local/include -fno-strict-aliasing ") [tree-sitter-prisma-io 1.3.0] CRATE_CC_NO_DEFAULTS = None [tree-sitter-prisma-io 1.3.0] DEBUG = Some("false") [tree-sitter-prisma-io 1.3.0] CARGO_CFG_TARGET_FEATURE = Some("fxsr,sse,sse2") [tree-sitter-prisma-io 1.3.0] CC_x86_64-unknown-dragonfly = None [tree-sitter-prisma-io 1.3.0] CC_x86_64_unknown_dragonfly = None [tree-sitter-prisma-io 1.3.0] HOST_CC = None [tree-sitter-prisma-io 1.3.0] CC = Some("cc") [tree-sitter-prisma-io 1.3.0] CFLAGS_x86_64-unknown-dragonfly = None [tree-sitter-prisma-io 1.3.0] CFLAGS_x86_64_unknown_dragonfly = None [tree-sitter-prisma-io 1.3.0] HOST_CFLAGS = None [tree-sitter-prisma-io 1.3.0] CFLAGS = Some("-pipe -O2 -isystem /usr/local/include -fno-strict-aliasing ") [tree-sitter-prisma-io 1.3.0] CRATE_CC_NO_DEFAULTS = None [tree-sitter-prisma-io 1.3.0] CARGO_CFG_TARGET_FEATURE = Some("fxsr,sse,sse2") [tree-sitter-dockerfile 0.1.0] exit status: 0 [tree-sitter-dockerfile 0.1.0] running: "ar" "s" "/construction/editors/lapce/target/x86_64-unknown-dragonfly/release/build/tree-sitter-dockerfile-81e734e3e377c287/out/libparser.a" [tree-sitter-dockerfile 0.1.0] exit status: 0 [tree-sitter-dockerfile 0.1.0] cargo:rustc-link-lib=static=parser [tree-sitter-dockerfile 0.1.0] cargo:rustc-link-search=native=/construction/editors/lapce/target/x86_64-unknown-dragonfly/release/build/tree-sitter-dockerfile-81e734e3e377c287/out [tree-sitter-dockerfile 0.1.0] cargo:rerun-if-changed=src/parser.c Running `/construction/editors/lapce/target/release/build/tree-sitter-css-84eec22b71d588d3/build-script-build` [tree-sitter-css 0.19.0] cargo:rerun-if-changed=src/scanner.c [tree-sitter-css 0.19.0] cargo:rerun-if-changed=src/parser.c Running `/construction/editors/lapce/target/release/build/libgit2-sys-c39a8254a6cc4852/build-script-build` [libgit2-sys 0.14.2+1.5.1] cargo:rerun-if-env-changed=LIBGIT2_NO_PKG_CONFIG [libgit2-sys 0.14.2+1.5.1] cargo:rerun-if-env-changed=PKG_CONFIG_x86_64-unknown-dragonfly [libgit2-sys 0.14.2+1.5.1] cargo:rerun-if-env-changed=PKG_CONFIG_x86_64_unknown_dragonfly [libgit2-sys 0.14.2+1.5.1] cargo:rerun-if-env-changed=HOST_PKG_CONFIG [libgit2-sys 0.14.2+1.5.1] cargo:rerun-if-env-changed=PKG_CONFIG [libgit2-sys 0.14.2+1.5.1] cargo:rerun-if-env-changed=LIBGIT2_STATIC [libgit2-sys 0.14.2+1.5.1] cargo:rerun-if-env-changed=LIBGIT2_DYNAMIC [libgit2-sys 0.14.2+1.5.1] cargo:rerun-if-env-changed=PKG_CONFIG_ALL_STATIC [libgit2-sys 0.14.2+1.5.1] cargo:rerun-if-env-changed=PKG_CONFIG_ALL_DYNAMIC [libgit2-sys 0.14.2+1.5.1] cargo:rerun-if-env-changed=PKG_CONFIG_PATH_x86_64-unknown-dragonfly [libgit2-sys 0.14.2+1.5.1] cargo:rerun-if-env-changed=PKG_CONFIG_PATH_x86_64_unknown_dragonfly [libgit2-sys 0.14.2+1.5.1] cargo:rerun-if-env-changed=HOST_PKG_CONFIG_PATH [libgit2-sys 0.14.2+1.5.1] cargo:rerun-if-env-changed=PKG_CONFIG_PATH [libgit2-sys 0.14.2+1.5.1] cargo:rerun-if-env-changed=PKG_CONFIG_LIBDIR_x86_64-unknown-dragonfly [libgit2-sys 0.14.2+1.5.1] cargo:rerun-if-env-changed=PKG_CONFIG_LIBDIR_x86_64_unknown_dragonfly [libgit2-sys 0.14.2+1.5.1] cargo:rerun-if-env-changed=HOST_PKG_CONFIG_LIBDIR [libgit2-sys 0.14.2+1.5.1] cargo:rerun-if-env-changed=PKG_CONFIG_LIBDIR [libgit2-sys 0.14.2+1.5.1] cargo:rerun-if-env-changed=PKG_CONFIG_SYSROOT_DIR_x86_64-unknown-dragonfly [libgit2-sys 0.14.2+1.5.1] cargo:rerun-if-env-changed=PKG_CONFIG_SYSROOT_DIR_x86_64_unknown_dragonfly [libgit2-sys 0.14.2+1.5.1] cargo:rerun-if-env-changed=HOST_PKG_CONFIG_SYSROOT_DIR [libgit2-sys 0.14.2+1.5.1] cargo:rerun-if-env-changed=PKG_CONFIG_SYSROOT_DIR [libgit2-sys 0.14.2+1.5.1] cargo:rerun-if-env-changed=PKG_CONFIG_SYSROOT_DIR [libgit2-sys 0.14.2+1.5.1] cargo:rerun-if-env-changed=SYSROOT [libgit2-sys 0.14.2+1.5.1] cargo:rerun-if-env-changed=LIBGIT2_STATIC [libgit2-sys 0.14.2+1.5.1] cargo:rerun-if-env-changed=LIBGIT2_DYNAMIC [libgit2-sys 0.14.2+1.5.1] cargo:rerun-if-env-changed=PKG_CONFIG_ALL_STATIC [libgit2-sys 0.14.2+1.5.1] cargo:rerun-if-env-changed=PKG_CONFIG_ALL_DYNAMIC [libgit2-sys 0.14.2+1.5.1] cargo:rustc-link-search=native=/usr/local/lib [libgit2-sys 0.14.2+1.5.1] cargo:rustc-link-lib=git2 [libgit2-sys 0.14.2+1.5.1] cargo:rerun-if-env-changed=PKG_CONFIG_x86_64-unknown-dragonfly [libgit2-sys 0.14.2+1.5.1] cargo:rerun-if-env-changed=PKG_CONFIG_x86_64_unknown_dragonfly [libgit2-sys 0.14.2+1.5.1] cargo:rerun-if-env-changed=HOST_PKG_CONFIG [libgit2-sys 0.14.2+1.5.1] cargo:rerun-if-env-changed=PKG_CONFIG [libgit2-sys 0.14.2+1.5.1] cargo:rerun-if-env-changed=LIBGIT2_STATIC [libgit2-sys 0.14.2+1.5.1] cargo:rerun-if-env-changed=LIBGIT2_DYNAMIC [libgit2-sys 0.14.2+1.5.1] cargo:rerun-if-env-changed=PKG_CONFIG_ALL_STATIC [libgit2-sys 0.14.2+1.5.1] cargo:rerun-if-env-changed=PKG_CONFIG_ALL_DYNAMIC [libgit2-sys 0.14.2+1.5.1] cargo:rerun-if-env-changed=PKG_CONFIG_PATH_x86_64-unknown-dragonfly [libgit2-sys 0.14.2+1.5.1] cargo:rerun-if-env-changed=PKG_CONFIG_PATH_x86_64_unknown_dragonfly [libgit2-sys 0.14.2+1.5.1] cargo:rerun-if-env-changed=HOST_PKG_CONFIG_PATH [libgit2-sys 0.14.2+1.5.1] cargo:rerun-if-env-changed=PKG_CONFIG_PATH [libgit2-sys 0.14.2+1.5.1] cargo:rerun-if-env-changed=PKG_CONFIG_LIBDIR_x86_64-unknown-dragonfly [libgit2-sys 0.14.2+1.5.1] cargo:rerun-if-env-changed=PKG_CONFIG_LIBDIR_x86_64_unknown_dragonfly [libgit2-sys 0.14.2+1.5.1] cargo:rerun-if-env-changed=HOST_PKG_CONFIG_LIBDIR [libgit2-sys 0.14.2+1.5.1] cargo:rerun-if-env-changed=PKG_CONFIG_LIBDIR [libgit2-sys 0.14.2+1.5.1] cargo:rerun-if-env-changed=PKG_CONFIG_SYSROOT_DIR_x86_64-unknown-dragonfly [libgit2-sys 0.14.2+1.5.1] cargo:rerun-if-env-changed=PKG_CONFIG_SYSROOT_DIR_x86_64_unknown_dragonfly [libgit2-sys 0.14.2+1.5.1] cargo:rerun-if-env-changed=HOST_PKG_CONFIG_SYSROOT_DIR [libgit2-sys 0.14.2+1.5.1] cargo:rerun-if-env-changed=PKG_CONFIG_SYSROOT_DIR [tree-sitter-prisma-io 1.3.0] CC_x86_64-unknown-dragonfly = None [tree-sitter-prisma-io 1.3.0] CC_x86_64_unknown_dragonfly = None [tree-sitter-prisma-io 1.3.0] HOST_CC = None [tree-sitter-prisma-io 1.3.0] CC = Some("cc") [tree-sitter-prisma-io 1.3.0] CFLAGS_x86_64-unknown-dragonfly = None [tree-sitter-prisma-io 1.3.0] CFLAGS_x86_64_unknown_dragonfly = None [tree-sitter-prisma-io 1.3.0] HOST_CFLAGS = None [tree-sitter-prisma-io 1.3.0] CFLAGS = Some("-pipe -O2 -isystem /usr/local/include -fno-strict-aliasing ") [tree-sitter-prisma-io 1.3.0] CRATE_CC_NO_DEFAULTS = None [libgit2-sys 0.14.2+1.5.1] cargo:root=/usr/local/include [libgit2-sys 0.14.2+1.5.1] cargo:root=/usr/include Running `/construction/editors/lapce/target/release/build/tree-sitter-glsl-c97a4ec61016e7d9/build-script-build` [tree-sitter-go 0.19.1] CC_x86_64-unknown-dragonfly = None [tree-sitter-go 0.19.1] CC_x86_64_unknown_dragonfly = None [tree-sitter-go 0.19.1] HOST_CC = None [tree-sitter-go 0.19.1] CC = Some("cc") [tree-sitter-go 0.19.1] CFLAGS_x86_64-unknown-dragonfly = None [tree-sitter-go 0.19.1] CFLAGS_x86_64_unknown_dragonfly = None [tree-sitter-go 0.19.1] HOST_CFLAGS = None [tree-sitter-go 0.19.1] CFLAGS = Some("-pipe -O2 -isystem /usr/local/include -fno-strict-aliasing ") [tree-sitter-go 0.19.1] CRATE_CC_NO_DEFAULTS = None [tree-sitter-go 0.19.1] CARGO_CFG_TARGET_FEATURE = Some("fxsr,sse,sse2") [tree-sitter-r 0.19.5] running: "cc" "-O2" "-ffunction-sections" "-fdata-sections" "-fPIC" "-m64" "-pipe" "-O2" "-isystem" "/usr/local/include" "-fno-strict-aliasing" "-I" "src" "-Wno-unused-parameter" "-Wno-unused-but-set-variable" "-Wno-trigraphs" "-o" "/construction/editors/lapce/target/x86_64-unknown-dragonfly/release/build/tree-sitter-r-c4d2f8277b1c658c/out/src/parser.o" "-c" "src/parser.c" [tree-sitter-prisma-io 1.3.0] CARGO_CFG_TARGET_FEATURE = Some("fxsr,sse,sse2") [tree-sitter-toml 0.20.0] running: "cc" "-O2" "-ffunction-sections" "-fdata-sections" "-fPIC" "-m64" "-pipe" "-O2" "-isystem" "/usr/local/include" "-fno-strict-aliasing" "-I" "src" "-Wno-unused-parameter" "-Wno-unused-but-set-variable" "-Wno-trigraphs" "-o" "/construction/editors/lapce/target/x86_64-unknown-dragonfly/release/build/tree-sitter-toml-9ea548676e7d2cee/out/src/parser.o" "-c" "src/parser.c" [tree-sitter-glsl 0.1.3] cargo:rerun-if-changed=src/parser.c [tree-sitter-toml 0.20.0] running: "cc" "-O2" "-ffunction-sections" "-fdata-sections" "-fPIC" "-m64" "-pipe" "-O2" "-isystem" "/usr/local/include" "-fno-strict-aliasing" "-I" "src" "-Wno-unused-parameter" "-Wno-unused-but-set-variable" "-Wno-trigraphs" "-o" "/construction/editors/lapce/target/x86_64-unknown-dragonfly/release/build/tree-sitter-toml-9ea548676e7d2cee/out/src/scanner.o" "-c" "src/scanner.c" [tree-sitter-toml 0.20.0] exit status: 0 [zstd-sys 2.0.1+zstd.1.5.2] running: "cc" "-O3" "-ffunction-sections" "-fdata-sections" "-fPIC" "-m64" "-pipe" "-O2" "-isystem" "/usr/local/include" "-fno-strict-aliasing" "-I" "zstd/lib/" "-I" "zstd/lib/common" "-I" "zstd/lib/legacy" "-fvisibility=hidden" "-DZSTD_LIB_DEPRECATED=0" "-DXXH_PRIVATE_API=" "-DZSTDLIB_VISIBILITY=" "-DZDICTLIB_VISIBILITY=" "-DZSTDERRORLIB_VISIBILITY=" "-DZSTD_LEGACY_SUPPORT=1" "-o" "/construction/editors/lapce/target/x86_64-unknown-dragonfly/release/build/zstd-sys-04bdbafb9fc1b037/out/zstd/lib/compress/zstd_compress_superblock.o" "-c" "zstd/lib/compress/zstd_compress_superblock.c" [tree-sitter-r 0.19.5] exit status: 0 [zstd-sys 2.0.1+zstd.1.5.2] exit status: 0 [zstd-sys 2.0.1+zstd.1.5.2] running: "cc" "-O3" "-ffunction-sections" "-fdata-sections" "-fPIC" "-m64" "-pipe" "-O2" "-isystem" "/usr/local/include" "-fno-strict-aliasing" "-I" "zstd/lib/" "-I" "zstd/lib/common" "-I" "zstd/lib/legacy" "-fvisibility=hidden" "-DZSTD_LIB_DEPRECATED=0" "-DXXH_PRIVATE_API=" "-DZSTDLIB_VISIBILITY=" "-DZDICTLIB_VISIBILITY=" "-DZSTDERRORLIB_VISIBILITY=" "-DZSTD_LEGACY_SUPPORT=1" "-o" "/construction/editors/lapce/target/x86_64-unknown-dragonfly/release/build/zstd-sys-04bdbafb9fc1b037/out/zstd/lib/compress/zstd_double_fast.o" "-c" "zstd/lib/compress/zstd_double_fast.c" [zstd-sys 2.0.1+zstd.1.5.2] exit status: 0 [tree-sitter-toml 0.20.0] exit status: 0 [tree-sitter-r 0.19.5] AR_x86_64-unknown-dragonfly = None [tree-sitter-r 0.19.5] AR_x86_64_unknown_dragonfly = None [tree-sitter-r 0.19.5] HOST_AR = None [tree-sitter-r 0.19.5] AR = None [tree-sitter-r 0.19.5] running: ZERO_AR_DATE="1" "ar" "cq" "/construction/editors/lapce/target/x86_64-unknown-dragonfly/release/build/tree-sitter-r-c4d2f8277b1c658c/out/libparser.a" "/construction/editors/lapce/target/x86_64-unknown-dragonfly/release/build/tree-sitter-r-c4d2f8277b1c658c/out/src/parser.o" [tree-sitter-r 0.19.5] exit status: 0 [tree-sitter-r 0.19.5] running: "ar" "s" "/construction/editors/lapce/target/x86_64-unknown-dragonfly/release/build/tree-sitter-r-c4d2f8277b1c658c/out/libparser.a" [tree-sitter-r 0.19.5] exit status: 0 [tree-sitter-r 0.19.5] cargo:rustc-link-lib=static=parser [tree-sitter-r 0.19.5] cargo:rustc-link-search=native=/construction/editors/lapce/target/x86_64-unknown-dragonfly/release/build/tree-sitter-r-c4d2f8277b1c658c/out [tree-sitter-r 0.19.5] cargo:rerun-if-changed=src/parser.c [tree-sitter-go 0.19.1] running: "cc" "-O2" "-ffunction-sections" "-fdata-sections" "-fPIC" "-m64" "-pipe" "-O2" "-isystem" "/usr/local/include" "-fno-strict-aliasing" "-I" "src" "-Wno-unused-parameter" "-Wno-unused-but-set-variable" "-Wno-trigraphs" "-o" "/construction/editors/lapce/target/x86_64-unknown-dragonfly/release/build/tree-sitter-go-6eba3647b9afcb0f/out/src/parser.o" "-c" "src/parser.c" Running `/construction/editors/lapce/target/release/build/tree-sitter-haskell-2315b0810ceb3626/build-script-build` [tree-sitter-go 0.19.1] exit status: 0 Running `/construction/editors/lapce/target/release/build/tree-sitter-typescript-fd1afa3c6d4c3857/build-script-build` [tree-sitter-php 0.19.1] TARGET = Some("x86_64-unknown-dragonfly") [tree-sitter-php 0.19.1] OPT_LEVEL = Some("2") [tree-sitter-php 0.19.1] HOST = Some("x86_64-unknown-dragonfly") [tree-sitter-php 0.19.1] CC_x86_64-unknown-dragonfly = None [tree-sitter-php 0.19.1] CC_x86_64_unknown_dragonfly = None [tree-sitter-php 0.19.1] HOST_CC = None [tree-sitter-php 0.19.1] CC = Some("cc") [tree-sitter-php 0.19.1] CFLAGS_x86_64-unknown-dragonfly = None [tree-sitter-php 0.19.1] CFLAGS_x86_64_unknown_dragonfly = None [tree-sitter-php 0.19.1] HOST_CFLAGS = None [tree-sitter-php 0.19.1] CFLAGS = Some("-pipe -O2 -isystem /usr/local/include -fno-strict-aliasing ") [tree-sitter-php 0.19.1] CRATE_CC_NO_DEFAULTS = None [tree-sitter-php 0.19.1] DEBUG = Some("false") [tree-sitter-php 0.19.1] CARGO_CFG_TARGET_FEATURE = Some("fxsr,sse,sse2") [tree-sitter-php 0.19.1] CC_x86_64-unknown-dragonfly = None [tree-sitter-php 0.19.1] CC_x86_64_unknown_dragonfly = None [tree-sitter-php 0.19.1] HOST_CC = None [tree-sitter-php 0.19.1] CC = Some("cc") [tree-sitter-php 0.19.1] CFLAGS_x86_64-unknown-dragonfly = None [tree-sitter-php 0.19.1] CFLAGS_x86_64_unknown_dragonfly = None [tree-sitter-php 0.19.1] HOST_CFLAGS = None [tree-sitter-php 0.19.1] CFLAGS = Some("-pipe -O2 -isystem /usr/local/include -fno-strict-aliasing ") [tree-sitter-php 0.19.1] CRATE_CC_NO_DEFAULTS = None [tree-sitter-php 0.19.1] CARGO_CFG_TARGET_FEATURE = Some("fxsr,sse,sse2") [tree-sitter-haskell 0.14.0] cargo:rerun-if-changed=src/scanner.c [tree-sitter-typescript 0.20.1] cargo:rerun-if-changed=./typescript/src/parser.c [tree-sitter-typescript 0.20.1] cargo:rerun-if-changed=./typescript/src/scanner.c [tree-sitter-typescript 0.20.1] cargo:rerun-if-changed=./tsx/src/parser.c [tree-sitter-typescript 0.20.1] cargo:rerun-if-changed=./tsx/src/scanner.c [tree-sitter-typescript 0.20.1] cargo:rerun-if-changed=./common/scanner.h Running `/construction/editors/lapce/target/release/build/tree-sitter-lua-39a5efe49eaea652/build-script-build` [tree-sitter-prisma-io 1.3.0] CC_x86_64-unknown-dragonfly = None [tree-sitter-prisma-io 1.3.0] CC_x86_64_unknown_dragonfly = None [tree-sitter-prisma-io 1.3.0] HOST_CC = None [tree-sitter-prisma-io 1.3.0] CC = Some("cc") [tree-sitter-prisma-io 1.3.0] CFLAGS_x86_64-unknown-dragonfly = None [tree-sitter-prisma-io 1.3.0] CFLAGS_x86_64_unknown_dragonfly = None [tree-sitter-prisma-io 1.3.0] HOST_CFLAGS = None [tree-sitter-prisma-io 1.3.0] CFLAGS = Some("-pipe -O2 -isystem /usr/local/include -fno-strict-aliasing ") [tree-sitter-prisma-io 1.3.0] CRATE_CC_NO_DEFAULTS = None [tree-sitter-prisma-io 1.3.0] CARGO_CFG_TARGET_FEATURE = Some("fxsr,sse,sse2") [tree-sitter-lua 0.0.12] cargo:rerun-if-changed=src/scanner.c [tree-sitter-bash 0.19.0] TARGET = Some("x86_64-unknown-dragonfly") [tree-sitter-bash 0.19.0] OPT_LEVEL = Some("2") [tree-sitter-bash 0.19.0] HOST = Some("x86_64-unknown-dragonfly") [tree-sitter-bash 0.19.0] CXX_x86_64-unknown-dragonfly = None [tree-sitter-bash 0.19.0] CXX_x86_64_unknown_dragonfly = None [tree-sitter-bash 0.19.0] HOST_CXX = None [tree-sitter-bash 0.19.0] CXX = Some("c++") [tree-sitter-bash 0.19.0] CXXFLAGS_x86_64-unknown-dragonfly = None [tree-sitter-bash 0.19.0] CXXFLAGS_x86_64_unknown_dragonfly = None [tree-sitter-bash 0.19.0] HOST_CXXFLAGS = None [tree-sitter-bash 0.19.0] CXXFLAGS = Some(" -pipe -O2 -isystem /usr/local/include -fno-strict-aliasing -isystem /usr/local/include ") [tree-sitter-bash 0.19.0] CRATE_CC_NO_DEFAULTS = None [tree-sitter-bash 0.19.0] DEBUG = Some("false") [tree-sitter-bash 0.19.0] CARGO_CFG_TARGET_FEATURE = Some("fxsr,sse,sse2") [tree-sitter-bash 0.19.0] CXX_x86_64-unknown-dragonfly = None [tree-sitter-bash 0.19.0] CXX_x86_64_unknown_dragonfly = None [tree-sitter-bash 0.19.0] HOST_CXX = None [tree-sitter-bash 0.19.0] CXX = Some("c++") [tree-sitter-bash 0.19.0] CXXFLAGS_x86_64-unknown-dragonfly = None [tree-sitter-bash 0.19.0] CXXFLAGS_x86_64_unknown_dragonfly = None [tree-sitter-bash 0.19.0] HOST_CXXFLAGS = None [tree-sitter-bash 0.19.0] CXXFLAGS = Some(" -pipe -O2 -isystem /usr/local/include -fno-strict-aliasing -isystem /usr/local/include ") [tree-sitter-bash 0.19.0] CRATE_CC_NO_DEFAULTS = None [tree-sitter-bash 0.19.0] CARGO_CFG_TARGET_FEATURE = Some("fxsr,sse,sse2") [tree-sitter-php 0.19.1] CC_x86_64-unknown-dragonfly = None [tree-sitter-php 0.19.1] CC_x86_64_unknown_dragonfly = None [tree-sitter-php 0.19.1] HOST_CC = None [tree-sitter-php 0.19.1] CC = Some("cc") [tree-sitter-php 0.19.1] CFLAGS_x86_64-unknown-dragonfly = None [tree-sitter-php 0.19.1] CFLAGS_x86_64_unknown_dragonfly = None [tree-sitter-php 0.19.1] HOST_CFLAGS = None [tree-sitter-php 0.19.1] CFLAGS = Some("-pipe -O2 -isystem /usr/local/include -fno-strict-aliasing ") [tree-sitter-php 0.19.1] CRATE_CC_NO_DEFAULTS = None [tree-sitter-php 0.19.1] CARGO_CFG_TARGET_FEATURE = Some("fxsr,sse,sse2") [tree-sitter-prisma-io 1.3.0] running: "cc" "-O2" "-ffunction-sections" "-fdata-sections" "-fPIC" "-m64" "-pipe" "-O2" "-isystem" "/usr/local/include" "-fno-strict-aliasing" "-I" "src" "-Wno-unused-parameter" "-Wno-unused-but-set-variable" "-Wno-trigraphs" "-o" "/construction/editors/lapce/target/x86_64-unknown-dragonfly/release/build/tree-sitter-prisma-io-fb2ffcf665038604/out/src/parser.o" "-c" "src/parser.c" [tree-sitter-prisma-io 1.3.0] exit status: 0 [psm 0.1.21] AR_x86_64-unknown-dragonfly = None [psm 0.1.21] AR_x86_64_unknown_dragonfly = None [psm 0.1.21] HOST_AR = None [psm 0.1.21] AR = None [psm 0.1.21] running: ZERO_AR_DATE="1" "ar" "cq" "/construction/editors/lapce/target/x86_64-unknown-dragonfly/release/build/psm-3d00ade79b6fa79c/out/libpsm_s.a" "/construction/editors/lapce/target/x86_64-unknown-dragonfly/release/build/psm-3d00ade79b6fa79c/out/src/arch/x86_64.o" [tree-sitter-bash 0.19.0] CXX_x86_64-unknown-dragonfly = None [tree-sitter-bash 0.19.0] CXX_x86_64_unknown_dragonfly = None [tree-sitter-bash 0.19.0] HOST_CXX = None [tree-sitter-bash 0.19.0] CXX = Some("c++") [tree-sitter-bash 0.19.0] CXXFLAGS_x86_64-unknown-dragonfly = None [tree-sitter-bash 0.19.0] CXXFLAGS_x86_64_unknown_dragonfly = None [tree-sitter-bash 0.19.0] HOST_CXXFLAGS = None [tree-sitter-bash 0.19.0] CXXFLAGS = Some(" -pipe -O2 -isystem /usr/local/include -fno-strict-aliasing -isystem /usr/local/include ") [tree-sitter-bash 0.19.0] CRATE_CC_NO_DEFAULTS = None [tree-sitter-bash 0.19.0] CARGO_CFG_TARGET_FEATURE = Some("fxsr,sse,sse2") [psm 0.1.21] exit status: 0 [psm 0.1.21] running: "ar" "s" "/construction/editors/lapce/target/x86_64-unknown-dragonfly/release/build/psm-3d00ade79b6fa79c/out/libpsm_s.a" [psm 0.1.21] exit status: 0 [psm 0.1.21] cargo:rustc-link-lib=static=psm_s [psm 0.1.21] cargo:rustc-link-search=native=/construction/editors/lapce/target/x86_64-unknown-dragonfly/release/build/psm-3d00ade79b6fa79c/out Running `CARGO=/usr/local/bin/cargo CARGO_CRATE_NAME=psm CARGO_MANIFEST_DIR=/construction/editors/lapce/lapce-0.2.8/cargo-crates/psm-0.1.21 CARGO_PKG_AUTHORS='Simonas Kazlauskas ' CARGO_PKG_DESCRIPTION='Portable Stack Manipulation: stack manipulation and introspection routines' CARGO_PKG_HOMEPAGE='' CARGO_PKG_LICENSE='MIT OR Apache-2.0' CARGO_PKG_LICENSE_FILE='' CARGO_PKG_NAME=psm CARGO_PKG_README=README.mkd CARGO_PKG_REPOSITORY='https://github.com/rust-lang/stacker/' CARGO_PKG_RUST_VERSION='' CARGO_PKG_VERSION=0.1.21 CARGO_PKG_VERSION_MAJOR=0 CARGO_PKG_VERSION_MINOR=1 CARGO_PKG_VERSION_PATCH=21 CARGO_PKG_VERSION_PRE='' LD_LIBRARY_PATH='/construction/editors/lapce/target/release/deps:/usr/local/lib' OUT_DIR=/construction/editors/lapce/target/x86_64-unknown-dragonfly/release/build/psm-3d00ade79b6fa79c/out /usr/local/bin/rustc --crate-name psm /construction/editors/lapce/lapce-0.2.8/cargo-crates/psm-0.1.21/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --diagnostic-width=80 --crate-type lib --emit=dep-info,metadata,link -C opt-level=2 -C embed-bitcode=no -C metadata=162c9e768dac31d1 -C extra-filename=-162c9e768dac31d1 --out-dir /construction/editors/lapce/target/x86_64-unknown-dragonfly/release/deps --target x86_64-unknown-dragonfly -C linker=cc -L dependency=/construction/editors/lapce/target/x86_64-unknown-dragonfly/release/deps -L dependency=/construction/editors/lapce/target/release/deps --cap-lints warn -C link-arg=-Wl,-rpath,/usr/local/lib -C link-arg=-L/usr/local/lib -L native=/construction/editors/lapce/target/x86_64-unknown-dragonfly/release/build/psm-3d00ade79b6fa79c/out -l static=psm_s --cfg asm --cfg switchable_stack` [tree-sitter-php 0.19.1] CC_x86_64-unknown-dragonfly = None [tree-sitter-php 0.19.1] CC_x86_64_unknown_dragonfly = None [tree-sitter-php 0.19.1] HOST_CC = None [tree-sitter-php 0.19.1] CC = Some("cc") [tree-sitter-php 0.19.1] CFLAGS_x86_64-unknown-dragonfly = None [tree-sitter-php 0.19.1] CFLAGS_x86_64_unknown_dragonfly = None [tree-sitter-php 0.19.1] HOST_CFLAGS = None [tree-sitter-php 0.19.1] CFLAGS = Some("-pipe -O2 -isystem /usr/local/include -fno-strict-aliasing ") [tree-sitter-php 0.19.1] CRATE_CC_NO_DEFAULTS = None [tree-sitter-php 0.19.1] CARGO_CFG_TARGET_FEATURE = Some("fxsr,sse,sse2") Running `/construction/editors/lapce/target/release/build/tree-sitter-sql-d3a147d1ad37e3cc/build-script-build` [tree-sitter-ocaml 0.20.0] TARGET = Some("x86_64-unknown-dragonfly") [tree-sitter-ocaml 0.20.0] OPT_LEVEL = Some("2") [tree-sitter-ocaml 0.20.0] HOST = Some("x86_64-unknown-dragonfly") [tree-sitter-ocaml 0.20.0] CC_x86_64-unknown-dragonfly = None [tree-sitter-ocaml 0.20.0] CC_x86_64_unknown_dragonfly = None [tree-sitter-ocaml 0.20.0] HOST_CC = None [tree-sitter-ocaml 0.20.0] CC = Some("cc") [tree-sitter-ocaml 0.20.0] CFLAGS_x86_64-unknown-dragonfly = None [tree-sitter-ocaml 0.20.0] CFLAGS_x86_64_unknown_dragonfly = None [tree-sitter-ocaml 0.20.0] HOST_CFLAGS = None [tree-sitter-ocaml 0.20.0] CFLAGS = Some("-pipe -O2 -isystem /usr/local/include -fno-strict-aliasing ") [tree-sitter-ocaml 0.20.0] CRATE_CC_NO_DEFAULTS = None [tree-sitter-ocaml 0.20.0] DEBUG = Some("false") [tree-sitter-ocaml 0.20.0] CARGO_CFG_TARGET_FEATURE = Some("fxsr,sse,sse2") [tree-sitter-ocaml 0.20.0] CC_x86_64-unknown-dragonfly = None [tree-sitter-ocaml 0.20.0] CC_x86_64_unknown_dragonfly = None [tree-sitter-ocaml 0.20.0] HOST_CC = None [tree-sitter-ocaml 0.20.0] CC = Some("cc") [tree-sitter-ocaml 0.20.0] CFLAGS_x86_64-unknown-dragonfly = None [tree-sitter-ocaml 0.20.0] CFLAGS_x86_64_unknown_dragonfly = None [tree-sitter-ocaml 0.20.0] HOST_CFLAGS = None [tree-sitter-ocaml 0.20.0] CFLAGS = Some("-pipe -O2 -isystem /usr/local/include -fno-strict-aliasing ") [tree-sitter-ocaml 0.20.0] CRATE_CC_NO_DEFAULTS = None [tree-sitter-ocaml 0.20.0] CARGO_CFG_TARGET_FEATURE = Some("fxsr,sse,sse2") [tree-sitter-bash 0.19.0] running: "c++" "-O2" "-ffunction-sections" "-fdata-sections" "-fPIC" "-m64" "-pipe" "-O2" "-isystem" "/usr/local/include" "-fno-strict-aliasing" "-isystem" "/usr/local/include" "-I" "src" "-Wno-unused-parameter" "-Wno-unused-but-set-variable" "-o" "/construction/editors/lapce/target/x86_64-unknown-dragonfly/release/build/tree-sitter-bash-f733edde7efd0e8d/out/src/scanner.o" "-c" "src/scanner.cc" [tree-sitter-bash 0.19.0] exit status: 0 [tree-sitter-prisma-io 1.3.0] AR_x86_64-unknown-dragonfly = None [tree-sitter-prisma-io 1.3.0] AR_x86_64_unknown_dragonfly = None [tree-sitter-prisma-io 1.3.0] HOST_AR = None [tree-sitter-prisma-io 1.3.0] AR = None [tree-sitter-prisma-io 1.3.0] running: ZERO_AR_DATE="1" "ar" "cq" "/construction/editors/lapce/target/x86_64-unknown-dragonfly/release/build/tree-sitter-prisma-io-fb2ffcf665038604/out/libparser.a" "/construction/editors/lapce/target/x86_64-unknown-dragonfly/release/build/tree-sitter-prisma-io-fb2ffcf665038604/out/src/parser.o" [tree-sitter-prisma-io 1.3.0] exit status: 0 [tree-sitter-prisma-io 1.3.0] running: "ar" "s" "/construction/editors/lapce/target/x86_64-unknown-dragonfly/release/build/tree-sitter-prisma-io-fb2ffcf665038604/out/libparser.a" [tree-sitter-prisma-io 1.3.0] exit status: 0 [tree-sitter-prisma-io 1.3.0] cargo:rustc-link-lib=static=parser [tree-sitter-prisma-io 1.3.0] cargo:rustc-link-search=native=/construction/editors/lapce/target/x86_64-unknown-dragonfly/release/build/tree-sitter-prisma-io-fb2ffcf665038604/out [tree-sitter-prisma-io 1.3.0] cargo:rerun-if-changed=src/parser.c Running `/construction/editors/lapce/target/release/build/tree-sitter-elm-3c4cfb4327884171/build-script-build` [tree-sitter-sql 0.0.2] TARGET = Some("x86_64-unknown-dragonfly") [tree-sitter-sql 0.0.2] OPT_LEVEL = Some("2") [tree-sitter-sql 0.0.2] HOST = Some("x86_64-unknown-dragonfly") [tree-sitter-sql 0.0.2] CC_x86_64-unknown-dragonfly = None [tree-sitter-sql 0.0.2] CC_x86_64_unknown_dragonfly = None [tree-sitter-sql 0.0.2] HOST_CC = None [tree-sitter-sql 0.0.2] CC = Some("cc") [tree-sitter-sql 0.0.2] CFLAGS_x86_64-unknown-dragonfly = None [tree-sitter-sql 0.0.2] CFLAGS_x86_64_unknown_dragonfly = None [tree-sitter-sql 0.0.2] HOST_CFLAGS = None [tree-sitter-sql 0.0.2] CFLAGS = Some("-pipe -O2 -isystem /usr/local/include -fno-strict-aliasing ") [tree-sitter-sql 0.0.2] CRATE_CC_NO_DEFAULTS = None [tree-sitter-sql 0.0.2] DEBUG = Some("false") [tree-sitter-sql 0.0.2] CARGO_CFG_TARGET_FEATURE = Some("fxsr,sse,sse2") [tree-sitter-sql 0.0.2] CC_x86_64-unknown-dragonfly = None [tree-sitter-sql 0.0.2] CC_x86_64_unknown_dragonfly = None [tree-sitter-sql 0.0.2] HOST_CC = None [tree-sitter-sql 0.0.2] CC = Some("cc") [tree-sitter-sql 0.0.2] CFLAGS_x86_64-unknown-dragonfly = None [tree-sitter-sql 0.0.2] CFLAGS_x86_64_unknown_dragonfly = None [tree-sitter-sql 0.0.2] HOST_CFLAGS = None [tree-sitter-sql 0.0.2] CFLAGS = Some("-pipe -O2 -isystem /usr/local/include -fno-strict-aliasing ") [tree-sitter-sql 0.0.2] CRATE_CC_NO_DEFAULTS = None [tree-sitter-sql 0.0.2] CARGO_CFG_TARGET_FEATURE = Some("fxsr,sse,sse2") [tree-sitter-ocaml 0.20.0] CC_x86_64-unknown-dragonfly = None [tree-sitter-ocaml 0.20.0] CC_x86_64_unknown_dragonfly = None [tree-sitter-ocaml 0.20.0] HOST_CC = None [tree-sitter-ocaml 0.20.0] CC = Some("cc") [tree-sitter-ocaml 0.20.0] CFLAGS_x86_64-unknown-dragonfly = None [tree-sitter-ocaml 0.20.0] CFLAGS_x86_64_unknown_dragonfly = None [tree-sitter-ocaml 0.20.0] HOST_CFLAGS = None [tree-sitter-ocaml 0.20.0] CFLAGS = Some("-pipe -O2 -isystem /usr/local/include -fno-strict-aliasing ") [tree-sitter-ocaml 0.20.0] CRATE_CC_NO_DEFAULTS = None [tree-sitter-ocaml 0.20.0] CARGO_CFG_TARGET_FEATURE = Some("fxsr,sse,sse2") [tree-sitter-sql 0.0.2] CC_x86_64-unknown-dragonfly = None [tree-sitter-sql 0.0.2] CC_x86_64_unknown_dragonfly = None [tree-sitter-php 0.19.1] running: "cc" "-O2" "-ffunction-sections" "-fdata-sections" "-fPIC" "-m64" "-pipe" "-O2" "-isystem" "/usr/local/include" "-fno-strict-aliasing" "-I" "src" "-Wno-unused-parameter" "-Wno-unused-but-set-variable" "-Wno-trigraphs" "-o" "/construction/editors/lapce/target/x86_64-unknown-dragonfly/release/build/tree-sitter-php-93bab2d2cafbe5de/out/src/parser.o" "-c" "src/parser.c" [tree-sitter-sql 0.0.2] HOST_CC = None [tree-sitter-sql 0.0.2] CC = Some("cc") [tree-sitter-sql 0.0.2] CFLAGS_x86_64-unknown-dragonfly = None [tree-sitter-sql 0.0.2] CFLAGS_x86_64_unknown_dragonfly = None [tree-sitter-sql 0.0.2] HOST_CFLAGS = None [tree-sitter-sql 0.0.2] CFLAGS = Some("-pipe -O2 -isystem /usr/local/include -fno-strict-aliasing ") [tree-sitter-sql 0.0.2] CRATE_CC_NO_DEFAULTS = None [tree-sitter-sql 0.0.2] CARGO_CFG_TARGET_FEATURE = Some("fxsr,sse,sse2") [tree-sitter-php 0.19.1] exit status: 0 [tree-sitter-lua 0.0.12] TARGET = Some("x86_64-unknown-dragonfly") [tree-sitter-lua 0.0.12] OPT_LEVEL = Some("2") [tree-sitter-lua 0.0.12] HOST = Some("x86_64-unknown-dragonfly") [tree-sitter-lua 0.0.12] CC_x86_64-unknown-dragonfly = None [tree-sitter-lua 0.0.12] CC_x86_64_unknown_dragonfly = None [tree-sitter-lua 0.0.12] HOST_CC = None [tree-sitter-lua 0.0.12] CC = Some("cc") [tree-sitter-lua 0.0.12] CFLAGS_x86_64-unknown-dragonfly = None [tree-sitter-lua 0.0.12] CFLAGS_x86_64_unknown_dragonfly = None [tree-sitter-lua 0.0.12] HOST_CFLAGS = None [tree-sitter-lua 0.0.12] CFLAGS = Some("-pipe -O2 -isystem /usr/local/include -fno-strict-aliasing ") [tree-sitter-lua 0.0.12] CRATE_CC_NO_DEFAULTS = None [tree-sitter-lua 0.0.12] DEBUG = Some("false") [tree-sitter-lua 0.0.12] CARGO_CFG_TARGET_FEATURE = Some("fxsr,sse,sse2") [tree-sitter-lua 0.0.12] CC_x86_64-unknown-dragonfly = None [tree-sitter-lua 0.0.12] CC_x86_64_unknown_dragonfly = None [tree-sitter-lua 0.0.12] HOST_CC = None [tree-sitter-lua 0.0.12] CC = Some("cc") [tree-sitter-lua 0.0.12] CFLAGS_x86_64-unknown-dragonfly = None [tree-sitter-lua 0.0.12] CFLAGS_x86_64_unknown_dragonfly = None [tree-sitter-lua 0.0.12] HOST_CFLAGS = None [tree-sitter-lua 0.0.12] CFLAGS = Some("-pipe -O2 -isystem /usr/local/include -fno-strict-aliasing ") [tree-sitter-lua 0.0.12] CRATE_CC_NO_DEFAULTS = None [tree-sitter-lua 0.0.12] CARGO_CFG_TARGET_FEATURE = Some("fxsr,sse,sse2") [tree-sitter-ocaml 0.20.0] CC_x86_64-unknown-dragonfly = None [tree-sitter-ocaml 0.20.0] CC_x86_64_unknown_dragonfly = None [tree-sitter-ocaml 0.20.0] HOST_CC = None [tree-sitter-ocaml 0.20.0] CC = Some("cc") [tree-sitter-ocaml 0.20.0] CFLAGS_x86_64-unknown-dragonfly = None [tree-sitter-ocaml 0.20.0] CFLAGS_x86_64_unknown_dragonfly = None [tree-sitter-ocaml 0.20.0] HOST_CFLAGS = None [tree-sitter-ocaml 0.20.0] CFLAGS = Some("-pipe -O2 -isystem /usr/local/include -fno-strict-aliasing ") [tree-sitter-ocaml 0.20.0] CRATE_CC_NO_DEFAULTS = None [tree-sitter-ocaml 0.20.0] CARGO_CFG_TARGET_FEATURE = Some("fxsr,sse,sse2") Running `/construction/editors/lapce/target/release/build/tree-sitter-yaml-a52ff8f6caf7ad3d/build-script-build` [tree-sitter-elm 5.6.3] TARGET = Some("x86_64-unknown-dragonfly") [tree-sitter-elm 5.6.3] OPT_LEVEL = Some("2") [tree-sitter-elm 5.6.3] HOST = Some("x86_64-unknown-dragonfly") [tree-sitter-elm 5.6.3] CC_x86_64-unknown-dragonfly = None [tree-sitter-elm 5.6.3] CC_x86_64_unknown_dragonfly = None [tree-sitter-elm 5.6.3] HOST_CC = None [tree-sitter-elm 5.6.3] CC = Some("cc") [tree-sitter-elm 5.6.3] CFLAGS_x86_64-unknown-dragonfly = None [tree-sitter-elm 5.6.3] CFLAGS_x86_64_unknown_dragonfly = None [tree-sitter-elm 5.6.3] HOST_CFLAGS = None [tree-sitter-elm 5.6.3] CFLAGS = Some("-pipe -O2 -isystem /usr/local/include -fno-strict-aliasing ") [tree-sitter-elm 5.6.3] CRATE_CC_NO_DEFAULTS = None [tree-sitter-elm 5.6.3] DEBUG = Some("false") [tree-sitter-elm 5.6.3] CARGO_CFG_TARGET_FEATURE = Some("fxsr,sse,sse2") [tree-sitter-elm 5.6.3] CC_x86_64-unknown-dragonfly = None [tree-sitter-elm 5.6.3] CC_x86_64_unknown_dragonfly = None [tree-sitter-elm 5.6.3] HOST_CC = None [tree-sitter-elm 5.6.3] CC = Some("cc") [tree-sitter-elm 5.6.3] CFLAGS_x86_64-unknown-dragonfly = None [tree-sitter-elm 5.6.3] CFLAGS_x86_64_unknown_dragonfly = None [tree-sitter-elm 5.6.3] HOST_CFLAGS = None [tree-sitter-elm 5.6.3] CFLAGS = Some("-pipe -O2 -isystem /usr/local/include -fno-strict-aliasing ") [tree-sitter-elm 5.6.3] CRATE_CC_NO_DEFAULTS = None [tree-sitter-elm 5.6.3] CARGO_CFG_TARGET_FEATURE = Some("fxsr,sse,sse2") [tree-sitter-sql 0.0.2] CC_x86_64-unknown-dragonfly = None [tree-sitter-sql 0.0.2] CC_x86_64_unknown_dragonfly = None [tree-sitter-sql 0.0.2] HOST_CC = None [tree-sitter-sql 0.0.2] CC = Some("cc") [tree-sitter-sql 0.0.2] CFLAGS_x86_64-unknown-dragonfly = None [tree-sitter-sql 0.0.2] CFLAGS_x86_64_unknown_dragonfly = None [tree-sitter-sql 0.0.2] HOST_CFLAGS = None [tree-sitter-sql 0.0.2] CFLAGS = Some("-pipe -O2 -isystem /usr/local/include -fno-strict-aliasing ") [tree-sitter-sql 0.0.2] CRATE_CC_NO_DEFAULTS = None [tree-sitter-sql 0.0.2] CARGO_CFG_TARGET_FEATURE = Some("fxsr,sse,sse2") [tree-sitter-lua 0.0.12] CC_x86_64-unknown-dragonfly = None [tree-sitter-lua 0.0.12] CC_x86_64_unknown_dragonfly = None [tree-sitter-lua 0.0.12] HOST_CC = None [tree-sitter-lua 0.0.12] CC = Some("cc") [tree-sitter-lua 0.0.12] CFLAGS_x86_64-unknown-dragonfly = None [tree-sitter-lua 0.0.12] CFLAGS_x86_64_unknown_dragonfly = None [tree-sitter-lua 0.0.12] HOST_CFLAGS = None [tree-sitter-lua 0.0.12] CFLAGS = Some("-pipe -O2 -isystem /usr/local/include -fno-strict-aliasing ") [tree-sitter-lua 0.0.12] CRATE_CC_NO_DEFAULTS = None [tree-sitter-lua 0.0.12] CARGO_CFG_TARGET_FEATURE = Some("fxsr,sse,sse2") [tree-sitter-ocaml 0.20.0] running: "cc" "-O2" "-ffunction-sections" "-fdata-sections" "-fPIC" "-m64" "-pipe" "-O2" "-isystem" "/usr/local/include" "-fno-strict-aliasing" "-I" "./ocaml/src" "-Wno-unused-parameter" "-Wno-unused-but-set-variable" "-Wno-trigraphs" "-o" "/construction/editors/lapce/target/x86_64-unknown-dragonfly/release/build/tree-sitter-ocaml-9d6d2ffaa127ec88/out/./ocaml/src/parser.o" "-c" "./ocaml/src/parser.c" [tree-sitter-elm 5.6.3] CC_x86_64-unknown-dragonfly = None [tree-sitter-elm 5.6.3] CC_x86_64_unknown_dragonfly = None [tree-sitter-elm 5.6.3] HOST_CC = None [tree-sitter-elm 5.6.3] CC = Some("cc") [tree-sitter-elm 5.6.3] CFLAGS_x86_64-unknown-dragonfly = None [tree-sitter-elm 5.6.3] CFLAGS_x86_64_unknown_dragonfly = None [tree-sitter-elm 5.6.3] HOST_CFLAGS = None [tree-sitter-elm 5.6.3] CFLAGS = Some("-pipe -O2 -isystem /usr/local/include -fno-strict-aliasing ") [tree-sitter-elm 5.6.3] CRATE_CC_NO_DEFAULTS = None [tree-sitter-elm 5.6.3] CARGO_CFG_TARGET_FEATURE = Some("fxsr,sse,sse2") [tree-sitter-sql 0.0.2] running: "cc" "-O2" "-ffunction-sections" "-fdata-sections" "-fPIC" "-m64" "-pipe" "-O2" "-isystem" "/usr/local/include" "-fno-strict-aliasing" "-I" "src" "-Wno-unused-parameter" "-Wno-unused-but-set-variable" "-Wno-trigraphs" "-o" "/construction/editors/lapce/target/x86_64-unknown-dragonfly/release/build/tree-sitter-sql-abf908ce34946dfb/out/src/parser.o" "-c" "src/parser.c" [tree-sitter-lua 0.0.12] CC_x86_64-unknown-dragonfly = None [tree-sitter-lua 0.0.12] CC_x86_64_unknown_dragonfly = None [tree-sitter-lua 0.0.12] HOST_CC = None [tree-sitter-lua 0.0.12] CC = Some("cc") [tree-sitter-lua 0.0.12] CFLAGS_x86_64-unknown-dragonfly = None [tree-sitter-lua 0.0.12] CFLAGS_x86_64_unknown_dragonfly = None [tree-sitter-lua 0.0.12] HOST_CFLAGS = None [tree-sitter-lua 0.0.12] CFLAGS = Some("-pipe -O2 -isystem /usr/local/include -fno-strict-aliasing ") [tree-sitter-lua 0.0.12] CRATE_CC_NO_DEFAULTS = None [tree-sitter-lua 0.0.12] CARGO_CFG_TARGET_FEATURE = Some("fxsr,sse,sse2") [tree-sitter-elm 5.6.3] CC_x86_64-unknown-dragonfly = None [tree-sitter-elm 5.6.3] CC_x86_64_unknown_dragonfly = None [tree-sitter-elm 5.6.3] HOST_CC = None [tree-sitter-elm 5.6.3] CC = Some("cc") [tree-sitter-elm 5.6.3] CFLAGS_x86_64-unknown-dragonfly = None [tree-sitter-elm 5.6.3] CFLAGS_x86_64_unknown_dragonfly = None [tree-sitter-elm 5.6.3] HOST_CFLAGS = None [tree-sitter-elm 5.6.3] CFLAGS = Some("-pipe -O2 -isystem /usr/local/include -fno-strict-aliasing ") [tree-sitter-elm 5.6.3] CRATE_CC_NO_DEFAULTS = None [tree-sitter-elm 5.6.3] CARGO_CFG_TARGET_FEATURE = Some("fxsr,sse,sse2") [tree-sitter-ocaml 0.20.0] exit status: 0 [tree-sitter-php 0.19.1] AR_x86_64-unknown-dragonfly = None [tree-sitter-php 0.19.1] AR_x86_64_unknown_dragonfly = None [tree-sitter-php 0.19.1] HOST_AR = None [tree-sitter-php 0.19.1] AR = None [tree-sitter-php 0.19.1] running: ZERO_AR_DATE="1" "ar" "cq" "/construction/editors/lapce/target/x86_64-unknown-dragonfly/release/build/tree-sitter-php-93bab2d2cafbe5de/out/libparser.a" "/construction/editors/lapce/target/x86_64-unknown-dragonfly/release/build/tree-sitter-php-93bab2d2cafbe5de/out/src/parser.o" [tree-sitter-php 0.19.1] exit status: 0 [tree-sitter-php 0.19.1] running: "ar" "s" "/construction/editors/lapce/target/x86_64-unknown-dragonfly/release/build/tree-sitter-php-93bab2d2cafbe5de/out/libparser.a" [tree-sitter-php 0.19.1] exit status: 0 [tree-sitter-php 0.19.1] cargo:rustc-link-lib=static=parser [tree-sitter-php 0.19.1] cargo:rustc-link-search=native=/construction/editors/lapce/target/x86_64-unknown-dragonfly/release/build/tree-sitter-php-93bab2d2cafbe5de/out [tree-sitter-php 0.19.1] cargo:rerun-if-changed=src/scanner.cc [tree-sitter-yaml 0.0.1] TARGET = Some("x86_64-unknown-dragonfly") [tree-sitter-yaml 0.0.1] OPT_LEVEL = Some("2") [tree-sitter-yaml 0.0.1] HOST = Some("x86_64-unknown-dragonfly") [tree-sitter-yaml 0.0.1] CC_x86_64-unknown-dragonfly = None [tree-sitter-yaml 0.0.1] CC_x86_64_unknown_dragonfly = None [tree-sitter-yaml 0.0.1] HOST_CC = None [tree-sitter-yaml 0.0.1] CC = Some("cc") [tree-sitter-yaml 0.0.1] CFLAGS_x86_64-unknown-dragonfly = None [tree-sitter-yaml 0.0.1] CFLAGS_x86_64_unknown_dragonfly = None [tree-sitter-yaml 0.0.1] HOST_CFLAGS = None [tree-sitter-yaml 0.0.1] CFLAGS = Some("-pipe -O2 -isystem /usr/local/include -fno-strict-aliasing ") [tree-sitter-yaml 0.0.1] CRATE_CC_NO_DEFAULTS = None [tree-sitter-yaml 0.0.1] DEBUG = Some("false") [tree-sitter-yaml 0.0.1] CARGO_CFG_TARGET_FEATURE = Some("fxsr,sse,sse2") [tree-sitter-yaml 0.0.1] CC_x86_64-unknown-dragonfly = None [tree-sitter-yaml 0.0.1] CC_x86_64_unknown_dragonfly = None [tree-sitter-yaml 0.0.1] HOST_CC = None [tree-sitter-yaml 0.0.1] CC = Some("cc") [tree-sitter-yaml 0.0.1] CFLAGS_x86_64-unknown-dragonfly = None [tree-sitter-yaml 0.0.1] CFLAGS_x86_64_unknown_dragonfly = None [tree-sitter-yaml 0.0.1] HOST_CFLAGS = None [tree-sitter-yaml 0.0.1] CFLAGS = Some("-pipe -O2 -isystem /usr/local/include -fno-strict-aliasing ") [tree-sitter-yaml 0.0.1] CRATE_CC_NO_DEFAULTS = None [tree-sitter-yaml 0.0.1] CARGO_CFG_TARGET_FEATURE = Some("fxsr,sse,sse2") [tree-sitter-lua 0.0.12] running: "cc" "-O2" "-ffunction-sections" "-fdata-sections" "-fPIC" "-m64" "-pipe" "-O2" "-isystem" "/usr/local/include" "-fno-strict-aliasing" "-I" "src" "-Wno-unused-parameter" "-Wno-unused-but-set-variable" "-Wno-trigraphs" "-o" "/construction/editors/lapce/target/x86_64-unknown-dragonfly/release/build/tree-sitter-lua-9baeb3425d03744a/out/src/parser.o" "-c" "src/parser.c" [tree-sitter-lua 0.0.12] exit status: 0 [tree-sitter-go 0.19.1] AR_x86_64-unknown-dragonfly = None [tree-sitter-go 0.19.1] AR_x86_64_unknown_dragonfly = None [tree-sitter-go 0.19.1] HOST_AR = None [tree-sitter-go 0.19.1] AR = None [tree-sitter-go 0.19.1] running: ZERO_AR_DATE="1" "ar" "cq" "/construction/editors/lapce/target/x86_64-unknown-dragonfly/release/build/tree-sitter-go-6eba3647b9afcb0f/out/libparser.a" "/construction/editors/lapce/target/x86_64-unknown-dragonfly/release/build/tree-sitter-go-6eba3647b9afcb0f/out/src/parser.o" [tree-sitter-go 0.19.1] exit status: 0 [tree-sitter-go 0.19.1] running: "ar" "s" "/construction/editors/lapce/target/x86_64-unknown-dragonfly/release/build/tree-sitter-go-6eba3647b9afcb0f/out/libparser.a" [tree-sitter-go 0.19.1] exit status: 0 [tree-sitter-go 0.19.1] cargo:rustc-link-lib=static=parser [tree-sitter-go 0.19.1] cargo:rustc-link-search=native=/construction/editors/lapce/target/x86_64-unknown-dragonfly/release/build/tree-sitter-go-6eba3647b9afcb0f/out Running `/construction/editors/lapce/target/release/build/tree-sitter-c-5bb8ff483c6effce/build-script-build` [tree-sitter-elm 5.6.3] running: "cc" "-O2" "-ffunction-sections" "-fdata-sections" "-fPIC" "-m64" "-pipe" "-O2" "-isystem" "/usr/local/include" "-fno-strict-aliasing" "-I" "src" "-Wno-unused-parameter" "-Wno-unused-but-set-variable" "-Wno-trigraphs" "-o" "/construction/editors/lapce/target/x86_64-unknown-dragonfly/release/build/tree-sitter-elm-2475034bb373fa4f/out/src/parser.o" "-c" "src/parser.c" [tree-sitter-c 0.20.2] cargo:rerun-if-changed=src/parser.c [tree-sitter-typescript 0.20.1] TARGET = Some("x86_64-unknown-dragonfly") [tree-sitter-typescript 0.20.1] OPT_LEVEL = Some("2") [tree-sitter-typescript 0.20.1] HOST = Some("x86_64-unknown-dragonfly") [tree-sitter-typescript 0.20.1] CC_x86_64-unknown-dragonfly = None [tree-sitter-typescript 0.20.1] CC_x86_64_unknown_dragonfly = None [tree-sitter-typescript 0.20.1] HOST_CC = None [tree-sitter-typescript 0.20.1] CC = Some("cc") [tree-sitter-typescript 0.20.1] CFLAGS_x86_64-unknown-dragonfly = None [tree-sitter-typescript 0.20.1] CFLAGS_x86_64_unknown_dragonfly = None [tree-sitter-typescript 0.20.1] HOST_CFLAGS = None [tree-sitter-typescript 0.20.1] CFLAGS = Some("-pipe -O2 -isystem /usr/local/include -fno-strict-aliasing ") [tree-sitter-typescript 0.20.1] CRATE_CC_NO_DEFAULTS = None [tree-sitter-typescript 0.20.1] DEBUG = Some("false") [tree-sitter-typescript 0.20.1] CARGO_CFG_TARGET_FEATURE = Some("fxsr,sse,sse2") [tree-sitter-yaml 0.0.1] CC_x86_64-unknown-dragonfly = None [tree-sitter-yaml 0.0.1] CC_x86_64_unknown_dragonfly = None [tree-sitter-yaml 0.0.1] HOST_CC = None [tree-sitter-yaml 0.0.1] CC = Some("cc") [tree-sitter-yaml 0.0.1] CFLAGS_x86_64-unknown-dragonfly = None [tree-sitter-yaml 0.0.1] CFLAGS_x86_64_unknown_dragonfly = None [tree-sitter-yaml 0.0.1] HOST_CFLAGS = None [tree-sitter-yaml 0.0.1] CFLAGS = Some("-pipe -O2 -isystem /usr/local/include -fno-strict-aliasing ") [tree-sitter-typescript 0.20.1] CC_x86_64-unknown-dragonfly = None [tree-sitter-yaml 0.0.1] CRATE_CC_NO_DEFAULTS = None [tree-sitter-typescript 0.20.1] CC_x86_64_unknown_dragonfly = None [tree-sitter-typescript 0.20.1] HOST_CC = None [tree-sitter-typescript 0.20.1] CC = Some("cc") [tree-sitter-typescript 0.20.1] CFLAGS_x86_64-unknown-dragonfly = None [tree-sitter-typescript 0.20.1] CFLAGS_x86_64_unknown_dragonfly = None [tree-sitter-yaml 0.0.1] CARGO_CFG_TARGET_FEATURE = Some("fxsr,sse,sse2") [tree-sitter-typescript 0.20.1] HOST_CFLAGS = None [tree-sitter-typescript 0.20.1] CFLAGS = Some("-pipe -O2 -isystem /usr/local/include -fno-strict-aliasing ") [tree-sitter-typescript 0.20.1] CRATE_CC_NO_DEFAULTS = None [tree-sitter-typescript 0.20.1] CARGO_CFG_TARGET_FEATURE = Some("fxsr,sse,sse2") [tree-sitter-elm 5.6.3] exit status: 0 [zstd-sys 2.0.1+zstd.1.5.2] running: "cc" "-O3" "-ffunction-sections" "-fdata-sections" "-fPIC" "-m64" "-pipe" "-O2" "-isystem" "/usr/local/include" "-fno-strict-aliasing" "-I" "zstd/lib/" "-I" "zstd/lib/common" "-I" "zstd/lib/legacy" "-fvisibility=hidden" "-DZSTD_LIB_DEPRECATED=0" "-DXXH_PRIVATE_API=" "-DZSTDLIB_VISIBILITY=" "-DZDICTLIB_VISIBILITY=" "-DZSTDERRORLIB_VISIBILITY=" "-DZSTD_LEGACY_SUPPORT=1" "-o" "/construction/editors/lapce/target/x86_64-unknown-dragonfly/release/build/zstd-sys-04bdbafb9fc1b037/out/zstd/lib/compress/zstd_fast.o" "-c" "zstd/lib/compress/zstd_fast.c" [zstd-sys 2.0.1+zstd.1.5.2] exit status: 0 Running `/construction/editors/lapce/target/release/build/tree-sitter-cmake-2230ffc6de9d669f/build-script-build` [tree-sitter-c 0.20.2] TARGET = Some("x86_64-unknown-dragonfly") [tree-sitter-c 0.20.2] OPT_LEVEL = Some("2") [tree-sitter-c 0.20.2] HOST = Some("x86_64-unknown-dragonfly") [tree-sitter-c 0.20.2] CC_x86_64-unknown-dragonfly = None [tree-sitter-c 0.20.2] CC_x86_64_unknown_dragonfly = None [tree-sitter-c 0.20.2] HOST_CC = None [tree-sitter-sql 0.0.2] exit status: 0 [tree-sitter-toml 0.20.0] AR_x86_64-unknown-dragonfly = None [tree-sitter-toml 0.20.0] AR_x86_64_unknown_dragonfly = None [tree-sitter-toml 0.20.0] HOST_AR = None [tree-sitter-toml 0.20.0] AR = None [tree-sitter-toml 0.20.0] running: ZERO_AR_DATE="1" "ar" "cq" "/construction/editors/lapce/target/x86_64-unknown-dragonfly/release/build/tree-sitter-toml-9ea548676e7d2cee/out/libparser-scanner.a" "/construction/editors/lapce/target/x86_64-unknown-dragonfly/release/build/tree-sitter-toml-9ea548676e7d2cee/out/src/parser.o" "/construction/editors/lapce/target/x86_64-unknown-dragonfly/release/build/tree-sitter-toml-9ea548676e7d2cee/out/src/scanner.o" [tree-sitter-toml 0.20.0] exit status: 0 [tree-sitter-toml 0.20.0] running: "ar" "s" "/construction/editors/lapce/target/x86_64-unknown-dragonfly/release/build/tree-sitter-toml-9ea548676e7d2cee/out/libparser-scanner.a" [tree-sitter-c 0.20.2] CC = Some("cc") [tree-sitter-c 0.20.2] CFLAGS_x86_64-unknown-dragonfly = None [tree-sitter-c 0.20.2] CFLAGS_x86_64_unknown_dragonfly = None [tree-sitter-c 0.20.2] HOST_CFLAGS = None [tree-sitter-c 0.20.2] CFLAGS = Some("-pipe -O2 -isystem /usr/local/include -fno-strict-aliasing ") [tree-sitter-c 0.20.2] CRATE_CC_NO_DEFAULTS = None [tree-sitter-c 0.20.2] DEBUG = Some("false") [tree-sitter-c 0.20.2] CARGO_CFG_TARGET_FEATURE = Some("fxsr,sse,sse2") [tree-sitter-c 0.20.2] CC_x86_64-unknown-dragonfly = None [tree-sitter-c 0.20.2] CC_x86_64_unknown_dragonfly = None [tree-sitter-c 0.20.2] HOST_CC = None [tree-sitter-c 0.20.2] CC = Some("cc") [tree-sitter-c 0.20.2] CFLAGS_x86_64-unknown-dragonfly = None [tree-sitter-c 0.20.2] CFLAGS_x86_64_unknown_dragonfly = None [tree-sitter-c 0.20.2] HOST_CFLAGS = None [tree-sitter-c 0.20.2] CFLAGS = Some("-pipe -O2 -isystem /usr/local/include -fno-strict-aliasing ") [tree-sitter-c 0.20.2] CRATE_CC_NO_DEFAULTS = None [tree-sitter-c 0.20.2] CARGO_CFG_TARGET_FEATURE = Some("fxsr,sse,sse2") [tree-sitter-toml 0.20.0] exit status: 0 [tree-sitter-toml 0.20.0] cargo:rustc-link-lib=static=parser-scanner [tree-sitter-toml 0.20.0] cargo:rustc-link-search=native=/construction/editors/lapce/target/x86_64-unknown-dragonfly/release/build/tree-sitter-toml-9ea548676e7d2cee/out Running `/construction/editors/lapce/target/release/build/tree-sitter-hcl-31b16acd62692a29/build-script-build` [tree-sitter-yaml 0.0.1] CC_x86_64-unknown-dragonfly = None [tree-sitter-yaml 0.0.1] CC_x86_64_unknown_dragonfly = None [tree-sitter-yaml 0.0.1] HOST_CC = None [tree-sitter-yaml 0.0.1] CC = Some("cc") [tree-sitter-yaml 0.0.1] CFLAGS_x86_64-unknown-dragonfly = None [tree-sitter-yaml 0.0.1] CFLAGS_x86_64_unknown_dragonfly = None [tree-sitter-yaml 0.0.1] HOST_CFLAGS = None [tree-sitter-yaml 0.0.1] CFLAGS = Some("-pipe -O2 -isystem /usr/local/include -fno-strict-aliasing ") [tree-sitter-yaml 0.0.1] CRATE_CC_NO_DEFAULTS = None [tree-sitter-yaml 0.0.1] CARGO_CFG_TARGET_FEATURE = Some("fxsr,sse,sse2") [tree-sitter-typescript 0.20.1] CC_x86_64-unknown-dragonfly = None [tree-sitter-typescript 0.20.1] CC_x86_64_unknown_dragonfly = None [tree-sitter-typescript 0.20.1] HOST_CC = None [tree-sitter-typescript 0.20.1] CC = Some("cc") [tree-sitter-typescript 0.20.1] CFLAGS_x86_64-unknown-dragonfly = None [tree-sitter-typescript 0.20.1] CFLAGS_x86_64_unknown_dragonfly = None [tree-sitter-typescript 0.20.1] HOST_CFLAGS = None [tree-sitter-typescript 0.20.1] CFLAGS = Some("-pipe -O2 -isystem /usr/local/include -fno-strict-aliasing ") [tree-sitter-typescript 0.20.1] CRATE_CC_NO_DEFAULTS = None [tree-sitter-typescript 0.20.1] CARGO_CFG_TARGET_FEATURE = Some("fxsr,sse,sse2") [tree-sitter-yaml 0.0.1] running: "cc" "-O2" "-ffunction-sections" "-fdata-sections" "-fPIC" "-m64" "-pipe" "-O2" "-isystem" "/usr/local/include" "-fno-strict-aliasing" "-I" "src" "-Wno-unused-parameter" "-Wno-unused-but-set-variable" "-Wno-trigraphs" "-o" "/construction/editors/lapce/target/x86_64-unknown-dragonfly/release/build/tree-sitter-yaml-f252130566c6df00/out/src/parser.o" "-c" "src/parser.c" [tree-sitter-typescript 0.20.1] running: "cc" "-O2" "-ffunction-sections" "-fdata-sections" "-fPIC" "-m64" "-pipe" "-O2" "-isystem" "/usr/local/include" "-fno-strict-aliasing" "-I" "./typescript/src" "-Wno-unused-parameter" "-Wno-unused-but-set-variable" "-o" "/construction/editors/lapce/target/x86_64-unknown-dragonfly/release/build/tree-sitter-typescript-7f2b72d4c34b3b7c/out/./typescript/src/parser.o" "-c" "./typescript/src/parser.c" [tree-sitter-yaml 0.0.1] exit status: 0 [tree-sitter-elm 5.6.3] AR_x86_64-unknown-dragonfly = None [tree-sitter-elm 5.6.3] AR_x86_64_unknown_dragonfly = None [tree-sitter-elm 5.6.3] HOST_AR = None [tree-sitter-elm 5.6.3] AR = None [tree-sitter-elm 5.6.3] running: ZERO_AR_DATE="1" "ar" "cq" "/construction/editors/lapce/target/x86_64-unknown-dragonfly/release/build/tree-sitter-elm-2475034bb373fa4f/out/libparser.a" "/construction/editors/lapce/target/x86_64-unknown-dragonfly/release/build/tree-sitter-elm-2475034bb373fa4f/out/src/parser.o" [tree-sitter-elm 5.6.3] exit status: 0 [tree-sitter-elm 5.6.3] running: "ar" "s" "/construction/editors/lapce/target/x86_64-unknown-dragonfly/release/build/tree-sitter-elm-2475034bb373fa4f/out/libparser.a" [tree-sitter-elm 5.6.3] exit status: 0 [tree-sitter-elm 5.6.3] cargo:rustc-link-lib=static=parser [tree-sitter-elm 5.6.3] cargo:rustc-link-search=native=/construction/editors/lapce/target/x86_64-unknown-dragonfly/release/build/tree-sitter-elm-2475034bb373fa4f/out [tree-sitter-elm 5.6.3] cargo:rerun-if-changed=src/parser.c Running `/construction/editors/lapce/target/release/build/tree-sitter-wgsl-5498bb7cfcd97c42/build-script-build` [tree-sitter-php 0.19.1] TARGET = Some("x86_64-unknown-dragonfly") [tree-sitter-php 0.19.1] OPT_LEVEL = Some("2") [tree-sitter-php 0.19.1] HOST = Some("x86_64-unknown-dragonfly") [tree-sitter-php 0.19.1] CXX_x86_64-unknown-dragonfly = None [tree-sitter-php 0.19.1] CXX_x86_64_unknown_dragonfly = None [tree-sitter-php 0.19.1] HOST_CXX = None [tree-sitter-php 0.19.1] CXX = Some("c++") [tree-sitter-php 0.19.1] CXXFLAGS_x86_64-unknown-dragonfly = None [tree-sitter-php 0.19.1] CXXFLAGS_x86_64_unknown_dragonfly = None [tree-sitter-typescript 0.20.1] exit status: 0 [tree-sitter-php 0.19.1] HOST_CXXFLAGS = None [tree-sitter-php 0.19.1] CXXFLAGS = Some(" -pipe -O2 -isystem /usr/local/include -fno-strict-aliasing -isystem /usr/local/include ") [tree-sitter-php 0.19.1] CRATE_CC_NO_DEFAULTS = None [tree-sitter-php 0.19.1] DEBUG = Some("false") [tree-sitter-php 0.19.1] CARGO_CFG_TARGET_FEATURE = Some("fxsr,sse,sse2") [tree-sitter-php 0.19.1] CXX_x86_64-unknown-dragonfly = None [tree-sitter-php 0.19.1] CXX_x86_64_unknown_dragonfly = None [tree-sitter-php 0.19.1] HOST_CXX = None [tree-sitter-php 0.19.1] CXX = Some("c++") [tree-sitter-php 0.19.1] CXXFLAGS_x86_64-unknown-dragonfly = None [tree-sitter-php 0.19.1] CXXFLAGS_x86_64_unknown_dragonfly = None [tree-sitter-php 0.19.1] HOST_CXXFLAGS = None [tree-sitter-php 0.19.1] CXXFLAGS = Some(" -pipe -O2 -isystem /usr/local/include -fno-strict-aliasing -isystem /usr/local/include ") [tree-sitter-php 0.19.1] CRATE_CC_NO_DEFAULTS = None [tree-sitter-php 0.19.1] CARGO_CFG_TARGET_FEATURE = Some("fxsr,sse,sse2") Running `/construction/editors/lapce/target/release/build/tree-sitter-html-8f2f503a7fe1abf6/build-script-build` [tree-sitter-c 0.20.2] CC_x86_64-unknown-dragonfly = None [tree-sitter-c 0.20.2] CC_x86_64_unknown_dragonfly = None [tree-sitter-c 0.20.2] HOST_CC = None [tree-sitter-c 0.20.2] CC = Some("cc") [tree-sitter-c 0.20.2] CFLAGS_x86_64-unknown-dragonfly = None [tree-sitter-c 0.20.2] CFLAGS_x86_64_unknown_dragonfly = None [tree-sitter-c 0.20.2] HOST_CFLAGS = None [tree-sitter-c 0.20.2] CFLAGS = Some("-pipe -O2 -isystem /usr/local/include -fno-strict-aliasing ") [tree-sitter-c 0.20.2] CRATE_CC_NO_DEFAULTS = None [tree-sitter-c 0.20.2] CARGO_CFG_TARGET_FEATURE = Some("fxsr,sse,sse2") [tree-sitter-html 0.19.0] cargo:rerun-if-changed=src/parser.c [tree-sitter-php 0.19.1] CXX_x86_64-unknown-dragonfly = None [tree-sitter-php 0.19.1] CXX_x86_64_unknown_dragonfly = None [tree-sitter-php 0.19.1] HOST_CXX = None [tree-sitter-php 0.19.1] CXX = Some("c++") [tree-sitter-php 0.19.1] CXXFLAGS_x86_64-unknown-dragonfly = None [tree-sitter-php 0.19.1] CXXFLAGS_x86_64_unknown_dragonfly = None [tree-sitter-php 0.19.1] HOST_CXXFLAGS = None [tree-sitter-php 0.19.1] CXXFLAGS = Some(" -pipe -O2 -isystem /usr/local/include -fno-strict-aliasing -isystem /usr/local/include ") [tree-sitter-php 0.19.1] CRATE_CC_NO_DEFAULTS = None [tree-sitter-php 0.19.1] CARGO_CFG_TARGET_FEATURE = Some("fxsr,sse,sse2") [tree-sitter-c 0.20.2] CC_x86_64-unknown-dragonfly = None [tree-sitter-c 0.20.2] CC_x86_64_unknown_dragonfly = None [tree-sitter-c 0.20.2] HOST_CC = None [tree-sitter-c 0.20.2] CC = Some("cc") [tree-sitter-c 0.20.2] CFLAGS_x86_64-unknown-dragonfly = None [tree-sitter-c 0.20.2] CFLAGS_x86_64_unknown_dragonfly = None [tree-sitter-c 0.20.2] HOST_CFLAGS = None [tree-sitter-c 0.20.2] CFLAGS = Some("-pipe -O2 -isystem /usr/local/include -fno-strict-aliasing ") [tree-sitter-c 0.20.2] CRATE_CC_NO_DEFAULTS = None [tree-sitter-c 0.20.2] CARGO_CFG_TARGET_FEATURE = Some("fxsr,sse,sse2") [tree-sitter-php 0.19.1] running: "c++" "-O2" "-ffunction-sections" "-fdata-sections" "-fPIC" "-m64" "-pipe" "-O2" "-isystem" "/usr/local/include" "-fno-strict-aliasing" "-isystem" "/usr/local/include" "-I" "src" "-Wno-unused-parameter" "-Wno-unused-but-set-variable" "-o" "/construction/editors/lapce/target/x86_64-unknown-dragonfly/release/build/tree-sitter-php-93bab2d2cafbe5de/out/src/scanner.o" "-c" "src/scanner.cc" [tree-sitter-php 0.19.1] exit status: 0 [tree-sitter-html 0.19.0] TARGET = Some("x86_64-unknown-dragonfly") [tree-sitter-html 0.19.0] OPT_LEVEL = Some("2") [tree-sitter-html 0.19.0] HOST = Some("x86_64-unknown-dragonfly") [tree-sitter-html 0.19.0] CC_x86_64-unknown-dragonfly = None [tree-sitter-html 0.19.0] CC_x86_64_unknown_dragonfly = None [tree-sitter-html 0.19.0] HOST_CC = None [tree-sitter-html 0.19.0] CC = Some("cc") [tree-sitter-html 0.19.0] CFLAGS_x86_64-unknown-dragonfly = None [tree-sitter-html 0.19.0] CFLAGS_x86_64_unknown_dragonfly = None [tree-sitter-html 0.19.0] HOST_CFLAGS = None [tree-sitter-html 0.19.0] CFLAGS = Some("-pipe -O2 -isystem /usr/local/include -fno-strict-aliasing ") [tree-sitter-html 0.19.0] CRATE_CC_NO_DEFAULTS = None [tree-sitter-html 0.19.0] DEBUG = Some("false") [tree-sitter-html 0.19.0] CARGO_CFG_TARGET_FEATURE = Some("fxsr,sse,sse2") [tree-sitter-html 0.19.0] CC_x86_64-unknown-dragonfly = None [tree-sitter-html 0.19.0] CC_x86_64_unknown_dragonfly = None [tree-sitter-html 0.19.0] HOST_CC = None [tree-sitter-html 0.19.0] CC = Some("cc") [tree-sitter-html 0.19.0] CFLAGS_x86_64-unknown-dragonfly = None [tree-sitter-html 0.19.0] CFLAGS_x86_64_unknown_dragonfly = None [tree-sitter-html 0.19.0] HOST_CFLAGS = None [tree-sitter-html 0.19.0] CFLAGS = Some("-pipe -O2 -isystem /usr/local/include -fno-strict-aliasing ") [tree-sitter-html 0.19.0] CRATE_CC_NO_DEFAULTS = None [tree-sitter-html 0.19.0] CARGO_CFG_TARGET_FEATURE = Some("fxsr,sse,sse2") [tree-sitter-c 0.20.2] running: "cc" "-O2" "-ffunction-sections" "-fdata-sections" "-fPIC" "-m64" "-pipe" "-O2" "-isystem" "/usr/local/include" "-fno-strict-aliasing" "-I" "src" "-Wno-unused-parameter" "-Wno-unused-but-set-variable" "-Wno-trigraphs" "-o" "/construction/editors/lapce/target/x86_64-unknown-dragonfly/release/build/tree-sitter-c-b8fd6fb55d3225e4/out/src/parser.o" "-c" "src/parser.c" [tree-sitter-d 0.3.2] exit status: 0 [tree-sitter-hcl 0.0.1] TARGET = Some("x86_64-unknown-dragonfly") [tree-sitter-hcl 0.0.1] OPT_LEVEL = Some("2") [tree-sitter-hcl 0.0.1] HOST = Some("x86_64-unknown-dragonfly") [tree-sitter-hcl 0.0.1] CC_x86_64-unknown-dragonfly = None [tree-sitter-hcl 0.0.1] CC_x86_64_unknown_dragonfly = None [tree-sitter-hcl 0.0.1] HOST_CC = None [tree-sitter-hcl 0.0.1] CC = Some("cc") [tree-sitter-hcl 0.0.1] CFLAGS_x86_64-unknown-dragonfly = None [tree-sitter-hcl 0.0.1] CFLAGS_x86_64_unknown_dragonfly = None [tree-sitter-hcl 0.0.1] HOST_CFLAGS = None [tree-sitter-hcl 0.0.1] CFLAGS = Some("-pipe -O2 -isystem /usr/local/include -fno-strict-aliasing ") [tree-sitter-hcl 0.0.1] CRATE_CC_NO_DEFAULTS = None [tree-sitter-hcl 0.0.1] DEBUG = Some("false") [tree-sitter-hcl 0.0.1] CARGO_CFG_TARGET_FEATURE = Some("fxsr,sse,sse2") [tree-sitter-hcl 0.0.1] CC_x86_64-unknown-dragonfly = None [tree-sitter-hcl 0.0.1] CC_x86_64_unknown_dragonfly = None [tree-sitter-hcl 0.0.1] HOST_CC = None [tree-sitter-hcl 0.0.1] CC = Some("cc") [tree-sitter-hcl 0.0.1] CFLAGS_x86_64-unknown-dragonfly = None [tree-sitter-hcl 0.0.1] CFLAGS_x86_64_unknown_dragonfly = None [tree-sitter-hcl 0.0.1] HOST_CFLAGS = None [tree-sitter-hcl 0.0.1] CFLAGS = Some("-pipe -O2 -isystem /usr/local/include -fno-strict-aliasing ") [tree-sitter-hcl 0.0.1] CRATE_CC_NO_DEFAULTS = None [tree-sitter-hcl 0.0.1] CARGO_CFG_TARGET_FEATURE = Some("fxsr,sse,sse2") [tree-sitter-c 0.20.2] exit status: 0 Running `/construction/editors/lapce/target/release/build/tree-sitter-c-sharp-240c554eb6f30aef/build-script-build` [tree-sitter-c-sharp 0.20.0] cargo:rerun-if-changed=src/parser.c [tree-sitter-php 0.19.1] AR_x86_64-unknown-dragonfly = None [tree-sitter-php 0.19.1] AR_x86_64_unknown_dragonfly = None [tree-sitter-php 0.19.1] HOST_AR = None [tree-sitter-php 0.19.1] AR = None [tree-sitter-php 0.19.1] running: ZERO_AR_DATE="1" "ar" "cq" "/construction/editors/lapce/target/x86_64-unknown-dragonfly/release/build/tree-sitter-php-93bab2d2cafbe5de/out/libscanner.a" "/construction/editors/lapce/target/x86_64-unknown-dragonfly/release/build/tree-sitter-php-93bab2d2cafbe5de/out/src/scanner.o" [tree-sitter-php 0.19.1] exit status: 0 [tree-sitter-php 0.19.1] running: "ar" "s" "/construction/editors/lapce/target/x86_64-unknown-dragonfly/release/build/tree-sitter-php-93bab2d2cafbe5de/out/libscanner.a" [tree-sitter-php 0.19.1] exit status: 0 [tree-sitter-php 0.19.1] cargo:rustc-link-lib=static=scanner [tree-sitter-php 0.19.1] cargo:rustc-link-search=native=/construction/editors/lapce/target/x86_64-unknown-dragonfly/release/build/tree-sitter-php-93bab2d2cafbe5de/out [tree-sitter-php 0.19.1] CXXSTDLIB_x86_64-unknown-dragonfly = None [tree-sitter-php 0.19.1] CXXSTDLIB_x86_64_unknown_dragonfly = None [tree-sitter-php 0.19.1] HOST_CXXSTDLIB = None [tree-sitter-php 0.19.1] CXXSTDLIB = None [tree-sitter-php 0.19.1] cargo:rustc-link-lib=stdc++ Running `/construction/editors/lapce/target/release/build/tree-sitter-latex-1ce8d3e0f5536725/build-script-build` [tree-sitter-latex 0.2.0] cargo:rerun-if-changed=src/scanner.c [tree-sitter-typescript 0.20.1] running: "cc" "-O2" "-ffunction-sections" "-fdata-sections" "-fPIC" "-m64" "-pipe" "-O2" "-isystem" "/usr/local/include" "-fno-strict-aliasing" "-I" "./typescript/src" "-Wno-unused-parameter" "-Wno-unused-but-set-variable" "-o" "/construction/editors/lapce/target/x86_64-unknown-dragonfly/release/build/tree-sitter-typescript-7f2b72d4c34b3b7c/out/./typescript/src/scanner.o" "-c" "./typescript/src/scanner.c" [tree-sitter-html 0.19.0] CC_x86_64-unknown-dragonfly = None [tree-sitter-html 0.19.0] CC_x86_64_unknown_dragonfly = None [tree-sitter-html 0.19.0] HOST_CC = None [tree-sitter-html 0.19.0] CC = Some("cc") [tree-sitter-html 0.19.0] CFLAGS_x86_64-unknown-dragonfly = None [tree-sitter-html 0.19.0] CFLAGS_x86_64_unknown_dragonfly = None [tree-sitter-html 0.19.0] HOST_CFLAGS = None [tree-sitter-html 0.19.0] CFLAGS = Some("-pipe -O2 -isystem /usr/local/include -fno-strict-aliasing ") [tree-sitter-html 0.19.0] CRATE_CC_NO_DEFAULTS = None [tree-sitter-html 0.19.0] CARGO_CFG_TARGET_FEATURE = Some("fxsr,sse,sse2") [tree-sitter-typescript 0.20.1] exit status: 0 [tree-sitter-elm 5.6.3] TARGET = Some("x86_64-unknown-dragonfly") [tree-sitter-elm 5.6.3] OPT_LEVEL = Some("2") [tree-sitter-elm 5.6.3] HOST = Some("x86_64-unknown-dragonfly") [tree-sitter-elm 5.6.3] CXX_x86_64-unknown-dragonfly = None [tree-sitter-elm 5.6.3] CXX_x86_64_unknown_dragonfly = None [tree-sitter-elm 5.6.3] HOST_CXX = None [tree-sitter-elm 5.6.3] CXX = Some("c++") [tree-sitter-elm 5.6.3] CXXFLAGS_x86_64-unknown-dragonfly = None [tree-sitter-elm 5.6.3] CXXFLAGS_x86_64_unknown_dragonfly = None [tree-sitter-elm 5.6.3] HOST_CXXFLAGS = None [tree-sitter-elm 5.6.3] CXXFLAGS = Some(" -pipe -O2 -isystem /usr/local/include -fno-strict-aliasing -isystem /usr/local/include ") [tree-sitter-elm 5.6.3] CRATE_CC_NO_DEFAULTS = None [tree-sitter-elm 5.6.3] DEBUG = Some("false") [tree-sitter-elm 5.6.3] CARGO_CFG_TARGET_FEATURE = Some("fxsr,sse,sse2") [tree-sitter-elm 5.6.3] CXX_x86_64-unknown-dragonfly = None [tree-sitter-elm 5.6.3] CXX_x86_64_unknown_dragonfly = None [tree-sitter-elm 5.6.3] HOST_CXX = None [tree-sitter-elm 5.6.3] CXX = Some("c++") [tree-sitter-elm 5.6.3] CXXFLAGS_x86_64-unknown-dragonfly = None [tree-sitter-elm 5.6.3] CXXFLAGS_x86_64_unknown_dragonfly = None [tree-sitter-elm 5.6.3] HOST_CXXFLAGS = None [tree-sitter-elm 5.6.3] CXXFLAGS = Some(" -pipe -O2 -isystem /usr/local/include -fno-strict-aliasing -isystem /usr/local/include ") [tree-sitter-elm 5.6.3] CRATE_CC_NO_DEFAULTS = None [tree-sitter-elm 5.6.3] CARGO_CFG_TARGET_FEATURE = Some("fxsr,sse,sse2") [tree-sitter-html 0.19.0] CC_x86_64-unknown-dragonfly = None [tree-sitter-html 0.19.0] CC_x86_64_unknown_dragonfly = None [tree-sitter-html 0.19.0] HOST_CC = None [tree-sitter-html 0.19.0] CC = Some("cc") [tree-sitter-html 0.19.0] CFLAGS_x86_64-unknown-dragonfly = None [tree-sitter-html 0.19.0] CFLAGS_x86_64_unknown_dragonfly = None [tree-sitter-html 0.19.0] HOST_CFLAGS = None [tree-sitter-html 0.19.0] CFLAGS = Some("-pipe -O2 -isystem /usr/local/include -fno-strict-aliasing ") [tree-sitter-html 0.19.0] CRATE_CC_NO_DEFAULTS = None [tree-sitter-html 0.19.0] CARGO_CFG_TARGET_FEATURE = Some("fxsr,sse,sse2") [tree-sitter-hcl 0.0.1] CC_x86_64-unknown-dragonfly = None [tree-sitter-hcl 0.0.1] CC_x86_64_unknown_dragonfly = None [tree-sitter-hcl 0.0.1] HOST_CC = None [tree-sitter-hcl 0.0.1] CC = Some("cc") [tree-sitter-hcl 0.0.1] CFLAGS_x86_64-unknown-dragonfly = None [tree-sitter-hcl 0.0.1] CFLAGS_x86_64_unknown_dragonfly = None [tree-sitter-hcl 0.0.1] HOST_CFLAGS = None [tree-sitter-hcl 0.0.1] CFLAGS = Some("-pipe -O2 -isystem /usr/local/include -fno-strict-aliasing ") [tree-sitter-hcl 0.0.1] CRATE_CC_NO_DEFAULTS = None [tree-sitter-hcl 0.0.1] CARGO_CFG_TARGET_FEATURE = Some("fxsr,sse,sse2") [tree-sitter-html 0.19.0] running: "cc" "-O2" "-ffunction-sections" "-fdata-sections" "-fPIC" "-m64" "-pipe" "-O2" "-isystem" "/usr/local/include" "-fno-strict-aliasing" "-I" "src" "-Wno-unused-parameter" "-Wno-unused-but-set-variable" "-Wno-trigraphs" "-o" "/construction/editors/lapce/target/x86_64-unknown-dragonfly/release/build/tree-sitter-html-1cec103c5d9d74ab/out/src/parser.o" "-c" "src/parser.c" [tree-sitter-html 0.19.0] exit status: 0 [tree-sitter-elm 5.6.3] CXX_x86_64-unknown-dragonfly = None [tree-sitter-elm 5.6.3] CXX_x86_64_unknown_dragonfly = None [tree-sitter-elm 5.6.3] HOST_CXX = None [tree-sitter-elm 5.6.3] CXX = Some("c++") [tree-sitter-elm 5.6.3] CXXFLAGS_x86_64-unknown-dragonfly = None [tree-sitter-elm 5.6.3] CXXFLAGS_x86_64_unknown_dragonfly = None [tree-sitter-elm 5.6.3] HOST_CXXFLAGS = None [tree-sitter-elm 5.6.3] CXXFLAGS = Some(" -pipe -O2 -isystem /usr/local/include -fno-strict-aliasing -isystem /usr/local/include ") [tree-sitter-elm 5.6.3] CRATE_CC_NO_DEFAULTS = None [tree-sitter-elm 5.6.3] CARGO_CFG_TARGET_FEATURE = Some("fxsr,sse,sse2") [tree-sitter-hcl 0.0.1] CC_x86_64-unknown-dragonfly = None [tree-sitter-hcl 0.0.1] CC_x86_64_unknown_dragonfly = None [tree-sitter-hcl 0.0.1] HOST_CC = None [tree-sitter-hcl 0.0.1] CC = Some("cc") [tree-sitter-elm 5.6.3] running: "c++" "-O2" "-ffunction-sections" "-fdata-sections" "-fPIC" "-m64" "-pipe" "-O2" "-isystem" "/usr/local/include" "-fno-strict-aliasing" "-isystem" "/usr/local/include" "-I" "src" "-Wno-unused-parameter" "-Wno-unused-but-set-variable" "-o" "/construction/editors/lapce/target/x86_64-unknown-dragonfly/release/build/tree-sitter-elm-2475034bb373fa4f/out/src/scanner.o" "-c" "src/scanner.cc" [tree-sitter-hcl 0.0.1] CFLAGS_x86_64-unknown-dragonfly = None [tree-sitter-hcl 0.0.1] CFLAGS_x86_64_unknown_dragonfly = None [tree-sitter-hcl 0.0.1] HOST_CFLAGS = None Running `/construction/editors/lapce/target/release/build/tree-sitter-scss-73a7e992f3d919e8/build-script-build` [tree-sitter-hcl 0.0.1] CFLAGS = Some("-pipe -O2 -isystem /usr/local/include -fno-strict-aliasing ") [tree-sitter-hcl 0.0.1] CRATE_CC_NO_DEFAULTS = None [tree-sitter-hcl 0.0.1] CARGO_CFG_TARGET_FEATURE = Some("fxsr,sse,sse2") [tree-sitter-scss 0.0.1] cargo:rerun-if-changed=src/scanner.c [tree-sitter-scss 0.0.1] cargo:rerun-if-changed=src/parser.c [tree-sitter-ql 0.19.0] AR_x86_64-unknown-dragonfly = None [tree-sitter-ql 0.19.0] AR_x86_64_unknown_dragonfly = None [tree-sitter-ql 0.19.0] HOST_AR = None [tree-sitter-ql 0.19.0] AR = None [tree-sitter-ql 0.19.0] running: ZERO_AR_DATE="1" "ar" "cq" "/construction/editors/lapce/target/x86_64-unknown-dragonfly/release/build/tree-sitter-ql-65f61472541236f8/out/libparser.a" "/construction/editors/lapce/target/x86_64-unknown-dragonfly/release/build/tree-sitter-ql-65f61472541236f8/out/src/parser.o" [tree-sitter-elm 5.6.3] exit status: 0 [tree-sitter-typescript 0.20.1] running: "cc" "-O2" "-ffunction-sections" "-fdata-sections" "-fPIC" "-m64" "-pipe" "-O2" "-isystem" "/usr/local/include" "-fno-strict-aliasing" "-I" "./typescript/src" "-Wno-unused-parameter" "-Wno-unused-but-set-variable" "-o" "/construction/editors/lapce/target/x86_64-unknown-dragonfly/release/build/tree-sitter-typescript-7f2b72d4c34b3b7c/out/./tsx/src/parser.o" "-c" "./tsx/src/parser.c" [tree-sitter-ql 0.19.0] exit status: 0 [tree-sitter-ql 0.19.0] running: "ar" "s" "/construction/editors/lapce/target/x86_64-unknown-dragonfly/release/build/tree-sitter-ql-65f61472541236f8/out/libparser.a" [tree-sitter-ql 0.19.0] exit status: 0 [tree-sitter-ql 0.19.0] cargo:rustc-link-lib=static=parser [tree-sitter-ql 0.19.0] cargo:rustc-link-search=native=/construction/editors/lapce/target/x86_64-unknown-dragonfly/release/build/tree-sitter-ql-65f61472541236f8/out [tree-sitter-ql 0.19.0] cargo:rerun-if-changed=src/parser.c Running `/construction/editors/lapce/target/release/build/tree-sitter-md-abd045f51b9c854c/build-script-build` [tree-sitter-typescript 0.20.1] exit status: 0 [tree-sitter-hcl 0.0.1] running: "cc" "-O2" "-ffunction-sections" "-fdata-sections" "-fPIC" "-m64" "-pipe" "-O2" "-isystem" "/usr/local/include" "-fno-strict-aliasing" "-I" "src" "-Wno-unused-parameter" "-Wno-unused-but-set-variable" "-Wno-trigraphs" "-o" "/construction/editors/lapce/target/x86_64-unknown-dragonfly/release/build/tree-sitter-hcl-996f1691dc9b4b23/out/src/parser.o" "-c" "src/parser.c" [tree-sitter-hcl 0.0.1] exit status: 0 [tree-sitter-clojure 0.1.0] AR_x86_64-unknown-dragonfly = None [tree-sitter-clojure 0.1.0] AR_x86_64_unknown_dragonfly = None [tree-sitter-clojure 0.1.0] HOST_AR = None [tree-sitter-clojure 0.1.0] AR = None [tree-sitter-clojure 0.1.0] running: ZERO_AR_DATE="1" "ar" "cq" "/construction/editors/lapce/target/x86_64-unknown-dragonfly/release/build/tree-sitter-clojure-aef6ae910d66f1d5/out/libparser.a" "/construction/editors/lapce/target/x86_64-unknown-dragonfly/release/build/tree-sitter-clojure-aef6ae910d66f1d5/out/src/parser.o" [tree-sitter-clojure 0.1.0] exit status: 0 [tree-sitter-clojure 0.1.0] running: "ar" "s" "/construction/editors/lapce/target/x86_64-unknown-dragonfly/release/build/tree-sitter-clojure-aef6ae910d66f1d5/out/libparser.a" [tree-sitter-clojure 0.1.0] exit status: 0 [tree-sitter-clojure 0.1.0] cargo:rustc-link-lib=static=parser [tree-sitter-clojure 0.1.0] cargo:rustc-link-search=native=/construction/editors/lapce/target/x86_64-unknown-dragonfly/release/build/tree-sitter-clojure-aef6ae910d66f1d5/out [tree-sitter-wgsl 0.0.1] TARGET = Some("x86_64-unknown-dragonfly") [tree-sitter-wgsl 0.0.1] OPT_LEVEL = Some("2") [tree-sitter-wgsl 0.0.1] HOST = Some("x86_64-unknown-dragonfly") Running `/construction/editors/lapce/target/release/build/tree-sitter-zig-2f79a3a9639720e6/build-script-build` [tree-sitter-wgsl 0.0.1] CC_x86_64-unknown-dragonfly = None [tree-sitter-wgsl 0.0.1] CC_x86_64_unknown_dragonfly = None [tree-sitter-wgsl 0.0.1] HOST_CC = None [tree-sitter-wgsl 0.0.1] CC = Some("cc") [tree-sitter-wgsl 0.0.1] CFLAGS_x86_64-unknown-dragonfly = None [tree-sitter-wgsl 0.0.1] CFLAGS_x86_64_unknown_dragonfly = None [tree-sitter-wgsl 0.0.1] HOST_CFLAGS = None [tree-sitter-wgsl 0.0.1] CFLAGS = Some("-pipe -O2 -isystem /usr/local/include -fno-strict-aliasing ") [tree-sitter-wgsl 0.0.1] CRATE_CC_NO_DEFAULTS = None [tree-sitter-wgsl 0.0.1] DEBUG = Some("false") [tree-sitter-wgsl 0.0.1] CARGO_CFG_TARGET_FEATURE = Some("fxsr,sse,sse2") [tree-sitter-wgsl 0.0.1] CC_x86_64-unknown-dragonfly = None [tree-sitter-wgsl 0.0.1] CC_x86_64_unknown_dragonfly = None [tree-sitter-wgsl 0.0.1] HOST_CC = None [tree-sitter-wgsl 0.0.1] CC = Some("cc") [tree-sitter-wgsl 0.0.1] CFLAGS_x86_64-unknown-dragonfly = None [tree-sitter-wgsl 0.0.1] CFLAGS_x86_64_unknown_dragonfly = None [tree-sitter-wgsl 0.0.1] HOST_CFLAGS = None [tree-sitter-wgsl 0.0.1] CFLAGS = Some("-pipe -O2 -isystem /usr/local/include -fno-strict-aliasing ") [tree-sitter-wgsl 0.0.1] CRATE_CC_NO_DEFAULTS = None [tree-sitter-wgsl 0.0.1] CARGO_CFG_TARGET_FEATURE = Some("fxsr,sse,sse2") [tree-sitter-typescript 0.20.1] running: "cc" "-O2" "-ffunction-sections" "-fdata-sections" "-fPIC" "-m64" "-pipe" "-O2" "-isystem" "/usr/local/include" "-fno-strict-aliasing" "-I" "./typescript/src" "-Wno-unused-parameter" "-Wno-unused-but-set-variable" "-o" "/construction/editors/lapce/target/x86_64-unknown-dragonfly/release/build/tree-sitter-typescript-7f2b72d4c34b3b7c/out/./tsx/src/scanner.o" "-c" "./tsx/src/scanner.c" [tree-sitter-typescript 0.20.1] exit status: 0 [tree-sitter-glsl 0.1.3] TARGET = Some("x86_64-unknown-dragonfly") [tree-sitter-glsl 0.1.3] OPT_LEVEL = Some("2") [tree-sitter-glsl 0.1.3] HOST = Some("x86_64-unknown-dragonfly") [tree-sitter-glsl 0.1.3] CC_x86_64-unknown-dragonfly = None [tree-sitter-glsl 0.1.3] CC_x86_64_unknown_dragonfly = None [tree-sitter-glsl 0.1.3] HOST_CC = None [tree-sitter-glsl 0.1.3] CC = Some("cc") [tree-sitter-glsl 0.1.3] CFLAGS_x86_64-unknown-dragonfly = None [tree-sitter-glsl 0.1.3] CFLAGS_x86_64_unknown_dragonfly = None [tree-sitter-glsl 0.1.3] HOST_CFLAGS = None [tree-sitter-glsl 0.1.3] CFLAGS = Some("-pipe -O2 -isystem /usr/local/include -fno-strict-aliasing ") [tree-sitter-glsl 0.1.3] CRATE_CC_NO_DEFAULTS = None [tree-sitter-glsl 0.1.3] DEBUG = Some("false") [tree-sitter-glsl 0.1.3] CARGO_CFG_TARGET_FEATURE = Some("fxsr,sse,sse2") [tree-sitter-glsl 0.1.3] CC_x86_64-unknown-dragonfly = None [tree-sitter-glsl 0.1.3] CC_x86_64_unknown_dragonfly = None [tree-sitter-glsl 0.1.3] HOST_CC = None [tree-sitter-glsl 0.1.3] CC = Some("cc") [tree-sitter-glsl 0.1.3] CFLAGS_x86_64-unknown-dragonfly = None [tree-sitter-glsl 0.1.3] CFLAGS_x86_64_unknown_dragonfly = None [tree-sitter-glsl 0.1.3] HOST_CFLAGS = None [tree-sitter-glsl 0.1.3] CFLAGS = Some("-pipe -O2 -isystem /usr/local/include -fno-strict-aliasing ") [tree-sitter-glsl 0.1.3] CRATE_CC_NO_DEFAULTS = None [tree-sitter-glsl 0.1.3] CARGO_CFG_TARGET_FEATURE = Some("fxsr,sse,sse2") [tree-sitter-glsl 0.1.3] CC_x86_64-unknown-dragonfly = None [tree-sitter-glsl 0.1.3] CC_x86_64_unknown_dragonfly = None [tree-sitter-glsl 0.1.3] HOST_CC = None [tree-sitter-glsl 0.1.3] CC = Some("cc") [tree-sitter-glsl 0.1.3] CFLAGS_x86_64-unknown-dragonfly = None [tree-sitter-glsl 0.1.3] CFLAGS_x86_64_unknown_dragonfly = None [tree-sitter-glsl 0.1.3] HOST_CFLAGS = None [tree-sitter-glsl 0.1.3] CFLAGS = Some("-pipe -O2 -isystem /usr/local/include -fno-strict-aliasing ") [tree-sitter-glsl 0.1.3] CRATE_CC_NO_DEFAULTS = None [tree-sitter-glsl 0.1.3] CARGO_CFG_TARGET_FEATURE = Some("fxsr,sse,sse2") [tree-sitter-wgsl 0.0.1] CC_x86_64-unknown-dragonfly = None [tree-sitter-wgsl 0.0.1] CC_x86_64_unknown_dragonfly = None [tree-sitter-wgsl 0.0.1] HOST_CC = None [tree-sitter-wgsl 0.0.1] CC = Some("cc") [tree-sitter-wgsl 0.0.1] CFLAGS_x86_64-unknown-dragonfly = None [tree-sitter-wgsl 0.0.1] CFLAGS_x86_64_unknown_dragonfly = None [tree-sitter-wgsl 0.0.1] HOST_CFLAGS = None [tree-sitter-wgsl 0.0.1] CFLAGS = Some("-pipe -O2 -isystem /usr/local/include -fno-strict-aliasing ") [tree-sitter-wgsl 0.0.1] CRATE_CC_NO_DEFAULTS = None [tree-sitter-wgsl 0.0.1] CARGO_CFG_TARGET_FEATURE = Some("fxsr,sse,sse2") [tree-sitter-glsl 0.1.3] CC_x86_64-unknown-dragonfly = None [tree-sitter-glsl 0.1.3] CC_x86_64_unknown_dragonfly = None [tree-sitter-glsl 0.1.3] HOST_CC = None [tree-sitter-glsl 0.1.3] CC = Some("cc") [tree-sitter-glsl 0.1.3] CFLAGS_x86_64-unknown-dragonfly = None [tree-sitter-glsl 0.1.3] CFLAGS_x86_64_unknown_dragonfly = None [tree-sitter-glsl 0.1.3] HOST_CFLAGS = None [tree-sitter-glsl 0.1.3] CFLAGS = Some("-pipe -O2 -isystem /usr/local/include -fno-strict-aliasing ") [tree-sitter-glsl 0.1.3] CRATE_CC_NO_DEFAULTS = None [tree-sitter-glsl 0.1.3] CARGO_CFG_TARGET_FEATURE = Some("fxsr,sse,sse2") [tree-sitter-glsl 0.1.3] running: "cc" "-O2" "-ffunction-sections" "-fdata-sections" "-fPIC" "-m64" "-pipe" "-O2" "-isystem" "/usr/local/include" "-fno-strict-aliasing" "-I" "src" "-Wno-unused-parameter" "-Wno-unused-but-set-variable" "-Wno-trigraphs" "-o" "/construction/editors/lapce/target/x86_64-unknown-dragonfly/release/build/tree-sitter-glsl-fce87f24d8a22c72/out/src/parser.o" "-c" "src/parser.c" [tree-sitter-wgsl 0.0.1] CC_x86_64-unknown-dragonfly = None [tree-sitter-wgsl 0.0.1] CC_x86_64_unknown_dragonfly = None [tree-sitter-wgsl 0.0.1] HOST_CC = None [tree-sitter-wgsl 0.0.1] CC = Some("cc") [tree-sitter-wgsl 0.0.1] CFLAGS_x86_64-unknown-dragonfly = None [tree-sitter-wgsl 0.0.1] CFLAGS_x86_64_unknown_dragonfly = None [tree-sitter-wgsl 0.0.1] HOST_CFLAGS = None [tree-sitter-wgsl 0.0.1] CFLAGS = Some("-pipe -O2 -isystem /usr/local/include -fno-strict-aliasing ") [tree-sitter-wgsl 0.0.1] CRATE_CC_NO_DEFAULTS = None [tree-sitter-wgsl 0.0.1] CARGO_CFG_TARGET_FEATURE = Some("fxsr,sse,sse2") [tree-sitter-glsl 0.1.3] exit status: 0 [zstd-sys 2.0.1+zstd.1.5.2] running: "cc" "-O3" "-ffunction-sections" "-fdata-sections" "-fPIC" "-m64" "-pipe" "-O2" "-isystem" "/usr/local/include" "-fno-strict-aliasing" "-I" "zstd/lib/" "-I" "zstd/lib/common" "-I" "zstd/lib/legacy" "-fvisibility=hidden" "-DZSTD_LIB_DEPRECATED=0" "-DXXH_PRIVATE_API=" "-DZSTDLIB_VISIBILITY=" "-DZDICTLIB_VISIBILITY=" "-DZSTDERRORLIB_VISIBILITY=" "-DZSTD_LEGACY_SUPPORT=1" "-o" "/construction/editors/lapce/target/x86_64-unknown-dragonfly/release/build/zstd-sys-04bdbafb9fc1b037/out/zstd/lib/compress/zstd_lazy.o" "-c" "zstd/lib/compress/zstd_lazy.c" [zstd-sys 2.0.1+zstd.1.5.2] exit status: 0 [tree-sitter-ocaml 0.20.0] running: "cc" "-O2" "-ffunction-sections" "-fdata-sections" "-fPIC" "-m64" "-pipe" "-O2" "-isystem" "/usr/local/include" "-fno-strict-aliasing" "-I" "./ocaml/src" "-Wno-unused-parameter" "-Wno-unused-but-set-variable" "-Wno-trigraphs" "-o" "/construction/editors/lapce/target/x86_64-unknown-dragonfly/release/build/tree-sitter-ocaml-9d6d2ffaa127ec88/out/./interface/src/parser.o" "-c" "./interface/src/parser.c" [tree-sitter-wgsl 0.0.1] running: "cc" "-O2" "-ffunction-sections" "-fdata-sections" "-fPIC" "-m64" "-pipe" "-O2" "-isystem" "/usr/local/include" "-fno-strict-aliasing" "-I" "src" "-Wno-unused-parameter" "-Wno-unused-but-set-variable" "-Wno-trigraphs" "-o" "/construction/editors/lapce/target/x86_64-unknown-dragonfly/release/build/tree-sitter-wgsl-b9725a64bd66e693/out/src/parser.o" "-c" "src/parser.c" [tree-sitter-wgsl 0.0.1] exit status: 0 [tree-sitter-c 0.20.2] AR_x86_64-unknown-dragonfly = None [tree-sitter-c 0.20.2] AR_x86_64_unknown_dragonfly = None [tree-sitter-c 0.20.2] HOST_AR = None [tree-sitter-c 0.20.2] AR = None [tree-sitter-c 0.20.2] running: ZERO_AR_DATE="1" "ar" "cq" "/construction/editors/lapce/target/x86_64-unknown-dragonfly/release/build/tree-sitter-c-b8fd6fb55d3225e4/out/libparser.a" "/construction/editors/lapce/target/x86_64-unknown-dragonfly/release/build/tree-sitter-c-b8fd6fb55d3225e4/out/src/parser.o" [tree-sitter-c 0.20.2] exit status: 0 [tree-sitter-c 0.20.2] running: "ar" "s" "/construction/editors/lapce/target/x86_64-unknown-dragonfly/release/build/tree-sitter-c-b8fd6fb55d3225e4/out/libparser.a" [tree-sitter-c 0.20.2] exit status: 0 [tree-sitter-c 0.20.2] cargo:rustc-link-lib=static=parser [tree-sitter-c 0.20.2] cargo:rustc-link-search=native=/construction/editors/lapce/target/x86_64-unknown-dragonfly/release/build/tree-sitter-c-b8fd6fb55d3225e4/out Running `/construction/editors/lapce/target/release/build/tree-sitter-swift-d1de674857c351df/build-script-build` [tree-sitter-ocaml 0.20.0] exit status: 0 [tree-sitter-java 0.20.0] TARGET = Some("x86_64-unknown-dragonfly") [tree-sitter-java 0.20.0] OPT_LEVEL = Some("2") [tree-sitter-java 0.20.0] HOST = Some("x86_64-unknown-dragonfly") [tree-sitter-java 0.20.0] CC_x86_64-unknown-dragonfly = None [tree-sitter-java 0.20.0] CC_x86_64_unknown_dragonfly = None [tree-sitter-java 0.20.0] HOST_CC = None [tree-sitter-java 0.20.0] CC = Some("cc") [tree-sitter-java 0.20.0] CFLAGS_x86_64-unknown-dragonfly = None [tree-sitter-java 0.20.0] CFLAGS_x86_64_unknown_dragonfly = None [tree-sitter-java 0.20.0] HOST_CFLAGS = None [tree-sitter-java 0.20.0] CFLAGS = Some("-pipe -O2 -isystem /usr/local/include -fno-strict-aliasing ") [tree-sitter-java 0.20.0] CRATE_CC_NO_DEFAULTS = None [tree-sitter-java 0.20.0] DEBUG = Some("false") [tree-sitter-java 0.20.0] CARGO_CFG_TARGET_FEATURE = Some("fxsr,sse,sse2") [tree-sitter-java 0.20.0] CC_x86_64-unknown-dragonfly = None [tree-sitter-java 0.20.0] CC_x86_64_unknown_dragonfly = None [tree-sitter-java 0.20.0] HOST_CC = None [tree-sitter-java 0.20.0] CC = Some("cc") [tree-sitter-java 0.20.0] CFLAGS_x86_64-unknown-dragonfly = None [tree-sitter-java 0.20.0] CFLAGS_x86_64_unknown_dragonfly = None [tree-sitter-java 0.20.0] HOST_CFLAGS = None [tree-sitter-java 0.20.0] CFLAGS = Some("-pipe -O2 -isystem /usr/local/include -fno-strict-aliasing ") [tree-sitter-java 0.20.0] CRATE_CC_NO_DEFAULTS = None [tree-sitter-java 0.20.0] CARGO_CFG_TARGET_FEATURE = Some("fxsr,sse,sse2") [tree-sitter-swift 0.3.4] cargo:rerun-if-changed=src/scanner.c [tree-sitter-typescript 0.20.1] AR_x86_64-unknown-dragonfly = None [tree-sitter-typescript 0.20.1] AR_x86_64_unknown_dragonfly = None [tree-sitter-typescript 0.20.1] HOST_AR = None [tree-sitter-typescript 0.20.1] AR = None [tree-sitter-typescript 0.20.1] running: ZERO_AR_DATE="1" "ar" "cq" "/construction/editors/lapce/target/x86_64-unknown-dragonfly/release/build/tree-sitter-typescript-7f2b72d4c34b3b7c/out/libparser-scanner.a" "/construction/editors/lapce/target/x86_64-unknown-dragonfly/release/build/tree-sitter-typescript-7f2b72d4c34b3b7c/out/./typescript/src/parser.o" "/construction/editors/lapce/target/x86_64-unknown-dragonfly/release/build/tree-sitter-typescript-7f2b72d4c34b3b7c/out/./typescript/src/scanner.o" "/construction/editors/lapce/target/x86_64-unknown-dragonfly/release/build/tree-sitter-typescript-7f2b72d4c34b3b7c/out/./tsx/src/parser.o" "/construction/editors/lapce/target/x86_64-unknown-dragonfly/release/build/tree-sitter-typescript-7f2b72d4c34b3b7c/out/./tsx/src/scanner.o" [tree-sitter-typescript 0.20.1] exit status: 0 [tree-sitter-typescript 0.20.1] running: "ar" "s" "/construction/editors/lapce/target/x86_64-unknown-dragonfly/release/build/tree-sitter-typescript-7f2b72d4c34b3b7c/out/libparser-scanner.a" [tree-sitter-typescript 0.20.1] exit status: 0 [tree-sitter-typescript 0.20.1] cargo:rustc-link-lib=static=parser-scanner [tree-sitter-typescript 0.20.1] cargo:rustc-link-search=native=/construction/editors/lapce/target/x86_64-unknown-dragonfly/release/build/tree-sitter-typescript-7f2b72d4c34b3b7c/out Running `/construction/editors/lapce/target/release/build/tree-sitter-elixir-6ce5b3db8e07fdf6/build-script-build` [zstd-sys 2.0.1+zstd.1.5.2] running: "cc" "-O3" "-ffunction-sections" "-fdata-sections" "-fPIC" "-m64" "-pipe" "-O2" "-isystem" "/usr/local/include" "-fno-strict-aliasing" "-I" "zstd/lib/" "-I" "zstd/lib/common" "-I" "zstd/lib/legacy" "-fvisibility=hidden" "-DZSTD_LIB_DEPRECATED=0" "-DXXH_PRIVATE_API=" "-DZSTDLIB_VISIBILITY=" "-DZDICTLIB_VISIBILITY=" "-DZSTDERRORLIB_VISIBILITY=" "-DZSTD_LEGACY_SUPPORT=1" "-o" "/construction/editors/lapce/target/x86_64-unknown-dragonfly/release/build/zstd-sys-04bdbafb9fc1b037/out/zstd/lib/compress/zstd_ldm.o" "-c" "zstd/lib/compress/zstd_ldm.c" [zstd-sys 2.0.1+zstd.1.5.2] exit status: 0 [tree-sitter-lua 0.0.12] running: "cc" "-O2" "-ffunction-sections" "-fdata-sections" "-fPIC" "-m64" "-pipe" "-O2" "-isystem" "/usr/local/include" "-fno-strict-aliasing" "-I" "src" "-Wno-unused-parameter" "-Wno-unused-but-set-variable" "-Wno-trigraphs" "-o" "/construction/editors/lapce/target/x86_64-unknown-dragonfly/release/build/tree-sitter-lua-9baeb3425d03744a/out/src/scanner.o" "-c" "src/scanner.c" [tree-sitter-lua 0.0.12] exit status: 0 [tree-sitter-md 0.1.2] TARGET = Some("x86_64-unknown-dragonfly") [tree-sitter-md 0.1.2] OPT_LEVEL = Some("2") [tree-sitter-md 0.1.2] HOST = Some("x86_64-unknown-dragonfly") [tree-sitter-md 0.1.2] CC_x86_64-unknown-dragonfly = None [tree-sitter-java 0.20.0] CC_x86_64-unknown-dragonfly = None [tree-sitter-java 0.20.0] CC_x86_64_unknown_dragonfly = None [tree-sitter-md 0.1.2] CC_x86_64_unknown_dragonfly = None [tree-sitter-java 0.20.0] HOST_CC = None [tree-sitter-java 0.20.0] CC = Some("cc") [tree-sitter-java 0.20.0] CFLAGS_x86_64-unknown-dragonfly = None [tree-sitter-java 0.20.0] CFLAGS_x86_64_unknown_dragonfly = None [tree-sitter-java 0.20.0] HOST_CFLAGS = None [tree-sitter-md 0.1.2] HOST_CC = None [tree-sitter-java 0.20.0] CFLAGS = Some("-pipe -O2 -isystem /usr/local/include -fno-strict-aliasing ") [tree-sitter-java 0.20.0] CRATE_CC_NO_DEFAULTS = None [tree-sitter-md 0.1.2] CC = Some("cc") [tree-sitter-java 0.20.0] CARGO_CFG_TARGET_FEATURE = Some("fxsr,sse,sse2") [tree-sitter-md 0.1.2] CFLAGS_x86_64-unknown-dragonfly = None [tree-sitter-md 0.1.2] CFLAGS_x86_64_unknown_dragonfly = None [tree-sitter-md 0.1.2] HOST_CFLAGS = None [tree-sitter-md 0.1.2] CFLAGS = Some("-pipe -O2 -isystem /usr/local/include -fno-strict-aliasing ") [tree-sitter-md 0.1.2] CRATE_CC_NO_DEFAULTS = None [tree-sitter-md 0.1.2] DEBUG = Some("false") [tree-sitter-md 0.1.2] CARGO_CFG_TARGET_FEATURE = Some("fxsr,sse,sse2") [tree-sitter-md 0.1.2] CC_x86_64-unknown-dragonfly = None [tree-sitter-md 0.1.2] CC_x86_64_unknown_dragonfly = None [tree-sitter-md 0.1.2] HOST_CC = None [tree-sitter-md 0.1.2] CC = Some("cc") [tree-sitter-md 0.1.2] CFLAGS_x86_64-unknown-dragonfly = None [tree-sitter-md 0.1.2] CFLAGS_x86_64_unknown_dragonfly = None [tree-sitter-md 0.1.2] HOST_CFLAGS = None [tree-sitter-md 0.1.2] CFLAGS = Some("-pipe -O2 -isystem /usr/local/include -fno-strict-aliasing ") [tree-sitter-md 0.1.2] CRATE_CC_NO_DEFAULTS = None [tree-sitter-md 0.1.2] CARGO_CFG_TARGET_FEATURE = Some("fxsr,sse,sse2") [tree-sitter-java 0.20.0] CC_x86_64-unknown-dragonfly = None [tree-sitter-java 0.20.0] CC_x86_64_unknown_dragonfly = None [tree-sitter-java 0.20.0] HOST_CC = None [tree-sitter-java 0.20.0] CC = Some("cc") [tree-sitter-java 0.20.0] CFLAGS_x86_64-unknown-dragonfly = None [tree-sitter-java 0.20.0] CFLAGS_x86_64_unknown_dragonfly = None [tree-sitter-java 0.20.0] HOST_CFLAGS = None [tree-sitter-java 0.20.0] CFLAGS = Some("-pipe -O2 -isystem /usr/local/include -fno-strict-aliasing ") [tree-sitter-java 0.20.0] CRATE_CC_NO_DEFAULTS = None [tree-sitter-java 0.20.0] CARGO_CFG_TARGET_FEATURE = Some("fxsr,sse,sse2") [tree-sitter-md 0.1.2] CC_x86_64-unknown-dragonfly = None [tree-sitter-md 0.1.2] CC_x86_64_unknown_dragonfly = None [tree-sitter-md 0.1.2] HOST_CC = None [tree-sitter-md 0.1.2] CC = Some("cc") [tree-sitter-md 0.1.2] CFLAGS_x86_64-unknown-dragonfly = None [tree-sitter-md 0.1.2] CFLAGS_x86_64_unknown_dragonfly = None [tree-sitter-md 0.1.2] HOST_CFLAGS = None [tree-sitter-md 0.1.2] CFLAGS = Some("-pipe -O2 -isystem /usr/local/include -fno-strict-aliasing ") [tree-sitter-md 0.1.2] CRATE_CC_NO_DEFAULTS = None [tree-sitter-md 0.1.2] CARGO_CFG_TARGET_FEATURE = Some("fxsr,sse,sse2") [tree-sitter-java 0.20.0] running: "cc" "-O2" "-ffunction-sections" "-fdata-sections" "-fPIC" "-m64" "-pipe" "-O2" "-isystem" "/usr/local/include" "-fno-strict-aliasing" "-I" "src" "-Wno-unused-parameter" "-Wno-unused-but-set-variable" "-Wno-trigraphs" "-o" "/construction/editors/lapce/target/x86_64-unknown-dragonfly/release/build/tree-sitter-java-29c714e777d0352b/out/src/parser.o" "-c" "src/parser.c" [tree-sitter-java 0.20.0] exit status: 0 Running `/construction/editors/lapce/target/release/build/tree-sitter-nix-41585b998e0db44b/build-script-build` [tree-sitter-nix 0.0.1] cargo:rerun-if-changed=src/scanner.c [tree-sitter-glsl 0.1.3] AR_x86_64-unknown-dragonfly = None [tree-sitter-glsl 0.1.3] AR_x86_64_unknown_dragonfly = None [tree-sitter-glsl 0.1.3] HOST_AR = None [tree-sitter-glsl 0.1.3] AR = None [tree-sitter-glsl 0.1.3] running: ZERO_AR_DATE="1" "ar" "cq" "/construction/editors/lapce/target/x86_64-unknown-dragonfly/release/build/tree-sitter-glsl-fce87f24d8a22c72/out/libparser.a" "/construction/editors/lapce/target/x86_64-unknown-dragonfly/release/build/tree-sitter-glsl-fce87f24d8a22c72/out/src/parser.o" [tree-sitter-glsl 0.1.3] exit status: 0 [tree-sitter-glsl 0.1.3] running: "ar" "s" "/construction/editors/lapce/target/x86_64-unknown-dragonfly/release/build/tree-sitter-glsl-fce87f24d8a22c72/out/libparser.a" [tree-sitter-glsl 0.1.3] exit status: 0 [tree-sitter-glsl 0.1.3] cargo:rustc-link-lib=static=parser [tree-sitter-glsl 0.1.3] cargo:rustc-link-search=native=/construction/editors/lapce/target/x86_64-unknown-dragonfly/release/build/tree-sitter-glsl-fce87f24d8a22c72/out Running `/construction/editors/lapce/target/release/build/tree-sitter-rust-def5e12733233b65/build-script-build` [tree-sitter-rust 0.20.1] cargo:rerun-if-changed=src/parser.c [tree-sitter-rust 0.20.1] cargo:rerun-if-changed=src/scanner.c [tree-sitter-bash 0.19.0] AR_x86_64-unknown-dragonfly = None [tree-sitter-bash 0.19.0] AR_x86_64_unknown_dragonfly = None [tree-sitter-bash 0.19.0] HOST_AR = None [tree-sitter-bash 0.19.0] AR = None [tree-sitter-bash 0.19.0] running: ZERO_AR_DATE="1" "ar" "cq" "/construction/editors/lapce/target/x86_64-unknown-dragonfly/release/build/tree-sitter-bash-f733edde7efd0e8d/out/libscanner.a" "/construction/editors/lapce/target/x86_64-unknown-dragonfly/release/build/tree-sitter-bash-f733edde7efd0e8d/out/src/scanner.o" [tree-sitter-md 0.1.2] CC_x86_64-unknown-dragonfly = None [tree-sitter-md 0.1.2] CC_x86_64_unknown_dragonfly = None [tree-sitter-md 0.1.2] HOST_CC = None [tree-sitter-md 0.1.2] CC = Some("cc") [tree-sitter-md 0.1.2] CFLAGS_x86_64-unknown-dragonfly = None [tree-sitter-md 0.1.2] CFLAGS_x86_64_unknown_dragonfly = None [tree-sitter-md 0.1.2] HOST_CFLAGS = None [tree-sitter-md 0.1.2] CFLAGS = Some("-pipe -O2 -isystem /usr/local/include -fno-strict-aliasing ") [tree-sitter-md 0.1.2] CRATE_CC_NO_DEFAULTS = None [tree-sitter-md 0.1.2] CARGO_CFG_TARGET_FEATURE = Some("fxsr,sse,sse2") [tree-sitter-bash 0.19.0] exit status: 0 [tree-sitter-bash 0.19.0] running: "ar" "s" "/construction/editors/lapce/target/x86_64-unknown-dragonfly/release/build/tree-sitter-bash-f733edde7efd0e8d/out/libscanner.a" [tree-sitter-bash 0.19.0] exit status: 0 [tree-sitter-bash 0.19.0] cargo:rustc-link-lib=static=scanner [tree-sitter-bash 0.19.0] cargo:rustc-link-search=native=/construction/editors/lapce/target/x86_64-unknown-dragonfly/release/build/tree-sitter-bash-f733edde7efd0e8d/out [tree-sitter-bash 0.19.0] CXXSTDLIB_x86_64-unknown-dragonfly = None [tree-sitter-bash 0.19.0] CXXSTDLIB_x86_64_unknown_dragonfly = None [tree-sitter-bash 0.19.0] HOST_CXXSTDLIB = None [tree-sitter-bash 0.19.0] CXXSTDLIB = None [tree-sitter-bash 0.19.0] cargo:rustc-link-lib=stdc++ [tree-sitter-bash 0.19.0] cargo:rerun-if-changed=src/scanner.cc Running `/construction/editors/lapce/target/release/build/tree-sitter-svelte-91c985e7128d0126/build-script-build` [tree-sitter-glimmer 0.0.1] TARGET = Some("x86_64-unknown-dragonfly") [tree-sitter-glimmer 0.0.1] OPT_LEVEL = Some("2") [tree-sitter-glimmer 0.0.1] HOST = Some("x86_64-unknown-dragonfly") [tree-sitter-glimmer 0.0.1] CC_x86_64-unknown-dragonfly = None [tree-sitter-glimmer 0.0.1] CC_x86_64_unknown_dragonfly = None [tree-sitter-glimmer 0.0.1] HOST_CC = None [tree-sitter-glimmer 0.0.1] CC = Some("cc") [tree-sitter-glimmer 0.0.1] CFLAGS_x86_64-unknown-dragonfly = None [tree-sitter-glimmer 0.0.1] CFLAGS_x86_64_unknown_dragonfly = None [tree-sitter-glimmer 0.0.1] HOST_CFLAGS = None [tree-sitter-glimmer 0.0.1] CFLAGS = Some("-pipe -O2 -isystem /usr/local/include -fno-strict-aliasing ") [tree-sitter-glimmer 0.0.1] CRATE_CC_NO_DEFAULTS = None [tree-sitter-glimmer 0.0.1] DEBUG = Some("false") [tree-sitter-glimmer 0.0.1] CARGO_CFG_TARGET_FEATURE = Some("fxsr,sse,sse2") [tree-sitter-glimmer 0.0.1] CC_x86_64-unknown-dragonfly = None [tree-sitter-glimmer 0.0.1] CC_x86_64_unknown_dragonfly = None [tree-sitter-glimmer 0.0.1] HOST_CC = None [tree-sitter-glimmer 0.0.1] CC = Some("cc") [tree-sitter-glimmer 0.0.1] CFLAGS_x86_64-unknown-dragonfly = None [tree-sitter-glimmer 0.0.1] CFLAGS_x86_64_unknown_dragonfly = None [tree-sitter-glimmer 0.0.1] HOST_CFLAGS = None [tree-sitter-glimmer 0.0.1] CFLAGS = Some("-pipe -O2 -isystem /usr/local/include -fno-strict-aliasing ") [tree-sitter-glimmer 0.0.1] CRATE_CC_NO_DEFAULTS = None [tree-sitter-glimmer 0.0.1] CARGO_CFG_TARGET_FEATURE = Some("fxsr,sse,sse2") [tree-sitter-md 0.1.2] running: "cc" "-O2" "-ffunction-sections" "-fdata-sections" "-fPIC" "-m64" "-pipe" "-O2" "-isystem" "/usr/local/include" "-fno-strict-aliasing" "-I" "tree-sitter-markdown/src" "-Wno-unused-parameter" "-Wno-unused-but-set-variable" "-Wno-trigraphs" "-o" "/construction/editors/lapce/target/x86_64-unknown-dragonfly/release/build/tree-sitter-md-86d4f52109cb4a6d/out/tree-sitter-markdown/src/parser.o" "-c" "tree-sitter-markdown/src/parser.c" [tree-sitter-md 0.1.2] exit status: 0 [tree-sitter-rust 0.20.1] TARGET = Some("x86_64-unknown-dragonfly") [tree-sitter-rust 0.20.1] OPT_LEVEL = Some("2") [tree-sitter-rust 0.20.1] HOST = Some("x86_64-unknown-dragonfly") [tree-sitter-rust 0.20.1] CC_x86_64-unknown-dragonfly = None [tree-sitter-rust 0.20.1] CC_x86_64_unknown_dragonfly = None [tree-sitter-rust 0.20.1] HOST_CC = None [tree-sitter-rust 0.20.1] CC = Some("cc") [tree-sitter-rust 0.20.1] CFLAGS_x86_64-unknown-dragonfly = None [tree-sitter-rust 0.20.1] CFLAGS_x86_64_unknown_dragonfly = None [tree-sitter-rust 0.20.1] HOST_CFLAGS = None [tree-sitter-rust 0.20.1] CFLAGS = Some("-pipe -O2 -isystem /usr/local/include -fno-strict-aliasing ") [tree-sitter-rust 0.20.1] CRATE_CC_NO_DEFAULTS = None [tree-sitter-rust 0.20.1] DEBUG = Some("false") [tree-sitter-rust 0.20.1] CARGO_CFG_TARGET_FEATURE = Some("fxsr,sse,sse2") [tree-sitter-rust 0.20.1] CC_x86_64-unknown-dragonfly = None [tree-sitter-rust 0.20.1] CC_x86_64_unknown_dragonfly = None [tree-sitter-rust 0.20.1] HOST_CC = None [tree-sitter-rust 0.20.1] CC = Some("cc") [tree-sitter-rust 0.20.1] CFLAGS_x86_64-unknown-dragonfly = None [tree-sitter-rust 0.20.1] CFLAGS_x86_64_unknown_dragonfly = None [tree-sitter-rust 0.20.1] HOST_CFLAGS = None [tree-sitter-rust 0.20.1] CFLAGS = Some("-pipe -O2 -isystem /usr/local/include -fno-strict-aliasing ") [tree-sitter-rust 0.20.1] CRATE_CC_NO_DEFAULTS = None [tree-sitter-rust 0.20.1] CARGO_CFG_TARGET_FEATURE = Some("fxsr,sse,sse2") [tree-sitter-glimmer 0.0.1] CC_x86_64-unknown-dragonfly = None [tree-sitter-glimmer 0.0.1] CC_x86_64_unknown_dragonfly = None [tree-sitter-glimmer 0.0.1] HOST_CC = None [tree-sitter-glimmer 0.0.1] CC = Some("cc") [tree-sitter-glimmer 0.0.1] CFLAGS_x86_64-unknown-dragonfly = None [tree-sitter-glimmer 0.0.1] CFLAGS_x86_64_unknown_dragonfly = None [tree-sitter-glimmer 0.0.1] HOST_CFLAGS = None [tree-sitter-glimmer 0.0.1] CFLAGS = Some("-pipe -O2 -isystem /usr/local/include -fno-strict-aliasing ") [tree-sitter-glimmer 0.0.1] CRATE_CC_NO_DEFAULTS = None [tree-sitter-glimmer 0.0.1] CARGO_CFG_TARGET_FEATURE = Some("fxsr,sse,sse2") [tree-sitter-glimmer 0.0.1] CC_x86_64-unknown-dragonfly = None [tree-sitter-glimmer 0.0.1] CC_x86_64_unknown_dragonfly = None [tree-sitter-glimmer 0.0.1] HOST_CC = None [tree-sitter-glimmer 0.0.1] CC = Some("cc") [tree-sitter-glimmer 0.0.1] CFLAGS_x86_64-unknown-dragonfly = None [tree-sitter-glimmer 0.0.1] CFLAGS_x86_64_unknown_dragonfly = None [tree-sitter-glimmer 0.0.1] HOST_CFLAGS = None [tree-sitter-glimmer 0.0.1] CFLAGS = Some("-pipe -O2 -isystem /usr/local/include -fno-strict-aliasing ") [tree-sitter-glimmer 0.0.1] CRATE_CC_NO_DEFAULTS = None [tree-sitter-glimmer 0.0.1] CARGO_CFG_TARGET_FEATURE = Some("fxsr,sse,sse2") [tree-sitter-rust 0.20.1] CC_x86_64-unknown-dragonfly = None [tree-sitter-rust 0.20.1] CC_x86_64_unknown_dragonfly = None [tree-sitter-rust 0.20.1] HOST_CC = None [tree-sitter-rust 0.20.1] CC = Some("cc") [tree-sitter-rust 0.20.1] CFLAGS_x86_64-unknown-dragonfly = None [tree-sitter-rust 0.20.1] CFLAGS_x86_64_unknown_dragonfly = None [tree-sitter-rust 0.20.1] HOST_CFLAGS = None [tree-sitter-rust 0.20.1] CFLAGS = Some("-pipe -O2 -isystem /usr/local/include -fno-strict-aliasing ") [tree-sitter-rust 0.20.1] CRATE_CC_NO_DEFAULTS = None [tree-sitter-rust 0.20.1] CARGO_CFG_TARGET_FEATURE = Some("fxsr,sse,sse2") [tree-sitter-glimmer 0.0.1] running: "cc" "-O2" "-ffunction-sections" "-fdata-sections" "-fPIC" "-m64" "-pipe" "-O2" "-isystem" "/usr/local/include" "-fno-strict-aliasing" "-I" "src" "-Wno-unused-parameter" "-Wno-unused-but-set-variable" "-Wno-trigraphs" "-o" "/construction/editors/lapce/target/x86_64-unknown-dragonfly/release/build/tree-sitter-glimmer-16d31207d81e015d/out/src/parser.o" "-c" "src/parser.c" [tree-sitter-rust 0.20.1] CC_x86_64-unknown-dragonfly = None [tree-sitter-rust 0.20.1] CC_x86_64_unknown_dragonfly = None [tree-sitter-rust 0.20.1] HOST_CC = None [tree-sitter-rust 0.20.1] CC = Some("cc") [tree-sitter-rust 0.20.1] CFLAGS_x86_64-unknown-dragonfly = None [tree-sitter-rust 0.20.1] CFLAGS_x86_64_unknown_dragonfly = None [tree-sitter-rust 0.20.1] HOST_CFLAGS = None [tree-sitter-rust 0.20.1] CFLAGS = Some("-pipe -O2 -isystem /usr/local/include -fno-strict-aliasing ") [tree-sitter-rust 0.20.1] CRATE_CC_NO_DEFAULTS = None [tree-sitter-rust 0.20.1] CARGO_CFG_TARGET_FEATURE = Some("fxsr,sse,sse2") [tree-sitter-glimmer 0.0.1] exit status: 0 [tree-sitter-glimmer 0.0.1] running: "cc" "-O2" "-ffunction-sections" "-fdata-sections" "-fPIC" "-m64" "-pipe" "-O2" "-isystem" "/usr/local/include" "-fno-strict-aliasing" "-I" "src" "-Wno-unused-parameter" "-Wno-unused-but-set-variable" "-Wno-trigraphs" "-o" "/construction/editors/lapce/target/x86_64-unknown-dragonfly/release/build/tree-sitter-glimmer-16d31207d81e015d/out/src/scanner.o" "-c" "src/scanner.c" [tree-sitter-glimmer 0.0.1] exit status: 0 [tree-sitter-html 0.19.0] AR_x86_64-unknown-dragonfly = None [tree-sitter-html 0.19.0] AR_x86_64_unknown_dragonfly = None [tree-sitter-html 0.19.0] HOST_AR = None [tree-sitter-html 0.19.0] AR = None [tree-sitter-html 0.19.0] running: ZERO_AR_DATE="1" "ar" "cq" "/construction/editors/lapce/target/x86_64-unknown-dragonfly/release/build/tree-sitter-html-1cec103c5d9d74ab/out/libparser.a" "/construction/editors/lapce/target/x86_64-unknown-dragonfly/release/build/tree-sitter-html-1cec103c5d9d74ab/out/src/parser.o" [tree-sitter-html 0.19.0] exit status: 0 [tree-sitter-html 0.19.0] running: "ar" "s" "/construction/editors/lapce/target/x86_64-unknown-dragonfly/release/build/tree-sitter-html-1cec103c5d9d74ab/out/libparser.a" [tree-sitter-html 0.19.0] exit status: 0 [tree-sitter-html 0.19.0] cargo:rustc-link-lib=static=parser [tree-sitter-html 0.19.0] cargo:rustc-link-search=native=/construction/editors/lapce/target/x86_64-unknown-dragonfly/release/build/tree-sitter-html-1cec103c5d9d74ab/out [tree-sitter-html 0.19.0] cargo:rerun-if-changed=src/scanner.cc [tree-sitter-kotlin 0.2.11] TARGET = Some("x86_64-unknown-dragonfly") [tree-sitter-kotlin 0.2.11] OPT_LEVEL = Some("2") [tree-sitter-kotlin 0.2.11] HOST = Some("x86_64-unknown-dragonfly") [tree-sitter-kotlin 0.2.11] CC_x86_64-unknown-dragonfly = None [tree-sitter-kotlin 0.2.11] CC_x86_64_unknown_dragonfly = None [tree-sitter-kotlin 0.2.11] HOST_CC = None [tree-sitter-kotlin 0.2.11] CC = Some("cc") [tree-sitter-kotlin 0.2.11] CFLAGS_x86_64-unknown-dragonfly = None [tree-sitter-kotlin 0.2.11] CFLAGS_x86_64_unknown_dragonfly = None [tree-sitter-kotlin 0.2.11] HOST_CFLAGS = None [tree-sitter-kotlin 0.2.11] CFLAGS = Some("-pipe -O2 -isystem /usr/local/include -fno-strict-aliasing ") [tree-sitter-kotlin 0.2.11] CRATE_CC_NO_DEFAULTS = None [tree-sitter-kotlin 0.2.11] DEBUG = Some("false") [tree-sitter-kotlin 0.2.11] CARGO_CFG_TARGET_FEATURE = Some("fxsr,sse,sse2") [tree-sitter-kotlin 0.2.11] CC_x86_64-unknown-dragonfly = None [tree-sitter-kotlin 0.2.11] CC_x86_64_unknown_dragonfly = None [tree-sitter-kotlin 0.2.11] HOST_CC = None [tree-sitter-kotlin 0.2.11] CC = Some("cc") [tree-sitter-kotlin 0.2.11] CFLAGS_x86_64-unknown-dragonfly = None [tree-sitter-kotlin 0.2.11] CFLAGS_x86_64_unknown_dragonfly = None [tree-sitter-kotlin 0.2.11] HOST_CFLAGS = None [tree-sitter-kotlin 0.2.11] CFLAGS = Some("-pipe -O2 -isystem /usr/local/include -fno-strict-aliasing ") [tree-sitter-kotlin 0.2.11] CRATE_CC_NO_DEFAULTS = None [tree-sitter-kotlin 0.2.11] CARGO_CFG_TARGET_FEATURE = Some("fxsr,sse,sse2") [tree-sitter-rust 0.20.1] running: "cc" "-O2" "-ffunction-sections" "-fdata-sections" "-fPIC" "-m64" "-pipe" "-O2" "-isystem" "/usr/local/include" "-fno-strict-aliasing" "-I" "src" "-Wno-unused-parameter" "-Wno-unused-but-set-variable" "-Wno-trigraphs" "-o" "/construction/editors/lapce/target/x86_64-unknown-dragonfly/release/build/tree-sitter-rust-64450b9c9b7740f4/out/src/parser.o" "-c" "src/parser.c" [tree-sitter-rust 0.20.1] exit status: 0 [tree-sitter-haskell 0.14.0] TARGET = Some("x86_64-unknown-dragonfly") [tree-sitter-haskell 0.14.0] OPT_LEVEL = Some("2") [tree-sitter-haskell 0.14.0] HOST = Some("x86_64-unknown-dragonfly") [tree-sitter-haskell 0.14.0] CC_x86_64-unknown-dragonfly = None [tree-sitter-haskell 0.14.0] CC_x86_64_unknown_dragonfly = None [tree-sitter-haskell 0.14.0] HOST_CC = None [tree-sitter-haskell 0.14.0] CC = Some("cc") [tree-sitter-haskell 0.14.0] CFLAGS_x86_64-unknown-dragonfly = None [tree-sitter-haskell 0.14.0] CFLAGS_x86_64_unknown_dragonfly = None [tree-sitter-haskell 0.14.0] HOST_CFLAGS = None [tree-sitter-haskell 0.14.0] CFLAGS = Some("-pipe -O2 -isystem /usr/local/include -fno-strict-aliasing ") [tree-sitter-haskell 0.14.0] CRATE_CC_NO_DEFAULTS = None [tree-sitter-haskell 0.14.0] DEBUG = Some("false") [tree-sitter-haskell 0.14.0] CARGO_CFG_TARGET_FEATURE = Some("fxsr,sse,sse2") [tree-sitter-haskell 0.14.0] CC_x86_64-unknown-dragonfly = None [tree-sitter-haskell 0.14.0] CC_x86_64_unknown_dragonfly = None [tree-sitter-haskell 0.14.0] HOST_CC = None [tree-sitter-haskell 0.14.0] CC = Some("cc") [tree-sitter-haskell 0.14.0] CFLAGS_x86_64-unknown-dragonfly = None [tree-sitter-haskell 0.14.0] CFLAGS_x86_64_unknown_dragonfly = None [tree-sitter-haskell 0.14.0] HOST_CFLAGS = None [tree-sitter-haskell 0.14.0] CFLAGS = Some("-pipe -O2 -isystem /usr/local/include -fno-strict-aliasing ") [tree-sitter-haskell 0.14.0] CRATE_CC_NO_DEFAULTS = None [tree-sitter-haskell 0.14.0] CARGO_CFG_TARGET_FEATURE = Some("fxsr,sse,sse2") [tree-sitter-haskell 0.14.0] CC_x86_64-unknown-dragonfly = None [tree-sitter-haskell 0.14.0] CC_x86_64_unknown_dragonfly = None [tree-sitter-haskell 0.14.0] HOST_CC = None [tree-sitter-haskell 0.14.0] CC = Some("cc") [tree-sitter-haskell 0.14.0] CFLAGS_x86_64-unknown-dragonfly = None [tree-sitter-haskell 0.14.0] CFLAGS_x86_64_unknown_dragonfly = None [tree-sitter-haskell 0.14.0] HOST_CFLAGS = None [tree-sitter-haskell 0.14.0] CFLAGS = Some("-pipe -O2 -isystem /usr/local/include -fno-strict-aliasing ") [tree-sitter-haskell 0.14.0] CRATE_CC_NO_DEFAULTS = None [tree-sitter-haskell 0.14.0] CARGO_CFG_TARGET_FEATURE = Some("fxsr,sse,sse2") [tree-sitter-haskell 0.14.0] CC_x86_64-unknown-dragonfly = None [tree-sitter-haskell 0.14.0] CC_x86_64_unknown_dragonfly = None [tree-sitter-haskell 0.14.0] HOST_CC = None [tree-sitter-haskell 0.14.0] CC = Some("cc") [tree-sitter-haskell 0.14.0] CFLAGS_x86_64-unknown-dragonfly = None [tree-sitter-haskell 0.14.0] CFLAGS_x86_64_unknown_dragonfly = None [tree-sitter-haskell 0.14.0] HOST_CFLAGS = None [tree-sitter-haskell 0.14.0] CFLAGS = Some("-pipe -O2 -isystem /usr/local/include -fno-strict-aliasing ") [tree-sitter-haskell 0.14.0] CRATE_CC_NO_DEFAULTS = None [tree-sitter-haskell 0.14.0] CARGO_CFG_TARGET_FEATURE = Some("fxsr,sse,sse2") [tree-sitter-kotlin 0.2.11] CC_x86_64-unknown-dragonfly = None [tree-sitter-kotlin 0.2.11] CC_x86_64_unknown_dragonfly = None [tree-sitter-kotlin 0.2.11] HOST_CC = None [tree-sitter-kotlin 0.2.11] CC = Some("cc") [tree-sitter-kotlin 0.2.11] CFLAGS_x86_64-unknown-dragonfly = None [tree-sitter-kotlin 0.2.11] CFLAGS_x86_64_unknown_dragonfly = None [tree-sitter-kotlin 0.2.11] HOST_CFLAGS = None [tree-sitter-kotlin 0.2.11] CFLAGS = Some("-pipe -O2 -isystem /usr/local/include -fno-strict-aliasing ") [tree-sitter-kotlin 0.2.11] CRATE_CC_NO_DEFAULTS = None [tree-sitter-kotlin 0.2.11] CARGO_CFG_TARGET_FEATURE = Some("fxsr,sse,sse2") [tree-sitter-haskell 0.14.0] running: "cc" "-O2" "-ffunction-sections" "-fdata-sections" "-fPIC" "-m64" "-pipe" "-O2" "-isystem" "/usr/local/include" "-fno-strict-aliasing" "-I" "src" "-Wno-unused-parameter" "-Wno-unused-but-set-variable" "-Wno-trigraphs" "-o" "/construction/editors/lapce/target/x86_64-unknown-dragonfly/release/build/tree-sitter-haskell-d135a09b23305b4e/out/src/parser.o" "-c" "src/parser.c" [tree-sitter-kotlin 0.2.11] CC_x86_64-unknown-dragonfly = None [tree-sitter-kotlin 0.2.11] CC_x86_64_unknown_dragonfly = None [tree-sitter-kotlin 0.2.11] HOST_CC = None [tree-sitter-kotlin 0.2.11] CC = Some("cc") [tree-sitter-kotlin 0.2.11] CFLAGS_x86_64-unknown-dragonfly = None [tree-sitter-kotlin 0.2.11] CFLAGS_x86_64_unknown_dragonfly = None [tree-sitter-kotlin 0.2.11] HOST_CFLAGS = None [tree-sitter-kotlin 0.2.11] CFLAGS = Some("-pipe -O2 -isystem /usr/local/include -fno-strict-aliasing ") [tree-sitter-kotlin 0.2.11] CRATE_CC_NO_DEFAULTS = None [tree-sitter-kotlin 0.2.11] CARGO_CFG_TARGET_FEATURE = Some("fxsr,sse,sse2") [tree-sitter-kotlin 0.2.11] running: "cc" "-O2" "-ffunction-sections" "-fdata-sections" "-fPIC" "-m64" "-pipe" "-O2" "-isystem" "/usr/local/include" "-fno-strict-aliasing" "-I" "src" "-Wno-unused-parameter" "-Wno-unused-but-set-variable" "-Wno-trigraphs" "-o" "/construction/editors/lapce/target/x86_64-unknown-dragonfly/release/build/tree-sitter-kotlin-3498c66c4cca798b/out/src/parser.o" "-c" "src/parser.c" [tree-sitter-haskell 0.14.0] exit status: 0 [tree-sitter-elixir 0.19.0] TARGET = Some("x86_64-unknown-dragonfly") [tree-sitter-elixir 0.19.0] OPT_LEVEL = Some("2") [tree-sitter-elixir 0.19.0] HOST = Some("x86_64-unknown-dragonfly") [tree-sitter-elixir 0.19.0] CC_x86_64-unknown-dragonfly = None [tree-sitter-elixir 0.19.0] CC_x86_64_unknown_dragonfly = None [tree-sitter-elixir 0.19.0] HOST_CC = None [tree-sitter-elixir 0.19.0] CC = Some("cc") [tree-sitter-elixir 0.19.0] CFLAGS_x86_64-unknown-dragonfly = None [tree-sitter-elixir 0.19.0] CFLAGS_x86_64_unknown_dragonfly = None [tree-sitter-elixir 0.19.0] HOST_CFLAGS = None [tree-sitter-elixir 0.19.0] CFLAGS = Some("-pipe -O2 -isystem /usr/local/include -fno-strict-aliasing ") [tree-sitter-elixir 0.19.0] CRATE_CC_NO_DEFAULTS = None [tree-sitter-elixir 0.19.0] DEBUG = Some("false") [tree-sitter-elixir 0.19.0] CARGO_CFG_TARGET_FEATURE = Some("fxsr,sse,sse2") [tree-sitter-elixir 0.19.0] CC_x86_64-unknown-dragonfly = None [tree-sitter-elixir 0.19.0] CC_x86_64_unknown_dragonfly = None [tree-sitter-elixir 0.19.0] HOST_CC = None [tree-sitter-elixir 0.19.0] CC = Some("cc") [tree-sitter-elixir 0.19.0] CFLAGS_x86_64-unknown-dragonfly = None [tree-sitter-elixir 0.19.0] CFLAGS_x86_64_unknown_dragonfly = None [tree-sitter-elixir 0.19.0] HOST_CFLAGS = None [tree-sitter-elixir 0.19.0] CFLAGS = Some("-pipe -O2 -isystem /usr/local/include -fno-strict-aliasing ") [tree-sitter-elixir 0.19.0] CRATE_CC_NO_DEFAULTS = None [tree-sitter-elixir 0.19.0] CARGO_CFG_TARGET_FEATURE = Some("fxsr,sse,sse2") [tree-sitter-kotlin 0.2.11] exit status: 0 [tree-sitter-java 0.20.0] AR_x86_64-unknown-dragonfly = None [tree-sitter-java 0.20.0] AR_x86_64_unknown_dragonfly = None [tree-sitter-java 0.20.0] HOST_AR = None [tree-sitter-java 0.20.0] AR = None [tree-sitter-java 0.20.0] running: ZERO_AR_DATE="1" "ar" "cq" "/construction/editors/lapce/target/x86_64-unknown-dragonfly/release/build/tree-sitter-java-29c714e777d0352b/out/libparser.a" "/construction/editors/lapce/target/x86_64-unknown-dragonfly/release/build/tree-sitter-java-29c714e777d0352b/out/src/parser.o" [tree-sitter-elixir 0.19.0] CC_x86_64-unknown-dragonfly = None [tree-sitter-elixir 0.19.0] CC_x86_64_unknown_dragonfly = None [tree-sitter-elixir 0.19.0] HOST_CC = None [tree-sitter-elixir 0.19.0] CC = Some("cc") [tree-sitter-elixir 0.19.0] CFLAGS_x86_64-unknown-dragonfly = None [tree-sitter-elixir 0.19.0] CFLAGS_x86_64_unknown_dragonfly = None [tree-sitter-elixir 0.19.0] HOST_CFLAGS = None [tree-sitter-elixir 0.19.0] CFLAGS = Some("-pipe -O2 -isystem /usr/local/include -fno-strict-aliasing ") [tree-sitter-elixir 0.19.0] CRATE_CC_NO_DEFAULTS = None [tree-sitter-elixir 0.19.0] CARGO_CFG_TARGET_FEATURE = Some("fxsr,sse,sse2") [tree-sitter-java 0.20.0] exit status: 0 [tree-sitter-java 0.20.0] running: "ar" "s" "/construction/editors/lapce/target/x86_64-unknown-dragonfly/release/build/tree-sitter-java-29c714e777d0352b/out/libparser.a" [tree-sitter-java 0.20.0] exit status: 0 [tree-sitter-java 0.20.0] cargo:rustc-link-lib=static=parser [tree-sitter-java 0.20.0] cargo:rustc-link-search=native=/construction/editors/lapce/target/x86_64-unknown-dragonfly/release/build/tree-sitter-java-29c714e777d0352b/out Running `/construction/editors/lapce/target/release/build/tree-sitter-ruby-7f99c16ba0c3570b/build-script-build` [tree-sitter-ruby 0.19.0] cargo:rerun-if-changed=src/parser.c [tree-sitter-yaml 0.0.1] AR_x86_64-unknown-dragonfly = None [tree-sitter-yaml 0.0.1] AR_x86_64_unknown_dragonfly = None [tree-sitter-yaml 0.0.1] HOST_AR = None [tree-sitter-yaml 0.0.1] AR = None [tree-sitter-yaml 0.0.1] running: ZERO_AR_DATE="1" "ar" "cq" "/construction/editors/lapce/target/x86_64-unknown-dragonfly/release/build/tree-sitter-yaml-f252130566c6df00/out/libparser.a" "/construction/editors/lapce/target/x86_64-unknown-dragonfly/release/build/tree-sitter-yaml-f252130566c6df00/out/src/parser.o" [tree-sitter-yaml 0.0.1] exit status: 0 [tree-sitter-yaml 0.0.1] running: "ar" "s" "/construction/editors/lapce/target/x86_64-unknown-dragonfly/release/build/tree-sitter-yaml-f252130566c6df00/out/libparser.a" [tree-sitter-yaml 0.0.1] exit status: 0 [tree-sitter-yaml 0.0.1] cargo:rustc-link-lib=static=parser [tree-sitter-yaml 0.0.1] cargo:rustc-link-search=native=/construction/editors/lapce/target/x86_64-unknown-dragonfly/release/build/tree-sitter-yaml-f252130566c6df00/out [tree-sitter-yaml 0.0.1] cargo:rerun-if-changed=src/parser.c [tree-sitter-wgsl 0.0.1] AR_x86_64-unknown-dragonfly = None [tree-sitter-wgsl 0.0.1] AR_x86_64_unknown_dragonfly = None [tree-sitter-wgsl 0.0.1] HOST_AR = None [tree-sitter-wgsl 0.0.1] AR = None [tree-sitter-wgsl 0.0.1] running: ZERO_AR_DATE="1" "ar" "cq" "/construction/editors/lapce/target/x86_64-unknown-dragonfly/release/build/tree-sitter-wgsl-b9725a64bd66e693/out/libparser.a" "/construction/editors/lapce/target/x86_64-unknown-dragonfly/release/build/tree-sitter-wgsl-b9725a64bd66e693/out/src/parser.o" [tree-sitter-wgsl 0.0.1] exit status: 0 [tree-sitter-wgsl 0.0.1] running: "ar" "s" "/construction/editors/lapce/target/x86_64-unknown-dragonfly/release/build/tree-sitter-wgsl-b9725a64bd66e693/out/libparser.a" [tree-sitter-wgsl 0.0.1] exit status: 0 [tree-sitter-wgsl 0.0.1] cargo:rustc-link-lib=static=parser [tree-sitter-wgsl 0.0.1] cargo:rustc-link-search=native=/construction/editors/lapce/target/x86_64-unknown-dragonfly/release/build/tree-sitter-wgsl-b9725a64bd66e693/out [tree-sitter-wgsl 0.0.1] cargo:rerun-if-changed=src/parser.c Running `/construction/editors/lapce/target/release/build/tree-sitter-protobuf-4a85f83433d319af/build-script-build` [tree-sitter-elixir 0.19.0] CC_x86_64-unknown-dragonfly = None [tree-sitter-elixir 0.19.0] CC_x86_64_unknown_dragonfly = None [tree-sitter-elixir 0.19.0] HOST_CC = None [tree-sitter-elixir 0.19.0] CC = Some("cc") [tree-sitter-elixir 0.19.0] CFLAGS_x86_64-unknown-dragonfly = None [tree-sitter-elixir 0.19.0] CFLAGS_x86_64_unknown_dragonfly = None [tree-sitter-elixir 0.19.0] HOST_CFLAGS = None [tree-sitter-elixir 0.19.0] CFLAGS = Some("-pipe -O2 -isystem /usr/local/include -fno-strict-aliasing ") [tree-sitter-elixir 0.19.0] CRATE_CC_NO_DEFAULTS = None [tree-sitter-elixir 0.19.0] CARGO_CFG_TARGET_FEATURE = Some("fxsr,sse,sse2") [tree-sitter-md 0.1.2] AR_x86_64-unknown-dragonfly = None [tree-sitter-md 0.1.2] AR_x86_64_unknown_dragonfly = None [tree-sitter-md 0.1.2] HOST_AR = None [tree-sitter-md 0.1.2] AR = None [tree-sitter-md 0.1.2] running: ZERO_AR_DATE="1" "ar" "cq" "/construction/editors/lapce/target/x86_64-unknown-dragonfly/release/build/tree-sitter-md-86d4f52109cb4a6d/out/libparser_block.a" "/construction/editors/lapce/target/x86_64-unknown-dragonfly/release/build/tree-sitter-md-86d4f52109cb4a6d/out/tree-sitter-markdown/src/parser.o" [tree-sitter-md 0.1.2] exit status: 0 [tree-sitter-md 0.1.2] running: "ar" "s" "/construction/editors/lapce/target/x86_64-unknown-dragonfly/release/build/tree-sitter-md-86d4f52109cb4a6d/out/libparser_block.a" [tree-sitter-md 0.1.2] exit status: 0 [tree-sitter-md 0.1.2] cargo:rustc-link-lib=static=parser_block [tree-sitter-md 0.1.2] cargo:rustc-link-search=native=/construction/editors/lapce/target/x86_64-unknown-dragonfly/release/build/tree-sitter-md-86d4f52109cb4a6d/out [tree-sitter-md 0.1.2] cargo:rerun-if-changed=tree-sitter-markdown/src/parser.c [tree-sitter-haskell 0.14.0] running: "cc" "-O2" "-ffunction-sections" "-fdata-sections" "-fPIC" "-m64" "-pipe" "-O2" "-isystem" "/usr/local/include" "-fno-strict-aliasing" "-I" "src" "-Wno-unused-parameter" "-Wno-unused-but-set-variable" "-Wno-trigraphs" "-o" "/construction/editors/lapce/target/x86_64-unknown-dragonfly/release/build/tree-sitter-haskell-d135a09b23305b4e/out/src/scanner.o" "-c" "src/scanner.c" [tree-sitter-haskell 0.14.0] exit status: 0 [tree-sitter-elm 5.6.3] AR_x86_64-unknown-dragonfly = None [tree-sitter-elm 5.6.3] AR_x86_64_unknown_dragonfly = None [tree-sitter-elm 5.6.3] HOST_AR = None [tree-sitter-elm 5.6.3] AR = None [tree-sitter-elm 5.6.3] running: ZERO_AR_DATE="1" "ar" "cq" "/construction/editors/lapce/target/x86_64-unknown-dragonfly/release/build/tree-sitter-elm-2475034bb373fa4f/out/libscanner.a" "/construction/editors/lapce/target/x86_64-unknown-dragonfly/release/build/tree-sitter-elm-2475034bb373fa4f/out/src/scanner.o" [tree-sitter-elm 5.6.3] exit status: 0 [tree-sitter-elm 5.6.3] running: "ar" "s" "/construction/editors/lapce/target/x86_64-unknown-dragonfly/release/build/tree-sitter-elm-2475034bb373fa4f/out/libscanner.a" [tree-sitter-elm 5.6.3] exit status: 0 [tree-sitter-elm 5.6.3] cargo:rustc-link-lib=static=scanner [tree-sitter-elm 5.6.3] cargo:rustc-link-search=native=/construction/editors/lapce/target/x86_64-unknown-dragonfly/release/build/tree-sitter-elm-2475034bb373fa4f/out [tree-sitter-elm 5.6.3] CXXSTDLIB_x86_64-unknown-dragonfly = None [tree-sitter-elm 5.6.3] CXXSTDLIB_x86_64_unknown_dragonfly = None [tree-sitter-elm 5.6.3] HOST_CXXSTDLIB = None [tree-sitter-elm 5.6.3] CXXSTDLIB = None [tree-sitter-elm 5.6.3] cargo:rustc-link-lib=stdc++ [tree-sitter-elm 5.6.3] cargo:rerun-if-changed=src/scanner.cc Running `/construction/editors/lapce/target/release/build/tree-sitter-erlang-377b3ffc6dfe8475/build-script-build` [tree-sitter-elixir 0.19.0] running: "cc" "-O2" "-ffunction-sections" "-fdata-sections" "-fPIC" "-m64" "-pipe" "-O2" "-isystem" "/usr/local/include" "-fno-strict-aliasing" "-I" "src" "-Wno-unused-parameter" "-Wno-unused-but-set-variable" "-Wno-trigraphs" "-o" "/construction/editors/lapce/target/x86_64-unknown-dragonfly/release/build/tree-sitter-elixir-4da8d1964eaa9f73/out/src/parser.o" "-c" "src/parser.c" [tree-sitter-lua 0.0.12] AR_x86_64-unknown-dragonfly = None [tree-sitter-lua 0.0.12] AR_x86_64_unknown_dragonfly = None [tree-sitter-lua 0.0.12] HOST_AR = None [tree-sitter-lua 0.0.12] AR = None [tree-sitter-lua 0.0.12] running: ZERO_AR_DATE="1" "ar" "cq" "/construction/editors/lapce/target/x86_64-unknown-dragonfly/release/build/tree-sitter-lua-9baeb3425d03744a/out/libparser.a" "/construction/editors/lapce/target/x86_64-unknown-dragonfly/release/build/tree-sitter-lua-9baeb3425d03744a/out/src/parser.o" "/construction/editors/lapce/target/x86_64-unknown-dragonfly/release/build/tree-sitter-lua-9baeb3425d03744a/out/src/scanner.o" [tree-sitter-lua 0.0.12] exit status: 0 [tree-sitter-lua 0.0.12] running: "ar" "s" "/construction/editors/lapce/target/x86_64-unknown-dragonfly/release/build/tree-sitter-lua-9baeb3425d03744a/out/libparser.a" [tree-sitter-lua 0.0.12] exit status: 0 [tree-sitter-lua 0.0.12] cargo:rustc-link-lib=static=parser [tree-sitter-lua 0.0.12] cargo:rustc-link-search=native=/construction/editors/lapce/target/x86_64-unknown-dragonfly/release/build/tree-sitter-lua-9baeb3425d03744a/out [tree-sitter-lua 0.0.12] cargo:rerun-if-changed=src/parser.c Running `/construction/editors/lapce/target/release/build/tree-sitter-javascript-c1ca046c1da6979a/build-script-build` [tree-sitter-javascript 0.20.0] cargo:rerun-if-changed=src/parser.c [tree-sitter-yaml 0.0.1] TARGET = Some("x86_64-unknown-dragonfly") [tree-sitter-yaml 0.0.1] OPT_LEVEL = Some("2") [tree-sitter-yaml 0.0.1] HOST = Some("x86_64-unknown-dragonfly") [tree-sitter-yaml 0.0.1] CXX_x86_64-unknown-dragonfly = None [tree-sitter-yaml 0.0.1] CXX_x86_64_unknown_dragonfly = None [tree-sitter-yaml 0.0.1] HOST_CXX = None [tree-sitter-yaml 0.0.1] CXX = Some("c++") [tree-sitter-yaml 0.0.1] CXXFLAGS_x86_64-unknown-dragonfly = None [tree-sitter-yaml 0.0.1] CXXFLAGS_x86_64_unknown_dragonfly = None [tree-sitter-yaml 0.0.1] HOST_CXXFLAGS = None [tree-sitter-yaml 0.0.1] CXXFLAGS = Some(" -pipe -O2 -isystem /usr/local/include -fno-strict-aliasing -isystem /usr/local/include ") [tree-sitter-yaml 0.0.1] CRATE_CC_NO_DEFAULTS = None [tree-sitter-yaml 0.0.1] DEBUG = Some("false") [tree-sitter-yaml 0.0.1] CARGO_CFG_TARGET_FEATURE = Some("fxsr,sse,sse2") [tree-sitter-yaml 0.0.1] CXX_x86_64-unknown-dragonfly = None [tree-sitter-yaml 0.0.1] CXX_x86_64_unknown_dragonfly = None [tree-sitter-yaml 0.0.1] HOST_CXX = None [tree-sitter-yaml 0.0.1] CXX = Some("c++") [tree-sitter-yaml 0.0.1] CXXFLAGS_x86_64-unknown-dragonfly = None [tree-sitter-yaml 0.0.1] CXXFLAGS_x86_64_unknown_dragonfly = None [tree-sitter-yaml 0.0.1] HOST_CXXFLAGS = None [tree-sitter-yaml 0.0.1] CXXFLAGS = Some(" -pipe -O2 -isystem /usr/local/include -fno-strict-aliasing -isystem /usr/local/include ") [tree-sitter-yaml 0.0.1] CRATE_CC_NO_DEFAULTS = None [tree-sitter-yaml 0.0.1] CARGO_CFG_TARGET_FEATURE = Some("fxsr,sse,sse2") [tree-sitter-ruby 0.19.0] TARGET = Some("x86_64-unknown-dragonfly") [tree-sitter-elixir 0.19.0] exit status: 0 [tree-sitter-ruby 0.19.0] OPT_LEVEL = Some("2") [tree-sitter-ruby 0.19.0] HOST = Some("x86_64-unknown-dragonfly") [tree-sitter-ruby 0.19.0] CC_x86_64-unknown-dragonfly = None [tree-sitter-ruby 0.19.0] CC_x86_64_unknown_dragonfly = None [tree-sitter-ruby 0.19.0] HOST_CC = None [tree-sitter-ruby 0.19.0] CC = Some("cc") [tree-sitter-ruby 0.19.0] CFLAGS_x86_64-unknown-dragonfly = None [tree-sitter-ruby 0.19.0] CFLAGS_x86_64_unknown_dragonfly = None [tree-sitter-ruby 0.19.0] HOST_CFLAGS = None [tree-sitter-ruby 0.19.0] CFLAGS = Some("-pipe -O2 -isystem /usr/local/include -fno-strict-aliasing ") [tree-sitter-ruby 0.19.0] CRATE_CC_NO_DEFAULTS = None [tree-sitter-ruby 0.19.0] DEBUG = Some("false") [tree-sitter-ruby 0.19.0] CARGO_CFG_TARGET_FEATURE = Some("fxsr,sse,sse2") [tree-sitter-ruby 0.19.0] CC_x86_64-unknown-dragonfly = None [tree-sitter-ruby 0.19.0] CC_x86_64_unknown_dragonfly = None [tree-sitter-ruby 0.19.0] HOST_CC = None [tree-sitter-ruby 0.19.0] CC = Some("cc") [tree-sitter-ruby 0.19.0] CFLAGS_x86_64-unknown-dragonfly = None [tree-sitter-ruby 0.19.0] CFLAGS_x86_64_unknown_dragonfly = None [tree-sitter-ruby 0.19.0] HOST_CFLAGS = None [tree-sitter-ruby 0.19.0] CFLAGS = Some("-pipe -O2 -isystem /usr/local/include -fno-strict-aliasing ") [tree-sitter-ruby 0.19.0] CRATE_CC_NO_DEFAULTS = None [tree-sitter-ruby 0.19.0] CARGO_CFG_TARGET_FEATURE = Some("fxsr,sse,sse2") [tree-sitter-yaml 0.0.1] CXX_x86_64-unknown-dragonfly = None [tree-sitter-yaml 0.0.1] CXX_x86_64_unknown_dragonfly = None [tree-sitter-yaml 0.0.1] HOST_CXX = None [tree-sitter-yaml 0.0.1] CXX = Some("c++") [tree-sitter-yaml 0.0.1] CXXFLAGS_x86_64-unknown-dragonfly = None [tree-sitter-yaml 0.0.1] CXXFLAGS_x86_64_unknown_dragonfly = None [tree-sitter-yaml 0.0.1] HOST_CXXFLAGS = None [tree-sitter-yaml 0.0.1] CXXFLAGS = Some(" -pipe -O2 -isystem /usr/local/include -fno-strict-aliasing -isystem /usr/local/include ") [tree-sitter-yaml 0.0.1] CRATE_CC_NO_DEFAULTS = None [tree-sitter-yaml 0.0.1] CARGO_CFG_TARGET_FEATURE = Some("fxsr,sse,sse2") [tree-sitter-ruby 0.19.0] CC_x86_64-unknown-dragonfly = None [tree-sitter-ruby 0.19.0] CC_x86_64_unknown_dragonfly = None [tree-sitter-ruby 0.19.0] HOST_CC = None [tree-sitter-ruby 0.19.0] CC = Some("cc") [tree-sitter-ruby 0.19.0] CFLAGS_x86_64-unknown-dragonfly = None [tree-sitter-ruby 0.19.0] CFLAGS_x86_64_unknown_dragonfly = None [tree-sitter-ruby 0.19.0] HOST_CFLAGS = None [tree-sitter-ruby 0.19.0] CFLAGS = Some("-pipe -O2 -isystem /usr/local/include -fno-strict-aliasing ") [tree-sitter-ruby 0.19.0] CRATE_CC_NO_DEFAULTS = None [tree-sitter-ruby 0.19.0] CARGO_CFG_TARGET_FEATURE = Some("fxsr,sse,sse2") [tree-sitter-yaml 0.0.1] running: "c++" "-O2" "-ffunction-sections" "-fdata-sections" "-fPIC" "-m64" "-pipe" "-O2" "-isystem" "/usr/local/include" "-fno-strict-aliasing" "-isystem" "/usr/local/include" "-I" "src" "-Wno-unused-parameter" "-Wno-unused-but-set-variable" "-o" "/construction/editors/lapce/target/x86_64-unknown-dragonfly/release/build/tree-sitter-yaml-f252130566c6df00/out/src/scanner.o" "-c" "src/scanner.cc" [tree-sitter-yaml 0.0.1] exit status: 0 [tree-sitter-swift 0.3.4] TARGET = Some("x86_64-unknown-dragonfly") [tree-sitter-swift 0.3.4] OPT_LEVEL = Some("2") [tree-sitter-swift 0.3.4] HOST = Some("x86_64-unknown-dragonfly") [tree-sitter-swift 0.3.4] CC_x86_64-unknown-dragonfly = None [tree-sitter-swift 0.3.4] CC_x86_64_unknown_dragonfly = None [tree-sitter-swift 0.3.4] HOST_CC = None [tree-sitter-swift 0.3.4] CC = Some("cc") [tree-sitter-swift 0.3.4] CFLAGS_x86_64-unknown-dragonfly = None [tree-sitter-swift 0.3.4] CFLAGS_x86_64_unknown_dragonfly = None [tree-sitter-swift 0.3.4] HOST_CFLAGS = None [tree-sitter-swift 0.3.4] CFLAGS = Some("-pipe -O2 -isystem /usr/local/include -fno-strict-aliasing ") [tree-sitter-swift 0.3.4] CRATE_CC_NO_DEFAULTS = None [tree-sitter-swift 0.3.4] DEBUG = Some("false") [tree-sitter-swift 0.3.4] CARGO_CFG_TARGET_FEATURE = Some("fxsr,sse,sse2") [tree-sitter-swift 0.3.4] CC_x86_64-unknown-dragonfly = None [tree-sitter-swift 0.3.4] CC_x86_64_unknown_dragonfly = None [tree-sitter-swift 0.3.4] HOST_CC = None [tree-sitter-swift 0.3.4] CC = Some("cc") [tree-sitter-swift 0.3.4] CFLAGS_x86_64-unknown-dragonfly = None [tree-sitter-swift 0.3.4] CFLAGS_x86_64_unknown_dragonfly = None [tree-sitter-swift 0.3.4] HOST_CFLAGS = None [tree-sitter-swift 0.3.4] CFLAGS = Some("-pipe -O2 -isystem /usr/local/include -fno-strict-aliasing ") [tree-sitter-swift 0.3.4] CRATE_CC_NO_DEFAULTS = None [tree-sitter-swift 0.3.4] CARGO_CFG_TARGET_FEATURE = Some("fxsr,sse,sse2") [tree-sitter-ruby 0.19.0] CC_x86_64-unknown-dragonfly = None [tree-sitter-ruby 0.19.0] CC_x86_64_unknown_dragonfly = None [tree-sitter-ruby 0.19.0] HOST_CC = None [tree-sitter-ruby 0.19.0] CC = Some("cc") [tree-sitter-ruby 0.19.0] CFLAGS_x86_64-unknown-dragonfly = None [tree-sitter-ruby 0.19.0] CFLAGS_x86_64_unknown_dragonfly = None [tree-sitter-ruby 0.19.0] HOST_CFLAGS = None [tree-sitter-ruby 0.19.0] CFLAGS = Some("-pipe -O2 -isystem /usr/local/include -fno-strict-aliasing ") [tree-sitter-ruby 0.19.0] CRATE_CC_NO_DEFAULTS = None [tree-sitter-ruby 0.19.0] CARGO_CFG_TARGET_FEATURE = Some("fxsr,sse,sse2") [tree-sitter-swift 0.3.4] CC_x86_64-unknown-dragonfly = None [tree-sitter-swift 0.3.4] CC_x86_64_unknown_dragonfly = None [tree-sitter-swift 0.3.4] HOST_CC = None [tree-sitter-swift 0.3.4] CC = Some("cc") [tree-sitter-swift 0.3.4] CFLAGS_x86_64-unknown-dragonfly = None [tree-sitter-swift 0.3.4] CFLAGS_x86_64_unknown_dragonfly = None [tree-sitter-swift 0.3.4] HOST_CFLAGS = None [tree-sitter-swift 0.3.4] CFLAGS = Some("-pipe -O2 -isystem /usr/local/include -fno-strict-aliasing ") [tree-sitter-swift 0.3.4] CRATE_CC_NO_DEFAULTS = None [tree-sitter-swift 0.3.4] CARGO_CFG_TARGET_FEATURE = Some("fxsr,sse,sse2") [tree-sitter-ruby 0.19.0] running: "cc" "-O2" "-ffunction-sections" "-fdata-sections" "-fPIC" "-m64" "-pipe" "-O2" "-isystem" "/usr/local/include" "-fno-strict-aliasing" "-I" "src" "-Wno-unused-parameter" "-Wno-unused-but-set-variable" "-Wno-trigraphs" "-o" "/construction/editors/lapce/target/x86_64-unknown-dragonfly/release/build/tree-sitter-ruby-41a3b08ee2eb5b3b/out/src/parser.o" "-c" "src/parser.c" [tree-sitter-ruby 0.19.0] exit status: 0 [tree-sitter-md 0.1.2] TARGET = Some("x86_64-unknown-dragonfly") [tree-sitter-md 0.1.2] OPT_LEVEL = Some("2") [tree-sitter-md 0.1.2] HOST = Some("x86_64-unknown-dragonfly") [tree-sitter-md 0.1.2] CC_x86_64-unknown-dragonfly = None [tree-sitter-md 0.1.2] CC_x86_64_unknown_dragonfly = None [tree-sitter-md 0.1.2] HOST_CC = None [tree-sitter-md 0.1.2] CC = Some("cc") [tree-sitter-md 0.1.2] CFLAGS_x86_64-unknown-dragonfly = None [tree-sitter-md 0.1.2] CFLAGS_x86_64_unknown_dragonfly = None [tree-sitter-md 0.1.2] HOST_CFLAGS = None [tree-sitter-md 0.1.2] CFLAGS = Some("-pipe -O2 -isystem /usr/local/include -fno-strict-aliasing ") [tree-sitter-md 0.1.2] CRATE_CC_NO_DEFAULTS = None [tree-sitter-md 0.1.2] DEBUG = Some("false") [tree-sitter-md 0.1.2] CARGO_CFG_TARGET_FEATURE = Some("fxsr,sse,sse2") [tree-sitter-md 0.1.2] CC_x86_64-unknown-dragonfly = None [tree-sitter-md 0.1.2] CC_x86_64_unknown_dragonfly = None [tree-sitter-md 0.1.2] HOST_CC = None [tree-sitter-md 0.1.2] CC = Some("cc") [tree-sitter-md 0.1.2] CFLAGS_x86_64-unknown-dragonfly = None [tree-sitter-md 0.1.2] CFLAGS_x86_64_unknown_dragonfly = None [tree-sitter-md 0.1.2] HOST_CFLAGS = None [tree-sitter-md 0.1.2] CFLAGS = Some("-pipe -O2 -isystem /usr/local/include -fno-strict-aliasing ") [tree-sitter-md 0.1.2] CRATE_CC_NO_DEFAULTS = None [tree-sitter-md 0.1.2] CARGO_CFG_TARGET_FEATURE = Some("fxsr,sse,sse2") [tree-sitter-swift 0.3.4] CC_x86_64-unknown-dragonfly = None [tree-sitter-swift 0.3.4] CC_x86_64_unknown_dragonfly = None [tree-sitter-swift 0.3.4] HOST_CC = None [tree-sitter-swift 0.3.4] CC = Some("cc") [tree-sitter-swift 0.3.4] CFLAGS_x86_64-unknown-dragonfly = None [tree-sitter-swift 0.3.4] CFLAGS_x86_64_unknown_dragonfly = None [tree-sitter-swift 0.3.4] HOST_CFLAGS = None [tree-sitter-swift 0.3.4] CFLAGS = Some("-pipe -O2 -isystem /usr/local/include -fno-strict-aliasing ") [tree-sitter-swift 0.3.4] CRATE_CC_NO_DEFAULTS = None [tree-sitter-swift 0.3.4] CARGO_CFG_TARGET_FEATURE = Some("fxsr,sse,sse2") [tree-sitter-md 0.1.2] CC_x86_64-unknown-dragonfly = None [tree-sitter-md 0.1.2] CC_x86_64_unknown_dragonfly = None [tree-sitter-md 0.1.2] HOST_CC = None [tree-sitter-md 0.1.2] CC = Some("cc") [tree-sitter-md 0.1.2] CFLAGS_x86_64-unknown-dragonfly = None [tree-sitter-md 0.1.2] CFLAGS_x86_64_unknown_dragonfly = None [tree-sitter-md 0.1.2] HOST_CFLAGS = None [tree-sitter-md 0.1.2] CFLAGS = Some("-pipe -O2 -isystem /usr/local/include -fno-strict-aliasing ") [tree-sitter-md 0.1.2] CRATE_CC_NO_DEFAULTS = None [tree-sitter-md 0.1.2] CARGO_CFG_TARGET_FEATURE = Some("fxsr,sse,sse2") [tree-sitter-swift 0.3.4] running: "cc" "-O2" "-ffunction-sections" "-fdata-sections" "-fPIC" "-m64" "-pipe" "-O2" "-isystem" "/usr/local/include" "-fno-strict-aliasing" "-I" "src" "-Wno-unused-parameter" "-Wno-unused-but-set-variable" "-Wno-trigraphs" "-o" "/construction/editors/lapce/target/x86_64-unknown-dragonfly/release/build/tree-sitter-swift-0ededfa246ef3a94/out/src/parser.o" "-c" "src/parser.c" [tree-sitter-md 0.1.2] CC_x86_64-unknown-dragonfly = None [tree-sitter-md 0.1.2] CC_x86_64_unknown_dragonfly = None [tree-sitter-md 0.1.2] HOST_CC = None [tree-sitter-md 0.1.2] CC = Some("cc") [tree-sitter-md 0.1.2] CFLAGS_x86_64-unknown-dragonfly = None [tree-sitter-md 0.1.2] CFLAGS_x86_64_unknown_dragonfly = None [tree-sitter-md 0.1.2] HOST_CFLAGS = None [tree-sitter-md 0.1.2] CFLAGS = Some("-pipe -O2 -isystem /usr/local/include -fno-strict-aliasing ") [tree-sitter-md 0.1.2] CRATE_CC_NO_DEFAULTS = None [tree-sitter-md 0.1.2] CARGO_CFG_TARGET_FEATURE = Some("fxsr,sse,sse2") [tree-sitter-swift 0.3.4] exit status: 0 Running `/construction/editors/lapce/target/release/build/tree-sitter-haxe-cb5ff6ee2634dddf/build-script-build` [tree-sitter-svelte 0.10.2] TARGET = Some("x86_64-unknown-dragonfly") [tree-sitter-svelte 0.10.2] OPT_LEVEL = Some("2") [tree-sitter-svelte 0.10.2] HOST = Some("x86_64-unknown-dragonfly") [tree-sitter-svelte 0.10.2] CC_x86_64-unknown-dragonfly = None [tree-sitter-svelte 0.10.2] CC_x86_64_unknown_dragonfly = None [tree-sitter-svelte 0.10.2] HOST_CC = None [tree-sitter-svelte 0.10.2] CC = Some("cc") [tree-sitter-svelte 0.10.2] CFLAGS_x86_64-unknown-dragonfly = None [tree-sitter-svelte 0.10.2] CFLAGS_x86_64_unknown_dragonfly = None [tree-sitter-svelte 0.10.2] HOST_CFLAGS = None [tree-sitter-svelte 0.10.2] CFLAGS = Some("-pipe -O2 -isystem /usr/local/include -fno-strict-aliasing ") [tree-sitter-svelte 0.10.2] CRATE_CC_NO_DEFAULTS = None [tree-sitter-svelte 0.10.2] DEBUG = Some("false") [tree-sitter-svelte 0.10.2] CARGO_CFG_TARGET_FEATURE = Some("fxsr,sse,sse2") [tree-sitter-svelte 0.10.2] running: "cc" "-O2" "-ffunction-sections" "-fdata-sections" "-fPIC" "-m64" "-pipe" "-O2" "-isystem" "/usr/local/include" "-fno-strict-aliasing" "-I" "src" "-o" "/construction/editors/lapce/target/x86_64-unknown-dragonfly/release/build/tree-sitter-svelte-f7d9649b2296a791/out/src/parser.o" "-c" "src/parser.c" [tree-sitter-svelte 0.10.2] exit status: 0 [tree-sitter-md 0.1.2] running: "cc" "-O2" "-ffunction-sections" "-fdata-sections" "-fPIC" "-m64" "-pipe" "-O2" "-isystem" "/usr/local/include" "-fno-strict-aliasing" "-I" "tree-sitter-markdown-inline/src" "-Wno-unused-parameter" "-Wno-unused-but-set-variable" "-Wno-trigraphs" "-o" "/construction/editors/lapce/target/x86_64-unknown-dragonfly/release/build/tree-sitter-md-86d4f52109cb4a6d/out/tree-sitter-markdown-inline/src/parser.o" "-c" "tree-sitter-markdown-inline/src/parser.c" [tree-sitter-md 0.1.2] exit status: 0 [tree-sitter-css 0.19.0] TARGET = Some("x86_64-unknown-dragonfly") [tree-sitter-css 0.19.0] OPT_LEVEL = Some("2") [tree-sitter-css 0.19.0] HOST = Some("x86_64-unknown-dragonfly") [tree-sitter-css 0.19.0] CC_x86_64-unknown-dragonfly = None [tree-sitter-css 0.19.0] CC_x86_64_unknown_dragonfly = None [tree-sitter-css 0.19.0] HOST_CC = None [tree-sitter-css 0.19.0] CC = Some("cc") [tree-sitter-css 0.19.0] CFLAGS_x86_64-unknown-dragonfly = None [tree-sitter-css 0.19.0] CFLAGS_x86_64_unknown_dragonfly = None [tree-sitter-css 0.19.0] HOST_CFLAGS = None [tree-sitter-css 0.19.0] CFLAGS = Some("-pipe -O2 -isystem /usr/local/include -fno-strict-aliasing ") [tree-sitter-css 0.19.0] CRATE_CC_NO_DEFAULTS = None [tree-sitter-css 0.19.0] DEBUG = Some("false") [tree-sitter-css 0.19.0] CARGO_CFG_TARGET_FEATURE = Some("fxsr,sse,sse2") [tree-sitter-css 0.19.0] CC_x86_64-unknown-dragonfly = None [tree-sitter-css 0.19.0] CC_x86_64_unknown_dragonfly = None [tree-sitter-css 0.19.0] HOST_CC = None [tree-sitter-css 0.19.0] CC = Some("cc") [tree-sitter-css 0.19.0] CFLAGS_x86_64-unknown-dragonfly = None [tree-sitter-css 0.19.0] CFLAGS_x86_64_unknown_dragonfly = None [tree-sitter-css 0.19.0] HOST_CFLAGS = None [tree-sitter-css 0.19.0] CFLAGS = Some("-pipe -O2 -isystem /usr/local/include -fno-strict-aliasing ") [tree-sitter-css 0.19.0] CRATE_CC_NO_DEFAULTS = None [tree-sitter-css 0.19.0] CARGO_CFG_TARGET_FEATURE = Some("fxsr,sse,sse2") [tree-sitter-css 0.19.0] CC_x86_64-unknown-dragonfly = None [tree-sitter-css 0.19.0] CC_x86_64_unknown_dragonfly = None [tree-sitter-css 0.19.0] HOST_CC = None [tree-sitter-css 0.19.0] CC = Some("cc") [tree-sitter-css 0.19.0] CFLAGS_x86_64-unknown-dragonfly = None [tree-sitter-css 0.19.0] CFLAGS_x86_64_unknown_dragonfly = None [tree-sitter-css 0.19.0] HOST_CFLAGS = None [tree-sitter-css 0.19.0] CFLAGS = Some("-pipe -O2 -isystem /usr/local/include -fno-strict-aliasing ") [tree-sitter-css 0.19.0] CRATE_CC_NO_DEFAULTS = None [tree-sitter-css 0.19.0] CARGO_CFG_TARGET_FEATURE = Some("fxsr,sse,sse2") [tree-sitter-css 0.19.0] CC_x86_64-unknown-dragonfly = None [tree-sitter-css 0.19.0] CC_x86_64_unknown_dragonfly = None [tree-sitter-css 0.19.0] HOST_CC = None [tree-sitter-css 0.19.0] CC = Some("cc") [tree-sitter-css 0.19.0] CFLAGS_x86_64-unknown-dragonfly = None [tree-sitter-css 0.19.0] CFLAGS_x86_64_unknown_dragonfly = None [tree-sitter-css 0.19.0] HOST_CFLAGS = None [tree-sitter-css 0.19.0] CFLAGS = Some("-pipe -O2 -isystem /usr/local/include -fno-strict-aliasing ") [tree-sitter-css 0.19.0] CRATE_CC_NO_DEFAULTS = None [tree-sitter-css 0.19.0] CARGO_CFG_TARGET_FEATURE = Some("fxsr,sse,sse2") [tree-sitter-css 0.19.0] running: "cc" "-O2" "-ffunction-sections" "-fdata-sections" "-fPIC" "-m64" "-pipe" "-O2" "-isystem" "/usr/local/include" "-fno-strict-aliasing" "-I" "src" "-Wno-unused-parameter" "-Wno-unused-but-set-variable" "-Wno-trigraphs" "-o" "/construction/editors/lapce/target/x86_64-unknown-dragonfly/release/build/tree-sitter-css-29fc7da938f253d5/out/src/parser.o" "-c" "src/parser.c" [tree-sitter-css 0.19.0] exit status: 0 [zstd-sys 2.0.1+zstd.1.5.2] running: "cc" "-O3" "-ffunction-sections" "-fdata-sections" "-fPIC" "-m64" "-pipe" "-O2" "-isystem" "/usr/local/include" "-fno-strict-aliasing" "-I" "zstd/lib/" "-I" "zstd/lib/common" "-I" "zstd/lib/legacy" "-fvisibility=hidden" "-DZSTD_LIB_DEPRECATED=0" "-DXXH_PRIVATE_API=" "-DZSTDLIB_VISIBILITY=" "-DZDICTLIB_VISIBILITY=" "-DZSTDERRORLIB_VISIBILITY=" "-DZSTD_LEGACY_SUPPORT=1" "-o" "/construction/editors/lapce/target/x86_64-unknown-dragonfly/release/build/zstd-sys-04bdbafb9fc1b037/out/zstd/lib/compress/zstd_opt.o" "-c" "zstd/lib/compress/zstd_opt.c" [zstd-sys 2.0.1+zstd.1.5.2] exit status: 0 [tree-sitter-md 0.1.2] AR_x86_64-unknown-dragonfly = None [tree-sitter-md 0.1.2] AR_x86_64_unknown_dragonfly = None [tree-sitter-md 0.1.2] HOST_AR = None [tree-sitter-md 0.1.2] AR = None [tree-sitter-md 0.1.2] running: ZERO_AR_DATE="1" "ar" "cq" "/construction/editors/lapce/target/x86_64-unknown-dragonfly/release/build/tree-sitter-md-86d4f52109cb4a6d/out/libparser_inline.a" "/construction/editors/lapce/target/x86_64-unknown-dragonfly/release/build/tree-sitter-md-86d4f52109cb4a6d/out/tree-sitter-markdown-inline/src/parser.o" [tree-sitter-md 0.1.2] exit status: 0 [tree-sitter-md 0.1.2] running: "ar" "s" "/construction/editors/lapce/target/x86_64-unknown-dragonfly/release/build/tree-sitter-md-86d4f52109cb4a6d/out/libparser_inline.a" [tree-sitter-md 0.1.2] exit status: 0 [tree-sitter-md 0.1.2] cargo:rustc-link-lib=static=parser_inline [tree-sitter-md 0.1.2] cargo:rustc-link-search=native=/construction/editors/lapce/target/x86_64-unknown-dragonfly/release/build/tree-sitter-md-86d4f52109cb4a6d/out [tree-sitter-md 0.1.2] cargo:rerun-if-changed=tree-sitter-markdown-inline/src/parser.c [tree-sitter-haskell 0.14.0] AR_x86_64-unknown-dragonfly = None [tree-sitter-haskell 0.14.0] AR_x86_64_unknown_dragonfly = None [tree-sitter-haskell 0.14.0] HOST_AR = None [tree-sitter-haskell 0.14.0] AR = None [tree-sitter-haskell 0.14.0] running: ZERO_AR_DATE="1" "ar" "cq" "/construction/editors/lapce/target/x86_64-unknown-dragonfly/release/build/tree-sitter-haskell-d135a09b23305b4e/out/libparser.a" "/construction/editors/lapce/target/x86_64-unknown-dragonfly/release/build/tree-sitter-haskell-d135a09b23305b4e/out/src/parser.o" "/construction/editors/lapce/target/x86_64-unknown-dragonfly/release/build/tree-sitter-haskell-d135a09b23305b4e/out/src/scanner.o" [tree-sitter-haskell 0.14.0] exit status: 0 [tree-sitter-haskell 0.14.0] running: "ar" "s" "/construction/editors/lapce/target/x86_64-unknown-dragonfly/release/build/tree-sitter-haskell-d135a09b23305b4e/out/libparser.a" [tree-sitter-haskell 0.14.0] exit status: 0 [tree-sitter-haskell 0.14.0] cargo:rustc-link-lib=static=parser [tree-sitter-haskell 0.14.0] cargo:rustc-link-search=native=/construction/editors/lapce/target/x86_64-unknown-dragonfly/release/build/tree-sitter-haskell-d135a09b23305b4e/out [tree-sitter-haskell 0.14.0] cargo:rerun-if-changed=src/parser.c Compiling serde_yaml v0.8.26 Running `CARGO=/usr/local/bin/cargo CARGO_CRATE_NAME=serde_yaml CARGO_MANIFEST_DIR=/construction/editors/lapce/lapce-0.2.8/cargo-crates/serde_yaml-0.8.26 CARGO_PKG_AUTHORS='David Tolnay ' CARGO_PKG_DESCRIPTION='YAML support for Serde' CARGO_PKG_HOMEPAGE='' CARGO_PKG_LICENSE='MIT OR Apache-2.0' CARGO_PKG_LICENSE_FILE='' CARGO_PKG_NAME=serde_yaml CARGO_PKG_README=README.md CARGO_PKG_REPOSITORY='https://github.com/dtolnay/serde-yaml' CARGO_PKG_RUST_VERSION=1.56 CARGO_PKG_VERSION=0.8.26 CARGO_PKG_VERSION_MAJOR=0 CARGO_PKG_VERSION_MINOR=8 CARGO_PKG_VERSION_PATCH=26 CARGO_PKG_VERSION_PRE='' LD_LIBRARY_PATH='/construction/editors/lapce/target/release/deps:/usr/local/lib' /usr/local/bin/rustc --crate-name serde_yaml --edition=2021 /construction/editors/lapce/lapce-0.2.8/cargo-crates/serde_yaml-0.8.26/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --diagnostic-width=80 --crate-type lib --emit=dep-info,metadata,link -C opt-level=2 -C embed-bitcode=no -C metadata=19b78695bb0120ef -C extra-filename=-19b78695bb0120ef --out-dir /construction/editors/lapce/target/x86_64-unknown-dragonfly/release/deps --target x86_64-unknown-dragonfly -C linker=cc -L dependency=/construction/editors/lapce/target/x86_64-unknown-dragonfly/release/deps -L dependency=/construction/editors/lapce/target/release/deps --extern indexmap=/construction/editors/lapce/target/x86_64-unknown-dragonfly/release/deps/libindexmap-a2b2dbd4525d6eb8.rmeta --extern ryu=/construction/editors/lapce/target/x86_64-unknown-dragonfly/release/deps/libryu-de1a1cbdd62b4951.rmeta --extern serde=/construction/editors/lapce/target/x86_64-unknown-dragonfly/release/deps/libserde-3209f38acc2832c3.rmeta --extern yaml_rust=/construction/editors/lapce/target/x86_64-unknown-dragonfly/release/deps/libyaml_rust-e22d109c5ab52de5.rmeta --cap-lints warn -C link-arg=-Wl,-rpath,/usr/local/lib -C link-arg=-L/usr/local/lib` [tree-sitter-hcl 0.0.1] AR_x86_64-unknown-dragonfly = None [tree-sitter-hcl 0.0.1] AR_x86_64_unknown_dragonfly = None [tree-sitter-hcl 0.0.1] HOST_AR = None [tree-sitter-hcl 0.0.1] AR = None [tree-sitter-hcl 0.0.1] running: ZERO_AR_DATE="1" "ar" "cq" "/construction/editors/lapce/target/x86_64-unknown-dragonfly/release/build/tree-sitter-hcl-996f1691dc9b4b23/out/libparser.a" "/construction/editors/lapce/target/x86_64-unknown-dragonfly/release/build/tree-sitter-hcl-996f1691dc9b4b23/out/src/parser.o" [tree-sitter-hcl 0.0.1] exit status: 0 [tree-sitter-hcl 0.0.1] running: "ar" "s" "/construction/editors/lapce/target/x86_64-unknown-dragonfly/release/build/tree-sitter-hcl-996f1691dc9b4b23/out/libparser.a" [tree-sitter-hcl 0.0.1] exit status: 0 [tree-sitter-hcl 0.0.1] cargo:rustc-link-lib=static=parser [tree-sitter-hcl 0.0.1] cargo:rustc-link-search=native=/construction/editors/lapce/target/x86_64-unknown-dragonfly/release/build/tree-sitter-hcl-996f1691dc9b4b23/out [tree-sitter-hcl 0.0.1] cargo:rerun-if-changed=src/parser.c [tree-sitter-elixir 0.19.0] AR_x86_64-unknown-dragonfly = None [tree-sitter-elixir 0.19.0] AR_x86_64_unknown_dragonfly = None [tree-sitter-elixir 0.19.0] HOST_AR = None [tree-sitter-elixir 0.19.0] AR = None [tree-sitter-elixir 0.19.0] running: ZERO_AR_DATE="1" "ar" "cq" "/construction/editors/lapce/target/x86_64-unknown-dragonfly/release/build/tree-sitter-elixir-4da8d1964eaa9f73/out/libparser.a" "/construction/editors/lapce/target/x86_64-unknown-dragonfly/release/build/tree-sitter-elixir-4da8d1964eaa9f73/out/src/parser.o" [tree-sitter-elixir 0.19.0] exit status: 0 [tree-sitter-elixir 0.19.0] running: "ar" "s" "/construction/editors/lapce/target/x86_64-unknown-dragonfly/release/build/tree-sitter-elixir-4da8d1964eaa9f73/out/libparser.a" [tree-sitter-elixir 0.19.0] exit status: 0 [tree-sitter-elixir 0.19.0] cargo:rustc-link-lib=static=parser [tree-sitter-elixir 0.19.0] cargo:rustc-link-search=native=/construction/editors/lapce/target/x86_64-unknown-dragonfly/release/build/tree-sitter-elixir-4da8d1964eaa9f73/out [tree-sitter-elixir 0.19.0] cargo:rerun-if-changed=src/parser.c [tree-sitter-scss 0.0.1] TARGET = Some("x86_64-unknown-dragonfly") [tree-sitter-scss 0.0.1] OPT_LEVEL = Some("2") [tree-sitter-scss 0.0.1] HOST = Some("x86_64-unknown-dragonfly") [tree-sitter-scss 0.0.1] CC_x86_64-unknown-dragonfly = None [tree-sitter-scss 0.0.1] CC_x86_64_unknown_dragonfly = None [tree-sitter-scss 0.0.1] HOST_CC = None [tree-sitter-scss 0.0.1] CC = Some("cc") [tree-sitter-scss 0.0.1] CFLAGS_x86_64-unknown-dragonfly = None [tree-sitter-scss 0.0.1] CFLAGS_x86_64_unknown_dragonfly = None [tree-sitter-scss 0.0.1] HOST_CFLAGS = None [tree-sitter-scss 0.0.1] CFLAGS = Some("-pipe -O2 -isystem /usr/local/include -fno-strict-aliasing ") [tree-sitter-scss 0.0.1] CRATE_CC_NO_DEFAULTS = None [tree-sitter-scss 0.0.1] DEBUG = Some("false") [tree-sitter-scss 0.0.1] CARGO_CFG_TARGET_FEATURE = Some("fxsr,sse,sse2") [tree-sitter-scss 0.0.1] CC_x86_64-unknown-dragonfly = None [tree-sitter-scss 0.0.1] CC_x86_64_unknown_dragonfly = None [tree-sitter-scss 0.0.1] HOST_CC = None [tree-sitter-scss 0.0.1] CC = Some("cc") [tree-sitter-scss 0.0.1] CFLAGS_x86_64-unknown-dragonfly = None [tree-sitter-scss 0.0.1] CFLAGS_x86_64_unknown_dragonfly = None [tree-sitter-scss 0.0.1] HOST_CFLAGS = None [tree-sitter-scss 0.0.1] CFLAGS = Some("-pipe -O2 -isystem /usr/local/include -fno-strict-aliasing ") [tree-sitter-scss 0.0.1] CRATE_CC_NO_DEFAULTS = None [tree-sitter-scss 0.0.1] CARGO_CFG_TARGET_FEATURE = Some("fxsr,sse,sse2") [tree-sitter-scss 0.0.1] CC_x86_64-unknown-dragonfly = None [tree-sitter-scss 0.0.1] CC_x86_64_unknown_dragonfly = None [tree-sitter-scss 0.0.1] HOST_CC = None [tree-sitter-scss 0.0.1] CC = Some("cc") [tree-sitter-scss 0.0.1] CFLAGS_x86_64-unknown-dragonfly = None [tree-sitter-scss 0.0.1] CFLAGS_x86_64_unknown_dragonfly = None [tree-sitter-scss 0.0.1] HOST_CFLAGS = None [tree-sitter-scss 0.0.1] CFLAGS = Some("-pipe -O2 -isystem /usr/local/include -fno-strict-aliasing ") [tree-sitter-scss 0.0.1] CRATE_CC_NO_DEFAULTS = None [tree-sitter-scss 0.0.1] CARGO_CFG_TARGET_FEATURE = Some("fxsr,sse,sse2") [tree-sitter-scss 0.0.1] CC_x86_64-unknown-dragonfly = None [tree-sitter-scss 0.0.1] CC_x86_64_unknown_dragonfly = None [tree-sitter-scss 0.0.1] HOST_CC = None [tree-sitter-scss 0.0.1] CC = Some("cc") [tree-sitter-scss 0.0.1] CFLAGS_x86_64-unknown-dragonfly = None [tree-sitter-scss 0.0.1] CFLAGS_x86_64_unknown_dragonfly = None [tree-sitter-scss 0.0.1] HOST_CFLAGS = None [tree-sitter-scss 0.0.1] CFLAGS = Some("-pipe -O2 -isystem /usr/local/include -fno-strict-aliasing ") [tree-sitter-scss 0.0.1] CRATE_CC_NO_DEFAULTS = None [tree-sitter-scss 0.0.1] CARGO_CFG_TARGET_FEATURE = Some("fxsr,sse,sse2") [tree-sitter-scss 0.0.1] running: "cc" "-O2" "-ffunction-sections" "-fdata-sections" "-fPIC" "-m64" "-pipe" "-O2" "-isystem" "/usr/local/include" "-fno-strict-aliasing" "-I" "src" "-Wno-unused-parameter" "-Wno-unused-but-set-variable" "-Wno-trigraphs" "-o" "/construction/editors/lapce/target/x86_64-unknown-dragonfly/release/build/tree-sitter-scss-d205769694dce6c9/out/src/parser.o" "-c" "src/parser.c" [tree-sitter-scss 0.0.1] exit status: 0 Running `/construction/editors/lapce/target/release/build/tree-sitter-python-e2d72e52e54f2bb5/build-script-build` [tree-sitter-python 0.20.2] cargo:rerun-if-changed=src/parser.c [tree-sitter-swift 0.3.4] running: "cc" "-O2" "-ffunction-sections" "-fdata-sections" "-fPIC" "-m64" "-pipe" "-O2" "-isystem" "/usr/local/include" "-fno-strict-aliasing" "-I" "src" "-Wno-unused-parameter" "-Wno-unused-but-set-variable" "-Wno-trigraphs" "-o" "/construction/editors/lapce/target/x86_64-unknown-dragonfly/release/build/tree-sitter-swift-0ededfa246ef3a94/out/src/scanner.o" "-c" "src/scanner.c" [tree-sitter-swift 0.3.4] exit status: 0 [tree-sitter-d 0.3.2] AR_x86_64-unknown-dragonfly = None [tree-sitter-d 0.3.2] AR_x86_64_unknown_dragonfly = None [tree-sitter-d 0.3.2] HOST_AR = None [tree-sitter-d 0.3.2] AR = None [tree-sitter-d 0.3.2] running: ZERO_AR_DATE="1" "ar" "cq" "/construction/editors/lapce/target/x86_64-unknown-dragonfly/release/build/tree-sitter-d-d04fe7650e43a47b/out/libparser.a" "/construction/editors/lapce/target/x86_64-unknown-dragonfly/release/build/tree-sitter-d-d04fe7650e43a47b/out/src/parser.o" "/construction/editors/lapce/target/x86_64-unknown-dragonfly/release/build/tree-sitter-d-d04fe7650e43a47b/out/src/scanner.o" [tree-sitter-d 0.3.2] exit status: 0 [tree-sitter-d 0.3.2] running: "ar" "s" "/construction/editors/lapce/target/x86_64-unknown-dragonfly/release/build/tree-sitter-d-d04fe7650e43a47b/out/libparser.a" [tree-sitter-d 0.3.2] exit status: 0 [tree-sitter-d 0.3.2] cargo:rustc-link-lib=static=parser [tree-sitter-d 0.3.2] cargo:rustc-link-search=native=/construction/editors/lapce/target/x86_64-unknown-dragonfly/release/build/tree-sitter-d-d04fe7650e43a47b/out [tree-sitter-d 0.3.2] cargo:rerun-if-changed=src/parser.c Running `/construction/editors/lapce/target/release/build/tree-sitter-scheme-ccb9aeb55059a2b3/build-script-build` [tree-sitter-md 0.1.2] TARGET = Some("x86_64-unknown-dragonfly") [tree-sitter-md 0.1.2] OPT_LEVEL = Some("2") [tree-sitter-md 0.1.2] HOST = Some("x86_64-unknown-dragonfly") [tree-sitter-md 0.1.2] CXX_x86_64-unknown-dragonfly = None [tree-sitter-md 0.1.2] CXX_x86_64_unknown_dragonfly = None [tree-sitter-md 0.1.2] HOST_CXX = None [tree-sitter-md 0.1.2] CXX = Some("c++") [tree-sitter-md 0.1.2] CXXFLAGS_x86_64-unknown-dragonfly = None [tree-sitter-md 0.1.2] CXXFLAGS_x86_64_unknown_dragonfly = None [tree-sitter-md 0.1.2] HOST_CXXFLAGS = None [tree-sitter-md 0.1.2] CXXFLAGS = Some(" -pipe -O2 -isystem /usr/local/include -fno-strict-aliasing -isystem /usr/local/include ") [tree-sitter-md 0.1.2] CRATE_CC_NO_DEFAULTS = None [tree-sitter-md 0.1.2] DEBUG = Some("false") [tree-sitter-md 0.1.2] CARGO_CFG_TARGET_FEATURE = Some("fxsr,sse,sse2") [tree-sitter-md 0.1.2] CXX_x86_64-unknown-dragonfly = None [tree-sitter-md 0.1.2] CXX_x86_64_unknown_dragonfly = None [tree-sitter-md 0.1.2] HOST_CXX = None [tree-sitter-md 0.1.2] CXX = Some("c++") [tree-sitter-md 0.1.2] CXXFLAGS_x86_64-unknown-dragonfly = None [tree-sitter-md 0.1.2] CXXFLAGS_x86_64_unknown_dragonfly = None [tree-sitter-md 0.1.2] HOST_CXXFLAGS = None [tree-sitter-md 0.1.2] CXXFLAGS = Some(" -pipe -O2 -isystem /usr/local/include -fno-strict-aliasing -isystem /usr/local/include ") [tree-sitter-md 0.1.2] CRATE_CC_NO_DEFAULTS = None [tree-sitter-md 0.1.2] CARGO_CFG_TARGET_FEATURE = Some("fxsr,sse,sse2") [tree-sitter-md 0.1.2] CXX_x86_64-unknown-dragonfly = None [tree-sitter-md 0.1.2] CXX_x86_64_unknown_dragonfly = None [tree-sitter-md 0.1.2] HOST_CXX = None [tree-sitter-md 0.1.2] CXX = Some("c++") [tree-sitter-md 0.1.2] CXXFLAGS_x86_64-unknown-dragonfly = None [tree-sitter-md 0.1.2] CXXFLAGS_x86_64_unknown_dragonfly = None [tree-sitter-md 0.1.2] HOST_CXXFLAGS = None [tree-sitter-md 0.1.2] CXXFLAGS = Some(" -pipe -O2 -isystem /usr/local/include -fno-strict-aliasing -isystem /usr/local/include ") [tree-sitter-md 0.1.2] CRATE_CC_NO_DEFAULTS = None [tree-sitter-md 0.1.2] CARGO_CFG_TARGET_FEATURE = Some("fxsr,sse,sse2") [tree-sitter-md 0.1.2] running: "c++" "-O2" "-ffunction-sections" "-fdata-sections" "-fPIC" "-m64" "-pipe" "-O2" "-isystem" "/usr/local/include" "-fno-strict-aliasing" "-isystem" "/usr/local/include" "-I" "tree-sitter-markdown/src" "-Wno-unused-parameter" "-Wno-unused-but-set-variable" "-o" "/construction/editors/lapce/target/x86_64-unknown-dragonfly/release/build/tree-sitter-md-86d4f52109cb4a6d/out/tree-sitter-markdown/src/scanner.o" "-c" "tree-sitter-markdown/src/scanner.cc" [tree-sitter-md 0.1.2] exit status: 0 [tree-sitter-hcl 0.0.1] TARGET = Some("x86_64-unknown-dragonfly") [tree-sitter-hcl 0.0.1] OPT_LEVEL = Some("2") [tree-sitter-hcl 0.0.1] HOST = Some("x86_64-unknown-dragonfly") [tree-sitter-hcl 0.0.1] CXX_x86_64-unknown-dragonfly = None [tree-sitter-hcl 0.0.1] CXX_x86_64_unknown_dragonfly = None [tree-sitter-hcl 0.0.1] HOST_CXX = None [tree-sitter-hcl 0.0.1] CXX = Some("c++") [tree-sitter-hcl 0.0.1] CXXFLAGS_x86_64-unknown-dragonfly = None [tree-sitter-hcl 0.0.1] CXXFLAGS_x86_64_unknown_dragonfly = None [tree-sitter-hcl 0.0.1] HOST_CXXFLAGS = None [tree-sitter-hcl 0.0.1] CXXFLAGS = Some(" -pipe -O2 -isystem /usr/local/include -fno-strict-aliasing -isystem /usr/local/include ") [tree-sitter-hcl 0.0.1] CRATE_CC_NO_DEFAULTS = None [tree-sitter-hcl 0.0.1] DEBUG = Some("false") [tree-sitter-hcl 0.0.1] CARGO_CFG_TARGET_FEATURE = Some("fxsr,sse,sse2") [tree-sitter-hcl 0.0.1] CXX_x86_64-unknown-dragonfly = None [tree-sitter-hcl 0.0.1] CXX_x86_64_unknown_dragonfly = None [tree-sitter-hcl 0.0.1] HOST_CXX = None [tree-sitter-hcl 0.0.1] CXX = Some("c++") [tree-sitter-hcl 0.0.1] CXXFLAGS_x86_64-unknown-dragonfly = None [tree-sitter-hcl 0.0.1] CXXFLAGS_x86_64_unknown_dragonfly = None [tree-sitter-hcl 0.0.1] HOST_CXXFLAGS = None [tree-sitter-hcl 0.0.1] CXXFLAGS = Some(" -pipe -O2 -isystem /usr/local/include -fno-strict-aliasing -isystem /usr/local/include ") [tree-sitter-hcl 0.0.1] CRATE_CC_NO_DEFAULTS = None [tree-sitter-hcl 0.0.1] CARGO_CFG_TARGET_FEATURE = Some("fxsr,sse,sse2") [tree-sitter-hcl 0.0.1] CXX_x86_64-unknown-dragonfly = None [tree-sitter-hcl 0.0.1] CXX_x86_64_unknown_dragonfly = None [tree-sitter-hcl 0.0.1] HOST_CXX = None [tree-sitter-hcl 0.0.1] CXX = Some("c++") [tree-sitter-hcl 0.0.1] CXXFLAGS_x86_64-unknown-dragonfly = None [tree-sitter-hcl 0.0.1] CXXFLAGS_x86_64_unknown_dragonfly = None [tree-sitter-hcl 0.0.1] HOST_CXXFLAGS = None [tree-sitter-hcl 0.0.1] CXXFLAGS = Some(" -pipe -O2 -isystem /usr/local/include -fno-strict-aliasing -isystem /usr/local/include ") [tree-sitter-hcl 0.0.1] CRATE_CC_NO_DEFAULTS = None [tree-sitter-hcl 0.0.1] CARGO_CFG_TARGET_FEATURE = Some("fxsr,sse,sse2") [tree-sitter-hcl 0.0.1] running: "c++" "-O2" "-ffunction-sections" "-fdata-sections" "-fPIC" "-m64" "-pipe" "-O2" "-isystem" "/usr/local/include" "-fno-strict-aliasing" "-isystem" "/usr/local/include" "-I" "src" "-Wno-unused-parameter" "-Wno-unused-but-set-variable" "-o" "/construction/editors/lapce/target/x86_64-unknown-dragonfly/release/build/tree-sitter-hcl-996f1691dc9b4b23/out/src/scanner.o" "-c" "src/scanner.cc" [tree-sitter-hcl 0.0.1] exit status: 0 [tree-sitter-rust 0.20.1] running: "cc" "-O2" "-ffunction-sections" "-fdata-sections" "-fPIC" "-m64" "-pipe" "-O2" "-isystem" "/usr/local/include" "-fno-strict-aliasing" "-I" "src" "-Wno-unused-parameter" "-Wno-unused-but-set-variable" "-Wno-trigraphs" "-o" "/construction/editors/lapce/target/x86_64-unknown-dragonfly/release/build/tree-sitter-rust-64450b9c9b7740f4/out/src/scanner.o" "-c" "src/scanner.c" [tree-sitter-rust 0.20.1] exit status: 0 [tree-sitter-scheme 0.2.0] TARGET = Some("x86_64-unknown-dragonfly") [tree-sitter-scheme 0.2.0] OPT_LEVEL = Some("2") [tree-sitter-scheme 0.2.0] HOST = Some("x86_64-unknown-dragonfly") [tree-sitter-scheme 0.2.0] CC_x86_64-unknown-dragonfly = None [tree-sitter-scheme 0.2.0] CC_x86_64_unknown_dragonfly = None [tree-sitter-scheme 0.2.0] HOST_CC = None [tree-sitter-scheme 0.2.0] CC = Some("cc") [tree-sitter-scheme 0.2.0] CFLAGS_x86_64-unknown-dragonfly = None [tree-sitter-scheme 0.2.0] CFLAGS_x86_64_unknown_dragonfly = None [tree-sitter-scheme 0.2.0] HOST_CFLAGS = None [tree-sitter-scheme 0.2.0] CFLAGS = Some("-pipe -O2 -isystem /usr/local/include -fno-strict-aliasing ") [tree-sitter-scheme 0.2.0] CRATE_CC_NO_DEFAULTS = None [tree-sitter-scheme 0.2.0] DEBUG = Some("false") [tree-sitter-scheme 0.2.0] CARGO_CFG_TARGET_FEATURE = Some("fxsr,sse,sse2") [tree-sitter-scheme 0.2.0] CC_x86_64-unknown-dragonfly = None [tree-sitter-scheme 0.2.0] CC_x86_64_unknown_dragonfly = None [tree-sitter-scheme 0.2.0] HOST_CC = None [tree-sitter-scheme 0.2.0] CC = Some("cc") [tree-sitter-scheme 0.2.0] CFLAGS_x86_64-unknown-dragonfly = None [tree-sitter-scheme 0.2.0] CFLAGS_x86_64_unknown_dragonfly = None [tree-sitter-scheme 0.2.0] HOST_CFLAGS = None [tree-sitter-scheme 0.2.0] CFLAGS = Some("-pipe -O2 -isystem /usr/local/include -fno-strict-aliasing ") [tree-sitter-scheme 0.2.0] CRATE_CC_NO_DEFAULTS = None [tree-sitter-scheme 0.2.0] CARGO_CFG_TARGET_FEATURE = Some("fxsr,sse,sse2") [tree-sitter-scheme 0.2.0] CC_x86_64-unknown-dragonfly = None [tree-sitter-scheme 0.2.0] CC_x86_64_unknown_dragonfly = None [tree-sitter-scheme 0.2.0] HOST_CC = None [tree-sitter-scheme 0.2.0] CC = Some("cc") [tree-sitter-scheme 0.2.0] CFLAGS_x86_64-unknown-dragonfly = None [tree-sitter-scheme 0.2.0] CFLAGS_x86_64_unknown_dragonfly = None [tree-sitter-scheme 0.2.0] HOST_CFLAGS = None [tree-sitter-scheme 0.2.0] CFLAGS = Some("-pipe -O2 -isystem /usr/local/include -fno-strict-aliasing ") [tree-sitter-scheme 0.2.0] CRATE_CC_NO_DEFAULTS = None [tree-sitter-scheme 0.2.0] CARGO_CFG_TARGET_FEATURE = Some("fxsr,sse,sse2") [tree-sitter-scheme 0.2.0] CC_x86_64-unknown-dragonfly = None [tree-sitter-scheme 0.2.0] CC_x86_64_unknown_dragonfly = None [tree-sitter-scheme 0.2.0] HOST_CC = None [tree-sitter-scheme 0.2.0] CC = Some("cc") [tree-sitter-scheme 0.2.0] CFLAGS_x86_64-unknown-dragonfly = None [tree-sitter-scheme 0.2.0] CFLAGS_x86_64_unknown_dragonfly = None [tree-sitter-scheme 0.2.0] HOST_CFLAGS = None [tree-sitter-scheme 0.2.0] CFLAGS = Some("-pipe -O2 -isystem /usr/local/include -fno-strict-aliasing ") [tree-sitter-scheme 0.2.0] CRATE_CC_NO_DEFAULTS = None [tree-sitter-scheme 0.2.0] CARGO_CFG_TARGET_FEATURE = Some("fxsr,sse,sse2") [tree-sitter-scheme 0.2.0] running: "cc" "-O2" "-ffunction-sections" "-fdata-sections" "-fPIC" "-m64" "-pipe" "-O2" "-isystem" "/usr/local/include" "-fno-strict-aliasing" "-I" "src" "-Wno-unused-parameter" "-Wno-unused-but-set-variable" "-Wno-trigraphs" "-o" "/construction/editors/lapce/target/x86_64-unknown-dragonfly/release/build/tree-sitter-scheme-c23a5ae7f1245f94/out/src/parser.o" "-c" "src/parser.c" [tree-sitter-scheme 0.2.0] exit status: 0 [tree-sitter-yaml 0.0.1] AR_x86_64-unknown-dragonfly = None [tree-sitter-yaml 0.0.1] AR_x86_64_unknown_dragonfly = None [tree-sitter-yaml 0.0.1] HOST_AR = None [tree-sitter-yaml 0.0.1] AR = None [tree-sitter-yaml 0.0.1] running: ZERO_AR_DATE="1" "ar" "cq" "/construction/editors/lapce/target/x86_64-unknown-dragonfly/release/build/tree-sitter-yaml-f252130566c6df00/out/libscanner.a" "/construction/editors/lapce/target/x86_64-unknown-dragonfly/release/build/tree-sitter-yaml-f252130566c6df00/out/src/scanner.o" [tree-sitter-yaml 0.0.1] exit status: 0 [tree-sitter-yaml 0.0.1] running: "ar" "s" "/construction/editors/lapce/target/x86_64-unknown-dragonfly/release/build/tree-sitter-yaml-f252130566c6df00/out/libscanner.a" [tree-sitter-yaml 0.0.1] exit status: 0 [tree-sitter-yaml 0.0.1] cargo:rustc-link-lib=static=scanner [tree-sitter-yaml 0.0.1] cargo:rustc-link-search=native=/construction/editors/lapce/target/x86_64-unknown-dragonfly/release/build/tree-sitter-yaml-f252130566c6df00/out [tree-sitter-yaml 0.0.1] CXXSTDLIB_x86_64-unknown-dragonfly = None [tree-sitter-yaml 0.0.1] CXXSTDLIB_x86_64_unknown_dragonfly = None [tree-sitter-yaml 0.0.1] HOST_CXXSTDLIB = None [tree-sitter-yaml 0.0.1] CXXSTDLIB = None [tree-sitter-yaml 0.0.1] cargo:rustc-link-lib=stdc++ [tree-sitter-yaml 0.0.1] cargo:rerun-if-changed=src/scanner.cc Running `/construction/editors/lapce/target/release/build/tree-sitter-vue-2f8f58e9f58e7804/build-script-build` [tree-sitter-hcl 0.0.1] AR_x86_64-unknown-dragonfly = None [tree-sitter-hcl 0.0.1] AR_x86_64_unknown_dragonfly = None [tree-sitter-hcl 0.0.1] HOST_AR = None [tree-sitter-hcl 0.0.1] AR = None [tree-sitter-hcl 0.0.1] running: ZERO_AR_DATE="1" "ar" "cq" "/construction/editors/lapce/target/x86_64-unknown-dragonfly/release/build/tree-sitter-hcl-996f1691dc9b4b23/out/libscanner.a" "/construction/editors/lapce/target/x86_64-unknown-dragonfly/release/build/tree-sitter-hcl-996f1691dc9b4b23/out/src/scanner.o" [tree-sitter-hcl 0.0.1] exit status: 0 [tree-sitter-hcl 0.0.1] running: "ar" "s" "/construction/editors/lapce/target/x86_64-unknown-dragonfly/release/build/tree-sitter-hcl-996f1691dc9b4b23/out/libscanner.a" [tree-sitter-hcl 0.0.1] exit status: 0 [tree-sitter-hcl 0.0.1] cargo:rustc-link-lib=static=scanner [tree-sitter-hcl 0.0.1] cargo:rustc-link-search=native=/construction/editors/lapce/target/x86_64-unknown-dragonfly/release/build/tree-sitter-hcl-996f1691dc9b4b23/out [tree-sitter-hcl 0.0.1] CXXSTDLIB_x86_64-unknown-dragonfly = None [tree-sitter-hcl 0.0.1] CXXSTDLIB_x86_64_unknown_dragonfly = None [tree-sitter-hcl 0.0.1] HOST_CXXSTDLIB = None [tree-sitter-hcl 0.0.1] CXXSTDLIB = None [tree-sitter-hcl 0.0.1] cargo:rustc-link-lib=stdc++ [tree-sitter-hcl 0.0.1] cargo:rerun-if-changed=src/scanner.cc Running `CARGO=/usr/local/bin/cargo CARGO_CRATE_NAME=libssh2_sys CARGO_MANIFEST_DIR=/construction/editors/lapce/lapce-0.2.8/cargo-crates/libssh2-sys-0.2.23 CARGO_PKG_AUTHORS='Alex Crichton :Wez Furlong :Matteo Bigoi ' CARGO_PKG_DESCRIPTION='Native bindings to the libssh2 library' CARGO_PKG_HOMEPAGE='' CARGO_PKG_LICENSE=MIT/Apache-2.0 CARGO_PKG_LICENSE_FILE='' CARGO_PKG_NAME=libssh2-sys CARGO_PKG_README='' CARGO_PKG_REPOSITORY='https://github.com/alexcrichton/ssh2-rs' CARGO_PKG_RUST_VERSION='' CARGO_PKG_VERSION=0.2.23 CARGO_PKG_VERSION_MAJOR=0 CARGO_PKG_VERSION_MINOR=2 CARGO_PKG_VERSION_PATCH=23 CARGO_PKG_VERSION_PRE='' LD_LIBRARY_PATH='/construction/editors/lapce/target/release/deps:/usr/local/lib' OUT_DIR=/construction/editors/lapce/target/x86_64-unknown-dragonfly/release/build/libssh2-sys-6087739010c22279/out /usr/local/bin/rustc --crate-name libssh2_sys /construction/editors/lapce/lapce-0.2.8/cargo-crates/libssh2-sys-0.2.23/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --diagnostic-width=80 --crate-type lib --emit=dep-info,metadata,link -C opt-level=2 -C embed-bitcode=no -C metadata=5131eac106336060 -C extra-filename=-5131eac106336060 --out-dir /construction/editors/lapce/target/x86_64-unknown-dragonfly/release/deps --target x86_64-unknown-dragonfly -C linker=cc -L dependency=/construction/editors/lapce/target/x86_64-unknown-dragonfly/release/deps -L dependency=/construction/editors/lapce/target/release/deps --extern libc=/construction/editors/lapce/target/x86_64-unknown-dragonfly/release/deps/liblibc-8e3f13899fc9c378.rmeta --extern libz_sys=/construction/editors/lapce/target/x86_64-unknown-dragonfly/release/deps/liblibz_sys-533e8add32e8a671.rmeta --extern openssl_sys=/construction/editors/lapce/target/x86_64-unknown-dragonfly/release/deps/libopenssl_sys-811746f166836479.rmeta --cap-lints warn -C link-arg=-Wl,-rpath,/usr/local/lib -C link-arg=-L/usr/local/lib -L native=/usr/local/lib -l ssh2 -L native=/usr/local/lib` Compiling futures v0.3.24 Running `CARGO=/usr/local/bin/cargo CARGO_CRATE_NAME=futures CARGO_MANIFEST_DIR=/construction/editors/lapce/lapce-0.2.8/cargo-crates/futures-0.3.24 CARGO_PKG_AUTHORS='' CARGO_PKG_DESCRIPTION='An implementation of futures and streams featuring zero allocations, composability, and iterator-like interfaces. ' CARGO_PKG_HOMEPAGE='https://rust-lang.github.io/futures-rs' CARGO_PKG_LICENSE='MIT OR Apache-2.0' CARGO_PKG_LICENSE_FILE='' CARGO_PKG_NAME=futures CARGO_PKG_README=README.md CARGO_PKG_REPOSITORY='https://github.com/rust-lang/futures-rs' CARGO_PKG_RUST_VERSION=1.45 CARGO_PKG_VERSION=0.3.24 CARGO_PKG_VERSION_MAJOR=0 CARGO_PKG_VERSION_MINOR=3 CARGO_PKG_VERSION_PATCH=24 CARGO_PKG_VERSION_PRE='' LD_LIBRARY_PATH='/construction/editors/lapce/target/release/deps:/usr/local/lib' /usr/local/bin/rustc --crate-name futures --edition=2018 /construction/editors/lapce/lapce-0.2.8/cargo-crates/futures-0.3.24/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --diagnostic-width=80 --crate-type lib --emit=dep-info,metadata,link -C opt-level=2 -C embed-bitcode=no --cfg 'feature="alloc"' --cfg 'feature="async-await"' --cfg 'feature="default"' --cfg 'feature="executor"' --cfg 'feature="futures-executor"' --cfg 'feature="std"' -C metadata=b9dc80f98b445da6 -C extra-filename=-b9dc80f98b445da6 --out-dir /construction/editors/lapce/target/x86_64-unknown-dragonfly/release/deps --target x86_64-unknown-dragonfly -C linker=cc -L dependency=/construction/editors/lapce/target/x86_64-unknown-dragonfly/release/deps -L dependency=/construction/editors/lapce/target/release/deps --extern futures_channel=/construction/editors/lapce/target/x86_64-unknown-dragonfly/release/deps/libfutures_channel-b0aa1c662d61419b.rmeta --extern futures_core=/construction/editors/lapce/target/x86_64-unknown-dragonfly/release/deps/libfutures_core-bdb285f9c4c607b9.rmeta --extern futures_executor=/construction/editors/lapce/target/x86_64-unknown-dragonfly/release/deps/libfutures_executor-f1a3389e2bcb6a56.rmeta --extern futures_io=/construction/editors/lapce/target/x86_64-unknown-dragonfly/release/deps/libfutures_io-6ec3315c239a1df9.rmeta --extern futures_sink=/construction/editors/lapce/target/x86_64-unknown-dragonfly/release/deps/libfutures_sink-27bd899b1022fa03.rmeta --extern futures_task=/construction/editors/lapce/target/x86_64-unknown-dragonfly/release/deps/libfutures_task-1724fd8df6a27c10.rmeta --extern futures_util=/construction/editors/lapce/target/x86_64-unknown-dragonfly/release/deps/libfutures_util-ca38adb2f9548cd7.rmeta --cap-lints warn -C link-arg=-Wl,-rpath,/usr/local/lib -C link-arg=-L/usr/local/lib` Running `CARGO=/usr/local/bin/cargo CARGO_CRATE_NAME=proc_macro_error CARGO_MANIFEST_DIR=/construction/editors/lapce/lapce-0.2.8/cargo-crates/proc-macro-error-1.0.4 CARGO_PKG_AUTHORS='CreepySkeleton ' CARGO_PKG_DESCRIPTION='Almost drop-in replacement to panics in proc-macros' CARGO_PKG_HOMEPAGE='' CARGO_PKG_LICENSE='MIT OR Apache-2.0' CARGO_PKG_LICENSE_FILE='' CARGO_PKG_NAME=proc-macro-error CARGO_PKG_README=README.md CARGO_PKG_REPOSITORY='https://gitlab.com/CreepySkeleton/proc-macro-error' CARGO_PKG_RUST_VERSION='' CARGO_PKG_VERSION=1.0.4 CARGO_PKG_VERSION_MAJOR=1 CARGO_PKG_VERSION_MINOR=0 CARGO_PKG_VERSION_PATCH=4 CARGO_PKG_VERSION_PRE='' LD_LIBRARY_PATH='/construction/editors/lapce/target/release/deps:/usr/local/lib' OUT_DIR=/construction/editors/lapce/target/release/build/proc-macro-error-dcb4f177d674f950/out /usr/local/bin/rustc --crate-name proc_macro_error --edition=2018 /construction/editors/lapce/lapce-0.2.8/cargo-crates/proc-macro-error-1.0.4/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --diagnostic-width=80 --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debug-assertions=off --cfg 'feature="default"' --cfg 'feature="syn"' --cfg 'feature="syn-error"' -C metadata=1ec462f6ea43d4e2 -C extra-filename=-1ec462f6ea43d4e2 --out-dir /construction/editors/lapce/target/release/deps -C linker=cc -L dependency=/construction/editors/lapce/target/release/deps --extern proc_macro_error_attr=/construction/editors/lapce/target/release/deps/libproc_macro_error_attr-fb05de7e8bb528ac.so --extern proc_macro2=/construction/editors/lapce/target/release/deps/libproc_macro2-0d396a60a42a5507.rmeta --extern quote=/construction/editors/lapce/target/release/deps/libquote-598fea7a1e3d78d8.rmeta --extern syn=/construction/editors/lapce/target/release/deps/libsyn-175e445b271fda34.rmeta --cap-lints warn --cfg use_fallback` warning: panic message is not a string literal --> /construction/editors/lapce/lapce-0.2.8/cargo-crates/proc-macro-error-1.0.4/src/lib.rs:472:12 | 472 | panic!(AbortNow) | ------ ^^^^^^^^ | | | help: use std::panic::panic_any instead: `std::panic::panic_any` | = note: this usage of `panic!()` is deprecated; it will be a hard error in Rust 2021 = note: for more information, see = note: `#[warn(non_fmt_panics)]` on by default warning: `proc-macro-error` (lib) generated 1 warning Compiling parley v0.1.0 (/construction/editors/lapce/parley-c37477b889ff53b9a3033e2180becddf90b9bb17) Running `CARGO=/usr/local/bin/cargo CARGO_CRATE_NAME=parley CARGO_MANIFEST_DIR=/construction/editors/lapce/parley-c37477b889ff53b9a3033e2180becddf90b9bb17 CARGO_PKG_AUTHORS='Chad Brokaw ' CARGO_PKG_DESCRIPTION='' CARGO_PKG_HOMEPAGE='' CARGO_PKG_LICENSE='MIT OR Apache-2.0' CARGO_PKG_LICENSE_FILE='' CARGO_PKG_NAME=parley CARGO_PKG_README=README.md CARGO_PKG_REPOSITORY='' CARGO_PKG_RUST_VERSION='' CARGO_PKG_VERSION=0.1.0 CARGO_PKG_VERSION_MAJOR=0 CARGO_PKG_VERSION_MINOR=1 CARGO_PKG_VERSION_PATCH=0 CARGO_PKG_VERSION_PRE='' LD_LIBRARY_PATH='/construction/editors/lapce/target/release/deps:/usr/local/lib' /usr/local/bin/rustc --crate-name parley --edition=2018 /construction/editors/lapce/parley-c37477b889ff53b9a3033e2180becddf90b9bb17/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --diagnostic-width=80 --crate-type lib --emit=dep-info,metadata,link -C opt-level=2 -C embed-bitcode=no -C metadata=18c1d390ea84c0b6 -C extra-filename=-18c1d390ea84c0b6 --out-dir /construction/editors/lapce/target/x86_64-unknown-dragonfly/release/deps --target x86_64-unknown-dragonfly -C linker=cc -L dependency=/construction/editors/lapce/target/x86_64-unknown-dragonfly/release/deps -L dependency=/construction/editors/lapce/target/release/deps --extern fount=/construction/editors/lapce/target/x86_64-unknown-dragonfly/release/deps/libfount-9dd5cf8c2a9b6894.rmeta --extern swash=/construction/editors/lapce/target/x86_64-unknown-dragonfly/release/deps/libswash-4f444184a8c07373.rmeta -C link-arg=-Wl,-rpath,/usr/local/lib -C link-arg=-L/usr/local/lib -L native=/usr/local/lib -L native=/usr/local/lib` [tree-sitter-rust 0.20.1] AR_x86_64-unknown-dragonfly = None [tree-sitter-rust 0.20.1] AR_x86_64_unknown_dragonfly = None [tree-sitter-rust 0.20.1] HOST_AR = None [tree-sitter-rust 0.20.1] AR = None [tree-sitter-rust 0.20.1] running: ZERO_AR_DATE="1" "ar" "cq" "/construction/editors/lapce/target/x86_64-unknown-dragonfly/release/build/tree-sitter-rust-64450b9c9b7740f4/out/libparser-scanner.a" "/construction/editors/lapce/target/x86_64-unknown-dragonfly/release/build/tree-sitter-rust-64450b9c9b7740f4/out/src/parser.o" "/construction/editors/lapce/target/x86_64-unknown-dragonfly/release/build/tree-sitter-rust-64450b9c9b7740f4/out/src/scanner.o" [tree-sitter-rust 0.20.1] exit status: 0 [tree-sitter-rust 0.20.1] running: "ar" "s" "/construction/editors/lapce/target/x86_64-unknown-dragonfly/release/build/tree-sitter-rust-64450b9c9b7740f4/out/libparser-scanner.a" [tree-sitter-rust 0.20.1] exit status: 0 [tree-sitter-rust 0.20.1] cargo:rustc-link-lib=static=parser-scanner [tree-sitter-rust 0.20.1] cargo:rustc-link-search=native=/construction/editors/lapce/target/x86_64-unknown-dragonfly/release/build/tree-sitter-rust-64450b9c9b7740f4/out Compiling hyper-tls v0.5.0 Running `CARGO=/usr/local/bin/cargo CARGO_CRATE_NAME=hyper_tls CARGO_MANIFEST_DIR=/construction/editors/lapce/lapce-0.2.8/cargo-crates/hyper-tls-0.5.0 CARGO_PKG_AUTHORS='Sean McArthur ' CARGO_PKG_DESCRIPTION='Default TLS implementation for use with hyper' CARGO_PKG_HOMEPAGE='https://hyper.rs' CARGO_PKG_LICENSE=MIT/Apache-2.0 CARGO_PKG_LICENSE_FILE='' CARGO_PKG_NAME=hyper-tls CARGO_PKG_README=README.md CARGO_PKG_REPOSITORY='https://github.com/hyperium/hyper-tls' CARGO_PKG_RUST_VERSION='' CARGO_PKG_VERSION=0.5.0 CARGO_PKG_VERSION_MAJOR=0 CARGO_PKG_VERSION_MINOR=5 CARGO_PKG_VERSION_PATCH=0 CARGO_PKG_VERSION_PRE='' LD_LIBRARY_PATH='/construction/editors/lapce/target/release/deps:/usr/local/lib' /usr/local/bin/rustc --crate-name hyper_tls --edition=2018 /construction/editors/lapce/lapce-0.2.8/cargo-crates/hyper-tls-0.5.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --diagnostic-width=80 --crate-type lib --emit=dep-info,metadata,link -C opt-level=2 -C embed-bitcode=no -C metadata=0374ad78b28eda1a -C extra-filename=-0374ad78b28eda1a --out-dir /construction/editors/lapce/target/x86_64-unknown-dragonfly/release/deps --target x86_64-unknown-dragonfly -C linker=cc -L dependency=/construction/editors/lapce/target/x86_64-unknown-dragonfly/release/deps -L dependency=/construction/editors/lapce/target/release/deps --extern bytes=/construction/editors/lapce/target/x86_64-unknown-dragonfly/release/deps/libbytes-a4bd900413794e94.rmeta --extern hyper=/construction/editors/lapce/target/x86_64-unknown-dragonfly/release/deps/libhyper-02bd8f79f98d28e0.rmeta --extern native_tls=/construction/editors/lapce/target/x86_64-unknown-dragonfly/release/deps/libnative_tls-1c0ab725a3ee1fdd.rmeta --extern tokio=/construction/editors/lapce/target/x86_64-unknown-dragonfly/release/deps/libtokio-5a06734d4b296b6c.rmeta --extern tokio_native_tls=/construction/editors/lapce/target/x86_64-unknown-dragonfly/release/deps/libtokio_native_tls-b510909db64be714.rmeta --cap-lints warn -C link-arg=-Wl,-rpath,/usr/local/lib -C link-arg=-L/usr/local/lib -L native=/usr/local/lib` Compiling piet v0.4.0 Running `CARGO=/usr/local/bin/cargo CARGO_CRATE_NAME=piet CARGO_MANIFEST_DIR=/construction/editors/lapce/lapce-0.2.8/cargo-crates/piet-0.4.0 CARGO_PKG_AUTHORS='Raph Levien ' CARGO_PKG_DESCRIPTION='An abstraction for 2D graphics.' CARGO_PKG_HOMEPAGE='' CARGO_PKG_LICENSE=MIT/Apache-2.0 CARGO_PKG_LICENSE_FILE='' CARGO_PKG_NAME=piet CARGO_PKG_README=../README.md CARGO_PKG_REPOSITORY='https://github.com/linebender/piet' CARGO_PKG_RUST_VERSION='' CARGO_PKG_VERSION=0.4.0 CARGO_PKG_VERSION_MAJOR=0 CARGO_PKG_VERSION_MINOR=4 CARGO_PKG_VERSION_PATCH=0 CARGO_PKG_VERSION_PRE='' LD_LIBRARY_PATH='/construction/editors/lapce/target/release/deps:/usr/local/lib' /usr/local/bin/rustc --crate-name piet --edition=2018 /construction/editors/lapce/lapce-0.2.8/cargo-crates/piet-0.4.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --diagnostic-width=80 --crate-type lib --emit=dep-info,metadata,link -C opt-level=2 -C embed-bitcode=no -C metadata=e24168a6eaa61fce -C extra-filename=-e24168a6eaa61fce --out-dir /construction/editors/lapce/target/x86_64-unknown-dragonfly/release/deps --target x86_64-unknown-dragonfly -C linker=cc -L dependency=/construction/editors/lapce/target/x86_64-unknown-dragonfly/release/deps -L dependency=/construction/editors/lapce/target/release/deps --extern kurbo=/construction/editors/lapce/target/x86_64-unknown-dragonfly/release/deps/libkurbo-1b6b7cefb3379f0c.rmeta --extern unic_bidi=/construction/editors/lapce/target/x86_64-unknown-dragonfly/release/deps/libunic_bidi-4562255f968f5124.rmeta --cap-lints warn -C link-arg=-Wl,-rpath,/usr/local/lib -C link-arg=-L/usr/local/lib` [tree-sitter-md 0.1.2] AR_x86_64-unknown-dragonfly = None [tree-sitter-md 0.1.2] AR_x86_64_unknown_dragonfly = None [tree-sitter-md 0.1.2] HOST_AR = None [tree-sitter-md 0.1.2] AR = None [tree-sitter-md 0.1.2] running: ZERO_AR_DATE="1" "ar" "cq" "/construction/editors/lapce/target/x86_64-unknown-dragonfly/release/build/tree-sitter-md-86d4f52109cb4a6d/out/libscanner_block.a" "/construction/editors/lapce/target/x86_64-unknown-dragonfly/release/build/tree-sitter-md-86d4f52109cb4a6d/out/tree-sitter-markdown/src/scanner.o" [tree-sitter-md 0.1.2] exit status: 0 [tree-sitter-md 0.1.2] running: "ar" "s" "/construction/editors/lapce/target/x86_64-unknown-dragonfly/release/build/tree-sitter-md-86d4f52109cb4a6d/out/libscanner_block.a" [tree-sitter-md 0.1.2] exit status: 0 [tree-sitter-md 0.1.2] cargo:rustc-link-lib=static=scanner_block [tree-sitter-md 0.1.2] cargo:rustc-link-search=native=/construction/editors/lapce/target/x86_64-unknown-dragonfly/release/build/tree-sitter-md-86d4f52109cb4a6d/out [tree-sitter-md 0.1.2] CXXSTDLIB_x86_64-unknown-dragonfly = None [tree-sitter-md 0.1.2] CXXSTDLIB_x86_64_unknown_dragonfly = None [tree-sitter-md 0.1.2] HOST_CXXSTDLIB = None [tree-sitter-md 0.1.2] CXXSTDLIB = None [tree-sitter-md 0.1.2] cargo:rustc-link-lib=stdc++ [tree-sitter-md 0.1.2] cargo:rerun-if-changed=tree-sitter-markdown/src/scanner.cc [tree-sitter-ruby 0.19.0] AR_x86_64-unknown-dragonfly = None [tree-sitter-ruby 0.19.0] AR_x86_64_unknown_dragonfly = None [tree-sitter-ruby 0.19.0] HOST_AR = None [tree-sitter-ruby 0.19.0] AR = None [tree-sitter-ruby 0.19.0] running: ZERO_AR_DATE="1" "ar" "cq" "/construction/editors/lapce/target/x86_64-unknown-dragonfly/release/build/tree-sitter-ruby-41a3b08ee2eb5b3b/out/libparser.a" "/construction/editors/lapce/target/x86_64-unknown-dragonfly/release/build/tree-sitter-ruby-41a3b08ee2eb5b3b/out/src/parser.o" [tree-sitter-ruby 0.19.0] exit status: 0 [tree-sitter-ruby 0.19.0] running: "ar" "s" "/construction/editors/lapce/target/x86_64-unknown-dragonfly/release/build/tree-sitter-ruby-41a3b08ee2eb5b3b/out/libparser.a" [tree-sitter-ruby 0.19.0] exit status: 0 [tree-sitter-ruby 0.19.0] cargo:rustc-link-lib=static=parser [tree-sitter-ruby 0.19.0] cargo:rustc-link-search=native=/construction/editors/lapce/target/x86_64-unknown-dragonfly/release/build/tree-sitter-ruby-41a3b08ee2eb5b3b/out [tree-sitter-ruby 0.19.0] cargo:rerun-if-changed=src/scanner.cc [tree-sitter-md 0.1.2] TARGET = Some("x86_64-unknown-dragonfly") [tree-sitter-md 0.1.2] OPT_LEVEL = Some("2") [tree-sitter-md 0.1.2] HOST = Some("x86_64-unknown-dragonfly") [tree-sitter-md 0.1.2] CXX_x86_64-unknown-dragonfly = None [tree-sitter-md 0.1.2] CXX_x86_64_unknown_dragonfly = None [tree-sitter-md 0.1.2] HOST_CXX = None [tree-sitter-md 0.1.2] CXX = Some("c++") [tree-sitter-md 0.1.2] CXXFLAGS_x86_64-unknown-dragonfly = None [tree-sitter-md 0.1.2] CXXFLAGS_x86_64_unknown_dragonfly = None [tree-sitter-md 0.1.2] HOST_CXXFLAGS = None [tree-sitter-md 0.1.2] CXXFLAGS = Some(" -pipe -O2 -isystem /usr/local/include -fno-strict-aliasing -isystem /usr/local/include ") [tree-sitter-md 0.1.2] CRATE_CC_NO_DEFAULTS = None [tree-sitter-md 0.1.2] DEBUG = Some("false") [tree-sitter-md 0.1.2] CARGO_CFG_TARGET_FEATURE = Some("fxsr,sse,sse2") [tree-sitter-md 0.1.2] CXX_x86_64-unknown-dragonfly = None [tree-sitter-md 0.1.2] CXX_x86_64_unknown_dragonfly = None [tree-sitter-md 0.1.2] HOST_CXX = None [tree-sitter-md 0.1.2] CXX = Some("c++") [tree-sitter-md 0.1.2] CXXFLAGS_x86_64-unknown-dragonfly = None [tree-sitter-md 0.1.2] CXXFLAGS_x86_64_unknown_dragonfly = None [tree-sitter-md 0.1.2] HOST_CXXFLAGS = None [tree-sitter-md 0.1.2] CXXFLAGS = Some(" -pipe -O2 -isystem /usr/local/include -fno-strict-aliasing -isystem /usr/local/include ") [tree-sitter-md 0.1.2] CRATE_CC_NO_DEFAULTS = None [tree-sitter-md 0.1.2] CARGO_CFG_TARGET_FEATURE = Some("fxsr,sse,sse2") [tree-sitter-md 0.1.2] CXX_x86_64-unknown-dragonfly = None [tree-sitter-md 0.1.2] CXX_x86_64_unknown_dragonfly = None [tree-sitter-md 0.1.2] HOST_CXX = None [tree-sitter-md 0.1.2] CXX = Some("c++") [tree-sitter-md 0.1.2] CXXFLAGS_x86_64-unknown-dragonfly = None [tree-sitter-md 0.1.2] CXXFLAGS_x86_64_unknown_dragonfly = None [tree-sitter-md 0.1.2] HOST_CXXFLAGS = None [tree-sitter-md 0.1.2] CXXFLAGS = Some(" -pipe -O2 -isystem /usr/local/include -fno-strict-aliasing -isystem /usr/local/include ") [tree-sitter-md 0.1.2] CRATE_CC_NO_DEFAULTS = None [tree-sitter-md 0.1.2] CARGO_CFG_TARGET_FEATURE = Some("fxsr,sse,sse2") [tree-sitter-md 0.1.2] running: "c++" "-O2" "-ffunction-sections" "-fdata-sections" "-fPIC" "-m64" "-pipe" "-O2" "-isystem" "/usr/local/include" "-fno-strict-aliasing" "-isystem" "/usr/local/include" "-I" "tree-sitter-markdown-inline/src" "-Wno-unused-parameter" "-Wno-unused-but-set-variable" "-o" "/construction/editors/lapce/target/x86_64-unknown-dragonfly/release/build/tree-sitter-md-86d4f52109cb4a6d/out/tree-sitter-markdown-inline/src/scanner.o" "-c" "tree-sitter-markdown-inline/src/scanner.cc" [tree-sitter-md 0.1.2] exit status: 0 [tree-sitter-ocaml 0.20.0] AR_x86_64-unknown-dragonfly = None [tree-sitter-ocaml 0.20.0] AR_x86_64_unknown_dragonfly = None [tree-sitter-ocaml 0.20.0] HOST_AR = None [tree-sitter-ocaml 0.20.0] AR = None [tree-sitter-ocaml 0.20.0] running: ZERO_AR_DATE="1" "ar" "cq" "/construction/editors/lapce/target/x86_64-unknown-dragonfly/release/build/tree-sitter-ocaml-9d6d2ffaa127ec88/out/libparser.a" "/construction/editors/lapce/target/x86_64-unknown-dragonfly/release/build/tree-sitter-ocaml-9d6d2ffaa127ec88/out/./ocaml/src/parser.o" "/construction/editors/lapce/target/x86_64-unknown-dragonfly/release/build/tree-sitter-ocaml-9d6d2ffaa127ec88/out/./interface/src/parser.o" [tree-sitter-ocaml 0.20.0] exit status: 0 [tree-sitter-ocaml 0.20.0] running: "ar" "s" "/construction/editors/lapce/target/x86_64-unknown-dragonfly/release/build/tree-sitter-ocaml-9d6d2ffaa127ec88/out/libparser.a" [tree-sitter-ocaml 0.20.0] exit status: 0 [tree-sitter-ocaml 0.20.0] cargo:rustc-link-lib=static=parser [tree-sitter-ocaml 0.20.0] cargo:rustc-link-search=native=/construction/editors/lapce/target/x86_64-unknown-dragonfly/release/build/tree-sitter-ocaml-9d6d2ffaa127ec88/out Compiling resvg v0.22.0 Running `CARGO=/usr/local/bin/cargo CARGO_CRATE_NAME=resvg CARGO_MANIFEST_DIR=/construction/editors/lapce/lapce-0.2.8/cargo-crates/resvg-0.22.0 CARGO_PKG_AUTHORS='Yevhenii Reizner ' CARGO_PKG_DESCRIPTION='An SVG rendering library.' CARGO_PKG_HOMEPAGE='' CARGO_PKG_LICENSE=MPL-2.0 CARGO_PKG_LICENSE_FILE='' CARGO_PKG_NAME=resvg CARGO_PKG_README=README.md CARGO_PKG_REPOSITORY='https://github.com/RazrFalcon/resvg' CARGO_PKG_RUST_VERSION='' CARGO_PKG_VERSION=0.22.0 CARGO_PKG_VERSION_MAJOR=0 CARGO_PKG_VERSION_MINOR=22 CARGO_PKG_VERSION_PATCH=0 CARGO_PKG_VERSION_PRE='' LD_LIBRARY_PATH='/construction/editors/lapce/target/release/deps:/usr/local/lib' /usr/local/bin/rustc --crate-name resvg --edition=2018 /construction/editors/lapce/lapce-0.2.8/cargo-crates/resvg-0.22.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --diagnostic-width=80 --crate-type lib --emit=dep-info,metadata,link -C opt-level=2 -C embed-bitcode=no --cfg 'feature="default"' --cfg 'feature="filter"' --cfg 'feature="memmap-fonts"' --cfg 'feature="svgfilters"' --cfg 'feature="system-fonts"' --cfg 'feature="text"' -C metadata=8629cab37cc95f2b -C extra-filename=-8629cab37cc95f2b --out-dir /construction/editors/lapce/target/x86_64-unknown-dragonfly/release/deps --target x86_64-unknown-dragonfly -C linker=cc -L dependency=/construction/editors/lapce/target/x86_64-unknown-dragonfly/release/deps -L dependency=/construction/editors/lapce/target/release/deps --extern gif=/construction/editors/lapce/target/x86_64-unknown-dragonfly/release/deps/libgif-341f4fb717eea914.rmeta --extern jpeg_decoder=/construction/editors/lapce/target/x86_64-unknown-dragonfly/release/deps/libjpeg_decoder-212e598ee649d9e9.rmeta --extern log=/construction/editors/lapce/target/x86_64-unknown-dragonfly/release/deps/liblog-be9aaa4416aa5918.rmeta --extern pico_args=/construction/editors/lapce/target/x86_64-unknown-dragonfly/release/deps/libpico_args-00672fe020428b37.rmeta --extern png=/construction/editors/lapce/target/x86_64-unknown-dragonfly/release/deps/libpng-13e7745943536a2d.rmeta --extern rgb=/construction/editors/lapce/target/x86_64-unknown-dragonfly/release/deps/librgb-17ad97563b41f994.rmeta --extern svgfilters=/construction/editors/lapce/target/x86_64-unknown-dragonfly/release/deps/libsvgfilters-c795824f9fad0be8.rmeta --extern svgtypes=/construction/editors/lapce/target/x86_64-unknown-dragonfly/release/deps/libsvgtypes-92035a5860704ec3.rmeta --extern tiny_skia=/construction/editors/lapce/target/x86_64-unknown-dragonfly/release/deps/libtiny_skia-923d5d17dea8310a.rmeta --extern usvg=/construction/editors/lapce/target/x86_64-unknown-dragonfly/release/deps/libusvg-611dc20942e69839.rmeta --cap-lints warn -C link-arg=-Wl,-rpath,/usr/local/lib -C link-arg=-L/usr/local/lib` [tree-sitter-scheme 0.2.0] AR_x86_64-unknown-dragonfly = None [tree-sitter-scheme 0.2.0] AR_x86_64_unknown_dragonfly = None [tree-sitter-scheme 0.2.0] HOST_AR = None [tree-sitter-scheme 0.2.0] AR = None [tree-sitter-scheme 0.2.0] running: ZERO_AR_DATE="1" "ar" "cq" "/construction/editors/lapce/target/x86_64-unknown-dragonfly/release/build/tree-sitter-scheme-c23a5ae7f1245f94/out/libparser.a" "/construction/editors/lapce/target/x86_64-unknown-dragonfly/release/build/tree-sitter-scheme-c23a5ae7f1245f94/out/src/parser.o" [tree-sitter-scheme 0.2.0] exit status: 0 [tree-sitter-scheme 0.2.0] running: "ar" "s" "/construction/editors/lapce/target/x86_64-unknown-dragonfly/release/build/tree-sitter-scheme-c23a5ae7f1245f94/out/libparser.a" [tree-sitter-scheme 0.2.0] exit status: 0 [tree-sitter-scheme 0.2.0] cargo:rustc-link-lib=static=parser [tree-sitter-scheme 0.2.0] cargo:rustc-link-search=native=/construction/editors/lapce/target/x86_64-unknown-dragonfly/release/build/tree-sitter-scheme-c23a5ae7f1245f94/out [tree-sitter-scheme 0.2.0] cargo:rerun-if-changed=src/parser.c Compiling lyon v0.17.10 Running `CARGO=/usr/local/bin/cargo CARGO_CRATE_NAME=lyon CARGO_MANIFEST_DIR=/construction/editors/lapce/lapce-0.2.8/cargo-crates/lyon-0.17.10 CARGO_PKG_AUTHORS='Nicolas Silva ' CARGO_PKG_DESCRIPTION='2D Graphics rendering on the GPU using tessellation.' CARGO_PKG_HOMEPAGE='' CARGO_PKG_LICENSE=MIT/Apache-2.0 CARGO_PKG_LICENSE_FILE='' CARGO_PKG_NAME=lyon CARGO_PKG_README='' CARGO_PKG_REPOSITORY='https://github.com/nical/lyon' CARGO_PKG_RUST_VERSION='' CARGO_PKG_VERSION=0.17.10 CARGO_PKG_VERSION_MAJOR=0 CARGO_PKG_VERSION_MINOR=17 CARGO_PKG_VERSION_PATCH=10 CARGO_PKG_VERSION_PRE='' LD_LIBRARY_PATH='/construction/editors/lapce/target/release/deps:/usr/local/lib' /usr/local/bin/rustc --crate-name lyon --edition=2018 /construction/editors/lapce/lapce-0.2.8/cargo-crates/lyon-0.17.10/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --diagnostic-width=80 --crate-type lib --emit=dep-info,metadata,link -C opt-level=2 -C embed-bitcode=no -C metadata=d92100fb3a84cb9b -C extra-filename=-d92100fb3a84cb9b --out-dir /construction/editors/lapce/target/x86_64-unknown-dragonfly/release/deps --target x86_64-unknown-dragonfly -C linker=cc -L dependency=/construction/editors/lapce/target/x86_64-unknown-dragonfly/release/deps -L dependency=/construction/editors/lapce/target/release/deps --extern lyon_algorithms=/construction/editors/lapce/target/x86_64-unknown-dragonfly/release/deps/liblyon_algorithms-00f89439200fe2e9.rmeta --extern lyon_tessellation=/construction/editors/lapce/target/x86_64-unknown-dragonfly/release/deps/liblyon_tessellation-654310ba8cfb3ccf.rmeta --cap-lints warn -C link-arg=-Wl,-rpath,/usr/local/lib -C link-arg=-L/usr/local/lib` Running `CARGO=/usr/local/bin/cargo CARGO_CRATE_NAME=glam CARGO_MANIFEST_DIR=/construction/editors/lapce/lapce-0.2.8/cargo-crates/glam-0.10.2 CARGO_PKG_AUTHORS='Cameron Hart ' CARGO_PKG_DESCRIPTION='A simple and fast 3D math library for games and graphics' CARGO_PKG_HOMEPAGE='' CARGO_PKG_LICENSE='MIT OR Apache-2.0' CARGO_PKG_LICENSE_FILE='' CARGO_PKG_NAME=glam CARGO_PKG_README=README.md CARGO_PKG_REPOSITORY='https://github.com/bitshifter/glam-rs' CARGO_PKG_RUST_VERSION='' CARGO_PKG_VERSION=0.10.2 CARGO_PKG_VERSION_MAJOR=0 CARGO_PKG_VERSION_MINOR=10 CARGO_PKG_VERSION_PATCH=2 CARGO_PKG_VERSION_PRE='' LD_LIBRARY_PATH='/construction/editors/lapce/target/release/deps:/usr/local/lib' OUT_DIR=/construction/editors/lapce/target/x86_64-unknown-dragonfly/release/build/glam-ce2d56b84c1c95ba/out /usr/local/bin/rustc --crate-name glam --edition=2018 /construction/editors/lapce/lapce-0.2.8/cargo-crates/glam-0.10.2/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --diagnostic-width=80 --crate-type lib --emit=dep-info,metadata,link -C opt-level=2 -C embed-bitcode=no --cfg 'feature="default"' --cfg 'feature="std"' -C metadata=bc83269c1ee533c4 -C extra-filename=-bc83269c1ee533c4 --out-dir /construction/editors/lapce/target/x86_64-unknown-dragonfly/release/deps --target x86_64-unknown-dragonfly -C linker=cc -L dependency=/construction/editors/lapce/target/x86_64-unknown-dragonfly/release/deps -L dependency=/construction/editors/lapce/target/release/deps --cap-lints warn -C link-arg=-Wl,-rpath,/usr/local/lib -C link-arg=-L/usr/local/lib --cfg vec3a_sse2 --cfg vec4_sse2` [tree-sitter-vue 0.0.3] TARGET = Some("x86_64-unknown-dragonfly") [tree-sitter-vue 0.0.3] OPT_LEVEL = Some("2") [tree-sitter-vue 0.0.3] HOST = Some("x86_64-unknown-dragonfly") [tree-sitter-vue 0.0.3] CC_x86_64-unknown-dragonfly = None [tree-sitter-vue 0.0.3] CC_x86_64_unknown_dragonfly = None [tree-sitter-vue 0.0.3] HOST_CC = None [tree-sitter-vue 0.0.3] CC = Some("cc") [tree-sitter-vue 0.0.3] CFLAGS_x86_64-unknown-dragonfly = None [tree-sitter-vue 0.0.3] CFLAGS_x86_64_unknown_dragonfly = None [tree-sitter-vue 0.0.3] HOST_CFLAGS = None [tree-sitter-vue 0.0.3] CFLAGS = Some("-pipe -O2 -isystem /usr/local/include -fno-strict-aliasing ") [tree-sitter-vue 0.0.3] CRATE_CC_NO_DEFAULTS = None [tree-sitter-vue 0.0.3] DEBUG = Some("false") [tree-sitter-vue 0.0.3] CARGO_CFG_TARGET_FEATURE = Some("fxsr,sse,sse2") [tree-sitter-vue 0.0.3] CC_x86_64-unknown-dragonfly = None [tree-sitter-vue 0.0.3] CC_x86_64_unknown_dragonfly = None [tree-sitter-vue 0.0.3] HOST_CC = None [tree-sitter-vue 0.0.3] CC = Some("cc") [tree-sitter-vue 0.0.3] CFLAGS_x86_64-unknown-dragonfly = None [tree-sitter-vue 0.0.3] CFLAGS_x86_64_unknown_dragonfly = None [tree-sitter-vue 0.0.3] HOST_CFLAGS = None [tree-sitter-vue 0.0.3] CFLAGS = Some("-pipe -O2 -isystem /usr/local/include -fno-strict-aliasing ") [tree-sitter-vue 0.0.3] CRATE_CC_NO_DEFAULTS = None [tree-sitter-vue 0.0.3] CARGO_CFG_TARGET_FEATURE = Some("fxsr,sse,sse2") [tree-sitter-vue 0.0.3] CC_x86_64-unknown-dragonfly = None [tree-sitter-vue 0.0.3] CC_x86_64_unknown_dragonfly = None [tree-sitter-vue 0.0.3] HOST_CC = None [tree-sitter-vue 0.0.3] CC = Some("cc") [tree-sitter-vue 0.0.3] CFLAGS_x86_64-unknown-dragonfly = None [tree-sitter-vue 0.0.3] CFLAGS_x86_64_unknown_dragonfly = None [tree-sitter-vue 0.0.3] HOST_CFLAGS = None [tree-sitter-vue 0.0.3] CFLAGS = Some("-pipe -O2 -isystem /usr/local/include -fno-strict-aliasing ") [tree-sitter-vue 0.0.3] CRATE_CC_NO_DEFAULTS = None [tree-sitter-vue 0.0.3] CARGO_CFG_TARGET_FEATURE = Some("fxsr,sse,sse2") [tree-sitter-vue 0.0.3] CC_x86_64-unknown-dragonfly = None [tree-sitter-vue 0.0.3] CC_x86_64_unknown_dragonfly = None [tree-sitter-vue 0.0.3] HOST_CC = None [tree-sitter-vue 0.0.3] CC = Some("cc") [tree-sitter-vue 0.0.3] CFLAGS_x86_64-unknown-dragonfly = None [tree-sitter-vue 0.0.3] CFLAGS_x86_64_unknown_dragonfly = None [tree-sitter-vue 0.0.3] HOST_CFLAGS = None [tree-sitter-vue 0.0.3] CFLAGS = Some("-pipe -O2 -isystem /usr/local/include -fno-strict-aliasing ") [tree-sitter-vue 0.0.3] CRATE_CC_NO_DEFAULTS = None [tree-sitter-vue 0.0.3] CARGO_CFG_TARGET_FEATURE = Some("fxsr,sse,sse2") [tree-sitter-vue 0.0.3] running: "cc" "-O2" "-ffunction-sections" "-fdata-sections" "-fPIC" "-m64" "-pipe" "-O2" "-isystem" "/usr/local/include" "-fno-strict-aliasing" "-I" "src" "-Wno-unused-parameter" "-Wno-unused-but-set-variable" "-Wno-trigraphs" "-o" "/construction/editors/lapce/target/x86_64-unknown-dragonfly/release/build/tree-sitter-vue-07a99da144fe30f8/out/src/parser.o" "-c" "src/parser.c" [tree-sitter-vue 0.0.3] exit status: 0 [tree-sitter-svelte 0.10.2] running: "cc" "-O2" "-ffunction-sections" "-fdata-sections" "-fPIC" "-m64" "-pipe" "-O2" "-isystem" "/usr/local/include" "-fno-strict-aliasing" "-I" "src" "-o" "/construction/editors/lapce/target/x86_64-unknown-dragonfly/release/build/tree-sitter-svelte-f7d9649b2296a791/out/src/scanner.o" "-c" "src/scanner.c" [tree-sitter-cmake 0.1.0] TARGET = Some("x86_64-unknown-dragonfly") [tree-sitter-cmake 0.1.0] OPT_LEVEL = Some("2") [tree-sitter-cmake 0.1.0] HOST = Some("x86_64-unknown-dragonfly") [tree-sitter-cmake 0.1.0] CC_x86_64-unknown-dragonfly = None [tree-sitter-cmake 0.1.0] CC_x86_64_unknown_dragonfly = None [tree-sitter-cmake 0.1.0] HOST_CC = None [tree-sitter-cmake 0.1.0] CC = Some("cc") [tree-sitter-cmake 0.1.0] CFLAGS_x86_64-unknown-dragonfly = None [tree-sitter-cmake 0.1.0] CFLAGS_x86_64_unknown_dragonfly = None [tree-sitter-cmake 0.1.0] HOST_CFLAGS = None [tree-sitter-cmake 0.1.0] CFLAGS = Some("-pipe -O2 -isystem /usr/local/include -fno-strict-aliasing ") [tree-sitter-cmake 0.1.0] CRATE_CC_NO_DEFAULTS = None [tree-sitter-cmake 0.1.0] DEBUG = Some("false") [tree-sitter-cmake 0.1.0] CARGO_CFG_TARGET_FEATURE = Some("fxsr,sse,sse2") [tree-sitter-svelte 0.10.2] exit status: 0 [tree-sitter-scss 0.0.1] running: "cc" "-O2" "-ffunction-sections" "-fdata-sections" "-fPIC" "-m64" "-pipe" "-O2" "-isystem" "/usr/local/include" "-fno-strict-aliasing" "-I" "src" "-Wno-unused-parameter" "-Wno-unused-but-set-variable" "-Wno-trigraphs" "-o" "/construction/editors/lapce/target/x86_64-unknown-dragonfly/release/build/tree-sitter-scss-d205769694dce6c9/out/src/scanner.o" "-c" "src/scanner.c" [tree-sitter-cmake 0.1.0] CC_x86_64-unknown-dragonfly = None [tree-sitter-cmake 0.1.0] CC_x86_64_unknown_dragonfly = None [tree-sitter-cmake 0.1.0] HOST_CC = None [tree-sitter-cmake 0.1.0] CC = Some("cc") [tree-sitter-cmake 0.1.0] CFLAGS_x86_64-unknown-dragonfly = None [tree-sitter-cmake 0.1.0] CFLAGS_x86_64_unknown_dragonfly = None [tree-sitter-cmake 0.1.0] HOST_CFLAGS = None [tree-sitter-cmake 0.1.0] CFLAGS = Some("-pipe -O2 -isystem /usr/local/include -fno-strict-aliasing ") [tree-sitter-cmake 0.1.0] CRATE_CC_NO_DEFAULTS = None [tree-sitter-cmake 0.1.0] CARGO_CFG_TARGET_FEATURE = Some("fxsr,sse,sse2") [tree-sitter-scss 0.0.1] exit status: 0 [tree-sitter-cmake 0.1.0] CC_x86_64-unknown-dragonfly = None [tree-sitter-cmake 0.1.0] CC_x86_64_unknown_dragonfly = None [tree-sitter-cmake 0.1.0] HOST_CC = None [tree-sitter-cmake 0.1.0] CC = Some("cc") [tree-sitter-cmake 0.1.0] CFLAGS_x86_64-unknown-dragonfly = None [tree-sitter-cmake 0.1.0] CFLAGS_x86_64_unknown_dragonfly = None [tree-sitter-cmake 0.1.0] HOST_CFLAGS = None [tree-sitter-cmake 0.1.0] CFLAGS = Some("-pipe -O2 -isystem /usr/local/include -fno-strict-aliasing ") [tree-sitter-cmake 0.1.0] CRATE_CC_NO_DEFAULTS = None [tree-sitter-cmake 0.1.0] CARGO_CFG_TARGET_FEATURE = Some("fxsr,sse,sse2") [tree-sitter-cmake 0.1.0] CC_x86_64-unknown-dragonfly = None [tree-sitter-cmake 0.1.0] CC_x86_64_unknown_dragonfly = None [tree-sitter-cmake 0.1.0] HOST_CC = None [tree-sitter-cmake 0.1.0] CC = Some("cc") [tree-sitter-cmake 0.1.0] CFLAGS_x86_64-unknown-dragonfly = None [tree-sitter-cmake 0.1.0] CFLAGS_x86_64_unknown_dragonfly = None [tree-sitter-cmake 0.1.0] HOST_CFLAGS = None [tree-sitter-cmake 0.1.0] CFLAGS = Some("-pipe -O2 -isystem /usr/local/include -fno-strict-aliasing ") [tree-sitter-cmake 0.1.0] CRATE_CC_NO_DEFAULTS = None [tree-sitter-cmake 0.1.0] CARGO_CFG_TARGET_FEATURE = Some("fxsr,sse,sse2") [tree-sitter-kotlin 0.2.11] running: "cc" "-O2" "-ffunction-sections" "-fdata-sections" "-fPIC" "-m64" "-pipe" "-O2" "-isystem" "/usr/local/include" "-fno-strict-aliasing" "-I" "src" "-Wno-unused-parameter" "-Wno-unused-but-set-variable" "-Wno-trigraphs" "-o" "/construction/editors/lapce/target/x86_64-unknown-dragonfly/release/build/tree-sitter-kotlin-3498c66c4cca798b/out/src/scanner.o" "-c" "src/scanner.c" [tree-sitter-kotlin 0.2.11] exit status: 0 [tree-sitter-cmake 0.1.0] running: "cc" "-O2" "-ffunction-sections" "-fdata-sections" "-fPIC" "-m64" "-pipe" "-O2" "-isystem" "/usr/local/include" "-fno-strict-aliasing" "-I" "src" "-Wno-unused-parameter" "-Wno-unused-but-set-variable" "-Wno-trigraphs" "-o" "/construction/editors/lapce/target/x86_64-unknown-dragonfly/release/build/tree-sitter-cmake-80e79eeb002d5d37/out/src/parser.o" "-c" "src/parser.c" [tree-sitter-cmake 0.1.0] exit status: 0 [tree-sitter-cpp 0.20.0] TARGET = Some("x86_64-unknown-dragonfly") [tree-sitter-cpp 0.20.0] OPT_LEVEL = Some("2") [tree-sitter-cpp 0.20.0] HOST = Some("x86_64-unknown-dragonfly") [tree-sitter-cpp 0.20.0] CC_x86_64-unknown-dragonfly = None [tree-sitter-cpp 0.20.0] CC_x86_64_unknown_dragonfly = None [tree-sitter-cpp 0.20.0] HOST_CC = None [tree-sitter-cpp 0.20.0] CC = Some("cc") [tree-sitter-cpp 0.20.0] CFLAGS_x86_64-unknown-dragonfly = None [tree-sitter-cpp 0.20.0] CFLAGS_x86_64_unknown_dragonfly = None [tree-sitter-cpp 0.20.0] HOST_CFLAGS = None [tree-sitter-cpp 0.20.0] CFLAGS = Some("-pipe -O2 -isystem /usr/local/include -fno-strict-aliasing ") [tree-sitter-cpp 0.20.0] CRATE_CC_NO_DEFAULTS = None [tree-sitter-cpp 0.20.0] DEBUG = Some("false") [tree-sitter-cpp 0.20.0] CARGO_CFG_TARGET_FEATURE = Some("fxsr,sse,sse2") [tree-sitter-cpp 0.20.0] CC_x86_64-unknown-dragonfly = None [tree-sitter-cpp 0.20.0] CC_x86_64_unknown_dragonfly = None [tree-sitter-cpp 0.20.0] HOST_CC = None [tree-sitter-cpp 0.20.0] CC = Some("cc") [tree-sitter-cpp 0.20.0] CFLAGS_x86_64-unknown-dragonfly = None [tree-sitter-cpp 0.20.0] CFLAGS_x86_64_unknown_dragonfly = None [tree-sitter-cpp 0.20.0] HOST_CFLAGS = None [tree-sitter-cpp 0.20.0] CFLAGS = Some("-pipe -O2 -isystem /usr/local/include -fno-strict-aliasing ") [tree-sitter-cpp 0.20.0] CRATE_CC_NO_DEFAULTS = None [tree-sitter-cpp 0.20.0] CARGO_CFG_TARGET_FEATURE = Some("fxsr,sse,sse2") [tree-sitter-cpp 0.20.0] CC_x86_64-unknown-dragonfly = None [tree-sitter-cpp 0.20.0] CC_x86_64_unknown_dragonfly = None [tree-sitter-cpp 0.20.0] HOST_CC = None [tree-sitter-cpp 0.20.0] CC = Some("cc") [tree-sitter-cpp 0.20.0] CFLAGS_x86_64-unknown-dragonfly = None [tree-sitter-cpp 0.20.0] CFLAGS_x86_64_unknown_dragonfly = None [tree-sitter-cpp 0.20.0] HOST_CFLAGS = None [tree-sitter-cpp 0.20.0] CFLAGS = Some("-pipe -O2 -isystem /usr/local/include -fno-strict-aliasing ") [tree-sitter-cpp 0.20.0] CRATE_CC_NO_DEFAULTS = None [tree-sitter-cpp 0.20.0] CARGO_CFG_TARGET_FEATURE = Some("fxsr,sse,sse2") [tree-sitter-cpp 0.20.0] CC_x86_64-unknown-dragonfly = None [tree-sitter-cpp 0.20.0] CC_x86_64_unknown_dragonfly = None [tree-sitter-cpp 0.20.0] HOST_CC = None [tree-sitter-cpp 0.20.0] CC = Some("cc") [tree-sitter-cpp 0.20.0] CFLAGS_x86_64-unknown-dragonfly = None [tree-sitter-cpp 0.20.0] CFLAGS_x86_64_unknown_dragonfly = None [tree-sitter-cpp 0.20.0] HOST_CFLAGS = None [tree-sitter-cpp 0.20.0] CFLAGS = Some("-pipe -O2 -isystem /usr/local/include -fno-strict-aliasing ") [tree-sitter-cpp 0.20.0] CRATE_CC_NO_DEFAULTS = None [tree-sitter-cpp 0.20.0] CARGO_CFG_TARGET_FEATURE = Some("fxsr,sse,sse2") [tree-sitter-cpp 0.20.0] running: "cc" "-O2" "-ffunction-sections" "-fdata-sections" "-fPIC" "-m64" "-pipe" "-O2" "-isystem" "/usr/local/include" "-fno-strict-aliasing" "-I" "src" "-Wno-unused-parameter" "-Wno-unused-but-set-variable" "-Wno-trigraphs" "-o" "/construction/editors/lapce/target/x86_64-unknown-dragonfly/release/build/tree-sitter-cpp-3c40c26c3cc4cae3/out/src/parser.o" "-c" "src/parser.c" [tree-sitter-cpp 0.20.0] exit status: 0 [tree-sitter-python 0.20.2] TARGET = Some("x86_64-unknown-dragonfly") [tree-sitter-python 0.20.2] OPT_LEVEL = Some("2") [tree-sitter-python 0.20.2] HOST = Some("x86_64-unknown-dragonfly") [tree-sitter-python 0.20.2] CC_x86_64-unknown-dragonfly = None [tree-sitter-python 0.20.2] CC_x86_64_unknown_dragonfly = None [tree-sitter-python 0.20.2] HOST_CC = None [tree-sitter-python 0.20.2] CC = Some("cc") [tree-sitter-python 0.20.2] CFLAGS_x86_64-unknown-dragonfly = None [tree-sitter-python 0.20.2] CFLAGS_x86_64_unknown_dragonfly = None [tree-sitter-python 0.20.2] HOST_CFLAGS = None [tree-sitter-python 0.20.2] CFLAGS = Some("-pipe -O2 -isystem /usr/local/include -fno-strict-aliasing ") [tree-sitter-python 0.20.2] CRATE_CC_NO_DEFAULTS = None [tree-sitter-python 0.20.2] DEBUG = Some("false") [tree-sitter-python 0.20.2] CARGO_CFG_TARGET_FEATURE = Some("fxsr,sse,sse2") [tree-sitter-python 0.20.2] CC_x86_64-unknown-dragonfly = None [tree-sitter-python 0.20.2] CC_x86_64_unknown_dragonfly = None [tree-sitter-python 0.20.2] HOST_CC = None [tree-sitter-python 0.20.2] CC = Some("cc") [tree-sitter-python 0.20.2] CFLAGS_x86_64-unknown-dragonfly = None [tree-sitter-python 0.20.2] CFLAGS_x86_64_unknown_dragonfly = None [tree-sitter-python 0.20.2] HOST_CFLAGS = None [tree-sitter-python 0.20.2] CFLAGS = Some("-pipe -O2 -isystem /usr/local/include -fno-strict-aliasing ") [tree-sitter-python 0.20.2] CRATE_CC_NO_DEFAULTS = None [tree-sitter-python 0.20.2] CARGO_CFG_TARGET_FEATURE = Some("fxsr,sse,sse2") [tree-sitter-python 0.20.2] CC_x86_64-unknown-dragonfly = None [tree-sitter-python 0.20.2] CC_x86_64_unknown_dragonfly = None [tree-sitter-python 0.20.2] HOST_CC = None [tree-sitter-python 0.20.2] CC = Some("cc") [tree-sitter-python 0.20.2] CFLAGS_x86_64-unknown-dragonfly = None [tree-sitter-python 0.20.2] CFLAGS_x86_64_unknown_dragonfly = None [tree-sitter-python 0.20.2] HOST_CFLAGS = None [tree-sitter-python 0.20.2] CFLAGS = Some("-pipe -O2 -isystem /usr/local/include -fno-strict-aliasing ") [tree-sitter-python 0.20.2] CRATE_CC_NO_DEFAULTS = None [tree-sitter-python 0.20.2] CARGO_CFG_TARGET_FEATURE = Some("fxsr,sse,sse2") [tree-sitter-python 0.20.2] CC_x86_64-unknown-dragonfly = None [tree-sitter-python 0.20.2] CC_x86_64_unknown_dragonfly = None [tree-sitter-python 0.20.2] HOST_CC = None [tree-sitter-python 0.20.2] CC = Some("cc") [tree-sitter-python 0.20.2] CFLAGS_x86_64-unknown-dragonfly = None [tree-sitter-python 0.20.2] CFLAGS_x86_64_unknown_dragonfly = None [tree-sitter-python 0.20.2] HOST_CFLAGS = None [tree-sitter-python 0.20.2] CFLAGS = Some("-pipe -O2 -isystem /usr/local/include -fno-strict-aliasing ") [tree-sitter-python 0.20.2] CRATE_CC_NO_DEFAULTS = None [tree-sitter-python 0.20.2] CARGO_CFG_TARGET_FEATURE = Some("fxsr,sse,sse2") [tree-sitter-python 0.20.2] running: "cc" "-O2" "-ffunction-sections" "-fdata-sections" "-fPIC" "-m64" "-pipe" "-O2" "-isystem" "/usr/local/include" "-fno-strict-aliasing" "-I" "src" "-Wno-unused-parameter" "-Wno-unused-but-set-variable" "-Wno-trigraphs" "-o" "/construction/editors/lapce/target/x86_64-unknown-dragonfly/release/build/tree-sitter-python-4e3b07f175233100/out/src/parser.o" "-c" "src/parser.c" [tree-sitter-python 0.20.2] exit status: 0 [tree-sitter-glimmer 0.0.1] AR_x86_64-unknown-dragonfly = None [tree-sitter-glimmer 0.0.1] AR_x86_64_unknown_dragonfly = None [tree-sitter-glimmer 0.0.1] HOST_AR = None [tree-sitter-glimmer 0.0.1] AR = None [tree-sitter-glimmer 0.0.1] running: ZERO_AR_DATE="1" "ar" "cq" "/construction/editors/lapce/target/x86_64-unknown-dragonfly/release/build/tree-sitter-glimmer-16d31207d81e015d/out/libparser.a" "/construction/editors/lapce/target/x86_64-unknown-dragonfly/release/build/tree-sitter-glimmer-16d31207d81e015d/out/src/parser.o" "/construction/editors/lapce/target/x86_64-unknown-dragonfly/release/build/tree-sitter-glimmer-16d31207d81e015d/out/src/scanner.o" [tree-sitter-glimmer 0.0.1] exit status: 0 [tree-sitter-glimmer 0.0.1] running: "ar" "s" "/construction/editors/lapce/target/x86_64-unknown-dragonfly/release/build/tree-sitter-glimmer-16d31207d81e015d/out/libparser.a" [tree-sitter-glimmer 0.0.1] exit status: 0 [tree-sitter-glimmer 0.0.1] cargo:rustc-link-lib=static=parser [tree-sitter-glimmer 0.0.1] cargo:rustc-link-search=native=/construction/editors/lapce/target/x86_64-unknown-dragonfly/release/build/tree-sitter-glimmer-16d31207d81e015d/out [tree-sitter-glimmer 0.0.1] cargo:rerun-if-changed=src/parser.c Running `CARGO=/usr/local/bin/cargo CARGO_CRATE_NAME=signal_hook CARGO_MANIFEST_DIR=/construction/editors/lapce/lapce-0.2.8/cargo-crates/signal-hook-0.3.14 CARGO_PKG_AUTHORS='Michal '\''vorner'\'' Vaner :Thomas Himmelstoss ' CARGO_PKG_DESCRIPTION='Unix signal handling' CARGO_PKG_HOMEPAGE='' CARGO_PKG_LICENSE=Apache-2.0/MIT CARGO_PKG_LICENSE_FILE='' CARGO_PKG_NAME=signal-hook CARGO_PKG_README=README.md CARGO_PKG_REPOSITORY='https://github.com/vorner/signal-hook' CARGO_PKG_RUST_VERSION='' CARGO_PKG_VERSION=0.3.14 CARGO_PKG_VERSION_MAJOR=0 CARGO_PKG_VERSION_MINOR=3 CARGO_PKG_VERSION_PATCH=14 CARGO_PKG_VERSION_PRE='' LD_LIBRARY_PATH='/construction/editors/lapce/target/release/deps:/usr/local/lib' OUT_DIR=/construction/editors/lapce/target/x86_64-unknown-dragonfly/release/build/signal-hook-2dcbd417e0dc04f6/out /usr/local/bin/rustc --crate-name signal_hook --edition=2018 /construction/editors/lapce/lapce-0.2.8/cargo-crates/signal-hook-0.3.14/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --diagnostic-width=80 --crate-type lib --emit=dep-info,metadata,link -C opt-level=2 -C embed-bitcode=no --cfg 'feature="channel"' --cfg 'feature="default"' --cfg 'feature="iterator"' -C metadata=b7e8aec2d7cb98f7 -C extra-filename=-b7e8aec2d7cb98f7 --out-dir /construction/editors/lapce/target/x86_64-unknown-dragonfly/release/deps --target x86_64-unknown-dragonfly -C linker=cc -L dependency=/construction/editors/lapce/target/x86_64-unknown-dragonfly/release/deps -L dependency=/construction/editors/lapce/target/release/deps --extern libc=/construction/editors/lapce/target/x86_64-unknown-dragonfly/release/deps/liblibc-8e3f13899fc9c378.rmeta --extern signal_hook_registry=/construction/editors/lapce/target/x86_64-unknown-dragonfly/release/deps/libsignal_hook_registry-031087a27a7f09cd.rmeta --cap-lints warn -C link-arg=-Wl,-rpath,/usr/local/lib -C link-arg=-L/usr/local/lib` Running `CARGO=/usr/local/bin/cargo CARGO_CRATE_NAME=unicode_general_category CARGO_MANIFEST_DIR=/construction/editors/lapce/lapce-0.2.8/cargo-crates/unicode-general-category-0.2.0 CARGO_PKG_AUTHORS='YesLogic Pty. Ltd. ' CARGO_PKG_DESCRIPTION='Fast lookup of the Unicode General Category property for char' CARGO_PKG_HOMEPAGE='https://github.com/yeslogic/unicode-general-category' CARGO_PKG_LICENSE=Apache-2.0 CARGO_PKG_LICENSE_FILE='' CARGO_PKG_NAME=unicode-general-category CARGO_PKG_README=README.md CARGO_PKG_REPOSITORY='https://github.com/yeslogic/unicode-general-category' CARGO_PKG_RUST_VERSION='' CARGO_PKG_VERSION=0.2.0 CARGO_PKG_VERSION_MAJOR=0 CARGO_PKG_VERSION_MINOR=2 CARGO_PKG_VERSION_PATCH=0 CARGO_PKG_VERSION_PRE='' LD_LIBRARY_PATH='/construction/editors/lapce/target/release/deps:/usr/local/lib' OUT_DIR=/construction/editors/lapce/target/x86_64-unknown-dragonfly/release/build/unicode-general-category-52035ebe46ad791e/out /usr/local/bin/rustc --crate-name unicode_general_category --edition=2018 /construction/editors/lapce/lapce-0.2.8/cargo-crates/unicode-general-category-0.2.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --diagnostic-width=80 --crate-type lib --emit=dep-info,metadata,link -C opt-level=2 -C embed-bitcode=no -C metadata=85a17f7a702a0b32 -C extra-filename=-85a17f7a702a0b32 --out-dir /construction/editors/lapce/target/x86_64-unknown-dragonfly/release/deps --target x86_64-unknown-dragonfly -C linker=cc -L dependency=/construction/editors/lapce/target/x86_64-unknown-dragonfly/release/deps -L dependency=/construction/editors/lapce/target/release/deps --cap-lints warn -C link-arg=-Wl,-rpath,/usr/local/lib -C link-arg=-L/usr/local/lib` Compiling lapce-xi-rope v0.3.1 Running `CARGO=/usr/local/bin/cargo CARGO_CRATE_NAME=lapce_xi_rope CARGO_MANIFEST_DIR=/construction/editors/lapce/lapce-0.2.8/cargo-crates/lapce-xi-rope-0.3.1 CARGO_PKG_AUTHORS='Raph Levien ' CARGO_PKG_DESCRIPTION='A generic rope data structure built on top of B-Trees.' CARGO_PKG_HOMEPAGE='' CARGO_PKG_LICENSE=Apache-2.0 CARGO_PKG_LICENSE_FILE='' CARGO_PKG_NAME=lapce-xi-rope CARGO_PKG_README='' CARGO_PKG_REPOSITORY='https://github.com/lapce/xi-editor' CARGO_PKG_RUST_VERSION='' CARGO_PKG_VERSION=0.3.1 CARGO_PKG_VERSION_MAJOR=0 CARGO_PKG_VERSION_MINOR=3 CARGO_PKG_VERSION_PATCH=1 CARGO_PKG_VERSION_PRE='' LD_LIBRARY_PATH='/construction/editors/lapce/target/release/deps:/usr/local/lib' /usr/local/bin/rustc --crate-name lapce_xi_rope --edition=2018 /construction/editors/lapce/lapce-0.2.8/cargo-crates/lapce-xi-rope-0.3.1/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --diagnostic-width=80 --crate-type lib --emit=dep-info,metadata,link -C opt-level=2 -C embed-bitcode=no --cfg 'feature="default"' --cfg 'feature="serde"' -C metadata=f33122f6541ad17c -C extra-filename=-f33122f6541ad17c --out-dir /construction/editors/lapce/target/x86_64-unknown-dragonfly/release/deps --target x86_64-unknown-dragonfly -C linker=cc -L dependency=/construction/editors/lapce/target/x86_64-unknown-dragonfly/release/deps -L dependency=/construction/editors/lapce/target/release/deps --extern bytecount=/construction/editors/lapce/target/x86_64-unknown-dragonfly/release/deps/libbytecount-a6c35a93a5896a51.rmeta --extern memchr=/construction/editors/lapce/target/x86_64-unknown-dragonfly/release/deps/libmemchr-bcd48a6ecc42e0cb.rmeta --extern regex=/construction/editors/lapce/target/x86_64-unknown-dragonfly/release/deps/libregex-e528e784009362aa.rmeta --extern serde=/construction/editors/lapce/target/x86_64-unknown-dragonfly/release/deps/libserde-3209f38acc2832c3.rmeta --extern unicode_segmentation=/construction/editors/lapce/target/x86_64-unknown-dragonfly/release/deps/libunicode_segmentation-2be64194e6a0d33c.rmeta --cap-lints warn -C link-arg=-Wl,-rpath,/usr/local/lib -C link-arg=-L/usr/local/lib` warning: unnecessary parentheses around match arm expression --> /construction/editors/lapce/lapce-0.2.8/cargo-crates/lapce-xi-rope-0.3.1/src/multiset.rs:120:35 | 120 | CountMatcher::Zero => (seg.count == 0), | ^ ^ | = note: `#[warn(unused_parens)]` on by default help: remove these parentheses | 120 - CountMatcher::Zero => (seg.count == 0), 120 + CountMatcher::Zero => seg.count == 0, | warning: unnecessary parentheses around match arm expression --> /construction/editors/lapce/lapce-0.2.8/cargo-crates/lapce-xi-rope-0.3.1/src/multiset.rs:121:38 | 121 | CountMatcher::NonZero => (seg.count != 0), | ^ ^ | help: remove these parentheses | 121 - CountMatcher::NonZero => (seg.count != 0), 121 + CountMatcher::NonZero => seg.count != 0, | warning: unnecessary parentheses around match arm expression --> /construction/editors/lapce/lapce-0.2.8/cargo-crates/lapce-xi-rope-0.3.1/src/tree.rs:290:45 | 290 | NodeVal::Internal(ref nodes) => (nodes.len() >= MIN_CHILDREN), | ^ ^ | help: remove these parentheses | 290 - NodeVal::Internal(ref nodes) => (nodes.len() >= MIN_CHILDREN), 290 + NodeVal::Internal(ref nodes) => nodes.len() >= MIN_CHILDREN, | [tree-sitter-erlang 0.0.1] TARGET = Some("x86_64-unknown-dragonfly") [tree-sitter-erlang 0.0.1] OPT_LEVEL = Some("2") [tree-sitter-erlang 0.0.1] HOST = Some("x86_64-unknown-dragonfly") [tree-sitter-erlang 0.0.1] CC_x86_64-unknown-dragonfly = None [tree-sitter-erlang 0.0.1] CC_x86_64_unknown_dragonfly = None [tree-sitter-erlang 0.0.1] HOST_CC = None [tree-sitter-erlang 0.0.1] CC = Some("cc") [tree-sitter-erlang 0.0.1] CFLAGS_x86_64-unknown-dragonfly = None [tree-sitter-erlang 0.0.1] CFLAGS_x86_64_unknown_dragonfly = None [tree-sitter-erlang 0.0.1] HOST_CFLAGS = None [tree-sitter-erlang 0.0.1] CFLAGS = Some("-pipe -O2 -isystem /usr/local/include -fno-strict-aliasing ") [tree-sitter-erlang 0.0.1] CRATE_CC_NO_DEFAULTS = None [tree-sitter-erlang 0.0.1] DEBUG = Some("false") [tree-sitter-erlang 0.0.1] CARGO_CFG_TARGET_FEATURE = Some("fxsr,sse,sse2") [tree-sitter-erlang 0.0.1] CC_x86_64-unknown-dragonfly = None [tree-sitter-erlang 0.0.1] CC_x86_64_unknown_dragonfly = None [tree-sitter-erlang 0.0.1] HOST_CC = None [tree-sitter-erlang 0.0.1] CC = Some("cc") [tree-sitter-erlang 0.0.1] CFLAGS_x86_64-unknown-dragonfly = None [tree-sitter-erlang 0.0.1] CFLAGS_x86_64_unknown_dragonfly = None [tree-sitter-erlang 0.0.1] HOST_CFLAGS = None [tree-sitter-erlang 0.0.1] CFLAGS = Some("-pipe -O2 -isystem /usr/local/include -fno-strict-aliasing ") [tree-sitter-erlang 0.0.1] CRATE_CC_NO_DEFAULTS = None [tree-sitter-erlang 0.0.1] CARGO_CFG_TARGET_FEATURE = Some("fxsr,sse,sse2") [tree-sitter-erlang 0.0.1] CC_x86_64-unknown-dragonfly = None [tree-sitter-erlang 0.0.1] CC_x86_64_unknown_dragonfly = None [tree-sitter-erlang 0.0.1] HOST_CC = None [tree-sitter-erlang 0.0.1] CC = Some("cc") [tree-sitter-erlang 0.0.1] CFLAGS_x86_64-unknown-dragonfly = None [tree-sitter-erlang 0.0.1] CFLAGS_x86_64_unknown_dragonfly = None [tree-sitter-erlang 0.0.1] HOST_CFLAGS = None [tree-sitter-erlang 0.0.1] CFLAGS = Some("-pipe -O2 -isystem /usr/local/include -fno-strict-aliasing ") [tree-sitter-erlang 0.0.1] CRATE_CC_NO_DEFAULTS = None [tree-sitter-erlang 0.0.1] CARGO_CFG_TARGET_FEATURE = Some("fxsr,sse,sse2") [tree-sitter-erlang 0.0.1] CC_x86_64-unknown-dragonfly = None [tree-sitter-erlang 0.0.1] CC_x86_64_unknown_dragonfly = None [tree-sitter-erlang 0.0.1] HOST_CC = None [tree-sitter-erlang 0.0.1] CC = Some("cc") [tree-sitter-erlang 0.0.1] CFLAGS_x86_64-unknown-dragonfly = None [tree-sitter-erlang 0.0.1] CFLAGS_x86_64_unknown_dragonfly = None [tree-sitter-erlang 0.0.1] HOST_CFLAGS = None [tree-sitter-erlang 0.0.1] CFLAGS = Some("-pipe -O2 -isystem /usr/local/include -fno-strict-aliasing ") [tree-sitter-erlang 0.0.1] CRATE_CC_NO_DEFAULTS = None [tree-sitter-erlang 0.0.1] CARGO_CFG_TARGET_FEATURE = Some("fxsr,sse,sse2") [tree-sitter-erlang 0.0.1] CC_x86_64-unknown-dragonfly = None [tree-sitter-erlang 0.0.1] CC_x86_64_unknown_dragonfly = None [tree-sitter-erlang 0.0.1] HOST_CC = None [tree-sitter-erlang 0.0.1] CC = Some("cc") [tree-sitter-erlang 0.0.1] CFLAGS_x86_64-unknown-dragonfly = None [tree-sitter-erlang 0.0.1] CFLAGS_x86_64_unknown_dragonfly = None [tree-sitter-erlang 0.0.1] HOST_CFLAGS = None [tree-sitter-erlang 0.0.1] CFLAGS = Some("-pipe -O2 -isystem /usr/local/include -fno-strict-aliasing ") [tree-sitter-erlang 0.0.1] CRATE_CC_NO_DEFAULTS = None [tree-sitter-erlang 0.0.1] CARGO_CFG_TARGET_FEATURE = Some("fxsr,sse,sse2") [tree-sitter-erlang 0.0.1] running: "cc" "-O2" "-ffunction-sections" "-fdata-sections" "-fPIC" "-m64" "-pipe" "-O2" "-isystem" "/usr/local/include" "-fno-strict-aliasing" "-I" "src" "-Wno-unused-const-variable" "-Wno-unused-parameter" "-Wno-unused-but-set-variable" "-Wno-trigraphs" "-o" "/construction/editors/lapce/target/x86_64-unknown-dragonfly/release/build/tree-sitter-erlang-cab411ae73484806/out/src/parser.o" "-c" "src/parser.c" [tree-sitter-sql 0.0.2] AR_x86_64-unknown-dragonfly = None [tree-sitter-erlang 0.0.1] exit status: 0 [tree-sitter-sql 0.0.2] AR_x86_64_unknown_dragonfly = None [tree-sitter-sql 0.0.2] HOST_AR = None [tree-sitter-sql 0.0.2] AR = None [tree-sitter-sql 0.0.2] running: ZERO_AR_DATE="1" "ar" "cq" "/construction/editors/lapce/target/x86_64-unknown-dragonfly/release/build/tree-sitter-sql-abf908ce34946dfb/out/libparser.a" "/construction/editors/lapce/target/x86_64-unknown-dragonfly/release/build/tree-sitter-sql-abf908ce34946dfb/out/src/parser.o" [tree-sitter-sql 0.0.2] exit status: 0 [tree-sitter-sql 0.0.2] running: "ar" "s" "/construction/editors/lapce/target/x86_64-unknown-dragonfly/release/build/tree-sitter-sql-abf908ce34946dfb/out/libparser.a" [tree-sitter-sql 0.0.2] exit status: 0 [tree-sitter-svelte 0.10.2] AR_x86_64-unknown-dragonfly = None [tree-sitter-svelte 0.10.2] AR_x86_64_unknown_dragonfly = None [tree-sitter-svelte 0.10.2] HOST_AR = None [tree-sitter-svelte 0.10.2] AR = None [tree-sitter-svelte 0.10.2] running: ZERO_AR_DATE="1" "ar" "cq" "/construction/editors/lapce/target/x86_64-unknown-dragonfly/release/build/tree-sitter-svelte-f7d9649b2296a791/out/libtree-sitter-svelte.a" "/construction/editors/lapce/target/x86_64-unknown-dragonfly/release/build/tree-sitter-svelte-f7d9649b2296a791/out/src/parser.o" "/construction/editors/lapce/target/x86_64-unknown-dragonfly/release/build/tree-sitter-svelte-f7d9649b2296a791/out/src/scanner.o" [tree-sitter-sql 0.0.2] cargo:rustc-link-lib=static=parser [tree-sitter-sql 0.0.2] cargo:rustc-link-search=native=/construction/editors/lapce/target/x86_64-unknown-dragonfly/release/build/tree-sitter-sql-abf908ce34946dfb/out [tree-sitter-sql 0.0.2] cargo:rerun-if-changed=src/parser.c [tree-sitter-svelte 0.10.2] exit status: 0 [tree-sitter-svelte 0.10.2] running: "ar" "s" "/construction/editors/lapce/target/x86_64-unknown-dragonfly/release/build/tree-sitter-svelte-f7d9649b2296a791/out/libtree-sitter-svelte.a" [tree-sitter-svelte 0.10.2] exit status: 0 [tree-sitter-svelte 0.10.2] cargo:rustc-link-lib=static=tree-sitter-svelte [tree-sitter-svelte 0.10.2] cargo:rustc-link-search=native=/construction/editors/lapce/target/x86_64-unknown-dragonfly/release/build/tree-sitter-svelte-f7d9649b2296a791/out Compiling mio-uds v0.6.8 Running `CARGO=/usr/local/bin/cargo CARGO_CRATE_NAME=mio_uds CARGO_MANIFEST_DIR=/construction/editors/lapce/lapce-0.2.8/cargo-crates/mio-uds-0.6.8 CARGO_PKG_AUTHORS='Alex Crichton ' CARGO_PKG_DESCRIPTION='Unix domain socket bindings for mio ' CARGO_PKG_HOMEPAGE='https://github.com/deprecrated/mio-uds' CARGO_PKG_LICENSE=MIT/Apache-2.0 CARGO_PKG_LICENSE_FILE='' CARGO_PKG_NAME=mio-uds CARGO_PKG_README=README.md CARGO_PKG_REPOSITORY='https://github.com/deprecrated/mio-uds' CARGO_PKG_RUST_VERSION='' CARGO_PKG_VERSION=0.6.8 CARGO_PKG_VERSION_MAJOR=0 CARGO_PKG_VERSION_MINOR=6 CARGO_PKG_VERSION_PATCH=8 CARGO_PKG_VERSION_PRE='' LD_LIBRARY_PATH='/construction/editors/lapce/target/release/deps:/usr/local/lib' /usr/local/bin/rustc --crate-name mio_uds /construction/editors/lapce/lapce-0.2.8/cargo-crates/mio-uds-0.6.8/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --diagnostic-width=80 --crate-type lib --emit=dep-info,metadata,link -C opt-level=2 -C embed-bitcode=no -C metadata=b941b417922235c0 -C extra-filename=-b941b417922235c0 --out-dir /construction/editors/lapce/target/x86_64-unknown-dragonfly/release/deps --target x86_64-unknown-dragonfly -C linker=cc -L dependency=/construction/editors/lapce/target/x86_64-unknown-dragonfly/release/deps -L dependency=/construction/editors/lapce/target/release/deps --extern iovec=/construction/editors/lapce/target/x86_64-unknown-dragonfly/release/deps/libiovec-5d6e71c33a5cec6e.rmeta --extern libc=/construction/editors/lapce/target/x86_64-unknown-dragonfly/release/deps/liblibc-8e3f13899fc9c378.rmeta --extern mio=/construction/editors/lapce/target/x86_64-unknown-dragonfly/release/deps/libmio-00011bf80b90b8e8.rmeta --cap-lints warn -C link-arg=-Wl,-rpath,/usr/local/lib -C link-arg=-L/usr/local/lib` warning: use of deprecated macro `try`: use the `?` operator instead --> /construction/editors/lapce/lapce-0.2.8/cargo-crates/mio-uds-0.6.8/src/datagram.rs:33:13 | 33 | try!(cvt(libc::bind(fd.fd(), addr, len))); | ^^^ | = note: `#[warn(deprecated)]` on by default warning: use of deprecated macro `try`: use the `?` operator instead --> /construction/editors/lapce/lapce-0.2.8/cargo-crates/mio-uds-0.6.8/src/datagram.rs:29:31 | 29 | let (addr, len) = try!(sockaddr_un(path)); | ^^^ warning: use of deprecated macro `try`: use the `?` operator instead --> /construction/editors/lapce/lapce-0.2.8/cargo-crates/mio-uds-0.6.8/src/datagram.rs:30:22 | 30 | let fd = try!(Socket::new(libc::SOCK_DGRAM)); | ^^^ warning: use of deprecated macro `try`: use the `?` operator instead --> /construction/editors/lapce/lapce-0.2.8/cargo-crates/mio-uds-0.6.8/src/datagram.rs:45:9 | 45 | try!(stream.set_nonblocking(true)); | ^^^ warning: use of deprecated macro `try`: use the `?` operator instead --> /construction/editors/lapce/lapce-0.2.8/cargo-crates/mio-uds-0.6.8/src/datagram.rs:54:26 | 54 | let (a, b) = try!(Socket::pair(libc::SOCK_DGRAM)); | ^^^ warning: use of deprecated macro `try`: use the `?` operator instead --> /construction/editors/lapce/lapce-0.2.8/cargo-crates/mio-uds-0.6.8/src/datagram.rs:63:9 | 63 | try!(stream.set_nonblocking(true)); | ^^^ warning: use of deprecated macro `try`: use the `?` operator instead --> /construction/editors/lapce/lapce-0.2.8/cargo-crates/mio-uds-0.6.8/src/datagram.rs:62:22 | 62 | let stream = try!(net::UnixDatagram::unbound()); | ^^^ warning: use of deprecated macro `try`: use the `?` operator instead --> /construction/editors/lapce/lapce-0.2.8/cargo-crates/mio-uds-0.6.8/src/listener.rs:37:13 | 37 | try!(cvt(libc::bind(fd.fd(), addr, len))); | ^^^ warning: use of deprecated macro `try`: use the `?` operator instead --> /construction/editors/lapce/lapce-0.2.8/cargo-crates/mio-uds-0.6.8/src/listener.rs:38:13 | 38 | try!(cvt(libc::listen(fd.fd(), 128))); | ^^^ warning: use of deprecated macro `try`: use the `?` operator instead --> /construction/editors/lapce/lapce-0.2.8/cargo-crates/mio-uds-0.6.8/src/listener.rs:33:31 | 33 | let (addr, len) = try!(sockaddr_un(path)); | ^^^ warning: use of deprecated macro `try`: use the `?` operator instead --> /construction/editors/lapce/lapce-0.2.8/cargo-crates/mio-uds-0.6.8/src/listener.rs:34:22 | 34 | let fd = try!(Socket::new(libc::SOCK_STREAM)); | ^^^ warning: use of deprecated macro `try`: use the `?` operator instead --> /construction/editors/lapce/lapce-0.2.8/cargo-crates/mio-uds-0.6.8/src/listener.rs:50:9 | 50 | try!(stream.set_nonblocking(true)); | ^^^ warning: use of deprecated macro `try`: use the `?` operator instead --> /construction/editors/lapce/lapce-0.2.8/cargo-crates/mio-uds-0.6.8/src/listener.rs:62:15 | 62 | match try!(self.accept_std()) { | ^^^ warning: use of deprecated macro `try`: use the `?` operator instead --> /construction/editors/lapce/lapce-0.2.8/cargo-crates/mio-uds-0.6.8/src/socket.rs:65:13 | 65 | try!(cvt(libc::ioctl(fd.fd, libc::FIOCLEX))); | ^^^ warning: use of deprecated macro `try`: use the `?` operator instead --> /construction/editors/lapce/lapce-0.2.8/cargo-crates/mio-uds-0.6.8/src/socket.rs:67:13 | 67 | try!(cvt(libc::ioctl(fd.fd, libc::FIONBIO, &mut nonblocking))); | ^^^ warning: use of deprecated macro `try`: use the `?` operator instead --> /construction/editors/lapce/lapce-0.2.8/cargo-crates/mio-uds-0.6.8/src/socket.rs:64:35 | 64 | ... let fd = Socket { fd: try!(cvt(libc::socket(libc::AF_UNIX, ty, 0))... | ^^^ warning: use of deprecated macro `try`: use the `?` operator instead --> /construction/editors/lapce/lapce-0.2.8/cargo-crates/mio-uds-0.6.8/src/socket.rs:93:13 | 93 | ... try!(cvt(libc::socketpair(libc::AF_UNIX, ty, 0, fds.as_mut_ptr()))); | ^^^ warning: use of deprecated macro `try`: use the `?` operator instead --> /construction/editors/lapce/lapce-0.2.8/cargo-crates/mio-uds-0.6.8/src/socket.rs:96:13 | 96 | try!(cvt(libc::ioctl(a.fd, libc::FIOCLEX))); | ^^^ warning: use of deprecated macro `try`: use the `?` operator instead --> /construction/editors/lapce/lapce-0.2.8/cargo-crates/mio-uds-0.6.8/src/socket.rs:97:13 | 97 | try!(cvt(libc::ioctl(b.fd, libc::FIOCLEX))); | ^^^ warning: use of deprecated macro `try`: use the `?` operator instead --> /construction/editors/lapce/lapce-0.2.8/cargo-crates/mio-uds-0.6.8/src/socket.rs:99:13 | 99 | try!(cvt(libc::ioctl(a.fd, libc::FIONBIO, &mut nonblocking))); | ^^^ warning: use of deprecated macro `try`: use the `?` operator instead --> /construction/editors/lapce/lapce-0.2.8/cargo-crates/mio-uds-0.6.8/src/socket.rs:100:13 | 100 | try!(cvt(libc::ioctl(b.fd, libc::FIONBIO, &mut nonblocking))); | ^^^ warning: use of deprecated macro `try`: use the `?` operator instead --> /construction/editors/lapce/lapce-0.2.8/cargo-crates/mio-uds-0.6.8/src/stream.rs:52:31 | 52 | let (addr, len) = try!(sockaddr_un(path)); | ^^^ warning: use of deprecated macro `try`: use the `?` operator instead --> /construction/editors/lapce/lapce-0.2.8/cargo-crates/mio-uds-0.6.8/src/stream.rs:53:26 | 53 | let socket = try!(Socket::new(libc::SOCK_STREAM)); | ^^^ warning: use of deprecated macro `try`: use the `?` operator instead --> /construction/editors/lapce/lapce-0.2.8/cargo-crates/mio-uds-0.6.8/src/stream.rs:71:9 | 71 | try!(stream.set_nonblocking(true)); | ^^^ warning: use of deprecated function `std::mem::uninitialized`: use `mem::MaybeUninit` instead --> /construction/editors/lapce/lapce-0.2.8/cargo-crates/mio-uds-0.6.8/src/socket.rs:160:44 | 160 | let addr: libc::sockaddr_un = mem::uninitialized(); | ^^^^^^^^^^^^^ warning: the type `sockaddr_un` does not permit being left uninitialized --> /construction/editors/lapce/lapce-0.2.8/cargo-crates/mio-uds-0.6.8/src/socket.rs:160:39 | 160 | let addr: libc::sockaddr_un = mem::uninitialized(); | ^^^^^^^^^^^^^^^^^^^^ | | | this code causes undefined behavior when executed | help: use `MaybeUninit` instead, and only call `assume_init` after initialization is done | = note: integers must be initialized = note: `#[warn(invalid_value)]` on by default [zstd-sys 2.0.1+zstd.1.5.2] running: "cc" "-O3" "-ffunction-sections" "-fdata-sections" "-fPIC" "-m64" "-pipe" "-O2" "-isystem" "/usr/local/include" "-fno-strict-aliasing" "-I" "zstd/lib/" "-I" "zstd/lib/common" "-I" "zstd/lib/legacy" "-fvisibility=hidden" "-DZSTD_LIB_DEPRECATED=0" "-DXXH_PRIVATE_API=" "-DZSTDLIB_VISIBILITY=" "-DZDICTLIB_VISIBILITY=" "-DZSTDERRORLIB_VISIBILITY=" "-DZSTD_LEGACY_SUPPORT=1" "-o" "/construction/editors/lapce/target/x86_64-unknown-dragonfly/release/build/zstd-sys-04bdbafb9fc1b037/out/zstd/lib/compress/zstdmt_compress.o" "-c" "zstd/lib/compress/zstdmt_compress.c" [zstd-sys 2.0.1+zstd.1.5.2] exit status: 0 [tree-sitter-ocaml 0.20.0] TARGET = Some("x86_64-unknown-dragonfly") [tree-sitter-ocaml 0.20.0] OPT_LEVEL = Some("2") [tree-sitter-ocaml 0.20.0] HOST = Some("x86_64-unknown-dragonfly") [tree-sitter-ocaml 0.20.0] CXX_x86_64-unknown-dragonfly = None [tree-sitter-ocaml 0.20.0] CXX_x86_64_unknown_dragonfly = None [tree-sitter-ocaml 0.20.0] HOST_CXX = None [tree-sitter-ocaml 0.20.0] CXX = Some("c++") [tree-sitter-ocaml 0.20.0] CXXFLAGS_x86_64-unknown-dragonfly = None [tree-sitter-ocaml 0.20.0] CXXFLAGS_x86_64_unknown_dragonfly = None [tree-sitter-ocaml 0.20.0] HOST_CXXFLAGS = None [tree-sitter-ocaml 0.20.0] CXXFLAGS = Some(" -pipe -O2 -isystem /usr/local/include -fno-strict-aliasing -isystem /usr/local/include ") [tree-sitter-ocaml 0.20.0] CRATE_CC_NO_DEFAULTS = None [tree-sitter-ocaml 0.20.0] DEBUG = Some("false") [tree-sitter-ocaml 0.20.0] CARGO_CFG_TARGET_FEATURE = Some("fxsr,sse,sse2") [tree-sitter-ocaml 0.20.0] CXX_x86_64-unknown-dragonfly = None [tree-sitter-ocaml 0.20.0] CXX_x86_64_unknown_dragonfly = None [tree-sitter-ocaml 0.20.0] HOST_CXX = None [tree-sitter-ocaml 0.20.0] CXX = Some("c++") [tree-sitter-ocaml 0.20.0] CXXFLAGS_x86_64-unknown-dragonfly = None [tree-sitter-ocaml 0.20.0] CXXFLAGS_x86_64_unknown_dragonfly = None [tree-sitter-ocaml 0.20.0] HOST_CXXFLAGS = None [tree-sitter-ocaml 0.20.0] CXXFLAGS = Some(" -pipe -O2 -isystem /usr/local/include -fno-strict-aliasing -isystem /usr/local/include ") [tree-sitter-ocaml 0.20.0] CRATE_CC_NO_DEFAULTS = None [tree-sitter-ocaml 0.20.0] CARGO_CFG_TARGET_FEATURE = Some("fxsr,sse,sse2") [tree-sitter-ocaml 0.20.0] CXX_x86_64-unknown-dragonfly = None [tree-sitter-ocaml 0.20.0] CXX_x86_64_unknown_dragonfly = None [tree-sitter-ocaml 0.20.0] HOST_CXX = None [tree-sitter-ocaml 0.20.0] CXX = Some("c++") [tree-sitter-ocaml 0.20.0] CXXFLAGS_x86_64-unknown-dragonfly = None [tree-sitter-ocaml 0.20.0] CXXFLAGS_x86_64_unknown_dragonfly = None [tree-sitter-ocaml 0.20.0] HOST_CXXFLAGS = None [tree-sitter-ocaml 0.20.0] CXXFLAGS = Some(" -pipe -O2 -isystem /usr/local/include -fno-strict-aliasing -isystem /usr/local/include ") [tree-sitter-ocaml 0.20.0] CRATE_CC_NO_DEFAULTS = None [tree-sitter-ocaml 0.20.0] CARGO_CFG_TARGET_FEATURE = Some("fxsr,sse,sse2") [tree-sitter-ocaml 0.20.0] running: "c++" "-O2" "-ffunction-sections" "-fdata-sections" "-fPIC" "-m64" "-pipe" "-O2" "-isystem" "/usr/local/include" "-fno-strict-aliasing" "-isystem" "/usr/local/include" "-I" "./ocaml/src" "-Wno-unused-parameter" "-Wno-unused-but-set-variable" "-o" "/construction/editors/lapce/target/x86_64-unknown-dragonfly/release/build/tree-sitter-ocaml-9d6d2ffaa127ec88/out/./ocaml/src/scanner.o" "-c" "./ocaml/src/scanner.cc" [tree-sitter-ocaml 0.20.0] exit status: 0 [tree-sitter-vue 0.0.3] AR_x86_64-unknown-dragonfly = None [tree-sitter-vue 0.0.3] AR_x86_64_unknown_dragonfly = None [tree-sitter-vue 0.0.3] HOST_AR = None [tree-sitter-vue 0.0.3] AR = None [tree-sitter-vue 0.0.3] running: ZERO_AR_DATE="1" "ar" "cq" "/construction/editors/lapce/target/x86_64-unknown-dragonfly/release/build/tree-sitter-vue-07a99da144fe30f8/out/libparser.a" "/construction/editors/lapce/target/x86_64-unknown-dragonfly/release/build/tree-sitter-vue-07a99da144fe30f8/out/src/parser.o" [tree-sitter-vue 0.0.3] exit status: 0 [tree-sitter-vue 0.0.3] running: "ar" "s" "/construction/editors/lapce/target/x86_64-unknown-dragonfly/release/build/tree-sitter-vue-07a99da144fe30f8/out/libparser.a" [tree-sitter-vue 0.0.3] exit status: 0 [tree-sitter-vue 0.0.3] cargo:rustc-link-lib=static=parser [tree-sitter-vue 0.0.3] cargo:rustc-link-search=native=/construction/editors/lapce/target/x86_64-unknown-dragonfly/release/build/tree-sitter-vue-07a99da144fe30f8/out [tree-sitter-vue 0.0.3] cargo:rerun-if-changed=src/parser.c Compiling tokio-socks v0.5.1 Running `CARGO=/usr/local/bin/cargo CARGO_CRATE_NAME=tokio_socks CARGO_MANIFEST_DIR=/construction/editors/lapce/lapce-0.2.8/cargo-crates/tokio-socks-0.5.1 CARGO_PKG_AUTHORS='Yilin Chen ' CARGO_PKG_DESCRIPTION='Asynchronous SOCKS proxy support for Rust.' CARGO_PKG_HOMEPAGE='https://github.com/sticnarf/tokio-socks' CARGO_PKG_LICENSE=MIT CARGO_PKG_LICENSE_FILE='' CARGO_PKG_NAME=tokio-socks CARGO_PKG_README=README.md CARGO_PKG_REPOSITORY='https://github.com/sticnarf/tokio-socks' CARGO_PKG_RUST_VERSION='' CARGO_PKG_VERSION=0.5.1 CARGO_PKG_VERSION_MAJOR=0 CARGO_PKG_VERSION_MINOR=5 CARGO_PKG_VERSION_PATCH=1 CARGO_PKG_VERSION_PRE='' LD_LIBRARY_PATH='/construction/editors/lapce/target/release/deps:/usr/local/lib' /usr/local/bin/rustc --crate-name tokio_socks --edition=2018 /construction/editors/lapce/lapce-0.2.8/cargo-crates/tokio-socks-0.5.1/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --diagnostic-width=80 --crate-type lib --emit=dep-info,metadata,link -C opt-level=2 -C embed-bitcode=no -C metadata=95b9fd107f0c9c6e -C extra-filename=-95b9fd107f0c9c6e --out-dir /construction/editors/lapce/target/x86_64-unknown-dragonfly/release/deps --target x86_64-unknown-dragonfly -C linker=cc -L dependency=/construction/editors/lapce/target/x86_64-unknown-dragonfly/release/deps -L dependency=/construction/editors/lapce/target/release/deps --extern either=/construction/editors/lapce/target/x86_64-unknown-dragonfly/release/deps/libeither-67e2e059cd82979a.rmeta --extern futures_util=/construction/editors/lapce/target/x86_64-unknown-dragonfly/release/deps/libfutures_util-ca38adb2f9548cd7.rmeta --extern thiserror=/construction/editors/lapce/target/x86_64-unknown-dragonfly/release/deps/libthiserror-5044f735190ebf51.rmeta --extern tokio=/construction/editors/lapce/target/x86_64-unknown-dragonfly/release/deps/libtokio-5a06734d4b296b6c.rmeta --cap-lints warn -C link-arg=-Wl,-rpath,/usr/local/lib -C link-arg=-L/usr/local/lib` Compiling serde_urlencoded v0.7.1 Running `CARGO=/usr/local/bin/cargo CARGO_CRATE_NAME=serde_urlencoded CARGO_MANIFEST_DIR=/construction/editors/lapce/lapce-0.2.8/cargo-crates/serde_urlencoded-0.7.1 CARGO_PKG_AUTHORS='Anthony Ramine ' CARGO_PKG_DESCRIPTION='`x-www-form-urlencoded` meets Serde' CARGO_PKG_HOMEPAGE='' CARGO_PKG_LICENSE=MIT/Apache-2.0 CARGO_PKG_LICENSE_FILE='' CARGO_PKG_NAME=serde_urlencoded CARGO_PKG_README=README.md CARGO_PKG_REPOSITORY='https://github.com/nox/serde_urlencoded' CARGO_PKG_RUST_VERSION='' CARGO_PKG_VERSION=0.7.1 CARGO_PKG_VERSION_MAJOR=0 CARGO_PKG_VERSION_MINOR=7 CARGO_PKG_VERSION_PATCH=1 CARGO_PKG_VERSION_PRE='' LD_LIBRARY_PATH='/construction/editors/lapce/target/release/deps:/usr/local/lib' /usr/local/bin/rustc --crate-name serde_urlencoded --edition=2018 /construction/editors/lapce/lapce-0.2.8/cargo-crates/serde_urlencoded-0.7.1/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --diagnostic-width=80 --crate-type lib --emit=dep-info,metadata,link -C opt-level=2 -C embed-bitcode=no -C metadata=cdb8953a0318c683 -C extra-filename=-cdb8953a0318c683 --out-dir /construction/editors/lapce/target/x86_64-unknown-dragonfly/release/deps --target x86_64-unknown-dragonfly -C linker=cc -L dependency=/construction/editors/lapce/target/x86_64-unknown-dragonfly/release/deps -L dependency=/construction/editors/lapce/target/release/deps --extern form_urlencoded=/construction/editors/lapce/target/x86_64-unknown-dragonfly/release/deps/libform_urlencoded-6f0d3edd48cbee66.rmeta --extern itoa=/construction/editors/lapce/target/x86_64-unknown-dragonfly/release/deps/libitoa-0239cb7a703e7ef7.rmeta --extern ryu=/construction/editors/lapce/target/x86_64-unknown-dragonfly/release/deps/libryu-de1a1cbdd62b4951.rmeta --extern serde=/construction/editors/lapce/target/x86_64-unknown-dragonfly/release/deps/libserde-3209f38acc2832c3.rmeta --cap-lints warn -C link-arg=-Wl,-rpath,/usr/local/lib -C link-arg=-L/usr/local/lib` warning: unnecessary parentheses around index expression --> /construction/editors/lapce/lapce-0.2.8/cargo-crates/tokio-socks-0.5.1/src/tcp.rs:337:22 | 337 | self.buf[(2 + username_len)] = password_len as u8; | ^ ^ | = note: `#[warn(unused_parens)]` on by default help: remove these parentheses | 337 - self.buf[(2 + username_len)] = password_len as u8; 337 + self.buf[2 + username_len] = password_len as u8; | warning: use of deprecated method `std::error::Error::description`: use the Display impl or to_string() --> /construction/editors/lapce/lapce-0.2.8/cargo-crates/serde_urlencoded-0.7.1/src/ser/mod.rs:80:51 | 80 | Error::Utf8(ref err) => error::Error::description(err), | ^^^^^^^^^^^ | = note: `#[warn(deprecated)]` on by default warning: `mio-uds` (lib) generated 26 warnings Compiling lapce-core v0.2.8 (/construction/editors/lapce/lapce-0.2.8/lapce-core) Running `CARGO=/usr/local/bin/cargo CARGO_CRATE_NAME=build_script_build CARGO_MANIFEST_DIR=/construction/editors/lapce/lapce-0.2.8/lapce-core CARGO_PKG_AUTHORS='Dongdong Zhou ' CARGO_PKG_DESCRIPTION='' CARGO_PKG_HOMEPAGE='' CARGO_PKG_LICENSE='' CARGO_PKG_LICENSE_FILE='' CARGO_PKG_NAME=lapce-core CARGO_PKG_README='' CARGO_PKG_REPOSITORY='' CARGO_PKG_RUST_VERSION='' CARGO_PKG_VERSION=0.2.8 CARGO_PKG_VERSION_MAJOR=0 CARGO_PKG_VERSION_MINOR=2 CARGO_PKG_VERSION_PATCH=8 CARGO_PKG_VERSION_PRE='' LD_LIBRARY_PATH='/construction/editors/lapce/target/release/deps:/usr/local/lib' /usr/local/bin/rustc --crate-name build_script_build --edition=2021 lapce-core/build.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --diagnostic-width=80 --crate-type bin --emit=dep-info,link -C embed-bitcode=no -C debug-assertions=off --cfg 'feature="default"' --cfg 'feature="lang-bash"' --cfg 'feature="lang-c"' --cfg 'feature="lang-clojure"' --cfg 'feature="lang-cmake"' --cfg 'feature="lang-cpp"' --cfg 'feature="lang-csharp"' --cfg 'feature="lang-css"' --cfg 'feature="lang-d"' --cfg 'feature="lang-dart"' --cfg 'feature="lang-dockerfile"' --cfg 'feature="lang-elixir"' --cfg 'feature="lang-elm"' --cfg 'feature="lang-erlang"' --cfg 'feature="lang-glimmer"' --cfg 'feature="lang-glsl"' --cfg 'feature="lang-go"' --cfg 'feature="lang-hare"' --cfg 'feature="lang-haskell"' --cfg 'feature="lang-haxe"' --cfg 'feature="lang-hcl"' --cfg 'feature="lang-html"' --cfg 'feature="lang-java"' --cfg 'feature="lang-javascript"' --cfg 'feature="lang-json"' --cfg 'feature="lang-julia"' --cfg 'feature="lang-kotlin"' --cfg 'feature="lang-latex"' --cfg 'feature="lang-lua"' --cfg 'feature="lang-markdown"' --cfg 'feature="lang-nix"' --cfg 'feature="lang-ocaml"' --cfg 'feature="lang-php"' --cfg 'feature="lang-prisma"' --cfg 'feature="lang-protobuf"' --cfg 'feature="lang-python"' --cfg 'feature="lang-ql"' --cfg 'feature="lang-r"' --cfg 'feature="lang-ruby"' --cfg 'feature="lang-rust"' --cfg 'feature="lang-scheme"' --cfg 'feature="lang-scss"' --cfg 'feature="lang-sql"' --cfg 'feature="lang-svelte"' --cfg 'feature="lang-swift"' --cfg 'feature="lang-toml"' --cfg 'feature="lang-typescript"' --cfg 'feature="lang-vue"' --cfg 'feature="lang-wgsl"' --cfg 'feature="lang-xml"' --cfg 'feature="lang-yaml"' --cfg 'feature="lang-zig"' -C metadata=6b938971fb20a778 -C extra-filename=-6b938971fb20a778 --out-dir /construction/editors/lapce/target/release/build/lapce-core-6b938971fb20a778 -C linker=cc -L dependency=/construction/editors/lapce/target/release/deps --extern anyhow=/construction/editors/lapce/target/release/deps/libanyhow-ea70669b8519bb65.rlib` Compiling bitmaps v2.1.0 Running `CARGO=/usr/local/bin/cargo CARGO_CRATE_NAME=bitmaps CARGO_MANIFEST_DIR=/construction/editors/lapce/lapce-0.2.8/cargo-crates/bitmaps-2.1.0 CARGO_PKG_AUTHORS='Bodil Stokke ' CARGO_PKG_DESCRIPTION='Fixed size boolean arrays' CARGO_PKG_HOMEPAGE='' CARGO_PKG_LICENSE=MPL-2.0+ CARGO_PKG_LICENSE_FILE='' CARGO_PKG_NAME=bitmaps CARGO_PKG_README=./README.md CARGO_PKG_REPOSITORY='https://github.com/bodil/bitmaps' CARGO_PKG_RUST_VERSION='' CARGO_PKG_VERSION=2.1.0 CARGO_PKG_VERSION_MAJOR=2 CARGO_PKG_VERSION_MINOR=1 CARGO_PKG_VERSION_PATCH=0 CARGO_PKG_VERSION_PRE='' LD_LIBRARY_PATH='/construction/editors/lapce/target/release/deps:/usr/local/lib' /usr/local/bin/rustc --crate-name bitmaps --edition=2018 /construction/editors/lapce/lapce-0.2.8/cargo-crates/bitmaps-2.1.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --diagnostic-width=80 --crate-type lib --emit=dep-info,metadata,link -C opt-level=2 -C embed-bitcode=no --cfg 'feature="default"' --cfg 'feature="std"' -C metadata=1e092edf7958c9da -C extra-filename=-1e092edf7958c9da --out-dir /construction/editors/lapce/target/x86_64-unknown-dragonfly/release/deps --target x86_64-unknown-dragonfly -C linker=cc -L dependency=/construction/editors/lapce/target/x86_64-unknown-dragonfly/release/deps -L dependency=/construction/editors/lapce/target/release/deps --extern typenum=/construction/editors/lapce/target/x86_64-unknown-dragonfly/release/deps/libtypenum-711317fbf78cc479.rmeta --cap-lints warn -C link-arg=-Wl,-rpath,/usr/local/lib -C link-arg=-L/usr/local/lib` Compiling hashbrown v0.11.2 Running `CARGO=/usr/local/bin/cargo CARGO_CRATE_NAME=hashbrown CARGO_MANIFEST_DIR=/construction/editors/lapce/lapce-0.2.8/cargo-crates/hashbrown-0.11.2 CARGO_PKG_AUTHORS='Amanieu d'\''Antras ' CARGO_PKG_DESCRIPTION='A Rust port of Google'\''s SwissTable hash map' CARGO_PKG_HOMEPAGE='' CARGO_PKG_LICENSE=Apache-2.0/MIT CARGO_PKG_LICENSE_FILE='' CARGO_PKG_NAME=hashbrown CARGO_PKG_README=README.md CARGO_PKG_REPOSITORY='https://github.com/rust-lang/hashbrown' CARGO_PKG_RUST_VERSION='' CARGO_PKG_VERSION=0.11.2 CARGO_PKG_VERSION_MAJOR=0 CARGO_PKG_VERSION_MINOR=11 CARGO_PKG_VERSION_PATCH=2 CARGO_PKG_VERSION_PRE='' LD_LIBRARY_PATH='/construction/editors/lapce/target/release/deps:/usr/local/lib' /usr/local/bin/rustc --crate-name hashbrown --edition=2018 /construction/editors/lapce/lapce-0.2.8/cargo-crates/hashbrown-0.11.2/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --diagnostic-width=80 --crate-type lib --emit=dep-info,metadata,link -C opt-level=2 -C embed-bitcode=no --cfg 'feature="ahash"' --cfg 'feature="default"' --cfg 'feature="inline-more"' -C metadata=7855b4902fc98e3c -C extra-filename=-7855b4902fc98e3c --out-dir /construction/editors/lapce/target/x86_64-unknown-dragonfly/release/deps --target x86_64-unknown-dragonfly -C linker=cc -L dependency=/construction/editors/lapce/target/x86_64-unknown-dragonfly/release/deps -L dependency=/construction/editors/lapce/target/release/deps --extern ahash=/construction/editors/lapce/target/x86_64-unknown-dragonfly/release/deps/libahash-a33b002f3b455502.rmeta --cap-lints warn -C link-arg=-Wl,-rpath,/usr/local/lib -C link-arg=-L/usr/local/lib` warning: `serde_urlencoded` (lib) generated 1 warning Compiling vte_generate_state_changes v0.1.1 Running `CARGO=/usr/local/bin/cargo CARGO_CRATE_NAME=vte_generate_state_changes CARGO_MANIFEST_DIR=/construction/editors/lapce/lapce-0.2.8/cargo-crates/vte_generate_state_changes-0.1.1 CARGO_PKG_AUTHORS='Christian Duerr ' CARGO_PKG_DESCRIPTION='Proc macro for generating VTE state changes' CARGO_PKG_HOMEPAGE='' CARGO_PKG_LICENSE='Apache-2.0 OR MIT' CARGO_PKG_LICENSE_FILE='' CARGO_PKG_NAME=vte_generate_state_changes CARGO_PKG_README='' CARGO_PKG_REPOSITORY='https://github.com/jwilm/vte' CARGO_PKG_RUST_VERSION='' CARGO_PKG_VERSION=0.1.1 CARGO_PKG_VERSION_MAJOR=0 CARGO_PKG_VERSION_MINOR=1 CARGO_PKG_VERSION_PATCH=1 CARGO_PKG_VERSION_PRE='' LD_LIBRARY_PATH='/construction/editors/lapce/target/release/deps:/usr/local/lib' /usr/local/bin/rustc --crate-name vte_generate_state_changes --edition=2018 /construction/editors/lapce/lapce-0.2.8/cargo-crates/vte_generate_state_changes-0.1.1/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --diagnostic-width=80 --crate-type proc-macro --emit=dep-info,link -C prefer-dynamic -C embed-bitcode=no -C debug-assertions=off -C metadata=bf038a9553e90124 -C extra-filename=-bf038a9553e90124 --out-dir /construction/editors/lapce/target/release/deps -C linker=cc -L dependency=/construction/editors/lapce/target/release/deps --extern proc_macro2=/construction/editors/lapce/target/release/deps/libproc_macro2-0d396a60a42a5507.rlib --extern quote=/construction/editors/lapce/target/release/deps/libquote-598fea7a1e3d78d8.rlib --extern proc_macro --cap-lints warn` warning: unused attribute `inline` --> /construction/editors/lapce/lapce-0.2.8/cargo-crates/hashbrown-0.11.2/src/raw/mod.rs:1539:41 | 1539 | #[cfg_attr(feature = "inline-more", inline)] | ^^^^^^ | note: the built-in attribute `inline` will be ignored, since it's applied to the macro invocation `default_fn` --> /construction/editors/lapce/lapce-0.2.8/cargo-crates/hashbrown-0.11.2/src/raw/mod.rs:1540:5 | 1540 | default_fn! { | ^^^^^^^^^^ = note: `#[warn(unused_attributes)]` on by default warning: `tokio-socks` (lib) generated 1 warning Compiling memmap2 v0.2.3 Running `CARGO=/usr/local/bin/cargo CARGO_CRATE_NAME=memmap2 CARGO_MANIFEST_DIR=/construction/editors/lapce/lapce-0.2.8/cargo-crates/memmap2-0.2.3 CARGO_PKG_AUTHORS='Dan Burkert :Evgeniy Reizner ' CARGO_PKG_DESCRIPTION='Cross-platform Rust API for memory-mapped file IO' CARGO_PKG_HOMEPAGE='' CARGO_PKG_LICENSE=MIT/Apache-2.0 CARGO_PKG_LICENSE_FILE='' CARGO_PKG_NAME=memmap2 CARGO_PKG_README=README.md CARGO_PKG_REPOSITORY='https://github.com/RazrFalcon/memmap2-rs' CARGO_PKG_RUST_VERSION='' CARGO_PKG_VERSION=0.2.3 CARGO_PKG_VERSION_MAJOR=0 CARGO_PKG_VERSION_MINOR=2 CARGO_PKG_VERSION_PATCH=3 CARGO_PKG_VERSION_PRE='' LD_LIBRARY_PATH='/construction/editors/lapce/target/release/deps:/usr/local/lib' /usr/local/bin/rustc --crate-name memmap2 --edition=2018 /construction/editors/lapce/lapce-0.2.8/cargo-crates/memmap2-0.2.3/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --diagnostic-width=80 --crate-type lib --emit=dep-info,metadata,link -C opt-level=2 -C embed-bitcode=no -C metadata=a67d96929cc31b37 -C extra-filename=-a67d96929cc31b37 --out-dir /construction/editors/lapce/target/x86_64-unknown-dragonfly/release/deps --target x86_64-unknown-dragonfly -C linker=cc -L dependency=/construction/editors/lapce/target/x86_64-unknown-dragonfly/release/deps -L dependency=/construction/editors/lapce/target/release/deps --extern libc=/construction/editors/lapce/target/x86_64-unknown-dragonfly/release/deps/liblibc-8e3f13899fc9c378.rmeta --cap-lints warn -C link-arg=-Wl,-rpath,/usr/local/lib -C link-arg=-L/usr/local/lib` Compiling time v0.1.44 Running `CARGO=/usr/local/bin/cargo CARGO_CRATE_NAME=time CARGO_MANIFEST_DIR=/construction/editors/lapce/lapce-0.2.8/cargo-crates/time-0.1.44 CARGO_PKG_AUTHORS='The Rust Project Developers' CARGO_PKG_DESCRIPTION='Utilities for working with time-related functions in Rust. ' CARGO_PKG_HOMEPAGE='https://github.com/time-rs/time' CARGO_PKG_LICENSE=MIT/Apache-2.0 CARGO_PKG_LICENSE_FILE='' CARGO_PKG_NAME=time CARGO_PKG_README=README.md CARGO_PKG_REPOSITORY='https://github.com/time-rs/time' CARGO_PKG_RUST_VERSION='' CARGO_PKG_VERSION=0.1.44 CARGO_PKG_VERSION_MAJOR=0 CARGO_PKG_VERSION_MINOR=1 CARGO_PKG_VERSION_PATCH=44 CARGO_PKG_VERSION_PRE='' LD_LIBRARY_PATH='/construction/editors/lapce/target/release/deps:/usr/local/lib' /usr/local/bin/rustc --crate-name time /construction/editors/lapce/lapce-0.2.8/cargo-crates/time-0.1.44/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --diagnostic-width=80 --crate-type lib --emit=dep-info,metadata,link -C opt-level=2 -C embed-bitcode=no -C metadata=dc26a72c6d024a28 -C extra-filename=-dc26a72c6d024a28 --out-dir /construction/editors/lapce/target/x86_64-unknown-dragonfly/release/deps --target x86_64-unknown-dragonfly -C linker=cc -L dependency=/construction/editors/lapce/target/x86_64-unknown-dragonfly/release/deps -L dependency=/construction/editors/lapce/target/release/deps --extern libc=/construction/editors/lapce/target/x86_64-unknown-dragonfly/release/deps/liblibc-8e3f13899fc9c378.rmeta --cap-lints warn -C link-arg=-Wl,-rpath,/usr/local/lib -C link-arg=-L/usr/local/lib` warning: `hashbrown` (lib) generated 1 warning Compiling filetime v0.2.17 Running `CARGO=/usr/local/bin/cargo CARGO_CRATE_NAME=filetime CARGO_MANIFEST_DIR=/construction/editors/lapce/lapce-0.2.8/cargo-crates/filetime-0.2.17 CARGO_PKG_AUTHORS='Alex Crichton ' CARGO_PKG_DESCRIPTION='Platform-agnostic accessors of timestamps in File metadata ' CARGO_PKG_HOMEPAGE='https://github.com/alexcrichton/filetime' CARGO_PKG_LICENSE=MIT/Apache-2.0 CARGO_PKG_LICENSE_FILE='' CARGO_PKG_NAME=filetime CARGO_PKG_README=README.md CARGO_PKG_REPOSITORY='https://github.com/alexcrichton/filetime' CARGO_PKG_RUST_VERSION='' CARGO_PKG_VERSION=0.2.17 CARGO_PKG_VERSION_MAJOR=0 CARGO_PKG_VERSION_MINOR=2 CARGO_PKG_VERSION_PATCH=17 CARGO_PKG_VERSION_PRE='' LD_LIBRARY_PATH='/construction/editors/lapce/target/release/deps:/usr/local/lib' /usr/local/bin/rustc --crate-name filetime --edition=2018 /construction/editors/lapce/lapce-0.2.8/cargo-crates/filetime-0.2.17/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --diagnostic-width=80 --crate-type lib --emit=dep-info,metadata,link -C opt-level=2 -C embed-bitcode=no -C metadata=c6e895629db1bf43 -C extra-filename=-c6e895629db1bf43 --out-dir /construction/editors/lapce/target/x86_64-unknown-dragonfly/release/deps --target x86_64-unknown-dragonfly -C linker=cc -L dependency=/construction/editors/lapce/target/x86_64-unknown-dragonfly/release/deps -L dependency=/construction/editors/lapce/target/release/deps --extern cfg_if=/construction/editors/lapce/target/x86_64-unknown-dragonfly/release/deps/libcfg_if-ab9f3df0ea533c99.rmeta --extern libc=/construction/editors/lapce/target/x86_64-unknown-dragonfly/release/deps/liblibc-8e3f13899fc9c378.rmeta --cap-lints warn -C link-arg=-Wl,-rpath,/usr/local/lib -C link-arg=-L/usr/local/lib` Compiling grep-matcher v0.1.5 Running `CARGO=/usr/local/bin/cargo CARGO_CRATE_NAME=grep_matcher CARGO_MANIFEST_DIR=/construction/editors/lapce/lapce-0.2.8/cargo-crates/grep-matcher-0.1.5 CARGO_PKG_AUTHORS='Andrew Gallant ' CARGO_PKG_DESCRIPTION='A trait for regular expressions, with a focus on line oriented search. ' CARGO_PKG_HOMEPAGE='https://github.com/BurntSushi/ripgrep/tree/master/crates/matcher' CARGO_PKG_LICENSE=Unlicense/MIT CARGO_PKG_LICENSE_FILE='' CARGO_PKG_NAME=grep-matcher CARGO_PKG_README=README.md CARGO_PKG_REPOSITORY='https://github.com/BurntSushi/ripgrep/tree/master/crates/matcher' CARGO_PKG_RUST_VERSION='' CARGO_PKG_VERSION=0.1.5 CARGO_PKG_VERSION_MAJOR=0 CARGO_PKG_VERSION_MINOR=1 CARGO_PKG_VERSION_PATCH=5 CARGO_PKG_VERSION_PRE='' LD_LIBRARY_PATH='/construction/editors/lapce/target/release/deps:/usr/local/lib' /usr/local/bin/rustc --crate-name grep_matcher --edition=2018 /construction/editors/lapce/lapce-0.2.8/cargo-crates/grep-matcher-0.1.5/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --diagnostic-width=80 --crate-type lib --emit=dep-info,metadata,link -C opt-level=2 -C embed-bitcode=no -C metadata=29f9f377ca5bf918 -C extra-filename=-29f9f377ca5bf918 --out-dir /construction/editors/lapce/target/x86_64-unknown-dragonfly/release/deps --target x86_64-unknown-dragonfly -C linker=cc -L dependency=/construction/editors/lapce/target/x86_64-unknown-dragonfly/release/deps -L dependency=/construction/editors/lapce/target/release/deps --extern memchr=/construction/editors/lapce/target/x86_64-unknown-dragonfly/release/deps/libmemchr-bcd48a6ecc42e0cb.rmeta --cap-lints warn -C link-arg=-Wl,-rpath,/usr/local/lib -C link-arg=-L/usr/local/lib` Compiling unicase v2.6.0 Running `CARGO=/usr/local/bin/cargo CARGO_CRATE_NAME=build_script_build CARGO_MANIFEST_DIR=/construction/editors/lapce/lapce-0.2.8/cargo-crates/unicase-2.6.0 CARGO_PKG_AUTHORS='Sean McArthur ' CARGO_PKG_DESCRIPTION='A case-insensitive wrapper around strings.' CARGO_PKG_HOMEPAGE='' CARGO_PKG_LICENSE=MIT/Apache-2.0 CARGO_PKG_LICENSE_FILE='' CARGO_PKG_NAME=unicase CARGO_PKG_README=README.md CARGO_PKG_REPOSITORY='https://github.com/seanmonstar/unicase' CARGO_PKG_RUST_VERSION='' CARGO_PKG_VERSION=2.6.0 CARGO_PKG_VERSION_MAJOR=2 CARGO_PKG_VERSION_MINOR=6 CARGO_PKG_VERSION_PATCH=0 CARGO_PKG_VERSION_PRE='' LD_LIBRARY_PATH='/construction/editors/lapce/target/release/deps:/usr/local/lib' /usr/local/bin/rustc --crate-name build_script_build /construction/editors/lapce/lapce-0.2.8/cargo-crates/unicase-2.6.0/build.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --diagnostic-width=80 --crate-type bin --emit=dep-info,link -C embed-bitcode=no -C debug-assertions=off -C metadata=aaeb04535a72260c -C extra-filename=-aaeb04535a72260c --out-dir /construction/editors/lapce/target/release/build/unicase-aaeb04535a72260c -C linker=cc -L dependency=/construction/editors/lapce/target/release/deps --extern version_check=/construction/editors/lapce/target/release/deps/libversion_check-f1bbd4e679df1358.rlib --cap-lints warn` Compiling im v15.1.0 Running `CARGO=/usr/local/bin/cargo CARGO_CRATE_NAME=build_script_build CARGO_MANIFEST_DIR=/construction/editors/lapce/lapce-0.2.8/cargo-crates/im-15.1.0 CARGO_PKG_AUTHORS='Bodil Stokke ' CARGO_PKG_DESCRIPTION='Immutable collection datatypes' CARGO_PKG_HOMEPAGE='http://immutable.rs/' CARGO_PKG_LICENSE=MPL-2.0+ CARGO_PKG_LICENSE_FILE='' CARGO_PKG_NAME=im CARGO_PKG_README=./README.md CARGO_PKG_REPOSITORY='https://github.com/bodil/im-rs' CARGO_PKG_RUST_VERSION=1.46.0 CARGO_PKG_VERSION=15.1.0 CARGO_PKG_VERSION_MAJOR=15 CARGO_PKG_VERSION_MINOR=1 CARGO_PKG_VERSION_PATCH=0 CARGO_PKG_VERSION_PRE='' LD_LIBRARY_PATH='/construction/editors/lapce/target/release/deps:/usr/local/lib' /usr/local/bin/rustc --crate-name build_script_build --edition=2018 /construction/editors/lapce/lapce-0.2.8/cargo-crates/im-15.1.0/./build.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --diagnostic-width=80 --crate-type bin --emit=dep-info,link -C embed-bitcode=no -C debug-assertions=off --cfg 'feature="serde"' -C metadata=d348c34d4af48088 -C extra-filename=-d348c34d4af48088 --out-dir /construction/editors/lapce/target/release/build/im-d348c34d4af48088 -C linker=cc -L dependency=/construction/editors/lapce/target/release/deps --extern version_check=/construction/editors/lapce/target/release/deps/libversion_check-f1bbd4e679df1358.rlib --cap-lints warn` Compiling atomic-waker v1.0.0 Running `CARGO=/usr/local/bin/cargo CARGO_CRATE_NAME=atomic_waker CARGO_MANIFEST_DIR=/construction/editors/lapce/lapce-0.2.8/cargo-crates/atomic-waker-1.0.0 CARGO_PKG_AUTHORS='Stjepan Glavina ' CARGO_PKG_DESCRIPTION='A synchronization primitive for task wakeup' CARGO_PKG_HOMEPAGE='https://github.com/stjepang/atomic-waker' CARGO_PKG_LICENSE='Apache-2.0 OR MIT' CARGO_PKG_LICENSE_FILE='' CARGO_PKG_NAME=atomic-waker CARGO_PKG_README=README.md CARGO_PKG_REPOSITORY='https://github.com/stjepang/atomic-waker' CARGO_PKG_RUST_VERSION='' CARGO_PKG_VERSION=1.0.0 CARGO_PKG_VERSION_MAJOR=1 CARGO_PKG_VERSION_MINOR=0 CARGO_PKG_VERSION_PATCH=0 CARGO_PKG_VERSION_PRE='' LD_LIBRARY_PATH='/construction/editors/lapce/target/release/deps:/usr/local/lib' /usr/local/bin/rustc --crate-name atomic_waker --edition=2018 /construction/editors/lapce/lapce-0.2.8/cargo-crates/atomic-waker-1.0.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --diagnostic-width=80 --crate-type lib --emit=dep-info,metadata,link -C opt-level=2 -C embed-bitcode=no -C metadata=f0b08f937121bc3f -C extra-filename=-f0b08f937121bc3f --out-dir /construction/editors/lapce/target/x86_64-unknown-dragonfly/release/deps --target x86_64-unknown-dragonfly -C linker=cc -L dependency=/construction/editors/lapce/target/x86_64-unknown-dragonfly/release/deps -L dependency=/construction/editors/lapce/target/release/deps --cap-lints warn -C link-arg=-Wl,-rpath,/usr/local/lib -C link-arg=-L/usr/local/lib` warning: use of deprecated method `std::sync::atomic::AtomicUsize::compare_and_swap`: Use `compare_exchange` or `compare_exchange_weak` instead --> /construction/editors/lapce/lapce-0.2.8/cargo-crates/atomic-waker-1.0.0/src/lib.rs:264:26 | 264 | match self.state.compare_and_swap(WAITING, REGISTERING, Acquire) { | ^^^^^^^^^^^^^^^^ | = note: `#[warn(deprecated)]` on by default Compiling num_threads v0.1.6 Running `CARGO=/usr/local/bin/cargo CARGO_CRATE_NAME=num_threads CARGO_MANIFEST_DIR=/construction/editors/lapce/lapce-0.2.8/cargo-crates/num_threads-0.1.6 CARGO_PKG_AUTHORS='Jacob Pratt ' CARGO_PKG_DESCRIPTION='A minimal library that determines the number of running threads for the current process.' CARGO_PKG_HOMEPAGE='' CARGO_PKG_LICENSE='MIT OR Apache-2.0' CARGO_PKG_LICENSE_FILE='' CARGO_PKG_NAME=num_threads CARGO_PKG_README='' CARGO_PKG_REPOSITORY='https://github.com/jhpratt/num_threads' CARGO_PKG_RUST_VERSION='' CARGO_PKG_VERSION=0.1.6 CARGO_PKG_VERSION_MAJOR=0 CARGO_PKG_VERSION_MINOR=1 CARGO_PKG_VERSION_PATCH=6 CARGO_PKG_VERSION_PRE='' LD_LIBRARY_PATH='/construction/editors/lapce/target/release/deps:/usr/local/lib' /usr/local/bin/rustc --crate-name num_threads /construction/editors/lapce/lapce-0.2.8/cargo-crates/num_threads-0.1.6/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --diagnostic-width=80 --crate-type lib --emit=dep-info,metadata,link -C opt-level=2 -C embed-bitcode=no -C metadata=890bd4e66ae508dc -C extra-filename=-890bd4e66ae508dc --out-dir /construction/editors/lapce/target/x86_64-unknown-dragonfly/release/deps --target x86_64-unknown-dragonfly -C linker=cc -L dependency=/construction/editors/lapce/target/x86_64-unknown-dragonfly/release/deps -L dependency=/construction/editors/lapce/target/release/deps --cap-lints warn -C link-arg=-Wl,-rpath,/usr/local/lib -C link-arg=-L/usr/local/lib` Compiling utf8parse v0.2.0 Running `CARGO=/usr/local/bin/cargo CARGO_CRATE_NAME=utf8parse CARGO_MANIFEST_DIR=/construction/editors/lapce/lapce-0.2.8/cargo-crates/utf8parse-0.2.0 CARGO_PKG_AUTHORS='Joe Wilm :Christian Duerr ' CARGO_PKG_DESCRIPTION='Table-driven UTF-8 parser' CARGO_PKG_HOMEPAGE='' CARGO_PKG_LICENSE='Apache-2.0 OR MIT' CARGO_PKG_LICENSE_FILE='' CARGO_PKG_NAME=utf8parse CARGO_PKG_README='' CARGO_PKG_REPOSITORY='https://github.com/jwilm/vte' CARGO_PKG_RUST_VERSION='' CARGO_PKG_VERSION=0.2.0 CARGO_PKG_VERSION_MAJOR=0 CARGO_PKG_VERSION_MINOR=2 CARGO_PKG_VERSION_PATCH=0 CARGO_PKG_VERSION_PRE='' LD_LIBRARY_PATH='/construction/editors/lapce/target/release/deps:/usr/local/lib' /usr/local/bin/rustc --crate-name utf8parse --edition=2018 /construction/editors/lapce/lapce-0.2.8/cargo-crates/utf8parse-0.2.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --diagnostic-width=80 --crate-type lib --emit=dep-info,metadata,link -C opt-level=2 -C embed-bitcode=no --cfg 'feature="default"' -C metadata=8c872bff42db5767 -C extra-filename=-8c872bff42db5767 --out-dir /construction/editors/lapce/target/x86_64-unknown-dragonfly/release/deps --target x86_64-unknown-dragonfly -C linker=cc -L dependency=/construction/editors/lapce/target/x86_64-unknown-dragonfly/release/deps -L dependency=/construction/editors/lapce/target/release/deps --cap-lints warn -C link-arg=-Wl,-rpath,/usr/local/lib -C link-arg=-L/usr/local/lib` warning: `atomic-waker` (lib) generated 1 warning Compiling siphasher v0.2.3 Running `CARGO=/usr/local/bin/cargo CARGO_CRATE_NAME=siphasher CARGO_MANIFEST_DIR=/construction/editors/lapce/lapce-0.2.8/cargo-crates/siphasher-0.2.3 CARGO_PKG_AUTHORS='Frank Denis ' CARGO_PKG_DESCRIPTION='SipHash functions from rust-core < 1.13' CARGO_PKG_HOMEPAGE='https://docs.rs/siphasher' CARGO_PKG_LICENSE=MIT/Apache-2.0 CARGO_PKG_LICENSE_FILE='' CARGO_PKG_NAME=siphasher CARGO_PKG_README=README.md CARGO_PKG_REPOSITORY='https://github.com/jedisct1/rust-siphash' CARGO_PKG_RUST_VERSION='' CARGO_PKG_VERSION=0.2.3 CARGO_PKG_VERSION_MAJOR=0 CARGO_PKG_VERSION_MINOR=2 CARGO_PKG_VERSION_PATCH=3 CARGO_PKG_VERSION_PRE='' LD_LIBRARY_PATH='/construction/editors/lapce/target/release/deps:/usr/local/lib' /usr/local/bin/rustc --crate-name siphasher /construction/editors/lapce/lapce-0.2.8/cargo-crates/siphasher-0.2.3/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --diagnostic-width=80 --crate-type lib --emit=dep-info,metadata,link -C opt-level=2 -C embed-bitcode=no -C metadata=650385af0e270421 -C extra-filename=-650385af0e270421 --out-dir /construction/editors/lapce/target/x86_64-unknown-dragonfly/release/deps --target x86_64-unknown-dragonfly -C linker=cc -L dependency=/construction/editors/lapce/target/x86_64-unknown-dragonfly/release/deps -L dependency=/construction/editors/lapce/target/release/deps --cap-lints warn -C link-arg=-Wl,-rpath,/usr/local/lib -C link-arg=-L/usr/local/lib` Compiling float-cmp v0.5.3 Compiling lazycell v1.3.0 Running `CARGO=/usr/local/bin/cargo CARGO_CRATE_NAME=float_cmp CARGO_MANIFEST_DIR=/construction/editors/lapce/lapce-0.2.8/cargo-crates/float-cmp-0.5.3 CARGO_PKG_AUTHORS='Mike Dilger ' CARGO_PKG_DESCRIPTION='Floating point approximate comparison traits' CARGO_PKG_HOMEPAGE='' CARGO_PKG_LICENSE=MIT CARGO_PKG_LICENSE_FILE='' CARGO_PKG_NAME=float-cmp CARGO_PKG_README=README.md CARGO_PKG_REPOSITORY='https://github.com/mikedilger/float-cmp' CARGO_PKG_RUST_VERSION='' CARGO_PKG_VERSION=0.5.3 CARGO_PKG_VERSION_MAJOR=0 CARGO_PKG_VERSION_MINOR=5 CARGO_PKG_VERSION_PATCH=3 CARGO_PKG_VERSION_PRE='' LD_LIBRARY_PATH='/construction/editors/lapce/target/release/deps:/usr/local/lib' /usr/local/bin/rustc --crate-name float_cmp --edition=2018 /construction/editors/lapce/lapce-0.2.8/cargo-crates/float-cmp-0.5.3/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --diagnostic-width=80 --crate-type lib --emit=dep-info,metadata,link -C opt-level=2 -C embed-bitcode=no -C metadata=db5d1fb32679fe54 -C extra-filename=-db5d1fb32679fe54 --out-dir /construction/editors/lapce/target/x86_64-unknown-dragonfly/release/deps --target x86_64-unknown-dragonfly -C linker=cc -L dependency=/construction/editors/lapce/target/x86_64-unknown-dragonfly/release/deps -L dependency=/construction/editors/lapce/target/release/deps --cap-lints warn -C link-arg=-Wl,-rpath,/usr/local/lib -C link-arg=-L/usr/local/lib` Running `CARGO=/usr/local/bin/cargo CARGO_CRATE_NAME=lazycell CARGO_MANIFEST_DIR=/construction/editors/lapce/lapce-0.2.8/cargo-crates/lazycell-1.3.0 CARGO_PKG_AUTHORS='Alex Crichton :Nikita Pekin ' CARGO_PKG_DESCRIPTION='A library providing a lazily filled Cell struct' CARGO_PKG_HOMEPAGE='' CARGO_PKG_LICENSE=MIT/Apache-2.0 CARGO_PKG_LICENSE_FILE='' CARGO_PKG_NAME=lazycell CARGO_PKG_README=README.md CARGO_PKG_REPOSITORY='https://github.com/indiv0/lazycell' CARGO_PKG_RUST_VERSION='' CARGO_PKG_VERSION=1.3.0 CARGO_PKG_VERSION_MAJOR=1 CARGO_PKG_VERSION_MINOR=3 CARGO_PKG_VERSION_PATCH=0 CARGO_PKG_VERSION_PRE='' LD_LIBRARY_PATH='/construction/editors/lapce/target/release/deps:/usr/local/lib' /usr/local/bin/rustc --crate-name lazycell /construction/editors/lapce/lapce-0.2.8/cargo-crates/lazycell-1.3.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --diagnostic-width=80 --crate-type lib --emit=dep-info,metadata,link -C opt-level=2 -C embed-bitcode=no -C metadata=dc9354367e6a4c5e -C extra-filename=-dc9354367e6a4c5e --out-dir /construction/editors/lapce/target/x86_64-unknown-dragonfly/release/deps --target x86_64-unknown-dragonfly -C linker=cc -L dependency=/construction/editors/lapce/target/x86_64-unknown-dragonfly/release/deps -L dependency=/construction/editors/lapce/target/release/deps --cap-lints warn -C link-arg=-Wl,-rpath,/usr/local/lib -C link-arg=-L/usr/local/lib` Compiling async-task v4.3.0 Running `CARGO=/usr/local/bin/cargo CARGO_CRATE_NAME=async_task CARGO_MANIFEST_DIR=/construction/editors/lapce/lapce-0.2.8/cargo-crates/async-task-4.3.0 CARGO_PKG_AUTHORS='Stjepan Glavina ' CARGO_PKG_DESCRIPTION='Task abstraction for building executors' CARGO_PKG_HOMEPAGE='' CARGO_PKG_LICENSE='Apache-2.0 OR MIT' CARGO_PKG_LICENSE_FILE='' CARGO_PKG_NAME=async-task CARGO_PKG_README=README.md CARGO_PKG_REPOSITORY='https://github.com/smol-rs/async-task' CARGO_PKG_RUST_VERSION=1.47 CARGO_PKG_VERSION=4.3.0 CARGO_PKG_VERSION_MAJOR=4 CARGO_PKG_VERSION_MINOR=3 CARGO_PKG_VERSION_PATCH=0 CARGO_PKG_VERSION_PRE='' LD_LIBRARY_PATH='/construction/editors/lapce/target/release/deps:/usr/local/lib' /usr/local/bin/rustc --crate-name async_task --edition=2018 /construction/editors/lapce/lapce-0.2.8/cargo-crates/async-task-4.3.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --diagnostic-width=80 --crate-type lib --emit=dep-info,metadata,link -C opt-level=2 -C embed-bitcode=no --cfg 'feature="default"' --cfg 'feature="std"' -C metadata=e1f67e261db144a3 -C extra-filename=-e1f67e261db144a3 --out-dir /construction/editors/lapce/target/x86_64-unknown-dragonfly/release/deps --target x86_64-unknown-dragonfly -C linker=cc -L dependency=/construction/editors/lapce/target/x86_64-unknown-dragonfly/release/deps -L dependency=/construction/editors/lapce/target/release/deps --cap-lints warn -C link-arg=-Wl,-rpath,/usr/local/lib -C link-arg=-L/usr/local/lib` warning: use of deprecated method `core::sync::atomic::AtomicUsize::compare_and_swap`: Use `compare_exchange` or `compare_exchange_weak` instead --> /construction/editors/lapce/lapce-0.2.8/cargo-crates/lazycell-1.3.0/src/lib.rs:269:31 | 269 | ... if NONE != self.state.compare_and_swap(NONE, LOCK, Ordering::Acqu... | ^^^^^^^^^^^^^^^^ | = note: `#[warn(deprecated)]` on by default warning: use of deprecated method `core::sync::atomic::AtomicUsize::compare_and_swap`: Use `compare_exchange` or `compare_exchange_weak` instead --> /construction/editors/lapce/lapce-0.2.8/cargo-crates/lazycell-1.3.0/src/lib.rs:275:31 | 275 | ... if LOCK != self.state.compare_and_swap(LOCK, SOME, Ordering::Rele... | ^^^^^^^^^^^^^^^^ warning: `lazycell` (lib) generated 2 warnings Compiling druid-shell v0.7.0 (/construction/editors/lapce/druid-0b9c00fcda238e392e758382f25166cd748fd305/druid-shell) Running `CARGO=/usr/local/bin/cargo CARGO_CRATE_NAME=build_script_build CARGO_MANIFEST_DIR=/construction/editors/lapce/druid-0b9c00fcda238e392e758382f25166cd748fd305/druid-shell CARGO_PKG_AUTHORS='Raph Levien ' CARGO_PKG_DESCRIPTION='Platform abstracting application shell used for druid toolkit.' CARGO_PKG_HOMEPAGE='' CARGO_PKG_LICENSE=Apache-2.0 CARGO_PKG_LICENSE_FILE='' CARGO_PKG_NAME=druid-shell CARGO_PKG_README=README.md CARGO_PKG_REPOSITORY='https://github.com/linebender/druid' CARGO_PKG_RUST_VERSION='' CARGO_PKG_VERSION=0.7.0 CARGO_PKG_VERSION_MAJOR=0 CARGO_PKG_VERSION_MINOR=7 CARGO_PKG_VERSION_PATCH=0 CARGO_PKG_VERSION_PRE='' LD_LIBRARY_PATH='/construction/editors/lapce/target/release/deps:/usr/local/lib' /usr/local/bin/rustc --crate-name build_script_build --edition=2018 /construction/editors/lapce/druid-0b9c00fcda238e392e758382f25166cd748fd305/druid-shell/build.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --diagnostic-width=80 --crate-type bin --emit=dep-info,link -C embed-bitcode=no -C debug-assertions=off --cfg 'feature="gdk-pixbuf"' --cfg 'feature="gdk-sys"' --cfg 'feature="glib-sys"' --cfg 'feature="gtk"' --cfg 'feature="gtk-rs"' --cfg 'feature="gtk-sys"' --cfg 'feature="serde"' -C metadata=dc0fa9329d233d95 -C extra-filename=-dc0fa9329d233d95 --out-dir /construction/editors/lapce/target/release/build/druid-shell-dc0fa9329d233d95 -C linker=cc -L dependency=/construction/editors/lapce/target/release/deps` Compiling os_str_bytes v6.3.0 Running `CARGO=/usr/local/bin/cargo CARGO_CRATE_NAME=os_str_bytes CARGO_MANIFEST_DIR=/construction/editors/lapce/lapce-0.2.8/cargo-crates/os_str_bytes-6.3.0 CARGO_PKG_AUTHORS=dylni CARGO_PKG_DESCRIPTION='Convert between byte sequences and platform-native strings ' CARGO_PKG_HOMEPAGE='' CARGO_PKG_LICENSE='MIT OR Apache-2.0' CARGO_PKG_LICENSE_FILE='' CARGO_PKG_NAME=os_str_bytes CARGO_PKG_README=README.md CARGO_PKG_REPOSITORY='https://github.com/dylni/os_str_bytes' CARGO_PKG_RUST_VERSION=1.57.0 CARGO_PKG_VERSION=6.3.0 CARGO_PKG_VERSION_MAJOR=6 CARGO_PKG_VERSION_MINOR=3 CARGO_PKG_VERSION_PATCH=0 CARGO_PKG_VERSION_PRE='' LD_LIBRARY_PATH='/construction/editors/lapce/target/release/deps:/usr/local/lib' /usr/local/bin/rustc --crate-name os_str_bytes --edition=2021 /construction/editors/lapce/lapce-0.2.8/cargo-crates/os_str_bytes-6.3.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --diagnostic-width=80 --crate-type lib --emit=dep-info,metadata,link -C opt-level=2 -C embed-bitcode=no --cfg 'feature="raw_os_str"' -C metadata=9a301125427f9c63 -C extra-filename=-9a301125427f9c63 --out-dir /construction/editors/lapce/target/x86_64-unknown-dragonfly/release/deps --target x86_64-unknown-dragonfly -C linker=cc -L dependency=/construction/editors/lapce/target/x86_64-unknown-dragonfly/release/deps -L dependency=/construction/editors/lapce/target/release/deps --cap-lints warn -C link-arg=-Wl,-rpath,/usr/local/lib -C link-arg=-L/usr/local/lib` Compiling ttf-parser v0.12.3 Running `CARGO=/usr/local/bin/cargo CARGO_CRATE_NAME=ttf_parser CARGO_MANIFEST_DIR=/construction/editors/lapce/lapce-0.2.8/cargo-crates/ttf-parser-0.12.3 CARGO_PKG_AUTHORS='Evgeniy Reizner ' CARGO_PKG_DESCRIPTION='A high-level, safe, zero-allocation TrueType font parser.' CARGO_PKG_HOMEPAGE='' CARGO_PKG_LICENSE='MIT OR Apache-2.0' CARGO_PKG_LICENSE_FILE='' CARGO_PKG_NAME=ttf-parser CARGO_PKG_README=README.md CARGO_PKG_REPOSITORY='https://github.com/RazrFalcon/ttf-parser' CARGO_PKG_RUST_VERSION='' CARGO_PKG_VERSION=0.12.3 CARGO_PKG_VERSION_MAJOR=0 CARGO_PKG_VERSION_MINOR=12 CARGO_PKG_VERSION_PATCH=3 CARGO_PKG_VERSION_PRE='' LD_LIBRARY_PATH='/construction/editors/lapce/target/release/deps:/usr/local/lib' /usr/local/bin/rustc --crate-name ttf_parser --edition=2018 /construction/editors/lapce/lapce-0.2.8/cargo-crates/ttf-parser-0.12.3/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --diagnostic-width=80 --crate-type lib --emit=dep-info,metadata,link -C opt-level=2 -C embed-bitcode=no --cfg 'feature="default"' --cfg 'feature="std"' --cfg 'feature="variable-fonts"' -C metadata=b1ffef2b59483721 -C extra-filename=-b1ffef2b59483721 --out-dir /construction/editors/lapce/target/x86_64-unknown-dragonfly/release/deps --target x86_64-unknown-dragonfly -C linker=cc -L dependency=/construction/editors/lapce/target/x86_64-unknown-dragonfly/release/deps -L dependency=/construction/editors/lapce/target/release/deps --cap-lints warn -C link-arg=-Wl,-rpath,/usr/local/lib -C link-arg=-L/usr/local/lib` Compiling mime v0.3.16 Running `CARGO=/usr/local/bin/cargo CARGO_CRATE_NAME=mime CARGO_MANIFEST_DIR=/construction/editors/lapce/lapce-0.2.8/cargo-crates/mime-0.3.16 CARGO_PKG_AUTHORS='Sean McArthur ' CARGO_PKG_DESCRIPTION='Strongly Typed Mimes' CARGO_PKG_HOMEPAGE='' CARGO_PKG_LICENSE=MIT/Apache-2.0 CARGO_PKG_LICENSE_FILE='' CARGO_PKG_NAME=mime CARGO_PKG_README=README.md CARGO_PKG_REPOSITORY='https://github.com/hyperium/mime' CARGO_PKG_RUST_VERSION='' CARGO_PKG_VERSION=0.3.16 CARGO_PKG_VERSION_MAJOR=0 CARGO_PKG_VERSION_MINOR=3 CARGO_PKG_VERSION_PATCH=16 CARGO_PKG_VERSION_PRE='' LD_LIBRARY_PATH='/construction/editors/lapce/target/release/deps:/usr/local/lib' /usr/local/bin/rustc --crate-name mime /construction/editors/lapce/lapce-0.2.8/cargo-crates/mime-0.3.16/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --diagnostic-width=80 --crate-type lib --emit=dep-info,metadata,link -C opt-level=2 -C embed-bitcode=no -C metadata=2960a3e03ffaf730 -C extra-filename=-2960a3e03ffaf730 --out-dir /construction/editors/lapce/target/x86_64-unknown-dragonfly/release/deps --target x86_64-unknown-dragonfly -C linker=cc -L dependency=/construction/editors/lapce/target/x86_64-unknown-dragonfly/release/deps -L dependency=/construction/editors/lapce/target/release/deps --cap-lints warn -C link-arg=-Wl,-rpath,/usr/local/lib -C link-arg=-L/usr/local/lib` Compiling human-sort v0.2.2 (/construction/editors/lapce/human-sort-1e74db1e09e8194ba88ad983723cf6f8b0c365da) Running `CARGO=/usr/local/bin/cargo CARGO_CRATE_NAME=human_sort CARGO_MANIFEST_DIR=/construction/editors/lapce/human-sort-1e74db1e09e8194ba88ad983723cf6f8b0c365da CARGO_PKG_AUTHORS='Vlad Nagikh ' CARGO_PKG_DESCRIPTION='Human sort (natural sort) implementation' CARGO_PKG_HOMEPAGE='' CARGO_PKG_LICENSE=MIT CARGO_PKG_LICENSE_FILE='' CARGO_PKG_NAME=human-sort CARGO_PKG_README=README.md CARGO_PKG_REPOSITORY='https://github.com/paradakh/human-sort' CARGO_PKG_RUST_VERSION='' CARGO_PKG_VERSION=0.2.2 CARGO_PKG_VERSION_MAJOR=0 CARGO_PKG_VERSION_MINOR=2 CARGO_PKG_VERSION_PATCH=2 CARGO_PKG_VERSION_PRE='' LD_LIBRARY_PATH='/construction/editors/lapce/target/release/deps:/usr/local/lib' /usr/local/bin/rustc --crate-name human_sort --edition=2018 /construction/editors/lapce/human-sort-1e74db1e09e8194ba88ad983723cf6f8b0c365da/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --diagnostic-width=80 --crate-type lib --emit=dep-info,metadata,link -C opt-level=2 -C embed-bitcode=no -C metadata=27ce22ce313a73ba -C extra-filename=-27ce22ce313a73ba --out-dir /construction/editors/lapce/target/x86_64-unknown-dragonfly/release/deps --target x86_64-unknown-dragonfly -C linker=cc -L dependency=/construction/editors/lapce/target/x86_64-unknown-dragonfly/release/deps -L dependency=/construction/editors/lapce/target/release/deps -C link-arg=-Wl,-rpath,/usr/local/lib -C link-arg=-L/usr/local/lib` Compiling ttf-parser v0.9.0 Running `CARGO=/usr/local/bin/cargo CARGO_CRATE_NAME=ttf_parser CARGO_MANIFEST_DIR=/construction/editors/lapce/lapce-0.2.8/cargo-crates/ttf-parser-0.9.0 CARGO_PKG_AUTHORS='Evgeniy Reizner ' CARGO_PKG_DESCRIPTION='A high-level, safe, zero-allocation TrueType font parser.' CARGO_PKG_HOMEPAGE='' CARGO_PKG_LICENSE='MIT OR Apache-2.0' CARGO_PKG_LICENSE_FILE='' CARGO_PKG_NAME=ttf-parser CARGO_PKG_README=README.md CARGO_PKG_REPOSITORY='https://github.com/RazrFalcon/ttf-parser' CARGO_PKG_RUST_VERSION='' CARGO_PKG_VERSION=0.9.0 CARGO_PKG_VERSION_MAJOR=0 CARGO_PKG_VERSION_MINOR=9 CARGO_PKG_VERSION_PATCH=0 CARGO_PKG_VERSION_PRE='' LD_LIBRARY_PATH='/construction/editors/lapce/target/release/deps:/usr/local/lib' /usr/local/bin/rustc --crate-name ttf_parser --edition=2018 /construction/editors/lapce/lapce-0.2.8/cargo-crates/ttf-parser-0.9.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --diagnostic-width=80 --crate-type lib --emit=dep-info,metadata,link -C opt-level=2 -C embed-bitcode=no --cfg 'feature="default"' --cfg 'feature="std"' -C metadata=c1e5ffaa73215737 -C extra-filename=-c1e5ffaa73215737 --out-dir /construction/editors/lapce/target/x86_64-unknown-dragonfly/release/deps --target x86_64-unknown-dragonfly -C linker=cc -L dependency=/construction/editors/lapce/target/x86_64-unknown-dragonfly/release/deps -L dependency=/construction/editors/lapce/target/release/deps --cap-lints warn -C link-arg=-Wl,-rpath,/usr/local/lib -C link-arg=-L/usr/local/lib` Compiling iana-time-zone v0.1.50 Running `CARGO=/usr/local/bin/cargo CARGO_CRATE_NAME=iana_time_zone CARGO_MANIFEST_DIR=/construction/editors/lapce/lapce-0.2.8/cargo-crates/iana-time-zone-0.1.50 CARGO_PKG_AUTHORS='Andrew Straw ' CARGO_PKG_DESCRIPTION='get the IANA time zone for the current system' CARGO_PKG_HOMEPAGE='' CARGO_PKG_LICENSE='MIT OR Apache-2.0' CARGO_PKG_LICENSE_FILE='' CARGO_PKG_NAME=iana-time-zone CARGO_PKG_README=README.md CARGO_PKG_REPOSITORY='https://github.com/strawlab/iana-time-zone' CARGO_PKG_RUST_VERSION='' CARGO_PKG_VERSION=0.1.50 CARGO_PKG_VERSION_MAJOR=0 CARGO_PKG_VERSION_MINOR=1 CARGO_PKG_VERSION_PATCH=50 CARGO_PKG_VERSION_PRE='' LD_LIBRARY_PATH='/construction/editors/lapce/target/release/deps:/usr/local/lib' /usr/local/bin/rustc --crate-name iana_time_zone --edition=2018 /construction/editors/lapce/lapce-0.2.8/cargo-crates/iana-time-zone-0.1.50/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --diagnostic-width=80 --crate-type lib --emit=dep-info,metadata,link -C opt-level=2 -C embed-bitcode=no --cfg 'feature="fallback"' -C metadata=2e0e0488982f2568 -C extra-filename=-2e0e0488982f2568 --out-dir /construction/editors/lapce/target/x86_64-unknown-dragonfly/release/deps --target x86_64-unknown-dragonfly -C linker=cc -L dependency=/construction/editors/lapce/target/x86_64-unknown-dragonfly/release/deps -L dependency=/construction/editors/lapce/target/release/deps --cap-lints warn -C link-arg=-Wl,-rpath,/usr/local/lib -C link-arg=-L/usr/local/lib` Compiling glow v0.11.2 Running `CARGO=/usr/local/bin/cargo CARGO_CRATE_NAME=glow CARGO_MANIFEST_DIR=/construction/editors/lapce/lapce-0.2.8/cargo-crates/glow-0.11.2 CARGO_PKG_AUTHORS='Joshua Groves :Dzmitry Malyshau ' CARGO_PKG_DESCRIPTION='GL on Whatever: a set of bindings to run GL (Open GL, OpenGL ES, and WebGL) anywhere, and avoid target-specific code.' CARGO_PKG_HOMEPAGE='https://github.com/grovesNL/glow.git' CARGO_PKG_LICENSE='MIT OR Apache-2.0' CARGO_PKG_LICENSE_FILE='' CARGO_PKG_NAME=glow CARGO_PKG_README=README.md CARGO_PKG_REPOSITORY='https://github.com/grovesNL/glow' CARGO_PKG_RUST_VERSION='' CARGO_PKG_VERSION=0.11.2 CARGO_PKG_VERSION_MAJOR=0 CARGO_PKG_VERSION_MINOR=11 CARGO_PKG_VERSION_PATCH=2 CARGO_PKG_VERSION_PRE='' LD_LIBRARY_PATH='/construction/editors/lapce/target/release/deps:/usr/local/lib' /usr/local/bin/rustc --crate-name glow --edition=2018 /construction/editors/lapce/lapce-0.2.8/cargo-crates/glow-0.11.2/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --diagnostic-width=80 --crate-type lib --emit=dep-info,metadata,link -C opt-level=2 -C embed-bitcode=no -C metadata=941765a7d1cf07f6 -C extra-filename=-941765a7d1cf07f6 --out-dir /construction/editors/lapce/target/x86_64-unknown-dragonfly/release/deps --target x86_64-unknown-dragonfly -C linker=cc -L dependency=/construction/editors/lapce/target/x86_64-unknown-dragonfly/release/deps -L dependency=/construction/editors/lapce/target/release/deps --cap-lints warn -C link-arg=-Wl,-rpath,/usr/local/lib -C link-arg=-L/usr/local/lib` Compiling reqwest v0.11.12 Running `CARGO=/usr/local/bin/cargo CARGO_CRATE_NAME=reqwest CARGO_MANIFEST_DIR=/construction/editors/lapce/lapce-0.2.8/cargo-crates/reqwest-0.11.12 CARGO_PKG_AUTHORS='Sean McArthur ' CARGO_PKG_DESCRIPTION='higher level HTTP client library' CARGO_PKG_HOMEPAGE='' CARGO_PKG_LICENSE=MIT/Apache-2.0 CARGO_PKG_LICENSE_FILE='' CARGO_PKG_NAME=reqwest CARGO_PKG_README=README.md CARGO_PKG_REPOSITORY='https://github.com/seanmonstar/reqwest' CARGO_PKG_RUST_VERSION='' CARGO_PKG_VERSION=0.11.12 CARGO_PKG_VERSION_MAJOR=0 CARGO_PKG_VERSION_MINOR=11 CARGO_PKG_VERSION_PATCH=12 CARGO_PKG_VERSION_PRE='' LD_LIBRARY_PATH='/construction/editors/lapce/target/release/deps:/usr/local/lib' /usr/local/bin/rustc --crate-name reqwest --edition=2018 /construction/editors/lapce/lapce-0.2.8/cargo-crates/reqwest-0.11.12/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --diagnostic-width=80 --crate-type lib --emit=dep-info,metadata,link -C opt-level=2 -C embed-bitcode=no --cfg 'feature="__tls"' --cfg 'feature="blocking"' --cfg 'feature="default"' --cfg 'feature="default-tls"' --cfg 'feature="hyper-tls"' --cfg 'feature="json"' --cfg 'feature="native-tls-crate"' --cfg 'feature="serde_json"' --cfg 'feature="socks"' --cfg 'feature="tokio-native-tls"' --cfg 'feature="tokio-socks"' -C metadata=330581070bb2e5b7 -C extra-filename=-330581070bb2e5b7 --out-dir /construction/editors/lapce/target/x86_64-unknown-dragonfly/release/deps --target x86_64-unknown-dragonfly -C linker=cc -L dependency=/construction/editors/lapce/target/x86_64-unknown-dragonfly/release/deps -L dependency=/construction/editors/lapce/target/release/deps --extern base64=/construction/editors/lapce/target/x86_64-unknown-dragonfly/release/deps/libbase64-df3eebb073d78a4a.rmeta --extern bytes=/construction/editors/lapce/target/x86_64-unknown-dragonfly/release/deps/libbytes-a4bd900413794e94.rmeta --extern encoding_rs=/construction/editors/lapce/target/x86_64-unknown-dragonfly/release/deps/libencoding_rs-027c39078ff29283.rmeta --extern futures_core=/construction/editors/lapce/target/x86_64-unknown-dragonfly/release/deps/libfutures_core-bdb285f9c4c607b9.rmeta --extern futures_util=/construction/editors/lapce/target/x86_64-unknown-dragonfly/release/deps/libfutures_util-ca38adb2f9548cd7.rmeta --extern h2=/construction/editors/lapce/target/x86_64-unknown-dragonfly/release/deps/libh2-5221b9559b40ea53.rmeta --extern http=/construction/editors/lapce/target/x86_64-unknown-dragonfly/release/deps/libhttp-c5302d332b9aac7e.rmeta --extern http_body=/construction/editors/lapce/target/x86_64-unknown-dragonfly/release/deps/libhttp_body-517aec10c1b83b4d.rmeta --extern hyper=/construction/editors/lapce/target/x86_64-unknown-dragonfly/release/deps/libhyper-02bd8f79f98d28e0.rmeta --extern hyper_tls=/construction/editors/lapce/target/x86_64-unknown-dragonfly/release/deps/libhyper_tls-0374ad78b28eda1a.rmeta --extern ipnet=/construction/editors/lapce/target/x86_64-unknown-dragonfly/release/deps/libipnet-a12cd3d29ff75a52.rmeta --extern log=/construction/editors/lapce/target/x86_64-unknown-dragonfly/release/deps/liblog-be9aaa4416aa5918.rmeta --extern mime=/construction/editors/lapce/target/x86_64-unknown-dragonfly/release/deps/libmime-2960a3e03ffaf730.rmeta --extern native_tls_crate=/construction/editors/lapce/target/x86_64-unknown-dragonfly/release/deps/libnative_tls-1c0ab725a3ee1fdd.rmeta --extern once_cell=/construction/editors/lapce/target/x86_64-unknown-dragonfly/release/deps/libonce_cell-d7e3c1c39ed164f9.rmeta --extern percent_encoding=/construction/editors/lapce/target/x86_64-unknown-dragonfly/release/deps/libpercent_encoding-7f8197bbb272c82b.rmeta --extern pin_project_lite=/construction/editors/lapce/target/x86_64-unknown-dragonfly/release/deps/libpin_project_lite-4c9a3c2040968f25.rmeta --extern serde=/construction/editors/lapce/target/x86_64-unknown-dragonfly/release/deps/libserde-3209f38acc2832c3.rmeta --extern serde_json=/construction/editors/lapce/target/x86_64-unknown-dragonfly/release/deps/libserde_json-c60cdae67baf81f6.rmeta --extern serde_urlencoded=/construction/editors/lapce/target/x86_64-unknown-dragonfly/release/deps/libserde_urlencoded-cdb8953a0318c683.rmeta --extern tokio=/construction/editors/lapce/target/x86_64-unknown-dragonfly/release/deps/libtokio-5a06734d4b296b6c.rmeta --extern tokio_native_tls=/construction/editors/lapce/target/x86_64-unknown-dragonfly/release/deps/libtokio_native_tls-b510909db64be714.rmeta --extern tokio_socks=/construction/editors/lapce/target/x86_64-unknown-dragonfly/release/deps/libtokio_socks-95b9fd107f0c9c6e.rmeta --extern tower_service=/construction/editors/lapce/target/x86_64-unknown-dragonfly/release/deps/libtower_service-3fc3e15770d83412.rmeta --extern url=/construction/editors/lapce/target/x86_64-unknown-dragonfly/release/deps/liburl-c240a245e2dbd479.rmeta --cap-lints warn -C link-arg=-Wl,-rpath,/usr/local/lib -C link-arg=-L/usr/local/lib -L native=/usr/local/lib` Compiling chrono v0.4.22 Running `CARGO=/usr/local/bin/cargo CARGO_CRATE_NAME=chrono CARGO_MANIFEST_DIR=/construction/editors/lapce/lapce-0.2.8/cargo-crates/chrono-0.4.22 CARGO_PKG_AUTHORS='' CARGO_PKG_DESCRIPTION='Date and time library for Rust' CARGO_PKG_HOMEPAGE='https://github.com/chronotope/chrono' CARGO_PKG_LICENSE=MIT/Apache-2.0 CARGO_PKG_LICENSE_FILE='' CARGO_PKG_NAME=chrono CARGO_PKG_README=README.md CARGO_PKG_REPOSITORY='https://github.com/chronotope/chrono' CARGO_PKG_RUST_VERSION='' CARGO_PKG_VERSION=0.4.22 CARGO_PKG_VERSION_MAJOR=0 CARGO_PKG_VERSION_MINOR=4 CARGO_PKG_VERSION_PATCH=22 CARGO_PKG_VERSION_PRE='' LD_LIBRARY_PATH='/construction/editors/lapce/target/release/deps:/usr/local/lib' /usr/local/bin/rustc --crate-name chrono --edition=2018 /construction/editors/lapce/lapce-0.2.8/cargo-crates/chrono-0.4.22/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --diagnostic-width=80 --crate-type lib --emit=dep-info,metadata,link -C opt-level=2 -C embed-bitcode=no --cfg 'feature="clock"' --cfg 'feature="default"' --cfg 'feature="iana-time-zone"' --cfg 'feature="js-sys"' --cfg 'feature="oldtime"' --cfg 'feature="std"' --cfg 'feature="time"' --cfg 'feature="wasm-bindgen"' --cfg 'feature="wasmbind"' --cfg 'feature="winapi"' -C metadata=67ec194163fd447c -C extra-filename=-67ec194163fd447c --out-dir /construction/editors/lapce/target/x86_64-unknown-dragonfly/release/deps --target x86_64-unknown-dragonfly -C linker=cc -L dependency=/construction/editors/lapce/target/x86_64-unknown-dragonfly/release/deps -L dependency=/construction/editors/lapce/target/release/deps --extern iana_time_zone=/construction/editors/lapce/target/x86_64-unknown-dragonfly/release/deps/libiana_time_zone-2e0e0488982f2568.rmeta --extern num_integer=/construction/editors/lapce/target/x86_64-unknown-dragonfly/release/deps/libnum_integer-9d4e42c3aba66e9f.rmeta --extern num_traits=/construction/editors/lapce/target/x86_64-unknown-dragonfly/release/deps/libnum_traits-dd6d79c2f9521648.rmeta --extern time=/construction/editors/lapce/target/x86_64-unknown-dragonfly/release/deps/libtime-dc26a72c6d024a28.rmeta --cap-lints warn -C link-arg=-Wl,-rpath,/usr/local/lib -C link-arg=-L/usr/local/lib` Compiling lapce-rpc v0.2.8 (/construction/editors/lapce/lapce-0.2.8/lapce-rpc) Running `CARGO=/usr/local/bin/cargo CARGO_CRATE_NAME=lapce_rpc CARGO_MANIFEST_DIR=/construction/editors/lapce/lapce-0.2.8/lapce-rpc CARGO_PKG_AUTHORS='Dongdong Zhou ' CARGO_PKG_DESCRIPTION='Data formats between lapce components' CARGO_PKG_HOMEPAGE='' CARGO_PKG_LICENSE=Apache-2.0 CARGO_PKG_LICENSE_FILE='' CARGO_PKG_NAME=lapce-rpc CARGO_PKG_README='' CARGO_PKG_REPOSITORY='' CARGO_PKG_RUST_VERSION='' CARGO_PKG_VERSION=0.2.8 CARGO_PKG_VERSION_MAJOR=0 CARGO_PKG_VERSION_MINOR=2 CARGO_PKG_VERSION_PATCH=8 CARGO_PKG_VERSION_PRE='' LD_LIBRARY_PATH='/construction/editors/lapce/target/release/deps:/usr/local/lib' /usr/local/bin/rustc --crate-name lapce_rpc --edition=2021 lapce-rpc/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --diagnostic-width=80 --crate-type lib --emit=dep-info,metadata,link -C opt-level=2 -C embed-bitcode=no -C metadata=29f38fdcdcfc6919 -C extra-filename=-29f38fdcdcfc6919 --out-dir /construction/editors/lapce/target/x86_64-unknown-dragonfly/release/deps --target x86_64-unknown-dragonfly -C linker=cc -L dependency=/construction/editors/lapce/target/x86_64-unknown-dragonfly/release/deps -L dependency=/construction/editors/lapce/target/release/deps --extern anyhow=/construction/editors/lapce/target/x86_64-unknown-dragonfly/release/deps/libanyhow-ca2e434b4858deca.rmeta --extern crossbeam_channel=/construction/editors/lapce/target/x86_64-unknown-dragonfly/release/deps/libcrossbeam_channel-e5be519bc3f559d7.rmeta --extern human_sort=/construction/editors/lapce/target/x86_64-unknown-dragonfly/release/deps/libhuman_sort-27ce22ce313a73ba.rmeta --extern indexmap=/construction/editors/lapce/target/x86_64-unknown-dragonfly/release/deps/libindexmap-a2b2dbd4525d6eb8.rmeta --extern lapce_xi_rope=/construction/editors/lapce/target/x86_64-unknown-dragonfly/release/deps/liblapce_xi_rope-f33122f6541ad17c.rmeta --extern log=/construction/editors/lapce/target/x86_64-unknown-dragonfly/release/deps/liblog-be9aaa4416aa5918.rmeta --extern lsp_types=/construction/editors/lapce/target/x86_64-unknown-dragonfly/release/deps/liblsp_types-7004d64342800d45.rmeta --extern parking_lot=/construction/editors/lapce/target/x86_64-unknown-dragonfly/release/deps/libparking_lot-c7d519ab1d6ddc5e.rmeta --extern serde=/construction/editors/lapce/target/x86_64-unknown-dragonfly/release/deps/libserde-3209f38acc2832c3.rmeta --extern serde_json=/construction/editors/lapce/target/x86_64-unknown-dragonfly/release/deps/libserde_json-c60cdae67baf81f6.rmeta -C link-arg=-Wl,-rpath,/usr/local/lib -C link-arg=-L/usr/local/lib` Compiling fontdb v0.5.4 Running `CARGO=/usr/local/bin/cargo CARGO_CRATE_NAME=fontdb CARGO_MANIFEST_DIR=/construction/editors/lapce/lapce-0.2.8/cargo-crates/fontdb-0.5.4 CARGO_PKG_AUTHORS='Evgeniy Reizner ' CARGO_PKG_DESCRIPTION='A simple, in-memory font database with CSS-like queries.' CARGO_PKG_HOMEPAGE='' CARGO_PKG_LICENSE=MIT CARGO_PKG_LICENSE_FILE='' CARGO_PKG_NAME=fontdb CARGO_PKG_README=README.md CARGO_PKG_REPOSITORY='https://github.com/RazrFalcon/fontdb' CARGO_PKG_RUST_VERSION='' CARGO_PKG_VERSION=0.5.4 CARGO_PKG_VERSION_MAJOR=0 CARGO_PKG_VERSION_MINOR=5 CARGO_PKG_VERSION_PATCH=4 CARGO_PKG_VERSION_PRE='' LD_LIBRARY_PATH='/construction/editors/lapce/target/release/deps:/usr/local/lib' /usr/local/bin/rustc --crate-name fontdb --edition=2018 /construction/editors/lapce/lapce-0.2.8/cargo-crates/fontdb-0.5.4/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --diagnostic-width=80 --crate-type lib --emit=dep-info,metadata,link -C opt-level=2 -C embed-bitcode=no --cfg 'feature="fs"' --cfg 'feature="memmap2"' -C metadata=ab21ba6020c8e420 -C extra-filename=-ab21ba6020c8e420 --out-dir /construction/editors/lapce/target/x86_64-unknown-dragonfly/release/deps --target x86_64-unknown-dragonfly -C linker=cc -L dependency=/construction/editors/lapce/target/x86_64-unknown-dragonfly/release/deps -L dependency=/construction/editors/lapce/target/release/deps --extern log=/construction/editors/lapce/target/x86_64-unknown-dragonfly/release/deps/liblog-be9aaa4416aa5918.rmeta --extern memmap2=/construction/editors/lapce/target/x86_64-unknown-dragonfly/release/deps/libmemmap2-a67d96929cc31b37.rmeta --extern ttf_parser=/construction/editors/lapce/target/x86_64-unknown-dragonfly/release/deps/libttf_parser-b1ffef2b59483721.rmeta --cap-lints warn -C link-arg=-Wl,-rpath,/usr/local/lib -C link-arg=-L/usr/local/lib` warning: fields `source`, `msg_type`, `id`, `severity`, and `message` are never read --> /construction/editors/lapce/lapce-0.2.8/cargo-crates/glow-0.11.2/src/lib.rs:61:5 | 60 | pub struct DebugMessageLogEntry { | -------------------- fields in this struct 61 | source: u32, | ^^^^^^ 62 | msg_type: u32, | ^^^^^^^^ 63 | id: u32, | ^^ 64 | severity: u32, | ^^^^^^^^ 65 | message: String, | ^^^^^^^ | = note: `DebugMessageLogEntry` has a derived impl for the trait `Debug`, but this is intentionally ignored during dead code analysis = note: `#[warn(dead_code)]` on by default Compiling piet-wgpu v0.1.0 (/construction/editors/lapce/piet-wgpu-2024fe8f241dc95ad38f4024d39898bada8fe802) Running `CARGO=/usr/local/bin/cargo CARGO_CRATE_NAME=piet_wgpu CARGO_MANIFEST_DIR=/construction/editors/lapce/piet-wgpu-2024fe8f241dc95ad38f4024d39898bada8fe802 CARGO_PKG_AUTHORS='' CARGO_PKG_DESCRIPTION='' CARGO_PKG_HOMEPAGE='' CARGO_PKG_LICENSE='' CARGO_PKG_LICENSE_FILE='' CARGO_PKG_NAME=piet-wgpu CARGO_PKG_README=README.md CARGO_PKG_REPOSITORY='' CARGO_PKG_RUST_VERSION='' CARGO_PKG_VERSION=0.1.0 CARGO_PKG_VERSION_MAJOR=0 CARGO_PKG_VERSION_MINOR=1 CARGO_PKG_VERSION_PATCH=0 CARGO_PKG_VERSION_PRE='' LD_LIBRARY_PATH='/construction/editors/lapce/target/release/deps:/usr/local/lib' /usr/local/bin/rustc --crate-name piet_wgpu --edition=2018 /construction/editors/lapce/piet-wgpu-2024fe8f241dc95ad38f4024d39898bada8fe802/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --diagnostic-width=80 --crate-type lib --emit=dep-info,metadata,link -C opt-level=2 -C embed-bitcode=no -C metadata=710270cce7ac8292 -C extra-filename=-710270cce7ac8292 --out-dir /construction/editors/lapce/target/x86_64-unknown-dragonfly/release/deps --target x86_64-unknown-dragonfly -C linker=cc -L dependency=/construction/editors/lapce/target/x86_64-unknown-dragonfly/release/deps -L dependency=/construction/editors/lapce/target/release/deps --extern bytemuck=/construction/editors/lapce/target/x86_64-unknown-dragonfly/release/deps/libbytemuck-6fd04d482c7f5619.rmeta --extern glam=/construction/editors/lapce/target/x86_64-unknown-dragonfly/release/deps/libglam-bc83269c1ee533c4.rmeta --extern glow=/construction/editors/lapce/target/x86_64-unknown-dragonfly/release/deps/libglow-941765a7d1cf07f6.rmeta --extern hashbrown=/construction/editors/lapce/target/x86_64-unknown-dragonfly/release/deps/libhashbrown-7855b4902fc98e3c.rmeta --extern image=/construction/editors/lapce/target/x86_64-unknown-dragonfly/release/deps/libimage-b4d52d290b5245e8.rmeta --extern include_dir=/construction/editors/lapce/target/x86_64-unknown-dragonfly/release/deps/libinclude_dir-9159021a78935a2e.rmeta --extern linked_hash_map=/construction/editors/lapce/target/x86_64-unknown-dragonfly/release/deps/liblinked_hash_map-15b636ffc7d23545.rmeta --extern log=/construction/editors/lapce/target/x86_64-unknown-dragonfly/release/deps/liblog-be9aaa4416aa5918.rmeta --extern lyon=/construction/editors/lapce/target/x86_64-unknown-dragonfly/release/deps/liblyon-d92100fb3a84cb9b.rmeta --extern parley=/construction/editors/lapce/target/x86_64-unknown-dragonfly/release/deps/libparley-18c1d390ea84c0b6.rmeta --extern pathfinder_geometry=/construction/editors/lapce/target/x86_64-unknown-dragonfly/release/deps/libpathfinder_geometry-5f88e68327c5b2b3.rmeta --extern piet=/construction/editors/lapce/target/x86_64-unknown-dragonfly/release/deps/libpiet-e24168a6eaa61fce.rmeta --extern resvg=/construction/editors/lapce/target/x86_64-unknown-dragonfly/release/deps/libresvg-8629cab37cc95f2b.rmeta --extern sha2=/construction/editors/lapce/target/x86_64-unknown-dragonfly/release/deps/libsha2-c7307aa45ee334ad.rmeta --extern swash=/construction/editors/lapce/target/x86_64-unknown-dragonfly/release/deps/libswash-4f444184a8c07373.rmeta --extern tiny_skia=/construction/editors/lapce/target/x86_64-unknown-dragonfly/release/deps/libtiny_skia-923d5d17dea8310a.rmeta --extern unicode_width=/construction/editors/lapce/target/x86_64-unknown-dragonfly/release/deps/libunicode_width-83f50f2afe875e50.rmeta --extern usvg=/construction/editors/lapce/target/x86_64-unknown-dragonfly/release/deps/libusvg-611dc20942e69839.rmeta -C link-arg=-Wl,-rpath,/usr/local/lib -C link-arg=-L/usr/local/lib -L native=/usr/local/lib -L native=/usr/local/lib` warning: unused import: `StyleProperty` --> /construction/editors/lapce/piet-wgpu-2024fe8f241dc95ad38f4024d39898bada8fe802/src/text_layout.rs:5:34 | 5 | use parley::style::{self, Brush, StyleProperty}; | ^^^^^^^^^^^^^ | = note: `#[warn(unused_imports)]` on by default warning: unused variable: `shape` --> /construction/editors/lapce/piet-wgpu-2024fe8f241dc95ad38f4024d39898bada8fe802/src/context.rs:630:9 | 630 | shape: impl piet::kurbo::Shape, | ^^^^^ help: if this is intentional, prefix it with an underscore: `_shape` | = note: `#[warn(unused_variables)]` on by default warning: unused variable: `brush` --> /construction/editors/lapce/piet-wgpu-2024fe8f241dc95ad38f4024d39898bada8fe802/src/context.rs:631:9 | 631 | brush: &impl piet::IntoBrush, | ^^^^^ help: if this is intentional, prefix it with an underscore: `_brush` warning: unused variable: `width` --> /construction/editors/lapce/piet-wgpu-2024fe8f241dc95ad38f4024d39898bada8fe802/src/context.rs:632:9 | 632 | width: f64, | ^^^^^ help: if this is intentional, prefix it with an underscore: `_width` warning: unused variable: `style` --> /construction/editors/lapce/piet-wgpu-2024fe8f241dc95ad38f4024d39898bada8fe802/src/context.rs:633:9 | 633 | style: &piet::StrokeStyle, | ^^^^^ help: if this is intentional, prefix it with an underscore: `_style` warning: unused variable: `shape` --> /construction/editors/lapce/piet-wgpu-2024fe8f241dc95ad38f4024d39898bada8fe802/src/context.rs:686:9 | 686 | shape: impl piet::kurbo::Shape, | ^^^^^ help: if this is intentional, prefix it with an underscore: `_shape` warning: unused variable: `brush` --> /construction/editors/lapce/piet-wgpu-2024fe8f241dc95ad38f4024d39898bada8fe802/src/context.rs:687:9 | 687 | brush: &impl piet::IntoBrush, | ^^^^^ help: if this is intentional, prefix it with an underscore: `_brush` warning: unused variable: `image` --> /construction/editors/lapce/piet-wgpu-2024fe8f241dc95ad38f4024d39898bada8fe802/src/context.rs:797:9 | 797 | image: &Self::Image, | ^^^^^ help: if this is intentional, prefix it with an underscore: `_image` warning: unused variable: `src_rect` --> /construction/editors/lapce/piet-wgpu-2024fe8f241dc95ad38f4024d39898bada8fe802/src/context.rs:798:9 | 798 | src_rect: impl Into, | ^^^^^^^^ help: if this is intentional, prefix it with an underscore: `_src_rect` warning: unused variable: `dst_rect` --> /construction/editors/lapce/piet-wgpu-2024fe8f241dc95ad38f4024d39898bada8fe802/src/context.rs:799:9 | 799 | dst_rect: impl Into, | ^^^^^^^^ help: if this is intentional, prefix it with an underscore: `_dst_rect` warning: unused variable: `interp` --> /construction/editors/lapce/piet-wgpu-2024fe8f241dc95ad38f4024d39898bada8fe802/src/context.rs:800:9 | 800 | interp: piet::InterpolationMode, | ^^^^^^ help: if this is intentional, prefix it with an underscore: `_interp` warning: unused variable: `src_rect` --> /construction/editors/lapce/piet-wgpu-2024fe8f241dc95ad38f4024d39898bada8fe802/src/context.rs:807:9 | 807 | src_rect: impl Into, | ^^^^^^^^ help: if this is intentional, prefix it with an underscore: `_src_rect` warning: unused variable: `piet` --> /construction/editors/lapce/piet-wgpu-2024fe8f241dc95ad38f4024d39898bada8fe802/src/context.rs:867:9 | 867 | piet: &mut WgpuRenderContext, | ^^^^ help: if this is intentional, prefix it with an underscore: `_piet` warning: unused variable: `bbox` --> /construction/editors/lapce/piet-wgpu-2024fe8f241dc95ad38f4024d39898bada8fe802/src/context.rs:868:9 | 868 | bbox: impl FnOnce() -> piet::kurbo::Rect, | ^^^^ help: if this is intentional, prefix it with an underscore: `_bbox` warning: field `geometry` is never read --> /construction/editors/lapce/piet-wgpu-2024fe8f241dc95ad38f4024d39898bada8fe802/src/context.rs:28:16 | 24 | pub struct WgpuRenderContext<'a> { | ----------------- field in this struct ... 28 | pub(crate) geometry: VertexBuffers, | ^^^^^^^^ | = note: `#[warn(dead_code)]` on by default warning: method `reset` is never used --> /construction/editors/lapce/piet-wgpu-2024fe8f241dc95ad38f4024d39898bada8fe802/src/context.rs:351:8 | 120 | impl Layer { | ---------- method in this implementation ... 351 | fn reset(&mut self) { | ^^^^^ warning: field `rect` is never read --> /construction/editors/lapce/piet-wgpu-2024fe8f241dc95ad38f4024d39898bada8fe802/src/svg.rs:47:16 | 46 | pub(crate) struct AtlasPosInfo { | ------------ field in this struct 47 | pub(crate) rect: Rect, | ^^^^ | = note: `AtlasPosInfo` has a derived impl for the trait `Clone`, but this is intentionally ignored during dead code analysis warning: unused `Result` that must be used --> /construction/editors/lapce/piet-wgpu-2024fe8f241dc95ad38f4024d39898bada8fe802/src/text_layout.rs:56:9 | 56 | t.load_font(DEFAULT_FONT); | ^^^^^^^^^^^^^^^^^^^^^^^^^ | = note: this `Result` may be an `Err` variant, which should be handled = note: `#[warn(unused_must_use)]` on by default help: use `let _ = ...` to ignore the resulting value | 56 | let _ = t.load_font(DEFAULT_FONT); | +++++++ Compiling rustybuzz v0.3.0 Running `CARGO=/usr/local/bin/cargo CARGO_CRATE_NAME=rustybuzz CARGO_MANIFEST_DIR=/construction/editors/lapce/lapce-0.2.8/cargo-crates/rustybuzz-0.3.0 CARGO_PKG_AUTHORS='Evgeniy Reizner ' CARGO_PKG_DESCRIPTION='An incremental harfbuzz port to Rust.' CARGO_PKG_HOMEPAGE='' CARGO_PKG_LICENSE=MIT CARGO_PKG_LICENSE_FILE='' CARGO_PKG_NAME=rustybuzz CARGO_PKG_README=README.md CARGO_PKG_REPOSITORY='https://github.com/RazrFalcon/rustybuzz' CARGO_PKG_RUST_VERSION='' CARGO_PKG_VERSION=0.3.0 CARGO_PKG_VERSION_MAJOR=0 CARGO_PKG_VERSION_MINOR=3 CARGO_PKG_VERSION_PATCH=0 CARGO_PKG_VERSION_PRE='' LD_LIBRARY_PATH='/construction/editors/lapce/target/release/deps:/usr/local/lib' /usr/local/bin/rustc --crate-name rustybuzz --edition=2018 /construction/editors/lapce/lapce-0.2.8/cargo-crates/rustybuzz-0.3.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --diagnostic-width=80 --crate-type lib --emit=dep-info,metadata,link -C opt-level=2 -C embed-bitcode=no -C metadata=ccb3ca08e037cb4d -C extra-filename=-ccb3ca08e037cb4d --out-dir /construction/editors/lapce/target/x86_64-unknown-dragonfly/release/deps --target x86_64-unknown-dragonfly -C linker=cc -L dependency=/construction/editors/lapce/target/x86_64-unknown-dragonfly/release/deps -L dependency=/construction/editors/lapce/target/release/deps --extern bitflags=/construction/editors/lapce/target/x86_64-unknown-dragonfly/release/deps/libbitflags-cd9fb609d49c6f8e.rmeta --extern bytemuck=/construction/editors/lapce/target/x86_64-unknown-dragonfly/release/deps/libbytemuck-6fd04d482c7f5619.rmeta --extern smallvec=/construction/editors/lapce/target/x86_64-unknown-dragonfly/release/deps/libsmallvec-ec6dc2d9ac4945a3.rmeta --extern ttf_parser=/construction/editors/lapce/target/x86_64-unknown-dragonfly/release/deps/libttf_parser-c1e5ffaa73215737.rmeta --extern unicode_bidi_mirroring=/construction/editors/lapce/target/x86_64-unknown-dragonfly/release/deps/libunicode_bidi_mirroring-46873cdedd1c69b9.rmeta --extern unicode_ccc=/construction/editors/lapce/target/x86_64-unknown-dragonfly/release/deps/libunicode_ccc-cf06e6b7a8999a33.rmeta --extern unicode_general_category=/construction/editors/lapce/target/x86_64-unknown-dragonfly/release/deps/libunicode_general_category-85a17f7a702a0b32.rmeta --extern unicode_script=/construction/editors/lapce/target/x86_64-unknown-dragonfly/release/deps/libunicode_script-eaf1f904ae6bfd35.rmeta --cap-lints warn -C link-arg=-Wl,-rpath,/usr/local/lib -C link-arg=-L/usr/local/lib` Compiling clap_lex v0.2.4 Running `CARGO=/usr/local/bin/cargo CARGO_CRATE_NAME=clap_lex CARGO_MANIFEST_DIR=/construction/editors/lapce/lapce-0.2.8/cargo-crates/clap_lex-0.2.4 CARGO_PKG_AUTHORS='' CARGO_PKG_DESCRIPTION='Minimal, flexible command line parser' CARGO_PKG_HOMEPAGE='' CARGO_PKG_LICENSE='MIT OR Apache-2.0' CARGO_PKG_LICENSE_FILE='' CARGO_PKG_NAME=clap_lex CARGO_PKG_README=README.md CARGO_PKG_REPOSITORY='https://github.com/clap-rs/clap/tree/master/clap_lex' CARGO_PKG_RUST_VERSION=1.56.1 CARGO_PKG_VERSION=0.2.4 CARGO_PKG_VERSION_MAJOR=0 CARGO_PKG_VERSION_MINOR=2 CARGO_PKG_VERSION_PATCH=4 CARGO_PKG_VERSION_PRE='' LD_LIBRARY_PATH='/construction/editors/lapce/target/release/deps:/usr/local/lib' /usr/local/bin/rustc --crate-name clap_lex --edition=2021 /construction/editors/lapce/lapce-0.2.8/cargo-crates/clap_lex-0.2.4/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --diagnostic-width=80 --crate-type lib --emit=dep-info,metadata,link -C opt-level=2 -C embed-bitcode=no -C metadata=1bd9ca330d125350 -C extra-filename=-1bd9ca330d125350 --out-dir /construction/editors/lapce/target/x86_64-unknown-dragonfly/release/deps --target x86_64-unknown-dragonfly -C linker=cc -L dependency=/construction/editors/lapce/target/x86_64-unknown-dragonfly/release/deps -L dependency=/construction/editors/lapce/target/release/deps --extern os_str_bytes=/construction/editors/lapce/target/x86_64-unknown-dragonfly/release/deps/libos_str_bytes-9a301125427f9c63.rmeta --cap-lints warn -C link-arg=-Wl,-rpath,/usr/local/lib -C link-arg=-L/usr/local/lib` Compiling svgtypes v0.5.0 Running `CARGO=/usr/local/bin/cargo CARGO_CRATE_NAME=svgtypes CARGO_MANIFEST_DIR=/construction/editors/lapce/lapce-0.2.8/cargo-crates/svgtypes-0.5.0 CARGO_PKG_AUTHORS='Evgeniy Reizner ' CARGO_PKG_DESCRIPTION='SVG types parser and writer.' CARGO_PKG_HOMEPAGE='' CARGO_PKG_LICENSE=MIT/Apache-2.0 CARGO_PKG_LICENSE_FILE='' CARGO_PKG_NAME=svgtypes CARGO_PKG_README=README.md CARGO_PKG_REPOSITORY='https://github.com/RazrFalcon/svgtypes' CARGO_PKG_RUST_VERSION='' CARGO_PKG_VERSION=0.5.0 CARGO_PKG_VERSION_MAJOR=0 CARGO_PKG_VERSION_MINOR=5 CARGO_PKG_VERSION_PATCH=0 CARGO_PKG_VERSION_PRE='' LD_LIBRARY_PATH='/construction/editors/lapce/target/release/deps:/usr/local/lib' /usr/local/bin/rustc --crate-name svgtypes /construction/editors/lapce/lapce-0.2.8/cargo-crates/svgtypes-0.5.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --diagnostic-width=80 --crate-type lib --emit=dep-info,metadata,link -C opt-level=2 -C embed-bitcode=no -C metadata=523109e0ea7e39cc -C extra-filename=-523109e0ea7e39cc --out-dir /construction/editors/lapce/target/x86_64-unknown-dragonfly/release/deps --target x86_64-unknown-dragonfly -C linker=cc -L dependency=/construction/editors/lapce/target/x86_64-unknown-dragonfly/release/deps -L dependency=/construction/editors/lapce/target/release/deps --extern float_cmp=/construction/editors/lapce/target/x86_64-unknown-dragonfly/release/deps/libfloat_cmp-db5d1fb32679fe54.rmeta --extern siphasher=/construction/editors/lapce/target/x86_64-unknown-dragonfly/release/deps/libsiphasher-650385af0e270421.rmeta --cap-lints warn -C link-arg=-Wl,-rpath,/usr/local/lib -C link-arg=-L/usr/local/lib` warning: `...` range patterns are deprecated --> /construction/editors/lapce/lapce-0.2.8/cargo-crates/svgtypes-0.5.0/src/color/parser.rs:124:13 | 124 | b'0'...b'9' => c - b'0', | ^^^ help: use `..=` for an inclusive range | = warning: this is accepted in the current edition (Rust 2015) but is a hard error in Rust 2021! = note: for more information, see = note: `#[warn(ellipsis_inclusive_range_patterns)]` on by default warning: `...` range patterns are deprecated --> /construction/editors/lapce/lapce-0.2.8/cargo-crates/svgtypes-0.5.0/src/color/parser.rs:125:13 | 125 | b'a'...b'f' => c - b'a' + 10, | ^^^ help: use `..=` for an inclusive range | = warning: this is accepted in the current edition (Rust 2015) but is a hard error in Rust 2021! = note: for more information, see warning: `...` range patterns are deprecated --> /construction/editors/lapce/lapce-0.2.8/cargo-crates/svgtypes-0.5.0/src/color/parser.rs:126:13 | 126 | b'A'...b'F' => c - b'A' + 10, | ^^^ help: use `..=` for an inclusive range | = warning: this is accepted in the current edition (Rust 2015) but is a hard error in Rust 2021! = note: for more information, see warning: `...` range patterns are deprecated --> /construction/editors/lapce/lapce-0.2.8/cargo-crates/svgtypes-0.5.0/src/path/parser.rs:302:21 | 302 | matches!(c, b'0'...b'9' | b'.' | b'-' | b'+') | ^^^ help: use `..=` for an inclusive range | = warning: this is accepted in the current edition (Rust 2015) but is a hard error in Rust 2021! = note: for more information, see warning: `...` range patterns are deprecated --> /construction/editors/lapce/lapce-0.2.8/cargo-crates/svgtypes-0.5.0/src/stream.rs:51:29 | 51 | matches!(*self, b'0'...b'9') | ^^^ help: use `..=` for an inclusive range | = warning: this is accepted in the current edition (Rust 2015) but is a hard error in Rust 2021! = note: for more information, see warning: `...` range patterns are deprecated --> /construction/editors/lapce/lapce-0.2.8/cargo-crates/svgtypes-0.5.0/src/stream.rs:56:29 | 56 | matches!(*self, b'0'...b'9' | b'A'...b'F' | b'a'...b'f') | ^^^ help: use `..=` for an inclusive range | = warning: this is accepted in the current edition (Rust 2015) but is a hard error in Rust 2021! = note: for more information, see warning: `...` range patterns are deprecated --> /construction/editors/lapce/lapce-0.2.8/cargo-crates/svgtypes-0.5.0/src/stream.rs:56:43 | 56 | matches!(*self, b'0'...b'9' | b'A'...b'F' | b'a'...b'f') | ^^^ help: use `..=` for an inclusive range | = warning: this is accepted in the current edition (Rust 2015) but is a hard error in Rust 2021! = note: for more information, see warning: `...` range patterns are deprecated --> /construction/editors/lapce/lapce-0.2.8/cargo-crates/svgtypes-0.5.0/src/stream.rs:56:57 | 56 | matches!(*self, b'0'...b'9' | b'A'...b'F' | b'a'...b'f') | ^^^ help: use `..=` for an inclusive range | = warning: this is accepted in the current edition (Rust 2015) but is a hard error in Rust 2021! = note: for more information, see warning: `...` range patterns are deprecated --> /construction/editors/lapce/lapce-0.2.8/cargo-crates/svgtypes-0.5.0/src/stream.rs:66:29 | 66 | matches!(*self, b'A'...b'Z' | b'a'...b'z') | ^^^ help: use `..=` for an inclusive range | = warning: this is accepted in the current edition (Rust 2015) but is a hard error in Rust 2021! = note: for more information, see warning: `...` range patterns are deprecated --> /construction/editors/lapce/lapce-0.2.8/cargo-crates/svgtypes-0.5.0/src/stream.rs:66:43 | 66 | matches!(*self, b'A'...b'Z' | b'a'...b'z') | ^^^ help: use `..=` for an inclusive range | = warning: this is accepted in the current edition (Rust 2015) but is a hard error in Rust 2021! = note: for more information, see warning: `...` range patterns are deprecated --> /construction/editors/lapce/lapce-0.2.8/cargo-crates/svgtypes-0.5.0/src/stream.rs:71:29 | 71 | ... matches!(*self, b'0'...b'9' | b'A'...b'Z' | b'a'...b'z' | b'-' | b... | ^^^ help: use `..=` for an inclusive range | = warning: this is accepted in the current edition (Rust 2015) but is a hard error in Rust 2021! = note: for more information, see warning: `...` range patterns are deprecated --> /construction/editors/lapce/lapce-0.2.8/cargo-crates/svgtypes-0.5.0/src/stream.rs:71:43 | 71 | .....b'9' | b'A'...b'Z' | b'a'...b'z' | b'-' | b'_') | ^^^ help: use `..=` for an inclusive range | = warning: this is accepted in the current edition (Rust 2015) but is a hard error in Rust 2021! = note: for more information, see warning: `...` range patterns are deprecated --> /construction/editors/lapce/lapce-0.2.8/cargo-crates/svgtypes-0.5.0/src/stream.rs:71:57 | 71 | .....b'Z' | b'a'...b'z' | b'-' | b'_') | ^^^ help: use `..=` for an inclusive range | = warning: this is accepted in the current edition (Rust 2015) but is a hard error in Rust 2021! = note: for more information, see warning: `...` range patterns are deprecated --> /construction/editors/lapce/lapce-0.2.8/cargo-crates/svgtypes-0.5.0/src/stream.rs:411:17 | 411 | b'0'...b'9' => self.skip_digits(), | ^^^ help: use `..=` for an inclusive range | = warning: this is accepted in the current edition (Rust 2015) but is a hard error in Rust 2021! = note: for more information, see warning: `...` range patterns are deprecated --> /construction/editors/lapce/lapce-0.2.8/cargo-crates/svgtypes-0.5.0/src/stream.rs:434:29 | 434 | b'0'...b'9' => { | ^^^ help: use `..=` for an inclusive range | = warning: this is accepted in the current edition (Rust 2015) but is a hard error in Rust 2021! = note: for more information, see warning: `glow` (lib) generated 1 warning Compiling blocking v1.2.0 Running `CARGO=/usr/local/bin/cargo CARGO_CRATE_NAME=blocking CARGO_MANIFEST_DIR=/construction/editors/lapce/lapce-0.2.8/cargo-crates/blocking-1.2.0 CARGO_PKG_AUTHORS='Stjepan Glavina ' CARGO_PKG_DESCRIPTION='A thread pool for isolating blocking I/O in async programs' CARGO_PKG_HOMEPAGE='' CARGO_PKG_LICENSE='Apache-2.0 OR MIT' CARGO_PKG_LICENSE_FILE='' CARGO_PKG_NAME=blocking CARGO_PKG_README=README.md CARGO_PKG_REPOSITORY='https://github.com/smol-rs/blocking' CARGO_PKG_RUST_VERSION=1.40 CARGO_PKG_VERSION=1.2.0 CARGO_PKG_VERSION_MAJOR=1 CARGO_PKG_VERSION_MINOR=2 CARGO_PKG_VERSION_PATCH=0 CARGO_PKG_VERSION_PRE='' LD_LIBRARY_PATH='/construction/editors/lapce/target/release/deps:/usr/local/lib' /usr/local/bin/rustc --crate-name blocking --edition=2018 /construction/editors/lapce/lapce-0.2.8/cargo-crates/blocking-1.2.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --diagnostic-width=80 --crate-type lib --emit=dep-info,metadata,link -C opt-level=2 -C embed-bitcode=no -C metadata=03cb193baac3a42b -C extra-filename=-03cb193baac3a42b --out-dir /construction/editors/lapce/target/x86_64-unknown-dragonfly/release/deps --target x86_64-unknown-dragonfly -C linker=cc -L dependency=/construction/editors/lapce/target/x86_64-unknown-dragonfly/release/deps -L dependency=/construction/editors/lapce/target/release/deps --extern async_channel=/construction/editors/lapce/target/x86_64-unknown-dragonfly/release/deps/libasync_channel-63ddd66f03dabbe9.rmeta --extern async_task=/construction/editors/lapce/target/x86_64-unknown-dragonfly/release/deps/libasync_task-e1f67e261db144a3.rmeta --extern atomic_waker=/construction/editors/lapce/target/x86_64-unknown-dragonfly/release/deps/libatomic_waker-f0b08f937121bc3f.rmeta --extern fastrand=/construction/editors/lapce/target/x86_64-unknown-dragonfly/release/deps/libfastrand-bc502a30bcbcb653.rmeta --extern futures_lite=/construction/editors/lapce/target/x86_64-unknown-dragonfly/release/deps/libfutures_lite-a66ce193165fd2fa.rmeta --extern once_cell=/construction/editors/lapce/target/x86_64-unknown-dragonfly/release/deps/libonce_cell-d7e3c1c39ed164f9.rmeta --cap-lints warn -C link-arg=-Wl,-rpath,/usr/local/lib -C link-arg=-L/usr/local/lib` Running `/construction/editors/lapce/target/release/build/druid-shell-dc0fa9329d233d95/build-script-build` Compiling mio-extras v2.0.6 Running `CARGO=/usr/local/bin/cargo CARGO_CRATE_NAME=mio_extras CARGO_MANIFEST_DIR=/construction/editors/lapce/lapce-0.2.8/cargo-crates/mio-extras-2.0.6 CARGO_PKG_AUTHORS='Carl Lerche :David Hotham' CARGO_PKG_DESCRIPTION='Extra components for use with Mio' CARGO_PKG_HOMEPAGE='' CARGO_PKG_LICENSE='MIT OR Apache-2.0' CARGO_PKG_LICENSE_FILE='' CARGO_PKG_NAME=mio-extras CARGO_PKG_README=README.md CARGO_PKG_REPOSITORY='https://github.com/dimbleby/mio-extras' CARGO_PKG_RUST_VERSION='' CARGO_PKG_VERSION=2.0.6 CARGO_PKG_VERSION_MAJOR=2 CARGO_PKG_VERSION_MINOR=0 CARGO_PKG_VERSION_PATCH=6 CARGO_PKG_VERSION_PRE='' LD_LIBRARY_PATH='/construction/editors/lapce/target/release/deps:/usr/local/lib' /usr/local/bin/rustc --crate-name mio_extras --edition=2018 /construction/editors/lapce/lapce-0.2.8/cargo-crates/mio-extras-2.0.6/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --diagnostic-width=80 --crate-type lib --emit=dep-info,metadata,link -C opt-level=2 -C embed-bitcode=no -C metadata=4f83f02ed3c5508b -C extra-filename=-4f83f02ed3c5508b --out-dir /construction/editors/lapce/target/x86_64-unknown-dragonfly/release/deps --target x86_64-unknown-dragonfly -C linker=cc -L dependency=/construction/editors/lapce/target/x86_64-unknown-dragonfly/release/deps -L dependency=/construction/editors/lapce/target/release/deps --extern lazycell=/construction/editors/lapce/target/x86_64-unknown-dragonfly/release/deps/liblazycell-dc9354367e6a4c5e.rmeta --extern log=/construction/editors/lapce/target/x86_64-unknown-dragonfly/release/deps/liblog-be9aaa4416aa5918.rmeta --extern mio=/construction/editors/lapce/target/x86_64-unknown-dragonfly/release/deps/libmio-00011bf80b90b8e8.rmeta --extern slab=/construction/editors/lapce/target/x86_64-unknown-dragonfly/release/deps/libslab-5f3d0c69abac86ac.rmeta --cap-lints warn -C link-arg=-Wl,-rpath,/usr/local/lib -C link-arg=-L/usr/local/lib` warning: use of deprecated method `std::error::Error::description`: use the Display impl or to_string() --> /construction/editors/lapce/lapce-0.2.8/cargo-crates/mio-extras-2.0.6/src/channel.rs:376:49 | 376 | SendError::Io(ref io_err) => io_err.description(), | ^^^^^^^^^^^ | = note: `#[warn(deprecated)]` on by default warning: use of deprecated method `std::error::Error::description`: use the Display impl or to_string() --> /construction/editors/lapce/lapce-0.2.8/cargo-crates/mio-extras-2.0.6/src/channel.rs:385:52 | 385 | TrySendError::Io(ref io_err) => io_err.description(), | ^^^^^^^^^^^ warning: use of deprecated method `std::sync::atomic::AtomicUsize::compare_and_swap`: Use `compare_exchange` or `compare_exchange_weak` instead --> /construction/editors/lapce/lapce-0.2.8/cargo-crates/mio-extras-2.0.6/src/timer.rs:365:26 | 365 | ... .compare_and_swap(curr, tick as usize, Ordering::Release); | ^^^^^^^^^^^^^^^^ warning: use of deprecated method `std::sync::atomic::AtomicUsize::compare_and_swap`: Use `compare_exchange` or `compare_exchange_weak` instead --> /construction/editors/lapce/lapce-0.2.8/cargo-crates/mio-extras-2.0.6/src/timer.rs:532:27 | 532 | ... state.compare_and_swap(sleep_until_tick as usize, usize::MAX, Ord... | ^^^^^^^^^^^^^^^^ Compiling sized-chunks v0.6.5 Running `CARGO=/usr/local/bin/cargo CARGO_CRATE_NAME=sized_chunks CARGO_MANIFEST_DIR=/construction/editors/lapce/lapce-0.2.8/cargo-crates/sized-chunks-0.6.5 CARGO_PKG_AUTHORS='Bodil Stokke ' CARGO_PKG_DESCRIPTION='Efficient sized chunk datatypes' CARGO_PKG_HOMEPAGE='' CARGO_PKG_LICENSE=MPL-2.0+ CARGO_PKG_LICENSE_FILE='' CARGO_PKG_NAME=sized-chunks CARGO_PKG_README=./README.md CARGO_PKG_REPOSITORY='https://github.com/bodil/sized-chunks' CARGO_PKG_RUST_VERSION='' CARGO_PKG_VERSION=0.6.5 CARGO_PKG_VERSION_MAJOR=0 CARGO_PKG_VERSION_MINOR=6 CARGO_PKG_VERSION_PATCH=5 CARGO_PKG_VERSION_PRE='' LD_LIBRARY_PATH='/construction/editors/lapce/target/release/deps:/usr/local/lib' /usr/local/bin/rustc --crate-name sized_chunks --edition=2018 /construction/editors/lapce/lapce-0.2.8/cargo-crates/sized-chunks-0.6.5/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --diagnostic-width=80 --crate-type lib --emit=dep-info,metadata,link -C opt-level=2 -C embed-bitcode=no --cfg 'feature="default"' --cfg 'feature="std"' -C metadata=e158ce81eee2e5d1 -C extra-filename=-e158ce81eee2e5d1 --out-dir /construction/editors/lapce/target/x86_64-unknown-dragonfly/release/deps --target x86_64-unknown-dragonfly -C linker=cc -L dependency=/construction/editors/lapce/target/x86_64-unknown-dragonfly/release/deps -L dependency=/construction/editors/lapce/target/release/deps --extern bitmaps=/construction/editors/lapce/target/x86_64-unknown-dragonfly/release/deps/libbitmaps-1e092edf7958c9da.rmeta --extern typenum=/construction/editors/lapce/target/x86_64-unknown-dragonfly/release/deps/libtypenum-711317fbf78cc479.rmeta --cap-lints warn -C link-arg=-Wl,-rpath,/usr/local/lib -C link-arg=-L/usr/local/lib` warning: `mio-extras` (lib) generated 4 warnings Compiling vte v0.10.1 Running `CARGO=/usr/local/bin/cargo CARGO_CRATE_NAME=vte CARGO_MANIFEST_DIR=/construction/editors/lapce/lapce-0.2.8/cargo-crates/vte-0.10.1 CARGO_PKG_AUTHORS='Joe Wilm :Christian Duerr ' CARGO_PKG_DESCRIPTION='Parser for implementing terminal emulators' CARGO_PKG_HOMEPAGE='' CARGO_PKG_LICENSE='Apache-2.0 OR MIT' CARGO_PKG_LICENSE_FILE='' CARGO_PKG_NAME=vte CARGO_PKG_README=README.md CARGO_PKG_REPOSITORY='https://github.com/alacritty/vte' CARGO_PKG_RUST_VERSION='' CARGO_PKG_VERSION=0.10.1 CARGO_PKG_VERSION_MAJOR=0 CARGO_PKG_VERSION_MINOR=10 CARGO_PKG_VERSION_PATCH=1 CARGO_PKG_VERSION_PRE='' LD_LIBRARY_PATH='/construction/editors/lapce/target/release/deps:/usr/local/lib' /usr/local/bin/rustc --crate-name vte --edition=2018 /construction/editors/lapce/lapce-0.2.8/cargo-crates/vte-0.10.1/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --diagnostic-width=80 --crate-type lib --emit=dep-info,metadata,link -C opt-level=2 -C embed-bitcode=no -C metadata=7cd8310c8744f540 -C extra-filename=-7cd8310c8744f540 --out-dir /construction/editors/lapce/target/x86_64-unknown-dragonfly/release/deps --target x86_64-unknown-dragonfly -C linker=cc -L dependency=/construction/editors/lapce/target/x86_64-unknown-dragonfly/release/deps -L dependency=/construction/editors/lapce/target/release/deps --extern utf8parse=/construction/editors/lapce/target/x86_64-unknown-dragonfly/release/deps/libutf8parse-8c872bff42db5767.rmeta --extern vte_generate_state_changes=/construction/editors/lapce/target/release/deps/libvte_generate_state_changes-bf038a9553e90124.so --cap-lints warn -C link-arg=-Wl,-rpath,/usr/local/lib -C link-arg=-L/usr/local/lib` Compiling time v0.3.14 Running `CARGO=/usr/local/bin/cargo CARGO_CRATE_NAME=time CARGO_MANIFEST_DIR=/construction/editors/lapce/lapce-0.2.8/cargo-crates/time-0.3.14 CARGO_PKG_AUTHORS='Jacob Pratt :Time contributors' CARGO_PKG_DESCRIPTION='Date and time library. Fully interoperable with the standard library. Mostly compatible with #'\!'[no_std].' CARGO_PKG_HOMEPAGE='https://time-rs.github.io' CARGO_PKG_LICENSE='MIT OR Apache-2.0' CARGO_PKG_LICENSE_FILE='' CARGO_PKG_NAME=time CARGO_PKG_README=README.md CARGO_PKG_REPOSITORY='https://github.com/time-rs/time' CARGO_PKG_RUST_VERSION=1.59.0 CARGO_PKG_VERSION=0.3.14 CARGO_PKG_VERSION_MAJOR=0 CARGO_PKG_VERSION_MINOR=3 CARGO_PKG_VERSION_PATCH=14 CARGO_PKG_VERSION_PRE='' LD_LIBRARY_PATH='/construction/editors/lapce/target/release/deps:/usr/local/lib' /usr/local/bin/rustc --crate-name time --edition=2021 /construction/editors/lapce/lapce-0.2.8/cargo-crates/time-0.3.14/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --diagnostic-width=80 --crate-type lib --emit=dep-info,metadata,link -C opt-level=2 -C embed-bitcode=no --cfg 'feature="alloc"' --cfg 'feature="default"' --cfg 'feature="std"' -C metadata=b2b160a0c1651bcd -C extra-filename=-b2b160a0c1651bcd --out-dir /construction/editors/lapce/target/x86_64-unknown-dragonfly/release/deps --target x86_64-unknown-dragonfly -C linker=cc -L dependency=/construction/editors/lapce/target/x86_64-unknown-dragonfly/release/deps -L dependency=/construction/editors/lapce/target/release/deps --extern libc=/construction/editors/lapce/target/x86_64-unknown-dragonfly/release/deps/liblibc-8e3f13899fc9c378.rmeta --extern num_threads=/construction/editors/lapce/target/x86_64-unknown-dragonfly/release/deps/libnum_threads-890bd4e66ae508dc.rmeta --cap-lints warn -C link-arg=-Wl,-rpath,/usr/local/lib -C link-arg=-L/usr/local/lib` Running `/construction/editors/lapce/target/release/build/im-d348c34d4af48088/build-script-build` [im 15.1.0] cargo:rerun-if-changed=build.rs [im 15.1.0] cargo:rustc-cfg=threadsafe Running `/construction/editors/lapce/target/release/build/unicase-aaeb04535a72260c/build-script-build` warning: lint `const_err` has been removed: converted into hard error, see issue #71800 for more information --> /construction/editors/lapce/lapce-0.2.8/cargo-crates/time-0.3.14/src/lib.rs:94:5 | 94 | const_err, | ^^^^^^^^^ | = note: `#[warn(renamed_and_removed_lints)]` on by default [unicase 2.6.0] cargo:rustc-cfg=__unicase__iter_cmp [unicase 2.6.0] cargo:rustc-cfg=__unicase__default_hasher [unicase 2.6.0] cargo:rustc-cfg=__unicase__const_fns [unicase 2.6.0] cargo:rustc-cfg=__unicase__core_and_alloc Running `/construction/editors/lapce/target/release/build/lapce-core-6b938971fb20a778/build-script-build` [lapce-core 0.2.8] cargo:rerun-if-changed=build.rs [lapce-core 0.2.8] cargo:rerun-if-env-changed=RELEASE_TAG_NAME [lapce-core 0.2.8] cargo:rerun-if-env-changed=CARGO_PKG_VERSION Compiling signal-hook-mio v0.2.3 Running `CARGO=/usr/local/bin/cargo CARGO_CRATE_NAME=signal_hook_mio CARGO_MANIFEST_DIR=/construction/editors/lapce/lapce-0.2.8/cargo-crates/signal-hook-mio-0.2.3 CARGO_PKG_AUTHORS='Michal '\''vorner'\'' Vaner :Thomas Himmelstoss ' CARGO_PKG_DESCRIPTION='MIO support for signal-hook' CARGO_PKG_HOMEPAGE='' CARGO_PKG_LICENSE=Apache-2.0/MIT CARGO_PKG_LICENSE_FILE='' CARGO_PKG_NAME=signal-hook-mio CARGO_PKG_README=README.md CARGO_PKG_REPOSITORY='https://github.com/vorner/signal-hook' CARGO_PKG_RUST_VERSION='' CARGO_PKG_VERSION=0.2.3 CARGO_PKG_VERSION_MAJOR=0 CARGO_PKG_VERSION_MINOR=2 CARGO_PKG_VERSION_PATCH=3 CARGO_PKG_VERSION_PRE='' LD_LIBRARY_PATH='/construction/editors/lapce/target/release/deps:/usr/local/lib' /usr/local/bin/rustc --crate-name signal_hook_mio --edition=2018 /construction/editors/lapce/lapce-0.2.8/cargo-crates/signal-hook-mio-0.2.3/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --diagnostic-width=80 --crate-type lib --emit=dep-info,metadata,link -C opt-level=2 -C embed-bitcode=no --cfg 'feature="mio-0_6"' --cfg 'feature="mio-uds"' --cfg 'feature="support-v0_6"' -C metadata=5356e90b44cea06c -C extra-filename=-5356e90b44cea06c --out-dir /construction/editors/lapce/target/x86_64-unknown-dragonfly/release/deps --target x86_64-unknown-dragonfly -C linker=cc -L dependency=/construction/editors/lapce/target/x86_64-unknown-dragonfly/release/deps -L dependency=/construction/editors/lapce/target/release/deps --extern libc=/construction/editors/lapce/target/x86_64-unknown-dragonfly/release/deps/liblibc-8e3f13899fc9c378.rmeta --extern mio_0_6=/construction/editors/lapce/target/x86_64-unknown-dragonfly/release/deps/libmio-00011bf80b90b8e8.rmeta --extern mio_uds=/construction/editors/lapce/target/x86_64-unknown-dragonfly/release/deps/libmio_uds-b941b417922235c0.rmeta --extern signal_hook=/construction/editors/lapce/target/x86_64-unknown-dragonfly/release/deps/libsignal_hook-b7e8aec2d7cb98f7.rmeta --cap-lints warn -C link-arg=-Wl,-rpath,/usr/local/lib -C link-arg=-L/usr/local/lib` Running `CARGO=/usr/local/bin/cargo CARGO_CRATE_NAME=tree_sitter_svelte CARGO_MANIFEST_DIR=/construction/editors/lapce/tree-sitter-svelte-52e122ae68b316d3aa960a0a422d3645ba717f42 CARGO_PKG_AUTHORS='Himujjal ' CARGO_PKG_DESCRIPTION='Tree sitter grammar for Svelte' CARGO_PKG_HOMEPAGE='' CARGO_PKG_LICENSE=MIT CARGO_PKG_LICENSE_FILE='' CARGO_PKG_NAME=tree-sitter-svelte CARGO_PKG_README=bindings/rust/README.md CARGO_PKG_REPOSITORY='https://github.com/Himujjal/tree-sitter-svelte' CARGO_PKG_RUST_VERSION='' CARGO_PKG_VERSION=0.10.2 CARGO_PKG_VERSION_MAJOR=0 CARGO_PKG_VERSION_MINOR=10 CARGO_PKG_VERSION_PATCH=2 CARGO_PKG_VERSION_PRE='' LD_LIBRARY_PATH='/construction/editors/lapce/target/release/deps:/usr/local/lib' OUT_DIR=/construction/editors/lapce/target/x86_64-unknown-dragonfly/release/build/tree-sitter-svelte-f7d9649b2296a791/out /usr/local/bin/rustc --crate-name tree_sitter_svelte --edition=2018 /construction/editors/lapce/tree-sitter-svelte-52e122ae68b316d3aa960a0a422d3645ba717f42/bindings/rust/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --diagnostic-width=80 --crate-type lib --emit=dep-info,metadata,link -C opt-level=2 -C embed-bitcode=no -C metadata=92422714edb32a3e -C extra-filename=-92422714edb32a3e --out-dir /construction/editors/lapce/target/x86_64-unknown-dragonfly/release/deps --target x86_64-unknown-dragonfly -C linker=cc -L dependency=/construction/editors/lapce/target/x86_64-unknown-dragonfly/release/deps -L dependency=/construction/editors/lapce/target/release/deps --extern tree_sitter=/construction/editors/lapce/target/x86_64-unknown-dragonfly/release/deps/libtree_sitter-913a5648b7836e40.rmeta -C link-arg=-Wl,-rpath,/usr/local/lib -C link-arg=-L/usr/local/lib -L native=/construction/editors/lapce/target/x86_64-unknown-dragonfly/release/build/tree-sitter-svelte-f7d9649b2296a791/out -l static=tree-sitter-svelte -L native=/construction/editors/lapce/target/x86_64-unknown-dragonfly/release/build/tree-sitter-f8000a016cfa9963/out` Running `CARGO=/usr/local/bin/cargo CARGO_CRATE_NAME=tree_sitter_glimmer CARGO_MANIFEST_DIR=/construction/editors/lapce/tree-sitter-glimmer-7281caca2ba114e1960c5d944a37860ef0841426 CARGO_PKG_AUTHORS='' CARGO_PKG_DESCRIPTION='glimmer grammar for the tree-sitter parsing library' CARGO_PKG_HOMEPAGE='' CARGO_PKG_LICENSE='' CARGO_PKG_LICENSE_FILE='' CARGO_PKG_NAME=tree-sitter-glimmer CARGO_PKG_README=README.md CARGO_PKG_REPOSITORY='https://github.com/tree-sitter/tree-sitter-javascript' CARGO_PKG_RUST_VERSION='' CARGO_PKG_VERSION=0.0.1 CARGO_PKG_VERSION_MAJOR=0 CARGO_PKG_VERSION_MINOR=0 CARGO_PKG_VERSION_PATCH=1 CARGO_PKG_VERSION_PRE='' LD_LIBRARY_PATH='/construction/editors/lapce/target/release/deps:/usr/local/lib' OUT_DIR=/construction/editors/lapce/target/x86_64-unknown-dragonfly/release/build/tree-sitter-glimmer-16d31207d81e015d/out /usr/local/bin/rustc --crate-name tree_sitter_glimmer --edition=2018 /construction/editors/lapce/tree-sitter-glimmer-7281caca2ba114e1960c5d944a37860ef0841426/bindings/rust/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --diagnostic-width=80 --crate-type lib --emit=dep-info,metadata,link -C opt-level=2 -C embed-bitcode=no -C metadata=c091b92de36c2609 -C extra-filename=-c091b92de36c2609 --out-dir /construction/editors/lapce/target/x86_64-unknown-dragonfly/release/deps --target x86_64-unknown-dragonfly -C linker=cc -L dependency=/construction/editors/lapce/target/x86_64-unknown-dragonfly/release/deps -L dependency=/construction/editors/lapce/target/release/deps --extern tree_sitter=/construction/editors/lapce/target/x86_64-unknown-dragonfly/release/deps/libtree_sitter-913a5648b7836e40.rmeta -C link-arg=-Wl,-rpath,/usr/local/lib -C link-arg=-L/usr/local/lib -L native=/construction/editors/lapce/target/x86_64-unknown-dragonfly/release/build/tree-sitter-glimmer-16d31207d81e015d/out -l static=parser -L native=/construction/editors/lapce/target/x86_64-unknown-dragonfly/release/build/tree-sitter-f8000a016cfa9963/out` Running `CARGO=/usr/local/bin/cargo CARGO_CRATE_NAME=tree_sitter_scheme CARGO_MANIFEST_DIR=/construction/editors/lapce/tree-sitter-scheme-af0fd1fa452cb2562dc7b5c8a8c55551c39273b9 CARGO_PKG_AUTHORS='' CARGO_PKG_DESCRIPTION='scheme grammar for the tree-sitter parsing library' CARGO_PKG_HOMEPAGE='' CARGO_PKG_LICENSE=MIT CARGO_PKG_LICENSE_FILE='' CARGO_PKG_NAME=tree-sitter-scheme CARGO_PKG_README=README.md CARGO_PKG_REPOSITORY='https://github.com/tree-sitter/tree-sitter-scheme' CARGO_PKG_RUST_VERSION='' CARGO_PKG_VERSION=0.2.0 CARGO_PKG_VERSION_MAJOR=0 CARGO_PKG_VERSION_MINOR=2 CARGO_PKG_VERSION_PATCH=0 CARGO_PKG_VERSION_PRE='' LD_LIBRARY_PATH='/construction/editors/lapce/target/release/deps:/usr/local/lib' OUT_DIR=/construction/editors/lapce/target/x86_64-unknown-dragonfly/release/build/tree-sitter-scheme-c23a5ae7f1245f94/out /usr/local/bin/rustc --crate-name tree_sitter_scheme --edition=2018 /construction/editors/lapce/tree-sitter-scheme-af0fd1fa452cb2562dc7b5c8a8c55551c39273b9/bindings/rust/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --diagnostic-width=80 --crate-type lib --emit=dep-info,metadata,link -C opt-level=2 -C embed-bitcode=no -C metadata=d9a1143e255521dd -C extra-filename=-d9a1143e255521dd --out-dir /construction/editors/lapce/target/x86_64-unknown-dragonfly/release/deps --target x86_64-unknown-dragonfly -C linker=cc -L dependency=/construction/editors/lapce/target/x86_64-unknown-dragonfly/release/deps -L dependency=/construction/editors/lapce/target/release/deps --extern tree_sitter=/construction/editors/lapce/target/x86_64-unknown-dragonfly/release/deps/libtree_sitter-913a5648b7836e40.rmeta -C link-arg=-Wl,-rpath,/usr/local/lib -C link-arg=-L/usr/local/lib -L native=/construction/editors/lapce/target/x86_64-unknown-dragonfly/release/build/tree-sitter-scheme-c23a5ae7f1245f94/out -l static=parser -L native=/construction/editors/lapce/target/x86_64-unknown-dragonfly/release/build/tree-sitter-f8000a016cfa9963/out` Running `CARGO=/usr/local/bin/cargo CARGO_CRATE_NAME=tree_sitter_rust CARGO_MANIFEST_DIR=/construction/editors/lapce/lapce-0.2.8/cargo-crates/tree-sitter-rust-0.20.1 CARGO_PKG_AUTHORS='Max Brunsfeld ' CARGO_PKG_DESCRIPTION='Rust grammar for the tree-sitter parsing library' CARGO_PKG_HOMEPAGE='' CARGO_PKG_LICENSE=MIT CARGO_PKG_LICENSE_FILE='' CARGO_PKG_NAME=tree-sitter-rust CARGO_PKG_README=bindings/rust/README.md CARGO_PKG_REPOSITORY='https://github.com/tree-sitter/tree-sitter-rust' CARGO_PKG_RUST_VERSION='' CARGO_PKG_VERSION=0.20.1 CARGO_PKG_VERSION_MAJOR=0 CARGO_PKG_VERSION_MINOR=20 CARGO_PKG_VERSION_PATCH=1 CARGO_PKG_VERSION_PRE='' LD_LIBRARY_PATH='/construction/editors/lapce/target/release/deps:/usr/local/lib' OUT_DIR=/construction/editors/lapce/target/x86_64-unknown-dragonfly/release/build/tree-sitter-rust-64450b9c9b7740f4/out /usr/local/bin/rustc --crate-name tree_sitter_rust --edition=2018 /construction/editors/lapce/lapce-0.2.8/cargo-crates/tree-sitter-rust-0.20.1/bindings/rust/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --diagnostic-width=80 --crate-type lib --emit=dep-info,metadata,link -C opt-level=2 -C embed-bitcode=no -C metadata=312e8fa354a86900 -C extra-filename=-312e8fa354a86900 --out-dir /construction/editors/lapce/target/x86_64-unknown-dragonfly/release/deps --target x86_64-unknown-dragonfly -C linker=cc -L dependency=/construction/editors/lapce/target/x86_64-unknown-dragonfly/release/deps -L dependency=/construction/editors/lapce/target/release/deps --extern tree_sitter=/construction/editors/lapce/target/x86_64-unknown-dragonfly/release/deps/libtree_sitter-913a5648b7836e40.rmeta --cap-lints warn -C link-arg=-Wl,-rpath,/usr/local/lib -C link-arg=-L/usr/local/lib -L native=/construction/editors/lapce/target/x86_64-unknown-dragonfly/release/build/tree-sitter-rust-64450b9c9b7740f4/out -l static=parser-scanner -L native=/construction/editors/lapce/target/x86_64-unknown-dragonfly/release/build/tree-sitter-f8000a016cfa9963/out` Compiling alacritty_config v0.1.0 Running `CARGO=/usr/local/bin/cargo CARGO_CRATE_NAME=alacritty_config CARGO_MANIFEST_DIR=/construction/editors/lapce/lapce-0.2.8/cargo-crates/alacritty_config-0.1.0 CARGO_PKG_AUTHORS='Christian Duerr ' CARGO_PKG_DESCRIPTION='Alacritty configuration abstractions' CARGO_PKG_HOMEPAGE='https://github.com/alacritty/alacritty' CARGO_PKG_LICENSE=MIT/Apache-2.0 CARGO_PKG_LICENSE_FILE='' CARGO_PKG_NAME=alacritty_config CARGO_PKG_README='' CARGO_PKG_REPOSITORY='' CARGO_PKG_RUST_VERSION=1.57.0 CARGO_PKG_VERSION=0.1.0 CARGO_PKG_VERSION_MAJOR=0 CARGO_PKG_VERSION_MINOR=1 CARGO_PKG_VERSION_PATCH=0 CARGO_PKG_VERSION_PRE='' LD_LIBRARY_PATH='/construction/editors/lapce/target/release/deps:/usr/local/lib' /usr/local/bin/rustc --crate-name alacritty_config --edition=2021 /construction/editors/lapce/lapce-0.2.8/cargo-crates/alacritty_config-0.1.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --diagnostic-width=80 --crate-type lib --emit=dep-info,metadata,link -C opt-level=2 -C embed-bitcode=no -C metadata=2f969a7b3374d114 -C extra-filename=-2f969a7b3374d114 --out-dir /construction/editors/lapce/target/x86_64-unknown-dragonfly/release/deps --target x86_64-unknown-dragonfly -C linker=cc -L dependency=/construction/editors/lapce/target/x86_64-unknown-dragonfly/release/deps -L dependency=/construction/editors/lapce/target/release/deps --extern log=/construction/editors/lapce/target/x86_64-unknown-dragonfly/release/deps/liblog-be9aaa4416aa5918.rmeta --extern serde=/construction/editors/lapce/target/x86_64-unknown-dragonfly/release/deps/libserde-3209f38acc2832c3.rmeta --extern serde_yaml=/construction/editors/lapce/target/x86_64-unknown-dragonfly/release/deps/libserde_yaml-19b78695bb0120ef.rmeta --cap-lints warn -C link-arg=-Wl,-rpath,/usr/local/lib -C link-arg=-L/usr/local/lib` Compiling clap_derive v3.2.18 Running `CARGO=/usr/local/bin/cargo CARGO_CRATE_NAME=clap_derive CARGO_MANIFEST_DIR=/construction/editors/lapce/lapce-0.2.8/cargo-crates/clap_derive-3.2.18 CARGO_PKG_AUTHORS='' CARGO_PKG_DESCRIPTION='Parse command line argument by defining a struct, derive crate.' CARGO_PKG_HOMEPAGE='' CARGO_PKG_LICENSE='MIT OR Apache-2.0' CARGO_PKG_LICENSE_FILE='' CARGO_PKG_NAME=clap_derive CARGO_PKG_README=README.md CARGO_PKG_REPOSITORY='https://github.com/clap-rs/clap/tree/master/clap_derive' CARGO_PKG_RUST_VERSION=1.56.1 CARGO_PKG_VERSION=3.2.18 CARGO_PKG_VERSION_MAJOR=3 CARGO_PKG_VERSION_MINOR=2 CARGO_PKG_VERSION_PATCH=18 CARGO_PKG_VERSION_PRE='' LD_LIBRARY_PATH='/construction/editors/lapce/target/release/deps:/usr/local/lib' /usr/local/bin/rustc --crate-name clap_derive --edition=2021 /construction/editors/lapce/lapce-0.2.8/cargo-crates/clap_derive-3.2.18/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --diagnostic-width=80 --crate-type proc-macro --emit=dep-info,link -C prefer-dynamic -C embed-bitcode=no -C debug-assertions=off --cfg 'feature="default"' -C metadata=82ebb38e07580b95 -C extra-filename=-82ebb38e07580b95 --out-dir /construction/editors/lapce/target/release/deps -C linker=cc -L dependency=/construction/editors/lapce/target/release/deps --extern heck=/construction/editors/lapce/target/release/deps/libheck-cd67b411e22aa8ee.rlib --extern proc_macro_error=/construction/editors/lapce/target/release/deps/libproc_macro_error-1ec462f6ea43d4e2.rlib --extern proc_macro2=/construction/editors/lapce/target/release/deps/libproc_macro2-0d396a60a42a5507.rlib --extern quote=/construction/editors/lapce/target/release/deps/libquote-598fea7a1e3d78d8.rlib --extern syn=/construction/editors/lapce/target/release/deps/libsyn-175e445b271fda34.rlib --extern proc_macro --cap-lints warn` warning: `lapce-xi-rope` (lib) generated 3 warnings Running `CARGO=/usr/local/bin/cargo CARGO_CRATE_NAME=libgit2_sys CARGO_MANIFEST_DIR=/construction/editors/lapce/lapce-0.2.8/cargo-crates/libgit2-sys-0.14.2+1.5.1 CARGO_PKG_AUTHORS='Josh Triplett :Alex Crichton ' CARGO_PKG_DESCRIPTION='Native bindings to the libgit2 library' CARGO_PKG_HOMEPAGE='' CARGO_PKG_LICENSE='MIT OR Apache-2.0' CARGO_PKG_LICENSE_FILE='' CARGO_PKG_NAME=libgit2-sys CARGO_PKG_README='' CARGO_PKG_REPOSITORY='https://github.com/rust-lang/git2-rs' CARGO_PKG_RUST_VERSION='' CARGO_PKG_VERSION=0.14.2+1.5.1 CARGO_PKG_VERSION_MAJOR=0 CARGO_PKG_VERSION_MINOR=14 CARGO_PKG_VERSION_PATCH=2 CARGO_PKG_VERSION_PRE='' LD_LIBRARY_PATH='/construction/editors/lapce/target/release/deps:/usr/local/lib' OUT_DIR=/construction/editors/lapce/target/x86_64-unknown-dragonfly/release/build/libgit2-sys-dbeda01974e769fd/out /usr/local/bin/rustc --crate-name libgit2_sys --edition=2018 /construction/editors/lapce/lapce-0.2.8/cargo-crates/libgit2-sys-0.14.2+1.5.1/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --diagnostic-width=80 --crate-type lib --emit=dep-info,metadata,link -C opt-level=2 -C embed-bitcode=no --cfg 'feature="https"' --cfg 'feature="libssh2-sys"' --cfg 'feature="openssl-sys"' --cfg 'feature="ssh"' --cfg 'feature="ssh_key_from_memory"' -C metadata=77a10cf4e4931cbb -C extra-filename=-77a10cf4e4931cbb --out-dir /construction/editors/lapce/target/x86_64-unknown-dragonfly/release/deps --target x86_64-unknown-dragonfly -C linker=cc -L dependency=/construction/editors/lapce/target/x86_64-unknown-dragonfly/release/deps -L dependency=/construction/editors/lapce/target/release/deps --extern libc=/construction/editors/lapce/target/x86_64-unknown-dragonfly/release/deps/liblibc-8e3f13899fc9c378.rmeta --extern libssh2_sys=/construction/editors/lapce/target/x86_64-unknown-dragonfly/release/deps/liblibssh2_sys-5131eac106336060.rmeta --extern libz_sys=/construction/editors/lapce/target/x86_64-unknown-dragonfly/release/deps/liblibz_sys-533e8add32e8a671.rmeta --extern openssl_sys=/construction/editors/lapce/target/x86_64-unknown-dragonfly/release/deps/libopenssl_sys-811746f166836479.rmeta --cap-lints warn -C link-arg=-Wl,-rpath,/usr/local/lib -C link-arg=-L/usr/local/lib -L native=/usr/local/lib -l git2 -L native=/usr/local/lib -L native=/usr/local/lib` warning: unnecessary parentheses around match arm expression --> /construction/editors/lapce/lapce-0.2.8/cargo-crates/clap_derive-3.2.18/src/parse.rs:210:28 | 210 | "about" => (Ok(About(name))), | ^ ^ | = note: `#[warn(unused_parens)]` on by default help: remove these parentheses | 210 - "about" => (Ok(About(name))), 210 + "about" => Ok(About(name)), | warning: unnecessary parentheses around match arm expression --> /construction/editors/lapce/lapce-0.2.8/cargo-crates/clap_derive-3.2.18/src/parse.rs:211:29 | 211 | "author" => (Ok(Author(name))), | ^ ^ | help: remove these parentheses | 211 - "author" => (Ok(Author(name))), 211 + "author" => Ok(Author(name)), | Running `CARGO=/usr/local/bin/cargo CARGO_CRATE_NAME=tree_sitter_hcl CARGO_MANIFEST_DIR=/construction/editors/lapce/tree-sitter-hcl-f4aa4553344e03e149ec459549a7f686d6846626 CARGO_PKG_AUTHORS='' CARGO_PKG_DESCRIPTION='hcl grammar for the tree-sitter parsing library' CARGO_PKG_HOMEPAGE='' CARGO_PKG_LICENSE=MIT CARGO_PKG_LICENSE_FILE='' CARGO_PKG_NAME=tree-sitter-hcl CARGO_PKG_README=README.md CARGO_PKG_REPOSITORY='https://github.com/tree-sitter/tree-sitter-hcl' CARGO_PKG_RUST_VERSION='' CARGO_PKG_VERSION=0.0.1 CARGO_PKG_VERSION_MAJOR=0 CARGO_PKG_VERSION_MINOR=0 CARGO_PKG_VERSION_PATCH=1 CARGO_PKG_VERSION_PRE='' LD_LIBRARY_PATH='/construction/editors/lapce/target/release/deps:/usr/local/lib' OUT_DIR=/construction/editors/lapce/target/x86_64-unknown-dragonfly/release/build/tree-sitter-hcl-996f1691dc9b4b23/out /usr/local/bin/rustc --crate-name tree_sitter_hcl --edition=2018 /construction/editors/lapce/tree-sitter-hcl-f4aa4553344e03e149ec459549a7f686d6846626/bindings/rust/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --diagnostic-width=80 --crate-type lib --emit=dep-info,metadata,link -C opt-level=2 -C embed-bitcode=no -C metadata=a774e7b43d52fd83 -C extra-filename=-a774e7b43d52fd83 --out-dir /construction/editors/lapce/target/x86_64-unknown-dragonfly/release/deps --target x86_64-unknown-dragonfly -C linker=cc -L dependency=/construction/editors/lapce/target/x86_64-unknown-dragonfly/release/deps -L dependency=/construction/editors/lapce/target/release/deps --extern tree_sitter=/construction/editors/lapce/target/x86_64-unknown-dragonfly/release/deps/libtree_sitter-913a5648b7836e40.rmeta -C link-arg=-Wl,-rpath,/usr/local/lib -C link-arg=-L/usr/local/lib -L native=/construction/editors/lapce/target/x86_64-unknown-dragonfly/release/build/tree-sitter-hcl-996f1691dc9b4b23/out -L native=/construction/editors/lapce/target/x86_64-unknown-dragonfly/release/build/tree-sitter-hcl-996f1691dc9b4b23/out -l static=parser -l static=scanner -l stdc++ -L native=/construction/editors/lapce/target/x86_64-unknown-dragonfly/release/build/tree-sitter-f8000a016cfa9963/out` Running `CARGO=/usr/local/bin/cargo CARGO_CRATE_NAME=tree_sitter_yaml CARGO_MANIFEST_DIR=/construction/editors/lapce/tree-sitter-yaml-80c8d76847f03e772c5c524cf29bafb56858a8d1 CARGO_PKG_AUTHORS='' CARGO_PKG_DESCRIPTION='yaml grammar for the tree-sitter parsing library' CARGO_PKG_HOMEPAGE='' CARGO_PKG_LICENSE=MIT CARGO_PKG_LICENSE_FILE='' CARGO_PKG_NAME=tree-sitter-yaml CARGO_PKG_README=README.md CARGO_PKG_REPOSITORY='https://github.com/panekj/tree-sitter-yaml' CARGO_PKG_RUST_VERSION='' CARGO_PKG_VERSION=0.0.1 CARGO_PKG_VERSION_MAJOR=0 CARGO_PKG_VERSION_MINOR=0 CARGO_PKG_VERSION_PATCH=1 CARGO_PKG_VERSION_PRE='' LD_LIBRARY_PATH='/construction/editors/lapce/target/release/deps:/usr/local/lib' OUT_DIR=/construction/editors/lapce/target/x86_64-unknown-dragonfly/release/build/tree-sitter-yaml-f252130566c6df00/out /usr/local/bin/rustc --crate-name tree_sitter_yaml --edition=2018 /construction/editors/lapce/tree-sitter-yaml-80c8d76847f03e772c5c524cf29bafb56858a8d1/bindings/rust/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --diagnostic-width=80 --crate-type lib --emit=dep-info,metadata,link -C opt-level=2 -C embed-bitcode=no -C metadata=463a5e6e72bb14a7 -C extra-filename=-463a5e6e72bb14a7 --out-dir /construction/editors/lapce/target/x86_64-unknown-dragonfly/release/deps --target x86_64-unknown-dragonfly -C linker=cc -L dependency=/construction/editors/lapce/target/x86_64-unknown-dragonfly/release/deps -L dependency=/construction/editors/lapce/target/release/deps --extern tree_sitter=/construction/editors/lapce/target/x86_64-unknown-dragonfly/release/deps/libtree_sitter-913a5648b7836e40.rmeta -C link-arg=-Wl,-rpath,/usr/local/lib -C link-arg=-L/usr/local/lib -L native=/construction/editors/lapce/target/x86_64-unknown-dragonfly/release/build/tree-sitter-yaml-f252130566c6df00/out -L native=/construction/editors/lapce/target/x86_64-unknown-dragonfly/release/build/tree-sitter-yaml-f252130566c6df00/out -l static=parser -l static=scanner -l stdc++ -L native=/construction/editors/lapce/target/x86_64-unknown-dragonfly/release/build/tree-sitter-f8000a016cfa9963/out` Running `CARGO=/usr/local/bin/cargo CARGO_CRATE_NAME=tree_sitter_d CARGO_MANIFEST_DIR=/construction/editors/lapce/tree-sitter-d-36603135ecb37ac6494c520efff91b875815d6f7 CARGO_PKG_AUTHORS='' CARGO_PKG_DESCRIPTION='d grammar for the tree-sitter parsing library' CARGO_PKG_HOMEPAGE='' CARGO_PKG_LICENSE=MIT CARGO_PKG_LICENSE_FILE='' CARGO_PKG_NAME=tree-sitter-d CARGO_PKG_README=README.md CARGO_PKG_REPOSITORY='https://github.com/gdamore/tree-sitter-d' CARGO_PKG_RUST_VERSION='' CARGO_PKG_VERSION=0.3.2 CARGO_PKG_VERSION_MAJOR=0 CARGO_PKG_VERSION_MINOR=3 CARGO_PKG_VERSION_PATCH=2 CARGO_PKG_VERSION_PRE='' LD_LIBRARY_PATH='/construction/editors/lapce/target/release/deps:/usr/local/lib' OUT_DIR=/construction/editors/lapce/target/x86_64-unknown-dragonfly/release/build/tree-sitter-d-d04fe7650e43a47b/out /usr/local/bin/rustc --crate-name tree_sitter_d --edition=2018 /construction/editors/lapce/tree-sitter-d-36603135ecb37ac6494c520efff91b875815d6f7/bindings/rust/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --diagnostic-width=80 --crate-type lib --emit=dep-info,metadata,link -C opt-level=2 -C embed-bitcode=no -C metadata=89ea5e71e9a4f0d2 -C extra-filename=-89ea5e71e9a4f0d2 --out-dir /construction/editors/lapce/target/x86_64-unknown-dragonfly/release/deps --target x86_64-unknown-dragonfly -C linker=cc -L dependency=/construction/editors/lapce/target/x86_64-unknown-dragonfly/release/deps -L dependency=/construction/editors/lapce/target/release/deps --extern tree_sitter=/construction/editors/lapce/target/x86_64-unknown-dragonfly/release/deps/libtree_sitter-913a5648b7836e40.rmeta -C link-arg=-Wl,-rpath,/usr/local/lib -C link-arg=-L/usr/local/lib -L native=/construction/editors/lapce/target/x86_64-unknown-dragonfly/release/build/tree-sitter-d-d04fe7650e43a47b/out -l static=parser -L native=/construction/editors/lapce/target/x86_64-unknown-dragonfly/release/build/tree-sitter-f8000a016cfa9963/out` Running `CARGO=/usr/local/bin/cargo CARGO_CRATE_NAME=tree_sitter_haskell CARGO_MANIFEST_DIR=/construction/editors/lapce/tree-sitter-haskell-e30bdfd53eb28c73f26a68b77d436fd2140af167 CARGO_PKG_AUTHORS='' CARGO_PKG_DESCRIPTION='haskell grammar for the tree-sitter parsing library' CARGO_PKG_HOMEPAGE='' CARGO_PKG_LICENSE='' CARGO_PKG_LICENSE_FILE='' CARGO_PKG_NAME=tree-sitter-haskell CARGO_PKG_README=README.md CARGO_PKG_REPOSITORY='https://github.com/tree-sitter/tree-sitter-haskell' CARGO_PKG_RUST_VERSION='' CARGO_PKG_VERSION=0.14.0 CARGO_PKG_VERSION_MAJOR=0 CARGO_PKG_VERSION_MINOR=14 CARGO_PKG_VERSION_PATCH=0 CARGO_PKG_VERSION_PRE='' LD_LIBRARY_PATH='/construction/editors/lapce/target/release/deps:/usr/local/lib' OUT_DIR=/construction/editors/lapce/target/x86_64-unknown-dragonfly/release/build/tree-sitter-haskell-d135a09b23305b4e/out /usr/local/bin/rustc --crate-name tree_sitter_haskell --edition=2018 /construction/editors/lapce/tree-sitter-haskell-e30bdfd53eb28c73f26a68b77d436fd2140af167/bindings/rust/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --diagnostic-width=80 --crate-type lib --emit=dep-info,metadata,link -C opt-level=2 -C embed-bitcode=no -C metadata=6c784191f4d1be27 -C extra-filename=-6c784191f4d1be27 --out-dir /construction/editors/lapce/target/x86_64-unknown-dragonfly/release/deps --target x86_64-unknown-dragonfly -C linker=cc -L dependency=/construction/editors/lapce/target/x86_64-unknown-dragonfly/release/deps -L dependency=/construction/editors/lapce/target/release/deps --extern tree_sitter=/construction/editors/lapce/target/x86_64-unknown-dragonfly/release/deps/libtree_sitter-913a5648b7836e40.rmeta -C link-arg=-Wl,-rpath,/usr/local/lib -C link-arg=-L/usr/local/lib -L native=/construction/editors/lapce/target/x86_64-unknown-dragonfly/release/build/tree-sitter-haskell-d135a09b23305b4e/out -l static=parser -L native=/construction/editors/lapce/target/x86_64-unknown-dragonfly/release/build/tree-sitter-f8000a016cfa9963/out` Running `CARGO=/usr/local/bin/cargo CARGO_CRATE_NAME=tree_sitter_lua CARGO_MANIFEST_DIR=/construction/editors/lapce/tree-sitter-lua-a29f646c14ed800aaeef1ca58a9bacc6d92922e8 CARGO_PKG_AUTHORS='Munif Tanjim ' CARGO_PKG_DESCRIPTION='Lua grammar for the tree-sitter parsing library' CARGO_PKG_HOMEPAGE='' CARGO_PKG_LICENSE=MIT CARGO_PKG_LICENSE_FILE='' CARGO_PKG_NAME=tree-sitter-lua CARGO_PKG_README=README.md CARGO_PKG_REPOSITORY='https://github.com/MunifTanjim/tree-sitter-lua' CARGO_PKG_RUST_VERSION='' CARGO_PKG_VERSION=0.0.12 CARGO_PKG_VERSION_MAJOR=0 CARGO_PKG_VERSION_MINOR=0 CARGO_PKG_VERSION_PATCH=12 CARGO_PKG_VERSION_PRE='' LD_LIBRARY_PATH='/construction/editors/lapce/target/release/deps:/usr/local/lib' OUT_DIR=/construction/editors/lapce/target/x86_64-unknown-dragonfly/release/build/tree-sitter-lua-9baeb3425d03744a/out /usr/local/bin/rustc --crate-name tree_sitter_lua --edition=2018 /construction/editors/lapce/tree-sitter-lua-a29f646c14ed800aaeef1ca58a9bacc6d92922e8/bindings/rust/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --diagnostic-width=80 --crate-type lib --emit=dep-info,metadata,link -C opt-level=2 -C embed-bitcode=no -C metadata=dae726da7af6f137 -C extra-filename=-dae726da7af6f137 --out-dir /construction/editors/lapce/target/x86_64-unknown-dragonfly/release/deps --target x86_64-unknown-dragonfly -C linker=cc -L dependency=/construction/editors/lapce/target/x86_64-unknown-dragonfly/release/deps -L dependency=/construction/editors/lapce/target/release/deps --extern tree_sitter=/construction/editors/lapce/target/x86_64-unknown-dragonfly/release/deps/libtree_sitter-913a5648b7836e40.rmeta -C link-arg=-Wl,-rpath,/usr/local/lib -C link-arg=-L/usr/local/lib -L native=/construction/editors/lapce/target/x86_64-unknown-dragonfly/release/build/tree-sitter-lua-9baeb3425d03744a/out -l static=parser -L native=/construction/editors/lapce/target/x86_64-unknown-dragonfly/release/build/tree-sitter-f8000a016cfa9963/out` Running `CARGO=/usr/local/bin/cargo CARGO_CRATE_NAME=tree_sitter_elm CARGO_MANIFEST_DIR=/construction/editors/lapce/lapce-0.2.8/cargo-crates/tree-sitter-elm-5.6.3 CARGO_PKG_AUTHORS='Harry Sarson :Kolja Lampe ' CARGO_PKG_DESCRIPTION='elm grammar for the tree-sitter parsing library' CARGO_PKG_HOMEPAGE='https://tree-sitter.github.io/tree-sitter/' CARGO_PKG_LICENSE=MIT CARGO_PKG_LICENSE_FILE='' CARGO_PKG_NAME=tree-sitter-elm CARGO_PKG_README=README.md CARGO_PKG_REPOSITORY='https://github.com/elm-tooling/tree-sitter-elm' CARGO_PKG_RUST_VERSION='' CARGO_PKG_VERSION=5.6.3 CARGO_PKG_VERSION_MAJOR=5 CARGO_PKG_VERSION_MINOR=6 CARGO_PKG_VERSION_PATCH=3 CARGO_PKG_VERSION_PRE='' LD_LIBRARY_PATH='/construction/editors/lapce/target/release/deps:/usr/local/lib' OUT_DIR=/construction/editors/lapce/target/x86_64-unknown-dragonfly/release/build/tree-sitter-elm-2475034bb373fa4f/out /usr/local/bin/rustc --crate-name tree_sitter_elm --edition=2018 /construction/editors/lapce/lapce-0.2.8/cargo-crates/tree-sitter-elm-5.6.3/bindings/rust/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --diagnostic-width=80 --crate-type lib --emit=dep-info,metadata,link -C opt-level=2 -C embed-bitcode=no -C metadata=ce9591d3da2a85bb -C extra-filename=-ce9591d3da2a85bb --out-dir /construction/editors/lapce/target/x86_64-unknown-dragonfly/release/deps --target x86_64-unknown-dragonfly -C linker=cc -L dependency=/construction/editors/lapce/target/x86_64-unknown-dragonfly/release/deps -L dependency=/construction/editors/lapce/target/release/deps --extern tree_sitter=/construction/editors/lapce/target/x86_64-unknown-dragonfly/release/deps/libtree_sitter-913a5648b7836e40.rmeta --cap-lints warn -C link-arg=-Wl,-rpath,/usr/local/lib -C link-arg=-L/usr/local/lib -L native=/construction/editors/lapce/target/x86_64-unknown-dragonfly/release/build/tree-sitter-elm-2475034bb373fa4f/out -L native=/construction/editors/lapce/target/x86_64-unknown-dragonfly/release/build/tree-sitter-elm-2475034bb373fa4f/out -l static=parser -l static=scanner -l stdc++ -L native=/construction/editors/lapce/target/x86_64-unknown-dragonfly/release/build/tree-sitter-f8000a016cfa9963/out` Running `CARGO=/usr/local/bin/cargo CARGO_CRATE_NAME=tree_sitter_wgsl CARGO_MANIFEST_DIR=/construction/editors/lapce/tree-sitter-wgsl-272e89ef2aeac74178edb9db4a83c1ffef80a463 CARGO_PKG_AUTHORS='' CARGO_PKG_DESCRIPTION='wgsl grammar for the tree-sitter parsing library' CARGO_PKG_HOMEPAGE='' CARGO_PKG_LICENSE=MIT CARGO_PKG_LICENSE_FILE='' CARGO_PKG_NAME=tree-sitter-wgsl CARGO_PKG_README=README.md CARGO_PKG_REPOSITORY='https://github.com/tree-sitter/tree-sitter-wgsl' CARGO_PKG_RUST_VERSION='' CARGO_PKG_VERSION=0.0.1 CARGO_PKG_VERSION_MAJOR=0 CARGO_PKG_VERSION_MINOR=0 CARGO_PKG_VERSION_PATCH=1 CARGO_PKG_VERSION_PRE='' LD_LIBRARY_PATH='/construction/editors/lapce/target/release/deps:/usr/local/lib' OUT_DIR=/construction/editors/lapce/target/x86_64-unknown-dragonfly/release/build/tree-sitter-wgsl-b9725a64bd66e693/out /usr/local/bin/rustc --crate-name tree_sitter_wgsl --edition=2018 /construction/editors/lapce/tree-sitter-wgsl-272e89ef2aeac74178edb9db4a83c1ffef80a463/bindings/rust/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --diagnostic-width=80 --crate-type lib --emit=dep-info,metadata,link -C opt-level=2 -C embed-bitcode=no -C metadata=3940b4c14407fd34 -C extra-filename=-3940b4c14407fd34 --out-dir /construction/editors/lapce/target/x86_64-unknown-dragonfly/release/deps --target x86_64-unknown-dragonfly -C linker=cc -L dependency=/construction/editors/lapce/target/x86_64-unknown-dragonfly/release/deps -L dependency=/construction/editors/lapce/target/release/deps --extern tree_sitter=/construction/editors/lapce/target/x86_64-unknown-dragonfly/release/deps/libtree_sitter-913a5648b7836e40.rmeta -C link-arg=-Wl,-rpath,/usr/local/lib -C link-arg=-L/usr/local/lib -L native=/construction/editors/lapce/target/x86_64-unknown-dragonfly/release/build/tree-sitter-wgsl-b9725a64bd66e693/out -l static=parser -L native=/construction/editors/lapce/target/x86_64-unknown-dragonfly/release/build/tree-sitter-f8000a016cfa9963/out` Running `CARGO=/usr/local/bin/cargo CARGO_CRATE_NAME=tree_sitter_java CARGO_MANIFEST_DIR=/construction/editors/lapce/tree-sitter-java-09d650def6cdf7f479f4b78f595e9ef5b58ce31e CARGO_PKG_AUTHORS='Douglas Creager :Ayman Nadeem ' CARGO_PKG_DESCRIPTION='Java grammar for the tree-sitter parsing library' CARGO_PKG_HOMEPAGE='' CARGO_PKG_LICENSE=MIT CARGO_PKG_LICENSE_FILE='' CARGO_PKG_NAME=tree-sitter-java CARGO_PKG_README=bindings/rust/README.md CARGO_PKG_REPOSITORY='https://github.com/tree-sitter/tree-sitter-java' CARGO_PKG_RUST_VERSION='' CARGO_PKG_VERSION=0.20.0 CARGO_PKG_VERSION_MAJOR=0 CARGO_PKG_VERSION_MINOR=20 CARGO_PKG_VERSION_PATCH=0 CARGO_PKG_VERSION_PRE='' LD_LIBRARY_PATH='/construction/editors/lapce/target/release/deps:/usr/local/lib' OUT_DIR=/construction/editors/lapce/target/x86_64-unknown-dragonfly/release/build/tree-sitter-java-29c714e777d0352b/out /usr/local/bin/rustc --crate-name tree_sitter_java --edition=2018 /construction/editors/lapce/tree-sitter-java-09d650def6cdf7f479f4b78f595e9ef5b58ce31e/bindings/rust/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --diagnostic-width=80 --crate-type lib --emit=dep-info,metadata,link -C opt-level=2 -C embed-bitcode=no -C metadata=7575e9b54c2acc4a -C extra-filename=-7575e9b54c2acc4a --out-dir /construction/editors/lapce/target/x86_64-unknown-dragonfly/release/deps --target x86_64-unknown-dragonfly -C linker=cc -L dependency=/construction/editors/lapce/target/x86_64-unknown-dragonfly/release/deps -L dependency=/construction/editors/lapce/target/release/deps --extern tree_sitter=/construction/editors/lapce/target/x86_64-unknown-dragonfly/release/deps/libtree_sitter-913a5648b7836e40.rmeta -C link-arg=-Wl,-rpath,/usr/local/lib -C link-arg=-L/usr/local/lib -L native=/construction/editors/lapce/target/x86_64-unknown-dragonfly/release/build/tree-sitter-java-29c714e777d0352b/out -l static=parser -L native=/construction/editors/lapce/target/x86_64-unknown-dragonfly/release/build/tree-sitter-f8000a016cfa9963/out` Running `CARGO=/usr/local/bin/cargo CARGO_CRATE_NAME=tree_sitter_bash CARGO_MANIFEST_DIR=/construction/editors/lapce/tree-sitter-bash-4488aa41406547e478636a4fcfd24f5bbc3f2f74 CARGO_PKG_AUTHORS='Max Brunsfeld for more information --> /construction/editors/lapce/lapce-0.2.8/cargo-crates/slotmap-1.0.6/src/lib.rs:14:23 | 14 | #![deny(missing_docs, unaligned_references)] | ^^^^^^^^^^^^^^^^^^^^ | = note: `#[warn(renamed_and_removed_lints)]` on by default warning: `svgtypes` (lib) generated 15 warnings Compiling strum_macros v0.21.1 Running `CARGO=/usr/local/bin/cargo CARGO_CRATE_NAME=strum_macros CARGO_MANIFEST_DIR=/construction/editors/lapce/lapce-0.2.8/cargo-crates/strum_macros-0.21.1 CARGO_PKG_AUTHORS='Peter Glotfelty ' CARGO_PKG_DESCRIPTION='Helpful macros for working with enums and strings' CARGO_PKG_HOMEPAGE='https://github.com/Peternator7/strum' CARGO_PKG_LICENSE=MIT CARGO_PKG_LICENSE_FILE='' CARGO_PKG_NAME=strum_macros CARGO_PKG_README=../README.md CARGO_PKG_REPOSITORY='https://github.com/Peternator7/strum' CARGO_PKG_RUST_VERSION='' CARGO_PKG_VERSION=0.21.1 CARGO_PKG_VERSION_MAJOR=0 CARGO_PKG_VERSION_MINOR=21 CARGO_PKG_VERSION_PATCH=1 CARGO_PKG_VERSION_PRE='' LD_LIBRARY_PATH='/construction/editors/lapce/target/release/deps:/usr/local/lib' /usr/local/bin/rustc --crate-name strum_macros --edition=2018 /construction/editors/lapce/lapce-0.2.8/cargo-crates/strum_macros-0.21.1/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --diagnostic-width=80 --crate-type proc-macro --emit=dep-info,link -C prefer-dynamic -C embed-bitcode=no -C debug-assertions=off -C metadata=f5c01a92a8505b42 -C extra-filename=-f5c01a92a8505b42 --out-dir /construction/editors/lapce/target/release/deps -C linker=cc -L dependency=/construction/editors/lapce/target/release/deps --extern heck=/construction/editors/lapce/target/release/deps/libheck-5260d0d31f81d9f8.rlib --extern proc_macro2=/construction/editors/lapce/target/release/deps/libproc_macro2-0d396a60a42a5507.rlib --extern quote=/construction/editors/lapce/target/release/deps/libquote-598fea7a1e3d78d8.rlib --extern syn=/construction/editors/lapce/target/release/deps/libsyn-175e445b271fda34.rlib --extern proc_macro --cap-lints warn` Running `CARGO=/usr/local/bin/cargo CARGO_CRATE_NAME=dirs CARGO_MANIFEST_DIR=/construction/editors/lapce/lapce-0.2.8/cargo-crates/dirs-4.0.0 CARGO_PKG_AUTHORS='Simon Ochsenreither ' CARGO_PKG_DESCRIPTION='A tiny low-level library that provides platform-specific standard locations of directories for config, cache and other data on Linux, Windows, macOS and Redox by leveraging the mechanisms defined by the XDG base/user directory specifications on Linux, the Known Folder API on Windows, and the Standard Directory guidelines on macOS.' CARGO_PKG_HOMEPAGE='' CARGO_PKG_LICENSE='MIT OR Apache-2.0' CARGO_PKG_LICENSE_FILE='' CARGO_PKG_NAME=dirs CARGO_PKG_README=README.md CARGO_PKG_REPOSITORY='https://github.com/soc/dirs-rs' CARGO_PKG_RUST_VERSION='' CARGO_PKG_VERSION=4.0.0 CARGO_PKG_VERSION_MAJOR=4 CARGO_PKG_VERSION_MINOR=0 CARGO_PKG_VERSION_PATCH=0 CARGO_PKG_VERSION_PRE='' LD_LIBRARY_PATH='/construction/editors/lapce/target/release/deps:/usr/local/lib' /usr/local/bin/rustc --crate-name dirs /construction/editors/lapce/lapce-0.2.8/cargo-crates/dirs-4.0.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --diagnostic-width=80 --crate-type lib --emit=dep-info,metadata,link -C opt-level=2 -C embed-bitcode=no -C metadata=c3732dfe56a39bcf -C extra-filename=-c3732dfe56a39bcf --out-dir /construction/editors/lapce/target/x86_64-unknown-dragonfly/release/deps --target x86_64-unknown-dragonfly -C linker=cc -L dependency=/construction/editors/lapce/target/x86_64-unknown-dragonfly/release/deps -L dependency=/construction/editors/lapce/target/release/deps --extern dirs_sys=/construction/editors/lapce/target/x86_64-unknown-dragonfly/release/deps/libdirs_sys-4dae0294e919c75f.rmeta --cap-lints warn -C link-arg=-Wl,-rpath,/usr/local/lib -C link-arg=-L/usr/local/lib` Compiling directories v4.0.1 Running `CARGO=/usr/local/bin/cargo CARGO_CRATE_NAME=directories CARGO_MANIFEST_DIR=/construction/editors/lapce/lapce-0.2.8/cargo-crates/directories-4.0.1 CARGO_PKG_AUTHORS='Simon Ochsenreither ' CARGO_PKG_DESCRIPTION='A tiny mid-level library that provides platform-specific standard locations of directories for config, cache and other data on Linux, Windows and macOS by leveraging the mechanisms defined by the XDG base/user directory specifications on Linux, the Known Folder API on Windows, and the Standard Directory guidelines on macOS.' CARGO_PKG_HOMEPAGE='' CARGO_PKG_LICENSE='MIT OR Apache-2.0' CARGO_PKG_LICENSE_FILE='' CARGO_PKG_NAME=directories CARGO_PKG_README=README.md CARGO_PKG_REPOSITORY='https://github.com/soc/directories-rs' CARGO_PKG_RUST_VERSION='' CARGO_PKG_VERSION=4.0.1 CARGO_PKG_VERSION_MAJOR=4 CARGO_PKG_VERSION_MINOR=0 CARGO_PKG_VERSION_PATCH=1 CARGO_PKG_VERSION_PRE='' LD_LIBRARY_PATH='/construction/editors/lapce/target/release/deps:/usr/local/lib' /usr/local/bin/rustc --crate-name directories /construction/editors/lapce/lapce-0.2.8/cargo-crates/directories-4.0.1/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --diagnostic-width=80 --crate-type lib --emit=dep-info,metadata,link -C opt-level=2 -C embed-bitcode=no -C metadata=8d198b43d1abb273 -C extra-filename=-8d198b43d1abb273 --out-dir /construction/editors/lapce/target/x86_64-unknown-dragonfly/release/deps --target x86_64-unknown-dragonfly -C linker=cc -L dependency=/construction/editors/lapce/target/x86_64-unknown-dragonfly/release/deps -L dependency=/construction/editors/lapce/target/release/deps --extern dirs_sys=/construction/editors/lapce/target/x86_64-unknown-dragonfly/release/deps/libdirs_sys-4dae0294e919c75f.rmeta --cap-lints warn -C link-arg=-Wl,-rpath,/usr/local/lib -C link-arg=-L/usr/local/lib` Compiling globset v0.4.9 Running `CARGO=/usr/local/bin/cargo CARGO_CRATE_NAME=globset CARGO_MANIFEST_DIR=/construction/editors/lapce/lapce-0.2.8/cargo-crates/globset-0.4.9 CARGO_PKG_AUTHORS='Andrew Gallant ' CARGO_PKG_DESCRIPTION='Cross platform single glob and glob set matching. Glob set matching is the process of matching one or more glob patterns against a single candidate path simultaneously, and returning all of the globs that matched. ' CARGO_PKG_HOMEPAGE='https://github.com/BurntSushi/ripgrep/tree/master/crates/globset' CARGO_PKG_LICENSE='Unlicense OR MIT' CARGO_PKG_LICENSE_FILE='' CARGO_PKG_NAME=globset CARGO_PKG_README=README.md CARGO_PKG_REPOSITORY='https://github.com/BurntSushi/ripgrep/tree/master/crates/globset' CARGO_PKG_RUST_VERSION='' CARGO_PKG_VERSION=0.4.9 CARGO_PKG_VERSION_MAJOR=0 CARGO_PKG_VERSION_MINOR=4 CARGO_PKG_VERSION_PATCH=9 CARGO_PKG_VERSION_PRE='' LD_LIBRARY_PATH='/construction/editors/lapce/target/release/deps:/usr/local/lib' /usr/local/bin/rustc --crate-name globset --edition=2018 /construction/editors/lapce/lapce-0.2.8/cargo-crates/globset-0.4.9/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --diagnostic-width=80 --crate-type lib --emit=dep-info,metadata,link -C opt-level=2 -C embed-bitcode=no --cfg 'feature="default"' --cfg 'feature="log"' -C metadata=6da96e47cc39e8ae -C extra-filename=-6da96e47cc39e8ae --out-dir /construction/editors/lapce/target/x86_64-unknown-dragonfly/release/deps --target x86_64-unknown-dragonfly -C linker=cc -L dependency=/construction/editors/lapce/target/x86_64-unknown-dragonfly/release/deps -L dependency=/construction/editors/lapce/target/release/deps --extern aho_corasick=/construction/editors/lapce/target/x86_64-unknown-dragonfly/release/deps/libaho_corasick-1b625eac4a86ad3b.rmeta --extern bstr=/construction/editors/lapce/target/x86_64-unknown-dragonfly/release/deps/libbstr-c36ed2695eaeb08f.rmeta --extern fnv=/construction/editors/lapce/target/x86_64-unknown-dragonfly/release/deps/libfnv-2299572ab6cbcfa7.rmeta --extern log=/construction/editors/lapce/target/x86_64-unknown-dragonfly/release/deps/liblog-be9aaa4416aa5918.rmeta --extern regex=/construction/editors/lapce/target/x86_64-unknown-dragonfly/release/deps/libregex-e528e784009362aa.rmeta --cap-lints warn -C link-arg=-Wl,-rpath,/usr/local/lib -C link-arg=-L/usr/local/lib` warning: `slotmap` (lib) generated 1 warning Compiling encoding_rs_io v0.1.7 Running `CARGO=/usr/local/bin/cargo CARGO_CRATE_NAME=encoding_rs_io CARGO_MANIFEST_DIR=/construction/editors/lapce/lapce-0.2.8/cargo-crates/encoding_rs_io-0.1.7 CARGO_PKG_AUTHORS='Andrew Gallant ' CARGO_PKG_DESCRIPTION='Streaming transcoding for encoding_rs' CARGO_PKG_HOMEPAGE='' CARGO_PKG_LICENSE='MIT OR Apache-2.0' CARGO_PKG_LICENSE_FILE='' CARGO_PKG_NAME=encoding_rs_io CARGO_PKG_README=README.md CARGO_PKG_REPOSITORY='https://github.com/BurntSushi/encoding_rs_io' CARGO_PKG_RUST_VERSION='' CARGO_PKG_VERSION=0.1.7 CARGO_PKG_VERSION_MAJOR=0 CARGO_PKG_VERSION_MINOR=1 CARGO_PKG_VERSION_PATCH=7 CARGO_PKG_VERSION_PRE='' LD_LIBRARY_PATH='/construction/editors/lapce/target/release/deps:/usr/local/lib' /usr/local/bin/rustc --crate-name encoding_rs_io /construction/editors/lapce/lapce-0.2.8/cargo-crates/encoding_rs_io-0.1.7/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --diagnostic-width=80 --crate-type lib --emit=dep-info,metadata,link -C opt-level=2 -C embed-bitcode=no -C metadata=6e49cb550a8e330f -C extra-filename=-6e49cb550a8e330f --out-dir /construction/editors/lapce/target/x86_64-unknown-dragonfly/release/deps --target x86_64-unknown-dragonfly -C linker=cc -L dependency=/construction/editors/lapce/target/x86_64-unknown-dragonfly/release/deps -L dependency=/construction/editors/lapce/target/release/deps --extern encoding_rs=/construction/editors/lapce/target/x86_64-unknown-dragonfly/release/deps/libencoding_rs-027c39078ff29283.rmeta --cap-lints warn -C link-arg=-Wl,-rpath,/usr/local/lib -C link-arg=-L/usr/local/lib` warning: `time` (lib) generated 1 warning Compiling fluent-langneg v0.13.0 Running `CARGO=/usr/local/bin/cargo CARGO_CRATE_NAME=fluent_langneg CARGO_MANIFEST_DIR=/construction/editors/lapce/lapce-0.2.8/cargo-crates/fluent-langneg-0.13.0 CARGO_PKG_AUTHORS='Zibi Braniecki ' CARGO_PKG_DESCRIPTION='A library for language and locale negotiation. ' CARGO_PKG_HOMEPAGE='http://projectfluent.org/' CARGO_PKG_LICENSE=Apache-2.0 CARGO_PKG_LICENSE_FILE='' CARGO_PKG_NAME=fluent-langneg CARGO_PKG_README=README.md CARGO_PKG_REPOSITORY='https://github.com/projectfluent/fluent-langneg-rs' CARGO_PKG_RUST_VERSION='' CARGO_PKG_VERSION=0.13.0 CARGO_PKG_VERSION_MAJOR=0 CARGO_PKG_VERSION_MINOR=13 CARGO_PKG_VERSION_PATCH=0 CARGO_PKG_VERSION_PRE='' LD_LIBRARY_PATH='/construction/editors/lapce/target/release/deps:/usr/local/lib' /usr/local/bin/rustc --crate-name fluent_langneg --edition=2018 /construction/editors/lapce/lapce-0.2.8/cargo-crates/fluent-langneg-0.13.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --diagnostic-width=80 --crate-type lib --emit=dep-info,metadata,link -C opt-level=2 -C embed-bitcode=no --cfg 'feature="default"' -C metadata=4e5d17aa832af879 -C extra-filename=-4e5d17aa832af879 --out-dir /construction/editors/lapce/target/x86_64-unknown-dragonfly/release/deps --target x86_64-unknown-dragonfly -C linker=cc -L dependency=/construction/editors/lapce/target/x86_64-unknown-dragonfly/release/deps -L dependency=/construction/editors/lapce/target/release/deps --extern unic_langid=/construction/editors/lapce/target/x86_64-unknown-dragonfly/release/deps/libunic_langid-843950d4104c6c95.rmeta --cap-lints warn -C link-arg=-Wl,-rpath,/usr/local/lib -C link-arg=-L/usr/local/lib` Compiling intl_pluralrules v7.0.1 Running `CARGO=/usr/local/bin/cargo CARGO_CRATE_NAME=intl_pluralrules CARGO_MANIFEST_DIR=/construction/editors/lapce/lapce-0.2.8/cargo-crates/intl_pluralrules-7.0.1 CARGO_PKG_AUTHORS='Kekoa Riggin :Zibi Braniecki ' CARGO_PKG_DESCRIPTION='Unicode Plural Rules categorizer for numeric input.' CARGO_PKG_HOMEPAGE='' CARGO_PKG_LICENSE=Apache-2.0/MIT CARGO_PKG_LICENSE_FILE='' CARGO_PKG_NAME=intl_pluralrules CARGO_PKG_README=README.md CARGO_PKG_REPOSITORY='https://github.com/zbraniecki/pluralrules' CARGO_PKG_RUST_VERSION='' CARGO_PKG_VERSION=7.0.1 CARGO_PKG_VERSION_MAJOR=7 CARGO_PKG_VERSION_MINOR=0 CARGO_PKG_VERSION_PATCH=1 CARGO_PKG_VERSION_PRE='' LD_LIBRARY_PATH='/construction/editors/lapce/target/release/deps:/usr/local/lib' /usr/local/bin/rustc --crate-name intl_pluralrules --edition=2018 /construction/editors/lapce/lapce-0.2.8/cargo-crates/intl_pluralrules-7.0.1/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --diagnostic-width=80 --crate-type lib --emit=dep-info,metadata,link -C opt-level=2 -C embed-bitcode=no -C metadata=8ac89e9a121af920 -C extra-filename=-8ac89e9a121af920 --out-dir /construction/editors/lapce/target/x86_64-unknown-dragonfly/release/deps --target x86_64-unknown-dragonfly -C linker=cc -L dependency=/construction/editors/lapce/target/x86_64-unknown-dragonfly/release/deps -L dependency=/construction/editors/lapce/target/release/deps --extern tinystr=/construction/editors/lapce/target/x86_64-unknown-dragonfly/release/deps/libtinystr-3ea36e319abd2f79.rmeta --extern unic_langid=/construction/editors/lapce/target/x86_64-unknown-dragonfly/release/deps/libunic_langid-843950d4104c6c95.rmeta --cap-lints warn -C link-arg=-Wl,-rpath,/usr/local/lib -C link-arg=-L/usr/local/lib` Compiling fluent-syntax v0.11.0 Running `CARGO=/usr/local/bin/cargo CARGO_CRATE_NAME=fluent_syntax CARGO_MANIFEST_DIR=/construction/editors/lapce/lapce-0.2.8/cargo-crates/fluent-syntax-0.11.0 CARGO_PKG_AUTHORS='Zibi Braniecki :Staś Małolepszy ' CARGO_PKG_DESCRIPTION='Parser/Serializer tools for Fluent Syntax. ' CARGO_PKG_HOMEPAGE='http://www.projectfluent.org' CARGO_PKG_LICENSE=Apache-2.0/MIT CARGO_PKG_LICENSE_FILE='' CARGO_PKG_NAME=fluent-syntax CARGO_PKG_README=README.md CARGO_PKG_REPOSITORY='https://github.com/projectfluent/fluent-rs' CARGO_PKG_RUST_VERSION='' CARGO_PKG_VERSION=0.11.0 CARGO_PKG_VERSION_MAJOR=0 CARGO_PKG_VERSION_MINOR=11 CARGO_PKG_VERSION_PATCH=0 CARGO_PKG_VERSION_PRE='' LD_LIBRARY_PATH='/construction/editors/lapce/target/release/deps:/usr/local/lib' /usr/local/bin/rustc --crate-name fluent_syntax --edition=2018 /construction/editors/lapce/lapce-0.2.8/cargo-crates/fluent-syntax-0.11.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --diagnostic-width=80 --crate-type lib --emit=dep-info,metadata,link -C opt-level=2 -C embed-bitcode=no --cfg 'feature="default"' -C metadata=b4688adb7bc418a1 -C extra-filename=-b4688adb7bc418a1 --out-dir /construction/editors/lapce/target/x86_64-unknown-dragonfly/release/deps --target x86_64-unknown-dragonfly -C linker=cc -L dependency=/construction/editors/lapce/target/x86_64-unknown-dragonfly/release/deps -L dependency=/construction/editors/lapce/target/release/deps --extern thiserror=/construction/editors/lapce/target/x86_64-unknown-dragonfly/release/deps/libthiserror-5044f735190ebf51.rmeta --cap-lints warn -C link-arg=-Wl,-rpath,/usr/local/lib -C link-arg=-L/usr/local/lib` Compiling alacritty_config_derive v0.2.0 Running `CARGO=/usr/local/bin/cargo CARGO_CRATE_NAME=alacritty_config_derive CARGO_MANIFEST_DIR=/construction/editors/lapce/lapce-0.2.8/cargo-crates/alacritty_config_derive-0.2.0 CARGO_PKG_AUTHORS='Christian Duerr ' CARGO_PKG_DESCRIPTION='Failure resistant deserialization derive' CARGO_PKG_HOMEPAGE='https://github.com/alacritty/alacritty' CARGO_PKG_LICENSE=MIT/Apache-2.0 CARGO_PKG_LICENSE_FILE='' CARGO_PKG_NAME=alacritty_config_derive CARGO_PKG_README='' CARGO_PKG_REPOSITORY='' CARGO_PKG_RUST_VERSION=1.57.0 CARGO_PKG_VERSION=0.2.0 CARGO_PKG_VERSION_MAJOR=0 CARGO_PKG_VERSION_MINOR=2 CARGO_PKG_VERSION_PATCH=0 CARGO_PKG_VERSION_PRE='' LD_LIBRARY_PATH='/construction/editors/lapce/target/release/deps:/usr/local/lib' /usr/local/bin/rustc --crate-name alacritty_config_derive --edition=2021 /construction/editors/lapce/lapce-0.2.8/cargo-crates/alacritty_config_derive-0.2.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --diagnostic-width=80 --crate-type proc-macro --emit=dep-info,link -C prefer-dynamic -C embed-bitcode=no -C debug-assertions=off -C metadata=69b8cb497a155acd -C extra-filename=-69b8cb497a155acd --out-dir /construction/editors/lapce/target/release/deps -C linker=cc -L dependency=/construction/editors/lapce/target/release/deps --extern proc_macro2=/construction/editors/lapce/target/release/deps/libproc_macro2-0d396a60a42a5507.rlib --extern quote=/construction/editors/lapce/target/release/deps/libquote-598fea7a1e3d78d8.rlib --extern syn=/construction/editors/lapce/target/release/deps/libsyn-175e445b271fda34.rlib --extern proc_macro --cap-lints warn` Compiling combine v4.6.6 Running `CARGO=/usr/local/bin/cargo CARGO_CRATE_NAME=combine CARGO_MANIFEST_DIR=/construction/editors/lapce/lapce-0.2.8/cargo-crates/combine-4.6.6 CARGO_PKG_AUTHORS='Markus Westerlind ' CARGO_PKG_DESCRIPTION='Fast parser combinators on arbitrary streams with zero-copy support.' CARGO_PKG_HOMEPAGE='' CARGO_PKG_LICENSE=MIT CARGO_PKG_LICENSE_FILE='' CARGO_PKG_NAME=combine CARGO_PKG_README=README.md CARGO_PKG_REPOSITORY='https://github.com/Marwes/combine' CARGO_PKG_RUST_VERSION='' CARGO_PKG_VERSION=4.6.6 CARGO_PKG_VERSION_MAJOR=4 CARGO_PKG_VERSION_MINOR=6 CARGO_PKG_VERSION_PATCH=6 CARGO_PKG_VERSION_PRE='' LD_LIBRARY_PATH='/construction/editors/lapce/target/release/deps:/usr/local/lib' /usr/local/bin/rustc --crate-name combine --edition=2018 /construction/editors/lapce/lapce-0.2.8/cargo-crates/combine-4.6.6/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --diagnostic-width=80 --crate-type lib --emit=dep-info,metadata,link -C opt-level=2 -C embed-bitcode=no --cfg 'feature="alloc"' --cfg 'feature="bytes"' --cfg 'feature="default"' --cfg 'feature="std"' -C metadata=bafbe2a89c2a4dde -C extra-filename=-bafbe2a89c2a4dde --out-dir /construction/editors/lapce/target/x86_64-unknown-dragonfly/release/deps --target x86_64-unknown-dragonfly -C linker=cc -L dependency=/construction/editors/lapce/target/x86_64-unknown-dragonfly/release/deps -L dependency=/construction/editors/lapce/target/release/deps --extern bytes=/construction/editors/lapce/target/x86_64-unknown-dragonfly/release/deps/libbytes-a4bd900413794e94.rmeta --extern memchr=/construction/editors/lapce/target/x86_64-unknown-dragonfly/release/deps/libmemchr-bcd48a6ecc42e0cb.rmeta --cap-lints warn -C link-arg=-Wl,-rpath,/usr/local/lib -C link-arg=-L/usr/local/lib` warning: `clap_derive` (lib) generated 2 warnings Compiling rand_xoshiro v0.6.0 Running `CARGO=/usr/local/bin/cargo CARGO_CRATE_NAME=rand_xoshiro CARGO_MANIFEST_DIR=/construction/editors/lapce/lapce-0.2.8/cargo-crates/rand_xoshiro-0.6.0 CARGO_PKG_AUTHORS='The Rand Project Developers' CARGO_PKG_DESCRIPTION='Xoshiro, xoroshiro and splitmix64 random number generators' CARGO_PKG_HOMEPAGE='https://rust-random.github.io/book' CARGO_PKG_LICENSE='MIT OR Apache-2.0' CARGO_PKG_LICENSE_FILE='' CARGO_PKG_NAME=rand_xoshiro CARGO_PKG_README=README.md CARGO_PKG_REPOSITORY='https://github.com/rust-random/rngs' CARGO_PKG_RUST_VERSION='' CARGO_PKG_VERSION=0.6.0 CARGO_PKG_VERSION_MAJOR=0 CARGO_PKG_VERSION_MINOR=6 CARGO_PKG_VERSION_PATCH=0 CARGO_PKG_VERSION_PRE='' LD_LIBRARY_PATH='/construction/editors/lapce/target/release/deps:/usr/local/lib' /usr/local/bin/rustc --crate-name rand_xoshiro --edition=2018 /construction/editors/lapce/lapce-0.2.8/cargo-crates/rand_xoshiro-0.6.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --diagnostic-width=80 --crate-type lib --emit=dep-info,metadata,link -C opt-level=2 -C embed-bitcode=no -C metadata=158b9af114fbde79 -C extra-filename=-158b9af114fbde79 --out-dir /construction/editors/lapce/target/x86_64-unknown-dragonfly/release/deps --target x86_64-unknown-dragonfly -C linker=cc -L dependency=/construction/editors/lapce/target/x86_64-unknown-dragonfly/release/deps -L dependency=/construction/editors/lapce/target/release/deps --extern rand_core=/construction/editors/lapce/target/x86_64-unknown-dragonfly/release/deps/librand_core-8408edb59b616dbf.rmeta --cap-lints warn -C link-arg=-Wl,-rpath,/usr/local/lib -C link-arg=-L/usr/local/lib` Compiling crypto-common v0.1.6 Running `CARGO=/usr/local/bin/cargo CARGO_CRATE_NAME=crypto_common CARGO_MANIFEST_DIR=/construction/editors/lapce/lapce-0.2.8/cargo-crates/crypto-common-0.1.6 CARGO_PKG_AUTHORS='RustCrypto Developers' CARGO_PKG_DESCRIPTION='Common cryptographic traits' CARGO_PKG_HOMEPAGE='' CARGO_PKG_LICENSE='MIT OR Apache-2.0' CARGO_PKG_LICENSE_FILE='' CARGO_PKG_NAME=crypto-common CARGO_PKG_README=README.md CARGO_PKG_REPOSITORY='https://github.com/RustCrypto/traits' CARGO_PKG_RUST_VERSION='' CARGO_PKG_VERSION=0.1.6 CARGO_PKG_VERSION_MAJOR=0 CARGO_PKG_VERSION_MINOR=1 CARGO_PKG_VERSION_PATCH=6 CARGO_PKG_VERSION_PRE='' LD_LIBRARY_PATH='/construction/editors/lapce/target/release/deps:/usr/local/lib' /usr/local/bin/rustc --crate-name crypto_common --edition=2018 /construction/editors/lapce/lapce-0.2.8/cargo-crates/crypto-common-0.1.6/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --diagnostic-width=80 --crate-type lib --emit=dep-info,metadata,link -C opt-level=2 -C embed-bitcode=no --cfg 'feature="std"' -C metadata=0fdb750ac98a578c -C extra-filename=-0fdb750ac98a578c --out-dir /construction/editors/lapce/target/x86_64-unknown-dragonfly/release/deps --target x86_64-unknown-dragonfly -C linker=cc -L dependency=/construction/editors/lapce/target/x86_64-unknown-dragonfly/release/deps -L dependency=/construction/editors/lapce/target/release/deps --extern generic_array=/construction/editors/lapce/target/x86_64-unknown-dragonfly/release/deps/libgeneric_array-1e3ced0063fc8471.rmeta --extern typenum=/construction/editors/lapce/target/x86_64-unknown-dragonfly/release/deps/libtypenum-711317fbf78cc479.rmeta --cap-lints warn -C link-arg=-Wl,-rpath,/usr/local/lib -C link-arg=-L/usr/local/lib` Compiling block-buffer v0.10.3 Running `CARGO=/usr/local/bin/cargo CARGO_CRATE_NAME=block_buffer CARGO_MANIFEST_DIR=/construction/editors/lapce/lapce-0.2.8/cargo-crates/block-buffer-0.10.3 CARGO_PKG_AUTHORS='RustCrypto Developers' CARGO_PKG_DESCRIPTION='Buffer type for block processing of data' CARGO_PKG_HOMEPAGE='' CARGO_PKG_LICENSE='MIT OR Apache-2.0' CARGO_PKG_LICENSE_FILE='' CARGO_PKG_NAME=block-buffer CARGO_PKG_README=README.md CARGO_PKG_REPOSITORY='https://github.com/RustCrypto/utils' CARGO_PKG_RUST_VERSION='' CARGO_PKG_VERSION=0.10.3 CARGO_PKG_VERSION_MAJOR=0 CARGO_PKG_VERSION_MINOR=10 CARGO_PKG_VERSION_PATCH=3 CARGO_PKG_VERSION_PRE='' LD_LIBRARY_PATH='/construction/editors/lapce/target/release/deps:/usr/local/lib' /usr/local/bin/rustc --crate-name block_buffer --edition=2018 /construction/editors/lapce/lapce-0.2.8/cargo-crates/block-buffer-0.10.3/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --diagnostic-width=80 --crate-type lib --emit=dep-info,metadata,link -C opt-level=2 -C embed-bitcode=no -C metadata=d45f316576f0aa4a -C extra-filename=-d45f316576f0aa4a --out-dir /construction/editors/lapce/target/x86_64-unknown-dragonfly/release/deps --target x86_64-unknown-dragonfly -C linker=cc -L dependency=/construction/editors/lapce/target/x86_64-unknown-dragonfly/release/deps -L dependency=/construction/editors/lapce/target/release/deps --extern generic_array=/construction/editors/lapce/target/x86_64-unknown-dragonfly/release/deps/libgeneric_array-1e3ced0063fc8471.rmeta --cap-lints warn -C link-arg=-Wl,-rpath,/usr/local/lib -C link-arg=-L/usr/local/lib` Compiling sharded-slab v0.1.4 Running `CARGO=/usr/local/bin/cargo CARGO_CRATE_NAME=sharded_slab CARGO_MANIFEST_DIR=/construction/editors/lapce/lapce-0.2.8/cargo-crates/sharded-slab-0.1.4 CARGO_PKG_AUTHORS='Eliza Weisman ' CARGO_PKG_DESCRIPTION='A lock-free concurrent slab. ' CARGO_PKG_HOMEPAGE='https://github.com/hawkw/sharded-slab' CARGO_PKG_LICENSE=MIT CARGO_PKG_LICENSE_FILE='' CARGO_PKG_NAME=sharded-slab CARGO_PKG_README=README.md CARGO_PKG_REPOSITORY='https://github.com/hawkw/sharded-slab' CARGO_PKG_RUST_VERSION='' CARGO_PKG_VERSION=0.1.4 CARGO_PKG_VERSION_MAJOR=0 CARGO_PKG_VERSION_MINOR=1 CARGO_PKG_VERSION_PATCH=4 CARGO_PKG_VERSION_PRE='' LD_LIBRARY_PATH='/construction/editors/lapce/target/release/deps:/usr/local/lib' /usr/local/bin/rustc --crate-name sharded_slab --edition=2018 /construction/editors/lapce/lapce-0.2.8/cargo-crates/sharded-slab-0.1.4/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --diagnostic-width=80 --crate-type lib --emit=dep-info,metadata,link -C opt-level=2 -C embed-bitcode=no -C metadata=35201fc4193308ea -C extra-filename=-35201fc4193308ea --out-dir /construction/editors/lapce/target/x86_64-unknown-dragonfly/release/deps --target x86_64-unknown-dragonfly -C linker=cc -L dependency=/construction/editors/lapce/target/x86_64-unknown-dragonfly/release/deps -L dependency=/construction/editors/lapce/target/release/deps --extern lazy_static=/construction/editors/lapce/target/x86_64-unknown-dragonfly/release/deps/liblazy_static-1990096226ce5b2a.rmeta --cap-lints warn -C link-arg=-Wl,-rpath,/usr/local/lib -C link-arg=-L/usr/local/lib` Compiling xattr v0.2.3 Running `CARGO=/usr/local/bin/cargo CARGO_CRATE_NAME=xattr CARGO_MANIFEST_DIR=/construction/editors/lapce/lapce-0.2.8/cargo-crates/xattr-0.2.3 CARGO_PKG_AUTHORS='Steven Allen ' CARGO_PKG_DESCRIPTION='unix extended filesystem attributes' CARGO_PKG_HOMEPAGE='' CARGO_PKG_LICENSE=MIT/Apache-2.0 CARGO_PKG_LICENSE_FILE='' CARGO_PKG_NAME=xattr CARGO_PKG_README=README.md CARGO_PKG_REPOSITORY='https://github.com/Stebalien/xattr' CARGO_PKG_RUST_VERSION='' CARGO_PKG_VERSION=0.2.3 CARGO_PKG_VERSION_MAJOR=0 CARGO_PKG_VERSION_MINOR=2 CARGO_PKG_VERSION_PATCH=3 CARGO_PKG_VERSION_PRE='' LD_LIBRARY_PATH='/construction/editors/lapce/target/release/deps:/usr/local/lib' /usr/local/bin/rustc --crate-name xattr /construction/editors/lapce/lapce-0.2.8/cargo-crates/xattr-0.2.3/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --diagnostic-width=80 --crate-type lib --emit=dep-info,metadata,link -C opt-level=2 -C embed-bitcode=no --cfg 'feature="default"' --cfg 'feature="unsupported"' -C metadata=358ec87a5a5ac4b4 -C extra-filename=-358ec87a5a5ac4b4 --out-dir /construction/editors/lapce/target/x86_64-unknown-dragonfly/release/deps --target x86_64-unknown-dragonfly -C linker=cc -L dependency=/construction/editors/lapce/target/x86_64-unknown-dragonfly/release/deps -L dependency=/construction/editors/lapce/target/release/deps --extern libc=/construction/editors/lapce/target/x86_64-unknown-dragonfly/release/deps/liblibc-8e3f13899fc9c378.rmeta --cap-lints warn -C link-arg=-Wl,-rpath,/usr/local/lib -C link-arg=-L/usr/local/lib` warning: function `path_to_c` is never used --> /construction/editors/lapce/lapce-0.2.8/cargo-crates/xattr-0.2.3/src/util.rs:26:8 | 26 | pub fn path_to_c(path: &Path) -> io::Result { | ^^^^^^^^^ | = note: `#[warn(dead_code)]` on by default warning: function `allocate_loop` is never used --> /construction/editors/lapce/lapce-0.2.8/cargo-crates/xattr-0.2.3/src/util.rs:40:15 | 40 | pub unsafe fn allocate_loop ssize_t>(mut f: ... | ^^^^^^^^^^^^^ Compiling nix v0.24.2 Running `CARGO=/usr/local/bin/cargo CARGO_CRATE_NAME=nix CARGO_MANIFEST_DIR=/construction/editors/lapce/lapce-0.2.8/cargo-crates/nix-0.24.2 CARGO_PKG_AUTHORS='The nix-rust Project Developers' CARGO_PKG_DESCRIPTION='Rust friendly bindings to *nix APIs' CARGO_PKG_HOMEPAGE='' CARGO_PKG_LICENSE=MIT CARGO_PKG_LICENSE_FILE='' CARGO_PKG_NAME=nix CARGO_PKG_README=README.md CARGO_PKG_REPOSITORY='https://github.com/nix-rust/nix' CARGO_PKG_RUST_VERSION=1.46 CARGO_PKG_VERSION=0.24.2 CARGO_PKG_VERSION_MAJOR=0 CARGO_PKG_VERSION_MINOR=24 CARGO_PKG_VERSION_PATCH=2 CARGO_PKG_VERSION_PRE='' LD_LIBRARY_PATH='/construction/editors/lapce/target/release/deps:/usr/local/lib' /usr/local/bin/rustc --crate-name nix --edition=2018 /construction/editors/lapce/lapce-0.2.8/cargo-crates/nix-0.24.2/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --diagnostic-width=80 --crate-type lib --emit=dep-info,metadata,link -C opt-level=2 -C embed-bitcode=no --cfg 'feature="acct"' --cfg 'feature="aio"' --cfg 'feature="default"' --cfg 'feature="dir"' --cfg 'feature="env"' --cfg 'feature="event"' --cfg 'feature="feature"' --cfg 'feature="fs"' --cfg 'feature="hostname"' --cfg 'feature="inotify"' --cfg 'feature="ioctl"' --cfg 'feature="kmod"' --cfg 'feature="memoffset"' --cfg 'feature="mman"' --cfg 'feature="mount"' --cfg 'feature="mqueue"' --cfg 'feature="net"' --cfg 'feature="personality"' --cfg 'feature="poll"' --cfg 'feature="process"' --cfg 'feature="pthread"' --cfg 'feature="ptrace"' --cfg 'feature="quota"' --cfg 'feature="reboot"' --cfg 'feature="resource"' --cfg 'feature="sched"' --cfg 'feature="signal"' --cfg 'feature="socket"' --cfg 'feature="term"' --cfg 'feature="time"' --cfg 'feature="ucontext"' --cfg 'feature="uio"' --cfg 'feature="user"' --cfg 'feature="zerocopy"' -C metadata=3ceb2612c125f568 -C extra-filename=-3ceb2612c125f568 --out-dir /construction/editors/lapce/target/x86_64-unknown-dragonfly/release/deps --target x86_64-unknown-dragonfly -C linker=cc -L dependency=/construction/editors/lapce/target/x86_64-unknown-dragonfly/release/deps -L dependency=/construction/editors/lapce/target/release/deps --extern bitflags=/construction/editors/lapce/target/x86_64-unknown-dragonfly/release/deps/libbitflags-cd9fb609d49c6f8e.rmeta --extern cfg_if=/construction/editors/lapce/target/x86_64-unknown-dragonfly/release/deps/libcfg_if-ab9f3df0ea533c99.rmeta --extern libc=/construction/editors/lapce/target/x86_64-unknown-dragonfly/release/deps/liblibc-8e3f13899fc9c378.rmeta --extern memoffset=/construction/editors/lapce/target/x86_64-unknown-dragonfly/release/deps/libmemoffset-d3c1c33cc010592b.rmeta --cap-lints warn -C link-arg=-Wl,-rpath,/usr/local/lib -C link-arg=-L/usr/local/lib` warning: `xattr` (lib) generated 2 warnings Compiling spinning v0.1.0 Running `CARGO=/usr/local/bin/cargo CARGO_CRATE_NAME=spinning CARGO_MANIFEST_DIR=/construction/editors/lapce/lapce-0.2.8/cargo-crates/spinning-0.1.0 CARGO_PKG_AUTHORS='4lDO2 <4lDO2@protonmail.com>' CARGO_PKG_DESCRIPTION='Mutexes and SIX locks implemented by spinning' CARGO_PKG_HOMEPAGE='' CARGO_PKG_LICENSE='MIT OR Apache-2.0' CARGO_PKG_LICENSE_FILE='' CARGO_PKG_NAME=spinning CARGO_PKG_README=README.md CARGO_PKG_REPOSITORY='https://github.com/4lDO2/spinning-rs.git' CARGO_PKG_RUST_VERSION='' CARGO_PKG_VERSION=0.1.0 CARGO_PKG_VERSION_MAJOR=0 CARGO_PKG_VERSION_MINOR=1 CARGO_PKG_VERSION_PATCH=0 CARGO_PKG_VERSION_PRE='' LD_LIBRARY_PATH='/construction/editors/lapce/target/release/deps:/usr/local/lib' /usr/local/bin/rustc --crate-name spinning --edition=2018 /construction/editors/lapce/lapce-0.2.8/cargo-crates/spinning-0.1.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --diagnostic-width=80 --crate-type lib --emit=dep-info,metadata,link -C opt-level=2 -C embed-bitcode=no --cfg 'feature="default"' --cfg 'feature="std"' -C metadata=62c91b92ee530c73 -C extra-filename=-62c91b92ee530c73 --out-dir /construction/editors/lapce/target/x86_64-unknown-dragonfly/release/deps --target x86_64-unknown-dragonfly -C linker=cc -L dependency=/construction/editors/lapce/target/x86_64-unknown-dragonfly/release/deps -L dependency=/construction/editors/lapce/target/release/deps --extern lock_api=/construction/editors/lapce/target/x86_64-unknown-dragonfly/release/deps/liblock_api-68ffcca85347c985.rmeta --cap-lints warn -C link-arg=-Wl,-rpath,/usr/local/lib -C link-arg=-L/usr/local/lib` warning: use of deprecated function `std::sync::atomic::spin_loop_hint`: use hint::spin_loop instead --> /construction/editors/lapce/lapce-0.2.8/cargo-crates/spinning-0.1.0/src/lib.rs:30:21 | 30 | atomic::spin_loop_hint(); | ^^^^^^^^^^^^^^ | = note: `#[warn(deprecated)]` on by default warning: use of deprecated function `std::sync::atomic::spin_loop_hint`: use hint::spin_loop instead --> /construction/editors/lapce/lapce-0.2.8/cargo-crates/spinning-0.1.0/src/lib.rs:165:21 | 165 | atomic::spin_loop_hint(); | ^^^^^^^^^^^^^^ warning: use of deprecated function `std::sync::atomic::spin_loop_hint`: use hint::spin_loop instead --> /construction/editors/lapce/lapce-0.2.8/cargo-crates/spinning-0.1.0/src/lib.rs:189:21 | 189 | atomic::spin_loop_hint(); | ^^^^^^^^^^^^^^ warning: use of deprecated function `std::sync::atomic::spin_loop_hint`: use hint::spin_loop instead --> /construction/editors/lapce/lapce-0.2.8/cargo-crates/spinning-0.1.0/src/lib.rs:252:21 | 252 | atomic::spin_loop_hint(); | ^^^^^^^^^^^^^^ warning: use of deprecated function `std::sync::atomic::spin_loop_hint`: use hint::spin_loop instead --> /construction/editors/lapce/lapce-0.2.8/cargo-crates/spinning-0.1.0/src/lib.rs:300:21 | 300 | atomic::spin_loop_hint(); | ^^^^^^^^^^^^^^ Compiling keyboard-types v0.6.2 Running `CARGO=/usr/local/bin/cargo CARGO_CRATE_NAME=keyboard_types CARGO_MANIFEST_DIR=/construction/editors/lapce/lapce-0.2.8/cargo-crates/keyboard-types-0.6.2 CARGO_PKG_AUTHORS='Pyfisch ' CARGO_PKG_DESCRIPTION='Contains types to define keyboard related events.' CARGO_PKG_HOMEPAGE='' CARGO_PKG_LICENSE=MIT/Apache-2.0 CARGO_PKG_LICENSE_FILE='' CARGO_PKG_NAME=keyboard-types CARGO_PKG_README=README.md CARGO_PKG_REPOSITORY='https://github.com/pyfisch/keyboard-types' CARGO_PKG_RUST_VERSION='' CARGO_PKG_VERSION=0.6.2 CARGO_PKG_VERSION_MAJOR=0 CARGO_PKG_VERSION_MINOR=6 CARGO_PKG_VERSION_PATCH=2 CARGO_PKG_VERSION_PRE='' LD_LIBRARY_PATH='/construction/editors/lapce/target/release/deps:/usr/local/lib' /usr/local/bin/rustc --crate-name keyboard_types /construction/editors/lapce/lapce-0.2.8/cargo-crates/keyboard-types-0.6.2/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --diagnostic-width=80 --crate-type lib --emit=dep-info,metadata,link -C opt-level=2 -C embed-bitcode=no -C metadata=2b4279128015ba4c -C extra-filename=-2b4279128015ba4c --out-dir /construction/editors/lapce/target/x86_64-unknown-dragonfly/release/deps --target x86_64-unknown-dragonfly -C linker=cc -L dependency=/construction/editors/lapce/target/x86_64-unknown-dragonfly/release/deps -L dependency=/construction/editors/lapce/target/release/deps --extern bitflags=/construction/editors/lapce/target/x86_64-unknown-dragonfly/release/deps/libbitflags-cd9fb609d49c6f8e.rmeta --cap-lints warn -C link-arg=-Wl,-rpath,/usr/local/lib -C link-arg=-L/usr/local/lib` warning: `spinning` (lib) generated 5 warnings Compiling arc-swap v1.5.1 Running `CARGO=/usr/local/bin/cargo CARGO_CRATE_NAME=arc_swap CARGO_MANIFEST_DIR=/construction/editors/lapce/lapce-0.2.8/cargo-crates/arc-swap-1.5.1 CARGO_PKG_AUTHORS='Michal '\''vorner'\'' Vaner ' CARGO_PKG_DESCRIPTION='Atomically swappable Arc' CARGO_PKG_HOMEPAGE='' CARGO_PKG_LICENSE=Apache-2.0/MIT CARGO_PKG_LICENSE_FILE='' CARGO_PKG_NAME=arc-swap CARGO_PKG_README=README.md CARGO_PKG_REPOSITORY='https://github.com/vorner/arc-swap' CARGO_PKG_RUST_VERSION='' CARGO_PKG_VERSION=1.5.1 CARGO_PKG_VERSION_MAJOR=1 CARGO_PKG_VERSION_MINOR=5 CARGO_PKG_VERSION_PATCH=1 CARGO_PKG_VERSION_PRE='' LD_LIBRARY_PATH='/construction/editors/lapce/target/release/deps:/usr/local/lib' /usr/local/bin/rustc --crate-name arc_swap --edition=2018 /construction/editors/lapce/lapce-0.2.8/cargo-crates/arc-swap-1.5.1/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --diagnostic-width=80 --crate-type lib --emit=dep-info,metadata,link -C opt-level=2 -C embed-bitcode=no -C metadata=08fff8c95bdbbc97 -C extra-filename=-08fff8c95bdbbc97 --out-dir /construction/editors/lapce/target/x86_64-unknown-dragonfly/release/deps --target x86_64-unknown-dragonfly -C linker=cc -L dependency=/construction/editors/lapce/target/x86_64-unknown-dragonfly/release/deps -L dependency=/construction/editors/lapce/target/release/deps --cap-lints warn -C link-arg=-Wl,-rpath,/usr/local/lib -C link-arg=-L/usr/local/lib` Compiling pathdiff v0.2.1 Running `CARGO=/usr/local/bin/cargo CARGO_CRATE_NAME=pathdiff CARGO_MANIFEST_DIR=/construction/editors/lapce/lapce-0.2.8/cargo-crates/pathdiff-0.2.1 CARGO_PKG_AUTHORS='Manish Goregaokar ' CARGO_PKG_DESCRIPTION='Library for diffing paths to obtain relative paths' CARGO_PKG_HOMEPAGE='' CARGO_PKG_LICENSE=MIT/Apache-2.0 CARGO_PKG_LICENSE_FILE='' CARGO_PKG_NAME=pathdiff CARGO_PKG_README='' CARGO_PKG_REPOSITORY='https://github.com/Manishearth/pathdiff' CARGO_PKG_RUST_VERSION='' CARGO_PKG_VERSION=0.2.1 CARGO_PKG_VERSION_MAJOR=0 CARGO_PKG_VERSION_MINOR=2 CARGO_PKG_VERSION_PATCH=1 CARGO_PKG_VERSION_PRE='' LD_LIBRARY_PATH='/construction/editors/lapce/target/release/deps:/usr/local/lib' /usr/local/bin/rustc --crate-name pathdiff --edition=2018 /construction/editors/lapce/lapce-0.2.8/cargo-crates/pathdiff-0.2.1/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --diagnostic-width=80 --crate-type lib --emit=dep-info,metadata,link -C opt-level=2 -C embed-bitcode=no -C metadata=7ffae64cde718604 -C extra-filename=-7ffae64cde718604 --out-dir /construction/editors/lapce/target/x86_64-unknown-dragonfly/release/deps --target x86_64-unknown-dragonfly -C linker=cc -L dependency=/construction/editors/lapce/target/x86_64-unknown-dragonfly/release/deps -L dependency=/construction/editors/lapce/target/release/deps --cap-lints warn -C link-arg=-Wl,-rpath,/usr/local/lib -C link-arg=-L/usr/local/lib` Compiling rctree v0.3.3 Running `CARGO=/usr/local/bin/cargo CARGO_CRATE_NAME=rctree CARGO_MANIFEST_DIR=/construction/editors/lapce/lapce-0.2.8/cargo-crates/rctree-0.3.3 CARGO_PKG_AUTHORS='Simon Sapin :Evgeniy Reizner ' CARGO_PKG_DESCRIPTION='A '\''DOM-like'\'' tree implemented using reference counting' CARGO_PKG_HOMEPAGE='' CARGO_PKG_LICENSE=MIT CARGO_PKG_LICENSE_FILE='' CARGO_PKG_NAME=rctree CARGO_PKG_README=README.md CARGO_PKG_REPOSITORY='https://github.com/RazrFalcon/rctree' CARGO_PKG_RUST_VERSION='' CARGO_PKG_VERSION=0.3.3 CARGO_PKG_VERSION_MAJOR=0 CARGO_PKG_VERSION_MINOR=3 CARGO_PKG_VERSION_PATCH=3 CARGO_PKG_VERSION_PRE='' LD_LIBRARY_PATH='/construction/editors/lapce/target/release/deps:/usr/local/lib' /usr/local/bin/rustc --crate-name rctree /construction/editors/lapce/lapce-0.2.8/cargo-crates/rctree-0.3.3/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --diagnostic-width=80 --crate-type lib --emit=dep-info,metadata,link -C opt-level=2 -C embed-bitcode=no -C metadata=2eb6402ccd2c8d55 -C extra-filename=-2eb6402ccd2c8d55 --out-dir /construction/editors/lapce/target/x86_64-unknown-dragonfly/release/deps --target x86_64-unknown-dragonfly -C linker=cc -L dependency=/construction/editors/lapce/target/x86_64-unknown-dragonfly/release/deps -L dependency=/construction/editors/lapce/target/release/deps --cap-lints warn -C link-arg=-Wl,-rpath,/usr/local/lib -C link-arg=-L/usr/local/lib` Compiling minimal-lexical v0.2.1 Running `CARGO=/usr/local/bin/cargo CARGO_CRATE_NAME=minimal_lexical CARGO_MANIFEST_DIR=/construction/editors/lapce/lapce-0.2.8/cargo-crates/minimal-lexical-0.2.1 CARGO_PKG_AUTHORS='Alex Huszagh ' CARGO_PKG_DESCRIPTION='Fast float parsing conversion routines.' CARGO_PKG_HOMEPAGE='' CARGO_PKG_LICENSE=MIT/Apache-2.0 CARGO_PKG_LICENSE_FILE='' CARGO_PKG_NAME=minimal-lexical CARGO_PKG_README=README.md CARGO_PKG_REPOSITORY='https://github.com/Alexhuszagh/minimal-lexical' CARGO_PKG_RUST_VERSION='' CARGO_PKG_VERSION=0.2.1 CARGO_PKG_VERSION_MAJOR=0 CARGO_PKG_VERSION_MINOR=2 CARGO_PKG_VERSION_PATCH=1 CARGO_PKG_VERSION_PRE='' LD_LIBRARY_PATH='/construction/editors/lapce/target/release/deps:/usr/local/lib' /usr/local/bin/rustc --crate-name minimal_lexical --edition=2018 /construction/editors/lapce/lapce-0.2.8/cargo-crates/minimal-lexical-0.2.1/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --diagnostic-width=80 --crate-type lib --emit=dep-info,metadata,link -C opt-level=2 -C embed-bitcode=no --cfg 'feature="std"' -C metadata=74e46e00792ad469 -C extra-filename=-74e46e00792ad469 --out-dir /construction/editors/lapce/target/x86_64-unknown-dragonfly/release/deps --target x86_64-unknown-dragonfly -C linker=cc -L dependency=/construction/editors/lapce/target/x86_64-unknown-dragonfly/release/deps -L dependency=/construction/editors/lapce/target/release/deps --cap-lints warn -C link-arg=-Wl,-rpath,/usr/local/lib -C link-arg=-L/usr/local/lib` Compiling intmap v0.7.1 Running `CARGO=/usr/local/bin/cargo CARGO_CRATE_NAME=intmap CARGO_MANIFEST_DIR=/construction/editors/lapce/lapce-0.2.8/cargo-crates/intmap-0.7.1 CARGO_PKG_AUTHORS='Jesper Axelsson ' CARGO_PKG_DESCRIPTION='Specialized HashMap for u64 keys' CARGO_PKG_HOMEPAGE='' CARGO_PKG_LICENSE=MIT CARGO_PKG_LICENSE_FILE='' CARGO_PKG_NAME=intmap CARGO_PKG_README=README.md CARGO_PKG_REPOSITORY='https://github.com/JesperAxelsson/rust-intmap' CARGO_PKG_RUST_VERSION='' CARGO_PKG_VERSION=0.7.1 CARGO_PKG_VERSION_MAJOR=0 CARGO_PKG_VERSION_MINOR=7 CARGO_PKG_VERSION_PATCH=1 CARGO_PKG_VERSION_PRE='' LD_LIBRARY_PATH='/construction/editors/lapce/target/release/deps:/usr/local/lib' /usr/local/bin/rustc --crate-name intmap --edition=2018 /construction/editors/lapce/lapce-0.2.8/cargo-crates/intmap-0.7.1/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --diagnostic-width=80 --crate-type lib --emit=dep-info,metadata,link -C opt-level=2 -C embed-bitcode=no -C metadata=cf0862cb841af6a8 -C extra-filename=-cf0862cb841af6a8 --out-dir /construction/editors/lapce/target/x86_64-unknown-dragonfly/release/deps --target x86_64-unknown-dragonfly -C linker=cc -L dependency=/construction/editors/lapce/target/x86_64-unknown-dragonfly/release/deps -L dependency=/construction/editors/lapce/target/release/deps --cap-lints warn -C link-arg=-Wl,-rpath,/usr/local/lib -C link-arg=-L/usr/local/lib` Running `CARGO=/usr/local/bin/cargo CARGO_CRATE_NAME=strsim CARGO_MANIFEST_DIR=/construction/editors/lapce/lapce-0.2.8/cargo-crates/strsim-0.10.0 CARGO_PKG_AUTHORS='Danny Guo ' CARGO_PKG_DESCRIPTION='Implementations of string similarity metrics. Includes Hamming, Levenshtein, OSA, Damerau-Levenshtein, Jaro, Jaro-Winkler, and Sørensen-Dice. ' CARGO_PKG_HOMEPAGE='https://github.com/dguo/strsim-rs' CARGO_PKG_LICENSE=MIT CARGO_PKG_LICENSE_FILE='' CARGO_PKG_NAME=strsim CARGO_PKG_README=README.md CARGO_PKG_REPOSITORY='https://github.com/dguo/strsim-rs' CARGO_PKG_RUST_VERSION='' CARGO_PKG_VERSION=0.10.0 CARGO_PKG_VERSION_MAJOR=0 CARGO_PKG_VERSION_MINOR=10 CARGO_PKG_VERSION_PATCH=0 CARGO_PKG_VERSION_PRE='' LD_LIBRARY_PATH='/construction/editors/lapce/target/release/deps:/usr/local/lib' /usr/local/bin/rustc --crate-name strsim /construction/editors/lapce/lapce-0.2.8/cargo-crates/strsim-0.10.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --diagnostic-width=80 --crate-type lib --emit=dep-info,metadata,link -C opt-level=2 -C embed-bitcode=no -C metadata=88dfd1971ebd0f22 -C extra-filename=-88dfd1971ebd0f22 --out-dir /construction/editors/lapce/target/x86_64-unknown-dragonfly/release/deps --target x86_64-unknown-dragonfly -C linker=cc -L dependency=/construction/editors/lapce/target/x86_64-unknown-dragonfly/release/deps -L dependency=/construction/editors/lapce/target/release/deps --cap-lints warn -C link-arg=-Wl,-rpath,/usr/local/lib -C link-arg=-L/usr/local/lib` Compiling ansi_term v0.12.1 Running `CARGO=/usr/local/bin/cargo CARGO_CRATE_NAME=ansi_term CARGO_MANIFEST_DIR=/construction/editors/lapce/lapce-0.2.8/cargo-crates/ansi_term-0.12.1 CARGO_PKG_AUTHORS='ogham@bsago.me:Ryan Scheel (Havvy) :Josh Triplett ' CARGO_PKG_DESCRIPTION='Library for ANSI terminal colours and styles (bold, underline)' CARGO_PKG_HOMEPAGE='https://github.com/ogham/rust-ansi-term' CARGO_PKG_LICENSE=MIT CARGO_PKG_LICENSE_FILE='' CARGO_PKG_NAME=ansi_term CARGO_PKG_README=README.md CARGO_PKG_REPOSITORY='https://github.com/ogham/rust-ansi-term' CARGO_PKG_RUST_VERSION='' CARGO_PKG_VERSION=0.12.1 CARGO_PKG_VERSION_MAJOR=0 CARGO_PKG_VERSION_MINOR=12 CARGO_PKG_VERSION_PATCH=1 CARGO_PKG_VERSION_PRE='' LD_LIBRARY_PATH='/construction/editors/lapce/target/release/deps:/usr/local/lib' /usr/local/bin/rustc --crate-name ansi_term /construction/editors/lapce/lapce-0.2.8/cargo-crates/ansi_term-0.12.1/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --diagnostic-width=80 --crate-type lib --emit=dep-info,metadata,link -C opt-level=2 -C embed-bitcode=no -C metadata=61869b5c0886cd21 -C extra-filename=-61869b5c0886cd21 --out-dir /construction/editors/lapce/target/x86_64-unknown-dragonfly/release/deps --target x86_64-unknown-dragonfly -C linker=cc -L dependency=/construction/editors/lapce/target/x86_64-unknown-dragonfly/release/deps -L dependency=/construction/editors/lapce/target/release/deps --cap-lints warn -C link-arg=-Wl,-rpath,/usr/local/lib -C link-arg=-L/usr/local/lib` warning: associated type `wstr` should have an upper camel case name --> /construction/editors/lapce/lapce-0.2.8/cargo-crates/ansi_term-0.12.1/src/write.rs:6:10 | 6 | type wstr: ?Sized; | ^^^^ help: convert the identifier to upper camel case (notice the capitalization): `Wstr` | = note: `#[warn(non_camel_case_types)]` on by default warning: trait objects without an explicit `dyn` are deprecated --> /construction/editors/lapce/lapce-0.2.8/cargo-crates/ansi_term-0.12.1/src/write.rs:15:23 | 15 | impl<'a> AnyWrite for fmt::Write + 'a { | ^^^^^^^^^^^^^^^ | = warning: this is accepted in the current edition (Rust 2015) but is a hard error in Rust 2021! = note: for more information, see = note: `#[warn(bare_trait_objects)]` on by default help: use `dyn` | 15 | impl<'a> AnyWrite for dyn fmt::Write + 'a { | +++ help: alternatively use a blanket implementation to implement `AnyWrite` for all types that also implement `fmt::Write + 'a` | 15 | impl<'a, T: fmt::Write + 'a> AnyWrite for T { | ++++++++++++++++++++ ~ warning: trait objects without an explicit `dyn` are deprecated --> /construction/editors/lapce/lapce-0.2.8/cargo-crates/ansi_term-0.12.1/src/write.rs:29:23 | 29 | impl<'a> AnyWrite for io::Write + 'a { | ^^^^^^^^^^^^^^ | = warning: this is accepted in the current edition (Rust 2015) but is a hard error in Rust 2021! = note: for more information, see help: use `dyn` | 29 | impl<'a> AnyWrite for dyn io::Write + 'a { | +++ help: alternatively use a blanket implementation to implement `AnyWrite` for all types that also implement `io::Write + 'a` | 29 | impl<'a, T: io::Write + 'a> AnyWrite for T { | +++++++++++++++++++ ~ warning: trait objects without an explicit `dyn` are deprecated --> /construction/editors/lapce/lapce-0.2.8/cargo-crates/ansi_term-0.12.1/src/ansi.rs:279:21 | 279 | let f: &mut fmt::Write = f; | ^^^^^^^^^^ | = warning: this is accepted in the current edition (Rust 2015) but is a hard error in Rust 2021! = note: for more information, see help: use `dyn` | 279 | let f: &mut dyn fmt::Write = f; | +++ warning: trait objects without an explicit `dyn` are deprecated --> /construction/editors/lapce/lapce-0.2.8/cargo-crates/ansi_term-0.12.1/src/ansi.rs:291:29 | 291 | let f: &mut fmt::Write = f; | ^^^^^^^^^^ | = warning: this is accepted in the current edition (Rust 2015) but is a hard error in Rust 2021! = note: for more information, see help: use `dyn` | 291 | let f: &mut dyn fmt::Write = f; | +++ warning: trait objects without an explicit `dyn` are deprecated --> /construction/editors/lapce/lapce-0.2.8/cargo-crates/ansi_term-0.12.1/src/ansi.rs:295:29 | 295 | let f: &mut fmt::Write = f; | ^^^^^^^^^^ | = warning: this is accepted in the current edition (Rust 2015) but is a hard error in Rust 2021! = note: for more information, see help: use `dyn` | 295 | let f: &mut dyn fmt::Write = f; | +++ warning: trait objects without an explicit `dyn` are deprecated --> /construction/editors/lapce/lapce-0.2.8/cargo-crates/ansi_term-0.12.1/src/ansi.rs:308:21 | 308 | let f: &mut fmt::Write = f; | ^^^^^^^^^^ | = warning: this is accepted in the current edition (Rust 2015) but is a hard error in Rust 2021! = note: for more information, see help: use `dyn` | 308 | let f: &mut dyn fmt::Write = f; | +++ warning: trait objects without an explicit `dyn` are deprecated --> /construction/editors/lapce/lapce-0.2.8/cargo-crates/ansi_term-0.12.1/src/display.rs:201:21 | 201 | let w: &mut fmt::Write = f; | ^^^^^^^^^^ | = warning: this is accepted in the current edition (Rust 2015) but is a hard error in Rust 2021! = note: for more information, see help: use `dyn` | 201 | let w: &mut dyn fmt::Write = f; | +++ warning: trait objects without an explicit `dyn` are deprecated --> /construction/editors/lapce/lapce-0.2.8/cargo-crates/ansi_term-0.12.1/src/display.rs:210:21 | 210 | let w: &mut io::Write = w; | ^^^^^^^^^ | = warning: this is accepted in the current edition (Rust 2015) but is a hard error in Rust 2021! = note: for more information, see help: use `dyn` | 210 | let w: &mut dyn io::Write = w; | +++ warning: trait objects without an explicit `dyn` are deprecated --> /construction/editors/lapce/lapce-0.2.8/cargo-crates/ansi_term-0.12.1/src/display.rs:229:21 | 229 | let f: &mut fmt::Write = f; | ^^^^^^^^^^ | = warning: this is accepted in the current edition (Rust 2015) but is a hard error in Rust 2021! = note: for more information, see help: use `dyn` | 229 | let f: &mut dyn fmt::Write = f; | +++ warning: trait objects without an explicit `dyn` are deprecated --> /construction/editors/lapce/lapce-0.2.8/cargo-crates/ansi_term-0.12.1/src/display.rs:239:21 | 239 | let w: &mut io::Write = w; | ^^^^^^^^^ | = warning: this is accepted in the current edition (Rust 2015) but is a hard error in Rust 2021! = note: for more information, see help: use `dyn` | 239 | let w: &mut dyn io::Write = w; | +++ Compiling strum v0.21.0 Running `CARGO=/usr/local/bin/cargo CARGO_CRATE_NAME=strum CARGO_MANIFEST_DIR=/construction/editors/lapce/lapce-0.2.8/cargo-crates/strum-0.21.0 CARGO_PKG_AUTHORS='Peter Glotfelty ' CARGO_PKG_DESCRIPTION='Helpful macros for working with enums and strings' CARGO_PKG_HOMEPAGE='https://github.com/Peternator7/strum' CARGO_PKG_LICENSE=MIT CARGO_PKG_LICENSE_FILE='' CARGO_PKG_NAME=strum CARGO_PKG_README=../README.md CARGO_PKG_REPOSITORY='https://github.com/Peternator7/strum' CARGO_PKG_RUST_VERSION='' CARGO_PKG_VERSION=0.21.0 CARGO_PKG_VERSION_MAJOR=0 CARGO_PKG_VERSION_MINOR=21 CARGO_PKG_VERSION_PATCH=0 CARGO_PKG_VERSION_PRE='' LD_LIBRARY_PATH='/construction/editors/lapce/target/release/deps:/usr/local/lib' /usr/local/bin/rustc --crate-name strum --edition=2018 /construction/editors/lapce/lapce-0.2.8/cargo-crates/strum-0.21.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --diagnostic-width=80 --crate-type lib --emit=dep-info,metadata,link -C opt-level=2 -C embed-bitcode=no -C metadata=d0dc0b3d91b883b7 -C extra-filename=-d0dc0b3d91b883b7 --out-dir /construction/editors/lapce/target/x86_64-unknown-dragonfly/release/deps --target x86_64-unknown-dragonfly -C linker=cc -L dependency=/construction/editors/lapce/target/x86_64-unknown-dragonfly/release/deps -L dependency=/construction/editors/lapce/target/release/deps --cap-lints warn -C link-arg=-Wl,-rpath,/usr/local/lib -C link-arg=-L/usr/local/lib` Compiling self_cell v0.10.2 Running `CARGO=/usr/local/bin/cargo CARGO_CRATE_NAME=self_cell CARGO_MANIFEST_DIR=/construction/editors/lapce/lapce-0.2.8/cargo-crates/self_cell-0.10.2 CARGO_PKG_AUTHORS='Lukas Bergdoll ' CARGO_PKG_DESCRIPTION='Safe-to-use proc-macro-free self-referential structs in stable Rust.' CARGO_PKG_HOMEPAGE='' CARGO_PKG_LICENSE=Apache-2.0 CARGO_PKG_LICENSE_FILE='' CARGO_PKG_NAME=self_cell CARGO_PKG_README=README.md CARGO_PKG_REPOSITORY='https://github.com/Voultapher/self_cell' CARGO_PKG_RUST_VERSION='' CARGO_PKG_VERSION=0.10.2 CARGO_PKG_VERSION_MAJOR=0 CARGO_PKG_VERSION_MINOR=10 CARGO_PKG_VERSION_PATCH=2 CARGO_PKG_VERSION_PRE='' LD_LIBRARY_PATH='/construction/editors/lapce/target/release/deps:/usr/local/lib' /usr/local/bin/rustc --crate-name self_cell --edition=2018 /construction/editors/lapce/lapce-0.2.8/cargo-crates/self_cell-0.10.2/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --diagnostic-width=80 --crate-type lib --emit=dep-info,metadata,link -C opt-level=2 -C embed-bitcode=no -C metadata=554d5a90b4729b9a -C extra-filename=-554d5a90b4729b9a --out-dir /construction/editors/lapce/target/x86_64-unknown-dragonfly/release/deps --target x86_64-unknown-dragonfly -C linker=cc -L dependency=/construction/editors/lapce/target/x86_64-unknown-dragonfly/release/deps -L dependency=/construction/editors/lapce/target/release/deps --cap-lints warn -C link-arg=-Wl,-rpath,/usr/local/lib -C link-arg=-L/usr/local/lib` Compiling pulldown-cmark v0.9.2 Running `CARGO=/usr/local/bin/cargo CARGO_CRATE_NAME=build_script_build CARGO_MANIFEST_DIR=/construction/editors/lapce/lapce-0.2.8/cargo-crates/pulldown-cmark-0.9.2 CARGO_PKG_AUTHORS='Raph Levien :Marcus Klaas de Vries ' CARGO_PKG_DESCRIPTION='A pull parser for CommonMark' CARGO_PKG_HOMEPAGE='' CARGO_PKG_LICENSE=MIT CARGO_PKG_LICENSE_FILE='' CARGO_PKG_NAME=pulldown-cmark CARGO_PKG_README=README.md CARGO_PKG_REPOSITORY='https://github.com/raphlinus/pulldown-cmark' CARGO_PKG_RUST_VERSION='' CARGO_PKG_VERSION=0.9.2 CARGO_PKG_VERSION_MAJOR=0 CARGO_PKG_VERSION_MINOR=9 CARGO_PKG_VERSION_PATCH=2 CARGO_PKG_VERSION_PRE='' LD_LIBRARY_PATH='/construction/editors/lapce/target/release/deps:/usr/local/lib' /usr/local/bin/rustc --crate-name build_script_build --edition=2021 /construction/editors/lapce/lapce-0.2.8/cargo-crates/pulldown-cmark-0.9.2/build.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --diagnostic-width=80 --crate-type bin --emit=dep-info,link -C embed-bitcode=no -C debug-assertions=off --cfg 'feature="default"' --cfg 'feature="getopts"' -C metadata=be22423276494567 -C extra-filename=-be22423276494567 --out-dir /construction/editors/lapce/target/release/build/pulldown-cmark-be22423276494567 -C linker=cc -L dependency=/construction/editors/lapce/target/release/deps --cap-lints warn` Compiling textwrap v0.15.2 Running `CARGO=/usr/local/bin/cargo CARGO_CRATE_NAME=textwrap CARGO_MANIFEST_DIR=/construction/editors/lapce/lapce-0.2.8/cargo-crates/textwrap-0.15.2 CARGO_PKG_AUTHORS='Martin Geisler ' CARGO_PKG_DESCRIPTION='Powerful library for word wrapping, indenting, and dedenting strings' CARGO_PKG_HOMEPAGE='' CARGO_PKG_LICENSE=MIT CARGO_PKG_LICENSE_FILE='' CARGO_PKG_NAME=textwrap CARGO_PKG_README=README.md CARGO_PKG_REPOSITORY='https://github.com/mgeisler/textwrap' CARGO_PKG_RUST_VERSION='' CARGO_PKG_VERSION=0.15.2 CARGO_PKG_VERSION_MAJOR=0 CARGO_PKG_VERSION_MINOR=15 CARGO_PKG_VERSION_PATCH=2 CARGO_PKG_VERSION_PRE='' LD_LIBRARY_PATH='/construction/editors/lapce/target/release/deps:/usr/local/lib' /usr/local/bin/rustc --crate-name textwrap --edition=2018 /construction/editors/lapce/lapce-0.2.8/cargo-crates/textwrap-0.15.2/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --diagnostic-width=80 --crate-type lib --emit=dep-info,metadata,link -C opt-level=2 -C embed-bitcode=no -C metadata=2477fd4b99714ed4 -C extra-filename=-2477fd4b99714ed4 --out-dir /construction/editors/lapce/target/x86_64-unknown-dragonfly/release/deps --target x86_64-unknown-dragonfly -C linker=cc -L dependency=/construction/editors/lapce/target/x86_64-unknown-dragonfly/release/deps -L dependency=/construction/editors/lapce/target/release/deps --cap-lints warn -C link-arg=-Wl,-rpath,/usr/local/lib -C link-arg=-L/usr/local/lib` warning: `ansi_term` (lib) generated 11 warnings Running `/construction/editors/lapce/target/release/build/pulldown-cmark-be22423276494567/build-script-build` Compiling fluent-bundle v0.15.2 Running `CARGO=/usr/local/bin/cargo CARGO_CRATE_NAME=fluent_bundle CARGO_MANIFEST_DIR=/construction/editors/lapce/lapce-0.2.8/cargo-crates/fluent-bundle-0.15.2 CARGO_PKG_AUTHORS='Zibi Braniecki :Staś Małolepszy ' CARGO_PKG_DESCRIPTION='A localization system designed to unleash the entire expressive power of natural language translations. ' CARGO_PKG_HOMEPAGE='http://www.projectfluent.org' CARGO_PKG_LICENSE=Apache-2.0/MIT CARGO_PKG_LICENSE_FILE='' CARGO_PKG_NAME=fluent-bundle CARGO_PKG_README=README.md CARGO_PKG_REPOSITORY='https://github.com/projectfluent/fluent-rs' CARGO_PKG_RUST_VERSION='' CARGO_PKG_VERSION=0.15.2 CARGO_PKG_VERSION_MAJOR=0 CARGO_PKG_VERSION_MINOR=15 CARGO_PKG_VERSION_PATCH=2 CARGO_PKG_VERSION_PRE='' LD_LIBRARY_PATH='/construction/editors/lapce/target/release/deps:/usr/local/lib' /usr/local/bin/rustc --crate-name fluent_bundle --edition=2018 /construction/editors/lapce/lapce-0.2.8/cargo-crates/fluent-bundle-0.15.2/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --diagnostic-width=80 --crate-type lib --emit=dep-info,metadata,link -C opt-level=2 -C embed-bitcode=no --cfg 'feature="default"' -C metadata=82d56a549a6d6cfc -C extra-filename=-82d56a549a6d6cfc --out-dir /construction/editors/lapce/target/x86_64-unknown-dragonfly/release/deps --target x86_64-unknown-dragonfly -C linker=cc -L dependency=/construction/editors/lapce/target/x86_64-unknown-dragonfly/release/deps -L dependency=/construction/editors/lapce/target/release/deps --extern fluent_langneg=/construction/editors/lapce/target/x86_64-unknown-dragonfly/release/deps/libfluent_langneg-4e5d17aa832af879.rmeta --extern fluent_syntax=/construction/editors/lapce/target/x86_64-unknown-dragonfly/release/deps/libfluent_syntax-b4688adb7bc418a1.rmeta --extern intl_memoizer=/construction/editors/lapce/target/x86_64-unknown-dragonfly/release/deps/libintl_memoizer-63dab14e6a657eaa.rmeta --extern intl_pluralrules=/construction/editors/lapce/target/x86_64-unknown-dragonfly/release/deps/libintl_pluralrules-8ac89e9a121af920.rmeta --extern rustc_hash=/construction/editors/lapce/target/x86_64-unknown-dragonfly/release/deps/librustc_hash-05c7e6865dc58183.rmeta --extern self_cell=/construction/editors/lapce/target/x86_64-unknown-dragonfly/release/deps/libself_cell-554d5a90b4729b9a.rmeta --extern smallvec=/construction/editors/lapce/target/x86_64-unknown-dragonfly/release/deps/libsmallvec-ec6dc2d9ac4945a3.rmeta --extern unic_langid=/construction/editors/lapce/target/x86_64-unknown-dragonfly/release/deps/libunic_langid-843950d4104c6c95.rmeta --cap-lints warn -C link-arg=-Wl,-rpath,/usr/local/lib -C link-arg=-L/usr/local/lib` warning: `piet-wgpu` (lib) generated 18 warnings (run `cargo fix --lib -p piet-wgpu` to apply 14 suggestions) Compiling clap v3.2.22 Running `CARGO=/usr/local/bin/cargo CARGO_CRATE_NAME=clap CARGO_MANIFEST_DIR=/construction/editors/lapce/lapce-0.2.8/cargo-crates/clap-3.2.22 CARGO_PKG_AUTHORS='' CARGO_PKG_DESCRIPTION='A simple to use, efficient, and full-featured Command Line Argument Parser' CARGO_PKG_HOMEPAGE='' CARGO_PKG_LICENSE='MIT OR Apache-2.0' CARGO_PKG_LICENSE_FILE='' CARGO_PKG_NAME=clap CARGO_PKG_README=README.md CARGO_PKG_REPOSITORY='https://github.com/clap-rs/clap' CARGO_PKG_RUST_VERSION=1.56.1 CARGO_PKG_VERSION=3.2.22 CARGO_PKG_VERSION_MAJOR=3 CARGO_PKG_VERSION_MINOR=2 CARGO_PKG_VERSION_PATCH=22 CARGO_PKG_VERSION_PRE='' LD_LIBRARY_PATH='/construction/editors/lapce/target/release/deps:/usr/local/lib' /usr/local/bin/rustc --crate-name clap --edition=2021 /construction/editors/lapce/lapce-0.2.8/cargo-crates/clap-3.2.22/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --diagnostic-width=80 --crate-type lib --emit=dep-info,metadata,link -C opt-level=2 -C embed-bitcode=no --cfg 'feature="atty"' --cfg 'feature="clap_derive"' --cfg 'feature="color"' --cfg 'feature="default"' --cfg 'feature="derive"' --cfg 'feature="once_cell"' --cfg 'feature="std"' --cfg 'feature="strsim"' --cfg 'feature="suggestions"' --cfg 'feature="termcolor"' -C metadata=9b76c3536fa22da2 -C extra-filename=-9b76c3536fa22da2 --out-dir /construction/editors/lapce/target/x86_64-unknown-dragonfly/release/deps --target x86_64-unknown-dragonfly -C linker=cc -L dependency=/construction/editors/lapce/target/x86_64-unknown-dragonfly/release/deps -L dependency=/construction/editors/lapce/target/release/deps --extern atty=/construction/editors/lapce/target/x86_64-unknown-dragonfly/release/deps/libatty-e812593e7f0fc996.rmeta --extern bitflags=/construction/editors/lapce/target/x86_64-unknown-dragonfly/release/deps/libbitflags-cd9fb609d49c6f8e.rmeta --extern clap_derive=/construction/editors/lapce/target/release/deps/libclap_derive-82ebb38e07580b95.so --extern clap_lex=/construction/editors/lapce/target/x86_64-unknown-dragonfly/release/deps/libclap_lex-1bd9ca330d125350.rmeta --extern indexmap=/construction/editors/lapce/target/x86_64-unknown-dragonfly/release/deps/libindexmap-a2b2dbd4525d6eb8.rmeta --extern once_cell=/construction/editors/lapce/target/x86_64-unknown-dragonfly/release/deps/libonce_cell-d7e3c1c39ed164f9.rmeta --extern strsim=/construction/editors/lapce/target/x86_64-unknown-dragonfly/release/deps/libstrsim-88dfd1971ebd0f22.rmeta --extern termcolor=/construction/editors/lapce/target/x86_64-unknown-dragonfly/release/deps/libtermcolor-f413cb0041e3473c.rmeta --extern textwrap=/construction/editors/lapce/target/x86_64-unknown-dragonfly/release/deps/libtextwrap-2477fd4b99714ed4.rmeta --cap-lints warn -C link-arg=-Wl,-rpath,/usr/local/lib -C link-arg=-L/usr/local/lib` Compiling tracing-subscriber v0.3.15 Running `CARGO=/usr/local/bin/cargo CARGO_CRATE_NAME=tracing_subscriber CARGO_MANIFEST_DIR=/construction/editors/lapce/lapce-0.2.8/cargo-crates/tracing-subscriber-0.3.15 CARGO_PKG_AUTHORS='Eliza Weisman :David Barsky :Tokio Contributors ' CARGO_PKG_DESCRIPTION='Utilities for implementing and composing `tracing` subscribers. ' CARGO_PKG_HOMEPAGE='https://tokio.rs' CARGO_PKG_LICENSE=MIT CARGO_PKG_LICENSE_FILE='' CARGO_PKG_NAME=tracing-subscriber CARGO_PKG_README=README.md CARGO_PKG_REPOSITORY='https://github.com/tokio-rs/tracing' CARGO_PKG_RUST_VERSION=1.49.0 CARGO_PKG_VERSION=0.3.15 CARGO_PKG_VERSION_MAJOR=0 CARGO_PKG_VERSION_MINOR=3 CARGO_PKG_VERSION_PATCH=15 CARGO_PKG_VERSION_PRE='' LD_LIBRARY_PATH='/construction/editors/lapce/target/release/deps:/usr/local/lib' /usr/local/bin/rustc --crate-name tracing_subscriber --edition=2018 /construction/editors/lapce/lapce-0.2.8/cargo-crates/tracing-subscriber-0.3.15/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --diagnostic-width=80 --crate-type lib --emit=dep-info,metadata,link -C opt-level=2 -C embed-bitcode=no --cfg 'feature="alloc"' --cfg 'feature="ansi"' --cfg 'feature="ansi_term"' --cfg 'feature="fmt"' --cfg 'feature="registry"' --cfg 'feature="sharded-slab"' --cfg 'feature="std"' --cfg 'feature="thread_local"' -C metadata=7a66d28f16afe002 -C extra-filename=-7a66d28f16afe002 --out-dir /construction/editors/lapce/target/x86_64-unknown-dragonfly/release/deps --target x86_64-unknown-dragonfly -C linker=cc -L dependency=/construction/editors/lapce/target/x86_64-unknown-dragonfly/release/deps -L dependency=/construction/editors/lapce/target/release/deps --extern ansi_term=/construction/editors/lapce/target/x86_64-unknown-dragonfly/release/deps/libansi_term-61869b5c0886cd21.rmeta --extern sharded_slab=/construction/editors/lapce/target/x86_64-unknown-dragonfly/release/deps/libsharded_slab-35201fc4193308ea.rmeta --extern thread_local=/construction/editors/lapce/target/x86_64-unknown-dragonfly/release/deps/libthread_local-03d3b6538b723665.rmeta --extern tracing_core=/construction/editors/lapce/target/x86_64-unknown-dragonfly/release/deps/libtracing_core-45ef4d6d5f25a7ff.rmeta --cap-lints warn -C link-arg=-Wl,-rpath,/usr/local/lib -C link-arg=-L/usr/local/lib` warning: lint `const_err` has been removed: converted into hard error, see issue #71800 for more information --> /construction/editors/lapce/lapce-0.2.8/cargo-crates/tracing-subscriber-0.3.15/src/lib.rs:183:5 | 183 | const_err, | ^^^^^^^^^ | = note: `#[warn(renamed_and_removed_lints)]` on by default Compiling interprocess v1.1.1 Running `CARGO=/usr/local/bin/cargo CARGO_CRATE_NAME=interprocess CARGO_MANIFEST_DIR=/construction/editors/lapce/lapce-0.2.8/cargo-crates/interprocess-1.1.1 CARGO_PKG_AUTHORS='Kotauskas ' CARGO_PKG_DESCRIPTION='Interprocess communication toolkit' CARGO_PKG_HOMEPAGE='' CARGO_PKG_LICENSE='MIT OR Apache-2.0' CARGO_PKG_LICENSE_FILE='' CARGO_PKG_NAME=interprocess CARGO_PKG_README=README.md CARGO_PKG_REPOSITORY='https://github.com/kotauskas/interprocess' CARGO_PKG_RUST_VERSION='' CARGO_PKG_VERSION=1.1.1 CARGO_PKG_VERSION_MAJOR=1 CARGO_PKG_VERSION_MINOR=1 CARGO_PKG_VERSION_PATCH=1 CARGO_PKG_VERSION_PRE='' LD_LIBRARY_PATH='/construction/editors/lapce/target/release/deps:/usr/local/lib' /usr/local/bin/rustc --crate-name interprocess --edition=2018 /construction/editors/lapce/lapce-0.2.8/cargo-crates/interprocess-1.1.1/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --diagnostic-width=80 --crate-type lib --emit=dep-info,metadata,link -C opt-level=2 -C embed-bitcode=no --cfg 'feature="blocking"' --cfg 'feature="default"' --cfg 'feature="futures"' --cfg 'feature="intmap"' --cfg 'feature="nonblocking"' --cfg 'feature="once_cell"' --cfg 'feature="signals"' --cfg 'feature="spinning"' --cfg 'feature="thiserror"' -C metadata=6db6fa4bec00df81 -C extra-filename=-6db6fa4bec00df81 --out-dir /construction/editors/lapce/target/x86_64-unknown-dragonfly/release/deps --target x86_64-unknown-dragonfly -C linker=cc -L dependency=/construction/editors/lapce/target/x86_64-unknown-dragonfly/release/deps -L dependency=/construction/editors/lapce/target/release/deps --extern blocking=/construction/editors/lapce/target/x86_64-unknown-dragonfly/release/deps/libblocking-03cb193baac3a42b.rmeta --extern cfg_if=/construction/editors/lapce/target/x86_64-unknown-dragonfly/release/deps/libcfg_if-ab9f3df0ea533c99.rmeta --extern futures=/construction/editors/lapce/target/x86_64-unknown-dragonfly/release/deps/libfutures-b9dc80f98b445da6.rmeta --extern intmap=/construction/editors/lapce/target/x86_64-unknown-dragonfly/release/deps/libintmap-cf0862cb841af6a8.rmeta --extern libc=/construction/editors/lapce/target/x86_64-unknown-dragonfly/release/deps/liblibc-8e3f13899fc9c378.rmeta --extern once_cell=/construction/editors/lapce/target/x86_64-unknown-dragonfly/release/deps/libonce_cell-d7e3c1c39ed164f9.rmeta --extern spinning=/construction/editors/lapce/target/x86_64-unknown-dragonfly/release/deps/libspinning-62c91b92ee530c73.rmeta --extern thiserror=/construction/editors/lapce/target/x86_64-unknown-dragonfly/release/deps/libthiserror-5044f735190ebf51.rmeta --cap-lints warn -C link-arg=-Wl,-rpath,/usr/local/lib -C link-arg=-L/usr/local/lib` error[E0432]: unresolved imports `libc::SIGPOLL`, `libc::SO_PEERCRED`, `libc::SCM_CREDENTIALS`, `libc::ucred` --> /construction/editors/lapce/lapce-0.2.8/cargo-crates/interprocess-1.1.1/src/os/unix/imports.rs:51:13 | 51 | SIGPOLL, | ^^^^^^^ no `SIGPOLL` in the root 52 | SO_PASSCRED, 53 | SO_PEERCRED, | ^^^^^^^^^^^ no `SO_PEERCRED` in the root 54 | SCM_CREDENTIALS, | ^^^^^^^^^^^^^^^ no `SCM_CREDENTIALS` in the root 55 | socklen_t, 56 | ucred, | ^^^^^ no `ucred` in the root | = help: consider importing this module instead: std::os::unix::ucred help: a similar name exists in the module | 51 | SIGILL, | ~~~~~~ help: a similar name exists in the module | 53 | SO_PASSCRED, | ~~~~~~~~~~~ help: a similar name exists in the module | 56 | xucred, | ~~~~~~ For more information about this error, try `rustc --explain E0432`. error: could not compile `interprocess` (lib) due to previous error Caused by: process didn't exit successfully: `CARGO=/usr/local/bin/cargo CARGO_CRATE_NAME=interprocess CARGO_MANIFEST_DIR=/construction/editors/lapce/lapce-0.2.8/cargo-crates/interprocess-1.1.1 CARGO_PKG_AUTHORS='Kotauskas ' CARGO_PKG_DESCRIPTION='Interprocess communication toolkit' CARGO_PKG_HOMEPAGE='' CARGO_PKG_LICENSE='MIT OR Apache-2.0' CARGO_PKG_LICENSE_FILE='' CARGO_PKG_NAME=interprocess CARGO_PKG_README=README.md CARGO_PKG_REPOSITORY='https://github.com/kotauskas/interprocess' CARGO_PKG_RUST_VERSION='' CARGO_PKG_VERSION=1.1.1 CARGO_PKG_VERSION_MAJOR=1 CARGO_PKG_VERSION_MINOR=1 CARGO_PKG_VERSION_PATCH=1 CARGO_PKG_VERSION_PRE='' LD_LIBRARY_PATH='/construction/editors/lapce/target/release/deps:/usr/local/lib' /usr/local/bin/rustc --crate-name interprocess --edition=2018 /construction/editors/lapce/lapce-0.2.8/cargo-crates/interprocess-1.1.1/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --diagnostic-width=80 --crate-type lib --emit=dep-info,metadata,link -C opt-level=2 -C embed-bitcode=no --cfg 'feature="blocking"' --cfg 'feature="default"' --cfg 'feature="futures"' --cfg 'feature="intmap"' --cfg 'feature="nonblocking"' --cfg 'feature="once_cell"' --cfg 'feature="signals"' --cfg 'feature="spinning"' --cfg 'feature="thiserror"' -C metadata=6db6fa4bec00df81 -C extra-filename=-6db6fa4bec00df81 --out-dir /construction/editors/lapce/target/x86_64-unknown-dragonfly/release/deps --target x86_64-unknown-dragonfly -C linker=cc -L dependency=/construction/editors/lapce/target/x86_64-unknown-dragonfly/release/deps -L dependency=/construction/editors/lapce/target/release/deps --extern blocking=/construction/editors/lapce/target/x86_64-unknown-dragonfly/release/deps/libblocking-03cb193baac3a42b.rmeta --extern cfg_if=/construction/editors/lapce/target/x86_64-unknown-dragonfly/release/deps/libcfg_if-ab9f3df0ea533c99.rmeta --extern futures=/construction/editors/lapce/target/x86_64-unknown-dragonfly/release/deps/libfutures-b9dc80f98b445da6.rmeta --extern intmap=/construction/editors/lapce/target/x86_64-unknown-dragonfly/release/deps/libintmap-cf0862cb841af6a8.rmeta --extern libc=/construction/editors/lapce/target/x86_64-unknown-dragonfly/release/deps/liblibc-8e3f13899fc9c378.rmeta --extern once_cell=/construction/editors/lapce/target/x86_64-unknown-dragonfly/release/deps/libonce_cell-d7e3c1c39ed164f9.rmeta --extern spinning=/construction/editors/lapce/target/x86_64-unknown-dragonfly/release/deps/libspinning-62c91b92ee530c73.rmeta --extern thiserror=/construction/editors/lapce/target/x86_64-unknown-dragonfly/release/deps/libthiserror-5044f735190ebf51.rmeta --cap-lints warn -C link-arg=-Wl,-rpath,/usr/local/lib -C link-arg=-L/usr/local/lib` (exit status: 1) warning: build failed, waiting for other jobs to finish... [tree-sitter-ruby 0.19.0] TARGET = Some("x86_64-unknown-dragonfly") [tree-sitter-ruby 0.19.0] OPT_LEVEL = Some("2") [tree-sitter-ruby 0.19.0] HOST = Some("x86_64-unknown-dragonfly") [tree-sitter-ruby 0.19.0] CXX_x86_64-unknown-dragonfly = None [tree-sitter-ruby 0.19.0] CXX_x86_64_unknown_dragonfly = None [tree-sitter-ruby 0.19.0] HOST_CXX = None [tree-sitter-ruby 0.19.0] CXX = Some("c++") [tree-sitter-ruby 0.19.0] CXXFLAGS_x86_64-unknown-dragonfly = None [tree-sitter-ruby 0.19.0] CXXFLAGS_x86_64_unknown_dragonfly = None [tree-sitter-ruby 0.19.0] HOST_CXXFLAGS = None [tree-sitter-ruby 0.19.0] CXXFLAGS = Some(" -pipe -O2 -isystem /usr/local/include -fno-strict-aliasing -isystem /usr/local/include ") [tree-sitter-ruby 0.19.0] CRATE_CC_NO_DEFAULTS = None [tree-sitter-ruby 0.19.0] DEBUG = Some("false") [tree-sitter-ruby 0.19.0] CARGO_CFG_TARGET_FEATURE = Some("fxsr,sse,sse2") [tree-sitter-ruby 0.19.0] CXX_x86_64-unknown-dragonfly = None [tree-sitter-ruby 0.19.0] CXX_x86_64_unknown_dragonfly = None [tree-sitter-ruby 0.19.0] HOST_CXX = None [tree-sitter-ruby 0.19.0] CXX = Some("c++") [tree-sitter-ruby 0.19.0] CXXFLAGS_x86_64-unknown-dragonfly = None [tree-sitter-ruby 0.19.0] CXXFLAGS_x86_64_unknown_dragonfly = None [tree-sitter-ruby 0.19.0] HOST_CXXFLAGS = None [tree-sitter-ruby 0.19.0] CXXFLAGS = Some(" -pipe -O2 -isystem /usr/local/include -fno-strict-aliasing -isystem /usr/local/include ") [tree-sitter-ruby 0.19.0] CRATE_CC_NO_DEFAULTS = None [tree-sitter-ruby 0.19.0] CARGO_CFG_TARGET_FEATURE = Some("fxsr,sse,sse2") [tree-sitter-ruby 0.19.0] CXX_x86_64-unknown-dragonfly = None [tree-sitter-ruby 0.19.0] CXX_x86_64_unknown_dragonfly = None [tree-sitter-ruby 0.19.0] HOST_CXX = None [tree-sitter-ruby 0.19.0] CXX = Some("c++") [tree-sitter-ruby 0.19.0] CXXFLAGS_x86_64-unknown-dragonfly = None [tree-sitter-ruby 0.19.0] CXXFLAGS_x86_64_unknown_dragonfly = None [tree-sitter-ruby 0.19.0] HOST_CXXFLAGS = None [tree-sitter-ruby 0.19.0] CXXFLAGS = Some(" -pipe -O2 -isystem /usr/local/include -fno-strict-aliasing -isystem /usr/local/include ") [tree-sitter-ruby 0.19.0] CRATE_CC_NO_DEFAULTS = None [tree-sitter-ruby 0.19.0] CARGO_CFG_TARGET_FEATURE = Some("fxsr,sse,sse2") [tree-sitter-ruby 0.19.0] running: "c++" "-O2" "-ffunction-sections" "-fdata-sections" "-fPIC" "-m64" "-pipe" "-O2" "-isystem" "/usr/local/include" "-fno-strict-aliasing" "-isystem" "/usr/local/include" "-I" "src" "-Wno-unused-parameter" "-Wno-unused-but-set-variable" "-o" "/construction/editors/lapce/target/x86_64-unknown-dragonfly/release/build/tree-sitter-ruby-41a3b08ee2eb5b3b/out/src/scanner.o" "-c" "src/scanner.cc" [tree-sitter-ruby 0.19.0] exit status: 0 [tree-sitter-zig 0.0.1] TARGET = Some("x86_64-unknown-dragonfly") [tree-sitter-zig 0.0.1] OPT_LEVEL = Some("2") [tree-sitter-zig 0.0.1] HOST = Some("x86_64-unknown-dragonfly") [tree-sitter-zig 0.0.1] CC_x86_64-unknown-dragonfly = None [tree-sitter-zig 0.0.1] CC_x86_64_unknown_dragonfly = None [tree-sitter-zig 0.0.1] HOST_CC = None [tree-sitter-zig 0.0.1] CC = Some("cc") [tree-sitter-zig 0.0.1] CFLAGS_x86_64-unknown-dragonfly = None [tree-sitter-zig 0.0.1] CFLAGS_x86_64_unknown_dragonfly = None [tree-sitter-zig 0.0.1] HOST_CFLAGS = None [tree-sitter-zig 0.0.1] CFLAGS = Some("-pipe -O2 -isystem /usr/local/include -fno-strict-aliasing ") [tree-sitter-zig 0.0.1] CRATE_CC_NO_DEFAULTS = None [tree-sitter-zig 0.0.1] DEBUG = Some("false") [tree-sitter-zig 0.0.1] CARGO_CFG_TARGET_FEATURE = Some("fxsr,sse,sse2") [tree-sitter-zig 0.0.1] CC_x86_64-unknown-dragonfly = None [tree-sitter-zig 0.0.1] CC_x86_64_unknown_dragonfly = None [tree-sitter-zig 0.0.1] HOST_CC = None [tree-sitter-zig 0.0.1] CC = Some("cc") [tree-sitter-zig 0.0.1] CFLAGS_x86_64-unknown-dragonfly = None [tree-sitter-zig 0.0.1] CFLAGS_x86_64_unknown_dragonfly = None [tree-sitter-zig 0.0.1] HOST_CFLAGS = None [tree-sitter-zig 0.0.1] CFLAGS = Some("-pipe -O2 -isystem /usr/local/include -fno-strict-aliasing ") [tree-sitter-zig 0.0.1] CRATE_CC_NO_DEFAULTS = None [tree-sitter-zig 0.0.1] CARGO_CFG_TARGET_FEATURE = Some("fxsr,sse,sse2") [tree-sitter-zig 0.0.1] CC_x86_64-unknown-dragonfly = None [tree-sitter-zig 0.0.1] CC_x86_64_unknown_dragonfly = None [tree-sitter-zig 0.0.1] HOST_CC = None [tree-sitter-zig 0.0.1] CC = Some("cc") [tree-sitter-zig 0.0.1] CFLAGS_x86_64-unknown-dragonfly = None [tree-sitter-zig 0.0.1] CFLAGS_x86_64_unknown_dragonfly = None [tree-sitter-zig 0.0.1] HOST_CFLAGS = None [tree-sitter-zig 0.0.1] CFLAGS = Some("-pipe -O2 -isystem /usr/local/include -fno-strict-aliasing ") [tree-sitter-zig 0.0.1] CRATE_CC_NO_DEFAULTS = None [tree-sitter-zig 0.0.1] CARGO_CFG_TARGET_FEATURE = Some("fxsr,sse,sse2") [tree-sitter-zig 0.0.1] CC_x86_64-unknown-dragonfly = None [tree-sitter-zig 0.0.1] CC_x86_64_unknown_dragonfly = None [tree-sitter-zig 0.0.1] HOST_CC = None [tree-sitter-zig 0.0.1] CC = Some("cc") [tree-sitter-zig 0.0.1] CFLAGS_x86_64-unknown-dragonfly = None [tree-sitter-zig 0.0.1] CFLAGS_x86_64_unknown_dragonfly = None [tree-sitter-zig 0.0.1] HOST_CFLAGS = None [tree-sitter-zig 0.0.1] CFLAGS = Some("-pipe -O2 -isystem /usr/local/include -fno-strict-aliasing ") [tree-sitter-zig 0.0.1] CRATE_CC_NO_DEFAULTS = None [tree-sitter-zig 0.0.1] CARGO_CFG_TARGET_FEATURE = Some("fxsr,sse,sse2") [tree-sitter-zig 0.0.1] running: "cc" "-O2" "-ffunction-sections" "-fdata-sections" "-fPIC" "-m64" "-pipe" "-O2" "-isystem" "/usr/local/include" "-fno-strict-aliasing" "-I" "src" "-Wno-unused-parameter" "-Wno-unused-but-set-variable" "-Wno-trigraphs" "-o" "/construction/editors/lapce/target/x86_64-unknown-dragonfly/release/build/tree-sitter-zig-b488453b5ccfb817/out/src/parser.o" "-c" "src/parser.c" [tree-sitter-zig 0.0.1] exit status: 0 [tree-sitter-kotlin 0.2.11] AR_x86_64-unknown-dragonfly = None [tree-sitter-kotlin 0.2.11] AR_x86_64_unknown_dragonfly = None [tree-sitter-kotlin 0.2.11] HOST_AR = None [tree-sitter-kotlin 0.2.11] AR = None [tree-sitter-kotlin 0.2.11] running: ZERO_AR_DATE="1" "ar" "cq" "/construction/editors/lapce/target/x86_64-unknown-dragonfly/release/build/tree-sitter-kotlin-3498c66c4cca798b/out/libparser.a" "/construction/editors/lapce/target/x86_64-unknown-dragonfly/release/build/tree-sitter-kotlin-3498c66c4cca798b/out/src/parser.o" "/construction/editors/lapce/target/x86_64-unknown-dragonfly/release/build/tree-sitter-kotlin-3498c66c4cca798b/out/src/scanner.o" [tree-sitter-kotlin 0.2.11] exit status: 0 [tree-sitter-kotlin 0.2.11] running: "ar" "s" "/construction/editors/lapce/target/x86_64-unknown-dragonfly/release/build/tree-sitter-kotlin-3498c66c4cca798b/out/libparser.a" [tree-sitter-kotlin 0.2.11] exit status: 0 [tree-sitter-kotlin 0.2.11] cargo:rustc-link-lib=static=parser [tree-sitter-kotlin 0.2.11] cargo:rustc-link-search=native=/construction/editors/lapce/target/x86_64-unknown-dragonfly/release/build/tree-sitter-kotlin-3498c66c4cca798b/out [tree-sitter-kotlin 0.2.11] cargo:rerun-if-changed=src/parser.c [tree-sitter-scss 0.0.1] AR_x86_64-unknown-dragonfly = None [tree-sitter-scss 0.0.1] AR_x86_64_unknown_dragonfly = None [tree-sitter-scss 0.0.1] HOST_AR = None [tree-sitter-scss 0.0.1] AR = None [tree-sitter-scss 0.0.1] running: ZERO_AR_DATE="1" "ar" "cq" "/construction/editors/lapce/target/x86_64-unknown-dragonfly/release/build/tree-sitter-scss-d205769694dce6c9/out/libparser.a" "/construction/editors/lapce/target/x86_64-unknown-dragonfly/release/build/tree-sitter-scss-d205769694dce6c9/out/src/parser.o" "/construction/editors/lapce/target/x86_64-unknown-dragonfly/release/build/tree-sitter-scss-d205769694dce6c9/out/src/scanner.o" [tree-sitter-scss 0.0.1] exit status: 0 [tree-sitter-scss 0.0.1] running: "ar" "s" "/construction/editors/lapce/target/x86_64-unknown-dragonfly/release/build/tree-sitter-scss-d205769694dce6c9/out/libparser.a" [tree-sitter-scss 0.0.1] exit status: 0 [tree-sitter-scss 0.0.1] cargo:rustc-link-lib=static=parser [tree-sitter-scss 0.0.1] cargo:rustc-link-search=native=/construction/editors/lapce/target/x86_64-unknown-dragonfly/release/build/tree-sitter-scss-d205769694dce6c9/out [tree-sitter-md 0.1.2] AR_x86_64-unknown-dragonfly = None [tree-sitter-md 0.1.2] AR_x86_64_unknown_dragonfly = None [tree-sitter-md 0.1.2] HOST_AR = None [tree-sitter-md 0.1.2] AR = None [tree-sitter-md 0.1.2] running: ZERO_AR_DATE="1" "ar" "cq" "/construction/editors/lapce/target/x86_64-unknown-dragonfly/release/build/tree-sitter-md-86d4f52109cb4a6d/out/libscanner_inline.a" "/construction/editors/lapce/target/x86_64-unknown-dragonfly/release/build/tree-sitter-md-86d4f52109cb4a6d/out/tree-sitter-markdown-inline/src/scanner.o" [tree-sitter-md 0.1.2] exit status: 0 [tree-sitter-md 0.1.2] running: "ar" "s" "/construction/editors/lapce/target/x86_64-unknown-dragonfly/release/build/tree-sitter-md-86d4f52109cb4a6d/out/libscanner_inline.a" [tree-sitter-md 0.1.2] exit status: 0 [tree-sitter-md 0.1.2] cargo:rustc-link-lib=static=scanner_inline [tree-sitter-md 0.1.2] cargo:rustc-link-search=native=/construction/editors/lapce/target/x86_64-unknown-dragonfly/release/build/tree-sitter-md-86d4f52109cb4a6d/out [tree-sitter-md 0.1.2] CXXSTDLIB_x86_64-unknown-dragonfly = None [tree-sitter-md 0.1.2] CXXSTDLIB_x86_64_unknown_dragonfly = None [tree-sitter-md 0.1.2] HOST_CXXSTDLIB = None [tree-sitter-md 0.1.2] CXXSTDLIB = None [tree-sitter-md 0.1.2] cargo:rustc-link-lib=stdc++ [tree-sitter-md 0.1.2] cargo:rerun-if-changed=tree-sitter-markdown-inline/src/scanner.cc [tree-sitter-erlang 0.0.1] AR_x86_64-unknown-dragonfly = None [tree-sitter-erlang 0.0.1] AR_x86_64_unknown_dragonfly = None [tree-sitter-erlang 0.0.1] HOST_AR = None [tree-sitter-erlang 0.0.1] AR = None [tree-sitter-erlang 0.0.1] running: ZERO_AR_DATE="1" "ar" "cq" "/construction/editors/lapce/target/x86_64-unknown-dragonfly/release/build/tree-sitter-erlang-cab411ae73484806/out/libparser.a" "/construction/editors/lapce/target/x86_64-unknown-dragonfly/release/build/tree-sitter-erlang-cab411ae73484806/out/src/parser.o" [tree-sitter-erlang 0.0.1] exit status: 0 [tree-sitter-erlang 0.0.1] running: "ar" "s" "/construction/editors/lapce/target/x86_64-unknown-dragonfly/release/build/tree-sitter-erlang-cab411ae73484806/out/libparser.a" [tree-sitter-erlang 0.0.1] exit status: 0 [tree-sitter-erlang 0.0.1] cargo:rustc-link-lib=static=parser [tree-sitter-erlang 0.0.1] cargo:rustc-link-search=native=/construction/editors/lapce/target/x86_64-unknown-dragonfly/release/build/tree-sitter-erlang-cab411ae73484806/out [tree-sitter-erlang 0.0.1] cargo:rerun-if-changed=src/parser.c [tree-sitter-cmake 0.1.0] AR_x86_64-unknown-dragonfly = None [tree-sitter-cmake 0.1.0] AR_x86_64_unknown_dragonfly = None [tree-sitter-cmake 0.1.0] HOST_AR = None [tree-sitter-cmake 0.1.0] AR = None [tree-sitter-cmake 0.1.0] running: ZERO_AR_DATE="1" "ar" "cq" "/construction/editors/lapce/target/x86_64-unknown-dragonfly/release/build/tree-sitter-cmake-80e79eeb002d5d37/out/libparser.a" "/construction/editors/lapce/target/x86_64-unknown-dragonfly/release/build/tree-sitter-cmake-80e79eeb002d5d37/out/src/parser.o" [tree-sitter-cmake 0.1.0] exit status: 0 [tree-sitter-cmake 0.1.0] running: "ar" "s" "/construction/editors/lapce/target/x86_64-unknown-dragonfly/release/build/tree-sitter-cmake-80e79eeb002d5d37/out/libparser.a" [tree-sitter-cmake 0.1.0] exit status: 0 [tree-sitter-cmake 0.1.0] cargo:rustc-link-lib=static=parser [tree-sitter-cmake 0.1.0] cargo:rustc-link-search=native=/construction/editors/lapce/target/x86_64-unknown-dragonfly/release/build/tree-sitter-cmake-80e79eeb002d5d37/out [tree-sitter-cmake 0.1.0] cargo:rerun-if-changed=src/parser.c [tree-sitter-c-sharp 0.20.0] TARGET = Some("x86_64-unknown-dragonfly") [tree-sitter-c-sharp 0.20.0] OPT_LEVEL = Some("2") [tree-sitter-c-sharp 0.20.0] HOST = Some("x86_64-unknown-dragonfly") [tree-sitter-c-sharp 0.20.0] CC_x86_64-unknown-dragonfly = None [tree-sitter-c-sharp 0.20.0] CC_x86_64_unknown_dragonfly = None [tree-sitter-c-sharp 0.20.0] HOST_CC = None [tree-sitter-c-sharp 0.20.0] CC = Some("cc") [tree-sitter-c-sharp 0.20.0] CFLAGS_x86_64-unknown-dragonfly = None [tree-sitter-c-sharp 0.20.0] CFLAGS_x86_64_unknown_dragonfly = None [tree-sitter-c-sharp 0.20.0] HOST_CFLAGS = None [tree-sitter-c-sharp 0.20.0] CFLAGS = Some("-pipe -O2 -isystem /usr/local/include -fno-strict-aliasing ") [tree-sitter-c-sharp 0.20.0] CRATE_CC_NO_DEFAULTS = None [tree-sitter-c-sharp 0.20.0] DEBUG = Some("false") [tree-sitter-c-sharp 0.20.0] CARGO_CFG_TARGET_FEATURE = Some("fxsr,sse,sse2") [tree-sitter-c-sharp 0.20.0] CC_x86_64-unknown-dragonfly = None [tree-sitter-c-sharp 0.20.0] CC_x86_64_unknown_dragonfly = None [tree-sitter-c-sharp 0.20.0] HOST_CC = None [tree-sitter-c-sharp 0.20.0] CC = Some("cc") [tree-sitter-c-sharp 0.20.0] CFLAGS_x86_64-unknown-dragonfly = None [tree-sitter-c-sharp 0.20.0] CFLAGS_x86_64_unknown_dragonfly = None [tree-sitter-c-sharp 0.20.0] HOST_CFLAGS = None [tree-sitter-c-sharp 0.20.0] CFLAGS = Some("-pipe -O2 -isystem /usr/local/include -fno-strict-aliasing ") [tree-sitter-c-sharp 0.20.0] CRATE_CC_NO_DEFAULTS = None [tree-sitter-c-sharp 0.20.0] CARGO_CFG_TARGET_FEATURE = Some("fxsr,sse,sse2") [tree-sitter-c-sharp 0.20.0] CC_x86_64-unknown-dragonfly = None [tree-sitter-c-sharp 0.20.0] CC_x86_64_unknown_dragonfly = None [tree-sitter-c-sharp 0.20.0] HOST_CC = None [tree-sitter-c-sharp 0.20.0] CC = Some("cc") [tree-sitter-c-sharp 0.20.0] CFLAGS_x86_64-unknown-dragonfly = None [tree-sitter-c-sharp 0.20.0] CFLAGS_x86_64_unknown_dragonfly = None [tree-sitter-c-sharp 0.20.0] HOST_CFLAGS = None [tree-sitter-c-sharp 0.20.0] CFLAGS = Some("-pipe -O2 -isystem /usr/local/include -fno-strict-aliasing ") [tree-sitter-c-sharp 0.20.0] CRATE_CC_NO_DEFAULTS = None [tree-sitter-c-sharp 0.20.0] CARGO_CFG_TARGET_FEATURE = Some("fxsr,sse,sse2") [tree-sitter-c-sharp 0.20.0] CC_x86_64-unknown-dragonfly = None [tree-sitter-c-sharp 0.20.0] CC_x86_64_unknown_dragonfly = None [tree-sitter-c-sharp 0.20.0] HOST_CC = None [tree-sitter-c-sharp 0.20.0] CC = Some("cc") [tree-sitter-c-sharp 0.20.0] CFLAGS_x86_64-unknown-dragonfly = None [tree-sitter-c-sharp 0.20.0] CFLAGS_x86_64_unknown_dragonfly = None [tree-sitter-c-sharp 0.20.0] HOST_CFLAGS = None [tree-sitter-c-sharp 0.20.0] CFLAGS = Some("-pipe -O2 -isystem /usr/local/include -fno-strict-aliasing ") [tree-sitter-c-sharp 0.20.0] CRATE_CC_NO_DEFAULTS = None [tree-sitter-c-sharp 0.20.0] CARGO_CFG_TARGET_FEATURE = Some("fxsr,sse,sse2") [tree-sitter-c-sharp 0.20.0] running: "cc" "-O2" "-ffunction-sections" "-fdata-sections" "-fPIC" "-m64" "-pipe" "-O2" "-isystem" "/usr/local/include" "-fno-strict-aliasing" "-I" "src" "-Wno-unused-parameter" "-Wno-unused-but-set-variable" "-Wno-trigraphs" "-o" "/construction/editors/lapce/target/x86_64-unknown-dragonfly/release/build/tree-sitter-c-sharp-9ef9331e829e3062/out/src/parser.o" "-c" "src/parser.c" [tree-sitter-c-sharp 0.20.0] exit status: 0 [tree-sitter-cpp 0.20.0] AR_x86_64-unknown-dragonfly = None [tree-sitter-cpp 0.20.0] AR_x86_64_unknown_dragonfly = None [tree-sitter-cpp 0.20.0] HOST_AR = None [tree-sitter-cpp 0.20.0] AR = None [tree-sitter-cpp 0.20.0] running: ZERO_AR_DATE="1" "ar" "cq" "/construction/editors/lapce/target/x86_64-unknown-dragonfly/release/build/tree-sitter-cpp-3c40c26c3cc4cae3/out/libparser.a" "/construction/editors/lapce/target/x86_64-unknown-dragonfly/release/build/tree-sitter-cpp-3c40c26c3cc4cae3/out/src/parser.o" [tree-sitter-cpp 0.20.0] exit status: 0 [tree-sitter-cpp 0.20.0] running: "ar" "s" "/construction/editors/lapce/target/x86_64-unknown-dragonfly/release/build/tree-sitter-cpp-3c40c26c3cc4cae3/out/libparser.a" [tree-sitter-cpp 0.20.0] exit status: 0 [tree-sitter-cpp 0.20.0] cargo:rustc-link-lib=static=parser [tree-sitter-cpp 0.20.0] cargo:rustc-link-search=native=/construction/editors/lapce/target/x86_64-unknown-dragonfly/release/build/tree-sitter-cpp-3c40c26c3cc4cae3/out [tree-sitter-cpp 0.20.0] cargo:rerun-if-changed=src/scanner.cc [tree-sitter-zig 0.0.1] AR_x86_64-unknown-dragonfly = None [tree-sitter-zig 0.0.1] AR_x86_64_unknown_dragonfly = None [tree-sitter-zig 0.0.1] HOST_AR = None [tree-sitter-zig 0.0.1] AR = None [tree-sitter-zig 0.0.1] running: ZERO_AR_DATE="1" "ar" "cq" "/construction/editors/lapce/target/x86_64-unknown-dragonfly/release/build/tree-sitter-zig-b488453b5ccfb817/out/libparser.a" "/construction/editors/lapce/target/x86_64-unknown-dragonfly/release/build/tree-sitter-zig-b488453b5ccfb817/out/src/parser.o" [tree-sitter-zig 0.0.1] exit status: 0 [tree-sitter-zig 0.0.1] running: "ar" "s" "/construction/editors/lapce/target/x86_64-unknown-dragonfly/release/build/tree-sitter-zig-b488453b5ccfb817/out/libparser.a" [tree-sitter-zig 0.0.1] exit status: 0 [tree-sitter-zig 0.0.1] cargo:rustc-link-lib=static=parser [tree-sitter-zig 0.0.1] cargo:rustc-link-search=native=/construction/editors/lapce/target/x86_64-unknown-dragonfly/release/build/tree-sitter-zig-b488453b5ccfb817/out [tree-sitter-zig 0.0.1] cargo:rerun-if-changed=src/parser.c [tree-sitter-sql 0.0.2] TARGET = Some("x86_64-unknown-dragonfly") [tree-sitter-sql 0.0.2] OPT_LEVEL = Some("2") [tree-sitter-sql 0.0.2] HOST = Some("x86_64-unknown-dragonfly") [tree-sitter-sql 0.0.2] CXX_x86_64-unknown-dragonfly = None [tree-sitter-sql 0.0.2] CXX_x86_64_unknown_dragonfly = None [tree-sitter-sql 0.0.2] HOST_CXX = None [tree-sitter-sql 0.0.2] CXX = Some("c++") [tree-sitter-sql 0.0.2] CXXFLAGS_x86_64-unknown-dragonfly = None [tree-sitter-sql 0.0.2] CXXFLAGS_x86_64_unknown_dragonfly = None [tree-sitter-sql 0.0.2] HOST_CXXFLAGS = None [tree-sitter-sql 0.0.2] CXXFLAGS = Some(" -pipe -O2 -isystem /usr/local/include -fno-strict-aliasing -isystem /usr/local/include ") [tree-sitter-sql 0.0.2] CRATE_CC_NO_DEFAULTS = None [tree-sitter-sql 0.0.2] DEBUG = Some("false") [tree-sitter-sql 0.0.2] CARGO_CFG_TARGET_FEATURE = Some("fxsr,sse,sse2") [tree-sitter-sql 0.0.2] CXX_x86_64-unknown-dragonfly = None [tree-sitter-sql 0.0.2] CXX_x86_64_unknown_dragonfly = None [tree-sitter-sql 0.0.2] HOST_CXX = None [tree-sitter-sql 0.0.2] CXX = Some("c++") [tree-sitter-sql 0.0.2] CXXFLAGS_x86_64-unknown-dragonfly = None [tree-sitter-sql 0.0.2] CXXFLAGS_x86_64_unknown_dragonfly = None [tree-sitter-sql 0.0.2] HOST_CXXFLAGS = None [tree-sitter-sql 0.0.2] CXXFLAGS = Some(" -pipe -O2 -isystem /usr/local/include -fno-strict-aliasing -isystem /usr/local/include ") [tree-sitter-sql 0.0.2] CRATE_CC_NO_DEFAULTS = None [tree-sitter-sql 0.0.2] CARGO_CFG_TARGET_FEATURE = Some("fxsr,sse,sse2") [tree-sitter-sql 0.0.2] CXX_x86_64-unknown-dragonfly = None [tree-sitter-sql 0.0.2] CXX_x86_64_unknown_dragonfly = None [tree-sitter-sql 0.0.2] HOST_CXX = None [tree-sitter-sql 0.0.2] CXX = Some("c++") [tree-sitter-sql 0.0.2] CXXFLAGS_x86_64-unknown-dragonfly = None [tree-sitter-sql 0.0.2] CXXFLAGS_x86_64_unknown_dragonfly = None [tree-sitter-sql 0.0.2] HOST_CXXFLAGS = None [tree-sitter-sql 0.0.2] CXXFLAGS = Some(" -pipe -O2 -isystem /usr/local/include -fno-strict-aliasing -isystem /usr/local/include ") [tree-sitter-sql 0.0.2] CRATE_CC_NO_DEFAULTS = None [tree-sitter-sql 0.0.2] CARGO_CFG_TARGET_FEATURE = Some("fxsr,sse,sse2") [tree-sitter-sql 0.0.2] running: "c++" "-O2" "-ffunction-sections" "-fdata-sections" "-fPIC" "-m64" "-pipe" "-O2" "-isystem" "/usr/local/include" "-fno-strict-aliasing" "-isystem" "/usr/local/include" "-I" "src" "-Wno-unused-parameter" "-Wno-unused-but-set-variable" "-o" "/construction/editors/lapce/target/x86_64-unknown-dragonfly/release/build/tree-sitter-sql-abf908ce34946dfb/out/src/scanner.o" "-c" "src/scanner.cc" [tree-sitter-sql 0.0.2] exit status: 0 [tree-sitter-swift 0.3.4] AR_x86_64-unknown-dragonfly = None [tree-sitter-swift 0.3.4] AR_x86_64_unknown_dragonfly = None [tree-sitter-swift 0.3.4] HOST_AR = None [tree-sitter-swift 0.3.4] AR = None [tree-sitter-swift 0.3.4] running: ZERO_AR_DATE="1" "ar" "cq" "/construction/editors/lapce/target/x86_64-unknown-dragonfly/release/build/tree-sitter-swift-0ededfa246ef3a94/out/libparser.a" "/construction/editors/lapce/target/x86_64-unknown-dragonfly/release/build/tree-sitter-swift-0ededfa246ef3a94/out/src/parser.o" "/construction/editors/lapce/target/x86_64-unknown-dragonfly/release/build/tree-sitter-swift-0ededfa246ef3a94/out/src/scanner.o" [tree-sitter-swift 0.3.4] exit status: 0 [tree-sitter-swift 0.3.4] running: "ar" "s" "/construction/editors/lapce/target/x86_64-unknown-dragonfly/release/build/tree-sitter-swift-0ededfa246ef3a94/out/libparser.a" [tree-sitter-swift 0.3.4] exit status: 0 [tree-sitter-swift 0.3.4] cargo:rustc-link-lib=static=parser [tree-sitter-swift 0.3.4] cargo:rustc-link-search=native=/construction/editors/lapce/target/x86_64-unknown-dragonfly/release/build/tree-sitter-swift-0ededfa246ef3a94/out [tree-sitter-swift 0.3.4] cargo:rerun-if-changed=src/parser.c [tree-sitter-haxe 0.2.2] TARGET = Some("x86_64-unknown-dragonfly") [tree-sitter-haxe 0.2.2] OPT_LEVEL = Some("2") [tree-sitter-haxe 0.2.2] HOST = Some("x86_64-unknown-dragonfly") [tree-sitter-haxe 0.2.2] CC_x86_64-unknown-dragonfly = None [tree-sitter-haxe 0.2.2] CC_x86_64_unknown_dragonfly = None [tree-sitter-haxe 0.2.2] HOST_CC = None [tree-sitter-haxe 0.2.2] CC = Some("cc") [tree-sitter-haxe 0.2.2] CFLAGS_x86_64-unknown-dragonfly = None [tree-sitter-haxe 0.2.2] CFLAGS_x86_64_unknown_dragonfly = None [tree-sitter-haxe 0.2.2] HOST_CFLAGS = None [tree-sitter-haxe 0.2.2] CFLAGS = Some("-pipe -O2 -isystem /usr/local/include -fno-strict-aliasing ") [tree-sitter-haxe 0.2.2] CRATE_CC_NO_DEFAULTS = None [tree-sitter-haxe 0.2.2] DEBUG = Some("false") [tree-sitter-haxe 0.2.2] CARGO_CFG_TARGET_FEATURE = Some("fxsr,sse,sse2") [tree-sitter-haxe 0.2.2] CC_x86_64-unknown-dragonfly = None [tree-sitter-haxe 0.2.2] CC_x86_64_unknown_dragonfly = None [tree-sitter-haxe 0.2.2] HOST_CC = None [tree-sitter-haxe 0.2.2] CC = Some("cc") [tree-sitter-haxe 0.2.2] CFLAGS_x86_64-unknown-dragonfly = None [tree-sitter-haxe 0.2.2] CFLAGS_x86_64_unknown_dragonfly = None [tree-sitter-haxe 0.2.2] HOST_CFLAGS = None [tree-sitter-haxe 0.2.2] CFLAGS = Some("-pipe -O2 -isystem /usr/local/include -fno-strict-aliasing ") [tree-sitter-haxe 0.2.2] CRATE_CC_NO_DEFAULTS = None [tree-sitter-haxe 0.2.2] CARGO_CFG_TARGET_FEATURE = Some("fxsr,sse,sse2") [tree-sitter-haxe 0.2.2] CC_x86_64-unknown-dragonfly = None [tree-sitter-haxe 0.2.2] CC_x86_64_unknown_dragonfly = None [tree-sitter-haxe 0.2.2] HOST_CC = None [tree-sitter-haxe 0.2.2] CC = Some("cc") [tree-sitter-haxe 0.2.2] CFLAGS_x86_64-unknown-dragonfly = None [tree-sitter-haxe 0.2.2] CFLAGS_x86_64_unknown_dragonfly = None [tree-sitter-haxe 0.2.2] HOST_CFLAGS = None [tree-sitter-haxe 0.2.2] CFLAGS = Some("-pipe -O2 -isystem /usr/local/include -fno-strict-aliasing ") [tree-sitter-haxe 0.2.2] CRATE_CC_NO_DEFAULTS = None [tree-sitter-haxe 0.2.2] CARGO_CFG_TARGET_FEATURE = Some("fxsr,sse,sse2") [tree-sitter-haxe 0.2.2] CC_x86_64-unknown-dragonfly = None [tree-sitter-haxe 0.2.2] CC_x86_64_unknown_dragonfly = None [tree-sitter-haxe 0.2.2] HOST_CC = None [tree-sitter-haxe 0.2.2] CC = Some("cc") [tree-sitter-haxe 0.2.2] CFLAGS_x86_64-unknown-dragonfly = None [tree-sitter-haxe 0.2.2] CFLAGS_x86_64_unknown_dragonfly = None [tree-sitter-haxe 0.2.2] HOST_CFLAGS = None [tree-sitter-haxe 0.2.2] CFLAGS = Some("-pipe -O2 -isystem /usr/local/include -fno-strict-aliasing ") [tree-sitter-haxe 0.2.2] CRATE_CC_NO_DEFAULTS = None [tree-sitter-haxe 0.2.2] CARGO_CFG_TARGET_FEATURE = Some("fxsr,sse,sse2") [tree-sitter-haxe 0.2.2] running: "cc" "-O2" "-ffunction-sections" "-fdata-sections" "-fPIC" "-m64" "-pipe" "-O2" "-isystem" "/usr/local/include" "-fno-strict-aliasing" "-I" "src" "-Wno-unused-parameter" "-Wno-unused-but-set-variable" "-Wno-trigraphs" "-o" "/construction/editors/lapce/target/x86_64-unknown-dragonfly/release/build/tree-sitter-haxe-43c07f08d8fcce11/out/src/parser.o" "-c" "src/parser.c" [tree-sitter-haxe 0.2.2] exit status: 0 [tree-sitter-elixir 0.19.0] TARGET = Some("x86_64-unknown-dragonfly") [tree-sitter-elixir 0.19.0] OPT_LEVEL = Some("2") [tree-sitter-elixir 0.19.0] HOST = Some("x86_64-unknown-dragonfly") [tree-sitter-elixir 0.19.0] CXX_x86_64-unknown-dragonfly = None [tree-sitter-elixir 0.19.0] CXX_x86_64_unknown_dragonfly = None [tree-sitter-elixir 0.19.0] HOST_CXX = None [tree-sitter-elixir 0.19.0] CXX = Some("c++") [tree-sitter-elixir 0.19.0] CXXFLAGS_x86_64-unknown-dragonfly = None [tree-sitter-elixir 0.19.0] CXXFLAGS_x86_64_unknown_dragonfly = None [tree-sitter-elixir 0.19.0] HOST_CXXFLAGS = None [tree-sitter-elixir 0.19.0] CXXFLAGS = Some(" -pipe -O2 -isystem /usr/local/include -fno-strict-aliasing -isystem /usr/local/include ") [tree-sitter-elixir 0.19.0] CRATE_CC_NO_DEFAULTS = None [tree-sitter-elixir 0.19.0] DEBUG = Some("false") [tree-sitter-elixir 0.19.0] CARGO_CFG_TARGET_FEATURE = Some("fxsr,sse,sse2") [tree-sitter-elixir 0.19.0] CXX_x86_64-unknown-dragonfly = None [tree-sitter-elixir 0.19.0] CXX_x86_64_unknown_dragonfly = None [tree-sitter-elixir 0.19.0] HOST_CXX = None [tree-sitter-elixir 0.19.0] CXX = Some("c++") [tree-sitter-elixir 0.19.0] CXXFLAGS_x86_64-unknown-dragonfly = None [tree-sitter-elixir 0.19.0] CXXFLAGS_x86_64_unknown_dragonfly = None [tree-sitter-elixir 0.19.0] HOST_CXXFLAGS = None [tree-sitter-elixir 0.19.0] CXXFLAGS = Some(" -pipe -O2 -isystem /usr/local/include -fno-strict-aliasing -isystem /usr/local/include ") [tree-sitter-elixir 0.19.0] CRATE_CC_NO_DEFAULTS = None [tree-sitter-elixir 0.19.0] CARGO_CFG_TARGET_FEATURE = Some("fxsr,sse,sse2") [tree-sitter-javascript 0.20.0] TARGET = Some("x86_64-unknown-dragonfly") [tree-sitter-javascript 0.20.0] OPT_LEVEL = Some("2") [tree-sitter-javascript 0.20.0] HOST = Some("x86_64-unknown-dragonfly") [tree-sitter-javascript 0.20.0] CC_x86_64-unknown-dragonfly = None [tree-sitter-javascript 0.20.0] CC_x86_64_unknown_dragonfly = None [tree-sitter-javascript 0.20.0] HOST_CC = None [tree-sitter-javascript 0.20.0] CC = Some("cc") [tree-sitter-javascript 0.20.0] CFLAGS_x86_64-unknown-dragonfly = None [tree-sitter-javascript 0.20.0] CFLAGS_x86_64_unknown_dragonfly = None [tree-sitter-javascript 0.20.0] HOST_CFLAGS = None [tree-sitter-javascript 0.20.0] CFLAGS = Some("-pipe -O2 -isystem /usr/local/include -fno-strict-aliasing ") [tree-sitter-javascript 0.20.0] CRATE_CC_NO_DEFAULTS = None [tree-sitter-javascript 0.20.0] DEBUG = Some("false") [tree-sitter-javascript 0.20.0] CARGO_CFG_TARGET_FEATURE = Some("fxsr,sse,sse2") [tree-sitter-javascript 0.20.0] CC_x86_64-unknown-dragonfly = None [tree-sitter-javascript 0.20.0] CC_x86_64_unknown_dragonfly = None [tree-sitter-javascript 0.20.0] HOST_CC = None [tree-sitter-javascript 0.20.0] CC = Some("cc") [tree-sitter-javascript 0.20.0] CFLAGS_x86_64-unknown-dragonfly = None [tree-sitter-javascript 0.20.0] CFLAGS_x86_64_unknown_dragonfly = None [tree-sitter-javascript 0.20.0] HOST_CFLAGS = None [tree-sitter-javascript 0.20.0] CFLAGS = Some("-pipe -O2 -isystem /usr/local/include -fno-strict-aliasing ") [tree-sitter-javascript 0.20.0] CRATE_CC_NO_DEFAULTS = None [tree-sitter-javascript 0.20.0] CARGO_CFG_TARGET_FEATURE = Some("fxsr,sse,sse2") [tree-sitter-elixir 0.19.0] CXX_x86_64-unknown-dragonfly = None [tree-sitter-elixir 0.19.0] CXX_x86_64_unknown_dragonfly = None [tree-sitter-elixir 0.19.0] HOST_CXX = None [tree-sitter-elixir 0.19.0] CXX = Some("c++") [tree-sitter-elixir 0.19.0] CXXFLAGS_x86_64-unknown-dragonfly = None [tree-sitter-elixir 0.19.0] CXXFLAGS_x86_64_unknown_dragonfly = None [tree-sitter-elixir 0.19.0] HOST_CXXFLAGS = None [tree-sitter-elixir 0.19.0] CXXFLAGS = Some(" -pipe -O2 -isystem /usr/local/include -fno-strict-aliasing -isystem /usr/local/include ") [tree-sitter-elixir 0.19.0] CRATE_CC_NO_DEFAULTS = None [tree-sitter-elixir 0.19.0] CARGO_CFG_TARGET_FEATURE = Some("fxsr,sse,sse2") [tree-sitter-javascript 0.20.0] CC_x86_64-unknown-dragonfly = None [tree-sitter-javascript 0.20.0] CC_x86_64_unknown_dragonfly = None [tree-sitter-javascript 0.20.0] HOST_CC = None [tree-sitter-javascript 0.20.0] CC = Some("cc") [tree-sitter-javascript 0.20.0] CFLAGS_x86_64-unknown-dragonfly = None [tree-sitter-javascript 0.20.0] CFLAGS_x86_64_unknown_dragonfly = None [tree-sitter-javascript 0.20.0] HOST_CFLAGS = None [tree-sitter-javascript 0.20.0] CFLAGS = Some("-pipe -O2 -isystem /usr/local/include -fno-strict-aliasing ") [tree-sitter-javascript 0.20.0] CRATE_CC_NO_DEFAULTS = None [tree-sitter-javascript 0.20.0] CARGO_CFG_TARGET_FEATURE = Some("fxsr,sse,sse2") [tree-sitter-elixir 0.19.0] running: "c++" "-O2" "-ffunction-sections" "-fdata-sections" "-fPIC" "-m64" "-pipe" "-O2" "-isystem" "/usr/local/include" "-fno-strict-aliasing" "-isystem" "/usr/local/include" "-I" "src" "-Wno-unused-parameter" "-Wno-unused-but-set-variable" "-o" "/construction/editors/lapce/target/x86_64-unknown-dragonfly/release/build/tree-sitter-elixir-4da8d1964eaa9f73/out/src/scanner.o" "-c" "src/scanner.cc" [tree-sitter-elixir 0.19.0] exit status: 0 [tree-sitter-ocaml 0.20.0] running: "c++" "-O2" "-ffunction-sections" "-fdata-sections" "-fPIC" "-m64" "-pipe" "-O2" "-isystem" "/usr/local/include" "-fno-strict-aliasing" "-isystem" "/usr/local/include" "-I" "./ocaml/src" "-Wno-unused-parameter" "-Wno-unused-but-set-variable" "-o" "/construction/editors/lapce/target/x86_64-unknown-dragonfly/release/build/tree-sitter-ocaml-9d6d2ffaa127ec88/out/./interface/src/scanner.o" "-c" "./interface/src/scanner.cc" [tree-sitter-ocaml 0.20.0] exit status: 0 [tree-sitter-ruby 0.19.0] AR_x86_64-unknown-dragonfly = None [tree-sitter-ruby 0.19.0] AR_x86_64_unknown_dragonfly = None [tree-sitter-ruby 0.19.0] HOST_AR = None [tree-sitter-ruby 0.19.0] AR = None [tree-sitter-ruby 0.19.0] running: ZERO_AR_DATE="1" "ar" "cq" "/construction/editors/lapce/target/x86_64-unknown-dragonfly/release/build/tree-sitter-ruby-41a3b08ee2eb5b3b/out/libscanner.a" "/construction/editors/lapce/target/x86_64-unknown-dragonfly/release/build/tree-sitter-ruby-41a3b08ee2eb5b3b/out/src/scanner.o" [tree-sitter-ruby 0.19.0] exit status: 0 [tree-sitter-ruby 0.19.0] running: "ar" "s" "/construction/editors/lapce/target/x86_64-unknown-dragonfly/release/build/tree-sitter-ruby-41a3b08ee2eb5b3b/out/libscanner.a" [tree-sitter-javascript 0.20.0] CC_x86_64-unknown-dragonfly = None [tree-sitter-javascript 0.20.0] CC_x86_64_unknown_dragonfly = None [tree-sitter-javascript 0.20.0] HOST_CC = None [tree-sitter-javascript 0.20.0] CC = Some("cc") [tree-sitter-javascript 0.20.0] CFLAGS_x86_64-unknown-dragonfly = None [tree-sitter-javascript 0.20.0] CFLAGS_x86_64_unknown_dragonfly = None [tree-sitter-javascript 0.20.0] HOST_CFLAGS = None [tree-sitter-javascript 0.20.0] CFLAGS = Some("-pipe -O2 -isystem /usr/local/include -fno-strict-aliasing ") [tree-sitter-javascript 0.20.0] CRATE_CC_NO_DEFAULTS = None [tree-sitter-javascript 0.20.0] CARGO_CFG_TARGET_FEATURE = Some("fxsr,sse,sse2") [tree-sitter-ruby 0.19.0] exit status: 0 [tree-sitter-ruby 0.19.0] cargo:rustc-link-lib=static=scanner [tree-sitter-ruby 0.19.0] cargo:rustc-link-search=native=/construction/editors/lapce/target/x86_64-unknown-dragonfly/release/build/tree-sitter-ruby-41a3b08ee2eb5b3b/out [tree-sitter-ruby 0.19.0] CXXSTDLIB_x86_64-unknown-dragonfly = None [tree-sitter-ruby 0.19.0] CXXSTDLIB_x86_64_unknown_dragonfly = None [tree-sitter-ruby 0.19.0] HOST_CXXSTDLIB = None [tree-sitter-ruby 0.19.0] CXXSTDLIB = None [tree-sitter-ruby 0.19.0] cargo:rustc-link-lib=stdc++ [tree-sitter-javascript 0.20.0] running: "cc" "-O2" "-ffunction-sections" "-fdata-sections" "-fPIC" "-m64" "-pipe" "-O2" "-isystem" "/usr/local/include" "-fno-strict-aliasing" "-I" "src" "-Wno-unused-parameter" "-Wno-unused-but-set-variable" "-Wno-trigraphs" "-o" "/construction/editors/lapce/target/x86_64-unknown-dragonfly/release/build/tree-sitter-javascript-61c3206cd04b0338/out/src/parser.o" "-c" "src/parser.c" [tree-sitter-javascript 0.20.0] exit status: 0 [tree-sitter-cpp 0.20.0] TARGET = Some("x86_64-unknown-dragonfly") [tree-sitter-cpp 0.20.0] OPT_LEVEL = Some("2") [tree-sitter-cpp 0.20.0] HOST = Some("x86_64-unknown-dragonfly") [tree-sitter-cpp 0.20.0] CXX_x86_64-unknown-dragonfly = None [tree-sitter-cpp 0.20.0] CXX_x86_64_unknown_dragonfly = None [tree-sitter-cpp 0.20.0] HOST_CXX = None [tree-sitter-cpp 0.20.0] CXX = Some("c++") [tree-sitter-cpp 0.20.0] CXXFLAGS_x86_64-unknown-dragonfly = None [tree-sitter-cpp 0.20.0] CXXFLAGS_x86_64_unknown_dragonfly = None [tree-sitter-cpp 0.20.0] HOST_CXXFLAGS = None [tree-sitter-cpp 0.20.0] CXXFLAGS = Some(" -pipe -O2 -isystem /usr/local/include -fno-strict-aliasing -isystem /usr/local/include ") [tree-sitter-cpp 0.20.0] CRATE_CC_NO_DEFAULTS = None [tree-sitter-cpp 0.20.0] DEBUG = Some("false") [tree-sitter-cpp 0.20.0] CARGO_CFG_TARGET_FEATURE = Some("fxsr,sse,sse2") [tree-sitter-cpp 0.20.0] CXX_x86_64-unknown-dragonfly = None [tree-sitter-cpp 0.20.0] CXX_x86_64_unknown_dragonfly = None [tree-sitter-cpp 0.20.0] HOST_CXX = None [tree-sitter-cpp 0.20.0] CXX = Some("c++") [tree-sitter-cpp 0.20.0] CXXFLAGS_x86_64-unknown-dragonfly = None [tree-sitter-cpp 0.20.0] CXXFLAGS_x86_64_unknown_dragonfly = None [tree-sitter-cpp 0.20.0] HOST_CXXFLAGS = None [tree-sitter-cpp 0.20.0] CXXFLAGS = Some(" -pipe -O2 -isystem /usr/local/include -fno-strict-aliasing -isystem /usr/local/include ") [tree-sitter-cpp 0.20.0] CRATE_CC_NO_DEFAULTS = None [tree-sitter-cpp 0.20.0] CARGO_CFG_TARGET_FEATURE = Some("fxsr,sse,sse2") [tree-sitter-cpp 0.20.0] CXX_x86_64-unknown-dragonfly = None [tree-sitter-cpp 0.20.0] CXX_x86_64_unknown_dragonfly = None [tree-sitter-cpp 0.20.0] HOST_CXX = None [tree-sitter-cpp 0.20.0] CXX = Some("c++") [tree-sitter-cpp 0.20.0] CXXFLAGS_x86_64-unknown-dragonfly = None [tree-sitter-cpp 0.20.0] CXXFLAGS_x86_64_unknown_dragonfly = None [tree-sitter-cpp 0.20.0] HOST_CXXFLAGS = None [tree-sitter-cpp 0.20.0] CXXFLAGS = Some(" -pipe -O2 -isystem /usr/local/include -fno-strict-aliasing -isystem /usr/local/include ") [tree-sitter-cpp 0.20.0] CRATE_CC_NO_DEFAULTS = None [tree-sitter-cpp 0.20.0] CARGO_CFG_TARGET_FEATURE = Some("fxsr,sse,sse2") [tree-sitter-cpp 0.20.0] running: "c++" "-O2" "-ffunction-sections" "-fdata-sections" "-fPIC" "-m64" "-pipe" "-O2" "-isystem" "/usr/local/include" "-fno-strict-aliasing" "-isystem" "/usr/local/include" "-I" "src" "-Wno-unused-parameter" "-Wno-unused-but-set-variable" "-o" "/construction/editors/lapce/target/x86_64-unknown-dragonfly/release/build/tree-sitter-cpp-3c40c26c3cc4cae3/out/src/scanner.o" "-c" "src/scanner.cc" [tree-sitter-cpp 0.20.0] exit status: 0 [tree-sitter-json 0.20.0] AR_x86_64-unknown-dragonfly = None [tree-sitter-json 0.20.0] AR_x86_64_unknown_dragonfly = None [tree-sitter-json 0.20.0] HOST_AR = None [tree-sitter-json 0.20.0] AR = None [tree-sitter-json 0.20.0] running: ZERO_AR_DATE="1" "ar" "cq" "/construction/editors/lapce/target/x86_64-unknown-dragonfly/release/build/tree-sitter-json-81038adae2c5cfbe/out/libparser.a" "/construction/editors/lapce/target/x86_64-unknown-dragonfly/release/build/tree-sitter-json-81038adae2c5cfbe/out/src/parser.o" [tree-sitter-json 0.20.0] exit status: 0 [tree-sitter-json 0.20.0] running: "ar" "s" "/construction/editors/lapce/target/x86_64-unknown-dragonfly/release/build/tree-sitter-json-81038adae2c5cfbe/out/libparser.a" [tree-sitter-json 0.20.0] exit status: 0 [tree-sitter-json 0.20.0] cargo:rustc-link-lib=static=parser [tree-sitter-json 0.20.0] cargo:rustc-link-search=native=/construction/editors/lapce/target/x86_64-unknown-dragonfly/release/build/tree-sitter-json-81038adae2c5cfbe/out [tree-sitter-json 0.20.0] cargo:rerun-if-changed=src/parser.c [tree-sitter-cmake 0.1.0] TARGET = Some("x86_64-unknown-dragonfly") [tree-sitter-cmake 0.1.0] OPT_LEVEL = Some("2") [tree-sitter-cmake 0.1.0] HOST = Some("x86_64-unknown-dragonfly") [tree-sitter-cmake 0.1.0] CXX_x86_64-unknown-dragonfly = None [tree-sitter-cmake 0.1.0] CXX_x86_64_unknown_dragonfly = None [tree-sitter-cmake 0.1.0] HOST_CXX = None [tree-sitter-cmake 0.1.0] CXX = Some("c++") [tree-sitter-cmake 0.1.0] CXXFLAGS_x86_64-unknown-dragonfly = None [tree-sitter-cmake 0.1.0] CXXFLAGS_x86_64_unknown_dragonfly = None [tree-sitter-cmake 0.1.0] HOST_CXXFLAGS = None [tree-sitter-cmake 0.1.0] CXXFLAGS = Some(" -pipe -O2 -isystem /usr/local/include -fno-strict-aliasing -isystem /usr/local/include ") [tree-sitter-cmake 0.1.0] CRATE_CC_NO_DEFAULTS = None [tree-sitter-cmake 0.1.0] DEBUG = Some("false") [tree-sitter-cmake 0.1.0] CARGO_CFG_TARGET_FEATURE = Some("fxsr,sse,sse2") [tree-sitter-cmake 0.1.0] CXX_x86_64-unknown-dragonfly = None [tree-sitter-cmake 0.1.0] CXX_x86_64_unknown_dragonfly = None [tree-sitter-cmake 0.1.0] HOST_CXX = None [tree-sitter-cmake 0.1.0] CXX = Some("c++") [tree-sitter-cmake 0.1.0] CXXFLAGS_x86_64-unknown-dragonfly = None [tree-sitter-cmake 0.1.0] CXXFLAGS_x86_64_unknown_dragonfly = None [tree-sitter-cmake 0.1.0] HOST_CXXFLAGS = None [tree-sitter-cmake 0.1.0] CXXFLAGS = Some(" -pipe -O2 -isystem /usr/local/include -fno-strict-aliasing -isystem /usr/local/include ") [tree-sitter-cmake 0.1.0] CRATE_CC_NO_DEFAULTS = None [tree-sitter-cmake 0.1.0] CARGO_CFG_TARGET_FEATURE = Some("fxsr,sse,sse2") [tree-sitter-cmake 0.1.0] CXX_x86_64-unknown-dragonfly = None [tree-sitter-cmake 0.1.0] CXX_x86_64_unknown_dragonfly = None [tree-sitter-cmake 0.1.0] HOST_CXX = None [tree-sitter-cmake 0.1.0] CXX = Some("c++") [tree-sitter-cmake 0.1.0] CXXFLAGS_x86_64-unknown-dragonfly = None [tree-sitter-cmake 0.1.0] CXXFLAGS_x86_64_unknown_dragonfly = None [tree-sitter-cmake 0.1.0] HOST_CXXFLAGS = None [tree-sitter-cmake 0.1.0] CXXFLAGS = Some(" -pipe -O2 -isystem /usr/local/include -fno-strict-aliasing -isystem /usr/local/include ") [tree-sitter-cmake 0.1.0] CRATE_CC_NO_DEFAULTS = None [tree-sitter-cmake 0.1.0] CARGO_CFG_TARGET_FEATURE = Some("fxsr,sse,sse2") [tree-sitter-cmake 0.1.0] running: "c++" "-O2" "-ffunction-sections" "-fdata-sections" "-fPIC" "-m64" "-pipe" "-O2" "-isystem" "/usr/local/include" "-fno-strict-aliasing" "-isystem" "/usr/local/include" "-I" "src" "-Wno-unused-parameter" "-Wno-unused-but-set-variable" "-o" "/construction/editors/lapce/target/x86_64-unknown-dragonfly/release/build/tree-sitter-cmake-80e79eeb002d5d37/out/src/scanner.o" "-c" "src/scanner.cc" [tree-sitter-cmake 0.1.0] exit status: 0 [tree-sitter-elixir 0.19.0] AR_x86_64-unknown-dragonfly = None [tree-sitter-elixir 0.19.0] AR_x86_64_unknown_dragonfly = None [tree-sitter-elixir 0.19.0] HOST_AR = None [tree-sitter-elixir 0.19.0] AR = None [tree-sitter-elixir 0.19.0] running: ZERO_AR_DATE="1" "ar" "cq" "/construction/editors/lapce/target/x86_64-unknown-dragonfly/release/build/tree-sitter-elixir-4da8d1964eaa9f73/out/libscanner.a" "/construction/editors/lapce/target/x86_64-unknown-dragonfly/release/build/tree-sitter-elixir-4da8d1964eaa9f73/out/src/scanner.o" [tree-sitter-elixir 0.19.0] exit status: 0 [tree-sitter-elixir 0.19.0] running: "ar" "s" "/construction/editors/lapce/target/x86_64-unknown-dragonfly/release/build/tree-sitter-elixir-4da8d1964eaa9f73/out/libscanner.a" [tree-sitter-elixir 0.19.0] exit status: 0 [tree-sitter-elixir 0.19.0] cargo:rustc-link-lib=static=scanner [tree-sitter-elixir 0.19.0] cargo:rustc-link-search=native=/construction/editors/lapce/target/x86_64-unknown-dragonfly/release/build/tree-sitter-elixir-4da8d1964eaa9f73/out [tree-sitter-elixir 0.19.0] CXXSTDLIB_x86_64-unknown-dragonfly = None [tree-sitter-elixir 0.19.0] CXXSTDLIB_x86_64_unknown_dragonfly = None [tree-sitter-elixir 0.19.0] HOST_CXXSTDLIB = None [tree-sitter-elixir 0.19.0] CXXSTDLIB = None [tree-sitter-elixir 0.19.0] cargo:rustc-link-lib=stdc++ [tree-sitter-elixir 0.19.0] cargo:rerun-if-changed=src/scanner.cc [tree-sitter-haxe 0.2.2] AR_x86_64-unknown-dragonfly = None [tree-sitter-haxe 0.2.2] AR_x86_64_unknown_dragonfly = None [tree-sitter-haxe 0.2.2] HOST_AR = None [tree-sitter-haxe 0.2.2] AR = None [tree-sitter-haxe 0.2.2] running: ZERO_AR_DATE="1" "ar" "cq" "/construction/editors/lapce/target/x86_64-unknown-dragonfly/release/build/tree-sitter-haxe-43c07f08d8fcce11/out/libparser.a" "/construction/editors/lapce/target/x86_64-unknown-dragonfly/release/build/tree-sitter-haxe-43c07f08d8fcce11/out/src/parser.o" [tree-sitter-haxe 0.2.2] exit status: 0 [tree-sitter-haxe 0.2.2] running: "ar" "s" "/construction/editors/lapce/target/x86_64-unknown-dragonfly/release/build/tree-sitter-haxe-43c07f08d8fcce11/out/libparser.a" [tree-sitter-haxe 0.2.2] exit status: 0 [tree-sitter-haxe 0.2.2] cargo:rustc-link-lib=static=parser [tree-sitter-haxe 0.2.2] cargo:rustc-link-search=native=/construction/editors/lapce/target/x86_64-unknown-dragonfly/release/build/tree-sitter-haxe-43c07f08d8fcce11/out [tree-sitter-haxe 0.2.2] cargo:rerun-if-changed=src/parser.c [tree-sitter-css 0.19.0] running: "cc" "-O2" "-ffunction-sections" "-fdata-sections" "-fPIC" "-m64" "-pipe" "-O2" "-isystem" "/usr/local/include" "-fno-strict-aliasing" "-I" "src" "-Wno-unused-parameter" "-Wno-unused-but-set-variable" "-Wno-trigraphs" "-o" "/construction/editors/lapce/target/x86_64-unknown-dragonfly/release/build/tree-sitter-css-29fc7da938f253d5/out/src/scanner.o" "-c" "src/scanner.c" [tree-sitter-css 0.19.0] exit status: 0 [tree-sitter-html 0.19.0] TARGET = Some("x86_64-unknown-dragonfly") [tree-sitter-html 0.19.0] OPT_LEVEL = Some("2") [tree-sitter-html 0.19.0] HOST = Some("x86_64-unknown-dragonfly") [tree-sitter-html 0.19.0] CXX_x86_64-unknown-dragonfly = None [tree-sitter-html 0.19.0] CXX_x86_64_unknown_dragonfly = None [tree-sitter-html 0.19.0] HOST_CXX = None [tree-sitter-html 0.19.0] CXX = Some("c++") [tree-sitter-html 0.19.0] CXXFLAGS_x86_64-unknown-dragonfly = None [tree-sitter-html 0.19.0] CXXFLAGS_x86_64_unknown_dragonfly = None [tree-sitter-html 0.19.0] HOST_CXXFLAGS = None [tree-sitter-html 0.19.0] CXXFLAGS = Some(" -pipe -O2 -isystem /usr/local/include -fno-strict-aliasing -isystem /usr/local/include ") [tree-sitter-html 0.19.0] CRATE_CC_NO_DEFAULTS = None [tree-sitter-html 0.19.0] DEBUG = Some("false") [tree-sitter-html 0.19.0] CARGO_CFG_TARGET_FEATURE = Some("fxsr,sse,sse2") [tree-sitter-html 0.19.0] CXX_x86_64-unknown-dragonfly = None [tree-sitter-html 0.19.0] CXX_x86_64_unknown_dragonfly = None [tree-sitter-html 0.19.0] HOST_CXX = None [tree-sitter-html 0.19.0] CXX = Some("c++") [tree-sitter-html 0.19.0] CXXFLAGS_x86_64-unknown-dragonfly = None [tree-sitter-html 0.19.0] CXXFLAGS_x86_64_unknown_dragonfly = None [tree-sitter-html 0.19.0] HOST_CXXFLAGS = None [tree-sitter-html 0.19.0] CXXFLAGS = Some(" -pipe -O2 -isystem /usr/local/include -fno-strict-aliasing -isystem /usr/local/include ") [tree-sitter-html 0.19.0] CRATE_CC_NO_DEFAULTS = None [tree-sitter-html 0.19.0] CARGO_CFG_TARGET_FEATURE = Some("fxsr,sse,sse2") [tree-sitter-html 0.19.0] CXX_x86_64-unknown-dragonfly = None [tree-sitter-html 0.19.0] CXX_x86_64_unknown_dragonfly = None [tree-sitter-html 0.19.0] HOST_CXX = None [tree-sitter-html 0.19.0] CXX = Some("c++") [tree-sitter-html 0.19.0] CXXFLAGS_x86_64-unknown-dragonfly = None [tree-sitter-html 0.19.0] CXXFLAGS_x86_64_unknown_dragonfly = None [tree-sitter-html 0.19.0] HOST_CXXFLAGS = None [tree-sitter-html 0.19.0] CXXFLAGS = Some(" -pipe -O2 -isystem /usr/local/include -fno-strict-aliasing -isystem /usr/local/include ") [tree-sitter-html 0.19.0] CRATE_CC_NO_DEFAULTS = None [tree-sitter-html 0.19.0] CARGO_CFG_TARGET_FEATURE = Some("fxsr,sse,sse2") [tree-sitter-html 0.19.0] running: "c++" "-O2" "-ffunction-sections" "-fdata-sections" "-fPIC" "-m64" "-pipe" "-O2" "-isystem" "/usr/local/include" "-fno-strict-aliasing" "-isystem" "/usr/local/include" "-I" "src" "-Wno-unused-parameter" "-Wno-unused-but-set-variable" "-o" "/construction/editors/lapce/target/x86_64-unknown-dragonfly/release/build/tree-sitter-html-1cec103c5d9d74ab/out/src/scanner.o" "-c" "src/scanner.cc" [tree-sitter-html 0.19.0] exit status: 0 [tree-sitter-css 0.19.0] AR_x86_64-unknown-dragonfly = None [tree-sitter-css 0.19.0] AR_x86_64_unknown_dragonfly = None [tree-sitter-css 0.19.0] HOST_AR = None [tree-sitter-css 0.19.0] AR = None [tree-sitter-css 0.19.0] running: ZERO_AR_DATE="1" "ar" "cq" "/construction/editors/lapce/target/x86_64-unknown-dragonfly/release/build/tree-sitter-css-29fc7da938f253d5/out/libparser.a" "/construction/editors/lapce/target/x86_64-unknown-dragonfly/release/build/tree-sitter-css-29fc7da938f253d5/out/src/parser.o" "/construction/editors/lapce/target/x86_64-unknown-dragonfly/release/build/tree-sitter-css-29fc7da938f253d5/out/src/scanner.o" [tree-sitter-css 0.19.0] exit status: 0 [tree-sitter-css 0.19.0] running: "ar" "s" "/construction/editors/lapce/target/x86_64-unknown-dragonfly/release/build/tree-sitter-css-29fc7da938f253d5/out/libparser.a" [tree-sitter-css 0.19.0] exit status: 0 [tree-sitter-css 0.19.0] cargo:rustc-link-lib=static=parser [tree-sitter-css 0.19.0] cargo:rustc-link-search=native=/construction/editors/lapce/target/x86_64-unknown-dragonfly/release/build/tree-sitter-css-29fc7da938f253d5/out [tree-sitter-ocaml 0.20.0] AR_x86_64-unknown-dragonfly = None [tree-sitter-ocaml 0.20.0] AR_x86_64_unknown_dragonfly = None [tree-sitter-ocaml 0.20.0] HOST_AR = None [tree-sitter-ocaml 0.20.0] AR = None [tree-sitter-ocaml 0.20.0] running: ZERO_AR_DATE="1" "ar" "cq" "/construction/editors/lapce/target/x86_64-unknown-dragonfly/release/build/tree-sitter-ocaml-9d6d2ffaa127ec88/out/libscanner.a" "/construction/editors/lapce/target/x86_64-unknown-dragonfly/release/build/tree-sitter-ocaml-9d6d2ffaa127ec88/out/./ocaml/src/scanner.o" "/construction/editors/lapce/target/x86_64-unknown-dragonfly/release/build/tree-sitter-ocaml-9d6d2ffaa127ec88/out/./interface/src/scanner.o" [tree-sitter-ocaml 0.20.0] exit status: 0 [tree-sitter-ocaml 0.20.0] running: "ar" "s" "/construction/editors/lapce/target/x86_64-unknown-dragonfly/release/build/tree-sitter-ocaml-9d6d2ffaa127ec88/out/libscanner.a" [tree-sitter-ocaml 0.20.0] exit status: 0 [tree-sitter-ocaml 0.20.0] cargo:rustc-link-lib=static=scanner [tree-sitter-ocaml 0.20.0] cargo:rustc-link-search=native=/construction/editors/lapce/target/x86_64-unknown-dragonfly/release/build/tree-sitter-ocaml-9d6d2ffaa127ec88/out [tree-sitter-ocaml 0.20.0] CXXSTDLIB_x86_64-unknown-dragonfly = None [tree-sitter-ocaml 0.20.0] CXXSTDLIB_x86_64_unknown_dragonfly = None [tree-sitter-ocaml 0.20.0] HOST_CXXSTDLIB = None [tree-sitter-ocaml 0.20.0] CXXSTDLIB = None [tree-sitter-ocaml 0.20.0] cargo:rustc-link-lib=stdc++ [zstd-sys 2.0.1+zstd.1.5.2] running: "cc" "-O3" "-ffunction-sections" "-fdata-sections" "-fPIC" "-m64" "-pipe" "-O2" "-isystem" "/usr/local/include" "-fno-strict-aliasing" "-I" "zstd/lib/" "-I" "zstd/lib/common" "-I" "zstd/lib/legacy" "-fvisibility=hidden" "-DZSTD_LIB_DEPRECATED=0" "-DXXH_PRIVATE_API=" "-DZSTDLIB_VISIBILITY=" "-DZDICTLIB_VISIBILITY=" "-DZSTDERRORLIB_VISIBILITY=" "-DZSTD_LEGACY_SUPPORT=1" "-o" "/construction/editors/lapce/target/x86_64-unknown-dragonfly/release/build/zstd-sys-04bdbafb9fc1b037/out/zstd/lib/decompress/huf_decompress.o" "-c" "zstd/lib/decompress/huf_decompress.c" [zstd-sys 2.0.1+zstd.1.5.2] exit status: 0 [zstd-sys 2.0.1+zstd.1.5.2] running: "cc" "-O3" "-ffunction-sections" "-fdata-sections" "-fPIC" "-m64" "-pipe" "-O2" "-isystem" "/usr/local/include" "-fno-strict-aliasing" "-I" "zstd/lib/" "-I" "zstd/lib/common" "-I" "zstd/lib/legacy" "-fvisibility=hidden" "-DZSTD_LIB_DEPRECATED=0" "-DXXH_PRIVATE_API=" "-DZSTDLIB_VISIBILITY=" "-DZDICTLIB_VISIBILITY=" "-DZSTDERRORLIB_VISIBILITY=" "-DZSTD_LEGACY_SUPPORT=1" "-o" "/construction/editors/lapce/target/x86_64-unknown-dragonfly/release/build/zstd-sys-04bdbafb9fc1b037/out/zstd/lib/decompress/zstd_ddict.o" "-c" "zstd/lib/decompress/zstd_ddict.c" [zstd-sys 2.0.1+zstd.1.5.2] exit status: 0 [tree-sitter-nix 0.0.1] TARGET = Some("x86_64-unknown-dragonfly") [tree-sitter-nix 0.0.1] OPT_LEVEL = Some("2") [tree-sitter-nix 0.0.1] HOST = Some("x86_64-unknown-dragonfly") [tree-sitter-nix 0.0.1] CC_x86_64-unknown-dragonfly = None [tree-sitter-nix 0.0.1] CC_x86_64_unknown_dragonfly = None [tree-sitter-nix 0.0.1] HOST_CC = None [tree-sitter-nix 0.0.1] CC = Some("cc") [tree-sitter-nix 0.0.1] CFLAGS_x86_64-unknown-dragonfly = None [tree-sitter-nix 0.0.1] CFLAGS_x86_64_unknown_dragonfly = None [tree-sitter-nix 0.0.1] HOST_CFLAGS = None [tree-sitter-nix 0.0.1] CFLAGS = Some("-pipe -O2 -isystem /usr/local/include -fno-strict-aliasing ") [tree-sitter-nix 0.0.1] CRATE_CC_NO_DEFAULTS = None [tree-sitter-nix 0.0.1] DEBUG = Some("false") [tree-sitter-nix 0.0.1] CARGO_CFG_TARGET_FEATURE = Some("fxsr,sse,sse2") [tree-sitter-nix 0.0.1] CC_x86_64-unknown-dragonfly = None [tree-sitter-nix 0.0.1] CC_x86_64_unknown_dragonfly = None [tree-sitter-nix 0.0.1] HOST_CC = None [tree-sitter-nix 0.0.1] CC = Some("cc") [tree-sitter-nix 0.0.1] CFLAGS_x86_64-unknown-dragonfly = None [tree-sitter-nix 0.0.1] CFLAGS_x86_64_unknown_dragonfly = None [tree-sitter-nix 0.0.1] HOST_CFLAGS = None [tree-sitter-nix 0.0.1] CFLAGS = Some("-pipe -O2 -isystem /usr/local/include -fno-strict-aliasing ") [tree-sitter-nix 0.0.1] CRATE_CC_NO_DEFAULTS = None [tree-sitter-nix 0.0.1] CARGO_CFG_TARGET_FEATURE = Some("fxsr,sse,sse2") [tree-sitter-nix 0.0.1] CC_x86_64-unknown-dragonfly = None [tree-sitter-nix 0.0.1] CC_x86_64_unknown_dragonfly = None [tree-sitter-nix 0.0.1] HOST_CC = None [tree-sitter-nix 0.0.1] CC = Some("cc") [tree-sitter-nix 0.0.1] CFLAGS_x86_64-unknown-dragonfly = None [tree-sitter-nix 0.0.1] CFLAGS_x86_64_unknown_dragonfly = None [tree-sitter-nix 0.0.1] HOST_CFLAGS = None [tree-sitter-nix 0.0.1] CFLAGS = Some("-pipe -O2 -isystem /usr/local/include -fno-strict-aliasing ") [tree-sitter-nix 0.0.1] CRATE_CC_NO_DEFAULTS = None [tree-sitter-nix 0.0.1] CARGO_CFG_TARGET_FEATURE = Some("fxsr,sse,sse2") [tree-sitter-nix 0.0.1] CC_x86_64-unknown-dragonfly = None [tree-sitter-nix 0.0.1] CC_x86_64_unknown_dragonfly = None [tree-sitter-nix 0.0.1] HOST_CC = None [tree-sitter-nix 0.0.1] CC = Some("cc") [tree-sitter-nix 0.0.1] CFLAGS_x86_64-unknown-dragonfly = None [tree-sitter-nix 0.0.1] CFLAGS_x86_64_unknown_dragonfly = None [tree-sitter-nix 0.0.1] HOST_CFLAGS = None [tree-sitter-nix 0.0.1] CFLAGS = Some("-pipe -O2 -isystem /usr/local/include -fno-strict-aliasing ") [tree-sitter-nix 0.0.1] CRATE_CC_NO_DEFAULTS = None [tree-sitter-nix 0.0.1] CARGO_CFG_TARGET_FEATURE = Some("fxsr,sse,sse2") [tree-sitter-nix 0.0.1] running: "cc" "-O2" "-ffunction-sections" "-fdata-sections" "-fPIC" "-m64" "-pipe" "-O2" "-isystem" "/usr/local/include" "-fno-strict-aliasing" "-I" "src" "-Wno-unused-parameter" "-Wno-unused-but-set-variable" "-Wno-trigraphs" "-o" "/construction/editors/lapce/target/x86_64-unknown-dragonfly/release/build/tree-sitter-nix-836a505ac5e152b9/out/src/parser.o" "-c" "src/parser.c" [tree-sitter-nix 0.0.1] exit status: 0 [tree-sitter-nix 0.0.1] running: "cc" "-O2" "-ffunction-sections" "-fdata-sections" "-fPIC" "-m64" "-pipe" "-O2" "-isystem" "/usr/local/include" "-fno-strict-aliasing" "-I" "src" "-Wno-unused-parameter" "-Wno-unused-but-set-variable" "-Wno-trigraphs" "-o" "/construction/editors/lapce/target/x86_64-unknown-dragonfly/release/build/tree-sitter-nix-836a505ac5e152b9/out/src/scanner.o" "-c" "src/scanner.c" [tree-sitter-latex 0.2.0] TARGET = Some("x86_64-unknown-dragonfly") [tree-sitter-latex 0.2.0] OPT_LEVEL = Some("2") [tree-sitter-latex 0.2.0] HOST = Some("x86_64-unknown-dragonfly") [tree-sitter-latex 0.2.0] CC_x86_64-unknown-dragonfly = None [tree-sitter-latex 0.2.0] CC_x86_64_unknown_dragonfly = None [tree-sitter-latex 0.2.0] HOST_CC = None [tree-sitter-latex 0.2.0] CC = Some("cc") [tree-sitter-latex 0.2.0] CFLAGS_x86_64-unknown-dragonfly = None [tree-sitter-latex 0.2.0] CFLAGS_x86_64_unknown_dragonfly = None [tree-sitter-latex 0.2.0] HOST_CFLAGS = None [tree-sitter-latex 0.2.0] CFLAGS = Some("-pipe -O2 -isystem /usr/local/include -fno-strict-aliasing ") [tree-sitter-latex 0.2.0] CRATE_CC_NO_DEFAULTS = None [tree-sitter-latex 0.2.0] DEBUG = Some("false") [tree-sitter-latex 0.2.0] CARGO_CFG_TARGET_FEATURE = Some("fxsr,sse,sse2") [tree-sitter-latex 0.2.0] CC_x86_64-unknown-dragonfly = None [tree-sitter-latex 0.2.0] CC_x86_64_unknown_dragonfly = None [tree-sitter-latex 0.2.0] HOST_CC = None [tree-sitter-latex 0.2.0] CC = Some("cc") [tree-sitter-latex 0.2.0] CFLAGS_x86_64-unknown-dragonfly = None [tree-sitter-latex 0.2.0] CFLAGS_x86_64_unknown_dragonfly = None [tree-sitter-latex 0.2.0] HOST_CFLAGS = None [tree-sitter-latex 0.2.0] CFLAGS = Some("-pipe -O2 -isystem /usr/local/include -fno-strict-aliasing ") [tree-sitter-latex 0.2.0] CRATE_CC_NO_DEFAULTS = None [tree-sitter-latex 0.2.0] CARGO_CFG_TARGET_FEATURE = Some("fxsr,sse,sse2") [tree-sitter-sql 0.0.2] AR_x86_64-unknown-dragonfly = None [tree-sitter-sql 0.0.2] AR_x86_64_unknown_dragonfly = None [tree-sitter-sql 0.0.2] HOST_AR = None [tree-sitter-sql 0.0.2] AR = None [tree-sitter-nix 0.0.1] exit status: 0 [tree-sitter-sql 0.0.2] running: ZERO_AR_DATE="1" "ar" "cq" "/construction/editors/lapce/target/x86_64-unknown-dragonfly/release/build/tree-sitter-sql-abf908ce34946dfb/out/libscanner.a" "/construction/editors/lapce/target/x86_64-unknown-dragonfly/release/build/tree-sitter-sql-abf908ce34946dfb/out/src/scanner.o" [tree-sitter-sql 0.0.2] exit status: 0 [tree-sitter-sql 0.0.2] running: "ar" "s" "/construction/editors/lapce/target/x86_64-unknown-dragonfly/release/build/tree-sitter-sql-abf908ce34946dfb/out/libscanner.a" [tree-sitter-sql 0.0.2] exit status: 0 [tree-sitter-sql 0.0.2] cargo:rustc-link-lib=static=scanner [tree-sitter-sql 0.0.2] cargo:rustc-link-search=native=/construction/editors/lapce/target/x86_64-unknown-dragonfly/release/build/tree-sitter-sql-abf908ce34946dfb/out [tree-sitter-sql 0.0.2] CXXSTDLIB_x86_64-unknown-dragonfly = None [tree-sitter-sql 0.0.2] CXXSTDLIB_x86_64_unknown_dragonfly = None [tree-sitter-sql 0.0.2] HOST_CXXSTDLIB = None [tree-sitter-sql 0.0.2] CXXSTDLIB = None [tree-sitter-sql 0.0.2] cargo:rustc-link-lib=stdc++ [tree-sitter-sql 0.0.2] cargo:rerun-if-changed=src/scanner.cc [zstd-sys 2.0.1+zstd.1.5.2] running: "cc" "-O3" "-ffunction-sections" "-fdata-sections" "-fPIC" "-m64" "-pipe" "-O2" "-isystem" "/usr/local/include" "-fno-strict-aliasing" "-I" "zstd/lib/" "-I" "zstd/lib/common" "-I" "zstd/lib/legacy" "-fvisibility=hidden" "-DZSTD_LIB_DEPRECATED=0" "-DXXH_PRIVATE_API=" "-DZSTDLIB_VISIBILITY=" "-DZDICTLIB_VISIBILITY=" "-DZSTDERRORLIB_VISIBILITY=" "-DZSTD_LEGACY_SUPPORT=1" "-o" "/construction/editors/lapce/target/x86_64-unknown-dragonfly/release/build/zstd-sys-04bdbafb9fc1b037/out/zstd/lib/decompress/zstd_decompress.o" "-c" "zstd/lib/decompress/zstd_decompress.c" [zstd-sys 2.0.1+zstd.1.5.2] exit status: 0 [zstd-sys 2.0.1+zstd.1.5.2] running: "cc" "-O3" "-ffunction-sections" "-fdata-sections" "-fPIC" "-m64" "-pipe" "-O2" "-isystem" "/usr/local/include" "-fno-strict-aliasing" "-I" "zstd/lib/" "-I" "zstd/lib/common" "-I" "zstd/lib/legacy" "-fvisibility=hidden" "-DZSTD_LIB_DEPRECATED=0" "-DXXH_PRIVATE_API=" "-DZSTDLIB_VISIBILITY=" "-DZDICTLIB_VISIBILITY=" "-DZSTDERRORLIB_VISIBILITY=" "-DZSTD_LEGACY_SUPPORT=1" "-o" "/construction/editors/lapce/target/x86_64-unknown-dragonfly/release/build/zstd-sys-04bdbafb9fc1b037/out/zstd/lib/decompress/zstd_decompress_block.o" "-c" "zstd/lib/decompress/zstd_decompress_block.c" [zstd-sys 2.0.1+zstd.1.5.2] exit status: 0 [tree-sitter-html 0.19.0] AR_x86_64-unknown-dragonfly = None [tree-sitter-html 0.19.0] AR_x86_64_unknown_dragonfly = None [tree-sitter-html 0.19.0] HOST_AR = None [tree-sitter-html 0.19.0] AR = None [tree-sitter-html 0.19.0] running: ZERO_AR_DATE="1" "ar" "cq" "/construction/editors/lapce/target/x86_64-unknown-dragonfly/release/build/tree-sitter-html-1cec103c5d9d74ab/out/libscanner.a" "/construction/editors/lapce/target/x86_64-unknown-dragonfly/release/build/tree-sitter-html-1cec103c5d9d74ab/out/src/scanner.o" [tree-sitter-html 0.19.0] exit status: 0 [tree-sitter-html 0.19.0] running: "ar" "s" "/construction/editors/lapce/target/x86_64-unknown-dragonfly/release/build/tree-sitter-html-1cec103c5d9d74ab/out/libscanner.a" [tree-sitter-latex 0.2.0] CC_x86_64-unknown-dragonfly = None [tree-sitter-latex 0.2.0] CC_x86_64_unknown_dragonfly = None [tree-sitter-latex 0.2.0] HOST_CC = None [tree-sitter-latex 0.2.0] CC = Some("cc") [tree-sitter-latex 0.2.0] CFLAGS_x86_64-unknown-dragonfly = None [tree-sitter-latex 0.2.0] CFLAGS_x86_64_unknown_dragonfly = None [tree-sitter-latex 0.2.0] HOST_CFLAGS = None [tree-sitter-latex 0.2.0] CFLAGS = Some("-pipe -O2 -isystem /usr/local/include -fno-strict-aliasing ") [tree-sitter-latex 0.2.0] CRATE_CC_NO_DEFAULTS = None [tree-sitter-latex 0.2.0] CARGO_CFG_TARGET_FEATURE = Some("fxsr,sse,sse2") [tree-sitter-html 0.19.0] exit status: 0 [tree-sitter-html 0.19.0] cargo:rustc-link-lib=static=scanner [tree-sitter-html 0.19.0] cargo:rustc-link-search=native=/construction/editors/lapce/target/x86_64-unknown-dragonfly/release/build/tree-sitter-html-1cec103c5d9d74ab/out [tree-sitter-html 0.19.0] CXXSTDLIB_x86_64-unknown-dragonfly = None [tree-sitter-html 0.19.0] CXXSTDLIB_x86_64_unknown_dragonfly = None [tree-sitter-html 0.19.0] HOST_CXXSTDLIB = None [tree-sitter-html 0.19.0] CXXSTDLIB = None [tree-sitter-html 0.19.0] cargo:rustc-link-lib=stdc++ [tree-sitter-latex 0.2.0] CC_x86_64-unknown-dragonfly = None [tree-sitter-latex 0.2.0] CC_x86_64_unknown_dragonfly = None [tree-sitter-latex 0.2.0] HOST_CC = None [tree-sitter-latex 0.2.0] CC = Some("cc") [tree-sitter-latex 0.2.0] CFLAGS_x86_64-unknown-dragonfly = None [tree-sitter-latex 0.2.0] CFLAGS_x86_64_unknown_dragonfly = None [tree-sitter-latex 0.2.0] HOST_CFLAGS = None [tree-sitter-latex 0.2.0] CFLAGS = Some("-pipe -O2 -isystem /usr/local/include -fno-strict-aliasing ") [tree-sitter-latex 0.2.0] CRATE_CC_NO_DEFAULTS = None [tree-sitter-latex 0.2.0] CARGO_CFG_TARGET_FEATURE = Some("fxsr,sse,sse2") [tree-sitter-latex 0.2.0] running: "cc" "-O2" "-ffunction-sections" "-fdata-sections" "-fPIC" "-m64" "-pipe" "-O2" "-isystem" "/usr/local/include" "-fno-strict-aliasing" "-I" "src" "-Wno-unused-parameter" "-Wno-unused-but-set-variable" "-Wno-trigraphs" "-o" "/construction/editors/lapce/target/x86_64-unknown-dragonfly/release/build/tree-sitter-latex-93a8e7503b49b780/out/src/scanner.o" "-c" "src/scanner.c" [tree-sitter-latex 0.2.0] running: "cc" "-O2" "-ffunction-sections" "-fdata-sections" "-fPIC" "-m64" "-pipe" "-O2" "-isystem" "/usr/local/include" "-fno-strict-aliasing" "-I" "src" "-Wno-unused-parameter" "-Wno-unused-but-set-variable" "-Wno-trigraphs" "-o" "/construction/editors/lapce/target/x86_64-unknown-dragonfly/release/build/tree-sitter-latex-93a8e7503b49b780/out/src/parser.o" "-c" "src/parser.c" [tree-sitter-latex 0.2.0] exit status: 0 [tree-sitter-javascript 0.20.0] running: "cc" "-O2" "-ffunction-sections" "-fdata-sections" "-fPIC" "-m64" "-pipe" "-O2" "-isystem" "/usr/local/include" "-fno-strict-aliasing" "-I" "src" "-Wno-unused-parameter" "-Wno-unused-but-set-variable" "-Wno-trigraphs" "-o" "/construction/editors/lapce/target/x86_64-unknown-dragonfly/release/build/tree-sitter-javascript-61c3206cd04b0338/out/src/scanner.o" "-c" "src/scanner.c" [tree-sitter-javascript 0.20.0] exit status: 0 [tree-sitter-cmake 0.1.0] AR_x86_64-unknown-dragonfly = None [tree-sitter-cmake 0.1.0] AR_x86_64_unknown_dragonfly = None [tree-sitter-cmake 0.1.0] HOST_AR = None [tree-sitter-cmake 0.1.0] AR = None [tree-sitter-cmake 0.1.0] running: ZERO_AR_DATE="1" "ar" "cq" "/construction/editors/lapce/target/x86_64-unknown-dragonfly/release/build/tree-sitter-cmake-80e79eeb002d5d37/out/libscanner.a" "/construction/editors/lapce/target/x86_64-unknown-dragonfly/release/build/tree-sitter-cmake-80e79eeb002d5d37/out/src/scanner.o" [tree-sitter-cmake 0.1.0] exit status: 0 [tree-sitter-cmake 0.1.0] running: "ar" "s" "/construction/editors/lapce/target/x86_64-unknown-dragonfly/release/build/tree-sitter-cmake-80e79eeb002d5d37/out/libscanner.a" [tree-sitter-cmake 0.1.0] exit status: 0 [tree-sitter-cmake 0.1.0] cargo:rustc-link-lib=static=scanner [tree-sitter-cmake 0.1.0] cargo:rustc-link-search=native=/construction/editors/lapce/target/x86_64-unknown-dragonfly/release/build/tree-sitter-cmake-80e79eeb002d5d37/out [tree-sitter-cmake 0.1.0] CXXSTDLIB_x86_64-unknown-dragonfly = None [tree-sitter-cmake 0.1.0] CXXSTDLIB_x86_64_unknown_dragonfly = None [tree-sitter-cmake 0.1.0] HOST_CXXSTDLIB = None [tree-sitter-cmake 0.1.0] CXXSTDLIB = None [tree-sitter-cmake 0.1.0] cargo:rustc-link-lib=stdc++ [tree-sitter-cmake 0.1.0] cargo:rerun-if-changed=src/scanner.cc [zstd-sys 2.0.1+zstd.1.5.2] running: "cc" "-O3" "-ffunction-sections" "-fdata-sections" "-fPIC" "-m64" "-pipe" "-O2" "-isystem" "/usr/local/include" "-fno-strict-aliasing" "-I" "zstd/lib/" "-I" "zstd/lib/common" "-I" "zstd/lib/legacy" "-fvisibility=hidden" "-DZSTD_LIB_DEPRECATED=0" "-DXXH_PRIVATE_API=" "-DZSTDLIB_VISIBILITY=" "-DZDICTLIB_VISIBILITY=" "-DZSTDERRORLIB_VISIBILITY=" "-DZSTD_LEGACY_SUPPORT=1" "-o" "/construction/editors/lapce/target/x86_64-unknown-dragonfly/release/build/zstd-sys-04bdbafb9fc1b037/out/zstd/lib/dictBuilder/cover.o" "-c" "zstd/lib/dictBuilder/cover.c" [zstd-sys 2.0.1+zstd.1.5.2] exit status: 0 [tree-sitter-c-sharp 0.20.0] running: "cc" "-O2" "-ffunction-sections" "-fdata-sections" "-fPIC" "-m64" "-pipe" "-O2" "-isystem" "/usr/local/include" "-fno-strict-aliasing" "-I" "src" "-Wno-unused-parameter" "-Wno-unused-but-set-variable" "-Wno-trigraphs" "-o" "/construction/editors/lapce/target/x86_64-unknown-dragonfly/release/build/tree-sitter-c-sharp-9ef9331e829e3062/out/src/scanner.o" "-c" "src/scanner.c" [tree-sitter-c-sharp 0.20.0] exit status: 0 [tree-sitter-nix 0.0.1] AR_x86_64-unknown-dragonfly = None [tree-sitter-nix 0.0.1] AR_x86_64_unknown_dragonfly = None [tree-sitter-nix 0.0.1] HOST_AR = None [tree-sitter-nix 0.0.1] AR = None [tree-sitter-nix 0.0.1] running: ZERO_AR_DATE="1" "ar" "cq" "/construction/editors/lapce/target/x86_64-unknown-dragonfly/release/build/tree-sitter-nix-836a505ac5e152b9/out/libparser.a" "/construction/editors/lapce/target/x86_64-unknown-dragonfly/release/build/tree-sitter-nix-836a505ac5e152b9/out/src/parser.o" "/construction/editors/lapce/target/x86_64-unknown-dragonfly/release/build/tree-sitter-nix-836a505ac5e152b9/out/src/scanner.o" [tree-sitter-nix 0.0.1] exit status: 0 [tree-sitter-nix 0.0.1] running: "ar" "s" "/construction/editors/lapce/target/x86_64-unknown-dragonfly/release/build/tree-sitter-nix-836a505ac5e152b9/out/libparser.a" [tree-sitter-nix 0.0.1] exit status: 0 [tree-sitter-nix 0.0.1] cargo:rustc-link-lib=static=parser [tree-sitter-nix 0.0.1] cargo:rustc-link-search=native=/construction/editors/lapce/target/x86_64-unknown-dragonfly/release/build/tree-sitter-nix-836a505ac5e152b9/out [tree-sitter-nix 0.0.1] cargo:rerun-if-changed=src/parser.c [tree-sitter-latex 0.2.0] exit status: 0 warning: `tracing-subscriber` (lib) generated 1 warning [tree-sitter-cpp 0.20.0] AR_x86_64-unknown-dragonfly = None [tree-sitter-cpp 0.20.0] AR_x86_64_unknown_dragonfly = None [tree-sitter-cpp 0.20.0] HOST_AR = None [tree-sitter-cpp 0.20.0] AR = None [tree-sitter-cpp 0.20.0] running: ZERO_AR_DATE="1" "ar" "cq" "/construction/editors/lapce/target/x86_64-unknown-dragonfly/release/build/tree-sitter-cpp-3c40c26c3cc4cae3/out/libscanner.a" "/construction/editors/lapce/target/x86_64-unknown-dragonfly/release/build/tree-sitter-cpp-3c40c26c3cc4cae3/out/src/scanner.o" [tree-sitter-vue 0.0.3] TARGET = Some("x86_64-unknown-dragonfly") [tree-sitter-vue 0.0.3] OPT_LEVEL = Some("2") [tree-sitter-vue 0.0.3] HOST = Some("x86_64-unknown-dragonfly") [tree-sitter-vue 0.0.3] CXX_x86_64-unknown-dragonfly = None [tree-sitter-vue 0.0.3] CXX_x86_64_unknown_dragonfly = None [tree-sitter-vue 0.0.3] HOST_CXX = None [tree-sitter-vue 0.0.3] CXX = Some("c++") [tree-sitter-vue 0.0.3] CXXFLAGS_x86_64-unknown-dragonfly = None [tree-sitter-vue 0.0.3] CXXFLAGS_x86_64_unknown_dragonfly = None [tree-sitter-vue 0.0.3] HOST_CXXFLAGS = None [tree-sitter-vue 0.0.3] CXXFLAGS = Some(" -pipe -O2 -isystem /usr/local/include -fno-strict-aliasing -isystem /usr/local/include ") [tree-sitter-vue 0.0.3] CRATE_CC_NO_DEFAULTS = None [tree-sitter-vue 0.0.3] DEBUG = Some("false") [tree-sitter-vue 0.0.3] CARGO_CFG_TARGET_FEATURE = Some("fxsr,sse,sse2") [tree-sitter-vue 0.0.3] CXX_x86_64-unknown-dragonfly = None [tree-sitter-vue 0.0.3] CXX_x86_64_unknown_dragonfly = None [tree-sitter-vue 0.0.3] HOST_CXX = None [tree-sitter-vue 0.0.3] CXX = Some("c++") [tree-sitter-vue 0.0.3] CXXFLAGS_x86_64-unknown-dragonfly = None [tree-sitter-vue 0.0.3] CXXFLAGS_x86_64_unknown_dragonfly = None [tree-sitter-vue 0.0.3] HOST_CXXFLAGS = None [tree-sitter-vue 0.0.3] CXXFLAGS = Some(" -pipe -O2 -isystem /usr/local/include -fno-strict-aliasing -isystem /usr/local/include ") [tree-sitter-vue 0.0.3] CRATE_CC_NO_DEFAULTS = None [tree-sitter-vue 0.0.3] CARGO_CFG_TARGET_FEATURE = Some("fxsr,sse,sse2") [tree-sitter-javascript 0.20.0] AR_x86_64-unknown-dragonfly = None [tree-sitter-javascript 0.20.0] AR_x86_64_unknown_dragonfly = None [tree-sitter-javascript 0.20.0] HOST_AR = None [tree-sitter-javascript 0.20.0] AR = None [tree-sitter-javascript 0.20.0] running: ZERO_AR_DATE="1" "ar" "cq" "/construction/editors/lapce/target/x86_64-unknown-dragonfly/release/build/tree-sitter-javascript-61c3206cd04b0338/out/libparser-scanner.a" "/construction/editors/lapce/target/x86_64-unknown-dragonfly/release/build/tree-sitter-javascript-61c3206cd04b0338/out/src/parser.o" "/construction/editors/lapce/target/x86_64-unknown-dragonfly/release/build/tree-sitter-javascript-61c3206cd04b0338/out/src/scanner.o" [tree-sitter-cpp 0.20.0] exit status: 0 [tree-sitter-cpp 0.20.0] running: "ar" "s" "/construction/editors/lapce/target/x86_64-unknown-dragonfly/release/build/tree-sitter-cpp-3c40c26c3cc4cae3/out/libscanner.a" [tree-sitter-javascript 0.20.0] exit status: 0 [tree-sitter-javascript 0.20.0] running: "ar" "s" "/construction/editors/lapce/target/x86_64-unknown-dragonfly/release/build/tree-sitter-javascript-61c3206cd04b0338/out/libparser-scanner.a" [tree-sitter-cpp 0.20.0] exit status: 0 [tree-sitter-cpp 0.20.0] cargo:rustc-link-lib=static=scanner [tree-sitter-cpp 0.20.0] cargo:rustc-link-search=native=/construction/editors/lapce/target/x86_64-unknown-dragonfly/release/build/tree-sitter-cpp-3c40c26c3cc4cae3/out [tree-sitter-cpp 0.20.0] CXXSTDLIB_x86_64-unknown-dragonfly = None [tree-sitter-cpp 0.20.0] CXXSTDLIB_x86_64_unknown_dragonfly = None [tree-sitter-cpp 0.20.0] HOST_CXXSTDLIB = None [tree-sitter-cpp 0.20.0] CXXSTDLIB = None [tree-sitter-cpp 0.20.0] cargo:rustc-link-lib=stdc++ [tree-sitter-latex 0.2.0] AR_x86_64-unknown-dragonfly = None [tree-sitter-latex 0.2.0] AR_x86_64_unknown_dragonfly = None [tree-sitter-latex 0.2.0] HOST_AR = None [tree-sitter-latex 0.2.0] AR = None [tree-sitter-latex 0.2.0] running: ZERO_AR_DATE="1" "ar" "cq" "/construction/editors/lapce/target/x86_64-unknown-dragonfly/release/build/tree-sitter-latex-93a8e7503b49b780/out/libtree-sitter-latex.a" "/construction/editors/lapce/target/x86_64-unknown-dragonfly/release/build/tree-sitter-latex-93a8e7503b49b780/out/src/parser.o" "/construction/editors/lapce/target/x86_64-unknown-dragonfly/release/build/tree-sitter-latex-93a8e7503b49b780/out/src/scanner.o" [tree-sitter-javascript 0.20.0] exit status: 0 [tree-sitter-javascript 0.20.0] cargo:rustc-link-lib=static=parser-scanner [tree-sitter-javascript 0.20.0] cargo:rustc-link-search=native=/construction/editors/lapce/target/x86_64-unknown-dragonfly/release/build/tree-sitter-javascript-61c3206cd04b0338/out [tree-sitter-protobuf 0.0.1] TARGET = Some("x86_64-unknown-dragonfly") [tree-sitter-latex 0.2.0] exit status: 0 [tree-sitter-protobuf 0.0.1] OPT_LEVEL = Some("2") [tree-sitter-protobuf 0.0.1] HOST = Some("x86_64-unknown-dragonfly") [tree-sitter-protobuf 0.0.1] CC_x86_64-unknown-dragonfly = None [tree-sitter-protobuf 0.0.1] CC_x86_64_unknown_dragonfly = None [tree-sitter-protobuf 0.0.1] HOST_CC = None [tree-sitter-latex 0.2.0] running: "ar" "s" "/construction/editors/lapce/target/x86_64-unknown-dragonfly/release/build/tree-sitter-latex-93a8e7503b49b780/out/libtree-sitter-latex.a" [tree-sitter-protobuf 0.0.1] CC = Some("cc") [tree-sitter-protobuf 0.0.1] CFLAGS_x86_64-unknown-dragonfly = None [tree-sitter-protobuf 0.0.1] CFLAGS_x86_64_unknown_dragonfly = None [tree-sitter-protobuf 0.0.1] HOST_CFLAGS = None [tree-sitter-protobuf 0.0.1] CFLAGS = Some("-pipe -O2 -isystem /usr/local/include -fno-strict-aliasing ") [tree-sitter-protobuf 0.0.1] CRATE_CC_NO_DEFAULTS = None [tree-sitter-protobuf 0.0.1] DEBUG = Some("false") [tree-sitter-protobuf 0.0.1] CARGO_CFG_TARGET_FEATURE = Some("fxsr,sse,sse2") [tree-sitter-protobuf 0.0.1] CC_x86_64-unknown-dragonfly = None [tree-sitter-protobuf 0.0.1] CC_x86_64_unknown_dragonfly = None [tree-sitter-protobuf 0.0.1] HOST_CC = None [tree-sitter-protobuf 0.0.1] CC = Some("cc") [tree-sitter-protobuf 0.0.1] CFLAGS_x86_64-unknown-dragonfly = None [tree-sitter-protobuf 0.0.1] CFLAGS_x86_64_unknown_dragonfly = None [tree-sitter-protobuf 0.0.1] HOST_CFLAGS = None [tree-sitter-protobuf 0.0.1] CFLAGS = Some("-pipe -O2 -isystem /usr/local/include -fno-strict-aliasing ") [tree-sitter-protobuf 0.0.1] CRATE_CC_NO_DEFAULTS = None [tree-sitter-protobuf 0.0.1] CARGO_CFG_TARGET_FEATURE = Some("fxsr,sse,sse2") [tree-sitter-latex 0.2.0] exit status: 0 [tree-sitter-latex 0.2.0] cargo:rustc-link-lib=static=tree-sitter-latex [tree-sitter-latex 0.2.0] cargo:rustc-link-search=native=/construction/editors/lapce/target/x86_64-unknown-dragonfly/release/build/tree-sitter-latex-93a8e7503b49b780/out [tree-sitter-latex 0.2.0] cargo:rerun-if-changed=src/parser.c [zstd-sys 2.0.1+zstd.1.5.2] running: "cc" "-O3" "-ffunction-sections" "-fdata-sections" "-fPIC" "-m64" "-pipe" "-O2" "-isystem" "/usr/local/include" "-fno-strict-aliasing" "-I" "zstd/lib/" "-I" "zstd/lib/common" "-I" "zstd/lib/legacy" "-fvisibility=hidden" "-DZSTD_LIB_DEPRECATED=0" "-DXXH_PRIVATE_API=" "-DZSTDLIB_VISIBILITY=" "-DZDICTLIB_VISIBILITY=" "-DZSTDERRORLIB_VISIBILITY=" "-DZSTD_LEGACY_SUPPORT=1" "-o" "/construction/editors/lapce/target/x86_64-unknown-dragonfly/release/build/zstd-sys-04bdbafb9fc1b037/out/zstd/lib/dictBuilder/divsufsort.o" "-c" "zstd/lib/dictBuilder/divsufsort.c" [zstd-sys 2.0.1+zstd.1.5.2] exit status: 0 [tree-sitter-c-sharp 0.20.0] AR_x86_64-unknown-dragonfly = None [tree-sitter-c-sharp 0.20.0] AR_x86_64_unknown_dragonfly = None [tree-sitter-c-sharp 0.20.0] HOST_AR = None [tree-sitter-c-sharp 0.20.0] AR = None [tree-sitter-c-sharp 0.20.0] running: ZERO_AR_DATE="1" "ar" "cq" "/construction/editors/lapce/target/x86_64-unknown-dragonfly/release/build/tree-sitter-c-sharp-9ef9331e829e3062/out/libparser-scanner.a" "/construction/editors/lapce/target/x86_64-unknown-dragonfly/release/build/tree-sitter-c-sharp-9ef9331e829e3062/out/src/parser.o" "/construction/editors/lapce/target/x86_64-unknown-dragonfly/release/build/tree-sitter-c-sharp-9ef9331e829e3062/out/src/scanner.o" [tree-sitter-c-sharp 0.20.0] exit status: 0 [tree-sitter-c-sharp 0.20.0] running: "ar" "s" "/construction/editors/lapce/target/x86_64-unknown-dragonfly/release/build/tree-sitter-c-sharp-9ef9331e829e3062/out/libparser-scanner.a" [tree-sitter-c-sharp 0.20.0] exit status: 0 [tree-sitter-c-sharp 0.20.0] cargo:rustc-link-lib=static=parser-scanner [tree-sitter-c-sharp 0.20.0] cargo:rustc-link-search=native=/construction/editors/lapce/target/x86_64-unknown-dragonfly/release/build/tree-sitter-c-sharp-9ef9331e829e3062/out [tree-sitter-vue 0.0.3] CXX_x86_64-unknown-dragonfly = None [tree-sitter-vue 0.0.3] CXX_x86_64_unknown_dragonfly = None [tree-sitter-vue 0.0.3] HOST_CXX = None [tree-sitter-vue 0.0.3] CXX = Some("c++") [tree-sitter-vue 0.0.3] CXXFLAGS_x86_64-unknown-dragonfly = None [tree-sitter-vue 0.0.3] CXXFLAGS_x86_64_unknown_dragonfly = None [tree-sitter-vue 0.0.3] HOST_CXXFLAGS = None [tree-sitter-vue 0.0.3] CXXFLAGS = Some(" -pipe -O2 -isystem /usr/local/include -fno-strict-aliasing -isystem /usr/local/include ") [tree-sitter-vue 0.0.3] CRATE_CC_NO_DEFAULTS = None [tree-sitter-vue 0.0.3] CARGO_CFG_TARGET_FEATURE = Some("fxsr,sse,sse2") [zstd-sys 2.0.1+zstd.1.5.2] running: "cc" "-O3" "-ffunction-sections" "-fdata-sections" "-fPIC" "-m64" "-pipe" "-O2" "-isystem" "/usr/local/include" "-fno-strict-aliasing" "-I" "zstd/lib/" "-I" "zstd/lib/common" "-I" "zstd/lib/legacy" "-fvisibility=hidden" "-DZSTD_LIB_DEPRECATED=0" "-DXXH_PRIVATE_API=" "-DZSTDLIB_VISIBILITY=" "-DZDICTLIB_VISIBILITY=" "-DZSTDERRORLIB_VISIBILITY=" "-DZSTD_LEGACY_SUPPORT=1" "-o" "/construction/editors/lapce/target/x86_64-unknown-dragonfly/release/build/zstd-sys-04bdbafb9fc1b037/out/zstd/lib/dictBuilder/fastcover.o" "-c" "zstd/lib/dictBuilder/fastcover.c" [zstd-sys 2.0.1+zstd.1.5.2] exit status: 0 [zstd-sys 2.0.1+zstd.1.5.2] running: "cc" "-O3" "-ffunction-sections" "-fdata-sections" "-fPIC" "-m64" "-pipe" "-O2" "-isystem" "/usr/local/include" "-fno-strict-aliasing" "-I" "zstd/lib/" "-I" "zstd/lib/common" "-I" "zstd/lib/legacy" "-fvisibility=hidden" "-DZSTD_LIB_DEPRECATED=0" "-DXXH_PRIVATE_API=" "-DZSTDLIB_VISIBILITY=" "-DZDICTLIB_VISIBILITY=" "-DZSTDERRORLIB_VISIBILITY=" "-DZSTD_LEGACY_SUPPORT=1" "-o" "/construction/editors/lapce/target/x86_64-unknown-dragonfly/release/build/zstd-sys-04bdbafb9fc1b037/out/zstd/lib/dictBuilder/zdict.o" "-c" "zstd/lib/dictBuilder/zdict.c" [zstd-sys 2.0.1+zstd.1.5.2] exit status: 0 [tree-sitter-vue 0.0.3] running: "c++" "-O2" "-ffunction-sections" "-fdata-sections" "-fPIC" "-m64" "-pipe" "-O2" "-isystem" "/usr/local/include" "-fno-strict-aliasing" "-isystem" "/usr/local/include" "-I" "src" "-Wno-unused-parameter" "-Wno-unused-but-set-variable" "-o" "/construction/editors/lapce/target/x86_64-unknown-dragonfly/release/build/tree-sitter-vue-07a99da144fe30f8/out/src/scanner.o" "-c" "src/scanner.cc" [tree-sitter-vue 0.0.3] exit status: 0 [tree-sitter-python 0.20.2] AR_x86_64-unknown-dragonfly = None [tree-sitter-python 0.20.2] AR_x86_64_unknown_dragonfly = None [tree-sitter-python 0.20.2] HOST_AR = None [tree-sitter-python 0.20.2] AR = None [tree-sitter-python 0.20.2] running: ZERO_AR_DATE="1" "ar" "cq" "/construction/editors/lapce/target/x86_64-unknown-dragonfly/release/build/tree-sitter-python-4e3b07f175233100/out/libparser.a" "/construction/editors/lapce/target/x86_64-unknown-dragonfly/release/build/tree-sitter-python-4e3b07f175233100/out/src/parser.o" [tree-sitter-python 0.20.2] exit status: 0 [tree-sitter-python 0.20.2] running: "ar" "s" "/construction/editors/lapce/target/x86_64-unknown-dragonfly/release/build/tree-sitter-python-4e3b07f175233100/out/libparser.a" [tree-sitter-python 0.20.2] exit status: 0 [tree-sitter-python 0.20.2] cargo:rustc-link-lib=static=parser [tree-sitter-python 0.20.2] cargo:rustc-link-search=native=/construction/editors/lapce/target/x86_64-unknown-dragonfly/release/build/tree-sitter-python-4e3b07f175233100/out [tree-sitter-python 0.20.2] cargo:rerun-if-changed=src/scanner.cc [tree-sitter-protobuf 0.0.1] CC_x86_64-unknown-dragonfly = None [tree-sitter-protobuf 0.0.1] CC_x86_64_unknown_dragonfly = None [tree-sitter-protobuf 0.0.1] HOST_CC = None [tree-sitter-protobuf 0.0.1] CC = Some("cc") [tree-sitter-protobuf 0.0.1] CFLAGS_x86_64-unknown-dragonfly = None [tree-sitter-protobuf 0.0.1] CFLAGS_x86_64_unknown_dragonfly = None [tree-sitter-protobuf 0.0.1] HOST_CFLAGS = None [tree-sitter-protobuf 0.0.1] CFLAGS = Some("-pipe -O2 -isystem /usr/local/include -fno-strict-aliasing ") [tree-sitter-protobuf 0.0.1] CRATE_CC_NO_DEFAULTS = None [tree-sitter-protobuf 0.0.1] CARGO_CFG_TARGET_FEATURE = Some("fxsr,sse,sse2") [tree-sitter-protobuf 0.0.1] CC_x86_64-unknown-dragonfly = None [tree-sitter-protobuf 0.0.1] CC_x86_64_unknown_dragonfly = None [tree-sitter-protobuf 0.0.1] HOST_CC = None [tree-sitter-protobuf 0.0.1] CC = Some("cc") [tree-sitter-protobuf 0.0.1] CFLAGS_x86_64-unknown-dragonfly = None [tree-sitter-protobuf 0.0.1] CFLAGS_x86_64_unknown_dragonfly = None [tree-sitter-protobuf 0.0.1] HOST_CFLAGS = None [tree-sitter-protobuf 0.0.1] CFLAGS = Some("-pipe -O2 -isystem /usr/local/include -fno-strict-aliasing ") [tree-sitter-protobuf 0.0.1] CRATE_CC_NO_DEFAULTS = None [tree-sitter-protobuf 0.0.1] CARGO_CFG_TARGET_FEATURE = Some("fxsr,sse,sse2") [tree-sitter-protobuf 0.0.1] running: "cc" "-O2" "-ffunction-sections" "-fdata-sections" "-fPIC" "-m64" "-pipe" "-O2" "-isystem" "/usr/local/include" "-fno-strict-aliasing" "-I" "src" "-Wno-unused-parameter" "-Wno-unused-but-set-variable" "-Wno-trigraphs" "-o" "/construction/editors/lapce/target/x86_64-unknown-dragonfly/release/build/tree-sitter-protobuf-fb5cc05d8434d321/out/src/parser.o" "-c" "src/parser.c" [tree-sitter-dart 0.0.1] TARGET = Some("x86_64-unknown-dragonfly") [tree-sitter-dart 0.0.1] OPT_LEVEL = Some("2") [tree-sitter-dart 0.0.1] HOST = Some("x86_64-unknown-dragonfly") [tree-sitter-dart 0.0.1] CC_x86_64-unknown-dragonfly = None [tree-sitter-dart 0.0.1] CC_x86_64_unknown_dragonfly = None [tree-sitter-dart 0.0.1] HOST_CC = None [tree-sitter-dart 0.0.1] CC = Some("cc") [tree-sitter-dart 0.0.1] CFLAGS_x86_64-unknown-dragonfly = None [tree-sitter-dart 0.0.1] CFLAGS_x86_64_unknown_dragonfly = None [tree-sitter-dart 0.0.1] HOST_CFLAGS = None [tree-sitter-dart 0.0.1] CFLAGS = Some("-pipe -O2 -isystem /usr/local/include -fno-strict-aliasing ") [tree-sitter-dart 0.0.1] CRATE_CC_NO_DEFAULTS = None [tree-sitter-dart 0.0.1] DEBUG = Some("false") [tree-sitter-dart 0.0.1] CARGO_CFG_TARGET_FEATURE = Some("fxsr,sse,sse2") [tree-sitter-dart 0.0.1] CC_x86_64-unknown-dragonfly = None [tree-sitter-dart 0.0.1] CC_x86_64_unknown_dragonfly = None [tree-sitter-dart 0.0.1] HOST_CC = None [tree-sitter-dart 0.0.1] CC = Some("cc") [tree-sitter-dart 0.0.1] CFLAGS_x86_64-unknown-dragonfly = None [tree-sitter-dart 0.0.1] CFLAGS_x86_64_unknown_dragonfly = None [tree-sitter-dart 0.0.1] HOST_CFLAGS = None [tree-sitter-dart 0.0.1] CFLAGS = Some("-pipe -O2 -isystem /usr/local/include -fno-strict-aliasing ") [tree-sitter-dart 0.0.1] CRATE_CC_NO_DEFAULTS = None [tree-sitter-dart 0.0.1] CARGO_CFG_TARGET_FEATURE = Some("fxsr,sse,sse2") [tree-sitter-protobuf 0.0.1] exit status: 0 [tree-sitter-dart 0.0.1] CC_x86_64-unknown-dragonfly = None [tree-sitter-dart 0.0.1] CC_x86_64_unknown_dragonfly = None [tree-sitter-dart 0.0.1] HOST_CC = None [tree-sitter-dart 0.0.1] CC = Some("cc") [tree-sitter-dart 0.0.1] CFLAGS_x86_64-unknown-dragonfly = None [tree-sitter-dart 0.0.1] CFLAGS_x86_64_unknown_dragonfly = None [tree-sitter-dart 0.0.1] HOST_CFLAGS = None [tree-sitter-dart 0.0.1] CFLAGS = Some("-pipe -O2 -isystem /usr/local/include -fno-strict-aliasing ") [tree-sitter-dart 0.0.1] CRATE_CC_NO_DEFAULTS = None [tree-sitter-dart 0.0.1] CARGO_CFG_TARGET_FEATURE = Some("fxsr,sse,sse2") [tree-sitter-dart 0.0.1] CC_x86_64-unknown-dragonfly = None [tree-sitter-dart 0.0.1] CC_x86_64_unknown_dragonfly = None [tree-sitter-dart 0.0.1] HOST_CC = None [tree-sitter-dart 0.0.1] CC = Some("cc") [tree-sitter-dart 0.0.1] CFLAGS_x86_64-unknown-dragonfly = None [tree-sitter-dart 0.0.1] CFLAGS_x86_64_unknown_dragonfly = None [tree-sitter-dart 0.0.1] HOST_CFLAGS = None [tree-sitter-dart 0.0.1] CFLAGS = Some("-pipe -O2 -isystem /usr/local/include -fno-strict-aliasing ") [tree-sitter-dart 0.0.1] CRATE_CC_NO_DEFAULTS = None [tree-sitter-dart 0.0.1] CARGO_CFG_TARGET_FEATURE = Some("fxsr,sse,sse2") [tree-sitter-dart 0.0.1] running: "cc" "-O2" "-ffunction-sections" "-fdata-sections" "-fPIC" "-m64" "-pipe" "-O2" "-isystem" "/usr/local/include" "-fno-strict-aliasing" "-I" "src" "-Wno-unused-parameter" "-Wno-unused-but-set-variable" "-Wno-trigraphs" "-o" "/construction/editors/lapce/target/x86_64-unknown-dragonfly/release/build/tree-sitter-dart-af6e2d0af7787f1f/out/src/parser.o" "-c" "src/parser.c" [tree-sitter-dart 0.0.1] exit status: 0 [tree-sitter-dart 0.0.1] running: "cc" "-O2" "-ffunction-sections" "-fdata-sections" "-fPIC" "-m64" "-pipe" "-O2" "-isystem" "/usr/local/include" "-fno-strict-aliasing" "-I" "src" "-Wno-unused-parameter" "-Wno-unused-but-set-variable" "-Wno-trigraphs" "-o" "/construction/editors/lapce/target/x86_64-unknown-dragonfly/release/build/tree-sitter-dart-af6e2d0af7787f1f/out/src/scanner.o" "-c" "src/scanner.c" [tree-sitter-dart 0.0.1] exit status: 0 [zstd-sys 2.0.1+zstd.1.5.2] running: "cc" "-O3" "-ffunction-sections" "-fdata-sections" "-fPIC" "-m64" "-pipe" "-O2" "-isystem" "/usr/local/include" "-fno-strict-aliasing" "-I" "zstd/lib/" "-I" "zstd/lib/common" "-I" "zstd/lib/legacy" "-fvisibility=hidden" "-DZSTD_LIB_DEPRECATED=0" "-DXXH_PRIVATE_API=" "-DZSTDLIB_VISIBILITY=" "-DZDICTLIB_VISIBILITY=" "-DZSTDERRORLIB_VISIBILITY=" "-DZSTD_LEGACY_SUPPORT=1" "-o" "/construction/editors/lapce/target/x86_64-unknown-dragonfly/release/build/zstd-sys-04bdbafb9fc1b037/out/zstd/lib/legacy/zstd_v01.o" "-c" "zstd/lib/legacy/zstd_v01.c" [zstd-sys 2.0.1+zstd.1.5.2] exit status: 0 [tree-sitter-python 0.20.2] TARGET = Some("x86_64-unknown-dragonfly") [tree-sitter-python 0.20.2] OPT_LEVEL = Some("2") [tree-sitter-python 0.20.2] HOST = Some("x86_64-unknown-dragonfly") [tree-sitter-python 0.20.2] CXX_x86_64-unknown-dragonfly = None [tree-sitter-python 0.20.2] CXX_x86_64_unknown_dragonfly = None [tree-sitter-python 0.20.2] HOST_CXX = None [tree-sitter-python 0.20.2] CXX = Some("c++") [tree-sitter-python 0.20.2] CXXFLAGS_x86_64-unknown-dragonfly = None [tree-sitter-python 0.20.2] CXXFLAGS_x86_64_unknown_dragonfly = None [tree-sitter-python 0.20.2] HOST_CXXFLAGS = None [tree-sitter-python 0.20.2] CXXFLAGS = Some(" -pipe -O2 -isystem /usr/local/include -fno-strict-aliasing -isystem /usr/local/include ") [tree-sitter-python 0.20.2] CRATE_CC_NO_DEFAULTS = None [tree-sitter-python 0.20.2] DEBUG = Some("false") [tree-sitter-python 0.20.2] CARGO_CFG_TARGET_FEATURE = Some("fxsr,sse,sse2") [tree-sitter-python 0.20.2] CXX_x86_64-unknown-dragonfly = None [tree-sitter-python 0.20.2] CXX_x86_64_unknown_dragonfly = None [tree-sitter-python 0.20.2] HOST_CXX = None [tree-sitter-python 0.20.2] CXX = Some("c++") [tree-sitter-python 0.20.2] CXXFLAGS_x86_64-unknown-dragonfly = None [tree-sitter-python 0.20.2] CXXFLAGS_x86_64_unknown_dragonfly = None [tree-sitter-python 0.20.2] HOST_CXXFLAGS = None [tree-sitter-python 0.20.2] CXXFLAGS = Some(" -pipe -O2 -isystem /usr/local/include -fno-strict-aliasing -isystem /usr/local/include ") [tree-sitter-python 0.20.2] CRATE_CC_NO_DEFAULTS = None [tree-sitter-python 0.20.2] CARGO_CFG_TARGET_FEATURE = Some("fxsr,sse,sse2") [tree-sitter-python 0.20.2] CXX_x86_64-unknown-dragonfly = None [tree-sitter-python 0.20.2] CXX_x86_64_unknown_dragonfly = None [tree-sitter-python 0.20.2] HOST_CXX = None [tree-sitter-python 0.20.2] CXX = Some("c++") [tree-sitter-python 0.20.2] CXXFLAGS_x86_64-unknown-dragonfly = None [tree-sitter-python 0.20.2] CXXFLAGS_x86_64_unknown_dragonfly = None [tree-sitter-python 0.20.2] HOST_CXXFLAGS = None [tree-sitter-python 0.20.2] CXXFLAGS = Some(" -pipe -O2 -isystem /usr/local/include -fno-strict-aliasing -isystem /usr/local/include ") [tree-sitter-python 0.20.2] CRATE_CC_NO_DEFAULTS = None [tree-sitter-python 0.20.2] CARGO_CFG_TARGET_FEATURE = Some("fxsr,sse,sse2") [tree-sitter-python 0.20.2] running: "c++" "-O2" "-ffunction-sections" "-fdata-sections" "-fPIC" "-m64" "-pipe" "-O2" "-isystem" "/usr/local/include" "-fno-strict-aliasing" "-isystem" "/usr/local/include" "-I" "src" "-Wno-unused-parameter" "-Wno-unused-but-set-variable" "-o" "/construction/editors/lapce/target/x86_64-unknown-dragonfly/release/build/tree-sitter-python-4e3b07f175233100/out/src/scanner.o" "-c" "src/scanner.cc" [tree-sitter-python 0.20.2] exit status: 0 [zstd-sys 2.0.1+zstd.1.5.2] running: "cc" "-O3" "-ffunction-sections" "-fdata-sections" "-fPIC" "-m64" "-pipe" "-O2" "-isystem" "/usr/local/include" "-fno-strict-aliasing" "-I" "zstd/lib/" "-I" "zstd/lib/common" "-I" "zstd/lib/legacy" "-fvisibility=hidden" "-DZSTD_LIB_DEPRECATED=0" "-DXXH_PRIVATE_API=" "-DZSTDLIB_VISIBILITY=" "-DZDICTLIB_VISIBILITY=" "-DZSTDERRORLIB_VISIBILITY=" "-DZSTD_LEGACY_SUPPORT=1" "-o" "/construction/editors/lapce/target/x86_64-unknown-dragonfly/release/build/zstd-sys-04bdbafb9fc1b037/out/zstd/lib/legacy/zstd_v02.o" "-c" "zstd/lib/legacy/zstd_v02.c" [zstd-sys 2.0.1+zstd.1.5.2] exit status: 0 [zstd-sys 2.0.1+zstd.1.5.2] running: "cc" "-O3" "-ffunction-sections" "-fdata-sections" "-fPIC" "-m64" "-pipe" "-O2" "-isystem" "/usr/local/include" "-fno-strict-aliasing" "-I" "zstd/lib/" "-I" "zstd/lib/common" "-I" "zstd/lib/legacy" "-fvisibility=hidden" "-DZSTD_LIB_DEPRECATED=0" "-DXXH_PRIVATE_API=" "-DZSTDLIB_VISIBILITY=" "-DZDICTLIB_VISIBILITY=" "-DZSTDERRORLIB_VISIBILITY=" "-DZSTD_LEGACY_SUPPORT=1" "-o" "/construction/editors/lapce/target/x86_64-unknown-dragonfly/release/build/zstd-sys-04bdbafb9fc1b037/out/zstd/lib/legacy/zstd_v03.o" "-c" "zstd/lib/legacy/zstd_v03.c" [zstd-sys 2.0.1+zstd.1.5.2] exit status: 0 [tree-sitter-protobuf 0.0.1] AR_x86_64-unknown-dragonfly = None [tree-sitter-protobuf 0.0.1] AR_x86_64_unknown_dragonfly = None [tree-sitter-protobuf 0.0.1] HOST_AR = None [tree-sitter-protobuf 0.0.1] AR = None [tree-sitter-protobuf 0.0.1] running: ZERO_AR_DATE="1" "ar" "cq" "/construction/editors/lapce/target/x86_64-unknown-dragonfly/release/build/tree-sitter-protobuf-fb5cc05d8434d321/out/libparser.a" "/construction/editors/lapce/target/x86_64-unknown-dragonfly/release/build/tree-sitter-protobuf-fb5cc05d8434d321/out/src/parser.o" [tree-sitter-protobuf 0.0.1] exit status: 0 [tree-sitter-protobuf 0.0.1] running: "ar" "s" "/construction/editors/lapce/target/x86_64-unknown-dragonfly/release/build/tree-sitter-protobuf-fb5cc05d8434d321/out/libparser.a" [tree-sitter-protobuf 0.0.1] exit status: 0 [tree-sitter-protobuf 0.0.1] cargo:rustc-link-lib=static=parser [tree-sitter-protobuf 0.0.1] cargo:rustc-link-search=native=/construction/editors/lapce/target/x86_64-unknown-dragonfly/release/build/tree-sitter-protobuf-fb5cc05d8434d321/out [tree-sitter-protobuf 0.0.1] cargo:rerun-if-changed=src/parser.c [tree-sitter-python 0.20.2] AR_x86_64-unknown-dragonfly = None [tree-sitter-python 0.20.2] AR_x86_64_unknown_dragonfly = None [tree-sitter-python 0.20.2] HOST_AR = None [tree-sitter-python 0.20.2] AR = None [tree-sitter-python 0.20.2] running: ZERO_AR_DATE="1" "ar" "cq" "/construction/editors/lapce/target/x86_64-unknown-dragonfly/release/build/tree-sitter-python-4e3b07f175233100/out/libscanner.a" "/construction/editors/lapce/target/x86_64-unknown-dragonfly/release/build/tree-sitter-python-4e3b07f175233100/out/src/scanner.o" [tree-sitter-python 0.20.2] exit status: 0 [tree-sitter-python 0.20.2] running: "ar" "s" "/construction/editors/lapce/target/x86_64-unknown-dragonfly/release/build/tree-sitter-python-4e3b07f175233100/out/libscanner.a" [tree-sitter-python 0.20.2] exit status: 0 [tree-sitter-python 0.20.2] cargo:rustc-link-lib=static=scanner [tree-sitter-python 0.20.2] cargo:rustc-link-search=native=/construction/editors/lapce/target/x86_64-unknown-dragonfly/release/build/tree-sitter-python-4e3b07f175233100/out [tree-sitter-python 0.20.2] CXXSTDLIB_x86_64-unknown-dragonfly = None [tree-sitter-python 0.20.2] CXXSTDLIB_x86_64_unknown_dragonfly = None [tree-sitter-python 0.20.2] HOST_CXXSTDLIB = None [tree-sitter-python 0.20.2] CXXSTDLIB = None [tree-sitter-python 0.20.2] cargo:rustc-link-lib=stdc++ [tree-sitter-vue 0.0.3] AR_x86_64-unknown-dragonfly = None [tree-sitter-vue 0.0.3] AR_x86_64_unknown_dragonfly = None [tree-sitter-vue 0.0.3] HOST_AR = None [tree-sitter-vue 0.0.3] AR = None [tree-sitter-vue 0.0.3] running: ZERO_AR_DATE="1" "ar" "cq" "/construction/editors/lapce/target/x86_64-unknown-dragonfly/release/build/tree-sitter-vue-07a99da144fe30f8/out/libscanner.a" "/construction/editors/lapce/target/x86_64-unknown-dragonfly/release/build/tree-sitter-vue-07a99da144fe30f8/out/src/scanner.o" [tree-sitter-vue 0.0.3] exit status: 0 [tree-sitter-vue 0.0.3] running: "ar" "s" "/construction/editors/lapce/target/x86_64-unknown-dragonfly/release/build/tree-sitter-vue-07a99da144fe30f8/out/libscanner.a" [tree-sitter-vue 0.0.3] exit status: 0 [tree-sitter-vue 0.0.3] cargo:rustc-link-lib=static=scanner [tree-sitter-vue 0.0.3] cargo:rustc-link-search=native=/construction/editors/lapce/target/x86_64-unknown-dragonfly/release/build/tree-sitter-vue-07a99da144fe30f8/out [tree-sitter-vue 0.0.3] CXXSTDLIB_x86_64-unknown-dragonfly = None [tree-sitter-vue 0.0.3] CXXSTDLIB_x86_64_unknown_dragonfly = None [tree-sitter-vue 0.0.3] HOST_CXXSTDLIB = None [tree-sitter-vue 0.0.3] CXXSTDLIB = None [tree-sitter-vue 0.0.3] cargo:rustc-link-lib=stdc++ [tree-sitter-vue 0.0.3] cargo:rerun-if-changed=src/scanner.cc [errno-dragonfly 0.1.2] TARGET = Some("x86_64-unknown-dragonfly") [errno-dragonfly 0.1.2] OPT_LEVEL = Some("2") [errno-dragonfly 0.1.2] HOST = Some("x86_64-unknown-dragonfly") [errno-dragonfly 0.1.2] CC_x86_64-unknown-dragonfly = None [errno-dragonfly 0.1.2] CC_x86_64_unknown_dragonfly = None [errno-dragonfly 0.1.2] HOST_CC = None [errno-dragonfly 0.1.2] CC = Some("cc") [errno-dragonfly 0.1.2] CFLAGS_x86_64-unknown-dragonfly = None [errno-dragonfly 0.1.2] CFLAGS_x86_64_unknown_dragonfly = None [errno-dragonfly 0.1.2] HOST_CFLAGS = None [errno-dragonfly 0.1.2] CFLAGS = Some("-pipe -O2 -isystem /usr/local/include -fno-strict-aliasing ") [errno-dragonfly 0.1.2] CRATE_CC_NO_DEFAULTS = None [errno-dragonfly 0.1.2] DEBUG = Some("false") [errno-dragonfly 0.1.2] CARGO_CFG_TARGET_FEATURE = Some("fxsr,sse,sse2") [errno-dragonfly 0.1.2] running: "cc" "-O2" "-ffunction-sections" "-fdata-sections" "-fPIC" "-m64" "-pipe" "-O2" "-isystem" "/usr/local/include" "-fno-strict-aliasing" "-o" "/construction/editors/lapce/target/x86_64-unknown-dragonfly/release/build/errno-dragonfly-b3a064e901553977/out/src/errno.o" "-c" "src/errno.c" [tree-sitter-dart 0.0.1] AR_x86_64-unknown-dragonfly = None [tree-sitter-dart 0.0.1] AR_x86_64_unknown_dragonfly = None [tree-sitter-dart 0.0.1] HOST_AR = None [tree-sitter-dart 0.0.1] AR = None [tree-sitter-dart 0.0.1] running: ZERO_AR_DATE="1" "ar" "cq" "/construction/editors/lapce/target/x86_64-unknown-dragonfly/release/build/tree-sitter-dart-af6e2d0af7787f1f/out/libparser.a" "/construction/editors/lapce/target/x86_64-unknown-dragonfly/release/build/tree-sitter-dart-af6e2d0af7787f1f/out/src/parser.o" "/construction/editors/lapce/target/x86_64-unknown-dragonfly/release/build/tree-sitter-dart-af6e2d0af7787f1f/out/src/scanner.o" [errno-dragonfly 0.1.2] exit status: 0 [tree-sitter-dart 0.0.1] exit status: 0 [tree-sitter-dart 0.0.1] running: "ar" "s" "/construction/editors/lapce/target/x86_64-unknown-dragonfly/release/build/tree-sitter-dart-af6e2d0af7787f1f/out/libparser.a" [tree-sitter-dart 0.0.1] exit status: 0 [tree-sitter-dart 0.0.1] cargo:rustc-link-lib=static=parser [tree-sitter-dart 0.0.1] cargo:rustc-link-search=native=/construction/editors/lapce/target/x86_64-unknown-dragonfly/release/build/tree-sitter-dart-af6e2d0af7787f1f/out [tree-sitter-dart 0.0.1] cargo:rerun-if-changed=src/parser.c [errno-dragonfly 0.1.2] AR_x86_64-unknown-dragonfly = None [errno-dragonfly 0.1.2] AR_x86_64_unknown_dragonfly = None [errno-dragonfly 0.1.2] HOST_AR = None [errno-dragonfly 0.1.2] AR = None [errno-dragonfly 0.1.2] running: ZERO_AR_DATE="1" "ar" "cq" "/construction/editors/lapce/target/x86_64-unknown-dragonfly/release/build/errno-dragonfly-b3a064e901553977/out/liberrno.a" "/construction/editors/lapce/target/x86_64-unknown-dragonfly/release/build/errno-dragonfly-b3a064e901553977/out/src/errno.o" [errno-dragonfly 0.1.2] exit status: 0 [errno-dragonfly 0.1.2] running: "ar" "s" "/construction/editors/lapce/target/x86_64-unknown-dragonfly/release/build/errno-dragonfly-b3a064e901553977/out/liberrno.a" [errno-dragonfly 0.1.2] exit status: 0 [errno-dragonfly 0.1.2] cargo:rustc-link-lib=static=errno [errno-dragonfly 0.1.2] cargo:rustc-link-search=native=/construction/editors/lapce/target/x86_64-unknown-dragonfly/release/build/errno-dragonfly-b3a064e901553977/out [zstd-sys 2.0.1+zstd.1.5.2] running: "cc" "-O3" "-ffunction-sections" "-fdata-sections" "-fPIC" "-m64" "-pipe" "-O2" "-isystem" "/usr/local/include" "-fno-strict-aliasing" "-I" "zstd/lib/" "-I" "zstd/lib/common" "-I" "zstd/lib/legacy" "-fvisibility=hidden" "-DZSTD_LIB_DEPRECATED=0" "-DXXH_PRIVATE_API=" "-DZSTDLIB_VISIBILITY=" "-DZDICTLIB_VISIBILITY=" "-DZSTDERRORLIB_VISIBILITY=" "-DZSTD_LEGACY_SUPPORT=1" "-o" "/construction/editors/lapce/target/x86_64-unknown-dragonfly/release/build/zstd-sys-04bdbafb9fc1b037/out/zstd/lib/legacy/zstd_v04.o" "-c" "zstd/lib/legacy/zstd_v04.c" [zstd-sys 2.0.1+zstd.1.5.2] exit status: 0 [zstd-sys 2.0.1+zstd.1.5.2] running: "cc" "-O3" "-ffunction-sections" "-fdata-sections" "-fPIC" "-m64" "-pipe" "-O2" "-isystem" "/usr/local/include" "-fno-strict-aliasing" "-I" "zstd/lib/" "-I" "zstd/lib/common" "-I" "zstd/lib/legacy" "-fvisibility=hidden" "-DZSTD_LIB_DEPRECATED=0" "-DXXH_PRIVATE_API=" "-DZSTDLIB_VISIBILITY=" "-DZDICTLIB_VISIBILITY=" "-DZSTDERRORLIB_VISIBILITY=" "-DZSTD_LEGACY_SUPPORT=1" "-o" "/construction/editors/lapce/target/x86_64-unknown-dragonfly/release/build/zstd-sys-04bdbafb9fc1b037/out/zstd/lib/legacy/zstd_v05.o" "-c" "zstd/lib/legacy/zstd_v05.c" [zstd-sys 2.0.1+zstd.1.5.2] exit status: 0 [zstd-sys 2.0.1+zstd.1.5.2] running: "cc" "-O3" "-ffunction-sections" "-fdata-sections" "-fPIC" "-m64" "-pipe" "-O2" "-isystem" "/usr/local/include" "-fno-strict-aliasing" "-I" "zstd/lib/" "-I" "zstd/lib/common" "-I" "zstd/lib/legacy" "-fvisibility=hidden" "-DZSTD_LIB_DEPRECATED=0" "-DXXH_PRIVATE_API=" "-DZSTDLIB_VISIBILITY=" "-DZDICTLIB_VISIBILITY=" "-DZSTDERRORLIB_VISIBILITY=" "-DZSTD_LEGACY_SUPPORT=1" "-o" "/construction/editors/lapce/target/x86_64-unknown-dragonfly/release/build/zstd-sys-04bdbafb9fc1b037/out/zstd/lib/legacy/zstd_v06.o" "-c" "zstd/lib/legacy/zstd_v06.c" [zstd-sys 2.0.1+zstd.1.5.2] exit status: 0 [zstd-sys 2.0.1+zstd.1.5.2] running: "cc" "-O3" "-ffunction-sections" "-fdata-sections" "-fPIC" "-m64" "-pipe" "-O2" "-isystem" "/usr/local/include" "-fno-strict-aliasing" "-I" "zstd/lib/" "-I" "zstd/lib/common" "-I" "zstd/lib/legacy" "-fvisibility=hidden" "-DZSTD_LIB_DEPRECATED=0" "-DXXH_PRIVATE_API=" "-DZSTDLIB_VISIBILITY=" "-DZDICTLIB_VISIBILITY=" "-DZSTDERRORLIB_VISIBILITY=" "-DZSTD_LEGACY_SUPPORT=1" "-o" "/construction/editors/lapce/target/x86_64-unknown-dragonfly/release/build/zstd-sys-04bdbafb9fc1b037/out/zstd/lib/legacy/zstd_v07.o" "-c" "zstd/lib/legacy/zstd_v07.c" [zstd-sys 2.0.1+zstd.1.5.2] exit status: 0 [zstd-sys 2.0.1+zstd.1.5.2] running: "cc" "-O3" "-ffunction-sections" "-fdata-sections" "-fPIC" "-m64" "-pipe" "-O2" "-isystem" "/usr/local/include" "-fno-strict-aliasing" "-I" "zstd/lib/" "-I" "zstd/lib/common" "-I" "zstd/lib/legacy" "-fvisibility=hidden" "-DZSTD_LIB_DEPRECATED=0" "-DXXH_PRIVATE_API=" "-DZSTDLIB_VISIBILITY=" "-DZDICTLIB_VISIBILITY=" "-DZSTDERRORLIB_VISIBILITY=" "-DZSTD_LEGACY_SUPPORT=1" "-o" "/construction/editors/lapce/target/x86_64-unknown-dragonfly/release/build/zstd-sys-04bdbafb9fc1b037/out/zstd/lib/decompress/huf_decompress_amd64.o" "-c" "zstd/lib/decompress/huf_decompress_amd64.S" [zstd-sys 2.0.1+zstd.1.5.2] exit status: 0 [zstd-sys 2.0.1+zstd.1.5.2] AR_x86_64-unknown-dragonfly = None [zstd-sys 2.0.1+zstd.1.5.2] AR_x86_64_unknown_dragonfly = None [zstd-sys 2.0.1+zstd.1.5.2] HOST_AR = None [zstd-sys 2.0.1+zstd.1.5.2] AR = None [zstd-sys 2.0.1+zstd.1.5.2] running: ZERO_AR_DATE="1" "ar" "cq" "/construction/editors/lapce/target/x86_64-unknown-dragonfly/release/build/zstd-sys-04bdbafb9fc1b037/out/libzstd.a" "/construction/editors/lapce/target/x86_64-unknown-dragonfly/release/build/zstd-sys-04bdbafb9fc1b037/out/zstd/lib/common/debug.o" "/construction/editors/lapce/target/x86_64-unknown-dragonfly/release/build/zstd-sys-04bdbafb9fc1b037/out/zstd/lib/common/entropy_common.o" "/construction/editors/lapce/target/x86_64-unknown-dragonfly/release/build/zstd-sys-04bdbafb9fc1b037/out/zstd/lib/common/error_private.o" "/construction/editors/lapce/target/x86_64-unknown-dragonfly/release/build/zstd-sys-04bdbafb9fc1b037/out/zstd/lib/common/fse_decompress.o" "/construction/editors/lapce/target/x86_64-unknown-dragonfly/release/build/zstd-sys-04bdbafb9fc1b037/out/zstd/lib/common/pool.o" "/construction/editors/lapce/target/x86_64-unknown-dragonfly/release/build/zstd-sys-04bdbafb9fc1b037/out/zstd/lib/common/threading.o" "/construction/editors/lapce/target/x86_64-unknown-dragonfly/release/build/zstd-sys-04bdbafb9fc1b037/out/zstd/lib/common/zstd_common.o" "/construction/editors/lapce/target/x86_64-unknown-dragonfly/release/build/zstd-sys-04bdbafb9fc1b037/out/zstd/lib/compress/fse_compress.o" "/construction/editors/lapce/target/x86_64-unknown-dragonfly/release/build/zstd-sys-04bdbafb9fc1b037/out/zstd/lib/compress/hist.o" "/construction/editors/lapce/target/x86_64-unknown-dragonfly/release/build/zstd-sys-04bdbafb9fc1b037/out/zstd/lib/compress/huf_compress.o" "/construction/editors/lapce/target/x86_64-unknown-dragonfly/release/build/zstd-sys-04bdbafb9fc1b037/out/zstd/lib/compress/zstd_compress.o" "/construction/editors/lapce/target/x86_64-unknown-dragonfly/release/build/zstd-sys-04bdbafb9fc1b037/out/zstd/lib/compress/zstd_compress_literals.o" "/construction/editors/lapce/target/x86_64-unknown-dragonfly/release/build/zstd-sys-04bdbafb9fc1b037/out/zstd/lib/compress/zstd_compress_sequences.o" "/construction/editors/lapce/target/x86_64-unknown-dragonfly/release/build/zstd-sys-04bdbafb9fc1b037/out/zstd/lib/compress/zstd_compress_superblock.o" "/construction/editors/lapce/target/x86_64-unknown-dragonfly/release/build/zstd-sys-04bdbafb9fc1b037/out/zstd/lib/compress/zstd_double_fast.o" "/construction/editors/lapce/target/x86_64-unknown-dragonfly/release/build/zstd-sys-04bdbafb9fc1b037/out/zstd/lib/compress/zstd_fast.o" "/construction/editors/lapce/target/x86_64-unknown-dragonfly/release/build/zstd-sys-04bdbafb9fc1b037/out/zstd/lib/compress/zstd_lazy.o" "/construction/editors/lapce/target/x86_64-unknown-dragonfly/release/build/zstd-sys-04bdbafb9fc1b037/out/zstd/lib/compress/zstd_ldm.o" "/construction/editors/lapce/target/x86_64-unknown-dragonfly/release/build/zstd-sys-04bdbafb9fc1b037/out/zstd/lib/compress/zstd_opt.o" "/construction/editors/lapce/target/x86_64-unknown-dragonfly/release/build/zstd-sys-04bdbafb9fc1b037/out/zstd/lib/compress/zstdmt_compress.o" "/construction/editors/lapce/target/x86_64-unknown-dragonfly/release/build/zstd-sys-04bdbafb9fc1b037/out/zstd/lib/decompress/huf_decompress.o" "/construction/editors/lapce/target/x86_64-unknown-dragonfly/release/build/zstd-sys-04bdbafb9fc1b037/out/zstd/lib/decompress/zstd_ddict.o" "/construction/editors/lapce/target/x86_64-unknown-dragonfly/release/build/zstd-sys-04bdbafb9fc1b037/out/zstd/lib/decompress/zstd_decompress.o" "/construction/editors/lapce/target/x86_64-unknown-dragonfly/release/build/zstd-sys-04bdbafb9fc1b037/out/zstd/lib/decompress/zstd_decompress_block.o" "/construction/editors/lapce/target/x86_64-unknown-dragonfly/release/build/zstd-sys-04bdbafb9fc1b037/out/zstd/lib/dictBuilder/cover.o" "/construction/editors/lapce/target/x86_64-unknown-dragonfly/release/build/zstd-sys-04bdbafb9fc1b037/out/zstd/lib/dictBuilder/divsufsort.o" "/construction/editors/lapce/target/x86_64-unknown-dragonfly/release/build/zstd-sys-04bdbafb9fc1b037/out/zstd/lib/dictBuilder/fastcover.o" "/construction/editors/lapce/target/x86_64-unknown-dragonfly/release/build/zstd-sys-04bdbafb9fc1b037/out/zstd/lib/dictBuilder/zdict.o" "/construction/editors/lapce/target/x86_64-unknown-dragonfly/release/build/zstd-sys-04bdbafb9fc1b037/out/zstd/lib/legacy/zstd_v01.o" "/construction/editors/lapce/target/x86_64-unknown-dragonfly/release/build/zstd-sys-04bdbafb9fc1b037/out/zstd/lib/legacy/zstd_v02.o" "/construction/editors/lapce/target/x86_64-unknown-dragonfly/release/build/zstd-sys-04bdbafb9fc1b037/out/zstd/lib/legacy/zstd_v03.o" "/construction/editors/lapce/target/x86_64-unknown-dragonfly/release/build/zstd-sys-04bdbafb9fc1b037/out/zstd/lib/legacy/zstd_v04.o" "/construction/editors/lapce/target/x86_64-unknown-dragonfly/release/build/zstd-sys-04bdbafb9fc1b037/out/zstd/lib/legacy/zstd_v05.o" "/construction/editors/lapce/target/x86_64-unknown-dragonfly/release/build/zstd-sys-04bdbafb9fc1b037/out/zstd/lib/legacy/zstd_v06.o" "/construction/editors/lapce/target/x86_64-unknown-dragonfly/release/build/zstd-sys-04bdbafb9fc1b037/out/zstd/lib/legacy/zstd_v07.o" "/construction/editors/lapce/target/x86_64-unknown-dragonfly/release/build/zstd-sys-04bdbafb9fc1b037/out/zstd/lib/decompress/huf_decompress_amd64.o" [zstd-sys 2.0.1+zstd.1.5.2] exit status: 0 [zstd-sys 2.0.1+zstd.1.5.2] running: "ar" "s" "/construction/editors/lapce/target/x86_64-unknown-dragonfly/release/build/zstd-sys-04bdbafb9fc1b037/out/libzstd.a" [zstd-sys 2.0.1+zstd.1.5.2] exit status: 0 [zstd-sys 2.0.1+zstd.1.5.2] cargo:rustc-link-lib=static=zstd [zstd-sys 2.0.1+zstd.1.5.2] cargo:rustc-link-search=native=/construction/editors/lapce/target/x86_64-unknown-dragonfly/release/build/zstd-sys-04bdbafb9fc1b037/out [zstd-sys 2.0.1+zstd.1.5.2] cargo:root=/construction/editors/lapce/target/x86_64-unknown-dragonfly/release/build/zstd-sys-04bdbafb9fc1b037/out [zstd-sys 2.0.1+zstd.1.5.2] cargo:include=/construction/editors/lapce/lapce-0.2.8/cargo-crates/zstd-sys-2.0.1+zstd.1.5.2/zstd/lib *** Error code 101 Stop. make: stopped in /xports/editors/lapce FAILED 00:07:08