01J9QM5XY7QJ695QQ70T7AX0JY: opte-xde

BasicConfig {
    output_rules: [
        "=/work/debug/xde.dbg",
        "=/work/debug/xde.dbg.sha256",
        "=/work/debug/xde_link.dbg.so",
        "=/work/debug/xde_link.dbg.so.sha256",
        "=/work/release/xde",
        "=/work/release/xde.sha256",
        "=/work/release/xde_link.so",
        "=/work/release/xde_link.so.sha256",
        "=/work/test/loopback",
        "=/work/xde.conf",
    ],
    rust_toolchain: Some(
        String(
            "nightly-2024-05-12",
        ),
    ),
    target: Some(
        "helios-2.0",
    ),
    access_repos: [],
    publish: [
        BasicConfigPublish {
            from_output: "/work/release/xde",
            series: "module",
            name: "xde",
        },
        BasicConfigPublish {
            from_output: "/work/release/xde.sha256",
            series: "module",
            name: "xde.sha256",
        },
    ],
    skip_clone: false,
}

Buildomat Job: 01J9QM6C6EWTJCSSPR0H9GYB5X

Tags:

Artefacts:

Output:

SEQ GLOBAL TIME DETAILS
12024-10-09T03:13:24.907Zjob assigned to worker 01J9QM6PB5F5HHZT1MH7PVZ6BQ (queued for 1 m 17 s)
 
22024-10-09T03:13:32.396Zstarting task 0: "setup"
32024-10-09T03:13:32.400Z++ uname -s
42024-10-09T03:13:32.400Z+ kern=SunOS
52024-10-09T03:13:32.400Z+ case "$kern" in
62024-10-09T03:13:32.400Z+ groupadd -g 12345 build
72024-10-09T03:13:32.403Z+ useradd -u 12345 -g build -d /home/build -s /bin/bash -c build -P 'Primary Administrator' build
82024-10-09T03:13:34.414Z+ zfs create -o mountpoint=/work rpool/work
92024-10-09T03:13:34.511Z++ awk '$2 == "/home" { print $3 }' /etc/mnttab
102024-10-09T03:13:34.520Z+ home_fs=zfs
112024-10-09T03:13:34.520Z+ [[ zfs == autofs ]]
122024-10-09T03:13:34.520Z+ mkdir -p /home/build
132024-10-09T03:13:34.524Z+ chown build:build /home/build /work
142024-10-09T03:13:36.519Z+ chmod 0700 /home/build /work
152024-10-09T03:13:36.522Zprocess exited: duration 4131 ms, exit code 0
 
162024-10-09T03:13:36.527Zstarting task 1: "rust-toolchain"
172024-10-09T03:13:36.533Z+ printf ' * toolchain channel = "%s"
182024-10-09T03:13:36.533Z' nightly-2024-05-12
192024-10-09T03:13:36.533Z+ printf ' * toolchain profile = "%s"
202024-10-09T03:13:36.533Z * toolchain channel = "nightly-2024-05-12"
212024-10-09T03:13:36.533Z' default
222024-10-09T03:13:36.533Z * toolchain profile = "default"
232024-10-09T03:13:36.535Z+ curl --proto =https --tlsv1.2 -sSf https://sh.rustup.rs
242024-10-09T03:13:36.535Z+ /bin/bash -s - -y --no-modify-path --default-toolchain nightly-2024-05-12 --profile default
252024-10-09T03:13:36.655Zinfo: downloading installer
262024-10-09T03:13:38.056Zinfo: profile set to 'default'
272024-10-09T03:13:38.056Zinfo: default host triple is x86_64-unknown-illumos
282024-10-09T03:13:38.059Zinfo: syncing channel updates for 'nightly-2024-05-12-x86_64-unknown-illumos'
292024-10-09T03:13:38.198Zinfo: latest update on 2024-05-12, rust version 1.80.0-nightly (78a775127 2024-05-11)
302024-10-09T03:13:38.198Zinfo: downloading component 'cargo'
312024-10-09T03:13:38.901Zinfo: downloading component 'clippy'
322024-10-09T03:13:39.133Zinfo: downloading component 'rust-docs'
332024-10-09T03:13:40.058Zinfo: downloading component 'rust-std'
342024-10-09T03:13:41.522Zinfo: downloading component 'rustc'
352024-10-09T03:13:45.271Zinfo: downloading component 'rustfmt'
362024-10-09T03:13:45.467Zinfo: installing component 'cargo'
372024-10-09T03:13:46.334Zinfo: installing component 'clippy'
382024-10-09T03:13:46.693Zinfo: installing component 'rust-docs'
392024-10-09T03:13:48.330Zinfo: installing component 'rust-std'
402024-10-09T03:13:50.154Zinfo: installing component 'rustc'
412024-10-09T03:13:54.489Zinfo: installing component 'rustfmt'
422024-10-09T03:13:54.841Zinfo: default toolchain set to 'nightly-2024-05-12-x86_64-unknown-illumos'
432024-10-09T03:13:54.841Z
442024-10-09T03:13:55.148Z nightly-2024-05-12-x86_64-unknown-illumos installed - rustc 1.80.0-nightly (78a775127 2024-05-11)
452024-10-09T03:13:55.148Z
462024-10-09T03:13:55.151Z
472024-10-09T03:13:55.151ZRust is installed now. Great!
482024-10-09T03:13:55.151Z
492024-10-09T03:13:55.151ZTo get started you need Cargo's bin directory ($HOME/.cargo/bin) in your PATH
502024-10-09T03:13:55.151Zenvironment variable. This has not been done automatically.
512024-10-09T03:13:55.151Z
522024-10-09T03:13:55.151ZTo configure your current shell, you need to source
532024-10-09T03:13:55.151Zthe corresponding env file under $HOME/.cargo.
542024-10-09T03:13:55.151Z
552024-10-09T03:13:55.151ZThis is usually done by running one of the following (note the leading DOT):
562024-10-09T03:13:55.152Z. "$HOME/.cargo/env" # For sh/bash/zsh/ash/dash/pdksh
572024-10-09T03:13:55.152Zsource "$HOME/.cargo/env.fish" # For fish
582024-10-09T03:13:55.208Z+ rustc --version
592024-10-09T03:13:55.276Zrustc 1.80.0-nightly (78a775127 2024-05-11)
602024-10-09T03:13:55.280Zprocess exited: duration 18737 ms, exit code 0
 
