01J0M22RAF86T4XTHC8ENRZZXV: helios / package

BasicConfig {
    output_rules: [
        "=/work/package.tar.gz",
    ],
    rust_toolchain: Some(
        Bool(
            true,
        ),
    ),
    target: Some(
        "helios-2.0",
    ),
    access_repos: [],
    publish: [],
    skip_clone: false,
}

Buildomat Job: 01J0M2340A1FECT4AQA7KCHSDD

Tags:

Output:

SEQ GLOBAL TIME DETAILS
12024-06-17T21:37:45.088Zjob assigned to worker 01J0M235B729ZZZCRGTHBZRS8V (queued for 58 s)
 
22024-06-17T21:37:51.959Zstarting task 0: "setup"
32024-06-17T21:37:52.008Z++ uname -s
42024-06-17T21:37:52.011Z+ kern=SunOS
52024-06-17T21:37:52.011Z+ case "$kern" in
62024-06-17T21:37:52.011Z+ groupadd -g 12345 build
72024-06-17T21:37:52.013Z+ useradd -u 12345 -g build -d /home/build -s /bin/bash -c build -P 'Primary Administrator' build
82024-06-17T21:37:54.031Z+ zfs create -o mountpoint=/work rpool/work
92024-06-17T21:37:54.114Z++ awk '$2 == "/home" { print $3 }' /etc/mnttab
102024-06-17T21:37:54.117Z+ home_fs=zfs
112024-06-17T21:37:54.117Z+ [[ zfs == autofs ]]
122024-06-17T21:37:54.117Z+ mkdir -p /home/build
132024-06-17T21:37:54.120Z+ chown build:build /home/build /work
142024-06-17T21:37:56.121Z+ chmod 0700 /home/build /work
152024-06-17T21:37:56.127Zprocess exited: duration 4163 ms, exit code 0
 
162024-06-17T21:37:56.133Zstarting task 1: "rust-toolchain"
172024-06-17T21:37:56.143Z+ printf ' * toolchain channel = "%s"
182024-06-17T21:37:56.143Z' 1.78.0
192024-06-17T21:37:56.143Z+ printf ' * toolchain profile = "%s"
202024-06-17T21:37:56.143Z' default
212024-06-17T21:37:56.143Z * toolchain channel = "1.78.0"
222024-06-17T21:37:56.143Z * toolchain profile = "default"
232024-06-17T21:37:56.148Z+ curl --proto =https --tlsv1.2 -sSf https://sh.rustup.rs
242024-06-17T21:37:56.148Z+ /bin/bash -s - -y --no-modify-path --default-toolchain 1.78.0 --profile default
252024-06-17T21:37:56.253Zinfo: downloading installer
262024-06-17T21:37:57.717Zinfo: profile set to 'default'
272024-06-17T21:37:57.717Zinfo: default host triple is x86_64-unknown-illumos
282024-06-17T21:37:57.720Zinfo: syncing channel updates for '1.78.0-x86_64-unknown-illumos'
292024-06-17T21:37:57.852Zinfo: latest update on 2024-05-02, rust version 1.78.0 (9b00956e5 2024-04-29)
302024-06-17T21:37:57.852Zinfo: downloading component 'cargo'
312024-06-17T21:37:58.586Zinfo: downloading component 'clippy'
322024-06-17T21:37:58.831Zinfo: downloading component 'rust-docs'
332024-06-17T21:37:59.826Zinfo: downloading component 'rust-std'
342024-06-17T21:38:01.380Zinfo: downloading component 'rustc'
352024-06-17T21:38:05.318Zinfo: downloading component 'rustfmt'
362024-06-17T21:38:05.532Zinfo: installing component 'cargo'
372024-06-17T21:38:06.345Zinfo: installing component 'clippy'
382024-06-17T21:38:06.695Zinfo: installing component 'rust-docs'
392024-06-17T21:38:08.195Zinfo: installing component 'rust-std'
402024-06-17T21:38:09.887Zinfo: installing component 'rustc'
412024-06-17T21:38:13.939Zinfo: installing component 'rustfmt'
422024-06-17T21:38:14.274Zinfo: default toolchain set to '1.78.0-x86_64-unknown-illumos'
432024-06-17T21:38:14.274Z
442024-06-17T21:38:14.532Z 1.78.0-x86_64-unknown-illumos installed - rustc 1.78.0 (9b00956e5 2024-04-29)
452024-06-17T21:38:14.532Z
462024-06-17T21:38:14.535Z
472024-06-17T21:38:14.535ZRust is installed now. Great!
482024-06-17T21:38:14.535Z
492024-06-17T21:38:14.535ZTo get started you need Cargo's bin directory ($HOME/.cargo/bin) in your PATH
502024-06-17T21:38:14.535Zenvironment variable. This has not been done automatically.
512024-06-17T21:38:14.535Z
522024-06-17T21:38:14.535ZTo configure your current shell, you need to source
532024-06-17T21:38:14.535Zthe corresponding env file under $HOME/.cargo.
542024-06-17T21:38:14.535Z
552024-06-17T21:38:14.535ZThis is usually done by running one of the following (note the leading DOT):
562024-06-17T21:38:14.535Z. "$HOME/.cargo/env" # For sh/bash/zsh/ash/dash/pdksh
572024-06-17T21:38:14.535Zsource "$HOME/.cargo/env.fish" # For fish
582024-06-17T21:38:14.597Z+ rustc --version
592024-06-17T21:38:14.656Zrustc 1.78.0 (9b00956e5 2024-04-29)
602024-06-17T21:38:14.659Zprocess exited: duration 18521 ms, exit code 0
 
