Update goblin to 0.9 #2284
Merged
Update goblin to 0.9 #2284
Cirrus CI / Test (x86_64 FreeBSD)
failed
Oct 30, 2024 in 11m 42s
Task Summary
Instruction test failed in 08:22
Details
✅ 00:02 clone
✅ 00:01 target
✅ 00:41 install
✅ 00:27 setup
✅ 02:04 build
❌ 08:22 test
pip raised a warning running ["-m", "pip", "--disable-pip-version-check", "--no-cache-dir", "install", "--force-reinstall"]: exit status: 0
--- Stdout:
Processing ./test-crates/wheels/integration-cffi-mixed/cffi_mixed-0.1.0-py3-none-freebsd_14_0_RELEASE_amd64.whl
Collecting cffi (from cffi-mixed==0.1.0)
Downloading cffi-1.17.1.tar.gz (516 kB)
Installing build dependencies: started
Installing build dependencies: finished with status 'done'
Getting requirements to build wheel: started
Getting requirements to build wheel: finished with status 'done'
Preparing metadata (pyproject.toml): started
Preparing metadata (pyproject.toml): finished with status 'done'
Collecting pycparser (from cffi->cffi-mixed==0.1.0)
Downloading pycparser-2.22-py3-none-any.whl.metadata (943 bytes)
Downloading pycparser-2.22-py3-none-any.whl (117 kB)
Building wheels for collected packages: cffi
Building wheel for cffi (pyproject.toml): started
Building wheel for cffi (pyproject.toml): finished with status 'done'
Created wheel for cffi: filename=cffi-1.17.1-cp39-cp39-freebsd_14_0_release_amd64.whl size=186102 sha256=ed9d3284d3bfd7394cdcdf01a36bc96f7d0b3a845e46f19f551363126f43071c
Stored in directory: /tmp/pip-ephem-wheel-cache-fmrp6q9o/wheels/68/7a/00/aab977782e284cd7d25766c8d9c879fd6ec47c59d84e09fe2f
Successfully built cffi
Installing collected packages: pycparser, cffi, cffi-mixed
Successfully installed cffi-1.17.1 cffi-mixed-0.1.0 pycparser-2.22
--- Stderr:
WARNING: Retrying (Retry(total=4, connect=None, read=None, redirect=None, status=None)) after connection broken by 'ProtocolError('Connection aborted.', ConnectionResetError(54, 'Connection reset by peer'))': /simple/pycparser/
---
stack backtrace:
0: rust_begin_unwind
at /rustc/f6e511eec7342f59a25f7c0534f1dbea00d01b14/library/std/src/panicking.rs:662:5
1: core::panicking::panic_fmt
at /rustc/f6e511eec7342f59a25f7c0534f1dbea00d01b14/library/core/src/panicking.rs:74:14
2: core::panicking::panic_display
at /rustc/f6e511eec7342f59a25f7c0534f1dbea00d01b14/library/core/src/panicking.rs:264:5
3: run::common::handle_result::panic_cold_display
at /rustc/f6e511eec7342f59a25f7c0534f1dbea00d01b14/library/core/src/panic.rs:100:13
4: run::common::handle_result
at ./tests/common/mod.rs:94:13
5: run::integration_cffi_mixed
at ./tests/run.rs:394:5
6: run::integration_cffi_mixed::{{closure}}
at ./tests/run.rs:388:28
7: core::ops::function::FnOnce::call_once
at /rustc/f6e511eec7342f59a25f7c0534f1dbea00d01b14/library/core/src/ops/function.rs:250:5
8: core::ops::function::FnOnce::call_once
at /rustc/f6e511eec7342f59a25f7c0534f1dbea00d01b14/library/core/src/ops/function.rs:250:5
note: Some details are omitted, run with `RUST_BACKTRACE=full` for a verbose backtrace.
failures:
integration_cffi_mixed
test result: FAILED. 55 passed; 1 failed; 4 ignored; 0 measured; 0 filtered out; finished in 418.21s
�[1m�[31merror�[0m�[1m:�[0m test failed, to rerun pass `--test run`
Exit status: 101����������
Loading