612024-10-09T03:13:55.286Zstarting task 2: "authentication"
622024-10-09T03:13:55.308Zprocess exited: duration 21 ms, exit code 0
 
632024-10-09T03:13:55.314Zstarting task 3: "clone repository"
642024-10-09T03:13:55.319Z+ mkdir -p /work/oxidecomputer/opte
652024-10-09T03:13:55.322Z+ git clone https://github.com/oxidecomputer/opte /work/oxidecomputer/opte
662024-10-09T03:13:56.133ZCloning into '/work/oxidecomputer/opte'...
672024-10-09T03:13:59.026Z+ cd /work/oxidecomputer/opte
682024-10-09T03:13:59.027Z+ git fetch origin b40f381a6c3fe9a6626ea2d260b7645eb9fc4d6a
692024-10-09T03:13:59.262ZFrom https://github.com/oxidecomputer/opte
702024-10-09T03:13:59.262Z * branch b40f381a6c3fe9a6626ea2d260b7645eb9fc4d6a -> FETCH_HEAD
712024-10-09T03:13:59.271Z+ [[ -n renovate/clap-4.x-lockfile ]]
722024-10-09T03:13:59.274Z++ git branch --show-current
732024-10-09T03:13:59.277Z+ current=master
742024-10-09T03:13:59.277Z+ [[ master != renovate/clap-4.x-lockfile ]]
752024-10-09T03:13:59.277Z+ git branch -f renovate/clap-4.x-lockfile b40f381a6c3fe9a6626ea2d260b7645eb9fc4d6a
762024-10-09T03:13:59.281Z+ git checkout -f renovate/clap-4.x-lockfile
772024-10-09T03:13:59.303ZSwitched to branch 'renovate/clap-4.x-lockfile'
782024-10-09T03:13:59.306Z+ git reset --hard b40f381a6c3fe9a6626ea2d260b7645eb9fc4d6a
792024-10-09T03:13:59.310ZHEAD is now at b40f381 Update Rust crate clap to v4.5.20
802024-10-09T03:13:59.313Zprocess exited: duration 3992 ms, exit code 0
 
