01JF0W51XF6JW373RRZG2X1V77: helios / build TUF repo

BasicConfig {
    output_rules: [
        "=/work/manifest.toml",
        "=/work/repo.zip",
        "=/work/repo.zip.sha256.txt",
        "%/work/*.log",
    ],
    rust_toolchain: Some(
        Bool(
            true,
        ),
    ),
    target: Some(
        "helios-2.0",
    ),
    access_repos: [
        "oxidecomputer/amd-apcb",
        "oxidecomputer/amd-efs",
        "oxidecomputer/amd-firmware",
        "oxidecomputer/amd-flash",
        "oxidecomputer/amd-host-image-builder",
        "oxidecomputer/boot-image-tools",
        "oxidecomputer/chelsio-t6-roms",
        "oxidecomputer/compliance-pilot",
        "oxidecomputer/facade",
        "oxidecomputer/helios",
        "oxidecomputer/helios-omicron-brand",
        "oxidecomputer/helios-omnios-build",
        "oxidecomputer/helios-omnios-extra",
        "oxidecomputer/nanobl-rs",
    ],
    publish: [
        BasicConfigPublish {
            from_output: "/work/manifest.toml",
            series: "rot-all",
            name: "manifest.toml",
        },
        BasicConfigPublish {
            from_output: "/work/repo.zip",
            series: "rot-all",
            name: "repo.zip",
        },
        BasicConfigPublish {
            from_output: "/work/repo.zip.sha256.txt",
            series: "rot-all",
            name: "repo.zip.sha256.txt",
        },
    ],
    skip_clone: false,
}

Buildomat Job: 01JF0W5V0RJZEYE5QCCG2FRCF3

Tags:

Artefacts:

Output:

SEQ GLOBAL TIME DETAILS
12024-12-13T20:44:35.290Zjob assigned to worker 01JF0W6WRB9CZQDSQAVEQA22CH [factory aws, i-02affcd98733a4162] (queued for 1 m 17 s)
 
22024-12-13T20:44:43.234Zstarting task 0: "setup"
32024-12-13T20:44:43.244Z++ uname -s
42024-12-13T20:44:43.247Z+ kern=SunOS
52024-12-13T20:44:43.247Z+ case "$kern" in
62024-12-13T20:44:43.247Z+ groupadd -g 12345 build
72024-12-13T20:44:43.249Z+ useradd -u 12345 -g build -d /home/build -s /bin/bash -c build -P 'Primary Administrator' build
82024-12-13T20:44:45.255Z+ zfs create -o mountpoint=/work rpool/work
92024-12-13T20:44:45.442Z++ awk '$2 == "/home" { print $3 }' /etc/mnttab
102024-12-13T20:44:45.444Z+ home_fs=zfs
112024-12-13T20:44:45.445Z+ [[ zfs == autofs ]]
122024-12-13T20:44:45.445Z+ mkdir -p /home/build
132024-12-13T20:44:45.449Z+ chown build:build /home/build /work
142024-12-13T20:44:47.448Z+ chmod 0700 /home/build /work
152024-12-13T20:44:47.451Zprocess exited: duration 4217 ms, exit code 0
 
162024-12-13T20:44:47.457Zstarting task 1: "rust-toolchain"
172024-12-13T20:44:47.462Z+ printf ' * toolchain channel = "%s"
182024-12-13T20:44:47.462Z * toolchain channel = "1.81.0"
192024-12-13T20:44:47.462Z' 1.81.0
202024-12-13T20:44:47.462Z+ printf ' * toolchain profile = "%s"
212024-12-13T20:44:47.462Z' default
222024-12-13T20:44:47.462Z * toolchain profile = "default"
232024-12-13T20:44:47.465Z+ curl --proto =https --tlsv1.2 -sSf https://sh.rustup.rs
242024-12-13T20:44:47.465Z+ /bin/bash -s - -y --no-modify-path --default-toolchain 1.81.0 --profile default
252024-12-13T20:44:47.588Zinfo: downloading installer
262024-12-13T20:44:48.607Zinfo: profile set to 'default'
272024-12-13T20:44:48.607Zinfo: default host triple is x86_64-unknown-illumos
282024-12-13T20:44:48.610Zinfo: syncing channel updates for '1.81.0-x86_64-unknown-illumos'
292024-12-13T20:44:48.732Zinfo: latest update on 2024-09-05, rust version 1.81.0 (eeb90cda1 2024-09-04)
302024-12-13T20:44:48.732Zinfo: downloading component 'cargo'
312024-12-13T20:44:49.328Zinfo: downloading component 'clippy'
322024-12-13T20:44:49.562Zinfo: downloading component 'rust-docs'
332024-12-13T20:44:50.374Zinfo: downloading component 'rust-std'
342024-12-13T20:44:51.642Zinfo: downloading component 'rustc'
352024-12-13T20:44:56.177Zinfo: downloading component 'rustfmt'
362024-12-13T20:44:56.358Zinfo: installing component 'cargo'
372024-12-13T20:44:57.152Zinfo: installing component 'clippy'
382024-12-13T20:44:57.513Zinfo: installing component 'rust-docs'
392024-12-13T20:44:59.112Zinfo: installing component 'rust-std'
402024-12-13T20:45:00.851Zinfo: installing component 'rustc'
412024-12-13T20:45:06.459Zinfo: installing component 'rustfmt'
422024-12-13T20:45:06.776Zinfo: default toolchain set to '1.81.0-x86_64-unknown-illumos'
432024-12-13T20:45:06.776Z
442024-12-13T20:45:07.140Z 1.81.0-x86_64-unknown-illumos installed - rustc 1.81.0 (eeb90cda1 2024-09-04)
452024-12-13T20:45:07.140Z
462024-12-13T20:45:07.142Z
472024-12-13T20:45:07.143ZRust is installed now. Great!
482024-12-13T20:45:07.143Z
492024-12-13T20:45:07.143ZTo get started you need Cargo's bin directory ($HOME/.cargo/bin) in your PATH
502024-12-13T20:45:07.143Zenvironment variable. This has not been done automatically.
512024-12-13T20:45:07.143Z
522024-12-13T20:45:07.143ZTo configure your current shell, you need to source
532024-12-13T20:45:07.143Zthe corresponding env file under $HOME/.cargo.
542024-12-13T20:45:07.143Z
552024-12-13T20:45:07.143ZThis is usually done by running one of the following (note the leading DOT):
562024-12-13T20:45:07.143Z. "$HOME/.cargo/env" # For sh/bash/zsh/ash/dash/pdksh
572024-12-13T20:45:07.143Zsource "$HOME/.cargo/env.fish" # For fish
582024-12-13T20:45:07.212Z+ rustc --version
592024-12-13T20:45:07.276Zrustc 1.81.0 (eeb90cda1 2024-09-04)
602024-12-13T20:45:07.278Zprocess exited: duration 19818 ms, exit code 0
 
612024-12-13T20:45:07.283Zstarting task 2: "authentication"
622024-12-13T20:45:07.304Zprocess exited: duration 20 ms, exit code 0
 
632024-12-13T20:45:07.310Zstarting task 3: "clone repository"
642024-12-13T20:45:07.315Z+ mkdir -p /work/oxidecomputer/omicron
652024-12-13T20:45:07.317Z+ git clone https://github.com/oxidecomputer/omicron /work/oxidecomputer/omicron
662024-12-13T20:45:07.436ZCloning into '/work/oxidecomputer/omicron'...
672024-12-13T20:45:14.052Z+ cd /work/oxidecomputer/omicron
682024-12-13T20:45:14.052Z+ git fetch origin b6506393d435740ac3a1fb86ea44770a762df51c
692024-12-13T20:45:14.391ZFrom https://github.com/oxidecomputer/omicron
702024-12-13T20:45:14.391Z * branch b6506393d435740ac3a1fb86ea44770a762df51c -> FETCH_HEAD
712024-12-13T20:45:14.401Z+ [[ -n sluggish-datasets ]]
722024-12-13T20:45:14.404Z++ git branch --show-current
732024-12-13T20:45:14.404Z+ current=main
742024-12-13T20:45:14.404Z+ [[ main != sluggish-datasets ]]
752024-12-13T20:45:14.404Z+ git branch -f sluggish-datasets b6506393d435740ac3a1fb86ea44770a762df51c
762024-12-13T20:45:14.407Z+ git checkout -f sluggish-datasets
772024-12-13T20:45:14.582ZSwitched to branch 'sluggish-datasets'
782024-12-13T20:45:14.584Z+ git reset --hard b6506393d435740ac3a1fb86ea44770a762df51c
792024-12-13T20:45:14.751ZHEAD is now at b6506393d review feedback
802024-12-13T20:45:14.755Zprocess exited: duration 7440 ms, exit code 0
 
812024-12-13T20:45:14.760Zstarting task 4: "build"
822024-12-13T20:45:14.766Z+ source .github/buildomat/ci-env.sh
832024-12-13T20:45:14.766Z++ export CARGO_TERM_COLOR=always
842024-12-13T20:45:14.769Z++ CARGO_TERM_COLOR=always
852024-12-13T20:45:14.769Z+ cargo --version
862024-12-13T20:45:14.822Zcargo 1.81.0 (2dbb1af80 2024-08-20)
872024-12-13T20:45:14.825Z+ rustc --version
882024-12-13T20:45:14.885Zrustc 1.81.0 (eeb90cda1 2024-09-04)
892024-12-13T20:45:14.888Z+ cargo tree --locked
902024-12-13T20:45:15.138Z Updating git repository `https://github.com/oxidecomputer/pq-sys`
912024-12-13T20:45:15.372Z Updating crates.io index
922024-12-13T20:45:15.374Z Updating git repository `https://github.com/oxidecomputer/maghemite`
932024-12-13T20:45:15.970Z Updating git repository `https://github.com/oxidecomputer/oxnet`
942024-12-13T20:45:16.192Z Updating git repository `https://github.com/oxidecomputer/serde_human_bytes`
952024-12-13T20:45:16.413Z Updating git repository `https://github.com/oxidecomputer/slog-error-chain`
962024-12-13T20:45:16.636Z Updating git repository `https://github.com/oxidecomputer/propolis`
972024-12-13T20:45:17.540Z Updating git repository `https://github.com/oxidecomputer/crucible`
982024-12-13T20:45:19.161Z Updating git repository `https://github.com/oxidecomputer/opte`
992024-12-13T20:45:20.281Z Updating git repository `https://github.com/oxidecomputer/falcon`
1002024-12-13T20:45:21.002Z Updating git repository `https://github.com/oxidecomputer/clickward`
1012024-12-13T20:45:21.236Z Updating git repository `https://github.com/oxidecomputer/openapi-lint`
1022024-12-13T20:45:21.571Z Updating git repository `https://github.com/oxidecomputer/management-gateway-service`
1032024-12-13T20:45:22.103Z Updating git repository `https://github.com/oxidecomputer/libipcc`
1042024-12-13T20:45:22.456Z Updating git repository `https://github.com/oxidecomputer/sprockets.git`
1052024-12-13T20:45:22.711Z Updating git repository `https://github.com/oxidecomputer/tofino`
1062024-12-13T20:45:22.983Z Updating git repository `https://github.com/oxidecomputer/illumos-devinfo`
1072024-12-13T20:45:23.217Z Updating git repository `https://github.com/oxidecomputer/libefi-illumos`
1082024-12-13T20:45:23.419Z Updating git repository `https://github.com/oxidecomputer/libnvme`
1092024-12-13T20:45:23.666Z Updating git repository `https://github.com/oxidecomputer/hubtools.git`
1102024-12-13T20:45:23.885Z Updating git repository `https://github.com/oxidecomputer/ispf`
1112024-12-13T20:45:24.246Z Updating git repository `https://github.com/oxidecomputer/poptrie`
1122024-12-13T20:45:24.485Z Updating git repository `https://github.com/oxidecomputer/netadm-sys`
1132024-12-13T20:45:24.965Z Updating git repository `https://github.com/oxidecomputer/tlvc.git`
1142024-12-13T20:45:25.229Z Updating git repository `https://github.com/oxidecomputer/dice-util`
1152024-12-13T20:45:25.555Z Updating git repository `https://github.com/oxidecomputer/lpc55_support`
1162024-12-13T20:45:25.926Z Updating git repository `https://github.com/oxidecomputer/ingot.git`
1172024-12-13T20:45:26.224Z Updating git repository `https://github.com/oxidecomputer/dlpi-sys`
1182024-12-13T20:45:26.468Z Updating git repository `https://github.com/jmesmon/rust-libzfs`
1192024-12-13T20:45:26.751Z Updating git repository `https://github.com/oxidecomputer/rusty-doors`
1202024-12-13T20:45:28.288Z Downloading crates ...
1212024-12-13T20:45:28.399Z Downloaded addr2line v0.24.2
1222024-12-13T20:45:28.404Z Downloaded async-global-executor v2.4.1
1232024-12-13T20:45:28.408Z Downloaded async-recursion v1.1.1
1242024-12-13T20:45:28.412Z Downloaded adler2 v2.0.0
1252024-12-13T20:45:28.417Z Downloaded cfg_aliases v0.1.1
1262024-12-13T20:45:28.423Z Downloaded atomicwrites v0.4.4
1272024-12-13T20:45:28.425Z Downloaded async-object-pool v0.1.5
1282024-12-13T20:45:28.434Z Downloaded async-stream-impl v0.3.6
1292024-12-13T20:45:28.439Z Downloaded ff v0.13.0
1302024-12-13T20:45:28.441Z Downloaded fixedbitset v0.4.2
1312024-12-13T20:45:28.444Z Downloaded filetime v0.2.25
1322024-12-13T20:45:28.446Z Downloaded ciborium v0.2.2
1332024-12-13T20:45:28.449Z Downloaded fastrand v2.1.1
1342024-12-13T20:45:28.453Z Downloaded atty v0.2.14
1352024-12-13T20:45:28.453Z Downloaded aead v0.5.2
1362024-12-13T20:45:28.456Z Downloaded foreign-types v0.3.2
1372024-12-13T20:45:28.456Z Downloaded cfg_aliases v0.2.1
1382024-12-13T20:45:28.456Z Downloaded fxhash v0.2.1
1392024-12-13T20:45:28.458Z Downloaded foreign-types-shared v0.1.1
1402024-12-13T20:45:28.458Z Downloaded foreign-types-shared v0.3.1
1412024-12-13T20:45:28.469Z Downloaded bit-vec v0.6.3
1422024-12-13T20:45:28.471Z Downloaded cast v0.3.0
1432024-12-13T20:45:28.474Z Downloaded autocfg v1.4.0
1442024-12-13T20:45:28.474Z Downloaded async-signal v0.2.10
1452024-12-13T20:45:28.478Z Downloaded chacha20 v0.9.1
1462024-12-13T20:45:28.482Z Downloaded bitfield v0.14.0
1472024-12-13T20:45:28.482Z Downloaded http-range v0.1.5
1482024-12-13T20:45:28.484Z Downloaded http-body v1.0.1
1492024-12-13T20:45:28.484Z Downloaded headers-core v0.3.0
1502024-12-13T20:45:28.484Z Downloaded async-attributes v1.1.2
1512024-12-13T20:45:28.484Z Downloaded cbc v0.1.2
1522024-12-13T20:45:28.487Z Downloaded async-channel v2.3.1
1532024-12-13T20:45:28.487Z Downloaded guppy-workspace-hack v0.1.0
1542024-12-13T20:45:28.489Z Downloaded bytecount v0.6.8
1552024-12-13T20:45:28.505Z Downloaded hubpack_derive v0.1.1
1562024-12-13T20:45:28.505Z Downloaded chrono-tz-build v0.4.0
1572024-12-13T20:45:28.505Z Downloaded cfg-if v1.0.0
1582024-12-13T20:45:28.505Z Downloaded castaway v0.2.3
1592024-12-13T20:45:28.505Z Downloaded anstyle-query v1.1.1
1602024-12-13T20:45:28.505Z Downloaded bb8 v0.8.5
1612024-12-13T20:45:28.505Z Downloaded async-channel v1.9.0
1622024-12-13T20:45:28.505Z Downloaded ghash v0.5.1
1632024-12-13T20:45:28.505Z Downloaded generic-array v0.14.7
1642024-12-13T20:45:28.505Z Downloaded block-buffer v0.10.4
1652024-12-13T20:45:28.505Z Downloaded ascii-canvas v3.0.0
1662024-12-13T20:45:28.508Z Downloaded buf-list v1.0.3
1672024-12-13T20:45:28.508Z Downloaded parse-size v1.1.0
1682024-12-13T20:45:28.508Z Downloaded flagset v0.4.6
1692024-12-13T20:45:28.510Z Downloaded heck v0.5.0
1702024-12-13T20:45:28.513Z Downloaded hash32 v0.3.1
1712024-12-13T20:45:28.515Z Downloaded anes v0.1.6
1722024-12-13T20:45:28.517Z Downloaded glob v0.3.1
1732024-12-13T20:45:28.520Z Downloaded cassowary v0.3.0
1742024-12-13T20:45:28.522Z Downloaded hubpack v0.1.2
1752024-12-13T20:45:28.522Z Downloaded cargo-platform v0.1.8
1762024-12-13T20:45:28.525Z Downloaded base16ct v0.2.0
1772024-12-13T20:45:28.525Z Downloaded futures-timer v3.0.3
1782024-12-13T20:45:28.527Z Downloaded futures-executor v0.3.31
1792024-12-13T20:45:28.530Z Downloaded float-cmp v0.9.0
1802024-12-13T20:45:28.532Z Downloaded home v0.5.9
1812024-12-13T20:45:28.534Z Downloaded heck v0.3.3
1822024-12-13T20:45:28.534Z Downloaded blocking v1.6.1
1832024-12-13T20:45:28.536Z Downloaded bcs v0.1.6
1842024-12-13T20:45:28.539Z Downloaded http-body-util v0.1.2
1852024-12-13T20:45:28.541Z Downloaded errno v0.3.9
1862024-12-13T20:45:28.543Z Downloaded async-trait v0.1.83
1872024-12-13T20:45:28.546Z Downloaded async-lock v3.4.0
1882024-12-13T20:45:28.548Z Downloaded async-process v2.3.0
1892024-12-13T20:45:28.551Z Downloaded hostname v0.3.1
1902024-12-13T20:45:28.553Z Downloaded heck v0.4.1
1912024-12-13T20:45:28.555Z Downloaded progenitor-client v0.8.0
1922024-12-13T20:45:28.555Z Downloaded pretty-hex v0.4.1
1932024-12-13T20:45:28.557Z Downloaded group v0.13.0
1942024-12-13T20:45:28.560Z Downloaded num_enum_derive v0.5.11
1952024-12-13T20:45:28.560Z Downloaded humantime v2.1.0
1962024-12-13T20:45:28.562Z Downloaded pretty-hex v0.2.1
1972024-12-13T20:45:28.564Z Downloaded cancel-safe-futures v0.1.5
1982024-12-13T20:45:28.567Z Downloaded base64ct v1.6.0
1992024-12-13T20:45:28.569Z Downloaded hex-literal v0.4.1
2002024-12-13T20:45:28.572Z Downloaded blake2b_simd v1.0.2
2012024-12-13T20:45:28.572Z Downloaded anstream v0.6.15
2022024-12-13T20:45:28.575Z Downloaded cexpr v0.6.0
2032024-12-13T20:45:28.577Z Downloaded sqlparser_derive v0.2.2
2042024-12-13T20:45:28.579Z Downloaded salsa20 v0.10.2
2052024-12-13T20:45:28.581Z Downloaded async-task v4.7.1
2062024-12-13T20:45:28.583Z Downloaded getrandom v0.2.15
2072024-12-13T20:45:28.586Z Downloaded async-bb8-diesel v0.2.1
2082024-12-13T20:45:28.589Z Downloaded sigpipe v0.1.3
2092024-12-13T20:45:28.591Z Downloaded parse-display-derive v0.10.0
2102024-12-13T20:45:28.594Z Downloaded olpc-cjson v0.1.4
2112024-12-13T20:45:28.594Z Downloaded fs_extra v1.3.0
2122024-12-13T20:45:28.598Z Downloaded cargo_metadata v0.18.1
2132024-12-13T20:45:28.598Z Downloaded camino v1.1.9
2142024-12-13T20:45:28.601Z Downloaded bitflags v2.6.0
2152024-12-13T20:45:28.605Z Downloaded futures-core v0.3.31
2162024-12-13T20:45:28.608Z Downloaded futures-channel v0.3.31
2172024-12-13T20:45:28.608Z Downloaded ahash v0.8.11
2182024-12-13T20:45:28.611Z Downloaded try-lock v0.2.5
2192024-12-13T20:45:28.613Z Downloaded hickory-client v0.24.1
2202024-12-13T20:45:28.615Z Downloaded waitgroup v0.1.2
2212024-12-13T20:45:28.617Z Downloaded hyper-rustls v0.26.0
2222024-12-13T20:45:28.619Z Downloaded parse-display v0.10.0
2232024-12-13T20:45:28.622Z Downloaded httparse v1.9.5
2242024-12-13T20:45:28.624Z Downloaded predicates-tree v1.0.11
2252024-12-13T20:45:28.627Z Downloaded iana-time-zone v0.1.61
2262024-12-13T20:45:28.629Z Downloaded hyper-tls v0.6.0
2272024-12-13T20:45:28.631Z Downloaded hyper-staticfile v0.10.1
2282024-12-13T20:45:28.634Z Downloaded httptest v0.16.1
2292024-12-13T20:45:28.637Z Downloaded cfg-expr v0.17.0
2302024-12-13T20:45:28.640Z Downloaded target-triple v0.1.3
2312024-12-13T20:45:28.640Z Downloaded take_mut v0.2.2
2322024-12-13T20:45:28.643Z Downloaded rustc-hash v1.1.0
2332024-12-13T20:45:28.643Z Downloaded plotters-svg v0.3.7
2342024-12-13T20:45:28.647Z Downloaded crunchy v0.2.2
2352024-12-13T20:45:28.647Z Downloaded zone_cfg_derive v0.1.2
2362024-12-13T20:45:28.647Z Downloaded percent-encoding v2.3.1
2372024-12-13T20:45:28.647Z Downloaded rustls-pemfile v1.0.4
2382024-12-13T20:45:28.658Z Downloaded crucible-workspace-hack v0.1.0
2392024-12-13T20:45:28.659Z Downloaded plotters-backend v0.3.7
2402024-12-13T20:45:28.663Z Downloaded want v0.3.1
2412024-12-13T20:45:28.663Z Downloaded darling_macro v0.20.10
2422024-12-13T20:45:28.663Z Downloaded ciborium-io v0.2.2
2432024-12-13T20:45:28.663Z Downloaded zone_cfg_derive v0.3.0
2442024-12-13T20:45:28.663Z Downloaded serde_urlencoded v0.7.1
2452024-12-13T20:45:28.663Z Downloaded scroll v0.12.0
2462024-12-13T20:45:28.663Z Downloaded signature v2.2.0
2472024-12-13T20:45:28.663Z Downloaded ref-cast v1.0.23
2482024-12-13T20:45:28.667Z Downloaded stable_deref_trait v1.2.0
2492024-12-13T20:45:28.667Z Downloaded ssh-encoding v0.2.0
2502024-12-13T20:45:28.667Z Downloaded dtrace-parser v0.2.0
2512024-12-13T20:45:28.671Z Downloaded slog-bunyan v2.5.0
2522024-12-13T20:45:28.671Z Downloaded tls_codec_derive v0.4.1
2532024-12-13T20:45:28.676Z Downloaded tabled_derive v0.7.0
2542024-12-13T20:45:28.676Z Downloaded futures-lite v2.3.0
2552024-12-13T20:45:28.679Z Downloaded slog-scope v4.4.0
2562024-12-13T20:45:28.679Z Downloaded ident_case v1.0.1
2572024-12-13T20:45:28.679Z Downloaded endian-type v0.1.2
2582024-12-13T20:45:28.680Z Downloaded slog-json v2.6.1
2592024-12-13T20:45:28.682Z Downloaded slog-envlogger v2.2.0
2602024-12-13T20:45:28.682Z Downloaded slog-dtrace v0.3.0
2612024-12-13T20:45:28.685Z Downloaded parking_lot v0.11.2
2622024-12-13T20:45:28.687Z Downloaded half v2.4.1
2632024-12-13T20:45:28.690Z Downloaded untrusted v0.7.1
2642024-12-13T20:45:28.692Z Downloaded dhcproto-macros v0.1.0
2652024-12-13T20:45:28.694Z Downloaded icu_normalizer v1.5.0
2662024-12-13T20:45:28.696Z Downloaded bytes v1.8.0
2672024-12-13T20:45:28.700Z Downloaded icu_normalizer_data v1.5.0
2682024-12-13T20:45:28.703Z Downloaded is_ci v1.2.0
2692024-12-13T20:45:28.705Z Downloaded rustc-demangle v0.1.24
2702024-12-13T20:45:28.708Z Downloaded rpassword v7.3.1
2712024-12-13T20:45:28.708Z Downloaded allocator-api2 v0.2.18
2722024-12-13T20:45:28.711Z Downloaded newtype_derive v0.1.6
2732024-12-13T20:45:28.714Z Downloaded criterion-plot v0.5.0
2742024-12-13T20:45:28.718Z Downloaded target-spec v3.2.2
2752024-12-13T20:45:28.721Z Downloaded tabwriter v1.4.0
2762024-12-13T20:45:28.721Z Downloaded defmt-macros v0.3.9
2772024-12-13T20:45:28.724Z Downloaded chacha20poly1305 v0.10.1
2782024-12-13T20:45:28.726Z Downloaded base64 v0.13.1
2792024-12-13T20:45:28.729Z Downloaded arc-swap v1.7.1
2802024-12-13T20:45:28.733Z Downloaded num_threads v0.1.7
2812024-12-13T20:45:28.736Z Downloaded normalize-line-endings v0.3.0
2822024-12-13T20:45:28.736Z Downloaded tracing-attributes v0.1.27
2832024-12-13T20:45:28.738Z Downloaded universal-hash v0.5.1
2842024-12-13T20:45:28.738Z Downloaded unicode-linebreak v0.1.5
2852024-12-13T20:45:28.741Z Downloaded postgres-types v0.2.8
2862024-12-13T20:45:28.743Z Downloaded oso v0.27.3
2872024-12-13T20:45:28.748Z Downloaded indent_write v2.2.0
2882024-12-13T20:45:28.748Z Downloaded lru-cache v0.1.2
2892024-12-13T20:45:28.751Z Downloaded lazycell v1.3.0
2902024-12-13T20:45:28.751Z Downloaded lazy_static v1.5.0
2912024-12-13T20:45:28.753Z Downloaded futures v0.3.31
2922024-12-13T20:45:28.758Z Downloaded walkdir v2.5.0
2932024-12-13T20:45:28.762Z Downloaded flume v0.11.1
2942024-12-13T20:45:28.764Z Downloaded base64 v0.21.7
2952024-12-13T20:45:28.769Z Downloaded headers v0.4.0
2962024-12-13T20:45:28.775Z Downloaded const-oid v0.9.6
2972024-12-13T20:45:28.778Z Downloaded nodrop v0.1.14
2982024-12-13T20:45:28.781Z Downloaded memmap v0.7.0
2992024-12-13T20:45:28.781Z Downloaded linked-hash-map v0.5.6
3002024-12-13T20:45:28.784Z Downloaded is-terminal v0.4.13
3012024-12-13T20:45:28.784Z Downloaded target-lexicon v0.12.16
3022024-12-13T20:45:28.786Z Downloaded rustls-native-certs v0.7.3
3032024-12-13T20:45:28.789Z Downloaded console v0.15.8
3042024-12-13T20:45:28.791Z Downloaded memoffset v0.9.1
3052024-12-13T20:45:28.795Z Downloaded tower-service v0.3.3
3062024-12-13T20:45:28.795Z Downloaded num_enum v0.5.11
3072024-12-13T20:45:28.799Z Downloaded password-hash v0.4.2
3082024-12-13T20:45:28.802Z Downloaded phf_codegen v0.11.2
3092024-12-13T20:45:28.805Z Downloaded phf v0.11.2
3102024-12-13T20:45:28.807Z Downloaded defmt-parser v0.3.4
3112024-12-13T20:45:28.807Z Downloaded phf_generator v0.11.2
3122024-12-13T20:45:28.808Z Downloaded value-bag v1.9.0
3132024-12-13T20:45:28.810Z Downloaded diesel_table_macro_syntax v0.2.0
3142024-12-13T20:45:28.812Z Downloaded polyval v0.6.2
3152024-12-13T20:45:28.815Z Downloaded usdt-attr-macro v0.5.0
3162024-12-13T20:45:28.815Z Downloaded impl-trait-for-tuples v0.2.2
3172024-12-13T20:45:28.819Z Downloaded rustc_version v0.1.7
3182024-12-13T20:45:28.819Z Downloaded serde_path_to_error v0.1.16
3192024-12-13T20:45:28.821Z Downloaded serde-hex v0.1.0
3202024-12-13T20:45:28.824Z Downloaded fatfs v0.3.6
3212024-12-13T20:45:28.826Z Downloaded pin-project v1.1.6
3222024-12-13T20:45:28.838Z Downloaded zerocopy v0.6.6
3232024-12-13T20:45:28.841Z Downloaded smawk v0.3.2
3242024-12-13T20:45:28.844Z Downloaded rcgen v0.12.1
3252024-12-13T20:45:28.847Z Downloaded bumpalo v3.16.0
3262024-12-13T20:45:28.849Z Downloaded downcast v0.11.0
3272024-12-13T20:45:28.851Z Downloaded memmap2 v0.9.5
3282024-12-13T20:45:28.854Z Downloaded heapless v0.7.17
3292024-12-13T20:45:28.857Z Downloaded derive_more v0.99.18
3302024-12-13T20:45:28.861Z Downloaded swrite v0.1.0
3312024-12-13T20:45:28.865Z Downloaded string_cache v0.8.7
3322024-12-13T20:45:28.865Z Downloaded owo-colors v4.1.0
3332024-12-13T20:45:28.868Z Downloaded des v0.8.1
3342024-12-13T20:45:28.871Z Downloaded serde_regex v1.1.0
3352024-12-13T20:45:28.871Z Downloaded serde_plain v1.0.2
3362024-12-13T20:45:28.871Z Downloaded thiserror-impl-no-std v2.0.2
3372024-12-13T20:45:28.873Z Downloaded stringmetrics v2.2.2
3382024-12-13T20:45:28.875Z Downloaded thiserror-impl v2.0.3
3392024-12-13T20:45:28.878Z Downloaded toml_datetime v0.6.8
3402024-12-13T20:45:28.878Z Downloaded thiserror v1.0.69
3412024-12-13T20:45:28.882Z Downloaded unicode-truncate v1.1.0
3422024-12-13T20:45:28.884Z Downloaded radium v0.7.0
3432024-12-13T20:45:28.886Z Downloaded pathdiff v0.2.2
3442024-12-13T20:45:28.886Z Downloaded openssl-macros v0.1.1
3452024-12-13T20:45:28.888Z Downloaded zone v0.3.0
3462024-12-13T20:45:28.888Z Downloaded postgres-protocol v0.6.7
3472024-12-13T20:45:28.890Z Downloaded unicase v2.7.0
3482024-12-13T20:45:28.892Z Downloaded pem-rfc7468 v0.7.0
3492024-12-13T20:45:28.894Z Downloaded datatest-stable v0.2.9
3502024-12-13T20:45:28.897Z Downloaded precomputed-hash v0.1.1
3512024-12-13T20:45:28.898Z Downloaded usdt v0.5.0
3522024-12-13T20:45:28.901Z Downloaded unsafe-libyaml v0.2.11
3532024-12-13T20:45:28.904Z Downloaded cipher v0.4.4
3542024-12-13T20:45:28.904Z Downloaded quinn v0.11.5
3552024-12-13T20:45:28.907Z Downloaded crossbeam-deque v0.8.5
3562024-12-13T20:45:28.909Z Downloaded thiserror v2.0.3
3572024-12-13T20:45:28.913Z Downloaded dyn-clone v1.0.17
3582024-12-13T20:45:28.916Z Downloaded term v0.7.0
3592024-12-13T20:45:28.918Z Downloaded smallvec v1.13.2
3602024-12-13T20:45:28.922Z Downloaded ciborium-ll v0.2.2
3612024-12-13T20:45:28.925Z Downloaded writeable v0.5.5
3622024-12-13T20:45:28.925Z Downloaded fancy-regex v0.13.0
3632024-12-13T20:45:28.928Z Downloaded hickory-resolver v0.24.1
3642024-12-13T20:45:28.932Z Downloaded maplit v1.0.2
3652024-12-13T20:45:28.934Z Downloaded lru v0.12.5
3662024-12-13T20:45:28.934Z Downloaded icu_collections v1.5.0
3672024-12-13T20:45:28.939Z Downloaded spin v0.5.2
3682024-12-13T20:45:28.942Z Downloaded flate2 v1.0.34
3692024-12-13T20:45:28.946Z Downloaded indoc v2.0.5
3702024-12-13T20:45:28.948Z Downloaded ed25519 v2.2.3
3712024-12-13T20:45:28.951Z Downloaded tar v0.4.42
3722024-12-13T20:45:28.953Z Downloaded pin-utils v0.1.0
3732024-12-13T20:45:28.956Z Downloaded packed_struct v0.10.1
3742024-12-13T20:45:28.958Z Downloaded nanorand v0.7.0
3752024-12-13T20:45:28.960Z Downloaded instability v0.3.2
3762024-12-13T20:45:28.960Z Downloaded serde_derive v1.0.215
3772024-12-13T20:45:28.963Z Downloaded inout v0.1.3
3782024-12-13T20:45:28.965Z Downloaded indoc v1.0.9
3792024-12-13T20:45:28.968Z Downloaded postcard v1.0.10
3802024-12-13T20:45:28.971Z Downloaded num-complex v0.4.6
3812024-12-13T20:45:28.975Z Downloaded event-listener v2.5.3
3822024-12-13T20:45:28.975Z Downloaded const_format v0.2.33
3832024-12-13T20:45:28.979Z Downloaded piper v0.2.4
3842024-12-13T20:45:28.979Z Downloaded rustfmt-wrapper v0.2.1
3852024-12-13T20:45:28.982Z Downloaded test-strategy v0.3.1
3862024-12-13T20:45:28.985Z Downloaded rand_core v0.6.4
3872024-12-13T20:45:28.985Z Downloaded rand_chacha v0.3.1
3882024-12-13T20:45:28.988Z Downloaded powerfmt v0.2.0
3892024-12-13T20:45:28.988Z Downloaded pbkdf2 v0.12.2
3902024-12-13T20:45:28.992Z Downloaded slab v0.4.9
3912024-12-13T20:45:28.995Z Downloaded scrypt v0.11.0
3922024-12-13T20:45:28.995Z Downloaded rstest v0.23.0
3932024-12-13T20:45:28.999Z Downloaded macaddr v1.0.1
3942024-12-13T20:45:29.002Z Downloaded trybuild v1.0.101
3952024-12-13T20:45:29.005Z Downloaded http v1.1.0
3962024-12-13T20:45:29.008Z Downloaded zone v0.1.8
3972024-12-13T20:45:29.011Z Downloaded thread-id v4.2.2
3982024-12-13T20:45:29.011Z Downloaded termtree v0.4.1
3992024-12-13T20:45:29.011Z Downloaded oso-derive v0.27.3
4002024-12-13T20:45:29.014Z Downloaded defmt v0.3.8
4012024-12-13T20:45:29.016Z Downloaded thiserror-no-std v2.0.2
4022024-12-13T20:45:29.018Z Downloaded md5 v0.7.0
4032024-12-13T20:45:29.020Z Downloaded sha1 v0.10.6
4042024-12-13T20:45:29.022Z Downloaded typify-macro v0.2.0
4052024-12-13T20:45:29.022Z Downloaded termios v0.3.3
4062024-12-13T20:45:29.024Z Downloaded diff v0.1.13
4072024-12-13T20:45:29.027Z Downloaded structmeta-derive v0.3.0
4082024-12-13T20:45:29.029Z Downloaded schemars v0.8.21
4092024-12-13T20:45:29.039Z Downloaded phf_shared v0.10.0
4102024-12-13T20:45:29.041Z Downloaded xattr v1.3.1
4112024-12-13T20:45:29.043Z Downloaded xz2 v0.1.7
4122024-12-13T20:45:29.043Z Downloaded papergrid v0.11.0
4132024-12-13T20:45:29.049Z Downloaded tui-tree-widget v0.22.0
4142024-12-13T20:45:29.051Z Downloaded aes-gcm v0.10.3
4152024-12-13T20:45:29.054Z Downloaded ppv-lite86 v0.2.20
4162024-12-13T20:45:29.056Z Downloaded zerocopy-derive v0.7.35
4172024-12-13T20:45:29.058Z Downloaded predicates v3.1.2
4182024-12-13T20:45:29.061Z Downloaded managed v0.8.0
4192024-12-13T20:45:29.064Z Downloaded crossbeam-epoch v0.9.18
4202024-12-13T20:45:29.067Z Downloaded dof v0.3.0
4212024-12-13T20:45:29.067Z Downloaded indexmap v1.9.3
4222024-12-13T20:45:29.069Z Downloaded linear-map v1.2.0
4232024-12-13T20:45:29.072Z Downloaded itoa v1.0.11
4242024-12-13T20:45:29.075Z Downloaded snafu-derive v0.8.5
4252024-12-13T20:45:29.075Z Downloaded zerocopy-derive v0.8.10
4262024-12-13T20:45:29.079Z Downloaded yoke-derive v0.7.4
4272024-12-13T20:45:29.083Z Downloaded serde-big-array v0.5.1
4282024-12-13T20:45:29.086Z Downloaded num_cpus v1.16.0
4292024-12-13T20:45:29.086Z Downloaded tokio-native-tls v0.3.1
4302024-12-13T20:45:29.089Z Downloaded num-rational v0.4.2
4312024-12-13T20:45:29.089Z Downloaded dsl_auto_type v0.1.2
4322024-12-13T20:45:29.091Z Downloaded md-5 v0.10.6
4332024-12-13T20:45:29.091Z Downloaded internet-checksum v0.2.1
4342024-12-13T20:45:29.093Z Downloaded vte v0.11.1
4352024-12-13T20:45:29.096Z Downloaded clang-sys v1.8.1
4362024-12-13T20:45:29.098Z Downloaded hickory-server v0.24.1
4372024-12-13T20:45:29.102Z Downloaded cstr-argument v0.1.2
4382024-12-13T20:45:29.104Z Downloaded mime v0.3.17
4392024-12-13T20:45:29.106Z Downloaded lalrpop-util v0.19.12
4402024-12-13T20:45:29.106Z Downloaded vte_generate_state_changes v0.1.2
4412024-12-13T20:45:29.106Z Downloaded strum v0.26.3
4422024-12-13T20:45:29.108Z Downloaded phf_shared v0.11.2
4432024-12-13T20:45:29.108Z Downloaded sct v0.7.1
4442024-12-13T20:45:29.111Z Downloaded crc-catalog v2.4.0
4452024-12-13T20:45:29.114Z Downloaded p521 v0.13.3
4462024-12-13T20:45:29.116Z Downloaded memchr v2.7.4
4472024-12-13T20:45:29.122Z Downloaded rand_xorshift v0.3.0
4482024-12-13T20:45:29.125Z Downloaded r2d2 v0.8.10
4492024-12-13T20:45:29.125Z Downloaded quinn-udp v0.5.5
4502024-12-13T20:45:29.128Z Downloaded crc32fast v1.4.2
4512024-12-13T20:45:29.129Z Downloaded match_cfg v0.1.0
4522024-12-13T20:45:29.132Z Downloaded nested v0.1.1
4532024-12-13T20:45:29.132Z Downloaded instant v0.1.13
4542024-12-13T20:45:29.132Z Downloaded number_prefix v0.4.0
4552024-12-13T20:45:29.135Z Downloaded slog-term v2.9.1
4562024-12-13T20:45:29.135Z Downloaded rsa v0.9.6
4572024-12-13T20:45:29.140Z Downloaded tiny-keccak v2.0.2
4582024-12-13T20:45:29.143Z Downloaded scheduled-thread-pool v0.2.7
4592024-12-13T20:45:29.145Z Downloaded clap_derive v4.5.18
4602024-12-13T20:45:29.148Z Downloaded socket2 v0.5.7
4612024-12-13T20:45:29.150Z Downloaded clap v4.5.21
4622024-12-13T20:45:29.156Z Downloaded untrusted v0.9.0
4632024-12-13T20:45:29.159Z Downloaded guppy v0.17.8
4642024-12-13T20:45:29.164Z Downloaded unicode-properties v0.1.3
4652024-12-13T20:45:29.166Z Downloaded serde_spanned v0.6.8
4662024-12-13T20:45:29.168Z Downloaded toml v0.8.19
4672024-12-13T20:45:29.171Z Downloaded structmeta v0.3.0
4682024-12-13T20:45:29.172Z Downloaded reedline v0.35.0
4692024-12-13T20:45:29.179Z Downloaded zeroize_derive v1.4.2
4702024-12-13T20:45:29.181Z Downloaded derive_builder_core v0.20.2
4712024-12-13T20:45:29.184Z Downloaded darling v0.20.10
4722024-12-13T20:45:29.186Z Downloaded tokio-macros v2.4.0
4732024-12-13T20:45:29.189Z Downloaded sync_wrapper v1.0.1
4742024-12-13T20:45:29.189Z Downloaded display-error-chain v0.2.2
4752024-12-13T20:45:29.192Z Downloaded colorchoice v1.0.2
4762024-12-13T20:45:29.192Z Downloaded cobs v0.2.3
4772024-12-13T20:45:29.194Z Downloaded version_check v0.9.5
4782024-12-13T20:45:29.194Z Downloaded strum_macros v0.24.3
4792024-12-13T20:45:29.197Z Downloaded quote v1.0.37
4802024-12-13T20:45:29.199Z Downloaded structmeta-derive v0.2.0
4812024-12-13T20:45:29.201Z Downloaded mime_guess v2.0.5
4822024-12-13T20:45:29.204Z Downloaded pin-project-lite v0.2.14
4832024-12-13T20:45:29.206Z Downloaded toolchain_find v0.4.0
4842024-12-13T20:45:29.208Z Downloaded derive-where v1.2.7
4852024-12-13T20:45:29.211Z Downloaded path-tree v0.8.1
4862024-12-13T20:45:29.213Z Downloaded dropshot_endpoint v0.12.0
4872024-12-13T20:45:29.215Z Downloaded either v1.13.0
4882024-12-13T20:45:29.218Z Downloaded deranged v0.3.11
4892024-12-13T20:45:29.220Z Downloaded num-iter v0.1.45
4902024-12-13T20:45:29.220Z Downloaded parking v2.2.1
4912024-12-13T20:45:29.220Z Downloaded multimap v0.10.0
4922024-12-13T20:45:29.223Z Downloaded psl-types v2.0.11
4932024-12-13T20:45:29.223Z Downloaded is_terminal_polyfill v1.70.1
4942024-12-13T20:45:29.225Z Downloaded num-traits v0.2.19
4952024-12-13T20:45:29.227Z Downloaded yansi v1.0.1
4962024-12-13T20:45:29.230Z Downloaded url v2.5.3
4972024-12-13T20:45:29.232Z Downloaded rand v0.8.5
4982024-12-13T20:45:29.236Z Downloaded zerofrom v0.1.4
4992024-12-13T20:45:29.239Z Downloaded hyper v1.5.0
5002024-12-13T20:45:29.244Z Downloaded icu_provider_macros v1.5.0
5012024-12-13T20:45:29.246Z Downloaded hashbrown v0.14.5
5022024-12-13T20:45:29.249Z Downloaded slog-async v2.8.0
5032024-12-13T20:45:29.252Z Downloaded dropshot_endpoint v0.13.0
5042024-12-13T20:45:29.254Z Downloaded aes v0.8.4
5052024-12-13T20:45:29.258Z Downloaded russh-cryptovec v0.7.3
5062024-12-13T20:45:29.261Z Downloaded simd-adler32 v0.3.7
5072024-12-13T20:45:29.262Z Downloaded smallvec v0.6.14
5082024-12-13T20:45:29.264Z Downloaded newline-converter v0.3.0
5092024-12-13T20:45:29.265Z Downloaded new_debug_unreachable v1.0.6
5102024-12-13T20:45:29.265Z Downloaded aws-lc-rs v1.10.0
5112024-12-13T20:45:29.274Z Downloaded shlex v1.3.0
5122024-12-13T20:45:29.277Z Downloaded ipnet v2.10.1
5132024-12-13T20:45:29.277Z Downloaded thread_local v1.1.8
5142024-12-13T20:45:29.281Z Downloaded terminal_size v0.4.0
5152024-12-13T20:45:29.281Z Downloaded native-tls v0.2.12
5162024-12-13T20:45:29.284Z Downloaded time-core v0.1.2
5172024-12-13T20:45:29.284Z Downloaded sync-ptr v0.1.1
5182024-12-13T20:45:29.284Z Downloaded threadpool v1.8.1
5192024-12-13T20:45:29.287Z Downloaded crossbeam-channel v0.5.13
5202024-12-13T20:45:29.290Z Downloaded usdt-macro v0.5.0
5212024-12-13T20:45:29.292Z Downloaded usdt-impl v0.5.0
5222024-12-13T20:45:29.293Z Downloaded pkcs5 v0.7.1
5232024-12-13T20:45:29.295Z Downloaded spin v0.9.8
5242024-12-13T20:45:29.298Z Downloaded diesel-dtrace v0.4.0
5252024-12-13T20:45:29.301Z Downloaded rusty-fork v0.3.0
5262024-12-13T20:45:29.301Z Downloaded unicode-ident v1.0.13
5272024-12-13T20:45:29.305Z Downloaded zip v0.6.6
5282024-12-13T20:45:29.308Z Downloaded ssh-key v0.6.6
5292024-12-13T20:45:29.314Z Downloaded write16 v1.0.0
5302024-12-13T20:45:29.319Z Downloaded openssl-probe v0.1.5
5312024-12-13T20:45:29.319Z Downloaded zerofrom-derive v0.1.4
5322024-12-13T20:45:29.321Z Downloaded maybe-uninit v2.0.0
5332024-12-13T20:45:29.321Z Downloaded h2 v0.4.6
5342024-12-13T20:45:29.325Z Downloaded enum-as-inner v0.6.1
5352024-12-13T20:45:29.328Z Downloaded matches v0.1.10
5362024-12-13T20:45:29.328Z Downloaded serde_json v1.0.132
5372024-12-13T20:45:29.335Z Downloaded mirai-annotations v1.12.0
5382024-12-13T20:45:29.337Z Downloaded serde_with v3.11.0
5392024-12-13T20:45:29.345Z Downloaded serde_tokenstream v0.2.2
5402024-12-13T20:45:29.347Z Downloaded proc-macro-error-attr v1.0.4
5412024-12-13T20:45:29.347Z Downloaded plain v0.2.3
5422024-12-13T20:45:29.350Z Downloaded paste v1.0.15
5432024-12-13T20:45:29.353Z Downloaded tokio-tungstenite v0.24.0
5442024-12-13T20:45:29.356Z Downloaded unicode-normalization v0.1.24
5452024-12-13T20:45:29.359Z Downloaded resolv-conf v0.7.0
5462024-12-13T20:45:29.359Z Downloaded proc-macro-crate v3.2.0
5472024-12-13T20:45:29.359Z Downloaded proc-macro-crate v1.3.1
5482024-12-13T20:45:29.361Z Downloaded slog-stdlog v4.1.1
5492024-12-13T20:45:29.363Z Downloaded toml v0.7.8
5502024-12-13T20:45:29.366Z Downloaded same-file v1.0.6
5512024-12-13T20:45:29.368Z Downloaded tinystr v0.7.6
5522024-12-13T20:45:29.370Z Downloaded indicatif v0.17.9
5532024-12-13T20:45:29.372Z Downloaded indexmap v2.6.0
5542024-12-13T20:45:29.377Z Downloaded russh-keys v0.45.0
5552024-12-13T20:45:29.380Z Downloaded hkdf v0.12.4
5562024-12-13T20:45:29.382Z Downloaded opaque-debug v0.3.1
5572024-12-13T20:45:29.384Z Downloaded lockfree-object-pool v0.1.6
5582024-12-13T20:45:29.386Z Downloaded unicode_categories v0.1.1
5592024-12-13T20:45:29.387Z Downloaded aho-corasick v1.1.3
5602024-12-13T20:45:29.392Z Downloaded equivalent v1.0.1
5612024-12-13T20:45:29.394Z Downloaded embedded-io v0.4.0
5622024-12-13T20:45:29.396Z Downloaded which v4.4.2
5632024-12-13T20:45:29.396Z Downloaded multer v3.1.0
5642024-12-13T20:45:29.399Z Downloaded constant_time_eq v0.3.1
5652024-12-13T20:45:29.401Z Downloaded dirs-sys-next v0.1.2
5662024-12-13T20:45:29.401Z Downloaded cookie_store v0.21.0
5672024-12-13T20:45:29.404Z Downloaded openssl-sys v0.9.103
5682024-12-13T20:45:29.408Z Downloaded wyz v0.5.1
5692024-12-13T20:45:29.410Z Downloaded qorb v0.2.1
5702024-12-13T20:45:29.413Z Downloaded scroll_derive v0.12.0
5712024-12-13T20:45:29.416Z Downloaded publicsuffix v2.2.3
5722024-12-13T20:45:29.418Z Downloaded spki v0.7.3
5732024-12-13T20:45:29.420Z Downloaded signal-hook-mio v0.2.4
5742024-12-13T20:45:29.422Z Downloaded tokio-tungstenite v0.23.1
5752024-12-13T20:45:29.424Z Downloaded snafu v0.8.5
5762024-12-13T20:45:29.429Z Downloaded num-conv v0.1.0
5772024-12-13T20:45:29.431Z Downloaded rtoolbox v0.0.2
5782024-12-13T20:45:29.431Z Downloaded typify v0.2.0
5792024-12-13T20:45:29.434Z Downloaded unarray v0.1.4
5802024-12-13T20:45:29.439Z Downloaded ctr v0.9.2
5812024-12-13T20:45:29.442Z Downloaded rayon-core v1.12.1
5822024-12-13T20:45:29.442Z Downloaded event-listener-strategy v0.5.2
5832024-12-13T20:45:29.443Z Downloaded strsim v0.11.1
5842024-12-13T20:45:29.445Z Downloaded nom v7.1.3
5852024-12-13T20:45:29.451Z Downloaded rust-argon2 v2.1.0
5862024-12-13T20:45:29.454Z Downloaded proc-macro-error v1.0.4
5872024-12-13T20:45:29.456Z Downloaded utf-8 v0.7.6
5882024-12-13T20:45:29.456Z Downloaded time-macros v0.2.18
5892024-12-13T20:45:29.459Z Downloaded icu_provider v1.5.0
5902024-12-13T20:45:29.462Z Downloaded elliptic-curve v0.13.8
5912024-12-13T20:45:29.466Z Downloaded oorandom v11.1.4
5922024-12-13T20:45:29.466Z Downloaded num v0.4.3
5932024-12-13T20:45:29.469Z Downloaded libsw v3.3.1
5942024-12-13T20:45:29.469Z Downloaded futures-util v0.3.31
5952024-12-13T20:45:29.480Z Downloaded topological-sort v0.2.2
5962024-12-13T20:45:29.483Z Downloaded schemars_derive v0.8.21
5972024-12-13T20:45:29.483Z Downloaded rfc6979 v0.4.0
5982024-12-13T20:45:29.485Z Downloaded escape8259 v0.5.3
5992024-12-13T20:45:29.485Z Downloaded zerovec-derive v0.10.3
6002024-12-13T20:45:29.488Z Downloaded lock_api v0.4.12
6012024-12-13T20:45:29.488Z Downloaded litemap v0.7.3
6022024-12-13T20:45:29.490Z Downloaded convert_case v0.4.0
6032024-12-13T20:45:29.492Z Downloaded utf8parse v0.2.2
6042024-12-13T20:45:29.492Z Downloaded slog v2.7.0
6052024-12-13T20:45:29.495Z Downloaded synstructure v0.13.1
6062024-12-13T20:45:29.498Z Downloaded idna v1.0.3
6072024-12-13T20:45:29.501Z Downloaded fallible-iterator v0.2.0
6082024-12-13T20:45:29.503Z Downloaded curve25519-dalek-derive v0.1.1
6092024-12-13T20:45:29.503Z Downloaded whoami v1.5.2
6102024-12-13T20:45:29.510Z Downloaded mockall_derive v0.13.0
6112024-12-13T20:45:29.510Z Downloaded crossbeam-utils v0.8.20
6122024-12-13T20:45:29.512Z Downloaded num-derive v0.4.2
6132024-12-13T20:45:29.512Z Downloaded env_logger v0.11.5
6142024-12-13T20:45:29.515Z Downloaded const_format_proc_macros v0.2.33
6152024-12-13T20:45:29.517Z Downloaded structmeta v0.2.0
6162024-12-13T20:45:29.519Z Downloaded zerocopy v0.7.35
6172024-12-13T20:45:29.532Z Downloaded static_assertions v1.1.0
6182024-12-13T20:45:29.535Z Downloaded siphasher v0.3.11
6192024-12-13T20:45:29.537Z Downloaded primeorder v0.13.6
6202024-12-13T20:45:29.537Z Downloaded goblin v0.8.2
6212024-12-13T20:45:29.542Z Downloaded data-encoding v2.6.0
6222024-12-13T20:45:29.545Z Downloaded diesel_derives v2.2.3
6232024-12-13T20:45:29.547Z Downloaded num-integer v0.1.46
6242024-12-13T20:45:29.553Z Downloaded mockall v0.13.0
6252024-12-13T20:45:29.557Z Downloaded cmake v0.1.51
6262024-12-13T20:45:29.557Z Downloaded strum_macros v0.25.3
6272024-12-13T20:45:29.557Z Downloaded cpufeatures v0.2.14
6282024-12-13T20:45:29.557Z Downloaded log v0.4.22
6292024-12-13T20:45:29.559Z Downloaded crc v3.2.1
6302024-12-13T20:45:29.561Z Downloaded csv-core v0.1.11
6312024-12-13T20:45:29.566Z Downloaded proc-macro2 v1.0.89
6322024-12-13T20:45:29.566Z Downloaded concurrent-queue v2.5.0
6332024-12-13T20:45:29.569Z Downloaded parking_lot_core v0.8.6
6342024-12-13T20:45:29.569Z Downloaded utf8_iter v1.0.4
6352024-12-13T20:45:29.571Z Downloaded shell-words v1.1.0
6362024-12-13T20:45:29.572Z Downloaded packed_struct_codegen v0.10.1
6372024-12-13T20:45:29.572Z Downloaded stringprep v0.1.5
6382024-12-13T20:45:29.574Z Downloaded progenitor v0.8.0
6392024-12-13T20:45:29.574Z Downloaded libtest-mimic v0.7.3
6402024-12-13T20:45:29.578Z Downloaded path-slash v0.1.5
6412024-12-13T20:45:29.578Z Downloaded async-std v1.13.0
6422024-12-13T20:45:29.595Z Downloaded peg-runtime v0.8.3
6432024-12-13T20:45:29.599Z Downloaded serde_yaml v0.9.34+deprecated
6442024-12-13T20:45:29.601Z Downloaded portable-atomic v1.9.0
6452024-12-13T20:45:29.605Z Downloaded env_logger v0.10.2
6462024-12-13T20:45:29.609Z Downloaded sec1 v0.7.3
6472024-12-13T20:45:29.612Z Downloaded pest_generator v2.7.14
6482024-12-13T20:45:29.614Z Downloaded strip-ansi-escapes v0.2.0
6492024-12-13T20:45:29.614Z Downloaded toml_edit v0.19.15
6502024-12-13T20:45:29.627Z Downloaded pkg-config v0.3.31
6512024-12-13T20:45:29.630Z Downloaded libefi-sys v0.1.0
6522024-12-13T20:45:29.632Z Downloaded kv-log-macro v1.0.7
6532024-12-13T20:45:29.632Z Downloaded kstat-rs v0.2.4
6542024-12-13T20:45:29.634Z Downloaded wait-timeout v0.2.0
6552024-12-13T20:45:29.634Z Downloaded yasna v0.5.2
6562024-12-13T20:45:29.637Z Downloaded sqlformat v0.2.6
6572024-12-13T20:45:29.640Z Downloaded rustls-pemfile v2.2.0
6582024-12-13T20:45:29.640Z Downloaded ryu v1.0.18
6592024-12-13T20:45:29.643Z Downloaded tinyvec_macros v0.1.1
6602024-12-13T20:45:29.645Z Downloaded pkcs8 v0.10.2
6612024-12-13T20:45:29.649Z Downloaded parking_lot v0.12.3
6622024-12-13T20:45:29.652Z Downloaded toml_edit v0.22.22
6632024-12-13T20:45:29.670Z Downloaded digest v0.10.7
6642024-12-13T20:45:29.673Z Downloaded difflib v0.4.0
6652024-12-13T20:45:29.673Z Downloaded crypto-common v0.1.6
6662024-12-13T20:45:29.673Z Downloaded peg v0.8.4
6672024-12-13T20:45:29.675Z Downloaded rustc_version v0.4.1
6682024-12-13T20:45:29.677Z Downloaded strum_macros v0.26.4
6692024-12-13T20:45:29.679Z Downloaded clap_lex v0.7.2
6702024-12-13T20:45:29.682Z Downloaded utf16_iter v1.0.5
6712024-12-13T20:45:29.682Z Downloaded relative-path v1.9.3
6722024-12-13T20:45:29.682Z Downloaded num-bigint-dig v0.8.4
6732024-12-13T20:45:29.686Z Downloaded tokio-util v0.7.12
6742024-12-13T20:45:29.692Z Downloaded tempfile v3.13.0
6752024-12-13T20:45:29.695Z Downloaded zeroize v1.8.1
6762024-12-13T20:45:29.697Z Downloaded twox-hash v1.6.3
6772024-12-13T20:45:29.699Z Downloaded tungstenite v0.24.0
6782024-12-13T20:45:29.701Z Downloaded mio v1.0.2
6792024-12-13T20:45:29.706Z Downloaded semver v0.1.20
6802024-12-13T20:45:29.709Z Downloaded p256 v0.13.2
6812024-12-13T20:45:29.711Z Downloaded signal-hook-tokio v0.3.1
6822024-12-13T20:45:29.713Z Downloaded keccak v0.1.5
6832024-12-13T20:45:29.713Z Downloaded jobserver v0.1.32
6842024-12-13T20:45:29.715Z Downloaded embedded-io v0.6.1
6852024-12-13T20:45:29.717Z Downloaded der_derive v0.7.3
6862024-12-13T20:45:29.720Z Downloaded tls_codec v0.4.1
6872024-12-13T20:45:29.720Z Downloaded libloading v0.8.5
6882024-12-13T20:45:29.722Z Downloaded termcolor v1.4.1
6892024-12-13T20:45:29.725Z Downloaded ena v0.14.3
6902024-12-13T20:45:29.725Z Downloaded dirs-next v2.0.0
6912024-12-13T20:45:29.728Z Downloaded unicode-bidi v0.3.17
6922024-12-13T20:45:29.730Z Downloaded samael v0.0.17
6932024-12-13T20:45:29.734Z Downloaded similar-asserts v1.6.0
6942024-12-13T20:45:29.737Z Downloaded omicron-zone-package v0.11.1
6952024-12-13T20:45:29.739Z Downloaded icu_properties v1.5.1
6962024-12-13T20:45:29.741Z Downloaded signal-hook-registry v1.4.2
6972024-12-13T20:45:29.741Z Downloaded tungstenite v0.21.0
6982024-12-13T20:45:29.744Z Downloaded event-listener v5.3.1
6992024-12-13T20:45:29.748Z Downloaded unicode-segmentation v1.12.0
7002024-12-13T20:45:29.752Z Downloaded yoke v0.7.4
7012024-12-13T20:45:29.755Z Downloaded git2 v0.19.0
7022024-12-13T20:45:29.759Z Downloaded poly1305 v0.8.0
7032024-12-13T20:45:29.762Z Downloaded peg-macros v0.8.4
7042024-12-13T20:45:29.764Z Downloaded itertools v0.10.5
7052024-12-13T20:45:29.768Z Downloaded clap_builder v4.5.21
7062024-12-13T20:45:29.775Z Downloaded tinyvec v1.8.0
7072024-12-13T20:45:29.777Z Downloaded pest_meta v2.7.14
7082024-12-13T20:45:29.779Z Downloaded compact_str v0.8.0
7092024-12-13T20:45:29.782Z Downloaded parking_lot_core v0.9.10
7102024-12-13T20:45:29.785Z Downloaded tungstenite v0.23.0
7112024-12-13T20:45:29.787Z Downloaded once_cell v1.20.2
7122024-12-13T20:45:29.790Z Downloaded nu-ansi-term v0.50.1
7132024-12-13T20:45:29.792Z Downloaded tokio-postgres v0.7.12
7142024-12-13T20:45:29.796Z Downloaded minimal-lexical v0.2.1
7152024-12-13T20:45:29.801Z Downloaded zerocopy v0.8.10
7162024-12-13T20:45:29.823Z Downloaded tokio-tungstenite v0.21.0
7172024-12-13T20:45:29.825Z Downloaded rustls-webpki v0.102.8
7182024-12-13T20:45:29.842Z Downloaded der v0.7.9
7192024-12-13T20:45:29.846Z Downloaded salty v0.3.0
7202024-12-13T20:45:29.853Z Downloaded gimli v0.31.1
7212024-12-13T20:45:29.861Z Downloaded fallible-iterator v0.3.0
7222024-12-13T20:45:29.870Z Downloaded plotters v0.3.7
7232024-12-13T20:45:29.875Z Downloaded signal-hook v0.3.17
7242024-12-13T20:45:29.875Z Downloaded ucd-trie v0.1.7
7252024-12-13T20:45:29.875Z Downloaded itertools v0.12.1
7262024-12-13T20:45:29.880Z Downloaded libxml v0.3.3
7272024-12-13T20:45:29.886Z Downloaded typenum v1.17.0
7282024-12-13T20:45:29.888Z Downloaded pest v2.7.14
7292024-12-13T20:45:29.893Z Downloaded quinn-proto v0.11.8
7302024-12-13T20:45:29.900Z Downloaded petname v2.0.2
7312024-12-13T20:45:29.905Z Downloaded prettyplease v0.2.25
7322024-12-13T20:45:29.907Z Downloaded crypto-bigint v0.5.5
7332024-12-13T20:45:29.913Z Downloaded miniz_oxide v0.8.0
7342024-12-13T20:45:29.916Z Downloaded polling v3.7.3
7352024-12-13T20:45:29.919Z Downloaded tinytemplate v1.2.1
7362024-12-13T20:45:29.921Z Downloaded darling_core v0.20.10
7372024-12-13T20:45:29.925Z Downloaded rustyline v14.0.0
7382024-12-13T20:45:29.930Z Downloaded tough v0.19.0
7392024-12-13T20:45:29.937Z Downloaded similar v2.6.0
7402024-12-13T20:45:29.942Z Downloaded webpki-roots v0.26.6
7412024-12-13T20:45:29.945Z Downloaded cookie v0.18.1
7422024-12-13T20:45:29.948Z Downloaded winnow v0.6.20
7432024-12-13T20:45:29.955Z Downloaded winnow v0.5.40
7442024-12-13T20:45:29.963Z Downloaded typed-path v0.9.3
7452024-12-13T20:45:29.969Z Downloaded pretty_assertions v1.4.1
7462024-12-13T20:45:29.973Z Downloaded openssl v0.10.66
7472024-12-13T20:45:29.979Z Downloaded x509-cert v0.2.5
7482024-12-13T20:45:29.984Z Downloaded rusqlite v0.32.1
7492024-12-13T20:45:29.990Z Downloaded num-bigint v0.4.6
7502024-12-13T20:45:29.995Z Downloaded criterion v0.5.1
7512024-12-13T20:45:30.002Z Downloaded libm v0.2.8
7522024-12-13T20:45:30.008Z Downloaded reqwest v0.12.9
7532024-12-13T20:45:30.016Z Downloaded lalrpop v0.19.12
7542024-12-13T20:45:30.026Z Downloaded russh v0.45.0
7552024-12-13T20:45:30.031Z Downloaded time v0.3.36
7562024-12-13T20:45:30.048Z Downloaded syn v1.0.109
7572024-12-13T20:45:30.051Z Downloaded dropshot v0.12.0
7582024-12-13T20:45:30.066Z Downloaded zerovec v0.10.4
7592024-12-13T20:45:30.072Z Downloaded idna v0.5.0
7602024-12-13T20:45:30.077Z Downloaded rustls-webpki v0.101.7
7612024-12-13T20:45:30.092Z Downloaded itertools v0.13.0
7622024-12-13T20:45:30.097Z Downloaded unicode-width v0.2.0
7632024-12-13T20:45:30.103Z Downloaded sqlparser v0.45.0
7642024-12-13T20:45:30.108Z Downloaded unicode-width v0.1.14
7652024-12-13T20:45:30.113Z Downloaded regress v0.9.1
7662024-12-13T20:45:30.121Z Downloaded tabled v0.15.0
7672024-12-13T20:45:30.135Z Downloaded syn v2.0.87
7682024-12-13T20:45:30.149Z Downloaded idna v0.4.0
7692024-12-13T20:45:30.160Z Downloaded vcpkg v0.2.15
7702024-12-13T20:45:30.195Z Downloaded proptest v1.5.0
7712024-12-13T20:45:30.207Z Downloaded object v0.30.4
7722024-12-13T20:45:30.223Z Downloaded idna v0.2.3
7732024-12-13T20:45:30.223Z Downloaded dropshot v0.13.0
7742024-12-13T20:45:30.236Z Downloaded polar-core v0.27.3
7752024-12-13T20:45:30.246Z Downloaded smoltcp v0.11.0
7762024-12-13T20:45:30.253Z Downloaded rustls v0.21.12
7772024-12-13T20:45:30.259Z Downloaded rustix v0.38.37
7782024-12-13T20:45:30.282Z Downloaded nix v0.27.1
7792024-12-13T20:45:30.306Z Downloaded curve25519-dalek v4.1.3
7802024-12-13T20:45:30.316Z Downloaded nix v0.29.0
7812024-12-13T20:45:30.317Z Downloaded nix v0.28.0
7822024-12-13T20:45:30.326Z Downloaded diesel v2.2.6
7832024-12-13T20:45:30.339Z Downloaded idna v0.3.0
7842024-12-13T20:45:30.344Z Downloaded smoltcp v0.9.1
7852024-12-13T20:45:30.355Z Downloaded object v0.36.5
7862024-12-13T20:45:30.371Z Downloaded openapiv3 v2.0.0
7872024-12-13T20:45:30.375Z Downloaded regex v1.11.1
7882024-12-13T20:45:30.394Z Downloaded regex-syntax v0.6.29
7892024-12-13T20:45:30.409Z Downloaded rustls v0.23.19
7902024-12-13T20:45:30.418Z Downloaded rustls v0.22.4
7912024-12-13T20:45:30.422Z Downloaded regex-syntax v0.8.5
7922024-12-13T20:45:30.428Z Downloaded hickory-proto v0.24.1
7932024-12-13T20:45:30.442Z Downloaded chrono-tz v0.10.0
7942024-12-13T20:45:30.449Z Downloaded regress v0.10.1
7952024-12-13T20:45:30.458Z Downloaded bstr v1.10.0
7962024-12-13T20:45:30.466Z Downloaded lzma-sys v0.1.20
7972024-12-13T20:45:30.492Z Downloaded regex-automata v0.4.8
7982024-12-13T20:45:30.509Z Downloaded ratatui v0.28.1
7992024-12-13T20:45:30.527Z Downloaded bzip2-sys v0.1.11+1.0.8
8002024-12-13T20:45:30.539Z Downloaded trust-dns-proto v0.22.0
8012024-12-13T20:45:30.550Z Downloaded radix_trie v0.2.1
8022024-12-13T20:45:30.556Z Downloaded typify-impl v0.2.0
8032024-12-13T20:45:30.570Z Downloaded zerocopy-derive v0.6.6
8042024-12-13T20:45:30.579Z Downloaded sled v0.34.7
8052024-12-13T20:45:30.589Z Downloaded sha3 v0.10.8
8062024-12-13T20:45:30.593Z Downloaded icu_properties_data v1.5.0
8072024-12-13T20:45:30.603Z Downloaded p384 v0.13.0
8082024-12-13T20:45:30.609Z Downloaded rayon v1.10.0
8092024-12-13T20:45:30.617Z Downloaded petgraph v0.6.5
8102024-12-13T20:45:30.634Z Downloaded rustls-pki-types v1.10.0
8112024-12-13T20:45:30.637Z Downloaded serde v1.0.215
8122024-12-13T20:45:30.640Z Downloaded ed25519-dalek v2.1.1
8132024-12-13T20:45:30.643Z Downloaded zip v2.1.3
8142024-12-13T20:45:30.647Z Downloaded libc v0.2.162
8152024-12-13T20:45:30.682Z Downloaded quick-xml v0.33.0
8162024-12-13T20:45:30.686Z Downloaded uuid v1.11.0
8172024-12-13T20:45:30.686Z Downloaded chrono v0.4.38
8182024-12-13T20:45:30.691Z Downloaded vergen v8.3.2
8192024-12-13T20:45:30.695Z Downloaded pest_derive v2.7.14
8202024-12-13T20:45:30.695Z Downloaded bitvec v1.0.1
8212024-12-13T20:45:30.707Z Downloaded displaydoc v0.2.5
8222024-12-13T20:45:30.711Z Downloaded crc-any v2.5.0
8232024-12-13T20:45:30.714Z Downloaded steno v0.4.1
8242024-12-13T20:45:30.717Z Downloaded blake3 v1.5.4
8252024-12-13T20:45:30.722Z Downloaded crossterm v0.28.1
8262024-12-13T20:45:30.728Z Downloaded env_filter v0.1.2
8272024-12-13T20:45:30.731Z Downloaded rstest_macros v0.23.0
8282024-12-13T20:45:30.735Z Downloaded colored v2.1.0
8292024-12-13T20:45:30.736Z Downloaded httpmock v0.8.0-alpha.1
8302024-12-13T20:45:30.754Z Downloaded libz-sys v1.1.20
8312024-12-13T20:45:30.772Z Downloaded semver v1.0.23
8322024-12-13T20:45:30.774Z Downloaded pkcs1 v0.7.5
8332024-12-13T20:45:30.777Z Downloaded csv v1.3.0
8342024-12-13T20:45:30.801Z Downloaded tokio v1.40.0
8352024-12-13T20:45:30.836Z Downloaded pem v3.0.4
8362024-12-13T20:45:30.841Z Downloaded derive_builder v0.20.2
8372024-12-13T20:45:30.844Z Downloaded sha2 v0.10.8
8382024-12-13T20:45:30.847Z Downloaded hashbrown v0.15.1
8392024-12-13T20:45:30.851Z Downloaded ron v0.7.1
8402024-12-13T20:45:30.855Z Downloaded unicode-xid v0.2.6
8412024-12-13T20:45:30.855Z Downloaded bindgen v0.69.5
8422024-12-13T20:45:30.861Z Downloaded doc-comment v0.3.3
8432024-12-13T20:45:30.864Z Downloaded derive_builder_macro v0.20.2
8442024-12-13T20:45:30.864Z Downloaded ron v0.8.1
8452024-12-13T20:45:30.867Z Downloaded rand_distr v0.4.3
8462024-12-13T20:45:30.871Z Downloaded hashbrown v0.13.2
8472024-12-13T20:45:30.874Z Downloaded parse-zoneinfo v0.3.1
8482024-12-13T20:45:30.878Z Downloaded pbkdf2 v0.11.0
8492024-12-13T20:45:30.881Z Downloaded thiserror-impl v1.0.69
8502024-12-13T20:45:30.881Z Downloaded textwrap v0.16.1
8512024-12-13T20:45:30.884Z Downloaded subprocess v0.2.9
8522024-12-13T20:45:30.888Z Downloaded debug-ignore v1.0.5
8532024-12-13T20:45:30.888Z Downloaded vsss-rs v3.3.4
8542024-12-13T20:45:30.892Z Downloaded predicates-core v1.0.8
8552024-12-13T20:45:30.892Z Downloaded nibble_vec v0.1.0
8562024-12-13T20:45:30.893Z Downloaded newtype-uuid v1.1.3
8572024-12-13T20:45:30.899Z Downloaded ecdsa v0.16.9
8582024-12-13T20:45:30.899Z Downloaded progenitor-impl v0.8.0
8592024-12-13T20:45:30.899Z Downloaded partial-io v0.5.4
8602024-12-13T20:45:30.903Z Downloaded dhcproto v0.12.0
8612024-12-13T20:45:30.903Z Downloaded tracing v0.1.40
8622024-12-13T20:45:30.906Z Downloaded heapless v0.8.0
8632024-12-13T20:45:30.908Z Downloaded hashbrown v0.12.3
8642024-12-13T20:45:30.912Z Downloaded expectorate v1.1.0
8652024-12-13T20:45:30.915Z Downloaded password-hash v0.5.0
8662024-12-13T20:45:30.917Z Downloaded zopfli v0.8.1
8672024-12-13T20:45:30.919Z Downloaded tracing-core v0.1.32
8682024-12-13T20:45:30.922Z Downloaded smf v0.2.3
8692024-12-13T20:45:30.922Z Downloaded serde_repr v0.1.19
8702024-12-13T20:45:30.924Z Downloaded secrecy v0.8.0
8712024-12-13T20:45:30.924Z Downloaded rustversion v1.0.17
8722024-12-13T20:45:30.926Z Downloaded backtrace v0.3.74
8732024-12-13T20:45:30.930Z Downloaded hyper-util v0.1.10
8742024-12-13T20:45:30.935Z Downloaded rustc-hash v2.0.0
8752024-12-13T20:45:30.939Z Downloaded libgit2-sys v0.17.0+1.8.1
8762024-12-13T20:45:30.991Z Downloaded encoding_rs v0.8.34
8772024-12-13T20:45:31.011Z Downloaded rand_seeder v0.3.0
8782024-12-13T20:45:31.014Z Downloaded progenitor-macro v0.8.0
8792024-12-13T20:45:31.014Z Downloaded uzers v0.12.1
8802024-12-13T20:45:31.016Z Downloaded tokio-stream v0.1.16
8812024-12-13T20:45:31.019Z Downloaded tokio-rustls v0.26.0
8822024-12-13T20:45:31.021Z Downloaded tokio-rustls v0.25.0
8832024-12-13T20:45:31.024Z Downloaded tokio-rustls v0.24.1
8842024-12-13T20:45:31.026Z Downloaded base64 v0.22.1
8852024-12-13T20:45:31.029Z Downloaded ipnetwork v0.20.0
8862024-12-13T20:45:31.033Z Downloaded idna_adapter v1.2.0
8872024-12-13T20:45:31.033Z Downloaded fallible-streaming-iterator v0.1.9
8882024-12-13T20:45:31.033Z Downloaded enum-as-inner v0.5.1
8892024-12-13T20:45:31.037Z Downloaded dunce v1.0.5
8902024-12-13T20:45:31.037Z Downloaded serde_with_macros v3.11.0
8912024-12-13T20:45:31.037Z Downloaded serde_derive_internals v0.29.1
8922024-12-13T20:45:31.039Z Downloaded icu_locid_transform_data v1.5.0
8932024-12-13T20:45:31.039Z Downloaded cc v1.1.30
8942024-12-13T20:45:31.042Z Downloaded tap v1.0.1
8952024-12-13T20:45:31.044Z Downloaded supports-color v3.0.1
8962024-12-13T20:45:31.044Z Downloaded subtle v2.6.1
8972024-12-13T20:45:31.048Z Downloaded ssh-cipher v0.2.0
8982024-12-13T20:45:31.048Z Downloaded pin-project-internal v1.1.6
8992024-12-13T20:45:31.048Z Downloaded icu_locid v1.5.0
9002024-12-13T20:45:31.052Z Downloaded hmac v0.12.1
9012024-12-13T20:45:31.054Z Downloaded ref-cast-impl v1.0.23
9022024-12-13T20:45:31.055Z Downloaded async-io v2.3.4
9032024-12-13T20:45:31.057Z Downloaded scopeguard v1.2.0
9042024-12-13T20:45:31.058Z Downloaded quick-error v1.2.3
9052024-12-13T20:45:31.061Z Downloaded anyhow v1.0.93
9062024-12-13T20:45:31.064Z Downloaded hyper-rustls v0.27.3
9072024-12-13T20:45:31.067Z Downloaded highway v1.2.0
9082024-12-13T20:45:31.067Z Downloaded blake2 v0.10.6
9092024-12-13T20:45:31.069Z Downloaded backoff v0.4.0
9102024-12-13T20:45:31.071Z Downloaded icu_locid_transform v1.5.0
9112024-12-13T20:45:31.074Z Downloaded hashlink v0.9.1
9122024-12-13T20:45:31.074Z Downloaded globset v0.4.15
9132024-12-13T20:45:31.076Z Downloaded arrayvec v0.7.6
9142024-12-13T20:45:31.078Z Downloaded anstyle-parse v0.2.5
9152024-12-13T20:45:31.078Z Downloaded bzip2 v0.4.4
9162024-12-13T20:45:31.081Z Downloaded async-executor v1.13.1
9172024-12-13T20:45:31.083Z Downloaded camino-tempfile v1.1.1
9182024-12-13T20:45:31.083Z Downloaded hash32 v0.2.1
9192024-12-13T20:45:31.085Z Downloaded assert_matches v1.5.0
9202024-12-13T20:45:31.085Z Downloaded argon2 v0.5.3
9212024-12-13T20:45:31.088Z Downloaded assert-json-diff v2.0.2
9222024-12-13T20:45:31.088Z Downloaded hostname v0.4.0
9232024-12-13T20:45:31.090Z Downloaded hex v0.4.3
9242024-12-13T20:45:31.090Z Downloaded byteorder v1.5.0
9252024-12-13T20:45:31.093Z Downloaded assert_cmd v2.0.16
9262024-12-13T20:45:31.095Z Downloaded futures-task v0.3.31
9272024-12-13T20:45:31.095Z Downloaded atomic-waker v1.1.2
9282024-12-13T20:45:31.097Z Downloaded httpdate v1.0.3
9292024-12-13T20:45:31.097Z Downloaded block-padding v0.3.3
9302024-12-13T20:45:31.100Z Downloaded bitfield-struct v0.6.2
9312024-12-13T20:45:31.100Z Downloaded async-stream v0.3.6
9322024-12-13T20:45:31.102Z Downloaded approx v0.5.1
9332024-12-13T20:45:31.102Z Downloaded futures-sink v0.3.31
9342024-12-13T20:45:31.102Z Downloaded funty v2.0.0
9352024-12-13T20:45:31.105Z Downloaded fnv v1.0.7
9362024-12-13T20:45:31.105Z Downloaded gethostname v0.5.0
9372024-12-13T20:45:31.105Z Downloaded futures-macro v0.3.31
9382024-12-13T20:45:31.108Z Downloaded futures-io v0.3.31
9392024-12-13T20:45:31.108Z Downloaded fragile v2.0.0
9402024-12-13T20:45:31.110Z Downloaded float-ord v0.3.2
9412024-12-13T20:45:31.110Z Downloaded bitflags v1.3.2
9422024-12-13T20:45:31.113Z Downloaded fd-lock v4.0.2
9432024-12-13T20:45:31.115Z Downloaded form_urlencoded v1.2.1
9442024-12-13T20:45:31.115Z Downloaded foreign-types-macros v0.2.3
9452024-12-13T20:45:31.115Z Downloaded foreign-types v0.5.0
9462024-12-13T20:45:31.117Z Downloaded foldhash v0.1.3
9472024-12-13T20:45:31.117Z Downloaded blowfish v0.9.1
9482024-12-13T20:45:31.119Z Downloaded bit-set v0.5.3
9492024-12-13T20:45:31.119Z Downloaded arrayref v0.3.9
9502024-12-13T20:45:31.122Z Downloaded array-init v0.0.4
9512024-12-13T20:45:31.122Z Downloaded bcrypt-pbkdf v0.10.0
9522024-12-13T20:45:31.122Z Downloaded anstyle v1.0.10
9532024-12-13T20:45:31.124Z Downloaded fs-err v2.11.0
9542024-12-13T20:45:31.291Z Downloaded libsqlite3-sys v0.30.1
9552024-12-13T20:45:31.680Z Downloaded ring v0.17.8
9562024-12-13T20:45:31.853Z Downloaded ring v0.16.20
9572024-12-13T20:45:32.108Z Downloaded aws-lc-sys v0.22.0
9582024-12-13T20:45:32.580Z+ ptime -m ./tools/install_builder_prerequisites.sh -yp
9592024-12-13T20:45:45.380Z Startup: Refreshing catalog 'helios-dev' ... Done
9602024-12-13T20:45:49.088Z Startup: Caching catalogs ... Done
9612024-12-13T20:45:59.280ZPlanning: Solver setup ... Done (9.341s)
9622024-12-13T20:45:59.409ZPlanning: Running solver ... Done (0.128s)
9632024-12-13T20:45:59.504ZPlanning: Finding local manifests ... Done (0.003s)
9642024-12-13T20:45:59.542ZPlanning: Fetching manifests: 0/5 0% complete
9652024-12-13T20:46:00.166ZPlanning: Fetching manifests: 5/5 100% complete
9662024-12-13T20:46:00.269ZPlanning: Package planning ... Done (0.097s)
9672024-12-13T20:46:00.313ZPlanning: Merging actions ... Done (0.056s)
9682024-12-13T20:46:00.508ZPlanning: Checking for conflicting actions ... Done (0.187s)
9692024-12-13T20:46:02.205ZPlanning: Consolidating action changes ... Done (1.703s)
9702024-12-13T20:46:02.597ZPlanning: Evaluating mediators ... Done (0.401s)
9712024-12-13T20:46:02.674ZPlanning: Planning completed in 13.50 seconds
9722024-12-13T20:46:02.689Z Packages to install: 4
9732024-12-13T20:46:02.689Z Packages to update: 1
9742024-12-13T20:46:02.692Z Mediators to change: 2
9752024-12-13T20:46:02.692Z Services to change: 1
9762024-12-13T20:46:02.692Z Estimated space available: 155.38 GB
9772024-12-13T20:46:02.692ZEstimated space to be consumed: 1.61 GB
9782024-12-13T20:46:02.692Z Create boot environment: No
9792024-12-13T20:46:02.692ZCreate backup boot environment: Yes
9802024-12-13T20:46:02.692Z Rebuild boot archive: No
9812024-12-13T20:46:02.692Z
9822024-12-13T20:46:02.692ZChanged mediators:
9832024-12-13T20:46:02.692Z mediator clang:
9842024-12-13T20:46:02.692Z version: None -> 15 (system default)
9852024-12-13T20:46:02.692Z
9862024-12-13T20:46:02.692Z mediator llvm:
9872024-12-13T20:46:02.692Z version: 14 (system default) -> 15 (system default)
9882024-12-13T20:46:02.692Z
9892024-12-13T20:46:02.692ZChanged packages:
9902024-12-13T20:46:02.692Zhelios-dev
9912024-12-13T20:46:02.692Z developer/build-essential
9922024-12-13T20:46:02.692Z None -> 11-2.0
9932024-12-13T20:46:02.693Z library/libxmlsec1
9942024-12-13T20:46:02.693Z None -> 1.2.35-2.0
9952024-12-13T20:46:02.693Z ooce/developer/clang-15
9962024-12-13T20:46:02.693Z None -> 15.0.7-2.0
9972024-12-13T20:46:02.693Z ooce/developer/llvm-15
9982024-12-13T20:46:02.693Z None -> 15.0.7-2.0
9992024-12-13T20:46:02.693Z package/pkg
10002024-12-13T20:46:02.693Z 0.5.11-2.0 -> 0.5.11-2.1.6412
10012024-12-13T20:46:02.693Z
10022024-12-13T20:46:02.693ZServices:
10032024-12-13T20:46:02.693Z restart_fmri:
10042024-12-13T20:46:02.693Z svc:/system/update-man-index:default
10052024-12-13T20:46:02.693Z
10062024-12-13T20:46:02.693ZEditable files to change:
10072024-12-13T20:46:02.693Z Update:
10082024-12-13T20:46:02.693Z usr/share/lib/pkg/web/config.shtml
10092024-12-13T20:46:02.766Z
10102024-12-13T20:46:02.766ZDownload: 0/4281 items 0.0/220.6MB 0% complete
10112024-12-13T20:46:08.918ZDownload: 209/4281 items 1.3/220.6MB 0% complete (638k/s)
10122024-12-13T20:46:15.265ZDownload: 211/4281 items 1.3/220.6MB 0% complete (601k/s)
10132024-12-13T20:46:20.262ZDownload: 590/4281 items 3.5/220.6MB 1% complete (459k/s)
10142024-12-13T20:46:27.544ZDownload: 935/4281 items 18.9/220.6MB 8% complete (1.8M/s)
10152024-12-13T20:46:31.320ZDownload: 1196/4281 items 83.5/220.6MB 37% complete (8.0M/s)
10162024-12-13T20:46:45.110ZDownload: 1198/4281 items 83.5/220.6MB 37% complete
10172024-12-13T20:46:48.498ZDownload: 1802/4281 items 118.4/220.6MB 53% complete (7.2M/s)
10182024-12-13T20:46:53.559ZDownload: 2215/4281 items 119.2/220.6MB 54% complete (3.8M/s)
10192024-12-13T20:46:58.852ZDownload: 2223/4281 items 119.2/220.6MB 54% complete (3.1M/s)
10202024-12-13T20:47:12.034ZDownload: 2224/4281 items 119.2/220.6MB 54% complete
10212024-12-13T20:47:17.032ZDownload: 2603/4281 items 120.5/220.6MB 54% complete (296k/s)
10222024-12-13T20:47:22.045ZDownload: 2897/4281 items 121.2/220.6MB 54% complete (202k/s)
10232024-12-13T20:47:27.275ZDownload: 3233/4281 items 202.2/220.6MB 91% complete (8.1M/s)
10242024-12-13T20:47:32.427ZDownload: 3245/4281 items 203.1/220.6MB 92% complete (8.2M/s)
10252024-12-13T20:47:37.425ZDownload: 3696/4281 items 216.6/220.6MB 98% complete (1.4M/s)
10262024-12-13T20:47:42.704ZDownload: 4206/4281 items 220.5/220.6MB 99% complete (1.8M/s)
10272024-12-13T20:47:45.395ZDownload: Completed 220.60 MB in 102.48 seconds (2.1M/s)
10282024-12-13T20:47:47.536Z Actions: 1/5063 actions (Removing old actions)
10292024-12-13T20:47:47.742Z Actions: 194/5063 actions (Installing new actions)
10302024-12-13T20:47:52.213Z Actions: 4226/5063 actions (Updating modified actions)
10312024-12-13T20:47:52.374Z Actions: Completed 5063 actions in 4.95 seconds.
10322024-12-13T20:47:52.686Z Done (0.213s)
10332024-12-13T20:47:52.830Z Done (0.000s)
10342024-12-13T20:47:53.250Z Done (0.559s)
10352024-12-13T20:47:57.551Z Done (4.058s)
10362024-12-13T20:47:57.762Z Done (0.017s)
10372024-12-13T20:47:57.762Z Done (0.000s)
10382024-12-13T20:47:57.762Z Done (0.000s)
10392024-12-13T20:47:58.632ZPlanning: Evaluating mediator changes ... Done
10402024-12-13T20:47:58.818ZPlanning: Checking for conflicting actions ... Done
10412024-12-13T20:47:58.818ZPlanning: Consolidating action changes ... Done
10422024-12-13T20:47:59.030ZPlanning: Evaluating mediators ... Done
10432024-12-13T20:47:59.030ZPlanning: Planning completed in 0.43 seconds
10442024-12-13T20:47:59.030Z Mediators to change: 2
10452024-12-13T20:47:59.030Z Create boot environment: No
10462024-12-13T20:47:59.030ZCreate backup boot environment: No
10472024-12-13T20:47:59.030Z Done
10482024-12-13T20:47:59.030Z Done
10492024-12-13T20:47:59.375Z Done
10502024-12-13T20:48:02.939Z Done
10512024-12-13T20:48:03.128Z Done
10522024-12-13T20:48:03.129Z Done
10532024-12-13T20:48:03.280Z Done
10542024-12-13T20:48:03.755ZPlanning: Evaluating mediator changes ... Done
10552024-12-13T20:48:03.899ZPlanning: Merging actions ... Done
10562024-12-13T20:48:03.934ZPlanning: Checking for conflicting actions ... Done
10572024-12-13T20:48:03.934ZPlanning: Consolidating action changes ... Done
10582024-12-13T20:48:04.149ZPlanning: Evaluating mediators ... Done
10592024-12-13T20:48:04.221ZPlanning: Planning completed in 0.76 seconds
10602024-12-13T20:48:04.261Z Packages to change: 1
10612024-12-13T20:48:04.262Z Mediators to change: 1
10622024-12-13T20:48:04.262Z Services to change: 1
10632024-12-13T20:48:04.262Z Create boot environment: No
10642024-12-13T20:48:04.262ZCreate backup boot environment: Yes
10652024-12-13T20:48:06.587Z Actions: 1/6 actions (Updating modified actions)
10662024-12-13T20:48:06.628Z Actions: Completed 6 actions in 0.00 seconds.
10672024-12-13T20:48:06.628Z Done
10682024-12-13T20:48:06.628Z Done
10692024-12-13T20:48:06.718Z Done
10702024-12-13T20:48:10.240Z Done
10712024-12-13T20:48:10.328Z Done
10722024-12-13T20:48:10.330Z Done
10732024-12-13T20:48:10.464Z Done
10742024-12-13T20:48:10.916ZMEDIATOR VER. SRC. VERSION IMPL. SRC. IMPLEMENTATION
10752024-12-13T20:48:10.916Zclang system 15 system
10762024-12-13T20:48:10.917Zcsh system system illumos
10772024-12-13T20:48:10.917Zctags system system illumos
10782024-12-13T20:48:10.917Zgcc vendor 12 vendor
10792024-12-13T20:48:10.917Zgcc system 10 system
10802024-12-13T20:48:10.917Zgcc system 7 system
10812024-12-13T20:48:10.917Zgo system 1.20 system
10822024-12-13T20:48:10.917Zgo system 1.19 system
10832024-12-13T20:48:10.917Zllvm system 15 system
10842024-12-13T20:48:10.917Zllvm system 14 system
10852024-12-13T20:48:10.917Zmariadb system 10.6 system
10862024-12-13T20:48:10.917Zmta vendor vendor dma
10872024-12-13T20:48:10.917Zopenjdk system 17 system
10882024-12-13T20:48:10.917Zopenjdk system 11 system
10892024-12-13T20:48:10.917Zopenjdk system 1.8 system
10902024-12-13T20:48:10.917Zopenssl vendor 3 vendor
10912024-12-13T20:48:10.917Zperl system 5.36 system
10922024-12-13T20:48:10.917Zpostgresql system 15 system
10932024-12-13T20:48:10.917Zpostgresql system 13 system
10942024-12-13T20:48:10.917Zpython vendor 3 vendor
10952024-12-13T20:48:10.917Zpython system 2 system
10962024-12-13T20:48:10.917Zpython3 system 3.11 system
10972024-12-13T20:48:10.917Zruby system 3.0 system
10982024-12-13T20:48:10.917Zwords vendor vendor american-english
10992024-12-13T20:48:10.917Zwords system system australian-english
11002024-12-13T20:48:10.917Zwords system system british-english
11012024-12-13T20:48:10.918Zwords system system canadian-english
11022024-12-13T20:48:10.918Zwords system system french
11032024-12-13T20:48:10.918Zwords system system italian
11042024-12-13T20:48:10.918Zwords system system ngerman
11052024-12-13T20:48:10.918Zwords system system ogerman
11062024-12-13T20:48:10.918Zwords system system spanish
11072024-12-13T20:48:11.224ZPUBLISHER TYPE STATUS P LOCATION
11082024-12-13T20:48:11.224Zhelios-dev origin online F https://pkg.oxide.computer/helios/2/dev/
11092024-12-13T20:48:13.843ZFMRI IFO
11102024-12-13T20:48:13.843Zpkg://helios-dev/developer/build-essential@11-2.0:20230623T110919Z im-
11112024-12-13T20:48:13.843Zpkg://helios-dev/developer/pkg-config@0.29.2-2.0:20230621T191911Z i--
11122024-12-13T20:48:13.843Zpkg://helios-dev/library/libxmlsec1@1.2.35-2.0:20230624T123441Z im-
11132024-12-13T20:48:13.843Zpkg://helios-dev/ooce/developer/clang-15@15.0.7-2.0:20231012T123315Z im-
11142024-12-13T20:48:13.843Zpkg://helios-dev/ooce/developer/clang-15@15.0.7-2.0:20230623T141037Z ---
11152024-12-13T20:48:13.843Zpkg://helios-dev/ooce/library/postgresql-13@13.11-2.0:20230623T123131Z i--
11162024-12-13T20:48:13.843Zpkg://helios-dev/package/pkg@0.5.11-2.1.6412:20240822T193324Z im-
11172024-12-13T20:48:13.843Zpkg://helios-dev/package/pkg@0.5.11-2.0:20231020T135332Z ---
11182024-12-13T20:48:13.843Zpkg://helios-dev/package/pkg@0.5.11-2.0:20230621T202036Z ---
11192024-12-13T20:48:13.843Zpkg://helios-dev/system/library/g++-runtime@14-2.0:20241021T223805Z ---
11202024-12-13T20:48:13.843Zpkg://helios-dev/system/library/g++-runtime@13-2.0:20231118T213948Z i--
11212024-12-13T20:48:13.844Zpkg://helios-dev/system/library/g++-runtime@12-2.0:20230621T201406Z ---
11222024-12-13T20:48:13.844Zpkg://helios-dev/system/library/gcc-runtime@14-2.0:20241021T223750Z ---
11232024-12-13T20:48:13.844Zpkg://helios-dev/system/library/gcc-runtime@13-2.0:20231118T213832Z i--
11242024-12-13T20:48:13.844Zpkg://helios-dev/system/library/gcc-runtime@12-2.0:20230621T201432Z ---
11252024-12-13T20:48:14.858Z Downloading crates ...
11262024-12-13T20:48:14.954Z Downloaded cargo_toml v0.20.5
11272024-12-13T20:48:15.091Z Compiling proc-macro2 v1.0.89
11282024-12-13T20:48:15.092Z Compiling unicode-ident v1.0.13
11292024-12-13T20:48:15.099Z Compiling serde v1.0.215
11302024-12-13T20:48:15.099Z Compiling version_check v0.9.5
11312024-12-13T20:48:15.100Z Compiling memchr v2.7.4
11322024-12-13T20:48:15.100Z Compiling thiserror v1.0.69
11332024-12-13T20:48:15.100Z Compiling libc v0.2.162
11342024-12-13T20:48:15.100Z Compiling itoa v1.0.11
11352024-12-13T20:48:15.339Z Compiling ryu v1.0.18
11362024-12-13T20:48:15.348Z Compiling ucd-trie v0.1.7
11372024-12-13T20:48:15.670Z Compiling once_cell v1.20.2
11382024-12-13T20:48:15.963Z Compiling byteorder v1.5.0
11392024-12-13T20:48:15.966Z Compiling serde_json v1.0.132
11402024-12-13T20:48:16.059Z Compiling rustix v0.38.37
11412024-12-13T20:48:16.368Z Compiling bitflags v2.6.0
11422024-12-13T20:48:16.406Z Compiling usdt-impl v0.5.0
11432024-12-13T20:48:16.580Z Compiling proc-macro-error-attr v1.0.4
11442024-12-13T20:48:16.715Z Compiling syn v1.0.109
11452024-12-13T20:48:16.792Z Compiling proc-macro-error v1.0.4
11462024-12-13T20:48:16.880Z Compiling quote v1.0.37
11472024-12-13T20:48:16.904Z Compiling equivalent v1.0.1
11482024-12-13T20:48:16.916Z Compiling utf8parse v0.2.2
11492024-12-13T20:48:17.006Z Compiling camino v1.1.9
11502024-12-13T20:48:17.046Z Compiling hashbrown v0.15.1
11512024-12-13T20:48:17.058Z Compiling log v0.4.22
11522024-12-13T20:48:17.316Z Compiling syn v2.0.87
11532024-12-13T20:48:17.420Z Compiling errno v0.3.9
11542024-12-13T20:48:17.497Z Compiling plain v0.2.3
11552024-12-13T20:48:17.630Z Compiling thread-id v4.2.2
11562024-12-13T20:48:17.710Z Compiling anstyle-parse v0.2.5
11572024-12-13T20:48:17.793Z Compiling colorchoice v1.0.2
11582024-12-13T20:48:17.942Z Compiling winnow v0.6.20
11592024-12-13T20:48:18.014Z Compiling pretty-hex v0.4.1
11602024-12-13T20:48:18.030Z Compiling unicode-width v0.1.14
11612024-12-13T20:48:18.206Z Compiling indexmap v2.6.0
11622024-12-13T20:48:18.244Z Compiling is_terminal_polyfill v1.70.1
11632024-12-13T20:48:18.361Z Compiling anstyle v1.0.10
11642024-12-13T20:48:18.514Z Compiling anstyle-query v1.1.1
11652024-12-13T20:48:18.605Z Compiling autocfg v1.4.0
11662024-12-13T20:48:18.656Z Compiling semver v1.0.23
11672024-12-13T20:48:18.793Z Compiling anstream v0.6.15
11682024-12-13T20:48:19.505Z Compiling strsim v0.11.1
11692024-12-13T20:48:19.566Z Compiling bytecount v0.6.8
11702024-12-13T20:48:19.767Z Compiling fs-err v2.11.0
11712024-12-13T20:48:19.769Z Compiling terminal_size v0.4.0
11722024-12-13T20:48:19.951Z Compiling fnv v1.0.7
11732024-12-13T20:48:19.965Z Compiling clap_lex v0.7.2
11742024-12-13T20:48:20.033Z Compiling heck v0.5.0
11752024-12-13T20:48:20.081Z Compiling anyhow v1.0.93
11762024-12-13T20:48:20.381Z Compiling cfg-if v1.0.0
11772024-12-13T20:48:20.478Z Compiling heck v0.4.1
11782024-12-13T20:48:20.503Z Compiling fastrand v2.1.1
11792024-12-13T20:48:20.617Z Compiling clap_builder v4.5.21
11802024-12-13T20:48:20.962Z Compiling tempfile v3.13.0
11812024-12-13T20:48:21.028Z Compiling papergrid v0.11.0
11822024-12-13T20:48:21.139Z Compiling memmap v0.7.0
11832024-12-13T20:48:21.231Z Compiling smawk v0.3.2
11842024-12-13T20:48:21.437Z Compiling unicode-linebreak v0.1.5
11852024-12-13T20:48:21.838Z Compiling textwrap v0.16.1
11862024-12-13T20:48:21.915Z Compiling swrite v0.1.0
11872024-12-13T20:48:23.165Z Compiling tabled_derive v0.7.0
11882024-12-13T20:48:24.659Z Compiling tabled v0.15.0
11892024-12-13T20:48:26.190Z Compiling serde_derive v1.0.215
11902024-12-13T20:48:26.190Z Compiling thiserror-impl v1.0.69
11912024-12-13T20:48:26.195Z Compiling zerocopy-derive v0.7.35
11922024-12-13T20:48:26.195Z Compiling scroll_derive v0.12.0
11932024-12-13T20:48:26.345Z Compiling clap_derive v4.5.18
11942024-12-13T20:48:27.331Z Compiling scroll v0.12.0
11952024-12-13T20:48:27.790Z Compiling goblin v0.8.2
11962024-12-13T20:48:27.910Z Compiling zerocopy v0.7.35
11972024-12-13T20:48:28.724Z Compiling pest v2.7.14
11982024-12-13T20:48:30.100Z Compiling clap v4.5.21
11992024-12-13T20:48:31.068Z Compiling pest_meta v2.7.14
12002024-12-13T20:48:31.882Z Compiling pest_generator v2.7.14
12012024-12-13T20:48:33.736Z Compiling pest_derive v2.7.14
12022024-12-13T20:48:34.413Z Compiling dtrace-parser v0.2.0
12032024-12-13T20:48:36.201Z Compiling serde_tokenstream v0.2.2
12042024-12-13T20:48:36.350Z Compiling serde_spanned v0.6.8
12052024-12-13T20:48:36.350Z Compiling toml_datetime v0.6.8
12062024-12-13T20:48:36.457Z Compiling cargo-platform v0.1.8
12072024-12-13T20:48:36.699Z Compiling toml_edit v0.22.22
12082024-12-13T20:48:36.752Z Compiling macaddr v1.0.1
12092024-12-13T20:48:36.926Z Compiling camino-tempfile v1.1.1
12102024-12-13T20:48:37.662Z Compiling dof v0.3.0
12112024-12-13T20:48:37.850Z Compiling cargo_metadata v0.18.1
12122024-12-13T20:48:39.348Z Compiling usdt-attr-macro v0.5.0
12132024-12-13T20:48:39.348Z Compiling usdt-macro v0.5.0
12142024-12-13T20:48:39.378Z Compiling toml v0.8.19
12152024-12-13T20:48:40.233Z Compiling cargo_toml v0.20.5
12162024-12-13T20:48:40.749Z Compiling usdt v0.5.0
12172024-12-13T20:48:43.706Z Compiling xtask v0.1.0 (/work/oxidecomputer/omicron/dev-tools/xtask)
12182024-12-13T20:48:47.798Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 33.44s
12192024-12-13T20:48:47.852Z Running `target/debug/xtask download cockroach clickhouse console dendrite-openapi dendrite-stub maghemite-mgd transceiver-control`
12202024-12-13T20:48:51.454Z Compiling serde v1.0.215
12212024-12-13T20:48:51.454Z Compiling lock_api v0.4.12
12222024-12-13T20:48:51.454Z Compiling scopeguard v1.2.0
12232024-12-13T20:48:51.454Z Compiling value-bag v1.9.0
12242024-12-13T20:48:51.454Z Compiling typenum v1.17.0
12252024-12-13T20:48:51.454Z Compiling generic-array v0.14.7
12262024-12-13T20:48:51.454Z Compiling syn v2.0.87
12272024-12-13T20:48:51.454Z Compiling getrandom v0.2.15
12282024-12-13T20:48:51.454Z Compiling subtle v2.6.1
12292024-12-13T20:48:51.454Z Compiling rand_core v0.6.4
12302024-12-13T20:48:51.454Z Compiling log v0.4.22
12312024-12-13T20:48:51.454Z Compiling shlex v1.3.0
12322024-12-13T20:48:51.454Z Compiling jobserver v0.1.32
12332024-12-13T20:48:51.454Z Compiling const-oid v0.9.6
12342024-12-13T20:48:51.454Z Compiling smallvec v1.13.2
12352024-12-13T20:48:51.455Z Compiling cc v1.1.30
12362024-12-13T20:48:51.455Z Compiling spin v0.9.8
12372024-12-13T20:48:51.455Z Compiling pin-project-lite v0.2.14
12382024-12-13T20:48:51.455Z Compiling rustix v0.38.37
12392024-12-13T20:48:51.455Z Compiling parking_lot_core v0.9.10
12402024-12-13T20:48:51.455Z Compiling futures-core v0.3.31
12412024-12-13T20:48:51.455Z Compiling signal-hook-registry v1.4.2
12422024-12-13T20:48:51.456Z Compiling mio v1.0.2
12432024-12-13T20:48:51.456Z Compiling parking_lot v0.12.3
12442024-12-13T20:48:51.456Z Compiling aho-corasick v1.1.3
12452024-12-13T20:48:51.456Z Compiling regex-syntax v0.8.5
12462024-12-13T20:48:51.520Z Compiling cpufeatures v0.2.14
12472024-12-13T20:48:51.520Z Compiling lazy_static v1.5.0
12482024-12-13T20:48:51.551Z Compiling stable_deref_trait v1.2.0
12492024-12-13T20:48:51.556Z Compiling glob v0.3.1
12502024-12-13T20:48:51.565Z Compiling either v1.13.0
12512024-12-13T20:48:51.583Z Compiling futures-sink v0.3.31
12522024-12-13T20:48:51.734Z Compiling socket2 v0.5.7
12532024-12-13T20:48:51.877Z Compiling slab v0.4.9
12542024-12-13T20:48:51.980Z Compiling prettyplease v0.2.25
12552024-12-13T20:48:52.309Z Compiling minimal-lexical v0.2.1
12562024-12-13T20:48:52.505Z Compiling clang-sys v1.8.1
12572024-12-13T20:48:52.594Z Compiling libloading v0.8.5
12582024-12-13T20:48:52.685Z Compiling serde_json v1.0.132
12592024-12-13T20:48:52.800Z Compiling nom v7.1.3
12602024-12-13T20:48:52.992Z Compiling bindgen v0.69.5
12612024-12-13T20:48:53.002Z Compiling home v0.5.9
12622024-12-13T20:48:53.291Z Compiling itertools v0.10.5
12632024-12-13T20:48:53.765Z Compiling futures-channel v0.3.31
12642024-12-13T20:48:53.815Z Compiling rustc-hash v1.1.0
12652024-12-13T20:48:53.967Z Compiling foldhash v0.1.3
12662024-12-13T20:48:54.177Z Compiling lazycell v1.3.0
12672024-12-13T20:48:54.265Z Compiling allocator-api2 v0.2.18
12682024-12-13T20:48:54.344Z Compiling futures-task v0.3.31
12692024-12-13T20:48:54.660Z Compiling pin-utils v0.1.0
12702024-12-13T20:48:54.763Z Compiling regex-automata v0.4.8
12712024-12-13T20:48:55.063Z Compiling futures-io v0.3.31
12722024-12-13T20:48:55.387Z Compiling hashbrown v0.15.1
12732024-12-13T20:48:56.067Z Compiling cexpr v0.6.0
12742024-12-13T20:48:56.412Z Compiling synstructure v0.13.1
12752024-12-13T20:48:56.716Z Compiling cmake v0.1.51
12762024-12-13T20:48:57.740Z Compiling libm v0.2.8
12772024-12-13T20:48:57.869Z Compiling pkg-config v0.3.31
12782024-12-13T20:48:57.962Z Compiling fs_extra v1.3.0
12792024-12-13T20:48:58.055Z Compiling tinyvec_macros v0.1.1
12802024-12-13T20:48:58.093Z Compiling dunce v1.0.5
12812024-12-13T20:48:58.152Z Compiling tinyvec v1.8.0
12822024-12-13T20:48:58.252Z Compiling num-traits v0.2.19
12832024-12-13T20:48:58.753Z Compiling ring v0.17.8
12842024-12-13T20:48:59.405Z Compiling litemap v0.7.3
12852024-12-13T20:48:59.620Z Compiling unicode-normalization v0.1.24
12862024-12-13T20:48:59.889Z Compiling base64ct v1.6.0
12872024-12-13T20:48:59.928Z Compiling paste v1.0.15
12882024-12-13T20:48:59.928Z Compiling writeable v0.5.5
12892024-12-13T20:48:59.928Z Compiling unicode-bidi v0.3.17
12902024-12-13T20:49:00.241Z Compiling regex v1.11.1
12912024-12-13T20:49:00.339Z Compiling pem-rfc7468 v0.7.0
12922024-12-13T20:49:01.090Z Compiling flagset v0.4.6
12932024-12-13T20:49:01.301Z Compiling aws-lc-rs v1.10.0
12942024-12-13T20:49:01.331Z Compiling httparse v1.9.5
12952024-12-13T20:49:01.751Z Compiling tracing-core v0.1.32
12962024-12-13T20:49:02.101Z Compiling icu_locid_transform_data v1.5.0
12972024-12-13T20:49:02.196Z Compiling crossbeam-utils v0.8.20
12982024-12-13T20:49:02.497Z Compiling percent-encoding v2.3.1
12992024-12-13T20:49:02.701Z Compiling rustls-pki-types v1.10.0
13002024-12-13T20:49:02.860Z Compiling untrusted v0.9.0
13012024-12-13T20:49:03.038Z Compiling icu_properties_data v1.5.0
13022024-12-13T20:49:03.087Z Compiling vcpkg v0.2.15
13032024-12-13T20:49:03.131Z Compiling serde_derive v1.0.215
13042024-12-13T20:49:03.290Z Compiling zeroize_derive v1.4.2
13052024-12-13T20:49:03.481Z Compiling zerocopy-derive v0.7.35
13062024-12-13T20:49:03.752Z Compiling tokio-macros v2.4.0
13072024-12-13T20:49:04.841Z Compiling zeroize v1.8.1
13082024-12-13T20:49:05.187Z Compiling zerofrom-derive v0.1.4
13092024-12-13T20:49:05.212Z Compiling thiserror-impl v1.0.69
13102024-12-13T20:49:05.305Z Compiling yoke-derive v0.7.4
13112024-12-13T20:49:05.750Z Compiling zerocopy v0.7.35
13122024-12-13T20:49:06.150Z Compiling futures-macro v0.3.31
13132024-12-13T20:49:06.466Z Compiling crypto-common v0.1.6
13142024-12-13T20:49:06.714Z Compiling block-buffer v0.10.4
13152024-12-13T20:49:06.987Z Compiling digest v0.10.7
13162024-12-13T20:49:07.385Z Compiling hmac v0.12.1
13172024-12-13T20:49:07.450Z Compiling zerovec-derive v0.10.3
13182024-12-13T20:49:07.513Z Compiling block-padding v0.3.3
13192024-12-13T20:49:07.636Z Compiling displaydoc v0.2.5
13202024-12-13T20:49:07.761Z Compiling inout v0.1.3
13212024-12-13T20:49:08.040Z Compiling cipher v0.4.4
13222024-12-13T20:49:08.177Z Compiling futures-util v0.3.31
13232024-12-13T20:49:08.468Z Compiling sha2 v0.10.8
13242024-12-13T20:49:08.575Z Compiling ppv-lite86 v0.2.20
13252024-12-13T20:49:08.681Z Compiling thiserror v1.0.69
13262024-12-13T20:49:08.822Z Compiling der_derive v0.7.3
13272024-12-13T20:49:09.297Z Compiling icu_provider_macros v1.5.0
13282024-12-13T20:49:09.419Z Compiling rand_chacha v0.3.1
13292024-12-13T20:49:09.464Z Compiling zerofrom v0.1.4
13302024-12-13T20:49:09.709Z Compiling yoke v0.7.4
13312024-12-13T20:49:10.081Z Compiling tracing-attributes v0.1.27
13322024-12-13T20:49:10.131Z Compiling zerovec v0.10.4
13332024-12-13T20:49:10.506Z Compiling rand v0.8.5
13342024-12-13T20:49:11.265Z Compiling der v0.7.9
13352024-12-13T20:49:11.909Z Compiling pest v2.7.14
13362024-12-13T20:49:12.141Z Compiling tinystr v0.7.6
13372024-12-13T20:49:12.410Z Compiling icu_collections v1.5.0
13382024-12-13T20:49:12.567Z Compiling icu_locid v1.5.0
13392024-12-13T20:49:12.665Z Compiling salsa20 v0.10.2
13402024-12-13T20:49:12.888Z Compiling pbkdf2 v0.12.2
13412024-12-13T20:49:13.054Z Compiling num-conv v0.1.0
13422024-12-13T20:49:13.343Z Compiling spki v0.7.3
13432024-12-13T20:49:13.748Z Compiling icu_provider v1.5.0
13442024-12-13T20:49:13.850Z Compiling tracing v0.1.40
13452024-12-13T20:49:13.904Z Compiling time-core v0.1.2
13462024-12-13T20:49:14.108Z Compiling powerfmt v0.2.0
13472024-12-13T20:49:14.355Z Compiling untrusted v0.7.1
13482024-12-13T20:49:14.377Z Compiling mirai-annotations v1.12.0
13492024-12-13T20:49:14.492Z Compiling icu_locid_transform v1.5.0
13502024-12-13T20:49:14.546Z Compiling deranged v0.3.11
13512024-12-13T20:49:14.567Z Compiling pest_meta v2.7.14
13522024-12-13T20:49:14.581Z Compiling time-macros v0.2.18
13532024-12-13T20:49:14.838Z Compiling scrypt v0.11.0
13542024-12-13T20:49:14.859Z Compiling aes v0.8.4
13552024-12-13T20:49:14.944Z Compiling cbc v0.1.2
13562024-12-13T20:49:15.388Z Compiling openssl-sys v0.9.103
13572024-12-13T20:49:16.445Z Compiling icu_properties v1.5.1
13582024-12-13T20:49:16.524Z Compiling scroll_derive v0.12.0
13592024-12-13T20:49:17.180Z Compiling bitflags v2.6.0
13602024-12-13T20:49:17.349Z Compiling bytes v1.8.0
13612024-12-13T20:49:17.924Z Compiling indexmap v2.6.0
13622024-12-13T20:49:18.011Z Compiling semver v1.0.23
13632024-12-13T20:49:18.619Z Compiling tokio v1.40.0
13642024-12-13T20:49:18.750Z Compiling http v1.1.0
13652024-12-13T20:49:19.057Z Compiling rustc_version v0.4.1
13662024-12-13T20:49:19.641Z Compiling utf16_iter v1.0.5
13672024-12-13T20:49:19.800Z Compiling write16 v1.0.0
13682024-12-13T20:49:19.836Z Compiling num_threads v0.1.7
13692024-12-13T20:49:19.936Z Compiling utf8_iter v1.0.4
13702024-12-13T20:49:19.966Z Compiling icu_normalizer_data v1.5.0
13712024-12-13T20:49:20.069Z Compiling atomic-waker v1.1.2
13722024-12-13T20:49:20.194Z Compiling icu_normalizer v1.5.0
13732024-12-13T20:49:20.255Z Compiling http-body v1.0.1
13742024-12-13T20:49:20.538Z Compiling time v0.3.36
13752024-12-13T20:49:20.651Z Compiling scroll v0.12.0
13762024-12-13T20:49:21.049Z Compiling pkcs5 v0.7.1
13772024-12-13T20:49:21.205Z Compiling pest_generator v2.7.14
13782024-12-13T20:49:21.223Z Compiling form_urlencoded v1.2.1
13792024-12-13T20:49:21.319Z Compiling try-lock v0.2.5
13802024-12-13T20:49:21.473Z Compiling which v4.4.2
13812024-12-13T20:49:21.556Z Compiling slog v2.7.0
13822024-12-13T20:49:22.163Z Compiling pkcs8 v0.10.2
13832024-12-13T20:49:22.248Z Compiling goblin v0.8.2
13842024-12-13T20:49:22.266Z Compiling want v0.3.1
13852024-12-13T20:49:22.555Z Compiling idna_adapter v1.2.0
13862024-12-13T20:49:22.770Z Compiling httpdate v1.0.3
13872024-12-13T20:49:22.866Z Compiling idna v1.0.3
13882024-12-13T20:49:23.223Z Compiling serde_tokenstream v0.2.2
13892024-12-13T20:49:23.240Z Compiling pest_derive v2.7.14
13902024-12-13T20:49:23.710Z Compiling serde_spanned v0.6.8
13912024-12-13T20:49:23.833Z Compiling uuid v1.11.0
13922024-12-13T20:49:23.942Z Compiling toml_datetime v0.6.8
13932024-12-13T20:49:24.048Z Compiling dtrace-parser v0.2.0
13942024-12-13T20:49:24.463Z Compiling adler2 v2.0.0
13952024-12-13T20:49:24.678Z Compiling openssl v0.10.66
13962024-12-13T20:49:24.714Z Compiling rustversion v1.0.17
13972024-12-13T20:49:25.108Z Compiling tower-service v0.3.3
13982024-12-13T20:49:25.241Z Compiling foreign-types-shared v0.1.1
13992024-12-13T20:49:25.259Z Compiling iana-time-zone v0.1.61
14002024-12-13T20:49:25.354Z Compiling base64 v0.22.1
14012024-12-13T20:49:25.457Z Compiling match_cfg v0.1.0
14022024-12-13T20:49:25.559Z Compiling hostname v0.3.1
14032024-12-13T20:49:25.819Z Compiling chrono v0.4.38
14042024-12-13T20:49:25.836Z Compiling foreign-types v0.3.2
14052024-12-13T20:49:25.878Z Compiling miniz_oxide v0.8.0
14062024-12-13T20:49:25.930Z Compiling url v2.5.3
14072024-12-13T20:49:26.272Z Compiling openssl-macros v0.1.1
14082024-12-13T20:49:26.982Z Compiling tokio-util v0.7.12
14092024-12-13T20:49:27.360Z Compiling async-trait v0.1.83
14102024-12-13T20:49:27.525Z Compiling dirs-sys-next v0.1.2
14112024-12-13T20:49:27.997Z Compiling h2 v0.4.6
14122024-12-13T20:49:28.163Z Compiling dof v0.3.0
14132024-12-13T20:49:28.426Z Compiling rustls v0.22.4
14142024-12-13T20:49:28.696Z Compiling rustls v0.23.19
14152024-12-13T20:49:28.961Z Compiling usdt-impl v0.5.0
14162024-12-13T20:49:29.539Z Compiling native-tls v0.2.12
14172024-12-13T20:49:29.874Z Compiling data-encoding v2.6.0
14182024-12-13T20:49:30.127Z Compiling siphasher v0.3.11
14192024-12-13T20:49:30.299Z Compiling syn v1.0.109
14202024-12-13T20:49:30.552Z Compiling dirs-next v2.0.0
14212024-12-13T20:49:31.036Z Compiling http-body-util v0.1.2
14222024-12-13T20:49:31.572Z Compiling crossbeam-epoch v0.9.18
14232024-12-13T20:49:32.145Z Compiling heapless v0.7.17
14242024-12-13T20:49:32.299Z Compiling signature v2.2.0
14252024-12-13T20:49:32.338Z Compiling sha1 v0.10.6
14262024-12-13T20:49:32.438Z Compiling bzip2-sys v0.1.11+1.0.8
14272024-12-13T20:49:32.574Z Compiling serde_derive_internals v0.29.1
14282024-12-13T20:49:32.605Z Compiling thread_local v1.1.8
14292024-12-13T20:49:32.760Z Compiling multer v3.1.0
14302024-12-13T20:49:32.929Z Compiling encoding_rs v0.8.34
14312024-12-13T20:49:33.042Z Compiling cookie v0.18.1
14322024-12-13T20:49:33.135Z Compiling rayon-core v1.12.1
14332024-12-13T20:49:33.305Z Compiling slog-async v2.8.0
14342024-12-13T20:49:33.382Z Compiling unicode-properties v0.1.3
14352024-12-13T20:49:33.772Z Compiling signal-hook v0.3.17
14362024-12-13T20:49:33.790Z Compiling mime v0.3.17
14372024-12-13T20:49:34.008Z Compiling ipnet v2.10.1
14382024-12-13T20:49:34.028Z Compiling schemars v0.8.21
14392024-12-13T20:49:34.363Z Compiling gimli v0.31.1
14402024-12-13T20:49:34.381Z Compiling openssl-probe v0.1.5
14412024-12-13T20:49:34.744Z Compiling hyper v1.5.0
14422024-12-13T20:49:35.282Z Compiling schemars_derive v0.8.21
14432024-12-13T20:49:35.324Z Compiling toml_edit v0.22.22
14442024-12-13T20:49:37.281Z Compiling hyper-util v0.1.10
14452024-12-13T20:49:38.773Z Compiling stringprep v0.1.5
14462024-12-13T20:49:38.912Z Compiling addr2line v0.24.2
14472024-12-13T20:49:39.412Z Compiling usdt-macro v0.5.0
14482024-12-13T20:49:39.561Z Compiling usdt-attr-macro v0.5.0
14492024-12-13T20:49:39.583Z Compiling crossbeam-deque v0.8.5
14502024-12-13T20:49:40.063Z Compiling term v0.7.0
14512024-12-13T20:49:40.330Z Compiling slog-json v2.6.1
14522024-12-13T20:49:40.676Z Compiling serde_urlencoded v0.7.1
14532024-12-13T20:49:40.713Z Compiling crossbeam-channel v0.5.13
14542024-12-13T20:49:40.813Z Compiling curve25519-dalek v4.1.3
14552024-12-13T20:49:41.130Z Compiling enum-as-inner v0.6.1
14562024-12-13T20:49:41.200Z Compiling futures-executor v0.3.31
14572024-12-13T20:49:41.432Z Compiling md-5 v0.10.6
14582024-12-13T20:49:41.596Z Compiling rustls-pemfile v2.2.0
14592024-12-13T20:49:41.696Z Compiling async-stream-impl v0.3.6
14602024-12-13T20:49:41.788Z Compiling num-integer v0.1.46
14612024-12-13T20:49:41.806Z Compiling idna v0.3.0
14622024-12-13T20:49:41.938Z Compiling idna v0.4.0
14632024-12-13T20:49:42.179Z Compiling hash32 v0.2.1
14642024-12-13T20:49:42.536Z Compiling ff v0.13.0
14652024-12-13T20:49:42.568Z Compiling is-terminal v0.4.13
14662024-12-13T20:49:42.694Z Compiling dropshot v0.12.0
14672024-12-13T20:49:42.761Z Compiling object v0.36.5
14682024-12-13T20:49:42.963Z Compiling num-bigint-dig v0.8.4
14692024-12-13T20:49:43.094Z Compiling quick-error v1.2.3
14702024-12-13T20:49:43.246Z Compiling portable-atomic v1.9.0
14712024-12-13T20:49:43.264Z Compiling dyn-clone v1.0.17
14722024-12-13T20:49:43.469Z Compiling take_mut v0.2.2
14732024-12-13T20:49:43.486Z Compiling fallible-iterator v0.2.0
14742024-12-13T20:49:43.579Z Compiling psl-types v2.0.11
14752024-12-13T20:49:43.584Z Compiling base16ct v0.2.0
14762024-12-13T20:49:43.624Z Compiling smoltcp v0.9.1
14772024-12-13T20:49:43.775Z Compiling rustc-demangle v0.1.24
14782024-12-13T20:49:43.896Z Compiling anyhow v1.0.93
14792024-12-13T20:49:44.180Z Compiling linked-hash-map v0.5.6
14802024-12-13T20:49:44.292Z Compiling utf-8 v0.7.6
14812024-12-13T20:49:44.436Z Compiling postgres-protocol v0.6.7
14822024-12-13T20:49:44.543Z Compiling lru-cache v0.1.2
14832024-12-13T20:49:44.631Z Compiling tungstenite v0.24.0
14842024-12-13T20:49:44.717Z Compiling sec1 v0.7.3
14852024-12-13T20:49:44.741Z Compiling publicsuffix v2.2.3
14862024-12-13T20:49:45.295Z Compiling resolv-conf v0.7.0
14872024-12-13T20:49:45.774Z Compiling async-stream v0.3.6
14882024-12-13T20:49:46.127Z Compiling hickory-proto v0.24.1
14892024-12-13T20:49:46.146Z Compiling group v0.13.0
14902024-12-13T20:49:46.164Z Compiling usdt v0.5.0
14912024-12-13T20:49:46.459Z Compiling slog-term v2.9.1
14922024-12-13T20:49:46.976Z Compiling num-iter v0.1.45
14932024-12-13T20:49:47.287Z Compiling futures v0.3.31
14942024-12-13T20:49:47.615Z Compiling slog-bunyan v2.5.0
14952024-12-13T20:49:48.888Z Compiling tokio-native-tls v0.3.1
14962024-12-13T20:49:48.906Z Compiling camino v1.1.9
14972024-12-13T20:49:49.158Z Compiling toml v0.8.19
14982024-12-13T20:49:49.558Z Compiling phf_shared v0.11.2
14992024-12-13T20:49:49.862Z Compiling dropshot_endpoint v0.12.0
15002024-12-13T20:49:49.954Z Compiling backtrace v0.3.74
15012024-12-13T20:49:49.975Z Compiling terminal_size v0.4.0
15022024-12-13T20:49:50.194Z Compiling waitgroup v0.1.2
15032024-12-13T20:49:50.437Z Compiling openapiv3 v2.0.0
15042024-12-13T20:49:50.691Z Compiling serde_path_to_error v0.1.16
15052024-12-13T20:49:50.885Z Compiling hkdf v0.12.4
15062024-12-13T20:49:51.135Z Compiling crypto-bigint v0.5.5
15072024-12-13T20:49:51.538Z Compiling webpki-roots v0.26.6
15082024-12-13T20:49:51.762Z Compiling curve25519-dalek-derive v0.1.1
15092024-12-13T20:49:53.314Z Compiling zerocopy-derive v0.6.6
15102024-12-13T20:49:53.672Z Compiling idna v0.5.0
15112024-12-13T20:49:53.915Z Compiling hubpack_derive v0.1.1
15122024-12-13T20:49:54.561Z Compiling hostname v0.4.0
15132024-12-13T20:49:54.782Z Compiling fs-err v2.11.0
15142024-12-13T20:49:54.803Z Compiling crc32fast v1.4.2
15152024-12-13T20:49:54.836Z Compiling ahash v0.8.11
15162024-12-13T20:49:55.053Z Compiling debug-ignore v1.0.5
15172024-12-13T20:49:55.131Z Compiling managed v0.8.0
15182024-12-13T20:49:55.173Z Compiling bitflags v1.3.2
15192024-12-13T20:49:55.195Z Compiling winnow v0.5.40
15202024-12-13T20:49:55.280Z Compiling strum_macros v0.25.3
15212024-12-13T20:49:55.297Z Compiling clap_builder v4.5.21
15222024-12-13T20:49:55.595Z Compiling zerocopy v0.6.6
15232024-12-13T20:49:56.487Z Compiling console v0.15.8
15242024-12-13T20:49:56.945Z Compiling flate2 v1.0.34
15252024-12-13T20:49:57.177Z Compiling hubpack v0.1.2
15262024-12-13T20:49:57.642Z Compiling cookie_store v0.21.0
15272024-12-13T20:49:57.720Z Compiling elliptic-curve v0.13.8
15282024-12-13T20:49:58.098Z Compiling hickory-resolver v0.24.1
15292024-12-13T20:49:59.037Z Compiling toml_edit v0.19.15
15302024-12-13T20:49:59.215Z Compiling phf v0.11.2
15312024-12-13T20:49:59.414Z Compiling signal-hook-mio v0.2.4
15322024-12-13T20:49:59.456Z Compiling hyper-tls v0.6.0
15332024-12-13T20:49:59.521Z Compiling rayon v1.10.0
15342024-12-13T20:49:59.586Z Compiling bzip2 v0.4.4
15352024-12-13T20:49:59.991Z Compiling tokio-tungstenite v0.24.0
15362024-12-13T20:50:00.544Z Compiling postgres-types v0.2.8
15372024-12-13T20:50:03.532Z Compiling ed25519 v2.2.3
15382024-12-13T20:50:04.329Z Compiling phf_shared v0.10.0
15392024-12-13T20:50:04.690Z Compiling tokio-stream v0.1.16
15402024-12-13T20:50:04.737Z Compiling pkcs1 v0.7.5
15412024-12-13T20:50:04.808Z Compiling serde-big-array v0.5.1
15422024-12-13T20:50:05.046Z Compiling clap_derive v4.5.18
15432024-12-13T20:50:05.355Z Compiling rfc6979 v0.4.0
15442024-12-13T20:50:05.568Z Compiling serde_repr v0.1.19
15452024-12-13T20:50:05.746Z Compiling derive-where v1.2.7
15462024-12-13T20:50:05.800Z Compiling float-cmp v0.9.0
15472024-12-13T20:50:05.925Z Compiling bstr v1.10.0
15482024-12-13T20:50:06.025Z Compiling sync_wrapper v1.0.1
15492024-12-13T20:50:06.187Z Compiling unicode-width v0.2.0
15502024-12-13T20:50:06.724Z Compiling number_prefix v0.4.0
15512024-12-13T20:50:06.742Z Compiling difflib v0.4.0
15522024-12-13T20:50:06.947Z Compiling predicates-core v1.0.8
15532024-12-13T20:50:07.038Z Compiling new_debug_unreachable v1.0.6
15542024-12-13T20:50:07.137Z Compiling static_assertions v1.1.0
15552024-12-13T20:50:07.244Z Compiling precomputed-hash v0.1.1
15562024-12-13T20:50:07.314Z Compiling bit-vec v0.6.3
15572024-12-13T20:50:07.367Z Compiling unicode-segmentation v1.12.0
15582024-12-13T20:50:07.732Z Compiling normalize-line-endings v0.3.0
15592024-12-13T20:50:07.778Z Compiling fixedbitset v0.4.2
15602024-12-13T20:50:07.860Z Compiling whoami v1.5.2
15612024-12-13T20:50:08.245Z Compiling tokio-postgres v0.7.12
15622024-12-13T20:50:08.263Z Compiling similar v2.6.0
15632024-12-13T20:50:08.409Z Compiling petgraph v0.6.5
15642024-12-13T20:50:08.522Z Compiling predicates v3.1.2
15652024-12-13T20:50:09.299Z Compiling bit-set v0.5.3
15662024-12-13T20:50:09.592Z Compiling string_cache v0.8.7
15672024-12-13T20:50:10.084Z Compiling gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=9bbac475dcaac88286c07a20b6bd3e94fc81d7f0#9bbac475)
15682024-12-13T20:50:10.106Z Compiling clap v4.5.21
15692024-12-13T20:50:10.231Z Compiling indicatif v0.17.9
15702024-12-13T20:50:10.291Z Compiling ecdsa v0.16.9
15712024-12-13T20:50:10.736Z Compiling rsa v0.9.6
15722024-12-13T20:50:11.128Z Compiling ed25519-dalek v2.1.1
15732024-12-13T20:50:12.385Z Compiling toml v0.7.8
15742024-12-13T20:50:12.529Z Compiling zip v0.6.6
15752024-12-13T20:50:12.590Z Compiling crossterm v0.28.1
15762024-12-13T20:50:14.145Z Compiling hex v0.4.3
15772024-12-13T20:50:14.234Z Compiling x509-cert v0.2.5
15782024-12-13T20:50:14.750Z Compiling peg-runtime v0.8.3
15792024-12-13T20:50:14.774Z Compiling unicode-xid v0.2.6
15802024-12-13T20:50:14.782Z Compiling lalrpop-util v0.19.12
15812024-12-13T20:50:14.909Z Compiling strum_macros v0.26.4
15822024-12-13T20:50:15.117Z Compiling xattr v1.3.1
15832024-12-13T20:50:15.299Z Compiling filetime v0.2.25
15842024-12-13T20:50:15.619Z Compiling tar v0.4.42
15852024-12-13T20:50:19.876Z Compiling strum v0.26.3
15862024-12-13T20:50:23.027Z Compiling aws-lc-sys v0.22.0
15872024-12-13T20:50:50.736Z Compiling rustls-webpki v0.102.8
15882024-12-13T20:50:53.990Z Compiling tokio-rustls v0.25.0
15892024-12-13T20:50:55.644Z Compiling tokio-rustls v0.26.0
15902024-12-13T20:50:56.049Z Compiling hyper-rustls v0.27.3
15912024-12-13T20:50:56.408Z Compiling reqwest v0.12.9
15922024-12-13T20:50:57.526Z Compiling qorb v0.2.1
15932024-12-13T20:51:02.294Z Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack)
15942024-12-13T20:51:02.520Z Compiling xtask-downloader v0.1.0 (/work/oxidecomputer/omicron/dev-tools/downloader)
15952024-12-13T20:51:08.307Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 2m 20s
15962024-12-13T20:51:08.465Z Running `target/debug/xtask-downloader cockroach clickhouse console dendrite-openapi dendrite-stub maghemite-mgd transceiver-control`
15972024-12-13T20:51:08.507ZDec 13 20:51:06.746 INFO Starting download, target: Console
15982024-12-13T20:51:08.507ZDec 13 20:51:06.746 INFO Starting download, target: Clickhouse
15992024-12-13T20:51:08.507ZDec 13 20:51:06.746 INFO Starting download, target: Cockroach
16002024-12-13T20:51:08.507ZDec 13 20:51:06.746 INFO Starting download, target: DendriteStub
16012024-12-13T20:51:08.510ZDec 13 20:51:06.746 INFO Starting download, target: DendriteOpenapi
16022024-12-13T20:51:08.510ZDec 13 20:51:06.746 INFO Starting download, target: MaghemiteMgd
16032024-12-13T20:51:08.510ZDec 13 20:51:06.746 INFO Starting download, target: TransceiverControl
16042024-12-13T20:51:08.510ZDec 13 20:51:06.746 INFO Downloading out/downloads/console.tar.gz (attempt 1/3), target: Console
16052024-12-13T20:51:08.510ZDec 13 20:51:06.746 INFO Downloading out/downloads/dpd-11bcc3e0f5d28dc7aed150f4df1174844e4dfbef.json (attempt 1/3), target: DendriteOpenapi
16062024-12-13T20:51:08.510ZDec 13 20:51:06.747 INFO Downloading out/downloads/cockroach.tgz (attempt 1/3), target: Cockroach
16072024-12-13T20:51:08.510ZDec 13 20:51:06.747 INFO Downloading out/downloads/xcvradm.gz (attempt 1/3), target: TransceiverControl
16082024-12-13T20:51:08.510ZDec 13 20:51:06.747 INFO Downloading out/downloads/mgd.tar.gz (attempt 1/3), target: MaghemiteMgd
16092024-12-13T20:51:08.510ZDec 13 20:51:06.747 INFO Downloading out/downloads/dendrite-stub.tar.gz (attempt 1/3), target: DendriteStub
16102024-12-13T20:51:08.510ZDec 13 20:51:06.747 INFO Downloading out/downloads/clickhouse-v23.8.7.24.illumos.tar.gz (attempt 1/3), target: Clickhouse
16112024-12-13T20:51:08.707ZDec 13 20:51:06.938 INFO Download complete, target: DendriteOpenapi
16122024-12-13T20:51:08.809ZDec 13 20:51:07.042 INFO Unpacking out/downloads/xcvradm.gz to out/downloads/root/opt/oxide/bin/xcvradm, target: TransceiverControl
16132024-12-13T20:51:09.002ZDec 13 20:51:07.223 INFO Unpacking out/downloads/console.tar.gz to out/console-assets, target: Console
16142024-12-13T20:51:09.333ZDec 13 20:51:07.548 INFO Download complete, target: Console
16152024-12-13T20:51:09.438ZDec 13 20:51:07.676 INFO Download complete, target: TransceiverControl
16162024-12-13T20:51:09.477ZDec 13 20:51:07.712 INFO Unpacking out/downloads/mgd.tar.gz to out/downloads, target: MaghemiteMgd
16172024-12-13T20:51:09.569ZDec 13 20:51:07.798 INFO Unpacking out/downloads/dendrite-stub.tar.gz to out/downloads, target: DendriteStub
16182024-12-13T20:51:10.219ZDec 13 20:51:08.458 INFO tarball path: out/downloads/cockroach.tgz, target: Cockroach
16192024-12-13T20:51:10.219ZDec 13 20:51:08.458 INFO Unpacking out/downloads/cockroach.tgz to out/downloads, target: Cockroach
16202024-12-13T20:51:10.545ZDec 13 20:51:08.784 INFO Unpacking out/downloads/clickhouse-v23.8.7.24.illumos.tar.gz to out/clickhouse, target: Clickhouse
16212024-12-13T20:51:12.539ZDec 13 20:51:10.778 INFO Download complete, target: MaghemiteMgd
16222024-12-13T20:51:12.603ZDec 13 20:51:10.842 INFO Download complete, target: DendriteStub
16232024-12-13T20:51:17.690ZDec 13 20:51:15.929 INFO Checking that binary works, target: Cockroach
16242024-12-13T20:51:17.852ZDec 13 20:51:16.090 INFO Download complete, target: Cockroach
16252024-12-13T20:51:23.135ZDec 13 20:51:21.373 INFO Checking that binary works, target: Clickhouse
16262024-12-13T20:51:23.297ZDec 13 20:51:21.535 INFO Download complete, target: Clickhouse
16272024-12-13T20:51:23.305ZAll prerequisites installed successfully
16282024-12-13T20:51:23.307Z
16292024-12-13T20:51:23.307Zreal 5:50.681644193
16302024-12-13T20:51:23.307Zuser 16:12.976157779
16312024-12-13T20:51:23.307Zsys 3:07.594015037
16322024-12-13T20:51:23.307Ztrap 0.500446922
16332024-12-13T20:51:23.307Ztflt 1.638461796
16342024-12-13T20:51:23.307Zdflt 2.286455538
16352024-12-13T20:51:23.307Zkflt 0.032143187
16362024-12-13T20:51:23.307Zlock 31:44.047500428
16372024-12-13T20:51:23.307Zslp 1:02:49.668783136
16382024-12-13T20:51:23.307Zlat 55.769604736
16392024-12-13T20:51:23.307Zstop 2:04.865548180
16402024-12-13T20:51:23.308Z+ source ./tools/include/force-git-over-https.sh
16412024-12-13T20:51:23.308Z++ override_urls=('git://github.com/' 'git@github.com:' 'ssh://github.com/' 'ssh://git@github.com/' 'git+ssh://git@github.com/')
16422024-12-13T20:51:23.308Z++ (( i = 0 ))
16432024-12-13T20:51:23.308Z++ (( i < 5 ))
16442024-12-13T20:51:23.308Z++ git config --add --global url.https://github.com/.insteadOf git://github.com/
16452024-12-13T20:51:23.311Z++ (( i++ ))
16462024-12-13T20:51:23.312Z++ (( i < 5 ))
16472024-12-13T20:51:23.312Z++ git config --add --global url.https://github.com/.insteadOf git@github.com:
16482024-12-13T20:51:23.314Z++ (( i++ ))
16492024-12-13T20:51:23.314Z++ (( i < 5 ))
16502024-12-13T20:51:23.314Z++ git config --add --global url.https://github.com/.insteadOf ssh://github.com/
16512024-12-13T20:51:23.316Z++ (( i++ ))
16522024-12-13T20:51:23.316Z++ (( i < 5 ))
16532024-12-13T20:51:23.316Z++ git config --add --global url.https://github.com/.insteadOf ssh://git@github.com/
16542024-12-13T20:51:23.319Z++ (( i++ ))
16552024-12-13T20:51:23.319Z++ (( i < 5 ))
16562024-12-13T20:51:23.319Z++ git config --add --global url.https://github.com/.insteadOf git+ssh://git@github.com/
16572024-12-13T20:51:23.322Z++ (( i++ ))
16582024-12-13T20:51:23.322Z++ (( i < 5 ))
16592024-12-13T20:51:23.322Z++ export CARGO_NET_GIT_FETCH_WITH_CLI=true
16602024-12-13T20:51:23.322Z++ CARGO_NET_GIT_FETCH_WITH_CLI=true
16612024-12-13T20:51:23.322Z+ rc=0
16622024-12-13T20:51:23.322Z+ pfexec pkg install -q /system/zones/brand/omicron1/tools
16632024-12-13T20:51:52.310Z+ case $rc in
16642024-12-13T20:51:52.310Z+ pfexec zfs create -p rpool/images/build/host
16652024-12-13T20:51:52.552Z+ pfexec zfs create -p rpool/images/build/recovery
16662024-12-13T20:51:52.629Z+ cargo xtask releng --output-dir /work
16672024-12-13T20:51:53.150Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.47s
16682024-12-13T20:51:53.165Z Running `target/debug/xtask releng --output-dir /work`
16692024-12-13T20:51:54.050Z Compiling proc-macro2 v1.0.89
16702024-12-13T20:51:54.050Z Compiling unicode-ident v1.0.13
16712024-12-13T20:51:54.053Z Compiling libc v0.2.162
16722024-12-13T20:51:54.053Z Compiling serde v1.0.215
16732024-12-13T20:51:54.054Z Compiling autocfg v1.4.0
16742024-12-13T20:51:54.054Z Compiling version_check v0.9.5
16752024-12-13T20:51:54.054Z Compiling cfg-if v1.0.0
16762024-12-13T20:51:54.311Z Compiling memchr v2.7.4
16772024-12-13T20:51:54.380Z Compiling typenum v1.17.0
16782024-12-13T20:51:54.417Z Compiling shlex v1.3.0
16792024-12-13T20:51:54.827Z Compiling value-bag v1.9.0
16802024-12-13T20:51:54.895Z Compiling generic-array v0.14.7
16812024-12-13T20:51:55.084Z Compiling lock_api v0.4.12
16822024-12-13T20:51:55.269Z Compiling log v0.4.22
16832024-12-13T20:51:55.310Z Compiling scopeguard v1.2.0
16842024-12-13T20:51:55.410Z Compiling rustix v0.38.37
16852024-12-13T20:51:55.721Z Compiling parking_lot_core v0.9.10
16862024-12-13T20:51:56.096Z Compiling quote v1.0.37
16872024-12-13T20:51:56.118Z Compiling serde_json v1.0.132
16882024-12-13T20:51:56.138Z Compiling libm v0.2.8
16892024-12-13T20:51:56.141Z Compiling num-traits v0.2.19
16902024-12-13T20:51:56.412Z Compiling jobserver v0.1.32
16912024-12-13T20:51:56.446Z Compiling getrandom v0.2.15
16922024-12-13T20:51:56.488Z Compiling syn v2.0.87
16932024-12-13T20:51:56.643Z Compiling once_cell v1.20.2
16942024-12-13T20:51:56.715Z Compiling thiserror v1.0.69
16952024-12-13T20:51:56.752Z Compiling cc v1.1.30
16962024-12-13T20:51:56.806Z Compiling spin v0.9.8
16972024-12-13T20:51:56.844Z Compiling itoa v1.0.11
16982024-12-13T20:51:57.055Z Compiling aho-corasick v1.1.3
16992024-12-13T20:51:57.167Z Compiling regex-syntax v0.8.5
17002024-12-13T20:51:57.212Z Compiling slab v0.4.9
17012024-12-13T20:51:57.242Z Compiling errno v0.3.9
17022024-12-13T20:51:57.949Z Compiling byteorder v1.5.0
17032024-12-13T20:51:58.391Z Compiling lazy_static v1.5.0
17042024-12-13T20:51:58.449Z Compiling rand_core v0.6.4
17052024-12-13T20:51:58.762Z Compiling either v1.13.0
17062024-12-13T20:51:58.788Z Compiling glob v0.3.1
17072024-12-13T20:51:58.888Z Compiling prettyplease v0.2.25
17082024-12-13T20:51:59.182Z Compiling subtle v2.6.1
17092024-12-13T20:51:59.392Z Compiling minimal-lexical v0.2.1
17102024-12-13T20:51:59.615Z Compiling libloading v0.8.5
17112024-12-13T20:51:59.651Z Compiling clang-sys v1.8.1
17122024-12-13T20:51:59.852Z Compiling nom v7.1.3
17132024-12-13T20:51:59.986Z Compiling home v0.5.9
17142024-12-13T20:52:00.215Z Compiling bindgen v0.69.5
17152024-12-13T20:52:00.672Z Compiling itertools v0.10.5
17162024-12-13T20:52:00.982Z Compiling regex-automata v0.4.8
17172024-12-13T20:52:01.627Z Compiling rustc-hash v1.1.0
17182024-12-13T20:52:01.807Z Compiling lazycell v1.3.0
17192024-12-13T20:52:02.053Z Compiling cmake v0.1.51
17202024-12-13T20:52:02.999Z Compiling pkg-config v0.3.31
17212024-12-13T20:52:03.276Z Compiling smallvec v1.13.2
17222024-12-13T20:52:03.468Z Compiling cexpr v0.6.0
17232024-12-13T20:52:03.513Z Compiling semver v1.0.23
17242024-12-13T20:52:03.604Z Compiling fs_extra v1.3.0
17252024-12-13T20:52:03.797Z Compiling dunce v1.0.5
17262024-12-13T20:52:03.944Z Compiling ring v0.17.8
17272024-12-13T20:52:04.175Z Compiling heck v0.5.0
17282024-12-13T20:52:04.235Z Compiling synstructure v0.13.1
17292024-12-13T20:52:04.658Z Compiling ryu v1.0.18
17302024-12-13T20:52:04.976Z Compiling paste v1.0.15
17312024-12-13T20:52:05.061Z Compiling aws-lc-rs v1.10.0
17322024-12-13T20:52:05.649Z Compiling const-oid v0.9.6
17332024-12-13T20:52:05.671Z Compiling httparse v1.9.5
17342024-12-13T20:52:05.894Z Compiling pin-project-lite v0.2.14
17352024-12-13T20:52:06.365Z Compiling allocator-api2 v0.2.18
17362024-12-13T20:52:06.998Z Compiling regex v1.11.1
17372024-12-13T20:52:07.323Z Compiling futures-core v0.3.31
17382024-12-13T20:52:07.697Z Compiling signal-hook-registry v1.4.2
17392024-12-13T20:52:07.747Z Compiling time-core v0.1.2
17402024-12-13T20:52:08.302Z Compiling crossbeam-utils v0.8.20
17412024-12-13T20:52:08.467Z Compiling num-conv v0.1.0
17422024-12-13T20:52:08.667Z Compiling parking_lot v0.12.3
17432024-12-13T20:52:08.835Z Compiling time-macros v0.2.18
17442024-12-13T20:52:08.933Z Compiling mio v1.0.2
17452024-12-13T20:52:09.156Z Compiling vcpkg v0.2.15
17462024-12-13T20:52:09.517Z Compiling schemars v0.8.21
17472024-12-13T20:52:10.043Z Compiling serde_derive v1.0.215
17482024-12-13T20:52:10.254Z Compiling zeroize_derive v1.4.2
17492024-12-13T20:52:10.719Z Compiling zerocopy-derive v0.7.35
17502024-12-13T20:52:10.907Z Compiling tokio-macros v2.4.0
17512024-12-13T20:52:10.950Z Compiling thiserror-impl v1.0.69
17522024-12-13T20:52:11.174Z Compiling zerofrom-derive v0.1.4
17532024-12-13T20:52:11.880Z Compiling yoke-derive v0.7.4
17542024-12-13T20:52:11.945Z Compiling zeroize v1.8.1
17552024-12-13T20:52:12.576Z Compiling futures-macro v0.3.31
17562024-12-13T20:52:12.610Z Compiling zerovec-derive v0.10.3
17572024-12-13T20:52:12.940Z Compiling displaydoc v0.2.5
17582024-12-13T20:52:13.960Z Compiling zerocopy v0.7.35
17592024-12-13T20:52:14.584Z Compiling crypto-common v0.1.6
17602024-12-13T20:52:14.832Z Compiling icu_provider_macros v1.5.0
17612024-12-13T20:52:14.882Z Compiling tracing-attributes v0.1.27
17622024-12-13T20:52:14.927Z Compiling block-buffer v0.10.4
17632024-12-13T20:52:15.185Z Compiling der_derive v0.7.3
17642024-12-13T20:52:15.241Z Compiling digest v0.10.7
17652024-12-13T20:52:15.765Z Compiling openssl-sys v0.9.103
17662024-12-13T20:52:15.768Z Compiling fnv v1.0.7
17672024-12-13T20:52:16.836Z Compiling serde_derive_internals v0.29.1
17682024-12-13T20:52:17.351Z Compiling socket2 v0.5.7
17692024-12-13T20:52:17.707Z Compiling ahash v0.8.11
17702024-12-13T20:52:19.163Z Compiling cpufeatures v0.2.14
17712024-12-13T20:52:19.194Z Compiling futures-sink v0.3.31
17722024-12-13T20:52:19.309Z Compiling foldhash v0.1.3
17732024-12-13T20:52:19.367Z Compiling schemars_derive v0.8.21
17742024-12-13T20:52:19.433Z Compiling equivalent v1.0.1
17752024-12-13T20:52:19.619Z Compiling hashbrown v0.15.1
17762024-12-13T20:52:19.663Z Compiling stable_deref_trait v1.2.0
17772024-12-13T20:52:20.217Z Compiling slog v2.7.0
17782024-12-13T20:52:21.260Z Compiling futures-channel v0.3.31
17792024-12-13T20:52:21.520Z Compiling zerofrom v0.1.4
17802024-12-13T20:52:21.791Z Compiling scroll_derive v0.12.0
17812024-12-13T20:52:21.825Z Compiling openssl v0.10.66
17822024-12-13T20:52:21.861Z Compiling futures-task v0.3.31
17832024-12-13T20:52:21.928Z Compiling ucd-trie v0.1.7
17842024-12-13T20:52:22.208Z Compiling futures-io v0.3.31
17852024-12-13T20:52:22.254Z Compiling pin-utils v0.1.0
17862024-12-13T20:52:22.346Z Compiling pest v2.7.14
17872024-12-13T20:52:22.416Z Compiling yoke v0.7.4
17882024-12-13T20:52:22.437Z Compiling futures-util v0.3.31
17892024-12-13T20:52:22.877Z Compiling hmac v0.12.1
17902024-12-13T20:52:23.037Z Compiling tinyvec_macros v0.1.1
17912024-12-13T20:52:23.316Z Compiling tinyvec v1.8.0
17922024-12-13T20:52:23.414Z Compiling zerovec v0.10.4
17932024-12-13T20:52:24.215Z Compiling bitflags v2.6.0
17942024-12-13T20:52:25.174Z Compiling bytes v1.8.0
17952024-12-13T20:52:26.519Z Compiling tokio v1.40.0
17962024-12-13T20:52:27.369Z Compiling indexmap v2.6.0
17972024-12-13T20:52:27.425Z Compiling serde_tokenstream v0.2.2
17982024-12-13T20:52:29.005Z Compiling which v4.4.2
17992024-12-13T20:52:30.061Z Compiling http v1.1.0
18002024-12-13T20:52:30.182Z Compiling rustc_version v0.4.1
18012024-12-13T20:52:30.974Z Compiling pest_meta v2.7.14
18022024-12-13T20:52:31.873Z Compiling uuid v1.11.0
18032024-12-13T20:52:32.503Z Compiling block-padding v0.3.3
18042024-12-13T20:52:32.762Z Compiling openssl-macros v0.1.1
18052024-12-13T20:52:32.869Z Compiling rustls v0.23.19
18062024-12-13T20:52:33.333Z Compiling iana-time-zone v0.1.61
18072024-12-13T20:52:33.725Z Compiling native-tls v0.2.12
18082024-12-13T20:52:33.836Z Compiling chrono v0.4.38
18092024-12-13T20:52:34.180Z Compiling inout v0.1.3
18102024-12-13T20:52:34.551Z Compiling pest_generator v2.7.14
18112024-12-13T20:52:35.412Z Compiling unicode-normalization v0.1.24
18122024-12-13T20:52:35.544Z Compiling cipher v0.4.4
18132024-12-13T20:52:36.039Z Compiling tinystr v0.7.6
18142024-12-13T20:52:36.393Z Compiling pest_derive v2.7.14
18152024-12-13T20:52:36.710Z Compiling sha2 v0.10.8
18162024-12-13T20:52:37.047Z Compiling async-trait v0.1.83
18172024-12-13T20:52:37.282Z Compiling cookie v0.18.1
18182024-12-13T20:52:37.434Z Compiling usdt-impl v0.5.0
18192024-12-13T20:52:37.640Z Compiling writeable v0.5.5
18202024-12-13T20:52:37.835Z Compiling litemap v0.7.3
18212024-12-13T20:52:38.450Z Compiling unicode-bidi v0.3.17
18222024-12-13T20:52:38.948Z Compiling base64ct v1.6.0
18232024-12-13T20:52:39.705Z Compiling pem-rfc7468 v0.7.0
18242024-12-13T20:52:39.780Z Compiling icu_locid v1.5.0
18252024-12-13T20:52:41.863Z Compiling scroll v0.12.0
18262024-12-13T20:52:42.586Z Compiling ppv-lite86 v0.2.20
18272024-12-13T20:52:42.912Z Compiling tracing-core v0.1.32
18282024-12-13T20:52:43.437Z Compiling dyn-clone v1.0.17
18292024-12-13T20:52:43.627Z Compiling untrusted v0.7.1
18302024-12-13T20:52:43.830Z Compiling camino v1.1.9
18312024-12-13T20:52:43.909Z Compiling aws-lc-sys v0.22.0
18322024-12-13T20:52:44.408Z Compiling rustls-pki-types v1.10.0
18332024-12-13T20:52:45.059Z Compiling syn v1.0.109
18342024-12-13T20:52:45.606Z Compiling plain v0.2.3
18352024-12-13T20:52:45.790Z Compiling percent-encoding v2.3.1
18362024-12-13T20:52:46.259Z Compiling flagset v0.4.6
18372024-12-13T20:52:46.280Z Compiling goblin v0.8.2
18382024-12-13T20:52:46.552Z Compiling der v0.7.9
18392024-12-13T20:52:48.881Z Compiling tracing v0.1.40
18402024-12-13T20:52:49.756Z Compiling rand_chacha v0.3.1
18412024-12-13T20:52:51.028Z Compiling icu_provider v1.5.0
18422024-12-13T20:52:51.725Z Compiling tokio-util v0.7.12
18432024-12-13T20:52:53.385Z Compiling powerfmt v0.2.0
18442024-12-13T20:52:53.501Z Compiling icu_locid_transform_data v1.5.0
18452024-12-13T20:52:53.911Z Compiling untrusted v0.9.0
18462024-12-13T20:52:54.159Z Compiling rustls v0.22.4
18472024-12-13T20:52:54.266Z Compiling rayon-core v1.12.1
18482024-12-13T20:52:54.327Z Compiling pretty-hex v0.4.1
18492024-12-13T20:52:54.500Z Compiling mirai-annotations v1.12.0
18502024-12-13T20:52:54.562Z Compiling dof v0.3.0
18512024-12-13T20:52:54.621Z Compiling icu_locid_transform v1.5.0
18522024-12-13T20:52:54.722Z Compiling deranged v0.3.11
18532024-12-13T20:52:56.561Z Compiling rand v0.8.5
18542024-12-13T20:52:57.505Z Compiling spki v0.7.3
18552024-12-13T20:52:57.520Z Compiling dtrace-parser v0.2.0
18562024-12-13T20:52:58.463Z Compiling salsa20 v0.10.2
18572024-12-13T20:52:58.718Z Compiling icu_collections v1.5.0
18582024-12-13T20:52:59.540Z Compiling pbkdf2 v0.12.2
18592024-12-13T20:53:01.103Z Compiling bzip2-sys v0.1.11+1.0.8
18602024-12-13T20:53:01.619Z Compiling thread-id v4.2.2
18612024-12-13T20:53:01.987Z Compiling num_threads v0.1.7
18622024-12-13T20:53:02.039Z Compiling icu_properties_data v1.5.0
18632024-12-13T20:53:02.362Z Compiling atomic-waker v1.1.2
18642024-12-13T20:53:02.650Z Compiling icu_properties v1.5.1
18652024-12-13T20:53:04.624Z Compiling time v0.3.36
18662024-12-13T20:53:07.815Z Compiling scrypt v0.11.0
18672024-12-13T20:53:07.863Z Compiling form_urlencoded v1.2.1
18682024-12-13T20:53:08.328Z Compiling cbc v0.1.2
18692024-12-13T20:53:08.366Z Compiling aes v0.8.4
18702024-12-13T20:53:08.562Z Compiling http-body v1.0.1
18712024-12-13T20:53:08.939Z Compiling multer v3.1.0
18722024-12-13T20:53:09.285Z Compiling utf16_iter v1.0.5
18732024-12-13T20:53:09.329Z Compiling utf8_iter v1.0.4
18742024-12-13T20:53:09.525Z Compiling icu_normalizer_data v1.5.0
18752024-12-13T20:53:09.814Z Compiling try-lock v0.2.5
18762024-12-13T20:53:09.855Z Compiling write16 v1.0.0
18772024-12-13T20:53:09.984Z Compiling slog-async v2.8.0
18782024-12-13T20:53:10.236Z Compiling icu_normalizer v1.5.0
18792024-12-13T20:53:10.658Z Compiling want v0.3.1
18802024-12-13T20:53:11.069Z Compiling pkcs5 v0.7.1
18812024-12-13T20:53:14.235Z Compiling h2 v0.4.6
18822024-12-13T20:53:15.628Z Compiling heapless v0.7.17
18832024-12-13T20:53:15.875Z Compiling zerocopy-derive v0.6.6
18842024-12-13T20:53:16.463Z Compiling num-bigint-dig v0.8.4
18852024-12-13T20:53:16.754Z Compiling anyhow v1.0.93
18862024-12-13T20:53:17.471Z Compiling signal-hook v0.3.17
18872024-12-13T20:53:17.768Z Compiling base64 v0.22.1
18882024-12-13T20:53:17.803Z Compiling httpdate v1.0.3
18892024-12-13T20:53:19.373Z Compiling pkcs8 v0.10.2
18902024-12-13T20:53:19.817Z Compiling idna_adapter v1.2.0
18912024-12-13T20:53:20.150Z Compiling usdt-macro v0.5.0
18922024-12-13T20:53:20.258Z Compiling usdt-attr-macro v0.5.0
18932024-12-13T20:53:21.838Z Compiling hyper v1.5.0
18942024-12-13T20:53:22.018Z Compiling async-stream-impl v0.3.6
18952024-12-13T20:53:22.699Z Compiling rustversion v1.0.17
18962024-12-13T20:53:23.309Z Compiling strsim v0.11.1
18972024-12-13T20:53:23.725Z Compiling tower-service v0.3.3
18982024-12-13T20:53:24.830Z Compiling hyper-util v0.1.10
18992024-12-13T20:53:25.366Z Compiling idna v1.0.3
19002024-12-13T20:53:31.732Z Compiling curve25519-dalek v4.1.3
19012024-12-13T20:53:32.203Z Compiling openapiv3 v2.0.0
19022024-12-13T20:53:32.772Z Compiling toml_datetime v0.6.8
19032024-12-13T20:53:32.977Z Compiling serde_spanned v0.6.8
19042024-12-13T20:53:33.297Z Compiling enum-as-inner v0.6.1
19052024-12-13T20:53:34.145Z Compiling dropshot v0.12.0
19062024-12-13T20:53:34.419Z Compiling foreign-types-shared v0.1.1
19072024-12-13T20:53:34.542Z Compiling match_cfg v0.1.0
19082024-12-13T20:53:34.908Z Compiling adler2 v2.0.0
19092024-12-13T20:53:35.118Z Compiling smoltcp v0.9.1
19102024-12-13T20:53:35.316Z Compiling portable-atomic v1.9.0
19112024-12-13T20:53:35.708Z Compiling miniz_oxide v0.8.0
19122024-12-13T20:53:36.181Z Compiling foreign-types v0.3.2
19132024-12-13T20:53:36.284Z Compiling hostname v0.3.1
19142024-12-13T20:53:37.784Z Compiling url v2.5.3
19152024-12-13T20:53:43.284Z Compiling http-body-util v0.1.2
19162024-12-13T20:53:43.897Z Compiling clap_derive v4.5.18
19172024-12-13T20:53:44.078Z Compiling dirs-sys-next v0.1.2
19182024-12-13T20:53:44.975Z Compiling encoding_rs v0.8.34
19192024-12-13T20:53:47.825Z Compiling data-encoding v2.6.0
19202024-12-13T20:53:48.558Z Compiling mime v0.3.17
19212024-12-13T20:53:49.537Z Compiling siphasher v0.3.11
19222024-12-13T20:53:50.008Z Compiling dirs-next v2.0.0
19232024-12-13T20:53:56.145Z Compiling hubpack_derive v0.1.1
19242024-12-13T20:53:56.871Z Compiling serde_urlencoded v0.7.1
19252024-12-13T20:53:57.057Z Compiling crossbeam-epoch v0.9.18
19262024-12-13T20:53:57.689Z Compiling hashbrown v0.14.5
19272024-12-13T20:53:57.822Z Compiling rustls-pemfile v2.2.0
19282024-12-13T20:53:58.426Z Compiling dropshot_endpoint v0.12.0
19292024-12-13T20:54:00.358Z Compiling sha1 v0.10.6
19302024-12-13T20:54:00.792Z Compiling signature v2.2.0
19312024-12-13T20:54:00.884Z Compiling curve25519-dalek-derive v0.1.1
19322024-12-13T20:54:01.117Z Compiling thread_local v1.1.8
19332024-12-13T20:54:01.683Z Compiling rustls-webpki v0.102.8
19342024-12-13T20:54:02.545Z Compiling fs-err v2.11.0
19352024-12-13T20:54:02.910Z Compiling utf8parse v0.2.2
19362024-12-13T20:54:02.949Z Compiling ipnet v2.10.1
19372024-12-13T20:54:03.179Z Compiling openssl-probe v0.1.5
19382024-12-13T20:54:03.647Z Compiling unicode-properties v0.1.3
19392024-12-13T20:54:03.699Z Compiling gimli v0.31.1
19402024-12-13T20:54:04.081Z Compiling winnow v0.6.20
19412024-12-13T20:54:11.199Z Compiling anstyle v1.0.10
19422024-12-13T20:54:11.416Z Compiling stringprep v0.1.5
19432024-12-13T20:54:11.416Z Compiling toml_edit v0.22.22
19442024-12-13T20:54:11.514Z Compiling addr2line v0.24.2
19452024-12-13T20:54:11.514Z Compiling anstyle-parse v0.2.5
19462024-12-13T20:54:11.514Z Compiling regress v0.10.1
19472024-12-13T20:54:11.514Z Compiling crossbeam-deque v0.8.5
19482024-12-13T20:54:11.514Z Compiling term v0.7.0
19492024-12-13T20:54:12.932Z Compiling slog-json v2.6.1
19502024-12-13T20:54:14.197Z Compiling crossbeam-channel v0.5.13
19512024-12-13T20:54:15.650Z Compiling idna v0.3.0
19522024-12-13T20:54:15.705Z Compiling idna v0.4.0
19532024-12-13T20:54:17.205Z Compiling futures-executor v0.3.31
19542024-12-13T20:54:17.714Z Compiling num-integer v0.1.46
19552024-12-13T20:54:18.183Z Compiling md-5 v0.10.6
19562024-12-13T20:54:18.430Z Compiling ff v0.13.0
19572024-12-13T20:54:18.451Z Compiling hash32 v0.2.1
19582024-12-13T20:54:18.485Z Compiling is-terminal v0.4.13
19592024-12-13T20:54:18.623Z Compiling memmap v0.7.0
19602024-12-13T20:54:18.679Z Compiling object v0.36.5
19612024-12-13T20:54:18.812Z Compiling rustc-demangle v0.1.24
19622024-12-13T20:54:18.951Z Compiling is_terminal_polyfill v1.70.1
19632024-12-13T20:54:19.088Z Compiling psl-types v2.0.11
19642024-12-13T20:54:19.321Z Compiling heck v0.4.1
19652024-12-13T20:54:19.507Z Compiling utf-8 v0.7.6
19662024-12-13T20:54:19.741Z Compiling anstyle-query v1.1.1
19672024-12-13T20:54:19.801Z Compiling base16ct v0.2.0
19682024-12-13T20:54:19.850Z Compiling fallible-iterator v0.2.0
19692024-12-13T20:54:19.899Z Compiling take_mut v0.2.2
19702024-12-13T20:54:20.074Z Compiling colorchoice v1.0.2
19712024-12-13T20:54:20.106Z Compiling quick-error v1.2.3
19722024-12-13T20:54:20.242Z Compiling linked-hash-map v0.5.6
19732024-12-13T20:54:20.263Z Compiling resolv-conf v0.7.0
19742024-12-13T20:54:20.566Z Compiling postgres-protocol v0.6.7
19752024-12-13T20:54:20.629Z Compiling lru-cache v0.1.2
19762024-12-13T20:54:20.829Z Compiling anstream v0.6.15
19772024-12-13T20:54:21.502Z Compiling sec1 v0.7.3
19782024-12-13T20:54:21.793Z Compiling publicsuffix v2.2.3
19792024-12-13T20:54:21.910Z Compiling strum_macros v0.25.3
19802024-12-13T20:54:22.050Z Compiling tungstenite v0.24.0
19812024-12-13T20:54:22.388Z Compiling usdt v0.5.0
19822024-12-13T20:54:22.853Z Compiling group v0.13.0
19832024-12-13T20:54:23.150Z Compiling slog-term v2.9.1
19842024-12-13T20:54:24.065Z Compiling num-iter v0.1.45
19852024-12-13T20:54:24.086Z Compiling futures v0.3.31
19862024-12-13T20:54:24.419Z Compiling hickory-proto v0.24.1
19872024-12-13T20:54:24.498Z Compiling tokio-rustls v0.26.0
19882024-12-13T20:54:25.821Z Compiling tokio-rustls v0.25.0
19892024-12-13T20:54:26.240Z Compiling backtrace v0.3.74
19902024-12-13T20:54:26.336Z Compiling typify-impl v0.2.0
19912024-12-13T20:54:26.664Z Compiling slog-bunyan v2.5.0
19922024-12-13T20:54:26.686Z Compiling toml v0.8.19
19932024-12-13T20:54:26.876Z Compiling tokio-native-tls v0.3.1
19942024-12-13T20:54:27.351Z Compiling phf_shared v0.11.2
19952024-12-13T20:54:27.749Z Compiling async-stream v0.3.6
19962024-12-13T20:54:28.065Z Compiling waitgroup v0.1.2
19972024-12-13T20:54:28.136Z Compiling webpki-roots v0.26.6
19982024-12-13T20:54:28.338Z Compiling idna v0.5.0
19992024-12-13T20:54:28.453Z Compiling terminal_size v0.4.0
20002024-12-13T20:54:28.670Z Compiling serde_path_to_error v0.1.16
20012024-12-13T20:54:29.481Z Compiling hkdf v0.12.4
20022024-12-13T20:54:29.711Z Compiling crypto-bigint v0.5.5
20032024-12-13T20:54:29.732Z Compiling derive-where v1.2.7
20042024-12-13T20:54:29.777Z Compiling serde_repr v0.1.19
20052024-12-13T20:54:30.979Z Compiling hostname v0.4.0
20062024-12-13T20:54:31.205Z Compiling crc32fast v1.4.2
20072024-12-13T20:54:32.433Z Compiling unicode-width v0.1.14
20082024-12-13T20:54:32.666Z Compiling winnow v0.5.40
20092024-12-13T20:54:33.049Z Compiling managed v0.8.0
20102024-12-13T20:54:33.260Z Compiling clap_lex v0.7.2
20112024-12-13T20:54:33.282Z Compiling debug-ignore v1.0.5
20122024-12-13T20:54:33.425Z Compiling bitflags v1.3.2
20132024-12-13T20:54:33.483Z Compiling elliptic-curve v0.13.8
20142024-12-13T20:54:33.688Z Compiling clap_builder v4.5.21
20152024-12-13T20:54:33.863Z Compiling console v0.15.8
20162024-12-13T20:54:35.687Z Compiling flate2 v1.0.34
20172024-12-13T20:54:36.417Z Compiling toml_edit v0.19.15
20182024-12-13T20:54:36.598Z Compiling hickory-resolver v0.24.1
20192024-12-13T20:54:38.012Z Compiling typify-macro v0.2.0
20202024-12-13T20:54:38.079Z Compiling cookie_store v0.21.0
20212024-12-13T20:54:41.659Z Compiling hyper-rustls v0.27.3
20222024-12-13T20:54:42.742Z Compiling phf v0.11.2
20232024-12-13T20:54:43.346Z Compiling hyper-tls v0.6.0
20242024-12-13T20:54:43.921Z Compiling signal-hook-mio v0.2.4
20252024-12-13T20:54:44.097Z Compiling rayon v1.10.0
20262024-12-13T20:54:44.168Z Compiling bzip2 v0.4.4
20272024-12-13T20:54:44.327Z Compiling tokio-tungstenite v0.24.0
20282024-12-13T20:54:44.543Z Compiling postgres-types v0.2.8
20292024-12-13T20:54:44.992Z Compiling ed25519 v2.2.3
20302024-12-13T20:54:45.385Z Compiling hubpack v0.1.2
20312024-12-13T20:54:45.405Z Compiling phf_shared v0.10.0
20322024-12-13T20:54:45.485Z Compiling pkcs1 v0.7.5
20332024-12-13T20:54:45.801Z Compiling zerocopy v0.6.6
20342024-12-13T20:54:45.951Z Compiling tokio-stream v0.1.16
20352024-12-13T20:54:46.903Z Compiling serde-big-array v0.5.1
20362024-12-13T20:54:46.961Z Compiling rfc6979 v0.4.0
20372024-12-13T20:54:46.996Z Compiling float-cmp v0.9.0
20382024-12-13T20:54:47.203Z Compiling sync_wrapper v1.0.1
20392024-12-13T20:54:47.365Z Compiling bstr v1.10.0
20402024-12-13T20:54:47.431Z Compiling unicode-segmentation v1.12.0
20412024-12-13T20:54:48.324Z Compiling fixedbitset v0.4.2
20422024-12-13T20:54:48.463Z Compiling difflib v0.4.0
20432024-12-13T20:54:48.777Z Compiling predicates-core v1.0.8
20442024-12-13T20:54:48.963Z Compiling whoami v1.5.2
20452024-12-13T20:54:49.092Z Compiling number_prefix v0.4.0
20462024-12-13T20:54:49.122Z Compiling precomputed-hash v0.1.1
20472024-12-13T20:54:49.418Z Compiling normalize-line-endings v0.3.0
20482024-12-13T20:54:49.507Z Compiling static_assertions v1.1.0
20492024-12-13T20:54:49.551Z Compiling unicode-width v0.2.0
20502024-12-13T20:54:49.621Z Compiling bit-vec v0.6.3
20512024-12-13T20:54:49.699Z Compiling new_debug_unreachable v1.0.6
20522024-12-13T20:54:49.755Z Compiling gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=9bbac475dcaac88286c07a20b6bd3e94fc81d7f0#9bbac475)
20532024-12-13T20:54:49.798Z Compiling string_cache v0.8.7
20542024-12-13T20:54:50.045Z Compiling indicatif v0.17.9
20552024-12-13T20:54:50.083Z Compiling bit-set v0.5.3
20562024-12-13T20:54:50.211Z Compiling predicates v3.1.2
20572024-12-13T20:54:51.424Z Compiling tokio-postgres v0.7.12
20582024-12-13T20:54:51.773Z Compiling reqwest v0.12.9
20592024-12-13T20:54:51.913Z Compiling petgraph v0.6.5
20602024-12-13T20:54:52.225Z Compiling similar v2.6.0
20612024-12-13T20:54:56.226Z Compiling ecdsa v0.16.9
20622024-12-13T20:54:56.736Z Compiling qorb v0.2.1
20632024-12-13T20:54:57.026Z Compiling rsa v0.9.6
20642024-12-13T20:54:57.147Z Compiling ed25519-dalek v2.1.1
20652024-12-13T20:54:58.531Z Compiling zip v0.6.6
20662024-12-13T20:54:58.688Z Compiling crossterm v0.28.1
20672024-12-13T20:54:58.863Z Compiling toml v0.7.8
20682024-12-13T20:54:59.782Z Compiling clap v4.5.21
20692024-12-13T20:55:02.215Z Compiling x509-cert v0.2.5
20702024-12-13T20:55:02.532Z Compiling hex v0.4.3
20712024-12-13T20:55:06.266Z Compiling peg-runtime v0.8.3
20722024-12-13T20:55:06.588Z Compiling lalrpop-util v0.19.12
20732024-12-13T20:55:06.955Z Compiling unicode-xid v0.2.6
20742024-12-13T20:55:07.126Z Compiling radium v0.7.0
20752024-12-13T20:55:08.873Z Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack)
20762024-12-13T20:55:24.953Z Compiling maybe-uninit v2.0.0
20772024-12-13T20:55:25.838Z Compiling ident_case v1.0.1
20782024-12-13T20:55:26.027Z Compiling tap v1.0.1
20792024-12-13T20:55:29.711Z Compiling wyz v0.5.1
20802024-12-13T20:55:30.201Z Compiling darling_core v0.20.10
20812024-12-13T20:55:36.330Z Compiling typify v0.2.0
20822024-12-13T20:55:40.378Z Compiling funty v2.0.0
20832024-12-13T20:55:40.592Z Compiling packed_struct v0.10.1
20842024-12-13T20:55:41.158Z Compiling unsafe-libyaml v0.2.11
20852024-12-13T20:55:42.151Z Compiling bitvec v1.0.1
20862024-12-13T20:55:42.818Z Compiling serde_yaml v0.9.34+deprecated
20872024-12-13T20:55:46.487Z Compiling progenitor-impl v0.8.0
20882024-12-13T20:55:46.712Z Compiling darling_macro v0.20.10
20892024-12-13T20:55:48.340Z Compiling packed_struct_codegen v0.10.1
20902024-12-13T20:55:50.993Z Compiling structmeta-derive v0.3.0
20912024-12-13T20:55:51.698Z Compiling indexmap v1.9.3
20922024-12-13T20:55:53.020Z Compiling crc-catalog v2.4.0
20932024-12-13T20:55:53.147Z Compiling nodrop v0.1.14
20942024-12-13T20:55:53.249Z Compiling fastrand v2.1.1
20952024-12-13T20:55:53.281Z Compiling newtype-uuid v1.1.3
20962024-12-13T20:55:53.529Z Compiling structmeta v0.3.0
20972024-12-13T20:55:53.597Z Compiling tempfile v3.13.0
20982024-12-13T20:55:53.882Z Compiling progenitor-macro v0.8.0
20992024-12-13T20:55:53.930Z Compiling array-init v0.0.4
21002024-12-13T20:55:55.381Z Compiling crc v3.2.1
21012024-12-13T20:56:01.234Z Compiling smallvec v0.6.14
21022024-12-13T20:56:01.737Z Compiling darling v0.20.10
21032024-12-13T20:56:07.806Z Compiling progenitor-client v0.8.0
21042024-12-13T20:56:09.878Z Compiling pin-project-internal v1.1.6
21052024-12-13T20:56:10.041Z Compiling dropshot v0.13.0
21062024-12-13T20:56:12.128Z Compiling hashbrown v0.12.3
21072024-12-13T20:56:13.521Z Compiling base64 v0.21.7
21082024-12-13T20:56:13.816Z Compiling bitfield v0.14.0
21092024-12-13T20:56:13.819Z Compiling same-file v1.0.6
21102024-12-13T20:56:14.123Z Compiling termcolor v1.4.1
21112024-12-13T20:56:15.151Z Compiling env_logger v0.10.2
21122024-12-13T20:56:16.283Z Compiling lpc55_areas v0.2.5 (https://github.com/oxidecomputer/lpc55_support#131520fc)
21132024-12-13T20:56:17.375Z Compiling ron v0.8.1
21142024-12-13T20:56:18.230Z Compiling walkdir v2.5.0
21152024-12-13T20:56:20.958Z Compiling pin-project v1.1.6
21162024-12-13T20:56:28.952Z Compiling progenitor v0.8.0
21172024-12-13T20:56:30.393Z Compiling serde_with_macros v3.11.0
21182024-12-13T20:56:32.475Z Compiling serde-hex v0.1.0
21192024-12-13T20:56:32.865Z Compiling tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc#e644a21a)
21202024-12-13T20:56:33.199Z Compiling parse-display-derive v0.10.0
21212024-12-13T20:56:37.166Z Compiling strum_macros v0.26.4
21222024-12-13T20:56:37.247Z Compiling hashbrown v0.13.2
21232024-12-13T20:56:37.594Z Compiling ipnetwork v0.20.0
21242024-12-13T20:56:37.630Z Compiling xattr v1.3.1
21252024-12-13T20:56:38.046Z Compiling dropshot_endpoint v0.13.0
21262024-12-13T20:56:38.260Z Compiling snafu-derive v0.8.5
21272024-12-13T20:56:38.506Z Compiling slog-error-chain-derive v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041)
21282024-12-13T20:56:38.627Z Compiling ring v0.16.20
21292024-12-13T20:56:39.217Z Compiling blake3 v1.5.4
21302024-12-13T20:56:39.625Z Compiling filetime v0.2.25
21312024-12-13T20:56:39.818Z Compiling instant v0.1.13
21322024-12-13T20:56:39.997Z Compiling simd-adler32 v0.3.7
21332024-12-13T20:56:40.410Z Compiling buf-list v1.0.3
21342024-12-13T20:56:41.147Z Compiling lockfree-object-pool v0.1.6
21352024-12-13T20:56:41.446Z Compiling zip v2.1.3
21362024-12-13T20:56:41.592Z Compiling crc-any v2.5.0
21372024-12-13T20:56:41.614Z Compiling bumpalo v3.16.0
21382024-12-13T20:56:41.795Z Compiling strum v0.26.3
21392024-12-13T20:56:41.992Z Compiling lpc55_sign v0.3.4 (https://github.com/oxidecomputer/lpc55_support#131520fc)
21402024-12-13T20:56:42.173Z Compiling zopfli v0.8.1
21412024-12-13T20:56:42.405Z Compiling backoff v0.4.0
21422024-12-13T20:56:42.530Z Compiling tar v0.4.42
21432024-12-13T20:56:42.888Z Compiling snafu v0.8.5
21442024-12-13T20:56:44.219Z Compiling slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041)
21452024-12-13T20:56:44.452Z Compiling object v0.30.4
21462024-12-13T20:56:46.365Z Compiling oxnet v0.1.0 (https://github.com/oxidecomputer/oxnet#7dacd265)
21472024-12-13T20:56:48.075Z Compiling parse-display v0.10.0
21482024-12-13T20:56:49.320Z Compiling omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds)
21492024-12-13T20:56:49.492Z Compiling tlvc-text v0.3.0 (https://github.com/oxidecomputer/tlvc#e644a21a)
21502024-12-13T20:56:49.919Z Compiling serde_with v3.11.0
21512024-12-13T20:56:49.939Z Compiling api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity)
21522024-12-13T20:56:49.979Z Compiling mg-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=93cd0d642cf1b58f9f4528275e2a2aa758e9feb3#93cd0d64)
21532024-12-13T20:56:50.651Z Compiling camino-tempfile v1.1.1
21542024-12-13T20:56:51.055Z Compiling globset v0.4.15
21552024-12-13T20:56:51.415Z Compiling serde_human_bytes v0.1.0 (https://github.com/oxidecomputer/serde_human_bytes?branch=main#0a097945)
21562024-12-13T20:56:51.617Z Compiling regress v0.9.1
21572024-12-13T20:56:54.228Z Compiling pem v3.0.4
21582024-12-13T20:56:55.639Z Compiling olpc-cjson v0.1.4
21592024-12-13T20:56:55.977Z Compiling serde_plain v1.0.2
21602024-12-13T20:56:56.492Z Compiling macaddr v1.0.1
21612024-12-13T20:56:56.679Z Compiling async-recursion v1.1.1
21622024-12-13T20:56:57.133Z Compiling memmap2 v0.9.5
21632024-12-13T20:56:57.404Z Compiling arrayvec v0.7.6
21642024-12-13T20:56:57.734Z Compiling spin v0.5.2
21652024-12-13T20:56:57.933Z Compiling constant_time_eq v0.3.1
21662024-12-13T20:56:58.003Z Compiling arrayref v0.3.9
21672024-12-13T20:56:58.117Z Compiling path-slash v0.1.5
21682024-12-13T20:56:58.117Z Compiling typed-path v0.9.3
21692024-12-13T20:56:58.362Z Compiling hubtools v0.4.6 (https://github.com/oxidecomputer/hubtools.git?branch=main#f48e2da0)
21702024-12-13T20:56:59.314Z Compiling omicron-common v0.1.0 (/work/oxidecomputer/omicron/common)
21712024-12-13T20:57:00.885Z Compiling tough v0.19.0
21722024-12-13T20:57:05.137Z Compiling itertools v0.13.0
21732024-12-13T20:57:05.519Z Compiling cargo-platform v0.1.8
21742024-12-13T20:57:05.806Z Compiling topological-sort v0.2.2
21752024-12-13T20:57:06.085Z Compiling parse-size v1.1.0
21762024-12-13T20:57:06.391Z Compiling omicron-zone-package v0.11.1
21772024-12-13T20:57:06.623Z Compiling cargo_metadata v0.18.1
21782024-12-13T20:57:11.570Z Compiling shell-words v1.1.0
21792024-12-13T20:57:12.385Z Compiling tufaceous-lib v0.1.0 (/work/oxidecomputer/omicron/tufaceous-lib)
21802024-12-13T20:57:25.741Z Compiling omicron-releng v0.1.0 (/work/oxidecomputer/omicron/dev-tools/releng)
21812024-12-13T20:57:40.479Z Finished `release` profile [optimized] target(s) in 5m 47s
21822024-12-13T20:57:40.641Z Running `target/release/omicron-releng --output-dir /work`
21832024-12-13T20:57:40.687ZDec 13 20:57:38.880 DEBG changing working directory to /work/oxidecomputer/omicron
21842024-12-13T20:57:40.786ZDec 13 20:57:38.981 DEBG running: git rev-parse HEAD
21852024-12-13T20:57:40.793ZDec 13 20:57:38.988 DEBG process exited with exit status: 0 (6.632285ms)
21862024-12-13T20:57:40.793ZDec 13 20:57:38.988 INFO version: 12.0.0-0.ci+gitb6506393d43
21872024-12-13T20:57:40.834ZDec 13 20:57:39.029 INFO cloning helios to /work/oxidecomputer/helios
21882024-12-13T20:57:40.834ZDec 13 20:57:39.029 DEBG running: git clone https://github.com/oxidecomputer/helios.git /work/oxidecomputer/helios
21892024-12-13T20:57:40.839ZCloning into '/work/oxidecomputer/helios'...
21902024-12-13T20:57:41.317ZDec 13 20:57:39.512 DEBG process exited with exit status: 0 (483.361064ms)
21912024-12-13T20:57:41.317ZDec 13 20:57:39.512 DEBG running: git -C /work/oxidecomputer/helios status --branch '--porcelain=2'
21922024-12-13T20:57:41.324Z# branch.oid 53bc8bcccb29641cca9248dac64ce901acb8732b
21932024-12-13T20:57:41.325Z# branch.head master
21942024-12-13T20:57:41.325Z# branch.upstream origin/master
21952024-12-13T20:57:41.325Z# branch.ab +0 -0
21962024-12-13T20:57:41.327ZDec 13 20:57:39.520 DEBG process exited with exit status: 0 (7.756515ms)
21972024-12-13T20:57:41.327ZDec 13 20:57:39.520 DEBG running: pkg verify -q /system/zones/brand/omicron1/tools
21982024-12-13T20:57:42.182ZDec 13 20:57:40.376 DEBG process exited with exit status: 0 (856.306716ms)
21992024-12-13T20:57:42.182ZDec 13 20:57:40.376 DEBG running: zfs list rpool/images/build/host
22002024-12-13T20:57:42.189ZNAME USED AVAIL REFER MOUNTPOINT
22012024-12-13T20:57:42.189Zrpool/images/build/host 24K 152G 24K /rpool/images/build/host
22022024-12-13T20:57:42.191ZDec 13 20:57:40.384 DEBG process exited with exit status: 0 (7.317964ms)
22032024-12-13T20:57:42.191ZDec 13 20:57:40.384 DEBG running: zfs list rpool/images/build/recovery
22042024-12-13T20:57:42.195ZNAME USED AVAIL REFER MOUNTPOINT
22052024-12-13T20:57:42.195Zrpool/images/build/recovery 24K 152G 24K /rpool/images/build/recovery
22062024-12-13T20:57:42.198ZDec 13 20:57:40.390 DEBG process exited with exit status: 0 (6.494077ms)
22072024-12-13T20:57:42.198ZDec 13 20:57:40.391 INFO [hubris-staging] running task
22082024-12-13T20:57:42.198ZDec 13 20:57:40.392 INFO [hubris-production] running task
22092024-12-13T20:57:42.199ZDec 13 20:57:40.392 INFO [helios-setup] running: BUILD_OS=no PWD=/work/oxidecomputer/helios ptime -m gmake setup
22102024-12-13T20:57:42.202ZDec 13 20:57:40.395 INFO [omicron-package] running: ptime -m /home/build/.rustup/toolchains/1.81.0-x86_64-unknown-illumos/bin/cargo build --locked --release --bin omicron-package
22112024-12-13T20:57:42.266Z[ helios-setup] cd tools/helios-build && cargo build --quiet
22122024-12-13T20:57:42.947Z[ omicron-package] Blocking waiting for file lock on package cache
22132024-12-13T20:57:43.239Z[ omicron-package] Blocking waiting for file lock on package cache
22142024-12-13T20:57:43.516Z[ omicron-package] Blocking waiting for file lock on package cache
22152024-12-13T20:57:43.977ZDec 13 20:57:42.171 INFO [hubris-production] task succeeded (1.779445165s)
22162024-12-13T20:57:44.531Z[ omicron-package] Compiling zerocopy v0.8.10
22172024-12-13T20:57:44.542Z[ omicron-package] Compiling proc-macro-crate v1.3.1
22182024-12-13T20:57:44.542Z[ omicron-package] Compiling itertools v0.13.0
22192024-12-13T20:57:44.542Z[ omicron-package] Compiling zerocopy-derive v0.8.10
22202024-12-13T20:57:44.542Z[ omicron-package] Compiling heapless v0.8.0
22212024-12-13T20:57:44.542Z[ omicron-package] Compiling hash32 v0.3.1
22222024-12-13T20:57:44.542Z[ omicron-package] Compiling nvpair-sys v0.4.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
22232024-12-13T20:57:44.542Z[ omicron-package] Compiling smoltcp v0.11.0
22242024-12-13T20:57:46.054Z[ omicron-package] Compiling proc-macro-error-attr v1.0.4
22252024-12-13T20:57:46.056Z[ omicron-package] Compiling cobs v0.2.3
22262024-12-13T20:57:46.199Z[ omicron-package] Compiling libdlpi-sys v0.1.0 (https://github.com/oxidecomputer/dlpi-sys#1d587ea9)
22272024-12-13T20:57:46.360Z[ omicron-package] Compiling num_enum_derive v0.5.11
22282024-12-13T20:57:46.648Z[ omicron-package] Compiling postcard v1.0.10
22292024-12-13T20:57:47.028Z[ omicron-package] Compiling opte v0.1.0 (https://github.com/oxidecomputer/opte?rev=b56afeeb14e0042cbd7bda85b166ed86ee17820e#b56afeeb)
22302024-12-13T20:57:47.345Z[ omicron-package] Compiling proc-macro-error v1.0.4
22312024-12-13T20:57:47.468Z[ omicron-package] Compiling foreign-types-macros v0.2.3
22322024-12-13T20:57:48.172Z[ omicron-package] Compiling foreign-types-shared v0.3.1
22332024-12-13T20:57:48.236Z[ omicron-package] Compiling illumos-sys-hdrs v0.1.0 (https://github.com/oxidecomputer/opte?rev=b56afeeb14e0042cbd7bda85b166ed86ee17820e#b56afeeb)
22342024-12-13T20:57:49.250Z[ omicron-package] Compiling tabwriter v1.4.0
22352024-12-13T20:57:49.923Z[ omicron-package] Compiling rusty-doors-macros v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495)
22362024-12-13T20:57:50.138Z[ omicron-package] Compiling foreign-types v0.5.0
22372024-12-13T20:57:50.480Z[ omicron-package] Compiling num_enum v0.5.11
22382024-12-13T20:57:50.557Z[ omicron-package] Compiling cstr-argument v0.1.2
22392024-12-13T20:57:50.702Z[ omicron-package] Compiling kstat-macro v0.1.0 (https://github.com/oxidecomputer/opte?rev=b56afeeb14e0042cbd7bda85b166ed86ee17820e#b56afeeb)
22402024-12-13T20:57:50.770Z[ omicron-package] Compiling pretty-hex v0.2.1
22412024-12-13T20:57:50.884Z[ omicron-package] Compiling thiserror v2.0.3
22422024-12-13T20:57:50.991Z[ omicron-package] Compiling ingot-macros v0.1.0 (https://github.com/oxidecomputer/ingot.git?rev=bff93247fe75ff889121e39d494cc3805fc01906#bff93247)
22432024-12-13T20:57:51.054Z[ omicron-package] Compiling crucible-workspace-hack v0.1.0
22442024-12-13T20:57:51.362Z[ omicron-package] Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys#e07ad764)
22452024-12-13T20:57:51.948Z[ omicron-package] Compiling rusty-doors v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495)
22462024-12-13T20:57:52.167Z[ omicron-package] Compiling dlpi v0.2.0 (https://github.com/oxidecomputer/dlpi-sys#1d587ea9)
22472024-12-13T20:57:52.556Z[ omicron-package] Compiling nvpair v0.5.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
22482024-12-13T20:57:52.940Z[ omicron-package] Compiling colored v2.1.0
22492024-12-13T20:57:53.024Z[ omicron-package] Compiling thiserror-impl v2.0.3
22502024-12-13T20:57:53.757Z[ omicron-package] Compiling poptrie v0.1.0 (https://github.com/oxidecomputer/poptrie?branch=multipath#ca52bef3)
22512024-12-13T20:57:54.133Z[ omicron-package] Compiling zone_cfg_derive v0.3.0
22522024-12-13T20:57:54.771ZDec 13 20:57:52.964 INFO [hubris-staging] task succeeded (12.572445365s)
22532024-12-13T20:57:54.975Z[ omicron-package] Compiling bhyve_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=220a6f367c18f2452dbc4fa9086f3fe73b961739#220a6f36)
22542024-12-13T20:57:55.285Z[ omicron-package] Compiling sigpipe v0.1.3
22552024-12-13T20:57:55.843Z[ omicron-package] Compiling num-derive v0.4.2
22562024-12-13T20:57:55.936Z[ omicron-package] Compiling libefi-sys v0.1.0
22572024-12-13T20:57:56.765Z[ omicron-package] Compiling illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils)
22582024-12-13T20:57:57.047Z[ omicron-package] Compiling zone v0.3.0
22592024-12-13T20:57:57.152Z[ omicron-package] Compiling oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog)
22602024-12-13T20:57:57.512Z[ omicron-package] Compiling bhyve_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=220a6f367c18f2452dbc4fa9086f3fe73b961739#220a6f36)
22612024-12-13T20:57:58.808Z[ omicron-package] Compiling smf v0.2.3
22622024-12-13T20:57:59.421Z[ omicron-package] Compiling tofino v0.1.0 (https://github.com/oxidecomputer/tofino?branch=main#1b66b89c)
22632024-12-13T20:57:59.921Z[ omicron-package] Compiling crucible-smf v0.0.0 (https://github.com/oxidecomputer/crucible?rev=5a41b826171c7d2a8412fa833377ab1df25ee8ec#5a41b826)
22642024-12-13T20:58:00.014Z[ omicron-package] Compiling bitfield-struct v0.6.2
22652024-12-13T20:58:01.877Z[ omicron-package] Compiling ingot-types v0.1.0 (https://github.com/oxidecomputer/ingot.git?rev=bff93247fe75ff889121e39d494cc3805fc01906#bff93247)
22662024-12-13T20:58:02.228Z[ omicron-package] Compiling libnvme-sys v0.0.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221)
22672024-12-13T20:58:02.261Z[ omicron-package] Compiling illumos-devinfo v0.1.0 (https://github.com/oxidecomputer/illumos-devinfo?branch=main#4323b17b)
22682024-12-13T20:58:02.443Z[ omicron-package] Compiling nvme v0.1.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221)
22692024-12-13T20:58:02.767Z[ omicron-package] Compiling libefi-illumos v0.1.0 (https://github.com/oxidecomputer/libefi-illumos?branch=master#54c398c1)
22702024-12-13T20:58:02.835Z[ omicron-package] Compiling gethostname v0.5.0
22712024-12-13T20:58:03.116Z[ omicron-package] Compiling ingot v0.1.0 (https://github.com/oxidecomputer/ingot.git?rev=bff93247fe75ff889121e39d494cc3805fc01906#bff93247)
22722024-12-13T20:58:03.136Z[ omicron-package] Compiling libnvme v0.1.1 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221)
22732024-12-13T20:58:05.312Z[ omicron-package] Compiling opte-api v0.1.0 (https://github.com/oxidecomputer/opte?rev=b56afeeb14e0042cbd7bda85b166ed86ee17820e#b56afeeb)
22742024-12-13T20:58:06.437Z[ omicron-package] Compiling oxide-vpc v0.1.0 (https://github.com/oxidecomputer/opte?rev=b56afeeb14e0042cbd7bda85b166ed86ee17820e#b56afeeb)
22752024-12-13T20:58:07.980Z[ omicron-package] Compiling opte-ioctl v0.1.0 (https://github.com/oxidecomputer/opte?rev=b56afeeb14e0042cbd7bda85b166ed86ee17820e#b56afeeb)
22762024-12-13T20:58:10.906Z[ omicron-package] Compiling sled-hardware-types v0.1.0 (/work/oxidecomputer/omicron/sled-hardware/types)
22772024-12-13T20:58:11.613Z[ omicron-package] Compiling sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware)
22782024-12-13T20:58:13.343Z[ omicron-package] Compiling omicron-package v0.1.0 (/work/oxidecomputer/omicron/package)
22792024-12-13T20:58:23.807Z[ helios-setup] Dec 13 20:58:21.997 INFO helios repository root is: /work/oxidecomputer/helios
22802024-12-13T20:58:23.811Z[ helios-setup] Dec 13 20:58:22.000 INFO skipping project "illumos" because "BUILD_OS" is set to "no"
22812024-12-13T20:58:23.811Z[ helios-setup] Dec 13 20:58:22.000 INFO project phbl: Project { github: Some("oxidecomputer/phbl"), url: None, auto_update: true, rev: None, use_ssh: false, site_sh: false, cargo_build: false, use_debug: false, unless_env: None, fixup: [] }, project: phbl
22822024-12-13T20:58:23.811Z[ helios-setup] Dec 13 20:58:22.000 INFO cloning https://github.com/oxidecomputer/phbl.git at "/work/oxidecomputer/helios/projects/phbl"..., project: phbl
22832024-12-13T20:58:23.815Z[ helios-setup] Cloning into '/work/oxidecomputer/helios/projects/phbl'...
22842024-12-13T20:58:24.405Z[ helios-setup] Dec 13 20:58:22.594 INFO clone ok!, project: phbl
22852024-12-13T20:58:24.407Z[ helios-setup] Dec 13 20:58:22.594 INFO skipping project "omnios-extra" because "BUILD_OS" is set to "no"
22862024-12-13T20:58:24.408Z[ helios-setup] Dec 13 20:58:22.594 INFO project image-builder: Project { github: Some("illumos/image-builder"), url: None, auto_update: true, rev: None, use_ssh: false, site_sh: false, cargo_build: true, use_debug: true, unless_env: None, fixup: [] }, project: image-builder
22872024-12-13T20:58:24.408Z[ helios-setup] Dec 13 20:58:22.594 INFO cloning https://github.com/illumos/image-builder.git at "/work/oxidecomputer/helios/projects/image-builder"..., project: image-builder
22882024-12-13T20:58:24.410Z[ helios-setup] Cloning into '/work/oxidecomputer/helios/projects/image-builder'...
22892024-12-13T20:58:24.994Z[ helios-setup] Dec 13 20:58:23.183 INFO clone ok!, project: image-builder
22902024-12-13T20:58:24.996Z[ helios-setup] Dec 13 20:58:23.184 INFO skipping project "omnios-build" because "BUILD_OS" is set to "no"
22912024-12-13T20:58:24.996Z[ helios-setup] Dec 13 20:58:23.184 INFO project pinprick: Project { github: Some("oxidecomputer/pinprick"), url: None, auto_update: false, rev: None, use_ssh: false, site_sh: false, cargo_build: true, use_debug: false, unless_env: None, fixup: [] }, project: pinprick
22922024-12-13T20:58:24.996Z[ helios-setup] Dec 13 20:58:23.184 INFO cloning https://github.com/oxidecomputer/pinprick.git at "/work/oxidecomputer/helios/projects/pinprick"..., project: pinprick
22932024-12-13T20:58:24.998Z[ helios-setup] Cloning into '/work/oxidecomputer/helios/projects/pinprick'...
22942024-12-13T20:58:25.541Z[ helios-setup] Dec 13 20:58:23.731 INFO clone ok!, project: pinprick
22952024-12-13T20:58:25.541Z[ helios-setup] Dec 13 20:58:23.731 INFO project bootserver: Project { github: Some("oxidecomputer/boot-image-tools"), url: None, auto_update: true, rev: None, use_ssh: false, site_sh: false, cargo_build: true, use_debug: false, unless_env: None, fixup: [] }, project: bootserver
22962024-12-13T20:58:25.543Z[ helios-setup] Dec 13 20:58:23.731 INFO cloning https://github.com/oxidecomputer/boot-image-tools.git at "/work/oxidecomputer/helios/projects/bootserver"..., project: bootserver
22972024-12-13T20:58:25.547Z[ helios-setup] Cloning into '/work/oxidecomputer/helios/projects/bootserver'...
22982024-12-13T20:58:26.100Z[ helios-setup] Dec 13 20:58:24.289 INFO clone ok!, project: bootserver
22992024-12-13T20:58:26.102Z[ helios-setup] Dec 13 20:58:24.289 INFO project amd-firmware: Project { github: Some("oxidecomputer/amd-firmware"), url: None, auto_update: true, rev: None, use_ssh: true, site_sh: false, cargo_build: false, use_debug: false, unless_env: Some("OXIDE_STAFF"), fixup: [] }, project: amd-firmware
23002024-12-13T20:58:26.102Z[ helios-setup] Dec 13 20:58:24.289 INFO cloning git@github.com:oxidecomputer/amd-firmware.git at "/work/oxidecomputer/helios/projects/amd-firmware"..., project: amd-firmware
23012024-12-13T20:58:26.104Z[ helios-setup] Cloning into '/work/oxidecomputer/helios/projects/amd-firmware'...
23022024-12-13T20:58:32.018Z[ omicron-package] Finished `release` profile [optimized] target(s) in 49.80s
23032024-12-13T20:58:32.252Z[ omicron-package]
23042024-12-13T20:58:32.252Z[ omicron-package] real 49.999280384
23052024-12-13T20:58:32.256Z[ omicron-package] user 2:57.052394724
23062024-12-13T20:58:32.256Z[ omicron-package] sys 25.929205406
23072024-12-13T20:58:32.256Z[ omicron-package] trap 0.268668883
23082024-12-13T20:58:32.256Z[ omicron-package] tflt 1.069707300
23092024-12-13T20:58:32.256Z[ omicron-package] dflt 1.192086371
23102024-12-13T20:58:32.256Z[ omicron-package] kflt 0.009463194
23112024-12-13T20:58:32.256Z[ omicron-package] lock 5:41.668190993
23122024-12-13T20:58:32.256Z[ omicron-package] slp 10:16.977482089
23132024-12-13T20:58:32.256Z[ omicron-package] lat 1:37.861190309
23142024-12-13T20:58:32.256Z[ omicron-package] stop 56.895201240
23152024-12-13T20:58:32.256ZDec 13 20:58:30.442 INFO [omicron-package] process exited with exit status: 0 (50.046811751s)
23162024-12-13T20:58:32.256ZDec 13 20:58:30.442 INFO [host-target] running: /work/oxidecomputer/omicron/target/release/omicron-package --target host --artifacts /work/oxidecomputer/omicron/out target create --image standard --machine gimlet --switch asic --rack-topology multi-sled
23172024-12-13T20:58:32.341ZDec 13 20:58:30.530 INFO [recovery-target] running: /work/oxidecomputer/omicron/target/release/omicron-package --target recovery --artifacts /work/artifacts-recovery target create --image trampoline
23182024-12-13T20:58:32.356Z[ host-target] Logging to: /work/oxidecomputer/omicron/out/LOG
23192024-12-13T20:58:32.359Z[ host-target] Created new build target 'host' and set it as active
23202024-12-13T20:58:32.359ZDec 13 20:58:30.547 INFO [host-target] process exited with exit status: 0 (104.953803ms)
23212024-12-13T20:58:32.359ZDec 13 20:58:30.547 INFO [host-package] running: /work/oxidecomputer/omicron/target/release/omicron-package --target host --artifacts /work/oxidecomputer/omicron/out package
23222024-12-13T20:58:32.366Z[ recovery-target] Logging to: /work/artifacts-recovery/LOG
23232024-12-13T20:58:32.366Z[ recovery-target] Created new build target 'recovery' and set it as active
23242024-12-13T20:58:32.369ZDec 13 20:58:30.558 INFO [recovery-target] process exited with exit status: 0 (27.77216ms)
23252024-12-13T20:58:32.376Z[ host-package] Logging to: /work/oxidecomputer/omicron/out/LOG
23262024-12-13T20:58:32.785Z[ helios-setup] Dec 13 20:58:30.974 INFO clone ok!, project: amd-firmware
23272024-12-13T20:58:32.787Z[ helios-setup] Dec 13 20:58:30.974 INFO project pilot: Project { github: Some("oxidecomputer/pilot"), url: None, auto_update: true, rev: None, use_ssh: true, site_sh: false, cargo_build: true, use_debug: false, unless_env: Some("OXIDE_STAFF"), fixup: [] }, project: pilot
23282024-12-13T20:58:32.788Z[ helios-setup] Dec 13 20:58:30.974 INFO cloning git@github.com:oxidecomputer/pilot.git at "/work/oxidecomputer/helios/projects/pilot"..., project: pilot
23292024-12-13T20:58:32.790Z[ helios-setup] Cloning into '/work/oxidecomputer/helios/projects/pilot'...
23302024-12-13T20:58:33.555Z[ host-package] Compiling convert_case v0.4.0
23312024-12-13T20:58:33.555Z[ host-package] Compiling omicron-rpaths v0.1.0 (/work/oxidecomputer/omicron/rpaths)
23322024-12-13T20:58:33.558Z[ host-package] Compiling newline-converter v0.3.0
23332024-12-13T20:58:33.558Z[ host-package] Compiling password-hash v0.5.0
23342024-12-13T20:58:33.558Z[ host-package] Compiling progenitor-client v0.8.0
23352024-12-13T20:58:33.558Z[ host-package] Compiling blake2 v0.10.6
23362024-12-13T20:58:33.558Z[ host-package] Compiling pq-sys v0.4.6 (https://github.com/oxidecomputer/pq-sys?branch=oxide/omicron#b1194c19)
23372024-12-13T20:58:33.558Z[ host-package] Compiling owo-colors v4.1.0
23382024-12-13T20:58:33.593Z[ helios-setup] Dec 13 20:58:31.782 INFO clone ok!, project: pilot
23392024-12-13T20:58:33.596Z[ helios-setup] Dec 13 20:58:31.782 INFO project amd-host-image-builder: Project { github: Some("oxidecomputer/amd-host-image-builder"), url: None, auto_update: true, rev: None, use_ssh: true, site_sh: false, cargo_build: true, use_debug: true, unless_env: Some("OXIDE_STAFF"), fixup: [Fixup { from_commit: "4eae23e8a86a6b5ae16e26283e9c0bee87cc2167", to_branch: "main" }] }, project: amd-host-image-builder
23402024-12-13T20:58:33.596Z[ helios-setup] Dec 13 20:58:31.782 INFO cloning git@github.com:oxidecomputer/amd-host-image-builder.git at "/work/oxidecomputer/helios/projects/amd-host-image-builder"..., project: amd-host-image-builder
23412024-12-13T20:58:33.598Z[ helios-setup] Cloning into '/work/oxidecomputer/helios/projects/amd-host-image-builder'...
23422024-12-13T20:58:33.907Z[ host-package] Compiling cancel-safe-futures v0.1.5
23432024-12-13T20:58:33.965Z[ host-package] Compiling expectorate v1.1.0
23442024-12-13T20:58:34.017Z[ host-package] Compiling num-rational v0.4.2
23452024-12-13T20:58:34.170Z[ host-package] Compiling progenitor v0.8.0
23462024-12-13T20:58:34.228Z[ host-package] Compiling argon2 v0.5.3
23472024-12-13T20:58:34.281Z[ host-package] Compiling num-complex v0.4.6
23482024-12-13T20:58:34.594Z[ helios-setup] Submodule 'amd-firmware' (git@github.com:oxidecomputer/amd-firmware.git) registered for path 'amd-firmware'
23492024-12-13T20:58:34.596Z[ host-package] Compiling derive_more v0.99.18
23502024-12-13T20:58:34.617Z[ helios-setup] Cloning into '/work/oxidecomputer/helios/projects/amd-host-image-builder/amd-firmware'...
23512024-12-13T20:58:34.964Z[ host-package] Compiling omicron-passwords v0.1.0 (/work/oxidecomputer/omicron/passwords)
23522024-12-13T20:58:35.146Z[ host-package] Compiling atomicwrites v0.4.4
23532024-12-13T20:58:35.581Z[ host-package] Compiling num v0.4.3
23542024-12-13T20:58:35.678Z[ host-package] Compiling libsw v3.3.1
23552024-12-13T20:58:35.707Z[ host-package] Compiling linear-map v1.2.0
23562024-12-13T20:58:35.734Z[ host-package] Compiling swrite v0.1.0
23572024-12-13T20:58:35.877Z[ host-package] Compiling float-ord v0.3.2
23582024-12-13T20:58:35.937Z[ host-package] Compiling indent_write v2.2.0
23592024-12-13T20:58:36.031Z[ host-package] Compiling nexus-sled-agent-shared v0.1.0 (/work/oxidecomputer/omicron/nexus-sled-agent-shared)
23602024-12-13T20:58:36.084Z[ host-package] Compiling oximeter-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/types)
23612024-12-13T20:58:36.143Z[ host-package] Compiling internal-dns-types v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types)
23622024-12-13T20:58:36.199Z[ host-package] Compiling gateway-client v0.1.0 (/work/oxidecomputer/omicron/clients/gateway-client)
23632024-12-13T20:58:36.486Z[ host-package] Compiling highway v1.2.0
23642024-12-13T20:58:36.741Z[ host-package] Compiling update-engine v0.1.0 (/work/oxidecomputer/omicron/update-engine)
23652024-12-13T20:58:37.404Z[ host-package] Compiling semver v0.1.20
23662024-12-13T20:58:37.964Z[ host-package] Compiling rustc_version v0.1.7
23672024-12-13T20:58:37.992Z[ host-package] Compiling newtype-uuid v1.1.3
23682024-12-13T20:58:38.391Z[ host-package] Compiling dropshot v0.13.0
23692024-12-13T20:58:38.433Z[ host-package] Compiling newtype_derive v0.1.6
23702024-12-13T20:58:38.476Z[ host-package] Compiling ipnetwork v0.20.0
23712024-12-13T20:58:38.855Z[ host-package] Compiling instant v0.1.13
23722024-12-13T20:58:39.032Z[ host-package] Compiling humantime v2.1.0
23732024-12-13T20:58:39.282Z[ host-package] Compiling backoff v0.4.0
23742024-12-13T20:58:39.665Z[ host-package] Compiling oxnet v0.1.0 (https://github.com/oxidecomputer/oxnet#7dacd265)
23752024-12-13T20:58:40.431Z[ host-package] Compiling omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds)
23762024-12-13T20:58:40.845Z[ host-package] Compiling oxql-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/oxql-types)
23772024-12-13T20:58:41.487Z[ host-package] Compiling clickhouse-admin-types v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types)
23782024-12-13T20:58:42.768Z[ helios-setup] Submodule path 'amd-firmware': checked out '7a9b5f6729edd91286f20e794f130fd370ed2fbe'
23792024-12-13T20:58:42.784Z[ helios-setup] Dec 13 20:58:40.971 INFO clone ok!, project: amd-host-image-builder
23802024-12-13T20:58:42.786Z[ helios-setup] Dec 13 20:58:40.971 INFO project chelsio-t6-roms: Project { github: Some("oxidecomputer/chelsio-t6-roms"), url: None, auto_update: true, rev: None, use_ssh: true, site_sh: false, cargo_build: false, use_debug: false, unless_env: Some("OXIDE_STAFF"), fixup: [] }, project: chelsio-t6-roms
23812024-12-13T20:58:42.786Z[ helios-setup] Dec 13 20:58:40.971 INFO cloning git@github.com:oxidecomputer/chelsio-t6-roms.git at "/work/oxidecomputer/helios/projects/chelsio-t6-roms"..., project: chelsio-t6-roms
23822024-12-13T20:58:42.790Z[ helios-setup] Cloning into '/work/oxidecomputer/helios/projects/chelsio-t6-roms'...
23832024-12-13T20:58:43.971Z[ helios-setup] Dec 13 20:58:42.158 INFO clone ok!, project: chelsio-t6-roms
23842024-12-13T20:58:43.973Z[ helios-setup] Dec 13 20:58:42.159 INFO exec: ["/usr/bin/pkgrepo", "create", "/work/oxidecomputer/helios/packages/os"], pwd: None
23852024-12-13T20:58:44.193Z[ host-package] Compiling mg-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=93cd0d642cf1b58f9f4528275e2a2aa758e9feb3#93cd0d64)
23862024-12-13T20:58:45.112Z[ helios-setup] Dec 13 20:58:43.287 INFO exec: ["/usr/bin/pkgrepo", "add-publisher", "-s", "/work/oxidecomputer/helios/packages/os", "helios-dev"], pwd: None
23872024-12-13T20:58:45.211Z[ host-package] Compiling parse-display v0.10.0
23882024-12-13T20:58:45.668Z[ helios-setup] Dec 13 20:58:43.834 INFO repository /work/oxidecomputer/helios/packages/os for publisher helios-dev created
23892024-12-13T20:58:45.668Z[ helios-setup] Dec 13 20:58:43.834 INFO exec: ["/usr/bin/pkgrepo", "create", "/work/oxidecomputer/helios/packages/other"], pwd: None
23902024-12-13T20:58:45.892Z[ host-package] Compiling slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041)
23912024-12-13T20:58:46.098Z[ host-package] Compiling serde_with v3.11.0
23922024-12-13T20:58:46.179Z[ helios-setup] Dec 13 20:58:44.366 INFO exec: ["/usr/bin/pkgrepo", "add-publisher", "-s", "/work/oxidecomputer/helios/packages/other", "helios-dev"], pwd: None
23932024-12-13T20:58:46.184Z[ host-package] Compiling strum v0.26.3
23942024-12-13T20:58:46.392Z[ host-package] Compiling regress v0.9.1
23952024-12-13T20:58:46.800Z[ helios-setup] Dec 13 20:58:44.981 INFO repository /work/oxidecomputer/helios/packages/other for publisher helios-dev created
23962024-12-13T20:58:46.801Z[ helios-setup] Dec 13 20:58:44.981 INFO exec: ["/usr/bin/pkgrepo", "create", "/work/oxidecomputer/helios/packages/combined"], pwd: None
23972024-12-13T20:58:47.313Z[ helios-setup] Dec 13 20:58:45.500 INFO exec: ["/usr/bin/pkgrepo", "add-publisher", "-s", "/work/oxidecomputer/helios/packages/combined", "helios-dev"], pwd: None
23982024-12-13T20:58:47.885Z[ helios-setup] Dec 13 20:58:46.069 INFO repository /work/oxidecomputer/helios/packages/combined for publisher helios-dev created
23992024-12-13T20:58:47.887Z[ helios-setup] Dec 13 20:58:46.069 INFO file /work/oxidecomputer/helios/packages/publisher.mogrify does not exist
24002024-12-13T20:58:47.887Z[ helios-setup] Dec 13 20:58:46.069 INFO writing /work/oxidecomputer/helios/packages/publisher.mogrify ...
24012024-12-13T20:58:47.887Z[ helios-setup] Dec 13 20:58:46.069 INFO ok!
24022024-12-13T20:58:47.887Z[ helios-setup] Dec 13 20:58:46.069 INFO link /work/oxidecomputer/helios/packages/os-conflicts.mogrify does not exist
24032024-12-13T20:58:47.887Z[ helios-setup] Dec 13 20:58:46.069 INFO linking /work/oxidecomputer/helios/packages/os-conflicts.mogrify -> ../tools/packages/os-conflicts.mogrify ...
24042024-12-13T20:58:47.888Z[ helios-setup] Dec 13 20:58:46.069 INFO ok!
24052024-12-13T20:58:47.888Z[ helios-setup] Dec 13 20:58:46.070 INFO link /work/oxidecomputer/helios/packages/os-deps.mogrify does not exist
24062024-12-13T20:58:47.888Z[ helios-setup] Dec 13 20:58:46.070 INFO linking /work/oxidecomputer/helios/packages/os-deps.mogrify -> ../tools/packages/os-deps.mogrify ...
24072024-12-13T20:58:47.888Z[ helios-setup] Dec 13 20:58:46.070 INFO ok!
24082024-12-13T20:58:47.888Z[ helios-setup] Dec 13 20:58:46.070 INFO building project "image-builder" at /work/oxidecomputer/helios/projects/image-builder
24092024-12-13T20:58:47.888Z[ helios-setup] Dec 13 20:58:46.070 INFO exec: ["cargo", "build", "--locked"], pwd: Some("/work/oxidecomputer/helios/projects/image-builder")
24102024-12-13T20:58:48.182Z[ helios-setup] Dec 13 20:58:46.369 INFO E| Updating git repository `https://github.com/jclulow/rust-jmclib`
24112024-12-13T20:58:48.776Z[ helios-setup] Dec 13 20:58:46.963 INFO E| From https://github.com/jclulow/rust-jmclib
24122024-12-13T20:58:48.776Z[ helios-setup] Dec 13 20:58:46.963 INFO E| * [new ref] 98fb2268f5a2f350e65ab5c8fc490b27eb1b3949 -> refs/commit/98fb2268f5a2f350e65ab5c8fc490b27eb1b3949
24132024-12-13T20:58:48.820Z[ helios-setup] Dec 13 20:58:47.007 INFO E| Updating crates.io index
24142024-12-13T20:58:48.977Z[ helios-setup] Dec 13 20:58:47.164 INFO E| Downloading crates ...
24152024-12-13T20:58:49.090Z[ helios-setup] Dec 13 20:58:47.277 INFO E| Downloaded once_cell v1.18.0
24162024-12-13T20:58:49.137Z[ helios-setup] Dec 13 20:58:47.324 INFO E| Downloaded walkdir v2.3.3
24172024-12-13T20:58:49.140Z[ helios-setup] Dec 13 20:58:47.327 INFO E| Downloaded fastrand v2.0.0
24182024-12-13T20:58:49.142Z[ helios-setup] Dec 13 20:58:47.329 INFO E| Downloaded digest v0.9.0
24192024-12-13T20:58:49.145Z[ helios-setup] Dec 13 20:58:47.331 INFO E| Downloaded cpufeatures v0.2.9
24202024-12-13T20:58:49.148Z[ helios-setup] Dec 13 20:58:47.333 INFO E| Downloaded unicode-width v0.1.10
24212024-12-13T20:58:49.214Z[ helios-setup] Dec 13 20:58:47.335 INFO E| Downloaded sha-1 v0.9.8
24222024-12-13T20:58:49.214Z[ helios-setup] Dec 13 20:58:47.338 INFO E| Downloaded errno v0.3.1
24232024-12-13T20:58:49.216Z[ helios-setup] Dec 13 20:58:47.340 INFO E| Downloaded anyhow v1.0.72
24242024-12-13T20:58:49.216Z[ helios-setup] Dec 13 20:58:47.347 INFO E| Downloaded unicode-ident v1.0.11
24252024-12-13T20:58:49.216Z[ helios-setup] Dec 13 20:58:47.352 INFO E| Downloaded quote v1.0.31
24262024-12-13T20:58:49.216Z[ helios-setup] Dec 13 20:58:47.356 INFO E| Downloaded uuid v0.8.2
24272024-12-13T20:58:49.216Z[ helios-setup] Dec 13 20:58:47.362 INFO E| Downloaded serde_derive v1.0.193
24282024-12-13T20:58:49.216Z[ helios-setup] Dec 13 20:58:47.366 INFO E| Downloaded typenum v1.16.0
24292024-12-13T20:58:49.216Z[ helios-setup] Dec 13 20:58:47.370 INFO E| Downloaded getrandom v0.2.10
24302024-12-13T20:58:49.216Z[ helios-setup] Dec 13 20:58:47.375 INFO E| Downloaded toml v0.5.11
24312024-12-13T20:58:49.216Z[ helios-setup] Dec 13 20:58:47.379 INFO E| Downloaded ryu v1.0.15
24322024-12-13T20:58:49.216Z[ helios-setup] Dec 13 20:58:47.383 INFO E| Downloaded serde v1.0.193
24332024-12-13T20:58:49.216Z[ helios-setup] Dec 13 20:58:47.388 INFO E| Downloaded proc-macro2 v1.0.66
24342024-12-13T20:58:49.217Z[ helios-setup] Dec 13 20:58:47.392 INFO E| Downloaded tempfile v3.7.0
24352024-12-13T20:58:49.217Z[ helios-setup] Dec 13 20:58:47.395 INFO E| Downloaded itoa v1.0.9
24362024-12-13T20:58:49.217Z[ helios-setup] Dec 13 20:58:47.397 INFO E| Downloaded bitflags v2.3.3
24372024-12-13T20:58:49.217Z[ helios-setup] Dec 13 20:58:47.402 INFO E| Downloaded opaque-debug v0.3.0
24382024-12-13T20:58:49.219Z[ helios-setup] Dec 13 20:58:47.404 INFO E| Downloaded md-5 v0.9.1
24392024-12-13T20:58:49.219Z[ host-package] Compiling serde_human_bytes v0.1.0 (https://github.com/oxidecomputer/serde_human_bytes?branch=main#0a097945)
24402024-12-13T20:58:49.219Z[ helios-setup] Dec 13 20:58:47.405 INFO E| Downloaded libdevinfo-sys v1.0.0
24412024-12-13T20:58:49.232Z[ helios-setup] Dec 13 20:58:47.406 INFO E| Downloaded block-buffer v0.9.0
24422024-12-13T20:58:49.232Z[ helios-setup] Dec 13 20:58:47.408 INFO E| Downloaded serde_json v1.0.103
24432024-12-13T20:58:49.268Z[ helios-setup] Dec 13 20:58:47.455 INFO E| Downloaded syn v2.0.32
24442024-12-13T20:58:49.283Z[ helios-setup] Dec 13 20:58:47.470 INFO E| Downloaded rustix v0.38.4
24452024-12-13T20:58:49.363Z[ helios-setup] Dec 13 20:58:47.551 INFO E| Downloaded libc v0.2.147
24462024-12-13T20:58:49.486Z[ helios-setup] Dec 13 20:58:47.673 INFO E| Compiling libc v0.2.147
24472024-12-13T20:58:49.486Z[ helios-setup] Dec 13 20:58:47.673 INFO E| Compiling proc-macro2 v1.0.66
24482024-12-13T20:58:49.488Z[ helios-setup] Dec 13 20:58:47.673 INFO E| Compiling unicode-ident v1.0.11
24492024-12-13T20:58:49.488Z[ helios-setup] Dec 13 20:58:47.673 INFO E| Compiling cfg-if v1.0.0
24502024-12-13T20:58:49.488Z[ helios-setup] Dec 13 20:58:47.673 INFO E| Compiling typenum v1.16.0
24512024-12-13T20:58:49.488Z[ helios-setup] Dec 13 20:58:47.673 INFO E| Compiling version_check v0.9.4
24522024-12-13T20:58:49.488Z[ helios-setup] Dec 13 20:58:47.673 INFO E| Compiling serde v1.0.193
24532024-12-13T20:58:49.488Z[ helios-setup] Dec 13 20:58:47.673 INFO E| Compiling itoa v1.0.9
24542024-12-13T20:58:49.993Z[ helios-setup] Dec 13 20:58:48.168 INFO E| Compiling time-core v0.1.2
24552024-12-13T20:58:49.993Z[ helios-setup] Dec 13 20:58:48.168 INFO E| Compiling slog v2.7.0
24562024-12-13T20:58:50.317Z[ helios-setup] Dec 13 20:58:48.504 INFO E| Compiling powerfmt v0.2.0
24572024-12-13T20:58:50.491Z[ helios-setup] Dec 13 20:58:48.677 INFO E| Compiling rustix v0.38.4
24582024-12-13T20:58:51.071Z[ helios-setup] Dec 13 20:58:49.258 INFO E| Compiling num-conv v0.1.0
24592024-12-13T20:58:51.227Z[ helios-setup] Dec 13 20:58:49.410 INFO E| Compiling generic-array v0.14.7
24602024-12-13T20:58:51.300Z[ helios-setup] Dec 13 20:58:49.486 INFO E| Compiling deranged v0.3.11
24612024-12-13T20:58:51.356Z[ helios-setup] Dec 13 20:58:49.543 INFO E| Compiling once_cell v1.18.0
24622024-12-13T20:58:51.745Z[ helios-setup] Dec 13 20:58:49.932 INFO E| Compiling time-macros v0.2.18
24632024-12-13T20:58:51.968Z[ helios-setup] Dec 13 20:58:50.155 INFO E| Compiling quote v1.0.31
24642024-12-13T20:58:52.024Z[ host-package] Compiling macaddr v1.0.1
24652024-12-13T20:58:52.114Z[ host-package] Compiling steno v0.4.1
24662024-12-13T20:58:52.288Z[ helios-setup] Dec 13 20:58:50.474 INFO E| Compiling bitflags v2.3.3
24672024-12-13T20:58:52.636Z[ helios-setup] Dec 13 20:58:50.819 INFO E| Compiling num_threads v0.1.6
24682024-12-13T20:58:52.971Z[ helios-setup] Dec 13 20:58:51.153 INFO E| Compiling syn v2.0.32
24692024-12-13T20:58:53.014Z[ host-package] Compiling omicron-common v0.1.0 (/work/oxidecomputer/omicron/common)
24702024-12-13T20:58:53.141Z[ helios-setup] Dec 13 20:58:51.328 INFO E| Compiling thread_local v1.1.7
24712024-12-13T20:58:53.379Z[ helios-setup] Dec 13 20:58:51.565 INFO E| Compiling anyhow v1.0.72
24722024-12-13T20:58:54.080Z[ host-package] Compiling prettyplease v0.2.25
24732024-12-13T20:58:54.329Z[ host-package] Compiling slog-dtrace v0.3.0
24742024-12-13T20:58:54.342Z[ helios-setup] Dec 13 20:58:52.529 INFO E| Compiling dirs-sys-next v0.1.2
24752024-12-13T20:58:54.353Z[ helios-setup] Dec 13 20:58:52.539 INFO E| Compiling errno v0.3.1
24762024-12-13T20:58:54.424Z[ helios-setup] Dec 13 20:58:52.610 INFO E| Compiling atty v0.2.14
24772024-12-13T20:58:54.456Z[ helios-setup] Dec 13 20:58:52.641 INFO E| Compiling serde_json v1.0.103
24782024-12-13T20:58:54.706Z[ helios-setup] Dec 13 20:58:52.893 INFO E| Compiling dirs-next v2.0.0
24792024-12-13T20:58:54.842Z[ host-package] Compiling oximeter-macro-impl v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter-macro-impl)
24802024-12-13T20:58:54.954Z[ helios-setup] Dec 13 20:58:53.139 INFO E| Compiling term v0.7.0
24812024-12-13T20:58:55.468Z[ helios-setup] Dec 13 20:58:53.654 INFO E| Compiling opaque-debug v0.3.0
24822024-12-13T20:58:55.562Z[ helios-setup] Dec 13 20:58:53.742 INFO E| Compiling fastrand v2.0.0
24832024-12-13T20:58:55.791Z[ helios-setup] Dec 13 20:58:53.977 INFO E| Compiling getrandom v0.2.10
24842024-12-13T20:58:56.480Z[ helios-setup] Dec 13 20:58:54.666 INFO E| Compiling unicode-width v0.1.10
24852024-12-13T20:58:56.620Z[ helios-setup] Dec 13 20:58:54.805 INFO E| Compiling cpufeatures v0.2.9
24862024-12-13T20:58:56.672Z[ helios-setup] Dec 13 20:58:54.858 INFO E| Compiling digest v0.9.0
24872024-12-13T20:58:56.736Z[ helios-setup] Dec 13 20:58:54.921 INFO E| Compiling block-buffer v0.9.0
24882024-12-13T20:58:56.959Z[ helios-setup] Dec 13 20:58:55.145 INFO E| Compiling same-file v1.0.6
24892024-12-13T20:58:56.968Z[ helios-setup] Dec 13 20:58:55.154 INFO E| Compiling ryu v1.0.15
24902024-12-13T20:58:56.975Z[ helios-setup] Dec 13 20:58:55.161 INFO E| Compiling md-5 v0.9.1
24912024-12-13T20:58:57.039Z[ helios-setup] Dec 13 20:58:55.225 INFO E| Compiling sha-1 v0.9.8
24922024-12-13T20:58:57.044Z[ host-package] Compiling nexus-types v0.1.0 (/work/oxidecomputer/omicron/nexus/types)
24932024-12-13T20:58:57.459Z[ helios-setup] Dec 13 20:58:55.645 INFO E| Compiling time v0.3.36
24942024-12-13T20:58:57.720Z[ helios-setup] Dec 13 20:58:55.906 INFO E| Compiling tempfile v3.7.0
24952024-12-13T20:58:57.931Z[ helios-setup] Dec 13 20:58:56.115 INFO E| Compiling walkdir v2.3.3
24962024-12-13T20:58:57.951Z[ helios-setup] Dec 13 20:58:56.137 INFO E| Compiling getopts v0.2.21
24972024-12-13T20:58:58.541Z[ host-package] Compiling oximeter-schema v0.1.0 (/work/oxidecomputer/omicron/oximeter/schema)
24982024-12-13T20:58:58.618Z[ helios-setup] Dec 13 20:58:56.804 INFO E| Compiling glob v0.3.1
24992024-12-13T20:58:58.874Z[ helios-setup] Dec 13 20:58:57.060 INFO E| Compiling libdevinfo-sys v1.0.0
25002024-12-13T20:59:01.171Z[ helios-setup] Dec 13 20:58:59.356 INFO E| Compiling slog-term v2.9.0
25012024-12-13T20:59:01.928Z[ host-package] Compiling internal-dns-resolver v0.1.0 (/work/oxidecomputer/omicron/internal-dns/resolver)
25022024-12-13T20:59:02.068Z[ helios-setup] Dec 13 20:59:00.252 INFO E| Compiling serde_derive v1.0.193
25032024-12-13T20:59:04.082Z[ host-package] Compiling half v2.4.1
25042024-12-13T20:59:04.982Z[ host-package] Compiling ciborium-io v0.2.2
25052024-12-13T20:59:05.146Z[ host-package] Compiling ciborium-ll v0.2.2
25062024-12-13T20:59:06.019Z[ host-package] Compiling tungstenite v0.21.0
25072024-12-13T20:59:07.906Z[ host-package] Compiling tokio-tungstenite v0.21.0
25082024-12-13T20:59:08.750Z[ host-package] Compiling ciborium v0.2.2
25092024-12-13T20:59:11.592Z[ host-package] Compiling nexus-config v0.1.0 (/work/oxidecomputer/omicron/nexus-config)
25102024-12-13T20:59:15.976Z[ host-package] Compiling display-error-chain v0.2.2
25112024-12-13T20:59:16.959Z[ helios-setup] Dec 13 20:59:15.143 INFO E| Compiling toml v0.5.11
25122024-12-13T20:59:16.960Z[ helios-setup] Dec 13 20:59:15.143 INFO E| Compiling uuid v0.8.2
25132024-12-13T20:59:18.128Z[ host-package] Compiling same-file v1.0.6
25142024-12-13T20:59:18.388Z[ host-package] Compiling fastrand v2.1.1
25152024-12-13T20:59:18.463Z[ host-package] Compiling walkdir v2.5.0
25162024-12-13T20:59:19.030Z[ host-package] Compiling tempfile v3.13.0
25172024-12-13T20:59:19.262Z[ helios-setup] Dec 13 20:59:17.443 INFO E| Compiling jmclib v0.1.0 (https://github.com/jclulow/rust-jmclib#98fb2268)
25182024-12-13T20:59:19.307Z[ host-package] Compiling ring v0.16.20
25192024-12-13T20:59:20.038Z[ host-package] Compiling blake3 v1.5.4
25202024-12-13T20:59:20.119Z[ host-package] Compiling sled-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/sled-agent-client)
25212024-12-13T20:59:20.760Z[ host-package] Compiling xattr v1.3.1
25222024-12-13T20:59:20.938Z[ host-package] Compiling memmap2 v0.9.5
25232024-12-13T20:59:21.107Z[ host-package] Compiling filetime v0.2.25
25242024-12-13T20:59:21.190Z[ host-package] Compiling oximeter-timeseries-macro v0.1.0 (/work/oxidecomputer/omicron/oximeter/timeseries-macro)
25252024-12-13T20:59:21.471Z[ host-package] Compiling keccak v0.1.5
25262024-12-13T20:59:21.604Z[ host-package] Compiling arrayvec v0.7.6
25272024-12-13T20:59:21.805Z[ helios-setup] Dec 13 20:59:19.989 INFO E| Compiling illumos-image-builder v0.0.0 (/work/oxidecomputer/helios/projects/image-builder)
25282024-12-13T20:59:22.070Z[ host-package] Compiling constant_time_eq v0.3.1
25292024-12-13T20:59:22.244Z[ host-package] Compiling spin v0.5.2
25302024-12-13T20:59:22.539Z[ host-package] Compiling arrayref v0.3.9
25312024-12-13T20:59:22.586Z[ host-package] Compiling sha3 v0.10.8
25322024-12-13T20:59:22.974Z[ host-package] Compiling tar v0.4.42
25332024-12-13T20:59:23.651Z[ host-package] Compiling camino-tempfile v1.1.1
25342024-12-13T20:59:24.200Z[ host-package] Compiling toolchain_find v0.4.0
25352024-12-13T20:59:24.248Z[ host-package] Compiling const_format_proc_macros v0.2.33
25362024-12-13T20:59:24.856Z[ host-package] Compiling maplit v1.0.2
25372024-12-13T20:59:25.013Z[ host-package] Compiling topological-sort v0.2.2
25382024-12-13T20:59:25.200Z[ host-package] Compiling crunchy v0.2.2
25392024-12-13T20:59:25.307Z[ host-package] Compiling omicron-zone-package v0.11.1
25402024-12-13T20:59:25.335Z[ host-package] Compiling rustfmt-wrapper v0.2.1
25412024-12-13T20:59:25.747Z[ host-package] Compiling tiny-keccak v2.0.2
25422024-12-13T20:59:26.148Z[ host-package] Compiling dsl_auto_type v0.1.2
25432024-12-13T20:59:26.181Z[ host-package] Compiling phf_generator v0.11.2
25442024-12-13T20:59:26.216Z[ host-package] Compiling scheduled-thread-pool v0.2.7
25452024-12-13T20:59:26.389Z[ host-package] Compiling secrecy v0.8.0
25462024-12-13T20:59:26.444Z[ host-package] Compiling oximeter v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter)
25472024-12-13T20:59:26.710Z[ host-package] Compiling diesel_table_macro_syntax v0.2.0
25482024-12-13T20:59:26.743Z[ host-package] Compiling const_format v0.2.33
25492024-12-13T20:59:26.983Z[ host-package] Compiling arc-swap v1.7.1
25502024-12-13T20:59:27.117Z[ host-package] Compiling libipcc v0.1.0 (https://github.com/oxidecomputer/libipcc?rev=fdffa212373a8f92473ea5f411088912bf458d5f#fdffa212)
25512024-12-13T20:59:27.540Z[ host-package] Compiling slog-scope v4.4.0
25522024-12-13T20:59:27.600Z[ host-package] Compiling r2d2 v0.8.10
25532024-12-13T20:59:27.764Z[ host-package] Compiling diesel_derives v2.2.3
25542024-12-13T20:59:27.888Z[ host-package] Compiling phf_codegen v0.11.2
25552024-12-13T20:59:28.208Z[ host-package] Compiling nexus-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-client)
25562024-12-13T20:59:28.284Z[ host-package] Compiling propolis-client v0.1.0 (https://github.com/oxidecomputer/propolis?rev=220a6f367c18f2452dbc4fa9086f3fe73b961739#220a6f36)
25572024-12-13T20:59:28.464Z[ host-package] Compiling ascii-canvas v3.0.0
25582024-12-13T20:59:28.663Z[ host-package] Compiling universal-hash v0.5.1
25592024-12-13T20:59:28.981Z[ host-package] Compiling thiserror-impl-no-std v2.0.2
25602024-12-13T20:59:29.038Z[ host-package] Compiling parse-zoneinfo v0.3.1
25612024-12-13T20:59:31.126Z[ host-package] Compiling ena v0.14.3
25622024-12-13T20:59:31.346Z[ host-package] Compiling dpd-client v0.1.0 (/work/oxidecomputer/omicron/clients/dpd-client)
25632024-12-13T20:59:31.670Z[ host-package] Compiling regex-syntax v0.6.29
25642024-12-13T20:59:32.188Z[ host-package] Compiling opaque-debug v0.3.1
25652024-12-13T20:59:32.420Z[ host-package] Compiling diff v0.1.13
25662024-12-13T20:59:33.092Z[ host-package] Compiling poly1305 v0.8.0
25672024-12-13T20:59:34.194Z[ helios-setup] Dec 13 20:59:32.373 INFO E| Finished `dev` profile [unoptimized + debuginfo] target(s) in 46.20s
25682024-12-13T20:59:34.223Z[ helios-setup] Dec 13 20:59:32.405 INFO building project "image-builder" ok (46 seconds)
25692024-12-13T20:59:34.223Z[ helios-setup] Dec 13 20:59:32.405 INFO building project "pinprick" at /work/oxidecomputer/helios/projects/pinprick
25702024-12-13T20:59:34.226Z[ helios-setup] Dec 13 20:59:32.405 INFO exec: ["cargo", "build", "--locked", "--release"], pwd: Some("/work/oxidecomputer/helios/projects/pinprick")
25712024-12-13T20:59:34.577Z[ helios-setup] Dec 13 20:59:32.759 INFO E| Downloading crates ...
25722024-12-13T20:59:34.691Z[ host-package] Compiling thiserror-no-std v2.0.2
25732024-12-13T20:59:34.718Z[ helios-setup] Dec 13 20:59:32.900 INFO E| Downloaded miniz_oxide v0.7.2
25742024-12-13T20:59:34.774Z[ helios-setup] Dec 13 20:59:32.955 INFO E| Compiling adler v1.0.2
25752024-12-13T20:59:34.846Z[ host-package] Compiling chrono-tz-build v0.4.0
25762024-12-13T20:59:34.938Z[ helios-setup] Dec 13 20:59:33.120 INFO E| Compiling miniz_oxide v0.7.2
25772024-12-13T20:59:36.168Z[ host-package] Compiling lalrpop v0.19.12
25782024-12-13T20:59:37.753Z[ helios-setup] Dec 13 20:59:35.933 INFO E| Compiling pinprick v0.1.0 (/work/oxidecomputer/helios/projects/pinprick)
25792024-12-13T20:59:38.117Z[ host-package] Compiling slog-stdlog v4.1.1
25802024-12-13T20:59:38.671Z[ helios-setup] Dec 13 20:59:36.852 INFO E| Finished `release` profile [optimized] target(s) in 4.34s
25812024-12-13T20:59:38.681Z[ helios-setup] Dec 13 20:59:36.863 INFO building project "pinprick" ok (4 seconds)
25822024-12-13T20:59:38.682Z[ helios-setup] Dec 13 20:59:36.863 INFO building project "bootserver" at /work/oxidecomputer/helios/projects/bootserver
25832024-12-13T20:59:38.682Z[ helios-setup] Dec 13 20:59:36.863 INFO exec: ["cargo", "build", "--locked", "--release"], pwd: Some("/work/oxidecomputer/helios/projects/bootserver")
25842024-12-13T20:59:39.039Z[ helios-setup] Dec 13 20:59:37.219 INFO E| Downloading crates ...
25852024-12-13T20:59:39.091Z[ helios-setup] Dec 13 20:59:37.272 INFO E| Downloaded generic-array v0.14.6
25862024-12-13T20:59:39.094Z[ helios-setup] Dec 13 20:59:37.276 INFO E| Downloaded digest v0.10.3
25872024-12-13T20:59:39.100Z[ helios-setup] Dec 13 20:59:37.281 INFO E| Downloaded anyhow v1.0.62
25882024-12-13T20:59:39.109Z[ helios-setup] Dec 13 20:59:37.288 INFO E| Downloaded sha2 v0.10.5
25892024-12-13T20:59:39.111Z[ helios-setup] Dec 13 20:59:37.291 INFO E| Downloaded cpufeatures v0.2.5
25902024-12-13T20:59:39.111Z[ helios-setup] Dec 13 20:59:37.293 INFO E| Downloaded block-buffer v0.10.3
25912024-12-13T20:59:39.146Z[ helios-setup] Dec 13 20:59:37.327 INFO E| Downloaded typenum v1.15.0
25922024-12-13T20:59:39.149Z[ helios-setup] Dec 13 20:59:37.331 INFO E| Downloaded bytes v1.2.1
25932024-12-13T20:59:39.155Z[ helios-setup] Dec 13 20:59:37.336 INFO E| Downloaded flate2 v1.0.25
25942024-12-13T20:59:39.167Z[ helios-setup] Dec 13 20:59:37.343 INFO E| Downloaded miniz_oxide v0.6.2
25952024-12-13T20:59:39.226Z[ helios-setup] Dec 13 20:59:37.408 INFO E| Compiling typenum v1.15.0
25962024-12-13T20:59:39.226Z[ helios-setup] Dec 13 20:59:37.408 INFO E| Compiling version_check v0.9.4
25972024-12-13T20:59:39.226Z[ helios-setup] Dec 13 20:59:37.408 INFO E| Compiling cfg-if v1.0.0
25982024-12-13T20:59:39.232Z[ helios-setup] Dec 13 20:59:37.408 INFO E| Compiling crc32fast v1.3.2
25992024-12-13T20:59:39.232Z[ helios-setup] Dec 13 20:59:37.408 INFO E| Compiling anyhow v1.0.62
26002024-12-13T20:59:39.232Z[ helios-setup] Dec 13 20:59:37.408 INFO E| Compiling adler v1.0.2
26012024-12-13T20:59:39.232Z[ helios-setup] Dec 13 20:59:37.408 INFO E| Compiling unicode-width v0.1.10
26022024-12-13T20:59:39.232Z[ helios-setup] Dec 13 20:59:37.408 INFO E| Compiling cpufeatures v0.2.5
26032024-12-13T20:59:39.767Z[ host-package] Compiling omicron-certificates v0.1.0 (/work/oxidecomputer/omicron/certificates)
26042024-12-13T20:59:40.018Z[ helios-setup] Dec 13 20:59:38.200 INFO E| Compiling bitflags v1.3.2
26052024-12-13T20:59:40.018Z[ helios-setup] Dec 13 20:59:38.200 INFO E| Compiling bytes v1.2.1
26062024-12-13T20:59:40.077Z[ helios-setup] Dec 13 20:59:38.257 INFO E| Compiling generic-array v0.14.6
26072024-12-13T20:59:40.289Z[ helios-setup] Dec 13 20:59:38.471 INFO E| Compiling getopts v0.2.21
26082024-12-13T20:59:40.529Z[ helios-setup] Dec 13 20:59:38.710 INFO E| Compiling miniz_oxide v0.6.2
26092024-12-13T20:59:41.707Z[ host-package] Compiling diesel v2.2.6
26102024-12-13T20:59:41.776Z[ helios-setup] Dec 13 20:59:39.956 INFO E| Compiling flate2 v1.0.25
26112024-12-13T20:59:42.267Z[ host-package] Compiling bootstore v0.1.0 (/work/oxidecomputer/omicron/bootstore)
26122024-12-13T20:59:43.593Z[ host-package] Compiling nexus-macros-common v0.1.0 (/work/oxidecomputer/omicron/nexus/macros-common)
26132024-12-13T20:59:44.010Z[ host-package] Compiling chacha20 v0.9.1
26142024-12-13T20:59:45.026Z[ host-package] Compiling aead v0.5.2
26152024-12-13T20:59:45.596Z[ host-package] Compiling vte_generate_state_changes v0.1.2
26162024-12-13T20:59:45.916Z[ helios-setup] Dec 13 20:59:44.096 INFO E| Compiling block-buffer v0.10.3
26172024-12-13T20:59:45.916Z[ helios-setup] Dec 13 20:59:44.096 INFO E| Compiling crypto-common v0.1.6
26182024-12-13T20:59:46.145Z[ helios-setup] Dec 13 20:59:44.324 INFO E| Compiling digest v0.10.3
26192024-12-13T20:59:46.349Z[ host-package] Compiling ref-cast v1.0.23
26202024-12-13T20:59:46.472Z[ helios-setup] Dec 13 20:59:44.652 INFO E| Compiling sha2 v0.10.5
26212024-12-13T20:59:46.958Z[ helios-setup] Dec 13 20:59:45.138 INFO E| Compiling bootserver v0.1.0 (/work/oxidecomputer/helios/projects/bootserver)
26222024-12-13T20:59:47.163Z[ host-package] Compiling vte v0.11.1
26232024-12-13T20:59:49.123Z[ host-package] Compiling chacha20poly1305 v0.10.1
26242024-12-13T20:59:49.391Z[ host-package] Compiling slog-envlogger v2.2.0
26252024-12-13T20:59:49.444Z[ host-package] Compiling chrono-tz v0.10.0
26262024-12-13T20:59:50.343Z[ host-package] Compiling vsss-rs v3.3.4
26272024-12-13T20:59:51.926Z[ helios-setup] Dec 13 20:59:50.105 INFO E| Finished `release` profile [optimized] target(s) in 13.15s
26282024-12-13T20:59:51.941Z[ helios-setup] Dec 13 20:59:50.121 INFO building project "bootserver" ok (13 seconds)
26292024-12-13T20:59:51.941Z[ helios-setup] Dec 13 20:59:50.121 INFO building project "pilot" at /work/oxidecomputer/helios/projects/pilot
26302024-12-13T20:59:51.943Z[ helios-setup] Dec 13 20:59:50.121 INFO exec: ["cargo", "build", "--locked", "--release"], pwd: Some("/work/oxidecomputer/helios/projects/pilot")
26312024-12-13T20:59:52.355Z[ helios-setup] Dec 13 20:59:50.535 INFO E| Updating git repository `https://github.com/oxidecomputer/progenitor`
26322024-12-13T20:59:53.021Z[ host-package] Compiling nexus-db-model v0.1.0 (/work/oxidecomputer/omicron/nexus/db-model)
26332024-12-13T20:59:53.522Z[ helios-setup] Dec 13 20:59:51.702 INFO E| From https://github.com/oxidecomputer/progenitor
26342024-12-13T20:59:53.528Z[ helios-setup] Dec 13 20:59:51.702 INFO E| * [new ref] 3a5fe998e6c790223a9ff195df96e1f34ba2c149 -> refs/commit/3a5fe998e6c790223a9ff195df96e1f34ba2c149
26352024-12-13T20:59:53.531Z[ host-package] Compiling derive_builder_core v0.20.2
26362024-12-13T20:59:53.556Z[ helios-setup] Dec 13 20:59:51.733 INFO E| * [new tag] v0.1.1 -> v0.1.1
26372024-12-13T20:59:53.556Z[ helios-setup] Dec 13 20:59:51.733 INFO E| * [new tag] v0.2.0 -> v0.2.0
26382024-12-13T20:59:53.671Z[ helios-setup] Dec 13 20:59:51.851 INFO E| Updating git repository `https://github.com/jclulow/hiercmd`
26392024-12-13T20:59:54.179Z[ helios-setup] Dec 13 20:59:52.359 INFO E| From https://github.com/jclulow/hiercmd
26402024-12-13T20:59:54.179Z[ helios-setup] Dec 13 20:59:52.359 INFO E| * [new ref] d9d28d6aa06f0740b8668b9e64c0f4bb69243aad -> refs/commit/d9d28d6aa06f0740b8668b9e64c0f4bb69243aad
26412024-12-13T20:59:54.199Z[ helios-setup] Dec 13 20:59:52.378 INFO E| Updating git repository `https://github.com/jclulow/network-interface`
26422024-12-13T20:59:54.793Z[ helios-setup] Dec 13 20:59:52.973 INFO E| From https://github.com/jclulow/network-interface
26432024-12-13T20:59:54.793Z[ helios-setup] Dec 13 20:59:52.973 INFO E| * [new ref] 827e6b7ba62ea32474ef38b1b02942bdf3933624 -> refs/commit/827e6b7ba62ea32474ef38b1b02942bdf3933624
26442024-12-13T20:59:54.826Z[ helios-setup] Dec 13 20:59:53.005 INFO E| Updating git repository `https://github.com/oxidecomputer/boot-image-tools.git`
26452024-12-13T20:59:55.351Z[ helios-setup] Dec 13 20:59:53.530 INFO E| From https://github.com/oxidecomputer/boot-image-tools
26462024-12-13T20:59:55.351Z[ helios-setup] Dec 13 20:59:53.531 INFO E| * [new ref] 300caa098652a2988eb3cbf936868cb719a155ff -> refs/commit/300caa098652a2988eb3cbf936868cb719a155ff
26472024-12-13T20:59:55.386Z[ helios-setup] Dec 13 20:59:53.565 INFO E| Updating git repository `git+ssh://git@github.com/oxidecomputer/facade`
26482024-12-13T20:59:55.437Z[ host-package] Compiling headers-core v0.3.0
26492024-12-13T20:59:55.628Z[ host-package] Compiling fxhash v0.2.1
26502024-12-13T20:59:55.882Z[ host-package] Compiling libxml v0.3.3
26512024-12-13T20:59:55.899Z[ host-package] Compiling ref-cast-impl v1.0.23
26522024-12-13T20:59:56.228Z[ host-package] Compiling bytecount v0.6.8
26532024-12-13T20:59:56.246Z[ helios-setup] Dec 13 20:59:54.426 INFO E| From https://github.com/oxidecomputer/facade
26542024-12-13T20:59:56.246Z[ helios-setup] Dec 13 20:59:54.426 INFO E| * [new ref] aadb1404d3e53f6d1b5928a1aa09dcec0e0a3892 -> refs/commit/aadb1404d3e53f6d1b5928a1aa09dcec0e0a3892
26552024-12-13T20:59:56.287Z[ helios-setup] Dec 13 20:59:54.464 INFO E| Updating git repository `https://github.com/oxidecomputer/dropshot.git`
26562024-12-13T20:59:56.583Z[ host-package] Compiling papergrid v0.11.0
26572024-12-13T20:59:57.134Z[ helios-setup] Dec 13 20:59:55.313 INFO E| From https://github.com/oxidecomputer/dropshot
26582024-12-13T20:59:57.134Z[ helios-setup] Dec 13 20:59:55.313 INFO E| * [new ref] 9911f3cf00178e0ee64b99f2c59b5a5464075230 -> refs/commit/9911f3cf00178e0ee64b99f2c59b5a5464075230
26592024-12-13T20:59:57.168Z[ helios-setup] Dec 13 20:59:55.347 INFO E| * [new tag] v0.3.0 -> v0.3.0
26602024-12-13T20:59:57.168Z[ helios-setup] Dec 13 20:59:55.348 INFO E| * [new tag] v0.4.0 -> v0.4.0
26612024-12-13T20:59:57.168Z[ helios-setup] Dec 13 20:59:55.348 INFO E| * [new tag] v0.5.0 -> v0.5.0
26622024-12-13T20:59:57.172Z[ helios-setup] Dec 13 20:59:55.348 INFO E| * [new tag] v0.5.1 -> v0.5.1
26632024-12-13T20:59:57.172Z[ helios-setup] Dec 13 20:59:55.348 INFO E| * [new tag] v0.6.0 -> v0.6.0
26642024-12-13T20:59:57.172Z[ helios-setup] Dec 13 20:59:55.348 INFO E| * [new tag] v0.7.0 -> v0.7.0
26652024-12-13T20:59:57.172Z[ helios-setup] Dec 13 20:59:55.348 INFO E| * [new tag] v0.8.0 -> v0.8.0
26662024-12-13T20:59:57.172Z[ helios-setup] Dec 13 20:59:55.348 INFO E| * [new tag] v0.9.0 -> v0.9.0
26672024-12-13T20:59:57.219Z[ helios-setup] Dec 13 20:59:55.394 INFO E| Updating crates.io index
26682024-12-13T20:59:57.248Z[ helios-setup] Dec 13 20:59:55.424 INFO E| Updating git repository `https://github.com/oxidecomputer/typify`
26692024-12-13T20:59:57.315Z[ host-package] Compiling derive_builder_macro v0.20.2
26702024-12-13T20:59:58.146Z[ helios-setup] Dec 13 20:59:56.324 INFO E| From https://github.com/oxidecomputer/typify
26712024-12-13T20:59:58.147Z[ helios-setup] Dec 13 20:59:56.324 INFO E| * [new ref] fec09bd1924a676ac18eecc0dea64b8ec042fdb4 -> refs/commit/fec09bd1924a676ac18eecc0dea64b8ec042fdb4
26722024-12-13T20:59:58.175Z[ helios-setup] Dec 13 20:59:56.354 INFO E| * [new tag] v0.0.10 -> v0.0.10
26732024-12-13T20:59:58.178Z[ helios-setup] Dec 13 20:59:56.355 INFO E| * [new tag] v0.0.11 -> v0.0.11
26742024-12-13T20:59:58.178Z[ helios-setup] Dec 13 20:59:56.355 INFO E| * [new tag] v0.0.4 -> v0.0.4
26752024-12-13T20:59:58.178Z[ helios-setup] Dec 13 20:59:56.355 INFO E| * [new tag] v0.0.5 -> v0.0.5
26762024-12-13T20:59:58.178Z[ helios-setup] Dec 13 20:59:56.355 INFO E| * [new tag] v0.0.7 -> v0.0.7
26772024-12-13T20:59:58.178Z[ helios-setup] Dec 13 20:59:56.355 INFO E| * [new tag] v0.0.8 -> v0.0.8
26782024-12-13T20:59:58.178Z[ helios-setup] Dec 13 20:59:56.355 INFO E| * [new tag] v0.0.9 -> v0.0.9
26792024-12-13T20:59:58.240Z[ host-package] Compiling headers v0.4.0
26802024-12-13T20:59:58.556Z[ helios-setup] Dec 13 20:59:56.735 INFO E| Downloading crates ...
26812024-12-13T20:59:58.777Z[ helios-setup] Dec 13 20:59:56.955 INFO E| Downloaded ahash v0.7.6
26822024-12-13T20:59:58.782Z[ helios-setup] Dec 13 20:59:56.961 INFO E| Downloaded async-stream-impl v0.3.5
26832024-12-13T20:59:58.806Z[ helios-setup] Dec 13 20:59:56.985 INFO E| Downloaded async-stream v0.3.5
26842024-12-13T20:59:58.810Z[ helios-setup] Dec 13 20:59:56.989 INFO E| Downloaded rustls-pemfile v1.0.2
26852024-12-13T20:59:58.812Z[ helios-setup] Dec 13 20:59:56.992 INFO E| Downloaded anyhow v1.0.68
26862024-12-13T20:59:58.821Z[ helios-setup] Dec 13 20:59:57.000 INFO E| Downloaded schemars_derive v0.8.12
26872024-12-13T20:59:58.823Z[ helios-setup] Dec 13 20:59:57.002 INFO E| Downloaded rustls v0.21.0
26882024-12-13T20:59:58.845Z[ helios-setup] Dec 13 20:59:57.024 INFO E| Downloaded ryu v1.0.13
26892024-12-13T20:59:58.850Z[ helios-setup] Dec 13 20:59:57.029 INFO E| Downloaded sct v0.7.0
26902024-12-13T20:59:58.856Z[ helios-setup] Dec 13 20:59:57.035 INFO E| Downloaded semver-parser v0.10.2
26912024-12-13T20:59:58.861Z[ helios-setup] Dec 13 20:59:57.038 INFO E| Downloaded tower-service v0.3.2
26922024-12-13T20:59:58.864Z[ helios-setup] Dec 13 20:59:57.040 INFO E| Downloaded toolchain_find v0.2.0
26932024-12-13T20:59:58.864Z[ helios-setup] Dec 13 20:59:57.041 INFO E| Downloaded scopeguard v1.1.0
26942024-12-13T20:59:58.867Z[ helios-setup] Dec 13 20:59:57.043 INFO E| Downloaded schemars v0.8.12
26952024-12-13T20:59:58.883Z[ helios-setup] Dec 13 20:59:57.062 INFO E| Downloaded want v0.3.0
26962024-12-13T20:59:58.886Z[ helios-setup] Dec 13 20:59:57.064 INFO E| Downloaded serde_path_to_error v0.1.11
26972024-12-13T20:59:58.888Z[ helios-setup] Dec 13 20:59:57.067 INFO E| Downloaded proc-macro-crate v1.2.1
26982024-12-13T20:59:58.891Z[ helios-setup] Dec 13 20:59:57.069 INFO E| Downloaded semver v1.0.17
26992024-12-13T20:59:58.894Z[ helios-setup] Dec 13 20:59:57.073 INFO E| Downloaded smawk v0.3.1
27002024-12-13T20:59:58.896Z[ helios-setup] Dec 13 20:59:57.075 INFO E| Downloaded futures-core v0.3.28
27012024-12-13T20:59:58.899Z[ helios-setup] Dec 13 20:59:57.078 INFO E| Downloaded futures-macro v0.3.28
27022024-12-13T20:59:58.902Z[ helios-setup] Dec 13 20:59:57.080 INFO E| Downloaded toml_datetime v0.6.1
27032024-12-13T20:59:58.904Z[ helios-setup] Dec 13 20:59:57.082 INFO E| Downloaded serde_spanned v0.6.1
27042024-12-13T20:59:58.912Z[ helios-setup] Dec 13 20:59:57.091 INFO E| Downloaded utf8parse v0.2.1
27052024-12-13T20:59:58.914Z[ helios-setup] Dec 13 20:59:57.093 INFO E| Downloaded serde_derive_internals v0.26.0
27062024-12-13T20:59:58.917Z[ helios-setup] Dec 13 20:59:57.096 INFO E| Downloaded clap_lex v0.4.1
27072024-12-13T20:59:58.919Z[ helios-setup] Dec 13 20:59:57.098 INFO E| Downloaded lazy_static v1.4.0
27082024-12-13T20:59:58.921Z[ helios-setup] Dec 13 20:59:57.100 INFO E| Downloaded tempfile v3.5.0
27092024-12-13T20:59:58.925Z[ helios-setup] Dec 13 20:59:57.104 INFO E| Downloaded tokio-rustls v0.24.0
27102024-12-13T20:59:58.929Z[ helios-setup] Dec 13 20:59:57.108 INFO E| Downloaded tokio-tungstenite v0.18.0
27112024-12-13T20:59:58.932Z[ helios-setup] Dec 13 20:59:57.112 INFO E| Downloaded num_enum_derive v0.5.7
27122024-12-13T20:59:58.934Z[ helios-setup] Dec 13 20:59:57.113 INFO E| Downloaded thiserror-impl v1.0.38
27132024-12-13T20:59:58.938Z[ helios-setup] Dec 13 20:59:57.116 INFO E| Downloaded thiserror v1.0.38
27142024-12-13T20:59:58.944Z[ helios-setup] Dec 13 20:59:57.123 INFO E| Downloaded ppv-lite86 v0.2.17
27152024-12-13T20:59:58.953Z[ helios-setup] Dec 13 20:59:57.125 INFO E| Downloaded pkg-config v0.3.26
27162024-12-13T20:59:58.953Z[ helios-setup] Dec 13 20:59:57.128 INFO E| Downloaded percent-encoding v2.2.0
27172024-12-13T20:59:58.953Z[ helios-setup] Dec 13 20:59:57.129 INFO E| Downloaded socket2 v0.4.9
27182024-12-13T20:59:58.956Z[ helios-setup] Dec 13 20:59:57.132 INFO E| Downloaded toml v0.7.3
27192024-12-13T20:59:58.959Z[ helios-setup] Dec 13 20:59:57.138 INFO E| Downloaded uuid v1.3.0
27202024-12-13T20:59:58.966Z[ helios-setup] Dec 13 20:59:57.145 INFO E| Downloaded unicode-bidi v0.3.13
27212024-12-13T20:59:58.970Z[ helios-setup] Dec 13 20:59:57.150 INFO E| Downloaded url v2.3.1
27222024-12-13T20:59:58.976Z[ helios-setup] Dec 13 20:59:57.155 INFO E| Downloaded unsafe-libyaml v0.2.8
27232024-12-13T20:59:58.982Z[ helios-setup] Dec 13 20:59:57.161 INFO E| Downloaded serde_yaml v0.9.21
27242024-12-13T20:59:58.988Z[ helios-setup] Dec 13 20:59:57.167 INFO E| Downloaded unicode-linebreak v0.1.4
27252024-12-13T20:59:58.991Z[ helios-setup] Dec 13 20:59:57.171 INFO E| Downloaded toml_edit v0.19.8
27262024-12-13T20:59:59.020Z[ helios-setup] Dec 13 20:59:57.200 INFO E| Downloaded quote v1.0.36
27272024-12-13T20:59:59.025Z[ helios-setup] Dec 13 20:59:57.204 INFO E| Downloaded pin-project-lite v0.2.9
27282024-12-13T20:59:59.033Z[ helios-setup] Dec 13 20:59:57.212 INFO E| Downloaded winnow v0.4.1
27292024-12-13T20:59:59.046Z[ helios-setup] Dec 13 20:59:57.225 INFO E| Downloaded once_cell v1.17.0
27302024-12-13T20:59:59.050Z[ helios-setup] Dec 13 20:59:57.229 INFO E| Downloaded base64 v0.21.0
27312024-12-13T20:59:59.056Z[ helios-setup] Dec 13 20:59:57.235 INFO E| Downloaded proc-macro2 v1.0.86
27322024-12-13T20:59:59.061Z[ helios-setup] Dec 13 20:59:57.240 INFO E| Downloaded parking_lot v0.12.1
27332024-12-13T20:59:59.065Z[ helios-setup] Dec 13 20:59:57.244 INFO E| Downloaded clap v4.2.1
27342024-12-13T20:59:59.081Z[ helios-setup] Dec 13 20:59:57.259 INFO E| Downloaded memchr v2.5.0
27352024-12-13T20:59:59.087Z[ helios-setup] Dec 13 20:59:57.266 INFO E| Downloaded syn v1.0.107
27362024-12-13T20:59:59.105Z[ helios-setup] Dec 13 20:59:57.284 INFO E| Downloaded syn v2.0.72
27372024-12-13T20:59:59.124Z[ helios-setup] Dec 13 20:59:57.303 INFO E| Downloaded rayon-core v1.10.2
27382024-12-13T20:59:59.130Z[ helios-setup] Dec 13 20:59:57.309 INFO E| Downloaded futures v0.3.28
27392024-12-13T20:59:59.139Z[ helios-setup] Dec 13 20:59:57.318 INFO E| Downloaded http v0.2.9
27402024-12-13T20:59:59.145Z[ helios-setup] Dec 13 20:59:57.324 INFO E| Downloaded crossbeam-channel v0.5.6
27412024-12-13T20:59:59.158Z[ helios-setup] Dec 13 20:59:57.337 INFO E| Downloaded mio v0.8.5
27422024-12-13T20:59:59.167Z[ helios-setup] Dec 13 20:59:57.346 INFO E| Downloaded pest v2.5.7
27432024-12-13T20:59:59.175Z[ helios-setup] Dec 13 20:59:57.354 INFO E| Downloaded bytes v1.4.0
27442024-12-13T20:59:59.181Z[ helios-setup] Dec 13 20:59:57.360 INFO E| Downloaded cc v1.0.78
27452024-12-13T20:59:59.186Z[ helios-setup] Dec 13 20:59:57.365 INFO E| Downloaded num-traits v0.2.15
27462024-12-13T20:59:59.190Z[ helios-setup] Dec 13 20:59:57.369 INFO E| Downloaded io-lifetimes v1.0.10
27472024-12-13T20:59:59.194Z[ helios-setup] Dec 13 20:59:57.373 INFO E| Downloaded crossbeam-epoch v0.9.13
27482024-12-13T20:59:59.198Z[ helios-setup] Dec 13 20:59:57.377 INFO E| Downloaded unicode-normalization v0.1.22
27492024-12-13T20:59:59.205Z[ helios-setup] Dec 13 20:59:57.384 INFO E| Downloaded serde_json v1.0.95
27502024-12-13T20:59:59.217Z[ helios-setup] Dec 13 20:59:57.396 INFO E| Downloaded parking_lot_core v0.9.6
27512024-12-13T20:59:59.220Z[ helios-setup] Dec 13 20:59:57.400 INFO E| Downloaded crossbeam-utils v0.8.14
27522024-12-13T20:59:59.225Z[ helios-setup] Dec 13 20:59:57.404 INFO E| Downloaded tracing v0.1.37
27532024-12-13T20:59:59.236Z[ helios-setup] Dec 13 20:59:57.411 INFO E| Downloaded clap_builder v4.2.1
27542024-12-13T20:59:59.242Z[ helios-setup] Dec 13 20:59:57.422 INFO E| Downloaded reqwest v0.11.16
27552024-12-13T20:59:59.255Z[ helios-setup] Dec 13 20:59:57.434 INFO E| Downloaded tokio v1.27.0
27562024-12-13T20:59:59.316Z[ helios-setup] Dec 13 20:59:57.488 INFO E| Downloaded chrono v0.4.24
27572024-12-13T20:59:59.320Z[ helios-setup] Dec 13 20:59:57.499 INFO E| Downloaded hyper v0.14.25
27582024-12-13T20:59:59.339Z[ helios-setup] Dec 13 20:59:57.513 INFO E| Downloaded rayon v1.6.1
27592024-12-13T20:59:59.348Z[ helios-setup] Dec 13 20:59:57.527 INFO E| Downloaded git2 v0.16.1
27602024-12-13T20:59:59.361Z[ helios-setup] Dec 13 20:59:57.540 INFO E| Downloaded h2 v0.3.16
27612024-12-13T20:59:59.371Z[ helios-setup] Dec 13 20:59:57.550 INFO E| Downloaded regex v1.7.3
27622024-12-13T20:59:59.384Z[ helios-setup] Dec 13 20:59:57.563 INFO E| Downloaded regress v0.5.0
27632024-12-13T20:59:59.396Z[ helios-setup] Dec 13 20:59:57.575 INFO E| Downloaded futures-util v0.3.28
27642024-12-13T20:59:59.416Z[ helios-setup] Dec 13 20:59:57.595 INFO E| Downloaded rustix v0.37.3
27652024-12-13T20:59:59.472Z[ helios-setup] Dec 13 20:59:57.633 INFO E| Downloaded tokio-util v0.7.7
27662024-12-13T20:59:59.477Z[ helios-setup] Dec 13 20:59:57.643 INFO E| Downloaded log v0.4.17
27672024-12-13T20:59:59.478Z[ helios-setup] Dec 13 20:59:57.646 INFO E| Downloaded lock_api v0.4.9
27682024-12-13T20:59:59.478Z[ helios-setup] Dec 13 20:59:57.649 INFO E| Downloaded ipnet v2.7.2
27692024-12-13T20:59:59.478Z[ helios-setup] Dec 13 20:59:57.651 INFO E| Downloaded httparse v1.8.0
27702024-12-13T20:59:59.478Z[ helios-setup] Dec 13 20:59:57.655 INFO E| Downloaded rhai v1.14.0
27712024-12-13T20:59:59.512Z[ helios-setup] Dec 13 20:59:57.676 INFO E| Downloaded getrandom v0.2.8
27722024-12-13T20:59:59.517Z[ helios-setup] Dec 13 20:59:57.680 INFO E| Downloaded futures-channel v0.3.28
27732024-12-13T20:59:59.517Z[ helios-setup] Dec 13 20:59:57.684 INFO E| Downloaded openapiv3 v1.0.2
27742024-12-13T20:59:59.528Z[ helios-setup] Dec 13 20:59:57.704 INFO E| Downloaded tracing-core v0.1.30
27752024-12-13T20:59:59.533Z[ helios-setup] Dec 13 20:59:57.709 INFO E| Downloaded crossbeam-deque v0.8.2
27762024-12-13T20:59:59.541Z[ helios-setup] Dec 13 20:59:57.712 INFO E| Downloaded textwrap v0.16.0
27772024-12-13T20:59:59.587Z[ helios-setup] Dec 13 20:59:57.738 INFO E| Downloaded bincode v1.3.3
27782024-12-13T20:59:59.613Z[ helios-setup] Dec 13 20:59:57.742 INFO E| Downloaded ucd-trie v0.1.5
27792024-12-13T20:59:59.613Z[ helios-setup] Dec 13 20:59:57.745 INFO E| Downloaded tungstenite v0.18.0
27802024-12-13T20:59:59.613Z[ helios-setup] Dec 13 20:59:57.749 INFO E| Downloaded serde v1.0.204
27812024-12-13T20:59:59.613Z[ helios-setup] Dec 13 20:59:57.755 INFO E| Downloaded rustls-webpki v0.100.1
27822024-12-13T20:59:59.613Z[ helios-setup] Dec 13 20:59:57.764 INFO E| Downloaded rustfmt-wrapper v0.2.0
27832024-12-13T20:59:59.613Z[ helios-setup] Dec 13 20:59:57.766 INFO E| Downloaded rhai_codegen v1.5.0
27842024-12-13T20:59:59.620Z[ helios-setup] Dec 13 20:59:57.779 INFO E| Downloaded cargo-lock v8.0.3
27852024-12-13T20:59:59.620Z[ helios-setup] Dec 13 20:59:57.784 INFO E| Downloaded async-trait v0.1.68
27862024-12-13T20:59:59.620Z[ helios-setup] Dec 13 20:59:57.790 INFO E| Downloaded unicode-ident v1.0.8
27872024-12-13T20:59:59.620Z[ helios-setup] Dec 13 20:59:57.794 INFO E| Downloaded fastrand v1.9.0
27882024-12-13T20:59:59.620Z[ helios-setup] Dec 13 20:59:57.796 INFO E| Downloaded clap_derive v4.2.0
27892024-12-13T20:59:59.637Z[ helios-setup] Dec 13 20:59:57.799 INFO E| Downloaded camino v1.1.4
27902024-12-13T20:59:59.637Z[ helios-setup] Dec 13 20:59:57.801 INFO E| Downloaded tinyvec v1.6.0
27912024-12-13T20:59:59.649Z[ helios-setup] Dec 13 20:59:57.806 INFO E| Downloaded serde_derive v1.0.204
27922024-12-13T20:59:59.649Z[ helios-setup] Dec 13 20:59:57.810 INFO E| Downloaded proc-macro-hack v0.5.20+deprecated
27932024-12-13T20:59:59.649Z[ helios-setup] Dec 13 20:59:57.813 INFO E| Downloaded paste v1.0.12
27942024-12-13T20:59:59.649Z[ helios-setup] Dec 13 20:59:57.818 INFO E| Downloaded libc v0.2.139
27952024-12-13T20:59:59.678Z[ helios-setup] Dec 13 20:59:57.855 INFO E| Downloaded num_enum v0.5.7
27962024-12-13T20:59:59.689Z[ helios-setup] Dec 13 20:59:57.861 INFO E| Downloaded slog-bunyan v2.4.0
27972024-12-13T20:59:59.695Z[ helios-setup] Dec 13 20:59:57.863 INFO E| Downloaded time v0.1.45
27982024-12-13T20:59:59.695Z[ helios-setup] Dec 13 20:59:57.865 INFO E| Downloaded num_cpus v1.15.0
27992024-12-13T20:59:59.695Z[ helios-setup] Dec 13 20:59:57.869 INFO E| Downloaded memoffset v0.7.1
28002024-12-13T20:59:59.695Z[ helios-setup] Dec 13 20:59:57.871 INFO E| Downloaded smartstring v1.0.1
28012024-12-13T20:59:59.701Z[ helios-setup] Dec 13 20:59:57.874 INFO E| Downloaded smallvec v1.10.0
28022024-12-13T20:59:59.701Z[ helios-setup] Dec 13 20:59:57.877 INFO E| Downloaded serde_tokenstream v0.2.0
28032024-12-13T20:59:59.709Z[ helios-setup] Dec 13 20:59:57.881 INFO E| Downloaded num-integer v0.1.45
28042024-12-13T20:59:59.709Z[ helios-setup] Dec 13 20:59:57.884 INFO E| Downloaded iana-time-zone v0.1.56
28052024-12-13T20:59:59.720Z[ helios-setup] Dec 13 20:59:57.887 INFO E| Downloaded httpdate v1.0.2
28062024-12-13T20:59:59.720Z[ helios-setup] Dec 13 20:59:57.888 INFO E| Downloaded home v0.5.4
28072024-12-13T20:59:59.720Z[ helios-setup] Dec 13 20:59:57.890 INFO E| Downloaded slog-async v2.7.0
28082024-12-13T20:59:59.756Z[ helios-setup] Dec 13 20:59:57.892 INFO E| Downloaded sha1 v0.10.5
28092024-12-13T20:59:59.756Z[ helios-setup] Dec 13 20:59:57.894 INFO E| Downloaded jobserver v0.1.26
28102024-12-13T20:59:59.756Z[ helios-setup] Dec 13 20:59:57.896 INFO E| Downloaded itoa v1.0.6
28112024-12-13T20:59:59.757Z[ helios-setup] Dec 13 20:59:57.898 INFO E| Downloaded futures-task v0.3.28
28122024-12-13T20:59:59.757Z[ helios-setup] Dec 13 20:59:57.900 INFO E| Downloaded futures-sink v0.3.28
28132024-12-13T20:59:59.757Z[ helios-setup] Dec 13 20:59:57.901 INFO E| Downloaded futures-io v0.3.28
28142024-12-13T20:59:59.757Z[ helios-setup] Dec 13 20:59:57.902 INFO E| Downloaded http-body v0.4.5
28152024-12-13T20:59:59.757Z[ helios-setup] Dec 13 20:59:57.905 INFO E| Downloaded either v1.8.0
28162024-12-13T20:59:59.757Z[ helios-setup] Dec 13 20:59:57.907 INFO E| Downloaded terminal_size v0.2.6
28172024-12-13T20:59:59.757Z[ helios-setup] Dec 13 20:59:57.908 INFO E| Downloaded dyn-clone v1.0.11
28182024-12-13T20:59:59.757Z[ helios-setup] Dec 13 20:59:57.911 INFO E| Downloaded slab v0.4.7
28192024-12-13T20:59:59.771Z[ helios-setup] Dec 13 20:59:57.913 INFO E| Downloaded signal-hook-registry v1.4.0
28202024-12-13T20:59:59.771Z[ helios-setup] Dec 13 20:59:57.914 INFO E| Downloaded semver v0.11.0
28212024-12-13T20:59:59.771Z[ helios-setup] Dec 13 20:59:57.917 INFO E| Downloaded is-terminal v0.4.7
28222024-12-13T20:59:59.771Z[ helios-setup] Dec 13 20:59:57.918 INFO E| Downloaded futures-executor v0.3.28
28232024-12-13T20:59:59.771Z[ helios-setup] Dec 13 20:59:57.920 INFO E| Downloaded form_urlencoded v1.1.0
28242024-12-13T20:59:59.772Z[ helios-setup] Dec 13 20:59:57.921 INFO E| Downloaded digest v0.10.6
28252024-12-13T20:59:59.772Z[ helios-setup] Dec 13 20:59:57.924 INFO E| Downloaded byteorder v1.4.3
28262024-12-13T20:59:59.772Z[ helios-setup] Dec 13 20:59:57.926 INFO E| Downloaded built v0.6.0
28272024-12-13T20:59:59.772Z[ helios-setup] Dec 13 20:59:57.928 INFO E| Downloaded try-lock v0.2.4
28282024-12-13T20:59:59.772Z[ helios-setup] Dec 13 20:59:57.930 INFO E| Downloaded tokio-macros v2.0.0
28292024-12-13T20:59:59.772Z[ helios-setup] Dec 13 20:59:57.932 INFO E| Downloaded strsim v0.10.0
28302024-12-13T20:59:59.772Z[ helios-setup] Dec 13 20:59:57.934 INFO E| Downloaded sha2 v0.10.6
28312024-12-13T20:59:59.772Z[ helios-setup] Dec 13 20:59:57.937 INFO E| Downloaded project-root v0.2.2
28322024-12-13T20:59:59.772Z[ helios-setup] Dec 13 20:59:57.938 INFO E| Downloaded anstyle-parse v0.1.1
28332024-12-13T20:59:59.772Z[ helios-setup] Dec 13 20:59:57.940 INFO E| Downloaded const-random v0.1.15
28342024-12-13T20:59:59.772Z[ helios-setup] Dec 13 20:59:57.942 INFO E| Downloaded concolor-query v0.3.3
28352024-12-13T20:59:59.781Z[ helios-setup] Dec 13 20:59:57.943 INFO E| Downloaded autocfg v1.1.0
28362024-12-13T20:59:59.781Z[ helios-setup] Dec 13 20:59:57.945 INFO E| Downloaded const-random-macro v0.1.15
28372024-12-13T20:59:59.781Z[ helios-setup] Dec 13 20:59:57.946 INFO E| Downloaded concolor-override v1.0.0
28382024-12-13T20:59:59.781Z[ helios-setup] Dec 13 20:59:57.947 INFO E| Downloaded anstyle v0.3.5
28392024-12-13T20:59:59.781Z[ helios-setup] Dec 13 20:59:57.950 INFO E| Downloaded anstream v0.2.6
28402024-12-13T20:59:59.790Z[ helios-setup] Dec 13 20:59:57.960 INFO E| Downloaded ahash v0.8.3
28412024-12-13T20:59:59.791Z[ helios-setup] Dec 13 20:59:57.964 INFO E| Downloaded aho-corasick v0.7.20
28422024-12-13T20:59:59.837Z[ helios-setup] Dec 13 20:59:58.013 INFO E| Downloaded encoding_rs v0.8.32
28432024-12-13T20:59:59.963Z[ helios-setup] Dec 13 20:59:58.137 INFO E| Downloaded libgit2-sys v0.14.2+1.5.1
28442024-12-13T21:00:00.204Z[ helios-setup] Dec 13 20:59:58.382 INFO E| Downloaded libz-sys v1.1.8
28452024-12-13T21:00:00.558Z[ helios-setup] Dec 13 20:59:58.735 INFO E| Compiling proc-macro2 v1.0.86
28462024-12-13T21:00:00.558Z[ helios-setup] Dec 13 20:59:58.735 INFO E| Compiling libc v0.2.139
28472024-12-13T21:00:00.558Z[ helios-setup] Dec 13 20:59:58.735 INFO E| Compiling unicode-ident v1.0.8
28482024-12-13T21:00:00.584Z[ helios-setup] Dec 13 20:59:58.735 INFO E| Compiling autocfg v1.1.0
28492024-12-13T21:00:00.584Z[ helios-setup] Dec 13 20:59:58.735 INFO E| Compiling cfg-if v1.0.0
28502024-12-13T21:00:00.584Z[ helios-setup] Dec 13 20:59:58.735 INFO E| Compiling version_check v0.9.4
28512024-12-13T21:00:00.584Z[ helios-setup] Dec 13 20:59:58.736 INFO E| Compiling serde v1.0.204
28522024-12-13T21:00:00.584Z[ helios-setup] Dec 13 20:59:58.736 INFO E| Compiling syn v1.0.107
28532024-12-13T21:00:01.005Z[ helios-setup] Dec 13 20:59:59.182 INFO E| Compiling memchr v2.5.0
28542024-12-13T21:00:02.019Z[ helios-setup] Dec 13 21:00:00.198 INFO E| Compiling once_cell v1.17.0
28552024-12-13T21:00:02.153Z[ helios-setup] Dec 13 21:00:00.285 INFO E| Compiling thiserror v1.0.38
28562024-12-13T21:00:02.266Z[ helios-setup] Dec 13 21:00:00.400 INFO E| Compiling log v0.4.17
28572024-12-13T21:00:03.001Z[ helios-setup] Dec 13 21:00:01.175 INFO E| Compiling serde_json v1.0.95
28582024-12-13T21:00:03.011Z[ helios-setup] Dec 13 21:00:01.176 INFO E| Compiling itoa v1.0.6
28592024-12-13T21:00:04.048Z[ helios-setup] Dec 13 21:00:02.227 INFO E| Compiling getrandom v0.2.8
28602024-12-13T21:00:04.195Z[ helios-setup] Dec 13 21:00:02.373 INFO E| Compiling indexmap v1.9.3
28612024-12-13T21:00:04.327Z[ helios-setup] Dec 13 21:00:02.506 INFO E| Compiling pin-project-lite v0.2.9
28622024-12-13T21:00:04.675Z[ helios-setup] Dec 13 21:00:02.854 INFO E| Compiling jobserver v0.1.26
28632024-12-13T21:00:04.816Z[ helios-setup] Dec 13 21:00:02.994 INFO E| Compiling quote v1.0.36
28642024-12-13T21:00:05.000Z[ helios-setup] Dec 13 21:00:03.178 INFO E| Compiling scopeguard v1.1.0
28652024-12-13T21:00:05.583Z[ helios-setup] Dec 13 21:00:03.286 INFO E| Compiling num-integer v0.1.45
28662024-12-13T21:00:05.617Z[ helios-setup] Dec 13 21:00:03.498 INFO E| Compiling cc v1.0.78
28672024-12-13T21:00:05.637Z[ helios-setup] Dec 13 21:00:03.816 INFO E| Compiling syn v2.0.72
28682024-12-13T21:00:05.997Z[ helios-setup] Dec 13 21:00:04.175 INFO E| Compiling futures-core v0.3.28
28692024-12-13T21:00:06.154Z[ helios-setup] Dec 13 21:00:04.332 INFO E| Compiling bytes v1.4.0
28702024-12-13T21:00:06.173Z[ helios-setup] Dec 13 21:00:04.352 INFO E| Compiling ryu v1.0.13
28712024-12-13T21:00:07.977Z[ helios-setup] Dec 13 21:00:06.155 INFO E| Compiling lock_api v0.4.9
28722024-12-13T21:00:07.977Z[ helios-setup] Dec 13 21:00:06.155 INFO E| Compiling bitflags v1.3.2
28732024-12-13T21:00:08.079Z[ helios-setup] Dec 13 21:00:06.256 INFO E| Compiling parking_lot_core v0.9.6
28742024-12-13T21:00:08.246Z[ helios-setup] Dec 13 21:00:06.424 INFO E| Compiling typenum v1.16.0
28752024-12-13T21:00:08.362Z[ helios-setup] Dec 13 21:00:06.540 INFO E| Compiling num_cpus v1.15.0
28762024-12-13T21:00:08.809Z[ helios-setup] Dec 13 21:00:06.987 INFO E| Compiling generic-array v0.14.6
28772024-12-13T21:00:08.975Z[ helios-setup] Dec 13 21:00:07.153 INFO E| Compiling slab v0.4.7
28782024-12-13T21:00:09.306Z[ helios-setup] Dec 13 21:00:07.484 INFO E| Compiling futures-channel v0.3.28
28792024-12-13T21:00:09.431Z[ helios-setup] Dec 13 21:00:07.608 INFO E| Compiling futures-sink v0.3.28
28802024-12-13T21:00:09.555Z[ helios-setup] Dec 13 21:00:07.733 INFO E| Compiling futures-task v0.3.28
28812024-12-13T21:00:10.003Z[ helios-setup] Dec 13 21:00:08.181 INFO E| Compiling tokio v1.27.0
28822024-12-13T21:00:10.309Z[ helios-setup] Dec 13 21:00:08.486 INFO E| Compiling schemars v0.8.12
28832024-12-13T21:00:10.631Z[ helios-setup] Dec 13 21:00:08.809 INFO E| Compiling futures-util v0.3.28
28842024-12-13T21:00:11.498Z[ helios-setup] Dec 13 21:00:09.676 INFO E| Compiling mio v0.8.5
28852024-12-13T21:00:11.618Z[ helios-setup] Dec 13 21:00:09.796 INFO E| Compiling socket2 v0.4.9
28862024-12-13T21:00:11.715Z[ helios-setup] Dec 13 21:00:09.892 INFO E| Compiling signal-hook-registry v1.4.0
28872024-12-13T21:00:11.997Z[ helios-setup] Dec 13 21:00:10.175 INFO E| Compiling ahash v0.7.6
28882024-12-13T21:00:12.490Z[ helios-setup] Dec 13 21:00:10.668 INFO E| Compiling num-traits v0.2.15
28892024-12-13T21:00:12.599Z[ helios-setup] Dec 13 21:00:10.777 INFO E| Compiling crunchy v0.2.2
28902024-12-13T21:00:13.644Z[ helios-setup] Dec 13 21:00:11.821 INFO E| Compiling pin-utils v0.1.0
28912024-12-13T21:00:13.649Z[ host-package] Compiling polar-core v0.27.3
28922024-12-13T21:00:13.784Z[ helios-setup] Dec 13 21:00:11.961 INFO E| Compiling futures-io v0.3.28
28932024-12-13T21:00:13.847Z[ helios-setup] Dec 13 21:00:12.024 INFO E| Compiling io-lifetimes v1.0.10
28942024-12-13T21:00:14.736Z[ helios-setup] Dec 13 21:00:12.911 INFO E| Compiling ahash v0.8.3
28952024-12-13T21:00:15.063Z[ helios-setup] Dec 13 21:00:13.240 INFO E| Compiling proc-macro-hack v0.5.20+deprecated
28962024-12-13T21:00:15.377Z[ helios-setup] Dec 13 21:00:13.554 INFO E| Compiling rustix v0.37.3
28972024-12-13T21:00:15.949Z[ helios-setup] Dec 13 21:00:14.126 INFO E| Compiling hashbrown v0.12.3
28982024-12-13T21:00:16.250Z[ helios-setup] Dec 13 21:00:14.427 INFO E| Compiling tiny-keccak v2.0.2
28992024-12-13T21:00:16.703Z[ helios-setup] Dec 13 21:00:14.879 INFO E| Compiling crypto-common v0.1.6
29002024-12-13T21:00:16.874Z[ helios-setup] Dec 13 21:00:15.051 INFO E| Compiling block-buffer v0.10.3
29012024-12-13T21:00:17.489Z[ helios-setup] Dec 13 21:00:15.666 INFO E| Compiling serde_derive_internals v0.26.0
29022024-12-13T21:00:17.986Z[ helios-setup] Dec 13 21:00:16.163 INFO E| Compiling errno v0.3.1
29032024-12-13T21:00:18.177Z[ helios-setup] Dec 13 21:00:16.354 INFO E| Compiling crossbeam-utils v0.8.14
29042024-12-13T21:00:18.520Z[ helios-setup] Dec 13 21:00:16.696 INFO E| Compiling fnv v1.0.7
29052024-12-13T21:00:18.660Z[ helios-setup] Dec 13 21:00:16.832 INFO E| Compiling pkg-config v0.3.26
29062024-12-13T21:00:18.813Z[ helios-setup] Dec 13 21:00:16.990 INFO E| Compiling slog v2.7.0
29072024-12-13T21:00:18.884Z[ host-package] Compiling strip-ansi-escapes v0.2.0
29082024-12-13T21:00:19.747Z[ helios-setup] Dec 13 21:00:17.921 INFO E| Compiling http v0.2.9
29092024-12-13T21:00:19.947Z[ host-package] Compiling db-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/db-macros)
29102024-12-13T21:00:20.403Z[ host-package] Compiling nexus-db-fixed-data v0.1.0 (/work/oxidecomputer/omicron/nexus/db-fixed-data)
29112024-12-13T21:00:21.265Z[ host-package] Compiling tabled_derive v0.7.0
29122024-12-13T21:00:22.026Z[ helios-setup] Dec 13 21:00:20.202 INFO E| Compiling digest v0.10.6
29132024-12-13T21:00:22.782Z[ helios-setup] Dec 13 21:00:20.959 INFO E| Compiling aho-corasick v0.7.20
29142024-12-13T21:00:23.088Z[ helios-setup] Dec 13 21:00:21.264 INFO E| Compiling heck v0.4.1
29152024-12-13T21:00:23.129Z[ helios-setup] Dec 13 21:00:21.305 INFO E| Compiling anyhow v1.0.68
29162024-12-13T21:00:24.134Z[ helios-setup] Dec 13 21:00:22.310 INFO E| Compiling regex-syntax v0.6.29
29172024-12-13T21:00:24.588Z[ helios-setup] Dec 13 21:00:22.764 INFO E| Compiling tinyvec_macros v0.1.1
29182024-12-13T21:00:24.644Z[ helios-setup] Dec 13 21:00:22.820 INFO E| Compiling cpufeatures v0.2.5
29192024-12-13T21:00:24.912Z[ helios-setup] Dec 13 21:00:23.088 INFO E| Compiling percent-encoding v2.2.0
29202024-12-13T21:00:25.208Z[ helios-setup] Dec 13 21:00:23.383 INFO E| Compiling unicode-width v0.1.10
29212024-12-13T21:00:25.329Z[ helios-setup] Dec 13 21:00:23.505 INFO E| Compiling httparse v1.8.0
29222024-12-13T21:00:25.534Z[ helios-setup] Dec 13 21:00:23.710 INFO E| Compiling form_urlencoded v1.1.0
29232024-12-13T21:00:25.948Z[ host-package] Compiling nexus-defaults v0.1.0 (/work/oxidecomputer/omicron/nexus/defaults)
29242024-12-13T21:00:25.989Z[ helios-setup] Dec 13 21:00:24.165 INFO E| Compiling const-random-macro v0.1.15
29252024-12-13T21:00:26.014Z[ host-package] Compiling itertools v0.12.1
29262024-12-13T21:00:26.483Z[ helios-setup] Dec 13 21:00:24.658 INFO E| Compiling tinyvec v1.6.0
29272024-12-13T21:00:27.653Z[ helios-setup] Dec 13 21:00:25.828 INFO E| Compiling serde_derive v1.0.204
29282024-12-13T21:00:27.727Z[ helios-setup] Dec 13 21:00:25.903 INFO E| Compiling tokio-macros v2.0.0
29292024-12-13T21:00:28.002Z[ helios-setup] Dec 13 21:00:26.177 INFO E| Compiling futures-macro v0.3.28
29302024-12-13T21:00:28.156Z[ helios-setup] Dec 13 21:00:26.332 INFO E| Compiling chrono v0.4.24
29312024-12-13T21:00:28.589Z[ helios-setup] Dec 13 21:00:26.764 INFO E| Compiling thiserror-impl v1.0.38
29322024-12-13T21:00:30.005Z[ helios-setup] Dec 13 21:00:28.180 INFO E| Compiling schemars_derive v0.8.12
29332024-12-13T21:00:30.076Z[ helios-setup] Dec 13 21:00:28.251 INFO E| Compiling hashbrown v0.13.2
29342024-12-13T21:00:31.919Z[ helios-setup] Dec 13 21:00:30.094 INFO E| Compiling regex v1.7.3
29352024-12-13T21:00:32.276Z[ host-package] Compiling fd-lock v4.0.2
29362024-12-13T21:00:32.667Z[ helios-setup] Dec 13 21:00:30.842 INFO E| Compiling libz-sys v1.1.8
29372024-12-13T21:00:32.979Z[ host-package] Compiling peg-macros v0.8.4
29382024-12-13T21:00:34.131Z[ host-package] Compiling strum_macros v0.24.3
29392024-12-13T21:00:34.355Z[ host-package] Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
29402024-12-13T21:00:35.371Z[ helios-setup] Dec 13 21:00:33.546 INFO E| Compiling uuid v1.3.0
29412024-12-13T21:00:35.636Z[ helios-setup] Dec 13 21:00:33.811 INFO E| Compiling dyn-clone v1.0.11
29422024-12-13T21:00:35.995Z[ helios-setup] Dec 13 21:00:34.169 INFO E| Compiling regress v0.5.0
29432024-12-13T21:00:36.087Z[ helios-setup] Dec 13 21:00:34.262 INFO E| Compiling unicode-normalization v0.1.22
29442024-12-13T21:00:36.405Z[ host-package] Compiling kstat-rs v0.2.4
29452024-12-13T21:00:38.072Z[ helios-setup] Dec 13 21:00:36.246 INFO E| Compiling const-random v0.1.15
29462024-12-13T21:00:38.555Z[ host-package] Compiling samael v0.0.17
29472024-12-13T21:00:38.715Z[ helios-setup] Dec 13 21:00:36.890 INFO E| Compiling getopts v0.2.21
29482024-12-13T21:00:38.786Z[ host-package] Compiling unicase v2.7.0
29492024-12-13T21:00:39.060Z[ host-package] Compiling indoc v1.0.9
29502024-12-13T21:00:39.110Z[ helios-setup] Dec 13 21:00:37.284 INFO E| Compiling tracing-core v0.1.30
29512024-12-13T21:00:39.566Z[ host-package] Compiling nu-ansi-term v0.50.1
29522024-12-13T21:00:39.957Z[ helios-setup] Dec 13 21:00:38.131 INFO E| Compiling memoffset v0.7.1
29532024-12-13T21:00:40.255Z[ host-package] Compiling peg v0.8.4
29542024-12-13T21:00:40.624Z[ host-package] Compiling reedline v0.35.0
29552024-12-13T21:00:40.743Z[ helios-setup] Dec 13 21:00:38.917 INFO E| Compiling unicode-bidi v0.3.13
29562024-12-13T21:00:42.022Z[ host-package] Compiling oximeter-instruments v0.1.0 (/work/oxidecomputer/omicron/oximeter/instruments)
29572024-12-13T21:00:42.842Z[ host-package] Compiling tabled v0.15.0
29582024-12-13T21:00:43.045Z[ helios-setup] Dec 13 21:00:41.219 INFO E| Compiling num-conv v0.1.0
29592024-12-13T21:00:43.644Z[ helios-setup] Dec 13 21:00:41.818 INFO E| Compiling powerfmt v0.2.0
29602024-12-13T21:00:43.826Z[ helios-setup] Dec 13 21:00:41.999 INFO E| Compiling time-core v0.1.2
29612024-12-13T21:00:43.982Z[ helios-setup] Dec 13 21:00:42.156 INFO E| Compiling ucd-trie v0.1.5
29622024-12-13T21:00:44.285Z[ helios-setup] Dec 13 21:00:42.459 INFO E| Compiling time-macros v0.2.18
29632024-12-13T21:00:44.753Z[ helios-setup] Dec 13 21:00:42.927 INFO E| Compiling pest v2.5.7
29642024-12-13T21:00:44.987Z[ helios-setup] Dec 13 21:00:43.161 INFO E| Compiling deranged v0.3.11
29652024-12-13T21:00:47.190Z[ helios-setup] Dec 13 21:00:45.364 INFO E| Compiling idna v0.3.0
29662024-12-13T21:00:49.856Z[ helios-setup] Dec 13 21:00:48.030 INFO E| Compiling tracing v0.1.37
29672024-12-13T21:00:50.620Z[ helios-setup] Dec 13 21:00:48.779 INFO E| Compiling libgit2-sys v0.14.2+1.5.1
29682024-12-13T21:00:51.359Z[ helios-setup] Dec 13 21:00:49.528 INFO E| Compiling time v0.1.45
29692024-12-13T21:00:51.483Z[ helios-setup] Dec 13 21:00:49.657 INFO E| Compiling crossbeam-epoch v0.9.13
29702024-12-13T21:00:52.537Z[ helios-setup] Dec 13 21:00:50.710 INFO E| Compiling iana-time-zone v0.1.56
29712024-12-13T21:00:53.182Z[ helios-setup] Dec 13 21:00:50.776 INFO E| Compiling semver v1.0.17
29722024-12-13T21:00:53.211Z[ helios-setup] Dec 13 21:00:50.868 INFO E| Compiling num_threads v0.1.6
29732024-12-13T21:00:54.579Z[ helios-setup] Dec 13 21:00:52.752 INFO E| Compiling time v0.3.36
29742024-12-13T21:00:55.057Z[ helios-setup] Dec 13 21:00:53.229 INFO E| Compiling toml v0.5.11
29752024-12-13T21:00:55.322Z[ helios-setup] Dec 13 21:00:53.494 INFO E| Compiling serde_tokenstream v0.2.0
29762024-12-13T21:00:55.672Z[ helios-setup] Dec 13 21:00:53.845 INFO E| Compiling smallvec v1.10.0
29772024-12-13T21:00:57.063Z[ host-package] Compiling sled-agent-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types)
29782024-12-13T21:00:58.496Z[ helios-setup] Dec 13 21:00:56.668 INFO E| Compiling parking_lot v0.12.1
29792024-12-13T21:01:02.729Z[ helios-setup] Dec 13 21:01:00.901 INFO E| Compiling semver-parser v0.10.2
29802024-12-13T21:01:03.197Z[ helios-setup] Dec 13 21:01:01.369 INFO E| Compiling url v2.3.1
29812024-12-13T21:01:05.921Z[ helios-setup] Dec 13 21:01:04.093 INFO E| Compiling typify-impl v0.0.12-dev (https://github.com/oxidecomputer/typify#fec09bd1)
29822024-12-13T21:01:06.933Z[ helios-setup] Dec 13 21:01:05.104 INFO E| Compiling crossbeam-channel v0.5.6
29832024-12-13T21:01:08.936Z[ helios-setup] Dec 13 21:01:07.107 INFO E| Compiling dirs-sys-next v0.1.2
29842024-12-13T21:01:10.193Z[ helios-setup] Dec 13 21:01:08.363 INFO E| Compiling same-file v1.0.6
29852024-12-13T21:01:10.706Z[ helios-setup] Dec 13 21:01:08.876 INFO E| Compiling try-lock v0.2.4
29862024-12-13T21:01:10.937Z[ helios-setup] Dec 13 21:01:09.108 INFO E| Compiling crc32fast v1.3.2
29872024-12-13T21:01:11.637Z[ helios-setup] Dec 13 21:01:09.808 INFO E| Compiling want v0.3.0
29882024-12-13T21:01:12.239Z[ helios-setup] Dec 13 21:01:10.410 INFO E| Compiling walkdir v2.3.3
29892024-12-13T21:01:12.660Z[ helios-setup] Dec 13 21:01:10.830 INFO E| Compiling dirs-next v2.0.0
29902024-12-13T21:01:15.395Z[ helios-setup] Dec 13 21:01:13.566 INFO E| Compiling semver v0.11.0
29912024-12-13T21:01:16.547Z[ helios-setup] Dec 13 21:01:14.716 INFO E| Compiling proc-macro-crate v1.2.1
29922024-12-13T21:01:17.385Z[ helios-setup] Dec 13 21:01:15.554 INFO E| Compiling tokio-util v0.7.7
29932024-12-13T21:01:18.993Z[ helios-setup] Dec 13 21:01:17.163 INFO E| Compiling futures-executor v0.3.28
29942024-12-13T21:01:19.702Z[ host-package] Compiling derive_builder v0.20.2
29952024-12-13T21:01:20.398Z[ host-package] Compiling oximeter-producer v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer)
29962024-12-13T21:01:20.986Z[ helios-setup] Dec 13 21:01:19.156 INFO E| Compiling h2 v0.3.16
29972024-12-13T21:01:21.333Z[ helios-setup] Dec 13 21:01:19.503 INFO E| Compiling http-body v0.4.5
29982024-12-13T21:01:21.665Z[ host-package] Compiling clickward v0.1.0 (https://github.com/oxidecomputer/clickward?rev=242fd812aaeafec99ba01b5505ffbb2bd2370917#242fd812)
29992024-12-13T21:01:22.484Z[ helios-setup] Dec 13 21:01:20.654 INFO E| Compiling ring v0.16.20
30002024-12-13T21:01:23.228Z[ helios-setup] Dec 13 21:01:21.397 INFO E| Compiling rand_core v0.6.4
30012024-12-13T21:01:23.699Z[ helios-setup] Dec 13 21:01:21.869 INFO E| Compiling typify-macro v0.0.12-dev (https://github.com/oxidecomputer/typify#fec09bd1)
30022024-12-13T21:01:24.270Z[ helios-setup] Dec 13 21:01:22.439 INFO E| Compiling thread_local v1.1.7
30032024-12-13T21:01:24.918Z[ helios-setup] Dec 13 21:01:23.088 INFO E| Compiling utf8parse v0.2.1
30042024-12-13T21:01:25.494Z[ host-package] Compiling nexus-auth v0.1.0 (/work/oxidecomputer/omicron/nexus/auth)
30052024-12-13T21:01:25.573Z[ helios-setup] Dec 13 21:01:23.742 INFO E| Compiling home v0.5.4
30062024-12-13T21:01:26.132Z[ helios-setup] Dec 13 21:01:24.301 INFO E| Compiling lazy_static v1.4.0
30072024-12-13T21:01:26.231Z[ host-package] Compiling bcs v0.1.6
30082024-12-13T21:01:27.093Z[ helios-setup] Dec 13 21:01:25.262 INFO E| Compiling ppv-lite86 v0.2.17
30092024-12-13T21:01:27.900Z[ host-package] Compiling oso-derive v0.27.3
30102024-12-13T21:01:28.329Z[ host-package] Compiling impl-trait-for-tuples v0.2.2
30112024-12-13T21:01:28.577Z[ helios-setup] Dec 13 21:01:26.746 INFO E| Compiling base64 v0.21.0
30122024-12-13T21:01:28.983Z[ helios-setup] Dec 13 21:01:27.152 INFO E| Compiling fastrand v1.9.0
30132024-12-13T21:01:29.712Z[ host-package] Compiling libz-sys v1.1.20
30142024-12-13T21:01:30.006Z[ host-package] Compiling quick-xml v0.33.0
30152024-12-13T21:01:30.089Z[ helios-setup] Dec 13 21:01:28.257 INFO E| Compiling tower-service v0.3.2
30162024-12-13T21:01:30.333Z[ helios-setup] Dec 13 21:01:28.500 INFO E| Compiling adler v1.0.2
30172024-12-13T21:01:30.859Z[ host-package] Compiling diesel-dtrace v0.4.0
30182024-12-13T21:01:30.923Z[ helios-setup] Dec 13 21:01:29.092 INFO E| Compiling rayon-core v1.10.2
30192024-12-13T21:01:30.989Z[ helios-setup] Dec 13 21:01:29.157 INFO E| Compiling httpdate v1.0.2
30202024-12-13T21:01:31.411Z[ host-package] Compiling parking_lot_core v0.8.6
30212024-12-13T21:01:31.706Z[ helios-setup] Dec 13 21:01:29.874 INFO E| Compiling hyper v0.14.25
30222024-12-13T21:01:32.045Z[ helios-setup] Dec 13 21:01:30.213 INFO E| Compiling miniz_oxide v0.6.2
30232024-12-13T21:01:32.462Z[ helios-setup] Dec 13 21:01:30.630 INFO E| Compiling tempfile v3.5.0
30242024-12-13T21:01:34.153Z[ helios-setup] Dec 13 21:01:32.321 INFO E| Compiling rand_chacha v0.3.1
30252024-12-13T21:01:37.444Z[ helios-setup] Dec 13 21:01:35.612 INFO E| Compiling toolchain_find v0.2.0
30262024-12-13T21:01:37.995Z[ helios-setup] Dec 13 21:01:36.163 INFO E| Compiling anstyle-parse v0.1.1
30272024-12-13T21:01:39.123Z[ helios-setup] Dec 13 21:01:37.290 INFO E| Compiling futures v0.3.28
30282024-12-13T21:01:41.972Z[ host-package] Compiling oso v0.27.3
30292024-12-13T21:01:43.309Z[ host-package] Compiling authz-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/authz-macros)
30302024-12-13T21:01:46.977Z[ host-package] Compiling installinator-common v0.1.0 (/work/oxidecomputer/omicron/installinator-common)
30312024-12-13T21:01:50.720Z[ helios-setup] Dec 13 21:01:48.886 INFO E| Compiling num_enum_derive v0.5.7
30322024-12-13T21:01:52.459Z[ helios-setup] Dec 13 21:01:50.625 INFO E| Compiling cargo-lock v8.0.3
30332024-12-13T21:01:54.891Z[ helios-setup] Dec 13 21:01:53.057 INFO E| Compiling crossbeam-deque v0.8.2
30342024-12-13T21:01:55.875Z[ helios-setup] Dec 13 21:01:54.040 INFO E| Compiling term v0.7.0
30352024-12-13T21:01:57.657Z[ host-package] Compiling dns-service-client v0.1.0 (/work/oxidecomputer/omicron/clients/dns-service-client)
30362024-12-13T21:01:58.880Z[ helios-setup] Dec 13 21:01:57.040 INFO E| Compiling serde_urlencoded v0.7.1
30372024-12-13T21:01:59.029Z[ helios-setup] Dec 13 21:01:57.195 INFO E| Compiling sha1 v0.10.5
30382024-12-13T21:02:00.140Z[ helios-setup] Dec 13 21:01:58.305 INFO E| Compiling sha2 v0.10.6
30392024-12-13T21:02:00.247Z[ helios-setup] Dec 13 21:01:58.412 INFO E| Compiling is-terminal v0.4.7
30402024-12-13T21:02:00.478Z[ helios-setup] Dec 13 21:01:58.642 INFO E| Compiling atty v0.2.14
30412024-12-13T21:02:00.543Z[ helios-setup] Dec 13 21:01:58.709 INFO E| Compiling concolor-override v1.0.0
30422024-12-13T21:02:00.959Z[ helios-setup] Dec 13 21:01:59.124 INFO E| Compiling anstyle v0.3.5
30432024-12-13T21:02:01.339Z[ helios-setup] Dec 13 21:01:59.503 INFO E| Compiling network-interface v0.1.6 (https://github.com/jclulow/network-interface?branch=illumos#827e6b7b)
30442024-12-13T21:02:02.612Z[ helios-setup] Dec 13 21:02:00.777 INFO E| Compiling concolor-query v0.3.3
30452024-12-13T21:02:02.995Z[ helios-setup] Dec 13 21:02:01.160 INFO E| Compiling anstream v0.2.6
30462024-12-13T21:02:03.456Z[ host-package] Compiling nexus-db-queries v0.1.0 (/work/oxidecomputer/omicron/nexus/db-queries)
30472024-12-13T21:02:04.028Z[ host-package] Compiling bb8 v0.8.5
30482024-12-13T21:02:05.633Z[ host-package] Compiling async-bb8-diesel v0.2.1
30492024-12-13T21:02:07.129Z[ helios-setup] Dec 13 21:02:05.293 INFO E| Compiling slog-term v2.9.0
30502024-12-13T21:02:07.211Z[ helios-setup] Dec 13 21:02:05.375 INFO E| Compiling flate2 v1.0.25
30512024-12-13T21:02:07.731Z[ helios-setup] Dec 13 21:02:05.895 INFO E| Compiling num_enum v0.5.7
30522024-12-13T21:02:08.201Z[ helios-setup] Dec 13 21:02:06.365 INFO E| Compiling rustfmt-wrapper v0.2.0
30532024-12-13T21:02:09.316Z[ helios-setup] Dec 13 21:02:07.480 INFO E| Compiling rand v0.8.5
30542024-12-13T21:02:09.540Z[ helios-setup] Dec 13 21:02:07.704 INFO E| Compiling typify v0.0.12-dev (https://github.com/oxidecomputer/typify#fec09bd1)
30552024-12-13T21:02:09.792Z[ helios-setup] Dec 13 21:02:07.956 INFO E| Compiling openapiv3 v1.0.2
30562024-12-13T21:02:11.048Z[ host-package] Compiling nibble_vec v0.1.0
30572024-12-13T21:02:11.763Z[ host-package] Compiling libgit2-sys v0.17.0+1.8.1
30582024-12-13T21:02:12.727Z[ helios-setup] Dec 13 21:02:10.891 INFO E| Compiling encoding_rs v0.8.32
30592024-12-13T21:02:13.498Z[ helios-setup] Dec 13 21:02:11.661 INFO E| Compiling unsafe-libyaml v0.2.8
30602024-12-13T21:02:13.670Z[ host-package] Compiling atty v0.2.14
30612024-12-13T21:02:14.025Z[ host-package] Compiling salty v0.3.0
30622024-12-13T21:02:15.190Z[ host-package] Compiling endian-type v0.1.2
30632024-12-13T21:02:15.990Z[ host-package] Compiling radix_trie v0.2.1
30642024-12-13T21:02:17.261Z[ helios-setup] Dec 13 21:02:15.424 INFO E| Compiling spin v0.5.2
30652024-12-13T21:02:17.953Z[ helios-setup] Dec 13 21:02:16.116 INFO E| Compiling ipnet v2.7.2
30662024-12-13T21:02:18.001Z[ helios-setup] Dec 13 21:02:16.164 INFO E| Compiling strsim v0.10.0
30672024-12-13T21:02:18.597Z[ host-package] Compiling parking_lot v0.11.2
30682024-12-13T21:02:18.664Z[ helios-setup] Dec 13 21:02:16.827 INFO E| Compiling byteorder v1.4.3
30692024-12-13T21:02:18.988Z[ helios-setup] Dec 13 21:02:17.150 INFO E| Compiling base64 v0.13.1
30702024-12-13T21:02:19.997Z[ helios-setup] Dec 13 21:02:18.159 INFO E| Compiling clap_lex v0.4.1
30712024-12-13T21:02:20.591Z[ helios-setup] Dec 13 21:02:18.754 INFO E| Compiling mime v0.3.17
30722024-12-13T21:02:21.277Z[ helios-setup] Dec 13 21:02:19.439 INFO E| Compiling untrusted v0.7.1
30732024-12-13T21:02:21.694Z[ helios-setup] Dec 13 21:02:19.857 INFO E| Compiling project-root v0.2.2
30742024-12-13T21:02:21.884Z[ helios-setup] Dec 13 21:02:20.047 INFO E| Compiling either v1.8.0
30752024-12-13T21:02:22.095Z[ helios-setup] Dec 13 21:02:20.257 INFO E| Compiling utf-8 v0.7.6
30762024-12-13T21:02:22.728Z[ helios-setup] Dec 13 21:02:20.891 INFO E| Compiling tungstenite v0.18.0
30772024-12-13T21:02:22.752Z[ host-package] Compiling crucible-agent-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=5a41b826171c7d2a8412fa833377ab1df25ee8ec#5a41b826)
30782024-12-13T21:02:22.837Z[ helios-setup] Dec 13 21:02:20.998 INFO E| Compiling rayon v1.6.1
30792024-12-13T21:02:23.693Z[ helios-setup] Dec 13 21:02:21.856 INFO E| Compiling reqwest v0.11.16
30802024-12-13T21:02:23.822Z[ helios-setup] Dec 13 21:02:21.985 INFO E| Compiling clap_builder v4.2.1
30812024-12-13T21:02:31.918Z[ host-package] Compiling sled v0.34.7
30822024-12-13T21:02:33.415Z[ helios-setup] Dec 13 21:02:31.576 INFO E| Compiling progenitor-impl v0.2.1-dev (https://github.com/oxidecomputer/progenitor#3a5fe998)
30832024-12-13T21:02:33.669Z[ helios-setup] Dec 13 21:02:31.830 INFO E| Compiling serde_yaml v0.9.21
30842024-12-13T21:02:34.085Z[ helios-setup] Dec 13 21:02:32.246 INFO E| Compiling bootserver v0.1.0 (https://github.com/oxidecomputer/boot-image-tools.git#300caa09)
30852024-12-13T21:02:36.239Z[ helios-setup] Dec 13 21:02:34.401 INFO E| Compiling devinfo v0.1.0 (git+ssh://git@github.com/oxidecomputer/facade#aadb1404)
30862024-12-13T21:02:38.449Z[ helios-setup] Dec 13 21:02:36.610 INFO E| Compiling bootserver v0.1.0 (https://github.com/oxidecomputer/boot-image-tools.git?rev=ab61443eae8c99b17aac82cbedb9a0c917828f57#ab61443e)
30872024-12-13T21:02:40.387Z[ helios-setup] Dec 13 21:02:38.542 INFO E| Compiling hiercmd v0.1.0 (https://github.com/jclulow/hiercmd#d9d28d6a)
30882024-12-13T21:02:40.618Z[ helios-setup] Dec 13 21:02:38.774 INFO E| Compiling clap_derive v4.2.0
30892024-12-13T21:02:44.222Z[ helios-setup] Dec 13 21:02:42.382 INFO E| Compiling progenitor-macro v0.2.1-dev (https://github.com/oxidecomputer/progenitor#3a5fe998)
30902024-12-13T21:02:49.939Z[ helios-setup] Dec 13 21:02:48.096 INFO E| Compiling clap v4.2.1
30912024-12-13T21:02:50.475Z[ helios-setup] Dec 13 21:02:48.634 INFO E| Compiling pilot-common v0.1.0 (/work/oxidecomputer/helios/projects/pilot/common)
30922024-12-13T21:03:02.594Z[ helios-setup] Dec 13 21:03:00.752 INFO E| Compiling progenitor-client v0.2.1-dev (https://github.com/oxidecomputer/progenitor#3a5fe998)
30932024-12-13T21:03:05.397Z[ host-package] Compiling mime_guess v2.0.5
30942024-12-13T21:03:06.026Z[ helios-setup] Dec 13 21:03:04.183 INFO E| Compiling tokio-tungstenite v0.18.0
30952024-12-13T21:03:07.812Z[ host-package] Compiling hickory-client v0.24.1
30962024-12-13T21:03:07.918Z[ helios-setup] Dec 13 21:03:06.076 INFO E| Compiling smartstring v1.0.1
30972024-12-13T21:03:08.636Z[ helios-setup] Dec 13 21:03:06.793 INFO E| Compiling rustls v0.21.0
30982024-12-13T21:03:13.678Z[ helios-setup] Dec 13 21:03:08.696 INFO E| Compiling sct v0.7.0
30992024-12-13T21:03:13.739Z[ helios-setup] Dec 13 21:03:09.479 INFO E| Compiling rustls-webpki v0.100.1
31002024-12-13T21:03:15.969Z[ helios-setup] Dec 13 21:03:13.869 INFO E| Compiling toml_datetime v0.6.1
31012024-12-13T21:03:17.255Z[ helios-setup] Dec 13 21:03:15.410 INFO E| Compiling serde_spanned v0.6.1
31022024-12-13T21:03:17.311Z[ helios-setup] Dec 13 21:03:15.467 INFO E| Compiling paste v1.0.12
31032024-12-13T21:03:18.157Z[ helios-setup] Dec 13 21:03:16.242 INFO E| Compiling match_cfg v0.1.0
31042024-12-13T21:03:18.391Z[ helios-setup] Dec 13 21:03:16.546 INFO E| Compiling async-trait v0.1.68
31052024-12-13T21:03:18.425Z[ helios-setup] Dec 13 21:03:16.581 INFO E| Compiling slog-async v2.7.0
31062024-12-13T21:03:18.540Z[ helios-setup] Dec 13 21:03:16.696 INFO E| Compiling static_assertions v1.1.0
31072024-12-13T21:03:18.903Z[ helios-setup] Dec 13 21:03:17.059 INFO E| Compiling camino v1.1.4
31082024-12-13T21:03:19.554Z[ helios-setup] Dec 13 21:03:17.711 INFO E| Compiling winnow v0.4.1
31092024-12-13T21:03:20.883Z[ host-package] Compiling ipcc v0.1.0 (/work/oxidecomputer/omicron/ipcc)
31102024-12-13T21:03:20.988Z[ helios-setup] Dec 13 21:03:19.142 INFO E| Compiling hostname v0.3.1
31112024-12-13T21:03:21.832Z[ helios-setup] Dec 13 21:03:19.986 INFO E| Compiling racktest-agent-protocol v0.0.0 (/work/oxidecomputer/helios/projects/pilot/racktest/agent/protocol)
31122024-12-13T21:03:22.128Z[ helios-setup] Dec 13 21:03:20.283 INFO E| Compiling slog-json v2.6.1
31132024-12-13T21:03:22.324Z[ host-package] Compiling dns-server-api v0.1.0 (/work/oxidecomputer/omicron/dns-server-api)
31142024-12-13T21:03:22.931Z[ host-package] Compiling bootstrap-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-client)
31152024-12-13T21:03:23.165Z[ helios-setup] Dec 13 21:03:21.320 INFO E| Compiling unicode-linebreak v0.1.4
31162024-12-13T21:03:25.301Z[ host-package] Compiling oximeter-client v0.1.0 (/work/oxidecomputer/omicron/clients/oximeter-client)
31172024-12-13T21:03:25.378Z[ host-package] Compiling ddm-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=93cd0d642cf1b58f9f4528275e2a2aa758e9feb3#93cd0d64)
31182024-12-13T21:03:26.959Z[ helios-setup] Dec 13 21:03:25.114 INFO E| Compiling toml_edit v0.19.8
31192024-12-13T21:03:27.037Z[ host-package] Compiling hickory-server v0.24.1
31202024-12-13T21:03:31.383Z[ helios-setup] Dec 13 21:03:26.372 INFO E| Compiling rhai_codegen v1.5.0
31212024-12-13T21:03:31.427Z[ host-package] Compiling primeorder v0.13.6
31222024-12-13T21:03:31.427Z[ host-package] Compiling vergen v8.3.2
31232024-12-13T21:03:31.622Z[ host-package] Compiling env_filter v0.1.2
31242024-12-13T21:03:33.256Z[ host-package] Compiling cargo-platform v0.1.8
31252024-12-13T21:03:34.413Z[ host-package] Compiling nanorand v0.7.0
31262024-12-13T21:03:34.419Z[ helios-setup] Dec 13 21:03:32.574 INFO E| Compiling async-stream-impl v0.3.5
31272024-12-13T21:03:34.658Z[ host-package] Compiling memoffset v0.9.1
31282024-12-13T21:03:36.001Z[ host-package] Compiling flume v0.11.1
31292024-12-13T21:03:36.114Z[ host-package] Compiling cargo_metadata v0.18.1
31302024-12-13T21:03:36.971Z[ helios-setup] Dec 13 21:03:35.125 INFO E| Compiling dropshot v0.9.1-dev (https://github.com/oxidecomputer/dropshot.git?rev=9911f3cf00178e0ee64b99f2c59b5a5464075230#9911f3cf)
31312024-12-13T21:03:37.116Z[ helios-setup] Dec 13 21:03:35.270 INFO E| Compiling take_mut v0.2.2
31322024-12-13T21:03:37.842Z[ host-package] Compiling dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server)
31332024-12-13T21:03:37.949Z[ helios-setup] Dec 13 21:03:36.104 INFO E| Compiling async-stream v0.3.5
31342024-12-13T21:03:38.292Z[ helios-setup] Dec 13 21:03:36.447 INFO E| Compiling toml v0.7.3
31352024-12-13T21:03:38.890Z[ helios-setup] Dec 13 21:03:37.044 INFO E| Compiling rhai v1.14.0
31362024-12-13T21:03:41.149Z[ host-package] Compiling env_logger v0.11.5
31372024-12-13T21:03:42.019Z[ host-package] Compiling p384 v0.13.0
31382024-12-13T21:03:42.671Z[ helios-setup] Dec 13 21:03:40.824 INFO E| Compiling tokio-rustls v0.24.0
31392024-12-13T21:03:42.897Z[ host-package] Compiling omicron-ddm-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ddm-admin-client)
31402024-12-13T21:03:43.132Z[ helios-setup] Dec 13 21:03:41.285 INFO E| Compiling slog-bunyan v2.4.0
31412024-12-13T21:03:44.365Z[ host-package] Compiling git2 v0.19.0
31422024-12-13T21:03:47.335Z[ helios-setup] Dec 13 21:03:45.488 INFO E| Compiling rustls-pemfile v1.0.2
31432024-12-13T21:03:48.785Z[ helios-setup] Dec 13 21:03:46.938 INFO E| Compiling dropshot_endpoint v0.9.1-dev (https://github.com/oxidecomputer/dropshot.git?rev=9911f3cf00178e0ee64b99f2c59b5a5464075230#9911f3cf)
31442024-12-13T21:03:48.928Z[ helios-setup] Dec 13 21:03:47.081 INFO E| Compiling serde_path_to_error v0.1.11
31452024-12-13T21:03:49.770Z[ helios-setup] Dec 13 21:03:47.923 INFO E| Compiling bincode v1.3.3
31462024-12-13T21:03:50.024Z[ host-package] Compiling gateway-types v0.1.0 (/work/oxidecomputer/omicron/gateway-types)
31472024-12-13T21:03:51.399Z[ helios-setup] Dec 13 21:03:49.552 INFO E| Compiling terminal_size v0.2.6
31482024-12-13T21:03:51.964Z[ helios-setup] Dec 13 21:03:50.116 INFO E| Compiling racktest-control-protocol v0.0.0 (/work/oxidecomputer/helios/projects/pilot/racktest/control/protocol)
31492024-12-13T21:03:52.118Z[ helios-setup] Dec 13 21:03:50.270 INFO E| Compiling smawk v0.3.1
31502024-12-13T21:03:52.789Z[ helios-setup] Dec 13 21:03:50.942 INFO E| Compiling textwrap v0.16.0
31512024-12-13T21:03:56.406Z[ host-package] Compiling attest-data v0.3.0 (https://github.com/oxidecomputer/dice-util?rev=3cc953c8d0ace2f20cbcf3920b0771d25301960a#3cc953c8)
31522024-12-13T21:03:59.463Z[ host-package] Compiling clickhouse-admin-keeper-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-keeper-client)
31532024-12-13T21:04:02.503Z[ host-package] Compiling clickhouse-admin-server-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-server-client)
31542024-12-13T21:04:02.704Z[ host-package] Compiling propolis_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=220a6f367c18f2452dbc4fa9086f3fe73b961739#220a6f36)
31552024-12-13T21:04:02.760Z[ host-package] Compiling rand_seeder v0.3.0
31562024-12-13T21:04:03.936Z[ host-package] Compiling libsqlite3-sys v0.30.1
31572024-12-13T21:04:05.409Z[ host-package] Compiling lzma-sys v0.1.20
31582024-12-13T21:04:05.693Z[ host-package] Compiling sprockets-tls v0.1.0 (https://github.com/oxidecomputer/sprockets.git?rev=cc13773832df1e38257cdc511adfaad72954bbe1#cc137738)
31592024-12-13T21:04:06.261Z[ host-package] Compiling cfg_aliases v0.2.1
31602024-12-13T21:04:06.875Z[ host-package] Compiling http-range v0.1.5
31612024-12-13T21:04:07.012Z[ host-package] Compiling rustls v0.21.12
31622024-12-13T21:04:07.487Z[ host-package] Compiling nix v0.29.0
31632024-12-13T21:04:08.186Z[ host-package] Compiling typed-rng v0.1.0 (/work/oxidecomputer/omicron/typed-rng)
31642024-12-13T21:04:08.577Z[ host-package] Compiling dice-verifier v0.2.0 (https://github.com/oxidecomputer/dice-util?rev=3cc953c8d0ace2f20cbcf3920b0771d25301960a#3cc953c8)
31652024-12-13T21:04:11.999Z[ host-package] Compiling wicket-common v0.1.0 (/work/oxidecomputer/omicron/wicket-common)
31662024-12-13T21:04:12.618Z[ host-package] Compiling key-manager v0.1.0 (/work/oxidecomputer/omicron/key-manager)
31672024-12-13T21:04:12.787Z[ host-package] Compiling nexus-saga-recovery v0.1.0 (/work/oxidecomputer/omicron/nexus/saga-recovery)
31682024-12-13T21:04:13.321Z[ host-package] Compiling crucible-client-types v0.1.0 (https://github.com/oxidecomputer/crucible?rev=5a41b826171c7d2a8412fa833377ab1df25ee8ec#5a41b826)
31692024-12-13T21:04:13.794Z[ host-package] Compiling rustls-webpki v0.101.7
31702024-12-13T21:04:14.773Z[ host-package] Compiling sct v0.7.1
31712024-12-13T21:04:15.929Z[ host-package] Compiling heck v0.3.3
31722024-12-13T21:04:16.135Z[ host-package] Compiling castaway v0.2.3
31732024-12-13T21:04:16.850Z[ host-package] Compiling csv-core v0.1.11
31742024-12-13T21:04:17.065Z[ host-package] Compiling gateway-sp-comms v0.1.1 (https://github.com/oxidecomputer/management-gateway-service?rev=9bbac475dcaac88286c07a20b6bd3e94fc81d7f0#9bbac475)
31752024-12-13T21:04:18.014Z[ host-package] Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys?branch=main#e07ad764)
31762024-12-13T21:04:18.761Z[ host-package] Compiling glob v0.3.1
31772024-12-13T21:04:19.563Z[ host-package] Compiling csv v1.3.0
31782024-12-13T21:04:20.473Z[ helios-setup] Dec 13 21:04:18.622 INFO E| Compiling git2 v0.16.1
31792024-12-13T21:04:21.086Z[ host-package] Compiling sled-storage v0.1.0 (/work/oxidecomputer/omicron/sled-storage)
31802024-12-13T21:04:21.584Z[ host-package] Compiling zone_cfg_derive v0.1.2
31812024-12-13T21:04:22.056Z[ host-package] Compiling compact_str v0.8.0
31822024-12-13T21:04:23.755Z[ host-package] Compiling propolis_api_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=220a6f367c18f2452dbc4fa9086f3fe73b961739#220a6f36)
31832024-12-13T21:04:24.267Z[ host-package] Compiling crucible-common v0.0.1 (https://github.com/oxidecomputer/crucible?rev=5a41b826171c7d2a8412fa833377ab1df25ee8ec#5a41b826)
31842024-12-13T21:04:25.280Z[ host-package] Compiling nix v0.27.1
31852024-12-13T21:04:25.797Z[ helios-setup] Dec 13 21:04:23.944 INFO E| Compiling built v0.6.0
31862024-12-13T21:04:26.191Z[ host-package] Compiling hyper-staticfile v0.10.1
31872024-12-13T21:04:29.142Z[ helios-setup] Dec 13 21:04:27.290 INFO E| Compiling progenitor v0.2.1-dev (https://github.com/oxidecomputer/progenitor#3a5fe998)
31882024-12-13T21:04:30.324Z[ host-package] Compiling nexus-inventory v0.1.0 (/work/oxidecomputer/omicron/nexus/inventory)
31892024-12-13T21:04:31.127Z[ helios-setup] Dec 13 21:04:29.275 INFO E| Compiling racktest-agent-openapi v0.1.0 (/work/oxidecomputer/helios/projects/pilot/racktest/agent/openapi)
31902024-12-13T21:04:31.848Z[ helios-setup] Dec 13 21:04:29.996 INFO E| Compiling racktest-agent v0.0.0 (/work/oxidecomputer/helios/projects/pilot/racktest/agent/server)
31912024-12-13T21:04:34.507Z[ helios-setup] Dec 13 21:04:32.654 INFO E| Compiling racktest-driver v0.0.0 (/work/oxidecomputer/helios/projects/pilot/racktest/driver)
31922024-12-13T21:04:37.381Z[ helios-setup] Dec 13 21:04:35.528 INFO E| Compiling racktest-control-server v0.0.0 (/work/oxidecomputer/helios/projects/pilot/racktest/control/server)
31932024-12-13T21:04:39.990Z[ host-package] Compiling update-common v0.1.0 (/work/oxidecomputer/omicron/update-common)
31942024-12-13T21:04:48.266Z[ host-package] Compiling range-requests v0.1.0 (/work/oxidecomputer/omicron/range-requests)
31952024-12-13T21:04:48.422Z[ host-package] Compiling propolis-mock-server v0.0.0 (https://github.com/oxidecomputer/propolis?rev=220a6f367c18f2452dbc4fa9086f3fe73b961739#220a6f36)
31962024-12-13T21:04:50.962Z[ host-package] Compiling sled-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/api)
31972024-12-13T21:04:51.818Z[ host-package] Compiling bootstrap-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-api)
31982024-12-13T21:05:00.696Z[ host-package] Compiling tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc.git?branch=main#e644a21a)
31992024-12-13T21:05:01.560Z[ host-package] Compiling nexus-reconfigurator-execution v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/execution)
32002024-12-13T21:05:02.592Z[ host-package] Compiling nexus-metrics-producer-gc v0.1.0 (/work/oxidecomputer/omicron/nexus/metrics-producer-gc)
32012024-12-13T21:05:03.230Z[ host-package] Compiling repo-depot-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/repo-depot-api)
32022024-12-13T21:05:05.694Z[ host-package] Compiling unicode-truncate v1.1.0
32032024-12-13T21:05:10.314Z[ host-package] Compiling repo-depot-client v0.1.0 (/work/oxidecomputer/omicron/clients/repo-depot-client)
32042024-12-13T21:05:10.451Z[ host-package] Compiling cpuid_profile_config v0.0.0 (https://github.com/oxidecomputer/propolis?rev=fae5334bcad5e864794332c6fed5e6bb9ec88831#fae5334b)
32052024-12-13T21:05:10.504Z[ host-package] Compiling hashlink v0.9.1
32062024-12-13T21:05:10.504Z[ host-package] Compiling tungstenite v0.23.0
32072024-12-13T21:05:10.873Z[ host-package] Compiling lru v0.12.5
32082024-12-13T21:05:11.852Z[ host-package] Compiling instability v0.3.2
32092024-12-13T21:05:12.299Z[ host-package] Compiling cassowary v0.3.0
32102024-12-13T21:05:14.087Z[ host-package] Compiling fallible-iterator v0.3.0
32112024-12-13T21:05:16.011Z[ host-package] Compiling fallible-streaming-iterator v0.1.9
32122024-12-13T21:05:16.185Z[ host-package] Compiling base64 v0.13.1
32132024-12-13T21:05:16.704Z[ host-package] Compiling rusqlite v0.32.1
32142024-12-13T21:05:17.635Z[ host-package] Compiling ron v0.7.1
32152024-12-13T21:05:19.452Z[ host-package] Compiling ratatui v0.28.1
32162024-12-13T21:05:19.525Z[ host-package] Compiling tokio-tungstenite v0.23.1
32172024-12-13T21:05:21.038Z[ host-package] Compiling propolis-server-config v0.0.0 (https://github.com/oxidecomputer/propolis?rev=fae5334bcad5e864794332c6fed5e6bb9ec88831#fae5334b)
32182024-12-13T21:05:22.439Z[ host-package] Compiling omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent)
32192024-12-13T21:05:25.976Z[ host-package] Compiling xz2 v0.1.7
32202024-12-13T21:05:26.623Z[ helios-setup] Dec 13 21:05:24.765 INFO E| Compiling pilot v0.1.0 (/work/oxidecomputer/helios/projects/pilot)
32212024-12-13T21:05:26.751Z[ host-package] Compiling tokio-rustls v0.24.1
32222024-12-13T21:05:27.342Z[ host-package] Compiling zone v0.1.8
32232024-12-13T21:05:36.818Z[ host-package] Compiling wicketd-client v0.1.0 (/work/oxidecomputer/omicron/clients/wicketd-client)
32242024-12-13T21:05:42.413Z[ host-package] Compiling gateway-api v0.1.0 (/work/oxidecomputer/omicron/gateway-api)
32252024-12-13T21:05:42.884Z[ host-package] Compiling propolis-client v0.1.0 (https://github.com/oxidecomputer/propolis?rev=fae5334bcad5e864794332c6fed5e6bb9ec88831#fae5334b)
32262024-12-13T21:05:48.200Z[ host-package] Compiling nexus-reconfigurator-preparation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/preparation)
32272024-12-13T21:05:55.757Z[ host-package] Compiling nexus-networking v0.1.0 (/work/oxidecomputer/omicron/nexus/networking)
32282024-12-13T21:05:57.944Z[ host-package] Compiling clickhouse-admin-single-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-single-client)
32292024-12-13T21:05:59.109Z[ host-package] Compiling clickhouse-admin-api v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/api)
32302024-12-13T21:06:03.154Z[ host-package] Compiling rustls-pemfile v1.0.4
32312024-12-13T21:06:03.818Z[ host-package] Compiling omicron-nexus v0.1.0 (/work/oxidecomputer/omicron/nexus)
32322024-12-13T21:06:04.527Z[ host-package] Compiling cockroach-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/cockroach-admin-client)
32332024-12-13T21:06:04.993Z[ host-package] Compiling openapi-manager-types v0.1.0 (/work/oxidecomputer/omicron/dev-tools/openapi-manager/types)
32342024-12-13T21:06:05.521Z[ host-package] Compiling signal-hook-tokio v0.3.1
32352024-12-13T21:06:06.061Z[ host-package] Compiling twox-hash v1.6.3
32362024-12-13T21:06:08.406Z[ host-package] Compiling yasna v0.5.2
32372024-12-13T21:06:13.741Z[ host-package] Compiling smawk v0.3.2
32382024-12-13T21:06:13.965Z[ host-package] Compiling is_ci v1.2.0
32392024-12-13T21:06:14.557Z[ host-package] Compiling unicode-linebreak v0.1.5
32402024-12-13T21:06:14.647Z[ host-package] Compiling supports-color v3.0.1
32412024-12-13T21:06:14.754Z[ host-package] Compiling rcgen v0.12.1
32422024-12-13T21:06:15.747Z[ host-package] Compiling textwrap v0.16.1
32432024-12-13T21:06:21.267Z[ host-package] Compiling omicron-gateway v0.1.0 (/work/oxidecomputer/omicron/gateway)
32442024-12-13T21:06:29.728Z[ helios-setup] Dec 13 21:06:27.863 INFO E| Finished `release` profile [optimized] target(s) in 6m 37s
32452024-12-13T21:06:29.849Z[ helios-setup] Dec 13 21:06:27.984 INFO building project "pilot" ok (397 seconds)
32462024-12-13T21:06:29.852Z[ helios-setup] Dec 13 21:06:27.984 INFO building project "amd-host-image-builder" at /work/oxidecomputer/helios/projects/amd-host-image-builder
32472024-12-13T21:06:29.852Z[ helios-setup] Dec 13 21:06:27.984 INFO exec: ["cargo", "build", "--locked"], pwd: Some("/work/oxidecomputer/helios/projects/amd-host-image-builder")
32482024-12-13T21:06:29.860Z[ helios-setup] Dec 13 21:06:27.995 INFO E| info: syncing channel updates for 'nightly-2023-12-30-x86_64-unknown-illumos'
32492024-12-13T21:06:30.061Z[ helios-setup] Dec 13 21:06:28.195 INFO E| info: latest update on 2023-12-30, rust version 1.77.0-nightly (3cdd004e5 2023-12-29)
32502024-12-13T21:06:30.061Z[ helios-setup] Dec 13 21:06:28.196 INFO E| info: downloading component 'cargo'
32512024-12-13T21:06:30.098Z[ host-package] Compiling nexus-external-api v0.1.0 (/work/oxidecomputer/omicron/nexus/external-api)
32522024-12-13T21:06:30.447Z[ host-package] Compiling omicron-clickhouse-admin v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin)
32532024-12-13T21:06:31.530Z[ helios-setup] Dec 13 21:06:29.664 INFO E| info: downloading component 'clippy'
32542024-12-13T21:06:31.800Z[ helios-setup] Dec 13 21:06:29.934 INFO E| info: downloading component 'rust-docs'
32552024-12-13T21:06:32.030Z[ host-package] Compiling libfalcon v0.1.0 (https://github.com/oxidecomputer/falcon?branch=main#651fb588)
32562024-12-13T21:06:33.090Z[ helios-setup] Dec 13 21:06:31.225 INFO E| info: downloading component 'rust-src'
32572024-12-13T21:06:33.287Z[ helios-setup] Dec 13 21:06:31.421 INFO E| info: downloading component 'rust-std'
32582024-12-13T21:06:35.026Z[ host-package] Compiling nexus-reconfigurator-planning v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/planning)
32592024-12-13T21:06:35.346Z[ helios-setup] Dec 13 21:06:33.480 INFO E| info: downloading component 'rustc'
32602024-12-13T21:06:41.171Z[ helios-setup] Dec 13 21:06:39.304 INFO E| info: downloading component 'rustfmt'
32612024-12-13T21:06:41.414Z[ helios-setup] Dec 13 21:06:39.547 INFO E| info: installing component 'cargo'
32622024-12-13T21:06:42.676Z[ helios-setup] Dec 13 21:06:40.809 INFO E| info: installing component 'clippy'
32632024-12-13T21:06:43.096Z[ helios-setup] Dec 13 21:06:41.229 INFO E| info: installing component 'rust-docs'
32642024-12-13T21:06:48.846Z[ helios-setup] Dec 13 21:06:46.978 INFO E| info: installing component 'rust-src'
32652024-12-13T21:06:49.429Z[ helios-setup] Dec 13 21:06:47.561 INFO E| info: installing component 'rust-std'
32662024-12-13T21:06:52.017Z[ helios-setup] Dec 13 21:06:50.145 INFO E| info: installing component 'rustc'
32672024-12-13T21:06:55.100Z[ host-package] Compiling cockroach-admin-types v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types)
32682024-12-13T21:06:58.281Z[ helios-setup] Dec 13 21:06:56.412 INFO E| info: installing component 'rustfmt'
32692024-12-13T21:06:59.054Z[ helios-setup] Dec 13 21:06:57.186 INFO E| Updating git repository `https://github.com/oxidecomputer/amd-apcb.git`
32702024-12-13T21:06:59.945Z[ helios-setup] Dec 13 21:06:58.076 INFO E| From https://github.com/oxidecomputer/amd-apcb
32712024-12-13T21:06:59.945Z[ helios-setup] Dec 13 21:06:58.076 INFO E| * [new ref] fc35d39d1ea0ad8f6bcc6fcc55aa04c7f3b250d9 -> refs/commit/fc35d39d1ea0ad8f6bcc6fcc55aa04c7f3b250d9
32722024-12-13T21:06:59.948Z[ helios-setup] Dec 13 21:06:58.076 INFO E| * [new tag] v0.4.3 -> v0.4.3
32732024-12-13T21:06:59.978Z[ helios-setup] Dec 13 21:06:58.109 INFO E| * [new tag] v0.1.3 -> v0.1.3
32742024-12-13T21:06:59.981Z[ helios-setup] Dec 13 21:06:58.109 INFO E| * [new tag] v0.1.4 -> v0.1.4
32752024-12-13T21:06:59.981Z[ helios-setup] Dec 13 21:06:58.110 INFO E| * [new tag] v0.1.5 -> v0.1.5
32762024-12-13T21:06:59.981Z[ helios-setup] Dec 13 21:06:58.110 INFO E| * [new tag] v0.2.0 -> v0.2.0
32772024-12-13T21:06:59.981Z[ helios-setup] Dec 13 21:06:58.110 INFO E| * [new tag] v0.3.0 -> v0.3.0
32782024-12-13T21:06:59.981Z[ helios-setup] Dec 13 21:06:58.110 INFO E| * [new tag] v0.3.1 -> v0.3.1
32792024-12-13T21:06:59.981Z[ helios-setup] Dec 13 21:06:58.111 INFO E| * [new tag] v0.3.2 -> v0.3.2
32802024-12-13T21:06:59.981Z[ helios-setup] Dec 13 21:06:58.111 INFO E| * [new tag] v0.3.3 -> v0.3.3
32812024-12-13T21:06:59.981Z[ helios-setup] Dec 13 21:06:58.111 INFO E| * [new tag] v0.4.0 -> v0.4.0
32822024-12-13T21:06:59.981Z[ helios-setup] Dec 13 21:06:58.111 INFO E| * [new tag] v0.4.1 -> v0.4.1
32832024-12-13T21:06:59.981Z[ helios-setup] Dec 13 21:06:58.112 INFO E| * [new tag] v0.4.2 -> v0.4.2
32842024-12-13T21:07:00.022Z[ helios-setup] Dec 13 21:06:58.153 INFO E| Updating git repository `ssh://git@github.com/oxidecomputer/amd-efs.git`
32852024-12-13T21:07:00.493Z[ host-package] Compiling sp-sim v0.1.0 (/work/oxidecomputer/omicron/sp-sim)
32862024-12-13T21:07:01.139Z[ helios-setup] Dec 13 21:06:59.269 INFO E| From https://github.com/oxidecomputer/amd-efs
32872024-12-13T21:07:01.139Z[ helios-setup] Dec 13 21:06:59.269 INFO E| * [new branch] empty -> origin/empty
32882024-12-13T21:07:01.139Z[ helios-setup] Dec 13 21:06:59.269 INFO E| * [new branch] issue-99 -> origin/issue-99
32892024-12-13T21:07:01.142Z[ helios-setup] Dec 13 21:06:59.269 INFO E| * [new branch] main -> origin/main
32902024-12-13T21:07:01.142Z[ helios-setup] Dec 13 21:06:59.270 INFO E| * [new branch] review -> origin/review
32912024-12-13T21:07:01.142Z[ helios-setup] Dec 13 21:06:59.270 INFO E| * [new ref] -> origin/HEAD
32922024-12-13T21:07:01.142Z[ helios-setup] Dec 13 21:06:59.270 INFO E| * [new tag] v0.2.0 -> v0.2.0
32932024-12-13T21:07:01.142Z[ helios-setup] Dec 13 21:06:59.270 INFO E| * [new tag] v0.2.1 -> v0.2.1
32942024-12-13T21:07:01.142Z[ helios-setup] Dec 13 21:06:59.270 INFO E| * [new tag] v0.2.2 -> v0.2.2
32952024-12-13T21:07:01.142Z[ helios-setup] Dec 13 21:06:59.270 INFO E| * [new tag] v0.2.3 -> v0.2.3
32962024-12-13T21:07:01.142Z[ helios-setup] Dec 13 21:06:59.271 INFO E| * [new tag] v0.2.4 -> v0.2.4
32972024-12-13T21:07:01.142Z[ helios-setup] Dec 13 21:06:59.271 INFO E| * [new tag] v0.2.5 -> v0.2.5
32982024-12-13T21:07:01.142Z[ helios-setup] Dec 13 21:06:59.271 INFO E| * [new tag] v0.2.6 -> v0.2.6
32992024-12-13T21:07:01.142Z[ helios-setup] Dec 13 21:06:59.271 INFO E| * [new tag] v0.2.7 -> v0.2.7
33002024-12-13T21:07:01.142Z[ helios-setup] Dec 13 21:06:59.271 INFO E| * [new tag] v0.3.0 -> v0.3.0
33012024-12-13T21:07:01.143Z[ helios-setup] Dec 13 21:06:59.271 INFO E| * [new tag] v0.3.1 -> v0.3.1
33022024-12-13T21:07:01.143Z[ helios-setup] Dec 13 21:06:59.271 INFO E| * [new tag] v0.4.0 -> v0.4.0
33032024-12-13T21:07:01.143Z[ helios-setup] Dec 13 21:06:59.271 INFO E| * [new tag] v0.4.1 -> v0.4.1
33042024-12-13T21:07:01.143Z[ helios-setup] Dec 13 21:06:59.271 INFO E| * [new tag] v0.4.2 -> v0.4.2
33052024-12-13T21:07:01.143Z[ helios-setup] Dec 13 21:06:59.272 INFO E| * [new tag] v0.4.3 -> v0.4.3
33062024-12-13T21:07:01.166Z[ helios-setup] Dec 13 21:06:59.297 INFO E| Updating crates.io index
33072024-12-13T21:07:01.355Z[ helios-setup] Dec 13 21:06:59.485 INFO E| Downloading crates ...
33082024-12-13T21:07:01.528Z[ helios-setup] Dec 13 21:06:59.659 INFO E| Downloaded pest_generator v2.7.13
33092024-12-13T21:07:01.531Z[ helios-setup] Dec 13 21:06:59.661 INFO E| Downloaded cfg-if v0.1.10
33102024-12-13T21:07:01.534Z[ helios-setup] Dec 13 21:06:59.665 INFO E| Downloaded parse_int v0.6.0
33112024-12-13T21:07:01.537Z[ helios-setup] Dec 13 21:06:59.666 INFO E| Downloaded bytesize v1.3.0
33122024-12-13T21:07:01.537Z[ helios-setup] Dec 13 21:06:59.668 INFO E| Downloaded strum v0.23.0
33132024-12-13T21:07:01.540Z[ helios-setup] Dec 13 21:06:59.669 INFO E| Downloaded memoffset v0.5.6
33142024-12-13T21:07:01.540Z[ helios-setup] Dec 13 21:06:59.670 INFO E| Downloaded ansi_term v0.12.1
33152024-12-13T21:07:01.542Z[ helios-setup] Dec 13 21:06:59.673 INFO E| Downloaded unic-ucd-version v0.9.0
33162024-12-13T21:07:01.544Z[ helios-setup] Dec 13 21:06:59.675 INFO E| Downloaded unic-common v0.9.0
33172024-12-13T21:07:01.552Z[ helios-setup] Dec 13 21:06:59.676 INFO E| Downloaded unic-char-property v0.9.0
33182024-12-13T21:07:01.552Z[ helios-setup] Dec 13 21:06:59.677 INFO E| Downloaded unic-char-range v0.9.0
33192024-12-13T21:07:01.555Z[ helios-setup] Dec 13 21:06:59.679 INFO E| Downloaded modular-bitfield-impl v0.11.2
33202024-12-13T21:07:01.555Z[ helios-setup] Dec 13 21:06:59.681 INFO E| Downloaded four-cc v0.3.0
33212024-12-13T21:07:01.555Z[ helios-setup] Dec 13 21:06:59.683 INFO E| Downloaded thiserror v1.0.64
33222024-12-13T21:07:01.559Z[ helios-setup] Dec 13 21:06:59.690 INFO E| Downloaded vec_map v0.8.2
33232024-12-13T21:07:01.562Z[ helios-setup] Dec 13 21:06:59.692 INFO E| Downloaded unic-ucd-ident v0.9.0
33242024-12-13T21:07:01.564Z[ helios-setup] Dec 13 21:06:59.694 INFO E| Downloaded strum_macros v0.23.1
33252024-12-13T21:07:01.566Z[ helios-setup] Dec 13 21:06:59.696 INFO E| Downloaded structopt-derive v0.4.18
33262024-12-13T21:07:01.568Z[ helios-setup] Dec 13 21:06:59.698 INFO E| Downloaded semver-parser v0.7.0
33272024-12-13T21:07:01.571Z[ helios-setup] Dec 13 21:06:59.700 INFO E| Downloaded rustc_version v0.2.3
33282024-12-13T21:07:01.571Z[ helios-setup] Dec 13 21:06:59.701 INFO E| Downloaded textwrap v0.11.0
33292024-12-13T21:07:01.573Z[ helios-setup] Dec 13 21:06:59.703 INFO E| Downloaded once_cell v1.20.1
33302024-12-13T21:07:01.577Z[ helios-setup] Dec 13 21:06:59.707 INFO E| Downloaded proc-macro-crate v0.1.5
33312024-12-13T21:07:01.579Z[ helios-setup] Dec 13 21:06:59.708 INFO E| Downloaded scroll v0.10.2
33322024-12-13T21:07:01.582Z[ helios-setup] Dec 13 21:06:59.711 INFO E| Downloaded modular-bitfield v0.11.2
33332024-12-13T21:07:01.597Z[ helios-setup] Dec 13 21:06:59.729 INFO E| Downloaded structopt v0.3.26
33342024-12-13T21:07:01.610Z[ helios-setup] Dec 13 21:06:59.740 INFO E| Downloaded serde v1.0.210
33352024-12-13T21:07:01.615Z[ helios-setup] Dec 13 21:06:59.746 INFO E| Downloaded serde_derive v1.0.210
33362024-12-13T21:07:01.619Z[ helios-setup] Dec 13 21:06:59.750 INFO E| Downloaded pest v2.7.13
33372024-12-13T21:07:01.627Z[ helios-setup] Dec 13 21:06:59.758 INFO E| Downloaded serde_json v1.0.128
33382024-12-13T21:07:01.642Z[ helios-setup] Dec 13 21:06:59.773 INFO E| Downloaded syn v2.0.79
33392024-12-13T21:07:01.660Z[ helios-setup] Dec 13 21:06:59.791 INFO E| Downloaded goblin v0.4.3
33402024-12-13T21:07:01.668Z[ helios-setup] Dec 13 21:06:59.799 INFO E| Downloaded clap v2.34.0
33412024-12-13T21:07:01.678Z[ helios-setup] Dec 13 21:06:59.809 INFO E| Downloaded libc v0.2.159
33422024-12-13T21:07:01.720Z[ helios-setup] Dec 13 21:06:59.851 INFO E| Downloaded pest_meta v2.7.13
33432024-12-13T21:07:01.722Z[ helios-setup] Dec 13 21:06:59.854 INFO E| Downloaded pest_derive v2.7.13
33442024-12-13T21:07:01.725Z[ helios-setup] Dec 13 21:06:59.857 INFO E| Downloaded pre-proc-macro v0.2.1
33452024-12-13T21:07:01.728Z[ helios-setup] Dec 13 21:06:59.859 INFO E| Downloaded pre v0.2.1
33462024-12-13T21:07:01.730Z[ helios-setup] Dec 13 21:06:59.861 INFO E| Downloaded thiserror-impl v1.0.64
33472024-12-13T21:07:01.733Z[ helios-setup] Dec 13 21:06:59.862 INFO E| Downloaded strsim v0.8.0
33482024-12-13T21:07:01.737Z[ helios-setup] Dec 13 21:06:59.864 INFO E| Downloaded semver v0.9.0
33492024-12-13T21:07:01.737Z[ helios-setup] Dec 13 21:06:59.866 INFO E| Downloaded fletcher v0.1.0
33502024-12-13T21:07:01.739Z[ helios-setup] Dec 13 21:06:59.867 INFO E| Downloaded scroll_derive v0.10.5
33512024-12-13T21:07:01.841Z[ helios-setup] Dec 13 21:06:59.972 INFO E| Compiling proc-macro2 v1.0.86
33522024-12-13T21:07:01.841Z[ helios-setup] Dec 13 21:06:59.972 INFO E| Compiling unicode-ident v1.0.13
33532024-12-13T21:07:01.841Z[ helios-setup] Dec 13 21:06:59.972 INFO E| Compiling syn v1.0.109
33542024-12-13T21:07:01.849Z[ helios-setup] Dec 13 21:06:59.972 INFO E| Compiling version_check v0.9.5
33552024-12-13T21:07:01.849Z[ helios-setup] Dec 13 21:06:59.972 INFO E| Compiling memchr v2.7.4
33562024-12-13T21:07:01.849Z[ helios-setup] Dec 13 21:06:59.972 INFO E| Compiling semver-parser v0.7.0
33572024-12-13T21:07:01.849Z[ helios-setup] Dec 13 21:06:59.972 INFO E| Compiling thiserror v1.0.64
33582024-12-13T21:07:01.849Z[ helios-setup] Dec 13 21:06:59.972 INFO E| Compiling autocfg v1.4.0
33592024-12-13T21:07:02.410Z[ helios-setup] Dec 13 21:07:00.541 INFO E| Compiling serde v1.0.210
33602024-12-13T21:07:03.233Z[ helios-setup] Dec 13 21:07:01.364 INFO E| Compiling semver v0.9.0
33612024-12-13T21:07:03.312Z[ helios-setup] Dec 13 21:07:01.443 INFO E| Compiling proc-macro-error-attr v1.0.4
33622024-12-13T21:07:03.441Z[ helios-setup] Dec 13 21:07:01.571 INFO E| Compiling proc-macro-error v1.0.4
33632024-12-13T21:07:03.959Z[ helios-setup] Dec 13 21:07:02.089 INFO E| Compiling rustc_version v0.2.3
33642024-12-13T21:07:03.989Z[ helios-setup] Dec 13 21:07:02.120 INFO E| Compiling serde_json v1.0.128
33652024-12-13T21:07:04.180Z[ helios-setup] Dec 13 21:07:02.309 INFO E| Compiling num-traits v0.2.19
33662024-12-13T21:07:04.317Z[ helios-setup] Dec 13 21:07:02.447 INFO E| Compiling ryu v1.0.18
33672024-12-13T21:07:04.349Z[ helios-setup] Dec 13 21:07:02.480 INFO E| Compiling itoa v1.0.11
33682024-12-13T21:07:04.657Z[ host-package] Compiling nexus-test-interface v0.1.0 (/work/oxidecomputer/omicron/nexus/test-interface)
33692024-12-13T21:07:04.774Z[ helios-setup] Dec 13 21:07:02.905 INFO E| Compiling schemars v0.8.21
33702024-12-13T21:07:04.891Z[ helios-setup] Dec 13 21:07:03.022 INFO E| Compiling unicode-segmentation v1.12.0
33712024-12-13T21:07:05.108Z[ helios-setup] Dec 13 21:07:03.238 INFO E| Compiling memoffset v0.5.6
33722024-12-13T21:07:05.172Z[ helios-setup] Dec 13 21:07:03.303 INFO E| Compiling pre-proc-macro v0.2.1
33732024-12-13T21:07:05.228Z[ helios-setup] Dec 13 21:07:03.359 INFO E| Compiling libc v0.2.159
33742024-12-13T21:07:05.544Z[ helios-setup] Dec 13 21:07:03.674 INFO E| Compiling lazy_static v1.5.0
33752024-12-13T21:07:05.731Z[ helios-setup] Dec 13 21:07:03.862 INFO E| Compiling quote v1.0.37
33762024-12-13T21:07:05.907Z[ helios-setup] Dec 13 21:07:04.038 INFO E| Compiling rustversion v1.0.17
33772024-12-13T21:07:05.910Z[ helios-setup] Dec 13 21:07:04.039 INFO E| Compiling dyn-clone v1.0.17
33782024-12-13T21:07:06.021Z[ helios-setup] Dec 13 21:07:04.152 INFO E| Compiling paste v1.0.15
33792024-12-13T21:07:06.218Z[ host-package] Compiling nexus-internal-api v0.1.0 (/work/oxidecomputer/omicron/nexus/internal-api)
33802024-12-13T21:07:06.346Z[ helios-setup] Dec 13 21:07:04.472 INFO E| Compiling heck v0.3.3
33812024-12-13T21:07:06.570Z[ helios-setup] Dec 13 21:07:04.700 INFO E| Compiling syn v2.0.79
33822024-12-13T21:07:06.953Z[ helios-setup] Dec 13 21:07:05.084 INFO E| Compiling ucd-trie v0.1.7
33832024-12-13T21:07:07.309Z[ helios-setup] Dec 13 21:07:05.439 INFO E| Compiling pre v0.2.1
33842024-12-13T21:07:07.545Z[ helios-setup] Dec 13 21:07:05.676 INFO E| Compiling static_assertions v1.1.0
33852024-12-13T21:07:07.639Z[ helios-setup] Dec 13 21:07:05.769 INFO E| Compiling once_cell v1.20.1
33862024-12-13T21:07:08.129Z[ helios-setup] Dec 13 21:07:06.259 INFO E| Compiling cfg-if v0.1.10
33872024-12-13T21:07:08.433Z[ helios-setup] Dec 13 21:07:06.564 INFO E| Compiling byteorder v1.5.0
33882024-12-13T21:07:09.173Z[ helios-setup] Dec 13 21:07:07.303 INFO E| Compiling unicode-width v0.1.14
33892024-12-13T21:07:10.165Z[ helios-setup] Dec 13 21:07:08.295 INFO E| Compiling textwrap v0.11.0
33902024-12-13T21:07:10.554Z[ helios-setup] Dec 13 21:07:08.684 INFO E| Compiling atty v0.2.14
33912024-12-13T21:07:10.937Z[ helios-setup] Dec 13 21:07:09.067 INFO E| Compiling strum v0.23.0
33922024-12-13T21:07:11.036Z[ helios-setup] Dec 13 21:07:09.166 INFO E| Compiling fletcher v0.1.0
33932024-12-13T21:07:11.088Z[ helios-setup] Dec 13 21:07:09.218 INFO E| Compiling ansi_term v0.12.1
33942024-12-13T21:07:11.418Z[ helios-setup] Dec 13 21:07:09.547 INFO E| Compiling parse_int v0.6.0
33952024-12-13T21:07:11.450Z[ helios-setup] Dec 13 21:07:09.578 INFO E| Compiling unic-common v0.9.0
33962024-12-13T21:07:11.572Z[ helios-setup] Dec 13 21:07:09.702 INFO E| Compiling bitflags v1.3.2
33972024-12-13T21:07:11.782Z[ helios-setup] Dec 13 21:07:09.912 INFO E| Compiling unic-char-range v0.9.0
33982024-12-13T21:07:11.803Z[ helios-setup] Dec 13 21:07:09.933 INFO E| Compiling vec_map v0.8.2
33992024-12-13T21:07:11.839Z[ helios-setup] Dec 13 21:07:09.969 INFO E| Compiling strsim v0.8.0
34002024-12-13T21:07:11.839Z[ helios-setup] Dec 13 21:07:09.969 INFO E| Compiling unic-ucd-version v0.9.0
34012024-12-13T21:07:11.979Z[ helios-setup] Dec 13 21:07:10.108 INFO E| Compiling unic-char-property v0.9.0
34022024-12-13T21:07:12.144Z[ helios-setup] Dec 13 21:07:10.274 INFO E| Compiling log v0.4.22
34032024-12-13T21:07:12.315Z[ helios-setup] Dec 13 21:07:10.445 INFO E| Compiling plain v0.2.3
34042024-12-13T21:07:12.370Z[ helios-setup] Dec 13 21:07:10.500 INFO E| Compiling unic-ucd-ident v0.9.0
34052024-12-13T21:07:12.730Z[ helios-setup] Dec 13 21:07:10.860 INFO E| Compiling clap v2.34.0
34062024-12-13T21:07:12.820Z[ helios-setup] Dec 13 21:07:10.950 INFO E| Compiling bytesize v1.3.0
34072024-12-13T21:07:15.430Z[ host-package] Compiling omicron-cockroach-admin v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin)
34082024-12-13T21:07:15.587Z[ helios-setup] Dec 13 21:07:13.716 INFO E| Compiling serde_derive_internals v0.29.1
34092024-12-13T21:07:16.054Z[ host-package] Compiling crucible-pantry-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=5a41b826171c7d2a8412fa833377ab1df25ee8ec#5a41b826)
34102024-12-13T21:07:16.969Z[ helios-setup] Dec 13 21:07:15.098 INFO E| Compiling toml v0.5.11
34112024-12-13T21:07:20.489Z[ helios-setup] Dec 13 21:07:18.617 INFO E| Compiling proc-macro-crate v0.1.5
34122024-12-13T21:07:20.983Z[ helios-setup] Dec 13 21:07:19.111 INFO E| Compiling thiserror-impl v1.0.64
34132024-12-13T21:07:21.296Z[ helios-setup] Dec 13 21:07:19.425 INFO E| Compiling serde_derive v1.0.210
34142024-12-13T21:07:21.532Z[ helios-setup] Dec 13 21:07:19.661 INFO E| Compiling schemars_derive v0.8.21
34152024-12-13T21:07:21.873Z[ helios-setup] Dec 13 21:07:20.001 INFO E| Compiling zerocopy-derive v0.6.6
34162024-12-13T21:07:22.910Z[ helios-setup] Dec 13 21:07:21.038 INFO E| Compiling num-derive v0.4.2
34172024-12-13T21:07:23.827Z[ host-package] Compiling oximeter-api v0.1.0 (/work/oxidecomputer/omicron/oximeter/api)
34182024-12-13T21:07:25.604Z[ helios-setup] Dec 13 21:07:23.732 INFO E| Compiling zerocopy v0.6.6
34192024-12-13T21:07:26.872Z[ helios-setup] Dec 13 21:07:25.000 INFO E| Compiling pest v2.7.13
34202024-12-13T21:07:27.692Z[ host-package] Compiling fatfs v0.3.6
34212024-12-13T21:07:28.407Z[ helios-setup] Dec 13 21:07:26.535 INFO E| Compiling modular-bitfield-impl v0.11.2
34222024-12-13T21:07:29.736Z[ helios-setup] Dec 13 21:07:27.860 INFO E| Compiling strum_macros v0.23.1
34232024-12-13T21:07:29.775Z[ helios-setup] Dec 13 21:07:27.898 INFO E| Compiling scroll_derive v0.10.5
34242024-12-13T21:07:30.279Z[ helios-setup] Dec 13 21:07:28.406 INFO E| Compiling structopt-derive v0.4.18
34252024-12-13T21:07:32.547Z[ host-package] Compiling subprocess v0.2.9
34262024-12-13T21:07:32.817Z[ helios-setup] Dec 13 21:07:30.945 INFO E| Compiling pest_meta v2.7.13
34272024-12-13T21:07:33.234Z[ helios-setup] Dec 13 21:07:31.362 INFO E| Compiling scroll v0.10.2
34282024-12-13T21:07:34.137Z[ host-package] Compiling rtoolbox v0.0.2
34292024-12-13T21:07:34.231Z[ helios-setup] Dec 13 21:07:32.353 INFO E| Compiling modular-bitfield v0.11.2
34302024-12-13T21:07:34.499Z[ helios-setup] Dec 13 21:07:32.616 INFO E| Compiling goblin v0.4.3
34312024-12-13T21:07:35.126Z[ host-package] Compiling assert_matches v1.5.0
34322024-12-13T21:07:35.617Z[ helios-setup] Dec 13 21:07:33.744 INFO E| Compiling pest_generator v2.7.13
34332024-12-13T21:07:36.367Z[ helios-setup] Dec 13 21:07:34.494 INFO E| Compiling structopt v0.3.26
34342024-12-13T21:07:39.794Z[ host-package] Compiling rpassword v7.3.1
34352024-12-13T21:07:40.156Z[ helios-setup] Dec 13 21:07:38.282 INFO E| Compiling pest_derive v2.7.13
34362024-12-13T21:07:40.349Z[ host-package] Compiling omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils)
34372024-12-13T21:07:40.675Z[ host-package] Compiling oximeter-collector v0.1.0 (/work/oxidecomputer/omicron/oximeter/collector)
34382024-12-13T21:07:41.531Z[ host-package] Compiling cockroach-admin-api v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/api)
34392024-12-13T21:07:44.358Z[ helios-setup] Dec 13 21:07:42.484 INFO E| Compiling json5 v0.4.1
34402024-12-13T21:07:49.990Z[ helios-setup] Dec 13 21:07:48.116 INFO E| Compiling four-cc v0.3.0
34412024-12-13T21:07:49.990Z[ helios-setup] Dec 13 21:07:48.116 INFO E| Compiling amd-efs v0.4.3 (ssh://git@github.com/oxidecomputer/amd-efs.git?tag=v0.4.3#ad2861c0)
34422024-12-13T21:07:50.294Z[ helios-setup] Dec 13 21:07:48.419 INFO E| Compiling amd-apcb v0.4.3 (https://github.com/oxidecomputer/amd-apcb.git?tag=v0.4.3#fc35d39d)
34432024-12-13T21:07:50.539Z[ host-package] Compiling tui-tree-widget v0.22.0
34442024-12-13T21:07:51.060Z[ host-package] Compiling wicketd-api v0.1.0 (/work/oxidecomputer/omicron/wicketd-api)
34452024-12-13T21:07:51.114Z[ host-package] Compiling installinator-api v0.1.0 (/work/oxidecomputer/omicron/installinator-api)
34462024-12-13T21:07:53.754Z[ host-package] Compiling omicron-omdb v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omdb)
34472024-12-13T21:07:54.345Z[ host-package] Compiling uzers v0.12.1
34482024-12-13T21:07:58.624Z[ host-package] Compiling wicket v0.1.0 (/work/oxidecomputer/omicron/wicket)
34492024-12-13T21:08:07.976Z[ host-package] Compiling zone-setup v0.1.0 (/work/oxidecomputer/omicron/zone-setup)
34502024-12-13T21:08:10.424Z[ host-package] Compiling wicketd v0.1.0 (/work/oxidecomputer/omicron/wicketd)
34512024-12-13T21:08:17.406Z[ host-package] Compiling gateway-test-utils v0.1.0 (/work/oxidecomputer/omicron/gateway-test-utils)
34522024-12-13T21:08:33.855Z[ helios-setup] Dec 13 21:08:31.975 INFO E| Compiling amd-host-image-builder-config v0.1.0 (/work/oxidecomputer/helios/projects/amd-host-image-builder/amd-host-image-builder-config)
34532024-12-13T21:08:36.791Z[ host-package] Compiling multimap v0.10.0
34542024-12-13T21:08:51.581Z[ helios-setup] Dec 13 21:08:49.700 INFO E| Compiling amd-host-image-builder v0.1.2 (/work/oxidecomputer/helios/projects/amd-host-image-builder)
34552024-12-13T21:09:48.168Z[ helios-setup] Dec 13 21:09:46.280 INFO E| Finished dev [unoptimized + debuginfo] target(s) in 2m 49s
34562024-12-13T21:09:48.205Z[ helios-setup] Dec 13 21:09:46.317 INFO building project "amd-host-image-builder" ok (198 seconds)
34572024-12-13T21:09:48.209Z[ helios-setup] rm -f helios-build
34582024-12-13T21:09:48.211Z[ helios-setup] ln -s tools/helios-build/target/debug/helios-build
34592024-12-13T21:09:48.213Z[ helios-setup]
34602024-12-13T21:09:48.216Z[ helios-setup] Setup complete! ./helios-build is now available.
34612024-12-13T21:09:48.216Z[ helios-setup]
34622024-12-13T21:09:48.219Z[ helios-setup]
34632024-12-13T21:09:48.219Z[ helios-setup] real 12:05.933258272
34642024-12-13T21:09:48.219Z[ helios-setup] user 28:41.754104034
34652024-12-13T21:09:48.219Z[ helios-setup] sys 3:30.864864827
34662024-12-13T21:09:48.219Z[ helios-setup] trap 1.719061571
34672024-12-13T21:09:48.219Z[ helios-setup] tflt 6.774574518
34682024-12-13T21:09:48.219Z[ helios-setup] dflt 33.734696884
34692024-12-13T21:09:48.219Z[ helios-setup] kflt 0.052642549
34702024-12-13T21:09:48.219Z[ helios-setup] lock 2:13:34.639314762
34712024-12-13T21:09:48.219Z[ helios-setup] slp 3:44:08.628607337
34722024-12-13T21:09:48.219Z[ helios-setup] lat 32:47.859375525
34732024-12-13T21:09:48.219Z[ helios-setup] stop 4:02.819850291
34742024-12-13T21:09:48.219ZDec 13 21:09:46.331 INFO [helios-setup] process exited with exit status: 0 (725.939010054s)
34752024-12-13T21:09:48.219ZDec 13 21:09:46.331 INFO [phbl-toolchain] running: /home/build/.cargo/bin/cargo --version
34762024-12-13T21:09:48.248Z[ phbl-toolchain] info: syncing channel updates for 'nightly-2024-10-27-x86_64-unknown-illumos'
34772024-12-13T21:09:48.562Z[ phbl-toolchain] info: latest update on 2024-10-27, rust version 1.84.0-nightly (9b18a122f 2024-10-26)
34782024-12-13T21:09:48.565Z[ phbl-toolchain] info: downloading component 'cargo'
34792024-12-13T21:09:50.193Z[ phbl-toolchain] info: downloading component 'clippy'
34802024-12-13T21:09:50.596Z[ phbl-toolchain] info: downloading component 'llvm-tools'
34812024-12-13T21:09:55.766Z[ phbl-toolchain] info: downloading component 'miri'
34822024-12-13T21:09:55.980Z[ phbl-toolchain] info: downloading component 'rust-docs'
34832024-12-13T21:09:57.448Z[ phbl-toolchain] info: downloading component 'rust-src'
34842024-12-13T21:09:57.706Z[ phbl-toolchain] info: downloading component 'rust-std'
34852024-12-13T21:10:00.080Z[ phbl-toolchain] info: downloading component 'rustc'
34862024-12-13T21:10:09.010Z[ phbl-toolchain] info: downloading component 'rustfmt'
34872024-12-13T21:10:09.326Z[ phbl-toolchain] info: installing component 'cargo'
34882024-12-13T21:10:10.617Z[ phbl-toolchain] info: installing component 'clippy'
34892024-12-13T21:10:11.134Z[ phbl-toolchain] info: installing component 'llvm-tools'
34902024-12-13T21:10:16.875Z[ phbl-toolchain] info: installing component 'miri'
34912024-12-13T21:10:17.335Z[ phbl-toolchain] info: installing component 'rust-docs'
34922024-12-13T21:10:23.214Z[ phbl-toolchain] info: installing component 'rust-src'
34932024-12-13T21:10:24.039Z[ phbl-toolchain] info: installing component 'rust-std'
34942024-12-13T21:10:26.530Z[ phbl-toolchain] info: installing component 'rustc'
34952024-12-13T21:10:35.611Z[ phbl-toolchain] info: installing component 'rustfmt'
34962024-12-13T21:10:36.401Z[ phbl-toolchain] cargo 1.84.0-nightly (e75214ea4 2024-10-25)
34972024-12-13T21:10:36.404ZDec 13 21:10:34.511 INFO [phbl-toolchain] process exited with exit status: 0 (48.180180812s)
34982024-12-13T21:11:17.540Z[ host-package] Compiling internal-dns-cli v0.1.0 (/work/oxidecomputer/omicron/internal-dns/cli)
34992024-12-13T21:11:19.013Z[ host-package] Compiling oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog)
35002024-12-13T21:18:05.043Z[ host-package] Finished `release` profile [optimized] target(s) in 19m 32s
35012024-12-13T21:19:11.358ZDec 13 21:19:09.407 INFO [host-package] process exited with exit status: 0 (1238.859568479s)
35022024-12-13T21:19:11.358ZDec 13 21:19:09.407 INFO [host-stamp] running task
35032024-12-13T21:19:11.364ZDec 13 21:19:09.407 INFO [recovery-package] running: /work/oxidecomputer/omicron/target/release/omicron-package --target recovery --artifacts /work/artifacts-recovery package
35042024-12-13T21:19:11.368ZDec 13 21:19:09.417 INFO [stamp-switch-asic] running: /work/oxidecomputer/omicron/target/release/omicron-package --target host --artifacts /work/oxidecomputer/omicron/out stamp switch-asic 12.0.0-0.ci+gitb6506393d43
35052024-12-13T21:19:11.376ZDec 13 21:19:09.425 INFO [stamp-oxlog] running: /work/oxidecomputer/omicron/target/release/omicron-package --target host --artifacts /work/oxidecomputer/omicron/out stamp oxlog 12.0.0-0.ci+gitb6506393d43
35062024-12-13T21:19:11.382Z[recovery-package] Logging to: /work/artifacts-recovery/LOG
35072024-12-13T21:19:11.385ZDec 13 21:19:09.433 INFO [stamp-propolis-server] running: /work/oxidecomputer/omicron/target/release/omicron-package --target host --artifacts /work/oxidecomputer/omicron/out stamp propolis-server 12.0.0-0.ci+gitb6506393d43
35082024-12-13T21:19:11.390Z[stamp-switch-asic] Logging to: /work/oxidecomputer/omicron/out/LOG
35092024-12-13T21:19:11.393ZDec 13 21:19:09.441 INFO [stamp-omicron-sled-agent] running: /work/oxidecomputer/omicron/target/release/omicron-package --target host --artifacts /work/oxidecomputer/omicron/out stamp omicron-sled-agent 12.0.0-0.ci+gitb6506393d43
35102024-12-13T21:19:11.401Z[ stamp-oxlog] Logging to: /work/oxidecomputer/omicron/out/LOG
35112024-12-13T21:19:11.405Z[ stamp-oxlog] Created: /work/oxidecomputer/omicron/out/versioned/oxlog.tar
35122024-12-13T21:19:11.407Z[stamp-propolis-server] Logging to: /work/oxidecomputer/omicron/out/LOG
35132024-12-13T21:19:11.407ZDec 13 21:19:09.455 INFO [stamp-overlay] running: /work/oxidecomputer/omicron/target/release/omicron-package --target host --artifacts /work/oxidecomputer/omicron/out stamp overlay 12.0.0-0.ci+gitb6506393d43
35142024-12-13T21:19:11.417Z[stamp-omicron-sled-agent] Logging to: /work/oxidecomputer/omicron/out/LOG
35152024-12-13T21:19:11.417ZDec 13 21:19:09.465 INFO [stamp-pumpkind-gz] running: /work/oxidecomputer/omicron/target/release/omicron-package --target host --artifacts /work/oxidecomputer/omicron/out stamp pumpkind-gz 12.0.0-0.ci+gitb6506393d43
35162024-12-13T21:19:11.428Z[ stamp-overlay] Created: /work/oxidecomputer/omicron/out/versioned/overlay.tar.gz
35172024-12-13T21:19:11.431Z[ stamp-overlay] Logging to: /work/oxidecomputer/omicron/out/LOG
35182024-12-13T21:19:11.431ZDec 13 21:19:09.479 INFO [stamp-mg-ddm-gz] running: /work/oxidecomputer/omicron/target/release/omicron-package --target host --artifacts /work/oxidecomputer/omicron/out stamp mg-ddm-gz 12.0.0-0.ci+gitb6506393d43
35192024-12-13T21:19:11.445Z[stamp-pumpkind-gz] Logging to: /work/oxidecomputer/omicron/out/LOG
35202024-12-13T21:19:11.445ZDec 13 21:19:09.493 INFO [stamp-crucible-dtrace] running: /work/oxidecomputer/omicron/target/release/omicron-package --target host --artifacts /work/oxidecomputer/omicron/out stamp crucible-dtrace 12.0.0-0.ci+gitb6506393d43
35212024-12-13T21:19:11.466Z[ stamp-mg-ddm-gz] Logging to: /work/oxidecomputer/omicron/out/LOG
35222024-12-13T21:19:11.466ZDec 13 21:19:09.510 INFO [stamp-oxlog] process exited with exit status: 0 (85.787733ms)
35232024-12-13T21:19:11.466ZDec 13 21:19:09.511 INFO [stamp-overlay] process exited with exit status: 0 (56.073604ms)
35242024-12-13T21:19:11.475Z[stamp-crucible-dtrace] Logging to: /work/oxidecomputer/omicron/out/LOG
35252024-12-13T21:19:11.478Z[stamp-crucible-dtrace] Created: /work/oxidecomputer/omicron/out/versioned/crucible-dtrace.tar
35262024-12-13T21:19:11.481ZDec 13 21:19:09.529 INFO [stamp-crucible-dtrace] process exited with exit status: 0 (36.100465ms)
35272024-12-13T21:19:11.532Z[stamp-pumpkind-gz] Created: /work/oxidecomputer/omicron/out/versioned/pumpkind-gz.tar
35282024-12-13T21:19:11.536ZDec 13 21:19:09.584 INFO [stamp-pumpkind-gz] process exited with exit status: 0 (118.259739ms)
35292024-12-13T21:19:11.680Z[ stamp-mg-ddm-gz] Created: /work/oxidecomputer/omicron/out/versioned/mg-ddm-gz.tar
35302024-12-13T21:19:11.686ZDec 13 21:19:09.732 INFO [stamp-mg-ddm-gz] process exited with exit status: 0 (252.775803ms)
35312024-12-13T21:19:11.772Z[stamp-omicron-sled-agent] Created: /work/oxidecomputer/omicron/out/versioned/omicron-sled-agent.tar
35322024-12-13T21:19:11.775ZDec 13 21:19:09.823 INFO [stamp-omicron-sled-agent] process exited with exit status: 0 (381.673662ms)
35332024-12-13T21:19:12.488Z[recovery-package] Compiling installinator-client v0.1.0 (/work/oxidecomputer/omicron/clients/installinator-client)
35342024-12-13T21:19:12.586Z[stamp-propolis-server] Created: /work/oxidecomputer/omicron/out/versioned/propolis-server.tar.gz
35352024-12-13T21:19:12.589ZDec 13 21:19:10.637 INFO [stamp-propolis-server] process exited with exit status: 0 (1.203773296s)
35362024-12-13T21:19:14.798Z[recovery-package] Compiling installinator v0.1.0 (/work/oxidecomputer/omicron/installinator)
35372024-12-13T21:19:22.061Z[stamp-switch-asic] Created: /work/oxidecomputer/omicron/out/versioned/switch-asic.tar.gz
35382024-12-13T21:19:22.064ZDec 13 21:19:20.110 INFO [stamp-switch-asic] process exited with exit status: 0 (10.692834938s)
35392024-12-13T21:19:22.064ZDec 13 21:19:20.110 INFO [host-stamp] task succeeded (10.703202543s)
35402024-12-13T21:19:22.064ZDec 13 21:19:20.110 INFO [host-proto] running task
35412024-12-13T21:19:22.475ZDec 13 21:19:20.521 INFO [host-proto] task succeeded (411.031803ms)
35422024-12-13T21:19:22.475ZDec 13 21:19:20.521 INFO [host-profile] running task
35432024-12-13T21:19:22.477ZDec 13 21:19:20.522 INFO [host-profile] task succeeded (397.515µs)
35442024-12-13T21:19:22.478ZDec 13 21:19:20.522 INFO [host-image] running: IMAGE_DATASET=rpool/images/build/host ptime -m /work/oxidecomputer/helios/helios-build experiment-image -o /work/os-host -F 'optever=0.34.311' -P /tmp/.tmpFbsOmv/proto/host/root -N 'ci b650639/${os_short_commit} 2024-12-13 20:57' -s host -B -p 'helios-dev=https://pkg.oxide.computer/helios/2/dev/'
35452024-12-13T21:19:22.493Z[ host-image] Dec 13 21:19:20.540 INFO using AMD firmware configuration file "/work/oxidecomputer/helios/image/amd/milan-gimlet-b.efs.json5"
35462024-12-13T21:19:22.493Z[ host-image] Dec 13 21:19:20.540 INFO using AMD firmware blob directories ["/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.a"]
35472024-12-13T21:19:22.507Z[ host-image] Dec 13 21:19:20.554 INFO generated template "/work/oxidecomputer/helios/tmp/image.host/genproto.json" for extra proto "/tmp/.tmpFbsOmv/proto/host/root"
35482024-12-13T21:19:22.507Z[ host-image] Dec 13 21:19:20.554 INFO using external package repository https://pkg.oxide.computer/helios/2/dev/
35492024-12-13T21:19:22.510Z[ host-image] Dec 13 21:19:20.555 INFO image builder template: ramdisk-01-os...
35502024-12-13T21:19:22.510Z[ host-image] Dec 13 21:19:20.555 INFO exec: ["pfexec", "/work/oxidecomputer/helios/projects/image-builder/target/debug/image-builder", "build", "-d", "rpool/images/build/host", "-g", "gimlet", "-T", "/work/oxidecomputer/helios/image/templates", "-F", "relver=2", "-E", "/tmp/.tmpFbsOmv/proto/host/root", "-F", "genproto=/work/oxidecomputer/helios/tmp/image.host/genproto.json", "-E", "/work/oxidecomputer/helios/tmp/image.host/omicron1", "-E", "/work/oxidecomputer/helios/projects", "-F", "repo_publisher=helios-dev", "-F", "repo_url=https://pkg.oxide.computer/helios/2/dev/", "-F", "baud=3000000", "-F", "omicron1", "-F", "optever=0.34.311", "-n", "ramdisk-01-os", "--fullreset"], pwd: None
35512024-12-13T21:19:22.527Z[ host-image] Dec 13 21:19:20.574 INFO O| Dec 13 21:19:20.574 INFO CREATE DATASET: rpool/images/build/host/output
35522024-12-13T21:19:22.826Z[ host-image] Dec 13 21:19:20.873 INFO O| Dec 13 21:19:20.872 INFO temporary dataset: rpool/images/build/host/tmp/gimlet/ramdisk-01-os
35532024-12-13T21:19:22.832Z[ host-image] Dec 13 21:19:20.879 INFO O| Dec 13 21:19:20.879 INFO CREATE DATASET: rpool/images/build/host/tmp/gimlet/ramdisk-01-os
35542024-12-13T21:19:23.078Z[ host-image] Dec 13 21:19:21.120 INFO O| Dec 13 21:19:21.120 INFO SET DATASET PROPERTY ON rpool/images/build/host/tmp/gimlet/ramdisk-01-os: sync = disabled
35552024-12-13T21:19:23.151Z[ host-image] Dec 13 21:19:21.198 INFO O| Dec 13 21:19:21.198 INFO temporary directory: /rpool/images/build/host/tmp/gimlet/ramdisk-01-os
35562024-12-13T21:19:23.151Z[ host-image] Dec 13 21:19:21.198 INFO O| Dec 13 21:19:21.198 INFO work dataset: rpool/images/build/host/work/gimlet/ramdisk
35572024-12-13T21:19:23.153Z[ host-image] Dec 13 21:19:21.198 INFO O| Dec 13 21:19:21.198 INFO resetting by removing work dataset: rpool/images/build/host/work/gimlet/ramdisk
35582024-12-13T21:19:23.153Z[ host-image] Dec 13 21:19:21.198 INFO O| Dec 13 21:19:21.198 INFO DESTROY DATASET: rpool/images/build/host/work/gimlet/ramdisk
35592024-12-13T21:19:23.160Z[ host-image] Dec 13 21:19:21.207 INFO O| Dec 13 21:19:21.207 INFO CREATE DATASET: rpool/images/build/host/work/gimlet/ramdisk
35602024-12-13T21:19:23.396Z[ host-image] Dec 13 21:19:21.442 INFO O| Dec 13 21:19:21.442 INFO STEP 0: pkg_image_create, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-01-os.json
35612024-12-13T21:19:23.406Z[ host-image] Dec 13 21:19:21.453 INFO O| Dec 13 21:19:21.453 INFO exec: ["/usr/bin/pkg", "image-create", "--full", "/rpool/images/build/host/work/gimlet/ramdisk"]
35622024-12-13T21:19:23.926Z[ host-image] Dec 13 21:19:21.973 INFO O| Dec 13 21:19:21.973 INFO O| Caching catalogs ... Done
35632024-12-13T21:19:24.040Z[ host-image] Dec 13 21:19:22.086 INFO O| Dec 13 21:19:22.086 INFO STEP 0 (pkg_image_create) COMPLETE
35642024-12-13T21:19:24.040Z[ host-image] Dec 13 21:19:22.086 INFO O| Dec 13 21:19:22.086 INFO STEP 1: pkg_set_publisher, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-01-os.json
35652024-12-13T21:19:24.043Z[ host-image] Dec 13 21:19:22.086 INFO O| Dec 13 21:19:22.086 INFO skip step because feature "repo_redist" is not enabled
35662024-12-13T21:19:24.043Z[ host-image] Dec 13 21:19:22.086 INFO O| Dec 13 21:19:22.086 INFO STEP 2: pkg_set_publisher, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-01-os.json
35672024-12-13T21:19:24.061Z[ host-image] Dec 13 21:19:22.107 INFO O| Dec 13 21:19:22.107 INFO exec: ["/usr/bin/pkg", "-R", "/rpool/images/build/host/work/gimlet/ramdisk", "set-publisher", "--no-refresh", "-O", "https://pkg.oxide.computer/helios/2/dev/", "helios-dev"]
35682024-12-13T21:19:24.622Z[ host-image] Dec 13 21:19:22.669 INFO O| Dec 13 21:19:22.669 INFO STEP 2 (pkg_set_publisher) COMPLETE
35692024-12-13T21:19:24.622Z[ host-image] Dec 13 21:19:22.669 INFO O| Dec 13 21:19:22.669 INFO STEP 3: pkg_set_publisher, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-01-os.json
35702024-12-13T21:19:24.638Z[ host-image] Dec 13 21:19:22.684 INFO O| Dec 13 21:19:22.684 INFO exec: ["/usr/bin/pkg", "-R", "/rpool/images/build/host/work/gimlet/ramdisk", "set-publisher", "--no-refresh", "-O", "https://pkg.oxide.computer/helios/2/dev/", "helios-dev"]
35712024-12-13T21:19:25.170Z[ host-image] Dec 13 21:19:23.210 INFO O| Dec 13 21:19:23.210 INFO STEP 3 (pkg_set_publisher) COMPLETE
35722024-12-13T21:19:25.171Z[ host-image] Dec 13 21:19:23.210 INFO O| Dec 13 21:19:23.210 INFO STEP 4: pkg_set_publisher, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-01-os.json
35732024-12-13T21:19:25.174Z[ host-image] Dec 13 21:19:23.210 INFO O| Dec 13 21:19:23.210 INFO skip step because feature "repo_redist" is not enabled
35742024-12-13T21:19:25.174Z[ host-image] Dec 13 21:19:23.210 INFO O| Dec 13 21:19:23.210 INFO STEP 5: pkg_change_variant, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-01-os.json
35752024-12-13T21:19:25.756Z[ host-image] Dec 13 21:19:23.797 INFO O| Dec 13 21:19:23.797 INFO variant opensolaris.zone is already global
35762024-12-13T21:19:25.756Z[ host-image] Dec 13 21:19:23.797 INFO O| Dec 13 21:19:23.797 INFO STEP 5 (pkg_change_variant) COMPLETE
35772024-12-13T21:19:25.761Z[ host-image] Dec 13 21:19:23.797 INFO O| Dec 13 21:19:23.797 INFO STEP 6: pkg_change_variant, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-01-os.json
35782024-12-13T21:19:26.299Z[ host-image] Dec 13 21:19:24.343 INFO O| Dec 13 21:19:24.343 INFO variant opensolaris.imagetype is full; changing to partial
35792024-12-13T21:19:26.299Z[ host-image] Dec 13 21:19:24.343 INFO O| Dec 13 21:19:24.343 INFO exec: ["/usr/bin/pkg", "-R", "/rpool/images/build/host/work/gimlet/ramdisk", "change-variant", "opensolaris.imagetype=partial"]
35802024-12-13T21:19:34.032Z[ host-image] Dec 13 21:19:32.077 INFO O| Dec 13 21:19:32.077 INFO O| Startup: Refreshing catalog 'helios-dev' ... Done
35812024-12-13T21:19:34.073Z[recovery-package] Finished `release` profile [optimized] target(s) in 22.47s
35822024-12-13T21:19:35.400ZDec 13 21:19:33.446 INFO [recovery-package] process exited with exit status: 0 (24.038502419s)
35832024-12-13T21:19:35.400ZDec 13 21:19:33.446 INFO [recovery-stamp] running task
35842024-12-13T21:19:35.402ZDec 13 21:19:33.446 INFO [verify-libraries] running: /home/build/.rustup/toolchains/1.81.0-x86_64-unknown-illumos/bin/cargo xtask verify-libraries --release
35852024-12-13T21:19:35.402ZDec 13 21:19:33.446 INFO [stamp-mg-ddm-gz] running: /work/oxidecomputer/omicron/target/release/omicron-package --target recovery --artifacts /work/artifacts-recovery stamp mg-ddm-gz 12.0.0-0.ci+gitb6506393d43
35862024-12-13T21:19:35.425ZDec 13 21:19:33.469 INFO [stamp-installinator] running: /work/oxidecomputer/omicron/target/release/omicron-package --target recovery --artifacts /work/artifacts-recovery stamp installinator 12.0.0-0.ci+gitb6506393d43
35872024-12-13T21:19:35.436Z[ stamp-mg-ddm-gz] Logging to: /work/artifacts-recovery/LOG
35882024-12-13T21:19:35.449Z[stamp-installinator] Logging to: /work/artifacts-recovery/LOG
35892024-12-13T21:19:35.552Z[stamp-installinator] Created: /work/artifacts-recovery/versioned/installinator.tar
35902024-12-13T21:19:35.558ZDec 13 21:19:33.600 INFO [stamp-installinator] process exited with exit status: 0 (130.443544ms)
35912024-12-13T21:19:35.561Z[ stamp-mg-ddm-gz] Created: /work/artifacts-recovery/versioned/mg-ddm-gz.tar
35922024-12-13T21:19:35.561ZDec 13 21:19:33.605 INFO [stamp-mg-ddm-gz] process exited with exit status: 0 (158.800372ms)
35932024-12-13T21:19:35.561ZDec 13 21:19:33.605 INFO [recovery-stamp] task succeeded (159.303518ms)
35942024-12-13T21:19:35.561ZDec 13 21:19:33.605 INFO [recovery-proto] running task
35952024-12-13T21:19:35.561ZDec 13 21:19:33.605 INFO [tuf-stamp] running task
35962024-12-13T21:19:35.561ZDec 13 21:19:33.606 INFO [stamp-oximeter] running: /work/oxidecomputer/omicron/target/release/omicron-package --target host --artifacts /work/oxidecomputer/omicron/out stamp oximeter 12.0.0-0.ci+gitb6506393d43
35972024-12-13T21:19:35.578ZDec 13 21:19:33.623 INFO [stamp-internal-dns] running: /work/oxidecomputer/omicron/target/release/omicron-package --target host --artifacts /work/oxidecomputer/omicron/out stamp internal-dns 12.0.0-0.ci+gitb6506393d43
35982024-12-13T21:19:35.592Z[ stamp-oximeter] Logging to: /work/oxidecomputer/omicron/out/LOG
35992024-12-13T21:19:35.596ZDec 13 21:19:33.638 INFO [stamp-cockroachdb] running: /work/oxidecomputer/omicron/target/release/omicron-package --target host --artifacts /work/oxidecomputer/omicron/out stamp cockroachdb 12.0.0-0.ci+gitb6506393d43
36002024-12-13T21:19:35.609Z[stamp-internal-dns] Logging to: /work/oxidecomputer/omicron/out/LOG
36012024-12-13T21:19:35.614ZDec 13 21:19:33.655 INFO [stamp-clickhouse] running: /work/oxidecomputer/omicron/target/release/omicron-package --target host --artifacts /work/oxidecomputer/omicron/out stamp clickhouse 12.0.0-0.ci+gitb6506393d43
36022024-12-13T21:19:35.623Z[stamp-cockroachdb] Logging to: /work/oxidecomputer/omicron/out/LOG
36032024-12-13T21:19:35.626ZDec 13 21:19:33.671 INFO [stamp-crucible-pantry-zone] running: /work/oxidecomputer/omicron/target/release/omicron-package --target host --artifacts /work/oxidecomputer/omicron/out stamp crucible-pantry-zone 12.0.0-0.ci+gitb6506393d43
36042024-12-13T21:19:35.651ZDec 13 21:19:33.696 INFO [stamp-ntp] running: /work/oxidecomputer/omicron/target/release/omicron-package --target host --artifacts /work/oxidecomputer/omicron/out stamp ntp 12.0.0-0.ci+gitb6506393d43
36052024-12-13T21:19:35.683Z[stamp-clickhouse] Logging to: /work/oxidecomputer/omicron/out/LOG
36062024-12-13T21:19:35.740ZDec 13 21:19:33.786 INFO [stamp-clickhouse_keeper] running: /work/oxidecomputer/omicron/target/release/omicron-package --target host --artifacts /work/oxidecomputer/omicron/out stamp clickhouse_keeper 12.0.0-0.ci+gitb6506393d43
36072024-12-13T21:19:35.744Z[stamp-crucible-pantry-zone] Logging to: /work/oxidecomputer/omicron/out/LOG
36082024-12-13T21:19:35.908Z[ stamp-ntp] Logging to: /work/oxidecomputer/omicron/out/LOG
36092024-12-13T21:19:35.913ZDec 13 21:19:33.954 INFO [stamp-external-dns] running: /work/oxidecomputer/omicron/target/release/omicron-package --target host --artifacts /work/oxidecomputer/omicron/out stamp external-dns 12.0.0-0.ci+gitb6506393d43
36102024-12-13T21:19:36.023Z[stamp-clickhouse_keeper] Logging to: /work/oxidecomputer/omicron/out/LOG
36112024-12-13T21:19:36.029ZDec 13 21:19:34.067 INFO [stamp-nexus] running: /work/oxidecomputer/omicron/target/release/omicron-package --target host --artifacts /work/oxidecomputer/omicron/out stamp nexus 12.0.0-0.ci+gitb6506393d43
36122024-12-13T21:19:36.138Z[verify-libraries] Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.68s
36132024-12-13T21:19:36.141ZDec 13 21:19:34.183 INFO [recovery-proto] task succeeded (577.345682ms)
36142024-12-13T21:19:36.141ZDec 13 21:19:34.183 INFO [stamp-probe] running: /work/oxidecomputer/omicron/target/release/omicron-package --target host --artifacts /work/oxidecomputer/omicron/out stamp probe 12.0.0-0.ci+gitb6506393d43
36152024-12-13T21:19:36.141Z[stamp-external-dns] Logging to: /work/oxidecomputer/omicron/out/LOG
36162024-12-13T21:19:36.152Z[verify-libraries] Running `target/debug/xtask verify-libraries --release`
36172024-12-13T21:19:36.155ZDec 13 21:19:34.198 INFO [recovery-image] running: IMAGE_DATASET=rpool/images/build/recovery ptime -m /work/oxidecomputer/helios/helios-build experiment-image -o /work/os-recovery -F 'optever=0.34.311' -P /tmp/.tmpFbsOmv/proto/recovery/root -N 'recovery b650639/${os_short_commit} 2024-12-13 20:57' -s recovery -R -p 'helios-dev=https://pkg.oxide.computer/helios/2/dev/'
36182024-12-13T21:19:36.179Z[ recovery-image] Dec 13 21:19:34.223 INFO using AMD firmware configuration file "/work/oxidecomputer/helios/image/amd/milan-gimlet-b.efs.json5"
36192024-12-13T21:19:36.184Z[ recovery-image] Dec 13 21:19:34.223 INFO using AMD firmware blob directories ["/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.a"]
36202024-12-13T21:19:36.195Z[ recovery-image] Dec 13 21:19:34.240 INFO generated template "/work/oxidecomputer/helios/tmp/image.recovery/genproto.json" for extra proto "/tmp/.tmpFbsOmv/proto/recovery/root"
36212024-12-13T21:19:36.195Z[ recovery-image] Dec 13 21:19:34.240 INFO using external package repository https://pkg.oxide.computer/helios/2/dev/
36222024-12-13T21:19:36.199Z[ recovery-image] Dec 13 21:19:34.240 INFO image builder template: ramdisk-01-os...
36232024-12-13T21:19:36.199Z[ recovery-image] Dec 13 21:19:34.240 INFO exec: ["pfexec", "/work/oxidecomputer/helios/projects/image-builder/target/debug/image-builder", "build", "-d", "rpool/images/build/recovery", "-g", "gimlet", "-T", "/work/oxidecomputer/helios/image/templates", "-F", "relver=2", "-E", "/tmp/.tmpFbsOmv/proto/recovery/root", "-F", "genproto=/work/oxidecomputer/helios/tmp/image.recovery/genproto.json", "-E", "/work/oxidecomputer/helios/tmp/image.recovery/omicron1", "-E", "/work/oxidecomputer/helios/projects", "-F", "repo_publisher=helios-dev", "-F", "repo_url=https://pkg.oxide.computer/helios/2/dev/", "-F", "baud=3000000", "-F", "recovery", "-F", "optever=0.34.311", "-n", "ramdisk-01-os", "--fullreset"], pwd: None
36242024-12-13T21:19:36.219Z[ stamp-nexus] Logging to: /work/oxidecomputer/omicron/out/LOG
36252024-12-13T21:19:36.224ZDec 13 21:19:34.265 INFO [stamp-crucible-zone] running: /work/oxidecomputer/omicron/target/release/omicron-package --target host --artifacts /work/oxidecomputer/omicron/out stamp crucible-zone 12.0.0-0.ci+gitb6506393d43
36262024-12-13T21:19:36.246Z[ stamp-ntp] Created: /work/oxidecomputer/omicron/out/versioned/ntp.tar.gz
36272024-12-13T21:19:36.249Z[ recovery-image] Dec 13 21:19:34.290 INFO O| Dec 13 21:19:34.289 INFO CREATE DATASET: rpool/images/build/recovery/output
36282024-12-13T21:19:36.405Z[ stamp-probe] Logging to: /work/oxidecomputer/omicron/out/LOG
36292024-12-13T21:19:36.408ZDec 13 21:19:34.450 INFO [stamp-ntp] process exited with exit status: 0 (753.849593ms)
36302024-12-13T21:19:36.451Z[stamp-crucible-zone] Logging to: /work/oxidecomputer/omicron/out/LOG
36312024-12-13T21:19:36.470Z[ stamp-probe] Created: /work/oxidecomputer/omicron/out/versioned/probe.tar.gz
36322024-12-13T21:19:36.500ZDec 13 21:19:34.546 INFO [stamp-probe] process exited with exit status: 0 (363.11409ms)
36332024-12-13T21:19:36.650Z[ recovery-image] Dec 13 21:19:34.696 INFO O| Dec 13 21:19:34.695 INFO temporary dataset: rpool/images/build/recovery/tmp/gimlet/ramdisk-01-os
36342024-12-13T21:19:36.675Z[ recovery-image] Dec 13 21:19:34.721 INFO O| Dec 13 21:19:34.720 INFO CREATE DATASET: rpool/images/build/recovery/tmp/gimlet/ramdisk-01-os
36352024-12-13T21:19:36.978Z[stamp-crucible-pantry-zone] Created: /work/oxidecomputer/omicron/out/versioned/crucible-pantry-zone.tar.gz
36362024-12-13T21:19:37.041ZDec 13 21:19:35.086 INFO [stamp-crucible-pantry-zone] process exited with exit status: 0 (1.414196493s)
36372024-12-13T21:19:37.122Z[ recovery-image] Dec 13 21:19:35.167 INFO O| Dec 13 21:19:35.167 INFO SET DATASET PROPERTY ON rpool/images/build/recovery/tmp/gimlet/ramdisk-01-os: sync = disabled
36382024-12-13T21:19:37.229Z[ recovery-image] Dec 13 21:19:35.274 INFO O| Dec 13 21:19:35.274 INFO temporary directory: /rpool/images/build/recovery/tmp/gimlet/ramdisk-01-os
36392024-12-13T21:19:37.229Z[ recovery-image] Dec 13 21:19:35.274 INFO O| Dec 13 21:19:35.274 INFO work dataset: rpool/images/build/recovery/work/gimlet/ramdisk
36402024-12-13T21:19:37.232Z[ recovery-image] Dec 13 21:19:35.275 INFO O| Dec 13 21:19:35.275 INFO resetting by removing work dataset: rpool/images/build/recovery/work/gimlet/ramdisk
36412024-12-13T21:19:37.232Z[ recovery-image] Dec 13 21:19:35.275 INFO O| Dec 13 21:19:35.275 INFO DESTROY DATASET: rpool/images/build/recovery/work/gimlet/ramdisk
36422024-12-13T21:19:37.240Z[ recovery-image] Dec 13 21:19:35.285 INFO O| Dec 13 21:19:35.285 INFO CREATE DATASET: rpool/images/build/recovery/work/gimlet/ramdisk
36432024-12-13T21:19:37.293Z[stamp-internal-dns] Created: /work/oxidecomputer/omicron/out/versioned/internal-dns.tar.gz
36442024-12-13T21:19:37.311ZDec 13 21:19:35.357 INFO [stamp-internal-dns] process exited with exit status: 0 (1.734187017s)
36452024-12-13T21:19:37.726Z[ recovery-image] Dec 13 21:19:35.771 INFO O| Dec 13 21:19:35.771 INFO STEP 0: pkg_image_create, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-01-os.json
36462024-12-13T21:19:37.756Z[ recovery-image] Dec 13 21:19:35.801 INFO O| Dec 13 21:19:35.801 INFO exec: ["/usr/bin/pkg", "image-create", "--full", "/rpool/images/build/recovery/work/gimlet/ramdisk"]
36472024-12-13T21:19:37.775Z[stamp-external-dns] Created: /work/oxidecomputer/omicron/out/versioned/external-dns.tar.gz
36482024-12-13T21:19:37.837ZDec 13 21:19:35.883 INFO [stamp-external-dns] process exited with exit status: 0 (1.928827858s)
36492024-12-13T21:19:37.949Z[ stamp-oximeter] Created: /work/oxidecomputer/omicron/out/versioned/oximeter.tar.gz
36502024-12-13T21:19:37.954ZDec 13 21:19:35.998 INFO [stamp-oximeter] process exited with exit status: 0 (2.39235035s)
36512024-12-13T21:19:38.150Z[stamp-crucible-zone] Created: /work/oxidecomputer/omicron/out/versioned/crucible-zone.tar.gz
36522024-12-13T21:19:38.155ZDec 13 21:19:36.199 INFO [stamp-crucible-zone] process exited with exit status: 0 (1.934497998s)
36532024-12-13T21:19:38.262Z[ recovery-image] Dec 13 21:19:36.308 INFO O| Dec 13 21:19:36.307 INFO O| Caching catalogs ... Done
36542024-12-13T21:19:38.369Z[ recovery-image] Dec 13 21:19:36.414 INFO O| Dec 13 21:19:36.414 INFO STEP 0 (pkg_image_create) COMPLETE
36552024-12-13T21:19:38.369Z[ recovery-image] Dec 13 21:19:36.414 INFO O| Dec 13 21:19:36.414 INFO STEP 1: pkg_set_publisher, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-01-os.json
36562024-12-13T21:19:38.369Z[ recovery-image] Dec 13 21:19:36.414 INFO O| Dec 13 21:19:36.414 INFO skip step because feature "repo_redist" is not enabled
36572024-12-13T21:19:38.370Z[ recovery-image] Dec 13 21:19:36.414 INFO O| Dec 13 21:19:36.414 INFO STEP 2: pkg_set_publisher, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-01-os.json
36582024-12-13T21:19:38.384Z[ recovery-image] Dec 13 21:19:36.430 INFO O| Dec 13 21:19:36.429 INFO exec: ["/usr/bin/pkg", "-R", "/rpool/images/build/recovery/work/gimlet/ramdisk", "set-publisher", "--no-refresh", "-O", "https://pkg.oxide.computer/helios/2/dev/", "helios-dev"]
36592024-12-13T21:19:38.820Z[ recovery-image] Dec 13 21:19:36.865 INFO O| Dec 13 21:19:36.865 INFO STEP 2 (pkg_set_publisher) COMPLETE
36602024-12-13T21:19:38.820Z[ recovery-image] Dec 13 21:19:36.865 INFO O| Dec 13 21:19:36.865 INFO STEP 3: pkg_set_publisher, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-01-os.json
36612024-12-13T21:19:38.833Z[ recovery-image] Dec 13 21:19:36.878 INFO O| Dec 13 21:19:36.878 INFO exec: ["/usr/bin/pkg", "-R", "/rpool/images/build/recovery/work/gimlet/ramdisk", "set-publisher", "--no-refresh", "-O", "https://pkg.oxide.computer/helios/2/dev/", "helios-dev"]
36622024-12-13T21:19:39.313Z[ recovery-image] Dec 13 21:19:37.358 INFO O| Dec 13 21:19:37.357 INFO STEP 3 (pkg_set_publisher) COMPLETE
36632024-12-13T21:19:39.313Z[ recovery-image] Dec 13 21:19:37.358 INFO O| Dec 13 21:19:37.358 INFO STEP 4: pkg_set_publisher, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-01-os.json
36642024-12-13T21:19:39.313Z[ recovery-image] Dec 13 21:19:37.358 INFO O| Dec 13 21:19:37.358 INFO skip step because feature "repo_redist" is not enabled
36652024-12-13T21:19:39.316Z[ recovery-image] Dec 13 21:19:37.358 INFO O| Dec 13 21:19:37.358 INFO STEP 5: pkg_change_variant, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-01-os.json
36662024-12-13T21:19:39.677Z[ recovery-image] Dec 13 21:19:37.721 INFO O| Dec 13 21:19:37.721 INFO variant opensolaris.zone is already global
36672024-12-13T21:19:39.677Z[ recovery-image] Dec 13 21:19:37.721 INFO O| Dec 13 21:19:37.721 INFO STEP 5 (pkg_change_variant) COMPLETE
36682024-12-13T21:19:39.677Z[ recovery-image] Dec 13 21:19:37.721 INFO O| Dec 13 21:19:37.721 INFO STEP 6: pkg_change_variant, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-01-os.json
36692024-12-13T21:19:40.125Z[ host-image] Dec 13 21:19:38.170 INFO O| Dec 13 21:19:38.170 INFO O| Startup: Caching catalogs ... Done
36702024-12-13T21:19:40.137Z[ recovery-image] Dec 13 21:19:38.182 INFO O| Dec 13 21:19:38.182 INFO variant opensolaris.imagetype is full; changing to partial
36712024-12-13T21:19:40.137Z[ recovery-image] Dec 13 21:19:38.182 INFO O| Dec 13 21:19:38.182 INFO exec: ["/usr/bin/pkg", "-R", "/rpool/images/build/recovery/work/gimlet/ramdisk", "change-variant", "opensolaris.imagetype=partial"]
36722024-12-13T21:19:40.220Z[ host-image] Dec 13 21:19:38.265 INFO O| Dec 13 21:19:38.265 INFO O| Planning: Planning completed in 0.00 seconds
36732024-12-13T21:19:40.223Z[ host-image] Dec 13 21:19:38.266 INFO O| Dec 13 21:19:38.266 INFO O| Planning: Consolidating action changes ... Done
36742024-12-13T21:19:40.223Z[ host-image] Dec 13 21:19:38.266 INFO O| Dec 13 21:19:38.266 INFO O| Planning: Evaluating mediators ... Done
36752024-12-13T21:19:40.223Z[ host-image] Dec 13 21:19:38.267 INFO O| Dec 13 21:19:38.266 INFO O| Planning: Planning completed in 0.00 seconds
36762024-12-13T21:19:40.223Z[ host-image] Dec 13 21:19:38.267 INFO O| Dec 13 21:19:38.267 INFO O| Variants/Facets to change: 1
36772024-12-13T21:19:40.246Z[ host-image] Dec 13 21:19:38.291 INFO O| Dec 13 21:19:38.291 INFO O| Done
36782024-12-13T21:19:40.246Z[ host-image] Dec 13 21:19:38.292 INFO O| Dec 13 21:19:38.291 INFO O| Done
36792024-12-13T21:19:40.275Z[ stamp-nexus] Created: /work/oxidecomputer/omicron/out/versioned/nexus.tar.gz
36802024-12-13T21:19:40.279ZDec 13 21:19:38.324 INFO [stamp-nexus] process exited with exit status: 0 (4.257444431s)
36812024-12-13T21:19:40.459Z[verify-libraries] Compiling omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils)
36822024-12-13T21:19:40.632Z[verify-libraries] Compiling home v0.5.9
36832024-12-13T21:19:40.654Z[verify-libraries] Compiling cfg_aliases v0.1.1
36842024-12-13T21:19:40.689Z[verify-libraries] Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
36852024-12-13T21:19:40.693Z[verify-libraries] Compiling sqlparser_derive v0.2.2
36862024-12-13T21:19:40.693Z[verify-libraries] Compiling unicode_categories v0.1.1
36872024-12-13T21:19:41.037Z[verify-libraries] Compiling nix v0.28.0
36882024-12-13T21:19:41.184Z[verify-libraries] Compiling nexus-db-queries v0.1.0 (/work/oxidecomputer/omicron/nexus/db-queries)
36892024-12-13T21:19:41.194Z[ host-image] Dec 13 21:19:39.238 INFO O| Dec 13 21:19:39.238 INFO O| Done
36902024-12-13T21:19:41.261Z[verify-libraries] Compiling omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent)
36912024-12-13T21:19:41.265Z[verify-libraries] Compiling polyval v0.6.2
36922024-12-13T21:19:41.347Z[ host-image] Dec 13 21:19:39.392 INFO O| Dec 13 21:19:39.391 INFO O| Done
36932024-12-13T21:19:41.351Z[ host-image] Dec 13 21:19:39.392 INFO O| Dec 13 21:19:39.392 INFO O| Done
36942024-12-13T21:19:41.351Z[ host-image] Dec 13 21:19:39.392 INFO O| Dec 13 21:19:39.392 INFO O| Done
36952024-12-13T21:19:41.351Z[ host-image] Dec 13 21:19:39.394 INFO O| Dec 13 21:19:39.394 INFO O| Done
36962024-12-13T21:19:41.377Z[stamp-cockroachdb] Created: /work/oxidecomputer/omicron/out/versioned/cockroachdb.tar.gz
36972024-12-13T21:19:41.470ZDec 13 21:19:39.515 INFO [stamp-cockroachdb] process exited with exit status: 0 (5.877393655s)
36982024-12-13T21:19:41.953Z[verify-libraries] Compiling sqlformat v0.2.6
36992024-12-13T21:19:42.051Z[ host-image] Dec 13 21:19:40.094 INFO O| Dec 13 21:19:40.094 INFO STEP 6 (pkg_change_variant) COMPLETE
37002024-12-13T21:19:42.051Z[ host-image] Dec 13 21:19:40.095 INFO O| Dec 13 21:19:40.094 INFO STEP 7: pkg_change_variant, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-01-os.json
37012024-12-13T21:19:42.052Z[ host-image] Dec 13 21:19:40.095 INFO O| Dec 13 21:19:40.094 INFO skip step because feature "debug_variant" is not enabled
37022024-12-13T21:19:42.071Z[ host-image] Dec 13 21:19:40.095 INFO O| Dec 13 21:19:40.094 INFO STEP 8: pkg_change_facet, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-01-os.json
37032024-12-13T21:19:42.168Z[verify-libraries] Compiling ghash v0.5.1
37042024-12-13T21:19:42.215Z[verify-libraries] Compiling sqlparser v0.45.0
37052024-12-13T21:19:42.402Z[verify-libraries] Compiling ctr v0.9.2
37062024-12-13T21:19:42.513Z[verify-libraries] Compiling ssh-encoding v0.2.0
37072024-12-13T21:19:42.612Z[verify-libraries] Compiling blowfish v0.9.1
37082024-12-13T21:19:42.637Z[ host-image] Dec 13 21:19:40.681 INFO O| Dec 13 21:19:40.681 INFO exec: ["/usr/bin/pkg", "-R", "/rpool/images/build/host/work/gimlet/ramdisk", "change-facet", "openssl.10=false"]
37092024-12-13T21:19:43.286Z[verify-libraries] Compiling aes-gcm v0.10.3
37102024-12-13T21:19:43.747Z[ host-image] Dec 13 21:19:41.788 INFO O| Dec 13 21:19:41.788 INFO O| Startup: Refreshing catalog 'helios-dev' ... Done
37112024-12-13T21:19:43.754Z[ host-image] Dec 13 21:19:41.789 INFO O| Dec 13 21:19:41.789 INFO O| Planning: Planning completed in 0.00 seconds
37122024-12-13T21:19:43.754Z[ host-image] Dec 13 21:19:41.790 INFO O| Dec 13 21:19:41.790 INFO O| Planning: Consolidating action changes ... Done
37132024-12-13T21:19:43.754Z[ host-image] Dec 13 21:19:41.790 INFO O| Dec 13 21:19:41.790 INFO O| Planning: Evaluating mediators ... Done
37142024-12-13T21:19:43.754Z[ host-image] Dec 13 21:19:41.791 INFO O| Dec 13 21:19:41.791 INFO O| Planning: Planning completed in 0.00 seconds
37152024-12-13T21:19:43.754Z[ host-image] Dec 13 21:19:41.791 INFO O| Dec 13 21:19:41.791 INFO O| Variants/Facets to change: 1
37162024-12-13T21:19:43.799Z[verify-libraries] Compiling ssh-cipher v0.2.0
37172024-12-13T21:19:43.904Z[ host-image] Dec 13 21:19:41.949 INFO O| Dec 13 21:19:41.948 INFO O| Done
37182024-12-13T21:19:43.904Z[ host-image] Dec 13 21:19:41.949 INFO O| Dec 13 21:19:41.948 INFO O| Done
37192024-12-13T21:19:44.109Z[verify-libraries] Compiling bcrypt-pbkdf v0.10.0
37202024-12-13T21:19:44.782Z[verify-libraries] Compiling password-hash v0.4.2
37212024-12-13T21:19:44.933Z[ host-image] Dec 13 21:19:42.977 INFO O| Dec 13 21:19:42.977 INFO O| Done
37222024-12-13T21:19:45.008Z[ host-image] Dec 13 21:19:43.052 INFO O| Dec 13 21:19:43.052 INFO O| Done
37232024-12-13T21:19:45.013Z[ host-image] Dec 13 21:19:43.053 INFO O| Dec 13 21:19:43.053 INFO O| Done
37242024-12-13T21:19:45.013Z[ host-image] Dec 13 21:19:43.053 INFO O| Dec 13 21:19:43.053 INFO O| Done
37252024-12-13T21:19:45.013Z[ host-image] Dec 13 21:19:43.055 INFO O| Dec 13 21:19:43.055 INFO O| Done
37262024-12-13T21:19:45.096Z[ host-image] Dec 13 21:19:43.141 INFO O| Dec 13 21:19:43.141 INFO STEP 8 (pkg_change_facet) COMPLETE
37272024-12-13T21:19:45.096Z[ host-image] Dec 13 21:19:43.141 INFO O| Dec 13 21:19:43.141 INFO STEP 9: pkg_change_facet, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-01-os.json
37282024-12-13T21:19:45.105Z[ host-image] Dec 13 21:19:43.141 INFO O| Dec 13 21:19:43.141 INFO skip step because feature "recovery" is not enabled
37292024-12-13T21:19:45.105Z[ host-image] Dec 13 21:19:43.141 INFO O| Dec 13 21:19:43.141 INFO STEP 10: pkg_change_facet, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-01-os.json
37302024-12-13T21:19:45.105Z[ host-image] Dec 13 21:19:43.141 INFO O| Dec 13 21:19:43.141 INFO skip step because feature "recovery" is not enabled
37312024-12-13T21:19:45.105Z[ host-image] Dec 13 21:19:43.141 INFO O| Dec 13 21:19:43.141 INFO STEP 11: pkg_install, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-01-os.json
37322024-12-13T21:19:45.115Z[ host-image] Dec 13 21:19:43.159 INFO O| Dec 13 21:19:43.159 INFO exec: ["/usr/bin/pkg", "-R", "/rpool/images/build/host/work/gimlet/ramdisk", "install", "/developer/debug/mdb", "/system/kernel/dtrace/providers", "/system/network", "/system/microcode/oxide", "/driver/network/cxgbe", "/driver/network/e1000g", "/driver/network/igb", "/driver/network/ixgbe", "/driver/network/rge", "/driver/storage/nvme", "/developer/macro/cpp", "/system/library/gcc-runtime", "/system/library/g++-runtime", "/developer/linker", "/diagnostic/diskinfo", "/diagnostic/pci", "/diagnostic/cpu-counters", "/system/data/hardware-registry", "/system/extended-system-utilities", "/web/curl", "/text/column", "/text/less", "/text/looker", "/ooce/util/jq", "/system/watch", "/editor/vim", "/terminal/resize", "/system/data/urxvt-terminfo", "/network/netcat", "/network/rsync", "/network/snoop", "/compress/gzip", "/locale/en", "/system/network/routing", "/driver/cpu/amd/zen", "/driver/gpio/amd/zen", "/system/gpio", "/system/bhyve", "/system/library/bhyve", "/service/network/chrony", "/driver/misc/tofino", "/library/expat", "/system/library/pcap", "/network/dns/bind", "/network/openssh-server", "oxide/platform-identity-cacerts"]
37332024-12-13T21:19:50.762Z[ host-image] Dec 13 21:19:44.841 INFO O| Dec 13 21:19:44.840 INFO O| Startup: Refreshing catalog 'helios-dev' ... Done
37342024-12-13T21:19:50.860Z[verify-libraries] Compiling rustyline v14.0.0
37352024-12-13T21:19:50.860Z[stamp-clickhouse] Created: /work/oxidecomputer/omicron/out/versioned/clickhouse.tar.gz
37362024-12-13T21:19:50.860ZDec 13 21:19:46.587 INFO [stamp-clickhouse] process exited with exit status: 0 (12.932497106s)
37372024-12-13T21:19:50.860Z[stamp-clickhouse_keeper] Created: /work/oxidecomputer/omicron/out/versioned/clickhouse_keeper.tar.gz
37382024-12-13T21:19:50.860ZDec 13 21:19:47.232 INFO [stamp-clickhouse_keeper] process exited with exit status: 0 (13.418817649s)
37392024-12-13T21:19:50.860ZDec 13 21:19:47.233 INFO [tuf-stamp] task succeeded (13.627123043s)
37402024-12-13T21:19:50.860Z[verify-libraries] Compiling matches v0.1.10
37412024-12-13T21:19:50.860Z[verify-libraries] Compiling idna v0.2.3
37422024-12-13T21:19:50.860Z[verify-libraries] Compiling pbkdf2 v0.11.0
37432024-12-13T21:19:50.860Z[verify-libraries] Compiling ssh-key v0.6.6
37442024-12-13T21:19:51.216Z[verify-libraries] Compiling p256 v0.13.2
37452024-12-13T21:19:53.459Z[ recovery-image] Dec 13 21:19:51.502 INFO O| Dec 13 21:19:51.502 INFO O| Startup: Refreshing catalog 'helios-dev' ... Done
37462024-12-13T21:19:54.267Z[verify-libraries] Compiling p521 v0.13.3
37472024-12-13T21:19:54.749Z[verify-libraries] Compiling enum-as-inner v0.5.1
37482024-12-13T21:19:55.924Z[verify-libraries] Compiling russh-cryptovec v0.7.3
37492024-12-13T21:19:56.397Z[verify-libraries] Compiling md5 v0.7.0
37502024-12-13T21:19:56.986Z[verify-libraries] Compiling russh-keys v0.45.0
37512024-12-13T21:19:57.131Z[verify-libraries] Compiling trust-dns-proto v0.22.0
37522024-12-13T21:20:01.466Z[ recovery-image] Dec 13 21:19:59.508 INFO O| Dec 13 21:19:59.508 INFO O| Startup: Caching catalogs ... Done
37532024-12-13T21:20:01.661Z[ recovery-image] Dec 13 21:19:59.704 INFO O| Dec 13 21:19:59.704 INFO O| Planning: Planning completed in 0.00 seconds
37542024-12-13T21:20:01.664Z[ recovery-image] Dec 13 21:19:59.705 INFO O| Dec 13 21:19:59.705 INFO O| Planning: Consolidating action changes ... Done
37552024-12-13T21:20:01.664Z[ recovery-image] Dec 13 21:19:59.705 INFO O| Dec 13 21:19:59.705 INFO O| Planning: Evaluating mediators ... Done
37562024-12-13T21:20:01.664Z[ recovery-image] Dec 13 21:19:59.705 INFO O| Dec 13 21:19:59.705 INFO O| Planning: Planning completed in 0.00 seconds
37572024-12-13T21:20:01.664Z[ recovery-image] Dec 13 21:19:59.706 INFO O| Dec 13 21:19:59.706 INFO O| Variants/Facets to change: 1
37582024-12-13T21:20:01.752Z[ recovery-image] Dec 13 21:19:59.795 INFO O| Dec 13 21:19:59.795 INFO O| Done
37592024-12-13T21:20:01.753Z[ recovery-image] Dec 13 21:19:59.795 INFO O| Dec 13 21:19:59.795 INFO O| Done
37602024-12-13T21:20:02.770Z[ recovery-image] Dec 13 21:20:00.813 INFO O| Dec 13 21:20:00.813 INFO O| Done
37612024-12-13T21:20:02.855Z[ recovery-image] Dec 13 21:20:00.898 INFO O| Dec 13 21:20:00.898 INFO O| Done
37622024-12-13T21:20:02.863Z[ recovery-image] Dec 13 21:20:00.899 INFO O| Dec 13 21:20:00.899 INFO O| Done
37632024-12-13T21:20:02.863Z[ recovery-image] Dec 13 21:20:00.900 INFO O| Dec 13 21:20:00.899 INFO O| Done
37642024-12-13T21:20:02.865Z[ recovery-image] Dec 13 21:20:00.902 INFO O| Dec 13 21:20:00.901 INFO O| Done
37652024-12-13T21:20:03.515Z[ recovery-image] Dec 13 21:20:01.557 INFO O| Dec 13 21:20:01.557 INFO STEP 6 (pkg_change_variant) COMPLETE
37662024-12-13T21:20:03.515Z[ recovery-image] Dec 13 21:20:01.557 INFO O| Dec 13 21:20:01.557 INFO STEP 7: pkg_change_variant, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-01-os.json
37672024-12-13T21:20:03.517Z[ recovery-image] Dec 13 21:20:01.557 INFO O| Dec 13 21:20:01.557 INFO skip step because feature "debug_variant" is not enabled
37682024-12-13T21:20:03.517Z[ recovery-image] Dec 13 21:20:01.557 INFO O| Dec 13 21:20:01.557 INFO STEP 8: pkg_change_facet, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-01-os.json
37692024-12-13T21:20:04.213Z[ recovery-image] Dec 13 21:20:02.254 INFO O| Dec 13 21:20:02.254 INFO exec: ["/usr/bin/pkg", "-R", "/rpool/images/build/recovery/work/gimlet/ramdisk", "change-facet", "openssl.10=false"]
37702024-12-13T21:20:05.374Z[ recovery-image] Dec 13 21:20:03.416 INFO O| Dec 13 21:20:03.416 INFO O| Startup: Refreshing catalog 'helios-dev' ... Done
37712024-12-13T21:20:05.377Z[ recovery-image] Dec 13 21:20:03.418 INFO O| Dec 13 21:20:03.418 INFO O| Planning: Planning completed in 0.00 seconds
37722024-12-13T21:20:05.377Z[ recovery-image] Dec 13 21:20:03.419 INFO O| Dec 13 21:20:03.419 INFO O| Planning: Consolidating action changes ... Done
37732024-12-13T21:20:05.377Z[ recovery-image] Dec 13 21:20:03.419 INFO O| Dec 13 21:20:03.419 INFO O| Planning: Evaluating mediators ... Done
37742024-12-13T21:20:05.380Z[ recovery-image] Dec 13 21:20:03.420 INFO O| Dec 13 21:20:03.420 INFO O| Planning: Planning completed in 0.00 seconds
37752024-12-13T21:20:05.380Z[ recovery-image] Dec 13 21:20:03.420 INFO O| Dec 13 21:20:03.420 INFO O| Variants/Facets to change: 1
37762024-12-13T21:20:05.444Z[ recovery-image] Dec 13 21:20:03.486 INFO O| Dec 13 21:20:03.486 INFO O| Done
37772024-12-13T21:20:05.444Z[ recovery-image] Dec 13 21:20:03.486 INFO O| Dec 13 21:20:03.486 INFO O| Done
37782024-12-13T21:20:06.272Z[ recovery-image] Dec 13 21:20:04.314 INFO O| Dec 13 21:20:04.314 INFO O| Done
37792024-12-13T21:20:06.373Z[ recovery-image] Dec 13 21:20:04.412 INFO O| Dec 13 21:20:04.412 INFO O| Done
37802024-12-13T21:20:06.377Z[ recovery-image] Dec 13 21:20:04.413 INFO O| Dec 13 21:20:04.413 INFO O| Done
37812024-12-13T21:20:06.377Z[ recovery-image] Dec 13 21:20:04.413 INFO O| Dec 13 21:20:04.413 INFO O| Done
37822024-12-13T21:20:06.377Z[ recovery-image] Dec 13 21:20:04.415 INFO O| Dec 13 21:20:04.415 INFO O| Done
37832024-12-13T21:20:06.475Z[ recovery-image] Dec 13 21:20:04.516 INFO O| Dec 13 21:20:04.516 INFO STEP 8 (pkg_change_facet) COMPLETE
37842024-12-13T21:20:06.475Z[ recovery-image] Dec 13 21:20:04.517 INFO O| Dec 13 21:20:04.516 INFO STEP 9: pkg_change_facet, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-01-os.json
37852024-12-13T21:20:06.689Z[verify-libraries] Compiling num-bigint v0.4.6
37862024-12-13T21:20:07.131Z[ recovery-image] Dec 13 21:20:05.173 INFO O| Dec 13 21:20:05.172 INFO exec: ["/usr/bin/pkg", "-R", "/rpool/images/build/recovery/work/gimlet/ramdisk", "change-facet", "doc=false"]
37872024-12-13T21:20:08.267Z[ recovery-image] Dec 13 21:20:06.309 INFO O| Dec 13 21:20:06.309 INFO O| Startup: Refreshing catalog 'helios-dev' ... Done
37882024-12-13T21:20:08.270Z[ recovery-image] Dec 13 21:20:06.311 INFO O| Dec 13 21:20:06.311 INFO O| Planning: Planning completed in 0.00 seconds
37892024-12-13T21:20:08.270Z[ recovery-image] Dec 13 21:20:06.311 INFO O| Dec 13 21:20:06.311 INFO O| Planning: Consolidating action changes ... Done
37902024-12-13T21:20:08.270Z[ recovery-image] Dec 13 21:20:06.312 INFO O| Dec 13 21:20:06.312 INFO O| Planning: Evaluating mediators ... Done
37912024-12-13T21:20:08.274Z[ recovery-image] Dec 13 21:20:06.312 INFO O| Dec 13 21:20:06.312 INFO O| Planning: Planning completed in 0.00 seconds
37922024-12-13T21:20:08.274Z[ recovery-image] Dec 13 21:20:06.312 INFO O| Dec 13 21:20:06.312 INFO O| Variants/Facets to change: 1
37932024-12-13T21:20:08.342Z[ recovery-image] Dec 13 21:20:06.382 INFO O| Dec 13 21:20:06.382 INFO O| Done
37942024-12-13T21:20:08.342Z[ recovery-image] Dec 13 21:20:06.382 INFO O| Dec 13 21:20:06.382 INFO O| Done
37952024-12-13T21:20:09.119Z[ recovery-image] Dec 13 21:20:07.160 INFO O| Dec 13 21:20:07.160 INFO O| Done
37962024-12-13T21:20:09.224Z[ recovery-image] Dec 13 21:20:07.266 INFO O| Dec 13 21:20:07.265 INFO O| Done
37972024-12-13T21:20:09.227Z[ recovery-image] Dec 13 21:20:07.267 INFO O| Dec 13 21:20:07.267 INFO O| Done
37982024-12-13T21:20:09.227Z[ recovery-image] Dec 13 21:20:07.267 INFO O| Dec 13 21:20:07.267 INFO O| Done
37992024-12-13T21:20:09.231Z[ recovery-image] Dec 13 21:20:07.269 INFO O| Dec 13 21:20:07.269 INFO O| Done
38002024-12-13T21:20:09.323Z[ recovery-image] Dec 13 21:20:07.364 INFO O| Dec 13 21:20:07.364 INFO STEP 9 (pkg_change_facet) COMPLETE
38012024-12-13T21:20:09.323Z[ recovery-image] Dec 13 21:20:07.364 INFO O| Dec 13 21:20:07.364 INFO STEP 10: pkg_change_facet, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-01-os.json
38022024-12-13T21:20:09.947Z[ recovery-image] Dec 13 21:20:07.987 INFO O| Dec 13 21:20:07.987 INFO exec: ["/usr/bin/pkg", "-R", "/rpool/images/build/recovery/work/gimlet/ramdisk", "change-facet", "doc.man=false"]
38032024-12-13T21:20:11.022Z[ recovery-image] Dec 13 21:20:09.063 INFO O| Dec 13 21:20:09.063 INFO O| Startup: Refreshing catalog 'helios-dev' ... Done
38042024-12-13T21:20:11.025Z[ recovery-image] Dec 13 21:20:09.065 INFO O| Dec 13 21:20:09.065 INFO O| Planning: Planning completed in 0.00 seconds
38052024-12-13T21:20:11.025Z[ recovery-image] Dec 13 21:20:09.066 INFO O| Dec 13 21:20:09.066 INFO O| Planning: Consolidating action changes ... Done
38062024-12-13T21:20:11.025Z[ recovery-image] Dec 13 21:20:09.066 INFO O| Dec 13 21:20:09.066 INFO O| Planning: Evaluating mediators ... Done
38072024-12-13T21:20:11.028Z[ recovery-image] Dec 13 21:20:09.067 INFO O| Dec 13 21:20:09.067 INFO O| Planning: Planning completed in 0.00 seconds
38082024-12-13T21:20:11.028Z[ recovery-image] Dec 13 21:20:09.068 INFO O| Dec 13 21:20:09.068 INFO O| Variants/Facets to change: 1
38092024-12-13T21:20:11.107Z[ recovery-image] Dec 13 21:20:09.147 INFO O| Dec 13 21:20:09.147 INFO O| Done
38102024-12-13T21:20:11.107Z[ recovery-image] Dec 13 21:20:09.147 INFO O| Dec 13 21:20:09.147 INFO O| Done
38112024-12-13T21:20:11.926Z[ recovery-image] Dec 13 21:20:09.967 INFO O| Dec 13 21:20:09.967 INFO O| Done
38122024-12-13T21:20:12.025Z[ recovery-image] Dec 13 21:20:10.066 INFO O| Dec 13 21:20:10.066 INFO O| Done
38132024-12-13T21:20:12.029Z[ recovery-image] Dec 13 21:20:10.067 INFO O| Dec 13 21:20:10.067 INFO O| Done
38142024-12-13T21:20:12.030Z[ recovery-image] Dec 13 21:20:10.067 INFO O| Dec 13 21:20:10.067 INFO O| Done
38152024-12-13T21:20:12.033Z[ recovery-image] Dec 13 21:20:10.070 INFO O| Dec 13 21:20:10.070 INFO O| Done
38162024-12-13T21:20:12.128Z[ recovery-image] Dec 13 21:20:10.169 INFO O| Dec 13 21:20:10.169 INFO STEP 10 (pkg_change_facet) COMPLETE
38172024-12-13T21:20:12.128Z[ recovery-image] Dec 13 21:20:10.169 INFO O| Dec 13 21:20:10.169 INFO STEP 11: pkg_install, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-01-os.json
38182024-12-13T21:20:12.148Z[ recovery-image] Dec 13 21:20:10.189 INFO O| Dec 13 21:20:10.189 INFO exec: ["/usr/bin/pkg", "-R", "/rpool/images/build/recovery/work/gimlet/ramdisk", "install", "/developer/debug/mdb", "/system/kernel/dtrace/providers", "/system/network", "/system/microcode/oxide", "/driver/network/cxgbe", "/driver/network/e1000g", "/driver/network/igb", "/driver/network/ixgbe", "/driver/network/rge", "/driver/storage/nvme", "/developer/macro/cpp", "/system/library/gcc-runtime", "/system/library/g++-runtime", "/developer/linker", "/diagnostic/diskinfo", "/diagnostic/pci", "/diagnostic/cpu-counters", "/system/data/hardware-registry", "/system/extended-system-utilities", "/web/curl", "/text/column", "/text/less", "/text/looker", "/ooce/util/jq", "/system/watch", "/editor/vim", "/terminal/resize", "/system/data/urxvt-terminfo", "/network/netcat", "/network/rsync", "/network/snoop", "/compress/gzip", "/locale/en", "/system/network/routing", "/driver/cpu/amd/zen", "/driver/gpio/amd/zen", "/system/gpio", "/system/bhyve", "/system/library/bhyve", "/service/network/chrony", "/driver/misc/tofino", "/library/expat", "/system/library/pcap", "/network/dns/bind", "/network/openssh-server", "oxide/platform-identity-cacerts"]
38192024-12-13T21:20:13.057Z[verify-libraries] Compiling des v0.8.1
38202024-12-13T21:20:13.266Z[ recovery-image] Dec 13 21:20:11.307 INFO O| Dec 13 21:20:11.307 INFO O| Startup: Refreshing catalog 'helios-dev' ... Done
38212024-12-13T21:20:13.626Z[verify-libraries] Compiling dhcproto-macros v0.1.0
38222024-12-13T21:20:14.689Z[verify-libraries] Compiling hex-literal v0.4.1
38232024-12-13T21:20:15.076Z[verify-libraries] Compiling russh v0.45.0
38242024-12-13T21:20:17.018Z[verify-libraries] Compiling dhcproto v0.12.0
38252024-12-13T21:20:21.012Z[verify-libraries] Compiling oximeter-collector v0.1.0 (/work/oxidecomputer/omicron/oximeter/collector)
38262024-12-13T21:20:22.968Z[verify-libraries] Compiling gateway-test-utils v0.1.0 (/work/oxidecomputer/omicron/gateway-test-utils)
38272024-12-13T21:20:28.258Z[verify-libraries] Compiling oxide-client v0.1.0 (/work/oxidecomputer/omicron/clients/oxide-client)
38282024-12-13T21:20:35.801Z[verify-libraries] Compiling petname v2.0.2
38292024-12-13T21:20:37.267Z[verify-libraries] Compiling ispf v0.1.0 (https://github.com/oxidecomputer/ispf#f78443a9)
38302024-12-13T21:20:37.986Z[verify-libraries] Compiling internet-checksum v0.2.1
38312024-12-13T21:20:38.768Z[verify-libraries] Compiling omicron-clickhouse-admin v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin)
38322024-12-13T21:20:43.305Z[verify-libraries] Compiling nexus-saga-recovery v0.1.0 (/work/oxidecomputer/omicron/nexus/saga-recovery)
38332024-12-13T21:20:49.065Z[ host-image] Dec 13 21:20:47.102 INFO O| Dec 13 21:20:47.102 INFO O| Planning: Solver setup ... Done
38342024-12-13T21:20:50.835Z[verify-libraries] Compiling nexus-networking v0.1.0 (/work/oxidecomputer/omicron/nexus/networking)
38352024-12-13T21:20:54.204Z[verify-libraries] Compiling nexus-reconfigurator-preparation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/preparation)
38362024-12-13T21:20:59.211Z[verify-libraries] Compiling nexus-reconfigurator-execution v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/execution)
38372024-12-13T21:21:16.401Z[ recovery-image] Dec 13 21:21:14.435 INFO O| Dec 13 21:21:14.435 INFO O| Planning: Solver setup ... Done
38382024-12-13T21:21:24.539Z[verify-libraries] Compiling nexus-metrics-producer-gc v0.1.0 (/work/oxidecomputer/omicron/nexus/metrics-producer-gc)
38392024-12-13T21:21:26.514Z[verify-libraries] Compiling omicron-nexus v0.1.0 (/work/oxidecomputer/omicron/nexus)
38402024-12-13T21:21:30.537Z[verify-libraries] Compiling end-to-end-tests v0.1.0 (/work/oxidecomputer/omicron/end-to-end-tests)
38412024-12-13T21:21:53.843Z[verify-libraries] Compiling heck v0.4.1
38422024-12-13T21:21:55.737Z[verify-libraries] Compiling openapi-lint v0.4.0 (https://github.com/oxidecomputer/openapi-lint?branch=main#ef442ee4)
38432024-12-13T21:22:02.445Z[verify-libraries] Compiling wicket-dbg v0.1.0 (/work/oxidecomputer/omicron/wicket-dbg)
38442024-12-13T21:22:03.902Z[verify-libraries] Compiling reconfigurator-cli v0.1.0 (/work/oxidecomputer/omicron/dev-tools/reconfigurator-cli)
38452024-12-13T21:22:04.353Z[verify-libraries] Compiling ch-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/ch-dev)
38462024-12-13T21:22:04.922Z[verify-libraries] Compiling db-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/db-dev)
38472024-12-13T21:22:05.466Z[verify-libraries] Compiling omicron-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omicron-dev)
38482024-12-13T21:22:06.031Z[verify-libraries] Compiling sync-ptr v0.1.1
38492024-12-13T21:22:06.422Z[verify-libraries] Compiling nexus-reconfigurator-simulation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/simulation)
38502024-12-13T21:22:06.801Z[verify-libraries] Compiling zone-setup v0.1.0 (/work/oxidecomputer/omicron/zone-setup)
38512024-12-13T21:22:08.560Z[ host-image] Dec 13 21:22:06.588 INFO O| Dec 13 21:22:06.588 INFO O| Planning: Running solver ... Done
38522024-12-13T21:22:09.104Z[ host-image] Dec 13 21:22:07.132 INFO O| Dec 13 21:22:07.132 INFO O| Planning: Finding local manifests ... Done
38532024-12-13T21:22:09.120Z[ host-image] Dec 13 21:22:07.149 INFO O| Dec 13 21:22:07.149 INFO O| Planning: Fetching manifests: 0/124 0% complete
38542024-12-13T21:22:09.614Z[verify-libraries] Compiling openapi-manager v0.1.0 (/work/oxidecomputer/omicron/dev-tools/openapi-manager)
38552024-12-13T21:22:13.825Z[verify-libraries] Compiling nexus-test-utils v0.1.0 (/work/oxidecomputer/omicron/nexus/test-utils)
38562024-12-13T21:22:14.541Z[ host-image] Dec 13 21:22:12.568 INFO O| Dec 13 21:22:12.568 INFO O| Planning: Fetching manifests: 124/124 100% complete
38572024-12-13T21:22:15.933Z[ host-image] Dec 13 21:22:13.960 INFO O| Dec 13 21:22:13.960 INFO O| Planning: Package planning ... Done
38582024-12-13T21:22:17.567Z[ host-image] Dec 13 21:22:15.569 INFO O| Dec 13 21:22:15.569 INFO O| Planning: Merging actions ... Done
38592024-12-13T21:22:18.172Z[ host-image] Dec 13 21:22:16.107 INFO O| Dec 13 21:22:16.107 INFO O| Planning: Checking for conflicting actions ... Done
38602024-12-13T21:22:18.387Z[ host-image] Dec 13 21:22:16.412 INFO O| Dec 13 21:22:16.412 INFO O| Planning: Consolidating action changes ... Done
38612024-12-13T21:22:18.942Z[ host-image] Dec 13 21:22:16.968 INFO O| Dec 13 21:22:16.968 INFO O| Planning: Evaluating mediators ... Done
38622024-12-13T21:22:25.055Z[verify-libraries] Compiling oximeter-test-utils v0.1.0 (/work/oxidecomputer/omicron/oximeter/test-utils)
38632024-12-13T21:22:25.419Z[ host-image] Dec 13 21:22:23.444 INFO O| Dec 13 21:22:23.443 INFO O| Planning: Planning completed in 158.60 seconds
38642024-12-13T21:22:25.424Z[ host-image] Dec 13 21:22:23.450 INFO O| Dec 13 21:22:23.450 INFO O| Packages to install: 124
38652024-12-13T21:22:25.424Z[ host-image] Dec 13 21:22:23.450 INFO O| Dec 13 21:22:23.450 INFO O| Mediators to change: 4
38662024-12-13T21:22:25.428Z[ host-image] Dec 13 21:22:23.450 INFO O| Dec 13 21:22:23.450 INFO O| Services to change: 6
38672024-12-13T21:22:25.526Z[ host-image] Dec 13 21:22:23.551 INFO O| Dec 13 21:22:23.551 INFO O| Download: 0/22774 items 0.0/199.6MB 0% complete
38682024-12-13T21:22:29.966Z[verify-libraries] Compiling omicron-ls-apis v0.1.0 (/work/oxidecomputer/omicron/dev-tools/ls-apis)
38692024-12-13T21:22:30.543Z[ host-image] Dec 13 21:22:28.568 INFO O| Dec 13 21:22:28.568 INFO O| Download: 1049/22774 items 5.8/199.6MB 2% complete (1.2M/s)
38702024-12-13T21:22:31.317Z[ recovery-image] Dec 13 21:22:29.341 INFO O| Dec 13 21:22:29.341 INFO O| Planning: Running solver ... Done
38712024-12-13T21:22:31.903Z[ recovery-image] Dec 13 21:22:29.928 INFO O| Dec 13 21:22:29.927 INFO O| Planning: Finding local manifests ... Done
38722024-12-13T21:22:31.917Z[ recovery-image] Dec 13 21:22:29.941 INFO O| Dec 13 21:22:29.941 INFO O| Planning: Fetching manifests: 0/124 0% complete
38732024-12-13T21:22:36.812Z[ recovery-image] Dec 13 21:22:34.836 INFO O| Dec 13 21:22:34.836 INFO O| Planning: Fetching manifests: 124/124 100% complete
38742024-12-13T21:22:36.991Z[ host-image] Dec 13 21:22:35.015 INFO O| Dec 13 21:22:35.015 INFO O| Download: 1641/22774 items 10.8/199.6MB 5% complete (1.1M/s)
38752024-12-13T21:22:37.922Z[ recovery-image] Dec 13 21:22:35.946 INFO O| Dec 13 21:22:35.946 INFO O| Planning: Package planning ... Done
38762024-12-13T21:22:38.633Z[ recovery-image] Dec 13 21:22:36.657 INFO O| Dec 13 21:22:36.657 INFO O| Planning: Merging actions ... Done
38772024-12-13T21:22:38.986Z[ recovery-image] Dec 13 21:22:37.011 INFO O| Dec 13 21:22:37.011 INFO O| Planning: Checking for conflicting actions ... Done
38782024-12-13T21:22:39.138Z[ recovery-image] Dec 13 21:22:37.161 INFO O| Dec 13 21:22:37.161 INFO O| Planning: Consolidating action changes ... Done
38792024-12-13T21:22:39.530Z[ recovery-image] Dec 13 21:22:37.554 INFO O| Dec 13 21:22:37.554 INFO O| Planning: Evaluating mediators ... Done
38802024-12-13T21:22:42.067Z[ host-image] Dec 13 21:22:40.087 INFO O| Dec 13 21:22:40.087 INFO O| Download: 2093/22774 items 23.5/199.6MB 11% complete (1.6M/s)
38812024-12-13T21:22:45.951Z[ recovery-image] Dec 13 21:22:43.975 INFO O| Dec 13 21:22:43.975 INFO O| Planning: Planning completed in 152.67 seconds
38822024-12-13T21:22:45.964Z[ recovery-image] Dec 13 21:22:43.982 INFO O| Dec 13 21:22:43.982 INFO O| Packages to install: 124
38832024-12-13T21:22:45.972Z[ recovery-image] Dec 13 21:22:43.982 INFO O| Dec 13 21:22:43.982 INFO O| Mediators to change: 4
38842024-12-13T21:22:45.972Z[ recovery-image] Dec 13 21:22:43.982 INFO O| Dec 13 21:22:43.982 INFO O| Services to change: 5
38852024-12-13T21:22:46.041Z[ recovery-image] Dec 13 21:22:44.065 INFO O| Dec 13 21:22:44.065 INFO O| Download: 0/15848 items 0.0/176.3MB 0% complete
38862024-12-13T21:22:47.330Z[ host-image] Dec 13 21:22:45.353 INFO O| Dec 13 21:22:45.353 INFO O| Download: 2455/22774 items 28.2/199.6MB 14% complete (1.9M/s)
38872024-12-13T21:22:48.252Z[verify-libraries] Compiling tufaceous v0.1.0 (/work/oxidecomputer/omicron/tufaceous)
38882024-12-13T21:22:54.362Z[ recovery-image] Dec 13 21:22:49.137 INFO O| Dec 13 21:22:49.137 INFO O| Download: 994/15848 items 7.7/176.3MB 4% complete (1.6M/s)
38892024-12-13T21:22:54.438Z[ host-image] Dec 13 21:22:50.361 INFO O| Dec 13 21:22:50.361 INFO O| Download: 3473/22774 items 35.6/199.6MB 17% complete (1.2M/s)
38902024-12-13T21:22:55.103Z[verify-libraries] Compiling clickhouse-admin-test-utils v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/test-utils)
38912024-12-13T21:22:55.748Z[verify-libraries] Compiling xtask-downloader v0.1.0 (/work/oxidecomputer/omicron/dev-tools/downloader)
38922024-12-13T21:22:57.275Z[verify-libraries] Compiling termios v0.3.3
38932024-12-13T21:22:57.605Z[verify-libraries] Compiling gateway-cli v0.1.0 (/work/oxidecomputer/omicron/gateway-cli)
38942024-12-13T21:22:58.300Z[ host-image] Dec 13 21:22:56.323 INFO O| Dec 13 21:22:56.323 INFO O| Download: 4496/22774 items 41.9/199.6MB 20% complete (1.4M/s)
38952024-12-13T21:22:58.301Z[ recovery-image] Dec 13 21:22:56.323 INFO O| Dec 13 21:22:56.323 INFO O| Download: 1164/15848 items 10.1/176.3MB 5% complete (1.0M/s)
38962024-12-13T21:23:03.349Z[ recovery-image] Dec 13 21:23:01.370 INFO O| Dec 13 21:23:01.370 INFO O| Download: 1526/15848 items 22.0/176.3MB 12% complete (1.4M/s)
38972024-12-13T21:23:03.931Z[ host-image] Dec 13 21:23:01.953 INFO O| Dec 13 21:23:01.953 INFO O| Download: 4719/22774 items 44.8/199.6MB 22% complete (1.1M/s)
38982024-12-13T21:23:09.098Z[ host-image] Dec 13 21:23:07.119 INFO O| Dec 13 21:23:07.119 INFO O| Download: 5748/22774 items 46.3/199.6MB 23% complete (430k/s)
38992024-12-13T21:23:09.878Z[ recovery-image] Dec 13 21:23:07.899 INFO O| Dec 13 21:23:07.899 INFO O| Download: 1618/15848 items 25.0/176.3MB 14% complete (1.6M/s)
39002024-12-13T21:23:14.104Z[ host-image] Dec 13 21:23:12.125 INFO O| Dec 13 21:23:12.125 INFO O| Download: 6654/22774 items 46.8/199.6MB 23% complete (202k/s)
39012024-12-13T21:23:14.879Z[ recovery-image] Dec 13 21:23:12.899 INFO O| Dec 13 21:23:12.899 INFO O| Download: 2305/15848 items 31.2/176.3MB 17% complete (904k/s)
39022024-12-13T21:23:19.587Z[ host-image] Dec 13 21:23:17.607 INFO O| Dec 13 21:23:17.607 INFO O| Download: 7001/22774 items 50.8/199.6MB 25% complete (438k/s)
39032024-12-13T21:23:19.903Z[ recovery-image] Dec 13 21:23:17.923 INFO O| Dec 13 21:23:17.923 INFO O| Download: 3199/15848 items 37.5/176.3MB 21% complete (1.3M/s)
39042024-12-13T21:23:21.608Z[verify-libraries] Compiling omicron-omdb v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omdb)
39052024-12-13T21:23:24.590Z[ host-image] Dec 13 21:23:22.607 INFO O| Dec 13 21:23:22.607 INFO O| Download: 7862/22774 items 59.2/199.6MB 29% complete (1.2M/s)
39062024-12-13T21:23:24.949Z[ recovery-image] Dec 13 21:23:22.969 INFO O| Dec 13 21:23:22.969 INFO O| Download: 3647/15848 items 39.8/176.3MB 22% complete (864k/s)
39072024-12-13T21:23:29.827Z[ host-image] Dec 13 21:23:27.845 INFO O| Dec 13 21:23:27.845 INFO O| Download: 8140/22774 items 60.8/199.6MB 30% complete (1016k/s)
39082024-12-13T21:23:30.741Z[ recovery-image] Dec 13 21:23:28.759 INFO O| Dec 13 21:23:28.759 INFO O| Download: 3755/15848 items 41.9/176.3MB 23% complete (645k/s)
39092024-12-13T21:23:32.072Z[verify-libraries] Compiling clickhouse-cluster-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/clickhouse-cluster-dev)
39102024-12-13T21:23:35.745Z[ recovery-image] Dec 13 21:23:33.762 INFO O| Dec 13 21:23:33.762 INFO O| Download: 4441/15848 items 42.8/176.3MB 24% complete (293k/s)
39112024-12-13T21:23:35.972Z[ host-image] Dec 13 21:23:33.990 INFO O| Dec 13 21:23:33.990 INFO O| Download: 8241/22774 items 63.4/199.6MB 31% complete (531k/s)
39122024-12-13T21:23:40.746Z[ recovery-image] Dec 13 21:23:38.763 INFO O| Dec 13 21:23:38.763 INFO O| Download: 5086/15848 items 43.2/176.3MB 24% complete (132k/s)
39132024-12-13T21:23:42.020Z[ host-image] Dec 13 21:23:40.038 INFO O| Dec 13 21:23:40.037 INFO O| Download: 8265/22774 items 64.9/199.6MB 32% complete (471k/s)
39142024-12-13T21:23:46.107Z[ recovery-image] Dec 13 21:23:44.123 INFO O| Dec 13 21:23:44.121 INFO O| Download: 5663/15848 items 44.5/176.3MB 25% complete (145k/s)
39152024-12-13T21:23:47.023Z[ host-image] Dec 13 21:23:45.041 INFO O| Dec 13 21:23:45.040 INFO O| Download: 8720/22774 items 71.1/199.6MB 35% complete (747k/s)
39162024-12-13T21:23:52.024Z[ host-image] Dec 13 21:23:50.041 INFO O| Dec 13 21:23:50.040 INFO O| Download: 9389/22774 items 81.5/199.6MB 40% complete (1.7M/s)
39172024-12-13T21:23:52.389Z[ recovery-image] Dec 13 21:23:50.405 INFO O| Dec 13 21:23:50.405 INFO O| Download: 5670/15848 items 44.6/176.3MB 25% complete (169k/s)
39182024-12-13T21:23:57.037Z[ host-image] Dec 13 21:23:55.053 INFO O| Dec 13 21:23:55.052 INFO O| Download: 9880/22774 items 83.6/199.6MB 41% complete (1.3M/s)
39192024-12-13T21:23:58.118Z[ recovery-image] Dec 13 21:23:56.133 INFO O| Dec 13 21:23:56.133 INFO O| Download: 5732/15848 items 46.4/176.3MB 26% complete (163k/s)
39202024-12-13T21:24:02.043Z[ host-image] Dec 13 21:24:00.058 INFO O| Dec 13 21:24:00.057 INFO O| Download: 10460/22774 items 88.2/199.6MB 44% complete (692k/s)
39212024-12-13T21:24:03.324Z[ recovery-image] Dec 13 21:24:01.339 INFO O| Dec 13 21:24:01.339 INFO O| Download: 6100/15848 items 55.5/176.3MB 31% complete (985k/s)
39222024-12-13T21:24:07.528Z[ host-image] Dec 13 21:24:05.542 INFO O| Dec 13 21:24:05.542 INFO O| Download: 11094/22774 items 92.1/199.6MB 46% complete (861k/s)
39232024-12-13T21:24:08.829Z[ recovery-image] Dec 13 21:24:06.844 INFO O| Dec 13 21:24:06.843 INFO O| Download: 6175/15848 items 61.7/176.3MB 35% complete (1.5M/s)
39242024-12-13T21:24:13.850Z[ recovery-image] Dec 13 21:24:11.864 INFO O| Dec 13 21:24:11.864 INFO O| Download: 6857/15848 items 67.5/176.3MB 38% complete (1.1M/s)
39252024-12-13T21:24:13.853Z[ host-image] Dec 13 21:24:11.866 INFO O| Dec 13 21:24:11.866 INFO O| Download: 11240/22774 items 94.2/199.6MB 47% complete (616k/s)
39262024-12-13T21:24:18.983Z[ recovery-image] Dec 13 21:24:16.997 INFO O| Dec 13 21:24:16.997 INFO O| Download: 7628/15848 items 73.7/176.3MB 41% complete (1.2M/s)
39272024-12-13T21:24:19.150Z[ host-image] Dec 13 21:24:17.164 INFO O| Dec 13 21:24:17.164 INFO O| Download: 12008/22774 items 99.8/199.6MB 50% complete (598k/s)
39282024-12-13T21:24:24.057Z[ recovery-image] Dec 13 21:24:22.070 INFO O| Dec 13 21:24:22.070 INFO O| Download: 7898/15848 items 76.6/176.3MB 43% complete (1.0M/s)
39292024-12-13T21:24:24.417Z[ host-image] Dec 13 21:24:22.430 INFO O| Dec 13 21:24:22.430 INFO O| Download: 12197/22774 items 108.7/199.6MB 54% complete (1.5M/s)
39302024-12-13T21:24:29.106Z[ recovery-image] Dec 13 21:24:27.118 INFO O| Dec 13 21:24:27.118 INFO O| Download: 7970/15848 items 78.8/176.3MB 44% complete (522k/s)
39312024-12-13T21:24:29.420Z[ host-image] Dec 13 21:24:27.432 INFO O| Dec 13 21:24:27.432 INFO O| Download: 12939/22774 items 109.8/199.6MB 55% complete (955k/s)
39322024-12-13T21:24:34.241Z[ recovery-image] Dec 13 21:24:32.251 INFO O| Dec 13 21:24:32.251 INFO O| Download: 8651/15848 items 81.1/176.3MB 46% complete (407k/s)
39332024-12-13T21:24:35.042Z[ host-image] Dec 13 21:24:33.053 INFO O| Dec 13 21:24:33.053 INFO O| Download: 13315/22774 items 110.0/199.6MB 55% complete (248k/s)
39342024-12-13T21:24:40.043Z[ host-image] Dec 13 21:24:38.054 INFO O| Dec 13 21:24:38.054 INFO O| Download: 13970/22774 items 110.3/199.6MB 55% complete (50.1k/s)
39352024-12-13T21:24:42.526Z[ recovery-image] Dec 13 21:24:40.537 INFO O| Dec 13 21:24:40.536 INFO O| Download: 8663/15848 items 81.5/176.3MB 46% complete (403k/s)
39362024-12-13T21:24:46.014Z[ host-image] Dec 13 21:24:44.024 INFO O| Dec 13 21:24:44.024 INFO O| Download: 14424/22774 items 111.7/199.6MB 55% complete (168k/s)
39372024-12-13T21:24:47.587Z[ recovery-image] Dec 13 21:24:45.598 INFO O| Dec 13 21:24:45.597 INFO O| Download: 8820/15848 items 91.8/176.3MB 52% complete (2.2M/s)
39382024-12-13T21:24:51.044Z[ host-image] Dec 13 21:24:49.054 INFO O| Dec 13 21:24:49.054 INFO O| Download: 14507/22774 items 116.4/199.6MB 58% complete (532k/s)
39392024-12-13T21:24:52.594Z[ recovery-image] Dec 13 21:24:50.604 INFO O| Dec 13 21:24:50.604 INFO O| Download: 9492/15848 items 92.9/176.3MB 52% complete (1.1M/s)
39402024-12-13T21:24:56.063Z[ host-image] Dec 13 21:24:54.068 INFO O| Dec 13 21:24:54.068 INFO O| Download: 15165/22774 items 123.1/199.6MB 61% complete (1.3M/s)
39412024-12-13T21:24:58.690Z[ recovery-image] Dec 13 21:24:56.699 INFO O| Dec 13 21:24:56.699 INFO O| Download: 9955/15848 items 93.2/176.3MB 52% complete (582k/s)
39422024-12-13T21:25:04.528Z[ host-image] Dec 13 21:25:02.536 INFO O| Dec 13 21:25:02.536 INFO O| Download: 15544/22774 items 123.7/199.6MB 62% complete (1.2M/s)
39432024-12-13T21:25:04.534Z[ recovery-image] Dec 13 21:25:02.540 INFO O| Dec 13 21:25:02.540 INFO O| Download: 9958/15848 items 93.2/176.3MB 52% complete (519k/s)
39442024-12-13T21:25:09.536Z[ host-image] Dec 13 21:25:07.543 INFO O| Dec 13 21:25:07.543 INFO O| Download: 15619/22774 items 124.1/199.6MB 62% complete (29.8k/s)
39452024-12-13T21:25:10.838Z[ recovery-image] Dec 13 21:25:08.846 INFO O| Dec 13 21:25:08.846 INFO O| Download: 10543/15848 items 93.5/176.3MB 53% complete (30.9k/s)
39462024-12-13T21:25:14.757Z[ host-image] Dec 13 21:25:12.764 INFO O| Dec 13 21:25:12.764 INFO O| Download: 15848/22774 items 129.4/199.6MB 64% complete (513k/s)
39472024-12-13T21:25:17.255Z[ recovery-image] Dec 13 21:25:15.262 INFO O| Dec 13 21:25:15.262 INFO O| Download: 10547/15848 items 93.5/176.3MB 53% complete (30.9k/s)
39482024-12-13T21:25:19.778Z[ host-image] Dec 13 21:25:17.784 INFO O| Dec 13 21:25:17.784 INFO O| Download: 16550/22774 items 137.7/199.6MB 68% complete (1.3M/s)
39492024-12-13T21:25:19.952Z[verify-libraries] Compiling mgs-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/mgs-dev)
39502024-12-13T21:25:23.946Z[ recovery-image] Dec 13 21:25:21.951 INFO O| Dec 13 21:25:21.951 INFO O| Download: 10909/15848 items 93.9/176.3MB 53% complete (33.5k/s)
39512024-12-13T21:25:24.791Z[ host-image] Dec 13 21:25:22.796 INFO O| Dec 13 21:25:22.796 INFO O| Download: 16914/22774 items 140.1/199.6MB 70% complete (1.0M/s)
39522024-12-13T21:25:29.628Z[ recovery-image] Dec 13 21:25:27.633 INFO O| Dec 13 21:25:27.633 INFO O| Download: 11041/15848 items 95.2/176.3MB 54% complete (151k/s)
39532024-12-13T21:25:29.812Z[ host-image] Dec 13 21:25:27.818 INFO O| Dec 13 21:25:27.818 INFO O| Download: 17445/22774 items 146.7/199.6MB 73% complete (868k/s)
39542024-12-13T21:25:35.494Z[ host-image] Dec 13 21:25:33.498 INFO O| Dec 13 21:25:33.498 INFO O| Download: 17891/22774 items 150.2/199.6MB 75% complete (1.1M/s)
39552024-12-13T21:25:37.084Z[verify-libraries] Compiling crdb-seed v0.1.0 (/work/oxidecomputer/omicron/dev-tools/crdb-seed)
39562024-12-13T21:25:37.337Z[ recovery-image] Dec 13 21:25:35.341 INFO O| Dec 13 21:25:35.341 INFO O| Download: 11083/15848 items 99.5/176.3MB 56% complete (550k/s)
39572024-12-13T21:25:40.513Z[ host-image] Dec 13 21:25:38.517 INFO O| Dec 13 21:25:38.517 INFO O| Download: 17996/22774 items 162.0/199.6MB 81% complete (1.3M/s)
39582024-12-13T21:25:43.724Z[ recovery-image] Dec 13 21:25:41.728 INFO O| Dec 13 21:25:41.728 INFO O| Download: 11084/15848 items 99.5/176.3MB 56% complete (539k/s)
39592024-12-13T21:25:45.525Z[ host-image] Dec 13 21:25:43.529 INFO O| Dec 13 21:25:43.529 INFO O| Download: 18537/22774 items 163.8/199.6MB 82% complete (1.4M/s)
39602024-12-13T21:25:50.816Z[ host-image] Dec 13 21:25:48.819 INFO O| Dec 13 21:25:48.819 INFO O| Download: 18980/22774 items 165.7/199.6MB 83% complete (952k/s)
39612024-12-13T21:25:51.008Z[ recovery-image] Dec 13 21:25:49.011 INFO O| Dec 13 21:25:49.011 INFO O| Download: 11421/15848 items 107.1/176.3MB 60% complete (1.8M/s)
39622024-12-13T21:25:55.836Z[ host-image] Dec 13 21:25:53.838 INFO O| Dec 13 21:25:53.838 INFO O| Download: 19768/22774 items 169.3/199.6MB 84% complete (541k/s)
39632024-12-13T21:25:56.025Z[ recovery-image] Dec 13 21:25:54.028 INFO O| Dec 13 21:25:54.028 INFO O| Download: 11538/15848 items 111.5/176.3MB 63% complete (762k/s)
39642024-12-13T21:25:58.147Z[verify-libraries] Compiling dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server)
39652024-12-13T21:26:00.841Z[ host-image] Dec 13 21:25:58.841 INFO O| Dec 13 21:25:58.841 INFO O| Download: 20136/22774 items 170.8/199.6MB 85% complete (524k/s)
39662024-12-13T21:26:01.225Z[ recovery-image] Dec 13 21:25:59.226 INFO O| Dec 13 21:25:59.226 INFO O| Download: 11947/15848 items 135.4/176.3MB 76% complete (2.9M/s)
39672024-12-13T21:26:01.611Z[verify-libraries] Compiling cert-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/cert-dev)
39682024-12-13T21:26:02.519Z[verify-libraries] Compiling oximeter-schema v0.1.0 (/work/oxidecomputer/omicron/oximeter/schema)
39692024-12-13T21:26:06.361Z[ host-image] Dec 13 21:26:04.362 INFO O| Dec 13 21:26:04.362 INFO O| Download: 20653/22774 items 172.5/199.6MB 86% complete (381k/s)
39702024-12-13T21:26:07.366Z[ recovery-image] Dec 13 21:26:05.366 INFO O| Dec 13 21:26:05.366 INFO O| Download: 11995/15848 items 140.0/176.3MB 79% complete (3.5M/s)
39712024-12-13T21:26:12.444Z[ recovery-image] Dec 13 21:26:10.445 INFO O| Dec 13 21:26:10.445 INFO O| Download: 12596/15848 items 142.1/176.3MB 80% complete (330k/s)
39722024-12-13T21:26:14.107Z[ host-image] Dec 13 21:26:12.107 INFO O| Dec 13 21:26:12.107 INFO O| Download: 20809/22774 items 174.0/199.6MB 87% complete (362k/s)
39732024-12-13T21:26:19.147Z[ host-image] Dec 13 21:26:17.144 INFO O| Dec 13 21:26:17.144 INFO O| Download: 20981/22774 items 178.9/199.6MB 89% complete (499k/s)
39742024-12-13T21:26:19.394Z[ recovery-image] Dec 13 21:26:17.394 INFO O| Dec 13 21:26:17.394 INFO O| Download: 13020/15848 items 143.8/176.3MB 81% complete (456k/s)
39752024-12-13T21:26:24.160Z[ host-image] Dec 13 21:26:22.159 INFO O| Dec 13 21:26:22.159 INFO O| Download: 21124/22774 items 179.5/199.6MB 89% complete (583k/s)
39762024-12-13T21:26:24.397Z[ recovery-image] Dec 13 21:26:22.396 INFO O| Dec 13 21:26:22.396 INFO O| Download: 13513/15848 items 145.8/176.3MB 82% complete (275k/s)
39772024-12-13T21:26:29.414Z[ recovery-image] Dec 13 21:26:27.412 INFO O| Dec 13 21:26:27.412 INFO O| Download: 14045/15848 items 148.6/176.3MB 84% complete (527k/s)
39782024-12-13T21:26:29.512Z[ host-image] Dec 13 21:26:27.510 INFO O| Dec 13 21:26:27.510 INFO O| Download: 21586/22774 items 183.5/199.6MB 91% complete (489k/s)
39792024-12-13T21:26:34.779Z[ recovery-image] Dec 13 21:26:32.777 INFO O| Dec 13 21:26:32.777 INFO O| Download: 14667/15848 items 150.6/176.3MB 85% complete (503k/s)
39802024-12-13T21:26:35.915Z[ host-image] Dec 13 21:26:33.912 INFO O| Dec 13 21:26:33.912 INFO O| Download: 21588/22774 items 183.5/199.6MB 91% complete (483k/s)
39812024-12-13T21:26:40.844Z[ recovery-image] Dec 13 21:26:38.841 INFO O| Dec 13 21:26:38.841 INFO O| Download: 14715/15848 items 151.9/176.3MB 86% complete (301k/s)
39822024-12-13T21:26:42.018Z[ host-image] Dec 13 21:26:40.015 INFO O| Dec 13 21:26:40.015 INFO O| Download: 21962/22774 items 191.6/199.6MB 96% complete (1.7M/s)
39832024-12-13T21:26:45.867Z[ recovery-image] Dec 13 21:26:43.864 INFO O| Dec 13 21:26:43.863 INFO O| Download: 15002/15848 items 157.7/176.3MB 89% complete (847k/s)
39842024-12-13T21:26:49.791Z[ host-image] Dec 13 21:26:47.787 INFO O| Dec 13 21:26:47.787 INFO O| Download: 22026/22774 items 192.3/199.6MB 96% complete (1.1M/s)
39852024-12-13T21:26:50.867Z[ recovery-image] Dec 13 21:26:48.864 INFO O| Dec 13 21:26:48.863 INFO O| Download: 15269/15848 items 161.0/176.3MB 91% complete (930k/s)
39862024-12-13T21:26:54.799Z[ host-image] Dec 13 21:26:52.794 INFO O| Dec 13 21:26:52.794 INFO O| Download: 22627/22774 items 198.6/199.6MB 99% complete (648k/s)
39872024-12-13T21:26:56.534Z[ host-image] Dec 13 21:26:54.529 INFO O| Dec 13 21:26:54.529 INFO O| Download: Completed 199.56 MB in 270.98 seconds (752k/s)
39882024-12-13T21:26:56.979Z[ recovery-image] Dec 13 21:26:54.974 INFO O| Dec 13 21:26:54.974 INFO O| Download: 15295/15848 items 161.0/176.3MB 91% complete (707k/s)
39892024-12-13T21:26:58.055Z[ host-image] Dec 13 21:26:56.050 INFO O| Dec 13 21:26:56.050 INFO O| Actions: 1/49471 actions (Installing new actions)
39902024-12-13T21:27:02.256Z[ recovery-image] Dec 13 21:27:00.249 INFO O| Dec 13 21:27:00.249 INFO O| Download: 15558/15848 items 169.1/176.3MB 95% complete (835k/s)
39912024-12-13T21:27:03.058Z[ host-image] Dec 13 21:27:01.053 INFO O| Dec 13 21:27:01.053 INFO O| Actions: 10690/49471 actions (Installing new actions)
39922024-12-13T21:27:08.011Z[ recovery-image] Dec 13 21:27:06.004 INFO O| Dec 13 21:27:06.004 INFO O| Download: 15608/15848 items 169.6/176.3MB 96% complete (972k/s)
39932024-12-13T21:27:08.059Z[ host-image] Dec 13 21:27:06.053 INFO O| Dec 13 21:27:06.053 INFO O| Actions: 19333/49471 actions (Installing new actions)
39942024-12-13T21:27:13.060Z[ host-image] Dec 13 21:27:11.053 INFO O| Dec 13 21:27:11.053 INFO O| Actions: 26407/49471 actions (Installing new actions)
39952024-12-13T21:27:13.748Z[ recovery-image] Dec 13 21:27:11.742 INFO O| Dec 13 21:27:11.742 INFO O| Download: 15658/15848 items 170.4/176.3MB 96% complete (134k/s)
39962024-12-13T21:27:16.147Z[ recovery-image] Dec 13 21:27:14.141 INFO O| Dec 13 21:27:14.141 INFO O| Download: Completed 176.29 MB in 270.08 seconds (666k/s)
39972024-12-13T21:27:16.547Z[ host-image] Dec 13 21:27:14.540 INFO O| Dec 13 21:27:14.540 INFO O| Actions: Completed 49471 actions in 18.48 seconds.
39982024-12-13T21:27:17.227Z[ host-image] Dec 13 21:27:15.220 INFO O| Dec 13 21:27:15.220 INFO O| Done
39992024-12-13T21:27:17.227Z[ host-image] Dec 13 21:27:15.220 INFO O| Dec 13 21:27:15.220 INFO O| Done
40002024-12-13T21:27:18.587Z[ recovery-image] Dec 13 21:27:16.580 INFO O| Dec 13 21:27:16.580 INFO O| Actions: 1/25014 actions (Installing new actions)
40012024-12-13T21:27:18.860Z[ host-image] Dec 13 21:27:16.853 INFO O| Dec 13 21:27:16.852 INFO O| Done
40022024-12-13T21:27:21.597Z[ host-image] Dec 13 21:27:19.590 INFO O| Dec 13 21:27:19.590 INFO O| Done
40032024-12-13T21:27:21.637Z[ host-image] Dec 13 21:27:19.630 INFO O| Dec 13 21:27:19.630 INFO O| Done
40042024-12-13T21:27:23.588Z[ recovery-image] Dec 13 21:27:21.581 INFO O| Dec 13 21:27:21.580 INFO O| Actions: 8203/25014 actions (Installing new actions)
40052024-12-13T21:27:28.589Z[ recovery-image] Dec 13 21:27:26.581 INFO O| Dec 13 21:27:26.581 INFO O| Actions: 15544/25014 actions (Installing new actions)
40062024-12-13T21:27:29.171Z[ host-image] Dec 13 21:27:27.163 INFO O| Dec 13 21:27:27.163 INFO O| Done
40072024-12-13T21:27:30.303Z[ host-image] Dec 13 21:27:28.294 INFO O| Dec 13 21:27:28.294 INFO O| Done
40082024-12-13T21:27:30.886Z[ host-image] Dec 13 21:27:28.863 INFO O| Dec 13 21:27:28.863 INFO STEP 11 (pkg_install) COMPLETE
40092024-12-13T21:27:30.888Z[ host-image] Dec 13 21:27:28.863 INFO O| Dec 13 21:27:28.863 INFO STEP 12: pkg_install, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-01-os.json
40102024-12-13T21:27:31.014Z[ host-image] Dec 13 21:27:29.005 INFO O| Dec 13 21:27:29.005 INFO exec: ["/usr/bin/pkg", "-R", "/rpool/images/build/host/work/gimlet/ramdisk", "install", "/system/man", "/developer/object-file", "/system/ksensor", "/driver/cpu/sensor", "/driver/ktest"]
40112024-12-13T21:27:33.009Z[ host-image] Dec 13 21:27:31.000 INFO O| Dec 13 21:27:31.000 INFO O| Startup: Refreshing catalog 'helios-dev' ... Done
40122024-12-13T21:27:33.408Z[ recovery-image] Dec 13 21:27:31.399 INFO O| Dec 13 21:27:31.399 INFO O| Actions: Completed 25014 actions in 14.82 seconds.
40132024-12-13T21:27:34.138Z[ recovery-image] Dec 13 21:27:32.130 INFO O| Dec 13 21:27:32.130 INFO O| Done
40142024-12-13T21:27:34.138Z[ recovery-image] Dec 13 21:27:32.130 INFO O| Dec 13 21:27:32.130 INFO O| Done
40152024-12-13T21:27:35.694Z[ recovery-image] Dec 13 21:27:33.685 INFO O| Dec 13 21:27:33.685 INFO O| Done
40162024-12-13T21:27:37.769Z[ recovery-image] Dec 13 21:27:35.760 INFO O| Dec 13 21:27:35.760 INFO O| Done
40172024-12-13T21:27:37.790Z[ recovery-image] Dec 13 21:27:35.781 INFO O| Dec 13 21:27:35.781 INFO O| Done
40182024-12-13T21:27:38.338Z[ host-image] Dec 13 21:27:36.329 INFO O| Dec 13 21:27:36.329 INFO O| Planning: Solver setup ... Done
40192024-12-13T21:27:38.345Z[ host-image] Dec 13 21:27:36.336 INFO O| Dec 13 21:27:36.336 INFO O| Planning: Running solver ... Done
40202024-12-13T21:27:38.467Z[ host-image] Dec 13 21:27:36.457 INFO O| Dec 13 21:27:36.457 INFO O| Planning: Finding local manifests ... Done
40212024-12-13T21:27:38.469Z[ host-image] Dec 13 21:27:36.459 INFO O| Dec 13 21:27:36.459 INFO O| Planning: Fetching manifests: 0/5 0% complete
40222024-12-13T21:27:38.780Z[ host-image] Dec 13 21:27:36.771 INFO O| Dec 13 21:27:36.771 INFO O| Planning: Fetching manifests: 5/5 100% complete
40232024-12-13T21:27:38.822Z[ host-image] Dec 13 21:27:36.813 INFO O| Dec 13 21:27:36.813 INFO O| Planning: Package planning ... Done
40242024-12-13T21:27:38.829Z[ host-image] Dec 13 21:27:36.820 INFO O| Dec 13 21:27:36.820 INFO O| Planning: Merging actions ... Done
40252024-12-13T21:27:38.996Z[ host-image] Dec 13 21:27:36.987 INFO O| Dec 13 21:27:36.987 INFO O| Planning: Checking for conflicting actions ... Done
40262024-12-13T21:27:38.999Z[ host-image] Dec 13 21:27:36.989 INFO O| Dec 13 21:27:36.989 INFO O| Planning: Consolidating action changes ... Done
40272024-12-13T21:27:39.395Z[ host-image] Dec 13 21:27:37.386 INFO O| Dec 13 21:27:37.386 INFO O| Planning: Evaluating mediators ... Done
40282024-12-13T21:27:39.398Z[ host-image] Dec 13 21:27:37.388 INFO O| Dec 13 21:27:37.388 INFO O| Planning: Planning completed in 6.39 seconds
40292024-12-13T21:27:39.400Z[ host-image] Dec 13 21:27:37.391 INFO O| Dec 13 21:27:37.391 INFO O| Packages to install: 5
40302024-12-13T21:27:39.400Z[ host-image] Dec 13 21:27:37.391 INFO O| Dec 13 21:27:37.391 INFO O| Services to change: 2
40312024-12-13T21:27:39.421Z[ host-image] Dec 13 21:27:37.411 INFO O| Dec 13 21:27:37.411 INFO O| Download: 0/116 items 0.0/1.4MB 0% complete
40322024-12-13T21:27:40.906Z[ host-image] Dec 13 21:27:38.897 INFO O| Dec 13 21:27:38.897 INFO O| Download: Completed 1.44 MB in 1.49 seconds (993k/s)
40332024-12-13T21:27:41.161Z[ host-image] Dec 13 21:27:39.151 INFO O| Dec 13 21:27:39.151 INFO O| Actions: 1/305 actions (Installing new actions)
40342024-12-13T21:27:41.379Z[ host-image] Dec 13 21:27:39.370 INFO O| Dec 13 21:27:39.370 INFO O| Actions: Completed 305 actions in 0.22 seconds.
40352024-12-13T21:27:41.868Z[ host-image] Dec 13 21:27:39.858 INFO O| Dec 13 21:27:39.858 INFO O| Done
40362024-12-13T21:27:41.868Z[ host-image] Dec 13 21:27:39.858 INFO O| Dec 13 21:27:39.858 INFO O| Done
40372024-12-13T21:27:42.622Z[ recovery-image] Dec 13 21:27:40.612 INFO O| Dec 13 21:27:40.612 INFO O| Done
40382024-12-13T21:27:43.180Z[ recovery-image] Dec 13 21:27:41.170 INFO O| Dec 13 21:27:41.170 INFO O| Done
40392024-12-13T21:27:43.228Z[ host-image] Dec 13 21:27:41.216 INFO O| Dec 13 21:27:41.216 INFO O| Done
40402024-12-13T21:27:43.714Z[ recovery-image] Dec 13 21:27:41.704 INFO O| Dec 13 21:27:41.704 INFO STEP 11 (pkg_install) COMPLETE
40412024-12-13T21:27:43.715Z[ recovery-image] Dec 13 21:27:41.705 INFO O| Dec 13 21:27:41.704 INFO STEP 12: pkg_install, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-01-os.json
40422024-12-13T21:27:43.717Z[ recovery-image] Dec 13 21:27:41.705 INFO O| Dec 13 21:27:41.704 INFO skip step because feature "recovery" is enabled
40432024-12-13T21:27:43.717Z[ recovery-image] Dec 13 21:27:41.705 INFO O| Dec 13 21:27:41.704 INFO STEP 13: pkg_install, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-01-os.json
40442024-12-13T21:27:43.717Z[ recovery-image] Dec 13 21:27:41.705 INFO O| Dec 13 21:27:41.704 INFO skip step because feature "omicron1" is not enabled
40452024-12-13T21:27:43.717Z[ recovery-image] Dec 13 21:27:41.705 INFO O| Dec 13 21:27:41.705 INFO STEP 14: pkg_install, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-01-os.json
40462024-12-13T21:27:43.739Z[ recovery-image] Dec 13 21:27:41.724 INFO O| Dec 13 21:27:41.723 INFO exec: ["/usr/bin/pkg", "-R", "/rpool/images/build/recovery/work/gimlet/ramdisk", "install", "/driver/network/opte@0.34.311"]
40472024-12-13T21:27:44.861Z[ recovery-image] Dec 13 21:27:42.851 INFO O| Dec 13 21:27:42.851 INFO O| Startup: Refreshing catalog 'helios-dev' ... Done
40482024-12-13T21:27:45.862Z[ host-image] Dec 13 21:27:43.850 INFO O| Dec 13 21:27:43.850 INFO O| Done
40492024-12-13T21:27:45.940Z[ host-image] Dec 13 21:27:43.930 INFO O| Dec 13 21:27:43.929 INFO O| Done
40502024-12-13T21:27:45.949Z[ host-image] Dec 13 21:27:43.930 INFO O| Dec 13 21:27:43.930 INFO O| Done
40512024-12-13T21:27:45.970Z[ host-image] Dec 13 21:27:43.960 INFO O| Dec 13 21:27:43.960 INFO O| Done
40522024-12-13T21:27:46.169Z[ host-image] Dec 13 21:27:44.159 INFO O| Dec 13 21:27:44.159 INFO STEP 12 (pkg_install) COMPLETE
40532024-12-13T21:27:46.169Z[ host-image] Dec 13 21:27:44.159 INFO O| Dec 13 21:27:44.159 INFO STEP 13: pkg_install, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-01-os.json
40542024-12-13T21:27:46.189Z[ host-image] Dec 13 21:27:44.178 INFO O| Dec 13 21:27:44.178 INFO exec: ["/usr/bin/pkg", "-R", "/rpool/images/build/host/work/gimlet/ramdisk", "install", "/library/libxmlsec1", "/ooce/library/postgresql-13", "/system/zones/brand/omicron1"]
40552024-12-13T21:27:47.341Z[ host-image] Dec 13 21:27:45.330 INFO O| Dec 13 21:27:45.330 INFO O| Startup: Refreshing catalog 'helios-dev' ... Done
40562024-12-13T21:27:49.302Z[ recovery-image] Dec 13 21:27:47.291 INFO O| Dec 13 21:27:47.291 INFO O| Planning: Solver setup ... Done
40572024-12-13T21:27:49.310Z[ recovery-image] Dec 13 21:27:47.296 INFO O| Dec 13 21:27:47.296 INFO O| Planning: Running solver ... Done
40582024-12-13T21:27:49.418Z[ recovery-image] Dec 13 21:27:47.407 INFO O| Dec 13 21:27:47.407 INFO O| Planning: Finding local manifests ... Done
40592024-12-13T21:27:49.420Z[ recovery-image] Dec 13 21:27:47.409 INFO O| Dec 13 21:27:47.409 INFO O| Planning: Fetching manifests: 0/1 0% complete
40602024-12-13T21:27:49.624Z[ recovery-image] Dec 13 21:27:47.613 INFO O| Dec 13 21:27:47.613 INFO O| Planning: Fetching manifests: 1/1 100% complete
40612024-12-13T21:27:49.668Z[ recovery-image] Dec 13 21:27:47.657 INFO O| Dec 13 21:27:47.657 INFO O| Planning: Package planning ... Done
40622024-12-13T21:27:49.671Z[ recovery-image] Dec 13 21:27:47.658 INFO O| Dec 13 21:27:47.658 INFO O| Planning: Merging actions ... Done
40632024-12-13T21:27:49.752Z[ recovery-image] Dec 13 21:27:47.741 INFO O| Dec 13 21:27:47.741 INFO O| Planning: Checking for conflicting actions ... Done
40642024-12-13T21:27:49.756Z[ recovery-image] Dec 13 21:27:47.742 INFO O| Dec 13 21:27:47.742 INFO O| Planning: Consolidating action changes ... Done
40652024-12-13T21:27:50.081Z[ recovery-image] Dec 13 21:27:48.070 INFO O| Dec 13 21:27:48.070 INFO O| Planning: Evaluating mediators ... Done
40662024-12-13T21:27:50.087Z[ recovery-image] Dec 13 21:27:48.071 INFO O| Dec 13 21:27:48.071 INFO O| Planning: Planning completed in 5.22 seconds
40672024-12-13T21:27:50.087Z[ recovery-image] Dec 13 21:27:48.073 INFO O| Dec 13 21:27:48.073 INFO O| Packages to install: 1
40682024-12-13T21:27:50.104Z[ recovery-image] Dec 13 21:27:48.093 INFO O| Dec 13 21:27:48.093 INFO O| Download: 0/4 items 0.0/10.0MB 0% complete
40692024-12-13T21:27:51.339Z[ recovery-image] Dec 13 21:27:49.186 INFO O| Dec 13 21:27:49.186 INFO O| Download: Completed 9.99 MB in 1.09 seconds (9.1M/s)
40702024-12-13T21:27:51.346Z[ recovery-image] Dec 13 21:27:49.229 INFO O| Dec 13 21:27:49.229 INFO O| Actions: 1/22 actions (Installing new actions)
40712024-12-13T21:27:51.433Z[ host-image] Dec 13 21:27:49.422 INFO O| Dec 13 21:27:49.422 INFO O| Planning: Solver setup ... Done
40722024-12-13T21:27:51.439Z[ host-image] Dec 13 21:27:49.429 INFO O| Dec 13 21:27:49.429 INFO O| Planning: Running solver ... Done
40732024-12-13T21:27:51.552Z[ host-image] Dec 13 21:27:49.541 INFO O| Dec 13 21:27:49.541 INFO O| Planning: Finding local manifests ... Done
40742024-12-13T21:27:51.557Z[ host-image] Dec 13 21:27:49.543 INFO O| Dec 13 21:27:49.543 INFO O| Planning: Fetching manifests: 0/6 0% complete
40752024-12-13T21:27:51.669Z[ recovery-image] Dec 13 21:27:49.658 INFO O| Dec 13 21:27:49.658 INFO O| Actions: Completed 22 actions in 0.43 seconds.
40762024-12-13T21:27:51.950Z[ host-image] Dec 13 21:27:49.939 INFO O| Dec 13 21:27:49.939 INFO O| Planning: Fetching manifests: 6/6 100% complete
40772024-12-13T21:27:52.034Z[ host-image] Dec 13 21:27:50.014 INFO O| Dec 13 21:27:50.014 INFO O| Planning: Package planning ... Done
40782024-12-13T21:27:52.081Z[ host-image] Dec 13 21:27:50.070 INFO O| Dec 13 21:27:50.070 INFO O| Planning: Merging actions ... Done
40792024-12-13T21:27:52.125Z[ recovery-image] Dec 13 21:27:50.111 INFO O| Dec 13 21:27:50.110 INFO O| Done
40802024-12-13T21:27:52.125Z[ recovery-image] Dec 13 21:27:50.111 INFO O| Dec 13 21:27:50.111 INFO O| Done
40812024-12-13T21:27:52.233Z[ host-image] Dec 13 21:27:50.222 INFO O| Dec 13 21:27:50.222 INFO O| Planning: Checking for conflicting actions ... Done
40822024-12-13T21:27:52.245Z[ host-image] Dec 13 21:27:50.233 INFO O| Dec 13 21:27:50.233 INFO O| Planning: Consolidating action changes ... Done
40832024-12-13T21:27:52.818Z[ host-image] Dec 13 21:27:50.807 INFO O| Dec 13 21:27:50.807 INFO O| Planning: Evaluating mediators ... Done
40842024-12-13T21:27:52.837Z[ host-image] Dec 13 21:27:50.826 INFO O| Dec 13 21:27:50.825 INFO O| Planning: Planning completed in 5.49 seconds
40852024-12-13T21:27:52.839Z[ host-image] Dec 13 21:27:50.828 INFO O| Dec 13 21:27:50.828 INFO O| Packages to install: 6
40862024-12-13T21:27:52.839Z[ host-image] Dec 13 21:27:50.828 INFO O| Dec 13 21:27:50.828 INFO O| Mediators to change: 1
40872024-12-13T21:27:52.839Z[ host-image] Dec 13 21:27:50.828 INFO O| Dec 13 21:27:50.828 INFO O| Services to change: 1
40882024-12-13T21:27:52.884Z[ host-image] Dec 13 21:27:50.873 INFO O| Dec 13 21:27:50.873 INFO O| Download: 0/1140 items 0.0/8.4MB 0% complete
40892024-12-13T21:27:53.442Z[ recovery-image] Dec 13 21:27:51.431 INFO O| Dec 13 21:27:51.430 INFO O| Done
40902024-12-13T21:27:55.192Z[ recovery-image] Dec 13 21:27:53.167 INFO O| Dec 13 21:27:53.167 INFO O| Done
40912024-12-13T21:27:55.202Z[ recovery-image] Dec 13 21:27:53.191 INFO O| Dec 13 21:27:53.190 INFO O| Done
40922024-12-13T21:27:55.205Z[ recovery-image] Dec 13 21:27:53.191 INFO O| Dec 13 21:27:53.191 INFO O| Done
40932024-12-13T21:27:55.232Z[ recovery-image] Dec 13 21:27:53.208 INFO O| Dec 13 21:27:53.208 INFO O| Done
40942024-12-13T21:27:55.383Z[ recovery-image] Dec 13 21:27:53.371 INFO O| Dec 13 21:27:53.371 INFO STEP 14 (pkg_install) COMPLETE
40952024-12-13T21:27:55.383Z[ recovery-image] Dec 13 21:27:53.372 INFO O| Dec 13 21:27:53.371 INFO STEP 15: pkg_install, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-01-os.json
40962024-12-13T21:27:55.389Z[ recovery-image] Dec 13 21:27:53.372 INFO O| Dec 13 21:27:53.371 INFO skip step because feature "mfg" is not enabled
40972024-12-13T21:27:55.389Z[ recovery-image] Dec 13 21:27:53.372 INFO O| Dec 13 21:27:53.371 INFO STEP 16: pkg_install, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-01-os.json
40982024-12-13T21:27:55.389Z[ recovery-image] Dec 13 21:27:53.372 INFO O| Dec 13 21:27:53.371 INFO skip step because feature "compliance" is not enabled
40992024-12-13T21:27:55.389Z[ recovery-image] Dec 13 21:27:53.372 INFO O| Dec 13 21:27:53.371 INFO STEP 17: pkg_install, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-01-os.json
41002024-12-13T21:27:55.389Z[ recovery-image] Dec 13 21:27:53.372 INFO O| Dec 13 21:27:53.371 INFO skip step because feature "stress" is not enabled
41012024-12-13T21:27:55.389Z[ recovery-image] Dec 13 21:27:53.372 INFO O| Dec 13 21:27:53.371 INFO STEP 18: pkg_install, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-01-os.json
41022024-12-13T21:27:55.389Z[ recovery-image] Dec 13 21:27:53.372 INFO O| Dec 13 21:27:53.372 INFO skip step because feature "nfs" is not enabled
41032024-12-13T21:27:55.389Z[ recovery-image] Dec 13 21:27:53.372 INFO O| Dec 13 21:27:53.372 INFO creating output snapshot rpool/images/build/recovery/work/gimlet/ramdisk@os
41042024-12-13T21:27:55.389Z[ recovery-image] Dec 13 21:27:53.372 INFO O| Dec 13 21:27:53.372 INFO CREATE SNAPSHOT: rpool/images/build/recovery/work/gimlet/ramdisk@os
41052024-12-13T21:27:55.560Z[ recovery-image] Dec 13 21:27:53.549 INFO O| Dec 13 21:27:53.549 INFO DESTROY DATASET: rpool/images/build/recovery/tmp/gimlet/ramdisk-01-os
41062024-12-13T21:27:55.690Z[ recovery-image] Dec 13 21:27:53.679 INFO O| Dec 13 21:27:53.679 INFO completed processing gimlet/ramdisk-01-os
41072024-12-13T21:27:55.694Z[ recovery-image] Dec 13 21:27:53.682 INFO image builder template: ramdisk-02-trim...
41082024-12-13T21:27:55.696Z[ recovery-image] Dec 13 21:27:53.682 INFO exec: ["pfexec", "/work/oxidecomputer/helios/projects/image-builder/target/debug/image-builder", "build", "-d", "rpool/images/build/recovery", "-g", "gimlet", "-T", "/work/oxidecomputer/helios/image/templates", "-F", "relver=2", "-E", "/tmp/.tmpFbsOmv/proto/recovery/root", "-F", "genproto=/work/oxidecomputer/helios/tmp/image.recovery/genproto.json", "-E", "/work/oxidecomputer/helios/tmp/image.recovery/omicron1", "-E", "/work/oxidecomputer/helios/projects", "-F", "repo_publisher=helios-dev", "-F", "repo_url=https://pkg.oxide.computer/helios/2/dev/", "-F", "baud=3000000", "-F", "recovery", "-F", "optever=0.34.311", "-n", "ramdisk-02-trim"], pwd: None
41092024-12-13T21:27:55.735Z[ recovery-image] Dec 13 21:27:53.724 INFO O| Dec 13 21:27:53.724 INFO temporary dataset: rpool/images/build/recovery/tmp/gimlet/ramdisk-02-trim
41102024-12-13T21:27:55.742Z[ recovery-image] Dec 13 21:27:53.731 INFO O| Dec 13 21:27:53.731 INFO CREATE DATASET: rpool/images/build/recovery/tmp/gimlet/ramdisk-02-trim
41112024-12-13T21:27:55.859Z[ recovery-image] Dec 13 21:27:53.847 INFO O| Dec 13 21:27:53.847 INFO SET DATASET PROPERTY ON rpool/images/build/recovery/tmp/gimlet/ramdisk-02-trim: sync = disabled
41122024-12-13T21:27:55.995Z[ recovery-image] Dec 13 21:27:53.982 INFO O| Dec 13 21:27:53.982 INFO temporary directory: /rpool/images/build/recovery/tmp/gimlet/ramdisk-02-trim
41132024-12-13T21:27:56.001Z[ recovery-image] Dec 13 21:27:53.982 INFO O| Dec 13 21:27:53.982 INFO work dataset: rpool/images/build/recovery/work/gimlet/ramdisk
41142024-12-13T21:27:56.007Z[ recovery-image] Dec 13 21:27:53.992 INFO O| Dec 13 21:27:53.992 INFO looking for output snapshot rpool/images/build/recovery/work/gimlet/ramdisk@trim
41152024-12-13T21:27:56.012Z[ recovery-image] Dec 13 21:27:54.000 INFO O| Dec 13 21:27:54.000 INFO looking for input snapshot rpool/images/build/recovery/work/gimlet/ramdisk@os
41162024-12-13T21:27:56.022Z[ recovery-image] Dec 13 21:27:54.010 INFO O| Dec 13 21:27:54.010 INFO ROLLBACK TO SNAPSHOT: rpool/images/build/recovery/work/gimlet/ramdisk@os
41172024-12-13T21:27:56.606Z[ recovery-image] Dec 13 21:27:54.593 INFO O| Dec 13 21:27:54.593 INFO rolled back to input snapshot; work may begin
41182024-12-13T21:27:56.606Z[ recovery-image] Dec 13 21:27:54.593 INFO O| Dec 13 21:27:54.593 INFO CREATE DATASET: rpool/images/build/recovery/work/gimlet/ramdisk
41192024-12-13T21:27:56.613Z[ recovery-image] Dec 13 21:27:54.602 INFO O| Dec 13 21:27:54.601 INFO STEP 0: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
41202024-12-13T21:27:56.632Z[ recovery-image] Dec 13 21:27:54.620 INFO O| Dec 13 21:27:54.620 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/ramdisk/var/pkg"
41212024-12-13T21:27:56.752Z[ recovery-image] Dec 13 21:27:54.741 INFO O| Dec 13 21:27:54.741 INFO STEP 0 (remove_files) COMPLETE
41222024-12-13T21:27:56.753Z[ recovery-image] Dec 13 21:27:54.741 INFO O| Dec 13 21:27:54.741 INFO STEP 1: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
41232024-12-13T21:27:56.771Z[ recovery-image] Dec 13 21:27:54.759 INFO O| Dec 13 21:27:54.759 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/xpg4"
41242024-12-13T21:27:56.774Z[ recovery-image] Dec 13 21:27:54.762 INFO O| Dec 13 21:27:54.762 INFO STEP 1 (remove_files) COMPLETE
41252024-12-13T21:27:56.774Z[ recovery-image] Dec 13 21:27:54.762 INFO O| Dec 13 21:27:54.762 INFO STEP 2: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
41262024-12-13T21:27:56.792Z[ recovery-image] Dec 13 21:27:54.780 INFO O| Dec 13 21:27:54.780 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/include"
41272024-12-13T21:27:56.821Z[ recovery-image] Dec 13 21:27:54.809 INFO O| Dec 13 21:27:54.809 INFO STEP 2 (remove_files) COMPLETE
41282024-12-13T21:27:56.821Z[ recovery-image] Dec 13 21:27:54.809 INFO O| Dec 13 21:27:54.809 INFO STEP 3: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
41292024-12-13T21:27:56.846Z[ recovery-image] Dec 13 21:27:54.834 INFO O| Dec 13 21:27:54.834 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/demo"
41302024-12-13T21:27:56.849Z[ recovery-image] Dec 13 21:27:54.837 INFO O| Dec 13 21:27:54.837 INFO STEP 3 (remove_files) COMPLETE
41312024-12-13T21:27:56.849Z[ recovery-image] Dec 13 21:27:54.837 INFO O| Dec 13 21:27:54.837 INFO STEP 4: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
41322024-12-13T21:27:56.874Z[ recovery-image] Dec 13 21:27:54.863 INFO O| Dec 13 21:27:54.862 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/help"
41332024-12-13T21:27:56.881Z[ recovery-image] Dec 13 21:27:54.869 INFO O| Dec 13 21:27:54.869 INFO STEP 4 (remove_files) COMPLETE
41342024-12-13T21:27:56.881Z[ recovery-image] Dec 13 21:27:54.869 INFO O| Dec 13 21:27:54.869 INFO STEP 5: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
41352024-12-13T21:27:56.902Z[ recovery-image] Dec 13 21:27:54.891 INFO O| Dec 13 21:27:54.890 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/share/doc"
41362024-12-13T21:27:56.905Z[ recovery-image] Dec 13 21:27:54.891 INFO O| Dec 13 21:27:54.891 INFO STEP 5 (remove_files) COMPLETE
41372024-12-13T21:27:56.905Z[ recovery-image] Dec 13 21:27:54.891 INFO O| Dec 13 21:27:54.891 INFO STEP 6: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
41382024-12-13T21:27:57.001Z[ recovery-image] Dec 13 21:27:54.989 INFO O| Dec 13 21:27:54.989 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/share/bash-completion"
41392024-12-13T21:27:57.022Z[ recovery-image] Dec 13 21:27:55.010 INFO O| Dec 13 21:27:55.010 INFO STEP 6 (remove_files) COMPLETE
41402024-12-13T21:27:57.022Z[ recovery-image] Dec 13 21:27:55.010 INFO O| Dec 13 21:27:55.010 INFO STEP 7: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
41412024-12-13T21:27:57.022Z[ recovery-image] Dec 13 21:27:55.010 INFO O| Dec 13 21:27:55.010 INFO skip step because feature "recovery" is enabled
41422024-12-13T21:27:57.022Z[ recovery-image] Dec 13 21:27:55.010 INFO O| Dec 13 21:27:55.010 INFO STEP 8: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
41432024-12-13T21:27:57.022Z[ recovery-image] Dec 13 21:27:55.010 INFO O| Dec 13 21:27:55.010 INFO skip step because feature "recovery" is enabled
41442024-12-13T21:27:57.025Z[ recovery-image] Dec 13 21:27:55.010 INFO O| Dec 13 21:27:55.010 INFO STEP 9: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
41452024-12-13T21:27:57.025Z[ recovery-image] Dec 13 21:27:55.010 INFO O| Dec 13 21:27:55.010 INFO skip step because feature "recovery" is enabled
41462024-12-13T21:27:57.025Z[ recovery-image] Dec 13 21:27:55.010 INFO O| Dec 13 21:27:55.010 INFO STEP 10: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
41472024-12-13T21:27:57.085Z[ recovery-image] Dec 13 21:27:55.073 INFO O| Dec 13 21:27:55.073 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/ramdisk/etc/net-snmp"
41482024-12-13T21:27:57.092Z[ recovery-image] Dec 13 21:27:55.079 INFO O| Dec 13 21:27:55.079 INFO STEP 10 (remove_files) COMPLETE
41492024-12-13T21:27:57.092Z[ recovery-image] Dec 13 21:27:55.079 INFO O| Dec 13 21:27:55.079 INFO STEP 11: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
41502024-12-13T21:27:57.110Z[ recovery-image] Dec 13 21:27:55.098 INFO O| Dec 13 21:27:55.098 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/i386"
41512024-12-13T21:27:57.114Z[ recovery-image] Dec 13 21:27:55.100 INFO O| Dec 13 21:27:55.100 INFO STEP 11 (remove_files) COMPLETE
41522024-12-13T21:27:57.114Z[ recovery-image] Dec 13 21:27:55.100 INFO O| Dec 13 21:27:55.100 INFO STEP 12: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
41532024-12-13T21:27:57.131Z[ recovery-image] Dec 13 21:27:55.119 INFO O| Dec 13 21:27:55.118 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/ramdisk/platform/i86xpv"
41542024-12-13T21:27:57.135Z[ recovery-image] Dec 13 21:27:55.121 INFO O| Dec 13 21:27:55.121 INFO STEP 12 (remove_files) COMPLETE
41552024-12-13T21:27:57.135Z[ recovery-image] Dec 13 21:27:55.121 INFO O| Dec 13 21:27:55.121 INFO STEP 13: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
41562024-12-13T21:27:57.172Z[ recovery-image] Dec 13 21:27:55.161 INFO O| Dec 13 21:27:55.161 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/opt/ooce/jq/lib/amd64/libjq.a"
41572024-12-13T21:27:57.462Z[ recovery-image] Dec 13 21:27:55.450 INFO O| Dec 13 21:27:55.450 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/libtddl.a"
41582024-12-13T21:27:57.535Z[ recovery-image] Dec 13 21:27:55.523 INFO O| Dec 13 21:27:55.523 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libtddl.a"
41592024-12-13T21:27:57.538Z[ recovery-image] Dec 13 21:27:55.525 INFO O| Dec 13 21:27:55.525 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libncurses++.a"
41602024-12-13T21:27:57.541Z[ recovery-image] Dec 13 21:27:55.529 INFO O| Dec 13 21:27:55.529 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/libncurses++.a"
41612024-12-13T21:27:57.577Z[ recovery-image] Dec 13 21:27:55.564 INFO O| Dec 13 21:27:55.563 INFO STEP 13 (remove_files) COMPLETE
41622024-12-13T21:27:57.577Z[ recovery-image] Dec 13 21:27:55.564 INFO O| Dec 13 21:27:55.564 INFO STEP 14: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
41632024-12-13T21:27:57.621Z[ recovery-image] Dec 13 21:27:55.609 INFO O| Dec 13 21:27:55.609 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/ramdisk/boot"
41642024-12-13T21:27:57.624Z[ recovery-image] Dec 13 21:27:55.612 INFO O| Dec 13 21:27:55.612 INFO STEP 14 (remove_files) COMPLETE
41652024-12-13T21:27:57.628Z[ recovery-image] Dec 13 21:27:55.612 INFO O| Dec 13 21:27:55.612 INFO STEP 15: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
41662024-12-13T21:27:57.642Z[ recovery-image] Dec 13 21:27:55.630 INFO O| Dec 13 21:27:55.630 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/ramdisk/platform/i86pc"
41672024-12-13T21:27:57.653Z[ recovery-image] Dec 13 21:27:55.641 INFO O| Dec 13 21:27:55.641 INFO STEP 15 (remove_files) COMPLETE
41682024-12-13T21:27:57.653Z[ recovery-image] Dec 13 21:27:55.641 INFO O| Dec 13 21:27:55.641 INFO STEP 16: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
41692024-12-13T21:27:57.672Z[ recovery-image] Dec 13 21:27:55.660 INFO O| Dec 13 21:27:55.660 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/platform/i86xpv"
41702024-12-13T21:27:57.675Z[ recovery-image] Dec 13 21:27:55.661 INFO O| Dec 13 21:27:55.661 INFO STEP 16 (remove_files) COMPLETE
41712024-12-13T21:27:57.675Z[ recovery-image] Dec 13 21:27:55.661 INFO O| Dec 13 21:27:55.661 INFO STEP 17: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
41722024-12-13T21:27:57.692Z[ recovery-image] Dec 13 21:27:55.680 INFO O| Dec 13 21:27:55.680 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/platform/i86pc"
41732024-12-13T21:27:57.695Z[ recovery-image] Dec 13 21:27:55.683 INFO O| Dec 13 21:27:55.683 INFO STEP 17 (remove_files) COMPLETE
41742024-12-13T21:27:57.695Z[ recovery-image] Dec 13 21:27:55.683 INFO O| Dec 13 21:27:55.683 INFO STEP 18: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
41752024-12-13T21:27:57.712Z[ recovery-image] Dec 13 21:27:55.701 INFO O| Dec 13 21:27:55.700 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/kernel/misc/amd64/acpica"
41762024-12-13T21:27:57.712Z[ recovery-image] Dec 13 21:27:55.701 INFO O| Dec 13 21:27:55.701 INFO STEP 18 (remove_files) COMPLETE
41772024-12-13T21:27:57.712Z[ recovery-image] Dec 13 21:27:55.701 INFO O| Dec 13 21:27:55.701 INFO STEP 19: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
41782024-12-13T21:27:57.730Z[ recovery-image] Dec 13 21:27:55.719 INFO O| Dec 13 21:27:55.719 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/kernel/misc/amd64/tem"
41792024-12-13T21:27:57.731Z[ recovery-image] Dec 13 21:27:55.719 INFO O| Dec 13 21:27:55.719 INFO STEP 19 (remove_files) COMPLETE
41802024-12-13T21:27:57.731Z[ recovery-image] Dec 13 21:27:55.719 INFO O| Dec 13 21:27:55.719 INFO STEP 20: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
41812024-12-13T21:27:57.748Z[ recovery-image] Dec 13 21:27:55.737 INFO O| Dec 13 21:27:55.737 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/kernel/misc/amd64/kbtrans"
41822024-12-13T21:27:57.748Z[ recovery-image] Dec 13 21:27:55.737 INFO O| Dec 13 21:27:55.737 INFO STEP 20 (remove_files) COMPLETE
41832024-12-13T21:27:57.748Z[ recovery-image] Dec 13 21:27:55.737 INFO O| Dec 13 21:27:55.737 INFO STEP 21: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
41842024-12-13T21:27:57.773Z[ recovery-image] Dec 13 21:27:55.761 INFO O| Dec 13 21:27:55.761 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/kernel/drv/amd64/wc"
41852024-12-13T21:27:57.773Z[ recovery-image] Dec 13 21:27:55.761 INFO O| Dec 13 21:27:55.761 INFO STEP 21 (remove_files) COMPLETE
41862024-12-13T21:27:57.773Z[ recovery-image] Dec 13 21:27:55.761 INFO O| Dec 13 21:27:55.761 INFO STEP 22: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
41872024-12-13T21:27:57.791Z[ recovery-image] Dec 13 21:27:55.779 INFO O| Dec 13 21:27:55.779 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/kernel/drv/amd64/acpi_drv"
41882024-12-13T21:27:57.791Z[ recovery-image] Dec 13 21:27:55.779 INFO O| Dec 13 21:27:55.779 INFO STEP 22 (remove_files) COMPLETE
41892024-12-13T21:27:57.791Z[ recovery-image] Dec 13 21:27:55.779 INFO O| Dec 13 21:27:55.779 INFO STEP 23: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
41902024-12-13T21:27:57.808Z[ recovery-image] Dec 13 21:27:55.795 INFO O| Dec 13 21:27:55.795 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/kernel/drv/amd64/conskbd"
41912024-12-13T21:27:57.808Z[ recovery-image] Dec 13 21:27:55.795 INFO O| Dec 13 21:27:55.795 INFO STEP 23 (remove_files) COMPLETE
41922024-12-13T21:27:57.808Z[ recovery-image] Dec 13 21:27:55.795 INFO O| Dec 13 21:27:55.795 INFO STEP 24: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
41932024-12-13T21:27:57.822Z[ recovery-image] Dec 13 21:27:55.811 INFO O| Dec 13 21:27:55.810 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/kernel/drv/amd64/tzmon"
41942024-12-13T21:27:57.822Z[ recovery-image] Dec 13 21:27:55.811 INFO O| Dec 13 21:27:55.811 INFO STEP 24 (remove_files) COMPLETE
41952024-12-13T21:27:57.822Z[ recovery-image] Dec 13 21:27:55.811 INFO O| Dec 13 21:27:55.811 INFO STEP 25: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
41962024-12-13T21:27:57.841Z[ recovery-image] Dec 13 21:27:55.826 INFO O| Dec 13 21:27:55.826 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/kernel/drv/amd64/power"
41972024-12-13T21:27:57.841Z[ recovery-image] Dec 13 21:27:55.827 INFO O| Dec 13 21:27:55.827 INFO STEP 25 (remove_files) COMPLETE
41982024-12-13T21:27:57.841Z[ recovery-image] Dec 13 21:27:55.827 INFO O| Dec 13 21:27:55.827 INFO STEP 26: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
41992024-12-13T21:27:57.874Z[ recovery-image] Dec 13 21:27:55.862 INFO O| Dec 13 21:27:55.862 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/kernel/drv/amd64/audio"
42002024-12-13T21:27:57.874Z[ recovery-image] Dec 13 21:27:55.862 INFO O| Dec 13 21:27:55.862 INFO STEP 26 (remove_files) COMPLETE
42012024-12-13T21:27:57.874Z[ recovery-image] Dec 13 21:27:55.862 INFO O| Dec 13 21:27:55.862 INFO STEP 27: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
42022024-12-13T21:27:57.896Z[ recovery-image] Dec 13 21:27:55.879 INFO O| Dec 13 21:27:55.878 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/kernel/drv/amd64/audio1575"
42032024-12-13T21:27:57.896Z[ recovery-image] Dec 13 21:27:55.879 INFO O| Dec 13 21:27:55.879 INFO STEP 27 (remove_files) COMPLETE
42042024-12-13T21:27:57.896Z[ recovery-image] Dec 13 21:27:55.879 INFO O| Dec 13 21:27:55.879 INFO STEP 28: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
42052024-12-13T21:27:57.934Z[ recovery-image] Dec 13 21:27:55.894 INFO O| Dec 13 21:27:55.894 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/kernel/drv/amd64/audioens"
42062024-12-13T21:27:57.934Z[ recovery-image] Dec 13 21:27:55.894 INFO O| Dec 13 21:27:55.894 INFO STEP 28 (remove_files) COMPLETE
42072024-12-13T21:27:57.934Z[ recovery-image] Dec 13 21:27:55.894 INFO O| Dec 13 21:27:55.894 INFO STEP 29: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
42082024-12-13T21:27:57.958Z[ recovery-image] Dec 13 21:27:55.911 INFO O| Dec 13 21:27:55.910 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/kernel/drv/amd64/audiopci"
42092024-12-13T21:27:57.958Z[ recovery-image] Dec 13 21:27:55.911 INFO O| Dec 13 21:27:55.911 INFO STEP 29 (remove_files) COMPLETE
42102024-12-13T21:27:57.958Z[ recovery-image] Dec 13 21:27:55.911 INFO O| Dec 13 21:27:55.911 INFO STEP 30: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
42112024-12-13T21:27:57.958Z[ recovery-image] Dec 13 21:27:55.927 INFO O| Dec 13 21:27:55.927 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/kernel/drv/amd64/audiots"
42122024-12-13T21:27:57.958Z[ recovery-image] Dec 13 21:27:55.927 INFO O| Dec 13 21:27:55.927 INFO STEP 30 (remove_files) COMPLETE
42132024-12-13T21:27:57.958Z[ recovery-image] Dec 13 21:27:55.927 INFO O| Dec 13 21:27:55.927 INFO STEP 31: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
42142024-12-13T21:27:57.962Z[ recovery-image] Dec 13 21:27:55.943 INFO O| Dec 13 21:27:55.943 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/kernel/drv/amd64/ehci"
42152024-12-13T21:27:57.962Z[ recovery-image] Dec 13 21:27:55.943 INFO O| Dec 13 21:27:55.943 INFO STEP 31 (remove_files) COMPLETE
42162024-12-13T21:27:57.963Z[ recovery-image] Dec 13 21:27:55.943 INFO O| Dec 13 21:27:55.943 INFO STEP 32: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
42172024-12-13T21:27:57.975Z[ recovery-image] Dec 13 21:27:55.961 INFO O| Dec 13 21:27:55.961 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/kernel/drv/amd64/hid"
42182024-12-13T21:27:57.975Z[ recovery-image] Dec 13 21:27:55.961 INFO O| Dec 13 21:27:55.961 INFO STEP 32 (remove_files) COMPLETE
42192024-12-13T21:27:57.975Z[ recovery-image] Dec 13 21:27:55.961 INFO O| Dec 13 21:27:55.961 INFO STEP 33: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
42202024-12-13T21:27:57.991Z[ recovery-image] Dec 13 21:27:55.979 INFO O| Dec 13 21:27:55.979 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/kernel/drv/amd64/hubd"
42212024-12-13T21:27:57.991Z[ recovery-image] Dec 13 21:27:55.979 INFO O| Dec 13 21:27:55.979 INFO STEP 33 (remove_files) COMPLETE
42222024-12-13T21:27:57.991Z[ recovery-image] Dec 13 21:27:55.979 INFO O| Dec 13 21:27:55.979 INFO STEP 34: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
42232024-12-13T21:27:57.991Z[ host-image] Dec 13 21:27:55.979 INFO O| Dec 13 21:27:55.979 INFO O| Download: 1111/1140 items 6.5/8.4MB 76% complete (1.2M/s)
42242024-12-13T21:27:58.011Z[ recovery-image] Dec 13 21:27:55.997 INFO O| Dec 13 21:27:55.997 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/kernel/drv/amd64/ohci"
42252024-12-13T21:27:58.011Z[ recovery-image] Dec 13 21:27:55.997 INFO O| Dec 13 21:27:55.997 INFO STEP 34 (remove_files) COMPLETE
42262024-12-13T21:27:58.011Z[ recovery-image] Dec 13 21:27:55.998 INFO O| Dec 13 21:27:55.997 INFO STEP 35: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
42272024-12-13T21:27:58.033Z[ recovery-image] Dec 13 21:27:56.018 INFO O| Dec 13 21:27:56.018 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/kernel/drv/amd64/scsa2usb"
42282024-12-13T21:27:58.033Z[ recovery-image] Dec 13 21:27:56.018 INFO O| Dec 13 21:27:56.018 INFO STEP 35 (remove_files) COMPLETE
42292024-12-13T21:27:58.033Z[ recovery-image] Dec 13 21:27:56.019 INFO O| Dec 13 21:27:56.018 INFO STEP 36: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
42302024-12-13T21:27:58.076Z[ recovery-image] Dec 13 21:27:56.064 INFO O| Dec 13 21:27:56.064 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/kernel/drv/amd64/uhci"
42312024-12-13T21:27:58.076Z[ recovery-image] Dec 13 21:27:56.064 INFO O| Dec 13 21:27:56.064 INFO STEP 36 (remove_files) COMPLETE
42322024-12-13T21:27:58.080Z[ recovery-image] Dec 13 21:27:56.064 INFO O| Dec 13 21:27:56.064 INFO STEP 37: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
42332024-12-13T21:27:58.125Z[ recovery-image] Dec 13 21:27:56.111 INFO O| Dec 13 21:27:56.111 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/kernel/drv/amd64/usb_ac"
42342024-12-13T21:27:58.125Z[ recovery-image] Dec 13 21:27:56.111 INFO O| Dec 13 21:27:56.111 INFO STEP 37 (remove_files) COMPLETE
42352024-12-13T21:27:58.125Z[ recovery-image] Dec 13 21:27:56.111 INFO O| Dec 13 21:27:56.111 INFO STEP 38: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
42362024-12-13T21:27:58.161Z[ recovery-image] Dec 13 21:27:56.149 INFO O| Dec 13 21:27:56.149 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/kernel/drv/amd64/usb_as"
42372024-12-13T21:27:58.161Z[ recovery-image] Dec 13 21:27:56.149 INFO O| Dec 13 21:27:56.149 INFO STEP 38 (remove_files) COMPLETE
42382024-12-13T21:27:58.161Z[ recovery-image] Dec 13 21:27:56.149 INFO O| Dec 13 21:27:56.149 INFO STEP 39: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
42392024-12-13T21:27:58.181Z[ recovery-image] Dec 13 21:27:56.170 INFO O| Dec 13 21:27:56.170 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/kernel/drv/amd64/usb_ia"
42402024-12-13T21:27:58.181Z[ recovery-image] Dec 13 21:27:56.170 INFO O| Dec 13 21:27:56.170 INFO STEP 39 (remove_files) COMPLETE
42412024-12-13T21:27:58.184Z[ recovery-image] Dec 13 21:27:56.170 INFO O| Dec 13 21:27:56.170 INFO STEP 40: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
42422024-12-13T21:27:58.233Z[ recovery-image] Dec 13 21:27:56.221 INFO O| Dec 13 21:27:56.221 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/kernel/drv/amd64/usb_mid"
42432024-12-13T21:27:58.233Z[ recovery-image] Dec 13 21:27:56.221 INFO O| Dec 13 21:27:56.221 INFO STEP 40 (remove_files) COMPLETE
42442024-12-13T21:27:58.236Z[ recovery-image] Dec 13 21:27:56.221 INFO O| Dec 13 21:27:56.221 INFO STEP 41: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
42452024-12-13T21:27:58.253Z[ recovery-image] Dec 13 21:27:56.241 INFO O| Dec 13 21:27:56.241 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/kernel/drv/amd64/usbprn"
42462024-12-13T21:27:58.253Z[ recovery-image] Dec 13 21:27:56.241 INFO O| Dec 13 21:27:56.241 INFO STEP 41 (remove_files) COMPLETE
42472024-12-13T21:27:58.253Z[ recovery-image] Dec 13 21:27:56.241 INFO O| Dec 13 21:27:56.241 INFO STEP 42: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
42482024-12-13T21:27:58.271Z[ recovery-image] Dec 13 21:27:56.258 INFO O| Dec 13 21:27:56.258 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/kernel/drv/amd64/xhci"
42492024-12-13T21:27:58.271Z[ recovery-image] Dec 13 21:27:56.258 INFO O| Dec 13 21:27:56.258 INFO STEP 42 (remove_files) COMPLETE
42502024-12-13T21:27:58.274Z[ recovery-image] Dec 13 21:27:56.259 INFO O| Dec 13 21:27:56.258 INFO STEP 43: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
42512024-12-13T21:27:58.287Z[ recovery-image] Dec 13 21:27:56.274 INFO O| Dec 13 21:27:56.274 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/kernel/drv/amd64/intel_nhm"
42522024-12-13T21:27:58.287Z[ recovery-image] Dec 13 21:27:56.275 INFO O| Dec 13 21:27:56.274 INFO STEP 43 (remove_files) COMPLETE
42532024-12-13T21:27:58.289Z[ recovery-image] Dec 13 21:27:56.275 INFO O| Dec 13 21:27:56.275 INFO STEP 44: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
42542024-12-13T21:27:58.304Z[ recovery-image] Dec 13 21:27:56.291 INFO O| Dec 13 21:27:56.291 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/kernel/drv/amd64/intel_nb5000"
42552024-12-13T21:27:58.304Z[ recovery-image] Dec 13 21:27:56.291 INFO O| Dec 13 21:27:56.291 INFO STEP 44 (remove_files) COMPLETE
42562024-12-13T21:27:58.304Z[ recovery-image] Dec 13 21:27:56.291 INFO O| Dec 13 21:27:56.291 INFO STEP 45: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
42572024-12-13T21:27:58.319Z[ recovery-image] Dec 13 21:27:56.307 INFO O| Dec 13 21:27:56.307 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/kernel/drv/amd64/mc-amd"
42582024-12-13T21:27:58.319Z[ recovery-image] Dec 13 21:27:56.307 INFO O| Dec 13 21:27:56.307 INFO STEP 45 (remove_files) COMPLETE
42592024-12-13T21:27:58.322Z[ recovery-image] Dec 13 21:27:56.308 INFO O| Dec 13 21:27:56.307 INFO STEP 46: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
42602024-12-13T21:27:58.329Z[ host-image] Dec 13 21:27:56.317 INFO O| Dec 13 21:27:56.317 INFO O| Download: Completed 8.42 MB in 5.44 seconds (1.6M/s)
42612024-12-13T21:27:58.337Z[ recovery-image] Dec 13 21:27:56.325 INFO O| Dec 13 21:27:56.325 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/kernel/drv/amd64/acpi_toshiba"
42622024-12-13T21:27:58.337Z[ recovery-image] Dec 13 21:27:56.326 INFO O| Dec 13 21:27:56.326 INFO STEP 46 (remove_files) COMPLETE
42632024-12-13T21:27:58.340Z[ recovery-image] Dec 13 21:27:56.326 INFO O| Dec 13 21:27:56.326 INFO STEP 47: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
42642024-12-13T21:27:58.422Z[ recovery-image] Dec 13 21:27:56.411 INFO O| Dec 13 21:27:56.411 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/kernel/drv/amd64/intel_nhmex"
42652024-12-13T21:27:58.423Z[ recovery-image] Dec 13 21:27:56.411 INFO O| Dec 13 21:27:56.411 INFO STEP 47 (remove_files) COMPLETE
42662024-12-13T21:27:58.423Z[ recovery-image] Dec 13 21:27:56.411 INFO O| Dec 13 21:27:56.411 INFO STEP 48: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
42672024-12-13T21:27:58.466Z[ recovery-image] Dec 13 21:27:56.454 INFO O| Dec 13 21:27:56.454 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/kernel/drv/intel_nhmex.conf"
42682024-12-13T21:27:58.466Z[ recovery-image] Dec 13 21:27:56.454 INFO O| Dec 13 21:27:56.454 INFO STEP 48 (remove_files) COMPLETE
42692024-12-13T21:27:58.466Z[ recovery-image] Dec 13 21:27:56.454 INFO O| Dec 13 21:27:56.454 INFO STEP 49: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
42702024-12-13T21:27:58.513Z[ recovery-image] Dec 13 21:27:56.497 INFO O| Dec 13 21:27:56.497 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/kernel/drv/amd64/mpt"
42712024-12-13T21:27:58.514Z[ recovery-image] Dec 13 21:27:56.497 INFO O| Dec 13 21:27:56.497 INFO STEP 49 (remove_files) COMPLETE
42722024-12-13T21:27:58.514Z[ recovery-image] Dec 13 21:27:56.497 INFO O| Dec 13 21:27:56.497 INFO STEP 50: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
42732024-12-13T21:27:58.550Z[ recovery-image] Dec 13 21:27:56.539 INFO O| Dec 13 21:27:56.539 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/kernel/drv/mpt.conf"
42742024-12-13T21:27:58.550Z[ recovery-image] Dec 13 21:27:56.539 INFO O| Dec 13 21:27:56.539 INFO STEP 50 (remove_files) COMPLETE
42752024-12-13T21:27:58.550Z[ recovery-image] Dec 13 21:27:56.539 INFO O| Dec 13 21:27:56.539 INFO STEP 51: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
42762024-12-13T21:27:58.561Z[ host-image] Dec 13 21:27:56.550 INFO O| Dec 13 21:27:56.549 INFO O| Actions: 1/1361 actions (Installing new actions)
42772024-12-13T21:27:58.571Z[ recovery-image] Dec 13 21:27:56.559 INFO O| Dec 13 21:27:56.559 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/fmd/plugins/ses-log-transport.so"
42782024-12-13T21:27:58.571Z[ recovery-image] Dec 13 21:27:56.559 INFO O| Dec 13 21:27:56.559 INFO STEP 51 (remove_files) COMPLETE
42792024-12-13T21:27:58.573Z[ recovery-image] Dec 13 21:27:56.559 INFO O| Dec 13 21:27:56.559 INFO STEP 52: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
42802024-12-13T21:27:58.616Z[ recovery-image] Dec 13 21:27:56.605 INFO O| Dec 13 21:27:56.605 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/fmd/plugins/ses-log-transport.conf"
42812024-12-13T21:27:58.616Z[ recovery-image] Dec 13 21:27:56.605 INFO O| Dec 13 21:27:56.605 INFO STEP 52 (remove_files) COMPLETE
42822024-12-13T21:27:58.622Z[ recovery-image] Dec 13 21:27:56.605 INFO O| Dec 13 21:27:56.605 INFO STEP 53: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
42832024-12-13T21:27:58.661Z[ recovery-image] Dec 13 21:27:56.650 INFO O| Dec 13 21:27:56.650 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/sbin/bootadm"
42842024-12-13T21:27:58.664Z[ recovery-image] Dec 13 21:27:56.650 INFO O| Dec 13 21:27:56.650 INFO STEP 53 (remove_files) COMPLETE
42852024-12-13T21:27:58.664Z[ recovery-image] Dec 13 21:27:56.650 INFO O| Dec 13 21:27:56.650 INFO STEP 54: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
42862024-12-13T21:27:58.693Z[ recovery-image] Dec 13 21:27:56.680 INFO O| Dec 13 21:27:56.680 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/bootadm"
42872024-12-13T21:27:58.693Z[ recovery-image] Dec 13 21:27:56.680 INFO O| Dec 13 21:27:56.680 INFO STEP 54 (remove_files) COMPLETE
42882024-12-13T21:27:58.693Z[ recovery-image] Dec 13 21:27:56.680 INFO O| Dec 13 21:27:56.680 INFO STEP 55: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
42892024-12-13T21:27:58.712Z[ recovery-image] Dec 13 21:27:56.699 INFO O| Dec 13 21:27:56.699 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/sbin/beadm"
42902024-12-13T21:27:58.712Z[ recovery-image] Dec 13 21:27:56.700 INFO O| Dec 13 21:27:56.700 INFO STEP 55 (remove_files) COMPLETE
42912024-12-13T21:27:58.712Z[ recovery-image] Dec 13 21:27:56.700 INFO O| Dec 13 21:27:56.700 INFO STEP 56: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
42922024-12-13T21:27:58.746Z[ recovery-image] Dec 13 21:27:56.734 INFO O| Dec 13 21:27:56.734 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/beadm"
42932024-12-13T21:27:58.746Z[ recovery-image] Dec 13 21:27:56.735 INFO O| Dec 13 21:27:56.735 INFO STEP 56 (remove_files) COMPLETE
42942024-12-13T21:27:58.751Z[ recovery-image] Dec 13 21:27:56.735 INFO O| Dec 13 21:27:56.735 INFO STEP 57: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
42952024-12-13T21:27:58.767Z[ recovery-image] Dec 13 21:27:56.753 INFO O| Dec 13 21:27:56.752 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/etc/default/tar"
42962024-12-13T21:27:58.767Z[ recovery-image] Dec 13 21:27:56.753 INFO O| Dec 13 21:27:56.753 INFO STEP 57 (remove_files) COMPLETE
42972024-12-13T21:27:58.772Z[ recovery-image] Dec 13 21:27:56.753 INFO O| Dec 13 21:27:56.753 INFO STEP 58: ensure_file, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
42982024-12-13T21:27:58.814Z[ recovery-image] Dec 13 21:27:56.802 INFO O| Dec 13 21:27:56.801 WARN file /rpool/images/build/recovery/work/gimlet/ramdisk/lib/svc/method/keymap exists, with wrong contents, unlinking
42992024-12-13T21:27:58.814Z[ recovery-image] Dec 13 21:27:56.802 INFO O| Dec 13 21:27:56.802 INFO writing /rpool/images/build/recovery/work/gimlet/ramdisk/lib/svc/method/keymap ...
43002024-12-13T21:27:58.816Z[ recovery-image] Dec 13 21:27:56.802 INFO O| Dec 13 21:27:56.802 INFO perms are 644, should be 755, path: /rpool/images/build/recovery/work/gimlet/ramdisk/lib/svc/method/keymap
43012024-12-13T21:27:58.819Z[ recovery-image] Dec 13 21:27:56.802 INFO O| Dec 13 21:27:56.802 INFO chmod ok, path: /rpool/images/build/recovery/work/gimlet/ramdisk/lib/svc/method/keymap
43022024-12-13T21:27:58.819Z[ recovery-image] Dec 13 21:27:56.802 INFO O| Dec 13 21:27:56.802 INFO ownership wrong (Id(0):Id(0), not 0:2), path: /rpool/images/build/recovery/work/gimlet/ramdisk/lib/svc/method/keymap
43032024-12-13T21:27:58.819Z[ recovery-image] Dec 13 21:27:56.802 INFO O| Dec 13 21:27:56.802 INFO chown ok, path: /rpool/images/build/recovery/work/gimlet/ramdisk/lib/svc/method/keymap
43042024-12-13T21:27:58.819Z[ recovery-image] Dec 13 21:27:56.802 INFO O| Dec 13 21:27:56.802 INFO ok!
43052024-12-13T21:27:58.819Z[ recovery-image] Dec 13 21:27:56.802 INFO O| Dec 13 21:27:56.802 INFO STEP 58 (ensure_file) COMPLETE
43062024-12-13T21:27:58.820Z[ recovery-image] Dec 13 21:27:56.802 INFO O| Dec 13 21:27:56.802 INFO STEP 59: ensure_file, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
43072024-12-13T21:27:58.872Z[ recovery-image] Dec 13 21:27:56.860 INFO O| Dec 13 21:27:56.860 WARN file /rpool/images/build/recovery/work/gimlet/ramdisk/lib/svc/bin/rootisramdisk exists, with wrong contents, unlinking
43082024-12-13T21:27:58.872Z[ recovery-image] Dec 13 21:27:56.860 INFO O| Dec 13 21:27:56.860 INFO copying /work/oxidecomputer/helios/image/templates/files/rootisramdisk -> /rpool/images/build/recovery/work/gimlet/ramdisk/lib/svc/bin/rootisramdisk ...
43092024-12-13T21:27:58.875Z[ recovery-image] Dec 13 21:27:56.860 INFO O| Dec 13 21:27:56.860 INFO perms are 644, should be 755, path: /rpool/images/build/recovery/work/gimlet/ramdisk/lib/svc/bin/rootisramdisk
43102024-12-13T21:27:58.875Z[ recovery-image] Dec 13 21:27:56.861 INFO O| Dec 13 21:27:56.860 INFO chmod ok, path: /rpool/images/build/recovery/work/gimlet/ramdisk/lib/svc/bin/rootisramdisk
43112024-12-13T21:27:58.875Z[ recovery-image] Dec 13 21:27:56.861 INFO O| Dec 13 21:27:56.861 INFO ownership wrong (Id(0):Id(0), not 0:3), path: /rpool/images/build/recovery/work/gimlet/ramdisk/lib/svc/bin/rootisramdisk
43122024-12-13T21:27:58.875Z[ recovery-image] Dec 13 21:27:56.861 INFO O| Dec 13 21:27:56.861 INFO chown ok, path: /rpool/images/build/recovery/work/gimlet/ramdisk/lib/svc/bin/rootisramdisk
43132024-12-13T21:27:58.876Z[ recovery-image] Dec 13 21:27:56.861 INFO O| Dec 13 21:27:56.861 INFO ok!
43142024-12-13T21:27:58.876Z[ recovery-image] Dec 13 21:27:56.861 INFO O| Dec 13 21:27:56.861 INFO STEP 59 (ensure_file) COMPLETE
43152024-12-13T21:27:58.876Z[ recovery-image] Dec 13 21:27:56.861 INFO O| Dec 13 21:27:56.861 INFO STEP 60: ensure_file, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
43162024-12-13T21:27:58.892Z[ recovery-image] Dec 13 21:27:56.880 INFO O| Dec 13 21:27:56.880 INFO file /rpool/images/build/recovery/work/gimlet/ramdisk/root/.bash_profile does not exist
43172024-12-13T21:27:58.892Z[ recovery-image] Dec 13 21:27:56.880 INFO O| Dec 13 21:27:56.880 INFO copying /work/oxidecomputer/helios/image/templates/files/bash_profile -> /rpool/images/build/recovery/work/gimlet/ramdisk/root/.bash_profile ...
43182024-12-13T21:27:58.895Z[ recovery-image] Dec 13 21:27:56.880 INFO O| Dec 13 21:27:56.880 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/ramdisk/root/.bash_profile
43192024-12-13T21:27:58.895Z[ recovery-image] Dec 13 21:27:56.880 INFO O| Dec 13 21:27:56.880 INFO ok!
43202024-12-13T21:27:58.895Z[ recovery-image] Dec 13 21:27:56.880 INFO O| Dec 13 21:27:56.880 INFO STEP 60 (ensure_file) COMPLETE
43212024-12-13T21:27:58.895Z[ recovery-image] Dec 13 21:27:56.880 INFO O| Dec 13 21:27:56.880 INFO STEP 61: ensure_file, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
43222024-12-13T21:27:58.919Z[ recovery-image] Dec 13 21:27:56.907 INFO O| Dec 13 21:27:56.907 WARN file /rpool/images/build/recovery/work/gimlet/ramdisk/root/.bashrc exists, with wrong contents, unlinking
43232024-12-13T21:27:58.919Z[ recovery-image] Dec 13 21:27:56.907 INFO O| Dec 13 21:27:56.907 INFO copying /work/oxidecomputer/helios/image/templates/files/bashrc -> /rpool/images/build/recovery/work/gimlet/ramdisk/root/.bashrc ...
43242024-12-13T21:27:58.923Z[ recovery-image] Dec 13 21:27:56.908 INFO O| Dec 13 21:27:56.908 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/ramdisk/root/.bashrc
43252024-12-13T21:27:58.923Z[ recovery-image] Dec 13 21:27:56.908 INFO O| Dec 13 21:27:56.908 INFO ok!
43262024-12-13T21:27:58.923Z[ recovery-image] Dec 13 21:27:56.908 INFO O| Dec 13 21:27:56.908 INFO STEP 61 (ensure_file) COMPLETE
43272024-12-13T21:27:58.923Z[ recovery-image] Dec 13 21:27:56.908 INFO O| Dec 13 21:27:56.908 INFO STEP 62: ensure_file, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
43282024-12-13T21:27:58.993Z[ recovery-image] Dec 13 21:27:56.981 INFO O| Dec 13 21:27:56.981 WARN file /rpool/images/build/recovery/work/gimlet/ramdisk/etc/motd exists, with wrong contents, unlinking
43292024-12-13T21:27:58.993Z[ recovery-image] Dec 13 21:27:56.982 INFO O| Dec 13 21:27:56.981 INFO copying /work/oxidecomputer/helios/image/templates/files/motd -> /rpool/images/build/recovery/work/gimlet/ramdisk/etc/motd ...
43302024-12-13T21:27:58.998Z[ recovery-image] Dec 13 21:27:56.982 INFO O| Dec 13 21:27:56.982 INFO ownership wrong (Id(0):Id(0), not 0:3), path: /rpool/images/build/recovery/work/gimlet/ramdisk/etc/motd
43312024-12-13T21:27:58.998Z[ recovery-image] Dec 13 21:27:56.982 INFO O| Dec 13 21:27:56.982 INFO chown ok, path: /rpool/images/build/recovery/work/gimlet/ramdisk/etc/motd
43322024-12-13T21:27:58.998Z[ recovery-image] Dec 13 21:27:56.982 INFO O| Dec 13 21:27:56.982 INFO ok!
43332024-12-13T21:27:58.999Z[ recovery-image] Dec 13 21:27:56.982 INFO O| Dec 13 21:27:56.982 INFO STEP 62 (ensure_file) COMPLETE
43342024-12-13T21:27:58.999Z[ recovery-image] Dec 13 21:27:56.982 INFO O| Dec 13 21:27:56.982 INFO STEP 63: ensure_file, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
43352024-12-13T21:27:59.122Z[ recovery-image] Dec 13 21:27:57.108 INFO O| Dec 13 21:27:57.108 INFO file /rpool/images/build/recovery/work/gimlet/ramdisk/etc/system.d/zfs:dbuf does not exist
43362024-12-13T21:27:59.122Z[ recovery-image] Dec 13 21:27:57.108 INFO O| Dec 13 21:27:57.108 INFO copying /work/oxidecomputer/helios/image/templates/files/gimlet-system-zfs:dbuf -> /rpool/images/build/recovery/work/gimlet/ramdisk/etc/system.d/zfs:dbuf ...
43372024-12-13T21:27:59.122Z[ recovery-image] Dec 13 21:27:57.109 INFO O| Dec 13 21:27:57.109 INFO ownership wrong (Id(0):Id(0), not 0:3), path: /rpool/images/build/recovery/work/gimlet/ramdisk/etc/system.d/zfs:dbuf
43382024-12-13T21:27:59.126Z[ recovery-image] Dec 13 21:27:57.109 INFO O| Dec 13 21:27:57.109 INFO chown ok, path: /rpool/images/build/recovery/work/gimlet/ramdisk/etc/system.d/zfs:dbuf
43392024-12-13T21:27:59.126Z[ recovery-image] Dec 13 21:27:57.109 INFO O| Dec 13 21:27:57.109 INFO ok!
43402024-12-13T21:27:59.126Z[ recovery-image] Dec 13 21:27:57.109 INFO O| Dec 13 21:27:57.109 INFO STEP 63 (ensure_file) COMPLETE
43412024-12-13T21:27:59.126Z[ recovery-image] Dec 13 21:27:57.109 INFO O| Dec 13 21:27:57.109 INFO STEP 64: assemble_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
43422024-12-13T21:27:59.154Z[ recovery-image] Dec 13 21:27:57.142 INFO O| Dec 13 21:27:57.142 INFO file /rpool/images/build/recovery/work/gimlet/ramdisk/etc/system.d/.self-assembly does not exist
43432024-12-13T21:27:59.154Z[ recovery-image] Dec 13 21:27:57.142 INFO O| Dec 13 21:27:57.142 INFO writing /rpool/images/build/recovery/work/gimlet/ramdisk/etc/system.d/.self-assembly ...
43442024-12-13T21:27:59.156Z[ recovery-image] Dec 13 21:27:57.143 INFO O| Dec 13 21:27:57.142 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/ramdisk/etc/system.d/.self-assembly
43452024-12-13T21:27:59.157Z[ recovery-image] Dec 13 21:27:57.143 INFO O| Dec 13 21:27:57.143 INFO ok!
43462024-12-13T21:27:59.158Z[ recovery-image] Dec 13 21:27:57.143 INFO O| Dec 13 21:27:57.143 INFO STEP 64 (assemble_files) COMPLETE
43472024-12-13T21:27:59.158Z[ recovery-image] Dec 13 21:27:57.143 INFO O| Dec 13 21:27:57.143 INFO STEP 65: ensure_file, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
43482024-12-13T21:27:59.172Z[ recovery-image] Dec 13 21:27:57.161 INFO O| Dec 13 21:27:57.161 INFO file /rpool/images/build/recovery/work/gimlet/ramdisk/etc/dumpadm.conf does not exist
43492024-12-13T21:27:59.172Z[ recovery-image] Dec 13 21:27:57.161 INFO O| Dec 13 21:27:57.161 INFO copying /work/oxidecomputer/helios/image/templates/files/dumpadm.conf -> /rpool/images/build/recovery/work/gimlet/ramdisk/etc/dumpadm.conf ...
43502024-12-13T21:27:59.172Z[ recovery-image] Dec 13 21:27:57.161 INFO O| Dec 13 21:27:57.161 INFO ownership wrong (Id(0):Id(0), not 0:1), path: /rpool/images/build/recovery/work/gimlet/ramdisk/etc/dumpadm.conf
43512024-12-13T21:27:59.175Z[ recovery-image] Dec 13 21:27:57.161 INFO O| Dec 13 21:27:57.161 INFO chown ok, path: /rpool/images/build/recovery/work/gimlet/ramdisk/etc/dumpadm.conf
43522024-12-13T21:27:59.175Z[ recovery-image] Dec 13 21:27:57.161 INFO O| Dec 13 21:27:57.161 INFO ok!
43532024-12-13T21:27:59.175Z[ recovery-image] Dec 13 21:27:57.161 INFO O| Dec 13 21:27:57.161 INFO STEP 65 (ensure_file) COMPLETE
43542024-12-13T21:27:59.175Z[ recovery-image] Dec 13 21:27:57.161 INFO O| Dec 13 21:27:57.161 INFO STEP 66: ensure_dir, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
43552024-12-13T21:27:59.176Z[ recovery-image] Dec 13 21:27:57.161 INFO O| Dec 13 21:27:57.161 INFO skip step because feature "omicron1" is not enabled
43562024-12-13T21:27:59.176Z[ recovery-image] Dec 13 21:27:57.161 INFO O| Dec 13 21:27:57.161 INFO STEP 67: ensure_file, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
43572024-12-13T21:27:59.176Z[ recovery-image] Dec 13 21:27:57.161 INFO O| Dec 13 21:27:57.161 INFO skip step because feature "omicron1" is not enabled
43582024-12-13T21:27:59.176Z[ recovery-image] Dec 13 21:27:57.161 INFO O| Dec 13 21:27:57.161 INFO STEP 68: ensure_file, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
43592024-12-13T21:27:59.176Z[ recovery-image] Dec 13 21:27:57.161 INFO O| Dec 13 21:27:57.161 INFO skip step because feature "omicron1" is not enabled
43602024-12-13T21:27:59.176Z[ recovery-image] Dec 13 21:27:57.161 INFO O| Dec 13 21:27:57.161 INFO STEP 69: pack_tar, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
43612024-12-13T21:27:59.225Z[ recovery-image] Dec 13 21:27:57.211 INFO O| Dec 13 21:27:57.211 INFO file /rpool/images/build/recovery/output/gimlet-ramdisk.tar does not already exist, skipping removal
43622024-12-13T21:27:59.228Z[ recovery-image] Dec 13 21:27:57.211 INFO O| Dec 13 21:27:57.211 INFO exec: ["/usr/sbin/tar", "ceEp@/f", "/rpool/images/build/recovery/output/gimlet-ramdisk.tar", "-C", "/rpool/images/build/recovery/work/gimlet/ramdisk", "."]
43632024-12-13T21:27:59.272Z[ host-image] Dec 13 21:27:57.259 INFO O| Dec 13 21:27:57.259 INFO O| Actions: Completed 1361 actions in 0.71 seconds.
43642024-12-13T21:27:59.899Z[ host-image] Dec 13 21:27:57.886 INFO O| Dec 13 21:27:57.886 INFO O| Done
43652024-12-13T21:27:59.899Z[ host-image] Dec 13 21:27:57.886 INFO O| Dec 13 21:27:57.886 INFO O| Done
43662024-12-13T21:28:01.115Z[ host-image] Dec 13 21:27:59.103 INFO O| Dec 13 21:27:59.103 INFO O| Done
43672024-12-13T21:28:02.409Z[ recovery-image] Dec 13 21:28:00.383 INFO O| Dec 13 21:28:00.383 INFO STEP 69 (pack_tar) COMPLETE
43682024-12-13T21:28:02.409Z[ recovery-image] Dec 13 21:28:00.383 INFO O| Dec 13 21:28:00.383 INFO creating output snapshot rpool/images/build/recovery/work/gimlet/ramdisk@trim
43692024-12-13T21:28:02.429Z[ recovery-image] Dec 13 21:28:00.383 INFO O| Dec 13 21:28:00.383 INFO CREATE SNAPSHOT: rpool/images/build/recovery/work/gimlet/ramdisk@trim
43702024-12-13T21:28:02.622Z[ recovery-image] Dec 13 21:28:00.600 INFO O| Dec 13 21:28:00.600 INFO DESTROY DATASET: rpool/images/build/recovery/tmp/gimlet/ramdisk-02-trim
43712024-12-13T21:28:02.743Z[ recovery-image] Dec 13 21:28:00.719 INFO O| Dec 13 21:28:00.719 INFO completed processing gimlet/ramdisk-02-trim
43722024-12-13T21:28:02.759Z[ recovery-image] Dec 13 21:28:00.722 INFO image builder template: ramdisk-03-recovery-trim...
43732024-12-13T21:28:02.760Z[ recovery-image] Dec 13 21:28:00.723 INFO exec: ["pfexec", "/work/oxidecomputer/helios/projects/image-builder/target/debug/image-builder", "build", "-d", "rpool/images/build/recovery", "-g", "gimlet", "-T", "/work/oxidecomputer/helios/image/templates", "-F", "relver=2", "-E", "/tmp/.tmpFbsOmv/proto/recovery/root", "-F", "genproto=/work/oxidecomputer/helios/tmp/image.recovery/genproto.json", "-E", "/work/oxidecomputer/helios/tmp/image.recovery/omicron1", "-E", "/work/oxidecomputer/helios/projects", "-F", "repo_publisher=helios-dev", "-F", "repo_url=https://pkg.oxide.computer/helios/2/dev/", "-F", "baud=3000000", "-F", "recovery", "-F", "optever=0.34.311", "-n", "ramdisk-03-recovery-trim"], pwd: None
43742024-12-13T21:28:02.961Z[ recovery-image] Dec 13 21:28:00.939 INFO O| Dec 13 21:28:00.938 INFO temporary dataset: rpool/images/build/recovery/tmp/gimlet/ramdisk-03-recovery-trim
43752024-12-13T21:28:02.979Z[ recovery-image] Dec 13 21:28:00.946 INFO O| Dec 13 21:28:00.946 INFO CREATE DATASET: rpool/images/build/recovery/tmp/gimlet/ramdisk-03-recovery-trim
43762024-12-13T21:28:03.095Z[ recovery-image] Dec 13 21:28:01.065 INFO O| Dec 13 21:28:01.065 INFO SET DATASET PROPERTY ON rpool/images/build/recovery/tmp/gimlet/ramdisk-03-recovery-trim: sync = disabled
43772024-12-13T21:28:03.194Z[ recovery-image] Dec 13 21:28:01.147 INFO O| Dec 13 21:28:01.146 INFO temporary directory: /rpool/images/build/recovery/tmp/gimlet/ramdisk-03-recovery-trim
43782024-12-13T21:28:03.211Z[ recovery-image] Dec 13 21:28:01.147 INFO O| Dec 13 21:28:01.147 INFO work dataset: rpool/images/build/recovery/work/gimlet/ramdisk
43792024-12-13T21:28:03.211Z[ recovery-image] Dec 13 21:28:01.160 INFO O| Dec 13 21:28:01.160 INFO looking for output snapshot rpool/images/build/recovery/work/gimlet/ramdisk@recovery-trim
43802024-12-13T21:28:03.211Z[ recovery-image] Dec 13 21:28:01.167 INFO O| Dec 13 21:28:01.167 INFO looking for input snapshot rpool/images/build/recovery/work/gimlet/ramdisk@trim
43812024-12-13T21:28:03.274Z[ recovery-image] Dec 13 21:28:01.196 INFO O| Dec 13 21:28:01.196 INFO ROLLBACK TO SNAPSHOT: rpool/images/build/recovery/work/gimlet/ramdisk@trim
43822024-12-13T21:28:03.861Z[ recovery-image] Dec 13 21:28:01.848 INFO O| Dec 13 21:28:01.848 INFO rolled back to input snapshot; work may begin
43832024-12-13T21:28:03.861Z[ recovery-image] Dec 13 21:28:01.848 INFO O| Dec 13 21:28:01.848 INFO CREATE DATASET: rpool/images/build/recovery/work/gimlet/ramdisk
43842024-12-13T21:28:03.884Z[ recovery-image] Dec 13 21:28:01.871 INFO O| Dec 13 21:28:01.871 INFO STEP 0: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
43852024-12-13T21:28:03.943Z[ recovery-image] Dec 13 21:28:01.931 INFO O| Dec 13 21:28:01.931 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/gcc/7"
43862024-12-13T21:28:03.963Z[ recovery-image] Dec 13 21:28:01.951 INFO O| Dec 13 21:28:01.951 INFO STEP 0 (remove_files) COMPLETE
43872024-12-13T21:28:03.963Z[ recovery-image] Dec 13 21:28:01.951 INFO O| Dec 13 21:28:01.951 INFO STEP 1: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
43882024-12-13T21:28:03.998Z[ recovery-image] Dec 13 21:28:01.986 INFO O| Dec 13 21:28:01.986 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/gnu/share"
43892024-12-13T21:28:04.225Z[ recovery-image] Dec 13 21:28:02.213 INFO O| Dec 13 21:28:02.212 INFO STEP 1 (remove_files) COMPLETE
43902024-12-13T21:28:04.225Z[ recovery-image] Dec 13 21:28:02.213 INFO O| Dec 13 21:28:02.213 INFO STEP 2: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
43912024-12-13T21:28:04.256Z[ recovery-image] Dec 13 21:28:02.244 INFO O| Dec 13 21:28:02.244 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/dns"
43922024-12-13T21:28:04.294Z[ host-image] Dec 13 21:28:02.282 INFO O| Dec 13 21:28:02.282 INFO O| Done
43932024-12-13T21:28:04.322Z[ recovery-image] Dec 13 21:28:02.310 INFO O| Dec 13 21:28:02.309 INFO STEP 2 (remove_files) COMPLETE
43942024-12-13T21:28:04.322Z[ recovery-image] Dec 13 21:28:02.310 INFO O| Dec 13 21:28:02.310 INFO STEP 3: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
43952024-12-13T21:28:04.354Z[ recovery-image] Dec 13 21:28:02.342 INFO O| Dec 13 21:28:02.342 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/iconv"
43962024-12-13T21:28:04.358Z[ host-image] Dec 13 21:28:02.346 INFO O| Dec 13 21:28:02.346 INFO O| Done
43972024-12-13T21:28:04.361Z[ host-image] Dec 13 21:28:02.346 INFO O| Dec 13 21:28:02.346 INFO O| Done
43982024-12-13T21:28:04.434Z[ host-image] Dec 13 21:28:02.421 INFO O| Dec 13 21:28:02.421 INFO O| Done
43992024-12-13T21:28:04.530Z[ recovery-image] Dec 13 21:28:02.517 INFO O| Dec 13 21:28:02.517 INFO STEP 3 (remove_files) COMPLETE
44002024-12-13T21:28:04.530Z[ recovery-image] Dec 13 21:28:02.517 INFO O| Dec 13 21:28:02.517 INFO STEP 4: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
44012024-12-13T21:28:04.622Z[ recovery-image] Dec 13 21:28:02.610 INFO O| Dec 13 21:28:02.610 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/locale"
44022024-12-13T21:28:04.637Z[ host-image] Dec 13 21:28:02.624 INFO O| Dec 13 21:28:02.624 INFO STEP 13 (pkg_install) COMPLETE
44032024-12-13T21:28:04.637Z[ host-image] Dec 13 21:28:02.624 INFO O| Dec 13 21:28:02.624 INFO STEP 14: pkg_install, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-01-os.json
44042024-12-13T21:28:04.653Z[ host-image] Dec 13 21:28:02.641 INFO O| Dec 13 21:28:02.641 INFO exec: ["/usr/bin/pkg", "-R", "/rpool/images/build/host/work/gimlet/ramdisk", "install", "/driver/network/opte@0.34.311"]
44052024-12-13T21:28:04.814Z[ recovery-image] Dec 13 21:28:02.801 INFO O| Dec 13 21:28:02.801 INFO STEP 4 (remove_files) COMPLETE
44062024-12-13T21:28:04.814Z[ recovery-image] Dec 13 21:28:02.801 INFO O| Dec 13 21:28:02.801 INFO STEP 5: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
44072024-12-13T21:28:04.845Z[ recovery-image] Dec 13 21:28:02.833 INFO O| Dec 13 21:28:02.833 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/mdb"
44082024-12-13T21:28:04.928Z[ recovery-image] Dec 13 21:28:02.916 INFO O| Dec 13 21:28:02.915 INFO STEP 5 (remove_files) COMPLETE
44092024-12-13T21:28:04.928Z[ recovery-image] Dec 13 21:28:02.916 INFO O| Dec 13 21:28:02.916 INFO STEP 6: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
44102024-12-13T21:28:04.947Z[ recovery-image] Dec 13 21:28:02.934 INFO O| Dec 13 21:28:02.934 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/mps"
44112024-12-13T21:28:04.952Z[ recovery-image] Dec 13 21:28:02.939 INFO O| Dec 13 21:28:02.939 INFO STEP 6 (remove_files) COMPLETE
44122024-12-13T21:28:04.952Z[ recovery-image] Dec 13 21:28:02.939 INFO O| Dec 13 21:28:02.939 INFO STEP 7: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
44132024-12-13T21:28:05.008Z[ recovery-image] Dec 13 21:28:02.995 INFO O| Dec 13 21:28:02.995 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/pkgconfig"
44142024-12-13T21:28:05.025Z[ recovery-image] Dec 13 21:28:03.013 INFO O| Dec 13 21:28:03.013 INFO STEP 7 (remove_files) COMPLETE
44152024-12-13T21:28:05.025Z[ recovery-image] Dec 13 21:28:03.013 INFO O| Dec 13 21:28:03.013 INFO STEP 8: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
44162024-12-13T21:28:05.060Z[ recovery-image] Dec 13 21:28:03.047 INFO O| Dec 13 21:28:03.047 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/scsi"
44172024-12-13T21:28:05.144Z[ recovery-image] Dec 13 21:28:03.127 INFO O| Dec 13 21:28:03.127 INFO STEP 8 (remove_files) COMPLETE
44182024-12-13T21:28:05.144Z[ recovery-image] Dec 13 21:28:03.127 INFO O| Dec 13 21:28:03.127 INFO STEP 9: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
44192024-12-13T21:28:05.159Z[ recovery-image] Dec 13 21:28:03.146 INFO O| Dec 13 21:28:03.146 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/smbfs"
44202024-12-13T21:28:05.161Z[ recovery-image] Dec 13 21:28:03.147 INFO O| Dec 13 21:28:03.146 INFO STEP 9 (remove_files) COMPLETE
44212024-12-13T21:28:05.161Z[ recovery-image] Dec 13 21:28:03.147 INFO O| Dec 13 21:28:03.146 INFO STEP 10: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
44222024-12-13T21:28:05.199Z[ recovery-image] Dec 13 21:28:03.184 INFO O| Dec 13 21:28:03.184 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/smbsrv"
44232024-12-13T21:28:05.201Z[ recovery-image] Dec 13 21:28:03.186 INFO O| Dec 13 21:28:03.186 INFO STEP 10 (remove_files) COMPLETE
44242024-12-13T21:28:05.201Z[ recovery-image] Dec 13 21:28:03.186 INFO O| Dec 13 21:28:03.186 INFO STEP 11: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
44252024-12-13T21:28:05.233Z[ recovery-image] Dec 13 21:28:03.220 INFO O| Dec 13 21:28:03.220 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/perl5"
44262024-12-13T21:28:05.637Z[ host-image] Dec 13 21:28:03.619 INFO O| Dec 13 21:28:03.619 INFO O| Startup: Refreshing catalog 'helios-dev' ... Done
44272024-12-13T21:28:05.981Z[ recovery-image] Dec 13 21:28:03.967 INFO O| Dec 13 21:28:03.967 INFO STEP 11 (remove_files) COMPLETE
44282024-12-13T21:28:05.981Z[ recovery-image] Dec 13 21:28:03.967 INFO O| Dec 13 21:28:03.967 INFO STEP 12: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
44292024-12-13T21:28:06.051Z[ recovery-image] Dec 13 21:28:04.038 INFO O| Dec 13 21:28:04.038 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/share/bash"
44302024-12-13T21:28:06.097Z[ recovery-image] Dec 13 21:28:04.085 INFO O| Dec 13 21:28:04.085 INFO STEP 12 (remove_files) COMPLETE
44312024-12-13T21:28:06.097Z[ recovery-image] Dec 13 21:28:04.085 INFO O| Dec 13 21:28:04.085 INFO STEP 13: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
44322024-12-13T21:28:06.116Z[ recovery-image] Dec 13 21:28:04.104 INFO O| Dec 13 21:28:04.104 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/share/bhyve"
44332024-12-13T21:28:06.141Z[ recovery-image] Dec 13 21:28:04.129 INFO O| Dec 13 21:28:04.129 INFO STEP 13 (remove_files) COMPLETE
44342024-12-13T21:28:06.141Z[ recovery-image] Dec 13 21:28:04.129 INFO O| Dec 13 21:28:04.129 INFO STEP 14: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
44352024-12-13T21:28:06.172Z[ recovery-image] Dec 13 21:28:04.159 INFO O| Dec 13 21:28:04.159 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/share/emacs"
44362024-12-13T21:28:06.177Z[ recovery-image] Dec 13 21:28:04.160 INFO O| Dec 13 21:28:04.159 INFO STEP 14 (remove_files) COMPLETE
44372024-12-13T21:28:06.177Z[ recovery-image] Dec 13 21:28:04.160 INFO O| Dec 13 21:28:04.160 INFO STEP 15: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
44382024-12-13T21:28:06.206Z[ recovery-image] Dec 13 21:28:04.194 INFO O| Dec 13 21:28:04.194 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/share/icons"
44392024-12-13T21:28:06.219Z[ recovery-image] Dec 13 21:28:04.195 INFO O| Dec 13 21:28:04.195 INFO STEP 15 (remove_files) COMPLETE
44402024-12-13T21:28:06.219Z[ recovery-image] Dec 13 21:28:04.196 INFO O| Dec 13 21:28:04.195 INFO STEP 16: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
44412024-12-13T21:28:06.246Z[ recovery-image] Dec 13 21:28:04.232 INFO O| Dec 13 21:28:04.232 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/share/locale"
44422024-12-13T21:28:06.356Z[ recovery-image] Dec 13 21:28:04.343 INFO O| Dec 13 21:28:04.343 INFO STEP 16 (remove_files) COMPLETE
44432024-12-13T21:28:06.358Z[ recovery-image] Dec 13 21:28:04.343 INFO O| Dec 13 21:28:04.343 INFO STEP 17: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
44442024-12-13T21:28:06.393Z[ recovery-image] Dec 13 21:28:04.364 INFO O| Dec 13 21:28:04.363 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/share/src"
44452024-12-13T21:28:06.401Z[ recovery-image] Dec 13 21:28:04.387 INFO O| Dec 13 21:28:04.387 INFO STEP 17 (remove_files) COMPLETE
44462024-12-13T21:28:06.401Z[ recovery-image] Dec 13 21:28:04.387 INFO O| Dec 13 21:28:04.387 INFO STEP 18: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
44472024-12-13T21:28:06.423Z[ recovery-image] Dec 13 21:28:04.408 INFO O| Dec 13 21:28:04.407 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/share/terminfo"
44482024-12-13T21:28:06.426Z[ recovery-image] Dec 13 21:28:04.408 INFO O| Dec 13 21:28:04.408 INFO STEP 18 (remove_files) COMPLETE
44492024-12-13T21:28:06.426Z[ recovery-image] Dec 13 21:28:04.408 INFO O| Dec 13 21:28:04.408 INFO STEP 19: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
44502024-12-13T21:28:06.460Z[ recovery-image] Dec 13 21:28:04.448 INFO O| Dec 13 21:28:04.448 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/share/vim"
44512024-12-13T21:28:06.690Z[ recovery-image] Dec 13 21:28:04.677 INFO O| Dec 13 21:28:04.677 INFO STEP 19 (remove_files) COMPLETE
44522024-12-13T21:28:06.690Z[ recovery-image] Dec 13 21:28:04.677 INFO O| Dec 13 21:28:04.677 INFO STEP 20: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
44532024-12-13T21:28:06.756Z[ recovery-image] Dec 13 21:28:04.736 INFO O| Dec 13 21:28:04.735 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/lib/svc/manifest/network/ssh.xml"
44542024-12-13T21:28:06.793Z[ recovery-image] Dec 13 21:28:04.781 INFO O| Dec 13 21:28:04.781 INFO STEP 20 (remove_files) COMPLETE
44552024-12-13T21:28:06.793Z[ recovery-image] Dec 13 21:28:04.781 INFO O| Dec 13 21:28:04.781 INFO STEP 21: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
44562024-12-13T21:28:06.849Z[ recovery-image] Dec 13 21:28:04.837 INFO O| Dec 13 21:28:04.837 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/lib/svc/manifest/system/fmd.xml"
44572024-12-13T21:28:06.873Z[ recovery-image] Dec 13 21:28:04.861 INFO O| Dec 13 21:28:04.861 INFO STEP 21 (remove_files) COMPLETE
44582024-12-13T21:28:06.873Z[ recovery-image] Dec 13 21:28:04.861 INFO O| Dec 13 21:28:04.861 INFO STEP 22: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
44592024-12-13T21:28:06.900Z[ recovery-image] Dec 13 21:28:04.881 INFO O| Dec 13 21:28:04.881 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/adb"
44602024-12-13T21:28:06.914Z[ recovery-image] Dec 13 21:28:04.902 INFO O| Dec 13 21:28:04.902 INFO STEP 22 (remove_files) COMPLETE
44612024-12-13T21:28:06.918Z[ recovery-image] Dec 13 21:28:04.902 INFO O| Dec 13 21:28:04.902 INFO STEP 23: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
44622024-12-13T21:28:06.933Z[ recovery-image] Dec 13 21:28:04.921 INFO O| Dec 13 21:28:04.921 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/addbadsec"
44632024-12-13T21:28:06.955Z[ recovery-image] Dec 13 21:28:04.942 INFO O| Dec 13 21:28:04.942 INFO STEP 23 (remove_files) COMPLETE
44642024-12-13T21:28:06.955Z[ recovery-image] Dec 13 21:28:04.942 INFO O| Dec 13 21:28:04.942 INFO STEP 24: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
44652024-12-13T21:28:06.974Z[ recovery-image] Dec 13 21:28:04.962 INFO O| Dec 13 21:28:04.962 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/agentxtrap"
44662024-12-13T21:28:06.995Z[ recovery-image] Dec 13 21:28:04.983 INFO O| Dec 13 21:28:04.983 INFO STEP 24 (remove_files) COMPLETE
44672024-12-13T21:28:06.995Z[ recovery-image] Dec 13 21:28:04.983 INFO O| Dec 13 21:28:04.983 INFO STEP 25: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
44682024-12-13T21:28:07.019Z[ recovery-image] Dec 13 21:28:05.003 INFO O| Dec 13 21:28:05.003 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/alias"
44692024-12-13T21:28:07.037Z[ recovery-image] Dec 13 21:28:05.024 INFO O| Dec 13 21:28:05.024 INFO STEP 25 (remove_files) COMPLETE
44702024-12-13T21:28:07.037Z[ recovery-image] Dec 13 21:28:05.024 INFO O| Dec 13 21:28:05.024 INFO STEP 26: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
44712024-12-13T21:28:07.091Z[ recovery-image] Dec 13 21:28:05.078 INFO O| Dec 13 21:28:05.078 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/adb"
44722024-12-13T21:28:07.093Z[ recovery-image] Dec 13 21:28:05.078 INFO O| Dec 13 21:28:05.078 INFO STEP 26 (remove_files) COMPLETE
44732024-12-13T21:28:07.093Z[ recovery-image] Dec 13 21:28:05.078 INFO O| Dec 13 21:28:05.078 INFO STEP 27: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
44742024-12-13T21:28:07.125Z[ recovery-image] Dec 13 21:28:05.113 INFO O| Dec 13 21:28:05.112 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/amt"
44752024-12-13T21:28:07.125Z[ recovery-image] Dec 13 21:28:05.113 INFO O| Dec 13 21:28:05.113 INFO STEP 27 (remove_files) COMPLETE
44762024-12-13T21:28:07.125Z[ recovery-image] Dec 13 21:28:05.113 INFO O| Dec 13 21:28:05.113 INFO STEP 28: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
44772024-12-13T21:28:07.145Z[ recovery-image] Dec 13 21:28:05.133 INFO O| Dec 13 21:28:05.133 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/cputrack"
44782024-12-13T21:28:07.149Z[ recovery-image] Dec 13 21:28:05.134 INFO O| Dec 13 21:28:05.133 INFO STEP 28 (remove_files) COMPLETE
44792024-12-13T21:28:07.149Z[ recovery-image] Dec 13 21:28:05.134 INFO O| Dec 13 21:28:05.134 INFO STEP 29: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
44802024-12-13T21:28:07.172Z[ recovery-image] Dec 13 21:28:05.159 INFO O| Dec 13 21:28:05.159 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/crle"
44812024-12-13T21:28:07.173Z[ recovery-image] Dec 13 21:28:05.159 INFO O| Dec 13 21:28:05.159 INFO STEP 29 (remove_files) COMPLETE
44822024-12-13T21:28:07.176Z[ recovery-image] Dec 13 21:28:05.159 INFO O| Dec 13 21:28:05.159 INFO STEP 30: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
44832024-12-13T21:28:07.211Z[ recovery-image] Dec 13 21:28:05.198 INFO O| Dec 13 21:28:05.198 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/curl"
44842024-12-13T21:28:07.211Z[ recovery-image] Dec 13 21:28:05.198 INFO O| Dec 13 21:28:05.198 INFO STEP 30 (remove_files) COMPLETE
44852024-12-13T21:28:07.213Z[ recovery-image] Dec 13 21:28:05.198 INFO O| Dec 13 21:28:05.198 INFO STEP 31: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
44862024-12-13T21:28:07.229Z[ recovery-image] Dec 13 21:28:05.217 INFO O| Dec 13 21:28:05.217 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/curl-config"
44872024-12-13T21:28:07.229Z[ recovery-image] Dec 13 21:28:05.217 INFO O| Dec 13 21:28:05.217 INFO STEP 31 (remove_files) COMPLETE
44882024-12-13T21:28:07.229Z[ recovery-image] Dec 13 21:28:05.217 INFO O| Dec 13 21:28:05.217 INFO STEP 32: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
44892024-12-13T21:28:07.247Z[ recovery-image] Dec 13 21:28:05.235 INFO O| Dec 13 21:28:05.234 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/decrypt"
44902024-12-13T21:28:07.247Z[ recovery-image] Dec 13 21:28:05.235 INFO O| Dec 13 21:28:05.235 INFO STEP 32 (remove_files) COMPLETE
44912024-12-13T21:28:07.252Z[ recovery-image] Dec 13 21:28:05.235 INFO O| Dec 13 21:28:05.235 INFO STEP 33: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
44922024-12-13T21:28:07.264Z[ recovery-image] Dec 13 21:28:05.252 INFO O| Dec 13 21:28:05.252 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/digest"
44932024-12-13T21:28:07.264Z[ recovery-image] Dec 13 21:28:05.252 INFO O| Dec 13 21:28:05.252 INFO STEP 33 (remove_files) COMPLETE
44942024-12-13T21:28:07.266Z[ recovery-image] Dec 13 21:28:05.252 INFO O| Dec 13 21:28:05.252 INFO STEP 34: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
44952024-12-13T21:28:07.280Z[ recovery-image] Dec 13 21:28:05.268 INFO O| Dec 13 21:28:05.268 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/elfwrap"
44962024-12-13T21:28:07.285Z[ recovery-image] Dec 13 21:28:05.268 INFO O| Dec 13 21:28:05.268 INFO STEP 34 (remove_files) COMPLETE
44972024-12-13T21:28:07.285Z[ recovery-image] Dec 13 21:28:05.268 INFO O| Dec 13 21:28:05.268 INFO STEP 35: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
44982024-12-13T21:28:07.306Z[ recovery-image] Dec 13 21:28:05.293 INFO O| Dec 13 21:28:05.293 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/encrypt"
44992024-12-13T21:28:07.306Z[ recovery-image] Dec 13 21:28:05.293 INFO O| Dec 13 21:28:05.293 INFO STEP 35 (remove_files) COMPLETE
45002024-12-13T21:28:07.309Z[ recovery-image] Dec 13 21:28:05.293 INFO O| Dec 13 21:28:05.293 INFO STEP 36: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
45012024-12-13T21:28:07.324Z[ recovery-image] Dec 13 21:28:05.312 INFO O| Dec 13 21:28:05.311 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/gclear"
45022024-12-13T21:28:07.324Z[ recovery-image] Dec 13 21:28:05.312 INFO O| Dec 13 21:28:05.312 INFO STEP 36 (remove_files) COMPLETE
45032024-12-13T21:28:07.327Z[ recovery-image] Dec 13 21:28:05.312 INFO O| Dec 13 21:28:05.312 INFO STEP 37: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
45042024-12-13T21:28:07.341Z[ recovery-image] Dec 13 21:28:05.329 INFO O| Dec 13 21:28:05.329 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/gcore"
45052024-12-13T21:28:07.342Z[ recovery-image] Dec 13 21:28:05.329 INFO O| Dec 13 21:28:05.329 INFO STEP 37 (remove_files) COMPLETE
45062024-12-13T21:28:07.342Z[ recovery-image] Dec 13 21:28:05.329 INFO O| Dec 13 21:28:05.329 INFO STEP 38: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
45072024-12-13T21:28:07.361Z[ recovery-image] Dec 13 21:28:05.348 INFO O| Dec 13 21:28:05.348 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/ginfocmp"
45082024-12-13T21:28:07.361Z[ recovery-image] Dec 13 21:28:05.348 INFO O| Dec 13 21:28:05.348 INFO STEP 38 (remove_files) COMPLETE
45092024-12-13T21:28:07.361Z[ recovery-image] Dec 13 21:28:05.348 INFO O| Dec 13 21:28:05.348 INFO STEP 39: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
45102024-12-13T21:28:07.393Z[ recovery-image] Dec 13 21:28:05.380 INFO O| Dec 13 21:28:05.380 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/gtabs"
45112024-12-13T21:28:07.393Z[ recovery-image] Dec 13 21:28:05.380 INFO O| Dec 13 21:28:05.380 INFO STEP 39 (remove_files) COMPLETE
45122024-12-13T21:28:07.393Z[ recovery-image] Dec 13 21:28:05.380 INFO O| Dec 13 21:28:05.380 INFO STEP 40: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
45132024-12-13T21:28:07.443Z[ recovery-image] Dec 13 21:28:05.430 INFO O| Dec 13 21:28:05.430 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/gtic"
45142024-12-13T21:28:07.443Z[ recovery-image] Dec 13 21:28:05.430 INFO O| Dec 13 21:28:05.430 INFO STEP 40 (remove_files) COMPLETE
45152024-12-13T21:28:07.443Z[ recovery-image] Dec 13 21:28:05.430 INFO O| Dec 13 21:28:05.430 INFO STEP 41: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
45162024-12-13T21:28:07.464Z[ recovery-image] Dec 13 21:28:05.451 INFO O| Dec 13 21:28:05.451 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/gtoe"
45172024-12-13T21:28:07.464Z[ recovery-image] Dec 13 21:28:05.451 INFO O| Dec 13 21:28:05.451 INFO STEP 41 (remove_files) COMPLETE
45182024-12-13T21:28:07.464Z[ recovery-image] Dec 13 21:28:05.451 INFO O| Dec 13 21:28:05.451 INFO STEP 42: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
45192024-12-13T21:28:07.500Z[ recovery-image] Dec 13 21:28:05.488 INFO O| Dec 13 21:28:05.488 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/gtput"
45202024-12-13T21:28:07.514Z[ recovery-image] Dec 13 21:28:05.502 INFO O| Dec 13 21:28:05.502 INFO STEP 42 (remove_files) COMPLETE
45212024-12-13T21:28:07.514Z[ recovery-image] Dec 13 21:28:05.502 INFO O| Dec 13 21:28:05.502 INFO STEP 43: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
45222024-12-13T21:28:07.573Z[ recovery-image] Dec 13 21:28:05.560 INFO O| Dec 13 21:28:05.560 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/gtset"
45232024-12-13T21:28:07.573Z[ recovery-image] Dec 13 21:28:05.560 INFO O| Dec 13 21:28:05.560 INFO STEP 43 (remove_files) COMPLETE
45242024-12-13T21:28:07.573Z[ recovery-image] Dec 13 21:28:05.560 INFO O| Dec 13 21:28:05.560 INFO STEP 44: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
45252024-12-13T21:28:07.600Z[ recovery-image] Dec 13 21:28:05.587 INFO O| Dec 13 21:28:05.587 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/idn"
45262024-12-13T21:28:07.602Z[ recovery-image] Dec 13 21:28:05.587 INFO O| Dec 13 21:28:05.587 INFO STEP 44 (remove_files) COMPLETE
45272024-12-13T21:28:07.602Z[ recovery-image] Dec 13 21:28:05.587 INFO O| Dec 13 21:28:05.587 INFO STEP 45: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
45282024-12-13T21:28:07.618Z[ recovery-image] Dec 13 21:28:05.605 INFO O| Dec 13 21:28:05.605 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/ksh93"
45292024-12-13T21:28:07.641Z[ recovery-image] Dec 13 21:28:05.629 INFO O| Dec 13 21:28:05.629 INFO STEP 45 (remove_files) COMPLETE
45302024-12-13T21:28:07.641Z[ recovery-image] Dec 13 21:28:05.629 INFO O| Dec 13 21:28:05.629 INFO STEP 46: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
45312024-12-13T21:28:07.662Z[ recovery-image] Dec 13 21:28:05.649 INFO O| Dec 13 21:28:05.649 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/ls"
45322024-12-13T21:28:07.664Z[ recovery-image] Dec 13 21:28:05.649 INFO O| Dec 13 21:28:05.649 INFO STEP 46 (remove_files) COMPLETE
45332024-12-13T21:28:07.665Z[ recovery-image] Dec 13 21:28:05.649 INFO O| Dec 13 21:28:05.649 INFO STEP 47: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
45342024-12-13T21:28:07.692Z[ recovery-image] Dec 13 21:28:05.668 INFO O| Dec 13 21:28:05.668 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/mac"
45352024-12-13T21:28:07.702Z[ recovery-image] Dec 13 21:28:05.669 INFO O| Dec 13 21:28:05.668 INFO STEP 47 (remove_files) COMPLETE
45362024-12-13T21:28:07.702Z[ recovery-image] Dec 13 21:28:05.669 INFO O| Dec 13 21:28:05.669 INFO STEP 48: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
45372024-12-13T21:28:07.702Z[ recovery-image] Dec 13 21:28:05.685 INFO O| Dec 13 21:28:05.685 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/mdb"
45382024-12-13T21:28:07.702Z[ recovery-image] Dec 13 21:28:05.685 INFO O| Dec 13 21:28:05.685 INFO STEP 48 (remove_files) COMPLETE
45392024-12-13T21:28:07.702Z[ recovery-image] Dec 13 21:28:05.685 INFO O| Dec 13 21:28:05.685 INFO STEP 49: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
45402024-12-13T21:28:07.715Z[ recovery-image] Dec 13 21:28:05.703 INFO O| Dec 13 21:28:05.703 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/moe"
45412024-12-13T21:28:07.723Z[ recovery-image] Dec 13 21:28:05.703 INFO O| Dec 13 21:28:05.703 INFO STEP 49 (remove_files) COMPLETE
45422024-12-13T21:28:07.723Z[ recovery-image] Dec 13 21:28:05.703 INFO O| Dec 13 21:28:05.703 INFO STEP 50: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
45432024-12-13T21:28:07.777Z[ recovery-image] Dec 13 21:28:05.738 INFO O| Dec 13 21:28:05.738 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/ncurses6-config"
45442024-12-13T21:28:07.782Z[ recovery-image] Dec 13 21:28:05.739 INFO O| Dec 13 21:28:05.738 INFO STEP 50 (remove_files) COMPLETE
45452024-12-13T21:28:07.782Z[ recovery-image] Dec 13 21:28:05.739 INFO O| Dec 13 21:28:05.739 INFO STEP 51: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
45462024-12-13T21:28:07.782Z[ recovery-image] Dec 13 21:28:05.758 INFO O| Dec 13 21:28:05.758 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/newtask"
45472024-12-13T21:28:07.782Z[ recovery-image] Dec 13 21:28:05.758 INFO O| Dec 13 21:28:05.758 INFO STEP 51 (remove_files) COMPLETE
45482024-12-13T21:28:07.782Z[ recovery-image] Dec 13 21:28:05.758 INFO O| Dec 13 21:28:05.758 INFO STEP 52: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
45492024-12-13T21:28:07.789Z[ recovery-image] Dec 13 21:28:05.776 INFO O| Dec 13 21:28:05.776 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/nohup"
45502024-12-13T21:28:07.789Z[ recovery-image] Dec 13 21:28:05.776 INFO O| Dec 13 21:28:05.776 INFO STEP 52 (remove_files) COMPLETE
45512024-12-13T21:28:07.792Z[ recovery-image] Dec 13 21:28:05.776 INFO O| Dec 13 21:28:05.776 INFO STEP 53: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
45522024-12-13T21:28:07.811Z[ recovery-image] Dec 13 21:28:05.798 INFO O| Dec 13 21:28:05.798 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/pargs"
45532024-12-13T21:28:07.834Z[ recovery-image] Dec 13 21:28:05.821 INFO O| Dec 13 21:28:05.821 INFO STEP 53 (remove_files) COMPLETE
45542024-12-13T21:28:07.834Z[ recovery-image] Dec 13 21:28:05.821 INFO O| Dec 13 21:28:05.821 INFO STEP 54: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
45552024-12-13T21:28:07.861Z[ recovery-image] Dec 13 21:28:05.848 INFO O| Dec 13 21:28:05.848 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/pauxv"
45562024-12-13T21:28:07.864Z[ recovery-image] Dec 13 21:28:05.849 INFO O| Dec 13 21:28:05.849 INFO STEP 54 (remove_files) COMPLETE
45572024-12-13T21:28:07.864Z[ recovery-image] Dec 13 21:28:05.850 INFO O| Dec 13 21:28:05.849 INFO STEP 55: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
45582024-12-13T21:28:07.897Z[ recovery-image] Dec 13 21:28:05.884 INFO O| Dec 13 21:28:05.884 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/pcap-config"
45592024-12-13T21:28:07.897Z[ recovery-image] Dec 13 21:28:05.884 INFO O| Dec 13 21:28:05.884 INFO STEP 55 (remove_files) COMPLETE
45602024-12-13T21:28:07.900Z[ recovery-image] Dec 13 21:28:05.884 INFO O| Dec 13 21:28:05.884 INFO STEP 56: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
45612024-12-13T21:28:07.930Z[ recovery-image] Dec 13 21:28:05.917 INFO O| Dec 13 21:28:05.917 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/pcre-config"
45622024-12-13T21:28:07.959Z[ recovery-image] Dec 13 21:28:05.942 INFO O| Dec 13 21:28:05.942 INFO STEP 56 (remove_files) COMPLETE
45632024-12-13T21:28:07.959Z[ recovery-image] Dec 13 21:28:05.942 INFO O| Dec 13 21:28:05.942 INFO STEP 57: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
45642024-12-13T21:28:07.991Z[ recovery-image] Dec 13 21:28:05.978 INFO O| Dec 13 21:28:05.978 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/pcre2-config"
45652024-12-13T21:28:07.991Z[ recovery-image] Dec 13 21:28:05.978 INFO O| Dec 13 21:28:05.978 INFO STEP 57 (remove_files) COMPLETE
45662024-12-13T21:28:07.994Z[ recovery-image] Dec 13 21:28:05.979 INFO O| Dec 13 21:28:05.978 INFO STEP 58: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
45672024-12-13T21:28:08.010Z[ recovery-image] Dec 13 21:28:05.997 INFO O| Dec 13 21:28:05.997 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/pcre2grep"
45682024-12-13T21:28:08.034Z[ recovery-image] Dec 13 21:28:06.021 INFO O| Dec 13 21:28:06.021 INFO STEP 58 (remove_files) COMPLETE
45692024-12-13T21:28:08.034Z[ recovery-image] Dec 13 21:28:06.021 INFO O| Dec 13 21:28:06.021 INFO STEP 59: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
45702024-12-13T21:28:08.089Z[ recovery-image] Dec 13 21:28:06.076 INFO O| Dec 13 21:28:06.076 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/pcre2test"
45712024-12-13T21:28:08.089Z[ recovery-image] Dec 13 21:28:06.076 INFO O| Dec 13 21:28:06.076 INFO STEP 59 (remove_files) COMPLETE
45722024-12-13T21:28:08.098Z[ recovery-image] Dec 13 21:28:06.076 INFO O| Dec 13 21:28:06.076 INFO STEP 60: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
45732024-12-13T21:28:08.116Z[ recovery-image] Dec 13 21:28:06.103 INFO O| Dec 13 21:28:06.103 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/pcred"
45742024-12-13T21:28:08.116Z[ recovery-image] Dec 13 21:28:06.103 INFO O| Dec 13 21:28:06.103 INFO STEP 60 (remove_files) COMPLETE
45752024-12-13T21:28:08.116Z[ recovery-image] Dec 13 21:28:06.103 INFO O| Dec 13 21:28:06.103 INFO STEP 61: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
45762024-12-13T21:28:08.169Z[ recovery-image] Dec 13 21:28:06.156 INFO O| Dec 13 21:28:06.156 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/pcregrep"
45772024-12-13T21:28:08.169Z[ recovery-image] Dec 13 21:28:06.156 INFO O| Dec 13 21:28:06.156 INFO STEP 61 (remove_files) COMPLETE
45782024-12-13T21:28:08.170Z[ recovery-image] Dec 13 21:28:06.157 INFO O| Dec 13 21:28:06.156 INFO STEP 62: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
45792024-12-13T21:28:08.189Z[ recovery-image] Dec 13 21:28:06.176 INFO O| Dec 13 21:28:06.176 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/pcretest"
45802024-12-13T21:28:08.189Z[ recovery-image] Dec 13 21:28:06.176 INFO O| Dec 13 21:28:06.176 INFO STEP 62 (remove_files) COMPLETE
45812024-12-13T21:28:08.192Z[ recovery-image] Dec 13 21:28:06.176 INFO O| Dec 13 21:28:06.176 INFO STEP 63: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
45822024-12-13T21:28:08.221Z[ recovery-image] Dec 13 21:28:06.208 INFO O| Dec 13 21:28:06.208 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/penv"
45832024-12-13T21:28:08.224Z[ recovery-image] Dec 13 21:28:06.208 INFO O| Dec 13 21:28:06.208 INFO STEP 63 (remove_files) COMPLETE
45842024-12-13T21:28:08.224Z[ recovery-image] Dec 13 21:28:06.208 INFO O| Dec 13 21:28:06.208 INFO STEP 64: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
45852024-12-13T21:28:08.243Z[ recovery-image] Dec 13 21:28:06.230 INFO O| Dec 13 21:28:06.230 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/pfiles"
45862024-12-13T21:28:08.247Z[ recovery-image] Dec 13 21:28:06.231 INFO O| Dec 13 21:28:06.230 INFO STEP 64 (remove_files) COMPLETE
45872024-12-13T21:28:08.247Z[ recovery-image] Dec 13 21:28:06.231 INFO O| Dec 13 21:28:06.231 INFO STEP 65: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
45882024-12-13T21:28:08.263Z[ recovery-image] Dec 13 21:28:06.250 INFO O| Dec 13 21:28:06.250 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/pflags"
45892024-12-13T21:28:08.265Z[ recovery-image] Dec 13 21:28:06.250 INFO O| Dec 13 21:28:06.250 INFO STEP 65 (remove_files) COMPLETE
45902024-12-13T21:28:08.265Z[ recovery-image] Dec 13 21:28:06.251 INFO O| Dec 13 21:28:06.250 INFO STEP 66: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
45912024-12-13T21:28:08.283Z[ recovery-image] Dec 13 21:28:06.271 INFO O| Dec 13 21:28:06.271 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/pldd"
45922024-12-13T21:28:08.283Z[ recovery-image] Dec 13 21:28:06.271 INFO O| Dec 13 21:28:06.271 INFO STEP 66 (remove_files) COMPLETE
45932024-12-13T21:28:08.286Z[ recovery-image] Dec 13 21:28:06.271 INFO O| Dec 13 21:28:06.271 INFO STEP 67: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
45942024-12-13T21:28:08.306Z[ recovery-image] Dec 13 21:28:06.293 INFO O| Dec 13 21:28:06.293 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/plgrp"
45952024-12-13T21:28:08.306Z[ recovery-image] Dec 13 21:28:06.293 INFO O| Dec 13 21:28:06.293 INFO STEP 67 (remove_files) COMPLETE
45962024-12-13T21:28:08.306Z[ recovery-image] Dec 13 21:28:06.293 INFO O| Dec 13 21:28:06.293 INFO STEP 68: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
45972024-12-13T21:28:08.328Z[ recovery-image] Dec 13 21:28:06.314 INFO O| Dec 13 21:28:06.314 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/plimit"
45982024-12-13T21:28:08.328Z[ recovery-image] Dec 13 21:28:06.314 INFO O| Dec 13 21:28:06.314 INFO STEP 68 (remove_files) COMPLETE
45992024-12-13T21:28:08.328Z[ recovery-image] Dec 13 21:28:06.314 INFO O| Dec 13 21:28:06.314 INFO STEP 69: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
46002024-12-13T21:28:08.345Z[ recovery-image] Dec 13 21:28:06.332 INFO O| Dec 13 21:28:06.332 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/pmadvise"
46012024-12-13T21:28:08.345Z[ recovery-image] Dec 13 21:28:06.333 INFO O| Dec 13 21:28:06.333 INFO STEP 69 (remove_files) COMPLETE
46022024-12-13T21:28:08.348Z[ recovery-image] Dec 13 21:28:06.333 INFO O| Dec 13 21:28:06.333 INFO STEP 70: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
46032024-12-13T21:28:08.376Z[ recovery-image] Dec 13 21:28:06.363 INFO O| Dec 13 21:28:06.363 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/pmap"
46042024-12-13T21:28:08.376Z[ recovery-image] Dec 13 21:28:06.363 INFO O| Dec 13 21:28:06.363 INFO STEP 70 (remove_files) COMPLETE
46052024-12-13T21:28:08.378Z[ recovery-image] Dec 13 21:28:06.363 INFO O| Dec 13 21:28:06.363 INFO STEP 71: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
46062024-12-13T21:28:08.417Z[ recovery-image] Dec 13 21:28:06.404 INFO O| Dec 13 21:28:06.404 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/ppgsz"
46072024-12-13T21:28:08.422Z[ recovery-image] Dec 13 21:28:06.405 INFO O| Dec 13 21:28:06.405 INFO STEP 71 (remove_files) COMPLETE
46082024-12-13T21:28:08.422Z[ recovery-image] Dec 13 21:28:06.405 INFO O| Dec 13 21:28:06.405 INFO STEP 72: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
46092024-12-13T21:28:08.450Z[ recovery-image] Dec 13 21:28:06.437 INFO O| Dec 13 21:28:06.437 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/ppriv"
46102024-12-13T21:28:08.453Z[ recovery-image] Dec 13 21:28:06.437 INFO O| Dec 13 21:28:06.437 INFO STEP 72 (remove_files) COMPLETE
46112024-12-13T21:28:08.453Z[ recovery-image] Dec 13 21:28:06.437 INFO O| Dec 13 21:28:06.437 INFO STEP 73: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
46122024-12-13T21:28:08.468Z[ recovery-image] Dec 13 21:28:06.455 INFO O| Dec 13 21:28:06.455 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/prctl"
46132024-12-13T21:28:08.473Z[ recovery-image] Dec 13 21:28:06.456 INFO O| Dec 13 21:28:06.456 INFO STEP 73 (remove_files) COMPLETE
46142024-12-13T21:28:08.473Z[ recovery-image] Dec 13 21:28:06.456 INFO O| Dec 13 21:28:06.456 INFO STEP 74: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
46152024-12-13T21:28:08.486Z[ recovery-image] Dec 13 21:28:06.473 INFO O| Dec 13 21:28:06.473 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/preap"
46162024-12-13T21:28:08.489Z[ recovery-image] Dec 13 21:28:06.473 INFO O| Dec 13 21:28:06.473 INFO STEP 74 (remove_files) COMPLETE
46172024-12-13T21:28:08.489Z[ recovery-image] Dec 13 21:28:06.474 INFO O| Dec 13 21:28:06.473 INFO STEP 75: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
46182024-12-13T21:28:08.520Z[ recovery-image] Dec 13 21:28:06.506 INFO O| Dec 13 21:28:06.506 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/prstat"
46192024-12-13T21:28:08.520Z[ recovery-image] Dec 13 21:28:06.506 INFO O| Dec 13 21:28:06.506 INFO STEP 75 (remove_files) COMPLETE
46202024-12-13T21:28:08.520Z[ recovery-image] Dec 13 21:28:06.506 INFO O| Dec 13 21:28:06.506 INFO STEP 76: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
46212024-12-13T21:28:08.537Z[ recovery-image] Dec 13 21:28:06.524 INFO O| Dec 13 21:28:06.524 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/prun"
46222024-12-13T21:28:08.537Z[ recovery-image] Dec 13 21:28:06.524 INFO O| Dec 13 21:28:06.524 INFO STEP 76 (remove_files) COMPLETE
46232024-12-13T21:28:08.537Z[ recovery-image] Dec 13 21:28:06.524 INFO O| Dec 13 21:28:06.524 INFO STEP 77: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
46242024-12-13T21:28:08.556Z[ recovery-image] Dec 13 21:28:06.542 INFO O| Dec 13 21:28:06.542 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/psecflags"
46252024-12-13T21:28:08.556Z[ recovery-image] Dec 13 21:28:06.542 INFO O| Dec 13 21:28:06.542 INFO STEP 77 (remove_files) COMPLETE
46262024-12-13T21:28:08.559Z[ recovery-image] Dec 13 21:28:06.542 INFO O| Dec 13 21:28:06.542 INFO STEP 78: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
46272024-12-13T21:28:08.583Z[ recovery-image] Dec 13 21:28:06.570 INFO O| Dec 13 21:28:06.570 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/psig"
46282024-12-13T21:28:08.584Z[ recovery-image] Dec 13 21:28:06.570 INFO O| Dec 13 21:28:06.570 INFO STEP 78 (remove_files) COMPLETE
46292024-12-13T21:28:08.584Z[ recovery-image] Dec 13 21:28:06.570 INFO O| Dec 13 21:28:06.570 INFO STEP 79: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
46302024-12-13T21:28:08.603Z[ recovery-image] Dec 13 21:28:06.588 INFO O| Dec 13 21:28:06.588 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/pstack"
46312024-12-13T21:28:08.603Z[ recovery-image] Dec 13 21:28:06.589 INFO O| Dec 13 21:28:06.588 INFO STEP 79 (remove_files) COMPLETE
46322024-12-13T21:28:08.607Z[ recovery-image] Dec 13 21:28:06.589 INFO O| Dec 13 21:28:06.588 INFO STEP 80: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
46332024-12-13T21:28:08.633Z[ recovery-image] Dec 13 21:28:06.620 INFO O| Dec 13 21:28:06.620 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/pstop"
46342024-12-13T21:28:08.633Z[ recovery-image] Dec 13 21:28:06.620 INFO O| Dec 13 21:28:06.620 INFO STEP 80 (remove_files) COMPLETE
46352024-12-13T21:28:08.633Z[ recovery-image] Dec 13 21:28:06.620 INFO O| Dec 13 21:28:06.620 INFO STEP 81: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
46362024-12-13T21:28:08.679Z[ recovery-image] Dec 13 21:28:06.667 INFO O| Dec 13 21:28:06.667 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/ptime"
46372024-12-13T21:28:08.679Z[ recovery-image] Dec 13 21:28:06.667 INFO O| Dec 13 21:28:06.667 INFO STEP 81 (remove_files) COMPLETE
46382024-12-13T21:28:08.683Z[ recovery-image] Dec 13 21:28:06.667 INFO O| Dec 13 21:28:06.667 INFO STEP 82: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
46392024-12-13T21:28:08.703Z[ recovery-image] Dec 13 21:28:06.690 INFO O| Dec 13 21:28:06.689 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/ptree"
46402024-12-13T21:28:08.703Z[ recovery-image] Dec 13 21:28:06.690 INFO O| Dec 13 21:28:06.690 INFO STEP 82 (remove_files) COMPLETE
46412024-12-13T21:28:08.703Z[ recovery-image] Dec 13 21:28:06.690 INFO O| Dec 13 21:28:06.690 INFO STEP 83: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
46422024-12-13T21:28:08.729Z[ recovery-image] Dec 13 21:28:06.716 INFO O| Dec 13 21:28:06.716 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/pwait"
46432024-12-13T21:28:08.729Z[ recovery-image] Dec 13 21:28:06.716 INFO O| Dec 13 21:28:06.716 INFO STEP 83 (remove_files) COMPLETE
46442024-12-13T21:28:08.729Z[ recovery-image] Dec 13 21:28:06.716 INFO O| Dec 13 21:28:06.716 INFO STEP 84: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
46452024-12-13T21:28:08.762Z[ recovery-image] Dec 13 21:28:06.749 INFO O| Dec 13 21:28:06.749 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/pwdx"
46462024-12-13T21:28:08.766Z[ recovery-image] Dec 13 21:28:06.749 INFO O| Dec 13 21:28:06.749 INFO STEP 84 (remove_files) COMPLETE
46472024-12-13T21:28:08.766Z[ recovery-image] Dec 13 21:28:06.749 INFO O| Dec 13 21:28:06.749 INFO STEP 85: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
46482024-12-13T21:28:08.809Z[ recovery-image] Dec 13 21:28:06.796 INFO O| Dec 13 21:28:06.796 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/rksh"
46492024-12-13T21:28:08.829Z[ recovery-image] Dec 13 21:28:06.816 INFO O| Dec 13 21:28:06.816 INFO STEP 85 (remove_files) COMPLETE
46502024-12-13T21:28:08.829Z[ recovery-image] Dec 13 21:28:06.816 INFO O| Dec 13 21:28:06.816 INFO STEP 86: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
46512024-12-13T21:28:08.887Z[ recovery-image] Dec 13 21:28:06.874 INFO O| Dec 13 21:28:06.874 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/rksh93"
46522024-12-13T21:28:08.887Z[ recovery-image] Dec 13 21:28:06.874 INFO O| Dec 13 21:28:06.874 INFO STEP 86 (remove_files) COMPLETE
46532024-12-13T21:28:08.892Z[ recovery-image] Dec 13 21:28:06.874 INFO O| Dec 13 21:28:06.874 INFO STEP 87: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
46542024-12-13T21:28:08.905Z[ recovery-image] Dec 13 21:28:06.893 INFO O| Dec 13 21:28:06.892 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/sqlite3"
46552024-12-13T21:28:08.905Z[ recovery-image] Dec 13 21:28:06.893 INFO O| Dec 13 21:28:06.893 INFO STEP 87 (remove_files) COMPLETE
46562024-12-13T21:28:08.908Z[ recovery-image] Dec 13 21:28:06.893 INFO O| Dec 13 21:28:06.893 INFO STEP 88: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
46572024-12-13T21:28:08.927Z[ recovery-image] Dec 13 21:28:06.912 INFO O| Dec 13 21:28:06.912 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/strings"
46582024-12-13T21:28:08.927Z[ recovery-image] Dec 13 21:28:06.912 INFO O| Dec 13 21:28:06.912 INFO STEP 88 (remove_files) COMPLETE
46592024-12-13T21:28:08.927Z[ recovery-image] Dec 13 21:28:06.912 INFO O| Dec 13 21:28:06.912 INFO STEP 89: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
46602024-12-13T21:28:08.964Z[ recovery-image] Dec 13 21:28:06.951 INFO O| Dec 13 21:28:06.951 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/xml2-config"
46612024-12-13T21:28:08.964Z[ recovery-image] Dec 13 21:28:06.952 INFO O| Dec 13 21:28:06.951 INFO STEP 89 (remove_files) COMPLETE
46622024-12-13T21:28:08.967Z[ recovery-image] Dec 13 21:28:06.952 INFO O| Dec 13 21:28:06.952 INFO STEP 90: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
46632024-12-13T21:28:09.008Z[ recovery-image] Dec 13 21:28:06.995 INFO O| Dec 13 21:28:06.995 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/xmlcatalog"
46642024-12-13T21:28:09.028Z[ recovery-image] Dec 13 21:28:07.015 INFO O| Dec 13 21:28:07.015 INFO STEP 90 (remove_files) COMPLETE
46652024-12-13T21:28:09.028Z[ recovery-image] Dec 13 21:28:07.015 INFO O| Dec 13 21:28:07.015 INFO STEP 91: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
46662024-12-13T21:28:09.048Z[ recovery-image] Dec 13 21:28:07.035 INFO O| Dec 13 21:28:07.035 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/xmllint"
46672024-12-13T21:28:09.048Z[ recovery-image] Dec 13 21:28:07.035 INFO O| Dec 13 21:28:07.035 INFO STEP 91 (remove_files) COMPLETE
46682024-12-13T21:28:09.048Z[ recovery-image] Dec 13 21:28:07.035 INFO O| Dec 13 21:28:07.035 INFO STEP 92: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
46692024-12-13T21:28:09.066Z[ recovery-image] Dec 13 21:28:07.053 INFO O| Dec 13 21:28:07.053 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amt"
46702024-12-13T21:28:09.066Z[ recovery-image] Dec 13 21:28:07.053 INFO O| Dec 13 21:28:07.053 INFO STEP 92 (remove_files) COMPLETE
46712024-12-13T21:28:09.068Z[ recovery-image] Dec 13 21:28:07.053 INFO O| Dec 13 21:28:07.053 INFO STEP 93: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
46722024-12-13T21:28:09.084Z[ recovery-image] Dec 13 21:28:07.071 INFO O| Dec 13 21:28:07.071 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/arch"
46732024-12-13T21:28:09.084Z[ recovery-image] Dec 13 21:28:07.071 INFO O| Dec 13 21:28:07.071 INFO STEP 93 (remove_files) COMPLETE
46742024-12-13T21:28:09.084Z[ recovery-image] Dec 13 21:28:07.071 INFO O| Dec 13 21:28:07.071 INFO STEP 94: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
46752024-12-13T21:28:09.103Z[ recovery-image] Dec 13 21:28:07.090 INFO O| Dec 13 21:28:07.089 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/asa"
46762024-12-13T21:28:09.103Z[ recovery-image] Dec 13 21:28:07.090 INFO O| Dec 13 21:28:07.090 INFO STEP 94 (remove_files) COMPLETE
46772024-12-13T21:28:09.103Z[ recovery-image] Dec 13 21:28:07.090 INFO O| Dec 13 21:28:07.090 INFO STEP 95: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
46782024-12-13T21:28:09.135Z[ recovery-image] Dec 13 21:28:07.120 INFO O| Dec 13 21:28:07.120 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/at"
46792024-12-13T21:28:09.135Z[ recovery-image] Dec 13 21:28:07.120 INFO O| Dec 13 21:28:07.120 INFO STEP 95 (remove_files) COMPLETE
46802024-12-13T21:28:09.135Z[ recovery-image] Dec 13 21:28:07.120 INFO O| Dec 13 21:28:07.120 INFO STEP 96: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
46812024-12-13T21:28:09.168Z[ recovery-image] Dec 13 21:28:07.155 INFO O| Dec 13 21:28:07.155 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/atq"
46822024-12-13T21:28:09.168Z[ recovery-image] Dec 13 21:28:07.156 INFO O| Dec 13 21:28:07.155 INFO STEP 96 (remove_files) COMPLETE
46832024-12-13T21:28:09.172Z[ recovery-image] Dec 13 21:28:07.156 INFO O| Dec 13 21:28:07.156 INFO STEP 97: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
46842024-12-13T21:28:09.200Z[ recovery-image] Dec 13 21:28:07.187 INFO O| Dec 13 21:28:07.187 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/atrm"
46852024-12-13T21:28:09.200Z[ recovery-image] Dec 13 21:28:07.187 INFO O| Dec 13 21:28:07.187 INFO STEP 97 (remove_files) COMPLETE
46862024-12-13T21:28:09.200Z[ recovery-image] Dec 13 21:28:07.187 INFO O| Dec 13 21:28:07.187 INFO STEP 98: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
46872024-12-13T21:28:09.233Z[ recovery-image] Dec 13 21:28:07.220 INFO O| Dec 13 21:28:07.220 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/auths"
46882024-12-13T21:28:09.236Z[ recovery-image] Dec 13 21:28:07.220 INFO O| Dec 13 21:28:07.220 INFO STEP 98 (remove_files) COMPLETE
46892024-12-13T21:28:09.236Z[ recovery-image] Dec 13 21:28:07.220 INFO O| Dec 13 21:28:07.220 INFO STEP 99: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
46902024-12-13T21:28:09.251Z[ recovery-image] Dec 13 21:28:07.238 INFO O| Dec 13 21:28:07.238 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/banner"
46912024-12-13T21:28:09.285Z[ recovery-image] Dec 13 21:28:07.239 INFO O| Dec 13 21:28:07.238 INFO STEP 99 (remove_files) COMPLETE
46922024-12-13T21:28:09.285Z[ recovery-image] Dec 13 21:28:07.239 INFO O| Dec 13 21:28:07.239 INFO STEP 100: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
46932024-12-13T21:28:09.285Z[ recovery-image] Dec 13 21:28:07.256 INFO O| Dec 13 21:28:07.256 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/bashbug"
46942024-12-13T21:28:09.285Z[ recovery-image] Dec 13 21:28:07.257 INFO O| Dec 13 21:28:07.257 INFO STEP 100 (remove_files) COMPLETE
46952024-12-13T21:28:09.285Z[ recovery-image] Dec 13 21:28:07.258 INFO O| Dec 13 21:28:07.257 INFO STEP 101: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
46962024-12-13T21:28:09.348Z[ recovery-image] Dec 13 21:28:07.335 INFO O| Dec 13 21:28:07.335 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/batch"
46972024-12-13T21:28:09.350Z[ recovery-image] Dec 13 21:28:07.335 INFO O| Dec 13 21:28:07.335 INFO STEP 101 (remove_files) COMPLETE
46982024-12-13T21:28:09.350Z[ recovery-image] Dec 13 21:28:07.335 INFO O| Dec 13 21:28:07.335 INFO STEP 102: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
46992024-12-13T21:28:09.368Z[ recovery-image] Dec 13 21:28:07.355 INFO O| Dec 13 21:28:07.355 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/bc"
47002024-12-13T21:28:09.368Z[ recovery-image] Dec 13 21:28:07.355 INFO O| Dec 13 21:28:07.355 INFO STEP 102 (remove_files) COMPLETE
47012024-12-13T21:28:09.368Z[ recovery-image] Dec 13 21:28:07.355 INFO O| Dec 13 21:28:07.355 INFO STEP 103: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
47022024-12-13T21:28:09.388Z[ recovery-image] Dec 13 21:28:07.375 INFO O| Dec 13 21:28:07.375 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/bdiff"
47032024-12-13T21:28:09.388Z[ recovery-image] Dec 13 21:28:07.375 INFO O| Dec 13 21:28:07.375 INFO STEP 103 (remove_files) COMPLETE
47042024-12-13T21:28:09.391Z[ recovery-image] Dec 13 21:28:07.375 INFO O| Dec 13 21:28:07.375 INFO STEP 104: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
47052024-12-13T21:28:09.413Z[ recovery-image] Dec 13 21:28:07.400 INFO O| Dec 13 21:28:07.400 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/bg"
47062024-12-13T21:28:09.413Z[ recovery-image] Dec 13 21:28:07.400 INFO O| Dec 13 21:28:07.400 INFO STEP 104 (remove_files) COMPLETE
47072024-12-13T21:28:09.413Z[ recovery-image] Dec 13 21:28:07.400 INFO O| Dec 13 21:28:07.400 INFO STEP 105: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
47082024-12-13T21:28:09.434Z[ recovery-image] Dec 13 21:28:07.421 INFO O| Dec 13 21:28:07.421 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/brotli"
47092024-12-13T21:28:09.434Z[ recovery-image] Dec 13 21:28:07.421 INFO O| Dec 13 21:28:07.421 INFO STEP 105 (remove_files) COMPLETE
47102024-12-13T21:28:09.434Z[ recovery-image] Dec 13 21:28:07.421 INFO O| Dec 13 21:28:07.421 INFO STEP 106: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
47112024-12-13T21:28:09.455Z[ recovery-image] Dec 13 21:28:07.441 INFO O| Dec 13 21:28:07.441 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/bunzip2"
47122024-12-13T21:28:09.456Z[ recovery-image] Dec 13 21:28:07.442 INFO O| Dec 13 21:28:07.442 INFO STEP 106 (remove_files) COMPLETE
47132024-12-13T21:28:09.457Z[ recovery-image] Dec 13 21:28:07.442 INFO O| Dec 13 21:28:07.442 INFO STEP 107: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
47142024-12-13T21:28:09.497Z[ recovery-image] Dec 13 21:28:07.475 INFO O| Dec 13 21:28:07.475 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/busstat"
47152024-12-13T21:28:09.497Z[ recovery-image] Dec 13 21:28:07.475 INFO O| Dec 13 21:28:07.475 INFO STEP 107 (remove_files) COMPLETE
47162024-12-13T21:28:09.653Z[ recovery-image] Dec 13 21:28:07.475 INFO O| Dec 13 21:28:07.475 INFO STEP 108: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
47172024-12-13T21:28:09.697Z[ recovery-image] Dec 13 21:28:07.515 INFO O| Dec 13 21:28:07.515 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/bzcat"
47182024-12-13T21:28:09.697Z[ recovery-image] Dec 13 21:28:07.515 INFO O| Dec 13 21:28:07.515 INFO STEP 108 (remove_files) COMPLETE
47192024-12-13T21:28:09.697Z[ recovery-image] Dec 13 21:28:07.515 INFO O| Dec 13 21:28:07.515 INFO STEP 109: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
47202024-12-13T21:28:09.697Z[ recovery-image] Dec 13 21:28:07.563 INFO O| Dec 13 21:28:07.563 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/bzdiff"
47212024-12-13T21:28:09.697Z[ recovery-image] Dec 13 21:28:07.564 INFO O| Dec 13 21:28:07.564 INFO STEP 109 (remove_files) COMPLETE
47222024-12-13T21:28:09.698Z[ recovery-image] Dec 13 21:28:07.564 INFO O| Dec 13 21:28:07.564 INFO STEP 110: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
47232024-12-13T21:28:09.698Z[ recovery-image] Dec 13 21:28:07.584 INFO O| Dec 13 21:28:07.583 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/bzgrep"
47242024-12-13T21:28:09.700Z[ recovery-image] Dec 13 21:28:07.584 INFO O| Dec 13 21:28:07.584 INFO STEP 110 (remove_files) COMPLETE
47252024-12-13T21:28:09.700Z[ recovery-image] Dec 13 21:28:07.584 INFO O| Dec 13 21:28:07.584 INFO STEP 111: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
47262024-12-13T21:28:09.700Z[ recovery-image] Dec 13 21:28:07.607 INFO O| Dec 13 21:28:07.607 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/bzip2"
47272024-12-13T21:28:09.700Z[ recovery-image] Dec 13 21:28:07.607 INFO O| Dec 13 21:28:07.607 INFO STEP 111 (remove_files) COMPLETE
47282024-12-13T21:28:09.700Z[ recovery-image] Dec 13 21:28:07.607 INFO O| Dec 13 21:28:07.607 INFO STEP 112: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
47292024-12-13T21:28:09.700Z[ recovery-image] Dec 13 21:28:07.665 INFO O| Dec 13 21:28:07.665 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/bzip2recover"
47302024-12-13T21:28:09.700Z[ recovery-image] Dec 13 21:28:07.665 INFO O| Dec 13 21:28:07.665 INFO STEP 112 (remove_files) COMPLETE
47312024-12-13T21:28:09.700Z[ recovery-image] Dec 13 21:28:07.665 INFO O| Dec 13 21:28:07.665 INFO STEP 113: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
47322024-12-13T21:28:09.706Z[ recovery-image] Dec 13 21:28:07.686 INFO O| Dec 13 21:28:07.686 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/bzmore"
47332024-12-13T21:28:09.706Z[ host-image] Dec 13 21:28:07.686 INFO O| Dec 13 21:28:07.686 INFO O| Planning: Solver setup ... Done
47342024-12-13T21:28:09.706Z[ recovery-image] Dec 13 21:28:07.686 INFO O| Dec 13 21:28:07.686 INFO STEP 113 (remove_files) COMPLETE
47352024-12-13T21:28:09.706Z[ recovery-image] Dec 13 21:28:07.686 INFO O| Dec 13 21:28:07.686 INFO STEP 114: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
47362024-12-13T21:28:09.726Z[ host-image] Dec 13 21:28:07.693 INFO O| Dec 13 21:28:07.693 INFO O| Planning: Running solver ... Done
47372024-12-13T21:28:09.753Z[ recovery-image] Dec 13 21:28:07.739 INFO O| Dec 13 21:28:07.739 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/cal"
47382024-12-13T21:28:09.753Z[ recovery-image] Dec 13 21:28:07.739 INFO O| Dec 13 21:28:07.739 INFO STEP 114 (remove_files) COMPLETE
47392024-12-13T21:28:09.753Z[ recovery-image] Dec 13 21:28:07.739 INFO O| Dec 13 21:28:07.739 INFO STEP 115: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
47402024-12-13T21:28:09.793Z[ recovery-image] Dec 13 21:28:07.777 INFO O| Dec 13 21:28:07.777 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/captoinfo"
47412024-12-13T21:28:09.793Z[ recovery-image] Dec 13 21:28:07.777 INFO O| Dec 13 21:28:07.777 INFO STEP 115 (remove_files) COMPLETE
47422024-12-13T21:28:09.793Z[ recovery-image] Dec 13 21:28:07.777 INFO O| Dec 13 21:28:07.777 INFO STEP 116: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
47432024-12-13T21:28:09.817Z[ host-image] Dec 13 21:28:07.803 INFO O| Dec 13 21:28:07.803 INFO O| Planning: Finding local manifests ... Done
47442024-12-13T21:28:09.823Z[ host-image] Dec 13 21:28:07.804 INFO O| Dec 13 21:28:07.804 INFO O| Planning: Fetching manifests: 0/1 0% complete
47452024-12-13T21:28:09.832Z[ recovery-image] Dec 13 21:28:07.819 INFO O| Dec 13 21:28:07.819 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/cd"
47462024-12-13T21:28:09.838Z[ recovery-image] Dec 13 21:28:07.819 INFO O| Dec 13 21:28:07.819 INFO STEP 116 (remove_files) COMPLETE
47472024-12-13T21:28:09.838Z[ recovery-image] Dec 13 21:28:07.819 INFO O| Dec 13 21:28:07.819 INFO STEP 117: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
47482024-12-13T21:28:09.858Z[ recovery-image] Dec 13 21:28:07.845 INFO O| Dec 13 21:28:07.845 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/certutil"
47492024-12-13T21:28:09.882Z[ recovery-image] Dec 13 21:28:07.865 INFO O| Dec 13 21:28:07.865 INFO STEP 117 (remove_files) COMPLETE
47502024-12-13T21:28:09.882Z[ recovery-image] Dec 13 21:28:07.865 INFO O| Dec 13 21:28:07.865 INFO STEP 118: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
47512024-12-13T21:28:09.909Z[ recovery-image] Dec 13 21:28:07.896 INFO O| Dec 13 21:28:07.896 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/checkbandwidth"
47522024-12-13T21:28:09.909Z[ recovery-image] Dec 13 21:28:07.896 INFO O| Dec 13 21:28:07.896 INFO STEP 118 (remove_files) COMPLETE
47532024-12-13T21:28:09.912Z[ recovery-image] Dec 13 21:28:07.896 INFO O| Dec 13 21:28:07.896 INFO STEP 119: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
47542024-12-13T21:28:09.927Z[ recovery-image] Dec 13 21:28:07.915 INFO O| Dec 13 21:28:07.914 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/chgrp"
47552024-12-13T21:28:09.927Z[ recovery-image] Dec 13 21:28:07.915 INFO O| Dec 13 21:28:07.915 INFO STEP 119 (remove_files) COMPLETE
47562024-12-13T21:28:09.933Z[ recovery-image] Dec 13 21:28:07.915 INFO O| Dec 13 21:28:07.915 INFO STEP 120: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
47572024-12-13T21:28:09.961Z[ recovery-image] Dec 13 21:28:07.948 INFO O| Dec 13 21:28:07.948 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/chronyc"
47582024-12-13T21:28:09.965Z[ recovery-image] Dec 13 21:28:07.948 INFO O| Dec 13 21:28:07.948 INFO STEP 120 (remove_files) COMPLETE
47592024-12-13T21:28:09.965Z[ recovery-image] Dec 13 21:28:07.948 INFO O| Dec 13 21:28:07.948 INFO STEP 121: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
47602024-12-13T21:28:09.982Z[ recovery-image] Dec 13 21:28:07.968 INFO O| Dec 13 21:28:07.968 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/ckdate"
47612024-12-13T21:28:09.982Z[ recovery-image] Dec 13 21:28:07.968 INFO O| Dec 13 21:28:07.968 INFO STEP 121 (remove_files) COMPLETE
47622024-12-13T21:28:09.982Z[ recovery-image] Dec 13 21:28:07.968 INFO O| Dec 13 21:28:07.968 INFO STEP 122: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
47632024-12-13T21:28:10.000Z[ recovery-image] Dec 13 21:28:07.987 INFO O| Dec 13 21:28:07.987 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/ckgid"
47642024-12-13T21:28:10.000Z[ recovery-image] Dec 13 21:28:07.987 INFO O| Dec 13 21:28:07.987 INFO STEP 122 (remove_files) COMPLETE
47652024-12-13T21:28:10.000Z[ recovery-image] Dec 13 21:28:07.987 INFO O| Dec 13 21:28:07.987 INFO STEP 123: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
47662024-12-13T21:28:10.039Z[ recovery-image] Dec 13 21:28:08.026 INFO O| Dec 13 21:28:08.025 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/ckint"
47672024-12-13T21:28:10.039Z[ recovery-image] Dec 13 21:28:08.026 INFO O| Dec 13 21:28:08.026 INFO STEP 123 (remove_files) COMPLETE
47682024-12-13T21:28:10.041Z[ recovery-image] Dec 13 21:28:08.026 INFO O| Dec 13 21:28:08.026 INFO STEP 124: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
47692024-12-13T21:28:10.063Z[ recovery-image] Dec 13 21:28:08.050 INFO O| Dec 13 21:28:08.050 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/ckitem"
47702024-12-13T21:28:10.071Z[ recovery-image] Dec 13 21:28:08.050 INFO O| Dec 13 21:28:08.050 INFO STEP 124 (remove_files) COMPLETE
47712024-12-13T21:28:10.071Z[ recovery-image] Dec 13 21:28:08.050 INFO O| Dec 13 21:28:08.050 INFO STEP 125: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
47722024-12-13T21:28:10.080Z[ host-image] Dec 13 21:28:08.068 INFO O| Dec 13 21:28:08.067 INFO O| Planning: Fetching manifests: 1/1 100% complete
47732024-12-13T21:28:10.101Z[ recovery-image] Dec 13 21:28:08.088 INFO O| Dec 13 21:28:08.088 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/ckkeywd"
47742024-12-13T21:28:10.101Z[ recovery-image] Dec 13 21:28:08.088 INFO O| Dec 13 21:28:08.088 INFO STEP 125 (remove_files) COMPLETE
47752024-12-13T21:28:10.109Z[ recovery-image] Dec 13 21:28:08.089 INFO O| Dec 13 21:28:08.088 INFO STEP 126: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
47762024-12-13T21:28:10.112Z[ host-image] Dec 13 21:28:08.098 INFO O| Dec 13 21:28:08.098 INFO O| Planning: Package planning ... Done
47772024-12-13T21:28:10.112Z[ host-image] Dec 13 21:28:08.099 INFO O| Dec 13 21:28:08.099 INFO O| Planning: Merging actions ... Done
47782024-12-13T21:28:10.152Z[ recovery-image] Dec 13 21:28:08.139 INFO O| Dec 13 21:28:08.139 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/ckpath"
47792024-12-13T21:28:10.152Z[ recovery-image] Dec 13 21:28:08.139 INFO O| Dec 13 21:28:08.139 INFO STEP 126 (remove_files) COMPLETE
47802024-12-13T21:28:10.152Z[ recovery-image] Dec 13 21:28:08.139 INFO O| Dec 13 21:28:08.139 INFO STEP 127: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
47812024-12-13T21:28:10.169Z[ recovery-image] Dec 13 21:28:08.156 INFO O| Dec 13 21:28:08.156 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/ckrange"
47822024-12-13T21:28:10.170Z[ recovery-image] Dec 13 21:28:08.156 INFO O| Dec 13 21:28:08.156 INFO STEP 127 (remove_files) COMPLETE
47832024-12-13T21:28:10.170Z[ recovery-image] Dec 13 21:28:08.156 INFO O| Dec 13 21:28:08.156 INFO STEP 128: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
47842024-12-13T21:28:10.225Z[ recovery-image] Dec 13 21:28:08.209 INFO O| Dec 13 21:28:08.209 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/ckstr"
47852024-12-13T21:28:10.225Z[ recovery-image] Dec 13 21:28:08.209 INFO O| Dec 13 21:28:08.209 INFO STEP 128 (remove_files) COMPLETE
47862024-12-13T21:28:10.225Z[ recovery-image] Dec 13 21:28:08.209 INFO O| Dec 13 21:28:08.209 INFO STEP 129: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
47872024-12-13T21:28:10.246Z[ host-image] Dec 13 21:28:08.234 INFO O| Dec 13 21:28:08.233 INFO O| Planning: Checking for conflicting actions ... Done
47882024-12-13T21:28:10.250Z[ host-image] Dec 13 21:28:08.234 INFO O| Dec 13 21:28:08.234 INFO O| Planning: Consolidating action changes ... Done
47892024-12-13T21:28:10.282Z[ recovery-image] Dec 13 21:28:08.269 INFO O| Dec 13 21:28:08.269 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/cksum"
47902024-12-13T21:28:10.286Z[ recovery-image] Dec 13 21:28:08.269 INFO O| Dec 13 21:28:08.269 INFO STEP 129 (remove_files) COMPLETE
47912024-12-13T21:28:10.286Z[ recovery-image] Dec 13 21:28:08.269 INFO O| Dec 13 21:28:08.269 INFO STEP 130: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
47922024-12-13T21:28:10.301Z[ recovery-image] Dec 13 21:28:08.288 INFO O| Dec 13 21:28:08.288 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/cktime"
47932024-12-13T21:28:10.301Z[ recovery-image] Dec 13 21:28:08.288 INFO O| Dec 13 21:28:08.288 INFO STEP 130 (remove_files) COMPLETE
47942024-12-13T21:28:10.301Z[ recovery-image] Dec 13 21:28:08.288 INFO O| Dec 13 21:28:08.288 INFO STEP 131: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
47952024-12-13T21:28:10.319Z[ recovery-image] Dec 13 21:28:08.306 INFO O| Dec 13 21:28:08.306 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/ckuid"
47962024-12-13T21:28:10.319Z[ recovery-image] Dec 13 21:28:08.306 INFO O| Dec 13 21:28:08.306 INFO STEP 131 (remove_files) COMPLETE
47972024-12-13T21:28:10.319Z[ recovery-image] Dec 13 21:28:08.306 INFO O| Dec 13 21:28:08.306 INFO STEP 132: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
47982024-12-13T21:28:10.340Z[ recovery-image] Dec 13 21:28:08.326 INFO O| Dec 13 21:28:08.326 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/ckyorn"
47992024-12-13T21:28:10.340Z[ recovery-image] Dec 13 21:28:08.326 INFO O| Dec 13 21:28:08.326 INFO STEP 132 (remove_files) COMPLETE
48002024-12-13T21:28:10.340Z[ recovery-image] Dec 13 21:28:08.326 INFO O| Dec 13 21:28:08.326 INFO STEP 133: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
48012024-12-13T21:28:10.359Z[ recovery-image] Dec 13 21:28:08.346 INFO O| Dec 13 21:28:08.346 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/clear"
48022024-12-13T21:28:10.359Z[ recovery-image] Dec 13 21:28:08.346 INFO O| Dec 13 21:28:08.346 INFO STEP 133 (remove_files) COMPLETE
48032024-12-13T21:28:10.359Z[ recovery-image] Dec 13 21:28:08.346 INFO O| Dec 13 21:28:08.346 INFO STEP 134: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
48042024-12-13T21:28:10.377Z[ recovery-image] Dec 13 21:28:08.364 INFO O| Dec 13 21:28:08.364 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/cmp"
48052024-12-13T21:28:10.377Z[ recovery-image] Dec 13 21:28:08.364 INFO O| Dec 13 21:28:08.364 INFO STEP 134 (remove_files) COMPLETE
48062024-12-13T21:28:10.377Z[ recovery-image] Dec 13 21:28:08.364 INFO O| Dec 13 21:28:08.364 INFO STEP 135: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
48072024-12-13T21:28:10.396Z[ recovery-image] Dec 13 21:28:08.382 INFO O| Dec 13 21:28:08.382 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/col"
48082024-12-13T21:28:10.396Z[ recovery-image] Dec 13 21:28:08.382 INFO O| Dec 13 21:28:08.382 INFO STEP 135 (remove_files) COMPLETE
48092024-12-13T21:28:10.396Z[ recovery-image] Dec 13 21:28:08.382 INFO O| Dec 13 21:28:08.382 INFO STEP 136: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
48102024-12-13T21:28:10.430Z[ recovery-image] Dec 13 21:28:08.417 INFO O| Dec 13 21:28:08.417 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/comm"
48112024-12-13T21:28:10.430Z[ recovery-image] Dec 13 21:28:08.417 INFO O| Dec 13 21:28:08.417 INFO STEP 136 (remove_files) COMPLETE
48122024-12-13T21:28:10.433Z[ recovery-image] Dec 13 21:28:08.417 INFO O| Dec 13 21:28:08.417 INFO STEP 137: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
48132024-12-13T21:28:10.458Z[ recovery-image] Dec 13 21:28:08.445 INFO O| Dec 13 21:28:08.445 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/command"
48142024-12-13T21:28:10.463Z[ recovery-image] Dec 13 21:28:08.445 INFO O| Dec 13 21:28:08.445 INFO STEP 137 (remove_files) COMPLETE
48152024-12-13T21:28:10.463Z[ recovery-image] Dec 13 21:28:08.446 INFO O| Dec 13 21:28:08.445 INFO STEP 138: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
48162024-12-13T21:28:10.477Z[ recovery-image] Dec 13 21:28:08.464 INFO O| Dec 13 21:28:08.464 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/compress"
48172024-12-13T21:28:10.486Z[ recovery-image] Dec 13 21:28:08.465 INFO O| Dec 13 21:28:08.465 INFO STEP 138 (remove_files) COMPLETE
48182024-12-13T21:28:10.486Z[ recovery-image] Dec 13 21:28:08.465 INFO O| Dec 13 21:28:08.465 INFO STEP 139: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
48192024-12-13T21:28:10.497Z[ recovery-image] Dec 13 21:28:08.484 INFO O| Dec 13 21:28:08.483 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/connstat"
48202024-12-13T21:28:10.502Z[ recovery-image] Dec 13 21:28:08.484 INFO O| Dec 13 21:28:08.484 INFO STEP 139 (remove_files) COMPLETE
48212024-12-13T21:28:10.502Z[ recovery-image] Dec 13 21:28:08.484 INFO O| Dec 13 21:28:08.484 INFO STEP 140: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
48222024-12-13T21:28:10.513Z[ recovery-image] Dec 13 21:28:08.500 INFO O| Dec 13 21:28:08.500 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/cpio"
48232024-12-13T21:28:10.517Z[ recovery-image] Dec 13 21:28:08.501 INFO O| Dec 13 21:28:08.501 INFO STEP 140 (remove_files) COMPLETE
48242024-12-13T21:28:10.517Z[ recovery-image] Dec 13 21:28:08.501 INFO O| Dec 13 21:28:08.501 INFO STEP 141: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
48252024-12-13T21:28:10.531Z[ recovery-image] Dec 13 21:28:08.518 INFO O| Dec 13 21:28:08.518 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/cputrack"
48262024-12-13T21:28:10.533Z[ recovery-image] Dec 13 21:28:08.518 INFO O| Dec 13 21:28:08.518 INFO STEP 141 (remove_files) COMPLETE
48272024-12-13T21:28:10.533Z[ recovery-image] Dec 13 21:28:08.518 INFO O| Dec 13 21:28:08.518 INFO STEP 142: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
48282024-12-13T21:28:10.564Z[ recovery-image] Dec 13 21:28:08.551 INFO O| Dec 13 21:28:08.551 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/crle"
48292024-12-13T21:28:10.564Z[ recovery-image] Dec 13 21:28:08.551 INFO O| Dec 13 21:28:08.551 INFO STEP 142 (remove_files) COMPLETE
48302024-12-13T21:28:10.567Z[ recovery-image] Dec 13 21:28:08.551 INFO O| Dec 13 21:28:08.551 INFO STEP 143: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
48312024-12-13T21:28:10.605Z[ recovery-image] Dec 13 21:28:08.570 INFO O| Dec 13 21:28:08.570 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/crontab"
48322024-12-13T21:28:10.605Z[ recovery-image] Dec 13 21:28:08.570 INFO O| Dec 13 21:28:08.570 INFO STEP 143 (remove_files) COMPLETE
48332024-12-13T21:28:10.605Z[ recovery-image] Dec 13 21:28:08.570 INFO O| Dec 13 21:28:08.570 INFO STEP 144: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
48342024-12-13T21:28:10.605Z[ recovery-image] Dec 13 21:28:08.588 INFO O| Dec 13 21:28:08.588 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/crypt"
48352024-12-13T21:28:10.605Z[ recovery-image] Dec 13 21:28:08.588 INFO O| Dec 13 21:28:08.588 INFO STEP 144 (remove_files) COMPLETE
48362024-12-13T21:28:10.605Z[ recovery-image] Dec 13 21:28:08.588 INFO O| Dec 13 21:28:08.588 INFO STEP 145: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
48372024-12-13T21:28:10.667Z[ recovery-image] Dec 13 21:28:08.609 INFO O| Dec 13 21:28:08.609 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/csh"
48382024-12-13T21:28:10.667Z[ recovery-image] Dec 13 21:28:08.609 INFO O| Dec 13 21:28:08.609 INFO STEP 145 (remove_files) COMPLETE
48392024-12-13T21:28:10.667Z[ recovery-image] Dec 13 21:28:08.609 INFO O| Dec 13 21:28:08.609 INFO STEP 146: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
48402024-12-13T21:28:10.674Z[ recovery-image] Dec 13 21:28:08.628 INFO O| Dec 13 21:28:08.628 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/csplit"
48412024-12-13T21:28:10.674Z[ recovery-image] Dec 13 21:28:08.629 INFO O| Dec 13 21:28:08.628 INFO STEP 146 (remove_files) COMPLETE
48422024-12-13T21:28:10.674Z[ recovery-image] Dec 13 21:28:08.629 INFO O| Dec 13 21:28:08.629 INFO STEP 147: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
48432024-12-13T21:28:10.674Z[ recovery-image] Dec 13 21:28:08.647 INFO O| Dec 13 21:28:08.647 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/curl"
48442024-12-13T21:28:10.674Z[ recovery-image] Dec 13 21:28:08.647 INFO O| Dec 13 21:28:08.647 INFO STEP 147 (remove_files) COMPLETE
48452024-12-13T21:28:10.674Z[ recovery-image] Dec 13 21:28:08.647 INFO O| Dec 13 21:28:08.647 INFO STEP 148: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
48462024-12-13T21:28:10.689Z[ recovery-image] Dec 13 21:28:08.668 INFO O| Dec 13 21:28:08.668 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/curl-config"
48472024-12-13T21:28:10.689Z[ recovery-image] Dec 13 21:28:08.668 INFO O| Dec 13 21:28:08.668 INFO STEP 148 (remove_files) COMPLETE
48482024-12-13T21:28:10.689Z[ recovery-image] Dec 13 21:28:08.668 INFO O| Dec 13 21:28:08.668 INFO STEP 149: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
48492024-12-13T21:28:10.708Z[ host-image] Dec 13 21:28:08.671 INFO O| Dec 13 21:28:08.671 INFO O| Planning: Evaluating mediators ... Done
48502024-12-13T21:28:10.708Z[ host-image] Dec 13 21:28:08.672 INFO O| Dec 13 21:28:08.672 INFO O| Planning: Planning completed in 5.05 seconds
48512024-12-13T21:28:10.708Z[ host-image] Dec 13 21:28:08.674 INFO O| Dec 13 21:28:08.674 INFO O| Packages to install: 1
48522024-12-13T21:28:10.720Z[ host-image] Dec 13 21:28:08.694 INFO O| Dec 13 21:28:08.694 INFO O| Download: 0/4 items 0.0/10.0MB 0% complete
48532024-12-13T21:28:10.725Z[ recovery-image] Dec 13 21:28:08.705 INFO O| Dec 13 21:28:08.705 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/dc"
48542024-12-13T21:28:10.725Z[ recovery-image] Dec 13 21:28:08.705 INFO O| Dec 13 21:28:08.705 INFO STEP 149 (remove_files) COMPLETE
48552024-12-13T21:28:10.725Z[ recovery-image] Dec 13 21:28:08.705 INFO O| Dec 13 21:28:08.705 INFO STEP 150: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
48562024-12-13T21:28:10.751Z[ recovery-image] Dec 13 21:28:08.737 INFO O| Dec 13 21:28:08.737 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/decrypt"
48572024-12-13T21:28:10.751Z[ recovery-image] Dec 13 21:28:08.737 INFO O| Dec 13 21:28:08.737 INFO STEP 150 (remove_files) COMPLETE
48582024-12-13T21:28:10.751Z[ recovery-image] Dec 13 21:28:08.737 INFO O| Dec 13 21:28:08.737 INFO STEP 151: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
48592024-12-13T21:28:10.812Z[ recovery-image] Dec 13 21:28:08.797 INFO O| Dec 13 21:28:08.797 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/devattr"
48602024-12-13T21:28:10.812Z[ recovery-image] Dec 13 21:28:08.798 INFO O| Dec 13 21:28:08.798 INFO STEP 151 (remove_files) COMPLETE
48612024-12-13T21:28:10.821Z[ recovery-image] Dec 13 21:28:08.798 INFO O| Dec 13 21:28:08.798 INFO STEP 152: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
48622024-12-13T21:28:10.832Z[ recovery-image] Dec 13 21:28:08.818 INFO O| Dec 13 21:28:08.818 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/devfree"
48632024-12-13T21:28:10.832Z[ recovery-image] Dec 13 21:28:08.818 INFO O| Dec 13 21:28:08.818 INFO STEP 152 (remove_files) COMPLETE
48642024-12-13T21:28:10.832Z[ recovery-image] Dec 13 21:28:08.818 INFO O| Dec 13 21:28:08.818 INFO STEP 153: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
48652024-12-13T21:28:10.854Z[ recovery-image] Dec 13 21:28:08.841 INFO O| Dec 13 21:28:08.841 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/devreserv"
48662024-12-13T21:28:10.855Z[ recovery-image] Dec 13 21:28:08.841 INFO O| Dec 13 21:28:08.841 INFO STEP 153 (remove_files) COMPLETE
48672024-12-13T21:28:10.860Z[ recovery-image] Dec 13 21:28:08.841 INFO O| Dec 13 21:28:08.841 INFO STEP 154: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
48682024-12-13T21:28:10.877Z[ recovery-image] Dec 13 21:28:08.864 INFO O| Dec 13 21:28:08.864 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/diff3"
48692024-12-13T21:28:10.885Z[ recovery-image] Dec 13 21:28:08.864 INFO O| Dec 13 21:28:08.864 INFO STEP 154 (remove_files) COMPLETE
48702024-12-13T21:28:10.885Z[ recovery-image] Dec 13 21:28:08.864 INFO O| Dec 13 21:28:08.864 INFO STEP 155: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
48712024-12-13T21:28:10.900Z[ recovery-image] Dec 13 21:28:08.887 INFO O| Dec 13 21:28:08.887 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/digest"
48722024-12-13T21:28:10.908Z[ recovery-image] Dec 13 21:28:08.888 INFO O| Dec 13 21:28:08.887 INFO STEP 155 (remove_files) COMPLETE
48732024-12-13T21:28:10.908Z[ recovery-image] Dec 13 21:28:08.888 INFO O| Dec 13 21:28:08.888 INFO STEP 156: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
48742024-12-13T21:28:10.924Z[ recovery-image] Dec 13 21:28:08.911 INFO O| Dec 13 21:28:08.911 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/dircmp"
48752024-12-13T21:28:10.924Z[ recovery-image] Dec 13 21:28:08.911 INFO O| Dec 13 21:28:08.911 INFO STEP 156 (remove_files) COMPLETE
48762024-12-13T21:28:10.927Z[ recovery-image] Dec 13 21:28:08.912 INFO O| Dec 13 21:28:08.911 INFO STEP 157: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
48772024-12-13T21:28:10.945Z[ recovery-image] Dec 13 21:28:08.931 INFO O| Dec 13 21:28:08.931 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/dirname"
48782024-12-13T21:28:10.951Z[ recovery-image] Dec 13 21:28:08.932 INFO O| Dec 13 21:28:08.931 INFO STEP 157 (remove_files) COMPLETE
48792024-12-13T21:28:10.951Z[ recovery-image] Dec 13 21:28:08.932 INFO O| Dec 13 21:28:08.932 INFO STEP 158: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
48802024-12-13T21:28:10.966Z[ recovery-image] Dec 13 21:28:08.953 INFO O| Dec 13 21:28:08.953 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/diskinfo"
48812024-12-13T21:28:10.966Z[ recovery-image] Dec 13 21:28:08.953 INFO O| Dec 13 21:28:08.953 INFO STEP 158 (remove_files) COMPLETE
48822024-12-13T21:28:10.969Z[ recovery-image] Dec 13 21:28:08.953 INFO O| Dec 13 21:28:08.953 INFO STEP 159: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
48832024-12-13T21:28:10.992Z[ recovery-image] Dec 13 21:28:08.978 INFO O| Dec 13 21:28:08.978 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/diskscan"
48842024-12-13T21:28:10.992Z[ recovery-image] Dec 13 21:28:08.978 INFO O| Dec 13 21:28:08.978 INFO STEP 159 (remove_files) COMPLETE
48852024-12-13T21:28:10.992Z[ recovery-image] Dec 13 21:28:08.978 INFO O| Dec 13 21:28:08.978 INFO STEP 160: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
48862024-12-13T21:28:11.019Z[ host-image] Dec 13 21:28:09.006 INFO O| Dec 13 21:28:09.006 INFO O| Download: Completed 9.99 MB in 0.31 seconds (32.1M/s)
48872024-12-13T21:28:11.032Z[ recovery-image] Dec 13 21:28:09.008 INFO O| Dec 13 21:28:09.008 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/dispgid"
48882024-12-13T21:28:11.032Z[ recovery-image] Dec 13 21:28:09.008 INFO O| Dec 13 21:28:09.008 INFO STEP 160 (remove_files) COMPLETE
48892024-12-13T21:28:11.032Z[ recovery-image] Dec 13 21:28:09.008 INFO O| Dec 13 21:28:09.008 INFO STEP 161: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
48902024-12-13T21:28:11.041Z[ recovery-image] Dec 13 21:28:09.027 INFO O| Dec 13 21:28:09.027 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/dispuid"
48912024-12-13T21:28:11.041Z[ recovery-image] Dec 13 21:28:09.027 INFO O| Dec 13 21:28:09.027 INFO STEP 161 (remove_files) COMPLETE
48922024-12-13T21:28:11.042Z[ recovery-image] Dec 13 21:28:09.027 INFO O| Dec 13 21:28:09.027 INFO STEP 162: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
48932024-12-13T21:28:11.140Z[ recovery-image] Dec 13 21:28:09.127 INFO O| Dec 13 21:28:09.127 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/dos2unix"
48942024-12-13T21:28:11.140Z[ recovery-image] Dec 13 21:28:09.127 INFO O| Dec 13 21:28:09.127 INFO STEP 162 (remove_files) COMPLETE
48952024-12-13T21:28:11.144Z[ recovery-image] Dec 13 21:28:09.127 INFO O| Dec 13 21:28:09.127 INFO STEP 163: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
48962024-12-13T21:28:11.152Z[ host-image] Dec 13 21:28:09.139 INFO O| Dec 13 21:28:09.138 INFO O| Actions: 1/22 actions (Installing new actions)
48972024-12-13T21:28:11.175Z[ recovery-image] Dec 13 21:28:09.162 INFO O| Dec 13 21:28:09.162 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/du"
48982024-12-13T21:28:11.175Z[ recovery-image] Dec 13 21:28:09.162 INFO O| Dec 13 21:28:09.162 INFO STEP 163 (remove_files) COMPLETE
48992024-12-13T21:28:11.185Z[ recovery-image] Dec 13 21:28:09.162 INFO O| Dec 13 21:28:09.162 INFO STEP 164: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
49002024-12-13T21:28:11.203Z[ recovery-image] Dec 13 21:28:09.190 INFO O| Dec 13 21:28:09.190 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/dumpcs"
49012024-12-13T21:28:11.203Z[ recovery-image] Dec 13 21:28:09.190 INFO O| Dec 13 21:28:09.190 INFO STEP 164 (remove_files) COMPLETE
49022024-12-13T21:28:11.203Z[ recovery-image] Dec 13 21:28:09.190 INFO O| Dec 13 21:28:09.190 INFO STEP 165: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
49032024-12-13T21:28:11.237Z[ recovery-image] Dec 13 21:28:09.223 INFO O| Dec 13 21:28:09.223 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/dumpkeys"
49042024-12-13T21:28:11.250Z[ recovery-image] Dec 13 21:28:09.224 INFO O| Dec 13 21:28:09.224 INFO STEP 165 (remove_files) COMPLETE
49052024-12-13T21:28:11.250Z[ recovery-image] Dec 13 21:28:09.224 INFO O| Dec 13 21:28:09.224 INFO STEP 166: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
49062024-12-13T21:28:11.267Z[ recovery-image] Dec 13 21:28:09.254 INFO O| Dec 13 21:28:09.254 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/edit"
49072024-12-13T21:28:11.288Z[ recovery-image] Dec 13 21:28:09.274 INFO O| Dec 13 21:28:09.274 INFO STEP 166 (remove_files) COMPLETE
49082024-12-13T21:28:11.288Z[ recovery-image] Dec 13 21:28:09.274 INFO O| Dec 13 21:28:09.274 INFO STEP 167: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
49092024-12-13T21:28:11.313Z[ recovery-image] Dec 13 21:28:09.300 INFO O| Dec 13 21:28:09.300 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/eject"
49102024-12-13T21:28:11.336Z[ recovery-image] Dec 13 21:28:09.320 INFO O| Dec 13 21:28:09.320 INFO STEP 167 (remove_files) COMPLETE
49112024-12-13T21:28:11.336Z[ recovery-image] Dec 13 21:28:09.320 INFO O| Dec 13 21:28:09.320 INFO STEP 168: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
49122024-12-13T21:28:11.363Z[ recovery-image] Dec 13 21:28:09.350 INFO O| Dec 13 21:28:09.350 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/elfsign"
49132024-12-13T21:28:11.363Z[ recovery-image] Dec 13 21:28:09.350 INFO O| Dec 13 21:28:09.350 INFO STEP 168 (remove_files) COMPLETE
49142024-12-13T21:28:11.363Z[ recovery-image] Dec 13 21:28:09.350 INFO O| Dec 13 21:28:09.350 INFO STEP 169: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
49152024-12-13T21:28:11.419Z[ recovery-image] Dec 13 21:28:09.406 INFO O| Dec 13 21:28:09.406 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/elfwrap"
49162024-12-13T21:28:11.420Z[ recovery-image] Dec 13 21:28:09.406 INFO O| Dec 13 21:28:09.406 INFO STEP 169 (remove_files) COMPLETE
49172024-12-13T21:28:11.426Z[ recovery-image] Dec 13 21:28:09.406 INFO O| Dec 13 21:28:09.406 INFO STEP 170: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
49182024-12-13T21:28:11.454Z[ recovery-image] Dec 13 21:28:09.425 INFO O| Dec 13 21:28:09.425 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/encode_keychange"
49192024-12-13T21:28:11.454Z[ recovery-image] Dec 13 21:28:09.426 INFO O| Dec 13 21:28:09.426 INFO STEP 170 (remove_files) COMPLETE
49202024-12-13T21:28:11.459Z[ recovery-image] Dec 13 21:28:09.426 INFO O| Dec 13 21:28:09.426 INFO STEP 171: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
49212024-12-13T21:28:11.478Z[ recovery-image] Dec 13 21:28:09.444 INFO O| Dec 13 21:28:09.444 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/encrypt"
49222024-12-13T21:28:11.478Z[ recovery-image] Dec 13 21:28:09.444 INFO O| Dec 13 21:28:09.444 INFO STEP 171 (remove_files) COMPLETE
49232024-12-13T21:28:11.478Z[ recovery-image] Dec 13 21:28:09.444 INFO O| Dec 13 21:28:09.444 INFO STEP 172: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
49242024-12-13T21:28:11.495Z[ recovery-image] Dec 13 21:28:09.482 INFO O| Dec 13 21:28:09.482 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/enhance"
49252024-12-13T21:28:11.501Z[ recovery-image] Dec 13 21:28:09.482 INFO O| Dec 13 21:28:09.482 INFO STEP 172 (remove_files) COMPLETE
49262024-12-13T21:28:11.501Z[ recovery-image] Dec 13 21:28:09.482 INFO O| Dec 13 21:28:09.482 INFO STEP 173: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
49272024-12-13T21:28:11.516Z[ recovery-image] Dec 13 21:28:09.503 INFO O| Dec 13 21:28:09.503 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/env"
49282024-12-13T21:28:11.524Z[ recovery-image] Dec 13 21:28:09.503 INFO O| Dec 13 21:28:09.503 INFO STEP 173 (remove_files) COMPLETE
49292024-12-13T21:28:11.524Z[ recovery-image] Dec 13 21:28:09.503 INFO O| Dec 13 21:28:09.503 INFO STEP 174: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
49302024-12-13T21:28:11.554Z[ recovery-image] Dec 13 21:28:09.541 INFO O| Dec 13 21:28:09.541 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/etdump"
49312024-12-13T21:28:11.554Z[ recovery-image] Dec 13 21:28:09.541 INFO O| Dec 13 21:28:09.541 INFO STEP 174 (remove_files) COMPLETE
49322024-12-13T21:28:11.554Z[ recovery-image] Dec 13 21:28:09.541 INFO O| Dec 13 21:28:09.541 INFO STEP 175: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
49332024-12-13T21:28:11.593Z[ recovery-image] Dec 13 21:28:09.561 INFO O| Dec 13 21:28:09.561 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/expand"
49342024-12-13T21:28:11.593Z[ recovery-image] Dec 13 21:28:09.561 INFO O| Dec 13 21:28:09.561 INFO STEP 175 (remove_files) COMPLETE
49352024-12-13T21:28:11.593Z[ recovery-image] Dec 13 21:28:09.561 INFO O| Dec 13 21:28:09.561 INFO STEP 176: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
49362024-12-13T21:28:11.593Z[ host-image] Dec 13 21:28:09.561 INFO O| Dec 13 21:28:09.561 INFO O| Actions: Completed 22 actions in 0.42 seconds.
49372024-12-13T21:28:11.600Z[ recovery-image] Dec 13 21:28:09.584 INFO O| Dec 13 21:28:09.584 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/exstr"
49382024-12-13T21:28:11.600Z[ recovery-image] Dec 13 21:28:09.584 INFO O| Dec 13 21:28:09.584 INFO STEP 176 (remove_files) COMPLETE
49392024-12-13T21:28:11.600Z[ recovery-image] Dec 13 21:28:09.584 INFO O| Dec 13 21:28:09.584 INFO STEP 177: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
49402024-12-13T21:28:11.684Z[ recovery-image] Dec 13 21:28:09.666 INFO O| Dec 13 21:28:09.666 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/factor"
49412024-12-13T21:28:11.685Z[ recovery-image] Dec 13 21:28:09.667 INFO O| Dec 13 21:28:09.667 INFO STEP 177 (remove_files) COMPLETE
49422024-12-13T21:28:11.685Z[ recovery-image] Dec 13 21:28:09.667 INFO O| Dec 13 21:28:09.667 INFO STEP 178: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
49432024-12-13T21:28:11.699Z[ recovery-image] Dec 13 21:28:09.686 INFO O| Dec 13 21:28:09.686 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/false"
49442024-12-13T21:28:11.699Z[ recovery-image] Dec 13 21:28:09.686 INFO O| Dec 13 21:28:09.686 INFO STEP 178 (remove_files) COMPLETE
49452024-12-13T21:28:11.699Z[ recovery-image] Dec 13 21:28:09.686 INFO O| Dec 13 21:28:09.686 INFO STEP 179: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
49462024-12-13T21:28:11.718Z[ recovery-image] Dec 13 21:28:09.704 INFO O| Dec 13 21:28:09.704 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/fc"
49472024-12-13T21:28:11.718Z[ recovery-image] Dec 13 21:28:09.704 INFO O| Dec 13 21:28:09.704 INFO STEP 179 (remove_files) COMPLETE
49482024-12-13T21:28:11.718Z[ recovery-image] Dec 13 21:28:09.705 INFO O| Dec 13 21:28:09.704 INFO STEP 180: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
49492024-12-13T21:28:11.742Z[ recovery-image] Dec 13 21:28:09.725 INFO O| Dec 13 21:28:09.725 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/fdetach"
49502024-12-13T21:28:11.742Z[ recovery-image] Dec 13 21:28:09.725 INFO O| Dec 13 21:28:09.725 INFO STEP 180 (remove_files) COMPLETE
49512024-12-13T21:28:11.757Z[ recovery-image] Dec 13 21:28:09.725 INFO O| Dec 13 21:28:09.725 INFO STEP 181: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
49522024-12-13T21:28:11.845Z[ recovery-image] Dec 13 21:28:09.821 INFO O| Dec 13 21:28:09.821 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/fdformat"
49532024-12-13T21:28:11.885Z[ recovery-image] Dec 13 21:28:09.821 INFO O| Dec 13 21:28:09.821 INFO STEP 181 (remove_files) COMPLETE
49542024-12-13T21:28:11.886Z[ recovery-image] Dec 13 21:28:09.821 INFO O| Dec 13 21:28:09.821 INFO STEP 182: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
49552024-12-13T21:28:11.886Z[ recovery-image] Dec 13 21:28:09.841 INFO O| Dec 13 21:28:09.841 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/fg"
49562024-12-13T21:28:11.886Z[ recovery-image] Dec 13 21:28:09.842 INFO O| Dec 13 21:28:09.842 INFO STEP 182 (remove_files) COMPLETE
49572024-12-13T21:28:11.912Z[ recovery-image] Dec 13 21:28:09.842 INFO O| Dec 13 21:28:09.842 INFO STEP 183: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
49582024-12-13T21:28:11.912Z[ recovery-image] Dec 13 21:28:09.873 INFO O| Dec 13 21:28:09.873 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/fgrep"
49592024-12-13T21:28:11.917Z[ recovery-image] Dec 13 21:28:09.873 INFO O| Dec 13 21:28:09.873 INFO STEP 183 (remove_files) COMPLETE
49602024-12-13T21:28:11.917Z[ recovery-image] Dec 13 21:28:09.873 INFO O| Dec 13 21:28:09.873 INFO STEP 184: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
49612024-12-13T21:28:11.943Z[ recovery-image] Dec 13 21:28:09.907 INFO O| Dec 13 21:28:09.907 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/file"
49622024-12-13T21:28:11.943Z[ recovery-image] Dec 13 21:28:09.907 INFO O| Dec 13 21:28:09.907 INFO STEP 184 (remove_files) COMPLETE
49632024-12-13T21:28:11.943Z[ recovery-image] Dec 13 21:28:09.908 INFO O| Dec 13 21:28:09.907 INFO STEP 185: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
49642024-12-13T21:28:11.968Z[ host-image] Dec 13 21:28:09.930 INFO O| Dec 13 21:28:09.929 INFO O| Done
49652024-12-13T21:28:11.968Z[ host-image] Dec 13 21:28:09.930 INFO O| Dec 13 21:28:09.930 INFO O| Done
49662024-12-13T21:28:11.992Z[ recovery-image] Dec 13 21:28:09.942 INFO O| Dec 13 21:28:09.942 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/fixproc"
49672024-12-13T21:28:11.992Z[ recovery-image] Dec 13 21:28:09.942 INFO O| Dec 13 21:28:09.942 INFO STEP 185 (remove_files) COMPLETE
49682024-12-13T21:28:11.992Z[ recovery-image] Dec 13 21:28:09.942 INFO O| Dec 13 21:28:09.942 INFO STEP 186: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
49692024-12-13T21:28:12.008Z[ recovery-image] Dec 13 21:28:09.994 INFO O| Dec 13 21:28:09.994 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/fmt"
49702024-12-13T21:28:12.008Z[ recovery-image] Dec 13 21:28:09.994 INFO O| Dec 13 21:28:09.994 INFO STEP 186 (remove_files) COMPLETE
49712024-12-13T21:28:12.008Z[ recovery-image] Dec 13 21:28:09.994 INFO O| Dec 13 21:28:09.994 INFO STEP 187: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
49722024-12-13T21:28:12.026Z[ recovery-image] Dec 13 21:28:10.013 INFO O| Dec 13 21:28:10.013 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/fmtmsg"
49732024-12-13T21:28:12.026Z[ recovery-image] Dec 13 21:28:10.013 INFO O| Dec 13 21:28:10.013 INFO STEP 187 (remove_files) COMPLETE
49742024-12-13T21:28:12.030Z[ recovery-image] Dec 13 21:28:10.014 INFO O| Dec 13 21:28:10.013 INFO STEP 188: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
49752024-12-13T21:28:12.059Z[ recovery-image] Dec 13 21:28:10.046 INFO O| Dec 13 21:28:10.046 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/fold"
49762024-12-13T21:28:12.059Z[ recovery-image] Dec 13 21:28:10.046 INFO O| Dec 13 21:28:10.046 INFO STEP 188 (remove_files) COMPLETE
49772024-12-13T21:28:12.060Z[ recovery-image] Dec 13 21:28:10.046 INFO O| Dec 13 21:28:10.046 INFO STEP 189: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
49782024-12-13T21:28:12.079Z[ recovery-image] Dec 13 21:28:10.065 INFO O| Dec 13 21:28:10.065 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/fsstat"
49792024-12-13T21:28:12.079Z[ recovery-image] Dec 13 21:28:10.066 INFO O| Dec 13 21:28:10.066 INFO STEP 189 (remove_files) COMPLETE
49802024-12-13T21:28:12.079Z[ recovery-image] Dec 13 21:28:10.066 INFO O| Dec 13 21:28:10.066 INFO STEP 190: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
49812024-12-13T21:28:12.102Z[ recovery-image] Dec 13 21:28:10.081 INFO O| Dec 13 21:28:10.081 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/gclear"
49822024-12-13T21:28:12.102Z[ recovery-image] Dec 13 21:28:10.081 INFO O| Dec 13 21:28:10.081 INFO STEP 190 (remove_files) COMPLETE
49832024-12-13T21:28:12.102Z[ recovery-image] Dec 13 21:28:10.081 INFO O| Dec 13 21:28:10.081 INFO STEP 191: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
49842024-12-13T21:28:12.223Z[ recovery-image] Dec 13 21:28:10.121 INFO O| Dec 13 21:28:10.121 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/gcore"
49852024-12-13T21:28:12.223Z[ recovery-image] Dec 13 21:28:10.121 INFO O| Dec 13 21:28:10.121 INFO STEP 191 (remove_files) COMPLETE
49862024-12-13T21:28:12.235Z[ recovery-image] Dec 13 21:28:10.121 INFO O| Dec 13 21:28:10.121 INFO STEP 192: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
49872024-12-13T21:28:12.235Z[ recovery-image] Dec 13 21:28:10.138 INFO O| Dec 13 21:28:10.138 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/geniconvtbl"
49882024-12-13T21:28:12.235Z[ recovery-image] Dec 13 21:28:10.138 INFO O| Dec 13 21:28:10.138 INFO STEP 192 (remove_files) COMPLETE
49892024-12-13T21:28:12.235Z[ recovery-image] Dec 13 21:28:10.138 INFO O| Dec 13 21:28:10.138 INFO STEP 193: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
49902024-12-13T21:28:12.235Z[ recovery-image] Dec 13 21:28:10.155 INFO O| Dec 13 21:28:10.155 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/getconf"
49912024-12-13T21:28:12.235Z[ recovery-image] Dec 13 21:28:10.155 INFO O| Dec 13 21:28:10.155 INFO STEP 193 (remove_files) COMPLETE
49922024-12-13T21:28:12.235Z[ recovery-image] Dec 13 21:28:10.156 INFO O| Dec 13 21:28:10.155 INFO STEP 194: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
49932024-12-13T21:28:12.235Z[ recovery-image] Dec 13 21:28:10.195 INFO O| Dec 13 21:28:10.195 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/getdev"
49942024-12-13T21:28:12.235Z[ recovery-image] Dec 13 21:28:10.196 INFO O| Dec 13 21:28:10.195 INFO STEP 194 (remove_files) COMPLETE
49952024-12-13T21:28:12.235Z[ recovery-image] Dec 13 21:28:10.196 INFO O| Dec 13 21:28:10.196 INFO STEP 195: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
49962024-12-13T21:28:12.236Z[ recovery-image] Dec 13 21:28:10.216 INFO O| Dec 13 21:28:10.215 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/getdgrp"
49972024-12-13T21:28:12.248Z[ recovery-image] Dec 13 21:28:10.216 INFO O| Dec 13 21:28:10.216 INFO STEP 195 (remove_files) COMPLETE
49982024-12-13T21:28:12.248Z[ recovery-image] Dec 13 21:28:10.216 INFO O| Dec 13 21:28:10.216 INFO STEP 196: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
49992024-12-13T21:28:12.285Z[ recovery-image] Dec 13 21:28:10.255 INFO O| Dec 13 21:28:10.255 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/getent"
50002024-12-13T21:28:12.295Z[ recovery-image] Dec 13 21:28:10.255 INFO O| Dec 13 21:28:10.255 INFO STEP 196 (remove_files) COMPLETE
50012024-12-13T21:28:12.295Z[ recovery-image] Dec 13 21:28:10.255 INFO O| Dec 13 21:28:10.255 INFO STEP 197: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
50022024-12-13T21:28:12.295Z[ recovery-image] Dec 13 21:28:10.274 INFO O| Dec 13 21:28:10.274 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/getfacl"
50032024-12-13T21:28:12.295Z[ recovery-image] Dec 13 21:28:10.275 INFO O| Dec 13 21:28:10.274 INFO STEP 197 (remove_files) COMPLETE
50042024-12-13T21:28:12.295Z[ recovery-image] Dec 13 21:28:10.275 INFO O| Dec 13 21:28:10.275 INFO STEP 198: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
50052024-12-13T21:28:12.325Z[ recovery-image] Dec 13 21:28:10.303 INFO O| Dec 13 21:28:10.303 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/getopt"
50062024-12-13T21:28:12.325Z[ recovery-image] Dec 13 21:28:10.303 INFO O| Dec 13 21:28:10.303 INFO STEP 198 (remove_files) COMPLETE
50072024-12-13T21:28:12.325Z[ recovery-image] Dec 13 21:28:10.303 INFO O| Dec 13 21:28:10.303 INFO STEP 199: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
50082024-12-13T21:28:12.392Z[ recovery-image] Dec 13 21:28:10.354 INFO O| Dec 13 21:28:10.354 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/getopts"
50092024-12-13T21:28:12.392Z[ recovery-image] Dec 13 21:28:10.354 INFO O| Dec 13 21:28:10.354 INFO STEP 199 (remove_files) COMPLETE
50102024-12-13T21:28:12.392Z[ recovery-image] Dec 13 21:28:10.354 INFO O| Dec 13 21:28:10.354 INFO STEP 200: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
50112024-12-13T21:28:12.481Z[ recovery-image] Dec 13 21:28:10.413 INFO O| Dec 13 21:28:10.413 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/gettext"
50122024-12-13T21:28:12.481Z[ recovery-image] Dec 13 21:28:10.414 INFO O| Dec 13 21:28:10.413 INFO STEP 200 (remove_files) COMPLETE
50132024-12-13T21:28:12.481Z[ recovery-image] Dec 13 21:28:10.414 INFO O| Dec 13 21:28:10.414 INFO STEP 201: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
50142024-12-13T21:28:12.504Z[ recovery-image] Dec 13 21:28:10.432 INFO O| Dec 13 21:28:10.431 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/getvol"
50152024-12-13T21:28:12.504Z[ recovery-image] Dec 13 21:28:10.432 INFO O| Dec 13 21:28:10.432 INFO STEP 201 (remove_files) COMPLETE
50162024-12-13T21:28:12.504Z[ recovery-image] Dec 13 21:28:10.432 INFO O| Dec 13 21:28:10.432 INFO STEP 202: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
50172024-12-13T21:28:12.504Z[ recovery-image] Dec 13 21:28:10.449 INFO O| Dec 13 21:28:10.449 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/ginfocmp"
50182024-12-13T21:28:12.504Z[ recovery-image] Dec 13 21:28:10.449 INFO O| Dec 13 21:28:10.449 INFO STEP 202 (remove_files) COMPLETE
50192024-12-13T21:28:12.504Z[ recovery-image] Dec 13 21:28:10.449 INFO O| Dec 13 21:28:10.449 INFO STEP 203: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
50202024-12-13T21:28:12.550Z[ recovery-image] Dec 13 21:28:10.487 INFO O| Dec 13 21:28:10.487 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/groups"
50212024-12-13T21:28:12.550Z[ recovery-image] Dec 13 21:28:10.487 INFO O| Dec 13 21:28:10.487 INFO STEP 203 (remove_files) COMPLETE
50222024-12-13T21:28:12.550Z[ recovery-image] Dec 13 21:28:10.487 INFO O| Dec 13 21:28:10.487 INFO STEP 204: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
50232024-12-13T21:28:12.575Z[ recovery-image] Dec 13 21:28:10.543 INFO O| Dec 13 21:28:10.543 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/gtabs"
50242024-12-13T21:28:12.575Z[ recovery-image] Dec 13 21:28:10.543 INFO O| Dec 13 21:28:10.543 INFO STEP 204 (remove_files) COMPLETE
50252024-12-13T21:28:12.575Z[ recovery-image] Dec 13 21:28:10.543 INFO O| Dec 13 21:28:10.543 INFO STEP 205: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
50262024-12-13T21:28:12.603Z[ recovery-image] Dec 13 21:28:10.567 INFO O| Dec 13 21:28:10.567 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/gtic"
50272024-12-13T21:28:12.603Z[ recovery-image] Dec 13 21:28:10.567 INFO O| Dec 13 21:28:10.567 INFO STEP 205 (remove_files) COMPLETE
50282024-12-13T21:28:12.603Z[ recovery-image] Dec 13 21:28:10.567 INFO O| Dec 13 21:28:10.567 INFO STEP 206: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
50292024-12-13T21:28:12.616Z[ recovery-image] Dec 13 21:28:10.586 INFO O| Dec 13 21:28:10.586 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/gtoe"
50302024-12-13T21:28:12.630Z[ recovery-image] Dec 13 21:28:10.606 INFO O| Dec 13 21:28:10.606 INFO STEP 206 (remove_files) COMPLETE
50312024-12-13T21:28:12.630Z[ recovery-image] Dec 13 21:28:10.606 INFO O| Dec 13 21:28:10.606 INFO STEP 207: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
50322024-12-13T21:28:12.651Z[ recovery-image] Dec 13 21:28:10.625 INFO O| Dec 13 21:28:10.625 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/gtput"
50332024-12-13T21:28:12.651Z[ recovery-image] Dec 13 21:28:10.625 INFO O| Dec 13 21:28:10.625 INFO STEP 207 (remove_files) COMPLETE
50342024-12-13T21:28:12.651Z[ recovery-image] Dec 13 21:28:10.625 INFO O| Dec 13 21:28:10.625 INFO STEP 208: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
50352024-12-13T21:28:12.667Z[ recovery-image] Dec 13 21:28:10.647 INFO O| Dec 13 21:28:10.647 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/gtset"
50362024-12-13T21:28:12.667Z[ recovery-image] Dec 13 21:28:10.647 INFO O| Dec 13 21:28:10.647 INFO STEP 208 (remove_files) COMPLETE
50372024-12-13T21:28:12.688Z[ recovery-image] Dec 13 21:28:10.647 INFO O| Dec 13 21:28:10.647 INFO STEP 209: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
50382024-12-13T21:28:12.734Z[ recovery-image] Dec 13 21:28:10.669 INFO O| Dec 13 21:28:10.669 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/gunzip"
50392024-12-13T21:28:12.734Z[ recovery-image] Dec 13 21:28:10.669 INFO O| Dec 13 21:28:10.669 INFO STEP 209 (remove_files) COMPLETE
50402024-12-13T21:28:12.735Z[ recovery-image] Dec 13 21:28:10.669 INFO O| Dec 13 21:28:10.669 INFO STEP 210: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
50412024-12-13T21:28:12.772Z[ recovery-image] Dec 13 21:28:10.701 INFO O| Dec 13 21:28:10.701 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/gzcat"
50422024-12-13T21:28:12.772Z[ recovery-image] Dec 13 21:28:10.701 INFO O| Dec 13 21:28:10.701 INFO STEP 210 (remove_files) COMPLETE
50432024-12-13T21:28:12.772Z[ recovery-image] Dec 13 21:28:10.701 INFO O| Dec 13 21:28:10.701 INFO STEP 211: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
50442024-12-13T21:28:12.802Z[ recovery-image] Dec 13 21:28:10.744 INFO O| Dec 13 21:28:10.744 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/gzcmp"
50452024-12-13T21:28:12.802Z[ recovery-image] Dec 13 21:28:10.744 INFO O| Dec 13 21:28:10.744 INFO STEP 211 (remove_files) COMPLETE
50462024-12-13T21:28:12.802Z[ recovery-image] Dec 13 21:28:10.744 INFO O| Dec 13 21:28:10.744 INFO STEP 212: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
50472024-12-13T21:28:12.818Z[ recovery-image] Dec 13 21:28:10.775 INFO O| Dec 13 21:28:10.775 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/gzdiff"
50482024-12-13T21:28:12.818Z[ recovery-image] Dec 13 21:28:10.775 INFO O| Dec 13 21:28:10.775 INFO STEP 212 (remove_files) COMPLETE
50492024-12-13T21:28:12.818Z[ recovery-image] Dec 13 21:28:10.776 INFO O| Dec 13 21:28:10.775 INFO STEP 213: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
50502024-12-13T21:28:12.818Z[ recovery-image] Dec 13 21:28:10.792 INFO O| Dec 13 21:28:10.792 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/gzegrep"
50512024-12-13T21:28:12.818Z[ recovery-image] Dec 13 21:28:10.792 INFO O| Dec 13 21:28:10.792 INFO STEP 213 (remove_files) COMPLETE
50522024-12-13T21:28:12.818Z[ recovery-image] Dec 13 21:28:10.793 INFO O| Dec 13 21:28:10.793 INFO STEP 214: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
50532024-12-13T21:28:12.837Z[ recovery-image] Dec 13 21:28:10.808 INFO O| Dec 13 21:28:10.808 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/gzexe"
50542024-12-13T21:28:12.837Z[ recovery-image] Dec 13 21:28:10.808 INFO O| Dec 13 21:28:10.808 INFO STEP 214 (remove_files) COMPLETE
50552024-12-13T21:28:12.837Z[ recovery-image] Dec 13 21:28:10.808 INFO O| Dec 13 21:28:10.808 INFO STEP 215: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
50562024-12-13T21:28:12.865Z[ recovery-image] Dec 13 21:28:10.824 INFO O| Dec 13 21:28:10.824 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/gzfgrep"
50572024-12-13T21:28:12.865Z[ recovery-image] Dec 13 21:28:10.824 INFO O| Dec 13 21:28:10.824 INFO STEP 215 (remove_files) COMPLETE
50582024-12-13T21:28:12.865Z[ recovery-image] Dec 13 21:28:10.825 INFO O| Dec 13 21:28:10.824 INFO STEP 216: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
50592024-12-13T21:28:12.878Z[ recovery-image] Dec 13 21:28:10.842 INFO O| Dec 13 21:28:10.841 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/gzforce"
50602024-12-13T21:28:12.878Z[ recovery-image] Dec 13 21:28:10.842 INFO O| Dec 13 21:28:10.842 INFO STEP 216 (remove_files) COMPLETE
50612024-12-13T21:28:12.878Z[ recovery-image] Dec 13 21:28:10.842 INFO O| Dec 13 21:28:10.842 INFO STEP 217: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
50622024-12-13T21:28:12.895Z[ recovery-image] Dec 13 21:28:10.867 INFO O| Dec 13 21:28:10.867 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/gzgrep"
50632024-12-13T21:28:12.895Z[ recovery-image] Dec 13 21:28:10.867 INFO O| Dec 13 21:28:10.867 INFO STEP 217 (remove_files) COMPLETE
50642024-12-13T21:28:12.895Z[ recovery-image] Dec 13 21:28:10.867 INFO O| Dec 13 21:28:10.867 INFO STEP 218: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
50652024-12-13T21:28:12.948Z[ recovery-image] Dec 13 21:28:10.900 INFO O| Dec 13 21:28:10.900 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/gzip"
50662024-12-13T21:28:12.948Z[ recovery-image] Dec 13 21:28:10.900 INFO O| Dec 13 21:28:10.900 INFO STEP 218 (remove_files) COMPLETE
50672024-12-13T21:28:13.009Z[ recovery-image] Dec 13 21:28:10.900 INFO O| Dec 13 21:28:10.900 INFO STEP 219: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
50682024-12-13T21:28:13.009Z[ recovery-image] Dec 13 21:28:10.917 INFO O| Dec 13 21:28:10.916 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/gzless"
50692024-12-13T21:28:13.009Z[ recovery-image] Dec 13 21:28:10.917 INFO O| Dec 13 21:28:10.917 INFO STEP 219 (remove_files) COMPLETE
50702024-12-13T21:28:13.009Z[ recovery-image] Dec 13 21:28:10.917 INFO O| Dec 13 21:28:10.917 INFO STEP 220: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
50712024-12-13T21:28:13.009Z[ recovery-image] Dec 13 21:28:10.934 INFO O| Dec 13 21:28:10.934 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/gzmore"
50722024-12-13T21:28:13.009Z[ recovery-image] Dec 13 21:28:10.934 INFO O| Dec 13 21:28:10.934 INFO STEP 220 (remove_files) COMPLETE
50732024-12-13T21:28:13.009Z[ recovery-image] Dec 13 21:28:10.934 INFO O| Dec 13 21:28:10.934 INFO STEP 221: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
50742024-12-13T21:28:13.020Z[ recovery-image] Dec 13 21:28:10.994 INFO O| Dec 13 21:28:10.994 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/gznew"
50752024-12-13T21:28:13.020Z[ recovery-image] Dec 13 21:28:10.994 INFO O| Dec 13 21:28:10.994 INFO STEP 221 (remove_files) COMPLETE
50762024-12-13T21:28:13.020Z[ recovery-image] Dec 13 21:28:10.994 INFO O| Dec 13 21:28:10.994 INFO STEP 222: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
50772024-12-13T21:28:13.053Z[ recovery-image] Dec 13 21:28:11.014 INFO O| Dec 13 21:28:11.014 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/hash"
50782024-12-13T21:28:13.053Z[ recovery-image] Dec 13 21:28:11.014 INFO O| Dec 13 21:28:11.014 INFO STEP 222 (remove_files) COMPLETE
50792024-12-13T21:28:13.054Z[ recovery-image] Dec 13 21:28:11.014 INFO O| Dec 13 21:28:11.014 INFO STEP 223: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
50802024-12-13T21:28:13.108Z[ recovery-image] Dec 13 21:28:11.032 INFO O| Dec 13 21:28:11.032 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/hostid"
50812024-12-13T21:28:13.108Z[ recovery-image] Dec 13 21:28:11.032 INFO O| Dec 13 21:28:11.032 INFO STEP 223 (remove_files) COMPLETE
50822024-12-13T21:28:13.108Z[ recovery-image] Dec 13 21:28:11.032 INFO O| Dec 13 21:28:11.032 INFO STEP 224: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
50832024-12-13T21:28:13.120Z[ recovery-image] Dec 13 21:28:11.068 INFO O| Dec 13 21:28:11.068 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/hostname"
50842024-12-13T21:28:13.120Z[ recovery-image] Dec 13 21:28:11.068 INFO O| Dec 13 21:28:11.068 INFO STEP 224 (remove_files) COMPLETE
50852024-12-13T21:28:13.120Z[ recovery-image] Dec 13 21:28:11.068 INFO O| Dec 13 21:28:11.068 INFO STEP 225: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
50862024-12-13T21:28:13.120Z[ recovery-image] Dec 13 21:28:11.087 INFO O| Dec 13 21:28:11.087 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/i86/adb"
50872024-12-13T21:28:13.120Z[ recovery-image] Dec 13 21:28:11.087 INFO O| Dec 13 21:28:11.087 INFO STEP 225 (remove_files) COMPLETE
50882024-12-13T21:28:13.120Z[ recovery-image] Dec 13 21:28:11.087 INFO O| Dec 13 21:28:11.087 INFO STEP 226: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
50892024-12-13T21:28:13.143Z[ recovery-image] Dec 13 21:28:11.128 INFO O| Dec 13 21:28:11.128 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/i86/amt"
50902024-12-13T21:28:13.143Z[ recovery-image] Dec 13 21:28:11.128 INFO O| Dec 13 21:28:11.128 INFO STEP 226 (remove_files) COMPLETE
50912024-12-13T21:28:13.143Z[ recovery-image] Dec 13 21:28:11.128 INFO O| Dec 13 21:28:11.128 INFO STEP 227: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
50922024-12-13T21:28:13.189Z[ recovery-image] Dec 13 21:28:11.156 INFO O| Dec 13 21:28:11.156 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/i86/ksh"
50932024-12-13T21:28:13.189Z[ recovery-image] Dec 13 21:28:11.156 INFO O| Dec 13 21:28:11.156 INFO STEP 227 (remove_files) COMPLETE
50942024-12-13T21:28:13.204Z[ recovery-image] Dec 13 21:28:11.156 INFO O| Dec 13 21:28:11.156 INFO STEP 228: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
50952024-12-13T21:28:13.204Z[ host-image] Dec 13 21:28:11.163 INFO O| Dec 13 21:28:11.163 INFO O| Done
50962024-12-13T21:28:13.204Z[ recovery-image] Dec 13 21:28:11.176 INFO O| Dec 13 21:28:11.176 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/i86/mdb"
50972024-12-13T21:28:13.204Z[ recovery-image] Dec 13 21:28:11.176 INFO O| Dec 13 21:28:11.176 INFO STEP 228 (remove_files) COMPLETE
50982024-12-13T21:28:13.204Z[ recovery-image] Dec 13 21:28:11.176 INFO O| Dec 13 21:28:11.176 INFO STEP 229: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
50992024-12-13T21:28:13.248Z[ recovery-image] Dec 13 21:28:11.210 INFO O| Dec 13 21:28:11.210 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/i86/rksh"
51002024-12-13T21:28:13.248Z[ recovery-image] Dec 13 21:28:11.210 INFO O| Dec 13 21:28:11.210 INFO STEP 229 (remove_files) COMPLETE
51012024-12-13T21:28:13.248Z[ recovery-image] Dec 13 21:28:11.210 INFO O| Dec 13 21:28:11.210 INFO STEP 230: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
51022024-12-13T21:28:13.264Z[ recovery-image] Dec 13 21:28:11.230 INFO O| Dec 13 21:28:11.229 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/i86/rksh93"
51032024-12-13T21:28:13.264Z[ recovery-image] Dec 13 21:28:11.230 INFO O| Dec 13 21:28:11.230 INFO STEP 230 (remove_files) COMPLETE
51042024-12-13T21:28:13.264Z[ recovery-image] Dec 13 21:28:11.230 INFO O| Dec 13 21:28:11.230 INFO STEP 231: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
51052024-12-13T21:28:13.297Z[ recovery-image] Dec 13 21:28:11.262 INFO O| Dec 13 21:28:11.262 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/iconv"
51062024-12-13T21:28:13.297Z[ recovery-image] Dec 13 21:28:11.262 INFO O| Dec 13 21:28:11.262 INFO STEP 231 (remove_files) COMPLETE
51072024-12-13T21:28:13.297Z[ recovery-image] Dec 13 21:28:11.262 INFO O| Dec 13 21:28:11.262 INFO STEP 232: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
51082024-12-13T21:28:13.331Z[ recovery-image] Dec 13 21:28:11.280 INFO O| Dec 13 21:28:11.280 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/id"
51092024-12-13T21:28:13.331Z[ recovery-image] Dec 13 21:28:11.280 INFO O| Dec 13 21:28:11.280 INFO STEP 232 (remove_files) COMPLETE
51102024-12-13T21:28:13.332Z[ recovery-image] Dec 13 21:28:11.280 INFO O| Dec 13 21:28:11.280 INFO STEP 233: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
51112024-12-13T21:28:13.361Z[ recovery-image] Dec 13 21:28:11.315 INFO O| Dec 13 21:28:11.315 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/idn"
51122024-12-13T21:28:13.361Z[ recovery-image] Dec 13 21:28:11.315 INFO O| Dec 13 21:28:11.315 INFO STEP 233 (remove_files) COMPLETE
51132024-12-13T21:28:13.361Z[ recovery-image] Dec 13 21:28:11.316 INFO O| Dec 13 21:28:11.316 INFO STEP 234: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
51142024-12-13T21:28:13.395Z[ recovery-image] Dec 13 21:28:11.336 INFO O| Dec 13 21:28:11.335 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/infocmp"
51152024-12-13T21:28:13.395Z[ recovery-image] Dec 13 21:28:11.336 INFO O| Dec 13 21:28:11.336 INFO STEP 234 (remove_files) COMPLETE
51162024-12-13T21:28:13.395Z[ recovery-image] Dec 13 21:28:11.336 INFO O| Dec 13 21:28:11.336 INFO STEP 235: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
51172024-12-13T21:28:13.395Z[ recovery-image] Dec 13 21:28:11.354 INFO O| Dec 13 21:28:11.354 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/iostat"
51182024-12-13T21:28:13.395Z[ recovery-image] Dec 13 21:28:11.355 INFO O| Dec 13 21:28:11.355 INFO STEP 235 (remove_files) COMPLETE
51192024-12-13T21:28:13.395Z[ recovery-image] Dec 13 21:28:11.355 INFO O| Dec 13 21:28:11.355 INFO STEP 236: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
51202024-12-13T21:28:13.431Z[ recovery-image] Dec 13 21:28:11.395 INFO O| Dec 13 21:28:11.395 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/ipf-mod.pl"
51212024-12-13T21:28:13.455Z[ recovery-image] Dec 13 21:28:11.395 INFO O| Dec 13 21:28:11.395 INFO STEP 236 (remove_files) COMPLETE
51222024-12-13T21:28:13.455Z[ recovery-image] Dec 13 21:28:11.395 INFO O| Dec 13 21:28:11.395 INFO STEP 237: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
51232024-12-13T21:28:13.490Z[ recovery-image] Dec 13 21:28:11.448 INFO O| Dec 13 21:28:11.448 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/isainfo"
51242024-12-13T21:28:13.490Z[ recovery-image] Dec 13 21:28:11.448 INFO O| Dec 13 21:28:11.448 INFO STEP 237 (remove_files) COMPLETE
51252024-12-13T21:28:13.490Z[ recovery-image] Dec 13 21:28:11.448 INFO O| Dec 13 21:28:11.448 INFO STEP 238: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
51262024-12-13T21:28:13.507Z[ recovery-image] Dec 13 21:28:11.467 INFO O| Dec 13 21:28:11.467 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/isalist"
51272024-12-13T21:28:13.507Z[ recovery-image] Dec 13 21:28:11.467 INFO O| Dec 13 21:28:11.467 INFO STEP 238 (remove_files) COMPLETE
51282024-12-13T21:28:13.507Z[ recovery-image] Dec 13 21:28:11.467 INFO O| Dec 13 21:28:11.467 INFO STEP 239: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
51292024-12-13T21:28:13.525Z[ recovery-image] Dec 13 21:28:11.486 INFO O| Dec 13 21:28:11.486 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/jobs"
51302024-12-13T21:28:13.525Z[ recovery-image] Dec 13 21:28:11.486 INFO O| Dec 13 21:28:11.486 INFO STEP 239 (remove_files) COMPLETE
51312024-12-13T21:28:13.525Z[ recovery-image] Dec 13 21:28:11.486 INFO O| Dec 13 21:28:11.486 INFO STEP 240: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
51322024-12-13T21:28:13.597Z[ recovery-image] Dec 13 21:28:11.549 INFO O| Dec 13 21:28:11.549 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/join"
51332024-12-13T21:28:13.597Z[ recovery-image] Dec 13 21:28:11.549 INFO O| Dec 13 21:28:11.549 INFO STEP 240 (remove_files) COMPLETE
51342024-12-13T21:28:13.597Z[ recovery-image] Dec 13 21:28:11.549 INFO O| Dec 13 21:28:11.549 INFO STEP 241: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
51352024-12-13T21:28:13.625Z[ recovery-image] Dec 13 21:28:11.610 INFO O| Dec 13 21:28:11.610 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/kbd"
51362024-12-13T21:28:13.626Z[ recovery-image] Dec 13 21:28:11.611 INFO O| Dec 13 21:28:11.610 INFO STEP 241 (remove_files) COMPLETE
51372024-12-13T21:28:13.626Z[ recovery-image] Dec 13 21:28:11.611 INFO O| Dec 13 21:28:11.611 INFO STEP 242: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
51382024-12-13T21:28:13.715Z[ recovery-image] Dec 13 21:28:11.700 INFO O| Dec 13 21:28:11.700 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/kdestroy"
51392024-12-13T21:28:13.753Z[ recovery-image] Dec 13 21:28:11.720 INFO O| Dec 13 21:28:11.720 INFO STEP 242 (remove_files) COMPLETE
51402024-12-13T21:28:13.753Z[ recovery-image] Dec 13 21:28:11.720 INFO O| Dec 13 21:28:11.720 INFO STEP 243: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
51412024-12-13T21:28:13.851Z[ recovery-image] Dec 13 21:28:11.784 INFO O| Dec 13 21:28:11.784 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/keylogin"
51422024-12-13T21:28:14.082Z[ recovery-image] Dec 13 21:28:11.808 INFO O| Dec 13 21:28:11.808 INFO STEP 243 (remove_files) COMPLETE
51432024-12-13T21:28:14.082Z[ recovery-image] Dec 13 21:28:11.808 INFO O| Dec 13 21:28:11.808 INFO STEP 244: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
51442024-12-13T21:28:14.082Z[ recovery-image] Dec 13 21:28:11.863 INFO O| Dec 13 21:28:11.863 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/keylogout"
51452024-12-13T21:28:14.082Z[ recovery-image] Dec 13 21:28:11.886 INFO O| Dec 13 21:28:11.886 INFO STEP 244 (remove_files) COMPLETE
51462024-12-13T21:28:14.082Z[ recovery-image] Dec 13 21:28:11.886 INFO O| Dec 13 21:28:11.886 INFO STEP 245: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
51472024-12-13T21:28:14.082Z[ recovery-image] Dec 13 21:28:11.920 INFO O| Dec 13 21:28:11.919 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/kill"
51482024-12-13T21:28:14.083Z[ recovery-image] Dec 13 21:28:11.920 INFO O| Dec 13 21:28:11.920 INFO STEP 245 (remove_files) COMPLETE
51492024-12-13T21:28:14.083Z[ recovery-image] Dec 13 21:28:11.920 INFO O| Dec 13 21:28:11.920 INFO STEP 246: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
51502024-12-13T21:28:14.083Z[ recovery-image] Dec 13 21:28:11.971 INFO O| Dec 13 21:28:11.971 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/kinit"
51512024-12-13T21:28:14.083Z[ recovery-image] Dec 13 21:28:11.971 INFO O| Dec 13 21:28:11.971 INFO STEP 246 (remove_files) COMPLETE
51522024-12-13T21:28:14.083Z[ recovery-image] Dec 13 21:28:11.972 INFO O| Dec 13 21:28:11.971 INFO STEP 247: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
51532024-12-13T21:28:14.083Z[ recovery-image] Dec 13 21:28:11.990 INFO O| Dec 13 21:28:11.990 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/klist"
51542024-12-13T21:28:14.083Z[ recovery-image] Dec 13 21:28:12.000 INFO O| Dec 13 21:28:12.000 INFO STEP 247 (remove_files) COMPLETE
51552024-12-13T21:28:14.083Z[ recovery-image] Dec 13 21:28:12.000 INFO O| Dec 13 21:28:12.000 INFO STEP 248: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
51562024-12-13T21:28:14.083Z[ recovery-image] Dec 13 21:28:12.020 INFO O| Dec 13 21:28:12.020 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/kmfcfg"
51572024-12-13T21:28:14.083Z[ recovery-image] Dec 13 21:28:12.020 INFO O| Dec 13 21:28:12.020 INFO STEP 248 (remove_files) COMPLETE
51582024-12-13T21:28:14.083Z[ recovery-image] Dec 13 21:28:12.020 INFO O| Dec 13 21:28:12.020 INFO STEP 249: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
51592024-12-13T21:28:14.083Z[ recovery-image] Dec 13 21:28:12.054 INFO O| Dec 13 21:28:12.054 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/kpasswd"
51602024-12-13T21:28:14.083Z[ recovery-image] Dec 13 21:28:12.054 INFO O| Dec 13 21:28:12.054 INFO STEP 249 (remove_files) COMPLETE
51612024-12-13T21:28:14.083Z[ recovery-image] Dec 13 21:28:12.055 INFO O| Dec 13 21:28:12.054 INFO STEP 250: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
51622024-12-13T21:28:14.232Z[ recovery-image] Dec 13 21:28:12.073 INFO O| Dec 13 21:28:12.073 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/krb5-config"
51632024-12-13T21:28:14.232Z[ recovery-image] Dec 13 21:28:12.073 INFO O| Dec 13 21:28:12.073 INFO STEP 250 (remove_files) COMPLETE
51642024-12-13T21:28:14.232Z[ recovery-image] Dec 13 21:28:12.073 INFO O| Dec 13 21:28:12.073 INFO STEP 251: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
51652024-12-13T21:28:14.277Z[ recovery-image] Dec 13 21:28:12.091 INFO O| Dec 13 21:28:12.091 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/ksh93"
51662024-12-13T21:28:14.277Z[ recovery-image] Dec 13 21:28:12.105 INFO O| Dec 13 21:28:12.105 INFO STEP 251 (remove_files) COMPLETE
51672024-12-13T21:28:14.277Z[ recovery-image] Dec 13 21:28:12.105 INFO O| Dec 13 21:28:12.105 INFO STEP 252: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
51682024-12-13T21:28:14.277Z[ recovery-image] Dec 13 21:28:12.146 INFO O| Dec 13 21:28:12.146 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/ktutil"
51692024-12-13T21:28:14.277Z[ recovery-image] Dec 13 21:28:12.146 INFO O| Dec 13 21:28:12.146 INFO STEP 252 (remove_files) COMPLETE
51702024-12-13T21:28:14.277Z[ recovery-image] Dec 13 21:28:12.146 INFO O| Dec 13 21:28:12.146 INFO STEP 253: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
51712024-12-13T21:28:14.277Z[ recovery-image] Dec 13 21:28:12.163 INFO O| Dec 13 21:28:12.163 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/kvmstat"
51722024-12-13T21:28:14.277Z[ recovery-image] Dec 13 21:28:12.163 INFO O| Dec 13 21:28:12.163 INFO STEP 253 (remove_files) COMPLETE
51732024-12-13T21:28:14.278Z[ recovery-image] Dec 13 21:28:12.163 INFO O| Dec 13 21:28:12.163 INFO STEP 254: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
51742024-12-13T21:28:14.278Z[ recovery-image] Dec 13 21:28:12.192 INFO O| Dec 13 21:28:12.192 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/last"
51752024-12-13T21:28:14.278Z[ recovery-image] Dec 13 21:28:12.192 INFO O| Dec 13 21:28:12.192 INFO STEP 254 (remove_files) COMPLETE
51762024-12-13T21:28:14.278Z[ recovery-image] Dec 13 21:28:12.192 INFO O| Dec 13 21:28:12.192 INFO STEP 255: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
51772024-12-13T21:28:14.303Z[ recovery-image] Dec 13 21:28:12.266 INFO O| Dec 13 21:28:12.266 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/lastcomm"
51782024-12-13T21:28:14.303Z[ recovery-image] Dec 13 21:28:12.266 INFO O| Dec 13 21:28:12.266 INFO STEP 255 (remove_files) COMPLETE
51792024-12-13T21:28:14.303Z[ recovery-image] Dec 13 21:28:12.266 INFO O| Dec 13 21:28:12.266 INFO STEP 256: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
51802024-12-13T21:28:14.326Z[ recovery-image] Dec 13 21:28:12.285 INFO O| Dec 13 21:28:12.285 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/ld"
51812024-12-13T21:28:14.326Z[ recovery-image] Dec 13 21:28:12.286 INFO O| Dec 13 21:28:12.285 INFO STEP 256 (remove_files) COMPLETE
51822024-12-13T21:28:14.326Z[ recovery-image] Dec 13 21:28:12.286 INFO O| Dec 13 21:28:12.286 INFO STEP 257: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
51832024-12-13T21:28:14.344Z[ recovery-image] Dec 13 21:28:12.302 INFO O| Dec 13 21:28:12.302 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/ldd"
51842024-12-13T21:28:14.344Z[ recovery-image] Dec 13 21:28:12.303 INFO O| Dec 13 21:28:12.303 INFO STEP 257 (remove_files) COMPLETE
51852024-12-13T21:28:14.344Z[ recovery-image] Dec 13 21:28:12.303 INFO O| Dec 13 21:28:12.303 INFO STEP 258: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
51862024-12-13T21:28:14.366Z[ recovery-image] Dec 13 21:28:12.320 INFO O| Dec 13 21:28:12.320 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/less"
51872024-12-13T21:28:14.366Z[ recovery-image] Dec 13 21:28:12.320 INFO O| Dec 13 21:28:12.320 INFO STEP 258 (remove_files) COMPLETE
51882024-12-13T21:28:14.366Z[ recovery-image] Dec 13 21:28:12.320 INFO O| Dec 13 21:28:12.320 INFO STEP 259: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
51892024-12-13T21:28:14.417Z[ recovery-image] Dec 13 21:28:12.338 INFO O| Dec 13 21:28:12.338 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/lessecho"
51902024-12-13T21:28:14.417Z[ recovery-image] Dec 13 21:28:12.338 INFO O| Dec 13 21:28:12.338 INFO STEP 259 (remove_files) COMPLETE
51912024-12-13T21:28:14.417Z[ recovery-image] Dec 13 21:28:12.338 INFO O| Dec 13 21:28:12.338 INFO STEP 260: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
51922024-12-13T21:28:14.418Z[ recovery-image] Dec 13 21:28:12.357 INFO O| Dec 13 21:28:12.357 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/lesskey"
51932024-12-13T21:28:14.418Z[ recovery-image] Dec 13 21:28:12.357 INFO O| Dec 13 21:28:12.357 INFO STEP 260 (remove_files) COMPLETE
51942024-12-13T21:28:14.418Z[ recovery-image] Dec 13 21:28:12.357 INFO O| Dec 13 21:28:12.357 INFO STEP 261: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
51952024-12-13T21:28:14.490Z[ recovery-image] Dec 13 21:28:12.395 INFO O| Dec 13 21:28:12.395 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/lgrpinfo"
51962024-12-13T21:28:14.490Z[ recovery-image] Dec 13 21:28:12.395 INFO O| Dec 13 21:28:12.395 INFO STEP 261 (remove_files) COMPLETE
51972024-12-13T21:28:14.490Z[ recovery-image] Dec 13 21:28:12.395 INFO O| Dec 13 21:28:12.395 INFO STEP 262: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
51982024-12-13T21:28:17.736Z[ recovery-image] Dec 13 21:28:12.414 INFO O| Dec 13 21:28:12.414 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/line"
51992024-12-13T21:28:17.736Z[ recovery-image] Dec 13 21:28:12.414 INFO O| Dec 13 21:28:12.414 INFO STEP 262 (remove_files) COMPLETE
52002024-12-13T21:28:17.736Z[ recovery-image] Dec 13 21:28:12.414 INFO O| Dec 13 21:28:12.414 INFO STEP 263: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
52012024-12-13T21:28:17.736Z[ recovery-image] Dec 13 21:28:12.460 INFO O| Dec 13 21:28:12.460 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/listdgrp"
52022024-12-13T21:28:17.736Z[ recovery-image] Dec 13 21:28:12.460 INFO O| Dec 13 21:28:12.460 INFO STEP 263 (remove_files) COMPLETE
52032024-12-13T21:28:17.736Z[ recovery-image] Dec 13 21:28:12.460 INFO O| Dec 13 21:28:12.460 INFO STEP 264: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
52042024-12-13T21:28:17.736Z[ recovery-image] Dec 13 21:28:12.479 INFO O| Dec 13 21:28:12.479 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/listusers"
52052024-12-13T21:28:17.736Z[ recovery-image] Dec 13 21:28:12.479 INFO O| Dec 13 21:28:12.479 INFO STEP 264 (remove_files) COMPLETE
52062024-12-13T21:28:17.736Z[ recovery-image] Dec 13 21:28:12.479 INFO O| Dec 13 21:28:12.479 INFO STEP 265: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
52072024-12-13T21:28:17.843Z[ recovery-image] Dec 13 21:28:12.508 INFO O| Dec 13 21:28:12.508 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/loadkeys"
52082024-12-13T21:28:17.844Z[ recovery-image] Dec 13 21:28:12.509 INFO O| Dec 13 21:28:12.508 INFO STEP 265 (remove_files) COMPLETE
52092024-12-13T21:28:17.844Z[ recovery-image] Dec 13 21:28:12.509 INFO O| Dec 13 21:28:12.508 INFO STEP 266: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
52102024-12-13T21:28:17.844Z[ recovery-image] Dec 13 21:28:12.527 INFO O| Dec 13 21:28:12.527 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/logger"
52112024-12-13T21:28:17.844Z[ recovery-image] Dec 13 21:28:12.527 INFO O| Dec 13 21:28:12.527 INFO STEP 266 (remove_files) COMPLETE
52122024-12-13T21:28:17.844Z[ recovery-image] Dec 13 21:28:12.527 INFO O| Dec 13 21:28:12.527 INFO STEP 267: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
52132024-12-13T21:28:17.844Z[ recovery-image] Dec 13 21:28:12.545 INFO O| Dec 13 21:28:12.545 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/logins"
52142024-12-13T21:28:17.844Z[ recovery-image] Dec 13 21:28:12.545 INFO O| Dec 13 21:28:12.545 INFO STEP 267 (remove_files) COMPLETE
52152024-12-13T21:28:17.844Z[ recovery-image] Dec 13 21:28:12.545 INFO O| Dec 13 21:28:12.545 INFO STEP 268: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
52162024-12-13T21:28:17.844Z[ recovery-image] Dec 13 21:28:12.565 INFO O| Dec 13 21:28:12.564 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/logname"
52172024-12-13T21:28:17.844Z[ recovery-image] Dec 13 21:28:12.565 INFO O| Dec 13 21:28:12.565 INFO STEP 268 (remove_files) COMPLETE
52182024-12-13T21:28:17.844Z[ recovery-image] Dec 13 21:28:12.565 INFO O| Dec 13 21:28:12.565 INFO STEP 269: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
52192024-12-13T21:28:17.844Z[ recovery-image] Dec 13 21:28:12.583 INFO O| Dec 13 21:28:12.583 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/look"
52202024-12-13T21:28:17.844Z[ recovery-image] Dec 13 21:28:12.583 INFO O| Dec 13 21:28:12.583 INFO STEP 269 (remove_files) COMPLETE
52212024-12-13T21:28:17.844Z[ recovery-image] Dec 13 21:28:12.583 INFO O| Dec 13 21:28:12.583 INFO STEP 270: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
52222024-12-13T21:28:17.844Z[ recovery-image] Dec 13 21:28:12.612 INFO O| Dec 13 21:28:12.612 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/looker"
52232024-12-13T21:28:17.844Z[ recovery-image] Dec 13 21:28:12.612 INFO O| Dec 13 21:28:12.612 INFO STEP 270 (remove_files) COMPLETE
52242024-12-13T21:28:17.844Z[ recovery-image] Dec 13 21:28:12.612 INFO O| Dec 13 21:28:12.612 INFO STEP 271: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
52252024-12-13T21:28:17.844Z[ recovery-image] Dec 13 21:28:12.645 INFO O| Dec 13 21:28:12.645 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/lz4"
52262024-12-13T21:28:17.844Z[ recovery-image] Dec 13 21:28:12.645 INFO O| Dec 13 21:28:12.645 INFO STEP 271 (remove_files) COMPLETE
52272024-12-13T21:28:17.844Z[ recovery-image] Dec 13 21:28:12.645 INFO O| Dec 13 21:28:12.645 INFO STEP 272: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
52282024-12-13T21:28:17.844Z[ recovery-image] Dec 13 21:28:12.664 INFO O| Dec 13 21:28:12.664 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/lzmadec"
52292024-12-13T21:28:17.844Z[ recovery-image] Dec 13 21:28:12.665 INFO O| Dec 13 21:28:12.665 INFO STEP 272 (remove_files) COMPLETE
52302024-12-13T21:28:17.844Z[ recovery-image] Dec 13 21:28:12.665 INFO O| Dec 13 21:28:12.665 INFO STEP 273: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
52312024-12-13T21:28:17.844Z[ recovery-image] Dec 13 21:28:12.683 INFO O| Dec 13 21:28:12.682 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/lzmainfo"
52322024-12-13T21:28:17.845Z[ recovery-image] Dec 13 21:28:12.683 INFO O| Dec 13 21:28:12.683 INFO STEP 273 (remove_files) COMPLETE
52332024-12-13T21:28:17.845Z[ recovery-image] Dec 13 21:28:12.683 INFO O| Dec 13 21:28:12.683 INFO STEP 274: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
52342024-12-13T21:28:17.845Z[ recovery-image] Dec 13 21:28:12.699 INFO O| Dec 13 21:28:12.699 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/mac"
52352024-12-13T21:28:17.845Z[ recovery-image] Dec 13 21:28:12.699 INFO O| Dec 13 21:28:12.699 INFO STEP 274 (remove_files) COMPLETE
52362024-12-13T21:28:17.845Z[ recovery-image] Dec 13 21:28:12.699 INFO O| Dec 13 21:28:12.699 INFO STEP 275: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
52372024-12-13T21:28:17.845Z[ recovery-image] Dec 13 21:28:12.717 INFO O| Dec 13 21:28:12.717 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/mach"
52382024-12-13T21:28:17.845Z[ recovery-image] Dec 13 21:28:12.717 INFO O| Dec 13 21:28:12.717 INFO STEP 275 (remove_files) COMPLETE
52392024-12-13T21:28:17.845Z[ recovery-image] Dec 13 21:28:12.717 INFO O| Dec 13 21:28:12.717 INFO STEP 276: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
52402024-12-13T21:28:17.845Z[ recovery-image] Dec 13 21:28:12.734 INFO O| Dec 13 21:28:12.734 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/mailx"
52412024-12-13T21:28:17.845Z[ recovery-image] Dec 13 21:28:12.734 INFO O| Dec 13 21:28:12.734 INFO STEP 276 (remove_files) COMPLETE
52422024-12-13T21:28:17.845Z[ recovery-image] Dec 13 21:28:12.734 INFO O| Dec 13 21:28:12.734 INFO STEP 277: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
52432024-12-13T21:28:17.845Z[ recovery-image] Dec 13 21:28:12.771 INFO O| Dec 13 21:28:12.771 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/makedev"
52442024-12-13T21:28:17.845Z[ recovery-image] Dec 13 21:28:12.771 INFO O| Dec 13 21:28:12.771 INFO STEP 277 (remove_files) COMPLETE
52452024-12-13T21:28:17.845Z[ recovery-image] Dec 13 21:28:12.771 INFO O| Dec 13 21:28:12.771 INFO STEP 278: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
52462024-12-13T21:28:17.845Z[ recovery-image] Dec 13 21:28:12.804 INFO O| Dec 13 21:28:12.804 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/mdb"
52472024-12-13T21:28:17.845Z[ recovery-image] Dec 13 21:28:12.804 INFO O| Dec 13 21:28:12.804 INFO STEP 278 (remove_files) COMPLETE
52482024-12-13T21:28:17.845Z[ recovery-image] Dec 13 21:28:12.804 INFO O| Dec 13 21:28:12.804 INFO STEP 279: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
52492024-12-13T21:28:17.845Z[ recovery-image] Dec 13 21:28:12.861 INFO O| Dec 13 21:28:12.861 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/mesg"
52502024-12-13T21:28:17.845Z[ recovery-image] Dec 13 21:28:12.861 INFO O| Dec 13 21:28:12.861 INFO STEP 279 (remove_files) COMPLETE
52512024-12-13T21:28:17.845Z[ recovery-image] Dec 13 21:28:12.861 INFO O| Dec 13 21:28:12.861 INFO STEP 280: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
52522024-12-13T21:28:17.845Z[ recovery-image] Dec 13 21:28:12.923 INFO O| Dec 13 21:28:12.923 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/mib2c"
52532024-12-13T21:28:17.845Z[ recovery-image] Dec 13 21:28:12.923 INFO O| Dec 13 21:28:12.923 INFO STEP 280 (remove_files) COMPLETE
52542024-12-13T21:28:17.845Z[ recovery-image] Dec 13 21:28:12.923 INFO O| Dec 13 21:28:12.923 INFO STEP 281: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
52552024-12-13T21:28:17.845Z[ recovery-image] Dec 13 21:28:12.962 INFO O| Dec 13 21:28:12.962 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/mib2c-update"
52562024-12-13T21:28:17.845Z[ recovery-image] Dec 13 21:28:12.962 INFO O| Dec 13 21:28:12.962 INFO STEP 281 (remove_files) COMPLETE
52572024-12-13T21:28:17.845Z[ recovery-image] Dec 13 21:28:12.962 INFO O| Dec 13 21:28:12.962 INFO STEP 282: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
52582024-12-13T21:28:17.845Z[ recovery-image] Dec 13 21:28:12.983 INFO O| Dec 13 21:28:12.982 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/mkfifo"
52592024-12-13T21:28:17.845Z[ recovery-image] Dec 13 21:28:12.983 INFO O| Dec 13 21:28:12.983 INFO STEP 282 (remove_files) COMPLETE
52602024-12-13T21:28:17.845Z[ recovery-image] Dec 13 21:28:12.983 INFO O| Dec 13 21:28:12.983 INFO STEP 283: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
52612024-12-13T21:28:17.845Z[ recovery-image] Dec 13 21:28:13.004 INFO O| Dec 13 21:28:13.004 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/mkpwdict"
52622024-12-13T21:28:17.845Z[ recovery-image] Dec 13 21:28:13.004 INFO O| Dec 13 21:28:13.004 INFO STEP 283 (remove_files) COMPLETE
52632024-12-13T21:28:17.845Z[ recovery-image] Dec 13 21:28:13.004 INFO O| Dec 13 21:28:13.004 INFO STEP 284: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
52642024-12-13T21:28:17.846Z[ recovery-image] Dec 13 21:28:13.023 INFO O| Dec 13 21:28:13.023 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/moe"
52652024-12-13T21:28:17.846Z[ recovery-image] Dec 13 21:28:13.023 INFO O| Dec 13 21:28:13.023 INFO STEP 284 (remove_files) COMPLETE
52662024-12-13T21:28:17.846Z[ recovery-image] Dec 13 21:28:13.023 INFO O| Dec 13 21:28:13.023 INFO STEP 285: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
52672024-12-13T21:28:17.846Z[ recovery-image] Dec 13 21:28:13.055 INFO O| Dec 13 21:28:13.055 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/mpstat"
52682024-12-13T21:28:17.846Z[ recovery-image] Dec 13 21:28:13.055 INFO O| Dec 13 21:28:13.055 INFO STEP 285 (remove_files) COMPLETE
52692024-12-13T21:28:17.846Z[ recovery-image] Dec 13 21:28:13.055 INFO O| Dec 13 21:28:13.055 INFO STEP 286: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
52702024-12-13T21:28:17.846Z[ recovery-image] Dec 13 21:28:13.080 INFO O| Dec 13 21:28:13.079 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/mt"
52712024-12-13T21:28:17.846Z[ recovery-image] Dec 13 21:28:13.080 INFO O| Dec 13 21:28:13.080 INFO STEP 286 (remove_files) COMPLETE
52722024-12-13T21:28:17.846Z[ recovery-image] Dec 13 21:28:13.080 INFO O| Dec 13 21:28:13.080 INFO STEP 287: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
52732024-12-13T21:28:17.846Z[ recovery-image] Dec 13 21:28:13.098 INFO O| Dec 13 21:28:13.098 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/ncurses6-config"
52742024-12-13T21:28:17.846Z[ recovery-image] Dec 13 21:28:13.098 INFO O| Dec 13 21:28:13.098 INFO STEP 287 (remove_files) COMPLETE
52752024-12-13T21:28:17.846Z[ recovery-image] Dec 13 21:28:13.098 INFO O| Dec 13 21:28:13.098 INFO STEP 288: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
52762024-12-13T21:28:17.846Z[ recovery-image] Dec 13 21:28:13.125 INFO O| Dec 13 21:28:13.125 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/net-snmp-cert"
52772024-12-13T21:28:17.846Z[ recovery-image] Dec 13 21:28:13.125 INFO O| Dec 13 21:28:13.125 INFO STEP 288 (remove_files) COMPLETE
52782024-12-13T21:28:17.846Z[ recovery-image] Dec 13 21:28:13.125 INFO O| Dec 13 21:28:13.125 INFO STEP 289: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
52792024-12-13T21:28:17.846Z[ recovery-image] Dec 13 21:28:13.144 INFO O| Dec 13 21:28:13.144 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/net-snmp-config"
52802024-12-13T21:28:17.846Z[ recovery-image] Dec 13 21:28:13.144 INFO O| Dec 13 21:28:13.144 INFO STEP 289 (remove_files) COMPLETE
52812024-12-13T21:28:17.846Z[ recovery-image] Dec 13 21:28:13.144 INFO O| Dec 13 21:28:13.144 INFO STEP 290: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
52822024-12-13T21:28:17.846Z[ recovery-image] Dec 13 21:28:13.166 INFO O| Dec 13 21:28:13.166 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/net-snmp-create-v3-user"
52832024-12-13T21:28:17.846Z[ recovery-image] Dec 13 21:28:13.167 INFO O| Dec 13 21:28:13.167 INFO STEP 290 (remove_files) COMPLETE
52842024-12-13T21:28:17.846Z[ recovery-image] Dec 13 21:28:13.167 INFO O| Dec 13 21:28:13.167 INFO STEP 291: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
52852024-12-13T21:28:17.846Z[ recovery-image] Dec 13 21:28:13.193 INFO O| Dec 13 21:28:13.193 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/newform"
52862024-12-13T21:28:17.846Z[ recovery-image] Dec 13 21:28:13.193 INFO O| Dec 13 21:28:13.193 INFO STEP 291 (remove_files) COMPLETE
52872024-12-13T21:28:17.846Z[ recovery-image] Dec 13 21:28:13.193 INFO O| Dec 13 21:28:13.193 INFO STEP 292: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
52882024-12-13T21:28:17.846Z[ recovery-image] Dec 13 21:28:13.212 INFO O| Dec 13 21:28:13.211 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/newgrp"
52892024-12-13T21:28:17.846Z[ recovery-image] Dec 13 21:28:13.212 INFO O| Dec 13 21:28:13.212 INFO STEP 292 (remove_files) COMPLETE
52902024-12-13T21:28:17.846Z[ recovery-image] Dec 13 21:28:13.212 INFO O| Dec 13 21:28:13.212 INFO STEP 293: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
52912024-12-13T21:28:17.846Z[ recovery-image] Dec 13 21:28:13.229 INFO O| Dec 13 21:28:13.229 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/news"
52922024-12-13T21:28:17.846Z[ recovery-image] Dec 13 21:28:13.229 INFO O| Dec 13 21:28:13.229 INFO STEP 293 (remove_files) COMPLETE
52932024-12-13T21:28:17.846Z[ recovery-image] Dec 13 21:28:13.229 INFO O| Dec 13 21:28:13.229 INFO STEP 294: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
52942024-12-13T21:28:17.846Z[ recovery-image] Dec 13 21:28:13.260 INFO O| Dec 13 21:28:13.260 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/newtask"
52952024-12-13T21:28:17.846Z[ recovery-image] Dec 13 21:28:13.260 INFO O| Dec 13 21:28:13.260 INFO STEP 294 (remove_files) COMPLETE
52962024-12-13T21:28:17.846Z[ recovery-image] Dec 13 21:28:13.261 INFO O| Dec 13 21:28:13.260 INFO STEP 295: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
52972024-12-13T21:28:17.846Z[ recovery-image] Dec 13 21:28:13.280 INFO O| Dec 13 21:28:13.280 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/nice"
52982024-12-13T21:28:17.846Z[ recovery-image] Dec 13 21:28:13.280 INFO O| Dec 13 21:28:13.280 INFO STEP 295 (remove_files) COMPLETE
52992024-12-13T21:28:17.846Z[ recovery-image] Dec 13 21:28:13.280 INFO O| Dec 13 21:28:13.280 INFO STEP 296: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
53002024-12-13T21:28:17.846Z[ recovery-image] Dec 13 21:28:13.309 INFO O| Dec 13 21:28:13.309 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/nl"
53012024-12-13T21:28:17.846Z[ recovery-image] Dec 13 21:28:13.309 INFO O| Dec 13 21:28:13.309 INFO STEP 296 (remove_files) COMPLETE
53022024-12-13T21:28:17.847Z[ recovery-image] Dec 13 21:28:13.309 INFO O| Dec 13 21:28:13.309 INFO STEP 297: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
53032024-12-13T21:28:17.847Z[ recovery-image] Dec 13 21:28:13.329 INFO O| Dec 13 21:28:13.329 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/oawk"
53042024-12-13T21:28:17.847Z[ recovery-image] Dec 13 21:28:13.329 INFO O| Dec 13 21:28:13.329 INFO STEP 297 (remove_files) COMPLETE
53052024-12-13T21:28:17.847Z[ recovery-image] Dec 13 21:28:13.329 INFO O| Dec 13 21:28:13.329 INFO STEP 298: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
53062024-12-13T21:28:17.847Z[ recovery-image] Dec 13 21:28:13.351 INFO O| Dec 13 21:28:13.351 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/od"
53072024-12-13T21:28:17.885Z[ recovery-image] Dec 13 21:28:13.351 INFO O| Dec 13 21:28:13.351 INFO STEP 298 (remove_files) COMPLETE
53082024-12-13T21:28:17.886Z[ recovery-image] Dec 13 21:28:13.351 INFO O| Dec 13 21:28:13.351 INFO STEP 299: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
53092024-12-13T21:28:17.886Z[ recovery-image] Dec 13 21:28:13.388 INFO O| Dec 13 21:28:13.388 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/optisa"
53102024-12-13T21:28:17.886Z[ recovery-image] Dec 13 21:28:13.388 INFO O| Dec 13 21:28:13.388 INFO STEP 299 (remove_files) COMPLETE
53112024-12-13T21:28:17.886Z[ recovery-image] Dec 13 21:28:13.388 INFO O| Dec 13 21:28:13.388 INFO STEP 300: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
53122024-12-13T21:28:17.886Z[ recovery-image] Dec 13 21:28:13.407 INFO O| Dec 13 21:28:13.407 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pack"
53132024-12-13T21:28:17.886Z[ recovery-image] Dec 13 21:28:13.407 INFO O| Dec 13 21:28:13.407 INFO STEP 300 (remove_files) COMPLETE
53142024-12-13T21:28:17.886Z[ recovery-image] Dec 13 21:28:13.408 INFO O| Dec 13 21:28:13.407 INFO STEP 301: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
53152024-12-13T21:28:17.886Z[ recovery-image] Dec 13 21:28:13.427 INFO O| Dec 13 21:28:13.427 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/page"
53162024-12-13T21:28:17.886Z[ recovery-image] Dec 13 21:28:13.427 INFO O| Dec 13 21:28:13.427 INFO STEP 301 (remove_files) COMPLETE
53172024-12-13T21:28:17.886Z[ recovery-image] Dec 13 21:28:13.427 INFO O| Dec 13 21:28:13.427 INFO STEP 302: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
53182024-12-13T21:28:17.886Z[ recovery-image] Dec 13 21:28:13.458 INFO O| Dec 13 21:28:13.458 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pagesize"
53192024-12-13T21:28:17.886Z[ recovery-image] Dec 13 21:28:13.458 INFO O| Dec 13 21:28:13.458 INFO STEP 302 (remove_files) COMPLETE
53202024-12-13T21:28:17.886Z[ recovery-image] Dec 13 21:28:13.458 INFO O| Dec 13 21:28:13.458 INFO STEP 303: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
53212024-12-13T21:28:17.886Z[ recovery-image] Dec 13 21:28:13.476 INFO O| Dec 13 21:28:13.476 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pargs"
53222024-12-13T21:28:17.886Z[ recovery-image] Dec 13 21:28:13.477 INFO O| Dec 13 21:28:13.476 INFO STEP 303 (remove_files) COMPLETE
53232024-12-13T21:28:17.886Z[ recovery-image] Dec 13 21:28:13.477 INFO O| Dec 13 21:28:13.477 INFO STEP 304: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
53242024-12-13T21:28:17.886Z[ recovery-image] Dec 13 21:28:13.513 INFO O| Dec 13 21:28:13.513 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/passwd"
53252024-12-13T21:28:17.886Z[ recovery-image] Dec 13 21:28:13.513 INFO O| Dec 13 21:28:13.513 INFO STEP 304 (remove_files) COMPLETE
53262024-12-13T21:28:17.886Z[ recovery-image] Dec 13 21:28:13.513 INFO O| Dec 13 21:28:13.513 INFO STEP 305: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
53272024-12-13T21:28:17.886Z[ recovery-image] Dec 13 21:28:13.532 INFO O| Dec 13 21:28:13.532 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/paste"
53282024-12-13T21:28:17.886Z[ recovery-image] Dec 13 21:28:13.532 INFO O| Dec 13 21:28:13.532 INFO STEP 305 (remove_files) COMPLETE
53292024-12-13T21:28:17.886Z[ recovery-image] Dec 13 21:28:13.532 INFO O| Dec 13 21:28:13.532 INFO STEP 306: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
53302024-12-13T21:28:17.886Z[ recovery-image] Dec 13 21:28:13.568 INFO O| Dec 13 21:28:13.568 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pathchk"
53312024-12-13T21:28:17.886Z[ recovery-image] Dec 13 21:28:13.568 INFO O| Dec 13 21:28:13.568 INFO STEP 306 (remove_files) COMPLETE
53322024-12-13T21:28:17.886Z[ recovery-image] Dec 13 21:28:13.568 INFO O| Dec 13 21:28:13.568 INFO STEP 307: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
53332024-12-13T21:28:17.887Z[ recovery-image] Dec 13 21:28:13.606 INFO O| Dec 13 21:28:13.605 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pauxv"
53342024-12-13T21:28:17.887Z[ recovery-image] Dec 13 21:28:13.606 INFO O| Dec 13 21:28:13.606 INFO STEP 307 (remove_files) COMPLETE
53352024-12-13T21:28:17.887Z[ recovery-image] Dec 13 21:28:13.606 INFO O| Dec 13 21:28:13.606 INFO STEP 308: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
53362024-12-13T21:28:17.887Z[ recovery-image] Dec 13 21:28:13.624 INFO O| Dec 13 21:28:13.624 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pax"
53372024-12-13T21:28:17.887Z[ recovery-image] Dec 13 21:28:13.624 INFO O| Dec 13 21:28:13.624 INFO STEP 308 (remove_files) COMPLETE
53382024-12-13T21:28:17.887Z[ recovery-image] Dec 13 21:28:13.624 INFO O| Dec 13 21:28:13.624 INFO STEP 309: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
53392024-12-13T21:28:17.887Z[ recovery-image] Dec 13 21:28:13.645 INFO O| Dec 13 21:28:13.645 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pcap-config"
53402024-12-13T21:28:17.887Z[ recovery-image] Dec 13 21:28:13.645 INFO O| Dec 13 21:28:13.645 INFO STEP 309 (remove_files) COMPLETE
53412024-12-13T21:28:17.887Z[ recovery-image] Dec 13 21:28:13.645 INFO O| Dec 13 21:28:13.645 INFO STEP 310: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
53422024-12-13T21:28:17.887Z[ recovery-image] Dec 13 21:28:13.680 INFO O| Dec 13 21:28:13.680 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pcre-config"
53432024-12-13T21:28:17.887Z[ recovery-image] Dec 13 21:28:13.680 INFO O| Dec 13 21:28:13.680 INFO STEP 310 (remove_files) COMPLETE
53442024-12-13T21:28:17.887Z[ recovery-image] Dec 13 21:28:13.680 INFO O| Dec 13 21:28:13.680 INFO STEP 311: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
53452024-12-13T21:28:17.887Z[ recovery-image] Dec 13 21:28:13.699 INFO O| Dec 13 21:28:13.699 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pcre2-config"
53462024-12-13T21:28:17.887Z[ recovery-image] Dec 13 21:28:13.699 INFO O| Dec 13 21:28:13.699 INFO STEP 311 (remove_files) COMPLETE
53472024-12-13T21:28:17.887Z[ recovery-image] Dec 13 21:28:13.699 INFO O| Dec 13 21:28:13.699 INFO STEP 312: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
53482024-12-13T21:28:17.887Z[ recovery-image] Dec 13 21:28:13.717 INFO O| Dec 13 21:28:13.717 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pcre2grep"
53492024-12-13T21:28:17.887Z[ recovery-image] Dec 13 21:28:13.717 INFO O| Dec 13 21:28:13.717 INFO STEP 312 (remove_files) COMPLETE
53502024-12-13T21:28:17.887Z[ recovery-image] Dec 13 21:28:13.717 INFO O| Dec 13 21:28:13.717 INFO STEP 313: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
53512024-12-13T21:28:17.887Z[ recovery-image] Dec 13 21:28:13.736 INFO O| Dec 13 21:28:13.736 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pcre2test"
53522024-12-13T21:28:17.887Z[ recovery-image] Dec 13 21:28:13.736 INFO O| Dec 13 21:28:13.736 INFO STEP 313 (remove_files) COMPLETE
53532024-12-13T21:28:17.887Z[ recovery-image] Dec 13 21:28:13.736 INFO O| Dec 13 21:28:13.736 INFO STEP 314: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
53542024-12-13T21:28:17.887Z[ recovery-image] Dec 13 21:28:13.754 INFO O| Dec 13 21:28:13.754 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pcred"
53552024-12-13T21:28:17.887Z[ recovery-image] Dec 13 21:28:13.754 INFO O| Dec 13 21:28:13.754 INFO STEP 314 (remove_files) COMPLETE
53562024-12-13T21:28:17.888Z[ recovery-image] Dec 13 21:28:13.754 INFO O| Dec 13 21:28:13.754 INFO STEP 315: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
53572024-12-13T21:28:17.888Z[ recovery-image] Dec 13 21:28:13.772 INFO O| Dec 13 21:28:13.772 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pcregrep"
53582024-12-13T21:28:17.888Z[ recovery-image] Dec 13 21:28:13.772 INFO O| Dec 13 21:28:13.772 INFO STEP 315 (remove_files) COMPLETE
53592024-12-13T21:28:17.888Z[ recovery-image] Dec 13 21:28:13.772 INFO O| Dec 13 21:28:13.772 INFO STEP 316: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
53602024-12-13T21:28:17.888Z[ recovery-image] Dec 13 21:28:13.791 INFO O| Dec 13 21:28:13.791 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pcretest"
53612024-12-13T21:28:17.888Z[ recovery-image] Dec 13 21:28:13.791 INFO O| Dec 13 21:28:13.791 INFO STEP 316 (remove_files) COMPLETE
53622024-12-13T21:28:17.888Z[ recovery-image] Dec 13 21:28:13.791 INFO O| Dec 13 21:28:13.791 INFO STEP 317: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
53632024-12-13T21:28:17.889Z[ recovery-image] Dec 13 21:28:13.808 INFO O| Dec 13 21:28:13.808 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/penv"
53642024-12-13T21:28:17.889Z[ recovery-image] Dec 13 21:28:13.808 INFO O| Dec 13 21:28:13.808 INFO STEP 317 (remove_files) COMPLETE
53652024-12-13T21:28:17.889Z[ recovery-image] Dec 13 21:28:13.808 INFO O| Dec 13 21:28:13.808 INFO STEP 318: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
53662024-12-13T21:28:17.889Z[ recovery-image] Dec 13 21:28:13.823 INFO O| Dec 13 21:28:13.823 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pfbash"
53672024-12-13T21:28:17.889Z[ recovery-image] Dec 13 21:28:13.823 INFO O| Dec 13 21:28:13.823 INFO STEP 318 (remove_files) COMPLETE
53682024-12-13T21:28:17.889Z[ recovery-image] Dec 13 21:28:13.823 INFO O| Dec 13 21:28:13.823 INFO STEP 319: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
53692024-12-13T21:28:17.889Z[ recovery-image] Dec 13 21:28:13.840 INFO O| Dec 13 21:28:13.840 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pfcsh"
53702024-12-13T21:28:17.889Z[ recovery-image] Dec 13 21:28:13.840 INFO O| Dec 13 21:28:13.840 INFO STEP 319 (remove_files) COMPLETE
53712024-12-13T21:28:17.889Z[ recovery-image] Dec 13 21:28:13.840 INFO O| Dec 13 21:28:13.840 INFO STEP 320: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
53722024-12-13T21:28:17.889Z[ recovery-image] Dec 13 21:28:13.857 INFO O| Dec 13 21:28:13.857 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pfiles"
53732024-12-13T21:28:17.889Z[ recovery-image] Dec 13 21:28:13.857 INFO O| Dec 13 21:28:13.857 INFO STEP 320 (remove_files) COMPLETE
53742024-12-13T21:28:17.889Z[ recovery-image] Dec 13 21:28:13.857 INFO O| Dec 13 21:28:13.857 INFO STEP 321: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
53752024-12-13T21:28:17.889Z[ recovery-image] Dec 13 21:28:13.873 INFO O| Dec 13 21:28:13.873 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pfksh"
53762024-12-13T21:28:17.889Z[ recovery-image] Dec 13 21:28:13.873 INFO O| Dec 13 21:28:13.873 INFO STEP 321 (remove_files) COMPLETE
53772024-12-13T21:28:17.889Z[ recovery-image] Dec 13 21:28:13.874 INFO O| Dec 13 21:28:13.873 INFO STEP 322: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
53782024-12-13T21:28:17.890Z[ recovery-image] Dec 13 21:28:13.890 INFO O| Dec 13 21:28:13.890 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pfksh93"
53792024-12-13T21:28:17.890Z[ recovery-image] Dec 13 21:28:13.891 INFO O| Dec 13 21:28:13.890 INFO STEP 322 (remove_files) COMPLETE
53802024-12-13T21:28:17.890Z[ recovery-image] Dec 13 21:28:13.891 INFO O| Dec 13 21:28:13.890 INFO STEP 323: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
53812024-12-13T21:28:17.890Z[ recovery-image] Dec 13 21:28:13.908 INFO O| Dec 13 21:28:13.908 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pflags"
53822024-12-13T21:28:17.890Z[ recovery-image] Dec 13 21:28:13.908 INFO O| Dec 13 21:28:13.908 INFO STEP 323 (remove_files) COMPLETE
53832024-12-13T21:28:17.890Z[ recovery-image] Dec 13 21:28:13.908 INFO O| Dec 13 21:28:13.908 INFO STEP 324: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
53842024-12-13T21:28:17.890Z[ recovery-image] Dec 13 21:28:13.937 INFO O| Dec 13 21:28:13.937 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pfrksh"
53852024-12-13T21:28:17.890Z[ recovery-image] Dec 13 21:28:13.937 INFO O| Dec 13 21:28:13.937 INFO STEP 324 (remove_files) COMPLETE
53862024-12-13T21:28:17.890Z[ recovery-image] Dec 13 21:28:13.937 INFO O| Dec 13 21:28:13.937 INFO STEP 325: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
53872024-12-13T21:28:17.890Z[ recovery-image] Dec 13 21:28:13.973 INFO O| Dec 13 21:28:13.973 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pfrksh93"
53882024-12-13T21:28:17.890Z[ recovery-image] Dec 13 21:28:13.973 INFO O| Dec 13 21:28:13.973 INFO STEP 325 (remove_files) COMPLETE
53892024-12-13T21:28:17.890Z[ recovery-image] Dec 13 21:28:13.973 INFO O| Dec 13 21:28:13.973 INFO STEP 326: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
53902024-12-13T21:28:17.890Z[ host-image] Dec 13 21:28:13.999 INFO O| Dec 13 21:28:13.998 INFO O| Done
53912024-12-13T21:28:17.890Z[ recovery-image] Dec 13 21:28:14.034 INFO O| Dec 13 21:28:14.034 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pfsh"
53922024-12-13T21:28:17.890Z[ recovery-image] Dec 13 21:28:14.034 INFO O| Dec 13 21:28:14.034 INFO STEP 326 (remove_files) COMPLETE
53932024-12-13T21:28:17.890Z[ recovery-image] Dec 13 21:28:14.034 INFO O| Dec 13 21:28:14.034 INFO STEP 327: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
53942024-12-13T21:28:17.890Z[ host-image] Dec 13 21:28:14.041 INFO O| Dec 13 21:28:14.041 INFO O| Done
53952024-12-13T21:28:17.890Z[ host-image] Dec 13 21:28:14.041 INFO O| Dec 13 21:28:14.041 INFO O| Done
53962024-12-13T21:28:17.890Z[ recovery-image] Dec 13 21:28:14.058 INFO O| Dec 13 21:28:14.058 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pftcsh"
53972024-12-13T21:28:17.891Z[ recovery-image] Dec 13 21:28:14.058 INFO O| Dec 13 21:28:14.058 INFO STEP 327 (remove_files) COMPLETE
53982024-12-13T21:28:17.891Z[ recovery-image] Dec 13 21:28:14.058 INFO O| Dec 13 21:28:14.058 INFO STEP 328: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
53992024-12-13T21:28:17.893Z[ host-image] Dec 13 21:28:14.062 INFO O| Dec 13 21:28:14.061 INFO O| Done
54002024-12-13T21:28:17.893Z[ recovery-image] Dec 13 21:28:14.079 INFO O| Dec 13 21:28:14.079 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pfzsh"
54012024-12-13T21:28:17.893Z[ recovery-image] Dec 13 21:28:14.079 INFO O| Dec 13 21:28:14.079 INFO STEP 328 (remove_files) COMPLETE
54022024-12-13T21:28:17.893Z[ recovery-image] Dec 13 21:28:14.079 INFO O| Dec 13 21:28:14.079 INFO STEP 329: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
54032024-12-13T21:28:17.893Z[ recovery-image] Dec 13 21:28:14.099 INFO O| Dec 13 21:28:14.099 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pg"
54042024-12-13T21:28:17.893Z[ recovery-image] Dec 13 21:28:14.117 INFO O| Dec 13 21:28:14.117 INFO STEP 329 (remove_files) COMPLETE
54052024-12-13T21:28:17.893Z[ recovery-image] Dec 13 21:28:14.117 INFO O| Dec 13 21:28:14.117 INFO STEP 330: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
54062024-12-13T21:28:17.893Z[ recovery-image] Dec 13 21:28:14.156 INFO O| Dec 13 21:28:14.156 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pginfo"
54072024-12-13T21:28:17.909Z[ recovery-image] Dec 13 21:28:14.156 INFO O| Dec 13 21:28:14.156 INFO STEP 330 (remove_files) COMPLETE
54082024-12-13T21:28:17.910Z[ recovery-image] Dec 13 21:28:14.156 INFO O| Dec 13 21:28:14.156 INFO STEP 331: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
54092024-12-13T21:28:17.910Z[ recovery-image] Dec 13 21:28:14.175 INFO O| Dec 13 21:28:14.175 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pgstat"
54102024-12-13T21:28:17.910Z[ recovery-image] Dec 13 21:28:14.175 INFO O| Dec 13 21:28:14.175 INFO STEP 331 (remove_files) COMPLETE
54112024-12-13T21:28:17.910Z[ recovery-image] Dec 13 21:28:14.175 INFO O| Dec 13 21:28:14.175 INFO STEP 332: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
54122024-12-13T21:28:17.910Z[ recovery-image] Dec 13 21:28:14.196 INFO O| Dec 13 21:28:14.196 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pkgadm"
54132024-12-13T21:28:17.910Z[ recovery-image] Dec 13 21:28:14.196 INFO O| Dec 13 21:28:14.196 INFO STEP 332 (remove_files) COMPLETE
54142024-12-13T21:28:17.910Z[ recovery-image] Dec 13 21:28:14.196 INFO O| Dec 13 21:28:14.196 INFO STEP 333: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
54152024-12-13T21:28:17.910Z[ recovery-image] Dec 13 21:28:14.233 INFO O| Dec 13 21:28:14.233 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pkgcond"
54162024-12-13T21:28:17.910Z[ recovery-image] Dec 13 21:28:14.233 INFO O| Dec 13 21:28:14.233 INFO STEP 333 (remove_files) COMPLETE
54172024-12-13T21:28:17.910Z[ recovery-image] Dec 13 21:28:14.233 INFO O| Dec 13 21:28:14.233 INFO STEP 334: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
54182024-12-13T21:28:17.910Z[ host-image] Dec 13 21:28:14.262 INFO O| Dec 13 21:28:14.262 INFO STEP 14 (pkg_install) COMPLETE
54192024-12-13T21:28:17.910Z[ host-image] Dec 13 21:28:14.262 INFO O| Dec 13 21:28:14.262 INFO STEP 15: pkg_install, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-01-os.json
54202024-12-13T21:28:17.910Z[ host-image] Dec 13 21:28:14.262 INFO O| Dec 13 21:28:14.262 INFO skip step because feature "mfg" is not enabled
54212024-12-13T21:28:17.910Z[ host-image] Dec 13 21:28:14.262 INFO O| Dec 13 21:28:14.262 INFO STEP 16: pkg_install, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-01-os.json
54222024-12-13T21:28:17.910Z[ host-image] Dec 13 21:28:14.262 INFO O| Dec 13 21:28:14.262 INFO skip step because feature "compliance" is not enabled
54232024-12-13T21:28:17.910Z[ host-image] Dec 13 21:28:14.262 INFO O| Dec 13 21:28:14.262 INFO STEP 17: pkg_install, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-01-os.json
54242024-12-13T21:28:17.910Z[ host-image] Dec 13 21:28:14.262 INFO O| Dec 13 21:28:14.262 INFO skip step because feature "stress" is not enabled
54252024-12-13T21:28:17.910Z[ host-image] Dec 13 21:28:14.262 INFO O| Dec 13 21:28:14.262 INFO STEP 18: pkg_install, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-01-os.json
54262024-12-13T21:28:17.910Z[ host-image] Dec 13 21:28:14.262 INFO O| Dec 13 21:28:14.262 INFO skip step because feature "nfs" is not enabled
54272024-12-13T21:28:17.910Z[ host-image] Dec 13 21:28:14.262 INFO O| Dec 13 21:28:14.262 INFO creating output snapshot rpool/images/build/host/work/gimlet/ramdisk@os
54282024-12-13T21:28:17.910Z[ host-image] Dec 13 21:28:14.262 INFO O| Dec 13 21:28:14.262 INFO CREATE SNAPSHOT: rpool/images/build/host/work/gimlet/ramdisk@os
54292024-12-13T21:28:17.910Z[ recovery-image] Dec 13 21:28:14.266 INFO O| Dec 13 21:28:14.266 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pkginfo"
54302024-12-13T21:28:17.910Z[ recovery-image] Dec 13 21:28:14.267 INFO O| Dec 13 21:28:14.267 INFO STEP 334 (remove_files) COMPLETE
54312024-12-13T21:28:17.910Z[ recovery-image] Dec 13 21:28:14.267 INFO O| Dec 13 21:28:14.267 INFO STEP 335: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
54322024-12-13T21:28:17.910Z[ recovery-image] Dec 13 21:28:14.291 INFO O| Dec 13 21:28:14.291 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pkgmk"
54332024-12-13T21:28:17.910Z[ recovery-image] Dec 13 21:28:14.291 INFO O| Dec 13 21:28:14.291 INFO STEP 335 (remove_files) COMPLETE
54342024-12-13T21:28:17.910Z[ recovery-image] Dec 13 21:28:14.291 INFO O| Dec 13 21:28:14.291 INFO STEP 336: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
54352024-12-13T21:28:17.910Z[ recovery-image] Dec 13 21:28:14.309 INFO O| Dec 13 21:28:14.309 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pkgparam"
54362024-12-13T21:28:17.910Z[ recovery-image] Dec 13 21:28:14.310 INFO O| Dec 13 21:28:14.309 INFO STEP 336 (remove_files) COMPLETE
54372024-12-13T21:28:17.910Z[ recovery-image] Dec 13 21:28:14.310 INFO O| Dec 13 21:28:14.310 INFO STEP 337: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
54382024-12-13T21:28:17.911Z[ recovery-image] Dec 13 21:28:14.329 INFO O| Dec 13 21:28:14.329 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pkgproto"
54392024-12-13T21:28:17.911Z[ recovery-image] Dec 13 21:28:14.329 INFO O| Dec 13 21:28:14.329 INFO STEP 337 (remove_files) COMPLETE
54402024-12-13T21:28:17.911Z[ recovery-image] Dec 13 21:28:14.329 INFO O| Dec 13 21:28:14.329 INFO STEP 338: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
54412024-12-13T21:28:17.911Z[ recovery-image] Dec 13 21:28:14.348 INFO O| Dec 13 21:28:14.348 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pkgtrans"
54422024-12-13T21:28:17.911Z[ recovery-image] Dec 13 21:28:14.348 INFO O| Dec 13 21:28:14.348 INFO STEP 338 (remove_files) COMPLETE
54432024-12-13T21:28:17.911Z[ recovery-image] Dec 13 21:28:14.348 INFO O| Dec 13 21:28:14.348 INFO STEP 339: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
54442024-12-13T21:28:17.911Z[ host-image] Dec 13 21:28:14.353 INFO O| Dec 13 21:28:14.353 INFO DESTROY DATASET: rpool/images/build/host/tmp/gimlet/ramdisk-01-os
54452024-12-13T21:28:17.911Z[ recovery-image] Dec 13 21:28:14.365 INFO O| Dec 13 21:28:14.365 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pkill"
54462024-12-13T21:28:17.911Z[ recovery-image] Dec 13 21:28:14.365 INFO O| Dec 13 21:28:14.365 INFO STEP 339 (remove_files) COMPLETE
54472024-12-13T21:28:17.911Z[ recovery-image] Dec 13 21:28:14.365 INFO O| Dec 13 21:28:14.365 INFO STEP 340: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
54482024-12-13T21:28:17.911Z[ recovery-image] Dec 13 21:28:14.413 INFO O| Dec 13 21:28:14.413 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pktool"
54492024-12-13T21:28:17.911Z[ recovery-image] Dec 13 21:28:14.413 INFO O| Dec 13 21:28:14.413 INFO STEP 340 (remove_files) COMPLETE
54502024-12-13T21:28:17.911Z[ recovery-image] Dec 13 21:28:14.413 INFO O| Dec 13 21:28:14.413 INFO STEP 341: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
54512024-12-13T21:28:17.911Z[ recovery-image] Dec 13 21:28:14.450 INFO O| Dec 13 21:28:14.450 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pldd"
54522024-12-13T21:28:17.911Z[ recovery-image] Dec 13 21:28:14.450 INFO O| Dec 13 21:28:14.450 INFO STEP 341 (remove_files) COMPLETE
54532024-12-13T21:28:17.911Z[ recovery-image] Dec 13 21:28:14.450 INFO O| Dec 13 21:28:14.450 INFO STEP 342: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
54542024-12-13T21:28:17.911Z[ recovery-image] Dec 13 21:28:14.468 INFO O| Dec 13 21:28:14.468 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/plgrp"
54552024-12-13T21:28:17.911Z[ host-image] Dec 13 21:28:14.470 INFO O| Dec 13 21:28:14.470 INFO completed processing gimlet/ramdisk-01-os
54562024-12-13T21:28:17.911Z[ host-image] Dec 13 21:28:14.473 INFO omicron1 baseline generation...
54572024-12-13T21:28:17.911Z[ host-image] Dec 13 21:28:14.473 INFO exec: ["/usr/lib/brand/omicron1/baseline", "-R", "/rpool/images/build/host/work/gimlet/ramdisk", "/work/oxidecomputer/helios/tmp/image.host/omicron1"], pwd: None
54582024-12-13T21:28:17.911Z[ recovery-image] Dec 13 21:28:14.498 INFO O| Dec 13 21:28:14.498 INFO STEP 342 (remove_files) COMPLETE
54592024-12-13T21:28:17.911Z[ recovery-image] Dec 13 21:28:14.498 INFO O| Dec 13 21:28:14.498 INFO STEP 343: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
54602024-12-13T21:28:17.911Z[ recovery-image] Dec 13 21:28:14.555 INFO O| Dec 13 21:28:14.555 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/plimit"
54612024-12-13T21:28:17.911Z[ recovery-image] Dec 13 21:28:14.555 INFO O| Dec 13 21:28:14.555 INFO STEP 343 (remove_files) COMPLETE
54622024-12-13T21:28:17.911Z[ recovery-image] Dec 13 21:28:14.555 INFO O| Dec 13 21:28:14.555 INFO STEP 344: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
54632024-12-13T21:28:17.911Z[ recovery-image] Dec 13 21:28:14.602 INFO O| Dec 13 21:28:14.602 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pmadvise"
54642024-12-13T21:28:17.911Z[ recovery-image] Dec 13 21:28:14.602 INFO O| Dec 13 21:28:14.602 INFO STEP 344 (remove_files) COMPLETE
54652024-12-13T21:28:17.911Z[ recovery-image] Dec 13 21:28:14.602 INFO O| Dec 13 21:28:14.602 INFO STEP 345: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
54662024-12-13T21:28:17.911Z[ recovery-image] Dec 13 21:28:14.642 INFO O| Dec 13 21:28:14.642 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pmap"
54672024-12-13T21:28:17.911Z[ recovery-image] Dec 13 21:28:14.642 INFO O| Dec 13 21:28:14.642 INFO STEP 345 (remove_files) COMPLETE
54682024-12-13T21:28:17.911Z[ recovery-image] Dec 13 21:28:14.642 INFO O| Dec 13 21:28:14.642 INFO STEP 346: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
54692024-12-13T21:28:17.911Z[ recovery-image] Dec 13 21:28:14.700 INFO O| Dec 13 21:28:14.700 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/poolstat"
54702024-12-13T21:28:17.911Z[ recovery-image] Dec 13 21:28:14.701 INFO O| Dec 13 21:28:14.700 INFO STEP 346 (remove_files) COMPLETE
54712024-12-13T21:28:17.911Z[ recovery-image] Dec 13 21:28:14.701 INFO O| Dec 13 21:28:14.700 INFO STEP 347: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
54722024-12-13T21:28:17.911Z[ recovery-image] Dec 13 21:28:14.718 INFO O| Dec 13 21:28:14.718 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/ppgsz"
54732024-12-13T21:28:17.911Z[ recovery-image] Dec 13 21:28:14.718 INFO O| Dec 13 21:28:14.718 INFO STEP 347 (remove_files) COMPLETE
54742024-12-13T21:28:17.911Z[ recovery-image] Dec 13 21:28:14.718 INFO O| Dec 13 21:28:14.718 INFO STEP 348: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
54752024-12-13T21:28:17.911Z[ recovery-image] Dec 13 21:28:14.736 INFO O| Dec 13 21:28:14.736 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/ppriv"
54762024-12-13T21:28:17.911Z[ recovery-image] Dec 13 21:28:14.736 INFO O| Dec 13 21:28:14.736 INFO STEP 348 (remove_files) COMPLETE
54772024-12-13T21:28:17.912Z[ recovery-image] Dec 13 21:28:14.736 INFO O| Dec 13 21:28:14.736 INFO STEP 349: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
54782024-12-13T21:28:17.912Z[ recovery-image] Dec 13 21:28:14.776 INFO O| Dec 13 21:28:14.776 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pr"
54792024-12-13T21:28:17.912Z[ recovery-image] Dec 13 21:28:14.776 INFO O| Dec 13 21:28:14.776 INFO STEP 349 (remove_files) COMPLETE
54802024-12-13T21:28:17.912Z[ recovery-image] Dec 13 21:28:14.776 INFO O| Dec 13 21:28:14.776 INFO STEP 350: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
54812024-12-13T21:28:17.912Z[ recovery-image] Dec 13 21:28:14.824 INFO O| Dec 13 21:28:14.824 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/prctl"
54822024-12-13T21:28:17.912Z[ recovery-image] Dec 13 21:28:14.824 INFO O| Dec 13 21:28:14.824 INFO STEP 350 (remove_files) COMPLETE
54832024-12-13T21:28:17.912Z[ recovery-image] Dec 13 21:28:14.824 INFO O| Dec 13 21:28:14.824 INFO STEP 351: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
54842024-12-13T21:28:17.912Z[ recovery-image] Dec 13 21:28:14.842 INFO O| Dec 13 21:28:14.842 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/preap"
54852024-12-13T21:28:17.912Z[ recovery-image] Dec 13 21:28:14.842 INFO O| Dec 13 21:28:14.842 INFO STEP 351 (remove_files) COMPLETE
54862024-12-13T21:28:17.912Z[ recovery-image] Dec 13 21:28:14.842 INFO O| Dec 13 21:28:14.842 INFO STEP 352: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
54872024-12-13T21:28:17.912Z[ recovery-image] Dec 13 21:28:14.875 INFO O| Dec 13 21:28:14.875 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/print"
54882024-12-13T21:28:17.912Z[ recovery-image] Dec 13 21:28:14.875 INFO O| Dec 13 21:28:14.875 INFO STEP 352 (remove_files) COMPLETE
54892024-12-13T21:28:17.912Z[ recovery-image] Dec 13 21:28:14.875 INFO O| Dec 13 21:28:14.875 INFO STEP 353: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
54902024-12-13T21:28:17.912Z[ recovery-image] Dec 13 21:28:14.909 INFO O| Dec 13 21:28:14.908 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/printf"
54912024-12-13T21:28:17.912Z[ recovery-image] Dec 13 21:28:14.909 INFO O| Dec 13 21:28:14.909 INFO STEP 353 (remove_files) COMPLETE
54922024-12-13T21:28:17.913Z[ recovery-image] Dec 13 21:28:14.909 INFO O| Dec 13 21:28:14.909 INFO STEP 354: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
54932024-12-13T21:28:17.913Z[ recovery-image] Dec 13 21:28:14.945 INFO O| Dec 13 21:28:14.945 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/priocntl"
54942024-12-13T21:28:17.913Z[ recovery-image] Dec 13 21:28:14.945 INFO O| Dec 13 21:28:14.945 INFO STEP 354 (remove_files) COMPLETE
54952024-12-13T21:28:17.913Z[ recovery-image] Dec 13 21:28:14.945 INFO O| Dec 13 21:28:14.945 INFO STEP 355: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
54962024-12-13T21:28:17.913Z[ recovery-image] Dec 13 21:28:14.965 INFO O| Dec 13 21:28:14.965 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/profiles"
54972024-12-13T21:28:17.913Z[ recovery-image] Dec 13 21:28:14.965 INFO O| Dec 13 21:28:14.965 INFO STEP 355 (remove_files) COMPLETE
54982024-12-13T21:28:17.913Z[ recovery-image] Dec 13 21:28:14.965 INFO O| Dec 13 21:28:14.965 INFO STEP 356: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
54992024-12-13T21:28:17.913Z[ recovery-image] Dec 13 21:28:14.984 INFO O| Dec 13 21:28:14.984 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/projects"
55002024-12-13T21:28:17.913Z[ recovery-image] Dec 13 21:28:14.984 INFO O| Dec 13 21:28:14.984 INFO STEP 356 (remove_files) COMPLETE
55012024-12-13T21:28:17.913Z[ recovery-image] Dec 13 21:28:14.985 INFO O| Dec 13 21:28:14.984 INFO STEP 357: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
55022024-12-13T21:28:17.913Z[ recovery-image] Dec 13 21:28:15.018 INFO O| Dec 13 21:28:15.018 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/prstat"
55032024-12-13T21:28:17.913Z[ recovery-image] Dec 13 21:28:15.018 INFO O| Dec 13 21:28:15.018 INFO STEP 357 (remove_files) COMPLETE
55042024-12-13T21:28:17.913Z[ recovery-image] Dec 13 21:28:15.018 INFO O| Dec 13 21:28:15.018 INFO STEP 358: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
55052024-12-13T21:28:17.913Z[ recovery-image] Dec 13 21:28:15.037 INFO O| Dec 13 21:28:15.037 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/prun"
55062024-12-13T21:28:17.913Z[ recovery-image] Dec 13 21:28:15.037 INFO O| Dec 13 21:28:15.037 INFO STEP 358 (remove_files) COMPLETE
55072024-12-13T21:28:17.925Z[ recovery-image] Dec 13 21:28:15.037 INFO O| Dec 13 21:28:15.037 INFO STEP 359: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
55082024-12-13T21:28:17.925Z[ recovery-image] Dec 13 21:28:15.073 INFO O| Dec 13 21:28:15.073 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/psecflags"
55092024-12-13T21:28:17.925Z[ recovery-image] Dec 13 21:28:15.073 INFO O| Dec 13 21:28:15.073 INFO STEP 359 (remove_files) COMPLETE
55102024-12-13T21:28:17.925Z[ recovery-image] Dec 13 21:28:15.073 INFO O| Dec 13 21:28:15.073 INFO STEP 360: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
55112024-12-13T21:28:17.925Z[ recovery-image] Dec 13 21:28:15.092 INFO O| Dec 13 21:28:15.092 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/psig"
55122024-12-13T21:28:17.925Z[ recovery-image] Dec 13 21:28:15.092 INFO O| Dec 13 21:28:15.092 INFO STEP 360 (remove_files) COMPLETE
55132024-12-13T21:28:17.925Z[ recovery-image] Dec 13 21:28:15.093 INFO O| Dec 13 21:28:15.092 INFO STEP 361: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
55142024-12-13T21:28:17.925Z[ recovery-image] Dec 13 21:28:15.109 INFO O| Dec 13 21:28:15.109 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pstack"
55152024-12-13T21:28:17.925Z[ recovery-image] Dec 13 21:28:15.109 INFO O| Dec 13 21:28:15.109 INFO STEP 361 (remove_files) COMPLETE
55162024-12-13T21:28:17.925Z[ recovery-image] Dec 13 21:28:15.109 INFO O| Dec 13 21:28:15.109 INFO STEP 362: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
55172024-12-13T21:28:17.926Z[ recovery-image] Dec 13 21:28:15.128 INFO O| Dec 13 21:28:15.128 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pstop"
55182024-12-13T21:28:17.926Z[ recovery-image] Dec 13 21:28:15.128 INFO O| Dec 13 21:28:15.128 INFO STEP 362 (remove_files) COMPLETE
55192024-12-13T21:28:17.926Z[ recovery-image] Dec 13 21:28:15.128 INFO O| Dec 13 21:28:15.128 INFO STEP 363: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
55202024-12-13T21:28:17.926Z[ recovery-image] Dec 13 21:28:15.152 INFO O| Dec 13 21:28:15.152 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/ptime"
55212024-12-13T21:28:17.926Z[ recovery-image] Dec 13 21:28:15.152 INFO O| Dec 13 21:28:15.152 INFO STEP 363 (remove_files) COMPLETE
55222024-12-13T21:28:17.926Z[ recovery-image] Dec 13 21:28:15.152 INFO O| Dec 13 21:28:15.152 INFO STEP 364: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
55232024-12-13T21:28:17.926Z[ recovery-image] Dec 13 21:28:15.189 INFO O| Dec 13 21:28:15.189 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/ptree"
55242024-12-13T21:28:17.926Z[ recovery-image] Dec 13 21:28:15.189 INFO O| Dec 13 21:28:15.189 INFO STEP 364 (remove_files) COMPLETE
55252024-12-13T21:28:17.926Z[ recovery-image] Dec 13 21:28:15.189 INFO O| Dec 13 21:28:15.189 INFO STEP 365: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
55262024-12-13T21:28:17.926Z[ recovery-image] Dec 13 21:28:15.224 INFO O| Dec 13 21:28:15.224 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/putdev"
55272024-12-13T21:28:17.926Z[ recovery-image] Dec 13 21:28:15.224 INFO O| Dec 13 21:28:15.224 INFO STEP 365 (remove_files) COMPLETE
55282024-12-13T21:28:17.926Z[ recovery-image] Dec 13 21:28:15.225 INFO O| Dec 13 21:28:15.224 INFO STEP 366: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
55292024-12-13T21:28:17.926Z[ recovery-image] Dec 13 21:28:15.243 INFO O| Dec 13 21:28:15.243 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/putdgrp"
55302024-12-13T21:28:17.926Z[ recovery-image] Dec 13 21:28:15.244 INFO O| Dec 13 21:28:15.244 INFO STEP 366 (remove_files) COMPLETE
55312024-12-13T21:28:17.926Z[ recovery-image] Dec 13 21:28:15.244 INFO O| Dec 13 21:28:15.244 INFO STEP 367: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
55322024-12-13T21:28:17.926Z[ recovery-image] Dec 13 21:28:15.265 INFO O| Dec 13 21:28:15.265 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pvs"
55332024-12-13T21:28:17.926Z[ recovery-image] Dec 13 21:28:15.266 INFO O| Dec 13 21:28:15.265 INFO STEP 367 (remove_files) COMPLETE
55342024-12-13T21:28:17.926Z[ recovery-image] Dec 13 21:28:15.266 INFO O| Dec 13 21:28:15.266 INFO STEP 368: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
55352024-12-13T21:28:17.926Z[ host-image] Dec 13 21:28:15.280 INFO O| incorp = pkg://helios-dev/consolidation/osnet/osnet-incorporation@0.5.11-2.0.23049:20241204T192527Z
55362024-12-13T21:28:17.926Z[ recovery-image] Dec 13 21:28:15.287 INFO O| Dec 13 21:28:15.287 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pwait"
55372024-12-13T21:28:17.926Z[ recovery-image] Dec 13 21:28:15.287 INFO O| Dec 13 21:28:15.287 INFO STEP 368 (remove_files) COMPLETE
55382024-12-13T21:28:17.926Z[ recovery-image] Dec 13 21:28:15.287 INFO O| Dec 13 21:28:15.287 INFO STEP 369: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
55392024-12-13T21:28:17.927Z[ recovery-image] Dec 13 21:28:15.374 INFO O| Dec 13 21:28:15.374 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pwd"
55402024-12-13T21:28:17.927Z[ recovery-image] Dec 13 21:28:15.374 INFO O| Dec 13 21:28:15.374 INFO STEP 369 (remove_files) COMPLETE
55412024-12-13T21:28:17.927Z[ recovery-image] Dec 13 21:28:15.374 INFO O| Dec 13 21:28:15.374 INFO STEP 370: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
55422024-12-13T21:28:17.927Z[ recovery-image] Dec 13 21:28:15.394 INFO O| Dec 13 21:28:15.394 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pwdx"
55432024-12-13T21:28:17.927Z[ recovery-image] Dec 13 21:28:15.394 INFO O| Dec 13 21:28:15.394 INFO STEP 370 (remove_files) COMPLETE
55442024-12-13T21:28:17.927Z[ recovery-image] Dec 13 21:28:15.394 INFO O| Dec 13 21:28:15.394 INFO STEP 371: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
55452024-12-13T21:28:17.927Z[ recovery-image] Dec 13 21:28:15.425 INFO O| Dec 13 21:28:15.425 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/read"
55462024-12-13T21:28:17.927Z[ recovery-image] Dec 13 21:28:15.425 INFO O| Dec 13 21:28:15.425 INFO STEP 371 (remove_files) COMPLETE
55472024-12-13T21:28:17.927Z[ recovery-image] Dec 13 21:28:15.425 INFO O| Dec 13 21:28:15.425 INFO STEP 372: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
55482024-12-13T21:28:17.927Z[ recovery-image] Dec 13 21:28:15.460 INFO O| Dec 13 21:28:15.460 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/red"
55492024-12-13T21:28:17.927Z[ recovery-image] Dec 13 21:28:15.460 INFO O| Dec 13 21:28:15.460 INFO STEP 372 (remove_files) COMPLETE
55502024-12-13T21:28:17.927Z[ recovery-image] Dec 13 21:28:15.460 INFO O| Dec 13 21:28:15.460 INFO STEP 373: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
55512024-12-13T21:28:17.927Z[ recovery-image] Dec 13 21:28:15.520 INFO O| Dec 13 21:28:15.520 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/regcmp"
55522024-12-13T21:28:17.927Z[ recovery-image] Dec 13 21:28:15.520 INFO O| Dec 13 21:28:15.520 INFO STEP 373 (remove_files) COMPLETE
55532024-12-13T21:28:17.927Z[ recovery-image] Dec 13 21:28:15.520 INFO O| Dec 13 21:28:15.520 INFO STEP 374: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
55542024-12-13T21:28:17.927Z[ recovery-image] Dec 13 21:28:15.542 INFO O| Dec 13 21:28:15.542 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/renice"
55552024-12-13T21:28:17.927Z[ recovery-image] Dec 13 21:28:15.542 INFO O| Dec 13 21:28:15.542 INFO STEP 374 (remove_files) COMPLETE
55562024-12-13T21:28:17.927Z[ recovery-image] Dec 13 21:28:15.543 INFO O| Dec 13 21:28:15.542 INFO STEP 375: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
55572024-12-13T21:28:17.927Z[ recovery-image] Dec 13 21:28:15.562 INFO O| Dec 13 21:28:15.562 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/resize"
55582024-12-13T21:28:17.927Z[ recovery-image] Dec 13 21:28:15.562 INFO O| Dec 13 21:28:15.562 INFO STEP 375 (remove_files) COMPLETE
55592024-12-13T21:28:17.927Z[ recovery-image] Dec 13 21:28:15.562 INFO O| Dec 13 21:28:15.562 INFO STEP 376: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
55602024-12-13T21:28:17.927Z[ recovery-image] Dec 13 21:28:15.580 INFO O| Dec 13 21:28:15.580 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/rev"
55612024-12-13T21:28:17.928Z[ recovery-image] Dec 13 21:28:15.580 INFO O| Dec 13 21:28:15.580 INFO STEP 376 (remove_files) COMPLETE
55622024-12-13T21:28:17.928Z[ recovery-image] Dec 13 21:28:15.581 INFO O| Dec 13 21:28:15.580 INFO STEP 377: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
55632024-12-13T21:28:17.928Z[ recovery-image] Dec 13 21:28:15.615 INFO O| Dec 13 21:28:15.615 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/rksh"
55642024-12-13T21:28:17.928Z[ recovery-image] Dec 13 21:28:15.615 INFO O| Dec 13 21:28:15.615 INFO STEP 377 (remove_files) COMPLETE
55652024-12-13T21:28:17.928Z[ recovery-image] Dec 13 21:28:15.615 INFO O| Dec 13 21:28:15.615 INFO STEP 378: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
55662024-12-13T21:28:17.928Z[ recovery-image] Dec 13 21:28:15.635 INFO O| Dec 13 21:28:15.635 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/rksh93"
55672024-12-13T21:28:17.928Z[ recovery-image] Dec 13 21:28:15.635 INFO O| Dec 13 21:28:15.635 INFO STEP 378 (remove_files) COMPLETE
55682024-12-13T21:28:17.928Z[ recovery-image] Dec 13 21:28:15.635 INFO O| Dec 13 21:28:15.635 INFO STEP 379: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
55692024-12-13T21:28:17.928Z[ recovery-image] Dec 13 21:28:15.653 INFO O| Dec 13 21:28:15.653 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/roles"
55702024-12-13T21:28:17.928Z[ recovery-image] Dec 13 21:28:15.653 INFO O| Dec 13 21:28:15.653 INFO STEP 379 (remove_files) COMPLETE
55712024-12-13T21:28:17.928Z[ recovery-image] Dec 13 21:28:15.654 INFO O| Dec 13 21:28:15.653 INFO STEP 380: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
55722024-12-13T21:28:17.928Z[ recovery-image] Dec 13 21:28:15.671 INFO O| Dec 13 21:28:15.671 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/rpcinfo"
55732024-12-13T21:28:17.928Z[ recovery-image] Dec 13 21:28:15.671 INFO O| Dec 13 21:28:15.671 INFO STEP 380 (remove_files) COMPLETE
55742024-12-13T21:28:17.928Z[ recovery-image] Dec 13 21:28:15.671 INFO O| Dec 13 21:28:15.671 INFO STEP 381: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
55752024-12-13T21:28:17.928Z[ recovery-image] Dec 13 21:28:15.728 INFO O| Dec 13 21:28:15.728 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/rsync"
55762024-12-13T21:28:17.928Z[ recovery-image] Dec 13 21:28:15.728 INFO O| Dec 13 21:28:15.728 INFO STEP 381 (remove_files) COMPLETE
55772024-12-13T21:28:17.928Z[ recovery-image] Dec 13 21:28:15.728 INFO O| Dec 13 21:28:15.728 INFO STEP 382: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
55782024-12-13T21:28:17.930Z[ recovery-image] Dec 13 21:28:15.767 INFO O| Dec 13 21:28:15.767 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/rsync-ssl"
55792024-12-13T21:28:17.930Z[ recovery-image] Dec 13 21:28:15.788 INFO O| Dec 13 21:28:15.788 INFO STEP 382 (remove_files) COMPLETE
55802024-12-13T21:28:17.930Z[ recovery-image] Dec 13 21:28:15.788 INFO O| Dec 13 21:28:15.788 INFO STEP 383: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
55812024-12-13T21:28:17.930Z[ recovery-image] Dec 13 21:28:15.807 INFO O| Dec 13 21:28:15.807 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/runat"
55822024-12-13T21:28:17.930Z[ recovery-image] Dec 13 21:28:15.807 INFO O| Dec 13 21:28:15.807 INFO STEP 383 (remove_files) COMPLETE
55832024-12-13T21:28:17.930Z[ recovery-image] Dec 13 21:28:15.807 INFO O| Dec 13 21:28:15.807 INFO STEP 384: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
55842024-12-13T21:28:17.930Z[ recovery-image] Dec 13 21:28:15.825 INFO O| Dec 13 21:28:15.825 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/scp"
55852024-12-13T21:28:17.930Z[ recovery-image] Dec 13 21:28:15.825 INFO O| Dec 13 21:28:15.825 INFO STEP 384 (remove_files) COMPLETE
55862024-12-13T21:28:17.930Z[ recovery-image] Dec 13 21:28:15.825 INFO O| Dec 13 21:28:15.825 INFO STEP 385: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
55872024-12-13T21:28:17.930Z[ recovery-image] Dec 13 21:28:15.842 INFO O| Dec 13 21:28:15.842 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/script"
55882024-12-13T21:28:17.930Z[ recovery-image] Dec 13 21:28:15.842 INFO O| Dec 13 21:28:15.842 INFO STEP 385 (remove_files) COMPLETE
55892024-12-13T21:28:17.930Z[ recovery-image] Dec 13 21:28:15.843 INFO O| Dec 13 21:28:15.842 INFO STEP 386: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
55902024-12-13T21:28:17.930Z[ recovery-image] Dec 13 21:28:15.861 INFO O| Dec 13 21:28:15.861 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/sdiff"
55912024-12-13T21:28:17.930Z[ recovery-image] Dec 13 21:28:15.861 INFO O| Dec 13 21:28:15.861 INFO STEP 386 (remove_files) COMPLETE
55922024-12-13T21:28:17.930Z[ recovery-image] Dec 13 21:28:15.861 INFO O| Dec 13 21:28:15.861 INFO STEP 387: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
55932024-12-13T21:28:17.930Z[ recovery-image] Dec 13 21:28:15.888 INFO O| Dec 13 21:28:15.888 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/setpgrp"
55942024-12-13T21:28:17.930Z[ recovery-image] Dec 13 21:28:15.888 INFO O| Dec 13 21:28:15.888 INFO STEP 387 (remove_files) COMPLETE
55952024-12-13T21:28:17.930Z[ recovery-image] Dec 13 21:28:15.888 INFO O| Dec 13 21:28:15.888 INFO STEP 388: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
55962024-12-13T21:28:17.934Z[ recovery-image] Dec 13 21:28:15.908 INFO O| Dec 13 21:28:15.908 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/sftp"
55972024-12-13T21:28:17.934Z[ recovery-image] Dec 13 21:28:15.908 INFO O| Dec 13 21:28:15.908 INFO STEP 388 (remove_files) COMPLETE
55982024-12-13T21:28:17.934Z[ recovery-image] Dec 13 21:28:15.908 INFO O| Dec 13 21:28:15.908 INFO STEP 389: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
55992024-12-13T21:28:17.941Z[ recovery-image] Dec 13 21:28:15.928 INFO O| Dec 13 21:28:15.928 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/shcomp"
56002024-12-13T21:28:17.942Z[ recovery-image] Dec 13 21:28:15.928 INFO O| Dec 13 21:28:15.928 INFO STEP 389 (remove_files) COMPLETE
56012024-12-13T21:28:17.942Z[ recovery-image] Dec 13 21:28:15.928 INFO O| Dec 13 21:28:15.928 INFO STEP 390: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
56022024-12-13T21:28:17.977Z[ recovery-image] Dec 13 21:28:15.963 INFO O| Dec 13 21:28:15.963 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/smbutil"
56032024-12-13T21:28:17.977Z[ recovery-image] Dec 13 21:28:15.963 INFO O| Dec 13 21:28:15.963 INFO STEP 390 (remove_files) COMPLETE
56042024-12-13T21:28:17.977Z[ recovery-image] Dec 13 21:28:15.963 INFO O| Dec 13 21:28:15.963 INFO STEP 391: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
56052024-12-13T21:28:17.996Z[ recovery-image] Dec 13 21:28:15.983 INFO O| Dec 13 21:28:15.982 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/snmp-bridge-mib"
56062024-12-13T21:28:17.998Z[ recovery-image] Dec 13 21:28:15.983 INFO O| Dec 13 21:28:15.983 INFO STEP 391 (remove_files) COMPLETE
56072024-12-13T21:28:17.998Z[ recovery-image] Dec 13 21:28:15.983 INFO O| Dec 13 21:28:15.983 INFO STEP 392: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
56082024-12-13T21:28:18.051Z[ recovery-image] Dec 13 21:28:16.038 INFO O| Dec 13 21:28:16.038 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/snmpbulkget"
56092024-12-13T21:28:18.051Z[ recovery-image] Dec 13 21:28:16.038 INFO O| Dec 13 21:28:16.038 INFO STEP 392 (remove_files) COMPLETE
56102024-12-13T21:28:18.052Z[ recovery-image] Dec 13 21:28:16.038 INFO O| Dec 13 21:28:16.038 INFO STEP 393: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
56112024-12-13T21:28:18.073Z[ recovery-image] Dec 13 21:28:16.058 INFO O| Dec 13 21:28:16.057 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/snmpbulkwalk"
56122024-12-13T21:28:18.073Z[ recovery-image] Dec 13 21:28:16.058 INFO O| Dec 13 21:28:16.058 INFO STEP 393 (remove_files) COMPLETE
56132024-12-13T21:28:18.073Z[ recovery-image] Dec 13 21:28:16.058 INFO O| Dec 13 21:28:16.058 INFO STEP 394: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
56142024-12-13T21:28:18.139Z[ recovery-image] Dec 13 21:28:16.125 INFO O| Dec 13 21:28:16.125 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/snmpcheck"
56152024-12-13T21:28:18.139Z[ recovery-image] Dec 13 21:28:16.125 INFO O| Dec 13 21:28:16.125 INFO STEP 394 (remove_files) COMPLETE
56162024-12-13T21:28:18.139Z[ recovery-image] Dec 13 21:28:16.125 INFO O| Dec 13 21:28:16.125 INFO STEP 395: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
56172024-12-13T21:28:18.169Z[ recovery-image] Dec 13 21:28:16.156 INFO O| Dec 13 21:28:16.156 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/snmpconf"
56182024-12-13T21:28:18.170Z[ recovery-image] Dec 13 21:28:16.156 INFO O| Dec 13 21:28:16.156 INFO STEP 395 (remove_files) COMPLETE
56192024-12-13T21:28:18.171Z[ recovery-image] Dec 13 21:28:16.156 INFO O| Dec 13 21:28:16.156 INFO STEP 396: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
56202024-12-13T21:28:18.202Z[ recovery-image] Dec 13 21:28:16.188 INFO O| Dec 13 21:28:16.188 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/snmpdelta"
56212024-12-13T21:28:18.202Z[ recovery-image] Dec 13 21:28:16.188 INFO O| Dec 13 21:28:16.188 INFO STEP 396 (remove_files) COMPLETE
56222024-12-13T21:28:18.202Z[ recovery-image] Dec 13 21:28:16.188 INFO O| Dec 13 21:28:16.188 INFO STEP 397: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
56232024-12-13T21:28:18.237Z[ recovery-image] Dec 13 21:28:16.223 INFO O| Dec 13 21:28:16.223 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/snmpdf"
56242024-12-13T21:28:18.237Z[ recovery-image] Dec 13 21:28:16.223 INFO O| Dec 13 21:28:16.223 INFO STEP 397 (remove_files) COMPLETE
56252024-12-13T21:28:18.240Z[ recovery-image] Dec 13 21:28:16.223 INFO O| Dec 13 21:28:16.223 INFO STEP 398: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
56262024-12-13T21:28:18.255Z[ recovery-image] Dec 13 21:28:16.241 INFO O| Dec 13 21:28:16.241 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/snmpget"
56272024-12-13T21:28:18.255Z[ recovery-image] Dec 13 21:28:16.242 INFO O| Dec 13 21:28:16.242 INFO STEP 398 (remove_files) COMPLETE
56282024-12-13T21:28:18.255Z[ recovery-image] Dec 13 21:28:16.242 INFO O| Dec 13 21:28:16.242 INFO STEP 399: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
56292024-12-13T21:28:18.272Z[ recovery-image] Dec 13 21:28:16.259 INFO O| Dec 13 21:28:16.259 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/snmpgetnext"
56302024-12-13T21:28:18.272Z[ recovery-image] Dec 13 21:28:16.259 INFO O| Dec 13 21:28:16.259 INFO STEP 399 (remove_files) COMPLETE
56312024-12-13T21:28:18.272Z[ recovery-image] Dec 13 21:28:16.259 INFO O| Dec 13 21:28:16.259 INFO STEP 400: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
56322024-12-13T21:28:18.289Z[ recovery-image] Dec 13 21:28:16.276 INFO O| Dec 13 21:28:16.276 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/snmpnetstat"
56332024-12-13T21:28:18.289Z[ recovery-image] Dec 13 21:28:16.276 INFO O| Dec 13 21:28:16.276 INFO STEP 400 (remove_files) COMPLETE
56342024-12-13T21:28:18.292Z[ recovery-image] Dec 13 21:28:16.276 INFO O| Dec 13 21:28:16.276 INFO STEP 401: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
56352024-12-13T21:28:18.318Z[ recovery-image] Dec 13 21:28:16.304 INFO O| Dec 13 21:28:16.304 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/snmppcap"
56362024-12-13T21:28:18.318Z[ recovery-image] Dec 13 21:28:16.304 INFO O| Dec 13 21:28:16.304 INFO STEP 401 (remove_files) COMPLETE
56372024-12-13T21:28:18.318Z[ recovery-image] Dec 13 21:28:16.304 INFO O| Dec 13 21:28:16.304 INFO STEP 402: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
56382024-12-13T21:28:18.349Z[ recovery-image] Dec 13 21:28:16.336 INFO O| Dec 13 21:28:16.335 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/snmpping"
56392024-12-13T21:28:18.369Z[ recovery-image] Dec 13 21:28:16.355 INFO O| Dec 13 21:28:16.355 INFO STEP 402 (remove_files) COMPLETE
56402024-12-13T21:28:18.369Z[ recovery-image] Dec 13 21:28:16.355 INFO O| Dec 13 21:28:16.355 INFO STEP 403: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
56412024-12-13T21:28:18.406Z[ recovery-image] Dec 13 21:28:16.392 INFO O| Dec 13 21:28:16.392 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/snmpps"
56422024-12-13T21:28:18.408Z[ recovery-image] Dec 13 21:28:16.392 INFO O| Dec 13 21:28:16.392 INFO STEP 403 (remove_files) COMPLETE
56432024-12-13T21:28:18.408Z[ recovery-image] Dec 13 21:28:16.392 INFO O| Dec 13 21:28:16.392 INFO STEP 404: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
56442024-12-13T21:28:18.438Z[ recovery-image] Dec 13 21:28:16.424 INFO O| Dec 13 21:28:16.424 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/snmpset"
56452024-12-13T21:28:18.441Z[ recovery-image] Dec 13 21:28:16.424 INFO O| Dec 13 21:28:16.424 INFO STEP 404 (remove_files) COMPLETE
56462024-12-13T21:28:18.441Z[ recovery-image] Dec 13 21:28:16.425 INFO O| Dec 13 21:28:16.424 INFO STEP 405: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
56472024-12-13T21:28:18.456Z[ recovery-image] Dec 13 21:28:16.442 INFO O| Dec 13 21:28:16.442 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/snmpstatus"
56482024-12-13T21:28:18.458Z[ recovery-image] Dec 13 21:28:16.442 INFO O| Dec 13 21:28:16.442 INFO STEP 405 (remove_files) COMPLETE
56492024-12-13T21:28:18.458Z[ recovery-image] Dec 13 21:28:16.443 INFO O| Dec 13 21:28:16.442 INFO STEP 406: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
56502024-12-13T21:28:18.485Z[ recovery-image] Dec 13 21:28:16.471 INFO O| Dec 13 21:28:16.471 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/snmptable"
56512024-12-13T21:28:18.485Z[ recovery-image] Dec 13 21:28:16.471 INFO O| Dec 13 21:28:16.471 INFO STEP 406 (remove_files) COMPLETE
56522024-12-13T21:28:18.485Z[ recovery-image] Dec 13 21:28:16.471 INFO O| Dec 13 21:28:16.471 INFO STEP 407: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
56532024-12-13T21:28:18.541Z[ recovery-image] Dec 13 21:28:16.528 INFO O| Dec 13 21:28:16.528 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/snmptest"
56542024-12-13T21:28:18.541Z[ recovery-image] Dec 13 21:28:16.528 INFO O| Dec 13 21:28:16.528 INFO STEP 407 (remove_files) COMPLETE
56552024-12-13T21:28:18.542Z[ recovery-image] Dec 13 21:28:16.528 INFO O| Dec 13 21:28:16.528 INFO STEP 408: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
56562024-12-13T21:28:18.600Z[ recovery-image] Dec 13 21:28:16.586 INFO O| Dec 13 21:28:16.586 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/snmptranslate"
56572024-12-13T21:28:18.600Z[ recovery-image] Dec 13 21:28:16.586 INFO O| Dec 13 21:28:16.586 INFO STEP 408 (remove_files) COMPLETE
56582024-12-13T21:28:18.600Z[ recovery-image] Dec 13 21:28:16.586 INFO O| Dec 13 21:28:16.586 INFO STEP 409: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
56592024-12-13T21:28:18.619Z[ recovery-image] Dec 13 21:28:16.605 INFO O| Dec 13 21:28:16.605 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/snmptrap"
56602024-12-13T21:28:18.619Z[ recovery-image] Dec 13 21:28:16.605 INFO O| Dec 13 21:28:16.605 INFO STEP 409 (remove_files) COMPLETE
56612024-12-13T21:28:18.622Z[ recovery-image] Dec 13 21:28:16.605 INFO O| Dec 13 21:28:16.605 INFO STEP 410: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
56622024-12-13T21:28:18.657Z[ recovery-image] Dec 13 21:28:16.642 INFO O| Dec 13 21:28:16.642 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/snmpusm"
56632024-12-13T21:28:18.657Z[ recovery-image] Dec 13 21:28:16.642 INFO O| Dec 13 21:28:16.642 INFO STEP 410 (remove_files) COMPLETE
56642024-12-13T21:28:18.657Z[ recovery-image] Dec 13 21:28:16.642 INFO O| Dec 13 21:28:16.642 INFO STEP 411: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
56652024-12-13T21:28:18.690Z[ recovery-image] Dec 13 21:28:16.677 INFO O| Dec 13 21:28:16.677 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/snmpvacm"
56662024-12-13T21:28:18.690Z[ recovery-image] Dec 13 21:28:16.677 INFO O| Dec 13 21:28:16.677 INFO STEP 411 (remove_files) COMPLETE
56672024-12-13T21:28:18.690Z[ recovery-image] Dec 13 21:28:16.677 INFO O| Dec 13 21:28:16.677 INFO STEP 412: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
56682024-12-13T21:28:18.709Z[ recovery-image] Dec 13 21:28:16.695 INFO O| Dec 13 21:28:16.695 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/snmpwalk"
56692024-12-13T21:28:18.709Z[ recovery-image] Dec 13 21:28:16.695 INFO O| Dec 13 21:28:16.695 INFO STEP 412 (remove_files) COMPLETE
56702024-12-13T21:28:18.712Z[ recovery-image] Dec 13 21:28:16.695 INFO O| Dec 13 21:28:16.695 INFO STEP 413: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
56712024-12-13T21:28:18.743Z[ recovery-image] Dec 13 21:28:16.729 INFO O| Dec 13 21:28:16.729 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/sotruss"
56722024-12-13T21:28:18.745Z[ recovery-image] Dec 13 21:28:16.730 INFO O| Dec 13 21:28:16.729 INFO STEP 413 (remove_files) COMPLETE
56732024-12-13T21:28:18.745Z[ recovery-image] Dec 13 21:28:16.730 INFO O| Dec 13 21:28:16.729 INFO STEP 414: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
56742024-12-13T21:28:18.764Z[ recovery-image] Dec 13 21:28:16.750 INFO O| Dec 13 21:28:16.750 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/spell"
56752024-12-13T21:28:18.767Z[ recovery-image] Dec 13 21:28:16.751 INFO O| Dec 13 21:28:16.750 INFO STEP 414 (remove_files) COMPLETE
56762024-12-13T21:28:18.767Z[ recovery-image] Dec 13 21:28:16.751 INFO O| Dec 13 21:28:16.750 INFO STEP 415: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
56772024-12-13T21:28:18.789Z[ recovery-image] Dec 13 21:28:16.774 INFO O| Dec 13 21:28:16.774 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/split"
56782024-12-13T21:28:18.789Z[ recovery-image] Dec 13 21:28:16.774 INFO O| Dec 13 21:28:16.774 INFO STEP 415 (remove_files) COMPLETE
56792024-12-13T21:28:18.789Z[ recovery-image] Dec 13 21:28:16.774 INFO O| Dec 13 21:28:16.774 INFO STEP 416: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
56802024-12-13T21:28:18.843Z[ recovery-image] Dec 13 21:28:16.830 INFO O| Dec 13 21:28:16.830 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/sqlite3"
56812024-12-13T21:28:18.844Z[ recovery-image] Dec 13 21:28:16.830 INFO O| Dec 13 21:28:16.830 INFO STEP 416 (remove_files) COMPLETE
56822024-12-13T21:28:18.844Z[ recovery-image] Dec 13 21:28:16.830 INFO O| Dec 13 21:28:16.830 INFO STEP 417: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
56832024-12-13T21:28:18.861Z[ recovery-image] Dec 13 21:28:16.847 INFO O| Dec 13 21:28:16.847 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/ssh"
56842024-12-13T21:28:18.861Z[ recovery-image] Dec 13 21:28:16.847 INFO O| Dec 13 21:28:16.847 INFO STEP 417 (remove_files) COMPLETE
56852024-12-13T21:28:18.863Z[ recovery-image] Dec 13 21:28:16.847 INFO O| Dec 13 21:28:16.847 INFO STEP 418: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
56862024-12-13T21:28:18.878Z[ recovery-image] Dec 13 21:28:16.864 INFO O| Dec 13 21:28:16.864 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/ssh-add"
56872024-12-13T21:28:18.878Z[ recovery-image] Dec 13 21:28:16.865 INFO O| Dec 13 21:28:16.864 INFO STEP 418 (remove_files) COMPLETE
56882024-12-13T21:28:18.878Z[ recovery-image] Dec 13 21:28:16.865 INFO O| Dec 13 21:28:16.865 INFO STEP 419: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
56892024-12-13T21:28:18.897Z[ recovery-image] Dec 13 21:28:16.883 INFO O| Dec 13 21:28:16.883 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/ssh-agent"
56902024-12-13T21:28:18.897Z[ recovery-image] Dec 13 21:28:16.883 INFO O| Dec 13 21:28:16.883 INFO STEP 419 (remove_files) COMPLETE
56912024-12-13T21:28:18.897Z[ recovery-image] Dec 13 21:28:16.883 INFO O| Dec 13 21:28:16.883 INFO STEP 420: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
56922024-12-13T21:28:18.914Z[ recovery-image] Dec 13 21:28:16.900 INFO O| Dec 13 21:28:16.900 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/ssh-copy-id"
56932024-12-13T21:28:18.914Z[ recovery-image] Dec 13 21:28:16.900 INFO O| Dec 13 21:28:16.900 INFO STEP 420 (remove_files) COMPLETE
56942024-12-13T21:28:18.917Z[ recovery-image] Dec 13 21:28:16.900 INFO O| Dec 13 21:28:16.900 INFO STEP 421: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
56952024-12-13T21:28:18.932Z[ recovery-image] Dec 13 21:28:16.917 INFO O| Dec 13 21:28:16.917 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/ssh-keyscan"
56962024-12-13T21:28:18.932Z[ recovery-image] Dec 13 21:28:16.917 INFO O| Dec 13 21:28:16.917 INFO STEP 421 (remove_files) COMPLETE
56972024-12-13T21:28:18.935Z[ recovery-image] Dec 13 21:28:16.917 INFO O| Dec 13 21:28:16.917 INFO STEP 422: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
56982024-12-13T21:28:18.961Z[ recovery-image] Dec 13 21:28:16.947 INFO O| Dec 13 21:28:16.947 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/strings"
56992024-12-13T21:28:18.961Z[ recovery-image] Dec 13 21:28:16.947 INFO O| Dec 13 21:28:16.947 INFO STEP 422 (remove_files) COMPLETE
57002024-12-13T21:28:18.964Z[ recovery-image] Dec 13 21:28:16.947 INFO O| Dec 13 21:28:16.947 INFO STEP 423: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
57012024-12-13T21:28:18.981Z[ recovery-image] Dec 13 21:28:16.967 INFO O| Dec 13 21:28:16.967 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/sum"
57022024-12-13T21:28:18.981Z[ recovery-image] Dec 13 21:28:16.968 INFO O| Dec 13 21:28:16.967 INFO STEP 423 (remove_files) COMPLETE
57032024-12-13T21:28:18.981Z[ recovery-image] Dec 13 21:28:16.968 INFO O| Dec 13 21:28:16.967 INFO STEP 424: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
57042024-12-13T21:28:18.998Z[ recovery-image] Dec 13 21:28:16.984 INFO O| Dec 13 21:28:16.984 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/tabs"
57052024-12-13T21:28:18.998Z[ recovery-image] Dec 13 21:28:16.985 INFO O| Dec 13 21:28:16.984 INFO STEP 424 (remove_files) COMPLETE
57062024-12-13T21:28:18.998Z[ recovery-image] Dec 13 21:28:16.985 INFO O| Dec 13 21:28:16.985 INFO STEP 425: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
57072024-12-13T21:28:19.016Z[ recovery-image] Dec 13 21:28:17.002 INFO O| Dec 13 21:28:17.002 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/tcopy"
57082024-12-13T21:28:19.016Z[ recovery-image] Dec 13 21:28:17.002 INFO O| Dec 13 21:28:17.002 INFO STEP 425 (remove_files) COMPLETE
57092024-12-13T21:28:19.016Z[ recovery-image] Dec 13 21:28:17.002 INFO O| Dec 13 21:28:17.002 INFO STEP 426: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
57102024-12-13T21:28:19.033Z[ recovery-image] Dec 13 21:28:17.019 INFO O| Dec 13 21:28:17.019 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/test"
57112024-12-13T21:28:19.033Z[ recovery-image] Dec 13 21:28:17.019 INFO O| Dec 13 21:28:17.019 INFO STEP 426 (remove_files) COMPLETE
57122024-12-13T21:28:19.033Z[ recovery-image] Dec 13 21:28:17.019 INFO O| Dec 13 21:28:17.019 INFO STEP 427: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
57132024-12-13T21:28:19.118Z[ recovery-image] Dec 13 21:28:17.104 INFO O| Dec 13 21:28:17.104 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/tic"
57142024-12-13T21:28:19.118Z[ recovery-image] Dec 13 21:28:17.104 INFO O| Dec 13 21:28:17.104 INFO STEP 427 (remove_files) COMPLETE
57152024-12-13T21:28:19.121Z[ recovery-image] Dec 13 21:28:17.104 INFO O| Dec 13 21:28:17.104 INFO STEP 428: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
57162024-12-13T21:28:19.149Z[ recovery-image] Dec 13 21:28:17.135 INFO O| Dec 13 21:28:17.135 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/time"
57172024-12-13T21:28:19.149Z[ recovery-image] Dec 13 21:28:17.136 INFO O| Dec 13 21:28:17.135 INFO STEP 428 (remove_files) COMPLETE
57182024-12-13T21:28:19.149Z[ recovery-image] Dec 13 21:28:17.136 INFO O| Dec 13 21:28:17.135 INFO STEP 429: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
57192024-12-13T21:28:19.173Z[ recovery-image] Dec 13 21:28:17.159 INFO O| Dec 13 21:28:17.159 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/tip"
57202024-12-13T21:28:19.173Z[ recovery-image] Dec 13 21:28:17.159 INFO O| Dec 13 21:28:17.159 INFO STEP 429 (remove_files) COMPLETE
57212024-12-13T21:28:19.173Z[ recovery-image] Dec 13 21:28:17.159 INFO O| Dec 13 21:28:17.159 INFO STEP 430: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
57222024-12-13T21:28:19.206Z[ recovery-image] Dec 13 21:28:17.192 INFO O| Dec 13 21:28:17.192 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/tkmib"
57232024-12-13T21:28:19.209Z[ recovery-image] Dec 13 21:28:17.192 INFO O| Dec 13 21:28:17.192 INFO STEP 430 (remove_files) COMPLETE
57242024-12-13T21:28:19.209Z[ recovery-image] Dec 13 21:28:17.193 INFO O| Dec 13 21:28:17.192 INFO STEP 431: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
57252024-12-13T21:28:19.246Z[ recovery-image] Dec 13 21:28:17.231 INFO O| Dec 13 21:28:17.231 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/tpmadm"
57262024-12-13T21:28:19.246Z[ recovery-image] Dec 13 21:28:17.231 INFO O| Dec 13 21:28:17.231 INFO STEP 431 (remove_files) COMPLETE
57272024-12-13T21:28:19.248Z[ recovery-image] Dec 13 21:28:17.231 INFO O| Dec 13 21:28:17.231 INFO STEP 432: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
57282024-12-13T21:28:19.264Z[ recovery-image] Dec 13 21:28:17.250 INFO O| Dec 13 21:28:17.250 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/traptoemail"
57292024-12-13T21:28:19.266Z[ recovery-image] Dec 13 21:28:17.250 INFO O| Dec 13 21:28:17.250 INFO STEP 432 (remove_files) COMPLETE
57302024-12-13T21:28:19.266Z[ recovery-image] Dec 13 21:28:17.250 INFO O| Dec 13 21:28:17.250 INFO STEP 433: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
57312024-12-13T21:28:19.282Z[ recovery-image] Dec 13 21:28:17.268 INFO O| Dec 13 21:28:17.268 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/true"
57322024-12-13T21:28:19.284Z[ recovery-image] Dec 13 21:28:17.268 INFO O| Dec 13 21:28:17.268 INFO STEP 433 (remove_files) COMPLETE
57332024-12-13T21:28:19.285Z[ recovery-image] Dec 13 21:28:17.268 INFO O| Dec 13 21:28:17.268 INFO STEP 434: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
57342024-12-13T21:28:19.300Z[ recovery-image] Dec 13 21:28:17.286 INFO O| Dec 13 21:28:17.286 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/tty"
57352024-12-13T21:28:19.303Z[ recovery-image] Dec 13 21:28:17.287 INFO O| Dec 13 21:28:17.286 INFO STEP 434 (remove_files) COMPLETE
57362024-12-13T21:28:19.303Z[ recovery-image] Dec 13 21:28:17.287 INFO O| Dec 13 21:28:17.287 INFO STEP 435: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
57372024-12-13T21:28:19.337Z[ recovery-image] Dec 13 21:28:17.323 INFO O| Dec 13 21:28:17.323 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/type"
57382024-12-13T21:28:19.337Z[ recovery-image] Dec 13 21:28:17.323 INFO O| Dec 13 21:28:17.323 INFO STEP 435 (remove_files) COMPLETE
57392024-12-13T21:28:19.341Z[ recovery-image] Dec 13 21:28:17.323 INFO O| Dec 13 21:28:17.323 INFO STEP 436: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
57402024-12-13T21:28:19.356Z[ recovery-image] Dec 13 21:28:17.342 INFO O| Dec 13 21:28:17.342 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/tzselect"
57412024-12-13T21:28:19.365Z[ recovery-image] Dec 13 21:28:17.351 INFO O| Dec 13 21:28:17.351 INFO STEP 436 (remove_files) COMPLETE
57422024-12-13T21:28:19.365Z[ recovery-image] Dec 13 21:28:17.351 INFO O| Dec 13 21:28:17.351 INFO STEP 437: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
57432024-12-13T21:28:19.383Z[ recovery-image] Dec 13 21:28:17.368 INFO O| Dec 13 21:28:17.368 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/ulimit"
57442024-12-13T21:28:19.383Z[ recovery-image] Dec 13 21:28:17.369 INFO O| Dec 13 21:28:17.369 INFO STEP 437 (remove_files) COMPLETE
57452024-12-13T21:28:19.383Z[ recovery-image] Dec 13 21:28:17.369 INFO O| Dec 13 21:28:17.369 INFO STEP 438: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
57462024-12-13T21:28:19.399Z[ recovery-image] Dec 13 21:28:17.385 INFO O| Dec 13 21:28:17.385 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/umask"
57472024-12-13T21:28:19.399Z[ recovery-image] Dec 13 21:28:17.385 INFO O| Dec 13 21:28:17.385 INFO STEP 438 (remove_files) COMPLETE
57482024-12-13T21:28:19.399Z[ recovery-image] Dec 13 21:28:17.385 INFO O| Dec 13 21:28:17.385 INFO STEP 439: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
57492024-12-13T21:28:19.419Z[ recovery-image] Dec 13 21:28:17.405 INFO O| Dec 13 21:28:17.405 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/unalias"
57502024-12-13T21:28:19.419Z[ recovery-image] Dec 13 21:28:17.405 INFO O| Dec 13 21:28:17.405 INFO STEP 439 (remove_files) COMPLETE
57512024-12-13T21:28:19.419Z[ recovery-image] Dec 13 21:28:17.405 INFO O| Dec 13 21:28:17.405 INFO STEP 440: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
57522024-12-13T21:28:19.462Z[ recovery-image] Dec 13 21:28:17.448 INFO O| Dec 13 21:28:17.448 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/uncompress"
57532024-12-13T21:28:19.462Z[ recovery-image] Dec 13 21:28:17.449 INFO O| Dec 13 21:28:17.448 INFO STEP 440 (remove_files) COMPLETE
57542024-12-13T21:28:19.466Z[ recovery-image] Dec 13 21:28:17.449 INFO O| Dec 13 21:28:17.449 INFO STEP 441: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
57552024-12-13T21:28:19.499Z[ recovery-image] Dec 13 21:28:17.485 INFO O| Dec 13 21:28:17.485 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/unexpand"
57562024-12-13T21:28:19.499Z[ recovery-image] Dec 13 21:28:17.485 INFO O| Dec 13 21:28:17.485 INFO STEP 441 (remove_files) COMPLETE
57572024-12-13T21:28:19.502Z[ recovery-image] Dec 13 21:28:17.486 INFO O| Dec 13 21:28:17.485 INFO STEP 442: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
57582024-12-13T21:28:19.519Z[ recovery-image] Dec 13 21:28:17.505 INFO O| Dec 13 21:28:17.505 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/uniq"
57592024-12-13T21:28:19.519Z[ recovery-image] Dec 13 21:28:17.505 INFO O| Dec 13 21:28:17.505 INFO STEP 442 (remove_files) COMPLETE
57602024-12-13T21:28:19.519Z[ recovery-image] Dec 13 21:28:17.505 INFO O| Dec 13 21:28:17.505 INFO STEP 443: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
57612024-12-13T21:28:19.581Z[ recovery-image] Dec 13 21:28:17.567 INFO O| Dec 13 21:28:17.567 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/units"
57622024-12-13T21:28:19.581Z[ recovery-image] Dec 13 21:28:17.567 INFO O| Dec 13 21:28:17.567 INFO STEP 443 (remove_files) COMPLETE
57632024-12-13T21:28:19.581Z[ recovery-image] Dec 13 21:28:17.567 INFO O| Dec 13 21:28:17.567 INFO STEP 444: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
57642024-12-13T21:28:19.617Z[ recovery-image] Dec 13 21:28:17.603 INFO O| Dec 13 21:28:17.603 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/unix2dos"
57652024-12-13T21:28:19.618Z[ recovery-image] Dec 13 21:28:17.603 INFO O| Dec 13 21:28:17.603 INFO STEP 444 (remove_files) COMPLETE
57662024-12-13T21:28:19.618Z[ recovery-image] Dec 13 21:28:17.603 INFO O| Dec 13 21:28:17.603 INFO STEP 445: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
57672024-12-13T21:28:19.638Z[ recovery-image] Dec 13 21:28:17.624 INFO O| Dec 13 21:28:17.624 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/unpack"
57682024-12-13T21:28:19.638Z[ recovery-image] Dec 13 21:28:17.624 INFO O| Dec 13 21:28:17.624 INFO STEP 445 (remove_files) COMPLETE
57692024-12-13T21:28:19.641Z[ recovery-image] Dec 13 21:28:17.624 INFO O| Dec 13 21:28:17.624 INFO STEP 446: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
57702024-12-13T21:28:19.675Z[ recovery-image] Dec 13 21:28:17.661 INFO O| Dec 13 21:28:17.661 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/uptime"
57712024-12-13T21:28:19.675Z[ recovery-image] Dec 13 21:28:17.661 INFO O| Dec 13 21:28:17.661 INFO STEP 446 (remove_files) COMPLETE
57722024-12-13T21:28:19.675Z[ recovery-image] Dec 13 21:28:17.661 INFO O| Dec 13 21:28:17.661 INFO STEP 447: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
57732024-12-13T21:28:19.728Z[ recovery-image] Dec 13 21:28:17.714 INFO O| Dec 13 21:28:17.714 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/userattr"
57742024-12-13T21:28:19.728Z[ recovery-image] Dec 13 21:28:17.714 INFO O| Dec 13 21:28:17.714 INFO STEP 447 (remove_files) COMPLETE
57752024-12-13T21:28:19.731Z[ recovery-image] Dec 13 21:28:17.714 INFO O| Dec 13 21:28:17.714 INFO STEP 448: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
57762024-12-13T21:28:19.755Z[ recovery-image] Dec 13 21:28:17.741 INFO O| Dec 13 21:28:17.741 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/uudecode"
57772024-12-13T21:28:19.758Z[ recovery-image] Dec 13 21:28:17.741 INFO O| Dec 13 21:28:17.741 INFO STEP 448 (remove_files) COMPLETE
57782024-12-13T21:28:19.758Z[ recovery-image] Dec 13 21:28:17.742 INFO O| Dec 13 21:28:17.741 INFO STEP 449: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
57792024-12-13T21:28:19.776Z[ recovery-image] Dec 13 21:28:17.762 INFO O| Dec 13 21:28:17.762 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/uuencode"
57802024-12-13T21:28:19.778Z[ recovery-image] Dec 13 21:28:17.762 INFO O| Dec 13 21:28:17.762 INFO STEP 449 (remove_files) COMPLETE
57812024-12-13T21:28:19.778Z[ recovery-image] Dec 13 21:28:17.762 INFO O| Dec 13 21:28:17.762 INFO STEP 450: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
57822024-12-13T21:28:19.794Z[ recovery-image] Dec 13 21:28:17.780 INFO O| Dec 13 21:28:17.780 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/uuidgen"
57832024-12-13T21:28:19.797Z[ recovery-image] Dec 13 21:28:17.780 INFO O| Dec 13 21:28:17.780 INFO STEP 450 (remove_files) COMPLETE
57842024-12-13T21:28:19.797Z[ recovery-image] Dec 13 21:28:17.780 INFO O| Dec 13 21:28:17.780 INFO STEP 451: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
57852024-12-13T21:28:19.813Z[ recovery-image] Dec 13 21:28:17.799 INFO O| Dec 13 21:28:17.799 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/vedit"
57862024-12-13T21:28:19.815Z[ recovery-image] Dec 13 21:28:17.799 INFO O| Dec 13 21:28:17.799 INFO STEP 451 (remove_files) COMPLETE
57872024-12-13T21:28:19.815Z[ recovery-image] Dec 13 21:28:17.799 INFO O| Dec 13 21:28:17.799 INFO STEP 452: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
57882024-12-13T21:28:19.833Z[ recovery-image] Dec 13 21:28:17.819 INFO O| Dec 13 21:28:17.819 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/vim"
57892024-12-13T21:28:19.835Z[ recovery-image] Dec 13 21:28:17.819 INFO O| Dec 13 21:28:17.819 INFO STEP 452 (remove_files) COMPLETE
57902024-12-13T21:28:19.836Z[ recovery-image] Dec 13 21:28:17.819 INFO O| Dec 13 21:28:17.819 INFO STEP 453: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
57912024-12-13T21:28:19.851Z[ recovery-image] Dec 13 21:28:17.837 INFO O| Dec 13 21:28:17.837 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/vimtutor"
57922024-12-13T21:28:19.854Z[ recovery-image] Dec 13 21:28:17.837 INFO O| Dec 13 21:28:17.837 INFO STEP 453 (remove_files) COMPLETE
57932024-12-13T21:28:19.854Z[ recovery-image] Dec 13 21:28:17.837 INFO O| Dec 13 21:28:17.837 INFO STEP 454: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
57942024-12-13T21:28:19.868Z[ recovery-image] Dec 13 21:28:17.854 INFO O| Dec 13 21:28:17.854 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/vmstat"
57952024-12-13T21:28:19.868Z[ recovery-image] Dec 13 21:28:17.855 INFO O| Dec 13 21:28:17.855 INFO STEP 454 (remove_files) COMPLETE
57962024-12-13T21:28:19.871Z[ recovery-image] Dec 13 21:28:17.855 INFO O| Dec 13 21:28:17.855 INFO STEP 455: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
57972024-12-13T21:28:19.885Z[ recovery-image] Dec 13 21:28:17.871 INFO O| Dec 13 21:28:17.871 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/vtfontcvt"
57982024-12-13T21:28:19.885Z[ recovery-image] Dec 13 21:28:17.871 INFO O| Dec 13 21:28:17.871 INFO STEP 455 (remove_files) COMPLETE
57992024-12-13T21:28:19.888Z[ recovery-image] Dec 13 21:28:17.871 INFO O| Dec 13 21:28:17.871 INFO STEP 456: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
58002024-12-13T21:28:19.926Z[ recovery-image] Dec 13 21:28:17.912 INFO O| Dec 13 21:28:17.912 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/w"
58012024-12-13T21:28:19.926Z[ recovery-image] Dec 13 21:28:17.912 INFO O| Dec 13 21:28:17.912 INFO STEP 456 (remove_files) COMPLETE
58022024-12-13T21:28:19.926Z[ recovery-image] Dec 13 21:28:17.912 INFO O| Dec 13 21:28:17.912 INFO STEP 457: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
58032024-12-13T21:28:19.961Z[ recovery-image] Dec 13 21:28:17.947 INFO O| Dec 13 21:28:17.946 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/wait"
58042024-12-13T21:28:19.961Z[ recovery-image] Dec 13 21:28:17.947 INFO O| Dec 13 21:28:17.947 INFO STEP 457 (remove_files) COMPLETE
58052024-12-13T21:28:19.963Z[ recovery-image] Dec 13 21:28:17.947 INFO O| Dec 13 21:28:17.947 INFO STEP 458: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
58062024-12-13T21:28:20.008Z[ recovery-image] Dec 13 21:28:17.994 INFO O| Dec 13 21:28:17.994 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/watch"
58072024-12-13T21:28:20.008Z[ recovery-image] Dec 13 21:28:17.994 INFO O| Dec 13 21:28:17.994 INFO STEP 458 (remove_files) COMPLETE
58082024-12-13T21:28:20.008Z[ recovery-image] Dec 13 21:28:17.994 INFO O| Dec 13 21:28:17.994 INFO STEP 459: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
58092024-12-13T21:28:20.028Z[ recovery-image] Dec 13 21:28:18.013 INFO O| Dec 13 21:28:18.013 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/wc"
58102024-12-13T21:28:20.028Z[ recovery-image] Dec 13 21:28:18.013 INFO O| Dec 13 21:28:18.013 INFO STEP 459 (remove_files) COMPLETE
58112024-12-13T21:28:20.028Z[ recovery-image] Dec 13 21:28:18.013 INFO O| Dec 13 21:28:18.013 INFO STEP 460: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
58122024-12-13T21:28:20.046Z[ recovery-image] Dec 13 21:28:18.031 INFO O| Dec 13 21:28:18.031 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/which"
58132024-12-13T21:28:20.046Z[ recovery-image] Dec 13 21:28:18.031 INFO O| Dec 13 21:28:18.031 INFO STEP 460 (remove_files) COMPLETE
58142024-12-13T21:28:20.046Z[ recovery-image] Dec 13 21:28:18.031 INFO O| Dec 13 21:28:18.031 INFO STEP 461: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
58152024-12-13T21:28:20.083Z[ recovery-image] Dec 13 21:28:18.069 INFO O| Dec 13 21:28:18.069 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/whocalls"
58162024-12-13T21:28:20.083Z[ recovery-image] Dec 13 21:28:18.069 INFO O| Dec 13 21:28:18.069 INFO STEP 461 (remove_files) COMPLETE
58172024-12-13T21:28:20.086Z[ recovery-image] Dec 13 21:28:18.069 INFO O| Dec 13 21:28:18.069 INFO STEP 462: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
58182024-12-13T21:28:20.129Z[ recovery-image] Dec 13 21:28:18.111 INFO O| Dec 13 21:28:18.111 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/wracct"
58192024-12-13T21:28:20.129Z[ recovery-image] Dec 13 21:28:18.111 INFO O| Dec 13 21:28:18.111 INFO STEP 462 (remove_files) COMPLETE
58202024-12-13T21:28:20.129Z[ recovery-image] Dec 13 21:28:18.111 INFO O| Dec 13 21:28:18.111 INFO STEP 463: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
58212024-12-13T21:28:20.167Z[ recovery-image] Dec 13 21:28:18.137 INFO O| Dec 13 21:28:18.137 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/write"
58222024-12-13T21:28:20.167Z[ recovery-image] Dec 13 21:28:18.137 INFO O| Dec 13 21:28:18.137 INFO STEP 463 (remove_files) COMPLETE
58232024-12-13T21:28:20.170Z[ recovery-image] Dec 13 21:28:18.137 INFO O| Dec 13 21:28:18.137 INFO STEP 464: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
58242024-12-13T21:28:20.180Z[ recovery-image] Dec 13 21:28:18.166 INFO O| Dec 13 21:28:18.166 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/xargs"
58252024-12-13T21:28:20.180Z[ recovery-image] Dec 13 21:28:18.166 INFO O| Dec 13 21:28:18.166 INFO STEP 464 (remove_files) COMPLETE
58262024-12-13T21:28:20.182Z[ recovery-image] Dec 13 21:28:18.166 INFO O| Dec 13 21:28:18.166 INFO STEP 465: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
58272024-12-13T21:28:20.265Z[ recovery-image] Dec 13 21:28:18.251 INFO O| Dec 13 21:28:18.251 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/xml2-config"
58282024-12-13T21:28:20.269Z[ recovery-image] Dec 13 21:28:18.251 INFO O| Dec 13 21:28:18.251 INFO STEP 465 (remove_files) COMPLETE
58292024-12-13T21:28:20.269Z[ recovery-image] Dec 13 21:28:18.251 INFO O| Dec 13 21:28:18.251 INFO STEP 466: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
58302024-12-13T21:28:20.300Z[ recovery-image] Dec 13 21:28:18.285 INFO O| Dec 13 21:28:18.285 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/xmlcatalog"
58312024-12-13T21:28:20.300Z[ recovery-image] Dec 13 21:28:18.285 INFO O| Dec 13 21:28:18.285 INFO STEP 466 (remove_files) COMPLETE
58322024-12-13T21:28:20.310Z[ recovery-image] Dec 13 21:28:18.285 INFO O| Dec 13 21:28:18.285 INFO STEP 467: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
58332024-12-13T21:28:20.338Z[ recovery-image] Dec 13 21:28:18.324 INFO O| Dec 13 21:28:18.324 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/xmllint"
58342024-12-13T21:28:20.338Z[ recovery-image] Dec 13 21:28:18.324 INFO O| Dec 13 21:28:18.324 INFO STEP 467 (remove_files) COMPLETE
58352024-12-13T21:28:20.338Z[ recovery-image] Dec 13 21:28:18.324 INFO O| Dec 13 21:28:18.324 INFO STEP 468: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
58362024-12-13T21:28:20.407Z[ recovery-image] Dec 13 21:28:18.393 INFO O| Dec 13 21:28:18.393 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/xmlwf"
58372024-12-13T21:28:20.412Z[ recovery-image] Dec 13 21:28:18.393 INFO O| Dec 13 21:28:18.393 INFO STEP 468 (remove_files) COMPLETE
58382024-12-13T21:28:20.412Z[ recovery-image] Dec 13 21:28:18.393 INFO O| Dec 13 21:28:18.393 INFO STEP 469: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
58392024-12-13T21:28:20.428Z[ recovery-image] Dec 13 21:28:18.413 INFO O| Dec 13 21:28:18.413 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/xstr"
58402024-12-13T21:28:20.431Z[ recovery-image] Dec 13 21:28:18.414 INFO O| Dec 13 21:28:18.414 INFO STEP 469 (remove_files) COMPLETE
58412024-12-13T21:28:20.431Z[ recovery-image] Dec 13 21:28:18.414 INFO O| Dec 13 21:28:18.414 INFO STEP 470: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
58422024-12-13T21:28:20.446Z[ recovery-image] Dec 13 21:28:18.432 INFO O| Dec 13 21:28:18.432 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/xxd"
58432024-12-13T21:28:20.446Z[ recovery-image] Dec 13 21:28:18.432 INFO O| Dec 13 21:28:18.432 INFO STEP 470 (remove_files) COMPLETE
58442024-12-13T21:28:20.450Z[ recovery-image] Dec 13 21:28:18.432 INFO O| Dec 13 21:28:18.432 INFO STEP 471: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
58452024-12-13T21:28:20.464Z[ recovery-image] Dec 13 21:28:18.450 INFO O| Dec 13 21:28:18.449 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/xz"
58462024-12-13T21:28:20.469Z[ recovery-image] Dec 13 21:28:18.450 INFO O| Dec 13 21:28:18.450 INFO STEP 471 (remove_files) COMPLETE
58472024-12-13T21:28:20.469Z[ recovery-image] Dec 13 21:28:18.450 INFO O| Dec 13 21:28:18.450 INFO STEP 472: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
58482024-12-13T21:28:20.493Z[ recovery-image] Dec 13 21:28:18.478 INFO O| Dec 13 21:28:18.478 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/xzdec"
58492024-12-13T21:28:20.498Z[ recovery-image] Dec 13 21:28:18.478 INFO O| Dec 13 21:28:18.478 INFO STEP 472 (remove_files) COMPLETE
58502024-12-13T21:28:20.498Z[ recovery-image] Dec 13 21:28:18.478 INFO O| Dec 13 21:28:18.478 INFO STEP 473: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
58512024-12-13T21:28:20.517Z[ recovery-image] Dec 13 21:28:18.502 INFO O| Dec 13 21:28:18.502 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/xzdiff"
58522024-12-13T21:28:20.517Z[ recovery-image] Dec 13 21:28:18.502 INFO O| Dec 13 21:28:18.502 INFO STEP 473 (remove_files) COMPLETE
58532024-12-13T21:28:20.518Z[ recovery-image] Dec 13 21:28:18.502 INFO O| Dec 13 21:28:18.502 INFO STEP 474: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
58542024-12-13T21:28:20.576Z[ recovery-image] Dec 13 21:28:18.561 INFO O| Dec 13 21:28:18.561 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/xzgrep"
58552024-12-13T21:28:20.576Z[ recovery-image] Dec 13 21:28:18.562 INFO O| Dec 13 21:28:18.561 INFO STEP 474 (remove_files) COMPLETE
58562024-12-13T21:28:20.576Z[ recovery-image] Dec 13 21:28:18.562 INFO O| Dec 13 21:28:18.562 INFO STEP 475: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
58572024-12-13T21:28:20.594Z[ recovery-image] Dec 13 21:28:18.580 INFO O| Dec 13 21:28:18.580 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/xzless"
58582024-12-13T21:28:20.594Z[ recovery-image] Dec 13 21:28:18.580 INFO O| Dec 13 21:28:18.580 INFO STEP 475 (remove_files) COMPLETE
58592024-12-13T21:28:20.594Z[ recovery-image] Dec 13 21:28:18.580 INFO O| Dec 13 21:28:18.580 INFO STEP 476: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
58602024-12-13T21:28:20.613Z[ recovery-image] Dec 13 21:28:18.599 INFO O| Dec 13 21:28:18.599 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/xzmore"
58612024-12-13T21:28:20.613Z[ recovery-image] Dec 13 21:28:18.599 INFO O| Dec 13 21:28:18.599 INFO STEP 476 (remove_files) COMPLETE
58622024-12-13T21:28:20.613Z[ recovery-image] Dec 13 21:28:18.599 INFO O| Dec 13 21:28:18.599 INFO STEP 477: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
58632024-12-13T21:28:20.652Z[ recovery-image] Dec 13 21:28:18.638 INFO O| Dec 13 21:28:18.638 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/yes"
58642024-12-13T21:28:20.652Z[ recovery-image] Dec 13 21:28:18.638 INFO O| Dec 13 21:28:18.638 INFO STEP 477 (remove_files) COMPLETE
58652024-12-13T21:28:20.656Z[ recovery-image] Dec 13 21:28:18.638 INFO O| Dec 13 21:28:18.638 INFO STEP 478: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
58662024-12-13T21:28:20.672Z[ recovery-image] Dec 13 21:28:18.658 INFO O| Dec 13 21:28:18.658 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/zcat"
58672024-12-13T21:28:20.672Z[ recovery-image] Dec 13 21:28:18.658 INFO O| Dec 13 21:28:18.658 INFO STEP 478 (remove_files) COMPLETE
58682024-12-13T21:28:20.672Z[ recovery-image] Dec 13 21:28:18.658 INFO O| Dec 13 21:28:18.658 INFO STEP 479: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
58692024-12-13T21:28:20.729Z[ recovery-image] Dec 13 21:28:18.715 INFO O| Dec 13 21:28:18.715 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/zonestat"
58702024-12-13T21:28:20.729Z[ recovery-image] Dec 13 21:28:18.715 INFO O| Dec 13 21:28:18.715 INFO STEP 479 (remove_files) COMPLETE
58712024-12-13T21:28:20.729Z[ recovery-image] Dec 13 21:28:18.715 INFO O| Dec 13 21:28:18.715 INFO STEP 480: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
58722024-12-13T21:28:20.766Z[ recovery-image] Dec 13 21:28:18.750 INFO O| Dec 13 21:28:18.750 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/zstd"
58732024-12-13T21:28:20.789Z[ recovery-image] Dec 13 21:28:18.774 INFO O| Dec 13 21:28:18.774 INFO STEP 480 (remove_files) COMPLETE
58742024-12-13T21:28:20.789Z[ recovery-image] Dec 13 21:28:18.774 INFO O| Dec 13 21:28:18.774 INFO STEP 481: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
58752024-12-13T21:28:20.826Z[ recovery-image] Dec 13 21:28:18.812 INFO O| Dec 13 21:28:18.812 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/zstdgrep"
58762024-12-13T21:28:20.826Z[ recovery-image] Dec 13 21:28:18.812 INFO O| Dec 13 21:28:18.812 INFO STEP 481 (remove_files) COMPLETE
58772024-12-13T21:28:20.826Z[ recovery-image] Dec 13 21:28:18.812 INFO O| Dec 13 21:28:18.812 INFO STEP 482: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
58782024-12-13T21:28:20.863Z[ recovery-image] Dec 13 21:28:18.848 INFO O| Dec 13 21:28:18.848 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/zstdless"
58792024-12-13T21:28:20.866Z[ recovery-image] Dec 13 21:28:18.848 INFO O| Dec 13 21:28:18.848 INFO STEP 482 (remove_files) COMPLETE
58802024-12-13T21:28:20.866Z[ recovery-image] Dec 13 21:28:18.849 INFO O| Dec 13 21:28:18.848 INFO STEP 483: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
58812024-12-13T21:28:20.882Z[ recovery-image] Dec 13 21:28:18.868 INFO O| Dec 13 21:28:18.868 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/gcc/10/lib/amd64/libatomic.so.1.2.0"
58822024-12-13T21:28:20.885Z[ recovery-image] Dec 13 21:28:18.868 INFO O| Dec 13 21:28:18.868 INFO STEP 483 (remove_files) COMPLETE
58832024-12-13T21:28:20.885Z[ recovery-image] Dec 13 21:28:18.869 INFO O| Dec 13 21:28:18.868 INFO STEP 484: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
58842024-12-13T21:28:20.920Z[ recovery-image] Dec 13 21:28:18.904 INFO O| Dec 13 21:28:18.904 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/gcc/10/lib/amd64/libgomp.so.1.0.0"
58852024-12-13T21:28:20.920Z[ recovery-image] Dec 13 21:28:18.904 INFO O| Dec 13 21:28:18.904 INFO STEP 484 (remove_files) COMPLETE
58862024-12-13T21:28:20.920Z[ recovery-image] Dec 13 21:28:18.904 INFO O| Dec 13 21:28:18.904 INFO STEP 485: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
58872024-12-13T21:28:20.956Z[ recovery-image] Dec 13 21:28:18.942 INFO O| Dec 13 21:28:18.942 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/gcc/10/lib/amd64/libssp.so.0.0.0"
58882024-12-13T21:28:20.956Z[ recovery-image] Dec 13 21:28:18.942 INFO O| Dec 13 21:28:18.942 INFO STEP 485 (remove_files) COMPLETE
58892024-12-13T21:28:20.959Z[ recovery-image] Dec 13 21:28:18.942 INFO O| Dec 13 21:28:18.942 INFO STEP 486: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
58902024-12-13T21:28:21.002Z[ recovery-image] Dec 13 21:28:18.988 INFO O| Dec 13 21:28:18.988 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/gcc/10/lib/amd64/libstdc++.so.6.0.28"
58912024-12-13T21:28:21.005Z[ recovery-image] Dec 13 21:28:18.988 INFO O| Dec 13 21:28:18.988 INFO STEP 486 (remove_files) COMPLETE
58922024-12-13T21:28:21.005Z[ recovery-image] Dec 13 21:28:18.988 INFO O| Dec 13 21:28:18.988 INFO STEP 487: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
58932024-12-13T21:28:21.026Z[ recovery-image] Dec 13 21:28:19.008 INFO O| Dec 13 21:28:19.008 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/gcc/10/lib/libatomic.so.1.2.0"
58942024-12-13T21:28:21.031Z[ recovery-image] Dec 13 21:28:19.009 INFO O| Dec 13 21:28:19.008 INFO STEP 487 (remove_files) COMPLETE
58952024-12-13T21:28:21.031Z[ recovery-image] Dec 13 21:28:19.009 INFO O| Dec 13 21:28:19.009 INFO STEP 488: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
58962024-12-13T21:28:21.044Z[ recovery-image] Dec 13 21:28:19.028 INFO O| Dec 13 21:28:19.028 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/gcc/10/lib/libgcc_s.so.1"
58972024-12-13T21:28:21.047Z[ recovery-image] Dec 13 21:28:19.028 INFO O| Dec 13 21:28:19.028 INFO STEP 488 (remove_files) COMPLETE
58982024-12-13T21:28:21.047Z[ recovery-image] Dec 13 21:28:19.028 INFO O| Dec 13 21:28:19.028 INFO STEP 489: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
58992024-12-13T21:28:21.077Z[ recovery-image] Dec 13 21:28:19.062 INFO O| Dec 13 21:28:19.062 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/gcc/10/lib/libgomp.so.1.0.0"
59002024-12-13T21:28:21.079Z[ recovery-image] Dec 13 21:28:19.063 INFO O| Dec 13 21:28:19.062 INFO STEP 489 (remove_files) COMPLETE
59012024-12-13T21:28:21.079Z[ recovery-image] Dec 13 21:28:19.063 INFO O| Dec 13 21:28:19.062 INFO STEP 490: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
59022024-12-13T21:28:21.133Z[ recovery-image] Dec 13 21:28:19.119 INFO O| Dec 13 21:28:19.119 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/gcc/10/lib/libssp.so.0.0.0"
59032024-12-13T21:28:21.133Z[ recovery-image] Dec 13 21:28:19.119 INFO O| Dec 13 21:28:19.119 INFO STEP 490 (remove_files) COMPLETE
59042024-12-13T21:28:21.133Z[ recovery-image] Dec 13 21:28:19.119 INFO O| Dec 13 21:28:19.119 INFO STEP 491: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
59052024-12-13T21:28:21.210Z[ recovery-image] Dec 13 21:28:19.196 INFO O| Dec 13 21:28:19.195 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/gcc/10/lib/libstdc++.so.6.0.28"
59062024-12-13T21:28:21.210Z[ recovery-image] Dec 13 21:28:19.196 INFO O| Dec 13 21:28:19.196 INFO STEP 491 (remove_files) COMPLETE
59072024-12-13T21:28:21.210Z[ recovery-image] Dec 13 21:28:19.196 INFO O| Dec 13 21:28:19.196 INFO STEP 492: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
59082024-12-13T21:28:21.229Z[ recovery-image] Dec 13 21:28:19.214 INFO O| Dec 13 21:28:19.214 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/gnu/lib/amd64/libform.so.5.9"
59092024-12-13T21:28:21.229Z[ recovery-image] Dec 13 21:28:19.214 INFO O| Dec 13 21:28:19.214 INFO STEP 492 (remove_files) COMPLETE
59102024-12-13T21:28:21.232Z[ recovery-image] Dec 13 21:28:19.214 INFO O| Dec 13 21:28:19.214 INFO STEP 493: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
59112024-12-13T21:28:21.247Z[ recovery-image] Dec 13 21:28:19.233 INFO O| Dec 13 21:28:19.233 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/gnu/lib/amd64/libmenu.so.5.9"
59122024-12-13T21:28:21.247Z[ recovery-image] Dec 13 21:28:19.233 INFO O| Dec 13 21:28:19.233 INFO STEP 493 (remove_files) COMPLETE
59132024-12-13T21:28:21.258Z[ recovery-image] Dec 13 21:28:19.234 INFO O| Dec 13 21:28:19.233 INFO STEP 494: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
59142024-12-13T21:28:21.280Z[ recovery-image] Dec 13 21:28:19.266 INFO O| Dec 13 21:28:19.266 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/gnu/lib/amd64/libpanel.so.5.9"
59152024-12-13T21:28:21.280Z[ recovery-image] Dec 13 21:28:19.266 INFO O| Dec 13 21:28:19.266 INFO STEP 494 (remove_files) COMPLETE
59162024-12-13T21:28:21.285Z[ recovery-image] Dec 13 21:28:19.266 INFO O| Dec 13 21:28:19.266 INFO STEP 495: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
59172024-12-13T21:28:21.339Z[ recovery-image] Dec 13 21:28:19.324 INFO O| Dec 13 21:28:19.324 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/gnu/lib/libform.so.5.9"
59182024-12-13T21:28:21.339Z[ recovery-image] Dec 13 21:28:19.325 INFO O| Dec 13 21:28:19.324 INFO STEP 495 (remove_files) COMPLETE
59192024-12-13T21:28:21.339Z[ recovery-image] Dec 13 21:28:19.325 INFO O| Dec 13 21:28:19.325 INFO STEP 496: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
59202024-12-13T21:28:21.358Z[ recovery-image] Dec 13 21:28:19.343 INFO O| Dec 13 21:28:19.343 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/gnu/lib/libmenu.so.5.9"
59212024-12-13T21:28:21.358Z[ recovery-image] Dec 13 21:28:19.344 INFO O| Dec 13 21:28:19.343 INFO STEP 496 (remove_files) COMPLETE
59222024-12-13T21:28:21.358Z[ recovery-image] Dec 13 21:28:19.344 INFO O| Dec 13 21:28:19.344 INFO STEP 497: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
59232024-12-13T21:28:21.375Z[ recovery-image] Dec 13 21:28:19.361 INFO O| Dec 13 21:28:19.361 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/gnu/lib/libpanel.so.5.9"
59242024-12-13T21:28:21.375Z[ recovery-image] Dec 13 21:28:19.362 INFO O| Dec 13 21:28:19.362 INFO STEP 497 (remove_files) COMPLETE
59252024-12-13T21:28:21.378Z[ recovery-image] Dec 13 21:28:19.362 INFO O| Dec 13 21:28:19.362 INFO STEP 498: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
59262024-12-13T21:28:21.405Z[ recovery-image] Dec 13 21:28:19.391 INFO O| Dec 13 21:28:19.391 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/has/bin/ctags"
59272024-12-13T21:28:21.408Z[ recovery-image] Dec 13 21:28:19.391 INFO O| Dec 13 21:28:19.391 INFO STEP 498 (remove_files) COMPLETE
59282024-12-13T21:28:21.408Z[ recovery-image] Dec 13 21:28:19.391 INFO O| Dec 13 21:28:19.391 INFO STEP 499: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
59292024-12-13T21:28:21.448Z[ recovery-image] Dec 13 21:28:19.434 INFO O| Dec 13 21:28:19.434 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/has/bin/edit"
59302024-12-13T21:28:21.448Z[ recovery-image] Dec 13 21:28:19.434 INFO O| Dec 13 21:28:19.434 INFO STEP 499 (remove_files) COMPLETE
59312024-12-13T21:28:21.451Z[ recovery-image] Dec 13 21:28:19.434 INFO O| Dec 13 21:28:19.434 INFO STEP 500: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
59322024-12-13T21:28:21.503Z[ recovery-image] Dec 13 21:28:19.489 INFO O| Dec 13 21:28:19.489 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/has/bin/ex"
59332024-12-13T21:28:21.505Z[ recovery-image] Dec 13 21:28:19.489 INFO O| Dec 13 21:28:19.489 INFO STEP 500 (remove_files) COMPLETE
59342024-12-13T21:28:21.508Z[ recovery-image] Dec 13 21:28:19.489 INFO O| Dec 13 21:28:19.489 INFO STEP 501: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
59352024-12-13T21:28:21.562Z[ recovery-image] Dec 13 21:28:19.547 INFO O| Dec 13 21:28:19.547 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/has/bin/pfsh"
59362024-12-13T21:28:21.562Z[ recovery-image] Dec 13 21:28:19.548 INFO O| Dec 13 21:28:19.547 INFO STEP 501 (remove_files) COMPLETE
59372024-12-13T21:28:21.562Z[ recovery-image] Dec 13 21:28:19.548 INFO O| Dec 13 21:28:19.548 INFO STEP 502: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
59382024-12-13T21:28:21.599Z[ recovery-image] Dec 13 21:28:19.585 INFO O| Dec 13 21:28:19.584 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/has/bin/sh"
59392024-12-13T21:28:21.599Z[ recovery-image] Dec 13 21:28:19.585 INFO O| Dec 13 21:28:19.585 INFO STEP 502 (remove_files) COMPLETE
59402024-12-13T21:28:21.599Z[ recovery-image] Dec 13 21:28:19.585 INFO O| Dec 13 21:28:19.585 INFO STEP 503: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
59412024-12-13T21:28:21.617Z[ recovery-image] Dec 13 21:28:19.602 INFO O| Dec 13 21:28:19.602 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/has/bin/vedit"
59422024-12-13T21:28:21.618Z[ recovery-image] Dec 13 21:28:19.603 INFO O| Dec 13 21:28:19.603 INFO STEP 503 (remove_files) COMPLETE
59432024-12-13T21:28:21.620Z[ recovery-image] Dec 13 21:28:19.603 INFO O| Dec 13 21:28:19.603 INFO STEP 504: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
59442024-12-13T21:28:21.635Z[ recovery-image] Dec 13 21:28:19.621 INFO O| Dec 13 21:28:19.621 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/has/bin/vi"
59452024-12-13T21:28:21.635Z[ recovery-image] Dec 13 21:28:19.621 INFO O| Dec 13 21:28:19.621 INFO STEP 504 (remove_files) COMPLETE
59462024-12-13T21:28:21.635Z[ recovery-image] Dec 13 21:28:19.621 INFO O| Dec 13 21:28:19.621 INFO STEP 505: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
59472024-12-13T21:28:21.653Z[ recovery-image] Dec 13 21:28:19.639 INFO O| Dec 13 21:28:19.639 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/has/bin/view"
59482024-12-13T21:28:21.653Z[ recovery-image] Dec 13 21:28:19.639 INFO O| Dec 13 21:28:19.639 INFO STEP 505 (remove_files) COMPLETE
59492024-12-13T21:28:21.655Z[ recovery-image] Dec 13 21:28:19.639 INFO O| Dec 13 21:28:19.639 INFO STEP 506: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
59502024-12-13T21:28:21.671Z[ recovery-image] Dec 13 21:28:19.657 INFO O| Dec 13 21:28:19.657 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/kernel/drv/amd64/logindmux"
59512024-12-13T21:28:21.673Z[ recovery-image] Dec 13 21:28:19.657 INFO O| Dec 13 21:28:19.657 INFO STEP 506 (remove_files) COMPLETE
59522024-12-13T21:28:21.673Z[ recovery-image] Dec 13 21:28:19.657 INFO O| Dec 13 21:28:19.657 INFO STEP 507: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
59532024-12-13T21:28:21.689Z[ recovery-image] Dec 13 21:28:19.675 INFO O| Dec 13 21:28:19.675 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/kernel/drv/amd64/pool"
59542024-12-13T21:28:21.689Z[ recovery-image] Dec 13 21:28:19.675 INFO O| Dec 13 21:28:19.675 INFO STEP 507 (remove_files) COMPLETE
59552024-12-13T21:28:21.689Z[ recovery-image] Dec 13 21:28:19.675 INFO O| Dec 13 21:28:19.675 INFO STEP 508: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
59562024-12-13T21:28:21.707Z[ recovery-image] Dec 13 21:28:19.693 INFO O| Dec 13 21:28:19.693 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/kernel/drv/amd64/ppt"
59572024-12-13T21:28:21.707Z[ recovery-image] Dec 13 21:28:19.693 INFO O| Dec 13 21:28:19.693 INFO STEP 508 (remove_files) COMPLETE
59582024-12-13T21:28:21.710Z[ recovery-image] Dec 13 21:28:19.693 INFO O| Dec 13 21:28:19.693 INFO STEP 509: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
59592024-12-13T21:28:21.725Z[ recovery-image] Dec 13 21:28:19.711 INFO O| Dec 13 21:28:19.710 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/kernel/drv/amd64/ptm"
59602024-12-13T21:28:21.725Z[ recovery-image] Dec 13 21:28:19.711 INFO O| Dec 13 21:28:19.711 INFO STEP 509 (remove_files) COMPLETE
59612024-12-13T21:28:21.727Z[ recovery-image] Dec 13 21:28:19.711 INFO O| Dec 13 21:28:19.711 INFO STEP 510: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
59622024-12-13T21:28:21.759Z[ recovery-image] Dec 13 21:28:19.745 INFO O| Dec 13 21:28:19.745 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/kernel/drv/amd64/pts"
59632024-12-13T21:28:21.759Z[ recovery-image] Dec 13 21:28:19.745 INFO O| Dec 13 21:28:19.745 INFO STEP 510 (remove_files) COMPLETE
59642024-12-13T21:28:21.762Z[ recovery-image] Dec 13 21:28:19.745 INFO O| Dec 13 21:28:19.745 INFO STEP 511: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
59652024-12-13T21:28:21.781Z[ recovery-image] Dec 13 21:28:19.766 INFO O| Dec 13 21:28:19.766 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/kernel/drv/amd64/vmm"
59662024-12-13T21:28:21.781Z[ recovery-image] Dec 13 21:28:19.766 INFO O| Dec 13 21:28:19.766 INFO STEP 511 (remove_files) COMPLETE
59672024-12-13T21:28:21.781Z[ recovery-image] Dec 13 21:28:19.766 INFO O| Dec 13 21:28:19.766 INFO STEP 512: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
59682024-12-13T21:28:21.812Z[ recovery-image] Dec 13 21:28:19.798 INFO O| Dec 13 21:28:19.798 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/kernel/drv/amd64/zcons"
59692024-12-13T21:28:21.812Z[ recovery-image] Dec 13 21:28:19.798 INFO O| Dec 13 21:28:19.798 INFO STEP 512 (remove_files) COMPLETE
59702024-12-13T21:28:21.815Z[ recovery-image] Dec 13 21:28:19.798 INFO O| Dec 13 21:28:19.798 INFO STEP 513: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
59712024-12-13T21:28:21.870Z[ recovery-image] Dec 13 21:28:19.856 INFO O| Dec 13 21:28:19.856 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/kernel/drv/fssnap.conf"
59722024-12-13T21:28:21.870Z[ recovery-image] Dec 13 21:28:19.856 INFO O| Dec 13 21:28:19.856 INFO STEP 513 (remove_files) COMPLETE
59732024-12-13T21:28:21.870Z[ recovery-image] Dec 13 21:28:19.856 INFO O| Dec 13 21:28:19.856 INFO STEP 514: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
59742024-12-13T21:28:21.933Z[ recovery-image] Dec 13 21:28:19.919 INFO O| Dec 13 21:28:19.919 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/kernel/drv/ksyms.conf"
59752024-12-13T21:28:21.936Z[ recovery-image] Dec 13 21:28:19.919 INFO O| Dec 13 21:28:19.919 INFO STEP 514 (remove_files) COMPLETE
59762024-12-13T21:28:21.936Z[ recovery-image] Dec 13 21:28:19.919 INFO O| Dec 13 21:28:19.919 INFO STEP 515: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
59772024-12-13T21:28:21.976Z[ recovery-image] Dec 13 21:28:19.962 INFO O| Dec 13 21:28:19.962 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/kernel/drv/logindmux.conf"
59782024-12-13T21:28:21.976Z[ recovery-image] Dec 13 21:28:19.962 INFO O| Dec 13 21:28:19.962 INFO STEP 515 (remove_files) COMPLETE
59792024-12-13T21:28:21.976Z[ recovery-image] Dec 13 21:28:19.962 INFO O| Dec 13 21:28:19.962 INFO STEP 516: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
59802024-12-13T21:28:21.995Z[ recovery-image] Dec 13 21:28:19.981 INFO O| Dec 13 21:28:19.981 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/kernel/drv/nsmb.conf"
59812024-12-13T21:28:21.995Z[ recovery-image] Dec 13 21:28:19.981 INFO O| Dec 13 21:28:19.981 INFO STEP 516 (remove_files) COMPLETE
59822024-12-13T21:28:21.998Z[ recovery-image] Dec 13 21:28:19.981 INFO O| Dec 13 21:28:19.981 INFO STEP 517: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
59832024-12-13T21:28:22.012Z[ recovery-image] Dec 13 21:28:19.998 INFO O| Dec 13 21:28:19.998 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/kernel/drv/pool.conf"
59842024-12-13T21:28:22.012Z[ recovery-image] Dec 13 21:28:19.998 INFO O| Dec 13 21:28:19.998 INFO STEP 517 (remove_files) COMPLETE
59852024-12-13T21:28:22.012Z[ recovery-image] Dec 13 21:28:19.998 INFO O| Dec 13 21:28:19.998 INFO STEP 518: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
59862024-12-13T21:28:22.032Z[ recovery-image] Dec 13 21:28:20.018 INFO O| Dec 13 21:28:20.018 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/kernel/drv/ppt.conf"
59872024-12-13T21:28:22.032Z[ recovery-image] Dec 13 21:28:20.018 INFO O| Dec 13 21:28:20.018 INFO STEP 518 (remove_files) COMPLETE
59882024-12-13T21:28:22.035Z[ recovery-image] Dec 13 21:28:20.018 INFO O| Dec 13 21:28:20.018 INFO STEP 519: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
59892024-12-13T21:28:22.072Z[ recovery-image] Dec 13 21:28:20.057 INFO O| Dec 13 21:28:20.057 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/kernel/drv/ptm.conf"
59902024-12-13T21:28:22.074Z[ recovery-image] Dec 13 21:28:20.058 INFO O| Dec 13 21:28:20.058 INFO STEP 519 (remove_files) COMPLETE
59912024-12-13T21:28:22.075Z[ recovery-image] Dec 13 21:28:20.058 INFO O| Dec 13 21:28:20.058 INFO STEP 520: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
59922024-12-13T21:28:22.107Z[ recovery-image] Dec 13 21:28:20.093 INFO O| Dec 13 21:28:20.093 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/kernel/drv/pts.conf"
59932024-12-13T21:28:22.107Z[ recovery-image] Dec 13 21:28:20.093 INFO O| Dec 13 21:28:20.093 INFO STEP 520 (remove_files) COMPLETE
59942024-12-13T21:28:22.111Z[ recovery-image] Dec 13 21:28:20.093 INFO O| Dec 13 21:28:20.093 INFO STEP 521: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
59952024-12-13T21:28:22.125Z[ recovery-image] Dec 13 21:28:20.111 INFO O| Dec 13 21:28:20.111 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/kernel/drv/signalfd.conf"
59962024-12-13T21:28:22.125Z[ recovery-image] Dec 13 21:28:20.111 INFO O| Dec 13 21:28:20.111 INFO STEP 521 (remove_files) COMPLETE
59972024-12-13T21:28:22.125Z[ recovery-image] Dec 13 21:28:20.111 INFO O| Dec 13 21:28:20.111 INFO STEP 522: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
59982024-12-13T21:28:22.160Z[ recovery-image] Dec 13 21:28:20.146 INFO O| Dec 13 21:28:20.146 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/kernel/drv/smbsrv.conf"
59992024-12-13T21:28:22.160Z[ recovery-image] Dec 13 21:28:20.146 INFO O| Dec 13 21:28:20.146 INFO STEP 522 (remove_files) COMPLETE
60002024-12-13T21:28:22.160Z[ recovery-image] Dec 13 21:28:20.146 INFO O| Dec 13 21:28:20.146 INFO STEP 523: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
60012024-12-13T21:28:22.180Z[ recovery-image] Dec 13 21:28:20.165 INFO O| Dec 13 21:28:20.165 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/kernel/drv/timerfd.conf"
60022024-12-13T21:28:22.180Z[ recovery-image] Dec 13 21:28:20.166 INFO O| Dec 13 21:28:20.166 INFO STEP 523 (remove_files) COMPLETE
60032024-12-13T21:28:22.180Z[ recovery-image] Dec 13 21:28:20.166 INFO O| Dec 13 21:28:20.166 INFO STEP 524: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
60042024-12-13T21:28:22.227Z[ recovery-image] Dec 13 21:28:20.213 INFO O| Dec 13 21:28:20.213 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/kernel/drv/viona.conf"
60052024-12-13T21:28:22.230Z[ recovery-image] Dec 13 21:28:20.213 INFO O| Dec 13 21:28:20.213 INFO STEP 524 (remove_files) COMPLETE
60062024-12-13T21:28:22.230Z[ recovery-image] Dec 13 21:28:20.213 INFO O| Dec 13 21:28:20.213 INFO STEP 525: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
60072024-12-13T21:28:22.259Z[ recovery-image] Dec 13 21:28:20.245 INFO O| Dec 13 21:28:20.244 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/kernel/drv/vmm.conf"
60082024-12-13T21:28:22.259Z[ recovery-image] Dec 13 21:28:20.245 INFO O| Dec 13 21:28:20.245 INFO STEP 525 (remove_files) COMPLETE
60092024-12-13T21:28:22.261Z[ recovery-image] Dec 13 21:28:20.245 INFO O| Dec 13 21:28:20.245 INFO STEP 526: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
60102024-12-13T21:28:22.286Z[ recovery-image] Dec 13 21:28:20.263 INFO O| Dec 13 21:28:20.263 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/kernel/exec/amd64/javaexec"
60112024-12-13T21:28:22.286Z[ recovery-image] Dec 13 21:28:20.263 INFO O| Dec 13 21:28:20.263 INFO STEP 526 (remove_files) COMPLETE
60122024-12-13T21:28:22.286Z[ recovery-image] Dec 13 21:28:20.263 INFO O| Dec 13 21:28:20.263 INFO STEP 527: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
60132024-12-13T21:28:22.295Z[ recovery-image] Dec 13 21:28:20.281 INFO O| Dec 13 21:28:20.281 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/kernel/exec/amd64/shbinexec"
60142024-12-13T21:28:22.298Z[ recovery-image] Dec 13 21:28:20.281 INFO O| Dec 13 21:28:20.281 INFO STEP 527 (remove_files) COMPLETE
60152024-12-13T21:28:22.298Z[ recovery-image] Dec 13 21:28:20.281 INFO O| Dec 13 21:28:20.281 INFO STEP 528: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
60162024-12-13T21:28:22.313Z[ recovery-image] Dec 13 21:28:20.299 INFO O| Dec 13 21:28:20.299 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/kernel/fs/amd64/pcfs"
60172024-12-13T21:28:22.313Z[ recovery-image] Dec 13 21:28:20.299 INFO O| Dec 13 21:28:20.299 INFO STEP 528 (remove_files) COMPLETE
60182024-12-13T21:28:22.313Z[ recovery-image] Dec 13 21:28:20.299 INFO O| Dec 13 21:28:20.299 INFO STEP 529: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
60192024-12-13T21:28:22.330Z[ recovery-image] Dec 13 21:28:20.316 INFO O| Dec 13 21:28:20.316 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/kernel/fs/amd64/smbfs"
60202024-12-13T21:28:22.330Z[ recovery-image] Dec 13 21:28:20.317 INFO O| Dec 13 21:28:20.316 INFO STEP 529 (remove_files) COMPLETE
60212024-12-13T21:28:22.333Z[ recovery-image] Dec 13 21:28:20.317 INFO O| Dec 13 21:28:20.316 INFO STEP 530: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
60222024-12-13T21:28:22.348Z[ recovery-image] Dec 13 21:28:20.334 INFO O| Dec 13 21:28:20.334 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/kernel/kmdb/amd64/nsmb"
60232024-12-13T21:28:22.348Z[ recovery-image] Dec 13 21:28:20.334 INFO O| Dec 13 21:28:20.334 INFO STEP 530 (remove_files) COMPLETE
60242024-12-13T21:28:22.350Z[ recovery-image] Dec 13 21:28:20.334 INFO O| Dec 13 21:28:20.334 INFO STEP 531: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
60252024-12-13T21:28:22.367Z[ recovery-image] Dec 13 21:28:20.352 INFO O| Dec 13 21:28:20.352 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/kernel/kmdb/amd64/smbfs"
60262024-12-13T21:28:22.367Z[ recovery-image] Dec 13 21:28:20.352 INFO O| Dec 13 21:28:20.352 INFO STEP 531 (remove_files) COMPLETE
60272024-12-13T21:28:22.367Z[ recovery-image] Dec 13 21:28:20.352 INFO O| Dec 13 21:28:20.352 INFO STEP 532: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
60282024-12-13T21:28:22.385Z[ recovery-image] Dec 13 21:28:20.371 INFO O| Dec 13 21:28:20.371 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/kernel/kmdb/amd64/smbsrv"
60292024-12-13T21:28:22.385Z[ recovery-image] Dec 13 21:28:20.371 INFO O| Dec 13 21:28:20.371 INFO STEP 532 (remove_files) COMPLETE
60302024-12-13T21:28:22.385Z[ recovery-image] Dec 13 21:28:20.371 INFO O| Dec 13 21:28:20.371 INFO STEP 533: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
60312024-12-13T21:28:22.415Z[ recovery-image] Dec 13 21:28:20.401 INFO O| Dec 13 21:28:20.401 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/kernel/misc/amd64/vmm_vtd"
60322024-12-13T21:28:22.415Z[ recovery-image] Dec 13 21:28:20.401 INFO O| Dec 13 21:28:20.401 INFO STEP 533 (remove_files) COMPLETE
60332024-12-13T21:28:22.415Z[ recovery-image] Dec 13 21:28:20.401 INFO O| Dec 13 21:28:20.401 INFO STEP 534: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
60342024-12-13T21:28:22.442Z[ recovery-image] Dec 13 21:28:20.428 INFO O| Dec 13 21:28:20.428 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/kernel/pcbe/amd64/pcbe.GenuineIntel.15"
60352024-12-13T21:28:22.447Z[ recovery-image] Dec 13 21:28:20.429 INFO O| Dec 13 21:28:20.429 INFO STEP 534 (remove_files) COMPLETE
60362024-12-13T21:28:22.447Z[ recovery-image] Dec 13 21:28:20.429 INFO O| Dec 13 21:28:20.429 INFO STEP 535: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
60372024-12-13T21:28:22.475Z[ recovery-image] Dec 13 21:28:20.461 INFO O| Dec 13 21:28:20.461 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/kernel/pcbe/amd64/pcbe.GenuineIntel.6.15"
60382024-12-13T21:28:22.478Z[ recovery-image] Dec 13 21:28:20.461 INFO O| Dec 13 21:28:20.461 INFO STEP 535 (remove_files) COMPLETE
60392024-12-13T21:28:22.478Z[ recovery-image] Dec 13 21:28:20.461 INFO O| Dec 13 21:28:20.461 INFO STEP 536: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
60402024-12-13T21:28:22.496Z[ recovery-image] Dec 13 21:28:20.482 INFO O| Dec 13 21:28:20.481 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/kernel/sched/amd64/IA"
60412024-12-13T21:28:22.498Z[ recovery-image] Dec 13 21:28:20.482 INFO O| Dec 13 21:28:20.482 INFO STEP 536 (remove_files) COMPLETE
60422024-12-13T21:28:22.498Z[ recovery-image] Dec 13 21:28:20.482 INFO O| Dec 13 21:28:20.482 INFO STEP 537: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
60432024-12-13T21:28:22.515Z[ recovery-image] Dec 13 21:28:20.501 INFO O| Dec 13 21:28:20.501 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/kernel/sched/amd64/RT"
60442024-12-13T21:28:22.518Z[ recovery-image] Dec 13 21:28:20.501 INFO O| Dec 13 21:28:20.501 INFO STEP 537 (remove_files) COMPLETE
60452024-12-13T21:28:22.518Z[ recovery-image] Dec 13 21:28:20.501 INFO O| Dec 13 21:28:20.501 INFO STEP 538: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
60462024-12-13T21:28:22.533Z[ recovery-image] Dec 13 21:28:20.518 INFO O| Dec 13 21:28:20.518 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/kernel/sched/amd64/RT_DPTBL"
60472024-12-13T21:28:22.536Z[ recovery-image] Dec 13 21:28:20.519 INFO O| Dec 13 21:28:20.518 INFO STEP 538 (remove_files) COMPLETE
60482024-12-13T21:28:22.536Z[ recovery-image] Dec 13 21:28:20.519 INFO O| Dec 13 21:28:20.519 INFO STEP 539: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
60492024-12-13T21:28:22.550Z[ recovery-image] Dec 13 21:28:20.536 INFO O| Dec 13 21:28:20.536 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/kernel/strmod/amd64/cryptmod"
60502024-12-13T21:28:22.552Z[ recovery-image] Dec 13 21:28:20.536 INFO O| Dec 13 21:28:20.536 INFO STEP 539 (remove_files) COMPLETE
60512024-12-13T21:28:22.552Z[ recovery-image] Dec 13 21:28:20.536 INFO O| Dec 13 21:28:20.536 INFO STEP 540: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
60522024-12-13T21:28:22.567Z[ recovery-image] Dec 13 21:28:20.553 INFO O| Dec 13 21:28:20.553 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/kernel/strmod/amd64/rlmod"
60532024-12-13T21:28:22.570Z[ recovery-image] Dec 13 21:28:20.554 INFO O| Dec 13 21:28:20.553 INFO STEP 540 (remove_files) COMPLETE
60542024-12-13T21:28:22.570Z[ recovery-image] Dec 13 21:28:20.554 INFO O| Dec 13 21:28:20.554 INFO STEP 541: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
60552024-12-13T21:28:22.586Z[ recovery-image] Dec 13 21:28:20.572 INFO O| Dec 13 21:28:20.572 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/kernel/strmod/amd64/telmod"
60562024-12-13T21:28:22.589Z[ recovery-image] Dec 13 21:28:20.573 INFO O| Dec 13 21:28:20.572 INFO STEP 541 (remove_files) COMPLETE
60572024-12-13T21:28:22.589Z[ recovery-image] Dec 13 21:28:20.573 INFO O| Dec 13 21:28:20.573 INFO STEP 542: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
60582024-12-13T21:28:22.604Z[ recovery-image] Dec 13 21:28:20.590 INFO O| Dec 13 21:28:20.590 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/kernel/sys/amd64/acctctl"
60592024-12-13T21:28:22.607Z[ recovery-image] Dec 13 21:28:20.590 INFO O| Dec 13 21:28:20.590 INFO STEP 542 (remove_files) COMPLETE
60602024-12-13T21:28:22.607Z[ recovery-image] Dec 13 21:28:20.590 INFO O| Dec 13 21:28:20.590 INFO STEP 543: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
60612024-12-13T21:28:22.622Z[ recovery-image] Dec 13 21:28:20.608 INFO O| Dec 13 21:28:20.608 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/kernel/sys/amd64/exacctsys"
60622024-12-13T21:28:22.625Z[ recovery-image] Dec 13 21:28:20.608 INFO O| Dec 13 21:28:20.608 INFO STEP 543 (remove_files) COMPLETE
60632024-12-13T21:28:22.625Z[ recovery-image] Dec 13 21:28:20.608 INFO O| Dec 13 21:28:20.608 INFO STEP 544: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
60642024-12-13T21:28:22.641Z[ recovery-image] Dec 13 21:28:20.627 INFO O| Dec 13 21:28:20.627 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/kernel/sys/amd64/sysacct"
60652024-12-13T21:28:22.641Z[ recovery-image] Dec 13 21:28:20.627 INFO O| Dec 13 21:28:20.627 INFO STEP 544 (remove_files) COMPLETE
60662024-12-13T21:28:22.641Z[ recovery-image] Dec 13 21:28:20.627 INFO O| Dec 13 21:28:20.627 INFO STEP 545: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
60672024-12-13T21:28:22.712Z[ recovery-image] Dec 13 21:28:20.698 INFO O| Dec 13 21:28:20.698 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/kvm/README"
60682024-12-13T21:28:22.715Z[ recovery-image] Dec 13 21:28:20.698 INFO O| Dec 13 21:28:20.698 INFO STEP 545 (remove_files) COMPLETE
60692024-12-13T21:28:22.715Z[ recovery-image] Dec 13 21:28:20.698 INFO O| Dec 13 21:28:20.698 INFO STEP 546: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
60702024-12-13T21:28:22.744Z[ recovery-image] Dec 13 21:28:20.730 INFO O| Dec 13 21:28:20.730 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/abi/spec2map"
60712024-12-13T21:28:22.747Z[ recovery-image] Dec 13 21:28:20.730 INFO O| Dec 13 21:28:20.730 INFO STEP 546 (remove_files) COMPLETE
60722024-12-13T21:28:22.747Z[ recovery-image] Dec 13 21:28:20.730 INFO O| Dec 13 21:28:20.730 INFO STEP 547: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
60732024-12-13T21:28:22.763Z[ recovery-image] Dec 13 21:28:20.749 INFO O| Dec 13 21:28:20.748 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/abi/spec2trace"
60742024-12-13T21:28:22.765Z[ recovery-image] Dec 13 21:28:20.749 INFO O| Dec 13 21:28:20.749 INFO STEP 547 (remove_files) COMPLETE
60752024-12-13T21:28:22.765Z[ recovery-image] Dec 13 21:28:20.749 INFO O| Dec 13 21:28:20.749 INFO STEP 548: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
60762024-12-13T21:28:22.802Z[ recovery-image] Dec 13 21:28:20.788 INFO O| Dec 13 21:28:20.788 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/adb/adbgen"
60772024-12-13T21:28:22.802Z[ recovery-image] Dec 13 21:28:20.788 INFO O| Dec 13 21:28:20.788 INFO STEP 548 (remove_files) COMPLETE
60782024-12-13T21:28:22.802Z[ recovery-image] Dec 13 21:28:20.788 INFO O| Dec 13 21:28:20.788 INFO STEP 549: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
60792024-12-13T21:28:22.824Z[ recovery-image] Dec 13 21:28:20.809 INFO O| Dec 13 21:28:20.809 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/adb/adbgen1"
60802024-12-13T21:28:22.824Z[ recovery-image] Dec 13 21:28:20.809 INFO O| Dec 13 21:28:20.809 INFO STEP 549 (remove_files) COMPLETE
60812024-12-13T21:28:22.826Z[ recovery-image] Dec 13 21:28:20.810 INFO O| Dec 13 21:28:20.809 INFO STEP 550: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
60822024-12-13T21:28:22.843Z[ recovery-image] Dec 13 21:28:20.829 INFO O| Dec 13 21:28:20.828 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/adb/adbgen3"
60832024-12-13T21:28:22.843Z[ recovery-image] Dec 13 21:28:20.829 INFO O| Dec 13 21:28:20.829 INFO STEP 550 (remove_files) COMPLETE
60842024-12-13T21:28:22.843Z[ recovery-image] Dec 13 21:28:20.829 INFO O| Dec 13 21:28:20.829 INFO STEP 551: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
60852024-12-13T21:28:22.870Z[ recovery-image] Dec 13 21:28:20.856 INFO O| Dec 13 21:28:20.847 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/adb/adbgen4"
60862024-12-13T21:28:22.870Z[ recovery-image] Dec 13 21:28:20.856 INFO O| Dec 13 21:28:20.847 INFO STEP 551 (remove_files) COMPLETE
60872024-12-13T21:28:22.877Z[ recovery-image] Dec 13 21:28:20.856 INFO O| Dec 13 21:28:20.847 INFO STEP 552: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
60882024-12-13T21:28:22.901Z[ recovery-image] Dec 13 21:28:20.887 INFO O| Dec 13 21:28:20.887 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/adb/adbsub.o"
60892024-12-13T21:28:22.904Z[ recovery-image] Dec 13 21:28:20.887 INFO O| Dec 13 21:28:20.887 INFO STEP 552 (remove_files) COMPLETE
60902024-12-13T21:28:22.904Z[ recovery-image] Dec 13 21:28:20.888 INFO O| Dec 13 21:28:20.887 INFO STEP 553: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
60912024-12-13T21:28:22.963Z[ recovery-image] Dec 13 21:28:20.949 INFO O| Dec 13 21:28:20.949 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/adb/amd64/adbsub.o"
60922024-12-13T21:28:22.966Z[ recovery-image] Dec 13 21:28:20.949 INFO O| Dec 13 21:28:20.949 INFO STEP 553 (remove_files) COMPLETE
60932024-12-13T21:28:22.966Z[ recovery-image] Dec 13 21:28:20.949 INFO O| Dec 13 21:28:20.949 INFO STEP 554: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
60942024-12-13T21:28:23.001Z[ recovery-image] Dec 13 21:28:20.986 INFO O| Dec 13 21:28:20.986 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/0@0.so.1"
60952024-12-13T21:28:23.004Z[ recovery-image] Dec 13 21:28:20.986 INFO O| Dec 13 21:28:20.986 INFO STEP 554 (remove_files) COMPLETE
60962024-12-13T21:28:23.004Z[ recovery-image] Dec 13 21:28:20.987 INFO O| Dec 13 21:28:20.986 INFO STEP 555: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
60972024-12-13T21:28:23.037Z[ recovery-image] Dec 13 21:28:21.023 INFO O| Dec 13 21:28:21.023 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/bash/Makefile.inc"
60982024-12-13T21:28:23.040Z[ recovery-image] Dec 13 21:28:21.023 INFO O| Dec 13 21:28:21.023 INFO STEP 555 (remove_files) COMPLETE
60992024-12-13T21:28:23.040Z[ recovery-image] Dec 13 21:28:21.023 INFO O| Dec 13 21:28:21.023 INFO STEP 556: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
61002024-12-13T21:28:23.056Z[ recovery-image] Dec 13 21:28:21.042 INFO O| Dec 13 21:28:21.042 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/bash/accept"
61012024-12-13T21:28:23.057Z[ recovery-image] Dec 13 21:28:21.042 INFO O| Dec 13 21:28:21.042 INFO STEP 556 (remove_files) COMPLETE
61022024-12-13T21:28:23.057Z[ recovery-image] Dec 13 21:28:21.042 INFO O| Dec 13 21:28:21.042 INFO STEP 557: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
61032024-12-13T21:28:23.075Z[ recovery-image] Dec 13 21:28:21.061 INFO O| Dec 13 21:28:21.061 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/bash/basename"
61042024-12-13T21:28:23.075Z[ recovery-image] Dec 13 21:28:21.061 INFO O| Dec 13 21:28:21.061 INFO STEP 557 (remove_files) COMPLETE
61052024-12-13T21:28:23.075Z[ recovery-image] Dec 13 21:28:21.061 INFO O| Dec 13 21:28:21.061 INFO STEP 558: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
61062024-12-13T21:28:23.094Z[ recovery-image] Dec 13 21:28:21.080 INFO O| Dec 13 21:28:21.080 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/bash/csv"
61072024-12-13T21:28:23.094Z[ recovery-image] Dec 13 21:28:21.080 INFO O| Dec 13 21:28:21.080 INFO STEP 558 (remove_files) COMPLETE
61082024-12-13T21:28:23.094Z[ recovery-image] Dec 13 21:28:21.080 INFO O| Dec 13 21:28:21.080 INFO STEP 559: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
61092024-12-13T21:28:23.133Z[ recovery-image] Dec 13 21:28:21.118 INFO O| Dec 13 21:28:21.118 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/bash/cut"
61102024-12-13T21:28:23.133Z[ recovery-image] Dec 13 21:28:21.118 INFO O| Dec 13 21:28:21.118 INFO STEP 559 (remove_files) COMPLETE
61112024-12-13T21:28:23.133Z[ recovery-image] Dec 13 21:28:21.118 INFO O| Dec 13 21:28:21.118 INFO STEP 560: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
61122024-12-13T21:28:23.154Z[ recovery-image] Dec 13 21:28:21.140 INFO O| Dec 13 21:28:21.140 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/bash/dirname"
61132024-12-13T21:28:23.154Z[ recovery-image] Dec 13 21:28:21.140 INFO O| Dec 13 21:28:21.140 INFO STEP 560 (remove_files) COMPLETE
61142024-12-13T21:28:23.154Z[ recovery-image] Dec 13 21:28:21.140 INFO O| Dec 13 21:28:21.140 INFO STEP 561: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
61152024-12-13T21:28:23.177Z[ recovery-image] Dec 13 21:28:21.163 INFO O| Dec 13 21:28:21.163 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/bash/fdflags"
61162024-12-13T21:28:23.177Z[ recovery-image] Dec 13 21:28:21.163 INFO O| Dec 13 21:28:21.163 INFO STEP 561 (remove_files) COMPLETE
61172024-12-13T21:28:23.180Z[ recovery-image] Dec 13 21:28:21.163 INFO O| Dec 13 21:28:21.163 INFO STEP 562: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
61182024-12-13T21:28:23.213Z[ recovery-image] Dec 13 21:28:21.197 INFO O| Dec 13 21:28:21.197 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/bash/finfo"
61192024-12-13T21:28:23.215Z[ recovery-image] Dec 13 21:28:21.197 INFO O| Dec 13 21:28:21.197 INFO STEP 562 (remove_files) COMPLETE
61202024-12-13T21:28:23.215Z[ recovery-image] Dec 13 21:28:21.197 INFO O| Dec 13 21:28:21.197 INFO STEP 563: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
61212024-12-13T21:28:23.231Z[ recovery-image] Dec 13 21:28:21.217 INFO O| Dec 13 21:28:21.217 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/bash/head"
61222024-12-13T21:28:23.231Z[ recovery-image] Dec 13 21:28:21.217 INFO O| Dec 13 21:28:21.217 INFO STEP 563 (remove_files) COMPLETE
61232024-12-13T21:28:23.231Z[ recovery-image] Dec 13 21:28:21.217 INFO O| Dec 13 21:28:21.217 INFO STEP 564: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
61242024-12-13T21:28:23.251Z[ recovery-image] Dec 13 21:28:21.236 INFO O| Dec 13 21:28:21.236 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/bash/id"
61252024-12-13T21:28:23.251Z[ recovery-image] Dec 13 21:28:21.236 INFO O| Dec 13 21:28:21.236 INFO STEP 564 (remove_files) COMPLETE
61262024-12-13T21:28:23.251Z[ recovery-image] Dec 13 21:28:21.236 INFO O| Dec 13 21:28:21.236 INFO STEP 565: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
61272024-12-13T21:28:23.269Z[ recovery-image] Dec 13 21:28:21.254 INFO O| Dec 13 21:28:21.254 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/bash/ln"
61282024-12-13T21:28:23.269Z[ recovery-image] Dec 13 21:28:21.254 INFO O| Dec 13 21:28:21.254 INFO STEP 565 (remove_files) COMPLETE
61292024-12-13T21:28:23.269Z[ recovery-image] Dec 13 21:28:21.255 INFO O| Dec 13 21:28:21.254 INFO STEP 566: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
61302024-12-13T21:28:23.286Z[ recovery-image] Dec 13 21:28:21.272 INFO O| Dec 13 21:28:21.272 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/bash/loadables.h"
61312024-12-13T21:28:23.286Z[ recovery-image] Dec 13 21:28:21.272 INFO O| Dec 13 21:28:21.272 INFO STEP 566 (remove_files) COMPLETE
61322024-12-13T21:28:23.289Z[ recovery-image] Dec 13 21:28:21.272 INFO O| Dec 13 21:28:21.272 INFO STEP 567: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
61332024-12-13T21:28:23.305Z[ recovery-image] Dec 13 21:28:21.291 INFO O| Dec 13 21:28:21.290 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/bash/logname"
61342024-12-13T21:28:23.305Z[ recovery-image] Dec 13 21:28:21.291 INFO O| Dec 13 21:28:21.291 INFO STEP 567 (remove_files) COMPLETE
61352024-12-13T21:28:23.308Z[ recovery-image] Dec 13 21:28:21.291 INFO O| Dec 13 21:28:21.291 INFO STEP 568: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
61362024-12-13T21:28:23.323Z[ recovery-image] Dec 13 21:28:21.309 INFO O| Dec 13 21:28:21.309 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/bash/mkdir"
61372024-12-13T21:28:23.323Z[ recovery-image] Dec 13 21:28:21.309 INFO O| Dec 13 21:28:21.309 INFO STEP 568 (remove_files) COMPLETE
61382024-12-13T21:28:23.323Z[ recovery-image] Dec 13 21:28:21.309 INFO O| Dec 13 21:28:21.309 INFO STEP 569: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
61392024-12-13T21:28:23.341Z[ recovery-image] Dec 13 21:28:21.326 INFO O| Dec 13 21:28:21.326 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/bash/mkfifo"
61402024-12-13T21:28:23.341Z[ recovery-image] Dec 13 21:28:21.326 INFO O| Dec 13 21:28:21.326 INFO STEP 569 (remove_files) COMPLETE
61412024-12-13T21:28:23.341Z[ recovery-image] Dec 13 21:28:21.327 INFO O| Dec 13 21:28:21.326 INFO STEP 570: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
61422024-12-13T21:28:23.359Z[ recovery-image] Dec 13 21:28:21.344 INFO O| Dec 13 21:28:21.344 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/bash/mktemp"
61432024-12-13T21:28:23.359Z[ recovery-image] Dec 13 21:28:21.344 INFO O| Dec 13 21:28:21.344 INFO STEP 570 (remove_files) COMPLETE
61442024-12-13T21:28:23.359Z[ recovery-image] Dec 13 21:28:21.344 INFO O| Dec 13 21:28:21.344 INFO STEP 571: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
61452024-12-13T21:28:23.377Z[ recovery-image] Dec 13 21:28:21.362 INFO O| Dec 13 21:28:21.362 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/bash/mypid"
61462024-12-13T21:28:23.377Z[ recovery-image] Dec 13 21:28:21.362 INFO O| Dec 13 21:28:21.362 INFO STEP 571 (remove_files) COMPLETE
61472024-12-13T21:28:23.377Z[ recovery-image] Dec 13 21:28:21.362 INFO O| Dec 13 21:28:21.362 INFO STEP 572: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
61482024-12-13T21:28:23.395Z[ recovery-image] Dec 13 21:28:21.381 INFO O| Dec 13 21:28:21.381 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/bash/pathchk"
61492024-12-13T21:28:23.399Z[ recovery-image] Dec 13 21:28:21.382 INFO O| Dec 13 21:28:21.382 INFO STEP 572 (remove_files) COMPLETE
61502024-12-13T21:28:23.399Z[ recovery-image] Dec 13 21:28:21.382 INFO O| Dec 13 21:28:21.382 INFO STEP 573: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
61512024-12-13T21:28:23.447Z[ recovery-image] Dec 13 21:28:21.432 INFO O| Dec 13 21:28:21.432 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/bash/print"
61522024-12-13T21:28:23.447Z[ recovery-image] Dec 13 21:28:21.432 INFO O| Dec 13 21:28:21.432 INFO STEP 573 (remove_files) COMPLETE
61532024-12-13T21:28:23.447Z[ recovery-image] Dec 13 21:28:21.432 INFO O| Dec 13 21:28:21.432 INFO STEP 574: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
61542024-12-13T21:28:23.494Z[ recovery-image] Dec 13 21:28:21.468 INFO O| Dec 13 21:28:21.468 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/bash/printenv"
61552024-12-13T21:28:23.494Z[ recovery-image] Dec 13 21:28:21.468 INFO O| Dec 13 21:28:21.468 INFO STEP 574 (remove_files) COMPLETE
61562024-12-13T21:28:23.494Z[ recovery-image] Dec 13 21:28:21.468 INFO O| Dec 13 21:28:21.468 INFO STEP 575: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
61572024-12-13T21:28:23.500Z[ recovery-image] Dec 13 21:28:21.486 INFO O| Dec 13 21:28:21.486 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/bash/push"
61582024-12-13T21:28:23.503Z[ recovery-image] Dec 13 21:28:21.487 INFO O| Dec 13 21:28:21.486 INFO STEP 575 (remove_files) COMPLETE
61592024-12-13T21:28:23.503Z[ recovery-image] Dec 13 21:28:21.487 INFO O| Dec 13 21:28:21.487 INFO STEP 576: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
61602024-12-13T21:28:23.519Z[ recovery-image] Dec 13 21:28:21.505 INFO O| Dec 13 21:28:21.505 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/bash/realpath"
61612024-12-13T21:28:23.522Z[ recovery-image] Dec 13 21:28:21.505 INFO O| Dec 13 21:28:21.505 INFO STEP 576 (remove_files) COMPLETE
61622024-12-13T21:28:23.522Z[ recovery-image] Dec 13 21:28:21.505 INFO O| Dec 13 21:28:21.505 INFO STEP 577: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
61632024-12-13T21:28:23.538Z[ recovery-image] Dec 13 21:28:21.524 INFO O| Dec 13 21:28:21.524 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/bash/rm"
61642024-12-13T21:28:23.538Z[ recovery-image] Dec 13 21:28:21.524 INFO O| Dec 13 21:28:21.524 INFO STEP 577 (remove_files) COMPLETE
61652024-12-13T21:28:23.541Z[ recovery-image] Dec 13 21:28:21.524 INFO O| Dec 13 21:28:21.524 INFO STEP 578: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
61662024-12-13T21:28:23.556Z[ recovery-image] Dec 13 21:28:21.541 INFO O| Dec 13 21:28:21.541 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/bash/rmdir"
61672024-12-13T21:28:23.567Z[ recovery-image] Dec 13 21:28:21.542 INFO O| Dec 13 21:28:21.542 INFO STEP 578 (remove_files) COMPLETE
61682024-12-13T21:28:23.568Z[ recovery-image] Dec 13 21:28:21.542 INFO O| Dec 13 21:28:21.542 INFO STEP 579: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
61692024-12-13T21:28:23.574Z[ recovery-image] Dec 13 21:28:21.560 INFO O| Dec 13 21:28:21.560 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/bash/seq"
61702024-12-13T21:28:23.574Z[ recovery-image] Dec 13 21:28:21.560 INFO O| Dec 13 21:28:21.560 INFO STEP 579 (remove_files) COMPLETE
61712024-12-13T21:28:23.577Z[ recovery-image] Dec 13 21:28:21.560 INFO O| Dec 13 21:28:21.560 INFO STEP 580: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
61722024-12-13T21:28:23.613Z[ recovery-image] Dec 13 21:28:21.599 INFO O| Dec 13 21:28:21.599 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/bash/setpgid"
61732024-12-13T21:28:23.613Z[ recovery-image] Dec 13 21:28:21.599 INFO O| Dec 13 21:28:21.599 INFO STEP 580 (remove_files) COMPLETE
61742024-12-13T21:28:23.617Z[ recovery-image] Dec 13 21:28:21.599 INFO O| Dec 13 21:28:21.599 INFO STEP 581: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
61752024-12-13T21:28:23.633Z[ recovery-image] Dec 13 21:28:21.619 INFO O| Dec 13 21:28:21.619 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/bash/sleep"
61762024-12-13T21:28:23.633Z[ recovery-image] Dec 13 21:28:21.619 INFO O| Dec 13 21:28:21.619 INFO STEP 581 (remove_files) COMPLETE
61772024-12-13T21:28:23.633Z[ recovery-image] Dec 13 21:28:21.619 INFO O| Dec 13 21:28:21.619 INFO STEP 582: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
61782024-12-13T21:28:23.672Z[ recovery-image] Dec 13 21:28:21.658 INFO O| Dec 13 21:28:21.658 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/bash/strftime"
61792024-12-13T21:28:23.672Z[ recovery-image] Dec 13 21:28:21.658 INFO O| Dec 13 21:28:21.658 INFO STEP 582 (remove_files) COMPLETE
61802024-12-13T21:28:23.672Z[ recovery-image] Dec 13 21:28:21.658 INFO O| Dec 13 21:28:21.658 INFO STEP 583: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
61812024-12-13T21:28:23.745Z[ recovery-image] Dec 13 21:28:21.731 INFO O| Dec 13 21:28:21.731 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/bash/sync"
61822024-12-13T21:28:23.745Z[ recovery-image] Dec 13 21:28:21.731 INFO O| Dec 13 21:28:21.731 INFO STEP 583 (remove_files) COMPLETE
61832024-12-13T21:28:23.745Z[ recovery-image] Dec 13 21:28:21.731 INFO O| Dec 13 21:28:21.731 INFO STEP 584: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
61842024-12-13T21:28:23.827Z[ recovery-image] Dec 13 21:28:21.813 INFO O| Dec 13 21:28:21.813 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/bash/tee"
61852024-12-13T21:28:23.827Z[ recovery-image] Dec 13 21:28:21.813 INFO O| Dec 13 21:28:21.813 INFO STEP 584 (remove_files) COMPLETE
61862024-12-13T21:28:23.830Z[ recovery-image] Dec 13 21:28:21.813 INFO O| Dec 13 21:28:21.813 INFO STEP 585: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
61872024-12-13T21:28:23.882Z[ recovery-image] Dec 13 21:28:21.863 INFO O| Dec 13 21:28:21.863 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/bash/truefalse"
61882024-12-13T21:28:23.882Z[ recovery-image] Dec 13 21:28:21.864 INFO O| Dec 13 21:28:21.864 INFO STEP 585 (remove_files) COMPLETE
61892024-12-13T21:28:23.882Z[ recovery-image] Dec 13 21:28:21.864 INFO O| Dec 13 21:28:21.864 INFO STEP 586: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
61902024-12-13T21:28:23.933Z[ recovery-image] Dec 13 21:28:21.918 INFO O| Dec 13 21:28:21.918 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/bash/tty"
61912024-12-13T21:28:23.933Z[ recovery-image] Dec 13 21:28:21.919 INFO O| Dec 13 21:28:21.918 INFO STEP 586 (remove_files) COMPLETE
61922024-12-13T21:28:23.933Z[ recovery-image] Dec 13 21:28:21.919 INFO O| Dec 13 21:28:21.919 INFO STEP 587: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
61932024-12-13T21:28:23.969Z[ recovery-image] Dec 13 21:28:21.955 INFO O| Dec 13 21:28:21.955 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/bash/uname"
61942024-12-13T21:28:23.969Z[ recovery-image] Dec 13 21:28:21.955 INFO O| Dec 13 21:28:21.955 INFO STEP 587 (remove_files) COMPLETE
61952024-12-13T21:28:23.969Z[ recovery-image] Dec 13 21:28:21.955 INFO O| Dec 13 21:28:21.955 INFO STEP 588: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
61962024-12-13T21:28:23.989Z[ recovery-image] Dec 13 21:28:21.974 INFO O| Dec 13 21:28:21.974 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/bash/unlink"
61972024-12-13T21:28:23.991Z[ recovery-image] Dec 13 21:28:21.974 INFO O| Dec 13 21:28:21.974 INFO STEP 588 (remove_files) COMPLETE
61982024-12-13T21:28:23.991Z[ recovery-image] Dec 13 21:28:21.974 INFO O| Dec 13 21:28:21.974 INFO STEP 589: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
61992024-12-13T21:28:24.011Z[ recovery-image] Dec 13 21:28:21.997 INFO O| Dec 13 21:28:21.997 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/bash/whoami"
62002024-12-13T21:28:24.014Z[ recovery-image] Dec 13 21:28:21.997 INFO O| Dec 13 21:28:21.997 INFO STEP 589 (remove_files) COMPLETE
62012024-12-13T21:28:24.014Z[ recovery-image] Dec 13 21:28:21.998 INFO O| Dec 13 21:28:21.997 INFO STEP 590: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
62022024-12-13T21:28:24.034Z[ recovery-image] Dec 13 21:28:22.020 INFO O| Dec 13 21:28:22.019 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/cmake/libxml2/libxml2-config.cmake"
62032024-12-13T21:28:24.037Z[ recovery-image] Dec 13 21:28:22.020 INFO O| Dec 13 21:28:22.020 INFO STEP 590 (remove_files) COMPLETE
62042024-12-13T21:28:24.037Z[ recovery-image] Dec 13 21:28:22.020 INFO O| Dec 13 21:28:22.020 INFO STEP 591: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
62052024-12-13T21:28:24.128Z[ recovery-image] Dec 13 21:28:22.114 INFO O| Dec 13 21:28:22.114 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/dbus-1.0/include/dbus/dbus-arch-deps.h"
62062024-12-13T21:28:24.134Z[ recovery-image] Dec 13 21:28:22.120 INFO O| Dec 13 21:28:22.120 INFO STEP 591 (remove_files) COMPLETE
62072024-12-13T21:28:24.134Z[ recovery-image] Dec 13 21:28:22.120 INFO O| Dec 13 21:28:22.120 INFO STEP 592: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
62082024-12-13T21:28:24.168Z[ recovery-image] Dec 13 21:28:22.154 INFO O| Dec 13 21:28:22.154 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/getloginx.so.1"
62092024-12-13T21:28:24.168Z[ recovery-image] Dec 13 21:28:22.154 INFO O| Dec 13 21:28:22.154 INFO STEP 592 (remove_files) COMPLETE
62102024-12-13T21:28:24.168Z[ recovery-image] Dec 13 21:28:22.154 INFO O| Dec 13 21:28:22.154 INFO STEP 593: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
62112024-12-13T21:28:24.202Z[ recovery-image] Dec 13 21:28:22.187 INFO O| Dec 13 21:28:22.187 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/gss/dh1024-0.so.1"
62122024-12-13T21:28:24.202Z[ recovery-image] Dec 13 21:28:22.187 INFO O| Dec 13 21:28:22.187 INFO STEP 593 (remove_files) COMPLETE
62132024-12-13T21:28:24.202Z[ recovery-image] Dec 13 21:28:22.187 INFO O| Dec 13 21:28:22.187 INFO STEP 594: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
62142024-12-13T21:28:24.240Z[ recovery-image] Dec 13 21:28:22.225 INFO O| Dec 13 21:28:22.225 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/gss/dh640-0.so.1"
62152024-12-13T21:28:24.242Z[ recovery-image] Dec 13 21:28:22.225 INFO O| Dec 13 21:28:22.225 INFO STEP 594 (remove_files) COMPLETE
62162024-12-13T21:28:24.242Z[ recovery-image] Dec 13 21:28:22.226 INFO O| Dec 13 21:28:22.226 INFO STEP 595: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
62172024-12-13T21:28:24.257Z[ recovery-image] Dec 13 21:28:22.242 INFO O| Dec 13 21:28:22.242 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/gss/mech_dh.so.1"
62182024-12-13T21:28:24.259Z[ recovery-image] Dec 13 21:28:22.242 INFO O| Dec 13 21:28:22.242 INFO STEP 595 (remove_files) COMPLETE
62192024-12-13T21:28:24.259Z[ recovery-image] Dec 13 21:28:22.242 INFO O| Dec 13 21:28:22.242 INFO STEP 596: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
62202024-12-13T21:28:24.275Z[ recovery-image] Dec 13 21:28:22.261 INFO O| Dec 13 21:28:22.260 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/gss/mech_spnego.so.1"
62212024-12-13T21:28:24.278Z[ recovery-image] Dec 13 21:28:22.261 INFO O| Dec 13 21:28:22.261 INFO STEP 596 (remove_files) COMPLETE
62222024-12-13T21:28:24.278Z[ recovery-image] Dec 13 21:28:22.261 INFO O| Dec 13 21:28:22.261 INFO STEP 597: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
62232024-12-13T21:28:24.294Z[ recovery-image] Dec 13 21:28:22.280 INFO O| Dec 13 21:28:22.280 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/lddstub"
62242024-12-13T21:28:24.296Z[ recovery-image] Dec 13 21:28:22.280 INFO O| Dec 13 21:28:22.280 INFO STEP 597 (remove_files) COMPLETE
62252024-12-13T21:28:24.296Z[ recovery-image] Dec 13 21:28:22.280 INFO O| Dec 13 21:28:22.280 INFO STEP 598: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
62262024-12-13T21:28:24.333Z[ recovery-image] Dec 13 21:28:22.319 INFO O| Dec 13 21:28:22.319 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/lib9p.so.1"
62272024-12-13T21:28:24.333Z[ recovery-image] Dec 13 21:28:22.319 INFO O| Dec 13 21:28:22.319 INFO STEP 598 (remove_files) COMPLETE
62282024-12-13T21:28:24.333Z[ recovery-image] Dec 13 21:28:22.319 INFO O| Dec 13 21:28:22.319 INFO STEP 599: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
62292024-12-13T21:28:24.353Z[ recovery-image] Dec 13 21:28:22.339 INFO O| Dec 13 21:28:22.339 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libads.so.1"
62302024-12-13T21:28:24.353Z[ recovery-image] Dec 13 21:28:22.339 INFO O| Dec 13 21:28:22.339 INFO STEP 599 (remove_files) COMPLETE
62312024-12-13T21:28:24.353Z[ recovery-image] Dec 13 21:28:22.339 INFO O| Dec 13 21:28:22.339 INFO STEP 600: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
62322024-12-13T21:28:24.373Z[ recovery-image] Dec 13 21:28:22.359 INFO O| Dec 13 21:28:22.358 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libadutils.so.1"
62332024-12-13T21:28:24.373Z[ recovery-image] Dec 13 21:28:22.359 INFO O| Dec 13 21:28:22.359 INFO STEP 600 (remove_files) COMPLETE
62342024-12-13T21:28:24.376Z[ recovery-image] Dec 13 21:28:22.359 INFO O| Dec 13 21:28:22.359 INFO STEP 601: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
62352024-12-13T21:28:24.393Z[ recovery-image] Dec 13 21:28:22.378 INFO O| Dec 13 21:28:22.378 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libbe.so.1"
62362024-12-13T21:28:24.393Z[ recovery-image] Dec 13 21:28:22.378 INFO O| Dec 13 21:28:22.378 INFO STEP 601 (remove_files) COMPLETE
62372024-12-13T21:28:24.393Z[ recovery-image] Dec 13 21:28:22.378 INFO O| Dec 13 21:28:22.378 INFO STEP 602: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
62382024-12-13T21:28:24.412Z[ recovery-image] Dec 13 21:28:22.398 INFO O| Dec 13 21:28:22.398 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libbrand.so.1"
62392024-12-13T21:28:24.412Z[ recovery-image] Dec 13 21:28:22.398 INFO O| Dec 13 21:28:22.398 INFO STEP 602 (remove_files) COMPLETE
62402024-12-13T21:28:24.412Z[ recovery-image] Dec 13 21:28:22.398 INFO O| Dec 13 21:28:22.398 INFO STEP 603: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
62412024-12-13T21:28:24.430Z[ recovery-image] Dec 13 21:28:22.416 INFO O| Dec 13 21:28:22.416 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libbrotlicommon.so.1.0.9"
62422024-12-13T21:28:24.430Z[ recovery-image] Dec 13 21:28:22.416 INFO O| Dec 13 21:28:22.416 INFO STEP 603 (remove_files) COMPLETE
62432024-12-13T21:28:24.430Z[ recovery-image] Dec 13 21:28:22.416 INFO O| Dec 13 21:28:22.416 INFO STEP 604: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
62442024-12-13T21:28:24.448Z[ recovery-image] Dec 13 21:28:22.434 INFO O| Dec 13 21:28:22.434 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libbrotlidec.so.1.0.9"
62452024-12-13T21:28:24.451Z[ recovery-image] Dec 13 21:28:22.435 INFO O| Dec 13 21:28:22.435 INFO STEP 604 (remove_files) COMPLETE
62462024-12-13T21:28:24.451Z[ recovery-image] Dec 13 21:28:22.435 INFO O| Dec 13 21:28:22.435 INFO STEP 605: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
62472024-12-13T21:28:24.469Z[ recovery-image] Dec 13 21:28:22.453 INFO O| Dec 13 21:28:22.453 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libbrotlienc.so.1.0.9"
62482024-12-13T21:28:24.469Z[ recovery-image] Dec 13 21:28:22.453 INFO O| Dec 13 21:28:22.453 INFO STEP 605 (remove_files) COMPLETE
62492024-12-13T21:28:24.473Z[ recovery-image] Dec 13 21:28:22.453 INFO O| Dec 13 21:28:22.453 INFO STEP 606: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
62502024-12-13T21:28:24.491Z[ recovery-image] Dec 13 21:28:22.476 INFO O| Dec 13 21:28:22.476 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libbsdmalloc.so.1"
62512024-12-13T21:28:24.491Z[ recovery-image] Dec 13 21:28:22.476 INFO O| Dec 13 21:28:22.476 INFO STEP 606 (remove_files) COMPLETE
62522024-12-13T21:28:24.491Z[ recovery-image] Dec 13 21:28:22.476 INFO O| Dec 13 21:28:22.476 INFO STEP 607: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
62532024-12-13T21:28:24.558Z[ recovery-image] Dec 13 21:28:22.544 INFO O| Dec 13 21:28:22.544 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libbz2.so.1.0.8"
62542024-12-13T21:28:24.558Z[ recovery-image] Dec 13 21:28:22.544 INFO O| Dec 13 21:28:22.544 INFO STEP 607 (remove_files) COMPLETE
62552024-12-13T21:28:24.558Z[ recovery-image] Dec 13 21:28:22.544 INFO O| Dec 13 21:28:22.544 INFO STEP 608: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
62562024-12-13T21:28:24.596Z[ recovery-image] Dec 13 21:28:22.581 INFO O| Dec 13 21:28:22.581 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libcommputil.so.1"
62572024-12-13T21:28:24.596Z[ recovery-image] Dec 13 21:28:22.581 INFO O| Dec 13 21:28:22.581 INFO STEP 608 (remove_files) COMPLETE
62582024-12-13T21:28:24.596Z[ recovery-image] Dec 13 21:28:22.581 INFO O| Dec 13 21:28:22.581 INFO STEP 609: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
62592024-12-13T21:28:24.631Z[ recovery-image] Dec 13 21:28:22.616 INFO O| Dec 13 21:28:22.615 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libcpc.so.1"
62602024-12-13T21:28:24.631Z[ recovery-image] Dec 13 21:28:22.616 INFO O| Dec 13 21:28:22.616 INFO STEP 609 (remove_files) COMPLETE
62612024-12-13T21:28:24.631Z[ recovery-image] Dec 13 21:28:22.616 INFO O| Dec 13 21:28:22.616 INFO STEP 610: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
62622024-12-13T21:28:24.650Z[ recovery-image] Dec 13 21:28:22.635 INFO O| Dec 13 21:28:22.635 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libcrle.so.1"
62632024-12-13T21:28:24.650Z[ recovery-image] Dec 13 21:28:22.635 INFO O| Dec 13 21:28:22.635 INFO STEP 610 (remove_files) COMPLETE
62642024-12-13T21:28:24.650Z[ recovery-image] Dec 13 21:28:22.635 INFO O| Dec 13 21:28:22.635 INFO STEP 611: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
62652024-12-13T21:28:24.670Z[ recovery-image] Dec 13 21:28:22.654 INFO O| Dec 13 21:28:22.654 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libcrypt.so.1"
62662024-12-13T21:28:24.670Z[ recovery-image] Dec 13 21:28:22.654 INFO O| Dec 13 21:28:22.654 INFO STEP 611 (remove_files) COMPLETE
62672024-12-13T21:28:24.673Z[ recovery-image] Dec 13 21:28:22.654 INFO O| Dec 13 21:28:22.654 INFO STEP 612: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
62682024-12-13T21:28:24.697Z[ recovery-image] Dec 13 21:28:22.682 INFO O| Dec 13 21:28:22.682 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libcurl.so.4.8.0"
62692024-12-13T21:28:24.699Z[ recovery-image] Dec 13 21:28:22.682 INFO O| Dec 13 21:28:22.682 INFO STEP 612 (remove_files) COMPLETE
62702024-12-13T21:28:24.699Z[ recovery-image] Dec 13 21:28:22.683 INFO O| Dec 13 21:28:22.682 INFO STEP 613: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
62712024-12-13T21:28:24.716Z[ recovery-image] Dec 13 21:28:22.701 INFO O| Dec 13 21:28:22.701 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libdemangle-sys.so.1"
62722024-12-13T21:28:24.716Z[ recovery-image] Dec 13 21:28:22.701 INFO O| Dec 13 21:28:22.701 INFO STEP 613 (remove_files) COMPLETE
62732024-12-13T21:28:24.718Z[ recovery-image] Dec 13 21:28:22.702 INFO O| Dec 13 21:28:22.701 INFO STEP 614: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
62742024-12-13T21:28:24.744Z[ recovery-image] Dec 13 21:28:22.729 INFO O| Dec 13 21:28:22.729 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libdll.so.1"
62752024-12-13T21:28:24.744Z[ recovery-image] Dec 13 21:28:22.729 INFO O| Dec 13 21:28:22.729 INFO STEP 614 (remove_files) COMPLETE
62762024-12-13T21:28:24.744Z[ recovery-image] Dec 13 21:28:22.729 INFO O| Dec 13 21:28:22.729 INFO STEP 615: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
62772024-12-13T21:28:24.764Z[ recovery-image] Dec 13 21:28:22.750 INFO O| Dec 13 21:28:22.750 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libdtrace_jni.so.1"
62782024-12-13T21:28:24.785Z[ recovery-image] Dec 13 21:28:22.770 INFO O| Dec 13 21:28:22.770 INFO STEP 615 (remove_files) COMPLETE
62792024-12-13T21:28:24.785Z[ recovery-image] Dec 13 21:28:22.770 INFO O| Dec 13 21:28:22.770 INFO STEP 616: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
62802024-12-13T21:28:24.818Z[ recovery-image] Dec 13 21:28:22.804 INFO O| Dec 13 21:28:22.804 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libform.so.1"
62812024-12-13T21:28:24.818Z[ recovery-image] Dec 13 21:28:22.804 INFO O| Dec 13 21:28:22.804 INFO STEP 616 (remove_files) COMPLETE
62822024-12-13T21:28:24.821Z[ recovery-image] Dec 13 21:28:22.804 INFO O| Dec 13 21:28:22.804 INFO STEP 617: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
62832024-12-13T21:28:24.848Z[ recovery-image] Dec 13 21:28:22.834 INFO O| Dec 13 21:28:22.832 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libfstyp.so.1"
62842024-12-13T21:28:24.848Z[ recovery-image] Dec 13 21:28:22.834 INFO O| Dec 13 21:28:22.833 INFO STEP 617 (remove_files) COMPLETE
62852024-12-13T21:28:24.848Z[ recovery-image] Dec 13 21:28:22.834 INFO O| Dec 13 21:28:22.833 INFO STEP 618: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
62862024-12-13T21:28:24.893Z[ recovery-image] Dec 13 21:28:22.878 INFO O| Dec 13 21:28:22.878 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libidspace.so.1"
62872024-12-13T21:28:24.895Z[ recovery-image] Dec 13 21:28:22.878 INFO O| Dec 13 21:28:22.878 INFO STEP 618 (remove_files) COMPLETE
62882024-12-13T21:28:24.895Z[ recovery-image] Dec 13 21:28:22.878 INFO O| Dec 13 21:28:22.878 INFO STEP 619: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
62892024-12-13T21:28:24.911Z[ recovery-image] Dec 13 21:28:22.896 INFO O| Dec 13 21:28:22.896 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libike.so.1"
62902024-12-13T21:28:24.911Z[ recovery-image] Dec 13 21:28:22.896 INFO O| Dec 13 21:28:22.896 INFO STEP 619 (remove_files) COMPLETE
62912024-12-13T21:28:24.911Z[ recovery-image] Dec 13 21:28:22.896 INFO O| Dec 13 21:28:22.896 INFO STEP 620: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
62922024-12-13T21:28:24.965Z[ recovery-image] Dec 13 21:28:22.950 INFO O| Dec 13 21:28:22.950 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libinstzones.so.1"
62932024-12-13T21:28:24.965Z[ recovery-image] Dec 13 21:28:22.950 INFO O| Dec 13 21:28:22.950 INFO STEP 620 (remove_files) COMPLETE
62942024-12-13T21:28:24.965Z[ recovery-image] Dec 13 21:28:22.950 INFO O| Dec 13 21:28:22.950 INFO STEP 621: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
62952024-12-13T21:28:24.999Z[ recovery-image] Dec 13 21:28:22.984 INFO O| Dec 13 21:28:22.984 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libipmi.so.1"
62962024-12-13T21:28:24.999Z[ recovery-image] Dec 13 21:28:22.984 INFO O| Dec 13 21:28:22.984 INFO STEP 621 (remove_files) COMPLETE
62972024-12-13T21:28:24.999Z[ recovery-image] Dec 13 21:28:22.984 INFO O| Dec 13 21:28:22.984 INFO STEP 622: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
62982024-12-13T21:28:25.022Z[ recovery-image] Dec 13 21:28:23.006 INFO O| Dec 13 21:28:23.006 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libipp.so.1"
62992024-12-13T21:28:25.022Z[ recovery-image] Dec 13 21:28:23.006 INFO O| Dec 13 21:28:23.006 INFO STEP 622 (remove_files) COMPLETE
63002024-12-13T21:28:25.022Z[ recovery-image] Dec 13 21:28:23.006 INFO O| Dec 13 21:28:23.006 INFO STEP 623: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
63012024-12-13T21:28:25.041Z[ recovery-image] Dec 13 21:28:23.026 INFO O| Dec 13 21:28:23.026 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libipsecutil.so.1"
63022024-12-13T21:28:25.041Z[ recovery-image] Dec 13 21:28:23.026 INFO O| Dec 13 21:28:23.026 INFO STEP 623 (remove_files) COMPLETE
63032024-12-13T21:28:25.043Z[ recovery-image] Dec 13 21:28:23.026 INFO O| Dec 13 21:28:23.026 INFO STEP 624: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
63042024-12-13T21:28:25.059Z[ recovery-image] Dec 13 21:28:23.045 INFO O| Dec 13 21:28:23.045 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libjedec.so.1"
63052024-12-13T21:28:25.060Z[ recovery-image] Dec 13 21:28:23.045 INFO O| Dec 13 21:28:23.045 INFO STEP 624 (remove_files) COMPLETE
63062024-12-13T21:28:25.060Z[ recovery-image] Dec 13 21:28:23.045 INFO O| Dec 13 21:28:23.045 INFO STEP 625: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
63072024-12-13T21:28:25.079Z[ recovery-image] Dec 13 21:28:23.063 INFO O| Dec 13 21:28:23.063 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libkvm.so.1"
63082024-12-13T21:28:25.079Z[ recovery-image] Dec 13 21:28:23.063 INFO O| Dec 13 21:28:23.063 INFO STEP 625 (remove_files) COMPLETE
63092024-12-13T21:28:25.079Z[ recovery-image] Dec 13 21:28:23.063 INFO O| Dec 13 21:28:23.063 INFO STEP 626: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
63102024-12-13T21:28:25.097Z[ recovery-image] Dec 13 21:28:23.083 INFO O| Dec 13 21:28:23.083 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libl.so.1"
63112024-12-13T21:28:25.097Z[ recovery-image] Dec 13 21:28:23.083 INFO O| Dec 13 21:28:23.083 INFO STEP 626 (remove_files) COMPLETE
63122024-12-13T21:28:25.100Z[ recovery-image] Dec 13 21:28:23.083 INFO O| Dec 13 21:28:23.083 INFO STEP 627: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
63132024-12-13T21:28:25.128Z[ recovery-image] Dec 13 21:28:23.114 INFO O| Dec 13 21:28:23.114 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libldap.so.5"
63142024-12-13T21:28:25.128Z[ recovery-image] Dec 13 21:28:23.114 INFO O| Dec 13 21:28:23.114 INFO STEP 627 (remove_files) COMPLETE
63152024-12-13T21:28:25.131Z[ recovery-image] Dec 13 21:28:23.114 INFO O| Dec 13 21:28:23.114 INFO STEP 628: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
63162024-12-13T21:28:25.157Z[ recovery-image] Dec 13 21:28:23.142 INFO O| Dec 13 21:28:23.142 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libldstab.so.1"
63172024-12-13T21:28:25.157Z[ recovery-image] Dec 13 21:28:23.142 INFO O| Dec 13 21:28:23.142 INFO STEP 628 (remove_files) COMPLETE
63182024-12-13T21:28:25.157Z[ recovery-image] Dec 13 21:28:23.142 INFO O| Dec 13 21:28:23.142 INFO STEP 629: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
63192024-12-13T21:28:25.173Z[ recovery-image] Dec 13 21:28:23.159 INFO O| Dec 13 21:28:23.159 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/liblgrp.so.1"
63202024-12-13T21:28:25.173Z[ recovery-image] Dec 13 21:28:23.159 INFO O| Dec 13 21:28:23.159 INFO STEP 629 (remove_files) COMPLETE
63212024-12-13T21:28:25.176Z[ recovery-image] Dec 13 21:28:23.159 INFO O| Dec 13 21:28:23.159 INFO STEP 630: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
63222024-12-13T21:28:25.196Z[ recovery-image] Dec 13 21:28:23.181 INFO O| Dec 13 21:28:23.181 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/liblm.so.1"
63232024-12-13T21:28:25.198Z[ recovery-image] Dec 13 21:28:23.181 INFO O| Dec 13 21:28:23.181 INFO STEP 630 (remove_files) COMPLETE
63242024-12-13T21:28:25.198Z[ recovery-image] Dec 13 21:28:23.181 INFO O| Dec 13 21:28:23.181 INFO STEP 631: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
63252024-12-13T21:28:25.213Z[ recovery-image] Dec 13 21:28:23.198 INFO O| Dec 13 21:28:23.198 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libmail.so.1"
63262024-12-13T21:28:25.216Z[ recovery-image] Dec 13 21:28:23.199 INFO O| Dec 13 21:28:23.198 INFO STEP 631 (remove_files) COMPLETE
63272024-12-13T21:28:25.216Z[ recovery-image] Dec 13 21:28:23.199 INFO O| Dec 13 21:28:23.199 INFO STEP 632: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
63282024-12-13T21:28:25.232Z[ recovery-image] Dec 13 21:28:23.215 INFO O| Dec 13 21:28:23.215 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libmalloc.so.1"
63292024-12-13T21:28:25.240Z[ recovery-image] Dec 13 21:28:23.216 INFO O| Dec 13 21:28:23.216 INFO STEP 632 (remove_files) COMPLETE
63302024-12-13T21:28:25.240Z[ recovery-image] Dec 13 21:28:23.216 INFO O| Dec 13 21:28:23.216 INFO STEP 633: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
63312024-12-13T21:28:25.253Z[ recovery-image] Dec 13 21:28:23.236 INFO O| Dec 13 21:28:23.236 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libmapmalloc.so.1"
63322024-12-13T21:28:25.257Z[ recovery-image] Dec 13 21:28:23.237 INFO O| Dec 13 21:28:23.237 INFO STEP 633 (remove_files) COMPLETE
63332024-12-13T21:28:25.257Z[ recovery-image] Dec 13 21:28:23.237 INFO O| Dec 13 21:28:23.237 INFO STEP 634: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
63342024-12-13T21:28:25.271Z[ recovery-image] Dec 13 21:28:23.257 INFO O| Dec 13 21:28:23.257 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libmenu.so.1"
63352024-12-13T21:28:25.271Z[ recovery-image] Dec 13 21:28:23.257 INFO O| Dec 13 21:28:23.257 INFO STEP 634 (remove_files) COMPLETE
63362024-12-13T21:28:25.272Z[ recovery-image] Dec 13 21:28:23.257 INFO O| Dec 13 21:28:23.257 INFO STEP 635: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
63372024-12-13T21:28:25.298Z[ recovery-image] Dec 13 21:28:23.283 INFO O| Dec 13 21:28:23.283 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libmtmalloc.so.1"
63382024-12-13T21:28:25.302Z[ recovery-image] Dec 13 21:28:23.283 INFO O| Dec 13 21:28:23.283 INFO STEP 635 (remove_files) COMPLETE
63392024-12-13T21:28:25.302Z[ recovery-image] Dec 13 21:28:23.283 INFO O| Dec 13 21:28:23.283 INFO STEP 636: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
63402024-12-13T21:28:25.318Z[ recovery-image] Dec 13 21:28:23.303 INFO O| Dec 13 21:28:23.303 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libncurses.so.5.9"
63412024-12-13T21:28:25.321Z[ recovery-image] Dec 13 21:28:23.303 INFO O| Dec 13 21:28:23.303 INFO STEP 636 (remove_files) COMPLETE
63422024-12-13T21:28:25.321Z[ recovery-image] Dec 13 21:28:23.303 INFO O| Dec 13 21:28:23.303 INFO STEP 637: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
63432024-12-13T21:28:25.360Z[ recovery-image] Dec 13 21:28:23.343 INFO O| Dec 13 21:28:23.343 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libnls.so.1"
63442024-12-13T21:28:25.360Z[ recovery-image] Dec 13 21:28:23.343 INFO O| Dec 13 21:28:23.343 INFO STEP 637 (remove_files) COMPLETE
63452024-12-13T21:28:25.360Z[ recovery-image] Dec 13 21:28:23.343 INFO O| Dec 13 21:28:23.343 INFO STEP 638: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
63462024-12-13T21:28:25.418Z[ recovery-image] Dec 13 21:28:23.403 INFO O| Dec 13 21:28:23.403 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libpanel.so.1"
63472024-12-13T21:28:25.418Z[ recovery-image] Dec 13 21:28:23.403 INFO O| Dec 13 21:28:23.403 INFO STEP 638 (remove_files) COMPLETE
63482024-12-13T21:28:25.418Z[ recovery-image] Dec 13 21:28:23.403 INFO O| Dec 13 21:28:23.403 INFO STEP 639: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
63492024-12-13T21:28:25.436Z[ recovery-image] Dec 13 21:28:23.421 INFO O| Dec 13 21:28:23.421 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libpcrecpp.so.0.0.2"
63502024-12-13T21:28:25.436Z[ recovery-image] Dec 13 21:28:23.421 INFO O| Dec 13 21:28:23.421 INFO STEP 639 (remove_files) COMPLETE
63512024-12-13T21:28:25.436Z[ recovery-image] Dec 13 21:28:23.421 INFO O| Dec 13 21:28:23.421 INFO STEP 640: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
63522024-12-13T21:28:25.471Z[ recovery-image] Dec 13 21:28:23.449 INFO O| Dec 13 21:28:23.449 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libpcreposix.so.0.0.7"
63532024-12-13T21:28:25.471Z[ recovery-image] Dec 13 21:28:23.449 INFO O| Dec 13 21:28:23.449 INFO STEP 640 (remove_files) COMPLETE
63542024-12-13T21:28:25.471Z[ recovery-image] Dec 13 21:28:23.449 INFO O| Dec 13 21:28:23.449 INFO STEP 641: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
63552024-12-13T21:28:25.484Z[ recovery-image] Dec 13 21:28:23.469 INFO O| Dec 13 21:28:23.468 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libpctx.so.1"
63562024-12-13T21:28:25.484Z[ recovery-image] Dec 13 21:28:23.469 INFO O| Dec 13 21:28:23.469 INFO STEP 641 (remove_files) COMPLETE
63572024-12-13T21:28:25.484Z[ recovery-image] Dec 13 21:28:23.469 INFO O| Dec 13 21:28:23.469 INFO STEP 642: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
63582024-12-13T21:28:25.503Z[ recovery-image] Dec 13 21:28:23.488 INFO O| Dec 13 21:28:23.488 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libpicl.so.1"
63592024-12-13T21:28:25.503Z[ recovery-image] Dec 13 21:28:23.488 INFO O| Dec 13 21:28:23.488 INFO STEP 642 (remove_files) COMPLETE
63602024-12-13T21:28:25.503Z[ recovery-image] Dec 13 21:28:23.488 INFO O| Dec 13 21:28:23.488 INFO STEP 643: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
63612024-12-13T21:28:25.522Z[ recovery-image] Dec 13 21:28:23.508 INFO O| Dec 13 21:28:23.507 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libppt.so.1"
63622024-12-13T21:28:25.522Z[ recovery-image] Dec 13 21:28:23.508 INFO O| Dec 13 21:28:23.508 INFO STEP 643 (remove_files) COMPLETE
63632024-12-13T21:28:25.525Z[ recovery-image] Dec 13 21:28:23.508 INFO O| Dec 13 21:28:23.508 INFO STEP 644: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
63642024-12-13T21:28:25.540Z[ recovery-image] Dec 13 21:28:23.525 INFO O| Dec 13 21:28:23.525 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libraidcfg.so.1"
63652024-12-13T21:28:25.540Z[ recovery-image] Dec 13 21:28:23.525 INFO O| Dec 13 21:28:23.525 INFO STEP 644 (remove_files) COMPLETE
63662024-12-13T21:28:25.543Z[ recovery-image] Dec 13 21:28:23.525 INFO O| Dec 13 21:28:23.525 INFO STEP 645: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
63672024-12-13T21:28:25.557Z[ recovery-image] Dec 13 21:28:23.542 INFO O| Dec 13 21:28:23.542 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/librename.so.1"
63682024-12-13T21:28:25.557Z[ recovery-image] Dec 13 21:28:23.542 INFO O| Dec 13 21:28:23.542 INFO STEP 645 (remove_files) COMPLETE
63692024-12-13T21:28:25.557Z[ recovery-image] Dec 13 21:28:23.542 INFO O| Dec 13 21:28:23.542 INFO STEP 646: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
63702024-12-13T21:28:25.684Z[ recovery-image] Dec 13 21:28:23.669 INFO O| Dec 13 21:28:23.669 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libreparse.so.1"
63712024-12-13T21:28:25.684Z[ recovery-image] Dec 13 21:28:23.669 INFO O| Dec 13 21:28:23.669 INFO STEP 646 (remove_files) COMPLETE
63722024-12-13T21:28:25.684Z[ recovery-image] Dec 13 21:28:23.669 INFO O| Dec 13 21:28:23.669 INFO STEP 647: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
63732024-12-13T21:28:25.716Z[ recovery-image] Dec 13 21:28:23.701 INFO O| Dec 13 21:28:23.701 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libsasl.so.1"
63742024-12-13T21:28:25.719Z[ recovery-image] Dec 13 21:28:23.701 INFO O| Dec 13 21:28:23.701 INFO STEP 647 (remove_files) COMPLETE
63752024-12-13T21:28:25.719Z[ recovery-image] Dec 13 21:28:23.702 INFO O| Dec 13 21:28:23.702 INFO STEP 648: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
63762024-12-13T21:28:25.733Z[ recovery-image] Dec 13 21:28:23.718 INFO O| Dec 13 21:28:23.718 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libsched.so.1"
63772024-12-13T21:28:25.737Z[ recovery-image] Dec 13 21:28:23.719 INFO O| Dec 13 21:28:23.719 INFO STEP 648 (remove_files) COMPLETE
63782024-12-13T21:28:25.737Z[ recovery-image] Dec 13 21:28:23.719 INFO O| Dec 13 21:28:23.719 INFO STEP 649: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
63792024-12-13T21:28:25.749Z[ recovery-image] Dec 13 21:28:23.734 INFO O| Dec 13 21:28:23.734 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libsctp.so.1"
63802024-12-13T21:28:25.749Z[ recovery-image] Dec 13 21:28:23.735 INFO O| Dec 13 21:28:23.735 INFO STEP 649 (remove_files) COMPLETE
63812024-12-13T21:28:25.752Z[ recovery-image] Dec 13 21:28:23.735 INFO O| Dec 13 21:28:23.735 INFO STEP 650: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
63822024-12-13T21:28:25.766Z[ recovery-image] Dec 13 21:28:23.751 INFO O| Dec 13 21:28:23.751 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libsff.so.1"
63832024-12-13T21:28:25.768Z[ recovery-image] Dec 13 21:28:23.751 INFO O| Dec 13 21:28:23.751 INFO STEP 650 (remove_files) COMPLETE
63842024-12-13T21:28:25.769Z[ recovery-image] Dec 13 21:28:23.751 INFO O| Dec 13 21:28:23.751 INFO STEP 651: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
63852024-12-13T21:28:25.782Z[ recovery-image] Dec 13 21:28:23.768 INFO O| Dec 13 21:28:23.768 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libsip.so.1"
63862024-12-13T21:28:25.786Z[ recovery-image] Dec 13 21:28:23.768 INFO O| Dec 13 21:28:23.768 INFO STEP 651 (remove_files) COMPLETE
63872024-12-13T21:28:25.786Z[ recovery-image] Dec 13 21:28:23.768 INFO O| Dec 13 21:28:23.768 INFO STEP 652: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
63882024-12-13T21:28:25.801Z[ recovery-image] Dec 13 21:28:23.786 INFO O| Dec 13 21:28:23.786 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libsldap.so.1"
63892024-12-13T21:28:25.805Z[ recovery-image] Dec 13 21:28:23.786 INFO O| Dec 13 21:28:23.786 INFO STEP 652 (remove_files) COMPLETE
63902024-12-13T21:28:25.805Z[ recovery-image] Dec 13 21:28:23.786 INFO O| Dec 13 21:28:23.786 INFO STEP 653: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
63912024-12-13T21:28:25.822Z[ recovery-image] Dec 13 21:28:23.805 INFO O| Dec 13 21:28:23.805 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libsmbfs.so.1"
63922024-12-13T21:28:25.825Z[ recovery-image] Dec 13 21:28:23.806 INFO O| Dec 13 21:28:23.806 INFO STEP 653 (remove_files) COMPLETE
63932024-12-13T21:28:25.825Z[ recovery-image] Dec 13 21:28:23.806 INFO O| Dec 13 21:28:23.806 INFO STEP 654: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
63942024-12-13T21:28:25.839Z[ recovery-image] Dec 13 21:28:23.824 INFO O| Dec 13 21:28:23.824 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libsoftcrypto.so.1"
63952024-12-13T21:28:25.842Z[ recovery-image] Dec 13 21:28:23.824 INFO O| Dec 13 21:28:23.824 INFO STEP 654 (remove_files) COMPLETE
63962024-12-13T21:28:25.842Z[ recovery-image] Dec 13 21:28:23.825 INFO O| Dec 13 21:28:23.825 INFO STEP 655: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
63972024-12-13T21:28:25.899Z[ recovery-image] Dec 13 21:28:23.883 INFO O| Dec 13 21:28:23.883 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libsqlite3.so.0.8.6"
63982024-12-13T21:28:25.899Z[ recovery-image] Dec 13 21:28:23.883 INFO O| Dec 13 21:28:23.883 INFO STEP 655 (remove_files) COMPLETE
63992024-12-13T21:28:25.902Z[ recovery-image] Dec 13 21:28:23.883 INFO O| Dec 13 21:28:23.883 INFO STEP 656: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
64002024-12-13T21:28:25.916Z[ recovery-image] Dec 13 21:28:23.900 INFO O| Dec 13 21:28:23.900 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libsum.so.1"
64012024-12-13T21:28:25.916Z[ recovery-image] Dec 13 21:28:23.900 INFO O| Dec 13 21:28:23.900 INFO STEP 656 (remove_files) COMPLETE
64022024-12-13T21:28:25.916Z[ recovery-image] Dec 13 21:28:23.900 INFO O| Dec 13 21:28:23.900 INFO STEP 657: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
64032024-12-13T21:28:25.951Z[ recovery-image] Dec 13 21:28:23.936 INFO O| Dec 13 21:28:23.936 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libtecla.so.1"
64042024-12-13T21:28:25.951Z[ recovery-image] Dec 13 21:28:23.937 INFO O| Dec 13 21:28:23.937 INFO STEP 657 (remove_files) COMPLETE
64052024-12-13T21:28:25.951Z[ recovery-image] Dec 13 21:28:23.937 INFO O| Dec 13 21:28:23.937 INFO STEP 658: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
64062024-12-13T21:28:25.970Z[ recovery-image] Dec 13 21:28:23.955 INFO O| Dec 13 21:28:23.955 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libtspi.so.1.2.0"
64072024-12-13T21:28:25.970Z[ recovery-image] Dec 13 21:28:23.955 INFO O| Dec 13 21:28:23.955 INFO STEP 658 (remove_files) COMPLETE
64082024-12-13T21:28:25.970Z[ recovery-image] Dec 13 21:28:23.955 INFO O| Dec 13 21:28:23.955 INFO STEP 659: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
64092024-12-13T21:28:25.988Z[ recovery-image] Dec 13 21:28:23.973 INFO O| Dec 13 21:28:23.973 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libvolmgt.so.1"
64102024-12-13T21:28:25.988Z[ recovery-image] Dec 13 21:28:23.973 INFO O| Dec 13 21:28:23.973 INFO STEP 659 (remove_files) COMPLETE
64112024-12-13T21:28:25.991Z[ recovery-image] Dec 13 21:28:23.973 INFO O| Dec 13 21:28:23.973 INFO STEP 660: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
64122024-12-13T21:28:26.028Z[ recovery-image] Dec 13 21:28:24.013 INFO O| Dec 13 21:28:24.013 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/liby.so.1"
64132024-12-13T21:28:26.028Z[ recovery-image] Dec 13 21:28:24.013 INFO O| Dec 13 21:28:24.013 INFO STEP 660 (remove_files) COMPLETE
64142024-12-13T21:28:26.028Z[ recovery-image] Dec 13 21:28:24.013 INFO O| Dec 13 21:28:24.013 INFO STEP 661: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
64152024-12-13T21:28:26.045Z[ recovery-image] Dec 13 21:28:24.030 INFO O| Dec 13 21:28:24.030 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libzfs_jni.so.1"
64162024-12-13T21:28:26.045Z[ recovery-image] Dec 13 21:28:24.030 INFO O| Dec 13 21:28:24.030 INFO STEP 661 (remove_files) COMPLETE
64172024-12-13T21:28:26.048Z[ recovery-image] Dec 13 21:28:24.030 INFO O| Dec 13 21:28:24.030 INFO STEP 662: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
64182024-12-13T21:28:26.077Z[ recovery-image] Dec 13 21:28:24.063 INFO O| Dec 13 21:28:24.062 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libzfsbootenv.so.1"
64192024-12-13T21:28:26.080Z[ recovery-image] Dec 13 21:28:24.063 INFO O| Dec 13 21:28:24.063 INFO STEP 662 (remove_files) COMPLETE
64202024-12-13T21:28:26.080Z[ recovery-image] Dec 13 21:28:24.063 INFO O| Dec 13 21:28:24.063 INFO STEP 663: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
64212024-12-13T21:28:26.133Z[ recovery-image] Dec 13 21:28:24.119 INFO O| Dec 13 21:28:24.119 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libzonecfg.so.1"
64222024-12-13T21:28:26.134Z[ recovery-image] Dec 13 21:28:24.119 INFO O| Dec 13 21:28:24.119 INFO STEP 663 (remove_files) COMPLETE
64232024-12-13T21:28:26.136Z[ recovery-image] Dec 13 21:28:24.119 INFO O| Dec 13 21:28:24.119 INFO STEP 664: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
64242024-12-13T21:28:26.354Z[ recovery-image] Dec 13 21:28:24.339 INFO O| Dec 13 21:28:24.339 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libzoneinfo.so.1"
64252024-12-13T21:28:26.354Z[ recovery-image] Dec 13 21:28:24.339 INFO O| Dec 13 21:28:24.339 INFO STEP 664 (remove_files) COMPLETE
64262024-12-13T21:28:26.357Z[ recovery-image] Dec 13 21:28:24.339 INFO O| Dec 13 21:28:24.339 INFO STEP 665: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
64272024-12-13T21:28:26.425Z[ recovery-image] Dec 13 21:28:24.410 INFO O| Dec 13 21:28:24.410 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libzonestat.so.1"
64282024-12-13T21:28:26.425Z[ recovery-image] Dec 13 21:28:24.410 INFO O| Dec 13 21:28:24.410 INFO STEP 665 (remove_files) COMPLETE
64292024-12-13T21:28:26.425Z[ recovery-image] Dec 13 21:28:24.410 INFO O| Dec 13 21:28:24.410 INFO STEP 666: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
64302024-12-13T21:28:26.484Z[ recovery-image] Dec 13 21:28:24.470 INFO O| Dec 13 21:28:24.469 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libzpool.so.1"
64312024-12-13T21:28:26.484Z[ recovery-image] Dec 13 21:28:24.470 INFO O| Dec 13 21:28:24.470 INFO STEP 666 (remove_files) COMPLETE
64322024-12-13T21:28:26.484Z[ recovery-image] Dec 13 21:28:24.470 INFO O| Dec 13 21:28:24.470 INFO STEP 667: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
64332024-12-13T21:28:26.504Z[ recovery-image] Dec 13 21:28:24.488 INFO O| Dec 13 21:28:24.488 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/madv.so.1"
64342024-12-13T21:28:26.504Z[ recovery-image] Dec 13 21:28:24.489 INFO O| Dec 13 21:28:24.489 INFO STEP 667 (remove_files) COMPLETE
64352024-12-13T21:28:26.504Z[ recovery-image] Dec 13 21:28:24.489 INFO O| Dec 13 21:28:24.489 INFO STEP 668: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
64362024-12-13T21:28:26.523Z[ recovery-image] Dec 13 21:28:24.507 INFO O| Dec 13 21:28:24.506 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/mpss.so.1"
64372024-12-13T21:28:26.523Z[ recovery-image] Dec 13 21:28:24.507 INFO O| Dec 13 21:28:24.507 INFO STEP 668 (remove_files) COMPLETE
64382024-12-13T21:28:26.523Z[ recovery-image] Dec 13 21:28:24.507 INFO O| Dec 13 21:28:24.507 INFO STEP 669: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
64392024-12-13T21:28:26.541Z[ recovery-image] Dec 13 21:28:24.525 INFO O| Dec 13 21:28:24.525 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/nss_ad.so.1"
64402024-12-13T21:28:26.544Z[ recovery-image] Dec 13 21:28:24.525 INFO O| Dec 13 21:28:24.525 INFO STEP 669 (remove_files) COMPLETE
64412024-12-13T21:28:26.544Z[ recovery-image] Dec 13 21:28:24.525 INFO O| Dec 13 21:28:24.525 INFO STEP 670: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
64422024-12-13T21:28:26.566Z[ recovery-image] Dec 13 21:28:24.550 INFO O| Dec 13 21:28:24.550 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/nss_ldap.so.1"
64432024-12-13T21:28:26.566Z[ recovery-image] Dec 13 21:28:24.550 INFO O| Dec 13 21:28:24.550 INFO STEP 670 (remove_files) COMPLETE
64442024-12-13T21:28:26.569Z[ recovery-image] Dec 13 21:28:24.550 INFO O| Dec 13 21:28:24.550 INFO STEP 671: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
64452024-12-13T21:28:26.618Z[ recovery-image] Dec 13 21:28:24.602 INFO O| Dec 13 21:28:24.602 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/passwdutil.so.1"
64462024-12-13T21:28:26.622Z[ recovery-image] Dec 13 21:28:24.602 INFO O| Dec 13 21:28:24.602 INFO STEP 671 (remove_files) COMPLETE
64472024-12-13T21:28:26.623Z[ recovery-image] Dec 13 21:28:24.602 INFO O| Dec 13 21:28:24.602 INFO STEP 672: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
64482024-12-13T21:28:26.637Z[ recovery-image] Dec 13 21:28:24.621 INFO O| Dec 13 21:28:24.621 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/pkgconfig/bash.pc"
64492024-12-13T21:28:26.637Z[ recovery-image] Dec 13 21:28:24.622 INFO O| Dec 13 21:28:24.621 INFO STEP 672 (remove_files) COMPLETE
64502024-12-13T21:28:26.641Z[ recovery-image] Dec 13 21:28:24.622 INFO O| Dec 13 21:28:24.622 INFO STEP 673: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
64512024-12-13T21:28:26.701Z[ recovery-image] Dec 13 21:28:24.639 INFO O| Dec 13 21:28:24.639 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/pkgconfig/dbus-1.pc"
64522024-12-13T21:28:26.701Z[ recovery-image] Dec 13 21:28:24.640 INFO O| Dec 13 21:28:24.640 INFO STEP 673 (remove_files) COMPLETE
64532024-12-13T21:28:26.704Z[ recovery-image] Dec 13 21:28:24.640 INFO O| Dec 13 21:28:24.640 INFO STEP 674: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
64542024-12-13T21:28:26.705Z[ recovery-image] Dec 13 21:28:24.660 INFO O| Dec 13 21:28:24.657 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/pkgconfig/expat.pc"
64552024-12-13T21:28:26.705Z[ recovery-image] Dec 13 21:28:24.660 INFO O| Dec 13 21:28:24.657 INFO STEP 674 (remove_files) COMPLETE
64562024-12-13T21:28:26.705Z[ recovery-image] Dec 13 21:28:24.660 INFO O| Dec 13 21:28:24.657 INFO STEP 675: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
64572024-12-13T21:28:26.729Z[ recovery-image] Dec 13 21:28:24.689 INFO O| Dec 13 21:28:24.689 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/pkgconfig/form.pc"
64582024-12-13T21:28:26.729Z[ recovery-image] Dec 13 21:28:24.689 INFO O| Dec 13 21:28:24.689 INFO STEP 675 (remove_files) COMPLETE
64592024-12-13T21:28:26.729Z[ recovery-image] Dec 13 21:28:24.690 INFO O| Dec 13 21:28:24.689 INFO STEP 676: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
64602024-12-13T21:28:26.732Z[ recovery-image] Dec 13 21:28:24.708 INFO O| Dec 13 21:28:24.708 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/pkgconfig/libbrotlicommon.pc"
64612024-12-13T21:28:26.732Z[ recovery-image] Dec 13 21:28:24.708 INFO O| Dec 13 21:28:24.708 INFO STEP 676 (remove_files) COMPLETE
64622024-12-13T21:28:26.732Z[ recovery-image] Dec 13 21:28:24.708 INFO O| Dec 13 21:28:24.708 INFO STEP 677: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
64632024-12-13T21:28:26.741Z[ recovery-image] Dec 13 21:28:24.725 INFO O| Dec 13 21:28:24.725 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/pkgconfig/libbrotlidec.pc"
64642024-12-13T21:28:26.745Z[ recovery-image] Dec 13 21:28:24.725 INFO O| Dec 13 21:28:24.725 INFO STEP 677 (remove_files) COMPLETE
64652024-12-13T21:28:26.745Z[ recovery-image] Dec 13 21:28:24.725 INFO O| Dec 13 21:28:24.725 INFO STEP 678: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
64662024-12-13T21:28:26.777Z[ recovery-image] Dec 13 21:28:24.742 INFO O| Dec 13 21:28:24.742 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/pkgconfig/libbrotlienc.pc"
64672024-12-13T21:28:26.777Z[ recovery-image] Dec 13 21:28:24.742 INFO O| Dec 13 21:28:24.742 INFO STEP 678 (remove_files) COMPLETE
64682024-12-13T21:28:26.777Z[ recovery-image] Dec 13 21:28:24.742 INFO O| Dec 13 21:28:24.742 INFO STEP 679: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
64692024-12-13T21:28:26.782Z[ recovery-image] Dec 13 21:28:24.759 INFO O| Dec 13 21:28:24.759 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/pkgconfig/libcurl.pc"
64702024-12-13T21:28:26.782Z[ recovery-image] Dec 13 21:28:24.759 INFO O| Dec 13 21:28:24.759 INFO STEP 679 (remove_files) COMPLETE
64712024-12-13T21:28:26.782Z[ recovery-image] Dec 13 21:28:24.759 INFO O| Dec 13 21:28:24.759 INFO STEP 680: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
64722024-12-13T21:28:26.896Z[ recovery-image] Dec 13 21:28:24.878 INFO O| Dec 13 21:28:24.878 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/pkgconfig/libedit.pc"
64732024-12-13T21:28:26.898Z[ recovery-image] Dec 13 21:28:24.878 INFO O| Dec 13 21:28:24.878 INFO STEP 680 (remove_files) COMPLETE
64742024-12-13T21:28:26.899Z[ recovery-image] Dec 13 21:28:24.878 INFO O| Dec 13 21:28:24.878 INFO STEP 681: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
64752024-12-13T21:28:26.914Z[ recovery-image] Dec 13 21:28:24.899 INFO O| Dec 13 21:28:24.899 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/pkgconfig/libidn.pc"
64762024-12-13T21:28:26.917Z[ recovery-image] Dec 13 21:28:24.899 INFO O| Dec 13 21:28:24.899 INFO STEP 681 (remove_files) COMPLETE
64772024-12-13T21:28:26.917Z[ recovery-image] Dec 13 21:28:24.899 INFO O| Dec 13 21:28:24.899 INFO STEP 682: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
64782024-12-13T21:28:26.933Z[ recovery-image] Dec 13 21:28:24.918 INFO O| Dec 13 21:28:24.918 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/pkgconfig/liblz4.pc"
64792024-12-13T21:28:26.936Z[ recovery-image] Dec 13 21:28:24.918 INFO O| Dec 13 21:28:24.918 INFO STEP 682 (remove_files) COMPLETE
64802024-12-13T21:28:26.936Z[ recovery-image] Dec 13 21:28:24.918 INFO O| Dec 13 21:28:24.918 INFO STEP 683: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
64812024-12-13T21:28:26.973Z[ recovery-image] Dec 13 21:28:24.947 INFO O| Dec 13 21:28:24.947 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/pkgconfig/liblzma.pc"
64822024-12-13T21:28:26.973Z[ recovery-image] Dec 13 21:28:24.947 INFO O| Dec 13 21:28:24.947 INFO STEP 683 (remove_files) COMPLETE
64832024-12-13T21:28:26.976Z[ recovery-image] Dec 13 21:28:24.947 INFO O| Dec 13 21:28:24.947 INFO STEP 684: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
64842024-12-13T21:28:26.997Z[ recovery-image] Dec 13 21:28:24.982 INFO O| Dec 13 21:28:24.982 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/pkgconfig/libnghttp2.pc"
64852024-12-13T21:28:27.000Z[ recovery-image] Dec 13 21:28:24.982 INFO O| Dec 13 21:28:24.982 INFO STEP 684 (remove_files) COMPLETE
64862024-12-13T21:28:27.000Z[ recovery-image] Dec 13 21:28:24.982 INFO O| Dec 13 21:28:24.982 INFO STEP 685: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
64872024-12-13T21:28:27.033Z[ recovery-image] Dec 13 21:28:25.007 INFO O| Dec 13 21:28:25.007 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/pkgconfig/libpcap.pc"
64882024-12-13T21:28:27.033Z[ recovery-image] Dec 13 21:28:25.007 INFO O| Dec 13 21:28:25.007 INFO STEP 685 (remove_files) COMPLETE
64892024-12-13T21:28:27.033Z[ recovery-image] Dec 13 21:28:25.007 INFO O| Dec 13 21:28:25.007 INFO STEP 686: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
64902024-12-13T21:28:27.060Z[ recovery-image] Dec 13 21:28:25.044 INFO O| Dec 13 21:28:25.044 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/pkgconfig/libpcre.pc"
64912024-12-13T21:28:27.063Z[ recovery-image] Dec 13 21:28:25.044 INFO O| Dec 13 21:28:25.044 INFO STEP 686 (remove_files) COMPLETE
64922024-12-13T21:28:27.063Z[ recovery-image] Dec 13 21:28:25.044 INFO O| Dec 13 21:28:25.044 INFO STEP 687: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
64932024-12-13T21:28:27.078Z[ recovery-image] Dec 13 21:28:25.063 INFO O| Dec 13 21:28:25.063 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/pkgconfig/libpcre2-8.pc"
64942024-12-13T21:28:27.210Z[ recovery-image] Dec 13 21:28:25.195 INFO O| Dec 13 21:28:25.195 INFO STEP 687 (remove_files) COMPLETE
64952024-12-13T21:28:27.210Z[ recovery-image] Dec 13 21:28:25.195 INFO O| Dec 13 21:28:25.195 INFO STEP 688: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
64962024-12-13T21:28:27.228Z[ recovery-image] Dec 13 21:28:25.213 INFO O| Dec 13 21:28:25.213 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/pkgconfig/libpcre2-posix.pc"
64972024-12-13T21:28:27.228Z[ recovery-image] Dec 13 21:28:25.214 INFO O| Dec 13 21:28:25.213 INFO STEP 688 (remove_files) COMPLETE
64982024-12-13T21:28:27.229Z[ recovery-image] Dec 13 21:28:25.214 INFO O| Dec 13 21:28:25.214 INFO STEP 689: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
64992024-12-13T21:28:27.247Z[ recovery-image] Dec 13 21:28:25.232 INFO O| Dec 13 21:28:25.232 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/pkgconfig/libpcrecpp.pc"
65002024-12-13T21:28:27.247Z[ recovery-image] Dec 13 21:28:25.232 INFO O| Dec 13 21:28:25.232 INFO STEP 689 (remove_files) COMPLETE
65012024-12-13T21:28:27.250Z[ recovery-image] Dec 13 21:28:25.232 INFO O| Dec 13 21:28:25.232 INFO STEP 690: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
65022024-12-13T21:28:27.290Z[ recovery-image] Dec 13 21:28:25.274 INFO O| Dec 13 21:28:25.274 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/pkgconfig/libpcreposix.pc"
65032024-12-13T21:28:27.293Z[ recovery-image] Dec 13 21:28:25.274 INFO O| Dec 13 21:28:25.274 INFO STEP 690 (remove_files) COMPLETE
65042024-12-13T21:28:27.294Z[ recovery-image] Dec 13 21:28:25.274 INFO O| Dec 13 21:28:25.274 INFO STEP 691: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
65052024-12-13T21:28:27.310Z[ recovery-image] Dec 13 21:28:25.293 INFO O| Dec 13 21:28:25.293 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/pkgconfig/libxml-2.0.pc"
65062024-12-13T21:28:27.314Z[ recovery-image] Dec 13 21:28:25.293 INFO O| Dec 13 21:28:25.293 INFO STEP 691 (remove_files) COMPLETE
65072024-12-13T21:28:27.314Z[ recovery-image] Dec 13 21:28:25.293 INFO O| Dec 13 21:28:25.293 INFO STEP 692: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
65082024-12-13T21:28:27.409Z[ recovery-image] Dec 13 21:28:25.334 INFO O| Dec 13 21:28:25.334 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/pkgconfig/libzstd.pc"
65092024-12-13T21:28:27.409Z[ recovery-image] Dec 13 21:28:25.347 INFO O| Dec 13 21:28:25.347 INFO STEP 692 (remove_files) COMPLETE
65102024-12-13T21:28:27.409Z[ recovery-image] Dec 13 21:28:25.347 INFO O| Dec 13 21:28:25.347 INFO STEP 693: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
65112024-12-13T21:28:27.409Z[ recovery-image] Dec 13 21:28:25.365 INFO O| Dec 13 21:28:25.365 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/pkgconfig/menu.pc"
65122024-12-13T21:28:27.410Z[ recovery-image] Dec 13 21:28:25.366 INFO O| Dec 13 21:28:25.366 INFO STEP 693 (remove_files) COMPLETE
65132024-12-13T21:28:27.410Z[ recovery-image] Dec 13 21:28:25.366 INFO O| Dec 13 21:28:25.366 INFO STEP 694: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
65142024-12-13T21:28:27.410Z[ recovery-image] Dec 13 21:28:25.383 INFO O| Dec 13 21:28:25.383 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/pkgconfig/ncurses++.pc"
65152024-12-13T21:28:27.410Z[ recovery-image] Dec 13 21:28:25.383 INFO O| Dec 13 21:28:25.383 INFO STEP 694 (remove_files) COMPLETE
65162024-12-13T21:28:27.410Z[ recovery-image] Dec 13 21:28:25.384 INFO O| Dec 13 21:28:25.383 INFO STEP 695: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
65172024-12-13T21:28:27.417Z[ recovery-image] Dec 13 21:28:25.402 INFO O| Dec 13 21:28:25.402 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/pkgconfig/ncurses.pc"
65182024-12-13T21:28:27.417Z[ recovery-image] Dec 13 21:28:25.402 INFO O| Dec 13 21:28:25.402 INFO STEP 695 (remove_files) COMPLETE
65192024-12-13T21:28:27.417Z[ recovery-image] Dec 13 21:28:25.402 INFO O| Dec 13 21:28:25.402 INFO STEP 696: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
65202024-12-13T21:28:27.501Z[ recovery-image] Dec 13 21:28:25.455 INFO O| Dec 13 21:28:25.455 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/pkgconfig/netsnmp-agent.pc"
65212024-12-13T21:28:27.501Z[ recovery-image] Dec 13 21:28:25.476 INFO O| Dec 13 21:28:25.476 INFO STEP 696 (remove_files) COMPLETE
65222024-12-13T21:28:27.501Z[ recovery-image] Dec 13 21:28:25.476 INFO O| Dec 13 21:28:25.476 INFO STEP 697: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
65232024-12-13T21:28:27.510Z[ recovery-image] Dec 13 21:28:25.495 INFO O| Dec 13 21:28:25.495 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/pkgconfig/netsnmp.pc"
65242024-12-13T21:28:27.530Z[ recovery-image] Dec 13 21:28:25.515 INFO O| Dec 13 21:28:25.515 INFO STEP 697 (remove_files) COMPLETE
65252024-12-13T21:28:27.530Z[ recovery-image] Dec 13 21:28:25.515 INFO O| Dec 13 21:28:25.515 INFO STEP 698: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
65262024-12-13T21:28:27.630Z[ recovery-image] Dec 13 21:28:25.615 INFO O| Dec 13 21:28:25.615 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/pkgconfig/panel.pc"
65272024-12-13T21:28:27.637Z[ recovery-image] Dec 13 21:28:25.615 INFO O| Dec 13 21:28:25.615 INFO STEP 698 (remove_files) COMPLETE
65282024-12-13T21:28:27.637Z[ recovery-image] Dec 13 21:28:25.615 INFO O| Dec 13 21:28:25.615 INFO STEP 699: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
65292024-12-13T21:28:27.651Z[ recovery-image] Dec 13 21:28:25.636 INFO O| Dec 13 21:28:25.636 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/pkgconfig/readline.pc"
65302024-12-13T21:28:27.651Z[ recovery-image] Dec 13 21:28:25.636 INFO O| Dec 13 21:28:25.636 INFO STEP 699 (remove_files) COMPLETE
65312024-12-13T21:28:27.654Z[ recovery-image] Dec 13 21:28:25.636 INFO O| Dec 13 21:28:25.636 INFO STEP 700: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
65322024-12-13T21:28:27.672Z[ recovery-image] Dec 13 21:28:25.656 INFO O| Dec 13 21:28:25.656 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/pkgconfig/sqlite3.pc"
65332024-12-13T21:28:27.672Z[ recovery-image] Dec 13 21:28:25.656 INFO O| Dec 13 21:28:25.656 INFO STEP 700 (remove_files) COMPLETE
65342024-12-13T21:28:27.672Z[ recovery-image] Dec 13 21:28:25.656 INFO O| Dec 13 21:28:25.656 INFO STEP 701: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
65352024-12-13T21:28:27.691Z[ recovery-image] Dec 13 21:28:25.675 INFO O| Dec 13 21:28:25.675 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/pkgconfig/zlib.pc"
65362024-12-13T21:28:27.691Z[ recovery-image] Dec 13 21:28:25.676 INFO O| Dec 13 21:28:25.676 INFO STEP 701 (remove_files) COMPLETE
65372024-12-13T21:28:27.691Z[ recovery-image] Dec 13 21:28:25.676 INFO O| Dec 13 21:28:25.676 INFO STEP 702: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
65382024-12-13T21:28:27.772Z[ recovery-image] Dec 13 21:28:25.757 INFO O| Dec 13 21:28:25.757 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/straddr.so.2"
65392024-12-13T21:28:27.804Z[ recovery-image] Dec 13 21:28:25.789 INFO O| Dec 13 21:28:25.789 INFO STEP 702 (remove_files) COMPLETE
65402024-12-13T21:28:27.804Z[ recovery-image] Dec 13 21:28:25.789 INFO O| Dec 13 21:28:25.789 INFO STEP 703: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
65412024-12-13T21:28:27.842Z[ recovery-image] Dec 13 21:28:25.827 INFO O| Dec 13 21:28:25.827 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/watchmalloc.so.1"
65422024-12-13T21:28:27.842Z[ recovery-image] Dec 13 21:28:25.827 INFO O| Dec 13 21:28:25.827 INFO STEP 703 (remove_files) COMPLETE
65432024-12-13T21:28:27.845Z[ recovery-image] Dec 13 21:28:25.827 INFO O| Dec 13 21:28:25.827 INFO STEP 704: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
65442024-12-13T21:28:27.861Z[ recovery-image] Dec 13 21:28:25.845 INFO O| Dec 13 21:28:25.845 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/audit/audit_record_attr"
65452024-12-13T21:28:27.861Z[ recovery-image] Dec 13 21:28:25.846 INFO O| Dec 13 21:28:25.845 INFO STEP 704 (remove_files) COMPLETE
65462024-12-13T21:28:27.861Z[ recovery-image] Dec 13 21:28:25.846 INFO O| Dec 13 21:28:25.846 INFO STEP 705: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
65472024-12-13T21:28:27.878Z[ recovery-image] Dec 13 21:28:25.863 INFO O| Dec 13 21:28:25.863 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/brand/shared/common.ksh"
65482024-12-13T21:28:27.878Z[ recovery-image] Dec 13 21:28:25.863 INFO O| Dec 13 21:28:25.863 INFO STEP 705 (remove_files) COMPLETE
65492024-12-13T21:28:27.878Z[ recovery-image] Dec 13 21:28:25.863 INFO O| Dec 13 21:28:25.863 INFO STEP 706: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
65502024-12-13T21:28:27.913Z[ recovery-image] Dec 13 21:28:25.894 INFO O| Dec 13 21:28:25.894 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/brand/shared/query"
65512024-12-13T21:28:27.918Z[ recovery-image] Dec 13 21:28:25.895 INFO O| Dec 13 21:28:25.894 INFO STEP 706 (remove_files) COMPLETE
65522024-12-13T21:28:27.918Z[ recovery-image] Dec 13 21:28:25.895 INFO O| Dec 13 21:28:25.895 INFO STEP 707: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
65532024-12-13T21:28:27.928Z[ recovery-image] Dec 13 21:28:25.913 INFO O| Dec 13 21:28:25.913 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/brand/shared/uninstall.ksh"
65542024-12-13T21:28:27.929Z[ recovery-image] Dec 13 21:28:25.913 INFO O| Dec 13 21:28:25.913 INFO STEP 707 (remove_files) COMPLETE
65552024-12-13T21:28:27.932Z[ recovery-image] Dec 13 21:28:25.913 INFO O| Dec 13 21:28:25.913 INFO STEP 708: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
65562024-12-13T21:28:27.946Z[ recovery-image] Dec 13 21:28:25.931 INFO O| Dec 13 21:28:25.931 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/cfgadm/amd64/ib.so.1"
65572024-12-13T21:28:27.946Z[ recovery-image] Dec 13 21:28:25.931 INFO O| Dec 13 21:28:25.931 INFO STEP 708 (remove_files) COMPLETE
65582024-12-13T21:28:27.950Z[ recovery-image] Dec 13 21:28:25.931 INFO O| Dec 13 21:28:25.931 INFO STEP 709: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
65592024-12-13T21:28:27.964Z[ recovery-image] Dec 13 21:28:25.949 INFO O| Dec 13 21:28:25.949 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/cfgadm/amd64/pci.so.1"
65602024-12-13T21:28:27.964Z[ recovery-image] Dec 13 21:28:25.949 INFO O| Dec 13 21:28:25.949 INFO STEP 709 (remove_files) COMPLETE
65612024-12-13T21:28:27.967Z[ recovery-image] Dec 13 21:28:25.949 INFO O| Dec 13 21:28:25.949 INFO STEP 710: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
65622024-12-13T21:28:27.999Z[ recovery-image] Dec 13 21:28:25.984 INFO O| Dec 13 21:28:25.984 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/cfgadm/amd64/sata.so.1"
65632024-12-13T21:28:28.002Z[ recovery-image] Dec 13 21:28:25.984 INFO O| Dec 13 21:28:25.984 INFO STEP 710 (remove_files) COMPLETE
65642024-12-13T21:28:28.002Z[ recovery-image] Dec 13 21:28:25.984 INFO O| Dec 13 21:28:25.984 INFO STEP 711: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
65652024-12-13T21:28:28.062Z[ recovery-image] Dec 13 21:28:26.047 INFO O| Dec 13 21:28:26.047 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/cfgadm/amd64/scsi.so.1"
65662024-12-13T21:28:28.063Z[ recovery-image] Dec 13 21:28:26.047 INFO O| Dec 13 21:28:26.047 INFO STEP 711 (remove_files) COMPLETE
65672024-12-13T21:28:28.063Z[ recovery-image] Dec 13 21:28:26.047 INFO O| Dec 13 21:28:26.047 INFO STEP 712: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
65682024-12-13T21:28:28.145Z[ recovery-image] Dec 13 21:28:26.130 INFO O| Dec 13 21:28:26.130 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/cfgadm/amd64/usb.so.1"
65692024-12-13T21:28:28.145Z[ recovery-image] Dec 13 21:28:26.130 INFO O| Dec 13 21:28:26.130 INFO STEP 712 (remove_files) COMPLETE
65702024-12-13T21:28:28.145Z[ recovery-image] Dec 13 21:28:26.130 INFO O| Dec 13 21:28:26.130 INFO STEP 713: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
65712024-12-13T21:28:28.171Z[ recovery-image] Dec 13 21:28:26.156 INFO O| Dec 13 21:28:26.155 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/cfgadm/ib.so.1"
65722024-12-13T21:28:28.171Z[ recovery-image] Dec 13 21:28:26.156 INFO O| Dec 13 21:28:26.156 INFO STEP 713 (remove_files) COMPLETE
65732024-12-13T21:28:28.171Z[ recovery-image] Dec 13 21:28:26.156 INFO O| Dec 13 21:28:26.156 INFO STEP 714: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
65742024-12-13T21:28:28.197Z[ recovery-image] Dec 13 21:28:26.178 INFO O| Dec 13 21:28:26.178 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/cfgadm/pci.so.1"
65752024-12-13T21:28:28.203Z[ recovery-image] Dec 13 21:28:26.178 INFO O| Dec 13 21:28:26.178 INFO STEP 714 (remove_files) COMPLETE
65762024-12-13T21:28:28.203Z[ recovery-image] Dec 13 21:28:26.179 INFO O| Dec 13 21:28:26.178 INFO STEP 715: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
65772024-12-13T21:28:28.226Z[ recovery-image] Dec 13 21:28:26.211 INFO O| Dec 13 21:28:26.211 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/cfgadm/sata.so.1"
65782024-12-13T21:28:28.232Z[ recovery-image] Dec 13 21:28:26.211 INFO O| Dec 13 21:28:26.211 INFO STEP 715 (remove_files) COMPLETE
65792024-12-13T21:28:28.232Z[ recovery-image] Dec 13 21:28:26.212 INFO O| Dec 13 21:28:26.211 INFO STEP 716: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
65802024-12-13T21:28:28.284Z[ recovery-image] Dec 13 21:28:26.269 INFO O| Dec 13 21:28:26.268 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/cfgadm/scsi.so.1"
65812024-12-13T21:28:28.286Z[ recovery-image] Dec 13 21:28:26.269 INFO O| Dec 13 21:28:26.269 INFO STEP 716 (remove_files) COMPLETE
65822024-12-13T21:28:28.287Z[ recovery-image] Dec 13 21:28:26.269 INFO O| Dec 13 21:28:26.269 INFO STEP 717: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
65832024-12-13T21:28:28.323Z[ recovery-image] Dec 13 21:28:26.308 INFO O| Dec 13 21:28:26.308 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/cfgadm/shp.so.1"
65842024-12-13T21:28:28.326Z[ recovery-image] Dec 13 21:28:26.308 INFO O| Dec 13 21:28:26.308 INFO STEP 717 (remove_files) COMPLETE
65852024-12-13T21:28:28.326Z[ recovery-image] Dec 13 21:28:26.309 INFO O| Dec 13 21:28:26.308 INFO STEP 718: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
65862024-12-13T21:28:28.342Z[ recovery-image] Dec 13 21:28:26.327 INFO O| Dec 13 21:28:26.327 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/cfgadm/usb.so.1"
65872024-12-13T21:28:28.345Z[ recovery-image] Dec 13 21:28:26.327 INFO O| Dec 13 21:28:26.327 INFO STEP 718 (remove_files) COMPLETE
65882024-12-13T21:28:28.345Z[ recovery-image] Dec 13 21:28:26.327 INFO O| Dec 13 21:28:26.327 INFO STEP 719: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
65892024-12-13T21:28:28.381Z[ recovery-image] Dec 13 21:28:26.366 INFO O| Dec 13 21:28:26.365 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/class/FX/FXdispadmin"
65902024-12-13T21:28:28.384Z[ recovery-image] Dec 13 21:28:26.366 INFO O| Dec 13 21:28:26.366 INFO STEP 719 (remove_files) COMPLETE
65912024-12-13T21:28:28.384Z[ recovery-image] Dec 13 21:28:26.366 INFO O| Dec 13 21:28:26.366 INFO STEP 720: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
65922024-12-13T21:28:28.399Z[ recovery-image] Dec 13 21:28:26.384 INFO O| Dec 13 21:28:26.384 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/class/FX/FXpriocntl"
65932024-12-13T21:28:28.406Z[ recovery-image] Dec 13 21:28:26.384 INFO O| Dec 13 21:28:26.384 INFO STEP 720 (remove_files) COMPLETE
65942024-12-13T21:28:28.406Z[ recovery-image] Dec 13 21:28:26.384 INFO O| Dec 13 21:28:26.384 INFO STEP 721: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
65952024-12-13T21:28:28.417Z[ recovery-image] Dec 13 21:28:26.402 INFO O| Dec 13 21:28:26.402 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/class/IA/IAdispadmin"
65962024-12-13T21:28:28.420Z[ recovery-image] Dec 13 21:28:26.403 INFO O| Dec 13 21:28:26.402 INFO STEP 721 (remove_files) COMPLETE
65972024-12-13T21:28:28.421Z[ recovery-image] Dec 13 21:28:26.403 INFO O| Dec 13 21:28:26.403 INFO STEP 722: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
65982024-12-13T21:28:28.436Z[ recovery-image] Dec 13 21:28:26.421 INFO O| Dec 13 21:28:26.421 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/class/IA/IApriocntl"
65992024-12-13T21:28:28.439Z[ recovery-image] Dec 13 21:28:26.421 INFO O| Dec 13 21:28:26.421 INFO STEP 722 (remove_files) COMPLETE
66002024-12-13T21:28:28.439Z[ recovery-image] Dec 13 21:28:26.422 INFO O| Dec 13 21:28:26.421 INFO STEP 723: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
66012024-12-13T21:28:28.456Z[ recovery-image] Dec 13 21:28:26.440 INFO O| Dec 13 21:28:26.440 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/class/RT/RTdispadmin"
66022024-12-13T21:28:28.459Z[ recovery-image] Dec 13 21:28:26.440 INFO O| Dec 13 21:28:26.440 INFO STEP 723 (remove_files) COMPLETE
66032024-12-13T21:28:28.459Z[ recovery-image] Dec 13 21:28:26.440 INFO O| Dec 13 21:28:26.440 INFO STEP 724: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
66042024-12-13T21:28:28.477Z[ recovery-image] Dec 13 21:28:26.462 INFO O| Dec 13 21:28:26.462 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/class/RT/RTpriocntl"
66052024-12-13T21:28:28.477Z[ recovery-image] Dec 13 21:28:26.462 INFO O| Dec 13 21:28:26.462 INFO STEP 724 (remove_files) COMPLETE
66062024-12-13T21:28:28.477Z[ recovery-image] Dec 13 21:28:26.462 INFO O| Dec 13 21:28:26.462 INFO STEP 725: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
66072024-12-13T21:28:28.517Z[ recovery-image] Dec 13 21:28:26.502 INFO O| Dec 13 21:28:26.502 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/class/SDC/SDCdispadmin"
66082024-12-13T21:28:28.543Z[ recovery-image] Dec 13 21:28:26.527 INFO O| Dec 13 21:28:26.527 INFO STEP 725 (remove_files) COMPLETE
66092024-12-13T21:28:28.543Z[ recovery-image] Dec 13 21:28:26.527 INFO O| Dec 13 21:28:26.527 INFO STEP 726: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
66102024-12-13T21:28:28.599Z[ recovery-image] Dec 13 21:28:26.584 INFO O| Dec 13 21:28:26.583 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/class/SDC/SDCpriocntl"
66112024-12-13T21:28:28.599Z[ recovery-image] Dec 13 21:28:26.584 INFO O| Dec 13 21:28:26.584 INFO STEP 726 (remove_files) COMPLETE
66122024-12-13T21:28:28.599Z[ recovery-image] Dec 13 21:28:26.584 INFO O| Dec 13 21:28:26.584 INFO STEP 727: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
66132024-12-13T21:28:28.657Z[ recovery-image] Dec 13 21:28:26.642 INFO O| Dec 13 21:28:26.642 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/class/TS/TSdispadmin"
66142024-12-13T21:28:28.657Z[ recovery-image] Dec 13 21:28:26.642 INFO O| Dec 13 21:28:26.642 INFO STEP 727 (remove_files) COMPLETE
66152024-12-13T21:28:28.662Z[ recovery-image] Dec 13 21:28:26.642 INFO O| Dec 13 21:28:26.642 INFO STEP 728: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
66162024-12-13T21:28:28.678Z[ recovery-image] Dec 13 21:28:26.661 INFO O| Dec 13 21:28:26.661 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/class/TS/TSpriocntl"
66172024-12-13T21:28:28.678Z[ recovery-image] Dec 13 21:28:26.661 INFO O| Dec 13 21:28:26.661 INFO STEP 728 (remove_files) COMPLETE
66182024-12-13T21:28:28.678Z[ recovery-image] Dec 13 21:28:26.661 INFO O| Dec 13 21:28:26.661 INFO STEP 729: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
66192024-12-13T21:28:28.694Z[ recovery-image] Dec 13 21:28:26.679 INFO O| Dec 13 21:28:26.679 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/cmake/libxml2/libxml2-config.cmake"
66202024-12-13T21:28:28.694Z[ recovery-image] Dec 13 21:28:26.679 INFO O| Dec 13 21:28:26.679 INFO STEP 729 (remove_files) COMPLETE
66212024-12-13T21:28:28.699Z[ recovery-image] Dec 13 21:28:26.679 INFO O| Dec 13 21:28:26.679 INFO STEP 730: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
66222024-12-13T21:28:28.776Z[ recovery-image] Dec 13 21:28:26.761 INFO O| Dec 13 21:28:26.761 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/dbus-1.0/include/dbus/dbus-arch-deps.h"
66232024-12-13T21:28:28.779Z[ recovery-image] Dec 13 21:28:26.761 INFO O| Dec 13 21:28:26.761 INFO STEP 730 (remove_files) COMPLETE
66242024-12-13T21:28:28.779Z[ recovery-image] Dec 13 21:28:26.761 INFO O| Dec 13 21:28:26.761 INFO STEP 731: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
66252024-12-13T21:28:28.794Z[ recovery-image] Dec 13 21:28:26.779 INFO O| Dec 13 21:28:26.779 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/dl/dlled"
66262024-12-13T21:28:28.795Z[ recovery-image] Dec 13 21:28:26.779 INFO O| Dec 13 21:28:26.779 INFO STEP 731 (remove_files) COMPLETE
66272024-12-13T21:28:28.795Z[ recovery-image] Dec 13 21:28:26.779 INFO O| Dec 13 21:28:26.779 INFO STEP 732: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
66282024-12-13T21:28:28.812Z[ recovery-image] Dec 13 21:28:26.797 INFO O| Dec 13 21:28:26.797 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/dl/dlrecv"
66292024-12-13T21:28:28.812Z[ recovery-image] Dec 13 21:28:26.797 INFO O| Dec 13 21:28:26.797 INFO STEP 732 (remove_files) COMPLETE
66302024-12-13T21:28:28.812Z[ recovery-image] Dec 13 21:28:26.797 INFO O| Dec 13 21:28:26.797 INFO STEP 733: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
66312024-12-13T21:28:28.832Z[ recovery-image] Dec 13 21:28:26.815 INFO O| Dec 13 21:28:26.815 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/dl/dlsend"
66322024-12-13T21:28:28.832Z[ recovery-image] Dec 13 21:28:26.815 INFO O| Dec 13 21:28:26.815 INFO STEP 733 (remove_files) COMPLETE
66332024-12-13T21:28:28.837Z[ recovery-image] Dec 13 21:28:26.815 INFO O| Dec 13 21:28:26.815 INFO STEP 734: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
66342024-12-13T21:28:28.864Z[ recovery-image] Dec 13 21:28:26.848 INFO O| Dec 13 21:28:26.848 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/dl/dltraninfo"
66352024-12-13T21:28:28.864Z[ recovery-image] Dec 13 21:28:26.848 INFO O| Dec 13 21:28:26.848 INFO STEP 734 (remove_files) COMPLETE
66362024-12-13T21:28:28.864Z[ recovery-image] Dec 13 21:28:26.848 INFO O| Dec 13 21:28:26.848 INFO STEP 735: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
66372024-12-13T21:28:28.899Z[ recovery-image] Dec 13 21:28:26.884 INFO O| Dec 13 21:28:26.883 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/dtrace/64/drti.o"
66382024-12-13T21:28:28.902Z[ recovery-image] Dec 13 21:28:26.884 INFO O| Dec 13 21:28:26.884 INFO STEP 735 (remove_files) COMPLETE
66392024-12-13T21:28:28.902Z[ recovery-image] Dec 13 21:28:26.884 INFO O| Dec 13 21:28:26.884 INFO STEP 736: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
66402024-12-13T21:28:28.940Z[ recovery-image] Dec 13 21:28:26.925 INFO O| Dec 13 21:28:26.925 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/dtrace/64/libdtrace_forceload.so"
66412024-12-13T21:28:28.940Z[ recovery-image] Dec 13 21:28:26.925 INFO O| Dec 13 21:28:26.925 INFO STEP 736 (remove_files) COMPLETE
66422024-12-13T21:28:28.940Z[ recovery-image] Dec 13 21:28:26.925 INFO O| Dec 13 21:28:26.925 INFO STEP 737: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
66432024-12-13T21:28:28.977Z[ recovery-image] Dec 13 21:28:26.961 INFO O| Dec 13 21:28:26.961 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/dtrace/64/sftp64.d"
66442024-12-13T21:28:28.977Z[ recovery-image] Dec 13 21:28:26.961 INFO O| Dec 13 21:28:26.961 INFO STEP 737 (remove_files) COMPLETE
66452024-12-13T21:28:28.977Z[ recovery-image] Dec 13 21:28:26.961 INFO O| Dec 13 21:28:26.961 INFO STEP 738: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
66462024-12-13T21:28:29.035Z[ recovery-image] Dec 13 21:28:27.020 INFO O| Dec 13 21:28:27.019 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/dtrace/drti.o"
66472024-12-13T21:28:29.035Z[ recovery-image] Dec 13 21:28:27.020 INFO O| Dec 13 21:28:27.020 INFO STEP 738 (remove_files) COMPLETE
66482024-12-13T21:28:29.035Z[ recovery-image] Dec 13 21:28:27.020 INFO O| Dec 13 21:28:27.020 INFO STEP 739: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
66492024-12-13T21:28:29.053Z[ recovery-image] Dec 13 21:28:27.038 INFO O| Dec 13 21:28:27.038 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/dtrace/libdtrace_forceload.so"
66502024-12-13T21:28:29.053Z[ recovery-image] Dec 13 21:28:27.038 INFO O| Dec 13 21:28:27.038 INFO STEP 739 (remove_files) COMPLETE
66512024-12-13T21:28:29.053Z[ recovery-image] Dec 13 21:28:27.038 INFO O| Dec 13 21:28:27.038 INFO STEP 740: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
66522024-12-13T21:28:29.071Z[ recovery-image] Dec 13 21:28:27.056 INFO O| Dec 13 21:28:27.056 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/amd64/libdiagcode.so.1"
66532024-12-13T21:28:29.071Z[ recovery-image] Dec 13 21:28:27.056 INFO O| Dec 13 21:28:27.056 INFO STEP 740 (remove_files) COMPLETE
66542024-12-13T21:28:29.074Z[ recovery-image] Dec 13 21:28:27.056 INFO O| Dec 13 21:28:27.056 INFO STEP 741: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
66552024-12-13T21:28:29.089Z[ recovery-image] Dec 13 21:28:27.074 INFO O| Dec 13 21:28:27.074 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/amd64/libdiskstatus.so.1"
66562024-12-13T21:28:29.089Z[ recovery-image] Dec 13 21:28:27.074 INFO O| Dec 13 21:28:27.074 INFO STEP 741 (remove_files) COMPLETE
66572024-12-13T21:28:29.089Z[ recovery-image] Dec 13 21:28:27.074 INFO O| Dec 13 21:28:27.074 INFO STEP 742: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
66582024-12-13T21:28:29.107Z[ recovery-image] Dec 13 21:28:27.092 INFO O| Dec 13 21:28:27.092 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/amd64/libfmd_adm.so.1"
66592024-12-13T21:28:29.107Z[ recovery-image] Dec 13 21:28:27.092 INFO O| Dec 13 21:28:27.092 INFO STEP 742 (remove_files) COMPLETE
66602024-12-13T21:28:29.111Z[ recovery-image] Dec 13 21:28:27.092 INFO O| Dec 13 21:28:27.092 INFO STEP 743: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
66612024-12-13T21:28:29.139Z[ recovery-image] Dec 13 21:28:27.124 INFO O| Dec 13 21:28:27.124 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/amd64/libfmd_agent.so.1"
66622024-12-13T21:28:29.140Z[ recovery-image] Dec 13 21:28:27.124 INFO O| Dec 13 21:28:27.124 INFO STEP 743 (remove_files) COMPLETE
66632024-12-13T21:28:29.147Z[ recovery-image] Dec 13 21:28:27.124 INFO O| Dec 13 21:28:27.124 INFO STEP 744: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
66642024-12-13T21:28:29.159Z[ recovery-image] Dec 13 21:28:27.144 INFO O| Dec 13 21:28:27.144 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/amd64/libfmd_log.so.1"
66652024-12-13T21:28:29.159Z[ recovery-image] Dec 13 21:28:27.144 INFO O| Dec 13 21:28:27.144 INFO STEP 744 (remove_files) COMPLETE
66662024-12-13T21:28:29.159Z[ recovery-image] Dec 13 21:28:27.144 INFO O| Dec 13 21:28:27.144 INFO STEP 745: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
66672024-12-13T21:28:29.191Z[ recovery-image] Dec 13 21:28:27.175 INFO O| Dec 13 21:28:27.175 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/amd64/libfmd_msg.so.1"
66682024-12-13T21:28:29.191Z[ recovery-image] Dec 13 21:28:27.175 INFO O| Dec 13 21:28:27.175 INFO STEP 745 (remove_files) COMPLETE
66692024-12-13T21:28:29.191Z[ recovery-image] Dec 13 21:28:27.175 INFO O| Dec 13 21:28:27.175 INFO STEP 746: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
66702024-12-13T21:28:29.227Z[ recovery-image] Dec 13 21:28:27.212 INFO O| Dec 13 21:28:27.212 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/amd64/libfmd_snmp.so.1"
66712024-12-13T21:28:29.227Z[ recovery-image] Dec 13 21:28:27.212 INFO O| Dec 13 21:28:27.212 INFO STEP 746 (remove_files) COMPLETE
66722024-12-13T21:28:29.227Z[ recovery-image] Dec 13 21:28:27.212 INFO O| Dec 13 21:28:27.212 INFO STEP 747: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
66732024-12-13T21:28:29.254Z[ recovery-image] Dec 13 21:28:27.238 INFO O| Dec 13 21:28:27.238 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/amd64/libfmnotify.so.1"
66742024-12-13T21:28:29.257Z[ recovery-image] Dec 13 21:28:27.238 INFO O| Dec 13 21:28:27.238 INFO STEP 747 (remove_files) COMPLETE
66752024-12-13T21:28:29.257Z[ recovery-image] Dec 13 21:28:27.238 INFO O| Dec 13 21:28:27.238 INFO STEP 748: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
66762024-12-13T21:28:29.272Z[ recovery-image] Dec 13 21:28:27.257 INFO O| Dec 13 21:28:27.257 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/amd64/libseslog.so.1"
66772024-12-13T21:28:29.272Z[ recovery-image] Dec 13 21:28:27.257 INFO O| Dec 13 21:28:27.257 INFO STEP 748 (remove_files) COMPLETE
66782024-12-13T21:28:29.272Z[ recovery-image] Dec 13 21:28:27.257 INFO O| Dec 13 21:28:27.257 INFO STEP 749: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
66792024-12-13T21:28:29.330Z[ recovery-image] Dec 13 21:28:27.313 INFO O| Dec 13 21:28:27.313 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/dict/AMD.dict"
66802024-12-13T21:28:29.334Z[ recovery-image] Dec 13 21:28:27.313 INFO O| Dec 13 21:28:27.313 INFO STEP 749 (remove_files) COMPLETE
66812024-12-13T21:28:29.334Z[ recovery-image] Dec 13 21:28:27.313 INFO O| Dec 13 21:28:27.313 INFO STEP 750: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
66822024-12-13T21:28:29.347Z[ recovery-image] Dec 13 21:28:27.332 INFO O| Dec 13 21:28:27.332 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/dict/FMNOTIFY.dict"
66832024-12-13T21:28:29.350Z[ recovery-image] Dec 13 21:28:27.332 INFO O| Dec 13 21:28:27.332 INFO STEP 750 (remove_files) COMPLETE
66842024-12-13T21:28:29.350Z[ recovery-image] Dec 13 21:28:27.332 INFO O| Dec 13 21:28:27.332 INFO STEP 751: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
66852024-12-13T21:28:29.366Z[ recovery-image] Dec 13 21:28:27.350 INFO O| Dec 13 21:28:27.350 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/dict/GMCA.dict"
66862024-12-13T21:28:29.370Z[ recovery-image] Dec 13 21:28:27.351 INFO O| Dec 13 21:28:27.350 INFO STEP 751 (remove_files) COMPLETE
66872024-12-13T21:28:29.370Z[ recovery-image] Dec 13 21:28:27.351 INFO O| Dec 13 21:28:27.351 INFO STEP 752: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
66882024-12-13T21:28:29.383Z[ recovery-image] Dec 13 21:28:27.368 INFO O| Dec 13 21:28:27.368 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/dict/INTEL.dict"
66892024-12-13T21:28:29.386Z[ recovery-image] Dec 13 21:28:27.368 INFO O| Dec 13 21:28:27.368 INFO STEP 752 (remove_files) COMPLETE
66902024-12-13T21:28:29.387Z[ recovery-image] Dec 13 21:28:27.368 INFO O| Dec 13 21:28:27.368 INFO STEP 753: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
66912024-12-13T21:28:29.402Z[ recovery-image] Dec 13 21:28:27.387 INFO O| Dec 13 21:28:27.386 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/fmd/fminject"
66922024-12-13T21:28:29.406Z[ recovery-image] Dec 13 21:28:27.387 INFO O| Dec 13 21:28:27.387 INFO STEP 753 (remove_files) COMPLETE
66932024-12-13T21:28:29.406Z[ recovery-image] Dec 13 21:28:27.387 INFO O| Dec 13 21:28:27.387 INFO STEP 754: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
66942024-12-13T21:28:29.419Z[ recovery-image] Dec 13 21:28:27.404 INFO O| Dec 13 21:28:27.404 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/fmd/fmsim"
66952024-12-13T21:28:29.423Z[ recovery-image] Dec 13 21:28:27.405 INFO O| Dec 13 21:28:27.404 INFO STEP 754 (remove_files) COMPLETE
66962024-12-13T21:28:29.423Z[ recovery-image] Dec 13 21:28:27.405 INFO O| Dec 13 21:28:27.405 INFO STEP 755: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
66972024-12-13T21:28:29.438Z[ recovery-image] Dec 13 21:28:27.423 INFO O| Dec 13 21:28:27.422 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/fmd/fmtopo"
66982024-12-13T21:28:29.442Z[ recovery-image] Dec 13 21:28:27.423 INFO O| Dec 13 21:28:27.423 INFO STEP 755 (remove_files) COMPLETE
66992024-12-13T21:28:29.442Z[ recovery-image] Dec 13 21:28:27.423 INFO O| Dec 13 21:28:27.423 INFO STEP 756: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
67002024-12-13T21:28:29.468Z[ recovery-image] Dec 13 21:28:27.453 INFO O| Dec 13 21:28:27.453 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/fmd/ipmitopo"
67012024-12-13T21:28:29.468Z[ recovery-image] Dec 13 21:28:27.453 INFO O| Dec 13 21:28:27.453 INFO STEP 756 (remove_files) COMPLETE
67022024-12-13T21:28:29.469Z[ recovery-image] Dec 13 21:28:27.453 INFO O| Dec 13 21:28:27.453 INFO STEP 757: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
67032024-12-13T21:28:29.488Z[ recovery-image] Dec 13 21:28:27.473 INFO O| Dec 13 21:28:27.473 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/fmd/mcdecode"
67042024-12-13T21:28:29.488Z[ recovery-image] Dec 13 21:28:27.473 INFO O| Dec 13 21:28:27.473 INFO STEP 757 (remove_files) COMPLETE
67052024-12-13T21:28:29.491Z[ recovery-image] Dec 13 21:28:27.473 INFO O| Dec 13 21:28:27.473 INFO STEP 758: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
67062024-12-13T21:28:29.526Z[ recovery-image] Dec 13 21:28:27.511 INFO O| Dec 13 21:28:27.511 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/fmd/plugins/cpumem-retire.conf"
67072024-12-13T21:28:29.529Z[ recovery-image] Dec 13 21:28:27.511 INFO O| Dec 13 21:28:27.511 INFO STEP 758 (remove_files) COMPLETE
67082024-12-13T21:28:29.529Z[ recovery-image] Dec 13 21:28:27.511 INFO O| Dec 13 21:28:27.511 INFO STEP 759: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
67092024-12-13T21:28:29.545Z[ recovery-image] Dec 13 21:28:27.530 INFO O| Dec 13 21:28:27.530 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/fmd/schemes/amd64/cpu.so"
67102024-12-13T21:28:29.545Z[ recovery-image] Dec 13 21:28:27.530 INFO O| Dec 13 21:28:27.530 INFO STEP 759 (remove_files) COMPLETE
67112024-12-13T21:28:29.545Z[ recovery-image] Dec 13 21:28:27.530 INFO O| Dec 13 21:28:27.530 INFO STEP 760: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
67122024-12-13T21:28:29.606Z[ recovery-image] Dec 13 21:28:27.591 INFO O| Dec 13 21:28:27.591 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/fmd/schemes/amd64/dev.so"
67132024-12-13T21:28:29.610Z[ recovery-image] Dec 13 21:28:27.591 INFO O| Dec 13 21:28:27.591 INFO STEP 760 (remove_files) COMPLETE
67142024-12-13T21:28:29.610Z[ recovery-image] Dec 13 21:28:27.591 INFO O| Dec 13 21:28:27.591 INFO STEP 761: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
67152024-12-13T21:28:29.627Z[ recovery-image] Dec 13 21:28:27.612 INFO O| Dec 13 21:28:27.612 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/fmd/schemes/amd64/fmd.so"
67162024-12-13T21:28:29.630Z[ recovery-image] Dec 13 21:28:27.612 INFO O| Dec 13 21:28:27.612 INFO STEP 761 (remove_files) COMPLETE
67172024-12-13T21:28:29.630Z[ recovery-image] Dec 13 21:28:27.612 INFO O| Dec 13 21:28:27.612 INFO STEP 762: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
67182024-12-13T21:28:29.646Z[ recovery-image] Dec 13 21:28:27.630 INFO O| Dec 13 21:28:27.630 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/fmd/schemes/amd64/hc.so"
67192024-12-13T21:28:29.649Z[ recovery-image] Dec 13 21:28:27.631 INFO O| Dec 13 21:28:27.631 INFO STEP 762 (remove_files) COMPLETE
67202024-12-13T21:28:29.649Z[ recovery-image] Dec 13 21:28:27.631 INFO O| Dec 13 21:28:27.631 INFO STEP 763: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
67212024-12-13T21:28:29.664Z[ recovery-image] Dec 13 21:28:27.649 INFO O| Dec 13 21:28:27.649 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/fmd/schemes/amd64/legacy-hc.so"
67222024-12-13T21:28:29.668Z[ recovery-image] Dec 13 21:28:27.649 INFO O| Dec 13 21:28:27.649 INFO STEP 763 (remove_files) COMPLETE
67232024-12-13T21:28:29.668Z[ recovery-image] Dec 13 21:28:27.649 INFO O| Dec 13 21:28:27.649 INFO STEP 764: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
67242024-12-13T21:28:29.695Z[ recovery-image] Dec 13 21:28:27.668 INFO O| Dec 13 21:28:27.668 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/fmd/schemes/amd64/mem.so"
67252024-12-13T21:28:29.699Z[ recovery-image] Dec 13 21:28:27.668 INFO O| Dec 13 21:28:27.668 INFO STEP 764 (remove_files) COMPLETE
67262024-12-13T21:28:29.699Z[ recovery-image] Dec 13 21:28:27.669 INFO O| Dec 13 21:28:27.668 INFO STEP 765: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
67272024-12-13T21:28:29.703Z[ recovery-image] Dec 13 21:28:27.686 INFO O| Dec 13 21:28:27.686 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/fmd/schemes/amd64/mod.so"
67282024-12-13T21:28:29.703Z[ recovery-image] Dec 13 21:28:27.686 INFO O| Dec 13 21:28:27.686 INFO STEP 765 (remove_files) COMPLETE
67292024-12-13T21:28:29.707Z[ recovery-image] Dec 13 21:28:27.686 INFO O| Dec 13 21:28:27.686 INFO STEP 766: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
67302024-12-13T21:28:29.730Z[ recovery-image] Dec 13 21:28:27.705 INFO O| Dec 13 21:28:27.705 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/fmd/schemes/amd64/pkg.so"
67312024-12-13T21:28:29.735Z[ recovery-image] Dec 13 21:28:27.705 INFO O| Dec 13 21:28:27.705 INFO STEP 766 (remove_files) COMPLETE
67322024-12-13T21:28:29.735Z[ recovery-image] Dec 13 21:28:27.705 INFO O| Dec 13 21:28:27.705 INFO STEP 767: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
67332024-12-13T21:28:29.740Z[ recovery-image] Dec 13 21:28:27.724 INFO O| Dec 13 21:28:27.724 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/fmd/schemes/amd64/svc.so"
67342024-12-13T21:28:29.746Z[ recovery-image] Dec 13 21:28:27.724 INFO O| Dec 13 21:28:27.724 INFO STEP 767 (remove_files) COMPLETE
67352024-12-13T21:28:29.747Z[ recovery-image] Dec 13 21:28:27.724 INFO O| Dec 13 21:28:27.724 INFO STEP 768: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
67362024-12-13T21:28:29.759Z[ recovery-image] Dec 13 21:28:27.744 INFO O| Dec 13 21:28:27.744 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/fmd/schemes/amd64/sw.so"
67372024-12-13T21:28:29.762Z[ recovery-image] Dec 13 21:28:27.744 INFO O| Dec 13 21:28:27.744 INFO STEP 768 (remove_files) COMPLETE
67382024-12-13T21:28:29.762Z[ recovery-image] Dec 13 21:28:27.744 INFO O| Dec 13 21:28:27.744 INFO STEP 769: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
67392024-12-13T21:28:29.778Z[ recovery-image] Dec 13 21:28:27.763 INFO O| Dec 13 21:28:27.763 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/fmd/schemes/amd64/zfs.so"
67402024-12-13T21:28:29.782Z[ recovery-image] Dec 13 21:28:27.763 INFO O| Dec 13 21:28:27.763 INFO STEP 769 (remove_files) COMPLETE
67412024-12-13T21:28:29.782Z[ recovery-image] Dec 13 21:28:27.763 INFO O| Dec 13 21:28:27.763 INFO STEP 770: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
67422024-12-13T21:28:29.798Z[ recovery-image] Dec 13 21:28:27.783 INFO O| Dec 13 21:28:27.783 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/fmd/schemes/cpu.so"
67432024-12-13T21:28:29.801Z[ recovery-image] Dec 13 21:28:27.783 INFO O| Dec 13 21:28:27.783 INFO STEP 770 (remove_files) COMPLETE
67442024-12-13T21:28:29.801Z[ recovery-image] Dec 13 21:28:27.783 INFO O| Dec 13 21:28:27.783 INFO STEP 771: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
67452024-12-13T21:28:29.829Z[ recovery-image] Dec 13 21:28:27.812 INFO O| Dec 13 21:28:27.812 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/fmd/schemes/dev.so"
67462024-12-13T21:28:29.829Z[ recovery-image] Dec 13 21:28:27.812 INFO O| Dec 13 21:28:27.812 INFO STEP 771 (remove_files) COMPLETE
67472024-12-13T21:28:29.832Z[ recovery-image] Dec 13 21:28:27.812 INFO O| Dec 13 21:28:27.812 INFO STEP 772: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
67482024-12-13T21:28:29.887Z[ recovery-image] Dec 13 21:28:27.872 INFO O| Dec 13 21:28:27.872 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/fmd/schemes/fmd.so"
67492024-12-13T21:28:29.887Z[ recovery-image] Dec 13 21:28:27.872 INFO O| Dec 13 21:28:27.872 INFO STEP 772 (remove_files) COMPLETE
67502024-12-13T21:28:29.887Z[ recovery-image] Dec 13 21:28:27.872 INFO O| Dec 13 21:28:27.872 INFO STEP 773: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
67512024-12-13T21:28:29.923Z[ recovery-image] Dec 13 21:28:27.908 INFO O| Dec 13 21:28:27.908 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/fmd/schemes/hc.so"
67522024-12-13T21:28:29.923Z[ recovery-image] Dec 13 21:28:27.908 INFO O| Dec 13 21:28:27.908 INFO STEP 773 (remove_files) COMPLETE
67532024-12-13T21:28:29.923Z[ recovery-image] Dec 13 21:28:27.908 INFO O| Dec 13 21:28:27.908 INFO STEP 774: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
67542024-12-13T21:28:29.943Z[ recovery-image] Dec 13 21:28:27.928 INFO O| Dec 13 21:28:27.928 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/fmd/schemes/legacy-hc.so"
67552024-12-13T21:28:29.943Z[ recovery-image] Dec 13 21:28:27.928 INFO O| Dec 13 21:28:27.928 INFO STEP 774 (remove_files) COMPLETE
67562024-12-13T21:28:29.943Z[ recovery-image] Dec 13 21:28:27.928 INFO O| Dec 13 21:28:27.928 INFO STEP 775: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
67572024-12-13T21:28:29.961Z[ recovery-image] Dec 13 21:28:27.945 INFO O| Dec 13 21:28:27.945 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/fmd/schemes/mem.so"
67582024-12-13T21:28:29.961Z[ recovery-image] Dec 13 21:28:27.946 INFO O| Dec 13 21:28:27.945 INFO STEP 775 (remove_files) COMPLETE
67592024-12-13T21:28:29.961Z[ recovery-image] Dec 13 21:28:27.946 INFO O| Dec 13 21:28:27.946 INFO STEP 776: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
67602024-12-13T21:28:29.978Z[ recovery-image] Dec 13 21:28:27.963 INFO O| Dec 13 21:28:27.963 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/fmd/schemes/mod.so"
67612024-12-13T21:28:29.978Z[ recovery-image] Dec 13 21:28:27.963 INFO O| Dec 13 21:28:27.963 INFO STEP 776 (remove_files) COMPLETE
67622024-12-13T21:28:29.982Z[ recovery-image] Dec 13 21:28:27.963 INFO O| Dec 13 21:28:27.963 INFO STEP 777: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
67632024-12-13T21:28:29.996Z[ recovery-image] Dec 13 21:28:27.981 INFO O| Dec 13 21:28:27.981 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/fmd/schemes/pkg.so"
67642024-12-13T21:28:29.996Z[ recovery-image] Dec 13 21:28:27.981 INFO O| Dec 13 21:28:27.981 INFO STEP 777 (remove_files) COMPLETE
67652024-12-13T21:28:29.996Z[ recovery-image] Dec 13 21:28:27.981 INFO O| Dec 13 21:28:27.981 INFO STEP 778: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
67662024-12-13T21:28:30.028Z[ recovery-image] Dec 13 21:28:28.012 INFO O| Dec 13 21:28:28.012 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/fmd/schemes/sw.so"
67672024-12-13T21:28:30.031Z[ recovery-image] Dec 13 21:28:28.013 INFO O| Dec 13 21:28:28.012 INFO STEP 778 (remove_files) COMPLETE
67682024-12-13T21:28:30.031Z[ recovery-image] Dec 13 21:28:28.013 INFO O| Dec 13 21:28:28.013 INFO STEP 779: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
67692024-12-13T21:28:30.049Z[ recovery-image] Dec 13 21:28:28.033 INFO O| Dec 13 21:28:28.033 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/libdiskstatus.so.1"
67702024-12-13T21:28:30.052Z[ recovery-image] Dec 13 21:28:28.033 INFO O| Dec 13 21:28:28.033 INFO STEP 779 (remove_files) COMPLETE
67712024-12-13T21:28:30.052Z[ recovery-image] Dec 13 21:28:28.034 INFO O| Dec 13 21:28:28.033 INFO STEP 780: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
67722024-12-13T21:28:30.086Z[ recovery-image] Dec 13 21:28:28.071 INFO O| Dec 13 21:28:28.071 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/libfmd_adm.so.1"
67732024-12-13T21:28:30.090Z[ recovery-image] Dec 13 21:28:28.071 INFO O| Dec 13 21:28:28.071 INFO STEP 780 (remove_files) COMPLETE
67742024-12-13T21:28:30.090Z[ recovery-image] Dec 13 21:28:28.071 INFO O| Dec 13 21:28:28.071 INFO STEP 781: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
67752024-12-13T21:28:30.128Z[ recovery-image] Dec 13 21:28:28.113 INFO O| Dec 13 21:28:28.113 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/libfmd_log.so.1"
67762024-12-13T21:28:30.132Z[ recovery-image] Dec 13 21:28:28.113 INFO O| Dec 13 21:28:28.113 INFO STEP 781 (remove_files) COMPLETE
67772024-12-13T21:28:30.132Z[ recovery-image] Dec 13 21:28:28.114 INFO O| Dec 13 21:28:28.113 INFO STEP 782: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
67782024-12-13T21:28:30.148Z[ recovery-image] Dec 13 21:28:28.132 INFO O| Dec 13 21:28:28.132 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/libfmd_snmp.so.1"
67792024-12-13T21:28:30.148Z[ recovery-image] Dec 13 21:28:28.132 INFO O| Dec 13 21:28:28.132 INFO STEP 782 (remove_files) COMPLETE
67802024-12-13T21:28:30.149Z[ recovery-image] Dec 13 21:28:28.132 INFO O| Dec 13 21:28:28.132 INFO STEP 783: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
67812024-12-13T21:28:30.173Z[ recovery-image] Dec 13 21:28:28.157 INFO O| Dec 13 21:28:28.157 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/libfmnotify.so.1"
67822024-12-13T21:28:30.173Z[ recovery-image] Dec 13 21:28:28.157 INFO O| Dec 13 21:28:28.157 INFO STEP 783 (remove_files) COMPLETE
67832024-12-13T21:28:30.176Z[ recovery-image] Dec 13 21:28:28.157 INFO O| Dec 13 21:28:28.157 INFO STEP 784: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
67842024-12-13T21:28:30.206Z[ recovery-image] Dec 13 21:28:28.191 INFO O| Dec 13 21:28:28.191 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/libseslog.so.1"
67852024-12-13T21:28:30.206Z[ recovery-image] Dec 13 21:28:28.191 INFO O| Dec 13 21:28:28.191 INFO STEP 784 (remove_files) COMPLETE
67862024-12-13T21:28:30.210Z[ recovery-image] Dec 13 21:28:28.191 INFO O| Dec 13 21:28:28.191 INFO STEP 785: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
67872024-12-13T21:28:30.301Z[ recovery-image] Dec 13 21:28:28.286 INFO O| Dec 13 21:28:28.286 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/topo/maps/xfp-hc-topology.xml"
67882024-12-13T21:28:30.304Z[ recovery-image] Dec 13 21:28:28.286 INFO O| Dec 13 21:28:28.286 INFO STEP 785 (remove_files) COMPLETE
67892024-12-13T21:28:30.304Z[ recovery-image] Dec 13 21:28:28.286 INFO O| Dec 13 21:28:28.286 INFO STEP 786: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
67902024-12-13T21:28:30.323Z[ recovery-image] Dec 13 21:28:28.307 INFO O| Dec 13 21:28:28.307 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/topo/plugins/disk.so"
67912024-12-13T21:28:30.323Z[ recovery-image] Dec 13 21:28:28.307 INFO O| Dec 13 21:28:28.307 INFO STEP 786 (remove_files) COMPLETE
67922024-12-13T21:28:30.323Z[ recovery-image] Dec 13 21:28:28.307 INFO O| Dec 13 21:28:28.307 INFO STEP 787: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
67932024-12-13T21:28:30.354Z[ recovery-image] Dec 13 21:28:28.339 INFO O| Dec 13 21:28:28.339 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/topo/plugins/fac_prov_ahci.so"
67942024-12-13T21:28:30.357Z[ recovery-image] Dec 13 21:28:28.339 INFO O| Dec 13 21:28:28.339 INFO STEP 787 (remove_files) COMPLETE
67952024-12-13T21:28:30.357Z[ recovery-image] Dec 13 21:28:28.339 INFO O| Dec 13 21:28:28.339 INFO STEP 788: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
67962024-12-13T21:28:30.373Z[ recovery-image] Dec 13 21:28:28.358 INFO O| Dec 13 21:28:28.358 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/topo/plugins/fac_prov_ipmi.so"
67972024-12-13T21:28:30.376Z[ recovery-image] Dec 13 21:28:28.358 INFO O| Dec 13 21:28:28.358 INFO STEP 788 (remove_files) COMPLETE
67982024-12-13T21:28:30.376Z[ recovery-image] Dec 13 21:28:28.358 INFO O| Dec 13 21:28:28.358 INFO STEP 789: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
67992024-12-13T21:28:30.393Z[ recovery-image] Dec 13 21:28:28.377 INFO O| Dec 13 21:28:28.377 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/topo/plugins/fac_prov_mptsas.so"
68002024-12-13T21:28:30.398Z[ recovery-image] Dec 13 21:28:28.378 INFO O| Dec 13 21:28:28.378 INFO STEP 789 (remove_files) COMPLETE
68012024-12-13T21:28:30.398Z[ recovery-image] Dec 13 21:28:28.378 INFO O| Dec 13 21:28:28.378 INFO STEP 790: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
68022024-12-13T21:28:30.427Z[ recovery-image] Dec 13 21:28:28.400 INFO O| Dec 13 21:28:28.399 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/topo/plugins/ipmi.so"
68032024-12-13T21:28:30.427Z[ recovery-image] Dec 13 21:28:28.400 INFO O| Dec 13 21:28:28.400 INFO STEP 790 (remove_files) COMPLETE
68042024-12-13T21:28:30.427Z[ recovery-image] Dec 13 21:28:28.400 INFO O| Dec 13 21:28:28.400 INFO STEP 791: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
68052024-12-13T21:28:30.442Z[ recovery-image] Dec 13 21:28:28.419 INFO O| Dec 13 21:28:28.419 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/topo/plugins/nic.so"
68062024-12-13T21:28:30.442Z[ recovery-image] Dec 13 21:28:28.419 INFO O| Dec 13 21:28:28.419 INFO STEP 791 (remove_files) COMPLETE
68072024-12-13T21:28:30.442Z[ recovery-image] Dec 13 21:28:28.419 INFO O| Dec 13 21:28:28.419 INFO STEP 792: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
68082024-12-13T21:28:30.454Z[ recovery-image] Dec 13 21:28:28.438 INFO O| Dec 13 21:28:28.438 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/topo/plugins/ses.so"
68092024-12-13T21:28:30.454Z[ recovery-image] Dec 13 21:28:28.438 INFO O| Dec 13 21:28:28.438 INFO STEP 792 (remove_files) COMPLETE
68102024-12-13T21:28:30.454Z[ recovery-image] Dec 13 21:28:28.438 INFO O| Dec 13 21:28:28.438 INFO STEP 793: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
68112024-12-13T21:28:30.473Z[ recovery-image] Dec 13 21:28:28.457 INFO O| Dec 13 21:28:28.457 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/topo/plugins/smbios.so"
68122024-12-13T21:28:30.473Z[ recovery-image] Dec 13 21:28:28.457 INFO O| Dec 13 21:28:28.457 INFO STEP 793 (remove_files) COMPLETE
68132024-12-13T21:28:30.476Z[ recovery-image] Dec 13 21:28:28.458 INFO O| Dec 13 21:28:28.457 INFO STEP 794: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
68142024-12-13T21:28:30.491Z[ recovery-image] Dec 13 21:28:28.476 INFO O| Dec 13 21:28:28.476 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/topo/plugins/usb.so"
68152024-12-13T21:28:30.491Z[ recovery-image] Dec 13 21:28:28.476 INFO O| Dec 13 21:28:28.476 INFO STEP 794 (remove_files) COMPLETE
68162024-12-13T21:28:30.491Z[ recovery-image] Dec 13 21:28:28.476 INFO O| Dec 13 21:28:28.476 INFO STEP 795: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
68172024-12-13T21:28:30.510Z[ recovery-image] Dec 13 21:28:28.494 INFO O| Dec 13 21:28:28.494 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/topo/plugins/xfp.so"
68182024-12-13T21:28:30.510Z[ recovery-image] Dec 13 21:28:28.495 INFO O| Dec 13 21:28:28.495 INFO STEP 795 (remove_files) COMPLETE
68192024-12-13T21:28:30.514Z[ recovery-image] Dec 13 21:28:28.495 INFO O| Dec 13 21:28:28.495 INFO STEP 796: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
68202024-12-13T21:28:30.529Z[ recovery-image] Dec 13 21:28:28.514 INFO O| Dec 13 21:28:28.513 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/bootfs/mount"
68212024-12-13T21:28:30.529Z[ recovery-image] Dec 13 21:28:28.514 INFO O| Dec 13 21:28:28.514 INFO STEP 796 (remove_files) COMPLETE
68222024-12-13T21:28:30.529Z[ recovery-image] Dec 13 21:28:28.514 INFO O| Dec 13 21:28:28.514 INFO STEP 797: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
68232024-12-13T21:28:30.571Z[ recovery-image] Dec 13 21:28:28.555 INFO O| Dec 13 21:28:28.555 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/hsfs/fstyp"
68242024-12-13T21:28:30.571Z[ recovery-image] Dec 13 21:28:28.555 INFO O| Dec 13 21:28:28.555 INFO STEP 797 (remove_files) COMPLETE
68252024-12-13T21:28:30.574Z[ recovery-image] Dec 13 21:28:28.556 INFO O| Dec 13 21:28:28.555 INFO STEP 798: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
68262024-12-13T21:28:30.592Z[ recovery-image] Dec 13 21:28:28.576 INFO O| Dec 13 21:28:28.576 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/hsfs/fstyp.so.1"
68272024-12-13T21:28:30.592Z[ recovery-image] Dec 13 21:28:28.576 INFO O| Dec 13 21:28:28.576 INFO STEP 798 (remove_files) COMPLETE
68282024-12-13T21:28:30.592Z[ recovery-image] Dec 13 21:28:28.576 INFO O| Dec 13 21:28:28.576 INFO STEP 799: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
68292024-12-13T21:28:30.631Z[ recovery-image] Dec 13 21:28:28.615 INFO O| Dec 13 21:28:28.615 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/hsfs/labelit"
68302024-12-13T21:28:30.632Z[ recovery-image] Dec 13 21:28:28.615 INFO O| Dec 13 21:28:28.615 INFO STEP 799 (remove_files) COMPLETE
68312024-12-13T21:28:30.632Z[ recovery-image] Dec 13 21:28:28.615 INFO O| Dec 13 21:28:28.615 INFO STEP 800: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
68322024-12-13T21:28:30.652Z[ recovery-image] Dec 13 21:28:28.636 INFO O| Dec 13 21:28:28.636 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/lofs/mount"
68332024-12-13T21:28:30.655Z[ recovery-image] Dec 13 21:28:28.636 INFO O| Dec 13 21:28:28.636 INFO STEP 800 (remove_files) COMPLETE
68342024-12-13T21:28:30.655Z[ recovery-image] Dec 13 21:28:28.636 INFO O| Dec 13 21:28:28.636 INFO STEP 801: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
68352024-12-13T21:28:30.680Z[ recovery-image] Dec 13 21:28:28.664 INFO O| Dec 13 21:28:28.664 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/mntfs/mount"
68362024-12-13T21:28:30.680Z[ recovery-image] Dec 13 21:28:28.664 INFO O| Dec 13 21:28:28.664 INFO STEP 801 (remove_files) COMPLETE
68372024-12-13T21:28:30.684Z[ recovery-image] Dec 13 21:28:28.664 INFO O| Dec 13 21:28:28.664 INFO STEP 802: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
68382024-12-13T21:28:30.703Z[ recovery-image] Dec 13 21:28:28.686 INFO O| Dec 13 21:28:28.686 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/pcfs/fsck"
68392024-12-13T21:28:30.703Z[ recovery-image] Dec 13 21:28:28.686 INFO O| Dec 13 21:28:28.686 INFO STEP 802 (remove_files) COMPLETE
68402024-12-13T21:28:30.708Z[ recovery-image] Dec 13 21:28:28.686 INFO O| Dec 13 21:28:28.686 INFO STEP 803: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
68412024-12-13T21:28:30.721Z[ recovery-image] Dec 13 21:28:28.706 INFO O| Dec 13 21:28:28.706 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/pcfs/fstyp"
68422024-12-13T21:28:30.721Z[ recovery-image] Dec 13 21:28:28.706 INFO O| Dec 13 21:28:28.706 INFO STEP 803 (remove_files) COMPLETE
68432024-12-13T21:28:30.725Z[ recovery-image] Dec 13 21:28:28.706 INFO O| Dec 13 21:28:28.706 INFO STEP 804: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
68442024-12-13T21:28:30.742Z[ recovery-image] Dec 13 21:28:28.726 INFO O| Dec 13 21:28:28.726 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/pcfs/fstyp.so.1"
68452024-12-13T21:28:30.742Z[ recovery-image] Dec 13 21:28:28.726 INFO O| Dec 13 21:28:28.726 INFO STEP 804 (remove_files) COMPLETE
68462024-12-13T21:28:30.745Z[ recovery-image] Dec 13 21:28:28.726 INFO O| Dec 13 21:28:28.726 INFO STEP 805: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
68472024-12-13T21:28:30.786Z[ recovery-image] Dec 13 21:28:28.770 INFO O| Dec 13 21:28:28.770 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/pcfs/mkfs"
68482024-12-13T21:28:30.786Z[ recovery-image] Dec 13 21:28:28.770 INFO O| Dec 13 21:28:28.770 INFO STEP 805 (remove_files) COMPLETE
68492024-12-13T21:28:30.789Z[ recovery-image] Dec 13 21:28:28.770 INFO O| Dec 13 21:28:28.770 INFO STEP 806: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
68502024-12-13T21:28:30.821Z[ recovery-image] Dec 13 21:28:28.806 INFO O| Dec 13 21:28:28.806 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/pcfs/mount"
68512024-12-13T21:28:30.821Z[ recovery-image] Dec 13 21:28:28.806 INFO O| Dec 13 21:28:28.806 INFO STEP 806 (remove_files) COMPLETE
68522024-12-13T21:28:30.821Z[ recovery-image] Dec 13 21:28:28.806 INFO O| Dec 13 21:28:28.806 INFO STEP 807: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
68532024-12-13T21:28:30.891Z[ recovery-image] Dec 13 21:28:28.875 INFO O| Dec 13 21:28:28.875 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/sharefs/mount"
68542024-12-13T21:28:30.891Z[ recovery-image] Dec 13 21:28:28.875 INFO O| Dec 13 21:28:28.875 INFO STEP 807 (remove_files) COMPLETE
68552024-12-13T21:28:30.891Z[ recovery-image] Dec 13 21:28:28.875 INFO O| Dec 13 21:28:28.875 INFO STEP 808: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
68562024-12-13T21:28:31.014Z[ recovery-image] Dec 13 21:28:28.945 INFO O| Dec 13 21:28:28.935 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/smb/amd64/libshare_smb.so.1"
68572024-12-13T21:28:31.014Z[ recovery-image] Dec 13 21:28:28.946 INFO O| Dec 13 21:28:28.935 INFO STEP 808 (remove_files) COMPLETE
68582024-12-13T21:28:31.014Z[ recovery-image] Dec 13 21:28:28.946 INFO O| Dec 13 21:28:28.935 INFO STEP 809: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
68592024-12-13T21:28:31.035Z[ recovery-image] Dec 13 21:28:29.000 INFO O| Dec 13 21:28:29.000 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/smb/libshare_smb.so.1"
68602024-12-13T21:28:31.035Z[ recovery-image] Dec 13 21:28:29.000 INFO O| Dec 13 21:28:29.000 INFO STEP 809 (remove_files) COMPLETE
68612024-12-13T21:28:31.035Z[ recovery-image] Dec 13 21:28:29.000 INFO O| Dec 13 21:28:29.000 INFO STEP 810: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
68622024-12-13T21:28:31.039Z[ recovery-image] Dec 13 21:28:29.021 INFO O| Dec 13 21:28:29.021 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/smbfs/amd64/libshare_smbfs.so.1"
68632024-12-13T21:28:31.039Z[ recovery-image] Dec 13 21:28:29.021 INFO O| Dec 13 21:28:29.021 INFO STEP 810 (remove_files) COMPLETE
68642024-12-13T21:28:31.039Z[ recovery-image] Dec 13 21:28:29.021 INFO O| Dec 13 21:28:29.021 INFO STEP 811: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
68652024-12-13T21:28:31.081Z[ recovery-image] Dec 13 21:28:29.065 INFO O| Dec 13 21:28:29.065 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/smbfs/dfshares"
68662024-12-13T21:28:31.084Z[ recovery-image] Dec 13 21:28:29.065 INFO O| Dec 13 21:28:29.065 INFO STEP 811 (remove_files) COMPLETE
68672024-12-13T21:28:31.084Z[ recovery-image] Dec 13 21:28:29.066 INFO O| Dec 13 21:28:29.065 INFO STEP 812: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
68682024-12-13T21:28:31.101Z[ recovery-image] Dec 13 21:28:29.085 INFO O| Dec 13 21:28:29.085 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/smbfs/libshare_smbfs.so.1"
68692024-12-13T21:28:31.101Z[ recovery-image] Dec 13 21:28:29.086 INFO O| Dec 13 21:28:29.085 INFO STEP 812 (remove_files) COMPLETE
68702024-12-13T21:28:31.101Z[ recovery-image] Dec 13 21:28:29.086 INFO O| Dec 13 21:28:29.086 INFO STEP 813: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
68712024-12-13T21:28:31.118Z[ recovery-image] Dec 13 21:28:29.102 INFO O| Dec 13 21:28:29.102 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/smbfs/mount"
68722024-12-13T21:28:31.118Z[ recovery-image] Dec 13 21:28:29.103 INFO O| Dec 13 21:28:29.103 INFO STEP 813 (remove_files) COMPLETE
68732024-12-13T21:28:31.121Z[ recovery-image] Dec 13 21:28:29.103 INFO O| Dec 13 21:28:29.103 INFO STEP 814: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
68742024-12-13T21:28:31.143Z[ recovery-image] Dec 13 21:28:29.126 INFO O| Dec 13 21:28:29.126 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/smbfs/share"
68752024-12-13T21:28:31.143Z[ recovery-image] Dec 13 21:28:29.126 INFO O| Dec 13 21:28:29.126 INFO STEP 814 (remove_files) COMPLETE
68762024-12-13T21:28:31.143Z[ recovery-image] Dec 13 21:28:29.126 INFO O| Dec 13 21:28:29.126 INFO STEP 815: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
68772024-12-13T21:28:31.160Z[ recovery-image] Dec 13 21:28:29.144 INFO O| Dec 13 21:28:29.144 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/smbfs/umount"
68782024-12-13T21:28:31.160Z[ recovery-image] Dec 13 21:28:29.144 INFO O| Dec 13 21:28:29.144 INFO STEP 815 (remove_files) COMPLETE
68792024-12-13T21:28:31.160Z[ recovery-image] Dec 13 21:28:29.144 INFO O| Dec 13 21:28:29.144 INFO STEP 816: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
68802024-12-13T21:28:31.195Z[ recovery-image] Dec 13 21:28:29.179 INFO O| Dec 13 21:28:29.179 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/smbfs/unshare"
68812024-12-13T21:28:31.196Z[ recovery-image] Dec 13 21:28:29.179 INFO O| Dec 13 21:28:29.179 INFO STEP 816 (remove_files) COMPLETE
68822024-12-13T21:28:31.202Z[ recovery-image] Dec 13 21:28:29.179 INFO O| Dec 13 21:28:29.179 INFO STEP 817: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
68832024-12-13T21:28:31.239Z[ recovery-image] Dec 13 21:28:29.223 INFO O| Dec 13 21:28:29.223 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/ufs/clri"
68842024-12-13T21:28:31.239Z[ recovery-image] Dec 13 21:28:29.223 INFO O| Dec 13 21:28:29.223 INFO STEP 817 (remove_files) COMPLETE
68852024-12-13T21:28:31.239Z[ recovery-image] Dec 13 21:28:29.223 INFO O| Dec 13 21:28:29.223 INFO STEP 818: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
68862024-12-13T21:28:31.257Z[ recovery-image] Dec 13 21:28:29.242 INFO O| Dec 13 21:28:29.242 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/ufs/dcopy"
68872024-12-13T21:28:31.257Z[ recovery-image] Dec 13 21:28:29.242 INFO O| Dec 13 21:28:29.242 INFO STEP 818 (remove_files) COMPLETE
68882024-12-13T21:28:31.257Z[ recovery-image] Dec 13 21:28:29.242 INFO O| Dec 13 21:28:29.242 INFO STEP 819: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
68892024-12-13T21:28:31.332Z[ recovery-image] Dec 13 21:28:29.317 INFO O| Dec 13 21:28:29.317 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/ufs/df"
68902024-12-13T21:28:31.332Z[ recovery-image] Dec 13 21:28:29.317 INFO O| Dec 13 21:28:29.317 INFO STEP 819 (remove_files) COMPLETE
68912024-12-13T21:28:31.332Z[ recovery-image] Dec 13 21:28:29.317 INFO O| Dec 13 21:28:29.317 INFO STEP 820: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
68922024-12-13T21:28:31.366Z[ recovery-image] Dec 13 21:28:29.350 INFO O| Dec 13 21:28:29.350 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/ufs/edquota"
68932024-12-13T21:28:31.366Z[ recovery-image] Dec 13 21:28:29.350 INFO O| Dec 13 21:28:29.350 INFO STEP 820 (remove_files) COMPLETE
68942024-12-13T21:28:31.367Z[ recovery-image] Dec 13 21:28:29.350 INFO O| Dec 13 21:28:29.350 INFO STEP 821: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
68952024-12-13T21:28:31.386Z[ recovery-image] Dec 13 21:28:29.369 INFO O| Dec 13 21:28:29.369 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/ufs/ff"
68962024-12-13T21:28:31.386Z[ recovery-image] Dec 13 21:28:29.369 INFO O| Dec 13 21:28:29.369 INFO STEP 821 (remove_files) COMPLETE
68972024-12-13T21:28:31.386Z[ recovery-image] Dec 13 21:28:29.369 INFO O| Dec 13 21:28:29.369 INFO STEP 822: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
68982024-12-13T21:28:31.402Z[ recovery-image] Dec 13 21:28:29.387 INFO O| Dec 13 21:28:29.386 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/ufs/fsck"
68992024-12-13T21:28:31.447Z[ recovery-image] Dec 13 21:28:29.387 INFO O| Dec 13 21:28:29.387 INFO STEP 822 (remove_files) COMPLETE
69002024-12-13T21:28:31.447Z[ recovery-image] Dec 13 21:28:29.387 INFO O| Dec 13 21:28:29.387 INFO STEP 823: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
69012024-12-13T21:28:31.470Z[ recovery-image] Dec 13 21:28:29.454 INFO O| Dec 13 21:28:29.454 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/ufs/fsckall"
69022024-12-13T21:28:31.470Z[ recovery-image] Dec 13 21:28:29.454 INFO O| Dec 13 21:28:29.454 INFO STEP 823 (remove_files) COMPLETE
69032024-12-13T21:28:31.470Z[ recovery-image] Dec 13 21:28:29.454 INFO O| Dec 13 21:28:29.454 INFO STEP 824: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
69042024-12-13T21:28:31.489Z[ recovery-image] Dec 13 21:28:29.473 INFO O| Dec 13 21:28:29.473 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/ufs/fsdb"
69052024-12-13T21:28:31.489Z[ recovery-image] Dec 13 21:28:29.474 INFO O| Dec 13 21:28:29.473 INFO STEP 824 (remove_files) COMPLETE
69062024-12-13T21:28:31.495Z[ recovery-image] Dec 13 21:28:29.474 INFO O| Dec 13 21:28:29.474 INFO STEP 825: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
69072024-12-13T21:28:31.510Z[ recovery-image] Dec 13 21:28:29.492 INFO O| Dec 13 21:28:29.492 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/ufs/fsirand"
69082024-12-13T21:28:31.514Z[ recovery-image] Dec 13 21:28:29.492 INFO O| Dec 13 21:28:29.492 INFO STEP 825 (remove_files) COMPLETE
69092024-12-13T21:28:31.514Z[ recovery-image] Dec 13 21:28:29.492 INFO O| Dec 13 21:28:29.492 INFO STEP 826: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
69102024-12-13T21:28:31.526Z[ recovery-image] Dec 13 21:28:29.510 INFO O| Dec 13 21:28:29.510 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/ufs/fssnap"
69112024-12-13T21:28:31.532Z[ recovery-image] Dec 13 21:28:29.511 INFO O| Dec 13 21:28:29.511 INFO STEP 826 (remove_files) COMPLETE
69122024-12-13T21:28:31.532Z[ recovery-image] Dec 13 21:28:29.511 INFO O| Dec 13 21:28:29.511 INFO STEP 827: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
69132024-12-13T21:28:31.545Z[ recovery-image] Dec 13 21:28:29.529 INFO O| Dec 13 21:28:29.529 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/ufs/fstyp"
69142024-12-13T21:28:31.545Z[ recovery-image] Dec 13 21:28:29.529 INFO O| Dec 13 21:28:29.529 INFO STEP 827 (remove_files) COMPLETE
69152024-12-13T21:28:31.545Z[ recovery-image] Dec 13 21:28:29.529 INFO O| Dec 13 21:28:29.529 INFO STEP 828: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
69162024-12-13T21:28:31.564Z[ recovery-image] Dec 13 21:28:29.549 INFO O| Dec 13 21:28:29.548 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/ufs/fstyp.so.1"
69172024-12-13T21:28:31.564Z[ recovery-image] Dec 13 21:28:29.549 INFO O| Dec 13 21:28:29.549 INFO STEP 828 (remove_files) COMPLETE
69182024-12-13T21:28:31.569Z[ recovery-image] Dec 13 21:28:29.549 INFO O| Dec 13 21:28:29.549 INFO STEP 829: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
69192024-12-13T21:28:31.595Z[ recovery-image] Dec 13 21:28:29.579 INFO O| Dec 13 21:28:29.579 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/ufs/labelit"
69202024-12-13T21:28:31.617Z[ recovery-image] Dec 13 21:28:29.600 INFO O| Dec 13 21:28:29.600 INFO STEP 829 (remove_files) COMPLETE
69212024-12-13T21:28:31.617Z[ recovery-image] Dec 13 21:28:29.600 INFO O| Dec 13 21:28:29.600 INFO STEP 830: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
69222024-12-13T21:28:31.684Z[ recovery-image] Dec 13 21:28:29.669 INFO O| Dec 13 21:28:29.669 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/ufs/lockfs"
69232024-12-13T21:28:31.685Z[ recovery-image] Dec 13 21:28:29.669 INFO O| Dec 13 21:28:29.669 INFO STEP 830 (remove_files) COMPLETE
69242024-12-13T21:28:31.689Z[ recovery-image] Dec 13 21:28:29.669 INFO O| Dec 13 21:28:29.669 INFO STEP 831: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
69252024-12-13T21:28:31.703Z[ recovery-image] Dec 13 21:28:29.687 INFO O| Dec 13 21:28:29.687 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/ufs/mkfs"
69262024-12-13T21:28:31.705Z[ recovery-image] Dec 13 21:28:29.687 INFO O| Dec 13 21:28:29.687 INFO STEP 831 (remove_files) COMPLETE
69272024-12-13T21:28:31.706Z[ recovery-image] Dec 13 21:28:29.687 INFO O| Dec 13 21:28:29.687 INFO STEP 832: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
69282024-12-13T21:28:31.719Z[ recovery-image] Dec 13 21:28:29.704 INFO O| Dec 13 21:28:29.704 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/ufs/ncheck"
69292024-12-13T21:28:31.722Z[ recovery-image] Dec 13 21:28:29.704 INFO O| Dec 13 21:28:29.704 INFO STEP 832 (remove_files) COMPLETE
69302024-12-13T21:28:31.722Z[ recovery-image] Dec 13 21:28:29.704 INFO O| Dec 13 21:28:29.704 INFO STEP 833: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
69312024-12-13T21:28:31.737Z[ recovery-image] Dec 13 21:28:29.719 INFO O| Dec 13 21:28:29.719 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/ufs/newfs"
69322024-12-13T21:28:31.737Z[ recovery-image] Dec 13 21:28:29.720 INFO O| Dec 13 21:28:29.720 INFO STEP 833 (remove_files) COMPLETE
69332024-12-13T21:28:31.741Z[ recovery-image] Dec 13 21:28:29.720 INFO O| Dec 13 21:28:29.720 INFO STEP 834: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
69342024-12-13T21:28:31.753Z[ recovery-image] Dec 13 21:28:29.737 INFO O| Dec 13 21:28:29.737 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/ufs/quot"
69352024-12-13T21:28:31.758Z[ recovery-image] Dec 13 21:28:29.738 INFO O| Dec 13 21:28:29.738 INFO STEP 834 (remove_files) COMPLETE
69362024-12-13T21:28:31.758Z[ recovery-image] Dec 13 21:28:29.738 INFO O| Dec 13 21:28:29.738 INFO STEP 835: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
69372024-12-13T21:28:31.771Z[ recovery-image] Dec 13 21:28:29.756 INFO O| Dec 13 21:28:29.756 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/ufs/quotacheck"
69382024-12-13T21:28:31.771Z[ recovery-image] Dec 13 21:28:29.756 INFO O| Dec 13 21:28:29.756 INFO STEP 835 (remove_files) COMPLETE
69392024-12-13T21:28:31.775Z[ recovery-image] Dec 13 21:28:29.756 INFO O| Dec 13 21:28:29.756 INFO STEP 836: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
69402024-12-13T21:28:31.787Z[ recovery-image] Dec 13 21:28:29.772 INFO O| Dec 13 21:28:29.771 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/ufs/quotaoff"
69412024-12-13T21:28:31.787Z[ recovery-image] Dec 13 21:28:29.772 INFO O| Dec 13 21:28:29.772 INFO STEP 836 (remove_files) COMPLETE
69422024-12-13T21:28:31.790Z[ recovery-image] Dec 13 21:28:29.772 INFO O| Dec 13 21:28:29.772 INFO STEP 837: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
69432024-12-13T21:28:31.803Z[ recovery-image] Dec 13 21:28:29.788 INFO O| Dec 13 21:28:29.788 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/ufs/quotaon"
69442024-12-13T21:28:31.803Z[ recovery-image] Dec 13 21:28:29.788 INFO O| Dec 13 21:28:29.788 INFO STEP 837 (remove_files) COMPLETE
69452024-12-13T21:28:31.806Z[ recovery-image] Dec 13 21:28:29.788 INFO O| Dec 13 21:28:29.788 INFO STEP 838: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
69462024-12-13T21:28:31.820Z[ recovery-image] Dec 13 21:28:29.804 INFO O| Dec 13 21:28:29.804 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/ufs/repquota"
69472024-12-13T21:28:31.823Z[ recovery-image] Dec 13 21:28:29.804 INFO O| Dec 13 21:28:29.804 INFO STEP 838 (remove_files) COMPLETE
69482024-12-13T21:28:31.823Z[ recovery-image] Dec 13 21:28:29.804 INFO O| Dec 13 21:28:29.804 INFO STEP 839: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
69492024-12-13T21:28:31.851Z[ recovery-image] Dec 13 21:28:29.835 INFO O| Dec 13 21:28:29.835 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/ufs/tunefs"
69502024-12-13T21:28:31.854Z[ recovery-image] Dec 13 21:28:29.836 INFO O| Dec 13 21:28:29.835 INFO STEP 839 (remove_files) COMPLETE
69512024-12-13T21:28:31.854Z[ recovery-image] Dec 13 21:28:29.836 INFO O| Dec 13 21:28:29.836 INFO STEP 840: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
69522024-12-13T21:28:31.870Z[ recovery-image] Dec 13 21:28:29.854 INFO O| Dec 13 21:28:29.854 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/ufs/ufsdump"
69532024-12-13T21:28:31.873Z[ recovery-image] Dec 13 21:28:29.855 INFO O| Dec 13 21:28:29.854 INFO STEP 840 (remove_files) COMPLETE
69542024-12-13T21:28:31.873Z[ recovery-image] Dec 13 21:28:29.855 INFO O| Dec 13 21:28:29.855 INFO STEP 841: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
69552024-12-13T21:28:31.888Z[ recovery-image] Dec 13 21:28:29.872 INFO O| Dec 13 21:28:29.872 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/ufs/ufsrestore"
69562024-12-13T21:28:31.888Z[ recovery-image] Dec 13 21:28:29.872 INFO O| Dec 13 21:28:29.872 INFO STEP 841 (remove_files) COMPLETE
69572024-12-13T21:28:31.891Z[ recovery-image] Dec 13 21:28:29.872 INFO O| Dec 13 21:28:29.872 INFO STEP 842: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
69582024-12-13T21:28:31.912Z[ recovery-image] Dec 13 21:28:29.890 INFO O| Dec 13 21:28:29.890 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/ufs/volcopy"
69592024-12-13T21:28:31.912Z[ recovery-image] Dec 13 21:28:29.890 INFO O| Dec 13 21:28:29.890 INFO STEP 842 (remove_files) COMPLETE
69602024-12-13T21:28:31.912Z[ recovery-image] Dec 13 21:28:29.890 INFO O| Dec 13 21:28:29.890 INFO STEP 843: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
69612024-12-13T21:28:31.946Z[ recovery-image] Dec 13 21:28:29.930 INFO O| Dec 13 21:28:29.930 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/gss/dh1024-0.so.1"
69622024-12-13T21:28:31.957Z[ recovery-image] Dec 13 21:28:29.930 INFO O| Dec 13 21:28:29.930 INFO STEP 843 (remove_files) COMPLETE
69632024-12-13T21:28:31.957Z[ recovery-image] Dec 13 21:28:29.930 INFO O| Dec 13 21:28:29.930 INFO STEP 844: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
69642024-12-13T21:28:31.965Z[ recovery-image] Dec 13 21:28:29.950 INFO O| Dec 13 21:28:29.950 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/gss/dh640-0.so.1"
69652024-12-13T21:28:31.968Z[ recovery-image] Dec 13 21:28:29.950 INFO O| Dec 13 21:28:29.950 INFO STEP 844 (remove_files) COMPLETE
69662024-12-13T21:28:31.968Z[ recovery-image] Dec 13 21:28:29.950 INFO O| Dec 13 21:28:29.950 INFO STEP 845: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
69672024-12-13T21:28:32.012Z[ recovery-image] Dec 13 21:28:29.994 INFO O| Dec 13 21:28:29.993 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/gss/gsscred_clean"
69682024-12-13T21:28:32.015Z[ recovery-image] Dec 13 21:28:29.994 INFO O| Dec 13 21:28:29.994 INFO STEP 845 (remove_files) COMPLETE
69692024-12-13T21:28:32.015Z[ recovery-image] Dec 13 21:28:29.994 INFO O| Dec 13 21:28:29.994 INFO STEP 846: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
69702024-12-13T21:28:32.029Z[ recovery-image] Dec 13 21:28:30.013 INFO O| Dec 13 21:28:30.013 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/gss/gssd"
69712024-12-13T21:28:32.032Z[ recovery-image] Dec 13 21:28:30.013 INFO O| Dec 13 21:28:30.013 INFO STEP 846 (remove_files) COMPLETE
69722024-12-13T21:28:32.032Z[ recovery-image] Dec 13 21:28:30.014 INFO O| Dec 13 21:28:30.013 INFO STEP 847: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
69732024-12-13T21:28:32.047Z[ recovery-image] Dec 13 21:28:30.031 INFO O| Dec 13 21:28:30.031 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/gss/mech_dh.so.1"
69742024-12-13T21:28:32.050Z[ recovery-image] Dec 13 21:28:30.032 INFO O| Dec 13 21:28:30.032 INFO STEP 847 (remove_files) COMPLETE
69752024-12-13T21:28:32.051Z[ recovery-image] Dec 13 21:28:30.032 INFO O| Dec 13 21:28:30.032 INFO STEP 848: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
69762024-12-13T21:28:32.066Z[ recovery-image] Dec 13 21:28:30.051 INFO O| Dec 13 21:28:30.051 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/gss/mech_krb5.so.1"
69772024-12-13T21:28:32.069Z[ recovery-image] Dec 13 21:28:30.051 INFO O| Dec 13 21:28:30.051 INFO STEP 848 (remove_files) COMPLETE
69782024-12-13T21:28:32.069Z[ recovery-image] Dec 13 21:28:30.051 INFO O| Dec 13 21:28:30.051 INFO STEP 849: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
69792024-12-13T21:28:32.087Z[ recovery-image] Dec 13 21:28:30.070 INFO O| Dec 13 21:28:30.070 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/gss/mech_spnego.so.1"
69802024-12-13T21:28:32.090Z[ recovery-image] Dec 13 21:28:30.070 INFO O| Dec 13 21:28:30.070 INFO STEP 849 (remove_files) COMPLETE
69812024-12-13T21:28:32.090Z[ recovery-image] Dec 13 21:28:30.071 INFO O| Dec 13 21:28:30.070 INFO STEP 850: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
69822024-12-13T21:28:32.105Z[ recovery-image] Dec 13 21:28:30.089 INFO O| Dec 13 21:28:30.089 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/inet/amd64/in.iked"
69832024-12-13T21:28:32.108Z[ recovery-image] Dec 13 21:28:30.090 INFO O| Dec 13 21:28:30.090 INFO STEP 850 (remove_files) COMPLETE
69842024-12-13T21:28:32.108Z[ recovery-image] Dec 13 21:28:30.090 INFO O| Dec 13 21:28:30.090 INFO STEP 851: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
69852024-12-13T21:28:32.125Z[ recovery-image] Dec 13 21:28:30.109 INFO O| Dec 13 21:28:30.109 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/inet/certdb"
69862024-12-13T21:28:32.125Z[ recovery-image] Dec 13 21:28:30.109 INFO O| Dec 13 21:28:30.109 INFO STEP 851 (remove_files) COMPLETE
69872024-12-13T21:28:32.125Z[ recovery-image] Dec 13 21:28:30.109 INFO O| Dec 13 21:28:30.109 INFO STEP 852: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
69882024-12-13T21:28:32.149Z[ recovery-image] Dec 13 21:28:30.134 INFO O| Dec 13 21:28:30.134 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/inet/certlocal"
69892024-12-13T21:28:32.149Z[ recovery-image] Dec 13 21:28:30.134 INFO O| Dec 13 21:28:30.134 INFO STEP 852 (remove_files) COMPLETE
69902024-12-13T21:28:32.149Z[ recovery-image] Dec 13 21:28:30.134 INFO O| Dec 13 21:28:30.134 INFO STEP 853: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
69912024-12-13T21:28:32.171Z[ recovery-image] Dec 13 21:28:30.151 INFO O| Dec 13 21:28:30.151 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/inet/certrldb"
69922024-12-13T21:28:32.171Z[ recovery-image] Dec 13 21:28:30.151 INFO O| Dec 13 21:28:30.151 INFO STEP 853 (remove_files) COMPLETE
69932024-12-13T21:28:32.174Z[ recovery-image] Dec 13 21:28:30.151 INFO O| Dec 13 21:28:30.151 INFO STEP 854: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
69942024-12-13T21:28:32.191Z[ recovery-image] Dec 13 21:28:30.175 INFO O| Dec 13 21:28:30.175 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/inet/in.iked"
69952024-12-13T21:28:32.191Z[ recovery-image] Dec 13 21:28:30.175 INFO O| Dec 13 21:28:30.175 INFO STEP 854 (remove_files) COMPLETE
69962024-12-13T21:28:32.195Z[ recovery-image] Dec 13 21:28:30.175 INFO O| Dec 13 21:28:30.175 INFO STEP 855: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
69972024-12-13T21:28:32.233Z[ recovery-image] Dec 13 21:28:30.218 INFO O| Dec 13 21:28:30.218 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/inet/in.ripngd"
69982024-12-13T21:28:32.233Z[ recovery-image] Dec 13 21:28:30.218 INFO O| Dec 13 21:28:30.218 INFO STEP 855 (remove_files) COMPLETE
69992024-12-13T21:28:32.242Z[ recovery-image] Dec 13 21:28:30.218 INFO O| Dec 13 21:28:30.218 INFO STEP 856: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
70002024-12-13T21:28:32.264Z[ recovery-image] Dec 13 21:28:30.248 INFO O| Dec 13 21:28:30.248 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/inet/inetd"
70012024-12-13T21:28:32.280Z[ recovery-image] Dec 13 21:28:30.248 INFO O| Dec 13 21:28:30.248 INFO STEP 856 (remove_files) COMPLETE
70022024-12-13T21:28:32.280Z[ recovery-image] Dec 13 21:28:30.249 INFO O| Dec 13 21:28:30.248 INFO STEP 857: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
70032024-12-13T21:28:32.285Z[ recovery-image] Dec 13 21:28:30.268 INFO O| Dec 13 21:28:30.268 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/krb5/amd64/libkadm5clnt.so.1"
70042024-12-13T21:28:32.289Z[ recovery-image] Dec 13 21:28:30.268 INFO O| Dec 13 21:28:30.268 INFO STEP 857 (remove_files) COMPLETE
70052024-12-13T21:28:32.289Z[ recovery-image] Dec 13 21:28:30.268 INFO O| Dec 13 21:28:30.268 INFO STEP 858: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
70062024-12-13T21:28:32.304Z[ recovery-image] Dec 13 21:28:30.287 INFO O| Dec 13 21:28:30.287 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/krb5/ktkt_warnd"
70072024-12-13T21:28:32.307Z[ recovery-image] Dec 13 21:28:30.287 INFO O| Dec 13 21:28:30.287 INFO STEP 858 (remove_files) COMPLETE
70082024-12-13T21:28:32.307Z[ recovery-image] Dec 13 21:28:30.287 INFO O| Dec 13 21:28:30.287 INFO STEP 859: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
70092024-12-13T21:28:32.321Z[ recovery-image] Dec 13 21:28:30.306 INFO O| Dec 13 21:28:30.305 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/krb5/libkadm5clnt.so.1"
70102024-12-13T21:28:32.321Z[ recovery-image] Dec 13 21:28:30.306 INFO O| Dec 13 21:28:30.306 INFO STEP 859 (remove_files) COMPLETE
70112024-12-13T21:28:32.335Z[ recovery-image] Dec 13 21:28:30.306 INFO O| Dec 13 21:28:30.306 INFO STEP 860: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
70122024-12-13T21:28:32.340Z[ recovery-image] Dec 13 21:28:30.324 INFO O| Dec 13 21:28:30.324 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/krb5/libss.so.1"
70132024-12-13T21:28:32.343Z[ recovery-image] Dec 13 21:28:30.324 INFO O| Dec 13 21:28:30.324 INFO STEP 860 (remove_files) COMPLETE
70142024-12-13T21:28:32.343Z[ recovery-image] Dec 13 21:28:30.324 INFO O| Dec 13 21:28:30.324 INFO STEP 861: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
70152024-12-13T21:28:32.358Z[ recovery-image] Dec 13 21:28:30.342 INFO O| Dec 13 21:28:30.342 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/krb5/plugins/preauth/pkinit.so.1"
70162024-12-13T21:28:32.362Z[ recovery-image] Dec 13 21:28:30.342 INFO O| Dec 13 21:28:30.342 INFO STEP 861 (remove_files) COMPLETE
70172024-12-13T21:28:32.362Z[ recovery-image] Dec 13 21:28:30.342 INFO O| Dec 13 21:28:30.342 INFO STEP 862: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
70182024-12-13T21:28:32.375Z[ recovery-image] Dec 13 21:28:30.360 INFO O| Dec 13 21:28:30.360 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/ld/map.above4G"
70192024-12-13T21:28:32.378Z[ recovery-image] Dec 13 21:28:30.360 INFO O| Dec 13 21:28:30.360 INFO STEP 862 (remove_files) COMPLETE
70202024-12-13T21:28:32.378Z[ recovery-image] Dec 13 21:28:30.360 INFO O| Dec 13 21:28:30.360 INFO STEP 863: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
70212024-12-13T21:28:32.397Z[ recovery-image] Dec 13 21:28:30.381 INFO O| Dec 13 21:28:30.381 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/ld/map.below4G"
70222024-12-13T21:28:32.406Z[ recovery-image] Dec 13 21:28:30.382 INFO O| Dec 13 21:28:30.382 INFO STEP 863 (remove_files) COMPLETE
70232024-12-13T21:28:32.406Z[ recovery-image] Dec 13 21:28:30.382 INFO O| Dec 13 21:28:30.382 INFO STEP 864: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
70242024-12-13T21:28:32.463Z[ recovery-image] Dec 13 21:28:30.440 INFO O| Dec 13 21:28:30.439 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/ld/map.bssalign"
70252024-12-13T21:28:32.463Z[ recovery-image] Dec 13 21:28:30.440 INFO O| Dec 13 21:28:30.440 INFO STEP 864 (remove_files) COMPLETE
70262024-12-13T21:28:32.463Z[ recovery-image] Dec 13 21:28:30.440 INFO O| Dec 13 21:28:30.440 INFO STEP 865: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
70272024-12-13T21:28:32.487Z[ recovery-image] Dec 13 21:28:30.470 INFO O| Dec 13 21:28:30.470 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/ld/map.default"
70282024-12-13T21:28:32.488Z[ recovery-image] Dec 13 21:28:30.471 INFO O| Dec 13 21:28:30.471 INFO STEP 865 (remove_files) COMPLETE
70292024-12-13T21:28:32.488Z[ recovery-image] Dec 13 21:28:30.471 INFO O| Dec 13 21:28:30.471 INFO STEP 866: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
70302024-12-13T21:28:32.504Z[ recovery-image] Dec 13 21:28:30.488 INFO O| Dec 13 21:28:30.488 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/ld/map.execdata"
70312024-12-13T21:28:32.504Z[ recovery-image] Dec 13 21:28:30.488 INFO O| Dec 13 21:28:30.488 INFO STEP 866 (remove_files) COMPLETE
70322024-12-13T21:28:32.507Z[ recovery-image] Dec 13 21:28:30.488 INFO O| Dec 13 21:28:30.488 INFO STEP 867: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
70332024-12-13T21:28:32.523Z[ recovery-image] Dec 13 21:28:30.505 INFO O| Dec 13 21:28:30.505 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/ld/map.filter"
70342024-12-13T21:28:32.524Z[ recovery-image] Dec 13 21:28:30.505 INFO O| Dec 13 21:28:30.505 INFO STEP 867 (remove_files) COMPLETE
70352024-12-13T21:28:32.524Z[ recovery-image] Dec 13 21:28:30.505 INFO O| Dec 13 21:28:30.505 INFO STEP 868: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
70362024-12-13T21:28:32.538Z[ recovery-image] Dec 13 21:28:30.522 INFO O| Dec 13 21:28:30.522 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/ld/map.noexbss"
70372024-12-13T21:28:32.538Z[ recovery-image] Dec 13 21:28:30.523 INFO O| Dec 13 21:28:30.522 INFO STEP 868 (remove_files) COMPLETE
70382024-12-13T21:28:32.538Z[ recovery-image] Dec 13 21:28:30.523 INFO O| Dec 13 21:28:30.523 INFO STEP 869: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
70392024-12-13T21:28:32.563Z[ recovery-image] Dec 13 21:28:30.540 INFO O| Dec 13 21:28:30.540 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/ld/map.noexdata"
70402024-12-13T21:28:32.563Z[ recovery-image] Dec 13 21:28:30.540 INFO O| Dec 13 21:28:30.540 INFO STEP 869 (remove_files) COMPLETE
70412024-12-13T21:28:32.563Z[ recovery-image] Dec 13 21:28:30.540 INFO O| Dec 13 21:28:30.540 INFO STEP 870: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
70422024-12-13T21:28:32.577Z[ recovery-image] Dec 13 21:28:30.556 INFO O| Dec 13 21:28:30.556 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/ld/map.noexstk"
70432024-12-13T21:28:32.577Z[ recovery-image] Dec 13 21:28:30.557 INFO O| Dec 13 21:28:30.556 INFO STEP 870 (remove_files) COMPLETE
70442024-12-13T21:28:32.577Z[ recovery-image] Dec 13 21:28:30.557 INFO O| Dec 13 21:28:30.556 INFO STEP 871: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
70452024-12-13T21:28:32.607Z[ recovery-image] Dec 13 21:28:30.591 INFO O| Dec 13 21:28:30.591 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/ld/map.pagealign"
70462024-12-13T21:28:32.607Z[ recovery-image] Dec 13 21:28:30.591 INFO O| Dec 13 21:28:30.591 INFO STEP 871 (remove_files) COMPLETE
70472024-12-13T21:28:32.607Z[ recovery-image] Dec 13 21:28:30.591 INFO O| Dec 13 21:28:30.591 INFO STEP 872: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
70482024-12-13T21:28:32.626Z[ recovery-image] Dec 13 21:28:30.610 INFO O| Dec 13 21:28:30.610 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/libc/libc_hwcap1.so.1"
70492024-12-13T21:28:32.628Z[ recovery-image] Dec 13 21:28:30.610 INFO O| Dec 13 21:28:30.610 INFO STEP 872 (remove_files) COMPLETE
70502024-12-13T21:28:32.629Z[ recovery-image] Dec 13 21:28:30.610 INFO O| Dec 13 21:28:30.610 INFO STEP 873: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
70512024-12-13T21:28:32.644Z[ recovery-image] Dec 13 21:28:30.628 INFO O| Dec 13 21:28:30.628 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/libc/libc_hwcap3.so.1"
70522024-12-13T21:28:32.644Z[ recovery-image] Dec 13 21:28:30.628 INFO O| Dec 13 21:28:30.628 INFO STEP 873 (remove_files) COMPLETE
70532024-12-13T21:28:32.647Z[ recovery-image] Dec 13 21:28:30.629 INFO O| Dec 13 21:28:30.628 INFO STEP 874: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
70542024-12-13T21:28:32.663Z[ recovery-image] Dec 13 21:28:30.647 INFO O| Dec 13 21:28:30.647 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/link_audit/amd64/ldprof.so.1"
70552024-12-13T21:28:32.666Z[ recovery-image] Dec 13 21:28:30.648 INFO O| Dec 13 21:28:30.647 INFO STEP 874 (remove_files) COMPLETE
70562024-12-13T21:28:32.666Z[ recovery-image] Dec 13 21:28:30.648 INFO O| Dec 13 21:28:30.648 INFO STEP 875: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
70572024-12-13T21:28:32.682Z[ recovery-image] Dec 13 21:28:30.666 INFO O| Dec 13 21:28:30.666 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/link_audit/amd64/truss.so.1"
70582024-12-13T21:28:32.686Z[ recovery-image] Dec 13 21:28:30.666 INFO O| Dec 13 21:28:30.666 INFO STEP 875 (remove_files) COMPLETE
70592024-12-13T21:28:32.686Z[ recovery-image] Dec 13 21:28:30.666 INFO O| Dec 13 21:28:30.666 INFO STEP 876: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
70602024-12-13T21:28:32.700Z[ recovery-image] Dec 13 21:28:30.684 INFO O| Dec 13 21:28:30.684 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/link_audit/amd64/who.so.1"
70612024-12-13T21:28:32.704Z[ recovery-image] Dec 13 21:28:30.684 INFO O| Dec 13 21:28:30.684 INFO STEP 876 (remove_files) COMPLETE
70622024-12-13T21:28:32.704Z[ recovery-image] Dec 13 21:28:30.685 INFO O| Dec 13 21:28:30.684 INFO STEP 877: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
70632024-12-13T21:28:32.719Z[ recovery-image] Dec 13 21:28:30.703 INFO O| Dec 13 21:28:30.703 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/link_audit/ldprof.so.1"
70642024-12-13T21:28:32.719Z[ recovery-image] Dec 13 21:28:30.703 INFO O| Dec 13 21:28:30.703 INFO STEP 877 (remove_files) COMPLETE
70652024-12-13T21:28:32.723Z[ recovery-image] Dec 13 21:28:30.703 INFO O| Dec 13 21:28:30.703 INFO STEP 878: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
70662024-12-13T21:28:32.736Z[ recovery-image] Dec 13 21:28:30.721 INFO O| Dec 13 21:28:30.721 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/link_audit/truss.so.1"
70672024-12-13T21:28:32.738Z[ recovery-image] Dec 13 21:28:30.721 INFO O| Dec 13 21:28:30.721 INFO STEP 878 (remove_files) COMPLETE
70682024-12-13T21:28:32.738Z[ recovery-image] Dec 13 21:28:30.721 INFO O| Dec 13 21:28:30.721 INFO STEP 879: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
70692024-12-13T21:28:32.754Z[ recovery-image] Dec 13 21:28:30.738 INFO O| Dec 13 21:28:30.738 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/link_audit/who.so.1"
70702024-12-13T21:28:32.754Z[ recovery-image] Dec 13 21:28:30.738 INFO O| Dec 13 21:28:30.738 INFO STEP 879 (remove_files) COMPLETE
70712024-12-13T21:28:32.758Z[ recovery-image] Dec 13 21:28:30.738 INFO O| Dec 13 21:28:30.738 INFO STEP 880: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
70722024-12-13T21:28:32.862Z[ recovery-image] Dec 13 21:28:30.845 INFO O| Dec 13 21:28:30.845 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/pci/pcidb"
70732024-12-13T21:28:32.862Z[ recovery-image] Dec 13 21:28:30.846 INFO O| Dec 13 21:28:30.846 INFO STEP 880 (remove_files) COMPLETE
70742024-12-13T21:28:32.862Z[ recovery-image] Dec 13 21:28:30.846 INFO O| Dec 13 21:28:30.846 INFO STEP 881: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
70752024-12-13T21:28:32.968Z[ recovery-image] Dec 13 21:28:30.877 INFO O| Dec 13 21:28:30.877 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/pci/pcidr_plugin.so"
70762024-12-13T21:28:32.968Z[ recovery-image] Dec 13 21:28:30.877 INFO O| Dec 13 21:28:30.877 INFO STEP 881 (remove_files) COMPLETE
70772024-12-13T21:28:32.968Z[ recovery-image] Dec 13 21:28:30.877 INFO O| Dec 13 21:28:30.877 INFO STEP 882: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
70782024-12-13T21:28:32.971Z[ recovery-image] Dec 13 21:28:30.895 INFO O| Dec 13 21:28:30.895 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/pci/pcieb"
70792024-12-13T21:28:32.971Z[ recovery-image] Dec 13 21:28:30.895 INFO O| Dec 13 21:28:30.895 INFO STEP 882 (remove_files) COMPLETE
70802024-12-13T21:28:32.971Z[ recovery-image] Dec 13 21:28:30.895 INFO O| Dec 13 21:28:30.895 INFO STEP 883: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
70812024-12-13T21:28:32.971Z[ recovery-image] Dec 13 21:28:30.913 INFO O| Dec 13 21:28:30.913 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/raidcfg/amd64/mpt.so.1"
70822024-12-13T21:28:32.971Z[ recovery-image] Dec 13 21:28:30.913 INFO O| Dec 13 21:28:30.913 INFO STEP 883 (remove_files) COMPLETE
70832024-12-13T21:28:32.971Z[ recovery-image] Dec 13 21:28:30.913 INFO O| Dec 13 21:28:30.913 INFO STEP 884: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
70842024-12-13T21:28:33.027Z[ recovery-image] Dec 13 21:28:31.011 INFO O| Dec 13 21:28:31.011 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/raidcfg/mpt.so.1"
70852024-12-13T21:28:33.028Z[ recovery-image] Dec 13 21:28:31.011 INFO O| Dec 13 21:28:31.011 INFO STEP 884 (remove_files) COMPLETE
70862024-12-13T21:28:33.031Z[ recovery-image] Dec 13 21:28:31.011 INFO O| Dec 13 21:28:31.011 INFO STEP 885: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
70872024-12-13T21:28:33.046Z[ recovery-image] Dec 13 21:28:31.030 INFO O| Dec 13 21:28:31.030 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/reparse/libreparse_smb.so.1"
70882024-12-13T21:28:33.046Z[ recovery-image] Dec 13 21:28:31.030 INFO O| Dec 13 21:28:31.030 INFO STEP 885 (remove_files) COMPLETE
70892024-12-13T21:28:33.051Z[ recovery-image] Dec 13 21:28:31.030 INFO O| Dec 13 21:28:31.030 INFO STEP 886: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
70902024-12-13T21:28:33.064Z[ recovery-image] Dec 13 21:28:31.048 INFO O| Dec 13 21:28:31.048 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/reparse/reparsed"
70912024-12-13T21:28:33.064Z[ recovery-image] Dec 13 21:28:31.048 INFO O| Dec 13 21:28:31.048 INFO STEP 886 (remove_files) COMPLETE
70922024-12-13T21:28:33.064Z[ recovery-image] Dec 13 21:28:31.048 INFO O| Dec 13 21:28:31.048 INFO STEP 887: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
70932024-12-13T21:28:33.085Z[ recovery-image] Dec 13 21:28:31.069 INFO O| Dec 13 21:28:31.069 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/saf/listen"
70942024-12-13T21:28:33.085Z[ recovery-image] Dec 13 21:28:31.070 INFO O| Dec 13 21:28:31.070 INFO STEP 887 (remove_files) COMPLETE
70952024-12-13T21:28:33.090Z[ recovery-image] Dec 13 21:28:31.070 INFO O| Dec 13 21:28:31.070 INFO STEP 888: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
70962024-12-13T21:28:33.106Z[ recovery-image] Dec 13 21:28:31.089 INFO O| Dec 13 21:28:31.089 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/saf/nlps_server"
70972024-12-13T21:28:33.107Z[ recovery-image] Dec 13 21:28:31.090 INFO O| Dec 13 21:28:31.090 INFO STEP 888 (remove_files) COMPLETE
70982024-12-13T21:28:33.107Z[ recovery-image] Dec 13 21:28:31.090 INFO O| Dec 13 21:28:31.090 INFO STEP 889: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
70992024-12-13T21:28:33.123Z[ recovery-image] Dec 13 21:28:31.107 INFO O| Dec 13 21:28:31.107 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/sasl/amd64/crammd5.so.1"
71002024-12-13T21:28:33.123Z[ recovery-image] Dec 13 21:28:31.108 INFO O| Dec 13 21:28:31.108 INFO STEP 889 (remove_files) COMPLETE
71012024-12-13T21:28:33.123Z[ recovery-image] Dec 13 21:28:31.108 INFO O| Dec 13 21:28:31.108 INFO STEP 890: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
71022024-12-13T21:28:33.141Z[ recovery-image] Dec 13 21:28:31.126 INFO O| Dec 13 21:28:31.125 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/sasl/amd64/digestmd5.so.1"
71032024-12-13T21:28:33.141Z[ recovery-image] Dec 13 21:28:31.126 INFO O| Dec 13 21:28:31.126 INFO STEP 890 (remove_files) COMPLETE
71042024-12-13T21:28:33.141Z[ recovery-image] Dec 13 21:28:31.126 INFO O| Dec 13 21:28:31.126 INFO STEP 891: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
71052024-12-13T21:28:33.160Z[ recovery-image] Dec 13 21:28:31.145 INFO O| Dec 13 21:28:31.144 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/sasl/amd64/gssapi.so.1"
71062024-12-13T21:28:33.160Z[ recovery-image] Dec 13 21:28:31.145 INFO O| Dec 13 21:28:31.145 INFO STEP 891 (remove_files) COMPLETE
71072024-12-13T21:28:33.160Z[ recovery-image] Dec 13 21:28:31.145 INFO O| Dec 13 21:28:31.145 INFO STEP 892: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
71082024-12-13T21:28:33.250Z[ recovery-image] Dec 13 21:28:31.234 INFO O| Dec 13 21:28:31.234 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/sasl/amd64/login.so.1"
71092024-12-13T21:28:33.250Z[ recovery-image] Dec 13 21:28:31.234 INFO O| Dec 13 21:28:31.234 INFO STEP 892 (remove_files) COMPLETE
71102024-12-13T21:28:33.250Z[ recovery-image] Dec 13 21:28:31.234 INFO O| Dec 13 21:28:31.234 INFO STEP 893: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
71112024-12-13T21:28:33.288Z[ recovery-image] Dec 13 21:28:31.272 INFO O| Dec 13 21:28:31.272 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/sasl/amd64/plain.so.1"
71122024-12-13T21:28:33.288Z[ recovery-image] Dec 13 21:28:31.272 INFO O| Dec 13 21:28:31.272 INFO STEP 893 (remove_files) COMPLETE
71132024-12-13T21:28:33.291Z[ recovery-image] Dec 13 21:28:31.273 INFO O| Dec 13 21:28:31.272 INFO STEP 894: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
71142024-12-13T21:28:33.358Z[ recovery-image] Dec 13 21:28:31.341 INFO O| Dec 13 21:28:31.341 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/sasl/crammd5.so.1"
71152024-12-13T21:28:33.358Z[ recovery-image] Dec 13 21:28:31.341 INFO O| Dec 13 21:28:31.341 INFO STEP 894 (remove_files) COMPLETE
71162024-12-13T21:28:33.358Z[ recovery-image] Dec 13 21:28:31.341 INFO O| Dec 13 21:28:31.341 INFO STEP 895: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
71172024-12-13T21:28:33.381Z[ recovery-image] Dec 13 21:28:31.365 INFO O| Dec 13 21:28:31.365 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/sasl/digestmd5.so.1"
71182024-12-13T21:28:33.381Z[ recovery-image] Dec 13 21:28:31.365 INFO O| Dec 13 21:28:31.365 INFO STEP 895 (remove_files) COMPLETE
71192024-12-13T21:28:33.384Z[ recovery-image] Dec 13 21:28:31.365 INFO O| Dec 13 21:28:31.365 INFO STEP 896: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
71202024-12-13T21:28:33.401Z[ recovery-image] Dec 13 21:28:31.384 INFO O| Dec 13 21:28:31.384 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/sasl/gssapi.so.1"
71212024-12-13T21:28:33.401Z[ recovery-image] Dec 13 21:28:31.385 INFO O| Dec 13 21:28:31.385 INFO STEP 896 (remove_files) COMPLETE
71222024-12-13T21:28:33.401Z[ recovery-image] Dec 13 21:28:31.385 INFO O| Dec 13 21:28:31.385 INFO STEP 897: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
71232024-12-13T21:28:33.419Z[ recovery-image] Dec 13 21:28:31.403 INFO O| Dec 13 21:28:31.403 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/sasl/login.so.1"
71242024-12-13T21:28:33.420Z[ recovery-image] Dec 13 21:28:31.403 INFO O| Dec 13 21:28:31.403 INFO STEP 897 (remove_files) COMPLETE
71252024-12-13T21:28:33.420Z[ recovery-image] Dec 13 21:28:31.403 INFO O| Dec 13 21:28:31.403 INFO STEP 898: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
71262024-12-13T21:28:33.438Z[ recovery-image] Dec 13 21:28:31.422 INFO O| Dec 13 21:28:31.422 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/sasl/plain.so.1"
71272024-12-13T21:28:33.438Z[ recovery-image] Dec 13 21:28:31.422 INFO O| Dec 13 21:28:31.422 INFO STEP 898 (remove_files) COMPLETE
71282024-12-13T21:28:33.438Z[ recovery-image] Dec 13 21:28:31.422 INFO O| Dec 13 21:28:31.422 INFO STEP 899: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
71292024-12-13T21:28:33.457Z[ recovery-image] Dec 13 21:28:31.440 INFO O| Dec 13 21:28:31.440 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/amd64/crypt_bsdbf.so.1"
71302024-12-13T21:28:33.460Z[ recovery-image] Dec 13 21:28:31.440 INFO O| Dec 13 21:28:31.440 INFO STEP 899 (remove_files) COMPLETE
71312024-12-13T21:28:33.460Z[ recovery-image] Dec 13 21:28:31.440 INFO O| Dec 13 21:28:31.440 INFO STEP 900: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
71322024-12-13T21:28:33.474Z[ recovery-image] Dec 13 21:28:31.458 INFO O| Dec 13 21:28:31.458 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/amd64/crypt_bsdmd5.so.1"
71332024-12-13T21:28:33.474Z[ recovery-image] Dec 13 21:28:31.458 INFO O| Dec 13 21:28:31.458 INFO STEP 900 (remove_files) COMPLETE
71342024-12-13T21:28:33.477Z[ recovery-image] Dec 13 21:28:31.458 INFO O| Dec 13 21:28:31.458 INFO STEP 901: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
71352024-12-13T21:28:33.505Z[ recovery-image] Dec 13 21:28:31.489 INFO O| Dec 13 21:28:31.489 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/amd64/crypt_sha256.so.1"
71362024-12-13T21:28:33.508Z[ recovery-image] Dec 13 21:28:31.490 INFO O| Dec 13 21:28:31.489 INFO STEP 901 (remove_files) COMPLETE
71372024-12-13T21:28:33.508Z[ recovery-image] Dec 13 21:28:31.490 INFO O| Dec 13 21:28:31.490 INFO STEP 902: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
71382024-12-13T21:28:33.526Z[ recovery-image] Dec 13 21:28:31.510 INFO O| Dec 13 21:28:31.510 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/amd64/crypt_sha512.so.1"
71392024-12-13T21:28:33.526Z[ recovery-image] Dec 13 21:28:31.510 INFO O| Dec 13 21:28:31.510 INFO STEP 902 (remove_files) COMPLETE
71402024-12-13T21:28:33.526Z[ recovery-image] Dec 13 21:28:31.510 INFO O| Dec 13 21:28:31.510 INFO STEP 903: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
71412024-12-13T21:28:33.546Z[ recovery-image] Dec 13 21:28:31.529 INFO O| Dec 13 21:28:31.529 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/amd64/crypt_sunmd5.so.1"
71422024-12-13T21:28:33.546Z[ recovery-image] Dec 13 21:28:31.529 INFO O| Dec 13 21:28:31.529 INFO STEP 903 (remove_files) COMPLETE
71432024-12-13T21:28:33.546Z[ recovery-image] Dec 13 21:28:31.529 INFO O| Dec 13 21:28:31.529 INFO STEP 904: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
71442024-12-13T21:28:33.564Z[ recovery-image] Dec 13 21:28:31.548 INFO O| Dec 13 21:28:31.548 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/amd64/pam_allow.so.1"
71452024-12-13T21:28:33.564Z[ recovery-image] Dec 13 21:28:31.549 INFO O| Dec 13 21:28:31.549 INFO STEP 904 (remove_files) COMPLETE
71462024-12-13T21:28:33.568Z[ recovery-image] Dec 13 21:28:31.549 INFO O| Dec 13 21:28:31.549 INFO STEP 905: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
71472024-12-13T21:28:33.609Z[ recovery-image] Dec 13 21:28:31.593 INFO O| Dec 13 21:28:31.593 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/amd64/pam_authtok_check.so.1"
71482024-12-13T21:28:33.612Z[ recovery-image] Dec 13 21:28:31.593 INFO O| Dec 13 21:28:31.593 INFO STEP 905 (remove_files) COMPLETE
71492024-12-13T21:28:33.612Z[ recovery-image] Dec 13 21:28:31.593 INFO O| Dec 13 21:28:31.593 INFO STEP 906: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
71502024-12-13T21:28:33.667Z[ recovery-image] Dec 13 21:28:31.651 INFO O| Dec 13 21:28:31.651 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/amd64/pam_authtok_get.so.1"
71512024-12-13T21:28:33.670Z[ recovery-image] Dec 13 21:28:31.651 INFO O| Dec 13 21:28:31.651 INFO STEP 906 (remove_files) COMPLETE
71522024-12-13T21:28:33.670Z[ recovery-image] Dec 13 21:28:31.652 INFO O| Dec 13 21:28:31.651 INFO STEP 907: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
71532024-12-13T21:28:33.689Z[ recovery-image] Dec 13 21:28:31.671 INFO O| Dec 13 21:28:31.671 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/amd64/pam_authtok_store.so.1"
71542024-12-13T21:28:33.689Z[ recovery-image] Dec 13 21:28:31.671 INFO O| Dec 13 21:28:31.671 INFO STEP 907 (remove_files) COMPLETE
71552024-12-13T21:28:33.692Z[ recovery-image] Dec 13 21:28:31.672 INFO O| Dec 13 21:28:31.671 INFO STEP 908: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
71562024-12-13T21:28:33.708Z[ recovery-image] Dec 13 21:28:31.691 INFO O| Dec 13 21:28:31.691 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/amd64/pam_deny.so.1"
71572024-12-13T21:28:33.711Z[ recovery-image] Dec 13 21:28:31.691 INFO O| Dec 13 21:28:31.691 INFO STEP 908 (remove_files) COMPLETE
71582024-12-13T21:28:33.711Z[ recovery-image] Dec 13 21:28:31.691 INFO O| Dec 13 21:28:31.691 INFO STEP 909: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
71592024-12-13T21:28:33.729Z[ recovery-image] Dec 13 21:28:31.713 INFO O| Dec 13 21:28:31.713 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/amd64/pam_dhkeys.so.1"
71602024-12-13T21:28:33.729Z[ recovery-image] Dec 13 21:28:31.713 INFO O| Dec 13 21:28:31.713 INFO STEP 909 (remove_files) COMPLETE
71612024-12-13T21:28:33.732Z[ recovery-image] Dec 13 21:28:31.713 INFO O| Dec 13 21:28:31.713 INFO STEP 910: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
71622024-12-13T21:28:33.767Z[ recovery-image] Dec 13 21:28:31.752 INFO O| Dec 13 21:28:31.752 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/amd64/pam_dial_auth.so.1"
71632024-12-13T21:28:33.768Z[ recovery-image] Dec 13 21:28:31.752 INFO O| Dec 13 21:28:31.752 INFO STEP 910 (remove_files) COMPLETE
71642024-12-13T21:28:33.768Z[ recovery-image] Dec 13 21:28:31.752 INFO O| Dec 13 21:28:31.752 INFO STEP 911: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
71652024-12-13T21:28:33.795Z[ recovery-image] Dec 13 21:28:31.779 INFO O| Dec 13 21:28:31.779 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/amd64/pam_krb5.so.1"
71662024-12-13T21:28:33.795Z[ recovery-image] Dec 13 21:28:31.779 INFO O| Dec 13 21:28:31.779 INFO STEP 911 (remove_files) COMPLETE
71672024-12-13T21:28:33.795Z[ recovery-image] Dec 13 21:28:31.779 INFO O| Dec 13 21:28:31.779 INFO STEP 912: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
71682024-12-13T21:28:33.814Z[ recovery-image] Dec 13 21:28:31.799 INFO O| Dec 13 21:28:31.798 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/amd64/pam_krb5_migrate.so.1"
71692024-12-13T21:28:33.814Z[ recovery-image] Dec 13 21:28:31.799 INFO O| Dec 13 21:28:31.799 INFO STEP 912 (remove_files) COMPLETE
71702024-12-13T21:28:33.815Z[ recovery-image] Dec 13 21:28:31.799 INFO O| Dec 13 21:28:31.799 INFO STEP 913: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
71712024-12-13T21:28:33.834Z[ recovery-image] Dec 13 21:28:31.817 INFO O| Dec 13 21:28:31.817 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/amd64/pam_ldap.so.1"
71722024-12-13T21:28:33.834Z[ recovery-image] Dec 13 21:28:31.817 INFO O| Dec 13 21:28:31.817 INFO STEP 913 (remove_files) COMPLETE
71732024-12-13T21:28:33.834Z[ recovery-image] Dec 13 21:28:31.817 INFO O| Dec 13 21:28:31.817 INFO STEP 914: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
71742024-12-13T21:28:33.870Z[ recovery-image] Dec 13 21:28:31.836 INFO O| Dec 13 21:28:31.836 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/amd64/pam_list.so.1"
71752024-12-13T21:28:33.870Z[ recovery-image] Dec 13 21:28:31.836 INFO O| Dec 13 21:28:31.836 INFO STEP 914 (remove_files) COMPLETE
71762024-12-13T21:28:33.870Z[ recovery-image] Dec 13 21:28:31.836 INFO O| Dec 13 21:28:31.836 INFO STEP 915: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
71772024-12-13T21:28:33.875Z[ recovery-image] Dec 13 21:28:31.857 INFO O| Dec 13 21:28:31.855 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/amd64/pam_passwd_auth.so.1"
71782024-12-13T21:28:33.875Z[ recovery-image] Dec 13 21:28:31.857 INFO O| Dec 13 21:28:31.855 INFO STEP 915 (remove_files) COMPLETE
71792024-12-13T21:28:33.876Z[ recovery-image] Dec 13 21:28:31.857 INFO O| Dec 13 21:28:31.855 INFO STEP 916: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
71802024-12-13T21:28:33.986Z[ recovery-image] Dec 13 21:28:31.970 INFO O| Dec 13 21:28:31.970 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/amd64/pam_rhosts_auth.so.1"
71812024-12-13T21:28:33.986Z[ recovery-image] Dec 13 21:28:31.970 INFO O| Dec 13 21:28:31.970 INFO STEP 916 (remove_files) COMPLETE
71822024-12-13T21:28:33.986Z[ recovery-image] Dec 13 21:28:31.970 INFO O| Dec 13 21:28:31.970 INFO STEP 917: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
71832024-12-13T21:28:34.007Z[ recovery-image] Dec 13 21:28:31.989 INFO O| Dec 13 21:28:31.989 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/amd64/pam_roles.so.1"
71842024-12-13T21:28:34.007Z[ recovery-image] Dec 13 21:28:31.989 INFO O| Dec 13 21:28:31.989 INFO STEP 917 (remove_files) COMPLETE
71852024-12-13T21:28:34.007Z[ recovery-image] Dec 13 21:28:31.989 INFO O| Dec 13 21:28:31.989 INFO STEP 918: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
71862024-12-13T21:28:34.024Z[ recovery-image] Dec 13 21:28:32.008 INFO O| Dec 13 21:28:32.008 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/amd64/pam_sample.so.1"
71872024-12-13T21:28:34.024Z[ recovery-image] Dec 13 21:28:32.009 INFO O| Dec 13 21:28:32.009 INFO STEP 918 (remove_files) COMPLETE
71882024-12-13T21:28:34.028Z[ recovery-image] Dec 13 21:28:32.009 INFO O| Dec 13 21:28:32.009 INFO STEP 919: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
71892024-12-13T21:28:34.044Z[ recovery-image] Dec 13 21:28:32.027 INFO O| Dec 13 21:28:32.027 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/amd64/pam_smb_passwd.so.1"
71902024-12-13T21:28:34.047Z[ recovery-image] Dec 13 21:28:32.027 INFO O| Dec 13 21:28:32.027 INFO STEP 919 (remove_files) COMPLETE
71912024-12-13T21:28:34.047Z[ recovery-image] Dec 13 21:28:32.027 INFO O| Dec 13 21:28:32.027 INFO STEP 920: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
71922024-12-13T21:28:34.062Z[ recovery-image] Dec 13 21:28:32.046 INFO O| Dec 13 21:28:32.046 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/amd64/pam_smbfs_login.so.1"
71932024-12-13T21:28:34.065Z[ recovery-image] Dec 13 21:28:32.046 INFO O| Dec 13 21:28:32.046 INFO STEP 920 (remove_files) COMPLETE
71942024-12-13T21:28:34.065Z[ recovery-image] Dec 13 21:28:32.046 INFO O| Dec 13 21:28:32.046 INFO STEP 921: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
71952024-12-13T21:28:34.080Z[ recovery-image] Dec 13 21:28:32.064 INFO O| Dec 13 21:28:32.064 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/amd64/pam_timestamp.so.1"
71962024-12-13T21:28:34.083Z[ recovery-image] Dec 13 21:28:32.064 INFO O| Dec 13 21:28:32.064 INFO STEP 921 (remove_files) COMPLETE
71972024-12-13T21:28:34.083Z[ recovery-image] Dec 13 21:28:32.065 INFO O| Dec 13 21:28:32.064 INFO STEP 922: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
71982024-12-13T21:28:34.098Z[ recovery-image] Dec 13 21:28:32.083 INFO O| Dec 13 21:28:32.083 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/amd64/pam_tsol_account.so.1"
71992024-12-13T21:28:34.101Z[ recovery-image] Dec 13 21:28:32.083 INFO O| Dec 13 21:28:32.083 INFO STEP 922 (remove_files) COMPLETE
72002024-12-13T21:28:34.101Z[ recovery-image] Dec 13 21:28:32.083 INFO O| Dec 13 21:28:32.083 INFO STEP 923: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
72012024-12-13T21:28:34.131Z[ recovery-image] Dec 13 21:28:32.115 INFO O| Dec 13 21:28:32.114 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/amd64/pam_unix_account.so.1"
72022024-12-13T21:28:34.131Z[ recovery-image] Dec 13 21:28:32.115 INFO O| Dec 13 21:28:32.115 INFO STEP 923 (remove_files) COMPLETE
72032024-12-13T21:28:34.131Z[ recovery-image] Dec 13 21:28:32.115 INFO O| Dec 13 21:28:32.115 INFO STEP 924: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
72042024-12-13T21:28:34.153Z[ recovery-image] Dec 13 21:28:32.135 INFO O| Dec 13 21:28:32.135 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/amd64/pam_unix_auth.so.1"
72052024-12-13T21:28:34.156Z[ recovery-image] Dec 13 21:28:32.136 INFO O| Dec 13 21:28:32.136 INFO STEP 924 (remove_files) COMPLETE
72062024-12-13T21:28:34.156Z[ recovery-image] Dec 13 21:28:32.136 INFO O| Dec 13 21:28:32.136 INFO STEP 925: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
72072024-12-13T21:28:34.182Z[ recovery-image] Dec 13 21:28:32.166 INFO O| Dec 13 21:28:32.166 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/amd64/pam_unix_cred.so.1"
72082024-12-13T21:28:34.182Z[ recovery-image] Dec 13 21:28:32.166 INFO O| Dec 13 21:28:32.166 INFO STEP 925 (remove_files) COMPLETE
72092024-12-13T21:28:34.182Z[ recovery-image] Dec 13 21:28:32.166 INFO O| Dec 13 21:28:32.166 INFO STEP 926: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
72102024-12-13T21:28:34.240Z[ recovery-image] Dec 13 21:28:32.224 INFO O| Dec 13 21:28:32.224 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/amd64/pam_unix_session.so.1"
72112024-12-13T21:28:34.240Z[ recovery-image] Dec 13 21:28:32.224 INFO O| Dec 13 21:28:32.224 INFO STEP 926 (remove_files) COMPLETE
72122024-12-13T21:28:34.240Z[ recovery-image] Dec 13 21:28:32.224 INFO O| Dec 13 21:28:32.224 INFO STEP 927: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
72132024-12-13T21:28:34.274Z[ recovery-image] Dec 13 21:28:32.258 INFO O| Dec 13 21:28:32.258 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/amd64/pkcs11_kernel.so.1"
72142024-12-13T21:28:34.274Z[ recovery-image] Dec 13 21:28:32.258 INFO O| Dec 13 21:28:32.258 INFO STEP 927 (remove_files) COMPLETE
72152024-12-13T21:28:34.277Z[ recovery-image] Dec 13 21:28:32.258 INFO O| Dec 13 21:28:32.258 INFO STEP 928: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
72162024-12-13T21:28:34.294Z[ recovery-image] Dec 13 21:28:32.277 INFO O| Dec 13 21:28:32.277 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/amd64/pkcs11_softtoken.so.1"
72172024-12-13T21:28:34.294Z[ recovery-image] Dec 13 21:28:32.278 INFO O| Dec 13 21:28:32.278 INFO STEP 928 (remove_files) COMPLETE
72182024-12-13T21:28:34.299Z[ recovery-image] Dec 13 21:28:32.278 INFO O| Dec 13 21:28:32.278 INFO STEP 929: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
72192024-12-13T21:28:34.311Z[ recovery-image] Dec 13 21:28:32.295 INFO O| Dec 13 21:28:32.295 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/amd64/pkcs11_tpm.so.1"
72202024-12-13T21:28:34.314Z[ recovery-image] Dec 13 21:28:32.295 INFO O| Dec 13 21:28:32.295 INFO STEP 929 (remove_files) COMPLETE
72212024-12-13T21:28:34.314Z[ recovery-image] Dec 13 21:28:32.295 INFO O| Dec 13 21:28:32.295 INFO STEP 930: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
72222024-12-13T21:28:34.329Z[ recovery-image] Dec 13 21:28:32.312 INFO O| Dec 13 21:28:32.312 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/audit_binfile.so.1"
72232024-12-13T21:28:34.329Z[ recovery-image] Dec 13 21:28:32.312 INFO O| Dec 13 21:28:32.312 INFO STEP 930 (remove_files) COMPLETE
72242024-12-13T21:28:34.329Z[ recovery-image] Dec 13 21:28:32.312 INFO O| Dec 13 21:28:32.312 INFO STEP 931: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
72252024-12-13T21:28:34.385Z[ recovery-image] Dec 13 21:28:32.369 INFO O| Dec 13 21:28:32.369 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/audit_remote.so.1"
72262024-12-13T21:28:34.385Z[ recovery-image] Dec 13 21:28:32.369 INFO O| Dec 13 21:28:32.369 INFO STEP 931 (remove_files) COMPLETE
72272024-12-13T21:28:34.385Z[ recovery-image] Dec 13 21:28:32.370 INFO O| Dec 13 21:28:32.369 INFO STEP 932: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
72282024-12-13T21:28:34.404Z[ recovery-image] Dec 13 21:28:32.388 INFO O| Dec 13 21:28:32.388 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/audit_syslog.so.1"
72292024-12-13T21:28:34.404Z[ recovery-image] Dec 13 21:28:32.388 INFO O| Dec 13 21:28:32.388 INFO STEP 932 (remove_files) COMPLETE
72302024-12-13T21:28:34.404Z[ recovery-image] Dec 13 21:28:32.389 INFO O| Dec 13 21:28:32.388 INFO STEP 933: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
72312024-12-13T21:28:34.423Z[ recovery-image] Dec 13 21:28:32.407 INFO O| Dec 13 21:28:32.407 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/crypt_bsdbf.so.1"
72322024-12-13T21:28:34.423Z[ recovery-image] Dec 13 21:28:32.407 INFO O| Dec 13 21:28:32.407 INFO STEP 933 (remove_files) COMPLETE
72332024-12-13T21:28:34.427Z[ recovery-image] Dec 13 21:28:32.408 INFO O| Dec 13 21:28:32.407 INFO STEP 934: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
72342024-12-13T21:28:34.457Z[ recovery-image] Dec 13 21:28:32.441 INFO O| Dec 13 21:28:32.441 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/crypt_bsdmd5.so.1"
72352024-12-13T21:28:34.457Z[ recovery-image] Dec 13 21:28:32.441 INFO O| Dec 13 21:28:32.441 INFO STEP 934 (remove_files) COMPLETE
72362024-12-13T21:28:34.457Z[ recovery-image] Dec 13 21:28:32.441 INFO O| Dec 13 21:28:32.441 INFO STEP 935: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
72372024-12-13T21:28:34.503Z[ recovery-image] Dec 13 21:28:32.487 INFO O| Dec 13 21:28:32.487 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/crypt_sha256.so.1"
72382024-12-13T21:28:34.506Z[ recovery-image] Dec 13 21:28:32.487 INFO O| Dec 13 21:28:32.487 INFO STEP 935 (remove_files) COMPLETE
72392024-12-13T21:28:34.506Z[ recovery-image] Dec 13 21:28:32.487 INFO O| Dec 13 21:28:32.487 INFO STEP 936: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
72402024-12-13T21:28:34.523Z[ recovery-image] Dec 13 21:28:32.507 INFO O| Dec 13 21:28:32.507 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/crypt_sha512.so.1"
72412024-12-13T21:28:34.525Z[ recovery-image] Dec 13 21:28:32.507 INFO O| Dec 13 21:28:32.507 INFO STEP 936 (remove_files) COMPLETE
72422024-12-13T21:28:34.525Z[ recovery-image] Dec 13 21:28:32.507 INFO O| Dec 13 21:28:32.507 INFO STEP 937: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
72432024-12-13T21:28:34.541Z[ recovery-image] Dec 13 21:28:32.524 INFO O| Dec 13 21:28:32.524 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/crypt_sunmd5.so.1"
72442024-12-13T21:28:34.544Z[ recovery-image] Dec 13 21:28:32.525 INFO O| Dec 13 21:28:32.525 INFO STEP 937 (remove_files) COMPLETE
72452024-12-13T21:28:34.544Z[ recovery-image] Dec 13 21:28:32.525 INFO O| Dec 13 21:28:32.525 INFO STEP 938: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
72462024-12-13T21:28:34.558Z[ recovery-image] Dec 13 21:28:32.542 INFO O| Dec 13 21:28:32.542 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/pam_allow.so.1"
72472024-12-13T21:28:34.561Z[ recovery-image] Dec 13 21:28:32.543 INFO O| Dec 13 21:28:32.542 INFO STEP 938 (remove_files) COMPLETE
72482024-12-13T21:28:34.561Z[ recovery-image] Dec 13 21:28:32.543 INFO O| Dec 13 21:28:32.543 INFO STEP 939: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
72492024-12-13T21:28:34.576Z[ recovery-image] Dec 13 21:28:32.560 INFO O| Dec 13 21:28:32.560 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/pam_authtok_check.so.1"
72502024-12-13T21:28:34.576Z[ recovery-image] Dec 13 21:28:32.561 INFO O| Dec 13 21:28:32.561 INFO STEP 939 (remove_files) COMPLETE
72512024-12-13T21:28:34.579Z[ recovery-image] Dec 13 21:28:32.561 INFO O| Dec 13 21:28:32.561 INFO STEP 940: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
72522024-12-13T21:28:34.595Z[ recovery-image] Dec 13 21:28:32.579 INFO O| Dec 13 21:28:32.579 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/pam_authtok_store.so.1"
72532024-12-13T21:28:34.598Z[ recovery-image] Dec 13 21:28:32.579 INFO O| Dec 13 21:28:32.579 INFO STEP 940 (remove_files) COMPLETE
72542024-12-13T21:28:34.598Z[ recovery-image] Dec 13 21:28:32.579 INFO O| Dec 13 21:28:32.579 INFO STEP 941: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
72552024-12-13T21:28:34.614Z[ recovery-image] Dec 13 21:28:32.598 INFO O| Dec 13 21:28:32.598 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/pam_deny.so.1"
72562024-12-13T21:28:34.617Z[ recovery-image] Dec 13 21:28:32.598 INFO O| Dec 13 21:28:32.598 INFO STEP 941 (remove_files) COMPLETE
72572024-12-13T21:28:34.617Z[ recovery-image] Dec 13 21:28:32.599 INFO O| Dec 13 21:28:32.598 INFO STEP 942: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
72582024-12-13T21:28:34.633Z[ recovery-image] Dec 13 21:28:32.617 INFO O| Dec 13 21:28:32.617 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/pam_krb5.so.1"
72592024-12-13T21:28:34.638Z[ recovery-image] Dec 13 21:28:32.618 INFO O| Dec 13 21:28:32.617 INFO STEP 942 (remove_files) COMPLETE
72602024-12-13T21:28:34.638Z[ recovery-image] Dec 13 21:28:32.618 INFO O| Dec 13 21:28:32.617 INFO STEP 943: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
72612024-12-13T21:28:34.653Z[ recovery-image] Dec 13 21:28:32.637 INFO O| Dec 13 21:28:32.637 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/pam_krb5_migrate.so.1"
72622024-12-13T21:28:34.656Z[ recovery-image] Dec 13 21:28:32.637 INFO O| Dec 13 21:28:32.637 INFO STEP 943 (remove_files) COMPLETE
72632024-12-13T21:28:34.656Z[ recovery-image] Dec 13 21:28:32.637 INFO O| Dec 13 21:28:32.637 INFO STEP 944: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
72642024-12-13T21:28:34.693Z[ recovery-image] Dec 13 21:28:32.678 INFO O| Dec 13 21:28:32.677 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/pam_ldap.so.1"
72652024-12-13T21:28:34.696Z[ recovery-image] Dec 13 21:28:32.678 INFO O| Dec 13 21:28:32.678 INFO STEP 944 (remove_files) COMPLETE
72662024-12-13T21:28:34.696Z[ recovery-image] Dec 13 21:28:32.678 INFO O| Dec 13 21:28:32.678 INFO STEP 945: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
72672024-12-13T21:28:34.720Z[ recovery-image] Dec 13 21:28:32.703 INFO O| Dec 13 21:28:32.703 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/pam_list.so.1"
72682024-12-13T21:28:34.720Z[ recovery-image] Dec 13 21:28:32.703 INFO O| Dec 13 21:28:32.703 INFO STEP 945 (remove_files) COMPLETE
72692024-12-13T21:28:34.720Z[ recovery-image] Dec 13 21:28:32.703 INFO O| Dec 13 21:28:32.703 INFO STEP 946: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
72702024-12-13T21:28:34.756Z[ recovery-image] Dec 13 21:28:32.724 INFO O| Dec 13 21:28:32.724 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/pam_passwd_auth.so.1"
72712024-12-13T21:28:34.756Z[ recovery-image] Dec 13 21:28:32.724 INFO O| Dec 13 21:28:32.724 INFO STEP 946 (remove_files) COMPLETE
72722024-12-13T21:28:34.756Z[ recovery-image] Dec 13 21:28:32.725 INFO O| Dec 13 21:28:32.724 INFO STEP 947: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
72732024-12-13T21:28:34.768Z[ recovery-image] Dec 13 21:28:32.744 INFO O| Dec 13 21:28:32.743 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/pam_rhosts_auth.so.1"
72742024-12-13T21:28:34.768Z[ recovery-image] Dec 13 21:28:32.744 INFO O| Dec 13 21:28:32.744 INFO STEP 947 (remove_files) COMPLETE
72752024-12-13T21:28:34.768Z[ recovery-image] Dec 13 21:28:32.744 INFO O| Dec 13 21:28:32.744 INFO STEP 948: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
72762024-12-13T21:28:34.797Z[ recovery-image] Dec 13 21:28:32.781 INFO O| Dec 13 21:28:32.780 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/pam_sample.so.1"
72772024-12-13T21:28:34.797Z[ recovery-image] Dec 13 21:28:32.781 INFO O| Dec 13 21:28:32.781 INFO STEP 948 (remove_files) COMPLETE
72782024-12-13T21:28:34.797Z[ recovery-image] Dec 13 21:28:32.781 INFO O| Dec 13 21:28:32.781 INFO STEP 949: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
72792024-12-13T21:28:34.888Z[ recovery-image] Dec 13 21:28:32.868 INFO O| Dec 13 21:28:32.868 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/pam_smb_passwd.so.1"
72802024-12-13T21:28:34.894Z[ recovery-image] Dec 13 21:28:32.869 INFO O| Dec 13 21:28:32.868 INFO STEP 949 (remove_files) COMPLETE
72812024-12-13T21:28:34.894Z[ recovery-image] Dec 13 21:28:32.869 INFO O| Dec 13 21:28:32.868 INFO STEP 950: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
72822024-12-13T21:28:34.950Z[ recovery-image] Dec 13 21:28:32.928 INFO O| Dec 13 21:28:32.927 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/pam_smbfs_login.so.1"
72832024-12-13T21:28:34.957Z[ recovery-image] Dec 13 21:28:32.928 INFO O| Dec 13 21:28:32.928 INFO STEP 950 (remove_files) COMPLETE
72842024-12-13T21:28:34.957Z[ recovery-image] Dec 13 21:28:32.928 INFO O| Dec 13 21:28:32.928 INFO STEP 951: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
72852024-12-13T21:28:34.994Z[ recovery-image] Dec 13 21:28:32.978 INFO O| Dec 13 21:28:32.978 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/pam_timestamp.so.1"
72862024-12-13T21:28:34.998Z[ recovery-image] Dec 13 21:28:32.978 INFO O| Dec 13 21:28:32.978 INFO STEP 951 (remove_files) COMPLETE
72872024-12-13T21:28:34.998Z[ recovery-image] Dec 13 21:28:32.978 INFO O| Dec 13 21:28:32.978 INFO STEP 952: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
72882024-12-13T21:28:35.025Z[ recovery-image] Dec 13 21:28:32.998 INFO O| Dec 13 21:28:32.998 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/pam_tsol_account.so.1"
72892024-12-13T21:28:35.071Z[ recovery-image] Dec 13 21:28:32.998 INFO O| Dec 13 21:28:32.998 INFO STEP 952 (remove_files) COMPLETE
72902024-12-13T21:28:35.072Z[ recovery-image] Dec 13 21:28:32.998 INFO O| Dec 13 21:28:32.998 INFO STEP 953: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
72912024-12-13T21:28:35.072Z[ recovery-image] Dec 13 21:28:33.036 INFO O| Dec 13 21:28:33.036 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/pkcs11_kernel.so.1"
72922024-12-13T21:28:35.072Z[ recovery-image] Dec 13 21:28:33.036 INFO O| Dec 13 21:28:33.036 INFO STEP 953 (remove_files) COMPLETE
72932024-12-13T21:28:35.072Z[ recovery-image] Dec 13 21:28:33.037 INFO O| Dec 13 21:28:33.036 INFO STEP 954: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
72942024-12-13T21:28:35.081Z[ recovery-image] Dec 13 21:28:33.057 INFO O| Dec 13 21:28:33.057 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/pkcs11_softtoken.so.1"
72952024-12-13T21:28:35.082Z[ recovery-image] Dec 13 21:28:33.057 INFO O| Dec 13 21:28:33.057 INFO STEP 954 (remove_files) COMPLETE
72962024-12-13T21:28:35.082Z[ recovery-image] Dec 13 21:28:33.057 INFO O| Dec 13 21:28:33.057 INFO STEP 955: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
72972024-12-13T21:28:35.099Z[ recovery-image] Dec 13 21:28:33.077 INFO O| Dec 13 21:28:33.077 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/pkcs11_tpm.so.1"
72982024-12-13T21:28:35.099Z[ recovery-image] Dec 13 21:28:33.077 INFO O| Dec 13 21:28:33.077 INFO STEP 955 (remove_files) COMPLETE
72992024-12-13T21:28:35.099Z[ recovery-image] Dec 13 21:28:33.077 INFO O| Dec 13 21:28:33.077 INFO STEP 956: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
73002024-12-13T21:28:35.120Z[ recovery-image] Dec 13 21:28:33.096 INFO O| Dec 13 21:28:33.096 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/spell/compress"
73012024-12-13T21:28:35.120Z[ recovery-image] Dec 13 21:28:33.096 INFO O| Dec 13 21:28:33.096 INFO STEP 956 (remove_files) COMPLETE
73022024-12-13T21:28:35.121Z[ recovery-image] Dec 13 21:28:33.096 INFO O| Dec 13 21:28:33.096 INFO STEP 957: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
73032024-12-13T21:28:35.138Z[ recovery-image] Dec 13 21:28:33.116 INFO O| Dec 13 21:28:33.116 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/spell/hashcheck"
73042024-12-13T21:28:35.138Z[ recovery-image] Dec 13 21:28:33.116 INFO O| Dec 13 21:28:33.116 INFO STEP 957 (remove_files) COMPLETE
73052024-12-13T21:28:35.138Z[ recovery-image] Dec 13 21:28:33.116 INFO O| Dec 13 21:28:33.116 INFO STEP 958: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
73062024-12-13T21:28:35.157Z[ recovery-image] Dec 13 21:28:33.140 INFO O| Dec 13 21:28:33.140 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/spell/hashmake"
73072024-12-13T21:28:35.157Z[ recovery-image] Dec 13 21:28:33.140 INFO O| Dec 13 21:28:33.140 INFO STEP 958 (remove_files) COMPLETE
73082024-12-13T21:28:35.157Z[ recovery-image] Dec 13 21:28:33.140 INFO O| Dec 13 21:28:33.140 INFO STEP 959: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
73092024-12-13T21:28:35.195Z[ recovery-image] Dec 13 21:28:33.167 INFO O| Dec 13 21:28:33.167 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/spell/hlista"
73102024-12-13T21:28:35.195Z[ recovery-image] Dec 13 21:28:33.167 INFO O| Dec 13 21:28:33.167 INFO STEP 959 (remove_files) COMPLETE
73112024-12-13T21:28:35.203Z[ recovery-image] Dec 13 21:28:33.167 INFO O| Dec 13 21:28:33.167 INFO STEP 960: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
73122024-12-13T21:28:35.259Z[ recovery-image] Dec 13 21:28:33.241 INFO O| Dec 13 21:28:33.241 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/spell/hlistb"
73132024-12-13T21:28:35.259Z[ recovery-image] Dec 13 21:28:33.241 INFO O| Dec 13 21:28:33.241 INFO STEP 960 (remove_files) COMPLETE
73142024-12-13T21:28:35.259Z[ recovery-image] Dec 13 21:28:33.241 INFO O| Dec 13 21:28:33.241 INFO STEP 961: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
73152024-12-13T21:28:35.276Z[ recovery-image] Dec 13 21:28:33.259 INFO O| Dec 13 21:28:33.258 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/spell/hstop"
73162024-12-13T21:28:35.276Z[ recovery-image] Dec 13 21:28:33.259 INFO O| Dec 13 21:28:33.259 INFO STEP 961 (remove_files) COMPLETE
73172024-12-13T21:28:35.277Z[ recovery-image] Dec 13 21:28:33.259 INFO O| Dec 13 21:28:33.259 INFO STEP 962: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
73182024-12-13T21:28:35.292Z[ recovery-image] Dec 13 21:28:33.275 INFO O| Dec 13 21:28:33.275 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/spell/spellin"
73192024-12-13T21:28:35.292Z[ recovery-image] Dec 13 21:28:33.276 INFO O| Dec 13 21:28:33.275 INFO STEP 962 (remove_files) COMPLETE
73202024-12-13T21:28:35.306Z[ recovery-image] Dec 13 21:28:33.276 INFO O| Dec 13 21:28:33.276 INFO STEP 963: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
73212024-12-13T21:28:35.312Z[ recovery-image] Dec 13 21:28:33.294 INFO O| Dec 13 21:28:33.294 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/spell/spellprog"
73222024-12-13T21:28:35.312Z[ recovery-image] Dec 13 21:28:33.294 INFO O| Dec 13 21:28:33.294 INFO STEP 963 (remove_files) COMPLETE
73232024-12-13T21:28:35.312Z[ recovery-image] Dec 13 21:28:33.294 INFO O| Dec 13 21:28:33.294 INFO STEP 964: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
73242024-12-13T21:28:35.337Z[ recovery-image] Dec 13 21:28:33.313 INFO O| Dec 13 21:28:33.313 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/sysevent/syseventconfd"
73252024-12-13T21:28:35.352Z[ recovery-image] Dec 13 21:28:33.314 INFO O| Dec 13 21:28:33.314 INFO STEP 964 (remove_files) COMPLETE
73262024-12-13T21:28:35.353Z[ recovery-image] Dec 13 21:28:33.314 INFO O| Dec 13 21:28:33.314 INFO STEP 965: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
73272024-12-13T21:28:35.404Z[ recovery-image] Dec 13 21:28:33.333 INFO O| Dec 13 21:28:33.333 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/varpd/amd64/libvarpd_direct.so.1"
73282024-12-13T21:28:35.404Z[ recovery-image] Dec 13 21:28:33.341 INFO O| Dec 13 21:28:33.341 INFO STEP 965 (remove_files) COMPLETE
73292024-12-13T21:28:35.404Z[ recovery-image] Dec 13 21:28:33.341 INFO O| Dec 13 21:28:33.341 INFO STEP 966: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
73302024-12-13T21:28:35.416Z[ recovery-image] Dec 13 21:28:33.361 INFO O| Dec 13 21:28:33.361 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/varpd/amd64/libvarpd_files.so.1"
73312024-12-13T21:28:35.416Z[ recovery-image] Dec 13 21:28:33.361 INFO O| Dec 13 21:28:33.361 INFO STEP 966 (remove_files) COMPLETE
73322024-12-13T21:28:35.416Z[ recovery-image] Dec 13 21:28:33.361 INFO O| Dec 13 21:28:33.361 INFO STEP 967: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
73332024-12-13T21:28:35.416Z[ recovery-image] Dec 13 21:28:33.380 INFO O| Dec 13 21:28:33.380 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/varpd/libvarpd_direct.so.1"
73342024-12-13T21:28:35.416Z[ recovery-image] Dec 13 21:28:33.380 INFO O| Dec 13 21:28:33.380 INFO STEP 967 (remove_files) COMPLETE
73352024-12-13T21:28:35.416Z[ recovery-image] Dec 13 21:28:33.380 INFO O| Dec 13 21:28:33.380 INFO STEP 968: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
73362024-12-13T21:28:35.433Z[ recovery-image] Dec 13 21:28:33.400 INFO O| Dec 13 21:28:33.399 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/varpd/libvarpd_files.so.1"
73372024-12-13T21:28:35.433Z[ recovery-image] Dec 13 21:28:33.400 INFO O| Dec 13 21:28:33.400 INFO STEP 968 (remove_files) COMPLETE
73382024-12-13T21:28:35.433Z[ recovery-image] Dec 13 21:28:33.400 INFO O| Dec 13 21:28:33.400 INFO STEP 969: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
73392024-12-13T21:28:35.438Z[ recovery-image] Dec 13 21:28:33.419 INFO O| Dec 13 21:28:33.419 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/varpd/varpd"
73402024-12-13T21:28:35.438Z[ recovery-image] Dec 13 21:28:33.419 INFO O| Dec 13 21:28:33.419 INFO STEP 969 (remove_files) COMPLETE
73412024-12-13T21:28:35.439Z[ recovery-image] Dec 13 21:28:33.420 INFO O| Dec 13 21:28:33.419 INFO STEP 970: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
73422024-12-13T21:28:35.454Z[ recovery-image] Dec 13 21:28:33.437 INFO O| Dec 13 21:28:33.437 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/xhci/xhci_portsc"
73432024-12-13T21:28:35.462Z[ recovery-image] Dec 13 21:28:33.437 INFO O| Dec 13 21:28:33.437 INFO STEP 970 (remove_files) COMPLETE
73442024-12-13T21:28:35.462Z[ recovery-image] Dec 13 21:28:33.437 INFO O| Dec 13 21:28:33.437 INFO STEP 971: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
73452024-12-13T21:28:35.471Z[ recovery-image] Dec 13 21:28:33.454 INFO O| Dec 13 21:28:33.454 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/zfs/availdevs"
73462024-12-13T21:28:35.478Z[ recovery-image] Dec 13 21:28:33.454 INFO O| Dec 13 21:28:33.454 INFO STEP 971 (remove_files) COMPLETE
73472024-12-13T21:28:35.478Z[ recovery-image] Dec 13 21:28:33.454 INFO O| Dec 13 21:28:33.454 INFO STEP 972: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
73482024-12-13T21:28:35.488Z[ recovery-image] Dec 13 21:28:33.470 INFO O| Dec 13 21:28:33.470 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/zones/zoneadmd"
73492024-12-13T21:28:35.492Z[ recovery-image] Dec 13 21:28:33.470 INFO O| Dec 13 21:28:33.470 INFO STEP 972 (remove_files) COMPLETE
73502024-12-13T21:28:35.492Z[ recovery-image] Dec 13 21:28:33.470 INFO O| Dec 13 21:28:33.470 INFO STEP 973: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
73512024-12-13T21:28:35.503Z[ recovery-image] Dec 13 21:28:33.486 INFO O| Dec 13 21:28:33.486 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/libexec/amd64/sftp-server"
73522024-12-13T21:28:35.503Z[ recovery-image] Dec 13 21:28:33.486 INFO O| Dec 13 21:28:33.486 INFO STEP 973 (remove_files) COMPLETE
73532024-12-13T21:28:35.507Z[ recovery-image] Dec 13 21:28:33.486 INFO O| Dec 13 21:28:33.486 INFO STEP 974: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
73542024-12-13T21:28:35.521Z[ recovery-image] Dec 13 21:28:33.505 INFO O| Dec 13 21:28:33.505 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/libexec/amd64/ssh-keysign"
73552024-12-13T21:28:35.526Z[ recovery-image] Dec 13 21:28:33.505 INFO O| Dec 13 21:28:33.505 INFO STEP 974 (remove_files) COMPLETE
73562024-12-13T21:28:35.526Z[ recovery-image] Dec 13 21:28:33.506 INFO O| Dec 13 21:28:33.505 INFO STEP 975: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
73572024-12-13T21:28:35.545Z[ recovery-image] Dec 13 21:28:33.525 INFO O| Dec 13 21:28:33.524 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/libexec/amd64/ssh-pkcs11-helper"
73582024-12-13T21:28:35.552Z[ recovery-image] Dec 13 21:28:33.525 INFO O| Dec 13 21:28:33.525 INFO STEP 975 (remove_files) COMPLETE
73592024-12-13T21:28:35.552Z[ recovery-image] Dec 13 21:28:33.525 INFO O| Dec 13 21:28:33.525 INFO STEP 976: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
73602024-12-13T21:28:35.599Z[ recovery-image] Dec 13 21:28:33.583 INFO O| Dec 13 21:28:33.583 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/libexec/amd64/ssh-sk-helper"
73612024-12-13T21:28:35.599Z[ recovery-image] Dec 13 21:28:33.583 INFO O| Dec 13 21:28:33.583 INFO STEP 976 (remove_files) COMPLETE
73622024-12-13T21:28:35.599Z[ recovery-image] Dec 13 21:28:33.583 INFO O| Dec 13 21:28:33.583 INFO STEP 977: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
73632024-12-13T21:28:35.720Z[ recovery-image] Dec 13 21:28:33.704 INFO O| Dec 13 21:28:33.704 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/platform/oxide/bin/ipcc"
73642024-12-13T21:28:35.738Z[ recovery-image] Dec 13 21:28:33.722 INFO O| Dec 13 21:28:33.722 INFO STEP 977 (remove_files) COMPLETE
73652024-12-13T21:28:35.742Z[ recovery-image] Dec 13 21:28:33.722 INFO O| Dec 13 21:28:33.722 INFO STEP 978: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
73662024-12-13T21:28:35.757Z[ recovery-image] Dec 13 21:28:33.741 INFO O| Dec 13 21:28:33.741 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/platform/oxide/lib/mdb/kvm/amd64/apix.so"
73672024-12-13T21:28:35.758Z[ recovery-image] Dec 13 21:28:33.742 INFO O| Dec 13 21:28:33.742 INFO STEP 978 (remove_files) COMPLETE
73682024-12-13T21:28:35.758Z[ recovery-image] Dec 13 21:28:33.742 INFO O| Dec 13 21:28:33.742 INFO STEP 979: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
73692024-12-13T21:28:35.778Z[ recovery-image] Dec 13 21:28:33.760 INFO O| Dec 13 21:28:33.760 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/platform/oxide/lib/mdb/kvm/amd64/ipcc.so"
73702024-12-13T21:28:35.778Z[ recovery-image] Dec 13 21:28:33.760 INFO O| Dec 13 21:28:33.760 INFO STEP 979 (remove_files) COMPLETE
73712024-12-13T21:28:35.778Z[ recovery-image] Dec 13 21:28:33.760 INFO O| Dec 13 21:28:33.760 INFO STEP 980: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
73722024-12-13T21:28:35.804Z[ recovery-image] Dec 13 21:28:33.788 INFO O| Dec 13 21:28:33.788 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/platform/oxide/lib/mdb/kvm/amd64/unix.so"
73732024-12-13T21:28:35.808Z[ recovery-image] Dec 13 21:28:33.788 INFO O| Dec 13 21:28:33.788 INFO STEP 980 (remove_files) COMPLETE
73742024-12-13T21:28:35.808Z[ recovery-image] Dec 13 21:28:33.789 INFO O| Dec 13 21:28:33.788 INFO STEP 981: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
73752024-12-13T21:28:35.833Z[ recovery-image] Dec 13 21:28:33.809 INFO O| Dec 13 21:28:33.808 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sadm/bin/dispgid"
73762024-12-13T21:28:35.833Z[ recovery-image] Dec 13 21:28:33.809 INFO O| Dec 13 21:28:33.809 INFO STEP 981 (remove_files) COMPLETE
73772024-12-13T21:28:35.834Z[ recovery-image] Dec 13 21:28:33.809 INFO O| Dec 13 21:28:33.809 INFO STEP 982: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
73782024-12-13T21:28:35.953Z[ recovery-image] Dec 13 21:28:33.935 INFO O| Dec 13 21:28:33.934 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sadm/bin/dispuid"
73792024-12-13T21:28:35.954Z[ recovery-image] Dec 13 21:28:33.935 INFO O| Dec 13 21:28:33.934 INFO STEP 982 (remove_files) COMPLETE
73802024-12-13T21:28:35.954Z[ recovery-image] Dec 13 21:28:33.935 INFO O| Dec 13 21:28:33.934 INFO STEP 983: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
73812024-12-13T21:28:35.985Z[ recovery-image] Dec 13 21:28:33.969 INFO O| Dec 13 21:28:33.961 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sadm/bin/errange"
73822024-12-13T21:28:35.985Z[ recovery-image] Dec 13 21:28:33.969 INFO O| Dec 13 21:28:33.961 INFO STEP 983 (remove_files) COMPLETE
73832024-12-13T21:28:35.988Z[ recovery-image] Dec 13 21:28:33.969 INFO O| Dec 13 21:28:33.961 INFO STEP 984: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
73842024-12-13T21:28:36.050Z[ recovery-image] Dec 13 21:28:34.031 INFO O| Dec 13 21:28:34.031 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sadm/bin/errdate"
73852024-12-13T21:28:36.055Z[ recovery-image] Dec 13 21:28:34.031 INFO O| Dec 13 21:28:34.031 INFO STEP 984 (remove_files) COMPLETE
73862024-12-13T21:28:36.055Z[ recovery-image] Dec 13 21:28:34.031 INFO O| Dec 13 21:28:34.031 INFO STEP 985: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
73872024-12-13T21:28:36.084Z[ recovery-image] Dec 13 21:28:34.066 INFO O| Dec 13 21:28:34.066 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sadm/bin/errgid"
73882024-12-13T21:28:36.084Z[ recovery-image] Dec 13 21:28:34.066 INFO O| Dec 13 21:28:34.066 INFO STEP 985 (remove_files) COMPLETE
73892024-12-13T21:28:36.084Z[ recovery-image] Dec 13 21:28:34.066 INFO O| Dec 13 21:28:34.066 INFO STEP 986: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
73902024-12-13T21:28:36.127Z[ recovery-image] Dec 13 21:28:34.111 INFO O| Dec 13 21:28:34.111 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sadm/bin/errint"
73912024-12-13T21:28:36.127Z[ recovery-image] Dec 13 21:28:34.111 INFO O| Dec 13 21:28:34.111 INFO STEP 986 (remove_files) COMPLETE
73922024-12-13T21:28:36.127Z[ recovery-image] Dec 13 21:28:34.111 INFO O| Dec 13 21:28:34.111 INFO STEP 987: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
73932024-12-13T21:28:36.152Z[ recovery-image] Dec 13 21:28:34.136 INFO O| Dec 13 21:28:34.136 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sadm/bin/erritem"
73942024-12-13T21:28:36.153Z[ recovery-image] Dec 13 21:28:34.136 INFO O| Dec 13 21:28:34.136 INFO STEP 987 (remove_files) COMPLETE
73952024-12-13T21:28:36.153Z[ recovery-image] Dec 13 21:28:34.137 INFO O| Dec 13 21:28:34.136 INFO STEP 988: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
73962024-12-13T21:28:36.177Z[ recovery-image] Dec 13 21:28:34.157 INFO O| Dec 13 21:28:34.157 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sadm/bin/errpath"
73972024-12-13T21:28:36.177Z[ recovery-image] Dec 13 21:28:34.157 INFO O| Dec 13 21:28:34.157 INFO STEP 988 (remove_files) COMPLETE
73982024-12-13T21:28:36.177Z[ recovery-image] Dec 13 21:28:34.157 INFO O| Dec 13 21:28:34.157 INFO STEP 989: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
73992024-12-13T21:28:36.234Z[ recovery-image] Dec 13 21:28:34.218 INFO O| Dec 13 21:28:34.218 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sadm/bin/errstr"
74002024-12-13T21:28:36.238Z[ recovery-image] Dec 13 21:28:34.219 INFO O| Dec 13 21:28:34.218 INFO STEP 989 (remove_files) COMPLETE
74012024-12-13T21:28:36.238Z[ recovery-image] Dec 13 21:28:34.219 INFO O| Dec 13 21:28:34.219 INFO STEP 990: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
74022024-12-13T21:28:36.257Z[ recovery-image] Dec 13 21:28:34.241 INFO O| Dec 13 21:28:34.241 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sadm/bin/errtime"
74032024-12-13T21:28:36.261Z[ recovery-image] Dec 13 21:28:34.242 INFO O| Dec 13 21:28:34.241 INFO STEP 990 (remove_files) COMPLETE
74042024-12-13T21:28:36.261Z[ recovery-image] Dec 13 21:28:34.242 INFO O| Dec 13 21:28:34.242 INFO STEP 991: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
74052024-12-13T21:28:36.279Z[ recovery-image] Dec 13 21:28:34.263 INFO O| Dec 13 21:28:34.263 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sadm/bin/erruid"
74062024-12-13T21:28:36.282Z[ recovery-image] Dec 13 21:28:34.263 INFO O| Dec 13 21:28:34.263 INFO STEP 991 (remove_files) COMPLETE
74072024-12-13T21:28:36.282Z[ recovery-image] Dec 13 21:28:34.263 INFO O| Dec 13 21:28:34.263 INFO STEP 992: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
74082024-12-13T21:28:36.310Z[ recovery-image] Dec 13 21:28:34.284 INFO O| Dec 13 21:28:34.284 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sadm/bin/erryorn"
74092024-12-13T21:28:36.310Z[ recovery-image] Dec 13 21:28:34.284 INFO O| Dec 13 21:28:34.284 INFO STEP 992 (remove_files) COMPLETE
74102024-12-13T21:28:36.310Z[ recovery-image] Dec 13 21:28:34.284 INFO O| Dec 13 21:28:34.284 INFO STEP 993: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
74112024-12-13T21:28:36.323Z[ recovery-image] Dec 13 21:28:34.305 INFO O| Dec 13 21:28:34.305 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sadm/bin/helpdate"
74122024-12-13T21:28:36.323Z[ recovery-image] Dec 13 21:28:34.305 INFO O| Dec 13 21:28:34.305 INFO STEP 993 (remove_files) COMPLETE
74132024-12-13T21:28:36.323Z[ recovery-image] Dec 13 21:28:34.305 INFO O| Dec 13 21:28:34.305 INFO STEP 994: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
74142024-12-13T21:28:36.364Z[ recovery-image] Dec 13 21:28:34.348 INFO O| Dec 13 21:28:34.348 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sadm/bin/helpgid"
74152024-12-13T21:28:36.364Z[ recovery-image] Dec 13 21:28:34.348 INFO O| Dec 13 21:28:34.348 INFO STEP 994 (remove_files) COMPLETE
74162024-12-13T21:28:36.367Z[ recovery-image] Dec 13 21:28:34.348 INFO O| Dec 13 21:28:34.348 INFO STEP 995: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
74172024-12-13T21:28:36.384Z[ recovery-image] Dec 13 21:28:34.367 INFO O| Dec 13 21:28:34.366 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sadm/bin/helpint"
74182024-12-13T21:28:36.384Z[ recovery-image] Dec 13 21:28:34.367 INFO O| Dec 13 21:28:34.367 INFO STEP 995 (remove_files) COMPLETE
74192024-12-13T21:28:36.384Z[ recovery-image] Dec 13 21:28:34.367 INFO O| Dec 13 21:28:34.367 INFO STEP 996: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
74202024-12-13T21:28:36.400Z[ recovery-image] Dec 13 21:28:34.384 INFO O| Dec 13 21:28:34.384 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sadm/bin/helpitem"
74212024-12-13T21:28:36.400Z[ recovery-image] Dec 13 21:28:34.384 INFO O| Dec 13 21:28:34.384 INFO STEP 996 (remove_files) COMPLETE
74222024-12-13T21:28:36.400Z[ recovery-image] Dec 13 21:28:34.384 INFO O| Dec 13 21:28:34.384 INFO STEP 997: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
74232024-12-13T21:28:36.448Z[ recovery-image] Dec 13 21:28:34.432 INFO O| Dec 13 21:28:34.431 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sadm/bin/helppath"
74242024-12-13T21:28:36.448Z[ recovery-image] Dec 13 21:28:34.432 INFO O| Dec 13 21:28:34.431 INFO STEP 997 (remove_files) COMPLETE
74252024-12-13T21:28:36.449Z[ recovery-image] Dec 13 21:28:34.432 INFO O| Dec 13 21:28:34.431 INFO STEP 998: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
74262024-12-13T21:28:36.510Z[ recovery-image] Dec 13 21:28:34.494 INFO O| Dec 13 21:28:34.494 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sadm/bin/helprange"
74272024-12-13T21:28:36.510Z[ recovery-image] Dec 13 21:28:34.494 INFO O| Dec 13 21:28:34.494 INFO STEP 998 (remove_files) COMPLETE
74282024-12-13T21:28:36.513Z[ recovery-image] Dec 13 21:28:34.494 INFO O| Dec 13 21:28:34.494 INFO STEP 999: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
74292024-12-13T21:28:36.529Z[ recovery-image] Dec 13 21:28:34.513 INFO O| Dec 13 21:28:34.513 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sadm/bin/helpstr"
74302024-12-13T21:28:36.529Z[ recovery-image] Dec 13 21:28:34.513 INFO O| Dec 13 21:28:34.513 INFO STEP 999 (remove_files) COMPLETE
74312024-12-13T21:28:36.531Z[ recovery-image] Dec 13 21:28:34.513 INFO O| Dec 13 21:28:34.513 INFO STEP 1000: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
74322024-12-13T21:28:36.548Z[ recovery-image] Dec 13 21:28:34.532 INFO O| Dec 13 21:28:34.532 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sadm/bin/helptime"
74332024-12-13T21:28:36.551Z[ recovery-image] Dec 13 21:28:34.532 INFO O| Dec 13 21:28:34.532 INFO STEP 1000 (remove_files) COMPLETE
74342024-12-13T21:28:36.551Z[ recovery-image] Dec 13 21:28:34.532 INFO O| Dec 13 21:28:34.532 INFO STEP 1001: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
74352024-12-13T21:28:36.580Z[ recovery-image] Dec 13 21:28:34.549 INFO O| Dec 13 21:28:34.549 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sadm/bin/helpuid"
74362024-12-13T21:28:36.583Z[ recovery-image] Dec 13 21:28:34.549 INFO O| Dec 13 21:28:34.549 INFO STEP 1001 (remove_files) COMPLETE
74372024-12-13T21:28:36.583Z[ recovery-image] Dec 13 21:28:34.549 INFO O| Dec 13 21:28:34.549 INFO STEP 1002: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
74382024-12-13T21:28:36.583Z[ recovery-image] Dec 13 21:28:34.565 INFO O| Dec 13 21:28:34.565 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sadm/bin/helpyorn"
74392024-12-13T21:28:36.583Z[ recovery-image] Dec 13 21:28:34.565 INFO O| Dec 13 21:28:34.565 INFO STEP 1002 (remove_files) COMPLETE
74402024-12-13T21:28:36.583Z[ recovery-image] Dec 13 21:28:34.565 INFO O| Dec 13 21:28:34.565 INFO STEP 1003: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
74412024-12-13T21:28:36.600Z[ recovery-image] Dec 13 21:28:34.584 INFO O| Dec 13 21:28:34.584 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sadm/bin/puttext"
74422024-12-13T21:28:36.603Z[ recovery-image] Dec 13 21:28:34.584 INFO O| Dec 13 21:28:34.584 INFO STEP 1003 (remove_files) COMPLETE
74432024-12-13T21:28:36.603Z[ recovery-image] Dec 13 21:28:34.584 INFO O| Dec 13 21:28:34.584 INFO STEP 1004: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
74442024-12-13T21:28:36.617Z[ recovery-image] Dec 13 21:28:34.601 INFO O| Dec 13 21:28:34.601 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sadm/bin/valdate"
74452024-12-13T21:28:36.635Z[ recovery-image] Dec 13 21:28:34.601 INFO O| Dec 13 21:28:34.601 INFO STEP 1004 (remove_files) COMPLETE
74462024-12-13T21:28:36.635Z[ recovery-image] Dec 13 21:28:34.601 INFO O| Dec 13 21:28:34.601 INFO STEP 1005: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
74472024-12-13T21:28:36.638Z[ recovery-image] Dec 13 21:28:34.618 INFO O| Dec 13 21:28:34.618 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sadm/bin/valgid"
74482024-12-13T21:28:36.638Z[ recovery-image] Dec 13 21:28:34.618 INFO O| Dec 13 21:28:34.618 INFO STEP 1005 (remove_files) COMPLETE
74492024-12-13T21:28:36.638Z[ recovery-image] Dec 13 21:28:34.618 INFO O| Dec 13 21:28:34.618 INFO STEP 1006: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
74502024-12-13T21:28:36.650Z[ recovery-image] Dec 13 21:28:34.634 INFO O| Dec 13 21:28:34.634 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sadm/bin/valint"
74512024-12-13T21:28:36.650Z[ recovery-image] Dec 13 21:28:34.634 INFO O| Dec 13 21:28:34.634 INFO STEP 1006 (remove_files) COMPLETE
74522024-12-13T21:28:36.650Z[ recovery-image] Dec 13 21:28:34.634 INFO O| Dec 13 21:28:34.634 INFO STEP 1007: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
74532024-12-13T21:28:36.667Z[ recovery-image] Dec 13 21:28:34.651 INFO O| Dec 13 21:28:34.651 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sadm/bin/valpath"
74542024-12-13T21:28:36.668Z[ recovery-image] Dec 13 21:28:34.651 INFO O| Dec 13 21:28:34.651 INFO STEP 1007 (remove_files) COMPLETE
74552024-12-13T21:28:36.668Z[ recovery-image] Dec 13 21:28:34.651 INFO O| Dec 13 21:28:34.651 INFO STEP 1008: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
74562024-12-13T21:28:36.694Z[ recovery-image] Dec 13 21:28:34.678 INFO O| Dec 13 21:28:34.678 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sadm/bin/valrange"
74572024-12-13T21:28:36.697Z[ recovery-image] Dec 13 21:28:34.678 INFO O| Dec 13 21:28:34.678 INFO STEP 1008 (remove_files) COMPLETE
74582024-12-13T21:28:36.698Z[ recovery-image] Dec 13 21:28:34.679 INFO O| Dec 13 21:28:34.679 INFO STEP 1009: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
74592024-12-13T21:28:36.734Z[ recovery-image] Dec 13 21:28:34.701 INFO O| Dec 13 21:28:34.701 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sadm/bin/valstr"
74602024-12-13T21:28:36.734Z[ recovery-image] Dec 13 21:28:34.701 INFO O| Dec 13 21:28:34.701 INFO STEP 1009 (remove_files) COMPLETE
74612024-12-13T21:28:36.734Z[ recovery-image] Dec 13 21:28:34.702 INFO O| Dec 13 21:28:34.701 INFO STEP 1010: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
74622024-12-13T21:28:36.751Z[ recovery-image] Dec 13 21:28:34.734 INFO O| Dec 13 21:28:34.734 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sadm/bin/valtime"
74632024-12-13T21:28:36.753Z[ recovery-image] Dec 13 21:28:34.735 INFO O| Dec 13 21:28:34.735 INFO STEP 1010 (remove_files) COMPLETE
74642024-12-13T21:28:36.753Z[ recovery-image] Dec 13 21:28:34.735 INFO O| Dec 13 21:28:34.735 INFO STEP 1011: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
74652024-12-13T21:28:36.770Z[ recovery-image] Dec 13 21:28:34.753 INFO O| Dec 13 21:28:34.753 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sadm/bin/valuid"
74662024-12-13T21:28:36.774Z[ recovery-image] Dec 13 21:28:34.754 INFO O| Dec 13 21:28:34.754 INFO STEP 1011 (remove_files) COMPLETE
74672024-12-13T21:28:36.774Z[ recovery-image] Dec 13 21:28:34.754 INFO O| Dec 13 21:28:34.754 INFO STEP 1012: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
74682024-12-13T21:28:36.789Z[ recovery-image] Dec 13 21:28:34.773 INFO O| Dec 13 21:28:34.773 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sadm/bin/valyorn"
74692024-12-13T21:28:36.792Z[ recovery-image] Dec 13 21:28:34.773 INFO O| Dec 13 21:28:34.773 INFO STEP 1012 (remove_files) COMPLETE
74702024-12-13T21:28:36.792Z[ recovery-image] Dec 13 21:28:34.773 INFO O| Dec 13 21:28:34.773 INFO STEP 1013: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
74712024-12-13T21:28:36.808Z[ recovery-image] Dec 13 21:28:34.792 INFO O| Dec 13 21:28:34.792 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sadm/install/bin/pkginstall"
74722024-12-13T21:28:36.811Z[ recovery-image] Dec 13 21:28:34.792 INFO O| Dec 13 21:28:34.792 INFO STEP 1013 (remove_files) COMPLETE
74732024-12-13T21:28:36.811Z[ recovery-image] Dec 13 21:28:34.792 INFO O| Dec 13 21:28:34.792 INFO STEP 1014: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
74742024-12-13T21:28:36.829Z[ recovery-image] Dec 13 21:28:34.812 INFO O| Dec 13 21:28:34.812 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sadm/install/bin/pkgname"
74752024-12-13T21:28:36.832Z[ recovery-image] Dec 13 21:28:34.812 INFO O| Dec 13 21:28:34.812 INFO STEP 1014 (remove_files) COMPLETE
74762024-12-13T21:28:36.832Z[ recovery-image] Dec 13 21:28:34.812 INFO O| Dec 13 21:28:34.812 INFO STEP 1015: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
74772024-12-13T21:28:36.849Z[ recovery-image] Dec 13 21:28:34.831 INFO O| Dec 13 21:28:34.831 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sadm/install/bin/pkgremove"
74782024-12-13T21:28:36.849Z[ recovery-image] Dec 13 21:28:34.832 INFO O| Dec 13 21:28:34.831 INFO STEP 1015 (remove_files) COMPLETE
74792024-12-13T21:28:36.852Z[ recovery-image] Dec 13 21:28:34.832 INFO O| Dec 13 21:28:34.832 INFO STEP 1016: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
74802024-12-13T21:28:36.867Z[ recovery-image] Dec 13 21:28:34.850 INFO O| Dec 13 21:28:34.850 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sadm/install/bin/pkgserv"
74812024-12-13T21:28:36.870Z[ recovery-image] Dec 13 21:28:34.851 INFO O| Dec 13 21:28:34.851 INFO STEP 1016 (remove_files) COMPLETE
74822024-12-13T21:28:36.870Z[ recovery-image] Dec 13 21:28:34.851 INFO O| Dec 13 21:28:34.851 INFO STEP 1017: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
74832024-12-13T21:28:36.887Z[ recovery-image] Dec 13 21:28:34.870 INFO O| Dec 13 21:28:34.870 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sadm/install/miniroot.db"
74842024-12-13T21:28:36.891Z[ recovery-image] Dec 13 21:28:34.871 INFO O| Dec 13 21:28:34.871 INFO STEP 1017 (remove_files) COMPLETE
74852024-12-13T21:28:36.891Z[ recovery-image] Dec 13 21:28:34.871 INFO O| Dec 13 21:28:34.871 INFO STEP 1018: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
74862024-12-13T21:28:36.907Z[ recovery-image] Dec 13 21:28:34.890 INFO O| Dec 13 21:28:34.890 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sadm/install/scripts/i.preserve"
74872024-12-13T21:28:36.910Z[ recovery-image] Dec 13 21:28:34.891 INFO O| Dec 13 21:28:34.891 INFO STEP 1018 (remove_files) COMPLETE
74882024-12-13T21:28:36.911Z[ recovery-image] Dec 13 21:28:34.891 INFO O| Dec 13 21:28:34.891 INFO STEP 1019: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
74892024-12-13T21:28:36.927Z[ recovery-image] Dec 13 21:28:34.911 INFO O| Dec 13 21:28:34.910 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sadm/ugdates"
74902024-12-13T21:28:36.929Z[ recovery-image] Dec 13 21:28:34.911 INFO O| Dec 13 21:28:34.911 INFO STEP 1019 (remove_files) COMPLETE
74912024-12-13T21:28:36.929Z[ recovery-image] Dec 13 21:28:34.911 INFO O| Dec 13 21:28:34.911 INFO STEP 1020: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
74922024-12-13T21:28:36.946Z[ recovery-image] Dec 13 21:28:34.929 INFO O| Dec 13 21:28:34.929 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/6to4relay"
74932024-12-13T21:28:36.949Z[ recovery-image] Dec 13 21:28:34.930 INFO O| Dec 13 21:28:34.930 INFO STEP 1020 (remove_files) COMPLETE
74942024-12-13T21:28:36.949Z[ recovery-image] Dec 13 21:28:34.930 INFO O| Dec 13 21:28:34.930 INFO STEP 1021: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
74952024-12-13T21:28:36.965Z[ recovery-image] Dec 13 21:28:34.949 INFO O| Dec 13 21:28:34.948 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/acctadm"
74962024-12-13T21:28:36.967Z[ recovery-image] Dec 13 21:28:34.949 INFO O| Dec 13 21:28:34.949 INFO STEP 1021 (remove_files) COMPLETE
74972024-12-13T21:28:36.967Z[ recovery-image] Dec 13 21:28:34.949 INFO O| Dec 13 21:28:34.949 INFO STEP 1022: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
74982024-12-13T21:28:36.983Z[ recovery-image] Dec 13 21:28:34.968 INFO O| Dec 13 21:28:34.967 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/acpidump"
74992024-12-13T21:28:36.986Z[ recovery-image] Dec 13 21:28:34.968 INFO O| Dec 13 21:28:34.968 INFO STEP 1022 (remove_files) COMPLETE
75002024-12-13T21:28:36.986Z[ recovery-image] Dec 13 21:28:34.968 INFO O| Dec 13 21:28:34.968 INFO STEP 1023: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
75012024-12-13T21:28:37.008Z[ recovery-image] Dec 13 21:28:34.987 INFO O| Dec 13 21:28:34.987 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/acpixtract"
75022024-12-13T21:28:37.011Z[ recovery-image] Dec 13 21:28:34.987 INFO O| Dec 13 21:28:34.987 INFO STEP 1023 (remove_files) COMPLETE
75032024-12-13T21:28:37.011Z[ recovery-image] Dec 13 21:28:34.987 INFO O| Dec 13 21:28:34.987 INFO STEP 1024: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
75042024-12-13T21:28:37.024Z[ recovery-image] Dec 13 21:28:35.008 INFO O| Dec 13 21:28:35.008 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/add_drv"
75052024-12-13T21:28:37.027Z[ recovery-image] Dec 13 21:28:35.008 INFO O| Dec 13 21:28:35.008 INFO STEP 1024 (remove_files) COMPLETE
75062024-12-13T21:28:37.027Z[ recovery-image] Dec 13 21:28:35.009 INFO O| Dec 13 21:28:35.009 INFO STEP 1025: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
75072024-12-13T21:28:37.043Z[ recovery-image] Dec 13 21:28:35.027 INFO O| Dec 13 21:28:35.027 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/allocate"
75082024-12-13T21:28:37.046Z[ recovery-image] Dec 13 21:28:35.027 INFO O| Dec 13 21:28:35.027 INFO STEP 1025 (remove_files) COMPLETE
75092024-12-13T21:28:37.046Z[ recovery-image] Dec 13 21:28:35.027 INFO O| Dec 13 21:28:35.027 INFO STEP 1026: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
75102024-12-13T21:28:37.074Z[ recovery-image] Dec 13 21:28:35.058 INFO O| Dec 13 21:28:35.058 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/amd64/intrstat"
75112024-12-13T21:28:37.077Z[ recovery-image] Dec 13 21:28:35.059 INFO O| Dec 13 21:28:35.059 INFO STEP 1026 (remove_files) COMPLETE
75122024-12-13T21:28:37.077Z[ recovery-image] Dec 13 21:28:35.059 INFO O| Dec 13 21:28:35.059 INFO STEP 1027: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
75132024-12-13T21:28:37.104Z[ recovery-image] Dec 13 21:28:35.088 INFO O| Dec 13 21:28:35.088 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/amd64/lockstat"
75142024-12-13T21:28:37.104Z[ recovery-image] Dec 13 21:28:35.088 INFO O| Dec 13 21:28:35.088 INFO STEP 1027 (remove_files) COMPLETE
75152024-12-13T21:28:37.104Z[ recovery-image] Dec 13 21:28:35.088 INFO O| Dec 13 21:28:35.088 INFO STEP 1028: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
75162024-12-13T21:28:37.126Z[ recovery-image] Dec 13 21:28:35.109 INFO O| Dec 13 21:28:35.109 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/amd64/plockstat"
75172024-12-13T21:28:37.129Z[ recovery-image] Dec 13 21:28:35.109 INFO O| Dec 13 21:28:35.109 INFO STEP 1028 (remove_files) COMPLETE
75182024-12-13T21:28:37.129Z[ recovery-image] Dec 13 21:28:35.110 INFO O| Dec 13 21:28:35.109 INFO STEP 1029: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
75192024-12-13T21:28:37.150Z[ recovery-image] Dec 13 21:28:35.134 INFO O| Dec 13 21:28:35.134 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/arp"
75202024-12-13T21:28:37.150Z[ recovery-image] Dec 13 21:28:35.134 INFO O| Dec 13 21:28:35.134 INFO STEP 1029 (remove_files) COMPLETE
75212024-12-13T21:28:37.150Z[ recovery-image] Dec 13 21:28:35.134 INFO O| Dec 13 21:28:35.134 INFO STEP 1030: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
75222024-12-13T21:28:37.171Z[ recovery-image] Dec 13 21:28:35.154 INFO O| Dec 13 21:28:35.154 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/audit"
75232024-12-13T21:28:37.171Z[ recovery-image] Dec 13 21:28:35.154 INFO O| Dec 13 21:28:35.154 INFO STEP 1030 (remove_files) COMPLETE
75242024-12-13T21:28:37.171Z[ recovery-image] Dec 13 21:28:35.155 INFO O| Dec 13 21:28:35.154 INFO STEP 1031: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
75252024-12-13T21:28:37.199Z[ recovery-image] Dec 13 21:28:35.183 INFO O| Dec 13 21:28:35.183 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/auditconfig"
75262024-12-13T21:28:37.202Z[ recovery-image] Dec 13 21:28:35.183 INFO O| Dec 13 21:28:35.183 INFO STEP 1031 (remove_files) COMPLETE
75272024-12-13T21:28:37.203Z[ recovery-image] Dec 13 21:28:35.184 INFO O| Dec 13 21:28:35.183 INFO STEP 1032: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
75282024-12-13T21:28:37.224Z[ recovery-image] Dec 13 21:28:35.208 INFO O| Dec 13 21:28:35.208 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/auditd"
75292024-12-13T21:28:37.227Z[ recovery-image] Dec 13 21:28:35.208 INFO O| Dec 13 21:28:35.208 INFO STEP 1032 (remove_files) COMPLETE
75302024-12-13T21:28:37.227Z[ recovery-image] Dec 13 21:28:35.209 INFO O| Dec 13 21:28:35.208 INFO STEP 1033: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
75312024-12-13T21:28:37.257Z[ recovery-image] Dec 13 21:28:35.240 INFO O| Dec 13 21:28:35.240 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/auditrecord"
75322024-12-13T21:28:37.257Z[ recovery-image] Dec 13 21:28:35.241 INFO O| Dec 13 21:28:35.241 INFO STEP 1033 (remove_files) COMPLETE
75332024-12-13T21:28:37.257Z[ recovery-image] Dec 13 21:28:35.241 INFO O| Dec 13 21:28:35.241 INFO STEP 1034: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
75342024-12-13T21:28:37.298Z[ recovery-image] Dec 13 21:28:35.280 INFO O| Dec 13 21:28:35.280 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/auditreduce"
75352024-12-13T21:28:37.298Z[ recovery-image] Dec 13 21:28:35.280 INFO O| Dec 13 21:28:35.280 INFO STEP 1034 (remove_files) COMPLETE
75362024-12-13T21:28:37.302Z[ recovery-image] Dec 13 21:28:35.280 INFO O| Dec 13 21:28:35.280 INFO STEP 1035: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
75372024-12-13T21:28:37.322Z[ recovery-image] Dec 13 21:28:35.305 INFO O| Dec 13 21:28:35.305 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/auditstat"
75382024-12-13T21:28:37.322Z[ recovery-image] Dec 13 21:28:35.306 INFO O| Dec 13 21:28:35.306 INFO STEP 1035 (remove_files) COMPLETE
75392024-12-13T21:28:37.322Z[ recovery-image] Dec 13 21:28:35.306 INFO O| Dec 13 21:28:35.306 INFO STEP 1036: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
75402024-12-13T21:28:37.341Z[ recovery-image] Dec 13 21:28:35.324 INFO O| Dec 13 21:28:35.324 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/audlinks"
75412024-12-13T21:28:37.354Z[ recovery-image] Dec 13 21:28:35.324 INFO O| Dec 13 21:28:35.324 INFO STEP 1036 (remove_files) COMPLETE
75422024-12-13T21:28:37.354Z[ recovery-image] Dec 13 21:28:35.324 INFO O| Dec 13 21:28:35.324 INFO STEP 1037: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
75432024-12-13T21:28:37.359Z[ recovery-image] Dec 13 21:28:35.343 INFO O| Dec 13 21:28:35.343 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/bhyve"
75442024-12-13T21:28:37.359Z[ recovery-image] Dec 13 21:28:35.343 INFO O| Dec 13 21:28:35.343 INFO STEP 1037 (remove_files) COMPLETE
75452024-12-13T21:28:37.360Z[ recovery-image] Dec 13 21:28:35.343 INFO O| Dec 13 21:28:35.343 INFO STEP 1038: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
75462024-12-13T21:28:37.379Z[ recovery-image] Dec 13 21:28:35.362 INFO O| Dec 13 21:28:35.362 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/bhyvectl"
75472024-12-13T21:28:37.379Z[ recovery-image] Dec 13 21:28:35.362 INFO O| Dec 13 21:28:35.362 INFO STEP 1038 (remove_files) COMPLETE
75482024-12-13T21:28:37.379Z[ recovery-image] Dec 13 21:28:35.362 INFO O| Dec 13 21:28:35.362 INFO STEP 1039: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
75492024-12-13T21:28:37.404Z[ recovery-image] Dec 13 21:28:35.388 INFO O| Dec 13 21:28:35.381 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/cfgadm"
75502024-12-13T21:28:37.404Z[ recovery-image] Dec 13 21:28:35.388 INFO O| Dec 13 21:28:35.381 INFO STEP 1039 (remove_files) COMPLETE
75512024-12-13T21:28:37.404Z[ recovery-image] Dec 13 21:28:35.388 INFO O| Dec 13 21:28:35.381 INFO STEP 1040: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
75522024-12-13T21:28:37.440Z[ recovery-image] Dec 13 21:28:35.408 INFO O| Dec 13 21:28:35.407 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/chronyd"
75532024-12-13T21:28:37.442Z[ recovery-image] Dec 13 21:28:35.408 INFO O| Dec 13 21:28:35.408 INFO STEP 1040 (remove_files) COMPLETE
75542024-12-13T21:28:37.442Z[ recovery-image] Dec 13 21:28:35.408 INFO O| Dec 13 21:28:35.408 INFO STEP 1041: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
75552024-12-13T21:28:37.447Z[ recovery-image] Dec 13 21:28:35.428 INFO O| Dec 13 21:28:35.428 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/chroot"
75562024-12-13T21:28:37.447Z[ recovery-image] Dec 13 21:28:35.428 INFO O| Dec 13 21:28:35.428 INFO STEP 1041 (remove_files) COMPLETE
75572024-12-13T21:28:37.447Z[ recovery-image] Dec 13 21:28:35.428 INFO O| Dec 13 21:28:35.428 INFO STEP 1042: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
75582024-12-13T21:28:37.462Z[ recovery-image] Dec 13 21:28:35.446 INFO O| Dec 13 21:28:35.446 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/clear_locks"
75592024-12-13T21:28:37.462Z[ recovery-image] Dec 13 21:28:35.446 INFO O| Dec 13 21:28:35.446 INFO STEP 1042 (remove_files) COMPLETE
75602024-12-13T21:28:37.462Z[ recovery-image] Dec 13 21:28:35.446 INFO O| Dec 13 21:28:35.446 INFO STEP 1043: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
75612024-12-13T21:28:37.481Z[ recovery-image] Dec 13 21:28:35.464 INFO O| Dec 13 21:28:35.464 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/clinfo"
75622024-12-13T21:28:37.481Z[ recovery-image] Dec 13 21:28:35.464 INFO O| Dec 13 21:28:35.464 INFO STEP 1043 (remove_files) COMPLETE
75632024-12-13T21:28:37.488Z[ recovery-image] Dec 13 21:28:35.464 INFO O| Dec 13 21:28:35.464 INFO STEP 1044: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
75642024-12-13T21:28:37.505Z[ recovery-image] Dec 13 21:28:35.488 INFO O| Dec 13 21:28:35.488 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/clri"
75652024-12-13T21:28:37.505Z[ recovery-image] Dec 13 21:28:35.488 INFO O| Dec 13 21:28:35.488 INFO STEP 1044 (remove_files) COMPLETE
75662024-12-13T21:28:37.505Z[ recovery-image] Dec 13 21:28:35.488 INFO O| Dec 13 21:28:35.488 INFO STEP 1045: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
75672024-12-13T21:28:37.522Z[ recovery-image] Dec 13 21:28:35.506 INFO O| Dec 13 21:28:35.506 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/consadm"
75682024-12-13T21:28:37.522Z[ recovery-image] Dec 13 21:28:35.506 INFO O| Dec 13 21:28:35.506 INFO STEP 1045 (remove_files) COMPLETE
75692024-12-13T21:28:37.522Z[ recovery-image] Dec 13 21:28:35.506 INFO O| Dec 13 21:28:35.506 INFO STEP 1046: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
75702024-12-13T21:28:37.562Z[ recovery-image] Dec 13 21:28:35.546 INFO O| Dec 13 21:28:35.546 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/consadmd"
75712024-12-13T21:28:37.563Z[ recovery-image] Dec 13 21:28:35.546 INFO O| Dec 13 21:28:35.546 INFO STEP 1046 (remove_files) COMPLETE
75722024-12-13T21:28:37.563Z[ recovery-image] Dec 13 21:28:35.546 INFO O| Dec 13 21:28:35.546 INFO STEP 1047: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
75732024-12-13T21:28:37.620Z[ recovery-image] Dec 13 21:28:35.604 INFO O| Dec 13 21:28:35.604 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/cpustat"
75742024-12-13T21:28:37.620Z[ recovery-image] Dec 13 21:28:35.604 INFO O| Dec 13 21:28:35.604 INFO STEP 1047 (remove_files) COMPLETE
75752024-12-13T21:28:37.621Z[ recovery-image] Dec 13 21:28:35.604 INFO O| Dec 13 21:28:35.604 INFO STEP 1048: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
75762024-12-13T21:28:37.651Z[ recovery-image] Dec 13 21:28:35.623 INFO O| Dec 13 21:28:35.622 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/deallocate"
75772024-12-13T21:28:37.651Z[ recovery-image] Dec 13 21:28:35.623 INFO O| Dec 13 21:28:35.623 INFO STEP 1048 (remove_files) COMPLETE
75782024-12-13T21:28:37.654Z[ recovery-image] Dec 13 21:28:35.623 INFO O| Dec 13 21:28:35.623 INFO STEP 1049: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
75792024-12-13T21:28:37.838Z[ recovery-image] Dec 13 21:28:35.822 INFO O| Dec 13 21:28:35.822 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/devinfo"
75802024-12-13T21:28:37.838Z[ recovery-image] Dec 13 21:28:35.822 INFO O| Dec 13 21:28:35.822 INFO STEP 1049 (remove_files) COMPLETE
75812024-12-13T21:28:37.838Z[ recovery-image] Dec 13 21:28:35.822 INFO O| Dec 13 21:28:35.822 INFO STEP 1050: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
75822024-12-13T21:28:37.914Z[ recovery-image] Dec 13 21:28:35.897 INFO O| Dec 13 21:28:35.897 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/devlinks"
75832024-12-13T21:28:37.914Z[ recovery-image] Dec 13 21:28:35.897 INFO O| Dec 13 21:28:35.897 INFO STEP 1050 (remove_files) COMPLETE
75842024-12-13T21:28:37.914Z[ recovery-image] Dec 13 21:28:35.897 INFO O| Dec 13 21:28:35.897 INFO STEP 1051: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
75852024-12-13T21:28:37.975Z[ recovery-image] Dec 13 21:28:35.959 INFO O| Dec 13 21:28:35.959 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/df"
75862024-12-13T21:28:37.975Z[ recovery-image] Dec 13 21:28:35.959 INFO O| Dec 13 21:28:35.959 INFO STEP 1051 (remove_files) COMPLETE
75872024-12-13T21:28:37.975Z[ recovery-image] Dec 13 21:28:35.959 INFO O| Dec 13 21:28:35.959 INFO STEP 1052: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
75882024-12-13T21:28:38.018Z[ recovery-image] Dec 13 21:28:36.000 INFO O| Dec 13 21:28:35.999 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/dfmounts"
75892024-12-13T21:28:38.018Z[ recovery-image] Dec 13 21:28:36.000 INFO O| Dec 13 21:28:36.000 INFO STEP 1052 (remove_files) COMPLETE
75902024-12-13T21:28:38.022Z[ recovery-image] Dec 13 21:28:36.000 INFO O| Dec 13 21:28:36.000 INFO STEP 1053: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
75912024-12-13T21:28:38.056Z[ recovery-image] Dec 13 21:28:36.040 INFO O| Dec 13 21:28:36.040 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/dfshares"
75922024-12-13T21:28:38.056Z[ recovery-image] Dec 13 21:28:36.040 INFO O| Dec 13 21:28:36.040 INFO STEP 1053 (remove_files) COMPLETE
75932024-12-13T21:28:38.056Z[ recovery-image] Dec 13 21:28:36.040 INFO O| Dec 13 21:28:36.040 INFO STEP 1054: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
75942024-12-13T21:28:38.076Z[ recovery-image] Dec 13 21:28:36.060 INFO O| Dec 13 21:28:36.060 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/disks"
75952024-12-13T21:28:38.076Z[ recovery-image] Dec 13 21:28:36.060 INFO O| Dec 13 21:28:36.060 INFO STEP 1054 (remove_files) COMPLETE
75962024-12-13T21:28:38.079Z[ recovery-image] Dec 13 21:28:36.060 INFO O| Dec 13 21:28:36.060 INFO STEP 1055: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
75972024-12-13T21:28:38.134Z[ recovery-image] Dec 13 21:28:36.112 INFO O| Dec 13 21:28:36.112 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/dispadmin"
75982024-12-13T21:28:38.134Z[ recovery-image] Dec 13 21:28:36.112 INFO O| Dec 13 21:28:36.112 INFO STEP 1055 (remove_files) COMPLETE
75992024-12-13T21:28:38.137Z[ recovery-image] Dec 13 21:28:36.112 INFO O| Dec 13 21:28:36.112 INFO STEP 1056: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
76002024-12-13T21:28:38.145Z[ recovery-image] Dec 13 21:28:36.129 INFO O| Dec 13 21:28:36.129 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/dminfo"
76012024-12-13T21:28:38.149Z[ recovery-image] Dec 13 21:28:36.130 INFO O| Dec 13 21:28:36.129 INFO STEP 1056 (remove_files) COMPLETE
76022024-12-13T21:28:38.149Z[ recovery-image] Dec 13 21:28:36.130 INFO O| Dec 13 21:28:36.130 INFO STEP 1057: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
76032024-12-13T21:28:38.162Z[ recovery-image] Dec 13 21:28:36.146 INFO O| Dec 13 21:28:36.146 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/drvconfig"
76042024-12-13T21:28:38.165Z[ recovery-image] Dec 13 21:28:36.146 INFO O| Dec 13 21:28:36.146 INFO STEP 1057 (remove_files) COMPLETE
76052024-12-13T21:28:38.165Z[ recovery-image] Dec 13 21:28:36.147 INFO O| Dec 13 21:28:36.146 INFO STEP 1058: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
76062024-12-13T21:28:38.180Z[ recovery-image] Dec 13 21:28:36.163 INFO O| Dec 13 21:28:36.163 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/dtrace"
76072024-12-13T21:28:38.183Z[ recovery-image] Dec 13 21:28:36.164 INFO O| Dec 13 21:28:36.163 INFO STEP 1058 (remove_files) COMPLETE
76082024-12-13T21:28:38.183Z[ recovery-image] Dec 13 21:28:36.164 INFO O| Dec 13 21:28:36.164 INFO STEP 1059: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
76092024-12-13T21:28:38.219Z[ recovery-image] Dec 13 21:28:36.195 INFO O| Dec 13 21:28:36.195 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/eeprom"
76102024-12-13T21:28:38.223Z[ recovery-image] Dec 13 21:28:36.196 INFO O| Dec 13 21:28:36.195 INFO STEP 1059 (remove_files) COMPLETE
76112024-12-13T21:28:38.223Z[ recovery-image] Dec 13 21:28:36.196 INFO O| Dec 13 21:28:36.196 INFO STEP 1060: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
76122024-12-13T21:28:38.276Z[ recovery-image] Dec 13 21:28:36.260 INFO O| Dec 13 21:28:36.260 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/ff"
76132024-12-13T21:28:38.276Z[ recovery-image] Dec 13 21:28:36.260 INFO O| Dec 13 21:28:36.260 INFO STEP 1060 (remove_files) COMPLETE
76142024-12-13T21:28:38.279Z[ recovery-image] Dec 13 21:28:36.260 INFO O| Dec 13 21:28:36.260 INFO STEP 1061: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
76152024-12-13T21:28:38.298Z[ recovery-image] Dec 13 21:28:36.282 INFO O| Dec 13 21:28:36.282 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/fmadm"
76162024-12-13T21:28:38.366Z[ recovery-image] Dec 13 21:28:36.305 INFO O| Dec 13 21:28:36.305 INFO STEP 1061 (remove_files) COMPLETE
76172024-12-13T21:28:38.367Z[ recovery-image] Dec 13 21:28:36.305 INFO O| Dec 13 21:28:36.305 INFO STEP 1062: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
76182024-12-13T21:28:38.514Z[ recovery-image] Dec 13 21:28:36.324 INFO O| Dec 13 21:28:36.324 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/fmdump"
76192024-12-13T21:28:38.514Z[ recovery-image] Dec 13 21:28:36.325 INFO O| Dec 13 21:28:36.325 INFO STEP 1062 (remove_files) COMPLETE
76202024-12-13T21:28:38.515Z[ recovery-image] Dec 13 21:28:36.325 INFO O| Dec 13 21:28:36.325 INFO STEP 1063: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
76212024-12-13T21:28:38.515Z[ recovery-image] Dec 13 21:28:36.343 INFO O| Dec 13 21:28:36.343 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/fmstat"
76222024-12-13T21:28:38.515Z[ recovery-image] Dec 13 21:28:36.343 INFO O| Dec 13 21:28:36.343 INFO STEP 1063 (remove_files) COMPLETE
76232024-12-13T21:28:38.515Z[ recovery-image] Dec 13 21:28:36.343 INFO O| Dec 13 21:28:36.343 INFO STEP 1064: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
76242024-12-13T21:28:38.663Z[ recovery-image] Dec 13 21:28:36.361 INFO O| Dec 13 21:28:36.361 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/fmthard"
76252024-12-13T21:28:38.664Z[ recovery-image] Dec 13 21:28:36.361 INFO O| Dec 13 21:28:36.361 INFO STEP 1064 (remove_files) COMPLETE
76262024-12-13T21:28:38.664Z[ recovery-image] Dec 13 21:28:36.361 INFO O| Dec 13 21:28:36.361 INFO STEP 1065: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
76272024-12-13T21:28:38.664Z[ recovery-image] Dec 13 21:28:36.381 INFO O| Dec 13 21:28:36.381 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/format"
76282024-12-13T21:28:38.664Z[ recovery-image] Dec 13 21:28:36.381 INFO O| Dec 13 21:28:36.381 INFO STEP 1065 (remove_files) COMPLETE
76292024-12-13T21:28:38.664Z[ recovery-image] Dec 13 21:28:36.381 INFO O| Dec 13 21:28:36.381 INFO STEP 1066: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
76302024-12-13T21:28:38.664Z[ recovery-image] Dec 13 21:28:36.416 INFO O| Dec 13 21:28:36.416 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/fsck"
76312024-12-13T21:28:38.664Z[ recovery-image] Dec 13 21:28:36.416 INFO O| Dec 13 21:28:36.416 INFO STEP 1066 (remove_files) COMPLETE
76322024-12-13T21:28:38.664Z[ recovery-image] Dec 13 21:28:36.416 INFO O| Dec 13 21:28:36.416 INFO STEP 1067: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
76332024-12-13T21:28:38.664Z[ recovery-image] Dec 13 21:28:36.448 INFO O| Dec 13 21:28:36.448 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/fuser"
76342024-12-13T21:28:38.664Z[ recovery-image] Dec 13 21:28:36.448 INFO O| Dec 13 21:28:36.448 INFO STEP 1067 (remove_files) COMPLETE
76352024-12-13T21:28:38.664Z[ recovery-image] Dec 13 21:28:36.448 INFO O| Dec 13 21:28:36.448 INFO STEP 1068: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
76362024-12-13T21:28:38.664Z[ recovery-image] Dec 13 21:28:36.484 INFO O| Dec 13 21:28:36.484 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/getdevpolicy"
76372024-12-13T21:28:38.664Z[ recovery-image] Dec 13 21:28:36.484 INFO O| Dec 13 21:28:36.484 INFO STEP 1068 (remove_files) COMPLETE
76382024-12-13T21:28:38.664Z[ recovery-image] Dec 13 21:28:36.485 INFO O| Dec 13 21:28:36.484 INFO STEP 1069: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
76392024-12-13T21:28:38.834Z[ recovery-image] Dec 13 21:28:36.522 INFO O| Dec 13 21:28:36.522 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/getmajor"
76402024-12-13T21:28:38.834Z[ recovery-image] Dec 13 21:28:36.523 INFO O| Dec 13 21:28:36.523 INFO STEP 1069 (remove_files) COMPLETE
76412024-12-13T21:28:38.834Z[ recovery-image] Dec 13 21:28:36.523 INFO O| Dec 13 21:28:36.523 INFO STEP 1070: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
76422024-12-13T21:28:38.834Z[ recovery-image] Dec 13 21:28:36.544 INFO O| Dec 13 21:28:36.544 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/groupadd"
76432024-12-13T21:28:38.834Z[ recovery-image] Dec 13 21:28:36.544 INFO O| Dec 13 21:28:36.544 INFO STEP 1070 (remove_files) COMPLETE
76442024-12-13T21:28:38.834Z[ recovery-image] Dec 13 21:28:36.544 INFO O| Dec 13 21:28:36.544 INFO STEP 1071: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
76452024-12-13T21:28:38.834Z[ recovery-image] Dec 13 21:28:36.565 INFO O| Dec 13 21:28:36.565 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/groupdel"
76462024-12-13T21:28:38.834Z[ recovery-image] Dec 13 21:28:36.565 INFO O| Dec 13 21:28:36.565 INFO STEP 1071 (remove_files) COMPLETE
76472024-12-13T21:28:38.834Z[ recovery-image] Dec 13 21:28:36.565 INFO O| Dec 13 21:28:36.565 INFO STEP 1072: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
76482024-12-13T21:28:38.834Z[ recovery-image] Dec 13 21:28:36.586 INFO O| Dec 13 21:28:36.585 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/groupmod"
76492024-12-13T21:28:38.835Z[ recovery-image] Dec 13 21:28:36.586 INFO O| Dec 13 21:28:36.586 INFO STEP 1072 (remove_files) COMPLETE
76502024-12-13T21:28:38.835Z[ recovery-image] Dec 13 21:28:36.586 INFO O| Dec 13 21:28:36.586 INFO STEP 1073: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
76512024-12-13T21:28:38.835Z[ recovery-image] Dec 13 21:28:36.606 INFO O| Dec 13 21:28:36.606 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/growfs"
76522024-12-13T21:28:38.835Z[ recovery-image] Dec 13 21:28:36.606 INFO O| Dec 13 21:28:36.606 INFO STEP 1073 (remove_files) COMPLETE
76532024-12-13T21:28:38.835Z[ recovery-image] Dec 13 21:28:36.607 INFO O| Dec 13 21:28:36.606 INFO STEP 1074: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
76542024-12-13T21:28:38.835Z[ recovery-image] Dec 13 21:28:36.627 INFO O| Dec 13 21:28:36.627 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/grpck"
76552024-12-13T21:28:38.835Z[ recovery-image] Dec 13 21:28:36.627 INFO O| Dec 13 21:28:36.627 INFO STEP 1074 (remove_files) COMPLETE
76562024-12-13T21:28:38.835Z[ recovery-image] Dec 13 21:28:36.627 INFO O| Dec 13 21:28:36.627 INFO STEP 1075: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
76572024-12-13T21:28:38.835Z[ recovery-image] Dec 13 21:28:36.648 INFO O| Dec 13 21:28:36.648 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/gsscred"
76582024-12-13T21:28:38.835Z[ recovery-image] Dec 13 21:28:36.648 INFO O| Dec 13 21:28:36.648 INFO STEP 1075 (remove_files) COMPLETE
76592024-12-13T21:28:38.835Z[ recovery-image] Dec 13 21:28:36.648 INFO O| Dec 13 21:28:36.648 INFO STEP 1076: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
76602024-12-13T21:28:38.835Z[ recovery-image] Dec 13 21:28:36.668 INFO O| Dec 13 21:28:36.668 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/halt"
76612024-12-13T21:28:38.835Z[ recovery-image] Dec 13 21:28:36.668 INFO O| Dec 13 21:28:36.668 INFO STEP 1076 (remove_files) COMPLETE
76622024-12-13T21:28:38.835Z[ recovery-image] Dec 13 21:28:36.669 INFO O| Dec 13 21:28:36.668 INFO STEP 1077: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
76632024-12-13T21:28:38.938Z[ recovery-image] Dec 13 21:28:36.689 INFO O| Dec 13 21:28:36.689 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/hotplug"
76642024-12-13T21:28:38.938Z[ recovery-image] Dec 13 21:28:36.689 INFO O| Dec 13 21:28:36.689 INFO STEP 1077 (remove_files) COMPLETE
76652024-12-13T21:28:38.938Z[ recovery-image] Dec 13 21:28:36.689 INFO O| Dec 13 21:28:36.689 INFO STEP 1078: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
76662024-12-13T21:28:38.938Z[ recovery-image] Dec 13 21:28:36.711 INFO O| Dec 13 21:28:36.711 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/iasl"
76672024-12-13T21:28:38.938Z[ recovery-image] Dec 13 21:28:36.711 INFO O| Dec 13 21:28:36.711 INFO STEP 1078 (remove_files) COMPLETE
76682024-12-13T21:28:38.938Z[ recovery-image] Dec 13 21:28:36.711 INFO O| Dec 13 21:28:36.711 INFO STEP 1079: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
76692024-12-13T21:28:38.938Z[ recovery-image] Dec 13 21:28:36.746 INFO O| Dec 13 21:28:36.746 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/idmap"
76702024-12-13T21:28:38.939Z[ recovery-image] Dec 13 21:28:36.746 INFO O| Dec 13 21:28:36.746 INFO STEP 1079 (remove_files) COMPLETE
76712024-12-13T21:28:38.939Z[ recovery-image] Dec 13 21:28:36.746 INFO O| Dec 13 21:28:36.746 INFO STEP 1080: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
76722024-12-13T21:28:38.939Z[ recovery-image] Dec 13 21:28:36.765 INFO O| Dec 13 21:28:36.765 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/if_mpadm"
76732024-12-13T21:28:38.939Z[ recovery-image] Dec 13 21:28:36.766 INFO O| Dec 13 21:28:36.766 INFO STEP 1080 (remove_files) COMPLETE
76742024-12-13T21:28:38.939Z[ recovery-image] Dec 13 21:28:36.766 INFO O| Dec 13 21:28:36.766 INFO STEP 1081: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
76752024-12-13T21:28:38.939Z[ recovery-image] Dec 13 21:28:36.784 INFO O| Dec 13 21:28:36.783 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/ikeadm"
76762024-12-13T21:28:38.939Z[ recovery-image] Dec 13 21:28:36.784 INFO O| Dec 13 21:28:36.784 INFO STEP 1081 (remove_files) COMPLETE
76772024-12-13T21:28:38.939Z[ recovery-image] Dec 13 21:28:36.784 INFO O| Dec 13 21:28:36.784 INFO STEP 1082: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
76782024-12-13T21:28:38.950Z[ recovery-image] Dec 13 21:28:36.862 INFO O| Dec 13 21:28:36.862 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/ikecert"
76792024-12-13T21:28:38.951Z[ recovery-image] Dec 13 21:28:36.862 INFO O| Dec 13 21:28:36.862 INFO STEP 1082 (remove_files) COMPLETE
76802024-12-13T21:28:38.951Z[ recovery-image] Dec 13 21:28:36.863 INFO O| Dec 13 21:28:36.862 INFO STEP 1083: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
76812024-12-13T21:28:38.951Z[ recovery-image] Dec 13 21:28:36.918 INFO O| Dec 13 21:28:36.918 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/in.rdisc"
76822024-12-13T21:28:38.951Z[ recovery-image] Dec 13 21:28:36.918 INFO O| Dec 13 21:28:36.918 INFO STEP 1083 (remove_files) COMPLETE
76832024-12-13T21:28:38.951Z[ recovery-image] Dec 13 21:28:36.918 INFO O| Dec 13 21:28:36.918 INFO STEP 1084: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
76842024-12-13T21:28:38.962Z[ recovery-image] Dec 13 21:28:36.937 INFO O| Dec 13 21:28:36.937 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/in.routed"
76852024-12-13T21:28:38.963Z[ recovery-image] Dec 13 21:28:36.938 INFO O| Dec 13 21:28:36.938 INFO STEP 1084 (remove_files) COMPLETE
76862024-12-13T21:28:38.968Z[ recovery-image] Dec 13 21:28:36.938 INFO O| Dec 13 21:28:36.938 INFO STEP 1085: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
76872024-12-13T21:28:39.012Z[ recovery-image] Dec 13 21:28:36.995 INFO O| Dec 13 21:28:36.995 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/inetadm"
76882024-12-13T21:28:39.012Z[ recovery-image] Dec 13 21:28:36.995 INFO O| Dec 13 21:28:36.995 INFO STEP 1085 (remove_files) COMPLETE
76892024-12-13T21:28:39.012Z[ recovery-image] Dec 13 21:28:36.995 INFO O| Dec 13 21:28:36.995 INFO STEP 1086: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
76902024-12-13T21:28:39.039Z[ recovery-image] Dec 13 21:28:37.022 INFO O| Dec 13 21:28:37.022 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/inetconv"
76912024-12-13T21:28:39.039Z[ recovery-image] Dec 13 21:28:37.022 INFO O| Dec 13 21:28:37.022 INFO STEP 1086 (remove_files) COMPLETE
76922024-12-13T21:28:39.042Z[ recovery-image] Dec 13 21:28:37.022 INFO O| Dec 13 21:28:37.022 INFO STEP 1087: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
76932024-12-13T21:28:39.075Z[ recovery-image] Dec 13 21:28:37.058 INFO O| Dec 13 21:28:37.057 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/install"
76942024-12-13T21:28:39.099Z[ recovery-image] Dec 13 21:28:37.082 INFO O| Dec 13 21:28:37.082 INFO STEP 1087 (remove_files) COMPLETE
76952024-12-13T21:28:39.099Z[ recovery-image] Dec 13 21:28:37.082 INFO O| Dec 13 21:28:37.082 INFO STEP 1088: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
76962024-12-13T21:28:39.157Z[ recovery-image] Dec 13 21:28:37.141 INFO O| Dec 13 21:28:37.141 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/installboot"
76972024-12-13T21:28:39.157Z[ recovery-image] Dec 13 21:28:37.141 INFO O| Dec 13 21:28:37.141 INFO STEP 1088 (remove_files) COMPLETE
76982024-12-13T21:28:39.157Z[ recovery-image] Dec 13 21:28:37.141 INFO O| Dec 13 21:28:37.141 INFO STEP 1089: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
76992024-12-13T21:28:39.176Z[ recovery-image] Dec 13 21:28:37.159 INFO O| Dec 13 21:28:37.159 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/installf"
77002024-12-13T21:28:39.176Z[ recovery-image] Dec 13 21:28:37.160 INFO O| Dec 13 21:28:37.160 INFO STEP 1089 (remove_files) COMPLETE
77012024-12-13T21:28:39.176Z[ recovery-image] Dec 13 21:28:37.160 INFO O| Dec 13 21:28:37.160 INFO STEP 1090: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
77022024-12-13T21:28:39.238Z[ recovery-image] Dec 13 21:28:37.211 INFO O| Dec 13 21:28:37.211 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/intrstat"
77032024-12-13T21:28:39.245Z[ recovery-image] Dec 13 21:28:37.211 INFO O| Dec 13 21:28:37.211 INFO STEP 1090 (remove_files) COMPLETE
77042024-12-13T21:28:39.245Z[ recovery-image] Dec 13 21:28:37.212 INFO O| Dec 13 21:28:37.212 INFO STEP 1091: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
77052024-12-13T21:28:39.251Z[ recovery-image] Dec 13 21:28:37.234 INFO O| Dec 13 21:28:37.234 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/ipsecalgs"
77062024-12-13T21:28:39.262Z[ recovery-image] Dec 13 21:28:37.235 INFO O| Dec 13 21:28:37.235 INFO STEP 1091 (remove_files) COMPLETE
77072024-12-13T21:28:39.262Z[ recovery-image] Dec 13 21:28:37.235 INFO O| Dec 13 21:28:37.235 INFO STEP 1092: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
77082024-12-13T21:28:39.277Z[ recovery-image] Dec 13 21:28:37.255 INFO O| Dec 13 21:28:37.255 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/ipsecconf"
77092024-12-13T21:28:39.278Z[ recovery-image] Dec 13 21:28:37.255 INFO O| Dec 13 21:28:37.255 INFO STEP 1092 (remove_files) COMPLETE
77102024-12-13T21:28:39.278Z[ recovery-image] Dec 13 21:28:37.255 INFO O| Dec 13 21:28:37.255 INFO STEP 1093: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
77112024-12-13T21:28:39.310Z[ recovery-image] Dec 13 21:28:37.293 INFO O| Dec 13 21:28:37.293 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/ipseckey"
77122024-12-13T21:28:39.310Z[ recovery-image] Dec 13 21:28:37.293 INFO O| Dec 13 21:28:37.293 INFO STEP 1093 (remove_files) COMPLETE
77132024-12-13T21:28:39.310Z[ recovery-image] Dec 13 21:28:37.293 INFO O| Dec 13 21:28:37.293 INFO STEP 1094: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
77142024-12-13T21:28:39.329Z[ recovery-image] Dec 13 21:28:37.313 INFO O| Dec 13 21:28:37.313 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/keyserv"
77152024-12-13T21:28:39.329Z[ recovery-image] Dec 13 21:28:37.313 INFO O| Dec 13 21:28:37.313 INFO STEP 1094 (remove_files) COMPLETE
77162024-12-13T21:28:39.342Z[ recovery-image] Dec 13 21:28:37.313 INFO O| Dec 13 21:28:37.313 INFO STEP 1095: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
77172024-12-13T21:28:39.372Z[ recovery-image] Dec 13 21:28:37.352 INFO O| Dec 13 21:28:37.352 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/killall"
77182024-12-13T21:28:39.376Z[ recovery-image] Dec 13 21:28:37.353 INFO O| Dec 13 21:28:37.352 INFO STEP 1095 (remove_files) COMPLETE
77192024-12-13T21:28:39.376Z[ recovery-image] Dec 13 21:28:37.353 INFO O| Dec 13 21:28:37.353 INFO STEP 1096: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
77202024-12-13T21:28:39.390Z[ recovery-image] Dec 13 21:28:37.373 INFO O| Dec 13 21:28:37.373 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/link"
77212024-12-13T21:28:39.390Z[ recovery-image] Dec 13 21:28:37.373 INFO O| Dec 13 21:28:37.373 INFO STEP 1096 (remove_files) COMPLETE
77222024-12-13T21:28:39.396Z[ recovery-image] Dec 13 21:28:37.373 INFO O| Dec 13 21:28:37.373 INFO STEP 1097: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
77232024-12-13T21:28:39.409Z[ recovery-image] Dec 13 21:28:37.392 INFO O| Dec 13 21:28:37.392 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/list_devices"
77242024-12-13T21:28:39.412Z[ recovery-image] Dec 13 21:28:37.392 INFO O| Dec 13 21:28:37.392 INFO STEP 1097 (remove_files) COMPLETE
77252024-12-13T21:28:39.412Z[ recovery-image] Dec 13 21:28:37.392 INFO O| Dec 13 21:28:37.392 INFO STEP 1098: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
77262024-12-13T21:28:39.428Z[ recovery-image] Dec 13 21:28:37.412 INFO O| Dec 13 21:28:37.412 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/locator"
77272024-12-13T21:28:39.435Z[ recovery-image] Dec 13 21:28:37.412 INFO O| Dec 13 21:28:37.412 INFO STEP 1098 (remove_files) COMPLETE
77282024-12-13T21:28:39.435Z[ recovery-image] Dec 13 21:28:37.412 INFO O| Dec 13 21:28:37.412 INFO STEP 1099: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
77292024-12-13T21:28:39.459Z[ recovery-image] Dec 13 21:28:37.441 INFO O| Dec 13 21:28:37.441 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/lockstat"
77302024-12-13T21:28:39.459Z[ recovery-image] Dec 13 21:28:37.441 INFO O| Dec 13 21:28:37.441 INFO STEP 1099 (remove_files) COMPLETE
77312024-12-13T21:28:39.468Z[ recovery-image] Dec 13 21:28:37.441 INFO O| Dec 13 21:28:37.441 INFO STEP 1100: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
77322024-12-13T21:28:39.491Z[ recovery-image] Dec 13 21:28:37.459 INFO O| Dec 13 21:28:37.459 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/lofiadm"
77332024-12-13T21:28:39.491Z[ recovery-image] Dec 13 21:28:37.459 INFO O| Dec 13 21:28:37.459 INFO STEP 1100 (remove_files) COMPLETE
77342024-12-13T21:28:39.491Z[ recovery-image] Dec 13 21:28:37.459 INFO O| Dec 13 21:28:37.459 INFO STEP 1101: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
77352024-12-13T21:28:39.494Z[ recovery-image] Dec 13 21:28:37.477 INFO O| Dec 13 21:28:37.477 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/logadm"
77362024-12-13T21:28:39.494Z[ recovery-image] Dec 13 21:28:37.477 INFO O| Dec 13 21:28:37.477 INFO STEP 1101 (remove_files) COMPLETE
77372024-12-13T21:28:39.494Z[ recovery-image] Dec 13 21:28:37.477 INFO O| Dec 13 21:28:37.477 INFO STEP 1102: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
77382024-12-13T21:28:39.511Z[ recovery-image] Dec 13 21:28:37.495 INFO O| Dec 13 21:28:37.495 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/makedbm"
77392024-12-13T21:28:39.514Z[ recovery-image] Dec 13 21:28:37.495 INFO O| Dec 13 21:28:37.495 INFO STEP 1102 (remove_files) COMPLETE
77402024-12-13T21:28:39.514Z[ recovery-image] Dec 13 21:28:37.495 INFO O| Dec 13 21:28:37.495 INFO STEP 1103: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
77412024-12-13T21:28:39.529Z[ recovery-image] Dec 13 21:28:37.512 INFO O| Dec 13 21:28:37.512 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/mkdevalloc"
77422024-12-13T21:28:39.532Z[ recovery-image] Dec 13 21:28:37.513 INFO O| Dec 13 21:28:37.513 INFO STEP 1103 (remove_files) COMPLETE
77432024-12-13T21:28:39.533Z[ recovery-image] Dec 13 21:28:37.513 INFO O| Dec 13 21:28:37.513 INFO STEP 1104: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
77442024-12-13T21:28:39.546Z[ recovery-image] Dec 13 21:28:37.530 INFO O| Dec 13 21:28:37.530 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/mkdevmaps"
77452024-12-13T21:28:39.549Z[ recovery-image] Dec 13 21:28:37.530 INFO O| Dec 13 21:28:37.530 INFO STEP 1104 (remove_files) COMPLETE
77462024-12-13T21:28:39.549Z[ recovery-image] Dec 13 21:28:37.530 INFO O| Dec 13 21:28:37.530 INFO STEP 1105: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
77472024-12-13T21:28:39.565Z[ recovery-image] Dec 13 21:28:37.548 INFO O| Dec 13 21:28:37.548 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/mkfile"
77482024-12-13T21:28:39.570Z[ recovery-image] Dec 13 21:28:37.548 INFO O| Dec 13 21:28:37.548 INFO STEP 1105 (remove_files) COMPLETE
77492024-12-13T21:28:39.570Z[ recovery-image] Dec 13 21:28:37.549 INFO O| Dec 13 21:28:37.549 INFO STEP 1106: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
77502024-12-13T21:28:39.582Z[ recovery-image] Dec 13 21:28:37.566 INFO O| Dec 13 21:28:37.566 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/mknod"
77512024-12-13T21:28:39.590Z[ recovery-image] Dec 13 21:28:37.566 INFO O| Dec 13 21:28:37.566 INFO STEP 1106 (remove_files) COMPLETE
77522024-12-13T21:28:39.590Z[ recovery-image] Dec 13 21:28:37.566 INFO O| Dec 13 21:28:37.566 INFO STEP 1107: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
77532024-12-13T21:28:39.601Z[ recovery-image] Dec 13 21:28:37.584 INFO O| Dec 13 21:28:37.584 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/modinfo"
77542024-12-13T21:28:39.603Z[ recovery-image] Dec 13 21:28:37.585 INFO O| Dec 13 21:28:37.585 INFO STEP 1107 (remove_files) COMPLETE
77552024-12-13T21:28:39.603Z[ recovery-image] Dec 13 21:28:37.585 INFO O| Dec 13 21:28:37.585 INFO STEP 1108: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
77562024-12-13T21:28:39.622Z[ recovery-image] Dec 13 21:28:37.603 INFO O| Dec 13 21:28:37.603 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/modload"
77572024-12-13T21:28:39.626Z[ recovery-image] Dec 13 21:28:37.603 INFO O| Dec 13 21:28:37.603 INFO STEP 1108 (remove_files) COMPLETE
77582024-12-13T21:28:39.626Z[ recovery-image] Dec 13 21:28:37.603 INFO O| Dec 13 21:28:37.603 INFO STEP 1109: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
77592024-12-13T21:28:39.638Z[ recovery-image] Dec 13 21:28:37.621 INFO O| Dec 13 21:28:37.621 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/mountall"
77602024-12-13T21:28:39.641Z[ recovery-image] Dec 13 21:28:37.622 INFO O| Dec 13 21:28:37.621 INFO STEP 1109 (remove_files) COMPLETE
77612024-12-13T21:28:39.641Z[ recovery-image] Dec 13 21:28:37.622 INFO O| Dec 13 21:28:37.622 INFO STEP 1110: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
77622024-12-13T21:28:39.655Z[ recovery-image] Dec 13 21:28:37.639 INFO O| Dec 13 21:28:37.639 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/msgid"
77632024-12-13T21:28:39.658Z[ recovery-image] Dec 13 21:28:37.639 INFO O| Dec 13 21:28:37.639 INFO STEP 1110 (remove_files) COMPLETE
77642024-12-13T21:28:39.658Z[ recovery-image] Dec 13 21:28:37.639 INFO O| Dec 13 21:28:37.639 INFO STEP 1111: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
77652024-12-13T21:28:39.687Z[ recovery-image] Dec 13 21:28:37.670 INFO O| Dec 13 21:28:37.670 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/mvdir"
77662024-12-13T21:28:39.688Z[ recovery-image] Dec 13 21:28:37.670 INFO O| Dec 13 21:28:37.670 INFO STEP 1111 (remove_files) COMPLETE
77672024-12-13T21:28:39.691Z[ recovery-image] Dec 13 21:28:37.671 INFO O| Dec 13 21:28:37.670 INFO STEP 1112: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
77682024-12-13T21:28:39.705Z[ recovery-image] Dec 13 21:28:37.689 INFO O| Dec 13 21:28:37.689 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/ndp"
77692024-12-13T21:28:39.708Z[ recovery-image] Dec 13 21:28:37.689 INFO O| Dec 13 21:28:37.689 INFO STEP 1112 (remove_files) COMPLETE
77702024-12-13T21:28:39.708Z[ recovery-image] Dec 13 21:28:37.689 INFO O| Dec 13 21:28:37.689 INFO STEP 1113: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
77712024-12-13T21:28:39.731Z[ recovery-image] Dec 13 21:28:37.714 INFO O| Dec 13 21:28:37.714 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/nlsadmin"
77722024-12-13T21:28:39.731Z[ recovery-image] Dec 13 21:28:37.714 INFO O| Dec 13 21:28:37.714 INFO STEP 1113 (remove_files) COMPLETE
77732024-12-13T21:28:39.731Z[ recovery-image] Dec 13 21:28:37.714 INFO O| Dec 13 21:28:37.714 INFO STEP 1114: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
77742024-12-13T21:28:39.789Z[ recovery-image] Dec 13 21:28:37.772 INFO O| Dec 13 21:28:37.772 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/nltest"
77752024-12-13T21:28:39.789Z[ recovery-image] Dec 13 21:28:37.772 INFO O| Dec 13 21:28:37.772 INFO STEP 1114 (remove_files) COMPLETE
77762024-12-13T21:28:39.789Z[ recovery-image] Dec 13 21:28:37.772 INFO O| Dec 13 21:28:37.772 INFO STEP 1115: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
77772024-12-13T21:28:39.807Z[ recovery-image] Dec 13 21:28:37.791 INFO O| Dec 13 21:28:37.791 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/nvmeadm"
77782024-12-13T21:28:39.808Z[ recovery-image] Dec 13 21:28:37.791 INFO O| Dec 13 21:28:37.791 INFO STEP 1115 (remove_files) COMPLETE
77792024-12-13T21:28:39.808Z[ recovery-image] Dec 13 21:28:37.791 INFO O| Dec 13 21:28:37.791 INFO STEP 1116: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
77802024-12-13T21:28:39.826Z[ recovery-image] Dec 13 21:28:37.809 INFO O| Dec 13 21:28:37.809 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/nwamadm"
77812024-12-13T21:28:39.826Z[ recovery-image] Dec 13 21:28:37.809 INFO O| Dec 13 21:28:37.809 INFO STEP 1116 (remove_files) COMPLETE
77822024-12-13T21:28:39.826Z[ recovery-image] Dec 13 21:28:37.809 INFO O| Dec 13 21:28:37.809 INFO STEP 1117: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
77832024-12-13T21:28:39.864Z[ recovery-image] Dec 13 21:28:37.848 INFO O| Dec 13 21:28:37.848 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/nwamcfg"
77842024-12-13T21:28:39.864Z[ recovery-image] Dec 13 21:28:37.848 INFO O| Dec 13 21:28:37.848 INFO STEP 1117 (remove_files) COMPLETE
77852024-12-13T21:28:39.864Z[ recovery-image] Dec 13 21:28:37.848 INFO O| Dec 13 21:28:37.848 INFO STEP 1118: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
77862024-12-13T21:28:39.888Z[ recovery-image] Dec 13 21:28:37.870 INFO O| Dec 13 21:28:37.870 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/pbind"
77872024-12-13T21:28:39.888Z[ recovery-image] Dec 13 21:28:37.870 INFO O| Dec 13 21:28:37.870 INFO STEP 1118 (remove_files) COMPLETE
77882024-12-13T21:28:39.888Z[ recovery-image] Dec 13 21:28:37.870 INFO O| Dec 13 21:28:37.870 INFO STEP 1119: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
77892024-12-13T21:28:39.928Z[ recovery-image] Dec 13 21:28:37.912 INFO O| Dec 13 21:28:37.911 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/ping"
77902024-12-13T21:28:39.928Z[ recovery-image] Dec 13 21:28:37.912 INFO O| Dec 13 21:28:37.912 INFO STEP 1119 (remove_files) COMPLETE
77912024-12-13T21:28:39.928Z[ recovery-image] Dec 13 21:28:37.912 INFO O| Dec 13 21:28:37.912 INFO STEP 1120: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
77922024-12-13T21:28:39.947Z[ recovery-image] Dec 13 21:28:37.930 INFO O| Dec 13 21:28:37.930 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/pkgadd"
77932024-12-13T21:28:39.947Z[ recovery-image] Dec 13 21:28:37.930 INFO O| Dec 13 21:28:37.930 INFO STEP 1120 (remove_files) COMPLETE
77942024-12-13T21:28:39.947Z[ recovery-image] Dec 13 21:28:37.930 INFO O| Dec 13 21:28:37.930 INFO STEP 1121: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
77952024-12-13T21:28:39.965Z[ recovery-image] Dec 13 21:28:37.948 INFO O| Dec 13 21:28:37.948 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/pkgask"
77962024-12-13T21:28:39.965Z[ recovery-image] Dec 13 21:28:37.948 INFO O| Dec 13 21:28:37.948 INFO STEP 1121 (remove_files) COMPLETE
77972024-12-13T21:28:39.965Z[ recovery-image] Dec 13 21:28:37.948 INFO O| Dec 13 21:28:37.948 INFO STEP 1122: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
77982024-12-13T21:28:39.983Z[ recovery-image] Dec 13 21:28:37.967 INFO O| Dec 13 21:28:37.967 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/pkgchk"
77992024-12-13T21:28:39.983Z[ recovery-image] Dec 13 21:28:37.967 INFO O| Dec 13 21:28:37.967 INFO STEP 1122 (remove_files) COMPLETE
78002024-12-13T21:28:39.983Z[ recovery-image] Dec 13 21:28:37.967 INFO O| Dec 13 21:28:37.967 INFO STEP 1123: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
78012024-12-13T21:28:40.015Z[ recovery-image] Dec 13 21:28:37.997 INFO O| Dec 13 21:28:37.997 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/pkgrm"
78022024-12-13T21:28:40.016Z[ recovery-image] Dec 13 21:28:37.997 INFO O| Dec 13 21:28:37.997 INFO STEP 1123 (remove_files) COMPLETE
78032024-12-13T21:28:40.016Z[ recovery-image] Dec 13 21:28:37.997 INFO O| Dec 13 21:28:37.997 INFO STEP 1124: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
78042024-12-13T21:28:40.043Z[ recovery-image] Dec 13 21:28:38.016 INFO O| Dec 13 21:28:38.016 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/plockstat"
78052024-12-13T21:28:40.043Z[ recovery-image] Dec 13 21:28:38.016 INFO O| Dec 13 21:28:38.016 INFO STEP 1124 (remove_files) COMPLETE
78062024-12-13T21:28:40.046Z[ recovery-image] Dec 13 21:28:38.016 INFO O| Dec 13 21:28:38.016 INFO STEP 1125: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
78072024-12-13T21:28:40.051Z[ recovery-image] Dec 13 21:28:38.035 INFO O| Dec 13 21:28:38.035 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/pooladm"
78082024-12-13T21:28:40.052Z[ recovery-image] Dec 13 21:28:38.035 INFO O| Dec 13 21:28:38.035 INFO STEP 1125 (remove_files) COMPLETE
78092024-12-13T21:28:40.052Z[ recovery-image] Dec 13 21:28:38.035 INFO O| Dec 13 21:28:38.035 INFO STEP 1126: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
78102024-12-13T21:28:40.073Z[ recovery-image] Dec 13 21:28:38.056 INFO O| Dec 13 21:28:38.056 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/poolbind"
78112024-12-13T21:28:40.076Z[ recovery-image] Dec 13 21:28:38.056 INFO O| Dec 13 21:28:38.056 INFO STEP 1126 (remove_files) COMPLETE
78122024-12-13T21:28:40.076Z[ recovery-image] Dec 13 21:28:38.056 INFO O| Dec 13 21:28:38.056 INFO STEP 1127: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
78132024-12-13T21:28:40.094Z[ recovery-image] Dec 13 21:28:38.076 INFO O| Dec 13 21:28:38.076 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/poolcfg"
78142024-12-13T21:28:40.094Z[ recovery-image] Dec 13 21:28:38.076 INFO O| Dec 13 21:28:38.076 INFO STEP 1127 (remove_files) COMPLETE
78152024-12-13T21:28:40.097Z[ recovery-image] Dec 13 21:28:38.076 INFO O| Dec 13 21:28:38.076 INFO STEP 1128: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
78162024-12-13T21:28:40.110Z[ recovery-image] Dec 13 21:28:38.093 INFO O| Dec 13 21:28:38.093 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/ports"
78172024-12-13T21:28:40.110Z[ recovery-image] Dec 13 21:28:38.094 INFO O| Dec 13 21:28:38.093 INFO STEP 1128 (remove_files) COMPLETE
78182024-12-13T21:28:40.114Z[ recovery-image] Dec 13 21:28:38.094 INFO O| Dec 13 21:28:38.093 INFO STEP 1129: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
78192024-12-13T21:28:40.128Z[ recovery-image] Dec 13 21:28:38.111 INFO O| Dec 13 21:28:38.111 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/poweroff"
78202024-12-13T21:28:40.128Z[ recovery-image] Dec 13 21:28:38.111 INFO O| Dec 13 21:28:38.111 INFO STEP 1129 (remove_files) COMPLETE
78212024-12-13T21:28:40.131Z[ recovery-image] Dec 13 21:28:38.111 INFO O| Dec 13 21:28:38.111 INFO STEP 1130: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
78222024-12-13T21:28:40.148Z[ recovery-image] Dec 13 21:28:38.131 INFO O| Dec 13 21:28:38.131 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/pptadm"
78232024-12-13T21:28:40.148Z[ recovery-image] Dec 13 21:28:38.131 INFO O| Dec 13 21:28:38.131 INFO STEP 1130 (remove_files) COMPLETE
78242024-12-13T21:28:40.148Z[ recovery-image] Dec 13 21:28:38.131 INFO O| Dec 13 21:28:38.131 INFO STEP 1131: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
78252024-12-13T21:28:40.167Z[ recovery-image] Dec 13 21:28:38.151 INFO O| Dec 13 21:28:38.151 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/praudit"
78262024-12-13T21:28:40.167Z[ recovery-image] Dec 13 21:28:38.151 INFO O| Dec 13 21:28:38.151 INFO STEP 1131 (remove_files) COMPLETE
78272024-12-13T21:28:40.167Z[ recovery-image] Dec 13 21:28:38.151 INFO O| Dec 13 21:28:38.151 INFO STEP 1132: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
78282024-12-13T21:28:40.211Z[ recovery-image] Dec 13 21:28:38.195 INFO O| Dec 13 21:28:38.194 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/projadd"
78292024-12-13T21:28:40.211Z[ recovery-image] Dec 13 21:28:38.195 INFO O| Dec 13 21:28:38.195 INFO STEP 1132 (remove_files) COMPLETE
78302024-12-13T21:28:40.215Z[ recovery-image] Dec 13 21:28:38.195 INFO O| Dec 13 21:28:38.195 INFO STEP 1133: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
78312024-12-13T21:28:40.248Z[ recovery-image] Dec 13 21:28:38.231 INFO O| Dec 13 21:28:38.231 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/projdel"
78322024-12-13T21:28:40.251Z[ recovery-image] Dec 13 21:28:38.232 INFO O| Dec 13 21:28:38.231 INFO STEP 1133 (remove_files) COMPLETE
78332024-12-13T21:28:40.251Z[ recovery-image] Dec 13 21:28:38.232 INFO O| Dec 13 21:28:38.232 INFO STEP 1134: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
78342024-12-13T21:28:40.265Z[ recovery-image] Dec 13 21:28:38.248 INFO O| Dec 13 21:28:38.248 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/projmod"
78352024-12-13T21:28:40.267Z[ recovery-image] Dec 13 21:28:38.249 INFO O| Dec 13 21:28:38.249 INFO STEP 1134 (remove_files) COMPLETE
78362024-12-13T21:28:40.267Z[ recovery-image] Dec 13 21:28:38.249 INFO O| Dec 13 21:28:38.249 INFO STEP 1135: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
78372024-12-13T21:28:40.355Z[ recovery-image] Dec 13 21:28:38.337 INFO O| Dec 13 21:28:38.337 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/prtdiag"
78382024-12-13T21:28:40.355Z[ recovery-image] Dec 13 21:28:38.337 INFO O| Dec 13 21:28:38.337 INFO STEP 1135 (remove_files) COMPLETE
78392024-12-13T21:28:40.358Z[ recovery-image] Dec 13 21:28:38.337 INFO O| Dec 13 21:28:38.337 INFO STEP 1136: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
78402024-12-13T21:28:40.380Z[ recovery-image] Dec 13 21:28:38.362 INFO O| Dec 13 21:28:38.362 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/prtpicl"
78412024-12-13T21:28:40.384Z[ recovery-image] Dec 13 21:28:38.362 INFO O| Dec 13 21:28:38.362 INFO STEP 1136 (remove_files) COMPLETE
78422024-12-13T21:28:40.384Z[ recovery-image] Dec 13 21:28:38.363 INFO O| Dec 13 21:28:38.362 INFO STEP 1137: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
78432024-12-13T21:28:40.398Z[ recovery-image] Dec 13 21:28:38.381 INFO O| Dec 13 21:28:38.381 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/prtvtoc"
78442024-12-13T21:28:40.403Z[ recovery-image] Dec 13 21:28:38.381 INFO O| Dec 13 21:28:38.381 INFO STEP 1137 (remove_files) COMPLETE
78452024-12-13T21:28:40.403Z[ recovery-image] Dec 13 21:28:38.381 INFO O| Dec 13 21:28:38.381 INFO STEP 1138: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
78462024-12-13T21:28:40.419Z[ recovery-image] Dec 13 21:28:38.399 INFO O| Dec 13 21:28:38.398 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/psradm"
78472024-12-13T21:28:40.419Z[ recovery-image] Dec 13 21:28:38.399 INFO O| Dec 13 21:28:38.399 INFO STEP 1138 (remove_files) COMPLETE
78482024-12-13T21:28:40.422Z[ recovery-image] Dec 13 21:28:38.399 INFO O| Dec 13 21:28:38.399 INFO STEP 1139: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
78492024-12-13T21:28:40.432Z[ recovery-image] Dec 13 21:28:38.416 INFO O| Dec 13 21:28:38.416 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/psrinfo"
78502024-12-13T21:28:40.435Z[ recovery-image] Dec 13 21:28:38.416 INFO O| Dec 13 21:28:38.416 INFO STEP 1139 (remove_files) COMPLETE
78512024-12-13T21:28:40.435Z[ recovery-image] Dec 13 21:28:38.416 INFO O| Dec 13 21:28:38.416 INFO STEP 1140: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
78522024-12-13T21:28:40.466Z[ recovery-image] Dec 13 21:28:38.450 INFO O| Dec 13 21:28:38.450 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/psrset"
78532024-12-13T21:28:40.490Z[ recovery-image] Dec 13 21:28:38.474 INFO O| Dec 13 21:28:38.474 INFO STEP 1140 (remove_files) COMPLETE
78542024-12-13T21:28:40.490Z[ recovery-image] Dec 13 21:28:38.474 INFO O| Dec 13 21:28:38.474 INFO STEP 1141: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
78552024-12-13T21:28:40.511Z[ recovery-image] Dec 13 21:28:38.494 INFO O| Dec 13 21:28:38.494 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/pwck"
78562024-12-13T21:28:40.514Z[ recovery-image] Dec 13 21:28:38.495 INFO O| Dec 13 21:28:38.494 INFO STEP 1141 (remove_files) COMPLETE
78572024-12-13T21:28:40.514Z[ recovery-image] Dec 13 21:28:38.495 INFO O| Dec 13 21:28:38.495 INFO STEP 1142: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
78582024-12-13T21:28:40.529Z[ recovery-image] Dec 13 21:28:38.513 INFO O| Dec 13 21:28:38.513 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/pwconv"
78592024-12-13T21:28:40.533Z[ recovery-image] Dec 13 21:28:38.513 INFO O| Dec 13 21:28:38.513 INFO STEP 1142 (remove_files) COMPLETE
78602024-12-13T21:28:40.533Z[ recovery-image] Dec 13 21:28:38.513 INFO O| Dec 13 21:28:38.513 INFO STEP 1143: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
78612024-12-13T21:28:40.569Z[ recovery-image] Dec 13 21:28:38.553 INFO O| Dec 13 21:28:38.553 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/raidctl"
78622024-12-13T21:28:40.572Z[ recovery-image] Dec 13 21:28:38.553 INFO O| Dec 13 21:28:38.553 INFO STEP 1143 (remove_files) COMPLETE
78632024-12-13T21:28:40.572Z[ recovery-image] Dec 13 21:28:38.553 INFO O| Dec 13 21:28:38.553 INFO STEP 1144: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
78642024-12-13T21:28:40.589Z[ recovery-image] Dec 13 21:28:38.572 INFO O| Dec 13 21:28:38.572 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/ramdiskadm"
78652024-12-13T21:28:40.593Z[ recovery-image] Dec 13 21:28:38.573 INFO O| Dec 13 21:28:38.573 INFO STEP 1144 (remove_files) COMPLETE
78662024-12-13T21:28:40.593Z[ recovery-image] Dec 13 21:28:38.573 INFO O| Dec 13 21:28:38.573 INFO STEP 1145: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
78672024-12-13T21:28:40.622Z[ recovery-image] Dec 13 21:28:38.604 INFO O| Dec 13 21:28:38.604 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/rctladm"
78682024-12-13T21:28:40.622Z[ recovery-image] Dec 13 21:28:38.604 INFO O| Dec 13 21:28:38.604 INFO STEP 1145 (remove_files) COMPLETE
78692024-12-13T21:28:40.625Z[ recovery-image] Dec 13 21:28:38.604 INFO O| Dec 13 21:28:38.604 INFO STEP 1146: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
78702024-12-13T21:28:40.640Z[ recovery-image] Dec 13 21:28:38.623 INFO O| Dec 13 21:28:38.623 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/rdmsr"
78712024-12-13T21:28:40.640Z[ recovery-image] Dec 13 21:28:38.623 INFO O| Dec 13 21:28:38.623 INFO STEP 1146 (remove_files) COMPLETE
78722024-12-13T21:28:40.643Z[ recovery-image] Dec 13 21:28:38.624 INFO O| Dec 13 21:28:38.623 INFO STEP 1147: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
78732024-12-13T21:28:40.658Z[ recovery-image] Dec 13 21:28:38.641 INFO O| Dec 13 21:28:38.641 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/reboot"
78742024-12-13T21:28:40.662Z[ recovery-image] Dec 13 21:28:38.642 INFO O| Dec 13 21:28:38.641 INFO STEP 1147 (remove_files) COMPLETE
78752024-12-13T21:28:40.662Z[ recovery-image] Dec 13 21:28:38.642 INFO O| Dec 13 21:28:38.642 INFO STEP 1148: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
78762024-12-13T21:28:40.682Z[ recovery-image] Dec 13 21:28:38.665 INFO O| Dec 13 21:28:38.665 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/rem_drv"
78772024-12-13T21:28:40.682Z[ recovery-image] Dec 13 21:28:38.665 INFO O| Dec 13 21:28:38.665 INFO STEP 1148 (remove_files) COMPLETE
78782024-12-13T21:28:40.682Z[ recovery-image] Dec 13 21:28:38.665 INFO O| Dec 13 21:28:38.665 INFO STEP 1149: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
78792024-12-13T21:28:40.714Z[ recovery-image] Dec 13 21:28:38.698 INFO O| Dec 13 21:28:38.698 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/removef"
78802024-12-13T21:28:40.714Z[ recovery-image] Dec 13 21:28:38.698 INFO O| Dec 13 21:28:38.698 INFO STEP 1149 (remove_files) COMPLETE
78812024-12-13T21:28:40.715Z[ recovery-image] Dec 13 21:28:38.698 INFO O| Dec 13 21:28:38.698 INFO STEP 1150: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
78822024-12-13T21:28:40.780Z[ recovery-image] Dec 13 21:28:38.764 INFO O| Dec 13 21:28:38.764 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/roleadd"
78832024-12-13T21:28:40.780Z[ recovery-image] Dec 13 21:28:38.764 INFO O| Dec 13 21:28:38.764 INFO STEP 1150 (remove_files) COMPLETE
78842024-12-13T21:28:40.780Z[ recovery-image] Dec 13 21:28:38.764 INFO O| Dec 13 21:28:38.764 INFO STEP 1151: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
78852024-12-13T21:28:40.800Z[ recovery-image] Dec 13 21:28:38.783 INFO O| Dec 13 21:28:38.783 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/roledel"
78862024-12-13T21:28:40.800Z[ recovery-image] Dec 13 21:28:38.784 INFO O| Dec 13 21:28:38.784 INFO STEP 1151 (remove_files) COMPLETE
78872024-12-13T21:28:40.800Z[ recovery-image] Dec 13 21:28:38.784 INFO O| Dec 13 21:28:38.784 INFO STEP 1152: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
78882024-12-13T21:28:40.818Z[ recovery-image] Dec 13 21:28:38.802 INFO O| Dec 13 21:28:38.802 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/rolemod"
78892024-12-13T21:28:40.818Z[ recovery-image] Dec 13 21:28:38.802 INFO O| Dec 13 21:28:38.802 INFO STEP 1152 (remove_files) COMPLETE
78902024-12-13T21:28:40.821Z[ recovery-image] Dec 13 21:28:38.802 INFO O| Dec 13 21:28:38.802 INFO STEP 1153: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
78912024-12-13T21:28:40.837Z[ recovery-image] Dec 13 21:28:38.821 INFO O| Dec 13 21:28:38.821 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/root_archive"
78922024-12-13T21:28:40.837Z[ recovery-image] Dec 13 21:28:38.821 INFO O| Dec 13 21:28:38.821 INFO STEP 1153 (remove_files) COMPLETE
78932024-12-13T21:28:40.837Z[ recovery-image] Dec 13 21:28:38.821 INFO O| Dec 13 21:28:38.821 INFO STEP 1154: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
78942024-12-13T21:28:40.857Z[ recovery-image] Dec 13 21:28:38.841 INFO O| Dec 13 21:28:38.841 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/rpcbind"
78952024-12-13T21:28:40.857Z[ recovery-image] Dec 13 21:28:38.841 INFO O| Dec 13 21:28:38.841 INFO STEP 1154 (remove_files) COMPLETE
78962024-12-13T21:28:40.859Z[ recovery-image] Dec 13 21:28:38.841 INFO O| Dec 13 21:28:38.841 INFO STEP 1155: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
78972024-12-13T21:28:40.897Z[ recovery-image] Dec 13 21:28:38.881 INFO O| Dec 13 21:28:38.881 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/rtc"
78982024-12-13T21:28:40.922Z[ recovery-image] Dec 13 21:28:38.905 INFO O| Dec 13 21:28:38.905 INFO STEP 1155 (remove_files) COMPLETE
78992024-12-13T21:28:40.922Z[ recovery-image] Dec 13 21:28:38.905 INFO O| Dec 13 21:28:38.905 INFO STEP 1156: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
79002024-12-13T21:28:40.966Z[ recovery-image] Dec 13 21:28:38.947 INFO O| Dec 13 21:28:38.947 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/rtquery"
79012024-12-13T21:28:40.969Z[ recovery-image] Dec 13 21:28:38.947 INFO O| Dec 13 21:28:38.947 INFO STEP 1156 (remove_files) COMPLETE
79022024-12-13T21:28:40.969Z[ recovery-image] Dec 13 21:28:38.948 INFO O| Dec 13 21:28:38.947 INFO STEP 1157: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
79032024-12-13T21:28:41.030Z[ recovery-image] Dec 13 21:28:39.014 INFO O| Dec 13 21:28:39.014 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/setmnt"
79042024-12-13T21:28:41.033Z[ recovery-image] Dec 13 21:28:39.014 INFO O| Dec 13 21:28:39.014 INFO STEP 1157 (remove_files) COMPLETE
79052024-12-13T21:28:41.033Z[ recovery-image] Dec 13 21:28:39.014 INFO O| Dec 13 21:28:39.014 INFO STEP 1158: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
79062024-12-13T21:28:41.049Z[ recovery-image] Dec 13 21:28:39.033 INFO O| Dec 13 21:28:39.033 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/share"
79072024-12-13T21:28:41.049Z[ recovery-image] Dec 13 21:28:39.033 INFO O| Dec 13 21:28:39.033 INFO STEP 1158 (remove_files) COMPLETE
79082024-12-13T21:28:41.050Z[ recovery-image] Dec 13 21:28:39.033 INFO O| Dec 13 21:28:39.033 INFO STEP 1159: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
79092024-12-13T21:28:41.081Z[ recovery-image] Dec 13 21:28:39.065 INFO O| Dec 13 21:28:39.065 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/shareall"
79102024-12-13T21:28:41.081Z[ recovery-image] Dec 13 21:28:39.065 INFO O| Dec 13 21:28:39.065 INFO STEP 1159 (remove_files) COMPLETE
79112024-12-13T21:28:41.084Z[ recovery-image] Dec 13 21:28:39.065 INFO O| Dec 13 21:28:39.065 INFO STEP 1160: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
79122024-12-13T21:28:41.103Z[ recovery-image] Dec 13 21:28:39.086 INFO O| Dec 13 21:28:39.086 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/sharectl"
79132024-12-13T21:28:41.103Z[ recovery-image] Dec 13 21:28:39.086 INFO O| Dec 13 21:28:39.086 INFO STEP 1160 (remove_files) COMPLETE
79142024-12-13T21:28:41.103Z[ recovery-image] Dec 13 21:28:39.086 INFO O| Dec 13 21:28:39.086 INFO STEP 1161: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
79152024-12-13T21:28:41.122Z[ recovery-image] Dec 13 21:28:39.105 INFO O| Dec 13 21:28:39.105 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/sharemgr"
79162024-12-13T21:28:41.122Z[ recovery-image] Dec 13 21:28:39.105 INFO O| Dec 13 21:28:39.105 INFO STEP 1161 (remove_files) COMPLETE
79172024-12-13T21:28:41.122Z[ recovery-image] Dec 13 21:28:39.106 INFO O| Dec 13 21:28:39.105 INFO STEP 1162: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
79182024-12-13T21:28:41.145Z[ recovery-image] Dec 13 21:28:39.128 INFO O| Dec 13 21:28:39.128 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/shutdown"
79192024-12-13T21:28:41.145Z[ recovery-image] Dec 13 21:28:39.128 INFO O| Dec 13 21:28:39.128 INFO STEP 1162 (remove_files) COMPLETE
79202024-12-13T21:28:41.145Z[ recovery-image] Dec 13 21:28:39.128 INFO O| Dec 13 21:28:39.128 INFO STEP 1163: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
79212024-12-13T21:28:41.164Z[ recovery-image] Dec 13 21:28:39.146 INFO O| Dec 13 21:28:39.146 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/smbadm"
79222024-12-13T21:28:41.167Z[ recovery-image] Dec 13 21:28:39.146 INFO O| Dec 13 21:28:39.146 INFO STEP 1163 (remove_files) COMPLETE
79232024-12-13T21:28:41.167Z[ recovery-image] Dec 13 21:28:39.147 INFO O| Dec 13 21:28:39.146 INFO STEP 1164: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
79242024-12-13T21:28:41.204Z[ recovery-image] Dec 13 21:28:39.180 INFO O| Dec 13 21:28:39.180 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/smbios"
79252024-12-13T21:28:41.204Z[ recovery-image] Dec 13 21:28:39.180 INFO O| Dec 13 21:28:39.180 INFO STEP 1164 (remove_files) COMPLETE
79262024-12-13T21:28:41.204Z[ recovery-image] Dec 13 21:28:39.180 INFO O| Dec 13 21:28:39.180 INFO STEP 1165: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
79272024-12-13T21:28:41.226Z[ recovery-image] Dec 13 21:28:39.210 INFO O| Dec 13 21:28:39.209 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/smbstat"
79282024-12-13T21:28:41.227Z[ recovery-image] Dec 13 21:28:39.210 INFO O| Dec 13 21:28:39.210 INFO STEP 1165 (remove_files) COMPLETE
79292024-12-13T21:28:41.227Z[ recovery-image] Dec 13 21:28:39.210 INFO O| Dec 13 21:28:39.210 INFO STEP 1166: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
79302024-12-13T21:28:41.287Z[ recovery-image] Dec 13 21:28:39.270 INFO O| Dec 13 21:28:39.270 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/snmpd"
79312024-12-13T21:28:41.287Z[ recovery-image] Dec 13 21:28:39.270 INFO O| Dec 13 21:28:39.270 INFO STEP 1166 (remove_files) COMPLETE
79322024-12-13T21:28:41.287Z[ recovery-image] Dec 13 21:28:39.270 INFO O| Dec 13 21:28:39.270 INFO STEP 1167: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
79332024-12-13T21:28:41.321Z[ recovery-image] Dec 13 21:28:39.305 INFO O| Dec 13 21:28:39.305 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/snmptrapd"
79342024-12-13T21:28:41.321Z[ recovery-image] Dec 13 21:28:39.305 INFO O| Dec 13 21:28:39.305 INFO STEP 1167 (remove_files) COMPLETE
79352024-12-13T21:28:41.326Z[ recovery-image] Dec 13 21:28:39.305 INFO O| Dec 13 21:28:39.305 INFO STEP 1168: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
79362024-12-13T21:28:41.463Z[ recovery-image] Dec 13 21:28:39.447 INFO O| Dec 13 21:28:39.446 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/snoop"
79372024-12-13T21:28:41.463Z[ recovery-image] Dec 13 21:28:39.447 INFO O| Dec 13 21:28:39.447 INFO STEP 1168 (remove_files) COMPLETE
79382024-12-13T21:28:41.463Z[ recovery-image] Dec 13 21:28:39.447 INFO O| Dec 13 21:28:39.447 INFO STEP 1169: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
79392024-12-13T21:28:41.484Z[ recovery-image] Dec 13 21:28:39.466 INFO O| Dec 13 21:28:39.466 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/sshd"
79402024-12-13T21:28:41.484Z[ recovery-image] Dec 13 21:28:39.466 INFO O| Dec 13 21:28:39.466 INFO STEP 1169 (remove_files) COMPLETE
79412024-12-13T21:28:41.484Z[ recovery-image] Dec 13 21:28:39.466 INFO O| Dec 13 21:28:39.466 INFO STEP 1170: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
79422024-12-13T21:28:41.502Z[ recovery-image] Dec 13 21:28:39.485 INFO O| Dec 13 21:28:39.485 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/stmsboot"
79432024-12-13T21:28:41.503Z[ recovery-image] Dec 13 21:28:39.486 INFO O| Dec 13 21:28:39.486 INFO STEP 1170 (remove_files) COMPLETE
79442024-12-13T21:28:41.503Z[ recovery-image] Dec 13 21:28:39.486 INFO O| Dec 13 21:28:39.486 INFO STEP 1171: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
79452024-12-13T21:28:41.523Z[ recovery-image] Dec 13 21:28:39.506 INFO O| Dec 13 21:28:39.506 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/strace"
79462024-12-13T21:28:41.523Z[ recovery-image] Dec 13 21:28:39.506 INFO O| Dec 13 21:28:39.506 INFO STEP 1171 (remove_files) COMPLETE
79472024-12-13T21:28:41.523Z[ recovery-image] Dec 13 21:28:39.506 INFO O| Dec 13 21:28:39.506 INFO STEP 1172: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
79482024-12-13T21:28:41.542Z[ recovery-image] Dec 13 21:28:39.525 INFO O| Dec 13 21:28:39.525 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/strclean"
79492024-12-13T21:28:41.542Z[ recovery-image] Dec 13 21:28:39.525 INFO O| Dec 13 21:28:39.525 INFO STEP 1172 (remove_files) COMPLETE
79502024-12-13T21:28:41.542Z[ recovery-image] Dec 13 21:28:39.525 INFO O| Dec 13 21:28:39.525 INFO STEP 1173: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
79512024-12-13T21:28:41.560Z[ recovery-image] Dec 13 21:28:39.544 INFO O| Dec 13 21:28:39.544 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/strerr"
79522024-12-13T21:28:41.560Z[ recovery-image] Dec 13 21:28:39.544 INFO O| Dec 13 21:28:39.544 INFO STEP 1173 (remove_files) COMPLETE
79532024-12-13T21:28:41.560Z[ recovery-image] Dec 13 21:28:39.544 INFO O| Dec 13 21:28:39.544 INFO STEP 1174: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
79542024-12-13T21:28:41.577Z[ recovery-image] Dec 13 21:28:39.561 INFO O| Dec 13 21:28:39.561 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/sttydefs"
79552024-12-13T21:28:41.580Z[ recovery-image] Dec 13 21:28:39.561 INFO O| Dec 13 21:28:39.561 INFO STEP 1174 (remove_files) COMPLETE
79562024-12-13T21:28:41.580Z[ recovery-image] Dec 13 21:28:39.561 INFO O| Dec 13 21:28:39.561 INFO STEP 1175: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
79572024-12-13T21:28:41.596Z[ recovery-image] Dec 13 21:28:39.580 INFO O| Dec 13 21:28:39.580 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/syncinit"
79582024-12-13T21:28:41.599Z[ recovery-image] Dec 13 21:28:39.580 INFO O| Dec 13 21:28:39.580 INFO STEP 1175 (remove_files) COMPLETE
79592024-12-13T21:28:41.599Z[ recovery-image] Dec 13 21:28:39.580 INFO O| Dec 13 21:28:39.580 INFO STEP 1176: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
79602024-12-13T21:28:41.616Z[ recovery-image] Dec 13 21:28:39.600 INFO O| Dec 13 21:28:39.599 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/syncloop"
79612024-12-13T21:28:41.618Z[ recovery-image] Dec 13 21:28:39.600 INFO O| Dec 13 21:28:39.600 INFO STEP 1176 (remove_files) COMPLETE
79622024-12-13T21:28:41.618Z[ recovery-image] Dec 13 21:28:39.600 INFO O| Dec 13 21:28:39.600 INFO STEP 1177: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
79632024-12-13T21:28:41.635Z[ recovery-image] Dec 13 21:28:39.619 INFO O| Dec 13 21:28:39.618 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/syncstat"
79642024-12-13T21:28:41.635Z[ recovery-image] Dec 13 21:28:39.619 INFO O| Dec 13 21:28:39.619 INFO STEP 1177 (remove_files) COMPLETE
79652024-12-13T21:28:41.637Z[ recovery-image] Dec 13 21:28:39.619 INFO O| Dec 13 21:28:39.619 INFO STEP 1178: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
79662024-12-13T21:28:41.654Z[ recovery-image] Dec 13 21:28:39.638 INFO O| Dec 13 21:28:39.638 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/sysdef"
79672024-12-13T21:28:41.657Z[ recovery-image] Dec 13 21:28:39.638 INFO O| Dec 13 21:28:39.638 INFO STEP 1178 (remove_files) COMPLETE
79682024-12-13T21:28:41.657Z[ recovery-image] Dec 13 21:28:39.638 INFO O| Dec 13 21:28:39.638 INFO STEP 1179: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
79692024-12-13T21:28:41.673Z[ recovery-image] Dec 13 21:28:39.657 INFO O| Dec 13 21:28:39.657 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/syseventadm"
79702024-12-13T21:28:41.676Z[ recovery-image] Dec 13 21:28:39.657 INFO O| Dec 13 21:28:39.657 INFO STEP 1179 (remove_files) COMPLETE
79712024-12-13T21:28:41.676Z[ recovery-image] Dec 13 21:28:39.658 INFO O| Dec 13 21:28:39.657 INFO STEP 1180: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
79722024-12-13T21:28:41.693Z[ recovery-image] Dec 13 21:28:39.676 INFO O| Dec 13 21:28:39.676 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/t6mfgadm"
79732024-12-13T21:28:41.695Z[ recovery-image] Dec 13 21:28:39.677 INFO O| Dec 13 21:28:39.676 INFO STEP 1180 (remove_files) COMPLETE
79742024-12-13T21:28:41.695Z[ recovery-image] Dec 13 21:28:39.677 INFO O| Dec 13 21:28:39.677 INFO STEP 1181: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
79752024-12-13T21:28:41.714Z[ recovery-image] Dec 13 21:28:39.696 INFO O| Dec 13 21:28:39.696 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/tapes"
79762024-12-13T21:28:41.717Z[ recovery-image] Dec 13 21:28:39.696 INFO O| Dec 13 21:28:39.696 INFO STEP 1181 (remove_files) COMPLETE
79772024-12-13T21:28:41.717Z[ recovery-image] Dec 13 21:28:39.696 INFO O| Dec 13 21:28:39.696 INFO STEP 1182: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
79782024-12-13T21:28:41.732Z[ recovery-image] Dec 13 21:28:39.716 INFO O| Dec 13 21:28:39.716 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/tar"
79792024-12-13T21:28:41.736Z[ recovery-image] Dec 13 21:28:39.716 INFO O| Dec 13 21:28:39.716 INFO STEP 1182 (remove_files) COMPLETE
79802024-12-13T21:28:41.737Z[ recovery-image] Dec 13 21:28:39.716 INFO O| Dec 13 21:28:39.716 INFO STEP 1183: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
79812024-12-13T21:28:41.751Z[ recovery-image] Dec 13 21:28:39.735 INFO O| Dec 13 21:28:39.735 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/tcsd"
79822024-12-13T21:28:41.754Z[ recovery-image] Dec 13 21:28:39.735 INFO O| Dec 13 21:28:39.735 INFO STEP 1183 (remove_files) COMPLETE
79832024-12-13T21:28:41.754Z[ recovery-image] Dec 13 21:28:39.736 INFO O| Dec 13 21:28:39.735 INFO STEP 1184: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
79842024-12-13T21:28:41.772Z[ recovery-image] Dec 13 21:28:39.756 INFO O| Dec 13 21:28:39.755 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/traceroute"
79852024-12-13T21:28:41.775Z[ recovery-image] Dec 13 21:28:39.756 INFO O| Dec 13 21:28:39.756 INFO STEP 1184 (remove_files) COMPLETE
79862024-12-13T21:28:41.775Z[ recovery-image] Dec 13 21:28:39.756 INFO O| Dec 13 21:28:39.756 INFO STEP 1185: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
79872024-12-13T21:28:41.792Z[ recovery-image] Dec 13 21:28:39.776 INFO O| Dec 13 21:28:39.776 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/trapstat"
79882024-12-13T21:28:41.795Z[ recovery-image] Dec 13 21:28:39.776 INFO O| Dec 13 21:28:39.776 INFO STEP 1185 (remove_files) COMPLETE
79892024-12-13T21:28:41.795Z[ recovery-image] Dec 13 21:28:39.776 INFO O| Dec 13 21:28:39.776 INFO STEP 1186: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
79902024-12-13T21:28:41.813Z[ recovery-image] Dec 13 21:28:39.796 INFO O| Dec 13 21:28:39.796 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/ttyadm"
79912024-12-13T21:28:41.813Z[ recovery-image] Dec 13 21:28:39.796 INFO O| Dec 13 21:28:39.796 INFO STEP 1186 (remove_files) COMPLETE
79922024-12-13T21:28:41.813Z[ recovery-image] Dec 13 21:28:39.796 INFO O| Dec 13 21:28:39.796 INFO STEP 1187: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
79932024-12-13T21:28:41.874Z[ recovery-image] Dec 13 21:28:39.858 INFO O| Dec 13 21:28:39.858 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/ucodeadm"
79942024-12-13T21:28:41.874Z[ recovery-image] Dec 13 21:28:39.858 INFO O| Dec 13 21:28:39.858 INFO STEP 1187 (remove_files) COMPLETE
79952024-12-13T21:28:41.877Z[ recovery-image] Dec 13 21:28:39.858 INFO O| Dec 13 21:28:39.858 INFO STEP 1188: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
79962024-12-13T21:28:41.892Z[ recovery-image] Dec 13 21:28:39.875 INFO O| Dec 13 21:28:39.875 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/umountall"
79972024-12-13T21:28:41.892Z[ recovery-image] Dec 13 21:28:39.875 INFO O| Dec 13 21:28:39.875 INFO STEP 1188 (remove_files) COMPLETE
79982024-12-13T21:28:41.892Z[ recovery-image] Dec 13 21:28:39.875 INFO O| Dec 13 21:28:39.875 INFO STEP 1189: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
79992024-12-13T21:28:41.909Z[ recovery-image] Dec 13 21:28:39.892 INFO O| Dec 13 21:28:39.892 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/unlink"
80002024-12-13T21:28:41.909Z[ recovery-image] Dec 13 21:28:39.892 INFO O| Dec 13 21:28:39.892 INFO STEP 1189 (remove_files) COMPLETE
80012024-12-13T21:28:41.909Z[ recovery-image] Dec 13 21:28:39.892 INFO O| Dec 13 21:28:39.892 INFO STEP 1190: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
80022024-12-13T21:28:41.928Z[ recovery-image] Dec 13 21:28:39.910 INFO O| Dec 13 21:28:39.910 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/unshare"
80032024-12-13T21:28:41.928Z[ recovery-image] Dec 13 21:28:39.910 INFO O| Dec 13 21:28:39.910 INFO STEP 1190 (remove_files) COMPLETE
80042024-12-13T21:28:41.928Z[ recovery-image] Dec 13 21:28:39.910 INFO O| Dec 13 21:28:39.910 INFO STEP 1191: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
80052024-12-13T21:28:41.946Z[ recovery-image] Dec 13 21:28:39.928 INFO O| Dec 13 21:28:39.927 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/unshareall"
80062024-12-13T21:28:41.946Z[ recovery-image] Dec 13 21:28:39.928 INFO O| Dec 13 21:28:39.928 INFO STEP 1191 (remove_files) COMPLETE
80072024-12-13T21:28:41.949Z[ recovery-image] Dec 13 21:28:39.928 INFO O| Dec 13 21:28:39.928 INFO STEP 1192: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
80082024-12-13T21:28:41.970Z[ recovery-image] Dec 13 21:28:39.954 INFO O| Dec 13 21:28:39.954 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/update_drv"
80092024-12-13T21:28:41.970Z[ recovery-image] Dec 13 21:28:39.954 INFO O| Dec 13 21:28:39.954 INFO STEP 1192 (remove_files) COMPLETE
80102024-12-13T21:28:41.974Z[ recovery-image] Dec 13 21:28:39.954 INFO O| Dec 13 21:28:39.954 INFO STEP 1193: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
80112024-12-13T21:28:41.989Z[ recovery-image] Dec 13 21:28:39.972 INFO O| Dec 13 21:28:39.972 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/useradd"
80122024-12-13T21:28:41.989Z[ recovery-image] Dec 13 21:28:39.972 INFO O| Dec 13 21:28:39.972 INFO STEP 1193 (remove_files) COMPLETE
80132024-12-13T21:28:41.989Z[ recovery-image] Dec 13 21:28:39.972 INFO O| Dec 13 21:28:39.972 INFO STEP 1194: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
80142024-12-13T21:28:42.007Z[ recovery-image] Dec 13 21:28:39.991 INFO O| Dec 13 21:28:39.991 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/userdel"
80152024-12-13T21:28:42.007Z[ recovery-image] Dec 13 21:28:39.991 INFO O| Dec 13 21:28:39.991 INFO STEP 1194 (remove_files) COMPLETE
80162024-12-13T21:28:42.007Z[ recovery-image] Dec 13 21:28:39.991 INFO O| Dec 13 21:28:39.991 INFO STEP 1195: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
80172024-12-13T21:28:42.035Z[ recovery-image] Dec 13 21:28:40.018 INFO O| Dec 13 21:28:40.018 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/usermod"
80182024-12-13T21:28:42.035Z[ recovery-image] Dec 13 21:28:40.018 INFO O| Dec 13 21:28:40.018 INFO STEP 1195 (remove_files) COMPLETE
80192024-12-13T21:28:42.038Z[ recovery-image] Dec 13 21:28:40.018 INFO O| Dec 13 21:28:40.018 INFO STEP 1196: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
80202024-12-13T21:28:42.095Z[ recovery-image] Dec 13 21:28:40.079 INFO O| Dec 13 21:28:40.078 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/volcopy"
80212024-12-13T21:28:42.096Z[ recovery-image] Dec 13 21:28:40.079 INFO O| Dec 13 21:28:40.079 INFO STEP 1196 (remove_files) COMPLETE
80222024-12-13T21:28:42.096Z[ recovery-image] Dec 13 21:28:40.079 INFO O| Dec 13 21:28:40.079 INFO STEP 1197: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
80232024-12-13T21:28:42.140Z[ recovery-image] Dec 13 21:28:40.124 INFO O| Dec 13 21:28:40.124 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/wall"
80242024-12-13T21:28:42.140Z[ recovery-image] Dec 13 21:28:40.124 INFO O| Dec 13 21:28:40.124 INFO STEP 1197 (remove_files) COMPLETE
80252024-12-13T21:28:42.140Z[ recovery-image] Dec 13 21:28:40.124 INFO O| Dec 13 21:28:40.124 INFO STEP 1198: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
80262024-12-13T21:28:42.167Z[ recovery-image] Dec 13 21:28:40.151 INFO O| Dec 13 21:28:40.151 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/whodo"
80272024-12-13T21:28:42.170Z[ recovery-image] Dec 13 21:28:40.151 INFO O| Dec 13 21:28:40.151 INFO STEP 1198 (remove_files) COMPLETE
80282024-12-13T21:28:42.171Z[ recovery-image] Dec 13 21:28:40.151 INFO O| Dec 13 21:28:40.151 INFO STEP 1199: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
80292024-12-13T21:28:42.202Z[ recovery-image] Dec 13 21:28:40.186 INFO O| Dec 13 21:28:40.186 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/zdb"
80302024-12-13T21:28:42.205Z[ recovery-image] Dec 13 21:28:40.186 INFO O| Dec 13 21:28:40.186 INFO STEP 1199 (remove_files) COMPLETE
80312024-12-13T21:28:42.205Z[ recovery-image] Dec 13 21:28:40.186 INFO O| Dec 13 21:28:40.186 INFO STEP 1200: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
80322024-12-13T21:28:42.262Z[ recovery-image] Dec 13 21:28:40.245 INFO O| Dec 13 21:28:40.245 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/zdump"
80332024-12-13T21:28:42.264Z[ recovery-image] Dec 13 21:28:40.246 INFO O| Dec 13 21:28:40.245 INFO STEP 1200 (remove_files) COMPLETE
80342024-12-13T21:28:42.264Z[ recovery-image] Dec 13 21:28:40.246 INFO O| Dec 13 21:28:40.246 INFO STEP 1201: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
80352024-12-13T21:28:42.442Z[ recovery-image] Dec 13 21:28:40.425 INFO O| Dec 13 21:28:40.425 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/zic"
80362024-12-13T21:28:42.442Z[ recovery-image] Dec 13 21:28:40.425 INFO O| Dec 13 21:28:40.425 INFO STEP 1201 (remove_files) COMPLETE
80372024-12-13T21:28:42.442Z[ recovery-image] Dec 13 21:28:40.425 INFO O| Dec 13 21:28:40.425 INFO STEP 1202: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
80382024-12-13T21:28:42.487Z[ recovery-image] Dec 13 21:28:40.471 INFO O| Dec 13 21:28:40.471 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/zlogin"
80392024-12-13T21:28:42.490Z[ recovery-image] Dec 13 21:28:40.471 INFO O| Dec 13 21:28:40.471 INFO STEP 1202 (remove_files) COMPLETE
80402024-12-13T21:28:42.490Z[ recovery-image] Dec 13 21:28:40.471 INFO O| Dec 13 21:28:40.471 INFO STEP 1203: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
80412024-12-13T21:28:42.506Z[ recovery-image] Dec 13 21:28:40.490 INFO O| Dec 13 21:28:40.490 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/zoneadm"
80422024-12-13T21:28:42.509Z[ recovery-image] Dec 13 21:28:40.490 INFO O| Dec 13 21:28:40.490 INFO STEP 1203 (remove_files) COMPLETE
80432024-12-13T21:28:42.509Z[ recovery-image] Dec 13 21:28:40.490 INFO O| Dec 13 21:28:40.490 INFO STEP 1204: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
80442024-12-13T21:28:42.546Z[ recovery-image] Dec 13 21:28:40.529 INFO O| Dec 13 21:28:40.529 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/zonecfg"
80452024-12-13T21:28:42.546Z[ recovery-image] Dec 13 21:28:40.529 INFO O| Dec 13 21:28:40.529 INFO STEP 1204 (remove_files) COMPLETE
80462024-12-13T21:28:42.546Z[ recovery-image] Dec 13 21:28:40.529 INFO O| Dec 13 21:28:40.529 INFO STEP 1205: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
80472024-12-13T21:28:42.565Z[ recovery-image] Dec 13 21:28:40.549 INFO O| Dec 13 21:28:40.549 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/zstreamdump"
80482024-12-13T21:28:42.565Z[ recovery-image] Dec 13 21:28:40.549 INFO O| Dec 13 21:28:40.549 INFO STEP 1205 (remove_files) COMPLETE
80492024-12-13T21:28:42.565Z[ recovery-image] Dec 13 21:28:40.549 INFO O| Dec 13 21:28:40.549 INFO STEP 1206: pack_tar, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-03-recovery-trim.json
80502024-12-13T21:28:42.612Z[ recovery-image] Dec 13 21:28:40.595 INFO O| Dec 13 21:28:40.595 INFO file /rpool/images/build/recovery/output/gimlet-recovery-ramdisk.tar does not already exist, skipping removal
80512024-12-13T21:28:42.612Z[ recovery-image] Dec 13 21:28:40.595 INFO O| Dec 13 21:28:40.595 INFO exec: ["/usr/sbin/tar", "ceEp@/f", "/rpool/images/build/recovery/output/gimlet-recovery-ramdisk.tar", "-C", "/rpool/images/build/recovery/work/gimlet/ramdisk", "."]
80522024-12-13T21:28:44.381Z[ recovery-image] Dec 13 21:28:42.365 INFO O| Dec 13 21:28:42.365 INFO STEP 1206 (pack_tar) COMPLETE
80532024-12-13T21:28:44.382Z[ recovery-image] Dec 13 21:28:42.365 INFO O| Dec 13 21:28:42.365 INFO creating output snapshot rpool/images/build/recovery/work/gimlet/ramdisk@recovery-trim
80542024-12-13T21:28:44.382Z[ recovery-image] Dec 13 21:28:42.365 INFO O| Dec 13 21:28:42.365 INFO CREATE SNAPSHOT: rpool/images/build/recovery/work/gimlet/ramdisk@recovery-trim
80552024-12-13T21:28:44.627Z[ recovery-image] Dec 13 21:28:42.611 INFO O| Dec 13 21:28:42.610 INFO DESTROY DATASET: rpool/images/build/recovery/tmp/gimlet/ramdisk-03-recovery-trim
80562024-12-13T21:28:44.754Z[ recovery-image] Dec 13 21:28:42.737 INFO O| Dec 13 21:28:42.737 INFO completed processing gimlet/ramdisk-03-recovery-trim
80572024-12-13T21:28:44.763Z[ recovery-image] Dec 13 21:28:42.747 INFO image builder template: zfs-recovery...
80582024-12-13T21:28:44.764Z[ recovery-image] Dec 13 21:28:42.747 INFO exec: ["pfexec", "/work/oxidecomputer/helios/projects/image-builder/target/debug/image-builder", "build", "-d", "rpool/images/build/recovery", "-g", "gimlet", "-T", "/work/oxidecomputer/helios/image/templates", "-F", "relver=2", "-E", "/tmp/.tmpFbsOmv/proto/recovery/root", "-F", "genproto=/work/oxidecomputer/helios/tmp/image.recovery/genproto.json", "-E", "/work/oxidecomputer/helios/tmp/image.recovery/omicron1", "-E", "/work/oxidecomputer/helios/projects", "-F", "repo_publisher=helios-dev", "-F", "repo_url=https://pkg.oxide.computer/helios/2/dev/", "-F", "baud=3000000", "-F", "recovery", "-F", "optever=0.34.311", "-n", "zfs-recovery"], pwd: None
80592024-12-13T21:28:44.817Z[ recovery-image] Dec 13 21:28:42.800 INFO O| Dec 13 21:28:42.800 INFO temporary dataset: rpool/images/build/recovery/tmp/gimlet/zfs-recovery
80602024-12-13T21:28:44.851Z[ recovery-image] Dec 13 21:28:42.834 INFO O| Dec 13 21:28:42.834 INFO CREATE DATASET: rpool/images/build/recovery/tmp/gimlet/zfs-recovery
80612024-12-13T21:28:44.992Z[ recovery-image] Dec 13 21:28:42.975 INFO O| Dec 13 21:28:42.975 INFO SET DATASET PROPERTY ON rpool/images/build/recovery/tmp/gimlet/zfs-recovery: sync = disabled
80622024-12-13T21:28:45.084Z[ recovery-image] Dec 13 21:28:43.065 INFO O| Dec 13 21:28:43.065 INFO temporary directory: /rpool/images/build/recovery/tmp/gimlet/zfs-recovery
80632024-12-13T21:28:45.084Z[ recovery-image] Dec 13 21:28:43.065 INFO O| Dec 13 21:28:43.065 INFO work dataset: rpool/images/build/recovery/work/gimlet/zfs-recovery
80642024-12-13T21:28:45.091Z[ recovery-image] Dec 13 21:28:43.072 INFO O| Dec 13 21:28:43.072 INFO CREATE DATASET: rpool/images/build/recovery/work/gimlet/zfs-recovery
80652024-12-13T21:28:45.177Z[ recovery-image] Dec 13 21:28:43.161 INFO O| Dec 13 21:28:43.160 INFO SET DATASET PROPERTY ON rpool/images/build/recovery/work/gimlet/zfs-recovery: sync = disabled
80662024-12-13T21:28:45.244Z[ recovery-image] Dec 13 21:28:43.227 INFO O| Dec 13 21:28:43.226 INFO DESTROY POOL: TEMPORARY-gimlet-zfs-recovery
80672024-12-13T21:28:45.260Z[ recovery-image] Dec 13 21:28:43.243 INFO O| Dec 13 21:28:43.243 INFO image file: /rpool/images/build/recovery/work/gimlet/zfs-recovery/lofi.raw
80682024-12-13T21:28:45.269Z[ recovery-image] Dec 13 21:28:43.251 INFO O| Dec 13 21:28:43.251 INFO pool altroot: /rpool/images/build/recovery/work/gimlet/zfs-recovery/altroot
80692024-12-13T21:28:45.272Z[ recovery-image] Dec 13 21:28:43.253 INFO O| Dec 13 21:28:43.253 INFO no lofi found
80702024-12-13T21:28:45.272Z[ recovery-image] Dec 13 21:28:43.253 INFO O| Dec 13 21:28:43.253 INFO file /rpool/images/build/recovery/work/gimlet/zfs-recovery/lofi.raw does not already exist, skipping removal
80712024-12-13T21:28:45.272Z[ recovery-image] Dec 13 21:28:43.253 INFO O| Dec 13 21:28:43.253 INFO CREATE IMAGE (2000MB): /rpool/images/build/recovery/work/gimlet/zfs-recovery/lofi.raw
80722024-12-13T21:28:48.028Z[ recovery-image] Dec 13 21:28:46.011 INFO O| Dec 13 21:28:46.011 INFO lofi device = /dev/dsk/c2t1d0p0
80732024-12-13T21:28:48.028Z[ recovery-image] Dec 13 21:28:46.011 INFO O| Dec 13 21:28:46.011 INFO pool device = /dev/dsk/c2t1d0p0
80742024-12-13T21:28:48.031Z[ recovery-image] Dec 13 21:28:46.011 INFO O| Dec 13 21:28:46.011 INFO exec: ["/sbin/zpool", "create", "-t", "TEMPORARY-gimlet-zfs-recovery", "-O", "compression=off", "-R", "/rpool/images/build/recovery/work/gimlet/zfs-recovery/altroot", "-o", "ashift=9", "-o", "autoexpand=on", "-o", "failmode=panic", "rpool", "/dev/dsk/c2t1d0p0"]
80752024-12-13T21:28:48.238Z[ recovery-image] Dec 13 21:28:46.221 INFO O| Dec 13 21:28:46.221 INFO STEP 0: create_be, from: /work/oxidecomputer/helios/image/templates/gimlet/zfs-recovery.json
80762024-12-13T21:28:48.238Z[ recovery-image] Dec 13 21:28:46.221 INFO O| Dec 13 21:28:46.221 INFO CREATE DATASET: TEMPORARY-gimlet-zfs-recovery/ROOT
80772024-12-13T21:28:48.267Z[ recovery-image] Dec 13 21:28:46.250 INFO O| Dec 13 21:28:46.250 INFO SET DATASET PROPERTY ON TEMPORARY-gimlet-zfs-recovery/ROOT: canmount = off
80782024-12-13T21:28:48.418Z[ recovery-image] Dec 13 21:28:46.401 INFO O| Dec 13 21:28:46.401 INFO SET DATASET PROPERTY ON TEMPORARY-gimlet-zfs-recovery/ROOT: mountpoint = legacy
80792024-12-13T21:28:48.478Z[ recovery-image] Dec 13 21:28:46.460 INFO O| Dec 13 21:28:46.460 INFO CREATE DATASET: TEMPORARY-gimlet-zfs-recovery/ROOT/ramdisk
80802024-12-13T21:28:48.504Z[ recovery-image] Dec 13 21:28:46.487 INFO O| Dec 13 21:28:46.487 INFO SET DATASET PROPERTY ON TEMPORARY-gimlet-zfs-recovery/ROOT/ramdisk: canmount = noauto
80812024-12-13T21:28:48.527Z[ recovery-image] Dec 13 21:28:46.510 INFO O| Dec 13 21:28:46.510 INFO SET DATASET PROPERTY ON TEMPORARY-gimlet-zfs-recovery/ROOT/ramdisk: mountpoint = legacy
80822024-12-13T21:28:48.619Z[ recovery-image] Dec 13 21:28:46.602 INFO O| Dec 13 21:28:46.602 INFO creating directory: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a
80832024-12-13T21:28:48.619Z[ recovery-image] Dec 13 21:28:46.602 INFO O| Dec 13 21:28:46.602 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a
80842024-12-13T21:28:48.622Z[ recovery-image] Dec 13 21:28:46.602 INFO O| Dec 13 21:28:46.602 INFO exec: ["/sbin/mount", "-F", "zfs", "TEMPORARY-gimlet-zfs-recovery/ROOT/ramdisk", "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a"]
80852024-12-13T21:28:48.642Z[ recovery-image] Dec 13 21:28:46.624 INFO O| Dec 13 21:28:46.624 INFO boot environment UUID: 262a0d4e-cce2-401c-9ed9-75ce64627fce
80862024-12-13T21:28:48.642Z[ recovery-image] Dec 13 21:28:46.624 INFO O| Dec 13 21:28:46.624 INFO SET DATASET PROPERTY ON TEMPORARY-gimlet-zfs-recovery/ROOT/ramdisk: org.opensolaris.libbe:uuid = 262a0d4e-cce2-401c-9ed9-75ce64627fce
80872024-12-13T21:28:48.665Z[ recovery-image] Dec 13 21:28:46.648 INFO O| Dec 13 21:28:46.648 INFO SET DATASET PROPERTY ON TEMPORARY-gimlet-zfs-recovery/ROOT/ramdisk: org.opensolaris.libbe:policy = static
80882024-12-13T21:28:48.744Z[ recovery-image] Dec 13 21:28:46.726 INFO O| Dec 13 21:28:46.726 INFO STEP 0 (create_be) COMPLETE
80892024-12-13T21:28:48.744Z[ recovery-image] Dec 13 21:28:46.726 INFO O| Dec 13 21:28:46.726 INFO STEP 1: unpack_tar, from: /work/oxidecomputer/helios/image/templates/gimlet/zfs-recovery.json
80902024-12-13T21:28:48.804Z[ recovery-image] Dec 13 21:28:46.786 INFO O| Dec 13 21:28:46.786 INFO exec: ["/usr/sbin/tar", "xeEp@/f", "/rpool/images/build/recovery/output/gimlet-recovery-ramdisk.tar", "-C", "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a"]
80912024-12-13T21:28:55.711Z[ recovery-image] Dec 13 21:28:53.693 INFO O| Dec 13 21:28:53.693 INFO STEP 1 (unpack_tar) COMPLETE
80922024-12-13T21:28:55.711Z[ recovery-image] Dec 13 21:28:53.693 INFO O| Dec 13 21:28:53.693 INFO STEP 2: devfsadm, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
80932024-12-13T21:28:55.730Z[ recovery-image] Dec 13 21:28:53.712 INFO O| Dec 13 21:28:53.712 INFO exec: ["/usr/sbin/devfsadm", "-r", "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a"]
80942024-12-13T21:28:56.132Z[ recovery-image] Dec 13 21:28:54.114 INFO O| Dec 13 21:28:54.114 INFO STEP 2 (devfsadm) COMPLETE
80952024-12-13T21:28:56.132Z[ recovery-image] Dec 13 21:28:54.114 INFO O| Dec 13 21:28:54.114 INFO STEP 3: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
80962024-12-13T21:28:56.156Z[ recovery-image] Dec 13 21:28:54.137 INFO O| Dec 13 21:28:54.137 INFO creating directory: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/dev/cfg
80972024-12-13T21:28:56.156Z[ recovery-image] Dec 13 21:28:54.137 INFO O| Dec 13 21:28:54.137 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/dev/cfg
80982024-12-13T21:28:56.156Z[ recovery-image] Dec 13 21:28:54.137 INFO O| Dec 13 21:28:54.137 INFO STEP 3 (ensure_dir) COMPLETE
80992024-12-13T21:28:56.156Z[ recovery-image] Dec 13 21:28:54.137 INFO O| Dec 13 21:28:54.137 INFO STEP 4: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
81002024-12-13T21:28:56.173Z[ recovery-image] Dec 13 21:28:54.155 INFO O| Dec 13 21:28:54.155 INFO ownership already OK (0:3), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/dev/dsk
81012024-12-13T21:28:56.173Z[ recovery-image] Dec 13 21:28:54.155 INFO O| Dec 13 21:28:54.155 INFO STEP 4 (ensure_dir) COMPLETE
81022024-12-13T21:28:56.176Z[ recovery-image] Dec 13 21:28:54.155 INFO O| Dec 13 21:28:54.155 INFO STEP 5: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
81032024-12-13T21:28:56.241Z[ recovery-image] Dec 13 21:28:54.223 INFO O| Dec 13 21:28:54.223 INFO ownership already OK (0:3), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/dev/rdsk
81042024-12-13T21:28:56.241Z[ recovery-image] Dec 13 21:28:54.223 INFO O| Dec 13 21:28:54.223 INFO STEP 5 (ensure_dir) COMPLETE
81052024-12-13T21:28:56.245Z[ recovery-image] Dec 13 21:28:54.223 INFO O| Dec 13 21:28:54.223 INFO STEP 6: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
81062024-12-13T21:28:56.285Z[ recovery-image] Dec 13 21:28:54.267 INFO O| Dec 13 21:28:54.267 INFO creating directory: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/dev/sensors
81072024-12-13T21:28:56.289Z[ recovery-image] Dec 13 21:28:54.267 INFO O| Dec 13 21:28:54.267 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/dev/sensors
81082024-12-13T21:28:56.289Z[ recovery-image] Dec 13 21:28:54.268 INFO O| Dec 13 21:28:54.267 INFO STEP 6 (ensure_dir) COMPLETE
81092024-12-13T21:28:56.290Z[ recovery-image] Dec 13 21:28:54.268 INFO O| Dec 13 21:28:54.268 INFO STEP 7: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
81102024-12-13T21:28:56.306Z[ recovery-image] Dec 13 21:28:54.288 INFO O| Dec 13 21:28:54.288 INFO creating directory: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/dev/usb
81112024-12-13T21:28:56.310Z[ recovery-image] Dec 13 21:28:54.288 INFO O| Dec 13 21:28:54.288 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/dev/usb
81122024-12-13T21:28:56.310Z[ recovery-image] Dec 13 21:28:54.288 INFO O| Dec 13 21:28:54.288 INFO STEP 7 (ensure_dir) COMPLETE
81132024-12-13T21:28:56.310Z[ recovery-image] Dec 13 21:28:54.289 INFO O| Dec 13 21:28:54.289 INFO STEP 8: remove_files, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
81142024-12-13T21:28:56.392Z[ recovery-image] Dec 13 21:28:54.373 INFO O| Dec 13 21:28:54.373 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a/dev/cfg"
81152024-12-13T21:28:56.395Z[ recovery-image] Dec 13 21:28:54.374 INFO O| Dec 13 21:28:54.374 INFO STEP 8 (remove_files) COMPLETE
81162024-12-13T21:28:56.395Z[ recovery-image] Dec 13 21:28:54.374 INFO O| Dec 13 21:28:54.374 INFO STEP 9: remove_files, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
81172024-12-13T21:28:56.425Z[ recovery-image] Dec 13 21:28:54.405 INFO O| Dec 13 21:28:54.405 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a/dev/dsk"
81182024-12-13T21:28:56.428Z[ recovery-image] Dec 13 21:28:54.407 INFO O| Dec 13 21:28:54.407 INFO STEP 9 (remove_files) COMPLETE
81192024-12-13T21:28:56.428Z[ recovery-image] Dec 13 21:28:54.407 INFO O| Dec 13 21:28:54.407 INFO STEP 10: remove_files, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
81202024-12-13T21:28:56.462Z[ recovery-image] Dec 13 21:28:54.444 INFO O| Dec 13 21:28:54.443 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a/dev/rdsk"
81212024-12-13T21:28:56.464Z[ recovery-image] Dec 13 21:28:54.445 INFO O| Dec 13 21:28:54.445 INFO STEP 10 (remove_files) COMPLETE
81222024-12-13T21:28:56.464Z[ recovery-image] Dec 13 21:28:54.445 INFO O| Dec 13 21:28:54.445 INFO STEP 11: remove_files, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
81232024-12-13T21:28:56.485Z[ recovery-image] Dec 13 21:28:54.467 INFO O| Dec 13 21:28:54.466 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a/dev/sensors"
81242024-12-13T21:28:56.487Z[ recovery-image] Dec 13 21:28:54.467 INFO O| Dec 13 21:28:54.467 INFO STEP 11 (remove_files) COMPLETE
81252024-12-13T21:28:56.487Z[ recovery-image] Dec 13 21:28:54.467 INFO O| Dec 13 21:28:54.467 INFO STEP 12: remove_files, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
81262024-12-13T21:28:56.506Z[ recovery-image] Dec 13 21:28:54.488 INFO O| Dec 13 21:28:54.488 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a/dev/usb"
81272024-12-13T21:28:56.506Z[ recovery-image] Dec 13 21:28:54.488 INFO O| Dec 13 21:28:54.488 INFO STEP 12 (remove_files) COMPLETE
81282024-12-13T21:28:56.506Z[ recovery-image] Dec 13 21:28:54.488 INFO O| Dec 13 21:28:54.488 INFO STEP 13: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
81292024-12-13T21:28:56.556Z[ recovery-image] Dec 13 21:28:54.537 INFO O| Dec 13 21:28:54.537 INFO creating directory: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/dev/cfg
81302024-12-13T21:28:56.556Z[ recovery-image] Dec 13 21:28:54.537 INFO O| Dec 13 21:28:54.537 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/dev/cfg
81312024-12-13T21:28:56.559Z[ recovery-image] Dec 13 21:28:54.537 INFO O| Dec 13 21:28:54.537 INFO STEP 13 (ensure_dir) COMPLETE
81322024-12-13T21:28:56.559Z[ recovery-image] Dec 13 21:28:54.537 INFO O| Dec 13 21:28:54.537 INFO STEP 14: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
81332024-12-13T21:28:56.578Z[ recovery-image] Dec 13 21:28:54.560 INFO O| Dec 13 21:28:54.560 INFO creating directory: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/dev/dsk
81342024-12-13T21:28:56.578Z[ recovery-image] Dec 13 21:28:54.560 INFO O| Dec 13 21:28:54.560 INFO ownership wrong (Id(0):Id(0), not 0:3), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/dev/dsk
81352024-12-13T21:28:56.580Z[ recovery-image] Dec 13 21:28:54.560 INFO O| Dec 13 21:28:54.560 INFO chown ok, path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/dev/dsk
81362024-12-13T21:28:56.580Z[ recovery-image] Dec 13 21:28:54.560 INFO O| Dec 13 21:28:54.560 INFO STEP 14 (ensure_dir) COMPLETE
81372024-12-13T21:28:56.580Z[ recovery-image] Dec 13 21:28:54.560 INFO O| Dec 13 21:28:54.560 INFO STEP 15: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
81382024-12-13T21:28:56.599Z[ recovery-image] Dec 13 21:28:54.581 INFO O| Dec 13 21:28:54.581 INFO creating directory: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/dev/rdsk
81392024-12-13T21:28:56.599Z[ recovery-image] Dec 13 21:28:54.581 INFO O| Dec 13 21:28:54.581 INFO ownership wrong (Id(0):Id(0), not 0:3), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/dev/rdsk
81402024-12-13T21:28:56.599Z[ recovery-image] Dec 13 21:28:54.581 INFO O| Dec 13 21:28:54.581 INFO chown ok, path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/dev/rdsk
81412024-12-13T21:28:56.603Z[ recovery-image] Dec 13 21:28:54.581 INFO O| Dec 13 21:28:54.581 INFO STEP 15 (ensure_dir) COMPLETE
81422024-12-13T21:28:56.603Z[ recovery-image] Dec 13 21:28:54.581 INFO O| Dec 13 21:28:54.581 INFO STEP 16: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
81432024-12-13T21:28:56.618Z[ recovery-image] Dec 13 21:28:54.600 INFO O| Dec 13 21:28:54.600 INFO creating directory: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/dev/sensors
81442024-12-13T21:28:56.618Z[ recovery-image] Dec 13 21:28:54.600 INFO O| Dec 13 21:28:54.600 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/dev/sensors
81452024-12-13T21:28:56.618Z[ recovery-image] Dec 13 21:28:54.600 INFO O| Dec 13 21:28:54.600 INFO STEP 16 (ensure_dir) COMPLETE
81462024-12-13T21:28:56.621Z[ recovery-image] Dec 13 21:28:54.600 INFO O| Dec 13 21:28:54.600 INFO STEP 17: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
81472024-12-13T21:28:56.645Z[ recovery-image] Dec 13 21:28:54.626 INFO O| Dec 13 21:28:54.626 INFO creating directory: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/dev/usb
81482024-12-13T21:28:56.645Z[ recovery-image] Dec 13 21:28:54.627 INFO O| Dec 13 21:28:54.627 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/dev/usb
81492024-12-13T21:28:56.645Z[ recovery-image] Dec 13 21:28:54.627 INFO O| Dec 13 21:28:54.627 INFO STEP 17 (ensure_dir) COMPLETE
81502024-12-13T21:28:56.645Z[ recovery-image] Dec 13 21:28:54.627 INFO O| Dec 13 21:28:54.627 INFO STEP 18: ensure_symlink, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
81512024-12-13T21:28:56.666Z[ recovery-image] Dec 13 21:28:54.648 INFO O| Dec 13 21:28:54.647 INFO link target ok (../devices/pseudo/sysmsg@0:msglog)
81522024-12-13T21:28:56.667Z[ recovery-image] Dec 13 21:28:54.648 INFO O| Dec 13 21:28:54.648 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/dev/msglog
81532024-12-13T21:28:56.667Z[ recovery-image] Dec 13 21:28:54.648 INFO O| Dec 13 21:28:54.648 INFO ok!
81542024-12-13T21:28:56.667Z[ recovery-image] Dec 13 21:28:54.648 INFO O| Dec 13 21:28:54.648 INFO STEP 18 (ensure_symlink) COMPLETE
81552024-12-13T21:28:56.667Z[ recovery-image] Dec 13 21:28:54.648 INFO O| Dec 13 21:28:54.648 INFO STEP 19: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
81562024-12-13T21:28:56.687Z[ recovery-image] Dec 13 21:28:54.668 INFO O| Dec 13 21:28:54.668 INFO file /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/reconfigure exists, with correct contents
81572024-12-13T21:28:56.687Z[ recovery-image] Dec 13 21:28:54.668 INFO O| Dec 13 21:28:54.668 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/reconfigure
81582024-12-13T21:28:56.687Z[ recovery-image] Dec 13 21:28:54.668 INFO O| Dec 13 21:28:54.668 INFO ok!
81592024-12-13T21:28:56.687Z[ recovery-image] Dec 13 21:28:54.668 INFO O| Dec 13 21:28:54.668 INFO STEP 19 (ensure_file) COMPLETE
81602024-12-13T21:28:56.687Z[ recovery-image] Dec 13 21:28:54.668 INFO O| Dec 13 21:28:54.668 INFO STEP 20: ensure_symlink, from: /work/oxidecomputer/helios/image/templates/include/common.json
81612024-12-13T21:28:56.707Z[ recovery-image] Dec 13 21:28:54.688 INFO O| Dec 13 21:28:54.688 INFO link /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/svc/profile/generic.xml does not exist
81622024-12-13T21:28:56.707Z[ recovery-image] Dec 13 21:28:54.688 INFO O| Dec 13 21:28:54.688 INFO linking /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/svc/profile/generic.xml -> generic_limited_net.xml ...
81632024-12-13T21:28:56.710Z[ recovery-image] Dec 13 21:28:54.688 INFO O| Dec 13 21:28:54.688 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/svc/profile/generic.xml
81642024-12-13T21:28:56.710Z[ recovery-image] Dec 13 21:28:54.688 INFO O| Dec 13 21:28:54.688 INFO ok!
81652024-12-13T21:28:56.710Z[ recovery-image] Dec 13 21:28:54.688 INFO O| Dec 13 21:28:54.688 INFO STEP 20 (ensure_symlink) COMPLETE
81662024-12-13T21:28:56.710Z[ recovery-image] Dec 13 21:28:54.688 INFO O| Dec 13 21:28:54.688 INFO STEP 21: ensure_symlink, from: /work/oxidecomputer/helios/image/templates/include/common.json
81672024-12-13T21:28:56.727Z[ recovery-image] Dec 13 21:28:54.708 INFO O| Dec 13 21:28:54.708 INFO link /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/svc/profile/inetd_services.xml does not exist
81682024-12-13T21:28:56.727Z[ recovery-image] Dec 13 21:28:54.709 INFO O| Dec 13 21:28:54.708 INFO linking /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/svc/profile/inetd_services.xml -> inetd_generic.xml ...
81692024-12-13T21:28:56.730Z[ recovery-image] Dec 13 21:28:54.709 INFO O| Dec 13 21:28:54.709 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/svc/profile/inetd_services.xml
81702024-12-13T21:28:56.730Z[ recovery-image] Dec 13 21:28:54.709 INFO O| Dec 13 21:28:54.709 INFO ok!
81712024-12-13T21:28:56.730Z[ recovery-image] Dec 13 21:28:54.709 INFO O| Dec 13 21:28:54.709 INFO STEP 21 (ensure_symlink) COMPLETE
81722024-12-13T21:28:56.730Z[ recovery-image] Dec 13 21:28:54.709 INFO O| Dec 13 21:28:54.709 INFO STEP 22: ensure_symlink, from: /work/oxidecomputer/helios/image/templates/include/common.json
81732024-12-13T21:28:56.746Z[ recovery-image] Dec 13 21:28:54.728 INFO O| Dec 13 21:28:54.728 INFO link /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/svc/profile/platform.xml does not exist
81742024-12-13T21:28:56.747Z[ recovery-image] Dec 13 21:28:54.728 INFO O| Dec 13 21:28:54.728 INFO linking /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/svc/profile/platform.xml -> platform_oxide.xml ...
81752024-12-13T21:28:56.749Z[ recovery-image] Dec 13 21:28:54.728 INFO O| Dec 13 21:28:54.728 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/svc/profile/platform.xml
81762024-12-13T21:28:56.749Z[ recovery-image] Dec 13 21:28:54.728 INFO O| Dec 13 21:28:54.728 INFO ok!
81772024-12-13T21:28:56.749Z[ recovery-image] Dec 13 21:28:54.728 INFO O| Dec 13 21:28:54.728 INFO STEP 22 (ensure_symlink) COMPLETE
81782024-12-13T21:28:56.749Z[ recovery-image] Dec 13 21:28:54.728 INFO O| Dec 13 21:28:54.728 INFO STEP 23: ensure_symlink, from: /work/oxidecomputer/helios/image/templates/include/common.json
81792024-12-13T21:28:56.765Z[ recovery-image] Dec 13 21:28:54.747 INFO O| Dec 13 21:28:54.747 INFO link /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/svc/profile/name_service.xml does not exist
81802024-12-13T21:28:56.766Z[ recovery-image] Dec 13 21:28:54.748 INFO O| Dec 13 21:28:54.747 INFO linking /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/svc/profile/name_service.xml -> ns_dns.xml ...
81812024-12-13T21:28:56.766Z[ recovery-image] Dec 13 21:28:54.748 INFO O| Dec 13 21:28:54.748 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/svc/profile/name_service.xml
81822024-12-13T21:28:56.768Z[ recovery-image] Dec 13 21:28:54.748 INFO O| Dec 13 21:28:54.748 INFO ok!
81832024-12-13T21:28:56.768Z[ recovery-image] Dec 13 21:28:54.748 INFO O| Dec 13 21:28:54.748 INFO STEP 23 (ensure_symlink) COMPLETE
81842024-12-13T21:28:56.768Z[ recovery-image] Dec 13 21:28:54.748 INFO O| Dec 13 21:28:54.748 INFO STEP 24: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/common.json
81852024-12-13T21:28:56.786Z[ recovery-image] Dec 13 21:28:54.768 INFO O| Dec 13 21:28:54.768 WARN file /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/nsswitch.conf exists, with wrong contents, unlinking
81862024-12-13T21:28:56.787Z[ recovery-image] Dec 13 21:28:54.769 INFO O| Dec 13 21:28:54.769 INFO copying /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/nsswitch.dns -> /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/nsswitch.conf ...
81872024-12-13T21:28:56.789Z[ recovery-image] Dec 13 21:28:54.769 INFO O| Dec 13 21:28:54.769 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/nsswitch.conf
81882024-12-13T21:28:56.789Z[ recovery-image] Dec 13 21:28:54.769 INFO O| Dec 13 21:28:54.769 INFO ok!
81892024-12-13T21:28:56.789Z[ recovery-image] Dec 13 21:28:54.769 INFO O| Dec 13 21:28:54.769 INFO STEP 24 (ensure_file) COMPLETE
81902024-12-13T21:28:56.789Z[ recovery-image] Dec 13 21:28:54.769 INFO O| Dec 13 21:28:54.769 INFO STEP 25: shadow, from: /work/oxidecomputer/helios/image/templates/include/common.json
81912024-12-13T21:28:56.808Z[ recovery-image] Dec 13 21:28:54.789 INFO O| Dec 13 21:28:54.789 INFO updating shadow file
81922024-12-13T21:28:56.810Z[ recovery-image] Dec 13 21:28:54.790 INFO O| Dec 13 21:28:54.790 INFO ownership wrong (Id(0):Id(3), not 0:0), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/shadow
81932024-12-13T21:28:56.810Z[ recovery-image] Dec 13 21:28:54.790 INFO O| Dec 13 21:28:54.790 INFO chown ok, path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/shadow
81942024-12-13T21:28:56.810Z[ recovery-image] Dec 13 21:28:54.790 INFO O| Dec 13 21:28:54.790 INFO STEP 25 (shadow) COMPLETE
81952024-12-13T21:28:56.811Z[ recovery-image] Dec 13 21:28:54.790 INFO O| Dec 13 21:28:54.790 INFO STEP 26: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/common.json
81962024-12-13T21:28:56.829Z[ recovery-image] Dec 13 21:28:54.811 INFO O| Dec 13 21:28:54.811 WARN file /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/inet/hosts exists, with wrong contents, unlinking
81972024-12-13T21:28:56.829Z[ recovery-image] Dec 13 21:28:54.811 INFO O| Dec 13 21:28:54.811 INFO copying /work/oxidecomputer/helios/image/templates/files/hosts -> /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/inet/hosts ...
81982024-12-13T21:28:56.832Z[ recovery-image] Dec 13 21:28:54.811 INFO O| Dec 13 21:28:54.811 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/inet/hosts
81992024-12-13T21:28:56.832Z[ recovery-image] Dec 13 21:28:54.811 INFO O| Dec 13 21:28:54.811 INFO ok!
82002024-12-13T21:28:56.832Z[ recovery-image] Dec 13 21:28:54.811 INFO O| Dec 13 21:28:54.811 INFO STEP 26 (ensure_file) COMPLETE
82012024-12-13T21:28:56.832Z[ recovery-image] Dec 13 21:28:54.811 INFO O| Dec 13 21:28:54.811 INFO STEP 27: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/common.json
82022024-12-13T21:28:56.849Z[ recovery-image] Dec 13 21:28:54.831 INFO O| Dec 13 21:28:54.831 INFO file /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/nodename does not exist
82032024-12-13T21:28:56.849Z[ recovery-image] Dec 13 21:28:54.831 INFO O| Dec 13 21:28:54.831 INFO writing /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/nodename ...
82042024-12-13T21:28:56.852Z[ recovery-image] Dec 13 21:28:54.831 INFO O| Dec 13 21:28:54.831 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/nodename
82052024-12-13T21:28:56.852Z[ recovery-image] Dec 13 21:28:54.831 INFO O| Dec 13 21:28:54.831 INFO ok!
82062024-12-13T21:28:56.852Z[ recovery-image] Dec 13 21:28:54.831 INFO O| Dec 13 21:28:54.831 INFO STEP 27 (ensure_file) COMPLETE
82072024-12-13T21:28:56.852Z[ recovery-image] Dec 13 21:28:54.831 INFO O| Dec 13 21:28:54.831 INFO STEP 28: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/common.json
82082024-12-13T21:28:56.870Z[ recovery-image] Dec 13 21:28:54.852 INFO O| Dec 13 21:28:54.852 WARN file /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/default/dhcpagent exists, with wrong contents, unlinking
82092024-12-13T21:28:56.870Z[ recovery-image] Dec 13 21:28:54.852 INFO O| Dec 13 21:28:54.852 INFO copying /work/oxidecomputer/helios/image/templates/files/dhcpagent -> /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/default/dhcpagent ...
82102024-12-13T21:28:56.872Z[ recovery-image] Dec 13 21:28:54.852 INFO O| Dec 13 21:28:54.852 INFO ownership wrong (Id(0):Id(0), not 0:3), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/default/dhcpagent
82112024-12-13T21:28:56.872Z[ recovery-image] Dec 13 21:28:54.852 INFO O| Dec 13 21:28:54.852 INFO chown ok, path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/default/dhcpagent
82122024-12-13T21:28:56.872Z[ recovery-image] Dec 13 21:28:54.852 INFO O| Dec 13 21:28:54.852 INFO ok!
82132024-12-13T21:28:56.872Z[ recovery-image] Dec 13 21:28:54.852 INFO O| Dec 13 21:28:54.852 INFO STEP 28 (ensure_file) COMPLETE
82142024-12-13T21:28:56.872Z[ recovery-image] Dec 13 21:28:54.852 INFO O| Dec 13 21:28:54.852 INFO STEP 29: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/common.json
82152024-12-13T21:28:56.891Z[ recovery-image] Dec 13 21:28:54.873 INFO O| Dec 13 21:28:54.873 INFO file /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/resolv.conf does not exist
82162024-12-13T21:28:56.891Z[ recovery-image] Dec 13 21:28:54.873 INFO O| Dec 13 21:28:54.873 INFO writing /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/resolv.conf ...
82172024-12-13T21:28:56.891Z[ recovery-image] Dec 13 21:28:54.873 INFO O| Dec 13 21:28:54.873 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/resolv.conf
82182024-12-13T21:28:56.895Z[ recovery-image] Dec 13 21:28:54.873 INFO O| Dec 13 21:28:54.873 INFO ok!
82192024-12-13T21:28:56.895Z[ recovery-image] Dec 13 21:28:54.873 INFO O| Dec 13 21:28:54.873 INFO STEP 29 (ensure_file) COMPLETE
82202024-12-13T21:28:56.895Z[ recovery-image] Dec 13 21:28:54.873 INFO O| Dec 13 21:28:54.873 INFO STEP 30: ensure_file, from: /work/oxidecomputer/helios/image/templates/gimlet/zfs-recovery.json
82212024-12-13T21:28:56.911Z[ recovery-image] Dec 13 21:28:54.893 INFO O| Dec 13 21:28:54.893 INFO file /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/auto_master does not exist
82222024-12-13T21:28:56.911Z[ recovery-image] Dec 13 21:28:54.893 INFO O| Dec 13 21:28:54.893 INFO copying /work/oxidecomputer/helios/image/templates/files/auto_master -> /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/auto_master ...
82232024-12-13T21:28:56.911Z[ recovery-image] Dec 13 21:28:54.893 INFO O| Dec 13 21:28:54.893 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/auto_master
82242024-12-13T21:28:56.911Z[ recovery-image] Dec 13 21:28:54.893 INFO O| Dec 13 21:28:54.893 INFO ok!
82252024-12-13T21:28:56.911Z[ recovery-image] Dec 13 21:28:54.893 INFO O| Dec 13 21:28:54.893 INFO STEP 30 (ensure_file) COMPLETE
82262024-12-13T21:28:56.914Z[ recovery-image] Dec 13 21:28:54.893 INFO O| Dec 13 21:28:54.893 INFO STEP 31: ensure_file, from: /work/oxidecomputer/helios/image/templates/gimlet/zfs-recovery.json
82272024-12-13T21:28:56.932Z[ recovery-image] Dec 13 21:28:54.913 INFO O| Dec 13 21:28:54.913 WARN file /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/ttydefs exists, with wrong contents, unlinking
82282024-12-13T21:28:56.932Z[ recovery-image] Dec 13 21:28:54.913 INFO O| Dec 13 21:28:54.913 INFO copying /work/oxidecomputer/helios/image/templates/files/ttydefs.3000000 -> /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/ttydefs ...
82292024-12-13T21:28:56.932Z[ recovery-image] Dec 13 21:28:54.914 INFO O| Dec 13 21:28:54.914 INFO ownership wrong (Id(0):Id(0), not 0:3), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/ttydefs
82302024-12-13T21:28:56.934Z[ recovery-image] Dec 13 21:28:54.914 INFO O| Dec 13 21:28:54.914 INFO chown ok, path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/ttydefs
82312024-12-13T21:28:56.934Z[ recovery-image] Dec 13 21:28:54.914 INFO O| Dec 13 21:28:54.914 INFO ok!
82322024-12-13T21:28:56.934Z[ recovery-image] Dec 13 21:28:54.914 INFO O| Dec 13 21:28:54.914 INFO STEP 31 (ensure_file) COMPLETE
82332024-12-13T21:28:56.935Z[ recovery-image] Dec 13 21:28:54.914 INFO O| Dec 13 21:28:54.914 INFO STEP 32: ensure_file, from: /work/oxidecomputer/helios/image/templates/gimlet/zfs-recovery.json
82342024-12-13T21:28:56.953Z[ recovery-image] Dec 13 21:28:54.934 INFO O| Dec 13 21:28:54.934 WARN file /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/default/init exists, with wrong contents, unlinking
82352024-12-13T21:28:56.953Z[ recovery-image] Dec 13 21:28:54.935 INFO O| Dec 13 21:28:54.934 INFO copying /work/oxidecomputer/helios/image/templates/files/default_init -> /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/default/init ...
82362024-12-13T21:28:56.953Z[ recovery-image] Dec 13 21:28:54.935 INFO O| Dec 13 21:28:54.935 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/default/init
82372024-12-13T21:28:56.955Z[ recovery-image] Dec 13 21:28:54.935 INFO O| Dec 13 21:28:54.935 INFO ok!
82382024-12-13T21:28:56.955Z[ recovery-image] Dec 13 21:28:54.935 INFO O| Dec 13 21:28:54.935 INFO STEP 32 (ensure_file) COMPLETE
82392024-12-13T21:28:56.955Z[ recovery-image] Dec 13 21:28:54.935 INFO O| Dec 13 21:28:54.935 INFO STEP 33: ensure_file, from: /work/oxidecomputer/helios/image/templates/gimlet/zfs-recovery.json
82402024-12-13T21:28:56.976Z[ recovery-image] Dec 13 21:28:54.958 INFO O| Dec 13 21:28:54.958 WARN file /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/ssh/sshd_config exists, with wrong contents, unlinking
82412024-12-13T21:28:56.977Z[ recovery-image] Dec 13 21:28:54.958 INFO O| Dec 13 21:28:54.958 INFO copying /work/oxidecomputer/helios/image/templates/files/sshd_config -> /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/ssh/sshd_config ...
82422024-12-13T21:28:56.977Z[ recovery-image] Dec 13 21:28:54.958 INFO O| Dec 13 21:28:54.958 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/ssh/sshd_config
82432024-12-13T21:28:56.979Z[ recovery-image] Dec 13 21:28:54.959 INFO O| Dec 13 21:28:54.958 INFO ok!
82442024-12-13T21:28:56.979Z[ recovery-image] Dec 13 21:28:54.959 INFO O| Dec 13 21:28:54.959 INFO STEP 33 (ensure_file) COMPLETE
82452024-12-13T21:28:56.979Z[ recovery-image] Dec 13 21:28:54.959 INFO O| Dec 13 21:28:54.959 INFO STEP 34: ensure_file, from: /work/oxidecomputer/helios/image/templates/gimlet/zfs-recovery.json
82462024-12-13T21:28:56.999Z[ recovery-image] Dec 13 21:28:54.980 INFO O| Dec 13 21:28:54.980 INFO file /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/usr/lib/bootparams does not exist
82472024-12-13T21:28:56.999Z[ recovery-image] Dec 13 21:28:54.980 INFO O| Dec 13 21:28:54.980 INFO copying /work/oxidecomputer/helios/image/templates/files/bootparams.sh -> /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/usr/lib/bootparams ...
82482024-12-13T21:28:56.999Z[ recovery-image] Dec 13 21:28:54.981 INFO O| Dec 13 21:28:54.981 INFO perms are 644, should be 755, path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/usr/lib/bootparams
82492024-12-13T21:28:57.003Z[ recovery-image] Dec 13 21:28:54.981 INFO O| Dec 13 21:28:54.981 INFO chmod ok, path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/usr/lib/bootparams
82502024-12-13T21:28:57.003Z[ recovery-image] Dec 13 21:28:54.981 INFO O| Dec 13 21:28:54.981 INFO ownership wrong (Id(0):Id(0), not 0:2), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/usr/lib/bootparams
82512024-12-13T21:28:57.003Z[ recovery-image] Dec 13 21:28:54.981 INFO O| Dec 13 21:28:54.981 INFO chown ok, path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/usr/lib/bootparams
82522024-12-13T21:28:57.003Z[ recovery-image] Dec 13 21:28:54.981 INFO O| Dec 13 21:28:54.981 INFO ok!
82532024-12-13T21:28:57.003Z[ recovery-image] Dec 13 21:28:54.981 INFO O| Dec 13 21:28:54.981 INFO STEP 34 (ensure_file) COMPLETE
82542024-12-13T21:28:57.003Z[ recovery-image] Dec 13 21:28:54.981 INFO O| Dec 13 21:28:54.981 INFO STEP 35: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/t6-firmware.json
82552024-12-13T21:28:57.021Z[ recovery-image] Dec 13 21:28:55.003 INFO O| Dec 13 21:28:55.003 INFO creating directory: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/platform/Oxide,Gimlet/firmware
82562024-12-13T21:28:57.022Z[ recovery-image] Dec 13 21:28:55.003 INFO O| Dec 13 21:28:55.003 INFO ownership wrong (Id(0):Id(0), not 0:3), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/platform/Oxide,Gimlet/firmware
82572024-12-13T21:28:57.025Z[ recovery-image] Dec 13 21:28:55.004 INFO O| Dec 13 21:28:55.003 INFO chown ok, path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/platform/Oxide,Gimlet/firmware
82582024-12-13T21:28:57.025Z[ recovery-image] Dec 13 21:28:55.004 INFO O| Dec 13 21:28:55.004 INFO STEP 35 (ensure_dir) COMPLETE
82592024-12-13T21:28:57.025Z[ recovery-image] Dec 13 21:28:55.004 INFO O| Dec 13 21:28:55.004 INFO STEP 36: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/t6-firmware.json
82602024-12-13T21:28:57.043Z[ recovery-image] Dec 13 21:28:55.025 INFO O| Dec 13 21:28:55.025 INFO file /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/platform/Oxide,Gimlet/firmware/Oxide_t6_2x100Gbase_kr_nomemory_v8C_6_26_10.bin does not exist
82612024-12-13T21:28:57.043Z[ recovery-image] Dec 13 21:28:55.025 INFO O| Dec 13 21:28:55.025 INFO copying /work/oxidecomputer/helios/projects/chelsio-t6-roms/srom/bins/Oxide_t6_2x100Gbase_kr_nomemory_v8C_6_26_10.bin -> /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/platform/Oxide,Gimlet/firmware/Oxide_t6_2x100Gbase_kr_nomemory_v8C_6_26_10.bin ...
82622024-12-13T21:28:57.046Z[ recovery-image] Dec 13 21:28:55.025 INFO O| Dec 13 21:28:55.025 INFO perms are 644, should be 555, path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/platform/Oxide,Gimlet/firmware/Oxide_t6_2x100Gbase_kr_nomemory_v8C_6_26_10.bin
82632024-12-13T21:28:57.046Z[ recovery-image] Dec 13 21:28:55.025 INFO O| Dec 13 21:28:55.025 INFO chmod ok, path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/platform/Oxide,Gimlet/firmware/Oxide_t6_2x100Gbase_kr_nomemory_v8C_6_26_10.bin
82642024-12-13T21:28:57.046Z[ recovery-image] Dec 13 21:28:55.025 INFO O| Dec 13 21:28:55.025 INFO ownership wrong (Id(0):Id(0), not 0:3), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/platform/Oxide,Gimlet/firmware/Oxide_t6_2x100Gbase_kr_nomemory_v8C_6_26_10.bin
82652024-12-13T21:28:57.046Z[ recovery-image] Dec 13 21:28:55.025 INFO O| Dec 13 21:28:55.025 INFO chown ok, path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/platform/Oxide,Gimlet/firmware/Oxide_t6_2x100Gbase_kr_nomemory_v8C_6_26_10.bin
82662024-12-13T21:28:57.046Z[ recovery-image] Dec 13 21:28:55.025 INFO O| Dec 13 21:28:55.025 INFO ok!
82672024-12-13T21:28:57.046Z[ recovery-image] Dec 13 21:28:55.025 INFO O| Dec 13 21:28:55.025 INFO STEP 36 (ensure_file) COMPLETE
82682024-12-13T21:28:57.046Z[ recovery-image] Dec 13 21:28:55.025 INFO O| Dec 13 21:28:55.025 INFO STEP 37: ensure_symlink, from: /work/oxidecomputer/helios/image/templates/include/t6-firmware.json
82692024-12-13T21:28:57.064Z[ recovery-image] Dec 13 21:28:55.045 INFO O| Dec 13 21:28:55.045 INFO link /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/platform/Oxide,Gimlet/firmware/t6srom.bin does not exist
82702024-12-13T21:28:57.064Z[ recovery-image] Dec 13 21:28:55.045 INFO O| Dec 13 21:28:55.045 INFO linking /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/platform/Oxide,Gimlet/firmware/t6srom.bin -> Oxide_t6_2x100Gbase_kr_nomemory_v8C_6_26_10.bin ...
82712024-12-13T21:28:57.066Z[ recovery-image] Dec 13 21:28:55.045 INFO O| Dec 13 21:28:55.045 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/platform/Oxide,Gimlet/firmware/t6srom.bin
82722024-12-13T21:28:57.066Z[ recovery-image] Dec 13 21:28:55.045 INFO O| Dec 13 21:28:55.045 INFO ok!
82732024-12-13T21:28:57.066Z[ recovery-image] Dec 13 21:28:55.045 INFO O| Dec 13 21:28:55.045 INFO STEP 37 (ensure_symlink) COMPLETE
82742024-12-13T21:28:57.066Z[ recovery-image] Dec 13 21:28:55.046 INFO O| Dec 13 21:28:55.045 INFO STEP 38: ensure_file, from: /work/oxidecomputer/helios/image/templates/gimlet/zfs-recovery.json
82752024-12-13T21:28:57.083Z[ recovery-image] Dec 13 21:28:55.064 INFO O| Dec 13 21:28:55.064 INFO file /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/usr/lib/recovery-hostname does not exist
82762024-12-13T21:28:57.083Z[ recovery-image] Dec 13 21:28:55.064 INFO O| Dec 13 21:28:55.064 INFO copying /work/oxidecomputer/helios/image/templates/files/recovery-hostname.sh -> /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/usr/lib/recovery-hostname ...
82772024-12-13T21:28:57.083Z[ recovery-image] Dec 13 21:28:55.065 INFO O| Dec 13 21:28:55.064 INFO perms are 644, should be 755, path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/usr/lib/recovery-hostname
82782024-12-13T21:28:57.085Z[ recovery-image] Dec 13 21:28:55.065 INFO O| Dec 13 21:28:55.065 INFO chmod ok, path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/usr/lib/recovery-hostname
82792024-12-13T21:28:57.085Z[ recovery-image] Dec 13 21:28:55.065 INFO O| Dec 13 21:28:55.065 INFO ownership wrong (Id(0):Id(0), not 0:2), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/usr/lib/recovery-hostname
82802024-12-13T21:28:57.085Z[ recovery-image] Dec 13 21:28:55.065 INFO O| Dec 13 21:28:55.065 INFO chown ok, path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/usr/lib/recovery-hostname
82812024-12-13T21:28:57.085Z[ recovery-image] Dec 13 21:28:55.065 INFO O| Dec 13 21:28:55.065 INFO ok!
82822024-12-13T21:28:57.085Z[ recovery-image] Dec 13 21:28:55.065 INFO O| Dec 13 21:28:55.065 INFO STEP 38 (ensure_file) COMPLETE
82832024-12-13T21:28:57.085Z[ recovery-image] Dec 13 21:28:55.065 INFO O| Dec 13 21:28:55.065 INFO STEP 39: ensure_file, from: /work/oxidecomputer/helios/image/templates/gimlet/zfs-recovery.json
82842024-12-13T21:28:57.104Z[ recovery-image] Dec 13 21:28:55.086 INFO O| Dec 13 21:28:55.085 INFO file /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/lib/svc/manifest/site/recovery-hostname.xml does not exist
82852024-12-13T21:28:57.104Z[ recovery-image] Dec 13 21:28:55.086 INFO O| Dec 13 21:28:55.085 INFO copying /work/oxidecomputer/helios/image/templates/files/recovery-hostname.xml -> /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/lib/svc/manifest/site/recovery-hostname.xml ...
82862024-12-13T21:28:57.104Z[ recovery-image] Dec 13 21:28:55.086 INFO O| Dec 13 21:28:55.086 INFO ownership wrong (Id(0):Id(0), not 0:2), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/lib/svc/manifest/site/recovery-hostname.xml
82872024-12-13T21:28:57.107Z[ recovery-image] Dec 13 21:28:55.086 INFO O| Dec 13 21:28:55.086 INFO chown ok, path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/lib/svc/manifest/site/recovery-hostname.xml
82882024-12-13T21:28:57.107Z[ recovery-image] Dec 13 21:28:55.086 INFO O| Dec 13 21:28:55.086 INFO ok!
82892024-12-13T21:28:57.107Z[ recovery-image] Dec 13 21:28:55.086 INFO O| Dec 13 21:28:55.086 INFO STEP 39 (ensure_file) COMPLETE
82902024-12-13T21:28:57.107Z[ recovery-image] Dec 13 21:28:55.086 INFO O| Dec 13 21:28:55.086 INFO STEP 40: ensure_file, from: /work/oxidecomputer/helios/image/templates/gimlet/zfs-recovery.json
82912024-12-13T21:28:57.137Z[ recovery-image] Dec 13 21:28:55.119 INFO O| Dec 13 21:28:55.119 INFO file /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/var/svc/profile/site.xml does not exist
82922024-12-13T21:28:57.137Z[ recovery-image] Dec 13 21:28:55.119 INFO O| Dec 13 21:28:55.119 INFO copying /work/oxidecomputer/helios/image/templates/files/site.xml -> /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/var/svc/profile/site.xml ...
82932024-12-13T21:28:57.137Z[ recovery-image] Dec 13 21:28:55.119 INFO O| Dec 13 21:28:55.119 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/var/svc/profile/site.xml
82942024-12-13T21:28:57.140Z[ recovery-image] Dec 13 21:28:55.119 INFO O| Dec 13 21:28:55.119 INFO ok!
82952024-12-13T21:28:57.140Z[ recovery-image] Dec 13 21:28:55.119 INFO O| Dec 13 21:28:55.119 INFO STEP 40 (ensure_file) COMPLETE
82962024-12-13T21:28:57.140Z[ recovery-image] Dec 13 21:28:55.119 INFO O| Dec 13 21:28:55.119 INFO STEP 41: shadow, from: /work/oxidecomputer/helios/image/templates/include/root-noauth.json
82972024-12-13T21:28:57.180Z[ recovery-image] Dec 13 21:28:55.162 INFO O| Dec 13 21:28:55.162 INFO updating shadow file
82982024-12-13T21:28:57.184Z[ recovery-image] Dec 13 21:28:55.163 INFO O| Dec 13 21:28:55.162 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/shadow
82992024-12-13T21:28:57.184Z[ recovery-image] Dec 13 21:28:55.163 INFO O| Dec 13 21:28:55.163 INFO STEP 41 (shadow) COMPLETE
83002024-12-13T21:28:57.184Z[ recovery-image] Dec 13 21:28:55.163 INFO O| Dec 13 21:28:55.163 INFO STEP 42: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/root-noauth.json
83012024-12-13T21:28:57.213Z[ recovery-image] Dec 13 21:28:55.194 INFO O| Dec 13 21:28:55.194 WARN file /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/default/login exists, with wrong contents, unlinking
83022024-12-13T21:28:57.215Z[ recovery-image] Dec 13 21:28:55.194 INFO O| Dec 13 21:28:55.194 INFO copying /work/oxidecomputer/helios/image/templates/files/mfg_default_login -> /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/default/login ...
83032024-12-13T21:28:57.215Z[ recovery-image] Dec 13 21:28:55.195 INFO O| Dec 13 21:28:55.195 INFO ownership wrong (Id(0):Id(0), not 0:3), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/default/login
83042024-12-13T21:28:57.215Z[ recovery-image] Dec 13 21:28:55.195 INFO O| Dec 13 21:28:55.195 INFO chown ok, path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/default/login
83052024-12-13T21:28:57.215Z[ recovery-image] Dec 13 21:28:55.195 INFO O| Dec 13 21:28:55.195 INFO ok!
83062024-12-13T21:28:57.215Z[ recovery-image] Dec 13 21:28:55.195 INFO O| Dec 13 21:28:55.195 INFO STEP 42 (ensure_file) COMPLETE
83072024-12-13T21:28:57.216Z[ recovery-image] Dec 13 21:28:55.195 INFO O| Dec 13 21:28:55.195 INFO STEP 43: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json
83082024-12-13T21:28:57.254Z[ recovery-image] Dec 13 21:28:55.235 INFO O| Dec 13 21:28:55.235 INFO ownership already OK (0:3), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/opt
83092024-12-13T21:28:57.256Z[ recovery-image] Dec 13 21:28:55.236 INFO O| Dec 13 21:28:55.236 INFO STEP 43 (ensure_dir) COMPLETE
83102024-12-13T21:28:57.256Z[ recovery-image] Dec 13 21:28:55.236 INFO O| Dec 13 21:28:55.236 INFO STEP 44: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json
83112024-12-13T21:28:57.278Z[ recovery-image] Dec 13 21:28:55.258 INFO O| Dec 13 21:28:55.258 INFO ownership wrong (Id(0):Id(2), not 0:0), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/opt/oxide
83122024-12-13T21:28:57.278Z[ recovery-image] Dec 13 21:28:55.258 INFO O| Dec 13 21:28:55.258 INFO chown ok, path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/opt/oxide
83132024-12-13T21:28:57.281Z[ recovery-image] Dec 13 21:28:55.258 INFO O| Dec 13 21:28:55.258 INFO STEP 44 (ensure_dir) COMPLETE
83142024-12-13T21:28:57.281Z[ recovery-image] Dec 13 21:28:55.258 INFO O| Dec 13 21:28:55.258 INFO STEP 45: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json
83152024-12-13T21:28:57.376Z[ recovery-image] Dec 13 21:28:55.357 INFO O| Dec 13 21:28:55.357 INFO creating directory: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/opt/oxide/installinator
83162024-12-13T21:28:57.376Z[ recovery-image] Dec 13 21:28:55.357 INFO O| Dec 13 21:28:55.357 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/opt/oxide/installinator
83172024-12-13T21:28:57.378Z[ recovery-image] Dec 13 21:28:55.357 INFO O| Dec 13 21:28:55.357 INFO STEP 45 (ensure_dir) COMPLETE
83182024-12-13T21:28:57.378Z[ recovery-image] Dec 13 21:28:55.358 INFO O| Dec 13 21:28:55.357 INFO STEP 46: ensure_file, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json
83192024-12-13T21:28:57.411Z[ recovery-image] Dec 13 21:28:55.392 INFO O| Dec 13 21:28:55.392 INFO file /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/opt/oxide/installinator/installinator does not exist
83202024-12-13T21:28:57.411Z[ recovery-image] Dec 13 21:28:55.392 INFO O| Dec 13 21:28:55.392 INFO copying /tmp/.tmpFbsOmv/proto/recovery/root/opt/oxide/installinator/installinator -> /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/opt/oxide/installinator/installinator ...
83212024-12-13T21:28:57.476Z[ recovery-image] Dec 13 21:28:55.457 INFO O| Dec 13 21:28:55.457 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/opt/oxide/installinator/installinator
83222024-12-13T21:28:57.476Z[ recovery-image] Dec 13 21:28:55.457 INFO O| Dec 13 21:28:55.457 INFO ok!
83232024-12-13T21:28:57.478Z[ recovery-image] Dec 13 21:28:55.457 INFO O| Dec 13 21:28:55.457 INFO STEP 46 (ensure_file) COMPLETE
83242024-12-13T21:28:57.478Z[ recovery-image] Dec 13 21:28:55.457 INFO O| Dec 13 21:28:55.457 INFO STEP 47: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json
83252024-12-13T21:28:57.515Z[ recovery-image] Dec 13 21:28:55.497 INFO O| Dec 13 21:28:55.497 INFO creating directory: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/opt/oxide/installinator/pkg
83262024-12-13T21:28:57.515Z[ recovery-image] Dec 13 21:28:55.497 INFO O| Dec 13 21:28:55.497 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/opt/oxide/installinator/pkg
83272024-12-13T21:28:57.529Z[ recovery-image] Dec 13 21:28:55.497 INFO O| Dec 13 21:28:55.497 INFO STEP 47 (ensure_dir) COMPLETE
83282024-12-13T21:28:57.529Z[ recovery-image] Dec 13 21:28:55.497 INFO O| Dec 13 21:28:55.497 INFO STEP 48: ensure_file, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json
83292024-12-13T21:28:57.647Z[ recovery-image] Dec 13 21:28:55.629 INFO O| Dec 13 21:28:55.629 INFO file /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/opt/oxide/installinator/VERSION does not exist
83302024-12-13T21:28:57.647Z[ recovery-image] Dec 13 21:28:55.629 INFO O| Dec 13 21:28:55.629 INFO copying /tmp/.tmpFbsOmv/proto/recovery/root/opt/oxide/installinator/VERSION -> /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/opt/oxide/installinator/VERSION ...
83312024-12-13T21:28:57.650Z[ recovery-image] Dec 13 21:28:55.629 INFO O| Dec 13 21:28:55.629 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/opt/oxide/installinator/VERSION
83322024-12-13T21:28:57.667Z[ recovery-image] Dec 13 21:28:55.629 INFO O| Dec 13 21:28:55.629 INFO ok!
83332024-12-13T21:28:57.669Z[ recovery-image] Dec 13 21:28:55.629 INFO O| Dec 13 21:28:55.629 INFO STEP 48 (ensure_file) COMPLETE
83342024-12-13T21:28:57.669Z[ recovery-image] Dec 13 21:28:55.629 INFO O| Dec 13 21:28:55.629 INFO STEP 49: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json
83352024-12-13T21:28:57.669Z[ recovery-image] Dec 13 21:28:55.650 INFO O| Dec 13 21:28:55.650 INFO creating directory: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/opt/oxide/mg-ddm
83362024-12-13T21:28:57.669Z[ recovery-image] Dec 13 21:28:55.650 INFO O| Dec 13 21:28:55.650 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/opt/oxide/mg-ddm
83372024-12-13T21:28:57.669Z[ recovery-image] Dec 13 21:28:55.650 INFO O| Dec 13 21:28:55.650 INFO STEP 49 (ensure_dir) COMPLETE
83382024-12-13T21:28:57.669Z[ recovery-image] Dec 13 21:28:55.650 INFO O| Dec 13 21:28:55.650 INFO STEP 50: ensure_file, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json
83392024-12-13T21:28:57.692Z[ recovery-image] Dec 13 21:28:55.674 INFO O| Dec 13 21:28:55.674 INFO file /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/opt/oxide/mg-ddm/ddmadm does not exist
83402024-12-13T21:28:57.692Z[ recovery-image] Dec 13 21:28:55.674 INFO O| Dec 13 21:28:55.674 INFO copying /tmp/.tmpFbsOmv/proto/recovery/root/opt/oxide/mg-ddm/ddmadm -> /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/opt/oxide/mg-ddm/ddmadm ...
83412024-12-13T21:28:57.715Z[ recovery-image] Dec 13 21:28:55.696 INFO O| Dec 13 21:28:55.696 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/opt/oxide/mg-ddm/ddmadm
83422024-12-13T21:28:57.715Z[ recovery-image] Dec 13 21:28:55.697 INFO O| Dec 13 21:28:55.696 INFO ok!
83432024-12-13T21:28:57.717Z[ recovery-image] Dec 13 21:28:55.697 INFO O| Dec 13 21:28:55.696 INFO STEP 50 (ensure_file) COMPLETE
83442024-12-13T21:28:57.717Z[ recovery-image] Dec 13 21:28:55.697 INFO O| Dec 13 21:28:55.696 INFO STEP 51: ensure_file, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json
83452024-12-13T21:28:57.735Z[ recovery-image] Dec 13 21:28:55.717 INFO O| Dec 13 21:28:55.716 INFO file /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/opt/oxide/mg-ddm/ddmd does not exist
83462024-12-13T21:28:57.735Z[ recovery-image] Dec 13 21:28:55.717 INFO O| Dec 13 21:28:55.717 INFO copying /tmp/.tmpFbsOmv/proto/recovery/root/opt/oxide/mg-ddm/ddmd -> /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/opt/oxide/mg-ddm/ddmd ...
83472024-12-13T21:28:59.739Z[ recovery-image] Dec 13 21:28:57.719 INFO O| Dec 13 21:28:57.718 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/opt/oxide/mg-ddm/ddmd
83482024-12-13T21:28:59.739Z[ recovery-image] Dec 13 21:28:57.719 INFO O| Dec 13 21:28:57.719 INFO ok!
83492024-12-13T21:28:59.739Z[ recovery-image] Dec 13 21:28:57.719 INFO O| Dec 13 21:28:57.719 INFO STEP 51 (ensure_file) COMPLETE
83502024-12-13T21:28:59.741Z[ recovery-image] Dec 13 21:28:57.719 INFO O| Dec 13 21:28:57.719 INFO STEP 52: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json
83512024-12-13T21:28:59.758Z[ recovery-image] Dec 13 21:28:57.739 INFO O| Dec 13 21:28:57.739 INFO creating directory: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/opt/oxide/mg-ddm/pkg
83522024-12-13T21:28:59.758Z[ recovery-image] Dec 13 21:28:57.739 INFO O| Dec 13 21:28:57.739 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/opt/oxide/mg-ddm/pkg
83532024-12-13T21:28:59.758Z[ recovery-image] Dec 13 21:28:57.739 INFO O| Dec 13 21:28:57.739 INFO STEP 52 (ensure_dir) COMPLETE
83542024-12-13T21:28:59.758Z[ recovery-image] Dec 13 21:28:57.739 INFO O| Dec 13 21:28:57.739 INFO STEP 53: ensure_file, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json
83552024-12-13T21:28:59.780Z[ recovery-image] Dec 13 21:28:57.762 INFO O| Dec 13 21:28:57.762 INFO file /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/opt/oxide/mg-ddm/pkg/refresh_ctrun_child.sh does not exist
83562024-12-13T21:28:59.780Z[ recovery-image] Dec 13 21:28:57.762 INFO O| Dec 13 21:28:57.762 INFO copying /tmp/.tmpFbsOmv/proto/recovery/root/opt/oxide/mg-ddm/pkg/refresh_ctrun_child.sh -> /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/opt/oxide/mg-ddm/pkg/refresh_ctrun_child.sh ...
83572024-12-13T21:28:59.780Z[ recovery-image] Dec 13 21:28:57.762 INFO O| Dec 13 21:28:57.762 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/opt/oxide/mg-ddm/pkg/refresh_ctrun_child.sh
83582024-12-13T21:28:59.780Z[ recovery-image] Dec 13 21:28:57.762 INFO O| Dec 13 21:28:57.762 INFO ok!
83592024-12-13T21:28:59.783Z[ recovery-image] Dec 13 21:28:57.762 INFO O| Dec 13 21:28:57.762 INFO STEP 53 (ensure_file) COMPLETE
83602024-12-13T21:28:59.783Z[ recovery-image] Dec 13 21:28:57.762 INFO O| Dec 13 21:28:57.762 INFO STEP 54: ensure_file, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json
83612024-12-13T21:28:59.855Z[ recovery-image] Dec 13 21:28:57.836 INFO O| Dec 13 21:28:57.836 INFO file /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/opt/oxide/mg-ddm/pkg/mgd_method_script.sh does not exist
83622024-12-13T21:28:59.855Z[ recovery-image] Dec 13 21:28:57.836 INFO O| Dec 13 21:28:57.836 INFO copying /tmp/.tmpFbsOmv/proto/recovery/root/opt/oxide/mg-ddm/pkg/mgd_method_script.sh -> /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/opt/oxide/mg-ddm/pkg/mgd_method_script.sh ...
83632024-12-13T21:28:59.855Z[ recovery-image] Dec 13 21:28:57.837 INFO O| Dec 13 21:28:57.837 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/opt/oxide/mg-ddm/pkg/mgd_method_script.sh
83642024-12-13T21:28:59.857Z[ recovery-image] Dec 13 21:28:57.837 INFO O| Dec 13 21:28:57.837 INFO ok!
83652024-12-13T21:28:59.858Z[ recovery-image] Dec 13 21:28:57.837 INFO O| Dec 13 21:28:57.837 INFO STEP 54 (ensure_file) COMPLETE
83662024-12-13T21:28:59.858Z[ recovery-image] Dec 13 21:28:57.837 INFO O| Dec 13 21:28:57.837 INFO STEP 55: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json
83672024-12-13T21:28:59.892Z[ recovery-image] Dec 13 21:28:57.874 INFO O| Dec 13 21:28:57.874 INFO creating directory: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/opt/oxide/mg-ddm/pkg/mgd
83682024-12-13T21:28:59.892Z[ recovery-image] Dec 13 21:28:57.874 INFO O| Dec 13 21:28:57.874 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/opt/oxide/mg-ddm/pkg/mgd
83692024-12-13T21:28:59.892Z[ recovery-image] Dec 13 21:28:57.874 INFO O| Dec 13 21:28:57.874 INFO STEP 55 (ensure_dir) COMPLETE
83702024-12-13T21:28:59.892Z[ recovery-image] Dec 13 21:28:57.874 INFO O| Dec 13 21:28:57.874 INFO STEP 56: ensure_file, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json
83712024-12-13T21:28:59.914Z[ recovery-image] Dec 13 21:28:57.896 INFO O| Dec 13 21:28:57.896 INFO file /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/opt/oxide/mg-ddm/pkg/mgd/manifest.xml does not exist
83722024-12-13T21:28:59.914Z[ recovery-image] Dec 13 21:28:57.896 INFO O| Dec 13 21:28:57.896 INFO copying /tmp/.tmpFbsOmv/proto/recovery/root/opt/oxide/mg-ddm/pkg/mgd/manifest.xml -> /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/opt/oxide/mg-ddm/pkg/mgd/manifest.xml ...
83732024-12-13T21:28:59.914Z[ recovery-image] Dec 13 21:28:57.896 INFO O| Dec 13 21:28:57.896 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/opt/oxide/mg-ddm/pkg/mgd/manifest.xml
83742024-12-13T21:28:59.917Z[ recovery-image] Dec 13 21:28:57.896 INFO O| Dec 13 21:28:57.896 INFO ok!
83752024-12-13T21:28:59.917Z[ recovery-image] Dec 13 21:28:57.896 INFO O| Dec 13 21:28:57.896 INFO STEP 56 (ensure_file) COMPLETE
83762024-12-13T21:28:59.917Z[ recovery-image] Dec 13 21:28:57.896 INFO O| Dec 13 21:28:57.896 INFO STEP 57: ensure_file, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json
83772024-12-13T21:28:59.991Z[ recovery-image] Dec 13 21:28:57.972 INFO O| Dec 13 21:28:57.972 INFO file /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/opt/oxide/mg-ddm/pkg/ddm_method_script.sh does not exist
83782024-12-13T21:28:59.991Z[ recovery-image] Dec 13 21:28:57.972 INFO O| Dec 13 21:28:57.972 INFO copying /tmp/.tmpFbsOmv/proto/recovery/root/opt/oxide/mg-ddm/pkg/ddm_method_script.sh -> /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/opt/oxide/mg-ddm/pkg/ddm_method_script.sh ...
83792024-12-13T21:28:59.991Z[ recovery-image] Dec 13 21:28:57.972 INFO O| Dec 13 21:28:57.972 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/opt/oxide/mg-ddm/pkg/ddm_method_script.sh
83802024-12-13T21:28:59.991Z[ recovery-image] Dec 13 21:28:57.972 INFO O| Dec 13 21:28:57.972 INFO ok!
83812024-12-13T21:28:59.991Z[ recovery-image] Dec 13 21:28:57.972 INFO O| Dec 13 21:28:57.972 INFO STEP 57 (ensure_file) COMPLETE
83822024-12-13T21:28:59.991Z[ recovery-image] Dec 13 21:28:57.972 INFO O| Dec 13 21:28:57.972 INFO STEP 58: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json
83832024-12-13T21:29:00.026Z[ recovery-image] Dec 13 21:28:58.007 INFO O| Dec 13 21:28:58.007 INFO creating directory: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/opt/oxide/mg-ddm/pkg/ddm
83842024-12-13T21:29:00.028Z[ recovery-image] Dec 13 21:28:58.008 INFO O| Dec 13 21:28:58.007 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/opt/oxide/mg-ddm/pkg/ddm
83852024-12-13T21:29:00.028Z[ recovery-image] Dec 13 21:28:58.008 INFO O| Dec 13 21:28:58.008 INFO STEP 58 (ensure_dir) COMPLETE
83862024-12-13T21:29:00.028Z[ recovery-image] Dec 13 21:28:58.008 INFO O| Dec 13 21:28:58.008 INFO STEP 59: ensure_file, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json
83872024-12-13T21:29:00.044Z[ recovery-image] Dec 13 21:28:58.025 INFO O| Dec 13 21:28:58.025 INFO file /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/opt/oxide/mg-ddm/pkg/ddm/manifest.xml does not exist
83882024-12-13T21:29:00.044Z[ recovery-image] Dec 13 21:28:58.025 INFO O| Dec 13 21:28:58.025 INFO copying /tmp/.tmpFbsOmv/proto/recovery/root/opt/oxide/mg-ddm/pkg/ddm/manifest.xml -> /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/opt/oxide/mg-ddm/pkg/ddm/manifest.xml ...
83892024-12-13T21:29:00.047Z[ recovery-image] Dec 13 21:28:58.026 INFO O| Dec 13 21:28:58.025 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/opt/oxide/mg-ddm/pkg/ddm/manifest.xml
83902024-12-13T21:29:00.047Z[ recovery-image] Dec 13 21:28:58.026 INFO O| Dec 13 21:28:58.026 INFO ok!
83912024-12-13T21:29:00.047Z[ recovery-image] Dec 13 21:28:58.026 INFO O| Dec 13 21:28:58.026 INFO STEP 59 (ensure_file) COMPLETE
83922024-12-13T21:29:00.047Z[ recovery-image] Dec 13 21:28:58.026 INFO O| Dec 13 21:28:58.026 INFO STEP 60: ensure_file, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json
83932024-12-13T21:29:00.063Z[ recovery-image] Dec 13 21:28:58.043 INFO O| Dec 13 21:28:58.043 INFO file /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/opt/oxide/mg-ddm/VERSION does not exist
83942024-12-13T21:29:00.063Z[ recovery-image] Dec 13 21:28:58.044 INFO O| Dec 13 21:28:58.044 INFO copying /tmp/.tmpFbsOmv/proto/recovery/root/opt/oxide/mg-ddm/VERSION -> /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/opt/oxide/mg-ddm/VERSION ...
83952024-12-13T21:29:00.066Z[ recovery-image] Dec 13 21:28:58.044 INFO O| Dec 13 21:28:58.044 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/opt/oxide/mg-ddm/VERSION
83962024-12-13T21:29:00.066Z[ recovery-image] Dec 13 21:28:58.044 INFO O| Dec 13 21:28:58.044 INFO ok!
83972024-12-13T21:29:00.066Z[ recovery-image] Dec 13 21:28:58.044 INFO O| Dec 13 21:28:58.044 INFO STEP 60 (ensure_file) COMPLETE
83982024-12-13T21:29:00.066Z[ recovery-image] Dec 13 21:28:58.044 INFO O| Dec 13 21:28:58.044 INFO STEP 61: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json
83992024-12-13T21:29:00.080Z[ recovery-image] Dec 13 21:28:58.062 INFO O| Dec 13 21:28:58.062 INFO ownership already OK (0:2), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/lib
84002024-12-13T21:29:00.080Z[ recovery-image] Dec 13 21:28:58.062 INFO O| Dec 13 21:28:58.062 INFO STEP 61 (ensure_dir) COMPLETE
84012024-12-13T21:29:00.085Z[ recovery-image] Dec 13 21:28:58.062 INFO O| Dec 13 21:28:58.062 INFO STEP 62: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json
84022024-12-13T21:29:00.111Z[ recovery-image] Dec 13 21:28:58.092 INFO O| Dec 13 21:28:58.092 INFO ownership already OK (0:2), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/lib/svc
84032024-12-13T21:29:00.111Z[ recovery-image] Dec 13 21:28:58.092 INFO O| Dec 13 21:28:58.092 INFO STEP 62 (ensure_dir) COMPLETE
84042024-12-13T21:29:00.111Z[ recovery-image] Dec 13 21:28:58.092 INFO O| Dec 13 21:28:58.092 INFO STEP 63: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json
84052024-12-13T21:29:00.129Z[ recovery-image] Dec 13 21:28:58.110 INFO O| Dec 13 21:28:58.110 INFO ownership already OK (0:3), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/lib/svc/manifest
84062024-12-13T21:29:00.129Z[ recovery-image] Dec 13 21:28:58.110 INFO O| Dec 13 21:28:58.110 INFO STEP 63 (ensure_dir) COMPLETE
84072024-12-13T21:29:00.129Z[ recovery-image] Dec 13 21:28:58.110 INFO O| Dec 13 21:28:58.110 INFO STEP 64: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json
84082024-12-13T21:29:00.160Z[ recovery-image] Dec 13 21:28:58.141 INFO O| Dec 13 21:28:58.141 INFO ownership already OK (0:3), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/lib/svc/manifest/site
84092024-12-13T21:29:00.160Z[ recovery-image] Dec 13 21:28:58.141 INFO O| Dec 13 21:28:58.141 INFO STEP 64 (ensure_dir) COMPLETE
84102024-12-13T21:29:00.164Z[ recovery-image] Dec 13 21:28:58.141 INFO O| Dec 13 21:28:58.141 INFO STEP 65: ensure_file, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json
84112024-12-13T21:29:00.185Z[ recovery-image] Dec 13 21:28:58.166 INFO O| Dec 13 21:28:58.166 INFO file /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/lib/svc/manifest/site/installinator.xml does not exist
84122024-12-13T21:29:00.185Z[ recovery-image] Dec 13 21:28:58.166 INFO O| Dec 13 21:28:58.166 INFO copying /tmp/.tmpFbsOmv/proto/recovery/root/lib/svc/manifest/site/installinator.xml -> /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/lib/svc/manifest/site/installinator.xml ...
84132024-12-13T21:29:00.185Z[ recovery-image] Dec 13 21:28:58.166 INFO O| Dec 13 21:28:58.166 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/lib/svc/manifest/site/installinator.xml
84142024-12-13T21:29:00.185Z[ recovery-image] Dec 13 21:28:58.166 INFO O| Dec 13 21:28:58.166 INFO ok!
84152024-12-13T21:29:00.187Z[ recovery-image] Dec 13 21:28:58.166 INFO O| Dec 13 21:28:58.166 INFO STEP 65 (ensure_file) COMPLETE
84162024-12-13T21:29:00.187Z[ recovery-image] Dec 13 21:28:58.166 INFO O| Dec 13 21:28:58.166 INFO STEP 66: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
84172024-12-13T21:29:00.296Z[ recovery-image] Dec 13 21:28:58.277 INFO O| Dec 13 21:28:58.277 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a/lib/svc/manifest/network/ipsec"
84182024-12-13T21:29:00.299Z[ recovery-image] Dec 13 21:28:58.277 INFO O| Dec 13 21:28:58.277 INFO STEP 66 (remove_files) COMPLETE
84192024-12-13T21:29:00.299Z[ recovery-image] Dec 13 21:28:58.278 INFO O| Dec 13 21:28:58.277 INFO STEP 67: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
84202024-12-13T21:29:00.317Z[ recovery-image] Dec 13 21:28:58.299 INFO O| Dec 13 21:28:58.298 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a/lib/svc/manifest/network/ldap"
84212024-12-13T21:29:00.321Z[ recovery-image] Dec 13 21:28:58.299 INFO O| Dec 13 21:28:58.299 INFO STEP 67 (remove_files) COMPLETE
84222024-12-13T21:29:00.321Z[ recovery-image] Dec 13 21:28:58.299 INFO O| Dec 13 21:28:58.299 INFO STEP 68: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
84232024-12-13T21:29:00.337Z[ recovery-image] Dec 13 21:28:58.318 INFO O| Dec 13 21:28:58.318 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a/lib/svc/manifest/network/rpc"
84242024-12-13T21:29:00.339Z[ recovery-image] Dec 13 21:28:58.318 INFO O| Dec 13 21:28:58.318 INFO STEP 68 (remove_files) COMPLETE
84252024-12-13T21:29:00.339Z[ recovery-image] Dec 13 21:28:58.318 INFO O| Dec 13 21:28:58.318 INFO STEP 69: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
84262024-12-13T21:29:00.356Z[ recovery-image] Dec 13 21:28:58.337 INFO O| Dec 13 21:28:58.337 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a/lib/svc/manifest/network/security"
84272024-12-13T21:29:00.359Z[ recovery-image] Dec 13 21:28:58.337 INFO O| Dec 13 21:28:58.337 INFO STEP 69 (remove_files) COMPLETE
84282024-12-13T21:29:00.359Z[ recovery-image] Dec 13 21:28:58.337 INFO O| Dec 13 21:28:58.337 INFO STEP 70: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
84292024-12-13T21:29:00.374Z[ recovery-image] Dec 13 21:28:58.356 INFO O| Dec 13 21:28:58.356 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a/lib/svc/manifest/network/shares"
84302024-12-13T21:29:00.379Z[ recovery-image] Dec 13 21:28:58.356 INFO O| Dec 13 21:28:58.356 INFO STEP 70 (remove_files) COMPLETE
84312024-12-13T21:29:00.379Z[ recovery-image] Dec 13 21:28:58.356 INFO O| Dec 13 21:28:58.356 INFO STEP 71: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
84322024-12-13T21:29:00.394Z[ recovery-image] Dec 13 21:28:58.374 INFO O| Dec 13 21:28:58.374 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a/lib/svc/manifest/network/smb"
84332024-12-13T21:29:00.398Z[ recovery-image] Dec 13 21:28:58.374 INFO O| Dec 13 21:28:58.374 INFO STEP 71 (remove_files) COMPLETE
84342024-12-13T21:29:00.398Z[ recovery-image] Dec 13 21:28:58.375 INFO O| Dec 13 21:28:58.374 INFO STEP 72: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
84352024-12-13T21:29:00.411Z[ recovery-image] Dec 13 21:28:58.393 INFO O| Dec 13 21:28:58.393 INFO remove file: "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a/lib/svc/manifest/application/management/net-snmp.xml"
84362024-12-13T21:29:00.411Z[ recovery-image] Dec 13 21:28:58.393 INFO O| Dec 13 21:28:58.393 INFO STEP 72 (remove_files) COMPLETE
84372024-12-13T21:29:00.411Z[ recovery-image] Dec 13 21:28:58.393 INFO O| Dec 13 21:28:58.393 INFO STEP 73: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
84382024-12-13T21:29:00.447Z[ recovery-image] Dec 13 21:28:58.428 INFO O| Dec 13 21:28:58.428 INFO remove file: "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a/lib/svc/manifest/application/security/tcsd.xml"
84392024-12-13T21:29:00.447Z[ recovery-image] Dec 13 21:28:58.428 INFO O| Dec 13 21:28:58.428 INFO STEP 73 (remove_files) COMPLETE
84402024-12-13T21:29:00.451Z[ recovery-image] Dec 13 21:28:58.428 INFO O| Dec 13 21:28:58.428 INFO STEP 74: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
84412024-12-13T21:29:00.468Z[ recovery-image] Dec 13 21:28:58.449 INFO O| Dec 13 21:28:58.449 INFO remove file: "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a/lib/svc/manifest/network/dns/install.xml"
84422024-12-13T21:29:00.468Z[ recovery-image] Dec 13 21:28:58.449 INFO O| Dec 13 21:28:58.449 INFO STEP 74 (remove_files) COMPLETE
84432024-12-13T21:29:00.468Z[ recovery-image] Dec 13 21:28:58.449 INFO O| Dec 13 21:28:58.449 INFO STEP 75: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
84442024-12-13T21:29:00.505Z[ recovery-image] Dec 13 21:28:58.487 INFO O| Dec 13 21:28:58.487 INFO remove file: "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a/lib/svc/manifest/network/inetd-upgrade.xml"
84452024-12-13T21:29:00.505Z[ recovery-image] Dec 13 21:28:58.487 INFO O| Dec 13 21:28:58.487 INFO STEP 75 (remove_files) COMPLETE
84462024-12-13T21:29:00.505Z[ recovery-image] Dec 13 21:28:58.487 INFO O| Dec 13 21:28:58.487 INFO STEP 76: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
84472024-12-13T21:29:00.526Z[ recovery-image] Dec 13 21:28:58.507 INFO O| Dec 13 21:28:58.506 INFO remove file: "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a/lib/svc/manifest/network/inetd.xml"
84482024-12-13T21:29:00.526Z[ recovery-image] Dec 13 21:28:58.507 INFO O| Dec 13 21:28:58.507 INFO STEP 76 (remove_files) COMPLETE
84492024-12-13T21:29:00.526Z[ recovery-image] Dec 13 21:28:58.507 INFO O| Dec 13 21:28:58.507 INFO STEP 77: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
84502024-12-13T21:29:00.543Z[ recovery-image] Dec 13 21:28:58.525 INFO O| Dec 13 21:28:58.525 INFO remove file: "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a/lib/svc/manifest/network/network-install.xml"
84512024-12-13T21:29:00.543Z[ recovery-image] Dec 13 21:28:58.525 INFO O| Dec 13 21:28:58.525 INFO STEP 77 (remove_files) COMPLETE
84522024-12-13T21:29:00.543Z[ recovery-image] Dec 13 21:28:58.525 INFO O| Dec 13 21:28:58.525 INFO STEP 78: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
84532024-12-13T21:29:00.562Z[ recovery-image] Dec 13 21:28:58.543 INFO O| Dec 13 21:28:58.543 INFO remove file: "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a/lib/svc/manifest/network/network-ipmp.xml"
84542024-12-13T21:29:00.565Z[ recovery-image] Dec 13 21:28:58.547 INFO O| Dec 13 21:28:58.546 INFO STEP 78 (remove_files) COMPLETE
84552024-12-13T21:29:00.565Z[ recovery-image] Dec 13 21:28:58.547 INFO O| Dec 13 21:28:58.546 INFO STEP 79: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
84562024-12-13T21:29:00.584Z[ recovery-image] Dec 13 21:28:58.566 INFO O| Dec 13 21:28:58.566 INFO remove file: "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a/lib/svc/manifest/network/network-iptun.xml"
84572024-12-13T21:29:00.584Z[ recovery-image] Dec 13 21:28:58.566 INFO O| Dec 13 21:28:58.566 INFO STEP 79 (remove_files) COMPLETE
84582024-12-13T21:29:00.584Z[ recovery-image] Dec 13 21:28:58.566 INFO O| Dec 13 21:28:58.566 INFO STEP 80: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
84592024-12-13T21:29:00.604Z[ recovery-image] Dec 13 21:28:58.584 INFO O| Dec 13 21:28:58.584 INFO remove file: "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a/lib/svc/manifest/network/network-location.xml"
84602024-12-13T21:29:00.604Z[ recovery-image] Dec 13 21:28:58.584 INFO O| Dec 13 21:28:58.584 INFO STEP 80 (remove_files) COMPLETE
84612024-12-13T21:29:00.604Z[ recovery-image] Dec 13 21:28:58.584 INFO O| Dec 13 21:28:58.584 INFO STEP 81: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
84622024-12-13T21:29:00.623Z[ recovery-image] Dec 13 21:28:58.604 INFO O| Dec 13 21:28:58.604 INFO remove file: "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a/lib/svc/manifest/network/network-netcfg.xml"
84632024-12-13T21:29:00.626Z[ recovery-image] Dec 13 21:28:58.604 INFO O| Dec 13 21:28:58.604 INFO STEP 81 (remove_files) COMPLETE
84642024-12-13T21:29:00.626Z[ recovery-image] Dec 13 21:28:58.605 INFO O| Dec 13 21:28:58.604 INFO STEP 82: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
84652024-12-13T21:29:00.646Z[ recovery-image] Dec 13 21:28:58.627 INFO O| Dec 13 21:28:58.627 INFO remove file: "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a/lib/svc/manifest/network/routing/rdisc.xml"
84662024-12-13T21:29:00.648Z[ recovery-image] Dec 13 21:28:58.628 INFO O| Dec 13 21:28:58.628 INFO STEP 82 (remove_files) COMPLETE
84672024-12-13T21:29:00.648Z[ recovery-image] Dec 13 21:28:58.628 INFO O| Dec 13 21:28:58.628 INFO STEP 83: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
84682024-12-13T21:29:00.666Z[ recovery-image] Dec 13 21:28:58.647 INFO O| Dec 13 21:28:58.647 INFO remove file: "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a/lib/svc/manifest/network/varpd.xml"
84692024-12-13T21:29:00.680Z[ recovery-image] Dec 13 21:28:58.647 INFO O| Dec 13 21:28:58.647 INFO STEP 83 (remove_files) COMPLETE
84702024-12-13T21:29:00.680Z[ recovery-image] Dec 13 21:28:58.648 INFO O| Dec 13 21:28:58.647 INFO STEP 84: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
84712024-12-13T21:29:00.685Z[ recovery-image] Dec 13 21:28:58.667 INFO O| Dec 13 21:28:58.667 INFO remove file: "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a/lib/svc/manifest/system/device/allocate.xml"
84722024-12-13T21:29:00.688Z[ recovery-image] Dec 13 21:28:58.667 INFO O| Dec 13 21:28:58.667 INFO STEP 84 (remove_files) COMPLETE
84732024-12-13T21:29:00.688Z[ recovery-image] Dec 13 21:28:58.667 INFO O| Dec 13 21:28:58.667 INFO STEP 85: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
84742024-12-13T21:29:00.707Z[ recovery-image] Dec 13 21:28:58.688 INFO O| Dec 13 21:28:58.688 INFO remove file: "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a/lib/svc/manifest/system/device/devices-audio.xml"
84752024-12-13T21:29:00.710Z[ recovery-image] Dec 13 21:28:58.689 INFO O| Dec 13 21:28:58.689 INFO STEP 85 (remove_files) COMPLETE
84762024-12-13T21:29:00.710Z[ recovery-image] Dec 13 21:28:58.689 INFO O| Dec 13 21:28:58.689 INFO STEP 86: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
84772024-12-13T21:29:00.729Z[ recovery-image] Dec 13 21:28:58.711 INFO O| Dec 13 21:28:58.711 INFO remove file: "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a/usr/lib/devfsadm/linkmod/SUNW_audio_link.so"
84782024-12-13T21:29:00.732Z[ recovery-image] Dec 13 21:28:58.711 INFO O| Dec 13 21:28:58.711 INFO STEP 86 (remove_files) COMPLETE
84792024-12-13T21:29:00.732Z[ recovery-image] Dec 13 21:28:58.711 INFO O| Dec 13 21:28:58.711 INFO STEP 87: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
84802024-12-13T21:29:00.766Z[ recovery-image] Dec 13 21:28:58.747 INFO O| Dec 13 21:28:58.747 INFO remove file: "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a/dev/sndstat"
84812024-12-13T21:29:00.769Z[ recovery-image] Dec 13 21:28:58.748 INFO O| Dec 13 21:28:58.748 INFO STEP 87 (remove_files) COMPLETE
84822024-12-13T21:29:00.770Z[ recovery-image] Dec 13 21:28:58.748 INFO O| Dec 13 21:28:58.748 INFO STEP 88: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
84832024-12-13T21:29:00.786Z[ recovery-image] Dec 13 21:28:58.767 INFO O| Dec 13 21:28:58.767 INFO remove file: "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a/lib/svc/manifest/system/device/mpxio-upgrade.xml"
84842024-12-13T21:29:00.788Z[ recovery-image] Dec 13 21:28:58.767 INFO O| Dec 13 21:28:58.767 INFO STEP 88 (remove_files) COMPLETE
84852024-12-13T21:29:00.788Z[ recovery-image] Dec 13 21:28:58.767 INFO O| Dec 13 21:28:58.767 INFO STEP 89: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
84862024-12-13T21:29:00.823Z[ recovery-image] Dec 13 21:28:58.805 INFO O| Dec 13 21:28:58.805 INFO remove file: "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a/lib/svc/manifest/system/hostid.xml"
84872024-12-13T21:29:00.826Z[ recovery-image] Dec 13 21:28:58.805 INFO O| Dec 13 21:28:58.805 INFO STEP 89 (remove_files) COMPLETE
84882024-12-13T21:29:00.826Z[ recovery-image] Dec 13 21:28:58.805 INFO O| Dec 13 21:28:58.805 INFO STEP 90: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
84892024-12-13T21:29:00.847Z[ recovery-image] Dec 13 21:28:58.828 INFO O| Dec 13 21:28:58.828 INFO remove file: "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a/lib/svc/manifest/system/idmap.xml"
84902024-12-13T21:29:00.850Z[ recovery-image] Dec 13 21:28:58.829 INFO O| Dec 13 21:28:58.829 INFO STEP 90 (remove_files) COMPLETE
84912024-12-13T21:29:00.850Z[ recovery-image] Dec 13 21:28:58.829 INFO O| Dec 13 21:28:58.829 INFO STEP 91: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
84922024-12-13T21:29:00.899Z[ recovery-image] Dec 13 21:28:58.880 INFO O| Dec 13 21:28:58.880 INFO remove file: "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a/lib/svc/manifest/system/pkgserv.xml"
84932024-12-13T21:29:00.901Z[ recovery-image] Dec 13 21:28:58.880 INFO O| Dec 13 21:28:58.880 INFO STEP 91 (remove_files) COMPLETE
84942024-12-13T21:29:00.901Z[ recovery-image] Dec 13 21:28:58.880 INFO O| Dec 13 21:28:58.880 INFO STEP 92: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
84952024-12-13T21:29:00.919Z[ recovery-image] Dec 13 21:28:58.901 INFO O| Dec 13 21:28:58.901 INFO remove file: "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a/lib/svc/manifest/system/zones.xml"
84962024-12-13T21:29:00.922Z[ recovery-image] Dec 13 21:28:58.901 INFO O| Dec 13 21:28:58.901 INFO STEP 92 (remove_files) COMPLETE
84972024-12-13T21:29:00.922Z[ recovery-image] Dec 13 21:28:58.901 INFO O| Dec 13 21:28:58.901 INFO STEP 93: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
84982024-12-13T21:29:00.938Z[ recovery-image] Dec 13 21:28:58.920 INFO O| Dec 13 21:28:58.920 INFO remove file: "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a/lib/svc/manifest/system/intrd.xml"
84992024-12-13T21:29:00.941Z[ recovery-image] Dec 13 21:28:58.920 INFO O| Dec 13 21:28:58.920 INFO STEP 93 (remove_files) COMPLETE
85002024-12-13T21:29:00.941Z[ recovery-image] Dec 13 21:28:58.920 INFO O| Dec 13 21:28:58.920 INFO STEP 94: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
85012024-12-13T21:29:00.995Z[ recovery-image] Dec 13 21:28:58.977 INFO O| Dec 13 21:28:58.976 INFO remove file: "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a/lib/svc/manifest/network/chrony.xml"
85022024-12-13T21:29:00.995Z[ recovery-image] Dec 13 21:28:58.977 INFO O| Dec 13 21:28:58.977 INFO STEP 94 (remove_files) COMPLETE
85032024-12-13T21:29:00.998Z[ recovery-image] Dec 13 21:28:58.977 INFO O| Dec 13 21:28:58.977 INFO STEP 95: seed_smf, from: /work/oxidecomputer/helios/image/templates/gimlet/zfs-recovery.json
85042024-12-13T21:29:01.060Z[ recovery-image] Dec 13 21:28:59.041 INFO O| Dec 13 21:28:59.041 INFO file /rpool/images/build/recovery/tmp/gimlet/zfs-recovery/repo.db does not already exist, skipping removal
85052024-12-13T21:29:01.063Z[ recovery-image] Dec 13 21:28:59.041 INFO O| Dec 13 21:28:59.041 INFO exec: ["/usr/sbin/svccfg", "import", "-p", "/dev/stdout", "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a/lib/svc/manifest"], env: {"PKG_INSTALL_ROOT": "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a", "SVCCFG_DTD": "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a/usr/share/lib/xml/dtd/service_bundle.dtd.1", "SVCCFG_REPOSITORY": "/rpool/images/build/recovery/tmp/gimlet/zfs-recovery/repo.db", "SVCCFG_CHECKHASH": "1"}
85062024-12-13T21:29:16.346Z[ recovery-image] Dec 13 21:29:14.326 INFO O| Dec 13 21:29:14.325 INFO O| Loading smf(7) service descriptions: 1/672/673/674/675/676/677/678/679/6710/6711/6712/6713/6714/6715/6716/6717/6718/6719/6720/6721/6722/6723/6724/6725/6726/6727/6728/6729/6730/6731/6732/6733/6734/6735/6736/6737/6738/6739/6740/6741/6742/6743/6744/6745/6746/6747/6748/6749/6750/6751/6752/6753/6754/6755/6756/6757/6758/6759/6760/6761/6762/6763/6764/6765/6766/6767/67
85072024-12-13T21:29:16.346Z[ recovery-image] Dec 13 21:29:14.326 INFO O| Dec 13 21:29:14.326 INFO E| svccfg: Loaded 67 smf(7) service descriptions
85082024-12-13T21:29:16.367Z[ recovery-image] Dec 13 21:29:14.347 INFO O| Dec 13 21:29:14.347 INFO exec: ["/usr/sbin/svccfg", "apply", "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a/var/svc/profile/site.xml"], env: {"SVCCFG_DTD": "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a/usr/share/lib/xml/dtd/service_bundle.dtd.1", "SVCCFG_CHECKHASH": "1", "SVCCFG_REPOSITORY": "/rpool/images/build/recovery/tmp/gimlet/zfs-recovery/repo.db", "PKG_INSTALL_ROOT": "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a"}
85092024-12-13T21:29:16.499Z[ recovery-image] Dec 13 21:29:14.478 INFO O| Dec 13 21:29:14.478 INFO file /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/svc/repository.db does not exist
85102024-12-13T21:29:16.501Z[ recovery-image] Dec 13 21:29:14.478 INFO O| Dec 13 21:29:14.478 INFO copying /rpool/images/build/recovery/tmp/gimlet/zfs-recovery/repo.db -> /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/svc/repository.db ...
85112024-12-13T21:29:16.504Z[ recovery-image] Dec 13 21:29:14.481 INFO O| Dec 13 21:29:14.481 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/svc/repository.db
85122024-12-13T21:29:16.504Z[ recovery-image] Dec 13 21:29:14.481 INFO O| Dec 13 21:29:14.481 INFO ok!
85132024-12-13T21:29:16.504Z[ recovery-image] Dec 13 21:29:14.481 INFO O| Dec 13 21:29:14.481 INFO file /rpool/images/build/recovery/tmp/gimlet/zfs-recovery/repo.db exists (as File), removing
85142024-12-13T21:29:16.504Z[ recovery-image] Dec 13 21:29:14.481 INFO O| Dec 13 21:29:14.481 INFO STEP 95 (seed_smf) COMPLETE
85152024-12-13T21:29:16.504Z[ recovery-image] Dec 13 21:29:14.481 INFO O| Dec 13 21:29:14.481 INFO steps complete; finalising image!
85162024-12-13T21:29:16.504Z[ recovery-image] Dec 13 21:29:14.481 INFO O| Dec 13 21:29:14.481 INFO TRIM POOL: TEMPORARY-gimlet-zfs-recovery
85172024-12-13T21:29:16.670Z[ recovery-image] Dec 13 21:29:14.650 INFO O| Dec 13 21:29:14.650 INFO trim TEMPORARY-gimlet-zfs-recovery: (0% trimmed, started at Fri Dec 13 21:29:14 2024)
85182024-12-13T21:29:16.883Z[ recovery-image] Dec 13 21:29:14.862 INFO O| Dec 13 21:29:14.862 INFO trim TEMPORARY-gimlet-zfs-recovery: (12% trimmed, started at Fri Dec 13 21:29:14 2024)
85192024-12-13T21:29:17.113Z[ recovery-image] Dec 13 21:29:15.093 INFO O| Dec 13 21:29:15.093 INFO trim TEMPORARY-gimlet-zfs-recovery: (28% trimmed, started at Fri Dec 13 21:29:14 2024)
85202024-12-13T21:29:17.326Z[ recovery-image] Dec 13 21:29:15.305 INFO O| Dec 13 21:29:15.305 INFO trim TEMPORARY-gimlet-zfs-recovery: (41% trimmed, started at Fri Dec 13 21:29:14 2024)
85212024-12-13T21:29:17.537Z[ recovery-image] Dec 13 21:29:15.516 INFO O| Dec 13 21:29:15.516 INFO trim TEMPORARY-gimlet-zfs-recovery: (56% trimmed, started at Fri Dec 13 21:29:14 2024)
85222024-12-13T21:29:17.747Z[ recovery-image] Dec 13 21:29:15.726 INFO O| Dec 13 21:29:15.726 INFO trim TEMPORARY-gimlet-zfs-recovery: (64% trimmed, started at Fri Dec 13 21:29:14 2024)
85232024-12-13T21:29:17.959Z[ recovery-image] Dec 13 21:29:15.938 INFO O| Dec 13 21:29:15.938 INFO trim TEMPORARY-gimlet-zfs-recovery: (97% trimmed, started at Fri Dec 13 21:29:14 2024)
85242024-12-13T21:29:18.196Z[ recovery-image] Dec 13 21:29:16.175 INFO O| Dec 13 21:29:16.175 INFO temporary pool has 365M used, 1.39G avail, 1.00x compressratio
85252024-12-13T21:29:18.196Z[ recovery-image] Dec 13 21:29:16.175 INFO O| Dec 13 21:29:16.175 INFO EXPORT POOL: TEMPORARY-gimlet-zfs-recovery
85262024-12-13T21:29:18.944Z[ recovery-image] Dec 13 21:29:16.924 INFO O| Dec 13 21:29:16.924 INFO copying image /rpool/images/build/recovery/work/gimlet/zfs-recovery/lofi.raw to output file /rpool/images/build/recovery/output/gimlet-zfs-recovery.raw
85272024-12-13T21:29:18.945Z[ recovery-image] Dec 13 21:29:16.924 INFO O| Dec 13 21:29:16.924 INFO file /rpool/images/build/recovery/output/gimlet-zfs-recovery.raw does not already exist, skipping removal
85282024-12-13T21:29:24.321Z[ recovery-image] Dec 13 21:29:22.300 INFO O| Dec 13 21:29:22.300 INFO perms are 1600, should be 644, path: /rpool/images/build/recovery/output/gimlet-zfs-recovery.raw
85292024-12-13T21:29:24.321Z[ recovery-image] Dec 13 21:29:22.300 INFO O| Dec 13 21:29:22.300 INFO chmod ok, path: /rpool/images/build/recovery/output/gimlet-zfs-recovery.raw
85302024-12-13T21:29:24.324Z[ recovery-image] Dec 13 21:29:22.300 INFO O| Dec 13 21:29:22.300 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/output/gimlet-zfs-recovery.raw
85312024-12-13T21:29:24.324Z[ recovery-image] Dec 13 21:29:22.300 INFO O| Dec 13 21:29:22.300 INFO completed processing gimlet/zfs-recovery
85322024-12-13T21:29:24.324Z[ recovery-image] Dec 13 21:29:22.300 INFO O| Dec 13 21:29:22.300 INFO DESTROY DATASET: rpool/images/build/recovery/work/gimlet/zfs-recovery
85332024-12-13T21:29:25.090Z[ recovery-image] Dec 13 21:29:23.068 INFO O| Dec 13 21:29:23.066 INFO DESTROY DATASET: rpool/images/build/recovery/tmp/gimlet/zfs-recovery
85342024-12-13T21:29:25.200Z[ recovery-image] Dec 13 21:29:23.178 INFO BUILD STRING "heads/stlouis-0-g92ea22932b\n"
85352024-12-13T21:29:25.202Z[ recovery-image] Dec 13 21:29:23.179 INFO expanded image name: "recovery b650639/${os_short_commit} 2024-12-13 20:57" -> "recovery b650639/92ea229 2024-12-13 20:57"
85362024-12-13T21:29:25.202Z[ recovery-image] Dec 13 21:29:23.180 INFO output artefacts stored in: "/work/os-recovery"
85372024-12-13T21:29:25.202Z[ recovery-image] Dec 13 21:29:23.180 INFO collecting git info from project "pilot"...
85382024-12-13T21:29:25.242Z[ recovery-image] Dec 13 21:29:23.220 INFO collecting git info from project "pinprick"...
85392024-12-13T21:29:25.250Z[ recovery-image] Dec 13 21:29:23.229 INFO collecting git info from project "chelsio-t6-roms"...
85402024-12-13T21:29:25.284Z[ recovery-image] Dec 13 21:29:23.263 INFO collecting git info from project "amd-host-image-builder"...
85412024-12-13T21:29:26.539Z[ recovery-image] Dec 13 21:29:23.932 INFO collecting git info from project "image-builder"...
85422024-12-13T21:29:26.563Z[ recovery-image] Dec 13 21:29:23.955 INFO collecting git info from project "amd-firmware"...
85432024-12-13T21:29:26.567Z[ recovery-image] Dec 13 21:29:24.525 INFO collecting git info from project "phbl"...
85442024-12-13T21:29:26.567Z[ recovery-image] Dec 13 21:29:24.536 INFO collecting git info from project "bootserver"...
85452024-12-13T21:29:26.569Z[ recovery-image] Dec 13 21:29:24.546 INFO collecting packaging info "pkg-publishers.txt": ["publisher", "-F", "tsv"]...
85462024-12-13T21:29:27.371Z[ recovery-image] Dec 13 21:29:25.348 INFO collecting packaging info "pkg-list.txt": ["list", "-H", "-v"]...
85472024-12-13T21:29:28.096Z[ recovery-image] Dec 13 21:29:26.074 INFO creating Oxide boot image...
85482024-12-13T21:29:28.096Z[ recovery-image] Dec 13 21:29:26.074 INFO exec: ["/work/oxidecomputer/helios/projects/bootserver/target/release/mkimage", "-i", "/rpool/images/build/recovery/output/gimlet-zfs-recovery.raw", "-N", "recovery b650639/92ea229 2024-12-13 20:57", "-o", "/work/os-recovery/zfs.img", "-O", "/work/oxidecomputer/helios/tmp/image.recovery/boot_image_csum", "-s", "4096", "-z"], pwd: None
85492024-12-13T21:29:52.304Z[ host-image] Dec 13 21:29:50.280 INFO O| install = pkg://helios-dev/SUNWcs@0.5.11-2.0.23049:20241204T192600Z
85502024-12-13T21:29:52.304Z[ host-image] Dec 13 21:29:50.280 INFO O| install = pkg://helios-dev/SUNWcsd@0.5.11-2.0.23049:20241204T192600Z
85512024-12-13T21:29:52.307Z[ host-image] Dec 13 21:29:50.280 INFO O| install = pkg://helios-dev/compress/brotli@1.0.9-2.0:20230621T185813Z
85522024-12-13T21:29:52.307Z[ host-image] Dec 13 21:29:50.281 INFO O| install = pkg://helios-dev/compress/bzip2@1.0.8-2.0:20230621T185759Z
85532024-12-13T21:29:52.307Z[ host-image] Dec 13 21:29:50.281 INFO O| install = pkg://helios-dev/compress/gzip@1.12-2.0:20230621T185838Z
85542024-12-13T21:29:52.307Z[ host-image] Dec 13 21:29:50.281 INFO O| install = pkg://helios-dev/compress/lz4@1.9.4-2.0:20230621T185820Z
85552024-12-13T21:29:52.307Z[ host-image] Dec 13 21:29:50.282 INFO O| install = pkg://helios-dev/compress/xz@5.4.2-2.0:20230621T190107Z
85562024-12-13T21:29:52.307Z[ host-image] Dec 13 21:29:50.282 INFO O| install = pkg://helios-dev/compress/zstd@1.5.5-2.0:20230621T190025Z
85572024-12-13T21:29:52.307Z[ host-image] Dec 13 21:29:50.282 INFO O| install = pkg://helios-dev/consolidation/oxide/omicron1-brand-incorporation@1.0.22:20240315T231141Z
85582024-12-13T21:29:52.307Z[ host-image] Dec 13 21:29:50.282 INFO O| install = pkg://helios-dev/database/sqlite-3@3.41.2-2.0:20230621T190437Z
85592024-12-13T21:29:52.307Z[ host-image] Dec 13 21:29:50.282 INFO O| install = pkg://helios-dev/developer/acpi@0.5.11-2.0.23049:20241204T192601Z
85602024-12-13T21:29:52.310Z[ host-image] Dec 13 21:29:50.285 INFO O| install = pkg://helios-dev/developer/debug/mdb@0.5.11-2.0.23049:20241204T192601Z
85612024-12-13T21:29:52.312Z[ host-image] Dec 13 21:29:50.286 INFO O| install = pkg://helios-dev/developer/dtrace@0.5.11-2.0.23049:20241204T192601Z
85622024-12-13T21:29:52.312Z[ host-image] Dec 13 21:29:50.287 INFO O| install = pkg://helios-dev/developer/linker@0.5.11-2.0.23049:20241204T192602Z
85632024-12-13T21:29:52.312Z[ host-image] Dec 13 21:29:50.287 INFO O| install = pkg://helios-dev/developer/macro/cpp@20220808-2.0:20230621T191251Z
85642024-12-13T21:29:52.314Z[ host-image] Dec 13 21:29:50.288 INFO O| install = pkg://helios-dev/developer/object-file@0.5.11-2.0.23049:20241204T192602Z
85652024-12-13T21:29:52.314Z[ host-image] Dec 13 21:29:50.289 INFO O| install = pkg://helios-dev/diagnostic/cpu-counters@0.5.11-2.0.23049:20241204T192602Z
85662024-12-13T21:29:52.314Z[ host-image] Dec 13 21:29:50.289 INFO O| install = pkg://helios-dev/diagnostic/diskinfo@0.5.11-2.0.23049:20241204T192602Z
85672024-12-13T21:29:52.314Z[ host-image] Dec 13 21:29:50.289 INFO O| install = pkg://helios-dev/diagnostic/pci@0.5.11-2.0.23049:20241204T192602Z
85682024-12-13T21:29:52.314Z[ host-image] Dec 13 21:29:50.289 INFO O| install = pkg://helios-dev/driver/audio@0.5.11-2.0.23049:20241204T192603Z
85692024-12-13T21:29:52.314Z[ host-image] Dec 13 21:29:50.290 INFO O| install = pkg://helios-dev/driver/cpu/amd/zen@0.5.11-2.0.23049:20241204T192603Z
85702024-12-13T21:29:52.314Z[ host-image] Dec 13 21:29:50.290 INFO O| install = pkg://helios-dev/driver/cpu/sensor@0.5.11-2.0.23049:20241204T192603Z
85712024-12-13T21:29:52.314Z[ host-image] Dec 13 21:29:50.290 INFO O| install = pkg://helios-dev/driver/gpio/amd/zen@0.5.11-2.0.23049:20241204T192604Z
85722024-12-13T21:29:52.317Z[ host-image] Dec 13 21:29:50.290 INFO O| install = pkg://helios-dev/driver/ktest@0.5.11-2.0.23049:20241204T192604Z
85732024-12-13T21:29:52.317Z[ host-image] Dec 13 21:29:50.290 INFO O| install = pkg://helios-dev/driver/misc/tofino@0.5.11-2.0.23049:20241204T192604Z
85742024-12-13T21:29:52.317Z[ host-image] Dec 13 21:29:50.291 INFO O| install = pkg://helios-dev/driver/network/cxgbe@0.5.11-2.0.23049:20241204T192606Z
85752024-12-13T21:29:52.317Z[ host-image] Dec 13 21:29:50.291 INFO O| install = pkg://helios-dev/driver/network/e1000g@0.5.11-2.0.23049:20241204T192606Z
85762024-12-13T21:29:52.317Z[ host-image] Dec 13 21:29:50.291 INFO O| install = pkg://helios-dev/driver/network/igb@0.5.11-2.0.23049:20241204T192607Z
85772024-12-13T21:29:52.317Z[ host-image] Dec 13 21:29:50.291 INFO O| install = pkg://helios-dev/driver/network/ixgbe@0.5.11-2.0.23049:20241204T192608Z
85782024-12-13T21:29:52.317Z[ host-image] Dec 13 21:29:50.291 INFO O| install = pkg://helios-dev/driver/network/opte@0.34.311:20241203T104954Z
85792024-12-13T21:29:52.317Z[ host-image] Dec 13 21:29:50.291 INFO O| install = pkg://helios-dev/driver/network/rge@0.5.11-2.0.23049:20241204T192609Z
85802024-12-13T21:29:52.317Z[ host-image] Dec 13 21:29:50.291 INFO O| install = pkg://helios-dev/driver/serial/usbser@0.5.11-2.0.23049:20241204T192611Z
85812024-12-13T21:29:52.317Z[ host-image] Dec 13 21:29:50.292 INFO O| install = pkg://helios-dev/driver/storage/blkdev@0.5.11-2.0.23049:20241204T192612Z
85822024-12-13T21:29:52.317Z[ host-image] Dec 13 21:29:50.292 INFO O| install = pkg://helios-dev/driver/storage/nvme@0.5.11-2.0.23049:20241204T192613Z
85832024-12-13T21:29:52.320Z[ host-image] Dec 13 21:29:50.293 INFO O| install = pkg://helios-dev/driver/usb@0.5.11-2.0.23049:20241204T192614Z
85842024-12-13T21:29:52.320Z[ host-image] Dec 13 21:29:50.293 INFO O| install = pkg://helios-dev/driver/x11/xsvc@0.5.11-2.0.23049:20241204T192614Z
85852024-12-13T21:29:52.331Z[ host-image] Dec 13 21:29:50.306 INFO O| install = pkg://helios-dev/editor/vim@9.0.1443-2.0:20230621T192540Z
85862024-12-13T21:29:52.334Z[ host-image] Dec 13 21:29:50.306 INFO O| install = pkg://helios-dev/install/beadm@0.5.11-2.0.23049:20241204T192614Z
85872024-12-13T21:29:52.334Z[ host-image] Dec 13 21:29:50.306 INFO O| install = pkg://helios-dev/library/expat@2.6.4-2.0:20241120T163225Z
85882024-12-13T21:29:52.334Z[ host-image] Dec 13 21:29:50.307 INFO O| install = pkg://helios-dev/library/libedit@3.1-2.0:20230621T193242Z
85892024-12-13T21:29:52.334Z[ host-image] Dec 13 21:29:50.308 INFO O| install = pkg://helios-dev/library/libidn@1.41-2.0:20230621T193402Z
85902024-12-13T21:29:52.334Z[ host-image] Dec 13 21:29:50.308 INFO O| install = pkg://helios-dev/library/libtecla@1.6.0-2.0.23049:20241204T192615Z
85912024-12-13T21:29:52.334Z[ host-image] Dec 13 21:29:50.308 INFO O| install = pkg://helios-dev/library/libtool/libltdl@2.4.6-2.0:20230621T190218Z
85922024-12-13T21:29:52.334Z[ host-image] Dec 13 21:29:50.309 INFO O| install = pkg://helios-dev/library/libxml2@2.11.7-2.0:20240215T135051Z
85932024-12-13T21:29:52.336Z[ host-image] Dec 13 21:29:50.310 INFO O| install = pkg://helios-dev/library/libxmlsec1@1.2.35-2.0:20230624T123441Z
85942024-12-13T21:29:52.336Z[ host-image] Dec 13 21:29:50.310 INFO O| install = pkg://helios-dev/library/libxslt@1.1.30-2.0:20230621T193447Z
85952024-12-13T21:29:52.367Z[ host-image] Dec 13 21:29:50.342 INFO O| install = pkg://helios-dev/library/ncurses@6.4.20240309-2.0:20240523T185257Z
85962024-12-13T21:29:52.367Z[ host-image] Dec 13 21:29:50.343 INFO O| install = pkg://helios-dev/library/nghttp2@1.52.0-2.0:20230621T193608Z
85972024-12-13T21:29:52.369Z[ host-image] Dec 13 21:29:50.343 INFO O| install = pkg://helios-dev/library/nspr@4.35-2.0:20230621T193601Z
85982024-12-13T21:29:52.369Z[ host-image] Dec 13 21:29:50.344 INFO O| install = pkg://helios-dev/library/pcre@8.45-2.0:20230621T193733Z
85992024-12-13T21:29:52.369Z[ host-image] Dec 13 21:29:50.345 INFO O| install = pkg://helios-dev/library/pcre2@10.42-2.0:20230621T193725Z
86002024-12-13T21:29:52.369Z[ host-image] Dec 13 21:29:50.345 INFO O| install = pkg://helios-dev/library/readline@8.2-2.1:20240418T211117Z
86012024-12-13T21:29:52.446Z[ host-image] Dec 13 21:29:50.421 INFO O| install = pkg://helios-dev/library/security/openssl-3@3.0.15-2.0:20240903T190137Z
86022024-12-13T21:29:52.449Z[ host-image] Dec 13 21:29:50.422 INFO O| install = pkg://helios-dev/library/security/trousers@0.3.15-2.0:20230621T194405Z
86032024-12-13T21:29:52.449Z[ host-image] Dec 13 21:29:50.422 INFO O| install = pkg://helios-dev/library/zlib@1.2.13-2.0:20230621T194146Z
86042024-12-13T21:29:52.450Z[ host-image] Dec 13 21:29:50.423 INFO O| install = pkg://helios-dev/locale/en@0.5.11-2.0.23049:20241204T192616Z
86052024-12-13T21:29:52.450Z[ host-image] Dec 13 21:29:50.423 INFO O| install = pkg://helios-dev/network/bridging@0.5.11-2.0.23049:20241204T192622Z
86062024-12-13T21:29:52.450Z[ host-image] Dec 13 21:29:50.423 INFO O| install = pkg://helios-dev/network/dns/bind@9.18.14-2.0:20230621T194546Z
86072024-12-13T21:29:52.450Z[ host-image] Dec 13 21:29:50.424 INFO O| install = pkg://helios-dev/network/netcat@0.5.11-2.0.23049:20241204T192623Z
86082024-12-13T21:29:52.450Z[ host-image] Dec 13 21:29:50.424 INFO O| install = pkg://helios-dev/network/openssh@9.6.1-2.1:20240701T171301Z
86092024-12-13T21:29:52.450Z[ host-image] Dec 13 21:29:50.424 INFO O| install = pkg://helios-dev/network/openssh-server@9.6.1-2.1:20240701T171311Z
86102024-12-13T21:29:52.450Z[ host-image] Dec 13 21:29:50.424 INFO O| install = pkg://helios-dev/network/rsync@3.2.7-2.1:20240627T120527Z
86112024-12-13T21:29:52.450Z[ host-image] Dec 13 21:29:50.424 INFO O| install = pkg://helios-dev/network/snoop@0.5.11-2.0.23049:20241204T192623Z
86122024-12-13T21:29:52.450Z[ host-image] Dec 13 21:29:50.424 INFO O| install = pkg://helios-dev/ooce/library/onig@6.9.8-2.0:20230623T150226Z
86132024-12-13T21:29:52.456Z[ host-image] Dec 13 21:29:50.432 INFO O| install = pkg://helios-dev/ooce/library/postgresql-13@13.11-2.0:20230623T123131Z
86142024-12-13T21:29:52.456Z[ host-image] Dec 13 21:29:50.432 INFO O| install = pkg://helios-dev/ooce/util/jq@1.6-2.0:20230623T172253Z
86152024-12-13T21:29:52.458Z[ host-image] Dec 13 21:29:50.432 INFO O| install = pkg://helios-dev/oxide/platform-identity-cacerts@1.0-2.0:20240719T230730Z
86162024-12-13T21:29:52.458Z[ host-image] Dec 13 21:29:50.433 INFO O| install = pkg://helios-dev/package/svr4@0.5.11-2.0.23049:20241204T192623Z
86172024-12-13T21:29:52.458Z[ host-image] Dec 13 21:29:50.433 INFO O| install = pkg://helios-dev/release/name@0.5.11-2.0:20230621T194601Z
86182024-12-13T21:29:52.480Z[ host-image] Dec 13 21:29:50.455 INFO O| install = pkg://helios-dev/runtime/perl@5.36.1-2.0:20230621T195846Z
86192024-12-13T21:29:52.482Z[ host-image] Dec 13 21:29:50.456 INFO O| install = pkg://helios-dev/runtime/perl/module/sun-solaris@0.5.11-2.0.23049:20241204T192624Z
86202024-12-13T21:29:52.485Z[ host-image] Dec 13 21:29:50.459 INFO O| install = pkg://helios-dev/service/fault-management@0.5.11-2.0.23049:20241204T192624Z
86212024-12-13T21:29:52.485Z[ host-image] Dec 13 21:29:50.460 INFO O| install = pkg://helios-dev/service/file-system/smb@0.5.11-2.0.23049:20241204T192624Z
86222024-12-13T21:29:52.485Z[ host-image] Dec 13 21:29:50.460 INFO O| install = pkg://helios-dev/service/network/chrony@4.5-2.0:20240418T211951Z
86232024-12-13T21:29:52.487Z[ host-image] Dec 13 21:29:50.461 INFO O| install = pkg://helios-dev/service/picl@0.5.11-2.0.23049:20241204T192625Z
86242024-12-13T21:29:52.487Z[ host-image] Dec 13 21:29:50.462 INFO O| install = pkg://helios-dev/service/resource-pools@0.5.11-2.0.23049:20241204T192625Z
86252024-12-13T21:29:52.487Z[ host-image] Dec 13 21:29:50.462 INFO O| install = pkg://helios-dev/service/security/gss@0.5.11-2.0.23049:20241204T192626Z
86262024-12-13T21:29:52.487Z[ host-image] Dec 13 21:29:50.462 INFO O| install = pkg://helios-dev/service/security/kerberos-5@0.5.11-2.0.23049:20241204T192626Z
86272024-12-13T21:29:52.492Z[ host-image] Dec 13 21:29:50.468 INFO O| install = pkg://helios-dev/shell/bash@5.2.15-2.0:20230621T200617Z
86282024-12-13T21:29:52.495Z[ host-image] Dec 13 21:29:50.469 INFO O| install = pkg://helios-dev/shell/ksh93@93.21.1.20120801-2.0.23049:20241204T192626Z
86292024-12-13T21:29:52.495Z[ host-image] Dec 13 21:29:50.470 INFO O| install = pkg://helios-dev/system/bhyve@0.5.11-2.0.23049:20241204T192627Z
86302024-12-13T21:29:52.495Z[ host-image] Dec 13 21:29:50.470 INFO O| install = pkg://helios-dev/system/bhyve/firmware@20230201-2.0:20230621T201619Z
86312024-12-13T21:29:52.495Z[ host-image] Dec 13 21:29:50.470 INFO O| install = pkg://helios-dev/system/boot/loader@1.1-2.0.23049:20241204T192627Z
86322024-12-13T21:29:52.497Z[ host-image] Dec 13 21:29:50.471 INFO O| install = pkg://helios-dev/system/data/console/fonts@0.5.11-2.0.23049:20241204T192628Z
86332024-12-13T21:29:52.497Z[ host-image] Dec 13 21:29:50.471 INFO O| install = pkg://helios-dev/system/data/hardware-registry@2024.10.24-2.0.23049:20241204T192628Z
86342024-12-13T21:29:52.497Z[ host-image] Dec 13 21:29:50.471 INFO O| install = pkg://helios-dev/system/data/keyboard/keytables@0.5.11-2.0.23049:20241204T192628Z
86352024-12-13T21:29:52.509Z[ host-image] Dec 13 21:29:50.484 INFO O| install = pkg://helios-dev/system/data/terminfo@0.5.11-2.0.23049:20241204T192628Z
86362024-12-13T21:29:52.509Z[ host-image] Dec 13 21:29:50.484 INFO O| install = pkg://helios-dev/system/data/urxvt-terminfo@9.31-2.0:20230621T200815Z
86372024-12-13T21:29:52.512Z[ host-image] Dec 13 21:29:50.487 INFO O| install = pkg://helios-dev/system/data/zoneinfo@2024.1-2.0.23049:20241204T192628Z
86382024-12-13T21:29:52.515Z[ host-image] Dec 13 21:29:50.490 INFO O| install = pkg://helios-dev/system/extended-system-utilities@0.5.11-2.0.23049:20241204T192628Z
86392024-12-13T21:29:52.515Z[ host-image] Dec 13 21:29:50.490 INFO O| install = pkg://helios-dev/system/ficl@4.1.0-2.0.23049:20241204T192628Z
86402024-12-13T21:29:52.515Z[ host-image] Dec 13 21:29:50.490 INFO O| install = pkg://helios-dev/system/file-system/smb@0.5.11-2.0.23049:20241204T192629Z
86412024-12-13T21:29:52.518Z[ host-image] Dec 13 21:29:50.491 INFO O| install = pkg://helios-dev/system/file-system/zfs@0.5.11-2.0.23049:20241204T192629Z
86422024-12-13T21:29:52.518Z[ host-image] Dec 13 21:29:50.491 INFO O| install = pkg://helios-dev/system/gpio@0.5.11-2.0.23049:20241204T192629Z
86432024-12-13T21:29:52.547Z[ host-image] Dec 13 21:29:50.522 INFO O| install = pkg://helios-dev/system/kernel@0.5.11-2.0.23049:20241204T192631Z
86442024-12-13T21:29:52.547Z[ host-image] Dec 13 21:29:50.522 INFO O| install = pkg://helios-dev/system/kernel/cpu-counters@0.5.11-2.0.23049:20241204T192630Z
86452024-12-13T21:29:52.554Z[ host-image] Dec 13 21:29:50.523 INFO O| install = pkg://helios-dev/system/kernel/dtrace/providers@0.5.11-2.0.23049:20241204T192630Z
86462024-12-13T21:29:52.554Z[ host-image] Dec 13 21:29:50.525 INFO O| install = pkg://helios-dev/system/kernel/platform@0.5.11-2.0.23049:20241204T192630Z
86472024-12-13T21:29:52.554Z[ host-image] Dec 13 21:29:50.525 INFO O| install = pkg://helios-dev/system/ksensor@0.5.11-2.0.23049:20241204T192631Z
86482024-12-13T21:29:52.582Z[ host-image] Dec 13 21:29:50.558 INFO O| install = pkg://helios-dev/system/library@0.5.11-2.0.23049:20241204T192633Z
86492024-12-13T21:29:52.582Z[ host-image] Dec 13 21:29:50.558 INFO O| install = pkg://helios-dev/system/library/bhyve@0.5.11-2.0.23049:20241204T192631Z
86502024-12-13T21:29:52.586Z[ host-image] Dec 13 21:29:50.558 INFO O| install = pkg://helios-dev/system/library/demangle@0.5.11-2.0.23049:20241204T192631Z
86512024-12-13T21:29:52.586Z[ host-image] Dec 13 21:29:50.559 INFO O| install = pkg://helios-dev/system/library/g++-runtime@14-2.0:20241021T223805Z
86522024-12-13T21:29:52.586Z[ host-image] Dec 13 21:29:50.559 INFO O| install = pkg://helios-dev/system/library/gcc-runtime@14-2.0:20241021T223750Z
86532024-12-13T21:29:52.626Z[ host-image] Dec 13 21:29:50.602 INFO O| install = pkg://helios-dev/system/library/iconv/utf-8@0.5.11-2.0.23049:20241204T192631Z
86542024-12-13T21:29:52.639Z[ host-image] Dec 13 21:29:50.615 INFO O| install = pkg://helios-dev/system/library/libdbus@1.14.6-2.0:20230621T201340Z
86552024-12-13T21:29:52.639Z[ host-image] Dec 13 21:29:50.615 INFO O| install = pkg://helios-dev/system/library/libdiskmgt@0.5.11-2.0.23049:20241204T192631Z
86562024-12-13T21:29:52.642Z[ host-image] Dec 13 21:29:50.615 INFO O| install = pkg://helios-dev/system/library/libispi@0.5.11-2.0.23049:20241204T192631Z
86572024-12-13T21:29:52.642Z[ host-image] Dec 13 21:29:50.617 INFO O| install = pkg://helios-dev/system/library/math@0.5.11-2.0.23049:20241204T192632Z
86582024-12-13T21:29:52.642Z[ host-image] Dec 13 21:29:50.618 INFO O| install = pkg://helios-dev/system/library/mozilla-nss@3.89-2.0:20230621T201725Z
86592024-12-13T21:29:52.645Z[ host-image] Dec 13 21:29:50.619 INFO O| install = pkg://helios-dev/system/library/pcap@1.10.3-2.0:20230621T201732Z
86602024-12-13T21:29:52.645Z[ host-image] Dec 13 21:29:50.619 INFO O| install = pkg://helios-dev/system/library/security/gss@0.5.11-2.0.23049:20241204T192633Z
86612024-12-13T21:29:52.645Z[ host-image] Dec 13 21:29:50.620 INFO O| install = pkg://helios-dev/system/library/security/gss/diffie-hellman@0.5.11-2.0.23049:20241204T192632Z
86622024-12-13T21:29:52.645Z[ host-image] Dec 13 21:29:50.620 INFO O| install = pkg://helios-dev/system/library/security/gss/spnego@0.5.11-2.0.23049:20241204T192633Z
86632024-12-13T21:29:52.649Z[ host-image] Dec 13 21:29:50.621 INFO O| install = pkg://helios-dev/system/library/security/libsasl@0.5.11-2.0.23049:20241204T192633Z
86642024-12-13T21:29:52.649Z[ host-image] Dec 13 21:29:50.621 INFO O| install = pkg://helios-dev/system/library/storage/scsi-plugins@0.5.11-2.0.23049:20241204T192633Z
86652024-12-13T21:29:52.649Z[ host-image] Dec 13 21:29:50.621 INFO O| install = pkg://helios-dev/system/man@0.5.11-2.0.23049:20241204T192633Z
86662024-12-13T21:29:52.651Z[ host-image] Dec 13 21:29:50.626 INFO O| install = pkg://helios-dev/system/management/snmp/net-snmp@5.9.3-2.0:20230621T192215Z
86672024-12-13T21:29:52.651Z[ host-image] Dec 13 21:29:50.626 INFO O| install = pkg://helios-dev/system/microcode/amd@20240710-2.0.23049:20241204T192634Z
86682024-12-13T21:29:52.654Z[ host-image] Dec 13 21:29:50.629 INFO O| install = pkg://helios-dev/system/microcode/intel@20240910-2.0.23049:20241204T192634Z
86692024-12-13T21:29:52.654Z[ host-image] Dec 13 21:29:50.629 INFO O| install = pkg://helios-dev/system/microcode/oxide@20240710-2.0.23049:20241204T192634Z
86702024-12-13T21:29:52.657Z[ host-image] Dec 13 21:29:50.630 INFO O| install = pkg://helios-dev/system/network@0.5.11-2.0.23049:20241204T192635Z
86712024-12-13T21:29:52.657Z[ host-image] Dec 13 21:29:50.630 INFO O| install = pkg://helios-dev/system/network/overlay@0.5.11-2.0.23049:20241204T192635Z
86722024-12-13T21:29:52.657Z[ host-image] Dec 13 21:29:50.631 INFO O| install = pkg://helios-dev/system/network/routing@0.5.11-2.0.23049:20241204T192635Z
86732024-12-13T21:29:52.657Z[ host-image] Dec 13 21:29:50.631 INFO O| install = pkg://helios-dev/system/prerequisite/gnu@0.5.11-2.0:20230621T201805Z
86742024-12-13T21:29:52.657Z[ host-image] Dec 13 21:29:50.631 INFO O| install = pkg://helios-dev/system/watch@3.3.16-2.0:20230621T201923Z
86752024-12-13T21:29:52.657Z[ host-image] Dec 13 21:29:50.632 INFO O| install = pkg://helios-dev/system/xopen/xcu4@0.5.11-2.0.23049:20241204T192637Z
86762024-12-13T21:29:52.657Z[ host-image] Dec 13 21:29:50.632 INFO O| install = pkg://helios-dev/system/zones@0.5.11-2.0.23049:20241204T192637Z
86772024-12-13T21:29:52.657Z[ host-image] Dec 13 21:29:50.632 INFO O| install = pkg://helios-dev/system/zones/brand/omicron1@1.0.22:20240315T231124Z
86782024-12-13T21:29:52.657Z[ host-image] Dec 13 21:29:50.632 INFO O| install = pkg://helios-dev/terminal/resize@352-2.0:20230621T201859Z
86792024-12-13T21:29:52.657Z[ host-image] Dec 13 21:29:50.633 INFO O| install = pkg://helios-dev/text/column@0.0.0.20181004-2.0:20230925T235046Z
86802024-12-13T21:29:52.659Z[ host-image] Dec 13 21:29:50.633 INFO O| install = pkg://helios-dev/text/less@608-2.0:20230621T202237Z
86812024-12-13T21:29:52.659Z[ host-image] Dec 13 21:29:50.633 INFO O| install = pkg://helios-dev/text/looker@0.1.0.12-2.0:20230624T124603Z
86822024-12-13T21:29:52.659Z[ host-image] Dec 13 21:29:50.634 INFO O| install = pkg://helios-dev/web/ca-bundle@5.11-2.0:20230621T202542Z
86832024-12-13T21:29:52.662Z[ host-image] Dec 13 21:29:50.636 INFO O| install = pkg://helios-dev/web/curl@8.11.1-2.0:20241211T083907Z
86842024-12-13T21:29:52.662Z[ host-image] Dec 13 21:29:50.637 INFO O| tempdir @ "/tmp/.tmpd3NcL1/tmp"
86852024-12-13T21:29:52.662Z[ host-image] Dec 13 21:29:50.637 INFO O| image root @ "/tmp/.tmpd3NcL1/tmp/root"
86862024-12-13T21:29:52.662Z[ host-image] Dec 13 21:29:50.637 INFO O| creating image...
86872024-12-13T21:29:53.806Z[ host-image] Dec 13 21:29:51.781 INFO O| copying publishers...
86882024-12-13T21:30:09.153Z[ host-image] Dec 13 21:30:07.126 INFO O| adding properties...
86892024-12-13T21:30:10.385Z[ host-image] Dec 13 21:30:08.359 INFO O| installing packages...
86902024-12-13T21:30:26.612Z[ recovery-image] Dec 13 21:30:24.584 INFO O| ok, image written!
86912024-12-13T21:30:26.613Z[ recovery-image] Dec 13 21:30:24.584 INFO O| ok, boot_image_csum file written!
86922024-12-13T21:30:26.619Z[ recovery-image] Dec 13 21:30:24.591 INFO creating boot archive (CPIO)...
86932024-12-13T21:30:26.620Z[ recovery-image] Dec 13 21:30:24.591 INFO exec: ["bash", "/work/oxidecomputer/helios/image/mkcpio.sh", "/rpool/images/build/recovery/work/gimlet/ramdisk", "/work/os-recovery/cpio", "/work/oxidecomputer/helios/tmp/image.recovery"], pwd: None
86942024-12-13T21:30:26.631Z[ recovery-image] Dec 13 21:30:24.603 INFO E| + root=/rpool/images/build/recovery/work/gimlet/ramdisk
86952024-12-13T21:30:26.631Z[ recovery-image] Dec 13 21:30:24.603 INFO E| + outfile=/work/os-recovery/cpio
86962024-12-13T21:30:26.634Z[ recovery-image] Dec 13 21:30:24.603 INFO E| + tmpdir=/work/oxidecomputer/helios/tmp/image.recovery
86972024-12-13T21:30:26.634Z[ recovery-image] Dec 13 21:30:24.605 INFO E| + cd /rpool/images/build/recovery/work/gimlet/ramdisk
86982024-12-13T21:30:26.634Z[ recovery-image] Dec 13 21:30:24.605 INFO E| + cpio -qo -H odc -O /work/os-recovery/cpio
86992024-12-13T21:30:26.681Z[ recovery-image] Dec 13 21:30:24.653 INFO E| + cd /work/oxidecomputer/helios/tmp/image.recovery
87002024-12-13T21:30:26.683Z[ recovery-image] Dec 13 21:30:24.653 INFO E| + cpio -qo -H odc -AO /work/os-recovery/cpio
87012024-12-13T21:30:26.691Z[ recovery-image] Dec 13 21:30:24.663 INFO creating compressed cpio/unix for nanobl-rs...
87022024-12-13T21:30:26.691Z[ recovery-image] Dec 13 21:30:24.663 INFO exec: ["bash", "-c", "\'/work/oxidecomputer/helios/projects/pinprick/target/release/pinprick\' \'/rpool/images/build/recovery/work/gimlet/ramdisk/platform/oxide/kernel/amd64/unix\' >\'/work/os-recovery/unix.z\'"], pwd: None
87032024-12-13T21:30:27.028Z[ recovery-image] Dec 13 21:30:25.000 INFO exec: ["bash", "-c", "\'/work/oxidecomputer/helios/projects/pinprick/target/release/pinprick\' \'/work/os-recovery/cpio\' >\'/work/os-recovery/cpio.z\'"], pwd: None
87042024-12-13T21:30:32.425Z[ recovery-image] Dec 13 21:30:30.396 INFO creating reset image...
87052024-12-13T21:30:32.427Z[ recovery-image] Dec 13 21:30:30.396 INFO exec: ["cargo", "xtask", "build", "--release", "--cpioz", "/work/os-recovery/cpio.z"], pwd: Some("/work/oxidecomputer/helios/projects/phbl")
87062024-12-13T21:30:32.927Z[ recovery-image] Dec 13 21:30:30.898 INFO E| Updating crates.io index
87072024-12-13T21:30:33.118Z[ recovery-image] Dec 13 21:30:31.089 INFO E| Downloading crates ...
87082024-12-13T21:30:33.230Z[ recovery-image] Dec 13 21:30:31.201 INFO E| Downloaded clap_derive v4.5.13
87092024-12-13T21:30:33.239Z[ recovery-image] Dec 13 21:30:31.210 INFO E| Downloaded clap v4.5.17
87102024-12-13T21:30:33.254Z[ recovery-image] Dec 13 21:30:31.225 INFO E| Downloaded shared_child v1.0.1
87112024-12-13T21:30:33.256Z[ recovery-image] Dec 13 21:30:31.227 INFO E| Downloaded os_pipe v1.2.1
87122024-12-13T21:30:33.259Z[ recovery-image] Dec 13 21:30:31.229 INFO E| Downloaded duct v0.13.7
87132024-12-13T21:30:33.275Z[ recovery-image] Dec 13 21:30:31.245 INFO E| Downloaded clap_builder v4.5.17
87142024-12-13T21:30:33.291Z[ recovery-image] Dec 13 21:30:31.256 INFO E| Downloaded syn v2.0.77
87152024-12-13T21:30:33.331Z[ recovery-image] Dec 13 21:30:31.302 INFO E| Downloaded libc v0.2.158
87162024-12-13T21:30:33.482Z[ recovery-image] Dec 13 21:30:31.453 INFO E| Compiling proc-macro2 v1.0.86
87172024-12-13T21:30:33.529Z[ recovery-image] Dec 13 21:30:31.500 INFO E| Compiling unicode-ident v1.0.13
87182024-12-13T21:30:33.529Z[ recovery-image] Dec 13 21:30:31.500 INFO E| Compiling libc v0.2.158
87192024-12-13T21:30:33.529Z[ recovery-image] Dec 13 21:30:31.500 INFO E| Compiling utf8parse v0.2.2
87202024-12-13T21:30:33.531Z[ recovery-image] Dec 13 21:30:31.500 INFO E| Compiling anstyle-query v1.1.1
87212024-12-13T21:30:33.531Z[ recovery-image] Dec 13 21:30:31.500 INFO E| Compiling colorchoice v1.0.2
87222024-12-13T21:30:33.531Z[ recovery-image] Dec 13 21:30:31.500 INFO E| Compiling is_terminal_polyfill v1.70.1
87232024-12-13T21:30:33.531Z[ recovery-image] Dec 13 21:30:31.500 INFO E| Compiling anstyle v1.0.8
87242024-12-13T21:30:33.973Z[ recovery-image] Dec 13 21:30:31.944 INFO E| Compiling anstyle-parse v0.2.5
87252024-12-13T21:30:34.202Z[ recovery-image] Dec 13 21:30:32.173 INFO E| Compiling clap_lex v0.7.2
87262024-12-13T21:30:34.210Z[ recovery-image] Dec 13 21:30:32.181 INFO E| Compiling strsim v0.11.1
87272024-12-13T21:30:34.494Z[ recovery-image] Dec 13 21:30:32.465 INFO E| Compiling heck v0.5.0
87282024-12-13T21:30:34.625Z[ recovery-image] Dec 13 21:30:32.595 INFO E| Compiling once_cell v1.19.0
87292024-12-13T21:30:34.720Z[ recovery-image] Dec 13 21:30:32.691 INFO E| Compiling anstream v0.6.15
87302024-12-13T21:30:35.439Z[ recovery-image] Dec 13 21:30:33.410 INFO E| Compiling clap_builder v4.5.17
87312024-12-13T21:30:35.793Z[ recovery-image] Dec 13 21:30:33.763 INFO E| Compiling os_pipe v1.2.1
87322024-12-13T21:30:35.796Z[ recovery-image] Dec 13 21:30:33.764 INFO E| Compiling shared_child v1.0.1
87332024-12-13T21:30:36.064Z[ recovery-image] Dec 13 21:30:34.035 INFO E| Compiling duct v0.13.7
87342024-12-13T21:30:36.124Z[ recovery-image] Dec 13 21:30:34.095 INFO E| Compiling quote v1.0.37
87352024-12-13T21:30:36.645Z[ recovery-image] Dec 13 21:30:34.615 INFO E| Compiling syn v2.0.77
87362024-12-13T21:30:44.514Z[ recovery-image] Dec 13 21:30:42.483 INFO E| Compiling clap_derive v4.5.13
87372024-12-13T21:30:47.895Z[ host-image] Dec 13 21:30:45.864 INFO O| seeding SMF database...
87382024-12-13T21:30:49.482Z[ recovery-image] Dec 13 21:30:47.432 INFO E| Compiling clap v4.5.17
87392024-12-13T21:30:49.555Z[ recovery-image] Dec 13 21:30:47.518 INFO E| Compiling xtask v0.1.0 (/work/oxidecomputer/helios/projects/phbl/xtask)
87402024-12-13T21:30:51.737Z[ recovery-image] Dec 13 21:30:49.705 INFO E| Finished `dev` profile [unoptimized + debuginfo] target(s) in 19.14s
87412024-12-13T21:30:51.751Z[ recovery-image] Dec 13 21:30:49.720 INFO E| Running `xtask/target/debug/xtask build --release --cpioz /work/os-recovery/cpio.z`
87422024-12-13T21:30:52.002Z[ recovery-image] Dec 13 21:30:49.970 INFO E| Updating crates.io index
87432024-12-13T21:30:52.180Z[ recovery-image] Dec 13 21:30:50.149 INFO E| Downloading crates ...
87442024-12-13T21:30:52.247Z[ recovery-image] Dec 13 21:30:50.216 INFO E| Downloaded bitstruct_derive v0.1.0
87452024-12-13T21:30:52.249Z[ recovery-image] Dec 13 21:30:50.217 INFO E| Downloaded bitstruct v0.1.1
87462024-12-13T21:30:52.256Z[ recovery-image] Dec 13 21:30:50.224 INFO E| Downloaded raw-cpuid v10.7.0
87472024-12-13T21:30:52.260Z[ recovery-image] Dec 13 21:30:50.229 INFO E| Downloaded cpio_reader v0.1.1
87482024-12-13T21:30:52.269Z[ recovery-image] Dec 13 21:30:50.238 INFO E| Downloaded seq-macro v0.3.5
87492024-12-13T21:30:52.272Z[ recovery-image] Dec 13 21:30:50.240 INFO E| Downloaded bit_field v0.10.2
87502024-12-13T21:30:52.284Z[ recovery-image] Dec 13 21:30:50.251 INFO E| Downloaded syn v2.0.85
87512024-12-13T21:30:52.449Z[ recovery-image] Dec 13 21:30:50.418 INFO E| Downloaded x86 v0.52.0
87522024-12-13T21:30:52.527Z[ recovery-image] Dec 13 21:30:50.496 INFO E| Updating crates.io index
87532024-12-13T21:30:52.721Z[ recovery-image] Dec 13 21:30:50.688 INFO E| Downloading crates ...
87542024-12-13T21:30:52.889Z[ recovery-image] Dec 13 21:30:50.857 INFO E| Downloaded hashbrown v0.15.0
87552024-12-13T21:30:52.929Z[ recovery-image] Dec 13 21:30:50.898 INFO E| Downloaded compiler_builtins v0.1.134
87562024-12-13T21:30:53.022Z[ recovery-image] Dec 13 21:30:50.990 INFO E| Compiling compiler_builtins v0.1.134
87572024-12-13T21:30:53.027Z[ recovery-image] Dec 13 21:30:50.991 INFO E| Compiling core v0.0.0 (/home/build/.rustup/toolchains/nightly-2024-10-27-x86_64-unknown-illumos/lib/rustlib/src/rust/library/core)
87582024-12-13T21:30:53.027Z[ recovery-image] Dec 13 21:30:50.991 INFO E| Compiling proc-macro2 v1.0.89
87592024-12-13T21:30:53.027Z[ recovery-image] Dec 13 21:30:50.991 INFO E| Compiling unicode-ident v1.0.13
87602024-12-13T21:30:53.027Z[ recovery-image] Dec 13 21:30:50.991 INFO E| Compiling syn v1.0.109
87612024-12-13T21:30:53.027Z[ recovery-image] Dec 13 21:30:50.991 INFO E| Compiling x86 v0.52.0
87622024-12-13T21:30:53.027Z[ recovery-image] Dec 13 21:30:50.991 INFO E| Compiling phbl v0.1.0 (/work/oxidecomputer/helios/projects/phbl)
87632024-12-13T21:30:53.027Z[ recovery-image] Dec 13 21:30:50.991 INFO E| Compiling seq-macro v0.3.5
87642024-12-13T21:30:55.754Z[ recovery-image] Dec 13 21:30:53.722 INFO E| Compiling quote v1.0.37
87652024-12-13T21:30:56.211Z[ recovery-image] Dec 13 21:30:54.179 INFO E| Compiling syn v2.0.85
87662024-12-13T21:31:02.807Z[ host-image] Dec 13 21:31:00.774 INFO O| configuring SMF profile...
87672024-12-13T21:31:02.809Z[ host-image] Dec 13 21:31:00.774 INFO O| modifying shadow(5)...
87682024-12-13T21:31:02.809Z[ host-image] Dec 13 21:31:00.775 INFO O| loading user and group database...
87692024-12-13T21:31:02.809Z[ host-image] Dec 13 21:31:00.775 INFO O| assessing packaged files...
87702024-12-13T21:31:02.949Z[ recovery-image] Dec 13 21:31:00.917 INFO E| Compiling scroll_derive v0.12.0
87712024-12-13T21:31:07.633Z[ recovery-image] Dec 13 21:31:05.600 INFO E| Compiling bitstruct_derive v0.1.0
87722024-12-13T21:31:09.027Z[ host-image] Dec 13 21:31:06.994 INFO O| creating archive...
87732024-12-13T21:31:09.099Z[ host-image] Dec 13 21:31:07.066 INFO O| missing from packaging:
87742024-12-13T21:31:09.099Z[ host-image] Dec 13 21:31:07.066 INFO O| "etc/.pwd.lock"
87752024-12-13T21:31:09.102Z[ host-image] Dec 13 21:31:07.066 INFO O| "etc/bash"
87762024-12-13T21:31:09.108Z[ host-image] Dec 13 21:31:07.075 INFO O| "etc/svc/profile/generic.xml"
87772024-12-13T21:31:09.108Z[ host-image] Dec 13 21:31:07.075 INFO O| "etc/svc/profile/inetd_services.xml"
87782024-12-13T21:31:09.110Z[ host-image] Dec 13 21:31:07.075 INFO O| "etc/svc/profile/name_service.xml"
87792024-12-13T21:31:09.110Z[ host-image] Dec 13 21:31:07.075 INFO O| "etc/svc/profile/platform.xml"
87802024-12-13T21:31:09.110Z[ host-image] Dec 13 21:31:07.075 INFO O| "etc/svc/profile/platform_omicron1.xml"
87812024-12-13T21:31:09.110Z[ host-image] Dec 13 21:31:07.075 INFO O| "etc/svc/repository.db"
87822024-12-13T21:31:09.122Z[ host-image] Dec 13 21:31:07.089 INFO O| "opt/ooce/share"
87832024-12-13T21:31:09.122Z[ host-image] Dec 13 21:31:07.089 INFO O| "opt/ooce/share/man"
87842024-12-13T21:31:09.124Z[ host-image] Dec 13 21:31:07.089 INFO O| "opt/ooce/share/man/man1"
87852024-12-13T21:31:09.136Z[ host-image] Dec 13 21:31:07.102 INFO O| finishing archive...
87862024-12-13T21:31:13.188Z[ host-image] Dec 13 21:31:11.155 INFO O| creating gzonly manifest...
87872024-12-13T21:31:13.199Z[ host-image] Dec 13 21:31:11.165 INFO O| ok
87882024-12-13T21:31:13.382Z[ host-image] Dec 13 21:31:11.348 INFO image builder template: ramdisk-02-trim...
87892024-12-13T21:31:13.382Z[ host-image] Dec 13 21:31:11.348 INFO exec: ["pfexec", "/work/oxidecomputer/helios/projects/image-builder/target/debug/image-builder", "build", "-d", "rpool/images/build/host", "-g", "gimlet", "-T", "/work/oxidecomputer/helios/image/templates", "-F", "relver=2", "-E", "/tmp/.tmpFbsOmv/proto/host/root", "-F", "genproto=/work/oxidecomputer/helios/tmp/image.host/genproto.json", "-E", "/work/oxidecomputer/helios/tmp/image.host/omicron1", "-E", "/work/oxidecomputer/helios/projects", "-F", "repo_publisher=helios-dev", "-F", "repo_url=https://pkg.oxide.computer/helios/2/dev/", "-F", "baud=3000000", "-F", "omicron1", "-F", "optever=0.34.311", "-n", "ramdisk-02-trim"], pwd: None
87902024-12-13T21:31:13.417Z[ host-image] Dec 13 21:31:11.383 INFO O| Dec 13 21:31:11.383 INFO temporary dataset: rpool/images/build/host/tmp/gimlet/ramdisk-02-trim
87912024-12-13T21:31:13.427Z[ host-image] Dec 13 21:31:11.393 INFO O| Dec 13 21:31:11.393 INFO CREATE DATASET: rpool/images/build/host/tmp/gimlet/ramdisk-02-trim
87922024-12-13T21:31:13.632Z[ host-image] Dec 13 21:31:11.598 INFO O| Dec 13 21:31:11.598 INFO SET DATASET PROPERTY ON rpool/images/build/host/tmp/gimlet/ramdisk-02-trim: sync = disabled
87932024-12-13T21:31:13.732Z[ host-image] Dec 13 21:31:11.699 INFO O| Dec 13 21:31:11.699 INFO temporary directory: /rpool/images/build/host/tmp/gimlet/ramdisk-02-trim
87942024-12-13T21:31:13.737Z[ host-image] Dec 13 21:31:11.699 INFO O| Dec 13 21:31:11.699 INFO work dataset: rpool/images/build/host/work/gimlet/ramdisk
87952024-12-13T21:31:13.742Z[ host-image] Dec 13 21:31:11.708 INFO O| Dec 13 21:31:11.708 INFO looking for output snapshot rpool/images/build/host/work/gimlet/ramdisk@trim
87962024-12-13T21:31:13.749Z[ host-image] Dec 13 21:31:11.716 INFO O| Dec 13 21:31:11.716 INFO looking for input snapshot rpool/images/build/host/work/gimlet/ramdisk@os
87972024-12-13T21:31:13.757Z[ host-image] Dec 13 21:31:11.724 INFO O| Dec 13 21:31:11.724 INFO ROLLBACK TO SNAPSHOT: rpool/images/build/host/work/gimlet/ramdisk@os
87982024-12-13T21:31:14.161Z[ host-image] Dec 13 21:31:12.128 INFO O| Dec 13 21:31:12.128 INFO rolled back to input snapshot; work may begin
87992024-12-13T21:31:14.161Z[ host-image] Dec 13 21:31:12.128 INFO O| Dec 13 21:31:12.128 INFO CREATE DATASET: rpool/images/build/host/work/gimlet/ramdisk
88002024-12-13T21:31:14.171Z[ host-image] Dec 13 21:31:12.138 INFO O| Dec 13 21:31:12.137 INFO STEP 0: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
88012024-12-13T21:31:14.197Z[ host-image] Dec 13 21:31:12.164 INFO O| Dec 13 21:31:12.164 INFO remove tree: "/rpool/images/build/host/work/gimlet/ramdisk/var/pkg"
88022024-12-13T21:31:14.303Z[ host-image] Dec 13 21:31:12.268 INFO O| Dec 13 21:31:12.268 INFO STEP 0 (remove_files) COMPLETE
88032024-12-13T21:31:14.303Z[ host-image] Dec 13 21:31:12.268 INFO O| Dec 13 21:31:12.268 INFO STEP 1: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
88042024-12-13T21:31:14.358Z[ host-image] Dec 13 21:31:12.324 INFO O| Dec 13 21:31:12.324 INFO remove tree: "/rpool/images/build/host/work/gimlet/ramdisk/usr/xpg4"
88052024-12-13T21:31:14.362Z[ host-image] Dec 13 21:31:12.326 INFO O| Dec 13 21:31:12.326 INFO STEP 1 (remove_files) COMPLETE
88062024-12-13T21:31:14.362Z[ host-image] Dec 13 21:31:12.326 INFO O| Dec 13 21:31:12.326 INFO STEP 2: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
88072024-12-13T21:31:14.376Z[ host-image] Dec 13 21:31:12.342 INFO O| Dec 13 21:31:12.342 INFO remove tree: "/rpool/images/build/host/work/gimlet/ramdisk/usr/include"
88082024-12-13T21:31:14.393Z[ host-image] Dec 13 21:31:12.360 INFO O| Dec 13 21:31:12.360 INFO STEP 2 (remove_files) COMPLETE
88092024-12-13T21:31:14.393Z[ host-image] Dec 13 21:31:12.360 INFO O| Dec 13 21:31:12.360 INFO STEP 3: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
88102024-12-13T21:31:14.445Z[ host-image] Dec 13 21:31:12.412 INFO O| Dec 13 21:31:12.412 INFO remove tree: "/rpool/images/build/host/work/gimlet/ramdisk/usr/demo"
88112024-12-13T21:31:14.448Z[ host-image] Dec 13 21:31:12.414 INFO O| Dec 13 21:31:12.414 INFO STEP 3 (remove_files) COMPLETE
88122024-12-13T21:31:14.448Z[ host-image] Dec 13 21:31:12.414 INFO O| Dec 13 21:31:12.414 INFO STEP 4: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
88132024-12-13T21:31:14.506Z[ host-image] Dec 13 21:31:12.472 INFO O| Dec 13 21:31:12.472 INFO remove tree: "/rpool/images/build/host/work/gimlet/ramdisk/usr/lib/help"
88142024-12-13T21:31:14.512Z[ host-image] Dec 13 21:31:12.478 INFO O| Dec 13 21:31:12.478 INFO STEP 4 (remove_files) COMPLETE
88152024-12-13T21:31:14.512Z[ host-image] Dec 13 21:31:12.478 INFO O| Dec 13 21:31:12.478 INFO STEP 5: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
88162024-12-13T21:31:14.530Z[ host-image] Dec 13 21:31:12.497 INFO O| Dec 13 21:31:12.496 INFO remove tree: "/rpool/images/build/host/work/gimlet/ramdisk/usr/share/doc"
88172024-12-13T21:31:14.535Z[ host-image] Dec 13 21:31:12.501 INFO O| Dec 13 21:31:12.501 INFO STEP 5 (remove_files) COMPLETE
88182024-12-13T21:31:14.535Z[ host-image] Dec 13 21:31:12.501 INFO O| Dec 13 21:31:12.501 INFO STEP 6: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
88192024-12-13T21:31:14.552Z[ host-image] Dec 13 21:31:12.518 INFO O| Dec 13 21:31:12.518 INFO remove tree: "/rpool/images/build/host/work/gimlet/ramdisk/usr/share/bash-completion"
88202024-12-13T21:31:14.565Z[ host-image] Dec 13 21:31:12.532 INFO O| Dec 13 21:31:12.532 INFO STEP 6 (remove_files) COMPLETE
88212024-12-13T21:31:14.566Z[ host-image] Dec 13 21:31:12.532 INFO O| Dec 13 21:31:12.532 INFO STEP 7: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
88222024-12-13T21:31:14.624Z[ host-image] Dec 13 21:31:12.591 INFO O| Dec 13 21:31:12.590 INFO remove tree: "/rpool/images/build/host/work/gimlet/ramdisk/usr/perl5/5.36/man"
88232024-12-13T21:31:14.644Z[ host-image] Dec 13 21:31:12.610 INFO O| Dec 13 21:31:12.610 INFO STEP 7 (remove_files) COMPLETE
88242024-12-13T21:31:14.644Z[ host-image] Dec 13 21:31:12.610 INFO O| Dec 13 21:31:12.610 INFO STEP 8: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
88252024-12-13T21:31:14.701Z[ host-image] Dec 13 21:31:12.667 INFO O| Dec 13 21:31:12.667 INFO remove tree: "/rpool/images/build/host/work/gimlet/ramdisk/usr/share/man/man3ssl"
88262024-12-13T21:31:14.845Z[ host-image] Dec 13 21:31:12.810 INFO O| Dec 13 21:31:12.810 INFO STEP 8 (remove_files) COMPLETE
88272024-12-13T21:31:14.845Z[ host-image] Dec 13 21:31:12.810 INFO O| Dec 13 21:31:12.810 INFO STEP 9: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
88282024-12-13T21:31:14.878Z[ host-image] Dec 13 21:31:12.844 INFO O| Dec 13 21:31:12.844 INFO remove tree: "/rpool/images/build/host/work/gimlet/ramdisk/usr/ssl-3/man"
88292024-12-13T21:31:15.043Z[ host-image] Dec 13 21:31:13.009 INFO O| Dec 13 21:31:13.009 INFO STEP 9 (remove_files) COMPLETE
88302024-12-13T21:31:15.043Z[ host-image] Dec 13 21:31:13.009 INFO O| Dec 13 21:31:13.009 INFO STEP 10: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
88312024-12-13T21:31:15.062Z[ host-image] Dec 13 21:31:13.028 INFO O| Dec 13 21:31:13.028 INFO remove tree: "/rpool/images/build/host/work/gimlet/ramdisk/etc/net-snmp"
88322024-12-13T21:31:15.069Z[ host-image] Dec 13 21:31:13.035 INFO O| Dec 13 21:31:13.035 INFO STEP 10 (remove_files) COMPLETE
88332024-12-13T21:31:15.072Z[ host-image] Dec 13 21:31:13.035 INFO O| Dec 13 21:31:13.035 INFO STEP 11: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
88342024-12-13T21:31:15.086Z[ host-image] Dec 13 21:31:13.052 INFO O| Dec 13 21:31:13.052 INFO remove tree: "/rpool/images/build/host/work/gimlet/ramdisk/usr/bin/i386"
88352024-12-13T21:31:15.088Z[ host-image] Dec 13 21:31:13.053 INFO O| Dec 13 21:31:13.053 INFO STEP 11 (remove_files) COMPLETE
88362024-12-13T21:31:15.088Z[ host-image] Dec 13 21:31:13.053 INFO O| Dec 13 21:31:13.053 INFO STEP 12: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
88372024-12-13T21:31:15.104Z[ host-image] Dec 13 21:31:13.070 INFO O| Dec 13 21:31:13.070 INFO remove tree: "/rpool/images/build/host/work/gimlet/ramdisk/platform/i86xpv"
88382024-12-13T21:31:15.106Z[ host-image] Dec 13 21:31:13.072 INFO O| Dec 13 21:31:13.072 INFO STEP 12 (remove_files) COMPLETE
88392024-12-13T21:31:15.106Z[ host-image] Dec 13 21:31:13.073 INFO O| Dec 13 21:31:13.072 INFO STEP 13: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
88402024-12-13T21:31:15.146Z[ host-image] Dec 13 21:31:13.112 INFO O| Dec 13 21:31:13.112 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/opt/ooce/jq/lib/amd64/libjq.a"
88412024-12-13T21:31:15.149Z[ host-image] Dec 13 21:31:13.114 INFO O| Dec 13 21:31:13.113 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/opt/ooce/pgsql-13/lib/libpgcommon.a"
88422024-12-13T21:31:15.149Z[ host-image] Dec 13 21:31:13.114 INFO O| Dec 13 21:31:13.114 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/opt/ooce/pgsql-13/lib/libpgport.a"
88432024-12-13T21:31:15.149Z[ host-image] Dec 13 21:31:13.115 INFO O| Dec 13 21:31:13.115 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/opt/ooce/pgsql-13/lib/libpgport_shlib.a"
88442024-12-13T21:31:15.149Z[ host-image] Dec 13 21:31:13.115 INFO O| Dec 13 21:31:13.115 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/opt/ooce/pgsql-13/lib/libpgcommon_shlib.a"
88452024-12-13T21:31:15.149Z[ host-image] Dec 13 21:31:13.115 INFO O| Dec 13 21:31:13.115 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/opt/ooce/pgsql-13/lib/libecpg.a"
88462024-12-13T21:31:15.149Z[ host-image] Dec 13 21:31:13.115 INFO O| Dec 13 21:31:13.115 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/opt/ooce/pgsql-13/lib/libpq.a"
88472024-12-13T21:31:15.152Z[ host-image] Dec 13 21:31:13.116 INFO O| Dec 13 21:31:13.116 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/opt/ooce/pgsql-13/lib/amd64/libpgcommon_shlib.a"
88482024-12-13T21:31:15.152Z[ host-image] Dec 13 21:31:13.116 INFO O| Dec 13 21:31:13.116 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/opt/ooce/pgsql-13/lib/amd64/libpgport_shlib.a"
88492024-12-13T21:31:15.152Z[ host-image] Dec 13 21:31:13.116 INFO O| Dec 13 21:31:13.116 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/opt/ooce/pgsql-13/lib/amd64/libpgcommon.a"
88502024-12-13T21:31:15.152Z[ host-image] Dec 13 21:31:13.116 INFO O| Dec 13 21:31:13.116 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/opt/ooce/pgsql-13/lib/amd64/libpq.a"
88512024-12-13T21:31:15.152Z[ host-image] Dec 13 21:31:13.117 INFO O| Dec 13 21:31:13.117 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/opt/ooce/pgsql-13/lib/amd64/libpgport.a"
88522024-12-13T21:31:15.152Z[ host-image] Dec 13 21:31:13.117 INFO O| Dec 13 21:31:13.117 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/opt/ooce/pgsql-13/lib/amd64/libecpg_compat.a"
88532024-12-13T21:31:15.152Z[ host-image] Dec 13 21:31:13.118 INFO O| Dec 13 21:31:13.118 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/opt/ooce/pgsql-13/lib/amd64/libecpg.a"
88542024-12-13T21:31:15.152Z[ host-image] Dec 13 21:31:13.118 INFO O| Dec 13 21:31:13.118 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/opt/ooce/pgsql-13/lib/amd64/libpgtypes.a"
88552024-12-13T21:31:15.152Z[ host-image] Dec 13 21:31:13.118 INFO O| Dec 13 21:31:13.118 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/opt/ooce/pgsql-13/lib/libecpg_compat.a"
88562024-12-13T21:31:15.152Z[ host-image] Dec 13 21:31:13.118 INFO O| Dec 13 21:31:13.118 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/opt/ooce/pgsql-13/lib/libpgtypes.a"
88572024-12-13T21:31:15.419Z[ host-image] Dec 13 21:31:13.385 INFO O| Dec 13 21:31:13.385 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/usr/lib/libtddl.a"
88582024-12-13T21:31:15.432Z[ host-image] Dec 13 21:31:13.398 INFO O| Dec 13 21:31:13.398 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/usr/lib/libncurses++.a"
88592024-12-13T21:31:15.443Z[ host-image] Dec 13 21:31:13.409 INFO O| Dec 13 21:31:13.409 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/usr/lib/amd64/libncurses++.a"
88602024-12-13T21:31:15.450Z[ host-image] Dec 13 21:31:13.416 INFO O| Dec 13 21:31:13.416 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/usr/lib/amd64/libtddl.a"
88612024-12-13T21:31:15.952Z[ host-image] Dec 13 21:31:13.918 INFO O| Dec 13 21:31:13.918 INFO STEP 13 (remove_files) COMPLETE
88622024-12-13T21:31:15.952Z[ host-image] Dec 13 21:31:13.918 INFO O| Dec 13 21:31:13.918 INFO STEP 14: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
88632024-12-13T21:31:15.990Z[ host-image] Dec 13 21:31:13.956 INFO O| Dec 13 21:31:13.956 INFO remove tree: "/rpool/images/build/host/work/gimlet/ramdisk/boot"
88642024-12-13T21:31:15.993Z[ host-image] Dec 13 21:31:13.958 INFO O| Dec 13 21:31:13.958 INFO STEP 14 (remove_files) COMPLETE
88652024-12-13T21:31:15.993Z[ host-image] Dec 13 21:31:13.958 INFO O| Dec 13 21:31:13.958 INFO STEP 15: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
88662024-12-13T21:31:16.032Z[ host-image] Dec 13 21:31:13.998 INFO O| Dec 13 21:31:13.998 INFO remove tree: "/rpool/images/build/host/work/gimlet/ramdisk/platform/i86pc"
88672024-12-13T21:31:16.044Z[ host-image] Dec 13 21:31:14.007 INFO O| Dec 13 21:31:14.007 INFO STEP 15 (remove_files) COMPLETE
88682024-12-13T21:31:16.044Z[ host-image] Dec 13 21:31:14.007 INFO O| Dec 13 21:31:14.007 INFO STEP 16: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
88692024-12-13T21:31:16.076Z[ host-image] Dec 13 21:31:14.042 INFO O| Dec 13 21:31:14.042 INFO remove tree: "/rpool/images/build/host/work/gimlet/ramdisk/usr/platform/i86xpv"
88702024-12-13T21:31:16.078Z[ host-image] Dec 13 21:31:14.043 INFO O| Dec 13 21:31:14.043 INFO STEP 16 (remove_files) COMPLETE
88712024-12-13T21:31:16.078Z[ host-image] Dec 13 21:31:14.043 INFO O| Dec 13 21:31:14.043 INFO STEP 17: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
88722024-12-13T21:31:16.126Z[ host-image] Dec 13 21:31:14.092 INFO O| Dec 13 21:31:14.092 INFO remove tree: "/rpool/images/build/host/work/gimlet/ramdisk/usr/platform/i86pc"
88732024-12-13T21:31:16.129Z[ host-image] Dec 13 21:31:14.094 INFO O| Dec 13 21:31:14.094 INFO STEP 17 (remove_files) COMPLETE
88742024-12-13T21:31:16.129Z[ host-image] Dec 13 21:31:14.094 INFO O| Dec 13 21:31:14.094 INFO STEP 18: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
88752024-12-13T21:31:16.172Z[ host-image] Dec 13 21:31:14.139 INFO O| Dec 13 21:31:14.138 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/kernel/misc/amd64/acpica"
88762024-12-13T21:31:16.172Z[ host-image] Dec 13 21:31:14.139 INFO O| Dec 13 21:31:14.139 INFO STEP 18 (remove_files) COMPLETE
88772024-12-13T21:31:16.175Z[ host-image] Dec 13 21:31:14.139 INFO O| Dec 13 21:31:14.139 INFO STEP 19: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
88782024-12-13T21:31:16.189Z[ host-image] Dec 13 21:31:14.155 INFO O| Dec 13 21:31:14.155 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/kernel/misc/amd64/tem"
88792024-12-13T21:31:16.189Z[ host-image] Dec 13 21:31:14.155 INFO O| Dec 13 21:31:14.155 INFO STEP 19 (remove_files) COMPLETE
88802024-12-13T21:31:16.189Z[ host-image] Dec 13 21:31:14.155 INFO O| Dec 13 21:31:14.155 INFO STEP 20: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
88812024-12-13T21:31:16.237Z[ host-image] Dec 13 21:31:14.202 INFO O| Dec 13 21:31:14.202 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/kernel/misc/amd64/kbtrans"
88822024-12-13T21:31:16.237Z[ host-image] Dec 13 21:31:14.202 INFO O| Dec 13 21:31:14.202 INFO STEP 20 (remove_files) COMPLETE
88832024-12-13T21:31:16.237Z[ host-image] Dec 13 21:31:14.202 INFO O| Dec 13 21:31:14.202 INFO STEP 21: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
88842024-12-13T21:31:16.268Z[ host-image] Dec 13 21:31:14.234 INFO O| Dec 13 21:31:14.234 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/kernel/drv/amd64/wc"
88852024-12-13T21:31:16.268Z[ host-image] Dec 13 21:31:14.234 INFO O| Dec 13 21:31:14.234 INFO STEP 21 (remove_files) COMPLETE
88862024-12-13T21:31:16.268Z[ host-image] Dec 13 21:31:14.234 INFO O| Dec 13 21:31:14.234 INFO STEP 22: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
88872024-12-13T21:31:16.304Z[ host-image] Dec 13 21:31:14.270 INFO O| Dec 13 21:31:14.270 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/kernel/drv/amd64/acpi_drv"
88882024-12-13T21:31:16.304Z[ host-image] Dec 13 21:31:14.270 INFO O| Dec 13 21:31:14.270 INFO STEP 22 (remove_files) COMPLETE
88892024-12-13T21:31:16.307Z[ host-image] Dec 13 21:31:14.270 INFO O| Dec 13 21:31:14.270 INFO STEP 23: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
88902024-12-13T21:31:16.321Z[ host-image] Dec 13 21:31:14.287 INFO O| Dec 13 21:31:14.287 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/kernel/drv/amd64/conskbd"
88912024-12-13T21:31:16.321Z[ host-image] Dec 13 21:31:14.287 INFO O| Dec 13 21:31:14.287 INFO STEP 23 (remove_files) COMPLETE
88922024-12-13T21:31:16.321Z[ host-image] Dec 13 21:31:14.288 INFO O| Dec 13 21:31:14.287 INFO STEP 24: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
88932024-12-13T21:31:16.337Z[ host-image] Dec 13 21:31:14.303 INFO O| Dec 13 21:31:14.303 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/kernel/drv/amd64/tzmon"
88942024-12-13T21:31:16.337Z[ host-image] Dec 13 21:31:14.304 INFO O| Dec 13 21:31:14.303 INFO STEP 24 (remove_files) COMPLETE
88952024-12-13T21:31:16.337Z[ host-image] Dec 13 21:31:14.304 INFO O| Dec 13 21:31:14.304 INFO STEP 25: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
88962024-12-13T21:31:16.354Z[ host-image] Dec 13 21:31:14.321 INFO O| Dec 13 21:31:14.320 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/kernel/drv/amd64/power"
88972024-12-13T21:31:16.355Z[ host-image] Dec 13 21:31:14.321 INFO O| Dec 13 21:31:14.321 INFO STEP 25 (remove_files) COMPLETE
88982024-12-13T21:31:16.357Z[ host-image] Dec 13 21:31:14.321 INFO O| Dec 13 21:31:14.321 INFO STEP 26: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
88992024-12-13T21:31:16.387Z[ host-image] Dec 13 21:31:14.353 INFO O| Dec 13 21:31:14.353 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/kernel/drv/amd64/audio"
89002024-12-13T21:31:16.390Z[ host-image] Dec 13 21:31:14.354 INFO O| Dec 13 21:31:14.353 INFO STEP 26 (remove_files) COMPLETE
89012024-12-13T21:31:16.390Z[ host-image] Dec 13 21:31:14.354 INFO O| Dec 13 21:31:14.354 INFO STEP 27: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
89022024-12-13T21:31:16.407Z[ host-image] Dec 13 21:31:14.373 INFO O| Dec 13 21:31:14.372 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/kernel/drv/amd64/audio1575"
89032024-12-13T21:31:16.409Z[ host-image] Dec 13 21:31:14.373 INFO O| Dec 13 21:31:14.373 INFO STEP 27 (remove_files) COMPLETE
89042024-12-13T21:31:16.409Z[ host-image] Dec 13 21:31:14.373 INFO O| Dec 13 21:31:14.373 INFO STEP 28: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
89052024-12-13T21:31:16.440Z[ host-image] Dec 13 21:31:14.406 INFO O| Dec 13 21:31:14.406 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/kernel/drv/amd64/audioens"
89062024-12-13T21:31:16.440Z[ host-image] Dec 13 21:31:14.406 INFO O| Dec 13 21:31:14.406 INFO STEP 28 (remove_files) COMPLETE
89072024-12-13T21:31:16.440Z[ host-image] Dec 13 21:31:14.406 INFO O| Dec 13 21:31:14.406 INFO STEP 29: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
89082024-12-13T21:31:16.498Z[ host-image] Dec 13 21:31:14.463 INFO O| Dec 13 21:31:14.463 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/kernel/drv/amd64/audiopci"
89092024-12-13T21:31:16.498Z[ host-image] Dec 13 21:31:14.463 INFO O| Dec 13 21:31:14.463 INFO STEP 29 (remove_files) COMPLETE
89102024-12-13T21:31:16.498Z[ host-image] Dec 13 21:31:14.463 INFO O| Dec 13 21:31:14.463 INFO STEP 30: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
89112024-12-13T21:31:16.542Z[ host-image] Dec 13 21:31:14.508 INFO O| Dec 13 21:31:14.508 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/kernel/drv/amd64/audiots"
89122024-12-13T21:31:16.542Z[ host-image] Dec 13 21:31:14.508 INFO O| Dec 13 21:31:14.508 INFO STEP 30 (remove_files) COMPLETE
89132024-12-13T21:31:16.542Z[ host-image] Dec 13 21:31:14.508 INFO O| Dec 13 21:31:14.508 INFO STEP 31: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
89142024-12-13T21:31:16.562Z[ host-image] Dec 13 21:31:14.528 INFO O| Dec 13 21:31:14.528 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/kernel/drv/amd64/ehci"
89152024-12-13T21:31:16.562Z[ host-image] Dec 13 21:31:14.528 INFO O| Dec 13 21:31:14.528 INFO STEP 31 (remove_files) COMPLETE
89162024-12-13T21:31:16.565Z[ host-image] Dec 13 21:31:14.528 INFO O| Dec 13 21:31:14.528 INFO STEP 32: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
89172024-12-13T21:31:16.582Z[ host-image] Dec 13 21:31:14.547 INFO O| Dec 13 21:31:14.547 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/kernel/drv/amd64/hid"
89182024-12-13T21:31:16.582Z[ host-image] Dec 13 21:31:14.547 INFO O| Dec 13 21:31:14.547 INFO STEP 32 (remove_files) COMPLETE
89192024-12-13T21:31:16.582Z[ host-image] Dec 13 21:31:14.547 INFO O| Dec 13 21:31:14.547 INFO STEP 33: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
89202024-12-13T21:31:16.636Z[ host-image] Dec 13 21:31:14.602 INFO O| Dec 13 21:31:14.602 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/kernel/drv/amd64/hubd"
89212024-12-13T21:31:16.636Z[ host-image] Dec 13 21:31:14.602 INFO O| Dec 13 21:31:14.602 INFO STEP 33 (remove_files) COMPLETE
89222024-12-13T21:31:16.639Z[ host-image] Dec 13 21:31:14.602 INFO O| Dec 13 21:31:14.602 INFO STEP 34: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
89232024-12-13T21:31:16.668Z[ host-image] Dec 13 21:31:14.633 INFO O| Dec 13 21:31:14.633 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/kernel/drv/amd64/ohci"
89242024-12-13T21:31:16.668Z[ host-image] Dec 13 21:31:14.633 INFO O| Dec 13 21:31:14.633 INFO STEP 34 (remove_files) COMPLETE
89252024-12-13T21:31:16.668Z[ host-image] Dec 13 21:31:14.633 INFO O| Dec 13 21:31:14.633 INFO STEP 35: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
89262024-12-13T21:31:16.724Z[ host-image] Dec 13 21:31:14.690 INFO O| Dec 13 21:31:14.690 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/kernel/drv/amd64/scsa2usb"
89272024-12-13T21:31:16.724Z[ host-image] Dec 13 21:31:14.690 INFO O| Dec 13 21:31:14.690 INFO STEP 35 (remove_files) COMPLETE
89282024-12-13T21:31:16.727Z[ host-image] Dec 13 21:31:14.690 INFO O| Dec 13 21:31:14.690 INFO STEP 36: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
89292024-12-13T21:31:16.783Z[ host-image] Dec 13 21:31:14.747 INFO O| Dec 13 21:31:14.747 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/kernel/drv/amd64/uhci"
89302024-12-13T21:31:16.783Z[ host-image] Dec 13 21:31:14.748 INFO O| Dec 13 21:31:14.748 INFO STEP 36 (remove_files) COMPLETE
89312024-12-13T21:31:16.786Z[ host-image] Dec 13 21:31:14.748 INFO O| Dec 13 21:31:14.748 INFO STEP 37: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
89322024-12-13T21:31:16.799Z[ host-image] Dec 13 21:31:14.765 INFO O| Dec 13 21:31:14.765 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/kernel/drv/amd64/usb_ac"
89332024-12-13T21:31:16.801Z[ host-image] Dec 13 21:31:14.765 INFO O| Dec 13 21:31:14.765 INFO STEP 37 (remove_files) COMPLETE
89342024-12-13T21:31:16.801Z[ host-image] Dec 13 21:31:14.765 INFO O| Dec 13 21:31:14.765 INFO STEP 38: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
89352024-12-13T21:31:16.817Z[ host-image] Dec 13 21:31:14.783 INFO O| Dec 13 21:31:14.783 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/kernel/drv/amd64/usb_as"
89362024-12-13T21:31:16.820Z[ host-image] Dec 13 21:31:14.783 INFO O| Dec 13 21:31:14.783 INFO STEP 38 (remove_files) COMPLETE
89372024-12-13T21:31:16.820Z[ host-image] Dec 13 21:31:14.783 INFO O| Dec 13 21:31:14.783 INFO STEP 39: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
89382024-12-13T21:31:16.833Z[ host-image] Dec 13 21:31:14.799 INFO O| Dec 13 21:31:14.799 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/kernel/drv/amd64/usb_ia"
89392024-12-13T21:31:16.835Z[ host-image] Dec 13 21:31:14.799 INFO O| Dec 13 21:31:14.799 INFO STEP 39 (remove_files) COMPLETE
89402024-12-13T21:31:16.835Z[ host-image] Dec 13 21:31:14.799 INFO O| Dec 13 21:31:14.799 INFO STEP 40: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
89412024-12-13T21:31:16.850Z[ host-image] Dec 13 21:31:14.816 INFO O| Dec 13 21:31:14.816 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/kernel/drv/amd64/usb_mid"
89422024-12-13T21:31:16.852Z[ host-image] Dec 13 21:31:14.816 INFO O| Dec 13 21:31:14.816 INFO STEP 40 (remove_files) COMPLETE
89432024-12-13T21:31:16.852Z[ host-image] Dec 13 21:31:14.816 INFO O| Dec 13 21:31:14.816 INFO STEP 41: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
89442024-12-13T21:31:16.889Z[ host-image] Dec 13 21:31:14.852 INFO O| Dec 13 21:31:14.852 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/kernel/drv/amd64/usbprn"
89452024-12-13T21:31:16.889Z[ host-image] Dec 13 21:31:14.852 INFO O| Dec 13 21:31:14.852 INFO STEP 41 (remove_files) COMPLETE
89462024-12-13T21:31:16.889Z[ host-image] Dec 13 21:31:14.852 INFO O| Dec 13 21:31:14.852 INFO STEP 42: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
89472024-12-13T21:31:16.947Z[ host-image] Dec 13 21:31:14.913 INFO O| Dec 13 21:31:14.913 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/kernel/drv/amd64/xhci"
89482024-12-13T21:31:16.947Z[ host-image] Dec 13 21:31:14.913 INFO O| Dec 13 21:31:14.913 INFO STEP 42 (remove_files) COMPLETE
89492024-12-13T21:31:16.947Z[ host-image] Dec 13 21:31:14.913 INFO O| Dec 13 21:31:14.913 INFO STEP 43: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
89502024-12-13T21:31:16.989Z[ host-image] Dec 13 21:31:14.955 INFO O| Dec 13 21:31:14.955 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/kernel/drv/amd64/intel_nhm"
89512024-12-13T21:31:16.991Z[ host-image] Dec 13 21:31:14.955 INFO O| Dec 13 21:31:14.955 INFO STEP 43 (remove_files) COMPLETE
89522024-12-13T21:31:16.991Z[ host-image] Dec 13 21:31:14.955 INFO O| Dec 13 21:31:14.955 INFO STEP 44: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
89532024-12-13T21:31:17.047Z[ host-image] Dec 13 21:31:15.013 INFO O| Dec 13 21:31:15.013 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/kernel/drv/amd64/intel_nb5000"
89542024-12-13T21:31:17.047Z[ host-image] Dec 13 21:31:15.013 INFO O| Dec 13 21:31:15.013 INFO STEP 44 (remove_files) COMPLETE
89552024-12-13T21:31:17.049Z[ host-image] Dec 13 21:31:15.013 INFO O| Dec 13 21:31:15.013 INFO STEP 45: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
89562024-12-13T21:31:17.066Z[ host-image] Dec 13 21:31:15.032 INFO O| Dec 13 21:31:15.032 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/kernel/drv/amd64/mc-amd"
89572024-12-13T21:31:17.066Z[ host-image] Dec 13 21:31:15.032 INFO O| Dec 13 21:31:15.032 INFO STEP 45 (remove_files) COMPLETE
89582024-12-13T21:31:17.071Z[ host-image] Dec 13 21:31:15.032 INFO O| Dec 13 21:31:15.032 INFO STEP 46: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
89592024-12-13T21:31:17.083Z[ host-image] Dec 13 21:31:15.049 INFO O| Dec 13 21:31:15.049 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/kernel/drv/amd64/acpi_toshiba"
89602024-12-13T21:31:17.083Z[ host-image] Dec 13 21:31:15.049 INFO O| Dec 13 21:31:15.049 INFO STEP 46 (remove_files) COMPLETE
89612024-12-13T21:31:17.086Z[ host-image] Dec 13 21:31:15.049 INFO O| Dec 13 21:31:15.049 INFO STEP 47: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
89622024-12-13T21:31:17.117Z[ host-image] Dec 13 21:31:15.083 INFO O| Dec 13 21:31:15.083 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/kernel/drv/amd64/intel_nhmex"
89632024-12-13T21:31:17.117Z[ host-image] Dec 13 21:31:15.083 INFO O| Dec 13 21:31:15.083 INFO STEP 47 (remove_files) COMPLETE
89642024-12-13T21:31:17.120Z[ host-image] Dec 13 21:31:15.083 INFO O| Dec 13 21:31:15.083 INFO STEP 48: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
89652024-12-13T21:31:17.184Z[ host-image] Dec 13 21:31:15.150 INFO O| Dec 13 21:31:15.149 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/kernel/drv/intel_nhmex.conf"
89662024-12-13T21:31:17.184Z[ host-image] Dec 13 21:31:15.150 INFO O| Dec 13 21:31:15.150 INFO STEP 48 (remove_files) COMPLETE
89672024-12-13T21:31:17.184Z[ host-image] Dec 13 21:31:15.150 INFO O| Dec 13 21:31:15.150 INFO STEP 49: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
89682024-12-13T21:31:17.203Z[ host-image] Dec 13 21:31:15.168 INFO O| Dec 13 21:31:15.168 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/kernel/drv/amd64/mpt"
89692024-12-13T21:31:17.206Z[ host-image] Dec 13 21:31:15.168 INFO O| Dec 13 21:31:15.168 INFO STEP 49 (remove_files) COMPLETE
89702024-12-13T21:31:17.206Z[ host-image] Dec 13 21:31:15.168 INFO O| Dec 13 21:31:15.168 INFO STEP 50: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
89712024-12-13T21:31:17.230Z[ host-image] Dec 13 21:31:15.196 INFO O| Dec 13 21:31:15.196 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/kernel/drv/mpt.conf"
89722024-12-13T21:31:17.230Z[ host-image] Dec 13 21:31:15.196 INFO O| Dec 13 21:31:15.196 INFO STEP 50 (remove_files) COMPLETE
89732024-12-13T21:31:17.233Z[ host-image] Dec 13 21:31:15.196 INFO O| Dec 13 21:31:15.196 INFO STEP 51: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
89742024-12-13T21:31:17.251Z[ host-image] Dec 13 21:31:15.216 INFO O| Dec 13 21:31:15.216 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/usr/lib/fm/fmd/plugins/ses-log-transport.so"
89752024-12-13T21:31:17.251Z[ host-image] Dec 13 21:31:15.216 INFO O| Dec 13 21:31:15.216 INFO STEP 51 (remove_files) COMPLETE
89762024-12-13T21:31:17.251Z[ host-image] Dec 13 21:31:15.216 INFO O| Dec 13 21:31:15.216 INFO STEP 52: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
89772024-12-13T21:31:17.269Z[ host-image] Dec 13 21:31:15.234 INFO O| Dec 13 21:31:15.234 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/usr/lib/fm/fmd/plugins/ses-log-transport.conf"
89782024-12-13T21:31:17.269Z[ host-image] Dec 13 21:31:15.234 INFO O| Dec 13 21:31:15.234 INFO STEP 52 (remove_files) COMPLETE
89792024-12-13T21:31:17.269Z[ host-image] Dec 13 21:31:15.234 INFO O| Dec 13 21:31:15.234 INFO STEP 53: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
89802024-12-13T21:31:17.285Z[ host-image] Dec 13 21:31:15.251 INFO O| Dec 13 21:31:15.251 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/sbin/bootadm"
89812024-12-13T21:31:17.285Z[ host-image] Dec 13 21:31:15.251 INFO O| Dec 13 21:31:15.251 INFO STEP 53 (remove_files) COMPLETE
89822024-12-13T21:31:17.285Z[ host-image] Dec 13 21:31:15.251 INFO O| Dec 13 21:31:15.251 INFO STEP 54: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
89832024-12-13T21:31:17.302Z[ host-image] Dec 13 21:31:15.267 INFO O| Dec 13 21:31:15.267 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/usr/sbin/bootadm"
89842024-12-13T21:31:17.302Z[ host-image] Dec 13 21:31:15.268 INFO O| Dec 13 21:31:15.268 INFO STEP 54 (remove_files) COMPLETE
89852024-12-13T21:31:17.302Z[ host-image] Dec 13 21:31:15.268 INFO O| Dec 13 21:31:15.268 INFO STEP 55: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
89862024-12-13T21:31:17.318Z[ host-image] Dec 13 21:31:15.284 INFO O| Dec 13 21:31:15.284 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/sbin/beadm"
89872024-12-13T21:31:17.318Z[ host-image] Dec 13 21:31:15.284 INFO O| Dec 13 21:31:15.284 INFO STEP 55 (remove_files) COMPLETE
89882024-12-13T21:31:17.318Z[ host-image] Dec 13 21:31:15.284 INFO O| Dec 13 21:31:15.284 INFO STEP 56: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
89892024-12-13T21:31:17.334Z[ host-image] Dec 13 21:31:15.300 INFO O| Dec 13 21:31:15.300 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/usr/sbin/beadm"
89902024-12-13T21:31:17.334Z[ host-image] Dec 13 21:31:15.300 INFO O| Dec 13 21:31:15.300 INFO STEP 56 (remove_files) COMPLETE
89912024-12-13T21:31:17.336Z[ host-image] Dec 13 21:31:15.300 INFO O| Dec 13 21:31:15.300 INFO STEP 57: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
89922024-12-13T21:31:17.351Z[ host-image] Dec 13 21:31:15.317 INFO O| Dec 13 21:31:15.316 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/etc/default/tar"
89932024-12-13T21:31:17.351Z[ host-image] Dec 13 21:31:15.317 INFO O| Dec 13 21:31:15.317 INFO STEP 57 (remove_files) COMPLETE
89942024-12-13T21:31:17.351Z[ host-image] Dec 13 21:31:15.317 INFO O| Dec 13 21:31:15.317 INFO STEP 58: ensure_file, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
89952024-12-13T21:31:17.379Z[ host-image] Dec 13 21:31:15.345 INFO O| Dec 13 21:31:15.344 WARN file /rpool/images/build/host/work/gimlet/ramdisk/lib/svc/method/keymap exists, with wrong contents, unlinking
89962024-12-13T21:31:17.381Z[ host-image] Dec 13 21:31:15.345 INFO O| Dec 13 21:31:15.345 INFO writing /rpool/images/build/host/work/gimlet/ramdisk/lib/svc/method/keymap ...
89972024-12-13T21:31:17.381Z[ host-image] Dec 13 21:31:15.345 INFO O| Dec 13 21:31:15.345 INFO perms are 644, should be 755, path: /rpool/images/build/host/work/gimlet/ramdisk/lib/svc/method/keymap
89982024-12-13T21:31:17.381Z[ host-image] Dec 13 21:31:15.345 INFO O| Dec 13 21:31:15.345 INFO chmod ok, path: /rpool/images/build/host/work/gimlet/ramdisk/lib/svc/method/keymap
89992024-12-13T21:31:17.381Z[ host-image] Dec 13 21:31:15.345 INFO O| Dec 13 21:31:15.345 INFO ownership wrong (Id(0):Id(0), not 0:2), path: /rpool/images/build/host/work/gimlet/ramdisk/lib/svc/method/keymap
90002024-12-13T21:31:17.381Z[ host-image] Dec 13 21:31:15.345 INFO O| Dec 13 21:31:15.345 INFO chown ok, path: /rpool/images/build/host/work/gimlet/ramdisk/lib/svc/method/keymap
90012024-12-13T21:31:17.381Z[ host-image] Dec 13 21:31:15.346 INFO O| Dec 13 21:31:15.346 INFO ok!
90022024-12-13T21:31:17.381Z[ host-image] Dec 13 21:31:15.346 INFO O| Dec 13 21:31:15.346 INFO STEP 58 (ensure_file) COMPLETE
90032024-12-13T21:31:17.381Z[ host-image] Dec 13 21:31:15.346 INFO O| Dec 13 21:31:15.346 INFO STEP 59: ensure_file, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
90042024-12-13T21:31:17.413Z[ host-image] Dec 13 21:31:15.378 INFO O| Dec 13 21:31:15.378 WARN file /rpool/images/build/host/work/gimlet/ramdisk/lib/svc/bin/rootisramdisk exists, with wrong contents, unlinking
90052024-12-13T21:31:17.413Z[ host-image] Dec 13 21:31:15.379 INFO O| Dec 13 21:31:15.379 INFO copying /work/oxidecomputer/helios/image/templates/files/rootisramdisk -> /rpool/images/build/host/work/gimlet/ramdisk/lib/svc/bin/rootisramdisk ...
90062024-12-13T21:31:17.416Z[ host-image] Dec 13 21:31:15.379 INFO O| Dec 13 21:31:15.379 INFO perms are 644, should be 755, path: /rpool/images/build/host/work/gimlet/ramdisk/lib/svc/bin/rootisramdisk
90072024-12-13T21:31:17.416Z[ host-image] Dec 13 21:31:15.379 INFO O| Dec 13 21:31:15.379 INFO chmod ok, path: /rpool/images/build/host/work/gimlet/ramdisk/lib/svc/bin/rootisramdisk
90082024-12-13T21:31:17.416Z[ host-image] Dec 13 21:31:15.379 INFO O| Dec 13 21:31:15.379 INFO ownership wrong (Id(0):Id(0), not 0:3), path: /rpool/images/build/host/work/gimlet/ramdisk/lib/svc/bin/rootisramdisk
90092024-12-13T21:31:17.416Z[ host-image] Dec 13 21:31:15.379 INFO O| Dec 13 21:31:15.379 INFO chown ok, path: /rpool/images/build/host/work/gimlet/ramdisk/lib/svc/bin/rootisramdisk
90102024-12-13T21:31:17.416Z[ host-image] Dec 13 21:31:15.379 INFO O| Dec 13 21:31:15.379 INFO ok!
90112024-12-13T21:31:17.416Z[ host-image] Dec 13 21:31:15.379 INFO O| Dec 13 21:31:15.379 INFO STEP 59 (ensure_file) COMPLETE
90122024-12-13T21:31:17.416Z[ host-image] Dec 13 21:31:15.379 INFO O| Dec 13 21:31:15.379 INFO STEP 60: ensure_file, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
90132024-12-13T21:31:17.472Z[ host-image] Dec 13 21:31:15.438 INFO O| Dec 13 21:31:15.438 INFO file /rpool/images/build/host/work/gimlet/ramdisk/root/.bash_profile does not exist
90142024-12-13T21:31:17.472Z[ host-image] Dec 13 21:31:15.438 INFO O| Dec 13 21:31:15.438 INFO copying /work/oxidecomputer/helios/image/templates/files/bash_profile -> /rpool/images/build/host/work/gimlet/ramdisk/root/.bash_profile ...
90152024-12-13T21:31:17.472Z[ host-image] Dec 13 21:31:15.438 INFO O| Dec 13 21:31:15.438 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/ramdisk/root/.bash_profile
90162024-12-13T21:31:17.475Z[ host-image] Dec 13 21:31:15.438 INFO O| Dec 13 21:31:15.438 INFO ok!
90172024-12-13T21:31:17.475Z[ host-image] Dec 13 21:31:15.439 INFO O| Dec 13 21:31:15.438 INFO STEP 60 (ensure_file) COMPLETE
90182024-12-13T21:31:17.475Z[ host-image] Dec 13 21:31:15.439 INFO O| Dec 13 21:31:15.438 INFO STEP 61: ensure_file, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
90192024-12-13T21:31:17.491Z[ host-image] Dec 13 21:31:15.457 INFO O| Dec 13 21:31:15.457 WARN file /rpool/images/build/host/work/gimlet/ramdisk/root/.bashrc exists, with wrong contents, unlinking
90202024-12-13T21:31:17.491Z[ host-image] Dec 13 21:31:15.457 INFO O| Dec 13 21:31:15.457 INFO copying /work/oxidecomputer/helios/image/templates/files/bashrc -> /rpool/images/build/host/work/gimlet/ramdisk/root/.bashrc ...
90212024-12-13T21:31:17.495Z[ host-image] Dec 13 21:31:15.457 INFO O| Dec 13 21:31:15.457 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/ramdisk/root/.bashrc
90222024-12-13T21:31:17.495Z[ host-image] Dec 13 21:31:15.457 INFO O| Dec 13 21:31:15.457 INFO ok!
90232024-12-13T21:31:17.495Z[ host-image] Dec 13 21:31:15.457 INFO O| Dec 13 21:31:15.457 INFO STEP 61 (ensure_file) COMPLETE
90242024-12-13T21:31:17.495Z[ host-image] Dec 13 21:31:15.457 INFO O| Dec 13 21:31:15.457 INFO STEP 62: ensure_file, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
90252024-12-13T21:31:17.522Z[ host-image] Dec 13 21:31:15.488 INFO O| Dec 13 21:31:15.488 WARN file /rpool/images/build/host/work/gimlet/ramdisk/etc/motd exists, with wrong contents, unlinking
90262024-12-13T21:31:17.523Z[ host-image] Dec 13 21:31:15.489 INFO O| Dec 13 21:31:15.488 INFO copying /work/oxidecomputer/helios/image/templates/files/motd -> /rpool/images/build/host/work/gimlet/ramdisk/etc/motd ...
90272024-12-13T21:31:17.525Z[ host-image] Dec 13 21:31:15.489 INFO O| Dec 13 21:31:15.489 INFO ownership wrong (Id(0):Id(0), not 0:3), path: /rpool/images/build/host/work/gimlet/ramdisk/etc/motd
90282024-12-13T21:31:17.525Z[ host-image] Dec 13 21:31:15.489 INFO O| Dec 13 21:31:15.489 INFO chown ok, path: /rpool/images/build/host/work/gimlet/ramdisk/etc/motd
90292024-12-13T21:31:17.525Z[ host-image] Dec 13 21:31:15.489 INFO O| Dec 13 21:31:15.489 INFO ok!
90302024-12-13T21:31:17.525Z[ host-image] Dec 13 21:31:15.489 INFO O| Dec 13 21:31:15.489 INFO STEP 62 (ensure_file) COMPLETE
90312024-12-13T21:31:17.525Z[ host-image] Dec 13 21:31:15.489 INFO O| Dec 13 21:31:15.489 INFO STEP 63: ensure_file, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
90322024-12-13T21:31:17.574Z[ host-image] Dec 13 21:31:15.540 INFO O| Dec 13 21:31:15.540 INFO file /rpool/images/build/host/work/gimlet/ramdisk/etc/system.d/zfs:dbuf does not exist
90332024-12-13T21:31:17.574Z[ host-image] Dec 13 21:31:15.540 INFO O| Dec 13 21:31:15.540 INFO copying /work/oxidecomputer/helios/image/templates/files/gimlet-system-zfs:dbuf -> /rpool/images/build/host/work/gimlet/ramdisk/etc/system.d/zfs:dbuf ...
90342024-12-13T21:31:17.576Z[ host-image] Dec 13 21:31:15.540 INFO O| Dec 13 21:31:15.540 INFO ownership wrong (Id(0):Id(0), not 0:3), path: /rpool/images/build/host/work/gimlet/ramdisk/etc/system.d/zfs:dbuf
90352024-12-13T21:31:17.576Z[ host-image] Dec 13 21:31:15.540 INFO O| Dec 13 21:31:15.540 INFO chown ok, path: /rpool/images/build/host/work/gimlet/ramdisk/etc/system.d/zfs:dbuf
90362024-12-13T21:31:17.576Z[ host-image] Dec 13 21:31:15.540 INFO O| Dec 13 21:31:15.540 INFO ok!
90372024-12-13T21:31:17.576Z[ host-image] Dec 13 21:31:15.540 INFO O| Dec 13 21:31:15.540 INFO STEP 63 (ensure_file) COMPLETE
90382024-12-13T21:31:17.576Z[ host-image] Dec 13 21:31:15.540 INFO O| Dec 13 21:31:15.540 INFO STEP 64: assemble_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
90392024-12-13T21:31:17.636Z[ host-image] Dec 13 21:31:15.601 INFO O| Dec 13 21:31:15.601 INFO file /rpool/images/build/host/work/gimlet/ramdisk/etc/system.d/.self-assembly does not exist
90402024-12-13T21:31:17.636Z[ host-image] Dec 13 21:31:15.602 INFO O| Dec 13 21:31:15.601 INFO writing /rpool/images/build/host/work/gimlet/ramdisk/etc/system.d/.self-assembly ...
90412024-12-13T21:31:17.636Z[ host-image] Dec 13 21:31:15.602 INFO O| Dec 13 21:31:15.602 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/ramdisk/etc/system.d/.self-assembly
90422024-12-13T21:31:17.638Z[ host-image] Dec 13 21:31:15.602 INFO O| Dec 13 21:31:15.602 INFO ok!
90432024-12-13T21:31:17.638Z[ host-image] Dec 13 21:31:15.602 INFO O| Dec 13 21:31:15.602 INFO STEP 64 (assemble_files) COMPLETE
90442024-12-13T21:31:17.638Z[ host-image] Dec 13 21:31:15.602 INFO O| Dec 13 21:31:15.602 INFO STEP 65: ensure_file, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
90452024-12-13T21:31:17.677Z[ host-image] Dec 13 21:31:15.643 INFO O| Dec 13 21:31:15.643 INFO file /rpool/images/build/host/work/gimlet/ramdisk/etc/dumpadm.conf does not exist
90462024-12-13T21:31:17.677Z[ host-image] Dec 13 21:31:15.643 INFO O| Dec 13 21:31:15.643 INFO copying /work/oxidecomputer/helios/image/templates/files/dumpadm.conf -> /rpool/images/build/host/work/gimlet/ramdisk/etc/dumpadm.conf ...
90472024-12-13T21:31:17.680Z[ host-image] Dec 13 21:31:15.643 INFO O| Dec 13 21:31:15.643 INFO ownership wrong (Id(0):Id(0), not 0:1), path: /rpool/images/build/host/work/gimlet/ramdisk/etc/dumpadm.conf
90482024-12-13T21:31:17.680Z[ host-image] Dec 13 21:31:15.644 INFO O| Dec 13 21:31:15.643 INFO chown ok, path: /rpool/images/build/host/work/gimlet/ramdisk/etc/dumpadm.conf
90492024-12-13T21:31:17.680Z[ host-image] Dec 13 21:31:15.644 INFO O| Dec 13 21:31:15.643 INFO ok!
90502024-12-13T21:31:17.680Z[ host-image] Dec 13 21:31:15.644 INFO O| Dec 13 21:31:15.644 INFO STEP 65 (ensure_file) COMPLETE
90512024-12-13T21:31:17.680Z[ host-image] Dec 13 21:31:15.644 INFO O| Dec 13 21:31:15.644 INFO STEP 66: ensure_dir, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
90522024-12-13T21:31:17.713Z[ host-image] Dec 13 21:31:15.679 INFO O| Dec 13 21:31:15.679 INFO creating directory: /rpool/images/build/host/work/gimlet/ramdisk/usr/lib/brand/omicron1/baseline
90532024-12-13T21:31:17.716Z[ host-image] Dec 13 21:31:15.680 INFO O| Dec 13 21:31:15.679 INFO ownership wrong (Id(0):Id(0), not 0:3), path: /rpool/images/build/host/work/gimlet/ramdisk/usr/lib/brand/omicron1/baseline
90542024-12-13T21:31:17.716Z[ host-image] Dec 13 21:31:15.680 INFO O| Dec 13 21:31:15.680 INFO chown ok, path: /rpool/images/build/host/work/gimlet/ramdisk/usr/lib/brand/omicron1/baseline
90552024-12-13T21:31:17.716Z[ host-image] Dec 13 21:31:15.680 INFO O| Dec 13 21:31:15.680 INFO STEP 66 (ensure_dir) COMPLETE
90562024-12-13T21:31:17.716Z[ host-image] Dec 13 21:31:15.680 INFO O| Dec 13 21:31:15.680 INFO STEP 67: ensure_file, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
90572024-12-13T21:31:17.733Z[ host-image] Dec 13 21:31:15.699 INFO O| Dec 13 21:31:15.699 INFO file /rpool/images/build/host/work/gimlet/ramdisk/usr/lib/brand/omicron1/baseline/files.tar.gz does not exist
90582024-12-13T21:31:17.733Z[ host-image] Dec 13 21:31:15.699 INFO O| Dec 13 21:31:15.699 INFO copying /work/oxidecomputer/helios/tmp/image.host/omicron1/files.tar.gz -> /rpool/images/build/host/work/gimlet/ramdisk/usr/lib/brand/omicron1/baseline/files.tar.gz ...
90592024-12-13T21:31:17.744Z[ host-image] Dec 13 21:31:15.710 INFO O| Dec 13 21:31:15.710 INFO ownership wrong (Id(0):Id(0), not 0:3), path: /rpool/images/build/host/work/gimlet/ramdisk/usr/lib/brand/omicron1/baseline/files.tar.gz
90602024-12-13T21:31:17.745Z[ host-image] Dec 13 21:31:15.710 INFO O| Dec 13 21:31:15.710 INFO chown ok, path: /rpool/images/build/host/work/gimlet/ramdisk/usr/lib/brand/omicron1/baseline/files.tar.gz
90612024-12-13T21:31:17.745Z[ host-image] Dec 13 21:31:15.710 INFO O| Dec 13 21:31:15.710 INFO ok!
90622024-12-13T21:31:17.745Z[ host-image] Dec 13 21:31:15.710 INFO O| Dec 13 21:31:15.710 INFO STEP 67 (ensure_file) COMPLETE
90632024-12-13T21:31:17.745Z[ host-image] Dec 13 21:31:15.710 INFO O| Dec 13 21:31:15.710 INFO STEP 68: ensure_file, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
90642024-12-13T21:31:17.806Z[ host-image] Dec 13 21:31:15.772 INFO O| Dec 13 21:31:15.772 INFO file /rpool/images/build/host/work/gimlet/ramdisk/usr/lib/brand/omicron1/baseline/gzonly.txt does not exist
90652024-12-13T21:31:17.806Z[ host-image] Dec 13 21:31:15.772 INFO O| Dec 13 21:31:15.772 INFO copying /work/oxidecomputer/helios/tmp/image.host/omicron1/gzonly.txt -> /rpool/images/build/host/work/gimlet/ramdisk/usr/lib/brand/omicron1/baseline/gzonly.txt ...
90662024-12-13T21:31:17.809Z[ host-image] Dec 13 21:31:15.772 INFO O| Dec 13 21:31:15.772 INFO ownership wrong (Id(0):Id(0), not 0:3), path: /rpool/images/build/host/work/gimlet/ramdisk/usr/lib/brand/omicron1/baseline/gzonly.txt
90672024-12-13T21:31:17.809Z[ host-image] Dec 13 21:31:15.772 INFO O| Dec 13 21:31:15.772 INFO chown ok, path: /rpool/images/build/host/work/gimlet/ramdisk/usr/lib/brand/omicron1/baseline/gzonly.txt
90682024-12-13T21:31:17.809Z[ host-image] Dec 13 21:31:15.772 INFO O| Dec 13 21:31:15.772 INFO ok!
90692024-12-13T21:31:17.809Z[ host-image] Dec 13 21:31:15.772 INFO O| Dec 13 21:31:15.772 INFO STEP 68 (ensure_file) COMPLETE
90702024-12-13T21:31:17.809Z[ host-image] Dec 13 21:31:15.772 INFO O| Dec 13 21:31:15.772 INFO STEP 69: pack_tar, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
90712024-12-13T21:31:17.836Z[ host-image] Dec 13 21:31:15.802 INFO O| Dec 13 21:31:15.802 INFO file /rpool/images/build/host/output/gimlet-ramdisk.tar does not already exist, skipping removal
90722024-12-13T21:31:17.839Z[ host-image] Dec 13 21:31:15.802 INFO O| Dec 13 21:31:15.802 INFO exec: ["/usr/sbin/tar", "ceEp@/f", "/rpool/images/build/host/output/gimlet-ramdisk.tar", "-C", "/rpool/images/build/host/work/gimlet/ramdisk", "."]
90732024-12-13T21:31:21.737Z[ host-image] Dec 13 21:31:19.703 INFO O| Dec 13 21:31:19.703 INFO STEP 69 (pack_tar) COMPLETE
90742024-12-13T21:31:21.737Z[ host-image] Dec 13 21:31:19.703 INFO O| Dec 13 21:31:19.703 INFO creating output snapshot rpool/images/build/host/work/gimlet/ramdisk@trim
90752024-12-13T21:31:21.740Z[ host-image] Dec 13 21:31:19.703 INFO O| Dec 13 21:31:19.703 INFO CREATE SNAPSHOT: rpool/images/build/host/work/gimlet/ramdisk@trim
90762024-12-13T21:31:22.211Z[ host-image] Dec 13 21:31:20.177 INFO O| Dec 13 21:31:20.176 INFO DESTROY DATASET: rpool/images/build/host/tmp/gimlet/ramdisk-02-trim
90772024-12-13T21:31:22.351Z[ host-image] Dec 13 21:31:20.315 INFO O| Dec 13 21:31:20.315 INFO completed processing gimlet/ramdisk-02-trim
90782024-12-13T21:31:22.353Z[ host-image] Dec 13 21:31:20.318 INFO image builder template: zfs...
90792024-12-13T21:31:22.354Z[ host-image] Dec 13 21:31:20.318 INFO exec: ["pfexec", "/work/oxidecomputer/helios/projects/image-builder/target/debug/image-builder", "build", "-d", "rpool/images/build/host", "-g", "gimlet", "-T", "/work/oxidecomputer/helios/image/templates", "-F", "relver=2", "-E", "/tmp/.tmpFbsOmv/proto/host/root", "-F", "genproto=/work/oxidecomputer/helios/tmp/image.host/genproto.json", "-E", "/work/oxidecomputer/helios/tmp/image.host/omicron1", "-E", "/work/oxidecomputer/helios/projects", "-F", "repo_publisher=helios-dev", "-F", "repo_url=https://pkg.oxide.computer/helios/2/dev/", "-F", "baud=3000000", "-F", "omicron1", "-F", "optever=0.34.311", "-n", "zfs"], pwd: None
90802024-12-13T21:31:22.376Z[ host-image] Dec 13 21:31:20.342 INFO O| Dec 13 21:31:20.341 INFO skip include "stress" because feature "stress" is not enabled
90812024-12-13T21:31:22.446Z[ host-image] Dec 13 21:31:20.411 INFO O| Dec 13 21:31:20.411 INFO temporary dataset: rpool/images/build/host/tmp/gimlet/zfs
90822024-12-13T21:31:22.483Z[ host-image] Dec 13 21:31:20.448 INFO O| Dec 13 21:31:20.448 INFO CREATE DATASET: rpool/images/build/host/tmp/gimlet/zfs
90832024-12-13T21:31:22.609Z[ host-image] Dec 13 21:31:20.574 INFO O| Dec 13 21:31:20.574 INFO SET DATASET PROPERTY ON rpool/images/build/host/tmp/gimlet/zfs: sync = disabled
90842024-12-13T21:31:22.729Z[ host-image] Dec 13 21:31:20.694 INFO O| Dec 13 21:31:20.694 INFO temporary directory: /rpool/images/build/host/tmp/gimlet/zfs
90852024-12-13T21:31:22.729Z[ host-image] Dec 13 21:31:20.694 INFO O| Dec 13 21:31:20.694 INFO work dataset: rpool/images/build/host/work/gimlet/zfs
90862024-12-13T21:31:22.736Z[ host-image] Dec 13 21:31:20.701 INFO O| Dec 13 21:31:20.701 INFO CREATE DATASET: rpool/images/build/host/work/gimlet/zfs
90872024-12-13T21:31:22.867Z[ host-image] Dec 13 21:31:20.832 INFO O| Dec 13 21:31:20.832 INFO SET DATASET PROPERTY ON rpool/images/build/host/work/gimlet/zfs: sync = disabled
90882024-12-13T21:31:22.982Z[ host-image] Dec 13 21:31:20.947 INFO O| Dec 13 21:31:20.947 INFO DESTROY POOL: TEMPORARY-gimlet-zfs
90892024-12-13T21:31:23.053Z[ host-image] Dec 13 21:31:21.016 INFO O| Dec 13 21:31:21.016 INFO image file: /rpool/images/build/host/work/gimlet/zfs/lofi.raw
90902024-12-13T21:31:23.096Z[ host-image] Dec 13 21:31:21.061 INFO O| Dec 13 21:31:21.061 INFO pool altroot: /rpool/images/build/host/work/gimlet/zfs/altroot
90912024-12-13T21:31:23.096Z[ host-image] Dec 13 21:31:21.061 INFO O| Dec 13 21:31:21.061 INFO no lofi found
90922024-12-13T21:31:23.098Z[ host-image] Dec 13 21:31:21.061 INFO O| Dec 13 21:31:21.061 INFO file /rpool/images/build/host/work/gimlet/zfs/lofi.raw does not already exist, skipping removal
90932024-12-13T21:31:23.098Z[ host-image] Dec 13 21:31:21.061 INFO O| Dec 13 21:31:21.061 INFO CREATE IMAGE (1000MB): /rpool/images/build/host/work/gimlet/zfs/lofi.raw
90942024-12-13T21:31:25.045Z[ host-image] Dec 13 21:31:23.010 INFO O| Dec 13 21:31:23.010 INFO lofi device = /dev/dsk/c2t1d0p0
90952024-12-13T21:31:25.045Z[ host-image] Dec 13 21:31:23.010 INFO O| Dec 13 21:31:23.010 INFO pool device = /dev/dsk/c2t1d0p0
90962024-12-13T21:31:25.048Z[ host-image] Dec 13 21:31:23.011 INFO O| Dec 13 21:31:23.010 INFO exec: ["/sbin/zpool", "create", "-t", "TEMPORARY-gimlet-zfs", "-O", "compression=gzip-9", "-R", "/rpool/images/build/host/work/gimlet/zfs/altroot", "-o", "ashift=9", "-o", "autoexpand=on", "-o", "failmode=panic", "rpool", "/dev/dsk/c2t1d0p0"]
90972024-12-13T21:31:25.298Z[ host-image] Dec 13 21:31:23.263 INFO O| Dec 13 21:31:23.262 INFO STEP 0: create_be, from: /work/oxidecomputer/helios/image/templates/gimlet/zfs.json
90982024-12-13T21:31:25.298Z[ host-image] Dec 13 21:31:23.263 INFO O| Dec 13 21:31:23.263 INFO CREATE DATASET: TEMPORARY-gimlet-zfs/ROOT
90992024-12-13T21:31:25.413Z[ host-image] Dec 13 21:31:23.377 INFO O| Dec 13 21:31:23.377 INFO SET DATASET PROPERTY ON TEMPORARY-gimlet-zfs/ROOT: canmount = off
91002024-12-13T21:31:25.539Z[ host-image] Dec 13 21:31:23.504 INFO O| Dec 13 21:31:23.503 INFO SET DATASET PROPERTY ON TEMPORARY-gimlet-zfs/ROOT: mountpoint = legacy
91012024-12-13T21:31:25.595Z[ host-image] Dec 13 21:31:23.560 INFO O| Dec 13 21:31:23.560 INFO CREATE DATASET: TEMPORARY-gimlet-zfs/ROOT/ramdisk
91022024-12-13T21:31:25.623Z[ host-image] Dec 13 21:31:23.588 INFO O| Dec 13 21:31:23.588 INFO SET DATASET PROPERTY ON TEMPORARY-gimlet-zfs/ROOT/ramdisk: canmount = noauto
91032024-12-13T21:31:25.651Z[ host-image] Dec 13 21:31:23.616 INFO O| Dec 13 21:31:23.616 INFO SET DATASET PROPERTY ON TEMPORARY-gimlet-zfs/ROOT/ramdisk: mountpoint = legacy
91042024-12-13T21:31:25.740Z[ host-image] Dec 13 21:31:23.705 INFO O| Dec 13 21:31:23.704 INFO creating directory: /rpool/images/build/host/work/gimlet/zfs/a
91052024-12-13T21:31:25.742Z[ host-image] Dec 13 21:31:23.705 INFO O| Dec 13 21:31:23.705 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a
91062024-12-13T21:31:25.743Z[ host-image] Dec 13 21:31:23.705 INFO O| Dec 13 21:31:23.705 INFO exec: ["/sbin/mount", "-F", "zfs", "TEMPORARY-gimlet-zfs/ROOT/ramdisk", "/rpool/images/build/host/work/gimlet/zfs/a"]
91072024-12-13T21:31:25.760Z[ host-image] Dec 13 21:31:23.725 INFO O| Dec 13 21:31:23.725 INFO boot environment UUID: 549de30e-3444-4baa-98b3-c709df461e86
91082024-12-13T21:31:25.760Z[ host-image] Dec 13 21:31:23.725 INFO O| Dec 13 21:31:23.725 INFO SET DATASET PROPERTY ON TEMPORARY-gimlet-zfs/ROOT/ramdisk: org.opensolaris.libbe:uuid = 549de30e-3444-4baa-98b3-c709df461e86
91092024-12-13T21:31:25.832Z[ host-image] Dec 13 21:31:23.790 INFO O| Dec 13 21:31:23.790 INFO SET DATASET PROPERTY ON TEMPORARY-gimlet-zfs/ROOT/ramdisk: org.opensolaris.libbe:policy = static
91102024-12-13T21:31:25.883Z[ host-image] Dec 13 21:31:23.848 INFO O| Dec 13 21:31:23.848 INFO STEP 0 (create_be) COMPLETE
91112024-12-13T21:31:25.883Z[ host-image] Dec 13 21:31:23.848 INFO O| Dec 13 21:31:23.848 INFO STEP 1: unpack_tar, from: /work/oxidecomputer/helios/image/templates/gimlet/zfs.json
91122024-12-13T21:31:25.931Z[ host-image] Dec 13 21:31:23.895 INFO O| Dec 13 21:31:23.895 INFO exec: ["/usr/sbin/tar", "xeEp@/f", "/rpool/images/build/host/output/gimlet-ramdisk.tar", "-C", "/rpool/images/build/host/work/gimlet/zfs/a"]
91132024-12-13T21:31:36.671Z[ recovery-image] Dec 13 21:31:34.635 INFO E| Compiling rustc-std-workspace-core v1.99.0 (/home/build/.rustup/toolchains/nightly-2024-10-27-x86_64-unknown-illumos/lib/rustlib/src/rust/library/rustc-std-workspace-core)
91142024-12-13T21:31:43.693Z[ recovery-image] Dec 13 21:31:41.655 INFO E| Compiling alloc v0.0.0 (/home/build/.rustup/toolchains/nightly-2024-10-27-x86_64-unknown-illumos/lib/rustlib/src/rust/library/alloc)
91152024-12-13T21:31:51.273Z[ host-image] Dec 13 21:31:49.235 INFO O| Dec 13 21:31:49.235 INFO STEP 1 (unpack_tar) COMPLETE
91162024-12-13T21:31:51.273Z[ host-image] Dec 13 21:31:49.235 INFO O| Dec 13 21:31:49.235 INFO STEP 2: devfsadm, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
91172024-12-13T21:31:51.291Z[ host-image] Dec 13 21:31:49.253 INFO O| Dec 13 21:31:49.253 INFO exec: ["/usr/sbin/devfsadm", "-r", "/rpool/images/build/host/work/gimlet/zfs/a"]
91182024-12-13T21:31:51.737Z[ host-image] Dec 13 21:31:49.699 INFO O| Dec 13 21:31:49.699 INFO STEP 2 (devfsadm) COMPLETE
91192024-12-13T21:31:51.739Z[ host-image] Dec 13 21:31:49.699 INFO O| Dec 13 21:31:49.699 INFO STEP 3: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
91202024-12-13T21:31:51.754Z[ host-image] Dec 13 21:31:49.716 INFO O| Dec 13 21:31:49.716 INFO creating directory: /rpool/images/build/host/work/gimlet/zfs/a/dev/cfg
91212024-12-13T21:31:51.754Z[ host-image] Dec 13 21:31:49.716 INFO O| Dec 13 21:31:49.716 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/dev/cfg
91222024-12-13T21:31:51.754Z[ host-image] Dec 13 21:31:49.716 INFO O| Dec 13 21:31:49.716 INFO STEP 3 (ensure_dir) COMPLETE
91232024-12-13T21:31:51.757Z[ host-image] Dec 13 21:31:49.716 INFO O| Dec 13 21:31:49.716 INFO STEP 4: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
91242024-12-13T21:31:51.787Z[ host-image] Dec 13 21:31:49.749 INFO O| Dec 13 21:31:49.749 INFO ownership already OK (0:3), path: /rpool/images/build/host/work/gimlet/zfs/a/dev/dsk
91252024-12-13T21:31:51.787Z[ host-image] Dec 13 21:31:49.749 INFO O| Dec 13 21:31:49.749 INFO STEP 4 (ensure_dir) COMPLETE
91262024-12-13T21:31:51.787Z[ host-image] Dec 13 21:31:49.749 INFO O| Dec 13 21:31:49.749 INFO STEP 5: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
91272024-12-13T21:31:51.805Z[ host-image] Dec 13 21:31:49.768 INFO O| Dec 13 21:31:49.767 INFO ownership already OK (0:3), path: /rpool/images/build/host/work/gimlet/zfs/a/dev/rdsk
91282024-12-13T21:31:51.808Z[ host-image] Dec 13 21:31:49.768 INFO O| Dec 13 21:31:49.767 INFO STEP 5 (ensure_dir) COMPLETE
91292024-12-13T21:31:51.808Z[ host-image] Dec 13 21:31:49.768 INFO O| Dec 13 21:31:49.767 INFO STEP 6: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
91302024-12-13T21:31:51.823Z[ host-image] Dec 13 21:31:49.785 INFO O| Dec 13 21:31:49.785 INFO creating directory: /rpool/images/build/host/work/gimlet/zfs/a/dev/sensors
91312024-12-13T21:31:51.823Z[ host-image] Dec 13 21:31:49.785 INFO O| Dec 13 21:31:49.785 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/dev/sensors
91322024-12-13T21:31:51.823Z[ host-image] Dec 13 21:31:49.785 INFO O| Dec 13 21:31:49.785 INFO STEP 6 (ensure_dir) COMPLETE
91332024-12-13T21:31:51.828Z[ host-image] Dec 13 21:31:49.785 INFO O| Dec 13 21:31:49.785 INFO STEP 7: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
91342024-12-13T21:31:51.842Z[ host-image] Dec 13 21:31:49.804 INFO O| Dec 13 21:31:49.804 INFO creating directory: /rpool/images/build/host/work/gimlet/zfs/a/dev/usb
91352024-12-13T21:31:51.842Z[ host-image] Dec 13 21:31:49.804 INFO O| Dec 13 21:31:49.804 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/dev/usb
91362024-12-13T21:31:51.844Z[ host-image] Dec 13 21:31:49.804 INFO O| Dec 13 21:31:49.804 INFO STEP 7 (ensure_dir) COMPLETE
91372024-12-13T21:31:51.845Z[ host-image] Dec 13 21:31:49.804 INFO O| Dec 13 21:31:49.804 INFO STEP 8: remove_files, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
91382024-12-13T21:31:51.901Z[ host-image] Dec 13 21:31:49.860 INFO O| Dec 13 21:31:49.860 INFO remove tree: "/rpool/images/build/host/work/gimlet/zfs/a/dev/cfg"
91392024-12-13T21:31:51.901Z[ host-image] Dec 13 21:31:49.860 INFO O| Dec 13 21:31:49.860 INFO STEP 8 (remove_files) COMPLETE
91402024-12-13T21:31:51.902Z[ host-image] Dec 13 21:31:49.860 INFO O| Dec 13 21:31:49.860 INFO STEP 9: remove_files, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
91412024-12-13T21:31:51.938Z[ host-image] Dec 13 21:31:49.900 INFO O| Dec 13 21:31:49.900 INFO remove tree: "/rpool/images/build/host/work/gimlet/zfs/a/dev/dsk"
91422024-12-13T21:31:51.940Z[ host-image] Dec 13 21:31:49.901 INFO O| Dec 13 21:31:49.901 INFO STEP 9 (remove_files) COMPLETE
91432024-12-13T21:31:51.940Z[ host-image] Dec 13 21:31:49.901 INFO O| Dec 13 21:31:49.901 INFO STEP 10: remove_files, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
91442024-12-13T21:31:51.961Z[ host-image] Dec 13 21:31:49.923 INFO O| Dec 13 21:31:49.922 INFO remove tree: "/rpool/images/build/host/work/gimlet/zfs/a/dev/rdsk"
91452024-12-13T21:31:51.966Z[ host-image] Dec 13 21:31:49.924 INFO O| Dec 13 21:31:49.924 INFO STEP 10 (remove_files) COMPLETE
91462024-12-13T21:31:51.966Z[ host-image] Dec 13 21:31:49.924 INFO O| Dec 13 21:31:49.924 INFO STEP 11: remove_files, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
91472024-12-13T21:31:52.002Z[ host-image] Dec 13 21:31:49.964 INFO O| Dec 13 21:31:49.963 INFO remove tree: "/rpool/images/build/host/work/gimlet/zfs/a/dev/sensors"
91482024-12-13T21:31:52.005Z[ host-image] Dec 13 21:31:49.964 INFO O| Dec 13 21:31:49.964 INFO STEP 11 (remove_files) COMPLETE
91492024-12-13T21:31:52.005Z[ host-image] Dec 13 21:31:49.964 INFO O| Dec 13 21:31:49.964 INFO STEP 12: remove_files, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
91502024-12-13T21:31:52.021Z[ host-image] Dec 13 21:31:49.983 INFO O| Dec 13 21:31:49.983 INFO remove tree: "/rpool/images/build/host/work/gimlet/zfs/a/dev/usb"
91512024-12-13T21:31:52.024Z[ host-image] Dec 13 21:31:49.983 INFO O| Dec 13 21:31:49.983 INFO STEP 12 (remove_files) COMPLETE
91522024-12-13T21:31:52.024Z[ host-image] Dec 13 21:31:49.983 INFO O| Dec 13 21:31:49.983 INFO STEP 13: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
91532024-12-13T21:31:52.042Z[ host-image] Dec 13 21:31:50.004 INFO O| Dec 13 21:31:50.004 INFO creating directory: /rpool/images/build/host/work/gimlet/zfs/a/dev/cfg
91542024-12-13T21:31:52.042Z[ host-image] Dec 13 21:31:50.004 INFO O| Dec 13 21:31:50.004 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/dev/cfg
91552024-12-13T21:31:52.042Z[ host-image] Dec 13 21:31:50.004 INFO O| Dec 13 21:31:50.004 INFO STEP 13 (ensure_dir) COMPLETE
91562024-12-13T21:31:52.045Z[ host-image] Dec 13 21:31:50.004 INFO O| Dec 13 21:31:50.004 INFO STEP 14: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
91572024-12-13T21:31:52.062Z[ host-image] Dec 13 21:31:50.024 INFO O| Dec 13 21:31:50.024 INFO creating directory: /rpool/images/build/host/work/gimlet/zfs/a/dev/dsk
91582024-12-13T21:31:52.062Z[ host-image] Dec 13 21:31:50.024 INFO O| Dec 13 21:31:50.024 INFO ownership wrong (Id(0):Id(0), not 0:3), path: /rpool/images/build/host/work/gimlet/zfs/a/dev/dsk
91592024-12-13T21:31:52.064Z[ host-image] Dec 13 21:31:50.024 INFO O| Dec 13 21:31:50.024 INFO chown ok, path: /rpool/images/build/host/work/gimlet/zfs/a/dev/dsk
91602024-12-13T21:31:52.064Z[ host-image] Dec 13 21:31:50.024 INFO O| Dec 13 21:31:50.024 INFO STEP 14 (ensure_dir) COMPLETE
91612024-12-13T21:31:52.064Z[ host-image] Dec 13 21:31:50.024 INFO O| Dec 13 21:31:50.024 INFO STEP 15: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
91622024-12-13T21:31:52.084Z[ host-image] Dec 13 21:31:50.046 INFO O| Dec 13 21:31:50.046 INFO creating directory: /rpool/images/build/host/work/gimlet/zfs/a/dev/rdsk
91632024-12-13T21:31:52.084Z[ host-image] Dec 13 21:31:50.046 INFO O| Dec 13 21:31:50.046 INFO ownership wrong (Id(0):Id(0), not 0:3), path: /rpool/images/build/host/work/gimlet/zfs/a/dev/rdsk
91642024-12-13T21:31:52.084Z[ host-image] Dec 13 21:31:50.046 INFO O| Dec 13 21:31:50.046 INFO chown ok, path: /rpool/images/build/host/work/gimlet/zfs/a/dev/rdsk
91652024-12-13T21:31:52.088Z[ host-image] Dec 13 21:31:50.046 INFO O| Dec 13 21:31:50.046 INFO STEP 15 (ensure_dir) COMPLETE
91662024-12-13T21:31:52.088Z[ host-image] Dec 13 21:31:50.047 INFO O| Dec 13 21:31:50.046 INFO STEP 16: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
91672024-12-13T21:31:52.119Z[ host-image] Dec 13 21:31:50.081 INFO O| Dec 13 21:31:50.081 INFO creating directory: /rpool/images/build/host/work/gimlet/zfs/a/dev/sensors
91682024-12-13T21:31:52.119Z[ host-image] Dec 13 21:31:50.081 INFO O| Dec 13 21:31:50.081 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/dev/sensors
91692024-12-13T21:31:52.119Z[ host-image] Dec 13 21:31:50.081 INFO O| Dec 13 21:31:50.081 INFO STEP 16 (ensure_dir) COMPLETE
91702024-12-13T21:31:52.122Z[ host-image] Dec 13 21:31:50.081 INFO O| Dec 13 21:31:50.081 INFO STEP 17: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
91712024-12-13T21:31:52.139Z[ host-image] Dec 13 21:31:50.101 INFO O| Dec 13 21:31:50.101 INFO creating directory: /rpool/images/build/host/work/gimlet/zfs/a/dev/usb
91722024-12-13T21:31:52.139Z[ host-image] Dec 13 21:31:50.101 INFO O| Dec 13 21:31:50.101 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/dev/usb
91732024-12-13T21:31:52.139Z[ host-image] Dec 13 21:31:50.102 INFO O| Dec 13 21:31:50.101 INFO STEP 17 (ensure_dir) COMPLETE
91742024-12-13T21:31:52.142Z[ host-image] Dec 13 21:31:50.102 INFO O| Dec 13 21:31:50.102 INFO STEP 18: ensure_symlink, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
91752024-12-13T21:31:52.184Z[ host-image] Dec 13 21:31:50.146 INFO O| Dec 13 21:31:50.146 INFO link target ok (../devices/pseudo/sysmsg@0:msglog)
91762024-12-13T21:31:52.184Z[ host-image] Dec 13 21:31:50.146 INFO O| Dec 13 21:31:50.146 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/dev/msglog
91772024-12-13T21:31:52.184Z[ host-image] Dec 13 21:31:50.146 INFO O| Dec 13 21:31:50.146 INFO ok!
91782024-12-13T21:31:52.187Z[ host-image] Dec 13 21:31:50.146 INFO O| Dec 13 21:31:50.146 INFO STEP 18 (ensure_symlink) COMPLETE
91792024-12-13T21:31:52.187Z[ host-image] Dec 13 21:31:50.146 INFO O| Dec 13 21:31:50.146 INFO STEP 19: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
91802024-12-13T21:31:52.203Z[ host-image] Dec 13 21:31:50.164 INFO O| Dec 13 21:31:50.164 INFO file /rpool/images/build/host/work/gimlet/zfs/a/reconfigure exists, with correct contents
91812024-12-13T21:31:52.203Z[ host-image] Dec 13 21:31:50.164 INFO O| Dec 13 21:31:50.164 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/reconfigure
91822024-12-13T21:31:52.203Z[ host-image] Dec 13 21:31:50.164 INFO O| Dec 13 21:31:50.164 INFO ok!
91832024-12-13T21:31:52.203Z[ host-image] Dec 13 21:31:50.164 INFO O| Dec 13 21:31:50.164 INFO STEP 19 (ensure_file) COMPLETE
91842024-12-13T21:31:52.203Z[ host-image] Dec 13 21:31:50.164 INFO O| Dec 13 21:31:50.164 INFO STEP 20: ensure_symlink, from: /work/oxidecomputer/helios/image/templates/include/common.json
91852024-12-13T21:31:52.227Z[ host-image] Dec 13 21:31:50.189 INFO O| Dec 13 21:31:50.189 INFO link /rpool/images/build/host/work/gimlet/zfs/a/etc/svc/profile/generic.xml does not exist
91862024-12-13T21:31:52.227Z[ host-image] Dec 13 21:31:50.189 INFO O| Dec 13 21:31:50.189 INFO linking /rpool/images/build/host/work/gimlet/zfs/a/etc/svc/profile/generic.xml -> generic_limited_net.xml ...
91872024-12-13T21:31:52.230Z[ host-image] Dec 13 21:31:50.189 INFO O| Dec 13 21:31:50.189 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/etc/svc/profile/generic.xml
91882024-12-13T21:31:52.230Z[ host-image] Dec 13 21:31:50.189 INFO O| Dec 13 21:31:50.189 INFO ok!
91892024-12-13T21:31:52.230Z[ host-image] Dec 13 21:31:50.189 INFO O| Dec 13 21:31:50.189 INFO STEP 20 (ensure_symlink) COMPLETE
91902024-12-13T21:31:52.230Z[ host-image] Dec 13 21:31:50.189 INFO O| Dec 13 21:31:50.189 INFO STEP 21: ensure_symlink, from: /work/oxidecomputer/helios/image/templates/include/common.json
91912024-12-13T21:31:52.262Z[ host-image] Dec 13 21:31:50.224 INFO O| Dec 13 21:31:50.224 INFO link /rpool/images/build/host/work/gimlet/zfs/a/etc/svc/profile/inetd_services.xml does not exist
91922024-12-13T21:31:52.262Z[ host-image] Dec 13 21:31:50.224 INFO O| Dec 13 21:31:50.224 INFO linking /rpool/images/build/host/work/gimlet/zfs/a/etc/svc/profile/inetd_services.xml -> inetd_generic.xml ...
91932024-12-13T21:31:52.262Z[ host-image] Dec 13 21:31:50.224 INFO O| Dec 13 21:31:50.224 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/etc/svc/profile/inetd_services.xml
91942024-12-13T21:31:52.262Z[ host-image] Dec 13 21:31:50.224 INFO O| Dec 13 21:31:50.224 INFO ok!
91952024-12-13T21:31:52.264Z[ host-image] Dec 13 21:31:50.224 INFO O| Dec 13 21:31:50.224 INFO STEP 21 (ensure_symlink) COMPLETE
91962024-12-13T21:31:52.264Z[ host-image] Dec 13 21:31:50.224 INFO O| Dec 13 21:31:50.224 INFO STEP 22: ensure_symlink, from: /work/oxidecomputer/helios/image/templates/include/common.json
91972024-12-13T21:31:52.322Z[ host-image] Dec 13 21:31:50.284 INFO O| Dec 13 21:31:50.284 INFO link /rpool/images/build/host/work/gimlet/zfs/a/etc/svc/profile/platform.xml does not exist
91982024-12-13T21:31:52.322Z[ host-image] Dec 13 21:31:50.284 INFO O| Dec 13 21:31:50.284 INFO linking /rpool/images/build/host/work/gimlet/zfs/a/etc/svc/profile/platform.xml -> platform_oxide.xml ...
91992024-12-13T21:31:52.327Z[ host-image] Dec 13 21:31:50.284 INFO O| Dec 13 21:31:50.284 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/etc/svc/profile/platform.xml
92002024-12-13T21:31:52.327Z[ host-image] Dec 13 21:31:50.284 INFO O| Dec 13 21:31:50.284 INFO ok!
92012024-12-13T21:31:52.327Z[ host-image] Dec 13 21:31:50.284 INFO O| Dec 13 21:31:50.284 INFO STEP 22 (ensure_symlink) COMPLETE
92022024-12-13T21:31:52.327Z[ host-image] Dec 13 21:31:50.284 INFO O| Dec 13 21:31:50.284 INFO STEP 23: ensure_symlink, from: /work/oxidecomputer/helios/image/templates/include/common.json
92032024-12-13T21:31:52.359Z[ host-image] Dec 13 21:31:50.321 INFO O| Dec 13 21:31:50.321 INFO link /rpool/images/build/host/work/gimlet/zfs/a/etc/svc/profile/name_service.xml does not exist
92042024-12-13T21:31:52.359Z[ host-image] Dec 13 21:31:50.321 INFO O| Dec 13 21:31:50.321 INFO linking /rpool/images/build/host/work/gimlet/zfs/a/etc/svc/profile/name_service.xml -> ns_dns.xml ...
92052024-12-13T21:31:52.359Z[ host-image] Dec 13 21:31:50.321 INFO O| Dec 13 21:31:50.321 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/etc/svc/profile/name_service.xml
92062024-12-13T21:31:52.362Z[ host-image] Dec 13 21:31:50.321 INFO O| Dec 13 21:31:50.321 INFO ok!
92072024-12-13T21:31:52.362Z[ host-image] Dec 13 21:31:50.321 INFO O| Dec 13 21:31:50.321 INFO STEP 23 (ensure_symlink) COMPLETE
92082024-12-13T21:31:52.362Z[ host-image] Dec 13 21:31:50.321 INFO O| Dec 13 21:31:50.321 INFO STEP 24: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/common.json
92092024-12-13T21:31:52.390Z[ host-image] Dec 13 21:31:50.351 INFO O| Dec 13 21:31:50.351 WARN file /rpool/images/build/host/work/gimlet/zfs/a/etc/nsswitch.conf exists, with wrong contents, unlinking
92102024-12-13T21:31:52.390Z[ host-image] Dec 13 21:31:50.351 INFO O| Dec 13 21:31:50.351 INFO copying /rpool/images/build/host/work/gimlet/zfs/a/etc/nsswitch.dns -> /rpool/images/build/host/work/gimlet/zfs/a/etc/nsswitch.conf ...
92112024-12-13T21:31:52.393Z[ host-image] Dec 13 21:31:50.352 INFO O| Dec 13 21:31:50.352 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/etc/nsswitch.conf
92122024-12-13T21:31:52.393Z[ host-image] Dec 13 21:31:50.352 INFO O| Dec 13 21:31:50.352 INFO ok!
92132024-12-13T21:31:52.393Z[ host-image] Dec 13 21:31:50.352 INFO O| Dec 13 21:31:50.352 INFO STEP 24 (ensure_file) COMPLETE
92142024-12-13T21:31:52.393Z[ host-image] Dec 13 21:31:50.352 INFO O| Dec 13 21:31:50.352 INFO STEP 25: shadow, from: /work/oxidecomputer/helios/image/templates/include/common.json
92152024-12-13T21:31:52.409Z[ host-image] Dec 13 21:31:50.370 INFO O| Dec 13 21:31:50.370 INFO updating shadow file
92162024-12-13T21:31:52.411Z[ host-image] Dec 13 21:31:50.371 INFO O| Dec 13 21:31:50.370 INFO ownership wrong (Id(0):Id(3), not 0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/etc/shadow
92172024-12-13T21:31:52.411Z[ host-image] Dec 13 21:31:50.371 INFO O| Dec 13 21:31:50.371 INFO chown ok, path: /rpool/images/build/host/work/gimlet/zfs/a/etc/shadow
92182024-12-13T21:31:52.411Z[ host-image] Dec 13 21:31:50.371 INFO O| Dec 13 21:31:50.371 INFO STEP 25 (shadow) COMPLETE
92192024-12-13T21:31:52.411Z[ host-image] Dec 13 21:31:50.371 INFO O| Dec 13 21:31:50.371 INFO STEP 26: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/common.json
92202024-12-13T21:31:52.429Z[ host-image] Dec 13 21:31:50.390 INFO O| Dec 13 21:31:50.390 WARN file /rpool/images/build/host/work/gimlet/zfs/a/etc/inet/hosts exists, with wrong contents, unlinking
92212024-12-13T21:31:52.429Z[ host-image] Dec 13 21:31:50.390 INFO O| Dec 13 21:31:50.390 INFO copying /work/oxidecomputer/helios/image/templates/files/hosts -> /rpool/images/build/host/work/gimlet/zfs/a/etc/inet/hosts ...
92222024-12-13T21:31:52.432Z[ host-image] Dec 13 21:31:50.390 INFO O| Dec 13 21:31:50.390 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/etc/inet/hosts
92232024-12-13T21:31:52.432Z[ host-image] Dec 13 21:31:50.391 INFO O| Dec 13 21:31:50.390 INFO ok!
92242024-12-13T21:31:52.432Z[ host-image] Dec 13 21:31:50.391 INFO O| Dec 13 21:31:50.390 INFO STEP 26 (ensure_file) COMPLETE
92252024-12-13T21:31:52.432Z[ host-image] Dec 13 21:31:50.391 INFO O| Dec 13 21:31:50.391 INFO STEP 27: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/common.json
92262024-12-13T21:31:52.465Z[ host-image] Dec 13 21:31:50.427 INFO O| Dec 13 21:31:50.427 INFO file /rpool/images/build/host/work/gimlet/zfs/a/etc/nodename does not exist
92272024-12-13T21:31:52.466Z[ host-image] Dec 13 21:31:50.427 INFO O| Dec 13 21:31:50.427 INFO writing /rpool/images/build/host/work/gimlet/zfs/a/etc/nodename ...
92282024-12-13T21:31:52.468Z[ host-image] Dec 13 21:31:50.428 INFO O| Dec 13 21:31:50.427 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/etc/nodename
92292024-12-13T21:31:52.468Z[ host-image] Dec 13 21:31:50.428 INFO O| Dec 13 21:31:50.427 INFO ok!
92302024-12-13T21:31:52.468Z[ host-image] Dec 13 21:31:50.428 INFO O| Dec 13 21:31:50.428 INFO STEP 27 (ensure_file) COMPLETE
92312024-12-13T21:31:52.468Z[ host-image] Dec 13 21:31:50.428 INFO O| Dec 13 21:31:50.428 INFO STEP 28: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/common.json
92322024-12-13T21:31:52.485Z[ host-image] Dec 13 21:31:50.447 INFO O| Dec 13 21:31:50.447 WARN file /rpool/images/build/host/work/gimlet/zfs/a/etc/default/dhcpagent exists, with wrong contents, unlinking
92332024-12-13T21:31:52.485Z[ host-image] Dec 13 21:31:50.447 INFO O| Dec 13 21:31:50.447 INFO copying /work/oxidecomputer/helios/image/templates/files/dhcpagent -> /rpool/images/build/host/work/gimlet/zfs/a/etc/default/dhcpagent ...
92342024-12-13T21:31:52.487Z[ host-image] Dec 13 21:31:50.447 INFO O| Dec 13 21:31:50.447 INFO ownership wrong (Id(0):Id(0), not 0:3), path: /rpool/images/build/host/work/gimlet/zfs/a/etc/default/dhcpagent
92352024-12-13T21:31:52.487Z[ host-image] Dec 13 21:31:50.447 INFO O| Dec 13 21:31:50.447 INFO chown ok, path: /rpool/images/build/host/work/gimlet/zfs/a/etc/default/dhcpagent
92362024-12-13T21:31:52.487Z[ host-image] Dec 13 21:31:50.447 INFO O| Dec 13 21:31:50.447 INFO ok!
92372024-12-13T21:31:52.487Z[ host-image] Dec 13 21:31:50.447 INFO O| Dec 13 21:31:50.447 INFO STEP 28 (ensure_file) COMPLETE
92382024-12-13T21:31:52.487Z[ host-image] Dec 13 21:31:50.447 INFO O| Dec 13 21:31:50.447 INFO STEP 29: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/common.json
92392024-12-13T21:31:52.505Z[ host-image] Dec 13 21:31:50.466 INFO O| Dec 13 21:31:50.465 INFO file /rpool/images/build/host/work/gimlet/zfs/a/etc/resolv.conf does not exist
92402024-12-13T21:31:52.505Z[ host-image] Dec 13 21:31:50.466 INFO O| Dec 13 21:31:50.465 INFO writing /rpool/images/build/host/work/gimlet/zfs/a/etc/resolv.conf ...
92412024-12-13T21:31:52.505Z[ host-image] Dec 13 21:31:50.466 INFO O| Dec 13 21:31:50.466 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/etc/resolv.conf
92422024-12-13T21:31:52.505Z[ host-image] Dec 13 21:31:50.466 INFO O| Dec 13 21:31:50.466 INFO ok!
92432024-12-13T21:31:52.505Z[ host-image] Dec 13 21:31:50.466 INFO O| Dec 13 21:31:50.466 INFO STEP 29 (ensure_file) COMPLETE
92442024-12-13T21:31:52.505Z[ host-image] Dec 13 21:31:50.466 INFO O| Dec 13 21:31:50.466 INFO STEP 30: ensure_file, from: /work/oxidecomputer/helios/image/templates/gimlet/zfs.json
92452024-12-13T21:31:52.537Z[ host-image] Dec 13 21:31:50.499 INFO O| Dec 13 21:31:50.499 INFO file /rpool/images/build/host/work/gimlet/zfs/a/etc/auto_master does not exist
92462024-12-13T21:31:52.537Z[ host-image] Dec 13 21:31:50.499 INFO O| Dec 13 21:31:50.499 INFO copying /work/oxidecomputer/helios/image/templates/files/auto_master -> /rpool/images/build/host/work/gimlet/zfs/a/etc/auto_master ...
92472024-12-13T21:31:52.538Z[ host-image] Dec 13 21:31:50.499 INFO O| Dec 13 21:31:50.499 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/etc/auto_master
92482024-12-13T21:31:52.540Z[ host-image] Dec 13 21:31:50.499 INFO O| Dec 13 21:31:50.499 INFO ok!
92492024-12-13T21:31:52.540Z[ host-image] Dec 13 21:31:50.499 INFO O| Dec 13 21:31:50.499 INFO STEP 30 (ensure_file) COMPLETE
92502024-12-13T21:31:52.540Z[ host-image] Dec 13 21:31:50.499 INFO O| Dec 13 21:31:50.499 INFO STEP 31: ensure_file, from: /work/oxidecomputer/helios/image/templates/gimlet/zfs.json
92512024-12-13T21:31:52.577Z[ host-image] Dec 13 21:31:50.539 INFO O| Dec 13 21:31:50.539 WARN file /rpool/images/build/host/work/gimlet/zfs/a/etc/ttydefs exists, with wrong contents, unlinking
92522024-12-13T21:31:52.577Z[ host-image] Dec 13 21:31:50.539 INFO O| Dec 13 21:31:50.539 INFO copying /work/oxidecomputer/helios/image/templates/files/ttydefs.3000000 -> /rpool/images/build/host/work/gimlet/zfs/a/etc/ttydefs ...
92532024-12-13T21:31:52.577Z[ host-image] Dec 13 21:31:50.539 INFO O| Dec 13 21:31:50.539 INFO ownership wrong (Id(0):Id(0), not 0:3), path: /rpool/images/build/host/work/gimlet/zfs/a/etc/ttydefs
92542024-12-13T21:31:52.580Z[ host-image] Dec 13 21:31:50.540 INFO O| Dec 13 21:31:50.539 INFO chown ok, path: /rpool/images/build/host/work/gimlet/zfs/a/etc/ttydefs
92552024-12-13T21:31:52.580Z[ host-image] Dec 13 21:31:50.540 INFO O| Dec 13 21:31:50.540 INFO ok!
92562024-12-13T21:31:52.580Z[ host-image] Dec 13 21:31:50.540 INFO O| Dec 13 21:31:50.540 INFO STEP 31 (ensure_file) COMPLETE
92572024-12-13T21:31:52.580Z[ host-image] Dec 13 21:31:50.540 INFO O| Dec 13 21:31:50.540 INFO STEP 32: ensure_file, from: /work/oxidecomputer/helios/image/templates/gimlet/zfs.json
92582024-12-13T21:31:52.586Z[ recovery-image] Dec 13 21:31:50.548 INFO E| Compiling bitflags v1.3.2
92592024-12-13T21:31:52.586Z[ recovery-image] Dec 13 21:31:50.548 INFO E| Compiling adler2 v2.0.0
92602024-12-13T21:31:52.586Z[ recovery-image] Dec 13 21:31:50.548 INFO E| Compiling bit_field v0.10.2
92612024-12-13T21:31:52.589Z[ recovery-image] Dec 13 21:31:50.548 INFO E| Compiling plain v0.2.3
92622024-12-13T21:31:52.589Z[ recovery-image] Dec 13 21:31:50.549 INFO E| Compiling scroll v0.12.0
92632024-12-13T21:31:52.589Z[ recovery-image] Dec 13 21:31:50.549 INFO E| Compiling log v0.4.22
92642024-12-13T21:31:52.589Z[ recovery-image] Dec 13 21:31:50.549 INFO E| Compiling bitstruct v0.1.1
92652024-12-13T21:31:52.697Z[ recovery-image] Dec 13 21:31:50.659 INFO E| Compiling raw-cpuid v10.7.0
92662024-12-13T21:31:52.730Z[ recovery-image] Dec 13 21:31:50.692 INFO E| Compiling cpio_reader v0.1.1
92672024-12-13T21:31:52.814Z[ host-image] Dec 13 21:31:50.776 INFO O| Dec 13 21:31:50.776 WARN file /rpool/images/build/host/work/gimlet/zfs/a/etc/default/init exists, with wrong contents, unlinking
92682024-12-13T21:31:52.817Z[ host-image] Dec 13 21:31:50.776 INFO O| Dec 13 21:31:50.776 INFO copying /work/oxidecomputer/helios/image/templates/files/default_init -> /rpool/images/build/host/work/gimlet/zfs/a/etc/default/init ...
92692024-12-13T21:31:52.817Z[ host-image] Dec 13 21:31:50.776 INFO O| Dec 13 21:31:50.776 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/etc/default/init
92702024-12-13T21:31:52.817Z[ host-image] Dec 13 21:31:50.776 INFO O| Dec 13 21:31:50.776 INFO ok!
92712024-12-13T21:31:52.817Z[ host-image] Dec 13 21:31:50.776 INFO O| Dec 13 21:31:50.776 INFO STEP 32 (ensure_file) COMPLETE
92722024-12-13T21:31:52.817Z[ host-image] Dec 13 21:31:50.777 INFO O| Dec 13 21:31:50.777 INFO STEP 33: ensure_file, from: /work/oxidecomputer/helios/image/templates/gimlet/zfs.json
92732024-12-13T21:31:52.903Z[ host-image] Dec 13 21:31:50.865 INFO O| Dec 13 21:31:50.865 WARN file /rpool/images/build/host/work/gimlet/zfs/a/etc/ssh/sshd_config exists, with wrong contents, unlinking
92742024-12-13T21:31:52.906Z[ host-image] Dec 13 21:31:50.865 INFO O| Dec 13 21:31:50.865 INFO copying /work/oxidecomputer/helios/image/templates/files/sshd_config -> /rpool/images/build/host/work/gimlet/zfs/a/etc/ssh/sshd_config ...
92752024-12-13T21:31:52.906Z[ host-image] Dec 13 21:31:50.866 INFO O| Dec 13 21:31:50.866 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/etc/ssh/sshd_config
92762024-12-13T21:31:52.906Z[ host-image] Dec 13 21:31:50.866 INFO O| Dec 13 21:31:50.866 INFO ok!
92772024-12-13T21:31:52.906Z[ host-image] Dec 13 21:31:50.866 INFO O| Dec 13 21:31:50.866 INFO STEP 33 (ensure_file) COMPLETE
92782024-12-13T21:31:52.906Z[ host-image] Dec 13 21:31:50.866 INFO O| Dec 13 21:31:50.866 INFO STEP 34: ensure_file, from: /work/oxidecomputer/helios/image/templates/gimlet/zfs.json
92792024-12-13T21:31:53.004Z[ recovery-image] Dec 13 21:31:50.966 INFO E| Compiling miniz_oxide v0.8.0
92802024-12-13T21:31:53.029Z[ host-image] Dec 13 21:31:50.991 INFO O| Dec 13 21:31:50.991 INFO file /rpool/images/build/host/work/gimlet/zfs/a/usr/lib/bootparams does not exist
92812024-12-13T21:31:53.029Z[ host-image] Dec 13 21:31:50.991 INFO O| Dec 13 21:31:50.991 INFO copying /work/oxidecomputer/helios/image/templates/files/bootparams.sh -> /rpool/images/build/host/work/gimlet/zfs/a/usr/lib/bootparams ...
92822024-12-13T21:31:53.032Z[ host-image] Dec 13 21:31:50.991 INFO O| Dec 13 21:31:50.991 INFO perms are 644, should be 755, path: /rpool/images/build/host/work/gimlet/zfs/a/usr/lib/bootparams
92832024-12-13T21:31:53.032Z[ host-image] Dec 13 21:31:50.992 INFO O| Dec 13 21:31:50.992 INFO chmod ok, path: /rpool/images/build/host/work/gimlet/zfs/a/usr/lib/bootparams
92842024-12-13T21:31:53.032Z[ host-image] Dec 13 21:31:50.992 INFO O| Dec 13 21:31:50.992 INFO ownership wrong (Id(0):Id(0), not 0:2), path: /rpool/images/build/host/work/gimlet/zfs/a/usr/lib/bootparams
92852024-12-13T21:31:53.032Z[ host-image] Dec 13 21:31:50.992 INFO O| Dec 13 21:31:50.992 INFO chown ok, path: /rpool/images/build/host/work/gimlet/zfs/a/usr/lib/bootparams
92862024-12-13T21:31:53.032Z[ host-image] Dec 13 21:31:50.992 INFO O| Dec 13 21:31:50.992 INFO ok!
92872024-12-13T21:31:53.033Z[ host-image] Dec 13 21:31:50.992 INFO O| Dec 13 21:31:50.992 INFO STEP 34 (ensure_file) COMPLETE
92882024-12-13T21:31:53.033Z[ host-image] Dec 13 21:31:50.992 INFO O| Dec 13 21:31:50.992 INFO STEP 35: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/t6-firmware.json
92892024-12-13T21:31:53.073Z[ host-image] Dec 13 21:31:51.031 INFO O| Dec 13 21:31:51.031 INFO creating directory: /rpool/images/build/host/work/gimlet/zfs/a/platform/Oxide,Gimlet/firmware
92902024-12-13T21:31:53.073Z[ host-image] Dec 13 21:31:51.032 INFO O| Dec 13 21:31:51.031 INFO ownership wrong (Id(0):Id(0), not 0:3), path: /rpool/images/build/host/work/gimlet/zfs/a/platform/Oxide,Gimlet/firmware
92912024-12-13T21:31:53.073Z[ host-image] Dec 13 21:31:51.032 INFO O| Dec 13 21:31:51.032 INFO chown ok, path: /rpool/images/build/host/work/gimlet/zfs/a/platform/Oxide,Gimlet/firmware
92922024-12-13T21:31:53.075Z[ host-image] Dec 13 21:31:51.032 INFO O| Dec 13 21:31:51.032 INFO STEP 35 (ensure_dir) COMPLETE
92932024-12-13T21:31:53.075Z[ host-image] Dec 13 21:31:51.032 INFO O| Dec 13 21:31:51.032 INFO STEP 36: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/t6-firmware.json
92942024-12-13T21:31:53.106Z[ recovery-image] Dec 13 21:31:51.067 INFO E| Compiling static_assertions v1.1.0
92952024-12-13T21:31:53.311Z[ host-image] Dec 13 21:31:51.273 INFO O| Dec 13 21:31:51.273 INFO file /rpool/images/build/host/work/gimlet/zfs/a/platform/Oxide,Gimlet/firmware/Oxide_t6_2x100Gbase_kr_nomemory_v8C_6_26_10.bin does not exist
92962024-12-13T21:31:53.312Z[ host-image] Dec 13 21:31:51.273 INFO O| Dec 13 21:31:51.273 INFO copying /work/oxidecomputer/helios/projects/chelsio-t6-roms/srom/bins/Oxide_t6_2x100Gbase_kr_nomemory_v8C_6_26_10.bin -> /rpool/images/build/host/work/gimlet/zfs/a/platform/Oxide,Gimlet/firmware/Oxide_t6_2x100Gbase_kr_nomemory_v8C_6_26_10.bin ...
92972024-12-13T21:31:53.315Z[ host-image] Dec 13 21:31:51.273 INFO O| Dec 13 21:31:51.273 INFO perms are 644, should be 555, path: /rpool/images/build/host/work/gimlet/zfs/a/platform/Oxide,Gimlet/firmware/Oxide_t6_2x100Gbase_kr_nomemory_v8C_6_26_10.bin
92982024-12-13T21:31:53.315Z[ host-image] Dec 13 21:31:51.273 INFO O| Dec 13 21:31:51.273 INFO chmod ok, path: /rpool/images/build/host/work/gimlet/zfs/a/platform/Oxide,Gimlet/firmware/Oxide_t6_2x100Gbase_kr_nomemory_v8C_6_26_10.bin
92992024-12-13T21:31:53.315Z[ host-image] Dec 13 21:31:51.273 INFO O| Dec 13 21:31:51.273 INFO ownership wrong (Id(0):Id(0), not 0:3), path: /rpool/images/build/host/work/gimlet/zfs/a/platform/Oxide,Gimlet/firmware/Oxide_t6_2x100Gbase_kr_nomemory_v8C_6_26_10.bin
93002024-12-13T21:31:53.315Z[ host-image] Dec 13 21:31:51.273 INFO O| Dec 13 21:31:51.273 INFO chown ok, path: /rpool/images/build/host/work/gimlet/zfs/a/platform/Oxide,Gimlet/firmware/Oxide_t6_2x100Gbase_kr_nomemory_v8C_6_26_10.bin
93012024-12-13T21:31:53.315Z[ host-image] Dec 13 21:31:51.273 INFO O| Dec 13 21:31:51.273 INFO ok!
93022024-12-13T21:31:53.315Z[ host-image] Dec 13 21:31:51.273 INFO O| Dec 13 21:31:51.273 INFO STEP 36 (ensure_file) COMPLETE
93032024-12-13T21:31:53.315Z[ host-image] Dec 13 21:31:51.273 INFO O| Dec 13 21:31:51.273 INFO STEP 37: ensure_symlink, from: /work/oxidecomputer/helios/image/templates/include/t6-firmware.json
93042024-12-13T21:31:53.481Z[ host-image] Dec 13 21:31:51.443 INFO O| Dec 13 21:31:51.443 INFO link /rpool/images/build/host/work/gimlet/zfs/a/platform/Oxide,Gimlet/firmware/t6srom.bin does not exist
93052024-12-13T21:31:53.481Z[ host-image] Dec 13 21:31:51.443 INFO O| Dec 13 21:31:51.443 INFO linking /rpool/images/build/host/work/gimlet/zfs/a/platform/Oxide,Gimlet/firmware/t6srom.bin -> Oxide_t6_2x100Gbase_kr_nomemory_v8C_6_26_10.bin ...
93062024-12-13T21:31:53.485Z[ host-image] Dec 13 21:31:51.443 INFO O| Dec 13 21:31:51.443 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/platform/Oxide,Gimlet/firmware/t6srom.bin
93072024-12-13T21:31:53.485Z[ host-image] Dec 13 21:31:51.443 INFO O| Dec 13 21:31:51.443 INFO ok!
93082024-12-13T21:31:53.485Z[ host-image] Dec 13 21:31:51.443 INFO O| Dec 13 21:31:51.443 INFO STEP 37 (ensure_symlink) COMPLETE
93092024-12-13T21:31:53.485Z[ host-image] Dec 13 21:31:51.443 INFO O| Dec 13 21:31:51.443 INFO STEP 38: ensure_file, from: /work/oxidecomputer/helios/image/templates/gimlet/zfs.json
93102024-12-13T21:31:53.649Z[ host-image] Dec 13 21:31:51.611 INFO O| Dec 13 21:31:51.611 INFO file /rpool/images/build/host/work/gimlet/zfs/a/usr/lib/postboot does not exist
93112024-12-13T21:31:53.649Z[ host-image] Dec 13 21:31:51.611 INFO O| Dec 13 21:31:51.611 INFO copying /work/oxidecomputer/helios/image/templates/files/gimlet-postboot.sh -> /rpool/images/build/host/work/gimlet/zfs/a/usr/lib/postboot ...
93122024-12-13T21:31:53.652Z[ host-image] Dec 13 21:31:51.612 INFO O| Dec 13 21:31:51.612 INFO perms are 644, should be 755, path: /rpool/images/build/host/work/gimlet/zfs/a/usr/lib/postboot
93132024-12-13T21:31:53.652Z[ host-image] Dec 13 21:31:51.612 INFO O| Dec 13 21:31:51.612 INFO chmod ok, path: /rpool/images/build/host/work/gimlet/zfs/a/usr/lib/postboot
93142024-12-13T21:31:53.652Z[ host-image] Dec 13 21:31:51.612 INFO O| Dec 13 21:31:51.612 INFO ownership wrong (Id(0):Id(0), not 0:2), path: /rpool/images/build/host/work/gimlet/zfs/a/usr/lib/postboot
93152024-12-13T21:31:53.652Z[ host-image] Dec 13 21:31:51.612 INFO O| Dec 13 21:31:51.612 INFO chown ok, path: /rpool/images/build/host/work/gimlet/zfs/a/usr/lib/postboot
93162024-12-13T21:31:53.652Z[ host-image] Dec 13 21:31:51.612 INFO O| Dec 13 21:31:51.612 INFO ok!
93172024-12-13T21:31:53.652Z[ host-image] Dec 13 21:31:51.612 INFO O| Dec 13 21:31:51.612 INFO STEP 38 (ensure_file) COMPLETE
93182024-12-13T21:31:53.652Z[ host-image] Dec 13 21:31:51.612 INFO O| Dec 13 21:31:51.612 INFO STEP 39: ensure_file, from: /work/oxidecomputer/helios/image/templates/gimlet/zfs.json
93192024-12-13T21:31:53.774Z[ host-image] Dec 13 21:31:51.730 INFO O| Dec 13 21:31:51.730 INFO file /rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/site/postboot.xml does not exist
93202024-12-13T21:31:53.774Z[ host-image] Dec 13 21:31:51.731 INFO O| Dec 13 21:31:51.730 INFO copying /work/oxidecomputer/helios/image/templates/files/gimlet-postboot.xml -> /rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/site/postboot.xml ...
93212024-12-13T21:31:53.777Z[ host-image] Dec 13 21:31:51.731 INFO O| Dec 13 21:31:51.731 INFO ownership wrong (Id(0):Id(0), not 0:2), path: /rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/site/postboot.xml
93222024-12-13T21:31:53.777Z[ host-image] Dec 13 21:31:51.731 INFO O| Dec 13 21:31:51.731 INFO chown ok, path: /rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/site/postboot.xml
93232024-12-13T21:31:53.777Z[ host-image] Dec 13 21:31:51.731 INFO O| Dec 13 21:31:51.731 INFO ok!
93242024-12-13T21:31:53.777Z[ host-image] Dec 13 21:31:51.731 INFO O| Dec 13 21:31:51.731 INFO STEP 39 (ensure_file) COMPLETE
93252024-12-13T21:31:53.777Z[ host-image] Dec 13 21:31:51.731 INFO O| Dec 13 21:31:51.731 INFO STEP 40: ensure_file, from: /work/oxidecomputer/helios/image/templates/gimlet/zfs.json
93262024-12-13T21:31:53.840Z[ recovery-image] Dec 13 21:31:51.802 INFO E| Compiling goblin v0.8.2
93272024-12-13T21:31:53.958Z[ host-image] Dec 13 21:31:51.919 INFO O| Dec 13 21:31:51.919 INFO file /rpool/images/build/host/work/gimlet/zfs/a/var/svc/profile/site.xml does not exist
93282024-12-13T21:31:53.958Z[ host-image] Dec 13 21:31:51.919 INFO O| Dec 13 21:31:51.919 INFO copying /work/oxidecomputer/helios/image/templates/files/site.xml -> /rpool/images/build/host/work/gimlet/zfs/a/var/svc/profile/site.xml ...
93292024-12-13T21:31:53.958Z[ host-image] Dec 13 21:31:51.919 INFO O| Dec 13 21:31:51.919 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/var/svc/profile/site.xml
93302024-12-13T21:31:53.961Z[ host-image] Dec 13 21:31:51.919 INFO O| Dec 13 21:31:51.919 INFO ok!
93312024-12-13T21:31:53.961Z[ host-image] Dec 13 21:31:51.919 INFO O| Dec 13 21:31:51.919 INFO STEP 40 (ensure_file) COMPLETE
93322024-12-13T21:31:53.961Z[ host-image] Dec 13 21:31:51.919 INFO O| Dec 13 21:31:51.919 INFO STEP 41: shadow, from: /work/oxidecomputer/helios/image/templates/include/root-noauth.json
93332024-12-13T21:31:54.067Z[ host-image] Dec 13 21:31:52.028 INFO O| Dec 13 21:31:52.028 INFO updating shadow file
93342024-12-13T21:31:54.070Z[ host-image] Dec 13 21:31:52.028 INFO O| Dec 13 21:31:52.028 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/etc/shadow
93352024-12-13T21:31:54.070Z[ host-image] Dec 13 21:31:52.028 INFO O| Dec 13 21:31:52.028 INFO STEP 41 (shadow) COMPLETE
93362024-12-13T21:31:54.070Z[ host-image] Dec 13 21:31:52.028 INFO O| Dec 13 21:31:52.028 INFO STEP 42: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/root-noauth.json
93372024-12-13T21:31:54.087Z[ host-image] Dec 13 21:31:52.049 INFO O| Dec 13 21:31:52.049 WARN file /rpool/images/build/host/work/gimlet/zfs/a/etc/default/login exists, with wrong contents, unlinking
93382024-12-13T21:31:54.087Z[ host-image] Dec 13 21:31:52.049 INFO O| Dec 13 21:31:52.049 INFO copying /work/oxidecomputer/helios/image/templates/files/mfg_default_login -> /rpool/images/build/host/work/gimlet/zfs/a/etc/default/login ...
93392024-12-13T21:31:54.090Z[ host-image] Dec 13 21:31:52.049 INFO O| Dec 13 21:31:52.049 INFO ownership wrong (Id(0):Id(0), not 0:3), path: /rpool/images/build/host/work/gimlet/zfs/a/etc/default/login
93402024-12-13T21:31:54.090Z[ host-image] Dec 13 21:31:52.049 INFO O| Dec 13 21:31:52.049 INFO chown ok, path: /rpool/images/build/host/work/gimlet/zfs/a/etc/default/login
93412024-12-13T21:31:54.090Z[ host-image] Dec 13 21:31:52.049 INFO O| Dec 13 21:31:52.049 INFO ok!
93422024-12-13T21:31:54.090Z[ host-image] Dec 13 21:31:52.049 INFO O| Dec 13 21:31:52.049 INFO STEP 42 (ensure_file) COMPLETE
93432024-12-13T21:31:54.090Z[ host-image] Dec 13 21:31:52.049 INFO O| Dec 13 21:31:52.049 INFO STEP 43: ensure_file, from: /work/oxidecomputer/helios/image/templates/gimlet/zfs.json
93442024-12-13T21:31:54.090Z[ host-image] Dec 13 21:31:52.049 INFO O| Dec 13 21:31:52.049 INFO skip step because feature "mfg" is not enabled
93452024-12-13T21:31:54.090Z[ host-image] Dec 13 21:31:52.049 INFO O| Dec 13 21:31:52.049 INFO STEP 44: ensure_file, from: /work/oxidecomputer/helios/image/templates/gimlet/zfs.json
93462024-12-13T21:31:54.091Z[ host-image] Dec 13 21:31:52.049 INFO O| Dec 13 21:31:52.049 INFO skip step because feature "mfg" is not enabled
93472024-12-13T21:31:54.091Z[ host-image] Dec 13 21:31:52.049 INFO O| Dec 13 21:31:52.049 INFO STEP 45: ensure_file, from: /work/oxidecomputer/helios/image/templates/gimlet/zfs.json
93482024-12-13T21:31:54.150Z[ host-image] Dec 13 21:31:52.112 INFO O| Dec 13 21:31:52.112 INFO file /rpool/images/build/host/work/gimlet/zfs/a/usr/bin/pilot does not exist
93492024-12-13T21:31:54.150Z[ host-image] Dec 13 21:31:52.112 INFO O| Dec 13 21:31:52.112 INFO copying /work/oxidecomputer/helios/projects/pilot/target/release/pilot -> /rpool/images/build/host/work/gimlet/zfs/a/usr/bin/pilot ...
93502024-12-13T21:31:55.037Z[ host-image] Dec 13 21:31:52.999 INFO O| Dec 13 21:31:52.999 INFO ownership wrong (Id(0):Id(0), not 0:2), path: /rpool/images/build/host/work/gimlet/zfs/a/usr/bin/pilot
93512024-12-13T21:31:55.037Z[ host-image] Dec 13 21:31:52.999 INFO O| Dec 13 21:31:52.999 INFO chown ok, path: /rpool/images/build/host/work/gimlet/zfs/a/usr/bin/pilot
93522024-12-13T21:31:55.041Z[ host-image] Dec 13 21:31:52.999 INFO O| Dec 13 21:31:52.999 INFO ok!
93532024-12-13T21:31:55.041Z[ host-image] Dec 13 21:31:52.999 INFO O| Dec 13 21:31:52.999 INFO STEP 45 (ensure_file) COMPLETE
93542024-12-13T21:31:55.041Z[ host-image] Dec 13 21:31:52.999 INFO O| Dec 13 21:31:52.999 INFO STEP 46: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/compliance-common.json
93552024-12-13T21:31:55.069Z[ host-image] Dec 13 21:31:53.031 INFO O| Dec 13 21:31:53.031 WARN file /rpool/images/build/host/work/gimlet/zfs/a/usr/lib/postboot exists, with wrong contents, unlinking
93562024-12-13T21:31:55.072Z[ host-image] Dec 13 21:31:53.031 INFO O| Dec 13 21:31:53.031 INFO copying /work/oxidecomputer/helios/image/templates/files/compliance-postboot.sh -> /rpool/images/build/host/work/gimlet/zfs/a/usr/lib/postboot ...
93572024-12-13T21:31:55.072Z[ host-image] Dec 13 21:31:53.031 INFO O| Dec 13 21:31:53.031 INFO perms are 644, should be 755, path: /rpool/images/build/host/work/gimlet/zfs/a/usr/lib/postboot
93582024-12-13T21:31:55.072Z[ host-image] Dec 13 21:31:53.031 INFO O| Dec 13 21:31:53.031 INFO chmod ok, path: /rpool/images/build/host/work/gimlet/zfs/a/usr/lib/postboot
93592024-12-13T21:31:55.072Z[ host-image] Dec 13 21:31:53.032 INFO O| Dec 13 21:31:53.032 INFO ownership wrong (Id(0):Id(0), not 0:2), path: /rpool/images/build/host/work/gimlet/zfs/a/usr/lib/postboot
93602024-12-13T21:31:55.072Z[ host-image] Dec 13 21:31:53.032 INFO O| Dec 13 21:31:53.032 INFO chown ok, path: /rpool/images/build/host/work/gimlet/zfs/a/usr/lib/postboot
93612024-12-13T21:31:55.072Z[ host-image] Dec 13 21:31:53.032 INFO O| Dec 13 21:31:53.032 INFO ok!
93622024-12-13T21:31:55.072Z[ host-image] Dec 13 21:31:53.032 INFO O| Dec 13 21:31:53.032 INFO STEP 46 (ensure_file) COMPLETE
93632024-12-13T21:31:55.072Z[ host-image] Dec 13 21:31:53.032 INFO O| Dec 13 21:31:53.032 INFO STEP 47: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/compliance-common.json
93642024-12-13T21:31:55.092Z[ host-image] Dec 13 21:31:53.053 INFO O| Dec 13 21:31:53.053 WARN file /rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/site/postboot.xml exists, with wrong contents, unlinking
93652024-12-13T21:31:55.095Z[ host-image] Dec 13 21:31:53.054 INFO O| Dec 13 21:31:53.054 INFO copying /work/oxidecomputer/helios/image/templates/files/compliance-postboot.xml -> /rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/site/postboot.xml ...
93662024-12-13T21:31:55.095Z[ host-image] Dec 13 21:31:53.054 INFO O| Dec 13 21:31:53.054 INFO ownership wrong (Id(0):Id(0), not 0:2), path: /rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/site/postboot.xml
93672024-12-13T21:31:55.095Z[ host-image] Dec 13 21:31:53.054 INFO O| Dec 13 21:31:53.054 INFO chown ok, path: /rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/site/postboot.xml
93682024-12-13T21:31:55.095Z[ host-image] Dec 13 21:31:53.054 INFO O| Dec 13 21:31:53.054 INFO ok!
93692024-12-13T21:31:55.095Z[ host-image] Dec 13 21:31:53.054 INFO O| Dec 13 21:31:53.054 INFO STEP 47 (ensure_file) COMPLETE
93702024-12-13T21:31:55.095Z[ host-image] Dec 13 21:31:53.054 INFO O| Dec 13 21:31:53.054 INFO STEP 48: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/compliance-common.json
93712024-12-13T21:31:55.136Z[ host-image] Dec 13 21:31:53.098 INFO O| Dec 13 21:31:53.098 INFO file /rpool/images/build/host/work/gimlet/zfs/a/usr/lib/compliance-hostname does not exist
93722024-12-13T21:31:55.137Z[ host-image] Dec 13 21:31:53.098 INFO O| Dec 13 21:31:53.098 INFO copying /work/oxidecomputer/helios/image/templates/files/compliance-hostname.sh -> /rpool/images/build/host/work/gimlet/zfs/a/usr/lib/compliance-hostname ...
93732024-12-13T21:31:55.137Z[ host-image] Dec 13 21:31:53.098 INFO O| Dec 13 21:31:53.098 INFO perms are 644, should be 755, path: /rpool/images/build/host/work/gimlet/zfs/a/usr/lib/compliance-hostname
93742024-12-13T21:31:55.137Z[ host-image] Dec 13 21:31:53.098 INFO O| Dec 13 21:31:53.098 INFO chmod ok, path: /rpool/images/build/host/work/gimlet/zfs/a/usr/lib/compliance-hostname
93752024-12-13T21:31:55.140Z[ host-image] Dec 13 21:31:53.098 INFO O| Dec 13 21:31:53.098 INFO ownership wrong (Id(0):Id(0), not 0:2), path: /rpool/images/build/host/work/gimlet/zfs/a/usr/lib/compliance-hostname
93762024-12-13T21:31:55.140Z[ host-image] Dec 13 21:31:53.098 INFO O| Dec 13 21:31:53.098 INFO chown ok, path: /rpool/images/build/host/work/gimlet/zfs/a/usr/lib/compliance-hostname
93772024-12-13T21:31:55.140Z[ host-image] Dec 13 21:31:53.098 INFO O| Dec 13 21:31:53.098 INFO ok!
93782024-12-13T21:31:55.140Z[ host-image] Dec 13 21:31:53.098 INFO O| Dec 13 21:31:53.098 INFO STEP 48 (ensure_file) COMPLETE
93792024-12-13T21:31:55.140Z[ host-image] Dec 13 21:31:53.098 INFO O| Dec 13 21:31:53.098 INFO STEP 49: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/compliance-common.json
93802024-12-13T21:31:55.158Z[ host-image] Dec 13 21:31:53.118 INFO O| Dec 13 21:31:53.118 INFO file /rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/site/compliance-hostname.xml does not exist
93812024-12-13T21:31:55.158Z[ host-image] Dec 13 21:31:53.118 INFO O| Dec 13 21:31:53.118 INFO copying /work/oxidecomputer/helios/image/templates/files/compliance-hostname.xml -> /rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/site/compliance-hostname.xml ...
93822024-12-13T21:31:55.161Z[ host-image] Dec 13 21:31:53.118 INFO O| Dec 13 21:31:53.118 INFO ownership wrong (Id(0):Id(0), not 0:2), path: /rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/site/compliance-hostname.xml
93832024-12-13T21:31:55.161Z[ host-image] Dec 13 21:31:53.118 INFO O| Dec 13 21:31:53.118 INFO chown ok, path: /rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/site/compliance-hostname.xml
93842024-12-13T21:31:55.161Z[ host-image] Dec 13 21:31:53.118 INFO O| Dec 13 21:31:53.118 INFO ok!
93852024-12-13T21:31:55.161Z[ host-image] Dec 13 21:31:53.118 INFO O| Dec 13 21:31:53.118 INFO STEP 49 (ensure_file) COMPLETE
93862024-12-13T21:31:55.161Z[ host-image] Dec 13 21:31:53.118 INFO O| Dec 13 21:31:53.118 INFO STEP 50: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/compliance-common.json
93872024-12-13T21:31:55.180Z[ host-image] Dec 13 21:31:53.141 INFO O| Dec 13 21:31:53.141 INFO file /rpool/images/build/host/work/gimlet/zfs/a/usr/lib/compliance-beacon does not exist
93882024-12-13T21:31:55.180Z[ host-image] Dec 13 21:31:53.141 INFO O| Dec 13 21:31:53.141 INFO copying /work/oxidecomputer/helios/image/templates/files/compliance-beacon.sh -> /rpool/images/build/host/work/gimlet/zfs/a/usr/lib/compliance-beacon ...
93892024-12-13T21:31:55.180Z[ host-image] Dec 13 21:31:53.141 INFO O| Dec 13 21:31:53.141 INFO perms are 644, should be 755, path: /rpool/images/build/host/work/gimlet/zfs/a/usr/lib/compliance-beacon
93902024-12-13T21:31:55.183Z[ host-image] Dec 13 21:31:53.141 INFO O| Dec 13 21:31:53.141 INFO chmod ok, path: /rpool/images/build/host/work/gimlet/zfs/a/usr/lib/compliance-beacon
93912024-12-13T21:31:55.183Z[ host-image] Dec 13 21:31:53.141 INFO O| Dec 13 21:31:53.141 INFO ownership wrong (Id(0):Id(0), not 0:2), path: /rpool/images/build/host/work/gimlet/zfs/a/usr/lib/compliance-beacon
93922024-12-13T21:31:55.183Z[ host-image] Dec 13 21:31:53.141 INFO O| Dec 13 21:31:53.141 INFO chown ok, path: /rpool/images/build/host/work/gimlet/zfs/a/usr/lib/compliance-beacon
93932024-12-13T21:31:55.183Z[ host-image] Dec 13 21:31:53.141 INFO O| Dec 13 21:31:53.141 INFO ok!
93942024-12-13T21:31:55.183Z[ host-image] Dec 13 21:31:53.141 INFO O| Dec 13 21:31:53.141 INFO STEP 50 (ensure_file) COMPLETE
93952024-12-13T21:31:55.183Z[ host-image] Dec 13 21:31:53.141 INFO O| Dec 13 21:31:53.141 INFO STEP 51: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/compliance-common.json
93962024-12-13T21:31:55.212Z[ host-image] Dec 13 21:31:53.173 INFO O| Dec 13 21:31:53.173 INFO file /rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/site/compliance-beacon.xml does not exist
93972024-12-13T21:31:55.212Z[ host-image] Dec 13 21:31:53.173 INFO O| Dec 13 21:31:53.173 INFO copying /work/oxidecomputer/helios/image/templates/files/compliance-beacon.xml -> /rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/site/compliance-beacon.xml ...
93982024-12-13T21:31:55.214Z[ host-image] Dec 13 21:31:53.173 INFO O| Dec 13 21:31:53.173 INFO ownership wrong (Id(0):Id(0), not 0:2), path: /rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/site/compliance-beacon.xml
93992024-12-13T21:31:55.214Z[ host-image] Dec 13 21:31:53.173 INFO O| Dec 13 21:31:53.173 INFO chown ok, path: /rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/site/compliance-beacon.xml
94002024-12-13T21:31:55.214Z[ host-image] Dec 13 21:31:53.173 INFO O| Dec 13 21:31:53.173 INFO ok!
94012024-12-13T21:31:55.215Z[ host-image] Dec 13 21:31:53.173 INFO O| Dec 13 21:31:53.173 INFO STEP 51 (ensure_file) COMPLETE
94022024-12-13T21:31:55.215Z[ host-image] Dec 13 21:31:53.173 INFO O| Dec 13 21:31:53.173 INFO STEP 52: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/compliance-common.json
94032024-12-13T21:31:55.262Z[ host-image] Dec 13 21:31:53.223 INFO O| Dec 13 21:31:53.222 INFO file /rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/site/compliance-time.xml does not exist
94042024-12-13T21:31:55.262Z[ host-image] Dec 13 21:31:53.223 INFO O| Dec 13 21:31:53.222 INFO copying /work/oxidecomputer/helios/image/templates/files/compliance-time.xml -> /rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/site/compliance-time.xml ...
94052024-12-13T21:31:55.265Z[ host-image] Dec 13 21:31:53.223 INFO O| Dec 13 21:31:53.223 INFO ownership wrong (Id(0):Id(0), not 0:2), path: /rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/site/compliance-time.xml
94062024-12-13T21:31:55.265Z[ host-image] Dec 13 21:31:53.223 INFO O| Dec 13 21:31:53.223 INFO chown ok, path: /rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/site/compliance-time.xml
94072024-12-13T21:31:55.265Z[ host-image] Dec 13 21:31:53.223 INFO O| Dec 13 21:31:53.223 INFO ok!
94082024-12-13T21:31:55.265Z[ host-image] Dec 13 21:31:53.223 INFO O| Dec 13 21:31:53.223 INFO STEP 52 (ensure_file) COMPLETE
94092024-12-13T21:31:55.265Z[ host-image] Dec 13 21:31:53.223 INFO O| Dec 13 21:31:53.223 INFO STEP 53: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/compliance-common.json
94102024-12-13T21:31:55.350Z[ host-image] Dec 13 21:31:53.311 INFO O| Dec 13 21:31:53.311 INFO file /rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/site/compliance-dump.xml does not exist
94112024-12-13T21:31:55.350Z[ host-image] Dec 13 21:31:53.311 INFO O| Dec 13 21:31:53.311 INFO copying /work/oxidecomputer/helios/image/templates/files/compliance-dump.xml -> /rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/site/compliance-dump.xml ...
94122024-12-13T21:31:55.350Z[ host-image] Dec 13 21:31:53.312 INFO O| Dec 13 21:31:53.311 INFO ownership wrong (Id(0):Id(0), not 0:2), path: /rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/site/compliance-dump.xml
94132024-12-13T21:31:55.353Z[ host-image] Dec 13 21:31:53.312 INFO O| Dec 13 21:31:53.312 INFO chown ok, path: /rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/site/compliance-dump.xml
94142024-12-13T21:31:55.353Z[ host-image] Dec 13 21:31:53.312 INFO O| Dec 13 21:31:53.312 INFO ok!
94152024-12-13T21:31:55.353Z[ host-image] Dec 13 21:31:53.312 INFO O| Dec 13 21:31:53.312 INFO STEP 53 (ensure_file) COMPLETE
94162024-12-13T21:31:55.353Z[ host-image] Dec 13 21:31:53.312 INFO O| Dec 13 21:31:53.312 INFO STEP 54: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
94172024-12-13T21:31:55.390Z[ host-image] Dec 13 21:31:53.352 INFO O| Dec 13 21:31:53.352 INFO ownership already OK (0:3), path: /rpool/images/build/host/work/gimlet/zfs/a/opt
94182024-12-13T21:31:55.391Z[ host-image] Dec 13 21:31:53.352 INFO O| Dec 13 21:31:53.352 INFO STEP 54 (ensure_dir) COMPLETE
94192024-12-13T21:31:55.393Z[ host-image] Dec 13 21:31:53.352 INFO O| Dec 13 21:31:53.352 INFO STEP 55: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
94202024-12-13T21:31:55.409Z[ host-image] Dec 13 21:31:53.371 INFO O| Dec 13 21:31:53.371 INFO ownership wrong (Id(0):Id(2), not 0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide
94212024-12-13T21:31:55.409Z[ host-image] Dec 13 21:31:53.371 INFO O| Dec 13 21:31:53.371 INFO chown ok, path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide
94222024-12-13T21:31:55.412Z[ host-image] Dec 13 21:31:53.371 INFO O| Dec 13 21:31:53.371 INFO STEP 55 (ensure_dir) COMPLETE
94232024-12-13T21:31:55.412Z[ host-image] Dec 13 21:31:53.371 INFO O| Dec 13 21:31:53.371 INFO STEP 56: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
94242024-12-13T21:31:55.429Z[ host-image] Dec 13 21:31:53.390 INFO O| Dec 13 21:31:53.389 INFO creating directory: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/mg-ddm
94252024-12-13T21:31:55.429Z[ host-image] Dec 13 21:31:53.390 INFO O| Dec 13 21:31:53.390 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/mg-ddm
94262024-12-13T21:31:55.429Z[ host-image] Dec 13 21:31:53.390 INFO O| Dec 13 21:31:53.390 INFO STEP 56 (ensure_dir) COMPLETE
94272024-12-13T21:31:55.429Z[ host-image] Dec 13 21:31:53.390 INFO O| Dec 13 21:31:53.390 INFO STEP 57: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
94282024-12-13T21:31:55.447Z[ host-image] Dec 13 21:31:53.409 INFO O| Dec 13 21:31:53.409 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/mg-ddm/ddmadm does not exist
94292024-12-13T21:31:55.447Z[ host-image] Dec 13 21:31:53.409 INFO O| Dec 13 21:31:53.409 INFO copying /tmp/.tmpFbsOmv/proto/host/root/opt/oxide/mg-ddm/ddmadm -> /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/mg-ddm/ddmadm ...
94302024-12-13T21:31:55.476Z[ host-image] Dec 13 21:31:53.434 INFO O| Dec 13 21:31:53.434 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/mg-ddm/ddmadm
94312024-12-13T21:31:55.476Z[ host-image] Dec 13 21:31:53.435 INFO O| Dec 13 21:31:53.434 INFO ok!
94322024-12-13T21:31:55.481Z[ host-image] Dec 13 21:31:53.435 INFO O| Dec 13 21:31:53.434 INFO STEP 57 (ensure_file) COMPLETE
94332024-12-13T21:31:55.481Z[ host-image] Dec 13 21:31:53.435 INFO O| Dec 13 21:31:53.434 INFO STEP 58: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
94342024-12-13T21:31:55.507Z[ host-image] Dec 13 21:31:53.469 INFO O| Dec 13 21:31:53.469 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/mg-ddm/ddmd does not exist
94352024-12-13T21:31:55.507Z[ host-image] Dec 13 21:31:53.469 INFO O| Dec 13 21:31:53.469 INFO copying /tmp/.tmpFbsOmv/proto/host/root/opt/oxide/mg-ddm/ddmd -> /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/mg-ddm/ddmd ...
94362024-12-13T21:31:56.954Z[ host-image] Dec 13 21:31:54.916 INFO O| Dec 13 21:31:54.916 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/mg-ddm/ddmd
94372024-12-13T21:31:56.954Z[ host-image] Dec 13 21:31:54.916 INFO O| Dec 13 21:31:54.916 INFO ok!
94382024-12-13T21:31:56.954Z[ host-image] Dec 13 21:31:54.916 INFO O| Dec 13 21:31:54.916 INFO STEP 58 (ensure_file) COMPLETE
94392024-12-13T21:31:56.954Z[ host-image] Dec 13 21:31:54.916 INFO O| Dec 13 21:31:54.916 INFO STEP 59: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
94402024-12-13T21:31:56.990Z[ host-image] Dec 13 21:31:54.952 INFO O| Dec 13 21:31:54.952 INFO creating directory: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/mg-ddm/pkg
94412024-12-13T21:31:56.990Z[ host-image] Dec 13 21:31:54.952 INFO O| Dec 13 21:31:54.952 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/mg-ddm/pkg
94422024-12-13T21:31:56.993Z[ host-image] Dec 13 21:31:54.952 INFO O| Dec 13 21:31:54.952 INFO STEP 59 (ensure_dir) COMPLETE
94432024-12-13T21:31:56.993Z[ host-image] Dec 13 21:31:54.952 INFO O| Dec 13 21:31:54.952 INFO STEP 60: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
94442024-12-13T21:31:57.056Z[ host-image] Dec 13 21:31:55.018 INFO O| Dec 13 21:31:55.018 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/mg-ddm/pkg/refresh_ctrun_child.sh does not exist
94452024-12-13T21:31:57.056Z[ host-image] Dec 13 21:31:55.018 INFO O| Dec 13 21:31:55.018 INFO copying /tmp/.tmpFbsOmv/proto/host/root/opt/oxide/mg-ddm/pkg/refresh_ctrun_child.sh -> /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/mg-ddm/pkg/refresh_ctrun_child.sh ...
94462024-12-13T21:31:57.059Z[ host-image] Dec 13 21:31:55.018 INFO O| Dec 13 21:31:55.018 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/mg-ddm/pkg/refresh_ctrun_child.sh
94472024-12-13T21:31:57.059Z[ host-image] Dec 13 21:31:55.018 INFO O| Dec 13 21:31:55.018 INFO ok!
94482024-12-13T21:31:57.059Z[ host-image] Dec 13 21:31:55.018 INFO O| Dec 13 21:31:55.018 INFO STEP 60 (ensure_file) COMPLETE
94492024-12-13T21:31:57.059Z[ host-image] Dec 13 21:31:55.018 INFO O| Dec 13 21:31:55.018 INFO STEP 61: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
94502024-12-13T21:31:57.076Z[ host-image] Dec 13 21:31:55.038 INFO O| Dec 13 21:31:55.037 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/mg-ddm/pkg/mgd_method_script.sh does not exist
94512024-12-13T21:31:57.076Z[ host-image] Dec 13 21:31:55.038 INFO O| Dec 13 21:31:55.038 INFO copying /tmp/.tmpFbsOmv/proto/host/root/opt/oxide/mg-ddm/pkg/mgd_method_script.sh -> /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/mg-ddm/pkg/mgd_method_script.sh ...
94522024-12-13T21:31:57.079Z[ host-image] Dec 13 21:31:55.038 INFO O| Dec 13 21:31:55.038 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/mg-ddm/pkg/mgd_method_script.sh
94532024-12-13T21:31:57.079Z[ host-image] Dec 13 21:31:55.038 INFO O| Dec 13 21:31:55.038 INFO ok!
94542024-12-13T21:31:57.079Z[ host-image] Dec 13 21:31:55.038 INFO O| Dec 13 21:31:55.038 INFO STEP 61 (ensure_file) COMPLETE
94552024-12-13T21:31:57.079Z[ host-image] Dec 13 21:31:55.038 INFO O| Dec 13 21:31:55.038 INFO STEP 62: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
94562024-12-13T21:31:57.114Z[ host-image] Dec 13 21:31:55.076 INFO O| Dec 13 21:31:55.076 INFO creating directory: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/mg-ddm/pkg/mgd
94572024-12-13T21:31:57.114Z[ host-image] Dec 13 21:31:55.076 INFO O| Dec 13 21:31:55.076 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/mg-ddm/pkg/mgd
94582024-12-13T21:31:57.117Z[ host-image] Dec 13 21:31:55.076 INFO O| Dec 13 21:31:55.076 INFO STEP 62 (ensure_dir) COMPLETE
94592024-12-13T21:31:57.117Z[ host-image] Dec 13 21:31:55.076 INFO O| Dec 13 21:31:55.076 INFO STEP 63: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
94602024-12-13T21:31:57.189Z[ host-image] Dec 13 21:31:55.148 INFO O| Dec 13 21:31:55.148 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/mg-ddm/pkg/mgd/manifest.xml does not exist
94612024-12-13T21:31:57.189Z[ host-image] Dec 13 21:31:55.148 INFO O| Dec 13 21:31:55.148 INFO copying /tmp/.tmpFbsOmv/proto/host/root/opt/oxide/mg-ddm/pkg/mgd/manifest.xml -> /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/mg-ddm/pkg/mgd/manifest.xml ...
94622024-12-13T21:31:57.191Z[ host-image] Dec 13 21:31:55.148 INFO O| Dec 13 21:31:55.148 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/mg-ddm/pkg/mgd/manifest.xml
94632024-12-13T21:31:57.191Z[ host-image] Dec 13 21:31:55.148 INFO O| Dec 13 21:31:55.148 INFO ok!
94642024-12-13T21:31:57.191Z[ host-image] Dec 13 21:31:55.148 INFO O| Dec 13 21:31:55.148 INFO STEP 63 (ensure_file) COMPLETE
94652024-12-13T21:31:57.191Z[ host-image] Dec 13 21:31:55.148 INFO O| Dec 13 21:31:55.148 INFO STEP 64: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
94662024-12-13T21:31:57.213Z[ host-image] Dec 13 21:31:55.174 INFO O| Dec 13 21:31:55.174 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/mg-ddm/pkg/ddm_method_script.sh does not exist
94672024-12-13T21:31:57.213Z[ host-image] Dec 13 21:31:55.174 INFO O| Dec 13 21:31:55.174 INFO copying /tmp/.tmpFbsOmv/proto/host/root/opt/oxide/mg-ddm/pkg/ddm_method_script.sh -> /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/mg-ddm/pkg/ddm_method_script.sh ...
94682024-12-13T21:31:57.216Z[ host-image] Dec 13 21:31:55.174 INFO O| Dec 13 21:31:55.174 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/mg-ddm/pkg/ddm_method_script.sh
94692024-12-13T21:31:57.216Z[ host-image] Dec 13 21:31:55.174 INFO O| Dec 13 21:31:55.174 INFO ok!
94702024-12-13T21:31:57.216Z[ host-image] Dec 13 21:31:55.174 INFO O| Dec 13 21:31:55.174 INFO STEP 64 (ensure_file) COMPLETE
94712024-12-13T21:31:57.216Z[ host-image] Dec 13 21:31:55.174 INFO O| Dec 13 21:31:55.174 INFO STEP 65: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
94722024-12-13T21:31:57.273Z[ host-image] Dec 13 21:31:55.234 INFO O| Dec 13 21:31:55.234 INFO creating directory: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/mg-ddm/pkg/ddm
94732024-12-13T21:31:57.273Z[ host-image] Dec 13 21:31:55.234 INFO O| Dec 13 21:31:55.234 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/mg-ddm/pkg/ddm
94742024-12-13T21:31:57.273Z[ host-image] Dec 13 21:31:55.235 INFO O| Dec 13 21:31:55.234 INFO STEP 65 (ensure_dir) COMPLETE
94752024-12-13T21:31:57.276Z[ host-image] Dec 13 21:31:55.235 INFO O| Dec 13 21:31:55.235 INFO STEP 66: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
94762024-12-13T21:31:57.383Z[ host-image] Dec 13 21:31:55.344 INFO O| Dec 13 21:31:55.344 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/mg-ddm/pkg/ddm/manifest.xml does not exist
94772024-12-13T21:31:57.383Z[ host-image] Dec 13 21:31:55.344 INFO O| Dec 13 21:31:55.344 INFO copying /tmp/.tmpFbsOmv/proto/host/root/opt/oxide/mg-ddm/pkg/ddm/manifest.xml -> /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/mg-ddm/pkg/ddm/manifest.xml ...
94782024-12-13T21:31:57.386Z[ host-image] Dec 13 21:31:55.345 INFO O| Dec 13 21:31:55.345 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/mg-ddm/pkg/ddm/manifest.xml
94792024-12-13T21:31:57.386Z[ host-image] Dec 13 21:31:55.345 INFO O| Dec 13 21:31:55.345 INFO ok!
94802024-12-13T21:31:57.386Z[ host-image] Dec 13 21:31:55.345 INFO O| Dec 13 21:31:55.345 INFO STEP 66 (ensure_file) COMPLETE
94812024-12-13T21:31:57.386Z[ host-image] Dec 13 21:31:55.345 INFO O| Dec 13 21:31:55.345 INFO STEP 67: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
94822024-12-13T21:31:57.488Z[ host-image] Dec 13 21:31:55.449 INFO O| Dec 13 21:31:55.449 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/mg-ddm/VERSION does not exist
94832024-12-13T21:31:57.488Z[ host-image] Dec 13 21:31:55.450 INFO O| Dec 13 21:31:55.449 INFO copying /tmp/.tmpFbsOmv/proto/host/root/opt/oxide/mg-ddm/VERSION -> /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/mg-ddm/VERSION ...
94842024-12-13T21:31:57.488Z[ host-image] Dec 13 21:31:55.450 INFO O| Dec 13 21:31:55.450 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/mg-ddm/VERSION
94852024-12-13T21:31:57.488Z[ host-image] Dec 13 21:31:55.450 INFO O| Dec 13 21:31:55.450 INFO ok!
94862024-12-13T21:31:57.491Z[ host-image] Dec 13 21:31:55.450 INFO O| Dec 13 21:31:55.450 INFO STEP 67 (ensure_file) COMPLETE
94872024-12-13T21:31:57.491Z[ host-image] Dec 13 21:31:55.450 INFO O| Dec 13 21:31:55.450 INFO STEP 68: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
94882024-12-13T21:31:57.508Z[ host-image] Dec 13 21:31:55.469 INFO O| Dec 13 21:31:55.469 INFO creating directory: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/sled-agent
94892024-12-13T21:31:57.508Z[ host-image] Dec 13 21:31:55.470 INFO O| Dec 13 21:31:55.470 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/sled-agent
94902024-12-13T21:31:57.508Z[ host-image] Dec 13 21:31:55.470 INFO O| Dec 13 21:31:55.470 INFO STEP 68 (ensure_dir) COMPLETE
94912024-12-13T21:31:57.508Z[ host-image] Dec 13 21:31:55.470 INFO O| Dec 13 21:31:55.470 INFO STEP 69: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
94922024-12-13T21:31:57.526Z[ host-image] Dec 13 21:31:55.488 INFO O| Dec 13 21:31:55.487 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/sled-agent/zone-bundle does not exist
94932024-12-13T21:31:57.526Z[ host-image] Dec 13 21:31:55.488 INFO O| Dec 13 21:31:55.487 INFO copying /tmp/.tmpFbsOmv/proto/host/root/opt/oxide/sled-agent/zone-bundle -> /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/sled-agent/zone-bundle ...
94942024-12-13T21:31:58.928Z[ host-image] Dec 13 21:31:56.889 INFO O| Dec 13 21:31:56.889 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/sled-agent/zone-bundle
94952024-12-13T21:31:58.928Z[ host-image] Dec 13 21:31:56.889 INFO O| Dec 13 21:31:56.889 INFO ok!
94962024-12-13T21:31:58.931Z[ host-image] Dec 13 21:31:56.889 INFO O| Dec 13 21:31:56.889 INFO STEP 69 (ensure_file) COMPLETE
94972024-12-13T21:31:58.931Z[ host-image] Dec 13 21:31:56.889 INFO O| Dec 13 21:31:56.889 INFO STEP 70: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
94982024-12-13T21:31:58.961Z[ host-image] Dec 13 21:31:56.922 INFO O| Dec 13 21:31:56.922 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/sled-agent/sled-agent does not exist
94992024-12-13T21:31:58.961Z[ host-image] Dec 13 21:31:56.922 INFO O| Dec 13 21:31:56.922 INFO copying /tmp/.tmpFbsOmv/proto/host/root/opt/oxide/sled-agent/sled-agent -> /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/sled-agent/sled-agent ...
95002024-12-13T21:32:01.053Z[ host-image] Dec 13 21:31:59.014 INFO O| Dec 13 21:31:59.014 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/sled-agent/sled-agent
95012024-12-13T21:32:01.053Z[ host-image] Dec 13 21:31:59.014 INFO O| Dec 13 21:31:59.014 INFO ok!
95022024-12-13T21:32:01.055Z[ host-image] Dec 13 21:31:59.014 INFO O| Dec 13 21:31:59.014 INFO STEP 70 (ensure_file) COMPLETE
95032024-12-13T21:32:01.055Z[ host-image] Dec 13 21:31:59.014 INFO O| Dec 13 21:31:59.014 INFO STEP 71: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
95042024-12-13T21:32:01.102Z[ host-image] Dec 13 21:31:59.063 INFO O| Dec 13 21:31:59.063 INFO creating directory: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/sled-agent/pkg
95052024-12-13T21:32:01.102Z[ host-image] Dec 13 21:31:59.063 INFO O| Dec 13 21:31:59.063 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/sled-agent/pkg
95062024-12-13T21:32:01.102Z[ host-image] Dec 13 21:31:59.063 INFO O| Dec 13 21:31:59.063 INFO STEP 71 (ensure_dir) COMPLETE
95072024-12-13T21:32:01.102Z[ host-image] Dec 13 21:31:59.063 INFO O| Dec 13 21:31:59.063 INFO STEP 72: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
95082024-12-13T21:32:01.189Z[ host-image] Dec 13 21:31:59.150 INFO O| Dec 13 21:31:59.150 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/sled-agent/pkg/config.toml does not exist
95092024-12-13T21:32:01.189Z[ host-image] Dec 13 21:31:59.150 INFO O| Dec 13 21:31:59.150 INFO copying /tmp/.tmpFbsOmv/proto/host/root/opt/oxide/sled-agent/pkg/config.toml -> /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/sled-agent/pkg/config.toml ...
95102024-12-13T21:32:01.192Z[ host-image] Dec 13 21:31:59.150 INFO O| Dec 13 21:31:59.150 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/sled-agent/pkg/config.toml
95112024-12-13T21:32:01.192Z[ host-image] Dec 13 21:31:59.150 INFO O| Dec 13 21:31:59.150 INFO ok!
95122024-12-13T21:32:01.192Z[ host-image] Dec 13 21:31:59.150 INFO O| Dec 13 21:31:59.150 INFO STEP 72 (ensure_file) COMPLETE
95132024-12-13T21:32:01.192Z[ host-image] Dec 13 21:31:59.150 INFO O| Dec 13 21:31:59.150 INFO STEP 73: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
95142024-12-13T21:32:01.243Z[ host-image] Dec 13 21:31:59.204 INFO O| Dec 13 21:31:59.204 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/sled-agent/pkg/README.md does not exist
95152024-12-13T21:32:01.243Z[ host-image] Dec 13 21:31:59.204 INFO O| Dec 13 21:31:59.204 INFO copying /tmp/.tmpFbsOmv/proto/host/root/opt/oxide/sled-agent/pkg/README.md -> /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/sled-agent/pkg/README.md ...
95162024-12-13T21:32:01.244Z[ host-image] Dec 13 21:31:59.204 INFO O| Dec 13 21:31:59.204 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/sled-agent/pkg/README.md
95172024-12-13T21:32:01.244Z[ host-image] Dec 13 21:31:59.204 INFO O| Dec 13 21:31:59.204 INFO ok!
95182024-12-13T21:32:01.248Z[ host-image] Dec 13 21:31:59.204 INFO O| Dec 13 21:31:59.204 INFO STEP 73 (ensure_file) COMPLETE
95192024-12-13T21:32:01.248Z[ host-image] Dec 13 21:31:59.204 INFO O| Dec 13 21:31:59.204 INFO STEP 74: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
95202024-12-13T21:32:01.333Z[ host-image] Dec 13 21:31:59.293 INFO O| Dec 13 21:31:59.293 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/sled-agent/VERSION does not exist
95212024-12-13T21:32:01.336Z[ host-image] Dec 13 21:31:59.294 INFO O| Dec 13 21:31:59.294 INFO copying /tmp/.tmpFbsOmv/proto/host/root/opt/oxide/sled-agent/VERSION -> /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/sled-agent/VERSION ...
95222024-12-13T21:32:01.336Z[ host-image] Dec 13 21:31:59.294 INFO O| Dec 13 21:31:59.294 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/sled-agent/VERSION
95232024-12-13T21:32:01.336Z[ host-image] Dec 13 21:31:59.294 INFO O| Dec 13 21:31:59.294 INFO ok!
95242024-12-13T21:32:01.336Z[ host-image] Dec 13 21:31:59.294 INFO O| Dec 13 21:31:59.294 INFO STEP 74 (ensure_file) COMPLETE
95252024-12-13T21:32:01.336Z[ host-image] Dec 13 21:31:59.294 INFO O| Dec 13 21:31:59.294 INFO STEP 75: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
95262024-12-13T21:32:01.390Z[ host-image] Dec 13 21:31:59.350 INFO O| Dec 13 21:31:59.350 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/overlay.tar.gz does not exist
95272024-12-13T21:32:01.390Z[ host-image] Dec 13 21:31:59.350 INFO O| Dec 13 21:31:59.350 INFO copying /tmp/.tmpFbsOmv/proto/host/root/opt/oxide/overlay.tar.gz -> /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/overlay.tar.gz ...
95282024-12-13T21:32:01.392Z[ host-image] Dec 13 21:31:59.351 INFO O| Dec 13 21:31:59.350 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/overlay.tar.gz
95292024-12-13T21:32:01.392Z[ host-image] Dec 13 21:31:59.351 INFO O| Dec 13 21:31:59.351 INFO ok!
95302024-12-13T21:32:01.392Z[ host-image] Dec 13 21:31:59.351 INFO O| Dec 13 21:31:59.351 INFO STEP 75 (ensure_file) COMPLETE
95312024-12-13T21:32:01.392Z[ host-image] Dec 13 21:31:59.351 INFO O| Dec 13 21:31:59.351 INFO STEP 76: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
95322024-12-13T21:32:01.409Z[ host-image] Dec 13 21:31:59.370 INFO O| Dec 13 21:31:59.370 INFO creating directory: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/oxlog
95332024-12-13T21:32:01.411Z[ host-image] Dec 13 21:31:59.370 INFO O| Dec 13 21:31:59.370 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/oxlog
95342024-12-13T21:32:01.411Z[ host-image] Dec 13 21:31:59.370 INFO O| Dec 13 21:31:59.370 INFO STEP 76 (ensure_dir) COMPLETE
95352024-12-13T21:32:01.412Z[ host-image] Dec 13 21:31:59.370 INFO O| Dec 13 21:31:59.370 INFO STEP 77: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
95362024-12-13T21:32:01.524Z[ host-image] Dec 13 21:31:59.485 INFO O| Dec 13 21:31:59.485 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/oxlog/oxlog does not exist
95372024-12-13T21:32:01.524Z[ host-image] Dec 13 21:31:59.485 INFO O| Dec 13 21:31:59.485 INFO copying /tmp/.tmpFbsOmv/proto/host/root/opt/oxide/oxlog/oxlog -> /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/oxlog/oxlog ...
95382024-12-13T21:32:01.530Z[ host-image] Dec 13 21:31:59.491 INFO O| Dec 13 21:31:59.491 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/oxlog/oxlog
95392024-12-13T21:32:01.530Z[ host-image] Dec 13 21:31:59.492 INFO O| Dec 13 21:31:59.492 INFO ok!
95402024-12-13T21:32:01.533Z[ host-image] Dec 13 21:31:59.492 INFO O| Dec 13 21:31:59.492 INFO STEP 77 (ensure_file) COMPLETE
95412024-12-13T21:32:01.533Z[ host-image] Dec 13 21:31:59.492 INFO O| Dec 13 21:31:59.492 INFO STEP 78: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
95422024-12-13T21:32:01.648Z[ host-image] Dec 13 21:31:59.609 INFO O| Dec 13 21:31:59.609 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/oxlog/VERSION does not exist
95432024-12-13T21:32:01.648Z[ host-image] Dec 13 21:31:59.609 INFO O| Dec 13 21:31:59.609 INFO copying /tmp/.tmpFbsOmv/proto/host/root/opt/oxide/oxlog/VERSION -> /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/oxlog/VERSION ...
95442024-12-13T21:32:01.651Z[ host-image] Dec 13 21:31:59.609 INFO O| Dec 13 21:31:59.609 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/oxlog/VERSION
95452024-12-13T21:32:01.651Z[ host-image] Dec 13 21:31:59.609 INFO O| Dec 13 21:31:59.609 INFO ok!
95462024-12-13T21:32:01.651Z[ host-image] Dec 13 21:31:59.610 INFO O| Dec 13 21:31:59.609 INFO STEP 78 (ensure_file) COMPLETE
95472024-12-13T21:32:01.651Z[ host-image] Dec 13 21:31:59.610 INFO O| Dec 13 21:31:59.609 INFO STEP 79: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
95482024-12-13T21:32:01.670Z[ host-image] Dec 13 21:31:59.631 INFO O| Dec 13 21:31:59.630 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/propolis-server.tar.gz does not exist
95492024-12-13T21:32:01.670Z[ host-image] Dec 13 21:31:59.631 INFO O| Dec 13 21:31:59.630 INFO copying /tmp/.tmpFbsOmv/proto/host/root/opt/oxide/propolis-server.tar.gz -> /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/propolis-server.tar.gz ...
95502024-12-13T21:32:03.668Z[ host-image] Dec 13 21:32:01.627 INFO O| Dec 13 21:32:01.627 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/propolis-server.tar.gz
95512024-12-13T21:32:03.668Z[ host-image] Dec 13 21:32:01.627 INFO O| Dec 13 21:32:01.627 INFO ok!
95522024-12-13T21:32:03.671Z[ host-image] Dec 13 21:32:01.627 INFO O| Dec 13 21:32:01.627 INFO STEP 79 (ensure_file) COMPLETE
95532024-12-13T21:32:03.671Z[ host-image] Dec 13 21:32:01.627 INFO O| Dec 13 21:32:01.627 INFO STEP 80: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
95542024-12-13T21:32:03.685Z[ host-image] Dec 13 21:32:01.646 INFO O| Dec 13 21:32:01.646 INFO creating directory: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/pumpkind
95552024-12-13T21:32:03.685Z[ host-image] Dec 13 21:32:01.646 INFO O| Dec 13 21:32:01.646 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/pumpkind
95562024-12-13T21:32:03.685Z[ host-image] Dec 13 21:32:01.646 INFO O| Dec 13 21:32:01.646 INFO STEP 80 (ensure_dir) COMPLETE
95572024-12-13T21:32:03.688Z[ host-image] Dec 13 21:32:01.646 INFO O| Dec 13 21:32:01.646 INFO STEP 81: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
95582024-12-13T21:32:03.704Z[ host-image] Dec 13 21:32:01.664 INFO O| Dec 13 21:32:01.664 INFO creating directory: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/pumpkind/lib
95592024-12-13T21:32:03.704Z[ host-image] Dec 13 21:32:01.665 INFO O| Dec 13 21:32:01.664 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/pumpkind/lib
95602024-12-13T21:32:03.704Z[ host-image] Dec 13 21:32:01.665 INFO O| Dec 13 21:32:01.665 INFO STEP 81 (ensure_dir) COMPLETE
95612024-12-13T21:32:03.707Z[ host-image] Dec 13 21:32:01.665 INFO O| Dec 13 21:32:01.665 INFO STEP 82: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
95622024-12-13T21:32:03.747Z[ host-image] Dec 13 21:32:01.707 INFO O| Dec 13 21:32:01.707 INFO creating directory: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/pumpkind/lib/svc
95632024-12-13T21:32:03.750Z[ host-image] Dec 13 21:32:01.708 INFO O| Dec 13 21:32:01.708 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/pumpkind/lib/svc
95642024-12-13T21:32:03.750Z[ host-image] Dec 13 21:32:01.708 INFO O| Dec 13 21:32:01.708 INFO STEP 82 (ensure_dir) COMPLETE
95652024-12-13T21:32:03.750Z[ host-image] Dec 13 21:32:01.708 INFO O| Dec 13 21:32:01.708 INFO STEP 83: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
95662024-12-13T21:32:03.789Z[ host-image] Dec 13 21:32:01.748 INFO O| Dec 13 21:32:01.748 INFO creating directory: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/pumpkind/lib/svc/manifest
95672024-12-13T21:32:03.792Z[ host-image] Dec 13 21:32:01.749 INFO O| Dec 13 21:32:01.749 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/pumpkind/lib/svc/manifest
95682024-12-13T21:32:03.792Z[ host-image] Dec 13 21:32:01.749 INFO O| Dec 13 21:32:01.749 INFO STEP 83 (ensure_dir) COMPLETE
95692024-12-13T21:32:03.792Z[ host-image] Dec 13 21:32:01.749 INFO O| Dec 13 21:32:01.749 INFO STEP 84: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
95702024-12-13T21:32:03.807Z[ host-image] Dec 13 21:32:01.768 INFO O| Dec 13 21:32:01.768 INFO creating directory: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/pumpkind/lib/svc/manifest/system
95712024-12-13T21:32:03.809Z[ host-image] Dec 13 21:32:01.768 INFO O| Dec 13 21:32:01.768 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/pumpkind/lib/svc/manifest/system
95722024-12-13T21:32:03.809Z[ host-image] Dec 13 21:32:01.768 INFO O| Dec 13 21:32:01.768 INFO STEP 84 (ensure_dir) COMPLETE
95732024-12-13T21:32:03.809Z[ host-image] Dec 13 21:32:01.768 INFO O| Dec 13 21:32:01.768 INFO STEP 85: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
95742024-12-13T21:32:03.827Z[ host-image] Dec 13 21:32:01.787 INFO O| Dec 13 21:32:01.787 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/pumpkind/lib/svc/manifest/system/pumpkind.xml does not exist
95752024-12-13T21:32:03.827Z[ host-image] Dec 13 21:32:01.787 INFO O| Dec 13 21:32:01.787 INFO copying /tmp/.tmpFbsOmv/proto/host/root/opt/oxide/pumpkind/lib/svc/manifest/system/pumpkind.xml -> /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/pumpkind/lib/svc/manifest/system/pumpkind.xml ...
95762024-12-13T21:32:03.830Z[ host-image] Dec 13 21:32:01.788 INFO O| Dec 13 21:32:01.787 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/pumpkind/lib/svc/manifest/system/pumpkind.xml
95772024-12-13T21:32:03.830Z[ host-image] Dec 13 21:32:01.788 INFO O| Dec 13 21:32:01.788 INFO ok!
95782024-12-13T21:32:03.830Z[ host-image] Dec 13 21:32:01.788 INFO O| Dec 13 21:32:01.788 INFO STEP 85 (ensure_file) COMPLETE
95792024-12-13T21:32:03.830Z[ host-image] Dec 13 21:32:01.788 INFO O| Dec 13 21:32:01.788 INFO STEP 86: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
95802024-12-13T21:32:03.851Z[ host-image] Dec 13 21:32:01.812 INFO O| Dec 13 21:32:01.812 INFO creating directory: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/pumpkind/bin
95812024-12-13T21:32:03.851Z[ host-image] Dec 13 21:32:01.812 INFO O| Dec 13 21:32:01.812 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/pumpkind/bin
95822024-12-13T21:32:03.851Z[ host-image] Dec 13 21:32:01.812 INFO O| Dec 13 21:32:01.812 INFO STEP 86 (ensure_dir) COMPLETE
95832024-12-13T21:32:03.856Z[ host-image] Dec 13 21:32:01.812 INFO O| Dec 13 21:32:01.812 INFO STEP 87: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
95842024-12-13T21:32:03.886Z[ host-image] Dec 13 21:32:01.846 INFO O| Dec 13 21:32:01.846 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/pumpkind/bin/svc-pumpkind does not exist
95852024-12-13T21:32:03.886Z[ host-image] Dec 13 21:32:01.846 INFO O| Dec 13 21:32:01.846 INFO copying /tmp/.tmpFbsOmv/proto/host/root/opt/oxide/pumpkind/bin/svc-pumpkind -> /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/pumpkind/bin/svc-pumpkind ...
95862024-12-13T21:32:03.886Z[ host-image] Dec 13 21:32:01.846 INFO O| Dec 13 21:32:01.846 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/pumpkind/bin/svc-pumpkind
95872024-12-13T21:32:03.886Z[ host-image] Dec 13 21:32:01.846 INFO O| Dec 13 21:32:01.846 INFO ok!
95882024-12-13T21:32:03.890Z[ host-image] Dec 13 21:32:01.846 INFO O| Dec 13 21:32:01.846 INFO STEP 87 (ensure_file) COMPLETE
95892024-12-13T21:32:03.890Z[ host-image] Dec 13 21:32:01.846 INFO O| Dec 13 21:32:01.846 INFO STEP 88: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
95902024-12-13T21:32:03.946Z[ host-image] Dec 13 21:32:01.907 INFO O| Dec 13 21:32:01.907 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/pumpkind/bin/pumpkinadm does not exist
95912024-12-13T21:32:03.946Z[ host-image] Dec 13 21:32:01.907 INFO O| Dec 13 21:32:01.907 INFO copying /tmp/.tmpFbsOmv/proto/host/root/opt/oxide/pumpkind/bin/pumpkinadm -> /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/pumpkind/bin/pumpkinadm ...
95922024-12-13T21:32:04.599Z[ host-image] Dec 13 21:32:02.558 INFO O| Dec 13 21:32:02.558 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/pumpkind/bin/pumpkinadm
95932024-12-13T21:32:04.599Z[ host-image] Dec 13 21:32:02.558 INFO O| Dec 13 21:32:02.558 INFO ok!
95942024-12-13T21:32:04.602Z[ host-image] Dec 13 21:32:02.558 INFO O| Dec 13 21:32:02.558 INFO STEP 88 (ensure_file) COMPLETE
95952024-12-13T21:32:04.602Z[ host-image] Dec 13 21:32:02.559 INFO O| Dec 13 21:32:02.558 INFO STEP 89: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
95962024-12-13T21:32:04.617Z[ host-image] Dec 13 21:32:02.578 INFO O| Dec 13 21:32:02.578 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/pumpkind/bin/pumpkind does not exist
95972024-12-13T21:32:04.617Z[ host-image] Dec 13 21:32:02.578 INFO O| Dec 13 21:32:02.578 INFO copying /tmp/.tmpFbsOmv/proto/host/root/opt/oxide/pumpkind/bin/pumpkind -> /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/pumpkind/bin/pumpkind ...
95982024-12-13T21:32:05.325Z[ host-image] Dec 13 21:32:03.283 INFO O| Dec 13 21:32:03.283 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/pumpkind/bin/pumpkind
95992024-12-13T21:32:05.325Z[ host-image] Dec 13 21:32:03.283 INFO O| Dec 13 21:32:03.283 INFO ok!
96002024-12-13T21:32:05.328Z[ host-image] Dec 13 21:32:03.283 INFO O| Dec 13 21:32:03.283 INFO STEP 89 (ensure_file) COMPLETE
96012024-12-13T21:32:05.328Z[ host-image] Dec 13 21:32:03.283 INFO O| Dec 13 21:32:03.283 INFO STEP 90: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
96022024-12-13T21:32:05.342Z[ host-image] Dec 13 21:32:03.302 INFO O| Dec 13 21:32:03.302 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/pumpkind/VERSION does not exist
96032024-12-13T21:32:05.342Z[ host-image] Dec 13 21:32:03.302 INFO O| Dec 13 21:32:03.302 INFO copying /tmp/.tmpFbsOmv/proto/host/root/opt/oxide/pumpkind/VERSION -> /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/pumpkind/VERSION ...
96042024-12-13T21:32:05.342Z[ host-image] Dec 13 21:32:03.302 INFO O| Dec 13 21:32:03.302 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/pumpkind/VERSION
96052024-12-13T21:32:05.345Z[ host-image] Dec 13 21:32:03.302 INFO O| Dec 13 21:32:03.302 INFO ok!
96062024-12-13T21:32:05.345Z[ host-image] Dec 13 21:32:03.302 INFO O| Dec 13 21:32:03.302 INFO STEP 90 (ensure_file) COMPLETE
96072024-12-13T21:32:05.345Z[ host-image] Dec 13 21:32:03.302 INFO O| Dec 13 21:32:03.302 INFO STEP 91: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
96082024-12-13T21:32:05.358Z[ host-image] Dec 13 21:32:03.319 INFO O| Dec 13 21:32:03.319 INFO creating directory: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace
96092024-12-13T21:32:05.358Z[ host-image] Dec 13 21:32:03.319 INFO O| Dec 13 21:32:03.319 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace
96102024-12-13T21:32:05.358Z[ host-image] Dec 13 21:32:03.319 INFO O| Dec 13 21:32:03.319 INFO STEP 91 (ensure_dir) COMPLETE
96112024-12-13T21:32:05.360Z[ host-image] Dec 13 21:32:03.319 INFO O| Dec 13 21:32:03.319 INFO STEP 92: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
96122024-12-13T21:32:05.384Z[ host-image] Dec 13 21:32:03.344 INFO O| Dec 13 21:32:03.344 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/upstairs_repair.d does not exist
96132024-12-13T21:32:05.384Z[ host-image] Dec 13 21:32:03.344 INFO O| Dec 13 21:32:03.344 INFO copying /tmp/.tmpFbsOmv/proto/host/root/opt/oxide/crucible_dtrace/upstairs_repair.d -> /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/upstairs_repair.d ...
96142024-12-13T21:32:05.389Z[ host-image] Dec 13 21:32:03.345 INFO O| Dec 13 21:32:03.345 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/upstairs_repair.d
96152024-12-13T21:32:05.389Z[ host-image] Dec 13 21:32:03.345 INFO O| Dec 13 21:32:03.345 INFO ok!
96162024-12-13T21:32:05.389Z[ host-image] Dec 13 21:32:03.345 INFO O| Dec 13 21:32:03.345 INFO STEP 92 (ensure_file) COMPLETE
96172024-12-13T21:32:05.389Z[ host-image] Dec 13 21:32:03.345 INFO O| Dec 13 21:32:03.345 INFO STEP 93: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
96182024-12-13T21:32:05.427Z[ host-image] Dec 13 21:32:03.387 INFO O| Dec 13 21:32:03.387 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/upstairs_raw.d does not exist
96192024-12-13T21:32:05.427Z[ host-image] Dec 13 21:32:03.387 INFO O| Dec 13 21:32:03.387 INFO copying /tmp/.tmpFbsOmv/proto/host/root/opt/oxide/crucible_dtrace/upstairs_raw.d -> /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/upstairs_raw.d ...
96202024-12-13T21:32:05.430Z[ host-image] Dec 13 21:32:03.388 INFO O| Dec 13 21:32:03.388 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/upstairs_raw.d
96212024-12-13T21:32:05.430Z[ host-image] Dec 13 21:32:03.388 INFO O| Dec 13 21:32:03.388 INFO ok!
96222024-12-13T21:32:05.430Z[ host-image] Dec 13 21:32:03.388 INFO O| Dec 13 21:32:03.388 INFO STEP 93 (ensure_file) COMPLETE
96232024-12-13T21:32:05.430Z[ host-image] Dec 13 21:32:03.388 INFO O| Dec 13 21:32:03.388 INFO STEP 94: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
96242024-12-13T21:32:05.445Z[ host-image] Dec 13 21:32:03.405 INFO O| Dec 13 21:32:03.405 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/upstairs_info.d does not exist
96252024-12-13T21:32:05.445Z[ host-image] Dec 13 21:32:03.406 INFO O| Dec 13 21:32:03.406 INFO copying /tmp/.tmpFbsOmv/proto/host/root/opt/oxide/crucible_dtrace/upstairs_info.d -> /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/upstairs_info.d ...
96262024-12-13T21:32:05.447Z[ host-image] Dec 13 21:32:03.406 INFO O| Dec 13 21:32:03.406 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/upstairs_info.d
96272024-12-13T21:32:05.447Z[ host-image] Dec 13 21:32:03.406 INFO O| Dec 13 21:32:03.406 INFO ok!
96282024-12-13T21:32:05.447Z[ host-image] Dec 13 21:32:03.406 INFO O| Dec 13 21:32:03.406 INFO STEP 94 (ensure_file) COMPLETE
96292024-12-13T21:32:05.447Z[ host-image] Dec 13 21:32:03.406 INFO O| Dec 13 21:32:03.406 INFO STEP 95: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
96302024-12-13T21:32:05.465Z[ host-image] Dec 13 21:32:03.424 INFO O| Dec 13 21:32:03.424 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/upstairs_count.d does not exist
96312024-12-13T21:32:05.465Z[ host-image] Dec 13 21:32:03.424 INFO O| Dec 13 21:32:03.424 INFO copying /tmp/.tmpFbsOmv/proto/host/root/opt/oxide/crucible_dtrace/upstairs_count.d -> /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/upstairs_count.d ...
96322024-12-13T21:32:05.470Z[ host-image] Dec 13 21:32:03.424 INFO O| Dec 13 21:32:03.424 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/upstairs_count.d
96332024-12-13T21:32:05.470Z[ host-image] Dec 13 21:32:03.424 INFO O| Dec 13 21:32:03.424 INFO ok!
96342024-12-13T21:32:05.470Z[ host-image] Dec 13 21:32:03.424 INFO O| Dec 13 21:32:03.424 INFO STEP 95 (ensure_file) COMPLETE
96352024-12-13T21:32:05.470Z[ host-image] Dec 13 21:32:03.424 INFO O| Dec 13 21:32:03.424 INFO STEP 96: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
96362024-12-13T21:32:05.499Z[ host-image] Dec 13 21:32:03.458 INFO O| Dec 13 21:32:03.458 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/upstairs_action.d does not exist
96372024-12-13T21:32:05.499Z[ host-image] Dec 13 21:32:03.458 INFO O| Dec 13 21:32:03.458 INFO copying /tmp/.tmpFbsOmv/proto/host/root/opt/oxide/crucible_dtrace/upstairs_action.d -> /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/upstairs_action.d ...
96382024-12-13T21:32:05.502Z[ host-image] Dec 13 21:32:03.458 INFO O| Dec 13 21:32:03.458 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/upstairs_action.d
96392024-12-13T21:32:05.502Z[ host-image] Dec 13 21:32:03.458 INFO O| Dec 13 21:32:03.458 INFO ok!
96402024-12-13T21:32:05.502Z[ host-image] Dec 13 21:32:03.458 INFO O| Dec 13 21:32:03.458 INFO STEP 96 (ensure_file) COMPLETE
96412024-12-13T21:32:05.502Z[ host-image] Dec 13 21:32:03.458 INFO O| Dec 13 21:32:03.458 INFO STEP 97: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
96422024-12-13T21:32:05.517Z[ host-image] Dec 13 21:32:03.478 INFO O| Dec 13 21:32:03.478 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/tracegw.d does not exist
96432024-12-13T21:32:05.517Z[ host-image] Dec 13 21:32:03.478 INFO O| Dec 13 21:32:03.478 INFO copying /tmp/.tmpFbsOmv/proto/host/root/opt/oxide/crucible_dtrace/tracegw.d -> /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/tracegw.d ...
96442024-12-13T21:32:05.522Z[ host-image] Dec 13 21:32:03.478 INFO O| Dec 13 21:32:03.478 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/tracegw.d
96452024-12-13T21:32:05.522Z[ host-image] Dec 13 21:32:03.478 INFO O| Dec 13 21:32:03.478 INFO ok!
96462024-12-13T21:32:05.522Z[ host-image] Dec 13 21:32:03.478 INFO O| Dec 13 21:32:03.478 INFO STEP 97 (ensure_file) COMPLETE
96472024-12-13T21:32:05.522Z[ host-image] Dec 13 21:32:03.478 INFO O| Dec 13 21:32:03.478 INFO STEP 98: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
96482024-12-13T21:32:05.576Z[ host-image] Dec 13 21:32:03.536 INFO O| Dec 13 21:32:03.536 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/trace-vol.d does not exist
96492024-12-13T21:32:05.576Z[ host-image] Dec 13 21:32:03.537 INFO O| Dec 13 21:32:03.537 INFO copying /tmp/.tmpFbsOmv/proto/host/root/opt/oxide/crucible_dtrace/trace-vol.d -> /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/trace-vol.d ...
96502024-12-13T21:32:05.579Z[ host-image] Dec 13 21:32:03.537 INFO O| Dec 13 21:32:03.537 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/trace-vol.d
96512024-12-13T21:32:05.579Z[ host-image] Dec 13 21:32:03.537 INFO O| Dec 13 21:32:03.537 INFO ok!
96522024-12-13T21:32:05.579Z[ host-image] Dec 13 21:32:03.537 INFO O| Dec 13 21:32:03.537 INFO STEP 98 (ensure_file) COMPLETE
96532024-12-13T21:32:05.579Z[ host-image] Dec 13 21:32:03.537 INFO O| Dec 13 21:32:03.537 INFO STEP 99: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
96542024-12-13T21:32:05.597Z[ host-image] Dec 13 21:32:03.557 INFO O| Dec 13 21:32:03.557 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/sled_upstairs_info.d does not exist
96552024-12-13T21:32:05.597Z[ host-image] Dec 13 21:32:03.558 INFO O| Dec 13 21:32:03.557 INFO copying /tmp/.tmpFbsOmv/proto/host/root/opt/oxide/crucible_dtrace/sled_upstairs_info.d -> /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/sled_upstairs_info.d ...
96562024-12-13T21:32:05.599Z[ host-image] Dec 13 21:32:03.558 INFO O| Dec 13 21:32:03.558 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/sled_upstairs_info.d
96572024-12-13T21:32:05.599Z[ host-image] Dec 13 21:32:03.558 INFO O| Dec 13 21:32:03.558 INFO ok!
96582024-12-13T21:32:05.599Z[ host-image] Dec 13 21:32:03.558 INFO O| Dec 13 21:32:03.558 INFO STEP 99 (ensure_file) COMPLETE
96592024-12-13T21:32:05.599Z[ host-image] Dec 13 21:32:03.558 INFO O| Dec 13 21:32:03.558 INFO STEP 100: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
96602024-12-13T21:32:05.617Z[ host-image] Dec 13 21:32:03.577 INFO O| Dec 13 21:32:03.577 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/single_up_info.d does not exist
96612024-12-13T21:32:05.617Z[ host-image] Dec 13 21:32:03.578 INFO O| Dec 13 21:32:03.578 INFO copying /tmp/.tmpFbsOmv/proto/host/root/opt/oxide/crucible_dtrace/single_up_info.d -> /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/single_up_info.d ...
96622024-12-13T21:32:05.620Z[ host-image] Dec 13 21:32:03.578 INFO O| Dec 13 21:32:03.578 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/single_up_info.d
96632024-12-13T21:32:05.620Z[ host-image] Dec 13 21:32:03.578 INFO O| Dec 13 21:32:03.578 INFO ok!
96642024-12-13T21:32:05.620Z[ host-image] Dec 13 21:32:03.578 INFO O| Dec 13 21:32:03.578 INFO STEP 100 (ensure_file) COMPLETE
96652024-12-13T21:32:05.620Z[ host-image] Dec 13 21:32:03.578 INFO O| Dec 13 21:32:03.578 INFO STEP 101: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
96662024-12-13T21:32:05.636Z[ host-image] Dec 13 21:32:03.596 INFO O| Dec 13 21:32:03.596 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/perfgw.d does not exist
96672024-12-13T21:32:05.636Z[ host-image] Dec 13 21:32:03.596 INFO O| Dec 13 21:32:03.596 INFO copying /tmp/.tmpFbsOmv/proto/host/root/opt/oxide/crucible_dtrace/perfgw.d -> /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/perfgw.d ...
96682024-12-13T21:32:05.638Z[ host-image] Dec 13 21:32:03.596 INFO O| Dec 13 21:32:03.596 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/perfgw.d
96692024-12-13T21:32:05.639Z[ host-image] Dec 13 21:32:03.597 INFO O| Dec 13 21:32:03.597 INFO ok!
96702024-12-13T21:32:05.639Z[ host-image] Dec 13 21:32:03.597 INFO O| Dec 13 21:32:03.597 INFO STEP 101 (ensure_file) COMPLETE
96712024-12-13T21:32:05.639Z[ host-image] Dec 13 21:32:03.597 INFO O| Dec 13 21:32:03.597 INFO STEP 102: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
96722024-12-13T21:32:05.655Z[ host-image] Dec 13 21:32:03.615 INFO O| Dec 13 21:32:03.614 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/perf-vol.d does not exist
96732024-12-13T21:32:05.655Z[ host-image] Dec 13 21:32:03.615 INFO O| Dec 13 21:32:03.615 INFO copying /tmp/.tmpFbsOmv/proto/host/root/opt/oxide/crucible_dtrace/perf-vol.d -> /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/perf-vol.d ...
96742024-12-13T21:32:05.657Z[ host-image] Dec 13 21:32:03.615 INFO O| Dec 13 21:32:03.615 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/perf-vol.d
96752024-12-13T21:32:05.657Z[ host-image] Dec 13 21:32:03.615 INFO O| Dec 13 21:32:03.615 INFO ok!
96762024-12-13T21:32:05.657Z[ host-image] Dec 13 21:32:03.615 INFO O| Dec 13 21:32:03.615 INFO STEP 102 (ensure_file) COMPLETE
96772024-12-13T21:32:05.657Z[ host-image] Dec 13 21:32:03.615 INFO O| Dec 13 21:32:03.615 INFO STEP 103: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
96782024-12-13T21:32:05.673Z[ host-image] Dec 13 21:32:03.634 INFO O| Dec 13 21:32:03.633 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/perf-upstairs-wf.d does not exist
96792024-12-13T21:32:05.673Z[ host-image] Dec 13 21:32:03.634 INFO O| Dec 13 21:32:03.634 INFO copying /tmp/.tmpFbsOmv/proto/host/root/opt/oxide/crucible_dtrace/perf-upstairs-wf.d -> /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/perf-upstairs-wf.d ...
96802024-12-13T21:32:05.676Z[ host-image] Dec 13 21:32:03.634 INFO O| Dec 13 21:32:03.634 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/perf-upstairs-wf.d
96812024-12-13T21:32:05.676Z[ host-image] Dec 13 21:32:03.634 INFO O| Dec 13 21:32:03.634 INFO ok!
96822024-12-13T21:32:05.676Z[ host-image] Dec 13 21:32:03.634 INFO O| Dec 13 21:32:03.634 INFO STEP 103 (ensure_file) COMPLETE
96832024-12-13T21:32:05.676Z[ host-image] Dec 13 21:32:03.634 INFO O| Dec 13 21:32:03.634 INFO STEP 104: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
96842024-12-13T21:32:05.693Z[ host-image] Dec 13 21:32:03.654 INFO O| Dec 13 21:32:03.654 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/perf-reqwest.d does not exist
96852024-12-13T21:32:05.693Z[ host-image] Dec 13 21:32:03.654 INFO O| Dec 13 21:32:03.654 INFO copying /tmp/.tmpFbsOmv/proto/host/root/opt/oxide/crucible_dtrace/perf-reqwest.d -> /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/perf-reqwest.d ...
96862024-12-13T21:32:05.693Z[ host-image] Dec 13 21:32:03.654 INFO O| Dec 13 21:32:03.654 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/perf-reqwest.d
96872024-12-13T21:32:05.693Z[ host-image] Dec 13 21:32:03.654 INFO O| Dec 13 21:32:03.654 INFO ok!
96882024-12-13T21:32:05.696Z[ host-image] Dec 13 21:32:03.654 INFO O| Dec 13 21:32:03.654 INFO STEP 104 (ensure_file) COMPLETE
96892024-12-13T21:32:05.696Z[ host-image] Dec 13 21:32:03.654 INFO O| Dec 13 21:32:03.654 INFO STEP 105: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
96902024-12-13T21:32:05.734Z[ host-image] Dec 13 21:32:03.693 INFO O| Dec 13 21:32:03.693 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/perf-online-repair.d does not exist
96912024-12-13T21:32:05.734Z[ host-image] Dec 13 21:32:03.693 INFO O| Dec 13 21:32:03.693 INFO copying /tmp/.tmpFbsOmv/proto/host/root/opt/oxide/crucible_dtrace/perf-online-repair.d -> /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/perf-online-repair.d ...
96922024-12-13T21:32:05.738Z[ host-image] Dec 13 21:32:03.693 INFO O| Dec 13 21:32:03.693 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/perf-online-repair.d
96932024-12-13T21:32:05.738Z[ host-image] Dec 13 21:32:03.694 INFO O| Dec 13 21:32:03.694 INFO ok!
96942024-12-13T21:32:05.738Z[ host-image] Dec 13 21:32:03.694 INFO O| Dec 13 21:32:03.694 INFO STEP 105 (ensure_file) COMPLETE
96952024-12-13T21:32:05.738Z[ host-image] Dec 13 21:32:03.694 INFO O| Dec 13 21:32:03.694 INFO STEP 106: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
96962024-12-13T21:32:05.775Z[ host-image] Dec 13 21:32:03.734 INFO O| Dec 13 21:32:03.734 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/perf-ds-net.d does not exist
96972024-12-13T21:32:05.775Z[ host-image] Dec 13 21:32:03.734 INFO O| Dec 13 21:32:03.734 INFO copying /tmp/.tmpFbsOmv/proto/host/root/opt/oxide/crucible_dtrace/perf-ds-net.d -> /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/perf-ds-net.d ...
96982024-12-13T21:32:05.777Z[ host-image] Dec 13 21:32:03.734 INFO O| Dec 13 21:32:03.734 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/perf-ds-net.d
96992024-12-13T21:32:05.777Z[ host-image] Dec 13 21:32:03.734 INFO O| Dec 13 21:32:03.734 INFO ok!
97002024-12-13T21:32:05.778Z[ host-image] Dec 13 21:32:03.734 INFO O| Dec 13 21:32:03.734 INFO STEP 106 (ensure_file) COMPLETE
97012024-12-13T21:32:05.778Z[ host-image] Dec 13 21:32:03.734 INFO O| Dec 13 21:32:03.734 INFO STEP 107: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
97022024-12-13T21:32:05.796Z[ host-image] Dec 13 21:32:03.755 INFO O| Dec 13 21:32:03.755 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/perf-ds-client.d does not exist
97032024-12-13T21:32:05.796Z[ host-image] Dec 13 21:32:03.755 INFO O| Dec 13 21:32:03.755 INFO copying /tmp/.tmpFbsOmv/proto/host/root/opt/oxide/crucible_dtrace/perf-ds-client.d -> /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/perf-ds-client.d ...
97042024-12-13T21:32:05.800Z[ host-image] Dec 13 21:32:03.755 INFO O| Dec 13 21:32:03.755 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/perf-ds-client.d
97052024-12-13T21:32:05.800Z[ host-image] Dec 13 21:32:03.755 INFO O| Dec 13 21:32:03.755 INFO ok!
97062024-12-13T21:32:05.800Z[ host-image] Dec 13 21:32:03.756 INFO O| Dec 13 21:32:03.755 INFO STEP 107 (ensure_file) COMPLETE
97072024-12-13T21:32:05.800Z[ host-image] Dec 13 21:32:03.756 INFO O| Dec 13 21:32:03.756 INFO STEP 108: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
97082024-12-13T21:32:05.814Z[ host-image] Dec 13 21:32:03.774 INFO O| Dec 13 21:32:03.774 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/perf-downstairs.d does not exist
97092024-12-13T21:32:05.814Z[ host-image] Dec 13 21:32:03.774 INFO O| Dec 13 21:32:03.774 INFO copying /tmp/.tmpFbsOmv/proto/host/root/opt/oxide/crucible_dtrace/perf-downstairs.d -> /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/perf-downstairs.d ...
97102024-12-13T21:32:05.816Z[ host-image] Dec 13 21:32:03.775 INFO O| Dec 13 21:32:03.774 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/perf-downstairs.d
97112024-12-13T21:32:05.816Z[ host-image] Dec 13 21:32:03.775 INFO O| Dec 13 21:32:03.775 INFO ok!
97122024-12-13T21:32:05.816Z[ host-image] Dec 13 21:32:03.775 INFO O| Dec 13 21:32:03.775 INFO STEP 108 (ensure_file) COMPLETE
97132024-12-13T21:32:05.816Z[ host-image] Dec 13 21:32:03.775 INFO O| Dec 13 21:32:03.775 INFO STEP 109: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
97142024-12-13T21:32:05.834Z[ host-image] Dec 13 21:32:03.793 INFO O| Dec 13 21:32:03.793 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/perf-downstairs-tick.d does not exist
97152024-12-13T21:32:05.834Z[ host-image] Dec 13 21:32:03.793 INFO O| Dec 13 21:32:03.793 INFO copying /tmp/.tmpFbsOmv/proto/host/root/opt/oxide/crucible_dtrace/perf-downstairs-tick.d -> /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/perf-downstairs-tick.d ...
97162024-12-13T21:32:05.845Z[ host-image] Dec 13 21:32:03.794 INFO O| Dec 13 21:32:03.794 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/perf-downstairs-tick.d
97172024-12-13T21:32:05.845Z[ host-image] Dec 13 21:32:03.794 INFO O| Dec 13 21:32:03.794 INFO ok!
97182024-12-13T21:32:05.845Z[ host-image] Dec 13 21:32:03.794 INFO O| Dec 13 21:32:03.794 INFO STEP 109 (ensure_file) COMPLETE
97192024-12-13T21:32:05.845Z[ host-image] Dec 13 21:32:03.794 INFO O| Dec 13 21:32:03.794 INFO STEP 110: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
97202024-12-13T21:32:05.857Z[ host-image] Dec 13 21:32:03.817 INFO O| Dec 13 21:32:03.817 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/perf-downstairs-three.d does not exist
97212024-12-13T21:32:05.857Z[ host-image] Dec 13 21:32:03.818 INFO O| Dec 13 21:32:03.817 INFO copying /tmp/.tmpFbsOmv/proto/host/root/opt/oxide/crucible_dtrace/perf-downstairs-three.d -> /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/perf-downstairs-three.d ...
97222024-12-13T21:32:05.857Z[ host-image] Dec 13 21:32:03.818 INFO O| Dec 13 21:32:03.818 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/perf-downstairs-three.d
97232024-12-13T21:32:05.860Z[ host-image] Dec 13 21:32:03.818 INFO O| Dec 13 21:32:03.818 INFO ok!
97242024-12-13T21:32:05.860Z[ host-image] Dec 13 21:32:03.818 INFO O| Dec 13 21:32:03.818 INFO STEP 110 (ensure_file) COMPLETE
97252024-12-13T21:32:05.860Z[ host-image] Dec 13 21:32:03.818 INFO O| Dec 13 21:32:03.818 INFO STEP 111: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
97262024-12-13T21:32:05.878Z[ host-image] Dec 13 21:32:03.838 INFO O| Dec 13 21:32:03.838 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/perf-downstairs-os.d does not exist
97272024-12-13T21:32:05.878Z[ host-image] Dec 13 21:32:03.838 INFO O| Dec 13 21:32:03.838 INFO copying /tmp/.tmpFbsOmv/proto/host/root/opt/oxide/crucible_dtrace/perf-downstairs-os.d -> /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/perf-downstairs-os.d ...
97282024-12-13T21:32:05.878Z[ host-image] Dec 13 21:32:03.838 INFO O| Dec 13 21:32:03.838 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/perf-downstairs-os.d
97292024-12-13T21:32:05.878Z[ host-image] Dec 13 21:32:03.838 INFO O| Dec 13 21:32:03.838 INFO ok!
97302024-12-13T21:32:05.880Z[ host-image] Dec 13 21:32:03.838 INFO O| Dec 13 21:32:03.838 INFO STEP 111 (ensure_file) COMPLETE
97312024-12-13T21:32:05.880Z[ host-image] Dec 13 21:32:03.838 INFO O| Dec 13 21:32:03.838 INFO STEP 112: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
97322024-12-13T21:32:05.896Z[ host-image] Dec 13 21:32:03.856 INFO O| Dec 13 21:32:03.856 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/get-lr-state.sh does not exist
97332024-12-13T21:32:05.896Z[ host-image] Dec 13 21:32:03.857 INFO O| Dec 13 21:32:03.856 INFO copying /tmp/.tmpFbsOmv/proto/host/root/opt/oxide/crucible_dtrace/get-lr-state.sh -> /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/get-lr-state.sh ...
97342024-12-13T21:32:05.896Z[ host-image] Dec 13 21:32:03.857 INFO O| Dec 13 21:32:03.857 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/get-lr-state.sh
97352024-12-13T21:32:05.896Z[ host-image] Dec 13 21:32:03.857 INFO O| Dec 13 21:32:03.857 INFO ok!
97362024-12-13T21:32:05.896Z[ host-image] Dec 13 21:32:03.857 INFO O| Dec 13 21:32:03.857 INFO STEP 112 (ensure_file) COMPLETE
97372024-12-13T21:32:05.899Z[ host-image] Dec 13 21:32:03.857 INFO O| Dec 13 21:32:03.857 INFO STEP 113: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
97382024-12-13T21:32:05.915Z[ host-image] Dec 13 21:32:03.875 INFO O| Dec 13 21:32:03.875 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/get-lr-state.d does not exist
97392024-12-13T21:32:05.915Z[ host-image] Dec 13 21:32:03.875 INFO O| Dec 13 21:32:03.875 INFO copying /tmp/.tmpFbsOmv/proto/host/root/opt/oxide/crucible_dtrace/get-lr-state.d -> /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/get-lr-state.d ...
97402024-12-13T21:32:05.917Z[ host-image] Dec 13 21:32:03.875 INFO O| Dec 13 21:32:03.875 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/get-lr-state.d
97412024-12-13T21:32:05.917Z[ host-image] Dec 13 21:32:03.875 INFO O| Dec 13 21:32:03.875 INFO ok!
97422024-12-13T21:32:05.917Z[ host-image] Dec 13 21:32:03.875 INFO O| Dec 13 21:32:03.875 INFO STEP 113 (ensure_file) COMPLETE
97432024-12-13T21:32:05.917Z[ host-image] Dec 13 21:32:03.875 INFO O| Dec 13 21:32:03.875 INFO STEP 114: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
97442024-12-13T21:32:05.933Z[ host-image] Dec 13 21:32:03.894 INFO O| Dec 13 21:32:03.894 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/get-ds-state.sh does not exist
97452024-12-13T21:32:05.933Z[ host-image] Dec 13 21:32:03.894 INFO O| Dec 13 21:32:03.894 INFO copying /tmp/.tmpFbsOmv/proto/host/root/opt/oxide/crucible_dtrace/get-ds-state.sh -> /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/get-ds-state.sh ...
97462024-12-13T21:32:05.933Z[ host-image] Dec 13 21:32:03.894 INFO O| Dec 13 21:32:03.894 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/get-ds-state.sh
97472024-12-13T21:32:05.933Z[ host-image] Dec 13 21:32:03.894 INFO O| Dec 13 21:32:03.894 INFO ok!
97482024-12-13T21:32:05.936Z[ host-image] Dec 13 21:32:03.894 INFO O| Dec 13 21:32:03.894 INFO STEP 114 (ensure_file) COMPLETE
97492024-12-13T21:32:05.936Z[ host-image] Dec 13 21:32:03.894 INFO O| Dec 13 21:32:03.894 INFO STEP 115: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
97502024-12-13T21:32:05.976Z[ host-image] Dec 13 21:32:03.935 INFO O| Dec 13 21:32:03.935 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/get-ds-state.d does not exist
97512024-12-13T21:32:05.976Z[ host-image] Dec 13 21:32:03.935 INFO O| Dec 13 21:32:03.935 INFO copying /tmp/.tmpFbsOmv/proto/host/root/opt/oxide/crucible_dtrace/get-ds-state.d -> /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/get-ds-state.d ...
97522024-12-13T21:32:05.979Z[ host-image] Dec 13 21:32:03.936 INFO O| Dec 13 21:32:03.936 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/get-ds-state.d
97532024-12-13T21:32:05.979Z[ host-image] Dec 13 21:32:03.936 INFO O| Dec 13 21:32:03.936 INFO ok!
97542024-12-13T21:32:05.979Z[ host-image] Dec 13 21:32:03.936 INFO O| Dec 13 21:32:03.936 INFO STEP 115 (ensure_file) COMPLETE
97552024-12-13T21:32:05.979Z[ host-image] Dec 13 21:32:03.936 INFO O| Dec 13 21:32:03.936 INFO STEP 116: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
97562024-12-13T21:32:06.033Z[ host-image] Dec 13 21:32:03.993 INFO O| Dec 13 21:32:03.993 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/downstairs_count.d does not exist
97572024-12-13T21:32:06.033Z[ host-image] Dec 13 21:32:03.993 INFO O| Dec 13 21:32:03.993 INFO copying /tmp/.tmpFbsOmv/proto/host/root/opt/oxide/crucible_dtrace/downstairs_count.d -> /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/downstairs_count.d ...
97582024-12-13T21:32:06.035Z[ host-image] Dec 13 21:32:03.993 INFO O| Dec 13 21:32:03.993 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/downstairs_count.d
97592024-12-13T21:32:06.035Z[ host-image] Dec 13 21:32:03.994 INFO O| Dec 13 21:32:03.993 INFO ok!
97602024-12-13T21:32:06.035Z[ host-image] Dec 13 21:32:03.994 INFO O| Dec 13 21:32:03.993 INFO STEP 116 (ensure_file) COMPLETE
97612024-12-13T21:32:06.035Z[ host-image] Dec 13 21:32:03.994 INFO O| Dec 13 21:32:03.993 INFO STEP 117: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
97622024-12-13T21:32:06.083Z[ host-image] Dec 13 21:32:04.043 INFO O| Dec 13 21:32:04.043 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/all_downstairs.d does not exist
97632024-12-13T21:32:06.083Z[ host-image] Dec 13 21:32:04.043 INFO O| Dec 13 21:32:04.043 INFO copying /tmp/.tmpFbsOmv/proto/host/root/opt/oxide/crucible_dtrace/all_downstairs.d -> /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/all_downstairs.d ...
97642024-12-13T21:32:06.085Z[ host-image] Dec 13 21:32:04.043 INFO O| Dec 13 21:32:04.043 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/all_downstairs.d
97652024-12-13T21:32:06.085Z[ host-image] Dec 13 21:32:04.044 INFO O| Dec 13 21:32:04.043 INFO ok!
97662024-12-13T21:32:06.085Z[ host-image] Dec 13 21:32:04.044 INFO O| Dec 13 21:32:04.044 INFO STEP 117 (ensure_file) COMPLETE
97672024-12-13T21:32:06.085Z[ host-image] Dec 13 21:32:04.044 INFO O| Dec 13 21:32:04.044 INFO STEP 118: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
97682024-12-13T21:32:06.120Z[ host-image] Dec 13 21:32:04.080 INFO O| Dec 13 21:32:04.080 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/README.md does not exist
97692024-12-13T21:32:06.120Z[ host-image] Dec 13 21:32:04.081 INFO O| Dec 13 21:32:04.080 INFO copying /tmp/.tmpFbsOmv/proto/host/root/opt/oxide/crucible_dtrace/README.md -> /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/README.md ...
97702024-12-13T21:32:06.122Z[ host-image] Dec 13 21:32:04.081 INFO O| Dec 13 21:32:04.081 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/README.md
97712024-12-13T21:32:06.122Z[ host-image] Dec 13 21:32:04.081 INFO O| Dec 13 21:32:04.081 INFO ok!
97722024-12-13T21:32:06.122Z[ host-image] Dec 13 21:32:04.081 INFO O| Dec 13 21:32:04.081 INFO STEP 118 (ensure_file) COMPLETE
97732024-12-13T21:32:06.122Z[ host-image] Dec 13 21:32:04.081 INFO O| Dec 13 21:32:04.081 INFO STEP 119: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
97742024-12-13T21:32:06.145Z[ host-image] Dec 13 21:32:04.105 INFO O| Dec 13 21:32:04.105 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/dtrace-info.txt does not exist
97752024-12-13T21:32:06.145Z[ host-image] Dec 13 21:32:04.105 INFO O| Dec 13 21:32:04.105 INFO copying /tmp/.tmpFbsOmv/proto/host/root/opt/oxide/crucible_dtrace/dtrace-info.txt -> /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/dtrace-info.txt ...
97762024-12-13T21:32:06.145Z[ host-image] Dec 13 21:32:04.105 INFO O| Dec 13 21:32:04.105 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/dtrace-info.txt
97772024-12-13T21:32:06.172Z[ host-image] Dec 13 21:32:04.105 INFO O| Dec 13 21:32:04.105 INFO ok!
97782024-12-13T21:32:06.172Z[ host-image] Dec 13 21:32:04.106 INFO O| Dec 13 21:32:04.106 INFO STEP 119 (ensure_file) COMPLETE
97792024-12-13T21:32:06.172Z[ host-image] Dec 13 21:32:04.106 INFO O| Dec 13 21:32:04.106 INFO STEP 120: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
97802024-12-13T21:32:06.189Z[ host-image] Dec 13 21:32:04.149 INFO O| Dec 13 21:32:04.149 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/VERSION does not exist
97812024-12-13T21:32:06.189Z[ host-image] Dec 13 21:32:04.149 INFO O| Dec 13 21:32:04.149 INFO copying /tmp/.tmpFbsOmv/proto/host/root/opt/oxide/crucible_dtrace/VERSION -> /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/VERSION ...
97822024-12-13T21:32:06.193Z[ host-image] Dec 13 21:32:04.149 INFO O| Dec 13 21:32:04.149 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/VERSION
97832024-12-13T21:32:06.193Z[ host-image] Dec 13 21:32:04.149 INFO O| Dec 13 21:32:04.149 INFO ok!
97842024-12-13T21:32:06.193Z[ host-image] Dec 13 21:32:04.149 INFO O| Dec 13 21:32:04.149 INFO STEP 120 (ensure_file) COMPLETE
97852024-12-13T21:32:06.193Z[ host-image] Dec 13 21:32:04.149 INFO O| Dec 13 21:32:04.149 INFO STEP 121: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
97862024-12-13T21:32:06.224Z[ host-image] Dec 13 21:32:04.185 INFO O| Dec 13 21:32:04.185 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/switch.tar.gz does not exist
97872024-12-13T21:32:06.225Z[ host-image] Dec 13 21:32:04.185 INFO O| Dec 13 21:32:04.185 INFO copying /tmp/.tmpFbsOmv/proto/host/root/opt/oxide/switch.tar.gz -> /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/switch.tar.gz ...
97882024-12-13T21:32:09.140Z[ recovery-image] Dec 13 21:32:07.100 INFO E| Finished `release` profile [optimized] target(s) in 1m 17s
97892024-12-13T21:32:09.176Z[ recovery-image] Dec 13 21:32:07.136 INFO building host image...
97902024-12-13T21:32:09.259Z[ recovery-image] Dec 13 21:32:07.217 INFO exec: ["/work/oxidecomputer/helios/projects/amd-host-image-builder/target/debug/amd-host-image-builder", "-B", "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.a", "--config", "/work/oxidecomputer/helios/image/amd/milan-gimlet-b.efs.json5", "--output-file", "/work/os-recovery/rom", "--reset-image", "/work/oxidecomputer/helios/projects/phbl/target/x86_64-oxide-none-elf/release/phbl"], pwd: Some("/work/oxidecomputer/helios/projects/amd-host-image-builder")
97912024-12-13T21:32:10.417Z[ recovery-image] Dec 13 21:32:08.376 INFO finishing image archive at "/work/os-recovery/os.tar.gz"...
97922024-12-13T21:32:14.353Z[ recovery-image] Dec 13 21:32:12.313 INFO image complete! materials are in "/work/os-recovery"
97932024-12-13T21:32:14.358Z[ recovery-image]
97942024-12-13T21:32:14.360Z[ recovery-image] real 12:38.097004850
97952024-12-13T21:32:14.360Z[ recovery-image] user 6:20.092176942
97962024-12-13T21:32:14.360Z[ recovery-image] sys 1:04.244224276
97972024-12-13T21:32:14.360Z[ recovery-image] trap 0.326035877
97982024-12-13T21:32:14.360Z[ recovery-image] tflt 0.355418774
97992024-12-13T21:32:14.360Z[ recovery-image] dflt 2.981950052
98002024-12-13T21:32:14.360Z[ recovery-image] kflt 0.000673820
98012024-12-13T21:32:14.360Z[ recovery-image] lock 29:39.426612597
98022024-12-13T21:32:14.360Z[ recovery-image] slp 1:20:14.076277729
98032024-12-13T21:32:14.361Z[ recovery-image] lat 4:50.640522201
98042024-12-13T21:32:14.361Z[ recovery-image] stop 9.115792258
98052024-12-13T21:32:14.361ZDec 13 21:32:12.319 INFO [recovery-image] process exited with exit status: 0 (758.120574971s)
98062024-12-13T21:32:17.628Z[ host-image] Dec 13 21:32:15.587 INFO O| Dec 13 21:32:15.587 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/switch.tar.gz
98072024-12-13T21:32:17.628Z[ host-image] Dec 13 21:32:15.587 INFO O| Dec 13 21:32:15.587 INFO ok!
98082024-12-13T21:32:17.631Z[ host-image] Dec 13 21:32:15.587 INFO O| Dec 13 21:32:15.587 INFO STEP 121 (ensure_file) COMPLETE
98092024-12-13T21:32:17.631Z[ host-image] Dec 13 21:32:15.587 INFO O| Dec 13 21:32:15.587 INFO STEP 122: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
98102024-12-13T21:32:17.648Z[ host-image] Dec 13 21:32:15.606 INFO O| Dec 13 21:32:15.606 INFO ownership already OK (0:2), path: /rpool/images/build/host/work/gimlet/zfs/a/lib
98112024-12-13T21:32:17.648Z[ host-image] Dec 13 21:32:15.606 INFO O| Dec 13 21:32:15.606 INFO STEP 122 (ensure_dir) COMPLETE
98122024-12-13T21:32:17.651Z[ host-image] Dec 13 21:32:15.606 INFO O| Dec 13 21:32:15.606 INFO STEP 123: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
98132024-12-13T21:32:17.683Z[ host-image] Dec 13 21:32:15.642 INFO O| Dec 13 21:32:15.642 INFO ownership already OK (0:2), path: /rpool/images/build/host/work/gimlet/zfs/a/lib/svc
98142024-12-13T21:32:17.683Z[ host-image] Dec 13 21:32:15.643 INFO O| Dec 13 21:32:15.642 INFO STEP 123 (ensure_dir) COMPLETE
98152024-12-13T21:32:17.683Z[ host-image] Dec 13 21:32:15.643 INFO O| Dec 13 21:32:15.642 INFO STEP 124: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
98162024-12-13T21:32:17.702Z[ host-image] Dec 13 21:32:15.661 INFO O| Dec 13 21:32:15.660 INFO ownership already OK (0:3), path: /rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest
98172024-12-13T21:32:17.702Z[ host-image] Dec 13 21:32:15.661 INFO O| Dec 13 21:32:15.660 INFO STEP 124 (ensure_dir) COMPLETE
98182024-12-13T21:32:17.702Z[ host-image] Dec 13 21:32:15.661 INFO O| Dec 13 21:32:15.660 INFO STEP 125: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
98192024-12-13T21:32:17.719Z[ host-image] Dec 13 21:32:15.678 INFO O| Dec 13 21:32:15.678 INFO ownership already OK (0:3), path: /rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/site
98202024-12-13T21:32:17.719Z[ host-image] Dec 13 21:32:15.678 INFO O| Dec 13 21:32:15.678 INFO STEP 125 (ensure_dir) COMPLETE
98212024-12-13T21:32:17.721Z[ host-image] Dec 13 21:32:15.678 INFO O| Dec 13 21:32:15.678 INFO STEP 126: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
98222024-12-13T21:32:17.736Z[ host-image] Dec 13 21:32:15.695 INFO O| Dec 13 21:32:15.695 INFO file /rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/site/sled-agent.xml does not exist
98232024-12-13T21:32:17.736Z[ host-image] Dec 13 21:32:15.696 INFO O| Dec 13 21:32:15.695 INFO copying /tmp/.tmpFbsOmv/proto/host/root/lib/svc/manifest/site/sled-agent.xml -> /rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/site/sled-agent.xml ...
98242024-12-13T21:32:17.736Z[ host-image] Dec 13 21:32:15.696 INFO O| Dec 13 21:32:15.696 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/site/sled-agent.xml
98252024-12-13T21:32:17.736Z[ host-image] Dec 13 21:32:15.696 INFO O| Dec 13 21:32:15.696 INFO ok!
98262024-12-13T21:32:17.739Z[ host-image] Dec 13 21:32:15.696 INFO O| Dec 13 21:32:15.696 INFO STEP 126 (ensure_file) COMPLETE
98272024-12-13T21:32:17.739Z[ host-image] Dec 13 21:32:15.696 INFO O| Dec 13 21:32:15.696 INFO STEP 127: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
98282024-12-13T21:32:17.755Z[ host-image] Dec 13 21:32:15.714 INFO O| Dec 13 21:32:15.714 INFO perms are 700, should be 755, path: /rpool/images/build/host/work/gimlet/zfs/a/root
98292024-12-13T21:32:17.755Z[ host-image] Dec 13 21:32:15.714 INFO O| Dec 13 21:32:15.714 INFO chmod ok, path: /rpool/images/build/host/work/gimlet/zfs/a/root
98302024-12-13T21:32:17.758Z[ host-image] Dec 13 21:32:15.714 INFO O| Dec 13 21:32:15.714 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/root
98312024-12-13T21:32:17.758Z[ host-image] Dec 13 21:32:15.714 INFO O| Dec 13 21:32:15.714 INFO STEP 127 (ensure_dir) COMPLETE
98322024-12-13T21:32:17.758Z[ host-image] Dec 13 21:32:15.714 INFO O| Dec 13 21:32:15.714 INFO STEP 128: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
98332024-12-13T21:32:17.773Z[ host-image] Dec 13 21:32:15.732 INFO O| Dec 13 21:32:15.732 WARN file /rpool/images/build/host/work/gimlet/zfs/a/root/.profile exists, with wrong contents, unlinking
98342024-12-13T21:32:17.773Z[ host-image] Dec 13 21:32:15.732 INFO O| Dec 13 21:32:15.732 INFO copying /tmp/.tmpFbsOmv/proto/host/root/root/.profile -> /rpool/images/build/host/work/gimlet/zfs/a/root/.profile ...
98352024-12-13T21:32:17.773Z[ host-image] Dec 13 21:32:15.732 INFO O| Dec 13 21:32:15.732 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/root/.profile
98362024-12-13T21:32:17.776Z[ host-image] Dec 13 21:32:15.732 INFO O| Dec 13 21:32:15.732 INFO ok!
98372024-12-13T21:32:17.776Z[ host-image] Dec 13 21:32:15.733 INFO O| Dec 13 21:32:15.733 INFO STEP 128 (ensure_file) COMPLETE
98382024-12-13T21:32:17.776Z[ host-image] Dec 13 21:32:15.733 INFO O| Dec 13 21:32:15.733 INFO STEP 129: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
98392024-12-13T21:32:17.791Z[ host-image] Dec 13 21:32:15.751 INFO O| Dec 13 21:32:15.750 INFO remove tree: "/rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/network/ipsec"
98402024-12-13T21:32:17.795Z[ host-image] Dec 13 21:32:15.751 INFO O| Dec 13 21:32:15.751 INFO STEP 129 (remove_files) COMPLETE
98412024-12-13T21:32:17.795Z[ host-image] Dec 13 21:32:15.751 INFO O| Dec 13 21:32:15.751 INFO STEP 130: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
98422024-12-13T21:32:17.811Z[ host-image] Dec 13 21:32:15.770 INFO O| Dec 13 21:32:15.770 INFO remove tree: "/rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/network/ldap"
98432024-12-13T21:32:17.813Z[ host-image] Dec 13 21:32:15.770 INFO O| Dec 13 21:32:15.770 INFO STEP 130 (remove_files) COMPLETE
98442024-12-13T21:32:17.813Z[ host-image] Dec 13 21:32:15.770 INFO O| Dec 13 21:32:15.770 INFO STEP 131: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
98452024-12-13T21:32:17.829Z[ host-image] Dec 13 21:32:15.788 INFO O| Dec 13 21:32:15.788 INFO remove tree: "/rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/network/rpc"
98462024-12-13T21:32:17.832Z[ host-image] Dec 13 21:32:15.789 INFO O| Dec 13 21:32:15.789 INFO STEP 131 (remove_files) COMPLETE
98472024-12-13T21:32:17.832Z[ host-image] Dec 13 21:32:15.789 INFO O| Dec 13 21:32:15.789 INFO STEP 132: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
98482024-12-13T21:32:17.856Z[ host-image] Dec 13 21:32:15.815 INFO O| Dec 13 21:32:15.815 INFO remove tree: "/rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/network/security"
98492024-12-13T21:32:17.858Z[ host-image] Dec 13 21:32:15.815 INFO O| Dec 13 21:32:15.815 INFO STEP 132 (remove_files) COMPLETE
98502024-12-13T21:32:17.858Z[ host-image] Dec 13 21:32:15.815 INFO O| Dec 13 21:32:15.815 INFO STEP 133: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
98512024-12-13T21:32:17.875Z[ host-image] Dec 13 21:32:15.835 INFO O| Dec 13 21:32:15.834 INFO remove tree: "/rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/network/shares"
98522024-12-13T21:32:17.875Z[ host-image] Dec 13 21:32:15.835 INFO O| Dec 13 21:32:15.835 INFO STEP 133 (remove_files) COMPLETE
98532024-12-13T21:32:17.878Z[ host-image] Dec 13 21:32:15.835 INFO O| Dec 13 21:32:15.835 INFO STEP 134: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
98542024-12-13T21:32:17.895Z[ host-image] Dec 13 21:32:15.854 INFO O| Dec 13 21:32:15.854 INFO remove tree: "/rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/network/smb"
98552024-12-13T21:32:17.898Z[ host-image] Dec 13 21:32:15.855 INFO O| Dec 13 21:32:15.855 INFO STEP 134 (remove_files) COMPLETE
98562024-12-13T21:32:17.898Z[ host-image] Dec 13 21:32:15.855 INFO O| Dec 13 21:32:15.855 INFO STEP 135: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
98572024-12-13T21:32:17.929Z[ host-image] Dec 13 21:32:15.888 INFO O| Dec 13 21:32:15.888 INFO remove file: "/rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/application/management/net-snmp.xml"
98582024-12-13T21:32:17.932Z[ host-image] Dec 13 21:32:15.888 INFO O| Dec 13 21:32:15.888 INFO STEP 135 (remove_files) COMPLETE
98592024-12-13T21:32:17.932Z[ host-image] Dec 13 21:32:15.888 INFO O| Dec 13 21:32:15.888 INFO STEP 136: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
98602024-12-13T21:32:17.958Z[ host-image] Dec 13 21:32:15.917 INFO O| Dec 13 21:32:15.917 INFO remove file: "/rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/application/security/tcsd.xml"
98612024-12-13T21:32:17.961Z[ host-image] Dec 13 21:32:15.918 INFO O| Dec 13 21:32:15.918 INFO STEP 136 (remove_files) COMPLETE
98622024-12-13T21:32:17.961Z[ host-image] Dec 13 21:32:15.918 INFO O| Dec 13 21:32:15.918 INFO STEP 137: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
98632024-12-13T21:32:17.981Z[ host-image] Dec 13 21:32:15.940 INFO O| Dec 13 21:32:15.940 INFO remove file: "/rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/network/dns/install.xml"
98642024-12-13T21:32:17.983Z[ host-image] Dec 13 21:32:15.940 INFO O| Dec 13 21:32:15.940 INFO STEP 137 (remove_files) COMPLETE
98652024-12-13T21:32:17.983Z[ host-image] Dec 13 21:32:15.940 INFO O| Dec 13 21:32:15.940 INFO STEP 138: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
98662024-12-13T21:32:18.001Z[ host-image] Dec 13 21:32:15.960 INFO O| Dec 13 21:32:15.959 INFO remove file: "/rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/network/inetd-upgrade.xml"
98672024-12-13T21:32:18.004Z[ host-image] Dec 13 21:32:15.960 INFO O| Dec 13 21:32:15.960 INFO STEP 138 (remove_files) COMPLETE
98682024-12-13T21:32:18.004Z[ host-image] Dec 13 21:32:15.960 INFO O| Dec 13 21:32:15.960 INFO STEP 139: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
98692024-12-13T21:32:18.032Z[ host-image] Dec 13 21:32:15.991 INFO O| Dec 13 21:32:15.991 INFO remove file: "/rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/network/inetd.xml"
98702024-12-13T21:32:18.032Z[ host-image] Dec 13 21:32:15.991 INFO O| Dec 13 21:32:15.991 INFO STEP 139 (remove_files) COMPLETE
98712024-12-13T21:32:18.035Z[ host-image] Dec 13 21:32:15.991 INFO O| Dec 13 21:32:15.991 INFO STEP 140: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
98722024-12-13T21:32:18.052Z[ host-image] Dec 13 21:32:16.011 INFO O| Dec 13 21:32:16.011 INFO remove file: "/rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/network/network-install.xml"
98732024-12-13T21:32:18.056Z[ host-image] Dec 13 21:32:16.011 INFO O| Dec 13 21:32:16.011 INFO STEP 140 (remove_files) COMPLETE
98742024-12-13T21:32:18.056Z[ host-image] Dec 13 21:32:16.011 INFO O| Dec 13 21:32:16.011 INFO STEP 141: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
98752024-12-13T21:32:18.071Z[ host-image] Dec 13 21:32:16.029 INFO O| Dec 13 21:32:16.029 INFO remove file: "/rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/network/network-ipmp.xml"
98762024-12-13T21:32:18.074Z[ host-image] Dec 13 21:32:16.030 INFO O| Dec 13 21:32:16.030 INFO STEP 141 (remove_files) COMPLETE
98772024-12-13T21:32:18.074Z[ host-image] Dec 13 21:32:16.030 INFO O| Dec 13 21:32:16.030 INFO STEP 142: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
98782024-12-13T21:32:18.089Z[ host-image] Dec 13 21:32:16.048 INFO O| Dec 13 21:32:16.048 INFO remove file: "/rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/network/network-iptun.xml"
98792024-12-13T21:32:18.092Z[ host-image] Dec 13 21:32:16.048 INFO O| Dec 13 21:32:16.048 INFO STEP 142 (remove_files) COMPLETE
98802024-12-13T21:32:18.092Z[ host-image] Dec 13 21:32:16.048 INFO O| Dec 13 21:32:16.048 INFO STEP 143: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
98812024-12-13T21:32:18.108Z[ host-image] Dec 13 21:32:16.066 INFO O| Dec 13 21:32:16.066 INFO remove file: "/rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/network/network-location.xml"
98822024-12-13T21:32:18.112Z[ host-image] Dec 13 21:32:16.067 INFO O| Dec 13 21:32:16.067 INFO STEP 143 (remove_files) COMPLETE
98832024-12-13T21:32:18.112Z[ host-image] Dec 13 21:32:16.067 INFO O| Dec 13 21:32:16.067 INFO STEP 144: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
98842024-12-13T21:32:18.133Z[ host-image] Dec 13 21:32:16.092 INFO O| Dec 13 21:32:16.092 INFO remove file: "/rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/network/network-netcfg.xml"
98852024-12-13T21:32:18.133Z[ host-image] Dec 13 21:32:16.092 INFO O| Dec 13 21:32:16.092 INFO STEP 144 (remove_files) COMPLETE
98862024-12-13T21:32:18.133Z[ host-image] Dec 13 21:32:16.092 INFO O| Dec 13 21:32:16.092 INFO STEP 145: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
98872024-12-13T21:32:18.154Z[ host-image] Dec 13 21:32:16.113 INFO O| Dec 13 21:32:16.113 INFO remove file: "/rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/network/routing/rdisc.xml"
98882024-12-13T21:32:18.154Z[ host-image] Dec 13 21:32:16.113 INFO O| Dec 13 21:32:16.113 INFO STEP 145 (remove_files) COMPLETE
98892024-12-13T21:32:18.157Z[ host-image] Dec 13 21:32:16.114 INFO O| Dec 13 21:32:16.113 INFO STEP 146: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
98902024-12-13T21:32:18.173Z[ host-image] Dec 13 21:32:16.132 INFO O| Dec 13 21:32:16.132 INFO remove file: "/rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/network/varpd.xml"
98912024-12-13T21:32:18.176Z[ host-image] Dec 13 21:32:16.132 INFO O| Dec 13 21:32:16.132 INFO STEP 146 (remove_files) COMPLETE
98922024-12-13T21:32:18.176Z[ host-image] Dec 13 21:32:16.132 INFO O| Dec 13 21:32:16.132 INFO STEP 147: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
98932024-12-13T21:32:18.206Z[ host-image] Dec 13 21:32:16.165 INFO O| Dec 13 21:32:16.165 INFO remove file: "/rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/system/device/allocate.xml"
98942024-12-13T21:32:18.206Z[ host-image] Dec 13 21:32:16.165 INFO O| Dec 13 21:32:16.165 INFO STEP 147 (remove_files) COMPLETE
98952024-12-13T21:32:18.206Z[ host-image] Dec 13 21:32:16.165 INFO O| Dec 13 21:32:16.165 INFO STEP 148: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
98962024-12-13T21:32:18.267Z[ host-image] Dec 13 21:32:16.226 INFO O| Dec 13 21:32:16.226 INFO remove file: "/rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/system/device/devices-audio.xml"
98972024-12-13T21:32:18.267Z[ host-image] Dec 13 21:32:16.226 INFO O| Dec 13 21:32:16.226 INFO STEP 148 (remove_files) COMPLETE
98982024-12-13T21:32:18.267Z[ host-image] Dec 13 21:32:16.226 INFO O| Dec 13 21:32:16.226 INFO STEP 149: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
98992024-12-13T21:32:18.287Z[ host-image] Dec 13 21:32:16.245 INFO O| Dec 13 21:32:16.245 INFO remove file: "/rpool/images/build/host/work/gimlet/zfs/a/usr/lib/devfsadm/linkmod/SUNW_audio_link.so"
99002024-12-13T21:32:18.287Z[ host-image] Dec 13 21:32:16.245 INFO O| Dec 13 21:32:16.245 INFO STEP 149 (remove_files) COMPLETE
99012024-12-13T21:32:18.287Z[ host-image] Dec 13 21:32:16.245 INFO O| Dec 13 21:32:16.245 INFO STEP 150: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
99022024-12-13T21:32:18.323Z[ host-image] Dec 13 21:32:16.280 INFO O| Dec 13 21:32:16.280 INFO remove file: "/rpool/images/build/host/work/gimlet/zfs/a/dev/sndstat"
99032024-12-13T21:32:18.326Z[ host-image] Dec 13 21:32:16.281 INFO O| Dec 13 21:32:16.281 INFO STEP 150 (remove_files) COMPLETE
99042024-12-13T21:32:18.326Z[ host-image] Dec 13 21:32:16.281 INFO O| Dec 13 21:32:16.281 INFO STEP 151: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
99052024-12-13T21:32:18.339Z[ host-image] Dec 13 21:32:16.298 INFO O| Dec 13 21:32:16.298 INFO remove file: "/rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/system/device/mpxio-upgrade.xml"
99062024-12-13T21:32:18.339Z[ host-image] Dec 13 21:32:16.298 INFO O| Dec 13 21:32:16.298 INFO STEP 151 (remove_files) COMPLETE
99072024-12-13T21:32:18.339Z[ host-image] Dec 13 21:32:16.298 INFO O| Dec 13 21:32:16.298 INFO STEP 152: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
99082024-12-13T21:32:18.358Z[ host-image] Dec 13 21:32:16.317 INFO O| Dec 13 21:32:16.317 INFO remove file: "/rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/system/hostid.xml"
99092024-12-13T21:32:18.358Z[ host-image] Dec 13 21:32:16.317 INFO O| Dec 13 21:32:16.317 INFO STEP 152 (remove_files) COMPLETE
99102024-12-13T21:32:18.358Z[ host-image] Dec 13 21:32:16.317 INFO O| Dec 13 21:32:16.317 INFO STEP 153: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
99112024-12-13T21:32:18.376Z[ host-image] Dec 13 21:32:16.335 INFO O| Dec 13 21:32:16.335 INFO remove file: "/rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/system/idmap.xml"
99122024-12-13T21:32:18.376Z[ host-image] Dec 13 21:32:16.335 INFO O| Dec 13 21:32:16.335 INFO STEP 153 (remove_files) COMPLETE
99132024-12-13T21:32:18.378Z[ host-image] Dec 13 21:32:16.335 INFO O| Dec 13 21:32:16.335 INFO STEP 154: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
99142024-12-13T21:32:18.394Z[ host-image] Dec 13 21:32:16.353 INFO O| Dec 13 21:32:16.353 INFO remove file: "/rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/system/pkgserv.xml"
99152024-12-13T21:32:18.397Z[ host-image] Dec 13 21:32:16.354 INFO O| Dec 13 21:32:16.353 INFO STEP 154 (remove_files) COMPLETE
99162024-12-13T21:32:18.397Z[ host-image] Dec 13 21:32:16.354 INFO O| Dec 13 21:32:16.354 INFO STEP 155: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
99172024-12-13T21:32:18.414Z[ host-image] Dec 13 21:32:16.373 INFO O| Dec 13 21:32:16.373 INFO remove file: "/rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/system/zones.xml"
99182024-12-13T21:32:18.414Z[ host-image] Dec 13 21:32:16.373 INFO O| Dec 13 21:32:16.373 INFO STEP 155 (remove_files) COMPLETE
99192024-12-13T21:32:18.414Z[ host-image] Dec 13 21:32:16.373 INFO O| Dec 13 21:32:16.373 INFO STEP 156: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
99202024-12-13T21:32:18.431Z[ host-image] Dec 13 21:32:16.390 INFO O| Dec 13 21:32:16.390 INFO remove file: "/rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/system/intrd.xml"
99212024-12-13T21:32:18.431Z[ host-image] Dec 13 21:32:16.391 INFO O| Dec 13 21:32:16.390 INFO STEP 156 (remove_files) COMPLETE
99222024-12-13T21:32:18.431Z[ host-image] Dec 13 21:32:16.391 INFO O| Dec 13 21:32:16.391 INFO STEP 157: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
99232024-12-13T21:32:18.448Z[ host-image] Dec 13 21:32:16.407 INFO O| Dec 13 21:32:16.407 INFO remove file: "/rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/network/chrony.xml"
99242024-12-13T21:32:18.448Z[ host-image] Dec 13 21:32:16.407 INFO O| Dec 13 21:32:16.407 INFO STEP 157 (remove_files) COMPLETE
99252024-12-13T21:32:18.450Z[ host-image] Dec 13 21:32:16.407 INFO O| Dec 13 21:32:16.407 INFO STEP 158: seed_smf, from: /work/oxidecomputer/helios/image/templates/gimlet/zfs.json
99262024-12-13T21:32:18.472Z[ host-image] Dec 13 21:32:16.431 INFO O| Dec 13 21:32:16.431 INFO file /rpool/images/build/host/tmp/gimlet/zfs/repo.db does not already exist, skipping removal
99272024-12-13T21:32:18.474Z[ host-image] Dec 13 21:32:16.431 INFO O| Dec 13 21:32:16.431 INFO exec: ["/usr/sbin/svccfg", "import", "-p", "/dev/stdout", "/rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest"], env: {"SVCCFG_CHECKHASH": "1", "SVCCFG_REPOSITORY": "/rpool/images/build/host/tmp/gimlet/zfs/repo.db", "PKG_INSTALL_ROOT": "/rpool/images/build/host/work/gimlet/zfs/a", "SVCCFG_DTD": "/rpool/images/build/host/work/gimlet/zfs/a/usr/share/lib/xml/dtd/service_bundle.dtd.1"}
99282024-12-13T21:32:28.259Z[ host-image] Dec 13 21:32:26.217 INFO O| Dec 13 21:32:26.217 INFO O| Loading smf(7) service descriptions: 1/742/743/744/745/746/747/748/749/7410/7411/7412/7413/7414/7415/7416/7417/7418/7419/7420/7421/7422/7423/7424/7425/7426/7427/7428/7429/7430/7431/7432/7433/7434/7435/7436/7437/7438/7439/7440/7441/7442/7443/7444/7445/7446/7447/7448/7449/7450/7451/7452/7453/7454/7455/7456/7457/7458/7459/7460/7461/7462/7463/7464/7465/7466/7467/7468/7469/7470/7471/7472/7473/7474/74
99292024-12-13T21:32:28.262Z[ host-image] Dec 13 21:32:26.217 INFO O| Dec 13 21:32:26.217 INFO E| svccfg: Loaded 74 smf(7) service descriptions
99302024-12-13T21:32:28.280Z[ host-image] Dec 13 21:32:26.238 INFO O| Dec 13 21:32:26.238 INFO exec: ["/usr/sbin/svccfg", "apply", "/rpool/images/build/host/work/gimlet/zfs/a/var/svc/profile/site.xml"], env: {"SVCCFG_DTD": "/rpool/images/build/host/work/gimlet/zfs/a/usr/share/lib/xml/dtd/service_bundle.dtd.1", "PKG_INSTALL_ROOT": "/rpool/images/build/host/work/gimlet/zfs/a", "SVCCFG_REPOSITORY": "/rpool/images/build/host/tmp/gimlet/zfs/repo.db", "SVCCFG_CHECKHASH": "1"}
99312024-12-13T21:32:28.411Z[ host-image] Dec 13 21:32:26.369 INFO O| Dec 13 21:32:26.368 INFO file /rpool/images/build/host/work/gimlet/zfs/a/etc/svc/repository.db does not exist
99322024-12-13T21:32:28.411Z[ host-image] Dec 13 21:32:26.369 INFO O| Dec 13 21:32:26.369 INFO copying /rpool/images/build/host/tmp/gimlet/zfs/repo.db -> /rpool/images/build/host/work/gimlet/zfs/a/etc/svc/repository.db ...
99332024-12-13T21:32:28.414Z[ host-image] Dec 13 21:32:26.371 INFO O| Dec 13 21:32:26.371 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/etc/svc/repository.db
99342024-12-13T21:32:28.414Z[ host-image] Dec 13 21:32:26.371 INFO O| Dec 13 21:32:26.371 INFO ok!
99352024-12-13T21:32:28.414Z[ host-image] Dec 13 21:32:26.371 INFO O| Dec 13 21:32:26.371 INFO file /rpool/images/build/host/tmp/gimlet/zfs/repo.db exists (as File), removing
99362024-12-13T21:32:28.414Z[ host-image] Dec 13 21:32:26.371 INFO O| Dec 13 21:32:26.371 INFO STEP 158 (seed_smf) COMPLETE
99372024-12-13T21:32:28.414Z[ host-image] Dec 13 21:32:26.371 INFO O| Dec 13 21:32:26.371 INFO steps complete; finalising image!
99382024-12-13T21:32:28.414Z[ host-image] Dec 13 21:32:26.371 INFO O| Dec 13 21:32:26.371 INFO TRIM POOL: TEMPORARY-gimlet-zfs
99392024-12-13T21:32:28.612Z[ host-image] Dec 13 21:32:26.570 INFO O| Dec 13 21:32:26.570 INFO trim TEMPORARY-gimlet-zfs: (0% trimmed, started at Fri Dec 13 21:32:26 2024)
99402024-12-13T21:32:28.823Z[ host-image] Dec 13 21:32:26.781 INFO O| Dec 13 21:32:26.781 INFO trim TEMPORARY-gimlet-zfs: (25% trimmed, started at Fri Dec 13 21:32:26 2024)
99412024-12-13T21:32:29.047Z[ host-image] Dec 13 21:32:27.004 INFO O| Dec 13 21:32:27.004 INFO trim TEMPORARY-gimlet-zfs: (93% trimmed, started at Fri Dec 13 21:32:26 2024)
99422024-12-13T21:32:29.278Z[ host-image] Dec 13 21:32:27.235 INFO O| Dec 13 21:32:27.235 INFO temporary pool has 689M used, 143M avail, 1.82x compressratio
99432024-12-13T21:32:29.278Z[ host-image] Dec 13 21:32:27.235 INFO O| Dec 13 21:32:27.235 INFO EXPORT POOL: TEMPORARY-gimlet-zfs
99442024-12-13T21:32:30.011Z[ host-image] Dec 13 21:32:27.969 INFO O| Dec 13 21:32:27.969 INFO copying image /rpool/images/build/host/work/gimlet/zfs/lofi.raw to output file /rpool/images/build/host/output/gimlet-zfs.raw
99452024-12-13T21:32:30.011Z[ host-image] Dec 13 21:32:27.969 INFO O| Dec 13 21:32:27.969 INFO file /rpool/images/build/host/output/gimlet-zfs.raw does not already exist, skipping removal
99462024-12-13T21:32:31.748Z[ host-image] Dec 13 21:32:29.706 INFO O| Dec 13 21:32:29.705 INFO perms are 1600, should be 644, path: /rpool/images/build/host/output/gimlet-zfs.raw
99472024-12-13T21:32:31.748Z[ host-image] Dec 13 21:32:29.706 INFO O| Dec 13 21:32:29.706 INFO chmod ok, path: /rpool/images/build/host/output/gimlet-zfs.raw
99482024-12-13T21:32:31.750Z[ host-image] Dec 13 21:32:29.706 INFO O| Dec 13 21:32:29.706 INFO ownership already OK (0:0), path: /rpool/images/build/host/output/gimlet-zfs.raw
99492024-12-13T21:32:31.750Z[ host-image] Dec 13 21:32:29.706 INFO O| Dec 13 21:32:29.706 INFO completed processing gimlet/zfs
99502024-12-13T21:32:31.750Z[ host-image] Dec 13 21:32:29.706 INFO O| Dec 13 21:32:29.706 INFO DESTROY DATASET: rpool/images/build/host/work/gimlet/zfs
99512024-12-13T21:32:40.164Z[ host-image] Dec 13 21:32:38.121 INFO O| Dec 13 21:32:38.121 INFO DESTROY DATASET: rpool/images/build/host/tmp/gimlet/zfs
99522024-12-13T21:32:40.316Z[ host-image] Dec 13 21:32:38.273 INFO BUILD STRING "heads/stlouis-0-g92ea22932b\n"
99532024-12-13T21:32:40.316Z[ host-image] Dec 13 21:32:38.273 INFO expanded image name: "ci b650639/${os_short_commit} 2024-12-13 20:57" -> "ci b650639/92ea229 2024-12-13 20:57"
99542024-12-13T21:32:40.319Z[ host-image] Dec 13 21:32:38.273 INFO output artefacts stored in: "/work/os-host"
99552024-12-13T21:32:40.319Z[ host-image] Dec 13 21:32:38.273 INFO collecting git info from project "pilot"...
99562024-12-13T21:32:40.328Z[ host-image] Dec 13 21:32:38.285 INFO collecting git info from project "pinprick"...
99572024-12-13T21:32:40.335Z[ host-image] Dec 13 21:32:38.292 INFO collecting git info from project "chelsio-t6-roms"...
99582024-12-13T21:32:40.342Z[ host-image] Dec 13 21:32:38.299 INFO collecting git info from project "amd-host-image-builder"...
99592024-12-13T21:32:40.365Z[ host-image] Dec 13 21:32:38.321 INFO collecting git info from project "image-builder"...
99602024-12-13T21:32:40.372Z[ host-image] Dec 13 21:32:38.328 INFO collecting git info from project "amd-firmware"...
99612024-12-13T21:32:40.392Z[ host-image] Dec 13 21:32:38.349 INFO collecting git info from project "phbl"...
99622024-12-13T21:32:40.401Z[ host-image] Dec 13 21:32:38.358 INFO collecting git info from project "bootserver"...
99632024-12-13T21:32:40.408Z[ host-image] Dec 13 21:32:38.364 INFO collecting packaging info "pkg-publishers.txt": ["publisher", "-F", "tsv"]...
99642024-12-13T21:32:41.292Z[ host-image] Dec 13 21:32:39.242 INFO collecting packaging info "pkg-list.txt": ["list", "-H", "-v"]...
99652024-12-13T21:32:41.888Z[ host-image] Dec 13 21:32:39.844 INFO creating Oxide boot image...
99662024-12-13T21:32:41.888Z[ host-image] Dec 13 21:32:39.844 INFO exec: ["/work/oxidecomputer/helios/projects/bootserver/target/release/mkimage", "-i", "/rpool/images/build/host/output/gimlet-zfs.raw", "-N", "ci b650639/92ea229 2024-12-13 20:57", "-o", "/work/os-host/zfs.img", "-O", "/work/oxidecomputer/helios/tmp/image.host/boot_image_csum", "-s", "4096"], pwd: None
99672024-12-13T21:32:43.329Z[ host-image] Dec 13 21:32:41.285 INFO O| ok, image written!
99682024-12-13T21:32:43.329Z[ host-image] Dec 13 21:32:41.285 INFO O| ok, boot_image_csum file written!
99692024-12-13T21:32:43.333Z[ host-image] Dec 13 21:32:41.289 INFO creating boot archive (CPIO)...
99702024-12-13T21:32:43.333Z[ host-image] Dec 13 21:32:41.289 INFO exec: ["bash", "/work/oxidecomputer/helios/image/mkcpio.sh", "/rpool/images/build/host/work/gimlet/ramdisk", "/work/os-host/cpio", "/work/oxidecomputer/helios/tmp/image.host"], pwd: None
99712024-12-13T21:32:43.343Z[ host-image] Dec 13 21:32:41.299 INFO E| + root=/rpool/images/build/host/work/gimlet/ramdisk
99722024-12-13T21:32:43.343Z[ host-image] Dec 13 21:32:41.299 INFO E| + outfile=/work/os-host/cpio
99732024-12-13T21:32:43.345Z[ host-image] Dec 13 21:32:41.299 INFO E| + tmpdir=/work/oxidecomputer/helios/tmp/image.host
99742024-12-13T21:32:43.345Z[ host-image] Dec 13 21:32:41.302 INFO E| + cd /rpool/images/build/host/work/gimlet/ramdisk
99752024-12-13T21:32:43.345Z[ host-image] Dec 13 21:32:41.302 INFO E| + cpio -qo -H odc -O /work/os-host/cpio
99762024-12-13T21:32:43.401Z[ host-image] Dec 13 21:32:41.357 INFO E| + cd /work/oxidecomputer/helios/tmp/image.host
99772024-12-13T21:32:43.401Z[ host-image] Dec 13 21:32:41.357 INFO E| + cpio -qo -H odc -AO /work/os-host/cpio
99782024-12-13T21:32:43.411Z[ host-image] Dec 13 21:32:41.367 INFO creating compressed cpio/unix for nanobl-rs...
99792024-12-13T21:32:43.414Z[ host-image] Dec 13 21:32:41.368 INFO exec: ["bash", "-c", "\'/work/oxidecomputer/helios/projects/pinprick/target/release/pinprick\' \'/rpool/images/build/host/work/gimlet/ramdisk/platform/oxide/kernel/amd64/unix\' >\'/work/os-host/unix.z\'"], pwd: None
99802024-12-13T21:32:43.813Z[ host-image] Dec 13 21:32:41.768 INFO exec: ["bash", "-c", "\'/work/oxidecomputer/helios/projects/pinprick/target/release/pinprick\' \'/work/os-host/cpio\' >\'/work/os-host/cpio.z\'"], pwd: None
99812024-12-13T21:32:49.904Z[ host-image] Dec 13 21:32:47.860 INFO creating reset image...
99822024-12-13T21:32:49.904Z[ host-image] Dec 13 21:32:47.860 INFO exec: ["cargo", "xtask", "build", "--release", "--cpioz", "/work/os-host/cpio.z"], pwd: Some("/work/oxidecomputer/helios/projects/phbl")
99832024-12-13T21:32:50.072Z[ host-image] Dec 13 21:32:48.028 INFO E| Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.05s
99842024-12-13T21:32:50.119Z[ host-image] Dec 13 21:32:48.074 INFO E| Running `xtask/target/debug/xtask build --release --cpioz /work/os-host/cpio.z`
99852024-12-13T21:32:50.253Z[ host-image] Dec 13 21:32:48.208 INFO E| Compiling phbl v0.1.0 (/work/oxidecomputer/helios/projects/phbl)
99862024-12-13T21:32:53.777Z[ host-image] Dec 13 21:32:51.732 INFO E| Finished `release` profile [optimized] target(s) in 3.63s
99872024-12-13T21:32:53.792Z[ host-image] Dec 13 21:32:51.747 INFO building host image...
99882024-12-13T21:32:53.795Z[ host-image] Dec 13 21:32:51.748 INFO exec: ["/work/oxidecomputer/helios/projects/amd-host-image-builder/target/debug/amd-host-image-builder", "-B", "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.a", "--config", "/work/oxidecomputer/helios/image/amd/milan-gimlet-b.efs.json5", "--output-file", "/work/os-host/rom", "--reset-image", "/work/oxidecomputer/helios/projects/phbl/target/x86_64-oxide-none-elf/release/phbl"], pwd: Some("/work/oxidecomputer/helios/projects/amd-host-image-builder")
99892024-12-13T21:32:54.705Z[ host-image] Dec 13 21:32:52.660 INFO finishing image archive at "/work/os-host/os.tar.gz"...
99902024-12-13T21:34:01.066Z[ host-image] Dec 13 21:33:59.014 INFO image complete! materials are in "/work/os-host"
99912024-12-13T21:34:01.070Z[ host-image]
99922024-12-13T21:34:01.070Z[ host-image] real 14:38.478948461
99932024-12-13T21:34:01.070Z[ host-image] user 6:24.833567703
99942024-12-13T21:34:01.070Z[ host-image] sys 1:06.126900423
99952024-12-13T21:34:01.070Z[ host-image] trap 0.279068487
99962024-12-13T21:34:01.070Z[ host-image] tflt 0.030813327
99972024-12-13T21:34:01.070Z[ host-image] dflt 0.158523587
99982024-12-13T21:34:01.070Z[ host-image] kflt 0.004913475
99992024-12-13T21:34:01.070Z[ host-image] lock 10:27.219420423
100002024-12-13T21:34:01.070Z[ host-image] slp 1:20:18.815575257
100012024-12-13T21:34:01.073Z[ host-image] lat 2:45.165683638
100022024-12-13T21:34:01.073Z[ host-image] stop 3.614730194
100032024-12-13T21:34:01.073ZDec 13 21:33:59.018 INFO [host-image] process exited with exit status: 0 (878.496389223s)
100042024-12-13T21:34:01.073ZDec 13 21:33:59.018 INFO [tuf-repo] running task
100052024-12-13T21:34:16.052ZDec 13 21:34:13.997 INFO assembling repository in `/tmp/tufaceousmtA8Qc`, component: OmicronRepoAssembler
100062024-12-13T21:34:22.658ZDec 13 21:34:20.602 DEBG assembly successful, cleaning up, component: OmicronRepoAssembler
100072024-12-13T21:34:22.962ZDec 13 21:34:20.907 INFO artifacts assembled and archived to `/work/repo.zip`, component: OmicronRepoAssembler
100082024-12-13T21:34:32.203Z[verify-libraries] Finished `release` profile [optimized] target(s) in 14m 53s
100092024-12-13T21:34:32.765ZDec 13 21:34:30.709 INFO [verify-libraries] process exited with exit status: 0 (897.26281894s)
100102024-12-13T21:34:37.579ZDec 13 21:34:35.522 INFO [tuf-repo] task succeeded (36.504010769s)
100112024-12-13T21:34:37.579ZDec 13 21:34:35.522 INFO all jobs completed in 2215.131210287s
100122024-12-13T21:34:38.152Zprocess exited: duration 2963054 ms, exit code 0
 
100132024-12-13T21:34:38.168Zfound 33 output files
100142024-12-13T21:34:38.169Zuploading: /work/manifest.toml (8404 bytes)
100152024-12-13T21:34:39.186Zuploaded: /work/manifest.toml
100162024-12-13T21:34:39.186Zuploading: /work/repo.zip (1945908947 bytes)
100172024-12-13T21:35:20.055Zuploaded: /work/repo.zip
100182024-12-13T21:35:20.055Zuploading: /work/repo.zip.sha256.txt (65 bytes)
100192024-12-13T21:35:21.078Zuploaded: /work/repo.zip.sha256.txt
100202024-12-13T21:35:21.078Zuploading: /work/helios-setup.log (66237 bytes)
100212024-12-13T21:35:22.090Zuploaded: /work/helios-setup.log
100222024-12-13T21:35:22.090Zuploading: /work/host-image.log (198958 bytes)
100232024-12-13T21:35:23.104Zuploaded: /work/host-image.log
100242024-12-13T21:35:23.104Zuploading: /work/host-package.log (22252 bytes)
100252024-12-13T21:35:24.114Zuploaded: /work/host-package.log
100262024-12-13T21:35:24.114Zuploading: /work/host-target.log (101 bytes)
100272024-12-13T21:35:25.123Zuploaded: /work/host-target.log
100282024-12-13T21:35:25.123Zuploading: /work/omicron-package.log (5666 bytes)
100292024-12-13T21:35:26.131Zuploaded: /work/omicron-package.log
100302024-12-13T21:35:26.131Zuploading: /work/phbl-toolchain.log (881 bytes)
100312024-12-13T21:35:27.141Zuploaded: /work/phbl-toolchain.log
100322024-12-13T21:35:27.141Zuploading: /work/recovery-image.log (595307 bytes)
100332024-12-13T21:35:28.161Zuploaded: /work/recovery-image.log
100342024-12-13T21:35:28.161Zuploading: /work/recovery-package.log (321 bytes)
100352024-12-13T21:35:29.168Zuploaded: /work/recovery-package.log
100362024-12-13T21:35:29.168Zuploading: /work/recovery-target.log (98 bytes)
100372024-12-13T21:35:30.176Zuploaded: /work/recovery-target.log
100382024-12-13T21:35:30.176Zuploading: /work/stamp-clickhouse.log (117 bytes)
100392024-12-13T21:35:31.185Zuploaded: /work/stamp-clickhouse.log
100402024-12-13T21:35:31.185Zuploading: /work/stamp-clickhouse_keeper.log (124 bytes)
100412024-12-13T21:35:32.193Zuploaded: /work/stamp-clickhouse_keeper.log
100422024-12-13T21:35:32.194Zuploading: /work/stamp-cockroachdb.log (118 bytes)
100432024-12-13T21:35:33.203Zuploaded: /work/stamp-cockroachdb.log
100442024-12-13T21:35:33.203Zuploading: /work/stamp-crucible-dtrace.log (119 bytes)
100452024-12-13T21:35:34.211Zuploaded: /work/stamp-crucible-dtrace.log
100462024-12-13T21:35:34.211Zuploading: /work/stamp-crucible-pantry-zone.log (127 bytes)
100472024-12-13T21:35:35.219Zuploaded: /work/stamp-crucible-pantry-zone.log
100482024-12-13T21:35:35.219Zuploading: /work/stamp-crucible-zone.log (120 bytes)
100492024-12-13T21:35:36.228Zuploaded: /work/stamp-crucible-zone.log
100502024-12-13T21:35:36.228Zuploading: /work/stamp-external-dns.log (119 bytes)
100512024-12-13T21:35:37.234Zuploaded: /work/stamp-external-dns.log
100522024-12-13T21:35:37.234Zuploading: /work/stamp-installinator.log (103 bytes)
100532024-12-13T21:35:38.243Zuploaded: /work/stamp-installinator.log
100542024-12-13T21:35:38.243Zuploading: /work/stamp-internal-dns.log (119 bytes)
100552024-12-13T21:35:39.255Zuploaded: /work/stamp-internal-dns.log
100562024-12-13T21:35:39.255Zuploading: /work/stamp-mg-ddm-gz.log (99 bytes)
100572024-12-13T21:35:40.265Zuploaded: /work/stamp-mg-ddm-gz.log
100582024-12-13T21:35:40.265Zuploading: /work/stamp-nexus.log (112 bytes)
100592024-12-13T21:35:41.273Zuploaded: /work/stamp-nexus.log
100602024-12-13T21:35:41.274Zuploading: /work/stamp-ntp.log (110 bytes)
100612024-12-13T21:35:42.292Zuploaded: /work/stamp-ntp.log
100622024-12-13T21:35:42.292Zuploading: /work/stamp-omicron-sled-agent.log (122 bytes)
100632024-12-13T21:35:43.303Zuploaded: /work/stamp-omicron-sled-agent.log
100642024-12-13T21:35:43.303Zuploading: /work/stamp-overlay.log (114 bytes)
100652024-12-13T21:35:44.311Zuploaded: /work/stamp-overlay.log
100662024-12-13T21:35:44.311Zuploading: /work/stamp-oximeter.log (115 bytes)
100672024-12-13T21:35:45.324Zuploaded: /work/stamp-oximeter.log
100682024-12-13T21:35:45.324Zuploading: /work/stamp-oxlog.log (109 bytes)
100692024-12-13T21:35:46.346Zuploaded: /work/stamp-oxlog.log
100702024-12-13T21:35:46.347Zuploading: /work/stamp-probe.log (112 bytes)
100712024-12-13T21:35:47.738Zuploaded: /work/stamp-probe.log
100722024-12-13T21:35:47.738Zuploading: /work/stamp-propolis-server.log (122 bytes)
100732024-12-13T21:35:48.803Zuploaded: /work/stamp-propolis-server.log
100742024-12-13T21:35:48.803Zuploading: /work/stamp-pumpkind-gz.log (115 bytes)
100752024-12-13T21:35:49.818Zuploaded: /work/stamp-pumpkind-gz.log
100762024-12-13T21:35:49.818Zuploading: /work/stamp-switch-asic.log (118 bytes)
100772024-12-13T21:35:50.834Zuploaded: /work/stamp-switch-asic.log
100782024-12-13T21:35:50.834Zuploading: /work/verify-libraries.log (5773 bytes)
100792024-12-13T21:35:51.847Zuploaded: /work/verify-libraries.log