01KXMHH78V029PF4NWPZ8GE0TH: 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: 01KXMHHWJVVCBCQVR3PF04WA9G

Tags:

Artefacts:

Output:

SEQ GLOBAL TIME DETAILS
12026-07-16T04:05:28.329Zjob assigned to worker 01KXMHHY0QGWNPWDMBARFK5QWM [factory aws, i-03ec546a98acf33a7] (queued for 57 s)
 
22026-07-16T04:05:34.654Zstarting task 0: "setup"
32026-07-16T04:05:34.659Z++ uname -s
42026-07-16T04:05:34.701Z+ kern=SunOS
52026-07-16T04:05:34.701Z+ build_user=build
62026-07-16T04:05:34.701Z+ build_uid=12345
72026-07-16T04:05:34.701Z+ work_dir=/work
82026-07-16T04:05:34.701Z+ input_dir=/input
92026-07-16T04:05:34.701Z+ [[ 0 == 12345 ]]
102026-07-16T04:05:34.701Z+ case "$kern" in
112026-07-16T04:05:34.701Z+ groupadd -g 12345 build
122026-07-16T04:05:34.701Z+ useradd -u 12345 -g build -d /home/build -s /bin/bash -c build -P 'Primary Administrator' build
132026-07-16T04:05:36.669Z+ zfs create -o mountpoint=/work rpool/work
142026-07-16T04:05:36.736Z++ awk '$2 == "/home" { print $3 }' /etc/mnttab
152026-07-16T04:05:36.739Z+ home_fs=zfs
162026-07-16T04:05:36.739Z+ [[ zfs == autofs ]]
172026-07-16T04:05:36.739Z+ mkdir -p /home/build
182026-07-16T04:05:36.740Z+ chown build:build /home/build /work
192026-07-16T04:05:38.740Z+ chmod 0700 /home/build /work
202026-07-16T04:05:38.743Zprocess exited: duration 4087 ms, exit code 0
 