612024-06-17T21:38:14.664Zstarting task 2: "authentication"
622024-06-17T21:38:14.684Zprocess exited: duration 19 ms, exit code 0
 
632024-06-17T21:38:14.690Zstarting task 3: "clone repository"
642024-06-17T21:38:14.694Z+ mkdir -p /work/oxidecomputer/omicron
652024-06-17T21:38:14.697Z+ git clone https://github.com/oxidecomputer/omicron /work/oxidecomputer/omicron
662024-06-17T21:38:14.826ZCloning into '/work/oxidecomputer/omicron'...
672024-06-17T21:38:21.343Z+ cd /work/oxidecomputer/omicron
682024-06-17T21:38:21.343Z+ git fetch origin a98fcb5ac70201d497e3ef75571d5351d9a74b7f
692024-06-17T21:38:21.668ZFrom https://github.com/oxidecomputer/omicron
702024-06-17T21:38:21.668Z * branch a98fcb5ac70201d497e3ef75571d5351d9a74b7f -> FETCH_HEAD
712024-06-17T21:38:21.678Z+ [[ -n dap/steno-error-update ]]
722024-06-17T21:38:21.680Z++ git branch --show-current
732024-06-17T21:38:21.683Z+ current=main
742024-06-17T21:38:21.683Z+ [[ main != dap/steno-error-update ]]
752024-06-17T21:38:21.683Z+ git branch -f dap/steno-error-update a98fcb5ac70201d497e3ef75571d5351d9a74b7f
762024-06-17T21:38:21.685Z+ git checkout -f dap/steno-error-update
772024-06-17T21:38:21.748ZSwitched to branch 'dap/steno-error-update'
782024-06-17T21:38:21.751Z+ git reset --hard a98fcb5ac70201d497e3ef75571d5351d9a74b7f
792024-06-17T21:38:21.811ZHEAD is now at a98fcb5ac in-progress update to steno with UndoActionPermanentError
802024-06-17T21:38:21.814Zprocess exited: duration 7121 ms, exit code 0
 
