01J8VBN7EN7X1KN8G80X2FPNEV: 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: 01J8VBNK2XSXQ747FJBHQFHTPJ

Tags:

Output:

SEQ GLOBAL TIME DETAILS
12024-09-28T03:45:32.944Zjob assigned to worker 01J8VBNQFN7X4X9DFB0J0Z0R2Z (queued for 1 m 8 s)
 
22024-09-28T03:45:41.445Zstarting task 0: "setup"
32024-09-28T03:45:41.452Z++ uname -s
42024-09-28T03:45:41.455Z+ kern=SunOS
52024-09-28T03:45:41.455Z+ case "$kern" in
62024-09-28T03:45:41.455Z+ groupadd -g 12345 build
72024-09-28T03:45:41.458Z+ useradd -u 12345 -g build -d /home/build -s /bin/bash -c build -P 'Primary Administrator' build
82024-09-28T03:45:43.468Z+ zfs create -o mountpoint=/work rpool/work
92024-09-28T03:45:43.615Z++ awk '$2 == "/home" { print $3 }' /etc/mnttab
102024-09-28T03:45:43.617Z+ home_fs=zfs
112024-09-28T03:45:43.617Z+ [[ zfs == autofs ]]
122024-09-28T03:45:43.617Z+ mkdir -p /home/build
132024-09-28T03:45:43.620Z+ chown build:build /home/build /work
142024-09-28T03:45:45.622Z+ chmod 0700 /home/build /work
152024-09-28T03:45:45.625Zprocess exited: duration 4181 ms, exit code 0
 
162024-09-28T03:45:45.630Zstarting task 1: "rust-toolchain"
172024-09-28T03:45:45.635Z+ printf ' * toolchain channel = "%s"
182024-09-28T03:45:45.635Z' stable
192024-09-28T03:45:45.635Z * toolchain channel = "stable"
202024-09-28T03:45:45.635Z * toolchain profile = "default"
212024-09-28T03:45:45.638Z+ printf ' * toolchain profile = "%s"
222024-09-28T03:45:45.638Z' default
232024-09-28T03:45:45.638Z+ curl --proto =https --tlsv1.2 -sSf https://sh.rustup.rs
242024-09-28T03:45:45.638Z+ /bin/bash -s - -y --no-modify-path --default-toolchain stable --profile default
252024-09-28T03:45:45.756Zinfo: downloading installer
262024-09-28T03:45:47.318Zinfo: profile set to 'default'
272024-09-28T03:45:47.318Zinfo: default host triple is x86_64-unknown-illumos
282024-09-28T03:45:47.320Zinfo: syncing channel updates for 'stable-x86_64-unknown-illumos'
292024-09-28T03:45:47.482Zinfo: latest update on 2024-09-05, rust version 1.81.0 (eeb90cda1 2024-09-04)
302024-09-28T03:45:47.482Zinfo: downloading component 'cargo'
312024-09-28T03:45:48.314Zinfo: downloading component 'clippy'
322024-09-28T03:45:48.617Zinfo: downloading component 'rust-docs'
332024-09-28T03:45:49.779Zinfo: downloading component 'rust-std'
342024-09-28T03:45:51.608Zinfo: downloading component 'rustc'
352024-09-28T03:45:58.054Zinfo: downloading component 'rustfmt'
362024-09-28T03:45:58.310Zinfo: installing component 'cargo'
372024-09-28T03:45:59.217Zinfo: installing component 'clippy'
382024-09-28T03:45:59.619Zinfo: installing component 'rust-docs'
392024-09-28T03:46:01.397Zinfo: installing component 'rust-std'
402024-09-28T03:46:03.303Zinfo: installing component 'rustc'
412024-09-28T03:46:09.351Zinfo: installing component 'rustfmt'
422024-09-28T03:46:09.702Zinfo: default toolchain set to 'stable-x86_64-unknown-illumos'
432024-09-28T03:46:09.702Z
442024-09-28T03:46:10.071Z stable-x86_64-unknown-illumos installed - rustc 1.81.0 (eeb90cda1 2024-09-04)
452024-09-28T03:46:10.071Z
462024-09-28T03:46:10.075Z
472024-09-28T03:46:10.075ZRust is installed now. Great!
482024-09-28T03:46:10.075Z
492024-09-28T03:46:10.075ZTo get started you need Cargo's bin directory ($HOME/.cargo/bin) in your PATH
502024-09-28T03:46:10.075Zenvironment variable. This has not been done automatically.
512024-09-28T03:46:10.075Z
522024-09-28T03:46:10.075ZTo configure your current shell, you need to source
532024-09-28T03:46:10.075Zthe corresponding env file under $HOME/.cargo.
542024-09-28T03:46:10.075Z
552024-09-28T03:46:10.075ZThis is usually done by running one of the following (note the leading DOT):
562024-09-28T03:46:10.075Z. "$HOME/.cargo/env" # For sh/bash/zsh/ash/dash/pdksh
572024-09-28T03:46:10.075Zsource "$HOME/.cargo/env.fish" # For fish
582024-09-28T03:46:10.145Z+ rustc --version
592024-09-28T03:46:10.215Zrustc 1.81.0 (eeb90cda1 2024-09-04)
602024-09-28T03:46:10.219Zprocess exited: duration 24586 ms, exit code 0
 