812024-10-09T03:13:59.321Zstarting task 4: "build"
822024-10-09T03:13:59.330Z+ TGT_BASE=/work
832024-10-09T03:13:59.330Z+ DBG_SRC=target/x86_64-unknown-unknown/debug
842024-10-09T03:13:59.330Z+ DBG_LINK_SRC=target/i686-unknown-illumos/debug
852024-10-09T03:13:59.330Z+ DBG_TGT=/work/debug
862024-10-09T03:13:59.331Z+ REL_SRC=target/x86_64-unknown-unknown/release
872024-10-09T03:13:59.331Z+ REL_LINK_SRC=target/i686-unknown-illumos/release
882024-10-09T03:13:59.331Z+ REL_TGT=/work/release
892024-10-09T03:13:59.331Z+ mkdir -p /work/debug /work/release
902024-10-09T03:13:59.333Z+ cargo --version
912024-10-09T03:13:59.333Zinfo: syncing channel updates for '1.81.0-x86_64-unknown-illumos'
922024-10-09T03:13:59.501Zinfo: latest update on 2024-09-05, rust version 1.81.0 (eeb90cda1 2024-09-04)
932024-10-09T03:13:59.501Zinfo: downloading component 'cargo'
942024-10-09T03:14:00.200Zinfo: downloading component 'clippy'
952024-10-09T03:14:00.460Zinfo: downloading component 'rust-docs'
962024-10-09T03:14:01.434Zinfo: downloading component 'rust-std'
972024-10-09T03:14:03.103Zinfo: downloading component 'rustc'
982024-10-09T03:14:08.491Zinfo: downloading component 'rustfmt'
992024-10-09T03:14:08.715Zinfo: installing component 'cargo'
1002024-10-09T03:14:09.617Zinfo: installing component 'clippy'
1012024-10-09T03:14:10.005Zinfo: installing component 'rust-docs'
1022024-10-09T03:14:11.634Zinfo: installing component 'rust-std'
1032024-10-09T03:14:13.442Zinfo: installing component 'rustc'
1042024-10-09T03:14:19.538Zinfo: installing component 'rustfmt'
1052024-10-09T03:14:19.970Zcargo 1.81.0 (2dbb1af80 2024-08-20)
1062024-10-09T03:14:19.973Z+ rustc --version
1072024-10-09T03:14:20.052Zrustc 1.81.0 (eeb90cda1 2024-09-04)
1082024-10-09T03:14:20.058Z+ install_pkg jq
1092024-10-09T03:14:20.061Z+ set +o errexit
1102024-10-09T03:14:20.061Z+ pfexec pkg install jq
1112024-10-09T03:14:40.980Z Startup: Refreshing catalog 'helios-dev' ... Done
1122024-10-09T03:14:44.190Z Startup: Caching catalogs ... Done
1132024-10-09T03:14:48.739ZPlanning: Solver setup ... Done
1142024-10-09T03:14:48.799ZPlanning: Running solver ... Done
1152024-10-09T03:14:48.861ZPlanning: Consolidating action changes ... Done
1162024-10-09T03:14:48.864ZPlanning: Evaluating mediators ... Done
1172024-10-09T03:14:48.864ZPlanning: Planning completed in 4.58 seconds
1182024-10-09T03:14:48.888ZNo updates necessary for this image.
1192024-10-09T03:14:49.513Z+ exit_code=4
1202024-10-09T03:14:49.513Z+ [[ 4 -ne 0 ]]
1212024-10-09T03:14:49.516Z+ [[ 4 -ne 4 ]]
1222024-10-09T03:14:49.516Z+ set -o errexit
1232024-10-09T03:14:49.516Z+ pushd xde
1242024-10-09T03:14:49.516Z/work/oxidecomputer/opte/xde /work/oxidecomputer/opte
1252024-10-09T03:14:49.516Z+ cp xde.conf /work/xde.conf
1262024-10-09T03:14:49.516Z+ header 'check style'
1272024-10-09T03:14:49.516Z+ echo '# ==== check style ==== #'
1282024-10-09T03:14:49.516Z+ ptime -m cargo +nightly-2024-05-12 fmt -p xde -p xde-link -- --check
1292024-10-09T03:14:49.516Z# ==== check style ==== #
1302024-10-09T03:14:49.649Z`cargo metadata` exited with an error: error: failed to load manifest for workspace member `/work/oxidecomputer/opte/bench`
1312024-10-09T03:14:49.649Zreferenced by workspace at `/work/oxidecomputer/opte/Cargo.toml`
1322024-10-09T03:14:49.649Z
1332024-10-09T03:14:49.649ZCaused by:
1342024-10-09T03:14:49.649Z failed to load manifest for dependency `opte-test-utils`
1352024-10-09T03:14:49.649Z
1362024-10-09T03:14:49.649ZCaused by:
1372024-10-09T03:14:49.649Z failed to load manifest for dependency `oxide-vpc`
1382024-10-09T03:14:49.649Z
1392024-10-09T03:14:49.649ZCaused by:
1402024-10-09T03:14:49.649Z failed to parse manifest at `/work/oxidecomputer/opte/lib/oxide-vpc/Cargo.toml`
1412024-10-09T03:14:49.649Z
1422024-10-09T03:14:49.649ZCaused by:
1432024-10-09T03:14:49.649Z error inheriting `uuid` from workspace root manifest's `workspace.dependencies.uuid`
1442024-10-09T03:14:49.649Z
1452024-10-09T03:14:49.649ZCaused by:
1462024-10-09T03:14:49.649Z `dependency.uuid` was not found in `workspace.dependencies`
1472024-10-09T03:14:49.649Z
1482024-10-09T03:14:49.651ZThis utility formats all bin and lib files of the current crate using rustfmt.
1492024-10-09T03:14:49.651Z
1502024-10-09T03:14:49.651ZUsage: cargo fmt [OPTIONS] [-- <rustfmt_options>...]
1512024-10-09T03:14:49.652Z
1522024-10-09T03:14:49.652ZArguments:
1532024-10-09T03:14:49.652Z [rustfmt_options]... Options passed to rustfmt
1542024-10-09T03:14:49.652Z
1552024-10-09T03:14:49.652ZOptions:
1562024-10-09T03:14:49.652Z -q, --quiet
1572024-10-09T03:14:49.653Z No output printed to stdout
1582024-10-09T03:14:49.653Z -v, --verbose
1592024-10-09T03:14:49.653Z Use verbose output
1602024-10-09T03:14:49.653Z --version
1612024-10-09T03:14:49.653Z Print rustfmt version and exit
1622024-10-09T03:14:49.653Z -p, --package <package>...
1632024-10-09T03:14:49.653Z Specify package to format
1642024-10-09T03:14:49.653Z --manifest-path <manifest-path>
1652024-10-09T03:14:49.653Z Specify path to Cargo.toml
1662024-10-09T03:14:49.653Z --message-format <message-format>
1672024-10-09T03:14:49.653Z Specify message-format: short|json|human
1682024-10-09T03:14:49.653Z --all
1692024-10-09T03:14:49.653Z Format all packages, and also their local path-based dependencies
1702024-10-09T03:14:49.653Z --check
1712024-10-09T03:14:49.653Z Run rustfmt in check mode
1722024-10-09T03:14:49.653Z -h, --help
1732024-10-09T03:14:49.653Z Print help
1742024-10-09T03:14:49.653Z
1752024-10-09T03:14:49.653Zreal 0.127837306
1762024-10-09T03:14:49.653Zuser 0.065355876
1772024-10-09T03:14:49.653Zsys 0.059609715
1782024-10-09T03:14:49.653Ztrap 0.000000839
1792024-10-09T03:14:49.653Ztflt 0.000000000
1802024-10-09T03:14:49.653Zdflt 0.000000000
1812024-10-09T03:14:49.653Zkflt 0.000000000
1822024-10-09T03:14:49.653Zlock 0.000000000
1832024-10-09T03:14:49.653Zslp 0.039454391
1842024-10-09T03:14:49.653Zlat 0.000261720
1852024-10-09T03:14:49.653Zstop 0.000139293
1862024-10-09T03:14:49.653Zprocess exited: duration 50291 ms, exit code 1
 
