01HZ6A9B91RQXM3P7DYJA0XJ7Z: 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: 01HZ6AATYCTT6E33DCKCQ2QEGM

Tags:

Artefacts:

Output:

SEQ GLOBAL TIME DETAILS
12024-05-31T03:18:13.074Zjob assigned to worker 01HZ6AEBXK5Q75DM3X1VYCR8XB (queued for 2 m 28 s)
 
22024-05-31T03:18:13.941Zstarting task 0: "setup"
32024-05-31T03:18:13.965Z++ uname -s
42024-05-31T03:18:13.965Z+ kern=SunOS
52024-05-31T03:18:13.966Z+ case "$kern" in
62024-05-31T03:18:13.966Z+ groupadd -g 12345 build
72024-05-31T03:18:13.966Z+ useradd -u 12345 -g build -d /home/build -s /bin/bash -c build -P 'Primary Administrator' build
82024-05-31T03:18:15.979Z+ zfs create -o mountpoint=/work rpool/work
92024-05-31T03:18:16.021Z++ awk '$2 == "/home" { print $3 }' /etc/mnttab
102024-05-31T03:18:16.047Z+ home_fs=zfs
112024-05-31T03:18:16.047Z+ [[ zfs == autofs ]]
122024-05-31T03:18:16.047Z+ mkdir -p /home/build
132024-05-31T03:18:16.047Z+ chown build:build /home/build /work
142024-05-31T03:18:17.445Z+ chmod 0700 /home/build /work
152024-05-31T03:18:17.478Zprocess exited: duration 3091 ms, exit code 0
 