612024-09-28T03:46:10.224Zstarting task 2: "authentication"
622024-09-28T03:46:10.246Zprocess exited: duration 21 ms, exit code 0
 
632024-09-28T03:46:10.252Zstarting task 3: "clone repository"
642024-09-28T03:46:10.258Z+ mkdir -p /work/oxidecomputer/p4
652024-09-28T03:46:10.260Z+ git clone https://github.com/oxidecomputer/p4 /work/oxidecomputer/p4
662024-09-28T03:46:11.912ZCloning into '/work/oxidecomputer/p4'...
672024-09-28T03:46:13.411Z+ cd /work/oxidecomputer/p4
682024-09-28T03:46:13.411Z+ git fetch origin 577a63ee9c7d38f7e2f2695d029a9d2c9f172969
692024-09-28T03:46:13.692ZFrom https://github.com/oxidecomputer/p4
702024-09-28T03:46:13.692Z * branch 577a63ee9c7d38f7e2f2695d029a9d2c9f172969 -> FETCH_HEAD
712024-09-28T03:46:13.704Z+ [[ -n async ]]
722024-09-28T03:46:13.705Z++ git branch --show-current
732024-09-28T03:46:13.705Z+ current=main
742024-09-28T03:46:13.705Z+ [[ main != async ]]
752024-09-28T03:46:13.705Z+ git branch -f async 577a63ee9c7d38f7e2f2695d029a9d2c9f172969
762024-09-28T03:46:13.705Z+ git checkout -f async
772024-09-28T03:46:13.705ZSwitched to branch 'async'
782024-09-28T03:46:13.724Z+ git reset --hard 577a63ee9c7d38f7e2f2695d029a9d2c9f172969
792024-09-28T03:46:13.724ZHEAD is now at 577a63e implement parser extract
802024-09-28T03:46:13.724Zprocess exited: duration 3451 ms, exit code 0
 
