01KJ9S50GP16AM6R1NZSS9JZBK: build-and-test

BasicConfig {
    output_rules: [
        "/work/debug/*",
        "/work/release/*",
    ],
    rust_toolchain: Some(
        String(
            "stable",
        ),
    ),
    target: Some(
        "helios-2.0",
    ),
    access_repos: [],
    publish: [],
    skip_clone: false,
}

Buildomat Job: 01KJ9S56W6S4ESW486E6F1JBT4

Tags:

Output:

SEQ GLOBAL TIME DETAILS
12026-02-25T06:53:30.410Zjob assigned to worker 01KJ9S573M501SY14X0K1RE4P4 [factory gimlet-EVT22200007-propolis, EVT22200007/59317] (queued for 25 s)
 
22026-02-25T06:53:38.381Zstarting task 0: "setup"
32026-02-25T06:53:38.406Z++ uname -s
42026-02-25T06:53:38.406Z+ kern=SunOS
52026-02-25T06:53:38.406Z+ build_user=build
62026-02-25T06:53:38.406Z+ build_uid=12345
72026-02-25T06:53:38.406Z+ work_dir=/work
82026-02-25T06:53:38.406Z+ input_dir=/input
92026-02-25T06:53:38.406Z+ [[ 0 == 12345 ]]
102026-02-25T06:53:38.406Z+ case "$kern" in
112026-02-25T06:53:38.406Z+ groupadd -g 12345 build
122026-02-25T06:53:38.406Z+ useradd -u 12345 -g build -d /home/build -s /bin/bash -c build -P 'Primary Administrator' build
132026-02-25T06:53:40.409Z+ zfs create -o mountpoint=/work rpool/work
142026-02-25T06:53:40.451Z++ awk '$2 == "/home" { print $3 }' /etc/mnttab
152026-02-25T06:53:40.476Z+ home_fs=zfs
162026-02-25T06:53:40.476Z+ [[ zfs == autofs ]]
172026-02-25T06:53:40.476Z+ mkdir -p /home/build
182026-02-25T06:53:40.476Z+ chown build:build /home/build /work
192026-02-25T06:53:41.460Z+ chmod 0700 /home/build /work
202026-02-25T06:53:41.484Zprocess exited: duration 3083 ms, exit code 0
 