162024-05-31T03:18:17.540Zstarting task 1: "rust-toolchain"
172024-05-31T03:18:17.569Z+ curl --proto =https --tlsv1.2 -sSf https://sh.rustup.rs
182024-05-31T03:18:17.569Z+ /bin/bash -s - -y --no-modify-path --default-toolchain stable --profile default
192024-05-31T03:18:17.698Zinfo: downloading installer
202024-05-31T03:18:18.388Zwarning: it looks like you have an existing installation of Rust at:
212024-05-31T03:18:18.389Zwarning: /opt/ooce/bin
222024-05-31T03:18:18.389Zwarning: It is recommended that rustup be the primary Rust installation.
232024-05-31T03:18:18.389Zwarning: Otherwise you may have confusion unless you are careful with your PATH
242024-05-31T03:18:18.389Zwarning: If you are sure that you want both rustup and your already installed Rust
252024-05-31T03:18:18.389Zwarning: then please reply `y' or `yes' or set RUSTUP_INIT_SKIP_PATH_CHECK to yes
262024-05-31T03:18:18.390Zwarning: or pass `-y' to ignore all ignorable checks.
272024-05-31T03:18:18.390Zerror: cannot install while Rust is installed
282024-05-31T03:18:18.390Zwarning: continuing (because the -y flag is set and the error is ignorable)
292024-05-31T03:18:18.437Zinfo: profile set to 'default'
302024-05-31T03:18:18.437Zinfo: default host triple is x86_64-unknown-illumos
312024-05-31T03:18:18.437Zinfo: syncing channel updates for 'stable-x86_64-unknown-illumos'
322024-05-31T03:18:18.547Zinfo: latest update on 2024-05-02, rust version 1.78.0 (9b00956e5 2024-04-29)
332024-05-31T03:18:18.547Zinfo: downloading component 'cargo'
342024-05-31T03:18:18.703Zinfo: downloading component 'clippy'
352024-05-31T03:18:18.751Zinfo: downloading component 'rust-docs'
362024-05-31T03:18:18.923Zinfo: downloading component 'rust-std'
372024-05-31T03:18:19.250Zinfo: downloading component 'rustc'
382024-05-31T03:18:20.167Zinfo: downloading component 'rustfmt'
392024-05-31T03:18:20.232Zinfo: installing component 'cargo'
402024-05-31T03:18:21.317Zinfo: installing component 'clippy'
412024-05-31T03:18:21.736Zinfo: installing component 'rust-docs'
422024-05-31T03:18:24.341Zinfo: installing component 'rust-std'
432024-05-31T03:18:26.350Zinfo: installing component 'rustc'
442024-05-31T03:18:31.383Zinfo: installing component 'rustfmt'
452024-05-31T03:18:31.755Zinfo: default toolchain set to 'stable-x86_64-unknown-illumos'
462024-05-31T03:18:31.755Z
472024-05-31T03:18:31.882Z stable-x86_64-unknown-illumos installed - rustc 1.78.0 (9b00956e5 2024-04-29)
482024-05-31T03:18:31.882Z
492024-05-31T03:18:31.907Z
502024-05-31T03:18:31.907ZRust is installed now. Great!
512024-05-31T03:18:31.907Z
522024-05-31T03:18:31.907ZTo get started you need Cargo's bin directory ($HOME/.cargo/bin) in your PATH
532024-05-31T03:18:31.908Zenvironment variable. This has not been done automatically.
542024-05-31T03:18:31.908Z
552024-05-31T03:18:31.908ZTo configure your current shell, you need to source
562024-05-31T03:18:31.908Zthe corresponding env file under $HOME/.cargo.
572024-05-31T03:18:31.908Z
582024-05-31T03:18:31.908ZThis is usually done by running one of the following (note the leading DOT):
592024-05-31T03:18:31.908Z. "$HOME/.cargo/env" # For sh/bash/zsh/ash/dash/pdksh
602024-05-31T03:18:31.908Zsource "$HOME/.cargo/env.fish" # For fish
612024-05-31T03:18:31.955Z+ rustc --version
622024-05-31T03:18:32.070Zrustc 1.78.0 (9b00956e5 2024-04-29)
632024-05-31T03:18:32.096Zprocess exited: duration 14542 ms, exit code 0
 
642024-05-31T03:18:32.180Zstarting task 2: "authentication"
652024-05-31T03:18:32.239Zprocess exited: duration 61 ms, exit code 0
 
662024-05-31T03:18:32.310Zstarting task 3: "clone repository"
672024-05-31T03:18:32.340Z+ mkdir -p /work/oxidecomputer/p4
682024-05-31T03:18:32.341Z+ git clone https://github.com/oxidecomputer/p4 /work/oxidecomputer/p4
692024-05-31T03:18:32.341ZCloning into '/work/oxidecomputer/p4'...
702024-05-31T03:18:33.198Z+ cd /work/oxidecomputer/p4
712024-05-31T03:18:33.198Z+ git fetch origin 56359fcd504f60ef5a946011b930d31d7243b947
722024-05-31T03:18:33.945ZFrom https://github.com/oxidecomputer/p4
732024-05-31T03:18:33.945Z * branch 56359fcd504f60ef5a946011b930d31d7243b947 -> FETCH_HEAD
742024-05-31T03:18:33.987Z+ [[ -n endian-fix-small ]]
752024-05-31T03:18:33.988Z++ git branch --show-current
762024-05-31T03:18:33.988Z+ current=main
772024-05-31T03:18:33.988Z+ [[ main != endian-fix-small ]]
782024-05-31T03:18:33.988Z+ git branch -f endian-fix-small 56359fcd504f60ef5a946011b930d31d7243b947
792024-05-31T03:18:33.988Z+ git checkout -f endian-fix-small
802024-05-31T03:18:33.988ZSwitched to branch 'endian-fix-small'
812024-05-31T03:18:33.988Z+ git reset --hard 56359fcd504f60ef5a946011b930d31d7243b947
822024-05-31T03:18:33.988ZHEAD is now at 56359fc cleanup
832024-05-31T03:18:33.988Zprocess exited: duration 1278 ms, exit code 0
 
842024-05-31T03:18:34.480Zstarting task 4: "build"
852024-05-31T03:18:34.753Z+ cargo --version
862024-05-31T03:18:34.753Zinfo: syncing channel updates for '1.77.0-x86_64-unknown-illumos'
872024-05-31T03:18:34.754Zinfo: latest update on 2024-03-21, rust version 1.77.0 (aedd173a2 2024-03-17)
882024-05-31T03:18:34.754Zinfo: downloading component 'cargo'
892024-05-31T03:18:34.754Zinfo: downloading component 'clippy'
902024-05-31T03:18:34.754Zinfo: downloading component 'rust-docs'
912024-05-31T03:18:34.790Zinfo: downloading component 'rust-std'
922024-05-31T03:18:35.002Zinfo: downloading component 'rustc'
932024-05-31T03:18:36.141Zinfo: downloading component 'rustfmt'
942024-05-31T03:18:41.098Zinfo: installing component 'cargo'
952024-05-31T03:18:41.310Zinfo: installing component 'clippy'
962024-05-31T03:18:41.310Zinfo: installing component 'rust-docs'
972024-05-31T03:18:41.489Zinfo: installing component 'rust-std'
982024-05-31T03:18:41.721Zinfo: installing component 'rustc'
992024-05-31T03:18:46.409Zinfo: installing component 'rustfmt'
1002024-05-31T03:18:46.933Zcargo 1.77.0 (3fe68eabf 2024-02-29)
1012024-05-31T03:18:46.973Z+ rustc --version
1022024-05-31T03:18:47.034Zrustc 1.77.0 (aedd173a2 2024-03-17)
1032024-05-31T03:18:47.075Z+ banner check
1042024-05-31T03:18:47.075Z
1052024-05-31T03:18:47.075Z #### # # ###### #### # #
1062024-05-31T03:18:47.075Z # # # # # # # # #
1072024-05-31T03:18:47.075Z # ###### ##### # ####
1082024-05-31T03:18:47.076Z # # # # # # #
1092024-05-31T03:18:47.076Z # # # # # # # # #
1102024-05-31T03:18:47.076Z #### # # ###### #### # #
1112024-05-31T03:18:47.076Z
1122024-05-31T03:18:47.076Z+ cargo fmt -- --check
1132024-05-31T03:18:47.583Z+ cargo check
1142024-05-31T03:18:47.583Z Updating crates.io index
1152024-05-31T03:18:47.648Z Updating git repository `https://github.com/oxidecomputer/xfr`
1162024-05-31T03:18:48.317ZFrom https://github.com/oxidecomputer/xfr
1172024-05-31T03:18:48.317Z * [new branch] gh-pages -> origin/gh-pages
1182024-05-31T03:18:48.317Z * [new branch] main -> origin/main
1192024-05-31T03:18:48.351Z * [new ref] -> origin/HEAD
1202024-05-31T03:18:48.593Z Downloading crates ...
1212024-05-31T03:18:48.651Z Downloaded atty v0.2.14
1222024-05-31T03:18:48.688Z Downloaded bitflags v1.3.2
1232024-05-31T03:18:48.689Z Downloaded generic-array v0.14.6
1242024-05-31T03:18:48.689Z Downloaded getrandom v0.2.8
1252024-05-31T03:18:48.689Z Downloaded num v0.4.0
1262024-05-31T03:18:48.689Z Downloaded memchr v2.5.0
1272024-05-31T03:18:48.722Z Downloaded ipnetwork v0.19.0
1282024-05-31T03:18:48.722Z Downloaded pest_derive v2.4.1
1292024-05-31T03:18:48.722Z Downloaded num-bigint v0.4.3
1302024-05-31T03:18:48.723Z Downloaded textwrap v0.16.0
1312024-05-31T03:18:48.723Z Downloaded pnet v0.31.0
1322024-05-31T03:18:48.723Z Downloaded pest_generator v2.4.1
1332024-05-31T03:18:48.723Z Downloaded num-integer v0.1.45
1342024-05-31T03:18:48.723Z Downloaded dof v0.1.5
1352024-05-31T03:18:48.724Z Downloaded regex-syntax v0.6.28
1362024-05-31T03:18:48.724Z Downloaded ppv-lite86 v0.2.17
1372024-05-31T03:18:48.724Z Downloaded pnet_macros v0.31.0
1382024-05-31T03:18:48.724Z Downloaded remove_dir_all v0.5.3
1392024-05-31T03:18:48.724Z Downloaded pnet_packet v0.31.0
1402024-05-31T03:18:48.760Z Downloaded pest_meta v2.4.1
1412024-05-31T03:18:48.760Z Downloaded sha1 v0.10.5
1422024-05-31T03:18:48.760Z Downloaded thiserror-impl v1.0.37
1432024-05-31T03:18:48.760Z Downloaded pnet_sys v0.31.0
1442024-05-31T03:18:48.760Z Downloaded pnet_macros_support v0.31.0
1452024-05-31T03:18:48.761Z Downloaded tap v1.0.1
1462024-05-31T03:18:48.761Z Downloaded num-traits v0.2.15
1472024-05-31T03:18:48.761Z Downloaded thread-id v4.0.0
1482024-05-31T03:18:48.761Z Downloaded synstructure v0.12.6
1492024-05-31T03:18:48.762Z Downloaded termcolor v1.1.3
1502024-05-31T03:18:48.762Z Downloaded version_check v0.9.4
1512024-05-31T03:18:48.762Z Downloaded ucd-trie v0.1.5
1522024-05-31T03:18:48.762Z Downloaded wyz v0.5.0
1532024-05-31T03:18:48.762Z Downloaded zerocopy-derive v0.2.0
1542024-05-31T03:18:48.807Z Downloaded zerocopy v0.3.0
1552024-05-31T03:18:48.808Z Downloaded usdt-macro v0.3.5
1562024-05-31T03:18:48.808Z Downloaded usdt-impl v0.3.5
1572024-05-31T03:18:48.808Z Downloaded usdt-attr-macro v0.3.5
1582024-05-31T03:18:48.808Z Downloaded usdt v0.3.5
1592024-05-31T03:18:48.808Z Downloaded typenum v1.15.0
1602024-05-31T03:18:48.808Z Downloaded num-complex v0.4.2
1612024-05-31T03:18:48.808Z Downloaded serde_json v1.0.87
1622024-05-31T03:18:48.809Z Downloaded rand_core v0.6.4
1632024-05-31T03:18:48.809Z Downloaded rand_chacha v0.3.1
1642024-05-31T03:18:48.809Z Downloaded quote v1.0.21
1652024-05-31T03:18:48.809Z Downloaded os_str_bytes v6.3.1
1662024-05-31T03:18:48.809Z Downloaded unicode-xid v0.2.4
1672024-05-31T03:18:48.809Z Downloaded unicode-ident v1.0.5
1682024-05-31T03:18:48.810Z Downloaded serde_derive v1.0.147
1692024-05-31T03:18:48.810Z Downloaded regex v1.7.0
1702024-05-31T03:18:48.851Z Downloaded radium v0.7.0
1712024-05-31T03:18:48.851Z Downloaded prettyplease v0.1.21
1722024-05-31T03:18:48.852Z Downloaded syn v1.0.103
1732024-05-31T03:18:48.852Z Downloaded strsim v0.10.0
1742024-05-31T03:18:48.852Z Downloaded serde_tokenstream v0.1.3
1752024-05-31T03:18:48.852Z Downloaded serde v1.0.147
1762024-05-31T03:18:48.853Z Downloaded rand v0.8.5
1772024-05-31T03:18:48.853Z Downloaded proc-macro-error-attr v1.0.4
1782024-05-31T03:18:48.853Z Downloaded thiserror v1.0.37
1792024-05-31T03:18:48.853Z Downloaded tempfile v3.3.0
1802024-05-31T03:18:48.853Z Downloaded ryu v1.0.11
1812024-05-31T03:18:48.854Z Downloaded proc-macro2 v1.0.47
1822024-05-31T03:18:48.854Z Downloaded proc-macro-error v1.0.4
1832024-05-31T03:18:48.854Z Downloaded num-iter v0.1.43
1842024-05-31T03:18:48.897Z Downloaded pnet_transport v0.31.0
1852024-05-31T03:18:48.897Z Downloaded once_cell v1.16.0
1862024-05-31T03:18:48.897Z Downloaded num-rational v0.4.1
1872024-05-31T03:18:48.897Z Downloaded pnet_datalink v0.31.0
1882024-05-31T03:18:48.897Z Downloaded pnet_base v0.31.0
1892024-05-31T03:18:48.898Z Downloaded pest v2.4.1
1902024-05-31T03:18:48.898Z Downloaded libc v0.2.137
1912024-05-31T03:18:48.898Z Downloaded heck v0.4.0
1922024-05-31T03:18:48.898Z Downloaded lazy_static v1.4.0
1932024-05-31T03:18:48.898Z Downloaded digest v0.10.5
1942024-05-31T03:18:48.937Z Downloaded itoa v1.0.4
1952024-05-31T03:18:48.937Z Downloaded glob v0.3.0
1962024-05-31T03:18:48.937Z Downloaded no-std-net v0.6.0
1972024-05-31T03:18:48.938Z Downloaded indexmap v1.9.1
1982024-05-31T03:18:48.938Z Downloaded hashbrown v0.12.3
1992024-05-31T03:18:48.938Z Downloaded dtrace-parser v0.1.14
2002024-05-31T03:18:48.938Z Downloaded cpufeatures v0.2.5
2012024-05-31T03:18:48.938Z Downloaded clap_derive v3.2.18
2022024-05-31T03:18:48.939Z Downloaded cfg-if v1.0.0
2032024-05-31T03:18:48.939Z Downloaded funty v2.0.0
2042024-05-31T03:18:48.939Z Downloaded fastrand v1.8.0
2052024-05-31T03:18:48.939Z Downloaded crypto-common v0.1.6
2062024-05-31T03:18:48.940Z Downloaded colored v2.0.0
2072024-05-31T03:18:48.940Z Downloaded clap_lex v0.2.4
2082024-05-31T03:18:48.940Z Downloaded clap v3.2.23
2092024-05-31T03:18:48.940Z Downloaded byteorder v1.4.3
2102024-05-31T03:18:48.940Z Downloaded block-buffer v0.10.3
2112024-05-31T03:18:48.941Z Downloaded bitvec v1.0.1
2122024-05-31T03:18:49.007Z Downloaded autocfg v1.1.0
2132024-05-31T03:18:49.007Z Downloaded anyhow v1.0.66
2142024-05-31T03:18:49.007Z Downloaded aho-corasick v0.7.19
2152024-05-31T03:18:49.048Z Compiling proc-macro2 v1.0.47
2162024-05-31T03:18:49.048Z Compiling quote v1.0.21
2172024-05-31T03:18:49.049Z Compiling syn v1.0.103
2182024-05-31T03:18:49.049Z Compiling unicode-ident v1.0.5
2192024-05-31T03:18:49.049Z Compiling libc v0.2.137
2202024-05-31T03:18:49.049Z Compiling autocfg v1.1.0
2212024-05-31T03:18:49.049Z Compiling serde_derive v1.0.147
2222024-05-31T03:18:49.049Z Compiling serde v1.0.147
2232024-05-31T03:18:49.213Z Compiling memchr v2.5.0
2242024-05-31T03:18:49.643Z Compiling thiserror v1.0.37
2252024-05-31T03:18:49.668Z Compiling version_check v0.9.4
2262024-05-31T03:18:49.706Z Compiling ucd-trie v0.1.5
2272024-05-31T03:18:49.731Z Compiling unicode-xid v0.2.4
2282024-05-31T03:18:49.879Z Compiling prettyplease v0.1.21
2292024-05-31T03:18:50.195Z Compiling once_cell v1.16.0
2302024-05-31T03:18:50.266Z Compiling num-traits v0.2.15
2312024-05-31T03:18:50.419Z Compiling serde_json v1.0.87
2322024-05-31T03:18:50.559Z Checking atty v0.2.14
2332024-05-31T03:18:50.637Z Compiling regex-syntax v0.6.28
2342024-05-31T03:18:50.857Z Checking cfg-if v1.0.0
2352024-05-31T03:18:50.965Z Compiling aho-corasick v0.7.19
2362024-05-31T03:18:51.026Z Compiling usdt-impl v0.3.5
2372024-05-31T03:18:51.026Z Compiling num-integer v0.1.45
2382024-05-31T03:18:51.238Z Checking lazy_static v1.4.0
2392024-05-31T03:18:51.281Z Compiling byteorder v1.4.3
2402024-05-31T03:18:51.323Z Checking colored v2.0.0
2412024-05-31T03:18:51.399Z Compiling itoa v1.0.4
2422024-05-31T03:18:51.606Z Compiling ryu v1.0.11
2432024-05-31T03:18:52.044Z Compiling thread-id v4.0.0
2442024-05-31T03:18:52.080Z Compiling num-bigint v0.4.3
2452024-05-31T03:18:52.080Z Compiling num-iter v0.1.43
2462024-05-31T03:18:52.152Z Compiling num-rational v0.4.1
2472024-05-31T03:18:52.233Z Checking no-std-net v0.6.0
2482024-05-31T03:18:52.429Z Compiling radium v0.7.0
2492024-05-31T03:18:52.735Z Checking pnet_base v0.31.0
2502024-05-31T03:18:52.867Z Compiling remove_dir_all v0.5.3
2512024-05-31T03:18:52.933Z Compiling fastrand v1.8.0
2522024-05-31T03:18:52.964Z Checking tap v1.0.1
2532024-05-31T03:18:53.089Z Checking wyz v0.5.0
2542024-05-31T03:18:53.121Z Compiling regex v1.7.0
2552024-05-31T03:18:53.516Z Compiling tempfile v3.3.0
2562024-05-31T03:18:53.552Z Compiling proc-macro-error-attr v1.0.4
2572024-05-31T03:18:53.553Z Checking funty v2.0.0
2582024-05-31T03:18:54.185Z Compiling anyhow v1.0.66
2592024-05-31T03:18:54.211Z Checking bitvec v1.0.1
2602024-05-31T03:18:54.322Z Checking pnet_macros_support v0.31.0
2612024-05-31T03:18:54.451Z Checking getrandom v0.2.8
2622024-05-31T03:18:54.493Z Compiling p4 v0.1.0 (/work/oxidecomputer/p4/p4)
2632024-05-31T03:18:54.628Z Checking pnet_sys v0.31.0
2642024-05-31T03:18:54.763Z Compiling proc-macro-error v1.0.4
2652024-05-31T03:18:54.831Z Checking rand_core v0.6.4
2662024-05-31T03:18:55.256Z Compiling indexmap v1.9.1
2672024-05-31T03:18:55.346Z Checking ppv-lite86 v0.2.17
2682024-05-31T03:18:55.514Z Compiling pnet v0.31.0
2692024-05-31T03:18:55.779Z Compiling synstructure v0.12.6
2702024-05-31T03:18:55.876Z Checking rand_chacha v0.3.1
2712024-05-31T03:18:56.647Z Compiling p4-rust v0.1.0 (/work/oxidecomputer/p4/codegen/rust)
2722024-05-31T03:18:57.085Z Compiling heck v0.4.0
2732024-05-31T03:18:57.239Z Checking os_str_bytes v6.3.1
2742024-05-31T03:18:57.351Z Compiling tests v0.1.0 (/work/oxidecomputer/p4/test)
2752024-05-31T03:18:57.401Z Checking hashbrown v0.12.3
2762024-05-31T03:18:57.512Z Checking clap_lex v0.2.4
2772024-05-31T03:18:57.670Z Checking rand v0.8.5
2782024-05-31T03:18:57.709Z Checking xfr v0.1.0 (https://github.com/oxidecomputer/xfr#8a89ee73)
2792024-05-31T03:18:57.871Z Checking termcolor v1.1.3
2802024-05-31T03:18:58.141Z Checking textwrap v0.16.0
2812024-05-31T03:18:58.210Z Checking strsim v0.10.0
2822024-05-31T03:18:58.296Z Compiling x4c-book v0.1.0 (/work/oxidecomputer/p4/book/code)
2832024-05-31T03:18:58.380Z Checking bitflags v1.3.2
2842024-05-31T03:18:58.595Z Compiling sidecar-lite v0.1.0 (/work/oxidecomputer/p4/lang/prog/sidecar-lite)
2852024-05-31T03:18:58.619Z Checking x4c_error_codes v0.1.0 (/work/oxidecomputer/p4/x4c_error_codes)
2862024-05-31T03:18:59.391Z Compiling thiserror-impl v1.0.37
2872024-05-31T03:18:59.391Z Compiling zerocopy-derive v0.2.0
2882024-05-31T03:18:59.391Z Compiling pnet_macros v0.31.0
2892024-05-31T03:18:59.416Z Compiling clap_derive v3.2.18
2902024-05-31T03:19:00.775Z Compiling zerocopy v0.3.0
2912024-05-31T03:19:00.923Z Checking pnet_packet v0.31.0
2922024-05-31T03:19:01.337Z Compiling pest v2.4.1
2932024-05-31T03:19:01.365Z Compiling dof v0.1.5
2942024-05-31T03:19:02.326Z Checking clap v3.2.23
2952024-05-31T03:19:02.512Z Compiling pest_meta v2.4.1
2962024-05-31T03:19:03.260Z Compiling pest_generator v2.4.1
2972024-05-31T03:19:04.419Z Checking pnet_transport v0.31.0
2982024-05-31T03:19:04.419Z Compiling pest_derive v2.4.1
2992024-05-31T03:19:04.754Z Checking x4c v0.1.0 (/work/oxidecomputer/p4/x4c)
3002024-05-31T03:19:05.008Z Compiling dtrace-parser v0.1.14
3012024-05-31T03:19:07.603Z Checking num-complex v0.4.2
3022024-05-31T03:19:07.603Z Checking ipnetwork v0.19.0
3032024-05-31T03:19:07.603Z Checking serde_tokenstream v0.1.3
3042024-05-31T03:19:07.862Z Checking pnet_datalink v0.31.0
3052024-05-31T03:19:07.890Z Checking p4-macro v0.1.0 (/work/oxidecomputer/p4/lang/p4-macro)
3062024-05-31T03:19:09.809Z Checking num v0.4.0
3072024-05-31T03:19:10.227Z Compiling usdt-macro v0.3.5
3082024-05-31T03:19:10.227Z Compiling usdt-attr-macro v0.3.5
3092024-05-31T03:19:11.207Z Checking usdt v0.3.5
3102024-05-31T03:19:11.358Z Checking p4rs v0.1.0 (/work/oxidecomputer/p4/lang/p4rs)
3112024-05-31T03:19:11.894Z Checking p4-macro-test v0.1.0 (/work/oxidecomputer/p4/lang/p4-macro-test)
3122024-05-31T03:19:13.465Z Finished dev [unoptimized + debuginfo] target(s) in 25.98s
3132024-05-31T03:19:13.524Z+ cargo clippy --all-targets -- --deny warnings
3142024-05-31T03:19:13.804Z Downloading crates ...
3152024-05-31T03:19:13.853Z Downloaded libloading v0.7.4
3162024-05-31T03:19:13.943Z Compiling p4 v0.1.0 (/work/oxidecomputer/p4/p4)
3172024-05-31T03:19:13.985Z Checking p4rs v0.1.0 (/work/oxidecomputer/p4/lang/p4rs)
3182024-05-31T03:19:13.985Z Compiling tests v0.1.0 (/work/oxidecomputer/p4/test)
3192024-05-31T03:19:13.985Z Compiling x4c-book v0.1.0 (/work/oxidecomputer/p4/book/code)
3202024-05-31T03:19:14.025Z Compiling sidecar-lite v0.1.0 (/work/oxidecomputer/p4/lang/prog/sidecar-lite)
3212024-05-31T03:19:14.025Z Checking libloading v0.7.4
3222024-05-31T03:19:14.271Z Checking x4c_error_codes v0.1.0 (/work/oxidecomputer/p4/x4c_error_codes)
3232024-05-31T03:19:15.996Z Checking p4-rust v0.1.0 (/work/oxidecomputer/p4/codegen/rust)
3242024-05-31T03:19:18.155Z Checking x4c v0.1.0 (/work/oxidecomputer/p4/x4c)
3252024-05-31T03:19:18.194Z Checking p4-macro v0.1.0 (/work/oxidecomputer/p4/lang/p4-macro)
3262024-05-31T03:19:19.882Z Checking p4-macro-test v0.1.0 (/work/oxidecomputer/p4/lang/p4-macro-test)
3272024-05-31T03:19:32.385Z Finished dev [unoptimized + debuginfo] target(s) in 18.70s
3282024-05-31T03:19:32.426Z+ banner build
3292024-05-31T03:19:32.426Z
3302024-05-31T03:19:32.427Z ##### # # # # #####
3312024-05-31T03:19:32.427Z # # # # # # # #
3322024-05-31T03:19:32.427Z ##### # # # # # #
3332024-05-31T03:19:32.427Z # # # # # # # #
3342024-05-31T03:19:32.427Z # # # # # # # #
3352024-05-31T03:19:32.427Z ##### #### # ###### #####
3362024-05-31T03:19:32.427Z
3372024-05-31T03:19:32.428Z+ ptime -m cargo build
3382024-05-31T03:19:32.657Z Compiling unicode-ident v1.0.5
3392024-05-31T03:19:32.682Z Compiling libc v0.2.137
3402024-05-31T03:19:32.682Z Compiling once_cell v1.16.0
3412024-05-31T03:19:32.682Z Compiling regex-syntax v0.6.28
3422024-05-31T03:19:32.682Z Compiling ucd-trie v0.1.5
3432024-05-31T03:19:32.682Z Compiling memchr v2.5.0
3442024-05-31T03:19:32.682Z Compiling cfg-if v1.0.0
3452024-05-31T03:19:32.710Z Compiling byteorder v1.4.3
3462024-05-31T03:19:32.745Z Compiling num-traits v0.2.15
3472024-05-31T03:19:32.824Z Compiling proc-macro2 v1.0.47
3482024-05-31T03:19:33.420Z Compiling itoa v1.0.4
3492024-05-31T03:19:33.454Z Compiling ryu v1.0.11
3502024-05-31T03:19:33.454Z Compiling atty v0.2.14
3512024-05-31T03:19:33.454Z Compiling aho-corasick v0.7.19
3522024-05-31T03:19:33.454Z Compiling lazy_static v1.4.0
3532024-05-31T03:19:33.455Z Compiling thread-id v4.0.0
3542024-05-31T03:19:33.455Z Compiling colored v2.0.0
3552024-05-31T03:19:33.455Z Compiling fastrand v1.8.0
3562024-05-31T03:19:33.455Z Compiling remove_dir_all v0.5.3
3572024-05-31T03:19:33.484Z Compiling quote v1.0.21
3582024-05-31T03:19:33.791Z Compiling syn v1.0.103
3592024-05-31T03:19:34.018Z Compiling tempfile v3.3.0
3602024-05-31T03:19:34.072Z Compiling no-std-net v0.6.0
3612024-05-31T03:19:34.146Z Compiling num-integer v0.1.45
3622024-05-31T03:19:34.258Z Compiling pnet_base v0.31.0
3632024-05-31T03:19:34.390Z Compiling tap v1.0.1
3642024-05-31T03:19:34.471Z Compiling radium v0.7.0
3652024-05-31T03:19:34.528Z Compiling wyz v0.5.0
3662024-05-31T03:19:34.681Z Compiling num-iter v0.1.43
3672024-05-31T03:19:34.784Z Compiling funty v2.0.0
3682024-05-31T03:19:34.814Z Compiling pnet_macros_support v0.31.0
3692024-05-31T03:19:34.855Z Compiling pnet_sys v0.31.0
3702024-05-31T03:19:34.889Z Compiling getrandom v0.2.8
3712024-05-31T03:19:34.960Z Compiling proc-macro-error-attr v1.0.4
3722024-05-31T03:19:35.536Z Compiling regex v1.7.0
3732024-05-31T03:19:35.571Z Compiling rand_core v0.6.4
3742024-05-31T03:19:35.571Z Compiling anyhow v1.0.66
3752024-05-31T03:19:35.571Z Compiling ppv-lite86 v0.2.17
3762024-05-31T03:19:35.646Z Compiling bitvec v1.0.1
3772024-05-31T03:19:36.107Z Compiling rand_chacha v0.3.1
3782024-05-31T03:19:36.155Z Compiling hashbrown v0.12.3
3792024-05-31T03:19:36.516Z Compiling os_str_bytes v6.3.1
3802024-05-31T03:19:36.912Z Compiling p4 v0.1.0 (/work/oxidecomputer/p4/p4)
3812024-05-31T03:19:37.147Z Compiling indexmap v1.9.1
3822024-05-31T03:19:37.222Z Compiling clap_lex v0.2.4
3832024-05-31T03:19:37.815Z Compiling rand v0.8.5
3842024-05-31T03:19:37.926Z Compiling strsim v0.10.0
3852024-05-31T03:19:38.090Z Compiling termcolor v1.1.3
3862024-05-31T03:19:38.758Z Compiling synstructure v0.12.6
3872024-05-31T03:19:38.827Z Compiling prettyplease v0.1.21
3882024-05-31T03:19:38.986Z Compiling proc-macro-error v1.0.4
3892024-05-31T03:19:39.871Z Compiling xfr v0.1.0 (https://github.com/oxidecomputer/xfr#8a89ee73)
3902024-05-31T03:19:39.904Z Compiling p4-rust v0.1.0 (/work/oxidecomputer/p4/codegen/rust)
3912024-05-31T03:19:39.953Z Compiling bitflags v1.3.2
3922024-05-31T03:19:40.025Z Compiling textwrap v0.16.0
3932024-05-31T03:19:41.134Z Compiling x4c_error_codes v0.1.0 (/work/oxidecomputer/p4/x4c_error_codes)
3942024-05-31T03:19:42.260Z Compiling serde_derive v1.0.147
3952024-05-31T03:19:42.261Z Compiling thiserror-impl v1.0.37
3962024-05-31T03:19:42.299Z Compiling zerocopy-derive v0.2.0
3972024-05-31T03:19:42.488Z Compiling pnet_macros v0.31.0
3982024-05-31T03:19:42.669Z Compiling clap_derive v3.2.18
3992024-05-31T03:19:43.749Z Compiling zerocopy v0.3.0
4002024-05-31T03:19:44.445Z Compiling thiserror v1.0.37
4012024-05-31T03:19:44.478Z Compiling pnet_packet v0.31.0
4022024-05-31T03:19:44.923Z Compiling pest v2.4.1
4032024-05-31T03:19:44.924Z Compiling dof v0.1.5
4042024-05-31T03:19:45.166Z Compiling clap v3.2.23
4052024-05-31T03:19:45.608Z Compiling pest_meta v2.4.1
4062024-05-31T03:19:46.356Z Compiling pest_generator v2.4.1
4072024-05-31T03:19:46.822Z Compiling serde v1.0.147
4082024-05-31T03:19:47.880Z Compiling pest_derive v2.4.1
4092024-05-31T03:19:47.908Z Compiling pnet_transport v0.31.0
4102024-05-31T03:19:48.153Z Compiling dtrace-parser v0.1.14
4112024-05-31T03:19:48.209Z Compiling x4c v0.1.0 (/work/oxidecomputer/p4/x4c)
4122024-05-31T03:19:51.026Z Compiling serde_json v1.0.87
4132024-05-31T03:19:51.026Z Compiling serde_tokenstream v0.1.3
4142024-05-31T03:19:51.125Z Compiling num-bigint v0.4.3
4152024-05-31T03:19:51.125Z Compiling num-complex v0.4.2
4162024-05-31T03:19:51.158Z Compiling ipnetwork v0.19.0
4172024-05-31T03:19:51.319Z Compiling pnet_datalink v0.31.0
4182024-05-31T03:19:51.382Z Compiling p4-macro v0.1.0 (/work/oxidecomputer/p4/lang/p4-macro)
4192024-05-31T03:19:51.695Z Compiling pnet v0.31.0
4202024-05-31T03:19:52.373Z Compiling usdt-impl v0.3.5
4212024-05-31T03:19:52.987Z Compiling num-rational v0.4.1
4222024-05-31T03:19:53.560Z Compiling num v0.4.0
4232024-05-31T03:19:53.889Z Compiling usdt-attr-macro v0.3.5
4242024-05-31T03:19:53.914Z Compiling usdt-macro v0.3.5
4252024-05-31T03:19:55.036Z Compiling usdt v0.3.5
4262024-05-31T03:19:55.158Z Compiling p4rs v0.1.0 (/work/oxidecomputer/p4/lang/p4rs)
4272024-05-31T03:19:55.776Z Compiling tests v0.1.0 (/work/oxidecomputer/p4/test)
4282024-05-31T03:19:56.231Z Compiling sidecar-lite v0.1.0 (/work/oxidecomputer/p4/lang/prog/sidecar-lite)
4292024-05-31T03:19:56.231Z Compiling p4-macro-test v0.1.0 (/work/oxidecomputer/p4/lang/p4-macro-test)
4302024-05-31T03:19:56.343Z Compiling x4c-book v0.1.0 (/work/oxidecomputer/p4/book/code)
4312024-05-31T03:20:01.726Z Finished dev [unoptimized + debuginfo] target(s) in 29.26s
4322024-05-31T03:20:01.752Z
4332024-05-31T03:20:01.752Zreal 29.333920028
4342024-05-31T03:20:01.752Zuser 2:20.419799485
4352024-05-31T03:20:01.752Zsys 32.769857332
4362024-05-31T03:20:01.752Ztrap 0.071933231
4372024-05-31T03:20:01.752Ztflt 0.163114495
4382024-05-31T03:20:01.752Zdflt 0.890522472
4392024-05-31T03:20:01.752Zkflt 0.000101883
4402024-05-31T03:20:01.752Zlock 4:15.105362265
4412024-05-31T03:20:01.752Zslp 6:07.713891426
4422024-05-31T03:20:01.752Zlat 5.091461620
4432024-05-31T03:20:01.752Zstop 2.049169101
4442024-05-31T03:20:01.752Z+ ptime -m cargo build --release
4452024-05-31T03:20:01.913Z Compiling proc-macro2 v1.0.47
4462024-05-31T03:20:01.913Z Compiling quote v1.0.21
4472024-05-31T03:20:01.913Z Compiling unicode-ident v1.0.5
4482024-05-31T03:20:01.913Z Compiling syn v1.0.103
4492024-05-31T03:20:01.913Z Compiling libc v0.2.137
4502024-05-31T03:20:01.939Z Compiling autocfg v1.1.0
4512024-05-31T03:20:01.939Z Compiling serde v1.0.147
4522024-05-31T03:20:01.939Z Compiling serde_derive v1.0.147
4532024-05-31T03:20:02.063Z Compiling memchr v2.5.0
4542024-05-31T03:20:02.362Z Compiling thiserror v1.0.37
4552024-05-31T03:20:02.398Z Compiling version_check v0.9.4
4562024-05-31T03:20:02.489Z Compiling ucd-trie v0.1.5
4572024-05-31T03:20:02.527Z Compiling unicode-xid v0.2.4
4582024-05-31T03:20:02.972Z Compiling once_cell v1.16.0
4592024-05-31T03:20:03.009Z Compiling prettyplease v0.1.21
4602024-05-31T03:20:03.009Z Compiling serde_json v1.0.87
4612024-05-31T03:20:03.009Z Compiling num-traits v0.2.15
4622024-05-31T03:20:03.519Z Compiling regex-syntax v0.6.28
4632024-05-31T03:20:03.519Z Compiling aho-corasick v0.7.19
4642024-05-31T03:20:03.545Z Compiling usdt-impl v0.3.5
4652024-05-31T03:20:04.060Z Compiling num-integer v0.1.45
4662024-05-31T03:20:04.088Z Compiling byteorder v1.4.3
4672024-05-31T03:20:04.089Z Compiling atty v0.2.14
4682024-05-31T03:20:04.247Z Compiling itoa v1.0.4
4692024-05-31T03:20:04.403Z Compiling ryu v1.0.11
4702024-05-31T03:20:04.618Z Compiling cfg-if v1.0.0
4712024-05-31T03:20:04.796Z Compiling thread-id v4.0.0
4722024-05-31T03:20:05.337Z Compiling num-bigint v0.4.3
4732024-05-31T03:20:05.362Z Compiling lazy_static v1.4.0
4742024-05-31T03:20:05.468Z Compiling colored v2.0.0
4752024-05-31T03:20:05.881Z Compiling regex v1.7.0
4762024-05-31T03:20:06.730Z Compiling num-rational v0.4.1
4772024-05-31T03:20:06.809Z Compiling num-iter v0.1.43
4782024-05-31T03:20:07.023Z Compiling remove_dir_all v0.5.3
4792024-05-31T03:20:07.098Z Compiling no-std-net v0.6.0
4802024-05-31T03:20:07.126Z Compiling fastrand v1.8.0
4812024-05-31T03:20:07.243Z Compiling radium v0.7.0
4822024-05-31T03:20:07.373Z Compiling tempfile v3.3.0
4832024-05-31T03:20:07.399Z Compiling p4 v0.1.0 (/work/oxidecomputer/p4/p4)
4842024-05-31T03:20:07.434Z Compiling pnet_base v0.31.0
4852024-05-31T03:20:07.750Z Compiling tap v1.0.1
4862024-05-31T03:20:07.881Z Compiling wyz v0.5.0
4872024-05-31T03:20:07.909Z Compiling proc-macro-error-attr v1.0.4
4882024-05-31T03:20:07.968Z Compiling anyhow v1.0.66
4892024-05-31T03:20:08.189Z Compiling synstructure v0.12.6
4902024-05-31T03:20:08.262Z Compiling funty v2.0.0
4912024-05-31T03:20:09.428Z Compiling p4-rust v0.1.0 (/work/oxidecomputer/p4/codegen/rust)
4922024-05-31T03:20:09.657Z Compiling bitvec v1.0.1
4932024-05-31T03:20:09.753Z Compiling pnet_macros_support v0.31.0
4942024-05-31T03:20:09.932Z Compiling getrandom v0.2.8
4952024-05-31T03:20:09.959Z Compiling pnet_sys v0.31.0
4962024-05-31T03:20:10.277Z Compiling proc-macro-error v1.0.4
4972024-05-31T03:20:10.312Z Compiling rand_core v0.6.4
4982024-05-31T03:20:10.813Z Compiling indexmap v1.9.1
4992024-05-31T03:20:11.134Z Compiling ppv-lite86 v0.2.17
5002024-05-31T03:20:11.526Z Compiling pnet v0.31.0
5012024-05-31T03:20:11.822Z Compiling rand_chacha v0.3.1
5022024-05-31T03:20:12.326Z Compiling heck v0.4.0
5032024-05-31T03:20:12.433Z Compiling hashbrown v0.12.3
5042024-05-31T03:20:12.741Z Compiling tests v0.1.0 (/work/oxidecomputer/p4/test)
5052024-05-31T03:20:13.023Z Compiling thiserror-impl v1.0.37
5062024-05-31T03:20:13.090Z Compiling zerocopy-derive v0.2.0
5072024-05-31T03:20:13.476Z Compiling pnet_macros v0.31.0
5082024-05-31T03:20:13.701Z Compiling os_str_bytes v6.3.1
5092024-05-31T03:20:14.163Z Compiling clap_lex v0.2.4
5102024-05-31T03:20:14.592Z Compiling zerocopy v0.3.0
5112024-05-31T03:20:15.259Z Compiling pnet_packet v0.31.0
5122024-05-31T03:20:15.547Z Compiling pest v2.4.1
5132024-05-31T03:20:15.734Z Compiling dof v0.1.5
5142024-05-31T03:20:16.923Z Compiling pest_meta v2.4.1
5152024-05-31T03:20:17.750Z Compiling pest_generator v2.4.1
5162024-05-31T03:20:19.559Z Compiling pest_derive v2.4.1
5172024-05-31T03:20:20.254Z Compiling dtrace-parser v0.1.14
5182024-05-31T03:20:22.256Z Compiling pnet_transport v0.31.0
5192024-05-31T03:20:22.820Z Compiling clap_derive v3.2.18
5202024-05-31T03:20:23.278Z Compiling serde_tokenstream v0.1.3
5212024-05-31T03:20:26.064Z Compiling num-complex v0.4.2
5222024-05-31T03:20:26.606Z Compiling usdt-attr-macro v0.3.5
5232024-05-31T03:20:27.124Z Compiling usdt-macro v0.3.5
5242024-05-31T03:20:28.315Z Compiling usdt v0.3.5
5252024-05-31T03:20:28.499Z Compiling num v0.4.0
5262024-05-31T03:20:28.585Z Compiling p4rs v0.1.0 (/work/oxidecomputer/p4/lang/p4rs)
5272024-05-31T03:20:28.821Z Compiling p4-macro v0.1.0 (/work/oxidecomputer/p4/lang/p4-macro)
5282024-05-31T03:20:29.904Z Compiling ipnetwork v0.19.0
5292024-05-31T03:20:30.192Z Compiling pnet_datalink v0.31.0
5302024-05-31T03:20:30.698Z Compiling rand v0.8.5
5312024-05-31T03:20:31.550Z Compiling termcolor v1.1.3
5322024-05-31T03:20:32.366Z Compiling strsim v0.10.0
5332024-05-31T03:20:32.395Z Compiling textwrap v0.16.0
5342024-05-31T03:20:32.395Z Compiling xfr v0.1.0 (https://github.com/oxidecomputer/xfr#8a89ee73)
5352024-05-31T03:20:32.572Z Compiling x4c-book v0.1.0 (/work/oxidecomputer/p4/book/code)
5362024-05-31T03:20:33.197Z Compiling bitflags v1.3.2
5372024-05-31T03:20:33.269Z Compiling clap v3.2.23
5382024-05-31T03:20:34.027Z Compiling sidecar-lite v0.1.0 (/work/oxidecomputer/p4/lang/prog/sidecar-lite)
5392024-05-31T03:20:34.322Z Compiling x4c_error_codes v0.1.0 (/work/oxidecomputer/p4/x4c_error_codes)
5402024-05-31T03:20:40.120Z Compiling x4c v0.1.0 (/work/oxidecomputer/p4/x4c)
5412024-05-31T03:20:42.532Z Compiling p4-macro-test v0.1.0 (/work/oxidecomputer/p4/lang/p4-macro-test)
5422024-05-31T03:21:00.296Z Finished release [optimized] target(s) in 58.49s
5432024-05-31T03:21:00.323Z
5442024-05-31T03:21:00.323Zreal 58.562623245
5452024-05-31T03:21:00.323Zuser 5:32.531164247
5462024-05-31T03:21:00.323Zsys 34.420924962
5472024-05-31T03:21:00.324Ztrap 0.177271133
5482024-05-31T03:21:00.324Ztflt 0.180391665
5492024-05-31T03:21:00.324Zdflt 0.277428783
5502024-05-31T03:21:00.324Zkflt 0.000052748
5512024-05-31T03:21:00.324Zlock 12:56.778328064
5522024-05-31T03:21:00.325Zslp 15:23.092729565
5532024-05-31T03:21:00.325Zlat 17.051078330
5542024-05-31T03:21:00.325Zstop 6.170917794
5552024-05-31T03:21:00.325Z+ for x in debug release
5562024-05-31T03:21:00.325Z+ mkdir -p /work/debug
5572024-05-31T03:21:00.325Z+ cp target/debug/x4c /work/debug/
5582024-05-31T03:21:00.354Z+ cp target/debug/libsidecar_lite.so /work/debug/
5592024-05-31T03:21:00.386Z+ for x in debug release
5602024-05-31T03:21:00.386Z+ mkdir -p /work/release
5612024-05-31T03:21:00.411Z+ cp target/release/x4c /work/release/
5622024-05-31T03:21:00.411Z+ cp target/release/libsidecar_lite.so /work/release/
5632024-05-31T03:21:00.411Z+ banner test
5642024-05-31T03:21:00.436Z
5652024-05-31T03:21:00.436Z ##### ###### #### #####
5662024-05-31T03:21:00.436Z # # # #
5672024-05-31T03:21:00.436Z # ##### #### #
5682024-05-31T03:21:00.436Z # # # #
5692024-05-31T03:21:00.436Z # # # # #
5702024-05-31T03:21:00.436Z # ###### #### #
5712024-05-31T03:21:00.436Z
5722024-05-31T03:21:00.436Z+ cargo test
5732024-05-31T03:21:00.562Z Compiling p4-macro v0.1.0 (/work/oxidecomputer/p4/lang/p4-macro)
5742024-05-31T03:21:00.590Z Compiling libloading v0.7.4
5752024-05-31T03:21:00.590Z Compiling p4rs v0.1.0 (/work/oxidecomputer/p4/lang/p4rs)
5762024-05-31T03:21:00.590Z Compiling p4-rust v0.1.0 (/work/oxidecomputer/p4/codegen/rust)
5772024-05-31T03:21:00.590Z Compiling x4c v0.1.0 (/work/oxidecomputer/p4/x4c)
5782024-05-31T03:21:00.590Z Compiling p4 v0.1.0 (/work/oxidecomputer/p4/p4)
5792024-05-31T03:21:00.921Z Compiling x4c_error_codes v0.1.0 (/work/oxidecomputer/p4/x4c_error_codes)
5802024-05-31T03:21:01.989Z Compiling tests v0.1.0 (/work/oxidecomputer/p4/test)
5812024-05-31T03:21:01.989Z Compiling sidecar-lite v0.1.0 (/work/oxidecomputer/p4/lang/prog/sidecar-lite)
5822024-05-31T03:21:02.014Z Compiling p4-macro-test v0.1.0 (/work/oxidecomputer/p4/lang/p4-macro-test)
5832024-05-31T03:21:02.550Z Compiling x4c-book v0.1.0 (/work/oxidecomputer/p4/book/code)
5842024-05-31T03:21:15.603Z Finished test [unoptimized + debuginfo] target(s) in 14.97s
5852024-05-31T03:21:15.693Z Running unittests src/lib.rs (target/debug/deps/p4-abbc395bb70cae89)
5862024-05-31T03:21:15.693Z
5872024-05-31T03:21:15.693Zrunning 0 tests
5882024-05-31T03:21:15.693Z
5892024-05-31T03:21:15.693Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
5902024-05-31T03:21:15.693Z
5912024-05-31T03:21:15.693Z Running unittests src/lib.rs (target/debug/deps/p4_macro-f7aa59be3fa914c1)
5922024-05-31T03:21:15.693Z
5932024-05-31T03:21:15.693Zrunning 0 tests
5942024-05-31T03:21:15.693Z
5952024-05-31T03:21:15.693Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
5962024-05-31T03:21:15.693Z
5972024-05-31T03:21:15.693Z Running unittests src/main.rs (target/debug/deps/p4_macro_test-5d71657ad00a7307)
5982024-05-31T03:21:15.693Z
5992024-05-31T03:21:15.694Zrunning 0 tests
6002024-05-31T03:21:15.694Z
6012024-05-31T03:21:15.694Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
6022024-05-31T03:21:15.694Z
6032024-05-31T03:21:15.694Z Running unittests src/lib.rs (target/debug/deps/p4_rust-b080b91c7a14b064)
6042024-05-31T03:21:15.694Z
6052024-05-31T03:21:15.694Zrunning 0 tests
6062024-05-31T03:21:15.694Z
6072024-05-31T03:21:15.694Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
6082024-05-31T03:21:15.694Z
6092024-05-31T03:21:15.694Z Running unittests src/lib.rs (target/debug/deps/p4rs-799f25ddb112eab1)
6102024-05-31T03:21:15.694Z
6112024-05-31T03:21:15.694Zrunning 11 tests
6122024-05-31T03:21:15.694Ztest bitmath::tests::bitmath_add_nest ... ok
6132024-05-31T03:21:15.695Ztest bitmath::tests::bitmath_add ... ok
6142024-05-31T03:21:15.695Ztest bitmath::tests::bitmath_add_cascade ... ok
6152024-05-31T03:21:15.695Ztest checksum::tests::udp_checksum ... ok
6162024-05-31T03:21:15.695Ztest bitmath::tests::bitmath_mod ... ok
6172024-05-31T03:21:15.695Ztest bitmath::tests::bitmath_add_mixed_size ... ok
6182024-05-31T03:21:15.695Ztest table::tests::match_lpm_ternary_1 ... ok
6192024-05-31T03:21:15.695Ztest table::tests::match_lpm_1 ... ok
6202024-05-31T03:21:15.695Ztest table::tests::match_lpm_ternary_range ... ok
6212024-05-31T03:21:15.695Ztest table::tests::match_ternary_1 ... ok
6222024-05-31T03:21:15.695Ztest table::tests::match_with_action ... ok
6232024-05-31T03:21:15.695Z
6242024-05-31T03:21:15.695Ztest result: ok. 11 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
6252024-05-31T03:21:15.695Z
6262024-05-31T03:21:15.696Z Running unittests src/lib.rs (target/debug/deps/sidecar_lite-9c7b289a831603c9)
6272024-05-31T03:21:15.696Z
6282024-05-31T03:21:15.696Zrunning 0 tests
6292024-05-31T03:21:15.696Z
6302024-05-31T03:21:15.696Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
6312024-05-31T03:21:15.696Z
6322024-05-31T03:21:15.696Z Running unittests src/lib.rs (target/debug/deps/tests-7665bdeabfa34a15)
6332024-05-31T03:21:15.696Z
6342024-05-31T03:21:15.696Zrunning 14 tests
6352024-05-31T03:21:15.696Ztest controller_multiple_instantiation::controller_multiple_instantiation ... ok
6362024-05-31T03:21:15.696Ztest headers::ipv6_header_read_write ... ok
6372024-05-31T03:21:15.696Ztest ipv6::test_ipv6_parse ... ok
6382024-05-31T03:21:15.696Ztest dload::pipeline_create ... ok
6392024-05-31T03:21:15.696Ztest dload::dynamic_load ... ok
6402024-05-31T03:21:15.696Ztest table_in_egress_and_ingress::table_in_egress_and_ingress ... ok
6412024-05-31T03:21:15.697Ztest vlan::test_vlan_parse ... ok
6422024-05-31T03:21:15.697Ztest decap::geneve_decap ... ok
6432024-05-31T03:21:15.697Ztest hub::hub2 ... ok
6442024-05-31T03:21:15.697Ztest dynamic_router::dynamic_router2 ... ok
6452024-05-31T03:21:15.697Ztest mac_rewrite::mac_rewrite2 ... ok
6462024-05-31T03:21:15.697Ztest basic_router::basic_router2 ... ok
6472024-05-31T03:21:15.697Ztest range::range ... ok
6482024-05-31T03:21:15.697Ztest disag_router::disag_router ... ok
6492024-05-31T03:21:15.697Z
6502024-05-31T03:21:15.697Ztest result: ok. 14 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.03s
6512024-05-31T03:21:15.697Z
6522024-05-31T03:21:15.697Z Running unittests src/lib.rs (target/debug/deps/x4c-94bdace97ef6dc80)
6532024-05-31T03:21:15.697Z
6542024-05-31T03:21:15.697Zrunning 0 tests
6552024-05-31T03:21:15.697Z
6562024-05-31T03:21:15.697Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
6572024-05-31T03:21:15.698Z
6582024-05-31T03:21:15.698Z Running unittests src/bin/x4c.rs (target/debug/deps/x4c-89bb2762bcf4bf2c)
6592024-05-31T03:21:15.698Z
6602024-05-31T03:21:15.698Zrunning 0 tests
6612024-05-31T03:21:15.698Z
6622024-05-31T03:21:15.698Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
6632024-05-31T03:21:15.698Z
6642024-05-31T03:21:15.698Z Running unittests src/bin/hello-world.rs (target/debug/deps/hello_world-ddbd09492f9421b3)
6652024-05-31T03:21:15.698Z
6662024-05-31T03:21:15.698Zrunning 0 tests
6672024-05-31T03:21:15.698Z
6682024-05-31T03:21:15.698Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
6692024-05-31T03:21:15.698Z
6702024-05-31T03:21:15.698Z Running unittests src/bin/vlan-switch.rs (target/debug/deps/vlan_switch-ebda7af6f7678c49)
6712024-05-31T03:21:15.698Z
6722024-05-31T03:21:15.698Zrunning 0 tests
6732024-05-31T03:21:15.698Z
6742024-05-31T03:21:15.698Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
6752024-05-31T03:21:15.699Z
6762024-05-31T03:21:15.699Z Running unittests src/lib.rs (target/debug/deps/x4c_error_codes-6b45f322baf0be68)
6772024-05-31T03:21:15.699Z
6782024-05-31T03:21:15.699Zrunning 0 tests
6792024-05-31T03:21:15.699Z
6802024-05-31T03:21:15.699Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
6812024-05-31T03:21:15.699Z
6822024-05-31T03:21:15.699Z Doc-tests p4
6832024-05-31T03:21:15.771Z
6842024-05-31T03:21:15.771Zrunning 0 tests
6852024-05-31T03:21:15.771Z
6862024-05-31T03:21:15.771Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
6872024-05-31T03:21:15.771Z
6882024-05-31T03:21:15.803Z Doc-tests p4-macro
6892024-05-31T03:21:15.855Z
6902024-05-31T03:21:15.855Zrunning 2 tests
6912024-05-31T03:21:15.880Ztest lang/p4-macro/src/lib.rs - (line 18) ... ignored
6922024-05-31T03:21:15.880Ztest lang/p4-macro/src/lib.rs - (line 6) ... ignored
6932024-05-31T03:21:15.880Z
6942024-05-31T03:21:15.880Ztest result: ok. 0 passed; 0 failed; 2 ignored; 0 measured; 0 filtered out; finished in 0.00s
6952024-05-31T03:21:15.880Z
6962024-05-31T03:21:15.880Z Doc-tests p4-rust
6972024-05-31T03:21:16.193Z
6982024-05-31T03:21:16.193Zrunning 0 tests
6992024-05-31T03:21:16.193Z
7002024-05-31T03:21:16.193Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
7012024-05-31T03:21:16.193Z
7022024-05-31T03:21:16.218Z Doc-tests p4rs
7032024-05-31T03:21:16.361Z
7042024-05-31T03:21:16.362Zrunning 1 test
7052024-05-31T03:21:17.365Ztest lang/p4rs/src/lib.rs - (line 11) ... ok
7062024-05-31T03:21:17.365Z
7072024-05-31T03:21:17.366Ztest result: ok. 1 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 1.00s
7082024-05-31T03:21:17.366Z
7092024-05-31T03:21:17.392Z Doc-tests tests
7102024-05-31T03:21:17.482Z
7112024-05-31T03:21:17.482Zrunning 0 tests
7122024-05-31T03:21:17.482Z
7132024-05-31T03:21:17.482Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
7142024-05-31T03:21:17.482Z
7152024-05-31T03:21:17.507Z Doc-tests x4c
7162024-05-31T03:21:17.569Z
7172024-05-31T03:21:17.570Zrunning 0 tests
7182024-05-31T03:21:17.570Z
7192024-05-31T03:21:17.570Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
7202024-05-31T03:21:17.570Z
7212024-05-31T03:21:17.599Z Doc-tests x4c_error_codes
7222024-05-31T03:21:17.623Z
7232024-05-31T03:21:17.623Zrunning 0 tests
7242024-05-31T03:21:17.623Z
7252024-05-31T03:21:17.623Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
7262024-05-31T03:21:17.623Z
7272024-05-31T03:21:17.648Z+ pushd test
7282024-05-31T03:21:17.648Z/work/oxidecomputer/p4/test /work/oxidecomputer/p4
7292024-05-31T03:21:17.648Z+ banner 'mac rewr'
7302024-05-31T03:21:17.648Z
7312024-05-31T03:21:17.648Z # # ## #### ##### ###### # # #####
7322024-05-31T03:21:17.648Z ## ## # # # # # # # # # # #
7332024-05-31T03:21:17.648Z # ## # # # # # # ##### # # # #
7342024-05-31T03:21:17.648Z # # ###### # ##### # # ## # #####
7352024-05-31T03:21:17.649Z # # # # # # # # # ## ## # #
7362024-05-31T03:21:17.649Z # # # # #### # # ###### # # # #
7372024-05-31T03:21:17.649Z
7382024-05-31T03:21:17.649Z+ RUST_BACKTRACE=1
7392024-05-31T03:21:17.649Z+ cargo test mac_rewrite -- --nocapture
7402024-05-31T03:21:17.829Z Compiling memchr v2.5.0
7412024-05-31T03:21:17.854Z Compiling pest_meta v2.4.1
7422024-05-31T03:21:17.854Z Compiling prettyplease v0.1.21
7432024-05-31T03:21:17.854Z Compiling tempfile v3.3.0
7442024-05-31T03:21:18.365Z Compiling aho-corasick v0.7.19
7452024-05-31T03:21:18.607Z Compiling pest_generator v2.4.1
7462024-05-31T03:21:19.279Z Compiling regex v1.7.0
7472024-05-31T03:21:19.571Z Compiling pest_derive v2.4.1
7482024-05-31T03:21:20.673Z Compiling dtrace-parser v0.1.14
7492024-05-31T03:21:20.699Z Compiling p4 v0.1.0 (/work/oxidecomputer/p4/p4)
7502024-05-31T03:21:20.699Z Compiling usdt-impl v0.3.5
7512024-05-31T03:21:22.006Z Compiling p4-rust v0.1.0 (/work/oxidecomputer/p4/codegen/rust)
7522024-05-31T03:21:22.119Z Compiling pnet_macros v0.31.0
7532024-05-31T03:21:22.220Z Compiling usdt-attr-macro v0.3.5
7542024-05-31T03:21:22.220Z Compiling usdt-macro v0.3.5
7552024-05-31T03:21:23.429Z Compiling usdt v0.3.5
7562024-05-31T03:21:23.559Z Compiling p4rs v0.1.0 (/work/oxidecomputer/p4/lang/p4rs)
7572024-05-31T03:21:23.592Z Compiling pnet_packet v0.31.0
7582024-05-31T03:21:23.816Z Compiling p4-macro v0.1.0 (/work/oxidecomputer/p4/lang/p4-macro)
7592024-05-31T03:21:26.746Z Compiling pnet_transport v0.31.0
7602024-05-31T03:21:26.918Z Compiling pnet v0.31.0
7612024-05-31T03:21:27.492Z Compiling tests v0.1.0 (/work/oxidecomputer/p4/test)
7622024-05-31T03:21:41.021Z Finished test [unoptimized + debuginfo] target(s) in 23.31s
7632024-05-31T03:21:41.045Z Running unittests src/lib.rs (/work/oxidecomputer/p4/target/debug/deps/tests-33017ea933dedab8)
7642024-05-31T03:21:41.045Z
7652024-05-31T03:21:41.045Zrunning 1 test
7662024-05-31T03:21:41.073Z[phy2] do you know the muffin man?
7672024-05-31T03:21:41.073Z[cpu] the muffin man?
7682024-05-31T03:21:41.073Z[cpu] the muffin man!
7692024-05-31T03:21:41.073Z[cpu] why yes
7702024-05-31T03:21:41.073Z[phy1] i know the muffin man
7712024-05-31T03:21:41.073Z[phy3] the muffin man is me!!!
7722024-05-31T03:21:41.073Ztest mac_rewrite::mac_rewrite2 ... ok
7732024-05-31T03:21:41.073Z
7742024-05-31T03:21:41.073Ztest result: ok. 1 passed; 0 failed; 0 ignored; 0 measured; 13 filtered out; finished in 0.02s
7752024-05-31T03:21:41.073Z
7762024-05-31T03:21:41.074Z+ banner 'dyn load'
7772024-05-31T03:21:41.074Z
7782024-05-31T03:21:41.074Z ##### # # # # # #### ## #####
7792024-05-31T03:21:41.074Z # # # # ## # # # # # # # #
7802024-05-31T03:21:41.074Z # # # # # # # # # # # # #
7812024-05-31T03:21:41.074Z # # # # # # # # # ###### # #
7822024-05-31T03:21:41.074Z # # # # ## # # # # # # #
7832024-05-31T03:21:41.074Z ##### # # # ###### #### # # #####
7842024-05-31T03:21:41.074Z
7852024-05-31T03:21:41.074Z+ RUST_BACKTRACE=1
7862024-05-31T03:21:41.074Z+ cargo test dload -- --nocapture
7872024-05-31T03:21:41.282Z Finished test [unoptimized + debuginfo] target(s) in 0.12s
7882024-05-31T03:21:41.308Z Running unittests src/lib.rs (/work/oxidecomputer/p4/target/debug/deps/tests-33017ea933dedab8)
7892024-05-31T03:21:41.309Z
7902024-05-31T03:21:41.309Zrunning 2 tests
7912024-05-31T03:21:41.309Ztest dload::dynamic_load ... ok
7922024-05-31T03:21:41.309Ztest dload::pipeline_create ... ok
7932024-05-31T03:21:41.309Z
7942024-05-31T03:21:41.309Ztest result: ok. 2 passed; 0 failed; 0 ignored; 0 measured; 12 filtered out; finished in 0.01s
7952024-05-31T03:21:41.309Z
7962024-05-31T03:21:41.334Z+ banner disag
7972024-05-31T03:21:41.334Z
7982024-05-31T03:21:41.334Z ##### # #### ## ####
7992024-05-31T03:21:41.334Z # # # # # # # #
8002024-05-31T03:21:41.334Z # # # #### # # #
8012024-05-31T03:21:41.334Z # # # # ###### # ###
8022024-05-31T03:21:41.334Z # # # # # # # # #
8032024-05-31T03:21:41.334Z ##### # #### # # ####
8042024-05-31T03:21:41.334Z
8052024-05-31T03:21:41.334Z+ RUST_BACKTRACE=1
8062024-05-31T03:21:41.334Z+ cargo test disag_router -- --nocapture
8072024-05-31T03:21:41.535Z Finished test [unoptimized + debuginfo] target(s) in 0.12s
8082024-05-31T03:21:41.560Z Running unittests src/lib.rs (/work/oxidecomputer/p4/target/debug/deps/tests-33017ea933dedab8)
8092024-05-31T03:21:41.560Z
8102024-05-31T03:21:41.560Zrunning 1 test
8112024-05-31T03:21:41.585Z[phy2] do you know the muffin man?
8122024-05-31T03:21:41.585Z[cpu] the muffin man?
8132024-05-31T03:21:41.585Z[cpu] the muffin man!
8142024-05-31T03:21:41.585Z[cpu] why yes
8152024-05-31T03:21:41.585Z[phy1] i know the muffin man
8162024-05-31T03:21:41.585Z[phy3] the muffin man is me!!!
8172024-05-31T03:21:41.585Ztest disag_router::disag_router ... ok
8182024-05-31T03:21:41.585Z
8192024-05-31T03:21:41.585Ztest result: ok. 1 passed; 0 failed; 0 ignored; 0 measured; 13 filtered out; finished in 0.02s
8202024-05-31T03:21:41.585Z
8212024-05-31T03:21:41.585Z+ banner 'dyn rtr'
8222024-05-31T03:21:41.585Z
8232024-05-31T03:21:41.585Z ##### # # # # ##### ##### #####
8242024-05-31T03:21:41.585Z # # # # ## # # # # # #
8252024-05-31T03:21:41.585Z # # # # # # # # # # #
8262024-05-31T03:21:41.585Z # # # # # # ##### # #####
8272024-05-31T03:21:41.585Z # # # # ## # # # # #
8282024-05-31T03:21:41.585Z ##### # # # # # # # #
8292024-05-31T03:21:41.586Z
8302024-05-31T03:21:41.586Z+ RUST_BACKTRACE=1
8312024-05-31T03:21:41.586Z+ cargo test dynamic_router -- --nocapture
8322024-05-31T03:21:41.795Z Finished test [unoptimized + debuginfo] target(s) in 0.12s
8332024-05-31T03:21:41.820Z Running unittests src/lib.rs (/work/oxidecomputer/p4/target/debug/deps/tests-33017ea933dedab8)
8342024-05-31T03:21:41.820Z
8352024-05-31T03:21:41.820Zrunning 1 test
8362024-05-31T03:21:41.847Z[phy2] do you know the muffin man?
8372024-05-31T03:21:41.847Z[cpu] the muffin man?
8382024-05-31T03:21:41.847Z[cpu] the muffin man!
8392024-05-31T03:21:41.847Z[cpu] why yes
8402024-05-31T03:21:41.847Z[phy1] i know the muffin man
8412024-05-31T03:21:41.847Z[phy3] the muffin man is me!!!
8422024-05-31T03:21:41.847Ztest dynamic_router::dynamic_router2 ... ok
8432024-05-31T03:21:41.847Z
8442024-05-31T03:21:41.847Ztest result: ok. 1 passed; 0 failed; 0 ignored; 0 measured; 13 filtered out; finished in 0.02s
8452024-05-31T03:21:41.847Z
8462024-05-31T03:21:41.847Z+ banner hub
8472024-05-31T03:21:41.848Z
8482024-05-31T03:21:41.848Z # # # # #####
8492024-05-31T03:21:41.848Z # # # # # #
8502024-05-31T03:21:41.848Z ###### # # #####
8512024-05-31T03:21:41.848Z # # # # # #
8522024-05-31T03:21:41.848Z # # # # # #
8532024-05-31T03:21:41.848Z # # #### #####
8542024-05-31T03:21:41.848Z
8552024-05-31T03:21:41.848Z+ RUST_BACKTRACE=1
8562024-05-31T03:21:41.848Z+ cargo test hub -- --nocapture
8572024-05-31T03:21:42.063Z Finished test [unoptimized + debuginfo] target(s) in 0.12s
8582024-05-31T03:21:42.087Z Running unittests src/lib.rs (/work/oxidecomputer/p4/target/debug/deps/tests-33017ea933dedab8)
8592024-05-31T03:21:42.087Z
8602024-05-31T03:21:42.087Zrunning 1 test
8612024-05-31T03:21:42.113Z[phy2] do you know the muffin man?
8622024-05-31T03:21:42.113Z[phy3] do you know the muffin man?
8632024-05-31T03:21:42.113Z[phy1] the muffin man?
8642024-05-31T03:21:42.113Z[phy3] the muffin man?
8652024-05-31T03:21:42.113Z[phy2] the muffin man!
8662024-05-31T03:21:42.113Z[phy3] the muffin man!
8672024-05-31T03:21:42.113Z[phy1] why yes
8682024-05-31T03:21:42.113Z[phy1] i know the muffin man
8692024-05-31T03:21:42.113Z[phy1] the muffin man is me!!!
8702024-05-31T03:21:42.113Z[phy3] why yes
8712024-05-31T03:21:42.113Z[phy3] i know the muffin man
8722024-05-31T03:21:42.113Z[phy3] the muffin man is me!!!
8732024-05-31T03:21:42.113Ztest hub::hub2 ... ok
8742024-05-31T03:21:42.113Z
8752024-05-31T03:21:42.114Ztest result: ok. 1 passed; 0 failed; 0 ignored; 0 measured; 13 filtered out; finished in 0.02s
8762024-05-31T03:21:42.114Z
8772024-05-31T03:21:42.114Z+ banner router
8782024-05-31T03:21:42.114Z
8792024-05-31T03:21:42.114Z ##### #### # # ##### ###### #####
8802024-05-31T03:21:42.114Z # # # # # # # # # #
8812024-05-31T03:21:42.114Z # # # # # # # ##### # #
8822024-05-31T03:21:42.114Z ##### # # # # # # #####
8832024-05-31T03:21:42.114Z # # # # # # # # # #
8842024-05-31T03:21:42.114Z # # #### #### # ###### # #
8852024-05-31T03:21:42.114Z
8862024-05-31T03:21:42.114Z+ RUST_BACKTRACE=1
8872024-05-31T03:21:42.114Z+ cargo test basic_router -- --nocapture
8882024-05-31T03:21:42.315Z Finished test [unoptimized + debuginfo] target(s) in 0.12s
8892024-05-31T03:21:42.341Z Running unittests src/lib.rs (/work/oxidecomputer/p4/target/debug/deps/tests-33017ea933dedab8)
8902024-05-31T03:21:42.341Z
8912024-05-31T03:21:42.341Zrunning 1 test
8922024-05-31T03:21:42.366Z[phy2] do you know the muffin man?
8932024-05-31T03:21:42.366Z[phy1] the muffin man?
8942024-05-31T03:21:42.366Z[phy2] the muffin man!
8952024-05-31T03:21:42.366Z[phy1] why yes
8962024-05-31T03:21:42.366Z[phy1] i know the muffin man
8972024-05-31T03:21:42.367Z[phy1] the muffin man is me!!!
8982024-05-31T03:21:42.367Ztest basic_router::basic_router2 ... ok
8992024-05-31T03:21:42.367Z
9002024-05-31T03:21:42.367Ztest result: ok. 1 passed; 0 failed; 0 ignored; 0 measured; 13 filtered out; finished in 0.02s
9012024-05-31T03:21:42.367Z
9022024-05-31T03:21:42.367Z+ banner headers
9032024-05-31T03:21:42.367Z
9042024-05-31T03:21:42.367Z # # ###### ## ##### ###### ##### ####
9052024-05-31T03:21:42.367Z # # # # # # # # # # #
9062024-05-31T03:21:42.367Z ###### ##### # # # # ##### # # ####
9072024-05-31T03:21:42.367Z # # # ###### # # # ##### #
9082024-05-31T03:21:42.367Z # # # # # # # # # # # #
9092024-05-31T03:21:42.367Z # # ###### # # ##### ###### # # ####
9102024-05-31T03:21:42.367Z
9112024-05-31T03:21:42.367Z+ RUST_BACKTRACE=1
9122024-05-31T03:21:42.367Z+ cargo test headers -- --nocapture
9132024-05-31T03:21:42.575Z Finished test [unoptimized + debuginfo] target(s) in 0.12s
9142024-05-31T03:21:42.604Z Running unittests src/lib.rs (/work/oxidecomputer/p4/target/debug/deps/tests-33017ea933dedab8)
9152024-05-31T03:21:42.604Z
9162024-05-31T03:21:42.604Zrunning 1 test
9172024-05-31T03:21:42.604Ztest headers::ipv6_header_read_write ... ok
9182024-05-31T03:21:42.604Z
9192024-05-31T03:21:42.604Ztest result: ok. 1 passed; 0 failed; 0 ignored; 0 measured; 13 filtered out; finished in 0.00s
9202024-05-31T03:21:42.605Z
9212024-05-31T03:21:42.605Zprocess exited: duration 188543 ms, exit code 0
 
9222024-05-31T03:21:42.695Zfound 4 output files
9232024-05-31T03:21:42.695Zuploading: /work/debug/libsidecar_lite.so (35278528 bytes)
9242024-05-31T03:21:58.895Zuploaded: /work/debug/libsidecar_lite.so
9252024-05-31T03:21:58.922Zuploading: /work/debug/x4c (41432440 bytes)
9262024-05-31T03:22:19.637Zuploaded: /work/debug/x4c
9272024-05-31T03:22:19.637Zuploading: /work/release/libsidecar_lite.so (8513688 bytes)
9282024-05-31T03:22:23.257Zuploaded: /work/release/libsidecar_lite.so
9292024-05-31T03:22:23.281Zuploading: /work/release/x4c (8314664 bytes)
9302024-05-31T03:22:26.807Zuploaded: /work/release/x4c