812024-09-28T03:46:13.747Zstarting task 4: "build"
822024-09-28T03:46:13.752Z+ cargo --version
832024-09-28T03:46:13.757Zinfo: syncing channel updates for '1.77.0-x86_64-unknown-illumos'
842024-09-28T03:46:14.154Zinfo: latest update on 2024-03-21, rust version 1.77.0 (aedd173a2 2024-03-17)
852024-09-28T03:46:14.154Zinfo: downloading component 'cargo'
862024-09-28T03:46:15.332Zinfo: downloading component 'clippy'
872024-09-28T03:46:15.816Zinfo: downloading component 'rust-docs'
882024-09-28T03:46:17.369Zinfo: downloading component 'rust-std'
892024-09-28T03:46:19.635Zinfo: downloading component 'rustc'
902024-09-28T03:46:26.575Zinfo: downloading component 'rustfmt'
912024-09-28T03:46:26.591Zinfo: installing component 'cargo'
922024-09-28T03:46:26.631Zinfo: installing component 'clippy'
932024-09-28T03:46:26.967Zinfo: installing component 'rust-docs'
942024-09-28T03:46:28.471Zinfo: installing component 'rust-std'
952024-09-28T03:46:30.301Zinfo: installing component 'rustc'
962024-09-28T03:46:34.361Zinfo: installing component 'rustfmt'
972024-09-28T03:46:34.768Zcargo 1.77.0 (3fe68eabf 2024-02-29)
982024-09-28T03:46:34.772Z+ rustc --version
992024-09-28T03:46:34.837Zrustc 1.77.0 (aedd173a2 2024-03-17)
1002024-09-28T03:46:34.842Z+ banner check
1012024-09-28T03:46:34.937Z
1022024-09-28T03:46:34.937Z #### # # ###### #### # #
1032024-09-28T03:46:34.937Z # # # # # # # # #
1042024-09-28T03:46:34.937Z # ###### ##### # ####
1052024-09-28T03:46:34.937Z # # # # # # #
1062024-09-28T03:46:34.937Z # # # # # # # # #
1072024-09-28T03:46:34.937Z #### # # ###### #### # #
1082024-09-28T03:46:34.937Z
1092024-09-28T03:46:34.940Z+ cargo fmt -- --check
1102024-09-28T03:46:35.070Z`cargo metadata` exited with an error: error: failed to load manifest for workspace member `/work/oxidecomputer/p4/x4c`
1112024-09-28T03:46:35.070Z
1122024-09-28T03:46:35.070ZCaused by:
1132024-09-28T03:46:35.070Z failed to load manifest for dependency `p4-htq`
1142024-09-28T03:46:35.070Z
1152024-09-28T03:46:35.070ZCaused by:
1162024-09-28T03:46:35.070Z failed to load manifest for dependency `htq`
1172024-09-28T03:46:35.070Z
1182024-09-28T03:46:35.070ZCaused by:
1192024-09-28T03:46:35.070Z failed to read `/Users/ry/src/htq/Cargo.toml`
1202024-09-28T03:46:35.070Z
1212024-09-28T03:46:35.070ZCaused by:
1222024-09-28T03:46:35.070Z No such file or directory (os error 2)
1232024-09-28T03:46:35.070Z
1242024-09-28T03:46:35.073ZThis utility formats all bin and lib files of the current crate using rustfmt.
1252024-09-28T03:46:35.074Z
1262024-09-28T03:46:35.074ZUsage: cargo fmt [OPTIONS] [-- <rustfmt_options>...]
1272024-09-28T03:46:35.074Z
1282024-09-28T03:46:35.074ZArguments:
1292024-09-28T03:46:35.074Z [rustfmt_options]... Options passed to rustfmt
1302024-09-28T03:46:35.074Z
1312024-09-28T03:46:35.074ZOptions:
1322024-09-28T03:46:35.074Z -q, --quiet
1332024-09-28T03:46:35.074Z No output printed to stdout
1342024-09-28T03:46:35.074Z -v, --verbose
1352024-09-28T03:46:35.074Z Use verbose output
1362024-09-28T03:46:35.074Z --version
1372024-09-28T03:46:35.075Z Print rustfmt version and exit
1382024-09-28T03:46:35.075Z -p, --package <package>...
1392024-09-28T03:46:35.075Z Specify package to format
1402024-09-28T03:46:35.075Z --manifest-path <manifest-path>
1412024-09-28T03:46:35.075Z Specify path to Cargo.toml
1422024-09-28T03:46:35.075Z --message-format <message-format>
1432024-09-28T03:46:35.075Z Specify message-format: short|json|human
1442024-09-28T03:46:35.075Z --all
1452024-09-28T03:46:35.075Z Format all packages, and also their local path-based dependencies
1462024-09-28T03:46:35.075Z --check
1472024-09-28T03:46:35.075Z Run rustfmt in check mode
1482024-09-28T03:46:35.075Z -h, --help
1492024-09-28T03:46:35.075Z Print help
1502024-09-28T03:46:35.075Zprocess exited: duration 21323 ms, exit code 1
 
1512024-09-28T03:46:35.083Zfound 0 output files