212026-02-25T06:53:41.535Zstarting task 1: "rust-toolchain"
222026-02-25T06:53:41.560Z * rust toolchain channel = "stable"
232026-02-25T06:53:41.560Z+ printf ' * rust toolchain channel = "%s"\n' stable
242026-02-25T06:53:41.560Z+ printf ' * rust toolchain profile = "%s"\n' default
252026-02-25T06:53:41.560Z+ export RUSTUP_INIT_SKIP_PATH_CHECK=true
262026-02-25T06:53:41.560Z+ RUSTUP_INIT_SKIP_PATH_CHECK=true
272026-02-25T06:53:41.560Z * rust toolchain profile = "default"
282026-02-25T06:53:41.560Z+ curl --proto =https --tlsv1.2 -sSf https://sh.rustup.rs
292026-02-25T06:53:41.560Z+ /bin/bash -s - -y --no-modify-path --default-toolchain stable --profile default
302026-02-25T06:53:41.679Zinfo: downloading installer
312026-02-25T06:53:42.122Zwarn: It looks like you have an existing installation of Rust at:
322026-02-25T06:53:42.122Zwarn: /opt/ooce/bin
332026-02-25T06:53:42.122Zwarn: It is recommended that rustup be the primary Rust installation.
342026-02-25T06:53:42.122Zwarn: Otherwise you may have confusion unless you are careful with your PATH.
352026-02-25T06:53:42.122Zwarn: If you are sure that you want both rustup and your already installed Rust
362026-02-25T06:53:42.122Zwarn: then please reply `y' or `yes' or set RUSTUP_INIT_SKIP_PATH_CHECK to yes
372026-02-25T06:53:42.122Zwarn: or pass `-y' to ignore all ignorable checks.
382026-02-25T06:53:42.122Zerror: cannot install while Rust is installed
392026-02-25T06:53:42.122Zwarn: continuing (because the -y flag is set and the error is ignorable)
402026-02-25T06:53:42.147Zinfo: profile set to 'default'
412026-02-25T06:53:42.147Zinfo: default host triple is x86_64-unknown-illumos
422026-02-25T06:53:42.147Zinfo: syncing channel updates for 'stable-x86_64-unknown-illumos'
432026-02-25T06:53:42.239Zinfo: latest update on 2026-02-12, rust version 1.93.1 (01f6ddf75 2026-02-11)
442026-02-25T06:53:42.239Zinfo: downloading component 'cargo'
452026-02-25T06:53:42.415Zinfo: downloading component 'clippy'
462026-02-25T06:53:42.485Zinfo: downloading component 'rust-docs'
472026-02-25T06:53:42.730Zinfo: downloading component 'rust-std'
482026-02-25T06:53:43.000Zinfo: downloading component 'rustc'
492026-02-25T06:53:44.105Zinfo: downloading component 'rustfmt'
502026-02-25T06:53:44.162Zinfo: installing component 'cargo'
512026-02-25T06:53:45.416Zinfo: installing component 'clippy'
522026-02-25T06:53:45.918Zinfo: installing component 'rust-docs'
532026-02-25T06:53:49.428Zinfo: installing component 'rust-std'
542026-02-25T06:53:51.495Zinfo: installing component 'rustc'
552026-02-25T06:53:59.946Zinfo: installing component 'rustfmt'
562026-02-25T06:54:00.339Zinfo: default toolchain set to 'stable-x86_64-unknown-illumos'
572026-02-25T06:54:00.339Z
582026-02-25T06:54:00.509Z stable-x86_64-unknown-illumos installed - rustc 1.93.1 (01f6ddf75 2026-02-11)
592026-02-25T06:54:00.509Z
602026-02-25T06:54:00.534Z
612026-02-25T06:54:00.534ZRust is installed now. Great!
622026-02-25T06:54:00.534Z
632026-02-25T06:54:00.534ZTo get started you need Cargo's bin directory ($HOME/.cargo/bin) in your PATH
642026-02-25T06:54:00.534Zenvironment variable. This has not been done automatically.
652026-02-25T06:54:00.534Z
662026-02-25T06:54:00.534ZTo configure your current shell, you need to source
672026-02-25T06:54:00.534Zthe corresponding env file under $HOME/.cargo.
682026-02-25T06:54:00.535Z
692026-02-25T06:54:00.535ZThis is usually done by running one of the following (note the leading DOT):
702026-02-25T06:54:00.535Z. "$HOME/.cargo/env" # For sh/bash/zsh/ash/dash/pdksh
712026-02-25T06:54:00.535Zsource "$HOME/.cargo/env.fish" # For fish
722026-02-25T06:54:00.535Zsource $"($nu.home-path)/.cargo/env.nu" # For nushell
732026-02-25T06:54:00.617Z+ rustup --version
742026-02-25T06:54:00.642Zrustup 1.28.2 (e4f3ad6f8 2025-04-28)
752026-02-25T06:54:00.642Zinfo: This is the version for the rustup toolchain manager, not the rustc compiler.
762026-02-25T06:54:00.723Zinfo: The currently active `rustc` version is `rustc 1.93.1 (01f6ddf75 2026-02-11)`
772026-02-25T06:54:00.748Z+ cargo --version
782026-02-25T06:54:00.805Zcargo 1.93.1 (083ac5135 2025-12-15)
792026-02-25T06:54:00.829Z+ rustc --version
802026-02-25T06:54:00.902Zrustc 1.93.1 (01f6ddf75 2026-02-11)
812026-02-25T06:54:00.927Zprocess exited: duration 19372 ms, exit code 0
 
822026-02-25T06:54:00.980Zstarting task 2: "authentication"
832026-02-25T06:54:01.037Zprocess exited: duration 60 ms, exit code 0
 
842026-02-25T06:54:01.087Zstarting task 3: "clone repository"
852026-02-25T06:54:01.112Z+ mkdir -p /work/oxidecomputer/p4
862026-02-25T06:54:01.112Z+ git clone https://github.com/oxidecomputer/p4 /work/oxidecomputer/p4
872026-02-25T06:54:01.137ZCloning into '/work/oxidecomputer/p4'...
882026-02-25T06:54:02.510Z+ cd /work/oxidecomputer/p4
892026-02-25T06:54:02.510Z+ git fetch origin e4976df1acaecdcb2a89a2f0114032536e9277dd
902026-02-25T06:54:02.836ZFrom https://github.com/oxidecomputer/p4
912026-02-25T06:54:02.836Z * branch e4976df1acaecdcb2a89a2f0114032536e9277dd -> FETCH_HEAD
922026-02-25T06:54:02.861Z+ [[ -n renovate/rand ]]
932026-02-25T06:54:02.861Z++ git branch --show-current
942026-02-25T06:54:02.861Z+ current=main
952026-02-25T06:54:02.861Z+ [[ main != renovate/rand ]]
962026-02-25T06:54:02.861Z+ git branch -f renovate/rand e4976df1acaecdcb2a89a2f0114032536e9277dd
972026-02-25T06:54:02.862Z+ git checkout -f renovate/rand
982026-02-25T06:54:02.887ZSwitched to branch 'renovate/rand'
992026-02-25T06:54:02.887Z+ git reset --hard e4976df1acaecdcb2a89a2f0114032536e9277dd
1002026-02-25T06:54:02.911ZHEAD is now at e4976df Update Rust crate rand to 0.10.0
1012026-02-25T06:54:02.912Zprocess exited: duration 1801 ms, exit code 0
 
1022026-02-25T06:54:02.962Zstarting task 4: "build"
1032026-02-25T06:54:02.987Z+ cargo --version
1042026-02-25T06:54:02.987Zinfo: syncing channel updates for '1.92.0-x86_64-unknown-illumos'
1052026-02-25T06:54:03.129Zinfo: latest update on 2025-12-11, rust version 1.92.0 (ded5c06cf 2025-12-08)
1062026-02-25T06:54:03.129Zinfo: downloading component 'cargo'
1072026-02-25T06:54:03.335Zinfo: downloading component 'clippy'
1082026-02-25T06:54:03.414Zinfo: downloading component 'rust-docs'
1092026-02-25T06:54:03.637Zinfo: downloading component 'rust-std'
1102026-02-25T06:54:03.960Zinfo: downloading component 'rustc'
1112026-02-25T06:54:05.167Zinfo: downloading component 'rustfmt'
1122026-02-25T06:54:05.221Zinfo: installing component 'cargo'
1132026-02-25T06:54:06.333Zinfo: installing component 'clippy'
1142026-02-25T06:54:06.775Zinfo: installing component 'rust-docs'
1152026-02-25T06:54:10.032Zinfo: installing component 'rust-std'
1162026-02-25T06:54:12.140Zinfo: installing component 'rustc'
1172026-02-25T06:54:20.487Zinfo: installing component 'rustfmt'
1182026-02-25T06:54:20.990Zcargo 1.92.0 (344c4567c 2025-10-21)
1192026-02-25T06:54:21.015Z+ rustc --version
1202026-02-25T06:54:21.107Zrustc 1.92.0 (ded5c06cf 2025-12-08)
1212026-02-25T06:54:21.132Z+ banner check
1222026-02-25T06:54:21.132Z
1232026-02-25T06:54:21.132Z #### # # ###### #### # #
1242026-02-25T06:54:21.132Z # # # # # # # # #
1252026-02-25T06:54:21.132Z # ###### ##### # ####
1262026-02-25T06:54:21.132Z # # # # # # #
1272026-02-25T06:54:21.132Z # # # # # # # # #
1282026-02-25T06:54:21.132Z #### # # ###### #### # #
1292026-02-25T06:54:21.132Z
1302026-02-25T06:54:21.132Z+ cargo fmt -- --check
1312026-02-25T06:54:21.572Z+ cargo check
1322026-02-25T06:54:21.768Z Updating crates.io index
1332026-02-25T06:54:21.825Z Updating git repository `https://github.com/oxidecomputer/xfr`
1342026-02-25T06:54:22.263ZFrom https://github.com/oxidecomputer/xfr
1352026-02-25T06:54:22.263Z * [new ref] 8a89ee73d039abf91fdddcdd66de6ff04ce2518d -> refs/commit/8a89ee73d039abf91fdddcdd66de6ff04ce2518d
1362026-02-25T06:54:22.737Z Downloading crates ...
1372026-02-25T06:54:22.808Z Downloaded num-iter v0.1.45
1382026-02-25T06:54:22.832Z Downloaded itoa v1.0.17
1392026-02-25T06:54:22.832Z Downloaded no-std-net v0.6.0
1402026-02-25T06:54:22.832Z Downloaded chacha20 v0.10.0
1412026-02-25T06:54:22.832Z Downloaded clap_lex v1.0.0
1422026-02-25T06:54:22.832Z Downloaded block-buffer v0.10.4
1432026-02-25T06:54:22.833Z Downloaded anstyle v1.0.13
1442026-02-25T06:54:22.833Z Downloaded clap v4.5.60
1452026-02-25T06:54:22.857Z Downloaded cfg-if v1.0.4
1462026-02-25T06:54:22.857Z Downloaded zerocopy-derive v0.7.35
1472026-02-25T06:54:22.857Z Downloaded clap_derive v4.5.55
1482026-02-25T06:54:22.857Z Downloaded bitvec v1.0.1
1492026-02-25T06:54:22.882Z Downloaded pnet_transport v0.35.0
1502026-02-25T06:54:22.882Z Downloaded is_terminal_polyfill v1.70.2
1512026-02-25T06:54:22.882Z Downloaded generic-array v0.14.7
1522026-02-25T06:54:22.882Z Downloaded pnet_macros_support v0.35.0
1532026-02-25T06:54:22.882Z Downloaded errno v0.3.14
1542026-02-25T06:54:22.882Z Downloaded crypto-common v0.1.7
1552026-02-25T06:54:22.882Z Downloaded funty v2.0.0
1562026-02-25T06:54:22.882Z Downloaded tap v1.0.1
1572026-02-25T06:54:22.883Z Downloaded fastrand v2.3.0
1582026-02-25T06:54:22.883Z Downloaded dtrace-parser v0.2.0
1592026-02-25T06:54:22.883Z Downloaded cpufeatures v0.2.17
1602026-02-25T06:54:22.883Z Downloaded colorchoice v1.0.4
1612026-02-25T06:54:22.883Z Downloaded strsim v0.11.1
1622026-02-25T06:54:22.883Z Downloaded clap_builder v4.5.60
1632026-02-25T06:54:22.909Z Downloaded version_check v0.9.5
1642026-02-25T06:54:22.933Z Downloaded zmij v1.0.21
1652026-02-25T06:54:22.934Z Downloaded serde_derive v1.0.228
1662026-02-25T06:54:22.934Z Downloaded unicode-ident v1.0.24
1672026-02-25T06:54:22.934Z Downloaded serde v1.0.228
1682026-02-25T06:54:22.959Z Downloaded proc-macro2 v1.0.106
1692026-02-25T06:54:22.959Z Downloaded num-bigint v0.4.6
1702026-02-25T06:54:22.959Z Downloaded rand v0.10.0
1712026-02-25T06:54:22.984Z Downloaded zerocopy v0.7.35
1722026-02-25T06:54:22.984Z Downloaded regex v1.12.3
1732026-02-25T06:54:23.009Z Downloaded goblin v0.8.2
1742026-02-25T06:54:23.010Z Downloaded serde_json v1.0.149
1752026-02-25T06:54:23.010Z Downloaded prettyplease v0.2.37
1762026-02-25T06:54:23.035Z Downloaded pest v2.8.6
1772026-02-25T06:54:23.035Z Downloaded memchr v2.8.0
1782026-02-25T06:54:23.035Z Downloaded typenum v1.19.0
1792026-02-25T06:54:23.035Z Downloaded serde_core v1.0.228
1802026-02-25T06:54:23.035Z Downloaded pnet_packet v0.35.0
1812026-02-25T06:54:23.060Z Downloaded syn v2.0.117
1822026-02-25T06:54:23.060Z Downloaded pest_meta v2.8.6
1832026-02-25T06:54:23.060Z Downloaded regex-syntax v0.8.9
1842026-02-25T06:54:23.060Z Downloaded pest_derive v2.8.6
1852026-02-25T06:54:23.085Z Downloaded log v0.4.29
1862026-02-25T06:54:23.085Z Downloaded rustix v1.1.4
1872026-02-25T06:54:23.110Z Downloaded getrandom v0.4.1
1882026-02-25T06:54:23.111Z Downloaded pest_generator v2.8.6
1892026-02-25T06:54:23.112Z Downloaded num-traits v0.2.19
1902026-02-25T06:54:23.112Z Downloaded ipnetwork v0.20.0
1912026-02-25T06:54:23.112Z Downloaded colored v3.1.1
1922026-02-25T06:54:23.112Z Downloaded anyhow v1.0.102
1932026-02-25T06:54:23.137Z Downloaded wyz v0.5.1
1942026-02-25T06:54:23.137Z Downloaded utf8parse v0.2.2
1952026-02-25T06:54:23.137Z Downloaded usdt-impl v0.5.0
1962026-02-25T06:54:23.137Z Downloaded ucd-trie v0.1.7
1972026-02-25T06:54:23.137Z Downloaded regex-automata v0.4.14
1982026-02-25T06:54:23.137Z Downloaded thiserror-impl v1.0.69
1992026-02-25T06:54:23.137Z Downloaded thiserror v1.0.69
2002026-02-25T06:54:23.162Z Downloaded tempfile v3.26.0
2012026-02-25T06:54:23.162Z Downloaded serde_tokenstream v0.2.3
2022026-02-25T06:54:23.162Z Downloaded scroll v0.12.0
2032026-02-25T06:54:23.162Z Downloaded rand_core v0.10.0
2042026-02-25T06:54:23.162Z Downloaded libc v0.2.182
2052026-02-25T06:54:23.187Z Downloaded quote v1.0.44
2062026-02-25T06:54:23.211Z Downloaded pnet_macros v0.35.0
2072026-02-25T06:54:23.211Z Downloaded pnet_datalink v0.35.0
2082026-02-25T06:54:23.211Z Downloaded once_cell v1.21.3
2092026-02-25T06:54:23.211Z Downloaded num-rational v0.4.2
2102026-02-25T06:54:23.212Z Downloaded num-complex v0.4.6
2112026-02-25T06:54:23.213Z Downloaded glob v0.3.3
2122026-02-25T06:54:23.213Z Downloaded cpufeatures v0.3.0
2132026-02-25T06:54:23.213Z Downloaded anstyle-parse v0.2.7
2142026-02-25T06:54:23.213Z Downloaded usdt-macro v0.5.0
2152026-02-25T06:54:23.213Z Downloaded usdt-attr-macro v0.5.0
2162026-02-25T06:54:23.213Z Downloaded usdt v0.5.0
2172026-02-25T06:54:23.213Z Downloaded thread-id v4.2.2
2182026-02-25T06:54:23.213Z Downloaded sha2 v0.10.9
2192026-02-25T06:54:23.213Z Downloaded scroll_derive v0.12.1
2202026-02-25T06:54:23.213Z Downloaded radium v0.7.0
2212026-02-25T06:54:23.213Z Downloaded pretty-hex v0.4.1
2222026-02-25T06:54:23.238Z Downloaded pnet_sys v0.35.0
2232026-02-25T06:54:23.238Z Downloaded plain v0.2.3
2242026-02-25T06:54:23.238Z Downloaded digest v0.10.7
2252026-02-25T06:54:23.238Z Downloaded anstyle-query v1.1.5
2262026-02-25T06:54:23.238Z Downloaded aho-corasick v1.1.4
2272026-02-25T06:54:23.238Z Downloaded pnet_base v0.35.0
2282026-02-25T06:54:23.238Z Downloaded pnet v0.35.0
2292026-02-25T06:54:23.238Z Downloaded num-integer v0.1.46
2302026-02-25T06:54:23.238Z Downloaded num v0.4.3
2312026-02-25T06:54:23.238Z Downloaded memmap v0.7.0
2322026-02-25T06:54:23.238Z Downloaded heck v0.5.0
2332026-02-25T06:54:23.238Z Downloaded getrandom v0.3.4
2342026-02-25T06:54:23.238Z Downloaded dof v0.3.0
2352026-02-25T06:54:23.238Z Downloaded autocfg v1.5.0
2362026-02-25T06:54:23.238Z Downloaded anstream v0.6.21
2372026-02-25T06:54:23.263Z Downloaded byteorder v1.5.0
2382026-02-25T06:54:23.263Z Downloaded bitflags v2.11.0
2392026-02-25T06:54:23.341Z Compiling proc-macro2 v1.0.106
2402026-02-25T06:54:23.342Z Compiling quote v1.0.44
2412026-02-25T06:54:23.366Z Compiling unicode-ident v1.0.24
2422026-02-25T06:54:23.366Z Compiling libc v0.2.182
2432026-02-25T06:54:23.366Z Compiling serde_core v1.0.228
2442026-02-25T06:54:23.366Z Compiling memchr v2.8.0
2452026-02-25T06:54:23.366Z Compiling serde v1.0.228
2462026-02-25T06:54:23.578Z Compiling thiserror v1.0.69
2472026-02-25T06:54:24.012Z Compiling zmij v1.0.21
2482026-02-25T06:54:24.126Z Compiling ucd-trie v0.1.7
2492026-02-25T06:54:24.565Z Compiling pest v2.8.6
2502026-02-25T06:54:24.627Z Compiling serde_json v1.0.149
2512026-02-25T06:54:24.666Z Compiling getrandom v0.3.4
2522026-02-25T06:54:25.040Z Compiling rustix v1.1.4
2532026-02-25T06:54:25.142Z Compiling autocfg v1.5.0
2542026-02-25T06:54:25.273Z Compiling version_check v0.9.5
2552026-02-25T06:54:25.768Z Checking syn v2.0.117
2562026-02-25T06:54:25.828Z Compiling aho-corasick v1.1.4
2572026-02-25T06:54:25.897Z Compiling num-traits v0.2.19
2582026-02-25T06:54:26.129Z Compiling prettyplease v0.2.37
2592026-02-25T06:54:26.226Z Compiling regex-syntax v0.8.9
2602026-02-25T06:54:27.213Z Compiling pest_meta v2.8.6
2612026-02-25T06:54:27.943Z Checking cfg-if v1.0.4
2622026-02-25T06:54:28.078Z Compiling itoa v1.0.17
2632026-02-25T06:54:28.198Z Compiling byteorder v1.5.0
2642026-02-25T06:54:28.353Z Compiling usdt-impl v0.5.0
2652026-02-25T06:54:28.584Z Checking num-integer v0.1.46
2662026-02-25T06:54:28.834Z Compiling thread-id v4.2.2
2672026-02-25T06:54:29.257Z Compiling regex-automata v0.4.14
2682026-02-25T06:54:29.346Z Checking plain v0.2.3
2692026-02-25T06:54:29.493Z Checking log v0.4.29
2702026-02-25T06:54:29.733Z Checking colored v3.1.1
2712026-02-25T06:54:30.282Z Compiling errno v0.3.14
2722026-02-25T06:54:30.504Z Compiling bitflags v2.11.0
2732026-02-25T06:54:30.529Z Checking no-std-net v0.6.0
2742026-02-25T06:54:30.692Z Checking pretty-hex v0.4.1
2752026-02-25T06:54:30.716Z Compiling radium v0.7.0
2762026-02-25T06:54:31.086Z Checking pnet_base v0.35.0
2772026-02-25T06:54:31.234Z Compiling pest_generator v2.8.6
2782026-02-25T06:54:31.259Z Checking tap v1.0.1
2792026-02-25T06:54:31.285Z Compiling once_cell v1.21.3
2802026-02-25T06:54:31.317Z Compiling fastrand v2.3.0
2812026-02-25T06:54:31.612Z Checking wyz v0.5.1
2822026-02-25T06:54:31.986Z Checking num-iter v0.1.45
2832026-02-25T06:54:32.149Z Checking memmap v0.7.0
2842026-02-25T06:54:32.344Z Compiling tempfile v3.26.0
2852026-02-25T06:54:32.492Z Checking funty v2.0.0
2862026-02-25T06:54:32.653Z Compiling anyhow v1.0.102
2872026-02-25T06:54:32.968Z Compiling regex v1.12.3
2882026-02-25T06:54:33.167Z Checking pnet_macros_support v0.35.0
2892026-02-25T06:54:33.191Z Checking bitvec v1.0.1
2902026-02-25T06:54:33.334Z Checking pnet_sys v0.35.0
2912026-02-25T06:54:33.585Z Compiling p4 v0.1.0 (/work/oxidecomputer/p4/p4)
2922026-02-25T06:54:33.665Z Compiling getrandom v0.4.1
2932026-02-25T06:54:33.751Z Checking utf8parse v0.2.2
2942026-02-25T06:54:33.787Z Checking rand_core v0.10.0
2952026-02-25T06:54:33.903Z Checking anstyle-parse v0.2.7
2962026-02-25T06:54:34.197Z Compiling serde_derive v1.0.228
2972026-02-25T06:54:34.327Z Compiling thiserror-impl v1.0.69
2982026-02-25T06:54:34.417Z Compiling zerocopy-derive v0.7.35
2992026-02-25T06:54:34.827Z Compiling pest_derive v2.8.6
3002026-02-25T06:54:34.983Z Compiling scroll_derive v0.12.1
3012026-02-25T06:54:35.546Z Compiling p4-rust v0.1.0 (/work/oxidecomputer/p4/codegen/rust)
3022026-02-25T06:54:35.898Z Compiling zerocopy v0.7.35
3032026-02-25T06:54:36.118Z Checking scroll v0.12.0
3042026-02-25T06:54:36.523Z Compiling dtrace-parser v0.2.0
3052026-02-25T06:54:36.582Z Checking goblin v0.8.2
3062026-02-25T06:54:37.040Z Compiling pnet_macros v0.35.0
3072026-02-25T06:54:37.318Z Compiling pnet v0.35.0
3082026-02-25T06:54:37.348Z Checking cpufeatures v0.3.0
3092026-02-25T06:54:37.441Z Checking anstyle-query v1.1.5
3102026-02-25T06:54:37.560Z Checking anstyle v1.0.13
3112026-02-25T06:54:37.766Z Checking colorchoice v1.0.4
3122026-02-25T06:54:37.855Z Checking is_terminal_polyfill v1.70.2
3132026-02-25T06:54:37.931Z Checking chacha20 v0.10.0
3142026-02-25T06:54:38.049Z Checking anstream v0.6.21
3152026-02-25T06:54:38.327Z Checking clap_lex v1.0.0
3162026-02-25T06:54:38.352Z Checking strsim v0.11.1
3172026-02-25T06:54:38.406Z Compiling tests v0.1.0 (/work/oxidecomputer/p4/test)
3182026-02-25T06:54:38.569Z Compiling heck v0.5.0
3192026-02-25T06:54:38.596Z Checking clap_builder v4.5.60
3202026-02-25T06:54:38.791Z Checking rand v0.10.0
3212026-02-25T06:54:38.957Z Compiling clap_derive v4.5.55
3222026-02-25T06:54:38.983Z Checking pnet_packet v0.35.0
3232026-02-25T06:54:39.059Z Compiling x4c-book v0.1.0 (/work/oxidecomputer/p4/book/code)
3242026-02-25T06:54:39.442Z Checking xfr v0.1.0 (https://github.com/oxidecomputer/xfr#8a89ee73)
3252026-02-25T06:54:39.704Z Compiling sidecar-lite v0.1.0 (/work/oxidecomputer/p4/lang/prog/sidecar-lite)
3262026-02-25T06:54:40.087Z Checking x4c_error_codes v0.1.0 (/work/oxidecomputer/p4/x4c_error_codes)
3272026-02-25T06:54:40.346Z Checking num-bigint v0.4.6
3282026-02-25T06:54:40.347Z Checking num-complex v0.4.6
3292026-02-25T06:54:40.634Z Compiling dof v0.3.0
3302026-02-25T06:54:40.864Z Compiling serde_tokenstream v0.2.3
3312026-02-25T06:54:41.292Z Checking ipnetwork v0.20.0
3322026-02-25T06:54:41.362Z Compiling p4-macro v0.1.0 (/work/oxidecomputer/p4/lang/p4-macro)
3332026-02-25T06:54:41.570Z Checking pnet_datalink v0.35.0
3342026-02-25T06:54:42.090Z Compiling usdt-macro v0.5.0
3352026-02-25T06:54:42.090Z Compiling usdt-attr-macro v0.5.0
3362026-02-25T06:54:42.117Z Checking clap v4.5.60
3372026-02-25T06:54:42.194Z Checking num-rational v0.4.2
3382026-02-25T06:54:42.226Z Checking x4c v0.1.0 (/work/oxidecomputer/p4/x4c)
3392026-02-25T06:54:42.724Z Checking num v0.4.3
3402026-02-25T06:54:43.137Z Checking usdt v0.5.0
3412026-02-25T06:54:43.199Z Checking pnet_transport v0.35.0
3422026-02-25T06:54:43.356Z Checking p4rs v0.1.0 (/work/oxidecomputer/p4/lang/p4rs)
3432026-02-25T06:54:43.968Z Checking p4-macro-test v0.1.0 (/work/oxidecomputer/p4/lang/p4-macro-test)
3442026-02-25T06:54:44.105Zwarning: unused import: `rand::Rng`
3452026-02-25T06:54:44.105Z --> test/src/softnpu.rs:4:5
3462026-02-25T06:54:44.105Z |
3472026-02-25T06:54:44.105Z4 | use rand::Rng;
3482026-02-25T06:54:44.105Z | ^^^^^^^^^
3492026-02-25T06:54:44.106Z |
3502026-02-25T06:54:44.106Z = note: `#[warn(unused_imports)]` (part of `#[warn(unused)]`) on by default
3512026-02-25T06:54:44.106Z
3522026-02-25T06:54:44.251Zerror[E0599]: no method named `random_range` found for struct `ThreadRng` in the current scope
3532026-02-25T06:54:44.251Z --> test/src/softnpu.rs:407:21
3542026-02-25T06:54:44.251Z |
3552026-02-25T06:54:44.251Z407 | let m = rng.random_range::<u32, _>(0xf00000..0xffffff).to_le_bytes();
3562026-02-25T06:54:44.251Z | ^^^^^^^^^^^^
3572026-02-25T06:54:44.251Z |
3582026-02-25T06:54:44.251Z ::: /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/rand-0.10.0/src/rng.rs:159:8
3592026-02-25T06:54:44.251Z |
3602026-02-25T06:54:44.251Z159 | fn random_range<T, R>(&mut self, range: R) -> T
3612026-02-25T06:54:44.251Z | ------------ the method is available for `ThreadRng` here
3622026-02-25T06:54:44.251Z |
3632026-02-25T06:54:44.251Z = help: items from traits can only be used if the trait is in scope
3642026-02-25T06:54:44.251Zhelp: there is a method `random` with a similar name, but with different arguments
3652026-02-25T06:54:44.251Z --> /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/rand-0.10.0/src/rng.rs:93:5
3662026-02-25T06:54:44.251Z |
3672026-02-25T06:54:44.251Z 93 | / fn random<T>(&mut self) -> T
3682026-02-25T06:54:44.251Z 94 | | where
3692026-02-25T06:54:44.252Z 95 | | StandardUniform: Distribution<T>,
3702026-02-25T06:54:44.252Z | |_________________________________________^
3712026-02-25T06:54:44.252Zhelp: trait `RngExt` which provides `random_range` is implemented but not in scope; perhaps you want to import it
3722026-02-25T06:54:44.252Z |
3732026-02-25T06:54:44.252Z 1 + use rand::RngExt;
3742026-02-25T06:54:44.252Z |
3752026-02-25T06:54:44.252Z
3762026-02-25T06:54:44.464ZFor more information about this error, try `rustc --explain E0599`.
3772026-02-25T06:54:44.496Zwarning: `tests` (lib) generated 1 warning
3782026-02-25T06:54:44.520Zerror: could not compile `tests` (lib) due to 1 previous error; 1 warning emitted
3792026-02-25T06:54:44.520Zwarning: build failed, waiting for other jobs to finish...
3802026-02-25T06:54:45.840Zprocess exited: duration 42878 ms, exit code 101
 
3812026-02-25T06:54:45.891Zfound 0 output files