812024-06-17T21:38:21.822Zstarting task 4: "build"
822024-06-17T21:38:21.825Z+ cargo --version
832024-06-17T21:38:21.876Zcargo 1.78.0 (54d8815d0 2024-03-26)
842024-06-17T21:38:21.879Z+ rustc --version
852024-06-17T21:38:21.932Zrustc 1.78.0 (9b00956e5 2024-04-29)
862024-06-17T21:38:21.935Z+ WORK=/work
872024-06-17T21:38:21.935Z+ pfexec mkdir -p /work
882024-06-17T21:38:21.938Z+ pfexec chown build /work
892024-06-17T21:38:21.940Z+ ptime -m ./tools/install_builder_prerequisites.sh -yp
902024-06-17T21:38:34.447Z Startup: Refreshing catalog 'helios-dev' ... Done
912024-06-17T21:38:36.286Z Startup: Caching catalogs ... Done
922024-06-17T21:38:38.456ZPlanning: Solver setup ... Done (1.729s)
932024-06-17T21:38:38.491ZPlanning: Running solver ... Done (0.035s)
942024-06-17T21:38:38.527ZPlanning: Finding local manifests ... Done (0.003s)
952024-06-17T21:38:38.555ZPlanning: Fetching manifests: 0/4 0% complete
962024-06-17T21:38:38.924ZPlanning: Fetching manifests: 4/4 100% complete
972024-06-17T21:38:38.972ZPlanning: Package planning ... Done (0.047s)
982024-06-17T21:38:39.024ZPlanning: Merging actions ... Done (0.050s)
992024-06-17T21:38:39.742ZPlanning: Checking for conflicting actions ... Done (0.718s)
1002024-06-17T21:38:39.752ZPlanning: Consolidating action changes ... Done (0.011s)
1012024-06-17T21:38:43.467ZPlanning: Evaluating mediators ... Done (3.714s)
1022024-06-17T21:38:43.476ZPlanning: Planning completed in 7.13 seconds
1032024-06-17T21:38:43.771Z Packages to install: 4
1042024-06-17T21:38:43.771Z Mediators to change: 2
1052024-06-17T21:38:43.771Z Services to change: 1
1062024-06-17T21:38:43.774Z Estimated space available: 155.77 GB
1072024-06-17T21:38:43.774ZEstimated space to be consumed: 1.45 GB
1082024-06-17T21:38:43.774Z Create boot environment: No
1092024-06-17T21:38:43.774ZCreate backup boot environment: No
1102024-06-17T21:38:43.774Z Rebuild boot archive: No
1112024-06-17T21:38:43.774Z
1122024-06-17T21:38:43.774ZChanged mediators:
1132024-06-17T21:38:43.774Z mediator clang:
1142024-06-17T21:38:43.775Z version: None -> 15 (system default)
1152024-06-17T21:38:43.775Z
1162024-06-17T21:38:43.775Z mediator llvm:
1172024-06-17T21:38:43.775Z version: 14 (system default) -> 15 (system default)
1182024-06-17T21:38:43.775Z
1192024-06-17T21:38:43.775ZChanged packages:
1202024-06-17T21:38:43.775Zhelios-dev
1212024-06-17T21:38:43.775Z developer/build-essential
1222024-06-17T21:38:43.775Z None -> 11-2.0
1232024-06-17T21:38:43.775Z library/libxmlsec1
1242024-06-17T21:38:43.775Z None -> 1.2.35-2.0
1252024-06-17T21:38:43.775Z ooce/developer/clang-15
1262024-06-17T21:38:43.775Z None -> 15.0.7-2.0
1272024-06-17T21:38:43.775Z ooce/developer/llvm-15
1282024-06-17T21:38:43.775Z None -> 15.0.7-2.0
1292024-06-17T21:38:43.775Z
1302024-06-17T21:38:43.775ZServices:
1312024-06-17T21:38:43.775Z restart_fmri:
1322024-06-17T21:38:43.775Z svc:/system/update-man-index:default
1332024-06-17T21:38:43.889Z
1342024-06-17T21:38:43.889ZDownload: 0/3290 items 0.0/212.6MB 0% complete
1352024-06-17T21:38:48.898ZDownload: 1199/3290 items 83.5/212.6MB 39% complete (17.0M/s)
1362024-06-17T21:38:53.901ZDownload: 2373/3290 items 120.0/212.6MB 56% complete (12.1M/s)
1372024-06-17T21:38:57.795ZDownload: Completed 212.60 MB in 13.90 seconds (15.3M/s)
1382024-06-17T21:38:58.067Z Actions: 1/3689 actions (Installing new actions)
1392024-06-17T21:39:03.071Z Actions: 3588/3689 actions (Installing new actions)
1402024-06-17T21:39:03.122Z Actions: Completed 3689 actions in 5.05 seconds.
1412024-06-17T21:39:03.249Z Done (0.123s)
1422024-06-17T21:39:03.249Z Done (0.000s)
1432024-06-17T21:39:03.553Z Done (0.304s)
1442024-06-17T21:39:08.416Z Done (4.710s)
1452024-06-17T21:39:08.598Z Done (0.113s)
1462024-06-17T21:39:08.601Z Done (0.000s)
1472024-06-17T21:39:08.748Z Done (0.000s)
1482024-06-17T21:39:09.286ZPlanning: Evaluating mediator changes ... Done
1492024-06-17T21:39:09.443ZPlanning: Checking for conflicting actions ... Done
1502024-06-17T21:39:09.446ZPlanning: Consolidating action changes ... Done
1512024-06-17T21:39:09.704ZPlanning: Evaluating mediators ... Done
1522024-06-17T21:39:09.706ZPlanning: Planning completed in 0.42 seconds
1532024-06-17T21:39:09.736Z Mediators to change: 2
1542024-06-17T21:39:09.737Z Create boot environment: No
1552024-06-17T21:39:09.739ZCreate backup boot environment: No
1562024-06-17T21:39:09.794Z Done
1572024-06-17T21:39:09.794Z Done
1582024-06-17T21:39:09.985Z Done
1592024-06-17T21:39:13.449Z Done
1602024-06-17T21:39:13.534Z Done
1612024-06-17T21:39:13.534Z Done
1622024-06-17T21:39:13.635Z Done
1632024-06-17T21:39:14.227ZPlanning: Evaluating mediator changes ... Done
1642024-06-17T21:39:14.230ZPlanning: Merging actions ... Done
1652024-06-17T21:39:14.416ZPlanning: Checking for conflicting actions ... Done
1662024-06-17T21:39:14.418ZPlanning: Consolidating action changes ... Done
1672024-06-17T21:39:14.677ZPlanning: Evaluating mediators ... Done
1682024-06-17T21:39:14.731ZPlanning: Planning completed in 0.74 seconds
1692024-06-17T21:39:14.765Z Packages to change: 1
1702024-06-17T21:39:14.765Z Mediators to change: 1
1712024-06-17T21:39:14.768Z Services to change: 1
1722024-06-17T21:39:14.768Z Create boot environment: No
1732024-06-17T21:39:14.768ZCreate backup boot environment: Yes
1742024-06-17T21:39:16.514Z Actions: 1/6 actions (Updating modified actions)
1752024-06-17T21:39:16.549Z Actions: Completed 6 actions in 0.03 seconds.
1762024-06-17T21:39:16.549Z Done
1772024-06-17T21:39:16.549Z Done
1782024-06-17T21:39:16.615Z Done
1792024-06-17T21:39:20.047Z Done
1802024-06-17T21:39:20.130Z Done
1812024-06-17T21:39:20.134Z Done
1822024-06-17T21:39:20.227Z Done
1832024-06-17T21:39:20.649ZMEDIATOR VER. SRC. VERSION IMPL. SRC. IMPLEMENTATION
1842024-06-17T21:39:20.649Zclang system 15 system
1852024-06-17T21:39:20.649Zcsh system system illumos
1862024-06-17T21:39:20.649Zctags system system illumos
1872024-06-17T21:39:20.649Zgcc vendor 12 vendor
1882024-06-17T21:39:20.649Zgcc system 10 system
1892024-06-17T21:39:20.649Zgcc system 7 system
1902024-06-17T21:39:20.649Zgo system 1.20 system
1912024-06-17T21:39:20.649Zgo system 1.19 system
1922024-06-17T21:39:20.649Zllvm system 15 system
1932024-06-17T21:39:20.649Zllvm system 14 system
1942024-06-17T21:39:20.649Zmariadb system 10.6 system
1952024-06-17T21:39:20.649Zmta vendor vendor dma
1962024-06-17T21:39:20.649Zopenjdk system 17 system
1972024-06-17T21:39:20.649Zopenjdk system 11 system
1982024-06-17T21:39:20.649Zopenjdk system 1.8 system
1992024-06-17T21:39:20.649Zopenssl vendor 3 vendor
2002024-06-17T21:39:20.649Zperl system 5.36 system
2012024-06-17T21:39:20.649Zpostgresql system 15 system
2022024-06-17T21:39:20.649Zpostgresql system 13 system
2032024-06-17T21:39:20.649Zpython vendor 3 vendor
2042024-06-17T21:39:20.649Zpython system 2 system
2052024-06-17T21:39:20.649Zpython3 system 3.11 system
2062024-06-17T21:39:20.649Zruby system 3.0 system
2072024-06-17T21:39:20.649Zwords vendor vendor american-english
2082024-06-17T21:39:20.649Zwords system system australian-english
2092024-06-17T21:39:20.649Zwords system system british-english
2102024-06-17T21:39:20.649Zwords system system canadian-english
2112024-06-17T21:39:20.649Zwords system system french
2122024-06-17T21:39:20.649Zwords system system italian
2132024-06-17T21:39:20.649Zwords system system ngerman
2142024-06-17T21:39:20.649Zwords system system ogerman
2152024-06-17T21:39:20.649Zwords system system spanish
2162024-06-17T21:39:20.965ZPUBLISHER TYPE STATUS P LOCATION
2172024-06-17T21:39:20.965Zhelios-dev origin online F https://pkg.oxide.computer/helios/2/dev/
2182024-06-17T21:39:22.433ZFMRI IFO
2192024-06-17T21:39:22.433Zpkg://helios-dev/developer/build-essential@11-2.0:20230623T110919Z im-
2202024-06-17T21:39:22.433Zpkg://helios-dev/developer/pkg-config@0.29.2-2.0:20230621T191911Z i--
2212024-06-17T21:39:22.433Zpkg://helios-dev/library/libxmlsec1@1.2.35-2.0:20230624T123441Z im-
2222024-06-17T21:39:22.433Zpkg://helios-dev/ooce/developer/clang-15@15.0.7-2.0:20231012T123315Z im-
2232024-06-17T21:39:22.433Zpkg://helios-dev/ooce/developer/clang-15@15.0.7-2.0:20230623T141037Z ---
2242024-06-17T21:39:22.433Zpkg://helios-dev/ooce/library/postgresql-13@13.11-2.0:20230623T123131Z i--
2252024-06-17T21:39:22.433Zpkg://helios-dev/package/pkg@0.5.11-2.0:20231020T135332Z i--
2262024-06-17T21:39:22.433Zpkg://helios-dev/package/pkg@0.5.11-2.0:20230621T202036Z ---
2272024-06-17T21:39:22.433Zpkg://helios-dev/system/library/g++-runtime@13-2.0:20231118T213948Z i--
2282024-06-17T21:39:22.433Zpkg://helios-dev/system/library/g++-runtime@12-2.0:20230621T201406Z ---
2292024-06-17T21:39:22.433Zpkg://helios-dev/system/library/gcc-runtime@13-2.0:20231118T213832Z i--
2302024-06-17T21:39:22.433Zpkg://helios-dev/system/library/gcc-runtime@12-2.0:20230621T201432Z ---
2312024-06-17T21:39:23.046Z Updating git repository `https://github.com/oxidecomputer/pq-sys`
2322024-06-17T21:39:23.259Zerror: failed to load source for dependency `steno`
2332024-06-17T21:39:23.259Z
2342024-06-17T21:39:23.259ZCaused by:
2352024-06-17T21:39:23.259Z Unable to update /work/oxidecomputer/steno-errors
2362024-06-17T21:39:23.259Z
2372024-06-17T21:39:23.259ZCaused by:
2382024-06-17T21:39:23.259Z failed to read `/work/oxidecomputer/steno-errors/Cargo.toml`
2392024-06-17T21:39:23.259Z
2402024-06-17T21:39:23.259ZCaused by:
2412024-06-17T21:39:23.259Z No such file or directory (os error 2)
2422024-06-17T21:39:23.265ZFailed to run command -- will try 2 more times
2432024-06-17T21:39:23.451Zerror: failed to load source for dependency `steno`
2442024-06-17T21:39:23.451Z
2452024-06-17T21:39:23.451ZCaused by:
2462024-06-17T21:39:23.451Z Unable to update /work/oxidecomputer/steno-errors
2472024-06-17T21:39:23.451Z
2482024-06-17T21:39:23.451ZCaused by:
2492024-06-17T21:39:23.451Z failed to read `/work/oxidecomputer/steno-errors/Cargo.toml`
2502024-06-17T21:39:23.451Z
2512024-06-17T21:39:23.451ZCaused by:
2522024-06-17T21:39:23.451Z No such file or directory (os error 2)
2532024-06-17T21:39:23.455ZFailed to run command -- will try 1 more times
2542024-06-17T21:39:23.640Zerror: failed to load source for dependency `steno`
2552024-06-17T21:39:23.640Z
2562024-06-17T21:39:23.640ZCaused by:
2572024-06-17T21:39:23.640Z Unable to update /work/oxidecomputer/steno-errors
2582024-06-17T21:39:23.640Z
2592024-06-17T21:39:23.640ZCaused by:
2602024-06-17T21:39:23.640Z failed to read `/work/oxidecomputer/steno-errors/Cargo.toml`
2612024-06-17T21:39:23.640Z
2622024-06-17T21:39:23.640ZCaused by:
2632024-06-17T21:39:23.640Z No such file or directory (os error 2)
2642024-06-17T21:39:23.645Z
2652024-06-17T21:39:23.645Zreal 1:01.547218781
2662024-06-17T21:39:23.645Zuser 30.302673232
2672024-06-17T21:39:23.645Zsys 3.724844331
2682024-06-17T21:39:23.645Ztrap 0.005623214
2692024-06-17T21:39:23.645Ztflt 0.233614072
2702024-06-17T21:39:23.645Zdflt 0.187805370
2712024-06-17T21:39:23.648Zkflt 0.135714089
2722024-06-17T21:39:23.648Zlock 0.000000000
2732024-06-17T21:39:23.648Zslp 1:28.663812698
2742024-06-17T21:39:23.648Zlat 0.215097092
2752024-06-17T21:39:23.648Zstop 0.000425909
2762024-06-17T21:39:23.648Zprocess exited: duration 61813 ms, exit code 101
 
2772024-06-17T21:39:23.654Zfound 0 output files
2782024-06-17T21:39:23.654Zupload error: rule "/work/package.tar.gz" required a match, but was not used