1872024-10-09T03:14:49.664Zfound 1 output files
1882024-10-09T03:14:49.664Zuploading: /work/xde.conf (79 bytes)
1892024-10-09T03:14:50.676Zuploaded: /work/xde.conf
1902024-10-09T03:14:50.676Zupload error: rule "/work/debug/xde.dbg" required a match, but was not used
1912024-10-09T03:14:50.676Zupload error: rule "/work/debug/xde.dbg.sha256" required a match, but was not used
1922024-10-09T03:14:50.676Zupload error: rule "/work/debug/xde_link.dbg.so" required a match, but was not used
1932024-10-09T03:14:50.676Zupload error: rule "/work/debug/xde_link.dbg.so.sha256" required a match, but was not used
1942024-10-09T03:14:50.676Zupload error: rule "/work/release/xde" required a match, but was not used
1952024-10-09T03:14:50.676Zupload error: rule "/work/release/xde.sha256" required a match, but was not used
1962024-10-09T03:14:50.676Zupload error: rule "/work/release/xde_link.so" required a match, but was not used
1972024-10-09T03:14:50.676Zupload error: rule "/work/release/xde_link.so.sha256" required a match, but was not used
1982024-10-09T03:14:50.676Zupload error: rule "/work/test/loopback" required a match, but was not used