------------------------------------------------------------------------------- -- 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:01 ------------------------------------------------------------------------------- -- 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:00 ------------------------------------------------------------------------------- -- 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:00 ------------------------------------------------------------------------------- -- 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:00 ------------------------------------------------------------------------------- -- 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 Compiling glib schemas Generating GTK icon cache for /usr/local/share/icons/hicolor 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:27 ------------------------------------------------------------------------------- -- 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:42 ------------------------------------------------------------------------------- -- 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:01 ------------------------------------------------------------------------------- -- 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:04 ------------------------------------------------------------------------------- -- 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:02 ------------------------------------------------------------------------------- -- 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:02 ------------------------------------------------------------------------------- -- 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 unicode-ident v1.0.4 Compiling quote v1.0.21 Compiling syn v1.0.101 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=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` 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/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=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=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=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=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` 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/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=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=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=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` 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/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 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/serde-13458584c857a642/build-script-build` 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` 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` Running `/construction/editors/lapce/target/release/build/serde_derive-bad62ae957e37f24/build-script-build` Running `/construction/editors/lapce/target/release/build/memchr-760f7a4336f09b32/build-script-build` Compiling scopeguard v1.1.0 Running `/construction/editors/lapce/target/release/build/proc-macro2-03ad8bbfb8f8d1dd/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 [proc-macro2 1.0.44] cargo:rerun-if-changed=build.rs Compiling ahash v0.7.6 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` 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` 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` 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/quote-986038c7030b2287/build-script-build` [proc-macro2 1.0.44] cargo:rustc-cfg=use_proc_macro [proc-macro2 1.0.44] cargo:rustc-cfg=wrap_proc_macro [quote 1.0.21] cargo:rerun-if-changed=build.rs 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` 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 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` [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/libc-5979f1827f3f7f6c/build-script-build` [libc 0.2.133] cargo:rerun-if-changed=build.rs 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: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` Running `/construction/editors/lapce/target/release/build/indexmap-947c60ea26158d10/build-script-build` 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` [indexmap 1.9.2] cargo:rustc-cfg=has_std [indexmap 1.9.2] cargo:rerun-if-changed=build.rs 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` 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 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` 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/syn-62bbe0b320d7ff8f/build-script-build` 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` [syn 1.0.101] cargo:rustc-cfg=syn_disable_nightly_tests Compiling stable_deref_trait v1.2.0 Running `/construction/editors/lapce/target/release/build/thiserror-57265ced992fbe5e/build-script-build` 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` 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 fallible-iterator v0.2.0 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` 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` Compiling typenum v1.15.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 `/construction/editors/lapce/target/release/build/lock_api-88ebd6610c827350/build-script-build` Running `/construction/editors/lapce/target/release/build/crossbeam-utils-dd3b089f60fa4b47/build-script-build` [crossbeam-utils 0.8.11] cargo:rerun-if-changed=no_atomic.rs 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` [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` [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 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 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` 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` Running `/construction/editors/lapce/target/release/build/crc32fast-3bb8effc77db3559/build-script-build` [crc32fast 1.3.2] cargo:rerun-if-changed=build.rs [crc32fast 1.3.2] cargo:rustc-cfg=crc32fast_stdarchx86 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` 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` 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` Running `/construction/editors/lapce/target/release/build/io-lifetimes-491d14b9c9de1810/build-script-build` 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` [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 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` [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 `/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=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` Compiling byteorder v1.4.3 Running `/construction/editors/lapce/target/release/build/thiserror-57265ced992fbe5e/build-script-build` 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` 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` 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` 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 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` 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 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 `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 [rustix 0.35.10] cargo:rustc-cfg=libc [rustix 0.35.10] cargo:rerun-if-env-changed=CARGO_CFG_RUSTIX_USE_EXPERIMENTAL_ASM 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` 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` 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"'` 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 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` Running `/construction/editors/lapce/target/release/build/generic-array-bd8fbf8ba3ab61ac/build-script-build` [generic-array 0.14.6] cargo:rustc-cfg=relaxed_coherence Running `/construction/editors/lapce/target/release/build/crossbeam-epoch-cfd05986c310f633/build-script-build` [crossbeam-epoch 0.9.10] cargo:rerun-if-changed=no_atomic.rs 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` 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` 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 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` Running `/construction/editors/lapce/target/release/build/num-traits-593aee14af0477ab/build-script-build` 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 `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` [num-traits 0.2.15] cargo:rustc-cfg=has_i128 Running `/construction/editors/lapce/target/release/build/anyhow-1f7b36da49fdbfcf/build-script-build` 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 warning: `ahash` (lib) generated 2 warnings 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` Running `/construction/editors/lapce/target/release/build/slab-1f472a05a42364f9/build-script-build` [num-traits 0.2.15] cargo:rustc-cfg=has_leading_trailing_ones Running `/construction/editors/lapce/target/release/build/anyhow-1f7b36da49fdbfcf/build-script-build` [num-traits 0.2.15] cargo:rustc-cfg=has_int_assignop_ref Running `/construction/editors/lapce/target/release/build/rayon-core-6ae4e24f44a9e282/build-script-build` [rayon-core 1.9.3] cargo:rerun-if-changed=build.rs 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` [num-traits 0.2.15] cargo:rustc-cfg=has_div_euclid 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` [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` 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` 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` Compiling tree-sitter v0.20.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/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` 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/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` 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` 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 Running `/construction/editors/lapce/target/release/build/errno-dragonfly-d920fbd7cc74c8a2/build-script-build` [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") [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` 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 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 `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` 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 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` 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` Running `/construction/editors/lapce/target/release/build/rayon-9b01a26687524fa4/build-script-build` 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=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 `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_step_by_rev [rayon 1.5.3] cargo:rustc-cfg=has_min_const_generics [rayon 1.5.3] cargo:rustc-cfg=has_control_flow 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` Running `/construction/editors/lapce/target/release/build/openssl-sys-a70758bfb6803c51/build-script-main` [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 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` Compiling rustc-demangle v0.1.21 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 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` 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` 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` 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` 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` 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` 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 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` 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 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` 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 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 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 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-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 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` 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_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 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 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-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` [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" [errno-dragonfly 0.1.2] exit status: 0 warning: `tracing-core` (lib) generated 1 warning 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/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 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` 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 percent-encoding v2.2.0 Compiling io-extras v0.15.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` 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` [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 [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 Running `CARGO=/usr/local/bin/cargo CARGO_CRATE_NAME=errno_dragonfly 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' OUT_DIR=/construction/editors/lapce/target/x86_64-unknown-dragonfly/release/build/errno-dragonfly-b3a064e901553977/out /usr/local/bin/rustc --crate-name errno_dragonfly --edition=2018 /construction/editors/lapce/lapce-0.2.8/cargo-crates/errno-dragonfly-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=5dee71e041ff6a82 -C extra-filename=-5dee71e041ff6a82 --out-dir /construction/editors/lapce/target/x86_64-unknown-dragonfly/release/deps --target x86_64-unknown-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=/construction/editors/lapce/target/x86_64-unknown-dragonfly/release/build/errno-dragonfly-b3a064e901553977/out -l static=errno` 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` Compiling errno v0.2.8 Running `CARGO=/usr/local/bin/cargo CARGO_CRATE_NAME=errno CARGO_MANIFEST_DIR=/construction/editors/lapce/lapce-0.2.8/cargo-crates/errno-0.2.8 CARGO_PKG_AUTHORS='Chris Wong ' CARGO_PKG_DESCRIPTION='Cross-platform interface to the `errno` variable.' CARGO_PKG_HOMEPAGE='' CARGO_PKG_LICENSE=MIT/Apache-2.0 CARGO_PKG_LICENSE_FILE='' CARGO_PKG_NAME=errno CARGO_PKG_README=README.md CARGO_PKG_REPOSITORY='https://github.com/lambda-fairy/rust-errno' 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 errno /construction/editors/lapce/lapce-0.2.8/cargo-crates/errno-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=fcb46d65a6f5ee6a -C extra-filename=-fcb46d65a6f5ee6a --out-dir /construction/editors/lapce/target/x86_64-unknown-dragonfly/release/deps --target x86_64-unknown-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 errno_dragonfly=/construction/editors/lapce/target/x86_64-unknown-dragonfly/release/deps/liberrno_dragonfly-5dee71e041ff6a82.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=/construction/editors/lapce/target/x86_64-unknown-dragonfly/release/build/errno-dragonfly-b3a064e901553977/out` warning: unused import: `libc::c_int` --> /construction/editors/lapce/lapce-0.2.8/cargo-crates/errno-0.2.8/src/unix.rs:17:5 | 17 | use libc::c_int; | ^^^^^^^^^^^ | = note: `#[warn(unused_imports)]` on by default 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); | +++++++ warning: `errno` (lib) generated 1 warning Running `CARGO=/usr/local/bin/cargo CARGO_CRATE_NAME=rustix 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' OUT_DIR=/construction/editors/lapce/target/x86_64-unknown-dragonfly/release/build/rustix-f0ca9b675a9be183/out /usr/local/bin/rustc --crate-name rustix --edition=2018 /construction/editors/lapce/lapce-0.2.8/cargo-crates/rustix-0.35.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="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=2e8747a46e1e3cdb -C extra-filename=-2e8747a46e1e3cdb --out-dir /construction/editors/lapce/target/x86_64-unknown-dragonfly/release/deps --target x86_64-unknown-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 libc_errno=/construction/editors/lapce/target/x86_64-unknown-dragonfly/release/deps/liberrno-fcb46d65a6f5ee6a.rmeta --extern io_lifetimes=/construction/editors/lapce/target/x86_64-unknown-dragonfly/release/deps/libio_lifetimes-de46c8ddcfc2bd24.rmeta --extern itoa=/construction/editors/lapce/target/x86_64-unknown-dragonfly/release/deps/libitoa-0239cb7a703e7ef7.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=/construction/editors/lapce/target/x86_64-unknown-dragonfly/release/build/errno-dragonfly-b3a064e901553977/out --cfg libc` 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 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` 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 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` 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 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` Running `/construction/editors/lapce/target/release/build/io-extras-cebdb51f1939bc97/build-script-build` [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 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` warning: `parking_lot_core` (lib) generated 1 warning 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` error[E0425]: cannot find value `SIGSTKFLT` in crate `c` --> /construction/editors/lapce/lapce-0.2.8/cargo-crates/rustix-0.35.10/src/backend/libc/process/types.rs:217:17 | 217 | Stkflt = c::SIGSTKFLT, | ^^^^^^^^^ help: a constant with a similar name exists: `SIGSTKSZ` | ::: /construction/editors/lapce/lapce-0.2.8/cargo-crates/libc-0.2.133/src/unix/bsd/freebsdlike/dragonfly/mod.rs:904:1 | 904 | pub const SIGSTKSZ: ::size_t = 40960; | ---------------------------- similarly named constant `SIGSTKSZ` defined here error[E0425]: cannot find value `SIGPWR` in crate `c` --> /construction/editors/lapce/lapce-0.2.8/cargo-crates/rustix-0.35.10/src/backend/libc/process/types.rs:256:16 | 256 | Power = c::SIGPWR, | ^^^^^^ not found in `c` error[E0531]: cannot find unit struct, unit variant or constant `SIGSTKFLT` in crate `c` --> /construction/editors/lapce/lapce-0.2.8/cargo-crates/rustix-0.35.10/src/backend/libc/process/types.rs:295:16 | 295 | c::SIGSTKFLT => Some(Self::Stkflt), | ^^^^^^^^^ help: a constant with a similar name exists: `SIGSTKSZ` | ::: /construction/editors/lapce/lapce-0.2.8/cargo-crates/libc-0.2.133/src/unix/bsd/freebsdlike/dragonfly/mod.rs:904:1 | 904 | pub const SIGSTKSZ: ::size_t = 40960; | ---------------------------- similarly named constant `SIGSTKSZ` defined here error[E0531]: cannot find unit struct, unit variant or constant `SIGPWR` in crate `c` --> /construction/editors/lapce/lapce-0.2.8/cargo-crates/rustix-0.35.10/src/backend/libc/process/types.rs:316:16 | 316 | c::SIGPWR => Some(Self::Power), | ^^^^^^ not found in `c` error[E0425]: cannot find value `CPU_SETSIZE` in crate `c` --> /construction/editors/lapce/lapce-0.2.8/cargo-crates/rustix-0.35.10/src/backend/libc/process/types.rs:374:42 | 374 | pub(crate) const CPU_SETSIZE: usize = c::CPU_SETSIZE as usize; | ^^^^^^^^^^^ help: a constant with a similar name exists: `FD_SETSIZE` | ::: /construction/editors/lapce/lapce-0.2.8/cargo-crates/libc-0.2.133/src/unix/bsd/freebsdlike/mod.rs:1203:1 | 1203 | pub const FD_SETSIZE: usize = 1024; | --------------------------- similarly named constant `FD_SETSIZE` defined here error[E0425]: cannot find value `TABDLY` in crate `c` --> /construction/editors/lapce/lapce-0.2.8/cargo-crates/rustix-0.35.10/src/backend/libc/termios/types.rs:392:34 | 392 | pub const TABDLY: c::c_uint = c::TABDLY; | ^^^^^^ not found in `c` | help: consider importing this constant | 1 + use crate::termios::TABDLY; | help: if you import `TABDLY`, refer to it directly | 392 - pub const TABDLY: c::c_uint = c::TABDLY; 392 + pub const TABDLY: c::c_uint = TABDLY; | error[E0425]: cannot find value `TAB0` in crate `c` --> /construction/editors/lapce/lapce-0.2.8/cargo-crates/rustix-0.35.10/src/backend/libc/termios/types.rs:405:32 | 405 | pub const TAB0: c::c_uint = c::TAB0; | ^^^^ not found in `c` | help: consider importing this constant | 1 + use crate::termios::TAB0; | help: if you import `TAB0`, refer to it directly | 405 - pub const TAB0: c::c_uint = c::TAB0; 405 + pub const TAB0: c::c_uint = TAB0; | error[E0425]: cannot find value `TAB3` in crate `c` --> /construction/editors/lapce/lapce-0.2.8/cargo-crates/rustix-0.35.10/src/backend/libc/termios/types.rs:454:32 | 454 | pub const TAB3: c::c_uint = c::TAB3; | ^^^^ not found in `c` | help: consider importing this constant | 1 + use crate::termios::TAB3; | help: if you import `TAB3`, refer to it directly | 454 - pub const TAB3: c::c_uint = c::TAB3; 454 + pub const TAB3: c::c_uint = TAB3; | error[E0425]: cannot find value `B460800` in crate `c` --> /construction/editors/lapce/lapce-0.2.8/cargo-crates/rustix-0.35.10/src/backend/libc/termios/types.rs:655:31 | 655 | pub const B460800: Speed = c::B460800; | ^^^^^^^ | ::: /construction/editors/lapce/lapce-0.2.8/cargo-crates/libc-0.2.133/src/unix/bsd/freebsdlike/mod.rs:1307:1 | 1307 | pub const B4800: speed_t = 4800; | ------------------------ similarly named constant `B4800` defined here | help: a constant with a similar name exists | 655 | pub const B460800: Speed = c::B4800; | ~~~~~ help: consider importing this constant | 1 + use crate::termios::B460800; | help: if you import `B460800`, refer to it directly | 655 - pub const B460800: Speed = c::B460800; 655 + pub const B460800: Speed = B460800; | error[E0425]: cannot find value `B921600` in crate `c` --> /construction/editors/lapce/lapce-0.2.8/cargo-crates/rustix-0.35.10/src/backend/libc/termios/types.rs:685:31 | 685 | pub const B921600: Speed = c::B921600; | ^^^^^^^ | ::: /construction/editors/lapce/lapce-0.2.8/cargo-crates/libc-0.2.133/src/unix/bsd/freebsdlike/mod.rs:1308:1 | 1308 | pub const B9600: speed_t = 9600; | ------------------------ similarly named constant `B9600` defined here | help: a constant with a similar name exists | 685 | pub const B921600: Speed = c::B9600; | ~~~~~ help: consider importing this constant | 1 + use crate::termios::B921600; | help: if you import `B921600`, refer to it directly | 685 - pub const B921600: Speed = c::B921600; 685 + pub const B921600: Speed = B921600; | 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` error[E0081]: discriminant value `16` assigned more than once --> /construction/editors/lapce/lapce-0.2.8/cargo-crates/rustix-0.35.10/src/backend/libc/process/types.rs:169:1 | 169 | pub enum Signal { | ^^^^^^^^^^^^^^^ ... 217 | Stkflt = c::SIGSTKFLT, | ------------ `16` assigned here ... 232 | Urg = c::SIGURG, | --------- `16` assigned here error[E0081]: discriminant value `24` assigned more than once --> /construction/editors/lapce/lapce-0.2.8/cargo-crates/rustix-0.35.10/src/backend/libc/process/types.rs:169:1 | 169 | pub enum Signal { | ^^^^^^^^^^^^^^^ ... 234 | Xcpu = c::SIGXCPU, | ---------- `24` assigned here ... 256 | Power = c::SIGPWR, | --------- `24` assigned here 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` error[E0609]: no field `d_reclen` on type `&dirent` --> /construction/editors/lapce/lapce-0.2.8/cargo-crates/rustix-0.35.10/src/backend/libc/fs/dir.rs:200:26 | 200 | let d_reclen = input.d_reclen; | ^^^^^^^^ unknown field | = note: available fields are: `d_fileno`, `d_namlen`, `d_type`, `d_name` error[E0560]: struct `dirent` has no field named `d_reclen` --> /construction/editors/lapce/lapce-0.2.8/cargo-crates/rustix-0.35.10/src/backend/libc/fs/dir.rs:240:9 | 240 | d_reclen, | ^^^^^^^^ `dirent` does not have this field | = note: available fields are: `d_fileno`, `d_namlen`, `d_type`, `d_name` 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 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 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` Some errors have detailed explanations: E0081, E0425, E0531, E0560, E0609. For more information about an error, try `rustc --explain E0081`. error: could not compile `rustix` (lib) due to 14 previous errors Caused by: process didn't exit successfully: `CARGO=/usr/local/bin/cargo CARGO_CRATE_NAME=rustix 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' OUT_DIR=/construction/editors/lapce/target/x86_64-unknown-dragonfly/release/build/rustix-f0ca9b675a9be183/out /usr/local/bin/rustc --crate-name rustix --edition=2018 /construction/editors/lapce/lapce-0.2.8/cargo-crates/rustix-0.35.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="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=2e8747a46e1e3cdb -C extra-filename=-2e8747a46e1e3cdb --out-dir /construction/editors/lapce/target/x86_64-unknown-dragonfly/release/deps --target x86_64-unknown-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 libc_errno=/construction/editors/lapce/target/x86_64-unknown-dragonfly/release/deps/liberrno-fcb46d65a6f5ee6a.rmeta --extern io_lifetimes=/construction/editors/lapce/target/x86_64-unknown-dragonfly/release/deps/libio_lifetimes-de46c8ddcfc2bd24.rmeta --extern itoa=/construction/editors/lapce/target/x86_64-unknown-dragonfly/release/deps/libitoa-0239cb7a703e7ef7.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=/construction/editors/lapce/target/x86_64-unknown-dragonfly/release/build/errno-dragonfly-b3a064e901553977/out --cfg libc` (exit status: 1) warning: build failed, waiting for other jobs to finish... [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 [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 [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 [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 [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 [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 [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 [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 [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 [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" [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_compress.o" "-c" "zstd/lib/compress/zstd_compress.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/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 [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 [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" [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 [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] 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 [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_ldm.o" "-c" "zstd/lib/compress/zstd_ldm.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/compress/zstd_opt.o" "-c" "zstd/lib/compress/zstd_opt.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/compress/zstdmt_compress.o" "-c" "zstd/lib/compress/zstdmt_compress.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.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 [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 [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 [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 [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 [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 [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 [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:01:03