Skip to content

Instantly share code, notes, and snippets.

@X547
Created July 6, 2024 17:53
Show Gist options
  • Save X547/d165a8d988258cf7e037eaac01c43118 to your computer and use it in GitHub Desktop.
Save X547/d165a8d988258cf7e037eaac01c43118 to your computer and use it in GitHub Desktop.
Firefox Haiku build failure
/boot/data/packages/gecko-dev> ln -s haiku_mozconfig mozconfig
/boot/data/packages/gecko-dev> ./mach build
Mach and the build system store shared state in a common directory
on the filesystem. The following directory will be created:
/boot/home/.mozbuild
If you would like to use a different directory, hit CTRL+c, set the
MOZBUILD_STATE_PATH environment variable to the directory you'd like to
use, and run Mach again.
Press ENTER/RETURN to continue or CTRL+c to abort.
/boot/data/packages/gecko-dev> ./mach build
Mach and the build system store shared state in a common directory
on the filesystem. The following directory will be created:
/boot/home/.mozbuild
If you would like to use a different directory, hit CTRL+c, set the
MOZBUILD_STATE_PATH environment variable to the directory you'd like to
use, and run Mach again.
Press ENTER/RETURN to continue or CTRL+c to abort.
Creating default state directory: /boot/home/.mozbuild
Creating local state directory: /boot/home/.mozbuild/srcdirs/gecko-dev-60eea43c0750
/packages/python3.10-3.10.13-3/.self/lib/python3.10/vendor-packages/setuptools/_distutils/cmd.py:66: SetuptoolsDeprecationWarning: setup.py install is deprecated.
!!
********************************************************************************
Please avoid running ``setup.py`` directly.
Instead, use pypa/build, pypa/installer or other
standards-based tools.
See https://blog.ganssle.io/articles/2021/10/setup-py-deprecated.html for details.
********************************************************************************
!!
self.initialize_options()
created virtual environment CPython3.10.13.final.0-64 in 222ms
creator CPython3Posix(dest=/boot/home/.mozbuild/srcdirs/gecko-dev-60eea43c0750/_virtualenvs/mach, clear=False, no_vcs_ignore=False, global=False)
activators BashActivator,CShellActivator,FishActivator,PowerShellActivator,PythonActivator
Collecting glean-sdk==44.1.1
Downloading glean-sdk-44.1.1.tar.gz (2.4 MB)
|████████████████████████████████| 2.4 MB 2.5 MB/s
Collecting cffi>=1.13.0
Using cached cffi-1.16.0-cp310-cp310-haiku_1_x86_64.whl
Requirement already satisfied: glean_parser==5.0.1 in ./third_party/python/glean_parser (from glean-sdk==44.1.1) (5.0.1)
Requirement already satisfied: yamllint>=1.18.0 in ./third_party/python/yamllint (from glean_parser==5.0.1->glean-sdk==44.1.1) (1.23.0)
Requirement already satisfied: diskcache>=4 in ./third_party/python/diskcache (from glean_parser==5.0.1->glean-sdk==44.1.1) (4.1.0)
Requirement already satisfied: jsonschema>=3.0.2 in ./third_party/python/jsonschema (from glean_parser==5.0.1->glean-sdk==44.1.1) (3.2.0)
Requirement already satisfied: Jinja2>=2.10.1 in ./third_party/python/Jinja2 (from glean_parser==5.0.1->glean-sdk==44.1.1) (2.11.3)
Requirement already satisfied: Click>=7 in ./third_party/python/click (from glean_parser==5.0.1->glean-sdk==44.1.1) (7.1.2)
Requirement already satisfied: PyYAML>=5.3.1 in ./third_party/python/PyYAML/lib3 (from glean_parser==5.0.1->glean-sdk==44.1.1) (5.4.1)
Requirement already satisfied: appdirs>=1.4 in ./third_party/python/appdirs (from glean_parser==5.0.1->glean-sdk==44.1.1) (1.4.4)
Collecting pycparser
Using cached pycparser-2.22-py3-none-any.whl (117 kB)
Requirement already satisfied: MarkupSafe>=0.23 in ./third_party/python/MarkupSafe/src (from Jinja2>=2.10.1->glean_parser==5.0.1->glean-sdk==44.1.1) (1.1.1)
Requirement already satisfied: attrs>=17.4.0 in ./third_party/python/attrs (from jsonschema>=3.0.2->glean_parser==5.0.1->glean-sdk==44.1.1) (19.2.0)
Requirement already satisfied: setuptools in ./third_party/python/setuptools (from jsonschema>=3.0.2->glean_parser==5.0.1->glean-sdk==44.1.1) (51.2.0)
Requirement already satisfied: pyrsistent>=0.14.0 in ./third_party/python/pyrsistent (from jsonschema>=3.0.2->glean_parser==5.0.1->glean-sdk==44.1.1) (0.16.0)
Requirement already satisfied: six>=1.11.0 in ./third_party/python/six (from jsonschema>=3.0.2->glean_parser==5.0.1->glean-sdk==44.1.1) (1.13.0)
Requirement already satisfied: pathspec>=0.5.3 in ./third_party/python/pathspec (from yamllint>=1.18.0->glean_parser==5.0.1->glean-sdk==44.1.1) (0.9.0)
Building wheels for collected packages: glean-sdk
Building wheel for glean-sdk (setup.py) ... error
ERROR: Command errored out with exit status 1:
command: /boot/home/.mozbuild/srcdirs/gecko-dev-60eea43c0750/_virtualenvs/mach/bin/python -u -c 'import io, os, sys, setuptools, tokenize; sys.argv[0] = '"'"'/boot/system/cache/tmp/pip-install-61ozxx69/glean-sdk_ad23ddd697e541f7b3fa51ccc7ab6c6e/setup.py'"'"'; __file__='"'"'/boot/system/cache/tmp/pip-install-61ozxx69/glean-sdk_ad23ddd697e541f7b3fa51ccc7ab6c6e/setup.py'"'"';f = getattr(tokenize, '"'"'open'"'"', open)(__file__) if os.path.exists(__file__) else io.StringIO('"'"'from setuptools import setup; setup()'"'"');code = f.read().replace('"'"'\r\n'"'"', '"'"'\n'"'"');f.close();exec(compile(code, __file__, '"'"'exec'"'"'))' bdist_wheel -d /boot/system/cache/tmp/pip-wheel-609npy2t
cwd: /boot/system/cache/tmp/pip-install-61ozxx69/glean-sdk_ad23ddd697e541f7b3fa51ccc7ab6c6e/
Complete output (272 lines):
running bdist_wheel
running build
Updating crates.io index
Downloading crates ...
Downloaded arrayref v0.3.6
Downloaded byteorder v1.3.4
Downloaded bincode v1.2.1
Downloaded crc32fast v1.2.1
Downloaded cfg-if v0.1.10
Downloaded bitflags v1.2.1
Downloaded autocfg v1.0.1
Downloaded adler v1.0.2
Downloaded form_urlencoded v1.0.0
Downloaded num-integer v0.1.44
Downloaded lazy_static v1.4.0
Downloaded pkg-config v0.3.19
Downloaded proc-macro-hack v0.5.19
Downloaded paste-impl v0.1.18
Downloaded thiserror-impl v1.0.26
Downloaded unicode-xid v0.2.1
Downloaded percent-encoding v2.1.0
Downloaded quote v1.0.9
Downloaded thiserror v1.0.26
Downloaded time v0.1.44
Downloaded num-traits v0.2.14
Downloaded cc v1.0.72
Downloaded serde_derive v1.0.127
Downloaded url v2.2.0
Downloaded uuid v0.8.2
Downloaded zeitstempel v0.1.1
Downloaded unicode-bidi v0.3.4
Downloaded serde v1.0.127
Downloaded ffi-support v0.4.4
Downloaded lmdb-rkv v0.14.0
Downloaded unicode-normalization v0.1.13
Downloaded rkv v0.17.0
Downloaded ordered-float v1.1.0
Downloaded serde_json v1.0.66
Downloaded flate2 v1.0.23
Downloaded chrono v0.4.19
Downloaded ryu v1.0.5
Downloaded miniz_oxide v0.5.1
Downloaded lmdb-rkv-sys v0.11.0
Downloaded syn v1.0.75
Downloaded termcolor v1.1.0
Downloaded idna v0.2.0
Downloaded matches v0.1.8
Downloaded proc-macro2 v1.0.29
Downloaded libc v0.2.93
Downloaded once_cell v1.10.0
Downloaded log v0.4.16
Downloaded tinyvec v0.3.4
Downloaded getrandom v0.2.0
Downloaded env_logger v0.8.4
Downloaded paste v0.1.18
Downloaded itoa v0.4.6
Downloaded id-arena v2.2.1
Compiling libc v0.2.93
Compiling proc-macro2 v1.0.29
Compiling unicode-xid v0.2.1
Compiling syn v1.0.75
Compiling autocfg v1.0.1
Compiling cfg-if v1.0.0
Compiling serde_derive v1.0.127
Compiling serde v1.0.127
Compiling pkg-config v0.3.19
Compiling cc v1.0.72
Compiling proc-macro-hack v0.5.19
Compiling matches v0.1.8
Compiling log v0.4.16
Compiling byteorder v1.3.4
Compiling getrandom v0.2.0
Compiling bitflags v1.2.1
Compiling tinyvec v0.3.4
Compiling num-traits v0.2.14
Compiling num-integer v0.1.44
Compiling unicode-bidi v0.3.4
Compiling ryu v1.0.5
Compiling unicode-normalization v0.1.13
Compiling crc32fast v1.2.1
Compiling percent-encoding v2.1.0
Compiling cfg-if v0.1.10
Compiling form_urlencoded v1.0.0
Compiling quote v1.0.9
Compiling paste-impl v0.1.18
Compiling idna v0.2.0
Compiling adler v1.0.2
Compiling serde_json v1.0.66
Compiling lazy_static v1.4.0
Compiling lmdb-rkv-sys v0.11.0
Compiling uuid v0.8.2
Compiling miniz_oxide v0.5.1
Compiling time v0.1.44
Compiling url v2.2.0
Compiling arrayref v0.3.6
Compiling once_cell v1.10.0
Compiling itoa v0.4.6
Compiling id-arena v2.2.1
Compiling ffi-support v0.4.4
Compiling paste v0.1.18
Compiling zeitstempel v0.1.1
Compiling flate2 v1.0.23
Compiling atty v0.2.14
Compiling termcolor v1.1.0
Compiling humantime v2.1.0
The following warnings were emitted during compilation:
warning: lmdb-rkv-sys@0.11.0: /boot/home/.cargo/registry/src/index.crates.io-6f17d22bba15001f/lmdb-rkv-sys-0.11.0/lmdb/libraries/liblmdb/mdb.c: In function 'mdb_env_sync':
warning: lmdb-rkv-sys@0.11.0: /boot/home/.cargo/registry/src/index.crates.io-6f17d22bba15001f/lmdb-rkv-sys-0.11.0/lmdb/libraries/liblmdb/mdb.c:434:25: warning: implicit declaration of function 'fdatasync' [-Wimplicit-function-declaration]
warning: lmdb-rkv-sys@0.11.0: 434 | # define MDB_FDATASYNC fdatasync
warning: lmdb-rkv-sys@0.11.0: | ^~~~~~~~~
warning: lmdb-rkv-sys@0.11.0: /boot/home/.cargo/registry/src/index.crates.io-6f17d22bba15001f/lmdb-rkv-sys-0.11.0/lmdb/libraries/liblmdb/mdb.c:2528:29: note: in expansion of macro 'MDB_FDATASYNC'
warning: lmdb-rkv-sys@0.11.0: 2528 | if (MDB_FDATASYNC(env->me_fd))
warning: lmdb-rkv-sys@0.11.0: | ^~~~~~~~~~~~~
warning: lmdb-rkv-sys@0.11.0: /boot/home/.cargo/registry/src/index.crates.io-6f17d22bba15001f/lmdb-rkv-sys-0.11.0/lmdb/libraries/liblmdb/mdb.c: In function 'mdb_env_setup_locks':
warning: lmdb-rkv-sys@0.11.0: /boot/home/.cargo/registry/src/index.crates.io-6f17d22bba15001f/lmdb-rkv-sys-0.11.0/lmdb/libraries/liblmdb/mdb.c:4889:31: warning: implicit declaration of function 'pthread_mutexattr_setrobust'; did you mean 'pthread_mutexattr_settype'? [-Wimplicit-function-declaration]
warning: lmdb-rkv-sys@0.11.0: 4889 | if (!rc) rc = pthread_mutexattr_setrobust(&mattr, PTHREAD_MUTEX_ROBUST);
warning: lmdb-rkv-sys@0.11.0: | ^~~~~~~~~~~~~~~~~~~~~~~~~~~
warning: lmdb-rkv-sys@0.11.0: | pthread_mutexattr_settype
warning: lmdb-rkv-sys@0.11.0: /boot/home/.cargo/registry/src/index.crates.io-6f17d22bba15001f/lmdb-rkv-sys-0.11.0/lmdb/libraries/liblmdb/mdb.c:4889:67: error: 'PTHREAD_MUTEX_ROBUST' undeclared (first use in this function); did you mean 'PTHREAD_MUTEX_DEFAULT'?
warning: lmdb-rkv-sys@0.11.0: 4889 | if (!rc) rc = pthread_mutexattr_setrobust(&mattr, PTHREAD_MUTEX_ROBUST);
warning: lmdb-rkv-sys@0.11.0: | ^~~~~~~~~~~~~~~~~~~~
warning: lmdb-rkv-sys@0.11.0: | PTHREAD_MUTEX_DEFAULT
warning: lmdb-rkv-sys@0.11.0: /boot/home/.cargo/registry/src/index.crates.io-6f17d22bba15001f/lmdb-rkv-sys-0.11.0/lmdb/libraries/liblmdb/mdb.c:4889:67: note: each undeclared identifier is reported only once for each function it appears in
warning: lmdb-rkv-sys@0.11.0: /boot/home/.cargo/registry/src/index.crates.io-6f17d22bba15001f/lmdb-rkv-sys-0.11.0/lmdb/libraries/liblmdb/mdb.c: In function 'mdb_mutex_failed':
warning: lmdb-rkv-sys@0.11.0: /boot/home/.cargo/registry/src/index.crates.io-6f17d22bba15001f/lmdb-rkv-sys-0.11.0/lmdb/libraries/liblmdb/mdb.c:365:41: warning: implicit declaration of function 'pthread_mutex_consistent'; did you mean 'pthread_mutex_init'? [-Wimplicit-function-declaration]
warning: lmdb-rkv-sys@0.11.0: 365 | #define mdb_mutex_consistent(mutex) pthread_mutex_consistent(mutex)
warning: lmdb-rkv-sys@0.11.0: | ^~~~~~~~~~~~~~~~~~~~~~~~
warning: lmdb-rkv-sys@0.11.0: /boot/home/.cargo/registry/src/index.crates.io-6f17d22bba15001f/lmdb-rkv-sys-0.11.0/lmdb/libraries/liblmdb/mdb.c:10253:31: note: in expansion of macro 'mdb_mutex_consistent'
warning: lmdb-rkv-sys@0.11.0: 10253 | rc2 = mdb_mutex_consistent(mutex);
warning: lmdb-rkv-sys@0.11.0: | ^~~~~~~~~~~~~~~~~~~~
warning: lmdb-rkv-sys@0.11.0: /boot/home/.cargo/registry/src/index.crates.io-6f17d22bba15001f/lmdb-rkv-sys-0.11.0/lmdb/libraries/liblmdb/mdb.c: In function 'mdb_cursor_put':
warning: lmdb-rkv-sys@0.11.0: /boot/home/.cargo/registry/src/index.crates.io-6f17d22bba15001f/lmdb-rkv-sys-0.11.0/lmdb/libraries/liblmdb/mdb.c:6778:44: warning: this statement may fall through [-Wimplicit-fallthrough=]
warning: lmdb-rkv-sys@0.11.0: 6778 | if (SIZELEFT(fp) < offset) {
warning: lmdb-rkv-sys@0.11.0: | ^
warning: lmdb-rkv-sys@0.11.0: /boot/home/.cargo/registry/src/index.crates.io-6f17d22bba15001f/lmdb-rkv-sys-0.11.0/lmdb/libraries/liblmdb/mdb.c:6783:33: note: here
warning: lmdb-rkv-sys@0.11.0: 6783 | case MDB_CURRENT:
warning: lmdb-rkv-sys@0.11.0: | ^~~~
error: failed to run custom build command for `lmdb-rkv-sys v0.11.0`
Caused by:
process didn't exit successfully: `/boot/system/cache/tmp/pip-install-61ozxx69/glean-sdk_ad23ddd697e541f7b3fa51ccc7ab6c6e/target/debug/build/lmdb-rkv-sys-efa497aff00da285/build-script-build` (exit status: 1)
--- stdout
cargo:rerun-if-env-changed=LIBLMDB_NO_PKG_CONFIG
cargo:rerun-if-env-changed=PKG_CONFIG
cargo:rerun-if-env-changed=LIBLMDB_STATIC
cargo:rerun-if-env-changed=LIBLMDB_DYNAMIC
cargo:rerun-if-env-changed=PKG_CONFIG_ALL_STATIC
cargo:rerun-if-env-changed=PKG_CONFIG_ALL_DYNAMIC
cargo:rerun-if-env-changed=PKG_CONFIG_PATH_x86_64-unknown-haiku
cargo:rerun-if-env-changed=PKG_CONFIG_PATH_x86_64_unknown_haiku
cargo:rerun-if-env-changed=HOST_PKG_CONFIG_PATH
cargo:rerun-if-env-changed=PKG_CONFIG_PATH
cargo:rerun-if-env-changed=PKG_CONFIG_LIBDIR_x86_64-unknown-haiku
cargo:rerun-if-env-changed=PKG_CONFIG_LIBDIR_x86_64_unknown_haiku
cargo:rerun-if-env-changed=HOST_PKG_CONFIG_LIBDIR
cargo:rerun-if-env-changed=PKG_CONFIG_LIBDIR
cargo:rerun-if-env-changed=PKG_CONFIG_SYSROOT_DIR_x86_64-unknown-haiku
cargo:rerun-if-env-changed=PKG_CONFIG_SYSROOT_DIR_x86_64_unknown_haiku
cargo:rerun-if-env-changed=HOST_PKG_CONFIG_SYSROOT_DIR
cargo:rerun-if-env-changed=PKG_CONFIG_SYSROOT_DIR
TARGET = Some("x86_64-unknown-haiku")
OPT_LEVEL = Some("0")
HOST = Some("x86_64-unknown-haiku")
CC_x86_64-unknown-haiku = None
CC_x86_64_unknown_haiku = None
HOST_CC = None
CC = None
CFLAGS_x86_64-unknown-haiku = None
CFLAGS_x86_64_unknown_haiku = None
HOST_CFLAGS = None
CFLAGS = None
CRATE_CC_NO_DEFAULTS = None
DEBUG = Some("true")
CARGO_CFG_TARGET_FEATURE = Some("fxsr,sse,sse2")
CC_x86_64-unknown-haiku = None
CC_x86_64_unknown_haiku = None
HOST_CC = None
CC = None
CFLAGS_x86_64-unknown-haiku = None
CFLAGS_x86_64_unknown_haiku = None
HOST_CFLAGS = None
CFLAGS = None
CRATE_CC_NO_DEFAULTS = None
CARGO_CFG_TARGET_FEATURE = Some("fxsr,sse,sse2")
CC_x86_64-unknown-haiku = None
CC_x86_64_unknown_haiku = None
HOST_CC = None
CC = None
CFLAGS_x86_64-unknown-haiku = None
CFLAGS_x86_64_unknown_haiku = None
HOST_CFLAGS = None
CFLAGS = None
CRATE_CC_NO_DEFAULTS = None
CARGO_CFG_TARGET_FEATURE = Some("fxsr,sse,sse2")
CC_x86_64-unknown-haiku = None
CC_x86_64_unknown_haiku = None
HOST_CC = None
CC = None
CFLAGS_x86_64-unknown-haiku = None
CFLAGS_x86_64_unknown_haiku = None
HOST_CFLAGS = None
CFLAGS = None
CRATE_CC_NO_DEFAULTS = None
CARGO_CFG_TARGET_FEATURE = Some("fxsr,sse,sse2")
running: "cc" "-O0" "-ffunction-sections" "-fdata-sections" "-fPIC" "-g" "-fno-omit-frame-pointer" "-m64" "-Wall" "-Wextra" "-Wno-unused-parameter" "-Wbad-function-cast" "-Wuninitialized" "-DMDB_IDL_LOGN=16" "-o" "/boot/system/cache/tmp/pip-install-61ozxx69/glean-sdk_ad23ddd697e541f7b3fa51ccc7ab6c6e/target/x86_64-unknown-haiku/debug/build/lmdb-rkv-sys-478d740101220a69/out/mdb.o" "-c" "/boot/home/.cargo/registry/src/index.crates.io-6f17d22bba15001f/lmdb-rkv-sys-0.11.0/lmdb/libraries/liblmdb/mdb.c"
cargo:warning=/boot/home/.cargo/registry/src/index.crates.io-6f17d22bba15001f/lmdb-rkv-sys-0.11.0/lmdb/libraries/liblmdb/mdb.c: In function 'mdb_env_sync':
cargo:warning=/boot/home/.cargo/registry/src/index.crates.io-6f17d22bba15001f/lmdb-rkv-sys-0.11.0/lmdb/libraries/liblmdb/mdb.c:434:25: warning: implicit declaration of function 'fdatasync' [-Wimplicit-function-declaration]
cargo:warning= 434 | # define MDB_FDATASYNC fdatasync
cargo:warning= | ^~~~~~~~~
cargo:warning=/boot/home/.cargo/registry/src/index.crates.io-6f17d22bba15001f/lmdb-rkv-sys-0.11.0/lmdb/libraries/liblmdb/mdb.c:2528:29: note: in expansion of macro 'MDB_FDATASYNC'
cargo:warning= 2528 | if (MDB_FDATASYNC(env->me_fd))
cargo:warning= | ^~~~~~~~~~~~~
cargo:warning=/boot/home/.cargo/registry/src/index.crates.io-6f17d22bba15001f/lmdb-rkv-sys-0.11.0/lmdb/libraries/liblmdb/mdb.c: In function 'mdb_env_setup_locks':
cargo:warning=/boot/home/.cargo/registry/src/index.crates.io-6f17d22bba15001f/lmdb-rkv-sys-0.11.0/lmdb/libraries/liblmdb/mdb.c:4889:31: warning: implicit declaration of function 'pthread_mutexattr_setrobust'; did you mean 'pthread_mutexattr_settype'? [-Wimplicit-function-declaration]
cargo:warning= 4889 | if (!rc) rc = pthread_mutexattr_setrobust(&mattr, PTHREAD_MUTEX_ROBUST);
cargo:warning= | ^~~~~~~~~~~~~~~~~~~~~~~~~~~
cargo:warning= | pthread_mutexattr_settype
cargo:warning=/boot/home/.cargo/registry/src/index.crates.io-6f17d22bba15001f/lmdb-rkv-sys-0.11.0/lmdb/libraries/liblmdb/mdb.c:4889:67: error: 'PTHREAD_MUTEX_ROBUST' undeclared (first use in this function); did you mean 'PTHREAD_MUTEX_DEFAULT'?
cargo:warning= 4889 | if (!rc) rc = pthread_mutexattr_setrobust(&mattr, PTHREAD_MUTEX_ROBUST);
cargo:warning= | ^~~~~~~~~~~~~~~~~~~~
cargo:warning= | PTHREAD_MUTEX_DEFAULT
cargo:warning=/boot/home/.cargo/registry/src/index.crates.io-6f17d22bba15001f/lmdb-rkv-sys-0.11.0/lmdb/libraries/liblmdb/mdb.c:4889:67: note: each undeclared identifier is reported only once for each function it appears in
cargo:warning=/boot/home/.cargo/registry/src/index.crates.io-6f17d22bba15001f/lmdb-rkv-sys-0.11.0/lmdb/libraries/liblmdb/mdb.c: In function 'mdb_mutex_failed':
cargo:warning=/boot/home/.cargo/registry/src/index.crates.io-6f17d22bba15001f/lmdb-rkv-sys-0.11.0/lmdb/libraries/liblmdb/mdb.c:365:41: warning: implicit declaration of function 'pthread_mutex_consistent'; did you mean 'pthread_mutex_init'? [-Wimplicit-function-declaration]
cargo:warning= 365 | #define mdb_mutex_consistent(mutex) pthread_mutex_consistent(mutex)
cargo:warning= | ^~~~~~~~~~~~~~~~~~~~~~~~
cargo:warning=/boot/home/.cargo/registry/src/index.crates.io-6f17d22bba15001f/lmdb-rkv-sys-0.11.0/lmdb/libraries/liblmdb/mdb.c:10253:31: note: in expansion of macro 'mdb_mutex_consistent'
cargo:warning=10253 | rc2 = mdb_mutex_consistent(mutex);
cargo:warning= | ^~~~~~~~~~~~~~~~~~~~
cargo:warning=/boot/home/.cargo/registry/src/index.crates.io-6f17d22bba15001f/lmdb-rkv-sys-0.11.0/lmdb/libraries/liblmdb/mdb.c: In function 'mdb_cursor_put':
cargo:warning=/boot/home/.cargo/registry/src/index.crates.io-6f17d22bba15001f/lmdb-rkv-sys-0.11.0/lmdb/libraries/liblmdb/mdb.c:6778:44: warning: this statement may fall through [-Wimplicit-fallthrough=]
cargo:warning= 6778 | if (SIZELEFT(fp) < offset) {
cargo:warning= | ^
cargo:warning=/boot/home/.cargo/registry/src/index.crates.io-6f17d22bba15001f/lmdb-rkv-sys-0.11.0/lmdb/libraries/liblmdb/mdb.c:6783:33: note: here
cargo:warning= 6783 | case MDB_CURRENT:
cargo:warning= | ^~~~
exit status: 1
--- stderr
error occurred: Command "cc" "-O0" "-ffunction-sections" "-fdata-sections" "-fPIC" "-g" "-fno-omit-frame-pointer" "-m64" "-Wall" "-Wextra" "-Wno-unused-parameter" "-Wbad-function-cast" "-Wuninitialized" "-DMDB_IDL_LOGN=16" "-o" "/boot/system/cache/tmp/pip-install-61ozxx69/glean-sdk_ad23ddd697e541f7b3fa51ccc7ab6c6e/target/x86_64-unknown-haiku/debug/build/lmdb-rkv-sys-478d740101220a69/out/mdb.o" "-c" "/boot/home/.cargo/registry/src/index.crates.io-6f17d22bba15001f/lmdb-rkv-sys-0.11.0/lmdb/libraries/liblmdb/mdb.c" with args "cc" did not execute successfully (status code exit status: 1).
warning: build failed, waiting for other jobs to finish...
Traceback (most recent call last):
File "<string>", line 1, in <module>
File "/boot/system/cache/tmp/pip-install-61ozxx69/glean-sdk_ad23ddd697e541f7b3fa51ccc7ab6c6e/setup.py", line 16, in <module>
from setup import *
File "/boot/system/cache/tmp/pip-install-61ozxx69/glean-sdk_ad23ddd697e541f7b3fa51ccc7ab6c6e/glean-core/python/setup.py", line 214, in <module>
setup(
File "/boot/data/packages/gecko-dev/third_party/python/setuptools/setuptools/__init__.py", line 153, in setup
return distutils.core.setup(**attrs)
File "/packages/python3.10-3.10.13-3/.self/lib/python3.10/distutils/core.py", line 148, in setup
dist.run_commands()
File "/packages/python3.10-3.10.13-3/.self/lib/python3.10/distutils/dist.py", line 966, in run_commands
self.run_command(cmd)
File "/packages/python3.10-3.10.13-3/.self/lib/python3.10/distutils/dist.py", line 985, in run_command
cmd_obj.run()
File "/boot/data/packages/gecko-dev/third_party/python/wheel/wheel/bdist_wheel.py", line 299, in run
self.run_command('build')
File "/packages/python3.10-3.10.13-3/.self/lib/python3.10/distutils/cmd.py", line 313, in run_command
self.distribution.run_command(command)
File "/packages/python3.10-3.10.13-3/.self/lib/python3.10/distutils/dist.py", line 985, in run_command
cmd_obj.run()
File "/boot/system/cache/tmp/pip-install-61ozxx69/glean-sdk_ad23ddd697e541f7b3fa51ccc7ab6c6e/glean-core/python/setup.py", line 198, in run
subprocess.check_call(command, cwd=SRC_ROOT / "glean-core" / "ffi", env=env)
File "/packages/python3.10-3.10.13-3/.self/lib/python3.10/subprocess.py", line 369, in check_call
raise CalledProcessError(retcode, cmd)
subprocess.CalledProcessError: Command '['cargo', 'build', '--package', 'glean-bundle', '--target', 'x86_64-unknown-haiku', '--features', 'rkv-safe-mode']' returned non-zero exit status 101.
----------------------------------------
ERROR: Failed building wheel for glean-sdk
Running setup.py clean for glean-sdk
Failed to build glean-sdk
Installing collected packages: pycparser, cffi, glean-sdk
Running setup.py install for glean-sdk ... error
ERROR: Command errored out with exit status 1:
command: /boot/home/.mozbuild/srcdirs/gecko-dev-60eea43c0750/_virtualenvs/mach/bin/python -u -c 'import io, os, sys, setuptools, tokenize; sys.argv[0] = '"'"'/boot/system/cache/tmp/pip-install-61ozxx69/glean-sdk_ad23ddd697e541f7b3fa51ccc7ab6c6e/setup.py'"'"'; __file__='"'"'/boot/system/cache/tmp/pip-install-61ozxx69/glean-sdk_ad23ddd697e541f7b3fa51ccc7ab6c6e/setup.py'"'"';f = getattr(tokenize, '"'"'open'"'"', open)(__file__) if os.path.exists(__file__) else io.StringIO('"'"'from setuptools import setup; setup()'"'"');code = f.read().replace('"'"'\r\n'"'"', '"'"'\n'"'"');f.close();exec(compile(code, __file__, '"'"'exec'"'"'))' install --record /boot/system/cache/tmp/pip-record-_xem9_sz/install-record.txt --single-version-externally-managed --compile --install-headers /boot/home/.mozbuild/srcdirs/gecko-dev-60eea43c0750/_virtualenvs/mach/include/site/python3.10/glean-sdk
cwd: /boot/system/cache/tmp/pip-install-61ozxx69/glean-sdk_ad23ddd697e541f7b3fa51ccc7ab6c6e/
Complete output (177 lines):
running install
running build
Compiling lmdb-rkv-sys v0.11.0
Compiling ordered-float v1.1.0
Compiling serde_derive v1.0.127
Compiling thiserror-impl v1.0.26
Compiling num-integer v0.1.44
Compiling env_logger v0.8.4
The following warnings were emitted during compilation:
warning: lmdb-rkv-sys@0.11.0: /boot/home/.cargo/registry/src/index.crates.io-6f17d22bba15001f/lmdb-rkv-sys-0.11.0/lmdb/libraries/liblmdb/mdb.c: In function 'mdb_env_sync':
warning: lmdb-rkv-sys@0.11.0: /boot/home/.cargo/registry/src/index.crates.io-6f17d22bba15001f/lmdb-rkv-sys-0.11.0/lmdb/libraries/liblmdb/mdb.c:434:25: warning: implicit declaration of function 'fdatasync' [-Wimplicit-function-declaration]
warning: lmdb-rkv-sys@0.11.0: 434 | # define MDB_FDATASYNC fdatasync
warning: lmdb-rkv-sys@0.11.0: | ^~~~~~~~~
warning: lmdb-rkv-sys@0.11.0: /boot/home/.cargo/registry/src/index.crates.io-6f17d22bba15001f/lmdb-rkv-sys-0.11.0/lmdb/libraries/liblmdb/mdb.c:2528:29: note: in expansion of macro 'MDB_FDATASYNC'
warning: lmdb-rkv-sys@0.11.0: 2528 | if (MDB_FDATASYNC(env->me_fd))
warning: lmdb-rkv-sys@0.11.0: | ^~~~~~~~~~~~~
warning: lmdb-rkv-sys@0.11.0: /boot/home/.cargo/registry/src/index.crates.io-6f17d22bba15001f/lmdb-rkv-sys-0.11.0/lmdb/libraries/liblmdb/mdb.c: In function 'mdb_env_setup_locks':
warning: lmdb-rkv-sys@0.11.0: /boot/home/.cargo/registry/src/index.crates.io-6f17d22bba15001f/lmdb-rkv-sys-0.11.0/lmdb/libraries/liblmdb/mdb.c:4889:31: warning: implicit declaration of function 'pthread_mutexattr_setrobust'; did you mean 'pthread_mutexattr_settype'? [-Wimplicit-function-declaration]
warning: lmdb-rkv-sys@0.11.0: 4889 | if (!rc) rc = pthread_mutexattr_setrobust(&mattr, PTHREAD_MUTEX_ROBUST);
warning: lmdb-rkv-sys@0.11.0: | ^~~~~~~~~~~~~~~~~~~~~~~~~~~
warning: lmdb-rkv-sys@0.11.0: | pthread_mutexattr_settype
warning: lmdb-rkv-sys@0.11.0: /boot/home/.cargo/registry/src/index.crates.io-6f17d22bba15001f/lmdb-rkv-sys-0.11.0/lmdb/libraries/liblmdb/mdb.c:4889:67: error: 'PTHREAD_MUTEX_ROBUST' undeclared (first use in this function); did you mean 'PTHREAD_MUTEX_DEFAULT'?
warning: lmdb-rkv-sys@0.11.0: 4889 | if (!rc) rc = pthread_mutexattr_setrobust(&mattr, PTHREAD_MUTEX_ROBUST);
warning: lmdb-rkv-sys@0.11.0: | ^~~~~~~~~~~~~~~~~~~~
warning: lmdb-rkv-sys@0.11.0: | PTHREAD_MUTEX_DEFAULT
warning: lmdb-rkv-sys@0.11.0: /boot/home/.cargo/registry/src/index.crates.io-6f17d22bba15001f/lmdb-rkv-sys-0.11.0/lmdb/libraries/liblmdb/mdb.c:4889:67: note: each undeclared identifier is reported only once for each function it appears in
warning: lmdb-rkv-sys@0.11.0: /boot/home/.cargo/registry/src/index.crates.io-6f17d22bba15001f/lmdb-rkv-sys-0.11.0/lmdb/libraries/liblmdb/mdb.c: In function 'mdb_mutex_failed':
warning: lmdb-rkv-sys@0.11.0: /boot/home/.cargo/registry/src/index.crates.io-6f17d22bba15001f/lmdb-rkv-sys-0.11.0/lmdb/libraries/liblmdb/mdb.c:365:41: warning: implicit declaration of function 'pthread_mutex_consistent'; did you mean 'pthread_mutex_init'? [-Wimplicit-function-declaration]
warning: lmdb-rkv-sys@0.11.0: 365 | #define mdb_mutex_consistent(mutex) pthread_mutex_consistent(mutex)
warning: lmdb-rkv-sys@0.11.0: | ^~~~~~~~~~~~~~~~~~~~~~~~
warning: lmdb-rkv-sys@0.11.0: /boot/home/.cargo/registry/src/index.crates.io-6f17d22bba15001f/lmdb-rkv-sys-0.11.0/lmdb/libraries/liblmdb/mdb.c:10253:31: note: in expansion of macro 'mdb_mutex_consistent'
warning: lmdb-rkv-sys@0.11.0: 10253 | rc2 = mdb_mutex_consistent(mutex);
warning: lmdb-rkv-sys@0.11.0: | ^~~~~~~~~~~~~~~~~~~~
warning: lmdb-rkv-sys@0.11.0: /boot/home/.cargo/registry/src/index.crates.io-6f17d22bba15001f/lmdb-rkv-sys-0.11.0/lmdb/libraries/liblmdb/mdb.c: In function 'mdb_cursor_put':
warning: lmdb-rkv-sys@0.11.0: /boot/home/.cargo/registry/src/index.crates.io-6f17d22bba15001f/lmdb-rkv-sys-0.11.0/lmdb/libraries/liblmdb/mdb.c:6778:44: warning: this statement may fall through [-Wimplicit-fallthrough=]
warning: lmdb-rkv-sys@0.11.0: 6778 | if (SIZELEFT(fp) < offset) {
warning: lmdb-rkv-sys@0.11.0: | ^
warning: lmdb-rkv-sys@0.11.0: /boot/home/.cargo/registry/src/index.crates.io-6f17d22bba15001f/lmdb-rkv-sys-0.11.0/lmdb/libraries/liblmdb/mdb.c:6783:33: note: here
warning: lmdb-rkv-sys@0.11.0: 6783 | case MDB_CURRENT:
warning: lmdb-rkv-sys@0.11.0: | ^~~~
error: failed to run custom build command for `lmdb-rkv-sys v0.11.0`
Caused by:
process didn't exit successfully: `/boot/system/cache/tmp/pip-install-61ozxx69/glean-sdk_ad23ddd697e541f7b3fa51ccc7ab6c6e/target/debug/build/lmdb-rkv-sys-efa497aff00da285/build-script-build` (exit status: 1)
--- stdout
cargo:rerun-if-env-changed=LIBLMDB_NO_PKG_CONFIG
cargo:rerun-if-env-changed=PKG_CONFIG
cargo:rerun-if-env-changed=LIBLMDB_STATIC
cargo:rerun-if-env-changed=LIBLMDB_DYNAMIC
cargo:rerun-if-env-changed=PKG_CONFIG_ALL_STATIC
cargo:rerun-if-env-changed=PKG_CONFIG_ALL_DYNAMIC
cargo:rerun-if-env-changed=PKG_CONFIG_PATH_x86_64-unknown-haiku
cargo:rerun-if-env-changed=PKG_CONFIG_PATH_x86_64_unknown_haiku
cargo:rerun-if-env-changed=HOST_PKG_CONFIG_PATH
cargo:rerun-if-env-changed=PKG_CONFIG_PATH
cargo:rerun-if-env-changed=PKG_CONFIG_LIBDIR_x86_64-unknown-haiku
cargo:rerun-if-env-changed=PKG_CONFIG_LIBDIR_x86_64_unknown_haiku
cargo:rerun-if-env-changed=HOST_PKG_CONFIG_LIBDIR
cargo:rerun-if-env-changed=PKG_CONFIG_LIBDIR
cargo:rerun-if-env-changed=PKG_CONFIG_SYSROOT_DIR_x86_64-unknown-haiku
cargo:rerun-if-env-changed=PKG_CONFIG_SYSROOT_DIR_x86_64_unknown_haiku
cargo:rerun-if-env-changed=HOST_PKG_CONFIG_SYSROOT_DIR
cargo:rerun-if-env-changed=PKG_CONFIG_SYSROOT_DIR
TARGET = Some("x86_64-unknown-haiku")
OPT_LEVEL = Some("0")
HOST = Some("x86_64-unknown-haiku")
CC_x86_64-unknown-haiku = None
CC_x86_64_unknown_haiku = None
HOST_CC = None
CC = None
CFLAGS_x86_64-unknown-haiku = None
CFLAGS_x86_64_unknown_haiku = None
HOST_CFLAGS = None
CFLAGS = None
CRATE_CC_NO_DEFAULTS = None
DEBUG = Some("true")
CARGO_CFG_TARGET_FEATURE = Some("fxsr,sse,sse2")
CC_x86_64-unknown-haiku = None
CC_x86_64_unknown_haiku = None
HOST_CC = None
CC = None
CFLAGS_x86_64-unknown-haiku = None
CFLAGS_x86_64_unknown_haiku = None
HOST_CFLAGS = None
CFLAGS = None
CRATE_CC_NO_DEFAULTS = None
CARGO_CFG_TARGET_FEATURE = Some("fxsr,sse,sse2")
CC_x86_64-unknown-haiku = None
CC_x86_64_unknown_haiku = None
HOST_CC = None
CC = None
CFLAGS_x86_64-unknown-haiku = None
CFLAGS_x86_64_unknown_haiku = None
HOST_CFLAGS = None
CFLAGS = None
CRATE_CC_NO_DEFAULTS = None
CARGO_CFG_TARGET_FEATURE = Some("fxsr,sse,sse2")
CC_x86_64-unknown-haiku = None
CC_x86_64_unknown_haiku = None
HOST_CC = None
CC = None
CFLAGS_x86_64-unknown-haiku = None
CFLAGS_x86_64_unknown_haiku = None
HOST_CFLAGS = None
CFLAGS = None
CRATE_CC_NO_DEFAULTS = None
CARGO_CFG_TARGET_FEATURE = Some("fxsr,sse,sse2")
running: "cc" "-O0" "-ffunction-sections" "-fdata-sections" "-fPIC" "-g" "-fno-omit-frame-pointer" "-m64" "-Wall" "-Wextra" "-Wno-unused-parameter" "-Wbad-function-cast" "-Wuninitialized" "-DMDB_IDL_LOGN=16" "-o" "/boot/system/cache/tmp/pip-install-61ozxx69/glean-sdk_ad23ddd697e541f7b3fa51ccc7ab6c6e/target/x86_64-unknown-haiku/debug/build/lmdb-rkv-sys-478d740101220a69/out/mdb.o" "-c" "/boot/home/.cargo/registry/src/index.crates.io-6f17d22bba15001f/lmdb-rkv-sys-0.11.0/lmdb/libraries/liblmdb/mdb.c"
cargo:warning=/boot/home/.cargo/registry/src/index.crates.io-6f17d22bba15001f/lmdb-rkv-sys-0.11.0/lmdb/libraries/liblmdb/mdb.c: In function 'mdb_env_sync':
cargo:warning=/boot/home/.cargo/registry/src/index.crates.io-6f17d22bba15001f/lmdb-rkv-sys-0.11.0/lmdb/libraries/liblmdb/mdb.c:434:25: warning: implicit declaration of function 'fdatasync' [-Wimplicit-function-declaration]
cargo:warning= 434 | # define MDB_FDATASYNC fdatasync
cargo:warning= | ^~~~~~~~~
cargo:warning=/boot/home/.cargo/registry/src/index.crates.io-6f17d22bba15001f/lmdb-rkv-sys-0.11.0/lmdb/libraries/liblmdb/mdb.c:2528:29: note: in expansion of macro 'MDB_FDATASYNC'
cargo:warning= 2528 | if (MDB_FDATASYNC(env->me_fd))
cargo:warning= | ^~~~~~~~~~~~~
cargo:warning=/boot/home/.cargo/registry/src/index.crates.io-6f17d22bba15001f/lmdb-rkv-sys-0.11.0/lmdb/libraries/liblmdb/mdb.c: In function 'mdb_env_setup_locks':
cargo:warning=/boot/home/.cargo/registry/src/index.crates.io-6f17d22bba15001f/lmdb-rkv-sys-0.11.0/lmdb/libraries/liblmdb/mdb.c:4889:31: warning: implicit declaration of function 'pthread_mutexattr_setrobust'; did you mean 'pthread_mutexattr_settype'? [-Wimplicit-function-declaration]
cargo:warning= 4889 | if (!rc) rc = pthread_mutexattr_setrobust(&mattr, PTHREAD_MUTEX_ROBUST);
cargo:warning= | ^~~~~~~~~~~~~~~~~~~~~~~~~~~
cargo:warning= | pthread_mutexattr_settype
cargo:warning=/boot/home/.cargo/registry/src/index.crates.io-6f17d22bba15001f/lmdb-rkv-sys-0.11.0/lmdb/libraries/liblmdb/mdb.c:4889:67: error: 'PTHREAD_MUTEX_ROBUST' undeclared (first use in this function); did you mean 'PTHREAD_MUTEX_DEFAULT'?
cargo:warning= 4889 | if (!rc) rc = pthread_mutexattr_setrobust(&mattr, PTHREAD_MUTEX_ROBUST);
cargo:warning= | ^~~~~~~~~~~~~~~~~~~~
cargo:warning= | PTHREAD_MUTEX_DEFAULT
cargo:warning=/boot/home/.cargo/registry/src/index.crates.io-6f17d22bba15001f/lmdb-rkv-sys-0.11.0/lmdb/libraries/liblmdb/mdb.c:4889:67: note: each undeclared identifier is reported only once for each function it appears in
cargo:warning=/boot/home/.cargo/registry/src/index.crates.io-6f17d22bba15001f/lmdb-rkv-sys-0.11.0/lmdb/libraries/liblmdb/mdb.c: In function 'mdb_mutex_failed':
cargo:warning=/boot/home/.cargo/registry/src/index.crates.io-6f17d22bba15001f/lmdb-rkv-sys-0.11.0/lmdb/libraries/liblmdb/mdb.c:365:41: warning: implicit declaration of function 'pthread_mutex_consistent'; did you mean 'pthread_mutex_init'? [-Wimplicit-function-declaration]
cargo:warning= 365 | #define mdb_mutex_consistent(mutex) pthread_mutex_consistent(mutex)
cargo:warning= | ^~~~~~~~~~~~~~~~~~~~~~~~
cargo:warning=/boot/home/.cargo/registry/src/index.crates.io-6f17d22bba15001f/lmdb-rkv-sys-0.11.0/lmdb/libraries/liblmdb/mdb.c:10253:31: note: in expansion of macro 'mdb_mutex_consistent'
cargo:warning=10253 | rc2 = mdb_mutex_consistent(mutex);
cargo:warning= | ^~~~~~~~~~~~~~~~~~~~
cargo:warning=/boot/home/.cargo/registry/src/index.crates.io-6f17d22bba15001f/lmdb-rkv-sys-0.11.0/lmdb/libraries/liblmdb/mdb.c: In function 'mdb_cursor_put':
cargo:warning=/boot/home/.cargo/registry/src/index.crates.io-6f17d22bba15001f/lmdb-rkv-sys-0.11.0/lmdb/libraries/liblmdb/mdb.c:6778:44: warning: this statement may fall through [-Wimplicit-fallthrough=]
cargo:warning= 6778 | if (SIZELEFT(fp) < offset) {
cargo:warning= | ^
cargo:warning=/boot/home/.cargo/registry/src/index.crates.io-6f17d22bba15001f/lmdb-rkv-sys-0.11.0/lmdb/libraries/liblmdb/mdb.c:6783:33: note: here
cargo:warning= 6783 | case MDB_CURRENT:
cargo:warning= | ^~~~
exit status: 1
--- stderr
error occurred: Command "cc" "-O0" "-ffunction-sections" "-fdata-sections" "-fPIC" "-g" "-fno-omit-frame-pointer" "-m64" "-Wall" "-Wextra" "-Wno-unused-parameter" "-Wbad-function-cast" "-Wuninitialized" "-DMDB_IDL_LOGN=16" "-o" "/boot/system/cache/tmp/pip-install-61ozxx69/glean-sdk_ad23ddd697e541f7b3fa51ccc7ab6c6e/target/x86_64-unknown-haiku/debug/build/lmdb-rkv-sys-478d740101220a69/out/mdb.o" "-c" "/boot/home/.cargo/registry/src/index.crates.io-6f17d22bba15001f/lmdb-rkv-sys-0.11.0/lmdb/libraries/liblmdb/mdb.c" with args "cc" did not execute successfully (status code exit status: 1).
warning: build failed, waiting for other jobs to finish...
Traceback (most recent call last):
File "<string>", line 1, in <module>
File "/boot/system/cache/tmp/pip-install-61ozxx69/glean-sdk_ad23ddd697e541f7b3fa51ccc7ab6c6e/setup.py", line 16, in <module>
from setup import *
File "/boot/system/cache/tmp/pip-install-61ozxx69/glean-sdk_ad23ddd697e541f7b3fa51ccc7ab6c6e/glean-core/python/setup.py", line 214, in <module>
setup(
File "/boot/data/packages/gecko-dev/third_party/python/setuptools/setuptools/__init__.py", line 153, in setup
return distutils.core.setup(**attrs)
File "/packages/python3.10-3.10.13-3/.self/lib/python3.10/distutils/core.py", line 148, in setup
dist.run_commands()
File "/packages/python3.10-3.10.13-3/.self/lib/python3.10/distutils/dist.py", line 966, in run_commands
self.run_command(cmd)
File "/packages/python3.10-3.10.13-3/.self/lib/python3.10/distutils/dist.py", line 985, in run_command
cmd_obj.run()
File "/boot/data/packages/gecko-dev/third_party/python/setuptools/setuptools/command/install.py", line 61, in run
return orig.install.run(self)
File "/packages/python3.10-3.10.13-3/.self/lib/python3.10/distutils/command/install.py", line 589, in run
self.run_command('build')
File "/packages/python3.10-3.10.13-3/.self/lib/python3.10/distutils/cmd.py", line 313, in run_command
self.distribution.run_command(command)
File "/packages/python3.10-3.10.13-3/.self/lib/python3.10/distutils/dist.py", line 985, in run_command
cmd_obj.run()
File "/boot/system/cache/tmp/pip-install-61ozxx69/glean-sdk_ad23ddd697e541f7b3fa51ccc7ab6c6e/glean-core/python/setup.py", line 198, in run
subprocess.check_call(command, cwd=SRC_ROOT / "glean-core" / "ffi", env=env)
File "/packages/python3.10-3.10.13-3/.self/lib/python3.10/subprocess.py", line 369, in check_call
raise CalledProcessError(retcode, cmd)
subprocess.CalledProcessError: Command '['cargo', 'build', '--package', 'glean-bundle', '--target', 'x86_64-unknown-haiku', '--features', 'rkv-safe-mode']' returned non-zero exit status 101.
----------------------------------------
ERROR: Command errored out with exit status 1: /boot/home/.mozbuild/srcdirs/gecko-dev-60eea43c0750/_virtualenvs/mach/bin/python -u -c 'import io, os, sys, setuptools, tokenize; sys.argv[0] = '"'"'/boot/system/cache/tmp/pip-install-61ozxx69/glean-sdk_ad23ddd697e541f7b3fa51ccc7ab6c6e/setup.py'"'"'; __file__='"'"'/boot/system/cache/tmp/pip-install-61ozxx69/glean-sdk_ad23ddd697e541f7b3fa51ccc7ab6c6e/setup.py'"'"';f = getattr(tokenize, '"'"'open'"'"', open)(__file__) if os.path.exists(__file__) else io.StringIO('"'"'from setuptools import setup; setup()'"'"');code = f.read().replace('"'"'\r\n'"'"', '"'"'\n'"'"');f.close();exec(compile(code, __file__, '"'"'exec'"'"'))' install --record /boot/system/cache/tmp/pip-record-_xem9_sz/install-record.txt --single-version-externally-managed --compile --install-headers /boot/home/.mozbuild/srcdirs/gecko-dev-60eea43c0750/_virtualenvs/mach/include/site/python3.10/glean-sdk Check the logs for full command output.
Could not install glean-sdk, so telemetry will not be collected. Continuing.
Collecting psutil<=5.8.0,>=5.4.2
Downloading psutil-5.8.0.tar.gz (470 kB)
|████████████████████████████████| 470 kB 2.9 MB/s
ERROR: Command errored out with exit status 1:
command: /boot/home/.mozbuild/srcdirs/gecko-dev-60eea43c0750/_virtualenvs/mach/bin/python -c 'import io, os, sys, setuptools, tokenize; sys.argv[0] = '"'"'/boot/system/cache/tmp/pip-install-k7s1234p/psutil_8dbbd8f3f5a84f779522886cbd96335c/setup.py'"'"'; __file__='"'"'/boot/system/cache/tmp/pip-install-k7s1234p/psutil_8dbbd8f3f5a84f779522886cbd96335c/setup.py'"'"';f = getattr(tokenize, '"'"'open'"'"', open)(__file__) if os.path.exists(__file__) else io.StringIO('"'"'from setuptools import setup; setup()'"'"');code = f.read().replace('"'"'\r\n'"'"', '"'"'\n'"'"');f.close();exec(compile(code, __file__, '"'"'exec'"'"'))' egg_info --egg-base /boot/system/cache/tmp/pip-pip-egg-info-i10pkpu8
cwd: /boot/system/cache/tmp/pip-install-k7s1234p/psutil_8dbbd8f3f5a84f779522886cbd96335c/
Complete output (1 lines):
platform haiku1 is not supported
----------------------------------------
WARNING: Discarding https://files.pythonhosted.org/packages/e1/b0/7276de53321c12981717490516b7e612364f2cb372ee8901bd4a66a000d7/psutil-5.8.0.tar.gz#sha256=0c9ccb99ab76025f2f0bbecf341d4656e9c1351db8cc8a03ccd62e318ab4b5c6 (from https://pypi.org/simple/psutil/) (requires-python:>=2.6, !=3.0.*, !=3.1.*, !=3.2.*, !=3.3.*). Command errored out with exit status 1: python setup.py egg_info Check the logs for full command output.
Downloading psutil-5.7.3.tar.gz (465 kB)
|████████████████████████████████| 465 kB 9.0 MB/s
ERROR: Command errored out with exit status 1:
command: /boot/home/.mozbuild/srcdirs/gecko-dev-60eea43c0750/_virtualenvs/mach/bin/python -c 'import io, os, sys, setuptools, tokenize; sys.argv[0] = '"'"'/boot/system/cache/tmp/pip-install-k7s1234p/psutil_fb3655012261494cbecd49ef9d2371b4/setup.py'"'"'; __file__='"'"'/boot/system/cache/tmp/pip-install-k7s1234p/psutil_fb3655012261494cbecd49ef9d2371b4/setup.py'"'"';f = getattr(tokenize, '"'"'open'"'"', open)(__file__) if os.path.exists(__file__) else io.StringIO('"'"'from setuptools import setup; setup()'"'"');code = f.read().replace('"'"'\r\n'"'"', '"'"'\n'"'"');f.close();exec(compile(code, __file__, '"'"'exec'"'"'))' egg_info --egg-base /boot/system/cache/tmp/pip-pip-egg-info-w99pg9o7
cwd: /boot/system/cache/tmp/pip-install-k7s1234p/psutil_fb3655012261494cbecd49ef9d2371b4/
Complete output (1 lines):
platform haiku1 is not supported
----------------------------------------
WARNING: Discarding https://files.pythonhosted.org/packages/33/e0/82d459af36bda999f82c7ea86c67610591cf5556168f48fd6509e5fa154d/psutil-5.7.3.tar.gz#sha256=af73f7bcebdc538eda9cc81d19db1db7bf26f103f91081d780bbacfcb620dee2 (from https://pypi.org/simple/psutil/) (requires-python:>=2.6, !=3.0.*, !=3.1.*, !=3.2.*, !=3.3.*). Command errored out with exit status 1: python setup.py egg_info Check the logs for full command output.
Downloading psutil-5.7.2.tar.gz (460 kB)
|████████████████████████████████| 460 kB 7.9 MB/s
ERROR: Command errored out with exit status 1:
command: /boot/home/.mozbuild/srcdirs/gecko-dev-60eea43c0750/_virtualenvs/mach/bin/python -c 'import io, os, sys, setuptools, tokenize; sys.argv[0] = '"'"'/boot/system/cache/tmp/pip-install-k7s1234p/psutil_d6d299057c6c4d8994d2a70bbd126950/setup.py'"'"'; __file__='"'"'/boot/system/cache/tmp/pip-install-k7s1234p/psutil_d6d299057c6c4d8994d2a70bbd126950/setup.py'"'"';f = getattr(tokenize, '"'"'open'"'"', open)(__file__) if os.path.exists(__file__) else io.StringIO('"'"'from setuptools import setup; setup()'"'"');code = f.read().replace('"'"'\r\n'"'"', '"'"'\n'"'"');f.close();exec(compile(code, __file__, '"'"'exec'"'"'))' egg_info --egg-base /boot/system/cache/tmp/pip-pip-egg-info-fz3aoj1l
cwd: /boot/system/cache/tmp/pip-install-k7s1234p/psutil_d6d299057c6c4d8994d2a70bbd126950/
Complete output (1 lines):
platform haiku1 is not supported
----------------------------------------
WARNING: Discarding https://files.pythonhosted.org/packages/aa/3e/d18f2c04cf2b528e18515999b0c8e698c136db78f62df34eee89cee205f1/psutil-5.7.2.tar.gz#sha256=90990af1c3c67195c44c9a889184f84f5b2320dce3ee3acbd054e3ba0b4a7beb (from https://pypi.org/simple/psutil/) (requires-python:>=2.6, !=3.0.*, !=3.1.*, !=3.2.*, !=3.3.*). Command errored out with exit status 1: python setup.py egg_info Check the logs for full command output.
Downloading psutil-5.7.1.tar.gz (460 kB)
|████████████████████████████████| 460 kB 8.7 MB/s
ERROR: Command errored out with exit status 1:
command: /boot/home/.mozbuild/srcdirs/gecko-dev-60eea43c0750/_virtualenvs/mach/bin/python -c 'import io, os, sys, setuptools, tokenize; sys.argv[0] = '"'"'/boot/system/cache/tmp/pip-install-k7s1234p/psutil_e619b61fe0384eb1ac48b65041726ffd/setup.py'"'"'; __file__='"'"'/boot/system/cache/tmp/pip-install-k7s1234p/psutil_e619b61fe0384eb1ac48b65041726ffd/setup.py'"'"';f = getattr(tokenize, '"'"'open'"'"', open)(__file__) if os.path.exists(__file__) else io.StringIO('"'"'from setuptools import setup; setup()'"'"');code = f.read().replace('"'"'\r\n'"'"', '"'"'\n'"'"');f.close();exec(compile(code, __file__, '"'"'exec'"'"'))' egg_info --egg-base /boot/system/cache/tmp/pip-pip-egg-info-39l9m6_g
cwd: /boot/system/cache/tmp/pip-install-k7s1234p/psutil_e619b61fe0384eb1ac48b65041726ffd/
Complete output (1 lines):
platform haiku1 is not supported
----------------------------------------
WARNING: Discarding https://files.pythonhosted.org/packages/2c/5c/cb95a715fb635e1ca858ffb8c50a523a16e2dc06aa3e207ab73cb93516af/psutil-5.7.1.tar.gz#sha256=4ef6845b35e152e6937d4f28388c2440ca89a0089ced0a30a116fa3ceefdfa3a (from https://pypi.org/simple/psutil/) (requires-python:>=2.6, !=3.0.*, !=3.1.*, !=3.2.*, !=3.3.*). Command errored out with exit status 1: python setup.py egg_info Check the logs for full command output.
Downloading psutil-5.7.0.tar.gz (449 kB)
|████████████████████████████████| 449 kB 8.6 MB/s
ERROR: Command errored out with exit status 1:
command: /boot/home/.mozbuild/srcdirs/gecko-dev-60eea43c0750/_virtualenvs/mach/bin/python -c 'import io, os, sys, setuptools, tokenize; sys.argv[0] = '"'"'/boot/system/cache/tmp/pip-install-k7s1234p/psutil_43837c9de4174899b85ffb56b03ca470/setup.py'"'"'; __file__='"'"'/boot/system/cache/tmp/pip-install-k7s1234p/psutil_43837c9de4174899b85ffb56b03ca470/setup.py'"'"';f = getattr(tokenize, '"'"'open'"'"', open)(__file__) if os.path.exists(__file__) else io.StringIO('"'"'from setuptools import setup; setup()'"'"');code = f.read().replace('"'"'\r\n'"'"', '"'"'\n'"'"');f.close();exec(compile(code, __file__, '"'"'exec'"'"'))' egg_info --egg-base /boot/system/cache/tmp/pip-pip-egg-info-92673xt1
cwd: /boot/system/cache/tmp/pip-install-k7s1234p/psutil_43837c9de4174899b85ffb56b03ca470/
Complete output (1 lines):
platform haiku1 is not supported
----------------------------------------
WARNING: Discarding https://files.pythonhosted.org/packages/c4/b8/3512f0e93e0db23a71d82485ba256071ebef99b227351f0f5540f744af41/psutil-5.7.0.tar.gz#sha256=685ec16ca14d079455892f25bd124df26ff9137664af445563c1bd36629b5e0e (from https://pypi.org/simple/psutil/) (requires-python:>=2.6, !=3.0.*, !=3.1.*, !=3.2.*, !=3.3.*). Command errored out with exit status 1: python setup.py egg_info Check the logs for full command output.
Downloading psutil-5.6.7.tar.gz (448 kB)
|████████████████████████████████| 448 kB 6.2 MB/s
ERROR: Command errored out with exit status 1:
command: /boot/home/.mozbuild/srcdirs/gecko-dev-60eea43c0750/_virtualenvs/mach/bin/python -c 'import io, os, sys, setuptools, tokenize; sys.argv[0] = '"'"'/boot/system/cache/tmp/pip-install-k7s1234p/psutil_542cf3d444c34804a1c04ba18e6f8f97/setup.py'"'"'; __file__='"'"'/boot/system/cache/tmp/pip-install-k7s1234p/psutil_542cf3d444c34804a1c04ba18e6f8f97/setup.py'"'"';f = getattr(tokenize, '"'"'open'"'"', open)(__file__) if os.path.exists(__file__) else io.StringIO('"'"'from setuptools import setup; setup()'"'"');code = f.read().replace('"'"'\r\n'"'"', '"'"'\n'"'"');f.close();exec(compile(code, __file__, '"'"'exec'"'"'))' egg_info --egg-base /boot/system/cache/tmp/pip-pip-egg-info-xveylvx5
cwd: /boot/system/cache/tmp/pip-install-k7s1234p/psutil_542cf3d444c34804a1c04ba18e6f8f97/
Complete output (1 lines):
platform haiku1 is not supported
----------------------------------------
WARNING: Discarding https://files.pythonhosted.org/packages/73/93/4f8213fbe66fc20cb904f35e6e04e20b47b85bee39845cc66a0bcf5ccdcb/psutil-5.6.7.tar.gz#sha256=ffad8eb2ac614518bbe3c0b8eb9dffdb3a8d2e3a7d5da51c5b974fb723a5c5aa (from https://pypi.org/simple/psutil/) (requires-python:>=2.6, !=3.0.*, !=3.1.*, !=3.2.*, !=3.3.*). Command errored out with exit status 1: python setup.py egg_info Check the logs for full command output.
Downloading psutil-5.6.6.tar.gz (447 kB)
|████████████████████████████████| 447 kB 6.4 MB/s
ERROR: Command errored out with exit status 1:
command: /boot/home/.mozbuild/srcdirs/gecko-dev-60eea43c0750/_virtualenvs/mach/bin/python -c 'import io, os, sys, setuptools, tokenize; sys.argv[0] = '"'"'/boot/system/cache/tmp/pip-install-k7s1234p/psutil_0b509ed01fd245b19690ba0c35389642/setup.py'"'"'; __file__='"'"'/boot/system/cache/tmp/pip-install-k7s1234p/psutil_0b509ed01fd245b19690ba0c35389642/setup.py'"'"';f = getattr(tokenize, '"'"'open'"'"', open)(__file__) if os.path.exists(__file__) else io.StringIO('"'"'from setuptools import setup; setup()'"'"');code = f.read().replace('"'"'\r\n'"'"', '"'"'\n'"'"');f.close();exec(compile(code, __file__, '"'"'exec'"'"'))' egg_info --egg-base /boot/system/cache/tmp/pip-pip-egg-info-chs3cxgb
cwd: /boot/system/cache/tmp/pip-install-k7s1234p/psutil_0b509ed01fd245b19690ba0c35389642/
Complete output (1 lines):
platform haiku1 is not supported
----------------------------------------
WARNING: Discarding https://files.pythonhosted.org/packages/5f/dc/edf6758183afc7591a16bd4b8a44d8eea80aca1327ea60161dd3bad9ad22/psutil-5.6.6.tar.gz#sha256=ad21281f7bd6c57578dd53913d2d44218e9e29fd25128d10ff7819ef16fa46e7 (from https://pypi.org/simple/psutil/) (requires-python:>=2.6, !=3.0.*, !=3.1.*, !=3.2.*, !=3.3.*). Command errored out with exit status 1: python setup.py egg_info Check the logs for full command output.
Downloading psutil-5.6.5.tar.gz (447 kB)
|████████████████████████████████| 447 kB 5.1 MB/s
ERROR: Command errored out with exit status 1:
command: /boot/home/.mozbuild/srcdirs/gecko-dev-60eea43c0750/_virtualenvs/mach/bin/python -c 'import io, os, sys, setuptools, tokenize; sys.argv[0] = '"'"'/boot/system/cache/tmp/pip-install-k7s1234p/psutil_694432df9dc74c78ac3dfb366abc85a9/setup.py'"'"'; __file__='"'"'/boot/system/cache/tmp/pip-install-k7s1234p/psutil_694432df9dc74c78ac3dfb366abc85a9/setup.py'"'"';f = getattr(tokenize, '"'"'open'"'"', open)(__file__) if os.path.exists(__file__) else io.StringIO('"'"'from setuptools import setup; setup()'"'"');code = f.read().replace('"'"'\r\n'"'"', '"'"'\n'"'"');f.close();exec(compile(code, __file__, '"'"'exec'"'"'))' egg_info --egg-base /boot/system/cache/tmp/pip-pip-egg-info-s2gacy8m
cwd: /boot/system/cache/tmp/pip-install-k7s1234p/psutil_694432df9dc74c78ac3dfb366abc85a9/
Complete output (1 lines):
platform haiku1 is not supported
----------------------------------------
WARNING: Discarding https://files.pythonhosted.org/packages/03/9a/95c4b3d0424426e5fd94b5302ff74cea44d5d4f53466e1228ac8e73e14b4/psutil-5.6.5.tar.gz#sha256=d051532ac944f1be0179e0506f6889833cf96e466262523e57a871de65a15147 (from https://pypi.org/simple/psutil/) (requires-python:>=2.6, !=3.0.*, !=3.1.*, !=3.2.*, !=3.3.*). Command errored out with exit status 1: python setup.py egg_info Check the logs for full command output.
Downloading psutil-5.6.4.tar.gz (447 kB)
|████████████████████████████████| 447 kB 6.3 MB/s
Installing build dependencies ... done
Getting requirements to build wheel ... error
ERROR: Command errored out with exit status 1:
command: /boot/home/.mozbuild/srcdirs/gecko-dev-60eea43c0750/_virtualenvs/mach/bin/python /boot/data/packages/gecko-dev/third_party/python/pip/pip/_vendor/pep517/in_process/_in_process.py get_requires_for_build_wheel /tmp/tmp5g_la_hc
cwd: /boot/system/cache/tmp/pip-install-k7s1234p/psutil_24cebe56ebfb4059b14e87faf18477e6
Complete output (1 lines):
platform haiku1 is not supported
----------------------------------------
WARNING: Discarding https://files.pythonhosted.org/packages/47/ea/d3b6d6fd0b4a6c12984df652525f394e68c8678d2b05075219144eb3a1cf/psutil-5.6.4.tar.gz#sha256=512e854d68f8b42f79b2c7864d997b39125baff9bcff00028ce43543867de7c4 (from https://pypi.org/simple/psutil/) (requires-python:>=2.6, !=3.0.*, !=3.1.*, !=3.2.*, !=3.3.*). Command errored out with exit status 1: /boot/home/.mozbuild/srcdirs/gecko-dev-60eea43c0750/_virtualenvs/mach/bin/python /boot/data/packages/gecko-dev/third_party/python/pip/pip/_vendor/pep517/in_process/_in_process.py get_requires_for_build_wheel /tmp/tmp5g_la_hc Check the logs for full command output.
Downloading psutil-5.6.3.tar.gz (435 kB)
|████████████████████████████████| 435 kB 5.0 MB/s
ERROR: Command errored out with exit status 1:
command: /boot/home/.mozbuild/srcdirs/gecko-dev-60eea43c0750/_virtualenvs/mach/bin/python -c 'import io, os, sys, setuptools, tokenize; sys.argv[0] = '"'"'/boot/system/cache/tmp/pip-install-k7s1234p/psutil_c87405f8ee434fc1a5240578d9a63588/setup.py'"'"'; __file__='"'"'/boot/system/cache/tmp/pip-install-k7s1234p/psutil_c87405f8ee434fc1a5240578d9a63588/setup.py'"'"';f = getattr(tokenize, '"'"'open'"'"', open)(__file__) if os.path.exists(__file__) else io.StringIO('"'"'from setuptools import setup; setup()'"'"');code = f.read().replace('"'"'\r\n'"'"', '"'"'\n'"'"');f.close();exec(compile(code, __file__, '"'"'exec'"'"'))' egg_info --egg-base /boot/system/cache/tmp/pip-pip-egg-info-zrg48kvi
cwd: /boot/system/cache/tmp/pip-install-k7s1234p/psutil_c87405f8ee434fc1a5240578d9a63588/
Complete output (1 lines):
platform haiku1 is not supported
----------------------------------------
WARNING: Discarding https://files.pythonhosted.org/packages/1c/ca/5b8c1fe032a458c2c4bcbe509d1401dca9dda35c7fc46b36bb81c2834740/psutil-5.6.3.tar.gz#sha256=863a85c1c0a5103a12c05a35e59d336e1d665747e531256e061213e2e90f63f3 (from https://pypi.org/simple/psutil/) (requires-python:>=2.6, !=3.0.*, !=3.1.*, !=3.2.*, !=3.3.*). Command errored out with exit status 1: python setup.py egg_info Check the logs for full command output.
Downloading psutil-5.6.2.tar.gz (432 kB)
|████████████████████████████████| 432 kB 5.0 MB/s
ERROR: Command errored out with exit status 1:
command: /boot/home/.mozbuild/srcdirs/gecko-dev-60eea43c0750/_virtualenvs/mach/bin/python -c 'import io, os, sys, setuptools, tokenize; sys.argv[0] = '"'"'/boot/system/cache/tmp/pip-install-k7s1234p/psutil_779407172e984170a347d3204d2cbaea/setup.py'"'"'; __file__='"'"'/boot/system/cache/tmp/pip-install-k7s1234p/psutil_779407172e984170a347d3204d2cbaea/setup.py'"'"';f = getattr(tokenize, '"'"'open'"'"', open)(__file__) if os.path.exists(__file__) else io.StringIO('"'"'from setuptools import setup; setup()'"'"');code = f.read().replace('"'"'\r\n'"'"', '"'"'\n'"'"');f.close();exec(compile(code, __file__, '"'"'exec'"'"'))' egg_info --egg-base /boot/system/cache/tmp/pip-pip-egg-info-fm1neq3i
cwd: /boot/system/cache/tmp/pip-install-k7s1234p/psutil_779407172e984170a347d3204d2cbaea/
Complete output (1 lines):
platform haiku1 is not supported
----------------------------------------
WARNING: Discarding https://files.pythonhosted.org/packages/c6/c1/beed5e4eaa1345901b595048fab1c85aee647ea0fc02d9e8bf9aceb81078/psutil-5.6.2.tar.gz#sha256=828e1c3ca6756c54ac00f1427fdac8b12e21b8a068c3bb9b631a1734cada25ed (from https://pypi.org/simple/psutil/) (requires-python:>=2.6, !=3.0.*, !=3.1.*, !=3.2.*, !=3.3.*). Command errored out with exit status 1: python setup.py egg_info Check the logs for full command output.
Downloading psutil-5.6.1.tar.gz (427 kB)
|████████████████████████████████| 427 kB 6.4 MB/s
ERROR: Command errored out with exit status 1:
command: /boot/home/.mozbuild/srcdirs/gecko-dev-60eea43c0750/_virtualenvs/mach/bin/python -c 'import io, os, sys, setuptools, tokenize; sys.argv[0] = '"'"'/boot/system/cache/tmp/pip-install-k7s1234p/psutil_e3eb3cd539ba4fe6a853351ddf00977b/setup.py'"'"'; __file__='"'"'/boot/system/cache/tmp/pip-install-k7s1234p/psutil_e3eb3cd539ba4fe6a853351ddf00977b/setup.py'"'"';f = getattr(tokenize, '"'"'open'"'"', open)(__file__) if os.path.exists(__file__) else io.StringIO('"'"'from setuptools import setup; setup()'"'"');code = f.read().replace('"'"'\r\n'"'"', '"'"'\n'"'"');f.close();exec(compile(code, __file__, '"'"'exec'"'"'))' egg_info --egg-base /boot/system/cache/tmp/pip-pip-egg-info-17bbjlca
cwd: /boot/system/cache/tmp/pip-install-k7s1234p/psutil_e3eb3cd539ba4fe6a853351ddf00977b/
Complete output (1 lines):
platform haiku1 is not supported
----------------------------------------
WARNING: Discarding https://files.pythonhosted.org/packages/2f/b8/11ec5006d2ec2998cb68349b8d1317c24c284cf918ecd6729739388e4c56/psutil-5.6.1.tar.gz#sha256=fa0a570e0a30b9dd618bffbece590ae15726b47f9f1eaf7518dfb35f4d7dcd21 (from https://pypi.org/simple/psutil/) (requires-python:>=2.6, !=3.0.*, !=3.1.*, !=3.2.*, !=3.3.*). Command errored out with exit status 1: python setup.py egg_info Check the logs for full command output.
Downloading psutil-5.6.0.tar.gz (426 kB)
|████████████████████████████████| 426 kB 5.1 MB/s
ERROR: Command errored out with exit status 1:
command: /boot/home/.mozbuild/srcdirs/gecko-dev-60eea43c0750/_virtualenvs/mach/bin/python -c 'import io, os, sys, setuptools, tokenize; sys.argv[0] = '"'"'/boot/system/cache/tmp/pip-install-k7s1234p/psutil_01d0440cc815457a9d3d93b513f00c17/setup.py'"'"'; __file__='"'"'/boot/system/cache/tmp/pip-install-k7s1234p/psutil_01d0440cc815457a9d3d93b513f00c17/setup.py'"'"';f = getattr(tokenize, '"'"'open'"'"', open)(__file__) if os.path.exists(__file__) else io.StringIO('"'"'from setuptools import setup; setup()'"'"');code = f.read().replace('"'"'\r\n'"'"', '"'"'\n'"'"');f.close();exec(compile(code, __file__, '"'"'exec'"'"'))' egg_info --egg-base /boot/system/cache/tmp/pip-pip-egg-info-7rx8vzch
cwd: /boot/system/cache/tmp/pip-install-k7s1234p/psutil_01d0440cc815457a9d3d93b513f00c17/
Complete output (1 lines):
platform haiku1 is not supported
----------------------------------------
WARNING: Discarding https://files.pythonhosted.org/packages/79/e6/a4e3c92fe19d386dcc6149dbf0b76f1c93c5491ae9d9ecf866f6769b45a4/psutil-5.6.0.tar.gz#sha256=dca71c08335fbfc6929438fe3a502f169ba96dd20e50b3544053d6be5cb19d82 (from https://pypi.org/simple/psutil/) (requires-python:>=2.6, !=3.0.*, !=3.1.*, !=3.2.*, !=3.3.*). Command errored out with exit status 1: python setup.py egg_info Check the logs for full command output.
Downloading psutil-5.5.1.tar.gz (426 kB)
|████████████████████████████████| 426 kB 6.4 MB/s
ERROR: Command errored out with exit status 1:
command: /boot/home/.mozbuild/srcdirs/gecko-dev-60eea43c0750/_virtualenvs/mach/bin/python -c 'import io, os, sys, setuptools, tokenize; sys.argv[0] = '"'"'/boot/system/cache/tmp/pip-install-k7s1234p/psutil_69131c0841714d26aba882c89736ae07/setup.py'"'"'; __file__='"'"'/boot/system/cache/tmp/pip-install-k7s1234p/psutil_69131c0841714d26aba882c89736ae07/setup.py'"'"';f = getattr(tokenize, '"'"'open'"'"', open)(__file__) if os.path.exists(__file__) else io.StringIO('"'"'from setuptools import setup; setup()'"'"');code = f.read().replace('"'"'\r\n'"'"', '"'"'\n'"'"');f.close();exec(compile(code, __file__, '"'"'exec'"'"'))' egg_info --egg-base /boot/system/cache/tmp/pip-pip-egg-info-bre1m8rd
cwd: /boot/system/cache/tmp/pip-install-k7s1234p/psutil_69131c0841714d26aba882c89736ae07/
Complete output (1 lines):
platform haiku1 is not supported
----------------------------------------
WARNING: Discarding https://files.pythonhosted.org/packages/c7/01/7c30b247cdc5ba29623faa5c8cf1f1bbf7e041783c340414b0ed7e067c64/psutil-5.5.1.tar.gz#sha256=72cebfaa422b7978a1d3632b65ff734a34c6b34f4578b68a5c204d633756b810 (from https://pypi.org/simple/psutil/) (requires-python:>=2.6, !=3.0.*, !=3.1.*, !=3.2.*, !=3.3.*). Command errored out with exit status 1: python setup.py egg_info Check the logs for full command output.
Downloading psutil-5.5.0.tar.gz (425 kB)
|████████████████████████████████| 425 kB 6.3 MB/s
ERROR: Command errored out with exit status 1:
command: /boot/home/.mozbuild/srcdirs/gecko-dev-60eea43c0750/_virtualenvs/mach/bin/python -c 'import io, os, sys, setuptools, tokenize; sys.argv[0] = '"'"'/boot/system/cache/tmp/pip-install-k7s1234p/psutil_5b9e2b0f7c4a48f0ad64c5b65c872825/setup.py'"'"'; __file__='"'"'/boot/system/cache/tmp/pip-install-k7s1234p/psutil_5b9e2b0f7c4a48f0ad64c5b65c872825/setup.py'"'"';f = getattr(tokenize, '"'"'open'"'"', open)(__file__) if os.path.exists(__file__) else io.StringIO('"'"'from setuptools import setup; setup()'"'"');code = f.read().replace('"'"'\r\n'"'"', '"'"'\n'"'"');f.close();exec(compile(code, __file__, '"'"'exec'"'"'))' egg_info --egg-base /boot/system/cache/tmp/pip-pip-egg-info-hzctvg70
cwd: /boot/system/cache/tmp/pip-install-k7s1234p/psutil_5b9e2b0f7c4a48f0ad64c5b65c872825/
Complete output (1 lines):
platform haiku1 is not supported
----------------------------------------
WARNING: Discarding https://files.pythonhosted.org/packages/6e/a0/833bcbcede5141cc5615e50c7cc5b960ce93d9c9b885fbe3b7d36e48a2d4/psutil-5.5.0.tar.gz#sha256=1aba93430050270750d046a179c5f3d6e1f5f8b96c20399ba38c596b28fc4d37 (from https://pypi.org/simple/psutil/) (requires-python:>=2.6, !=3.0.*, !=3.1.*, !=3.2.*, !=3.3.*). Command errored out with exit status 1: python setup.py egg_info Check the logs for full command output.
Downloading psutil-5.4.8.tar.gz (422 kB)
|████████████████████████████████| 422 kB 6.1 MB/s
ERROR: Command errored out with exit status 1:
command: /boot/home/.mozbuild/srcdirs/gecko-dev-60eea43c0750/_virtualenvs/mach/bin/python -c 'import io, os, sys, setuptools, tokenize; sys.argv[0] = '"'"'/boot/system/cache/tmp/pip-install-k7s1234p/psutil_fbbd393a30314d92ac0ee200feaba2a5/setup.py'"'"'; __file__='"'"'/boot/system/cache/tmp/pip-install-k7s1234p/psutil_fbbd393a30314d92ac0ee200feaba2a5/setup.py'"'"';f = getattr(tokenize, '"'"'open'"'"', open)(__file__) if os.path.exists(__file__) else io.StringIO('"'"'from setuptools import setup; setup()'"'"');code = f.read().replace('"'"'\r\n'"'"', '"'"'\n'"'"');f.close();exec(compile(code, __file__, '"'"'exec'"'"'))' egg_info --egg-base /boot/system/cache/tmp/pip-pip-egg-info-71wypp80
cwd: /boot/system/cache/tmp/pip-install-k7s1234p/psutil_fbbd393a30314d92ac0ee200feaba2a5/
Complete output (1 lines):
platform haiku1 is not supported
----------------------------------------
WARNING: Discarding https://files.pythonhosted.org/packages/e3/58/0eae6e4466e5abf779d7e2b71fac7fba5f59e00ea36ddb3ed690419ccb0f/psutil-5.4.8.tar.gz#sha256=6e265c8f3da00b015d24b842bfeb111f856b13d24f2c57036582568dc650d6c3 (from https://pypi.org/simple/psutil/) (requires-python:>=2.6, !=3.0.*, !=3.1.*, !=3.2.*, !=3.3.*). Command errored out with exit status 1: python setup.py egg_info Check the logs for full command output.
Downloading psutil-5.4.7.tar.gz (420 kB)
|████████████████████████████████| 420 kB 6.5 MB/s
ERROR: Command errored out with exit status 1:
command: /boot/home/.mozbuild/srcdirs/gecko-dev-60eea43c0750/_virtualenvs/mach/bin/python -c 'import io, os, sys, setuptools, tokenize; sys.argv[0] = '"'"'/boot/system/cache/tmp/pip-install-k7s1234p/psutil_19c7759d22854ebd9a735b8987354b29/setup.py'"'"'; __file__='"'"'/boot/system/cache/tmp/pip-install-k7s1234p/psutil_19c7759d22854ebd9a735b8987354b29/setup.py'"'"';f = getattr(tokenize, '"'"'open'"'"', open)(__file__) if os.path.exists(__file__) else io.StringIO('"'"'from setuptools import setup; setup()'"'"');code = f.read().replace('"'"'\r\n'"'"', '"'"'\n'"'"');f.close();exec(compile(code, __file__, '"'"'exec'"'"'))' egg_info --egg-base /boot/system/cache/tmp/pip-pip-egg-info-g28upshy
cwd: /boot/system/cache/tmp/pip-install-k7s1234p/psutil_19c7759d22854ebd9a735b8987354b29/
Complete output (1 lines):
platform haiku1 is not supported
----------------------------------------
WARNING: Discarding https://files.pythonhosted.org/packages/7d/9a/1e93d41708f8ed2b564395edfa3389f0fd6d567597401c2e5e2775118d8b/psutil-5.4.7.tar.gz#sha256=5b6322b167a5ba0c5463b4d30dfd379cd4ce245a1162ebf8fc7ab5c5ffae4f3b (from https://pypi.org/simple/psutil/) (requires-python:>=2.6, !=3.0.*, !=3.1.*, !=3.2.*, !=3.3.*). Command errored out with exit status 1: python setup.py egg_info Check the logs for full command output.
Downloading psutil-5.4.6.tar.gz (418 kB)
|████████████████████████████████| 418 kB 6.3 MB/s
ERROR: Command errored out with exit status 1:
command: /boot/home/.mozbuild/srcdirs/gecko-dev-60eea43c0750/_virtualenvs/mach/bin/python -c 'import io, os, sys, setuptools, tokenize; sys.argv[0] = '"'"'/boot/system/cache/tmp/pip-install-k7s1234p/psutil_1c03549073a94c78bd79d9896fb7d601/setup.py'"'"'; __file__='"'"'/boot/system/cache/tmp/pip-install-k7s1234p/psutil_1c03549073a94c78bd79d9896fb7d601/setup.py'"'"';f = getattr(tokenize, '"'"'open'"'"', open)(__file__) if os.path.exists(__file__) else io.StringIO('"'"'from setuptools import setup; setup()'"'"');code = f.read().replace('"'"'\r\n'"'"', '"'"'\n'"'"');f.close();exec(compile(code, __file__, '"'"'exec'"'"'))' egg_info --egg-base /boot/system/cache/tmp/pip-pip-egg-info-r5_1fngo
cwd: /boot/system/cache/tmp/pip-install-k7s1234p/psutil_1c03549073a94c78bd79d9896fb7d601/
Complete output (1 lines):
platform haiku1 is not supported
----------------------------------------
WARNING: Discarding https://files.pythonhosted.org/packages/51/9e/0f8f5423ce28c9109807024f7bdde776ed0b1161de20b408875de7e030c3/psutil-5.4.6.tar.gz#sha256=686e5a35fe4c0acc25f3466c32e716f2d498aaae7b7edc03e2305b682226bcf6 (from https://pypi.org/simple/psutil/) (requires-python:>=2.6, !=3.0.*, !=3.1.*, !=3.2.*, !=3.3.*). Command errored out with exit status 1: python setup.py egg_info Check the logs for full command output.
Downloading psutil-5.4.5.tar.gz (418 kB)
|████████████████████████████████| 418 kB 6.5 MB/s
ERROR: Command errored out with exit status 1:
command: /boot/home/.mozbuild/srcdirs/gecko-dev-60eea43c0750/_virtualenvs/mach/bin/python -c 'import io, os, sys, setuptools, tokenize; sys.argv[0] = '"'"'/boot/system/cache/tmp/pip-install-k7s1234p/psutil_d73026fe73624fe6a25a3a8bd2d9a6cb/setup.py'"'"'; __file__='"'"'/boot/system/cache/tmp/pip-install-k7s1234p/psutil_d73026fe73624fe6a25a3a8bd2d9a6cb/setup.py'"'"';f = getattr(tokenize, '"'"'open'"'"', open)(__file__) if os.path.exists(__file__) else io.StringIO('"'"'from setuptools import setup; setup()'"'"');code = f.read().replace('"'"'\r\n'"'"', '"'"'\n'"'"');f.close();exec(compile(code, __file__, '"'"'exec'"'"'))' egg_info --egg-base /boot/system/cache/tmp/pip-pip-egg-info-97qdj3ez
cwd: /boot/system/cache/tmp/pip-install-k7s1234p/psutil_d73026fe73624fe6a25a3a8bd2d9a6cb/
Complete output (1 lines):
platform haiku1 is not supported
----------------------------------------
WARNING: Discarding https://files.pythonhosted.org/packages/14/a2/8ac7dda36eac03950ec2668ab1b466314403031c83a95c5efc81d2acf163/psutil-5.4.5.tar.gz#sha256=ebe293be36bb24b95cdefc5131635496e88b17fabbcf1e4bc9b5c01f5e489cfe (from https://pypi.org/simple/psutil/) (requires-python:>=2.6, !=3.0.*, !=3.1.*, !=3.2.*, !=3.3.*). Command errored out with exit status 1: python setup.py egg_info Check the logs for full command output.
Downloading psutil-5.4.4.tar.gz (417 kB)
|████████████████████████████████| 417 kB 4.8 MB/s
ERROR: Command errored out with exit status 1:
command: /boot/home/.mozbuild/srcdirs/gecko-dev-60eea43c0750/_virtualenvs/mach/bin/python -c 'import io, os, sys, setuptools, tokenize; sys.argv[0] = '"'"'/boot/system/cache/tmp/pip-install-k7s1234p/psutil_866667323891462aa471a8f580031851/setup.py'"'"'; __file__='"'"'/boot/system/cache/tmp/pip-install-k7s1234p/psutil_866667323891462aa471a8f580031851/setup.py'"'"';f = getattr(tokenize, '"'"'open'"'"', open)(__file__) if os.path.exists(__file__) else io.StringIO('"'"'from setuptools import setup; setup()'"'"');code = f.read().replace('"'"'\r\n'"'"', '"'"'\n'"'"');f.close();exec(compile(code, __file__, '"'"'exec'"'"'))' egg_info --egg-base /boot/system/cache/tmp/pip-pip-egg-info-wlh83fcm
cwd: /boot/system/cache/tmp/pip-install-k7s1234p/psutil_866667323891462aa471a8f580031851/
Complete output (1 lines):
platform haiku1 is not supported
----------------------------------------
WARNING: Discarding https://files.pythonhosted.org/packages/35/35/7da482448cd9ee3555faa9c5e541e37b18a849fb961e55d6fda6ca936ddb/psutil-5.4.4.tar.gz#sha256=5959e33e0fc69742dd22e88bfc7789a1f2e1fc2297794b543119e10cdac8dfb1 (from https://pypi.org/simple/psutil/) (requires-python:>=2.6, !=3.0.*, !=3.1.*, !=3.2.*, !=3.3.*). Command errored out with exit status 1: python setup.py egg_info Check the logs for full command output.
Downloading psutil-5.4.3.tar.gz (412 kB)
|████████████████████████████████| 412 kB 6.5 MB/s
ERROR: Command errored out with exit status 1:
command: /boot/home/.mozbuild/srcdirs/gecko-dev-60eea43c0750/_virtualenvs/mach/bin/python -c 'import io, os, sys, setuptools, tokenize; sys.argv[0] = '"'"'/boot/system/cache/tmp/pip-install-k7s1234p/psutil_9524364cfc2b458cb0cf3a072e3dd476/setup.py'"'"'; __file__='"'"'/boot/system/cache/tmp/pip-install-k7s1234p/psutil_9524364cfc2b458cb0cf3a072e3dd476/setup.py'"'"';f = getattr(tokenize, '"'"'open'"'"', open)(__file__) if os.path.exists(__file__) else io.StringIO('"'"'from setuptools import setup; setup()'"'"');code = f.read().replace('"'"'\r\n'"'"', '"'"'\n'"'"');f.close();exec(compile(code, __file__, '"'"'exec'"'"'))' egg_info --egg-base /boot/system/cache/tmp/pip-pip-egg-info-flbwicky
cwd: /boot/system/cache/tmp/pip-install-k7s1234p/psutil_9524364cfc2b458cb0cf3a072e3dd476/
Complete output (1 lines):
platform haiku1 is not supported
----------------------------------------
WARNING: Discarding https://files.pythonhosted.org/packages/e2/e1/600326635f97fee89bf8426fef14c5c29f4849c79f68fd79f433d8c1bd96/psutil-5.4.3.tar.gz#sha256=e2467e9312c2fa191687b89ff4bc2ad8843be4af6fb4dc95a7cc5f7d7a327b18 (from https://pypi.org/simple/psutil/). Command errored out with exit status 1: python setup.py egg_info Check the logs for full command output.
Downloading psutil-5.4.2.tar.gz (411 kB)
|████████████████████████████████| 411 kB 6.4 MB/s
ERROR: Command errored out with exit status 1:
command: /boot/home/.mozbuild/srcdirs/gecko-dev-60eea43c0750/_virtualenvs/mach/bin/python -c 'import io, os, sys, setuptools, tokenize; sys.argv[0] = '"'"'/boot/system/cache/tmp/pip-install-k7s1234p/psutil_f7dd6de7dcee440590b0876df0aa30dd/setup.py'"'"'; __file__='"'"'/boot/system/cache/tmp/pip-install-k7s1234p/psutil_f7dd6de7dcee440590b0876df0aa30dd/setup.py'"'"';f = getattr(tokenize, '"'"'open'"'"', open)(__file__) if os.path.exists(__file__) else io.StringIO('"'"'from setuptools import setup; setup()'"'"');code = f.read().replace('"'"'\r\n'"'"', '"'"'\n'"'"');f.close();exec(compile(code, __file__, '"'"'exec'"'"'))' egg_info --egg-base /boot/system/cache/tmp/pip-pip-egg-info-1364s_p8
cwd: /boot/system/cache/tmp/pip-install-k7s1234p/psutil_f7dd6de7dcee440590b0876df0aa30dd/
Complete output (1 lines):
platform haiku1 is not supported
----------------------------------------
WARNING: Discarding https://files.pythonhosted.org/packages/54/24/aa854703715fa161110daa001afce75d21d1840e9ab5eb28708d6a5058b0/psutil-5.4.2.tar.gz#sha256=00a1f9ff8d1e035fba7bfdd6977fa8ea7937afdb4477339e5df3dba78194fe11 (from https://pypi.org/simple/psutil/). Command errored out with exit status 1: python setup.py egg_info Check the logs for full command output.
ERROR: Could not find a version that satisfies the requirement psutil<=5.8.0,>=5.4.2 (from versions: 0.1.1, 0.1.2, 0.1.3, 0.2.0, 0.2.1, 0.3.0, 0.4.0, 0.4.1, 0.5.0, 0.5.1, 0.6.0, 0.6.1, 0.7.0, 0.7.1, 1.0.0, 1.0.1, 1.1.0, 1.1.1, 1.1.2, 1.1.3, 1.2.0, 1.2.1, 2.0.0, 2.1.0, 2.1.1, 2.1.2, 2.1.3, 2.2.0, 2.2.1, 3.0.0, 3.0.1, 3.1.0, 3.1.1, 3.2.0, 3.2.1, 3.2.2, 3.3.0, 3.4.1, 3.4.2, 4.0.0, 4.1.0, 4.2.0, 4.3.0, 4.3.1, 4.4.0, 4.4.1, 4.4.2, 5.0.0, 5.0.1, 5.1.0, 5.1.1, 5.1.2, 5.1.3, 5.2.0, 5.2.1, 5.2.2, 5.3.0, 5.3.1, 5.4.0, 5.4.1, 5.4.2, 5.4.3, 5.4.4, 5.4.5, 5.4.6, 5.4.7, 5.4.8, 5.5.0, 5.5.1, 5.6.0, 5.6.1, 5.6.2, 5.6.3, 5.6.4, 5.6.5, 5.6.6, 5.6.7, 5.7.0, 5.7.1, 5.7.2, 5.7.3, 5.8.0, 5.9.0, 5.9.1, 5.9.2, 5.9.3, 5.9.4, 5.9.5, 5.9.6, 5.9.7, 5.9.8, 6.0.0)
ERROR: No matching distribution found for psutil<=5.8.0,>=5.4.2
Could not install psutil, so telemetry will be missing some data. Continuing.
Collecting zstandard<=0.17.0,>=0.11.1
Downloading zstandard-0.17.0.tar.gz (629 kB)
|████████████████████████████████| 629 kB 3.1 MB/s
Installing build dependencies ... done
Getting requirements to build wheel ... done
Preparing wheel metadata ... done
Building wheels for collected packages: zstandard
Building wheel for zstandard (PEP 517) ... done
Created wheel for zstandard: filename=zstandard-0.17.0-cp310-cp310-haiku_1_x86_64.whl size=841607 sha256=35184c705b48c24249f64527786d153bf25e8874b7777880f2a3afe52a3fd0a7
Stored in directory: /boot/home/config/cache/pip/wheels/d6/21/4b/14597220eab13bd88043c8c9595e67c4f15381f82fea444ceb
Successfully built zstandard
Installing collected packages: zstandard
Successfully installed zstandard-0.17.0
/packages/python3.10-3.10.13-3/.self/lib/python3.10/vendor-packages/setuptools/_distutils/cmd.py:66: SetuptoolsDeprecationWarning: setup.py install is deprecated.
!!
********************************************************************************
Please avoid running ``setup.py`` directly.
Instead, use pypa/build, pypa/installer or other
standards-based tools.
See https://blog.ganssle.io/articles/2021/10/setup-py-deprecated.html for details.
********************************************************************************
!!
self.initialize_options()
created virtual environment CPython3.10.13.final.0-64 in 75ms
creator CPython3Posix(dest=/boot/data/packages/gecko-dev/obj-x86_64-unknown-haiku/_virtualenvs/build, clear=False, no_vcs_ignore=False, global=False)
activators BashActivator,CShellActivator,FishActivator,PowerShellActivator,PythonActivator
0:02.27 Clobber not needed.
Config object not found by mach.
0:02.57 Using Python 3.10.13 from /boot/data/packages/gecko-dev/obj-x86_64-unknown-haiku/_virtualenvs/build/bin/python
0:02.57 Adding configure options from /boot/data/packages/gecko-dev/mozconfig
0:02.57 --enable-default-toolkit=cairo-gtk3-wayland-only
0:02.57 --disable-audio-backends
0:02.57 --disable-jit
0:02.57 --disable-tests
0:02.57 --disable-updater
0:02.57 --with-system-ffi
0:02.57 --with-system-graphite2
0:02.57 --with-system-harfbuzz
0:02.57 --with-system-jpeg
0:02.57 --with-system-libevent
0:02.57 --with-system-libvpx
0:02.57 --with-system-nspr
0:02.57 --with-system-nss
0:02.57 --with-system-webp
0:02.57 --with-system-zlib
0:02.57 --without-wasm-sandboxed-libraries
0:02.57 checking for vcs source checkout... git
0:02.61 checking for a shell... /bin/sh
0:02.70 checking for host system type... x86_64-unknown-haiku
0:02.70 checking for target system type... x86_64-unknown-haiku
0:03.11 checking whether cross compiling... no
0:03.27 checking for Python 3... /boot/data/packages/gecko-dev/obj-x86_64-unknown-haiku/_virtualenvs/build/bin/python (3.10.13)
0:03.27 checking for git... /bin/git
0:03.31 checking for Git version... 2.43.2
0:03.32 checking for sparse checkout... no
0:03.32 checking for wget... /bin/wget
0:03.33 checking for ccache... not found
0:03.33 checking for the target C compiler... /bin/clang
0:03.57 checking whether the target C compiler can be used... yes
0:03.57 checking the target C compiler version... 17.0.6
0:03.70 checking the target C compiler works... yes
0:03.70 checking for the target C++ compiler... /bin/clang++
0:03.74 checking whether the target C++ compiler can be used... yes
0:03.74 checking the target C++ compiler version... 17.0.6
0:03.78 checking the target C++ compiler works... yes
0:03.78 checking for the host C compiler... /bin/clang
0:03.84 checking whether the host C compiler can be used... yes
0:03.84 checking the host C compiler version... 17.0.6
0:03.88 checking the host C compiler works... yes
0:03.88 checking for the host C++ compiler... /bin/clang++
0:03.91 checking whether the host C++ compiler can be used... yes
0:03.91 checking the host C++ compiler version... 17.0.6
0:03.94 checking the host C++ compiler works... yes
0:04.00 checking for linker... lld
0:04.06 checking for 64-bit OS... yes
0:04.06 checking for the assembler... /bin/clang
0:04.09 checking for ar... /bin/llvm-ar
0:04.12 checking for pkg_config... /bin/pkg-config
0:04.12 checking for pkg-config version... 0.29.2
0:04.13 checking whether pkg-config is pkgconf... no
0:04.23 checking for strndup... yes
0:04.32 checking for posix_memalign... yes
0:04.41 checking for memalign... yes
0:04.50 checking for malloc_usable_size... yes
0:04.53 checking for stdint.h... yes
0:04.57 checking for inttypes.h... yes
0:04.61 checking for malloc.h... yes
0:04.65 checking for alloca.h... yes
0:04.68 checking for sys/byteorder.h... no
0:04.71 checking for getopt.h... yes
0:04.75 checking for unistd.h... yes
0:04.78 checking for nl_types.h... yes
0:04.82 checking for cpuid.h... yes
0:04.85 checking for fts.h... no
0:04.89 checking for sys/statvfs.h... yes
0:04.92 checking for sys/statfs.h... no
0:04.95 checking for sys/vfs.h... no
0:04.98 checking for sys/mount.h... no
0:05.02 checking for sys/quota.h... no
0:05.05 checking for sys/queue.h... yes
0:05.08 checking for sys/types.h... yes
0:05.13 checking for netinet/in.h... yes
0:05.16 checking for byteswap.h... no
0:05.19 checking for memfd_create in sys/mman.h... no
0:05.22 checking for perf_event_open system call... no
0:05.26 checking whether the C compiler supports -Wbitfield-enum-conversion... yes
0:05.29 checking whether the C++ compiler supports -Wbitfield-enum-conversion... yes
0:05.32 checking whether the C++ compiler supports -Wdeprecated-this-capture... yes
0:05.36 checking whether the C compiler supports -Wformat-type-confusion... yes
0:05.39 checking whether the C++ compiler supports -Wformat-type-confusion... yes
0:05.42 checking whether the C compiler supports -Wshadow-field-in-constructor-modified... yes
0:05.46 checking whether the C++ compiler supports -Wshadow-field-in-constructor-modified... yes
0:05.49 checking whether the C compiler supports -Wno-error=tautological-type-limit-compare... yes
0:05.53 checking whether the C++ compiler supports -Wno-error=tautological-type-limit-compare... yes
0:05.56 checking whether the C compiler supports -Wunreachable-code-return... yes
0:05.60 checking whether the C++ compiler supports -Wunreachable-code-return... yes
0:05.63 checking whether the C compiler supports -Wunused-but-set-parameter... yes
0:05.66 checking whether the C++ compiler supports -Wunused-but-set-parameter... yes
0:05.69 checking whether the C compiler supports -Wclass-varargs... yes
0:05.73 checking whether the C++ compiler supports -Wclass-varargs... yes
0:05.76 checking whether the C++ compiler supports -Wempty-init-stmt... yes
0:05.79 checking whether the C compiler supports -Wfloat-overflow-conversion... yes
0:05.83 checking whether the C++ compiler supports -Wfloat-overflow-conversion... yes
0:05.86 checking whether the C compiler supports -Wfloat-zero-conversion... yes
0:05.89 checking whether the C++ compiler supports -Wfloat-zero-conversion... yes
0:05.93 checking whether the C compiler supports -Wloop-analysis... yes
0:05.96 checking whether the C++ compiler supports -Wloop-analysis... yes
0:05.99 checking whether the C compiler supports -Wno-range-loop-analysis... yes
0:06.02 checking whether the C++ compiler supports -Wno-range-loop-analysis... yes
0:06.05 checking whether the C++ compiler supports -Wc++2a-compat... yes
0:06.09 checking whether the C++ compiler supports -Wcomma... yes
0:06.12 checking whether the C compiler supports -Wduplicated-cond... no
0:06.15 checking whether the C++ compiler supports -Wduplicated-cond... no
0:06.18 checking whether the C compiler supports -Wenum-compare-conditional... yes
0:06.22 checking whether the C++ compiler supports -Wenum-compare-conditional... yes
0:06.25 checking whether the C++ compiler supports -Wimplicit-fallthrough... yes
0:06.29 checking whether the C compiler supports -Wstring-conversion... yes
0:06.32 checking whether the C++ compiler supports -Wstring-conversion... yes
0:06.36 checking whether the C++ compiler supports -Wno-inline-new-delete... yes
0:06.39 checking whether the C compiler supports -Wno-error=maybe-uninitialized... no
0:06.42 checking whether the C++ compiler supports -Wno-error=maybe-uninitialized... no
0:06.45 checking whether the C compiler supports -Wno-error=deprecated-declarations... yes
0:06.49 checking whether the C++ compiler supports -Wno-error=deprecated-declarations... yes
0:06.52 checking whether the C compiler supports -Wno-error=array-bounds... yes
0:06.56 checking whether the C++ compiler supports -Wno-error=array-bounds... yes
0:06.59 checking whether the C compiler supports -Wno-error=coverage-mismatch... no
0:06.62 checking whether the C++ compiler supports -Wno-error=coverage-mismatch... no
0:06.66 checking whether the C compiler supports -Wno-error=backend-plugin... yes
0:06.69 checking whether the C++ compiler supports -Wno-error=backend-plugin... yes
0:06.72 checking whether the C compiler supports -Wno-error=free-nonheap-object... yes
0:06.76 checking whether the C++ compiler supports -Wno-error=free-nonheap-object... yes
0:06.78 checking whether the C compiler supports -Wno-multistatement-macros... no
0:06.81 checking whether the C++ compiler supports -Wno-multistatement-macros... no
0:06.85 checking whether the C compiler supports -Wno-error=return-std-move... yes
0:06.88 checking whether the C++ compiler supports -Wno-error=return-std-move... yes
0:06.91 checking whether the C compiler supports -Wno-error=class-memaccess... no
0:06.94 checking whether the C++ compiler supports -Wno-error=class-memaccess... no
0:06.97 checking whether the C compiler supports -Wno-error=atomic-alignment... yes
0:07.01 checking whether the C++ compiler supports -Wno-error=atomic-alignment... yes
0:07.04 checking whether the C compiler supports -Wno-error=deprecated-copy... yes
0:07.08 checking whether the C++ compiler supports -Wno-error=deprecated-copy... yes
0:07.11 checking whether the C compiler supports -Wformat... yes
0:07.14 checking whether the C++ compiler supports -Wformat... yes
0:07.18 checking whether the C compiler supports -Wformat-security... yes
0:07.21 checking whether the C++ compiler supports -Wformat-security... yes
0:07.24 checking whether the C compiler supports -Wformat-overflow=2... no
0:07.27 checking whether the C++ compiler supports -Wformat-overflow=2... no
0:07.31 checking whether the C compiler supports -Wno-gnu-zero-variadic-macro-arguments... yes
0:07.34 checking whether the C++ compiler supports -Wno-gnu-zero-variadic-macro-arguments... yes
0:07.38 checking whether the C compiler supports -Werror=implicit-function-declaration... yes
0:07.41 checking whether the C compiler supports -Wno-psabi... yes
0:07.45 checking whether the C++ compiler supports -Wno-psabi... yes
0:07.48 checking whether the C compiler supports -Wthread-safety... yes
0:07.52 checking whether the C++ compiler supports -Wthread-safety... yes
0:07.55 checking whether the C++ compiler supports -fno-sized-deallocation... yes
0:07.58 checking whether the C++ compiler supports -fno-aligned-new... yes
0:07.59 checking for llvm_profdata... /bin/llvm-profdata
0:07.60 checking for nspr >= 4.32... yes
0:07.61 checking NSPR_CFLAGS... -I/packages/nspr-4.34.1-3/.self/develop/headers/nspr
0:07.61 checking NSPR_LIBS... -L/packages/nspr-4.34.1-3/.self/lib -lplds4 -lplc4 -lnspr4
0:07.61 checking for rustc... /bin/rustc
0:07.61 checking for cargo... /bin/cargo
0:07.72 checking rustc version... 1.79.0
0:07.73 checking cargo version... 1.79.0
0:07.83 checking for rust host triplet... x86_64-unknown-haiku
0:07.89 checking for rust target triplet... x86_64-unknown-haiku
0:07.89 checking for rustdoc... /bin/rustdoc
0:07.90 checking for cbindgen... /boot/home/.cargo/bin/cbindgen
0:07.90 checking for rustfmt... /bin/rustfmt
0:07.90 checking for clang for bindgen... /bin/clang++
0:07.93 checking for libclang for bindgen... /boot/system/lib/libclang.so.17.0.6
0:07.99 checking that libclang is new enough... yes
0:08.00 checking bindgen cflags... -x c++ -fno-sized-deallocation -fno-aligned-new -DTRACING=1 -DIMPL_LIBXUL -DMOZILLA_INTERNAL_API -DRUST_BINDGEN -DOS_POSIX=1
0:08.00 checking for libffi > 3.0.9... yes
0:08.00 checking MOZ_FFI_CFLAGS... -I/packages/libffi-3.4.2-2/.self/develop/headers
0:08.01 checking MOZ_FFI_LIBS... -L/packages/libffi-3.4.2-2/.self/develop/lib -lffi
0:08.05 checking for tm_zone and tm_gmtoff in struct tm... yes
0:08.13 checking for getpagesize... yes
0:08.22 checking for gmtime_r... yes
0:08.30 checking for localtime_r... yes
0:08.38 checking for gettid... no
0:08.46 checking for setpriority... yes
0:08.54 checking for syscall... no
0:08.61 checking for getc_unlocked... yes
0:08.69 checking for pthread_getname_np... yes
0:08.77 checking for pthread_get_name_np... no
0:08.85 checking for strerror... yes
0:08.93 checking for __cxa_demangle... yes
0:08.97 checking for unwind.h... yes
0:09.05 checking for _Unwind_Backtrace... yes
0:09.14 checking for _getc_nolock... no
0:09.23 checking for localeconv... yes
0:09.30 checking for nodejs... /bin/node (12.22.7)
0:09.31 checking for gtk+-wayland-3.0 >= 3.14 xkbcommon >= 0.4.1... no
0:09.31 ERROR: Package gtk+-wayland-3.0 was not found in the pkg-config search path.
0:09.31 ERROR: Perhaps you should add the directory containing `gtk+-wayland-3.0.pc'
0:09.31 ERROR: to the PKG_CONFIG_PATH environment variable
0:09.31 ERROR: No package 'gtk+-wayland-3.0' found
*** Fix above errors and then restart with "./mach build"
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment