01KHMYQX1Q89QDSCKH17G0QV1S: 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: 01KHMYRMDVGPBS7457VXMMEGFD

Tags:

Output:

SEQ GLOBAL TIME DETAILS
12026-02-17T04:48:04.397Zjob assigned to worker 01KHMYRNSGNTGVJQWZCN49K7Q2 [factory aws, i-079afa3af61775853] (queued for 1 m 3 s)
 
22026-02-17T04:48:13.393Zstarting task 0: "setup"
32026-02-17T04:48:13.397Z++ uname -s
42026-02-17T04:48:13.400Z+ kern=SunOS
52026-02-17T04:48:13.400Z+ build_user=build
62026-02-17T04:48:13.400Z+ build_uid=12345
72026-02-17T04:48:13.400Z+ work_dir=/work
82026-02-17T04:48:13.400Z+ input_dir=/input
92026-02-17T04:48:13.400Z+ [[ 0 == 12345 ]]
102026-02-17T04:48:13.400Z+ case "$kern" in
112026-02-17T04:48:13.400Z+ groupadd -g 12345 build
122026-02-17T04:48:13.403Z+ useradd -u 12345 -g build -d /home/build -s /bin/bash -c build -P 'Primary Administrator' build
132026-02-17T04:48:15.412Z+ zfs create -o mountpoint=/work rpool/work
142026-02-17T04:48:15.538Z++ awk '$2 == "/home" { print $3 }' /etc/mnttab
152026-02-17T04:48:15.541Z+ home_fs=zfs
162026-02-17T04:48:15.541Z+ [[ zfs == autofs ]]
172026-02-17T04:48:15.541Z+ mkdir -p /home/build
182026-02-17T04:48:15.543Z+ chown build:build /home/build /work
192026-02-17T04:48:17.547Z+ chmod 0700 /home/build /work
202026-02-17T04:48:17.551Zprocess exited: duration 4156 ms, exit code 0
 
