01JJTMH6AZAGFCT5QDXZ3WJG7F: build-and-test

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

Buildomat Job: 01JJTMHC3F4J12T5Z02CTEGWBJ

Tags:

Artefacts:

Output:

SEQ GLOBAL TIME DETAILS
12025-01-30T03:37:56.251Zjob assigned to worker 01JJTMHDBQ0AKWXD4DVV3PAB7V [factory aws, i-06b016ee517fcd11c] (queued for 48 s)
 
22025-01-30T03:38:03.855Zstarting task 0: "setup"
32025-01-30T03:38:03.863Z++ uname -s
42025-01-30T03:38:03.866Z+ kern=SunOS
52025-01-30T03:38:03.866Z+ case "$kern" in
62025-01-30T03:38:03.866Z+ groupadd -g 12345 build
72025-01-30T03:38:03.866Z+ useradd -u 12345 -g build -d /home/build -s /bin/bash -c build -P 'Primary Administrator' build
82025-01-30T03:38:05.873Z+ zfs create -o mountpoint=/work rpool/work
92025-01-30T03:38:05.962Z++ awk '$2 == "/home" { print $3 }' /etc/mnttab
102025-01-30T03:38:05.965Z+ home_fs=zfs
112025-01-30T03:38:05.965Z+ [[ zfs == autofs ]]
122025-01-30T03:38:05.965Z+ mkdir -p /home/build
132025-01-30T03:38:05.965Z+ chown build:build /home/build /work
142025-01-30T03:38:06.968Z+ chmod 0700 /home/build /work
152025-01-30T03:38:06.971Zprocess exited: duration 3114 ms, exit code 0
 
162025-01-30T03:38:06.976Zstarting task 1: "rust-toolchain"
172025-01-30T03:38:06.981Z+ printf ' * toolchain channel = "%s"
182025-01-30T03:38:06.981Z' stable
192025-01-30T03:38:06.981Z * toolchain channel = "stable"
202025-01-30T03:38:06.981Z+ printf ' * toolchain profile = "%s"
212025-01-30T03:38:06.981Z' default
222025-01-30T03:38:06.984Z * toolchain profile = "default"
232025-01-30T03:38:06.984Z+ curl --proto =https --tlsv1.2 -sSf https://sh.rustup.rs
242025-01-30T03:38:06.984Z+ /bin/bash -s - -y --no-modify-path --default-toolchain stable --profile default
252025-01-30T03:38:07.098Zinfo: downloading installer
262025-01-30T03:38:08.346Zinfo: profile set to 'default'
272025-01-30T03:38:08.346Zinfo: default host triple is x86_64-unknown-illumos
282025-01-30T03:38:08.348Zinfo: syncing channel updates for 'stable-x86_64-unknown-illumos'
292025-01-30T03:38:08.497Zinfo: latest update on 2025-01-09, rust version 1.84.0 (9fc6b4312 2025-01-07)
302025-01-30T03:38:08.497Zinfo: downloading component 'cargo'
312025-01-30T03:38:09.396Zinfo: downloading component 'clippy'
322025-01-30T03:38:09.729Zinfo: downloading component 'rust-docs'
332025-01-30T03:38:10.919Zinfo: downloading component 'rust-std'
342025-01-30T03:38:12.697Zinfo: downloading component 'rustc'
352025-01-30T03:38:19.633Zinfo: downloading component 'rustfmt'
362025-01-30T03:38:19.895Zinfo: installing component 'cargo'
372025-01-30T03:38:20.734Zinfo: installing component 'clippy'
382025-01-30T03:38:21.128Zinfo: installing component 'rust-docs'
392025-01-30T03:38:22.791Zinfo: installing component 'rust-std'
402025-01-30T03:38:24.516Zinfo: installing component 'rustc'
412025-01-30T03:38:30.553Zinfo: installing component 'rustfmt'
422025-01-30T03:38:30.877Zinfo: default toolchain set to 'stable-x86_64-unknown-illumos'
432025-01-30T03:38:30.877Z
442025-01-30T03:38:31.262Z stable-x86_64-unknown-illumos installed - rustc 1.84.0 (9fc6b4312 2025-01-07)
452025-01-30T03:38:31.262Z
462025-01-30T03:38:31.262Z
472025-01-30T03:38:31.262ZRust is installed now. Great!
482025-01-30T03:38:31.262Z
492025-01-30T03:38:31.262ZTo get started you need Cargo's bin directory ($HOME/.cargo/bin) in your PATH
502025-01-30T03:38:31.262Zenvironment variable. This has not been done automatically.
512025-01-30T03:38:31.262Z
522025-01-30T03:38:31.262ZTo configure your current shell, you need to source
532025-01-30T03:38:31.262Zthe corresponding env file under $HOME/.cargo.
542025-01-30T03:38:31.262Z
552025-01-30T03:38:31.262ZThis is usually done by running one of the following (note the leading DOT):
562025-01-30T03:38:31.262Z. "$HOME/.cargo/env" # For sh/bash/zsh/ash/dash/pdksh
572025-01-30T03:38:31.262Zsource "$HOME/.cargo/env.fish" # For fish
582025-01-30T03:38:31.334Z+ rustc --version
592025-01-30T03:38:31.400Zrustc 1.84.0 (9fc6b4312 2025-01-07)
602025-01-30T03:38:31.404Zprocess exited: duration 24422 ms, exit code 0
 
612025-01-30T03:38:31.409Zstarting task 2: "authentication"
622025-01-30T03:38:31.429Zprocess exited: duration 19 ms, exit code 0
 
632025-01-30T03:38:31.434Zstarting task 3: "clone repository"
642025-01-30T03:38:31.439Z+ mkdir -p /work/oxidecomputer/p4
652025-01-30T03:38:31.441Z+ git clone https://github.com/oxidecomputer/p4 /work/oxidecomputer/p4
662025-01-30T03:38:31.686ZCloning into '/work/oxidecomputer/p4'...
672025-01-30T03:38:32.554Z+ cd /work/oxidecomputer/p4
682025-01-30T03:38:32.557Z+ git fetch origin 3c62bd93840d4c13adea989af144b0071af6a12f
692025-01-30T03:38:32.797ZFrom https://github.com/oxidecomputer/p4
702025-01-30T03:38:32.797Z * branch 3c62bd93840d4c13adea989af144b0071af6a12f -> FETCH_HEAD
712025-01-30T03:38:32.804Z+ [[ -n async ]]
722025-01-30T03:38:32.806Z++ git branch --show-current
732025-01-30T03:38:32.809Z+ current=main
742025-01-30T03:38:32.809Z+ [[ main != async ]]
752025-01-30T03:38:32.809Z+ git branch -f async 3c62bd93840d4c13adea989af144b0071af6a12f
762025-01-30T03:38:32.812Z+ git checkout -f async
772025-01-30T03:38:32.821ZSwitched to branch 'async'
782025-01-30T03:38:32.824Z+ git reset --hard 3c62bd93840d4c13adea989af144b0071af6a12f
792025-01-30T03:38:32.832ZHEAD is now at 3c62bd9 htq: fix extract codegen
802025-01-30T03:38:32.835Zprocess exited: duration 1398 ms, exit code 0
 