212026-07-16T04:05:38.749Zstarting task 1: "rust-toolchain"
222026-07-16T04:05:38.753Z+ printf ' * rust toolchain channel = "%s"\n' stable
232026-07-16T04:05:38.753Z * rust toolchain channel = "stable"
242026-07-16T04:05:38.753Z * rust toolchain profile = "default"
252026-07-16T04:05:38.753Z+ printf ' * rust toolchain profile = "%s"\n' default
262026-07-16T04:05:38.753Z+ export RUSTUP_INIT_SKIP_PATH_CHECK=true
272026-07-16T04:05:38.753Z+ RUSTUP_INIT_SKIP_PATH_CHECK=true
282026-07-16T04:05:38.758Z+ curl --proto =https --tlsv1.2 -sSf https://sh.rustup.rs
292026-07-16T04:05:38.758Z+ /bin/bash -s - -y --no-modify-path --default-toolchain stable --profile default
302026-07-16T04:05:38.879Zinfo: downloading installer
312026-07-16T04:05:40.180Zwarn: It looks like you have an existing installation of Rust at:
322026-07-16T04:05:40.180Zwarn: /opt/ooce/bin
332026-07-16T04:05:40.180Zwarn: It is recommended that rustup be the primary Rust installation.
342026-07-16T04:05:40.180Zwarn: Otherwise you may have confusion unless you are careful with your PATH.
352026-07-16T04:05:40.180Zwarn: If you are sure that you want both rustup and your already installed Rust
362026-07-16T04:05:40.180Zwarn: then please reply `y' or `yes' or set RUSTUP_INIT_SKIP_PATH_CHECK to yes
372026-07-16T04:05:40.180Zwarn: or pass `-y' to ignore all ignorable checks.
382026-07-16T04:05:40.181Zerror: cannot install while Rust is installed
392026-07-16T04:05:40.181Zwarn: continuing (because the -y flag is set and the error is ignorable)
402026-07-16T04:05:40.181Zwarn: It looks like you have an existing rustup settings file at:
412026-07-16T04:05:40.181Zwarn: /home/build/.rustup/settings.toml
422026-07-16T04:05:40.181Zwarn: Rustup will install the default toolchain as specified in the settings file,
432026-07-16T04:05:40.181Zwarn: instead of the one inferred from the default host triple.
442026-07-16T04:05:40.195Zinfo: profile set to default
452026-07-16T04:05:40.195Zinfo: default host triple is x86_64-unknown-illumos
462026-07-16T04:05:40.198Zinfo: syncing channel updates for stable-x86_64-unknown-illumos
472026-07-16T04:05:40.341Zinfo: latest update on 2026-07-09 for version 1.97.0 (2d8144b78 2026-07-07)
482026-07-16T04:05:40.344Zinfo: downloading 6 components
492026-07-16T04:05:55.047Zinfo: default toolchain set to stable-x86_64-unknown-illumos
502026-07-16T04:05:55.047Z
512026-07-16T04:05:55.074Z stable-x86_64-unknown-illumos installed - rustc 1.97.0 (2d8144b78 2026-07-07)
522026-07-16T04:05:55.074Z
532026-07-16T04:05:55.077Z
542026-07-16T04:05:55.077ZRust is installed now. Great!
552026-07-16T04:05:55.077Z
562026-07-16T04:05:55.077ZTo get started you need Cargo's bin directory ($HOME/.cargo/bin) in your PATH
572026-07-16T04:05:55.077Zenvironment variable. This has not been done automatically.
582026-07-16T04:05:55.077Z
592026-07-16T04:05:55.077ZTo configure your current shell, you need to source
602026-07-16T04:05:55.077Zthe corresponding env file under $HOME/.cargo.
612026-07-16T04:05:55.077Z
622026-07-16T04:05:55.077ZThis is usually done by running one of the following (note the leading DOT):
632026-07-16T04:05:55.077Z. "$HOME/.cargo/env" # For sh/bash/zsh/ash/dash/pdksh
642026-07-16T04:05:55.077Zsource "$HOME/.cargo/env.fish" # For fish
652026-07-16T04:05:55.077Zsource "~/.cargo/env.nu" # For nushell
662026-07-16T04:05:55.077Zsource "$HOME/.cargo/env.tcsh" # For tcsh
672026-07-16T04:05:55.077Z. "$HOME/.cargo/env.ps1" # For pwsh
682026-07-16T04:05:55.077Zsource "$HOME/.cargo/env.xsh" # For xonsh
692026-07-16T04:05:55.077Zwarn: no default linker (`cc`) was found in your PATH
702026-07-16T04:05:55.077Zwarn: many Rust crates require a system C toolchain to build
712026-07-16T04:05:55.172Z+ rustup --version
722026-07-16T04:05:55.182Zrustup 1.29.0 (28d1352db 2026-03-05)
732026-07-16T04:05:55.185Zinfo: This is the version for the rustup toolchain manager, not the rustc compiler.
742026-07-16T04:05:55.205Zinfo: the currently active `rustc` version is `rustc 1.97.0 (2d8144b78 2026-07-07)`
752026-07-16T04:05:55.208Z+ cargo --version
762026-07-16T04:05:55.220Zcargo 1.97.0 (c980f4866 2026-06-30)
772026-07-16T04:05:55.224Z+ rustc --version
782026-07-16T04:05:55.245Zrustc 1.97.0 (2d8144b78 2026-07-07)
792026-07-16T04:05:55.248Zprocess exited: duration 16493 ms, exit code 0
 
802026-07-16T04:05:55.255Zstarting task 2: "authentication"
812026-07-16T04:05:55.271Zprocess exited: duration 15 ms, exit code 0
 
822026-07-16T04:05:55.277Zstarting task 3: "clone repository"
832026-07-16T04:05:55.281Z+ mkdir -p /work/oxidecomputer/p4
842026-07-16T04:05:55.283Z+ git clone https://github.com/oxidecomputer/p4 /work/oxidecomputer/p4
852026-07-16T04:05:55.320ZCloning into '/work/oxidecomputer/p4'...
862026-07-16T04:05:56.051Z+ cd /work/oxidecomputer/p4
872026-07-16T04:05:56.051Z+ git fetch origin 21065c6156970d9be696b89d9ad7ba9370bf9d9c
882026-07-16T04:05:56.271ZFrom https://github.com/oxidecomputer/p4
892026-07-16T04:05:56.271Z * branch 21065c6156970d9be696b89d9ad7ba9370bf9d9c -> FETCH_HEAD
902026-07-16T04:05:56.277Z+ [[ -n renovate/regex-1.x-lockfile ]]
912026-07-16T04:05:56.280Z++ git branch --show-current
922026-07-16T04:05:56.280Z+ current=main
932026-07-16T04:05:56.280Z+ [[ main != renovate/regex-1.x-lockfile ]]
942026-07-16T04:05:56.280Z+ git branch -f renovate/regex-1.x-lockfile 21065c6156970d9be696b89d9ad7ba9370bf9d9c
952026-07-16T04:05:56.284Z+ git checkout -f renovate/regex-1.x-lockfile
962026-07-16T04:05:56.289ZSwitched to branch 'renovate/regex-1.x-lockfile'
972026-07-16T04:05:56.292Z+ git reset --hard 21065c6156970d9be696b89d9ad7ba9370bf9d9c
982026-07-16T04:05:56.296ZHEAD is now at 21065c6 Update Rust crate regex to v1.13.1
992026-07-16T04:05:56.299Zprocess exited: duration 1019 ms, exit code 0
 
1002026-07-16T04:05:56.306Zstarting task 4: "build"
1012026-07-16T04:05:56.311Z+ cargo --version
1022026-07-16T04:05:56.315Zinfo: syncing channel updates for 1.92.0-x86_64-unknown-illumos
1032026-07-16T04:05:56.477Zinfo: latest update on 2025-12-11 for version 1.92.0 (ded5c06cf 2025-12-08)
1042026-07-16T04:05:56.480Zinfo: downloading 6 components
1052026-07-16T04:06:10.566Zcargo 1.92.0 (344c4567c 2025-10-21)
1062026-07-16T04:06:10.569Z+ rustc --version
1072026-07-16T04:06:10.595Zrustc 1.92.0 (ded5c06cf 2025-12-08)
1082026-07-16T04:06:10.598Z+ banner check
1092026-07-16T04:06:10.601Z
1102026-07-16T04:06:10.601Z #### # # ###### #### # #
1112026-07-16T04:06:10.601Z # # # # # # # # #
1122026-07-16T04:06:10.601Z # ###### ##### # ####
1132026-07-16T04:06:10.601Z # # # # # # #
1142026-07-16T04:06:10.601Z # # # # # # # # #
1152026-07-16T04:06:10.601Z #### # # ###### #### # #
1162026-07-16T04:06:10.601Z
1172026-07-16T04:06:10.601Z+ cargo fmt -- --check
1182026-07-16T04:06:10.742Z+ cargo check
1192026-07-16T04:06:10.809Z Updating crates.io index
1202026-07-16T04:06:10.847Z Updating git repository `https://github.com/oxidecomputer/xfr`
1212026-07-16T04:06:11.103ZFrom https://github.com/oxidecomputer/xfr
1222026-07-16T04:06:11.103Z * [new ref] 8a89ee73d039abf91fdddcdd66de6ff04ce2518d -> refs/commit/8a89ee73d039abf91fdddcdd66de6ff04ce2518d
1232026-07-16T04:06:12.375Z Downloading crates ...
1242026-07-16T04:06:12.428Z Downloaded block-buffer v0.10.4
1252026-07-16T04:06:12.438Z Downloaded ppv-lite86 v0.2.21
1262026-07-16T04:06:12.446Z Downloaded pnet_macros v0.35.0
1272026-07-16T04:06:12.450Z Downloaded aho-corasick v1.1.4
1282026-07-16T04:06:12.453Z Downloaded proc-macro2 v1.0.106
1292026-07-16T04:06:12.453Z Downloaded pnet_base v0.35.0
1302026-07-16T04:06:12.457Z Downloaded num v0.4.3
1312026-07-16T04:06:12.457Z Downloaded cpufeatures v0.2.17
1322026-07-16T04:06:12.457Z Downloaded log v0.4.29
1332026-07-16T04:06:12.460Z Downloaded itoa v1.0.17
1342026-07-16T04:06:12.460Z Downloaded zerocopy-derive v0.7.35
1352026-07-16T04:06:12.463Z Downloaded zmij v1.0.21
1362026-07-16T04:06:12.463Z Downloaded memmap v0.7.0
1372026-07-16T04:06:12.466Z Downloaded bitflags v2.11.0
1382026-07-16T04:06:12.469Z Downloaded num-traits v0.2.19
1392026-07-16T04:06:12.469Z Downloaded generic-array v0.14.7
1402026-07-16T04:06:12.472Z Downloaded heck v0.5.0
1412026-07-16T04:06:12.473Z Downloaded cfg-if v1.0.4
1422026-07-16T04:06:12.475Z Downloaded zerocopy v0.8.40
1432026-07-16T04:06:12.479Z Downloaded digest v0.10.7
1442026-07-16T04:06:12.479Z Downloaded rand_chacha v0.9.0
1452026-07-16T04:06:12.482Z Downloaded clap_lex v1.0.0
1462026-07-16T04:06:12.482Z Downloaded byteorder v1.5.0
1472026-07-16T04:06:12.485Z Downloaded thread-id v4.2.2
1482026-07-16T04:06:12.485Z Downloaded dof v0.3.0
1492026-07-16T04:06:12.488Z Downloaded pnet_datalink v0.35.0
1502026-07-16T04:06:12.491Z Downloaded scroll_derive v0.12.1
1512026-07-16T04:06:12.491Z Downloaded funty v2.0.0
1522026-07-16T04:06:12.497Z Downloaded utf8parse v0.2.2
1532026-07-16T04:06:12.500Z Downloaded is_terminal_polyfill v1.70.2
1542026-07-16T04:06:12.500Z Downloaded usdt-macro v0.5.0
1552026-07-16T04:06:12.500Z Downloaded plain v0.2.3
1562026-07-16T04:06:12.503Z Downloaded pretty-hex v0.4.1
1572026-07-16T04:06:12.506Z Downloaded serde_tokenstream v0.2.3
1582026-07-16T04:06:12.506Z Downloaded anstyle-query v1.1.5
1592026-07-16T04:06:12.510Z Downloaded pnet_sys v0.35.0
1602026-07-16T04:06:12.513Z Downloaded tap v1.0.1
1612026-07-16T04:06:12.513Z Downloaded pnet_macros_support v0.35.0
1622026-07-16T04:06:12.518Z Downloaded radium v0.7.0
1632026-07-16T04:06:12.521Z Downloaded colorchoice v1.0.4
1642026-07-16T04:06:12.524Z Downloaded usdt-attr-macro v0.5.0
1652026-07-16T04:06:12.527Z Downloaded num-complex v0.4.6
1662026-07-16T04:06:12.527Z Downloaded num-integer v0.1.46
1672026-07-16T04:06:12.530Z Downloaded quote v1.0.45
1682026-07-16T04:06:12.540Z Downloaded strsim v0.11.1
1692026-07-16T04:06:12.544Z Downloaded usdt v0.5.0
1702026-07-16T04:06:12.544Z Downloaded num-iter v0.1.45
1712026-07-16T04:06:12.544Z Downloaded errno v0.3.14
1722026-07-16T04:06:12.547Z Downloaded pnet_transport v0.35.0
1732026-07-16T04:06:12.550Z Downloaded fastrand v2.3.0
1742026-07-16T04:06:12.563Z Downloaded pnet v0.35.0
1752026-07-16T04:06:12.566Z Downloaded ipnetwork v0.20.0
1762026-07-16T04:06:12.569Z Downloaded no-std-net v0.6.0
1772026-07-16T04:06:12.572Z Downloaded version_check v0.9.5
1782026-07-16T04:06:12.572Z Downloaded scroll v0.12.0
1792026-07-16T04:06:12.579Z Downloaded dtrace-parser v0.2.0
1802026-07-16T04:06:12.584Z Downloaded wyz v0.5.1
1812026-07-16T04:06:12.587Z Downloaded anstyle-parse v1.0.0
1822026-07-16T04:06:12.598Z Downloaded usdt-impl v0.5.0
1832026-07-16T04:06:12.601Z Downloaded anstream v1.0.0
1842026-07-16T04:06:12.601Z Downloaded thiserror v1.0.69
1852026-07-16T04:06:12.604Z Downloaded glob v0.3.3
1862026-07-16T04:06:12.604Z Downloaded crypto-common v0.1.7
1872026-07-16T04:06:12.604Z Downloaded autocfg v1.5.0
1882026-07-16T04:06:12.608Z Downloaded anstyle v1.0.13
1892026-07-16T04:06:12.608Z Downloaded rand_core v0.9.5
1902026-07-16T04:06:12.608Z Downloaded colored v3.1.1
1912026-07-16T04:06:12.611Z Downloaded once_cell v1.21.3
1922026-07-16T04:06:12.611Z Downloaded num-rational v0.4.2
1932026-07-16T04:06:12.611Z Downloaded ucd-trie v0.1.7
1942026-07-16T04:06:12.614Z Downloaded pest_generator v2.8.6
1952026-07-16T04:06:12.617Z Downloaded thiserror-impl v1.0.69
1962026-07-16T04:06:12.621Z Downloaded tempfile v3.27.0
1972026-07-16T04:06:12.624Z Downloaded memchr v2.8.0
1982026-07-16T04:06:12.627Z Downloaded anyhow v1.0.102
1992026-07-16T04:06:12.632Z Downloaded num-bigint v0.4.6
2002026-07-16T04:06:12.635Z Downloaded pnet_packet v0.35.0
2012026-07-16T04:06:12.638Z Downloaded clap_derive v4.6.1
2022026-07-16T04:06:12.642Z Downloaded clap v4.6.1
2032026-07-16T04:06:12.646Z Downloaded pest_derive v2.8.6
2042026-07-16T04:06:12.649Z Downloaded prettyplease v0.2.37
2052026-07-16T04:06:12.653Z Downloaded sha2 v0.10.9
2062026-07-16T04:06:12.656Z Downloaded rand v0.9.3
2072026-07-16T04:06:12.659Z Downloaded unicode-ident v1.0.24
2082026-07-16T04:06:12.659Z Downloaded serde_derive v1.0.228
2092026-07-16T04:06:12.662Z Downloaded getrandom v0.4.1
2102026-07-16T04:06:12.665Z Downloaded getrandom v0.3.4
2112026-07-16T04:06:12.665Z Downloaded serde_core v1.0.228
2122026-07-16T04:06:12.668Z Downloaded pest_meta v2.8.6
2132026-07-16T04:06:12.671Z Downloaded typenum v1.19.0
2142026-07-16T04:06:12.695Z Downloaded serde v1.0.228
2152026-07-16T04:06:12.727Z Downloaded pest v2.8.6
2162026-07-16T04:06:12.736Z Downloaded regex v1.13.1
2172026-07-16T04:06:12.741Z Downloaded zerocopy v0.7.35
2182026-07-16T04:06:12.750Z Downloaded serde_json v1.0.149
2192026-07-16T04:06:12.754Z Downloaded goblin v0.8.2
2202026-07-16T04:06:12.759Z Downloaded clap_builder v4.6.0
2212026-07-16T04:06:12.785Z Downloaded bitvec v1.1.1
2222026-07-16T04:06:12.798Z Downloaded syn v2.0.118
2232026-07-16T04:06:12.814Z Downloaded regex-syntax v0.8.11
2242026-07-16T04:06:12.827Z Downloaded rustix v1.1.4
2252026-07-16T04:06:12.848Z Downloaded regex-automata v0.4.16
2262026-07-16T04:06:12.864Z Downloaded libc v0.2.182
2272026-07-16T04:06:12.931Z Compiling proc-macro2 v1.0.106
2282026-07-16T04:06:12.931Z Compiling quote v1.0.45
2292026-07-16T04:06:12.935Z Compiling unicode-ident v1.0.24
2302026-07-16T04:06:12.935Z Compiling libc v0.2.182
2312026-07-16T04:06:12.935Z Compiling serde_core v1.0.228
2322026-07-16T04:06:12.935Z Compiling memchr v2.8.0
2332026-07-16T04:06:12.935Z Compiling serde v1.0.228
2342026-07-16T04:06:13.088Z Compiling zmij v1.0.21
2352026-07-16T04:06:13.358Z Compiling thiserror v1.0.69
2362026-07-16T04:06:13.362Z Compiling ucd-trie v0.1.7
2372026-07-16T04:06:13.446Z Compiling serde_json v1.0.149
2382026-07-16T04:06:13.549Z Compiling pest v2.8.6
2392026-07-16T04:06:13.578Z Compiling getrandom v0.4.1
2402026-07-16T04:06:13.682Z Compiling rustix v1.1.4
2412026-07-16T04:06:13.831Z Compiling version_check v0.9.5
2422026-07-16T04:06:13.853Z Compiling autocfg v1.5.0
2432026-07-16T04:06:14.180Z Compiling syn v2.0.118
2442026-07-16T04:06:14.199Z Compiling num-traits v0.2.19
2452026-07-16T04:06:14.221Z Compiling aho-corasick v1.1.4
2462026-07-16T04:06:14.237Z Compiling prettyplease v0.2.37
2472026-07-16T04:06:14.422Z Compiling regex-syntax v0.8.11
2482026-07-16T04:06:14.639Z Compiling pest_meta v2.8.6
2492026-07-16T04:06:14.778Z Checking cfg-if v1.0.4
2502026-07-16T04:06:15.148Z Compiling byteorder v1.5.0
2512026-07-16T04:06:15.354Z Compiling itoa v1.0.17
2522026-07-16T04:06:15.363Z Compiling usdt-impl v0.5.0
2532026-07-16T04:06:15.568Z Checking num-integer v0.1.46
2542026-07-16T04:06:15.641Z Compiling thread-id v4.2.2
2552026-07-16T04:06:15.713Z Checking log v0.4.29
2562026-07-16T04:06:15.848Z Compiling regex-automata v0.4.16
2572026-07-16T04:06:15.919Z Checking colored v3.1.1
2582026-07-16T04:06:16.019Z Checking plain v0.2.3
2592026-07-16T04:06:16.142Z Compiling errno v0.3.14
2602026-07-16T04:06:16.291Z Compiling radium v0.7.0
2612026-07-16T04:06:16.439Z Checking no-std-net v0.6.0
2622026-07-16T04:06:16.501Z Compiling pest_generator v2.8.6
2632026-07-16T04:06:16.531Z Compiling bitflags v2.11.0
2642026-07-16T04:06:16.559Z Checking pretty-hex v0.4.1
2652026-07-16T04:06:16.733Z Checking pnet_base v0.35.0
2662026-07-16T04:06:16.827Z Checking tap v1.0.1
2672026-07-16T04:06:16.851Z Compiling getrandom v0.3.4
2682026-07-16T04:06:16.856Z Compiling once_cell v1.21.3
2692026-07-16T04:06:16.918Z Compiling zerocopy v0.8.40
2702026-07-16T04:06:17.052Z Compiling fastrand v2.3.0
2712026-07-16T04:06:17.193Z Checking wyz v0.5.1
2722026-07-16T04:06:17.352Z Compiling tempfile v3.27.0
2732026-07-16T04:06:17.366Z Checking num-iter v0.1.45
2742026-07-16T04:06:17.390Z Checking memmap v0.7.0
2752026-07-16T04:06:17.478Z Compiling anyhow v1.0.102
2762026-07-16T04:06:17.511Z Checking funty v2.0.0
2772026-07-16T04:06:17.687Z Compiling regex v1.13.1
2782026-07-16T04:06:17.767Z Compiling serde_derive v1.0.228
2792026-07-16T04:06:17.813Z Compiling thiserror-impl v1.0.69
2802026-07-16T04:06:17.829Z Compiling zerocopy-derive v0.7.35
2812026-07-16T04:06:18.011Z Compiling pest_derive v2.8.6
2822026-07-16T04:06:18.086Z Compiling scroll_derive v0.12.1
2832026-07-16T04:06:18.139Z Compiling p4 v0.1.0 (/work/oxidecomputer/p4/p4)
2842026-07-16T04:06:18.543Z Checking bitvec v1.1.1
2852026-07-16T04:06:18.573Z Compiling pnet_macros v0.35.0
2862026-07-16T04:06:18.675Z Compiling zerocopy v0.7.35
2872026-07-16T04:06:18.778Z Checking scroll v0.12.0
2882026-07-16T04:06:19.063Z Compiling dtrace-parser v0.2.0
2892026-07-16T04:06:19.093Z Checking goblin v0.8.2
2902026-07-16T04:06:19.285Z Compiling p4-rust v0.1.0 (/work/oxidecomputer/p4/codegen/rust)
2912026-07-16T04:06:19.688Z Checking pnet_macros_support v0.35.0
2922026-07-16T04:06:19.795Z Checking pnet_sys v0.35.0
2932026-07-16T04:06:19.904Z Checking utf8parse v0.2.2
2942026-07-16T04:06:19.997Z Checking anstyle-parse v1.0.0
2952026-07-16T04:06:20.041Z Checking rand_core v0.9.5
2962026-07-16T04:06:20.139Z Checking pnet_packet v0.35.0
2972026-07-16T04:06:20.546Z Checking anstyle v1.0.13
2982026-07-16T04:06:20.714Z Compiling pnet v0.35.0
2992026-07-16T04:06:20.814Z Checking colorchoice v1.0.4
3002026-07-16T04:06:20.830Z Checking num-bigint v0.4.6
3012026-07-16T04:06:20.845Z Checking num-complex v0.4.6
3022026-07-16T04:06:20.929Z Checking ipnetwork v0.20.0
3032026-07-16T04:06:21.003Z Compiling dof v0.3.0
3042026-07-16T04:06:21.035Z Compiling serde_tokenstream v0.2.3
3052026-07-16T04:06:21.164Z Checking anstyle-query v1.1.5
3062026-07-16T04:06:21.321Z Compiling p4-macro v0.1.0 (/work/oxidecomputer/p4/lang/p4-macro)
3072026-07-16T04:06:21.377Z Checking is_terminal_polyfill v1.70.2
3082026-07-16T04:06:21.456Z Checking anstream v1.0.0
3092026-07-16T04:06:21.644Z Checking pnet_datalink v0.35.0
3102026-07-16T04:06:21.704Z Checking num-rational v0.4.2
3112026-07-16T04:06:21.767Z Compiling usdt-macro v0.5.0
3122026-07-16T04:06:21.847Z Compiling usdt-attr-macro v0.5.0
3132026-07-16T04:06:21.981Z Checking num v0.4.3
3142026-07-16T04:06:22.045Z Compiling heck v0.5.0
3152026-07-16T04:06:22.048Z Checking clap_lex v1.0.0
3162026-07-16T04:06:22.123Z Checking pnet_transport v0.35.0
3172026-07-16T04:06:22.183Z Compiling tests v0.1.0 (/work/oxidecomputer/p4/test)
3182026-07-16T04:06:22.196Z Checking strsim v0.11.1
3192026-07-16T04:06:22.238Z Compiling clap_derive v4.6.1
3202026-07-16T04:06:22.349Z Checking xfr v0.1.0 (https://github.com/oxidecomputer/xfr#8a89ee73)
3212026-07-16T04:06:22.380Z Checking clap_builder v4.6.0
3222026-07-16T04:06:22.437Z Compiling x4c-book v0.1.0 (/work/oxidecomputer/p4/book/code)
3232026-07-16T04:06:22.475Z Compiling sidecar-lite v0.1.0 (/work/oxidecomputer/p4/lang/prog/sidecar-lite)
3242026-07-16T04:06:22.567Z Checking ppv-lite86 v0.2.21
3252026-07-16T04:06:22.610Z Checking usdt v0.5.0
3262026-07-16T04:06:22.683Z Checking x4c_error_codes v0.1.0 (/work/oxidecomputer/p4/x4c_error_codes)
3272026-07-16T04:06:22.757Z Checking p4rs v0.1.0 (/work/oxidecomputer/p4/lang/p4rs)
3282026-07-16T04:06:22.855Z Checking rand_chacha v0.9.0
3292026-07-16T04:06:23.020Z Checking rand v0.9.3
3302026-07-16T04:06:23.098Z Checking p4-macro-test v0.1.0 (/work/oxidecomputer/p4/lang/p4-macro-test)
3312026-07-16T04:06:23.616Z Checking clap v4.6.1
3322026-07-16T04:06:23.676Z Checking x4c v0.1.0 (/work/oxidecomputer/p4/x4c)
3332026-07-16T04:06:24.070Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 13.31s
3342026-07-16T04:06:24.143Z+ cargo clippy --all-targets -- --deny warnings
3352026-07-16T04:06:24.262Z Downloading crates ...
3362026-07-16T04:06:24.318Z Downloaded libloading v0.9.0
3372026-07-16T04:06:24.365Z Compiling p4 v0.1.0 (/work/oxidecomputer/p4/p4)
3382026-07-16T04:06:24.382Z Checking p4rs v0.1.0 (/work/oxidecomputer/p4/lang/p4rs)
3392026-07-16T04:06:24.388Z Compiling tests v0.1.0 (/work/oxidecomputer/p4/test)
3402026-07-16T04:06:24.392Z Compiling x4c-book v0.1.0 (/work/oxidecomputer/p4/book/code)
3412026-07-16T04:06:24.392Z Compiling sidecar-lite v0.1.0 (/work/oxidecomputer/p4/lang/prog/sidecar-lite)
3422026-07-16T04:06:24.395Z Checking libloading v0.9.0
3432026-07-16T04:06:24.641Z Checking x4c_error_codes v0.1.0 (/work/oxidecomputer/p4/x4c_error_codes)
3442026-07-16T04:06:25.165Z Checking p4-rust v0.1.0 (/work/oxidecomputer/p4/codegen/rust)
3452026-07-16T04:06:26.022Z Checking x4c v0.1.0 (/work/oxidecomputer/p4/x4c)
3462026-07-16T04:06:26.022Z Checking p4-macro v0.1.0 (/work/oxidecomputer/p4/lang/p4-macro)
3472026-07-16T04:06:26.951Z Checking p4-macro-test v0.1.0 (/work/oxidecomputer/p4/lang/p4-macro-test)
3482026-07-16T04:06:31.892Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 7.70s
3492026-07-16T04:06:31.919Z+ banner build
3502026-07-16T04:06:31.926Z
3512026-07-16T04:06:31.926Z ##### # # # # #####
3522026-07-16T04:06:31.926Z # # # # # # # #
3532026-07-16T04:06:31.926Z ##### # # # # # #
3542026-07-16T04:06:31.926Z # # # # # # # #
3552026-07-16T04:06:31.927Z # # # # # # # #
3562026-07-16T04:06:31.927Z ##### #### # ###### #####
3572026-07-16T04:06:31.927Z
3582026-07-16T04:06:31.927Z+ ptime -m cargo build
3592026-07-16T04:06:32.053Z Compiling unicode-ident v1.0.24
3602026-07-16T04:06:32.053Z Compiling memchr v2.8.0
3612026-07-16T04:06:32.053Z Compiling ucd-trie v0.1.7
3622026-07-16T04:06:32.056Z Compiling libc v0.2.182
3632026-07-16T04:06:32.056Z Compiling serde_core v1.0.228
3642026-07-16T04:06:32.056Z Compiling regex-syntax v0.8.11
3652026-07-16T04:06:32.090Z Compiling cfg-if v1.0.4
3662026-07-16T04:06:32.095Z Compiling zmij v1.0.21
3672026-07-16T04:06:32.138Z Compiling byteorder v1.5.0
3682026-07-16T04:06:32.172Z Compiling proc-macro2 v1.0.106
3692026-07-16T04:06:32.335Z Compiling itoa v1.0.17
3702026-07-16T04:06:32.337Z Compiling num-traits v0.2.19
3712026-07-16T04:06:32.355Z Compiling thread-id v4.2.2
3722026-07-16T04:06:32.395Z Compiling errno v0.3.14
3732026-07-16T04:06:32.418Z Compiling bitflags v2.11.0
3742026-07-16T04:06:32.506Z Compiling aho-corasick v1.1.4
3752026-07-16T04:06:32.527Z Compiling quote v1.0.45
3762026-07-16T04:06:32.642Z Compiling pest v2.8.6
3772026-07-16T04:06:32.734Z Compiling syn v2.0.118
3782026-07-16T04:06:32.815Z Compiling rustix v1.1.4
3792026-07-16T04:06:32.865Z Compiling num-integer v0.1.46
3802026-07-16T04:06:32.940Z Compiling getrandom v0.4.1
3812026-07-16T04:06:33.062Z Compiling colored v3.1.1
3822026-07-16T04:06:33.173Z Compiling log v0.4.29
3832026-07-16T04:06:33.354Z Compiling plain v0.2.3
3842026-07-16T04:06:33.435Z Compiling fastrand v2.3.0
3852026-07-16T04:06:33.446Z Compiling once_cell v1.21.3
3862026-07-16T04:06:33.660Z Compiling regex-automata v0.4.16
3872026-07-16T04:06:33.672Z Compiling pest_meta v2.8.6
3882026-07-16T04:06:33.698Z Compiling tempfile v3.27.0
3892026-07-16T04:06:33.895Z Compiling serde_json v1.0.149
3902026-07-16T04:06:33.922Z Compiling pretty-hex v0.4.1
3912026-07-16T04:06:34.078Z Compiling no-std-net v0.6.0
3922026-07-16T04:06:34.142Z Compiling pnet_base v0.35.0
3932026-07-16T04:06:34.179Z Compiling tap v1.0.1
3942026-07-16T04:06:34.221Z Compiling wyz v0.5.1
3952026-07-16T04:06:34.240Z Compiling radium v0.7.0
3962026-07-16T04:06:34.389Z Compiling num-iter v0.1.45
3972026-07-16T04:06:34.422Z Compiling memmap v0.7.0
3982026-07-16T04:06:34.495Z Compiling funty v2.0.0
3992026-07-16T04:06:34.545Z Compiling getrandom v0.3.4
4002026-07-16T04:06:34.594Z Compiling zerocopy v0.8.40
4012026-07-16T04:06:34.714Z Compiling pnet_macros_support v0.35.0
4022026-07-16T04:06:34.732Z Compiling pnet_sys v0.35.0
4032026-07-16T04:06:34.809Z Compiling bitvec v1.1.1
4042026-07-16T04:06:34.903Z Compiling utf8parse v0.2.2
4052026-07-16T04:06:34.957Z Compiling rand_core v0.9.5
4062026-07-16T04:06:35.009Z Compiling anstyle-parse v1.0.0
4072026-07-16T04:06:35.014Z Compiling pest_generator v2.8.6
4082026-07-16T04:06:35.118Z Compiling prettyplease v0.2.37
4092026-07-16T04:06:35.164Z Compiling anyhow v1.0.102
4102026-07-16T04:06:35.181Z Compiling anstyle v1.0.13
4112026-07-16T04:06:35.391Z Compiling regex v1.13.1
4122026-07-16T04:06:35.558Z Compiling colorchoice v1.0.4
4132026-07-16T04:06:35.613Z Compiling anstyle-query v1.1.5
4142026-07-16T04:06:35.648Z Compiling is_terminal_polyfill v1.70.2
4152026-07-16T04:06:35.706Z Compiling p4 v0.1.0 (/work/oxidecomputer/p4/p4)
4162026-07-16T04:06:35.726Z Compiling anstream v1.0.0
4172026-07-16T04:06:35.848Z Compiling clap_lex v1.0.0
4182026-07-16T04:06:36.038Z Compiling strsim v0.11.1
4192026-07-16T04:06:36.066Z Compiling xfr v0.1.0 (https://github.com/oxidecomputer/xfr#8a89ee73)
4202026-07-16T04:06:36.104Z Compiling x4c_error_codes v0.1.0 (/work/oxidecomputer/p4/x4c_error_codes)
4212026-07-16T04:06:36.204Z Compiling clap_builder v4.6.0
4222026-07-16T04:06:36.516Z Compiling p4-rust v0.1.0 (/work/oxidecomputer/p4/codegen/rust)
4232026-07-16T04:06:36.934Z Compiling serde_derive v1.0.228
4242026-07-16T04:06:36.934Z Compiling thiserror-impl v1.0.69
4252026-07-16T04:06:36.939Z Compiling zerocopy-derive v0.7.35
4262026-07-16T04:06:36.939Z Compiling pest_derive v2.8.6
4272026-07-16T04:06:37.155Z Compiling scroll_derive v0.12.1
4282026-07-16T04:06:37.643Z Compiling pnet_macros v0.35.0
4292026-07-16T04:06:37.649Z Compiling ppv-lite86 v0.2.21
4302026-07-16T04:06:37.951Z Compiling zerocopy v0.7.35
4312026-07-16T04:06:37.961Z Compiling rand_chacha v0.9.0
4322026-07-16T04:06:38.012Z Compiling scroll v0.12.0
4332026-07-16T04:06:38.144Z Compiling rand v0.9.3
4342026-07-16T04:06:38.267Z Compiling goblin v0.8.2
4352026-07-16T04:06:38.283Z Compiling thiserror v1.0.69
4362026-07-16T04:06:38.371Z Compiling dtrace-parser v0.2.0
4372026-07-16T04:06:38.400Z Compiling clap_derive v4.6.1
4382026-07-16T04:06:39.194Z Compiling pnet_packet v0.35.0
4392026-07-16T04:06:40.295Z Compiling serde v1.0.228
4402026-07-16T04:06:40.305Z Compiling clap v4.6.1
4412026-07-16T04:06:40.305Z Compiling x4c v0.1.0 (/work/oxidecomputer/p4/x4c)
4422026-07-16T04:06:40.305Z Compiling dof v0.3.0
4432026-07-16T04:06:40.305Z Compiling serde_tokenstream v0.2.3
4442026-07-16T04:06:40.305Z Compiling num-bigint v0.4.6
4452026-07-16T04:06:40.305Z Compiling num-complex v0.4.6
4462026-07-16T04:06:40.305Z Compiling ipnetwork v0.20.0
4472026-07-16T04:06:40.305Z Compiling usdt-impl v0.5.0
4482026-07-16T04:06:40.305Z Compiling p4-macro v0.1.0 (/work/oxidecomputer/p4/lang/p4-macro)
4492026-07-16T04:06:40.305Z Compiling pnet_datalink v0.35.0
4502026-07-16T04:06:40.677Z Compiling usdt-attr-macro v0.5.0
4512026-07-16T04:06:41.219Z Compiling num-rational v0.4.2
4522026-07-16T04:06:41.375Z Compiling usdt-macro v0.5.0
4532026-07-16T04:06:41.667Z Compiling num v0.4.3
4542026-07-16T04:06:41.713Z Compiling pnet_transport v0.35.0
4552026-07-16T04:06:41.857Z Compiling pnet v0.35.0
4562026-07-16T04:06:42.230Z Compiling usdt v0.5.0
4572026-07-16T04:06:42.349Z Compiling p4rs v0.1.0 (/work/oxidecomputer/p4/lang/p4rs)
4582026-07-16T04:06:42.680Z Compiling tests v0.1.0 (/work/oxidecomputer/p4/test)
4592026-07-16T04:06:42.801Z Compiling sidecar-lite v0.1.0 (/work/oxidecomputer/p4/lang/prog/sidecar-lite)
4602026-07-16T04:06:42.801Z Compiling p4-macro-test v0.1.0 (/work/oxidecomputer/p4/lang/p4-macro-test)
4612026-07-16T04:06:42.934Z Compiling x4c-book v0.1.0 (/work/oxidecomputer/p4/book/code)
4622026-07-16T04:06:45.566Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 13.63s
4632026-07-16T04:06:45.640Z
4642026-07-16T04:06:45.645Zreal 13.654836358
4652026-07-16T04:06:45.645Zuser 1:11.245547530
4662026-07-16T04:06:45.646Zsys 11.976631590
4672026-07-16T04:06:45.646Ztrap 0.036369260
4682026-07-16T04:06:45.646Ztflt 0.066653219
4692026-07-16T04:06:45.646Zdflt 0.094070218
4702026-07-16T04:06:45.646Zkflt 0.000024076
4712026-07-16T04:06:45.646Zlock 2:47.110157128
4722026-07-16T04:06:45.646Zslp 4:51.042124332
4732026-07-16T04:06:45.646Zlat 3.878637314
4742026-07-16T04:06:45.646Zstop 4.722397838
4752026-07-16T04:06:45.646Z+ ptime -m cargo build --release
4762026-07-16T04:06:45.737Z Compiling proc-macro2 v1.0.106
4772026-07-16T04:06:45.737Z Compiling quote v1.0.45
4782026-07-16T04:06:45.737Z Compiling unicode-ident v1.0.24
4792026-07-16T04:06:45.741Z Compiling libc v0.2.182
4802026-07-16T04:06:45.741Z Compiling serde_core v1.0.228
4812026-07-16T04:06:45.741Z Compiling memchr v2.8.0
4822026-07-16T04:06:45.741Z Compiling serde v1.0.228
4832026-07-16T04:06:45.741Z Compiling thiserror v1.0.69
4842026-07-16T04:06:45.974Z Compiling zmij v1.0.21
4852026-07-16T04:06:46.005Z Compiling rustix v1.1.4
4862026-07-16T04:06:46.019Z Compiling serde_json v1.0.149
4872026-07-16T04:06:46.242Z Compiling ucd-trie v0.1.7
4882026-07-16T04:06:46.249Z Compiling getrandom v0.4.1
4892026-07-16T04:06:46.484Z Compiling pest v2.8.6
4902026-07-16T04:06:46.531Z Compiling aho-corasick v1.1.4
4912026-07-16T04:06:47.739Z Compiling syn v2.0.118
4922026-07-16T04:06:47.765Z Compiling regex-syntax v0.8.11
4932026-07-16T04:06:47.765Z Compiling version_check v0.9.5
4942026-07-16T04:06:47.765Z Compiling autocfg v1.5.0
4952026-07-16T04:06:47.765Z Compiling prettyplease v0.2.37
4962026-07-16T04:06:47.765Z Compiling num-traits v0.2.19
4972026-07-16T04:06:47.765Z Compiling pest_meta v2.8.6
4982026-07-16T04:06:48.362Z Compiling regex-automata v0.4.16
4992026-07-16T04:06:48.686Z Compiling byteorder v1.5.0
5002026-07-16T04:06:48.861Z Compiling itoa v1.0.17
5012026-07-16T04:06:48.901Z Compiling cfg-if v1.0.4
5022026-07-16T04:06:48.965Z Compiling usdt-impl v0.5.0
5032026-07-16T04:06:49.184Z Compiling num-integer v0.1.46
5042026-07-16T04:06:49.214Z Compiling pest_generator v2.8.6
5052026-07-16T04:06:49.463Z Compiling thread-id v4.2.2
5062026-07-16T04:06:49.535Z Compiling errno v0.3.14
5072026-07-16T04:06:49.762Z Compiling log v0.4.29
5082026-07-16T04:06:49.808Z Compiling plain v0.2.3
5092026-07-16T04:06:49.907Z Compiling bitflags v2.11.0
5102026-07-16T04:06:50.098Z Compiling regex v1.13.1
5112026-07-16T04:06:50.383Z Compiling serde_derive v1.0.228
5122026-07-16T04:06:50.418Z Compiling thiserror-impl v1.0.69
5132026-07-16T04:06:50.469Z Compiling zerocopy-derive v0.7.35
5142026-07-16T04:06:50.873Z Compiling pest_derive v2.8.6
5152026-07-16T04:06:50.950Z Compiling scroll_derive v0.12.1
5162026-07-16T04:06:51.340Z Compiling zerocopy v0.7.35
5172026-07-16T04:06:51.702Z Compiling dtrace-parser v0.2.0
5182026-07-16T04:06:51.706Z Compiling scroll v0.12.0
5192026-07-16T04:06:51.942Z Compiling goblin v0.8.2
5202026-07-16T04:06:52.000Z Compiling no-std-net v0.6.0
5212026-07-16T04:06:52.005Z Compiling colored v3.1.1
5222026-07-16T04:06:52.176Z Compiling radium v0.7.0
5232026-07-16T04:06:52.283Z Compiling pretty-hex v0.4.1
5242026-07-16T04:06:52.300Z Compiling fastrand v2.3.0
5252026-07-16T04:06:52.425Z Compiling once_cell v1.21.3
5262026-07-16T04:06:52.470Z Compiling p4 v0.1.0 (/work/oxidecomputer/p4/p4)
5272026-07-16T04:06:52.547Z Compiling pnet_base v0.35.0
5282026-07-16T04:06:52.620Z Compiling tempfile v3.27.0
5292026-07-16T04:06:52.802Z Compiling zerocopy v0.8.40
5302026-07-16T04:06:52.931Z Compiling getrandom v0.3.4
5312026-07-16T04:06:53.269Z Compiling tap v1.0.1
5322026-07-16T04:06:53.323Z Compiling p4-rust v0.1.0 (/work/oxidecomputer/p4/codegen/rust)
5332026-07-16T04:06:53.369Z Compiling wyz v0.5.1
5342026-07-16T04:06:53.566Z Compiling num-iter v0.1.45
5352026-07-16T04:06:53.759Z Compiling serde_tokenstream v0.2.3
5362026-07-16T04:06:53.765Z Compiling dof v0.3.0
5372026-07-16T04:06:53.765Z Compiling num-bigint v0.4.6
5382026-07-16T04:06:53.765Z Compiling num-complex v0.4.6
5392026-07-16T04:06:54.007Z Compiling memmap v0.7.0
5402026-07-16T04:06:54.228Z Compiling funty v2.0.0
5412026-07-16T04:06:54.251Z Compiling anyhow v1.0.102
5422026-07-16T04:06:54.444Z Compiling usdt-attr-macro v0.5.0
5432026-07-16T04:06:55.171Z Compiling num-rational v0.4.2
5442026-07-16T04:06:55.273Z Compiling usdt-macro v0.5.0
5452026-07-16T04:06:55.939Z Compiling usdt v0.5.0
5462026-07-16T04:06:57.035Z Compiling num v0.4.3
5472026-07-16T04:06:57.066Z Compiling bitvec v1.1.1
5482026-07-16T04:06:57.066Z Compiling pnet_macros_support v0.35.0
5492026-07-16T04:06:57.086Z Compiling pnet_macros v0.35.0
5502026-07-16T04:06:57.257Z Compiling pnet_sys v0.35.0
5512026-07-16T04:06:57.712Z Compiling utf8parse v0.2.2
5522026-07-16T04:06:57.814Z Compiling anstyle-parse v1.0.0
5532026-07-16T04:06:58.111Z Compiling ppv-lite86 v0.2.21
5542026-07-16T04:06:58.172Z Compiling pnet_packet v0.35.0
5552026-07-16T04:06:58.441Z Compiling rand_core v0.9.5
5562026-07-16T04:06:58.697Z Compiling p4rs v0.1.0 (/work/oxidecomputer/p4/lang/p4rs)
5572026-07-16T04:06:59.504Z Compiling p4-macro v0.1.0 (/work/oxidecomputer/p4/lang/p4-macro)
5582026-07-16T04:06:59.746Z Compiling ipnetwork v0.20.0
5592026-07-16T04:07:00.389Z Compiling anstyle-query v1.1.5
5602026-07-16T04:07:00.449Z Compiling anstyle v1.0.13
5612026-07-16T04:07:00.491Z Compiling colorchoice v1.0.4
5622026-07-16T04:07:00.604Z Compiling is_terminal_polyfill v1.70.2
5632026-07-16T04:07:00.708Z Compiling pnet v0.35.0
5642026-07-16T04:07:01.058Z Compiling anstream v1.0.0
5652026-07-16T04:07:01.565Z Compiling pnet_transport v0.35.0
5662026-07-16T04:07:01.886Z Compiling pnet_datalink v0.35.0
5672026-07-16T04:07:02.300Z Compiling rand_chacha v0.9.0
5682026-07-16T04:07:02.796Z Compiling strsim v0.11.1
5692026-07-16T04:07:03.038Z Compiling clap_lex v1.0.0
5702026-07-16T04:07:03.124Z Compiling heck v0.5.0
5712026-07-16T04:07:03.314Z Compiling tests v0.1.0 (/work/oxidecomputer/p4/test)
5722026-07-16T04:07:03.402Z Compiling clap_derive v4.6.1
5732026-07-16T04:07:03.443Z Compiling clap_builder v4.6.0
5742026-07-16T04:07:03.608Z Compiling rand v0.9.3
5752026-07-16T04:07:04.382Z Compiling x4c-book v0.1.0 (/work/oxidecomputer/p4/book/code)
5762026-07-16T04:07:04.617Z Compiling xfr v0.1.0 (https://github.com/oxidecomputer/xfr#8a89ee73)
5772026-07-16T04:07:04.921Z Compiling sidecar-lite v0.1.0 (/work/oxidecomputer/p4/lang/prog/sidecar-lite)
5782026-07-16T04:07:05.235Z Compiling x4c_error_codes v0.1.0 (/work/oxidecomputer/p4/x4c_error_codes)
5792026-07-16T04:07:08.502Z Compiling clap v4.6.1
5802026-07-16T04:07:08.575Z Compiling x4c v0.1.0 (/work/oxidecomputer/p4/x4c)
5812026-07-16T04:07:10.893Z Compiling p4-macro-test v0.1.0 (/work/oxidecomputer/p4/lang/p4-macro-test)
5822026-07-16T04:07:17.483Z Finished `release` profile [optimized] target(s) in 31.88s
5832026-07-16T04:07:17.502Z
5842026-07-16T04:07:17.506Zreal 31.904734940
5852026-07-16T04:07:17.506Zuser 3:14.229666008
5862026-07-16T04:07:17.506Zsys 18.068066403
5872026-07-16T04:07:17.506Ztrap 0.115759041
5882026-07-16T04:07:17.506Ztflt 0.207603092
5892026-07-16T04:07:17.507Zdflt 0.173844494
5902026-07-16T04:07:17.507Zkflt 0.000018446
5912026-07-16T04:07:17.507Zlock 10:14.913470616
5922026-07-16T04:07:17.507Zslp 12:38.167160750
5932026-07-16T04:07:17.507Zlat 12.714485236
5942026-07-16T04:07:17.507Zstop 9.707801221
5952026-07-16T04:07:17.507Z+ for x in debug release
5962026-07-16T04:07:17.507Z+ mkdir -p /work/debug
5972026-07-16T04:07:17.507Z+ cp target/debug/x4c /work/debug/
5982026-07-16T04:07:17.533Z+ cp target/debug/libsidecar_lite.so /work/debug/
5992026-07-16T04:07:17.569Z+ for x in debug release
6002026-07-16T04:07:17.569Z+ mkdir -p /work/release
6012026-07-16T04:07:17.572Z+ cp target/release/x4c /work/release/
6022026-07-16T04:07:17.579Z+ cp target/release/libsidecar_lite.so /work/release/
6032026-07-16T04:07:17.589Z+ banner test
6042026-07-16T04:07:17.593Z
6052026-07-16T04:07:17.593Z ##### ###### #### #####
6062026-07-16T04:07:17.593Z # # # #
6072026-07-16T04:07:17.593Z # ##### #### #
6082026-07-16T04:07:17.593Z # # # #
6092026-07-16T04:07:17.593Z # # # # #
6102026-07-16T04:07:17.593Z # ###### #### #
6112026-07-16T04:07:17.593Z
6122026-07-16T04:07:17.593Z+ cargo test
6132026-07-16T04:07:17.669Z Compiling p4-macro v0.1.0 (/work/oxidecomputer/p4/lang/p4-macro)
6142026-07-16T04:07:17.680Z Compiling libloading v0.9.0
6152026-07-16T04:07:17.684Z Compiling p4rs v0.1.0 (/work/oxidecomputer/p4/lang/p4rs)
6162026-07-16T04:07:17.804Z Compiling x4c v0.1.0 (/work/oxidecomputer/p4/x4c)
6172026-07-16T04:07:17.804Z Compiling p4-rust v0.1.0 (/work/oxidecomputer/p4/codegen/rust)
6182026-07-16T04:07:17.804Z Compiling p4 v0.1.0 (/work/oxidecomputer/p4/p4)
6192026-07-16T04:07:17.874Z Compiling x4c_error_codes v0.1.0 (/work/oxidecomputer/p4/x4c_error_codes)
6202026-07-16T04:07:18.761Z Compiling tests v0.1.0 (/work/oxidecomputer/p4/test)
6212026-07-16T04:07:18.761Z Compiling p4-macro-test v0.1.0 (/work/oxidecomputer/p4/lang/p4-macro-test)
6222026-07-16T04:07:18.761Z Compiling sidecar-lite v0.1.0 (/work/oxidecomputer/p4/lang/prog/sidecar-lite)
6232026-07-16T04:07:19.033Z Compiling x4c-book v0.1.0 (/work/oxidecomputer/p4/book/code)
6242026-07-16T04:07:25.705Z Finished `test` profile [unoptimized + debuginfo] target(s) in 8.10s
6252026-07-16T04:07:25.718Z Running unittests src/lib.rs (target/debug/deps/p4-74190be359c14cc3)
6262026-07-16T04:07:25.721Z
6272026-07-16T04:07:25.721Zrunning 0 tests
6282026-07-16T04:07:25.721Z
6292026-07-16T04:07:25.722Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
6302026-07-16T04:07:25.722Z
6312026-07-16T04:07:25.722Z Running unittests src/lib.rs (target/debug/deps/p4_macro-718e45260e6fbc23)
6322026-07-16T04:07:25.725Z
6332026-07-16T04:07:25.725Zrunning 0 tests
6342026-07-16T04:07:25.726Z
6352026-07-16T04:07:25.726Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
6362026-07-16T04:07:25.726Z
6372026-07-16T04:07:25.726Z Running unittests src/main.rs (target/debug/deps/p4_macro_test-d5af58180e9402b6)
6382026-07-16T04:07:25.726Z
6392026-07-16T04:07:25.726Zrunning 0 tests
6402026-07-16T04:07:25.726Z
6412026-07-16T04:07:25.726Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
6422026-07-16T04:07:25.726Z
6432026-07-16T04:07:25.726Z Running unittests src/lib.rs (target/debug/deps/p4_rust-a59baa810dcaa019)
6442026-07-16T04:07:25.730Z
6452026-07-16T04:07:25.730Zrunning 0 tests
6462026-07-16T04:07:25.730Z
6472026-07-16T04:07:25.730Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
6482026-07-16T04:07:25.730Z
6492026-07-16T04:07:25.731Z Running unittests src/lib.rs (target/debug/deps/p4rs-d6eb1b49aad34fa0)
6502026-07-16T04:07:25.731Z
6512026-07-16T04:07:25.731Zrunning 14 tests
6522026-07-16T04:07:25.731Ztest bitmath::tests::bitmath_add_mixed_size ... ok
6532026-07-16T04:07:25.731Ztest bitmath::tests::bitmath_add_nest ... ok
6542026-07-16T04:07:25.731Ztest bitmath::tests::bitmath_add_cascade ... ok
6552026-07-16T04:07:25.731Ztest bitmath::tests::bitmath_mod ... ok
6562026-07-16T04:07:25.731Ztest bitmath::tests::bitmath_add_le ... ok
6572026-07-16T04:07:25.731Ztest bitmath::tests::bitmath_sub_le ... ok
6582026-07-16T04:07:25.731Ztest bitmath::tests::bitmath_sub_be ... ok
6592026-07-16T04:07:25.731Ztest bitmath::tests::bitmath_add_be ... ok
6602026-07-16T04:07:25.731Ztest checksum::tests::udp_checksum ... ok
6612026-07-16T04:07:25.731Ztest table::tests::match_lpm_ternary_1 ... ok
6622026-07-16T04:07:25.731Ztest table::tests::match_lpm_ternary_range ... ok
6632026-07-16T04:07:25.731Ztest table::tests::match_ternary_1 ... ok
6642026-07-16T04:07:25.731Ztest table::tests::match_lpm_1 ... ok
6652026-07-16T04:07:25.731Ztest table::tests::match_with_action ... ok
6662026-07-16T04:07:25.731Z
6672026-07-16T04:07:25.731Ztest result: ok. 14 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
6682026-07-16T04:07:25.732Z
6692026-07-16T04:07:25.732Z Running unittests src/lib.rs (target/debug/deps/sidecar_lite-7cab95316570653b)
6702026-07-16T04:07:25.735Z
6712026-07-16T04:07:25.735Zrunning 0 tests
6722026-07-16T04:07:25.735Z
6732026-07-16T04:07:25.735Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
6742026-07-16T04:07:25.735Z
6752026-07-16T04:07:25.735Z Running unittests src/lib.rs (target/debug/deps/tests-6f0e7d869c34220b)
6762026-07-16T04:07:25.735Z
6772026-07-16T04:07:25.735Zrunning 15 tests
6782026-07-16T04:07:25.738Ztest controller_multiple_instantiation::controller_multiple_instantiation ... ok
6792026-07-16T04:07:25.738Ztest headers::ipv6_header_read_write ... ok
6802026-07-16T04:07:25.738Ztest dload::pipeline_create ... ok
6812026-07-16T04:07:25.738Ztest ipv6::test_ipv6_parse ... ok
6822026-07-16T04:07:25.741Ztest dload::dynamic_load ... ok
6832026-07-16T04:07:25.744Ztest arithmetic::arithmetic ... ok
6842026-07-16T04:07:25.744Ztest basic_router::basic_router2 ... ok
6852026-07-16T04:07:25.748Ztest vlan::test_vlan_parse ... ok
6862026-07-16T04:07:25.748Ztest dynamic_router::dynamic_router2 ... ok
6872026-07-16T04:07:25.748Ztest decap::geneve_decap ... ok
6882026-07-16T04:07:25.748Ztest hub::hub2 ... ok
6892026-07-16T04:07:25.748Ztest disag_router::disag_router ... ok
6902026-07-16T04:07:25.753Ztest table_in_egress_and_ingress::table_in_egress_and_ingress ... ok
6912026-07-16T04:07:25.753Ztest mac_rewrite::mac_rewrite2 ... ok
6922026-07-16T04:07:25.816Ztest range::range ... ok
6932026-07-16T04:07:25.816Z
6942026-07-16T04:07:25.820Ztest result: ok. 15 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.08s
6952026-07-16T04:07:25.820Z
6962026-07-16T04:07:25.823Z Running unittests src/lib.rs (target/debug/deps/x4c-38f40b33914d8852)
6972026-07-16T04:07:25.826Z
6982026-07-16T04:07:25.827Zrunning 0 tests
6992026-07-16T04:07:25.827Z
7002026-07-16T04:07:25.827Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
7012026-07-16T04:07:25.827Z
7022026-07-16T04:07:25.827Z Running unittests src/bin/x4c.rs (target/debug/deps/x4c-e36fbf4a52055419)
7032026-07-16T04:07:25.827Z
7042026-07-16T04:07:25.827Zrunning 0 tests
7052026-07-16T04:07:25.827Z
7062026-07-16T04:07:25.827Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
7072026-07-16T04:07:25.827Z
7082026-07-16T04:07:25.827Z Running unittests src/bin/hello-world.rs (target/debug/deps/hello_world-bd18e6ebfb943193)
7092026-07-16T04:07:25.830Z
7102026-07-16T04:07:25.830Zrunning 0 tests
7112026-07-16T04:07:25.830Z
7122026-07-16T04:07:25.830Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
7132026-07-16T04:07:25.830Z
7142026-07-16T04:07:25.830Z Running unittests src/bin/vlan-switch.rs (target/debug/deps/vlan_switch-961f7f6de3148d8e)
7152026-07-16T04:07:25.830Z
7162026-07-16T04:07:25.830Zrunning 0 tests
7172026-07-16T04:07:25.830Z
7182026-07-16T04:07:25.830Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
7192026-07-16T04:07:25.830Z
7202026-07-16T04:07:25.830Z Running unittests src/lib.rs (target/debug/deps/x4c_error_codes-59270fb9cda91e42)
7212026-07-16T04:07:25.830Z
7222026-07-16T04:07:25.830Zrunning 0 tests
7232026-07-16T04:07:25.830Z
7242026-07-16T04:07:25.830Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
7252026-07-16T04:07:25.830Z
7262026-07-16T04:07:25.834Z Doc-tests p4
7272026-07-16T04:07:25.919Z
7282026-07-16T04:07:25.919Zrunning 0 tests
7292026-07-16T04:07:25.922Z
7302026-07-16T04:07:25.922Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
7312026-07-16T04:07:25.923Z
7322026-07-16T04:07:25.928Z Doc-tests p4_macro
7332026-07-16T04:07:25.973Z
7342026-07-16T04:07:25.973Zrunning 2 tests
7352026-07-16T04:07:25.977Ztest lang/p4-macro/src/lib.rs - (line 18) ... ignored
7362026-07-16T04:07:25.977Ztest lang/p4-macro/src/lib.rs - (line 6) ... ignored
7372026-07-16T04:07:25.977Z
7382026-07-16T04:07:25.977Ztest result: ok. 0 passed; 0 failed; 2 ignored; 0 measured; 0 filtered out; finished in 0.00s
7392026-07-16T04:07:25.977Z
7402026-07-16T04:07:25.980Z Doc-tests p4_rust
7412026-07-16T04:07:26.137Z
7422026-07-16T04:07:26.137Zrunning 0 tests
7432026-07-16T04:07:26.137Z
7442026-07-16T04:07:26.137Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
7452026-07-16T04:07:26.137Z
7462026-07-16T04:07:26.148Z Doc-tests p4rs
7472026-07-16T04:07:26.232Z
7482026-07-16T04:07:26.232Zrunning 1 test
7492026-07-16T04:07:27.061Ztest lang/p4rs/src/lib.rs - (line 11) ... ok
7502026-07-16T04:07:27.061Z
7512026-07-16T04:07:27.061Ztest result: ok. 1 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.83s
7522026-07-16T04:07:27.061Z
7532026-07-16T04:07:27.073Z Doc-tests tests
7542026-07-16T04:07:27.137Z
7552026-07-16T04:07:27.137Zrunning 0 tests
7562026-07-16T04:07:27.137Z
7572026-07-16T04:07:27.137Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
7582026-07-16T04:07:27.137Z
7592026-07-16T04:07:27.141Z Doc-tests x4c
7602026-07-16T04:07:27.183Z
7612026-07-16T04:07:27.183Zrunning 0 tests
7622026-07-16T04:07:27.183Z
7632026-07-16T04:07:27.183Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
7642026-07-16T04:07:27.183Z
7652026-07-16T04:07:27.188Z Doc-tests x4c_error_codes
7662026-07-16T04:07:27.219Z
7672026-07-16T04:07:27.219Zrunning 0 tests
7682026-07-16T04:07:27.219Z
7692026-07-16T04:07:27.219Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
7702026-07-16T04:07:27.219Z
7712026-07-16T04:07:27.226Z+ pushd test
7722026-07-16T04:07:27.229Z+ banner 'mac rewr'
7732026-07-16T04:07:27.229Z/work/oxidecomputer/p4/test /work/oxidecomputer/p4
7742026-07-16T04:07:27.229Z
7752026-07-16T04:07:27.229Z # # ## #### ##### ###### # # #####
7762026-07-16T04:07:27.229Z ## ## # # # # # # # # # # #
7772026-07-16T04:07:27.230Z # ## # # # # # # ##### # # # #
7782026-07-16T04:07:27.230Z # # ###### # ##### # # ## # #####
7792026-07-16T04:07:27.230Z # # # # # # # # # ## ## # #
7802026-07-16T04:07:27.230Z # # # # #### # # ###### # # # #
7812026-07-16T04:07:27.230Z
7822026-07-16T04:07:27.230Z+ RUST_BACKTRACE=1
7832026-07-16T04:07:27.230Z+ cargo test mac_rewrite -- --nocapture
7842026-07-16T04:07:27.496Z Compiling aho-corasick v1.1.4
7852026-07-16T04:07:27.506Z Compiling rustix v1.1.4
7862026-07-16T04:07:27.506Z Compiling getrandom v0.4.1
7872026-07-16T04:07:27.506Z Compiling errno v0.3.14
7882026-07-16T04:07:27.507Z Compiling prettyplease v0.2.37
7892026-07-16T04:07:28.038Z Compiling regex-automata v0.4.16
7902026-07-16T04:07:28.062Z Compiling tempfile v3.27.0
7912026-07-16T04:07:29.457Z Compiling regex v1.13.1
7922026-07-16T04:07:29.712Z Compiling p4 v0.1.0 (/work/oxidecomputer/p4/p4)
7932026-07-16T04:07:29.773Z Compiling pnet_macros v0.35.0
7942026-07-16T04:07:30.402Z Compiling p4-rust v0.1.0 (/work/oxidecomputer/p4/codegen/rust)
7952026-07-16T04:07:30.761Z Compiling pnet_packet v0.35.0
7962026-07-16T04:07:31.233Z Compiling p4-macro v0.1.0 (/work/oxidecomputer/p4/lang/p4-macro)
7972026-07-16T04:07:32.600Z Compiling pnet_transport v0.35.0
7982026-07-16T04:07:32.741Z Compiling pnet v0.35.0
7992026-07-16T04:07:32.806Z Compiling tests v0.1.0 (/work/oxidecomputer/p4/test)
8002026-07-16T04:07:39.472Z Finished `test` profile [unoptimized + debuginfo] target(s) in 12.12s
8012026-07-16T04:07:39.495Z Running unittests src/lib.rs (/work/oxidecomputer/p4/target/debug/deps/tests-51c5af84571ee476)
8022026-07-16T04:07:39.495Z
8032026-07-16T04:07:39.495Zrunning 1 test
8042026-07-16T04:07:39.495Z[phy2] do you know the muffin man?
8052026-07-16T04:07:39.495Z[cpu] the muffin man?
8062026-07-16T04:07:39.495Z[cpu] the muffin man!
8072026-07-16T04:07:39.495Z[cpu] why yes
8082026-07-16T04:07:39.495Z[phy1] i know the muffin man
8092026-07-16T04:07:39.495Z[phy3] the muffin man is me!!!
8102026-07-16T04:07:39.495Ztest mac_rewrite::mac_rewrite2 ... ok
8112026-07-16T04:07:39.495Z
8122026-07-16T04:07:39.495Ztest result: ok. 1 passed; 0 failed; 0 ignored; 0 measured; 14 filtered out; finished in 0.01s
8132026-07-16T04:07:39.495Z
8142026-07-16T04:07:39.495Z+ banner 'dyn load'
8152026-07-16T04:07:39.495Z
8162026-07-16T04:07:39.495Z ##### # # # # # #### ## #####
8172026-07-16T04:07:39.495Z # # # # ## # # # # # # # #
8182026-07-16T04:07:39.495Z # # # # # # # # # # # # #
8192026-07-16T04:07:39.495Z # # # # # # # # # ###### # #
8202026-07-16T04:07:39.495Z # # # # ## # # # # # # #
8212026-07-16T04:07:39.496Z ##### # # # ###### #### # # #####
8222026-07-16T04:07:39.496Z
8232026-07-16T04:07:39.496Z+ RUST_BACKTRACE=1
8242026-07-16T04:07:39.496Z+ cargo test dload -- --nocapture
8252026-07-16T04:07:39.530Z Finished `test` profile [unoptimized + debuginfo] target(s) in 0.07s
8262026-07-16T04:07:39.531Z Running unittests src/lib.rs (/work/oxidecomputer/p4/target/debug/deps/tests-51c5af84571ee476)
8272026-07-16T04:07:39.531Z
8282026-07-16T04:07:39.531Zrunning 2 tests
8292026-07-16T04:07:39.531Ztest dload::pipeline_create ... ok
8302026-07-16T04:07:39.531Ztest dload::dynamic_load ... ok
8312026-07-16T04:07:39.531Z
8322026-07-16T04:07:39.531Ztest result: ok. 2 passed; 0 failed; 0 ignored; 0 measured; 13 filtered out; finished in 0.01s
8332026-07-16T04:07:39.531Z
8342026-07-16T04:07:39.531Z+ banner disag
8352026-07-16T04:07:39.531Z
8362026-07-16T04:07:39.531Z ##### # #### ## ####
8372026-07-16T04:07:39.531Z # # # # # # # #
8382026-07-16T04:07:39.531Z # # # #### # # #
8392026-07-16T04:07:39.531Z # # # # ###### # ###
8402026-07-16T04:07:39.531Z # # # # # # # # #
8412026-07-16T04:07:39.531Z ##### # #### # # ####
8422026-07-16T04:07:39.531Z
8432026-07-16T04:07:39.531Z+ RUST_BACKTRACE=1
8442026-07-16T04:07:39.532Z+ cargo test disag_router -- --nocapture
8452026-07-16T04:07:39.611Z Finished `test` profile [unoptimized + debuginfo] target(s) in 0.07s
8462026-07-16T04:07:39.768Z Running unittests src/lib.rs (/work/oxidecomputer/p4/target/debug/deps/tests-51c5af84571ee476)
8472026-07-16T04:07:39.768Z
8482026-07-16T04:07:39.768Zrunning 1 test
8492026-07-16T04:07:39.768Z[phy2] do you know the muffin man?
8502026-07-16T04:07:39.768Z[cpu] the muffin man?
8512026-07-16T04:07:39.769Z[cpu] the muffin man!
8522026-07-16T04:07:39.769Z[cpu] why yes
8532026-07-16T04:07:39.769Z[phy1] i know the muffin man
8542026-07-16T04:07:39.769Z[phy3] the muffin man is me!!!
8552026-07-16T04:07:39.769Ztest disag_router::disag_router ... ok
8562026-07-16T04:07:39.769Z
8572026-07-16T04:07:39.769Ztest result: ok. 1 passed; 0 failed; 0 ignored; 0 measured; 14 filtered out; finished in 0.01s
8582026-07-16T04:07:39.769Z
8592026-07-16T04:07:39.769Z+ banner 'dyn rtr'
8602026-07-16T04:07:39.769Z
8612026-07-16T04:07:39.769Z ##### # # # # ##### ##### #####
8622026-07-16T04:07:39.769Z # # # # ## # # # # # #
8632026-07-16T04:07:39.769Z # # # # # # # # # # #
8642026-07-16T04:07:39.769Z # # # # # # ##### # #####
8652026-07-16T04:07:39.769Z # # # # ## # # # # #
8662026-07-16T04:07:39.769Z ##### # # # # # # # #
8672026-07-16T04:07:39.769Z
8682026-07-16T04:07:39.769Z+ RUST_BACKTRACE=1
8692026-07-16T04:07:39.769Z+ cargo test dynamic_router -- --nocapture
8702026-07-16T04:07:39.871Z Finished `test` profile [unoptimized + debuginfo] target(s) in 0.07s
8712026-07-16T04:07:39.871Z Running unittests src/lib.rs (/work/oxidecomputer/p4/target/debug/deps/tests-51c5af84571ee476)
8722026-07-16T04:07:39.871Z
8732026-07-16T04:07:39.871Zrunning 1 test
8742026-07-16T04:07:39.871Z[phy2] do you know the muffin man?
8752026-07-16T04:07:39.871Z[cpu] the muffin man?
8762026-07-16T04:07:39.871Z[cpu] the muffin man!
8772026-07-16T04:07:39.871Z[cpu] why yes
8782026-07-16T04:07:39.871Z[phy1] i know the muffin man
8792026-07-16T04:07:39.872Z[phy3] the muffin man is me!!!
8802026-07-16T04:07:39.872Ztest dynamic_router::dynamic_router2 ... ok
8812026-07-16T04:07:39.872Z
8822026-07-16T04:07:39.872Ztest result: ok. 1 passed; 0 failed; 0 ignored; 0 measured; 14 filtered out; finished in 0.01s
8832026-07-16T04:07:39.872Z
8842026-07-16T04:07:39.872Z+ banner hub
8852026-07-16T04:07:39.872Z
8862026-07-16T04:07:39.872Z # # # # #####
8872026-07-16T04:07:39.872Z # # # # # #
8882026-07-16T04:07:39.872Z ###### # # #####
8892026-07-16T04:07:39.872Z # # # # # #
8902026-07-16T04:07:39.872Z # # # # # #
8912026-07-16T04:07:39.872Z # # #### #####
8922026-07-16T04:07:39.872Z
8932026-07-16T04:07:39.872Z+ RUST_BACKTRACE=1
8942026-07-16T04:07:39.872Z+ cargo test hub -- --nocapture
8952026-07-16T04:07:39.872Z Finished `test` profile [unoptimized + debuginfo] target(s) in 0.07s
8962026-07-16T04:07:39.872Z Running unittests src/lib.rs (/work/oxidecomputer/p4/target/debug/deps/tests-51c5af84571ee476)
8972026-07-16T04:07:39.872Z
8982026-07-16T04:07:39.872Zrunning 1 test
8992026-07-16T04:07:39.886Z[phy2] do you know the muffin man?
9002026-07-16T04:07:39.886Z[phy3] do you know the muffin man?
9012026-07-16T04:07:39.886Z[phy1] the muffin man?
9022026-07-16T04:07:39.886Z[phy3] the muffin man?
9032026-07-16T04:07:39.886Z[phy2] the muffin man!
9042026-07-16T04:07:39.886Z[phy3] the muffin man!
9052026-07-16T04:07:39.886Z[phy1] why yes
9062026-07-16T04:07:39.886Z[phy1] i know the muffin man
9072026-07-16T04:07:39.886Z[phy1] the muffin man is me!!!
9082026-07-16T04:07:39.886Z[phy3] why yes
9092026-07-16T04:07:39.886Z[phy3] i know the muffin man
9102026-07-16T04:07:39.886Z[phy3] the muffin man is me!!!
9112026-07-16T04:07:39.886Ztest hub::hub2 ... ok
9122026-07-16T04:07:39.886Z
9132026-07-16T04:07:39.886Ztest result: ok. 1 passed; 0 failed; 0 ignored; 0 measured; 14 filtered out; finished in 0.01s
9142026-07-16T04:07:39.886Z
9152026-07-16T04:07:39.886Z+ banner router
9162026-07-16T04:07:39.886Z
9172026-07-16T04:07:39.886Z ##### #### # # ##### ###### #####
9182026-07-16T04:07:39.886Z # # # # # # # # # #
9192026-07-16T04:07:39.886Z # # # # # # # ##### # #
9202026-07-16T04:07:39.886Z ##### # # # # # # #####
9212026-07-16T04:07:39.886Z # # # # # # # # # #
9222026-07-16T04:07:39.887Z # # #### #### # ###### # #
9232026-07-16T04:07:39.887Z
9242026-07-16T04:07:39.887Z+ RUST_BACKTRACE=1
9252026-07-16T04:07:39.887Z+ cargo test basic_router -- --nocapture
9262026-07-16T04:07:39.933Z Finished `test` profile [unoptimized + debuginfo] target(s) in 0.07s
9272026-07-16T04:07:40.157Z Running unittests src/lib.rs (/work/oxidecomputer/p4/target/debug/deps/tests-51c5af84571ee476)
9282026-07-16T04:07:40.157Z
9292026-07-16T04:07:40.158Zrunning 1 test
9302026-07-16T04:07:40.158Z[phy2] do you know the muffin man?
9312026-07-16T04:07:40.158Z[phy1] the muffin man?
9322026-07-16T04:07:40.158Z[phy2] the muffin man!
9332026-07-16T04:07:40.158Z[phy1] why yes
9342026-07-16T04:07:40.158Z[phy1] i know the muffin man
9352026-07-16T04:07:40.158Z[phy1] the muffin man is me!!!
9362026-07-16T04:07:40.158Ztest basic_router::basic_router2 ... ok
9372026-07-16T04:07:40.158Z
9382026-07-16T04:07:40.158Ztest result: ok. 1 passed; 0 failed; 0 ignored; 0 measured; 14 filtered out; finished in 0.01s
9392026-07-16T04:07:40.158Z
9402026-07-16T04:07:40.158Z+ banner headers
9412026-07-16T04:07:40.158Z
9422026-07-16T04:07:40.158Z # # ###### ## ##### ###### ##### ####
9432026-07-16T04:07:40.158Z # # # # # # # # # # #
9442026-07-16T04:07:40.158Z ###### ##### # # # # ##### # # ####
9452026-07-16T04:07:40.158Z # # # ###### # # # ##### #
9462026-07-16T04:07:40.158Z # # # # # # # # # # # #
9472026-07-16T04:07:40.158Z # # ###### # # ##### ###### # # ####
9482026-07-16T04:07:40.158Z
9492026-07-16T04:07:40.159Z+ RUST_BACKTRACE=1
9502026-07-16T04:07:40.159Z+ cargo test headers -- --nocapture
9512026-07-16T04:07:40.170Z Finished `test` profile [unoptimized + debuginfo] target(s) in 0.07s
9522026-07-16T04:07:40.171Z Running unittests src/lib.rs (/work/oxidecomputer/p4/target/debug/deps/tests-51c5af84571ee476)
9532026-07-16T04:07:40.171Z
9542026-07-16T04:07:40.171Zrunning 1 test
9552026-07-16T04:07:40.171Ztest headers::ipv6_header_read_write ... ok
9562026-07-16T04:07:40.171Z
9572026-07-16T04:07:40.171Ztest result: ok. 1 passed; 0 failed; 0 ignored; 0 measured; 14 filtered out; finished in 0.00s
9582026-07-16T04:07:40.171Z
9592026-07-16T04:07:40.171Zprocess exited: duration 103706 ms, exit code 0
 
9602026-07-16T04:07:40.214Zfound 4 output files
9612026-07-16T04:07:40.214Zuploading: /work/debug/libsidecar_lite.so (43098144 bytes)
9622026-07-16T04:07:42.215Zuploaded: /work/debug/libsidecar_lite.so
9632026-07-16T04:07:42.215Zuploading: /work/debug/x4c (37742944 bytes)
9642026-07-16T04:07:43.945Zuploaded: /work/debug/x4c
9652026-07-16T04:07:43.945Zuploading: /work/release/libsidecar_lite.so (9927232 bytes)
9662026-07-16T04:07:45.206Zuploaded: /work/release/libsidecar_lite.so
9672026-07-16T04:07:45.206Zuploading: /work/release/x4c (8664296 bytes)
9682026-07-16T04:07:46.421Zuploaded: /work/release/x4c