212026-02-17T04:48:17.557Zstarting task 1: "rust-toolchain"
222026-02-17T04:48:17.562Z+ printf ' * rust toolchain channel = "%s"\n' stable
232026-02-17T04:48:17.562Z * rust toolchain channel = "stable"
242026-02-17T04:48:17.562Z+ printf ' * rust toolchain profile = "%s"\n' default
252026-02-17T04:48:17.562Z * rust toolchain profile = "default"
262026-02-17T04:48:17.562Z+ export RUSTUP_INIT_SKIP_PATH_CHECK=true
272026-02-17T04:48:17.564Z+ RUSTUP_INIT_SKIP_PATH_CHECK=true
282026-02-17T04:48:17.564Z+ curl --proto =https --tlsv1.2 -sSf https://sh.rustup.rs
292026-02-17T04:48:17.565Z+ /bin/bash -s - -y --no-modify-path --default-toolchain stable --profile default
302026-02-17T04:48:17.678Zinfo: downloading installer
312026-02-17T04:48:19.384Zwarn: It looks like you have an existing installation of Rust at:
322026-02-17T04:48:19.384Zwarn: /opt/ooce/bin
332026-02-17T04:48:19.384Zwarn: It is recommended that rustup be the primary Rust installation.
342026-02-17T04:48:19.384Zwarn: Otherwise you may have confusion unless you are careful with your PATH.
352026-02-17T04:48:19.384Zwarn: If you are sure that you want both rustup and your already installed Rust
362026-02-17T04:48:19.384Zwarn: then please reply `y' or `yes' or set RUSTUP_INIT_SKIP_PATH_CHECK to yes
372026-02-17T04:48:19.384Zwarn: or pass `-y' to ignore all ignorable checks.
382026-02-17T04:48:19.384Zerror: cannot install while Rust is installed
392026-02-17T04:48:19.384Zwarn: continuing (because the -y flag is set and the error is ignorable)
402026-02-17T04:48:19.392Zinfo: profile set to 'default'
412026-02-17T04:48:19.393Zinfo: default host triple is x86_64-unknown-illumos
422026-02-17T04:48:19.395Zinfo: syncing channel updates for 'stable-x86_64-unknown-illumos'
432026-02-17T04:48:19.547Zinfo: latest update on 2026-02-12, rust version 1.93.1 (01f6ddf75 2026-02-11)
442026-02-17T04:48:19.547Zinfo: downloading component 'cargo'
452026-02-17T04:48:20.742Zinfo: downloading component 'clippy'
462026-02-17T04:48:21.211Zinfo: downloading component 'rust-docs'
472026-02-17T04:48:22.884Zinfo: downloading component 'rust-std'
482026-02-17T04:48:24.818Zinfo: downloading component 'rustc'
492026-02-17T04:48:31.953Zinfo: downloading component 'rustfmt'
502026-02-17T04:48:32.210Zinfo: installing component 'cargo'
512026-02-17T04:48:33.113Zinfo: installing component 'clippy'
522026-02-17T04:48:33.506Zinfo: installing component 'rust-docs'
532026-02-17T04:48:35.504Zinfo: installing component 'rust-std'
542026-02-17T04:48:37.270Zinfo: installing component 'rustc'
552026-02-17T04:48:43.981Zinfo: installing component 'rustfmt'
562026-02-17T04:48:44.302Zinfo: default toolchain set to 'stable-x86_64-unknown-illumos'
572026-02-17T04:48:44.302Z
582026-02-17T04:48:44.786Z stable-x86_64-unknown-illumos installed - rustc 1.93.1 (01f6ddf75 2026-02-11)
592026-02-17T04:48:44.787Z
602026-02-17T04:48:44.791Z
612026-02-17T04:48:44.791ZRust is installed now. Great!
622026-02-17T04:48:44.791Z
632026-02-17T04:48:44.791ZTo get started you need Cargo's bin directory ($HOME/.cargo/bin) in your PATH
642026-02-17T04:48:44.791Zenvironment variable. This has not been done automatically.
652026-02-17T04:48:44.791Z
662026-02-17T04:48:44.791ZTo configure your current shell, you need to source
672026-02-17T04:48:44.791Zthe corresponding env file under $HOME/.cargo.
682026-02-17T04:48:44.791Z
692026-02-17T04:48:44.791ZThis is usually done by running one of the following (note the leading DOT):
702026-02-17T04:48:44.791Z. "$HOME/.cargo/env" # For sh/bash/zsh/ash/dash/pdksh
712026-02-17T04:48:44.791Zsource "$HOME/.cargo/env.fish" # For fish
722026-02-17T04:48:44.791Zsource $"($nu.home-path)/.cargo/env.nu" # For nushell
732026-02-17T04:48:44.894Z+ rustup --version
742026-02-17T04:48:44.907Zrustup 1.28.2 (e4f3ad6f8 2025-04-28)
752026-02-17T04:48:44.911Zinfo: This is the version for the rustup toolchain manager, not the rustc compiler.
762026-02-17T04:48:44.979Zinfo: The currently active `rustc` version is `rustc 1.93.1 (01f6ddf75 2026-02-11)`
772026-02-17T04:48:44.983Z+ cargo --version
782026-02-17T04:48:45.040Zcargo 1.93.1 (083ac5135 2025-12-15)
792026-02-17T04:48:45.043Z+ rustc --version
802026-02-17T04:48:45.107Zrustc 1.93.1 (01f6ddf75 2026-02-11)
812026-02-17T04:48:45.110Zprocess exited: duration 27543 ms, exit code 0
 
822026-02-17T04:48:45.119Zstarting task 2: "authentication"
832026-02-17T04:48:45.141Zprocess exited: duration 22 ms, exit code 0
 
842026-02-17T04:48:45.151Zstarting task 3: "clone repository"
852026-02-17T04:48:45.154Z+ mkdir -p /work/oxidecomputer/p4
862026-02-17T04:48:45.158Z+ git clone https://github.com/oxidecomputer/p4 /work/oxidecomputer/p4
872026-02-17T04:48:45.199ZCloning into '/work/oxidecomputer/p4'...
882026-02-17T04:48:45.926Z+ cd /work/oxidecomputer/p4
892026-02-17T04:48:45.926Z+ git fetch origin f81b436bd0765a0c5d1d0bef75c1a01eded3bd28
902026-02-17T04:48:46.170ZFrom https://github.com/oxidecomputer/p4
912026-02-17T04:48:46.170Z * branch f81b436bd0765a0c5d1d0bef75c1a01eded3bd28 -> FETCH_HEAD
922026-02-17T04:48:46.179Z+ [[ -n renovate/rand ]]
932026-02-17T04:48:46.187Z++ git branch --show-current
942026-02-17T04:48:46.187Z+ current=main
952026-02-17T04:48:46.187Z+ [[ main != renovate/rand ]]
962026-02-17T04:48:46.187Z+ git branch -f renovate/rand f81b436bd0765a0c5d1d0bef75c1a01eded3bd28
972026-02-17T04:48:46.192Z+ git checkout -f renovate/rand
982026-02-17T04:48:46.195ZSwitched to branch 'renovate/rand'
992026-02-17T04:48:46.201Z+ git reset --hard f81b436bd0765a0c5d1d0bef75c1a01eded3bd28
1002026-02-17T04:48:46.208ZHEAD is now at f81b436 Update Rust crate rand to 0.10.0
1012026-02-17T04:48:46.212Zprocess exited: duration 1057 ms, exit code 0
 
1022026-02-17T04:48:46.225Zstarting task 4: "build"
1032026-02-17T04:48:46.230Z+ cargo --version
1042026-02-17T04:48:46.237Zinfo: syncing channel updates for '1.92.0-x86_64-unknown-illumos'
1052026-02-17T04:48:46.413Zinfo: latest update on 2025-12-11, rust version 1.92.0 (ded5c06cf 2025-12-08)
1062026-02-17T04:48:46.413Zinfo: downloading component 'cargo'
1072026-02-17T04:48:47.573Zinfo: downloading component 'clippy'
1082026-02-17T04:48:48.020Zinfo: downloading component 'rust-docs'
1092026-02-17T04:48:49.862Zinfo: downloading component 'rust-std'
1102026-02-17T04:48:52.047Zinfo: downloading component 'rustc'
1112026-02-17T04:49:00.921Zinfo: downloading component 'rustfmt'
1122026-02-17T04:49:01.238Zinfo: installing component 'cargo'
1132026-02-17T04:49:02.153Zinfo: installing component 'clippy'
1142026-02-17T04:49:02.543Zinfo: installing component 'rust-docs'
1152026-02-17T04:49:04.479Zinfo: installing component 'rust-std'
1162026-02-17T04:49:06.242Zinfo: installing component 'rustc'
1172026-02-17T04:49:12.889Zinfo: installing component 'rustfmt'
1182026-02-17T04:49:13.321Zcargo 1.92.0 (344c4567c 2025-10-21)
1192026-02-17T04:49:13.324Z+ rustc --version
1202026-02-17T04:49:13.407Zrustc 1.92.0 (ded5c06cf 2025-12-08)
1212026-02-17T04:49:13.414Z+ banner check
1222026-02-17T04:49:13.417Z
1232026-02-17T04:49:13.417Z #### # # ###### #### # #
1242026-02-17T04:49:13.417Z # # # # # # # # #
1252026-02-17T04:49:13.417Z # ###### ##### # ####
1262026-02-17T04:49:13.417Z # # # # # # #
1272026-02-17T04:49:13.417Z # # # # # # # # #
1282026-02-17T04:49:13.417Z #### # # ###### #### # #
1292026-02-17T04:49:13.417Z
1302026-02-17T04:49:13.417Z+ cargo fmt -- --check
1312026-02-17T04:49:13.838Z+ cargo check
1322026-02-17T04:49:13.980Z Updating crates.io index
1332026-02-17T04:49:14.024Z Updating git repository `https://github.com/oxidecomputer/xfr`
1342026-02-17T04:49:14.322ZFrom https://github.com/oxidecomputer/xfr
1352026-02-17T04:49:14.325Z * [new ref] 8a89ee73d039abf91fdddcdd66de6ff04ce2518d -> refs/commit/8a89ee73d039abf91fdddcdd66de6ff04ce2518d
1362026-02-17T04:49:15.910Z Downloading crates ...
1372026-02-17T04:49:15.970Z Downloaded itoa v1.0.17
1382026-02-17T04:49:15.974Z Downloaded glob v0.3.3
1392026-02-17T04:49:15.976Z Downloaded clap_derive v4.5.55
1402026-02-17T04:49:15.979Z Downloaded thiserror v1.0.69
1412026-02-17T04:49:15.984Z Downloaded usdt-impl v0.5.0
1422026-02-17T04:49:15.987Z Downloaded sha2 v0.10.9
1432026-02-17T04:49:15.991Z Downloaded aho-corasick v1.1.4
1442026-02-17T04:49:15.993Z Downloaded block-buffer v0.10.4
1452026-02-17T04:49:15.996Z Downloaded anstyle-parse v0.2.7
1462026-02-17T04:49:15.996Z Downloaded anstream v0.6.21
1472026-02-17T04:49:16.000Z Downloaded zmij v1.0.21
1482026-02-17T04:49:16.003Z Downloaded anstyle v1.0.13
1492026-02-17T04:49:16.018Z Downloaded num-iter v0.1.45
1502026-02-17T04:49:16.021Z Downloaded clap_builder v4.5.59
1512026-02-17T04:49:16.025Z Downloaded pnet v0.35.0
1522026-02-17T04:49:16.028Z Downloaded cpufeatures v0.3.0
1532026-02-17T04:49:16.030Z Downloaded funty v2.0.0
1542026-02-17T04:49:16.030Z Downloaded cpufeatures v0.2.17
1552026-02-17T04:49:16.033Z Downloaded colorchoice v1.0.4
1562026-02-17T04:49:16.036Z Downloaded anstyle-query v1.1.5
1572026-02-17T04:49:16.036Z Downloaded getrandom v0.4.1
1582026-02-17T04:49:16.039Z Downloaded anyhow v1.0.101
1592026-02-17T04:49:16.042Z Downloaded utf8parse v0.2.2
1602026-02-17T04:49:16.046Z Downloaded generic-array v0.14.7
1612026-02-17T04:49:16.046Z Downloaded errno v0.3.14
1622026-02-17T04:49:16.048Z Downloaded colored v3.1.1
1632026-02-17T04:49:16.048Z Downloaded once_cell v1.21.3
1642026-02-17T04:49:16.051Z Downloaded byteorder v1.5.0
1652026-02-17T04:49:16.054Z Downloaded radium v0.7.0
1662026-02-17T04:49:16.054Z Downloaded log v0.4.29
1672026-02-17T04:49:16.056Z Downloaded num-complex v0.4.6
1682026-02-17T04:49:16.058Z Downloaded crypto-common v0.1.7
1692026-02-17T04:49:16.058Z Downloaded chacha20 v0.10.0
1702026-02-17T04:49:16.064Z Downloaded memmap v0.7.0
1712026-02-17T04:49:16.071Z Downloaded cfg-if v1.0.4
1722026-02-17T04:49:16.076Z Downloaded pnet_sys v0.35.0
1732026-02-17T04:49:16.078Z Downloaded pnet_base v0.35.0
1742026-02-17T04:49:16.079Z Downloaded thread-id v4.2.2
1752026-02-17T04:49:16.086Z Downloaded fastrand v2.3.0
1762026-02-17T04:49:16.089Z Downloaded dtrace-parser v0.2.0
1772026-02-17T04:49:16.092Z Downloaded is_terminal_polyfill v1.70.2
1782026-02-17T04:49:16.092Z Downloaded heck v0.5.0
1792026-02-17T04:49:16.092Z Downloaded clap_lex v1.0.0
1802026-02-17T04:49:16.096Z Downloaded version_check v0.9.5
1812026-02-17T04:49:16.098Z Downloaded num v0.4.3
1822026-02-17T04:49:16.101Z Downloaded pnet_datalink v0.35.0
1832026-02-17T04:49:16.101Z Downloaded pretty-hex v0.4.1
1842026-02-17T04:49:16.101Z Downloaded dof v0.3.0
1852026-02-17T04:49:16.104Z Downloaded ipnetwork v0.20.0
1862026-02-17T04:49:16.107Z Downloaded wyz v0.5.1
1872026-02-17T04:49:16.107Z Downloaded strsim v0.11.1
1882026-02-17T04:49:16.107Z Downloaded bitvec v1.0.1
1892026-02-17T04:49:16.120Z Downloaded usdt-macro v0.5.0
1902026-02-17T04:49:16.123Z Downloaded plain v0.2.3
1912026-02-17T04:49:16.129Z Downloaded thiserror-impl v1.0.69
1922026-02-17T04:49:16.132Z Downloaded no-std-net v0.6.0
1932026-02-17T04:49:16.132Z Downloaded prettyplease v0.2.37
1942026-02-17T04:49:16.134Z Downloaded pnet_transport v0.35.0
1952026-02-17T04:49:16.137Z Downloaded autocfg v1.5.0
1962026-02-17T04:49:16.137Z Downloaded tap v1.0.1
1972026-02-17T04:49:16.141Z Downloaded scroll_derive v0.12.1
1982026-02-17T04:49:16.141Z Downloaded pnet_macros_support v0.35.0
1992026-02-17T04:49:16.144Z Downloaded num-integer v0.1.46
2002026-02-17T04:49:16.147Z Downloaded usdt-attr-macro v0.5.0
2012026-02-17T04:49:16.147Z Downloaded usdt v0.5.0
2022026-02-17T04:49:16.147Z Downloaded pest_generator v2.8.6
2032026-02-17T04:49:16.150Z Downloaded clap v4.5.59
2042026-02-17T04:49:16.155Z Downloaded rand_core v0.10.0
2052026-02-17T04:49:16.158Z Downloaded digest v0.10.7
2062026-02-17T04:49:16.158Z Downloaded quote v1.0.44
2072026-02-17T04:49:16.161Z Downloaded serde_tokenstream v0.2.2
2082026-02-17T04:49:16.166Z Downloaded num-rational v0.4.2
2092026-02-17T04:49:16.169Z Downloaded pnet_macros v0.35.0
2102026-02-17T04:49:16.173Z Downloaded pest_derive v2.8.6
2112026-02-17T04:49:16.178Z Downloaded scroll v0.12.0
2122026-02-17T04:49:16.181Z Downloaded tempfile v3.25.0
2132026-02-17T04:49:16.184Z Downloaded bitflags v2.11.0
2142026-02-17T04:49:16.187Z Downloaded zerocopy-derive v0.7.35
2152026-02-17T04:49:16.192Z Downloaded ucd-trie v0.1.7
2162026-02-17T04:49:16.195Z Downloaded serde_derive v1.0.228
2172026-02-17T04:49:16.195Z Downloaded unicode-ident v1.0.24
2182026-02-17T04:49:16.198Z Downloaded serde_core v1.0.228
2192026-02-17T04:49:16.201Z Downloaded proc-macro2 v1.0.106
2202026-02-17T04:49:16.203Z Downloaded num-traits v0.2.19
2212026-02-17T04:49:16.206Z Downloaded pnet_packet v0.35.0
2222026-02-17T04:49:16.210Z Downloaded typenum v1.19.0
2232026-02-17T04:49:16.217Z Downloaded pest_meta v2.8.6
2242026-02-17T04:49:16.226Z Downloaded serde v1.0.228
2252026-02-17T04:49:16.235Z Downloaded num-bigint v0.4.6
2262026-02-17T04:49:16.239Z Downloaded memchr v2.8.0
2272026-02-17T04:49:16.242Z Downloaded rand v0.10.0
2282026-02-17T04:49:16.266Z Downloaded serde_json v1.0.149
2292026-02-17T04:49:16.273Z Downloaded zerocopy v0.7.35
2302026-02-17T04:49:16.288Z Downloaded regex v1.12.3
2312026-02-17T04:49:16.293Z Downloaded goblin v0.8.2
2322026-02-17T04:49:16.297Z Downloaded pest v2.8.6
2332026-02-17T04:49:16.328Z Downloaded syn v2.0.116
2342026-02-17T04:49:16.354Z Downloaded regex-syntax v0.8.9
2352026-02-17T04:49:16.362Z Downloaded rustix v1.1.3
2362026-02-17T04:49:16.390Z Downloaded regex-automata v0.4.14
2372026-02-17T04:49:16.404Z Downloaded libc v0.2.182
2382026-02-17T04:49:16.501Z Compiling proc-macro2 v1.0.106
2392026-02-17T04:49:16.501Z Compiling quote v1.0.44
2402026-02-17T04:49:16.504Z Compiling unicode-ident v1.0.24
2412026-02-17T04:49:16.504Z Compiling libc v0.2.182
2422026-02-17T04:49:16.504Z Compiling serde_core v1.0.228
2432026-02-17T04:49:16.504Z Compiling memchr v2.8.0
2442026-02-17T04:49:16.504Z Compiling serde v1.0.228
2452026-02-17T04:49:16.770Z Compiling thiserror v1.0.69
2462026-02-17T04:49:17.200Z Compiling zmij v1.0.21
2472026-02-17T04:49:17.307Z Compiling rustix v1.1.3
2482026-02-17T04:49:17.704Z Compiling ucd-trie v0.1.7
2492026-02-17T04:49:17.812Z Compiling serde_json v1.0.149
2502026-02-17T04:49:18.099Z Compiling pest v2.8.6
2512026-02-17T04:49:18.222Z Compiling autocfg v1.5.0
2522026-02-17T04:49:18.229Z Compiling prettyplease v0.2.37
2532026-02-17T04:49:18.263Z Compiling version_check v0.9.5
2542026-02-17T04:49:18.772Z Checking syn v2.0.116
2552026-02-17T04:49:18.857Z Compiling aho-corasick v1.1.4
2562026-02-17T04:49:19.003Z Compiling num-traits v0.2.19
2572026-02-17T04:49:19.012Z Checking cfg-if v1.0.4
2582026-02-17T04:49:19.211Z Compiling getrandom v0.4.1
2592026-02-17T04:49:19.416Z Compiling regex-syntax v0.8.9
2602026-02-17T04:49:21.073Z Compiling pest_meta v2.8.6
2612026-02-17T04:49:21.417Z Compiling byteorder v1.5.0
2622026-02-17T04:49:21.816Z Compiling itoa v1.0.17
2632026-02-17T04:49:21.862Z Compiling usdt-impl v0.5.0
2642026-02-17T04:49:22.128Z Checking colored v3.1.1
2652026-02-17T04:49:22.421Z Checking num-integer v0.1.46
2662026-02-17T04:49:22.475Z Compiling thread-id v4.2.2
2672026-02-17T04:49:22.877Z Checking rand_core v0.10.0
2682026-02-17T04:49:22.949Z Compiling regex-automata v0.4.14
2692026-02-17T04:49:23.332Z Checking plain v0.2.3
2702026-02-17T04:49:23.685Z Checking log v0.4.29
2712026-02-17T04:49:24.410Z Compiling errno v0.3.14
2722026-02-17T04:49:24.583Z Compiling radium v0.7.0
2732026-02-17T04:49:24.628Z Compiling bitflags v2.11.0
2742026-02-17T04:49:24.678Z Checking no-std-net v0.6.0
2752026-02-17T04:49:24.769Z Checking pretty-hex v0.4.1
2762026-02-17T04:49:24.941Z Checking pnet_base v0.35.0
2772026-02-17T04:49:25.076Z Compiling pest_generator v2.8.6
2782026-02-17T04:49:25.460Z Compiling once_cell v1.21.3
2792026-02-17T04:49:25.820Z Checking tap v1.0.1
2802026-02-17T04:49:25.973Z Compiling fastrand v2.3.0
2812026-02-17T04:49:26.444Z Checking wyz v0.5.1
2822026-02-17T04:49:26.506Z Compiling tempfile v3.25.0
2832026-02-17T04:49:26.979Z Compiling regex v1.12.3
2842026-02-17T04:49:27.193Z Checking num-iter v0.1.45
2852026-02-17T04:49:27.201Z Checking memmap v0.7.0
2862026-02-17T04:49:27.372Z Checking funty v2.0.0
2872026-02-17T04:49:27.411Z Compiling anyhow v1.0.101
2882026-02-17T04:49:27.858Z Compiling p4 v0.1.0 (/work/oxidecomputer/p4/p4)
2892026-02-17T04:49:28.246Z Checking bitvec v1.0.1
2902026-02-17T04:49:28.361Z Checking pnet_macros_support v0.35.0
2912026-02-17T04:49:28.532Z Checking pnet_sys v0.35.0
2922026-02-17T04:49:28.585Z Checking utf8parse v0.2.2
2932026-02-17T04:49:28.653Z Compiling serde_derive v1.0.228
2942026-02-17T04:49:28.751Z Compiling thiserror-impl v1.0.69
2952026-02-17T04:49:28.761Z Compiling zerocopy-derive v0.7.35
2962026-02-17T04:49:29.032Z Compiling pest_derive v2.8.6
2972026-02-17T04:49:29.390Z Compiling scroll_derive v0.12.1
2982026-02-17T04:49:29.917Z Compiling p4-rust v0.1.0 (/work/oxidecomputer/p4/codegen/rust)
2992026-02-17T04:49:30.523Z Compiling zerocopy v0.7.35
3002026-02-17T04:49:30.890Z Checking scroll v0.12.0
3012026-02-17T04:49:31.346Z Checking goblin v0.8.2
3022026-02-17T04:49:31.534Z Compiling dtrace-parser v0.2.0
3032026-02-17T04:49:32.049Z Compiling pnet_macros v0.35.0
3042026-02-17T04:49:32.494Z Checking anstyle-parse v0.2.7
3052026-02-17T04:49:32.774Z Checking anstyle v1.0.13
3062026-02-17T04:49:33.089Z Checking colorchoice v1.0.4
3072026-02-17T04:49:33.089Z Checking is_terminal_polyfill v1.70.2
3082026-02-17T04:49:33.126Z Checking cpufeatures v0.3.0
3092026-02-17T04:49:33.211Z Compiling pnet v0.35.0
3102026-02-17T04:49:33.219Z Checking anstyle-query v1.1.5
3112026-02-17T04:49:33.227Z Checking chacha20 v0.10.0
3122026-02-17T04:49:33.341Z Checking anstream v0.6.21
3132026-02-17T04:49:33.348Z Compiling tests v0.1.0 (/work/oxidecomputer/p4/test)
3142026-02-17T04:49:33.578Z Compiling heck v0.5.0
3152026-02-17T04:49:33.604Z Checking strsim v0.11.1
3162026-02-17T04:49:33.731Z Checking clap_lex v1.0.0
3172026-02-17T04:49:33.829Z Checking rand v0.10.0
3182026-02-17T04:49:33.992Z Compiling clap_derive v4.5.55
3192026-02-17T04:49:33.992Z Checking clap_builder v4.5.59
3202026-02-17T04:49:34.281Z Checking pnet_packet v0.35.0
3212026-02-17T04:49:34.516Z Compiling x4c-book v0.1.0 (/work/oxidecomputer/p4/book/code)
3222026-02-17T04:49:34.877Z Checking xfr v0.1.0 (https://github.com/oxidecomputer/xfr#8a89ee73)
3232026-02-17T04:49:35.104Z Compiling sidecar-lite v0.1.0 (/work/oxidecomputer/p4/lang/prog/sidecar-lite)
3242026-02-17T04:49:36.236Z Checking num-bigint v0.4.6
3252026-02-17T04:49:36.318Z Checking dof v0.3.0
3262026-02-17T04:49:36.538Z Compiling serde_tokenstream v0.2.2
3272026-02-17T04:49:36.823Z Checking num-complex v0.4.6
3282026-02-17T04:49:37.086Z Compiling p4-macro v0.1.0 (/work/oxidecomputer/p4/lang/p4-macro)
3292026-02-17T04:49:37.466Z Checking ipnetwork v0.20.0
3302026-02-17T04:49:37.677Z Checking x4c_error_codes v0.1.0 (/work/oxidecomputer/p4/x4c_error_codes)
3312026-02-17T04:49:37.795Z Checking pnet_datalink v0.35.0
3322026-02-17T04:49:37.898Z Checking clap v4.5.59
3332026-02-17T04:49:37.999Z Checking x4c v0.1.0 (/work/oxidecomputer/p4/x4c)
3342026-02-17T04:49:38.219Z Compiling usdt-macro v0.5.0
3352026-02-17T04:49:38.219Z Compiling usdt-attr-macro v0.5.0
3362026-02-17T04:49:38.331Z Checking num-rational v0.4.2
3372026-02-17T04:49:38.895Z Checking num v0.4.3
3382026-02-17T04:49:39.214Z Checking usdt v0.5.0
3392026-02-17T04:49:39.221Z Checking pnet_transport v0.35.0
3402026-02-17T04:49:39.370Z Checking p4rs v0.1.0 (/work/oxidecomputer/p4/lang/p4rs)
3412026-02-17T04:49:39.812Z Checking p4-macro-test v0.1.0 (/work/oxidecomputer/p4/lang/p4-macro-test)
3422026-02-17T04:49:39.898Zwarning: unused import: `rand::Rng`
3432026-02-17T04:49:39.898Z --> test/src/softnpu.rs:4:5
3442026-02-17T04:49:39.898Z |
3452026-02-17T04:49:39.898Z4 | use rand::Rng;
3462026-02-17T04:49:39.898Z | ^^^^^^^^^
3472026-02-17T04:49:39.898Z |
3482026-02-17T04:49:39.898Z = note: `#[warn(unused_imports)]` (part of `#[warn(unused)]`) on by default
3492026-02-17T04:49:39.898Z
3502026-02-17T04:49:39.996Zerror[E0599]: no method named `random_range` found for struct `ThreadRng` in the current scope
3512026-02-17T04:49:39.996Z --> test/src/softnpu.rs:407:21
3522026-02-17T04:49:39.996Z |
3532026-02-17T04:49:39.996Z407 | let m = rng.random_range::<u32, _>(0xf00000..0xffffff).to_le_bytes();
3542026-02-17T04:49:39.996Z | ^^^^^^^^^^^^
3552026-02-17T04:49:39.996Z |
3562026-02-17T04:49:39.996Z ::: /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/rand-0.10.0/src/rng.rs:159:8
3572026-02-17T04:49:39.996Z |
3582026-02-17T04:49:39.996Z159 | fn random_range<T, R>(&mut self, range: R) -> T
3592026-02-17T04:49:39.996Z | ------------ the method is available for `ThreadRng` here
3602026-02-17T04:49:39.996Z |
3612026-02-17T04:49:39.996Z = help: items from traits can only be used if the trait is in scope
3622026-02-17T04:49:39.996Zhelp: there is a method `random` with a similar name, but with different arguments
3632026-02-17T04:49:39.996Z --> /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/rand-0.10.0/src/rng.rs:93:5
3642026-02-17T04:49:39.996Z |
3652026-02-17T04:49:39.996Z 93 | / fn random<T>(&mut self) -> T
3662026-02-17T04:49:39.996Z 94 | | where
3672026-02-17T04:49:39.996Z 95 | | StandardUniform: Distribution<T>,
3682026-02-17T04:49:39.999Z | |_________________________________________^
3692026-02-17T04:49:39.999Zhelp: trait `RngExt` which provides `random_range` is implemented but not in scope; perhaps you want to import it
3702026-02-17T04:49:39.999Z |
3712026-02-17T04:49:39.999Z 1 + use rand::RngExt;
3722026-02-17T04:49:40.000Z |
3732026-02-17T04:49:40.000Z
3742026-02-17T04:49:40.176ZFor more information about this error, try `rustc --explain E0599`.
3752026-02-17T04:49:40.199Zwarning: `tests` (lib) generated 1 warning
3762026-02-17T04:49:40.202Zerror: could not compile `tests` (lib) due to 1 previous error; 1 warning emitted
3772026-02-17T04:49:40.202Zwarning: build failed, waiting for other jobs to finish...
3782026-02-17T04:49:41.141Zprocess exited: duration 54902 ms, exit code 101
 
3792026-02-17T04:49:41.148Zfound 0 output files