812025-01-30T03:38:32.840Zstarting task 4: "build"
822025-01-30T03:38:32.845Z+ cargo --version
832025-01-30T03:38:32.849Zinfo: syncing channel updates for '1.77.0-x86_64-unknown-illumos'
842025-01-30T03:38:32.982Zinfo: latest update on 2024-03-21, rust version 1.77.0 (aedd173a2 2024-03-17)
852025-01-30T03:38:32.982Zinfo: downloading component 'cargo'
862025-01-30T03:38:33.986Zinfo: downloading component 'clippy'
872025-01-30T03:38:34.415Zinfo: downloading component 'rust-docs'
882025-01-30T03:38:35.314Zinfo: downloading component 'rust-std'
892025-01-30T03:38:37.308Zinfo: downloading component 'rustc'
902025-01-30T03:38:41.916Zinfo: downloading component 'rustfmt'
912025-01-30T03:38:42.230Zinfo: installing component 'cargo'
922025-01-30T03:38:43.010Zinfo: installing component 'clippy'
932025-01-30T03:38:43.317Zinfo: installing component 'rust-docs'
942025-01-30T03:38:44.758Zinfo: installing component 'rust-std'
952025-01-30T03:38:46.366Zinfo: installing component 'rustc'
962025-01-30T03:38:50.149Zinfo: installing component 'rustfmt'
972025-01-30T03:38:50.514Zcargo 1.77.0 (3fe68eabf 2024-02-29)
982025-01-30T03:38:50.517Z+ rustc --version
992025-01-30T03:38:50.580Zrustc 1.77.0 (aedd173a2 2024-03-17)
1002025-01-30T03:38:50.584Z+ banner check
1012025-01-30T03:38:50.711Z
1022025-01-30T03:38:50.711Z #### # # ###### #### # #
1032025-01-30T03:38:50.711Z # # # # # # # # #
1042025-01-30T03:38:50.711Z # ###### ##### # ####
1052025-01-30T03:38:50.711Z # # # # # # #
1062025-01-30T03:38:50.711Z # # # # # # # # #
1072025-01-30T03:38:50.711Z #### # # ###### #### # #
1082025-01-30T03:38:50.711Z
1092025-01-30T03:38:50.714Z+ cargo fmt -- --check
1102025-01-30T03:38:51.046Z+ cargo check
1112025-01-30T03:38:51.162Z Updating crates.io index
1122025-01-30T03:38:51.215Z Updating git repository `https://github.com/oxidecomputer/htq`
1132025-01-30T03:38:51.996ZFrom https://github.com/oxidecomputer/htq
1142025-01-30T03:38:51.996Z * [new branch] main -> origin/main
1152025-01-30T03:38:51.999Z * [new branch] sector-001 -> origin/sector-001
1162025-01-30T03:38:51.999Z * [new ref] -> origin/HEAD
1172025-01-30T03:38:52.010Z Updating git repository `https://github.com/oxidecomputer/xfr`
1182025-01-30T03:38:52.597ZFrom https://github.com/oxidecomputer/xfr
1192025-01-30T03:38:52.597Z * [new ref] 8a89ee73d039abf91fdddcdd66de6ff04ce2518d -> refs/commit/8a89ee73d039abf91fdddcdd66de6ff04ce2518d
1202025-01-30T03:38:53.312Z Downloading crates ...
1212025-01-30T03:38:53.388Z Downloaded bitflags v1.3.2
1222025-01-30T03:38:53.397Z Downloaded block-buffer v0.10.4
1232025-01-30T03:38:53.399Z Downloaded atty v0.2.14
1242025-01-30T03:38:53.406Z Downloaded bitflags v2.8.0
1252025-01-30T03:38:53.433Z Downloaded strsim v0.10.0
1262025-01-30T03:38:53.435Z Downloaded zerocopy v0.7.35
1272025-01-30T03:38:53.449Z Downloaded zerocopy-derive v0.7.35
1282025-01-30T03:38:53.453Z Downloaded usdt-attr-macro v0.3.5
1292025-01-30T03:38:53.455Z Downloaded thiserror-impl v1.0.69
1302025-01-30T03:38:53.455Z Downloaded pnet_base v0.31.0
1312025-01-30T03:38:53.455Z Downloaded num-iter v0.1.45
1322025-01-30T03:38:53.458Z Downloaded termcolor v1.4.1
1332025-01-30T03:38:53.458Z Downloaded ppv-lite86 v0.2.20
1342025-01-30T03:38:53.460Z Downloaded pnet_macros_support v0.31.0
1352025-01-30T03:38:53.461Z Downloaded clap_derive v3.2.25
1362025-01-30T03:38:53.463Z Downloaded num-integer v0.1.46
1372025-01-30T03:38:53.463Z Downloaded num v0.4.3
1382025-01-30T03:38:53.466Z Downloaded zerocopy v0.3.2
1392025-01-30T03:38:53.466Z Downloaded thiserror-impl v2.0.11
1402025-01-30T03:38:53.468Z Downloaded synstructure v0.12.6
1412025-01-30T03:38:53.468Z Downloaded once_cell v1.20.2
1422025-01-30T03:38:53.471Z Downloaded heck v0.4.1
1432025-01-30T03:38:53.471Z Downloaded num-complex v0.4.6
1442025-01-30T03:38:53.473Z Downloaded dtrace-parser v0.1.14
1452025-01-30T03:38:53.473Z Downloaded generic-array v0.14.7
1462025-01-30T03:38:53.476Z Downloaded errno v0.3.10
1472025-01-30T03:38:53.476Z Downloaded cfg-if v1.0.0
1482025-01-30T03:38:53.476Z Downloaded autocfg v1.4.0
1492025-01-30T03:38:53.479Z Downloaded radium v0.7.0
1502025-01-30T03:38:53.479Z Downloaded serde_tokenstream v0.1.7
1512025-01-30T03:38:53.481Z Downloaded proc-macro-error-attr v1.0.4
1522025-01-30T03:38:53.484Z Downloaded itoa v1.0.14
1532025-01-30T03:38:53.484Z Downloaded glob v0.3.2
1542025-01-30T03:38:53.486Z Downloaded dof v0.1.5
1552025-01-30T03:38:53.486Z Downloaded lazy_static v1.5.0
1562025-01-30T03:38:53.489Z Downloaded fastrand v2.3.0
1572025-01-30T03:38:53.499Z Downloaded wyz v0.5.1
1582025-01-30T03:38:53.501Z Downloaded sha2 v0.10.8
1592025-01-30T03:38:53.504Z Downloaded quote v1.0.38
1602025-01-30T03:38:53.507Z Downloaded colored v2.2.0
1612025-01-30T03:38:53.509Z Downloaded funty v2.0.0
1622025-01-30T03:38:53.509Z Downloaded tap v1.0.1
1632025-01-30T03:38:53.509Z Downloaded rand_core v0.6.4
1642025-01-30T03:38:53.512Z Downloaded crypto-common v0.1.6
1652025-01-30T03:38:53.512Z Downloaded clap_lex v0.2.4
1662025-01-30T03:38:53.514Z Downloaded pnet_datalink v0.31.0
1672025-01-30T03:38:53.517Z Downloaded usdt v0.3.5
1682025-01-30T03:38:53.520Z Downloaded prettyplease v0.1.25
1692025-01-30T03:38:53.523Z Downloaded thiserror v1.0.69
1702025-01-30T03:38:53.527Z Downloaded ipnetwork v0.19.0
1712025-01-30T03:38:53.530Z Downloaded version_check v0.9.5
1722025-01-30T03:38:53.533Z Downloaded usdt-impl v0.3.5
1732025-01-30T03:38:53.533Z Downloaded anyhow v1.0.95
1742025-01-30T03:38:53.535Z Downloaded unicode-xid v0.2.6
1752025-01-30T03:38:53.538Z Downloaded ryu v1.0.19
1762025-01-30T03:38:53.540Z Downloaded os_str_bytes v6.6.1
1772025-01-30T03:38:53.543Z Downloaded digest v0.10.7
1782025-01-30T03:38:53.543Z Downloaded cpufeatures v0.2.17
1792025-01-30T03:38:53.546Z Downloaded bitvec v1.0.1
1802025-01-30T03:38:53.557Z Downloaded usdt-macro v0.3.5
1812025-01-30T03:38:53.560Z Downloaded num-traits v0.2.19
1822025-01-30T03:38:53.562Z Downloaded unicode-ident v1.0.16
1832025-01-30T03:38:53.565Z Downloaded rand_chacha v0.3.1
1842025-01-30T03:38:53.565Z Downloaded proc-macro-error v1.0.4
1852025-01-30T03:38:53.568Z Downloaded ucd-trie v0.1.7
1862025-01-30T03:38:53.570Z Downloaded textwrap v0.16.1
1872025-01-30T03:38:53.570Z Downloaded num-rational v0.4.2
1882025-01-30T03:38:53.573Z Downloaded getrandom v0.2.15
1892025-01-30T03:38:53.575Z Downloaded thiserror v2.0.11
1902025-01-30T03:38:53.579Z Downloaded tempfile v3.15.0
1912025-01-30T03:38:53.582Z Downloaded serde_derive v1.0.217
1922025-01-30T03:38:53.584Z Downloaded proc-macro2 v1.0.93
1932025-01-30T03:38:53.587Z Downloaded thread-id v4.2.2
1942025-01-30T03:38:53.590Z Downloaded pest_meta v2.7.15
1952025-01-30T03:38:53.590Z Downloaded pest_generator v2.7.15
1962025-01-30T03:38:53.593Z Downloaded pest_derive v2.7.15
1972025-01-30T03:38:53.593Z Downloaded no-std-net v0.6.0
1982025-01-30T03:38:53.595Z Downloaded pnet_transport v0.31.0
1992025-01-30T03:38:53.595Z Downloaded memchr v2.7.4
2002025-01-30T03:38:53.599Z Downloaded byteorder v1.5.0
2012025-01-30T03:38:53.602Z Downloaded typenum v1.17.0
2022025-01-30T03:38:53.604Z Downloaded serde v1.0.217
2032025-01-30T03:38:53.607Z Downloaded pnet_packet v0.31.0
2042025-01-30T03:38:53.609Z Downloaded pnet_macros v0.31.0
2052025-01-30T03:38:53.612Z Downloaded indexmap v1.9.3
2062025-01-30T03:38:53.615Z Downloaded pnet v0.31.0
2072025-01-30T03:38:53.622Z Downloaded pnet_sys v0.31.0
2082025-01-30T03:38:53.624Z Downloaded rand v0.8.5
2092025-01-30T03:38:53.629Z Downloaded hashbrown v0.12.3
2102025-01-30T03:38:53.636Z Downloaded num-bigint v0.4.6
2112025-01-30T03:38:53.651Z Downloaded pest v2.7.15
2122025-01-30T03:38:53.655Z Downloaded aho-corasick v1.1.3
2132025-01-30T03:38:53.661Z Downloaded serde_json v1.0.138
2142025-01-30T03:38:53.678Z Downloaded winnow v0.6.25
2152025-01-30T03:38:53.695Z Downloaded syn v1.0.109
2162025-01-30T03:38:53.713Z Downloaded regex v1.11.1
2172025-01-30T03:38:53.724Z Downloaded syn v2.0.96
2182025-01-30T03:38:53.735Z Downloaded clap v3.2.25
2192025-01-30T03:38:53.746Z Downloaded rustix v0.38.44
2202025-01-30T03:38:53.767Z Downloaded regex-syntax v0.8.5
2212025-01-30T03:38:53.788Z Downloaded zerocopy-derive v0.2.0
2222025-01-30T03:38:53.796Z Downloaded regex-automata v0.4.9
2232025-01-30T03:38:53.811Z Downloaded libc v0.2.169
2242025-01-30T03:38:53.928Z Compiling proc-macro2 v1.0.93
2252025-01-30T03:38:53.928Z Compiling unicode-ident v1.0.16
2262025-01-30T03:38:53.928Z Compiling libc v0.2.169
2272025-01-30T03:38:53.931Z Compiling syn v1.0.109
2282025-01-30T03:38:53.931Z Compiling memchr v2.7.4
2292025-01-30T03:38:53.931Z Compiling thiserror v1.0.69
2302025-01-30T03:38:53.937Z Compiling serde v1.0.217
2312025-01-30T03:38:53.940Z Compiling version_check v0.9.5
2322025-01-30T03:38:54.510Z Compiling thiserror v2.0.11
2332025-01-30T03:38:54.770Z Compiling autocfg v1.4.0
2342025-01-30T03:38:55.199Z Compiling once_cell v1.20.2
2352025-01-30T03:38:55.358Z Compiling rustix v0.38.44
2362025-01-30T03:38:55.454Z Compiling unicode-xid v0.2.6
2372025-01-30T03:38:55.557Z Compiling ucd-trie v0.1.7
2382025-01-30T03:38:55.861Z Compiling prettyplease v0.1.25
2392025-01-30T03:38:56.475Z Compiling aho-corasick v1.1.3
2402025-01-30T03:38:56.502Z Checking cfg-if v1.0.0
2412025-01-30T03:38:56.547Z Compiling regex-syntax v0.8.5
2422025-01-30T03:38:56.554Z Compiling num-traits v0.2.19
2432025-01-30T03:38:56.562Z Checking lazy_static v1.5.0
2442025-01-30T03:38:56.855Z Compiling serde_json v1.0.138
2452025-01-30T03:38:57.152Z Checking byteorder v1.5.0
2462025-01-30T03:38:57.219Z Checking quote v1.0.38
2472025-01-30T03:38:57.550Z Compiling syn v2.0.96
2482025-01-30T03:38:57.715Z Checking colored v2.2.0
2492025-01-30T03:38:57.960Z Compiling usdt-impl v0.3.5
2502025-01-30T03:38:58.421Z Compiling itoa v1.0.14
2512025-01-30T03:38:58.432Z Compiling ryu v1.0.19
2522025-01-30T03:38:58.608Z Compiling thread-id v4.2.2
2532025-01-30T03:38:58.693Z Checking getrandom v0.2.15
2542025-01-30T03:38:59.497Z Checking num-integer v0.1.46
2552025-01-30T03:38:59.965Z Compiling regex-automata v0.4.9
2562025-01-30T03:39:01.013Z Compiling errno v0.3.10
2572025-01-30T03:39:01.165Z Compiling bitflags v2.8.0
2582025-01-30T03:39:01.365Z Compiling radium v0.7.0
2592025-01-30T03:39:01.509Z Checking no-std-net v0.6.0
2602025-01-30T03:39:01.790Z Checking pnet_base v0.31.0
2612025-01-30T03:39:02.377Z Checking tap v1.0.1
2622025-01-30T03:39:02.581Z Compiling fastrand v2.3.0
2632025-01-30T03:39:02.601Z Checking wyz v0.5.1
2642025-01-30T03:39:03.012Z Checking num-iter v0.1.45
2652025-01-30T03:39:03.157Z Compiling proc-macro-error-attr v1.0.4
2662025-01-30T03:39:03.319Z Checking funty v2.0.0
2672025-01-30T03:39:03.442Z Compiling thiserror-impl v1.0.69
2682025-01-30T03:39:03.475Z Compiling serde_derive v1.0.217
2692025-01-30T03:39:03.862Z Compiling thiserror-impl v2.0.11
2702025-01-30T03:39:04.202Z Compiling synstructure v0.12.6
2712025-01-30T03:39:04.278Z Compiling regex v1.11.1
2722025-01-30T03:39:05.246Z Compiling p4 v0.1.0 (/work/oxidecomputer/p4/p4)
2732025-01-30T03:39:07.076Z Compiling pest v2.7.15
2742025-01-30T03:39:07.204Z Compiling p4-cg v0.1.0 (/work/oxidecomputer/p4/codegen/common)
2752025-01-30T03:39:07.275Z Compiling zerocopy-derive v0.7.35
2762025-01-30T03:39:07.440Z Compiling tempfile v3.15.0
2772025-01-30T03:39:07.989Z Compiling anyhow v1.0.95
2782025-01-30T03:39:08.212Z Compiling p4-rust v0.1.0 (/work/oxidecomputer/p4/codegen/rust)
2792025-01-30T03:39:08.688Z Checking bitvec v1.0.1
2802025-01-30T03:39:09.131Z Compiling zerocopy-derive v0.2.0
2812025-01-30T03:39:09.217Z Checking zerocopy v0.7.35
2822025-01-30T03:39:09.261Z Compiling pnet_macros v0.31.0
2832025-01-30T03:39:09.719Z Compiling pest_meta v2.7.15
2842025-01-30T03:39:09.814Z Checking pnet_macros_support v0.31.0
2852025-01-30T03:39:09.965Z Checking pnet_sys v0.31.0
2862025-01-30T03:39:10.114Z Compiling proc-macro-error v1.0.4
2872025-01-30T03:39:10.610Z Checking ppv-lite86 v0.2.20
2882025-01-30T03:39:10.957Z Compiling pest_generator v2.7.15
2892025-01-30T03:39:11.329Z Compiling zerocopy v0.3.2
2902025-01-30T03:39:11.601Z Checking pnet_packet v0.31.0
2912025-01-30T03:39:11.877Z Compiling dof v0.1.5
2922025-01-30T03:39:12.650Z Checking rand_core v0.6.4
2932025-01-30T03:39:12.684Z Compiling indexmap v1.9.3
2942025-01-30T03:39:12.830Z Compiling pnet v0.31.0
2952025-01-30T03:39:12.897Z Checking rand_chacha v0.3.1
2962025-01-30T03:39:13.150Z Checking hashbrown v0.12.3
2972025-01-30T03:39:13.203Z Checking os_str_bytes v6.6.1
2982025-01-30T03:39:13.543Z Compiling heck v0.4.1
2992025-01-30T03:39:13.640Z Checking winnow v0.6.25
3002025-01-30T03:39:13.892Z Compiling pest_derive v2.7.15
3012025-01-30T03:39:13.905Z Compiling tests v0.1.0 (/work/oxidecomputer/p4/test)
3022025-01-30T03:39:14.262Z Compiling clap_derive v3.2.25
3032025-01-30T03:39:14.731Z Compiling dtrace-parser v0.1.14
3042025-01-30T03:39:15.194Z Checking clap_lex v0.2.4
3052025-01-30T03:39:15.398Z Checking rand v0.8.5
3062025-01-30T03:39:15.541Z Checking num-bigint v0.4.6
3072025-01-30T03:39:16.507Z Compiling serde_tokenstream v0.1.7
3082025-01-30T03:39:16.593Z Checking num-complex v0.4.6
3092025-01-30T03:39:16.619Z Checking ipnetwork v0.19.0
3102025-01-30T03:39:16.896Z Checking pnet_datalink v0.31.0
3112025-01-30T03:39:16.966Z Compiling p4-macro v0.1.0 (/work/oxidecomputer/p4/lang/p4-macro)
3122025-01-30T03:39:17.255Z Checking pnet_transport v0.31.0
3132025-01-30T03:39:17.429Z Checking htq v0.1.0 (https://github.com/oxidecomputer/htq?branch=sector-001#cc2e6230)
3142025-01-30T03:39:17.724Z Checking num-rational v0.4.2
3152025-01-30T03:39:18.010Z Checking atty v0.2.14
3162025-01-30T03:39:18.122Z Checking xfr v0.1.0 (https://github.com/oxidecomputer/xfr#8a89ee73)
3172025-01-30T03:39:18.214Z Checking bitflags v1.3.2
3182025-01-30T03:39:18.286Z Checking strsim v0.10.0
3192025-01-30T03:39:18.306Z Compiling x4c-book v0.1.0 (/work/oxidecomputer/p4/book/code)
3202025-01-30T03:39:18.312Z Checking num v0.4.3
3212025-01-30T03:39:18.389Z Checking termcolor v1.4.1
3222025-01-30T03:39:18.464Z Checking textwrap v0.16.1
3232025-01-30T03:39:18.664Z Checking p4-htq v0.1.0 (/work/oxidecomputer/p4/codegen/htq)
3242025-01-30T03:39:19.733Z Compiling sidecar-lite v0.1.0 (/work/oxidecomputer/p4/lang/prog/sidecar-lite)
3252025-01-30T03:39:19.736Z Checking clap v3.2.25
3262025-01-30T03:39:19.736Z Checking x4c_error_codes v0.1.0 (/work/oxidecomputer/p4/x4c_error_codes)
3272025-01-30T03:39:19.736Z Compiling usdt-attr-macro v0.3.5
3282025-01-30T03:39:19.736Z Compiling usdt-macro v0.3.5
3292025-01-30T03:39:20.312Z Checking usdt v0.3.5
3302025-01-30T03:39:20.419Z Checking p4rs v0.1.0 (/work/oxidecomputer/p4/lang/p4rs)
3312025-01-30T03:39:20.851Z Checking p4-macro-test v0.1.0 (/work/oxidecomputer/p4/lang/p4-macro-test)
3322025-01-30T03:39:21.038Z Checking x4c v0.1.0 (/work/oxidecomputer/p4/x4c)
3332025-01-30T03:39:22.087Z Finished dev [unoptimized + debuginfo] target(s) in 30.99s
3342025-01-30T03:39:22.161Z+ cargo clippy --all-targets -- --deny warnings
3352025-01-30T03:39:22.370Z Downloading crates ...
3362025-01-30T03:39:22.466Z Downloaded libloading v0.7.4
3372025-01-30T03:39:22.525Z Compiling p4 v0.1.0 (/work/oxidecomputer/p4/p4)
3382025-01-30T03:39:22.528Z Checking p4rs v0.1.0 (/work/oxidecomputer/p4/lang/p4rs)
3392025-01-30T03:39:22.536Z Compiling tests v0.1.0 (/work/oxidecomputer/p4/test)
3402025-01-30T03:39:22.539Z Compiling x4c-book v0.1.0 (/work/oxidecomputer/p4/book/code)
3412025-01-30T03:39:22.542Z Compiling sidecar-lite v0.1.0 (/work/oxidecomputer/p4/lang/prog/sidecar-lite)
3422025-01-30T03:39:22.543Z Checking libloading v0.7.4
3432025-01-30T03:39:22.889Z Checking x4c_error_codes v0.1.0 (/work/oxidecomputer/p4/x4c_error_codes)
3442025-01-30T03:39:24.528Z Compiling p4-cg v0.1.0 (/work/oxidecomputer/p4/codegen/common)
3452025-01-30T03:39:24.553Z Checking p4-htq v0.1.0 (/work/oxidecomputer/p4/codegen/htq)
3462025-01-30T03:39:24.570Z Compiling p4-rust v0.1.0 (/work/oxidecomputer/p4/codegen/rust)
3472025-01-30T03:39:26.773Z Checking x4c v0.1.0 (/work/oxidecomputer/p4/x4c)
3482025-01-30T03:39:26.776Z Checking p4-macro v0.1.0 (/work/oxidecomputer/p4/lang/p4-macro)
3492025-01-30T03:39:28.176Z Checking p4-macro-test v0.1.0 (/work/oxidecomputer/p4/lang/p4-macro-test)
3502025-01-30T03:39:38.275Z Finished dev [unoptimized + debuginfo] target(s) in 15.99s
3512025-01-30T03:39:38.296Z+ banner build
3522025-01-30T03:39:38.299Z
3532025-01-30T03:39:38.299Z ##### # # # # #####
3542025-01-30T03:39:38.299Z # # # # # # # #
3552025-01-30T03:39:38.299Z ##### # # # # # #
3562025-01-30T03:39:38.299Z # # # # # # # #
3572025-01-30T03:39:38.299Z # # # # # # # #
3582025-01-30T03:39:38.299Z ##### #### # ###### #####
3592025-01-30T03:39:38.299Z
3602025-01-30T03:39:38.299Z+ ptime -m cargo build
3612025-01-30T03:39:38.504Z Compiling unicode-ident v1.0.16
3622025-01-30T03:39:38.504Z Compiling memchr v2.7.4
3632025-01-30T03:39:38.506Z Compiling once_cell v1.20.2
3642025-01-30T03:39:38.511Z Compiling libc v0.2.169
3652025-01-30T03:39:38.513Z Compiling regex-syntax v0.8.5
3662025-01-30T03:39:38.516Z Compiling byteorder v1.5.0
3672025-01-30T03:39:38.518Z Compiling cfg-if v1.0.0
3682025-01-30T03:39:38.520Z Compiling ucd-trie v0.1.7
3692025-01-30T03:39:38.580Z Compiling lazy_static v1.5.0
3702025-01-30T03:39:38.652Z Compiling proc-macro2 v1.0.93
3712025-01-30T03:39:38.679Z Compiling colored v2.2.0
3722025-01-30T03:39:38.885Z Compiling bitflags v2.8.0
3732025-01-30T03:39:38.927Z Compiling num-traits v0.2.19
3742025-01-30T03:39:39.227Z Compiling itoa v1.0.14
3752025-01-30T03:39:39.299Z Compiling ryu v1.0.19
3762025-01-30T03:39:39.407Z Compiling quote v1.0.38
3772025-01-30T03:39:39.615Z Compiling aho-corasick v1.1.3
3782025-01-30T03:39:39.661Z Compiling errno v0.3.10
3792025-01-30T03:39:39.859Z Compiling syn v2.0.96
3802025-01-30T03:39:39.960Z Compiling syn v1.0.109
3812025-01-30T03:39:40.198Z Compiling rustix v0.38.44
3822025-01-30T03:39:40.556Z Compiling fastrand v2.3.0
3832025-01-30T03:39:41.036Z Compiling thread-id v4.2.2
3842025-01-30T03:39:41.084Z Compiling num-integer v0.1.46
3852025-01-30T03:39:41.116Z Compiling getrandom v0.2.15
3862025-01-30T03:39:41.396Z Compiling no-std-net v0.6.0
3872025-01-30T03:39:41.469Z Compiling pnet_base v0.31.0
3882025-01-30T03:39:41.816Z Compiling tap v1.0.1
3892025-01-30T03:39:41.928Z Compiling regex-automata v0.4.9
3902025-01-30T03:39:41.967Z Compiling wyz v0.5.1
3912025-01-30T03:39:42.395Z Compiling tempfile v3.15.0
3922025-01-30T03:39:42.480Z Compiling num-iter v0.1.45
3932025-01-30T03:39:42.633Z Compiling radium v0.7.0
3942025-01-30T03:39:43.068Z Compiling funty v2.0.0
3952025-01-30T03:39:43.399Z Compiling pnet_macros_support v0.31.0
3962025-01-30T03:39:43.555Z Compiling pnet_sys v0.31.0
3972025-01-30T03:39:43.878Z Compiling proc-macro-error-attr v1.0.4
3982025-01-30T03:39:44.771Z Compiling bitvec v1.0.1
3992025-01-30T03:39:45.061Z Compiling anyhow v1.0.95
4002025-01-30T03:39:45.768Z Compiling serde_derive v1.0.217
4012025-01-30T03:39:46.047Z Compiling thiserror-impl v1.0.69
4022025-01-30T03:39:46.068Z Compiling thiserror-impl v2.0.11
4032025-01-30T03:39:46.123Z Compiling regex v1.11.1
4042025-01-30T03:39:47.218Z Compiling synstructure v0.12.6
4052025-01-30T03:39:48.622Z Compiling p4 v0.1.0 (/work/oxidecomputer/p4/p4)
4062025-01-30T03:39:48.816Z Compiling prettyplease v0.1.25
4072025-01-30T03:39:48.878Z Compiling thiserror v1.0.69
4082025-01-30T03:39:48.984Z Compiling zerocopy-derive v0.7.35
4092025-01-30T03:39:49.151Z Compiling thiserror v2.0.11
4102025-01-30T03:39:49.273Z Compiling pest v2.7.15
4112025-01-30T03:39:51.113Z Compiling p4-cg v0.1.0 (/work/oxidecomputer/p4/codegen/common)
4122025-01-30T03:39:51.191Z Compiling p4-rust v0.1.0 (/work/oxidecomputer/p4/codegen/rust)
4132025-01-30T03:39:51.301Z Compiling zerocopy v0.7.35
4142025-01-30T03:39:51.798Z Compiling pest_meta v2.7.15
4152025-01-30T03:39:52.213Z Compiling zerocopy-derive v0.2.0
4162025-01-30T03:39:52.282Z Compiling pnet_macros v0.31.0
4172025-01-30T03:39:52.921Z Compiling ppv-lite86 v0.2.20
4182025-01-30T03:39:53.070Z Compiling serde v1.0.217
4192025-01-30T03:39:53.735Z Compiling pest_generator v2.7.15
4202025-01-30T03:39:54.055Z Compiling zerocopy v0.3.2
4212025-01-30T03:39:54.123Z Compiling rand_core v0.6.4
4222025-01-30T03:39:54.583Z Compiling rand_chacha v0.3.1
4232025-01-30T03:39:54.684Z Compiling dof v0.1.5
4242025-01-30T03:39:55.224Z Compiling pnet_packet v0.31.0
4252025-01-30T03:39:55.301Z Compiling proc-macro-error v1.0.4
4262025-01-30T03:39:55.466Z Compiling winnow v0.6.25
4272025-01-30T03:39:55.487Z Compiling os_str_bytes v6.6.1
4282025-01-30T03:39:55.668Z Compiling hashbrown v0.12.3
4292025-01-30T03:39:55.817Z Compiling rand v0.8.5
4302025-01-30T03:39:55.848Z Compiling clap_derive v3.2.25
4312025-01-30T03:39:55.956Z Compiling pest_derive v2.7.15
4322025-01-30T03:39:56.040Z Compiling clap_lex v0.2.4
4332025-01-30T03:39:56.742Z Compiling indexmap v1.9.3
4342025-01-30T03:39:56.835Z Compiling dtrace-parser v0.1.14
4352025-01-30T03:39:57.565Z Compiling atty v0.2.14
4362025-01-30T03:39:57.671Z Compiling termcolor v1.4.1
4372025-01-30T03:39:58.355Z Compiling bitflags v1.3.2
4382025-01-30T03:39:58.432Z Compiling xfr v0.1.0 (https://github.com/oxidecomputer/xfr#8a89ee73)
4392025-01-30T03:39:58.566Z Compiling strsim v0.10.0
4402025-01-30T03:39:58.656Z Compiling htq v0.1.0 (https://github.com/oxidecomputer/htq?branch=sector-001#cc2e6230)
4412025-01-30T03:39:59.057Z Compiling serde_json v1.0.138
4422025-01-30T03:39:59.077Z Compiling serde_tokenstream v0.1.7
4432025-01-30T03:39:59.197Z Compiling num-bigint v0.4.6
4442025-01-30T03:39:59.302Z Compiling num-complex v0.4.6
4452025-01-30T03:39:59.550Z Compiling ipnetwork v0.19.0
4462025-01-30T03:39:59.555Z Compiling p4-macro v0.1.0 (/work/oxidecomputer/p4/lang/p4-macro)
4472025-01-30T03:40:00.159Z Compiling pnet_datalink v0.31.0
4482025-01-30T03:40:00.287Z Compiling pnet_transport v0.31.0
4492025-01-30T03:40:00.415Z Compiling textwrap v0.16.1
4502025-01-30T03:40:00.706Z Compiling pnet v0.31.0
4512025-01-30T03:40:00.795Z Compiling usdt-impl v0.3.5
4522025-01-30T03:40:01.532Z Compiling clap v3.2.25
4532025-01-30T03:40:01.821Z Compiling num-rational v0.4.2
4542025-01-30T03:40:02.204Z Compiling p4-htq v0.1.0 (/work/oxidecomputer/p4/codegen/htq)
4552025-01-30T03:40:02.277Z Compiling x4c_error_codes v0.1.0 (/work/oxidecomputer/p4/x4c_error_codes)
4562025-01-30T03:40:02.606Z Compiling num v0.4.3
4572025-01-30T03:40:02.787Z Compiling usdt-macro v0.3.5
4582025-01-30T03:40:03.084Z Compiling usdt-attr-macro v0.3.5
4592025-01-30T03:40:04.633Z Compiling usdt v0.3.5
4602025-01-30T03:40:04.763Z Compiling p4rs v0.1.0 (/work/oxidecomputer/p4/lang/p4rs)
4612025-01-30T03:40:05.074Z Compiling x4c v0.1.0 (/work/oxidecomputer/p4/x4c)
4622025-01-30T03:40:05.297Z Compiling tests v0.1.0 (/work/oxidecomputer/p4/test)
4632025-01-30T03:40:05.869Z Compiling p4-macro-test v0.1.0 (/work/oxidecomputer/p4/lang/p4-macro-test)
4642025-01-30T03:40:05.878Z Compiling sidecar-lite v0.1.0 (/work/oxidecomputer/p4/lang/prog/sidecar-lite)
4652025-01-30T03:40:06.011Z Compiling x4c-book v0.1.0 (/work/oxidecomputer/p4/book/code)
4662025-01-30T03:40:11.601Z Finished dev [unoptimized + debuginfo] target(s) in 33.25s
4672025-01-30T03:40:11.616Z
4682025-01-30T03:40:11.619Zreal 33.303287166
4692025-01-30T03:40:11.619Zuser 3:22.231567237
4702025-01-30T03:40:11.620Zsys 37.709518161
4712025-01-30T03:40:11.620Ztrap 0.109703175
4722025-01-30T03:40:11.620Ztflt 0.200335802
4732025-01-30T03:40:11.620Zdflt 0.249552574
4742025-01-30T03:40:11.620Zkflt 0.000014077
4752025-01-30T03:40:11.620Zlock 6:28.738027960
4762025-01-30T03:40:11.620Zslp 10:06.191893741
4772025-01-30T03:40:11.620Zlat 5.980563046
4782025-01-30T03:40:11.620Zstop 4.589365759
4792025-01-30T03:40:11.620Z+ ptime -m cargo build --release
4802025-01-30T03:40:11.748Z Compiling proc-macro2 v1.0.93
4812025-01-30T03:40:11.748Z Compiling unicode-ident v1.0.16
4822025-01-30T03:40:11.748Z Compiling libc v0.2.169
4832025-01-30T03:40:11.751Z Compiling syn v1.0.109
4842025-01-30T03:40:11.751Z Compiling memchr v2.7.4
4852025-01-30T03:40:11.751Z Compiling thiserror v1.0.69
4862025-01-30T03:40:11.751Z Compiling serde v1.0.217
4872025-01-30T03:40:11.751Z Compiling version_check v0.9.5
4882025-01-30T03:40:11.900Z Compiling thiserror v2.0.11
4892025-01-30T03:40:12.265Z Compiling autocfg v1.4.0
4902025-01-30T03:40:12.282Z Compiling once_cell v1.20.2
4912025-01-30T03:40:12.601Z Compiling rustix v0.38.44
4922025-01-30T03:40:12.619Z Compiling unicode-xid v0.2.6
4932025-01-30T03:40:12.749Z Compiling ucd-trie v0.1.7
4942025-01-30T03:40:13.101Z Compiling aho-corasick v1.1.3
4952025-01-30T03:40:13.185Z Compiling quote v1.0.38
4962025-01-30T03:40:13.287Z Compiling regex-syntax v0.8.5
4972025-01-30T03:40:13.630Z Compiling syn v2.0.96
4982025-01-30T03:40:13.827Z Compiling serde_json v1.0.138
4992025-01-30T03:40:13.861Z Compiling prettyplease v0.1.25
5002025-01-30T03:40:14.191Z Compiling num-traits v0.2.19
5012025-01-30T03:40:14.220Z Compiling byteorder v1.5.0
5022025-01-30T03:40:14.962Z Compiling usdt-impl v0.3.5
5032025-01-30T03:40:17.387Z Compiling regex-automata v0.4.9
5042025-01-30T03:40:17.491Z Compiling lazy_static v1.5.0
5052025-01-30T03:40:17.604Z Compiling colored v2.2.0
5062025-01-30T03:40:17.968Z Compiling itoa v1.0.14
5072025-01-30T03:40:18.162Z Compiling cfg-if v1.0.0
5082025-01-30T03:40:18.237Z Compiling ryu v1.0.19
5092025-01-30T03:40:19.149Z Compiling getrandom v0.2.15
5102025-01-30T03:40:19.197Z Compiling num-integer v0.1.46
5112025-01-30T03:40:19.439Z Compiling thread-id v4.2.2
5122025-01-30T03:40:19.475Z Compiling errno v0.3.10
5132025-01-30T03:40:19.628Z Compiling bitflags v2.8.0
5142025-01-30T03:40:19.783Z Compiling thiserror-impl v1.0.69
5152025-01-30T03:40:19.885Z Compiling serde_derive v1.0.217
5162025-01-30T03:40:19.972Z Compiling thiserror-impl v2.0.11
5172025-01-30T03:40:20.349Z Compiling synstructure v0.12.6
5182025-01-30T03:40:21.102Z Compiling regex v1.11.1
5192025-01-30T03:40:22.017Z Compiling p4 v0.1.0 (/work/oxidecomputer/p4/p4)
5202025-01-30T03:40:23.101Z Compiling pest v2.7.15
5212025-01-30T03:40:24.166Z Compiling no-std-net v0.6.0
5222025-01-30T03:40:24.817Z Compiling fastrand v2.3.0
5232025-01-30T03:40:24.826Z Compiling radium v0.7.0
5242025-01-30T03:40:25.239Z Compiling tempfile v3.15.0
5252025-01-30T03:40:25.295Z Compiling pnet_base v0.31.0
5262025-01-30T03:40:25.475Z Compiling pest_meta v2.7.15
5272025-01-30T03:40:25.545Z Compiling zerocopy-derive v0.2.0
5282025-01-30T03:40:25.593Z Compiling p4-cg v0.1.0 (/work/oxidecomputer/p4/codegen/common)
5292025-01-30T03:40:26.916Z Compiling pest_generator v2.7.15
5302025-01-30T03:40:27.392Z Compiling zerocopy v0.3.2
5312025-01-30T03:40:27.961Z Compiling dof v0.1.5
5322025-01-30T03:40:28.633Z Compiling tap v1.0.1
5332025-01-30T03:40:28.788Z Compiling wyz v0.5.1
5342025-01-30T03:40:29.245Z Compiling p4-rust v0.1.0 (/work/oxidecomputer/p4/codegen/rust)
5352025-01-30T03:40:29.550Z Compiling pest_derive v2.7.15
5362025-01-30T03:40:30.359Z Compiling dtrace-parser v0.1.14
5372025-01-30T03:40:32.641Z Compiling zerocopy-derive v0.7.35
5382025-01-30T03:40:33.387Z Compiling serde_tokenstream v0.1.7
5392025-01-30T03:40:33.978Z Compiling num-bigint v0.4.6
5402025-01-30T03:40:37.295Z Compiling num-rational v0.4.2
5412025-01-30T03:40:37.861Z Compiling usdt-attr-macro v0.3.5
5422025-01-30T03:40:39.407Z Compiling usdt-macro v0.3.5
5432025-01-30T03:40:40.773Z Compiling num-complex v0.4.6
5442025-01-30T03:40:41.246Z Compiling num-iter v0.1.45
5452025-01-30T03:40:41.415Z Compiling proc-macro-error-attr v1.0.4
5462025-01-30T03:40:41.563Z Compiling anyhow v1.0.95
5472025-01-30T03:40:41.762Z Compiling funty v2.0.0
5482025-01-30T03:40:42.112Z Compiling num v0.4.3
5492025-01-30T03:40:42.246Z Compiling usdt v0.3.5
5502025-01-30T03:40:42.750Z Compiling zerocopy v0.7.35
5512025-01-30T03:40:43.628Z Compiling bitvec v1.0.1
5522025-01-30T03:40:44.198Z Compiling pnet_macros v0.31.0
5532025-01-30T03:40:44.410Z Compiling pnet_macros_support v0.31.0
5542025-01-30T03:40:44.547Z Compiling pnet_sys v0.31.0
5552025-01-30T03:40:44.587Z Compiling proc-macro-error v1.0.4
5562025-01-30T03:40:44.890Z Compiling ppv-lite86 v0.2.20
5572025-01-30T03:40:46.645Z Compiling pnet_packet v0.31.0
5582025-01-30T03:40:46.849Z Compiling p4-macro v0.1.0 (/work/oxidecomputer/p4/lang/p4-macro)
5592025-01-30T03:40:47.225Z Compiling ipnetwork v0.19.0
5602025-01-30T03:40:48.197Z Compiling rand_core v0.6.4
5612025-01-30T03:40:48.522Z Compiling p4rs v0.1.0 (/work/oxidecomputer/p4/lang/p4rs)
5622025-01-30T03:40:48.635Z Compiling indexmap v1.9.3
5632025-01-30T03:40:49.239Z Compiling pnet v0.31.0
5642025-01-30T03:40:49.570Z Compiling rand_chacha v0.3.1
5652025-01-30T03:40:51.006Z Compiling pnet_datalink v0.31.0
5662025-01-30T03:40:51.839Z Compiling pnet_transport v0.31.0
5672025-01-30T03:40:51.895Z Compiling winnow v0.6.25
5682025-01-30T03:40:52.541Z Compiling hashbrown v0.12.3
5692025-01-30T03:40:53.075Z Compiling tests v0.1.0 (/work/oxidecomputer/p4/test)
5702025-01-30T03:40:53.426Z Compiling os_str_bytes v6.6.1
5712025-01-30T03:40:53.815Z Compiling heck v0.4.1
5722025-01-30T03:40:54.201Z Compiling clap_derive v3.2.25
5732025-01-30T03:40:54.964Z Compiling clap_lex v0.2.4
5742025-01-30T03:40:55.874Z Compiling htq v0.1.0 (https://github.com/oxidecomputer/htq?branch=sector-001#cc2e6230)
5752025-01-30T03:40:56.755Z Compiling rand v0.8.5
5762025-01-30T03:40:57.017Z Compiling atty v0.2.14
5772025-01-30T03:40:57.132Z Compiling termcolor v1.4.1
5782025-01-30T03:40:58.162Z Compiling x4c-book v0.1.0 (/work/oxidecomputer/p4/book/code)
5792025-01-30T03:40:58.497Z Compiling bitflags v1.3.2
5802025-01-30T03:40:58.574Z Compiling textwrap v0.16.1
5812025-01-30T03:40:58.584Z Compiling strsim v0.10.0
5822025-01-30T03:40:58.722Z Compiling xfr v0.1.0 (https://github.com/oxidecomputer/xfr#8a89ee73)
5832025-01-30T03:40:59.912Z Compiling clap v3.2.25
5842025-01-30T03:41:01.314Z Compiling p4-htq v0.1.0 (/work/oxidecomputer/p4/codegen/htq)
5852025-01-30T03:41:05.267Z Compiling sidecar-lite v0.1.0 (/work/oxidecomputer/p4/lang/prog/sidecar-lite)
5862025-01-30T03:41:05.630Z Compiling x4c v0.1.0 (/work/oxidecomputer/p4/x4c)
5872025-01-30T03:41:10.423Z Compiling x4c_error_codes v0.1.0 (/work/oxidecomputer/p4/x4c_error_codes)
5882025-01-30T03:41:16.481Z Compiling p4-macro-test v0.1.0 (/work/oxidecomputer/p4/lang/p4-macro-test)
5892025-01-30T03:41:32.891Z Finished release [optimized] target(s) in 1m 21s
5902025-01-30T03:41:32.907Z
5912025-01-30T03:41:32.910Zreal 1:21.269822759
5922025-01-30T03:41:32.910Zuser 8:33.860278772
5932025-01-30T03:41:32.910Zsys 46.405973047
5942025-01-30T03:41:32.910Ztrap 0.241955986
5952025-01-30T03:41:32.910Ztflt 0.624910639
5962025-01-30T03:41:32.910Zdflt 0.182253855
5972025-01-30T03:41:32.910Zkflt 0.008455369
5982025-01-30T03:41:32.910Zlock 21:03.018624466
5992025-01-30T03:41:32.910Zslp 24:34.974829120
6002025-01-30T03:41:32.910Zlat 22.865425180
6012025-01-30T03:41:32.910Zstop 8.887808675
6022025-01-30T03:41:32.910Z+ for x in debug release
6032025-01-30T03:41:32.910Z+ mkdir -p /work/debug
6042025-01-30T03:41:32.913Z+ cp target/debug/x4c /work/debug/
6052025-01-30T03:41:32.957Z+ cp target/debug/libsidecar_lite.so /work/debug/
6062025-01-30T03:41:32.993Z+ for x in debug release
6072025-01-30T03:41:32.994Z+ mkdir -p /work/release
6082025-01-30T03:41:32.996Z+ cp target/release/x4c /work/release/
6092025-01-30T03:41:33.008Z+ cp target/release/libsidecar_lite.so /work/release/
6102025-01-30T03:41:33.019Z+ banner test
6112025-01-30T03:41:33.022Z
6122025-01-30T03:41:33.022Z ##### ###### #### #####
6132025-01-30T03:41:33.022Z # # # #
6142025-01-30T03:41:33.022Z # ##### #### #
6152025-01-30T03:41:33.022Z # # # #
6162025-01-30T03:41:33.023Z # # # # #
6172025-01-30T03:41:33.023Z # ###### #### #
6182025-01-30T03:41:33.023Z
6192025-01-30T03:41:33.023Z+ cargo test
6202025-01-30T03:41:33.143Z Compiling p4-macro v0.1.0 (/work/oxidecomputer/p4/lang/p4-macro)
6212025-01-30T03:41:33.155Z Compiling libloading v0.7.4
6222025-01-30T03:41:33.158Z Compiling x4c v0.1.0 (/work/oxidecomputer/p4/x4c)
6232025-01-30T03:41:33.160Z Compiling p4-rust v0.1.0 (/work/oxidecomputer/p4/codegen/rust)
6242025-01-30T03:41:33.160Z Compiling p4-htq v0.1.0 (/work/oxidecomputer/p4/codegen/htq)
6252025-01-30T03:41:33.160Z Compiling p4rs v0.1.0 (/work/oxidecomputer/p4/lang/p4rs)
6262025-01-30T03:41:33.530Z Compiling p4-cg v0.1.0 (/work/oxidecomputer/p4/codegen/common)
6272025-01-30T03:41:33.584Z Compiling p4 v0.1.0 (/work/oxidecomputer/p4/p4)
6282025-01-30T03:41:33.718Z Compiling x4c_error_codes v0.1.0 (/work/oxidecomputer/p4/x4c_error_codes)
6292025-01-30T03:41:34.966Z Compiling tests v0.1.0 (/work/oxidecomputer/p4/test)
6302025-01-30T03:41:34.966Z Compiling p4-macro-test v0.1.0 (/work/oxidecomputer/p4/lang/p4-macro-test)
6312025-01-30T03:41:34.968Z Compiling sidecar-lite v0.1.0 (/work/oxidecomputer/p4/lang/prog/sidecar-lite)
6322025-01-30T03:41:35.487Z Compiling x4c-book v0.1.0 (/work/oxidecomputer/p4/book/code)
6332025-01-30T03:41:47.030Z Finished test [unoptimized + debuginfo] target(s) in 13.96s
6342025-01-30T03:41:47.039Z Running unittests src/lib.rs (target/debug/deps/p4-f3e4b4263892e081)
6352025-01-30T03:41:47.047Z
6362025-01-30T03:41:47.047Zrunning 0 tests
6372025-01-30T03:41:47.047Z
6382025-01-30T03:41:47.047Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
6392025-01-30T03:41:47.047Z
6402025-01-30T03:41:47.050Z Running unittests src/lib.rs (target/debug/deps/p4_cg-c5f7c05cd0e1bda2)
6412025-01-30T03:41:47.053Z
6422025-01-30T03:41:47.053Zrunning 0 tests
6432025-01-30T03:41:47.053Z
6442025-01-30T03:41:47.053Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
6452025-01-30T03:41:47.053Z
6462025-01-30T03:41:47.053Z Running unittests src/lib.rs (target/debug/deps/p4_htq-b2f1f5ad1dbacdf2)
6472025-01-30T03:41:47.055Z
6482025-01-30T03:41:47.055Zrunning 0 tests
6492025-01-30T03:41:47.055Z
6502025-01-30T03:41:47.055Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
6512025-01-30T03:41:47.056Z
6522025-01-30T03:41:47.058Z Running unittests src/lib.rs (target/debug/deps/p4_macro-72de85fb9092d97d)
6532025-01-30T03:41:47.061Z
6542025-01-30T03:41:47.061Zrunning 0 tests
6552025-01-30T03:41:47.061Z
6562025-01-30T03:41:47.061Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
6572025-01-30T03:41:47.061Z
6582025-01-30T03:41:47.061Z Running unittests src/main.rs (target/debug/deps/p4_macro_test-b7699527f3e6d776)
6592025-01-30T03:41:47.064Z
6602025-01-30T03:41:47.064Zrunning 0 tests
6612025-01-30T03:41:47.064Z
6622025-01-30T03:41:47.064Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
6632025-01-30T03:41:47.064Z
6642025-01-30T03:41:47.066Z Running unittests src/lib.rs (target/debug/deps/p4_rust-929f7f26779cae0c)
6652025-01-30T03:41:47.069Z
6662025-01-30T03:41:47.069Zrunning 0 tests
6672025-01-30T03:41:47.069Z
6682025-01-30T03:41:47.069Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
6692025-01-30T03:41:47.069Z
6702025-01-30T03:41:47.069Z Running unittests src/lib.rs (target/debug/deps/p4rs-65167f248815809c)
6712025-01-30T03:41:47.072Z
6722025-01-30T03:41:47.072Zrunning 11 tests
6732025-01-30T03:41:47.075Ztest bitmath::tests::bitmath_add ... ok
6742025-01-30T03:41:47.075Ztest bitmath::tests::bitmath_add_mixed_size ... ok
6752025-01-30T03:41:47.075Ztest bitmath::tests::bitmath_add_nest ... ok
6762025-01-30T03:41:47.075Ztest bitmath::tests::bitmath_add_cascade ... ok
6772025-01-30T03:41:47.075Ztest bitmath::tests::bitmath_mod ... ok
6782025-01-30T03:41:47.075Ztest checksum::tests::udp_checksum ... ok
6792025-01-30T03:41:47.075Ztest table::tests::match_lpm_ternary_1 ... ok
6802025-01-30T03:41:47.075Ztest table::tests::match_lpm_1 ... ok
6812025-01-30T03:41:47.075Ztest table::tests::match_lpm_ternary_range ... ok
6822025-01-30T03:41:47.075Ztest table::tests::match_ternary_1 ... ok
6832025-01-30T03:41:47.075Ztest table::tests::match_with_action ... ok
6842025-01-30T03:41:47.075Z
6852025-01-30T03:41:47.075Ztest result: ok. 11 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
6862025-01-30T03:41:47.075Z
6872025-01-30T03:41:47.075Z Running unittests src/lib.rs (target/debug/deps/sidecar_lite-b216b94295b8228f)
6882025-01-30T03:41:47.078Z
6892025-01-30T03:41:47.078Zrunning 0 tests
6902025-01-30T03:41:47.078Z
6912025-01-30T03:41:47.078Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
6922025-01-30T03:41:47.078Z
6932025-01-30T03:41:47.081Z Running unittests src/lib.rs (target/debug/deps/tests-307f38245e9930b2)
6942025-01-30T03:41:47.083Z
6952025-01-30T03:41:47.083Zrunning 14 tests
6962025-01-30T03:41:47.087Ztest controller_multiple_instantiation::controller_multiple_instantiation ... ok
6972025-01-30T03:41:47.087Ztest headers::ipv6_header_read_write ... ok
6982025-01-30T03:41:47.089Ztest ipv6::test_ipv6_parse ... ok
6992025-01-30T03:41:47.089Ztest dload::pipeline_create ... ok
7002025-01-30T03:41:47.092Ztest dload::dynamic_load ... ok
7012025-01-30T03:41:47.092Ztest table_in_egress_and_ingress::table_in_egress_and_ingress ... ok
7022025-01-30T03:41:47.092Ztest vlan::test_vlan_parse ... ok
7032025-01-30T03:41:47.098Ztest decap::geneve_decap ... ok
7042025-01-30T03:41:47.098Ztest hub::hub2 ... ok
7052025-01-30T03:41:47.104Ztest basic_router::basic_router2 ... ok
7062025-01-30T03:41:47.104Ztest disag_router::disag_router ... ok
7072025-01-30T03:41:47.104Ztest dynamic_router::dynamic_router2 ... ok
7082025-01-30T03:41:47.104Ztest range::range ... ok
7092025-01-30T03:41:47.107Ztest mac_rewrite::mac_rewrite2 ... ok
7102025-01-30T03:41:47.107Z
7112025-01-30T03:41:47.107Ztest result: ok. 14 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.02s
7122025-01-30T03:41:47.107Z
7132025-01-30T03:41:47.113Z Running unittests src/lib.rs (target/debug/deps/x4c-37fffd342cdfdf8e)
7142025-01-30T03:41:47.117Z
7152025-01-30T03:41:47.118Zrunning 0 tests
7162025-01-30T03:41:47.118Z
7172025-01-30T03:41:47.118Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
7182025-01-30T03:41:47.118Z
7192025-01-30T03:41:47.120Z Running unittests src/bin/x4c.rs (target/debug/deps/x4c-678d9eb35ae920c1)
7202025-01-30T03:41:47.123Z
7212025-01-30T03:41:47.123Zrunning 0 tests
7222025-01-30T03:41:47.123Z
7232025-01-30T03:41:47.123Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
7242025-01-30T03:41:47.123Z
7252025-01-30T03:41:47.123Z Running unittests src/bin/hello-world.rs (target/debug/deps/hello_world-f52c8fcd8e53a394)
7262025-01-30T03:41:47.126Z
7272025-01-30T03:41:47.126Zrunning 0 tests
7282025-01-30T03:41:47.126Z
7292025-01-30T03:41:47.126Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
7302025-01-30T03:41:47.126Z
7312025-01-30T03:41:47.126Z Running unittests src/bin/vlan-switch.rs (target/debug/deps/vlan_switch-20c874810a5d45c2)
7322025-01-30T03:41:47.130Z
7332025-01-30T03:41:47.130Zrunning 0 tests
7342025-01-30T03:41:47.130Z
7352025-01-30T03:41:47.132Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
7362025-01-30T03:41:47.132Z
7372025-01-30T03:41:47.132Z Running unittests src/lib.rs (target/debug/deps/x4c_error_codes-6b45f322baf0be68)
7382025-01-30T03:41:47.135Z
7392025-01-30T03:41:47.135Zrunning 0 tests
7402025-01-30T03:41:47.135Z
7412025-01-30T03:41:47.135Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
7422025-01-30T03:41:47.135Z
7432025-01-30T03:41:47.135Z Doc-tests p4
7442025-01-30T03:41:47.296Z
7452025-01-30T03:41:47.296Zrunning 0 tests
7462025-01-30T03:41:47.296Z
7472025-01-30T03:41:47.296Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
7482025-01-30T03:41:47.296Z
7492025-01-30T03:41:47.306Z Doc-tests p4-cg
7502025-01-30T03:41:47.338Z
7512025-01-30T03:41:47.338Zrunning 0 tests
7522025-01-30T03:41:47.338Z
7532025-01-30T03:41:47.338Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
7542025-01-30T03:41:47.338Z
7552025-01-30T03:41:47.341Z Doc-tests p4-htq
7562025-01-30T03:41:47.423Z
7572025-01-30T03:41:47.423Zrunning 0 tests
7582025-01-30T03:41:47.423Z
7592025-01-30T03:41:47.423Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
7602025-01-30T03:41:47.423Z
7612025-01-30T03:41:47.429Z Doc-tests p4-macro
7622025-01-30T03:41:47.481Z
7632025-01-30T03:41:47.482Zrunning 2 tests
7642025-01-30T03:41:47.484Ztest lang/p4-macro/src/lib.rs - (line 18) ... ignored
7652025-01-30T03:41:47.484Ztest lang/p4-macro/src/lib.rs - (line 6) ... ignored
7662025-01-30T03:41:47.484Z
7672025-01-30T03:41:47.484Ztest result: ok. 0 passed; 0 failed; 2 ignored; 0 measured; 0 filtered out; finished in 0.00s
7682025-01-30T03:41:47.484Z
7692025-01-30T03:41:47.487Z Doc-tests p4-rust
7702025-01-30T03:41:47.739Z
7712025-01-30T03:41:47.739Zrunning 0 tests
7722025-01-30T03:41:47.739Z
7732025-01-30T03:41:47.739Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
7742025-01-30T03:41:47.739Z
7752025-01-30T03:41:47.749Z Doc-tests p4rs
7762025-01-30T03:41:47.862Z
7772025-01-30T03:41:47.863Zrunning 1 test
7782025-01-30T03:41:48.702Ztest lang/p4rs/src/lib.rs - (line 11) ... ok
7792025-01-30T03:41:48.702Z
7802025-01-30T03:41:48.702Ztest result: ok. 1 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.84s
7812025-01-30T03:41:48.702Z
7822025-01-30T03:41:48.711Z Doc-tests tests
7832025-01-30T03:41:48.790Z
7842025-01-30T03:41:48.790Zrunning 0 tests
7852025-01-30T03:41:48.790Z
7862025-01-30T03:41:48.791Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
7872025-01-30T03:41:48.791Z
7882025-01-30T03:41:48.798Z Doc-tests x4c
7892025-01-30T03:41:48.857Z
7902025-01-30T03:41:48.857Zrunning 0 tests
7912025-01-30T03:41:48.857Z
7922025-01-30T03:41:48.857Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
7932025-01-30T03:41:48.857Z
7942025-01-30T03:41:48.862Z Doc-tests x4c_error_codes
7952025-01-30T03:41:48.897Z
7962025-01-30T03:41:48.897Zrunning 0 tests
7972025-01-30T03:41:48.900Z
7982025-01-30T03:41:48.900Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
7992025-01-30T03:41:48.900Z
8002025-01-30T03:41:48.904Z+ pushd test
8012025-01-30T03:41:48.906Z/work/oxidecomputer/p4/test /work/oxidecomputer/p4
8022025-01-30T03:41:48.906Z+ banner 'mac rewr'
8032025-01-30T03:41:48.906Z
8042025-01-30T03:41:48.906Z # # ## #### ##### ###### # # #####
8052025-01-30T03:41:48.906Z ## ## # # # # # # # # # # #
8062025-01-30T03:41:48.906Z # ## # # # # # # ##### # # # #
8072025-01-30T03:41:48.906Z # # ###### # ##### # # ## # #####
8082025-01-30T03:41:48.906Z # # # # # # # # # ## ## # #
8092025-01-30T03:41:48.906Z # # # # #### # # ###### # # # #
8102025-01-30T03:41:48.906Z
8112025-01-30T03:41:48.906Z+ RUST_BACKTRACE=1
8122025-01-30T03:41:48.906Z+ cargo test mac_rewrite -- --nocapture
8132025-01-30T03:41:49.067Z Compiling libc v0.2.169
8142025-01-30T03:41:49.070Z Compiling aho-corasick v1.1.3
8152025-01-30T03:41:49.070Z Compiling pest_meta v2.7.15
8162025-01-30T03:41:49.087Z Compiling rustix v0.38.44
8172025-01-30T03:41:49.090Z Compiling prettyplease v0.1.25
8182025-01-30T03:41:49.921Z Compiling pest_generator v2.7.15
8192025-01-30T03:41:50.129Z Compiling thread-id v4.2.2
8202025-01-30T03:41:50.229Z Compiling errno v0.3.10
8212025-01-30T03:41:50.244Z Compiling getrandom v0.2.15
8222025-01-30T03:41:50.415Z Compiling pnet_sys v0.31.0
8232025-01-30T03:41:50.449Z Compiling rand_core v0.6.4
8242025-01-30T03:41:50.574Z Compiling pnet_datalink v0.31.0
8252025-01-30T03:41:50.723Z Compiling regex-automata v0.4.9
8262025-01-30T03:41:50.875Z Compiling rand_chacha v0.3.1
8272025-01-30T03:41:51.359Z Compiling rand v0.8.5
8282025-01-30T03:41:51.769Z Compiling pest_derive v2.7.15
8292025-01-30T03:41:52.152Z Compiling tempfile v3.15.0
8302025-01-30T03:41:52.613Z Compiling dtrace-parser v0.1.14
8312025-01-30T03:41:52.954Z Compiling usdt-impl v0.3.5
8322025-01-30T03:41:54.123Z Compiling regex v1.11.1
8332025-01-30T03:41:54.287Z Compiling usdt-attr-macro v0.3.5
8342025-01-30T03:41:54.287Z Compiling usdt-macro v0.3.5
8352025-01-30T03:41:54.685Z Compiling p4 v0.1.0 (/work/oxidecomputer/p4/p4)
8362025-01-30T03:41:55.583Z Compiling pnet_macros v0.31.0
8372025-01-30T03:41:55.724Z Compiling usdt v0.3.5
8382025-01-30T03:41:55.829Z Compiling p4rs v0.1.0 (/work/oxidecomputer/p4/lang/p4rs)
8392025-01-30T03:41:56.168Z Compiling p4-cg v0.1.0 (/work/oxidecomputer/p4/codegen/common)
8402025-01-30T03:41:56.238Z Compiling p4-rust v0.1.0 (/work/oxidecomputer/p4/codegen/rust)
8412025-01-30T03:41:57.183Z Compiling pnet_packet v0.31.0
8422025-01-30T03:41:57.946Z Compiling p4-macro v0.1.0 (/work/oxidecomputer/p4/lang/p4-macro)
8432025-01-30T03:41:59.985Z Compiling pnet_transport v0.31.0
8442025-01-30T03:42:00.121Z Compiling pnet v0.31.0
8452025-01-30T03:42:00.531Z Compiling tests v0.1.0 (/work/oxidecomputer/p4/test)
8462025-01-30T03:42:11.037Z Finished test [unoptimized + debuginfo] target(s) in 22.07s
8472025-01-30T03:42:11.045Z Running unittests src/lib.rs (/work/oxidecomputer/p4/target/debug/deps/tests-1dcde4035b6b9b41)
8482025-01-30T03:42:11.053Z
8492025-01-30T03:42:11.053Zrunning 1 test
8502025-01-30T03:42:11.060Z[phy2] do you know the muffin man?
8512025-01-30T03:42:11.063Z[cpu] the muffin man?
8522025-01-30T03:42:11.063Z[cpu] the muffin man!
8532025-01-30T03:42:11.063Z[cpu] why yes
8542025-01-30T03:42:11.063Z[phy1] i know the muffin man
8552025-01-30T03:42:11.063Z[phy3] the muffin man is me!!!
8562025-01-30T03:42:11.063Ztest mac_rewrite::mac_rewrite2 ... ok
8572025-01-30T03:42:11.063Z
8582025-01-30T03:42:11.063Ztest result: ok. 1 passed; 0 failed; 0 ignored; 0 measured; 13 filtered out; finished in 0.01s
8592025-01-30T03:42:11.063Z
8602025-01-30T03:42:11.069Z+ banner 'dyn load'
8612025-01-30T03:42:11.071Z
8622025-01-30T03:42:11.071Z ##### # # # # # #### ## #####
8632025-01-30T03:42:11.071Z # # # # ## # # # # # # # #
8642025-01-30T03:42:11.071Z # # # # # # # # # # # # #
8652025-01-30T03:42:11.072Z # # # # # # # # # ###### # #
8662025-01-30T03:42:11.072Z # # # # ## # # # # # # #
8672025-01-30T03:42:11.072Z ##### # # # ###### #### # # #####
8682025-01-30T03:42:11.072Z
8692025-01-30T03:42:11.072Z+ RUST_BACKTRACE=1
8702025-01-30T03:42:11.072Z+ cargo test dload -- --nocapture
8712025-01-30T03:42:11.220Z Finished test [unoptimized + debuginfo] target(s) in 0.09s
8722025-01-30T03:42:11.223Z Running unittests src/lib.rs (/work/oxidecomputer/p4/target/debug/deps/tests-1dcde4035b6b9b41)
8732025-01-30T03:42:11.236Z
8742025-01-30T03:42:11.236Zrunning 2 tests
8752025-01-30T03:42:11.243Ztest dload::dynamic_load ... ok
8762025-01-30T03:42:11.246Ztest dload::pipeline_create ... ok
8772025-01-30T03:42:11.246Z
8782025-01-30T03:42:11.246Ztest result: ok. 2 passed; 0 failed; 0 ignored; 0 measured; 12 filtered out; finished in 0.01s
8792025-01-30T03:42:11.246Z
8802025-01-30T03:42:11.249Z+ banner disag
8812025-01-30T03:42:11.251Z
8822025-01-30T03:42:11.251Z ##### # #### ## ####
8832025-01-30T03:42:11.251Z # # # # # # # #
8842025-01-30T03:42:11.251Z # # # #### # # #
8852025-01-30T03:42:11.251Z # # # # ###### # ###
8862025-01-30T03:42:11.251Z # # # # # # # # #
8872025-01-30T03:42:11.251Z ##### # #### # # ####
8882025-01-30T03:42:11.251Z
8892025-01-30T03:42:11.251Z+ RUST_BACKTRACE=1
8902025-01-30T03:42:11.251Z+ cargo test disag_router -- --nocapture
8912025-01-30T03:42:11.396Z Finished test [unoptimized + debuginfo] target(s) in 0.09s
8922025-01-30T03:42:11.399Z Running unittests src/lib.rs (/work/oxidecomputer/p4/target/debug/deps/tests-1dcde4035b6b9b41)
8932025-01-30T03:42:11.412Z
8942025-01-30T03:42:11.412Zrunning 1 test
8952025-01-30T03:42:11.420Z[phy2] do you know the muffin man?
8962025-01-30T03:42:11.422Z[cpu] the muffin man?
8972025-01-30T03:42:11.422Z[cpu] the muffin man!
8982025-01-30T03:42:11.422Z[cpu] why yes
8992025-01-30T03:42:11.422Z[phy1] i know the muffin man
9002025-01-30T03:42:11.422Z[phy3] the muffin man is me!!!
9012025-01-30T03:42:11.423Ztest disag_router::disag_router ... ok
9022025-01-30T03:42:11.423Z
9032025-01-30T03:42:11.423Ztest result: ok. 1 passed; 0 failed; 0 ignored; 0 measured; 13 filtered out; finished in 0.01s
9042025-01-30T03:42:11.423Z
9052025-01-30T03:42:11.428Z+ banner 'dyn rtr'
9062025-01-30T03:42:11.431Z
9072025-01-30T03:42:11.431Z ##### # # # # ##### ##### #####
9082025-01-30T03:42:11.431Z # # # # ## # # # # # #
9092025-01-30T03:42:11.431Z # # # # # # # # # # #
9102025-01-30T03:42:11.431Z # # # # # # ##### # #####
9112025-01-30T03:42:11.431Z # # # # ## # # # # #
9122025-01-30T03:42:11.431Z ##### # # # # # # # #
9132025-01-30T03:42:11.431Z
9142025-01-30T03:42:11.431Z+ RUST_BACKTRACE=1
9152025-01-30T03:42:11.431Z+ cargo test dynamic_router -- --nocapture
9162025-01-30T03:42:11.577Z Finished test [unoptimized + debuginfo] target(s) in 0.09s
9172025-01-30T03:42:11.580Z Running unittests src/lib.rs (/work/oxidecomputer/p4/target/debug/deps/tests-1dcde4035b6b9b41)
9182025-01-30T03:42:11.593Z
9192025-01-30T03:42:11.594Zrunning 1 test
9202025-01-30T03:42:11.601Z[phy2] do you know the muffin man?
9212025-01-30T03:42:11.604Z[cpu] the muffin man?
9222025-01-30T03:42:11.604Z[cpu] the muffin man!
9232025-01-30T03:42:11.604Z[cpu] why yes
9242025-01-30T03:42:11.604Z[phy1] i know the muffin man
9252025-01-30T03:42:11.604Z[phy3] the muffin man is me!!!
9262025-01-30T03:42:11.604Ztest dynamic_router::dynamic_router2 ... ok
9272025-01-30T03:42:11.604Z
9282025-01-30T03:42:11.604Ztest result: ok. 1 passed; 0 failed; 0 ignored; 0 measured; 13 filtered out; finished in 0.01s
9292025-01-30T03:42:11.604Z
9302025-01-30T03:42:11.609Z+ banner hub
9312025-01-30T03:42:11.611Z
9322025-01-30T03:42:11.611Z # # # # #####
9332025-01-30T03:42:11.611Z # # # # # #
9342025-01-30T03:42:11.611Z ###### # # #####
9352025-01-30T03:42:11.611Z # # # # # #
9362025-01-30T03:42:11.611Z # # # # # #
9372025-01-30T03:42:11.611Z # # #### #####
9382025-01-30T03:42:11.611Z
9392025-01-30T03:42:11.611Z+ RUST_BACKTRACE=1
9402025-01-30T03:42:11.611Z+ cargo test hub -- --nocapture
9412025-01-30T03:42:11.757Z Finished test [unoptimized + debuginfo] target(s) in 0.09s
9422025-01-30T03:42:11.759Z Running unittests src/lib.rs (/work/oxidecomputer/p4/target/debug/deps/tests-1dcde4035b6b9b41)
9432025-01-30T03:42:11.773Z
9442025-01-30T03:42:11.773Zrunning 1 test
9452025-01-30T03:42:11.780Z[phy2] do you know the muffin man?
9462025-01-30T03:42:11.780Z[phy3] do you know the muffin man?
9472025-01-30T03:42:11.783Z[phy1] the muffin man?
9482025-01-30T03:42:11.784Z[phy3] the muffin man?
9492025-01-30T03:42:11.784Z[phy2] the muffin man!
9502025-01-30T03:42:11.784Z[phy3] the muffin man!
9512025-01-30T03:42:11.784Z[phy1] why yes
9522025-01-30T03:42:11.784Z[phy1] i know the muffin man
9532025-01-30T03:42:11.784Z[phy1] the muffin man is me!!!
9542025-01-30T03:42:11.784Z[phy3] why yes
9552025-01-30T03:42:11.784Z[phy3] i know the muffin man
9562025-01-30T03:42:11.784Z[phy3] the muffin man is me!!!
9572025-01-30T03:42:11.784Ztest hub::hub2 ... ok
9582025-01-30T03:42:11.784Z
9592025-01-30T03:42:11.784Ztest result: ok. 1 passed; 0 failed; 0 ignored; 0 measured; 13 filtered out; finished in 0.01s
9602025-01-30T03:42:11.784Z
9612025-01-30T03:42:11.788Z+ banner router
9622025-01-30T03:42:11.791Z
9632025-01-30T03:42:11.791Z ##### #### # # ##### ###### #####
9642025-01-30T03:42:11.791Z # # # # # # # # # #
9652025-01-30T03:42:11.791Z # # # # # # # ##### # #
9662025-01-30T03:42:11.791Z ##### # # # # # # #####
9672025-01-30T03:42:11.791Z # # # # # # # # # #
9682025-01-30T03:42:11.791Z # # #### #### # ###### # #
9692025-01-30T03:42:11.791Z
9702025-01-30T03:42:11.791Z+ RUST_BACKTRACE=1
9712025-01-30T03:42:11.791Z+ cargo test basic_router -- --nocapture
9722025-01-30T03:42:11.934Z Finished test [unoptimized + debuginfo] target(s) in 0.09s
9732025-01-30T03:42:11.937Z Running unittests src/lib.rs (/work/oxidecomputer/p4/target/debug/deps/tests-1dcde4035b6b9b41)
9742025-01-30T03:42:11.952Z
9752025-01-30T03:42:11.952Zrunning 1 test
9762025-01-30T03:42:11.958Z[phy2] do you know the muffin man?
9772025-01-30T03:42:11.960Z[phy1] the muffin man?
9782025-01-30T03:42:11.960Z[phy2] the muffin man!
9792025-01-30T03:42:11.960Z[phy1] why yes
9802025-01-30T03:42:11.960Z[phy1] i know the muffin man
9812025-01-30T03:42:11.960Z[phy1] the muffin man is me!!!
9822025-01-30T03:42:11.960Ztest basic_router::basic_router2 ... ok
9832025-01-30T03:42:11.960Z
9842025-01-30T03:42:11.960Ztest result: ok. 1 passed; 0 failed; 0 ignored; 0 measured; 13 filtered out; finished in 0.01s
9852025-01-30T03:42:11.960Z
9862025-01-30T03:42:11.965Z+ banner headers
9872025-01-30T03:42:11.968Z
9882025-01-30T03:42:11.968Z # # ###### ## ##### ###### ##### ####
9892025-01-30T03:42:11.968Z # # # # # # # # # # #
9902025-01-30T03:42:11.968Z ###### ##### # # # # ##### # # ####
9912025-01-30T03:42:11.968Z # # # ###### # # # ##### #
9922025-01-30T03:42:11.968Z # # # # # # # # # # # #
9932025-01-30T03:42:11.968Z # # ###### # # ##### ###### # # ####
9942025-01-30T03:42:11.968Z
9952025-01-30T03:42:11.968Z+ RUST_BACKTRACE=1
9962025-01-30T03:42:11.968Z+ cargo test headers -- --nocapture
9972025-01-30T03:42:12.112Z Finished test [unoptimized + debuginfo] target(s) in 0.09s
9982025-01-30T03:42:12.114Z Running unittests src/lib.rs (/work/oxidecomputer/p4/target/debug/deps/tests-1dcde4035b6b9b41)
9992025-01-30T03:42:12.128Z
10002025-01-30T03:42:12.128Zrunning 1 test
10012025-01-30T03:42:12.131Ztest headers::ipv6_header_read_write ... ok
10022025-01-30T03:42:12.131Z
10032025-01-30T03:42:12.131Ztest result: ok. 1 passed; 0 failed; 0 ignored; 0 measured; 13 filtered out; finished in 0.00s
10042025-01-30T03:42:12.131Z
10052025-01-30T03:42:12.134Zprocess exited: duration 219255 ms, exit code 0
 
10062025-01-30T03:42:12.140Zfound 4 output files
10072025-01-30T03:42:12.140Zuploading: /work/debug/libsidecar_lite.so (37392336 bytes)
10082025-01-30T03:42:13.653Zuploaded: /work/debug/libsidecar_lite.so
10092025-01-30T03:42:13.653Zuploading: /work/debug/x4c (51010016 bytes)
10102025-01-30T03:42:15.292Zuploaded: /work/debug/x4c
10112025-01-30T03:42:15.292Zuploading: /work/release/libsidecar_lite.so (8937168 bytes)
10122025-01-30T03:42:16.467Zuploaded: /work/release/libsidecar_lite.so
10132025-01-30T03:42:16.467Zuploading: /work/release/x4c (9660008 bytes)
10142025-01-30T03:42:17.634Zuploaded: /work/release/x4c