01JFJYHC99KYPQSH6W2GAA83Y2: 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: 01JFJYJ2NPM055577A7HTSZCEZ

Tags:

Artefacts:

Output:

SEQ GLOBAL TIME DETAILS
12024-12-20T21:12:17.594Zjob assigned to worker 01JFJYJ3H48KB7TV43G7DAG9W7 [factory aws, i-0999e465ff9c457be] (queued for 1 m 2 s)
 
22024-12-20T21:12:26.095Zstarting task 0: "setup"
32024-12-20T21:12:26.105Z++ uname -s
42024-12-20T21:12:26.108Z+ kern=SunOS
52024-12-20T21:12:26.108Z+ case "$kern" in
62024-12-20T21:12:26.108Z+ groupadd -g 12345 build
72024-12-20T21:12:26.111Z+ useradd -u 12345 -g build -d /home/build -s /bin/bash -c build -P 'Primary Administrator' build
82024-12-20T21:12:28.118Z+ zfs create -o mountpoint=/work rpool/work
92024-12-20T21:12:28.274Z++ awk '$2 == "/home" { print $3 }' /etc/mnttab
102024-12-20T21:12:28.276Z+ home_fs=zfs
112024-12-20T21:12:28.276Z+ [[ zfs == autofs ]]
122024-12-20T21:12:28.276Z+ mkdir -p /home/build
132024-12-20T21:12:28.278Z+ chown build:build /home/build /work
142024-12-20T21:12:30.280Z+ chmod 0700 /home/build /work
152024-12-20T21:12:30.283Zprocess exited: duration 4187 ms, exit code 0
 
162024-12-20T21:12:30.291Zstarting task 1: "rust-toolchain"
172024-12-20T21:12:30.294Z+ printf ' * toolchain channel = "%s"
182024-12-20T21:12:30.295Z' 1.81.0
192024-12-20T21:12:30.295Z * toolchain channel = "1.81.0"
202024-12-20T21:12:30.295Z+ printf ' * toolchain profile = "%s"
212024-12-20T21:12:30.295Z' default
222024-12-20T21:12:30.295Z * toolchain profile = "default"
232024-12-20T21:12:30.298Z+ curl --proto =https --tlsv1.2 -sSf https://sh.rustup.rs
242024-12-20T21:12:30.298Z+ /bin/bash -s - -y --no-modify-path --default-toolchain 1.81.0 --profile default
252024-12-20T21:12:30.459Zinfo: downloading installer
262024-12-20T21:12:31.907Zinfo: profile set to 'default'
272024-12-20T21:12:31.907Zinfo: default host triple is x86_64-unknown-illumos
282024-12-20T21:12:31.910Zinfo: syncing channel updates for '1.81.0-x86_64-unknown-illumos'
292024-12-20T21:12:32.061Zinfo: latest update on 2024-09-05, rust version 1.81.0 (eeb90cda1 2024-09-04)
302024-12-20T21:12:32.061Zinfo: downloading component 'cargo'
312024-12-20T21:12:32.907Zinfo: downloading component 'clippy'
322024-12-20T21:12:33.220Zinfo: downloading component 'rust-docs'
332024-12-20T21:12:34.394Zinfo: downloading component 'rust-std'
342024-12-20T21:12:36.216Zinfo: downloading component 'rustc'
352024-12-20T21:12:42.758Zinfo: downloading component 'rustfmt'
362024-12-20T21:12:43.005Zinfo: installing component 'cargo'
372024-12-20T21:12:43.809Zinfo: installing component 'clippy'
382024-12-20T21:12:44.166Zinfo: installing component 'rust-docs'
392024-12-20T21:12:45.831Zinfo: installing component 'rust-std'
402024-12-20T21:12:47.513Zinfo: installing component 'rustc'
412024-12-20T21:12:53.089Zinfo: installing component 'rustfmt'
422024-12-20T21:12:53.407Zinfo: default toolchain set to '1.81.0-x86_64-unknown-illumos'
432024-12-20T21:12:53.407Z
442024-12-20T21:12:53.768Z 1.81.0-x86_64-unknown-illumos installed - rustc 1.81.0 (eeb90cda1 2024-09-04)
452024-12-20T21:12:53.768Z
462024-12-20T21:12:53.773Z
472024-12-20T21:12:53.773ZRust is installed now. Great!
482024-12-20T21:12:53.773Z
492024-12-20T21:12:53.774ZTo get started you need Cargo's bin directory ($HOME/.cargo/bin) in your PATH
502024-12-20T21:12:53.774Zenvironment variable. This has not been done automatically.
512024-12-20T21:12:53.774Z
522024-12-20T21:12:53.774ZTo configure your current shell, you need to source
532024-12-20T21:12:53.774Zthe corresponding env file under $HOME/.cargo.
542024-12-20T21:12:53.774Z
552024-12-20T21:12:53.774ZThis is usually done by running one of the following (note the leading DOT):
562024-12-20T21:12:53.774Z. "$HOME/.cargo/env" # For sh/bash/zsh/ash/dash/pdksh
572024-12-20T21:12:53.774Zsource "$HOME/.cargo/env.fish" # For fish
582024-12-20T21:12:53.834Z+ rustc --version
592024-12-20T21:12:53.899Zrustc 1.81.0 (eeb90cda1 2024-09-04)
602024-12-20T21:12:53.902Zprocess exited: duration 23609 ms, exit code 0
 
612024-12-20T21:12:53.909Zstarting task 2: "authentication"
622024-12-20T21:12:53.931Zprocess exited: duration 21 ms, exit code 0
 
632024-12-20T21:12:53.938Zstarting task 3: "clone repository"
642024-12-20T21:12:53.943Z+ mkdir -p /work/oxidecomputer/omicron
652024-12-20T21:12:53.947Z+ git clone https://github.com/oxidecomputer/omicron /work/oxidecomputer/omicron
662024-12-20T21:12:54.608ZCloning into '/work/oxidecomputer/omicron'...
672024-12-20T21:13:01.806Z+ cd /work/oxidecomputer/omicron
682024-12-20T21:13:01.806Z+ git fetch origin f0c692d7aa81d9251d0caeb6ec1c2c943ee12d47
692024-12-20T21:13:02.111ZFrom https://github.com/oxidecomputer/omicron
702024-12-20T21:13:02.111Z * branch f0c692d7aa81d9251d0caeb6ec1c2c943ee12d47 -> FETCH_HEAD
712024-12-20T21:13:02.117Z+ [[ -n gjcolombo/ingest-propolis-ensure-api ]]
722024-12-20T21:13:02.121Z++ git branch --show-current
732024-12-20T21:13:02.124Z+ current=main
742024-12-20T21:13:02.124Z+ [[ main != gjcolombo/ingest-propolis-ensure-api ]]
752024-12-20T21:13:02.124Z+ git branch -f gjcolombo/ingest-propolis-ensure-api f0c692d7aa81d9251d0caeb6ec1c2c943ee12d47
762024-12-20T21:13:02.127Z+ git checkout -f gjcolombo/ingest-propolis-ensure-api
772024-12-20T21:13:02.259ZSwitched to branch 'gjcolombo/ingest-propolis-ensure-api'
782024-12-20T21:13:02.263Z+ git reset --hard f0c692d7aa81d9251d0caeb6ec1c2c943ee12d47
792024-12-20T21:13:02.394ZHEAD is now at f0c692d7a PR feedback: SocketAddrV6, misc cleanup
802024-12-20T21:13:02.396Zprocess exited: duration 8456 ms, exit code 0
 
812024-12-20T21:13:02.405Zstarting task 4: "build"
822024-12-20T21:13:02.408Z+ source .github/buildomat/ci-env.sh
832024-12-20T21:13:02.408Z++ export CARGO_TERM_COLOR=always
842024-12-20T21:13:02.408Z++ CARGO_TERM_COLOR=always
852024-12-20T21:13:02.408Z+ cargo --version
862024-12-20T21:13:02.466Zcargo 1.81.0 (2dbb1af80 2024-08-20)
872024-12-20T21:13:02.468Z+ rustc --version
882024-12-20T21:13:02.527Zrustc 1.81.0 (eeb90cda1 2024-09-04)
892024-12-20T21:13:02.536Z+ cargo tree --locked
902024-12-20T21:13:02.782Z Updating git repository `https://github.com/oxidecomputer/pq-sys`
912024-12-20T21:13:03.086Z Updating crates.io index
922024-12-20T21:13:03.172Z Updating git repository `https://github.com/oxidecomputer/maghemite`
932024-12-20T21:13:03.744Z Updating git repository `https://github.com/oxidecomputer/oxnet`
942024-12-20T21:13:03.992Z Updating git repository `https://github.com/oxidecomputer/serde_human_bytes`
952024-12-20T21:13:04.260Z Updating git repository `https://github.com/oxidecomputer/slog-error-chain`
962024-12-20T21:13:04.523Z Updating git repository `https://github.com/oxidecomputer/propolis`
972024-12-20T21:13:05.525Z Updating git repository `https://github.com/oxidecomputer/crucible`
982024-12-20T21:13:07.009Z Updating git repository `https://github.com/oxidecomputer/opte`
992024-12-20T21:13:07.623Z Updating git repository `https://github.com/oxidecomputer/falcon`
1002024-12-20T21:13:08.430Z Updating git repository `https://github.com/oxidecomputer/clickward`
1012024-12-20T21:13:08.700Z Updating git repository `https://github.com/oxidecomputer/openapi-lint`
1022024-12-20T21:13:09.052Z Updating git repository `https://github.com/oxidecomputer/management-gateway-service`
1032024-12-20T21:13:09.605Z Updating git repository `https://github.com/oxidecomputer/libipcc`
1042024-12-20T21:13:09.901Z Updating git repository `https://github.com/oxidecomputer/sprockets.git`
1052024-12-20T21:13:10.227Z Updating git repository `https://github.com/oxidecomputer/tofino`
1062024-12-20T21:13:10.523Z Updating git repository `https://github.com/oxidecomputer/illumos-devinfo`
1072024-12-20T21:13:10.806Z Updating git repository `https://github.com/oxidecomputer/libefi-illumos`
1082024-12-20T21:13:11.050Z Updating git repository `https://github.com/oxidecomputer/libnvme`
1092024-12-20T21:13:11.348Z Updating git repository `https://github.com/oxidecomputer/hubtools.git`
1102024-12-20T21:13:11.669Z Updating git repository `https://github.com/oxidecomputer/ispf`
1112024-12-20T21:13:12.082Z Updating git repository `https://github.com/oxidecomputer/poptrie`
1122024-12-20T21:13:12.332Z Updating git repository `https://github.com/oxidecomputer/netadm-sys`
1132024-12-20T21:13:12.775Z Updating git repository `https://github.com/oxidecomputer/tlvc.git`
1142024-12-20T21:13:13.112Z Updating git repository `https://github.com/oxidecomputer/dice-util`
1152024-12-20T21:13:13.443Z Updating git repository `https://github.com/oxidecomputer/lpc55_support`
1162024-12-20T21:13:13.863Z Updating git repository `https://github.com/oxidecomputer/ingot.git`
1172024-12-20T21:13:14.165Z Updating git repository `https://github.com/oxidecomputer/dlpi-sys`
1182024-12-20T21:13:14.460Z Updating git repository `https://github.com/jmesmon/rust-libzfs`
1192024-12-20T21:13:14.707Z Updating git repository `https://github.com/oxidecomputer/rusty-doors`
1202024-12-20T21:13:16.029Z Downloading crates ...
1212024-12-20T21:13:16.155Z Downloaded escape8259 v0.5.3
1222024-12-20T21:13:16.205Z Downloaded errno v0.3.9
1232024-12-20T21:13:16.206Z Downloaded ciborium v0.2.2
1242024-12-20T21:13:16.206Z Downloaded event-listener v5.3.1
1252024-12-20T21:13:16.206Z Downloaded foreign-types v0.3.2
1262024-12-20T21:13:16.207Z Downloaded float-ord v0.3.2
1272024-12-20T21:13:16.207Z Downloaded fxhash v0.2.1
1282024-12-20T21:13:16.207Z Downloaded guppy-workspace-hack v0.1.0
1292024-12-20T21:13:16.207Z Downloaded foreign-types-shared v0.1.1
1302024-12-20T21:13:16.279Z Downloaded hubpack_derive v0.1.1
1312024-12-20T21:13:16.280Z Downloaded assert-json-diff v2.0.2
1322024-12-20T21:13:16.280Z Downloaded foreign-types-shared v0.3.1
1332024-12-20T21:13:16.280Z Downloaded http-body v1.0.1
1342024-12-20T21:13:16.280Z Downloaded ascii-canvas v3.0.0
1352024-12-20T21:13:16.280Z Downloaded adler2 v2.0.0
1362024-12-20T21:13:16.280Z Downloaded anstyle v1.0.10
1372024-12-20T21:13:16.280Z Downloaded headers-core v0.3.0
1382024-12-20T21:13:16.280Z Downloaded ahash v0.8.11
1392024-12-20T21:13:16.280Z Downloaded http-range v0.1.5
1402024-12-20T21:13:16.280Z Downloaded fastrand v2.1.1
1412024-12-20T21:13:16.280Z Downloaded fnv v1.0.7
1422024-12-20T21:13:16.281Z Downloaded flagset v0.4.6
1432024-12-20T21:13:16.281Z Downloaded event-listener v2.5.3
1442024-12-20T21:13:16.281Z Downloaded foreign-types v0.5.0
1452024-12-20T21:13:16.281Z Downloaded async-stream-impl v0.3.6
1462024-12-20T21:13:16.282Z Downloaded atty v0.2.14
1472024-12-20T21:13:16.282Z Downloaded fd-lock v4.0.2
1482024-12-20T21:13:16.282Z Downloaded event-listener-strategy v0.5.2
1492024-12-20T21:13:16.282Z Downloaded glob v0.3.1
1502024-12-20T21:13:16.283Z Downloaded fallible-streaming-iterator v0.1.9
1512024-12-20T21:13:16.283Z Downloaded hex-literal v0.4.1
1522024-12-20T21:13:16.283Z Downloaded futures-executor v0.3.31
1532024-12-20T21:13:16.283Z Downloaded fallible-iterator v0.2.0
1542024-12-20T21:13:16.283Z Downloaded num-iter v0.1.45
1552024-12-20T21:13:16.363Z Downloaded float-cmp v0.9.0
1562024-12-20T21:13:16.365Z Downloaded fixedbitset v0.4.2
1572024-12-20T21:13:16.365Z Downloaded async-channel v1.9.0
1582024-12-20T21:13:16.365Z Downloaded heck v0.3.3
1592024-12-20T21:13:16.366Z Downloaded futures-task v0.3.31
1602024-12-20T21:13:16.366Z Downloaded futures-sink v0.3.31
1612024-12-20T21:13:16.367Z Downloaded ghash v0.5.1
1622024-12-20T21:13:16.367Z Downloaded futures-macro v0.3.31
1632024-12-20T21:13:16.367Z Downloaded async-attributes v1.1.2
1642024-12-20T21:13:16.367Z Downloaded assert_matches v1.5.0
1652024-12-20T21:13:16.367Z Downloaded anstyle-parse v0.2.5
1662024-12-20T21:13:16.367Z Downloaded httpdate v1.0.3
1672024-12-20T21:13:16.367Z Downloaded home v0.5.9
1682024-12-20T21:13:16.367Z Downloaded group v0.13.0
1692024-12-20T21:13:16.368Z Downloaded gethostname v0.5.0
1702024-12-20T21:13:16.368Z Downloaded cfg_aliases v0.2.1
1712024-12-20T21:13:16.368Z Downloaded cfg_aliases v0.1.1
1722024-12-20T21:13:16.368Z Downloaded humantime v2.1.0
1732024-12-20T21:13:16.368Z Downloaded hostname v0.3.1
1742024-12-20T21:13:16.368Z Downloaded hash32 v0.3.1
1752024-12-20T21:13:16.368Z Downloaded generic-array v0.14.7
1762024-12-20T21:13:16.368Z Downloaded heck v0.5.0
1772024-12-20T21:13:16.368Z Downloaded async-global-executor v2.4.1
1782024-12-20T21:13:16.369Z Downloaded foreign-types-macros v0.2.3
1792024-12-20T21:13:16.369Z Downloaded futures-io v0.3.31
1802024-12-20T21:13:16.369Z Downloaded async-recursion v1.1.1
1812024-12-20T21:13:16.369Z Downloaded hubpack v0.1.2
1822024-12-20T21:13:16.369Z Downloaded fallible-iterator v0.3.0
1832024-12-20T21:13:16.369Z Downloaded http-body-util v0.1.2
1842024-12-20T21:13:16.369Z Downloaded peg-runtime v0.8.3
1852024-12-20T21:13:16.370Z Downloaded anstream v0.6.15
1862024-12-20T21:13:16.370Z Downloaded futures-timer v3.0.3
1872024-12-20T21:13:16.370Z Downloaded anes v0.1.6
1882024-12-20T21:13:16.370Z Downloaded hex v0.4.3
1892024-12-20T21:13:16.370Z Downloaded hash32 v0.2.1
1902024-12-20T21:13:16.370Z Downloaded bitfield-struct v0.6.2
1912024-12-20T21:13:16.371Z Downloaded funty v2.0.0
1922024-12-20T21:13:16.371Z Downloaded bb8 v0.8.5
1932024-12-20T21:13:16.371Z Downloaded async-bb8-diesel v0.2.1
1942024-12-20T21:13:16.371Z Downloaded async-process v2.3.0
1952024-12-20T21:13:16.371Z Downloaded getrandom v0.2.15
1962024-12-20T21:13:16.371Z Downloaded hostname v0.4.0
1972024-12-20T21:13:16.371Z Downloaded cfg-if v1.0.0
1982024-12-20T21:13:16.371Z Downloaded cast v0.3.0
1992024-12-20T21:13:16.371Z Downloaded cargo-platform v0.1.8
2002024-12-20T21:13:16.372Z Downloaded num_enum_derive v0.5.11
2012024-12-20T21:13:16.372Z Downloaded cbc v0.1.2
2022024-12-20T21:13:16.372Z Downloaded hyper-rustls v0.27.3
2032024-12-20T21:13:16.372Z Downloaded globset v0.4.15
2042024-12-20T21:13:16.372Z Downloaded castaway v0.2.3
2052024-12-20T21:13:16.372Z Downloaded httptest v0.16.1
2062024-12-20T21:13:16.373Z Downloaded chrono-tz-build v0.4.0
2072024-12-20T21:13:16.373Z Downloaded futures-channel v0.3.31
2082024-12-20T21:13:16.373Z Downloaded chacha20 v0.9.1
2092024-12-20T21:13:16.453Z Downloaded cassowary v0.3.0
2102024-12-20T21:13:16.453Z Downloaded highway v1.2.0
2112024-12-20T21:13:16.454Z Downloaded hashlink v0.9.1
2122024-12-20T21:13:16.454Z Downloaded pretty-hex v0.2.1
2132024-12-20T21:13:16.454Z Downloaded async-stream v0.3.6
2142024-12-20T21:13:16.454Z Downloaded addr2line v0.24.2
2152024-12-20T21:13:16.455Z Downloaded async-trait v0.1.83
2162024-12-20T21:13:16.455Z Downloaded olpc-cjson v0.1.4
2172024-12-20T21:13:16.455Z Downloaded ff v0.13.0
2182024-12-20T21:13:16.455Z Downloaded fatfs v0.3.6
2192024-12-20T21:13:16.455Z Downloaded hyper-rustls v0.26.0
2202024-12-20T21:13:16.455Z Downloaded bcs v0.1.6
2212024-12-20T21:13:16.455Z Downloaded half v2.4.1
2222024-12-20T21:13:16.455Z Downloaded assert_cmd v2.0.16
2232024-12-20T21:13:16.455Z Downloaded rtoolbox v0.0.2
2242024-12-20T21:13:16.455Z Downloaded camino-tempfile v1.1.1
2252024-12-20T21:13:16.455Z Downloaded serde-big-array v0.5.1
2262024-12-20T21:13:16.455Z Downloaded cargo_metadata v0.18.1
2272024-12-20T21:13:16.455Z Downloaded camino v1.1.9
2282024-12-20T21:13:16.455Z Downloaded signal-hook-tokio v0.3.1
2292024-12-20T21:13:16.456Z Downloaded bzip2 v0.4.4
2302024-12-20T21:13:16.456Z Downloaded take_mut v0.2.2
2312024-12-20T21:13:16.456Z Downloaded cexpr v0.6.0
2322024-12-20T21:13:16.456Z Downloaded cancel-safe-futures v0.1.5
2332024-12-20T21:13:16.456Z Downloaded try-lock v0.2.5
2342024-12-20T21:13:16.456Z Downloaded rand_xorshift v0.3.0
2352024-12-20T21:13:16.456Z Downloaded hmac v0.12.1
2362024-12-20T21:13:16.456Z Downloaded polyval v0.6.2
2372024-12-20T21:13:16.456Z Downloaded futures v0.3.31
2382024-12-20T21:13:16.456Z Downloaded rand_seeder v0.3.0
2392024-12-20T21:13:16.456Z Downloaded hickory-client v0.24.1
2402024-12-20T21:13:16.456Z Downloaded want v0.3.1
2412024-12-20T21:13:16.456Z Downloaded slog-dtrace v0.3.0
2422024-12-20T21:13:16.456Z Downloaded scrypt v0.11.0
2432024-12-20T21:13:16.456Z Downloaded bitflags v2.6.0
2442024-12-20T21:13:16.456Z Downloaded slog-json v2.6.1
2452024-12-20T21:13:16.456Z Downloaded darling_macro v0.20.10
2462024-12-20T21:13:16.456Z Downloaded psl-types v2.0.11
2472024-12-20T21:13:16.456Z Downloaded slog-envlogger v2.2.0
2482024-12-20T21:13:16.456Z Downloaded predicates-tree v1.0.11
2492024-12-20T21:13:16.456Z Downloaded predicates-core v1.0.8
2502024-12-20T21:13:16.456Z Downloaded ident_case v1.0.1
2512024-12-20T21:13:16.456Z Downloaded rustversion v1.0.17
2522024-12-20T21:13:16.456Z Downloaded icu_provider_macros v1.5.0
2532024-12-20T21:13:16.456Z Downloaded dtrace-parser v0.2.0
2542024-12-20T21:13:16.456Z Downloaded rustfmt-wrapper v0.2.1
2552024-12-20T21:13:16.456Z Downloaded rustc_version v0.4.1
2562024-12-20T21:13:16.456Z Downloaded password-hash v0.5.0
2572024-12-20T21:13:16.456Z Downloaded cfg-expr v0.17.0
2582024-12-20T21:13:16.456Z Downloaded httparse v1.9.5
2592024-12-20T21:13:16.542Z Downloaded match_cfg v0.1.0
2602024-12-20T21:13:16.542Z Downloaded is_ci v1.2.0
2612024-12-20T21:13:16.542Z Downloaded crucible-workspace-hack v0.1.0
2622024-12-20T21:13:16.542Z Downloaded tokio-tungstenite v0.23.1
2632024-12-20T21:13:16.542Z Downloaded blake2b_simd v1.0.2
2642024-12-20T21:13:16.542Z Downloaded utf8_iter v1.0.4
2652024-12-20T21:13:16.542Z Downloaded spki v0.7.3
2662024-12-20T21:13:16.542Z Downloaded spin v0.5.2
2672024-12-20T21:13:16.543Z Downloaded tabled_derive v0.7.0
2682024-12-20T21:13:16.543Z Downloaded thiserror-impl v2.0.3
2692024-12-20T21:13:16.543Z Downloaded tabwriter v1.4.0
2702024-12-20T21:13:16.543Z Downloaded newtype_derive v0.1.6
2712024-12-20T21:13:16.543Z Downloaded newline-converter v0.3.0
2722024-12-20T21:13:16.543Z Downloaded base64 v0.13.1
2732024-12-20T21:13:16.543Z Downloaded powerfmt v0.2.0
2742024-12-20T21:13:16.543Z Downloaded convert_case v0.4.0
2752024-12-20T21:13:16.543Z Downloaded colored v2.1.0
2762024-12-20T21:13:16.543Z Downloaded tui-tree-widget v0.22.0
2772024-12-20T21:13:16.543Z Downloaded colorchoice v1.0.2
2782024-12-20T21:13:16.543Z Downloaded zone v0.3.0
2792024-12-20T21:13:16.543Z Downloaded data-encoding v2.6.0
2802024-12-20T21:13:16.544Z Downloaded strum_macros v0.26.4
2812024-12-20T21:13:16.544Z Downloaded curve25519-dalek-derive v0.1.1
2822024-12-20T21:13:16.544Z Downloaded zone v0.1.8
2832024-12-20T21:13:16.544Z Downloaded which v4.4.2
2842024-12-20T21:13:16.544Z Downloaded strip-ansi-escapes v0.2.0
2852024-12-20T21:13:16.544Z Downloaded indent_write v2.2.0
2862024-12-20T21:13:16.544Z Downloaded dunce v1.0.5
2872024-12-20T21:13:16.544Z Downloaded tiny-keccak v2.0.2
2882024-12-20T21:13:16.544Z Downloaded bytes v1.8.0
2892024-12-20T21:13:16.544Z Downloaded path-slash v0.1.5
2902024-12-20T21:13:16.544Z Downloaded tokio-tungstenite v0.24.0
2912024-12-20T21:13:16.545Z Downloaded zeroize_derive v1.4.2
2922024-12-20T21:13:16.545Z Downloaded tokio-tungstenite v0.21.0
2932024-12-20T21:13:16.545Z Downloaded maplit v1.0.2
2942024-12-20T21:13:16.545Z Downloaded libsw v3.3.1
2952024-12-20T21:13:16.545Z Downloaded is_terminal_polyfill v1.70.1
2962024-12-20T21:13:16.545Z Downloaded is-terminal v0.4.13
2972024-12-20T21:13:16.545Z Downloaded rusty-fork v0.3.0
2982024-12-20T21:13:16.545Z Downloaded backtrace v0.3.74
2992024-12-20T21:13:16.545Z Downloaded oso v0.27.3
3002024-12-20T21:13:16.546Z Downloaded newtype-uuid v1.1.3
3012024-12-20T21:13:16.546Z Downloaded fancy-regex v0.13.0
3022024-12-20T21:13:16.631Z Downloaded semver v1.0.23
3032024-12-20T21:13:16.631Z Downloaded progenitor-client v0.8.0
3042024-12-20T21:13:16.631Z Downloaded packed_struct_codegen v0.10.1
3052024-12-20T21:13:16.631Z Downloaded digest v0.10.7
3062024-12-20T21:13:16.632Z Downloaded difflib v0.4.0
3072024-12-20T21:13:16.632Z Downloaded criterion-plot v0.5.0
3082024-12-20T21:13:16.632Z Downloaded pin-utils v0.1.0
3092024-12-20T21:13:16.632Z Downloaded spin v0.9.8
3102024-12-20T21:13:16.632Z Downloaded tls_codec_derive v0.4.1
3112024-12-20T21:13:16.632Z Downloaded thiserror-impl-no-std v2.0.2
3122024-12-20T21:13:16.632Z Downloaded time-core v0.1.2
3132024-12-20T21:13:16.632Z Downloaded dyn-clone v1.0.17
3142024-12-20T21:13:16.633Z Downloaded progenitor v0.8.0
3152024-12-20T21:13:16.633Z Downloaded subprocess v0.2.9
3162024-12-20T21:13:16.633Z Downloaded whoami v1.5.2
3172024-12-20T21:13:16.634Z Downloaded tower-service v0.3.3
3182024-12-20T21:13:16.634Z Downloaded ref-cast v1.0.23
3192024-12-20T21:13:16.634Z Downloaded zone_cfg_derive v0.3.0
3202024-12-20T21:13:16.634Z Downloaded heapless v0.8.0
3212024-12-20T21:13:16.634Z Downloaded heapless v0.7.17
3222024-12-20T21:13:16.634Z Downloaded hyper-tls v0.6.0
3232024-12-20T21:13:16.634Z Downloaded rand_chacha v0.3.1
3242024-12-20T21:13:16.634Z Downloaded nibble_vec v0.1.0
3252024-12-20T21:13:16.634Z Downloaded mime v0.3.17
3262024-12-20T21:13:16.634Z Downloaded base64 v0.21.7
3272024-12-20T21:13:16.634Z Downloaded serde-hex v0.1.0
3282024-12-20T21:13:16.634Z Downloaded memoffset v0.9.1
3292024-12-20T21:13:16.634Z Downloaded waitgroup v0.1.2
3302024-12-20T21:13:16.635Z Downloaded vsss-rs v3.3.4
3312024-12-20T21:13:16.635Z Downloaded serde_spanned v0.6.8
3322024-12-20T21:13:16.635Z Downloaded smf v0.2.3
3332024-12-20T21:13:16.635Z Downloaded password-hash v0.4.2
3342024-12-20T21:13:16.635Z Downloaded path-tree v0.8.1
3352024-12-20T21:13:16.635Z Downloaded paste v1.0.15
3362024-12-20T21:13:16.635Z Downloaded stringmetrics v2.2.2
3372024-12-20T21:13:16.635Z Downloaded postcard v1.0.10
3382024-12-20T21:13:16.635Z Downloaded headers v0.4.0
3392024-12-20T21:13:16.635Z Downloaded tinystr v0.7.6
3402024-12-20T21:13:16.635Z Downloaded aes-gcm v0.10.3
3412024-12-20T21:13:16.635Z Downloaded hyper-staticfile v0.10.1
3422024-12-20T21:13:16.635Z Downloaded bumpalo v3.16.0
3432024-12-20T21:13:16.635Z Downloaded ecdsa v0.16.9
3442024-12-20T21:13:16.636Z Downloaded http v1.1.0
3452024-12-20T21:13:16.636Z Downloaded new_debug_unreachable v1.0.6
3462024-12-20T21:13:16.636Z Downloaded unarray v0.1.4
3472024-12-20T21:13:16.636Z Downloaded topological-sort v0.2.2
3482024-12-20T21:13:16.636Z Downloaded expectorate v1.1.0
3492024-12-20T21:13:16.636Z Downloaded serde_urlencoded v0.7.1
3502024-12-20T21:13:16.636Z Downloaded structmeta v0.2.0
3512024-12-20T21:13:16.636Z Downloaded strsim v0.11.1
3522024-12-20T21:13:16.636Z Downloaded flate2 v1.0.34
3532024-12-20T21:13:16.636Z Downloaded phf_shared v0.10.0
3542024-12-20T21:13:16.636Z Downloaded nested v0.1.1
3552024-12-20T21:13:16.637Z Downloaded cpufeatures v0.2.14
3562024-12-20T21:13:16.637Z Downloaded constant_time_eq v0.3.1
3572024-12-20T21:13:16.637Z Downloaded crc v3.2.1
3582024-12-20T21:13:16.637Z Downloaded darling_core v0.20.10
3592024-12-20T21:13:16.637Z Downloaded mime_guess v2.0.5
3602024-12-20T21:13:16.637Z Downloaded dirs-sys-next v0.1.2
3612024-12-20T21:13:16.637Z Downloaded unicode-linebreak v0.1.5
3622024-12-20T21:13:16.637Z Downloaded pin-project-internal v1.1.6
3632024-12-20T21:13:16.690Z Downloaded pretty-hex v0.4.1
3642024-12-20T21:13:16.690Z Downloaded russh-cryptovec v0.7.3
3652024-12-20T21:13:16.691Z Downloaded either v1.13.0
3662024-12-20T21:13:16.691Z Downloaded ed25519 v2.2.3
3672024-12-20T21:13:16.691Z Downloaded dsl_auto_type v0.1.2
3682024-12-20T21:13:16.691Z Downloaded thiserror-impl v1.0.69
3692024-12-20T21:13:16.691Z Downloaded wait-timeout v0.2.0
3702024-12-20T21:13:16.691Z Downloaded sqlparser_derive v0.2.2
3712024-12-20T21:13:16.691Z Downloaded cc v1.1.30
3722024-12-20T21:13:16.691Z Downloaded time-macros v0.2.18
3732024-12-20T21:13:16.691Z Downloaded kv-log-macro v1.0.7
3742024-12-20T21:13:16.692Z Downloaded ron v0.8.1
3752024-12-20T21:13:16.692Z Downloaded kstat-rs v0.2.4
3762024-12-20T21:13:16.693Z Downloaded swrite v0.1.0
3772024-12-20T21:13:16.693Z Downloaded rustls-pki-types v1.10.0
3782024-12-20T21:13:16.693Z Downloaded keccak v0.1.5
3792024-12-20T21:13:16.693Z Downloaded itoa v1.0.11
3802024-12-20T21:13:16.693Z Downloaded num_cpus v1.16.0
3812024-12-20T21:13:16.693Z Downloaded clap v4.5.21
3822024-12-20T21:13:16.693Z Downloaded scroll_derive v0.12.0
3832024-12-20T21:13:16.693Z Downloaded phf_generator v0.11.2
3842024-12-20T21:13:16.693Z Downloaded sigpipe v0.1.3
3852024-12-20T21:13:16.693Z Downloaded usdt-macro v0.5.0
3862024-12-20T21:13:16.693Z Downloaded r2d2 v0.8.10
3872024-12-20T21:13:16.693Z Downloaded macaddr v1.0.1
3882024-12-20T21:13:16.693Z Downloaded instability v0.3.2
3892024-12-20T21:13:16.693Z Downloaded quick-error v1.2.3
3902024-12-20T21:13:16.693Z Downloaded des v0.8.1
3912024-12-20T21:13:16.693Z Downloaded ref-cast-impl v1.0.23
3922024-12-20T21:13:16.694Z Downloaded indexmap v1.9.3
3932024-12-20T21:13:16.703Z Downloaded icu_locid_transform_data v1.5.0
3942024-12-20T21:13:16.703Z Downloaded mockall v0.13.0
3952024-12-20T21:13:16.703Z Downloaded proc-macro2 v1.0.89
3962024-12-20T21:13:16.703Z Downloaded hashbrown v0.13.2
3972024-12-20T21:13:16.703Z Downloaded downcast v0.11.0
3982024-12-20T21:13:16.703Z Downloaded openssl-probe v0.1.5
3992024-12-20T21:13:16.703Z Downloaded num-derive v0.4.2
4002024-12-20T21:13:16.703Z Downloaded walkdir v2.5.0
4012024-12-20T21:13:16.703Z Downloaded publicsuffix v2.2.3
4022024-12-20T21:13:16.703Z Downloaded ssh-encoding v0.2.0
4032024-12-20T21:13:16.703Z Downloaded ssh-cipher v0.2.0
4042024-12-20T21:13:16.703Z Downloaded unicase v2.7.0
4052024-12-20T21:13:16.703Z Downloaded native-tls v0.2.12
4062024-12-20T21:13:16.703Z Downloaded matches v0.1.10
4072024-12-20T21:13:16.703Z Downloaded memmap2 v0.9.5
4082024-12-20T21:13:16.703Z Downloaded jobserver v0.1.32
4092024-12-20T21:13:16.703Z Downloaded tracing v0.1.40
4102024-12-20T21:13:16.703Z Downloaded crunchy v0.2.2
4112024-12-20T21:13:16.703Z Downloaded typify-macro v0.2.0
4122024-12-20T21:13:16.703Z Downloaded terminal_size v0.4.0
4132024-12-20T21:13:16.715Z Downloaded crc-any v2.5.0
4142024-12-20T21:13:16.715Z Downloaded samael v0.0.17
4152024-12-20T21:13:16.715Z Downloaded pathdiff v0.2.2
4162024-12-20T21:13:16.716Z Downloaded parse-size v1.1.0
4172024-12-20T21:13:16.730Z Downloaded embedded-io v0.4.0
4182024-12-20T21:13:16.730Z Downloaded ciborium-ll v0.2.2
4192024-12-20T21:13:16.730Z Downloaded num v0.4.3
4202024-12-20T21:13:16.730Z Downloaded normalize-line-endings v0.3.0
4212024-12-20T21:13:16.730Z Downloaded zeroize v1.8.1
4222024-12-20T21:13:16.730Z Downloaded version_check v0.9.5
4232024-12-20T21:13:16.730Z Downloaded cipher v0.4.4
4242024-12-20T21:13:16.739Z Downloaded icu_normalizer_data v1.5.0
4252024-12-20T21:13:16.739Z Downloaded slog-bunyan v2.5.0
4262024-12-20T21:13:16.739Z Downloaded slog-async v2.8.0
4272024-12-20T21:13:16.739Z Downloaded socket2 v0.5.7
4282024-12-20T21:13:16.740Z Downloaded crossbeam-deque v0.8.5
4292024-12-20T21:13:16.740Z Downloaded thiserror v1.0.69
4302024-12-20T21:13:16.740Z Downloaded dof v0.3.0
4312024-12-20T21:13:16.750Z Downloaded thiserror-no-std v2.0.2
4322024-12-20T21:13:16.750Z Downloaded unicode-properties v0.1.3
4332024-12-20T21:13:16.750Z Downloaded unicode-ident v1.0.13
4342024-12-20T21:13:16.750Z Downloaded target-triple v0.1.3
4352024-12-20T21:13:16.750Z Downloaded zerocopy v0.6.6
4362024-12-20T21:13:16.865Z Downloaded slog-scope v4.4.0
4372024-12-20T21:13:16.866Z Downloaded once_cell v1.20.2
4382024-12-20T21:13:16.866Z Downloaded maybe-uninit v2.0.0
4392024-12-20T21:13:16.866Z Downloaded managed v0.8.0
4402024-12-20T21:13:16.866Z Downloaded xattr v1.3.1
4412024-12-20T21:13:16.866Z Downloaded tokio-stream v0.1.16
4422024-12-20T21:13:16.866Z Downloaded tokio-rustls v0.26.0
4432024-12-20T21:13:16.867Z Downloaded postgres-protocol v0.6.7
4442024-12-20T21:13:16.867Z Downloaded dhcproto v0.12.0
4452024-12-20T21:13:17.050Z Downloaded papergrid v0.11.0
4462024-12-20T21:13:17.050Z Downloaded yoke-derive v0.7.4
4472024-12-20T21:13:17.051Z Downloaded relative-path v1.9.3
4482024-12-20T21:13:17.051Z Downloaded scheduled-thread-pool v0.2.7
4492024-12-20T21:13:17.051Z Downloaded usdt-impl v0.5.0
4502024-12-20T21:13:17.051Z Downloaded tokio-rustls v0.25.0
4512024-12-20T21:13:17.051Z Downloaded wyz v0.5.1
4522024-12-20T21:13:17.051Z Downloaded tokio-rustls v0.24.1
4532024-12-20T21:13:17.052Z Downloaded signature v2.2.0
4542024-12-20T21:13:17.052Z Downloaded scroll v0.12.0
4552024-12-20T21:13:17.052Z Downloaded guppy v0.17.8
4562024-12-20T21:13:17.052Z Downloaded diesel_table_macro_syntax v0.2.0
4572024-12-20T21:13:17.052Z Downloaded tokio-macros v2.4.0
4582024-12-20T21:13:17.052Z Downloaded structmeta-derive v0.3.0
4592024-12-20T21:13:17.052Z Downloaded rstest_macros v0.23.0
4602024-12-20T21:13:17.052Z Downloaded lazy_static v1.5.0
4612024-12-20T21:13:17.052Z Downloaded ipnet v2.10.1
4622024-12-20T21:13:17.052Z Downloaded indoc v1.0.9
4632024-12-20T21:13:17.052Z Downloaded shlex v1.3.0
4642024-12-20T21:13:17.052Z Downloaded shell-words v1.1.0
4652024-12-20T21:13:17.052Z Downloaded plotters-svg v0.3.7
4662024-12-20T21:13:17.052Z Downloaded multimap v0.10.0
4672024-12-20T21:13:17.053Z Downloaded lazycell v1.3.0
4682024-12-20T21:13:17.053Z Downloaded target-spec v3.2.2
4692024-12-20T21:13:17.053Z Downloaded hyper-util v0.1.10
4702024-12-20T21:13:17.053Z Downloaded sct v0.7.1
4712024-12-20T21:13:17.053Z Downloaded pbkdf2 v0.12.2
4722024-12-20T21:13:17.053Z Downloaded parking_lot v0.11.2
4732024-12-20T21:13:17.053Z Downloaded unicode_categories v0.1.1
4742024-12-20T21:13:17.053Z Downloaded nom v7.1.3
4752024-12-20T21:13:17.053Z Downloaded clang-sys v1.8.1
4762024-12-20T21:13:17.053Z Downloaded steno v0.4.1
4772024-12-20T21:13:17.054Z Downloaded unicode-bidi v0.3.17
4782024-12-20T21:13:17.054Z Downloaded tempfile v3.13.0
4792024-12-20T21:13:17.054Z Downloaded pin-project v1.1.6
4802024-12-20T21:13:17.054Z Downloaded precomputed-hash v0.1.1
4812024-12-20T21:13:17.054Z Downloaded env_filter v0.1.2
4822024-12-20T21:13:17.054Z Downloaded simd-adler32 v0.3.7
4832024-12-20T21:13:17.054Z Downloaded itertools v0.10.5
4842024-12-20T21:13:17.054Z Downloaded derive_builder v0.20.2
4852024-12-20T21:13:17.056Z Downloaded linked-hash-map v0.5.6
4862024-12-20T21:13:17.057Z Downloaded twox-hash v1.6.3
4872024-12-20T21:13:17.057Z Downloaded tls_codec v0.4.1
4882024-12-20T21:13:17.057Z Downloaded target-lexicon v0.12.16
4892024-12-20T21:13:17.057Z Downloaded supports-color v3.0.1
4902024-12-20T21:13:17.058Z Downloaded hashbrown v0.14.5
4912024-12-20T21:13:17.061Z Downloaded nanorand v0.7.0
4922024-12-20T21:13:17.061Z Downloaded usdt-attr-macro v0.5.0
4932024-12-20T21:13:17.061Z Downloaded termtree v0.4.1
4942024-12-20T21:13:17.062Z Downloaded nu-ansi-term v0.50.1
4952024-12-20T21:13:17.062Z Downloaded crypto-common v0.1.6
4962024-12-20T21:13:17.062Z Downloaded clap_lex v0.7.2
4972024-12-20T21:13:17.069Z Downloaded libefi-sys v0.1.0
4982024-12-20T21:13:17.070Z Downloaded defmt-parser v0.3.4
4992024-12-20T21:13:17.070Z Downloaded defmt-macros v0.3.9
5002024-12-20T21:13:17.070Z Downloaded ed25519-dalek v2.1.1
5012024-12-20T21:13:17.070Z Downloaded yoke v0.7.4
5022024-12-20T21:13:17.070Z Downloaded clap_derive v4.5.18
5032024-12-20T21:13:17.071Z Downloaded semver v0.1.20
5042024-12-20T21:13:17.251Z Downloaded hashbrown v0.15.1
5052024-12-20T21:13:17.252Z Downloaded derive_builder_macro v0.20.2
5062024-12-20T21:13:17.252Z Downloaded derive-where v1.2.7
5072024-12-20T21:13:17.253Z Downloaded doc-comment v0.3.3
5082024-12-20T21:13:17.253Z Downloaded secrecy v0.8.0
5092024-12-20T21:13:17.253Z Downloaded num-bigint-dig v0.8.4
5102024-12-20T21:13:17.253Z Downloaded mirai-annotations v1.12.0
5112024-12-20T21:13:17.253Z Downloaded icu_properties v1.5.1
5122024-12-20T21:13:17.253Z Downloaded aho-corasick v1.1.3
5132024-12-20T21:13:17.253Z Downloaded termios v0.3.3
5142024-12-20T21:13:17.254Z Downloaded termcolor v1.4.1
5152024-12-20T21:13:17.254Z Downloaded signal-hook v0.3.17
5162024-12-20T21:13:17.254Z Downloaded diff v0.1.13
5172024-12-20T21:13:17.255Z Downloaded linear-map v1.2.0
5182024-12-20T21:13:17.255Z Downloaded libloading v0.8.5
5192024-12-20T21:13:17.255Z Downloaded zerovec-derive v0.10.3
5202024-12-20T21:13:17.255Z Downloaded untrusted v0.7.1
5212024-12-20T21:13:17.255Z Downloaded smallvec v0.6.14
5222024-12-20T21:13:17.255Z Downloaded russh-keys v0.45.0
5232024-12-20T21:13:17.256Z Downloaded winnow v0.5.40
5242024-12-20T21:13:17.256Z Downloaded cobs v0.2.3
5252024-12-20T21:13:17.256Z Downloaded cmake v0.1.51
5262024-12-20T21:13:17.256Z Downloaded resolv-conf v0.7.0
5272024-12-20T21:13:17.256Z Downloaded multer v3.1.0
5282024-12-20T21:13:17.256Z Downloaded displaydoc v0.2.5
5292024-12-20T21:13:17.256Z Downloaded untrusted v0.9.0
5302024-12-20T21:13:17.256Z Downloaded subtle v2.6.1
5312024-12-20T21:13:17.257Z Downloaded rand_core v0.6.4
5322024-12-20T21:13:17.257Z Downloaded display-error-chain v0.2.2
5332024-12-20T21:13:17.257Z Downloaded hyper v1.5.0
5342024-12-20T21:13:17.257Z Downloaded crossbeam-utils v0.8.20
5352024-12-20T21:13:17.257Z Downloaded hkdf v0.12.4
5362024-12-20T21:13:17.257Z Downloaded h2 v0.4.6
5372024-12-20T21:13:17.257Z Downloaded cstr-argument v0.1.2
5382024-12-20T21:13:17.257Z Downloaded indoc v2.0.5
5392024-12-20T21:13:17.257Z Downloaded zone_cfg_derive v0.1.2
5402024-12-20T21:13:17.258Z Downloaded tough v0.19.0
5412024-12-20T21:13:17.258Z Downloaded num_threads v0.1.7
5422024-12-20T21:13:17.258Z Downloaded nodrop v0.1.14
5432024-12-20T21:13:17.258Z Downloaded similar v2.6.0
5442024-12-20T21:13:17.258Z Downloaded progenitor-macro v0.8.0
5452024-12-20T21:13:17.258Z Downloaded yasna v0.5.2
5462024-12-20T21:13:17.258Z Downloaded md5 v0.7.0
5472024-12-20T21:13:17.259Z Downloaded predicates v3.1.2
5482024-12-20T21:13:17.259Z Downloaded rustc-hash v1.1.0
5492024-12-20T21:13:17.259Z Downloaded plain v0.2.3
5502024-12-20T21:13:17.259Z Downloaded pkg-config v0.3.31
5512024-12-20T21:13:17.259Z Downloaded slog-term v2.9.1
5522024-12-20T21:13:17.259Z Downloaded serde_derive_internals v0.29.1
5532024-12-20T21:13:17.259Z Downloaded mockall_derive v0.13.0
5542024-12-20T21:13:17.259Z Downloaded tar v0.4.42
5552024-12-20T21:13:17.259Z Downloaded icu_provider v1.5.0
5562024-12-20T21:13:17.260Z Downloaded pest_meta v2.7.14
5572024-12-20T21:13:17.260Z Downloaded vergen v8.3.2
5582024-12-20T21:13:17.260Z Downloaded litemap v0.7.3
5592024-12-20T21:13:17.260Z Downloaded tinyvec_macros v0.1.1
5602024-12-20T21:13:17.260Z Downloaded strum v0.26.3
5612024-12-20T21:13:17.260Z Downloaded quinn v0.11.5
5622024-12-20T21:13:17.260Z Downloaded elliptic-curve v0.13.8
5632024-12-20T21:13:17.260Z Downloaded futures-util v0.3.31
5642024-12-20T21:13:17.260Z Downloaded equivalent v1.0.1
5652024-12-20T21:13:17.260Z Downloaded deranged v0.3.11
5662024-12-20T21:13:17.260Z Downloaded xz2 v0.1.7
5672024-12-20T21:13:17.261Z Downloaded universal-hash v0.5.1
5682024-12-20T21:13:17.261Z Downloaded vte_generate_state_changes v0.1.2
5692024-12-20T21:13:17.261Z Downloaded structmeta v0.3.0
5702024-12-20T21:13:17.261Z Downloaded stable_deref_trait v1.2.0
5712024-12-20T21:13:17.261Z Downloaded term v0.7.0
5722024-12-20T21:13:17.261Z Downloaded number_prefix v0.4.0
5732024-12-20T21:13:17.261Z Downloaded parking v2.2.1
5742024-12-20T21:13:17.261Z Downloaded ipnetwork v0.20.0
5752024-12-20T21:13:17.261Z Downloaded rusqlite v0.32.1
5762024-12-20T21:13:17.261Z Downloaded pretty_assertions v1.4.1
5772024-12-20T21:13:17.261Z Downloaded typenum v1.17.0
5782024-12-20T21:13:17.261Z Downloaded proc-macro-crate v3.2.0
5792024-12-20T21:13:17.262Z Downloaded oso-derive v0.27.3
5802024-12-20T21:13:17.262Z Downloaded write16 v1.0.0
5812024-12-20T21:13:17.262Z Downloaded rustc-demangle v0.1.24
5822024-12-20T21:13:17.262Z Downloaded crossterm v0.28.1
5832024-12-20T21:13:17.262Z Downloaded snafu-derive v0.8.5
5842024-12-20T21:13:17.263Z Downloaded parse-zoneinfo v0.3.1
5852024-12-20T21:13:17.263Z Downloaded ciborium-io v0.2.2
5862024-12-20T21:13:17.263Z Downloaded writeable v0.5.5
5872024-12-20T21:13:17.263Z Downloaded russh v0.45.0
5882024-12-20T21:13:17.263Z Downloaded phf v0.11.2
5892024-12-20T21:13:17.263Z Downloaded rayon-core v1.12.1
5902024-12-20T21:13:17.263Z Downloaded scopeguard v1.2.0
5912024-12-20T21:13:17.263Z Downloaded sync-ptr v0.1.1
5922024-12-20T21:13:17.263Z Downloaded tokio-util v0.7.12
5932024-12-20T21:13:17.264Z Downloaded ena v0.14.3
5942024-12-20T21:13:17.264Z Downloaded x509-cert v0.2.5
5952024-12-20T21:13:17.264Z Downloaded tokio-native-tls v0.3.1
5962024-12-20T21:13:17.264Z Downloaded bitvec v1.0.1
5972024-12-20T21:13:17.264Z Downloaded rustc_version v0.1.7
5982024-12-20T21:13:17.264Z Downloaded derive_builder_core v0.20.2
5992024-12-20T21:13:17.264Z Downloaded utf-8 v0.7.6
6002024-12-20T21:13:17.264Z Downloaded progenitor-impl v0.8.0
6012024-12-20T21:13:17.264Z Downloaded strum_macros v0.25.3
6022024-12-20T21:13:17.264Z Downloaded siphasher v0.3.11
6032024-12-20T21:13:17.264Z Downloaded sqlformat v0.2.6
6042024-12-20T21:13:17.408Z Downloaded bindgen v0.69.5
6052024-12-20T21:13:17.408Z Downloaded endian-type v0.1.2
6062024-12-20T21:13:17.408Z Downloaded ucd-trie v0.1.7
6072024-12-20T21:13:17.408Z Downloaded memmap v0.7.0
6082024-12-20T21:13:17.408Z Downloaded strum_macros v0.24.3
6092024-12-20T21:13:17.408Z Downloaded ctr v0.9.2
6102024-12-20T21:13:17.408Z Downloaded concurrent-queue v2.5.0
6112024-12-20T21:13:17.409Z Downloaded typify v0.2.0
6122024-12-20T21:13:17.410Z Downloaded tap v1.0.1
6132024-12-20T21:13:17.410Z Downloaded chrono v0.4.38
6142024-12-20T21:13:17.410Z Downloaded dhcproto-macros v0.1.0
6152024-12-20T21:13:17.410Z Downloaded env_logger v0.11.5
6162024-12-20T21:13:17.410Z Downloaded rustls-pemfile v1.0.4
6172024-12-20T21:13:17.410Z Downloaded inout v0.1.3
6182024-12-20T21:13:17.411Z Downloaded env_logger v0.10.2
6192024-12-20T21:13:17.411Z Downloaded rust-argon2 v2.1.0
6202024-12-20T21:13:17.411Z Downloaded winnow v0.6.20
6212024-12-20T21:13:17.411Z Downloaded debug-ignore v1.0.5
6222024-12-20T21:13:17.411Z Downloaded schemars v0.8.21
6232024-12-20T21:13:17.411Z Downloaded ppv-lite86 v0.2.20
6242024-12-20T21:13:17.412Z Downloaded proc-macro-error-attr v1.0.4
6252024-12-20T21:13:17.412Z Downloaded defmt v0.3.8
6262024-12-20T21:13:17.412Z Downloaded zerofrom v0.1.4
6272024-12-20T21:13:17.412Z Downloaded snafu v0.8.5
6282024-12-20T21:13:17.412Z Downloaded quinn-udp v0.5.5
6292024-12-20T21:13:17.412Z Downloaded p256 v0.13.2
6302024-12-20T21:13:17.413Z Downloaded petname v2.0.2
6312024-12-20T21:13:17.413Z Downloaded num-conv v0.1.0
6322024-12-20T21:13:17.413Z Downloaded icu_locid_transform v1.5.0
6332024-12-20T21:13:17.413Z Downloaded smawk v0.3.2
6342024-12-20T21:13:17.413Z Downloaded owo-colors v4.1.0
6352024-12-20T21:13:17.414Z Downloaded poly1305 v0.8.0
6362024-12-20T21:13:17.414Z Downloaded sha2 v0.10.8
6372024-12-20T21:13:17.414Z Downloaded embedded-io v0.6.1
6382024-12-20T21:13:17.414Z Downloaded tinytemplate v1.2.1
6392024-12-20T21:13:17.414Z Downloaded lru v0.12.5
6402024-12-20T21:13:17.414Z Downloaded rpassword v7.3.1
6412024-12-20T21:13:17.415Z Downloaded lockfree-object-pool v0.1.6
6422024-12-20T21:13:17.415Z Downloaded structmeta-derive v0.2.0
6432024-12-20T21:13:17.415Z Downloaded num-traits v0.2.19
6442024-12-20T21:13:17.415Z Downloaded sync_wrapper v1.0.1
6452024-12-20T21:13:17.415Z Downloaded console v0.15.8
6462024-12-20T21:13:17.416Z Downloaded unicode-truncate v1.1.0
6472024-12-20T21:13:17.416Z Downloaded slab v0.4.9
6482024-12-20T21:13:17.416Z Downloaded similar-asserts v1.6.0
6492024-12-20T21:13:17.416Z Downloaded qorb v0.2.1
6502024-12-20T21:13:17.417Z Downloaded peg v0.8.4
6512024-12-20T21:13:17.417Z Downloaded indicatif v0.17.9
6522024-12-20T21:13:17.418Z Downloaded proc-macro-error v1.0.4
6532024-12-20T21:13:17.418Z Downloaded postgres-types v0.2.8
6542024-12-20T21:13:17.418Z Downloaded pem-rfc7468 v0.7.0
6552024-12-20T21:13:17.418Z Downloaded radium v0.7.0
6562024-12-20T21:13:17.418Z Downloaded thread-id v4.2.2
6572024-12-20T21:13:17.418Z Downloaded lock_api v0.4.12
6582024-12-20T21:13:17.418Z Downloaded unicode-normalization v0.1.24
6592024-12-20T21:13:17.419Z Downloaded tinyvec v1.8.0
6602024-12-20T21:13:17.419Z Downloaded toolchain_find v0.4.0
6612024-12-20T21:13:17.419Z Downloaded der v0.7.9
6622024-12-20T21:13:17.419Z Downloaded smallvec v1.13.2
6632024-12-20T21:13:17.419Z Downloaded tungstenite v0.23.0
6642024-12-20T21:13:17.419Z Downloaded zerofrom-derive v0.1.4
6652024-12-20T21:13:17.419Z Downloaded idna_adapter v1.2.0
6662024-12-20T21:13:17.419Z Downloaded sec1 v0.7.3
6672024-12-20T21:13:17.419Z Downloaded schemars_derive v0.8.21
6682024-12-20T21:13:17.419Z Downloaded diesel-dtrace v0.4.2
6692024-12-20T21:13:17.419Z Downloaded zerocopy-derive v0.7.35
6702024-12-20T21:13:17.419Z Downloaded phf_codegen v0.11.2
6712024-12-20T21:13:17.419Z Downloaded md-5 v0.10.6
6722024-12-20T21:13:17.419Z Downloaded lru-cache v0.1.2
6732024-12-20T21:13:17.508Z Downloaded lalrpop-util v0.19.12
6742024-12-20T21:13:17.509Z Downloaded openssl-sys v0.9.103
6752024-12-20T21:13:17.509Z Downloaded typed-path v0.9.3
6762024-12-20T21:13:17.509Z Downloaded impl-trait-for-tuples v0.2.2
6772024-12-20T21:13:17.509Z Downloaded plotters v0.3.7
6782024-12-20T21:13:17.509Z Downloaded toml_datetime v0.6.8
6792024-12-20T21:13:17.509Z Downloaded synstructure v0.13.1
6802024-12-20T21:13:17.510Z Downloaded threadpool v1.8.1
6812024-12-20T21:13:17.510Z Downloaded percent-encoding v2.3.1
6822024-12-20T21:13:17.510Z Downloaded crc-catalog v2.4.0
6832024-12-20T21:13:17.510Z Downloaded parse-display v0.10.0
6842024-12-20T21:13:17.510Z Downloaded rustls-native-certs v0.7.3
6852024-12-20T21:13:17.510Z Downloaded rustc-hash v2.0.0
6862024-12-20T21:13:17.510Z Downloaded piper v0.2.4
6872024-12-20T21:13:17.510Z Downloaded peg-macros v0.8.4
6882024-12-20T21:13:17.510Z Downloaded zerocopy v0.7.35
6892024-12-20T21:13:17.510Z Downloaded utf8parse v0.2.2
6902024-12-20T21:13:17.510Z Downloaded tabled v0.15.0
6912024-12-20T21:13:17.510Z Downloaded uuid v1.11.0
6922024-12-20T21:13:17.510Z Downloaded quote v1.0.37
6932024-12-20T21:13:17.510Z Downloaded crc32fast v1.4.2
6942024-12-20T21:13:17.510Z Downloaded enum-as-inner v0.6.1
6952024-12-20T21:13:17.511Z Downloaded value-bag v1.9.0
6962024-12-20T21:13:17.511Z Downloaded toml v0.7.8
6972024-12-20T21:13:17.511Z Downloaded ssh-key v0.6.6
6982024-12-20T21:13:17.511Z Downloaded num-complex v0.4.6
6992024-12-20T21:13:17.511Z Downloaded unicode-xid v0.2.6
7002024-12-20T21:13:17.511Z Downloaded textwrap v0.16.1
7012024-12-20T21:13:17.511Z Downloaded yansi v1.0.1
7022024-12-20T21:13:17.511Z Downloaded tokio-postgres v0.7.12
7032024-12-20T21:13:17.511Z Downloaded p384 v0.13.0
7042024-12-20T21:13:17.511Z Downloaded parking_lot_core v0.9.10
7052024-12-20T21:13:17.511Z Downloaded enum-as-inner v0.5.1
7062024-12-20T21:13:17.513Z Downloaded indexmap v2.6.0
7072024-12-20T21:13:17.513Z Downloaded uzers v0.12.1
7082024-12-20T21:13:17.513Z Downloaded memchr v2.7.4
7092024-12-20T21:13:17.513Z Downloaded zip v2.1.3
7102024-12-20T21:13:17.513Z Downloaded slog v2.7.0
7112024-12-20T21:13:17.513Z Downloaded ron v0.7.1
7122024-12-20T21:13:17.514Z Downloaded rustls-pemfile v2.2.0
7132024-12-20T21:13:17.514Z Downloaded libm v0.2.8
7142024-12-20T21:13:17.569Z Downloaded icu_collections v1.5.0
7152024-12-20T21:13:17.569Z Downloaded webpki-roots v0.26.6
7162024-12-20T21:13:17.569Z Downloaded pkcs8 v0.10.2
7172024-12-20T21:13:17.570Z Downloaded miniz_oxide v0.8.0
7182024-12-20T21:13:17.570Z Downloaded pkcs5 v0.7.1
7192024-12-20T21:13:17.570Z Downloaded zip v0.6.6
7202024-12-20T21:13:17.570Z Downloaded ryu v1.0.18
7212024-12-20T21:13:17.570Z Downloaded gimli v0.31.1
7222024-12-20T21:13:17.570Z Downloaded tungstenite v0.21.0
7232024-12-20T21:13:17.570Z Downloaded openssl v0.10.66
7242024-12-20T21:13:17.570Z Downloaded rstest v0.23.0
7252024-12-20T21:13:17.570Z Downloaded clap_builder v4.5.21
7262024-12-20T21:13:17.570Z Downloaded reqwest v0.12.9
7272024-12-20T21:13:17.570Z Downloaded const-oid v0.9.6
7282024-12-20T21:13:17.570Z Downloaded rsa v0.9.6
7292024-12-20T21:13:17.571Z Downloaded curve25519-dalek v4.1.3
7302024-12-20T21:13:17.571Z Downloaded rayon v1.10.0
7312024-12-20T21:13:17.571Z Downloaded const_format v0.2.33
7322024-12-20T21:13:17.685Z Downloaded trust-dns-proto v0.22.0
7332024-12-20T21:13:17.685Z Downloaded zerocopy-derive v0.8.10
7342024-12-20T21:13:17.686Z Downloaded time v0.3.36
7352024-12-20T21:13:17.686Z Downloaded itertools v0.13.0
7362024-12-20T21:13:17.686Z Downloaded rand v0.8.5
7372024-12-20T21:13:17.686Z Downloaded minimal-lexical v0.2.1
7382024-12-20T21:13:17.686Z Downloaded object v0.30.4
7392024-12-20T21:13:17.686Z Downloaded syn v1.0.109
7402024-12-20T21:13:17.686Z Downloaded toml_edit v0.19.15
7412024-12-20T21:13:17.687Z Downloaded icu_properties_data v1.5.0
7422024-12-20T21:13:17.774Z Downloaded toml_edit v0.22.22
7432024-12-20T21:13:17.774Z Downloaded idna v1.0.3
7442024-12-20T21:13:17.774Z Downloaded sqlparser v0.45.0
7452024-12-20T21:13:17.774Z Downloaded syn v2.0.87
7462024-12-20T21:13:17.775Z Downloaded chrono-tz v0.10.0
7472024-12-20T21:13:17.775Z Downloaded zerovec v0.10.4
7482024-12-20T21:13:17.775Z Downloaded regress v0.10.1
7492024-12-20T21:13:17.775Z Downloaded vcpkg v0.2.15
7502024-12-20T21:13:17.892Z Downloaded rustls-webpki v0.101.7
7512024-12-20T21:13:17.892Z Downloaded serde_json v1.0.132
7522024-12-20T21:13:17.892Z Downloaded quinn-proto v0.11.8
7532024-12-20T21:13:17.892Z Downloaded object v0.36.5
7542024-12-20T21:13:17.892Z Downloaded polar-core v0.27.3
7552024-12-20T21:13:17.892Z Downloaded unicode-width v0.2.0
7562024-12-20T21:13:17.892Z Downloaded idna v0.4.0
7572024-12-20T21:13:17.892Z Downloaded lalrpop v0.19.12
7582024-12-20T21:13:17.893Z Downloaded nix v0.27.1
7592024-12-20T21:13:17.893Z Downloaded smoltcp v0.11.0
7602024-12-20T21:13:17.893Z Downloaded nix v0.28.0
7612024-12-20T21:13:17.893Z Downloaded unicode-width v0.1.14
7622024-12-20T21:13:17.893Z Downloaded rustls v0.23.19
7632024-12-20T21:13:17.950Z Downloaded nix v0.29.0
7642024-12-20T21:13:17.950Z Downloaded regex-syntax v0.8.5
7652024-12-20T21:13:17.950Z Downloaded idna v0.5.0
7662024-12-20T21:13:17.950Z Downloaded idna v0.3.0
7672024-12-20T21:13:17.951Z Downloaded rustix v0.38.37
7682024-12-20T21:13:17.951Z Downloaded ratatui v0.28.1
7692024-12-20T21:13:17.951Z Downloaded typify-impl v0.2.0
7702024-12-20T21:13:17.951Z Downloaded rustls v0.21.12
7712024-12-20T21:13:17.951Z Downloaded diesel v2.2.6
7722024-12-20T21:13:17.955Z Downloaded bzip2-sys v0.1.11+1.0.8
7732024-12-20T21:13:17.969Z Downloaded sled v0.34.7
7742024-12-20T21:13:17.975Z Downloaded rustls v0.22.4
7752024-12-20T21:13:17.989Z Downloaded dropshot v0.13.0
7762024-12-20T21:13:18.034Z Downloaded zerocopy-derive v0.6.6
7772024-12-20T21:13:18.114Z Downloaded regex-automata v0.4.8
7782024-12-20T21:13:18.115Z Downloaded hickory-proto v0.24.1
7792024-12-20T21:13:18.115Z Downloaded smoltcp v0.9.1
7802024-12-20T21:13:18.115Z Downloaded regex-syntax v0.6.29
7812024-12-20T21:13:18.115Z Downloaded idna v0.2.3
7822024-12-20T21:13:18.115Z Downloaded openapiv3 v2.0.0
7832024-12-20T21:13:18.204Z Downloaded tokio v1.40.0
7842024-12-20T21:13:18.204Z Downloaded regress v0.9.1
7852024-12-20T21:13:18.204Z Downloaded bstr v1.10.0
7862024-12-20T21:13:18.204Z Downloaded criterion v0.5.1
7872024-12-20T21:13:18.204Z Downloaded petgraph v0.6.5
7882024-12-20T21:13:18.205Z Downloaded lzma-sys v0.1.20
7892024-12-20T21:13:18.293Z Downloaded libc v0.2.162
7902024-12-20T21:13:18.293Z Downloaded unicode-segmentation v1.12.0
7912024-12-20T21:13:18.293Z Downloaded libxml v0.3.3
7922024-12-20T21:13:18.293Z Downloaded regex v1.11.1
7932024-12-20T21:13:18.293Z Downloaded pest v2.7.14
7942024-12-20T21:13:18.293Z Downloaded zerocopy v0.8.10
7952024-12-20T21:13:18.373Z Downloaded quick-xml v0.33.0
7962024-12-20T21:13:18.374Z Downloaded sha3 v0.10.8
7972024-12-20T21:13:18.374Z Downloaded dropshot v0.12.0
7982024-12-20T21:13:18.374Z Downloaded libz-sys v1.1.20
7992024-12-20T21:13:18.374Z Downloaded proptest v1.5.0
8002024-12-20T21:13:18.374Z Downloaded csv v1.3.0
8012024-12-20T21:13:18.375Z Downloaded serde_yaml v0.9.34+deprecated
8022024-12-20T21:13:18.379Z Downloaded toml v0.8.19
8032024-12-20T21:13:18.380Z Downloaded csv-core v0.1.11
8042024-12-20T21:13:18.380Z Downloaded mio v1.0.2
8052024-12-20T21:13:18.380Z Downloaded thread_local v1.1.8
8062024-12-20T21:13:18.380Z Downloaded num-integer v0.1.46
8072024-12-20T21:13:18.380Z Downloaded parking_lot_core v0.8.6
8082024-12-20T21:13:18.380Z Downloaded rustls-webpki v0.102.8
8092024-12-20T21:13:18.380Z Downloaded crossbeam-channel v0.5.13
8102024-12-20T21:13:18.380Z Downloaded git2 v0.19.0
8112024-12-20T21:13:18.427Z Downloaded crypto-bigint v0.5.5
8122024-12-20T21:13:18.427Z Downloaded rustyline v14.0.0
8132024-12-20T21:13:18.427Z Downloaded parking_lot v0.12.3
8142024-12-20T21:13:18.427Z Downloaded serde_with_macros v3.11.0
8152024-12-20T21:13:18.428Z Downloaded vte v0.11.1
8162024-12-20T21:13:18.428Z Downloaded radix_trie v0.2.1
8172024-12-20T21:13:18.428Z Downloaded slog-stdlog v4.1.1
8182024-12-20T21:13:18.428Z Downloaded iana-time-zone v0.1.61
8192024-12-20T21:13:18.430Z Downloaded derive_more v0.99.18
8202024-12-20T21:13:18.430Z Downloaded icu_locid v1.5.0
8212024-12-20T21:13:18.436Z Downloaded internet-checksum v0.2.1
8222024-12-20T21:13:18.436Z Downloaded salty v0.3.0
8232024-12-20T21:13:18.436Z Downloaded datatest-stable v0.2.9
8242024-12-20T21:13:18.436Z Downloaded num-rational v0.4.2
8252024-12-20T21:13:18.436Z Downloaded itertools v0.12.1
8262024-12-20T21:13:18.439Z Downloaded diesel_derives v2.2.3
8272024-12-20T21:13:18.439Z Downloaded serde_with v3.11.0
8282024-12-20T21:13:18.447Z Downloaded sha1 v0.10.6
8292024-12-20T21:13:18.450Z Downloaded num-bigint v0.4.6
8302024-12-20T21:13:18.453Z Downloaded async-std v1.13.0
8312024-12-20T21:13:18.475Z Downloaded httpmock v0.8.0-alpha.1
8322024-12-20T21:13:18.492Z Downloaded instant v0.1.13
8332024-12-20T21:13:18.496Z Downloaded test-strategy v0.3.1
8342024-12-20T21:13:18.496Z Downloaded goblin v0.8.2
8352024-12-20T21:13:18.500Z Downloaded rand_distr v0.4.3
8362024-12-20T21:13:18.502Z Downloaded proc-macro-crate v1.3.1
8372024-12-20T21:13:18.502Z Downloaded url v2.5.3
8382024-12-20T21:13:18.507Z Downloaded tungstenite v0.24.0
8392024-12-20T21:13:18.507Z Downloaded portable-atomic v1.9.0
8402024-12-20T21:13:18.514Z Downloaded blake3 v1.5.4
8412024-12-20T21:13:18.520Z Downloaded aws-lc-rs v1.10.0
8422024-12-20T21:13:18.529Z Downloaded reedline v0.35.0
8432024-12-20T21:13:18.535Z Downloaded p521 v0.13.3
8442024-12-20T21:13:18.540Z Downloaded encoding_rs v0.8.34
8452024-12-20T21:13:18.560Z Downloaded dirs-next v2.0.0
8462024-12-20T21:13:18.563Z Downloaded pest_generator v2.7.14
8472024-12-20T21:13:18.563Z Downloaded pest_derive v2.7.14
8482024-12-20T21:13:18.566Z Downloaded unsafe-libyaml v0.2.11
8492024-12-20T21:13:18.568Z Downloaded polling v3.7.3
8502024-12-20T21:13:18.572Z Downloaded thiserror v2.0.3
8512024-12-20T21:13:18.575Z Downloaded rfc6979 v0.4.0
8522024-12-20T21:13:18.578Z Downloaded primeorder v0.13.6
8532024-12-20T21:13:18.578Z Downloaded packed_struct v0.10.1
8542024-12-20T21:13:18.581Z Downloaded dropshot_endpoint v0.13.0
8552024-12-20T21:13:18.584Z Downloaded dropshot_endpoint v0.12.0
8562024-12-20T21:13:18.592Z Downloaded crossbeam-epoch v0.9.18
8572024-12-20T21:13:18.596Z Downloaded compact_str v0.8.0
8582024-12-20T21:13:18.596Z Downloaded prettyplease v0.2.25
8592024-12-20T21:13:18.596Z Downloaded salsa20 v0.10.2
8602024-12-20T21:13:18.596Z Downloaded zopfli v0.8.1
8612024-12-20T21:13:18.599Z Downloaded rcgen v0.12.1
8622024-12-20T21:13:18.600Z Downloaded icu_normalizer v1.5.0
8632024-12-20T21:13:18.604Z Downloaded der_derive v0.7.3
8642024-12-20T21:13:18.624Z Downloaded hashbrown v0.12.3
8652024-12-20T21:13:18.624Z Downloaded cookie_store v0.21.0
8662024-12-20T21:13:18.626Z Downloaded const_format_proc_macros v0.2.33
8672024-12-20T21:13:18.626Z Downloaded serde_derive v1.0.215
8682024-12-20T21:13:18.626Z Downloaded serde v1.0.215
8692024-12-20T21:13:18.626Z Downloaded openssl-macros v0.1.1
8702024-12-20T21:13:18.626Z Downloaded libgit2-sys v0.17.0+1.8.1
8712024-12-20T21:13:18.672Z Downloaded opaque-debug v0.3.1
8722024-12-20T21:13:18.675Z Downloaded oorandom v11.1.4
8732024-12-20T21:13:18.675Z Downloaded aes v0.8.4
8742024-12-20T21:13:18.678Z Downloaded darling v0.20.10
8752024-12-20T21:13:18.682Z Downloaded hickory-server v0.24.1
8762024-12-20T21:13:18.686Z Downloaded hickory-resolver v0.24.1
8772024-12-20T21:13:18.690Z Downloaded same-file v1.0.6
8782024-12-20T21:13:18.693Z Downloaded libtest-mimic v0.7.3
8792024-12-20T21:13:18.693Z Downloaded trybuild v1.0.101
8802024-12-20T21:13:18.696Z Downloaded serde_tokenstream v0.2.2
8812024-12-20T21:13:18.699Z Downloaded log v0.4.22
8822024-12-20T21:13:18.702Z Downloaded tracing-core v0.1.32
8832024-12-20T21:13:18.704Z Downloaded partial-io v0.5.4
8842024-12-20T21:13:18.704Z Downloaded string_cache v0.8.7
8852024-12-20T21:13:18.707Z Downloaded static_assertions v1.1.0
8862024-12-20T21:13:18.707Z Downloaded pin-project-lite v0.2.14
8872024-12-20T21:13:18.710Z Downloaded num_enum v0.5.11
8882024-12-20T21:13:18.722Z Downloaded serde_repr v0.1.19
8892024-12-20T21:13:18.727Z Downloaded serde_regex v1.1.0
8902024-12-20T21:13:18.727Z Downloaded serde_plain v1.0.2
8912024-12-20T21:13:18.727Z Downloaded serde_path_to_error v0.1.16
8922024-12-20T21:13:18.727Z Downloaded flume v0.11.1
8932024-12-20T21:13:18.727Z Downloaded cookie v0.18.1
8942024-12-20T21:13:18.731Z Downloaded base64 v0.22.1
8952024-12-20T21:13:18.731Z Downloaded omicron-zone-package v0.11.1
8962024-12-20T21:13:18.734Z Downloaded tracing-attributes v0.1.27
8972024-12-20T21:13:18.741Z Downloaded chacha20poly1305 v0.10.1
8982024-12-20T21:13:18.741Z Downloaded stringprep v0.1.5
8992024-12-20T21:13:18.741Z Downloaded signal-hook-registry v1.4.2
9002024-12-20T21:13:18.741Z Downloaded signal-hook-mio v0.2.4
9012024-12-20T21:13:18.745Z Downloaded pkcs1 v0.7.5
9022024-12-20T21:13:18.745Z Downloaded pem v3.0.4
9032024-12-20T21:13:18.747Z Downloaded arc-swap v1.7.1
9042024-12-20T21:13:18.747Z Downloaded utf16_iter v1.0.5
9052024-12-20T21:13:18.751Z Downloaded usdt v0.5.0
9062024-12-20T21:13:18.751Z Downloaded blake2 v0.10.6
9072024-12-20T21:13:18.757Z Downloaded allocator-api2 v0.2.18
9082024-12-20T21:13:18.761Z Downloaded async-io v2.3.4
9092024-12-20T21:13:18.761Z Downloaded buf-list v1.0.3
9102024-12-20T21:13:18.761Z Downloaded block-padding v0.3.3
9112024-12-20T21:13:18.761Z Downloaded plotters-backend v0.3.7
9122024-12-20T21:13:18.765Z Downloaded phf_shared v0.11.2
9132024-12-20T21:13:18.765Z Downloaded pbkdf2 v0.11.0
9142024-12-20T21:13:18.765Z Downloaded parse-display-derive v0.10.0
9152024-12-20T21:13:18.767Z Downloaded anyhow v1.0.93
9162024-12-20T21:13:18.771Z Downloaded futures-lite v2.3.0
9172024-12-20T21:13:18.771Z Downloaded base64ct v1.6.0
9182024-12-20T21:13:18.773Z Downloaded backoff v0.4.0
9192024-12-20T21:13:18.776Z Downloaded async-task v4.7.1
9202024-12-20T21:13:18.776Z Downloaded byteorder v1.5.0
9212024-12-20T21:13:18.780Z Downloaded async-lock v3.4.0
9222024-12-20T21:13:18.783Z Downloaded async-executor v1.13.1
9232024-12-20T21:13:18.783Z Downloaded arrayvec v0.7.6
9242024-12-20T21:13:18.783Z Downloaded heck v0.4.1
9252024-12-20T21:13:18.786Z Downloaded bitfield v0.14.0
9262024-12-20T21:13:18.786Z Downloaded fragile v2.0.0
9272024-12-20T21:13:18.789Z Downloaded bytecount v0.6.8
9282024-12-20T21:13:18.789Z Downloaded blowfish v0.9.1
9292024-12-20T21:13:18.792Z Downloaded blocking v1.6.1
9302024-12-20T21:13:18.792Z Downloaded fs_extra v1.3.0
9312024-12-20T21:13:18.797Z Downloaded argon2 v0.5.3
9322024-12-20T21:13:18.798Z Downloaded approx v0.5.1
9332024-12-20T21:13:18.798Z Downloaded block-buffer v0.10.4
9342024-12-20T21:13:18.798Z Downloaded bitflags v1.3.2
9352024-12-20T21:13:18.802Z Downloaded bit-vec v0.6.3
9362024-12-20T21:13:18.802Z Downloaded bit-set v0.5.3
9372024-12-20T21:13:18.802Z Downloaded bcrypt-pbkdf v0.10.0
9382024-12-20T21:13:18.808Z Downloaded base16ct v0.2.0
9392024-12-20T21:13:18.808Z Downloaded autocfg v1.4.0
9402024-12-20T21:13:18.808Z Downloaded atomic-waker v1.1.2
9412024-12-20T21:13:18.822Z Downloaded async-signal v0.2.10
9422024-12-20T21:13:18.822Z Downloaded array-init v0.0.4
9432024-12-20T21:13:18.822Z Downloaded async-channel v2.3.1
9442024-12-20T21:13:18.822Z Downloaded arrayref v0.3.9
9452024-12-20T21:13:18.822Z Downloaded fs-err v2.11.0
9462024-12-20T21:13:18.822Z Downloaded form_urlencoded v1.2.1
9472024-12-20T21:13:18.822Z Downloaded futures-core v0.3.31
9482024-12-20T21:13:18.822Z Downloaded anstyle-query v1.1.1
9492024-12-20T21:13:18.822Z Downloaded aead v0.5.2
9502024-12-20T21:13:18.822Z Downloaded atomicwrites v0.4.4
9512024-12-20T21:13:18.822Z Downloaded async-object-pool v0.1.5
9522024-12-20T21:13:18.822Z Downloaded foldhash v0.1.3
9532024-12-20T21:13:18.825Z Downloaded filetime v0.2.25
9542024-12-20T21:13:18.999Z Downloaded ring v0.17.8
9552024-12-20T21:13:19.145Z Downloaded ring v0.16.20
9562024-12-20T21:13:19.234Z Downloaded libsqlite3-sys v0.30.1
9572024-12-20T21:13:19.460Z Downloaded aws-lc-sys v0.22.0
9582024-12-20T21:13:19.942Z+ ptime -m ./tools/install_builder_prerequisites.sh -yp
9592024-12-20T21:13:33.752Z Startup: Refreshing catalog 'helios-dev' ... Done
9602024-12-20T21:13:37.798Z Startup: Caching catalogs ... Done
9612024-12-20T21:13:48.565ZPlanning: Solver setup ... Done (9.799s)
9622024-12-20T21:13:48.701ZPlanning: Running solver ... Done (0.137s)
9632024-12-20T21:13:48.887ZPlanning: Finding local manifests ... Done (0.083s)
9642024-12-20T21:13:50.148ZPlanning: Fetching manifests: 0/5 0% complete
9652024-12-20T21:13:51.294ZPlanning: Fetching manifests: 5/5 100% complete
9662024-12-20T21:13:51.480ZPlanning: Package planning ... Done (0.186s)
9672024-12-20T21:13:51.537ZPlanning: Merging actions ... Done (0.056s)
9682024-12-20T21:13:52.348ZPlanning: Checking for conflicting actions ... Done (0.811s)
9692024-12-20T21:13:57.349ZPlanning: Consolidating action changes ... Done (5.000s)
9702024-12-20T21:13:57.742ZPlanning: Evaluating mediators ... Done (0.393s)
9712024-12-20T21:13:57.821ZPlanning: Planning completed in 19.93 seconds
9722024-12-20T21:13:57.836Z Packages to install: 4
9732024-12-20T21:13:57.836Z Packages to update: 1
9742024-12-20T21:13:57.839Z Mediators to change: 2
9752024-12-20T21:13:57.839Z Services to change: 1
9762024-12-20T21:13:57.839Z Estimated space available: 155.37 GB
9772024-12-20T21:13:57.839ZEstimated space to be consumed: 1.62 GB
9782024-12-20T21:13:57.839Z Create boot environment: No
9792024-12-20T21:13:57.839ZCreate backup boot environment: Yes
9802024-12-20T21:13:57.839Z Rebuild boot archive: No
9812024-12-20T21:13:57.839Z
9822024-12-20T21:13:57.839ZChanged mediators:
9832024-12-20T21:13:57.839Z mediator clang:
9842024-12-20T21:13:57.839Z version: None -> 15 (system default)
9852024-12-20T21:13:57.839Z
9862024-12-20T21:13:57.839Z mediator llvm:
9872024-12-20T21:13:57.839Z version: 14 (system default) -> 15 (system default)
9882024-12-20T21:13:57.839Z
9892024-12-20T21:13:57.839ZChanged packages:
9902024-12-20T21:13:57.839Zhelios-dev
9912024-12-20T21:13:57.839Z developer/build-essential
9922024-12-20T21:13:57.839Z None -> 11-2.0
9932024-12-20T21:13:57.839Z library/libxmlsec1
9942024-12-20T21:13:57.839Z None -> 1.2.35-2.0
9952024-12-20T21:13:57.839Z ooce/developer/clang-15
9962024-12-20T21:13:57.839Z None -> 15.0.7-2.0
9972024-12-20T21:13:57.839Z ooce/developer/llvm-15
9982024-12-20T21:13:57.839Z None -> 15.0.7-2.0
9992024-12-20T21:13:57.839Z package/pkg
10002024-12-20T21:13:57.839Z 0.5.11-2.0 -> 0.5.11-2.1.6412
10012024-12-20T21:13:57.839Z
10022024-12-20T21:13:57.839ZServices:
10032024-12-20T21:13:57.839Z restart_fmri:
10042024-12-20T21:13:57.839Z svc:/system/update-man-index:default
10052024-12-20T21:13:57.839Z
10062024-12-20T21:13:57.839ZEditable files to change:
10072024-12-20T21:13:57.839Z Update:
10082024-12-20T21:13:57.839Z usr/share/lib/pkg/web/config.shtml
10092024-12-20T21:13:58.118Z
10102024-12-20T21:13:58.118ZDownload: 0/4281 items 0.0/220.6MB 0% complete
10112024-12-20T21:14:04.647ZDownload: 213/4281 items 1.3/220.6MB 0% complete (822k/s)
10122024-12-20T21:14:09.654ZDownload: 521/4281 items 17.0/220.6MB 7% complete (1.6M/s)
10132024-12-20T21:14:14.655ZDownload: 996/4281 items 19.5/220.6MB 8% complete (1.8M/s)
10142024-12-20T21:14:20.408ZDownload: 1196/4281 items 83.5/220.6MB 37% complete (6.6M/s)
10152024-12-20T21:14:25.410ZDownload: 1233/4281 items 100.7/220.6MB 45% complete (7.2M/s)
10162024-12-20T21:14:30.484ZDownload: 2221/4281 items 119.2/220.6MB 54% complete (3.9M/s)
10172024-12-20T21:14:35.807ZDownload: 3289/4281 items 212.6/220.6MB 96% complete (11.4M/s)
10182024-12-20T21:14:39.079ZDownload: Completed 220.60 MB in 40.96 seconds (5.4M/s)
10192024-12-20T21:14:41.254Z Actions: 1/5063 actions (Removing old actions)
10202024-12-20T21:14:41.279Z Actions: 194/5063 actions (Installing new actions)
10212024-12-20T21:14:46.301Z Actions: 4094/5063 actions (Installing new actions)
10222024-12-20T21:14:46.575Z Actions: 4226/5063 actions (Updating modified actions)
10232024-12-20T21:14:46.945Z Actions: Completed 5063 actions in 5.69 seconds.
10242024-12-20T21:14:47.362Z Done (0.409s)
10252024-12-20T21:14:47.364Z Done (0.000s)
10262024-12-20T21:14:47.956Z Done (0.593s)
10272024-12-20T21:14:53.522Z Done (5.338s)
10282024-12-20T21:14:53.768Z Done (0.178s)
10292024-12-20T21:14:53.772Z Done (0.000s)
10302024-12-20T21:14:53.954Z Done (0.000s)
10312024-12-20T21:14:54.641ZPlanning: Evaluating mediator changes ... Done
10322024-12-20T21:14:54.804ZPlanning: Checking for conflicting actions ... Done
10332024-12-20T21:14:54.807ZPlanning: Consolidating action changes ... Done
10342024-12-20T21:14:55.076ZPlanning: Evaluating mediators ... Done
10352024-12-20T21:14:55.079ZPlanning: Planning completed in 0.43 seconds
10362024-12-20T21:14:55.112Z Mediators to change: 2
10372024-12-20T21:14:55.112Z Create boot environment: No
10382024-12-20T21:14:55.115ZCreate backup boot environment: No
10392024-12-20T21:14:55.191Z Done
10402024-12-20T21:14:55.192Z Done
10412024-12-20T21:14:55.555Z Done
10422024-12-20T21:14:59.148Z Done
10432024-12-20T21:14:59.237Z Done
10442024-12-20T21:14:59.239Z Done
10452024-12-20T21:14:59.386Z Done
10462024-12-20T21:14:59.987ZPlanning: Evaluating mediator changes ... Done
10472024-12-20T21:14:59.990ZPlanning: Merging actions ... Done
10482024-12-20T21:15:00.179ZPlanning: Checking for conflicting actions ... Done
10492024-12-20T21:15:00.181ZPlanning: Consolidating action changes ... Done
10502024-12-20T21:15:00.443ZPlanning: Evaluating mediators ... Done
10512024-12-20T21:15:00.498ZPlanning: Planning completed in 0.75 seconds
10522024-12-20T21:15:00.537Z Packages to change: 1
10532024-12-20T21:15:00.537Z Mediators to change: 1
10542024-12-20T21:15:00.540Z Services to change: 1
10552024-12-20T21:15:00.541Z Create boot environment: No
10562024-12-20T21:15:00.541ZCreate backup boot environment: Yes
10572024-12-20T21:15:02.732Z Actions: 1/6 actions (Updating modified actions)
10582024-12-20T21:15:02.785Z Actions: Completed 6 actions in 0.05 seconds.
10592024-12-20T21:15:02.787Z Done
10602024-12-20T21:15:02.787Z Done
10612024-12-20T21:15:02.902Z Done
10622024-12-20T21:15:06.484Z Done
10632024-12-20T21:15:06.573Z Done
10642024-12-20T21:15:06.577Z Done
10652024-12-20T21:15:06.725Z Done
10662024-12-20T21:15:07.163ZMEDIATOR VER. SRC. VERSION IMPL. SRC. IMPLEMENTATION
10672024-12-20T21:15:07.164Zclang system 15 system
10682024-12-20T21:15:07.164Zcsh system system illumos
10692024-12-20T21:15:07.164Zctags system system illumos
10702024-12-20T21:15:07.164Zgcc vendor 12 vendor
10712024-12-20T21:15:07.164Zgcc system 10 system
10722024-12-20T21:15:07.164Zgcc system 7 system
10732024-12-20T21:15:07.164Zgo system 1.20 system
10742024-12-20T21:15:07.164Zgo system 1.19 system
10752024-12-20T21:15:07.164Zllvm system 15 system
10762024-12-20T21:15:07.164Zllvm system 14 system
10772024-12-20T21:15:07.164Zmariadb system 10.6 system
10782024-12-20T21:15:07.164Zmta vendor vendor dma
10792024-12-20T21:15:07.164Zopenjdk system 17 system
10802024-12-20T21:15:07.164Zopenjdk system 11 system
10812024-12-20T21:15:07.164Zopenjdk system 1.8 system
10822024-12-20T21:15:07.164Zopenssl vendor 3 vendor
10832024-12-20T21:15:07.164Zperl system 5.36 system
10842024-12-20T21:15:07.164Zpostgresql system 15 system
10852024-12-20T21:15:07.164Zpostgresql system 13 system
10862024-12-20T21:15:07.164Zpython vendor 3 vendor
10872024-12-20T21:15:07.164Zpython system 2 system
10882024-12-20T21:15:07.164Zpython3 system 3.11 system
10892024-12-20T21:15:07.164Zruby system 3.0 system
10902024-12-20T21:15:07.164Zwords vendor vendor american-english
10912024-12-20T21:15:07.164Zwords system system australian-english
10922024-12-20T21:15:07.164Zwords system system british-english
10932024-12-20T21:15:07.164Zwords system system canadian-english
10942024-12-20T21:15:07.164Zwords system system french
10952024-12-20T21:15:07.164Zwords system system italian
10962024-12-20T21:15:07.164Zwords system system ngerman
10972024-12-20T21:15:07.164Zwords system system ogerman
10982024-12-20T21:15:07.164Zwords system system spanish
10992024-12-20T21:15:07.495ZPUBLISHER TYPE STATUS P LOCATION
11002024-12-20T21:15:07.496Zhelios-dev origin online F https://pkg.oxide.computer/helios/2/dev/
11012024-12-20T21:15:10.224ZFMRI IFO
11022024-12-20T21:15:10.224Zpkg://helios-dev/developer/build-essential@11-2.0:20230623T110919Z im-
11032024-12-20T21:15:10.224Zpkg://helios-dev/developer/pkg-config@0.29.2-2.0:20230621T191911Z i--
11042024-12-20T21:15:10.224Zpkg://helios-dev/library/libxmlsec1@1.2.35-2.0:20230624T123441Z im-
11052024-12-20T21:15:10.224Zpkg://helios-dev/ooce/developer/clang-15@15.0.7-2.0:20231012T123315Z im-
11062024-12-20T21:15:10.224Zpkg://helios-dev/ooce/developer/clang-15@15.0.7-2.0:20230623T141037Z ---
11072024-12-20T21:15:10.225Zpkg://helios-dev/ooce/library/postgresql-13@13.11-2.0:20230623T123131Z i--
11082024-12-20T21:15:10.225Zpkg://helios-dev/package/pkg@0.5.11-2.1.6412:20240822T193324Z im-
11092024-12-20T21:15:10.225Zpkg://helios-dev/package/pkg@0.5.11-2.0:20231020T135332Z ---
11102024-12-20T21:15:10.225Zpkg://helios-dev/package/pkg@0.5.11-2.0:20230621T202036Z ---
11112024-12-20T21:15:10.225Zpkg://helios-dev/system/library/g++-runtime@14-2.0:20241021T223805Z ---
11122024-12-20T21:15:10.225Zpkg://helios-dev/system/library/g++-runtime@13-2.0:20231118T213948Z i--
11132024-12-20T21:15:10.225Zpkg://helios-dev/system/library/g++-runtime@12-2.0:20230621T201406Z ---
11142024-12-20T21:15:10.225Zpkg://helios-dev/system/library/gcc-runtime@14-2.0:20241021T223750Z ---
11152024-12-20T21:15:10.225Zpkg://helios-dev/system/library/gcc-runtime@13-2.0:20231118T213832Z i--
11162024-12-20T21:15:10.225Zpkg://helios-dev/system/library/gcc-runtime@12-2.0:20230621T201432Z ---
11172024-12-20T21:15:11.264Z Downloading crates ...
11182024-12-20T21:15:11.368Z Downloaded cargo_toml v0.20.5
11192024-12-20T21:15:11.505Z Compiling proc-macro2 v1.0.89
11202024-12-20T21:15:11.505Z Compiling unicode-ident v1.0.13
11212024-12-20T21:15:11.509Z Compiling serde v1.0.215
11222024-12-20T21:15:11.509Z Compiling version_check v0.9.5
11232024-12-20T21:15:11.510Z Compiling memchr v2.7.4
11242024-12-20T21:15:11.510Z Compiling thiserror v1.0.69
11252024-12-20T21:15:11.510Z Compiling libc v0.2.162
11262024-12-20T21:15:11.510Z Compiling ryu v1.0.18
11272024-12-20T21:15:11.764Z Compiling ucd-trie v0.1.7
11282024-12-20T21:15:11.889Z Compiling itoa v1.0.11
11292024-12-20T21:15:12.076Z Compiling once_cell v1.20.2
11302024-12-20T21:15:12.308Z Compiling byteorder v1.5.0
11312024-12-20T21:15:12.408Z Compiling serde_json v1.0.132
11322024-12-20T21:15:12.613Z Compiling rustix v0.38.37
11332024-12-20T21:15:13.395Z Compiling bitflags v2.6.0
11342024-12-20T21:15:13.418Z Compiling usdt-impl v0.5.0
11352024-12-20T21:15:13.473Z Compiling proc-macro-error-attr v1.0.4
11362024-12-20T21:15:13.622Z Compiling syn v1.0.109
11372024-12-20T21:15:13.667Z Compiling proc-macro-error v1.0.4
11382024-12-20T21:15:13.756Z Compiling hashbrown v0.15.1
11392024-12-20T21:15:13.785Z Compiling plain v0.2.3
11402024-12-20T21:15:13.834Z Compiling equivalent v1.0.1
11412024-12-20T21:15:13.916Z Compiling log v0.4.22
11422024-12-20T21:15:13.929Z Compiling camino v1.1.9
11432024-12-20T21:15:13.939Z Compiling utf8parse v0.2.2
11442024-12-20T21:15:14.071Z Compiling anstyle-parse v0.2.5
11452024-12-20T21:15:14.257Z Compiling thread-id v4.2.2
11462024-12-20T21:15:14.347Z Compiling unicode-width v0.1.14
11472024-12-20T21:15:14.404Z Compiling anstyle v1.0.10
11482024-12-20T21:15:14.424Z Compiling quote v1.0.37
11492024-12-20T21:15:14.590Z Compiling errno v0.3.9
11502024-12-20T21:15:14.600Z Compiling anstyle-query v1.1.1
11512024-12-20T21:15:14.732Z Compiling winnow v0.6.20
11522024-12-20T21:15:14.798Z Compiling syn v2.0.87
11532024-12-20T21:15:14.866Z Compiling indexmap v2.6.0
11542024-12-20T21:15:14.944Z Compiling autocfg v1.4.0
11552024-12-20T21:15:15.162Z Compiling semver v1.0.23
11562024-12-20T21:15:15.675Z Compiling pretty-hex v0.4.1
11572024-12-20T21:15:15.862Z Compiling is_terminal_polyfill v1.70.1
11582024-12-20T21:15:15.980Z Compiling colorchoice v1.0.2
11592024-12-20T21:15:16.113Z Compiling fs-err v2.11.0
11602024-12-20T21:15:16.154Z Compiling anstream v0.6.15
11612024-12-20T21:15:16.493Z Compiling heck v0.5.0
11622024-12-20T21:15:16.652Z Compiling anyhow v1.0.93
11632024-12-20T21:15:16.846Z Compiling cfg-if v1.0.0
11642024-12-20T21:15:16.908Z Compiling heck v0.4.1
11652024-12-20T21:15:16.951Z Compiling fnv v1.0.7
11662024-12-20T21:15:17.023Z Compiling bytecount v0.6.8
11672024-12-20T21:15:17.089Z Compiling terminal_size v0.4.0
11682024-12-20T21:15:17.199Z Compiling clap_lex v0.7.2
11692024-12-20T21:15:17.241Z Compiling strsim v0.11.1
11702024-12-20T21:15:17.253Z Compiling fastrand v2.1.1
11712024-12-20T21:15:17.722Z Compiling clap_builder v4.5.21
11722024-12-20T21:15:17.745Z Compiling tempfile v3.13.0
11732024-12-20T21:15:17.823Z Compiling papergrid v0.11.0
11742024-12-20T21:15:18.305Z Compiling memmap v0.7.0
11752024-12-20T21:15:18.355Z Compiling smawk v0.3.2
11762024-12-20T21:15:18.544Z Compiling unicode-linebreak v0.1.5
11772024-12-20T21:15:18.666Z Compiling swrite v0.1.0
11782024-12-20T21:15:19.023Z Compiling textwrap v0.16.1
11792024-12-20T21:15:20.179Z Compiling tabled_derive v0.7.0
11802024-12-20T21:15:21.691Z Compiling tabled v0.15.0
11812024-12-20T21:15:23.627Z Compiling serde_derive v1.0.215
11822024-12-20T21:15:23.627Z Compiling thiserror-impl v1.0.69
11832024-12-20T21:15:23.631Z Compiling zerocopy-derive v0.7.35
11842024-12-20T21:15:23.631Z Compiling scroll_derive v0.12.0
11852024-12-20T21:15:23.631Z Compiling clap_derive v4.5.18
11862024-12-20T21:15:24.830Z Compiling scroll v0.12.0
11872024-12-20T21:15:25.184Z Compiling zerocopy v0.7.35
11882024-12-20T21:15:25.341Z Compiling goblin v0.8.2
11892024-12-20T21:15:26.356Z Compiling pest v2.7.14
11902024-12-20T21:15:27.473Z Compiling clap v4.5.21
11912024-12-20T21:15:28.455Z Compiling pest_meta v2.7.14
11922024-12-20T21:15:29.285Z Compiling pest_generator v2.7.14
11932024-12-20T21:15:31.303Z Compiling pest_derive v2.7.14
11942024-12-20T21:15:32.046Z Compiling dtrace-parser v0.2.0
11952024-12-20T21:15:33.513Z Compiling serde_spanned v0.6.8
11962024-12-20T21:15:33.513Z Compiling toml_datetime v0.6.8
11972024-12-20T21:15:33.517Z Compiling cargo-platform v0.1.8
11982024-12-20T21:15:33.919Z Compiling serde_tokenstream v0.2.2
11992024-12-20T21:15:33.989Z Compiling toml_edit v0.22.22
12002024-12-20T21:15:34.052Z Compiling macaddr v1.0.1
12012024-12-20T21:15:34.155Z Compiling camino-tempfile v1.1.1
12022024-12-20T21:15:35.000Z Compiling dof v0.3.0
12032024-12-20T21:15:35.000Z Compiling cargo_metadata v0.18.1
12042024-12-20T21:15:36.807Z Compiling toml v0.8.19
12052024-12-20T21:15:36.948Z Compiling usdt-macro v0.5.0
12062024-12-20T21:15:36.950Z Compiling usdt-attr-macro v0.5.0
12072024-12-20T21:15:37.583Z Compiling cargo_toml v0.20.5
12082024-12-20T21:15:38.283Z Compiling usdt v0.5.0
12092024-12-20T21:15:41.035Z Compiling xtask v0.1.0 (/work/oxidecomputer/omicron/dev-tools/xtask)
12102024-12-20T21:15:45.171Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 34.39s
12112024-12-20T21:15:45.209Z Running `target/debug/xtask download cockroach clickhouse console dendrite-openapi dendrite-stub maghemite-mgd transceiver-control`
12122024-12-20T21:15:46.171Z Compiling serde v1.0.215
12132024-12-20T21:15:46.276Z Compiling lock_api v0.4.12
12142024-12-20T21:15:46.276Z Compiling scopeguard v1.2.0
12152024-12-20T21:15:46.276Z Compiling value-bag v1.9.0
12162024-12-20T21:15:46.277Z Compiling typenum v1.17.0
12172024-12-20T21:15:46.277Z Compiling generic-array v0.14.7
12182024-12-20T21:15:46.277Z Compiling syn v2.0.87
12192024-12-20T21:15:46.277Z Compiling getrandom v0.2.15
12202024-12-20T21:15:46.384Z Compiling subtle v2.6.1
12212024-12-20T21:15:46.515Z Compiling rand_core v0.6.4
12222024-12-20T21:15:46.635Z Compiling log v0.4.22
12232024-12-20T21:15:46.733Z Compiling shlex v1.3.0
12242024-12-20T21:15:46.774Z Compiling jobserver v0.1.32
12252024-12-20T21:15:46.774Z Compiling const-oid v0.9.6
12262024-12-20T21:15:47.049Z Compiling smallvec v1.13.2
12272024-12-20T21:15:47.070Z Compiling spin v0.9.8
12282024-12-20T21:15:47.117Z Compiling cc v1.1.30
12292024-12-20T21:15:47.423Z Compiling pin-project-lite v0.2.14
12302024-12-20T21:15:47.439Z Compiling rustix v0.38.37
12312024-12-20T21:15:47.524Z Compiling parking_lot_core v0.9.10
12322024-12-20T21:15:47.543Z Compiling futures-core v0.3.31
12332024-12-20T21:15:47.627Z Compiling signal-hook-registry v1.4.2
12342024-12-20T21:15:47.786Z Compiling mio v1.0.2
12352024-12-20T21:15:48.322Z Compiling aho-corasick v1.1.3
12362024-12-20T21:15:48.457Z Compiling parking_lot v0.12.3
12372024-12-20T21:15:48.649Z Compiling cpufeatures v0.2.14
12382024-12-20T21:15:48.769Z Compiling regex-syntax v0.8.5
12392024-12-20T21:15:48.787Z Compiling lazy_static v1.5.0
12402024-12-20T21:15:48.797Z Compiling futures-sink v0.3.31
12412024-12-20T21:15:48.877Z Compiling glob v0.3.1
12422024-12-20T21:15:48.944Z Compiling either v1.13.0
12432024-12-20T21:15:48.956Z Compiling stable_deref_trait v1.2.0
12442024-12-20T21:15:49.070Z Compiling socket2 v0.5.7
12452024-12-20T21:15:49.368Z Compiling slab v0.4.9
12462024-12-20T21:15:49.386Z Compiling prettyplease v0.2.25
12472024-12-20T21:15:49.743Z Compiling minimal-lexical v0.2.1
12482024-12-20T21:15:49.880Z Compiling clang-sys v1.8.1
12492024-12-20T21:15:50.022Z Compiling libloading v0.8.5
12502024-12-20T21:15:50.079Z Compiling serde_json v1.0.132
12512024-12-20T21:15:50.261Z Compiling nom v7.1.3
12522024-12-20T21:15:50.390Z Compiling bindgen v0.69.5
12532024-12-20T21:15:50.407Z Compiling home v0.5.9
12542024-12-20T21:15:50.680Z Compiling itertools v0.10.5
12552024-12-20T21:15:51.149Z Compiling futures-channel v0.3.31
12562024-12-20T21:15:51.323Z Compiling futures-task v0.3.31
12572024-12-20T21:15:51.571Z Compiling foldhash v0.1.3
12582024-12-20T21:15:51.624Z Compiling allocator-api2 v0.2.18
12592024-12-20T21:15:51.876Z Compiling lazycell v1.3.0
12602024-12-20T21:15:52.042Z Compiling futures-io v0.3.31
12612024-12-20T21:15:52.346Z Compiling regex-automata v0.4.8
12622024-12-20T21:15:52.487Z Compiling pin-utils v0.1.0
12632024-12-20T21:15:52.580Z Compiling rustc-hash v1.1.0
12642024-12-20T21:15:52.734Z Compiling hashbrown v0.15.1
12652024-12-20T21:15:53.546Z Compiling cmake v0.1.51
12662024-12-20T21:15:53.950Z Compiling synstructure v0.13.1
12672024-12-20T21:15:53.973Z Compiling cexpr v0.6.0
12682024-12-20T21:15:54.556Z Compiling fs_extra v1.3.0
12692024-12-20T21:15:55.157Z Compiling dunce v1.0.5
12702024-12-20T21:15:55.289Z Compiling pkg-config v0.3.31
12712024-12-20T21:15:55.507Z Compiling tinyvec_macros v0.1.1
12722024-12-20T21:15:55.601Z Compiling libm v0.2.8
12732024-12-20T21:15:55.685Z Compiling tinyvec v1.8.0
12742024-12-20T21:15:55.763Z Compiling num-traits v0.2.19
12752024-12-20T21:15:56.256Z Compiling ring v0.17.8
12762024-12-20T21:15:56.836Z Compiling base64ct v1.6.0
12772024-12-20T21:15:57.250Z Compiling unicode-normalization v0.1.24
12782024-12-20T21:15:57.343Z Compiling writeable v0.5.5
12792024-12-20T21:15:57.363Z Compiling litemap v0.7.3
12802024-12-20T21:15:57.407Z Compiling unicode-bidi v0.3.17
12812024-12-20T21:15:57.409Z Compiling paste v1.0.15
12822024-12-20T21:15:57.902Z Compiling regex v1.11.1
12832024-12-20T21:15:57.970Z Compiling pem-rfc7468 v0.7.0
12842024-12-20T21:15:58.650Z Compiling flagset v0.4.6
12852024-12-20T21:15:58.778Z Compiling aws-lc-rs v1.10.0
12862024-12-20T21:15:58.824Z Compiling httparse v1.9.5
12872024-12-20T21:15:59.202Z Compiling tracing-core v0.1.32
12882024-12-20T21:15:59.600Z Compiling crossbeam-utils v0.8.20
12892024-12-20T21:15:59.962Z Compiling percent-encoding v2.3.1
12902024-12-20T21:16:00.192Z Compiling rustls-pki-types v1.10.0
12912024-12-20T21:16:00.207Z Compiling icu_locid_transform_data v1.5.0
12922024-12-20T21:16:00.330Z Compiling vcpkg v0.2.15
12932024-12-20T21:16:00.498Z Compiling powerfmt v0.2.0
12942024-12-20T21:16:00.519Z Compiling serde_derive v1.0.215
12952024-12-20T21:16:00.824Z Compiling zeroize_derive v1.4.2
12962024-12-20T21:16:00.950Z Compiling zerocopy-derive v0.7.35
12972024-12-20T21:16:01.183Z Compiling tokio-macros v2.4.0
12982024-12-20T21:16:02.346Z Compiling zerofrom-derive v0.1.4
12992024-12-20T21:16:02.388Z Compiling zeroize v1.8.1
13002024-12-20T21:16:02.526Z Compiling yoke-derive v0.7.4
13012024-12-20T21:16:02.766Z Compiling thiserror-impl v1.0.69
13022024-12-20T21:16:03.142Z Compiling zerocopy v0.7.35
13032024-12-20T21:16:04.168Z Compiling crypto-common v0.1.6
13042024-12-20T21:16:04.410Z Compiling block-buffer v0.10.4
13052024-12-20T21:16:04.642Z Compiling digest v0.10.7
13062024-12-20T21:16:04.787Z Compiling futures-macro v0.3.31
13072024-12-20T21:16:05.102Z Compiling hmac v0.12.1
13082024-12-20T21:16:05.119Z Compiling zerovec-derive v0.10.3
13092024-12-20T21:16:05.347Z Compiling block-padding v0.3.3
13102024-12-20T21:16:05.363Z Compiling displaydoc v0.2.5
13112024-12-20T21:16:05.593Z Compiling inout v0.1.3
13122024-12-20T21:16:05.852Z Compiling cipher v0.4.4
13132024-12-20T21:16:06.068Z Compiling thiserror v1.0.69
13142024-12-20T21:16:06.206Z Compiling sha2 v0.10.8
13152024-12-20T21:16:06.337Z Compiling ppv-lite86 v0.2.20
13162024-12-20T21:16:06.445Z Compiling zerofrom v0.1.4
13172024-12-20T21:16:06.665Z Compiling futures-util v0.3.31
13182024-12-20T21:16:06.725Z Compiling yoke v0.7.4
13192024-12-20T21:16:07.032Z Compiling icu_provider_macros v1.5.0
13202024-12-20T21:16:07.095Z Compiling der_derive v0.7.3
13212024-12-20T21:16:07.160Z Compiling rand_chacha v0.3.1
13222024-12-20T21:16:07.775Z Compiling zerovec v0.10.4
13232024-12-20T21:16:08.095Z Compiling tracing-attributes v0.1.27
13242024-12-20T21:16:09.268Z Compiling rand v0.8.5
13252024-12-20T21:16:09.366Z Compiling salsa20 v0.10.2
13262024-12-20T21:16:09.538Z Compiling tinystr v0.7.6
13272024-12-20T21:16:09.574Z Compiling der v0.7.9
13282024-12-20T21:16:09.930Z Compiling icu_locid v1.5.0
13292024-12-20T21:16:09.988Z Compiling icu_collections v1.5.0
13302024-12-20T21:16:11.348Z Compiling icu_provider v1.5.0
13312024-12-20T21:16:11.367Z Compiling pest v2.7.14
13322024-12-20T21:16:11.873Z Compiling tracing v0.1.40
13332024-12-20T21:16:12.205Z Compiling icu_locid_transform v1.5.0
13342024-12-20T21:16:12.346Z Compiling spki v0.7.3
13352024-12-20T21:16:12.403Z Compiling pbkdf2 v0.12.2
13362024-12-20T21:16:12.469Z Compiling untrusted v0.9.0
13372024-12-20T21:16:12.567Z Compiling time-core v0.1.2
13382024-12-20T21:16:12.639Z Compiling untrusted v0.7.1
13392024-12-20T21:16:12.672Z Compiling num-conv v0.1.0
13402024-12-20T21:16:12.688Z Compiling icu_properties_data v1.5.0
13412024-12-20T21:16:12.747Z Compiling mirai-annotations v1.12.0
13422024-12-20T21:16:12.924Z Compiling scrypt v0.11.0
13432024-12-20T21:16:12.927Z Compiling aes v0.8.4
13442024-12-20T21:16:12.962Z Compiling cbc v0.1.2
13452024-12-20T21:16:12.964Z Compiling time-macros v0.2.18
13462024-12-20T21:16:13.182Z Compiling openssl-sys v0.9.103
13472024-12-20T21:16:13.497Z Compiling icu_properties v1.5.1
13482024-12-20T21:16:14.256Z Compiling bitflags v2.6.0
13492024-12-20T21:16:14.359Z Compiling bytes v1.8.0
13502024-12-20T21:16:14.899Z Compiling indexmap v2.6.0
13512024-12-20T21:16:15.637Z Compiling tokio v1.40.0
13522024-12-20T21:16:15.781Z Compiling http v1.1.0
13532024-12-20T21:16:16.366Z Compiling semver v1.0.23
13542024-12-20T21:16:16.396Z Compiling pest_meta v2.7.14
13552024-12-20T21:16:16.640Z Compiling deranged v0.3.11
13562024-12-20T21:16:17.126Z Compiling rustc_version v0.4.1
13572024-12-20T21:16:17.946Z Compiling scroll_derive v0.12.0
13582024-12-20T21:16:18.347Z Compiling utf8_iter v1.0.4
13592024-12-20T21:16:18.520Z Compiling num_threads v0.1.7
13602024-12-20T21:16:18.569Z Compiling which v4.4.2
13612024-12-20T21:16:18.636Z Compiling write16 v1.0.0
13622024-12-20T21:16:18.654Z Compiling utf16_iter v1.0.5
13632024-12-20T21:16:18.768Z Compiling icu_normalizer_data v1.5.0
13642024-12-20T21:16:18.859Z Compiling atomic-waker v1.1.2
13652024-12-20T21:16:19.043Z Compiling icu_normalizer v1.5.0
13662024-12-20T21:16:19.165Z Compiling time v0.3.36
13672024-12-20T21:16:19.304Z Compiling pest_generator v2.7.14
13682024-12-20T21:16:19.406Z Compiling scroll v0.12.0
13692024-12-20T21:16:19.950Z Compiling http-body v1.0.1
13702024-12-20T21:16:20.188Z Compiling pkcs5 v0.7.1
13712024-12-20T21:16:20.347Z Compiling form_urlencoded v1.2.1
13722024-12-20T21:16:20.690Z Compiling try-lock v0.2.5
13732024-12-20T21:16:20.842Z Compiling slog v2.7.0
13742024-12-20T21:16:21.063Z Compiling pkcs8 v0.10.2
13752024-12-20T21:16:21.323Z Compiling want v0.3.1
13762024-12-20T21:16:21.439Z Compiling goblin v0.8.2
13772024-12-20T21:16:21.442Z Compiling idna_adapter v1.2.0
13782024-12-20T21:16:21.615Z Compiling pest_derive v2.7.14
13792024-12-20T21:16:21.664Z Compiling httpdate v1.0.3
13802024-12-20T21:16:21.692Z Compiling idna v1.0.3
13812024-12-20T21:16:22.129Z Compiling serde_tokenstream v0.2.2
13822024-12-20T21:16:22.440Z Compiling dtrace-parser v0.2.0
13832024-12-20T21:16:22.570Z Compiling serde_spanned v0.6.8
13842024-12-20T21:16:22.748Z Compiling toml_datetime v0.6.8
13852024-12-20T21:16:22.809Z Compiling uuid v1.11.0
13862024-12-20T21:16:23.260Z Compiling base64 v0.22.1
13872024-12-20T21:16:23.519Z Compiling iana-time-zone v0.1.61
13882024-12-20T21:16:24.022Z Compiling openssl v0.10.66
13892024-12-20T21:16:24.109Z Compiling tokio-util v0.7.12
13902024-12-20T21:16:24.276Z Compiling adler2 v2.0.0
13912024-12-20T21:16:24.394Z Compiling tower-service v0.3.3
13922024-12-20T21:16:24.433Z Compiling rustversion v1.0.17
13932024-12-20T21:16:24.467Z Compiling foreign-types-shared v0.1.1
13942024-12-20T21:16:24.526Z Compiling match_cfg v0.1.0
13952024-12-20T21:16:24.574Z Compiling foreign-types v0.3.2
13962024-12-20T21:16:24.621Z Compiling hostname v0.3.1
13972024-12-20T21:16:24.670Z Compiling miniz_oxide v0.8.0
13982024-12-20T21:16:24.687Z Compiling chrono v0.4.38
13992024-12-20T21:16:24.872Z Compiling url v2.5.3
14002024-12-20T21:16:25.135Z Compiling h2 v0.4.6
14012024-12-20T21:16:26.223Z Compiling async-trait v0.1.83
14022024-12-20T21:16:26.869Z Compiling openssl-macros v0.1.1
14032024-12-20T21:16:26.954Z Compiling dirs-sys-next v0.1.2
14042024-12-20T21:16:27.634Z Compiling dof v0.3.0
14052024-12-20T21:16:27.636Z Compiling data-encoding v2.6.0
14062024-12-20T21:16:28.504Z Compiling usdt-impl v0.5.0
14072024-12-20T21:16:28.988Z Compiling siphasher v0.3.11
14082024-12-20T21:16:29.380Z Compiling rustls v0.23.19
14092024-12-20T21:16:29.645Z Compiling rustls v0.22.4
14102024-12-20T21:16:29.871Z Compiling native-tls v0.2.12
14112024-12-20T21:16:29.907Z Compiling syn v1.0.109
14122024-12-20T21:16:30.091Z Compiling dirs-next v2.0.0
14132024-12-20T21:16:30.284Z Compiling http-body-util v0.1.2
14142024-12-20T21:16:30.594Z Compiling crossbeam-epoch v0.9.18
14152024-12-20T21:16:30.854Z Compiling heapless v0.7.17
14162024-12-20T21:16:31.231Z Compiling signature v2.2.0
14172024-12-20T21:16:31.303Z Compiling sha1 v0.10.6
14182024-12-20T21:16:31.343Z Compiling bzip2-sys v0.1.11+1.0.8
14192024-12-20T21:16:31.498Z Compiling serde_derive_internals v0.29.1
14202024-12-20T21:16:31.571Z Compiling thread_local v1.1.8
14212024-12-20T21:16:31.749Z Compiling encoding_rs v0.8.34
14222024-12-20T21:16:31.858Z Compiling multer v3.1.0
14232024-12-20T21:16:31.915Z Compiling cookie v0.18.1
14242024-12-20T21:16:32.129Z Compiling hyper v1.5.0
14252024-12-20T21:16:32.147Z Compiling mime v0.3.17
14262024-12-20T21:16:32.193Z Compiling gimli v0.31.1
14272024-12-20T21:16:32.741Z Compiling unicode-properties v0.1.3
14282024-12-20T21:16:33.129Z Compiling signal-hook v0.3.17
14292024-12-20T21:16:33.399Z Compiling slog-async v2.8.0
14302024-12-20T21:16:33.934Z Compiling ipnet v2.10.1
14312024-12-20T21:16:34.383Z Compiling rayon-core v1.12.1
14322024-12-20T21:16:34.646Z Compiling hyper-util v0.1.10
14332024-12-20T21:16:35.192Z Compiling openssl-probe v0.1.5
14342024-12-20T21:16:35.561Z Compiling schemars v0.8.21
14352024-12-20T21:16:35.946Z Compiling schemars_derive v0.8.21
14362024-12-20T21:16:36.030Z Compiling toml_edit v0.22.22
14372024-12-20T21:16:36.350Z Compiling stringprep v0.1.5
14382024-12-20T21:16:36.830Z Compiling addr2line v0.24.2
14392024-12-20T21:16:37.571Z Compiling usdt-attr-macro v0.5.0
14402024-12-20T21:16:37.618Z Compiling usdt-macro v0.5.0
14412024-12-20T21:16:37.927Z Compiling crossbeam-deque v0.8.5
14422024-12-20T21:16:38.758Z Compiling term v0.7.0
14432024-12-20T21:16:39.006Z Compiling slog-json v2.6.1
14442024-12-20T21:16:39.057Z Compiling serde_urlencoded v0.7.1
14452024-12-20T21:16:39.162Z Compiling crossbeam-channel v0.5.13
14462024-12-20T21:16:39.333Z Compiling curve25519-dalek v4.1.3
14472024-12-20T21:16:39.362Z Compiling enum-as-inner v0.6.1
14482024-12-20T21:16:39.583Z Compiling futures-executor v0.3.31
14492024-12-20T21:16:39.950Z Compiling md-5 v0.10.6
14502024-12-20T21:16:40.152Z Compiling rustls-pemfile v2.2.0
14512024-12-20T21:16:40.218Z Compiling async-stream-impl v0.3.6
14522024-12-20T21:16:40.265Z Compiling num-integer v0.1.46
14532024-12-20T21:16:40.283Z Compiling idna v0.3.0
14542024-12-20T21:16:40.471Z Compiling idna v0.4.0
14552024-12-20T21:16:40.473Z Compiling hash32 v0.2.1
14562024-12-20T21:16:40.893Z Compiling ff v0.13.0
14572024-12-20T21:16:41.015Z Compiling is-terminal v0.4.13
14582024-12-20T21:16:41.107Z Compiling dropshot v0.12.0
14592024-12-20T21:16:41.145Z Compiling object v0.36.5
14602024-12-20T21:16:41.387Z Compiling anyhow v1.0.93
14612024-12-20T21:16:41.559Z Compiling rustc-demangle v0.1.24
14622024-12-20T21:16:42.010Z Compiling dyn-clone v1.0.17
14632024-12-20T21:16:42.090Z Compiling utf-8 v0.7.6
14642024-12-20T21:16:42.226Z Compiling quick-error v1.2.3
14652024-12-20T21:16:42.267Z Compiling smoltcp v0.9.1
14662024-12-20T21:16:42.381Z Compiling linked-hash-map v0.5.6
14672024-12-20T21:16:42.412Z Compiling psl-types v2.0.11
14682024-12-20T21:16:42.568Z Compiling num-bigint-dig v0.8.4
14692024-12-20T21:16:42.606Z Compiling portable-atomic v1.9.0
14702024-12-20T21:16:42.738Z Compiling fallible-iterator v0.2.0
14712024-12-20T21:16:42.853Z Compiling base16ct v0.2.0
14722024-12-20T21:16:42.993Z Compiling take_mut v0.2.2
14732024-12-20T21:16:43.179Z Compiling sec1 v0.7.3
14742024-12-20T21:16:43.440Z Compiling postgres-protocol v0.6.7
14752024-12-20T21:16:43.778Z Compiling lru-cache v0.1.2
14762024-12-20T21:16:43.798Z Compiling publicsuffix v2.2.3
14772024-12-20T21:16:43.981Z Compiling resolv-conf v0.7.0
14782024-12-20T21:16:44.070Z Compiling tungstenite v0.24.0
14792024-12-20T21:16:44.790Z Compiling async-stream v0.3.6
14802024-12-20T21:16:44.830Z Compiling hickory-proto v0.24.1
14812024-12-20T21:16:44.861Z Compiling slog-term v2.9.1
14822024-12-20T21:16:45.099Z Compiling usdt v0.5.0
14832024-12-20T21:16:45.615Z Compiling group v0.13.0
14842024-12-20T21:16:46.158Z Compiling num-iter v0.1.45
14852024-12-20T21:16:46.425Z Compiling futures v0.3.31
14862024-12-20T21:16:46.462Z Compiling slog-bunyan v2.5.0
14872024-12-20T21:16:46.547Z Compiling toml v0.8.19
14882024-12-20T21:16:48.283Z Compiling tokio-native-tls v0.3.1
14892024-12-20T21:16:48.557Z Compiling backtrace v0.3.74
14902024-12-20T21:16:48.684Z Compiling camino v1.1.9
14912024-12-20T21:16:49.291Z Compiling phf_shared v0.11.2
14922024-12-20T21:16:49.324Z Compiling dropshot_endpoint v0.12.0
14932024-12-20T21:16:49.381Z Compiling waitgroup v0.1.2
14942024-12-20T21:16:49.600Z Compiling terminal_size v0.4.0
14952024-12-20T21:16:49.672Z Compiling openapiv3 v2.0.0
14962024-12-20T21:16:49.676Z Compiling serde_path_to_error v0.1.16
14972024-12-20T21:16:49.805Z Compiling hkdf v0.12.4
14982024-12-20T21:16:50.051Z Compiling crypto-bigint v0.5.5
14992024-12-20T21:16:50.559Z Compiling webpki-roots v0.26.6
15002024-12-20T21:16:50.769Z Compiling curve25519-dalek-derive v0.1.1
15012024-12-20T21:16:52.342Z Compiling zerocopy-derive v0.6.6
15022024-12-20T21:16:52.372Z Compiling idna v0.5.0
15032024-12-20T21:16:52.624Z Compiling hubpack_derive v0.1.1
15042024-12-20T21:16:53.539Z Compiling hostname v0.4.0
15052024-12-20T21:16:53.780Z Compiling ahash v0.8.11
15062024-12-20T21:16:53.997Z Compiling fs-err v2.11.0
15072024-12-20T21:16:54.109Z Compiling crc32fast v1.4.2
15082024-12-20T21:16:54.140Z Compiling winnow v0.5.40
15092024-12-20T21:16:54.140Z Compiling bitflags v1.3.2
15102024-12-20T21:16:54.234Z Compiling managed v0.8.0
15112024-12-20T21:16:54.266Z Compiling debug-ignore v1.0.5
15122024-12-20T21:16:54.409Z Compiling flate2 v1.0.34
15132024-12-20T21:16:54.439Z Compiling strum_macros v0.25.3
15142024-12-20T21:16:54.580Z Compiling zerocopy v0.6.6
15152024-12-20T21:16:55.410Z Compiling console v0.15.8
15162024-12-20T21:16:55.429Z Compiling clap_builder v4.5.21
15172024-12-20T21:16:55.653Z Compiling hubpack v0.1.2
15182024-12-20T21:16:56.103Z Compiling cookie_store v0.21.0
15192024-12-20T21:16:56.252Z Compiling elliptic-curve v0.13.8
15202024-12-20T21:16:57.053Z Compiling hickory-resolver v0.24.1
15212024-12-20T21:16:57.143Z Compiling phf v0.11.2
15222024-12-20T21:16:57.751Z Compiling toml_edit v0.19.15
15232024-12-20T21:16:57.976Z Compiling signal-hook-mio v0.2.4
15242024-12-20T21:16:58.146Z Compiling hyper-tls v0.6.0
15252024-12-20T21:16:58.364Z Compiling rayon v1.10.0
15262024-12-20T21:16:58.572Z Compiling bzip2 v0.4.4
15272024-12-20T21:16:58.963Z Compiling tokio-tungstenite v0.24.0
15282024-12-20T21:16:59.514Z Compiling postgres-types v0.2.8
15292024-12-20T21:17:02.395Z Compiling ed25519 v2.2.3
15302024-12-20T21:17:03.263Z Compiling phf_shared v0.10.0
15312024-12-20T21:17:03.663Z Compiling tokio-stream v0.1.16
15322024-12-20T21:17:03.928Z Compiling pkcs1 v0.7.5
15332024-12-20T21:17:04.280Z Compiling serde-big-array v0.5.1
15342024-12-20T21:17:04.511Z Compiling clap_derive v4.5.18
15352024-12-20T21:17:04.742Z Compiling rfc6979 v0.4.0
15362024-12-20T21:17:04.920Z Compiling serde_repr v0.1.19
15372024-12-20T21:17:04.937Z Compiling derive-where v1.2.7
15382024-12-20T21:17:04.961Z Compiling float-cmp v0.9.0
15392024-12-20T21:17:04.984Z Compiling bstr v1.10.0
15402024-12-20T21:17:05.187Z Compiling sync_wrapper v1.0.1
15412024-12-20T21:17:05.338Z Compiling difflib v0.4.0
15422024-12-20T21:17:05.864Z Compiling fixedbitset v0.4.2
15432024-12-20T21:17:06.140Z Compiling number_prefix v0.4.0
15442024-12-20T21:17:06.312Z Compiling static_assertions v1.1.0
15452024-12-20T21:17:06.349Z Compiling unicode-width v0.2.0
15462024-12-20T21:17:06.414Z Compiling whoami v1.5.2
15472024-12-20T21:17:06.812Z Compiling normalize-line-endings v0.3.0
15482024-12-20T21:17:06.910Z Compiling predicates-core v1.0.8
15492024-12-20T21:17:06.939Z Compiling precomputed-hash v0.1.1
15502024-12-20T21:17:07.016Z Compiling unicode-segmentation v1.12.0
15512024-12-20T21:17:07.062Z Compiling new_debug_unreachable v1.0.6
15522024-12-20T21:17:07.093Z Compiling bit-vec v0.6.3
15532024-12-20T21:17:07.156Z Compiling string_cache v0.8.7
15542024-12-20T21:17:07.278Z Compiling predicates v3.1.2
15552024-12-20T21:17:07.562Z Compiling bit-set v0.5.3
15562024-12-20T21:17:07.641Z Compiling indicatif v0.17.9
15572024-12-20T21:17:07.863Z Compiling similar v2.6.0
15582024-12-20T21:17:07.910Z Compiling tokio-postgres v0.7.12
15592024-12-20T21:17:08.512Z Compiling gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=9bbac475dcaac88286c07a20b6bd3e94fc81d7f0#9bbac475)
15602024-12-20T21:17:09.035Z Compiling petgraph v0.6.5
15612024-12-20T21:17:09.735Z Compiling clap v4.5.21
15622024-12-20T21:17:09.857Z Compiling ecdsa v0.16.9
15632024-12-20T21:17:09.901Z Compiling rsa v0.9.6
15642024-12-20T21:17:10.348Z Compiling ed25519-dalek v2.1.1
15652024-12-20T21:17:10.697Z Compiling toml v0.7.8
15662024-12-20T21:17:11.750Z Compiling zip v0.6.6
15672024-12-20T21:17:12.466Z Compiling crossterm v0.28.1
15682024-12-20T21:17:13.285Z Compiling hex v0.4.3
15692024-12-20T21:17:13.639Z Compiling x509-cert v0.2.5
15702024-12-20T21:17:13.816Z Compiling peg-runtime v0.8.3
15712024-12-20T21:17:13.909Z Compiling unicode-xid v0.2.6
15722024-12-20T21:17:14.082Z Compiling lalrpop-util v0.19.12
15732024-12-20T21:17:14.085Z Compiling strum_macros v0.26.4
15742024-12-20T21:17:14.436Z Compiling xattr v1.3.1
15752024-12-20T21:17:14.487Z Compiling filetime v0.2.25
15762024-12-20T21:17:14.713Z Compiling tar v0.4.42
15772024-12-20T21:17:19.348Z Compiling strum v0.26.3
15782024-12-20T21:17:22.325Z Compiling aws-lc-sys v0.22.0
15792024-12-20T21:17:57.296Z Compiling rustls-webpki v0.102.8
15802024-12-20T21:18:00.646Z Compiling tokio-rustls v0.25.0
15812024-12-20T21:18:02.312Z Compiling tokio-rustls v0.26.0
15822024-12-20T21:18:02.656Z Compiling hyper-rustls v0.27.3
15832024-12-20T21:18:03.010Z Compiling reqwest v0.12.9
15842024-12-20T21:18:04.053Z Compiling qorb v0.2.1
15852024-12-20T21:18:09.046Z Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack)
15862024-12-20T21:18:09.270Z Compiling xtask-downloader v0.1.0 (/work/oxidecomputer/omicron/dev-tools/downloader)
15872024-12-20T21:18:15.047Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 2m 29s
15882024-12-20T21:18:15.180Z Running `target/debug/xtask-downloader cockroach clickhouse console dendrite-openapi dendrite-stub maghemite-mgd transceiver-control`
15892024-12-20T21:18:15.241ZDec 20 21:18:14.518 INFO Starting download, target: Cockroach
15902024-12-20T21:18:15.241ZDec 20 21:18:14.518 INFO Starting download, target: Clickhouse
15912024-12-20T21:18:15.259ZDec 20 21:18:14.518 INFO Starting download, target: Console
15922024-12-20T21:18:15.259ZDec 20 21:18:14.518 INFO Starting download, target: DendriteOpenapi
15932024-12-20T21:18:15.259ZDec 20 21:18:14.518 INFO Starting download, target: DendriteStub
15942024-12-20T21:18:15.259ZDec 20 21:18:14.518 INFO Starting download, target: MaghemiteMgd
15952024-12-20T21:18:15.259ZDec 20 21:18:14.518 INFO Starting download, target: TransceiverControl
15962024-12-20T21:18:15.259ZDec 20 21:18:14.519 INFO Downloading out/downloads/console.tar.gz (attempt 1/3), target: Console
15972024-12-20T21:18:15.259ZDec 20 21:18:14.519 INFO Downloading out/downloads/dpd-11bcc3e0f5d28dc7aed150f4df1174844e4dfbef.json (attempt 1/3), target: DendriteOpenapi
15982024-12-20T21:18:15.259ZDec 20 21:18:14.519 INFO Downloading out/downloads/xcvradm.gz (attempt 1/3), target: TransceiverControl
15992024-12-20T21:18:15.260ZDec 20 21:18:14.519 INFO Downloading out/downloads/mgd.tar.gz (attempt 1/3), target: MaghemiteMgd
16002024-12-20T21:18:15.260ZDec 20 21:18:14.519 INFO Downloading out/downloads/cockroach.tgz (attempt 1/3), target: Cockroach
16012024-12-20T21:18:15.260ZDec 20 21:18:14.519 INFO Downloading out/downloads/clickhouse-v23.8.7.24.illumos.tar.gz (attempt 1/3), target: Clickhouse
16022024-12-20T21:18:15.260ZDec 20 21:18:14.519 INFO Downloading out/downloads/dendrite-stub.tar.gz (attempt 1/3), target: DendriteStub
16032024-12-20T21:18:15.378ZDec 20 21:18:14.688 INFO Download complete, target: DendriteOpenapi
16042024-12-20T21:18:15.793ZDec 20 21:18:15.016 INFO Unpacking out/downloads/xcvradm.gz to out/downloads/root/opt/oxide/bin/xcvradm, target: TransceiverControl
16052024-12-20T21:18:15.900ZDec 20 21:18:15.045 INFO Unpacking out/downloads/console.tar.gz to out/console-assets, target: Console
16062024-12-20T21:18:16.093ZDec 20 21:18:15.370 INFO Download complete, target: Console
16072024-12-20T21:18:16.259ZDec 20 21:18:15.565 INFO Unpacking out/downloads/dendrite-stub.tar.gz to out/downloads, target: DendriteStub
16082024-12-20T21:18:16.380ZDec 20 21:18:15.693 INFO Unpacking out/downloads/mgd.tar.gz to out/downloads, target: MaghemiteMgd
16092024-12-20T21:18:16.387ZDec 20 21:18:15.700 INFO Download complete, target: TransceiverControl
16102024-12-20T21:18:17.028ZDec 20 21:18:16.340 INFO tarball path: out/downloads/cockroach.tgz, target: Cockroach
16112024-12-20T21:18:17.028ZDec 20 21:18:16.341 INFO Unpacking out/downloads/cockroach.tgz to out/downloads, target: Cockroach
16122024-12-20T21:18:17.245ZDec 20 21:18:16.557 INFO Unpacking out/downloads/clickhouse-v23.8.7.24.illumos.tar.gz to out/clickhouse, target: Clickhouse
16132024-12-20T21:18:19.300ZDec 20 21:18:18.612 INFO Download complete, target: DendriteStub
16142024-12-20T21:18:19.456ZDec 20 21:18:18.768 INFO Download complete, target: MaghemiteMgd
16152024-12-20T21:18:24.693ZDec 20 21:18:24.004 INFO Checking that binary works, target: Cockroach
16162024-12-20T21:18:24.893ZDec 20 21:18:24.159 INFO Download complete, target: Cockroach
16172024-12-20T21:18:30.247ZDec 20 21:18:29.550 INFO Checking that binary works, target: Clickhouse
16182024-12-20T21:18:31.021ZDec 20 21:18:30.332 INFO Download complete, target: Clickhouse
16192024-12-20T21:18:31.029ZAll prerequisites installed successfully
16202024-12-20T21:18:31.032Z
16212024-12-20T21:18:31.032Zreal 5:11.056452572
16222024-12-20T21:18:31.032Zuser 16:22.141551008
16232024-12-20T21:18:31.032Zsys 3:07.387212598
16242024-12-20T21:18:31.032Ztrap 0.506760290
16252024-12-20T21:18:31.032Ztflt 8.436006700
16262024-12-20T21:18:31.032Zdflt 7.014325835
16272024-12-20T21:18:31.032Zkflt 0.292745946
16282024-12-20T21:18:31.032Zlock 32:44.732019480
16292024-12-20T21:18:31.032Zslp 1:03:21.921516126
16302024-12-20T21:18:31.032Zlat 50.820128033
16312024-12-20T21:18:31.032Zstop 1:58.277024293
16322024-12-20T21:18:31.033Z+ source ./tools/include/force-git-over-https.sh
16332024-12-20T21:18:31.033Z++ override_urls=('git://github.com/' 'git@github.com:' 'ssh://github.com/' 'ssh://git@github.com/' 'git+ssh://git@github.com/')
16342024-12-20T21:18:31.033Z++ (( i = 0 ))
16352024-12-20T21:18:31.033Z++ (( i < 5 ))
16362024-12-20T21:18:31.033Z++ git config --add --global url.https://github.com/.insteadOf git://github.com/
16372024-12-20T21:18:31.037Z++ (( i++ ))
16382024-12-20T21:18:31.037Z++ (( i < 5 ))
16392024-12-20T21:18:31.037Z++ git config --add --global url.https://github.com/.insteadOf git@github.com:
16402024-12-20T21:18:31.041Z++ (( i++ ))
16412024-12-20T21:18:31.041Z++ (( i < 5 ))
16422024-12-20T21:18:31.041Z++ git config --add --global url.https://github.com/.insteadOf ssh://github.com/
16432024-12-20T21:18:31.044Z++ (( i++ ))
16442024-12-20T21:18:31.045Z++ (( i < 5 ))
16452024-12-20T21:18:31.045Z++ git config --add --global url.https://github.com/.insteadOf ssh://git@github.com/
16462024-12-20T21:18:31.045Z++ (( i++ ))
16472024-12-20T21:18:31.045Z++ (( i < 5 ))
16482024-12-20T21:18:31.045Z++ git config --add --global url.https://github.com/.insteadOf git+ssh://git@github.com/
16492024-12-20T21:18:31.047Z++ (( i++ ))
16502024-12-20T21:18:31.048Z++ (( i < 5 ))
16512024-12-20T21:18:31.048Z++ export CARGO_NET_GIT_FETCH_WITH_CLI=true
16522024-12-20T21:18:31.048Z++ CARGO_NET_GIT_FETCH_WITH_CLI=true
16532024-12-20T21:18:31.048Z+ rc=0
16542024-12-20T21:18:31.048Z+ pfexec pkg install -q /system/zones/brand/omicron1/tools
16552024-12-20T21:19:01.834Z+ case $rc in
16562024-12-20T21:19:01.834Z+ pfexec zfs create -p rpool/images/build/host
16572024-12-20T21:19:02.082Z+ pfexec zfs create -p rpool/images/build/recovery
16582024-12-20T21:19:02.166Z+ cargo xtask releng --output-dir /work
16592024-12-20T21:19:02.684Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.47s
16602024-12-20T21:19:02.701Z Running `target/debug/xtask releng --output-dir /work`
16612024-12-20T21:19:03.606Z Compiling proc-macro2 v1.0.89
16622024-12-20T21:19:03.606Z Compiling unicode-ident v1.0.13
16632024-12-20T21:19:03.607Z Compiling libc v0.2.162
16642024-12-20T21:19:03.607Z Compiling serde v1.0.215
16652024-12-20T21:19:03.609Z Compiling autocfg v1.4.0
16662024-12-20T21:19:03.610Z Compiling version_check v0.9.5
16672024-12-20T21:19:03.610Z Compiling cfg-if v1.0.0
16682024-12-20T21:19:03.867Z Compiling memchr v2.7.4
16692024-12-20T21:19:03.928Z Compiling typenum v1.17.0
16702024-12-20T21:19:03.970Z Compiling shlex v1.3.0
16712024-12-20T21:19:04.505Z Compiling generic-array v0.14.7
16722024-12-20T21:19:04.531Z Compiling value-bag v1.9.0
16732024-12-20T21:19:04.571Z Compiling lock_api v0.4.12
16742024-12-20T21:19:04.777Z Compiling scopeguard v1.2.0
16752024-12-20T21:19:04.923Z Compiling parking_lot_core v0.9.10
16762024-12-20T21:19:04.989Z Compiling log v0.4.22
16772024-12-20T21:19:05.295Z Compiling rustix v0.38.37
16782024-12-20T21:19:05.328Z Compiling serde_json v1.0.132
16792024-12-20T21:19:05.596Z Compiling quote v1.0.37
16802024-12-20T21:19:05.683Z Compiling libm v0.2.8
16812024-12-20T21:19:05.819Z Compiling jobserver v0.1.32
16822024-12-20T21:19:05.965Z Compiling syn v2.0.87
16832024-12-20T21:19:06.012Z Compiling getrandom v0.2.15
16842024-12-20T21:19:06.156Z Compiling num-traits v0.2.19
16852024-12-20T21:19:06.202Z Compiling cc v1.1.30
16862024-12-20T21:19:06.347Z Compiling thiserror v1.0.69
16872024-12-20T21:19:06.369Z Compiling once_cell v1.20.2
16882024-12-20T21:19:06.448Z Compiling spin v0.9.8
16892024-12-20T21:19:06.499Z Compiling itoa v1.0.11
16902024-12-20T21:19:06.595Z Compiling aho-corasick v1.1.3
16912024-12-20T21:19:06.783Z Compiling regex-syntax v0.8.5
16922024-12-20T21:19:06.855Z Compiling slab v0.4.9
16932024-12-20T21:19:07.006Z Compiling errno v0.3.9
16942024-12-20T21:19:07.326Z Compiling byteorder v1.5.0
16952024-12-20T21:19:07.609Z Compiling lazy_static v1.5.0
16962024-12-20T21:19:07.836Z Compiling rand_core v0.6.4
16972024-12-20T21:19:07.966Z Compiling glob v0.3.1
16982024-12-20T21:19:08.328Z Compiling either v1.13.0
16992024-12-20T21:19:08.730Z Compiling subtle v2.6.1
17002024-12-20T21:19:08.860Z Compiling clang-sys v1.8.1
17012024-12-20T21:19:08.883Z Compiling prettyplease v0.2.25
17022024-12-20T21:19:09.096Z Compiling minimal-lexical v0.2.1
17032024-12-20T21:19:09.381Z Compiling libloading v0.8.5
17042024-12-20T21:19:09.631Z Compiling nom v7.1.3
17052024-12-20T21:19:09.660Z Compiling bindgen v0.69.5
17062024-12-20T21:19:09.915Z Compiling home v0.5.9
17072024-12-20T21:19:11.213Z Compiling itertools v0.10.5
17082024-12-20T21:19:11.216Z Compiling regex-automata v0.4.8
17092024-12-20T21:19:11.216Z Compiling lazycell v1.3.0
17102024-12-20T21:19:11.331Z Compiling rustc-hash v1.1.0
17112024-12-20T21:19:11.544Z Compiling cmake v0.1.51
17122024-12-20T21:19:12.558Z Compiling fs_extra v1.3.0
17132024-12-20T21:19:12.986Z Compiling dunce v1.0.5
17142024-12-20T21:19:13.127Z Compiling semver v1.0.23
17152024-12-20T21:19:13.176Z Compiling smallvec v1.13.2
17162024-12-20T21:19:13.219Z Compiling cexpr v0.6.0
17172024-12-20T21:19:13.340Z Compiling pkg-config v0.3.31
17182024-12-20T21:19:13.579Z Compiling ring v0.17.8
17192024-12-20T21:19:13.723Z Compiling ryu v1.0.18
17202024-12-20T21:19:14.043Z Compiling synstructure v0.13.1
17212024-12-20T21:19:14.661Z Compiling paste v1.0.15
17222024-12-20T21:19:14.770Z Compiling const-oid v0.9.6
17232024-12-20T21:19:14.970Z Compiling httparse v1.9.5
17242024-12-20T21:19:15.345Z Compiling aws-lc-rs v1.10.0
17252024-12-20T21:19:16.088Z Compiling pin-project-lite v0.2.14
17262024-12-20T21:19:16.202Z Compiling heck v0.5.0
17272024-12-20T21:19:16.668Z Compiling regex v1.11.1
17282024-12-20T21:19:16.827Z Compiling allocator-api2 v0.2.18
17292024-12-20T21:19:17.026Z Compiling futures-core v0.3.31
17302024-12-20T21:19:17.374Z Compiling signal-hook-registry v1.4.2
17312024-12-20T21:19:17.923Z Compiling num-conv v0.1.0
17322024-12-20T21:19:18.029Z Compiling time-core v0.1.2
17332024-12-20T21:19:18.255Z Compiling crossbeam-utils v0.8.20
17342024-12-20T21:19:18.724Z Compiling time-macros v0.2.18
17352024-12-20T21:19:18.788Z Compiling parking_lot v0.12.3
17362024-12-20T21:19:18.963Z Compiling mio v1.0.2
17372024-12-20T21:19:19.074Z Compiling vcpkg v0.2.15
17382024-12-20T21:19:19.391Z Compiling schemars v0.8.21
17392024-12-20T21:19:19.625Z Compiling serde_derive v1.0.215
17402024-12-20T21:19:19.856Z Compiling zeroize_derive v1.4.2
17412024-12-20T21:19:20.838Z Compiling zerocopy-derive v0.7.35
17422024-12-20T21:19:20.954Z Compiling tokio-macros v2.4.0
17432024-12-20T21:19:20.986Z Compiling thiserror-impl v1.0.69
17442024-12-20T21:19:21.309Z Compiling zerofrom-derive v0.1.4
17452024-12-20T21:19:21.443Z Compiling zeroize v1.8.1
17462024-12-20T21:19:22.196Z Compiling yoke-derive v0.7.4
17472024-12-20T21:19:22.257Z Compiling futures-macro v0.3.31
17482024-12-20T21:19:22.399Z Compiling zerovec-derive v0.10.3
17492024-12-20T21:19:23.103Z Compiling displaydoc v0.2.5
17502024-12-20T21:19:24.030Z Compiling zerocopy v0.7.35
17512024-12-20T21:19:24.609Z Compiling crypto-common v0.1.6
17522024-12-20T21:19:24.806Z Compiling icu_provider_macros v1.5.0
17532024-12-20T21:19:24.841Z Compiling tracing-attributes v0.1.27
17542024-12-20T21:19:25.069Z Compiling block-buffer v0.10.4
17552024-12-20T21:19:25.141Z Compiling der_derive v0.7.3
17562024-12-20T21:19:25.312Z Compiling digest v0.10.7
17572024-12-20T21:19:25.817Z Compiling openssl-sys v0.9.103
17582024-12-20T21:19:26.004Z Compiling fnv v1.0.7
17592024-12-20T21:19:26.899Z Compiling serde_derive_internals v0.29.1
17602024-12-20T21:19:27.420Z Compiling socket2 v0.5.7
17612024-12-20T21:19:27.989Z Compiling ahash v0.8.11
17622024-12-20T21:19:29.271Z Compiling cpufeatures v0.2.14
17632024-12-20T21:19:29.378Z Compiling schemars_derive v0.8.21
17642024-12-20T21:19:29.381Z Compiling foldhash v0.1.3
17652024-12-20T21:19:29.437Z Compiling equivalent v1.0.1
17662024-12-20T21:19:29.599Z Compiling futures-sink v0.3.31
17672024-12-20T21:19:29.781Z Compiling hashbrown v0.15.1
17682024-12-20T21:19:30.039Z Compiling slog v2.7.0
17692024-12-20T21:19:30.316Z Compiling stable_deref_trait v1.2.0
17702024-12-20T21:19:31.460Z Compiling futures-channel v0.3.31
17712024-12-20T21:19:31.779Z Compiling zerofrom v0.1.4
17722024-12-20T21:19:31.846Z Compiling scroll_derive v0.12.0
17732024-12-20T21:19:32.034Z Compiling pin-utils v0.1.0
17742024-12-20T21:19:32.065Z Compiling futures-task v0.3.31
17752024-12-20T21:19:32.128Z Compiling futures-io v0.3.31
17762024-12-20T21:19:32.250Z Compiling openssl v0.10.66
17772024-12-20T21:19:32.408Z Compiling ucd-trie v0.1.7
17782024-12-20T21:19:32.529Z Compiling futures-util v0.3.31
17792024-12-20T21:19:32.561Z Compiling yoke v0.7.4
17802024-12-20T21:19:32.747Z Compiling pest v2.7.14
17812024-12-20T21:19:33.023Z Compiling hmac v0.12.1
17822024-12-20T21:19:33.302Z Compiling tinyvec_macros v0.1.1
17832024-12-20T21:19:33.454Z Compiling tinyvec v1.8.0
17842024-12-20T21:19:33.454Z Compiling zerovec v0.10.4
17852024-12-20T21:19:33.657Z Compiling bitflags v2.6.0
17862024-12-20T21:19:33.818Z Compiling bytes v1.8.0
17872024-12-20T21:19:35.782Z Compiling tokio v1.40.0
17882024-12-20T21:19:35.945Z Compiling serde_tokenstream v0.2.2
17892024-12-20T21:19:36.067Z Compiling indexmap v2.6.0
17902024-12-20T21:19:37.749Z Compiling http v1.1.0
17912024-12-20T21:19:38.141Z Compiling rustc_version v0.4.1
17922024-12-20T21:19:38.924Z Compiling which v4.4.2
17932024-12-20T21:19:39.742Z Compiling pest_meta v2.7.14
17942024-12-20T21:19:40.359Z Compiling uuid v1.11.0
17952024-12-20T21:19:43.039Z Compiling block-padding v0.3.3
17962024-12-20T21:19:43.406Z Compiling openssl-macros v0.1.1
17972024-12-20T21:19:44.186Z Compiling rustls v0.23.19
17982024-12-20T21:19:44.346Z Compiling iana-time-zone v0.1.61
17992024-12-20T21:19:44.350Z Compiling native-tls v0.2.12
18002024-12-20T21:19:44.697Z Compiling chrono v0.4.38
18012024-12-20T21:19:44.785Z Compiling inout v0.1.3
18022024-12-20T21:19:44.832Z Compiling pest_generator v2.7.14
18032024-12-20T21:19:45.123Z Compiling unicode-normalization v0.1.24
18042024-12-20T21:19:46.736Z Compiling cipher v0.4.4
18052024-12-20T21:19:46.816Z Compiling pest_derive v2.7.14
18062024-12-20T21:19:47.316Z Compiling tinystr v0.7.6
18072024-12-20T21:19:47.703Z Compiling sha2 v0.10.8
18082024-12-20T21:19:47.895Z Compiling async-trait v0.1.83
18092024-12-20T21:19:47.985Z Compiling usdt-impl v0.5.0
18102024-12-20T21:19:48.340Z Compiling cookie v0.18.1
18112024-12-20T21:19:48.388Z Compiling writeable v0.5.5
18122024-12-20T21:19:48.677Z Compiling litemap v0.7.3
18132024-12-20T21:19:49.525Z Compiling base64ct v1.6.0
18142024-12-20T21:19:49.620Z Compiling unicode-bidi v0.3.17
18152024-12-20T21:19:50.352Z Compiling icu_locid v1.5.0
18162024-12-20T21:19:50.446Z Compiling pem-rfc7468 v0.7.0
18172024-12-20T21:19:51.731Z Compiling scroll v0.12.0
18182024-12-20T21:19:52.686Z Compiling ppv-lite86 v0.2.20
18192024-12-20T21:19:52.946Z Compiling tracing-core v0.1.32
18202024-12-20T21:19:53.576Z Compiling percent-encoding v2.3.1
18212024-12-20T21:19:54.020Z Compiling untrusted v0.7.1
18222024-12-20T21:19:54.213Z Compiling syn v1.0.109
18232024-12-20T21:19:54.367Z Compiling aws-lc-sys v0.22.0
18242024-12-20T21:19:54.773Z Compiling camino v1.1.9
18252024-12-20T21:19:55.250Z Compiling plain v0.2.3
18262024-12-20T21:19:55.426Z Compiling dyn-clone v1.0.17
18272024-12-20T21:19:55.447Z Compiling flagset v0.4.6
18282024-12-20T21:19:55.694Z Compiling rustls-pki-types v1.10.0
18292024-12-20T21:19:55.729Z Compiling der v0.7.9
18302024-12-20T21:19:58.579Z Compiling goblin v0.8.2
18312024-12-20T21:19:59.109Z Compiling tracing v0.1.40
18322024-12-20T21:19:59.870Z Compiling rand_chacha v0.3.1
18332024-12-20T21:20:01.380Z Compiling icu_provider v1.5.0
18342024-12-20T21:20:02.198Z Compiling tokio-util v0.7.12
18352024-12-20T21:20:03.739Z Compiling icu_locid_transform_data v1.5.0
18362024-12-20T21:20:03.811Z Compiling pretty-hex v0.4.1
18372024-12-20T21:20:04.137Z Compiling rayon-core v1.12.1
18382024-12-20T21:20:04.393Z Compiling untrusted v0.9.0
18392024-12-20T21:20:04.466Z Compiling powerfmt v0.2.0
18402024-12-20T21:20:04.507Z Compiling rustls v0.22.4
18412024-12-20T21:20:04.518Z Compiling mirai-annotations v1.12.0
18422024-12-20T21:20:04.591Z Compiling dof v0.3.0
18432024-12-20T21:20:04.732Z Compiling deranged v0.3.11
18442024-12-20T21:20:04.937Z Compiling icu_locid_transform v1.5.0
18452024-12-20T21:20:07.497Z Compiling rand v0.8.5
18462024-12-20T21:20:07.837Z Compiling spki v0.7.3
18472024-12-20T21:20:08.378Z Compiling dtrace-parser v0.2.0
18482024-12-20T21:20:08.512Z Compiling salsa20 v0.10.2
18492024-12-20T21:20:09.167Z Compiling icu_collections v1.5.0
18502024-12-20T21:20:10.388Z Compiling pbkdf2 v0.12.2
18512024-12-20T21:20:11.931Z Compiling bzip2-sys v0.1.11+1.0.8
18522024-12-20T21:20:11.990Z Compiling thread-id v4.2.2
18532024-12-20T21:20:12.200Z Compiling icu_properties_data v1.5.0
18542024-12-20T21:20:12.756Z Compiling num_threads v0.1.7
18552024-12-20T21:20:13.290Z Compiling atomic-waker v1.1.2
18562024-12-20T21:20:13.396Z Compiling time v0.3.36
18572024-12-20T21:20:13.492Z Compiling icu_properties v1.5.1
18582024-12-20T21:20:18.506Z Compiling scrypt v0.11.0
18592024-12-20T21:20:19.108Z Compiling form_urlencoded v1.2.1
18602024-12-20T21:20:19.592Z Compiling aes v0.8.4
18612024-12-20T21:20:19.694Z Compiling cbc v0.1.2
18622024-12-20T21:20:19.972Z Compiling http-body v1.0.1
18632024-12-20T21:20:20.313Z Compiling multer v3.1.0
18642024-12-20T21:20:20.671Z Compiling write16 v1.0.0
18652024-12-20T21:20:20.727Z Compiling utf8_iter v1.0.4
18662024-12-20T21:20:21.115Z Compiling utf16_iter v1.0.5
18672024-12-20T21:20:21.187Z Compiling icu_normalizer_data v1.5.0
18682024-12-20T21:20:21.353Z Compiling slog-async v2.8.0
18692024-12-20T21:20:21.447Z Compiling try-lock v0.2.5
18702024-12-20T21:20:21.487Z Compiling icu_normalizer v1.5.0
18712024-12-20T21:20:21.739Z Compiling want v0.3.1
18722024-12-20T21:20:22.046Z Compiling pkcs5 v0.7.1
18732024-12-20T21:20:25.595Z Compiling h2 v0.4.6
18742024-12-20T21:20:27.183Z Compiling heapless v0.7.17
18752024-12-20T21:20:27.509Z Compiling zerocopy-derive v0.6.6
18762024-12-20T21:20:27.659Z Compiling num-bigint-dig v0.8.4
18772024-12-20T21:20:28.045Z Compiling base64 v0.22.1
18782024-12-20T21:20:28.222Z Compiling anyhow v1.0.93
18792024-12-20T21:20:29.050Z Compiling httpdate v1.0.3
18802024-12-20T21:20:29.304Z Compiling signal-hook v0.3.17
18812024-12-20T21:20:30.570Z Compiling pkcs8 v0.10.2
18822024-12-20T21:20:31.368Z Compiling idna_adapter v1.2.0
18832024-12-20T21:20:31.867Z Compiling usdt-macro v0.5.0
18842024-12-20T21:20:32.460Z Compiling usdt-attr-macro v0.5.0
18852024-12-20T21:20:33.979Z Compiling async-stream-impl v0.3.6
18862024-12-20T21:20:34.012Z Compiling tower-service v0.3.3
18872024-12-20T21:20:34.146Z Compiling rustversion v1.0.17
18882024-12-20T21:20:34.745Z Compiling hyper v1.5.0
18892024-12-20T21:20:34.935Z Compiling strsim v0.11.1
18902024-12-20T21:20:36.495Z Compiling idna v1.0.3
18912024-12-20T21:20:37.924Z Compiling hyper-util v0.1.10
18922024-12-20T21:20:44.058Z Compiling curve25519-dalek v4.1.3
18932024-12-20T21:20:44.080Z Compiling openapiv3 v2.0.0
18942024-12-20T21:20:44.458Z Compiling serde_spanned v0.6.8
18952024-12-20T21:20:44.461Z Compiling toml_datetime v0.6.8
18962024-12-20T21:20:44.756Z Compiling enum-as-inner v0.6.1
18972024-12-20T21:20:45.300Z Compiling dropshot v0.12.0
18982024-12-20T21:20:45.590Z Compiling adler2 v2.0.0
18992024-12-20T21:20:45.666Z Compiling foreign-types-shared v0.1.1
19002024-12-20T21:20:45.811Z Compiling match_cfg v0.1.0
19012024-12-20T21:20:45.945Z Compiling smoltcp v0.9.1
19022024-12-20T21:20:46.092Z Compiling portable-atomic v1.9.0
19032024-12-20T21:20:46.730Z Compiling heck v0.4.1
19042024-12-20T21:20:47.234Z Compiling foreign-types v0.3.2
19052024-12-20T21:20:47.383Z Compiling hostname v0.3.1
19062024-12-20T21:20:47.658Z Compiling miniz_oxide v0.8.0
19072024-12-20T21:20:49.193Z Compiling url v2.5.3
19082024-12-20T21:20:57.037Z Compiling http-body-util v0.1.2
19092024-12-20T21:20:57.345Z Compiling clap_derive v4.5.18
19102024-12-20T21:20:57.865Z Compiling dirs-sys-next v0.1.2
19112024-12-20T21:20:58.426Z Compiling encoding_rs v0.8.34
19122024-12-20T21:21:00.069Z Compiling data-encoding v2.6.0
19132024-12-20T21:21:02.183Z Compiling mime v0.3.17
19142024-12-20T21:21:02.761Z Compiling siphasher v0.3.11
19152024-12-20T21:21:03.453Z Compiling dirs-next v2.0.0
19162024-12-20T21:21:10.124Z Compiling hubpack_derive v0.1.1
19172024-12-20T21:21:10.730Z Compiling serde_urlencoded v0.7.1
19182024-12-20T21:21:11.043Z Compiling crossbeam-epoch v0.9.18
19192024-12-20T21:21:11.422Z Compiling hashbrown v0.14.5
19202024-12-20T21:21:11.843Z Compiling rustls-pemfile v2.2.0
19212024-12-20T21:21:12.456Z Compiling rustls-webpki v0.102.8
19222024-12-20T21:21:13.000Z Compiling dropshot_endpoint v0.12.0
19232024-12-20T21:21:13.900Z Compiling sha1 v0.10.6
19242024-12-20T21:21:14.188Z Compiling signature v2.2.0
19252024-12-20T21:21:14.294Z Compiling curve25519-dalek-derive v0.1.1
19262024-12-20T21:21:14.437Z Compiling thread_local v1.1.8
19272024-12-20T21:21:14.491Z Compiling fs-err v2.11.0
19282024-12-20T21:21:14.902Z Compiling anstyle v1.0.10
19292024-12-20T21:21:15.332Z Compiling openssl-probe v0.1.5
19302024-12-20T21:21:15.640Z Compiling utf8parse v0.2.2
19312024-12-20T21:21:15.686Z Compiling ipnet v2.10.1
19322024-12-20T21:21:17.044Z Compiling winnow v0.6.20
19332024-12-20T21:21:17.227Z Compiling unicode-properties v0.1.3
19342024-12-20T21:21:17.622Z Compiling gimli v0.31.1
19352024-12-20T21:21:18.821Z Compiling stringprep v0.1.5
19362024-12-20T21:21:19.863Z Compiling anstyle-parse v0.2.5
19372024-12-20T21:21:20.837Z Compiling toml_edit v0.22.22
19382024-12-20T21:21:21.607Z Compiling regress v0.10.1
19392024-12-20T21:21:22.712Z Compiling addr2line v0.24.2
19402024-12-20T21:21:23.382Z Compiling crossbeam-deque v0.8.5
19412024-12-20T21:21:23.736Z Compiling term v0.7.0
19422024-12-20T21:21:25.013Z Compiling slog-json v2.6.1
19432024-12-20T21:21:26.160Z Compiling crossbeam-channel v0.5.13
19442024-12-20T21:21:27.553Z Compiling idna v0.4.0
19452024-12-20T21:21:27.640Z Compiling idna v0.3.0
19462024-12-20T21:21:29.084Z Compiling futures-executor v0.3.31
19472024-12-20T21:21:29.131Z Compiling num-integer v0.1.46
19482024-12-20T21:21:29.153Z Compiling md-5 v0.10.6
19492024-12-20T21:21:29.414Z Compiling ff v0.13.0
19502024-12-20T21:21:29.561Z Compiling hash32 v0.2.1
19512024-12-20T21:21:29.635Z Compiling memmap v0.7.0
19522024-12-20T21:21:29.876Z Compiling is-terminal v0.4.13
19532024-12-20T21:21:29.941Z Compiling object v0.36.5
19542024-12-20T21:21:29.963Z Compiling anstyle-query v1.1.1
19552024-12-20T21:21:30.013Z Compiling is_terminal_polyfill v1.70.1
19562024-12-20T21:21:30.118Z Compiling take_mut v0.2.2
19572024-12-20T21:21:30.147Z Compiling psl-types v2.0.11
19582024-12-20T21:21:30.301Z Compiling linked-hash-map v0.5.6
19592024-12-20T21:21:30.371Z Compiling rustc-demangle v0.1.24
19602024-12-20T21:21:30.689Z Compiling fallible-iterator v0.2.0
19612024-12-20T21:21:31.437Z Compiling colorchoice v1.0.2
19622024-12-20T21:21:31.466Z Compiling base16ct v0.2.0
19632024-12-20T21:21:31.607Z Compiling quick-error v1.2.3
19642024-12-20T21:21:31.758Z Compiling utf-8 v0.7.6
19652024-12-20T21:21:31.778Z Compiling resolv-conf v0.7.0
19662024-12-20T21:21:31.920Z Compiling sec1 v0.7.3
19672024-12-20T21:21:32.060Z Compiling tungstenite v0.24.0
19682024-12-20T21:21:32.458Z Compiling anstream v0.6.15
19692024-12-20T21:21:32.509Z Compiling publicsuffix v2.2.3
19702024-12-20T21:21:32.772Z Compiling postgres-protocol v0.6.7
19712024-12-20T21:21:33.139Z Compiling lru-cache v0.1.2
19722024-12-20T21:21:33.947Z Compiling slog-term v2.9.1
19732024-12-20T21:21:34.106Z Compiling usdt v0.5.0
19742024-12-20T21:21:34.590Z Compiling num-iter v0.1.45
19752024-12-20T21:21:34.670Z Compiling group v0.13.0
19762024-12-20T21:21:34.787Z Compiling futures v0.3.31
19772024-12-20T21:21:35.077Z Compiling hickory-proto v0.24.1
19782024-12-20T21:21:35.853Z Compiling tokio-rustls v0.26.0
19792024-12-20T21:21:37.113Z Compiling typify-impl v0.2.0
19802024-12-20T21:21:37.142Z Compiling slog-bunyan v2.5.0
19812024-12-20T21:21:37.255Z Compiling tokio-rustls v0.25.0
19822024-12-20T21:21:37.344Z Compiling toml v0.8.19
19832024-12-20T21:21:37.533Z Compiling backtrace v0.3.74
19842024-12-20T21:21:37.701Z Compiling tokio-native-tls v0.3.1
19852024-12-20T21:21:38.048Z Compiling phf_shared v0.11.2
19862024-12-20T21:21:38.298Z Compiling strum_macros v0.25.3
19872024-12-20T21:21:38.773Z Compiling async-stream v0.3.6
19882024-12-20T21:21:39.081Z Compiling waitgroup v0.1.2
19892024-12-20T21:21:39.259Z Compiling webpki-roots v0.26.6
19902024-12-20T21:21:39.535Z Compiling idna v0.5.0
19912024-12-20T21:21:40.362Z Compiling terminal_size v0.4.0
19922024-12-20T21:21:40.590Z Compiling serde_path_to_error v0.1.16
19932024-12-20T21:21:41.408Z Compiling hkdf v0.12.4
19942024-12-20T21:21:41.598Z Compiling crypto-bigint v0.5.5
19952024-12-20T21:21:41.649Z Compiling serde_repr v0.1.19
19962024-12-20T21:21:41.861Z Compiling derive-where v1.2.7
19972024-12-20T21:21:42.859Z Compiling hostname v0.4.0
19982024-12-20T21:21:43.086Z Compiling crc32fast v1.4.2
19992024-12-20T21:21:43.594Z Compiling managed v0.8.0
20002024-12-20T21:21:43.753Z Compiling debug-ignore v1.0.5
20012024-12-20T21:21:44.016Z Compiling unicode-width v0.1.14
20022024-12-20T21:21:44.039Z Compiling bitflags v1.3.2
20032024-12-20T21:21:44.293Z Compiling clap_lex v0.7.2
20042024-12-20T21:21:44.744Z Compiling winnow v0.5.40
20052024-12-20T21:21:45.064Z Compiling elliptic-curve v0.13.8
20062024-12-20T21:21:45.220Z Compiling clap_builder v4.5.21
20072024-12-20T21:21:45.835Z Compiling console v0.15.8
20082024-12-20T21:21:48.542Z Compiling toml_edit v0.19.15
20092024-12-20T21:21:48.825Z Compiling flate2 v1.0.34
20102024-12-20T21:21:49.081Z Compiling typify-macro v0.2.0
20112024-12-20T21:21:49.376Z Compiling hickory-resolver v0.24.1
20122024-12-20T21:21:49.738Z Compiling cookie_store v0.21.0
20132024-12-20T21:21:54.136Z Compiling hyper-rustls v0.27.3
20142024-12-20T21:21:55.471Z Compiling phf v0.11.2
20152024-12-20T21:21:55.527Z Compiling hyper-tls v0.6.0
20162024-12-20T21:21:55.938Z Compiling signal-hook-mio v0.2.4
20172024-12-20T21:21:56.109Z Compiling rayon v1.10.0
20182024-12-20T21:21:56.183Z Compiling bzip2 v0.4.4
20192024-12-20T21:21:56.588Z Compiling postgres-types v0.2.8
20202024-12-20T21:21:56.817Z Compiling tokio-tungstenite v0.24.0
20212024-12-20T21:21:56.986Z Compiling ed25519 v2.2.3
20222024-12-20T21:21:57.378Z Compiling hubpack v0.1.2
20232024-12-20T21:21:57.470Z Compiling phf_shared v0.10.0
20242024-12-20T21:21:57.862Z Compiling pkcs1 v0.7.5
20252024-12-20T21:21:58.061Z Compiling zerocopy v0.6.6
20262024-12-20T21:21:58.106Z Compiling tokio-stream v0.1.16
20272024-12-20T21:21:59.181Z Compiling serde-big-array v0.5.1
20282024-12-20T21:21:59.202Z Compiling rfc6979 v0.4.0
20292024-12-20T21:21:59.396Z Compiling float-cmp v0.9.0
20302024-12-20T21:21:59.562Z Compiling sync_wrapper v1.0.1
20312024-12-20T21:21:59.719Z Compiling bstr v1.10.0
20322024-12-20T21:21:59.793Z Compiling normalize-line-endings v0.3.0
20332024-12-20T21:21:59.922Z Compiling precomputed-hash v0.1.1
20342024-12-20T21:21:59.946Z Compiling unicode-width v0.2.0
20352024-12-20T21:22:00.279Z Compiling predicates-core v1.0.8
20362024-12-20T21:22:00.591Z Compiling whoami v1.5.2
20372024-12-20T21:22:00.893Z Compiling new_debug_unreachable v1.0.6
20382024-12-20T21:22:00.931Z Compiling static_assertions v1.1.0
20392024-12-20T21:22:01.002Z Compiling number_prefix v0.4.0
20402024-12-20T21:22:01.191Z Compiling bit-vec v0.6.3
20412024-12-20T21:22:01.239Z Compiling fixedbitset v0.4.2
20422024-12-20T21:22:01.313Z Compiling unicode-segmentation v1.12.0
20432024-12-20T21:22:01.662Z Compiling difflib v0.4.0
20442024-12-20T21:22:01.685Z Compiling bit-set v0.5.3
20452024-12-20T21:22:01.968Z Compiling petgraph v0.6.5
20462024-12-20T21:22:02.182Z Compiling predicates v3.1.2
20472024-12-20T21:22:02.933Z Compiling similar v2.6.0
20482024-12-20T21:22:03.024Z Compiling reqwest v0.12.9
20492024-12-20T21:22:03.702Z Compiling indicatif v0.17.9
20502024-12-20T21:22:04.958Z Compiling gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=9bbac475dcaac88286c07a20b6bd3e94fc81d7f0#9bbac475)
20512024-12-20T21:22:05.940Z Compiling string_cache v0.8.7
20522024-12-20T21:22:06.069Z Compiling tokio-postgres v0.7.12
20532024-12-20T21:22:07.515Z Compiling ecdsa v0.16.9
20542024-12-20T21:22:08.553Z Compiling qorb v0.2.1
20552024-12-20T21:22:09.387Z Compiling rsa v0.9.6
20562024-12-20T21:22:11.029Z Compiling ed25519-dalek v2.1.1
20572024-12-20T21:22:11.588Z Compiling zip v0.6.6
20582024-12-20T21:22:11.844Z Compiling crossterm v0.28.1
20592024-12-20T21:22:12.282Z Compiling toml v0.7.8
20602024-12-20T21:22:12.499Z Compiling clap v4.5.21
20612024-12-20T21:22:14.766Z Compiling x509-cert v0.2.5
20622024-12-20T21:22:15.569Z Compiling hex v0.4.3
20632024-12-20T21:22:19.127Z Compiling peg-runtime v0.8.3
20642024-12-20T21:22:19.448Z Compiling lalrpop-util v0.19.12
20652024-12-20T21:22:19.672Z Compiling unicode-xid v0.2.6
20662024-12-20T21:22:20.219Z Compiling radium v0.7.0
20672024-12-20T21:22:20.726Z Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack)
20682024-12-20T21:22:37.461Z Compiling tap v1.0.1
20692024-12-20T21:22:38.659Z Compiling ident_case v1.0.1
20702024-12-20T21:22:38.848Z Compiling maybe-uninit v2.0.0
20712024-12-20T21:22:38.970Z Compiling darling_core v0.20.10
20722024-12-20T21:22:40.266Z Compiling wyz v0.5.1
20732024-12-20T21:22:49.255Z Compiling typify v0.2.0
20742024-12-20T21:22:53.569Z Compiling funty v2.0.0
20752024-12-20T21:22:54.262Z Compiling packed_struct v0.10.1
20762024-12-20T21:22:54.674Z Compiling unsafe-libyaml v0.2.11
20772024-12-20T21:22:54.765Z Compiling bitvec v1.0.1
20782024-12-20T21:22:56.043Z Compiling serde_yaml v0.9.34+deprecated
20792024-12-20T21:22:59.739Z Compiling progenitor-impl v0.8.0
20802024-12-20T21:23:00.593Z Compiling darling_macro v0.20.10
20812024-12-20T21:23:02.231Z Compiling packed_struct_codegen v0.10.1
20822024-12-20T21:23:04.739Z Compiling structmeta-derive v0.3.0
20832024-12-20T21:23:04.947Z Compiling indexmap v1.9.3
20842024-12-20T21:23:05.387Z Compiling newtype-uuid v1.1.3
20852024-12-20T21:23:05.681Z Compiling crc-catalog v2.4.0
20862024-12-20T21:23:05.850Z Compiling nodrop v0.1.14
20872024-12-20T21:23:05.874Z Compiling fastrand v2.1.1
20882024-12-20T21:23:06.544Z Compiling tempfile v3.13.0
20892024-12-20T21:23:06.636Z Compiling progenitor-macro v0.8.0
20902024-12-20T21:23:07.355Z Compiling structmeta v0.3.0
20912024-12-20T21:23:08.275Z Compiling array-init v0.0.4
20922024-12-20T21:23:08.662Z Compiling crc v3.2.1
20932024-12-20T21:23:13.985Z Compiling smallvec v0.6.14
20942024-12-20T21:23:15.365Z Compiling darling v0.20.10
20952024-12-20T21:23:21.028Z Compiling progenitor-client v0.8.0
20962024-12-20T21:23:23.560Z Compiling pin-project-internal v1.1.6
20972024-12-20T21:23:23.748Z Compiling dropshot v0.13.0
20982024-12-20T21:23:23.984Z Compiling bitfield v0.14.0
20992024-12-20T21:23:24.420Z Compiling base64 v0.21.7
21002024-12-20T21:23:24.624Z Compiling hashbrown v0.12.3
21012024-12-20T21:23:25.355Z Compiling termcolor v1.4.1
21022024-12-20T21:23:26.282Z Compiling same-file v1.0.6
21032024-12-20T21:23:34.442Z Compiling walkdir v2.5.0
21042024-12-20T21:23:35.084Z Compiling pin-project v1.1.6
21052024-12-20T21:23:36.586Z Compiling env_logger v0.10.2
21062024-12-20T21:23:37.571Z Compiling ron v0.8.1
21072024-12-20T21:23:38.352Z Compiling lpc55_areas v0.2.5 (https://github.com/oxidecomputer/lpc55_support#131520fc)
21082024-12-20T21:23:44.471Z Compiling progenitor v0.8.0
21092024-12-20T21:23:44.779Z Compiling serde_with_macros v3.11.0
21102024-12-20T21:23:45.104Z Compiling serde-hex v0.1.0
21112024-12-20T21:23:45.494Z Compiling tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc#e644a21a)
21122024-12-20T21:23:45.715Z Compiling parse-display-derive v0.10.0
21132024-12-20T21:23:47.410Z Compiling strum_macros v0.26.4
21142024-12-20T21:23:49.115Z Compiling snafu-derive v0.8.5
21152024-12-20T21:23:49.707Z Compiling hashbrown v0.13.2
21162024-12-20T21:23:50.339Z Compiling ipnetwork v0.20.0
21172024-12-20T21:23:51.140Z Compiling xattr v1.3.1
21182024-12-20T21:23:51.484Z Compiling dropshot_endpoint v0.13.0
21192024-12-20T21:23:51.834Z Compiling slog-error-chain-derive v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041)
21202024-12-20T21:23:52.605Z Compiling ring v0.16.20
21212024-12-20T21:23:52.737Z Compiling blake3 v1.5.4
21222024-12-20T21:23:53.357Z Compiling filetime v0.2.25
21232024-12-20T21:23:53.573Z Compiling instant v0.1.13
21242024-12-20T21:23:53.719Z Compiling buf-list v1.0.3
21252024-12-20T21:23:53.752Z Compiling lockfree-object-pool v0.1.6
21262024-12-20T21:23:53.873Z Compiling bumpalo v3.16.0
21272024-12-20T21:23:54.077Z Compiling simd-adler32 v0.3.7
21282024-12-20T21:23:54.245Z Compiling crc-any v2.5.0
21292024-12-20T21:23:54.755Z Compiling zip v2.1.3
21302024-12-20T21:23:54.969Z Compiling lpc55_sign v0.3.4 (https://github.com/oxidecomputer/lpc55_support#131520fc)
21312024-12-20T21:23:55.110Z Compiling zopfli v0.8.1
21322024-12-20T21:23:55.187Z Compiling snafu v0.8.5
21332024-12-20T21:23:55.231Z Compiling backoff v0.4.0
21342024-12-20T21:23:55.651Z Compiling tar v0.4.42
21352024-12-20T21:23:57.173Z Compiling slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041)
21362024-12-20T21:23:57.418Z Compiling strum v0.26.3
21372024-12-20T21:23:57.640Z Compiling object v0.30.4
21382024-12-20T21:23:59.332Z Compiling oxnet v0.1.0 (https://github.com/oxidecomputer/oxnet#7dacd265)
21392024-12-20T21:24:01.292Z Compiling parse-display v0.10.0
21402024-12-20T21:24:01.553Z Compiling serde_with v3.11.0
21412024-12-20T21:24:03.078Z Compiling tlvc-text v0.3.0 (https://github.com/oxidecomputer/tlvc#e644a21a)
21422024-12-20T21:24:03.302Z Compiling omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds)
21432024-12-20T21:24:03.896Z Compiling api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity)
21442024-12-20T21:24:04.586Z Compiling mg-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=93cd0d642cf1b58f9f4528275e2a2aa758e9feb3#93cd0d64)
21452024-12-20T21:24:04.606Z Compiling camino-tempfile v1.1.1
21462024-12-20T21:24:05.320Z Compiling globset v0.4.15
21472024-12-20T21:24:05.878Z Compiling serde_human_bytes v0.1.0 (https://github.com/oxidecomputer/serde_human_bytes?branch=main#0a097945)
21482024-12-20T21:24:06.077Z Compiling regress v0.9.1
21492024-12-20T21:24:09.990Z Compiling pem v3.0.4
21502024-12-20T21:24:10.812Z Compiling olpc-cjson v0.1.4
21512024-12-20T21:24:11.170Z Compiling serde_plain v1.0.2
21522024-12-20T21:24:11.441Z Compiling macaddr v1.0.1
21532024-12-20T21:24:11.702Z Compiling async-recursion v1.1.1
21542024-12-20T21:24:12.002Z Compiling memmap2 v0.9.5
21552024-12-20T21:24:12.088Z Compiling constant_time_eq v0.3.1
21562024-12-20T21:24:12.275Z Compiling typed-path v0.9.3
21572024-12-20T21:24:12.609Z Compiling path-slash v0.1.5
21582024-12-20T21:24:12.629Z Compiling spin v0.5.2
21592024-12-20T21:24:12.857Z Compiling arrayref v0.3.9
21602024-12-20T21:24:12.900Z Compiling arrayvec v0.7.6
21612024-12-20T21:24:13.013Z Compiling hubtools v0.4.6 (https://github.com/oxidecomputer/hubtools.git?branch=main#f48e2da0)
21622024-12-20T21:24:13.185Z Compiling omicron-common v0.1.0 (/work/oxidecomputer/omicron/common)
21632024-12-20T21:24:16.203Z Compiling tough v0.19.0
21642024-12-20T21:24:19.537Z Compiling itertools v0.13.0
21652024-12-20T21:24:19.732Z Compiling cargo-platform v0.1.8
21662024-12-20T21:24:20.244Z Compiling topological-sort v0.2.2
21672024-12-20T21:24:20.530Z Compiling parse-size v1.1.0
21682024-12-20T21:24:20.838Z Compiling omicron-zone-package v0.11.1
21692024-12-20T21:24:20.856Z Compiling cargo_metadata v0.18.1
21702024-12-20T21:24:23.246Z Compiling shell-words v1.1.0
21712024-12-20T21:24:26.541Z Compiling tufaceous-lib v0.1.0 (/work/oxidecomputer/omicron/tufaceous-lib)
21722024-12-20T21:24:40.173Z Compiling omicron-releng v0.1.0 (/work/oxidecomputer/omicron/dev-tools/releng)
21732024-12-20T21:24:55.376Z Finished `release` profile [optimized] target(s) in 5m 52s
21742024-12-20T21:24:55.540Z Running `target/release/omicron-releng --output-dir /work`
21752024-12-20T21:24:55.589ZDec 20 21:24:54.863 DEBG changing working directory to /work/oxidecomputer/omicron
21762024-12-20T21:24:55.691ZDec 20 21:24:54.967 DEBG running: git rev-parse HEAD
21772024-12-20T21:24:55.699ZDec 20 21:24:54.974 DEBG process exited with exit status: 0 (6.764009ms)
21782024-12-20T21:24:55.699ZDec 20 21:24:54.974 INFO version: 12.0.0-0.ci+gitf0c692d7aa8
21792024-12-20T21:24:55.738ZDec 20 21:24:55.015 INFO cloning helios to /work/oxidecomputer/helios
21802024-12-20T21:24:55.738ZDec 20 21:24:55.015 DEBG running: git clone https://github.com/oxidecomputer/helios.git /work/oxidecomputer/helios
21812024-12-20T21:24:55.744ZCloning into '/work/oxidecomputer/helios'...
21822024-12-20T21:24:56.268ZDec 20 21:24:55.545 DEBG process exited with exit status: 0 (529.977485ms)
21832024-12-20T21:24:56.269ZDec 20 21:24:55.545 DEBG running: git -C /work/oxidecomputer/helios status --branch '--porcelain=2'
21842024-12-20T21:24:56.277Z# branch.oid 68aae52278cdbc7049c703b3b0eb76173cee9067
21852024-12-20T21:24:56.277Z# branch.head master
21862024-12-20T21:24:56.277Z# branch.upstream origin/master
21872024-12-20T21:24:56.277Z# branch.ab +0 -0
21882024-12-20T21:24:56.280ZDec 20 21:24:55.553 DEBG process exited with exit status: 0 (8.038041ms)
21892024-12-20T21:24:56.280ZDec 20 21:24:55.553 DEBG running: pkg verify -q /system/zones/brand/omicron1/tools
21902024-12-20T21:24:57.139ZDec 20 21:24:56.415 DEBG process exited with exit status: 0 (861.50479ms)
21912024-12-20T21:24:57.139ZDec 20 21:24:56.415 DEBG running: zfs list rpool/images/build/host
21922024-12-20T21:24:57.148ZNAME USED AVAIL REFER MOUNTPOINT
21932024-12-20T21:24:57.148Zrpool/images/build/host 24K 152G 24K /rpool/images/build/host
21942024-12-20T21:24:57.151ZDec 20 21:24:56.425 DEBG process exited with exit status: 0 (10.646441ms)
21952024-12-20T21:24:57.151ZDec 20 21:24:56.426 DEBG running: zfs list rpool/images/build/recovery
21962024-12-20T21:24:57.159ZNAME USED AVAIL REFER MOUNTPOINT
21972024-12-20T21:24:57.159Zrpool/images/build/recovery 24K 152G 24K /rpool/images/build/recovery
21982024-12-20T21:24:57.162ZDec 20 21:24:56.436 DEBG process exited with exit status: 0 (10.50909ms)
21992024-12-20T21:24:57.162ZDec 20 21:24:56.437 INFO [hubris-staging] running task
22002024-12-20T21:24:57.162ZDec 20 21:24:56.437 INFO [hubris-production] running task
22012024-12-20T21:24:57.162ZDec 20 21:24:56.438 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
22022024-12-20T21:24:57.165ZDec 20 21:24:56.442 INFO [helios-setup] running: BUILD_OS=no PWD=/work/oxidecomputer/helios ptime -m gmake setup
22032024-12-20T21:24:57.249Z[ helios-setup] cd tools/helios-build && cargo build --quiet
22042024-12-20T21:24:57.658Z[ omicron-package] Blocking waiting for file lock on package cache
22052024-12-20T21:24:58.313Z[ omicron-package] Blocking waiting for file lock on package cache
22062024-12-20T21:24:58.581Z[ omicron-package] Blocking waiting for file lock on package cache
22072024-12-20T21:24:58.909ZDec 20 21:24:58.185 INFO [hubris-production] task succeeded (1.747483835s)
22082024-12-20T21:24:59.449Z[ omicron-package] Compiling zerocopy v0.8.10
22092024-12-20T21:24:59.452Z[ omicron-package] Compiling proc-macro-crate v1.3.1
22102024-12-20T21:24:59.453Z[ omicron-package] Compiling itertools v0.13.0
22112024-12-20T21:24:59.453Z[ omicron-package] Compiling zerocopy-derive v0.8.10
22122024-12-20T21:24:59.453Z[ omicron-package] Compiling heapless v0.8.0
22132024-12-20T21:24:59.453Z[ omicron-package] Compiling hash32 v0.3.1
22142024-12-20T21:24:59.453Z[ omicron-package] Compiling nvpair-sys v0.4.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
22152024-12-20T21:24:59.453Z[ omicron-package] Compiling smoltcp v0.11.0
22162024-12-20T21:25:00.802Z[ omicron-package] Compiling proc-macro-error-attr v1.0.4
22172024-12-20T21:25:00.929Z[ omicron-package] Compiling num_enum_derive v0.5.11
22182024-12-20T21:25:01.295Z[ omicron-package] Compiling libdlpi-sys v0.1.0 (https://github.com/oxidecomputer/dlpi-sys#1d587ea9)
22192024-12-20T21:25:01.377Z[ omicron-package] Compiling cobs v0.2.3
22202024-12-20T21:25:02.061Z[ omicron-package] Compiling postcard v1.0.10
22212024-12-20T21:25:02.454Z[ omicron-package] Compiling opte v0.1.0 (https://github.com/oxidecomputer/opte?rev=b56afeeb14e0042cbd7bda85b166ed86ee17820e#b56afeeb)
22222024-12-20T21:25:02.542Z[ omicron-package] Compiling proc-macro-error v1.0.4
22232024-12-20T21:25:02.698Z[ omicron-package] Compiling foreign-types-macros v0.2.3
22242024-12-20T21:25:03.429Z[ omicron-package] Compiling illumos-sys-hdrs v0.1.0 (https://github.com/oxidecomputer/opte?rev=b56afeeb14e0042cbd7bda85b166ed86ee17820e#b56afeeb)
22252024-12-20T21:25:03.553Z[ omicron-package] Compiling foreign-types-shared v0.3.1
22262024-12-20T21:25:04.475Z[ omicron-package] Compiling tabwriter v1.4.0
22272024-12-20T21:25:04.816Z[ omicron-package] Compiling rusty-doors-macros v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495)
22282024-12-20T21:25:04.899Z[ omicron-package] Compiling num_enum v0.5.11
22292024-12-20T21:25:05.341Z[ omicron-package] Compiling cstr-argument v0.1.2
22302024-12-20T21:25:05.583Z[ omicron-package] Compiling foreign-types v0.5.0
22312024-12-20T21:25:05.978Z[ omicron-package] Compiling kstat-macro v0.1.0 (https://github.com/oxidecomputer/opte?rev=b56afeeb14e0042cbd7bda85b166ed86ee17820e#b56afeeb)
22322024-12-20T21:25:05.978Z[ omicron-package] Compiling pretty-hex v0.2.1
22332024-12-20T21:25:06.215Z[ omicron-package] Compiling thiserror v2.0.3
22342024-12-20T21:25:06.321Z[ omicron-package] Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys#e07ad764)
22352024-12-20T21:25:06.483Z[ omicron-package] Compiling crucible-workspace-hack v0.1.0
22362024-12-20T21:25:06.590Z[ omicron-package] Compiling ingot-macros v0.1.0 (https://github.com/oxidecomputer/ingot.git?rev=bff93247fe75ff889121e39d494cc3805fc01906#bff93247)
22372024-12-20T21:25:06.744Z[ omicron-package] Compiling rusty-doors v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495)
22382024-12-20T21:25:07.206Z[ omicron-package] Compiling dlpi v0.2.0 (https://github.com/oxidecomputer/dlpi-sys#1d587ea9)
22392024-12-20T21:25:07.611Z[ omicron-package] Compiling nvpair v0.5.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
22402024-12-20T21:25:07.745Z[ omicron-package] Compiling colored v2.1.0
22412024-12-20T21:25:07.957Z[ omicron-package] Compiling thiserror-impl v2.0.3
22422024-12-20T21:25:09.140Z[ omicron-package] Compiling poptrie v0.1.0 (https://github.com/oxidecomputer/poptrie?branch=multipath#ca52bef3)
22432024-12-20T21:25:09.339Z[ omicron-package] Compiling zone_cfg_derive v0.3.0
22442024-12-20T21:25:10.307Z[ omicron-package] Compiling bhyve_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=d4529fd8247386b422b78e1203315d5baea5ea8b#d4529fd8)
22452024-12-20T21:25:10.767Z[ omicron-package] Compiling sigpipe v0.1.3
22462024-12-20T21:25:11.117Z[ omicron-package] Compiling num-derive v0.4.2
22472024-12-20T21:25:11.155ZDec 20 21:25:10.430 INFO [hubris-staging] task succeeded (13.993139833s)
22482024-12-20T21:25:11.480Z[ omicron-package] Compiling libefi-sys v0.1.0
22492024-12-20T21:25:12.328Z[ omicron-package] Compiling illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils)
22502024-12-20T21:25:12.499Z[ omicron-package] Compiling zone v0.3.0
22512024-12-20T21:25:13.527Z[ omicron-package] Compiling bhyve_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=d4529fd8247386b422b78e1203315d5baea5ea8b#d4529fd8)
22522024-12-20T21:25:13.785Z[ omicron-package] Compiling oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog)
22532024-12-20T21:25:14.146Z[ omicron-package] Compiling smf v0.2.3
22542024-12-20T21:25:14.448Z[ omicron-package] Compiling tofino v0.1.0 (https://github.com/oxidecomputer/tofino?branch=main#1b66b89c)
22552024-12-20T21:25:14.898Z[ omicron-package] Compiling crucible-smf v0.0.0 (https://github.com/oxidecomputer/crucible?rev=5a41b826171c7d2a8412fa833377ab1df25ee8ec#5a41b826)
22562024-12-20T21:25:15.197Z[ omicron-package] Compiling bitfield-struct v0.6.2
22572024-12-20T21:25:17.502Z[ omicron-package] Compiling libnvme-sys v0.0.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221)
22582024-12-20T21:25:17.532Z[ omicron-package] Compiling illumos-devinfo v0.1.0 (https://github.com/oxidecomputer/illumos-devinfo?branch=main#4323b17b)
22592024-12-20T21:25:17.808Z[ omicron-package] Compiling nvme v0.1.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221)
22602024-12-20T21:25:17.858Z[ omicron-package] Compiling ingot-types v0.1.0 (https://github.com/oxidecomputer/ingot.git?rev=bff93247fe75ff889121e39d494cc3805fc01906#bff93247)
22612024-12-20T21:25:17.935Z[ omicron-package] Compiling libefi-illumos v0.1.0 (https://github.com/oxidecomputer/libefi-illumos?branch=master#54c398c1)
22622024-12-20T21:25:18.137Z[ omicron-package] Compiling gethostname v0.5.0
22632024-12-20T21:25:18.236Z[ omicron-package] Compiling libnvme v0.1.1 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221)
22642024-12-20T21:25:19.095Z[ omicron-package] Compiling ingot v0.1.0 (https://github.com/oxidecomputer/ingot.git?rev=bff93247fe75ff889121e39d494cc3805fc01906#bff93247)
22652024-12-20T21:25:21.188Z[ omicron-package] Compiling opte-api v0.1.0 (https://github.com/oxidecomputer/opte?rev=b56afeeb14e0042cbd7bda85b166ed86ee17820e#b56afeeb)
22662024-12-20T21:25:22.633Z[ omicron-package] Compiling oxide-vpc v0.1.0 (https://github.com/oxidecomputer/opte?rev=b56afeeb14e0042cbd7bda85b166ed86ee17820e#b56afeeb)
22672024-12-20T21:25:24.074Z[ omicron-package] Compiling opte-ioctl v0.1.0 (https://github.com/oxidecomputer/opte?rev=b56afeeb14e0042cbd7bda85b166ed86ee17820e#b56afeeb)
22682024-12-20T21:25:26.931Z[ omicron-package] Compiling sled-hardware-types v0.1.0 (/work/oxidecomputer/omicron/sled-hardware/types)
22692024-12-20T21:25:27.574Z[ omicron-package] Compiling sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware)
22702024-12-20T21:25:29.278Z[ omicron-package] Compiling omicron-package v0.1.0 (/work/oxidecomputer/omicron/package)
22712024-12-20T21:25:38.932Z[ helios-setup] Dec 20 21:25:38.204 INFO helios repository root is: /work/oxidecomputer/helios
22722024-12-20T21:25:38.934Z[ helios-setup] Dec 20 21:25:38.207 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
22732024-12-20T21:25:38.934Z[ helios-setup] Dec 20 21:25:38.207 INFO cloning https://github.com/illumos/image-builder.git at "/work/oxidecomputer/helios/projects/image-builder"..., project: image-builder
22742024-12-20T21:25:38.938Z[ helios-setup] Cloning into '/work/oxidecomputer/helios/projects/image-builder'...
22752024-12-20T21:25:39.723Z[ helios-setup] Dec 20 21:25:38.994 INFO clone ok!, project: image-builder
22762024-12-20T21:25:39.726Z[ helios-setup] Dec 20 21:25:38.994 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
22772024-12-20T21:25:39.726Z[ helios-setup] Dec 20 21:25:38.994 INFO cloning https://github.com/oxidecomputer/boot-image-tools.git at "/work/oxidecomputer/helios/projects/bootserver"..., project: bootserver
22782024-12-20T21:25:39.729Z[ helios-setup] Cloning into '/work/oxidecomputer/helios/projects/bootserver'...
22792024-12-20T21:25:40.315Z[ helios-setup] Dec 20 21:25:39.587 INFO clone ok!, project: bootserver
22802024-12-20T21:25:40.317Z[ helios-setup] Dec 20 21:25:39.587 INFO skipping project "omnios-extra" because "BUILD_OS" is set to "no"
22812024-12-20T21:25:40.317Z[ helios-setup] Dec 20 21:25:39.587 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
22822024-12-20T21:25:40.317Z[ helios-setup] Dec 20 21:25:39.587 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
22832024-12-20T21:25:40.320Z[ helios-setup] Cloning into '/work/oxidecomputer/helios/projects/amd-host-image-builder'...
22842024-12-20T21:25:41.318Z[ helios-setup] Submodule 'amd-firmware' (git@github.com:oxidecomputer/amd-firmware.git) registered for path 'amd-firmware'
22852024-12-20T21:25:41.327Z[ helios-setup] Cloning into '/work/oxidecomputer/helios/projects/amd-host-image-builder/amd-firmware'...
22862024-12-20T21:25:47.236Z[ helios-setup] Submodule path 'amd-firmware': checked out '7a9b5f6729edd91286f20e794f130fd370ed2fbe'
22872024-12-20T21:25:47.246Z[ helios-setup] Dec 20 21:25:46.518 INFO clone ok!, project: amd-host-image-builder
22882024-12-20T21:25:47.249Z[ helios-setup] Dec 20 21:25:46.518 INFO skipping project "omnios-build" because "BUILD_OS" is set to "no"
22892024-12-20T21:25:47.249Z[ helios-setup] Dec 20 21:25:46.518 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
22902024-12-20T21:25:47.249Z[ helios-setup] Dec 20 21:25:46.518 INFO cloning https://github.com/oxidecomputer/pinprick.git at "/work/oxidecomputer/helios/projects/pinprick"..., project: pinprick
22912024-12-20T21:25:47.251Z[ helios-setup] Cloning into '/work/oxidecomputer/helios/projects/pinprick'...
22922024-12-20T21:25:47.722Z[ helios-setup] Dec 20 21:25:46.994 INFO clone ok!, project: pinprick
22932024-12-20T21:25:47.728Z[ helios-setup] Dec 20 21:25:46.994 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
22942024-12-20T21:25:47.728Z[ helios-setup] Dec 20 21:25:46.994 INFO cloning https://github.com/oxidecomputer/phbl.git at "/work/oxidecomputer/helios/projects/phbl"..., project: phbl
22952024-12-20T21:25:47.728Z[ helios-setup] Cloning into '/work/oxidecomputer/helios/projects/phbl'...
22962024-12-20T21:25:48.078Z[ omicron-package] Finished `release` profile [optimized] target(s) in 50.90s
22972024-12-20T21:25:48.215Z[ helios-setup] Dec 20 21:25:47.487 INFO clone ok!, project: phbl
22982024-12-20T21:25:48.218Z[ helios-setup] Dec 20 21:25:47.487 INFO skipping project "illumos" because "BUILD_OS" is set to "no"
22992024-12-20T21:25:48.218Z[ helios-setup] Dec 20 21:25:47.487 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
23002024-12-20T21:25:48.218Z[ helios-setup] Dec 20 21:25:47.487 INFO cloning git@github.com:oxidecomputer/chelsio-t6-roms.git at "/work/oxidecomputer/helios/projects/chelsio-t6-roms"..., project: chelsio-t6-roms
23012024-12-20T21:25:48.220Z[ helios-setup] Cloning into '/work/oxidecomputer/helios/projects/chelsio-t6-roms'...
23022024-12-20T21:25:48.338Z[ omicron-package]
23032024-12-20T21:25:48.338Z[ omicron-package] real 51.124686356
23042024-12-20T21:25:48.341Z[ omicron-package] user 2:56.298024054
23052024-12-20T21:25:48.341Z[ omicron-package] sys 26.111908768
23062024-12-20T21:25:48.341Z[ omicron-package] trap 0.271516432
23072024-12-20T21:25:48.341Z[ omicron-package] tflt 0.395628209
23082024-12-20T21:25:48.341Z[ omicron-package] dflt 0.794046933
23092024-12-20T21:25:48.341Z[ omicron-package] kflt 0.000197852
23102024-12-20T21:25:48.341Z[ omicron-package] lock 6:10.156322768
23112024-12-20T21:25:48.341Z[ omicron-package] slp 10:05.230513664
23122024-12-20T21:25:48.341ZDec 20 21:25:47.609 INFO [omicron-package] process exited with exit status: 0 (51.171417658s)[ omicron-package] lat 1:36.126249777
23132024-12-20T21:25:48.341Z
23142024-12-20T21:25:48.341Z[ omicron-package] stop 1:04.195138671
23152024-12-20T21:25:48.341ZDec 20 21:25:47.610 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
23162024-12-20T21:25:48.405ZDec 20 21:25:47.676 INFO [recovery-target] running: /work/oxidecomputer/omicron/target/release/omicron-package --target recovery --artifacts /work/artifacts-recovery target create --image trampoline
23172024-12-20T21:25:48.417Z[ host-target] Logging to: /work/oxidecomputer/omicron/out/LOG
23182024-12-20T21:25:48.420Z[ host-target] Created new build target 'host' and set it as active
23192024-12-20T21:25:48.420ZDec 20 21:25:47.691 INFO [host-target] process exited with exit status: 0 (81.367596ms)
23202024-12-20T21:25:48.420ZDec 20 21:25:47.691 INFO [host-package] running: /work/oxidecomputer/omicron/target/release/omicron-package --target host --artifacts /work/oxidecomputer/omicron/out package
23212024-12-20T21:25:48.425Z[ recovery-target] Created new build target 'recovery' and set it as active
23222024-12-20T21:25:48.428Z[ recovery-target] Logging to: /work/artifacts-recovery/LOG
23232024-12-20T21:25:48.428ZDec 20 21:25:47.699 INFO [recovery-target] process exited with exit status: 0 (22.102739ms)
23242024-12-20T21:25:48.434Z[ host-package] Logging to: /work/oxidecomputer/omicron/out/LOG
23252024-12-20T21:25:49.067Z[ helios-setup] Dec 20 21:25:48.339 INFO clone ok!, project: chelsio-t6-roms
23262024-12-20T21:25:49.070Z[ helios-setup] Dec 20 21:25:48.339 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
23272024-12-20T21:25:49.070Z[ helios-setup] Dec 20 21:25:48.339 INFO cloning git@github.com:oxidecomputer/pilot.git at "/work/oxidecomputer/helios/projects/pilot"..., project: pilot
23282024-12-20T21:25:49.073Z[ helios-setup] Cloning into '/work/oxidecomputer/helios/projects/pilot'...
23292024-12-20T21:25:49.594Z[ host-package] Compiling convert_case v0.4.0
23302024-12-20T21:25:49.594Z[ host-package] Compiling omicron-rpaths v0.1.0 (/work/oxidecomputer/omicron/rpaths)
23312024-12-20T21:25:49.599Z[ host-package] Compiling newline-converter v0.3.0
23322024-12-20T21:25:49.599Z[ host-package] Compiling password-hash v0.5.0
23332024-12-20T21:25:49.599Z[ host-package] Compiling progenitor-client v0.8.0
23342024-12-20T21:25:49.599Z[ host-package] Compiling blake2 v0.10.6
23352024-12-20T21:25:49.599Z[ host-package] Compiling pq-sys v0.4.6 (https://github.com/oxidecomputer/pq-sys?branch=oxide/omicron#b1194c19)
23362024-12-20T21:25:49.600Z[ host-package] Compiling atomicwrites v0.4.4
23372024-12-20T21:25:49.882Z[ helios-setup] Dec 20 21:25:49.154 INFO clone ok!, project: pilot
23382024-12-20T21:25:49.885Z[ helios-setup] Dec 20 21:25:49.154 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
23392024-12-20T21:25:49.885Z[ helios-setup] Dec 20 21:25:49.154 INFO cloning git@github.com:oxidecomputer/amd-firmware.git at "/work/oxidecomputer/helios/projects/amd-firmware"..., project: amd-firmware
23402024-12-20T21:25:49.888Z[ helios-setup] Cloning into '/work/oxidecomputer/helios/projects/amd-firmware'...
23412024-12-20T21:25:49.997Z[ host-package] Compiling expectorate v1.1.0
23422024-12-20T21:25:50.060Z[ host-package] Compiling cancel-safe-futures v0.1.5
23432024-12-20T21:25:50.196Z[ host-package] Compiling owo-colors v4.1.0
23442024-12-20T21:25:50.261Z[ host-package] Compiling num-rational v0.4.2
23452024-12-20T21:25:50.370Z[ host-package] Compiling argon2 v0.5.3
23462024-12-20T21:25:50.418Z[ host-package] Compiling progenitor v0.8.0
23472024-12-20T21:25:50.437Z[ host-package] Compiling derive_more v0.99.18
23482024-12-20T21:25:50.554Z[ host-package] Compiling num-complex v0.4.6
23492024-12-20T21:25:50.964Z[ host-package] Compiling libsw v3.3.1
23502024-12-20T21:25:51.336Z[ host-package] Compiling omicron-passwords v0.1.0 (/work/oxidecomputer/omicron/passwords)
23512024-12-20T21:25:51.407Z[ host-package] Compiling linear-map v1.2.0
23522024-12-20T21:25:51.884Z[ host-package] Compiling num v0.4.3
23532024-12-20T21:25:51.953Z[ host-package] Compiling indent_write v2.2.0
23542024-12-20T21:25:51.976Z[ host-package] Compiling float-ord v0.3.2
23552024-12-20T21:25:51.976Z[ host-package] Compiling swrite v0.1.0
23562024-12-20T21:25:52.018Z[ host-package] Compiling nexus-sled-agent-shared v0.1.0 (/work/oxidecomputer/omicron/nexus-sled-agent-shared)
23572024-12-20T21:25:52.139Z[ host-package] Compiling internal-dns-types v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types)
23582024-12-20T21:25:52.173Z[ host-package] Compiling oximeter-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/types)
23592024-12-20T21:25:52.220Z[ host-package] Compiling gateway-client v0.1.0 (/work/oxidecomputer/omicron/clients/gateway-client)
23602024-12-20T21:25:52.842Z[ host-package] Compiling highway v1.2.0
23612024-12-20T21:25:52.855Z[ host-package] Compiling semver v0.1.20
23622024-12-20T21:25:53.470Z[ host-package] Compiling update-engine v0.1.0 (/work/oxidecomputer/omicron/update-engine)
23632024-12-20T21:25:53.870Z[ host-package] Compiling rustc_version v0.1.7
23642024-12-20T21:25:54.290Z[ host-package] Compiling tungstenite v0.21.0
23652024-12-20T21:25:54.317Z[ host-package] Compiling newtype_derive v0.1.6
23662024-12-20T21:25:54.669Z[ host-package] Compiling newtype-uuid v1.1.3
23672024-12-20T21:25:55.174Z[ host-package] Compiling dropshot v0.13.0
23682024-12-20T21:25:55.255Z[ host-package] Compiling ipnetwork v0.20.0
23692024-12-20T21:25:56.070Z[ host-package] Compiling tokio-tungstenite v0.21.0
23702024-12-20T21:25:56.790Z[ host-package] Compiling instant v0.1.13
23712024-12-20T21:25:56.987Z[ host-package] Compiling oxql-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/oxql-types)
23722024-12-20T21:25:57.458Z[ host-package] Compiling clickhouse-admin-types v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types)
23732024-12-20T21:25:58.765Z[ helios-setup] Dec 20 21:25:58.035 INFO clone ok!, project: amd-firmware
23742024-12-20T21:25:58.768Z[ helios-setup] Dec 20 21:25:58.036 INFO exec: ["/usr/bin/pkgrepo", "create", "/work/oxidecomputer/helios/packages/os"], pwd: None
23752024-12-20T21:25:59.567Z[ helios-setup] Dec 20 21:25:58.838 INFO exec: ["/usr/bin/pkgrepo", "add-publisher", "-s", "/work/oxidecomputer/helios/packages/os", "helios-dev"], pwd: None
23762024-12-20T21:25:59.735Z[ host-package] Compiling humantime v2.1.0
23772024-12-20T21:26:00.154Z[ helios-setup] Dec 20 21:25:59.424 INFO repository /work/oxidecomputer/helios/packages/os for publisher helios-dev created
23782024-12-20T21:26:00.157Z[ helios-setup] Dec 20 21:25:59.424 INFO exec: ["/usr/bin/pkgrepo", "create", "/work/oxidecomputer/helios/packages/other"], pwd: None
23792024-12-20T21:26:00.564Z[ host-package] Compiling backoff v0.4.0
23802024-12-20T21:26:00.704Z[ helios-setup] Dec 20 21:25:59.974 INFO exec: ["/usr/bin/pkgrepo", "add-publisher", "-s", "/work/oxidecomputer/helios/packages/other", "helios-dev"], pwd: None
23812024-12-20T21:26:00.817Z[ host-package] Compiling oxnet v0.1.0 (https://github.com/oxidecomputer/oxnet#7dacd265)
23822024-12-20T21:26:01.254Z[ helios-setup] Dec 20 21:26:00.524 INFO repository /work/oxidecomputer/helios/packages/other for publisher helios-dev created
23832024-12-20T21:26:01.254Z[ helios-setup] Dec 20 21:26:00.524 INFO exec: ["/usr/bin/pkgrepo", "create", "/work/oxidecomputer/helios/packages/combined"], pwd: None
23842024-12-20T21:26:01.839Z[ helios-setup] Dec 20 21:26:01.109 INFO exec: ["/usr/bin/pkgrepo", "add-publisher", "-s", "/work/oxidecomputer/helios/packages/combined", "helios-dev"], pwd: None
23852024-12-20T21:26:01.941Z[ host-package] Compiling omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds)
23862024-12-20T21:26:01.944Z[ host-package] Compiling mg-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=93cd0d642cf1b58f9f4528275e2a2aa758e9feb3#93cd0d64)
23872024-12-20T21:26:02.157Z[ host-package] Compiling parse-display v0.10.0
23882024-12-20T21:26:02.360Z[ host-package] Compiling slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041)
23892024-12-20T21:26:02.385Z[ helios-setup] Dec 20 21:26:01.655 INFO repository /work/oxidecomputer/helios/packages/combined for publisher helios-dev created
23902024-12-20T21:26:02.388Z[ helios-setup] Dec 20 21:26:01.656 INFO file /work/oxidecomputer/helios/packages/publisher.mogrify does not exist
23912024-12-20T21:26:02.388Z[ helios-setup] Dec 20 21:26:01.656 INFO writing /work/oxidecomputer/helios/packages/publisher.mogrify ...
23922024-12-20T21:26:02.388Z[ helios-setup] Dec 20 21:26:01.656 INFO ok!
23932024-12-20T21:26:02.388Z[ helios-setup] Dec 20 21:26:01.656 INFO link /work/oxidecomputer/helios/packages/os-conflicts.mogrify does not exist
23942024-12-20T21:26:02.388Z[ helios-setup] Dec 20 21:26:01.656 INFO linking /work/oxidecomputer/helios/packages/os-conflicts.mogrify -> ../tools/packages/os-conflicts.mogrify ...
23952024-12-20T21:26:02.388Z[ helios-setup] Dec 20 21:26:01.656 INFO ok!
23962024-12-20T21:26:02.388Z[ helios-setup] Dec 20 21:26:01.656 INFO link /work/oxidecomputer/helios/packages/os-deps.mogrify does not exist
23972024-12-20T21:26:02.388Z[ helios-setup] Dec 20 21:26:01.656 INFO linking /work/oxidecomputer/helios/packages/os-deps.mogrify -> ../tools/packages/os-deps.mogrify ...
23982024-12-20T21:26:02.388Z[ helios-setup] Dec 20 21:26:01.656 INFO ok!
23992024-12-20T21:26:02.388Z[ helios-setup] Dec 20 21:26:01.656 INFO building project "image-builder" at /work/oxidecomputer/helios/projects/image-builder
24002024-12-20T21:26:02.388Z[ helios-setup] Dec 20 21:26:01.656 INFO exec: ["cargo", "build", "--locked"], pwd: Some("/work/oxidecomputer/helios/projects/image-builder")
24012024-12-20T21:26:02.691Z[ helios-setup] Dec 20 21:26:01.961 INFO E| Updating git repository `https://github.com/jclulow/rust-jmclib`
24022024-12-20T21:26:02.738Z[ host-package] Compiling strum v0.26.3
24032024-12-20T21:26:02.860Z[ host-package] Compiling serde_with v3.11.0
24042024-12-20T21:26:02.957Z[ host-package] Compiling regress v0.9.1
24052024-12-20T21:26:03.239Z[ helios-setup] Dec 20 21:26:02.510 INFO E| From https://github.com/jclulow/rust-jmclib
24062024-12-20T21:26:03.239Z[ helios-setup] Dec 20 21:26:02.510 INFO E| * [new ref] 98fb2268f5a2f350e65ab5c8fc490b27eb1b3949 -> refs/commit/98fb2268f5a2f350e65ab5c8fc490b27eb1b3949
24072024-12-20T21:26:03.322Z[ helios-setup] Dec 20 21:26:02.592 INFO E| Updating crates.io index
24082024-12-20T21:26:03.420Z[ helios-setup] Dec 20 21:26:02.691 INFO E| Downloading crates ...
24092024-12-20T21:26:03.569Z[ helios-setup] Dec 20 21:26:02.838 INFO E| Downloaded libdevinfo-sys v1.0.0
24102024-12-20T21:26:03.572Z[ helios-setup] Dec 20 21:26:02.840 INFO E| Downloaded block-buffer v0.9.0
24112024-12-20T21:26:03.572Z[ helios-setup] Dec 20 21:26:02.841 INFO E| Downloaded anyhow v1.0.72
24122024-12-20T21:26:03.575Z[ helios-setup] Dec 20 21:26:02.846 INFO E| Downloaded getrandom v0.2.10
24132024-12-20T21:26:03.579Z[ helios-setup] Dec 20 21:26:02.850 INFO E| Downloaded itoa v1.0.9
24142024-12-20T21:26:03.582Z[ helios-setup] Dec 20 21:26:02.851 INFO E| Downloaded sha-1 v0.9.8
24152024-12-20T21:26:03.585Z[ helios-setup] Dec 20 21:26:02.854 INFO E| Downloaded walkdir v2.3.3
24162024-12-20T21:26:03.614Z[ helios-setup] Dec 20 21:26:02.884 INFO E| Downloaded md-5 v0.9.1
24172024-12-20T21:26:03.616Z[ helios-setup] Dec 20 21:26:02.886 INFO E| Downloaded once_cell v1.18.0
24182024-12-20T21:26:03.620Z[ helios-setup] Dec 20 21:26:02.890 INFO E| Downloaded digest v0.9.0
24192024-12-20T21:26:03.623Z[ helios-setup] Dec 20 21:26:02.892 INFO E| Downloaded fastrand v2.0.0
24202024-12-20T21:26:03.625Z[ helios-setup] Dec 20 21:26:02.894 INFO E| Downloaded toml v0.5.11
24212024-12-20T21:26:03.629Z[ helios-setup] Dec 20 21:26:02.897 INFO E| Downloaded uuid v0.8.2
24222024-12-20T21:26:03.632Z[ helios-setup] Dec 20 21:26:02.902 INFO E| Downloaded errno v0.3.1
24232024-12-20T21:26:03.634Z[ helios-setup] Dec 20 21:26:02.904 INFO E| Downloaded opaque-debug v0.3.0
24242024-12-20T21:26:03.637Z[ helios-setup] Dec 20 21:26:02.906 INFO E| Downloaded cpufeatures v0.2.9
24252024-12-20T21:26:03.639Z[ helios-setup] Dec 20 21:26:02.907 INFO E| Downloaded quote v1.0.31
24262024-12-20T21:26:03.648Z[ helios-setup] Dec 20 21:26:02.911 INFO E| Downloaded unicode-ident v1.0.11
24272024-12-20T21:26:03.648Z[ helios-setup] Dec 20 21:26:02.916 INFO E| Downloaded unicode-width v0.1.10
24282024-12-20T21:26:03.648Z[ helios-setup] Dec 20 21:26:02.918 INFO E| Downloaded ryu v1.0.15
24292024-12-20T21:26:03.666Z[ helios-setup] Dec 20 21:26:02.923 INFO E| Downloaded tempfile v3.7.0
24302024-12-20T21:26:03.666Z[ helios-setup] Dec 20 21:26:02.926 INFO E| Downloaded serde_derive v1.0.193
24312024-12-20T21:26:03.668Z[ helios-setup] Dec 20 21:26:02.930 INFO E| Downloaded serde v1.0.193
24322024-12-20T21:26:03.668Z[ helios-setup] Dec 20 21:26:02.935 INFO E| Downloaded bitflags v2.3.3
24332024-12-20T21:26:03.688Z[ helios-setup] Dec 20 21:26:02.940 INFO E| Downloaded typenum v1.16.0
24342024-12-20T21:26:03.688Z[ helios-setup] Dec 20 21:26:02.943 INFO E| Downloaded proc-macro2 v1.0.66
24352024-12-20T21:26:03.707Z[ helios-setup] Dec 20 21:26:02.977 INFO E| Downloaded serde_json v1.0.103
24362024-12-20T21:26:03.749Z[ helios-setup] Dec 20 21:26:03.019 INFO E| Downloaded syn v2.0.32
24372024-12-20T21:26:03.766Z[ helios-setup] Dec 20 21:26:03.035 INFO E| Downloaded rustix v0.38.4
24382024-12-20T21:26:03.856Z[ helios-setup] Dec 20 21:26:03.126 INFO E| Downloaded libc v0.2.147
24392024-12-20T21:26:03.980Z[ helios-setup] Dec 20 21:26:03.250 INFO E| Compiling libc v0.2.147
24402024-12-20T21:26:03.987Z[ helios-setup] Dec 20 21:26:03.250 INFO E| Compiling proc-macro2 v1.0.66
24412024-12-20T21:26:03.987Z[ helios-setup] Dec 20 21:26:03.250 INFO E| Compiling unicode-ident v1.0.11
24422024-12-20T21:26:03.987Z[ helios-setup] Dec 20 21:26:03.251 INFO E| Compiling cfg-if v1.0.0
24432024-12-20T21:26:03.987Z[ helios-setup] Dec 20 21:26:03.251 INFO E| Compiling typenum v1.16.0
24442024-12-20T21:26:03.987Z[ helios-setup] Dec 20 21:26:03.251 INFO E| Compiling version_check v0.9.4
24452024-12-20T21:26:03.987Z[ helios-setup] Dec 20 21:26:03.251 INFO E| Compiling serde v1.0.193
24462024-12-20T21:26:03.987Z[ helios-setup] Dec 20 21:26:03.251 INFO E| Compiling num-conv v0.1.0
24472024-12-20T21:26:04.522Z[ helios-setup] Dec 20 21:26:03.792 INFO E| Compiling powerfmt v0.2.0
24482024-12-20T21:26:04.772Z[ helios-setup] Dec 20 21:26:04.042 INFO E| Compiling itoa v1.0.9
24492024-12-20T21:26:05.232Z[ helios-setup] Dec 20 21:26:04.502 INFO E| Compiling time-core v0.1.2
24502024-12-20T21:26:05.336Z[ helios-setup] Dec 20 21:26:04.604 INFO E| Compiling slog v2.7.0
24512024-12-20T21:26:05.367Z[ helios-setup] Dec 20 21:26:04.636 INFO E| Compiling rustix v0.38.4
24522024-12-20T21:26:05.481Z[ helios-setup] Dec 20 21:26:04.751 INFO E| Compiling deranged v0.3.11
24532024-12-20T21:26:05.586Z[ helios-setup] Dec 20 21:26:04.855 INFO E| Compiling time-macros v0.2.18
24542024-12-20T21:26:05.646Z[ helios-setup] Dec 20 21:26:04.915 INFO E| Compiling generic-array v0.14.7
24552024-12-20T21:26:06.350Z[ helios-setup] Dec 20 21:26:05.614 INFO E| Compiling bitflags v2.3.3
24562024-12-20T21:26:06.579Z[ helios-setup] Dec 20 21:26:05.849 INFO E| Compiling num_threads v0.1.6
24572024-12-20T21:26:06.881Z[ helios-setup] Dec 20 21:26:06.150 INFO E| Compiling quote v1.0.31
24582024-12-20T21:26:07.289Z[ helios-setup] Dec 20 21:26:06.559 INFO E| Compiling once_cell v1.18.0
24592024-12-20T21:26:08.225Z[ helios-setup] Dec 20 21:26:07.495 INFO E| Compiling syn v2.0.32
24602024-12-20T21:26:08.379Z[ helios-setup] Dec 20 21:26:07.649 INFO E| Compiling dirs-sys-next v0.1.2
24612024-12-20T21:26:08.415Z[ helios-setup] Dec 20 21:26:07.685 INFO E| Compiling errno v0.3.1
24622024-12-20T21:26:08.575Z[ helios-setup] Dec 20 21:26:07.845 INFO E| Compiling thread_local v1.1.7
24632024-12-20T21:26:09.003Z[ helios-setup] Dec 20 21:26:08.272 INFO E| Compiling dirs-next v2.0.0
24642024-12-20T21:26:09.237Z[ helios-setup] Dec 20 21:26:08.507 INFO E| Compiling term v0.7.0
24652024-12-20T21:26:09.580Z[ helios-setup] Dec 20 21:26:08.849 INFO E| Compiling atty v0.2.14
24662024-12-20T21:26:09.792Z[ host-package] Compiling serde_human_bytes v0.1.0 (https://github.com/oxidecomputer/serde_human_bytes?branch=main#0a097945)
24672024-12-20T21:26:09.808Z[ helios-setup] Dec 20 21:26:09.076 INFO E| Compiling anyhow v1.0.72
24682024-12-20T21:26:09.840Z[ helios-setup] Dec 20 21:26:09.110 INFO E| Compiling opaque-debug v0.3.0
24692024-12-20T21:26:09.859Z[ helios-setup] Dec 20 21:26:09.128 INFO E| Compiling serde_json v1.0.103
24702024-12-20T21:26:09.925Z[ helios-setup] Dec 20 21:26:09.194 INFO E| Compiling fastrand v2.0.0
24712024-12-20T21:26:11.023Z[ helios-setup] Dec 20 21:26:10.292 INFO E| Compiling block-buffer v0.9.0
24722024-12-20T21:26:11.034Z[ helios-setup] Dec 20 21:26:10.303 INFO E| Compiling digest v0.9.0
24732024-12-20T21:26:11.296Z[ helios-setup] Dec 20 21:26:10.565 INFO E| Compiling getrandom v0.2.10
24742024-12-20T21:26:11.317Z[ helios-setup] Dec 20 21:26:10.586 INFO E| Compiling unicode-width v0.1.10
24752024-12-20T21:26:11.349Z[ helios-setup] Dec 20 21:26:10.618 INFO E| Compiling time v0.3.36
24762024-12-20T21:26:11.421Z[ helios-setup] Dec 20 21:26:10.689 INFO E| Compiling cpufeatures v0.2.9
24772024-12-20T21:26:11.510Z[ helios-setup] Dec 20 21:26:10.779 INFO E| Compiling same-file v1.0.6
24782024-12-20T21:26:11.513Z[ host-package] Compiling macaddr v1.0.1
24792024-12-20T21:26:11.621Z[ helios-setup] Dec 20 21:26:10.890 INFO E| Compiling ryu v1.0.15
24802024-12-20T21:26:11.965Z[ helios-setup] Dec 20 21:26:11.234 INFO E| Compiling walkdir v2.3.3
24812024-12-20T21:26:12.249Z[ helios-setup] Dec 20 21:26:11.518 INFO E| Compiling tempfile v3.7.0
24822024-12-20T21:26:12.393Z[ helios-setup] Dec 20 21:26:11.662 INFO E| Compiling getopts v0.2.21
24832024-12-20T21:26:12.675Z[ host-package] Compiling slog-dtrace v0.3.0
24842024-12-20T21:26:12.771Z[ helios-setup] Dec 20 21:26:12.040 INFO E| Compiling sha-1 v0.9.8
24852024-12-20T21:26:13.402Z[ helios-setup] Dec 20 21:26:12.670 INFO E| Compiling md-5 v0.9.1
24862024-12-20T21:26:13.562Z[ host-package] Compiling omicron-common v0.1.0 (/work/oxidecomputer/omicron/common)
24872024-12-20T21:26:13.652Z[ helios-setup] Dec 20 21:26:12.922 INFO E| Compiling libdevinfo-sys v1.0.0
24882024-12-20T21:26:13.698Z[ host-package] Compiling steno v0.4.1
24892024-12-20T21:26:13.835Z[ helios-setup] Dec 20 21:26:13.105 INFO E| Compiling glob v0.3.1
24902024-12-20T21:26:13.946Z[ host-package] Compiling propolis_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=d4529fd8247386b422b78e1203315d5baea5ea8b#d4529fd8)
24912024-12-20T21:26:15.181Z[ helios-setup] Dec 20 21:26:14.450 INFO E| Compiling slog-term v2.9.0
24922024-12-20T21:26:15.882Z[ host-package] Compiling crucible-client-types v0.1.0 (https://github.com/oxidecomputer/crucible?rev=5a41b826171c7d2a8412fa833377ab1df25ee8ec#5a41b826)
24932024-12-20T21:26:17.359Z[ host-package] Compiling prettyplease v0.2.25
24942024-12-20T21:26:17.394Z[ helios-setup] Dec 20 21:26:16.663 INFO E| Compiling serde_derive v1.0.193
24952024-12-20T21:26:17.939Z[ host-package] Compiling nexus-types v0.1.0 (/work/oxidecomputer/omicron/nexus/types)
24962024-12-20T21:26:19.091Z[ host-package] Compiling propolis_api_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=d4529fd8247386b422b78e1203315d5baea5ea8b#d4529fd8)
24972024-12-20T21:26:19.849Z[ host-package] Compiling oximeter-schema v0.1.0 (/work/oxidecomputer/omicron/oximeter/schema)
24982024-12-20T21:26:21.399Z[ host-package] Compiling oximeter-macro-impl v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter-macro-impl)
24992024-12-20T21:26:22.782Z[ host-package] Compiling internal-dns-resolver v0.1.0 (/work/oxidecomputer/omicron/internal-dns/resolver)
25002024-12-20T21:26:25.216Z[ host-package] Compiling propolis-client v0.1.0 (https://github.com/oxidecomputer/propolis?rev=d4529fd8247386b422b78e1203315d5baea5ea8b#d4529fd8)
25012024-12-20T21:26:31.313Z[ helios-setup] Dec 20 21:26:30.580 INFO E| Compiling toml v0.5.11
25022024-12-20T21:26:31.313Z[ helios-setup] Dec 20 21:26:30.580 INFO E| Compiling uuid v0.8.2
25032024-12-20T21:26:33.416Z[ helios-setup] Dec 20 21:26:32.684 INFO E| Compiling jmclib v0.1.0 (https://github.com/jclulow/rust-jmclib#98fb2268)
25042024-12-20T21:26:36.992Z[ helios-setup] Dec 20 21:26:36.259 INFO E| Compiling illumos-image-builder v0.0.0 (/work/oxidecomputer/helios/projects/image-builder)
25052024-12-20T21:26:37.094Z[ host-package] Compiling half v2.4.1
25062024-12-20T21:26:37.368Z[ host-package] Compiling ciborium-io v0.2.2
25072024-12-20T21:26:37.586Z[ host-package] Compiling nexus-config v0.1.0 (/work/oxidecomputer/omicron/nexus-config)
25082024-12-20T21:26:37.912Z[ host-package] Compiling ciborium-ll v0.2.2
25092024-12-20T21:26:38.584Z[ host-package] Compiling ciborium v0.2.2
25102024-12-20T21:26:40.333Z[ host-package] Compiling display-error-chain v0.2.2
25112024-12-20T21:26:40.597Z[ host-package] Compiling same-file v1.0.6
25122024-12-20T21:26:40.881Z[ host-package] Compiling fastrand v2.1.1
25132024-12-20T21:26:41.054Z[ host-package] Compiling walkdir v2.5.0
25142024-12-20T21:26:41.655Z[ host-package] Compiling tempfile v3.13.0
25152024-12-20T21:26:41.868Z[ host-package] Compiling ring v0.16.20
25162024-12-20T21:26:42.534Z[ host-package] Compiling blake3 v1.5.4
25172024-12-20T21:26:43.340Z[ host-package] Compiling sled-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/sled-agent-client)
25182024-12-20T21:26:43.665Z[ host-package] Compiling xattr v1.3.1
25192024-12-20T21:26:44.022Z[ host-package] Compiling filetime v0.2.25
25202024-12-20T21:26:44.465Z[ host-package] Compiling memmap2 v0.9.5
25212024-12-20T21:26:44.523Z[ host-package] Compiling arrayref v0.3.9
25222024-12-20T21:26:44.643Z[ host-package] Compiling arrayvec v0.7.6
25232024-12-20T21:26:44.683Z[ host-package] Compiling constant_time_eq v0.3.1
25242024-12-20T21:26:44.770Z[ host-package] Compiling spin v0.5.2
25252024-12-20T21:26:44.979Z[ host-package] Compiling keccak v0.1.5
25262024-12-20T21:26:45.120Z[ host-package] Compiling tar v0.4.42
25272024-12-20T21:26:45.174Z[ host-package] Compiling camino-tempfile v1.1.1
25282024-12-20T21:26:45.295Z[ host-package] Compiling oximeter-timeseries-macro v0.1.0 (/work/oxidecomputer/omicron/oximeter/timeseries-macro)
25292024-12-20T21:26:45.775Z[ host-package] Compiling sha3 v0.10.8
25302024-12-20T21:26:46.211Z[ host-package] Compiling toolchain_find v0.4.0
25312024-12-20T21:26:46.544Z[ host-package] Compiling const_format_proc_macros v0.2.33
25322024-12-20T21:26:46.887Z[ host-package] Compiling maplit v1.0.2
25332024-12-20T21:26:46.974Z[ host-package] Compiling crunchy v0.2.2
25342024-12-20T21:26:47.232Z[ host-package] Compiling topological-sort v0.2.2
25352024-12-20T21:26:47.521Z[ host-package] Compiling rustfmt-wrapper v0.2.1
25362024-12-20T21:26:47.597Z[ host-package] Compiling tiny-keccak v2.0.2
25372024-12-20T21:26:48.031Z[ host-package] Compiling dsl_auto_type v0.1.2
25382024-12-20T21:26:48.035Z[ host-package] Compiling phf_generator v0.11.2
25392024-12-20T21:26:48.184Z[ host-package] Compiling scheduled-thread-pool v0.2.7
25402024-12-20T21:26:48.348Z[ host-package] Compiling omicron-zone-package v0.11.1
25412024-12-20T21:26:48.821Z[ host-package] Compiling const_format v0.2.33
25422024-12-20T21:26:49.379Z[ helios-setup] Dec 20 21:26:48.645 INFO E| Finished `dev` profile [unoptimized + debuginfo] target(s) in 46.89s
25432024-12-20T21:26:49.410Z[ helios-setup] Dec 20 21:26:48.675 INFO building project "image-builder" ok (47 seconds)
25442024-12-20T21:26:49.410Z[ helios-setup] Dec 20 21:26:48.675 INFO building project "bootserver" at /work/oxidecomputer/helios/projects/bootserver
25452024-12-20T21:26:49.412Z[ helios-setup] Dec 20 21:26:48.676 INFO exec: ["cargo", "build", "--locked", "--release"], pwd: Some("/work/oxidecomputer/helios/projects/bootserver")
25462024-12-20T21:26:49.664Z[ host-package] Compiling secrecy v0.8.0
25472024-12-20T21:26:49.694Z[ host-package] Compiling diesel_table_macro_syntax v0.2.0
25482024-12-20T21:26:49.727Z[ helios-setup] Dec 20 21:26:48.993 INFO E| Downloading crates ...
25492024-12-20T21:26:49.745Z[ host-package] Compiling arc-swap v1.7.1
25502024-12-20T21:26:49.837Z[ helios-setup] Dec 20 21:26:49.103 INFO E| Downloaded digest v0.10.3
25512024-12-20T21:26:49.873Z[ helios-setup] Dec 20 21:26:49.138 INFO E| Downloaded generic-array v0.14.6
25522024-12-20T21:26:49.875Z[ helios-setup] Dec 20 21:26:49.141 INFO E| Downloaded typenum v1.15.0
25532024-12-20T21:26:49.879Z[ helios-setup] Dec 20 21:26:49.145 INFO E| Downloaded flate2 v1.0.25
25542024-12-20T21:26:49.885Z[ helios-setup] Dec 20 21:26:49.151 INFO E| Downloaded sha2 v0.10.5
25552024-12-20T21:26:49.889Z[ helios-setup] Dec 20 21:26:49.154 INFO E| Downloaded cpufeatures v0.2.5
25562024-12-20T21:26:49.892Z[ helios-setup] Dec 20 21:26:49.156 INFO E| Downloaded bytes v1.2.1
25572024-12-20T21:26:49.896Z[ helios-setup] Dec 20 21:26:49.162 INFO E| Downloaded anyhow v1.0.62
25582024-12-20T21:26:49.901Z[ helios-setup] Dec 20 21:26:49.167 INFO E| Downloaded miniz_oxide v0.6.2
25592024-12-20T21:26:49.905Z[ helios-setup] Dec 20 21:26:49.171 INFO E| Downloaded block-buffer v0.10.3
25602024-12-20T21:26:49.968Z[ helios-setup] Dec 20 21:26:49.234 INFO E| Compiling typenum v1.15.0
25612024-12-20T21:26:49.968Z[ helios-setup] Dec 20 21:26:49.234 INFO E| Compiling version_check v0.9.4
25622024-12-20T21:26:49.983Z[ helios-setup] Dec 20 21:26:49.234 INFO E| Compiling crc32fast v1.3.2
25632024-12-20T21:26:49.983Z[ helios-setup] Dec 20 21:26:49.234 INFO E| Compiling cfg-if v1.0.0
25642024-12-20T21:26:49.983Z[ helios-setup] Dec 20 21:26:49.234 INFO E| Compiling anyhow v1.0.62
25652024-12-20T21:26:49.983Z[ helios-setup] Dec 20 21:26:49.234 INFO E| Compiling adler v1.0.2
25662024-12-20T21:26:49.983Z[ helios-setup] Dec 20 21:26:49.234 INFO E| Compiling unicode-width v0.1.10
25672024-12-20T21:26:49.984Z[ helios-setup] Dec 20 21:26:49.234 INFO E| Compiling cpufeatures v0.2.5
25682024-12-20T21:26:50.089Z[ host-package] Compiling libipcc v0.1.0 (https://github.com/oxidecomputer/libipcc?rev=fdffa212373a8f92473ea5f411088912bf458d5f#fdffa212)
25692024-12-20T21:26:50.155Z[ host-package] Compiling diesel_derives v2.2.3
25702024-12-20T21:26:50.241Z[ host-package] Compiling slog-scope v4.4.0
25712024-12-20T21:26:50.501Z[ helios-setup] Dec 20 21:26:49.766 INFO E| Compiling bytes v1.2.1
25722024-12-20T21:26:50.501Z[ helios-setup] Dec 20 21:26:49.766 INFO E| Compiling bitflags v1.3.2
25732024-12-20T21:26:50.534Z[ host-package] Compiling r2d2 v0.8.10
25742024-12-20T21:26:50.583Z[ host-package] Compiling phf_codegen v0.11.2
25752024-12-20T21:26:50.623Z[ helios-setup] Dec 20 21:26:49.889 INFO E| Compiling miniz_oxide v0.6.2
25762024-12-20T21:26:50.975Z[ helios-setup] Dec 20 21:26:50.241 INFO E| Compiling getopts v0.2.21
25772024-12-20T21:26:51.398Z[ host-package] Compiling nexus-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-client)
25782024-12-20T21:26:51.531Z[ host-package] Compiling oximeter v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter)
25792024-12-20T21:26:51.769Z[ host-package] Compiling ascii-canvas v3.0.0
25802024-12-20T21:26:51.886Z[ helios-setup] Dec 20 21:26:51.152 INFO E| Compiling generic-array v0.14.6
25812024-12-20T21:26:52.097Z[ helios-setup] Dec 20 21:26:51.363 INFO E| Compiling flate2 v1.0.25
25822024-12-20T21:26:52.199Z[ host-package] Compiling universal-hash v0.5.1
25832024-12-20T21:26:52.481Z[ host-package] Compiling thiserror-impl-no-std v2.0.2
25842024-12-20T21:26:52.909Z[ host-package] Compiling parse-zoneinfo v0.3.1
25852024-12-20T21:26:53.198Z[ host-package] Compiling ena v0.14.3
25862024-12-20T21:26:54.071Z[ host-package] Compiling regex-syntax v0.6.29
25872024-12-20T21:26:55.258Z[ host-package] Compiling opaque-debug v0.3.1
25882024-12-20T21:26:55.401Z[ host-package] Compiling diff v0.1.13
25892024-12-20T21:26:55.611Z[ host-package] Compiling dpd-client v0.1.0 (/work/oxidecomputer/omicron/clients/dpd-client)
25902024-12-20T21:26:55.836Z[ helios-setup] Dec 20 21:26:55.101 INFO E| Compiling block-buffer v0.10.3
25912024-12-20T21:26:55.836Z[ helios-setup] Dec 20 21:26:55.101 INFO E| Compiling crypto-common v0.1.6
25922024-12-20T21:26:56.019Z[ helios-setup] Dec 20 21:26:55.284 INFO E| Compiling digest v0.10.3
25932024-12-20T21:26:56.214Z[ host-package] Compiling poly1305 v0.8.0
25942024-12-20T21:26:56.339Z[ host-package] Compiling thiserror-no-std v2.0.2
25952024-12-20T21:26:56.398Z[ helios-setup] Dec 20 21:26:55.663 INFO E| Compiling sha2 v0.10.5
25962024-12-20T21:26:56.635Z[ host-package] Compiling chrono-tz-build v0.4.0
25972024-12-20T21:26:56.910Z[ helios-setup] Dec 20 21:26:56.175 INFO E| Compiling bootserver v0.1.0 (/work/oxidecomputer/helios/projects/bootserver)
25982024-12-20T21:26:58.087Z[ host-package] Compiling lalrpop v0.19.12
25992024-12-20T21:26:58.178Z[ host-package] Compiling slog-stdlog v4.1.1
26002024-12-20T21:27:00.403Z[ host-package] Compiling omicron-certificates v0.1.0 (/work/oxidecomputer/omicron/certificates)
26012024-12-20T21:27:00.610Z[ host-package] Compiling bootstore v0.1.0 (/work/oxidecomputer/omicron/bootstore)
26022024-12-20T21:27:01.417Z[ host-package] Compiling nexus-macros-common v0.1.0 (/work/oxidecomputer/omicron/nexus/macros-common)
26032024-12-20T21:27:02.014Z[ host-package] Compiling chacha20 v0.9.1
26042024-12-20T21:27:02.079Z[ helios-setup] Dec 20 21:27:01.344 INFO E| Finished `release` profile [optimized] target(s) in 12.57s
26052024-12-20T21:27:02.095Z[ helios-setup] Dec 20 21:27:01.360 INFO building project "bootserver" ok (12 seconds)
26062024-12-20T21:27:02.095Z[ helios-setup] Dec 20 21:27:01.360 INFO building project "amd-host-image-builder" at /work/oxidecomputer/helios/projects/amd-host-image-builder
26072024-12-20T21:27:02.095Z[ helios-setup] Dec 20 21:27:01.360 INFO exec: ["cargo", "build", "--locked"], pwd: Some("/work/oxidecomputer/helios/projects/amd-host-image-builder")
26082024-12-20T21:27:02.105Z[ helios-setup] Dec 20 21:27:01.370 INFO E| info: syncing channel updates for 'nightly-2023-12-30-x86_64-unknown-illumos'
26092024-12-20T21:27:02.299Z[ helios-setup] Dec 20 21:27:01.563 INFO E| info: latest update on 2023-12-30, rust version 1.77.0-nightly (3cdd004e5 2023-12-29)
26102024-12-20T21:27:02.299Z[ helios-setup] Dec 20 21:27:01.564 INFO E| info: downloading component 'cargo'
26112024-12-20T21:27:02.420Z[ host-package] Compiling aead v0.5.2
26122024-12-20T21:27:02.544Z[ host-package] Compiling vte_generate_state_changes v0.1.2
26132024-12-20T21:27:02.826Z[ host-package] Compiling ref-cast v1.0.23
26142024-12-20T21:27:03.194Z[ host-package] Compiling vte v0.11.1
26152024-12-20T21:27:03.237Z[ helios-setup] Dec 20 21:27:02.502 INFO E| info: downloading component 'clippy'
26162024-12-20T21:27:03.417Z[ host-package] Compiling chacha20poly1305 v0.10.1
26172024-12-20T21:27:03.533Z[ helios-setup] Dec 20 21:27:02.798 INFO E| info: downloading component 'rust-docs'
26182024-12-20T21:27:03.713Z[ host-package] Compiling slog-envlogger v2.2.0
26192024-12-20T21:27:04.738Z[ host-package] Compiling chrono-tz v0.10.0
26202024-12-20T21:27:05.214Z[ helios-setup] Dec 20 21:27:04.478 INFO E| info: downloading component 'rust-src'
26212024-12-20T21:27:05.350Z[ host-package] Compiling diesel v2.2.6
26222024-12-20T21:27:05.421Z[ helios-setup] Dec 20 21:27:04.684 INFO E| info: downloading component 'rust-std'
26232024-12-20T21:27:05.439Z[ host-package] Compiling vsss-rs v3.3.4
26242024-12-20T21:27:06.501Z[ host-package] Compiling nexus-db-model v0.1.0 (/work/oxidecomputer/omicron/nexus/db-model)
26252024-12-20T21:27:06.827Z[ host-package] Compiling derive_builder_core v0.20.2
26262024-12-20T21:27:07.725Z[ helios-setup] Dec 20 21:27:06.989 INFO E| info: downloading component 'rustc'
26272024-12-20T21:27:09.031Z[ host-package] Compiling headers-core v0.3.0
26282024-12-20T21:27:09.226Z[ host-package] Compiling fxhash v0.2.1
26292024-12-20T21:27:09.473Z[ host-package] Compiling libxml v0.3.3
26302024-12-20T21:27:09.856Z[ host-package] Compiling ref-cast-impl v1.0.23
26312024-12-20T21:27:10.233Z[ host-package] Compiling bytecount v0.6.8
26322024-12-20T21:27:10.572Z[ host-package] Compiling papergrid v0.11.0
26332024-12-20T21:27:12.874Z[ helios-setup] Dec 20 21:27:12.138 INFO E| info: downloading component 'rustfmt'
26342024-12-20T21:27:13.134Z[ helios-setup] Dec 20 21:27:12.397 INFO E| info: installing component 'cargo'
26352024-12-20T21:27:14.398Z[ helios-setup] Dec 20 21:27:13.662 INFO E| info: installing component 'clippy'
26362024-12-20T21:27:14.864Z[ helios-setup] Dec 20 21:27:14.128 INFO E| info: installing component 'rust-docs'
26372024-12-20T21:27:21.133Z[ helios-setup] Dec 20 21:27:20.396 INFO E| info: installing component 'rust-src'
26382024-12-20T21:27:21.807Z[ helios-setup] Dec 20 21:27:21.069 INFO E| info: installing component 'rust-std'
26392024-12-20T21:27:24.266Z[ helios-setup] Dec 20 21:27:23.529 INFO E| info: installing component 'rustc'
26402024-12-20T21:27:26.261Z[ host-package] Compiling headers v0.4.0
26412024-12-20T21:27:28.094Z[ host-package] Compiling polar-core v0.27.3
26422024-12-20T21:27:29.676Z[ host-package] Compiling derive_builder_macro v0.20.2
26432024-12-20T21:27:30.519Z[ helios-setup] Dec 20 21:27:29.781 INFO E| info: installing component 'rustfmt'
26442024-12-20T21:27:30.560Z[ host-package] Compiling strip-ansi-escapes v0.2.0
26452024-12-20T21:27:31.363Z[ helios-setup] Dec 20 21:27:30.625 INFO E| Updating git repository `https://github.com/oxidecomputer/amd-apcb.git`
26462024-12-20T21:27:31.441Z[ host-package] Compiling db-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/db-macros)
26472024-12-20T21:27:31.690Z[ host-package] Compiling nexus-db-fixed-data v0.1.0 (/work/oxidecomputer/omicron/nexus/db-fixed-data)
26482024-12-20T21:27:31.969Z[ host-package] Compiling tabled_derive v0.7.0
26492024-12-20T21:27:32.000Z[ host-package] Compiling nexus-defaults v0.1.0 (/work/oxidecomputer/omicron/nexus/defaults)
26502024-12-20T21:27:32.086Z[ helios-setup] Dec 20 21:27:31.348 INFO E| From https://github.com/oxidecomputer/amd-apcb
26512024-12-20T21:27:32.092Z[ helios-setup] Dec 20 21:27:31.348 INFO E| * [new ref] fc35d39d1ea0ad8f6bcc6fcc55aa04c7f3b250d9 -> refs/commit/fc35d39d1ea0ad8f6bcc6fcc55aa04c7f3b250d9
26522024-12-20T21:27:32.092Z[ helios-setup] Dec 20 21:27:31.348 INFO E| * [new tag] v0.4.3 -> v0.4.3
26532024-12-20T21:27:32.120Z[ helios-setup] Dec 20 21:27:31.381 INFO E| * [new tag] v0.1.3 -> v0.1.3
26542024-12-20T21:27:32.120Z[ helios-setup] Dec 20 21:27:31.381 INFO E| * [new tag] v0.1.4 -> v0.1.4
26552024-12-20T21:27:32.123Z[ helios-setup] Dec 20 21:27:31.381 INFO E| * [new tag] v0.1.5 -> v0.1.5
26562024-12-20T21:27:32.123Z[ helios-setup] Dec 20 21:27:31.382 INFO E| * [new tag] v0.2.0 -> v0.2.0
26572024-12-20T21:27:32.123Z[ helios-setup] Dec 20 21:27:31.382 INFO E| * [new tag] v0.3.0 -> v0.3.0
26582024-12-20T21:27:32.123Z[ helios-setup] Dec 20 21:27:31.382 INFO E| * [new tag] v0.3.1 -> v0.3.1
26592024-12-20T21:27:32.123Z[ helios-setup] Dec 20 21:27:31.382 INFO E| * [new tag] v0.3.2 -> v0.3.2
26602024-12-20T21:27:32.123Z[ helios-setup] Dec 20 21:27:31.382 INFO E| * [new tag] v0.3.3 -> v0.3.3
26612024-12-20T21:27:32.123Z[ helios-setup] Dec 20 21:27:31.383 INFO E| * [new tag] v0.4.0 -> v0.4.0
26622024-12-20T21:27:32.123Z[ helios-setup] Dec 20 21:27:31.383 INFO E| * [new tag] v0.4.1 -> v0.4.1
26632024-12-20T21:27:32.123Z[ helios-setup] Dec 20 21:27:31.383 INFO E| * [new tag] v0.4.2 -> v0.4.2
26642024-12-20T21:27:32.157Z[ helios-setup] Dec 20 21:27:31.419 INFO E| Updating git repository `ssh://git@github.com/oxidecomputer/amd-efs.git`
26652024-12-20T21:27:33.040Z[ helios-setup] Dec 20 21:27:32.302 INFO E| From https://github.com/oxidecomputer/amd-efs
26662024-12-20T21:27:33.040Z[ helios-setup] Dec 20 21:27:32.302 INFO E| * [new branch] empty -> origin/empty
26672024-12-20T21:27:33.040Z[ helios-setup] Dec 20 21:27:32.302 INFO E| * [new branch] issue-99 -> origin/issue-99
26682024-12-20T21:27:33.043Z[ helios-setup] Dec 20 21:27:32.302 INFO E| * [new branch] main -> origin/main
26692024-12-20T21:27:33.043Z[ helios-setup] Dec 20 21:27:32.302 INFO E| * [new branch] review -> origin/review
26702024-12-20T21:27:33.043Z[ helios-setup] Dec 20 21:27:32.302 INFO E| * [new ref] -> origin/HEAD
26712024-12-20T21:27:33.043Z[ helios-setup] Dec 20 21:27:32.303 INFO E| * [new tag] v0.2.0 -> v0.2.0
26722024-12-20T21:27:33.043Z[ helios-setup] Dec 20 21:27:32.303 INFO E| * [new tag] v0.2.1 -> v0.2.1
26732024-12-20T21:27:33.043Z[ helios-setup] Dec 20 21:27:32.303 INFO E| * [new tag] v0.2.2 -> v0.2.2
26742024-12-20T21:27:33.043Z[ helios-setup] Dec 20 21:27:32.303 INFO E| * [new tag] v0.2.3 -> v0.2.3
26752024-12-20T21:27:33.043Z[ helios-setup] Dec 20 21:27:32.303 INFO E| * [new tag] v0.2.4 -> v0.2.4
26762024-12-20T21:27:33.043Z[ helios-setup] Dec 20 21:27:32.303 INFO E| * [new tag] v0.2.5 -> v0.2.5
26772024-12-20T21:27:33.043Z[ helios-setup] Dec 20 21:27:32.304 INFO E| * [new tag] v0.2.6 -> v0.2.6
26782024-12-20T21:27:33.043Z[ helios-setup] Dec 20 21:27:32.304 INFO E| * [new tag] v0.2.7 -> v0.2.7
26792024-12-20T21:27:33.043Z[ helios-setup] Dec 20 21:27:32.304 INFO E| * [new tag] v0.3.0 -> v0.3.0
26802024-12-20T21:27:33.043Z[ helios-setup] Dec 20 21:27:32.304 INFO E| * [new tag] v0.3.1 -> v0.3.1
26812024-12-20T21:27:33.043Z[ helios-setup] Dec 20 21:27:32.304 INFO E| * [new tag] v0.4.0 -> v0.4.0
26822024-12-20T21:27:33.043Z[ helios-setup] Dec 20 21:27:32.304 INFO E| * [new tag] v0.4.1 -> v0.4.1
26832024-12-20T21:27:33.043Z[ helios-setup] Dec 20 21:27:32.304 INFO E| * [new tag] v0.4.2 -> v0.4.2
26842024-12-20T21:27:33.043Z[ helios-setup] Dec 20 21:27:32.305 INFO E| * [new tag] v0.4.3 -> v0.4.3
26852024-12-20T21:27:33.066Z[ helios-setup] Dec 20 21:27:32.328 INFO E| Updating crates.io index
26862024-12-20T21:27:33.223Z[ helios-setup] Dec 20 21:27:32.485 INFO E| Downloading crates ...
26872024-12-20T21:27:33.371Z[ helios-setup] Dec 20 21:27:32.633 INFO E| Downloaded ansi_term v0.12.1
26882024-12-20T21:27:33.374Z[ helios-setup] Dec 20 21:27:32.636 INFO E| Downloaded fletcher v0.1.0
26892024-12-20T21:27:33.377Z[ helios-setup] Dec 20 21:27:32.638 INFO E| Downloaded cfg-if v0.1.10
26902024-12-20T21:27:33.387Z[ helios-setup] Dec 20 21:27:32.649 INFO E| Downloaded unic-char-range v0.9.0
26912024-12-20T21:27:33.410Z[ helios-setup] Dec 20 21:27:32.652 INFO E| Downloaded scroll_derive v0.10.5
26922024-12-20T21:27:33.416Z[ helios-setup] Dec 20 21:27:32.667 INFO E| Downloaded unic-ucd-version v0.9.0
26932024-12-20T21:27:33.416Z[ helios-setup] Dec 20 21:27:32.669 INFO E| Downloaded strum v0.23.0
26942024-12-20T21:27:33.416Z[ helios-setup] Dec 20 21:27:32.670 INFO E| Downloaded proc-macro-crate v0.1.5
26952024-12-20T21:27:33.416Z[ helios-setup] Dec 20 21:27:32.671 INFO E| Downloaded pest_generator v2.7.13
26962024-12-20T21:27:33.417Z[ helios-setup] Dec 20 21:27:32.673 INFO E| Downloaded parse_int v0.6.0
26972024-12-20T21:27:33.417Z[ helios-setup] Dec 20 21:27:32.674 INFO E| Downloaded modular-bitfield-impl v0.11.2
26982024-12-20T21:27:33.417Z[ helios-setup] Dec 20 21:27:32.676 INFO E| Downloaded semver v0.9.0
26992024-12-20T21:27:33.417Z[ helios-setup] Dec 20 21:27:32.678 INFO E| Downloaded vec_map v0.8.2
27002024-12-20T21:27:33.419Z[ helios-setup] Dec 20 21:27:32.679 INFO E| Downloaded unic-ucd-ident v0.9.0
27012024-12-20T21:27:33.419Z[ helios-setup] Dec 20 21:27:32.682 INFO E| Downloaded strum_macros v0.23.1
27022024-12-20T21:27:33.422Z[ helios-setup] Dec 20 21:27:32.685 INFO E| Downloaded unic-common v0.9.0
27032024-12-20T21:27:33.426Z[ helios-setup] Dec 20 21:27:32.686 INFO E| Downloaded unic-char-property v0.9.0
27042024-12-20T21:27:33.426Z[ helios-setup] Dec 20 21:27:32.687 INFO E| Downloaded thiserror-impl v1.0.64
27052024-12-20T21:27:33.429Z[ helios-setup] Dec 20 21:27:32.689 INFO E| Downloaded thiserror v1.0.64
27062024-12-20T21:27:33.435Z[ helios-setup] Dec 20 21:27:32.697 INFO E| Downloaded semver-parser v0.7.0
27072024-12-20T21:27:33.439Z[ helios-setup] Dec 20 21:27:32.699 INFO E| Downloaded textwrap v0.11.0
27082024-12-20T21:27:33.442Z[ helios-setup] Dec 20 21:27:32.702 INFO E| Downloaded structopt v0.3.26
27092024-12-20T21:27:33.451Z[ helios-setup] Dec 20 21:27:32.713 INFO E| Downloaded serde_derive v1.0.210
27102024-12-20T21:27:33.455Z[ helios-setup] Dec 20 21:27:32.717 INFO E| Downloaded proc-macro2 v1.0.86
27112024-12-20T21:27:33.459Z[ helios-setup] Dec 20 21:27:32.721 INFO E| Downloaded pest_meta v2.7.13
27122024-12-20T21:27:33.462Z[ helios-setup] Dec 20 21:27:32.724 INFO E| Downloaded modular-bitfield v0.11.2
27132024-12-20T21:27:33.480Z[ helios-setup] Dec 20 21:27:32.742 INFO E| Downloaded serde v1.0.210
27142024-12-20T21:27:33.485Z[ helios-setup] Dec 20 21:27:32.747 INFO E| Downloaded scroll v0.10.2
27152024-12-20T21:27:33.488Z[ helios-setup] Dec 20 21:27:32.750 INFO E| Downloaded serde_json v1.0.128
27162024-12-20T21:27:33.499Z[ helios-setup] Dec 20 21:27:32.761 INFO E| Downloaded goblin v0.4.3
27172024-12-20T21:27:33.508Z[ helios-setup] Dec 20 21:27:32.770 INFO E| Downloaded clap v2.34.0
27182024-12-20T21:27:33.519Z[ helios-setup] Dec 20 21:27:32.780 INFO E| Downloaded syn v2.0.79
27192024-12-20T21:27:33.535Z[ helios-setup] Dec 20 21:27:32.797 INFO E| Downloaded libc v0.2.159
27202024-12-20T21:27:33.587Z[ helios-setup] Dec 20 21:27:32.849 INFO E| Downloaded pest v2.7.13
27212024-12-20T21:27:33.595Z[ helios-setup] Dec 20 21:27:32.856 INFO E| Downloaded once_cell v1.20.1
27222024-12-20T21:27:33.598Z[ helios-setup] Dec 20 21:27:32.860 INFO E| Downloaded pre-proc-macro v0.2.1
27232024-12-20T21:27:33.600Z[ helios-setup] Dec 20 21:27:32.862 INFO E| Downloaded pest_derive v2.7.13
27242024-12-20T21:27:33.604Z[ helios-setup] Dec 20 21:27:32.866 INFO E| Downloaded rustc_version v0.2.3
27252024-12-20T21:27:33.606Z[ helios-setup] Dec 20 21:27:32.867 INFO E| Downloaded structopt-derive v0.4.18
27262024-12-20T21:27:33.609Z[ helios-setup] Dec 20 21:27:32.869 INFO E| Downloaded strsim v0.8.0
27272024-12-20T21:27:33.609Z[ helios-setup] Dec 20 21:27:32.871 INFO E| Downloaded pre v0.2.1
27282024-12-20T21:27:33.612Z[ helios-setup] Dec 20 21:27:32.872 INFO E| Downloaded four-cc v0.3.0
27292024-12-20T21:27:33.612Z[ helios-setup] Dec 20 21:27:32.873 INFO E| Downloaded bytesize v1.3.0
27302024-12-20T21:27:33.615Z[ helios-setup] Dec 20 21:27:32.875 INFO E| Downloaded memoffset v0.5.6
27312024-12-20T21:27:33.733Z[ helios-setup] Dec 20 21:27:32.995 INFO E| Compiling proc-macro2 v1.0.86
27322024-12-20T21:27:33.733Z[ helios-setup] Dec 20 21:27:32.995 INFO E| Compiling unicode-ident v1.0.13
27332024-12-20T21:27:33.733Z[ helios-setup] Dec 20 21:27:32.995 INFO E| Compiling syn v1.0.109
27342024-12-20T21:27:33.738Z[ helios-setup] Dec 20 21:27:32.995 INFO E| Compiling version_check v0.9.5
27352024-12-20T21:27:33.738Z[ helios-setup] Dec 20 21:27:32.996 INFO E| Compiling memchr v2.7.4
27362024-12-20T21:27:33.738Z[ helios-setup] Dec 20 21:27:32.996 INFO E| Compiling autocfg v1.4.0
27372024-12-20T21:27:33.738Z[ helios-setup] Dec 20 21:27:32.996 INFO E| Compiling thiserror v1.0.64
27382024-12-20T21:27:33.738Z[ helios-setup] Dec 20 21:27:32.996 INFO E| Compiling semver-parser v0.7.0
27392024-12-20T21:27:34.294Z[ helios-setup] Dec 20 21:27:33.556 INFO E| Compiling serde v1.0.210
27402024-12-20T21:27:34.367Z[ host-package] Compiling itertools v0.12.1
27412024-12-20T21:27:35.123Z[ host-package] Compiling fd-lock v4.0.2
27422024-12-20T21:27:35.312Z[ helios-setup] Dec 20 21:27:34.574 INFO E| Compiling semver v0.9.0
27432024-12-20T21:27:35.568Z[ host-package] Compiling peg-macros v0.8.4
27442024-12-20T21:27:35.679Z[ helios-setup] Dec 20 21:27:34.940 INFO E| Compiling proc-macro-error-attr v1.0.4
27452024-12-20T21:27:35.906Z[ helios-setup] Dec 20 21:27:35.167 INFO E| Compiling proc-macro-error v1.0.4
27462024-12-20T21:27:36.056Z[ helios-setup] Dec 20 21:27:35.317 INFO E| Compiling rustc_version v0.2.3
27472024-12-20T21:27:36.389Z[ helios-setup] Dec 20 21:27:35.651 INFO E| Compiling serde_json v1.0.128
27482024-12-20T21:27:36.468Z[ helios-setup] Dec 20 21:27:35.727 INFO E| Compiling num-traits v0.2.19
27492024-12-20T21:27:36.576Z[ helios-setup] Dec 20 21:27:35.832 INFO E| Compiling schemars v0.8.21
27502024-12-20T21:27:36.740Z[ helios-setup] Dec 20 21:27:36.002 INFO E| Compiling ryu v1.0.18
27512024-12-20T21:27:36.895Z[ helios-setup] Dec 20 21:27:36.157 INFO E| Compiling unicode-segmentation v1.12.0
27522024-12-20T21:27:37.089Z[ helios-setup] Dec 20 21:27:36.350 INFO E| Compiling itoa v1.0.11
27532024-12-20T21:27:37.404Z[ helios-setup] Dec 20 21:27:36.666 INFO E| Compiling pre-proc-macro v0.2.1
27542024-12-20T21:27:37.438Z[ helios-setup] Dec 20 21:27:36.700 INFO E| Compiling memoffset v0.5.6
27552024-12-20T21:27:37.465Z[ helios-setup] Dec 20 21:27:36.726 INFO E| Compiling lazy_static v1.5.0
27562024-12-20T21:27:37.603Z[ helios-setup] Dec 20 21:27:36.865 INFO E| Compiling paste v1.0.15
27572024-12-20T21:27:37.681Z[ helios-setup] Dec 20 21:27:36.943 INFO E| Compiling rustversion v1.0.17
27582024-12-20T21:27:37.869Z[ helios-setup] Dec 20 21:27:37.130 INFO E| Compiling quote v1.0.37
27592024-12-20T21:27:38.108Z[ helios-setup] Dec 20 21:27:37.369 INFO E| Compiling dyn-clone v1.0.17
27602024-12-20T21:27:38.219Z[ helios-setup] Dec 20 21:27:37.481 INFO E| Compiling libc v0.2.159
27612024-12-20T21:27:38.517Z[ helios-setup] Dec 20 21:27:37.778 INFO E| Compiling syn v2.0.79
27622024-12-20T21:27:38.961Z[ helios-setup] Dec 20 21:27:38.222 INFO E| Compiling heck v0.3.3
27632024-12-20T21:27:39.022Z[ host-package] Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
27642024-12-20T21:27:39.044Z[ helios-setup] Dec 20 21:27:38.305 INFO E| Compiling ucd-trie v0.1.7
27652024-12-20T21:27:39.528Z[ helios-setup] Dec 20 21:27:38.790 INFO E| Compiling pre v0.2.1
27662024-12-20T21:27:40.032Z[ helios-setup] Dec 20 21:27:39.293 INFO E| Compiling cfg-if v0.1.10
27672024-12-20T21:27:40.112Z[ helios-setup] Dec 20 21:27:39.374 INFO E| Compiling static_assertions v1.1.0
27682024-12-20T21:27:40.209Z[ helios-setup] Dec 20 21:27:39.469 INFO E| Compiling byteorder v1.5.0
27692024-12-20T21:27:40.338Z[ helios-setup] Dec 20 21:27:39.600 INFO E| Compiling once_cell v1.20.1
27702024-12-20T21:27:41.406Z[ helios-setup] Dec 20 21:27:40.668 INFO E| Compiling unicode-width v0.1.14
27712024-12-20T21:27:41.458Z[ host-package] Compiling strum_macros v0.24.3
27722024-12-20T21:27:41.801Z[ host-package] Compiling kstat-rs v0.2.4
27732024-12-20T21:27:41.956Z[ host-package] Compiling samael v0.0.17
27742024-12-20T21:27:41.961Z[ helios-setup] Dec 20 21:27:41.222 INFO E| Compiling atty v0.2.14
27752024-12-20T21:27:42.216Z[ helios-setup] Dec 20 21:27:41.477 INFO E| Compiling strum v0.23.0
27762024-12-20T21:27:42.401Z[ helios-setup] Dec 20 21:27:41.662 INFO E| Compiling textwrap v0.11.0
27772024-12-20T21:27:42.448Z[ helios-setup] Dec 20 21:27:41.708 INFO E| Compiling ansi_term v0.12.1
27782024-12-20T21:27:43.401Z[ helios-setup] Dec 20 21:27:42.662 INFO E| Compiling unic-char-range v0.9.0
27792024-12-20T21:27:43.634Z[ helios-setup] Dec 20 21:27:42.895 INFO E| Compiling fletcher v0.1.0
27802024-12-20T21:27:43.759Z[ helios-setup] Dec 20 21:27:43.020 INFO E| Compiling bitflags v1.3.2
27812024-12-20T21:27:43.864Z[ host-package] Compiling unicase v2.7.0
27822024-12-20T21:27:43.880Z[ helios-setup] Dec 20 21:27:43.141 INFO E| Compiling unic-common v0.9.0
27832024-12-20T21:27:43.889Z[ helios-setup] Dec 20 21:27:43.151 INFO E| Compiling strsim v0.8.0
27842024-12-20T21:27:43.897Z[ helios-setup] Dec 20 21:27:43.158 INFO E| Compiling vec_map v0.8.2
27852024-12-20T21:27:44.105Z[ helios-setup] Dec 20 21:27:43.366 INFO E| Compiling parse_int v0.6.0
27862024-12-20T21:27:44.327Z[ helios-setup] Dec 20 21:27:43.587 INFO E| Compiling clap v2.34.0
27872024-12-20T21:27:44.346Z[ helios-setup] Dec 20 21:27:43.607 INFO E| Compiling unic-ucd-version v0.9.0
27882024-12-20T21:27:44.412Z[ helios-setup] Dec 20 21:27:43.673 INFO E| Compiling unic-char-property v0.9.0
27892024-12-20T21:27:44.438Z[ helios-setup] Dec 20 21:27:43.699 INFO E| Compiling plain v0.2.3
27902024-12-20T21:27:44.485Z[ helios-setup] Dec 20 21:27:43.745 INFO E| Compiling log v0.4.22
27912024-12-20T21:27:44.668Z[ host-package] Compiling indoc v1.0.9
27922024-12-20T21:27:44.776Z[ host-package] Compiling nu-ansi-term v0.50.1
27932024-12-20T21:27:44.799Z[ helios-setup] Dec 20 21:27:44.060 INFO E| Compiling unic-ucd-ident v0.9.0
27942024-12-20T21:27:45.069Z[ helios-setup] Dec 20 21:27:44.330 INFO E| Compiling bytesize v1.3.0
27952024-12-20T21:27:46.182Z[ host-package] Compiling reedline v0.35.0
27962024-12-20T21:27:47.119Z[ helios-setup] Dec 20 21:27:46.380 INFO E| Compiling serde_derive_internals v0.29.1
27972024-12-20T21:27:47.218Z[ host-package] Compiling oximeter-instruments v0.1.0 (/work/oxidecomputer/omicron/oximeter/instruments)
27982024-12-20T21:27:48.606Z[ helios-setup] Dec 20 21:27:47.867 INFO E| Compiling toml v0.5.11
27992024-12-20T21:27:51.654Z[ helios-setup] Dec 20 21:27:50.914 INFO E| Compiling proc-macro-crate v0.1.5
28002024-12-20T21:27:53.293Z[ helios-setup] Dec 20 21:27:52.551 INFO E| Compiling thiserror-impl v1.0.64
28012024-12-20T21:27:53.293Z[ helios-setup] Dec 20 21:27:52.551 INFO E| Compiling serde_derive v1.0.210
28022024-12-20T21:27:53.397Z[ helios-setup] Dec 20 21:27:52.657 INFO E| Compiling schemars_derive v0.8.21
28032024-12-20T21:27:53.515Z[ helios-setup] Dec 20 21:27:52.775 INFO E| Compiling zerocopy-derive v0.6.6
28042024-12-20T21:27:53.786Z[ helios-setup] Dec 20 21:27:53.046 INFO E| Compiling num-derive v0.4.2
28052024-12-20T21:27:53.869Z[ host-package] Compiling peg v0.8.4
28062024-12-20T21:27:54.214Z[ host-package] Compiling tabled v0.15.0
28072024-12-20T21:27:57.437Z[ helios-setup] Dec 20 21:27:56.696 INFO E| Compiling zerocopy v0.6.6
28082024-12-20T21:27:59.268Z[ helios-setup] Dec 20 21:27:58.527 INFO E| Compiling modular-bitfield-impl v0.11.2
28092024-12-20T21:27:59.268Z[ helios-setup] Dec 20 21:27:58.527 INFO E| Compiling strum_macros v0.23.1
28102024-12-20T21:27:59.337Z[ helios-setup] Dec 20 21:27:58.594 INFO E| Compiling scroll_derive v0.10.5
28112024-12-20T21:27:59.629Z[ helios-setup] Dec 20 21:27:58.889 INFO E| Compiling pest v2.7.13
28122024-12-20T21:28:00.112Z[ helios-setup] Dec 20 21:27:59.346 INFO E| Compiling structopt-derive v0.4.18
28132024-12-20T21:28:02.441Z[ helios-setup] Dec 20 21:28:01.700 INFO E| Compiling scroll v0.10.2
28142024-12-20T21:28:04.181Z[ helios-setup] Dec 20 21:28:03.437 INFO E| Compiling goblin v0.4.3
28152024-12-20T21:28:04.935Z[ helios-setup] Dec 20 21:28:04.194 INFO E| Compiling pest_meta v2.7.13
28162024-12-20T21:28:05.200Z[ helios-setup] Dec 20 21:28:04.459 INFO E| Compiling modular-bitfield v0.11.2
28172024-12-20T21:28:05.353Z[ helios-setup] Dec 20 21:28:04.612 INFO E| Compiling structopt v0.3.26
28182024-12-20T21:28:07.318Z[ helios-setup] Dec 20 21:28:06.576 INFO E| Compiling pest_generator v2.7.13
28192024-12-20T21:28:12.613Z[ helios-setup] Dec 20 21:28:11.872 INFO E| Compiling pest_derive v2.7.13
28202024-12-20T21:28:15.533Z[ host-package] Compiling derive_builder v0.20.2
28212024-12-20T21:28:15.982Z[ host-package] Compiling sled-agent-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types)
28222024-12-20T21:28:16.821Z[ helios-setup] Dec 20 21:28:16.079 INFO E| Compiling json5 v0.4.1
28232024-12-20T21:28:20.013Z[ host-package] Compiling oximeter-producer v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer)
28242024-12-20T21:28:20.689Z[ host-package] Compiling clickward v0.1.0 (https://github.com/oxidecomputer/clickward?rev=242fd812aaeafec99ba01b5505ffbb2bd2370917#242fd812)
28252024-12-20T21:28:22.277Z[ helios-setup] Dec 20 21:28:21.535 INFO E| Compiling four-cc v0.3.0
28262024-12-20T21:28:22.277Z[ helios-setup] Dec 20 21:28:21.535 INFO E| Compiling amd-efs v0.4.3 (ssh://git@github.com/oxidecomputer/amd-efs.git?tag=v0.4.3#ad2861c0)
28272024-12-20T21:28:22.477Z[ helios-setup] Dec 20 21:28:21.735 INFO E| Compiling amd-apcb v0.4.3 (https://github.com/oxidecomputer/amd-apcb.git?tag=v0.4.3#fc35d39d)
28282024-12-20T21:28:24.585Z[ host-package] Compiling nexus-auth v0.1.0 (/work/oxidecomputer/omicron/nexus/auth)
28292024-12-20T21:28:25.241Z[ host-package] Compiling bcs v0.1.6
28302024-12-20T21:28:26.225Z[ host-package] Compiling impl-trait-for-tuples v0.2.2
28312024-12-20T21:28:26.316Z[ host-package] Compiling oso-derive v0.27.3
28322024-12-20T21:28:26.538Z[ host-package] Compiling libz-sys v1.1.20
28332024-12-20T21:28:27.508Z[ host-package] Compiling quick-xml v0.33.0
28342024-12-20T21:28:27.819Z[ host-package] Compiling diesel-dtrace v0.4.2
28352024-12-20T21:28:28.354Z[ host-package] Compiling parking_lot_core v0.8.6
28362024-12-20T21:28:34.218Z[ host-package] Compiling oso v0.27.3
28372024-12-20T21:28:34.337Z[ host-package] Compiling authz-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/authz-macros)
28382024-12-20T21:28:36.137Z[ host-package] Compiling installinator-common v0.1.0 (/work/oxidecomputer/omicron/installinator-common)
28392024-12-20T21:28:42.431Z[ host-package] Compiling dns-service-client v0.1.0 (/work/oxidecomputer/omicron/clients/dns-service-client)
28402024-12-20T21:28:45.925Z[ host-package] Compiling nexus-db-queries v0.1.0 (/work/oxidecomputer/omicron/nexus/db-queries)
28412024-12-20T21:28:46.433Z[ host-package] Compiling bb8 v0.8.5
28422024-12-20T21:28:47.574Z[ host-package] Compiling async-bb8-diesel v0.2.1
28432024-12-20T21:28:50.839Z[ host-package] Compiling nibble_vec v0.1.0
28442024-12-20T21:28:51.129Z[ host-package] Compiling libgit2-sys v0.17.0+1.8.1
28452024-12-20T21:28:52.045Z[ host-package] Compiling atty v0.2.14
28462024-12-20T21:28:52.280Z[ host-package] Compiling salty v0.3.0
28472024-12-20T21:28:52.778Z[ host-package] Compiling endian-type v0.1.2
28482024-12-20T21:28:53.108Z[ host-package] Compiling radix_trie v0.2.1
28492024-12-20T21:28:54.665Z[ host-package] Compiling parking_lot v0.11.2
28502024-12-20T21:28:57.126Z[ host-package] Compiling clickhouse-admin-server-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-server-client)
28512024-12-20T21:29:04.278Z[ host-package] Compiling crucible-agent-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=5a41b826171c7d2a8412fa833377ab1df25ee8ec#5a41b826)
28522024-12-20T21:29:05.322Z[ helios-setup] Dec 20 21:29:04.575 INFO E| Compiling amd-host-image-builder-config v0.1.0 (/work/oxidecomputer/helios/projects/amd-host-image-builder/amd-host-image-builder-config)
28532024-12-20T21:29:10.008Z[ host-package] Compiling sled v0.34.7
28542024-12-20T21:29:18.707Z[ helios-setup] Dec 20 21:29:17.960 INFO E| Compiling amd-host-image-builder v0.1.2 (/work/oxidecomputer/helios/projects/amd-host-image-builder)
28552024-12-20T21:29:29.333Z[ host-package] Compiling mime_guess v2.0.5
28562024-12-20T21:29:30.781Z[ host-package] Compiling hickory-client v0.24.1
28572024-12-20T21:29:31.207Z[ host-package] Compiling ipcc v0.1.0 (/work/oxidecomputer/omicron/ipcc)
28582024-12-20T21:29:31.784Z[ host-package] Compiling dns-server-api v0.1.0 (/work/oxidecomputer/omicron/dns-server-api)
28592024-12-20T21:29:31.843Z[ host-package] Compiling bootstrap-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-client)
28602024-12-20T21:29:33.737Z[ host-package] Compiling oximeter-client v0.1.0 (/work/oxidecomputer/omicron/clients/oximeter-client)
28612024-12-20T21:29:36.781Z[ host-package] Compiling ddm-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=93cd0d642cf1b58f9f4528275e2a2aa758e9feb3#93cd0d64)
28622024-12-20T21:29:39.017Z[ host-package] Compiling hickory-server v0.24.1
28632024-12-20T21:29:39.059Z[ host-package] Compiling primeorder v0.13.6
28642024-12-20T21:29:39.796Z[ host-package] Compiling castaway v0.2.3
28652024-12-20T21:29:40.078Z[ host-package] Compiling vergen v8.3.2
28662024-12-20T21:29:40.450Z[ host-package] Compiling env_filter v0.1.2
28672024-12-20T21:29:42.336Z[ host-package] Compiling cargo-platform v0.1.8
28682024-12-20T21:29:43.049Z[ host-package] Compiling nanorand v0.7.0
28692024-12-20T21:29:43.984Z[ host-package] Compiling memoffset v0.9.1
28702024-12-20T21:29:43.987Z[ host-package] Compiling flume v0.11.1
28712024-12-20T21:29:44.644Z[ host-package] Compiling cargo_metadata v0.18.1
28722024-12-20T21:29:45.293Z[ host-package] Compiling dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server)
28732024-12-20T21:29:48.965Z[ host-package] Compiling git2 v0.19.0
28742024-12-20T21:29:49.187Z[ host-package] Compiling env_logger v0.11.5
28752024-12-20T21:29:51.342Z[ host-package] Compiling compact_str v0.8.0
28762024-12-20T21:29:52.142Z[ host-package] Compiling p384 v0.13.0
28772024-12-20T21:29:52.793Z[ host-package] Compiling omicron-ddm-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ddm-admin-client)
28782024-12-20T21:29:54.120Z[ host-package] Compiling gateway-types v0.1.0 (/work/oxidecomputer/omicron/gateway-types)
28792024-12-20T21:29:55.353Z[ host-package] Compiling attest-data v0.3.0 (https://github.com/oxidecomputer/dice-util?rev=3cc953c8d0ace2f20cbcf3920b0771d25301960a#3cc953c8)
28802024-12-20T21:29:56.682Z[ host-package] Compiling clickhouse-admin-keeper-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-keeper-client)
28812024-12-20T21:29:57.153Z[ host-package] Compiling unicode-truncate v1.1.0
28822024-12-20T21:29:57.496Z[ host-package] Compiling lru v0.12.5
28832024-12-20T21:29:57.988Z[ host-package] Compiling rand_seeder v0.3.0
28842024-12-20T21:29:58.118Z[ helios-setup] Dec 20 21:29:57.367 INFO E| Finished dev [unoptimized + debuginfo] target(s) in 2m 26s
28852024-12-20T21:29:58.152Z[ helios-setup] Dec 20 21:29:57.400 INFO building project "amd-host-image-builder" ok (176 seconds)
28862024-12-20T21:29:58.152Z[ helios-setup] Dec 20 21:29:57.401 INFO building project "pinprick" at /work/oxidecomputer/helios/projects/pinprick
28872024-12-20T21:29:58.154Z[ helios-setup] Dec 20 21:29:57.401 INFO exec: ["cargo", "build", "--locked", "--release"], pwd: Some("/work/oxidecomputer/helios/projects/pinprick")
28882024-12-20T21:29:58.422Z[ helios-setup] Dec 20 21:29:57.671 INFO E| Downloading crates ...
28892024-12-20T21:29:58.510Z[ host-package] Compiling libsqlite3-sys v0.30.1
28902024-12-20T21:29:58.598Z[ host-package] Compiling lzma-sys v0.1.20
28912024-12-20T21:29:58.609Z[ helios-setup] Dec 20 21:29:57.858 INFO E| Downloaded miniz_oxide v0.7.2
28922024-12-20T21:29:58.664Z[ helios-setup] Dec 20 21:29:57.913 INFO E| Compiling adler v1.0.2
28932024-12-20T21:29:58.808Z[ helios-setup] Dec 20 21:29:58.057 INFO E| Compiling miniz_oxide v0.7.2
28942024-12-20T21:29:59.144Z[ host-package] Compiling instability v0.3.2
28952024-12-20T21:29:59.508Z[ host-package] Compiling cassowary v0.3.0
28962024-12-20T21:30:00.208Z[ host-package] Compiling http-range v0.1.5
28972024-12-20T21:30:00.436Z[ host-package] Compiling rustls v0.21.12
28982024-12-20T21:30:00.927Z[ host-package] Compiling sprockets-tls v0.1.0 (https://github.com/oxidecomputer/sprockets.git?rev=cc13773832df1e38257cdc511adfaad72954bbe1#cc137738)
28992024-12-20T21:30:00.927Z[ host-package] Compiling cfg_aliases v0.2.1
29002024-12-20T21:30:01.060Z[ host-package] Compiling nix v0.29.0
29012024-12-20T21:30:01.542Z[ host-package] Compiling ratatui v0.28.1
29022024-12-20T21:30:01.747Z[ helios-setup] Dec 20 21:30:00.995 INFO E| Compiling pinprick v0.1.0 (/work/oxidecomputer/helios/projects/pinprick)
29032024-12-20T21:30:02.194Z[ host-package] Compiling typed-rng v0.1.0 (/work/oxidecomputer/omicron/typed-rng)
29042024-12-20T21:30:02.657Z[ helios-setup] Dec 20 21:30:01.906 INFO E| Finished `release` profile [optimized] target(s) in 4.42s
29052024-12-20T21:30:02.668Z[ helios-setup] Dec 20 21:30:01.916 INFO building project "pinprick" ok (4 seconds)
29062024-12-20T21:30:02.670Z[ helios-setup] Dec 20 21:30:01.916 INFO building project "pilot" at /work/oxidecomputer/helios/projects/pilot
29072024-12-20T21:30:02.670Z[ helios-setup] Dec 20 21:30:01.916 INFO exec: ["cargo", "build", "--locked", "--release"], pwd: Some("/work/oxidecomputer/helios/projects/pilot")
29082024-12-20T21:30:03.023Z[ helios-setup] Dec 20 21:30:02.271 INFO E| Updating git repository `https://github.com/oxidecomputer/progenitor`
29092024-12-20T21:30:03.523Z[ host-package] Compiling dice-verifier v0.2.0 (https://github.com/oxidecomputer/dice-util?rev=3cc953c8d0ace2f20cbcf3920b0771d25301960a#3cc953c8)
29102024-12-20T21:30:04.114Z[ helios-setup] Dec 20 21:30:03.362 INFO E| From https://github.com/oxidecomputer/progenitor
29112024-12-20T21:30:04.114Z[ helios-setup] Dec 20 21:30:03.362 INFO E| * [new ref] 3a5fe998e6c790223a9ff195df96e1f34ba2c149 -> refs/commit/3a5fe998e6c790223a9ff195df96e1f34ba2c149
29122024-12-20T21:30:04.147Z[ helios-setup] Dec 20 21:30:03.396 INFO E| * [new tag] v0.1.1 -> v0.1.1
29132024-12-20T21:30:04.147Z[ helios-setup] Dec 20 21:30:03.396 INFO E| * [new tag] v0.2.0 -> v0.2.0
29142024-12-20T21:30:04.272Z[ helios-setup] Dec 20 21:30:03.520 INFO E| Updating git repository `https://github.com/jclulow/hiercmd`
29152024-12-20T21:30:04.522Z[ host-package] Compiling wicket-common v0.1.0 (/work/oxidecomputer/omicron/wicket-common)
29162024-12-20T21:30:04.907Z[ helios-setup] Dec 20 21:30:04.155 INFO E| From https://github.com/jclulow/hiercmd
29172024-12-20T21:30:04.907Z[ helios-setup] Dec 20 21:30:04.155 INFO E| * [new ref] d9d28d6aa06f0740b8668b9e64c0f4bb69243aad -> refs/commit/d9d28d6aa06f0740b8668b9e64c0f4bb69243aad
29182024-12-20T21:30:04.927Z[ helios-setup] Dec 20 21:30:04.175 INFO E| Updating git repository `https://github.com/jclulow/network-interface`
29192024-12-20T21:30:05.410Z[ helios-setup] Dec 20 21:30:04.658 INFO E| From https://github.com/jclulow/network-interface
29202024-12-20T21:30:05.410Z[ helios-setup] Dec 20 21:30:04.658 INFO E| * [new ref] 827e6b7ba62ea32474ef38b1b02942bdf3933624 -> refs/commit/827e6b7ba62ea32474ef38b1b02942bdf3933624
29212024-12-20T21:30:05.429Z[ helios-setup] Dec 20 21:30:04.677 INFO E| Updating git repository `https://github.com/oxidecomputer/boot-image-tools.git`
29222024-12-20T21:30:06.023Z[ helios-setup] Dec 20 21:30:05.271 INFO E| From https://github.com/oxidecomputer/boot-image-tools
29232024-12-20T21:30:06.023Z[ helios-setup] Dec 20 21:30:05.271 INFO E| * [new ref] 300caa098652a2988eb3cbf936868cb719a155ff -> refs/commit/300caa098652a2988eb3cbf936868cb719a155ff
29242024-12-20T21:30:06.070Z[ helios-setup] Dec 20 21:30:05.318 INFO E| Updating git repository `git+ssh://git@github.com/oxidecomputer/facade`
29252024-12-20T21:30:06.231Z[ host-package] Compiling key-manager v0.1.0 (/work/oxidecomputer/omicron/key-manager)
29262024-12-20T21:30:06.805Z[ helios-setup] Dec 20 21:30:06.053 INFO E| From https://github.com/oxidecomputer/facade
29272024-12-20T21:30:06.805Z[ helios-setup] Dec 20 21:30:06.053 INFO E| * [new ref] aadb1404d3e53f6d1b5928a1aa09dcec0e0a3892 -> refs/commit/aadb1404d3e53f6d1b5928a1aa09dcec0e0a3892
29282024-12-20T21:30:06.846Z[ helios-setup] Dec 20 21:30:06.094 INFO E| Updating git repository `https://github.com/oxidecomputer/dropshot.git`
29292024-12-20T21:30:06.916Z[ host-package] Compiling nexus-saga-recovery v0.1.0 (/work/oxidecomputer/omicron/nexus/saga-recovery)
29302024-12-20T21:30:07.060Z[ host-package] Compiling rustls-webpki v0.101.7
29312024-12-20T21:30:07.232Z[ host-package] Compiling sct v0.7.1
29322024-12-20T21:30:07.557Z[ helios-setup] Dec 20 21:30:06.805 INFO E| From https://github.com/oxidecomputer/dropshot
29332024-12-20T21:30:07.558Z[ helios-setup] Dec 20 21:30:06.805 INFO E| * [new ref] 9911f3cf00178e0ee64b99f2c59b5a5464075230 -> refs/commit/9911f3cf00178e0ee64b99f2c59b5a5464075230
29342024-12-20T21:30:07.594Z[ helios-setup] Dec 20 21:30:06.842 INFO E| * [new tag] v0.3.0 -> v0.3.0
29352024-12-20T21:30:07.594Z[ helios-setup] Dec 20 21:30:06.842 INFO E| * [new tag] v0.4.0 -> v0.4.0
29362024-12-20T21:30:07.598Z[ helios-setup] Dec 20 21:30:06.842 INFO E| * [new tag] v0.5.0 -> v0.5.0
29372024-12-20T21:30:07.598Z[ helios-setup] Dec 20 21:30:06.842 INFO E| * [new tag] v0.5.1 -> v0.5.1
29382024-12-20T21:30:07.598Z[ helios-setup] Dec 20 21:30:06.843 INFO E| * [new tag] v0.6.0 -> v0.6.0
29392024-12-20T21:30:07.598Z[ helios-setup] Dec 20 21:30:06.843 INFO E| * [new tag] v0.7.0 -> v0.7.0
29402024-12-20T21:30:07.598Z[ helios-setup] Dec 20 21:30:06.843 INFO E| * [new tag] v0.8.0 -> v0.8.0
29412024-12-20T21:30:07.598Z[ helios-setup] Dec 20 21:30:06.843 INFO E| * [new tag] v0.9.0 -> v0.9.0
29422024-12-20T21:30:07.644Z[ helios-setup] Dec 20 21:30:06.892 INFO E| Updating crates.io index
29432024-12-20T21:30:07.754Z[ helios-setup] Dec 20 21:30:07.002 INFO E| Updating git repository `https://github.com/oxidecomputer/typify`
29442024-12-20T21:30:07.771Z[ host-package] Compiling heck v0.3.3
29452024-12-20T21:30:08.206Z[ host-package] Compiling csv-core v0.1.11
29462024-12-20T21:30:08.579Z[ helios-setup] Dec 20 21:30:07.827 INFO E| From https://github.com/oxidecomputer/typify
29472024-12-20T21:30:08.579Z[ helios-setup] Dec 20 21:30:07.827 INFO E| * [new ref] fec09bd1924a676ac18eecc0dea64b8ec042fdb4 -> refs/commit/fec09bd1924a676ac18eecc0dea64b8ec042fdb4
29482024-12-20T21:30:08.614Z[ helios-setup] Dec 20 21:30:07.862 INFO E| * [new tag] v0.0.10 -> v0.0.10
29492024-12-20T21:30:08.614Z[ helios-setup] Dec 20 21:30:07.862 INFO E| * [new tag] v0.0.11 -> v0.0.11
29502024-12-20T21:30:08.617Z[ helios-setup] Dec 20 21:30:07.862 INFO E| * [new tag] v0.0.4 -> v0.0.4
29512024-12-20T21:30:08.617Z[ helios-setup] Dec 20 21:30:07.862 INFO E| * [new tag] v0.0.5 -> v0.0.5
29522024-12-20T21:30:08.617Z[ helios-setup] Dec 20 21:30:07.862 INFO E| * [new tag] v0.0.7 -> v0.0.7
29532024-12-20T21:30:08.617Z[ helios-setup] Dec 20 21:30:07.862 INFO E| * [new tag] v0.0.8 -> v0.0.8
29542024-12-20T21:30:08.617Z[ helios-setup] Dec 20 21:30:07.863 INFO E| * [new tag] v0.0.9 -> v0.0.9
29552024-12-20T21:30:08.892Z[ helios-setup] Dec 20 21:30:08.140 INFO E| Downloading crates ...
29562024-12-20T21:30:09.069Z[ helios-setup] Dec 20 21:30:08.316 INFO E| Downloaded const-random-macro v0.1.15
29572024-12-20T21:30:09.071Z[ helios-setup] Dec 20 21:30:08.319 INFO E| Downloaded ahash v0.7.6
29582024-12-20T21:30:09.076Z[ helios-setup] Dec 20 21:30:08.323 INFO E| Downloaded async-stream-impl v0.3.5
29592024-12-20T21:30:09.091Z[ helios-setup] Dec 20 21:30:08.339 INFO E| Downloaded crossbeam-deque v0.8.2
29602024-12-20T21:30:09.094Z[ helios-setup] Dec 20 21:30:08.342 INFO E| Downloaded concolor-override v1.0.0
29612024-12-20T21:30:09.097Z[ helios-setup] Dec 20 21:30:08.343 INFO E| Downloaded autocfg v1.1.0
29622024-12-20T21:30:09.121Z[ helios-setup] Dec 20 21:30:08.368 INFO E| Downloaded project-root v0.2.2
29632024-12-20T21:30:09.123Z[ helios-setup] Dec 20 21:30:08.370 INFO E| Downloaded rustls-pemfile v1.0.2
29642024-12-20T21:30:09.126Z[ helios-setup] Dec 20 21:30:08.374 INFO E| Downloaded async-stream v0.3.5
29652024-12-20T21:30:09.130Z[ helios-setup] Dec 20 21:30:08.378 INFO E| Downloaded num_cpus v1.15.0
29662024-12-20T21:30:09.136Z[ helios-setup] Dec 20 21:30:08.384 INFO E| Downloaded slog-bunyan v2.4.0
29672024-12-20T21:30:09.139Z[ helios-setup] Dec 20 21:30:08.387 INFO E| Downloaded tower-service v0.3.2
29682024-12-20T21:30:09.141Z[ helios-setup] Dec 20 21:30:08.388 INFO E| Downloaded paste v1.0.12
29692024-12-20T21:30:09.146Z[ helios-setup] Dec 20 21:30:08.393 INFO E| Downloaded want v0.3.0
29702024-12-20T21:30:09.148Z[ helios-setup] Dec 20 21:30:08.395 INFO E| Downloaded itoa v1.0.6
29712024-12-20T21:30:09.151Z[ helios-setup] Dec 20 21:30:08.398 INFO E| Downloaded iana-time-zone v0.1.56
29722024-12-20T21:30:09.154Z[ helios-setup] Dec 20 21:30:08.402 INFO E| Downloaded either v1.8.0
29732024-12-20T21:30:09.157Z[ helios-setup] Dec 20 21:30:08.404 INFO E| Downloaded jobserver v0.1.26
29742024-12-20T21:30:09.159Z[ helios-setup] Dec 20 21:30:08.407 INFO E| Downloaded futures-executor v0.3.28
29752024-12-20T21:30:09.162Z[ helios-setup] Dec 20 21:30:08.410 INFO E| Downloaded bincode v1.3.3
29762024-12-20T21:30:09.166Z[ helios-setup] Dec 20 21:30:08.414 INFO E| Downloaded toolchain_find v0.2.0
29772024-12-20T21:30:09.168Z[ helios-setup] Dec 20 21:30:08.416 INFO E| Downloaded thiserror v1.0.38
29782024-12-20T21:30:09.175Z[ helios-setup] Dec 20 21:30:08.423 INFO E| Downloaded try-lock v0.2.4
29792024-12-20T21:30:09.178Z[ helios-setup] Dec 20 21:30:08.425 INFO E| Downloaded rustfmt-wrapper v0.2.0
29802024-12-20T21:30:09.181Z[ helios-setup] Dec 20 21:30:08.427 INFO E| Downloaded proc-macro-crate v1.2.1
29812024-12-20T21:30:09.181Z[ helios-setup] Dec 20 21:30:08.428 INFO E| Downloaded pkg-config v0.3.26
29822024-12-20T21:30:09.184Z[ helios-setup] Dec 20 21:30:08.431 INFO E| Downloaded thiserror-impl v1.0.38
29832024-12-20T21:30:09.195Z[ helios-setup] Dec 20 21:30:08.432 INFO E| Downloaded slab v0.4.7
29842024-12-20T21:30:09.195Z[ helios-setup] Dec 20 21:30:08.435 INFO E| Downloaded utf8parse v0.2.1
29852024-12-20T21:30:09.195Z[ helios-setup] Dec 20 21:30:08.436 INFO E| Downloaded ipnet v2.7.2
29862024-12-20T21:30:09.195Z[ helios-setup] Dec 20 21:30:08.439 INFO E| Downloaded dyn-clone v1.0.11
29872024-12-20T21:30:09.195Z[ helios-setup] Dec 20 21:30:08.441 INFO E| Downloaded clap_derive v4.2.0
29882024-12-20T21:30:09.198Z[ helios-setup] Dec 20 21:30:08.444 INFO E| Downloaded clap_lex v0.4.1
29892024-12-20T21:30:09.200Z[ helios-setup] Dec 20 21:30:08.446 INFO E| Downloaded async-trait v0.1.68
29902024-12-20T21:30:09.203Z[ helios-setup] Dec 20 21:30:08.451 INFO E| Downloaded serde_path_to_error v0.1.11
29912024-12-20T21:30:09.205Z[ helios-setup] Dec 20 21:30:08.453 INFO E| Downloaded semver v0.11.0
29922024-12-20T21:30:09.208Z[ helios-setup] Dec 20 21:30:08.456 INFO E| Downloaded toml_datetime v0.6.1
29932024-12-20T21:30:09.211Z[ host-package] Compiling gateway-sp-comms v0.1.1 (https://github.com/oxidecomputer/management-gateway-service?rev=9bbac475dcaac88286c07a20b6bd3e94fc81d7f0#9bbac475)
29942024-12-20T21:30:09.211Z[ helios-setup] Dec 20 21:30:08.458 INFO E| Downloaded serde_spanned v0.6.1
29952024-12-20T21:30:09.213Z[ helios-setup] Dec 20 21:30:08.460 INFO E| Downloaded schemars_derive v0.8.12
29962024-12-20T21:30:09.216Z[ helios-setup] Dec 20 21:30:08.462 INFO E| Downloaded tempfile v3.5.0
29972024-12-20T21:30:09.219Z[ helios-setup] Dec 20 21:30:08.466 INFO E| Downloaded terminal_size v0.2.6
29982024-12-20T21:30:09.222Z[ helios-setup] Dec 20 21:30:08.469 INFO E| Downloaded rhai_codegen v1.5.0
29992024-12-20T21:30:09.240Z[ helios-setup] Dec 20 21:30:08.488 INFO E| Downloaded sct v0.7.0
30002024-12-20T21:30:09.246Z[ helios-setup] Dec 20 21:30:08.493 INFO E| Downloaded anyhow v1.0.68
30012024-12-20T21:30:09.252Z[ helios-setup] Dec 20 21:30:08.500 INFO E| Downloaded semver v1.0.17
30022024-12-20T21:30:09.255Z[ helios-setup] Dec 20 21:30:08.503 INFO E| Downloaded serde_derive_internals v0.26.0
30032024-12-20T21:30:09.258Z[ helios-setup] Dec 20 21:30:08.506 INFO E| Downloaded time v0.1.45
30042024-12-20T21:30:09.274Z[ helios-setup] Dec 20 21:30:08.521 INFO E| Downloaded serde_derive v1.0.204
30052024-12-20T21:30:09.279Z[ helios-setup] Dec 20 21:30:08.526 INFO E| Downloaded crossbeam-utils v0.8.14
30062024-12-20T21:30:09.283Z[ helios-setup] Dec 20 21:30:08.531 INFO E| Downloaded ryu v1.0.13
30072024-12-20T21:30:09.289Z[ helios-setup] Dec 20 21:30:08.537 INFO E| Downloaded uuid v1.3.0
30082024-12-20T21:30:09.297Z[ helios-setup] Dec 20 21:30:08.544 INFO E| Downloaded schemars v0.8.12
30092024-12-20T21:30:09.317Z[ helios-setup] Dec 20 21:30:08.565 INFO E| Downloaded smallvec v1.10.0
30102024-12-20T21:30:09.320Z[ helios-setup] Dec 20 21:30:08.568 INFO E| Downloaded unicode-linebreak v0.1.4
30112024-12-20T21:30:09.323Z[ helios-setup] Dec 20 21:30:08.571 INFO E| Downloaded tungstenite v0.18.0
30122024-12-20T21:30:09.333Z[ helios-setup] Dec 20 21:30:08.581 INFO E| Downloaded serde v1.0.204
30132024-12-20T21:30:09.338Z[ helios-setup] Dec 20 21:30:08.586 INFO E| Downloaded toml_edit v0.19.8
30142024-12-20T21:30:09.379Z[ helios-setup] Dec 20 21:30:08.626 INFO E| Downloaded unicode-normalization v0.1.22
30152024-12-20T21:30:09.384Z[ helios-setup] Dec 20 21:30:08.632 INFO E| Downloaded winnow v0.4.1
30162024-12-20T21:30:09.408Z[ helios-setup] Dec 20 21:30:08.656 INFO E| Downloaded serde_json v1.0.95
30172024-12-20T21:30:09.439Z[ helios-setup] Dec 20 21:30:08.686 INFO E| Downloaded aho-corasick v0.7.20
30182024-12-20T21:30:09.444Z[ helios-setup] Dec 20 21:30:08.692 INFO E| Downloaded clap_builder v4.2.1
30192024-12-20T21:30:09.455Z[ helios-setup] Dec 20 21:30:08.702 INFO E| Downloaded serde_yaml v0.9.21
30202024-12-20T21:30:09.460Z[ helios-setup] Dec 20 21:30:08.707 INFO E| Downloaded h2 v0.3.16
30212024-12-20T21:30:09.469Z[ helios-setup] Dec 20 21:30:08.716 INFO E| Downloaded futures-util v0.3.28
30222024-12-20T21:30:09.485Z[ helios-setup] Dec 20 21:30:08.732 INFO E| Downloaded reqwest v0.11.16
30232024-12-20T21:30:09.496Z[ helios-setup] Dec 20 21:30:08.743 INFO E| Downloaded syn v1.0.107
30242024-12-20T21:30:09.514Z[ helios-setup] Dec 20 21:30:08.761 INFO E| Downloaded syn v2.0.72
30252024-12-20T21:30:09.531Z[ helios-setup] Dec 20 21:30:08.779 INFO E| Downloaded rayon v1.6.1
30262024-12-20T21:30:09.545Z[ helios-setup] Dec 20 21:30:08.793 INFO E| Downloaded regex v1.7.3
30272024-12-20T21:30:09.557Z[ helios-setup] Dec 20 21:30:08.805 INFO E| Downloaded hyper v0.14.25
30282024-12-20T21:30:09.571Z[ helios-setup] Dec 20 21:30:08.818 INFO E| Downloaded regress v0.5.0
30292024-12-20T21:30:09.585Z[ helios-setup] Dec 20 21:30:08.832 INFO E| Downloaded rustls v0.21.0
30302024-12-20T21:30:09.618Z[ helios-setup] Dec 20 21:30:08.865 INFO E| Downloaded git2 v0.16.1
30312024-12-20T21:30:09.629Z[ helios-setup] Dec 20 21:30:08.876 INFO E| Downloaded rustix v0.37.3
30322024-12-20T21:30:09.656Z[ helios-setup] Dec 20 21:30:08.903 INFO E| Downloaded chrono v0.4.24
30332024-12-20T21:30:09.667Z[ helios-setup] Dec 20 21:30:08.914 INFO E| Downloaded pest v2.5.7
30342024-12-20T21:30:09.675Z[ helios-setup] Dec 20 21:30:08.922 INFO E| Downloaded rhai v1.14.0
30352024-12-20T21:30:09.693Z[ helios-setup] Dec 20 21:30:08.941 INFO E| Downloaded http v0.2.9
30362024-12-20T21:30:09.701Z[ helios-setup] Dec 20 21:30:08.947 INFO E| Downloaded mio v0.8.5
30372024-12-20T21:30:09.707Z[ helios-setup] Dec 20 21:30:08.955 INFO E| Downloaded openapiv3 v1.0.2
30382024-12-20T21:30:09.726Z[ helios-setup] Dec 20 21:30:08.973 INFO E| Downloaded tokio-util v0.7.7
30392024-12-20T21:30:09.734Z[ helios-setup] Dec 20 21:30:08.982 INFO E| Downloaded crossbeam-channel v0.5.6
30402024-12-20T21:30:09.740Z[ helios-setup] Dec 20 21:30:08.988 INFO E| Downloaded url v2.3.1
30412024-12-20T21:30:09.744Z[ helios-setup] Dec 20 21:30:08.992 INFO E| Downloaded tracing-core v0.1.30
30422024-12-20T21:30:09.748Z[ helios-setup] Dec 20 21:30:08.995 INFO E| Downloaded tracing v0.1.37
30432024-12-20T21:30:09.754Z[ helios-setup] Dec 20 21:30:09.001 INFO E| Downloaded rustls-webpki v0.100.1
30442024-12-20T21:30:09.762Z[ helios-setup] Dec 20 21:30:09.010 INFO E| Downloaded unsafe-libyaml v0.2.8
30452024-12-20T21:30:09.767Z[ helios-setup] Dec 20 21:30:09.015 INFO E| Downloaded ucd-trie v0.1.5
30462024-12-20T21:30:09.770Z[ helios-setup] Dec 20 21:30:09.017 INFO E| Downloaded textwrap v0.16.0
30472024-12-20T21:30:09.773Z[ helios-setup] Dec 20 21:30:09.021 INFO E| Downloaded tinyvec v1.6.0
30482024-12-20T21:30:09.794Z[ host-package] Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys?branch=main#e07ad764)
30492024-12-20T21:30:09.798Z[ helios-setup] Dec 20 21:30:09.046 INFO E| Downloaded rayon-core v1.10.2
30502024-12-20T21:30:09.814Z[ helios-setup] Dec 20 21:30:09.053 INFO E| Downloaded tokio v1.27.0
30512024-12-20T21:30:09.861Z[ helios-setup] Dec 20 21:30:09.109 INFO E| Downloaded num-traits v0.2.15
30522024-12-20T21:30:09.865Z[ helios-setup] Dec 20 21:30:09.113 INFO E| Downloaded clap v4.2.1
30532024-12-20T21:30:09.875Z[ host-package] Compiling glob v0.3.1
30542024-12-20T21:30:09.879Z[ helios-setup] Dec 20 21:30:09.127 INFO E| Downloaded cc v1.0.78
30552024-12-20T21:30:09.883Z[ helios-setup] Dec 20 21:30:09.131 INFO E| Downloaded bytes v1.4.0
30562024-12-20T21:30:09.889Z[ helios-setup] Dec 20 21:30:09.137 INFO E| Downloaded unicode-ident v1.0.8
30572024-12-20T21:30:09.894Z[ helios-setup] Dec 20 21:30:09.142 INFO E| Downloaded unicode-bidi v0.3.13
30582024-12-20T21:30:09.898Z[ helios-setup] Dec 20 21:30:09.146 INFO E| Downloaded libc v0.2.139
30592024-12-20T21:30:09.968Z[ helios-setup] Dec 20 21:30:09.216 INFO E| Downloaded toml v0.7.3
30602024-12-20T21:30:09.973Z[ helios-setup] Dec 20 21:30:09.221 INFO E| Downloaded memchr v2.5.0
30612024-12-20T21:30:09.979Z[ helios-setup] Dec 20 21:30:09.227 INFO E| Downloaded socket2 v0.4.9
30622024-12-20T21:30:09.983Z[ helios-setup] Dec 20 21:30:09.230 INFO E| Downloaded semver-parser v0.10.2
30632024-12-20T21:30:09.985Z[ helios-setup] Dec 20 21:30:09.233 INFO E| Downloaded base64 v0.21.0
30642024-12-20T21:30:09.990Z[ helios-setup] Dec 20 21:30:09.238 INFO E| Downloaded crossbeam-epoch v0.9.13
30652024-12-20T21:30:09.994Z[ helios-setup] Dec 20 21:30:09.242 INFO E| Downloaded scopeguard v1.1.0
30662024-12-20T21:30:09.996Z[ helios-setup] Dec 20 21:30:09.244 INFO E| Downloaded tokio-tungstenite v0.18.0
30672024-12-20T21:30:09.999Z[ helios-setup] Dec 20 21:30:09.246 INFO E| Downloaded tokio-rustls v0.24.0
30682024-12-20T21:30:10.004Z[ helios-setup] Dec 20 21:30:09.252 INFO E| Downloaded sha1 v0.10.5
30692024-12-20T21:30:10.006Z[ helios-setup] Dec 20 21:30:09.254 INFO E| Downloaded serde_tokenstream v0.2.0
30702024-12-20T21:30:10.011Z[ helios-setup] Dec 20 21:30:09.259 INFO E| Downloaded parking_lot_core v0.9.6
30712024-12-20T21:30:10.016Z[ helios-setup] Dec 20 21:30:09.262 INFO E| Downloaded parking_lot v0.12.1
30722024-12-20T21:30:10.018Z[ helios-setup] Dec 20 21:30:09.266 INFO E| Downloaded futures v0.3.28
30732024-12-20T21:30:10.026Z[ helios-setup] Dec 20 21:30:09.274 INFO E| Downloaded getrandom v0.2.8
30742024-12-20T21:30:10.031Z[ helios-setup] Dec 20 21:30:09.278 INFO E| Downloaded smartstring v1.0.1
30752024-12-20T21:30:10.034Z[ helios-setup] Dec 20 21:30:09.282 INFO E| Downloaded percent-encoding v2.2.0
30762024-12-20T21:30:10.036Z[ helios-setup] Dec 20 21:30:09.283 INFO E| Downloaded log v0.4.17
30772024-12-20T21:30:10.039Z[ helios-setup] Dec 20 21:30:09.287 INFO E| Downloaded io-lifetimes v1.0.10
30782024-12-20T21:30:10.043Z[ helios-setup] Dec 20 21:30:09.291 INFO E| Downloaded camino v1.1.4
30792024-12-20T21:30:10.046Z[ helios-setup] Dec 20 21:30:09.294 INFO E| Downloaded strsim v0.10.0
30802024-12-20T21:30:10.049Z[ helios-setup] Dec 20 21:30:09.297 INFO E| Downloaded quote v1.0.36
30812024-12-20T21:30:10.053Z[ helios-setup] Dec 20 21:30:09.301 INFO E| Downloaded futures-channel v0.3.28
30822024-12-20T21:30:10.058Z[ helios-setup] Dec 20 21:30:09.305 INFO E| Downloaded once_cell v1.17.0
30832024-12-20T21:30:10.062Z[ helios-setup] Dec 20 21:30:09.310 INFO E| Downloaded ahash v0.8.3
30842024-12-20T21:30:10.066Z[ helios-setup] Dec 20 21:30:09.314 INFO E| Downloaded pin-project-lite v0.2.9
30852024-12-20T21:30:10.085Z[ helios-setup] Dec 20 21:30:09.321 INFO E| Downloaded lock_api v0.4.9
30862024-12-20T21:30:10.085Z[ helios-setup] Dec 20 21:30:09.324 INFO E| Downloaded httparse v1.8.0
30872024-12-20T21:30:10.085Z[ helios-setup] Dec 20 21:30:09.328 INFO E| Downloaded cargo-lock v8.0.3
30882024-12-20T21:30:10.085Z[ helios-setup] Dec 20 21:30:09.332 INFO E| Downloaded anstyle-parse v0.1.1
30892024-12-20T21:30:10.088Z[ helios-setup] Dec 20 21:30:09.335 INFO E| Downloaded smawk v0.3.1
30902024-12-20T21:30:10.092Z[ helios-setup] Dec 20 21:30:09.337 INFO E| Downloaded slog-async v2.7.0
30912024-12-20T21:30:10.092Z[ helios-setup] Dec 20 21:30:09.340 INFO E| Downloaded num_enum_derive v0.5.7
30922024-12-20T21:30:10.094Z[ helios-setup] Dec 20 21:30:09.341 INFO E| Downloaded num_enum v0.5.7
30932024-12-20T21:30:10.100Z[ helios-setup] Dec 20 21:30:09.348 INFO E| Downloaded form_urlencoded v1.1.0
30942024-12-20T21:30:10.103Z[ helios-setup] Dec 20 21:30:09.350 INFO E| Downloaded tokio-macros v2.0.0
30952024-12-20T21:30:10.105Z[ helios-setup] Dec 20 21:30:09.352 INFO E| Downloaded http-body v0.4.5
30962024-12-20T21:30:10.107Z[ helios-setup] Dec 20 21:30:09.354 INFO E| Downloaded futures-core v0.3.28
30972024-12-20T21:30:10.110Z[ helios-setup] Dec 20 21:30:09.357 INFO E| Downloaded home v0.5.4
30982024-12-20T21:30:10.113Z[ helios-setup] Dec 20 21:30:09.359 INFO E| Downloaded futures-macro v0.3.28
30992024-12-20T21:30:10.113Z[ helios-setup] Dec 20 21:30:09.360 INFO E| Downloaded fastrand v1.9.0
31002024-12-20T21:30:10.116Z[ helios-setup] Dec 20 21:30:09.363 INFO E| Downloaded digest v0.10.6
31012024-12-20T21:30:10.127Z[ helios-setup] Dec 20 21:30:09.366 INFO E| Downloaded memoffset v0.7.1
31022024-12-20T21:30:10.127Z[ helios-setup] Dec 20 21:30:09.367 INFO E| Downloaded encoding_rs v0.8.32
31032024-12-20T21:30:10.152Z[ helios-setup] Dec 20 21:30:09.400 INFO E| Downloaded lazy_static v1.4.0
31042024-12-20T21:30:10.155Z[ helios-setup] Dec 20 21:30:09.402 INFO E| Downloaded proc-macro-hack v0.5.20+deprecated
31052024-12-20T21:30:10.158Z[ helios-setup] Dec 20 21:30:09.405 INFO E| Downloaded num-integer v0.1.45
31062024-12-20T21:30:10.161Z[ helios-setup] Dec 20 21:30:09.408 INFO E| Downloaded const-random v0.1.15
31072024-12-20T21:30:10.163Z[ helios-setup] Dec 20 21:30:09.409 INFO E| Downloaded concolor-query v0.3.3
31082024-12-20T21:30:10.163Z[ helios-setup] Dec 20 21:30:09.411 INFO E| Downloaded signal-hook-registry v1.4.0
31092024-12-20T21:30:10.166Z[ helios-setup] Dec 20 21:30:09.413 INFO E| Downloaded sha2 v0.10.6
31102024-12-20T21:30:10.169Z[ helios-setup] Dec 20 21:30:09.416 INFO E| Downloaded ppv-lite86 v0.2.17
31112024-12-20T21:30:10.195Z[ helios-setup] Dec 20 21:30:09.438 INFO E| Downloaded is-terminal v0.4.7
31122024-12-20T21:30:10.200Z[ helios-setup] Dec 20 21:30:09.440 INFO E| Downloaded futures-io v0.3.28
31132024-12-20T21:30:10.200Z[ helios-setup] Dec 20 21:30:09.441 INFO E| Downloaded httpdate v1.0.2
31142024-12-20T21:30:10.200Z[ helios-setup] Dec 20 21:30:09.443 INFO E| Downloaded byteorder v1.4.3
31152024-12-20T21:30:10.203Z[ helios-setup] Dec 20 21:30:09.446 INFO E| Downloaded anstream v0.2.6
31162024-12-20T21:30:10.203Z[ helios-setup] Dec 20 21:30:09.449 INFO E| Downloaded anstyle v0.3.5
31172024-12-20T21:30:10.204Z[ helios-setup] Dec 20 21:30:09.451 INFO E| Downloaded futures-task v0.3.28
31182024-12-20T21:30:10.206Z[ helios-setup] Dec 20 21:30:09.453 INFO E| Downloaded futures-sink v0.3.28
31192024-12-20T21:30:10.206Z[ helios-setup] Dec 20 21:30:09.454 INFO E| Downloaded built v0.6.0
31202024-12-20T21:30:10.239Z[ helios-setup] Dec 20 21:30:09.482 INFO E| Downloaded libgit2-sys v0.14.2+1.5.1
31212024-12-20T21:30:10.399Z[ host-package] Compiling sled-storage v0.1.0 (/work/oxidecomputer/omicron/sled-storage)
31222024-12-20T21:30:10.418Z[ helios-setup] Dec 20 21:30:09.666 INFO E| Downloaded libz-sys v1.1.8
31232024-12-20T21:30:10.802Z[ helios-setup] Dec 20 21:30:10.049 INFO E| Compiling proc-macro2 v1.0.86
31242024-12-20T21:30:10.824Z[ helios-setup] Dec 20 21:30:10.071 INFO E| Compiling libc v0.2.139
31252024-12-20T21:30:10.827Z[ helios-setup] Dec 20 21:30:10.071 INFO E| Compiling unicode-ident v1.0.8
31262024-12-20T21:30:10.827Z[ helios-setup] Dec 20 21:30:10.071 INFO E| Compiling autocfg v1.1.0
31272024-12-20T21:30:10.827Z[ helios-setup] Dec 20 21:30:10.072 INFO E| Compiling cfg-if v1.0.0
31282024-12-20T21:30:10.827Z[ helios-setup] Dec 20 21:30:10.072 INFO E| Compiling version_check v0.9.4
31292024-12-20T21:30:10.827Z[ helios-setup] Dec 20 21:30:10.072 INFO E| Compiling serde v1.0.204
31302024-12-20T21:30:10.827Z[ helios-setup] Dec 20 21:30:10.072 INFO E| Compiling syn v1.0.107
31312024-12-20T21:30:11.410Z[ helios-setup] Dec 20 21:30:10.657 INFO E| Compiling memchr v2.5.0
31322024-12-20T21:30:12.516Z[ host-package] Compiling csv v1.3.0
31332024-12-20T21:30:12.615Z[ helios-setup] Dec 20 21:30:11.862 INFO E| Compiling once_cell v1.17.0
31342024-12-20T21:30:12.654Z[ helios-setup] Dec 20 21:30:11.898 INFO E| Compiling thiserror v1.0.38
31352024-12-20T21:30:12.956Z[ helios-setup] Dec 20 21:30:12.204 INFO E| Compiling log v0.4.17
31362024-12-20T21:30:13.585Z[ helios-setup] Dec 20 21:30:12.833 INFO E| Compiling itoa v1.0.6
31372024-12-20T21:30:13.812Z[ host-package] Compiling zone_cfg_derive v0.1.2
31382024-12-20T21:30:13.855Z[ helios-setup] Dec 20 21:30:13.094 INFO E| Compiling serde_json v1.0.95
31392024-12-20T21:30:14.471Z[ helios-setup] Dec 20 21:30:13.715 INFO E| Compiling quote v1.0.36
31402024-12-20T21:30:15.091Z[ helios-setup] Dec 20 21:30:14.338 INFO E| Compiling jobserver v0.1.26
31412024-12-20T21:30:15.183Z[ helios-setup] Dec 20 21:30:14.421 INFO E| Compiling getrandom v0.2.8
31422024-12-20T21:30:15.570Z[ helios-setup] Dec 20 21:30:14.817 INFO E| Compiling syn v2.0.72
31432024-12-20T21:30:15.867Z[ helios-setup] Dec 20 21:30:15.114 INFO E| Compiling cc v1.0.78
31442024-12-20T21:30:16.209Z[ helios-setup] Dec 20 21:30:15.456 INFO E| Compiling indexmap v1.9.3
31452024-12-20T21:30:16.301Z[ helios-setup] Dec 20 21:30:15.548 INFO E| Compiling pin-project-lite v0.2.9
31462024-12-20T21:30:16.479Z[ helios-setup] Dec 20 21:30:15.726 INFO E| Compiling scopeguard v1.1.0
31472024-12-20T21:30:16.856Z[ host-package] Compiling hyper-staticfile v0.10.1
31482024-12-20T21:30:17.073Z[ helios-setup] Dec 20 21:30:16.320 INFO E| Compiling num-integer v0.1.45
31492024-12-20T21:30:17.076Z[ helios-setup] Dec 20 21:30:16.320 INFO E| Compiling futures-core v0.3.28
31502024-12-20T21:30:17.197Z[ helios-setup] Dec 20 21:30:16.444 INFO E| Compiling bytes v1.4.0
31512024-12-20T21:30:17.856Z[ helios-setup] Dec 20 21:30:17.103 INFO E| Compiling ryu v1.0.13
31522024-12-20T21:30:18.919Z[ helios-setup] Dec 20 21:30:18.165 INFO E| Compiling lock_api v0.4.9
31532024-12-20T21:30:19.096Z[ helios-setup] Dec 20 21:30:18.343 INFO E| Compiling parking_lot_core v0.9.6
31542024-12-20T21:30:19.477Z[ helios-setup] Dec 20 21:30:18.723 INFO E| Compiling typenum v1.16.0
31552024-12-20T21:30:19.615Z[ helios-setup] Dec 20 21:30:18.862 INFO E| Compiling bitflags v1.3.2
31562024-12-20T21:30:20.255Z[ helios-setup] Dec 20 21:30:19.502 INFO E| Compiling num_cpus v1.15.0
31572024-12-20T21:30:20.334Z[ helios-setup] Dec 20 21:30:19.581 INFO E| Compiling generic-array v0.14.6
31582024-12-20T21:30:20.394Z[ helios-setup] Dec 20 21:30:19.641 INFO E| Compiling slab v0.4.7
31592024-12-20T21:30:20.425Z[ helios-setup] Dec 20 21:30:19.671 INFO E| Compiling futures-sink v0.3.28
31602024-12-20T21:30:20.521Z[ helios-setup] Dec 20 21:30:19.768 INFO E| Compiling futures-channel v0.3.28
31612024-12-20T21:30:20.662Z[ helios-setup] Dec 20 21:30:19.908 INFO E| Compiling futures-task v0.3.28
31622024-12-20T21:30:21.929Z[ helios-setup] Dec 20 21:30:21.175 INFO E| Compiling tokio v1.27.0
31632024-12-20T21:30:21.937Z[ helios-setup] Dec 20 21:30:21.183 INFO E| Compiling schemars v0.8.12
31642024-12-20T21:30:22.425Z[ host-package] Compiling nix v0.27.1
31652024-12-20T21:30:22.464Z[ helios-setup] Dec 20 21:30:21.346 INFO E| Compiling futures-util v0.3.28
31662024-12-20T21:30:22.464Z[ host-package] Compiling crucible-common v0.0.1 (https://github.com/oxidecomputer/crucible?rev=5a41b826171c7d2a8412fa833377ab1df25ee8ec#5a41b826)
31672024-12-20T21:30:23.110Z[ helios-setup] Dec 20 21:30:22.357 INFO E| Compiling mio v0.8.5
31682024-12-20T21:30:23.154Z[ helios-setup] Dec 20 21:30:22.400 INFO E| Compiling signal-hook-registry v1.4.0
31692024-12-20T21:30:23.351Z[ helios-setup] Dec 20 21:30:22.597 INFO E| Compiling socket2 v0.4.9
31702024-12-20T21:30:23.473Z[ helios-setup] Dec 20 21:30:22.719 INFO E| Compiling ahash v0.7.6
31712024-12-20T21:30:23.521Z[ helios-setup] Dec 20 21:30:22.767 INFO E| Compiling num-traits v0.2.15
31722024-12-20T21:30:24.316Z[ helios-setup] Dec 20 21:30:23.562 INFO E| Compiling pin-utils v0.1.0
31732024-12-20T21:30:24.364Z[ helios-setup] Dec 20 21:30:23.611 INFO E| Compiling io-lifetimes v1.0.10
31742024-12-20T21:30:24.522Z[ helios-setup] Dec 20 21:30:23.768 INFO E| Compiling futures-io v0.3.28
31752024-12-20T21:30:25.612Z[ helios-setup] Dec 20 21:30:24.852 INFO E| Compiling crunchy v0.2.2
31762024-12-20T21:30:26.825Z[ helios-setup] Dec 20 21:30:26.071 INFO E| Compiling ahash v0.8.3
31772024-12-20T21:30:26.855Z[ helios-setup] Dec 20 21:30:26.101 INFO E| Compiling rustix v0.37.3
31782024-12-20T21:30:27.260Z[ helios-setup] Dec 20 21:30:26.506 INFO E| Compiling proc-macro-hack v0.5.20+deprecated
31792024-12-20T21:30:27.485Z[ helios-setup] Dec 20 21:30:26.731 INFO E| Compiling tiny-keccak v2.0.2
31802024-12-20T21:30:27.552Z[ host-package] Compiling nexus-inventory v0.1.0 (/work/oxidecomputer/omicron/nexus/inventory)
31812024-12-20T21:30:27.676Z[ helios-setup] Dec 20 21:30:26.922 INFO E| Compiling serde_derive_internals v0.26.0
31822024-12-20T21:30:27.849Z[ helios-setup] Dec 20 21:30:27.095 INFO E| Compiling hashbrown v0.12.3
31832024-12-20T21:30:28.822Z[ helios-setup] Dec 20 21:30:28.068 INFO E| Compiling crypto-common v0.1.6
31842024-12-20T21:30:28.867Z[ helios-setup] Dec 20 21:30:28.113 INFO E| Compiling block-buffer v0.10.3
31852024-12-20T21:30:30.221Z[ helios-setup] Dec 20 21:30:29.467 INFO E| Compiling errno v0.3.1
31862024-12-20T21:30:30.464Z[ helios-setup] Dec 20 21:30:29.710 INFO E| Compiling pkg-config v0.3.26
31872024-12-20T21:30:30.618Z[ helios-setup] Dec 20 21:30:29.864 INFO E| Compiling crossbeam-utils v0.8.14
31882024-12-20T21:30:30.837Z[ helios-setup] Dec 20 21:30:30.082 INFO E| Compiling fnv v1.0.7
31892024-12-20T21:30:31.127Z[ helios-setup] Dec 20 21:30:30.373 INFO E| Compiling slog v2.7.0
31902024-12-20T21:30:31.904Z[ host-package] Compiling update-common v0.1.0 (/work/oxidecomputer/omicron/update-common)
31912024-12-20T21:30:32.082Z[ host-package] Compiling range-requests v0.1.0 (/work/oxidecomputer/omicron/range-requests)
31922024-12-20T21:30:32.429Z[ helios-setup] Dec 20 21:30:31.674 INFO E| Compiling http v0.2.9
31932024-12-20T21:30:33.681Z[ helios-setup] Dec 20 21:30:32.926 INFO E| Compiling digest v0.10.6
31942024-12-20T21:30:34.452Z[ host-package] Compiling propolis-mock-server v0.0.0 (https://github.com/oxidecomputer/propolis?rev=d4529fd8247386b422b78e1203315d5baea5ea8b#d4529fd8)
31952024-12-20T21:30:34.613Z[ helios-setup] Dec 20 21:30:33.858 INFO E| Compiling aho-corasick v0.7.20
31962024-12-20T21:30:35.093Z[ helios-setup] Dec 20 21:30:34.339 INFO E| Compiling percent-encoding v2.2.0
31972024-12-20T21:30:35.373Z[ helios-setup] Dec 20 21:30:34.618 INFO E| Compiling cpufeatures v0.2.5
31982024-12-20T21:30:35.753Z[ helios-setup] Dec 20 21:30:34.999 INFO E| Compiling anyhow v1.0.68
31992024-12-20T21:30:35.892Z[ helios-setup] Dec 20 21:30:35.137 INFO E| Compiling heck v0.4.1
32002024-12-20T21:30:36.673Z[ helios-setup] Dec 20 21:30:35.918 INFO E| Compiling tinyvec_macros v0.1.1
32012024-12-20T21:30:37.226Z[ helios-setup] Dec 20 21:30:36.471 INFO E| Compiling unicode-width v0.1.10
32022024-12-20T21:30:37.415Z[ helios-setup] Dec 20 21:30:36.660 INFO E| Compiling httparse v1.8.0
32032024-12-20T21:30:37.486Z[ helios-setup] Dec 20 21:30:36.732 INFO E| Compiling regex-syntax v0.6.29
32042024-12-20T21:30:37.532Z[ helios-setup] Dec 20 21:30:36.777 INFO E| Compiling const-random-macro v0.1.15
32052024-12-20T21:30:37.939Z[ helios-setup] Dec 20 21:30:37.183 INFO E| Compiling tinyvec v1.6.0
32062024-12-20T21:30:37.990Z[ helios-setup] Dec 20 21:30:37.235 INFO E| Compiling thiserror-impl v1.0.38
32072024-12-20T21:30:38.601Z[ helios-setup] Dec 20 21:30:37.846 INFO E| Compiling schemars_derive v0.8.12
32082024-12-20T21:30:38.688Z[ helios-setup] Dec 20 21:30:37.918 INFO E| Compiling serde_derive v1.0.204
32092024-12-20T21:30:38.767Z[ helios-setup] Dec 20 21:30:38.011 INFO E| Compiling tokio-macros v2.0.0
32102024-12-20T21:30:39.459Z[ helios-setup] Dec 20 21:30:38.704 INFO E| Compiling futures-macro v0.3.28
32112024-12-20T21:30:41.934Z[ helios-setup] Dec 20 21:30:41.178 INFO E| Compiling form_urlencoded v1.1.0
32122024-12-20T21:30:42.343Z[ helios-setup] Dec 20 21:30:41.587 INFO E| Compiling hashbrown v0.13.2
32132024-12-20T21:30:43.782Z[ host-package] Compiling sled-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/api)
32142024-12-20T21:30:44.662Z[ helios-setup] Dec 20 21:30:43.906 INFO E| Compiling regex v1.7.3
32152024-12-20T21:30:44.704Z[ helios-setup] Dec 20 21:30:43.947 INFO E| Compiling chrono v0.4.24
32162024-12-20T21:30:44.919Z[ helios-setup] Dec 20 21:30:44.162 INFO E| Compiling libz-sys v1.1.8
32172024-12-20T21:30:47.057Z[ host-package] Compiling bootstrap-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-api)
32182024-12-20T21:30:48.109Z[ helios-setup] Dec 20 21:30:47.353 INFO E| Compiling uuid v1.3.0
32192024-12-20T21:30:48.327Z[ helios-setup] Dec 20 21:30:47.571 INFO E| Compiling dyn-clone v1.0.11
32202024-12-20T21:30:48.881Z[ helios-setup] Dec 20 21:30:48.125 INFO E| Compiling regress v0.5.0
32212024-12-20T21:30:49.010Z[ helios-setup] Dec 20 21:30:48.253 INFO E| Compiling unicode-normalization v0.1.22
32222024-12-20T21:30:51.088Z[ helios-setup] Dec 20 21:30:50.332 INFO E| Compiling const-random v0.1.15
32232024-12-20T21:30:51.217Z[ helios-setup] Dec 20 21:30:50.461 INFO E| Compiling getopts v0.2.21
32242024-12-20T21:30:51.632Z[ helios-setup] Dec 20 21:30:50.874 INFO E| Compiling tracing-core v0.1.30
32252024-12-20T21:30:52.324Z[ helios-setup] Dec 20 21:30:51.553 INFO E| Compiling memoffset v0.7.1
32262024-12-20T21:30:53.290Z[ helios-setup] Dec 20 21:30:52.533 INFO E| Compiling unicode-bidi v0.3.13
32272024-12-20T21:30:54.713Z[ helios-setup] Dec 20 21:30:53.957 INFO E| Compiling ucd-trie v0.1.5
32282024-12-20T21:30:55.762Z[ helios-setup] Dec 20 21:30:55.005 INFO E| Compiling num-conv v0.1.0
32292024-12-20T21:30:56.423Z[ helios-setup] Dec 20 21:30:55.666 INFO E| Compiling time-core v0.1.2
32302024-12-20T21:30:56.423Z[ helios-setup] Dec 20 21:30:55.666 INFO E| Compiling powerfmt v0.2.0
32312024-12-20T21:30:57.284Z[ helios-setup] Dec 20 21:30:56.528 INFO E| Compiling time-macros v0.2.18
32322024-12-20T21:30:57.423Z[ helios-setup] Dec 20 21:30:56.666 INFO E| Compiling deranged v0.3.11
32332024-12-20T21:30:57.600Z[ host-package] Compiling tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc.git?branch=main#e644a21a)
32342024-12-20T21:30:58.194Z[ helios-setup] Dec 20 21:30:57.436 INFO E| Compiling idna v0.3.0
32352024-12-20T21:30:58.473Z[ host-package] Compiling nexus-reconfigurator-execution v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/execution)
32362024-12-20T21:30:59.616Z[ host-package] Compiling nexus-metrics-producer-gc v0.1.0 (/work/oxidecomputer/omicron/nexus/metrics-producer-gc)
32372024-12-20T21:30:59.885Z[ helios-setup] Dec 20 21:30:59.128 INFO E| Compiling pest v2.5.7
32382024-12-20T21:31:00.361Z[ host-package] Compiling repo-depot-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/repo-depot-api)
32392024-12-20T21:31:01.455Z[ host-package] Compiling repo-depot-client v0.1.0 (/work/oxidecomputer/omicron/clients/repo-depot-client)
32402024-12-20T21:31:02.431Z[ host-package] Compiling sled-diagnostics v0.1.0 (/work/oxidecomputer/omicron/sled-diagnostics)
32412024-12-20T21:31:02.591Z[ helios-setup] Dec 20 21:31:01.833 INFO E| Compiling tracing v0.1.37
32422024-12-20T21:31:03.747Z[ host-package] Compiling cpuid_profile_config v0.0.0 (https://github.com/oxidecomputer/propolis?rev=fae5334bcad5e864794332c6fed5e6bb9ec88831#fae5334b)
32432024-12-20T21:31:04.871Z[ helios-setup] Dec 20 21:31:04.113 INFO E| Compiling libgit2-sys v0.14.2+1.5.1
32442024-12-20T21:31:04.970Z[ host-package] Compiling hashlink v0.9.1
32452024-12-20T21:31:05.194Z[ helios-setup] Dec 20 21:31:04.437 INFO E| Compiling time v0.1.45
32462024-12-20T21:31:05.572Z[ helios-setup] Dec 20 21:31:04.814 INFO E| Compiling crossbeam-epoch v0.9.13
32472024-12-20T21:31:06.318Z[ helios-setup] Dec 20 21:31:05.560 INFO E| Compiling semver v1.0.17
32482024-12-20T21:31:06.539Z[ host-package] Compiling tungstenite v0.23.0
32492024-12-20T21:31:06.826Z[ host-package] Compiling fallible-iterator v0.3.0
32502024-12-20T21:31:07.050Z[ helios-setup] Dec 20 21:31:06.291 INFO E| Compiling toml v0.5.11
32512024-12-20T21:31:07.392Z[ helios-setup] Dec 20 21:31:06.634 INFO E| Compiling serde_tokenstream v0.2.0
32522024-12-20T21:31:08.186Z[ helios-setup] Dec 20 21:31:07.428 INFO E| Compiling num_threads v0.1.6
32532024-12-20T21:31:08.661Z[ helios-setup] Dec 20 21:31:07.903 INFO E| Compiling iana-time-zone v0.1.56
32542024-12-20T21:31:08.861Z[ host-package] Compiling fallible-streaming-iterator v0.1.9
32552024-12-20T21:31:08.894Z[ helios-setup] Dec 20 21:31:08.136 INFO E| Compiling time v0.3.36
32562024-12-20T21:31:09.091Z[ helios-setup] Dec 20 21:31:08.334 INFO E| Compiling smallvec v1.10.0
32572024-12-20T21:31:09.199Z[ host-package] Compiling base64 v0.13.1
32582024-12-20T21:31:09.862Z[ host-package] Compiling rusqlite v0.32.1
32592024-12-20T21:31:11.097Z[ host-package] Compiling ron v0.7.1
32602024-12-20T21:31:11.606Z[ helios-setup] Dec 20 21:31:10.848 INFO E| Compiling parking_lot v0.12.1
32612024-12-20T21:31:14.014Z[ host-package] Compiling tokio-tungstenite v0.23.1
32622024-12-20T21:31:15.508Z[ host-package] Compiling propolis-server-config v0.0.0 (https://github.com/oxidecomputer/propolis?rev=fae5334bcad5e864794332c6fed5e6bb9ec88831#fae5334b)
32632024-12-20T21:31:15.785Z[ helios-setup] Dec 20 21:31:15.026 INFO E| Compiling semver-parser v0.10.2
32642024-12-20T21:31:16.502Z[ host-package] Compiling omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent)
32652024-12-20T21:31:18.149Z[ helios-setup] Dec 20 21:31:17.391 INFO E| Compiling typify-impl v0.0.12-dev (https://github.com/oxidecomputer/typify#fec09bd1)
32662024-12-20T21:31:19.551Z[ helios-setup] Dec 20 21:31:18.792 INFO E| Compiling url v2.3.1
32672024-12-20T21:31:21.049Z[ host-package] Compiling xz2 v0.1.7
32682024-12-20T21:31:21.473Z[ host-package] Compiling tokio-rustls v0.24.1
32692024-12-20T21:31:21.877Z[ helios-setup] Dec 20 21:31:21.118 INFO E| Compiling crossbeam-channel v0.5.6
32702024-12-20T21:31:22.613Z[ host-package] Compiling zone v0.1.8
32712024-12-20T21:31:23.437Z[ helios-setup] Dec 20 21:31:22.677 INFO E| Compiling dirs-sys-next v0.1.2
32722024-12-20T21:31:25.252Z[ helios-setup] Dec 20 21:31:24.492 INFO E| Compiling crc32fast v1.3.2
32732024-12-20T21:31:25.544Z[ helios-setup] Dec 20 21:31:24.784 INFO E| Compiling same-file v1.0.6
32742024-12-20T21:31:25.795Z[ helios-setup] Dec 20 21:31:25.036 INFO E| Compiling try-lock v0.2.4
32752024-12-20T21:31:26.016Z[ helios-setup] Dec 20 21:31:25.257 INFO E| Compiling want v0.3.0
32762024-12-20T21:31:26.541Z[ helios-setup] Dec 20 21:31:25.780 INFO E| Compiling walkdir v2.3.3
32772024-12-20T21:31:26.761Z[ helios-setup] Dec 20 21:31:26.002 INFO E| Compiling dirs-next v2.0.0
32782024-12-20T21:31:29.224Z[ host-package] Compiling wicketd-client v0.1.0 (/work/oxidecomputer/omicron/clients/wicketd-client)
32792024-12-20T21:31:30.261Z[ helios-setup] Dec 20 21:31:29.501 INFO E| Compiling semver v0.11.0
32802024-12-20T21:31:30.404Z[ helios-setup] Dec 20 21:31:29.645 INFO E| Compiling proc-macro-crate v1.2.1
32812024-12-20T21:31:31.833Z[ helios-setup] Dec 20 21:31:31.073 INFO E| Compiling tokio-util v0.7.7
32822024-12-20T21:31:32.455Z[ helios-setup] Dec 20 21:31:31.695 INFO E| Compiling futures-executor v0.3.28
32832024-12-20T21:31:34.539Z[ helios-setup] Dec 20 21:31:33.779 INFO E| Compiling h2 v0.3.16
32842024-12-20T21:31:35.085Z[ helios-setup] Dec 20 21:31:34.325 INFO E| Compiling http-body v0.4.5
32852024-12-20T21:31:35.885Z[ helios-setup] Dec 20 21:31:35.125 INFO E| Compiling typify-macro v0.0.12-dev (https://github.com/oxidecomputer/typify#fec09bd1)
32862024-12-20T21:31:36.205Z[ helios-setup] Dec 20 21:31:35.445 INFO E| Compiling ring v0.16.20
32872024-12-20T21:31:36.466Z[ helios-setup] Dec 20 21:31:35.706 INFO E| Compiling rand_core v0.6.4
32882024-12-20T21:31:37.595Z[ helios-setup] Dec 20 21:31:36.835 INFO E| Compiling thread_local v1.1.7
32892024-12-20T21:31:37.666Z[ host-package] Compiling gateway-api v0.1.0 (/work/oxidecomputer/omicron/gateway-api)
32902024-12-20T21:31:38.953Z[ helios-setup] Dec 20 21:31:38.193 INFO E| Compiling ppv-lite86 v0.2.17
32912024-12-20T21:31:39.022Z[ helios-setup] Dec 20 21:31:38.261 INFO E| Compiling utf8parse v0.2.1
32922024-12-20T21:31:39.407Z[ helios-setup] Dec 20 21:31:38.646 INFO E| Compiling base64 v0.21.0
32932024-12-20T21:31:40.942Z[ helios-setup] Dec 20 21:31:40.181 INFO E| Compiling tower-service v0.3.2
32942024-12-20T21:31:41.170Z[ helios-setup] Dec 20 21:31:40.409 INFO E| Compiling rayon-core v1.10.2
32952024-12-20T21:31:41.509Z[ helios-setup] Dec 20 21:31:40.748 INFO E| Compiling fastrand v1.9.0
32962024-12-20T21:31:42.051Z[ helios-setup] Dec 20 21:31:41.290 INFO E| Compiling lazy_static v1.4.0
32972024-12-20T21:31:42.448Z[ helios-setup] Dec 20 21:31:41.687 INFO E| Compiling adler v1.0.2
32982024-12-20T21:31:42.554Z[ helios-setup] Dec 20 21:31:41.793 INFO E| Compiling httpdate v1.0.2
32992024-12-20T21:31:43.308Z[ helios-setup] Dec 20 21:31:42.547 INFO E| Compiling home v0.5.4
33002024-12-20T21:31:44.035Z[ helios-setup] Dec 20 21:31:43.274 INFO E| Compiling toolchain_find v0.2.0
33012024-12-20T21:31:44.057Z[ host-package] Compiling clickhouse-admin-api v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/api)
33022024-12-20T21:31:44.099Z[ helios-setup] Dec 20 21:31:43.338 INFO E| Compiling miniz_oxide v0.6.2
33032024-12-20T21:31:44.931Z[ helios-setup] Dec 20 21:31:44.170 INFO E| Compiling tempfile v3.5.0
33042024-12-20T21:31:45.541Z[ helios-setup] Dec 20 21:31:44.780 INFO E| Compiling rand_chacha v0.3.1
33052024-12-20T21:31:46.680Z[ helios-setup] Dec 20 21:31:45.918 INFO E| Compiling anstyle-parse v0.1.1
33062024-12-20T21:31:47.546Z[ helios-setup] Dec 20 21:31:46.784 INFO E| Compiling hyper v0.14.25
33072024-12-20T21:31:51.704Z[ host-package] Compiling clickhouse-admin-single-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-single-client)
33082024-12-20T21:31:54.102Z[ host-package] Compiling propolis-client v0.1.0 (https://github.com/oxidecomputer/propolis?rev=fae5334bcad5e864794332c6fed5e6bb9ec88831#fae5334b)
33092024-12-20T21:31:57.816Z[ host-package] Compiling nexus-reconfigurator-preparation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/preparation)
33102024-12-20T21:32:00.909Z[ host-package] Compiling nexus-networking v0.1.0 (/work/oxidecomputer/omicron/nexus/networking)
33112024-12-20T21:32:05.870Z[ host-package] Compiling omicron-nexus v0.1.0 (/work/oxidecomputer/omicron/nexus)
33122024-12-20T21:32:05.942Z[ host-package] Compiling rustls-pemfile v1.0.4
33132024-12-20T21:32:06.777Z[ host-package] Compiling cockroach-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/cockroach-admin-client)
33142024-12-20T21:32:06.937Z[ helios-setup] Dec 20 21:32:06.174 INFO E| Compiling futures v0.3.28
33152024-12-20T21:32:07.145Z[ helios-setup] Dec 20 21:32:06.382 INFO E| Compiling num_enum_derive v0.5.7
33162024-12-20T21:32:07.291Z[ helios-setup] Dec 20 21:32:06.528 INFO E| Compiling cargo-lock v8.0.3
33172024-12-20T21:32:07.423Z[ host-package] Compiling openapi-manager-types v0.1.0 (/work/oxidecomputer/omicron/dev-tools/openapi-manager/types)
33182024-12-20T21:32:08.101Z[ host-package] Compiling signal-hook-tokio v0.3.1
33192024-12-20T21:32:08.497Z[ host-package] Compiling twox-hash v1.6.3
33202024-12-20T21:32:10.703Z[ host-package] Compiling yasna v0.5.2
33212024-12-20T21:32:11.113Z[ helios-setup] Dec 20 21:32:10.349 INFO E| Compiling crossbeam-deque v0.8.2
33222024-12-20T21:32:11.168Z[ helios-setup] Dec 20 21:32:10.404 INFO E| Compiling term v0.7.0
33232024-12-20T21:32:12.020Z[ helios-setup] Dec 20 21:32:11.257 INFO E| Compiling serde_urlencoded v0.7.1
33242024-12-20T21:32:13.020Z[ helios-setup] Dec 20 21:32:12.256 INFO E| Compiling is-terminal v0.4.7
33252024-12-20T21:32:13.421Z[ helios-setup] Dec 20 21:32:12.654 INFO E| Compiling sha1 v0.10.5
33262024-12-20T21:32:13.520Z[ helios-setup] Dec 20 21:32:12.756 INFO E| Compiling sha2 v0.10.6
33272024-12-20T21:32:14.676Z[ helios-setup] Dec 20 21:32:13.912 INFO E| Compiling atty v0.2.14
33282024-12-20T21:32:15.550Z[ helios-setup] Dec 20 21:32:14.786 INFO E| Compiling network-interface v0.1.6 (https://github.com/jclulow/network-interface?branch=illumos#827e6b7b)
33292024-12-20T21:32:15.624Z[ host-package] Compiling smawk v0.3.2
33302024-12-20T21:32:15.981Z[ host-package] Compiling is_ci v1.2.0
33312024-12-20T21:32:16.436Z[ host-package] Compiling unicode-linebreak v0.1.5
33322024-12-20T21:32:16.608Z[ host-package] Compiling supports-color v3.0.1
33332024-12-20T21:32:16.828Z[ helios-setup] Dec 20 21:32:16.064 INFO E| Compiling concolor-override v1.0.0
33342024-12-20T21:32:16.876Z[ helios-setup] Dec 20 21:32:16.113 INFO E| Compiling concolor-query v0.3.3
33352024-12-20T21:32:17.382Z[ helios-setup] Dec 20 21:32:16.618 INFO E| Compiling anstyle v0.3.5
33362024-12-20T21:32:17.444Z[ host-package] Compiling textwrap v0.16.1
33372024-12-20T21:32:17.537Z[ host-package] Compiling rcgen v0.12.1
33382024-12-20T21:32:19.689Z[ helios-setup] Dec 20 21:32:18.925 INFO E| Compiling anstream v0.2.6
33392024-12-20T21:32:22.314Z[ helios-setup] Dec 20 21:32:21.550 INFO E| Compiling slog-term v2.9.0
33402024-12-20T21:32:24.136Z[ helios-setup] Dec 20 21:32:23.371 INFO E| Compiling flate2 v1.0.25
33412024-12-20T21:32:24.921Z[ helios-setup] Dec 20 21:32:24.156 INFO E| Compiling num_enum v0.5.7
33422024-12-20T21:32:25.265Z[ helios-setup] Dec 20 21:32:24.500 INFO E| Compiling rand v0.8.5
33432024-12-20T21:32:26.822Z[ helios-setup] Dec 20 21:32:26.057 INFO E| Compiling rustfmt-wrapper v0.2.0
33442024-12-20T21:32:27.693Z[ helios-setup] Dec 20 21:32:26.929 INFO E| Compiling typify v0.0.12-dev (https://github.com/oxidecomputer/typify#fec09bd1)
33452024-12-20T21:32:28.163Z[ helios-setup] Dec 20 21:32:27.397 INFO E| Compiling openapiv3 v1.0.2
33462024-12-20T21:32:28.972Z[ helios-setup] Dec 20 21:32:28.207 INFO E| Compiling encoding_rs v0.8.32
33472024-12-20T21:32:29.514Z[ helios-setup] Dec 20 21:32:28.749 INFO E| Compiling strsim v0.10.0
33482024-12-20T21:32:30.391Z[ host-package] Compiling omicron-gateway v0.1.0 (/work/oxidecomputer/omicron/gateway)
33492024-12-20T21:32:32.978Z[ helios-setup] Dec 20 21:32:32.212 INFO E| Compiling unsafe-libyaml v0.2.8
33502024-12-20T21:32:36.187Z[ helios-setup] Dec 20 21:32:35.421 INFO E| Compiling mime v0.3.17
33512024-12-20T21:32:36.650Z[ helios-setup] Dec 20 21:32:35.885 INFO E| Compiling byteorder v1.4.3
33522024-12-20T21:32:37.160Z[ host-package] Compiling nexus-external-api v0.1.0 (/work/oxidecomputer/omicron/nexus/external-api)
33532024-12-20T21:32:37.296Z[ helios-setup] Dec 20 21:32:36.530 INFO E| Compiling either v1.8.0
33542024-12-20T21:32:38.028Z[ helios-setup] Dec 20 21:32:37.263 INFO E| Compiling ipnet v2.7.2
33552024-12-20T21:32:38.213Z[ helios-setup] Dec 20 21:32:37.447 INFO E| Compiling base64 v0.13.1
33562024-12-20T21:32:38.384Z[ helios-setup] Dec 20 21:32:37.618 INFO E| Compiling clap_lex v0.4.1
33572024-12-20T21:32:38.623Z[ host-package] Compiling libfalcon v0.1.0 (https://github.com/oxidecomputer/falcon?branch=main#651fb588)
33582024-12-20T21:32:39.798Z[ helios-setup] Dec 20 21:32:39.032 INFO E| Compiling spin v0.5.2
33592024-12-20T21:32:39.859Z[ helios-setup] Dec 20 21:32:39.093 INFO E| Compiling utf-8 v0.7.6
33602024-12-20T21:32:40.456Z[ helios-setup] Dec 20 21:32:39.689 INFO E| Compiling untrusted v0.7.1
33612024-12-20T21:32:40.606Z[ helios-setup] Dec 20 21:32:39.840 INFO E| Compiling project-root v0.2.2
33622024-12-20T21:32:41.134Z[ helios-setup] Dec 20 21:32:40.367 INFO E| Compiling tungstenite v0.18.0
33632024-12-20T21:32:41.503Z[ helios-setup] Dec 20 21:32:40.737 INFO E| Compiling clap_builder v4.2.1
33642024-12-20T21:32:42.141Z[ helios-setup] Dec 20 21:32:41.375 INFO E| Compiling reqwest v0.11.16
33652024-12-20T21:32:43.328Z[ helios-setup] Dec 20 21:32:42.562 INFO E| Compiling rayon v1.6.1
33662024-12-20T21:32:45.678Z[ host-package] Compiling omicron-clickhouse-admin v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin)
33672024-12-20T21:32:47.953Z[ helios-setup] Dec 20 21:32:47.186 INFO E| Compiling progenitor-impl v0.2.1-dev (https://github.com/oxidecomputer/progenitor#3a5fe998)
33682024-12-20T21:32:49.996Z[ helios-setup] Dec 20 21:32:49.228 INFO E| Compiling serde_yaml v0.9.21
33692024-12-20T21:32:54.361Z[ helios-setup] Dec 20 21:32:53.593 INFO E| Compiling bootserver v0.1.0 (https://github.com/oxidecomputer/boot-image-tools.git#300caa09)
33702024-12-20T21:32:57.316Z[ helios-setup] Dec 20 21:32:56.548 INFO E| Compiling devinfo v0.1.0 (git+ssh://git@github.com/oxidecomputer/facade#aadb1404)
33712024-12-20T21:32:59.603Z[ helios-setup] Dec 20 21:32:58.835 INFO E| Compiling bootserver v0.1.0 (https://github.com/oxidecomputer/boot-image-tools.git?rev=ab61443eae8c99b17aac82cbedb9a0c917828f57#ab61443e)
33722024-12-20T21:32:59.902Z[ helios-setup] Dec 20 21:32:59.134 INFO E| Compiling hiercmd v0.1.0 (https://github.com/jclulow/hiercmd#d9d28d6a)
33732024-12-20T21:33:01.497Z[ helios-setup] Dec 20 21:33:00.729 INFO E| Compiling clap_derive v4.2.0
33742024-12-20T21:33:11.297Z[ host-package] Compiling nexus-reconfigurator-planning v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/planning)
33752024-12-20T21:33:11.618Z[ helios-setup] Dec 20 21:33:10.849 INFO E| Compiling clap v4.2.1
33762024-12-20T21:33:12.189Z[ helios-setup] Dec 20 21:33:11.420 INFO E| Compiling pilot-common v0.1.0 (/work/oxidecomputer/helios/projects/pilot/common)
33772024-12-20T21:33:13.129Z[ helios-setup] Dec 20 21:33:12.359 INFO E| Compiling progenitor-macro v0.2.1-dev (https://github.com/oxidecomputer/progenitor#3a5fe998)
33782024-12-20T21:33:19.816Z[ host-package] Compiling cockroach-admin-types v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types)
33792024-12-20T21:33:22.663Z[ helios-setup] Dec 20 21:33:21.893 INFO E| Compiling progenitor-client v0.2.1-dev (https://github.com/oxidecomputer/progenitor#3a5fe998)
33802024-12-20T21:33:26.069Z[ helios-setup] Dec 20 21:33:25.299 INFO E| Compiling tokio-tungstenite v0.18.0
33812024-12-20T21:33:27.581Z[ helios-setup] Dec 20 21:33:26.811 INFO E| Compiling smartstring v1.0.1
33822024-12-20T21:33:28.224Z[ host-package] Compiling sp-sim v0.1.0 (/work/oxidecomputer/omicron/sp-sim)
33832024-12-20T21:33:28.768Z[ helios-setup] Dec 20 21:33:27.997 INFO E| Compiling rustls v0.21.0
33842024-12-20T21:33:31.061Z[ helios-setup] Dec 20 21:33:30.290 INFO E| Compiling serde_spanned v0.6.1
33852024-12-20T21:33:31.615Z[ helios-setup] Dec 20 21:33:30.844 INFO E| Compiling toml_datetime v0.6.1
33862024-12-20T21:33:33.112Z[ helios-setup] Dec 20 21:33:32.337 INFO E| Compiling paste v1.0.12
33872024-12-20T21:33:33.819Z[ helios-setup] Dec 20 21:33:33.047 INFO E| Compiling camino v1.1.4
33882024-12-20T21:33:34.316Z[ helios-setup] Dec 20 21:33:33.544 INFO E| Compiling async-trait v0.1.68
33892024-12-20T21:33:35.212Z[ helios-setup] Dec 20 21:33:34.440 INFO E| Compiling match_cfg v0.1.0
33902024-12-20T21:33:35.264Z[ helios-setup] Dec 20 21:33:34.488 INFO E| Compiling winnow v0.4.1
33912024-12-20T21:33:35.408Z[ helios-setup] Dec 20 21:33:34.637 INFO E| Compiling slog-async v2.7.0
33922024-12-20T21:33:35.606Z[ helios-setup] Dec 20 21:33:34.835 INFO E| Compiling static_assertions v1.1.0
33932024-12-20T21:33:37.543Z[ helios-setup] Dec 20 21:33:36.772 INFO E| Compiling hostname v0.3.1
33942024-12-20T21:33:38.017Z[ helios-setup] Dec 20 21:33:37.246 INFO E| Compiling racktest-agent-protocol v0.0.0 (/work/oxidecomputer/helios/projects/pilot/racktest/agent/protocol)
33952024-12-20T21:33:38.371Z[ helios-setup] Dec 20 21:33:37.599 INFO E| Compiling slog-json v2.6.1
33962024-12-20T21:33:39.442Z[ helios-setup] Dec 20 21:33:38.670 INFO E| Compiling unicode-linebreak v0.1.4
33972024-12-20T21:33:41.525Z[ helios-setup] Dec 20 21:33:40.754 INFO E| Compiling async-stream-impl v0.3.5
33982024-12-20T21:33:42.938Z[ helios-setup] Dec 20 21:33:42.166 INFO E| Compiling toml_edit v0.19.8
33992024-12-20T21:33:44.592Z[ helios-setup] Dec 20 21:33:43.820 INFO E| Compiling sct v0.7.0
34002024-12-20T21:33:44.786Z[ helios-setup] Dec 20 21:33:44.014 INFO E| Compiling rustls-webpki v0.100.1
34012024-12-20T21:33:45.631Z[ helios-setup] Dec 20 21:33:44.859 INFO E| Compiling rhai_codegen v1.5.0
34022024-12-20T21:33:49.034Z[ helios-setup] Dec 20 21:33:48.261 INFO E| Compiling dropshot v0.9.1-dev (https://github.com/oxidecomputer/dropshot.git?rev=9911f3cf00178e0ee64b99f2c59b5a5464075230#9911f3cf)
34032024-12-20T21:33:50.136Z[ helios-setup] Dec 20 21:33:49.364 INFO E| Compiling take_mut v0.2.2
34042024-12-20T21:33:50.719Z[ helios-setup] Dec 20 21:33:49.946 INFO E| Compiling rhai v1.14.0
34052024-12-20T21:33:54.406Z[ helios-setup] Dec 20 21:33:53.633 INFO E| Compiling toml v0.7.3
34062024-12-20T21:33:54.535Z[ host-package] Compiling nexus-internal-api v0.1.0 (/work/oxidecomputer/omicron/nexus/internal-api)
34072024-12-20T21:33:55.221Z[ helios-setup] Dec 20 21:33:54.448 INFO E| Compiling async-stream v0.3.5
34082024-12-20T21:33:56.128Z[ helios-setup] Dec 20 21:33:55.355 INFO E| Compiling tokio-rustls v0.24.0
34092024-12-20T21:33:56.183Z[ helios-setup] Dec 20 21:33:55.410 INFO E| Compiling slog-bunyan v2.4.0
34102024-12-20T21:33:59.109Z[ host-package] Compiling nexus-test-interface v0.1.0 (/work/oxidecomputer/omicron/nexus/test-interface)
34112024-12-20T21:33:59.608Z[ host-package] Compiling omicron-cockroach-admin v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin)
34122024-12-20T21:33:59.976Z[ helios-setup] Dec 20 21:33:59.203 INFO E| Compiling rustls-pemfile v1.0.2
34132024-12-20T21:34:00.252Z[ host-package] Compiling crucible-pantry-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=5a41b826171c7d2a8412fa833377ab1df25ee8ec#5a41b826)
34142024-12-20T21:34:00.435Z[ host-package] Compiling oximeter-api v0.1.0 (/work/oxidecomputer/omicron/oximeter/api)
34152024-12-20T21:34:00.640Z[ helios-setup] Dec 20 21:33:59.866 INFO E| Compiling bincode v1.3.3
34162024-12-20T21:34:01.390Z[ helios-setup] Dec 20 21:34:00.616 INFO E| Compiling serde_path_to_error v0.1.11
34172024-12-20T21:34:03.235Z[ helios-setup] Dec 20 21:34:02.461 INFO E| Compiling dropshot_endpoint v0.9.1-dev (https://github.com/oxidecomputer/dropshot.git?rev=9911f3cf00178e0ee64b99f2c59b5a5464075230#9911f3cf)
34182024-12-20T21:34:03.462Z[ helios-setup] Dec 20 21:34:02.689 INFO E| Compiling racktest-control-protocol v0.0.0 (/work/oxidecomputer/helios/projects/pilot/racktest/control/protocol)
34192024-12-20T21:34:05.734Z[ helios-setup] Dec 20 21:34:04.960 INFO E| Compiling terminal_size v0.2.6
34202024-12-20T21:34:06.102Z[ helios-setup] Dec 20 21:34:05.328 INFO E| Compiling smawk v0.3.1
34212024-12-20T21:34:06.858Z[ helios-setup] Dec 20 21:34:06.084 INFO E| Compiling textwrap v0.16.0
34222024-12-20T21:34:12.688Z[ host-package] Compiling fatfs v0.3.6
34232024-12-20T21:34:18.378Z[ host-package] Compiling subprocess v0.2.9
34242024-12-20T21:34:21.067Z[ host-package] Compiling rtoolbox v0.0.2
34252024-12-20T21:34:22.322Z[ host-package] Compiling assert_matches v1.5.0
34262024-12-20T21:34:26.633Z[ host-package] Compiling rpassword v7.3.1
34272024-12-20T21:34:27.441Z[ host-package] Compiling omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils)
34282024-12-20T21:34:34.158Z[ host-package] Compiling oximeter-collector v0.1.0 (/work/oxidecomputer/omicron/oximeter/collector)
34292024-12-20T21:34:38.905Z[ host-package] Compiling cockroach-admin-api v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/api)
34302024-12-20T21:34:38.964Z[ helios-setup] Dec 20 21:34:38.187 INFO E| Compiling git2 v0.16.1
34312024-12-20T21:34:39.524Z[ host-package] Compiling wicketd-api v0.1.0 (/work/oxidecomputer/omicron/wicketd-api)
34322024-12-20T21:34:40.672Z[ host-package] Compiling tui-tree-widget v0.22.0
34332024-12-20T21:34:41.299Z[ host-package] Compiling installinator-api v0.1.0 (/work/oxidecomputer/omicron/installinator-api)
34342024-12-20T21:34:44.391Z[ helios-setup] Dec 20 21:34:43.614 INFO E| Compiling built v0.6.0
34352024-12-20T21:34:47.832Z[ helios-setup] Dec 20 21:34:47.054 INFO E| Compiling progenitor v0.2.1-dev (https://github.com/oxidecomputer/progenitor#3a5fe998)
34362024-12-20T21:34:47.935Z[ host-package] Compiling omicron-omdb v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omdb)
34372024-12-20T21:34:48.424Z[ host-package] Compiling uzers v0.12.1
34382024-12-20T21:34:49.301Z[ helios-setup] Dec 20 21:34:48.523 INFO E| Compiling racktest-agent-openapi v0.1.0 (/work/oxidecomputer/helios/projects/pilot/racktest/agent/openapi)
34392024-12-20T21:34:50.007Z[ helios-setup] Dec 20 21:34:49.229 INFO E| Compiling racktest-driver v0.0.0 (/work/oxidecomputer/helios/projects/pilot/racktest/driver)
34402024-12-20T21:34:50.010Z[ helios-setup] Dec 20 21:34:49.229 INFO E| Compiling racktest-agent v0.0.0 (/work/oxidecomputer/helios/projects/pilot/racktest/agent/server)
34412024-12-20T21:34:52.801Z[ host-package] Compiling wicket v0.1.0 (/work/oxidecomputer/omicron/wicket)
34422024-12-20T21:34:53.561Z[ helios-setup] Dec 20 21:34:52.783 INFO E| Compiling racktest-control-server v0.0.0 (/work/oxidecomputer/helios/projects/pilot/racktest/control/server)
34432024-12-20T21:35:02.245Z[ host-package] Compiling zone-setup v0.1.0 (/work/oxidecomputer/omicron/zone-setup)
34442024-12-20T21:35:06.150Z[ host-package] Compiling wicketd v0.1.0 (/work/oxidecomputer/omicron/wicketd)
34452024-12-20T21:35:40.571Z[ helios-setup] Dec 20 21:35:39.788 INFO E| Compiling pilot v0.1.0 (/work/oxidecomputer/helios/projects/pilot)
34462024-12-20T21:35:51.378Z[ host-package] Compiling gateway-test-utils v0.1.0 (/work/oxidecomputer/omicron/gateway-test-utils)
34472024-12-20T21:35:55.891Z[ host-package] Compiling clickana v0.1.0 (/work/oxidecomputer/omicron/dev-tools/clickana)
34482024-12-20T21:36:01.588Z[ host-package] Compiling multimap v0.10.0
34492024-12-20T21:36:46.412Z[ helios-setup] Dec 20 21:36:45.623 INFO E| Finished `release` profile [optimized] target(s) in 6m 43s
34502024-12-20T21:36:46.593Z[ helios-setup] Dec 20 21:36:45.804 INFO building project "pilot" ok (403 seconds)
34512024-12-20T21:36:46.595Z[ helios-setup] rm -f helios-build
34522024-12-20T21:36:46.598Z[ helios-setup] ln -s tools/helios-build/target/debug/helios-build
34532024-12-20T21:36:46.601Z[ helios-setup]
34542024-12-20T21:36:46.603Z[ helios-setup] Setup complete! ./helios-build is now available.
34552024-12-20T21:36:46.606Z[ helios-setup]
34562024-12-20T21:36:46.606Z[ helios-setup]
34572024-12-20T21:36:46.606Z[ helios-setup] real 11:49.368589209
34582024-12-20T21:36:46.606Z[ helios-setup] user 28:59.975344852
34592024-12-20T21:36:46.606Z[ helios-setup] sys 3:32.849870232
34602024-12-20T21:36:46.606Z[ helios-setup] trap 1.750097407
34612024-12-20T21:36:46.606Z[ helios-setup] tflt 7.000070873
34622024-12-20T21:36:46.607Z[ helios-setup] dflt 27.414559121
34632024-12-20T21:36:46.607Z[ helios-setup] kflt 0.032727314
34642024-12-20T21:36:46.607Z[ helios-setup] lock 2:01:59.593291837
34652024-12-20T21:36:46.607Z[ helios-setup] slp 3:41:40.867375894
34662024-12-20T21:36:46.607Z[ helios-setup] lat 32:49.413968602
34672024-12-20T21:36:46.607Z[ helios-setup] stop 4:11.279779887
34682024-12-20T21:36:46.607ZDec 20 21:36:45.817 INFO [helios-setup] process exited with exit status: 0 (709.375745118s)
34692024-12-20T21:36:46.609ZDec 20 21:36:45.818 INFO [phbl-toolchain] running: /home/build/.cargo/bin/cargo --version
34702024-12-20T21:36:46.631Z[ phbl-toolchain] info: syncing channel updates for 'nightly-2024-10-27-x86_64-unknown-illumos'
34712024-12-20T21:36:47.023Z[ phbl-toolchain] info: latest update on 2024-10-27, rust version 1.84.0-nightly (9b18a122f 2024-10-26)
34722024-12-20T21:36:47.023Z[ phbl-toolchain] info: downloading component 'cargo'
34732024-12-20T21:36:48.654Z[ phbl-toolchain] info: downloading component 'clippy'
34742024-12-20T21:36:49.006Z[ phbl-toolchain] info: downloading component 'llvm-tools'
34752024-12-20T21:36:53.711Z[ phbl-toolchain] info: downloading component 'miri'
34762024-12-20T21:36:53.897Z[ phbl-toolchain] info: downloading component 'rust-docs'
34772024-12-20T21:36:55.463Z[ phbl-toolchain] info: downloading component 'rust-src'
34782024-12-20T21:36:55.686Z[ phbl-toolchain] info: downloading component 'rust-std'
34792024-12-20T21:36:57.566Z[ phbl-toolchain] info: downloading component 'rustc'
34802024-12-20T21:37:06.210Z[ phbl-toolchain] info: downloading component 'rustfmt'
34812024-12-20T21:37:06.581Z[ phbl-toolchain] info: installing component 'cargo'
34822024-12-20T21:37:08.017Z[ phbl-toolchain] info: installing component 'clippy'
34832024-12-20T21:37:08.536Z[ phbl-toolchain] info: installing component 'llvm-tools'
34842024-12-20T21:37:14.269Z[ phbl-toolchain] info: installing component 'miri'
34852024-12-20T21:37:14.590Z[ phbl-toolchain] info: installing component 'rust-docs'
34862024-12-20T21:37:23.019Z[ phbl-toolchain] info: installing component 'rust-src'
34872024-12-20T21:37:23.918Z[ phbl-toolchain] info: installing component 'rust-std'
34882024-12-20T21:37:26.429Z[ phbl-toolchain] info: installing component 'rustc'
34892024-12-20T21:37:35.627Z[ phbl-toolchain] info: installing component 'rustfmt'
34902024-12-20T21:37:36.443Z[ phbl-toolchain] cargo 1.84.0-nightly (e75214ea4 2024-10-25)
34912024-12-20T21:37:36.446ZDec 20 21:37:35.653 INFO [phbl-toolchain] process exited with exit status: 0 (49.835611789s)
34922024-12-20T21:38:43.049Z[ host-package] Compiling internal-dns-cli v0.1.0 (/work/oxidecomputer/omicron/internal-dns/cli)
34932024-12-20T21:38:46.106Z[ host-package] Compiling oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog)
34942024-12-20T21:45:31.254Z[ host-package] Finished `release` profile [optimized] target(s) in 19m 42s
34952024-12-20T21:46:40.128ZDec 20 21:46:39.285 INFO [host-package] process exited with exit status: 0 (1251.594040205s)
34962024-12-20T21:46:40.128ZDec 20 21:46:39.286 INFO [host-stamp] running task
34972024-12-20T21:46:40.132ZDec 20 21:46:39.286 INFO [recovery-package] running: /work/oxidecomputer/omicron/target/release/omicron-package --target recovery --artifacts /work/artifacts-recovery package
34982024-12-20T21:46:40.132ZDec 20 21:46:39.286 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+gitf0c692d7aa8
34992024-12-20T21:46:40.142ZDec 20 21:46:39.300 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+gitf0c692d7aa8
35002024-12-20T21:46:40.148Z[recovery-package] Logging to: /work/artifacts-recovery/LOG
35012024-12-20T21:46:40.154ZDec 20 21:46:39.306 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+gitf0c692d7aa8
35022024-12-20T21:46:40.157Z[ stamp-oxlog] Logging to: /work/oxidecomputer/omicron/out/LOG
35032024-12-20T21:46:40.159ZDec 20 21:46:39.314 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+gitf0c692d7aa8
35042024-12-20T21:46:40.164Z[ stamp-oxlog] Created: /work/oxidecomputer/omicron/out/versioned/oxlog.tar
35052024-12-20T21:46:40.167Z[ stamp-mg-ddm-gz] Logging to: /work/oxidecomputer/omicron/out/LOG
35062024-12-20T21:46:40.167ZDec 20 21:46:39.324 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+gitf0c692d7aa8
35072024-12-20T21:46:40.172Z[stamp-omicron-sled-agent] Logging to: /work/oxidecomputer/omicron/out/LOG
35082024-12-20T21:46:40.176ZDec 20 21:46:39.334 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+gitf0c692d7aa8
35092024-12-20T21:46:40.185Z[stamp-propolis-server] Logging to: /work/oxidecomputer/omicron/out/LOG
35102024-12-20T21:46:40.189Z[stamp-switch-asic] Logging to: /work/oxidecomputer/omicron/out/LOG
35112024-12-20T21:46:40.194ZDec 20 21:46:39.347 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+gitf0c692d7aa8
35122024-12-20T21:46:40.204Z[stamp-pumpkind-gz] Logging to: /work/oxidecomputer/omicron/out/LOG
35132024-12-20T21:46:40.212ZDec 20 21:46:39.362 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+gitf0c692d7aa8
35142024-12-20T21:46:40.219Z[ stamp-overlay] Created: /work/oxidecomputer/omicron/out/versioned/overlay.tar.gz
35152024-12-20T21:46:40.222Z[ stamp-overlay] Logging to: /work/oxidecomputer/omicron/out/LOG
35162024-12-20T21:46:40.225ZDec 20 21:46:39.380 INFO [stamp-oxlog] process exited with exit status: 0 (94.15872ms)
35172024-12-20T21:46:40.225ZDec 20 21:46:39.380 INFO [stamp-overlay] process exited with exit status: 0 (33.047135ms)
35182024-12-20T21:46:40.231Z[stamp-crucible-dtrace] Logging to: /work/oxidecomputer/omicron/out/LOG
35192024-12-20T21:46:40.234Z[stamp-crucible-dtrace] Created: /work/oxidecomputer/omicron/out/versioned/crucible-dtrace.tar
35202024-12-20T21:46:40.237ZDec 20 21:46:39.395 INFO [stamp-crucible-dtrace] process exited with exit status: 0 (32.797854ms)
35212024-12-20T21:46:40.310Z[stamp-pumpkind-gz] Created: /work/oxidecomputer/omicron/out/versioned/pumpkind-gz.tar
35222024-12-20T21:46:40.315ZDec 20 21:46:39.470 INFO [stamp-pumpkind-gz] process exited with exit status: 0 (136.190084ms)
35232024-12-20T21:46:40.374Z[ stamp-mg-ddm-gz] Created: /work/oxidecomputer/omicron/out/versioned/mg-ddm-gz.tar
35242024-12-20T21:46:40.379ZDec 20 21:46:39.535 INFO [stamp-mg-ddm-gz] process exited with exit status: 0 (234.944601ms)
35252024-12-20T21:46:40.513Z[stamp-omicron-sled-agent] Created: /work/oxidecomputer/omicron/out/versioned/omicron-sled-agent.tar
35262024-12-20T21:46:40.517ZDec 20 21:46:39.675 INFO [stamp-omicron-sled-agent] process exited with exit status: 0 (368.549464ms)
35272024-12-20T21:46:41.276Z[recovery-package] Compiling installinator-client v0.1.0 (/work/oxidecomputer/omicron/clients/installinator-client)
35282024-12-20T21:46:41.296Z[stamp-propolis-server] Created: /work/oxidecomputer/omicron/out/versioned/propolis-server.tar.gz
35292024-12-20T21:46:41.300ZDec 20 21:46:40.455 INFO [stamp-propolis-server] process exited with exit status: 0 (1.140886548s)
35302024-12-20T21:46:43.616Z[recovery-package] Compiling installinator v0.1.0 (/work/oxidecomputer/omicron/installinator)
35312024-12-20T21:46:50.938Z[stamp-switch-asic] Created: /work/oxidecomputer/omicron/out/versioned/switch-asic.tar.gz
35322024-12-20T21:46:50.945ZDec 20 21:46:50.098 INFO [stamp-switch-asic] process exited with exit status: 0 (10.773240583s)
35332024-12-20T21:46:50.945ZDec 20 21:46:50.098 INFO [host-stamp] task succeeded (10.812219181s)
35342024-12-20T21:46:50.945ZDec 20 21:46:50.098 INFO [host-proto] running task
35352024-12-20T21:46:51.352ZDec 20 21:46:50.508 INFO [host-proto] task succeeded (410.160491ms)
35362024-12-20T21:46:51.352ZDec 20 21:46:50.508 INFO [host-profile] running task
35372024-12-20T21:46:51.358ZDec 20 21:46:50.509 INFO [host-profile] task succeeded (419.188µs)
35382024-12-20T21:46:51.358ZDec 20 21:46:50.509 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/.tmpz5fbTL/proto/host/root -N 'ci f0c692d/${os_short_commit} 2024-12-20 21:24' -s host -B -p 'helios-dev=https://pkg.oxide.computer/helios/2/dev/'
35392024-12-20T21:46:51.370Z[ host-image] Dec 20 21:46:50.527 INFO using AMD firmware configuration file "/work/oxidecomputer/helios/image/amd/milan-gimlet-b.efs.json5"
35402024-12-20T21:46:51.378Z[ host-image] Dec 20 21:46:50.527 INFO using AMD firmware blob directories ["/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.a"]
35412024-12-20T21:46:51.388Z[ host-image] Dec 20 21:46:50.544 INFO generated template "/work/oxidecomputer/helios/tmp/image.host/genproto.json" for extra proto "/tmp/.tmpz5fbTL/proto/host/root"
35422024-12-20T21:46:51.394Z[ host-image] Dec 20 21:46:50.544 INFO using external package repository https://pkg.oxide.computer/helios/2/dev/
35432024-12-20T21:46:51.395Z[ host-image] Dec 20 21:46:50.545 INFO image builder template: ramdisk-01-os...
35442024-12-20T21:46:51.395Z[ host-image] Dec 20 21:46:50.545 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/.tmpz5fbTL/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
35452024-12-20T21:46:51.408Z[ host-image] Dec 20 21:46:50.565 INFO O| Dec 20 21:46:50.564 INFO CREATE DATASET: rpool/images/build/host/output
35462024-12-20T21:46:51.829Z[ host-image] Dec 20 21:46:50.985 INFO O| Dec 20 21:46:50.985 INFO temporary dataset: rpool/images/build/host/tmp/gimlet/ramdisk-01-os
35472024-12-20T21:46:51.845Z[ host-image] Dec 20 21:46:50.991 INFO O| Dec 20 21:46:50.991 INFO CREATE DATASET: rpool/images/build/host/tmp/gimlet/ramdisk-01-os
35482024-12-20T21:46:52.057Z[ host-image] Dec 20 21:46:51.210 INFO O| Dec 20 21:46:51.209 INFO SET DATASET PROPERTY ON rpool/images/build/host/tmp/gimlet/ramdisk-01-os: sync = disabled
35492024-12-20T21:46:52.127Z[ host-image] Dec 20 21:46:51.281 INFO O| Dec 20 21:46:51.281 INFO temporary directory: /rpool/images/build/host/tmp/gimlet/ramdisk-01-os
35502024-12-20T21:46:52.127Z[ host-image] Dec 20 21:46:51.281 INFO O| Dec 20 21:46:51.281 INFO work dataset: rpool/images/build/host/work/gimlet/ramdisk
35512024-12-20T21:46:52.152Z[ host-image] Dec 20 21:46:51.281 INFO O| Dec 20 21:46:51.281 INFO resetting by removing work dataset: rpool/images/build/host/work/gimlet/ramdisk
35522024-12-20T21:46:52.152Z[ host-image] Dec 20 21:46:51.281 INFO O| Dec 20 21:46:51.281 INFO DESTROY DATASET: rpool/images/build/host/work/gimlet/ramdisk
35532024-12-20T21:46:52.175Z[ host-image] Dec 20 21:46:51.293 INFO O| Dec 20 21:46:51.293 INFO CREATE DATASET: rpool/images/build/host/work/gimlet/ramdisk
35542024-12-20T21:46:52.379Z[ host-image] Dec 20 21:46:51.535 INFO O| Dec 20 21:46:51.535 INFO STEP 0: pkg_image_create, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-01-os.json
35552024-12-20T21:46:52.395Z[ host-image] Dec 20 21:46:51.551 INFO O| Dec 20 21:46:51.551 INFO exec: ["/usr/bin/pkg", "image-create", "--full", "/rpool/images/build/host/work/gimlet/ramdisk"]
35562024-12-20T21:46:52.977Z[ host-image] Dec 20 21:46:52.133 INFO O| Dec 20 21:46:52.133 INFO O| Caching catalogs ... Done
35572024-12-20T21:46:53.109Z[ host-image] Dec 20 21:46:52.261 INFO O| Dec 20 21:46:52.261 INFO STEP 0 (pkg_image_create) COMPLETE
35582024-12-20T21:46:53.109Z[ host-image] Dec 20 21:46:52.261 INFO O| Dec 20 21:46:52.261 INFO STEP 1: pkg_set_publisher, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-01-os.json
35592024-12-20T21:46:53.122Z[ host-image] Dec 20 21:46:52.261 INFO O| Dec 20 21:46:52.261 INFO skip step because feature "repo_redist" is not enabled
35602024-12-20T21:46:53.122Z[ host-image] Dec 20 21:46:52.261 INFO O| Dec 20 21:46:52.261 INFO STEP 2: pkg_set_publisher, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-01-os.json
35612024-12-20T21:46:53.140Z[ host-image] Dec 20 21:46:52.279 INFO O| Dec 20 21:46:52.279 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"]
35622024-12-20T21:46:56.456Z[ host-image] Dec 20 21:46:52.838 INFO O| Dec 20 21:46:52.838 INFO STEP 2 (pkg_set_publisher) COMPLETE
35632024-12-20T21:46:56.456Z[ host-image] Dec 20 21:46:52.838 INFO O| Dec 20 21:46:52.838 INFO STEP 3: pkg_set_publisher, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-01-os.json
35642024-12-20T21:46:56.520Z[ host-image] Dec 20 21:46:52.855 INFO O| Dec 20 21:46:52.855 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"]
35652024-12-20T21:46:56.520Z[ host-image] Dec 20 21:46:53.432 INFO O| Dec 20 21:46:53.432 INFO STEP 3 (pkg_set_publisher) COMPLETE
35662024-12-20T21:46:56.520Z[ host-image] Dec 20 21:46:53.432 INFO O| Dec 20 21:46:53.432 INFO STEP 4: pkg_set_publisher, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-01-os.json
35672024-12-20T21:46:56.520Z[ host-image] Dec 20 21:46:53.432 INFO O| Dec 20 21:46:53.432 INFO skip step because feature "repo_redist" is not enabled
35682024-12-20T21:46:56.520Z[ host-image] Dec 20 21:46:53.432 INFO O| Dec 20 21:46:53.432 INFO STEP 5: pkg_change_variant, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-01-os.json
35692024-12-20T21:46:56.520Z[ host-image] Dec 20 21:46:54.001 INFO O| Dec 20 21:46:54.000 INFO variant opensolaris.zone is already global
35702024-12-20T21:46:56.520Z[ host-image] Dec 20 21:46:54.001 INFO O| Dec 20 21:46:54.000 INFO STEP 5 (pkg_change_variant) COMPLETE
35712024-12-20T21:46:56.520Z[ host-image] Dec 20 21:46:54.001 INFO O| Dec 20 21:46:54.000 INFO STEP 6: pkg_change_variant, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-01-os.json
35722024-12-20T21:46:56.520Z[ host-image] Dec 20 21:46:54.552 INFO O| Dec 20 21:46:54.552 INFO variant opensolaris.imagetype is full; changing to partial
35732024-12-20T21:46:56.520Z[ host-image] Dec 20 21:46:54.552 INFO O| Dec 20 21:46:54.552 INFO exec: ["/usr/bin/pkg", "-R", "/rpool/images/build/host/work/gimlet/ramdisk", "change-variant", "opensolaris.imagetype=partial"]
35742024-12-20T21:47:02.935Z[recovery-package] Finished `release` profile [optimized] target(s) in 22.55s
35752024-12-20T21:47:03.219Z[ host-image] Dec 20 21:47:02.374 INFO O| Dec 20 21:47:02.374 INFO O| Startup: Refreshing catalog 'helios-dev' ... Done
35762024-12-20T21:47:04.242ZDec 20 21:47:03.398 INFO [recovery-package] process exited with exit status: 0 (24.111642058s)
35772024-12-20T21:47:04.245ZDec 20 21:47:03.398 INFO [recovery-stamp] running task
35782024-12-20T21:47:04.245ZDec 20 21:47:03.398 INFO [verify-libraries] running: /home/build/.rustup/toolchains/1.81.0-x86_64-unknown-illumos/bin/cargo xtask verify-libraries --release
35792024-12-20T21:47:04.250ZDec 20 21:47:03.406 INFO [stamp-installinator] running: /work/oxidecomputer/omicron/target/release/omicron-package --target recovery --artifacts /work/artifacts-recovery stamp installinator 12.0.0-0.ci+gitf0c692d7aa8
35802024-12-20T21:47:04.256ZDec 20 21:47:03.412 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+gitf0c692d7aa8
35812024-12-20T21:47:04.265Z[stamp-installinator] Logging to: /work/artifacts-recovery/LOG
35822024-12-20T21:47:04.272Z[ stamp-mg-ddm-gz] Logging to: /work/artifacts-recovery/LOG
35832024-12-20T21:47:04.349Z[stamp-installinator] Created: /work/artifacts-recovery/versioned/installinator.tar
35842024-12-20T21:47:04.353ZDec 20 21:47:03.509 INFO [stamp-installinator] process exited with exit status: 0 (103.102872ms)
35852024-12-20T21:47:04.388Z[ stamp-mg-ddm-gz] Created: /work/artifacts-recovery/versioned/mg-ddm-gz.tar
35862024-12-20T21:47:04.392ZDec 20 21:47:03.547 INFO [stamp-mg-ddm-gz] process exited with exit status: 0 (135.120157ms)
35872024-12-20T21:47:04.394ZDec 20 21:47:03.547 INFO [recovery-stamp] task succeeded (149.50169ms)
35882024-12-20T21:47:04.394ZDec 20 21:47:03.547 INFO [recovery-proto] running task
35892024-12-20T21:47:04.394ZDec 20 21:47:03.547 INFO [tuf-stamp] running task
35902024-12-20T21:47:04.394ZDec 20 21:47:03.548 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+gitf0c692d7aa8
35912024-12-20T21:47:04.407ZDec 20 21:47:03.561 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+gitf0c692d7aa8
35922024-12-20T21:47:04.420Z[ stamp-nexus] Logging to: /work/oxidecomputer/omicron/out/LOG
35932024-12-20T21:47:04.423ZDec 20 21:47:03.576 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+gitf0c692d7aa8
35942024-12-20T21:47:04.436Z[stamp-clickhouse] Logging to: /work/oxidecomputer/omicron/out/LOG
35952024-12-20T21:47:04.439ZDec 20 21:47:03.591 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+gitf0c692d7aa8
35962024-12-20T21:47:04.453Z[ stamp-oximeter] Logging to: /work/oxidecomputer/omicron/out/LOG
35972024-12-20T21:47:04.456ZDec 20 21:47:03.609 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+gitf0c692d7aa8
35982024-12-20T21:47:04.477Z[stamp-cockroachdb] Logging to: /work/oxidecomputer/omicron/out/LOG
35992024-12-20T21:47:04.480ZDec 20 21:47:03.633 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+gitf0c692d7aa8
36002024-12-20T21:47:04.564Z[stamp-crucible-zone] Logging to: /work/oxidecomputer/omicron/out/LOG
36012024-12-20T21:47:04.567ZDec 20 21:47:03.720 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+gitf0c692d7aa8
36022024-12-20T21:47:04.567ZDec 20 21:47:03.720 INFO [recovery-proto] task succeeded (172.023465ms)
36032024-12-20T21:47:04.574ZDec 20 21:47:03.730 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/.tmpz5fbTL/proto/recovery/root -N 'recovery f0c692d/${os_short_commit} 2024-12-20 21:24' -s recovery -R -p 'helios-dev=https://pkg.oxide.computer/helios/2/dev/'
36042024-12-20T21:47:04.589Z[stamp-clickhouse_keeper] Logging to: /work/oxidecomputer/omicron/out/LOG
36052024-12-20T21:47:04.589ZDec 20 21:47:03.745 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+gitf0c692d7aa8
36062024-12-20T21:47:04.672ZDec 20 21:47:03.826 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+gitf0c692d7aa8
36072024-12-20T21:47:04.675Z[stamp-external-dns] Logging to: /work/oxidecomputer/omicron/out/LOG
36082024-12-20T21:47:04.675Z[ recovery-image] Dec 20 21:47:03.752 INFO using AMD firmware configuration file "/work/oxidecomputer/helios/image/amd/milan-gimlet-b.efs.json5"
36092024-12-20T21:47:04.773ZDec 20 21:47:03.929 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+gitf0c692d7aa8
36102024-12-20T21:47:04.808Z[stamp-internal-dns] Logging to: /work/oxidecomputer/omicron/out/LOG
36112024-12-20T21:47:04.829Z[ recovery-image] Dec 20 21:47:03.753 INFO using AMD firmware blob directories ["/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.a"]
36122024-12-20T21:47:04.832Z[ recovery-image] Dec 20 21:47:03.769 INFO generated template "/work/oxidecomputer/helios/tmp/image.recovery/genproto.json" for extra proto "/tmp/.tmpz5fbTL/proto/recovery/root"
36132024-12-20T21:47:04.832Z[ recovery-image] Dec 20 21:47:03.769 INFO using external package repository https://pkg.oxide.computer/helios/2/dev/
36142024-12-20T21:47:04.832Z[ recovery-image] Dec 20 21:47:03.769 INFO image builder template: ramdisk-01-os...
36152024-12-20T21:47:04.832Z[stamp-crucible-pantry-zone] Logging to: /work/oxidecomputer/omicron/out/LOG
36162024-12-20T21:47:04.832ZDec 20 21:47:03.985 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+gitf0c692d7aa8
36172024-12-20T21:47:04.832Z[ recovery-image] Dec 20 21:47:03.769 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/.tmpz5fbTL/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
36182024-12-20T21:47:04.832Z[ recovery-image] Dec 20 21:47:03.819 INFO O| Dec 20 21:47:03.819 INFO CREATE DATASET: rpool/images/build/recovery/output
36192024-12-20T21:47:04.849Z[ stamp-probe] Logging to: /work/oxidecomputer/omicron/out/LOG
36202024-12-20T21:47:04.864Z[ stamp-ntp] Logging to: /work/oxidecomputer/omicron/out/LOG
36212024-12-20T21:47:05.003Z[ stamp-probe] Created: /work/oxidecomputer/omicron/out/versioned/probe.tar.gz
36222024-12-20T21:47:05.067ZDec 20 21:47:04.220 INFO [stamp-probe] process exited with exit status: 0 (290.93174ms)
36232024-12-20T21:47:05.161Z[ recovery-image] Dec 20 21:47:04.314 INFO O| Dec 20 21:47:04.313 INFO temporary dataset: rpool/images/build/recovery/tmp/gimlet/ramdisk-01-os
36242024-12-20T21:47:05.166Z[ recovery-image] Dec 20 21:47:04.320 INFO O| Dec 20 21:47:04.320 INFO CREATE DATASET: rpool/images/build/recovery/tmp/gimlet/ramdisk-01-os
36252024-12-20T21:47:05.197Z[verify-libraries] Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.93s
36262024-12-20T21:47:05.226Z[verify-libraries] Running `target/debug/xtask verify-libraries --release`
36272024-12-20T21:47:05.453Z[ stamp-ntp] Created: /work/oxidecomputer/omicron/out/versioned/ntp.tar.gz
36282024-12-20T21:47:05.467ZDec 20 21:47:04.620 INFO [stamp-ntp] process exited with exit status: 0 (635.1249ms)
36292024-12-20T21:47:05.636Z[ recovery-image] Dec 20 21:47:04.791 INFO O| Dec 20 21:47:04.791 INFO SET DATASET PROPERTY ON rpool/images/build/recovery/tmp/gimlet/ramdisk-01-os: sync = disabled
36302024-12-20T21:47:05.773Z[ recovery-image] Dec 20 21:47:04.906 INFO O| Dec 20 21:47:04.906 INFO temporary directory: /rpool/images/build/recovery/tmp/gimlet/ramdisk-01-os
36312024-12-20T21:47:05.831Z[ recovery-image] Dec 20 21:47:04.906 INFO O| Dec 20 21:47:04.906 INFO work dataset: rpool/images/build/recovery/work/gimlet/ramdisk
36322024-12-20T21:47:05.900Z[ recovery-image] Dec 20 21:47:04.906 INFO O| Dec 20 21:47:04.906 INFO resetting by removing work dataset: rpool/images/build/recovery/work/gimlet/ramdisk
36332024-12-20T21:47:05.900Z[ recovery-image] Dec 20 21:47:04.906 INFO O| Dec 20 21:47:04.906 INFO DESTROY DATASET: rpool/images/build/recovery/work/gimlet/ramdisk
36342024-12-20T21:47:05.903Z[ recovery-image] Dec 20 21:47:04.918 INFO O| Dec 20 21:47:04.918 INFO CREATE DATASET: rpool/images/build/recovery/work/gimlet/ramdisk
36352024-12-20T21:47:06.209Z[ recovery-image] Dec 20 21:47:05.364 INFO O| Dec 20 21:47:05.364 INFO STEP 0: pkg_image_create, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-01-os.json
36362024-12-20T21:47:06.242Z[ recovery-image] Dec 20 21:47:05.397 INFO O| Dec 20 21:47:05.397 INFO exec: ["/usr/bin/pkg", "image-create", "--full", "/rpool/images/build/recovery/work/gimlet/ramdisk"]
36372024-12-20T21:47:06.253Z[stamp-crucible-pantry-zone] Created: /work/oxidecomputer/omicron/out/versioned/crucible-pantry-zone.tar.gz
36382024-12-20T21:47:06.311ZDec 20 21:47:05.467 INFO [stamp-crucible-pantry-zone] process exited with exit status: 0 (1.64067079s)
36392024-12-20T21:47:06.485Z[stamp-internal-dns] Created: /work/oxidecomputer/omicron/out/versioned/internal-dns.tar.gz
36402024-12-20T21:47:06.511ZDec 20 21:47:05.666 INFO [stamp-internal-dns] process exited with exit status: 0 (1.921385707s)
36412024-12-20T21:47:06.511Z[stamp-crucible-zone] Created: /work/oxidecomputer/omicron/out/versioned/crucible-zone.tar.gz
36422024-12-20T21:47:06.515ZDec 20 21:47:05.670 INFO [stamp-crucible-zone] process exited with exit status: 0 (2.060609998s)
36432024-12-20T21:47:06.618Z[stamp-external-dns] Created: /work/oxidecomputer/omicron/out/versioned/external-dns.tar.gz
36442024-12-20T21:47:06.687ZDec 20 21:47:05.842 INFO [stamp-external-dns] process exited with exit status: 0 (2.122315866s)
36452024-12-20T21:47:06.745Z[ stamp-oximeter] Created: /work/oxidecomputer/omicron/out/versioned/oximeter.tar.gz
36462024-12-20T21:47:06.749ZDec 20 21:47:05.904 INFO [stamp-oximeter] process exited with exit status: 0 (2.328110711s)
36472024-12-20T21:47:06.813Z[ recovery-image] Dec 20 21:47:05.968 INFO O| Dec 20 21:47:05.968 INFO O| Caching catalogs ... Done
36482024-12-20T21:47:06.930Z[ recovery-image] Dec 20 21:47:06.085 INFO O| Dec 20 21:47:06.085 INFO STEP 0 (pkg_image_create) COMPLETE
36492024-12-20T21:47:06.930Z[ recovery-image] Dec 20 21:47:06.085 INFO O| Dec 20 21:47:06.085 INFO STEP 1: pkg_set_publisher, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-01-os.json
36502024-12-20T21:47:06.930Z[ recovery-image] Dec 20 21:47:06.085 INFO O| Dec 20 21:47:06.085 INFO skip step because feature "repo_redist" is not enabled
36512024-12-20T21:47:06.933Z[ recovery-image] Dec 20 21:47:06.085 INFO O| Dec 20 21:47:06.085 INFO STEP 2: pkg_set_publisher, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-01-os.json
36522024-12-20T21:47:06.945Z[ recovery-image] Dec 20 21:47:06.100 INFO O| Dec 20 21:47:06.100 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"]
36532024-12-20T21:47:07.403Z[ recovery-image] Dec 20 21:47:06.558 INFO O| Dec 20 21:47:06.558 INFO STEP 2 (pkg_set_publisher) COMPLETE
36542024-12-20T21:47:07.403Z[ recovery-image] Dec 20 21:47:06.558 INFO O| Dec 20 21:47:06.558 INFO STEP 3: pkg_set_publisher, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-01-os.json
36552024-12-20T21:47:07.418Z[ recovery-image] Dec 20 21:47:06.573 INFO O| Dec 20 21:47:06.573 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"]
36562024-12-20T21:47:07.909Z[ recovery-image] Dec 20 21:47:07.063 INFO O| Dec 20 21:47:07.063 INFO STEP 3 (pkg_set_publisher) COMPLETE
36572024-12-20T21:47:07.912Z[ recovery-image] Dec 20 21:47:07.063 INFO O| Dec 20 21:47:07.063 INFO STEP 4: pkg_set_publisher, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-01-os.json
36582024-12-20T21:47:07.912Z[ recovery-image] Dec 20 21:47:07.063 INFO O| Dec 20 21:47:07.063 INFO skip step because feature "repo_redist" is not enabled
36592024-12-20T21:47:07.913Z[ recovery-image] Dec 20 21:47:07.063 INFO O| Dec 20 21:47:07.063 INFO STEP 5: pkg_change_variant, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-01-os.json
36602024-12-20T21:47:08.375Z[ recovery-image] Dec 20 21:47:07.530 INFO O| Dec 20 21:47:07.530 INFO variant opensolaris.zone is already global
36612024-12-20T21:47:08.377Z[ recovery-image] Dec 20 21:47:07.530 INFO O| Dec 20 21:47:07.530 INFO STEP 5 (pkg_change_variant) COMPLETE
36622024-12-20T21:47:08.377Z[ recovery-image] Dec 20 21:47:07.530 INFO O| Dec 20 21:47:07.530 INFO STEP 6: pkg_change_variant, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-01-os.json
36632024-12-20T21:47:08.806Z[ stamp-nexus] Created: /work/oxidecomputer/omicron/out/versioned/nexus.tar.gz
36642024-12-20T21:47:08.810ZDec 20 21:47:07.965 INFO [stamp-nexus] process exited with exit status: 0 (4.416745401s)
36652024-12-20T21:47:08.845Z[ recovery-image] Dec 20 21:47:08.000 INFO O| Dec 20 21:47:07.999 INFO variant opensolaris.imagetype is full; changing to partial
36662024-12-20T21:47:08.849Z[ recovery-image] Dec 20 21:47:08.000 INFO O| Dec 20 21:47:08.000 INFO exec: ["/usr/bin/pkg", "-R", "/rpool/images/build/recovery/work/gimlet/ramdisk", "change-variant", "opensolaris.imagetype=partial"]
36672024-12-20T21:47:09.155Z[verify-libraries] Compiling omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils)
36682024-12-20T21:47:09.157Z[verify-libraries] Compiling home v0.5.9
36692024-12-20T21:47:09.343Z[verify-libraries] Compiling cfg_aliases v0.1.1
36702024-12-20T21:47:09.371Z[verify-libraries] Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
36712024-12-20T21:47:09.374Z[verify-libraries] Compiling sqlparser_derive v0.2.2
36722024-12-20T21:47:09.374Z[verify-libraries] Compiling unicode_categories v0.1.1
36732024-12-20T21:47:09.484Z[verify-libraries] Compiling nix v0.28.0
36742024-12-20T21:47:09.670Z[verify-libraries] Compiling nexus-db-queries v0.1.0 (/work/oxidecomputer/omicron/nexus/db-queries)
36752024-12-20T21:47:09.767Z[verify-libraries] Compiling omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent)
36762024-12-20T21:47:09.769Z[verify-libraries] Compiling polyval v0.6.2
36772024-12-20T21:47:09.929Z[ host-image] Dec 20 21:47:09.083 INFO O| Dec 20 21:47:09.083 INFO O| Startup: Caching catalogs ... Done
36782024-12-20T21:47:09.974Z[verify-libraries] Compiling sqlformat v0.2.6
36792024-12-20T21:47:10.037Z[ host-image] Dec 20 21:47:09.192 INFO O| Dec 20 21:47:09.191 INFO O| Planning: Planning completed in 0.00 seconds
36802024-12-20T21:47:10.040Z[ host-image] Dec 20 21:47:09.193 INFO O| Dec 20 21:47:09.193 INFO O| Planning: Consolidating action changes ... Done
36812024-12-20T21:47:10.040Z[ host-image] Dec 20 21:47:09.193 INFO O| Dec 20 21:47:09.193 INFO O| Planning: Evaluating mediators ... Done
36822024-12-20T21:47:10.040Z[ host-image] Dec 20 21:47:09.194 INFO O| Dec 20 21:47:09.194 INFO O| Planning: Planning completed in 0.00 seconds
36832024-12-20T21:47:10.040Z[ host-image] Dec 20 21:47:09.194 INFO O| Dec 20 21:47:09.194 INFO O| Variants/Facets to change: 1
36842024-12-20T21:47:10.101Z[ host-image] Dec 20 21:47:09.256 INFO O| Dec 20 21:47:09.256 INFO O| Done
36852024-12-20T21:47:10.102Z[ host-image] Dec 20 21:47:09.256 INFO O| Dec 20 21:47:09.256 INFO O| Done
36862024-12-20T21:47:10.597Z[verify-libraries] Compiling ghash v0.5.1
36872024-12-20T21:47:10.655Z[verify-libraries] Compiling ctr v0.9.2
36882024-12-20T21:47:11.148Z[verify-libraries] Compiling ssh-encoding v0.2.0
36892024-12-20T21:47:11.182Z[stamp-cockroachdb] Created: /work/oxidecomputer/omicron/out/versioned/cockroachdb.tar.gz
36902024-12-20T21:47:11.210ZDec 20 21:47:10.365 INFO [stamp-cockroachdb] process exited with exit status: 0 (6.773250186s)
36912024-12-20T21:47:11.212Z[verify-libraries] Compiling aes-gcm v0.10.3
36922024-12-20T21:47:11.268Z[verify-libraries] Compiling sqlparser v0.45.0
36932024-12-20T21:47:11.424Z[verify-libraries] Compiling blowfish v0.9.1
36942024-12-20T21:47:11.446Z[ host-image] Dec 20 21:47:10.600 INFO O| Dec 20 21:47:10.600 INFO O| Done
36952024-12-20T21:47:11.564Z[ host-image] Dec 20 21:47:10.715 INFO O| Dec 20 21:47:10.715 INFO O| Done
36962024-12-20T21:47:11.567Z[ host-image] Dec 20 21:47:10.716 INFO O| Dec 20 21:47:10.716 INFO O| Done
36972024-12-20T21:47:11.567Z[ host-image] Dec 20 21:47:10.716 INFO O| Dec 20 21:47:10.716 INFO O| Done
36982024-12-20T21:47:11.568Z[ host-image] Dec 20 21:47:10.718 INFO O| Dec 20 21:47:10.718 INFO O| Done
36992024-12-20T21:47:12.245Z[verify-libraries] Compiling bcrypt-pbkdf v0.10.0
37002024-12-20T21:47:12.398Z[ host-image] Dec 20 21:47:11.552 INFO O| Dec 20 21:47:11.552 INFO STEP 6 (pkg_change_variant) COMPLETE
37012024-12-20T21:47:12.398Z[ host-image] Dec 20 21:47:11.552 INFO O| Dec 20 21:47:11.552 INFO STEP 7: pkg_change_variant, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-01-os.json
37022024-12-20T21:47:12.398Z[ host-image] Dec 20 21:47:11.552 INFO O| Dec 20 21:47:11.552 INFO skip step because feature "debug_variant" is not enabled
37032024-12-20T21:47:12.401Z[ host-image] Dec 20 21:47:11.552 INFO O| Dec 20 21:47:11.552 INFO STEP 8: pkg_change_facet, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-01-os.json
37042024-12-20T21:47:12.917Z[verify-libraries] Compiling ssh-cipher v0.2.0
37052024-12-20T21:47:12.988Z[ host-image] Dec 20 21:47:12.142 INFO O| Dec 20 21:47:12.142 INFO exec: ["/usr/bin/pkg", "-R", "/rpool/images/build/host/work/gimlet/ramdisk", "change-facet", "openssl.10=false"]
37062024-12-20T21:47:13.139Z[verify-libraries] Compiling password-hash v0.4.2
37072024-12-20T21:47:13.797Z[ host-image] Dec 20 21:47:12.951 INFO O| Dec 20 21:47:12.950 INFO O| Startup: Refreshing catalog 'helios-dev' ... Done
37082024-12-20T21:47:13.800Z[ host-image] Dec 20 21:47:12.952 INFO O| Dec 20 21:47:12.952 INFO O| Planning: Planning completed in 0.00 seconds
37092024-12-20T21:47:13.800Z[ host-image] Dec 20 21:47:12.953 INFO O| Dec 20 21:47:12.953 INFO O| Planning: Consolidating action changes ... Done
37102024-12-20T21:47:13.800Z[ host-image] Dec 20 21:47:12.953 INFO O| Dec 20 21:47:12.953 INFO O| Planning: Evaluating mediators ... Done
37112024-12-20T21:47:13.800Z[ host-image] Dec 20 21:47:12.954 INFO O| Dec 20 21:47:12.953 INFO O| Planning: Planning completed in 0.00 seconds
37122024-12-20T21:47:13.800Z[ host-image] Dec 20 21:47:12.954 INFO O| Dec 20 21:47:12.954 INFO O| Variants/Facets to change: 1
37132024-12-20T21:47:13.890Z[ host-image] Dec 20 21:47:13.044 INFO O| Dec 20 21:47:13.044 INFO O| Done
37142024-12-20T21:47:13.890Z[ host-image] Dec 20 21:47:13.044 INFO O| Dec 20 21:47:13.044 INFO O| Done
37152024-12-20T21:47:14.830Z[ host-image] Dec 20 21:47:13.983 INFO O| Dec 20 21:47:13.983 INFO O| Done
37162024-12-20T21:47:14.935Z[ host-image] Dec 20 21:47:14.089 INFO O| Dec 20 21:47:14.089 INFO O| Done
37172024-12-20T21:47:14.940Z[ host-image] Dec 20 21:47:14.090 INFO O| Dec 20 21:47:14.090 INFO O| Done
37182024-12-20T21:47:14.940Z[ host-image] Dec 20 21:47:14.090 INFO O| Dec 20 21:47:14.090 INFO O| Done
37192024-12-20T21:47:14.940Z[ host-image] Dec 20 21:47:14.092 INFO O| Dec 20 21:47:14.092 INFO O| Done
37202024-12-20T21:47:15.038Z[ host-image] Dec 20 21:47:14.192 INFO O| Dec 20 21:47:14.191 INFO STEP 8 (pkg_change_facet) COMPLETE
37212024-12-20T21:47:15.038Z[ host-image] Dec 20 21:47:14.192 INFO O| Dec 20 21:47:14.192 INFO STEP 9: pkg_change_facet, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-01-os.json
37222024-12-20T21:47:15.039Z[ host-image] Dec 20 21:47:14.192 INFO O| Dec 20 21:47:14.192 INFO skip step because feature "recovery" is not enabled
37232024-12-20T21:47:15.039Z[ host-image] Dec 20 21:47:14.192 INFO O| Dec 20 21:47:14.192 INFO STEP 10: pkg_change_facet, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-01-os.json
37242024-12-20T21:47:15.039Z[ host-image] Dec 20 21:47:14.192 INFO O| Dec 20 21:47:14.192 INFO skip step because feature "recovery" is not enabled
37252024-12-20T21:47:15.039Z[ host-image] Dec 20 21:47:14.192 INFO O| Dec 20 21:47:14.192 INFO STEP 11: pkg_install, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-01-os.json
37262024-12-20T21:47:15.058Z[ host-image] Dec 20 21:47:14.212 INFO O| Dec 20 21:47:14.212 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"]
37272024-12-20T21:47:15.967Z[verify-libraries] Compiling rustyline v14.0.0
37282024-12-20T21:47:16.693Z[ host-image] Dec 20 21:47:15.847 INFO O| Dec 20 21:47:15.847 INFO O| Startup: Refreshing catalog 'helios-dev' ... Done
37292024-12-20T21:47:18.428Z[verify-libraries] Compiling matches v0.1.10
37302024-12-20T21:47:18.727Z[verify-libraries] Compiling idna v0.2.3
37312024-12-20T21:47:18.996Z[stamp-clickhouse_keeper] Created: /work/oxidecomputer/omicron/out/versioned/clickhouse_keeper.tar.gz
37322024-12-20T21:47:19.029ZDec 20 21:47:18.183 INFO [stamp-clickhouse_keeper] process exited with exit status: 0 (14.550076092s)
37332024-12-20T21:47:19.190Z[verify-libraries] Compiling pbkdf2 v0.11.0
37342024-12-20T21:47:19.338Z[verify-libraries] Compiling ssh-key v0.6.6
37352024-12-20T21:47:19.540Z[stamp-clickhouse] Created: /work/oxidecomputer/omicron/out/versioned/clickhouse.tar.gz
37362024-12-20T21:47:19.586ZDec 20 21:47:18.739 INFO [stamp-clickhouse] process exited with exit status: 0 (15.177809001s)
37372024-12-20T21:47:19.587ZDec 20 21:47:18.739 INFO [tuf-stamp] task succeeded (15.191889467s)
37382024-12-20T21:47:19.820Z[verify-libraries] Compiling p256 v0.13.2
37392024-12-20T21:47:22.878Z[verify-libraries] Compiling p521 v0.13.3
37402024-12-20T21:47:23.163Z[ recovery-image] Dec 20 21:47:22.316 INFO O| Dec 20 21:47:22.316 INFO O| Startup: Refreshing catalog 'helios-dev' ... Done
37412024-12-20T21:47:23.728Z[verify-libraries] Compiling enum-as-inner v0.5.1
37422024-12-20T21:47:25.056Z[verify-libraries] Compiling russh-cryptovec v0.7.3
37432024-12-20T21:47:25.368Z[verify-libraries] Compiling md5 v0.7.0
37442024-12-20T21:47:25.531Z[verify-libraries] Compiling trust-dns-proto v0.22.0
37452024-12-20T21:47:26.030Z[verify-libraries] Compiling russh-keys v0.45.0
37462024-12-20T21:47:31.720Z[ recovery-image] Dec 20 21:47:30.873 INFO O| Dec 20 21:47:30.873 INFO O| Startup: Caching catalogs ... Done
37472024-12-20T21:47:31.892Z[ recovery-image] Dec 20 21:47:31.044 INFO O| Dec 20 21:47:31.044 INFO O| Planning: Planning completed in 0.00 seconds
37482024-12-20T21:47:31.895Z[ recovery-image] Dec 20 21:47:31.046 INFO O| Dec 20 21:47:31.046 INFO O| Planning: Consolidating action changes ... Done
37492024-12-20T21:47:31.895Z[ recovery-image] Dec 20 21:47:31.046 INFO O| Dec 20 21:47:31.046 INFO O| Planning: Evaluating mediators ... Done
37502024-12-20T21:47:31.895Z[ recovery-image] Dec 20 21:47:31.046 INFO O| Dec 20 21:47:31.046 INFO O| Planning: Planning completed in 0.00 seconds
37512024-12-20T21:47:31.895Z[ recovery-image] Dec 20 21:47:31.047 INFO O| Dec 20 21:47:31.047 INFO O| Variants/Facets to change: 1
37522024-12-20T21:47:32.046Z[ recovery-image] Dec 20 21:47:31.198 INFO O| Dec 20 21:47:31.198 INFO O| Done
37532024-12-20T21:47:32.046Z[ recovery-image] Dec 20 21:47:31.198 INFO O| Dec 20 21:47:31.198 INFO O| Done
37542024-12-20T21:47:33.126Z[ recovery-image] Dec 20 21:47:32.279 INFO O| Dec 20 21:47:32.279 INFO O| Done
37552024-12-20T21:47:33.221Z[ recovery-image] Dec 20 21:47:32.373 INFO O| Dec 20 21:47:32.373 INFO O| Done
37562024-12-20T21:47:33.223Z[ recovery-image] Dec 20 21:47:32.375 INFO O| Dec 20 21:47:32.375 INFO O| Done
37572024-12-20T21:47:33.224Z[ recovery-image] Dec 20 21:47:32.375 INFO O| Dec 20 21:47:32.375 INFO O| Done
37582024-12-20T21:47:33.226Z[ recovery-image] Dec 20 21:47:32.377 INFO O| Dec 20 21:47:32.377 INFO O| Done
37592024-12-20T21:47:33.941Z[ recovery-image] Dec 20 21:47:33.094 INFO O| Dec 20 21:47:33.094 INFO STEP 6 (pkg_change_variant) COMPLETE
37602024-12-20T21:47:33.941Z[ recovery-image] Dec 20 21:47:33.094 INFO O| Dec 20 21:47:33.094 INFO STEP 7: pkg_change_variant, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-01-os.json
37612024-12-20T21:47:33.944Z[ recovery-image] Dec 20 21:47:33.094 INFO O| Dec 20 21:47:33.094 INFO skip step because feature "debug_variant" is not enabled
37622024-12-20T21:47:33.944Z[ recovery-image] Dec 20 21:47:33.094 INFO O| Dec 20 21:47:33.094 INFO STEP 8: pkg_change_facet, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-01-os.json
37632024-12-20T21:47:34.614Z[ recovery-image] Dec 20 21:47:33.767 INFO O| Dec 20 21:47:33.767 INFO exec: ["/usr/bin/pkg", "-R", "/rpool/images/build/recovery/work/gimlet/ramdisk", "change-facet", "openssl.10=false"]
37642024-12-20T21:47:35.539Z[verify-libraries] Compiling num-bigint v0.4.6
37652024-12-20T21:47:35.834Z[ recovery-image] Dec 20 21:47:34.986 INFO O| Dec 20 21:47:34.986 INFO O| Startup: Refreshing catalog 'helios-dev' ... Done
37662024-12-20T21:47:35.836Z[ recovery-image] Dec 20 21:47:34.988 INFO O| Dec 20 21:47:34.988 INFO O| Planning: Planning completed in 0.00 seconds
37672024-12-20T21:47:35.836Z[ recovery-image] Dec 20 21:47:34.989 INFO O| Dec 20 21:47:34.989 INFO O| Planning: Consolidating action changes ... Done
37682024-12-20T21:47:35.836Z[ recovery-image] Dec 20 21:47:34.989 INFO O| Dec 20 21:47:34.989 INFO O| Planning: Evaluating mediators ... Done
37692024-12-20T21:47:35.839Z[ recovery-image] Dec 20 21:47:34.990 INFO O| Dec 20 21:47:34.990 INFO O| Planning: Planning completed in 0.00 seconds
37702024-12-20T21:47:35.839Z[ recovery-image] Dec 20 21:47:34.990 INFO O| Dec 20 21:47:34.990 INFO O| Variants/Facets to change: 1
37712024-12-20T21:47:35.921Z[ recovery-image] Dec 20 21:47:35.074 INFO O| Dec 20 21:47:35.073 INFO O| Done
37722024-12-20T21:47:35.921Z[ recovery-image] Dec 20 21:47:35.074 INFO O| Dec 20 21:47:35.073 INFO O| Done
37732024-12-20T21:47:36.713Z[ recovery-image] Dec 20 21:47:35.865 INFO O| Dec 20 21:47:35.865 INFO O| Done
37742024-12-20T21:47:36.794Z[ recovery-image] Dec 20 21:47:35.945 INFO O| Dec 20 21:47:35.945 INFO O| Done
37752024-12-20T21:47:36.797Z[ recovery-image] Dec 20 21:47:35.946 INFO O| Dec 20 21:47:35.946 INFO O| Done
37762024-12-20T21:47:36.797Z[ recovery-image] Dec 20 21:47:35.946 INFO O| Dec 20 21:47:35.946 INFO O| Done
37772024-12-20T21:47:36.797Z[ recovery-image] Dec 20 21:47:35.948 INFO O| Dec 20 21:47:35.948 INFO O| Done
37782024-12-20T21:47:36.935Z[ recovery-image] Dec 20 21:47:36.087 INFO O| Dec 20 21:47:36.087 INFO STEP 8 (pkg_change_facet) COMPLETE
37792024-12-20T21:47:36.935Z[ recovery-image] Dec 20 21:47:36.087 INFO O| Dec 20 21:47:36.087 INFO STEP 9: pkg_change_facet, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-01-os.json
37802024-12-20T21:47:37.661Z[ recovery-image] Dec 20 21:47:36.813 INFO O| Dec 20 21:47:36.813 INFO exec: ["/usr/bin/pkg", "-R", "/rpool/images/build/recovery/work/gimlet/ramdisk", "change-facet", "doc=false"]
37812024-12-20T21:47:38.959Z[ recovery-image] Dec 20 21:47:38.111 INFO O| Dec 20 21:47:38.111 INFO O| Startup: Refreshing catalog 'helios-dev' ... Done
37822024-12-20T21:47:38.962Z[ recovery-image] Dec 20 21:47:38.113 INFO O| Dec 20 21:47:38.113 INFO O| Planning: Planning completed in 0.00 seconds
37832024-12-20T21:47:38.962Z[ recovery-image] Dec 20 21:47:38.114 INFO O| Dec 20 21:47:38.114 INFO O| Planning: Consolidating action changes ... Done
37842024-12-20T21:47:38.962Z[ recovery-image] Dec 20 21:47:38.114 INFO O| Dec 20 21:47:38.114 INFO O| Planning: Evaluating mediators ... Done
37852024-12-20T21:47:38.965Z[ recovery-image] Dec 20 21:47:38.115 INFO O| Dec 20 21:47:38.115 INFO O| Planning: Planning completed in 0.00 seconds
37862024-12-20T21:47:38.965Z[ recovery-image] Dec 20 21:47:38.115 INFO O| Dec 20 21:47:38.115 INFO O| Variants/Facets to change: 1
37872024-12-20T21:47:39.119Z[ recovery-image] Dec 20 21:47:38.271 INFO O| Dec 20 21:47:38.271 INFO O| Done
37882024-12-20T21:47:39.119Z[ recovery-image] Dec 20 21:47:38.271 INFO O| Dec 20 21:47:38.271 INFO O| Done
37892024-12-20T21:47:40.100Z[ recovery-image] Dec 20 21:47:39.252 INFO O| Dec 20 21:47:39.251 INFO O| Done
37902024-12-20T21:47:40.223Z[ recovery-image] Dec 20 21:47:39.375 INFO O| Dec 20 21:47:39.375 INFO O| Done
37912024-12-20T21:47:40.225Z[ recovery-image] Dec 20 21:47:39.376 INFO O| Dec 20 21:47:39.376 INFO O| Done
37922024-12-20T21:47:40.225Z[ recovery-image] Dec 20 21:47:39.376 INFO O| Dec 20 21:47:39.376 INFO O| Done
37932024-12-20T21:47:40.229Z[ recovery-image] Dec 20 21:47:39.378 INFO O| Dec 20 21:47:39.378 INFO O| Done
37942024-12-20T21:47:40.409Z[ recovery-image] Dec 20 21:47:39.561 INFO O| Dec 20 21:47:39.561 INFO STEP 9 (pkg_change_facet) COMPLETE
37952024-12-20T21:47:40.409Z[ recovery-image] Dec 20 21:47:39.561 INFO O| Dec 20 21:47:39.561 INFO STEP 10: pkg_change_facet, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-01-os.json
37962024-12-20T21:47:41.018Z[ recovery-image] Dec 20 21:47:40.169 INFO O| Dec 20 21:47:40.169 INFO exec: ["/usr/bin/pkg", "-R", "/rpool/images/build/recovery/work/gimlet/ramdisk", "change-facet", "doc.man=false"]
37972024-12-20T21:47:42.003Z[ recovery-image] Dec 20 21:47:41.153 INFO O| Dec 20 21:47:41.153 INFO O| Startup: Refreshing catalog 'helios-dev' ... Done
37982024-12-20T21:47:42.006Z[ recovery-image] Dec 20 21:47:41.155 INFO O| Dec 20 21:47:41.155 INFO O| Planning: Planning completed in 0.00 seconds
37992024-12-20T21:47:42.006Z[ recovery-image] Dec 20 21:47:41.156 INFO O| Dec 20 21:47:41.156 INFO O| Planning: Consolidating action changes ... Done
38002024-12-20T21:47:42.006Z[ recovery-image] Dec 20 21:47:41.156 INFO O| Dec 20 21:47:41.156 INFO O| Planning: Evaluating mediators ... Done
38012024-12-20T21:47:42.006Z[ recovery-image] Dec 20 21:47:41.157 INFO O| Dec 20 21:47:41.157 INFO O| Planning: Planning completed in 0.00 seconds
38022024-12-20T21:47:42.006Z[ recovery-image] Dec 20 21:47:41.157 INFO O| Dec 20 21:47:41.157 INFO O| Variants/Facets to change: 1
38032024-12-20T21:47:42.102Z[ recovery-image] Dec 20 21:47:41.252 INFO O| Dec 20 21:47:41.252 INFO O| Done
38042024-12-20T21:47:42.102Z[ recovery-image] Dec 20 21:47:41.252 INFO O| Dec 20 21:47:41.252 INFO O| Done
38052024-12-20T21:47:42.181Z[verify-libraries] Compiling des v0.8.1
38062024-12-20T21:47:42.859Z[verify-libraries] Compiling dhcproto-macros v0.1.0
38072024-12-20T21:47:42.973Z[ recovery-image] Dec 20 21:47:42.124 INFO O| Dec 20 21:47:42.123 INFO O| Done
38082024-12-20T21:47:43.073Z[ recovery-image] Dec 20 21:47:42.223 INFO O| Dec 20 21:47:42.223 INFO O| Done
38092024-12-20T21:47:43.076Z[ recovery-image] Dec 20 21:47:42.224 INFO O| Dec 20 21:47:42.224 INFO O| Done
38102024-12-20T21:47:43.076Z[ recovery-image] Dec 20 21:47:42.224 INFO O| Dec 20 21:47:42.224 INFO O| Done
38112024-12-20T21:47:43.076Z[ recovery-image] Dec 20 21:47:42.226 INFO O| Dec 20 21:47:42.226 INFO O| Done
38122024-12-20T21:47:43.207Z[ recovery-image] Dec 20 21:47:42.324 INFO O| Dec 20 21:47:42.324 INFO STEP 10 (pkg_change_facet) COMPLETE
38132024-12-20T21:47:43.208Z[ recovery-image] Dec 20 21:47:42.324 INFO O| Dec 20 21:47:42.324 INFO STEP 11: pkg_install, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-01-os.json
38142024-12-20T21:47:43.294Z[ recovery-image] Dec 20 21:47:42.345 INFO O| Dec 20 21:47:42.345 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"]
38152024-12-20T21:47:44.051Z[verify-libraries] Compiling hex-literal v0.4.1
38162024-12-20T21:47:44.306Z[ recovery-image] Dec 20 21:47:43.426 INFO O| Dec 20 21:47:43.426 INFO O| Startup: Refreshing catalog 'helios-dev' ... Done
38172024-12-20T21:47:44.316Z[verify-libraries] Compiling russh v0.45.0
38182024-12-20T21:47:45.904Z[verify-libraries] Compiling dhcproto v0.12.0
38192024-12-20T21:47:49.926Z[verify-libraries] Compiling oximeter-collector v0.1.0 (/work/oxidecomputer/omicron/oximeter/collector)
38202024-12-20T21:47:52.146Z[verify-libraries] Compiling gateway-test-utils v0.1.0 (/work/oxidecomputer/omicron/gateway-test-utils)
38212024-12-20T21:47:56.930Z[verify-libraries] Compiling oxide-client v0.1.0 (/work/oxidecomputer/omicron/clients/oxide-client)
38222024-12-20T21:48:05.789Z[verify-libraries] Compiling petname v2.0.2
38232024-12-20T21:48:07.052Z[verify-libraries] Compiling ispf v0.1.0 (https://github.com/oxidecomputer/ispf#f78443a9)
38242024-12-20T21:48:07.753Z[verify-libraries] Compiling internet-checksum v0.2.1
38252024-12-20T21:48:08.545Z[verify-libraries] Compiling omicron-clickhouse-admin v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin)
38262024-12-20T21:48:12.959Z[verify-libraries] Compiling nexus-networking v0.1.0 (/work/oxidecomputer/omicron/nexus/networking)
38272024-12-20T21:48:16.699Z[verify-libraries] Compiling nexus-reconfigurator-preparation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/preparation)
38282024-12-20T21:48:22.168Z[verify-libraries] Compiling nexus-saga-recovery v0.1.0 (/work/oxidecomputer/omicron/nexus/saga-recovery)
38292024-12-20T21:48:23.231Z[ host-image] Dec 20 21:48:22.374 INFO O| Dec 20 21:48:22.374 INFO O| Planning: Solver setup ... Done
38302024-12-20T21:48:29.851Z[verify-libraries] Compiling nexus-reconfigurator-execution v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/execution)
38312024-12-20T21:48:50.029Z[ recovery-image] Dec 20 21:48:49.174 INFO O| Dec 20 21:48:49.174 INFO O| Planning: Solver setup ... Done
38322024-12-20T21:48:55.678Z[verify-libraries] Compiling nexus-metrics-producer-gc v0.1.0 (/work/oxidecomputer/omicron/nexus/metrics-producer-gc)
38332024-12-20T21:48:58.071Z[verify-libraries] Compiling omicron-nexus v0.1.0 (/work/oxidecomputer/omicron/nexus)
38342024-12-20T21:49:01.185Z[verify-libraries] Compiling end-to-end-tests v0.1.0 (/work/oxidecomputer/omicron/end-to-end-tests)
38352024-12-20T21:49:29.809Z[verify-libraries] Compiling wicket-dbg v0.1.0 (/work/oxidecomputer/omicron/wicket-dbg)
38362024-12-20T21:49:32.950Z[verify-libraries] Compiling reconfigurator-cli v0.1.0 (/work/oxidecomputer/omicron/dev-tools/reconfigurator-cli)
38372024-12-20T21:49:33.520Z[verify-libraries] Compiling db-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/db-dev)
38382024-12-20T21:49:34.050Z[verify-libraries] Compiling ch-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/ch-dev)
38392024-12-20T21:49:34.755Z[verify-libraries] Compiling omicron-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omicron-dev)
38402024-12-20T21:49:35.002Z[verify-libraries] Compiling openapi-lint v0.4.0 (https://github.com/oxidecomputer/openapi-lint?branch=main#ef442ee4)
38412024-12-20T21:49:35.345Z[verify-libraries] Compiling sync-ptr v0.1.1
38422024-12-20T21:49:35.704Z[verify-libraries] Compiling openapi-manager v0.1.0 (/work/oxidecomputer/omicron/dev-tools/openapi-manager)
38432024-12-20T21:49:43.438Z[verify-libraries] Compiling nexus-reconfigurator-simulation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/simulation)
38442024-12-20T21:49:45.513Z[ host-image] Dec 20 21:49:44.654 INFO O| Dec 20 21:49:44.653 INFO O| Planning: Running solver ... Done
38452024-12-20T21:49:46.148Z[ host-image] Dec 20 21:49:45.288 INFO O| Dec 20 21:49:45.288 INFO O| Planning: Finding local manifests ... Done
38462024-12-20T21:49:46.167Z[ host-image] Dec 20 21:49:45.305 INFO O| Dec 20 21:49:45.305 INFO O| Planning: Fetching manifests: 0/124 0% complete
38472024-12-20T21:49:49.331Z[verify-libraries] Compiling zone-setup v0.1.0 (/work/oxidecomputer/omicron/zone-setup)
38482024-12-20T21:49:51.973Z[ host-image] Dec 20 21:49:51.101 INFO O| Dec 20 21:49:51.101 INFO O| Planning: Fetching manifests: 124/124 100% complete
38492024-12-20T21:49:52.154Z[verify-libraries] Compiling nexus-test-utils v0.1.0 (/work/oxidecomputer/omicron/nexus/test-utils)
38502024-12-20T21:49:53.069Z[ host-image] Dec 20 21:49:52.207 INFO O| Dec 20 21:49:52.207 INFO O| Planning: Package planning ... Done
38512024-12-20T21:49:54.696Z[ host-image] Dec 20 21:49:53.836 INFO O| Dec 20 21:49:53.835 INFO O| Planning: Merging actions ... Done
38522024-12-20T21:49:55.225Z[ host-image] Dec 20 21:49:54.364 INFO O| Dec 20 21:49:54.364 INFO O| Planning: Checking for conflicting actions ... Done
38532024-12-20T21:49:55.552Z[ host-image] Dec 20 21:49:54.645 INFO O| Dec 20 21:49:54.645 INFO O| Planning: Consolidating action changes ... Done
38542024-12-20T21:49:56.027Z[ host-image] Dec 20 21:49:55.166 INFO O| Dec 20 21:49:55.166 INFO O| Planning: Evaluating mediators ... Done
38552024-12-20T21:50:01.712Z[verify-libraries] Compiling oximeter-test-utils v0.1.0 (/work/oxidecomputer/omicron/oximeter/test-utils)
38562024-12-20T21:50:02.674Z[ host-image] Dec 20 21:50:01.813 INFO O| Dec 20 21:50:01.813 INFO O| Planning: Planning completed in 165.97 seconds
38572024-12-20T21:50:02.700Z[ host-image] Dec 20 21:50:01.839 INFO O| Dec 20 21:50:01.839 INFO O| Packages to install: 124
38582024-12-20T21:50:02.703Z[ host-image] Dec 20 21:50:01.839 INFO O| Dec 20 21:50:01.839 INFO O| Mediators to change: 4
38592024-12-20T21:50:02.703Z[ host-image] Dec 20 21:50:01.839 INFO O| Dec 20 21:50:01.839 INFO O| Services to change: 6
38602024-12-20T21:50:02.814Z[ host-image] Dec 20 21:50:01.953 INFO O| Dec 20 21:50:01.953 INFO O| Download: 0/22788 items 0.0/199.7MB 0% complete
38612024-12-20T21:50:06.605Z[verify-libraries] Compiling omicron-ls-apis v0.1.0 (/work/oxidecomputer/omicron/dev-tools/ls-apis)
38622024-12-20T21:50:07.884Z[ host-image] Dec 20 21:50:06.959 INFO O| Dec 20 21:50:06.959 INFO O| Download: 891/22788 items 6.1/199.7MB 3% complete (1.3M/s)
38632024-12-20T21:50:12.536Z[ recovery-image] Dec 20 21:50:11.674 INFO O| Dec 20 21:50:11.674 INFO O| Planning: Running solver ... Done
38642024-12-20T21:50:13.085Z[ recovery-image] Dec 20 21:50:12.223 INFO O| Dec 20 21:50:12.223 INFO O| Planning: Finding local manifests ... Done
38652024-12-20T21:50:13.110Z[ recovery-image] Dec 20 21:50:12.247 INFO O| Dec 20 21:50:12.247 INFO O| Planning: Fetching manifests: 0/124 0% complete
38662024-12-20T21:50:13.148Z[ host-image] Dec 20 21:50:12.286 INFO O| Dec 20 21:50:12.286 INFO O| Download: 1617/22788 items 9.7/199.7MB 4% complete (1014k/s)
38672024-12-20T21:50:17.990Z[ recovery-image] Dec 20 21:50:17.128 INFO O| Dec 20 21:50:17.127 INFO O| Planning: Fetching manifests: 124/124 100% complete
38682024-12-20T21:50:18.498Z[ host-image] Dec 20 21:50:17.635 INFO O| Dec 20 21:50:17.635 INFO O| Download: 1944/22788 items 22.1/199.7MB 11% complete (1.5M/s)
38692024-12-20T21:50:19.229Z[ recovery-image] Dec 20 21:50:18.366 INFO O| Dec 20 21:50:18.366 INFO O| Planning: Package planning ... Done
38702024-12-20T21:50:20.029Z[ recovery-image] Dec 20 21:50:19.166 INFO O| Dec 20 21:50:19.166 INFO O| Planning: Merging actions ... Done
38712024-12-20T21:50:20.228Z[ recovery-image] Dec 20 21:50:19.362 INFO O| Dec 20 21:50:19.362 INFO O| Planning: Checking for conflicting actions ... Done
38722024-12-20T21:50:20.387Z[ recovery-image] Dec 20 21:50:19.524 INFO O| Dec 20 21:50:19.524 INFO O| Planning: Consolidating action changes ... Done
38732024-12-20T21:50:20.750Z[ recovery-image] Dec 20 21:50:19.887 INFO O| Dec 20 21:50:19.887 INFO O| Planning: Evaluating mediators ... Done
38742024-12-20T21:50:23.542Z[ host-image] Dec 20 21:50:22.678 INFO O| Dec 20 21:50:22.678 INFO O| Download: 2236/22788 items 24.5/199.7MB 12% complete (1.5M/s)
38752024-12-20T21:50:26.604Z[ recovery-image] Dec 20 21:50:25.741 INFO O| Dec 20 21:50:25.741 INFO O| Planning: Planning completed in 162.31 seconds
38762024-12-20T21:50:26.611Z[ recovery-image] Dec 20 21:50:25.748 INFO O| Dec 20 21:50:25.748 INFO O| Packages to install: 124
38772024-12-20T21:50:26.611Z[ recovery-image] Dec 20 21:50:25.748 INFO O| Dec 20 21:50:25.748 INFO O| Mediators to change: 4
38782024-12-20T21:50:26.614Z[ recovery-image] Dec 20 21:50:25.748 INFO O| Dec 20 21:50:25.748 INFO O| Services to change: 5
38792024-12-20T21:50:26.685Z[ recovery-image] Dec 20 21:50:25.822 INFO O| Dec 20 21:50:25.822 INFO O| Download: 0/15862 items 0.0/176.4MB 0% complete
38802024-12-20T21:50:27.457Z[verify-libraries] Compiling tufaceous v0.1.0 (/work/oxidecomputer/omicron/tufaceous)
38812024-12-20T21:50:28.589Z[ host-image] Dec 20 21:50:27.725 INFO O| Dec 20 21:50:27.725 INFO O| Download: 2464/22788 items 28.4/199.7MB 14% complete (636k/s)
38822024-12-20T21:50:31.754Z[ recovery-image] Dec 20 21:50:30.829 INFO O| Dec 20 21:50:30.829 INFO O| Download: 738/15862 items 6.3/176.4MB 3% complete (1.3M/s)
38832024-12-20T21:50:33.597Z[ host-image] Dec 20 21:50:32.733 INFO O| Dec 20 21:50:32.733 INFO O| Download: 2908/22788 items 33.5/199.7MB 16% complete (929k/s)
38842024-12-20T21:50:34.278Z[verify-libraries] Compiling clickhouse-admin-test-utils v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/test-utils)
38852024-12-20T21:50:34.913Z[verify-libraries] Compiling xtask-downloader v0.1.0 (/work/oxidecomputer/omicron/dev-tools/downloader)
38862024-12-20T21:50:37.979Z[ recovery-image] Dec 20 21:50:37.000 INFO O| Dec 20 21:50:37.000 INFO O| Download: 1050/15862 items 7.9/176.4MB 4% complete (822k/s)
38872024-12-20T21:50:38.705Z[ host-image] Dec 20 21:50:37.784 INFO O| Dec 20 21:50:37.784 INFO O| Download: 3481/22788 items 35.7/199.7MB 17% complete (819k/s)
38882024-12-20T21:50:39.114Z[verify-libraries] Compiling termios v0.3.3
38892024-12-20T21:50:39.466Z[verify-libraries] Compiling gateway-cli v0.1.0 (/work/oxidecomputer/omicron/gateway-cli)
38902024-12-20T21:50:42.953Z[ recovery-image] Dec 20 21:50:42.088 INFO O| Dec 20 21:50:42.088 INFO O| Download: 1458/15862 items 21.2/176.4MB 12% complete (1.4M/s)
38912024-12-20T21:50:47.096Z[ host-image] Dec 20 21:50:46.230 INFO O| Dec 20 21:50:46.230 INFO O| Download: 3487/22788 items 35.7/199.7MB 17% complete (771k/s)
38922024-12-20T21:50:49.149Z[ recovery-image] Dec 20 21:50:48.284 INFO O| Dec 20 21:50:48.284 INFO O| Download: 1528/15862 items 22.1/176.4MB 12% complete (1.5M/s)
38932024-12-20T21:50:52.106Z[ host-image] Dec 20 21:50:51.240 INFO O| Dec 20 21:50:51.239 INFO O| Download: 4202/22788 items 40.7/199.7MB 20% complete (1.0M/s)
38942024-12-20T21:50:53.975Z[verify-libraries] Compiling omicron-omdb v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omdb)
38952024-12-20T21:50:54.176Z[ recovery-image] Dec 20 21:50:53.309 INFO O| Dec 20 21:50:53.309 INFO O| Download: 1577/15862 items 24.4/176.4MB 13% complete (290k/s)
38962024-12-20T21:50:57.132Z[ host-image] Dec 20 21:50:56.266 INFO O| Dec 20 21:50:56.266 INFO O| Download: 4535/22788 items 42.4/199.7MB 21% complete (687k/s)
38972024-12-20T21:50:59.589Z[ recovery-image] Dec 20 21:50:58.723 INFO O| Dec 20 21:50:58.723 INFO O| Download: 1643/15862 items 25.6/176.4MB 14% complete (354k/s)
38982024-12-20T21:51:02.663Z[ host-image] Dec 20 21:51:01.797 INFO O| Dec 20 21:51:01.797 INFO O| Download: 4539/22788 items 42.4/199.7MB 21% complete (640k/s)
38992024-12-20T21:51:04.594Z[ recovery-image] Dec 20 21:51:03.727 INFO O| Dec 20 21:51:03.727 INFO O| Download: 1781/15862 items 28.1/176.4MB 15% complete (394k/s)
39002024-12-20T21:51:04.632Z[verify-libraries] Compiling clickhouse-cluster-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/clickhouse-cluster-dev)
39012024-12-20T21:51:08.430Z[ host-image] Dec 20 21:51:07.563 INFO O| Dec 20 21:51:07.563 INFO O| Download: 4641/22788 items 43.0/199.7MB 21% complete (94.9k/s)
39022024-12-20T21:51:09.594Z[ recovery-image] Dec 20 21:51:08.727 INFO O| Dec 20 21:51:08.727 INFO O| Download: 2338/15862 items 31.3/176.4MB 17% complete (595k/s)
39032024-12-20T21:51:13.452Z[ host-image] Dec 20 21:51:12.584 INFO O| Dec 20 21:51:12.584 INFO O| Download: 4979/22788 items 45.8/199.7MB 22% complete (346k/s)
39042024-12-20T21:51:14.598Z[ recovery-image] Dec 20 21:51:13.729 INFO O| Dec 20 21:51:13.729 INFO O| Download: 2648/15862 items 33.0/176.4MB 18% complete (510k/s)
39052024-12-20T21:51:18.453Z[ host-image] Dec 20 21:51:17.585 INFO O| Dec 20 21:51:17.585 INFO O| Download: 5474/22788 items 46.1/199.7MB 23% complete (331k/s)
39062024-12-20T21:51:24.175Z[ recovery-image] Dec 20 21:51:23.307 INFO O| Dec 20 21:51:23.306 INFO O| Download: 2679/15862 items 33.1/176.4MB 18% complete (470k/s)
39072024-12-20T21:51:33.725Z[ recovery-image] Dec 20 21:51:32.856 INFO O| Dec 20 21:51:32.856 INFO O| Download: 2681/15862 items 33.1/176.4MB 18% complete
39082024-12-20T21:51:38.777Z[ recovery-image] Dec 20 21:51:37.907 INFO O| Dec 20 21:51:37.907 INFO O| Download: 3067/15862 items 37.2/176.4MB 21% complete (441k/s)
39092024-12-20T21:51:43.804Z[ recovery-image] Dec 20 21:51:42.934 INFO O| Dec 20 21:51:42.934 INFO O| Download: 3538/15862 items 38.4/176.4MB 21% complete (543k/s)
39102024-12-20T21:51:46.896Z[ host-image] Dec 20 21:51:46.025 INFO O| Dec 20 21:51:46.025 INFO O| Download: 5750/22788 items 46.3/199.7MB 23% complete
39112024-12-20T21:51:48.829Z[ recovery-image] Dec 20 21:51:47.955 INFO O| Dec 20 21:51:47.954 INFO O| Download: 3688/15862 items 40.1/176.4MB 22% complete (298k/s)
39122024-12-20T21:51:51.915Z[ host-image] Dec 20 21:51:51.034 INFO O| Dec 20 21:51:51.034 INFO O| Download: 6490/22788 items 46.7/199.7MB 23% complete (88.3k/s)
39132024-12-20T21:51:53.867Z[ recovery-image] Dec 20 21:51:52.996 INFO O| Dec 20 21:51:52.995 INFO O| Download: 3766/15862 items 42.1/176.4MB 23% complete (387k/s)
39142024-12-20T21:51:57.497Z[ host-image] Dec 20 21:51:56.625 INFO O| Dec 20 21:51:56.625 INFO O| Download: 6857/22788 items 49.0/199.7MB 24% complete (282k/s)
39152024-12-20T21:51:58.901Z[ recovery-image] Dec 20 21:51:58.018 INFO O| Dec 20 21:51:58.018 INFO O| Download: 4771/15862 items 43.0/176.4MB 24% complete (306k/s)
39162024-12-20T21:52:05.341Z[ host-image] Dec 20 21:52:02.385 INFO O| Dec 20 21:52:02.385 INFO O| Download: 6978/22788 items 50.1/199.7MB 25% complete (328k/s)
39172024-12-20T21:52:05.341Z[ recovery-image] Dec 20 21:52:03.354 INFO O| Dec 20 21:52:03.354 INFO O| Download: 4792/15862 items 43.0/176.4MB 24% complete (94.3k/s)
39182024-12-20T21:52:09.248Z[ recovery-image] Dec 20 21:52:08.362 INFO O| Dec 20 21:52:08.362 INFO O| Download: 5527/15862 items 43.4/176.4MB 24% complete (43.4k/s)
39192024-12-20T21:52:11.602Z[ host-image] Dec 20 21:52:10.730 INFO O| Dec 20 21:52:10.729 INFO O| Download: 6983/22788 items 50.4/199.7MB 25% complete (295k/s)
39202024-12-20T21:52:16.607Z[ host-image] Dec 20 21:52:15.733 INFO O| Dec 20 21:52:15.733 INFO O| Download: 7483/22788 items 58.0/199.7MB 29% complete (1.6M/s)
39212024-12-20T21:52:18.493Z[ recovery-image] Dec 20 21:52:17.620 INFO O| Dec 20 21:52:17.620 INFO O| Download: 5703/15862 items 45.3/176.4MB 25% complete (240k/s)
39222024-12-20T21:52:24.913Z[ recovery-image] Dec 20 21:52:24.040 INFO O| Dec 20 21:52:24.039 INFO O| Download: 5705/15862 items 45.5/176.4MB 25% complete (231k/s)
39232024-12-20T21:52:30.389Z[ recovery-image] Dec 20 21:52:29.514 INFO O| Dec 20 21:52:29.514 INFO O| Download: 5913/15862 items 53.0/176.4MB 30% complete (1.8M/s)
39242024-12-20T21:52:35.413Z[ recovery-image] Dec 20 21:52:34.538 INFO O| Dec 20 21:52:34.538 INFO O| Download: 6083/15862 items 54.4/176.4MB 30% complete (872k/s)
39252024-12-20T21:52:38.791Z[ host-image] Dec 20 21:52:37.915 INFO O| Dec 20 21:52:37.915 INFO O| Download: 7959/22788 items 59.6/199.7MB 29% complete
39262024-12-20T21:52:41.989Z[ recovery-image] Dec 20 21:52:41.113 INFO O| Dec 20 21:52:41.113 INFO O| Download: 6119/15862 items 58.6/176.4MB 33% complete (492k/s)
39272024-12-20T21:52:44.576Z[ host-image] Dec 20 21:52:43.699 INFO O| Dec 20 21:52:43.699 INFO O| Download: 8237/22788 items 63.4/199.7MB 31% complete (835k/s)
39282024-12-20T21:52:47.053Z[ recovery-image] Dec 20 21:52:46.173 INFO O| Dec 20 21:52:46.173 INFO O| Download: 6181/15862 items 62.0/176.4MB 35% complete (783k/s)
39292024-12-20T21:52:51.822Z[ host-image] Dec 20 21:52:50.931 INFO O| Dec 20 21:52:50.931 INFO O| Download: 8299/22788 items 67.5/199.7MB 33% complete (786k/s)
39302024-12-20T21:52:52.062Z[ recovery-image] Dec 20 21:52:51.176 INFO O| Dec 20 21:52:51.176 INFO O| Download: 6648/15862 items 64.4/176.4MB 36% complete (591k/s)
39312024-12-20T21:52:52.093Z[verify-libraries] Compiling mgs-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/mgs-dev)
39322024-12-20T21:52:57.085Z[ recovery-image] Dec 20 21:52:56.207 INFO O| Dec 20 21:52:56.207 INFO O| Download: 7186/15862 items 73.1/176.4MB 41% complete (1.1M/s)
39332024-12-20T21:52:57.443Z[verify-libraries] Compiling crdb-seed v0.1.0 (/work/oxidecomputer/omicron/dev-tools/crdb-seed)
39342024-12-20T21:52:59.583Z[ host-image] Dec 20 21:52:58.706 INFO O| Dec 20 21:52:58.706 INFO O| Download: 8361/22788 items 69.1/199.7MB 34% complete (458k/s)
39352024-12-20T21:53:02.094Z[ recovery-image] Dec 20 21:53:01.217 INFO O| Dec 20 21:53:01.216 INFO O| Download: 7348/15862 items 73.4/176.4MB 41% complete (935k/s)
39362024-12-20T21:53:04.585Z[ host-image] Dec 20 21:53:03.706 INFO O| Dec 20 21:53:03.706 INFO O| Download: 8731/22788 items 71.2/199.7MB 35% complete (248k/s)
39372024-12-20T21:53:07.144Z[ recovery-image] Dec 20 21:53:06.266 INFO O| Dec 20 21:53:06.266 INFO O| Download: 7630/15862 items 73.7/176.4MB 41% complete (66.3k/s)
39382024-12-20T21:53:10.366Z[ host-image] Dec 20 21:53:09.488 INFO O| Dec 20 21:53:09.488 INFO O| Download: 9388/22788 items 81.5/199.7MB 40% complete (1.3M/s)
39392024-12-20T21:53:13.301Z[ recovery-image] Dec 20 21:53:12.422 INFO O| Dec 20 21:53:12.422 INFO O| Download: 7867/15862 items 75.7/176.4MB 42% complete (218k/s)
39402024-12-20T21:53:15.382Z[ host-image] Dec 20 21:53:14.504 INFO O| Dec 20 21:53:14.503 INFO O| Download: 10132/22788 items 85.2/199.7MB 42% complete (1.4M/s)
39412024-12-20T21:53:18.301Z[ recovery-image] Dec 20 21:53:17.423 INFO O| Dec 20 21:53:17.423 INFO O| Download: 7938/15862 items 77.7/176.4MB 44% complete (385k/s)
39422024-12-20T21:53:20.385Z[ host-image] Dec 20 21:53:19.506 INFO O| Dec 20 21:53:19.506 INFO O| Download: 10556/22788 items 88.8/199.7MB 44% complete (760k/s)
39432024-12-20T21:53:22.250Z[verify-libraries] Compiling dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server)
39442024-12-20T21:53:23.313Z[ recovery-image] Dec 20 21:53:22.434 INFO O| Dec 20 21:53:22.433 INFO O| Download: 8315/15862 items 79.8/176.4MB 45% complete (421k/s)
39452024-12-20T21:53:25.734Z[verify-libraries] Compiling cert-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/cert-dev)
39462024-12-20T21:53:25.787Z[ host-image] Dec 20 21:53:24.908 INFO O| Dec 20 21:53:24.908 INFO O| Download: 10847/22788 items 90.0/199.7MB 45% complete (642k/s)
39472024-12-20T21:53:27.475Z[verify-libraries] Compiling oximeter-schema v0.1.0 (/work/oxidecomputer/omicron/oximeter/schema)
39482024-12-20T21:53:28.737Z[ recovery-image] Dec 20 21:53:27.857 INFO O| Dec 20 21:53:27.857 INFO O| Download: 8662/15862 items 81.5/176.4MB 46% complete (396k/s)
39492024-12-20T21:53:30.806Z[ host-image] Dec 20 21:53:29.925 INFO O| Dec 20 21:53:29.925 INFO O| Download: 11095/22788 items 92.1/199.7MB 46% complete (331k/s)
39502024-12-20T21:53:36.240Z[ host-image] Dec 20 21:53:35.360 INFO O| Dec 20 21:53:35.360 INFO O| Download: 11201/22788 items 93.9/199.7MB 47% complete (414k/s)
39512024-12-20T21:53:36.789Z[ recovery-image] Dec 20 21:53:35.908 INFO O| Dec 20 21:53:35.908 INFO O| Download: 8663/15862 items 81.5/176.4MB 46% complete (387k/s)
39522024-12-20T21:53:41.245Z[ host-image] Dec 20 21:53:40.365 INFO O| Dec 20 21:53:40.364 INFO O| Download: 11457/22788 items 96.2/199.7MB 48% complete (341k/s)
39532024-12-20T21:53:41.817Z[ recovery-image] Dec 20 21:53:40.936 INFO O| Dec 20 21:53:40.936 INFO O| Download: 8791/15862 items 91.1/176.4MB 51% complete (1.8M/s)
39542024-12-20T21:53:46.605Z[ host-image] Dec 20 21:53:45.724 INFO O| Dec 20 21:53:45.724 INFO O| Download: 11979/22788 items 98.2/199.7MB 49% complete (427k/s)
39552024-12-20T21:53:47.774Z[ recovery-image] Dec 20 21:53:46.888 INFO O| Dec 20 21:53:46.888 INFO O| Download: 8820/15862 items 91.7/176.4MB 51% complete (1.8M/s)
39562024-12-20T21:53:52.379Z[ host-image] Dec 20 21:53:51.497 INFO O| Dec 20 21:53:51.497 INFO O| Download: 12198/22788 items 108.7/199.7MB 54% complete (1.3M/s)
39572024-12-20T21:53:52.778Z[ recovery-image] Dec 20 21:53:51.896 INFO O| Dec 20 21:53:51.896 INFO O| Download: 9220/15862 items 92.8/176.4MB 52% complete (143k/s)
39582024-12-20T21:53:57.391Z[ host-image] Dec 20 21:53:56.509 INFO O| Dec 20 21:53:56.509 INFO O| Download: 12224/22788 items 109.4/199.7MB 54% complete (1.1M/s)
39592024-12-20T21:53:57.812Z[ recovery-image] Dec 20 21:53:56.929 INFO O| Dec 20 21:53:56.929 INFO O| Download: 9927/15862 items 93.1/176.4MB 52% complete (148k/s)
39602024-12-20T21:54:02.412Z[ host-image] Dec 20 21:54:01.529 INFO O| Dec 20 21:54:01.529 INFO O| Download: 12541/22788 items 109.6/199.7MB 54% complete (89.2k/s)
39612024-12-20T21:54:02.793Z[ recovery-image] Dec 20 21:54:01.909 INFO O| Dec 20 21:54:01.909 INFO O| Download: 10316/15862 items 93.3/176.4MB 52% complete (55.2k/s)
39622024-12-20T21:54:07.423Z[ host-image] Dec 20 21:54:06.539 INFO O| Dec 20 21:54:06.539 INFO O| Download: 13062/22788 items 109.8/199.7MB 55% complete (78.5k/s)
39632024-12-20T21:54:07.902Z[ recovery-image] Dec 20 21:54:07.018 INFO O| Dec 20 21:54:07.018 INFO O| Download: 10545/15862 items 93.5/176.4MB 52% complete (49.0k/s)
39642024-12-20T21:54:25.544Z[ host-image] Dec 20 21:54:24.659 INFO O| Dec 20 21:54:24.659 INFO O| Download: 13315/22788 items 110.0/199.7MB 55% complete
39652024-12-20T21:54:28.934Z[ recovery-image] Dec 20 21:54:28.048 INFO O| Dec 20 21:54:28.048 INFO O| Download: 10547/15862 items 93.5/176.4MB 52% complete
39662024-12-20T21:54:30.547Z[ host-image] Dec 20 21:54:29.661 INFO O| Dec 20 21:54:29.661 INFO O| Download: 13876/22788 items 110.3/199.7MB 55% complete (62.9k/s)
39672024-12-20T21:54:35.171Z[ recovery-image] Dec 20 21:54:34.286 INFO O| Dec 20 21:54:34.286 INFO O| Download: 10908/15862 items 93.9/176.4MB 53% complete (144k/s)
39682024-12-20T21:54:35.549Z[ host-image] Dec 20 21:54:34.663 INFO O| Dec 20 21:54:34.663 INFO O| Download: 14073/22788 items 110.4/199.7MB 55% complete (39.5k/s)
39692024-12-20T21:54:41.211Z[ host-image] Dec 20 21:54:40.325 INFO O| Dec 20 21:54:40.325 INFO O| Download: 14269/22788 items 110.7/199.7MB 55% complete (55.2k/s)
39702024-12-20T21:54:41.577Z[ recovery-image] Dec 20 21:54:40.690 INFO O| Dec 20 21:54:40.690 INFO O| Download: 10909/15862 items 93.9/176.4MB 53% complete (140k/s)
39712024-12-20T21:54:46.246Z[ host-image] Dec 20 21:54:45.359 INFO O| Dec 20 21:54:45.359 INFO O| Download: 14467/22788 items 112.4/199.7MB 56% complete (186k/s)
39722024-12-20T21:54:46.593Z[ recovery-image] Dec 20 21:54:45.707 INFO O| Dec 20 21:54:45.707 INFO O| Download: 11402/15862 items 107.1/176.4MB 60% complete (2.7M/s)
39732024-12-20T21:54:51.248Z[ host-image] Dec 20 21:54:50.361 INFO O| Dec 20 21:54:50.361 INFO O| Download: 14890/22788 items 117.9/199.7MB 59% complete (745k/s)
39742024-12-20T21:54:51.594Z[ recovery-image] Dec 20 21:54:50.707 INFO O| Dec 20 21:54:50.707 INFO O| Download: 11541/15862 items 111.8/176.4MB 63% complete (1.8M/s)
39752024-12-20T21:54:56.248Z[ host-image] Dec 20 21:54:55.361 INFO O| Dec 20 21:54:55.361 INFO O| Download: 15508/22788 items 124.2/199.7MB 62% complete (1.2M/s)
39762024-12-20T21:54:56.988Z[ recovery-image] Dec 20 21:54:56.100 INFO O| Dec 20 21:54:56.100 INFO O| Download: 11926/15862 items 128.4/176.4MB 72% complete (2.7M/s)
39772024-12-20T21:55:01.508Z[ host-image] Dec 20 21:55:00.619 INFO O| Dec 20 21:55:00.619 INFO O| Download: 15789/22788 items 127.4/199.7MB 63% complete (896k/s)
39782024-12-20T21:55:02.136Z[ recovery-image] Dec 20 21:55:01.248 INFO O| Dec 20 21:55:01.248 INFO O| Download: 11978/15862 items 138.4/176.4MB 78% complete (2.4M/s)
39792024-12-20T21:55:06.509Z[ host-image] Dec 20 21:55:05.620 INFO O| Dec 20 21:55:05.620 INFO O| Download: 16214/22788 items 143.7/199.7MB 71% complete (1.9M/s)
39802024-12-20T21:55:07.147Z[ recovery-image] Dec 20 21:55:06.259 INFO O| Dec 20 21:55:06.259 INFO O| Download: 12433/15862 items 141.9/176.4MB 80% complete (1.4M/s)
39812024-12-20T21:55:11.523Z[ host-image] Dec 20 21:55:10.634 INFO O| Dec 20 21:55:10.634 INFO O| Download: 16774/22788 items 148.2/199.7MB 74% complete (2.1M/s)
39822024-12-20T21:55:12.157Z[ recovery-image] Dec 20 21:55:11.268 INFO O| Dec 20 21:55:11.268 INFO O| Download: 13000/15862 items 144.0/176.4MB 81% complete (603k/s)
39832024-12-20T21:55:16.544Z[ host-image] Dec 20 21:55:15.653 INFO O| Dec 20 21:55:15.653 INFO O| Download: 16960/22788 items 148.6/199.7MB 74% complete (667k/s)
39842024-12-20T21:55:17.166Z[ recovery-image] Dec 20 21:55:16.276 INFO O| Dec 20 21:55:16.276 INFO O| Download: 13113/15862 items 144.4/176.4MB 81% complete (284k/s)
39852024-12-20T21:55:21.563Z[ host-image] Dec 20 21:55:20.673 INFO O| Dec 20 21:55:20.672 INFO O| Download: 17201/22788 items 149.0/199.7MB 74% complete (104k/s)
39862024-12-20T21:55:22.175Z[ recovery-image] Dec 20 21:55:21.285 INFO O| Dec 20 21:55:21.285 INFO O| Download: 13554/15862 items 146.9/176.4MB 83% complete (319k/s)
39872024-12-20T21:55:26.564Z[ host-image] Dec 20 21:55:25.674 INFO O| Dec 20 21:55:25.674 INFO O| Download: 17873/22788 items 150.2/199.7MB 75% complete (166k/s)
39882024-12-20T21:55:28.008Z[ recovery-image] Dec 20 21:55:27.118 INFO O| Dec 20 21:55:27.117 INFO O| Download: 14043/15862 items 148.5/176.4MB 84% complete (425k/s)
39892024-12-20T21:55:32.820Z[ host-image] Dec 20 21:55:31.928 INFO O| Dec 20 21:55:31.928 INFO O| Download: 17956/22788 items 161.1/199.7MB 80% complete (1.1M/s)
39902024-12-20T21:55:33.010Z[ recovery-image] Dec 20 21:55:32.119 INFO O| Dec 20 21:55:32.119 INFO O| Download: 14637/15862 items 150.5/176.4MB 85% complete (351k/s)
39912024-12-20T21:55:37.827Z[ host-image] Dec 20 21:55:36.936 INFO O| Dec 20 21:55:36.935 INFO O| Download: 18218/22788 items 162.7/199.7MB 81% complete (1.3M/s)
39922024-12-20T21:55:38.273Z[ recovery-image] Dec 20 21:55:37.381 INFO O| Dec 20 21:55:37.381 INFO O| Download: 14740/15862 items 155.4/176.4MB 88% complete (548k/s)
39932024-12-20T21:55:42.828Z[ host-image] Dec 20 21:55:41.936 INFO O| Dec 20 21:55:41.936 INFO O| Download: 18988/22788 items 165.9/199.7MB 83% complete (487k/s)
39942024-12-20T21:55:43.558Z[ recovery-image] Dec 20 21:55:42.666 INFO O| Dec 20 21:55:42.666 INFO O| Download: 14760/15862 items 156.4/176.4MB 88% complete (581k/s)
39952024-12-20T21:55:47.888Z[ host-image] Dec 20 21:55:46.995 INFO O| Dec 20 21:55:46.995 INFO O| Download: 20005/22788 items 170.4/199.7MB 85% complete (790k/s)
39962024-12-20T21:55:49.173Z[ recovery-image] Dec 20 21:55:48.280 INFO O| Dec 20 21:55:48.280 INFO O| Download: 14771/15862 items 156.4/176.4MB 88% complete (577k/s)
39972024-12-20T21:55:53.083Z[ host-image] Dec 20 21:55:52.190 INFO O| Dec 20 21:55:52.190 INFO O| Download: 20036/22788 items 170.5/199.7MB 85% complete (459k/s)
39982024-12-20T21:55:54.225Z[ recovery-image] Dec 20 21:55:53.330 INFO O| Dec 20 21:55:53.330 INFO O| Download: 14895/15862 items 157.2/176.4MB 89% complete (89.3k/s)
39992024-12-20T21:55:58.086Z[ host-image] Dec 20 21:55:57.193 INFO O| Dec 20 21:55:57.193 INFO O| Download: 20627/22788 items 172.5/199.7MB 86% complete (208k/s)
40002024-12-20T21:55:59.253Z[ recovery-image] Dec 20 21:55:58.359 INFO O| Dec 20 21:55:58.359 INFO O| Download: 15302/15862 items 161.1/176.4MB 91% complete (487k/s)
40012024-12-20T21:56:03.231Z[ host-image] Dec 20 21:56:02.313 INFO O| Dec 20 21:56:02.313 INFO O| Download: 20836/22788 items 176.2/199.7MB 88% complete (547k/s)
40022024-12-20T21:56:04.511Z[ recovery-image] Dec 20 21:56:03.617 INFO O| Dec 20 21:56:03.617 INFO O| Download: 15622/15862 items 169.7/176.4MB 96% complete (1.2M/s)
40032024-12-20T21:56:08.482Z[ host-image] Dec 20 21:56:07.588 INFO O| Dec 20 21:56:07.588 INFO O| Download: 20849/22788 items 178.2/199.7MB 89% complete (608k/s)
40042024-12-20T21:56:09.512Z[ recovery-image] Dec 20 21:56:08.617 INFO O| Dec 20 21:56:08.617 INFO O| Download: 15849/15862 items 175.4/176.4MB 99% complete (1.4M/s)
40052024-12-20T21:56:11.935Z[ recovery-image] Dec 20 21:56:11.040 INFO O| Dec 20 21:56:11.040 INFO O| Download: Completed 176.38 MB in 345.22 seconds (521k/s)
40062024-12-20T21:56:12.873Z[ recovery-image] Dec 20 21:56:11.978 INFO O| Dec 20 21:56:11.978 INFO O| Actions: 1/25028 actions (Installing new actions)
40072024-12-20T21:56:13.483Z[ host-image] Dec 20 21:56:12.588 INFO O| Dec 20 21:56:12.588 INFO O| Download: 21059/22788 items 179.4/199.7MB 89% complete (319k/s)
40082024-12-20T21:56:17.875Z[ recovery-image] Dec 20 21:56:16.980 INFO O| Dec 20 21:56:16.980 INFO O| Actions: 10023/25028 actions (Installing new actions)
40092024-12-20T21:56:18.816Z[ host-image] Dec 20 21:56:17.920 INFO O| Dec 20 21:56:17.920 INFO O| Download: 21587/22788 items 183.3/199.7MB 91% complete (459k/s)
40102024-12-20T21:56:22.949Z[ recovery-image] Dec 20 21:56:21.980 INFO O| Dec 20 21:56:21.980 INFO O| Actions: 16226/25028 actions (Installing new actions)
40112024-12-20T21:56:23.942Z[ host-image] Dec 20 21:56:23.046 INFO O| Dec 20 21:56:23.046 INFO O| Download: 21920/22788 items 191.0/199.7MB 95% complete (1.1M/s)
40122024-12-20T21:56:27.581Z[ recovery-image] Dec 20 21:56:26.312 INFO O| Dec 20 21:56:26.312 INFO O| Actions: Completed 25028 actions in 14.33 seconds.
40132024-12-20T21:56:28.072Z[ recovery-image] Dec 20 21:56:27.176 INFO O| Dec 20 21:56:27.176 INFO O| Done
40142024-12-20T21:56:28.072Z[ recovery-image] Dec 20 21:56:27.176 INFO O| Dec 20 21:56:27.176 INFO O| Done
40152024-12-20T21:56:29.623Z[ recovery-image] Dec 20 21:56:28.727 INFO O| Dec 20 21:56:28.727 INFO O| Done
40162024-12-20T21:56:31.469Z[ recovery-image] Dec 20 21:56:30.573 INFO O| Dec 20 21:56:30.573 INFO O| Done
40172024-12-20T21:56:31.492Z[ recovery-image] Dec 20 21:56:30.595 INFO O| Dec 20 21:56:30.595 INFO O| Done
40182024-12-20T21:56:36.064Z[ recovery-image] Dec 20 21:56:35.167 INFO O| Dec 20 21:56:35.167 INFO O| Done
40192024-12-20T21:56:36.675Z[ recovery-image] Dec 20 21:56:35.778 INFO O| Dec 20 21:56:35.778 INFO O| Done
40202024-12-20T21:56:37.161Z[ recovery-image] Dec 20 21:56:36.264 INFO O| Dec 20 21:56:36.264 INFO STEP 11 (pkg_install) COMPLETE
40212024-12-20T21:56:37.161Z[ recovery-image] Dec 20 21:56:36.264 INFO O| Dec 20 21:56:36.264 INFO STEP 12: pkg_install, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-01-os.json
40222024-12-20T21:56:37.163Z[ recovery-image] Dec 20 21:56:36.264 INFO O| Dec 20 21:56:36.264 INFO skip step because feature "recovery" is enabled
40232024-12-20T21:56:37.163Z[ recovery-image] Dec 20 21:56:36.264 INFO O| Dec 20 21:56:36.264 INFO STEP 13: pkg_install, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-01-os.json
40242024-12-20T21:56:37.163Z[ recovery-image] Dec 20 21:56:36.264 INFO O| Dec 20 21:56:36.264 INFO skip step because feature "omicron1" is not enabled
40252024-12-20T21:56:37.163Z[ recovery-image] Dec 20 21:56:36.264 INFO O| Dec 20 21:56:36.264 INFO STEP 14: pkg_install, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-01-os.json
40262024-12-20T21:56:37.181Z[ recovery-image] Dec 20 21:56:36.285 INFO O| Dec 20 21:56:36.285 INFO exec: ["/usr/bin/pkg", "-R", "/rpool/images/build/recovery/work/gimlet/ramdisk", "install", "/driver/network/opte@0.34.311"]
40272024-12-20T21:56:38.772Z[ host-image] Dec 20 21:56:37.875 INFO O| Dec 20 21:56:37.875 INFO O| Download: 21964/22788 items 191.6/199.7MB 95% complete
40282024-12-20T21:56:40.710Z[ recovery-image] Dec 20 21:56:39.813 INFO O| Dec 20 21:56:39.813 INFO O| Startup: Refreshing catalog 'helios-dev' ... Done
40292024-12-20T21:56:43.781Z[ host-image] Dec 20 21:56:42.884 INFO O| Dec 20 21:56:42.884 INFO O| Download: 22228/22788 items 197.4/199.7MB 98% complete (1.1M/s)
40302024-12-20T21:56:44.454Z[ recovery-image] Dec 20 21:56:43.556 INFO O| Dec 20 21:56:43.556 INFO O| Planning: Solver setup ... Done
40312024-12-20T21:56:44.462Z[ recovery-image] Dec 20 21:56:43.563 INFO O| Dec 20 21:56:43.562 INFO O| Planning: Running solver ... Done
40322024-12-20T21:56:44.553Z[ recovery-image] Dec 20 21:56:43.655 INFO O| Dec 20 21:56:43.655 INFO O| Planning: Finding local manifests ... Done
40332024-12-20T21:56:44.555Z[ recovery-image] Dec 20 21:56:43.656 INFO O| Dec 20 21:56:43.656 INFO O| Planning: Fetching manifests: 0/1 0% complete
40342024-12-20T21:56:44.731Z[ recovery-image] Dec 20 21:56:43.833 INFO O| Dec 20 21:56:43.833 INFO O| Planning: Fetching manifests: 1/1 100% complete
40352024-12-20T21:56:44.839Z[ recovery-image] Dec 20 21:56:43.941 INFO O| Dec 20 21:56:43.941 INFO O| Planning: Package planning ... Done
40362024-12-20T21:56:44.841Z[ recovery-image] Dec 20 21:56:43.942 INFO O| Dec 20 21:56:43.942 INFO O| Planning: Merging actions ... Done
40372024-12-20T21:56:44.901Z[ recovery-image] Dec 20 21:56:44.004 INFO O| Dec 20 21:56:44.004 INFO O| Planning: Checking for conflicting actions ... Done
40382024-12-20T21:56:44.905Z[ recovery-image] Dec 20 21:56:44.006 INFO O| Dec 20 21:56:44.006 INFO O| Planning: Consolidating action changes ... Done
40392024-12-20T21:56:45.212Z[ recovery-image] Dec 20 21:56:44.314 INFO O| Dec 20 21:56:44.314 INFO O| Planning: Evaluating mediators ... Done
40402024-12-20T21:56:45.214Z[ recovery-image] Dec 20 21:56:44.315 INFO O| Dec 20 21:56:44.315 INFO O| Planning: Planning completed in 4.50 seconds
40412024-12-20T21:56:45.215Z[ recovery-image] Dec 20 21:56:44.317 INFO O| Dec 20 21:56:44.317 INFO O| Packages to install: 1
40422024-12-20T21:56:45.236Z[ recovery-image] Dec 20 21:56:44.339 INFO O| Dec 20 21:56:44.339 INFO O| Download: 0/4 items 0.0/10.0MB 0% complete
40432024-12-20T21:56:45.609Z[ recovery-image] Dec 20 21:56:44.711 INFO O| Dec 20 21:56:44.711 INFO O| Download: Completed 9.99 MB in 0.37 seconds (26.9M/s)
40442024-12-20T21:56:45.691Z[ recovery-image] Dec 20 21:56:44.794 INFO O| Dec 20 21:56:44.794 INFO O| Actions: 1/22 actions (Installing new actions)
40452024-12-20T21:56:46.068Z[ recovery-image] Dec 20 21:56:45.170 INFO O| Dec 20 21:56:45.170 INFO O| Actions: Completed 22 actions in 0.38 seconds.
40462024-12-20T21:56:46.469Z[ recovery-image] Dec 20 21:56:45.571 INFO O| Dec 20 21:56:45.571 INFO O| Done
40472024-12-20T21:56:46.469Z[ recovery-image] Dec 20 21:56:45.571 INFO O| Dec 20 21:56:45.571 INFO O| Done
40482024-12-20T21:56:47.737Z[ recovery-image] Dec 20 21:56:46.839 INFO O| Dec 20 21:56:46.839 INFO O| Done
40492024-12-20T21:56:48.844Z[ host-image] Dec 20 21:56:47.946 INFO O| Dec 20 21:56:47.946 INFO O| Download: 22780/22788 items 199.6/199.7MB 99% complete (896k/s)
40502024-12-20T21:56:49.503Z[ recovery-image] Dec 20 21:56:48.605 INFO O| Dec 20 21:56:48.605 INFO O| Done
40512024-12-20T21:56:49.524Z[ recovery-image] Dec 20 21:56:48.626 INFO O| Dec 20 21:56:48.626 INFO O| Done
40522024-12-20T21:56:49.524Z[ recovery-image] Dec 20 21:56:48.626 INFO O| Dec 20 21:56:48.626 INFO O| Done
40532024-12-20T21:56:49.544Z[ recovery-image] Dec 20 21:56:48.643 INFO O| Dec 20 21:56:48.643 INFO O| Done
40542024-12-20T21:56:49.714Z[ recovery-image] Dec 20 21:56:48.816 INFO O| Dec 20 21:56:48.816 INFO STEP 14 (pkg_install) COMPLETE
40552024-12-20T21:56:49.714Z[ recovery-image] Dec 20 21:56:48.816 INFO O| Dec 20 21:56:48.816 INFO STEP 15: pkg_install, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-01-os.json
40562024-12-20T21:56:49.714Z[ recovery-image] Dec 20 21:56:48.816 INFO O| Dec 20 21:56:48.816 INFO skip step because feature "mfg" is not enabled
40572024-12-20T21:56:49.717Z[ recovery-image] Dec 20 21:56:48.816 INFO O| Dec 20 21:56:48.816 INFO STEP 16: pkg_install, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-01-os.json
40582024-12-20T21:56:49.717Z[ recovery-image] Dec 20 21:56:48.816 INFO O| Dec 20 21:56:48.816 INFO skip step because feature "compliance" is not enabled
40592024-12-20T21:56:49.717Z[ recovery-image] Dec 20 21:56:48.816 INFO O| Dec 20 21:56:48.816 INFO STEP 17: pkg_install, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-01-os.json
40602024-12-20T21:56:49.717Z[ recovery-image] Dec 20 21:56:48.816 INFO O| Dec 20 21:56:48.816 INFO skip step because feature "stress" is not enabled
40612024-12-20T21:56:49.717Z[ recovery-image] Dec 20 21:56:48.816 INFO O| Dec 20 21:56:48.816 INFO STEP 18: pkg_install, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-01-os.json
40622024-12-20T21:56:49.717Z[ recovery-image] Dec 20 21:56:48.816 INFO O| Dec 20 21:56:48.816 INFO skip step because feature "nfs" is not enabled
40632024-12-20T21:56:49.717Z[ recovery-image] Dec 20 21:56:48.816 INFO O| Dec 20 21:56:48.816 INFO creating output snapshot rpool/images/build/recovery/work/gimlet/ramdisk@os
40642024-12-20T21:56:49.717Z[ recovery-image] Dec 20 21:56:48.817 INFO O| Dec 20 21:56:48.817 INFO CREATE SNAPSHOT: rpool/images/build/recovery/work/gimlet/ramdisk@os
40652024-12-20T21:56:49.877Z[ recovery-image] Dec 20 21:56:48.979 INFO O| Dec 20 21:56:48.979 INFO DESTROY DATASET: rpool/images/build/recovery/tmp/gimlet/ramdisk-01-os
40662024-12-20T21:56:50.014Z[ recovery-image] Dec 20 21:56:49.115 INFO O| Dec 20 21:56:49.115 INFO completed processing gimlet/ramdisk-01-os
40672024-12-20T21:56:50.016Z[ recovery-image] Dec 20 21:56:49.119 INFO image builder template: ramdisk-02-trim...
40682024-12-20T21:56:50.016Z[ recovery-image] Dec 20 21:56:49.119 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/.tmpz5fbTL/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
40692024-12-20T21:56:50.061Z[ recovery-image] Dec 20 21:56:49.163 INFO O| Dec 20 21:56:49.163 INFO temporary dataset: rpool/images/build/recovery/tmp/gimlet/ramdisk-02-trim
40702024-12-20T21:56:50.077Z[ recovery-image] Dec 20 21:56:49.179 INFO O| Dec 20 21:56:49.179 INFO CREATE DATASET: rpool/images/build/recovery/tmp/gimlet/ramdisk-02-trim
40712024-12-20T21:56:50.253Z[ recovery-image] Dec 20 21:56:49.355 INFO O| Dec 20 21:56:49.355 INFO SET DATASET PROPERTY ON rpool/images/build/recovery/tmp/gimlet/ramdisk-02-trim: sync = disabled
40722024-12-20T21:56:50.356Z[ recovery-image] Dec 20 21:56:49.458 INFO O| Dec 20 21:56:49.458 INFO temporary directory: /rpool/images/build/recovery/tmp/gimlet/ramdisk-02-trim
40732024-12-20T21:56:50.359Z[ recovery-image] Dec 20 21:56:49.459 INFO O| Dec 20 21:56:49.459 INFO work dataset: rpool/images/build/recovery/work/gimlet/ramdisk
40742024-12-20T21:56:50.368Z[ recovery-image] Dec 20 21:56:49.470 INFO O| Dec 20 21:56:49.470 INFO looking for output snapshot rpool/images/build/recovery/work/gimlet/ramdisk@trim
40752024-12-20T21:56:50.377Z[ recovery-image] Dec 20 21:56:49.479 INFO O| Dec 20 21:56:49.478 INFO looking for input snapshot rpool/images/build/recovery/work/gimlet/ramdisk@os
40762024-12-20T21:56:50.385Z[ recovery-image] Dec 20 21:56:49.488 INFO O| Dec 20 21:56:49.487 INFO ROLLBACK TO SNAPSHOT: rpool/images/build/recovery/work/gimlet/ramdisk@os
40772024-12-20T21:56:50.789Z[ recovery-image] Dec 20 21:56:49.891 INFO O| Dec 20 21:56:49.891 INFO rolled back to input snapshot; work may begin
40782024-12-20T21:56:50.789Z[ recovery-image] Dec 20 21:56:49.891 INFO O| Dec 20 21:56:49.891 INFO CREATE DATASET: rpool/images/build/recovery/work/gimlet/ramdisk
40792024-12-20T21:56:50.798Z[ recovery-image] Dec 20 21:56:49.900 INFO O| Dec 20 21:56:49.900 INFO STEP 0: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
40802024-12-20T21:56:50.814Z[ recovery-image] Dec 20 21:56:49.916 INFO O| Dec 20 21:56:49.916 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/ramdisk/var/pkg"
40812024-12-20T21:56:50.997Z[ recovery-image] Dec 20 21:56:50.099 INFO O| Dec 20 21:56:50.098 INFO STEP 0 (remove_files) COMPLETE
40822024-12-20T21:56:50.997Z[ recovery-image] Dec 20 21:56:50.099 INFO O| Dec 20 21:56:50.099 INFO STEP 1: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
40832024-12-20T21:56:51.034Z[ recovery-image] Dec 20 21:56:50.136 INFO O| Dec 20 21:56:50.136 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/xpg4"
40842024-12-20T21:56:51.037Z[ recovery-image] Dec 20 21:56:50.139 INFO O| Dec 20 21:56:50.139 INFO STEP 1 (remove_files) COMPLETE
40852024-12-20T21:56:51.039Z[ recovery-image] Dec 20 21:56:50.139 INFO O| Dec 20 21:56:50.139 INFO STEP 2: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
40862024-12-20T21:56:51.098Z[ recovery-image] Dec 20 21:56:50.200 INFO O| Dec 20 21:56:50.200 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/include"
40872024-12-20T21:56:51.141Z[ recovery-image] Dec 20 21:56:50.243 INFO O| Dec 20 21:56:50.243 INFO STEP 2 (remove_files) COMPLETE
40882024-12-20T21:56:51.141Z[ recovery-image] Dec 20 21:56:50.243 INFO O| Dec 20 21:56:50.243 INFO STEP 3: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
40892024-12-20T21:56:51.163Z[ recovery-image] Dec 20 21:56:50.265 INFO O| Dec 20 21:56:50.264 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/demo"
40902024-12-20T21:56:51.165Z[ recovery-image] Dec 20 21:56:50.267 INFO O| Dec 20 21:56:50.267 INFO STEP 3 (remove_files) COMPLETE
40912024-12-20T21:56:51.165Z[ recovery-image] Dec 20 21:56:50.267 INFO O| Dec 20 21:56:50.267 INFO STEP 4: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
40922024-12-20T21:56:51.185Z[ recovery-image] Dec 20 21:56:50.287 INFO O| Dec 20 21:56:50.287 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/help"
40932024-12-20T21:56:51.191Z[ recovery-image] Dec 20 21:56:50.293 INFO O| Dec 20 21:56:50.293 INFO STEP 4 (remove_files) COMPLETE
40942024-12-20T21:56:51.194Z[ recovery-image] Dec 20 21:56:50.293 INFO O| Dec 20 21:56:50.293 INFO STEP 5: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
40952024-12-20T21:56:51.209Z[ recovery-image] Dec 20 21:56:50.311 INFO O| Dec 20 21:56:50.311 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/share/doc"
40962024-12-20T21:56:51.212Z[ recovery-image] Dec 20 21:56:50.311 INFO O| Dec 20 21:56:50.311 INFO STEP 5 (remove_files) COMPLETE
40972024-12-20T21:56:51.212Z[ recovery-image] Dec 20 21:56:50.311 INFO O| Dec 20 21:56:50.311 INFO STEP 6: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
40982024-12-20T21:56:51.228Z[ recovery-image] Dec 20 21:56:50.330 INFO O| Dec 20 21:56:50.330 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/share/bash-completion"
40992024-12-20T21:56:51.247Z[ recovery-image] Dec 20 21:56:50.349 INFO O| Dec 20 21:56:50.349 INFO STEP 6 (remove_files) COMPLETE
41002024-12-20T21:56:51.247Z[ recovery-image] Dec 20 21:56:50.349 INFO O| Dec 20 21:56:50.349 INFO STEP 7: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
41012024-12-20T21:56:51.247Z[ recovery-image] Dec 20 21:56:50.349 INFO O| Dec 20 21:56:50.349 INFO skip step because feature "recovery" is enabled
41022024-12-20T21:56:51.250Z[ recovery-image] Dec 20 21:56:50.349 INFO O| Dec 20 21:56:50.349 INFO STEP 8: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
41032024-12-20T21:56:51.250Z[ recovery-image] Dec 20 21:56:50.349 INFO O| Dec 20 21:56:50.349 INFO skip step because feature "recovery" is enabled
41042024-12-20T21:56:51.250Z[ recovery-image] Dec 20 21:56:50.349 INFO O| Dec 20 21:56:50.349 INFO STEP 9: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
41052024-12-20T21:56:51.250Z[ recovery-image] Dec 20 21:56:50.349 INFO O| Dec 20 21:56:50.349 INFO skip step because feature "recovery" is enabled
41062024-12-20T21:56:51.250Z[ recovery-image] Dec 20 21:56:50.349 INFO O| Dec 20 21:56:50.349 INFO STEP 10: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
41072024-12-20T21:56:51.268Z[ recovery-image] Dec 20 21:56:50.370 INFO O| Dec 20 21:56:50.370 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/ramdisk/etc/net-snmp"
41082024-12-20T21:56:51.274Z[ recovery-image] Dec 20 21:56:50.376 INFO O| Dec 20 21:56:50.376 INFO STEP 10 (remove_files) COMPLETE
41092024-12-20T21:56:51.274Z[ recovery-image] Dec 20 21:56:50.376 INFO O| Dec 20 21:56:50.376 INFO STEP 11: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
41102024-12-20T21:56:51.295Z[ recovery-image] Dec 20 21:56:50.397 INFO O| Dec 20 21:56:50.397 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/i386"
41112024-12-20T21:56:51.298Z[ recovery-image] Dec 20 21:56:50.398 INFO O| Dec 20 21:56:50.398 INFO STEP 11 (remove_files) COMPLETE
41122024-12-20T21:56:51.298Z[ recovery-image] Dec 20 21:56:50.398 INFO O| Dec 20 21:56:50.398 INFO STEP 12: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
41132024-12-20T21:56:51.342Z[ recovery-image] Dec 20 21:56:50.440 INFO O| Dec 20 21:56:50.440 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/ramdisk/platform/i86xpv"
41142024-12-20T21:56:51.342Z[ recovery-image] Dec 20 21:56:50.442 INFO O| Dec 20 21:56:50.442 INFO STEP 12 (remove_files) COMPLETE
41152024-12-20T21:56:51.342Z[ recovery-image] Dec 20 21:56:50.442 INFO O| Dec 20 21:56:50.442 INFO STEP 13: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
41162024-12-20T21:56:51.408Z[ recovery-image] Dec 20 21:56:50.510 INFO O| Dec 20 21:56:50.510 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/opt/ooce/jq/lib/amd64/libjq.a"
41172024-12-20T21:56:51.732Z[ recovery-image] Dec 20 21:56:50.834 INFO O| Dec 20 21:56:50.834 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libtddl.a"
41182024-12-20T21:56:51.739Z[ recovery-image] Dec 20 21:56:50.841 INFO O| Dec 20 21:56:50.841 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libncurses++.a"
41192024-12-20T21:56:51.742Z[ recovery-image] Dec 20 21:56:50.844 INFO O| Dec 20 21:56:50.844 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/libncurses++.a"
41202024-12-20T21:56:51.742Z[ recovery-image] Dec 20 21:56:50.844 INFO O| Dec 20 21:56:50.844 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/libtddl.a"
41212024-12-20T21:56:51.834Z[ recovery-image] Dec 20 21:56:50.935 INFO O| Dec 20 21:56:50.935 INFO STEP 13 (remove_files) COMPLETE
41222024-12-20T21:56:51.834Z[ recovery-image] Dec 20 21:56:50.935 INFO O| Dec 20 21:56:50.935 INFO STEP 14: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
41232024-12-20T21:56:51.894Z[ recovery-image] Dec 20 21:56:50.996 INFO O| Dec 20 21:56:50.996 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/ramdisk/boot"
41242024-12-20T21:56:51.897Z[ recovery-image] Dec 20 21:56:50.998 INFO O| Dec 20 21:56:50.998 INFO STEP 14 (remove_files) COMPLETE
41252024-12-20T21:56:51.897Z[ recovery-image] Dec 20 21:56:50.998 INFO O| Dec 20 21:56:50.998 INFO STEP 15: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
41262024-12-20T21:56:51.916Z[ recovery-image] Dec 20 21:56:51.017 INFO O| Dec 20 21:56:51.017 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/ramdisk/platform/i86pc"
41272024-12-20T21:56:51.926Z[ recovery-image] Dec 20 21:56:51.028 INFO O| Dec 20 21:56:51.028 INFO STEP 15 (remove_files) COMPLETE
41282024-12-20T21:56:51.926Z[ recovery-image] Dec 20 21:56:51.028 INFO O| Dec 20 21:56:51.028 INFO STEP 16: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
41292024-12-20T21:56:51.979Z[ recovery-image] Dec 20 21:56:51.081 INFO O| Dec 20 21:56:51.081 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/platform/i86xpv"
41302024-12-20T21:56:51.982Z[ recovery-image] Dec 20 21:56:51.082 INFO O| Dec 20 21:56:51.082 INFO STEP 16 (remove_files) COMPLETE
41312024-12-20T21:56:51.982Z[ recovery-image] Dec 20 21:56:51.082 INFO O| Dec 20 21:56:51.082 INFO STEP 17: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
41322024-12-20T21:56:51.998Z[ recovery-image] Dec 20 21:56:51.100 INFO O| Dec 20 21:56:51.100 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/platform/i86pc"
41332024-12-20T21:56:52.002Z[ recovery-image] Dec 20 21:56:51.102 INFO O| Dec 20 21:56:51.102 INFO STEP 17 (remove_files) COMPLETE
41342024-12-20T21:56:52.002Z[ recovery-image] Dec 20 21:56:51.102 INFO O| Dec 20 21:56:51.102 INFO STEP 18: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
41352024-12-20T21:56:52.020Z[ recovery-image] Dec 20 21:56:51.120 INFO O| Dec 20 21:56:51.120 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/kernel/misc/amd64/acpica"
41362024-12-20T21:56:52.020Z[ recovery-image] Dec 20 21:56:51.121 INFO O| Dec 20 21:56:51.121 INFO STEP 18 (remove_files) COMPLETE
41372024-12-20T21:56:52.020Z[ recovery-image] Dec 20 21:56:51.121 INFO O| Dec 20 21:56:51.121 INFO STEP 19: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
41382024-12-20T21:56:52.036Z[ recovery-image] Dec 20 21:56:51.138 INFO O| Dec 20 21:56:51.138 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/kernel/misc/amd64/tem"
41392024-12-20T21:56:52.036Z[ recovery-image] Dec 20 21:56:51.138 INFO O| Dec 20 21:56:51.138 INFO STEP 19 (remove_files) COMPLETE
41402024-12-20T21:56:52.037Z[ recovery-image] Dec 20 21:56:51.138 INFO O| Dec 20 21:56:51.138 INFO STEP 20: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
41412024-12-20T21:56:52.074Z[ recovery-image] Dec 20 21:56:51.176 INFO O| Dec 20 21:56:51.176 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/kernel/misc/amd64/kbtrans"
41422024-12-20T21:56:52.074Z[ recovery-image] Dec 20 21:56:51.176 INFO O| Dec 20 21:56:51.176 INFO STEP 20 (remove_files) COMPLETE
41432024-12-20T21:56:52.078Z[ recovery-image] Dec 20 21:56:51.176 INFO O| Dec 20 21:56:51.176 INFO STEP 21: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
41442024-12-20T21:56:52.114Z[ recovery-image] Dec 20 21:56:51.216 INFO O| Dec 20 21:56:51.216 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/kernel/drv/amd64/wc"
41452024-12-20T21:56:52.114Z[ recovery-image] Dec 20 21:56:51.216 INFO O| Dec 20 21:56:51.216 INFO STEP 21 (remove_files) COMPLETE
41462024-12-20T21:56:52.114Z[ recovery-image] Dec 20 21:56:51.216 INFO O| Dec 20 21:56:51.216 INFO STEP 22: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
41472024-12-20T21:56:52.134Z[ recovery-image] Dec 20 21:56:51.235 INFO O| Dec 20 21:56:51.235 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/kernel/drv/amd64/acpi_drv"
41482024-12-20T21:56:52.134Z[ recovery-image] Dec 20 21:56:51.235 INFO O| Dec 20 21:56:51.235 INFO STEP 22 (remove_files) COMPLETE
41492024-12-20T21:56:52.134Z[ recovery-image] Dec 20 21:56:51.235 INFO O| Dec 20 21:56:51.235 INFO STEP 23: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
41502024-12-20T21:56:52.152Z[ recovery-image] Dec 20 21:56:51.254 INFO O| Dec 20 21:56:51.254 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/kernel/drv/amd64/conskbd"
41512024-12-20T21:56:52.152Z[ recovery-image] Dec 20 21:56:51.254 INFO O| Dec 20 21:56:51.254 INFO STEP 23 (remove_files) COMPLETE
41522024-12-20T21:56:52.155Z[ recovery-image] Dec 20 21:56:51.254 INFO O| Dec 20 21:56:51.254 INFO STEP 24: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
41532024-12-20T21:56:52.171Z[ recovery-image] Dec 20 21:56:51.273 INFO O| Dec 20 21:56:51.273 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/kernel/drv/amd64/tzmon"
41542024-12-20T21:56:52.171Z[ recovery-image] Dec 20 21:56:51.273 INFO O| Dec 20 21:56:51.273 INFO STEP 24 (remove_files) COMPLETE
41552024-12-20T21:56:52.174Z[ recovery-image] Dec 20 21:56:51.273 INFO O| Dec 20 21:56:51.273 INFO STEP 25: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
41562024-12-20T21:56:52.202Z[ recovery-image] Dec 20 21:56:51.304 INFO O| Dec 20 21:56:51.304 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/kernel/drv/amd64/power"
41572024-12-20T21:56:52.202Z[ recovery-image] Dec 20 21:56:51.304 INFO O| Dec 20 21:56:51.304 INFO STEP 25 (remove_files) COMPLETE
41582024-12-20T21:56:52.202Z[ recovery-image] Dec 20 21:56:51.304 INFO O| Dec 20 21:56:51.304 INFO STEP 26: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
41592024-12-20T21:56:52.220Z[ recovery-image] Dec 20 21:56:51.322 INFO O| Dec 20 21:56:51.322 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/kernel/drv/amd64/audio"
41602024-12-20T21:56:52.220Z[ recovery-image] Dec 20 21:56:51.322 INFO O| Dec 20 21:56:51.322 INFO STEP 26 (remove_files) COMPLETE
41612024-12-20T21:56:52.220Z[ recovery-image] Dec 20 21:56:51.322 INFO O| Dec 20 21:56:51.322 INFO STEP 27: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
41622024-12-20T21:56:52.237Z[ recovery-image] Dec 20 21:56:51.339 INFO O| Dec 20 21:56:51.339 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/kernel/drv/amd64/audio1575"
41632024-12-20T21:56:52.237Z[ recovery-image] Dec 20 21:56:51.339 INFO O| Dec 20 21:56:51.339 INFO STEP 27 (remove_files) COMPLETE
41642024-12-20T21:56:52.237Z[ recovery-image] Dec 20 21:56:51.339 INFO O| Dec 20 21:56:51.339 INFO STEP 28: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
41652024-12-20T21:56:52.267Z[ recovery-image] Dec 20 21:56:51.369 INFO O| Dec 20 21:56:51.369 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/kernel/drv/amd64/audioens"
41662024-12-20T21:56:52.267Z[ recovery-image] Dec 20 21:56:51.369 INFO O| Dec 20 21:56:51.369 INFO STEP 28 (remove_files) COMPLETE
41672024-12-20T21:56:52.270Z[ recovery-image] Dec 20 21:56:51.369 INFO O| Dec 20 21:56:51.369 INFO STEP 29: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
41682024-12-20T21:56:52.287Z[ recovery-image] Dec 20 21:56:51.389 INFO O| Dec 20 21:56:51.389 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/kernel/drv/amd64/audiopci"
41692024-12-20T21:56:52.290Z[ recovery-image] Dec 20 21:56:51.389 INFO O| Dec 20 21:56:51.389 INFO STEP 29 (remove_files) COMPLETE
41702024-12-20T21:56:52.290Z[ recovery-image] Dec 20 21:56:51.389 INFO O| Dec 20 21:56:51.389 INFO STEP 30: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
41712024-12-20T21:56:52.306Z[ recovery-image] Dec 20 21:56:51.408 INFO O| Dec 20 21:56:51.408 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/kernel/drv/amd64/audiots"
41722024-12-20T21:56:52.306Z[ recovery-image] Dec 20 21:56:51.408 INFO O| Dec 20 21:56:51.408 INFO STEP 30 (remove_files) COMPLETE
41732024-12-20T21:56:52.309Z[ recovery-image] Dec 20 21:56:51.408 INFO O| Dec 20 21:56:51.408 INFO STEP 31: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
41742024-12-20T21:56:52.324Z[ recovery-image] Dec 20 21:56:51.425 INFO O| Dec 20 21:56:51.425 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/kernel/drv/amd64/ehci"
41752024-12-20T21:56:52.324Z[ recovery-image] Dec 20 21:56:51.425 INFO O| Dec 20 21:56:51.425 INFO STEP 31 (remove_files) COMPLETE
41762024-12-20T21:56:52.324Z[ recovery-image] Dec 20 21:56:51.425 INFO O| Dec 20 21:56:51.425 INFO STEP 32: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
41772024-12-20T21:56:52.340Z[ recovery-image] Dec 20 21:56:51.441 INFO O| Dec 20 21:56:51.441 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/kernel/drv/amd64/hid"
41782024-12-20T21:56:52.340Z[ recovery-image] Dec 20 21:56:51.441 INFO O| Dec 20 21:56:51.441 INFO STEP 32 (remove_files) COMPLETE
41792024-12-20T21:56:52.342Z[ recovery-image] Dec 20 21:56:51.441 INFO O| Dec 20 21:56:51.441 INFO STEP 33: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
41802024-12-20T21:56:52.371Z[ recovery-image] Dec 20 21:56:51.473 INFO O| Dec 20 21:56:51.473 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/kernel/drv/amd64/hubd"
41812024-12-20T21:56:52.371Z[ recovery-image] Dec 20 21:56:51.473 INFO O| Dec 20 21:56:51.473 INFO STEP 33 (remove_files) COMPLETE
41822024-12-20T21:56:52.374Z[ recovery-image] Dec 20 21:56:51.473 INFO O| Dec 20 21:56:51.473 INFO STEP 34: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
41832024-12-20T21:56:52.408Z[ recovery-image] Dec 20 21:56:51.509 INFO O| Dec 20 21:56:51.509 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/kernel/drv/amd64/ohci"
41842024-12-20T21:56:52.411Z[ recovery-image] Dec 20 21:56:51.509 INFO O| Dec 20 21:56:51.509 INFO STEP 34 (remove_files) COMPLETE
41852024-12-20T21:56:52.411Z[ recovery-image] Dec 20 21:56:51.509 INFO O| Dec 20 21:56:51.509 INFO STEP 35: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
41862024-12-20T21:56:52.426Z[ recovery-image] Dec 20 21:56:51.528 INFO O| Dec 20 21:56:51.528 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/kernel/drv/amd64/scsa2usb"
41872024-12-20T21:56:52.429Z[ recovery-image] Dec 20 21:56:51.528 INFO O| Dec 20 21:56:51.528 INFO STEP 35 (remove_files) COMPLETE
41882024-12-20T21:56:52.429Z[ recovery-image] Dec 20 21:56:51.528 INFO O| Dec 20 21:56:51.528 INFO STEP 36: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
41892024-12-20T21:56:52.444Z[ recovery-image] Dec 20 21:56:51.546 INFO O| Dec 20 21:56:51.546 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/kernel/drv/amd64/uhci"
41902024-12-20T21:56:52.444Z[ recovery-image] Dec 20 21:56:51.546 INFO O| Dec 20 21:56:51.546 INFO STEP 36 (remove_files) COMPLETE
41912024-12-20T21:56:52.448Z[ recovery-image] Dec 20 21:56:51.546 INFO O| Dec 20 21:56:51.546 INFO STEP 37: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
41922024-12-20T21:56:52.462Z[ recovery-image] Dec 20 21:56:51.564 INFO O| Dec 20 21:56:51.564 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/kernel/drv/amd64/usb_ac"
41932024-12-20T21:56:52.463Z[ recovery-image] Dec 20 21:56:51.564 INFO O| Dec 20 21:56:51.564 INFO STEP 37 (remove_files) COMPLETE
41942024-12-20T21:56:52.463Z[ recovery-image] Dec 20 21:56:51.564 INFO O| Dec 20 21:56:51.564 INFO STEP 38: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
41952024-12-20T21:56:52.481Z[ recovery-image] Dec 20 21:56:51.583 INFO O| Dec 20 21:56:51.583 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/kernel/drv/amd64/usb_as"
41962024-12-20T21:56:52.481Z[ recovery-image] Dec 20 21:56:51.583 INFO O| Dec 20 21:56:51.583 INFO STEP 38 (remove_files) COMPLETE
41972024-12-20T21:56:52.481Z[ recovery-image] Dec 20 21:56:51.583 INFO O| Dec 20 21:56:51.583 INFO STEP 39: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
41982024-12-20T21:56:52.500Z[ recovery-image] Dec 20 21:56:51.601 INFO O| Dec 20 21:56:51.601 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/kernel/drv/amd64/usb_ia"
41992024-12-20T21:56:52.500Z[ recovery-image] Dec 20 21:56:51.601 INFO O| Dec 20 21:56:51.601 INFO STEP 39 (remove_files) COMPLETE
42002024-12-20T21:56:52.500Z[ recovery-image] Dec 20 21:56:51.601 INFO O| Dec 20 21:56:51.601 INFO STEP 40: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
42012024-12-20T21:56:52.520Z[ recovery-image] Dec 20 21:56:51.620 INFO O| Dec 20 21:56:51.620 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/kernel/drv/amd64/usb_mid"
42022024-12-20T21:56:52.520Z[ recovery-image] Dec 20 21:56:51.620 INFO O| Dec 20 21:56:51.620 INFO STEP 40 (remove_files) COMPLETE
42032024-12-20T21:56:52.520Z[ recovery-image] Dec 20 21:56:51.620 INFO O| Dec 20 21:56:51.620 INFO STEP 41: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
42042024-12-20T21:56:52.565Z[ recovery-image] Dec 20 21:56:51.667 INFO O| Dec 20 21:56:51.667 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/kernel/drv/amd64/usbprn"
42052024-12-20T21:56:52.565Z[ recovery-image] Dec 20 21:56:51.667 INFO O| Dec 20 21:56:51.667 INFO STEP 41 (remove_files) COMPLETE
42062024-12-20T21:56:52.565Z[ recovery-image] Dec 20 21:56:51.667 INFO O| Dec 20 21:56:51.667 INFO STEP 42: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
42072024-12-20T21:56:52.583Z[ recovery-image] Dec 20 21:56:51.684 INFO O| Dec 20 21:56:51.684 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/kernel/drv/amd64/xhci"
42082024-12-20T21:56:52.583Z[ recovery-image] Dec 20 21:56:51.684 INFO O| Dec 20 21:56:51.684 INFO STEP 42 (remove_files) COMPLETE
42092024-12-20T21:56:52.583Z[ recovery-image] Dec 20 21:56:51.684 INFO O| Dec 20 21:56:51.684 INFO STEP 43: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
42102024-12-20T21:56:52.673Z[ recovery-image] Dec 20 21:56:51.774 INFO O| Dec 20 21:56:51.774 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/kernel/drv/amd64/intel_nhm"
42112024-12-20T21:56:52.673Z[ recovery-image] Dec 20 21:56:51.774 INFO O| Dec 20 21:56:51.774 INFO STEP 43 (remove_files) COMPLETE
42122024-12-20T21:56:52.675Z[ recovery-image] Dec 20 21:56:51.774 INFO O| Dec 20 21:56:51.774 INFO STEP 44: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
42132024-12-20T21:56:52.679Z[ host-image] Dec 20 21:56:51.781 INFO O| Dec 20 21:56:51.781 INFO O| Download: Completed 199.66 MB in 409.83 seconds (497k/s)
42142024-12-20T21:56:52.716Z[ recovery-image] Dec 20 21:56:51.818 INFO O| Dec 20 21:56:51.818 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/kernel/drv/amd64/intel_nb5000"
42152024-12-20T21:56:52.716Z[ recovery-image] Dec 20 21:56:51.818 INFO O| Dec 20 21:56:51.818 INFO STEP 44 (remove_files) COMPLETE
42162024-12-20T21:56:52.718Z[ recovery-image] Dec 20 21:56:51.818 INFO O| Dec 20 21:56:51.818 INFO STEP 45: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
42172024-12-20T21:56:52.782Z[ recovery-image] Dec 20 21:56:51.884 INFO O| Dec 20 21:56:51.884 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/kernel/drv/amd64/mc-amd"
42182024-12-20T21:56:52.784Z[ recovery-image] Dec 20 21:56:51.884 INFO O| Dec 20 21:56:51.884 INFO STEP 45 (remove_files) COMPLETE
42192024-12-20T21:56:52.784Z[ recovery-image] Dec 20 21:56:51.884 INFO O| Dec 20 21:56:51.884 INFO STEP 46: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
42202024-12-20T21:56:52.802Z[ recovery-image] Dec 20 21:56:51.904 INFO O| Dec 20 21:56:51.904 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/kernel/drv/amd64/acpi_toshiba"
42212024-12-20T21:56:52.804Z[ recovery-image] Dec 20 21:56:51.904 INFO O| Dec 20 21:56:51.904 INFO STEP 46 (remove_files) COMPLETE
42222024-12-20T21:56:52.804Z[ recovery-image] Dec 20 21:56:51.904 INFO O| Dec 20 21:56:51.904 INFO STEP 47: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
42232024-12-20T21:56:52.865Z[ recovery-image] Dec 20 21:56:51.967 INFO O| Dec 20 21:56:51.967 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/kernel/drv/amd64/intel_nhmex"
42242024-12-20T21:56:52.868Z[ recovery-image] Dec 20 21:56:51.967 INFO O| Dec 20 21:56:51.967 INFO STEP 47 (remove_files) COMPLETE
42252024-12-20T21:56:52.868Z[ recovery-image] Dec 20 21:56:51.967 INFO O| Dec 20 21:56:51.967 INFO STEP 48: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
42262024-12-20T21:56:52.885Z[ recovery-image] Dec 20 21:56:51.987 INFO O| Dec 20 21:56:51.987 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/kernel/drv/intel_nhmex.conf"
42272024-12-20T21:56:52.885Z[ recovery-image] Dec 20 21:56:51.987 INFO O| Dec 20 21:56:51.987 INFO STEP 48 (remove_files) COMPLETE
42282024-12-20T21:56:52.888Z[ recovery-image] Dec 20 21:56:51.987 INFO O| Dec 20 21:56:51.987 INFO STEP 49: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
42292024-12-20T21:56:52.905Z[ recovery-image] Dec 20 21:56:52.007 INFO O| Dec 20 21:56:52.007 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/kernel/drv/amd64/mpt"
42302024-12-20T21:56:52.908Z[ recovery-image] Dec 20 21:56:52.007 INFO O| Dec 20 21:56:52.007 INFO STEP 49 (remove_files) COMPLETE
42312024-12-20T21:56:52.908Z[ recovery-image] Dec 20 21:56:52.007 INFO O| Dec 20 21:56:52.007 INFO STEP 50: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
42322024-12-20T21:56:52.925Z[ recovery-image] Dec 20 21:56:52.026 INFO O| Dec 20 21:56:52.026 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/kernel/drv/mpt.conf"
42332024-12-20T21:56:52.927Z[ recovery-image] Dec 20 21:56:52.027 INFO O| Dec 20 21:56:52.027 INFO STEP 50 (remove_files) COMPLETE
42342024-12-20T21:56:52.927Z[ recovery-image] Dec 20 21:56:52.027 INFO O| Dec 20 21:56:52.027 INFO STEP 51: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
42352024-12-20T21:56:52.960Z[ recovery-image] Dec 20 21:56:52.061 INFO O| Dec 20 21:56:52.061 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/fmd/plugins/ses-log-transport.so"
42362024-12-20T21:56:52.960Z[ recovery-image] Dec 20 21:56:52.061 INFO O| Dec 20 21:56:52.061 INFO STEP 51 (remove_files) COMPLETE
42372024-12-20T21:56:52.962Z[ recovery-image] Dec 20 21:56:52.062 INFO O| Dec 20 21:56:52.061 INFO STEP 52: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
42382024-12-20T21:56:52.981Z[ recovery-image] Dec 20 21:56:52.083 INFO O| Dec 20 21:56:52.082 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/fmd/plugins/ses-log-transport.conf"
42392024-12-20T21:56:52.981Z[ recovery-image] Dec 20 21:56:52.083 INFO O| Dec 20 21:56:52.083 INFO STEP 52 (remove_files) COMPLETE
42402024-12-20T21:56:52.984Z[ recovery-image] Dec 20 21:56:52.083 INFO O| Dec 20 21:56:52.083 INFO STEP 53: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
42412024-12-20T21:56:53.024Z[ recovery-image] Dec 20 21:56:52.125 INFO O| Dec 20 21:56:52.125 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/sbin/bootadm"
42422024-12-20T21:56:53.024Z[ recovery-image] Dec 20 21:56:52.126 INFO O| Dec 20 21:56:52.125 INFO STEP 53 (remove_files) COMPLETE
42432024-12-20T21:56:53.026Z[ recovery-image] Dec 20 21:56:52.126 INFO O| Dec 20 21:56:52.125 INFO STEP 54: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
42442024-12-20T21:56:53.045Z[ recovery-image] Dec 20 21:56:52.146 INFO O| Dec 20 21:56:52.146 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/bootadm"
42452024-12-20T21:56:53.045Z[ recovery-image] Dec 20 21:56:52.146 INFO O| Dec 20 21:56:52.146 INFO STEP 54 (remove_files) COMPLETE
42462024-12-20T21:56:53.045Z[ recovery-image] Dec 20 21:56:52.147 INFO O| Dec 20 21:56:52.146 INFO STEP 55: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
42472024-12-20T21:56:53.099Z[ recovery-image] Dec 20 21:56:52.200 INFO O| Dec 20 21:56:52.200 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/sbin/beadm"
42482024-12-20T21:56:53.099Z[ recovery-image] Dec 20 21:56:52.200 INFO O| Dec 20 21:56:52.200 INFO STEP 55 (remove_files) COMPLETE
42492024-12-20T21:56:53.102Z[ recovery-image] Dec 20 21:56:52.200 INFO O| Dec 20 21:56:52.200 INFO STEP 56: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
42502024-12-20T21:56:53.116Z[ recovery-image] Dec 20 21:56:52.218 INFO O| Dec 20 21:56:52.218 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/beadm"
42512024-12-20T21:56:53.116Z[ recovery-image] Dec 20 21:56:52.218 INFO O| Dec 20 21:56:52.218 INFO STEP 56 (remove_files) COMPLETE
42522024-12-20T21:56:53.118Z[ recovery-image] Dec 20 21:56:52.218 INFO O| Dec 20 21:56:52.218 INFO STEP 57: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
42532024-12-20T21:56:53.147Z[ recovery-image] Dec 20 21:56:52.249 INFO O| Dec 20 21:56:52.249 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/etc/default/tar"
42542024-12-20T21:56:53.147Z[ recovery-image] Dec 20 21:56:52.249 INFO O| Dec 20 21:56:52.249 INFO STEP 57 (remove_files) COMPLETE
42552024-12-20T21:56:53.150Z[ recovery-image] Dec 20 21:56:52.249 INFO O| Dec 20 21:56:52.249 INFO STEP 58: ensure_file, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
42562024-12-20T21:56:53.166Z[ recovery-image] Dec 20 21:56:52.267 INFO O| Dec 20 21:56:52.267 WARN file /rpool/images/build/recovery/work/gimlet/ramdisk/lib/svc/method/keymap exists, with wrong contents, unlinking
42572024-12-20T21:56:53.166Z[ recovery-image] Dec 20 21:56:52.267 INFO O| Dec 20 21:56:52.267 INFO writing /rpool/images/build/recovery/work/gimlet/ramdisk/lib/svc/method/keymap ...
42582024-12-20T21:56:53.168Z[ recovery-image] Dec 20 21:56:52.268 INFO O| Dec 20 21:56:52.267 INFO perms are 644, should be 755, path: /rpool/images/build/recovery/work/gimlet/ramdisk/lib/svc/method/keymap
42592024-12-20T21:56:53.168Z[ recovery-image] Dec 20 21:56:52.268 INFO O| Dec 20 21:56:52.268 INFO chmod ok, path: /rpool/images/build/recovery/work/gimlet/ramdisk/lib/svc/method/keymap
42602024-12-20T21:56:53.168Z[ recovery-image] Dec 20 21:56:52.268 INFO O| Dec 20 21:56:52.268 INFO ownership wrong (Id(0):Id(0), not 0:2), path: /rpool/images/build/recovery/work/gimlet/ramdisk/lib/svc/method/keymap
42612024-12-20T21:56:53.169Z[ recovery-image] Dec 20 21:56:52.268 INFO O| Dec 20 21:56:52.268 INFO chown ok, path: /rpool/images/build/recovery/work/gimlet/ramdisk/lib/svc/method/keymap
42622024-12-20T21:56:53.169Z[ recovery-image] Dec 20 21:56:52.268 INFO O| Dec 20 21:56:52.268 INFO ok!
42632024-12-20T21:56:53.169Z[ recovery-image] Dec 20 21:56:52.268 INFO O| Dec 20 21:56:52.268 INFO STEP 58 (ensure_file) COMPLETE
42642024-12-20T21:56:53.169Z[ recovery-image] Dec 20 21:56:52.268 INFO O| Dec 20 21:56:52.268 INFO STEP 59: ensure_file, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
42652024-12-20T21:56:53.185Z[ recovery-image] Dec 20 21:56:52.287 INFO O| Dec 20 21:56:52.287 WARN file /rpool/images/build/recovery/work/gimlet/ramdisk/lib/svc/bin/rootisramdisk exists, with wrong contents, unlinking
42662024-12-20T21:56:53.185Z[ recovery-image] Dec 20 21:56:52.287 INFO O| Dec 20 21:56:52.287 INFO copying /work/oxidecomputer/helios/image/templates/files/rootisramdisk -> /rpool/images/build/recovery/work/gimlet/ramdisk/lib/svc/bin/rootisramdisk ...
42672024-12-20T21:56:53.188Z[ recovery-image] Dec 20 21:56:52.288 INFO O| Dec 20 21:56:52.288 INFO perms are 644, should be 755, path: /rpool/images/build/recovery/work/gimlet/ramdisk/lib/svc/bin/rootisramdisk
42682024-12-20T21:56:53.188Z[ recovery-image] Dec 20 21:56:52.288 INFO O| Dec 20 21:56:52.288 INFO chmod ok, path: /rpool/images/build/recovery/work/gimlet/ramdisk/lib/svc/bin/rootisramdisk
42692024-12-20T21:56:53.188Z[ recovery-image] Dec 20 21:56:52.288 INFO O| Dec 20 21:56:52.288 INFO ownership wrong (Id(0):Id(0), not 0:3), path: /rpool/images/build/recovery/work/gimlet/ramdisk/lib/svc/bin/rootisramdisk
42702024-12-20T21:56:53.188Z[ recovery-image] Dec 20 21:56:52.288 INFO O| Dec 20 21:56:52.288 INFO chown ok, path: /rpool/images/build/recovery/work/gimlet/ramdisk/lib/svc/bin/rootisramdisk
42712024-12-20T21:56:53.188Z[ recovery-image] Dec 20 21:56:52.288 INFO O| Dec 20 21:56:52.288 INFO ok!
42722024-12-20T21:56:53.188Z[ recovery-image] Dec 20 21:56:52.288 INFO O| Dec 20 21:56:52.288 INFO STEP 59 (ensure_file) COMPLETE
42732024-12-20T21:56:53.189Z[ recovery-image] Dec 20 21:56:52.288 INFO O| Dec 20 21:56:52.288 INFO STEP 60: ensure_file, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
42742024-12-20T21:56:53.205Z[ recovery-image] Dec 20 21:56:52.306 INFO O| Dec 20 21:56:52.306 INFO file /rpool/images/build/recovery/work/gimlet/ramdisk/root/.bash_profile does not exist
42752024-12-20T21:56:53.205Z[ recovery-image] Dec 20 21:56:52.306 INFO O| Dec 20 21:56:52.306 INFO copying /work/oxidecomputer/helios/image/templates/files/bash_profile -> /rpool/images/build/recovery/work/gimlet/ramdisk/root/.bash_profile ...
42762024-12-20T21:56:53.207Z[ recovery-image] Dec 20 21:56:52.306 INFO O| Dec 20 21:56:52.306 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/ramdisk/root/.bash_profile
42772024-12-20T21:56:53.207Z[ recovery-image] Dec 20 21:56:52.306 INFO O| Dec 20 21:56:52.306 INFO ok!
42782024-12-20T21:56:53.207Z[ recovery-image] Dec 20 21:56:52.306 INFO O| Dec 20 21:56:52.306 INFO STEP 60 (ensure_file) COMPLETE
42792024-12-20T21:56:53.207Z[ recovery-image] Dec 20 21:56:52.306 INFO O| Dec 20 21:56:52.306 INFO STEP 61: ensure_file, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
42802024-12-20T21:56:53.239Z[ recovery-image] Dec 20 21:56:52.340 INFO O| Dec 20 21:56:52.340 WARN file /rpool/images/build/recovery/work/gimlet/ramdisk/root/.bashrc exists, with wrong contents, unlinking
42812024-12-20T21:56:53.239Z[ recovery-image] Dec 20 21:56:52.340 INFO O| Dec 20 21:56:52.340 INFO copying /work/oxidecomputer/helios/image/templates/files/bashrc -> /rpool/images/build/recovery/work/gimlet/ramdisk/root/.bashrc ...
42822024-12-20T21:56:53.239Z[ recovery-image] Dec 20 21:56:52.341 INFO O| Dec 20 21:56:52.341 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/ramdisk/root/.bashrc
42832024-12-20T21:56:53.241Z[ recovery-image] Dec 20 21:56:52.341 INFO O| Dec 20 21:56:52.341 INFO ok!
42842024-12-20T21:56:53.241Z[ recovery-image] Dec 20 21:56:52.341 INFO O| Dec 20 21:56:52.341 INFO STEP 61 (ensure_file) COMPLETE
42852024-12-20T21:56:53.241Z[ recovery-image] Dec 20 21:56:52.341 INFO O| Dec 20 21:56:52.341 INFO STEP 62: ensure_file, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
42862024-12-20T21:56:53.302Z[ recovery-image] Dec 20 21:56:52.404 INFO O| Dec 20 21:56:52.403 WARN file /rpool/images/build/recovery/work/gimlet/ramdisk/etc/motd exists, with wrong contents, unlinking
42872024-12-20T21:56:53.302Z[ recovery-image] Dec 20 21:56:52.404 INFO O| Dec 20 21:56:52.404 INFO copying /work/oxidecomputer/helios/image/templates/files/motd -> /rpool/images/build/recovery/work/gimlet/ramdisk/etc/motd ...
42882024-12-20T21:56:53.302Z[ recovery-image] Dec 20 21:56:52.404 INFO O| Dec 20 21:56:52.404 INFO ownership wrong (Id(0):Id(0), not 0:3), path: /rpool/images/build/recovery/work/gimlet/ramdisk/etc/motd
42892024-12-20T21:56:53.305Z[ recovery-image] Dec 20 21:56:52.404 INFO O| Dec 20 21:56:52.404 INFO chown ok, path: /rpool/images/build/recovery/work/gimlet/ramdisk/etc/motd
42902024-12-20T21:56:53.305Z[ recovery-image] Dec 20 21:56:52.404 INFO O| Dec 20 21:56:52.404 INFO ok!
42912024-12-20T21:56:53.305Z[ recovery-image] Dec 20 21:56:52.404 INFO O| Dec 20 21:56:52.404 INFO STEP 62 (ensure_file) COMPLETE
42922024-12-20T21:56:53.305Z[ recovery-image] Dec 20 21:56:52.404 INFO O| Dec 20 21:56:52.404 INFO STEP 63: ensure_file, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
42932024-12-20T21:56:53.367Z[ recovery-image] Dec 20 21:56:52.469 INFO O| Dec 20 21:56:52.469 INFO file /rpool/images/build/recovery/work/gimlet/ramdisk/etc/system.d/zfs:dbuf does not exist
42942024-12-20T21:56:53.367Z[ recovery-image] Dec 20 21:56:52.469 INFO O| Dec 20 21:56:52.469 INFO copying /work/oxidecomputer/helios/image/templates/files/gimlet-system-zfs:dbuf -> /rpool/images/build/recovery/work/gimlet/ramdisk/etc/system.d/zfs:dbuf ...
42952024-12-20T21:56:53.371Z[ recovery-image] Dec 20 21:56:52.469 INFO O| Dec 20 21:56:52.469 INFO ownership wrong (Id(0):Id(0), not 0:3), path: /rpool/images/build/recovery/work/gimlet/ramdisk/etc/system.d/zfs:dbuf
42962024-12-20T21:56:53.371Z[ recovery-image] Dec 20 21:56:52.469 INFO O| Dec 20 21:56:52.469 INFO chown ok, path: /rpool/images/build/recovery/work/gimlet/ramdisk/etc/system.d/zfs:dbuf
42972024-12-20T21:56:53.371Z[ recovery-image] Dec 20 21:56:52.469 INFO O| Dec 20 21:56:52.469 INFO ok!
42982024-12-20T21:56:53.371Z[ recovery-image] Dec 20 21:56:52.469 INFO O| Dec 20 21:56:52.469 INFO STEP 63 (ensure_file) COMPLETE
42992024-12-20T21:56:53.371Z[ recovery-image] Dec 20 21:56:52.469 INFO O| Dec 20 21:56:52.469 INFO STEP 64: assemble_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
43002024-12-20T21:56:53.411Z[ recovery-image] Dec 20 21:56:52.512 INFO O| Dec 20 21:56:52.512 INFO file /rpool/images/build/recovery/work/gimlet/ramdisk/etc/system.d/.self-assembly does not exist
43012024-12-20T21:56:53.411Z[ recovery-image] Dec 20 21:56:52.512 INFO O| Dec 20 21:56:52.512 INFO writing /rpool/images/build/recovery/work/gimlet/ramdisk/etc/system.d/.self-assembly ...
43022024-12-20T21:56:53.414Z[ recovery-image] Dec 20 21:56:52.513 INFO O| Dec 20 21:56:52.513 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/ramdisk/etc/system.d/.self-assembly
43032024-12-20T21:56:53.414Z[ recovery-image] Dec 20 21:56:52.513 INFO O| Dec 20 21:56:52.513 INFO ok!
43042024-12-20T21:56:53.414Z[ recovery-image] Dec 20 21:56:52.513 INFO O| Dec 20 21:56:52.513 INFO STEP 64 (assemble_files) COMPLETE
43052024-12-20T21:56:53.414Z[ recovery-image] Dec 20 21:56:52.513 INFO O| Dec 20 21:56:52.513 INFO STEP 65: ensure_file, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
43062024-12-20T21:56:53.449Z[ recovery-image] Dec 20 21:56:52.551 INFO O| Dec 20 21:56:52.551 INFO file /rpool/images/build/recovery/work/gimlet/ramdisk/etc/dumpadm.conf does not exist
43072024-12-20T21:56:53.449Z[ recovery-image] Dec 20 21:56:52.551 INFO O| Dec 20 21:56:52.551 INFO copying /work/oxidecomputer/helios/image/templates/files/dumpadm.conf -> /rpool/images/build/recovery/work/gimlet/ramdisk/etc/dumpadm.conf ...
43082024-12-20T21:56:53.449Z[ recovery-image] Dec 20 21:56:52.551 INFO O| Dec 20 21:56:52.551 INFO ownership wrong (Id(0):Id(0), not 0:1), path: /rpool/images/build/recovery/work/gimlet/ramdisk/etc/dumpadm.conf
43092024-12-20T21:56:53.449Z[ recovery-image] Dec 20 21:56:52.551 INFO O| Dec 20 21:56:52.551 INFO chown ok, path: /rpool/images/build/recovery/work/gimlet/ramdisk/etc/dumpadm.conf
43102024-12-20T21:56:53.452Z[ recovery-image] Dec 20 21:56:52.551 INFO O| Dec 20 21:56:52.551 INFO ok!
43112024-12-20T21:56:53.453Z[ recovery-image] Dec 20 21:56:52.552 INFO O| Dec 20 21:56:52.551 INFO STEP 65 (ensure_file) COMPLETE
43122024-12-20T21:56:53.453Z[ recovery-image] Dec 20 21:56:52.552 INFO O| Dec 20 21:56:52.551 INFO STEP 66: ensure_dir, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
43132024-12-20T21:56:53.453Z[ recovery-image] Dec 20 21:56:52.552 INFO O| Dec 20 21:56:52.552 INFO skip step because feature "omicron1" is not enabled
43142024-12-20T21:56:53.453Z[ recovery-image] Dec 20 21:56:52.552 INFO O| Dec 20 21:56:52.552 INFO STEP 67: ensure_file, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
43152024-12-20T21:56:53.453Z[ recovery-image] Dec 20 21:56:52.552 INFO O| Dec 20 21:56:52.552 INFO skip step because feature "omicron1" is not enabled
43162024-12-20T21:56:53.453Z[ recovery-image] Dec 20 21:56:52.552 INFO O| Dec 20 21:56:52.552 INFO STEP 68: ensure_file, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
43172024-12-20T21:56:53.453Z[ recovery-image] Dec 20 21:56:52.552 INFO O| Dec 20 21:56:52.552 INFO skip step because feature "omicron1" is not enabled
43182024-12-20T21:56:53.453Z[ recovery-image] Dec 20 21:56:52.552 INFO O| Dec 20 21:56:52.552 INFO STEP 69: pack_tar, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
43192024-12-20T21:56:53.510Z[ recovery-image] Dec 20 21:56:52.612 INFO O| Dec 20 21:56:52.612 INFO file /rpool/images/build/recovery/output/gimlet-ramdisk.tar does not already exist, skipping removal
43202024-12-20T21:56:53.510Z[ recovery-image] Dec 20 21:56:52.612 INFO O| Dec 20 21:56:52.612 INFO exec: ["/usr/sbin/tar", "ceEp@/f", "/rpool/images/build/recovery/output/gimlet-ramdisk.tar", "-C", "/rpool/images/build/recovery/work/gimlet/ramdisk", "."]
43212024-12-20T21:56:54.535Z[ host-image] Dec 20 21:56:53.636 INFO O| Dec 20 21:56:53.636 INFO O| Actions: 1/49485 actions (Installing new actions)
43222024-12-20T21:56:56.666Z[ recovery-image] Dec 20 21:56:55.767 INFO O| Dec 20 21:56:55.767 INFO STEP 69 (pack_tar) COMPLETE
43232024-12-20T21:56:56.666Z[ recovery-image] Dec 20 21:56:55.767 INFO O| Dec 20 21:56:55.767 INFO creating output snapshot rpool/images/build/recovery/work/gimlet/ramdisk@trim
43242024-12-20T21:56:56.670Z[ recovery-image] Dec 20 21:56:55.767 INFO O| Dec 20 21:56:55.767 INFO CREATE SNAPSHOT: rpool/images/build/recovery/work/gimlet/ramdisk@trim
43252024-12-20T21:56:57.007Z[ recovery-image] Dec 20 21:56:56.108 INFO O| Dec 20 21:56:56.108 INFO DESTROY DATASET: rpool/images/build/recovery/tmp/gimlet/ramdisk-02-trim
43262024-12-20T21:56:57.121Z[ recovery-image] Dec 20 21:56:56.223 INFO O| Dec 20 21:56:56.223 INFO completed processing gimlet/ramdisk-02-trim
43272024-12-20T21:56:57.125Z[ recovery-image] Dec 20 21:56:56.226 INFO image builder template: ramdisk-03-recovery-trim...
43282024-12-20T21:56:57.125Z[ recovery-image] Dec 20 21:56:56.226 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/.tmpz5fbTL/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
43292024-12-20T21:56:57.390Z[ recovery-image] Dec 20 21:56:56.491 INFO O| Dec 20 21:56:56.491 INFO temporary dataset: rpool/images/build/recovery/tmp/gimlet/ramdisk-03-recovery-trim
43302024-12-20T21:56:57.399Z[ recovery-image] Dec 20 21:56:56.500 INFO O| Dec 20 21:56:56.500 INFO CREATE DATASET: rpool/images/build/recovery/tmp/gimlet/ramdisk-03-recovery-trim
43312024-12-20T21:56:57.523Z[ recovery-image] Dec 20 21:56:56.623 INFO O| Dec 20 21:56:56.623 INFO SET DATASET PROPERTY ON rpool/images/build/recovery/tmp/gimlet/ramdisk-03-recovery-trim: sync = disabled
43322024-12-20T21:56:57.612Z[ recovery-image] Dec 20 21:56:56.714 INFO O| Dec 20 21:56:56.713 INFO temporary directory: /rpool/images/build/recovery/tmp/gimlet/ramdisk-03-recovery-trim
43332024-12-20T21:56:57.615Z[ recovery-image] Dec 20 21:56:56.714 INFO O| Dec 20 21:56:56.714 INFO work dataset: rpool/images/build/recovery/work/gimlet/ramdisk
43342024-12-20T21:56:57.628Z[ recovery-image] Dec 20 21:56:56.729 INFO O| Dec 20 21:56:56.729 INFO looking for output snapshot rpool/images/build/recovery/work/gimlet/ramdisk@recovery-trim
43352024-12-20T21:56:57.651Z[ recovery-image] Dec 20 21:56:56.752 INFO O| Dec 20 21:56:56.752 INFO looking for input snapshot rpool/images/build/recovery/work/gimlet/ramdisk@trim
43362024-12-20T21:56:57.662Z[ recovery-image] Dec 20 21:56:56.763 INFO O| Dec 20 21:56:56.762 INFO ROLLBACK TO SNAPSHOT: rpool/images/build/recovery/work/gimlet/ramdisk@trim
43372024-12-20T21:56:58.459Z[ recovery-image] Dec 20 21:56:57.560 INFO O| Dec 20 21:56:57.560 INFO rolled back to input snapshot; work may begin
43382024-12-20T21:56:58.459Z[ recovery-image] Dec 20 21:56:57.560 INFO O| Dec 20 21:56:57.560 INFO CREATE DATASET: rpool/images/build/recovery/work/gimlet/ramdisk
43392024-12-20T21:56:58.495Z[ recovery-image] Dec 20 21:56:57.595 INFO O| Dec 20 21:56:57.595 INFO STEP 0: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
43402024-12-20T21:56:58.558Z[ recovery-image] Dec 20 21:56:57.659 INFO O| Dec 20 21:56:57.659 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/gcc/7"
43412024-12-20T21:56:58.562Z[ recovery-image] Dec 20 21:56:57.663 INFO O| Dec 20 21:56:57.663 INFO STEP 0 (remove_files) COMPLETE
43422024-12-20T21:56:58.562Z[ recovery-image] Dec 20 21:56:57.663 INFO O| Dec 20 21:56:57.663 INFO STEP 1: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
43432024-12-20T21:56:58.581Z[ recovery-image] Dec 20 21:56:57.682 INFO O| Dec 20 21:56:57.682 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/gnu/share"
43442024-12-20T21:56:58.762Z[ recovery-image] Dec 20 21:56:57.862 INFO O| Dec 20 21:56:57.862 INFO STEP 1 (remove_files) COMPLETE
43452024-12-20T21:56:58.764Z[ recovery-image] Dec 20 21:56:57.863 INFO O| Dec 20 21:56:57.862 INFO STEP 2: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
43462024-12-20T21:56:58.807Z[ recovery-image] Dec 20 21:56:57.908 INFO O| Dec 20 21:56:57.908 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/dns"
43472024-12-20T21:56:58.913Z[ recovery-image] Dec 20 21:56:58.014 INFO O| Dec 20 21:56:58.014 INFO STEP 2 (remove_files) COMPLETE
43482024-12-20T21:56:58.916Z[ recovery-image] Dec 20 21:56:58.014 INFO O| Dec 20 21:56:58.014 INFO STEP 3: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
43492024-12-20T21:56:58.991Z[ recovery-image] Dec 20 21:56:58.092 INFO O| Dec 20 21:56:58.092 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/iconv"
43502024-12-20T21:56:59.067Z[ recovery-image] Dec 20 21:56:58.168 INFO O| Dec 20 21:56:58.168 INFO STEP 3 (remove_files) COMPLETE
43512024-12-20T21:56:59.067Z[ recovery-image] Dec 20 21:56:58.168 INFO O| Dec 20 21:56:58.168 INFO STEP 4: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
43522024-12-20T21:56:59.086Z[ recovery-image] Dec 20 21:56:58.187 INFO O| Dec 20 21:56:58.187 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/locale"
43532024-12-20T21:56:59.100Z[ recovery-image] Dec 20 21:56:58.201 INFO O| Dec 20 21:56:58.201 INFO STEP 4 (remove_files) COMPLETE
43542024-12-20T21:56:59.100Z[ recovery-image] Dec 20 21:56:58.201 INFO O| Dec 20 21:56:58.201 INFO STEP 5: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
43552024-12-20T21:56:59.119Z[ recovery-image] Dec 20 21:56:58.220 INFO O| Dec 20 21:56:58.220 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/mdb"
43562024-12-20T21:56:59.124Z[ recovery-image] Dec 20 21:56:58.225 INFO O| Dec 20 21:56:58.225 INFO STEP 5 (remove_files) COMPLETE
43572024-12-20T21:56:59.126Z[ recovery-image] Dec 20 21:56:58.225 INFO O| Dec 20 21:56:58.225 INFO STEP 6: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
43582024-12-20T21:56:59.143Z[ recovery-image] Dec 20 21:56:58.244 INFO O| Dec 20 21:56:58.244 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/mps"
43592024-12-20T21:56:59.146Z[ recovery-image] Dec 20 21:56:58.246 INFO O| Dec 20 21:56:58.246 INFO STEP 6 (remove_files) COMPLETE
43602024-12-20T21:56:59.146Z[ recovery-image] Dec 20 21:56:58.246 INFO O| Dec 20 21:56:58.246 INFO STEP 7: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
43612024-12-20T21:56:59.165Z[ recovery-image] Dec 20 21:56:58.266 INFO O| Dec 20 21:56:58.266 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/pkgconfig"
43622024-12-20T21:56:59.168Z[ recovery-image] Dec 20 21:56:58.269 INFO O| Dec 20 21:56:58.268 INFO STEP 7 (remove_files) COMPLETE
43632024-12-20T21:56:59.168Z[ recovery-image] Dec 20 21:56:58.269 INFO O| Dec 20 21:56:58.268 INFO STEP 8: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
43642024-12-20T21:56:59.186Z[ recovery-image] Dec 20 21:56:58.288 INFO O| Dec 20 21:56:58.288 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/scsi"
43652024-12-20T21:56:59.189Z[ recovery-image] Dec 20 21:56:58.291 INFO O| Dec 20 21:56:58.291 INFO STEP 8 (remove_files) COMPLETE
43662024-12-20T21:56:59.192Z[ recovery-image] Dec 20 21:56:58.291 INFO O| Dec 20 21:56:58.291 INFO STEP 9: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
43672024-12-20T21:56:59.208Z[ recovery-image] Dec 20 21:56:58.309 INFO O| Dec 20 21:56:58.309 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/smbfs"
43682024-12-20T21:56:59.210Z[ recovery-image] Dec 20 21:56:58.309 INFO O| Dec 20 21:56:58.309 INFO STEP 9 (remove_files) COMPLETE
43692024-12-20T21:56:59.210Z[ recovery-image] Dec 20 21:56:58.310 INFO O| Dec 20 21:56:58.309 INFO STEP 10: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
43702024-12-20T21:56:59.225Z[ recovery-image] Dec 20 21:56:58.326 INFO O| Dec 20 21:56:58.325 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/smbsrv"
43712024-12-20T21:56:59.228Z[ recovery-image] Dec 20 21:56:58.327 INFO O| Dec 20 21:56:58.327 INFO STEP 10 (remove_files) COMPLETE
43722024-12-20T21:56:59.228Z[ recovery-image] Dec 20 21:56:58.327 INFO O| Dec 20 21:56:58.327 INFO STEP 11: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
43732024-12-20T21:56:59.244Z[ recovery-image] Dec 20 21:56:58.345 INFO O| Dec 20 21:56:58.345 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/perl5"
43742024-12-20T21:56:59.323Z[ recovery-image] Dec 20 21:56:58.423 INFO O| Dec 20 21:56:58.423 INFO STEP 11 (remove_files) COMPLETE
43752024-12-20T21:56:59.323Z[ recovery-image] Dec 20 21:56:58.423 INFO O| Dec 20 21:56:58.423 INFO STEP 12: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
43762024-12-20T21:56:59.344Z[ recovery-image] Dec 20 21:56:58.446 INFO O| Dec 20 21:56:58.446 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/share/bash"
43772024-12-20T21:56:59.348Z[ recovery-image] Dec 20 21:56:58.449 INFO O| Dec 20 21:56:58.449 INFO STEP 12 (remove_files) COMPLETE
43782024-12-20T21:56:59.348Z[ recovery-image] Dec 20 21:56:58.449 INFO O| Dec 20 21:56:58.449 INFO STEP 13: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
43792024-12-20T21:56:59.370Z[ recovery-image] Dec 20 21:56:58.471 INFO O| Dec 20 21:56:58.471 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/share/bhyve"
43802024-12-20T21:56:59.374Z[ recovery-image] Dec 20 21:56:58.474 INFO O| Dec 20 21:56:58.474 INFO STEP 13 (remove_files) COMPLETE
43812024-12-20T21:56:59.374Z[ recovery-image] Dec 20 21:56:58.474 INFO O| Dec 20 21:56:58.474 INFO STEP 14: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
43822024-12-20T21:56:59.393Z[ recovery-image] Dec 20 21:56:58.494 INFO O| Dec 20 21:56:58.494 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/share/emacs"
43832024-12-20T21:56:59.395Z[ recovery-image] Dec 20 21:56:58.494 INFO O| Dec 20 21:56:58.494 INFO STEP 14 (remove_files) COMPLETE
43842024-12-20T21:56:59.395Z[ recovery-image] Dec 20 21:56:58.494 INFO O| Dec 20 21:56:58.494 INFO STEP 15: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
43852024-12-20T21:56:59.412Z[ recovery-image] Dec 20 21:56:58.513 INFO O| Dec 20 21:56:58.513 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/share/icons"
43862024-12-20T21:56:59.415Z[ recovery-image] Dec 20 21:56:58.515 INFO O| Dec 20 21:56:58.515 INFO STEP 15 (remove_files) COMPLETE
43872024-12-20T21:56:59.415Z[ recovery-image] Dec 20 21:56:58.515 INFO O| Dec 20 21:56:58.515 INFO STEP 16: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
43882024-12-20T21:56:59.431Z[ recovery-image] Dec 20 21:56:58.532 INFO O| Dec 20 21:56:58.532 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/share/locale"
43892024-12-20T21:56:59.439Z[ recovery-image] Dec 20 21:56:58.540 INFO O| Dec 20 21:56:58.540 INFO STEP 16 (remove_files) COMPLETE
43902024-12-20T21:56:59.443Z[ recovery-image] Dec 20 21:56:58.541 INFO O| Dec 20 21:56:58.540 INFO STEP 17: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
43912024-12-20T21:56:59.456Z[ recovery-image] Dec 20 21:56:58.557 INFO O| Dec 20 21:56:58.557 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/share/src"
43922024-12-20T21:56:59.460Z[ recovery-image] Dec 20 21:56:58.558 INFO O| Dec 20 21:56:58.558 INFO STEP 17 (remove_files) COMPLETE
43932024-12-20T21:56:59.460Z[ recovery-image] Dec 20 21:56:58.558 INFO O| Dec 20 21:56:58.558 INFO STEP 18: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
43942024-12-20T21:56:59.474Z[ recovery-image] Dec 20 21:56:58.574 INFO O| Dec 20 21:56:58.574 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/share/terminfo"
43952024-12-20T21:56:59.476Z[ recovery-image] Dec 20 21:56:58.574 INFO O| Dec 20 21:56:58.574 INFO STEP 18 (remove_files) COMPLETE
43962024-12-20T21:56:59.476Z[ recovery-image] Dec 20 21:56:58.574 INFO O| Dec 20 21:56:58.574 INFO STEP 19: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
43972024-12-20T21:56:59.489Z[ recovery-image] Dec 20 21:56:58.590 INFO O| Dec 20 21:56:58.590 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/share/vim"
43982024-12-20T21:56:59.535Z[ host-image] Dec 20 21:56:58.636 INFO O| Dec 20 21:56:58.636 INFO O| Actions: 9771/49485 actions (Installing new actions)
43992024-12-20T21:56:59.548Z[ recovery-image] Dec 20 21:56:58.649 INFO O| Dec 20 21:56:58.648 INFO STEP 19 (remove_files) COMPLETE
44002024-12-20T21:56:59.548Z[ recovery-image] Dec 20 21:56:58.649 INFO O| Dec 20 21:56:58.649 INFO STEP 20: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
44012024-12-20T21:56:59.566Z[ recovery-image] Dec 20 21:56:58.667 INFO O| Dec 20 21:56:58.667 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/lib/svc/manifest/network/ssh.xml"
44022024-12-20T21:56:59.568Z[ recovery-image] Dec 20 21:56:58.668 INFO O| Dec 20 21:56:58.668 INFO STEP 20 (remove_files) COMPLETE
44032024-12-20T21:56:59.568Z[ recovery-image] Dec 20 21:56:58.668 INFO O| Dec 20 21:56:58.668 INFO STEP 21: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
44042024-12-20T21:56:59.587Z[ recovery-image] Dec 20 21:56:58.688 INFO O| Dec 20 21:56:58.688 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/lib/svc/manifest/system/fmd.xml"
44052024-12-20T21:56:59.589Z[ recovery-image] Dec 20 21:56:58.688 INFO O| Dec 20 21:56:58.688 INFO STEP 21 (remove_files) COMPLETE
44062024-12-20T21:56:59.589Z[ recovery-image] Dec 20 21:56:58.688 INFO O| Dec 20 21:56:58.688 INFO STEP 22: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
44072024-12-20T21:56:59.606Z[ recovery-image] Dec 20 21:56:58.706 INFO O| Dec 20 21:56:58.706 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/adb"
44082024-12-20T21:56:59.608Z[ recovery-image] Dec 20 21:56:58.707 INFO O| Dec 20 21:56:58.707 INFO STEP 22 (remove_files) COMPLETE
44092024-12-20T21:56:59.608Z[ recovery-image] Dec 20 21:56:58.707 INFO O| Dec 20 21:56:58.707 INFO STEP 23: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
44102024-12-20T21:56:59.626Z[ recovery-image] Dec 20 21:56:58.726 INFO O| Dec 20 21:56:58.726 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/addbadsec"
44112024-12-20T21:56:59.628Z[ recovery-image] Dec 20 21:56:58.726 INFO O| Dec 20 21:56:58.726 INFO STEP 23 (remove_files) COMPLETE
44122024-12-20T21:56:59.628Z[ recovery-image] Dec 20 21:56:58.726 INFO O| Dec 20 21:56:58.726 INFO STEP 24: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
44132024-12-20T21:56:59.643Z[ recovery-image] Dec 20 21:56:58.744 INFO O| Dec 20 21:56:58.744 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/agentxtrap"
44142024-12-20T21:56:59.646Z[ recovery-image] Dec 20 21:56:58.745 INFO O| Dec 20 21:56:58.745 INFO STEP 24 (remove_files) COMPLETE
44152024-12-20T21:56:59.646Z[ recovery-image] Dec 20 21:56:58.745 INFO O| Dec 20 21:56:58.745 INFO STEP 25: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
44162024-12-20T21:56:59.664Z[ recovery-image] Dec 20 21:56:58.765 INFO O| Dec 20 21:56:58.765 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/alias"
44172024-12-20T21:56:59.664Z[ recovery-image] Dec 20 21:56:58.765 INFO O| Dec 20 21:56:58.765 INFO STEP 25 (remove_files) COMPLETE
44182024-12-20T21:56:59.664Z[ recovery-image] Dec 20 21:56:58.765 INFO O| Dec 20 21:56:58.765 INFO STEP 26: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
44192024-12-20T21:56:59.684Z[ recovery-image] Dec 20 21:56:58.785 INFO O| Dec 20 21:56:58.785 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/adb"
44202024-12-20T21:56:59.684Z[ recovery-image] Dec 20 21:56:58.785 INFO O| Dec 20 21:56:58.785 INFO STEP 26 (remove_files) COMPLETE
44212024-12-20T21:56:59.684Z[ recovery-image] Dec 20 21:56:58.785 INFO O| Dec 20 21:56:58.785 INFO STEP 27: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
44222024-12-20T21:56:59.704Z[ recovery-image] Dec 20 21:56:58.805 INFO O| Dec 20 21:56:58.804 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/amt"
44232024-12-20T21:56:59.704Z[ recovery-image] Dec 20 21:56:58.805 INFO O| Dec 20 21:56:58.805 INFO STEP 27 (remove_files) COMPLETE
44242024-12-20T21:56:59.704Z[ recovery-image] Dec 20 21:56:58.805 INFO O| Dec 20 21:56:58.805 INFO STEP 28: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
44252024-12-20T21:56:59.723Z[ recovery-image] Dec 20 21:56:58.824 INFO O| Dec 20 21:56:58.824 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/cputrack"
44262024-12-20T21:56:59.725Z[ recovery-image] Dec 20 21:56:58.825 INFO O| Dec 20 21:56:58.824 INFO STEP 28 (remove_files) COMPLETE
44272024-12-20T21:56:59.726Z[ recovery-image] Dec 20 21:56:58.825 INFO O| Dec 20 21:56:58.825 INFO STEP 29: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
44282024-12-20T21:56:59.744Z[ recovery-image] Dec 20 21:56:58.845 INFO O| Dec 20 21:56:58.845 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/crle"
44292024-12-20T21:56:59.746Z[ recovery-image] Dec 20 21:56:58.845 INFO O| Dec 20 21:56:58.845 INFO STEP 29 (remove_files) COMPLETE
44302024-12-20T21:56:59.746Z[ recovery-image] Dec 20 21:56:58.845 INFO O| Dec 20 21:56:58.845 INFO STEP 30: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
44312024-12-20T21:56:59.762Z[ recovery-image] Dec 20 21:56:58.864 INFO O| Dec 20 21:56:58.864 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/curl"
44322024-12-20T21:56:59.765Z[ recovery-image] Dec 20 21:56:58.864 INFO O| Dec 20 21:56:58.864 INFO STEP 30 (remove_files) COMPLETE
44332024-12-20T21:56:59.765Z[ recovery-image] Dec 20 21:56:58.864 INFO O| Dec 20 21:56:58.864 INFO STEP 31: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
44342024-12-20T21:56:59.781Z[ recovery-image] Dec 20 21:56:58.882 INFO O| Dec 20 21:56:58.882 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/curl-config"
44352024-12-20T21:56:59.781Z[ recovery-image] Dec 20 21:56:58.882 INFO O| Dec 20 21:56:58.882 INFO STEP 31 (remove_files) COMPLETE
44362024-12-20T21:56:59.783Z[ recovery-image] Dec 20 21:56:58.882 INFO O| Dec 20 21:56:58.882 INFO STEP 32: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
44372024-12-20T21:56:59.800Z[ recovery-image] Dec 20 21:56:58.901 INFO O| Dec 20 21:56:58.901 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/decrypt"
44382024-12-20T21:56:59.802Z[ recovery-image] Dec 20 21:56:58.901 INFO O| Dec 20 21:56:58.901 INFO STEP 32 (remove_files) COMPLETE
44392024-12-20T21:56:59.802Z[ recovery-image] Dec 20 21:56:58.901 INFO O| Dec 20 21:56:58.901 INFO STEP 33: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
44402024-12-20T21:56:59.818Z[ recovery-image] Dec 20 21:56:58.919 INFO O| Dec 20 21:56:58.919 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/digest"
44412024-12-20T21:56:59.821Z[ recovery-image] Dec 20 21:56:58.920 INFO O| Dec 20 21:56:58.920 INFO STEP 33 (remove_files) COMPLETE
44422024-12-20T21:56:59.821Z[ recovery-image] Dec 20 21:56:58.920 INFO O| Dec 20 21:56:58.920 INFO STEP 34: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
44432024-12-20T21:56:59.839Z[ recovery-image] Dec 20 21:56:58.939 INFO O| Dec 20 21:56:58.939 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/elfwrap"
44442024-12-20T21:56:59.839Z[ recovery-image] Dec 20 21:56:58.939 INFO O| Dec 20 21:56:58.939 INFO STEP 34 (remove_files) COMPLETE
44452024-12-20T21:56:59.839Z[ recovery-image] Dec 20 21:56:58.939 INFO O| Dec 20 21:56:58.939 INFO STEP 35: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
44462024-12-20T21:56:59.857Z[ recovery-image] Dec 20 21:56:58.957 INFO O| Dec 20 21:56:58.957 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/encrypt"
44472024-12-20T21:56:59.862Z[ recovery-image] Dec 20 21:56:58.958 INFO O| Dec 20 21:56:58.958 INFO STEP 35 (remove_files) COMPLETE
44482024-12-20T21:56:59.862Z[ recovery-image] Dec 20 21:56:58.958 INFO O| Dec 20 21:56:58.958 INFO STEP 36: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
44492024-12-20T21:56:59.876Z[ recovery-image] Dec 20 21:56:58.977 INFO O| Dec 20 21:56:58.977 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/gclear"
44502024-12-20T21:56:59.876Z[ recovery-image] Dec 20 21:56:58.977 INFO O| Dec 20 21:56:58.977 INFO STEP 36 (remove_files) COMPLETE
44512024-12-20T21:56:59.879Z[ recovery-image] Dec 20 21:56:58.977 INFO O| Dec 20 21:56:58.977 INFO STEP 37: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
44522024-12-20T21:56:59.895Z[ recovery-image] Dec 20 21:56:58.996 INFO O| Dec 20 21:56:58.996 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/gcore"
44532024-12-20T21:56:59.898Z[ recovery-image] Dec 20 21:56:58.997 INFO O| Dec 20 21:56:58.997 INFO STEP 37 (remove_files) COMPLETE
44542024-12-20T21:56:59.898Z[ recovery-image] Dec 20 21:56:58.997 INFO O| Dec 20 21:56:58.997 INFO STEP 38: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
44552024-12-20T21:56:59.915Z[ recovery-image] Dec 20 21:56:59.016 INFO O| Dec 20 21:56:59.016 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/ginfocmp"
44562024-12-20T21:56:59.915Z[ recovery-image] Dec 20 21:56:59.017 INFO O| Dec 20 21:56:59.017 INFO STEP 38 (remove_files) COMPLETE
44572024-12-20T21:56:59.919Z[ recovery-image] Dec 20 21:56:59.017 INFO O| Dec 20 21:56:59.017 INFO STEP 39: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
44582024-12-20T21:56:59.934Z[ recovery-image] Dec 20 21:56:59.035 INFO O| Dec 20 21:56:59.035 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/gtabs"
44592024-12-20T21:56:59.934Z[ recovery-image] Dec 20 21:56:59.035 INFO O| Dec 20 21:56:59.035 INFO STEP 39 (remove_files) COMPLETE
44602024-12-20T21:56:59.934Z[ recovery-image] Dec 20 21:56:59.035 INFO O| Dec 20 21:56:59.035 INFO STEP 40: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
44612024-12-20T21:56:59.953Z[ recovery-image] Dec 20 21:56:59.054 INFO O| Dec 20 21:56:59.054 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/gtic"
44622024-12-20T21:56:59.953Z[ recovery-image] Dec 20 21:56:59.054 INFO O| Dec 20 21:56:59.054 INFO STEP 40 (remove_files) COMPLETE
44632024-12-20T21:56:59.958Z[ recovery-image] Dec 20 21:56:59.055 INFO O| Dec 20 21:56:59.054 INFO STEP 41: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
44642024-12-20T21:56:59.972Z[ recovery-image] Dec 20 21:56:59.074 INFO O| Dec 20 21:56:59.073 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/gtoe"
44652024-12-20T21:56:59.972Z[ recovery-image] Dec 20 21:56:59.074 INFO O| Dec 20 21:56:59.074 INFO STEP 41 (remove_files) COMPLETE
44662024-12-20T21:56:59.973Z[ recovery-image] Dec 20 21:56:59.074 INFO O| Dec 20 21:56:59.074 INFO STEP 42: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
44672024-12-20T21:56:59.990Z[ recovery-image] Dec 20 21:56:59.091 INFO O| Dec 20 21:56:59.091 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/gtput"
44682024-12-20T21:56:59.990Z[ recovery-image] Dec 20 21:56:59.091 INFO O| Dec 20 21:56:59.091 INFO STEP 42 (remove_files) COMPLETE
44692024-12-20T21:56:59.990Z[ recovery-image] Dec 20 21:56:59.091 INFO O| Dec 20 21:56:59.091 INFO STEP 43: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
44702024-12-20T21:57:00.008Z[ recovery-image] Dec 20 21:56:59.109 INFO O| Dec 20 21:56:59.109 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/gtset"
44712024-12-20T21:57:00.008Z[ recovery-image] Dec 20 21:56:59.109 INFO O| Dec 20 21:56:59.109 INFO STEP 43 (remove_files) COMPLETE
44722024-12-20T21:57:00.011Z[ recovery-image] Dec 20 21:56:59.110 INFO O| Dec 20 21:56:59.109 INFO STEP 44: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
44732024-12-20T21:57:00.026Z[ recovery-image] Dec 20 21:56:59.128 INFO O| Dec 20 21:56:59.127 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/idn"
44742024-12-20T21:57:00.029Z[ recovery-image] Dec 20 21:56:59.128 INFO O| Dec 20 21:56:59.128 INFO STEP 44 (remove_files) COMPLETE
44752024-12-20T21:57:00.029Z[ recovery-image] Dec 20 21:56:59.128 INFO O| Dec 20 21:56:59.128 INFO STEP 45: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
44762024-12-20T21:57:00.044Z[ recovery-image] Dec 20 21:56:59.145 INFO O| Dec 20 21:56:59.145 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/ksh93"
44772024-12-20T21:57:00.047Z[ recovery-image] Dec 20 21:56:59.146 INFO O| Dec 20 21:56:59.146 INFO STEP 45 (remove_files) COMPLETE
44782024-12-20T21:57:00.047Z[ recovery-image] Dec 20 21:56:59.146 INFO O| Dec 20 21:56:59.146 INFO STEP 46: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
44792024-12-20T21:57:00.062Z[ recovery-image] Dec 20 21:56:59.164 INFO O| Dec 20 21:56:59.163 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/ls"
44802024-12-20T21:57:00.065Z[ recovery-image] Dec 20 21:56:59.164 INFO O| Dec 20 21:56:59.164 INFO STEP 46 (remove_files) COMPLETE
44812024-12-20T21:57:00.065Z[ recovery-image] Dec 20 21:56:59.164 INFO O| Dec 20 21:56:59.164 INFO STEP 47: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
44822024-12-20T21:57:00.082Z[ recovery-image] Dec 20 21:56:59.183 INFO O| Dec 20 21:56:59.183 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/mac"
44832024-12-20T21:57:00.084Z[ recovery-image] Dec 20 21:56:59.183 INFO O| Dec 20 21:56:59.183 INFO STEP 47 (remove_files) COMPLETE
44842024-12-20T21:57:00.084Z[ recovery-image] Dec 20 21:56:59.183 INFO O| Dec 20 21:56:59.183 INFO STEP 48: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
44852024-12-20T21:57:00.100Z[ recovery-image] Dec 20 21:56:59.201 INFO O| Dec 20 21:56:59.201 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/mdb"
44862024-12-20T21:57:00.100Z[ recovery-image] Dec 20 21:56:59.201 INFO O| Dec 20 21:56:59.201 INFO STEP 48 (remove_files) COMPLETE
44872024-12-20T21:57:00.103Z[ recovery-image] Dec 20 21:56:59.201 INFO O| Dec 20 21:56:59.201 INFO STEP 49: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
44882024-12-20T21:57:00.117Z[ recovery-image] Dec 20 21:56:59.219 INFO O| Dec 20 21:56:59.218 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/moe"
44892024-12-20T21:57:00.117Z[ recovery-image] Dec 20 21:56:59.219 INFO O| Dec 20 21:56:59.219 INFO STEP 49 (remove_files) COMPLETE
44902024-12-20T21:57:00.120Z[ recovery-image] Dec 20 21:56:59.219 INFO O| Dec 20 21:56:59.219 INFO STEP 50: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
44912024-12-20T21:57:00.135Z[ recovery-image] Dec 20 21:56:59.236 INFO O| Dec 20 21:56:59.236 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/ncurses6-config"
44922024-12-20T21:57:00.135Z[ recovery-image] Dec 20 21:56:59.237 INFO O| Dec 20 21:56:59.237 INFO STEP 50 (remove_files) COMPLETE
44932024-12-20T21:57:00.138Z[ recovery-image] Dec 20 21:56:59.237 INFO O| Dec 20 21:56:59.237 INFO STEP 51: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
44942024-12-20T21:57:00.153Z[ recovery-image] Dec 20 21:56:59.254 INFO O| Dec 20 21:56:59.254 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/newtask"
44952024-12-20T21:57:00.153Z[ recovery-image] Dec 20 21:56:59.255 INFO O| Dec 20 21:56:59.255 INFO STEP 51 (remove_files) COMPLETE
44962024-12-20T21:57:00.160Z[ recovery-image] Dec 20 21:56:59.255 INFO O| Dec 20 21:56:59.255 INFO STEP 52: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
44972024-12-20T21:57:00.171Z[ recovery-image] Dec 20 21:56:59.272 INFO O| Dec 20 21:56:59.272 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/nohup"
44982024-12-20T21:57:00.173Z[ recovery-image] Dec 20 21:56:59.272 INFO O| Dec 20 21:56:59.272 INFO STEP 52 (remove_files) COMPLETE
44992024-12-20T21:57:00.173Z[ recovery-image] Dec 20 21:56:59.272 INFO O| Dec 20 21:56:59.272 INFO STEP 53: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
45002024-12-20T21:57:00.189Z[ recovery-image] Dec 20 21:56:59.290 INFO O| Dec 20 21:56:59.290 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/pargs"
45012024-12-20T21:57:00.189Z[ recovery-image] Dec 20 21:56:59.290 INFO O| Dec 20 21:56:59.290 INFO STEP 53 (remove_files) COMPLETE
45022024-12-20T21:57:00.192Z[ recovery-image] Dec 20 21:56:59.290 INFO O| Dec 20 21:56:59.290 INFO STEP 54: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
45032024-12-20T21:57:00.207Z[ recovery-image] Dec 20 21:56:59.308 INFO O| Dec 20 21:56:59.308 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/pauxv"
45042024-12-20T21:57:00.207Z[ recovery-image] Dec 20 21:56:59.308 INFO O| Dec 20 21:56:59.308 INFO STEP 54 (remove_files) COMPLETE
45052024-12-20T21:57:00.209Z[ recovery-image] Dec 20 21:56:59.308 INFO O| Dec 20 21:56:59.308 INFO STEP 55: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
45062024-12-20T21:57:00.225Z[ recovery-image] Dec 20 21:56:59.326 INFO O| Dec 20 21:56:59.326 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/pcap-config"
45072024-12-20T21:57:00.225Z[ recovery-image] Dec 20 21:56:59.326 INFO O| Dec 20 21:56:59.326 INFO STEP 55 (remove_files) COMPLETE
45082024-12-20T21:57:00.225Z[ recovery-image] Dec 20 21:56:59.326 INFO O| Dec 20 21:56:59.326 INFO STEP 56: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
45092024-12-20T21:57:00.239Z[ recovery-image] Dec 20 21:56:59.340 INFO O| Dec 20 21:56:59.339 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/pcre-config"
45102024-12-20T21:57:00.239Z[ recovery-image] Dec 20 21:56:59.340 INFO O| Dec 20 21:56:59.340 INFO STEP 56 (remove_files) COMPLETE
45112024-12-20T21:57:00.242Z[ recovery-image] Dec 20 21:56:59.340 INFO O| Dec 20 21:56:59.340 INFO STEP 57: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
45122024-12-20T21:57:00.252Z[ recovery-image] Dec 20 21:56:59.353 INFO O| Dec 20 21:56:59.353 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/pcre2-config"
45132024-12-20T21:57:00.254Z[ recovery-image] Dec 20 21:56:59.353 INFO O| Dec 20 21:56:59.353 INFO STEP 57 (remove_files) COMPLETE
45142024-12-20T21:57:00.254Z[ recovery-image] Dec 20 21:56:59.353 INFO O| Dec 20 21:56:59.353 INFO STEP 58: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
45152024-12-20T21:57:00.271Z[ recovery-image] Dec 20 21:56:59.372 INFO O| Dec 20 21:56:59.372 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/pcre2grep"
45162024-12-20T21:57:00.273Z[ recovery-image] Dec 20 21:56:59.372 INFO O| Dec 20 21:56:59.372 INFO STEP 58 (remove_files) COMPLETE
45172024-12-20T21:57:00.273Z[ recovery-image] Dec 20 21:56:59.372 INFO O| Dec 20 21:56:59.372 INFO STEP 59: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
45182024-12-20T21:57:00.287Z[ recovery-image] Dec 20 21:56:59.388 INFO O| Dec 20 21:56:59.388 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/pcre2test"
45192024-12-20T21:57:00.287Z[ recovery-image] Dec 20 21:56:59.388 INFO O| Dec 20 21:56:59.388 INFO STEP 59 (remove_files) COMPLETE
45202024-12-20T21:57:00.290Z[ recovery-image] Dec 20 21:56:59.388 INFO O| Dec 20 21:56:59.388 INFO STEP 60: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
45212024-12-20T21:57:00.306Z[ recovery-image] Dec 20 21:56:59.407 INFO O| Dec 20 21:56:59.407 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/pcred"
45222024-12-20T21:57:00.309Z[ recovery-image] Dec 20 21:56:59.408 INFO O| Dec 20 21:56:59.408 INFO STEP 60 (remove_files) COMPLETE
45232024-12-20T21:57:00.309Z[ recovery-image] Dec 20 21:56:59.408 INFO O| Dec 20 21:56:59.408 INFO STEP 61: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
45242024-12-20T21:57:00.325Z[ recovery-image] Dec 20 21:56:59.426 INFO O| Dec 20 21:56:59.426 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/pcregrep"
45252024-12-20T21:57:00.325Z[ recovery-image] Dec 20 21:56:59.426 INFO O| Dec 20 21:56:59.426 INFO STEP 61 (remove_files) COMPLETE
45262024-12-20T21:57:00.327Z[ recovery-image] Dec 20 21:56:59.426 INFO O| Dec 20 21:56:59.426 INFO STEP 62: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
45272024-12-20T21:57:00.343Z[ recovery-image] Dec 20 21:56:59.444 INFO O| Dec 20 21:56:59.443 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/pcretest"
45282024-12-20T21:57:00.343Z[ recovery-image] Dec 20 21:56:59.444 INFO O| Dec 20 21:56:59.444 INFO STEP 62 (remove_files) COMPLETE
45292024-12-20T21:57:00.345Z[ recovery-image] Dec 20 21:56:59.444 INFO O| Dec 20 21:56:59.444 INFO STEP 63: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
45302024-12-20T21:57:00.360Z[ recovery-image] Dec 20 21:56:59.461 INFO O| Dec 20 21:56:59.461 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/penv"
45312024-12-20T21:57:00.363Z[ recovery-image] Dec 20 21:56:59.461 INFO O| Dec 20 21:56:59.461 INFO STEP 63 (remove_files) COMPLETE
45322024-12-20T21:57:00.363Z[ recovery-image] Dec 20 21:56:59.461 INFO O| Dec 20 21:56:59.461 INFO STEP 64: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
45332024-12-20T21:57:00.378Z[ recovery-image] Dec 20 21:56:59.480 INFO O| Dec 20 21:56:59.479 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/pfiles"
45342024-12-20T21:57:00.378Z[ recovery-image] Dec 20 21:56:59.480 INFO O| Dec 20 21:56:59.480 INFO STEP 64 (remove_files) COMPLETE
45352024-12-20T21:57:00.381Z[ recovery-image] Dec 20 21:56:59.480 INFO O| Dec 20 21:56:59.480 INFO STEP 65: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
45362024-12-20T21:57:00.395Z[ recovery-image] Dec 20 21:56:59.496 INFO O| Dec 20 21:56:59.496 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/pflags"
45372024-12-20T21:57:00.395Z[ recovery-image] Dec 20 21:56:59.496 INFO O| Dec 20 21:56:59.496 INFO STEP 65 (remove_files) COMPLETE
45382024-12-20T21:57:00.397Z[ recovery-image] Dec 20 21:56:59.496 INFO O| Dec 20 21:56:59.496 INFO STEP 66: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
45392024-12-20T21:57:00.410Z[ recovery-image] Dec 20 21:56:59.511 INFO O| Dec 20 21:56:59.511 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/pldd"
45402024-12-20T21:57:00.410Z[ recovery-image] Dec 20 21:56:59.512 INFO O| Dec 20 21:56:59.511 INFO STEP 66 (remove_files) COMPLETE
45412024-12-20T21:57:00.413Z[ recovery-image] Dec 20 21:56:59.512 INFO O| Dec 20 21:56:59.511 INFO STEP 67: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
45422024-12-20T21:57:00.427Z[ recovery-image] Dec 20 21:56:59.527 INFO O| Dec 20 21:56:59.527 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/plgrp"
45432024-12-20T21:57:00.427Z[ recovery-image] Dec 20 21:56:59.528 INFO O| Dec 20 21:56:59.527 INFO STEP 67 (remove_files) COMPLETE
45442024-12-20T21:57:00.430Z[ recovery-image] Dec 20 21:56:59.528 INFO O| Dec 20 21:56:59.527 INFO STEP 68: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
45452024-12-20T21:57:00.442Z[ recovery-image] Dec 20 21:56:59.543 INFO O| Dec 20 21:56:59.543 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/plimit"
45462024-12-20T21:57:00.442Z[ recovery-image] Dec 20 21:56:59.543 INFO O| Dec 20 21:56:59.543 INFO STEP 68 (remove_files) COMPLETE
45472024-12-20T21:57:00.442Z[ recovery-image] Dec 20 21:56:59.543 INFO O| Dec 20 21:56:59.543 INFO STEP 69: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
45482024-12-20T21:57:00.460Z[ recovery-image] Dec 20 21:56:59.561 INFO O| Dec 20 21:56:59.561 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/pmadvise"
45492024-12-20T21:57:00.460Z[ recovery-image] Dec 20 21:56:59.561 INFO O| Dec 20 21:56:59.561 INFO STEP 69 (remove_files) COMPLETE
45502024-12-20T21:57:00.463Z[ recovery-image] Dec 20 21:56:59.561 INFO O| Dec 20 21:56:59.561 INFO STEP 70: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
45512024-12-20T21:57:00.477Z[ recovery-image] Dec 20 21:56:59.579 INFO O| Dec 20 21:56:59.579 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/pmap"
45522024-12-20T21:57:00.478Z[ recovery-image] Dec 20 21:56:59.579 INFO O| Dec 20 21:56:59.579 INFO STEP 70 (remove_files) COMPLETE
45532024-12-20T21:57:00.478Z[ recovery-image] Dec 20 21:56:59.579 INFO O| Dec 20 21:56:59.579 INFO STEP 71: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
45542024-12-20T21:57:00.495Z[ recovery-image] Dec 20 21:56:59.596 INFO O| Dec 20 21:56:59.596 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/ppgsz"
45552024-12-20T21:57:00.495Z[ recovery-image] Dec 20 21:56:59.596 INFO O| Dec 20 21:56:59.596 INFO STEP 71 (remove_files) COMPLETE
45562024-12-20T21:57:00.495Z[ recovery-image] Dec 20 21:56:59.597 INFO O| Dec 20 21:56:59.596 INFO STEP 72: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
45572024-12-20T21:57:00.514Z[ recovery-image] Dec 20 21:56:59.615 INFO O| Dec 20 21:56:59.615 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/ppriv"
45582024-12-20T21:57:00.517Z[ recovery-image] Dec 20 21:56:59.615 INFO O| Dec 20 21:56:59.615 INFO STEP 72 (remove_files) COMPLETE
45592024-12-20T21:57:00.517Z[ recovery-image] Dec 20 21:56:59.615 INFO O| Dec 20 21:56:59.615 INFO STEP 73: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
45602024-12-20T21:57:00.532Z[ recovery-image] Dec 20 21:56:59.633 INFO O| Dec 20 21:56:59.633 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/prctl"
45612024-12-20T21:57:00.535Z[ recovery-image] Dec 20 21:56:59.633 INFO O| Dec 20 21:56:59.633 INFO STEP 73 (remove_files) COMPLETE
45622024-12-20T21:57:00.535Z[ recovery-image] Dec 20 21:56:59.633 INFO O| Dec 20 21:56:59.633 INFO STEP 74: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
45632024-12-20T21:57:00.555Z[ recovery-image] Dec 20 21:56:59.648 INFO O| Dec 20 21:56:59.647 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/preap"
45642024-12-20T21:57:00.555Z[ recovery-image] Dec 20 21:56:59.648 INFO O| Dec 20 21:56:59.648 INFO STEP 74 (remove_files) COMPLETE
45652024-12-20T21:57:00.555Z[ recovery-image] Dec 20 21:56:59.648 INFO O| Dec 20 21:56:59.648 INFO STEP 75: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
45662024-12-20T21:57:00.565Z[ recovery-image] Dec 20 21:56:59.666 INFO O| Dec 20 21:56:59.666 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/prstat"
45672024-12-20T21:57:00.568Z[ recovery-image] Dec 20 21:56:59.666 INFO O| Dec 20 21:56:59.666 INFO STEP 75 (remove_files) COMPLETE
45682024-12-20T21:57:00.568Z[ recovery-image] Dec 20 21:56:59.666 INFO O| Dec 20 21:56:59.666 INFO STEP 76: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
45692024-12-20T21:57:00.582Z[ recovery-image] Dec 20 21:56:59.683 INFO O| Dec 20 21:56:59.683 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/prun"
45702024-12-20T21:57:00.585Z[ recovery-image] Dec 20 21:56:59.683 INFO O| Dec 20 21:56:59.683 INFO STEP 76 (remove_files) COMPLETE
45712024-12-20T21:57:00.585Z[ recovery-image] Dec 20 21:56:59.683 INFO O| Dec 20 21:56:59.683 INFO STEP 77: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
45722024-12-20T21:57:00.600Z[ recovery-image] Dec 20 21:56:59.701 INFO O| Dec 20 21:56:59.701 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/psecflags"
45732024-12-20T21:57:00.603Z[ recovery-image] Dec 20 21:56:59.701 INFO O| Dec 20 21:56:59.701 INFO STEP 77 (remove_files) COMPLETE
45742024-12-20T21:57:00.603Z[ recovery-image] Dec 20 21:56:59.702 INFO O| Dec 20 21:56:59.701 INFO STEP 78: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
45752024-12-20T21:57:00.619Z[ recovery-image] Dec 20 21:56:59.720 INFO O| Dec 20 21:56:59.720 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/psig"
45762024-12-20T21:57:00.619Z[ recovery-image] Dec 20 21:56:59.720 INFO O| Dec 20 21:56:59.720 INFO STEP 78 (remove_files) COMPLETE
45772024-12-20T21:57:00.619Z[ recovery-image] Dec 20 21:56:59.720 INFO O| Dec 20 21:56:59.720 INFO STEP 79: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
45782024-12-20T21:57:00.638Z[ recovery-image] Dec 20 21:56:59.739 INFO O| Dec 20 21:56:59.739 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/pstack"
45792024-12-20T21:57:00.638Z[ recovery-image] Dec 20 21:56:59.739 INFO O| Dec 20 21:56:59.739 INFO STEP 79 (remove_files) COMPLETE
45802024-12-20T21:57:00.640Z[ recovery-image] Dec 20 21:56:59.739 INFO O| Dec 20 21:56:59.739 INFO STEP 80: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
45812024-12-20T21:57:00.655Z[ recovery-image] Dec 20 21:56:59.756 INFO O| Dec 20 21:56:59.756 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/pstop"
45822024-12-20T21:57:00.657Z[ recovery-image] Dec 20 21:56:59.756 INFO O| Dec 20 21:56:59.756 INFO STEP 80 (remove_files) COMPLETE
45832024-12-20T21:57:00.657Z[ recovery-image] Dec 20 21:56:59.756 INFO O| Dec 20 21:56:59.756 INFO STEP 81: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
45842024-12-20T21:57:00.674Z[ recovery-image] Dec 20 21:56:59.775 INFO O| Dec 20 21:56:59.775 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/ptime"
45852024-12-20T21:57:00.677Z[ recovery-image] Dec 20 21:56:59.775 INFO O| Dec 20 21:56:59.775 INFO STEP 81 (remove_files) COMPLETE
45862024-12-20T21:57:00.677Z[ recovery-image] Dec 20 21:56:59.775 INFO O| Dec 20 21:56:59.775 INFO STEP 82: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
45872024-12-20T21:57:00.692Z[ recovery-image] Dec 20 21:56:59.793 INFO O| Dec 20 21:56:59.793 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/ptree"
45882024-12-20T21:57:00.692Z[ recovery-image] Dec 20 21:56:59.793 INFO O| Dec 20 21:56:59.793 INFO STEP 82 (remove_files) COMPLETE
45892024-12-20T21:57:00.695Z[ recovery-image] Dec 20 21:56:59.793 INFO O| Dec 20 21:56:59.793 INFO STEP 83: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
45902024-12-20T21:57:00.710Z[ recovery-image] Dec 20 21:56:59.811 INFO O| Dec 20 21:56:59.811 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/pwait"
45912024-12-20T21:57:00.710Z[ recovery-image] Dec 20 21:56:59.811 INFO O| Dec 20 21:56:59.811 INFO STEP 83 (remove_files) COMPLETE
45922024-12-20T21:57:00.710Z[ recovery-image] Dec 20 21:56:59.811 INFO O| Dec 20 21:56:59.811 INFO STEP 84: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
45932024-12-20T21:57:00.726Z[ recovery-image] Dec 20 21:56:59.827 INFO O| Dec 20 21:56:59.827 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/pwdx"
45942024-12-20T21:57:00.726Z[ recovery-image] Dec 20 21:56:59.828 INFO O| Dec 20 21:56:59.827 INFO STEP 84 (remove_files) COMPLETE
45952024-12-20T21:57:00.729Z[ recovery-image] Dec 20 21:56:59.828 INFO O| Dec 20 21:56:59.827 INFO STEP 85: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
45962024-12-20T21:57:00.744Z[ recovery-image] Dec 20 21:56:59.845 INFO O| Dec 20 21:56:59.845 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/rksh"
45972024-12-20T21:57:00.744Z[ recovery-image] Dec 20 21:56:59.845 INFO O| Dec 20 21:56:59.845 INFO STEP 85 (remove_files) COMPLETE
45982024-12-20T21:57:00.744Z[ recovery-image] Dec 20 21:56:59.845 INFO O| Dec 20 21:56:59.845 INFO STEP 86: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
45992024-12-20T21:57:00.767Z[ recovery-image] Dec 20 21:56:59.863 INFO O| Dec 20 21:56:59.863 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/rksh93"
46002024-12-20T21:57:00.768Z[ recovery-image] Dec 20 21:56:59.864 INFO O| Dec 20 21:56:59.863 INFO STEP 86 (remove_files) COMPLETE
46012024-12-20T21:57:00.770Z[ recovery-image] Dec 20 21:56:59.864 INFO O| Dec 20 21:56:59.863 INFO STEP 87: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
46022024-12-20T21:57:00.781Z[ recovery-image] Dec 20 21:56:59.882 INFO O| Dec 20 21:56:59.882 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/sqlite3"
46032024-12-20T21:57:00.781Z[ recovery-image] Dec 20 21:56:59.882 INFO O| Dec 20 21:56:59.882 INFO STEP 87 (remove_files) COMPLETE
46042024-12-20T21:57:00.781Z[ recovery-image] Dec 20 21:56:59.882 INFO O| Dec 20 21:56:59.882 INFO STEP 88: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
46052024-12-20T21:57:00.799Z[ recovery-image] Dec 20 21:56:59.900 INFO O| Dec 20 21:56:59.900 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/strings"
46062024-12-20T21:57:00.799Z[ recovery-image] Dec 20 21:56:59.900 INFO O| Dec 20 21:56:59.900 INFO STEP 88 (remove_files) COMPLETE
46072024-12-20T21:57:00.799Z[ recovery-image] Dec 20 21:56:59.900 INFO O| Dec 20 21:56:59.900 INFO STEP 89: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
46082024-12-20T21:57:00.816Z[ recovery-image] Dec 20 21:56:59.917 INFO O| Dec 20 21:56:59.917 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/xml2-config"
46092024-12-20T21:57:00.816Z[ recovery-image] Dec 20 21:56:59.917 INFO O| Dec 20 21:56:59.917 INFO STEP 89 (remove_files) COMPLETE
46102024-12-20T21:57:00.819Z[ recovery-image] Dec 20 21:56:59.917 INFO O| Dec 20 21:56:59.917 INFO STEP 90: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
46112024-12-20T21:57:00.834Z[ recovery-image] Dec 20 21:56:59.935 INFO O| Dec 20 21:56:59.935 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/xmlcatalog"
46122024-12-20T21:57:00.834Z[ recovery-image] Dec 20 21:56:59.935 INFO O| Dec 20 21:56:59.935 INFO STEP 90 (remove_files) COMPLETE
46132024-12-20T21:57:00.837Z[ recovery-image] Dec 20 21:56:59.935 INFO O| Dec 20 21:56:59.935 INFO STEP 91: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
46142024-12-20T21:57:00.851Z[ recovery-image] Dec 20 21:56:59.952 INFO O| Dec 20 21:56:59.952 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/xmllint"
46152024-12-20T21:57:00.851Z[ recovery-image] Dec 20 21:56:59.952 INFO O| Dec 20 21:56:59.952 INFO STEP 91 (remove_files) COMPLETE
46162024-12-20T21:57:00.854Z[ recovery-image] Dec 20 21:56:59.953 INFO O| Dec 20 21:56:59.952 INFO STEP 92: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
46172024-12-20T21:57:00.869Z[ recovery-image] Dec 20 21:56:59.970 INFO O| Dec 20 21:56:59.969 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amt"
46182024-12-20T21:57:00.869Z[ recovery-image] Dec 20 21:56:59.970 INFO O| Dec 20 21:56:59.970 INFO STEP 92 (remove_files) COMPLETE
46192024-12-20T21:57:00.871Z[ recovery-image] Dec 20 21:56:59.970 INFO O| Dec 20 21:56:59.970 INFO STEP 93: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
46202024-12-20T21:57:00.886Z[ recovery-image] Dec 20 21:56:59.987 INFO O| Dec 20 21:56:59.987 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/arch"
46212024-12-20T21:57:00.886Z[ recovery-image] Dec 20 21:56:59.987 INFO O| Dec 20 21:56:59.987 INFO STEP 93 (remove_files) COMPLETE
46222024-12-20T21:57:00.886Z[ recovery-image] Dec 20 21:56:59.987 INFO O| Dec 20 21:56:59.987 INFO STEP 94: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
46232024-12-20T21:57:00.905Z[ recovery-image] Dec 20 21:57:00.006 INFO O| Dec 20 21:57:00.006 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/asa"
46242024-12-20T21:57:00.905Z[ recovery-image] Dec 20 21:57:00.007 INFO O| Dec 20 21:57:00.007 INFO STEP 94 (remove_files) COMPLETE
46252024-12-20T21:57:00.908Z[ recovery-image] Dec 20 21:57:00.007 INFO O| Dec 20 21:57:00.007 INFO STEP 95: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
46262024-12-20T21:57:00.920Z[ recovery-image] Dec 20 21:57:00.021 INFO O| Dec 20 21:57:00.021 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/at"
46272024-12-20T21:57:00.920Z[ recovery-image] Dec 20 21:57:00.021 INFO O| Dec 20 21:57:00.021 INFO STEP 95 (remove_files) COMPLETE
46282024-12-20T21:57:00.920Z[ recovery-image] Dec 20 21:57:00.021 INFO O| Dec 20 21:57:00.021 INFO STEP 96: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
46292024-12-20T21:57:00.938Z[ recovery-image] Dec 20 21:57:00.038 INFO O| Dec 20 21:57:00.038 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/atq"
46302024-12-20T21:57:00.938Z[ recovery-image] Dec 20 21:57:00.038 INFO O| Dec 20 21:57:00.038 INFO STEP 96 (remove_files) COMPLETE
46312024-12-20T21:57:00.938Z[ recovery-image] Dec 20 21:57:00.038 INFO O| Dec 20 21:57:00.038 INFO STEP 97: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
46322024-12-20T21:57:00.955Z[ recovery-image] Dec 20 21:57:00.056 INFO O| Dec 20 21:57:00.056 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/atrm"
46332024-12-20T21:57:00.955Z[ recovery-image] Dec 20 21:57:00.056 INFO O| Dec 20 21:57:00.056 INFO STEP 97 (remove_files) COMPLETE
46342024-12-20T21:57:00.958Z[ recovery-image] Dec 20 21:57:00.056 INFO O| Dec 20 21:57:00.056 INFO STEP 98: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
46352024-12-20T21:57:00.976Z[ recovery-image] Dec 20 21:57:00.077 INFO O| Dec 20 21:57:00.077 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/auths"
46362024-12-20T21:57:00.976Z[ recovery-image] Dec 20 21:57:00.077 INFO O| Dec 20 21:57:00.077 INFO STEP 98 (remove_files) COMPLETE
46372024-12-20T21:57:00.976Z[ recovery-image] Dec 20 21:57:00.077 INFO O| Dec 20 21:57:00.077 INFO STEP 99: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
46382024-12-20T21:57:00.993Z[ recovery-image] Dec 20 21:57:00.094 INFO O| Dec 20 21:57:00.094 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/banner"
46392024-12-20T21:57:00.995Z[ recovery-image] Dec 20 21:57:00.094 INFO O| Dec 20 21:57:00.094 INFO STEP 99 (remove_files) COMPLETE
46402024-12-20T21:57:00.995Z[ recovery-image] Dec 20 21:57:00.094 INFO O| Dec 20 21:57:00.094 INFO STEP 100: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
46412024-12-20T21:57:01.012Z[ recovery-image] Dec 20 21:57:00.113 INFO O| Dec 20 21:57:00.113 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/bashbug"
46422024-12-20T21:57:01.012Z[ recovery-image] Dec 20 21:57:00.113 INFO O| Dec 20 21:57:00.113 INFO STEP 100 (remove_files) COMPLETE
46432024-12-20T21:57:01.012Z[ recovery-image] Dec 20 21:57:00.113 INFO O| Dec 20 21:57:00.113 INFO STEP 101: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
46442024-12-20T21:57:01.030Z[ recovery-image] Dec 20 21:57:00.130 INFO O| Dec 20 21:57:00.130 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/batch"
46452024-12-20T21:57:01.030Z[ recovery-image] Dec 20 21:57:00.130 INFO O| Dec 20 21:57:00.130 INFO STEP 101 (remove_files) COMPLETE
46462024-12-20T21:57:01.030Z[ recovery-image] Dec 20 21:57:00.131 INFO O| Dec 20 21:57:00.130 INFO STEP 102: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
46472024-12-20T21:57:01.047Z[ recovery-image] Dec 20 21:57:00.148 INFO O| Dec 20 21:57:00.148 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/bc"
46482024-12-20T21:57:01.047Z[ recovery-image] Dec 20 21:57:00.148 INFO O| Dec 20 21:57:00.148 INFO STEP 102 (remove_files) COMPLETE
46492024-12-20T21:57:01.050Z[ recovery-image] Dec 20 21:57:00.148 INFO O| Dec 20 21:57:00.148 INFO STEP 103: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
46502024-12-20T21:57:01.059Z[ recovery-image] Dec 20 21:57:00.160 INFO O| Dec 20 21:57:00.160 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/bdiff"
46512024-12-20T21:57:01.059Z[ recovery-image] Dec 20 21:57:00.160 INFO O| Dec 20 21:57:00.160 INFO STEP 103 (remove_files) COMPLETE
46522024-12-20T21:57:01.061Z[ recovery-image] Dec 20 21:57:00.160 INFO O| Dec 20 21:57:00.160 INFO STEP 104: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
46532024-12-20T21:57:01.070Z[ recovery-image] Dec 20 21:57:00.171 INFO O| Dec 20 21:57:00.171 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/bg"
46542024-12-20T21:57:01.070Z[ recovery-image] Dec 20 21:57:00.172 INFO O| Dec 20 21:57:00.171 INFO STEP 104 (remove_files) COMPLETE
46552024-12-20T21:57:01.070Z[ recovery-image] Dec 20 21:57:00.172 INFO O| Dec 20 21:57:00.172 INFO STEP 105: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
46562024-12-20T21:57:01.089Z[ recovery-image] Dec 20 21:57:00.190 INFO O| Dec 20 21:57:00.190 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/brotli"
46572024-12-20T21:57:01.092Z[ recovery-image] Dec 20 21:57:00.190 INFO O| Dec 20 21:57:00.190 INFO STEP 105 (remove_files) COMPLETE
46582024-12-20T21:57:01.092Z[ recovery-image] Dec 20 21:57:00.190 INFO O| Dec 20 21:57:00.190 INFO STEP 106: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
46592024-12-20T21:57:01.108Z[ recovery-image] Dec 20 21:57:00.209 INFO O| Dec 20 21:57:00.209 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/bunzip2"
46602024-12-20T21:57:01.109Z[ recovery-image] Dec 20 21:57:00.210 INFO O| Dec 20 21:57:00.210 INFO STEP 106 (remove_files) COMPLETE
46612024-12-20T21:57:01.109Z[ recovery-image] Dec 20 21:57:00.210 INFO O| Dec 20 21:57:00.210 INFO STEP 107: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
46622024-12-20T21:57:01.124Z[ recovery-image] Dec 20 21:57:00.225 INFO O| Dec 20 21:57:00.225 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/busstat"
46632024-12-20T21:57:01.124Z[ recovery-image] Dec 20 21:57:00.226 INFO O| Dec 20 21:57:00.225 INFO STEP 107 (remove_files) COMPLETE
46642024-12-20T21:57:01.127Z[ recovery-image] Dec 20 21:57:00.226 INFO O| Dec 20 21:57:00.226 INFO STEP 108: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
46652024-12-20T21:57:01.142Z[ recovery-image] Dec 20 21:57:00.243 INFO O| Dec 20 21:57:00.243 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/bzcat"
46662024-12-20T21:57:01.142Z[ recovery-image] Dec 20 21:57:00.243 INFO O| Dec 20 21:57:00.243 INFO STEP 108 (remove_files) COMPLETE
46672024-12-20T21:57:01.145Z[ recovery-image] Dec 20 21:57:00.243 INFO O| Dec 20 21:57:00.243 INFO STEP 109: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
46682024-12-20T21:57:01.156Z[ recovery-image] Dec 20 21:57:00.257 INFO O| Dec 20 21:57:00.257 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/bzdiff"
46692024-12-20T21:57:01.156Z[ recovery-image] Dec 20 21:57:00.257 INFO O| Dec 20 21:57:00.257 INFO STEP 109 (remove_files) COMPLETE
46702024-12-20T21:57:01.158Z[ recovery-image] Dec 20 21:57:00.257 INFO O| Dec 20 21:57:00.257 INFO STEP 110: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
46712024-12-20T21:57:01.174Z[ recovery-image] Dec 20 21:57:00.275 INFO O| Dec 20 21:57:00.275 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/bzgrep"
46722024-12-20T21:57:01.174Z[ recovery-image] Dec 20 21:57:00.275 INFO O| Dec 20 21:57:00.275 INFO STEP 110 (remove_files) COMPLETE
46732024-12-20T21:57:01.176Z[ recovery-image] Dec 20 21:57:00.275 INFO O| Dec 20 21:57:00.275 INFO STEP 111: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
46742024-12-20T21:57:01.191Z[ recovery-image] Dec 20 21:57:00.292 INFO O| Dec 20 21:57:00.292 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/bzip2"
46752024-12-20T21:57:01.191Z[ recovery-image] Dec 20 21:57:00.292 INFO O| Dec 20 21:57:00.292 INFO STEP 111 (remove_files) COMPLETE
46762024-12-20T21:57:01.191Z[ recovery-image] Dec 20 21:57:00.292 INFO O| Dec 20 21:57:00.292 INFO STEP 112: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
46772024-12-20T21:57:01.203Z[ recovery-image] Dec 20 21:57:00.304 INFO O| Dec 20 21:57:00.304 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/bzip2recover"
46782024-12-20T21:57:01.203Z[ recovery-image] Dec 20 21:57:00.304 INFO O| Dec 20 21:57:00.304 INFO STEP 112 (remove_files) COMPLETE
46792024-12-20T21:57:01.203Z[ recovery-image] Dec 20 21:57:00.304 INFO O| Dec 20 21:57:00.304 INFO STEP 113: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
46802024-12-20T21:57:01.215Z[ recovery-image] Dec 20 21:57:00.316 INFO O| Dec 20 21:57:00.316 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/bzmore"
46812024-12-20T21:57:01.215Z[ recovery-image] Dec 20 21:57:00.316 INFO O| Dec 20 21:57:00.316 INFO STEP 113 (remove_files) COMPLETE
46822024-12-20T21:57:01.219Z[ recovery-image] Dec 20 21:57:00.316 INFO O| Dec 20 21:57:00.316 INFO STEP 114: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
46832024-12-20T21:57:01.227Z[ recovery-image] Dec 20 21:57:00.328 INFO O| Dec 20 21:57:00.328 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/cal"
46842024-12-20T21:57:01.227Z[ recovery-image] Dec 20 21:57:00.328 INFO O| Dec 20 21:57:00.328 INFO STEP 114 (remove_files) COMPLETE
46852024-12-20T21:57:01.227Z[ recovery-image] Dec 20 21:57:00.328 INFO O| Dec 20 21:57:00.328 INFO STEP 115: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
46862024-12-20T21:57:01.245Z[ recovery-image] Dec 20 21:57:00.346 INFO O| Dec 20 21:57:00.345 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/captoinfo"
46872024-12-20T21:57:01.245Z[ recovery-image] Dec 20 21:57:00.346 INFO O| Dec 20 21:57:00.346 INFO STEP 115 (remove_files) COMPLETE
46882024-12-20T21:57:01.245Z[ recovery-image] Dec 20 21:57:00.346 INFO O| Dec 20 21:57:00.346 INFO STEP 116: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
46892024-12-20T21:57:01.258Z[ recovery-image] Dec 20 21:57:00.359 INFO O| Dec 20 21:57:00.359 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/cd"
46902024-12-20T21:57:01.258Z[ recovery-image] Dec 20 21:57:00.359 INFO O| Dec 20 21:57:00.359 INFO STEP 116 (remove_files) COMPLETE
46912024-12-20T21:57:01.261Z[ recovery-image] Dec 20 21:57:00.359 INFO O| Dec 20 21:57:00.359 INFO STEP 117: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
46922024-12-20T21:57:01.275Z[ recovery-image] Dec 20 21:57:00.376 INFO O| Dec 20 21:57:00.376 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/certutil"
46932024-12-20T21:57:01.278Z[ recovery-image] Dec 20 21:57:00.377 INFO O| Dec 20 21:57:00.377 INFO STEP 117 (remove_files) COMPLETE
46942024-12-20T21:57:01.278Z[ recovery-image] Dec 20 21:57:00.377 INFO O| Dec 20 21:57:00.377 INFO STEP 118: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
46952024-12-20T21:57:01.292Z[ recovery-image] Dec 20 21:57:00.393 INFO O| Dec 20 21:57:00.393 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/checkbandwidth"
46962024-12-20T21:57:01.292Z[ recovery-image] Dec 20 21:57:00.394 INFO O| Dec 20 21:57:00.394 INFO STEP 118 (remove_files) COMPLETE
46972024-12-20T21:57:01.292Z[ recovery-image] Dec 20 21:57:00.394 INFO O| Dec 20 21:57:00.394 INFO STEP 119: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
46982024-12-20T21:57:01.310Z[ recovery-image] Dec 20 21:57:00.411 INFO O| Dec 20 21:57:00.411 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/chgrp"
46992024-12-20T21:57:01.314Z[ recovery-image] Dec 20 21:57:00.412 INFO O| Dec 20 21:57:00.411 INFO STEP 119 (remove_files) COMPLETE
47002024-12-20T21:57:01.314Z[ recovery-image] Dec 20 21:57:00.412 INFO O| Dec 20 21:57:00.411 INFO STEP 120: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
47012024-12-20T21:57:01.329Z[ recovery-image] Dec 20 21:57:00.430 INFO O| Dec 20 21:57:00.430 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/chronyc"
47022024-12-20T21:57:01.329Z[ recovery-image] Dec 20 21:57:00.430 INFO O| Dec 20 21:57:00.430 INFO STEP 120 (remove_files) COMPLETE
47032024-12-20T21:57:01.329Z[ recovery-image] Dec 20 21:57:00.430 INFO O| Dec 20 21:57:00.430 INFO STEP 121: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
47042024-12-20T21:57:01.349Z[ recovery-image] Dec 20 21:57:00.449 INFO O| Dec 20 21:57:00.449 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/ckdate"
47052024-12-20T21:57:01.352Z[ recovery-image] Dec 20 21:57:00.450 INFO O| Dec 20 21:57:00.449 INFO STEP 121 (remove_files) COMPLETE
47062024-12-20T21:57:01.352Z[ recovery-image] Dec 20 21:57:00.450 INFO O| Dec 20 21:57:00.450 INFO STEP 122: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
47072024-12-20T21:57:01.370Z[ recovery-image] Dec 20 21:57:00.469 INFO O| Dec 20 21:57:00.469 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/ckgid"
47082024-12-20T21:57:01.370Z[ recovery-image] Dec 20 21:57:00.469 INFO O| Dec 20 21:57:00.469 INFO STEP 122 (remove_files) COMPLETE
47092024-12-20T21:57:01.370Z[ recovery-image] Dec 20 21:57:00.469 INFO O| Dec 20 21:57:00.469 INFO STEP 123: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
47102024-12-20T21:57:01.385Z[ recovery-image] Dec 20 21:57:00.486 INFO O| Dec 20 21:57:00.486 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/ckint"
47112024-12-20T21:57:01.388Z[ recovery-image] Dec 20 21:57:00.487 INFO O| Dec 20 21:57:00.487 INFO STEP 123 (remove_files) COMPLETE
47122024-12-20T21:57:01.388Z[ recovery-image] Dec 20 21:57:00.487 INFO O| Dec 20 21:57:00.487 INFO STEP 124: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
47132024-12-20T21:57:01.404Z[ recovery-image] Dec 20 21:57:00.505 INFO O| Dec 20 21:57:00.505 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/ckitem"
47142024-12-20T21:57:01.404Z[ recovery-image] Dec 20 21:57:00.505 INFO O| Dec 20 21:57:00.505 INFO STEP 124 (remove_files) COMPLETE
47152024-12-20T21:57:01.406Z[ recovery-image] Dec 20 21:57:00.505 INFO O| Dec 20 21:57:00.505 INFO STEP 125: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
47162024-12-20T21:57:01.419Z[ recovery-image] Dec 20 21:57:00.520 INFO O| Dec 20 21:57:00.520 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/ckkeywd"
47172024-12-20T21:57:01.419Z[ recovery-image] Dec 20 21:57:00.520 INFO O| Dec 20 21:57:00.520 INFO STEP 125 (remove_files) COMPLETE
47182024-12-20T21:57:01.421Z[ recovery-image] Dec 20 21:57:00.520 INFO O| Dec 20 21:57:00.520 INFO STEP 126: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
47192024-12-20T21:57:01.435Z[ recovery-image] Dec 20 21:57:00.536 INFO O| Dec 20 21:57:00.536 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/ckpath"
47202024-12-20T21:57:01.435Z[ recovery-image] Dec 20 21:57:00.536 INFO O| Dec 20 21:57:00.536 INFO STEP 126 (remove_files) COMPLETE
47212024-12-20T21:57:01.435Z[ recovery-image] Dec 20 21:57:00.536 INFO O| Dec 20 21:57:00.536 INFO STEP 127: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
47222024-12-20T21:57:01.450Z[ recovery-image] Dec 20 21:57:00.551 INFO O| Dec 20 21:57:00.551 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/ckrange"
47232024-12-20T21:57:01.451Z[ recovery-image] Dec 20 21:57:00.551 INFO O| Dec 20 21:57:00.551 INFO STEP 127 (remove_files) COMPLETE
47242024-12-20T21:57:01.454Z[ recovery-image] Dec 20 21:57:00.551 INFO O| Dec 20 21:57:00.551 INFO STEP 128: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
47252024-12-20T21:57:01.466Z[ recovery-image] Dec 20 21:57:00.566 INFO O| Dec 20 21:57:00.566 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/ckstr"
47262024-12-20T21:57:01.466Z[ recovery-image] Dec 20 21:57:00.566 INFO O| Dec 20 21:57:00.566 INFO STEP 128 (remove_files) COMPLETE
47272024-12-20T21:57:01.469Z[ recovery-image] Dec 20 21:57:00.566 INFO O| Dec 20 21:57:00.566 INFO STEP 129: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
47282024-12-20T21:57:01.482Z[ recovery-image] Dec 20 21:57:00.583 INFO O| Dec 20 21:57:00.583 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/cksum"
47292024-12-20T21:57:01.482Z[ recovery-image] Dec 20 21:57:00.583 INFO O| Dec 20 21:57:00.583 INFO STEP 129 (remove_files) COMPLETE
47302024-12-20T21:57:01.486Z[ recovery-image] Dec 20 21:57:00.583 INFO O| Dec 20 21:57:00.583 INFO STEP 130: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
47312024-12-20T21:57:01.502Z[ recovery-image] Dec 20 21:57:00.601 INFO O| Dec 20 21:57:00.601 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/cktime"
47322024-12-20T21:57:01.502Z[ recovery-image] Dec 20 21:57:00.601 INFO O| Dec 20 21:57:00.601 INFO STEP 130 (remove_files) COMPLETE
47332024-12-20T21:57:01.505Z[ recovery-image] Dec 20 21:57:00.601 INFO O| Dec 20 21:57:00.601 INFO STEP 131: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
47342024-12-20T21:57:01.516Z[ recovery-image] Dec 20 21:57:00.617 INFO O| Dec 20 21:57:00.617 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/ckuid"
47352024-12-20T21:57:01.516Z[ recovery-image] Dec 20 21:57:00.617 INFO O| Dec 20 21:57:00.617 INFO STEP 131 (remove_files) COMPLETE
47362024-12-20T21:57:01.519Z[ recovery-image] Dec 20 21:57:00.617 INFO O| Dec 20 21:57:00.617 INFO STEP 132: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
47372024-12-20T21:57:01.528Z[ recovery-image] Dec 20 21:57:00.629 INFO O| Dec 20 21:57:00.629 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/ckyorn"
47382024-12-20T21:57:01.531Z[ recovery-image] Dec 20 21:57:00.630 INFO O| Dec 20 21:57:00.630 INFO STEP 132 (remove_files) COMPLETE
47392024-12-20T21:57:01.534Z[ recovery-image] Dec 20 21:57:00.630 INFO O| Dec 20 21:57:00.630 INFO STEP 133: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
47402024-12-20T21:57:01.541Z[ recovery-image] Dec 20 21:57:00.642 INFO O| Dec 20 21:57:00.642 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/clear"
47412024-12-20T21:57:01.541Z[ recovery-image] Dec 20 21:57:00.642 INFO O| Dec 20 21:57:00.642 INFO STEP 133 (remove_files) COMPLETE
47422024-12-20T21:57:01.543Z[ recovery-image] Dec 20 21:57:00.642 INFO O| Dec 20 21:57:00.642 INFO STEP 134: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
47432024-12-20T21:57:01.555Z[ recovery-image] Dec 20 21:57:00.654 INFO O| Dec 20 21:57:00.654 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/cmp"
47442024-12-20T21:57:01.555Z[ recovery-image] Dec 20 21:57:00.654 INFO O| Dec 20 21:57:00.654 INFO STEP 134 (remove_files) COMPLETE
47452024-12-20T21:57:01.555Z[ recovery-image] Dec 20 21:57:00.654 INFO O| Dec 20 21:57:00.654 INFO STEP 135: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
47462024-12-20T21:57:01.569Z[ recovery-image] Dec 20 21:57:00.670 INFO O| Dec 20 21:57:00.670 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/col"
47472024-12-20T21:57:01.569Z[ recovery-image] Dec 20 21:57:00.670 INFO O| Dec 20 21:57:00.670 INFO STEP 135 (remove_files) COMPLETE
47482024-12-20T21:57:01.572Z[ recovery-image] Dec 20 21:57:00.670 INFO O| Dec 20 21:57:00.670 INFO STEP 136: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
47492024-12-20T21:57:01.582Z[ recovery-image] Dec 20 21:57:00.683 INFO O| Dec 20 21:57:00.683 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/comm"
47502024-12-20T21:57:01.582Z[ recovery-image] Dec 20 21:57:00.683 INFO O| Dec 20 21:57:00.683 INFO STEP 136 (remove_files) COMPLETE
47512024-12-20T21:57:01.584Z[ recovery-image] Dec 20 21:57:00.683 INFO O| Dec 20 21:57:00.683 INFO STEP 137: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
47522024-12-20T21:57:01.594Z[ recovery-image] Dec 20 21:57:00.695 INFO O| Dec 20 21:57:00.694 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/command"
47532024-12-20T21:57:01.594Z[ recovery-image] Dec 20 21:57:00.695 INFO O| Dec 20 21:57:00.695 INFO STEP 137 (remove_files) COMPLETE
47542024-12-20T21:57:01.596Z[ recovery-image] Dec 20 21:57:00.695 INFO O| Dec 20 21:57:00.695 INFO STEP 138: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
47552024-12-20T21:57:01.606Z[ recovery-image] Dec 20 21:57:00.707 INFO O| Dec 20 21:57:00.707 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/compress"
47562024-12-20T21:57:01.606Z[ recovery-image] Dec 20 21:57:00.707 INFO O| Dec 20 21:57:00.707 INFO STEP 138 (remove_files) COMPLETE
47572024-12-20T21:57:01.609Z[ recovery-image] Dec 20 21:57:00.707 INFO O| Dec 20 21:57:00.707 INFO STEP 139: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
47582024-12-20T21:57:01.622Z[ recovery-image] Dec 20 21:57:00.723 INFO O| Dec 20 21:57:00.723 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/connstat"
47592024-12-20T21:57:01.622Z[ recovery-image] Dec 20 21:57:00.723 INFO O| Dec 20 21:57:00.723 INFO STEP 139 (remove_files) COMPLETE
47602024-12-20T21:57:01.626Z[ recovery-image] Dec 20 21:57:00.723 INFO O| Dec 20 21:57:00.723 INFO STEP 140: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
47612024-12-20T21:57:01.634Z[ recovery-image] Dec 20 21:57:00.735 INFO O| Dec 20 21:57:00.735 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/cpio"
47622024-12-20T21:57:01.634Z[ recovery-image] Dec 20 21:57:00.735 INFO O| Dec 20 21:57:00.735 INFO STEP 140 (remove_files) COMPLETE
47632024-12-20T21:57:01.636Z[ recovery-image] Dec 20 21:57:00.735 INFO O| Dec 20 21:57:00.735 INFO STEP 141: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
47642024-12-20T21:57:01.649Z[ recovery-image] Dec 20 21:57:00.750 INFO O| Dec 20 21:57:00.750 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/cputrack"
47652024-12-20T21:57:01.649Z[ recovery-image] Dec 20 21:57:00.750 INFO O| Dec 20 21:57:00.750 INFO STEP 141 (remove_files) COMPLETE
47662024-12-20T21:57:01.652Z[ recovery-image] Dec 20 21:57:00.750 INFO O| Dec 20 21:57:00.750 INFO STEP 142: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
47672024-12-20T21:57:01.665Z[ recovery-image] Dec 20 21:57:00.766 INFO O| Dec 20 21:57:00.765 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/crle"
47682024-12-20T21:57:01.665Z[ recovery-image] Dec 20 21:57:00.766 INFO O| Dec 20 21:57:00.766 INFO STEP 142 (remove_files) COMPLETE
47692024-12-20T21:57:01.667Z[ recovery-image] Dec 20 21:57:00.766 INFO O| Dec 20 21:57:00.766 INFO STEP 143: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
47702024-12-20T21:57:01.676Z[ recovery-image] Dec 20 21:57:00.777 INFO O| Dec 20 21:57:00.777 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/crontab"
47712024-12-20T21:57:01.679Z[ recovery-image] Dec 20 21:57:00.778 INFO O| Dec 20 21:57:00.778 INFO STEP 143 (remove_files) COMPLETE
47722024-12-20T21:57:01.679Z[ recovery-image] Dec 20 21:57:00.778 INFO O| Dec 20 21:57:00.778 INFO STEP 144: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
47732024-12-20T21:57:01.694Z[ recovery-image] Dec 20 21:57:00.795 INFO O| Dec 20 21:57:00.794 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/crypt"
47742024-12-20T21:57:01.694Z[ recovery-image] Dec 20 21:57:00.795 INFO O| Dec 20 21:57:00.795 INFO STEP 144 (remove_files) COMPLETE
47752024-12-20T21:57:01.697Z[ recovery-image] Dec 20 21:57:00.795 INFO O| Dec 20 21:57:00.795 INFO STEP 145: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
47762024-12-20T21:57:01.706Z[ recovery-image] Dec 20 21:57:00.807 INFO O| Dec 20 21:57:00.807 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/csh"
47772024-12-20T21:57:01.708Z[ recovery-image] Dec 20 21:57:00.808 INFO O| Dec 20 21:57:00.807 INFO STEP 145 (remove_files) COMPLETE
47782024-12-20T21:57:01.709Z[ recovery-image] Dec 20 21:57:00.808 INFO O| Dec 20 21:57:00.807 INFO STEP 146: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
47792024-12-20T21:57:01.719Z[ recovery-image] Dec 20 21:57:00.820 INFO O| Dec 20 21:57:00.820 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/csplit"
47802024-12-20T21:57:01.719Z[ recovery-image] Dec 20 21:57:00.820 INFO O| Dec 20 21:57:00.820 INFO STEP 146 (remove_files) COMPLETE
47812024-12-20T21:57:01.719Z[ recovery-image] Dec 20 21:57:00.820 INFO O| Dec 20 21:57:00.820 INFO STEP 147: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
47822024-12-20T21:57:01.736Z[ recovery-image] Dec 20 21:57:00.837 INFO O| Dec 20 21:57:00.837 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/curl"
47832024-12-20T21:57:01.736Z[ recovery-image] Dec 20 21:57:00.837 INFO O| Dec 20 21:57:00.837 INFO STEP 147 (remove_files) COMPLETE
47842024-12-20T21:57:01.742Z[ recovery-image] Dec 20 21:57:00.837 INFO O| Dec 20 21:57:00.837 INFO STEP 148: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
47852024-12-20T21:57:01.752Z[ recovery-image] Dec 20 21:57:00.853 INFO O| Dec 20 21:57:00.853 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/curl-config"
47862024-12-20T21:57:01.752Z[ recovery-image] Dec 20 21:57:00.853 INFO O| Dec 20 21:57:00.853 INFO STEP 148 (remove_files) COMPLETE
47872024-12-20T21:57:01.755Z[ recovery-image] Dec 20 21:57:00.853 INFO O| Dec 20 21:57:00.853 INFO STEP 149: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
47882024-12-20T21:57:01.770Z[ recovery-image] Dec 20 21:57:00.870 INFO O| Dec 20 21:57:00.870 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/dc"
47892024-12-20T21:57:01.770Z[ recovery-image] Dec 20 21:57:00.870 INFO O| Dec 20 21:57:00.870 INFO STEP 149 (remove_files) COMPLETE
47902024-12-20T21:57:01.773Z[ recovery-image] Dec 20 21:57:00.870 INFO O| Dec 20 21:57:00.870 INFO STEP 150: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
47912024-12-20T21:57:01.781Z[ recovery-image] Dec 20 21:57:00.883 INFO O| Dec 20 21:57:00.883 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/decrypt"
47922024-12-20T21:57:01.781Z[ recovery-image] Dec 20 21:57:00.883 INFO O| Dec 20 21:57:00.883 INFO STEP 150 (remove_files) COMPLETE
47932024-12-20T21:57:01.784Z[ recovery-image] Dec 20 21:57:00.883 INFO O| Dec 20 21:57:00.883 INFO STEP 151: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
47942024-12-20T21:57:01.793Z[ recovery-image] Dec 20 21:57:00.894 INFO O| Dec 20 21:57:00.894 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/devattr"
47952024-12-20T21:57:01.793Z[ recovery-image] Dec 20 21:57:00.894 INFO O| Dec 20 21:57:00.894 INFO STEP 151 (remove_files) COMPLETE
47962024-12-20T21:57:01.796Z[ recovery-image] Dec 20 21:57:00.895 INFO O| Dec 20 21:57:00.894 INFO STEP 152: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
47972024-12-20T21:57:01.811Z[ recovery-image] Dec 20 21:57:00.912 INFO O| Dec 20 21:57:00.912 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/devfree"
47982024-12-20T21:57:01.814Z[ recovery-image] Dec 20 21:57:00.912 INFO O| Dec 20 21:57:00.912 INFO STEP 152 (remove_files) COMPLETE
47992024-12-20T21:57:01.814Z[ recovery-image] Dec 20 21:57:00.912 INFO O| Dec 20 21:57:00.912 INFO STEP 153: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
48002024-12-20T21:57:01.828Z[ recovery-image] Dec 20 21:57:00.929 INFO O| Dec 20 21:57:00.929 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/devreserv"
48012024-12-20T21:57:01.831Z[ recovery-image] Dec 20 21:57:00.930 INFO O| Dec 20 21:57:00.930 INFO STEP 153 (remove_files) COMPLETE
48022024-12-20T21:57:01.831Z[ recovery-image] Dec 20 21:57:00.930 INFO O| Dec 20 21:57:00.930 INFO STEP 154: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
48032024-12-20T21:57:01.846Z[ recovery-image] Dec 20 21:57:00.945 INFO O| Dec 20 21:57:00.945 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/diff3"
48042024-12-20T21:57:01.846Z[ recovery-image] Dec 20 21:57:00.945 INFO O| Dec 20 21:57:00.945 INFO STEP 154 (remove_files) COMPLETE
48052024-12-20T21:57:01.850Z[ recovery-image] Dec 20 21:57:00.945 INFO O| Dec 20 21:57:00.945 INFO STEP 155: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
48062024-12-20T21:57:01.860Z[ recovery-image] Dec 20 21:57:00.961 INFO O| Dec 20 21:57:00.961 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/digest"
48072024-12-20T21:57:01.860Z[ recovery-image] Dec 20 21:57:00.961 INFO O| Dec 20 21:57:00.961 INFO STEP 155 (remove_files) COMPLETE
48082024-12-20T21:57:01.860Z[ recovery-image] Dec 20 21:57:00.961 INFO O| Dec 20 21:57:00.961 INFO STEP 156: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
48092024-12-20T21:57:01.873Z[ recovery-image] Dec 20 21:57:00.974 INFO O| Dec 20 21:57:00.974 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/dircmp"
48102024-12-20T21:57:01.873Z[ recovery-image] Dec 20 21:57:00.974 INFO O| Dec 20 21:57:00.974 INFO STEP 156 (remove_files) COMPLETE
48112024-12-20T21:57:01.876Z[ recovery-image] Dec 20 21:57:00.974 INFO O| Dec 20 21:57:00.974 INFO STEP 157: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
48122024-12-20T21:57:01.889Z[ recovery-image] Dec 20 21:57:00.990 INFO O| Dec 20 21:57:00.990 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/dirname"
48132024-12-20T21:57:01.889Z[ recovery-image] Dec 20 21:57:00.990 INFO O| Dec 20 21:57:00.990 INFO STEP 157 (remove_files) COMPLETE
48142024-12-20T21:57:01.891Z[ recovery-image] Dec 20 21:57:00.990 INFO O| Dec 20 21:57:00.990 INFO STEP 158: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
48152024-12-20T21:57:01.905Z[ recovery-image] Dec 20 21:57:01.006 INFO O| Dec 20 21:57:01.006 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/diskinfo"
48162024-12-20T21:57:01.905Z[ recovery-image] Dec 20 21:57:01.006 INFO O| Dec 20 21:57:01.006 INFO STEP 158 (remove_files) COMPLETE
48172024-12-20T21:57:01.905Z[ recovery-image] Dec 20 21:57:01.006 INFO O| Dec 20 21:57:01.006 INFO STEP 159: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
48182024-12-20T21:57:01.921Z[ recovery-image] Dec 20 21:57:01.022 INFO O| Dec 20 21:57:01.022 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/diskscan"
48192024-12-20T21:57:01.921Z[ recovery-image] Dec 20 21:57:01.022 INFO O| Dec 20 21:57:01.022 INFO STEP 159 (remove_files) COMPLETE
48202024-12-20T21:57:01.921Z[ recovery-image] Dec 20 21:57:01.022 INFO O| Dec 20 21:57:01.022 INFO STEP 160: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
48212024-12-20T21:57:01.936Z[ recovery-image] Dec 20 21:57:01.037 INFO O| Dec 20 21:57:01.037 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/dispgid"
48222024-12-20T21:57:01.936Z[ recovery-image] Dec 20 21:57:01.037 INFO O| Dec 20 21:57:01.037 INFO STEP 160 (remove_files) COMPLETE
48232024-12-20T21:57:01.939Z[ recovery-image] Dec 20 21:57:01.037 INFO O| Dec 20 21:57:01.037 INFO STEP 161: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
48242024-12-20T21:57:01.952Z[ recovery-image] Dec 20 21:57:01.053 INFO O| Dec 20 21:57:01.053 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/dispuid"
48252024-12-20T21:57:01.952Z[ recovery-image] Dec 20 21:57:01.053 INFO O| Dec 20 21:57:01.053 INFO STEP 161 (remove_files) COMPLETE
48262024-12-20T21:57:01.955Z[ recovery-image] Dec 20 21:57:01.053 INFO O| Dec 20 21:57:01.053 INFO STEP 162: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
48272024-12-20T21:57:01.968Z[ recovery-image] Dec 20 21:57:01.069 INFO O| Dec 20 21:57:01.068 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/dos2unix"
48282024-12-20T21:57:01.968Z[ recovery-image] Dec 20 21:57:01.069 INFO O| Dec 20 21:57:01.069 INFO STEP 162 (remove_files) COMPLETE
48292024-12-20T21:57:01.968Z[ recovery-image] Dec 20 21:57:01.069 INFO O| Dec 20 21:57:01.069 INFO STEP 163: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
48302024-12-20T21:57:01.984Z[ recovery-image] Dec 20 21:57:01.085 INFO O| Dec 20 21:57:01.085 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/du"
48312024-12-20T21:57:01.984Z[ recovery-image] Dec 20 21:57:01.085 INFO O| Dec 20 21:57:01.085 INFO STEP 163 (remove_files) COMPLETE
48322024-12-20T21:57:01.986Z[ recovery-image] Dec 20 21:57:01.085 INFO O| Dec 20 21:57:01.085 INFO STEP 164: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
48332024-12-20T21:57:01.997Z[ recovery-image] Dec 20 21:57:01.098 INFO O| Dec 20 21:57:01.098 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/dumpcs"
48342024-12-20T21:57:01.997Z[ recovery-image] Dec 20 21:57:01.098 INFO O| Dec 20 21:57:01.098 INFO STEP 164 (remove_files) COMPLETE
48352024-12-20T21:57:01.997Z[ recovery-image] Dec 20 21:57:01.098 INFO O| Dec 20 21:57:01.098 INFO STEP 165: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
48362024-12-20T21:57:02.010Z[ recovery-image] Dec 20 21:57:01.111 INFO O| Dec 20 21:57:01.111 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/dumpkeys"
48372024-12-20T21:57:02.010Z[ recovery-image] Dec 20 21:57:01.111 INFO O| Dec 20 21:57:01.111 INFO STEP 165 (remove_files) COMPLETE
48382024-12-20T21:57:02.013Z[ recovery-image] Dec 20 21:57:01.111 INFO O| Dec 20 21:57:01.111 INFO STEP 166: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
48392024-12-20T21:57:02.026Z[ recovery-image] Dec 20 21:57:01.127 INFO O| Dec 20 21:57:01.127 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/edit"
48402024-12-20T21:57:02.029Z[ recovery-image] Dec 20 21:57:01.127 INFO O| Dec 20 21:57:01.127 INFO STEP 166 (remove_files) COMPLETE
48412024-12-20T21:57:02.029Z[ recovery-image] Dec 20 21:57:01.128 INFO O| Dec 20 21:57:01.127 INFO STEP 167: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
48422024-12-20T21:57:02.043Z[ recovery-image] Dec 20 21:57:01.144 INFO O| Dec 20 21:57:01.144 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/eject"
48432024-12-20T21:57:02.043Z[ recovery-image] Dec 20 21:57:01.144 INFO O| Dec 20 21:57:01.144 INFO STEP 167 (remove_files) COMPLETE
48442024-12-20T21:57:02.043Z[ recovery-image] Dec 20 21:57:01.144 INFO O| Dec 20 21:57:01.144 INFO STEP 168: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
48452024-12-20T21:57:02.059Z[ recovery-image] Dec 20 21:57:01.160 INFO O| Dec 20 21:57:01.160 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/elfsign"
48462024-12-20T21:57:02.059Z[ recovery-image] Dec 20 21:57:01.160 INFO O| Dec 20 21:57:01.160 INFO STEP 168 (remove_files) COMPLETE
48472024-12-20T21:57:02.059Z[ recovery-image] Dec 20 21:57:01.160 INFO O| Dec 20 21:57:01.160 INFO STEP 169: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
48482024-12-20T21:57:02.073Z[ recovery-image] Dec 20 21:57:01.175 INFO O| Dec 20 21:57:01.174 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/elfwrap"
48492024-12-20T21:57:02.074Z[ recovery-image] Dec 20 21:57:01.175 INFO O| Dec 20 21:57:01.175 INFO STEP 169 (remove_files) COMPLETE
48502024-12-20T21:57:02.074Z[ recovery-image] Dec 20 21:57:01.175 INFO O| Dec 20 21:57:01.175 INFO STEP 170: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
48512024-12-20T21:57:02.090Z[ recovery-image] Dec 20 21:57:01.190 INFO O| Dec 20 21:57:01.190 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/encode_keychange"
48522024-12-20T21:57:02.090Z[ recovery-image] Dec 20 21:57:01.190 INFO O| Dec 20 21:57:01.190 INFO STEP 170 (remove_files) COMPLETE
48532024-12-20T21:57:02.090Z[ recovery-image] Dec 20 21:57:01.190 INFO O| Dec 20 21:57:01.190 INFO STEP 171: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
48542024-12-20T21:57:02.101Z[ recovery-image] Dec 20 21:57:01.202 INFO O| Dec 20 21:57:01.202 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/encrypt"
48552024-12-20T21:57:02.101Z[ recovery-image] Dec 20 21:57:01.202 INFO O| Dec 20 21:57:01.202 INFO STEP 171 (remove_files) COMPLETE
48562024-12-20T21:57:02.101Z[ recovery-image] Dec 20 21:57:01.202 INFO O| Dec 20 21:57:01.202 INFO STEP 172: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
48572024-12-20T21:57:02.116Z[ recovery-image] Dec 20 21:57:01.217 INFO O| Dec 20 21:57:01.217 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/enhance"
48582024-12-20T21:57:02.116Z[ recovery-image] Dec 20 21:57:01.217 INFO O| Dec 20 21:57:01.217 INFO STEP 172 (remove_files) COMPLETE
48592024-12-20T21:57:02.119Z[ recovery-image] Dec 20 21:57:01.217 INFO O| Dec 20 21:57:01.217 INFO STEP 173: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
48602024-12-20T21:57:02.131Z[ recovery-image] Dec 20 21:57:01.232 INFO O| Dec 20 21:57:01.232 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/env"
48612024-12-20T21:57:02.131Z[ recovery-image] Dec 20 21:57:01.232 INFO O| Dec 20 21:57:01.232 INFO STEP 173 (remove_files) COMPLETE
48622024-12-20T21:57:02.131Z[ recovery-image] Dec 20 21:57:01.232 INFO O| Dec 20 21:57:01.232 INFO STEP 174: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
48632024-12-20T21:57:02.145Z[ recovery-image] Dec 20 21:57:01.246 INFO O| Dec 20 21:57:01.246 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/etdump"
48642024-12-20T21:57:02.145Z[ recovery-image] Dec 20 21:57:01.246 INFO O| Dec 20 21:57:01.246 INFO STEP 174 (remove_files) COMPLETE
48652024-12-20T21:57:02.145Z[ recovery-image] Dec 20 21:57:01.246 INFO O| Dec 20 21:57:01.246 INFO STEP 175: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
48662024-12-20T21:57:02.158Z[ recovery-image] Dec 20 21:57:01.259 INFO O| Dec 20 21:57:01.259 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/expand"
48672024-12-20T21:57:02.158Z[ recovery-image] Dec 20 21:57:01.259 INFO O| Dec 20 21:57:01.259 INFO STEP 175 (remove_files) COMPLETE
48682024-12-20T21:57:02.158Z[ recovery-image] Dec 20 21:57:01.259 INFO O| Dec 20 21:57:01.259 INFO STEP 176: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
48692024-12-20T21:57:02.170Z[ recovery-image] Dec 20 21:57:01.271 INFO O| Dec 20 21:57:01.271 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/exstr"
48702024-12-20T21:57:02.170Z[ recovery-image] Dec 20 21:57:01.271 INFO O| Dec 20 21:57:01.271 INFO STEP 176 (remove_files) COMPLETE
48712024-12-20T21:57:02.170Z[ recovery-image] Dec 20 21:57:01.271 INFO O| Dec 20 21:57:01.271 INFO STEP 177: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
48722024-12-20T21:57:02.182Z[ recovery-image] Dec 20 21:57:01.283 INFO O| Dec 20 21:57:01.283 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/factor"
48732024-12-20T21:57:02.182Z[ recovery-image] Dec 20 21:57:01.283 INFO O| Dec 20 21:57:01.283 INFO STEP 177 (remove_files) COMPLETE
48742024-12-20T21:57:02.182Z[ recovery-image] Dec 20 21:57:01.283 INFO O| Dec 20 21:57:01.283 INFO STEP 178: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
48752024-12-20T21:57:02.195Z[ recovery-image] Dec 20 21:57:01.295 INFO O| Dec 20 21:57:01.295 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/false"
48762024-12-20T21:57:02.195Z[ recovery-image] Dec 20 21:57:01.295 INFO O| Dec 20 21:57:01.295 INFO STEP 178 (remove_files) COMPLETE
48772024-12-20T21:57:02.195Z[ recovery-image] Dec 20 21:57:01.295 INFO O| Dec 20 21:57:01.295 INFO STEP 179: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
48782024-12-20T21:57:02.207Z[ recovery-image] Dec 20 21:57:01.308 INFO O| Dec 20 21:57:01.308 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/fc"
48792024-12-20T21:57:02.207Z[ recovery-image] Dec 20 21:57:01.308 INFO O| Dec 20 21:57:01.308 INFO STEP 179 (remove_files) COMPLETE
48802024-12-20T21:57:02.207Z[ recovery-image] Dec 20 21:57:01.308 INFO O| Dec 20 21:57:01.308 INFO STEP 180: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
48812024-12-20T21:57:02.222Z[ recovery-image] Dec 20 21:57:01.324 INFO O| Dec 20 21:57:01.323 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/fdetach"
48822024-12-20T21:57:02.223Z[ recovery-image] Dec 20 21:57:01.324 INFO O| Dec 20 21:57:01.324 INFO STEP 180 (remove_files) COMPLETE
48832024-12-20T21:57:02.225Z[ recovery-image] Dec 20 21:57:01.324 INFO O| Dec 20 21:57:01.324 INFO STEP 181: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
48842024-12-20T21:57:02.235Z[ recovery-image] Dec 20 21:57:01.336 INFO O| Dec 20 21:57:01.336 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/fdformat"
48852024-12-20T21:57:02.235Z[ recovery-image] Dec 20 21:57:01.336 INFO O| Dec 20 21:57:01.336 INFO STEP 181 (remove_files) COMPLETE
48862024-12-20T21:57:02.238Z[ recovery-image] Dec 20 21:57:01.336 INFO O| Dec 20 21:57:01.336 INFO STEP 182: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
48872024-12-20T21:57:02.248Z[ recovery-image] Dec 20 21:57:01.349 INFO O| Dec 20 21:57:01.349 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/fg"
48882024-12-20T21:57:02.248Z[ recovery-image] Dec 20 21:57:01.349 INFO O| Dec 20 21:57:01.349 INFO STEP 182 (remove_files) COMPLETE
48892024-12-20T21:57:02.248Z[ recovery-image] Dec 20 21:57:01.349 INFO O| Dec 20 21:57:01.349 INFO STEP 183: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
48902024-12-20T21:57:02.263Z[ recovery-image] Dec 20 21:57:01.364 INFO O| Dec 20 21:57:01.363 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/fgrep"
48912024-12-20T21:57:02.263Z[ recovery-image] Dec 20 21:57:01.364 INFO O| Dec 20 21:57:01.364 INFO STEP 183 (remove_files) COMPLETE
48922024-12-20T21:57:02.263Z[ recovery-image] Dec 20 21:57:01.364 INFO O| Dec 20 21:57:01.364 INFO STEP 184: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
48932024-12-20T21:57:02.279Z[ recovery-image] Dec 20 21:57:01.379 INFO O| Dec 20 21:57:01.379 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/file"
48942024-12-20T21:57:02.279Z[ recovery-image] Dec 20 21:57:01.379 INFO O| Dec 20 21:57:01.379 INFO STEP 184 (remove_files) COMPLETE
48952024-12-20T21:57:02.281Z[ recovery-image] Dec 20 21:57:01.379 INFO O| Dec 20 21:57:01.379 INFO STEP 185: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
48962024-12-20T21:57:02.295Z[ recovery-image] Dec 20 21:57:01.396 INFO O| Dec 20 21:57:01.395 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/fixproc"
48972024-12-20T21:57:02.295Z[ recovery-image] Dec 20 21:57:01.396 INFO O| Dec 20 21:57:01.396 INFO STEP 185 (remove_files) COMPLETE
48982024-12-20T21:57:02.297Z[ recovery-image] Dec 20 21:57:01.396 INFO O| Dec 20 21:57:01.396 INFO STEP 186: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
48992024-12-20T21:57:02.310Z[ recovery-image] Dec 20 21:57:01.410 INFO O| Dec 20 21:57:01.410 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/fmt"
49002024-12-20T21:57:02.310Z[ recovery-image] Dec 20 21:57:01.410 INFO O| Dec 20 21:57:01.410 INFO STEP 186 (remove_files) COMPLETE
49012024-12-20T21:57:02.310Z[ recovery-image] Dec 20 21:57:01.410 INFO O| Dec 20 21:57:01.410 INFO STEP 187: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
49022024-12-20T21:57:02.325Z[ recovery-image] Dec 20 21:57:01.426 INFO O| Dec 20 21:57:01.425 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/fmtmsg"
49032024-12-20T21:57:02.325Z[ recovery-image] Dec 20 21:57:01.426 INFO O| Dec 20 21:57:01.426 INFO STEP 187 (remove_files) COMPLETE
49042024-12-20T21:57:02.325Z[ recovery-image] Dec 20 21:57:01.426 INFO O| Dec 20 21:57:01.426 INFO STEP 188: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
49052024-12-20T21:57:02.336Z[ recovery-image] Dec 20 21:57:01.437 INFO O| Dec 20 21:57:01.437 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/fold"
49062024-12-20T21:57:02.336Z[ recovery-image] Dec 20 21:57:01.437 INFO O| Dec 20 21:57:01.437 INFO STEP 188 (remove_files) COMPLETE
49072024-12-20T21:57:02.336Z[ recovery-image] Dec 20 21:57:01.437 INFO O| Dec 20 21:57:01.437 INFO STEP 189: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
49082024-12-20T21:57:02.350Z[ recovery-image] Dec 20 21:57:01.451 INFO O| Dec 20 21:57:01.451 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/fsstat"
49092024-12-20T21:57:02.350Z[ recovery-image] Dec 20 21:57:01.451 INFO O| Dec 20 21:57:01.451 INFO STEP 189 (remove_files) COMPLETE
49102024-12-20T21:57:02.352Z[ recovery-image] Dec 20 21:57:01.451 INFO O| Dec 20 21:57:01.451 INFO STEP 190: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
49112024-12-20T21:57:02.366Z[ recovery-image] Dec 20 21:57:01.467 INFO O| Dec 20 21:57:01.467 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/gclear"
49122024-12-20T21:57:02.369Z[ recovery-image] Dec 20 21:57:01.467 INFO O| Dec 20 21:57:01.467 INFO STEP 190 (remove_files) COMPLETE
49132024-12-20T21:57:02.369Z[ recovery-image] Dec 20 21:57:01.467 INFO O| Dec 20 21:57:01.467 INFO STEP 191: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
49142024-12-20T21:57:02.419Z[ recovery-image] Dec 20 21:57:01.520 INFO O| Dec 20 21:57:01.520 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/gcore"
49152024-12-20T21:57:02.419Z[ recovery-image] Dec 20 21:57:01.520 INFO O| Dec 20 21:57:01.520 INFO STEP 191 (remove_files) COMPLETE
49162024-12-20T21:57:02.421Z[ recovery-image] Dec 20 21:57:01.520 INFO O| Dec 20 21:57:01.520 INFO STEP 192: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
49172024-12-20T21:57:02.437Z[ recovery-image] Dec 20 21:57:01.538 INFO O| Dec 20 21:57:01.538 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/geniconvtbl"
49182024-12-20T21:57:02.440Z[ recovery-image] Dec 20 21:57:01.539 INFO O| Dec 20 21:57:01.538 INFO STEP 192 (remove_files) COMPLETE
49192024-12-20T21:57:02.440Z[ recovery-image] Dec 20 21:57:01.539 INFO O| Dec 20 21:57:01.539 INFO STEP 193: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
49202024-12-20T21:57:02.463Z[ recovery-image] Dec 20 21:57:01.563 INFO O| Dec 20 21:57:01.563 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/getconf"
49212024-12-20T21:57:02.463Z[ recovery-image] Dec 20 21:57:01.563 INFO O| Dec 20 21:57:01.563 INFO STEP 193 (remove_files) COMPLETE
49222024-12-20T21:57:02.466Z[ recovery-image] Dec 20 21:57:01.563 INFO O| Dec 20 21:57:01.563 INFO STEP 194: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
49232024-12-20T21:57:02.493Z[ recovery-image] Dec 20 21:57:01.594 INFO O| Dec 20 21:57:01.594 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/getdev"
49242024-12-20T21:57:02.496Z[ recovery-image] Dec 20 21:57:01.594 INFO O| Dec 20 21:57:01.594 INFO STEP 194 (remove_files) COMPLETE
49252024-12-20T21:57:02.496Z[ recovery-image] Dec 20 21:57:01.595 INFO O| Dec 20 21:57:01.594 INFO STEP 195: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
49262024-12-20T21:57:02.512Z[ recovery-image] Dec 20 21:57:01.613 INFO O| Dec 20 21:57:01.613 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/getdgrp"
49272024-12-20T21:57:02.515Z[ recovery-image] Dec 20 21:57:01.613 INFO O| Dec 20 21:57:01.613 INFO STEP 195 (remove_files) COMPLETE
49282024-12-20T21:57:02.515Z[ recovery-image] Dec 20 21:57:01.613 INFO O| Dec 20 21:57:01.613 INFO STEP 196: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
49292024-12-20T21:57:02.534Z[ recovery-image] Dec 20 21:57:01.634 INFO O| Dec 20 21:57:01.634 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/getent"
49302024-12-20T21:57:02.534Z[ recovery-image] Dec 20 21:57:01.634 INFO O| Dec 20 21:57:01.634 INFO STEP 196 (remove_files) COMPLETE
49312024-12-20T21:57:02.537Z[ recovery-image] Dec 20 21:57:01.634 INFO O| Dec 20 21:57:01.634 INFO STEP 197: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
49322024-12-20T21:57:02.557Z[ recovery-image] Dec 20 21:57:01.658 INFO O| Dec 20 21:57:01.658 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/getfacl"
49332024-12-20T21:57:02.557Z[ recovery-image] Dec 20 21:57:01.658 INFO O| Dec 20 21:57:01.658 INFO STEP 197 (remove_files) COMPLETE
49342024-12-20T21:57:02.557Z[ recovery-image] Dec 20 21:57:01.658 INFO O| Dec 20 21:57:01.658 INFO STEP 198: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
49352024-12-20T21:57:02.601Z[ recovery-image] Dec 20 21:57:01.702 INFO O| Dec 20 21:57:01.702 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/getopt"
49362024-12-20T21:57:02.601Z[ recovery-image] Dec 20 21:57:01.702 INFO O| Dec 20 21:57:01.702 INFO STEP 198 (remove_files) COMPLETE
49372024-12-20T21:57:02.601Z[ recovery-image] Dec 20 21:57:01.702 INFO O| Dec 20 21:57:01.702 INFO STEP 199: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
49382024-12-20T21:57:02.683Z[ recovery-image] Dec 20 21:57:01.783 INFO O| Dec 20 21:57:01.783 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/getopts"
49392024-12-20T21:57:02.683Z[ recovery-image] Dec 20 21:57:01.783 INFO O| Dec 20 21:57:01.783 INFO STEP 199 (remove_files) COMPLETE
49402024-12-20T21:57:02.683Z[ recovery-image] Dec 20 21:57:01.783 INFO O| Dec 20 21:57:01.783 INFO STEP 200: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
49412024-12-20T21:57:02.725Z[ recovery-image] Dec 20 21:57:01.826 INFO O| Dec 20 21:57:01.825 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/gettext"
49422024-12-20T21:57:02.726Z[ recovery-image] Dec 20 21:57:01.826 INFO O| Dec 20 21:57:01.826 INFO STEP 200 (remove_files) COMPLETE
49432024-12-20T21:57:02.726Z[ recovery-image] Dec 20 21:57:01.826 INFO O| Dec 20 21:57:01.826 INFO STEP 201: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
49442024-12-20T21:57:02.746Z[ recovery-image] Dec 20 21:57:01.845 INFO O| Dec 20 21:57:01.845 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/getvol"
49452024-12-20T21:57:02.746Z[ recovery-image] Dec 20 21:57:01.845 INFO O| Dec 20 21:57:01.845 INFO STEP 201 (remove_files) COMPLETE
49462024-12-20T21:57:02.746Z[ recovery-image] Dec 20 21:57:01.845 INFO O| Dec 20 21:57:01.845 INFO STEP 202: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
49472024-12-20T21:57:02.785Z[ recovery-image] Dec 20 21:57:01.885 INFO O| Dec 20 21:57:01.885 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/ginfocmp"
49482024-12-20T21:57:02.785Z[ recovery-image] Dec 20 21:57:01.885 INFO O| Dec 20 21:57:01.885 INFO STEP 202 (remove_files) COMPLETE
49492024-12-20T21:57:02.785Z[ recovery-image] Dec 20 21:57:01.885 INFO O| Dec 20 21:57:01.885 INFO STEP 203: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
49502024-12-20T21:57:02.824Z[ recovery-image] Dec 20 21:57:01.925 INFO O| Dec 20 21:57:01.925 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/groups"
49512024-12-20T21:57:02.824Z[ recovery-image] Dec 20 21:57:01.925 INFO O| Dec 20 21:57:01.925 INFO STEP 203 (remove_files) COMPLETE
49522024-12-20T21:57:02.826Z[ recovery-image] Dec 20 21:57:01.925 INFO O| Dec 20 21:57:01.925 INFO STEP 204: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
49532024-12-20T21:57:02.866Z[ recovery-image] Dec 20 21:57:01.967 INFO O| Dec 20 21:57:01.967 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/gtabs"
49542024-12-20T21:57:02.866Z[ recovery-image] Dec 20 21:57:01.967 INFO O| Dec 20 21:57:01.967 INFO STEP 204 (remove_files) COMPLETE
49552024-12-20T21:57:02.866Z[ recovery-image] Dec 20 21:57:01.967 INFO O| Dec 20 21:57:01.967 INFO STEP 205: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
49562024-12-20T21:57:02.909Z[ recovery-image] Dec 20 21:57:02.010 INFO O| Dec 20 21:57:02.010 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/gtic"
49572024-12-20T21:57:02.909Z[ recovery-image] Dec 20 21:57:02.010 INFO O| Dec 20 21:57:02.010 INFO STEP 205 (remove_files) COMPLETE
49582024-12-20T21:57:02.912Z[ recovery-image] Dec 20 21:57:02.010 INFO O| Dec 20 21:57:02.010 INFO STEP 206: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
49592024-12-20T21:57:02.950Z[ recovery-image] Dec 20 21:57:02.050 INFO O| Dec 20 21:57:02.050 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/gtoe"
49602024-12-20T21:57:02.950Z[ recovery-image] Dec 20 21:57:02.051 INFO O| Dec 20 21:57:02.051 INFO STEP 206 (remove_files) COMPLETE
49612024-12-20T21:57:02.950Z[ recovery-image] Dec 20 21:57:02.051 INFO O| Dec 20 21:57:02.051 INFO STEP 207: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
49622024-12-20T21:57:02.994Z[ recovery-image] Dec 20 21:57:02.094 INFO O| Dec 20 21:57:02.094 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/gtput"
49632024-12-20T21:57:02.994Z[ recovery-image] Dec 20 21:57:02.094 INFO O| Dec 20 21:57:02.094 INFO STEP 207 (remove_files) COMPLETE
49642024-12-20T21:57:02.996Z[ recovery-image] Dec 20 21:57:02.094 INFO O| Dec 20 21:57:02.094 INFO STEP 208: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
49652024-12-20T21:57:03.033Z[ recovery-image] Dec 20 21:57:02.133 INFO O| Dec 20 21:57:02.133 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/gtset"
49662024-12-20T21:57:03.033Z[ recovery-image] Dec 20 21:57:02.133 INFO O| Dec 20 21:57:02.133 INFO STEP 208 (remove_files) COMPLETE
49672024-12-20T21:57:03.033Z[ recovery-image] Dec 20 21:57:02.133 INFO O| Dec 20 21:57:02.133 INFO STEP 209: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
49682024-12-20T21:57:03.085Z[ recovery-image] Dec 20 21:57:02.186 INFO O| Dec 20 21:57:02.186 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/gunzip"
49692024-12-20T21:57:03.085Z[ recovery-image] Dec 20 21:57:02.186 INFO O| Dec 20 21:57:02.186 INFO STEP 209 (remove_files) COMPLETE
49702024-12-20T21:57:03.085Z[ recovery-image] Dec 20 21:57:02.186 INFO O| Dec 20 21:57:02.186 INFO STEP 210: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
49712024-12-20T21:57:03.105Z[ recovery-image] Dec 20 21:57:02.205 INFO O| Dec 20 21:57:02.205 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/gzcat"
49722024-12-20T21:57:03.105Z[ recovery-image] Dec 20 21:57:02.205 INFO O| Dec 20 21:57:02.205 INFO STEP 210 (remove_files) COMPLETE
49732024-12-20T21:57:03.108Z[ recovery-image] Dec 20 21:57:02.205 INFO O| Dec 20 21:57:02.205 INFO STEP 211: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
49742024-12-20T21:57:03.126Z[ recovery-image] Dec 20 21:57:02.227 INFO O| Dec 20 21:57:02.227 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/gzcmp"
49752024-12-20T21:57:03.126Z[ recovery-image] Dec 20 21:57:02.227 INFO O| Dec 20 21:57:02.227 INFO STEP 211 (remove_files) COMPLETE
49762024-12-20T21:57:03.126Z[ recovery-image] Dec 20 21:57:02.227 INFO O| Dec 20 21:57:02.227 INFO STEP 212: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
49772024-12-20T21:57:03.269Z[ recovery-image] Dec 20 21:57:02.370 INFO O| Dec 20 21:57:02.370 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/gzdiff"
49782024-12-20T21:57:03.270Z[ recovery-image] Dec 20 21:57:02.370 INFO O| Dec 20 21:57:02.370 INFO STEP 212 (remove_files) COMPLETE
49792024-12-20T21:57:03.272Z[ recovery-image] Dec 20 21:57:02.371 INFO O| Dec 20 21:57:02.370 INFO STEP 213: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
49802024-12-20T21:57:03.373Z[ recovery-image] Dec 20 21:57:02.473 INFO O| Dec 20 21:57:02.473 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/gzegrep"
49812024-12-20T21:57:03.373Z[ recovery-image] Dec 20 21:57:02.473 INFO O| Dec 20 21:57:02.473 INFO STEP 213 (remove_files) COMPLETE
49822024-12-20T21:57:03.373Z[ recovery-image] Dec 20 21:57:02.473 INFO O| Dec 20 21:57:02.473 INFO STEP 214: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
49832024-12-20T21:57:03.434Z[ recovery-image] Dec 20 21:57:02.534 INFO O| Dec 20 21:57:02.534 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/gzexe"
49842024-12-20T21:57:03.437Z[ recovery-image] Dec 20 21:57:02.535 INFO O| Dec 20 21:57:02.534 INFO STEP 214 (remove_files) COMPLETE
49852024-12-20T21:57:03.437Z[ recovery-image] Dec 20 21:57:02.535 INFO O| Dec 20 21:57:02.535 INFO STEP 215: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
49862024-12-20T21:57:03.460Z[ recovery-image] Dec 20 21:57:02.560 INFO O| Dec 20 21:57:02.560 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/gzfgrep"
49872024-12-20T21:57:03.463Z[ recovery-image] Dec 20 21:57:02.561 INFO O| Dec 20 21:57:02.560 INFO STEP 215 (remove_files) COMPLETE
49882024-12-20T21:57:03.463Z[ recovery-image] Dec 20 21:57:02.561 INFO O| Dec 20 21:57:02.561 INFO STEP 216: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
49892024-12-20T21:57:03.485Z[ recovery-image] Dec 20 21:57:02.586 INFO O| Dec 20 21:57:02.586 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/gzforce"
49902024-12-20T21:57:03.488Z[ recovery-image] Dec 20 21:57:02.586 INFO O| Dec 20 21:57:02.586 INFO STEP 216 (remove_files) COMPLETE
49912024-12-20T21:57:03.488Z[ recovery-image] Dec 20 21:57:02.586 INFO O| Dec 20 21:57:02.586 INFO STEP 217: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
49922024-12-20T21:57:03.507Z[ recovery-image] Dec 20 21:57:02.608 INFO O| Dec 20 21:57:02.608 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/gzgrep"
49932024-12-20T21:57:03.511Z[ recovery-image] Dec 20 21:57:02.608 INFO O| Dec 20 21:57:02.608 INFO STEP 217 (remove_files) COMPLETE
49942024-12-20T21:57:03.511Z[ recovery-image] Dec 20 21:57:02.608 INFO O| Dec 20 21:57:02.608 INFO STEP 218: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
49952024-12-20T21:57:03.535Z[ recovery-image] Dec 20 21:57:02.636 INFO O| Dec 20 21:57:02.636 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/gzip"
49962024-12-20T21:57:03.535Z[ recovery-image] Dec 20 21:57:02.636 INFO O| Dec 20 21:57:02.636 INFO STEP 218 (remove_files) COMPLETE
49972024-12-20T21:57:03.535Z[ recovery-image] Dec 20 21:57:02.636 INFO O| Dec 20 21:57:02.636 INFO STEP 219: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
49982024-12-20T21:57:03.565Z[ recovery-image] Dec 20 21:57:02.665 INFO O| Dec 20 21:57:02.665 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/gzless"
49992024-12-20T21:57:03.565Z[ recovery-image] Dec 20 21:57:02.665 INFO O| Dec 20 21:57:02.665 INFO STEP 219 (remove_files) COMPLETE
50002024-12-20T21:57:03.565Z[ recovery-image] Dec 20 21:57:02.666 INFO O| Dec 20 21:57:02.665 INFO STEP 220: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
50012024-12-20T21:57:03.595Z[ recovery-image] Dec 20 21:57:02.695 INFO O| Dec 20 21:57:02.695 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/gzmore"
50022024-12-20T21:57:03.595Z[ recovery-image] Dec 20 21:57:02.695 INFO O| Dec 20 21:57:02.695 INFO STEP 220 (remove_files) COMPLETE
50032024-12-20T21:57:03.595Z[ recovery-image] Dec 20 21:57:02.695 INFO O| Dec 20 21:57:02.695 INFO STEP 221: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
50042024-12-20T21:57:03.662Z[ recovery-image] Dec 20 21:57:02.762 INFO O| Dec 20 21:57:02.762 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/gznew"
50052024-12-20T21:57:03.664Z[ recovery-image] Dec 20 21:57:02.763 INFO O| Dec 20 21:57:02.763 INFO STEP 221 (remove_files) COMPLETE
50062024-12-20T21:57:03.664Z[ recovery-image] Dec 20 21:57:02.763 INFO O| Dec 20 21:57:02.763 INFO STEP 222: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
50072024-12-20T21:57:03.683Z[ recovery-image] Dec 20 21:57:02.784 INFO O| Dec 20 21:57:02.783 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/hash"
50082024-12-20T21:57:03.683Z[ recovery-image] Dec 20 21:57:02.784 INFO O| Dec 20 21:57:02.784 INFO STEP 222 (remove_files) COMPLETE
50092024-12-20T21:57:03.686Z[ recovery-image] Dec 20 21:57:02.784 INFO O| Dec 20 21:57:02.784 INFO STEP 223: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
50102024-12-20T21:57:03.730Z[ recovery-image] Dec 20 21:57:02.831 INFO O| Dec 20 21:57:02.831 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/hostid"
50112024-12-20T21:57:03.730Z[ recovery-image] Dec 20 21:57:02.831 INFO O| Dec 20 21:57:02.831 INFO STEP 223 (remove_files) COMPLETE
50122024-12-20T21:57:03.730Z[ recovery-image] Dec 20 21:57:02.831 INFO O| Dec 20 21:57:02.831 INFO STEP 224: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
50132024-12-20T21:57:03.817Z[ recovery-image] Dec 20 21:57:02.917 INFO O| Dec 20 21:57:02.917 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/hostname"
50142024-12-20T21:57:03.817Z[ recovery-image] Dec 20 21:57:02.917 INFO O| Dec 20 21:57:02.917 INFO STEP 224 (remove_files) COMPLETE
50152024-12-20T21:57:03.817Z[ recovery-image] Dec 20 21:57:02.917 INFO O| Dec 20 21:57:02.917 INFO STEP 225: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
50162024-12-20T21:57:03.872Z[ recovery-image] Dec 20 21:57:02.973 INFO O| Dec 20 21:57:02.973 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/i86/adb"
50172024-12-20T21:57:03.875Z[ recovery-image] Dec 20 21:57:02.973 INFO O| Dec 20 21:57:02.973 INFO STEP 225 (remove_files) COMPLETE
50182024-12-20T21:57:03.875Z[ recovery-image] Dec 20 21:57:02.973 INFO O| Dec 20 21:57:02.973 INFO STEP 226: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
50192024-12-20T21:57:03.910Z[ recovery-image] Dec 20 21:57:03.011 INFO O| Dec 20 21:57:03.011 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/i86/amt"
50202024-12-20T21:57:03.910Z[ recovery-image] Dec 20 21:57:03.011 INFO O| Dec 20 21:57:03.011 INFO STEP 226 (remove_files) COMPLETE
50212024-12-20T21:57:03.913Z[ recovery-image] Dec 20 21:57:03.012 INFO O| Dec 20 21:57:03.011 INFO STEP 227: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
50222024-12-20T21:57:03.952Z[ recovery-image] Dec 20 21:57:03.053 INFO O| Dec 20 21:57:03.052 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/i86/ksh"
50232024-12-20T21:57:03.952Z[ recovery-image] Dec 20 21:57:03.053 INFO O| Dec 20 21:57:03.053 INFO STEP 227 (remove_files) COMPLETE
50242024-12-20T21:57:03.952Z[ recovery-image] Dec 20 21:57:03.053 INFO O| Dec 20 21:57:03.053 INFO STEP 228: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
50252024-12-20T21:57:04.003Z[ recovery-image] Dec 20 21:57:03.103 INFO O| Dec 20 21:57:03.103 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/i86/mdb"
50262024-12-20T21:57:04.003Z[ recovery-image] Dec 20 21:57:03.104 INFO O| Dec 20 21:57:03.103 INFO STEP 228 (remove_files) COMPLETE
50272024-12-20T21:57:04.010Z[ recovery-image] Dec 20 21:57:03.104 INFO O| Dec 20 21:57:03.104 INFO STEP 229: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
50282024-12-20T21:57:04.061Z[ recovery-image] Dec 20 21:57:03.161 INFO O| Dec 20 21:57:03.161 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/i86/rksh"
50292024-12-20T21:57:04.061Z[ recovery-image] Dec 20 21:57:03.161 INFO O| Dec 20 21:57:03.161 INFO STEP 229 (remove_files) COMPLETE
50302024-12-20T21:57:04.061Z[ recovery-image] Dec 20 21:57:03.161 INFO O| Dec 20 21:57:03.161 INFO STEP 230: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
50312024-12-20T21:57:04.080Z[ recovery-image] Dec 20 21:57:03.180 INFO O| Dec 20 21:57:03.180 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/i86/rksh93"
50322024-12-20T21:57:04.080Z[ recovery-image] Dec 20 21:57:03.180 INFO O| Dec 20 21:57:03.180 INFO STEP 230 (remove_files) COMPLETE
50332024-12-20T21:57:04.080Z[ recovery-image] Dec 20 21:57:03.180 INFO O| Dec 20 21:57:03.180 INFO STEP 231: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
50342024-12-20T21:57:04.097Z[ recovery-image] Dec 20 21:57:03.198 INFO O| Dec 20 21:57:03.198 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/iconv"
50352024-12-20T21:57:04.097Z[ recovery-image] Dec 20 21:57:03.198 INFO O| Dec 20 21:57:03.198 INFO STEP 231 (remove_files) COMPLETE
50362024-12-20T21:57:04.100Z[ recovery-image] Dec 20 21:57:03.198 INFO O| Dec 20 21:57:03.198 INFO STEP 232: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
50372024-12-20T21:57:04.140Z[ recovery-image] Dec 20 21:57:03.240 INFO O| Dec 20 21:57:03.240 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/id"
50382024-12-20T21:57:04.140Z[ recovery-image] Dec 20 21:57:03.241 INFO O| Dec 20 21:57:03.241 INFO STEP 232 (remove_files) COMPLETE
50392024-12-20T21:57:04.140Z[ recovery-image] Dec 20 21:57:03.241 INFO O| Dec 20 21:57:03.241 INFO STEP 233: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
50402024-12-20T21:57:04.157Z[ recovery-image] Dec 20 21:57:03.257 INFO O| Dec 20 21:57:03.257 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/idn"
50412024-12-20T21:57:04.157Z[ recovery-image] Dec 20 21:57:03.257 INFO O| Dec 20 21:57:03.257 INFO STEP 233 (remove_files) COMPLETE
50422024-12-20T21:57:04.157Z[ recovery-image] Dec 20 21:57:03.257 INFO O| Dec 20 21:57:03.257 INFO STEP 234: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
50432024-12-20T21:57:04.174Z[ recovery-image] Dec 20 21:57:03.275 INFO O| Dec 20 21:57:03.274 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/infocmp"
50442024-12-20T21:57:04.174Z[ recovery-image] Dec 20 21:57:03.275 INFO O| Dec 20 21:57:03.275 INFO STEP 234 (remove_files) COMPLETE
50452024-12-20T21:57:04.174Z[ recovery-image] Dec 20 21:57:03.275 INFO O| Dec 20 21:57:03.275 INFO STEP 235: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
50462024-12-20T21:57:04.224Z[ recovery-image] Dec 20 21:57:03.325 INFO O| Dec 20 21:57:03.325 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/iostat"
50472024-12-20T21:57:04.224Z[ recovery-image] Dec 20 21:57:03.325 INFO O| Dec 20 21:57:03.325 INFO STEP 235 (remove_files) COMPLETE
50482024-12-20T21:57:04.225Z[ recovery-image] Dec 20 21:57:03.325 INFO O| Dec 20 21:57:03.325 INFO STEP 236: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
50492024-12-20T21:57:04.242Z[ recovery-image] Dec 20 21:57:03.343 INFO O| Dec 20 21:57:03.343 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/ipf-mod.pl"
50502024-12-20T21:57:04.242Z[ recovery-image] Dec 20 21:57:03.343 INFO O| Dec 20 21:57:03.343 INFO STEP 236 (remove_files) COMPLETE
50512024-12-20T21:57:04.245Z[ recovery-image] Dec 20 21:57:03.343 INFO O| Dec 20 21:57:03.343 INFO STEP 237: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
50522024-12-20T21:57:04.263Z[ recovery-image] Dec 20 21:57:03.364 INFO O| Dec 20 21:57:03.364 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/isainfo"
50532024-12-20T21:57:04.264Z[ recovery-image] Dec 20 21:57:03.364 INFO O| Dec 20 21:57:03.364 INFO STEP 237 (remove_files) COMPLETE
50542024-12-20T21:57:04.264Z[ recovery-image] Dec 20 21:57:03.364 INFO O| Dec 20 21:57:03.364 INFO STEP 238: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
50552024-12-20T21:57:04.329Z[ recovery-image] Dec 20 21:57:03.429 INFO O| Dec 20 21:57:03.429 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/isalist"
50562024-12-20T21:57:04.329Z[ recovery-image] Dec 20 21:57:03.429 INFO O| Dec 20 21:57:03.429 INFO STEP 238 (remove_files) COMPLETE
50572024-12-20T21:57:04.329Z[ recovery-image] Dec 20 21:57:03.429 INFO O| Dec 20 21:57:03.429 INFO STEP 239: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
50582024-12-20T21:57:04.346Z[ recovery-image] Dec 20 21:57:03.446 INFO O| Dec 20 21:57:03.446 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/jobs"
50592024-12-20T21:57:04.346Z[ recovery-image] Dec 20 21:57:03.447 INFO O| Dec 20 21:57:03.446 INFO STEP 239 (remove_files) COMPLETE
50602024-12-20T21:57:04.346Z[ recovery-image] Dec 20 21:57:03.447 INFO O| Dec 20 21:57:03.446 INFO STEP 240: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
50612024-12-20T21:57:04.392Z[ recovery-image] Dec 20 21:57:03.493 INFO O| Dec 20 21:57:03.493 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/join"
50622024-12-20T21:57:04.392Z[ recovery-image] Dec 20 21:57:03.493 INFO O| Dec 20 21:57:03.493 INFO STEP 240 (remove_files) COMPLETE
50632024-12-20T21:57:04.395Z[ recovery-image] Dec 20 21:57:03.493 INFO O| Dec 20 21:57:03.493 INFO STEP 241: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
50642024-12-20T21:57:04.433Z[ recovery-image] Dec 20 21:57:03.533 INFO O| Dec 20 21:57:03.533 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/kbd"
50652024-12-20T21:57:04.433Z[ recovery-image] Dec 20 21:57:03.533 INFO O| Dec 20 21:57:03.533 INFO STEP 241 (remove_files) COMPLETE
50662024-12-20T21:57:04.433Z[ recovery-image] Dec 20 21:57:03.533 INFO O| Dec 20 21:57:03.533 INFO STEP 242: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
50672024-12-20T21:57:04.473Z[ recovery-image] Dec 20 21:57:03.574 INFO O| Dec 20 21:57:03.573 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/kdestroy"
50682024-12-20T21:57:04.479Z[ recovery-image] Dec 20 21:57:03.579 INFO O| Dec 20 21:57:03.579 INFO STEP 242 (remove_files) COMPLETE
50692024-12-20T21:57:04.479Z[ recovery-image] Dec 20 21:57:03.579 INFO O| Dec 20 21:57:03.579 INFO STEP 243: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
50702024-12-20T21:57:04.540Z[ host-image] Dec 20 21:57:03.641 INFO O| Dec 20 21:57:03.641 INFO O| Actions: 17505/49485 actions (Installing new actions)
50712024-12-20T21:57:04.563Z[ recovery-image] Dec 20 21:57:03.663 INFO O| Dec 20 21:57:03.663 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/keylogin"
50722024-12-20T21:57:04.563Z[ recovery-image] Dec 20 21:57:03.663 INFO O| Dec 20 21:57:03.663 INFO STEP 243 (remove_files) COMPLETE
50732024-12-20T21:57:04.563Z[ recovery-image] Dec 20 21:57:03.663 INFO O| Dec 20 21:57:03.663 INFO STEP 244: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
50742024-12-20T21:57:04.581Z[ recovery-image] Dec 20 21:57:03.682 INFO O| Dec 20 21:57:03.682 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/keylogout"
50752024-12-20T21:57:04.581Z[ recovery-image] Dec 20 21:57:03.682 INFO O| Dec 20 21:57:03.682 INFO STEP 244 (remove_files) COMPLETE
50762024-12-20T21:57:04.581Z[ recovery-image] Dec 20 21:57:03.682 INFO O| Dec 20 21:57:03.682 INFO STEP 245: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
50772024-12-20T21:57:04.638Z[ recovery-image] Dec 20 21:57:03.737 INFO O| Dec 20 21:57:03.737 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/kill"
50782024-12-20T21:57:04.638Z[ recovery-image] Dec 20 21:57:03.737 INFO O| Dec 20 21:57:03.737 INFO STEP 245 (remove_files) COMPLETE
50792024-12-20T21:57:04.638Z[ recovery-image] Dec 20 21:57:03.737 INFO O| Dec 20 21:57:03.737 INFO STEP 246: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
50802024-12-20T21:57:04.659Z[ recovery-image] Dec 20 21:57:03.759 INFO O| Dec 20 21:57:03.759 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/kinit"
50812024-12-20T21:57:04.659Z[ recovery-image] Dec 20 21:57:03.760 INFO O| Dec 20 21:57:03.759 INFO STEP 246 (remove_files) COMPLETE
50822024-12-20T21:57:04.659Z[ recovery-image] Dec 20 21:57:03.760 INFO O| Dec 20 21:57:03.760 INFO STEP 247: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
50832024-12-20T21:57:04.734Z[ recovery-image] Dec 20 21:57:03.834 INFO O| Dec 20 21:57:03.834 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/klist"
50842024-12-20T21:57:04.734Z[ recovery-image] Dec 20 21:57:03.834 INFO O| Dec 20 21:57:03.834 INFO STEP 247 (remove_files) COMPLETE
50852024-12-20T21:57:04.734Z[ recovery-image] Dec 20 21:57:03.834 INFO O| Dec 20 21:57:03.834 INFO STEP 248: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
50862024-12-20T21:57:04.759Z[ recovery-image] Dec 20 21:57:03.856 INFO O| Dec 20 21:57:03.856 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/kmfcfg"
50872024-12-20T21:57:04.759Z[ recovery-image] Dec 20 21:57:03.856 INFO O| Dec 20 21:57:03.856 INFO STEP 248 (remove_files) COMPLETE
50882024-12-20T21:57:04.762Z[ recovery-image] Dec 20 21:57:03.856 INFO O| Dec 20 21:57:03.856 INFO STEP 249: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
50892024-12-20T21:57:04.776Z[ recovery-image] Dec 20 21:57:03.876 INFO O| Dec 20 21:57:03.876 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/kpasswd"
50902024-12-20T21:57:04.776Z[ recovery-image] Dec 20 21:57:03.876 INFO O| Dec 20 21:57:03.876 INFO STEP 249 (remove_files) COMPLETE
50912024-12-20T21:57:04.776Z[ recovery-image] Dec 20 21:57:03.876 INFO O| Dec 20 21:57:03.876 INFO STEP 250: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
50922024-12-20T21:57:04.824Z[ recovery-image] Dec 20 21:57:03.924 INFO O| Dec 20 21:57:03.924 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/krb5-config"
50932024-12-20T21:57:04.824Z[ recovery-image] Dec 20 21:57:03.924 INFO O| Dec 20 21:57:03.924 INFO STEP 250 (remove_files) COMPLETE
50942024-12-20T21:57:04.824Z[ recovery-image] Dec 20 21:57:03.924 INFO O| Dec 20 21:57:03.924 INFO STEP 251: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
50952024-12-20T21:57:04.861Z[ recovery-image] Dec 20 21:57:03.961 INFO O| Dec 20 21:57:03.961 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/ksh93"
50962024-12-20T21:57:04.861Z[ recovery-image] Dec 20 21:57:03.962 INFO O| Dec 20 21:57:03.961 INFO STEP 251 (remove_files) COMPLETE
50972024-12-20T21:57:04.865Z[ recovery-image] Dec 20 21:57:03.962 INFO O| Dec 20 21:57:03.962 INFO STEP 252: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
50982024-12-20T21:57:04.882Z[ recovery-image] Dec 20 21:57:03.982 INFO O| Dec 20 21:57:03.982 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/ktutil"
50992024-12-20T21:57:04.882Z[ recovery-image] Dec 20 21:57:03.982 INFO O| Dec 20 21:57:03.982 INFO STEP 252 (remove_files) COMPLETE
51002024-12-20T21:57:04.882Z[ recovery-image] Dec 20 21:57:03.982 INFO O| Dec 20 21:57:03.982 INFO STEP 253: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
51012024-12-20T21:57:04.902Z[ recovery-image] Dec 20 21:57:04.003 INFO O| Dec 20 21:57:04.002 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/kvmstat"
51022024-12-20T21:57:04.902Z[ recovery-image] Dec 20 21:57:04.003 INFO O| Dec 20 21:57:04.003 INFO STEP 253 (remove_files) COMPLETE
51032024-12-20T21:57:04.902Z[ recovery-image] Dec 20 21:57:04.003 INFO O| Dec 20 21:57:04.003 INFO STEP 254: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
51042024-12-20T21:57:04.922Z[ recovery-image] Dec 20 21:57:04.023 INFO O| Dec 20 21:57:04.023 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/last"
51052024-12-20T21:57:04.922Z[ recovery-image] Dec 20 21:57:04.023 INFO O| Dec 20 21:57:04.023 INFO STEP 254 (remove_files) COMPLETE
51062024-12-20T21:57:04.926Z[ recovery-image] Dec 20 21:57:04.023 INFO O| Dec 20 21:57:04.023 INFO STEP 255: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
51072024-12-20T21:57:04.942Z[ recovery-image] Dec 20 21:57:04.042 INFO O| Dec 20 21:57:04.042 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/lastcomm"
51082024-12-20T21:57:04.942Z[ recovery-image] Dec 20 21:57:04.042 INFO O| Dec 20 21:57:04.042 INFO STEP 255 (remove_files) COMPLETE
51092024-12-20T21:57:04.942Z[ recovery-image] Dec 20 21:57:04.042 INFO O| Dec 20 21:57:04.042 INFO STEP 256: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
51102024-12-20T21:57:04.967Z[ recovery-image] Dec 20 21:57:04.067 INFO O| Dec 20 21:57:04.067 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/ld"
51112024-12-20T21:57:04.967Z[ recovery-image] Dec 20 21:57:04.067 INFO O| Dec 20 21:57:04.067 INFO STEP 256 (remove_files) COMPLETE
51122024-12-20T21:57:04.970Z[ recovery-image] Dec 20 21:57:04.068 INFO O| Dec 20 21:57:04.068 INFO STEP 257: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
51132024-12-20T21:57:04.987Z[ recovery-image] Dec 20 21:57:04.088 INFO O| Dec 20 21:57:04.088 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/ldd"
51142024-12-20T21:57:04.991Z[ recovery-image] Dec 20 21:57:04.088 INFO O| Dec 20 21:57:04.088 INFO STEP 257 (remove_files) COMPLETE
51152024-12-20T21:57:04.991Z[ recovery-image] Dec 20 21:57:04.088 INFO O| Dec 20 21:57:04.088 INFO STEP 258: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
51162024-12-20T21:57:05.025Z[ recovery-image] Dec 20 21:57:04.125 INFO O| Dec 20 21:57:04.125 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/less"
51172024-12-20T21:57:05.027Z[ recovery-image] Dec 20 21:57:04.125 INFO O| Dec 20 21:57:04.125 INFO STEP 258 (remove_files) COMPLETE
51182024-12-20T21:57:05.027Z[ recovery-image] Dec 20 21:57:04.126 INFO O| Dec 20 21:57:04.125 INFO STEP 259: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
51192024-12-20T21:57:05.044Z[ recovery-image] Dec 20 21:57:04.144 INFO O| Dec 20 21:57:04.144 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/lessecho"
51202024-12-20T21:57:05.047Z[ recovery-image] Dec 20 21:57:04.144 INFO O| Dec 20 21:57:04.144 INFO STEP 259 (remove_files) COMPLETE
51212024-12-20T21:57:05.047Z[ recovery-image] Dec 20 21:57:04.145 INFO O| Dec 20 21:57:04.144 INFO STEP 260: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
51222024-12-20T21:57:05.063Z[ recovery-image] Dec 20 21:57:04.164 INFO O| Dec 20 21:57:04.164 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/lesskey"
51232024-12-20T21:57:05.066Z[ recovery-image] Dec 20 21:57:04.164 INFO O| Dec 20 21:57:04.164 INFO STEP 260 (remove_files) COMPLETE
51242024-12-20T21:57:05.066Z[ recovery-image] Dec 20 21:57:04.164 INFO O| Dec 20 21:57:04.164 INFO STEP 261: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
51252024-12-20T21:57:05.084Z[ recovery-image] Dec 20 21:57:04.184 INFO O| Dec 20 21:57:04.184 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/lgrpinfo"
51262024-12-20T21:57:05.087Z[ recovery-image] Dec 20 21:57:04.185 INFO O| Dec 20 21:57:04.185 INFO STEP 261 (remove_files) COMPLETE
51272024-12-20T21:57:05.087Z[ recovery-image] Dec 20 21:57:04.185 INFO O| Dec 20 21:57:04.185 INFO STEP 262: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
51282024-12-20T21:57:05.116Z[ recovery-image] Dec 20 21:57:04.216 INFO O| Dec 20 21:57:04.216 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/line"
51292024-12-20T21:57:05.118Z[ recovery-image] Dec 20 21:57:04.216 INFO O| Dec 20 21:57:04.216 INFO STEP 262 (remove_files) COMPLETE
51302024-12-20T21:57:05.118Z[ recovery-image] Dec 20 21:57:04.217 INFO O| Dec 20 21:57:04.216 INFO STEP 263: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
51312024-12-20T21:57:05.136Z[ recovery-image] Dec 20 21:57:04.237 INFO O| Dec 20 21:57:04.236 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/listdgrp"
51322024-12-20T21:57:05.139Z[ recovery-image] Dec 20 21:57:04.237 INFO O| Dec 20 21:57:04.237 INFO STEP 263 (remove_files) COMPLETE
51332024-12-20T21:57:05.139Z[ recovery-image] Dec 20 21:57:04.237 INFO O| Dec 20 21:57:04.237 INFO STEP 264: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
51342024-12-20T21:57:05.157Z[ recovery-image] Dec 20 21:57:04.257 INFO O| Dec 20 21:57:04.257 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/listusers"
51352024-12-20T21:57:05.159Z[ recovery-image] Dec 20 21:57:04.258 INFO O| Dec 20 21:57:04.258 INFO STEP 264 (remove_files) COMPLETE
51362024-12-20T21:57:05.159Z[ recovery-image] Dec 20 21:57:04.258 INFO O| Dec 20 21:57:04.258 INFO STEP 265: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
51372024-12-20T21:57:05.207Z[ recovery-image] Dec 20 21:57:04.308 INFO O| Dec 20 21:57:04.308 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/loadkeys"
51382024-12-20T21:57:05.207Z[ recovery-image] Dec 20 21:57:04.308 INFO O| Dec 20 21:57:04.308 INFO STEP 265 (remove_files) COMPLETE
51392024-12-20T21:57:05.210Z[ recovery-image] Dec 20 21:57:04.308 INFO O| Dec 20 21:57:04.308 INFO STEP 266: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
51402024-12-20T21:57:05.247Z[ recovery-image] Dec 20 21:57:04.347 INFO O| Dec 20 21:57:04.347 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/logger"
51412024-12-20T21:57:05.247Z[ recovery-image] Dec 20 21:57:04.347 INFO O| Dec 20 21:57:04.347 INFO STEP 266 (remove_files) COMPLETE
51422024-12-20T21:57:05.247Z[ recovery-image] Dec 20 21:57:04.348 INFO O| Dec 20 21:57:04.347 INFO STEP 267: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
51432024-12-20T21:57:05.266Z[ recovery-image] Dec 20 21:57:04.367 INFO O| Dec 20 21:57:04.366 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/logins"
51442024-12-20T21:57:05.266Z[ recovery-image] Dec 20 21:57:04.367 INFO O| Dec 20 21:57:04.367 INFO STEP 267 (remove_files) COMPLETE
51452024-12-20T21:57:05.269Z[ recovery-image] Dec 20 21:57:04.367 INFO O| Dec 20 21:57:04.367 INFO STEP 268: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
51462024-12-20T21:57:05.295Z[ recovery-image] Dec 20 21:57:04.395 INFO O| Dec 20 21:57:04.395 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/logname"
51472024-12-20T21:57:05.295Z[ recovery-image] Dec 20 21:57:04.395 INFO O| Dec 20 21:57:04.395 INFO STEP 268 (remove_files) COMPLETE
51482024-12-20T21:57:05.295Z[ recovery-image] Dec 20 21:57:04.395 INFO O| Dec 20 21:57:04.395 INFO STEP 269: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
51492024-12-20T21:57:05.333Z[ recovery-image] Dec 20 21:57:04.433 INFO O| Dec 20 21:57:04.433 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/look"
51502024-12-20T21:57:05.336Z[ recovery-image] Dec 20 21:57:04.433 INFO O| Dec 20 21:57:04.433 INFO STEP 269 (remove_files) COMPLETE
51512024-12-20T21:57:05.336Z[ recovery-image] Dec 20 21:57:04.434 INFO O| Dec 20 21:57:04.433 INFO STEP 270: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
51522024-12-20T21:57:05.354Z[ recovery-image] Dec 20 21:57:04.454 INFO O| Dec 20 21:57:04.454 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/looker"
51532024-12-20T21:57:05.356Z[ recovery-image] Dec 20 21:57:04.454 INFO O| Dec 20 21:57:04.454 INFO STEP 270 (remove_files) COMPLETE
51542024-12-20T21:57:05.356Z[ recovery-image] Dec 20 21:57:04.455 INFO O| Dec 20 21:57:04.454 INFO STEP 271: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
51552024-12-20T21:57:05.373Z[ recovery-image] Dec 20 21:57:04.474 INFO O| Dec 20 21:57:04.473 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/lz4"
51562024-12-20T21:57:05.376Z[ recovery-image] Dec 20 21:57:04.474 INFO O| Dec 20 21:57:04.474 INFO STEP 271 (remove_files) COMPLETE
51572024-12-20T21:57:05.376Z[ recovery-image] Dec 20 21:57:04.474 INFO O| Dec 20 21:57:04.474 INFO STEP 272: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
51582024-12-20T21:57:05.426Z[ recovery-image] Dec 20 21:57:04.527 INFO O| Dec 20 21:57:04.527 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/lzmadec"
51592024-12-20T21:57:05.426Z[ recovery-image] Dec 20 21:57:04.527 INFO O| Dec 20 21:57:04.527 INFO STEP 272 (remove_files) COMPLETE
51602024-12-20T21:57:05.426Z[ recovery-image] Dec 20 21:57:04.527 INFO O| Dec 20 21:57:04.527 INFO STEP 273: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
51612024-12-20T21:57:05.446Z[ recovery-image] Dec 20 21:57:04.546 INFO O| Dec 20 21:57:04.546 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/lzmainfo"
51622024-12-20T21:57:05.446Z[ recovery-image] Dec 20 21:57:04.546 INFO O| Dec 20 21:57:04.546 INFO STEP 273 (remove_files) COMPLETE
51632024-12-20T21:57:05.446Z[ recovery-image] Dec 20 21:57:04.546 INFO O| Dec 20 21:57:04.546 INFO STEP 274: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
51642024-12-20T21:57:05.486Z[ recovery-image] Dec 20 21:57:04.586 INFO O| Dec 20 21:57:04.586 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/mac"
51652024-12-20T21:57:05.486Z[ recovery-image] Dec 20 21:57:04.586 INFO O| Dec 20 21:57:04.586 INFO STEP 274 (remove_files) COMPLETE
51662024-12-20T21:57:05.486Z[ recovery-image] Dec 20 21:57:04.587 INFO O| Dec 20 21:57:04.586 INFO STEP 275: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
51672024-12-20T21:57:05.548Z[ recovery-image] Dec 20 21:57:04.648 INFO O| Dec 20 21:57:04.648 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/mach"
51682024-12-20T21:57:05.548Z[ recovery-image] Dec 20 21:57:04.648 INFO O| Dec 20 21:57:04.648 INFO STEP 275 (remove_files) COMPLETE
51692024-12-20T21:57:05.550Z[ recovery-image] Dec 20 21:57:04.648 INFO O| Dec 20 21:57:04.648 INFO STEP 276: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
51702024-12-20T21:57:05.567Z[ recovery-image] Dec 20 21:57:04.668 INFO O| Dec 20 21:57:04.668 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/mailx"
51712024-12-20T21:57:05.567Z[ recovery-image] Dec 20 21:57:04.668 INFO O| Dec 20 21:57:04.668 INFO STEP 276 (remove_files) COMPLETE
51722024-12-20T21:57:05.567Z[ recovery-image] Dec 20 21:57:04.668 INFO O| Dec 20 21:57:04.668 INFO STEP 277: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
51732024-12-20T21:57:05.589Z[ recovery-image] Dec 20 21:57:04.689 INFO O| Dec 20 21:57:04.689 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/makedev"
51742024-12-20T21:57:05.592Z[ recovery-image] Dec 20 21:57:04.689 INFO O| Dec 20 21:57:04.689 INFO STEP 277 (remove_files) COMPLETE
51752024-12-20T21:57:05.592Z[ recovery-image] Dec 20 21:57:04.690 INFO O| Dec 20 21:57:04.690 INFO STEP 278: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
51762024-12-20T21:57:05.610Z[ recovery-image] Dec 20 21:57:04.710 INFO O| Dec 20 21:57:04.710 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/mdb"
51772024-12-20T21:57:05.613Z[ recovery-image] Dec 20 21:57:04.711 INFO O| Dec 20 21:57:04.710 INFO STEP 278 (remove_files) COMPLETE
51782024-12-20T21:57:05.613Z[ recovery-image] Dec 20 21:57:04.711 INFO O| Dec 20 21:57:04.711 INFO STEP 279: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
51792024-12-20T21:57:05.629Z[ recovery-image] Dec 20 21:57:04.730 INFO O| Dec 20 21:57:04.730 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/mesg"
51802024-12-20T21:57:05.632Z[ recovery-image] Dec 20 21:57:04.730 INFO O| Dec 20 21:57:04.730 INFO STEP 279 (remove_files) COMPLETE
51812024-12-20T21:57:05.632Z[ recovery-image] Dec 20 21:57:04.731 INFO O| Dec 20 21:57:04.731 INFO STEP 280: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
51822024-12-20T21:57:05.649Z[ recovery-image] Dec 20 21:57:04.750 INFO O| Dec 20 21:57:04.750 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/mib2c"
51832024-12-20T21:57:05.652Z[ recovery-image] Dec 20 21:57:04.750 INFO O| Dec 20 21:57:04.750 INFO STEP 280 (remove_files) COMPLETE
51842024-12-20T21:57:05.652Z[ recovery-image] Dec 20 21:57:04.751 INFO O| Dec 20 21:57:04.750 INFO STEP 281: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
51852024-12-20T21:57:05.669Z[ recovery-image] Dec 20 21:57:04.769 INFO O| Dec 20 21:57:04.769 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/mib2c-update"
51862024-12-20T21:57:05.671Z[ recovery-image] Dec 20 21:57:04.770 INFO O| Dec 20 21:57:04.770 INFO STEP 281 (remove_files) COMPLETE
51872024-12-20T21:57:05.671Z[ recovery-image] Dec 20 21:57:04.770 INFO O| Dec 20 21:57:04.770 INFO STEP 282: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
51882024-12-20T21:57:05.693Z[ recovery-image] Dec 20 21:57:04.793 INFO O| Dec 20 21:57:04.793 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/mkfifo"
51892024-12-20T21:57:05.695Z[ recovery-image] Dec 20 21:57:04.793 INFO O| Dec 20 21:57:04.793 INFO STEP 282 (remove_files) COMPLETE
51902024-12-20T21:57:05.696Z[ recovery-image] Dec 20 21:57:04.794 INFO O| Dec 20 21:57:04.793 INFO STEP 283: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
51912024-12-20T21:57:05.713Z[ recovery-image] Dec 20 21:57:04.813 INFO O| Dec 20 21:57:04.813 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/mkpwdict"
51922024-12-20T21:57:05.715Z[ recovery-image] Dec 20 21:57:04.813 INFO O| Dec 20 21:57:04.813 INFO STEP 283 (remove_files) COMPLETE
51932024-12-20T21:57:05.715Z[ recovery-image] Dec 20 21:57:04.814 INFO O| Dec 20 21:57:04.813 INFO STEP 284: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
51942024-12-20T21:57:05.733Z[ recovery-image] Dec 20 21:57:04.833 INFO O| Dec 20 21:57:04.833 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/moe"
51952024-12-20T21:57:05.736Z[ recovery-image] Dec 20 21:57:04.833 INFO O| Dec 20 21:57:04.833 INFO STEP 284 (remove_files) COMPLETE
51962024-12-20T21:57:05.736Z[ recovery-image] Dec 20 21:57:04.833 INFO O| Dec 20 21:57:04.833 INFO STEP 285: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
51972024-12-20T21:57:05.751Z[ recovery-image] Dec 20 21:57:04.852 INFO O| Dec 20 21:57:04.852 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/mpstat"
51982024-12-20T21:57:05.754Z[ recovery-image] Dec 20 21:57:04.852 INFO O| Dec 20 21:57:04.852 INFO STEP 285 (remove_files) COMPLETE
51992024-12-20T21:57:05.754Z[ recovery-image] Dec 20 21:57:04.853 INFO O| Dec 20 21:57:04.852 INFO STEP 286: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
52002024-12-20T21:57:05.771Z[ recovery-image] Dec 20 21:57:04.872 INFO O| Dec 20 21:57:04.872 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/mt"
52012024-12-20T21:57:05.775Z[ recovery-image] Dec 20 21:57:04.872 INFO O| Dec 20 21:57:04.872 INFO STEP 286 (remove_files) COMPLETE
52022024-12-20T21:57:05.775Z[ recovery-image] Dec 20 21:57:04.872 INFO O| Dec 20 21:57:04.872 INFO STEP 287: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
52032024-12-20T21:57:05.791Z[ recovery-image] Dec 20 21:57:04.891 INFO O| Dec 20 21:57:04.891 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/ncurses6-config"
52042024-12-20T21:57:05.793Z[ recovery-image] Dec 20 21:57:04.892 INFO O| Dec 20 21:57:04.892 INFO STEP 287 (remove_files) COMPLETE
52052024-12-20T21:57:05.793Z[ recovery-image] Dec 20 21:57:04.892 INFO O| Dec 20 21:57:04.892 INFO STEP 288: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
52062024-12-20T21:57:05.811Z[ recovery-image] Dec 20 21:57:04.911 INFO O| Dec 20 21:57:04.911 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/net-snmp-cert"
52072024-12-20T21:57:05.813Z[ recovery-image] Dec 20 21:57:04.912 INFO O| Dec 20 21:57:04.912 INFO STEP 288 (remove_files) COMPLETE
52082024-12-20T21:57:05.813Z[ recovery-image] Dec 20 21:57:04.912 INFO O| Dec 20 21:57:04.912 INFO STEP 289: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
52092024-12-20T21:57:05.828Z[ recovery-image] Dec 20 21:57:04.928 INFO O| Dec 20 21:57:04.928 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/net-snmp-config"
52102024-12-20T21:57:05.830Z[ recovery-image] Dec 20 21:57:04.929 INFO O| Dec 20 21:57:04.929 INFO STEP 289 (remove_files) COMPLETE
52112024-12-20T21:57:05.830Z[ recovery-image] Dec 20 21:57:04.929 INFO O| Dec 20 21:57:04.929 INFO STEP 290: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
52122024-12-20T21:57:05.846Z[ recovery-image] Dec 20 21:57:04.947 INFO O| Dec 20 21:57:04.947 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/net-snmp-create-v3-user"
52132024-12-20T21:57:05.857Z[ recovery-image] Dec 20 21:57:04.947 INFO O| Dec 20 21:57:04.947 INFO STEP 290 (remove_files) COMPLETE
52142024-12-20T21:57:05.857Z[ recovery-image] Dec 20 21:57:04.947 INFO O| Dec 20 21:57:04.947 INFO STEP 291: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
52152024-12-20T21:57:05.883Z[ recovery-image] Dec 20 21:57:04.983 INFO O| Dec 20 21:57:04.983 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/newform"
52162024-12-20T21:57:05.885Z[ recovery-image] Dec 20 21:57:04.983 INFO O| Dec 20 21:57:04.983 INFO STEP 291 (remove_files) COMPLETE
52172024-12-20T21:57:05.885Z[ recovery-image] Dec 20 21:57:04.984 INFO O| Dec 20 21:57:04.983 INFO STEP 292: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
52182024-12-20T21:57:05.901Z[ recovery-image] Dec 20 21:57:05.001 INFO O| Dec 20 21:57:05.001 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/newgrp"
52192024-12-20T21:57:05.904Z[ recovery-image] Dec 20 21:57:05.002 INFO O| Dec 20 21:57:05.001 INFO STEP 292 (remove_files) COMPLETE
52202024-12-20T21:57:05.904Z[ recovery-image] Dec 20 21:57:05.002 INFO O| Dec 20 21:57:05.002 INFO STEP 293: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
52212024-12-20T21:57:05.918Z[ recovery-image] Dec 20 21:57:05.019 INFO O| Dec 20 21:57:05.019 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/news"
52222024-12-20T21:57:05.918Z[ recovery-image] Dec 20 21:57:05.019 INFO O| Dec 20 21:57:05.019 INFO STEP 293 (remove_files) COMPLETE
52232024-12-20T21:57:05.922Z[ recovery-image] Dec 20 21:57:05.019 INFO O| Dec 20 21:57:05.019 INFO STEP 294: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
52242024-12-20T21:57:05.936Z[ recovery-image] Dec 20 21:57:05.037 INFO O| Dec 20 21:57:05.037 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/newtask"
52252024-12-20T21:57:05.940Z[ recovery-image] Dec 20 21:57:05.037 INFO O| Dec 20 21:57:05.037 INFO STEP 294 (remove_files) COMPLETE
52262024-12-20T21:57:05.940Z[ recovery-image] Dec 20 21:57:05.037 INFO O| Dec 20 21:57:05.037 INFO STEP 295: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
52272024-12-20T21:57:05.954Z[ recovery-image] Dec 20 21:57:05.055 INFO O| Dec 20 21:57:05.055 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/nice"
52282024-12-20T21:57:05.957Z[ recovery-image] Dec 20 21:57:05.055 INFO O| Dec 20 21:57:05.055 INFO STEP 295 (remove_files) COMPLETE
52292024-12-20T21:57:05.957Z[ recovery-image] Dec 20 21:57:05.055 INFO O| Dec 20 21:57:05.055 INFO STEP 296: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
52302024-12-20T21:57:05.972Z[ recovery-image] Dec 20 21:57:05.073 INFO O| Dec 20 21:57:05.073 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/nl"
52312024-12-20T21:57:05.975Z[ recovery-image] Dec 20 21:57:05.073 INFO O| Dec 20 21:57:05.073 INFO STEP 296 (remove_files) COMPLETE
52322024-12-20T21:57:05.975Z[ recovery-image] Dec 20 21:57:05.073 INFO O| Dec 20 21:57:05.073 INFO STEP 297: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
52332024-12-20T21:57:05.990Z[ recovery-image] Dec 20 21:57:05.091 INFO O| Dec 20 21:57:05.091 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/oawk"
52342024-12-20T21:57:05.993Z[ recovery-image] Dec 20 21:57:05.091 INFO O| Dec 20 21:57:05.091 INFO STEP 297 (remove_files) COMPLETE
52352024-12-20T21:57:05.993Z[ recovery-image] Dec 20 21:57:05.091 INFO O| Dec 20 21:57:05.091 INFO STEP 298: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
52362024-12-20T21:57:06.011Z[ recovery-image] Dec 20 21:57:05.112 INFO O| Dec 20 21:57:05.112 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/od"
52372024-12-20T21:57:06.011Z[ recovery-image] Dec 20 21:57:05.112 INFO O| Dec 20 21:57:05.112 INFO STEP 298 (remove_files) COMPLETE
52382024-12-20T21:57:06.014Z[ recovery-image] Dec 20 21:57:05.112 INFO O| Dec 20 21:57:05.112 INFO STEP 299: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
52392024-12-20T21:57:06.065Z[ recovery-image] Dec 20 21:57:05.166 INFO O| Dec 20 21:57:05.166 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/optisa"
52402024-12-20T21:57:06.068Z[ recovery-image] Dec 20 21:57:05.166 INFO O| Dec 20 21:57:05.166 INFO STEP 299 (remove_files) COMPLETE
52412024-12-20T21:57:06.068Z[ recovery-image] Dec 20 21:57:05.166 INFO O| Dec 20 21:57:05.166 INFO STEP 300: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
52422024-12-20T21:57:06.085Z[ recovery-image] Dec 20 21:57:05.185 INFO O| Dec 20 21:57:05.185 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pack"
52432024-12-20T21:57:06.087Z[ recovery-image] Dec 20 21:57:05.186 INFO O| Dec 20 21:57:05.185 INFO STEP 300 (remove_files) COMPLETE
52442024-12-20T21:57:06.087Z[ recovery-image] Dec 20 21:57:05.186 INFO O| Dec 20 21:57:05.186 INFO STEP 301: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
52452024-12-20T21:57:06.129Z[ recovery-image] Dec 20 21:57:05.230 INFO O| Dec 20 21:57:05.230 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/page"
52462024-12-20T21:57:06.129Z[ recovery-image] Dec 20 21:57:05.230 INFO O| Dec 20 21:57:05.230 INFO STEP 301 (remove_files) COMPLETE
52472024-12-20T21:57:06.129Z[ recovery-image] Dec 20 21:57:05.230 INFO O| Dec 20 21:57:05.230 INFO STEP 302: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
52482024-12-20T21:57:06.174Z[ recovery-image] Dec 20 21:57:05.274 INFO O| Dec 20 21:57:05.274 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pagesize"
52492024-12-20T21:57:06.174Z[ recovery-image] Dec 20 21:57:05.274 INFO O| Dec 20 21:57:05.274 INFO STEP 302 (remove_files) COMPLETE
52502024-12-20T21:57:06.176Z[ recovery-image] Dec 20 21:57:05.274 INFO O| Dec 20 21:57:05.274 INFO STEP 303: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
52512024-12-20T21:57:06.219Z[ recovery-image] Dec 20 21:57:05.319 INFO O| Dec 20 21:57:05.319 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pargs"
52522024-12-20T21:57:06.219Z[ recovery-image] Dec 20 21:57:05.320 INFO O| Dec 20 21:57:05.320 INFO STEP 303 (remove_files) COMPLETE
52532024-12-20T21:57:06.222Z[ recovery-image] Dec 20 21:57:05.320 INFO O| Dec 20 21:57:05.320 INFO STEP 304: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
52542024-12-20T21:57:06.238Z[ recovery-image] Dec 20 21:57:05.339 INFO O| Dec 20 21:57:05.339 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/passwd"
52552024-12-20T21:57:06.238Z[ recovery-image] Dec 20 21:57:05.339 INFO O| Dec 20 21:57:05.339 INFO STEP 304 (remove_files) COMPLETE
52562024-12-20T21:57:06.239Z[ recovery-image] Dec 20 21:57:05.339 INFO O| Dec 20 21:57:05.339 INFO STEP 305: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
52572024-12-20T21:57:06.258Z[ recovery-image] Dec 20 21:57:05.359 INFO O| Dec 20 21:57:05.359 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/paste"
52582024-12-20T21:57:06.258Z[ recovery-image] Dec 20 21:57:05.359 INFO O| Dec 20 21:57:05.359 INFO STEP 305 (remove_files) COMPLETE
52592024-12-20T21:57:06.261Z[ recovery-image] Dec 20 21:57:05.359 INFO O| Dec 20 21:57:05.359 INFO STEP 306: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
52602024-12-20T21:57:06.301Z[ recovery-image] Dec 20 21:57:05.401 INFO O| Dec 20 21:57:05.401 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pathchk"
52612024-12-20T21:57:06.301Z[ recovery-image] Dec 20 21:57:05.401 INFO O| Dec 20 21:57:05.401 INFO STEP 306 (remove_files) COMPLETE
52622024-12-20T21:57:06.301Z[ recovery-image] Dec 20 21:57:05.401 INFO O| Dec 20 21:57:05.401 INFO STEP 307: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
52632024-12-20T21:57:06.320Z[ recovery-image] Dec 20 21:57:05.420 INFO O| Dec 20 21:57:05.420 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pauxv"
52642024-12-20T21:57:06.320Z[ recovery-image] Dec 20 21:57:05.420 INFO O| Dec 20 21:57:05.420 INFO STEP 307 (remove_files) COMPLETE
52652024-12-20T21:57:06.320Z[ recovery-image] Dec 20 21:57:05.421 INFO O| Dec 20 21:57:05.420 INFO STEP 308: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
52662024-12-20T21:57:06.346Z[ recovery-image] Dec 20 21:57:05.440 INFO O| Dec 20 21:57:05.440 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pax"
52672024-12-20T21:57:06.346Z[ recovery-image] Dec 20 21:57:05.440 INFO O| Dec 20 21:57:05.440 INFO STEP 308 (remove_files) COMPLETE
52682024-12-20T21:57:06.346Z[ recovery-image] Dec 20 21:57:05.440 INFO O| Dec 20 21:57:05.440 INFO STEP 309: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
52692024-12-20T21:57:06.390Z[ recovery-image] Dec 20 21:57:05.490 INFO O| Dec 20 21:57:05.490 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pcap-config"
52702024-12-20T21:57:06.390Z[ recovery-image] Dec 20 21:57:05.490 INFO O| Dec 20 21:57:05.490 INFO STEP 309 (remove_files) COMPLETE
52712024-12-20T21:57:06.390Z[ recovery-image] Dec 20 21:57:05.490 INFO O| Dec 20 21:57:05.490 INFO STEP 310: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
52722024-12-20T21:57:06.464Z[ recovery-image] Dec 20 21:57:05.563 INFO O| Dec 20 21:57:05.563 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pcre-config"
52732024-12-20T21:57:06.464Z[ recovery-image] Dec 20 21:57:05.563 INFO O| Dec 20 21:57:05.563 INFO STEP 310 (remove_files) COMPLETE
52742024-12-20T21:57:06.464Z[ recovery-image] Dec 20 21:57:05.563 INFO O| Dec 20 21:57:05.563 INFO STEP 311: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
52752024-12-20T21:57:06.479Z[ recovery-image] Dec 20 21:57:05.580 INFO O| Dec 20 21:57:05.580 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pcre2-config"
52762024-12-20T21:57:06.479Z[ recovery-image] Dec 20 21:57:05.580 INFO O| Dec 20 21:57:05.580 INFO STEP 311 (remove_files) COMPLETE
52772024-12-20T21:57:06.479Z[ recovery-image] Dec 20 21:57:05.580 INFO O| Dec 20 21:57:05.580 INFO STEP 312: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
52782024-12-20T21:57:06.494Z[ recovery-image] Dec 20 21:57:05.595 INFO O| Dec 20 21:57:05.595 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pcre2grep"
52792024-12-20T21:57:06.498Z[ recovery-image] Dec 20 21:57:05.595 INFO O| Dec 20 21:57:05.595 INFO STEP 312 (remove_files) COMPLETE
52802024-12-20T21:57:06.498Z[ recovery-image] Dec 20 21:57:05.595 INFO O| Dec 20 21:57:05.595 INFO STEP 313: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
52812024-12-20T21:57:06.524Z[ recovery-image] Dec 20 21:57:05.625 INFO O| Dec 20 21:57:05.625 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pcre2test"
52822024-12-20T21:57:06.525Z[ recovery-image] Dec 20 21:57:05.625 INFO O| Dec 20 21:57:05.625 INFO STEP 313 (remove_files) COMPLETE
52832024-12-20T21:57:06.525Z[ recovery-image] Dec 20 21:57:05.625 INFO O| Dec 20 21:57:05.625 INFO STEP 314: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
52842024-12-20T21:57:06.564Z[ recovery-image] Dec 20 21:57:05.663 INFO O| Dec 20 21:57:05.663 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pcred"
52852024-12-20T21:57:06.564Z[ recovery-image] Dec 20 21:57:05.663 INFO O| Dec 20 21:57:05.663 INFO STEP 314 (remove_files) COMPLETE
52862024-12-20T21:57:06.566Z[ recovery-image] Dec 20 21:57:05.663 INFO O| Dec 20 21:57:05.663 INFO STEP 315: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
52872024-12-20T21:57:06.582Z[ recovery-image] Dec 20 21:57:05.682 INFO O| Dec 20 21:57:05.682 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pcregrep"
52882024-12-20T21:57:06.582Z[ recovery-image] Dec 20 21:57:05.683 INFO O| Dec 20 21:57:05.682 INFO STEP 315 (remove_files) COMPLETE
52892024-12-20T21:57:06.582Z[ recovery-image] Dec 20 21:57:05.683 INFO O| Dec 20 21:57:05.683 INFO STEP 316: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
52902024-12-20T21:57:06.624Z[ recovery-image] Dec 20 21:57:05.724 INFO O| Dec 20 21:57:05.724 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pcretest"
52912024-12-20T21:57:06.624Z[ recovery-image] Dec 20 21:57:05.724 INFO O| Dec 20 21:57:05.724 INFO STEP 316 (remove_files) COMPLETE
52922024-12-20T21:57:06.624Z[ recovery-image] Dec 20 21:57:05.724 INFO O| Dec 20 21:57:05.724 INFO STEP 317: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
52932024-12-20T21:57:06.645Z[ recovery-image] Dec 20 21:57:05.746 INFO O| Dec 20 21:57:05.746 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/penv"
52942024-12-20T21:57:06.645Z[ recovery-image] Dec 20 21:57:05.746 INFO O| Dec 20 21:57:05.746 INFO STEP 317 (remove_files) COMPLETE
52952024-12-20T21:57:06.645Z[ recovery-image] Dec 20 21:57:05.746 INFO O| Dec 20 21:57:05.746 INFO STEP 318: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
52962024-12-20T21:57:06.666Z[ recovery-image] Dec 20 21:57:05.766 INFO O| Dec 20 21:57:05.766 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pfbash"
52972024-12-20T21:57:06.666Z[ recovery-image] Dec 20 21:57:05.766 INFO O| Dec 20 21:57:05.766 INFO STEP 318 (remove_files) COMPLETE
52982024-12-20T21:57:06.666Z[ recovery-image] Dec 20 21:57:05.766 INFO O| Dec 20 21:57:05.766 INFO STEP 319: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
52992024-12-20T21:57:06.732Z[ recovery-image] Dec 20 21:57:05.833 INFO O| Dec 20 21:57:05.833 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pfcsh"
53002024-12-20T21:57:06.732Z[ recovery-image] Dec 20 21:57:05.833 INFO O| Dec 20 21:57:05.833 INFO STEP 319 (remove_files) COMPLETE
53012024-12-20T21:57:06.732Z[ recovery-image] Dec 20 21:57:05.833 INFO O| Dec 20 21:57:05.833 INFO STEP 320: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
53022024-12-20T21:57:06.797Z[ recovery-image] Dec 20 21:57:05.898 INFO O| Dec 20 21:57:05.897 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pfiles"
53032024-12-20T21:57:06.797Z[ recovery-image] Dec 20 21:57:05.898 INFO O| Dec 20 21:57:05.898 INFO STEP 320 (remove_files) COMPLETE
53042024-12-20T21:57:06.797Z[ recovery-image] Dec 20 21:57:05.898 INFO O| Dec 20 21:57:05.898 INFO STEP 321: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
53052024-12-20T21:57:06.820Z[ recovery-image] Dec 20 21:57:05.920 INFO O| Dec 20 21:57:05.920 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pfksh"
53062024-12-20T21:57:06.820Z[ recovery-image] Dec 20 21:57:05.920 INFO O| Dec 20 21:57:05.920 INFO STEP 321 (remove_files) COMPLETE
53072024-12-20T21:57:06.822Z[ recovery-image] Dec 20 21:57:05.920 INFO O| Dec 20 21:57:05.920 INFO STEP 322: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
53082024-12-20T21:57:06.838Z[ recovery-image] Dec 20 21:57:05.938 INFO O| Dec 20 21:57:05.938 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pfksh93"
53092024-12-20T21:57:06.838Z[ recovery-image] Dec 20 21:57:05.938 INFO O| Dec 20 21:57:05.938 INFO STEP 322 (remove_files) COMPLETE
53102024-12-20T21:57:06.840Z[ recovery-image] Dec 20 21:57:05.938 INFO O| Dec 20 21:57:05.938 INFO STEP 323: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
53112024-12-20T21:57:06.909Z[ recovery-image] Dec 20 21:57:06.008 INFO O| Dec 20 21:57:06.008 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pflags"
53122024-12-20T21:57:06.909Z[ recovery-image] Dec 20 21:57:06.008 INFO O| Dec 20 21:57:06.008 INFO STEP 323 (remove_files) COMPLETE
53132024-12-20T21:57:06.911Z[ recovery-image] Dec 20 21:57:06.008 INFO O| Dec 20 21:57:06.008 INFO STEP 324: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
53142024-12-20T21:57:06.990Z[ recovery-image] Dec 20 21:57:06.090 INFO O| Dec 20 21:57:06.090 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pfrksh"
53152024-12-20T21:57:06.990Z[ recovery-image] Dec 20 21:57:06.090 INFO O| Dec 20 21:57:06.090 INFO STEP 324 (remove_files) COMPLETE
53162024-12-20T21:57:06.990Z[ recovery-image] Dec 20 21:57:06.090 INFO O| Dec 20 21:57:06.090 INFO STEP 325: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
53172024-12-20T21:57:07.008Z[ recovery-image] Dec 20 21:57:06.109 INFO O| Dec 20 21:57:06.109 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pfrksh93"
53182024-12-20T21:57:07.008Z[ recovery-image] Dec 20 21:57:06.109 INFO O| Dec 20 21:57:06.109 INFO STEP 325 (remove_files) COMPLETE
53192024-12-20T21:57:07.008Z[ recovery-image] Dec 20 21:57:06.109 INFO O| Dec 20 21:57:06.109 INFO STEP 326: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
53202024-12-20T21:57:07.026Z[ recovery-image] Dec 20 21:57:06.127 INFO O| Dec 20 21:57:06.127 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pfsh"
53212024-12-20T21:57:07.026Z[ recovery-image] Dec 20 21:57:06.127 INFO O| Dec 20 21:57:06.127 INFO STEP 326 (remove_files) COMPLETE
53222024-12-20T21:57:07.029Z[ recovery-image] Dec 20 21:57:06.127 INFO O| Dec 20 21:57:06.127 INFO STEP 327: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
53232024-12-20T21:57:07.062Z[ recovery-image] Dec 20 21:57:06.163 INFO O| Dec 20 21:57:06.163 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pftcsh"
53242024-12-20T21:57:07.062Z[ recovery-image] Dec 20 21:57:06.163 INFO O| Dec 20 21:57:06.163 INFO STEP 327 (remove_files) COMPLETE
53252024-12-20T21:57:07.065Z[ recovery-image] Dec 20 21:57:06.163 INFO O| Dec 20 21:57:06.163 INFO STEP 328: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
53262024-12-20T21:57:07.103Z[ recovery-image] Dec 20 21:57:06.203 INFO O| Dec 20 21:57:06.203 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pfzsh"
53272024-12-20T21:57:07.103Z[ recovery-image] Dec 20 21:57:06.203 INFO O| Dec 20 21:57:06.203 INFO STEP 328 (remove_files) COMPLETE
53282024-12-20T21:57:07.103Z[ recovery-image] Dec 20 21:57:06.203 INFO O| Dec 20 21:57:06.203 INFO STEP 329: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
53292024-12-20T21:57:07.152Z[ recovery-image] Dec 20 21:57:06.252 INFO O| Dec 20 21:57:06.252 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pg"
53302024-12-20T21:57:07.152Z[ recovery-image] Dec 20 21:57:06.252 INFO O| Dec 20 21:57:06.252 INFO STEP 329 (remove_files) COMPLETE
53312024-12-20T21:57:07.152Z[ recovery-image] Dec 20 21:57:06.252 INFO O| Dec 20 21:57:06.252 INFO STEP 330: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
53322024-12-20T21:57:07.240Z[ recovery-image] Dec 20 21:57:06.340 INFO O| Dec 20 21:57:06.340 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pginfo"
53332024-12-20T21:57:07.243Z[ recovery-image] Dec 20 21:57:06.341 INFO O| Dec 20 21:57:06.341 INFO STEP 330 (remove_files) COMPLETE
53342024-12-20T21:57:07.243Z[ recovery-image] Dec 20 21:57:06.341 INFO O| Dec 20 21:57:06.341 INFO STEP 331: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
53352024-12-20T21:57:07.260Z[ recovery-image] Dec 20 21:57:06.361 INFO O| Dec 20 21:57:06.361 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pgstat"
53362024-12-20T21:57:07.260Z[ recovery-image] Dec 20 21:57:06.361 INFO O| Dec 20 21:57:06.361 INFO STEP 331 (remove_files) COMPLETE
53372024-12-20T21:57:07.260Z[ recovery-image] Dec 20 21:57:06.361 INFO O| Dec 20 21:57:06.361 INFO STEP 332: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
53382024-12-20T21:57:07.301Z[ recovery-image] Dec 20 21:57:06.401 INFO O| Dec 20 21:57:06.401 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pkgadm"
53392024-12-20T21:57:07.322Z[ recovery-image] Dec 20 21:57:06.423 INFO O| Dec 20 21:57:06.423 INFO STEP 332 (remove_files) COMPLETE
53402024-12-20T21:57:07.322Z[ recovery-image] Dec 20 21:57:06.423 INFO O| Dec 20 21:57:06.423 INFO STEP 333: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
53412024-12-20T21:57:07.343Z[ recovery-image] Dec 20 21:57:06.444 INFO O| Dec 20 21:57:06.444 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pkgcond"
53422024-12-20T21:57:07.346Z[ recovery-image] Dec 20 21:57:06.444 INFO O| Dec 20 21:57:06.444 INFO STEP 333 (remove_files) COMPLETE
53432024-12-20T21:57:07.346Z[ recovery-image] Dec 20 21:57:06.444 INFO O| Dec 20 21:57:06.444 INFO STEP 334: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
53442024-12-20T21:57:07.390Z[ recovery-image] Dec 20 21:57:06.491 INFO O| Dec 20 21:57:06.491 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pkginfo"
53452024-12-20T21:57:07.392Z[ recovery-image] Dec 20 21:57:06.491 INFO O| Dec 20 21:57:06.491 INFO STEP 334 (remove_files) COMPLETE
53462024-12-20T21:57:07.392Z[ recovery-image] Dec 20 21:57:06.491 INFO O| Dec 20 21:57:06.491 INFO STEP 335: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
53472024-12-20T21:57:07.411Z[ recovery-image] Dec 20 21:57:06.511 INFO O| Dec 20 21:57:06.511 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pkgmk"
53482024-12-20T21:57:07.413Z[ recovery-image] Dec 20 21:57:06.511 INFO O| Dec 20 21:57:06.511 INFO STEP 335 (remove_files) COMPLETE
53492024-12-20T21:57:07.413Z[ recovery-image] Dec 20 21:57:06.512 INFO O| Dec 20 21:57:06.511 INFO STEP 336: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
53502024-12-20T21:57:07.431Z[ recovery-image] Dec 20 21:57:06.531 INFO O| Dec 20 21:57:06.531 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pkgparam"
53512024-12-20T21:57:07.433Z[ recovery-image] Dec 20 21:57:06.531 INFO O| Dec 20 21:57:06.531 INFO STEP 336 (remove_files) COMPLETE
53522024-12-20T21:57:07.433Z[ recovery-image] Dec 20 21:57:06.532 INFO O| Dec 20 21:57:06.531 INFO STEP 337: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
53532024-12-20T21:57:07.479Z[ recovery-image] Dec 20 21:57:06.579 INFO O| Dec 20 21:57:06.579 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pkgproto"
53542024-12-20T21:57:07.482Z[ recovery-image] Dec 20 21:57:06.579 INFO O| Dec 20 21:57:06.579 INFO STEP 337 (remove_files) COMPLETE
53552024-12-20T21:57:07.482Z[ recovery-image] Dec 20 21:57:06.579 INFO O| Dec 20 21:57:06.579 INFO STEP 338: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
53562024-12-20T21:57:07.501Z[ recovery-image] Dec 20 21:57:06.601 INFO O| Dec 20 21:57:06.601 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pkgtrans"
53572024-12-20T21:57:07.503Z[ recovery-image] Dec 20 21:57:06.601 INFO O| Dec 20 21:57:06.601 INFO STEP 338 (remove_files) COMPLETE
53582024-12-20T21:57:07.503Z[ recovery-image] Dec 20 21:57:06.602 INFO O| Dec 20 21:57:06.601 INFO STEP 339: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
53592024-12-20T21:57:07.521Z[ recovery-image] Dec 20 21:57:06.622 INFO O| Dec 20 21:57:06.622 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pkill"
53602024-12-20T21:57:07.524Z[ recovery-image] Dec 20 21:57:06.622 INFO O| Dec 20 21:57:06.622 INFO STEP 339 (remove_files) COMPLETE
53612024-12-20T21:57:07.524Z[ recovery-image] Dec 20 21:57:06.622 INFO O| Dec 20 21:57:06.622 INFO STEP 340: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
53622024-12-20T21:57:07.556Z[ recovery-image] Dec 20 21:57:06.656 INFO O| Dec 20 21:57:06.656 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pktool"
53632024-12-20T21:57:07.556Z[ recovery-image] Dec 20 21:57:06.656 INFO O| Dec 20 21:57:06.656 INFO STEP 340 (remove_files) COMPLETE
53642024-12-20T21:57:07.556Z[ recovery-image] Dec 20 21:57:06.656 INFO O| Dec 20 21:57:06.656 INFO STEP 341: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
53652024-12-20T21:57:07.579Z[ recovery-image] Dec 20 21:57:06.679 INFO O| Dec 20 21:57:06.679 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pldd"
53662024-12-20T21:57:07.579Z[ recovery-image] Dec 20 21:57:06.679 INFO O| Dec 20 21:57:06.679 INFO STEP 341 (remove_files) COMPLETE
53672024-12-20T21:57:07.579Z[ recovery-image] Dec 20 21:57:06.679 INFO O| Dec 20 21:57:06.679 INFO STEP 342: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
53682024-12-20T21:57:07.628Z[ recovery-image] Dec 20 21:57:06.728 INFO O| Dec 20 21:57:06.728 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/plgrp"
53692024-12-20T21:57:07.629Z[ recovery-image] Dec 20 21:57:06.728 INFO O| Dec 20 21:57:06.728 INFO STEP 342 (remove_files) COMPLETE
53702024-12-20T21:57:07.629Z[ recovery-image] Dec 20 21:57:06.728 INFO O| Dec 20 21:57:06.728 INFO STEP 343: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
53712024-12-20T21:57:07.704Z[ recovery-image] Dec 20 21:57:06.804 INFO O| Dec 20 21:57:06.803 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/plimit"
53722024-12-20T21:57:07.704Z[ recovery-image] Dec 20 21:57:06.804 INFO O| Dec 20 21:57:06.804 INFO STEP 343 (remove_files) COMPLETE
53732024-12-20T21:57:07.704Z[ recovery-image] Dec 20 21:57:06.804 INFO O| Dec 20 21:57:06.804 INFO STEP 344: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
53742024-12-20T21:57:07.723Z[ recovery-image] Dec 20 21:57:06.824 INFO O| Dec 20 21:57:06.824 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pmadvise"
53752024-12-20T21:57:07.723Z[ recovery-image] Dec 20 21:57:06.824 INFO O| Dec 20 21:57:06.824 INFO STEP 344 (remove_files) COMPLETE
53762024-12-20T21:57:07.723Z[ recovery-image] Dec 20 21:57:06.824 INFO O| Dec 20 21:57:06.824 INFO STEP 345: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
53772024-12-20T21:57:07.742Z[ recovery-image] Dec 20 21:57:06.842 INFO O| Dec 20 21:57:06.842 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pmap"
53782024-12-20T21:57:07.742Z[ recovery-image] Dec 20 21:57:06.842 INFO O| Dec 20 21:57:06.842 INFO STEP 345 (remove_files) COMPLETE
53792024-12-20T21:57:07.742Z[ recovery-image] Dec 20 21:57:06.842 INFO O| Dec 20 21:57:06.842 INFO STEP 346: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
53802024-12-20T21:57:07.760Z[ recovery-image] Dec 20 21:57:06.861 INFO O| Dec 20 21:57:06.860 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/poolstat"
53812024-12-20T21:57:07.760Z[ recovery-image] Dec 20 21:57:06.861 INFO O| Dec 20 21:57:06.861 INFO STEP 346 (remove_files) COMPLETE
53822024-12-20T21:57:07.760Z[ recovery-image] Dec 20 21:57:06.861 INFO O| Dec 20 21:57:06.861 INFO STEP 347: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
53832024-12-20T21:57:07.799Z[ recovery-image] Dec 20 21:57:06.898 INFO O| Dec 20 21:57:06.898 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/ppgsz"
53842024-12-20T21:57:07.799Z[ recovery-image] Dec 20 21:57:06.899 INFO O| Dec 20 21:57:06.898 INFO STEP 347 (remove_files) COMPLETE
53852024-12-20T21:57:07.799Z[ recovery-image] Dec 20 21:57:06.899 INFO O| Dec 20 21:57:06.899 INFO STEP 348: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
53862024-12-20T21:57:07.840Z[ recovery-image] Dec 20 21:57:06.940 INFO O| Dec 20 21:57:06.940 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/ppriv"
53872024-12-20T21:57:07.840Z[ recovery-image] Dec 20 21:57:06.940 INFO O| Dec 20 21:57:06.940 INFO STEP 348 (remove_files) COMPLETE
53882024-12-20T21:57:07.840Z[ recovery-image] Dec 20 21:57:06.940 INFO O| Dec 20 21:57:06.940 INFO STEP 349: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
53892024-12-20T21:57:07.904Z[ recovery-image] Dec 20 21:57:07.004 INFO O| Dec 20 21:57:07.004 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pr"
53902024-12-20T21:57:07.906Z[ recovery-image] Dec 20 21:57:07.004 INFO O| Dec 20 21:57:07.004 INFO STEP 349 (remove_files) COMPLETE
53912024-12-20T21:57:07.906Z[ recovery-image] Dec 20 21:57:07.004 INFO O| Dec 20 21:57:07.004 INFO STEP 350: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
53922024-12-20T21:57:07.925Z[ recovery-image] Dec 20 21:57:07.026 INFO O| Dec 20 21:57:07.026 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/prctl"
53932024-12-20T21:57:07.925Z[ recovery-image] Dec 20 21:57:07.026 INFO O| Dec 20 21:57:07.026 INFO STEP 350 (remove_files) COMPLETE
53942024-12-20T21:57:07.925Z[ recovery-image] Dec 20 21:57:07.026 INFO O| Dec 20 21:57:07.026 INFO STEP 351: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
53952024-12-20T21:57:07.955Z[ recovery-image] Dec 20 21:57:07.055 INFO O| Dec 20 21:57:07.055 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/preap"
53962024-12-20T21:57:07.955Z[ recovery-image] Dec 20 21:57:07.055 INFO O| Dec 20 21:57:07.055 INFO STEP 351 (remove_files) COMPLETE
53972024-12-20T21:57:07.955Z[ recovery-image] Dec 20 21:57:07.055 INFO O| Dec 20 21:57:07.055 INFO STEP 352: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
53982024-12-20T21:57:07.998Z[ recovery-image] Dec 20 21:57:07.098 INFO O| Dec 20 21:57:07.098 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/print"
53992024-12-20T21:57:07.998Z[ recovery-image] Dec 20 21:57:07.098 INFO O| Dec 20 21:57:07.098 INFO STEP 352 (remove_files) COMPLETE
54002024-12-20T21:57:07.998Z[ recovery-image] Dec 20 21:57:07.098 INFO O| Dec 20 21:57:07.098 INFO STEP 353: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
54012024-12-20T21:57:08.061Z[ recovery-image] Dec 20 21:57:07.162 INFO O| Dec 20 21:57:07.162 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/printf"
54022024-12-20T21:57:08.061Z[ recovery-image] Dec 20 21:57:07.162 INFO O| Dec 20 21:57:07.162 INFO STEP 353 (remove_files) COMPLETE
54032024-12-20T21:57:08.061Z[ recovery-image] Dec 20 21:57:07.162 INFO O| Dec 20 21:57:07.162 INFO STEP 354: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
54042024-12-20T21:57:08.124Z[ recovery-image] Dec 20 21:57:07.224 INFO O| Dec 20 21:57:07.224 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/priocntl"
54052024-12-20T21:57:08.124Z[ recovery-image] Dec 20 21:57:07.224 INFO O| Dec 20 21:57:07.224 INFO STEP 354 (remove_files) COMPLETE
54062024-12-20T21:57:08.124Z[ recovery-image] Dec 20 21:57:07.224 INFO O| Dec 20 21:57:07.224 INFO STEP 355: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
54072024-12-20T21:57:08.241Z[ recovery-image] Dec 20 21:57:07.341 INFO O| Dec 20 21:57:07.341 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/profiles"
54082024-12-20T21:57:08.241Z[ recovery-image] Dec 20 21:57:07.341 INFO O| Dec 20 21:57:07.341 INFO STEP 355 (remove_files) COMPLETE
54092024-12-20T21:57:08.243Z[ recovery-image] Dec 20 21:57:07.341 INFO O| Dec 20 21:57:07.341 INFO STEP 356: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
54102024-12-20T21:57:08.260Z[ recovery-image] Dec 20 21:57:07.361 INFO O| Dec 20 21:57:07.361 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/projects"
54112024-12-20T21:57:08.260Z[ recovery-image] Dec 20 21:57:07.361 INFO O| Dec 20 21:57:07.361 INFO STEP 356 (remove_files) COMPLETE
54122024-12-20T21:57:08.260Z[ recovery-image] Dec 20 21:57:07.361 INFO O| Dec 20 21:57:07.361 INFO STEP 357: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
54132024-12-20T21:57:08.330Z[ recovery-image] Dec 20 21:57:07.430 INFO O| Dec 20 21:57:07.430 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/prstat"
54142024-12-20T21:57:08.330Z[ recovery-image] Dec 20 21:57:07.430 INFO O| Dec 20 21:57:07.430 INFO STEP 357 (remove_files) COMPLETE
54152024-12-20T21:57:08.330Z[ recovery-image] Dec 20 21:57:07.430 INFO O| Dec 20 21:57:07.430 INFO STEP 358: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
54162024-12-20T21:57:08.387Z[ recovery-image] Dec 20 21:57:07.487 INFO O| Dec 20 21:57:07.487 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/prun"
54172024-12-20T21:57:08.387Z[ recovery-image] Dec 20 21:57:07.487 INFO O| Dec 20 21:57:07.487 INFO STEP 358 (remove_files) COMPLETE
54182024-12-20T21:57:08.387Z[ recovery-image] Dec 20 21:57:07.487 INFO O| Dec 20 21:57:07.487 INFO STEP 359: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
54192024-12-20T21:57:08.460Z[ recovery-image] Dec 20 21:57:07.560 INFO O| Dec 20 21:57:07.560 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/psecflags"
54202024-12-20T21:57:08.461Z[ recovery-image] Dec 20 21:57:07.560 INFO O| Dec 20 21:57:07.560 INFO STEP 359 (remove_files) COMPLETE
54212024-12-20T21:57:08.461Z[ recovery-image] Dec 20 21:57:07.560 INFO O| Dec 20 21:57:07.560 INFO STEP 360: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
54222024-12-20T21:57:08.528Z[ recovery-image] Dec 20 21:57:07.629 INFO O| Dec 20 21:57:07.629 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/psig"
54232024-12-20T21:57:08.528Z[ recovery-image] Dec 20 21:57:07.629 INFO O| Dec 20 21:57:07.629 INFO STEP 360 (remove_files) COMPLETE
54242024-12-20T21:57:08.528Z[ recovery-image] Dec 20 21:57:07.629 INFO O| Dec 20 21:57:07.629 INFO STEP 361: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
54252024-12-20T21:57:08.558Z[ recovery-image] Dec 20 21:57:07.659 INFO O| Dec 20 21:57:07.659 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pstack"
54262024-12-20T21:57:08.558Z[ recovery-image] Dec 20 21:57:07.659 INFO O| Dec 20 21:57:07.659 INFO STEP 361 (remove_files) COMPLETE
54272024-12-20T21:57:08.558Z[ recovery-image] Dec 20 21:57:07.659 INFO O| Dec 20 21:57:07.659 INFO STEP 362: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
54282024-12-20T21:57:08.592Z[ recovery-image] Dec 20 21:57:07.693 INFO O| Dec 20 21:57:07.693 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pstop"
54292024-12-20T21:57:08.595Z[ recovery-image] Dec 20 21:57:07.693 INFO O| Dec 20 21:57:07.693 INFO STEP 362 (remove_files) COMPLETE
54302024-12-20T21:57:08.595Z[ recovery-image] Dec 20 21:57:07.694 INFO O| Dec 20 21:57:07.693 INFO STEP 363: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
54312024-12-20T21:57:08.669Z[ recovery-image] Dec 20 21:57:07.769 INFO O| Dec 20 21:57:07.769 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/ptime"
54322024-12-20T21:57:08.669Z[ recovery-image] Dec 20 21:57:07.769 INFO O| Dec 20 21:57:07.769 INFO STEP 363 (remove_files) COMPLETE
54332024-12-20T21:57:08.669Z[ recovery-image] Dec 20 21:57:07.769 INFO O| Dec 20 21:57:07.769 INFO STEP 364: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
54342024-12-20T21:57:08.690Z[ recovery-image] Dec 20 21:57:07.791 INFO O| Dec 20 21:57:07.790 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/ptree"
54352024-12-20T21:57:08.690Z[ recovery-image] Dec 20 21:57:07.791 INFO O| Dec 20 21:57:07.791 INFO STEP 364 (remove_files) COMPLETE
54362024-12-20T21:57:08.693Z[ recovery-image] Dec 20 21:57:07.791 INFO O| Dec 20 21:57:07.791 INFO STEP 365: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
54372024-12-20T21:57:08.710Z[ recovery-image] Dec 20 21:57:07.809 INFO O| Dec 20 21:57:07.809 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/putdev"
54382024-12-20T21:57:08.710Z[ recovery-image] Dec 20 21:57:07.809 INFO O| Dec 20 21:57:07.809 INFO STEP 365 (remove_files) COMPLETE
54392024-12-20T21:57:08.710Z[ recovery-image] Dec 20 21:57:07.809 INFO O| Dec 20 21:57:07.809 INFO STEP 366: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
54402024-12-20T21:57:08.729Z[ recovery-image] Dec 20 21:57:07.829 INFO O| Dec 20 21:57:07.829 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/putdgrp"
54412024-12-20T21:57:08.729Z[ recovery-image] Dec 20 21:57:07.829 INFO O| Dec 20 21:57:07.829 INFO STEP 366 (remove_files) COMPLETE
54422024-12-20T21:57:08.729Z[ recovery-image] Dec 20 21:57:07.829 INFO O| Dec 20 21:57:07.829 INFO STEP 367: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
54432024-12-20T21:57:08.747Z[ recovery-image] Dec 20 21:57:07.847 INFO O| Dec 20 21:57:07.847 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pvs"
54442024-12-20T21:57:08.747Z[ recovery-image] Dec 20 21:57:07.847 INFO O| Dec 20 21:57:07.847 INFO STEP 367 (remove_files) COMPLETE
54452024-12-20T21:57:08.747Z[ recovery-image] Dec 20 21:57:07.847 INFO O| Dec 20 21:57:07.847 INFO STEP 368: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
54462024-12-20T21:57:08.772Z[ recovery-image] Dec 20 21:57:07.865 INFO O| Dec 20 21:57:07.865 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pwait"
54472024-12-20T21:57:08.772Z[ recovery-image] Dec 20 21:57:07.865 INFO O| Dec 20 21:57:07.865 INFO STEP 368 (remove_files) COMPLETE
54482024-12-20T21:57:08.772Z[ recovery-image] Dec 20 21:57:07.865 INFO O| Dec 20 21:57:07.865 INFO STEP 369: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
54492024-12-20T21:57:08.835Z[ recovery-image] Dec 20 21:57:07.936 INFO O| Dec 20 21:57:07.936 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pwd"
54502024-12-20T21:57:08.836Z[ recovery-image] Dec 20 21:57:07.936 INFO O| Dec 20 21:57:07.936 INFO STEP 369 (remove_files) COMPLETE
54512024-12-20T21:57:08.838Z[ recovery-image] Dec 20 21:57:07.936 INFO O| Dec 20 21:57:07.936 INFO STEP 370: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
54522024-12-20T21:57:08.886Z[ recovery-image] Dec 20 21:57:07.987 INFO O| Dec 20 21:57:07.987 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pwdx"
54532024-12-20T21:57:08.886Z[ recovery-image] Dec 20 21:57:07.987 INFO O| Dec 20 21:57:07.987 INFO STEP 370 (remove_files) COMPLETE
54542024-12-20T21:57:08.889Z[ recovery-image] Dec 20 21:57:07.987 INFO O| Dec 20 21:57:07.987 INFO STEP 371: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
54552024-12-20T21:57:08.906Z[ recovery-image] Dec 20 21:57:08.006 INFO O| Dec 20 21:57:08.006 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/read"
54562024-12-20T21:57:08.909Z[ recovery-image] Dec 20 21:57:08.006 INFO O| Dec 20 21:57:08.006 INFO STEP 371 (remove_files) COMPLETE
54572024-12-20T21:57:08.909Z[ recovery-image] Dec 20 21:57:08.007 INFO O| Dec 20 21:57:08.006 INFO STEP 372: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
54582024-12-20T21:57:08.926Z[ recovery-image] Dec 20 21:57:08.026 INFO O| Dec 20 21:57:08.026 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/red"
54592024-12-20T21:57:08.926Z[ recovery-image] Dec 20 21:57:08.026 INFO O| Dec 20 21:57:08.026 INFO STEP 372 (remove_files) COMPLETE
54602024-12-20T21:57:08.929Z[ recovery-image] Dec 20 21:57:08.026 INFO O| Dec 20 21:57:08.026 INFO STEP 373: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
54612024-12-20T21:57:08.954Z[ recovery-image] Dec 20 21:57:08.054 INFO O| Dec 20 21:57:08.054 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/regcmp"
54622024-12-20T21:57:08.954Z[ recovery-image] Dec 20 21:57:08.054 INFO O| Dec 20 21:57:08.054 INFO STEP 373 (remove_files) COMPLETE
54632024-12-20T21:57:08.954Z[ recovery-image] Dec 20 21:57:08.055 INFO O| Dec 20 21:57:08.054 INFO STEP 374: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
54642024-12-20T21:57:08.993Z[ recovery-image] Dec 20 21:57:08.093 INFO O| Dec 20 21:57:08.093 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/renice"
54652024-12-20T21:57:08.993Z[ recovery-image] Dec 20 21:57:08.093 INFO O| Dec 20 21:57:08.093 INFO STEP 374 (remove_files) COMPLETE
54662024-12-20T21:57:08.996Z[ recovery-image] Dec 20 21:57:08.093 INFO O| Dec 20 21:57:08.093 INFO STEP 375: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
54672024-12-20T21:57:09.012Z[ recovery-image] Dec 20 21:57:08.112 INFO O| Dec 20 21:57:08.112 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/resize"
54682024-12-20T21:57:09.012Z[ recovery-image] Dec 20 21:57:08.112 INFO O| Dec 20 21:57:08.112 INFO STEP 375 (remove_files) COMPLETE
54692024-12-20T21:57:09.012Z[ recovery-image] Dec 20 21:57:08.112 INFO O| Dec 20 21:57:08.112 INFO STEP 376: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
54702024-12-20T21:57:09.032Z[ recovery-image] Dec 20 21:57:08.131 INFO O| Dec 20 21:57:08.131 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/rev"
54712024-12-20T21:57:09.032Z[ recovery-image] Dec 20 21:57:08.131 INFO O| Dec 20 21:57:08.131 INFO STEP 376 (remove_files) COMPLETE
54722024-12-20T21:57:09.032Z[ recovery-image] Dec 20 21:57:08.131 INFO O| Dec 20 21:57:08.131 INFO STEP 377: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
54732024-12-20T21:57:09.049Z[ recovery-image] Dec 20 21:57:08.149 INFO O| Dec 20 21:57:08.149 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/rksh"
54742024-12-20T21:57:09.049Z[ recovery-image] Dec 20 21:57:08.149 INFO O| Dec 20 21:57:08.149 INFO STEP 377 (remove_files) COMPLETE
54752024-12-20T21:57:09.049Z[ recovery-image] Dec 20 21:57:08.149 INFO O| Dec 20 21:57:08.149 INFO STEP 378: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
54762024-12-20T21:57:09.067Z[ recovery-image] Dec 20 21:57:08.167 INFO O| Dec 20 21:57:08.167 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/rksh93"
54772024-12-20T21:57:09.067Z[ recovery-image] Dec 20 21:57:08.167 INFO O| Dec 20 21:57:08.167 INFO STEP 378 (remove_files) COMPLETE
54782024-12-20T21:57:09.067Z[ recovery-image] Dec 20 21:57:08.167 INFO O| Dec 20 21:57:08.167 INFO STEP 379: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
54792024-12-20T21:57:09.114Z[ recovery-image] Dec 20 21:57:08.215 INFO O| Dec 20 21:57:08.215 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/roles"
54802024-12-20T21:57:09.115Z[ recovery-image] Dec 20 21:57:08.215 INFO O| Dec 20 21:57:08.215 INFO STEP 379 (remove_files) COMPLETE
54812024-12-20T21:57:09.115Z[ recovery-image] Dec 20 21:57:08.215 INFO O| Dec 20 21:57:08.215 INFO STEP 380: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
54822024-12-20T21:57:09.182Z[ recovery-image] Dec 20 21:57:08.283 INFO O| Dec 20 21:57:08.283 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/rpcinfo"
54832024-12-20T21:57:09.182Z[ recovery-image] Dec 20 21:57:08.283 INFO O| Dec 20 21:57:08.283 INFO STEP 380 (remove_files) COMPLETE
54842024-12-20T21:57:09.182Z[ recovery-image] Dec 20 21:57:08.283 INFO O| Dec 20 21:57:08.283 INFO STEP 381: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
54852024-12-20T21:57:09.203Z[ recovery-image] Dec 20 21:57:08.303 INFO O| Dec 20 21:57:08.303 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/rsync"
54862024-12-20T21:57:09.203Z[ recovery-image] Dec 20 21:57:08.304 INFO O| Dec 20 21:57:08.303 INFO STEP 381 (remove_files) COMPLETE
54872024-12-20T21:57:09.206Z[ recovery-image] Dec 20 21:57:08.304 INFO O| Dec 20 21:57:08.304 INFO STEP 382: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
54882024-12-20T21:57:09.222Z[ recovery-image] Dec 20 21:57:08.323 INFO O| Dec 20 21:57:08.323 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/rsync-ssl"
54892024-12-20T21:57:09.223Z[ recovery-image] Dec 20 21:57:08.323 INFO O| Dec 20 21:57:08.323 INFO STEP 382 (remove_files) COMPLETE
54902024-12-20T21:57:09.223Z[ recovery-image] Dec 20 21:57:08.323 INFO O| Dec 20 21:57:08.323 INFO STEP 383: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
54912024-12-20T21:57:09.242Z[ recovery-image] Dec 20 21:57:08.342 INFO O| Dec 20 21:57:08.342 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/runat"
54922024-12-20T21:57:09.242Z[ recovery-image] Dec 20 21:57:08.343 INFO O| Dec 20 21:57:08.342 INFO STEP 383 (remove_files) COMPLETE
54932024-12-20T21:57:09.245Z[ recovery-image] Dec 20 21:57:08.343 INFO O| Dec 20 21:57:08.342 INFO STEP 384: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
54942024-12-20T21:57:09.261Z[ recovery-image] Dec 20 21:57:08.361 INFO O| Dec 20 21:57:08.361 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/scp"
54952024-12-20T21:57:09.266Z[ recovery-image] Dec 20 21:57:08.366 INFO O| Dec 20 21:57:08.366 INFO STEP 384 (remove_files) COMPLETE
54962024-12-20T21:57:09.266Z[ recovery-image] Dec 20 21:57:08.366 INFO O| Dec 20 21:57:08.366 INFO STEP 385: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
54972024-12-20T21:57:09.285Z[ recovery-image] Dec 20 21:57:08.385 INFO O| Dec 20 21:57:08.385 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/script"
54982024-12-20T21:57:09.285Z[ recovery-image] Dec 20 21:57:08.385 INFO O| Dec 20 21:57:08.385 INFO STEP 385 (remove_files) COMPLETE
54992024-12-20T21:57:09.288Z[ recovery-image] Dec 20 21:57:08.385 INFO O| Dec 20 21:57:08.385 INFO STEP 386: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
55002024-12-20T21:57:09.306Z[ recovery-image] Dec 20 21:57:08.406 INFO O| Dec 20 21:57:08.406 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/sdiff"
55012024-12-20T21:57:09.306Z[ recovery-image] Dec 20 21:57:08.406 INFO O| Dec 20 21:57:08.406 INFO STEP 386 (remove_files) COMPLETE
55022024-12-20T21:57:09.306Z[ recovery-image] Dec 20 21:57:08.406 INFO O| Dec 20 21:57:08.406 INFO STEP 387: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
55032024-12-20T21:57:09.327Z[ recovery-image] Dec 20 21:57:08.427 INFO O| Dec 20 21:57:08.427 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/setpgrp"
55042024-12-20T21:57:09.327Z[ recovery-image] Dec 20 21:57:08.427 INFO O| Dec 20 21:57:08.427 INFO STEP 387 (remove_files) COMPLETE
55052024-12-20T21:57:09.327Z[ recovery-image] Dec 20 21:57:08.427 INFO O| Dec 20 21:57:08.427 INFO STEP 388: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
55062024-12-20T21:57:09.407Z[ recovery-image] Dec 20 21:57:08.507 INFO O| Dec 20 21:57:08.507 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/sftp"
55072024-12-20T21:57:09.407Z[ recovery-image] Dec 20 21:57:08.507 INFO O| Dec 20 21:57:08.507 INFO STEP 388 (remove_files) COMPLETE
55082024-12-20T21:57:09.410Z[ recovery-image] Dec 20 21:57:08.507 INFO O| Dec 20 21:57:08.507 INFO STEP 389: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
55092024-12-20T21:57:09.427Z[ recovery-image] Dec 20 21:57:08.527 INFO O| Dec 20 21:57:08.527 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/shcomp"
55102024-12-20T21:57:09.427Z[ recovery-image] Dec 20 21:57:08.527 INFO O| Dec 20 21:57:08.527 INFO STEP 389 (remove_files) COMPLETE
55112024-12-20T21:57:09.427Z[ recovery-image] Dec 20 21:57:08.527 INFO O| Dec 20 21:57:08.527 INFO STEP 390: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
55122024-12-20T21:57:09.446Z[ recovery-image] Dec 20 21:57:08.547 INFO O| Dec 20 21:57:08.547 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/smbutil"
55132024-12-20T21:57:09.446Z[ recovery-image] Dec 20 21:57:08.547 INFO O| Dec 20 21:57:08.547 INFO STEP 390 (remove_files) COMPLETE
55142024-12-20T21:57:09.446Z[ recovery-image] Dec 20 21:57:08.547 INFO O| Dec 20 21:57:08.547 INFO STEP 391: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
55152024-12-20T21:57:09.465Z[ recovery-image] Dec 20 21:57:08.565 INFO O| Dec 20 21:57:08.565 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/snmp-bridge-mib"
55162024-12-20T21:57:09.465Z[ recovery-image] Dec 20 21:57:08.565 INFO O| Dec 20 21:57:08.565 INFO STEP 391 (remove_files) COMPLETE
55172024-12-20T21:57:09.465Z[ recovery-image] Dec 20 21:57:08.565 INFO O| Dec 20 21:57:08.565 INFO STEP 392: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
55182024-12-20T21:57:09.483Z[ recovery-image] Dec 20 21:57:08.583 INFO O| Dec 20 21:57:08.583 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/snmpbulkget"
55192024-12-20T21:57:09.483Z[ recovery-image] Dec 20 21:57:08.584 INFO O| Dec 20 21:57:08.583 INFO STEP 392 (remove_files) COMPLETE
55202024-12-20T21:57:09.483Z[ recovery-image] Dec 20 21:57:08.584 INFO O| Dec 20 21:57:08.584 INFO STEP 393: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
55212024-12-20T21:57:09.502Z[ recovery-image] Dec 20 21:57:08.602 INFO O| Dec 20 21:57:08.601 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/snmpbulkwalk"
55222024-12-20T21:57:09.502Z[ recovery-image] Dec 20 21:57:08.602 INFO O| Dec 20 21:57:08.602 INFO STEP 393 (remove_files) COMPLETE
55232024-12-20T21:57:09.502Z[ recovery-image] Dec 20 21:57:08.602 INFO O| Dec 20 21:57:08.602 INFO STEP 394: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
55242024-12-20T21:57:09.520Z[ recovery-image] Dec 20 21:57:08.619 INFO O| Dec 20 21:57:08.619 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/snmpcheck"
55252024-12-20T21:57:09.520Z[ recovery-image] Dec 20 21:57:08.619 INFO O| Dec 20 21:57:08.619 INFO STEP 394 (remove_files) COMPLETE
55262024-12-20T21:57:09.520Z[ recovery-image] Dec 20 21:57:08.620 INFO O| Dec 20 21:57:08.619 INFO STEP 395: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
55272024-12-20T21:57:09.541Z[ host-image] Dec 20 21:57:08.641 INFO O| Dec 20 21:57:08.641 INFO O| Actions: 23032/49485 actions (Installing new actions)
55282024-12-20T21:57:09.560Z[ recovery-image] Dec 20 21:57:08.660 INFO O| Dec 20 21:57:08.660 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/snmpconf"
55292024-12-20T21:57:09.562Z[ recovery-image] Dec 20 21:57:08.660 INFO O| Dec 20 21:57:08.660 INFO STEP 395 (remove_files) COMPLETE
55302024-12-20T21:57:09.562Z[ recovery-image] Dec 20 21:57:08.660 INFO O| Dec 20 21:57:08.660 INFO STEP 396: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
55312024-12-20T21:57:09.578Z[ recovery-image] Dec 20 21:57:08.678 INFO O| Dec 20 21:57:08.678 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/snmpdelta"
55322024-12-20T21:57:09.578Z[ recovery-image] Dec 20 21:57:08.678 INFO O| Dec 20 21:57:08.678 INFO STEP 396 (remove_files) COMPLETE
55332024-12-20T21:57:09.578Z[ recovery-image] Dec 20 21:57:08.678 INFO O| Dec 20 21:57:08.678 INFO STEP 397: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
55342024-12-20T21:57:09.597Z[ recovery-image] Dec 20 21:57:08.697 INFO O| Dec 20 21:57:08.697 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/snmpdf"
55352024-12-20T21:57:09.599Z[ recovery-image] Dec 20 21:57:08.698 INFO O| Dec 20 21:57:08.698 INFO STEP 397 (remove_files) COMPLETE
55362024-12-20T21:57:09.599Z[ recovery-image] Dec 20 21:57:08.698 INFO O| Dec 20 21:57:08.698 INFO STEP 398: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
55372024-12-20T21:57:09.643Z[ recovery-image] Dec 20 21:57:08.742 INFO O| Dec 20 21:57:08.742 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/snmpget"
55382024-12-20T21:57:09.645Z[ recovery-image] Dec 20 21:57:08.742 INFO O| Dec 20 21:57:08.742 INFO STEP 398 (remove_files) COMPLETE
55392024-12-20T21:57:09.645Z[ recovery-image] Dec 20 21:57:08.742 INFO O| Dec 20 21:57:08.742 INFO STEP 399: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
55402024-12-20T21:57:09.661Z[ recovery-image] Dec 20 21:57:08.760 INFO O| Dec 20 21:57:08.760 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/snmpgetnext"
55412024-12-20T21:57:09.661Z[ recovery-image] Dec 20 21:57:08.760 INFO O| Dec 20 21:57:08.760 INFO STEP 399 (remove_files) COMPLETE
55422024-12-20T21:57:09.661Z[ recovery-image] Dec 20 21:57:08.760 INFO O| Dec 20 21:57:08.760 INFO STEP 400: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
55432024-12-20T21:57:09.680Z[ recovery-image] Dec 20 21:57:08.779 INFO O| Dec 20 21:57:08.779 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/snmpnetstat"
55442024-12-20T21:57:09.680Z[ recovery-image] Dec 20 21:57:08.780 INFO O| Dec 20 21:57:08.780 INFO STEP 400 (remove_files) COMPLETE
55452024-12-20T21:57:09.680Z[ recovery-image] Dec 20 21:57:08.780 INFO O| Dec 20 21:57:08.780 INFO STEP 401: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
55462024-12-20T21:57:09.698Z[ recovery-image] Dec 20 21:57:08.797 INFO O| Dec 20 21:57:08.797 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/snmppcap"
55472024-12-20T21:57:09.698Z[ recovery-image] Dec 20 21:57:08.797 INFO O| Dec 20 21:57:08.797 INFO STEP 401 (remove_files) COMPLETE
55482024-12-20T21:57:09.698Z[ recovery-image] Dec 20 21:57:08.797 INFO O| Dec 20 21:57:08.797 INFO STEP 402: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
55492024-12-20T21:57:09.745Z[ recovery-image] Dec 20 21:57:08.845 INFO O| Dec 20 21:57:08.844 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/snmpping"
55502024-12-20T21:57:09.745Z[ recovery-image] Dec 20 21:57:08.845 INFO O| Dec 20 21:57:08.845 INFO STEP 402 (remove_files) COMPLETE
55512024-12-20T21:57:09.745Z[ recovery-image] Dec 20 21:57:08.845 INFO O| Dec 20 21:57:08.845 INFO STEP 403: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
55522024-12-20T21:57:09.764Z[ recovery-image] Dec 20 21:57:08.864 INFO O| Dec 20 21:57:08.864 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/snmpps"
55532024-12-20T21:57:09.764Z[ recovery-image] Dec 20 21:57:08.864 INFO O| Dec 20 21:57:08.864 INFO STEP 403 (remove_files) COMPLETE
55542024-12-20T21:57:09.766Z[ recovery-image] Dec 20 21:57:08.864 INFO O| Dec 20 21:57:08.864 INFO STEP 404: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
55552024-12-20T21:57:09.784Z[ recovery-image] Dec 20 21:57:08.880 INFO O| Dec 20 21:57:08.880 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/snmpset"
55562024-12-20T21:57:09.786Z[ recovery-image] Dec 20 21:57:08.880 INFO O| Dec 20 21:57:08.880 INFO STEP 404 (remove_files) COMPLETE
55572024-12-20T21:57:09.787Z[ recovery-image] Dec 20 21:57:08.880 INFO O| Dec 20 21:57:08.880 INFO STEP 405: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
55582024-12-20T21:57:09.797Z[ recovery-image] Dec 20 21:57:08.898 INFO O| Dec 20 21:57:08.898 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/snmpstatus"
55592024-12-20T21:57:09.797Z[ recovery-image] Dec 20 21:57:08.898 INFO O| Dec 20 21:57:08.898 INFO STEP 405 (remove_files) COMPLETE
55602024-12-20T21:57:09.797Z[ recovery-image] Dec 20 21:57:08.898 INFO O| Dec 20 21:57:08.898 INFO STEP 406: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
55612024-12-20T21:57:09.837Z[ recovery-image] Dec 20 21:57:08.937 INFO O| Dec 20 21:57:08.937 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/snmptable"
55622024-12-20T21:57:09.839Z[ recovery-image] Dec 20 21:57:08.937 INFO O| Dec 20 21:57:08.937 INFO STEP 406 (remove_files) COMPLETE
55632024-12-20T21:57:09.839Z[ recovery-image] Dec 20 21:57:08.937 INFO O| Dec 20 21:57:08.937 INFO STEP 407: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
55642024-12-20T21:57:09.937Z[ recovery-image] Dec 20 21:57:09.037 INFO O| Dec 20 21:57:09.037 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/snmptest"
55652024-12-20T21:57:09.937Z[ recovery-image] Dec 20 21:57:09.037 INFO O| Dec 20 21:57:09.037 INFO STEP 407 (remove_files) COMPLETE
55662024-12-20T21:57:09.937Z[ recovery-image] Dec 20 21:57:09.037 INFO O| Dec 20 21:57:09.037 INFO STEP 408: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
55672024-12-20T21:57:10.009Z[ recovery-image] Dec 20 21:57:09.109 INFO O| Dec 20 21:57:09.109 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/snmptranslate"
55682024-12-20T21:57:10.009Z[ recovery-image] Dec 20 21:57:09.109 INFO O| Dec 20 21:57:09.109 INFO STEP 408 (remove_files) COMPLETE
55692024-12-20T21:57:10.009Z[ recovery-image] Dec 20 21:57:09.109 INFO O| Dec 20 21:57:09.109 INFO STEP 409: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
55702024-12-20T21:57:10.057Z[ recovery-image] Dec 20 21:57:09.157 INFO O| Dec 20 21:57:09.157 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/snmptrap"
55712024-12-20T21:57:10.057Z[ recovery-image] Dec 20 21:57:09.157 INFO O| Dec 20 21:57:09.157 INFO STEP 409 (remove_files) COMPLETE
55722024-12-20T21:57:10.057Z[ recovery-image] Dec 20 21:57:09.157 INFO O| Dec 20 21:57:09.157 INFO STEP 410: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
55732024-12-20T21:57:10.083Z[ recovery-image] Dec 20 21:57:09.184 INFO O| Dec 20 21:57:09.183 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/snmpusm"
55742024-12-20T21:57:10.083Z[ recovery-image] Dec 20 21:57:09.184 INFO O| Dec 20 21:57:09.184 INFO STEP 410 (remove_files) COMPLETE
55752024-12-20T21:57:10.086Z[ recovery-image] Dec 20 21:57:09.184 INFO O| Dec 20 21:57:09.184 INFO STEP 411: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
55762024-12-20T21:57:10.108Z[ recovery-image] Dec 20 21:57:09.206 INFO O| Dec 20 21:57:09.206 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/snmpvacm"
55772024-12-20T21:57:10.108Z[ recovery-image] Dec 20 21:57:09.206 INFO O| Dec 20 21:57:09.206 INFO STEP 411 (remove_files) COMPLETE
55782024-12-20T21:57:10.108Z[ recovery-image] Dec 20 21:57:09.206 INFO O| Dec 20 21:57:09.206 INFO STEP 412: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
55792024-12-20T21:57:10.136Z[ recovery-image] Dec 20 21:57:09.236 INFO O| Dec 20 21:57:09.236 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/snmpwalk"
55802024-12-20T21:57:10.136Z[ recovery-image] Dec 20 21:57:09.236 INFO O| Dec 20 21:57:09.236 INFO STEP 412 (remove_files) COMPLETE
55812024-12-20T21:57:10.136Z[ recovery-image] Dec 20 21:57:09.236 INFO O| Dec 20 21:57:09.236 INFO STEP 413: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
55822024-12-20T21:57:10.165Z[ recovery-image] Dec 20 21:57:09.265 INFO O| Dec 20 21:57:09.265 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/sotruss"
55832024-12-20T21:57:10.167Z[ recovery-image] Dec 20 21:57:09.266 INFO O| Dec 20 21:57:09.265 INFO STEP 413 (remove_files) COMPLETE
55842024-12-20T21:57:10.167Z[ recovery-image] Dec 20 21:57:09.266 INFO O| Dec 20 21:57:09.266 INFO STEP 414: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
55852024-12-20T21:57:10.186Z[ recovery-image] Dec 20 21:57:09.286 INFO O| Dec 20 21:57:09.286 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/spell"
55862024-12-20T21:57:10.186Z[ recovery-image] Dec 20 21:57:09.286 INFO O| Dec 20 21:57:09.286 INFO STEP 414 (remove_files) COMPLETE
55872024-12-20T21:57:10.189Z[ recovery-image] Dec 20 21:57:09.286 INFO O| Dec 20 21:57:09.286 INFO STEP 415: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
55882024-12-20T21:57:10.215Z[ recovery-image] Dec 20 21:57:09.315 INFO O| Dec 20 21:57:09.315 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/split"
55892024-12-20T21:57:10.218Z[ recovery-image] Dec 20 21:57:09.315 INFO O| Dec 20 21:57:09.315 INFO STEP 415 (remove_files) COMPLETE
55902024-12-20T21:57:10.218Z[ recovery-image] Dec 20 21:57:09.315 INFO O| Dec 20 21:57:09.315 INFO STEP 416: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
55912024-12-20T21:57:10.287Z[ recovery-image] Dec 20 21:57:09.387 INFO O| Dec 20 21:57:09.387 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/sqlite3"
55922024-12-20T21:57:10.287Z[ recovery-image] Dec 20 21:57:09.387 INFO O| Dec 20 21:57:09.387 INFO STEP 416 (remove_files) COMPLETE
55932024-12-20T21:57:10.290Z[ recovery-image] Dec 20 21:57:09.387 INFO O| Dec 20 21:57:09.387 INFO STEP 417: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
55942024-12-20T21:57:10.340Z[ recovery-image] Dec 20 21:57:09.440 INFO O| Dec 20 21:57:09.440 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/ssh"
55952024-12-20T21:57:10.340Z[ recovery-image] Dec 20 21:57:09.440 INFO O| Dec 20 21:57:09.440 INFO STEP 417 (remove_files) COMPLETE
55962024-12-20T21:57:10.340Z[ recovery-image] Dec 20 21:57:09.440 INFO O| Dec 20 21:57:09.440 INFO STEP 418: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
55972024-12-20T21:57:10.378Z[ recovery-image] Dec 20 21:57:09.478 INFO O| Dec 20 21:57:09.478 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/ssh-add"
55982024-12-20T21:57:10.378Z[ recovery-image] Dec 20 21:57:09.478 INFO O| Dec 20 21:57:09.478 INFO STEP 418 (remove_files) COMPLETE
55992024-12-20T21:57:10.378Z[ recovery-image] Dec 20 21:57:09.478 INFO O| Dec 20 21:57:09.478 INFO STEP 419: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
56002024-12-20T21:57:10.398Z[ recovery-image] Dec 20 21:57:09.497 INFO O| Dec 20 21:57:09.497 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/ssh-agent"
56012024-12-20T21:57:10.398Z[ recovery-image] Dec 20 21:57:09.497 INFO O| Dec 20 21:57:09.497 INFO STEP 419 (remove_files) COMPLETE
56022024-12-20T21:57:10.400Z[ recovery-image] Dec 20 21:57:09.497 INFO O| Dec 20 21:57:09.497 INFO STEP 420: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
56032024-12-20T21:57:10.417Z[ recovery-image] Dec 20 21:57:09.515 INFO O| Dec 20 21:57:09.515 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/ssh-copy-id"
56042024-12-20T21:57:10.417Z[ recovery-image] Dec 20 21:57:09.515 INFO O| Dec 20 21:57:09.515 INFO STEP 420 (remove_files) COMPLETE
56052024-12-20T21:57:10.417Z[ recovery-image] Dec 20 21:57:09.516 INFO O| Dec 20 21:57:09.515 INFO STEP 421: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
56062024-12-20T21:57:10.432Z[ recovery-image] Dec 20 21:57:09.533 INFO O| Dec 20 21:57:09.533 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/ssh-keyscan"
56072024-12-20T21:57:10.432Z[ recovery-image] Dec 20 21:57:09.533 INFO O| Dec 20 21:57:09.533 INFO STEP 421 (remove_files) COMPLETE
56082024-12-20T21:57:10.433Z[ recovery-image] Dec 20 21:57:09.533 INFO O| Dec 20 21:57:09.533 INFO STEP 422: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
56092024-12-20T21:57:10.450Z[ recovery-image] Dec 20 21:57:09.551 INFO O| Dec 20 21:57:09.550 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/strings"
56102024-12-20T21:57:10.450Z[ recovery-image] Dec 20 21:57:09.551 INFO O| Dec 20 21:57:09.551 INFO STEP 422 (remove_files) COMPLETE
56112024-12-20T21:57:10.450Z[ recovery-image] Dec 20 21:57:09.551 INFO O| Dec 20 21:57:09.551 INFO STEP 423: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
56122024-12-20T21:57:10.469Z[ recovery-image] Dec 20 21:57:09.569 INFO O| Dec 20 21:57:09.569 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/sum"
56132024-12-20T21:57:10.469Z[ recovery-image] Dec 20 21:57:09.569 INFO O| Dec 20 21:57:09.569 INFO STEP 423 (remove_files) COMPLETE
56142024-12-20T21:57:10.472Z[ recovery-image] Dec 20 21:57:09.569 INFO O| Dec 20 21:57:09.569 INFO STEP 424: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
56152024-12-20T21:57:10.487Z[ recovery-image] Dec 20 21:57:09.587 INFO O| Dec 20 21:57:09.587 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/tabs"
56162024-12-20T21:57:10.487Z[ recovery-image] Dec 20 21:57:09.587 INFO O| Dec 20 21:57:09.587 INFO STEP 424 (remove_files) COMPLETE
56172024-12-20T21:57:10.487Z[ recovery-image] Dec 20 21:57:09.587 INFO O| Dec 20 21:57:09.587 INFO STEP 425: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
56182024-12-20T21:57:10.508Z[ recovery-image] Dec 20 21:57:09.604 INFO O| Dec 20 21:57:09.604 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/tcopy"
56192024-12-20T21:57:10.508Z[ recovery-image] Dec 20 21:57:09.604 INFO O| Dec 20 21:57:09.604 INFO STEP 425 (remove_files) COMPLETE
56202024-12-20T21:57:10.508Z[ recovery-image] Dec 20 21:57:09.604 INFO O| Dec 20 21:57:09.604 INFO STEP 426: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
56212024-12-20T21:57:10.521Z[ recovery-image] Dec 20 21:57:09.621 INFO O| Dec 20 21:57:09.621 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/test"
56222024-12-20T21:57:10.521Z[ recovery-image] Dec 20 21:57:09.621 INFO O| Dec 20 21:57:09.621 INFO STEP 426 (remove_files) COMPLETE
56232024-12-20T21:57:10.524Z[ recovery-image] Dec 20 21:57:09.621 INFO O| Dec 20 21:57:09.621 INFO STEP 427: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
56242024-12-20T21:57:10.547Z[ recovery-image] Dec 20 21:57:09.648 INFO O| Dec 20 21:57:09.647 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/tic"
56252024-12-20T21:57:10.548Z[ recovery-image] Dec 20 21:57:09.648 INFO O| Dec 20 21:57:09.648 INFO STEP 427 (remove_files) COMPLETE
56262024-12-20T21:57:10.548Z[ recovery-image] Dec 20 21:57:09.648 INFO O| Dec 20 21:57:09.648 INFO STEP 428: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
56272024-12-20T21:57:10.575Z[ recovery-image] Dec 20 21:57:09.675 INFO O| Dec 20 21:57:09.675 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/time"
56282024-12-20T21:57:10.575Z[ recovery-image] Dec 20 21:57:09.675 INFO O| Dec 20 21:57:09.675 INFO STEP 428 (remove_files) COMPLETE
56292024-12-20T21:57:10.575Z[ recovery-image] Dec 20 21:57:09.675 INFO O| Dec 20 21:57:09.675 INFO STEP 429: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
56302024-12-20T21:57:10.597Z[ recovery-image] Dec 20 21:57:09.697 INFO O| Dec 20 21:57:09.697 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/tip"
56312024-12-20T21:57:10.600Z[ recovery-image] Dec 20 21:57:09.698 INFO O| Dec 20 21:57:09.698 INFO STEP 429 (remove_files) COMPLETE
56322024-12-20T21:57:10.600Z[ recovery-image] Dec 20 21:57:09.698 INFO O| Dec 20 21:57:09.698 INFO STEP 430: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
56332024-12-20T21:57:10.617Z[ recovery-image] Dec 20 21:57:09.717 INFO O| Dec 20 21:57:09.717 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/tkmib"
56342024-12-20T21:57:10.619Z[ recovery-image] Dec 20 21:57:09.718 INFO O| Dec 20 21:57:09.717 INFO STEP 430 (remove_files) COMPLETE
56352024-12-20T21:57:10.619Z[ recovery-image] Dec 20 21:57:09.718 INFO O| Dec 20 21:57:09.718 INFO STEP 431: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
56362024-12-20T21:57:10.636Z[ recovery-image] Dec 20 21:57:09.736 INFO O| Dec 20 21:57:09.736 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/tpmadm"
56372024-12-20T21:57:10.638Z[ recovery-image] Dec 20 21:57:09.736 INFO O| Dec 20 21:57:09.736 INFO STEP 431 (remove_files) COMPLETE
56382024-12-20T21:57:10.638Z[ recovery-image] Dec 20 21:57:09.736 INFO O| Dec 20 21:57:09.736 INFO STEP 432: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
56392024-12-20T21:57:10.653Z[ recovery-image] Dec 20 21:57:09.753 INFO O| Dec 20 21:57:09.753 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/traptoemail"
56402024-12-20T21:57:10.656Z[ recovery-image] Dec 20 21:57:09.754 INFO O| Dec 20 21:57:09.754 INFO STEP 432 (remove_files) COMPLETE
56412024-12-20T21:57:10.656Z[ recovery-image] Dec 20 21:57:09.754 INFO O| Dec 20 21:57:09.754 INFO STEP 433: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
56422024-12-20T21:57:10.671Z[ recovery-image] Dec 20 21:57:09.772 INFO O| Dec 20 21:57:09.771 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/true"
56432024-12-20T21:57:10.674Z[ recovery-image] Dec 20 21:57:09.772 INFO O| Dec 20 21:57:09.772 INFO STEP 433 (remove_files) COMPLETE
56442024-12-20T21:57:10.674Z[ recovery-image] Dec 20 21:57:09.772 INFO O| Dec 20 21:57:09.772 INFO STEP 434: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
56452024-12-20T21:57:10.689Z[ recovery-image] Dec 20 21:57:09.789 INFO O| Dec 20 21:57:09.789 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/tty"
56462024-12-20T21:57:10.691Z[ recovery-image] Dec 20 21:57:09.790 INFO O| Dec 20 21:57:09.790 INFO STEP 434 (remove_files) COMPLETE
56472024-12-20T21:57:10.691Z[ recovery-image] Dec 20 21:57:09.790 INFO O| Dec 20 21:57:09.790 INFO STEP 435: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
56482024-12-20T21:57:10.707Z[ recovery-image] Dec 20 21:57:09.807 INFO O| Dec 20 21:57:09.807 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/type"
56492024-12-20T21:57:10.709Z[ recovery-image] Dec 20 21:57:09.807 INFO O| Dec 20 21:57:09.807 INFO STEP 435 (remove_files) COMPLETE
56502024-12-20T21:57:10.709Z[ recovery-image] Dec 20 21:57:09.807 INFO O| Dec 20 21:57:09.807 INFO STEP 436: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
56512024-12-20T21:57:10.742Z[ recovery-image] Dec 20 21:57:09.842 INFO O| Dec 20 21:57:09.842 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/tzselect"
56522024-12-20T21:57:10.742Z[ recovery-image] Dec 20 21:57:09.842 INFO O| Dec 20 21:57:09.842 INFO STEP 436 (remove_files) COMPLETE
56532024-12-20T21:57:10.742Z[ recovery-image] Dec 20 21:57:09.842 INFO O| Dec 20 21:57:09.842 INFO STEP 437: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
56542024-12-20T21:57:10.776Z[ recovery-image] Dec 20 21:57:09.876 INFO O| Dec 20 21:57:09.876 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/ulimit"
56552024-12-20T21:57:10.776Z[ recovery-image] Dec 20 21:57:09.876 INFO O| Dec 20 21:57:09.876 INFO STEP 437 (remove_files) COMPLETE
56562024-12-20T21:57:10.778Z[ recovery-image] Dec 20 21:57:09.876 INFO O| Dec 20 21:57:09.876 INFO STEP 438: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
56572024-12-20T21:57:10.851Z[ recovery-image] Dec 20 21:57:09.951 INFO O| Dec 20 21:57:09.951 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/umask"
56582024-12-20T21:57:10.851Z[ recovery-image] Dec 20 21:57:09.951 INFO O| Dec 20 21:57:09.951 INFO STEP 438 (remove_files) COMPLETE
56592024-12-20T21:57:10.851Z[ recovery-image] Dec 20 21:57:09.951 INFO O| Dec 20 21:57:09.951 INFO STEP 439: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
56602024-12-20T21:57:10.869Z[ recovery-image] Dec 20 21:57:09.968 INFO O| Dec 20 21:57:09.968 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/unalias"
56612024-12-20T21:57:10.869Z[ recovery-image] Dec 20 21:57:09.968 INFO O| Dec 20 21:57:09.968 INFO STEP 439 (remove_files) COMPLETE
56622024-12-20T21:57:10.869Z[ recovery-image] Dec 20 21:57:09.968 INFO O| Dec 20 21:57:09.968 INFO STEP 440: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
56632024-12-20T21:57:10.886Z[ recovery-image] Dec 20 21:57:09.986 INFO O| Dec 20 21:57:09.986 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/uncompress"
56642024-12-20T21:57:10.886Z[ recovery-image] Dec 20 21:57:09.986 INFO O| Dec 20 21:57:09.986 INFO STEP 440 (remove_files) COMPLETE
56652024-12-20T21:57:10.886Z[ recovery-image] Dec 20 21:57:09.986 INFO O| Dec 20 21:57:09.986 INFO STEP 441: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
56662024-12-20T21:57:10.938Z[ recovery-image] Dec 20 21:57:10.038 INFO O| Dec 20 21:57:10.038 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/unexpand"
56672024-12-20T21:57:10.938Z[ recovery-image] Dec 20 21:57:10.038 INFO O| Dec 20 21:57:10.038 INFO STEP 441 (remove_files) COMPLETE
56682024-12-20T21:57:10.938Z[ recovery-image] Dec 20 21:57:10.038 INFO O| Dec 20 21:57:10.038 INFO STEP 442: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
56692024-12-20T21:57:11.013Z[ recovery-image] Dec 20 21:57:10.113 INFO O| Dec 20 21:57:10.113 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/uniq"
56702024-12-20T21:57:11.013Z[ recovery-image] Dec 20 21:57:10.113 INFO O| Dec 20 21:57:10.113 INFO STEP 442 (remove_files) COMPLETE
56712024-12-20T21:57:11.016Z[ recovery-image] Dec 20 21:57:10.113 INFO O| Dec 20 21:57:10.113 INFO STEP 443: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
56722024-12-20T21:57:11.066Z[ recovery-image] Dec 20 21:57:10.166 INFO O| Dec 20 21:57:10.166 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/units"
56732024-12-20T21:57:11.066Z[ recovery-image] Dec 20 21:57:10.166 INFO O| Dec 20 21:57:10.166 INFO STEP 443 (remove_files) COMPLETE
56742024-12-20T21:57:11.068Z[ recovery-image] Dec 20 21:57:10.166 INFO O| Dec 20 21:57:10.166 INFO STEP 444: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
56752024-12-20T21:57:11.084Z[ recovery-image] Dec 20 21:57:10.184 INFO O| Dec 20 21:57:10.184 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/unix2dos"
56762024-12-20T21:57:11.084Z[ recovery-image] Dec 20 21:57:10.184 INFO O| Dec 20 21:57:10.184 INFO STEP 444 (remove_files) COMPLETE
56772024-12-20T21:57:11.087Z[ recovery-image] Dec 20 21:57:10.184 INFO O| Dec 20 21:57:10.184 INFO STEP 445: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
56782024-12-20T21:57:11.129Z[ recovery-image] Dec 20 21:57:10.229 INFO O| Dec 20 21:57:10.229 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/unpack"
56792024-12-20T21:57:11.129Z[ recovery-image] Dec 20 21:57:10.229 INFO O| Dec 20 21:57:10.229 INFO STEP 445 (remove_files) COMPLETE
56802024-12-20T21:57:11.132Z[ recovery-image] Dec 20 21:57:10.229 INFO O| Dec 20 21:57:10.229 INFO STEP 446: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
56812024-12-20T21:57:11.148Z[ recovery-image] Dec 20 21:57:10.248 INFO O| Dec 20 21:57:10.248 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/uptime"
56822024-12-20T21:57:11.148Z[ recovery-image] Dec 20 21:57:10.248 INFO O| Dec 20 21:57:10.248 INFO STEP 446 (remove_files) COMPLETE
56832024-12-20T21:57:11.150Z[ recovery-image] Dec 20 21:57:10.248 INFO O| Dec 20 21:57:10.248 INFO STEP 447: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
56842024-12-20T21:57:11.177Z[ recovery-image] Dec 20 21:57:10.277 INFO O| Dec 20 21:57:10.277 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/userattr"
56852024-12-20T21:57:11.195Z[ recovery-image] Dec 20 21:57:10.277 INFO O| Dec 20 21:57:10.277 INFO STEP 447 (remove_files) COMPLETE
56862024-12-20T21:57:11.195Z[ recovery-image] Dec 20 21:57:10.277 INFO O| Dec 20 21:57:10.277 INFO STEP 448: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
56872024-12-20T21:57:11.218Z[ recovery-image] Dec 20 21:57:10.316 INFO O| Dec 20 21:57:10.315 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/uudecode"
56882024-12-20T21:57:11.222Z[ recovery-image] Dec 20 21:57:10.316 INFO O| Dec 20 21:57:10.316 INFO STEP 448 (remove_files) COMPLETE
56892024-12-20T21:57:11.222Z[ recovery-image] Dec 20 21:57:10.316 INFO O| Dec 20 21:57:10.316 INFO STEP 449: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
56902024-12-20T21:57:11.260Z[ recovery-image] Dec 20 21:57:10.359 INFO O| Dec 20 21:57:10.359 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/uuencode"
56912024-12-20T21:57:11.260Z[ recovery-image] Dec 20 21:57:10.360 INFO O| Dec 20 21:57:10.360 INFO STEP 449 (remove_files) COMPLETE
56922024-12-20T21:57:11.262Z[ recovery-image] Dec 20 21:57:10.360 INFO O| Dec 20 21:57:10.360 INFO STEP 450: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
56932024-12-20T21:57:11.277Z[ recovery-image] Dec 20 21:57:10.377 INFO O| Dec 20 21:57:10.377 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/uuidgen"
56942024-12-20T21:57:11.277Z[ recovery-image] Dec 20 21:57:10.377 INFO O| Dec 20 21:57:10.377 INFO STEP 450 (remove_files) COMPLETE
56952024-12-20T21:57:11.277Z[ recovery-image] Dec 20 21:57:10.377 INFO O| Dec 20 21:57:10.377 INFO STEP 451: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
56962024-12-20T21:57:11.295Z[ recovery-image] Dec 20 21:57:10.395 INFO O| Dec 20 21:57:10.395 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/vedit"
56972024-12-20T21:57:11.295Z[ recovery-image] Dec 20 21:57:10.395 INFO O| Dec 20 21:57:10.395 INFO STEP 451 (remove_files) COMPLETE
56982024-12-20T21:57:11.298Z[ recovery-image] Dec 20 21:57:10.396 INFO O| Dec 20 21:57:10.395 INFO STEP 452: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
56992024-12-20T21:57:11.345Z[ recovery-image] Dec 20 21:57:10.445 INFO O| Dec 20 21:57:10.445 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/vim"
57002024-12-20T21:57:11.347Z[ recovery-image] Dec 20 21:57:10.445 INFO O| Dec 20 21:57:10.445 INFO STEP 452 (remove_files) COMPLETE
57012024-12-20T21:57:11.347Z[ recovery-image] Dec 20 21:57:10.445 INFO O| Dec 20 21:57:10.445 INFO STEP 453: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
57022024-12-20T21:57:11.365Z[ recovery-image] Dec 20 21:57:10.465 INFO O| Dec 20 21:57:10.465 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/vimtutor"
57032024-12-20T21:57:11.368Z[ recovery-image] Dec 20 21:57:10.465 INFO O| Dec 20 21:57:10.465 INFO STEP 453 (remove_files) COMPLETE
57042024-12-20T21:57:11.368Z[ recovery-image] Dec 20 21:57:10.465 INFO O| Dec 20 21:57:10.465 INFO STEP 454: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
57052024-12-20T21:57:11.383Z[ recovery-image] Dec 20 21:57:10.484 INFO O| Dec 20 21:57:10.483 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/vmstat"
57062024-12-20T21:57:11.386Z[ recovery-image] Dec 20 21:57:10.484 INFO O| Dec 20 21:57:10.484 INFO STEP 454 (remove_files) COMPLETE
57072024-12-20T21:57:11.386Z[ recovery-image] Dec 20 21:57:10.484 INFO O| Dec 20 21:57:10.484 INFO STEP 455: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
57082024-12-20T21:57:11.402Z[ recovery-image] Dec 20 21:57:10.502 INFO O| Dec 20 21:57:10.502 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/vtfontcvt"
57092024-12-20T21:57:11.404Z[ recovery-image] Dec 20 21:57:10.502 INFO O| Dec 20 21:57:10.502 INFO STEP 455 (remove_files) COMPLETE
57102024-12-20T21:57:11.404Z[ recovery-image] Dec 20 21:57:10.502 INFO O| Dec 20 21:57:10.502 INFO STEP 456: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
57112024-12-20T21:57:11.422Z[ recovery-image] Dec 20 21:57:10.522 INFO O| Dec 20 21:57:10.522 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/w"
57122024-12-20T21:57:11.422Z[ recovery-image] Dec 20 21:57:10.522 INFO O| Dec 20 21:57:10.522 INFO STEP 456 (remove_files) COMPLETE
57132024-12-20T21:57:11.422Z[ recovery-image] Dec 20 21:57:10.522 INFO O| Dec 20 21:57:10.522 INFO STEP 457: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
57142024-12-20T21:57:11.507Z[ recovery-image] Dec 20 21:57:10.607 INFO O| Dec 20 21:57:10.607 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/wait"
57152024-12-20T21:57:11.507Z[ recovery-image] Dec 20 21:57:10.607 INFO O| Dec 20 21:57:10.607 INFO STEP 457 (remove_files) COMPLETE
57162024-12-20T21:57:11.507Z[ recovery-image] Dec 20 21:57:10.607 INFO O| Dec 20 21:57:10.607 INFO STEP 458: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
57172024-12-20T21:57:11.552Z[ recovery-image] Dec 20 21:57:10.652 INFO O| Dec 20 21:57:10.652 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/watch"
57182024-12-20T21:57:11.555Z[ recovery-image] Dec 20 21:57:10.653 INFO O| Dec 20 21:57:10.653 INFO STEP 458 (remove_files) COMPLETE
57192024-12-20T21:57:11.555Z[ recovery-image] Dec 20 21:57:10.653 INFO O| Dec 20 21:57:10.653 INFO STEP 459: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
57202024-12-20T21:57:11.580Z[ recovery-image] Dec 20 21:57:10.680 INFO O| Dec 20 21:57:10.680 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/wc"
57212024-12-20T21:57:11.580Z[ recovery-image] Dec 20 21:57:10.680 INFO O| Dec 20 21:57:10.680 INFO STEP 459 (remove_files) COMPLETE
57222024-12-20T21:57:11.580Z[ recovery-image] Dec 20 21:57:10.680 INFO O| Dec 20 21:57:10.680 INFO STEP 460: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
57232024-12-20T21:57:11.609Z[ recovery-image] Dec 20 21:57:10.709 INFO O| Dec 20 21:57:10.709 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/which"
57242024-12-20T21:57:11.611Z[ recovery-image] Dec 20 21:57:10.710 INFO O| Dec 20 21:57:10.709 INFO STEP 460 (remove_files) COMPLETE
57252024-12-20T21:57:11.611Z[ recovery-image] Dec 20 21:57:10.710 INFO O| Dec 20 21:57:10.710 INFO STEP 461: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
57262024-12-20T21:57:11.632Z[ recovery-image] Dec 20 21:57:10.733 INFO O| Dec 20 21:57:10.732 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/whocalls"
57272024-12-20T21:57:11.635Z[ recovery-image] Dec 20 21:57:10.733 INFO O| Dec 20 21:57:10.733 INFO STEP 461 (remove_files) COMPLETE
57282024-12-20T21:57:11.635Z[ recovery-image] Dec 20 21:57:10.733 INFO O| Dec 20 21:57:10.733 INFO STEP 462: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
57292024-12-20T21:57:11.651Z[ recovery-image] Dec 20 21:57:10.751 INFO O| Dec 20 21:57:10.751 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/wracct"
57302024-12-20T21:57:11.654Z[ recovery-image] Dec 20 21:57:10.752 INFO O| Dec 20 21:57:10.752 INFO STEP 462 (remove_files) COMPLETE
57312024-12-20T21:57:11.654Z[ recovery-image] Dec 20 21:57:10.752 INFO O| Dec 20 21:57:10.752 INFO STEP 463: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
57322024-12-20T21:57:11.669Z[ recovery-image] Dec 20 21:57:10.769 INFO O| Dec 20 21:57:10.769 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/write"
57332024-12-20T21:57:11.672Z[ recovery-image] Dec 20 21:57:10.769 INFO O| Dec 20 21:57:10.769 INFO STEP 463 (remove_files) COMPLETE
57342024-12-20T21:57:11.672Z[ recovery-image] Dec 20 21:57:10.770 INFO O| Dec 20 21:57:10.770 INFO STEP 464: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
57352024-12-20T21:57:11.687Z[ recovery-image] Dec 20 21:57:10.787 INFO O| Dec 20 21:57:10.787 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/xargs"
57362024-12-20T21:57:11.690Z[ recovery-image] Dec 20 21:57:10.788 INFO O| Dec 20 21:57:10.788 INFO STEP 464 (remove_files) COMPLETE
57372024-12-20T21:57:11.690Z[ recovery-image] Dec 20 21:57:10.788 INFO O| Dec 20 21:57:10.788 INFO STEP 465: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
57382024-12-20T21:57:11.705Z[ recovery-image] Dec 20 21:57:10.805 INFO O| Dec 20 21:57:10.804 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/xml2-config"
57392024-12-20T21:57:11.708Z[ recovery-image] Dec 20 21:57:10.805 INFO O| Dec 20 21:57:10.805 INFO STEP 465 (remove_files) COMPLETE
57402024-12-20T21:57:11.708Z[ recovery-image] Dec 20 21:57:10.805 INFO O| Dec 20 21:57:10.805 INFO STEP 466: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
57412024-12-20T21:57:11.740Z[ recovery-image] Dec 20 21:57:10.840 INFO O| Dec 20 21:57:10.840 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/xmlcatalog"
57422024-12-20T21:57:11.743Z[ recovery-image] Dec 20 21:57:10.841 INFO O| Dec 20 21:57:10.840 INFO STEP 466 (remove_files) COMPLETE
57432024-12-20T21:57:11.743Z[ recovery-image] Dec 20 21:57:10.841 INFO O| Dec 20 21:57:10.841 INFO STEP 467: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
57442024-12-20T21:57:11.759Z[ recovery-image] Dec 20 21:57:10.859 INFO O| Dec 20 21:57:10.859 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/xmllint"
57452024-12-20T21:57:11.761Z[ recovery-image] Dec 20 21:57:10.859 INFO O| Dec 20 21:57:10.859 INFO STEP 467 (remove_files) COMPLETE
57462024-12-20T21:57:11.761Z[ recovery-image] Dec 20 21:57:10.859 INFO O| Dec 20 21:57:10.859 INFO STEP 468: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
57472024-12-20T21:57:11.777Z[ recovery-image] Dec 20 21:57:10.877 INFO O| Dec 20 21:57:10.877 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/xmlwf"
57482024-12-20T21:57:11.780Z[ recovery-image] Dec 20 21:57:10.877 INFO O| Dec 20 21:57:10.877 INFO STEP 468 (remove_files) COMPLETE
57492024-12-20T21:57:11.780Z[ recovery-image] Dec 20 21:57:10.877 INFO O| Dec 20 21:57:10.877 INFO STEP 469: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
57502024-12-20T21:57:11.797Z[ recovery-image] Dec 20 21:57:10.898 INFO O| Dec 20 21:57:10.898 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/xstr"
57512024-12-20T21:57:11.797Z[ recovery-image] Dec 20 21:57:10.898 INFO O| Dec 20 21:57:10.898 INFO STEP 469 (remove_files) COMPLETE
57522024-12-20T21:57:11.797Z[ recovery-image] Dec 20 21:57:10.898 INFO O| Dec 20 21:57:10.898 INFO STEP 470: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
57532024-12-20T21:57:11.870Z[ recovery-image] Dec 20 21:57:10.970 INFO O| Dec 20 21:57:10.970 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/xxd"
57542024-12-20T21:57:11.870Z[ recovery-image] Dec 20 21:57:10.970 INFO O| Dec 20 21:57:10.970 INFO STEP 470 (remove_files) COMPLETE
57552024-12-20T21:57:11.870Z[ recovery-image] Dec 20 21:57:10.970 INFO O| Dec 20 21:57:10.970 INFO STEP 471: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
57562024-12-20T21:57:11.909Z[ recovery-image] Dec 20 21:57:11.008 INFO O| Dec 20 21:57:11.008 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/xz"
57572024-12-20T21:57:11.909Z[ recovery-image] Dec 20 21:57:11.008 INFO O| Dec 20 21:57:11.008 INFO STEP 471 (remove_files) COMPLETE
57582024-12-20T21:57:11.909Z[ recovery-image] Dec 20 21:57:11.008 INFO O| Dec 20 21:57:11.008 INFO STEP 472: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
57592024-12-20T21:57:11.946Z[ recovery-image] Dec 20 21:57:11.045 INFO O| Dec 20 21:57:11.045 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/xzdec"
57602024-12-20T21:57:11.946Z[ recovery-image] Dec 20 21:57:11.045 INFO O| Dec 20 21:57:11.045 INFO STEP 472 (remove_files) COMPLETE
57612024-12-20T21:57:11.946Z[ recovery-image] Dec 20 21:57:11.045 INFO O| Dec 20 21:57:11.045 INFO STEP 473: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
57622024-12-20T21:57:11.991Z[ recovery-image] Dec 20 21:57:11.091 INFO O| Dec 20 21:57:11.091 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/xzdiff"
57632024-12-20T21:57:11.991Z[ recovery-image] Dec 20 21:57:11.091 INFO O| Dec 20 21:57:11.091 INFO STEP 473 (remove_files) COMPLETE
57642024-12-20T21:57:11.991Z[ recovery-image] Dec 20 21:57:11.091 INFO O| Dec 20 21:57:11.091 INFO STEP 474: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
57652024-12-20T21:57:12.122Z[ recovery-image] Dec 20 21:57:11.222 INFO O| Dec 20 21:57:11.222 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/xzgrep"
57662024-12-20T21:57:12.122Z[ recovery-image] Dec 20 21:57:11.222 INFO O| Dec 20 21:57:11.222 INFO STEP 474 (remove_files) COMPLETE
57672024-12-20T21:57:12.124Z[ recovery-image] Dec 20 21:57:11.222 INFO O| Dec 20 21:57:11.222 INFO STEP 475: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
57682024-12-20T21:57:12.141Z[ recovery-image] Dec 20 21:57:11.241 INFO O| Dec 20 21:57:11.241 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/xzless"
57692024-12-20T21:57:12.171Z[ recovery-image] Dec 20 21:57:11.271 INFO O| Dec 20 21:57:11.271 INFO STEP 475 (remove_files) COMPLETE
57702024-12-20T21:57:12.171Z[ recovery-image] Dec 20 21:57:11.271 INFO O| Dec 20 21:57:11.271 INFO STEP 476: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
57712024-12-20T21:57:12.194Z[ recovery-image] Dec 20 21:57:11.294 INFO O| Dec 20 21:57:11.294 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/xzmore"
57722024-12-20T21:57:12.196Z[ recovery-image] Dec 20 21:57:11.294 INFO O| Dec 20 21:57:11.294 INFO STEP 476 (remove_files) COMPLETE
57732024-12-20T21:57:12.197Z[ recovery-image] Dec 20 21:57:11.295 INFO O| Dec 20 21:57:11.295 INFO STEP 477: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
57742024-12-20T21:57:12.236Z[ recovery-image] Dec 20 21:57:11.336 INFO O| Dec 20 21:57:11.336 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/yes"
57752024-12-20T21:57:12.240Z[ recovery-image] Dec 20 21:57:11.336 INFO O| Dec 20 21:57:11.336 INFO STEP 477 (remove_files) COMPLETE
57762024-12-20T21:57:12.240Z[ recovery-image] Dec 20 21:57:11.336 INFO O| Dec 20 21:57:11.336 INFO STEP 478: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
57772024-12-20T21:57:12.259Z[ recovery-image] Dec 20 21:57:11.357 INFO O| Dec 20 21:57:11.357 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/zcat"
57782024-12-20T21:57:12.259Z[ recovery-image] Dec 20 21:57:11.357 INFO O| Dec 20 21:57:11.357 INFO STEP 478 (remove_files) COMPLETE
57792024-12-20T21:57:12.259Z[ recovery-image] Dec 20 21:57:11.358 INFO O| Dec 20 21:57:11.357 INFO STEP 479: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
57802024-12-20T21:57:12.311Z[ recovery-image] Dec 20 21:57:11.411 INFO O| Dec 20 21:57:11.411 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/zonestat"
57812024-12-20T21:57:12.311Z[ recovery-image] Dec 20 21:57:11.411 INFO O| Dec 20 21:57:11.411 INFO STEP 479 (remove_files) COMPLETE
57822024-12-20T21:57:12.311Z[ recovery-image] Dec 20 21:57:11.411 INFO O| Dec 20 21:57:11.411 INFO STEP 480: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
57832024-12-20T21:57:12.354Z[ recovery-image] Dec 20 21:57:11.454 INFO O| Dec 20 21:57:11.454 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/zstd"
57842024-12-20T21:57:12.354Z[ recovery-image] Dec 20 21:57:11.455 INFO O| Dec 20 21:57:11.455 INFO STEP 480 (remove_files) COMPLETE
57852024-12-20T21:57:12.357Z[ recovery-image] Dec 20 21:57:11.455 INFO O| Dec 20 21:57:11.455 INFO STEP 481: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
57862024-12-20T21:57:12.373Z[ recovery-image] Dec 20 21:57:11.473 INFO O| Dec 20 21:57:11.473 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/zstdgrep"
57872024-12-20T21:57:12.373Z[ recovery-image] Dec 20 21:57:11.473 INFO O| Dec 20 21:57:11.473 INFO STEP 481 (remove_files) COMPLETE
57882024-12-20T21:57:12.373Z[ recovery-image] Dec 20 21:57:11.473 INFO O| Dec 20 21:57:11.473 INFO STEP 482: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
57892024-12-20T21:57:12.418Z[ recovery-image] Dec 20 21:57:11.517 INFO O| Dec 20 21:57:11.517 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/zstdless"
57902024-12-20T21:57:12.418Z[ recovery-image] Dec 20 21:57:11.517 INFO O| Dec 20 21:57:11.517 INFO STEP 482 (remove_files) COMPLETE
57912024-12-20T21:57:12.418Z[ recovery-image] Dec 20 21:57:11.517 INFO O| Dec 20 21:57:11.517 INFO STEP 483: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
57922024-12-20T21:57:12.436Z[ recovery-image] Dec 20 21:57:11.536 INFO O| Dec 20 21:57:11.536 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/gcc/10/lib/amd64/libatomic.so.1.2.0"
57932024-12-20T21:57:12.438Z[ recovery-image] Dec 20 21:57:11.536 INFO O| Dec 20 21:57:11.536 INFO STEP 483 (remove_files) COMPLETE
57942024-12-20T21:57:12.438Z[ recovery-image] Dec 20 21:57:11.537 INFO O| Dec 20 21:57:11.536 INFO STEP 484: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
57952024-12-20T21:57:12.481Z[ recovery-image] Dec 20 21:57:11.581 INFO O| Dec 20 21:57:11.581 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/gcc/10/lib/amd64/libgomp.so.1.0.0"
57962024-12-20T21:57:12.483Z[ recovery-image] Dec 20 21:57:11.581 INFO O| Dec 20 21:57:11.581 INFO STEP 484 (remove_files) COMPLETE
57972024-12-20T21:57:12.483Z[ recovery-image] Dec 20 21:57:11.581 INFO O| Dec 20 21:57:11.581 INFO STEP 485: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
57982024-12-20T21:57:12.500Z[ recovery-image] Dec 20 21:57:11.600 INFO O| Dec 20 21:57:11.600 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/gcc/10/lib/amd64/libssp.so.0.0.0"
57992024-12-20T21:57:12.503Z[ recovery-image] Dec 20 21:57:11.600 INFO O| Dec 20 21:57:11.600 INFO STEP 485 (remove_files) COMPLETE
58002024-12-20T21:57:12.503Z[ recovery-image] Dec 20 21:57:11.601 INFO O| Dec 20 21:57:11.600 INFO STEP 486: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
58012024-12-20T21:57:12.538Z[ recovery-image] Dec 20 21:57:11.638 INFO O| Dec 20 21:57:11.638 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/gcc/10/lib/amd64/libstdc++.so.6.0.28"
58022024-12-20T21:57:12.538Z[ recovery-image] Dec 20 21:57:11.638 INFO O| Dec 20 21:57:11.638 INFO STEP 486 (remove_files) COMPLETE
58032024-12-20T21:57:12.538Z[ recovery-image] Dec 20 21:57:11.638 INFO O| Dec 20 21:57:11.638 INFO STEP 487: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
58042024-12-20T21:57:12.569Z[ recovery-image] Dec 20 21:57:11.669 INFO O| Dec 20 21:57:11.669 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/gcc/10/lib/libatomic.so.1.2.0"
58052024-12-20T21:57:12.569Z[ recovery-image] Dec 20 21:57:11.669 INFO O| Dec 20 21:57:11.669 INFO STEP 487 (remove_files) COMPLETE
58062024-12-20T21:57:12.571Z[ recovery-image] Dec 20 21:57:11.669 INFO O| Dec 20 21:57:11.669 INFO STEP 488: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
58072024-12-20T21:57:12.611Z[ recovery-image] Dec 20 21:57:11.711 INFO O| Dec 20 21:57:11.711 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/gcc/10/lib/libgcc_s.so.1"
58082024-12-20T21:57:12.611Z[ recovery-image] Dec 20 21:57:11.711 INFO O| Dec 20 21:57:11.711 INFO STEP 488 (remove_files) COMPLETE
58092024-12-20T21:57:12.611Z[ recovery-image] Dec 20 21:57:11.711 INFO O| Dec 20 21:57:11.711 INFO STEP 489: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
58102024-12-20T21:57:12.709Z[ recovery-image] Dec 20 21:57:11.809 INFO O| Dec 20 21:57:11.809 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/gcc/10/lib/libgomp.so.1.0.0"
58112024-12-20T21:57:12.709Z[ recovery-image] Dec 20 21:57:11.809 INFO O| Dec 20 21:57:11.809 INFO STEP 489 (remove_files) COMPLETE
58122024-12-20T21:57:12.711Z[ recovery-image] Dec 20 21:57:11.809 INFO O| Dec 20 21:57:11.809 INFO STEP 490: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
58132024-12-20T21:57:12.759Z[ recovery-image] Dec 20 21:57:11.859 INFO O| Dec 20 21:57:11.859 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/gcc/10/lib/libssp.so.0.0.0"
58142024-12-20T21:57:12.759Z[ recovery-image] Dec 20 21:57:11.859 INFO O| Dec 20 21:57:11.859 INFO STEP 490 (remove_files) COMPLETE
58152024-12-20T21:57:12.762Z[ recovery-image] Dec 20 21:57:11.859 INFO O| Dec 20 21:57:11.859 INFO STEP 491: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
58162024-12-20T21:57:12.800Z[ recovery-image] Dec 20 21:57:11.900 INFO O| Dec 20 21:57:11.899 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/gcc/10/lib/libstdc++.so.6.0.28"
58172024-12-20T21:57:12.800Z[ recovery-image] Dec 20 21:57:11.900 INFO O| Dec 20 21:57:11.900 INFO STEP 491 (remove_files) COMPLETE
58182024-12-20T21:57:12.800Z[ recovery-image] Dec 20 21:57:11.900 INFO O| Dec 20 21:57:11.900 INFO STEP 492: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
58192024-12-20T21:57:12.819Z[ recovery-image] Dec 20 21:57:11.918 INFO O| Dec 20 21:57:11.918 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/gnu/lib/amd64/libform.so.5.9"
58202024-12-20T21:57:12.819Z[ recovery-image] Dec 20 21:57:11.918 INFO O| Dec 20 21:57:11.918 INFO STEP 492 (remove_files) COMPLETE
58212024-12-20T21:57:12.819Z[ recovery-image] Dec 20 21:57:11.918 INFO O| Dec 20 21:57:11.918 INFO STEP 493: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
58222024-12-20T21:57:12.865Z[ recovery-image] Dec 20 21:57:11.965 INFO O| Dec 20 21:57:11.965 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/gnu/lib/amd64/libmenu.so.5.9"
58232024-12-20T21:57:12.865Z[ recovery-image] Dec 20 21:57:11.965 INFO O| Dec 20 21:57:11.965 INFO STEP 493 (remove_files) COMPLETE
58242024-12-20T21:57:12.865Z[ recovery-image] Dec 20 21:57:11.965 INFO O| Dec 20 21:57:11.965 INFO STEP 494: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
58252024-12-20T21:57:12.885Z[ recovery-image] Dec 20 21:57:11.985 INFO O| Dec 20 21:57:11.985 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/gnu/lib/amd64/libpanel.so.5.9"
58262024-12-20T21:57:12.885Z[ recovery-image] Dec 20 21:57:11.985 INFO O| Dec 20 21:57:11.985 INFO STEP 494 (remove_files) COMPLETE
58272024-12-20T21:57:12.888Z[ recovery-image] Dec 20 21:57:11.985 INFO O| Dec 20 21:57:11.985 INFO STEP 495: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
58282024-12-20T21:57:12.935Z[ recovery-image] Dec 20 21:57:12.035 INFO O| Dec 20 21:57:12.035 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/gnu/lib/libform.so.5.9"
58292024-12-20T21:57:12.935Z[ recovery-image] Dec 20 21:57:12.035 INFO O| Dec 20 21:57:12.035 INFO STEP 495 (remove_files) COMPLETE
58302024-12-20T21:57:12.935Z[ recovery-image] Dec 20 21:57:12.035 INFO O| Dec 20 21:57:12.035 INFO STEP 496: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
58312024-12-20T21:57:12.981Z[ recovery-image] Dec 20 21:57:12.081 INFO O| Dec 20 21:57:12.081 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/gnu/lib/libmenu.so.5.9"
58322024-12-20T21:57:12.981Z[ recovery-image] Dec 20 21:57:12.081 INFO O| Dec 20 21:57:12.081 INFO STEP 496 (remove_files) COMPLETE
58332024-12-20T21:57:12.981Z[ recovery-image] Dec 20 21:57:12.081 INFO O| Dec 20 21:57:12.081 INFO STEP 497: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
58342024-12-20T21:57:13.028Z[ recovery-image] Dec 20 21:57:12.128 INFO O| Dec 20 21:57:12.128 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/gnu/lib/libpanel.so.5.9"
58352024-12-20T21:57:13.031Z[ recovery-image] Dec 20 21:57:12.128 INFO O| Dec 20 21:57:12.128 INFO STEP 497 (remove_files) COMPLETE
58362024-12-20T21:57:13.031Z[ recovery-image] Dec 20 21:57:12.128 INFO O| Dec 20 21:57:12.128 INFO STEP 498: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
58372024-12-20T21:57:13.053Z[ recovery-image] Dec 20 21:57:12.153 INFO O| Dec 20 21:57:12.153 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/has/bin/ctags"
58382024-12-20T21:57:13.053Z[ recovery-image] Dec 20 21:57:12.153 INFO O| Dec 20 21:57:12.153 INFO STEP 498 (remove_files) COMPLETE
58392024-12-20T21:57:13.053Z[ recovery-image] Dec 20 21:57:12.153 INFO O| Dec 20 21:57:12.153 INFO STEP 499: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
58402024-12-20T21:57:13.074Z[ recovery-image] Dec 20 21:57:12.174 INFO O| Dec 20 21:57:12.174 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/has/bin/edit"
58412024-12-20T21:57:13.074Z[ recovery-image] Dec 20 21:57:12.174 INFO O| Dec 20 21:57:12.174 INFO STEP 499 (remove_files) COMPLETE
58422024-12-20T21:57:13.076Z[ recovery-image] Dec 20 21:57:12.174 INFO O| Dec 20 21:57:12.174 INFO STEP 500: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
58432024-12-20T21:57:13.093Z[ recovery-image] Dec 20 21:57:12.193 INFO O| Dec 20 21:57:12.193 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/has/bin/ex"
58442024-12-20T21:57:13.093Z[ recovery-image] Dec 20 21:57:12.193 INFO O| Dec 20 21:57:12.193 INFO STEP 500 (remove_files) COMPLETE
58452024-12-20T21:57:13.093Z[ recovery-image] Dec 20 21:57:12.193 INFO O| Dec 20 21:57:12.193 INFO STEP 501: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
58462024-12-20T21:57:13.149Z[ recovery-image] Dec 20 21:57:12.249 INFO O| Dec 20 21:57:12.248 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/has/bin/pfsh"
58472024-12-20T21:57:13.151Z[ recovery-image] Dec 20 21:57:12.249 INFO O| Dec 20 21:57:12.249 INFO STEP 501 (remove_files) COMPLETE
58482024-12-20T21:57:13.151Z[ recovery-image] Dec 20 21:57:12.249 INFO O| Dec 20 21:57:12.249 INFO STEP 502: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
58492024-12-20T21:57:13.229Z[ recovery-image] Dec 20 21:57:12.329 INFO O| Dec 20 21:57:12.329 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/has/bin/sh"
58502024-12-20T21:57:13.229Z[ recovery-image] Dec 20 21:57:12.329 INFO O| Dec 20 21:57:12.329 INFO STEP 502 (remove_files) COMPLETE
58512024-12-20T21:57:13.229Z[ recovery-image] Dec 20 21:57:12.329 INFO O| Dec 20 21:57:12.329 INFO STEP 503: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
58522024-12-20T21:57:13.250Z[ recovery-image] Dec 20 21:57:12.350 INFO O| Dec 20 21:57:12.350 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/has/bin/vedit"
58532024-12-20T21:57:13.250Z[ recovery-image] Dec 20 21:57:12.350 INFO O| Dec 20 21:57:12.350 INFO STEP 503 (remove_files) COMPLETE
58542024-12-20T21:57:13.250Z[ recovery-image] Dec 20 21:57:12.350 INFO O| Dec 20 21:57:12.350 INFO STEP 504: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
58552024-12-20T21:57:13.270Z[ recovery-image] Dec 20 21:57:12.370 INFO O| Dec 20 21:57:12.370 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/has/bin/vi"
58562024-12-20T21:57:13.270Z[ recovery-image] Dec 20 21:57:12.370 INFO O| Dec 20 21:57:12.370 INFO STEP 504 (remove_files) COMPLETE
58572024-12-20T21:57:13.273Z[ recovery-image] Dec 20 21:57:12.370 INFO O| Dec 20 21:57:12.370 INFO STEP 505: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
58582024-12-20T21:57:13.291Z[ recovery-image] Dec 20 21:57:12.391 INFO O| Dec 20 21:57:12.391 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/has/bin/view"
58592024-12-20T21:57:13.291Z[ recovery-image] Dec 20 21:57:12.391 INFO O| Dec 20 21:57:12.391 INFO STEP 505 (remove_files) COMPLETE
58602024-12-20T21:57:13.293Z[ recovery-image] Dec 20 21:57:12.391 INFO O| Dec 20 21:57:12.391 INFO STEP 506: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
58612024-12-20T21:57:13.311Z[ recovery-image] Dec 20 21:57:12.411 INFO O| Dec 20 21:57:12.411 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/kernel/drv/amd64/logindmux"
58622024-12-20T21:57:13.311Z[ recovery-image] Dec 20 21:57:12.411 INFO O| Dec 20 21:57:12.411 INFO STEP 506 (remove_files) COMPLETE
58632024-12-20T21:57:13.311Z[ recovery-image] Dec 20 21:57:12.411 INFO O| Dec 20 21:57:12.411 INFO STEP 507: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
58642024-12-20T21:57:13.329Z[ recovery-image] Dec 20 21:57:12.429 INFO O| Dec 20 21:57:12.429 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/kernel/drv/amd64/pool"
58652024-12-20T21:57:13.329Z[ recovery-image] Dec 20 21:57:12.429 INFO O| Dec 20 21:57:12.429 INFO STEP 507 (remove_files) COMPLETE
58662024-12-20T21:57:13.329Z[ recovery-image] Dec 20 21:57:12.429 INFO O| Dec 20 21:57:12.429 INFO STEP 508: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
58672024-12-20T21:57:13.417Z[ recovery-image] Dec 20 21:57:12.517 INFO O| Dec 20 21:57:12.517 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/kernel/drv/amd64/ppt"
58682024-12-20T21:57:13.417Z[ recovery-image] Dec 20 21:57:12.517 INFO O| Dec 20 21:57:12.517 INFO STEP 508 (remove_files) COMPLETE
58692024-12-20T21:57:13.419Z[ recovery-image] Dec 20 21:57:12.517 INFO O| Dec 20 21:57:12.517 INFO STEP 509: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
58702024-12-20T21:57:13.478Z[ recovery-image] Dec 20 21:57:12.577 INFO O| Dec 20 21:57:12.577 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/kernel/drv/amd64/ptm"
58712024-12-20T21:57:13.478Z[ recovery-image] Dec 20 21:57:12.577 INFO O| Dec 20 21:57:12.577 INFO STEP 509 (remove_files) COMPLETE
58722024-12-20T21:57:13.478Z[ recovery-image] Dec 20 21:57:12.577 INFO O| Dec 20 21:57:12.577 INFO STEP 510: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
58732024-12-20T21:57:13.546Z[ recovery-image] Dec 20 21:57:12.644 INFO O| Dec 20 21:57:12.644 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/kernel/drv/amd64/pts"
58742024-12-20T21:57:13.546Z[ recovery-image] Dec 20 21:57:12.645 INFO O| Dec 20 21:57:12.645 INFO STEP 510 (remove_files) COMPLETE
58752024-12-20T21:57:13.546Z[ recovery-image] Dec 20 21:57:12.645 INFO O| Dec 20 21:57:12.645 INFO STEP 511: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
58762024-12-20T21:57:13.565Z[ recovery-image] Dec 20 21:57:12.665 INFO O| Dec 20 21:57:12.665 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/kernel/drv/amd64/vmm"
58772024-12-20T21:57:13.565Z[ recovery-image] Dec 20 21:57:12.665 INFO O| Dec 20 21:57:12.665 INFO STEP 511 (remove_files) COMPLETE
58782024-12-20T21:57:13.565Z[ recovery-image] Dec 20 21:57:12.665 INFO O| Dec 20 21:57:12.665 INFO STEP 512: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
58792024-12-20T21:57:13.589Z[ recovery-image] Dec 20 21:57:12.689 INFO O| Dec 20 21:57:12.689 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/kernel/drv/amd64/zcons"
58802024-12-20T21:57:13.590Z[ recovery-image] Dec 20 21:57:12.689 INFO O| Dec 20 21:57:12.689 INFO STEP 512 (remove_files) COMPLETE
58812024-12-20T21:57:13.592Z[ recovery-image] Dec 20 21:57:12.689 INFO O| Dec 20 21:57:12.689 INFO STEP 513: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
58822024-12-20T21:57:13.611Z[ recovery-image] Dec 20 21:57:12.711 INFO O| Dec 20 21:57:12.711 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/kernel/drv/fssnap.conf"
58832024-12-20T21:57:13.614Z[ recovery-image] Dec 20 21:57:12.711 INFO O| Dec 20 21:57:12.711 INFO STEP 513 (remove_files) COMPLETE
58842024-12-20T21:57:13.614Z[ recovery-image] Dec 20 21:57:12.712 INFO O| Dec 20 21:57:12.711 INFO STEP 514: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
58852024-12-20T21:57:13.690Z[ recovery-image] Dec 20 21:57:12.790 INFO O| Dec 20 21:57:12.790 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/kernel/drv/ksyms.conf"
58862024-12-20T21:57:13.690Z[ recovery-image] Dec 20 21:57:12.790 INFO O| Dec 20 21:57:12.790 INFO STEP 514 (remove_files) COMPLETE
58872024-12-20T21:57:13.690Z[ recovery-image] Dec 20 21:57:12.790 INFO O| Dec 20 21:57:12.790 INFO STEP 515: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
58882024-12-20T21:57:13.757Z[ recovery-image] Dec 20 21:57:12.857 INFO O| Dec 20 21:57:12.857 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/kernel/drv/logindmux.conf"
58892024-12-20T21:57:13.757Z[ recovery-image] Dec 20 21:57:12.857 INFO O| Dec 20 21:57:12.857 INFO STEP 515 (remove_files) COMPLETE
58902024-12-20T21:57:13.759Z[ recovery-image] Dec 20 21:57:12.857 INFO O| Dec 20 21:57:12.857 INFO STEP 516: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
58912024-12-20T21:57:13.838Z[ recovery-image] Dec 20 21:57:12.938 INFO O| Dec 20 21:57:12.938 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/kernel/drv/nsmb.conf"
58922024-12-20T21:57:13.840Z[ recovery-image] Dec 20 21:57:12.938 INFO O| Dec 20 21:57:12.938 INFO STEP 516 (remove_files) COMPLETE
58932024-12-20T21:57:13.840Z[ recovery-image] Dec 20 21:57:12.938 INFO O| Dec 20 21:57:12.938 INFO STEP 517: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
58942024-12-20T21:57:13.892Z[ recovery-image] Dec 20 21:57:12.992 INFO O| Dec 20 21:57:12.992 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/kernel/drv/pool.conf"
58952024-12-20T21:57:13.892Z[ recovery-image] Dec 20 21:57:12.992 INFO O| Dec 20 21:57:12.992 INFO STEP 517 (remove_files) COMPLETE
58962024-12-20T21:57:13.895Z[ recovery-image] Dec 20 21:57:12.992 INFO O| Dec 20 21:57:12.992 INFO STEP 518: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
58972024-12-20T21:57:13.931Z[ recovery-image] Dec 20 21:57:13.031 INFO O| Dec 20 21:57:13.031 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/kernel/drv/ppt.conf"
58982024-12-20T21:57:13.931Z[ recovery-image] Dec 20 21:57:13.031 INFO O| Dec 20 21:57:13.031 INFO STEP 518 (remove_files) COMPLETE
58992024-12-20T21:57:13.931Z[ recovery-image] Dec 20 21:57:13.032 INFO O| Dec 20 21:57:13.031 INFO STEP 519: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
59002024-12-20T21:57:13.955Z[ recovery-image] Dec 20 21:57:13.055 INFO O| Dec 20 21:57:13.055 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/kernel/drv/ptm.conf"
59012024-12-20T21:57:13.955Z[ recovery-image] Dec 20 21:57:13.055 INFO O| Dec 20 21:57:13.055 INFO STEP 519 (remove_files) COMPLETE
59022024-12-20T21:57:13.958Z[ recovery-image] Dec 20 21:57:13.055 INFO O| Dec 20 21:57:13.055 INFO STEP 520: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
59032024-12-20T21:57:13.979Z[ recovery-image] Dec 20 21:57:13.079 INFO O| Dec 20 21:57:13.079 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/kernel/drv/pts.conf"
59042024-12-20T21:57:13.979Z[ recovery-image] Dec 20 21:57:13.079 INFO O| Dec 20 21:57:13.079 INFO STEP 520 (remove_files) COMPLETE
59052024-12-20T21:57:13.979Z[ recovery-image] Dec 20 21:57:13.079 INFO O| Dec 20 21:57:13.079 INFO STEP 521: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
59062024-12-20T21:57:14.003Z[ recovery-image] Dec 20 21:57:13.103 INFO O| Dec 20 21:57:13.103 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/kernel/drv/signalfd.conf"
59072024-12-20T21:57:14.006Z[ recovery-image] Dec 20 21:57:13.104 INFO O| Dec 20 21:57:13.104 INFO STEP 521 (remove_files) COMPLETE
59082024-12-20T21:57:14.006Z[ recovery-image] Dec 20 21:57:13.104 INFO O| Dec 20 21:57:13.104 INFO STEP 522: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
59092024-12-20T21:57:14.046Z[ recovery-image] Dec 20 21:57:13.146 INFO O| Dec 20 21:57:13.146 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/kernel/drv/smbsrv.conf"
59102024-12-20T21:57:14.046Z[ recovery-image] Dec 20 21:57:13.146 INFO O| Dec 20 21:57:13.146 INFO STEP 522 (remove_files) COMPLETE
59112024-12-20T21:57:14.046Z[ recovery-image] Dec 20 21:57:13.146 INFO O| Dec 20 21:57:13.146 INFO STEP 523: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
59122024-12-20T21:57:14.067Z[ recovery-image] Dec 20 21:57:13.167 INFO O| Dec 20 21:57:13.167 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/kernel/drv/timerfd.conf"
59132024-12-20T21:57:14.067Z[ recovery-image] Dec 20 21:57:13.167 INFO O| Dec 20 21:57:13.167 INFO STEP 523 (remove_files) COMPLETE
59142024-12-20T21:57:14.067Z[ recovery-image] Dec 20 21:57:13.167 INFO O| Dec 20 21:57:13.167 INFO STEP 524: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
59152024-12-20T21:57:14.090Z[ recovery-image] Dec 20 21:57:13.189 INFO O| Dec 20 21:57:13.189 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/kernel/drv/viona.conf"
59162024-12-20T21:57:14.090Z[ recovery-image] Dec 20 21:57:13.189 INFO O| Dec 20 21:57:13.189 INFO STEP 524 (remove_files) COMPLETE
59172024-12-20T21:57:14.090Z[ recovery-image] Dec 20 21:57:13.189 INFO O| Dec 20 21:57:13.189 INFO STEP 525: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
59182024-12-20T21:57:14.152Z[ recovery-image] Dec 20 21:57:13.252 INFO O| Dec 20 21:57:13.252 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/kernel/drv/vmm.conf"
59192024-12-20T21:57:14.152Z[ recovery-image] Dec 20 21:57:13.252 INFO O| Dec 20 21:57:13.252 INFO STEP 525 (remove_files) COMPLETE
59202024-12-20T21:57:14.152Z[ recovery-image] Dec 20 21:57:13.252 INFO O| Dec 20 21:57:13.252 INFO STEP 526: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
59212024-12-20T21:57:14.173Z[ recovery-image] Dec 20 21:57:13.273 INFO O| Dec 20 21:57:13.273 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/kernel/exec/amd64/javaexec"
59222024-12-20T21:57:14.176Z[ recovery-image] Dec 20 21:57:13.273 INFO O| Dec 20 21:57:13.273 INFO STEP 526 (remove_files) COMPLETE
59232024-12-20T21:57:14.176Z[ recovery-image] Dec 20 21:57:13.273 INFO O| Dec 20 21:57:13.273 INFO STEP 527: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
59242024-12-20T21:57:14.197Z[ recovery-image] Dec 20 21:57:13.297 INFO O| Dec 20 21:57:13.297 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/kernel/exec/amd64/shbinexec"
59252024-12-20T21:57:14.199Z[ recovery-image] Dec 20 21:57:13.297 INFO O| Dec 20 21:57:13.297 INFO STEP 527 (remove_files) COMPLETE
59262024-12-20T21:57:14.199Z[ recovery-image] Dec 20 21:57:13.297 INFO O| Dec 20 21:57:13.297 INFO STEP 528: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
59272024-12-20T21:57:14.218Z[ recovery-image] Dec 20 21:57:13.317 INFO O| Dec 20 21:57:13.317 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/kernel/fs/amd64/pcfs"
59282024-12-20T21:57:14.243Z[ recovery-image] Dec 20 21:57:13.343 INFO O| Dec 20 21:57:13.343 INFO STEP 528 (remove_files) COMPLETE
59292024-12-20T21:57:14.246Z[ recovery-image] Dec 20 21:57:13.343 INFO O| Dec 20 21:57:13.343 INFO STEP 529: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
59302024-12-20T21:57:14.266Z[ recovery-image] Dec 20 21:57:13.366 INFO O| Dec 20 21:57:13.366 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/kernel/fs/amd64/smbfs"
59312024-12-20T21:57:14.269Z[ recovery-image] Dec 20 21:57:13.366 INFO O| Dec 20 21:57:13.366 INFO STEP 529 (remove_files) COMPLETE
59322024-12-20T21:57:14.269Z[ recovery-image] Dec 20 21:57:13.366 INFO O| Dec 20 21:57:13.366 INFO STEP 530: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
59332024-12-20T21:57:14.284Z[ recovery-image] Dec 20 21:57:13.384 INFO O| Dec 20 21:57:13.384 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/kernel/kmdb/amd64/nsmb"
59342024-12-20T21:57:14.288Z[ recovery-image] Dec 20 21:57:13.385 INFO O| Dec 20 21:57:13.385 INFO STEP 530 (remove_files) COMPLETE
59352024-12-20T21:57:14.288Z[ recovery-image] Dec 20 21:57:13.385 INFO O| Dec 20 21:57:13.385 INFO STEP 531: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
59362024-12-20T21:57:14.303Z[ recovery-image] Dec 20 21:57:13.403 INFO O| Dec 20 21:57:13.403 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/kernel/kmdb/amd64/smbfs"
59372024-12-20T21:57:14.306Z[ recovery-image] Dec 20 21:57:13.403 INFO O| Dec 20 21:57:13.403 INFO STEP 531 (remove_files) COMPLETE
59382024-12-20T21:57:14.306Z[ recovery-image] Dec 20 21:57:13.403 INFO O| Dec 20 21:57:13.403 INFO STEP 532: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
59392024-12-20T21:57:14.322Z[ recovery-image] Dec 20 21:57:13.422 INFO O| Dec 20 21:57:13.422 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/kernel/kmdb/amd64/smbsrv"
59402024-12-20T21:57:14.324Z[ recovery-image] Dec 20 21:57:13.422 INFO O| Dec 20 21:57:13.422 INFO STEP 532 (remove_files) COMPLETE
59412024-12-20T21:57:14.324Z[ recovery-image] Dec 20 21:57:13.422 INFO O| Dec 20 21:57:13.422 INFO STEP 533: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
59422024-12-20T21:57:14.341Z[ recovery-image] Dec 20 21:57:13.441 INFO O| Dec 20 21:57:13.441 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/kernel/misc/amd64/vmm_vtd"
59432024-12-20T21:57:14.343Z[ recovery-image] Dec 20 21:57:13.441 INFO O| Dec 20 21:57:13.441 INFO STEP 533 (remove_files) COMPLETE
59442024-12-20T21:57:14.343Z[ recovery-image] Dec 20 21:57:13.441 INFO O| Dec 20 21:57:13.441 INFO STEP 534: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
59452024-12-20T21:57:14.360Z[ recovery-image] Dec 20 21:57:13.460 INFO O| Dec 20 21:57:13.460 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/kernel/pcbe/amd64/pcbe.GenuineIntel.15"
59462024-12-20T21:57:14.372Z[ recovery-image] Dec 20 21:57:13.472 INFO O| Dec 20 21:57:13.472 INFO STEP 534 (remove_files) COMPLETE
59472024-12-20T21:57:14.372Z[ recovery-image] Dec 20 21:57:13.472 INFO O| Dec 20 21:57:13.472 INFO STEP 535: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
59482024-12-20T21:57:14.394Z[ recovery-image] Dec 20 21:57:13.494 INFO O| Dec 20 21:57:13.494 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/kernel/pcbe/amd64/pcbe.GenuineIntel.6.15"
59492024-12-20T21:57:14.397Z[ recovery-image] Dec 20 21:57:13.495 INFO O| Dec 20 21:57:13.495 INFO STEP 535 (remove_files) COMPLETE
59502024-12-20T21:57:14.397Z[ recovery-image] Dec 20 21:57:13.495 INFO O| Dec 20 21:57:13.495 INFO STEP 536: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
59512024-12-20T21:57:14.415Z[ recovery-image] Dec 20 21:57:13.515 INFO O| Dec 20 21:57:13.515 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/kernel/sched/amd64/IA"
59522024-12-20T21:57:14.437Z[ recovery-image] Dec 20 21:57:13.537 INFO O| Dec 20 21:57:13.537 INFO STEP 536 (remove_files) COMPLETE
59532024-12-20T21:57:14.437Z[ recovery-image] Dec 20 21:57:13.537 INFO O| Dec 20 21:57:13.537 INFO STEP 537: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
59542024-12-20T21:57:14.460Z[ recovery-image] Dec 20 21:57:13.560 INFO O| Dec 20 21:57:13.560 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/kernel/sched/amd64/RT"
59552024-12-20T21:57:14.463Z[ recovery-image] Dec 20 21:57:13.560 INFO O| Dec 20 21:57:13.560 INFO STEP 537 (remove_files) COMPLETE
59562024-12-20T21:57:14.463Z[ recovery-image] Dec 20 21:57:13.561 INFO O| Dec 20 21:57:13.560 INFO STEP 538: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
59572024-12-20T21:57:14.481Z[ recovery-image] Dec 20 21:57:13.581 INFO O| Dec 20 21:57:13.581 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/kernel/sched/amd64/RT_DPTBL"
59582024-12-20T21:57:14.483Z[ recovery-image] Dec 20 21:57:13.581 INFO O| Dec 20 21:57:13.581 INFO STEP 538 (remove_files) COMPLETE
59592024-12-20T21:57:14.484Z[ recovery-image] Dec 20 21:57:13.582 INFO O| Dec 20 21:57:13.581 INFO STEP 539: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
59602024-12-20T21:57:14.501Z[ recovery-image] Dec 20 21:57:13.601 INFO O| Dec 20 21:57:13.601 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/kernel/strmod/amd64/cryptmod"
59612024-12-20T21:57:14.504Z[ recovery-image] Dec 20 21:57:13.602 INFO O| Dec 20 21:57:13.602 INFO STEP 539 (remove_files) COMPLETE
59622024-12-20T21:57:14.504Z[ recovery-image] Dec 20 21:57:13.602 INFO O| Dec 20 21:57:13.602 INFO STEP 540: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
59632024-12-20T21:57:14.523Z[ recovery-image] Dec 20 21:57:13.623 INFO O| Dec 20 21:57:13.623 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/kernel/strmod/amd64/rlmod"
59642024-12-20T21:57:14.523Z[ recovery-image] Dec 20 21:57:13.623 INFO O| Dec 20 21:57:13.623 INFO STEP 540 (remove_files) COMPLETE
59652024-12-20T21:57:14.526Z[ recovery-image] Dec 20 21:57:13.623 INFO O| Dec 20 21:57:13.623 INFO STEP 541: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
59662024-12-20T21:57:14.544Z[ recovery-image] Dec 20 21:57:13.644 INFO O| Dec 20 21:57:13.644 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/kernel/strmod/amd64/telmod"
59672024-12-20T21:57:14.544Z[ recovery-image] Dec 20 21:57:13.644 INFO O| Dec 20 21:57:13.644 INFO STEP 541 (remove_files) COMPLETE
59682024-12-20T21:57:14.544Z[ recovery-image] Dec 20 21:57:13.644 INFO O| Dec 20 21:57:13.644 INFO STEP 542: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
59692024-12-20T21:57:15.051Z[ recovery-image] Dec 20 21:57:13.678 INFO O| Dec 20 21:57:13.678 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/kernel/sys/amd64/acctctl"
59702024-12-20T21:57:15.051Z[ recovery-image] Dec 20 21:57:13.678 INFO O| Dec 20 21:57:13.678 INFO STEP 542 (remove_files) COMPLETE
59712024-12-20T21:57:15.071Z[ recovery-image] Dec 20 21:57:13.678 INFO O| Dec 20 21:57:13.678 INFO STEP 543: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
59722024-12-20T21:57:15.071Z[ recovery-image] Dec 20 21:57:13.742 INFO O| Dec 20 21:57:13.742 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/kernel/sys/amd64/exacctsys"
59732024-12-20T21:57:15.071Z[ recovery-image] Dec 20 21:57:13.742 INFO O| Dec 20 21:57:13.742 INFO STEP 543 (remove_files) COMPLETE
59742024-12-20T21:57:15.072Z[ recovery-image] Dec 20 21:57:13.742 INFO O| Dec 20 21:57:13.742 INFO STEP 544: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
59752024-12-20T21:57:15.072Z[ recovery-image] Dec 20 21:57:13.762 INFO O| Dec 20 21:57:13.762 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/kernel/sys/amd64/sysacct"
59762024-12-20T21:57:15.072Z[ recovery-image] Dec 20 21:57:13.762 INFO O| Dec 20 21:57:13.762 INFO STEP 544 (remove_files) COMPLETE
59772024-12-20T21:57:15.072Z[ recovery-image] Dec 20 21:57:13.762 INFO O| Dec 20 21:57:13.762 INFO STEP 545: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
59782024-12-20T21:57:15.072Z[ recovery-image] Dec 20 21:57:13.780 INFO O| Dec 20 21:57:13.780 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/kvm/README"
59792024-12-20T21:57:15.072Z[ recovery-image] Dec 20 21:57:13.781 INFO O| Dec 20 21:57:13.781 INFO STEP 545 (remove_files) COMPLETE
59802024-12-20T21:57:15.072Z[ recovery-image] Dec 20 21:57:13.781 INFO O| Dec 20 21:57:13.781 INFO STEP 546: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
59812024-12-20T21:57:15.072Z[ recovery-image] Dec 20 21:57:13.799 INFO O| Dec 20 21:57:13.799 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/abi/spec2map"
59822024-12-20T21:57:15.072Z[ recovery-image] Dec 20 21:57:13.799 INFO O| Dec 20 21:57:13.799 INFO STEP 546 (remove_files) COMPLETE
59832024-12-20T21:57:15.072Z[ recovery-image] Dec 20 21:57:13.799 INFO O| Dec 20 21:57:13.799 INFO STEP 547: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
59842024-12-20T21:57:15.072Z[ recovery-image] Dec 20 21:57:13.822 INFO O| Dec 20 21:57:13.821 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/abi/spec2trace"
59852024-12-20T21:57:15.072Z[ recovery-image] Dec 20 21:57:13.822 INFO O| Dec 20 21:57:13.822 INFO STEP 547 (remove_files) COMPLETE
59862024-12-20T21:57:15.072Z[ recovery-image] Dec 20 21:57:13.822 INFO O| Dec 20 21:57:13.822 INFO STEP 548: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
59872024-12-20T21:57:15.072Z[ recovery-image] Dec 20 21:57:13.840 INFO O| Dec 20 21:57:13.840 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/adb/adbgen"
59882024-12-20T21:57:15.072Z[ recovery-image] Dec 20 21:57:13.840 INFO O| Dec 20 21:57:13.840 INFO STEP 548 (remove_files) COMPLETE
59892024-12-20T21:57:15.072Z[ recovery-image] Dec 20 21:57:13.840 INFO O| Dec 20 21:57:13.840 INFO STEP 549: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
59902024-12-20T21:57:15.072Z[ host-image] Dec 20 21:57:13.855 INFO O| Dec 20 21:57:13.855 INFO O| Actions: 48930/49485 actions (Installing new actions)
59912024-12-20T21:57:15.072Z[ recovery-image] Dec 20 21:57:13.864 INFO O| Dec 20 21:57:13.864 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/adb/adbgen1"
59922024-12-20T21:57:15.072Z[ recovery-image] Dec 20 21:57:13.864 INFO O| Dec 20 21:57:13.864 INFO STEP 549 (remove_files) COMPLETE
59932024-12-20T21:57:15.072Z[ recovery-image] Dec 20 21:57:13.864 INFO O| Dec 20 21:57:13.864 INFO STEP 550: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
59942024-12-20T21:57:15.072Z[ recovery-image] Dec 20 21:57:13.883 INFO O| Dec 20 21:57:13.883 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/adb/adbgen3"
59952024-12-20T21:57:15.072Z[ recovery-image] Dec 20 21:57:13.883 INFO O| Dec 20 21:57:13.883 INFO STEP 550 (remove_files) COMPLETE
59962024-12-20T21:57:15.072Z[ recovery-image] Dec 20 21:57:13.883 INFO O| Dec 20 21:57:13.883 INFO STEP 551: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
59972024-12-20T21:57:15.072Z[ recovery-image] Dec 20 21:57:13.901 INFO O| Dec 20 21:57:13.901 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/adb/adbgen4"
59982024-12-20T21:57:15.072Z[ recovery-image] Dec 20 21:57:13.901 INFO O| Dec 20 21:57:13.901 INFO STEP 551 (remove_files) COMPLETE
59992024-12-20T21:57:15.072Z[ recovery-image] Dec 20 21:57:13.901 INFO O| Dec 20 21:57:13.901 INFO STEP 552: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
60002024-12-20T21:57:15.072Z[ recovery-image] Dec 20 21:57:13.918 INFO O| Dec 20 21:57:13.918 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/adb/adbsub.o"
60012024-12-20T21:57:15.072Z[ recovery-image] Dec 20 21:57:13.918 INFO O| Dec 20 21:57:13.918 INFO STEP 552 (remove_files) COMPLETE
60022024-12-20T21:57:15.072Z[ recovery-image] Dec 20 21:57:13.918 INFO O| Dec 20 21:57:13.918 INFO STEP 553: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
60032024-12-20T21:57:15.072Z[ recovery-image] Dec 20 21:57:13.936 INFO O| Dec 20 21:57:13.936 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/adb/amd64/adbsub.o"
60042024-12-20T21:57:15.072Z[ recovery-image] Dec 20 21:57:13.936 INFO O| Dec 20 21:57:13.936 INFO STEP 553 (remove_files) COMPLETE
60052024-12-20T21:57:15.072Z[ recovery-image] Dec 20 21:57:13.937 INFO O| Dec 20 21:57:13.936 INFO STEP 554: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
60062024-12-20T21:57:15.072Z[ recovery-image] Dec 20 21:57:13.955 INFO O| Dec 20 21:57:13.955 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/0@0.so.1"
60072024-12-20T21:57:15.072Z[ recovery-image] Dec 20 21:57:13.980 INFO O| Dec 20 21:57:13.980 INFO STEP 554 (remove_files) COMPLETE
60082024-12-20T21:57:15.072Z[ recovery-image] Dec 20 21:57:13.980 INFO O| Dec 20 21:57:13.980 INFO STEP 555: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
60092024-12-20T21:57:15.073Z[ recovery-image] Dec 20 21:57:14.017 INFO O| Dec 20 21:57:14.017 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/bash/Makefile.inc"
60102024-12-20T21:57:15.073Z[ recovery-image] Dec 20 21:57:14.017 INFO O| Dec 20 21:57:14.017 INFO STEP 555 (remove_files) COMPLETE
60112024-12-20T21:57:15.073Z[ recovery-image] Dec 20 21:57:14.018 INFO O| Dec 20 21:57:14.017 INFO STEP 556: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
60122024-12-20T21:57:15.073Z[ recovery-image] Dec 20 21:57:14.066 INFO O| Dec 20 21:57:14.066 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/bash/accept"
60132024-12-20T21:57:15.073Z[ recovery-image] Dec 20 21:57:14.067 INFO O| Dec 20 21:57:14.066 INFO STEP 556 (remove_files) COMPLETE
60142024-12-20T21:57:15.073Z[ recovery-image] Dec 20 21:57:14.067 INFO O| Dec 20 21:57:14.066 INFO STEP 557: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
60152024-12-20T21:57:15.073Z[ recovery-image] Dec 20 21:57:14.085 INFO O| Dec 20 21:57:14.085 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/bash/basename"
60162024-12-20T21:57:15.073Z[ recovery-image] Dec 20 21:57:14.085 INFO O| Dec 20 21:57:14.085 INFO STEP 557 (remove_files) COMPLETE
60172024-12-20T21:57:15.073Z[ recovery-image] Dec 20 21:57:14.085 INFO O| Dec 20 21:57:14.085 INFO STEP 558: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
60182024-12-20T21:57:15.073Z[ recovery-image] Dec 20 21:57:14.122 INFO O| Dec 20 21:57:14.122 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/bash/csv"
60192024-12-20T21:57:15.073Z[ recovery-image] Dec 20 21:57:14.123 INFO O| Dec 20 21:57:14.122 INFO STEP 558 (remove_files) COMPLETE
60202024-12-20T21:57:15.073Z[ recovery-image] Dec 20 21:57:14.123 INFO O| Dec 20 21:57:14.123 INFO STEP 559: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
60212024-12-20T21:57:15.078Z[ recovery-image] Dec 20 21:57:14.169 INFO O| Dec 20 21:57:14.169 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/bash/cut"
60222024-12-20T21:57:15.079Z[ recovery-image] Dec 20 21:57:14.169 INFO O| Dec 20 21:57:14.169 INFO STEP 559 (remove_files) COMPLETE
60232024-12-20T21:57:15.079Z[ recovery-image] Dec 20 21:57:14.169 INFO O| Dec 20 21:57:14.169 INFO STEP 560: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
60242024-12-20T21:57:15.094Z[ recovery-image] Dec 20 21:57:14.191 INFO O| Dec 20 21:57:14.191 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/bash/dirname"
60252024-12-20T21:57:15.094Z[ recovery-image] Dec 20 21:57:14.191 INFO O| Dec 20 21:57:14.191 INFO STEP 560 (remove_files) COMPLETE
60262024-12-20T21:57:15.094Z[ recovery-image] Dec 20 21:57:14.191 INFO O| Dec 20 21:57:14.191 INFO STEP 561: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
60272024-12-20T21:57:15.129Z[ recovery-image] Dec 20 21:57:14.229 INFO O| Dec 20 21:57:14.229 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/bash/fdflags"
60282024-12-20T21:57:15.135Z[ recovery-image] Dec 20 21:57:14.229 INFO O| Dec 20 21:57:14.229 INFO STEP 561 (remove_files) COMPLETE
60292024-12-20T21:57:15.135Z[ recovery-image] Dec 20 21:57:14.230 INFO O| Dec 20 21:57:14.230 INFO STEP 562: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
60302024-12-20T21:57:15.150Z[ recovery-image] Dec 20 21:57:14.250 INFO O| Dec 20 21:57:14.250 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/bash/finfo"
60312024-12-20T21:57:15.150Z[ recovery-image] Dec 20 21:57:14.250 INFO O| Dec 20 21:57:14.250 INFO STEP 562 (remove_files) COMPLETE
60322024-12-20T21:57:15.153Z[ recovery-image] Dec 20 21:57:14.250 INFO O| Dec 20 21:57:14.250 INFO STEP 563: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
60332024-12-20T21:57:15.208Z[ recovery-image] Dec 20 21:57:14.308 INFO O| Dec 20 21:57:14.308 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/bash/head"
60342024-12-20T21:57:15.211Z[ recovery-image] Dec 20 21:57:14.308 INFO O| Dec 20 21:57:14.308 INFO STEP 563 (remove_files) COMPLETE
60352024-12-20T21:57:15.211Z[ recovery-image] Dec 20 21:57:14.308 INFO O| Dec 20 21:57:14.308 INFO STEP 564: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
60362024-12-20T21:57:15.249Z[ recovery-image] Dec 20 21:57:14.349 INFO O| Dec 20 21:57:14.349 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/bash/id"
60372024-12-20T21:57:15.252Z[ recovery-image] Dec 20 21:57:14.349 INFO O| Dec 20 21:57:14.349 INFO STEP 564 (remove_files) COMPLETE
60382024-12-20T21:57:15.252Z[ recovery-image] Dec 20 21:57:14.350 INFO O| Dec 20 21:57:14.349 INFO STEP 565: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
60392024-12-20T21:57:15.269Z[ recovery-image] Dec 20 21:57:14.369 INFO O| Dec 20 21:57:14.368 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/bash/ln"
60402024-12-20T21:57:15.269Z[ recovery-image] Dec 20 21:57:14.369 INFO O| Dec 20 21:57:14.369 INFO STEP 565 (remove_files) COMPLETE
60412024-12-20T21:57:15.271Z[ recovery-image] Dec 20 21:57:14.369 INFO O| Dec 20 21:57:14.369 INFO STEP 566: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
60422024-12-20T21:57:15.299Z[ recovery-image] Dec 20 21:57:14.398 INFO O| Dec 20 21:57:14.398 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/bash/loadables.h"
60432024-12-20T21:57:15.299Z[ recovery-image] Dec 20 21:57:14.398 INFO O| Dec 20 21:57:14.398 INFO STEP 566 (remove_files) COMPLETE
60442024-12-20T21:57:15.299Z[ recovery-image] Dec 20 21:57:14.398 INFO O| Dec 20 21:57:14.398 INFO STEP 567: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
60452024-12-20T21:57:15.332Z[ recovery-image] Dec 20 21:57:14.431 INFO O| Dec 20 21:57:14.431 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/bash/logname"
60462024-12-20T21:57:15.332Z[ recovery-image] Dec 20 21:57:14.431 INFO O| Dec 20 21:57:14.431 INFO STEP 567 (remove_files) COMPLETE
60472024-12-20T21:57:15.332Z[ recovery-image] Dec 20 21:57:14.431 INFO O| Dec 20 21:57:14.431 INFO STEP 568: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
60482024-12-20T21:57:15.350Z[ recovery-image] Dec 20 21:57:14.449 INFO O| Dec 20 21:57:14.449 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/bash/mkdir"
60492024-12-20T21:57:15.350Z[ recovery-image] Dec 20 21:57:14.449 INFO O| Dec 20 21:57:14.449 INFO STEP 568 (remove_files) COMPLETE
60502024-12-20T21:57:15.350Z[ recovery-image] Dec 20 21:57:14.449 INFO O| Dec 20 21:57:14.449 INFO STEP 569: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
60512024-12-20T21:57:15.368Z[ recovery-image] Dec 20 21:57:14.467 INFO O| Dec 20 21:57:14.467 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/bash/mkfifo"
60522024-12-20T21:57:15.368Z[ recovery-image] Dec 20 21:57:14.467 INFO O| Dec 20 21:57:14.467 INFO STEP 569 (remove_files) COMPLETE
60532024-12-20T21:57:15.368Z[ recovery-image] Dec 20 21:57:14.467 INFO O| Dec 20 21:57:14.467 INFO STEP 570: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
60542024-12-20T21:57:15.409Z[ recovery-image] Dec 20 21:57:14.509 INFO O| Dec 20 21:57:14.509 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/bash/mktemp"
60552024-12-20T21:57:15.411Z[ recovery-image] Dec 20 21:57:14.509 INFO O| Dec 20 21:57:14.509 INFO STEP 570 (remove_files) COMPLETE
60562024-12-20T21:57:15.411Z[ recovery-image] Dec 20 21:57:14.509 INFO O| Dec 20 21:57:14.509 INFO STEP 571: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
60572024-12-20T21:57:15.429Z[ recovery-image] Dec 20 21:57:14.529 INFO O| Dec 20 21:57:14.529 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/bash/mypid"
60582024-12-20T21:57:15.429Z[ recovery-image] Dec 20 21:57:14.529 INFO O| Dec 20 21:57:14.529 INFO STEP 571 (remove_files) COMPLETE
60592024-12-20T21:57:15.431Z[ recovery-image] Dec 20 21:57:14.529 INFO O| Dec 20 21:57:14.529 INFO STEP 572: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
60602024-12-20T21:57:15.446Z[ recovery-image] Dec 20 21:57:14.546 INFO O| Dec 20 21:57:14.546 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/bash/pathchk"
60612024-12-20T21:57:15.466Z[ recovery-image] Dec 20 21:57:14.566 INFO O| Dec 20 21:57:14.566 INFO STEP 572 (remove_files) COMPLETE
60622024-12-20T21:57:15.466Z[ recovery-image] Dec 20 21:57:14.566 INFO O| Dec 20 21:57:14.566 INFO STEP 573: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
60632024-12-20T21:57:15.484Z[ recovery-image] Dec 20 21:57:14.584 INFO O| Dec 20 21:57:14.584 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/bash/print"
60642024-12-20T21:57:15.484Z[ recovery-image] Dec 20 21:57:14.584 INFO O| Dec 20 21:57:14.584 INFO STEP 573 (remove_files) COMPLETE
60652024-12-20T21:57:15.487Z[ recovery-image] Dec 20 21:57:14.584 INFO O| Dec 20 21:57:14.584 INFO STEP 574: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
60662024-12-20T21:57:15.505Z[ recovery-image] Dec 20 21:57:14.605 INFO O| Dec 20 21:57:14.605 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/bash/printenv"
60672024-12-20T21:57:15.505Z[ recovery-image] Dec 20 21:57:14.605 INFO O| Dec 20 21:57:14.605 INFO STEP 574 (remove_files) COMPLETE
60682024-12-20T21:57:15.505Z[ recovery-image] Dec 20 21:57:14.605 INFO O| Dec 20 21:57:14.605 INFO STEP 575: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
60692024-12-20T21:57:15.548Z[ recovery-image] Dec 20 21:57:14.648 INFO O| Dec 20 21:57:14.648 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/bash/push"
60702024-12-20T21:57:15.548Z[ recovery-image] Dec 20 21:57:14.648 INFO O| Dec 20 21:57:14.648 INFO STEP 575 (remove_files) COMPLETE
60712024-12-20T21:57:15.548Z[ recovery-image] Dec 20 21:57:14.648 INFO O| Dec 20 21:57:14.648 INFO STEP 576: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
60722024-12-20T21:57:15.577Z[ recovery-image] Dec 20 21:57:14.677 INFO O| Dec 20 21:57:14.677 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/bash/realpath"
60732024-12-20T21:57:15.580Z[ recovery-image] Dec 20 21:57:14.677 INFO O| Dec 20 21:57:14.677 INFO STEP 576 (remove_files) COMPLETE
60742024-12-20T21:57:15.580Z[ recovery-image] Dec 20 21:57:14.677 INFO O| Dec 20 21:57:14.677 INFO STEP 577: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
60752024-12-20T21:57:15.618Z[ recovery-image] Dec 20 21:57:14.718 INFO O| Dec 20 21:57:14.718 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/bash/rm"
60762024-12-20T21:57:15.618Z[ recovery-image] Dec 20 21:57:14.718 INFO O| Dec 20 21:57:14.718 INFO STEP 577 (remove_files) COMPLETE
60772024-12-20T21:57:15.618Z[ recovery-image] Dec 20 21:57:14.718 INFO O| Dec 20 21:57:14.718 INFO STEP 578: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
60782024-12-20T21:57:15.638Z[ recovery-image] Dec 20 21:57:14.737 INFO O| Dec 20 21:57:14.737 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/bash/rmdir"
60792024-12-20T21:57:15.638Z[ recovery-image] Dec 20 21:57:14.737 INFO O| Dec 20 21:57:14.737 INFO STEP 578 (remove_files) COMPLETE
60802024-12-20T21:57:15.638Z[ recovery-image] Dec 20 21:57:14.737 INFO O| Dec 20 21:57:14.737 INFO STEP 579: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
60812024-12-20T21:57:15.674Z[ recovery-image] Dec 20 21:57:14.774 INFO O| Dec 20 21:57:14.773 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/bash/seq"
60822024-12-20T21:57:15.674Z[ recovery-image] Dec 20 21:57:14.774 INFO O| Dec 20 21:57:14.774 INFO STEP 579 (remove_files) COMPLETE
60832024-12-20T21:57:15.674Z[ recovery-image] Dec 20 21:57:14.774 INFO O| Dec 20 21:57:14.774 INFO STEP 580: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
60842024-12-20T21:57:15.693Z[ recovery-image] Dec 20 21:57:14.792 INFO O| Dec 20 21:57:14.792 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/bash/setpgid"
60852024-12-20T21:57:15.693Z[ recovery-image] Dec 20 21:57:14.792 INFO O| Dec 20 21:57:14.792 INFO STEP 580 (remove_files) COMPLETE
60862024-12-20T21:57:15.693Z[ recovery-image] Dec 20 21:57:14.792 INFO O| Dec 20 21:57:14.792 INFO STEP 581: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
60872024-12-20T21:57:15.710Z[ recovery-image] Dec 20 21:57:14.809 INFO O| Dec 20 21:57:14.809 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/bash/sleep"
60882024-12-20T21:57:15.710Z[ recovery-image] Dec 20 21:57:14.809 INFO O| Dec 20 21:57:14.809 INFO STEP 581 (remove_files) COMPLETE
60892024-12-20T21:57:15.710Z[ recovery-image] Dec 20 21:57:14.809 INFO O| Dec 20 21:57:14.809 INFO STEP 582: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
60902024-12-20T21:57:15.727Z[ recovery-image] Dec 20 21:57:14.827 INFO O| Dec 20 21:57:14.827 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/bash/strftime"
60912024-12-20T21:57:15.727Z[ recovery-image] Dec 20 21:57:14.827 INFO O| Dec 20 21:57:14.827 INFO STEP 582 (remove_files) COMPLETE
60922024-12-20T21:57:15.730Z[ recovery-image] Dec 20 21:57:14.827 INFO O| Dec 20 21:57:14.827 INFO STEP 583: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
60932024-12-20T21:57:15.747Z[ recovery-image] Dec 20 21:57:14.847 INFO O| Dec 20 21:57:14.847 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/bash/sync"
60942024-12-20T21:57:15.747Z[ recovery-image] Dec 20 21:57:14.847 INFO O| Dec 20 21:57:14.847 INFO STEP 583 (remove_files) COMPLETE
60952024-12-20T21:57:15.750Z[ recovery-image] Dec 20 21:57:14.847 INFO O| Dec 20 21:57:14.847 INFO STEP 584: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
60962024-12-20T21:57:15.784Z[ recovery-image] Dec 20 21:57:14.883 INFO O| Dec 20 21:57:14.883 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/bash/tee"
60972024-12-20T21:57:15.784Z[ recovery-image] Dec 20 21:57:14.883 INFO O| Dec 20 21:57:14.883 INFO STEP 584 (remove_files) COMPLETE
60982024-12-20T21:57:15.784Z[ recovery-image] Dec 20 21:57:14.884 INFO O| Dec 20 21:57:14.883 INFO STEP 585: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
60992024-12-20T21:57:15.802Z[ recovery-image] Dec 20 21:57:14.902 INFO O| Dec 20 21:57:14.902 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/bash/truefalse"
61002024-12-20T21:57:15.802Z[ recovery-image] Dec 20 21:57:14.902 INFO O| Dec 20 21:57:14.902 INFO STEP 585 (remove_files) COMPLETE
61012024-12-20T21:57:15.802Z[ recovery-image] Dec 20 21:57:14.902 INFO O| Dec 20 21:57:14.902 INFO STEP 586: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
61022024-12-20T21:57:15.842Z[ recovery-image] Dec 20 21:57:14.942 INFO O| Dec 20 21:57:14.942 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/bash/tty"
61032024-12-20T21:57:15.842Z[ recovery-image] Dec 20 21:57:14.942 INFO O| Dec 20 21:57:14.942 INFO STEP 586 (remove_files) COMPLETE
61042024-12-20T21:57:15.845Z[ recovery-image] Dec 20 21:57:14.942 INFO O| Dec 20 21:57:14.942 INFO STEP 587: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
61052024-12-20T21:57:15.861Z[ recovery-image] Dec 20 21:57:14.961 INFO O| Dec 20 21:57:14.961 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/bash/uname"
61062024-12-20T21:57:15.861Z[ recovery-image] Dec 20 21:57:14.961 INFO O| Dec 20 21:57:14.961 INFO STEP 587 (remove_files) COMPLETE
61072024-12-20T21:57:15.864Z[ recovery-image] Dec 20 21:57:14.961 INFO O| Dec 20 21:57:14.961 INFO STEP 588: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
61082024-12-20T21:57:15.880Z[ recovery-image] Dec 20 21:57:14.980 INFO O| Dec 20 21:57:14.980 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/bash/unlink"
61092024-12-20T21:57:15.910Z[ recovery-image] Dec 20 21:57:15.009 INFO O| Dec 20 21:57:15.009 INFO STEP 588 (remove_files) COMPLETE
61102024-12-20T21:57:15.910Z[ recovery-image] Dec 20 21:57:15.009 INFO O| Dec 20 21:57:15.009 INFO STEP 589: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
61112024-12-20T21:57:15.954Z[ recovery-image] Dec 20 21:57:15.053 INFO O| Dec 20 21:57:15.053 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/bash/whoami"
61122024-12-20T21:57:15.954Z[ recovery-image] Dec 20 21:57:15.053 INFO O| Dec 20 21:57:15.053 INFO STEP 589 (remove_files) COMPLETE
61132024-12-20T21:57:15.954Z[ recovery-image] Dec 20 21:57:15.053 INFO O| Dec 20 21:57:15.053 INFO STEP 590: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
61142024-12-20T21:57:16.008Z[ recovery-image] Dec 20 21:57:15.107 INFO O| Dec 20 21:57:15.107 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/cmake/libxml2/libxml2-config.cmake"
61152024-12-20T21:57:16.008Z[ recovery-image] Dec 20 21:57:15.108 INFO O| Dec 20 21:57:15.107 INFO STEP 590 (remove_files) COMPLETE
61162024-12-20T21:57:16.009Z[ recovery-image] Dec 20 21:57:15.108 INFO O| Dec 20 21:57:15.108 INFO STEP 591: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
61172024-12-20T21:57:16.038Z[ host-image] Dec 20 21:57:15.138 INFO O| Dec 20 21:57:15.138 INFO O| Actions: Completed 49485 actions in 21.50 seconds.
61182024-12-20T21:57:16.055Z[ recovery-image] Dec 20 21:57:15.155 INFO O| Dec 20 21:57:15.154 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/dbus-1.0/include/dbus/dbus-arch-deps.h"
61192024-12-20T21:57:16.055Z[ recovery-image] Dec 20 21:57:15.155 INFO O| Dec 20 21:57:15.155 INFO STEP 591 (remove_files) COMPLETE
61202024-12-20T21:57:16.055Z[ recovery-image] Dec 20 21:57:15.155 INFO O| Dec 20 21:57:15.155 INFO STEP 592: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
61212024-12-20T21:57:16.091Z[ recovery-image] Dec 20 21:57:15.190 INFO O| Dec 20 21:57:15.190 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/getloginx.so.1"
61222024-12-20T21:57:16.091Z[ recovery-image] Dec 20 21:57:15.190 INFO O| Dec 20 21:57:15.190 INFO STEP 592 (remove_files) COMPLETE
61232024-12-20T21:57:16.091Z[ recovery-image] Dec 20 21:57:15.190 INFO O| Dec 20 21:57:15.190 INFO STEP 593: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
61242024-12-20T21:57:16.111Z[ recovery-image] Dec 20 21:57:15.211 INFO O| Dec 20 21:57:15.211 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/gss/dh1024-0.so.1"
61252024-12-20T21:57:16.111Z[ recovery-image] Dec 20 21:57:15.211 INFO O| Dec 20 21:57:15.211 INFO STEP 593 (remove_files) COMPLETE
61262024-12-20T21:57:16.111Z[ recovery-image] Dec 20 21:57:15.211 INFO O| Dec 20 21:57:15.211 INFO STEP 594: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
61272024-12-20T21:57:16.130Z[ recovery-image] Dec 20 21:57:15.230 INFO O| Dec 20 21:57:15.230 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/gss/dh640-0.so.1"
61282024-12-20T21:57:16.130Z[ recovery-image] Dec 20 21:57:15.230 INFO O| Dec 20 21:57:15.230 INFO STEP 594 (remove_files) COMPLETE
61292024-12-20T21:57:16.133Z[ recovery-image] Dec 20 21:57:15.230 INFO O| Dec 20 21:57:15.230 INFO STEP 595: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
61302024-12-20T21:57:16.150Z[ recovery-image] Dec 20 21:57:15.250 INFO O| Dec 20 21:57:15.250 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/gss/mech_dh.so.1"
61312024-12-20T21:57:16.150Z[ recovery-image] Dec 20 21:57:15.250 INFO O| Dec 20 21:57:15.250 INFO STEP 595 (remove_files) COMPLETE
61322024-12-20T21:57:16.150Z[ recovery-image] Dec 20 21:57:15.250 INFO O| Dec 20 21:57:15.250 INFO STEP 596: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
61332024-12-20T21:57:16.192Z[ recovery-image] Dec 20 21:57:15.291 INFO O| Dec 20 21:57:15.291 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/gss/mech_spnego.so.1"
61342024-12-20T21:57:16.192Z[ recovery-image] Dec 20 21:57:15.291 INFO O| Dec 20 21:57:15.291 INFO STEP 596 (remove_files) COMPLETE
61352024-12-20T21:57:16.192Z[ recovery-image] Dec 20 21:57:15.291 INFO O| Dec 20 21:57:15.291 INFO STEP 597: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
61362024-12-20T21:57:16.226Z[ recovery-image] Dec 20 21:57:15.326 INFO O| Dec 20 21:57:15.325 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/lddstub"
61372024-12-20T21:57:16.226Z[ recovery-image] Dec 20 21:57:15.326 INFO O| Dec 20 21:57:15.326 INFO STEP 597 (remove_files) COMPLETE
61382024-12-20T21:57:16.226Z[ recovery-image] Dec 20 21:57:15.326 INFO O| Dec 20 21:57:15.326 INFO STEP 598: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
61392024-12-20T21:57:16.262Z[ recovery-image] Dec 20 21:57:15.361 INFO O| Dec 20 21:57:15.361 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/lib9p.so.1"
61402024-12-20T21:57:16.262Z[ recovery-image] Dec 20 21:57:15.361 INFO O| Dec 20 21:57:15.361 INFO STEP 598 (remove_files) COMPLETE
61412024-12-20T21:57:16.264Z[ recovery-image] Dec 20 21:57:15.361 INFO O| Dec 20 21:57:15.361 INFO STEP 599: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
61422024-12-20T21:57:16.318Z[ recovery-image] Dec 20 21:57:15.418 INFO O| Dec 20 21:57:15.418 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libads.so.1"
61432024-12-20T21:57:16.318Z[ recovery-image] Dec 20 21:57:15.418 INFO O| Dec 20 21:57:15.418 INFO STEP 599 (remove_files) COMPLETE
61442024-12-20T21:57:16.321Z[ recovery-image] Dec 20 21:57:15.418 INFO O| Dec 20 21:57:15.418 INFO STEP 600: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
61452024-12-20T21:57:16.362Z[ recovery-image] Dec 20 21:57:15.462 INFO O| Dec 20 21:57:15.462 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libadutils.so.1"
61462024-12-20T21:57:16.364Z[ recovery-image] Dec 20 21:57:15.462 INFO O| Dec 20 21:57:15.462 INFO STEP 600 (remove_files) COMPLETE
61472024-12-20T21:57:16.364Z[ recovery-image] Dec 20 21:57:15.462 INFO O| Dec 20 21:57:15.462 INFO STEP 601: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
61482024-12-20T21:57:16.409Z[ recovery-image] Dec 20 21:57:15.509 INFO O| Dec 20 21:57:15.509 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libbe.so.1"
61492024-12-20T21:57:16.412Z[ recovery-image] Dec 20 21:57:15.509 INFO O| Dec 20 21:57:15.509 INFO STEP 601 (remove_files) COMPLETE
61502024-12-20T21:57:16.412Z[ recovery-image] Dec 20 21:57:15.509 INFO O| Dec 20 21:57:15.509 INFO STEP 602: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
61512024-12-20T21:57:16.432Z[ recovery-image] Dec 20 21:57:15.532 INFO O| Dec 20 21:57:15.531 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libbrand.so.1"
61522024-12-20T21:57:16.434Z[ recovery-image] Dec 20 21:57:15.532 INFO O| Dec 20 21:57:15.532 INFO STEP 602 (remove_files) COMPLETE
61532024-12-20T21:57:16.434Z[ recovery-image] Dec 20 21:57:15.532 INFO O| Dec 20 21:57:15.532 INFO STEP 603: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
61542024-12-20T21:57:16.454Z[ recovery-image] Dec 20 21:57:15.554 INFO O| Dec 20 21:57:15.553 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libbrotlicommon.so.1.0.9"
61552024-12-20T21:57:16.454Z[ recovery-image] Dec 20 21:57:15.554 INFO O| Dec 20 21:57:15.554 INFO STEP 603 (remove_files) COMPLETE
61562024-12-20T21:57:16.457Z[ recovery-image] Dec 20 21:57:15.554 INFO O| Dec 20 21:57:15.554 INFO STEP 604: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
61572024-12-20T21:57:16.476Z[ recovery-image] Dec 20 21:57:15.575 INFO O| Dec 20 21:57:15.575 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libbrotlidec.so.1.0.9"
61582024-12-20T21:57:16.476Z[ recovery-image] Dec 20 21:57:15.575 INFO O| Dec 20 21:57:15.575 INFO STEP 604 (remove_files) COMPLETE
61592024-12-20T21:57:16.478Z[ recovery-image] Dec 20 21:57:15.575 INFO O| Dec 20 21:57:15.575 INFO STEP 605: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
61602024-12-20T21:57:16.516Z[ recovery-image] Dec 20 21:57:15.614 INFO O| Dec 20 21:57:15.614 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libbrotlienc.so.1.0.9"
61612024-12-20T21:57:16.518Z[ recovery-image] Dec 20 21:57:15.615 INFO O| Dec 20 21:57:15.614 INFO STEP 605 (remove_files) COMPLETE
61622024-12-20T21:57:16.518Z[ recovery-image] Dec 20 21:57:15.615 INFO O| Dec 20 21:57:15.615 INFO STEP 606: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
61632024-12-20T21:57:16.548Z[ recovery-image] Dec 20 21:57:15.648 INFO O| Dec 20 21:57:15.648 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libbsdmalloc.so.1"
61642024-12-20T21:57:16.551Z[ recovery-image] Dec 20 21:57:15.648 INFO O| Dec 20 21:57:15.648 INFO STEP 606 (remove_files) COMPLETE
61652024-12-20T21:57:16.551Z[ recovery-image] Dec 20 21:57:15.648 INFO O| Dec 20 21:57:15.648 INFO STEP 607: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
61662024-12-20T21:57:16.568Z[ recovery-image] Dec 20 21:57:15.668 INFO O| Dec 20 21:57:15.667 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libbz2.so.1.0.8"
61672024-12-20T21:57:16.568Z[ recovery-image] Dec 20 21:57:15.668 INFO O| Dec 20 21:57:15.668 INFO STEP 607 (remove_files) COMPLETE
61682024-12-20T21:57:16.568Z[ recovery-image] Dec 20 21:57:15.668 INFO O| Dec 20 21:57:15.668 INFO STEP 608: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
61692024-12-20T21:57:16.586Z[ recovery-image] Dec 20 21:57:15.686 INFO O| Dec 20 21:57:15.685 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libcommputil.so.1"
61702024-12-20T21:57:16.586Z[ recovery-image] Dec 20 21:57:15.686 INFO O| Dec 20 21:57:15.686 INFO STEP 608 (remove_files) COMPLETE
61712024-12-20T21:57:16.586Z[ recovery-image] Dec 20 21:57:15.686 INFO O| Dec 20 21:57:15.686 INFO STEP 609: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
61722024-12-20T21:57:16.623Z[ recovery-image] Dec 20 21:57:15.722 INFO O| Dec 20 21:57:15.722 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libcpc.so.1"
61732024-12-20T21:57:16.623Z[ recovery-image] Dec 20 21:57:15.722 INFO O| Dec 20 21:57:15.722 INFO STEP 609 (remove_files) COMPLETE
61742024-12-20T21:57:16.623Z[ recovery-image] Dec 20 21:57:15.722 INFO O| Dec 20 21:57:15.722 INFO STEP 610: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
61752024-12-20T21:57:16.642Z[ recovery-image] Dec 20 21:57:15.741 INFO O| Dec 20 21:57:15.741 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libcrle.so.1"
61762024-12-20T21:57:16.642Z[ recovery-image] Dec 20 21:57:15.741 INFO O| Dec 20 21:57:15.741 INFO STEP 610 (remove_files) COMPLETE
61772024-12-20T21:57:16.642Z[ recovery-image] Dec 20 21:57:15.741 INFO O| Dec 20 21:57:15.741 INFO STEP 611: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
61782024-12-20T21:57:16.673Z[ recovery-image] Dec 20 21:57:15.772 INFO O| Dec 20 21:57:15.772 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libcrypt.so.1"
61792024-12-20T21:57:16.673Z[ recovery-image] Dec 20 21:57:15.772 INFO O| Dec 20 21:57:15.772 INFO STEP 611 (remove_files) COMPLETE
61802024-12-20T21:57:16.673Z[ recovery-image] Dec 20 21:57:15.772 INFO O| Dec 20 21:57:15.772 INFO STEP 612: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
61812024-12-20T21:57:16.731Z[ recovery-image] Dec 20 21:57:15.831 INFO O| Dec 20 21:57:15.831 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libcurl.so.4.8.0"
61822024-12-20T21:57:16.731Z[ recovery-image] Dec 20 21:57:15.831 INFO O| Dec 20 21:57:15.831 INFO STEP 612 (remove_files) COMPLETE
61832024-12-20T21:57:16.731Z[ recovery-image] Dec 20 21:57:15.831 INFO O| Dec 20 21:57:15.831 INFO STEP 613: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
61842024-12-20T21:57:16.820Z[ recovery-image] Dec 20 21:57:15.920 INFO O| Dec 20 21:57:15.919 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libdemangle-sys.so.1"
61852024-12-20T21:57:16.820Z[ recovery-image] Dec 20 21:57:15.920 INFO O| Dec 20 21:57:15.920 INFO STEP 613 (remove_files) COMPLETE
61862024-12-20T21:57:16.820Z[ recovery-image] Dec 20 21:57:15.920 INFO O| Dec 20 21:57:15.920 INFO STEP 614: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
61872024-12-20T21:57:16.865Z[ recovery-image] Dec 20 21:57:15.958 INFO O| Dec 20 21:57:15.958 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libdll.so.1"
61882024-12-20T21:57:16.868Z[ recovery-image] Dec 20 21:57:15.959 INFO O| Dec 20 21:57:15.959 INFO STEP 614 (remove_files) COMPLETE
61892024-12-20T21:57:16.868Z[ recovery-image] Dec 20 21:57:15.959 INFO O| Dec 20 21:57:15.959 INFO STEP 615: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
61902024-12-20T21:57:16.881Z[ recovery-image] Dec 20 21:57:15.980 INFO O| Dec 20 21:57:15.980 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libdtrace_jni.so.1"
61912024-12-20T21:57:16.881Z[ recovery-image] Dec 20 21:57:15.981 INFO O| Dec 20 21:57:15.981 INFO STEP 615 (remove_files) COMPLETE
61922024-12-20T21:57:16.886Z[ recovery-image] Dec 20 21:57:15.981 INFO O| Dec 20 21:57:15.981 INFO STEP 616: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
61932024-12-20T21:57:16.903Z[ recovery-image] Dec 20 21:57:16.001 INFO O| Dec 20 21:57:16.001 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libform.so.1"
61942024-12-20T21:57:16.903Z[ recovery-image] Dec 20 21:57:16.002 INFO O| Dec 20 21:57:16.001 INFO STEP 616 (remove_files) COMPLETE
61952024-12-20T21:57:16.903Z[ recovery-image] Dec 20 21:57:16.002 INFO O| Dec 20 21:57:16.002 INFO STEP 617: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
61962024-12-20T21:57:16.923Z[ recovery-image] Dec 20 21:57:16.020 INFO O| Dec 20 21:57:16.020 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libfstyp.so.1"
61972024-12-20T21:57:16.923Z[ recovery-image] Dec 20 21:57:16.021 INFO O| Dec 20 21:57:16.020 INFO STEP 617 (remove_files) COMPLETE
61982024-12-20T21:57:16.923Z[ recovery-image] Dec 20 21:57:16.021 INFO O| Dec 20 21:57:16.021 INFO STEP 618: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
61992024-12-20T21:57:16.939Z[ recovery-image] Dec 20 21:57:16.038 INFO O| Dec 20 21:57:16.038 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libidspace.so.1"
62002024-12-20T21:57:16.956Z[ recovery-image] Dec 20 21:57:16.056 INFO O| Dec 20 21:57:16.056 INFO STEP 618 (remove_files) COMPLETE
62012024-12-20T21:57:16.956Z[ recovery-image] Dec 20 21:57:16.056 INFO O| Dec 20 21:57:16.056 INFO STEP 619: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
62022024-12-20T21:57:17.019Z[ recovery-image] Dec 20 21:57:16.119 INFO O| Dec 20 21:57:16.119 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libike.so.1"
62032024-12-20T21:57:17.023Z[ recovery-image] Dec 20 21:57:16.119 INFO O| Dec 20 21:57:16.119 INFO STEP 619 (remove_files) COMPLETE
62042024-12-20T21:57:17.023Z[ recovery-image] Dec 20 21:57:16.119 INFO O| Dec 20 21:57:16.119 INFO STEP 620: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
62052024-12-20T21:57:17.042Z[ recovery-image] Dec 20 21:57:16.140 INFO O| Dec 20 21:57:16.140 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libinstzones.so.1"
62062024-12-20T21:57:17.044Z[ recovery-image] Dec 20 21:57:16.141 INFO O| Dec 20 21:57:16.141 INFO STEP 620 (remove_files) COMPLETE
62072024-12-20T21:57:17.044Z[ recovery-image] Dec 20 21:57:16.141 INFO O| Dec 20 21:57:16.141 INFO STEP 621: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
62082024-12-20T21:57:17.065Z[ recovery-image] Dec 20 21:57:16.164 INFO O| Dec 20 21:57:16.164 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libipmi.so.1"
62092024-12-20T21:57:17.067Z[ recovery-image] Dec 20 21:57:16.164 INFO O| Dec 20 21:57:16.164 INFO STEP 621 (remove_files) COMPLETE
62102024-12-20T21:57:17.067Z[ recovery-image] Dec 20 21:57:16.164 INFO O| Dec 20 21:57:16.164 INFO STEP 622: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
62112024-12-20T21:57:17.085Z[ recovery-image] Dec 20 21:57:16.184 INFO O| Dec 20 21:57:16.184 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libipp.so.1"
62122024-12-20T21:57:17.087Z[ recovery-image] Dec 20 21:57:16.184 INFO O| Dec 20 21:57:16.184 INFO STEP 622 (remove_files) COMPLETE
62132024-12-20T21:57:17.087Z[ recovery-image] Dec 20 21:57:16.184 INFO O| Dec 20 21:57:16.184 INFO STEP 623: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
62142024-12-20T21:57:17.090Z[ host-image] Dec 20 21:57:16.190 INFO O| Dec 20 21:57:16.190 INFO O| Done
62152024-12-20T21:57:17.090Z[ host-image] Dec 20 21:57:16.190 INFO O| Dec 20 21:57:16.190 INFO O| Done
62162024-12-20T21:57:17.105Z[ recovery-image] Dec 20 21:57:16.203 INFO O| Dec 20 21:57:16.203 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libipsecutil.so.1"
62172024-12-20T21:57:17.105Z[ recovery-image] Dec 20 21:57:16.203 INFO O| Dec 20 21:57:16.203 INFO STEP 623 (remove_files) COMPLETE
62182024-12-20T21:57:17.105Z[ recovery-image] Dec 20 21:57:16.203 INFO O| Dec 20 21:57:16.203 INFO STEP 624: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
62192024-12-20T21:57:17.163Z[ recovery-image] Dec 20 21:57:16.263 INFO O| Dec 20 21:57:16.263 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libjedec.so.1"
62202024-12-20T21:57:17.163Z[ recovery-image] Dec 20 21:57:16.263 INFO O| Dec 20 21:57:16.263 INFO STEP 624 (remove_files) COMPLETE
62212024-12-20T21:57:17.163Z[ recovery-image] Dec 20 21:57:16.263 INFO O| Dec 20 21:57:16.263 INFO STEP 625: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
62222024-12-20T21:57:17.228Z[ recovery-image] Dec 20 21:57:16.327 INFO O| Dec 20 21:57:16.327 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libkvm.so.1"
62232024-12-20T21:57:17.230Z[ recovery-image] Dec 20 21:57:16.327 INFO O| Dec 20 21:57:16.327 INFO STEP 625 (remove_files) COMPLETE
62242024-12-20T21:57:17.230Z[ recovery-image] Dec 20 21:57:16.328 INFO O| Dec 20 21:57:16.327 INFO STEP 626: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
62252024-12-20T21:57:17.283Z[ recovery-image] Dec 20 21:57:16.383 INFO O| Dec 20 21:57:16.383 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libl.so.1"
62262024-12-20T21:57:17.283Z[ recovery-image] Dec 20 21:57:16.383 INFO O| Dec 20 21:57:16.383 INFO STEP 626 (remove_files) COMPLETE
62272024-12-20T21:57:17.286Z[ recovery-image] Dec 20 21:57:16.383 INFO O| Dec 20 21:57:16.383 INFO STEP 627: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
62282024-12-20T21:57:17.305Z[ recovery-image] Dec 20 21:57:16.404 INFO O| Dec 20 21:57:16.404 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libldap.so.5"
62292024-12-20T21:57:17.307Z[ recovery-image] Dec 20 21:57:16.404 INFO O| Dec 20 21:57:16.404 INFO STEP 627 (remove_files) COMPLETE
62302024-12-20T21:57:17.307Z[ recovery-image] Dec 20 21:57:16.404 INFO O| Dec 20 21:57:16.404 INFO STEP 628: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
62312024-12-20T21:57:17.336Z[ recovery-image] Dec 20 21:57:16.435 INFO O| Dec 20 21:57:16.435 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libldstab.so.1"
62322024-12-20T21:57:17.336Z[ recovery-image] Dec 20 21:57:16.435 INFO O| Dec 20 21:57:16.435 INFO STEP 628 (remove_files) COMPLETE
62332024-12-20T21:57:17.338Z[ recovery-image] Dec 20 21:57:16.435 INFO O| Dec 20 21:57:16.435 INFO STEP 629: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
62342024-12-20T21:57:17.355Z[ recovery-image] Dec 20 21:57:16.455 INFO O| Dec 20 21:57:16.455 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/liblgrp.so.1"
62352024-12-20T21:57:17.355Z[ recovery-image] Dec 20 21:57:16.455 INFO O| Dec 20 21:57:16.455 INFO STEP 629 (remove_files) COMPLETE
62362024-12-20T21:57:17.357Z[ recovery-image] Dec 20 21:57:16.455 INFO O| Dec 20 21:57:16.455 INFO STEP 630: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
62372024-12-20T21:57:17.415Z[ recovery-image] Dec 20 21:57:16.515 INFO O| Dec 20 21:57:16.514 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/liblm.so.1"
62382024-12-20T21:57:17.415Z[ recovery-image] Dec 20 21:57:16.515 INFO O| Dec 20 21:57:16.515 INFO STEP 630 (remove_files) COMPLETE
62392024-12-20T21:57:17.415Z[ recovery-image] Dec 20 21:57:16.515 INFO O| Dec 20 21:57:16.515 INFO STEP 631: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
62402024-12-20T21:57:17.456Z[ recovery-image] Dec 20 21:57:16.556 INFO O| Dec 20 21:57:16.556 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libmail.so.1"
62412024-12-20T21:57:17.456Z[ recovery-image] Dec 20 21:57:16.556 INFO O| Dec 20 21:57:16.556 INFO STEP 631 (remove_files) COMPLETE
62422024-12-20T21:57:17.456Z[ recovery-image] Dec 20 21:57:16.556 INFO O| Dec 20 21:57:16.556 INFO STEP 632: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
62432024-12-20T21:57:17.476Z[ recovery-image] Dec 20 21:57:16.575 INFO O| Dec 20 21:57:16.575 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libmalloc.so.1"
62442024-12-20T21:57:17.476Z[ recovery-image] Dec 20 21:57:16.575 INFO O| Dec 20 21:57:16.575 INFO STEP 632 (remove_files) COMPLETE
62452024-12-20T21:57:17.478Z[ recovery-image] Dec 20 21:57:16.575 INFO O| Dec 20 21:57:16.575 INFO STEP 633: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
62462024-12-20T21:57:17.493Z[ recovery-image] Dec 20 21:57:16.593 INFO O| Dec 20 21:57:16.593 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libmapmalloc.so.1"
62472024-12-20T21:57:17.493Z[ recovery-image] Dec 20 21:57:16.593 INFO O| Dec 20 21:57:16.593 INFO STEP 633 (remove_files) COMPLETE
62482024-12-20T21:57:17.493Z[ recovery-image] Dec 20 21:57:16.593 INFO O| Dec 20 21:57:16.593 INFO STEP 634: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
62492024-12-20T21:57:17.524Z[ recovery-image] Dec 20 21:57:16.623 INFO O| Dec 20 21:57:16.623 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libmenu.so.1"
62502024-12-20T21:57:17.526Z[ recovery-image] Dec 20 21:57:16.623 INFO O| Dec 20 21:57:16.623 INFO STEP 634 (remove_files) COMPLETE
62512024-12-20T21:57:17.526Z[ recovery-image] Dec 20 21:57:16.624 INFO O| Dec 20 21:57:16.623 INFO STEP 635: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
62522024-12-20T21:57:17.545Z[ recovery-image] Dec 20 21:57:16.645 INFO O| Dec 20 21:57:16.645 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libmtmalloc.so.1"
62532024-12-20T21:57:17.545Z[ recovery-image] Dec 20 21:57:16.645 INFO O| Dec 20 21:57:16.645 INFO STEP 635 (remove_files) COMPLETE
62542024-12-20T21:57:17.545Z[ recovery-image] Dec 20 21:57:16.645 INFO O| Dec 20 21:57:16.645 INFO STEP 636: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
62552024-12-20T21:57:17.572Z[ recovery-image] Dec 20 21:57:16.671 INFO O| Dec 20 21:57:16.671 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libncurses.so.5.9"
62562024-12-20T21:57:17.572Z[ recovery-image] Dec 20 21:57:16.671 INFO O| Dec 20 21:57:16.671 INFO STEP 636 (remove_files) COMPLETE
62572024-12-20T21:57:17.575Z[ recovery-image] Dec 20 21:57:16.671 INFO O| Dec 20 21:57:16.671 INFO STEP 637: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
62582024-12-20T21:57:17.599Z[ recovery-image] Dec 20 21:57:16.698 INFO O| Dec 20 21:57:16.698 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libnls.so.1"
62592024-12-20T21:57:17.601Z[ recovery-image] Dec 20 21:57:16.698 INFO O| Dec 20 21:57:16.698 INFO STEP 637 (remove_files) COMPLETE
62602024-12-20T21:57:17.601Z[ recovery-image] Dec 20 21:57:16.699 INFO O| Dec 20 21:57:16.698 INFO STEP 638: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
62612024-12-20T21:57:17.618Z[ recovery-image] Dec 20 21:57:16.717 INFO O| Dec 20 21:57:16.717 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libpanel.so.1"
62622024-12-20T21:57:17.621Z[ recovery-image] Dec 20 21:57:16.718 INFO O| Dec 20 21:57:16.718 INFO STEP 638 (remove_files) COMPLETE
62632024-12-20T21:57:17.621Z[ recovery-image] Dec 20 21:57:16.718 INFO O| Dec 20 21:57:16.718 INFO STEP 639: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
62642024-12-20T21:57:17.637Z[ recovery-image] Dec 20 21:57:16.736 INFO O| Dec 20 21:57:16.736 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libpcrecpp.so.0.0.2"
62652024-12-20T21:57:17.639Z[ recovery-image] Dec 20 21:57:16.737 INFO O| Dec 20 21:57:16.737 INFO STEP 639 (remove_files) COMPLETE
62662024-12-20T21:57:17.639Z[ recovery-image] Dec 20 21:57:16.737 INFO O| Dec 20 21:57:16.737 INFO STEP 640: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
62672024-12-20T21:57:17.657Z[ recovery-image] Dec 20 21:57:16.756 INFO O| Dec 20 21:57:16.756 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libpcreposix.so.0.0.7"
62682024-12-20T21:57:17.659Z[ recovery-image] Dec 20 21:57:16.757 INFO O| Dec 20 21:57:16.757 INFO STEP 640 (remove_files) COMPLETE
62692024-12-20T21:57:17.659Z[ recovery-image] Dec 20 21:57:16.757 INFO O| Dec 20 21:57:16.757 INFO STEP 641: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
62702024-12-20T21:57:17.676Z[ recovery-image] Dec 20 21:57:16.776 INFO O| Dec 20 21:57:16.776 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libpctx.so.1"
62712024-12-20T21:57:17.679Z[ recovery-image] Dec 20 21:57:16.776 INFO O| Dec 20 21:57:16.776 INFO STEP 641 (remove_files) COMPLETE
62722024-12-20T21:57:17.679Z[ recovery-image] Dec 20 21:57:16.776 INFO O| Dec 20 21:57:16.776 INFO STEP 642: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
62732024-12-20T21:57:17.697Z[ recovery-image] Dec 20 21:57:16.797 INFO O| Dec 20 21:57:16.797 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libpicl.so.1"
62742024-12-20T21:57:17.698Z[ recovery-image] Dec 20 21:57:16.797 INFO O| Dec 20 21:57:16.797 INFO STEP 642 (remove_files) COMPLETE
62752024-12-20T21:57:17.698Z[ recovery-image] Dec 20 21:57:16.797 INFO O| Dec 20 21:57:16.797 INFO STEP 643: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
62762024-12-20T21:57:17.730Z[ recovery-image] Dec 20 21:57:16.830 INFO O| Dec 20 21:57:16.830 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libppt.so.1"
62772024-12-20T21:57:17.730Z[ recovery-image] Dec 20 21:57:16.830 INFO O| Dec 20 21:57:16.830 INFO STEP 643 (remove_files) COMPLETE
62782024-12-20T21:57:17.730Z[ recovery-image] Dec 20 21:57:16.830 INFO O| Dec 20 21:57:16.830 INFO STEP 644: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
62792024-12-20T21:57:17.774Z[ recovery-image] Dec 20 21:57:16.874 INFO O| Dec 20 21:57:16.874 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libraidcfg.so.1"
62802024-12-20T21:57:17.774Z[ recovery-image] Dec 20 21:57:16.874 INFO O| Dec 20 21:57:16.874 INFO STEP 644 (remove_files) COMPLETE
62812024-12-20T21:57:17.774Z[ recovery-image] Dec 20 21:57:16.874 INFO O| Dec 20 21:57:16.874 INFO STEP 645: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
62822024-12-20T21:57:17.794Z[ recovery-image] Dec 20 21:57:16.894 INFO O| Dec 20 21:57:16.894 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/librename.so.1"
62832024-12-20T21:57:17.795Z[ recovery-image] Dec 20 21:57:16.894 INFO O| Dec 20 21:57:16.894 INFO STEP 645 (remove_files) COMPLETE
62842024-12-20T21:57:17.795Z[ recovery-image] Dec 20 21:57:16.894 INFO O| Dec 20 21:57:16.894 INFO STEP 646: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
62852024-12-20T21:57:17.832Z[ recovery-image] Dec 20 21:57:16.932 INFO O| Dec 20 21:57:16.932 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libreparse.so.1"
62862024-12-20T21:57:17.833Z[ recovery-image] Dec 20 21:57:16.932 INFO O| Dec 20 21:57:16.932 INFO STEP 646 (remove_files) COMPLETE
62872024-12-20T21:57:17.833Z[ recovery-image] Dec 20 21:57:16.932 INFO O| Dec 20 21:57:16.932 INFO STEP 647: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
62882024-12-20T21:57:17.855Z[ recovery-image] Dec 20 21:57:16.953 INFO O| Dec 20 21:57:16.953 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libsasl.so.1"
62892024-12-20T21:57:17.855Z[ recovery-image] Dec 20 21:57:16.954 INFO O| Dec 20 21:57:16.953 INFO STEP 647 (remove_files) COMPLETE
62902024-12-20T21:57:17.855Z[ recovery-image] Dec 20 21:57:16.954 INFO O| Dec 20 21:57:16.954 INFO STEP 648: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
62912024-12-20T21:57:17.952Z[ recovery-image] Dec 20 21:57:17.052 INFO O| Dec 20 21:57:17.052 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libsched.so.1"
62922024-12-20T21:57:17.952Z[ recovery-image] Dec 20 21:57:17.052 INFO O| Dec 20 21:57:17.052 INFO STEP 648 (remove_files) COMPLETE
62932024-12-20T21:57:17.952Z[ recovery-image] Dec 20 21:57:17.052 INFO O| Dec 20 21:57:17.052 INFO STEP 649: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
62942024-12-20T21:57:17.973Z[ recovery-image] Dec 20 21:57:17.072 INFO O| Dec 20 21:57:17.072 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libsctp.so.1"
62952024-12-20T21:57:17.973Z[ recovery-image] Dec 20 21:57:17.072 INFO O| Dec 20 21:57:17.072 INFO STEP 649 (remove_files) COMPLETE
62962024-12-20T21:57:17.973Z[ recovery-image] Dec 20 21:57:17.072 INFO O| Dec 20 21:57:17.072 INFO STEP 650: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
62972024-12-20T21:57:17.991Z[ recovery-image] Dec 20 21:57:17.090 INFO O| Dec 20 21:57:17.089 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libsff.so.1"
62982024-12-20T21:57:17.991Z[ recovery-image] Dec 20 21:57:17.090 INFO O| Dec 20 21:57:17.090 INFO STEP 650 (remove_files) COMPLETE
62992024-12-20T21:57:17.991Z[ recovery-image] Dec 20 21:57:17.090 INFO O| Dec 20 21:57:17.090 INFO STEP 651: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
63002024-12-20T21:57:18.009Z[ recovery-image] Dec 20 21:57:17.107 INFO O| Dec 20 21:57:17.107 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libsip.so.1"
63012024-12-20T21:57:18.009Z[ recovery-image] Dec 20 21:57:17.108 INFO O| Dec 20 21:57:17.108 INFO STEP 651 (remove_files) COMPLETE
63022024-12-20T21:57:18.009Z[ recovery-image] Dec 20 21:57:17.108 INFO O| Dec 20 21:57:17.108 INFO STEP 652: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
63032024-12-20T21:57:18.044Z[ recovery-image] Dec 20 21:57:17.142 INFO O| Dec 20 21:57:17.142 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libsldap.so.1"
63042024-12-20T21:57:18.044Z[ recovery-image] Dec 20 21:57:17.143 INFO O| Dec 20 21:57:17.143 INFO STEP 652 (remove_files) COMPLETE
63052024-12-20T21:57:18.044Z[ recovery-image] Dec 20 21:57:17.143 INFO O| Dec 20 21:57:17.143 INFO STEP 653: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
63062024-12-20T21:57:18.073Z[ recovery-image] Dec 20 21:57:17.172 INFO O| Dec 20 21:57:17.172 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libsmbfs.so.1"
63072024-12-20T21:57:18.073Z[ recovery-image] Dec 20 21:57:17.172 INFO O| Dec 20 21:57:17.172 INFO STEP 653 (remove_files) COMPLETE
63082024-12-20T21:57:18.073Z[ recovery-image] Dec 20 21:57:17.172 INFO O| Dec 20 21:57:17.172 INFO STEP 654: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
63092024-12-20T21:57:18.092Z[ recovery-image] Dec 20 21:57:17.192 INFO O| Dec 20 21:57:17.192 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libsoftcrypto.so.1"
63102024-12-20T21:57:18.097Z[ recovery-image] Dec 20 21:57:17.192 INFO O| Dec 20 21:57:17.192 INFO STEP 654 (remove_files) COMPLETE
63112024-12-20T21:57:18.097Z[ recovery-image] Dec 20 21:57:17.192 INFO O| Dec 20 21:57:17.192 INFO STEP 655: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
63122024-12-20T21:57:18.123Z[ recovery-image] Dec 20 21:57:17.223 INFO O| Dec 20 21:57:17.223 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libsqlite3.so.0.8.6"
63132024-12-20T21:57:18.123Z[ recovery-image] Dec 20 21:57:17.223 INFO O| Dec 20 21:57:17.223 INFO STEP 655 (remove_files) COMPLETE
63142024-12-20T21:57:18.123Z[ recovery-image] Dec 20 21:57:17.223 INFO O| Dec 20 21:57:17.223 INFO STEP 656: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
63152024-12-20T21:57:18.205Z[ recovery-image] Dec 20 21:57:17.304 INFO O| Dec 20 21:57:17.304 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libsum.so.1"
63162024-12-20T21:57:18.205Z[ recovery-image] Dec 20 21:57:17.304 INFO O| Dec 20 21:57:17.304 INFO STEP 656 (remove_files) COMPLETE
63172024-12-20T21:57:18.205Z[ recovery-image] Dec 20 21:57:17.304 INFO O| Dec 20 21:57:17.304 INFO STEP 657: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
63182024-12-20T21:57:18.239Z[ recovery-image] Dec 20 21:57:17.338 INFO O| Dec 20 21:57:17.338 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libtecla.so.1"
63192024-12-20T21:57:18.239Z[ recovery-image] Dec 20 21:57:17.338 INFO O| Dec 20 21:57:17.338 INFO STEP 657 (remove_files) COMPLETE
63202024-12-20T21:57:18.241Z[ recovery-image] Dec 20 21:57:17.338 INFO O| Dec 20 21:57:17.338 INFO STEP 658: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
63212024-12-20T21:57:18.257Z[ recovery-image] Dec 20 21:57:17.356 INFO O| Dec 20 21:57:17.356 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libtspi.so.1.2.0"
63222024-12-20T21:57:18.278Z[ recovery-image] Dec 20 21:57:17.378 INFO O| Dec 20 21:57:17.378 INFO STEP 658 (remove_files) COMPLETE
63232024-12-20T21:57:18.278Z[ recovery-image] Dec 20 21:57:17.378 INFO O| Dec 20 21:57:17.378 INFO STEP 659: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
63242024-12-20T21:57:18.360Z[ recovery-image] Dec 20 21:57:17.460 INFO O| Dec 20 21:57:17.460 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libvolmgt.so.1"
63252024-12-20T21:57:18.360Z[ recovery-image] Dec 20 21:57:17.460 INFO O| Dec 20 21:57:17.460 INFO STEP 659 (remove_files) COMPLETE
63262024-12-20T21:57:18.363Z[ recovery-image] Dec 20 21:57:17.460 INFO O| Dec 20 21:57:17.460 INFO STEP 660: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
63272024-12-20T21:57:18.439Z[ recovery-image] Dec 20 21:57:17.539 INFO O| Dec 20 21:57:17.539 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/liby.so.1"
63282024-12-20T21:57:18.439Z[ recovery-image] Dec 20 21:57:17.539 INFO O| Dec 20 21:57:17.539 INFO STEP 660 (remove_files) COMPLETE
63292024-12-20T21:57:18.439Z[ recovery-image] Dec 20 21:57:17.539 INFO O| Dec 20 21:57:17.539 INFO STEP 661: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
63302024-12-20T21:57:18.487Z[ recovery-image] Dec 20 21:57:17.587 INFO O| Dec 20 21:57:17.587 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libzfs_jni.so.1"
63312024-12-20T21:57:18.509Z[ recovery-image] Dec 20 21:57:17.608 INFO O| Dec 20 21:57:17.608 INFO STEP 661 (remove_files) COMPLETE
63322024-12-20T21:57:18.509Z[ recovery-image] Dec 20 21:57:17.608 INFO O| Dec 20 21:57:17.608 INFO STEP 662: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
63332024-12-20T21:57:18.567Z[ recovery-image] Dec 20 21:57:17.666 INFO O| Dec 20 21:57:17.666 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libzfsbootenv.so.1"
63342024-12-20T21:57:18.570Z[ recovery-image] Dec 20 21:57:17.666 INFO O| Dec 20 21:57:17.666 INFO STEP 662 (remove_files) COMPLETE
63352024-12-20T21:57:18.570Z[ recovery-image] Dec 20 21:57:17.666 INFO O| Dec 20 21:57:17.666 INFO STEP 663: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
63362024-12-20T21:57:18.586Z[ recovery-image] Dec 20 21:57:17.685 INFO O| Dec 20 21:57:17.685 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libzonecfg.so.1"
63372024-12-20T21:57:18.588Z[ recovery-image] Dec 20 21:57:17.686 INFO O| Dec 20 21:57:17.686 INFO STEP 663 (remove_files) COMPLETE
63382024-12-20T21:57:18.588Z[ recovery-image] Dec 20 21:57:17.686 INFO O| Dec 20 21:57:17.686 INFO STEP 664: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
63392024-12-20T21:57:18.641Z[ recovery-image] Dec 20 21:57:17.741 INFO O| Dec 20 21:57:17.741 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libzoneinfo.so.1"
63402024-12-20T21:57:18.641Z[ recovery-image] Dec 20 21:57:17.741 INFO O| Dec 20 21:57:17.741 INFO STEP 664 (remove_files) COMPLETE
63412024-12-20T21:57:18.641Z[ recovery-image] Dec 20 21:57:17.741 INFO O| Dec 20 21:57:17.741 INFO STEP 665: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
63422024-12-20T21:57:18.730Z[ recovery-image] Dec 20 21:57:17.830 INFO O| Dec 20 21:57:17.830 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libzonestat.so.1"
63432024-12-20T21:57:18.733Z[ recovery-image] Dec 20 21:57:17.830 INFO O| Dec 20 21:57:17.830 INFO STEP 665 (remove_files) COMPLETE
63442024-12-20T21:57:18.733Z[ recovery-image] Dec 20 21:57:17.830 INFO O| Dec 20 21:57:17.830 INFO STEP 666: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
63452024-12-20T21:57:18.750Z[ recovery-image] Dec 20 21:57:17.850 INFO O| Dec 20 21:57:17.850 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libzpool.so.1"
63462024-12-20T21:57:18.753Z[ recovery-image] Dec 20 21:57:17.850 INFO O| Dec 20 21:57:17.850 INFO STEP 666 (remove_files) COMPLETE
63472024-12-20T21:57:18.753Z[ recovery-image] Dec 20 21:57:17.850 INFO O| Dec 20 21:57:17.850 INFO STEP 667: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
63482024-12-20T21:57:18.769Z[ recovery-image] Dec 20 21:57:17.868 INFO O| Dec 20 21:57:17.868 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/madv.so.1"
63492024-12-20T21:57:18.769Z[ recovery-image] Dec 20 21:57:17.868 INFO O| Dec 20 21:57:17.868 INFO STEP 667 (remove_files) COMPLETE
63502024-12-20T21:57:18.769Z[ recovery-image] Dec 20 21:57:17.869 INFO O| Dec 20 21:57:17.868 INFO STEP 668: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
63512024-12-20T21:57:18.786Z[ recovery-image] Dec 20 21:57:17.885 INFO O| Dec 20 21:57:17.885 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/mpss.so.1"
63522024-12-20T21:57:18.786Z[ recovery-image] Dec 20 21:57:17.885 INFO O| Dec 20 21:57:17.885 INFO STEP 668 (remove_files) COMPLETE
63532024-12-20T21:57:18.786Z[ recovery-image] Dec 20 21:57:17.885 INFO O| Dec 20 21:57:17.885 INFO STEP 669: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
63542024-12-20T21:57:18.804Z[ recovery-image] Dec 20 21:57:17.903 INFO O| Dec 20 21:57:17.902 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/nss_ad.so.1"
63552024-12-20T21:57:18.804Z[ recovery-image] Dec 20 21:57:17.903 INFO O| Dec 20 21:57:17.903 INFO STEP 669 (remove_files) COMPLETE
63562024-12-20T21:57:18.804Z[ recovery-image] Dec 20 21:57:17.903 INFO O| Dec 20 21:57:17.903 INFO STEP 670: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
63572024-12-20T21:57:18.824Z[ host-image] Dec 20 21:57:17.923 INFO O| Dec 20 21:57:17.923 INFO O| Done
63582024-12-20T21:57:18.841Z[ recovery-image] Dec 20 21:57:17.940 INFO O| Dec 20 21:57:17.940 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/nss_ldap.so.1"
63592024-12-20T21:57:18.841Z[ recovery-image] Dec 20 21:57:17.940 INFO O| Dec 20 21:57:17.940 INFO STEP 670 (remove_files) COMPLETE
63602024-12-20T21:57:18.843Z[ recovery-image] Dec 20 21:57:17.940 INFO O| Dec 20 21:57:17.940 INFO STEP 671: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
63612024-12-20T21:57:18.858Z[ recovery-image] Dec 20 21:57:17.957 INFO O| Dec 20 21:57:17.957 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/passwdutil.so.1"
63622024-12-20T21:57:18.861Z[ recovery-image] Dec 20 21:57:17.958 INFO O| Dec 20 21:57:17.958 INFO STEP 671 (remove_files) COMPLETE
63632024-12-20T21:57:18.861Z[ recovery-image] Dec 20 21:57:17.958 INFO O| Dec 20 21:57:17.958 INFO STEP 672: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
63642024-12-20T21:57:18.876Z[ recovery-image] Dec 20 21:57:17.975 INFO O| Dec 20 21:57:17.975 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/pkgconfig/bash.pc"
63652024-12-20T21:57:18.878Z[ recovery-image] Dec 20 21:57:17.976 INFO O| Dec 20 21:57:17.976 INFO STEP 672 (remove_files) COMPLETE
63662024-12-20T21:57:18.878Z[ recovery-image] Dec 20 21:57:17.976 INFO O| Dec 20 21:57:17.976 INFO STEP 673: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
63672024-12-20T21:57:18.923Z[ recovery-image] Dec 20 21:57:18.022 INFO O| Dec 20 21:57:18.022 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/pkgconfig/dbus-1.pc"
63682024-12-20T21:57:18.925Z[ recovery-image] Dec 20 21:57:18.023 INFO O| Dec 20 21:57:18.022 INFO STEP 673 (remove_files) COMPLETE
63692024-12-20T21:57:18.925Z[ recovery-image] Dec 20 21:57:18.023 INFO O| Dec 20 21:57:18.023 INFO STEP 674: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
63702024-12-20T21:57:18.944Z[ recovery-image] Dec 20 21:57:18.043 INFO O| Dec 20 21:57:18.042 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/pkgconfig/expat.pc"
63712024-12-20T21:57:18.944Z[ recovery-image] Dec 20 21:57:18.043 INFO O| Dec 20 21:57:18.043 INFO STEP 674 (remove_files) COMPLETE
63722024-12-20T21:57:18.944Z[ recovery-image] Dec 20 21:57:18.043 INFO O| Dec 20 21:57:18.043 INFO STEP 675: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
63732024-12-20T21:57:18.961Z[ recovery-image] Dec 20 21:57:18.061 INFO O| Dec 20 21:57:18.061 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/pkgconfig/form.pc"
63742024-12-20T21:57:18.964Z[ recovery-image] Dec 20 21:57:18.061 INFO O| Dec 20 21:57:18.061 INFO STEP 675 (remove_files) COMPLETE
63752024-12-20T21:57:18.964Z[ recovery-image] Dec 20 21:57:18.061 INFO O| Dec 20 21:57:18.061 INFO STEP 676: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
63762024-12-20T21:57:19.001Z[ recovery-image] Dec 20 21:57:18.100 INFO O| Dec 20 21:57:18.100 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/pkgconfig/libbrotlicommon.pc"
63772024-12-20T21:57:19.001Z[ recovery-image] Dec 20 21:57:18.101 INFO O| Dec 20 21:57:18.100 INFO STEP 676 (remove_files) COMPLETE
63782024-12-20T21:57:19.004Z[ recovery-image] Dec 20 21:57:18.101 INFO O| Dec 20 21:57:18.101 INFO STEP 677: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
63792024-12-20T21:57:19.041Z[ recovery-image] Dec 20 21:57:18.141 INFO O| Dec 20 21:57:18.141 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/pkgconfig/libbrotlidec.pc"
63802024-12-20T21:57:19.041Z[ recovery-image] Dec 20 21:57:18.141 INFO O| Dec 20 21:57:18.141 INFO STEP 677 (remove_files) COMPLETE
63812024-12-20T21:57:19.041Z[ recovery-image] Dec 20 21:57:18.141 INFO O| Dec 20 21:57:18.141 INFO STEP 678: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
63822024-12-20T21:57:19.100Z[ recovery-image] Dec 20 21:57:18.199 INFO O| Dec 20 21:57:18.198 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/pkgconfig/libbrotlienc.pc"
63832024-12-20T21:57:19.100Z[ recovery-image] Dec 20 21:57:18.199 INFO O| Dec 20 21:57:18.199 INFO STEP 678 (remove_files) COMPLETE
63842024-12-20T21:57:19.102Z[ recovery-image] Dec 20 21:57:18.199 INFO O| Dec 20 21:57:18.199 INFO STEP 679: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
63852024-12-20T21:57:19.127Z[ recovery-image] Dec 20 21:57:18.225 INFO O| Dec 20 21:57:18.225 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/pkgconfig/libcurl.pc"
63862024-12-20T21:57:19.127Z[ recovery-image] Dec 20 21:57:18.225 INFO O| Dec 20 21:57:18.225 INFO STEP 679 (remove_files) COMPLETE
63872024-12-20T21:57:19.127Z[ recovery-image] Dec 20 21:57:18.225 INFO O| Dec 20 21:57:18.225 INFO STEP 680: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
63882024-12-20T21:57:19.188Z[ recovery-image] Dec 20 21:57:18.288 INFO O| Dec 20 21:57:18.287 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/pkgconfig/libedit.pc"
63892024-12-20T21:57:19.188Z[ recovery-image] Dec 20 21:57:18.288 INFO O| Dec 20 21:57:18.288 INFO STEP 680 (remove_files) COMPLETE
63902024-12-20T21:57:19.188Z[ recovery-image] Dec 20 21:57:18.288 INFO O| Dec 20 21:57:18.288 INFO STEP 681: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
63912024-12-20T21:57:19.220Z[ recovery-image] Dec 20 21:57:18.320 INFO O| Dec 20 21:57:18.320 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/pkgconfig/libidn.pc"
63922024-12-20T21:57:19.223Z[ recovery-image] Dec 20 21:57:18.322 INFO O| Dec 20 21:57:18.322 INFO STEP 681 (remove_files) COMPLETE
63932024-12-20T21:57:19.223Z[ recovery-image] Dec 20 21:57:18.322 INFO O| Dec 20 21:57:18.322 INFO STEP 682: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
63942024-12-20T21:57:19.269Z[ recovery-image] Dec 20 21:57:18.369 INFO O| Dec 20 21:57:18.369 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/pkgconfig/liblz4.pc"
63952024-12-20T21:57:19.269Z[ recovery-image] Dec 20 21:57:18.369 INFO O| Dec 20 21:57:18.369 INFO STEP 682 (remove_files) COMPLETE
63962024-12-20T21:57:19.270Z[ recovery-image] Dec 20 21:57:18.369 INFO O| Dec 20 21:57:18.369 INFO STEP 683: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
63972024-12-20T21:57:19.289Z[ recovery-image] Dec 20 21:57:18.388 INFO O| Dec 20 21:57:18.388 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/pkgconfig/liblzma.pc"
63982024-12-20T21:57:19.289Z[ recovery-image] Dec 20 21:57:18.388 INFO O| Dec 20 21:57:18.388 INFO STEP 683 (remove_files) COMPLETE
63992024-12-20T21:57:19.289Z[ recovery-image] Dec 20 21:57:18.388 INFO O| Dec 20 21:57:18.388 INFO STEP 684: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
64002024-12-20T21:57:19.334Z[ recovery-image] Dec 20 21:57:18.433 INFO O| Dec 20 21:57:18.433 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/pkgconfig/libnghttp2.pc"
64012024-12-20T21:57:19.336Z[ recovery-image] Dec 20 21:57:18.433 INFO O| Dec 20 21:57:18.433 INFO STEP 684 (remove_files) COMPLETE
64022024-12-20T21:57:19.336Z[ recovery-image] Dec 20 21:57:18.433 INFO O| Dec 20 21:57:18.433 INFO STEP 685: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
64032024-12-20T21:57:19.354Z[ recovery-image] Dec 20 21:57:18.453 INFO O| Dec 20 21:57:18.453 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/pkgconfig/libpcap.pc"
64042024-12-20T21:57:19.354Z[ recovery-image] Dec 20 21:57:18.453 INFO O| Dec 20 21:57:18.453 INFO STEP 685 (remove_files) COMPLETE
64052024-12-20T21:57:19.357Z[ recovery-image] Dec 20 21:57:18.453 INFO O| Dec 20 21:57:18.453 INFO STEP 686: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
64062024-12-20T21:57:19.373Z[ recovery-image] Dec 20 21:57:18.473 INFO O| Dec 20 21:57:18.473 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/pkgconfig/libpcre.pc"
64072024-12-20T21:57:19.395Z[ recovery-image] Dec 20 21:57:18.494 INFO O| Dec 20 21:57:18.494 INFO STEP 686 (remove_files) COMPLETE
64082024-12-20T21:57:19.395Z[ recovery-image] Dec 20 21:57:18.494 INFO O| Dec 20 21:57:18.494 INFO STEP 687: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
64092024-12-20T21:57:19.426Z[ recovery-image] Dec 20 21:57:18.525 INFO O| Dec 20 21:57:18.525 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/pkgconfig/libpcre2-8.pc"
64102024-12-20T21:57:19.439Z[ recovery-image] Dec 20 21:57:18.538 INFO O| Dec 20 21:57:18.538 INFO STEP 687 (remove_files) COMPLETE
64112024-12-20T21:57:19.440Z[ recovery-image] Dec 20 21:57:18.538 INFO O| Dec 20 21:57:18.538 INFO STEP 688: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
64122024-12-20T21:57:19.474Z[ recovery-image] Dec 20 21:57:18.573 INFO O| Dec 20 21:57:18.573 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/pkgconfig/libpcre2-posix.pc"
64132024-12-20T21:57:19.477Z[ recovery-image] Dec 20 21:57:18.574 INFO O| Dec 20 21:57:18.574 INFO STEP 688 (remove_files) COMPLETE
64142024-12-20T21:57:19.477Z[ recovery-image] Dec 20 21:57:18.574 INFO O| Dec 20 21:57:18.574 INFO STEP 689: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
64152024-12-20T21:57:19.506Z[ recovery-image] Dec 20 21:57:18.606 INFO O| Dec 20 21:57:18.606 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/pkgconfig/libpcrecpp.pc"
64162024-12-20T21:57:19.511Z[ recovery-image] Dec 20 21:57:18.606 INFO O| Dec 20 21:57:18.606 INFO STEP 689 (remove_files) COMPLETE
64172024-12-20T21:57:19.511Z[ recovery-image] Dec 20 21:57:18.606 INFO O| Dec 20 21:57:18.606 INFO STEP 690: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
64182024-12-20T21:57:19.526Z[ recovery-image] Dec 20 21:57:18.626 INFO O| Dec 20 21:57:18.626 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/pkgconfig/libpcreposix.pc"
64192024-12-20T21:57:19.528Z[ recovery-image] Dec 20 21:57:18.626 INFO O| Dec 20 21:57:18.626 INFO STEP 690 (remove_files) COMPLETE
64202024-12-20T21:57:19.528Z[ recovery-image] Dec 20 21:57:18.626 INFO O| Dec 20 21:57:18.626 INFO STEP 691: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
64212024-12-20T21:57:19.547Z[ recovery-image] Dec 20 21:57:18.647 INFO O| Dec 20 21:57:18.647 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/pkgconfig/libxml-2.0.pc"
64222024-12-20T21:57:19.547Z[ recovery-image] Dec 20 21:57:18.647 INFO O| Dec 20 21:57:18.647 INFO STEP 691 (remove_files) COMPLETE
64232024-12-20T21:57:19.547Z[ recovery-image] Dec 20 21:57:18.647 INFO O| Dec 20 21:57:18.647 INFO STEP 692: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
64242024-12-20T21:57:19.570Z[ recovery-image] Dec 20 21:57:18.670 INFO O| Dec 20 21:57:18.670 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/pkgconfig/libzstd.pc"
64252024-12-20T21:57:19.570Z[ recovery-image] Dec 20 21:57:18.670 INFO O| Dec 20 21:57:18.670 INFO STEP 692 (remove_files) COMPLETE
64262024-12-20T21:57:19.570Z[ recovery-image] Dec 20 21:57:18.670 INFO O| Dec 20 21:57:18.670 INFO STEP 693: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
64272024-12-20T21:57:19.609Z[ recovery-image] Dec 20 21:57:18.697 INFO O| Dec 20 21:57:18.697 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/pkgconfig/menu.pc"
64282024-12-20T21:57:19.613Z[ recovery-image] Dec 20 21:57:18.698 INFO O| Dec 20 21:57:18.698 INFO STEP 693 (remove_files) COMPLETE
64292024-12-20T21:57:19.613Z[ recovery-image] Dec 20 21:57:18.698 INFO O| Dec 20 21:57:18.698 INFO STEP 694: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
64302024-12-20T21:57:19.618Z[ recovery-image] Dec 20 21:57:18.718 INFO O| Dec 20 21:57:18.717 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/pkgconfig/ncurses++.pc"
64312024-12-20T21:57:19.622Z[ recovery-image] Dec 20 21:57:18.718 INFO O| Dec 20 21:57:18.718 INFO STEP 694 (remove_files) COMPLETE
64322024-12-20T21:57:19.622Z[ recovery-image] Dec 20 21:57:18.718 INFO O| Dec 20 21:57:18.718 INFO STEP 695: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
64332024-12-20T21:57:19.638Z[ recovery-image] Dec 20 21:57:18.737 INFO O| Dec 20 21:57:18.737 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/pkgconfig/ncurses.pc"
64342024-12-20T21:57:19.638Z[ recovery-image] Dec 20 21:57:18.738 INFO O| Dec 20 21:57:18.738 INFO STEP 695 (remove_files) COMPLETE
64352024-12-20T21:57:19.641Z[ recovery-image] Dec 20 21:57:18.738 INFO O| Dec 20 21:57:18.738 INFO STEP 696: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
64362024-12-20T21:57:19.656Z[ recovery-image] Dec 20 21:57:18.755 INFO O| Dec 20 21:57:18.755 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/pkgconfig/netsnmp-agent.pc"
64372024-12-20T21:57:19.656Z[ recovery-image] Dec 20 21:57:18.756 INFO O| Dec 20 21:57:18.755 INFO STEP 696 (remove_files) COMPLETE
64382024-12-20T21:57:19.659Z[ recovery-image] Dec 20 21:57:18.756 INFO O| Dec 20 21:57:18.756 INFO STEP 697: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
64392024-12-20T21:57:19.674Z[ recovery-image] Dec 20 21:57:18.773 INFO O| Dec 20 21:57:18.773 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/pkgconfig/netsnmp.pc"
64402024-12-20T21:57:19.676Z[ recovery-image] Dec 20 21:57:18.773 INFO O| Dec 20 21:57:18.773 INFO STEP 697 (remove_files) COMPLETE
64412024-12-20T21:57:19.676Z[ recovery-image] Dec 20 21:57:18.774 INFO O| Dec 20 21:57:18.773 INFO STEP 698: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
64422024-12-20T21:57:19.711Z[ recovery-image] Dec 20 21:57:18.810 INFO O| Dec 20 21:57:18.810 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/pkgconfig/panel.pc"
64432024-12-20T21:57:19.711Z[ recovery-image] Dec 20 21:57:18.810 INFO O| Dec 20 21:57:18.810 INFO STEP 698 (remove_files) COMPLETE
64442024-12-20T21:57:19.713Z[ recovery-image] Dec 20 21:57:18.810 INFO O| Dec 20 21:57:18.810 INFO STEP 699: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
64452024-12-20T21:57:19.731Z[ recovery-image] Dec 20 21:57:18.830 INFO O| Dec 20 21:57:18.830 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/pkgconfig/readline.pc"
64462024-12-20T21:57:19.731Z[ recovery-image] Dec 20 21:57:18.830 INFO O| Dec 20 21:57:18.830 INFO STEP 699 (remove_files) COMPLETE
64472024-12-20T21:57:19.733Z[ recovery-image] Dec 20 21:57:18.831 INFO O| Dec 20 21:57:18.830 INFO STEP 700: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
64482024-12-20T21:57:19.750Z[ recovery-image] Dec 20 21:57:18.849 INFO O| Dec 20 21:57:18.849 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/pkgconfig/sqlite3.pc"
64492024-12-20T21:57:19.750Z[ recovery-image] Dec 20 21:57:18.849 INFO O| Dec 20 21:57:18.849 INFO STEP 700 (remove_files) COMPLETE
64502024-12-20T21:57:19.752Z[ recovery-image] Dec 20 21:57:18.849 INFO O| Dec 20 21:57:18.849 INFO STEP 701: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
64512024-12-20T21:57:19.768Z[ recovery-image] Dec 20 21:57:18.867 INFO O| Dec 20 21:57:18.867 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/pkgconfig/zlib.pc"
64522024-12-20T21:57:19.768Z[ recovery-image] Dec 20 21:57:18.867 INFO O| Dec 20 21:57:18.867 INFO STEP 701 (remove_files) COMPLETE
64532024-12-20T21:57:19.770Z[ recovery-image] Dec 20 21:57:18.868 INFO O| Dec 20 21:57:18.867 INFO STEP 702: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
64542024-12-20T21:57:19.787Z[ recovery-image] Dec 20 21:57:18.886 INFO O| Dec 20 21:57:18.886 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/straddr.so.2"
64552024-12-20T21:57:19.787Z[ recovery-image] Dec 20 21:57:18.886 INFO O| Dec 20 21:57:18.886 INFO STEP 702 (remove_files) COMPLETE
64562024-12-20T21:57:19.787Z[ recovery-image] Dec 20 21:57:18.887 INFO O| Dec 20 21:57:18.886 INFO STEP 703: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
64572024-12-20T21:57:19.805Z[ recovery-image] Dec 20 21:57:18.905 INFO O| Dec 20 21:57:18.905 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/watchmalloc.so.1"
64582024-12-20T21:57:19.805Z[ recovery-image] Dec 20 21:57:18.905 INFO O| Dec 20 21:57:18.905 INFO STEP 703 (remove_files) COMPLETE
64592024-12-20T21:57:19.805Z[ recovery-image] Dec 20 21:57:18.905 INFO O| Dec 20 21:57:18.905 INFO STEP 704: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
64602024-12-20T21:57:19.822Z[ recovery-image] Dec 20 21:57:18.922 INFO O| Dec 20 21:57:18.922 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/audit/audit_record_attr"
64612024-12-20T21:57:19.822Z[ recovery-image] Dec 20 21:57:18.922 INFO O| Dec 20 21:57:18.922 INFO STEP 704 (remove_files) COMPLETE
64622024-12-20T21:57:19.822Z[ recovery-image] Dec 20 21:57:18.922 INFO O| Dec 20 21:57:18.922 INFO STEP 705: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
64632024-12-20T21:57:19.838Z[ recovery-image] Dec 20 21:57:18.937 INFO O| Dec 20 21:57:18.937 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/brand/shared/common.ksh"
64642024-12-20T21:57:19.838Z[ recovery-image] Dec 20 21:57:18.937 INFO O| Dec 20 21:57:18.937 INFO STEP 705 (remove_files) COMPLETE
64652024-12-20T21:57:19.841Z[ recovery-image] Dec 20 21:57:18.937 INFO O| Dec 20 21:57:18.937 INFO STEP 706: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
64662024-12-20T21:57:19.854Z[ recovery-image] Dec 20 21:57:18.953 INFO O| Dec 20 21:57:18.953 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/brand/shared/query"
64672024-12-20T21:57:19.854Z[ recovery-image] Dec 20 21:57:18.953 INFO O| Dec 20 21:57:18.953 INFO STEP 706 (remove_files) COMPLETE
64682024-12-20T21:57:19.854Z[ recovery-image] Dec 20 21:57:18.953 INFO O| Dec 20 21:57:18.953 INFO STEP 707: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
64692024-12-20T21:57:19.870Z[ recovery-image] Dec 20 21:57:18.969 INFO O| Dec 20 21:57:18.969 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/brand/shared/uninstall.ksh"
64702024-12-20T21:57:19.870Z[ recovery-image] Dec 20 21:57:18.969 INFO O| Dec 20 21:57:18.969 INFO STEP 707 (remove_files) COMPLETE
64712024-12-20T21:57:19.870Z[ recovery-image] Dec 20 21:57:18.969 INFO O| Dec 20 21:57:18.969 INFO STEP 708: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
64722024-12-20T21:57:19.885Z[ recovery-image] Dec 20 21:57:18.985 INFO O| Dec 20 21:57:18.985 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/cfgadm/amd64/ib.so.1"
64732024-12-20T21:57:19.885Z[ recovery-image] Dec 20 21:57:18.985 INFO O| Dec 20 21:57:18.985 INFO STEP 708 (remove_files) COMPLETE
64742024-12-20T21:57:19.885Z[ recovery-image] Dec 20 21:57:18.985 INFO O| Dec 20 21:57:18.985 INFO STEP 709: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
64752024-12-20T21:57:19.905Z[ recovery-image] Dec 20 21:57:19.003 INFO O| Dec 20 21:57:19.003 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/cfgadm/amd64/pci.so.1"
64762024-12-20T21:57:19.905Z[ recovery-image] Dec 20 21:57:19.003 INFO O| Dec 20 21:57:19.003 INFO STEP 709 (remove_files) COMPLETE
64772024-12-20T21:57:19.907Z[ recovery-image] Dec 20 21:57:19.004 INFO O| Dec 20 21:57:19.003 INFO STEP 710: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
64782024-12-20T21:57:19.928Z[ recovery-image] Dec 20 21:57:19.026 INFO O| Dec 20 21:57:19.026 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/cfgadm/amd64/sata.so.1"
64792024-12-20T21:57:19.928Z[ recovery-image] Dec 20 21:57:19.026 INFO O| Dec 20 21:57:19.026 INFO STEP 710 (remove_files) COMPLETE
64802024-12-20T21:57:19.928Z[ recovery-image] Dec 20 21:57:19.026 INFO O| Dec 20 21:57:19.026 INFO STEP 711: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
64812024-12-20T21:57:19.947Z[ recovery-image] Dec 20 21:57:19.047 INFO O| Dec 20 21:57:19.047 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/cfgadm/amd64/scsi.so.1"
64822024-12-20T21:57:19.947Z[ recovery-image] Dec 20 21:57:19.047 INFO O| Dec 20 21:57:19.047 INFO STEP 711 (remove_files) COMPLETE
64832024-12-20T21:57:19.950Z[ recovery-image] Dec 20 21:57:19.047 INFO O| Dec 20 21:57:19.047 INFO STEP 712: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
64842024-12-20T21:57:19.967Z[ recovery-image] Dec 20 21:57:19.067 INFO O| Dec 20 21:57:19.067 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/cfgadm/amd64/usb.so.1"
64852024-12-20T21:57:19.967Z[ recovery-image] Dec 20 21:57:19.067 INFO O| Dec 20 21:57:19.067 INFO STEP 712 (remove_files) COMPLETE
64862024-12-20T21:57:19.967Z[ recovery-image] Dec 20 21:57:19.067 INFO O| Dec 20 21:57:19.067 INFO STEP 713: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
64872024-12-20T21:57:19.986Z[ recovery-image] Dec 20 21:57:19.085 INFO O| Dec 20 21:57:19.085 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/cfgadm/ib.so.1"
64882024-12-20T21:57:19.986Z[ recovery-image] Dec 20 21:57:19.086 INFO O| Dec 20 21:57:19.086 INFO STEP 713 (remove_files) COMPLETE
64892024-12-20T21:57:19.988Z[ recovery-image] Dec 20 21:57:19.086 INFO O| Dec 20 21:57:19.086 INFO STEP 714: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
64902024-12-20T21:57:20.003Z[ recovery-image] Dec 20 21:57:19.103 INFO O| Dec 20 21:57:19.103 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/cfgadm/pci.so.1"
64912024-12-20T21:57:20.003Z[ recovery-image] Dec 20 21:57:19.103 INFO O| Dec 20 21:57:19.103 INFO STEP 714 (remove_files) COMPLETE
64922024-12-20T21:57:20.003Z[ recovery-image] Dec 20 21:57:19.103 INFO O| Dec 20 21:57:19.103 INFO STEP 715: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
64932024-12-20T21:57:20.022Z[ recovery-image] Dec 20 21:57:19.121 INFO O| Dec 20 21:57:19.121 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/cfgadm/sata.so.1"
64942024-12-20T21:57:20.022Z[ recovery-image] Dec 20 21:57:19.121 INFO O| Dec 20 21:57:19.121 INFO STEP 715 (remove_files) COMPLETE
64952024-12-20T21:57:20.022Z[ recovery-image] Dec 20 21:57:19.121 INFO O| Dec 20 21:57:19.121 INFO STEP 716: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
64962024-12-20T21:57:20.041Z[ recovery-image] Dec 20 21:57:19.141 INFO O| Dec 20 21:57:19.141 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/cfgadm/scsi.so.1"
64972024-12-20T21:57:20.041Z[ recovery-image] Dec 20 21:57:19.141 INFO O| Dec 20 21:57:19.141 INFO STEP 716 (remove_files) COMPLETE
64982024-12-20T21:57:20.041Z[ recovery-image] Dec 20 21:57:19.141 INFO O| Dec 20 21:57:19.141 INFO STEP 717: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
64992024-12-20T21:57:20.060Z[ recovery-image] Dec 20 21:57:19.159 INFO O| Dec 20 21:57:19.159 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/cfgadm/shp.so.1"
65002024-12-20T21:57:20.060Z[ recovery-image] Dec 20 21:57:19.159 INFO O| Dec 20 21:57:19.159 INFO STEP 717 (remove_files) COMPLETE
65012024-12-20T21:57:20.060Z[ recovery-image] Dec 20 21:57:19.159 INFO O| Dec 20 21:57:19.159 INFO STEP 718: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
65022024-12-20T21:57:20.079Z[ recovery-image] Dec 20 21:57:19.177 INFO O| Dec 20 21:57:19.177 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/cfgadm/usb.so.1"
65032024-12-20T21:57:20.079Z[ recovery-image] Dec 20 21:57:19.177 INFO O| Dec 20 21:57:19.177 INFO STEP 718 (remove_files) COMPLETE
65042024-12-20T21:57:20.079Z[ recovery-image] Dec 20 21:57:19.177 INFO O| Dec 20 21:57:19.177 INFO STEP 719: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
65052024-12-20T21:57:20.096Z[ recovery-image] Dec 20 21:57:19.195 INFO O| Dec 20 21:57:19.194 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/class/FX/FXdispadmin"
65062024-12-20T21:57:20.096Z[ recovery-image] Dec 20 21:57:19.195 INFO O| Dec 20 21:57:19.195 INFO STEP 719 (remove_files) COMPLETE
65072024-12-20T21:57:20.096Z[ recovery-image] Dec 20 21:57:19.195 INFO O| Dec 20 21:57:19.195 INFO STEP 720: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
65082024-12-20T21:57:20.152Z[ recovery-image] Dec 20 21:57:19.250 INFO O| Dec 20 21:57:19.250 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/class/FX/FXpriocntl"
65092024-12-20T21:57:20.155Z[ recovery-image] Dec 20 21:57:19.250 INFO O| Dec 20 21:57:19.250 INFO STEP 720 (remove_files) COMPLETE
65102024-12-20T21:57:20.155Z[ recovery-image] Dec 20 21:57:19.251 INFO O| Dec 20 21:57:19.250 INFO STEP 721: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
65112024-12-20T21:57:20.178Z[ recovery-image] Dec 20 21:57:19.277 INFO O| Dec 20 21:57:19.277 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/class/IA/IAdispadmin"
65122024-12-20T21:57:20.182Z[ recovery-image] Dec 20 21:57:19.277 INFO O| Dec 20 21:57:19.277 INFO STEP 721 (remove_files) COMPLETE
65132024-12-20T21:57:20.182Z[ recovery-image] Dec 20 21:57:19.278 INFO O| Dec 20 21:57:19.277 INFO STEP 722: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
65142024-12-20T21:57:20.211Z[ recovery-image] Dec 20 21:57:19.310 INFO O| Dec 20 21:57:19.310 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/class/IA/IApriocntl"
65152024-12-20T21:57:20.214Z[ recovery-image] Dec 20 21:57:19.310 INFO O| Dec 20 21:57:19.310 INFO STEP 722 (remove_files) COMPLETE
65162024-12-20T21:57:20.214Z[ recovery-image] Dec 20 21:57:19.311 INFO O| Dec 20 21:57:19.310 INFO STEP 723: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
65172024-12-20T21:57:20.230Z[ recovery-image] Dec 20 21:57:19.329 INFO O| Dec 20 21:57:19.329 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/class/RT/RTdispadmin"
65182024-12-20T21:57:20.230Z[ recovery-image] Dec 20 21:57:19.329 INFO O| Dec 20 21:57:19.329 INFO STEP 723 (remove_files) COMPLETE
65192024-12-20T21:57:20.232Z[ recovery-image] Dec 20 21:57:19.330 INFO O| Dec 20 21:57:19.329 INFO STEP 724: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
65202024-12-20T21:57:20.248Z[ recovery-image] Dec 20 21:57:19.348 INFO O| Dec 20 21:57:19.348 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/class/RT/RTpriocntl"
65212024-12-20T21:57:20.248Z[ recovery-image] Dec 20 21:57:19.348 INFO O| Dec 20 21:57:19.348 INFO STEP 724 (remove_files) COMPLETE
65222024-12-20T21:57:20.251Z[ recovery-image] Dec 20 21:57:19.348 INFO O| Dec 20 21:57:19.348 INFO STEP 725: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
65232024-12-20T21:57:20.267Z[ recovery-image] Dec 20 21:57:19.366 INFO O| Dec 20 21:57:19.366 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/class/SDC/SDCdispadmin"
65242024-12-20T21:57:20.267Z[ recovery-image] Dec 20 21:57:19.367 INFO O| Dec 20 21:57:19.366 INFO STEP 725 (remove_files) COMPLETE
65252024-12-20T21:57:20.270Z[ recovery-image] Dec 20 21:57:19.367 INFO O| Dec 20 21:57:19.366 INFO STEP 726: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
65262024-12-20T21:57:20.287Z[ recovery-image] Dec 20 21:57:19.386 INFO O| Dec 20 21:57:19.386 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/class/SDC/SDCpriocntl"
65272024-12-20T21:57:20.287Z[ recovery-image] Dec 20 21:57:19.386 INFO O| Dec 20 21:57:19.386 INFO STEP 726 (remove_files) COMPLETE
65282024-12-20T21:57:20.287Z[ recovery-image] Dec 20 21:57:19.386 INFO O| Dec 20 21:57:19.386 INFO STEP 727: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
65292024-12-20T21:57:20.306Z[ recovery-image] Dec 20 21:57:19.406 INFO O| Dec 20 21:57:19.405 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/class/TS/TSdispadmin"
65302024-12-20T21:57:20.306Z[ recovery-image] Dec 20 21:57:19.406 INFO O| Dec 20 21:57:19.406 INFO STEP 727 (remove_files) COMPLETE
65312024-12-20T21:57:20.306Z[ recovery-image] Dec 20 21:57:19.406 INFO O| Dec 20 21:57:19.406 INFO STEP 728: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
65322024-12-20T21:57:20.326Z[ recovery-image] Dec 20 21:57:19.425 INFO O| Dec 20 21:57:19.425 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/class/TS/TSpriocntl"
65332024-12-20T21:57:20.326Z[ recovery-image] Dec 20 21:57:19.425 INFO O| Dec 20 21:57:19.425 INFO STEP 728 (remove_files) COMPLETE
65342024-12-20T21:57:20.326Z[ recovery-image] Dec 20 21:57:19.425 INFO O| Dec 20 21:57:19.425 INFO STEP 729: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
65352024-12-20T21:57:20.345Z[ recovery-image] Dec 20 21:57:19.444 INFO O| Dec 20 21:57:19.444 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/cmake/libxml2/libxml2-config.cmake"
65362024-12-20T21:57:20.345Z[ recovery-image] Dec 20 21:57:19.445 INFO O| Dec 20 21:57:19.445 INFO STEP 729 (remove_files) COMPLETE
65372024-12-20T21:57:20.348Z[ recovery-image] Dec 20 21:57:19.445 INFO O| Dec 20 21:57:19.445 INFO STEP 730: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
65382024-12-20T21:57:20.364Z[ recovery-image] Dec 20 21:57:19.463 INFO O| Dec 20 21:57:19.463 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/dbus-1.0/include/dbus/dbus-arch-deps.h"
65392024-12-20T21:57:20.364Z[ recovery-image] Dec 20 21:57:19.463 INFO O| Dec 20 21:57:19.463 INFO STEP 730 (remove_files) COMPLETE
65402024-12-20T21:57:20.366Z[ recovery-image] Dec 20 21:57:19.463 INFO O| Dec 20 21:57:19.463 INFO STEP 731: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
65412024-12-20T21:57:20.382Z[ recovery-image] Dec 20 21:57:19.481 INFO O| Dec 20 21:57:19.481 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/dl/dlled"
65422024-12-20T21:57:20.385Z[ recovery-image] Dec 20 21:57:19.482 INFO O| Dec 20 21:57:19.482 INFO STEP 731 (remove_files) COMPLETE
65432024-12-20T21:57:20.385Z[ recovery-image] Dec 20 21:57:19.482 INFO O| Dec 20 21:57:19.482 INFO STEP 732: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
65442024-12-20T21:57:20.403Z[ recovery-image] Dec 20 21:57:19.502 INFO O| Dec 20 21:57:19.502 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/dl/dlrecv"
65452024-12-20T21:57:20.403Z[ recovery-image] Dec 20 21:57:19.502 INFO O| Dec 20 21:57:19.502 INFO STEP 732 (remove_files) COMPLETE
65462024-12-20T21:57:20.403Z[ recovery-image] Dec 20 21:57:19.502 INFO O| Dec 20 21:57:19.502 INFO STEP 733: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
65472024-12-20T21:57:20.423Z[ recovery-image] Dec 20 21:57:19.522 INFO O| Dec 20 21:57:19.522 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/dl/dlsend"
65482024-12-20T21:57:20.423Z[ recovery-image] Dec 20 21:57:19.523 INFO O| Dec 20 21:57:19.523 INFO STEP 733 (remove_files) COMPLETE
65492024-12-20T21:57:20.423Z[ recovery-image] Dec 20 21:57:19.523 INFO O| Dec 20 21:57:19.523 INFO STEP 734: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
65502024-12-20T21:57:20.444Z[ recovery-image] Dec 20 21:57:19.543 INFO O| Dec 20 21:57:19.543 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/dl/dltraninfo"
65512024-12-20T21:57:20.444Z[ recovery-image] Dec 20 21:57:19.543 INFO O| Dec 20 21:57:19.543 INFO STEP 734 (remove_files) COMPLETE
65522024-12-20T21:57:20.444Z[ recovery-image] Dec 20 21:57:19.543 INFO O| Dec 20 21:57:19.543 INFO STEP 735: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
65532024-12-20T21:57:20.464Z[ recovery-image] Dec 20 21:57:19.563 INFO O| Dec 20 21:57:19.563 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/dtrace/64/drti.o"
65542024-12-20T21:57:20.464Z[ recovery-image] Dec 20 21:57:19.563 INFO O| Dec 20 21:57:19.563 INFO STEP 735 (remove_files) COMPLETE
65552024-12-20T21:57:20.467Z[ recovery-image] Dec 20 21:57:19.563 INFO O| Dec 20 21:57:19.563 INFO STEP 736: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
65562024-12-20T21:57:20.483Z[ recovery-image] Dec 20 21:57:19.583 INFO O| Dec 20 21:57:19.583 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/dtrace/64/libdtrace_forceload.so"
65572024-12-20T21:57:20.483Z[ recovery-image] Dec 20 21:57:19.583 INFO O| Dec 20 21:57:19.583 INFO STEP 736 (remove_files) COMPLETE
65582024-12-20T21:57:20.486Z[ recovery-image] Dec 20 21:57:19.583 INFO O| Dec 20 21:57:19.583 INFO STEP 737: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
65592024-12-20T21:57:20.503Z[ recovery-image] Dec 20 21:57:19.602 INFO O| Dec 20 21:57:19.602 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/dtrace/64/sftp64.d"
65602024-12-20T21:57:20.505Z[ recovery-image] Dec 20 21:57:19.603 INFO O| Dec 20 21:57:19.602 INFO STEP 737 (remove_files) COMPLETE
65612024-12-20T21:57:20.505Z[ recovery-image] Dec 20 21:57:19.603 INFO O| Dec 20 21:57:19.603 INFO STEP 738: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
65622024-12-20T21:57:20.522Z[ recovery-image] Dec 20 21:57:19.621 INFO O| Dec 20 21:57:19.621 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/dtrace/drti.o"
65632024-12-20T21:57:20.524Z[ recovery-image] Dec 20 21:57:19.621 INFO O| Dec 20 21:57:19.621 INFO STEP 738 (remove_files) COMPLETE
65642024-12-20T21:57:20.524Z[ recovery-image] Dec 20 21:57:19.621 INFO O| Dec 20 21:57:19.621 INFO STEP 739: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
65652024-12-20T21:57:20.540Z[ recovery-image] Dec 20 21:57:19.640 INFO O| Dec 20 21:57:19.639 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/dtrace/libdtrace_forceload.so"
65662024-12-20T21:57:20.540Z[ recovery-image] Dec 20 21:57:19.640 INFO O| Dec 20 21:57:19.640 INFO STEP 739 (remove_files) COMPLETE
65672024-12-20T21:57:20.540Z[ recovery-image] Dec 20 21:57:19.640 INFO O| Dec 20 21:57:19.640 INFO STEP 740: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
65682024-12-20T21:57:20.558Z[ recovery-image] Dec 20 21:57:19.657 INFO O| Dec 20 21:57:19.657 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/amd64/libdiagcode.so.1"
65692024-12-20T21:57:20.558Z[ recovery-image] Dec 20 21:57:19.658 INFO O| Dec 20 21:57:19.657 INFO STEP 740 (remove_files) COMPLETE
65702024-12-20T21:57:20.560Z[ recovery-image] Dec 20 21:57:19.658 INFO O| Dec 20 21:57:19.657 INFO STEP 741: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
65712024-12-20T21:57:20.579Z[ recovery-image] Dec 20 21:57:19.676 INFO O| Dec 20 21:57:19.676 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/amd64/libdiskstatus.so.1"
65722024-12-20T21:57:20.590Z[ recovery-image] Dec 20 21:57:19.677 INFO O| Dec 20 21:57:19.676 INFO STEP 741 (remove_files) COMPLETE
65732024-12-20T21:57:20.590Z[ recovery-image] Dec 20 21:57:19.677 INFO O| Dec 20 21:57:19.677 INFO STEP 742: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
65742024-12-20T21:57:20.596Z[ recovery-image] Dec 20 21:57:19.695 INFO O| Dec 20 21:57:19.695 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/amd64/libfmd_adm.so.1"
65752024-12-20T21:57:20.606Z[ recovery-image] Dec 20 21:57:19.696 INFO O| Dec 20 21:57:19.696 INFO STEP 742 (remove_files) COMPLETE
65762024-12-20T21:57:20.606Z[ recovery-image] Dec 20 21:57:19.696 INFO O| Dec 20 21:57:19.696 INFO STEP 743: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
65772024-12-20T21:57:20.614Z[ recovery-image] Dec 20 21:57:19.714 INFO O| Dec 20 21:57:19.714 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/amd64/libfmd_agent.so.1"
65782024-12-20T21:57:20.617Z[ recovery-image] Dec 20 21:57:19.714 INFO O| Dec 20 21:57:19.714 INFO STEP 743 (remove_files) COMPLETE
65792024-12-20T21:57:20.617Z[ recovery-image] Dec 20 21:57:19.714 INFO O| Dec 20 21:57:19.714 INFO STEP 744: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
65802024-12-20T21:57:20.636Z[ recovery-image] Dec 20 21:57:19.733 INFO O| Dec 20 21:57:19.733 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/amd64/libfmd_log.so.1"
65812024-12-20T21:57:20.639Z[ recovery-image] Dec 20 21:57:19.733 INFO O| Dec 20 21:57:19.733 INFO STEP 744 (remove_files) COMPLETE
65822024-12-20T21:57:20.639Z[ recovery-image] Dec 20 21:57:19.733 INFO O| Dec 20 21:57:19.733 INFO STEP 745: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
65832024-12-20T21:57:20.652Z[ recovery-image] Dec 20 21:57:19.751 INFO O| Dec 20 21:57:19.751 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/amd64/libfmd_msg.so.1"
65842024-12-20T21:57:20.654Z[ recovery-image] Dec 20 21:57:19.752 INFO O| Dec 20 21:57:19.752 INFO STEP 745 (remove_files) COMPLETE
65852024-12-20T21:57:20.654Z[ recovery-image] Dec 20 21:57:19.752 INFO O| Dec 20 21:57:19.752 INFO STEP 746: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
65862024-12-20T21:57:20.673Z[ recovery-image] Dec 20 21:57:19.771 INFO O| Dec 20 21:57:19.771 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/amd64/libfmd_snmp.so.1"
65872024-12-20T21:57:20.673Z[ recovery-image] Dec 20 21:57:19.772 INFO O| Dec 20 21:57:19.772 INFO STEP 746 (remove_files) COMPLETE
65882024-12-20T21:57:20.673Z[ recovery-image] Dec 20 21:57:19.772 INFO O| Dec 20 21:57:19.772 INFO STEP 747: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
65892024-12-20T21:57:20.693Z[ recovery-image] Dec 20 21:57:19.792 INFO O| Dec 20 21:57:19.792 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/amd64/libfmnotify.so.1"
65902024-12-20T21:57:20.693Z[ recovery-image] Dec 20 21:57:19.792 INFO O| Dec 20 21:57:19.792 INFO STEP 747 (remove_files) COMPLETE
65912024-12-20T21:57:20.693Z[ recovery-image] Dec 20 21:57:19.792 INFO O| Dec 20 21:57:19.792 INFO STEP 748: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
65922024-12-20T21:57:20.714Z[ recovery-image] Dec 20 21:57:19.813 INFO O| Dec 20 21:57:19.813 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/amd64/libseslog.so.1"
65932024-12-20T21:57:20.716Z[ recovery-image] Dec 20 21:57:19.814 INFO O| Dec 20 21:57:19.814 INFO STEP 748 (remove_files) COMPLETE
65942024-12-20T21:57:20.716Z[ recovery-image] Dec 20 21:57:19.814 INFO O| Dec 20 21:57:19.814 INFO STEP 749: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
65952024-12-20T21:57:20.733Z[ recovery-image] Dec 20 21:57:19.833 INFO O| Dec 20 21:57:19.832 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/dict/AMD.dict"
65962024-12-20T21:57:20.733Z[ recovery-image] Dec 20 21:57:19.833 INFO O| Dec 20 21:57:19.833 INFO STEP 749 (remove_files) COMPLETE
65972024-12-20T21:57:20.733Z[ recovery-image] Dec 20 21:57:19.833 INFO O| Dec 20 21:57:19.833 INFO STEP 750: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
65982024-12-20T21:57:20.752Z[ recovery-image] Dec 20 21:57:19.851 INFO O| Dec 20 21:57:19.851 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/dict/FMNOTIFY.dict"
65992024-12-20T21:57:20.752Z[ recovery-image] Dec 20 21:57:19.851 INFO O| Dec 20 21:57:19.851 INFO STEP 750 (remove_files) COMPLETE
66002024-12-20T21:57:20.754Z[ recovery-image] Dec 20 21:57:19.851 INFO O| Dec 20 21:57:19.851 INFO STEP 751: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
66012024-12-20T21:57:20.770Z[ recovery-image] Dec 20 21:57:19.869 INFO O| Dec 20 21:57:19.869 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/dict/GMCA.dict"
66022024-12-20T21:57:20.772Z[ recovery-image] Dec 20 21:57:19.870 INFO O| Dec 20 21:57:19.870 INFO STEP 751 (remove_files) COMPLETE
66032024-12-20T21:57:20.773Z[ recovery-image] Dec 20 21:57:19.870 INFO O| Dec 20 21:57:19.870 INFO STEP 752: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
66042024-12-20T21:57:20.790Z[ recovery-image] Dec 20 21:57:19.889 INFO O| Dec 20 21:57:19.889 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/dict/INTEL.dict"
66052024-12-20T21:57:20.790Z[ recovery-image] Dec 20 21:57:19.889 INFO O| Dec 20 21:57:19.889 INFO STEP 752 (remove_files) COMPLETE
66062024-12-20T21:57:20.790Z[ recovery-image] Dec 20 21:57:19.889 INFO O| Dec 20 21:57:19.889 INFO STEP 753: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
66072024-12-20T21:57:20.808Z[ recovery-image] Dec 20 21:57:19.908 INFO O| Dec 20 21:57:19.907 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/fmd/fminject"
66082024-12-20T21:57:20.808Z[ recovery-image] Dec 20 21:57:19.908 INFO O| Dec 20 21:57:19.908 INFO STEP 753 (remove_files) COMPLETE
66092024-12-20T21:57:20.811Z[ recovery-image] Dec 20 21:57:19.908 INFO O| Dec 20 21:57:19.908 INFO STEP 754: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
66102024-12-20T21:57:20.826Z[ recovery-image] Dec 20 21:57:19.926 INFO O| Dec 20 21:57:19.926 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/fmd/fmsim"
66112024-12-20T21:57:20.826Z[ recovery-image] Dec 20 21:57:19.926 INFO O| Dec 20 21:57:19.926 INFO STEP 754 (remove_files) COMPLETE
66122024-12-20T21:57:20.826Z[ recovery-image] Dec 20 21:57:19.926 INFO O| Dec 20 21:57:19.926 INFO STEP 755: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
66132024-12-20T21:57:20.845Z[ recovery-image] Dec 20 21:57:19.944 INFO O| Dec 20 21:57:19.944 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/fmd/fmtopo"
66142024-12-20T21:57:20.845Z[ recovery-image] Dec 20 21:57:19.944 INFO O| Dec 20 21:57:19.944 INFO STEP 755 (remove_files) COMPLETE
66152024-12-20T21:57:20.847Z[ recovery-image] Dec 20 21:57:19.944 INFO O| Dec 20 21:57:19.944 INFO STEP 756: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
66162024-12-20T21:57:20.864Z[ recovery-image] Dec 20 21:57:19.963 INFO O| Dec 20 21:57:19.963 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/fmd/ipmitopo"
66172024-12-20T21:57:20.864Z[ recovery-image] Dec 20 21:57:19.963 INFO O| Dec 20 21:57:19.963 INFO STEP 756 (remove_files) COMPLETE
66182024-12-20T21:57:20.864Z[ recovery-image] Dec 20 21:57:19.963 INFO O| Dec 20 21:57:19.963 INFO STEP 757: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
66192024-12-20T21:57:20.882Z[ recovery-image] Dec 20 21:57:19.981 INFO O| Dec 20 21:57:19.981 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/fmd/mcdecode"
66202024-12-20T21:57:20.882Z[ recovery-image] Dec 20 21:57:19.982 INFO O| Dec 20 21:57:19.981 INFO STEP 757 (remove_files) COMPLETE
66212024-12-20T21:57:20.882Z[ recovery-image] Dec 20 21:57:19.982 INFO O| Dec 20 21:57:19.982 INFO STEP 758: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
66222024-12-20T21:57:20.903Z[ recovery-image] Dec 20 21:57:20.001 INFO O| Dec 20 21:57:20.001 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/fmd/plugins/cpumem-retire.conf"
66232024-12-20T21:57:20.903Z[ recovery-image] Dec 20 21:57:20.001 INFO O| Dec 20 21:57:20.001 INFO STEP 758 (remove_files) COMPLETE
66242024-12-20T21:57:20.903Z[ recovery-image] Dec 20 21:57:20.001 INFO O| Dec 20 21:57:20.001 INFO STEP 759: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
66252024-12-20T21:57:20.919Z[ recovery-image] Dec 20 21:57:20.019 INFO O| Dec 20 21:57:20.019 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/fmd/schemes/amd64/cpu.so"
66262024-12-20T21:57:20.919Z[ recovery-image] Dec 20 21:57:20.019 INFO O| Dec 20 21:57:20.019 INFO STEP 759 (remove_files) COMPLETE
66272024-12-20T21:57:20.919Z[ recovery-image] Dec 20 21:57:20.019 INFO O| Dec 20 21:57:20.019 INFO STEP 760: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
66282024-12-20T21:57:20.937Z[ recovery-image] Dec 20 21:57:20.036 INFO O| Dec 20 21:57:20.036 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/fmd/schemes/amd64/dev.so"
66292024-12-20T21:57:20.937Z[ recovery-image] Dec 20 21:57:20.036 INFO O| Dec 20 21:57:20.036 INFO STEP 760 (remove_files) COMPLETE
66302024-12-20T21:57:20.937Z[ recovery-image] Dec 20 21:57:20.036 INFO O| Dec 20 21:57:20.036 INFO STEP 761: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
66312024-12-20T21:57:20.954Z[ recovery-image] Dec 20 21:57:20.053 INFO O| Dec 20 21:57:20.053 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/fmd/schemes/amd64/fmd.so"
66322024-12-20T21:57:20.954Z[ recovery-image] Dec 20 21:57:20.053 INFO O| Dec 20 21:57:20.053 INFO STEP 761 (remove_files) COMPLETE
66332024-12-20T21:57:20.954Z[ recovery-image] Dec 20 21:57:20.053 INFO O| Dec 20 21:57:20.053 INFO STEP 762: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
66342024-12-20T21:57:20.970Z[ recovery-image] Dec 20 21:57:20.070 INFO O| Dec 20 21:57:20.069 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/fmd/schemes/amd64/hc.so"
66352024-12-20T21:57:20.972Z[ recovery-image] Dec 20 21:57:20.070 INFO O| Dec 20 21:57:20.070 INFO STEP 762 (remove_files) COMPLETE
66362024-12-20T21:57:20.972Z[ recovery-image] Dec 20 21:57:20.070 INFO O| Dec 20 21:57:20.070 INFO STEP 763: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
66372024-12-20T21:57:20.986Z[ recovery-image] Dec 20 21:57:20.086 INFO O| Dec 20 21:57:20.086 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/fmd/schemes/amd64/legacy-hc.so"
66382024-12-20T21:57:20.986Z[ recovery-image] Dec 20 21:57:20.086 INFO O| Dec 20 21:57:20.086 INFO STEP 763 (remove_files) COMPLETE
66392024-12-20T21:57:20.986Z[ recovery-image] Dec 20 21:57:20.086 INFO O| Dec 20 21:57:20.086 INFO STEP 764: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
66402024-12-20T21:57:21.003Z[ recovery-image] Dec 20 21:57:20.102 INFO O| Dec 20 21:57:20.102 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/fmd/schemes/amd64/mem.so"
66412024-12-20T21:57:21.003Z[ recovery-image] Dec 20 21:57:20.103 INFO O| Dec 20 21:57:20.103 INFO STEP 764 (remove_files) COMPLETE
66422024-12-20T21:57:21.006Z[ recovery-image] Dec 20 21:57:20.103 INFO O| Dec 20 21:57:20.103 INFO STEP 765: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
66432024-12-20T21:57:21.020Z[ recovery-image] Dec 20 21:57:20.119 INFO O| Dec 20 21:57:20.119 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/fmd/schemes/amd64/mod.so"
66442024-12-20T21:57:21.020Z[ recovery-image] Dec 20 21:57:20.119 INFO O| Dec 20 21:57:20.119 INFO STEP 765 (remove_files) COMPLETE
66452024-12-20T21:57:21.020Z[ recovery-image] Dec 20 21:57:20.119 INFO O| Dec 20 21:57:20.119 INFO STEP 766: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
66462024-12-20T21:57:21.037Z[ recovery-image] Dec 20 21:57:20.136 INFO O| Dec 20 21:57:20.136 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/fmd/schemes/amd64/pkg.so"
66472024-12-20T21:57:21.037Z[ recovery-image] Dec 20 21:57:20.137 INFO O| Dec 20 21:57:20.136 INFO STEP 766 (remove_files) COMPLETE
66482024-12-20T21:57:21.040Z[ recovery-image] Dec 20 21:57:20.137 INFO O| Dec 20 21:57:20.137 INFO STEP 767: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
66492024-12-20T21:57:21.055Z[ recovery-image] Dec 20 21:57:20.154 INFO O| Dec 20 21:57:20.154 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/fmd/schemes/amd64/svc.so"
66502024-12-20T21:57:21.058Z[ recovery-image] Dec 20 21:57:20.155 INFO O| Dec 20 21:57:20.155 INFO STEP 767 (remove_files) COMPLETE
66512024-12-20T21:57:21.058Z[ recovery-image] Dec 20 21:57:20.155 INFO O| Dec 20 21:57:20.155 INFO STEP 768: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
66522024-12-20T21:57:21.073Z[ recovery-image] Dec 20 21:57:20.172 INFO O| Dec 20 21:57:20.172 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/fmd/schemes/amd64/sw.so"
66532024-12-20T21:57:21.073Z[ recovery-image] Dec 20 21:57:20.172 INFO O| Dec 20 21:57:20.172 INFO STEP 768 (remove_files) COMPLETE
66542024-12-20T21:57:21.073Z[ recovery-image] Dec 20 21:57:20.173 INFO O| Dec 20 21:57:20.172 INFO STEP 769: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
66552024-12-20T21:57:21.092Z[ recovery-image] Dec 20 21:57:20.190 INFO O| Dec 20 21:57:20.190 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/fmd/schemes/amd64/zfs.so"
66562024-12-20T21:57:21.096Z[ recovery-image] Dec 20 21:57:20.190 INFO O| Dec 20 21:57:20.190 INFO STEP 769 (remove_files) COMPLETE
66572024-12-20T21:57:21.096Z[ recovery-image] Dec 20 21:57:20.190 INFO O| Dec 20 21:57:20.190 INFO STEP 770: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
66582024-12-20T21:57:21.104Z[ host-image] Dec 20 21:57:20.204 INFO O| Dec 20 21:57:20.204 INFO O| Done
66592024-12-20T21:57:21.108Z[ recovery-image] Dec 20 21:57:20.207 INFO O| Dec 20 21:57:20.207 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/fmd/schemes/cpu.so"
66602024-12-20T21:57:21.111Z[ recovery-image] Dec 20 21:57:20.208 INFO O| Dec 20 21:57:20.208 INFO STEP 770 (remove_files) COMPLETE
66612024-12-20T21:57:21.111Z[ recovery-image] Dec 20 21:57:20.208 INFO O| Dec 20 21:57:20.208 INFO STEP 771: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
66622024-12-20T21:57:21.128Z[ recovery-image] Dec 20 21:57:20.225 INFO O| Dec 20 21:57:20.225 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/fmd/schemes/dev.so"
66632024-12-20T21:57:21.128Z[ recovery-image] Dec 20 21:57:20.225 INFO O| Dec 20 21:57:20.225 INFO STEP 771 (remove_files) COMPLETE
66642024-12-20T21:57:21.131Z[ recovery-image] Dec 20 21:57:20.226 INFO O| Dec 20 21:57:20.225 INFO STEP 772: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
66652024-12-20T21:57:21.139Z[ host-image] Dec 20 21:57:20.238 INFO O| Dec 20 21:57:20.238 INFO O| Done
66662024-12-20T21:57:21.143Z[ recovery-image] Dec 20 21:57:20.243 INFO O| Dec 20 21:57:20.243 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/fmd/schemes/fmd.so"
66672024-12-20T21:57:21.146Z[ recovery-image] Dec 20 21:57:20.243 INFO O| Dec 20 21:57:20.243 INFO STEP 772 (remove_files) COMPLETE
66682024-12-20T21:57:21.146Z[ recovery-image] Dec 20 21:57:20.243 INFO O| Dec 20 21:57:20.243 INFO STEP 773: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
66692024-12-20T21:57:21.161Z[ recovery-image] Dec 20 21:57:20.260 INFO O| Dec 20 21:57:20.260 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/fmd/schemes/hc.so"
66702024-12-20T21:57:21.163Z[ recovery-image] Dec 20 21:57:20.260 INFO O| Dec 20 21:57:20.260 INFO STEP 773 (remove_files) COMPLETE
66712024-12-20T21:57:21.163Z[ recovery-image] Dec 20 21:57:20.260 INFO O| Dec 20 21:57:20.260 INFO STEP 774: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
66722024-12-20T21:57:21.179Z[ recovery-image] Dec 20 21:57:20.278 INFO O| Dec 20 21:57:20.278 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/fmd/schemes/legacy-hc.so"
66732024-12-20T21:57:21.179Z[ recovery-image] Dec 20 21:57:20.279 INFO O| Dec 20 21:57:20.279 INFO STEP 774 (remove_files) COMPLETE
66742024-12-20T21:57:21.179Z[ recovery-image] Dec 20 21:57:20.279 INFO O| Dec 20 21:57:20.279 INFO STEP 775: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
66752024-12-20T21:57:21.197Z[ recovery-image] Dec 20 21:57:20.296 INFO O| Dec 20 21:57:20.296 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/fmd/schemes/mem.so"
66762024-12-20T21:57:21.201Z[ recovery-image] Dec 20 21:57:20.296 INFO O| Dec 20 21:57:20.296 INFO STEP 775 (remove_files) COMPLETE
66772024-12-20T21:57:21.201Z[ recovery-image] Dec 20 21:57:20.297 INFO O| Dec 20 21:57:20.296 INFO STEP 776: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
66782024-12-20T21:57:21.216Z[ recovery-image] Dec 20 21:57:20.315 INFO O| Dec 20 21:57:20.315 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/fmd/schemes/mod.so"
66792024-12-20T21:57:21.216Z[ recovery-image] Dec 20 21:57:20.315 INFO O| Dec 20 21:57:20.315 INFO STEP 776 (remove_files) COMPLETE
66802024-12-20T21:57:21.216Z[ recovery-image] Dec 20 21:57:20.315 INFO O| Dec 20 21:57:20.315 INFO STEP 777: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
66812024-12-20T21:57:21.235Z[ recovery-image] Dec 20 21:57:20.335 INFO O| Dec 20 21:57:20.334 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/fmd/schemes/pkg.so"
66822024-12-20T21:57:21.235Z[ recovery-image] Dec 20 21:57:20.335 INFO O| Dec 20 21:57:20.335 INFO STEP 777 (remove_files) COMPLETE
66832024-12-20T21:57:21.236Z[ recovery-image] Dec 20 21:57:20.335 INFO O| Dec 20 21:57:20.335 INFO STEP 778: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
66842024-12-20T21:57:21.253Z[ recovery-image] Dec 20 21:57:20.353 INFO O| Dec 20 21:57:20.352 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/fmd/schemes/sw.so"
66852024-12-20T21:57:21.253Z[ recovery-image] Dec 20 21:57:20.353 INFO O| Dec 20 21:57:20.353 INFO STEP 778 (remove_files) COMPLETE
66862024-12-20T21:57:21.256Z[ recovery-image] Dec 20 21:57:20.353 INFO O| Dec 20 21:57:20.353 INFO STEP 779: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
66872024-12-20T21:57:21.271Z[ recovery-image] Dec 20 21:57:20.371 INFO O| Dec 20 21:57:20.371 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/libdiskstatus.so.1"
66882024-12-20T21:57:21.271Z[ recovery-image] Dec 20 21:57:20.371 INFO O| Dec 20 21:57:20.371 INFO STEP 779 (remove_files) COMPLETE
66892024-12-20T21:57:21.274Z[ recovery-image] Dec 20 21:57:20.371 INFO O| Dec 20 21:57:20.371 INFO STEP 780: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
66902024-12-20T21:57:21.290Z[ recovery-image] Dec 20 21:57:20.389 INFO O| Dec 20 21:57:20.389 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/libfmd_adm.so.1"
66912024-12-20T21:57:21.292Z[ recovery-image] Dec 20 21:57:20.389 INFO O| Dec 20 21:57:20.389 INFO STEP 780 (remove_files) COMPLETE
66922024-12-20T21:57:21.292Z[ recovery-image] Dec 20 21:57:20.389 INFO O| Dec 20 21:57:20.389 INFO STEP 781: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
66932024-12-20T21:57:21.308Z[ recovery-image] Dec 20 21:57:20.408 INFO O| Dec 20 21:57:20.407 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/libfmd_log.so.1"
66942024-12-20T21:57:21.308Z[ recovery-image] Dec 20 21:57:20.408 INFO O| Dec 20 21:57:20.408 INFO STEP 781 (remove_files) COMPLETE
66952024-12-20T21:57:21.310Z[ recovery-image] Dec 20 21:57:20.408 INFO O| Dec 20 21:57:20.408 INFO STEP 782: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
66962024-12-20T21:57:21.321Z[ recovery-image] Dec 20 21:57:20.421 INFO O| Dec 20 21:57:20.420 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/libfmd_snmp.so.1"
66972024-12-20T21:57:21.321Z[ recovery-image] Dec 20 21:57:20.421 INFO O| Dec 20 21:57:20.421 INFO STEP 782 (remove_files) COMPLETE
66982024-12-20T21:57:21.321Z[ recovery-image] Dec 20 21:57:20.421 INFO O| Dec 20 21:57:20.421 INFO STEP 783: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
66992024-12-20T21:57:21.338Z[ recovery-image] Dec 20 21:57:20.437 INFO O| Dec 20 21:57:20.437 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/libfmnotify.so.1"
67002024-12-20T21:57:21.338Z[ recovery-image] Dec 20 21:57:20.437 INFO O| Dec 20 21:57:20.437 INFO STEP 783 (remove_files) COMPLETE
67012024-12-20T21:57:21.341Z[ recovery-image] Dec 20 21:57:20.437 INFO O| Dec 20 21:57:20.437 INFO STEP 784: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
67022024-12-20T21:57:21.355Z[ recovery-image] Dec 20 21:57:20.454 INFO O| Dec 20 21:57:20.454 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/libseslog.so.1"
67032024-12-20T21:57:21.355Z[ recovery-image] Dec 20 21:57:20.454 INFO O| Dec 20 21:57:20.454 INFO STEP 784 (remove_files) COMPLETE
67042024-12-20T21:57:21.357Z[ recovery-image] Dec 20 21:57:20.454 INFO O| Dec 20 21:57:20.454 INFO STEP 785: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
67052024-12-20T21:57:21.372Z[ recovery-image] Dec 20 21:57:20.472 INFO O| Dec 20 21:57:20.471 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/topo/maps/xfp-hc-topology.xml"
67062024-12-20T21:57:21.375Z[ recovery-image] Dec 20 21:57:20.472 INFO O| Dec 20 21:57:20.472 INFO STEP 785 (remove_files) COMPLETE
67072024-12-20T21:57:21.375Z[ recovery-image] Dec 20 21:57:20.472 INFO O| Dec 20 21:57:20.472 INFO STEP 786: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
67082024-12-20T21:57:21.390Z[ recovery-image] Dec 20 21:57:20.489 INFO O| Dec 20 21:57:20.489 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/topo/plugins/disk.so"
67092024-12-20T21:57:21.393Z[ recovery-image] Dec 20 21:57:20.490 INFO O| Dec 20 21:57:20.490 INFO STEP 786 (remove_files) COMPLETE
67102024-12-20T21:57:21.393Z[ recovery-image] Dec 20 21:57:20.490 INFO O| Dec 20 21:57:20.490 INFO STEP 787: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
67112024-12-20T21:57:21.409Z[ recovery-image] Dec 20 21:57:20.508 INFO O| Dec 20 21:57:20.508 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/topo/plugins/fac_prov_ahci.so"
67122024-12-20T21:57:21.409Z[ recovery-image] Dec 20 21:57:20.508 INFO O| Dec 20 21:57:20.508 INFO STEP 787 (remove_files) COMPLETE
67132024-12-20T21:57:21.412Z[ recovery-image] Dec 20 21:57:20.508 INFO O| Dec 20 21:57:20.508 INFO STEP 788: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
67142024-12-20T21:57:21.426Z[ recovery-image] Dec 20 21:57:20.526 INFO O| Dec 20 21:57:20.525 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/topo/plugins/fac_prov_ipmi.so"
67152024-12-20T21:57:21.426Z[ recovery-image] Dec 20 21:57:20.526 INFO O| Dec 20 21:57:20.526 INFO STEP 788 (remove_files) COMPLETE
67162024-12-20T21:57:21.426Z[ recovery-image] Dec 20 21:57:20.526 INFO O| Dec 20 21:57:20.526 INFO STEP 789: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
67172024-12-20T21:57:21.444Z[ recovery-image] Dec 20 21:57:20.543 INFO O| Dec 20 21:57:20.543 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/topo/plugins/fac_prov_mptsas.so"
67182024-12-20T21:57:21.444Z[ recovery-image] Dec 20 21:57:20.543 INFO O| Dec 20 21:57:20.543 INFO STEP 789 (remove_files) COMPLETE
67192024-12-20T21:57:21.444Z[ recovery-image] Dec 20 21:57:20.543 INFO O| Dec 20 21:57:20.543 INFO STEP 790: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
67202024-12-20T21:57:21.461Z[ recovery-image] Dec 20 21:57:20.561 INFO O| Dec 20 21:57:20.561 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/topo/plugins/ipmi.so"
67212024-12-20T21:57:21.461Z[ recovery-image] Dec 20 21:57:20.561 INFO O| Dec 20 21:57:20.561 INFO STEP 790 (remove_files) COMPLETE
67222024-12-20T21:57:21.461Z[ recovery-image] Dec 20 21:57:20.561 INFO O| Dec 20 21:57:20.561 INFO STEP 791: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
67232024-12-20T21:57:21.475Z[ recovery-image] Dec 20 21:57:20.574 INFO O| Dec 20 21:57:20.574 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/topo/plugins/nic.so"
67242024-12-20T21:57:21.478Z[ recovery-image] Dec 20 21:57:20.574 INFO O| Dec 20 21:57:20.574 INFO STEP 791 (remove_files) COMPLETE
67252024-12-20T21:57:21.478Z[ recovery-image] Dec 20 21:57:20.574 INFO O| Dec 20 21:57:20.574 INFO STEP 792: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
67262024-12-20T21:57:21.490Z[ recovery-image] Dec 20 21:57:20.590 INFO O| Dec 20 21:57:20.589 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/topo/plugins/ses.so"
67272024-12-20T21:57:21.490Z[ recovery-image] Dec 20 21:57:20.590 INFO O| Dec 20 21:57:20.590 INFO STEP 792 (remove_files) COMPLETE
67282024-12-20T21:57:21.493Z[ recovery-image] Dec 20 21:57:20.590 INFO O| Dec 20 21:57:20.590 INFO STEP 793: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
67292024-12-20T21:57:21.503Z[ recovery-image] Dec 20 21:57:20.602 INFO O| Dec 20 21:57:20.602 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/topo/plugins/smbios.so"
67302024-12-20T21:57:21.503Z[ recovery-image] Dec 20 21:57:20.602 INFO O| Dec 20 21:57:20.602 INFO STEP 793 (remove_files) COMPLETE
67312024-12-20T21:57:21.503Z[ recovery-image] Dec 20 21:57:20.602 INFO O| Dec 20 21:57:20.602 INFO STEP 794: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
67322024-12-20T21:57:21.521Z[ recovery-image] Dec 20 21:57:20.620 INFO O| Dec 20 21:57:20.620 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/topo/plugins/usb.so"
67332024-12-20T21:57:21.521Z[ recovery-image] Dec 20 21:57:20.620 INFO O| Dec 20 21:57:20.620 INFO STEP 794 (remove_files) COMPLETE
67342024-12-20T21:57:21.521Z[ recovery-image] Dec 20 21:57:20.620 INFO O| Dec 20 21:57:20.620 INFO STEP 795: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
67352024-12-20T21:57:21.534Z[ recovery-image] Dec 20 21:57:20.633 INFO O| Dec 20 21:57:20.633 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/topo/plugins/xfp.so"
67362024-12-20T21:57:21.534Z[ recovery-image] Dec 20 21:57:20.633 INFO O| Dec 20 21:57:20.633 INFO STEP 795 (remove_files) COMPLETE
67372024-12-20T21:57:21.534Z[ recovery-image] Dec 20 21:57:20.633 INFO O| Dec 20 21:57:20.633 INFO STEP 796: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
67382024-12-20T21:57:21.553Z[ recovery-image] Dec 20 21:57:20.652 INFO O| Dec 20 21:57:20.652 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/bootfs/mount"
67392024-12-20T21:57:21.555Z[ recovery-image] Dec 20 21:57:20.652 INFO O| Dec 20 21:57:20.652 INFO STEP 796 (remove_files) COMPLETE
67402024-12-20T21:57:21.555Z[ recovery-image] Dec 20 21:57:20.652 INFO O| Dec 20 21:57:20.652 INFO STEP 797: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
67412024-12-20T21:57:21.571Z[ recovery-image] Dec 20 21:57:20.670 INFO O| Dec 20 21:57:20.670 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/hsfs/fstyp"
67422024-12-20T21:57:21.571Z[ recovery-image] Dec 20 21:57:20.670 INFO O| Dec 20 21:57:20.670 INFO STEP 797 (remove_files) COMPLETE
67432024-12-20T21:57:21.574Z[ recovery-image] Dec 20 21:57:20.670 INFO O| Dec 20 21:57:20.670 INFO STEP 798: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
67442024-12-20T21:57:21.588Z[ recovery-image] Dec 20 21:57:20.687 INFO O| Dec 20 21:57:20.687 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/hsfs/fstyp.so.1"
67452024-12-20T21:57:21.588Z[ recovery-image] Dec 20 21:57:20.687 INFO O| Dec 20 21:57:20.687 INFO STEP 798 (remove_files) COMPLETE
67462024-12-20T21:57:21.590Z[ recovery-image] Dec 20 21:57:20.688 INFO O| Dec 20 21:57:20.687 INFO STEP 799: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
67472024-12-20T21:57:21.605Z[ recovery-image] Dec 20 21:57:20.704 INFO O| Dec 20 21:57:20.704 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/hsfs/labelit"
67482024-12-20T21:57:21.605Z[ recovery-image] Dec 20 21:57:20.705 INFO O| Dec 20 21:57:20.704 INFO STEP 799 (remove_files) COMPLETE
67492024-12-20T21:57:21.608Z[ recovery-image] Dec 20 21:57:20.705 INFO O| Dec 20 21:57:20.704 INFO STEP 800: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
67502024-12-20T21:57:21.617Z[ recovery-image] Dec 20 21:57:20.717 INFO O| Dec 20 21:57:20.717 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/lofs/mount"
67512024-12-20T21:57:21.619Z[ recovery-image] Dec 20 21:57:20.717 INFO O| Dec 20 21:57:20.717 INFO STEP 800 (remove_files) COMPLETE
67522024-12-20T21:57:21.620Z[ recovery-image] Dec 20 21:57:20.717 INFO O| Dec 20 21:57:20.717 INFO STEP 801: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
67532024-12-20T21:57:21.631Z[ recovery-image] Dec 20 21:57:20.730 INFO O| Dec 20 21:57:20.730 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/mntfs/mount"
67542024-12-20T21:57:21.631Z[ recovery-image] Dec 20 21:57:20.731 INFO O| Dec 20 21:57:20.730 INFO STEP 801 (remove_files) COMPLETE
67552024-12-20T21:57:21.634Z[ recovery-image] Dec 20 21:57:20.731 INFO O| Dec 20 21:57:20.730 INFO STEP 802: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
67562024-12-20T21:57:21.647Z[ recovery-image] Dec 20 21:57:20.747 INFO O| Dec 20 21:57:20.747 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/pcfs/fsck"
67572024-12-20T21:57:21.647Z[ recovery-image] Dec 20 21:57:20.747 INFO O| Dec 20 21:57:20.747 INFO STEP 802 (remove_files) COMPLETE
67582024-12-20T21:57:21.650Z[ recovery-image] Dec 20 21:57:20.747 INFO O| Dec 20 21:57:20.747 INFO STEP 803: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
67592024-12-20T21:57:21.664Z[ recovery-image] Dec 20 21:57:20.763 INFO O| Dec 20 21:57:20.763 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/pcfs/fstyp"
67602024-12-20T21:57:21.664Z[ recovery-image] Dec 20 21:57:20.763 INFO O| Dec 20 21:57:20.763 INFO STEP 803 (remove_files) COMPLETE
67612024-12-20T21:57:21.664Z[ recovery-image] Dec 20 21:57:20.763 INFO O| Dec 20 21:57:20.763 INFO STEP 804: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
67622024-12-20T21:57:21.683Z[ recovery-image] Dec 20 21:57:20.782 INFO O| Dec 20 21:57:20.782 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/pcfs/fstyp.so.1"
67632024-12-20T21:57:21.683Z[ recovery-image] Dec 20 21:57:20.782 INFO O| Dec 20 21:57:20.782 INFO STEP 804 (remove_files) COMPLETE
67642024-12-20T21:57:21.690Z[ recovery-image] Dec 20 21:57:20.783 INFO O| Dec 20 21:57:20.782 INFO STEP 805: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
67652024-12-20T21:57:21.703Z[ recovery-image] Dec 20 21:57:20.799 INFO O| Dec 20 21:57:20.799 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/pcfs/mkfs"
67662024-12-20T21:57:21.703Z[ recovery-image] Dec 20 21:57:20.799 INFO O| Dec 20 21:57:20.799 INFO STEP 805 (remove_files) COMPLETE
67672024-12-20T21:57:21.711Z[ recovery-image] Dec 20 21:57:20.799 INFO O| Dec 20 21:57:20.799 INFO STEP 806: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
67682024-12-20T21:57:21.717Z[ recovery-image] Dec 20 21:57:20.816 INFO O| Dec 20 21:57:20.816 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/pcfs/mount"
67692024-12-20T21:57:21.717Z[ recovery-image] Dec 20 21:57:20.816 INFO O| Dec 20 21:57:20.816 INFO STEP 806 (remove_files) COMPLETE
67702024-12-20T21:57:21.717Z[ recovery-image] Dec 20 21:57:20.816 INFO O| Dec 20 21:57:20.816 INFO STEP 807: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
67712024-12-20T21:57:21.733Z[ recovery-image] Dec 20 21:57:20.832 INFO O| Dec 20 21:57:20.832 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/sharefs/mount"
67722024-12-20T21:57:21.733Z[ recovery-image] Dec 20 21:57:20.832 INFO O| Dec 20 21:57:20.832 INFO STEP 807 (remove_files) COMPLETE
67732024-12-20T21:57:21.735Z[ recovery-image] Dec 20 21:57:20.832 INFO O| Dec 20 21:57:20.832 INFO STEP 808: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
67742024-12-20T21:57:21.745Z[ recovery-image] Dec 20 21:57:20.844 INFO O| Dec 20 21:57:20.844 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/smb/amd64/libshare_smb.so.1"
67752024-12-20T21:57:21.748Z[ recovery-image] Dec 20 21:57:20.845 INFO O| Dec 20 21:57:20.845 INFO STEP 808 (remove_files) COMPLETE
67762024-12-20T21:57:21.748Z[ recovery-image] Dec 20 21:57:20.845 INFO O| Dec 20 21:57:20.845 INFO STEP 809: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
67772024-12-20T21:57:21.759Z[ recovery-image] Dec 20 21:57:20.859 INFO O| Dec 20 21:57:20.859 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/smb/libshare_smb.so.1"
67782024-12-20T21:57:21.759Z[ recovery-image] Dec 20 21:57:20.859 INFO O| Dec 20 21:57:20.859 INFO STEP 809 (remove_files) COMPLETE
67792024-12-20T21:57:21.762Z[ recovery-image] Dec 20 21:57:20.859 INFO O| Dec 20 21:57:20.859 INFO STEP 810: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
67802024-12-20T21:57:21.773Z[ recovery-image] Dec 20 21:57:20.873 INFO O| Dec 20 21:57:20.872 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/smbfs/amd64/libshare_smbfs.so.1"
67812024-12-20T21:57:21.775Z[ recovery-image] Dec 20 21:57:20.873 INFO O| Dec 20 21:57:20.873 INFO STEP 810 (remove_files) COMPLETE
67822024-12-20T21:57:21.776Z[ recovery-image] Dec 20 21:57:20.873 INFO O| Dec 20 21:57:20.873 INFO STEP 811: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
67832024-12-20T21:57:21.787Z[ recovery-image] Dec 20 21:57:20.886 INFO O| Dec 20 21:57:20.886 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/smbfs/dfshares"
67842024-12-20T21:57:21.787Z[ recovery-image] Dec 20 21:57:20.887 INFO O| Dec 20 21:57:20.887 INFO STEP 811 (remove_files) COMPLETE
67852024-12-20T21:57:21.790Z[ recovery-image] Dec 20 21:57:20.887 INFO O| Dec 20 21:57:20.887 INFO STEP 812: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
67862024-12-20T21:57:21.803Z[ recovery-image] Dec 20 21:57:20.902 INFO O| Dec 20 21:57:20.902 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/smbfs/libshare_smbfs.so.1"
67872024-12-20T21:57:21.803Z[ recovery-image] Dec 20 21:57:20.902 INFO O| Dec 20 21:57:20.902 INFO STEP 812 (remove_files) COMPLETE
67882024-12-20T21:57:21.805Z[ recovery-image] Dec 20 21:57:20.902 INFO O| Dec 20 21:57:20.902 INFO STEP 813: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
67892024-12-20T21:57:21.817Z[ recovery-image] Dec 20 21:57:20.917 INFO O| Dec 20 21:57:20.917 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/smbfs/mount"
67902024-12-20T21:57:21.817Z[ recovery-image] Dec 20 21:57:20.917 INFO O| Dec 20 21:57:20.917 INFO STEP 813 (remove_files) COMPLETE
67912024-12-20T21:57:21.820Z[ recovery-image] Dec 20 21:57:20.917 INFO O| Dec 20 21:57:20.917 INFO STEP 814: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
67922024-12-20T21:57:21.833Z[ recovery-image] Dec 20 21:57:20.933 INFO O| Dec 20 21:57:20.933 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/smbfs/share"
67932024-12-20T21:57:21.833Z[ recovery-image] Dec 20 21:57:20.933 INFO O| Dec 20 21:57:20.933 INFO STEP 814 (remove_files) COMPLETE
67942024-12-20T21:57:21.834Z[ recovery-image] Dec 20 21:57:20.933 INFO O| Dec 20 21:57:20.933 INFO STEP 815: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
67952024-12-20T21:57:21.848Z[ recovery-image] Dec 20 21:57:20.948 INFO O| Dec 20 21:57:20.948 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/smbfs/umount"
67962024-12-20T21:57:21.848Z[ recovery-image] Dec 20 21:57:20.948 INFO O| Dec 20 21:57:20.948 INFO STEP 815 (remove_files) COMPLETE
67972024-12-20T21:57:21.851Z[ recovery-image] Dec 20 21:57:20.948 INFO O| Dec 20 21:57:20.948 INFO STEP 816: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
67982024-12-20T21:57:21.865Z[ recovery-image] Dec 20 21:57:20.964 INFO O| Dec 20 21:57:20.964 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/smbfs/unshare"
67992024-12-20T21:57:21.865Z[ recovery-image] Dec 20 21:57:20.964 INFO O| Dec 20 21:57:20.964 INFO STEP 816 (remove_files) COMPLETE
68002024-12-20T21:57:21.865Z[ recovery-image] Dec 20 21:57:20.964 INFO O| Dec 20 21:57:20.964 INFO STEP 817: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
68012024-12-20T21:57:21.882Z[ recovery-image] Dec 20 21:57:20.981 INFO O| Dec 20 21:57:20.981 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/ufs/clri"
68022024-12-20T21:57:21.882Z[ recovery-image] Dec 20 21:57:20.981 INFO O| Dec 20 21:57:20.981 INFO STEP 817 (remove_files) COMPLETE
68032024-12-20T21:57:21.893Z[ recovery-image] Dec 20 21:57:20.981 INFO O| Dec 20 21:57:20.981 INFO STEP 818: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
68042024-12-20T21:57:21.896Z[ recovery-image] Dec 20 21:57:20.994 INFO O| Dec 20 21:57:20.994 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/ufs/dcopy"
68052024-12-20T21:57:21.896Z[ recovery-image] Dec 20 21:57:20.994 INFO O| Dec 20 21:57:20.994 INFO STEP 818 (remove_files) COMPLETE
68062024-12-20T21:57:21.896Z[ recovery-image] Dec 20 21:57:20.994 INFO O| Dec 20 21:57:20.994 INFO STEP 819: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
68072024-12-20T21:57:21.913Z[ recovery-image] Dec 20 21:57:21.012 INFO O| Dec 20 21:57:21.012 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/ufs/df"
68082024-12-20T21:57:21.913Z[ recovery-image] Dec 20 21:57:21.013 INFO O| Dec 20 21:57:21.012 INFO STEP 819 (remove_files) COMPLETE
68092024-12-20T21:57:21.916Z[ recovery-image] Dec 20 21:57:21.013 INFO O| Dec 20 21:57:21.013 INFO STEP 820: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
68102024-12-20T21:57:21.931Z[ recovery-image] Dec 20 21:57:21.030 INFO O| Dec 20 21:57:21.030 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/ufs/edquota"
68112024-12-20T21:57:21.931Z[ recovery-image] Dec 20 21:57:21.030 INFO O| Dec 20 21:57:21.030 INFO STEP 820 (remove_files) COMPLETE
68122024-12-20T21:57:21.931Z[ recovery-image] Dec 20 21:57:21.030 INFO O| Dec 20 21:57:21.030 INFO STEP 821: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
68132024-12-20T21:57:21.948Z[ recovery-image] Dec 20 21:57:21.047 INFO O| Dec 20 21:57:21.047 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/ufs/ff"
68142024-12-20T21:57:21.948Z[ recovery-image] Dec 20 21:57:21.047 INFO O| Dec 20 21:57:21.047 INFO STEP 821 (remove_files) COMPLETE
68152024-12-20T21:57:21.950Z[ recovery-image] Dec 20 21:57:21.047 INFO O| Dec 20 21:57:21.047 INFO STEP 822: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
68162024-12-20T21:57:21.966Z[ recovery-image] Dec 20 21:57:21.064 INFO O| Dec 20 21:57:21.064 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/ufs/fsck"
68172024-12-20T21:57:21.969Z[ recovery-image] Dec 20 21:57:21.065 INFO O| Dec 20 21:57:21.065 INFO STEP 822 (remove_files) COMPLETE
68182024-12-20T21:57:21.969Z[ recovery-image] Dec 20 21:57:21.065 INFO O| Dec 20 21:57:21.065 INFO STEP 823: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
68192024-12-20T21:57:21.982Z[ recovery-image] Dec 20 21:57:21.082 INFO O| Dec 20 21:57:21.082 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/ufs/fsckall"
68202024-12-20T21:57:21.985Z[ recovery-image] Dec 20 21:57:21.082 INFO O| Dec 20 21:57:21.082 INFO STEP 823 (remove_files) COMPLETE
68212024-12-20T21:57:21.985Z[ recovery-image] Dec 20 21:57:21.082 INFO O| Dec 20 21:57:21.082 INFO STEP 824: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
68222024-12-20T21:57:22.000Z[ recovery-image] Dec 20 21:57:21.099 INFO O| Dec 20 21:57:21.099 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/ufs/fsdb"
68232024-12-20T21:57:22.000Z[ recovery-image] Dec 20 21:57:21.099 INFO O| Dec 20 21:57:21.099 INFO STEP 824 (remove_files) COMPLETE
68242024-12-20T21:57:22.000Z[ recovery-image] Dec 20 21:57:21.099 INFO O| Dec 20 21:57:21.099 INFO STEP 825: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
68252024-12-20T21:57:22.017Z[ recovery-image] Dec 20 21:57:21.116 INFO O| Dec 20 21:57:21.116 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/ufs/fsirand"
68262024-12-20T21:57:22.017Z[ recovery-image] Dec 20 21:57:21.116 INFO O| Dec 20 21:57:21.116 INFO STEP 825 (remove_files) COMPLETE
68272024-12-20T21:57:22.020Z[ recovery-image] Dec 20 21:57:21.116 INFO O| Dec 20 21:57:21.116 INFO STEP 826: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
68282024-12-20T21:57:22.031Z[ recovery-image] Dec 20 21:57:21.130 INFO O| Dec 20 21:57:21.130 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/ufs/fssnap"
68292024-12-20T21:57:22.031Z[ recovery-image] Dec 20 21:57:21.130 INFO O| Dec 20 21:57:21.130 INFO STEP 826 (remove_files) COMPLETE
68302024-12-20T21:57:22.031Z[ recovery-image] Dec 20 21:57:21.130 INFO O| Dec 20 21:57:21.130 INFO STEP 827: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
68312024-12-20T21:57:22.045Z[ recovery-image] Dec 20 21:57:21.144 INFO O| Dec 20 21:57:21.144 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/ufs/fstyp"
68322024-12-20T21:57:22.045Z[ recovery-image] Dec 20 21:57:21.144 INFO O| Dec 20 21:57:21.144 INFO STEP 827 (remove_files) COMPLETE
68332024-12-20T21:57:22.045Z[ recovery-image] Dec 20 21:57:21.145 INFO O| Dec 20 21:57:21.144 INFO STEP 828: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
68342024-12-20T21:57:22.061Z[ recovery-image] Dec 20 21:57:21.160 INFO O| Dec 20 21:57:21.160 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/ufs/fstyp.so.1"
68352024-12-20T21:57:22.061Z[ recovery-image] Dec 20 21:57:21.160 INFO O| Dec 20 21:57:21.160 INFO STEP 828 (remove_files) COMPLETE
68362024-12-20T21:57:22.061Z[ recovery-image] Dec 20 21:57:21.160 INFO O| Dec 20 21:57:21.160 INFO STEP 829: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
68372024-12-20T21:57:22.077Z[ recovery-image] Dec 20 21:57:21.176 INFO O| Dec 20 21:57:21.176 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/ufs/labelit"
68382024-12-20T21:57:22.077Z[ recovery-image] Dec 20 21:57:21.176 INFO O| Dec 20 21:57:21.176 INFO STEP 829 (remove_files) COMPLETE
68392024-12-20T21:57:22.077Z[ recovery-image] Dec 20 21:57:21.176 INFO O| Dec 20 21:57:21.176 INFO STEP 830: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
68402024-12-20T21:57:22.093Z[ recovery-image] Dec 20 21:57:21.193 INFO O| Dec 20 21:57:21.193 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/ufs/lockfs"
68412024-12-20T21:57:22.093Z[ recovery-image] Dec 20 21:57:21.193 INFO O| Dec 20 21:57:21.193 INFO STEP 830 (remove_files) COMPLETE
68422024-12-20T21:57:22.096Z[ recovery-image] Dec 20 21:57:21.193 INFO O| Dec 20 21:57:21.193 INFO STEP 831: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
68432024-12-20T21:57:22.110Z[ recovery-image] Dec 20 21:57:21.209 INFO O| Dec 20 21:57:21.209 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/ufs/mkfs"
68442024-12-20T21:57:22.110Z[ recovery-image] Dec 20 21:57:21.209 INFO O| Dec 20 21:57:21.209 INFO STEP 831 (remove_files) COMPLETE
68452024-12-20T21:57:22.110Z[ recovery-image] Dec 20 21:57:21.209 INFO O| Dec 20 21:57:21.209 INFO STEP 832: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
68462024-12-20T21:57:22.126Z[ recovery-image] Dec 20 21:57:21.225 INFO O| Dec 20 21:57:21.225 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/ufs/ncheck"
68472024-12-20T21:57:22.126Z[ recovery-image] Dec 20 21:57:21.225 INFO O| Dec 20 21:57:21.225 INFO STEP 832 (remove_files) COMPLETE
68482024-12-20T21:57:22.126Z[ recovery-image] Dec 20 21:57:21.225 INFO O| Dec 20 21:57:21.225 INFO STEP 833: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
68492024-12-20T21:57:22.144Z[ recovery-image] Dec 20 21:57:21.243 INFO O| Dec 20 21:57:21.243 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/ufs/newfs"
68502024-12-20T21:57:22.144Z[ recovery-image] Dec 20 21:57:21.243 INFO O| Dec 20 21:57:21.243 INFO STEP 833 (remove_files) COMPLETE
68512024-12-20T21:57:22.147Z[ recovery-image] Dec 20 21:57:21.243 INFO O| Dec 20 21:57:21.243 INFO STEP 834: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
68522024-12-20T21:57:22.160Z[ recovery-image] Dec 20 21:57:21.259 INFO O| Dec 20 21:57:21.259 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/ufs/quot"
68532024-12-20T21:57:22.160Z[ recovery-image] Dec 20 21:57:21.259 INFO O| Dec 20 21:57:21.259 INFO STEP 834 (remove_files) COMPLETE
68542024-12-20T21:57:22.160Z[ recovery-image] Dec 20 21:57:21.260 INFO O| Dec 20 21:57:21.259 INFO STEP 835: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
68552024-12-20T21:57:22.176Z[ recovery-image] Dec 20 21:57:21.275 INFO O| Dec 20 21:57:21.275 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/ufs/quotacheck"
68562024-12-20T21:57:22.176Z[ recovery-image] Dec 20 21:57:21.275 INFO O| Dec 20 21:57:21.275 INFO STEP 835 (remove_files) COMPLETE
68572024-12-20T21:57:22.176Z[ recovery-image] Dec 20 21:57:21.275 INFO O| Dec 20 21:57:21.275 INFO STEP 836: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
68582024-12-20T21:57:22.188Z[ recovery-image] Dec 20 21:57:21.288 INFO O| Dec 20 21:57:21.288 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/ufs/quotaoff"
68592024-12-20T21:57:22.189Z[ recovery-image] Dec 20 21:57:21.288 INFO O| Dec 20 21:57:21.288 INFO STEP 836 (remove_files) COMPLETE
68602024-12-20T21:57:22.191Z[ recovery-image] Dec 20 21:57:21.288 INFO O| Dec 20 21:57:21.288 INFO STEP 837: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
68612024-12-20T21:57:22.202Z[ recovery-image] Dec 20 21:57:21.301 INFO O| Dec 20 21:57:21.301 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/ufs/quotaon"
68622024-12-20T21:57:22.202Z[ recovery-image] Dec 20 21:57:21.301 INFO O| Dec 20 21:57:21.301 INFO STEP 837 (remove_files) COMPLETE
68632024-12-20T21:57:22.204Z[ recovery-image] Dec 20 21:57:21.301 INFO O| Dec 20 21:57:21.301 INFO STEP 838: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
68642024-12-20T21:57:22.213Z[ recovery-image] Dec 20 21:57:21.313 INFO O| Dec 20 21:57:21.313 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/ufs/repquota"
68652024-12-20T21:57:22.213Z[ recovery-image] Dec 20 21:57:21.313 INFO O| Dec 20 21:57:21.313 INFO STEP 838 (remove_files) COMPLETE
68662024-12-20T21:57:22.213Z[ recovery-image] Dec 20 21:57:21.313 INFO O| Dec 20 21:57:21.313 INFO STEP 839: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
68672024-12-20T21:57:22.227Z[ recovery-image] Dec 20 21:57:21.327 INFO O| Dec 20 21:57:21.327 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/ufs/tunefs"
68682024-12-20T21:57:22.227Z[ recovery-image] Dec 20 21:57:21.327 INFO O| Dec 20 21:57:21.327 INFO STEP 839 (remove_files) COMPLETE
68692024-12-20T21:57:22.227Z[ recovery-image] Dec 20 21:57:21.327 INFO O| Dec 20 21:57:21.327 INFO STEP 840: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
68702024-12-20T21:57:22.239Z[ recovery-image] Dec 20 21:57:21.338 INFO O| Dec 20 21:57:21.338 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/ufs/ufsdump"
68712024-12-20T21:57:22.239Z[ recovery-image] Dec 20 21:57:21.338 INFO O| Dec 20 21:57:21.338 INFO STEP 840 (remove_files) COMPLETE
68722024-12-20T21:57:22.239Z[ recovery-image] Dec 20 21:57:21.338 INFO O| Dec 20 21:57:21.338 INFO STEP 841: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
68732024-12-20T21:57:22.252Z[ recovery-image] Dec 20 21:57:21.349 INFO O| Dec 20 21:57:21.349 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/ufs/ufsrestore"
68742024-12-20T21:57:22.252Z[ recovery-image] Dec 20 21:57:21.349 INFO O| Dec 20 21:57:21.349 INFO STEP 841 (remove_files) COMPLETE
68752024-12-20T21:57:22.252Z[ recovery-image] Dec 20 21:57:21.349 INFO O| Dec 20 21:57:21.349 INFO STEP 842: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
68762024-12-20T21:57:22.260Z[ recovery-image] Dec 20 21:57:21.360 INFO O| Dec 20 21:57:21.360 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/ufs/volcopy"
68772024-12-20T21:57:22.260Z[ recovery-image] Dec 20 21:57:21.360 INFO O| Dec 20 21:57:21.360 INFO STEP 842 (remove_files) COMPLETE
68782024-12-20T21:57:22.263Z[ recovery-image] Dec 20 21:57:21.360 INFO O| Dec 20 21:57:21.360 INFO STEP 843: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
68792024-12-20T21:57:22.276Z[ recovery-image] Dec 20 21:57:21.375 INFO O| Dec 20 21:57:21.375 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/gss/dh1024-0.so.1"
68802024-12-20T21:57:22.276Z[ recovery-image] Dec 20 21:57:21.375 INFO O| Dec 20 21:57:21.375 INFO STEP 843 (remove_files) COMPLETE
68812024-12-20T21:57:22.278Z[ recovery-image] Dec 20 21:57:21.375 INFO O| Dec 20 21:57:21.375 INFO STEP 844: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
68822024-12-20T21:57:22.292Z[ recovery-image] Dec 20 21:57:21.390 INFO O| Dec 20 21:57:21.390 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/gss/dh640-0.so.1"
68832024-12-20T21:57:22.294Z[ recovery-image] Dec 20 21:57:21.390 INFO O| Dec 20 21:57:21.390 INFO STEP 844 (remove_files) COMPLETE
68842024-12-20T21:57:22.295Z[ recovery-image] Dec 20 21:57:21.390 INFO O| Dec 20 21:57:21.390 INFO STEP 845: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
68852024-12-20T21:57:22.302Z[ recovery-image] Dec 20 21:57:21.401 INFO O| Dec 20 21:57:21.401 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/gss/gsscred_clean"
68862024-12-20T21:57:22.302Z[ recovery-image] Dec 20 21:57:21.401 INFO O| Dec 20 21:57:21.401 INFO STEP 845 (remove_files) COMPLETE
68872024-12-20T21:57:22.304Z[ recovery-image] Dec 20 21:57:21.401 INFO O| Dec 20 21:57:21.401 INFO STEP 846: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
68882024-12-20T21:57:22.312Z[ recovery-image] Dec 20 21:57:21.412 INFO O| Dec 20 21:57:21.412 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/gss/gssd"
68892024-12-20T21:57:22.312Z[ recovery-image] Dec 20 21:57:21.412 INFO O| Dec 20 21:57:21.412 INFO STEP 846 (remove_files) COMPLETE
68902024-12-20T21:57:22.312Z[ recovery-image] Dec 20 21:57:21.412 INFO O| Dec 20 21:57:21.412 INFO STEP 847: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
68912024-12-20T21:57:22.323Z[ recovery-image] Dec 20 21:57:21.423 INFO O| Dec 20 21:57:21.423 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/gss/mech_dh.so.1"
68922024-12-20T21:57:22.323Z[ recovery-image] Dec 20 21:57:21.423 INFO O| Dec 20 21:57:21.423 INFO STEP 847 (remove_files) COMPLETE
68932024-12-20T21:57:22.323Z[ recovery-image] Dec 20 21:57:21.423 INFO O| Dec 20 21:57:21.423 INFO STEP 848: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
68942024-12-20T21:57:22.334Z[ recovery-image] Dec 20 21:57:21.434 INFO O| Dec 20 21:57:21.433 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/gss/mech_krb5.so.1"
68952024-12-20T21:57:22.334Z[ recovery-image] Dec 20 21:57:21.434 INFO O| Dec 20 21:57:21.434 INFO STEP 848 (remove_files) COMPLETE
68962024-12-20T21:57:22.336Z[ recovery-image] Dec 20 21:57:21.434 INFO O| Dec 20 21:57:21.434 INFO STEP 849: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
68972024-12-20T21:57:22.347Z[ recovery-image] Dec 20 21:57:21.446 INFO O| Dec 20 21:57:21.446 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/gss/mech_spnego.so.1"
68982024-12-20T21:57:22.347Z[ recovery-image] Dec 20 21:57:21.446 INFO O| Dec 20 21:57:21.446 INFO STEP 849 (remove_files) COMPLETE
68992024-12-20T21:57:22.347Z[ recovery-image] Dec 20 21:57:21.446 INFO O| Dec 20 21:57:21.446 INFO STEP 850: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
69002024-12-20T21:57:22.358Z[ recovery-image] Dec 20 21:57:21.457 INFO O| Dec 20 21:57:21.457 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/inet/amd64/in.iked"
69012024-12-20T21:57:22.360Z[ recovery-image] Dec 20 21:57:21.457 INFO O| Dec 20 21:57:21.457 INFO STEP 850 (remove_files) COMPLETE
69022024-12-20T21:57:22.360Z[ recovery-image] Dec 20 21:57:21.457 INFO O| Dec 20 21:57:21.457 INFO STEP 851: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
69032024-12-20T21:57:22.369Z[ recovery-image] Dec 20 21:57:21.468 INFO O| Dec 20 21:57:21.468 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/inet/certdb"
69042024-12-20T21:57:22.372Z[ recovery-image] Dec 20 21:57:21.468 INFO O| Dec 20 21:57:21.468 INFO STEP 851 (remove_files) COMPLETE
69052024-12-20T21:57:22.372Z[ recovery-image] Dec 20 21:57:21.468 INFO O| Dec 20 21:57:21.468 INFO STEP 852: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
69062024-12-20T21:57:22.380Z[ recovery-image] Dec 20 21:57:21.479 INFO O| Dec 20 21:57:21.479 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/inet/certlocal"
69072024-12-20T21:57:22.380Z[ recovery-image] Dec 20 21:57:21.479 INFO O| Dec 20 21:57:21.479 INFO STEP 852 (remove_files) COMPLETE
69082024-12-20T21:57:22.383Z[ recovery-image] Dec 20 21:57:21.479 INFO O| Dec 20 21:57:21.479 INFO STEP 853: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
69092024-12-20T21:57:22.395Z[ recovery-image] Dec 20 21:57:21.494 INFO O| Dec 20 21:57:21.494 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/inet/certrldb"
69102024-12-20T21:57:22.395Z[ recovery-image] Dec 20 21:57:21.494 INFO O| Dec 20 21:57:21.494 INFO STEP 853 (remove_files) COMPLETE
69112024-12-20T21:57:22.397Z[ recovery-image] Dec 20 21:57:21.494 INFO O| Dec 20 21:57:21.494 INFO STEP 854: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
69122024-12-20T21:57:22.410Z[ recovery-image] Dec 20 21:57:21.509 INFO O| Dec 20 21:57:21.509 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/inet/in.iked"
69132024-12-20T21:57:22.410Z[ recovery-image] Dec 20 21:57:21.509 INFO O| Dec 20 21:57:21.509 INFO STEP 854 (remove_files) COMPLETE
69142024-12-20T21:57:22.412Z[ recovery-image] Dec 20 21:57:21.509 INFO O| Dec 20 21:57:21.509 INFO STEP 855: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
69152024-12-20T21:57:22.424Z[ recovery-image] Dec 20 21:57:21.523 INFO O| Dec 20 21:57:21.523 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/inet/in.ripngd"
69162024-12-20T21:57:22.424Z[ recovery-image] Dec 20 21:57:21.523 INFO O| Dec 20 21:57:21.523 INFO STEP 855 (remove_files) COMPLETE
69172024-12-20T21:57:22.426Z[ recovery-image] Dec 20 21:57:21.523 INFO O| Dec 20 21:57:21.523 INFO STEP 856: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
69182024-12-20T21:57:22.438Z[ recovery-image] Dec 20 21:57:21.537 INFO O| Dec 20 21:57:21.537 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/inet/inetd"
69192024-12-20T21:57:22.438Z[ recovery-image] Dec 20 21:57:21.538 INFO O| Dec 20 21:57:21.538 INFO STEP 856 (remove_files) COMPLETE
69202024-12-20T21:57:22.438Z[ recovery-image] Dec 20 21:57:21.538 INFO O| Dec 20 21:57:21.538 INFO STEP 857: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
69212024-12-20T21:57:22.449Z[ recovery-image] Dec 20 21:57:21.548 INFO O| Dec 20 21:57:21.548 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/krb5/amd64/libkadm5clnt.so.1"
69222024-12-20T21:57:22.451Z[ recovery-image] Dec 20 21:57:21.548 INFO O| Dec 20 21:57:21.548 INFO STEP 857 (remove_files) COMPLETE
69232024-12-20T21:57:22.451Z[ recovery-image] Dec 20 21:57:21.548 INFO O| Dec 20 21:57:21.548 INFO STEP 858: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
69242024-12-20T21:57:22.464Z[ recovery-image] Dec 20 21:57:21.563 INFO O| Dec 20 21:57:21.563 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/krb5/ktkt_warnd"
69252024-12-20T21:57:22.464Z[ recovery-image] Dec 20 21:57:21.563 INFO O| Dec 20 21:57:21.563 INFO STEP 858 (remove_files) COMPLETE
69262024-12-20T21:57:22.466Z[ recovery-image] Dec 20 21:57:21.563 INFO O| Dec 20 21:57:21.563 INFO STEP 859: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
69272024-12-20T21:57:22.477Z[ recovery-image] Dec 20 21:57:21.576 INFO O| Dec 20 21:57:21.576 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/krb5/libkadm5clnt.so.1"
69282024-12-20T21:57:22.477Z[ recovery-image] Dec 20 21:57:21.576 INFO O| Dec 20 21:57:21.576 INFO STEP 859 (remove_files) COMPLETE
69292024-12-20T21:57:22.477Z[ recovery-image] Dec 20 21:57:21.576 INFO O| Dec 20 21:57:21.576 INFO STEP 860: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
69302024-12-20T21:57:22.490Z[ recovery-image] Dec 20 21:57:21.590 INFO O| Dec 20 21:57:21.589 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/krb5/libss.so.1"
69312024-12-20T21:57:22.490Z[ recovery-image] Dec 20 21:57:21.590 INFO O| Dec 20 21:57:21.590 INFO STEP 860 (remove_files) COMPLETE
69322024-12-20T21:57:22.490Z[ recovery-image] Dec 20 21:57:21.590 INFO O| Dec 20 21:57:21.590 INFO STEP 861: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
69332024-12-20T21:57:22.503Z[ recovery-image] Dec 20 21:57:21.600 INFO O| Dec 20 21:57:21.600 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/krb5/plugins/preauth/pkinit.so.1"
69342024-12-20T21:57:22.505Z[ recovery-image] Dec 20 21:57:21.601 INFO O| Dec 20 21:57:21.601 INFO STEP 861 (remove_files) COMPLETE
69352024-12-20T21:57:22.505Z[ recovery-image] Dec 20 21:57:21.601 INFO O| Dec 20 21:57:21.601 INFO STEP 862: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
69362024-12-20T21:57:22.512Z[ recovery-image] Dec 20 21:57:21.612 INFO O| Dec 20 21:57:21.612 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/ld/map.above4G"
69372024-12-20T21:57:22.512Z[ recovery-image] Dec 20 21:57:21.612 INFO O| Dec 20 21:57:21.612 INFO STEP 862 (remove_files) COMPLETE
69382024-12-20T21:57:22.516Z[ recovery-image] Dec 20 21:57:21.612 INFO O| Dec 20 21:57:21.612 INFO STEP 863: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
69392024-12-20T21:57:22.527Z[ recovery-image] Dec 20 21:57:21.626 INFO O| Dec 20 21:57:21.626 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/ld/map.below4G"
69402024-12-20T21:57:22.527Z[ recovery-image] Dec 20 21:57:21.626 INFO O| Dec 20 21:57:21.626 INFO STEP 863 (remove_files) COMPLETE
69412024-12-20T21:57:22.529Z[ recovery-image] Dec 20 21:57:21.626 INFO O| Dec 20 21:57:21.626 INFO STEP 864: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
69422024-12-20T21:57:22.543Z[ recovery-image] Dec 20 21:57:21.642 INFO O| Dec 20 21:57:21.642 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/ld/map.bssalign"
69432024-12-20T21:57:22.543Z[ recovery-image] Dec 20 21:57:21.642 INFO O| Dec 20 21:57:21.642 INFO STEP 864 (remove_files) COMPLETE
69442024-12-20T21:57:22.543Z[ recovery-image] Dec 20 21:57:21.642 INFO O| Dec 20 21:57:21.642 INFO STEP 865: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
69452024-12-20T21:57:22.556Z[ recovery-image] Dec 20 21:57:21.656 INFO O| Dec 20 21:57:21.656 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/ld/map.default"
69462024-12-20T21:57:22.556Z[ recovery-image] Dec 20 21:57:21.656 INFO O| Dec 20 21:57:21.656 INFO STEP 865 (remove_files) COMPLETE
69472024-12-20T21:57:22.556Z[ recovery-image] Dec 20 21:57:21.656 INFO O| Dec 20 21:57:21.656 INFO STEP 866: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
69482024-12-20T21:57:22.572Z[ recovery-image] Dec 20 21:57:21.671 INFO O| Dec 20 21:57:21.671 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/ld/map.execdata"
69492024-12-20T21:57:22.572Z[ recovery-image] Dec 20 21:57:21.671 INFO O| Dec 20 21:57:21.671 INFO STEP 866 (remove_files) COMPLETE
69502024-12-20T21:57:22.574Z[ recovery-image] Dec 20 21:57:21.671 INFO O| Dec 20 21:57:21.671 INFO STEP 867: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
69512024-12-20T21:57:22.586Z[ recovery-image] Dec 20 21:57:21.686 INFO O| Dec 20 21:57:21.685 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/ld/map.filter"
69522024-12-20T21:57:22.589Z[ recovery-image] Dec 20 21:57:21.686 INFO O| Dec 20 21:57:21.686 INFO STEP 867 (remove_files) COMPLETE
69532024-12-20T21:57:22.589Z[ recovery-image] Dec 20 21:57:21.686 INFO O| Dec 20 21:57:21.686 INFO STEP 868: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
69542024-12-20T21:57:22.600Z[ recovery-image] Dec 20 21:57:21.699 INFO O| Dec 20 21:57:21.699 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/ld/map.noexbss"
69552024-12-20T21:57:22.600Z[ recovery-image] Dec 20 21:57:21.699 INFO O| Dec 20 21:57:21.699 INFO STEP 868 (remove_files) COMPLETE
69562024-12-20T21:57:22.602Z[ recovery-image] Dec 20 21:57:21.700 INFO O| Dec 20 21:57:21.699 INFO STEP 869: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
69572024-12-20T21:57:22.611Z[ recovery-image] Dec 20 21:57:21.710 INFO O| Dec 20 21:57:21.710 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/ld/map.noexdata"
69582024-12-20T21:57:22.611Z[ recovery-image] Dec 20 21:57:21.710 INFO O| Dec 20 21:57:21.710 INFO STEP 869 (remove_files) COMPLETE
69592024-12-20T21:57:22.613Z[ recovery-image] Dec 20 21:57:21.710 INFO O| Dec 20 21:57:21.710 INFO STEP 870: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
69602024-12-20T21:57:22.622Z[ recovery-image] Dec 20 21:57:21.721 INFO O| Dec 20 21:57:21.721 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/ld/map.noexstk"
69612024-12-20T21:57:22.622Z[ recovery-image] Dec 20 21:57:21.721 INFO O| Dec 20 21:57:21.721 INFO STEP 870 (remove_files) COMPLETE
69622024-12-20T21:57:22.624Z[ recovery-image] Dec 20 21:57:21.721 INFO O| Dec 20 21:57:21.721 INFO STEP 871: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
69632024-12-20T21:57:22.633Z[ recovery-image] Dec 20 21:57:21.732 INFO O| Dec 20 21:57:21.732 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/ld/map.pagealign"
69642024-12-20T21:57:22.633Z[ recovery-image] Dec 20 21:57:21.732 INFO O| Dec 20 21:57:21.732 INFO STEP 871 (remove_files) COMPLETE
69652024-12-20T21:57:22.633Z[ recovery-image] Dec 20 21:57:21.732 INFO O| Dec 20 21:57:21.732 INFO STEP 872: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
69662024-12-20T21:57:22.644Z[ recovery-image] Dec 20 21:57:21.743 INFO O| Dec 20 21:57:21.743 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/libc/libc_hwcap1.so.1"
69672024-12-20T21:57:22.644Z[ recovery-image] Dec 20 21:57:21.743 INFO O| Dec 20 21:57:21.743 INFO STEP 872 (remove_files) COMPLETE
69682024-12-20T21:57:22.644Z[ recovery-image] Dec 20 21:57:21.743 INFO O| Dec 20 21:57:21.743 INFO STEP 873: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
69692024-12-20T21:57:22.655Z[ recovery-image] Dec 20 21:57:21.754 INFO O| Dec 20 21:57:21.754 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/libc/libc_hwcap3.so.1"
69702024-12-20T21:57:22.655Z[ recovery-image] Dec 20 21:57:21.754 INFO O| Dec 20 21:57:21.754 INFO STEP 873 (remove_files) COMPLETE
69712024-12-20T21:57:22.657Z[ recovery-image] Dec 20 21:57:21.754 INFO O| Dec 20 21:57:21.754 INFO STEP 874: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
69722024-12-20T21:57:22.666Z[ recovery-image] Dec 20 21:57:21.765 INFO O| Dec 20 21:57:21.765 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/link_audit/amd64/ldprof.so.1"
69732024-12-20T21:57:22.669Z[ recovery-image] Dec 20 21:57:21.765 INFO O| Dec 20 21:57:21.765 INFO STEP 874 (remove_files) COMPLETE
69742024-12-20T21:57:22.669Z[ recovery-image] Dec 20 21:57:21.765 INFO O| Dec 20 21:57:21.765 INFO STEP 875: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
69752024-12-20T21:57:22.677Z[ recovery-image] Dec 20 21:57:21.776 INFO O| Dec 20 21:57:21.776 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/link_audit/amd64/truss.so.1"
69762024-12-20T21:57:22.677Z[ recovery-image] Dec 20 21:57:21.776 INFO O| Dec 20 21:57:21.776 INFO STEP 875 (remove_files) COMPLETE
69772024-12-20T21:57:22.677Z[ recovery-image] Dec 20 21:57:21.776 INFO O| Dec 20 21:57:21.776 INFO STEP 876: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
69782024-12-20T21:57:22.687Z[ recovery-image] Dec 20 21:57:21.787 INFO O| Dec 20 21:57:21.786 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/link_audit/amd64/who.so.1"
69792024-12-20T21:57:22.687Z[ recovery-image] Dec 20 21:57:21.787 INFO O| Dec 20 21:57:21.787 INFO STEP 876 (remove_files) COMPLETE
69802024-12-20T21:57:22.690Z[ recovery-image] Dec 20 21:57:21.787 INFO O| Dec 20 21:57:21.787 INFO STEP 877: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
69812024-12-20T21:57:22.700Z[ recovery-image] Dec 20 21:57:21.800 INFO O| Dec 20 21:57:21.800 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/link_audit/ldprof.so.1"
69822024-12-20T21:57:22.701Z[ recovery-image] Dec 20 21:57:21.800 INFO O| Dec 20 21:57:21.800 INFO STEP 877 (remove_files) COMPLETE
69832024-12-20T21:57:22.701Z[ recovery-image] Dec 20 21:57:21.800 INFO O| Dec 20 21:57:21.800 INFO STEP 878: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
69842024-12-20T21:57:22.713Z[ recovery-image] Dec 20 21:57:21.811 INFO O| Dec 20 21:57:21.811 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/link_audit/truss.so.1"
69852024-12-20T21:57:22.713Z[ recovery-image] Dec 20 21:57:21.811 INFO O| Dec 20 21:57:21.811 INFO STEP 878 (remove_files) COMPLETE
69862024-12-20T21:57:22.716Z[ recovery-image] Dec 20 21:57:21.811 INFO O| Dec 20 21:57:21.811 INFO STEP 879: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
69872024-12-20T21:57:22.723Z[ recovery-image] Dec 20 21:57:21.823 INFO O| Dec 20 21:57:21.822 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/link_audit/who.so.1"
69882024-12-20T21:57:22.723Z[ recovery-image] Dec 20 21:57:21.823 INFO O| Dec 20 21:57:21.823 INFO STEP 879 (remove_files) COMPLETE
69892024-12-20T21:57:22.723Z[ recovery-image] Dec 20 21:57:21.823 INFO O| Dec 20 21:57:21.823 INFO STEP 880: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
69902024-12-20T21:57:22.739Z[ recovery-image] Dec 20 21:57:21.838 INFO O| Dec 20 21:57:21.838 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/pci/pcidb"
69912024-12-20T21:57:22.739Z[ recovery-image] Dec 20 21:57:21.838 INFO O| Dec 20 21:57:21.838 INFO STEP 880 (remove_files) COMPLETE
69922024-12-20T21:57:22.739Z[ recovery-image] Dec 20 21:57:21.838 INFO O| Dec 20 21:57:21.838 INFO STEP 881: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
69932024-12-20T21:57:22.749Z[ recovery-image] Dec 20 21:57:21.849 INFO O| Dec 20 21:57:21.849 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/pci/pcidr_plugin.so"
69942024-12-20T21:57:22.749Z[ recovery-image] Dec 20 21:57:21.849 INFO O| Dec 20 21:57:21.849 INFO STEP 881 (remove_files) COMPLETE
69952024-12-20T21:57:22.752Z[ recovery-image] Dec 20 21:57:21.849 INFO O| Dec 20 21:57:21.849 INFO STEP 882: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
69962024-12-20T21:57:22.762Z[ recovery-image] Dec 20 21:57:21.861 INFO O| Dec 20 21:57:21.861 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/pci/pcieb"
69972024-12-20T21:57:22.762Z[ recovery-image] Dec 20 21:57:21.861 INFO O| Dec 20 21:57:21.861 INFO STEP 882 (remove_files) COMPLETE
69982024-12-20T21:57:22.764Z[ recovery-image] Dec 20 21:57:21.861 INFO O| Dec 20 21:57:21.861 INFO STEP 883: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
69992024-12-20T21:57:22.774Z[ recovery-image] Dec 20 21:57:21.873 INFO O| Dec 20 21:57:21.873 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/raidcfg/amd64/mpt.so.1"
70002024-12-20T21:57:22.774Z[ recovery-image] Dec 20 21:57:21.873 INFO O| Dec 20 21:57:21.873 INFO STEP 883 (remove_files) COMPLETE
70012024-12-20T21:57:22.776Z[ recovery-image] Dec 20 21:57:21.873 INFO O| Dec 20 21:57:21.873 INFO STEP 884: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
70022024-12-20T21:57:22.785Z[ recovery-image] Dec 20 21:57:21.884 INFO O| Dec 20 21:57:21.884 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/raidcfg/mpt.so.1"
70032024-12-20T21:57:22.785Z[ recovery-image] Dec 20 21:57:21.884 INFO O| Dec 20 21:57:21.884 INFO STEP 884 (remove_files) COMPLETE
70042024-12-20T21:57:22.787Z[ recovery-image] Dec 20 21:57:21.884 INFO O| Dec 20 21:57:21.884 INFO STEP 885: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
70052024-12-20T21:57:22.795Z[ recovery-image] Dec 20 21:57:21.895 INFO O| Dec 20 21:57:21.895 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/reparse/libreparse_smb.so.1"
70062024-12-20T21:57:22.798Z[ recovery-image] Dec 20 21:57:21.895 INFO O| Dec 20 21:57:21.895 INFO STEP 885 (remove_files) COMPLETE
70072024-12-20T21:57:22.798Z[ recovery-image] Dec 20 21:57:21.895 INFO O| Dec 20 21:57:21.895 INFO STEP 886: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
70082024-12-20T21:57:22.807Z[ recovery-image] Dec 20 21:57:21.906 INFO O| Dec 20 21:57:21.906 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/reparse/reparsed"
70092024-12-20T21:57:22.809Z[ recovery-image] Dec 20 21:57:21.907 INFO O| Dec 20 21:57:21.907 INFO STEP 886 (remove_files) COMPLETE
70102024-12-20T21:57:22.810Z[ recovery-image] Dec 20 21:57:21.907 INFO O| Dec 20 21:57:21.907 INFO STEP 887: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
70112024-12-20T21:57:22.818Z[ recovery-image] Dec 20 21:57:21.918 INFO O| Dec 20 21:57:21.918 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/saf/listen"
70122024-12-20T21:57:22.821Z[ recovery-image] Dec 20 21:57:21.918 INFO O| Dec 20 21:57:21.918 INFO STEP 887 (remove_files) COMPLETE
70132024-12-20T21:57:22.821Z[ recovery-image] Dec 20 21:57:21.918 INFO O| Dec 20 21:57:21.918 INFO STEP 888: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
70142024-12-20T21:57:22.832Z[ recovery-image] Dec 20 21:57:21.931 INFO O| Dec 20 21:57:21.931 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/saf/nlps_server"
70152024-12-20T21:57:22.832Z[ recovery-image] Dec 20 21:57:21.931 INFO O| Dec 20 21:57:21.931 INFO STEP 888 (remove_files) COMPLETE
70162024-12-20T21:57:22.834Z[ recovery-image] Dec 20 21:57:21.931 INFO O| Dec 20 21:57:21.931 INFO STEP 889: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
70172024-12-20T21:57:22.847Z[ recovery-image] Dec 20 21:57:21.946 INFO O| Dec 20 21:57:21.946 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/sasl/amd64/crammd5.so.1"
70182024-12-20T21:57:22.847Z[ recovery-image] Dec 20 21:57:21.946 INFO O| Dec 20 21:57:21.946 INFO STEP 889 (remove_files) COMPLETE
70192024-12-20T21:57:22.849Z[ recovery-image] Dec 20 21:57:21.946 INFO O| Dec 20 21:57:21.946 INFO STEP 890: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
70202024-12-20T21:57:22.861Z[ recovery-image] Dec 20 21:57:21.960 INFO O| Dec 20 21:57:21.960 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/sasl/amd64/digestmd5.so.1"
70212024-12-20T21:57:22.861Z[ recovery-image] Dec 20 21:57:21.960 INFO O| Dec 20 21:57:21.960 INFO STEP 890 (remove_files) COMPLETE
70222024-12-20T21:57:22.861Z[ recovery-image] Dec 20 21:57:21.960 INFO O| Dec 20 21:57:21.960 INFO STEP 891: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
70232024-12-20T21:57:22.876Z[ recovery-image] Dec 20 21:57:21.975 INFO O| Dec 20 21:57:21.975 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/sasl/amd64/gssapi.so.1"
70242024-12-20T21:57:22.876Z[ recovery-image] Dec 20 21:57:21.976 INFO O| Dec 20 21:57:21.976 INFO STEP 891 (remove_files) COMPLETE
70252024-12-20T21:57:22.879Z[ recovery-image] Dec 20 21:57:21.976 INFO O| Dec 20 21:57:21.976 INFO STEP 892: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
70262024-12-20T21:57:22.891Z[ recovery-image] Dec 20 21:57:21.990 INFO O| Dec 20 21:57:21.990 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/sasl/amd64/login.so.1"
70272024-12-20T21:57:22.891Z[ recovery-image] Dec 20 21:57:21.990 INFO O| Dec 20 21:57:21.990 INFO STEP 892 (remove_files) COMPLETE
70282024-12-20T21:57:22.891Z[ recovery-image] Dec 20 21:57:21.990 INFO O| Dec 20 21:57:21.990 INFO STEP 893: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
70292024-12-20T21:57:22.907Z[ recovery-image] Dec 20 21:57:22.006 INFO O| Dec 20 21:57:22.006 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/sasl/amd64/plain.so.1"
70302024-12-20T21:57:22.907Z[ recovery-image] Dec 20 21:57:22.006 INFO O| Dec 20 21:57:22.006 INFO STEP 893 (remove_files) COMPLETE
70312024-12-20T21:57:22.907Z[ recovery-image] Dec 20 21:57:22.006 INFO O| Dec 20 21:57:22.006 INFO STEP 894: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
70322024-12-20T21:57:22.918Z[ recovery-image] Dec 20 21:57:22.017 INFO O| Dec 20 21:57:22.017 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/sasl/crammd5.so.1"
70332024-12-20T21:57:22.918Z[ recovery-image] Dec 20 21:57:22.018 INFO O| Dec 20 21:57:22.018 INFO STEP 894 (remove_files) COMPLETE
70342024-12-20T21:57:22.921Z[ recovery-image] Dec 20 21:57:22.018 INFO O| Dec 20 21:57:22.018 INFO STEP 895: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
70352024-12-20T21:57:22.931Z[ recovery-image] Dec 20 21:57:22.030 INFO O| Dec 20 21:57:22.030 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/sasl/digestmd5.so.1"
70362024-12-20T21:57:22.931Z[ recovery-image] Dec 20 21:57:22.030 INFO O| Dec 20 21:57:22.030 INFO STEP 895 (remove_files) COMPLETE
70372024-12-20T21:57:22.931Z[ recovery-image] Dec 20 21:57:22.030 INFO O| Dec 20 21:57:22.030 INFO STEP 896: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
70382024-12-20T21:57:22.943Z[ recovery-image] Dec 20 21:57:22.042 INFO O| Dec 20 21:57:22.042 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/sasl/gssapi.so.1"
70392024-12-20T21:57:22.943Z[ recovery-image] Dec 20 21:57:22.042 INFO O| Dec 20 21:57:22.042 INFO STEP 896 (remove_files) COMPLETE
70402024-12-20T21:57:22.943Z[ recovery-image] Dec 20 21:57:22.042 INFO O| Dec 20 21:57:22.042 INFO STEP 897: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
70412024-12-20T21:57:22.954Z[ recovery-image] Dec 20 21:57:22.053 INFO O| Dec 20 21:57:22.053 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/sasl/login.so.1"
70422024-12-20T21:57:22.954Z[ recovery-image] Dec 20 21:57:22.053 INFO O| Dec 20 21:57:22.053 INFO STEP 897 (remove_files) COMPLETE
70432024-12-20T21:57:22.954Z[ recovery-image] Dec 20 21:57:22.053 INFO O| Dec 20 21:57:22.053 INFO STEP 898: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
70442024-12-20T21:57:22.965Z[ recovery-image] Dec 20 21:57:22.065 INFO O| Dec 20 21:57:22.065 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/sasl/plain.so.1"
70452024-12-20T21:57:22.965Z[ recovery-image] Dec 20 21:57:22.065 INFO O| Dec 20 21:57:22.065 INFO STEP 898 (remove_files) COMPLETE
70462024-12-20T21:57:22.968Z[ recovery-image] Dec 20 21:57:22.065 INFO O| Dec 20 21:57:22.065 INFO STEP 899: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
70472024-12-20T21:57:22.979Z[ recovery-image] Dec 20 21:57:22.078 INFO O| Dec 20 21:57:22.078 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/amd64/crypt_bsdbf.so.1"
70482024-12-20T21:57:22.981Z[ recovery-image] Dec 20 21:57:22.078 INFO O| Dec 20 21:57:22.078 INFO STEP 899 (remove_files) COMPLETE
70492024-12-20T21:57:22.982Z[ recovery-image] Dec 20 21:57:22.078 INFO O| Dec 20 21:57:22.078 INFO STEP 900: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
70502024-12-20T21:57:22.992Z[ recovery-image] Dec 20 21:57:22.091 INFO O| Dec 20 21:57:22.091 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/amd64/crypt_bsdmd5.so.1"
70512024-12-20T21:57:22.994Z[ recovery-image] Dec 20 21:57:22.091 INFO O| Dec 20 21:57:22.091 INFO STEP 900 (remove_files) COMPLETE
70522024-12-20T21:57:22.994Z[ recovery-image] Dec 20 21:57:22.091 INFO O| Dec 20 21:57:22.091 INFO STEP 901: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
70532024-12-20T21:57:23.003Z[ recovery-image] Dec 20 21:57:22.102 INFO O| Dec 20 21:57:22.102 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/amd64/crypt_sha256.so.1"
70542024-12-20T21:57:23.006Z[ recovery-image] Dec 20 21:57:22.103 INFO O| Dec 20 21:57:22.103 INFO STEP 901 (remove_files) COMPLETE
70552024-12-20T21:57:23.006Z[ recovery-image] Dec 20 21:57:22.103 INFO O| Dec 20 21:57:22.103 INFO STEP 902: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
70562024-12-20T21:57:23.015Z[ recovery-image] Dec 20 21:57:22.115 INFO O| Dec 20 21:57:22.115 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/amd64/crypt_sha512.so.1"
70572024-12-20T21:57:23.016Z[ recovery-image] Dec 20 21:57:22.115 INFO O| Dec 20 21:57:22.115 INFO STEP 902 (remove_files) COMPLETE
70582024-12-20T21:57:23.018Z[ recovery-image] Dec 20 21:57:22.115 INFO O| Dec 20 21:57:22.115 INFO STEP 903: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
70592024-12-20T21:57:23.027Z[ recovery-image] Dec 20 21:57:22.126 INFO O| Dec 20 21:57:22.126 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/amd64/crypt_sunmd5.so.1"
70602024-12-20T21:57:23.027Z[ recovery-image] Dec 20 21:57:22.126 INFO O| Dec 20 21:57:22.126 INFO STEP 903 (remove_files) COMPLETE
70612024-12-20T21:57:23.030Z[ recovery-image] Dec 20 21:57:22.127 INFO O| Dec 20 21:57:22.126 INFO STEP 904: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
70622024-12-20T21:57:23.041Z[ recovery-image] Dec 20 21:57:22.140 INFO O| Dec 20 21:57:22.140 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/amd64/pam_allow.so.1"
70632024-12-20T21:57:23.041Z[ recovery-image] Dec 20 21:57:22.140 INFO O| Dec 20 21:57:22.140 INFO STEP 904 (remove_files) COMPLETE
70642024-12-20T21:57:23.043Z[ recovery-image] Dec 20 21:57:22.140 INFO O| Dec 20 21:57:22.140 INFO STEP 905: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
70652024-12-20T21:57:23.056Z[ recovery-image] Dec 20 21:57:22.154 INFO O| Dec 20 21:57:22.154 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/amd64/pam_authtok_check.so.1"
70662024-12-20T21:57:23.056Z[ recovery-image] Dec 20 21:57:22.154 INFO O| Dec 20 21:57:22.154 INFO STEP 905 (remove_files) COMPLETE
70672024-12-20T21:57:23.056Z[ recovery-image] Dec 20 21:57:22.154 INFO O| Dec 20 21:57:22.154 INFO STEP 906: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
70682024-12-20T21:57:23.068Z[ recovery-image] Dec 20 21:57:22.167 INFO O| Dec 20 21:57:22.167 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/amd64/pam_authtok_get.so.1"
70692024-12-20T21:57:23.068Z[ recovery-image] Dec 20 21:57:22.167 INFO O| Dec 20 21:57:22.167 INFO STEP 906 (remove_files) COMPLETE
70702024-12-20T21:57:23.071Z[ recovery-image] Dec 20 21:57:22.167 INFO O| Dec 20 21:57:22.167 INFO STEP 907: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
70712024-12-20T21:57:23.082Z[ recovery-image] Dec 20 21:57:22.181 INFO O| Dec 20 21:57:22.181 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/amd64/pam_authtok_store.so.1"
70722024-12-20T21:57:23.082Z[ recovery-image] Dec 20 21:57:22.181 INFO O| Dec 20 21:57:22.181 INFO STEP 907 (remove_files) COMPLETE
70732024-12-20T21:57:23.084Z[ recovery-image] Dec 20 21:57:22.181 INFO O| Dec 20 21:57:22.181 INFO STEP 908: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
70742024-12-20T21:57:23.095Z[ recovery-image] Dec 20 21:57:22.194 INFO O| Dec 20 21:57:22.194 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/amd64/pam_deny.so.1"
70752024-12-20T21:57:23.095Z[ recovery-image] Dec 20 21:57:22.194 INFO O| Dec 20 21:57:22.194 INFO STEP 908 (remove_files) COMPLETE
70762024-12-20T21:57:23.099Z[ recovery-image] Dec 20 21:57:22.194 INFO O| Dec 20 21:57:22.194 INFO STEP 909: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
70772024-12-20T21:57:23.108Z[ recovery-image] Dec 20 21:57:22.207 INFO O| Dec 20 21:57:22.207 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/amd64/pam_dhkeys.so.1"
70782024-12-20T21:57:23.108Z[ recovery-image] Dec 20 21:57:22.207 INFO O| Dec 20 21:57:22.207 INFO STEP 909 (remove_files) COMPLETE
70792024-12-20T21:57:23.111Z[ recovery-image] Dec 20 21:57:22.207 INFO O| Dec 20 21:57:22.207 INFO STEP 910: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
70802024-12-20T21:57:23.121Z[ recovery-image] Dec 20 21:57:22.220 INFO O| Dec 20 21:57:22.220 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/amd64/pam_dial_auth.so.1"
70812024-12-20T21:57:23.121Z[ recovery-image] Dec 20 21:57:22.220 INFO O| Dec 20 21:57:22.220 INFO STEP 910 (remove_files) COMPLETE
70822024-12-20T21:57:23.123Z[ recovery-image] Dec 20 21:57:22.220 INFO O| Dec 20 21:57:22.220 INFO STEP 911: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
70832024-12-20T21:57:23.135Z[ recovery-image] Dec 20 21:57:22.234 INFO O| Dec 20 21:57:22.234 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/amd64/pam_krb5.so.1"
70842024-12-20T21:57:23.146Z[ recovery-image] Dec 20 21:57:22.234 INFO O| Dec 20 21:57:22.234 INFO STEP 911 (remove_files) COMPLETE
70852024-12-20T21:57:23.148Z[ recovery-image] Dec 20 21:57:22.234 INFO O| Dec 20 21:57:22.234 INFO STEP 912: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
70862024-12-20T21:57:23.162Z[ recovery-image] Dec 20 21:57:22.261 INFO O| Dec 20 21:57:22.261 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/amd64/pam_krb5_migrate.so.1"
70872024-12-20T21:57:23.164Z[ recovery-image] Dec 20 21:57:22.261 INFO O| Dec 20 21:57:22.261 INFO STEP 912 (remove_files) COMPLETE
70882024-12-20T21:57:23.164Z[ recovery-image] Dec 20 21:57:22.261 INFO O| Dec 20 21:57:22.261 INFO STEP 913: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
70892024-12-20T21:57:23.174Z[ recovery-image] Dec 20 21:57:22.274 INFO O| Dec 20 21:57:22.274 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/amd64/pam_ldap.so.1"
70902024-12-20T21:57:23.174Z[ recovery-image] Dec 20 21:57:22.274 INFO O| Dec 20 21:57:22.274 INFO STEP 913 (remove_files) COMPLETE
70912024-12-20T21:57:23.176Z[ recovery-image] Dec 20 21:57:22.274 INFO O| Dec 20 21:57:22.274 INFO STEP 914: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
70922024-12-20T21:57:23.186Z[ recovery-image] Dec 20 21:57:22.285 INFO O| Dec 20 21:57:22.285 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/amd64/pam_list.so.1"
70932024-12-20T21:57:23.186Z[ recovery-image] Dec 20 21:57:22.285 INFO O| Dec 20 21:57:22.285 INFO STEP 914 (remove_files) COMPLETE
70942024-12-20T21:57:23.188Z[ recovery-image] Dec 20 21:57:22.285 INFO O| Dec 20 21:57:22.285 INFO STEP 915: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
70952024-12-20T21:57:23.198Z[ recovery-image] Dec 20 21:57:22.297 INFO O| Dec 20 21:57:22.297 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/amd64/pam_passwd_auth.so.1"
70962024-12-20T21:57:23.198Z[ recovery-image] Dec 20 21:57:22.298 INFO O| Dec 20 21:57:22.297 INFO STEP 915 (remove_files) COMPLETE
70972024-12-20T21:57:23.198Z[ recovery-image] Dec 20 21:57:22.298 INFO O| Dec 20 21:57:22.297 INFO STEP 916: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
70982024-12-20T21:57:23.210Z[ recovery-image] Dec 20 21:57:22.309 INFO O| Dec 20 21:57:22.309 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/amd64/pam_rhosts_auth.so.1"
70992024-12-20T21:57:23.210Z[ recovery-image] Dec 20 21:57:22.309 INFO O| Dec 20 21:57:22.309 INFO STEP 916 (remove_files) COMPLETE
71002024-12-20T21:57:23.210Z[ recovery-image] Dec 20 21:57:22.309 INFO O| Dec 20 21:57:22.309 INFO STEP 917: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
71012024-12-20T21:57:23.223Z[ recovery-image] Dec 20 21:57:22.322 INFO O| Dec 20 21:57:22.322 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/amd64/pam_roles.so.1"
71022024-12-20T21:57:23.223Z[ recovery-image] Dec 20 21:57:22.322 INFO O| Dec 20 21:57:22.322 INFO STEP 917 (remove_files) COMPLETE
71032024-12-20T21:57:23.223Z[ recovery-image] Dec 20 21:57:22.322 INFO O| Dec 20 21:57:22.322 INFO STEP 918: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
71042024-12-20T21:57:23.237Z[ recovery-image] Dec 20 21:57:22.336 INFO O| Dec 20 21:57:22.336 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/amd64/pam_sample.so.1"
71052024-12-20T21:57:23.240Z[ recovery-image] Dec 20 21:57:22.337 INFO O| Dec 20 21:57:22.336 INFO STEP 918 (remove_files) COMPLETE
71062024-12-20T21:57:23.240Z[ recovery-image] Dec 20 21:57:22.337 INFO O| Dec 20 21:57:22.336 INFO STEP 919: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
71072024-12-20T21:57:23.250Z[ recovery-image] Dec 20 21:57:22.349 INFO O| Dec 20 21:57:22.349 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/amd64/pam_smb_passwd.so.1"
71082024-12-20T21:57:23.253Z[ recovery-image] Dec 20 21:57:22.350 INFO O| Dec 20 21:57:22.350 INFO STEP 919 (remove_files) COMPLETE
71092024-12-20T21:57:23.253Z[ recovery-image] Dec 20 21:57:22.350 INFO O| Dec 20 21:57:22.350 INFO STEP 920: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
71102024-12-20T21:57:23.261Z[ recovery-image] Dec 20 21:57:22.361 INFO O| Dec 20 21:57:22.361 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/amd64/pam_smbfs_login.so.1"
71112024-12-20T21:57:23.261Z[ recovery-image] Dec 20 21:57:22.361 INFO O| Dec 20 21:57:22.361 INFO STEP 920 (remove_files) COMPLETE
71122024-12-20T21:57:23.261Z[ recovery-image] Dec 20 21:57:22.361 INFO O| Dec 20 21:57:22.361 INFO STEP 921: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
71132024-12-20T21:57:23.273Z[ recovery-image] Dec 20 21:57:22.372 INFO O| Dec 20 21:57:22.372 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/amd64/pam_timestamp.so.1"
71142024-12-20T21:57:23.273Z[ recovery-image] Dec 20 21:57:22.372 INFO O| Dec 20 21:57:22.372 INFO STEP 921 (remove_files) COMPLETE
71152024-12-20T21:57:23.275Z[ recovery-image] Dec 20 21:57:22.372 INFO O| Dec 20 21:57:22.372 INFO STEP 922: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
71162024-12-20T21:57:23.286Z[ recovery-image] Dec 20 21:57:22.385 INFO O| Dec 20 21:57:22.385 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/amd64/pam_tsol_account.so.1"
71172024-12-20T21:57:23.286Z[ recovery-image] Dec 20 21:57:22.385 INFO O| Dec 20 21:57:22.385 INFO STEP 922 (remove_files) COMPLETE
71182024-12-20T21:57:23.289Z[ recovery-image] Dec 20 21:57:22.385 INFO O| Dec 20 21:57:22.385 INFO STEP 923: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
71192024-12-20T21:57:23.297Z[ recovery-image] Dec 20 21:57:22.396 INFO O| Dec 20 21:57:22.396 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/amd64/pam_unix_account.so.1"
71202024-12-20T21:57:23.297Z[ recovery-image] Dec 20 21:57:22.397 INFO O| Dec 20 21:57:22.397 INFO STEP 923 (remove_files) COMPLETE
71212024-12-20T21:57:23.301Z[ recovery-image] Dec 20 21:57:22.397 INFO O| Dec 20 21:57:22.397 INFO STEP 924: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
71222024-12-20T21:57:23.309Z[ recovery-image] Dec 20 21:57:22.409 INFO O| Dec 20 21:57:22.409 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/amd64/pam_unix_auth.so.1"
71232024-12-20T21:57:23.309Z[ recovery-image] Dec 20 21:57:22.409 INFO O| Dec 20 21:57:22.409 INFO STEP 924 (remove_files) COMPLETE
71242024-12-20T21:57:23.309Z[ recovery-image] Dec 20 21:57:22.409 INFO O| Dec 20 21:57:22.409 INFO STEP 925: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
71252024-12-20T21:57:23.322Z[ recovery-image] Dec 20 21:57:22.421 INFO O| Dec 20 21:57:22.421 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/amd64/pam_unix_cred.so.1"
71262024-12-20T21:57:23.325Z[ recovery-image] Dec 20 21:57:22.421 INFO O| Dec 20 21:57:22.421 INFO STEP 925 (remove_files) COMPLETE
71272024-12-20T21:57:23.325Z[ recovery-image] Dec 20 21:57:22.422 INFO O| Dec 20 21:57:22.421 INFO STEP 926: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
71282024-12-20T21:57:23.335Z[ recovery-image] Dec 20 21:57:22.435 INFO O| Dec 20 21:57:22.435 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/amd64/pam_unix_session.so.1"
71292024-12-20T21:57:23.336Z[ recovery-image] Dec 20 21:57:22.435 INFO O| Dec 20 21:57:22.435 INFO STEP 926 (remove_files) COMPLETE
71302024-12-20T21:57:23.339Z[ recovery-image] Dec 20 21:57:22.435 INFO O| Dec 20 21:57:22.435 INFO STEP 927: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
71312024-12-20T21:57:23.346Z[ recovery-image] Dec 20 21:57:22.446 INFO O| Dec 20 21:57:22.446 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/amd64/pkcs11_kernel.so.1"
71322024-12-20T21:57:23.348Z[ recovery-image] Dec 20 21:57:22.446 INFO O| Dec 20 21:57:22.446 INFO STEP 927 (remove_files) COMPLETE
71332024-12-20T21:57:23.349Z[ recovery-image] Dec 20 21:57:22.446 INFO O| Dec 20 21:57:22.446 INFO STEP 928: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
71342024-12-20T21:57:23.362Z[ recovery-image] Dec 20 21:57:22.461 INFO O| Dec 20 21:57:22.461 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/amd64/pkcs11_softtoken.so.1"
71352024-12-20T21:57:23.362Z[ recovery-image] Dec 20 21:57:22.461 INFO O| Dec 20 21:57:22.461 INFO STEP 928 (remove_files) COMPLETE
71362024-12-20T21:57:23.364Z[ recovery-image] Dec 20 21:57:22.461 INFO O| Dec 20 21:57:22.461 INFO STEP 929: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
71372024-12-20T21:57:23.373Z[ recovery-image] Dec 20 21:57:22.473 INFO O| Dec 20 21:57:22.473 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/amd64/pkcs11_tpm.so.1"
71382024-12-20T21:57:23.373Z[ recovery-image] Dec 20 21:57:22.473 INFO O| Dec 20 21:57:22.473 INFO STEP 929 (remove_files) COMPLETE
71392024-12-20T21:57:23.373Z[ recovery-image] Dec 20 21:57:22.473 INFO O| Dec 20 21:57:22.473 INFO STEP 930: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
71402024-12-20T21:57:23.385Z[ recovery-image] Dec 20 21:57:22.484 INFO O| Dec 20 21:57:22.484 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/audit_binfile.so.1"
71412024-12-20T21:57:23.385Z[ recovery-image] Dec 20 21:57:22.484 INFO O| Dec 20 21:57:22.484 INFO STEP 930 (remove_files) COMPLETE
71422024-12-20T21:57:23.385Z[ recovery-image] Dec 20 21:57:22.484 INFO O| Dec 20 21:57:22.484 INFO STEP 931: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
71432024-12-20T21:57:23.399Z[ recovery-image] Dec 20 21:57:22.498 INFO O| Dec 20 21:57:22.498 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/audit_remote.so.1"
71442024-12-20T21:57:23.399Z[ recovery-image] Dec 20 21:57:22.498 INFO O| Dec 20 21:57:22.498 INFO STEP 931 (remove_files) COMPLETE
71452024-12-20T21:57:23.399Z[ recovery-image] Dec 20 21:57:22.498 INFO O| Dec 20 21:57:22.498 INFO STEP 932: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
71462024-12-20T21:57:23.412Z[ recovery-image] Dec 20 21:57:22.511 INFO O| Dec 20 21:57:22.511 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/audit_syslog.so.1"
71472024-12-20T21:57:23.413Z[ recovery-image] Dec 20 21:57:22.511 INFO O| Dec 20 21:57:22.511 INFO STEP 932 (remove_files) COMPLETE
71482024-12-20T21:57:23.415Z[ recovery-image] Dec 20 21:57:22.511 INFO O| Dec 20 21:57:22.511 INFO STEP 933: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
71492024-12-20T21:57:23.423Z[ recovery-image] Dec 20 21:57:22.522 INFO O| Dec 20 21:57:22.522 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/crypt_bsdbf.so.1"
71502024-12-20T21:57:23.423Z[ recovery-image] Dec 20 21:57:22.522 INFO O| Dec 20 21:57:22.522 INFO STEP 933 (remove_files) COMPLETE
71512024-12-20T21:57:23.425Z[ recovery-image] Dec 20 21:57:22.522 INFO O| Dec 20 21:57:22.522 INFO STEP 934: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
71522024-12-20T21:57:23.434Z[ recovery-image] Dec 20 21:57:22.533 INFO O| Dec 20 21:57:22.533 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/crypt_bsdmd5.so.1"
71532024-12-20T21:57:23.434Z[ recovery-image] Dec 20 21:57:22.533 INFO O| Dec 20 21:57:22.533 INFO STEP 934 (remove_files) COMPLETE
71542024-12-20T21:57:23.436Z[ recovery-image] Dec 20 21:57:22.533 INFO O| Dec 20 21:57:22.533 INFO STEP 935: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
71552024-12-20T21:57:23.446Z[ recovery-image] Dec 20 21:57:22.545 INFO O| Dec 20 21:57:22.545 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/crypt_sha256.so.1"
71562024-12-20T21:57:23.446Z[ recovery-image] Dec 20 21:57:22.546 INFO O| Dec 20 21:57:22.546 INFO STEP 935 (remove_files) COMPLETE
71572024-12-20T21:57:23.446Z[ recovery-image] Dec 20 21:57:22.546 INFO O| Dec 20 21:57:22.546 INFO STEP 936: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
71582024-12-20T21:57:23.462Z[ recovery-image] Dec 20 21:57:22.561 INFO O| Dec 20 21:57:22.561 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/crypt_sha512.so.1"
71592024-12-20T21:57:23.462Z[ recovery-image] Dec 20 21:57:22.561 INFO O| Dec 20 21:57:22.561 INFO STEP 936 (remove_files) COMPLETE
71602024-12-20T21:57:23.462Z[ recovery-image] Dec 20 21:57:22.561 INFO O| Dec 20 21:57:22.561 INFO STEP 937: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
71612024-12-20T21:57:23.473Z[ recovery-image] Dec 20 21:57:22.572 INFO O| Dec 20 21:57:22.572 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/crypt_sunmd5.so.1"
71622024-12-20T21:57:23.473Z[ recovery-image] Dec 20 21:57:22.572 INFO O| Dec 20 21:57:22.572 INFO STEP 937 (remove_files) COMPLETE
71632024-12-20T21:57:23.473Z[ recovery-image] Dec 20 21:57:22.572 INFO O| Dec 20 21:57:22.572 INFO STEP 938: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
71642024-12-20T21:57:23.483Z[ recovery-image] Dec 20 21:57:22.582 INFO O| Dec 20 21:57:22.582 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/pam_allow.so.1"
71652024-12-20T21:57:23.483Z[ recovery-image] Dec 20 21:57:22.583 INFO O| Dec 20 21:57:22.583 INFO STEP 938 (remove_files) COMPLETE
71662024-12-20T21:57:23.483Z[ recovery-image] Dec 20 21:57:22.583 INFO O| Dec 20 21:57:22.583 INFO STEP 939: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
71672024-12-20T21:57:23.494Z[ recovery-image] Dec 20 21:57:22.593 INFO O| Dec 20 21:57:22.593 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/pam_authtok_check.so.1"
71682024-12-20T21:57:23.494Z[ recovery-image] Dec 20 21:57:22.593 INFO O| Dec 20 21:57:22.593 INFO STEP 939 (remove_files) COMPLETE
71692024-12-20T21:57:23.494Z[ recovery-image] Dec 20 21:57:22.593 INFO O| Dec 20 21:57:22.593 INFO STEP 940: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
71702024-12-20T21:57:23.508Z[ recovery-image] Dec 20 21:57:22.607 INFO O| Dec 20 21:57:22.607 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/pam_authtok_store.so.1"
71712024-12-20T21:57:23.508Z[ recovery-image] Dec 20 21:57:22.607 INFO O| Dec 20 21:57:22.607 INFO STEP 940 (remove_files) COMPLETE
71722024-12-20T21:57:23.510Z[ recovery-image] Dec 20 21:57:22.607 INFO O| Dec 20 21:57:22.607 INFO STEP 941: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
71732024-12-20T21:57:23.521Z[ recovery-image] Dec 20 21:57:22.620 INFO O| Dec 20 21:57:22.620 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/pam_deny.so.1"
71742024-12-20T21:57:23.521Z[ recovery-image] Dec 20 21:57:22.620 INFO O| Dec 20 21:57:22.620 INFO STEP 941 (remove_files) COMPLETE
71752024-12-20T21:57:23.521Z[ recovery-image] Dec 20 21:57:22.620 INFO O| Dec 20 21:57:22.620 INFO STEP 942: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
71762024-12-20T21:57:23.531Z[ recovery-image] Dec 20 21:57:22.631 INFO O| Dec 20 21:57:22.631 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/pam_krb5.so.1"
71772024-12-20T21:57:23.531Z[ recovery-image] Dec 20 21:57:22.631 INFO O| Dec 20 21:57:22.631 INFO STEP 942 (remove_files) COMPLETE
71782024-12-20T21:57:23.534Z[ recovery-image] Dec 20 21:57:22.631 INFO O| Dec 20 21:57:22.631 INFO STEP 943: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
71792024-12-20T21:57:23.543Z[ recovery-image] Dec 20 21:57:22.642 INFO O| Dec 20 21:57:22.642 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/pam_krb5_migrate.so.1"
71802024-12-20T21:57:23.543Z[ recovery-image] Dec 20 21:57:22.642 INFO O| Dec 20 21:57:22.642 INFO STEP 943 (remove_files) COMPLETE
71812024-12-20T21:57:23.543Z[ recovery-image] Dec 20 21:57:22.642 INFO O| Dec 20 21:57:22.642 INFO STEP 944: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
71822024-12-20T21:57:23.554Z[ recovery-image] Dec 20 21:57:22.653 INFO O| Dec 20 21:57:22.653 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/pam_ldap.so.1"
71832024-12-20T21:57:23.554Z[ recovery-image] Dec 20 21:57:22.653 INFO O| Dec 20 21:57:22.653 INFO STEP 944 (remove_files) COMPLETE
71842024-12-20T21:57:23.554Z[ recovery-image] Dec 20 21:57:22.653 INFO O| Dec 20 21:57:22.653 INFO STEP 945: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
71852024-12-20T21:57:23.568Z[ recovery-image] Dec 20 21:57:22.667 INFO O| Dec 20 21:57:22.667 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/pam_list.so.1"
71862024-12-20T21:57:23.568Z[ recovery-image] Dec 20 21:57:22.667 INFO O| Dec 20 21:57:22.667 INFO STEP 945 (remove_files) COMPLETE
71872024-12-20T21:57:23.570Z[ recovery-image] Dec 20 21:57:22.667 INFO O| Dec 20 21:57:22.667 INFO STEP 946: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
71882024-12-20T21:57:23.580Z[ recovery-image] Dec 20 21:57:22.679 INFO O| Dec 20 21:57:22.679 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/pam_passwd_auth.so.1"
71892024-12-20T21:57:23.580Z[ recovery-image] Dec 20 21:57:22.679 INFO O| Dec 20 21:57:22.679 INFO STEP 946 (remove_files) COMPLETE
71902024-12-20T21:57:23.582Z[ recovery-image] Dec 20 21:57:22.679 INFO O| Dec 20 21:57:22.679 INFO STEP 947: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
71912024-12-20T21:57:23.593Z[ recovery-image] Dec 20 21:57:22.693 INFO O| Dec 20 21:57:22.693 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/pam_rhosts_auth.so.1"
71922024-12-20T21:57:23.594Z[ recovery-image] Dec 20 21:57:22.693 INFO O| Dec 20 21:57:22.693 INFO STEP 947 (remove_files) COMPLETE
71932024-12-20T21:57:23.594Z[ recovery-image] Dec 20 21:57:22.693 INFO O| Dec 20 21:57:22.693 INFO STEP 948: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
71942024-12-20T21:57:23.609Z[ recovery-image] Dec 20 21:57:22.708 INFO O| Dec 20 21:57:22.708 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/pam_sample.so.1"
71952024-12-20T21:57:23.609Z[ recovery-image] Dec 20 21:57:22.708 INFO O| Dec 20 21:57:22.708 INFO STEP 948 (remove_files) COMPLETE
71962024-12-20T21:57:23.609Z[ recovery-image] Dec 20 21:57:22.708 INFO O| Dec 20 21:57:22.708 INFO STEP 949: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
71972024-12-20T21:57:23.624Z[ recovery-image] Dec 20 21:57:22.723 INFO O| Dec 20 21:57:22.723 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/pam_smb_passwd.so.1"
71982024-12-20T21:57:23.624Z[ recovery-image] Dec 20 21:57:22.723 INFO O| Dec 20 21:57:22.723 INFO STEP 949 (remove_files) COMPLETE
71992024-12-20T21:57:23.626Z[ recovery-image] Dec 20 21:57:22.723 INFO O| Dec 20 21:57:22.723 INFO STEP 950: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
72002024-12-20T21:57:23.639Z[ recovery-image] Dec 20 21:57:22.738 INFO O| Dec 20 21:57:22.738 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/pam_smbfs_login.so.1"
72012024-12-20T21:57:23.639Z[ recovery-image] Dec 20 21:57:22.738 INFO O| Dec 20 21:57:22.738 INFO STEP 950 (remove_files) COMPLETE
72022024-12-20T21:57:23.639Z[ recovery-image] Dec 20 21:57:22.738 INFO O| Dec 20 21:57:22.738 INFO STEP 951: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
72032024-12-20T21:57:23.653Z[ recovery-image] Dec 20 21:57:22.752 INFO O| Dec 20 21:57:22.752 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/pam_timestamp.so.1"
72042024-12-20T21:57:23.653Z[ recovery-image] Dec 20 21:57:22.752 INFO O| Dec 20 21:57:22.752 INFO STEP 951 (remove_files) COMPLETE
72052024-12-20T21:57:23.656Z[ recovery-image] Dec 20 21:57:22.753 INFO O| Dec 20 21:57:22.752 INFO STEP 952: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
72062024-12-20T21:57:23.667Z[ recovery-image] Dec 20 21:57:22.766 INFO O| Dec 20 21:57:22.766 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/pam_tsol_account.so.1"
72072024-12-20T21:57:23.667Z[ recovery-image] Dec 20 21:57:22.766 INFO O| Dec 20 21:57:22.766 INFO STEP 952 (remove_files) COMPLETE
72082024-12-20T21:57:23.667Z[ recovery-image] Dec 20 21:57:22.767 INFO O| Dec 20 21:57:22.766 INFO STEP 953: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
72092024-12-20T21:57:23.679Z[ recovery-image] Dec 20 21:57:22.778 INFO O| Dec 20 21:57:22.778 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/pkcs11_kernel.so.1"
72102024-12-20T21:57:23.681Z[ recovery-image] Dec 20 21:57:22.778 INFO O| Dec 20 21:57:22.778 INFO STEP 953 (remove_files) COMPLETE
72112024-12-20T21:57:23.681Z[ recovery-image] Dec 20 21:57:22.778 INFO O| Dec 20 21:57:22.778 INFO STEP 954: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
72122024-12-20T21:57:23.691Z[ recovery-image] Dec 20 21:57:22.790 INFO O| Dec 20 21:57:22.790 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/pkcs11_softtoken.so.1"
72132024-12-20T21:57:23.694Z[ recovery-image] Dec 20 21:57:22.791 INFO O| Dec 20 21:57:22.791 INFO STEP 954 (remove_files) COMPLETE
72142024-12-20T21:57:23.694Z[ recovery-image] Dec 20 21:57:22.791 INFO O| Dec 20 21:57:22.791 INFO STEP 955: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
72152024-12-20T21:57:23.705Z[ recovery-image] Dec 20 21:57:22.804 INFO O| Dec 20 21:57:22.804 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/pkcs11_tpm.so.1"
72162024-12-20T21:57:23.705Z[ recovery-image] Dec 20 21:57:22.804 INFO O| Dec 20 21:57:22.804 INFO STEP 955 (remove_files) COMPLETE
72172024-12-20T21:57:23.708Z[ recovery-image] Dec 20 21:57:22.804 INFO O| Dec 20 21:57:22.804 INFO STEP 956: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
72182024-12-20T21:57:23.717Z[ recovery-image] Dec 20 21:57:22.817 INFO O| Dec 20 21:57:22.816 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/spell/compress"
72192024-12-20T21:57:23.720Z[ recovery-image] Dec 20 21:57:22.817 INFO O| Dec 20 21:57:22.817 INFO STEP 956 (remove_files) COMPLETE
72202024-12-20T21:57:23.720Z[ recovery-image] Dec 20 21:57:22.817 INFO O| Dec 20 21:57:22.817 INFO STEP 957: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
72212024-12-20T21:57:23.729Z[ recovery-image] Dec 20 21:57:22.828 INFO O| Dec 20 21:57:22.828 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/spell/hashcheck"
72222024-12-20T21:57:23.729Z[ recovery-image] Dec 20 21:57:22.828 INFO O| Dec 20 21:57:22.828 INFO STEP 957 (remove_files) COMPLETE
72232024-12-20T21:57:23.729Z[ recovery-image] Dec 20 21:57:22.828 INFO O| Dec 20 21:57:22.828 INFO STEP 958: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
72242024-12-20T21:57:23.740Z[ recovery-image] Dec 20 21:57:22.839 INFO O| Dec 20 21:57:22.838 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/spell/hashmake"
72252024-12-20T21:57:23.740Z[ recovery-image] Dec 20 21:57:22.839 INFO O| Dec 20 21:57:22.839 INFO STEP 958 (remove_files) COMPLETE
72262024-12-20T21:57:23.740Z[ recovery-image] Dec 20 21:57:22.839 INFO O| Dec 20 21:57:22.839 INFO STEP 959: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
72272024-12-20T21:57:23.750Z[ recovery-image] Dec 20 21:57:22.850 INFO O| Dec 20 21:57:22.849 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/spell/hlista"
72282024-12-20T21:57:23.750Z[ recovery-image] Dec 20 21:57:22.850 INFO O| Dec 20 21:57:22.850 INFO STEP 959 (remove_files) COMPLETE
72292024-12-20T21:57:23.753Z[ recovery-image] Dec 20 21:57:22.850 INFO O| Dec 20 21:57:22.850 INFO STEP 960: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
72302024-12-20T21:57:23.765Z[ recovery-image] Dec 20 21:57:22.865 INFO O| Dec 20 21:57:22.865 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/spell/hlistb"
72312024-12-20T21:57:23.766Z[ recovery-image] Dec 20 21:57:22.865 INFO O| Dec 20 21:57:22.865 INFO STEP 960 (remove_files) COMPLETE
72322024-12-20T21:57:23.768Z[ recovery-image] Dec 20 21:57:22.865 INFO O| Dec 20 21:57:22.865 INFO STEP 961: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
72332024-12-20T21:57:23.777Z[ recovery-image] Dec 20 21:57:22.876 INFO O| Dec 20 21:57:22.876 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/spell/hstop"
72342024-12-20T21:57:23.777Z[ recovery-image] Dec 20 21:57:22.876 INFO O| Dec 20 21:57:22.876 INFO STEP 961 (remove_files) COMPLETE
72352024-12-20T21:57:23.777Z[ recovery-image] Dec 20 21:57:22.876 INFO O| Dec 20 21:57:22.876 INFO STEP 962: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
72362024-12-20T21:57:23.848Z[ recovery-image] Dec 20 21:57:22.947 INFO O| Dec 20 21:57:22.947 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/spell/spellin"
72372024-12-20T21:57:23.848Z[ recovery-image] Dec 20 21:57:22.947 INFO O| Dec 20 21:57:22.947 INFO STEP 962 (remove_files) COMPLETE
72382024-12-20T21:57:23.848Z[ recovery-image] Dec 20 21:57:22.947 INFO O| Dec 20 21:57:22.947 INFO STEP 963: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
72392024-12-20T21:57:23.866Z[ recovery-image] Dec 20 21:57:22.965 INFO O| Dec 20 21:57:22.965 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/spell/spellprog"
72402024-12-20T21:57:23.866Z[ recovery-image] Dec 20 21:57:22.965 INFO O| Dec 20 21:57:22.965 INFO STEP 963 (remove_files) COMPLETE
72412024-12-20T21:57:23.866Z[ recovery-image] Dec 20 21:57:22.965 INFO O| Dec 20 21:57:22.965 INFO STEP 964: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
72422024-12-20T21:57:23.882Z[ recovery-image] Dec 20 21:57:22.981 INFO O| Dec 20 21:57:22.981 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/sysevent/syseventconfd"
72432024-12-20T21:57:23.882Z[ recovery-image] Dec 20 21:57:22.982 INFO O| Dec 20 21:57:22.981 INFO STEP 964 (remove_files) COMPLETE
72442024-12-20T21:57:23.882Z[ recovery-image] Dec 20 21:57:22.982 INFO O| Dec 20 21:57:22.981 INFO STEP 965: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
72452024-12-20T21:57:23.900Z[ recovery-image] Dec 20 21:57:22.999 INFO O| Dec 20 21:57:22.999 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/varpd/amd64/libvarpd_direct.so.1"
72462024-12-20T21:57:23.900Z[ recovery-image] Dec 20 21:57:22.999 INFO O| Dec 20 21:57:22.999 INFO STEP 965 (remove_files) COMPLETE
72472024-12-20T21:57:23.900Z[ recovery-image] Dec 20 21:57:22.999 INFO O| Dec 20 21:57:22.999 INFO STEP 966: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
72482024-12-20T21:57:23.918Z[ recovery-image] Dec 20 21:57:23.018 INFO O| Dec 20 21:57:23.017 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/varpd/amd64/libvarpd_files.so.1"
72492024-12-20T21:57:23.919Z[ recovery-image] Dec 20 21:57:23.018 INFO O| Dec 20 21:57:23.018 INFO STEP 966 (remove_files) COMPLETE
72502024-12-20T21:57:23.919Z[ recovery-image] Dec 20 21:57:23.018 INFO O| Dec 20 21:57:23.018 INFO STEP 967: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
72512024-12-20T21:57:23.937Z[ recovery-image] Dec 20 21:57:23.036 INFO O| Dec 20 21:57:23.036 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/varpd/libvarpd_direct.so.1"
72522024-12-20T21:57:23.937Z[ recovery-image] Dec 20 21:57:23.037 INFO O| Dec 20 21:57:23.037 INFO STEP 967 (remove_files) COMPLETE
72532024-12-20T21:57:23.937Z[ recovery-image] Dec 20 21:57:23.037 INFO O| Dec 20 21:57:23.037 INFO STEP 968: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
72542024-12-20T21:57:23.957Z[ recovery-image] Dec 20 21:57:23.056 INFO O| Dec 20 21:57:23.056 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/varpd/libvarpd_files.so.1"
72552024-12-20T21:57:23.957Z[ recovery-image] Dec 20 21:57:23.056 INFO O| Dec 20 21:57:23.056 INFO STEP 968 (remove_files) COMPLETE
72562024-12-20T21:57:23.957Z[ recovery-image] Dec 20 21:57:23.056 INFO O| Dec 20 21:57:23.056 INFO STEP 969: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
72572024-12-20T21:57:23.990Z[ recovery-image] Dec 20 21:57:23.089 INFO O| Dec 20 21:57:23.089 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/varpd/varpd"
72582024-12-20T21:57:23.990Z[ recovery-image] Dec 20 21:57:23.089 INFO O| Dec 20 21:57:23.089 INFO STEP 969 (remove_files) COMPLETE
72592024-12-20T21:57:23.990Z[ recovery-image] Dec 20 21:57:23.089 INFO O| Dec 20 21:57:23.089 INFO STEP 970: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
72602024-12-20T21:57:24.009Z[ recovery-image] Dec 20 21:57:23.108 INFO O| Dec 20 21:57:23.108 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/xhci/xhci_portsc"
72612024-12-20T21:57:24.009Z[ recovery-image] Dec 20 21:57:23.108 INFO O| Dec 20 21:57:23.108 INFO STEP 970 (remove_files) COMPLETE
72622024-12-20T21:57:24.009Z[ recovery-image] Dec 20 21:57:23.108 INFO O| Dec 20 21:57:23.108 INFO STEP 971: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
72632024-12-20T21:57:24.029Z[ recovery-image] Dec 20 21:57:23.127 INFO O| Dec 20 21:57:23.127 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/zfs/availdevs"
72642024-12-20T21:57:24.029Z[ recovery-image] Dec 20 21:57:23.127 INFO O| Dec 20 21:57:23.127 INFO STEP 971 (remove_files) COMPLETE
72652024-12-20T21:57:24.029Z[ recovery-image] Dec 20 21:57:23.127 INFO O| Dec 20 21:57:23.127 INFO STEP 972: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
72662024-12-20T21:57:24.052Z[ recovery-image] Dec 20 21:57:23.151 INFO O| Dec 20 21:57:23.151 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/zones/zoneadmd"
72672024-12-20T21:57:24.055Z[ recovery-image] Dec 20 21:57:23.152 INFO O| Dec 20 21:57:23.152 INFO STEP 972 (remove_files) COMPLETE
72682024-12-20T21:57:24.055Z[ recovery-image] Dec 20 21:57:23.152 INFO O| Dec 20 21:57:23.152 INFO STEP 973: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
72692024-12-20T21:57:24.081Z[ recovery-image] Dec 20 21:57:23.180 INFO O| Dec 20 21:57:23.180 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/libexec/amd64/sftp-server"
72702024-12-20T21:57:24.084Z[ recovery-image] Dec 20 21:57:23.181 INFO O| Dec 20 21:57:23.181 INFO STEP 973 (remove_files) COMPLETE
72712024-12-20T21:57:24.084Z[ recovery-image] Dec 20 21:57:23.181 INFO O| Dec 20 21:57:23.181 INFO STEP 974: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
72722024-12-20T21:57:24.112Z[ recovery-image] Dec 20 21:57:23.211 INFO O| Dec 20 21:57:23.211 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/libexec/amd64/ssh-keysign"
72732024-12-20T21:57:24.115Z[ recovery-image] Dec 20 21:57:23.211 INFO O| Dec 20 21:57:23.211 INFO STEP 974 (remove_files) COMPLETE
72742024-12-20T21:57:24.115Z[ recovery-image] Dec 20 21:57:23.211 INFO O| Dec 20 21:57:23.211 INFO STEP 975: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
72752024-12-20T21:57:24.132Z[ recovery-image] Dec 20 21:57:23.231 INFO O| Dec 20 21:57:23.231 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/libexec/amd64/ssh-pkcs11-helper"
72762024-12-20T21:57:24.132Z[ recovery-image] Dec 20 21:57:23.231 INFO O| Dec 20 21:57:23.231 INFO STEP 975 (remove_files) COMPLETE
72772024-12-20T21:57:24.134Z[ recovery-image] Dec 20 21:57:23.231 INFO O| Dec 20 21:57:23.231 INFO STEP 976: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
72782024-12-20T21:57:24.166Z[ recovery-image] Dec 20 21:57:23.265 INFO O| Dec 20 21:57:23.265 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/libexec/amd64/ssh-sk-helper"
72792024-12-20T21:57:24.166Z[ recovery-image] Dec 20 21:57:23.265 INFO O| Dec 20 21:57:23.265 INFO STEP 976 (remove_files) COMPLETE
72802024-12-20T21:57:24.169Z[ recovery-image] Dec 20 21:57:23.265 INFO O| Dec 20 21:57:23.265 INFO STEP 977: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
72812024-12-20T21:57:24.202Z[ recovery-image] Dec 20 21:57:23.301 INFO O| Dec 20 21:57:23.301 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/platform/oxide/bin/ipcc"
72822024-12-20T21:57:24.225Z[ recovery-image] Dec 20 21:57:23.324 INFO O| Dec 20 21:57:23.324 INFO STEP 977 (remove_files) COMPLETE
72832024-12-20T21:57:24.225Z[ recovery-image] Dec 20 21:57:23.324 INFO O| Dec 20 21:57:23.324 INFO STEP 978: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
72842024-12-20T21:57:24.301Z[ recovery-image] Dec 20 21:57:23.400 INFO O| Dec 20 21:57:23.400 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/platform/oxide/lib/mdb/kvm/amd64/apix.so"
72852024-12-20T21:57:24.301Z[ recovery-image] Dec 20 21:57:23.400 INFO O| Dec 20 21:57:23.400 INFO STEP 978 (remove_files) COMPLETE
72862024-12-20T21:57:24.304Z[ recovery-image] Dec 20 21:57:23.400 INFO O| Dec 20 21:57:23.400 INFO STEP 979: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
72872024-12-20T21:57:24.329Z[ recovery-image] Dec 20 21:57:23.428 INFO O| Dec 20 21:57:23.428 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/platform/oxide/lib/mdb/kvm/amd64/ipcc.so"
72882024-12-20T21:57:24.329Z[ recovery-image] Dec 20 21:57:23.428 INFO O| Dec 20 21:57:23.428 INFO STEP 979 (remove_files) COMPLETE
72892024-12-20T21:57:24.329Z[ recovery-image] Dec 20 21:57:23.428 INFO O| Dec 20 21:57:23.428 INFO STEP 980: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
72902024-12-20T21:57:24.357Z[ recovery-image] Dec 20 21:57:23.456 INFO O| Dec 20 21:57:23.456 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/platform/oxide/lib/mdb/kvm/amd64/unix.so"
72912024-12-20T21:57:24.357Z[ recovery-image] Dec 20 21:57:23.456 INFO O| Dec 20 21:57:23.456 INFO STEP 980 (remove_files) COMPLETE
72922024-12-20T21:57:24.357Z[ recovery-image] Dec 20 21:57:23.456 INFO O| Dec 20 21:57:23.456 INFO STEP 981: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
72932024-12-20T21:57:24.408Z[ recovery-image] Dec 20 21:57:23.506 INFO O| Dec 20 21:57:23.506 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sadm/bin/dispgid"
72942024-12-20T21:57:24.408Z[ recovery-image] Dec 20 21:57:23.506 INFO O| Dec 20 21:57:23.506 INFO STEP 981 (remove_files) COMPLETE
72952024-12-20T21:57:24.412Z[ recovery-image] Dec 20 21:57:23.507 INFO O| Dec 20 21:57:23.506 INFO STEP 982: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
72962024-12-20T21:57:24.460Z[ recovery-image] Dec 20 21:57:23.559 INFO O| Dec 20 21:57:23.559 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sadm/bin/dispuid"
72972024-12-20T21:57:24.460Z[ recovery-image] Dec 20 21:57:23.559 INFO O| Dec 20 21:57:23.559 INFO STEP 982 (remove_files) COMPLETE
72982024-12-20T21:57:24.460Z[ recovery-image] Dec 20 21:57:23.559 INFO O| Dec 20 21:57:23.559 INFO STEP 983: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
72992024-12-20T21:57:24.478Z[ recovery-image] Dec 20 21:57:23.577 INFO O| Dec 20 21:57:23.577 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sadm/bin/errange"
73002024-12-20T21:57:24.478Z[ recovery-image] Dec 20 21:57:23.577 INFO O| Dec 20 21:57:23.577 INFO STEP 983 (remove_files) COMPLETE
73012024-12-20T21:57:24.478Z[ recovery-image] Dec 20 21:57:23.577 INFO O| Dec 20 21:57:23.577 INFO STEP 984: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
73022024-12-20T21:57:24.494Z[ recovery-image] Dec 20 21:57:23.593 INFO O| Dec 20 21:57:23.593 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sadm/bin/errdate"
73032024-12-20T21:57:24.494Z[ recovery-image] Dec 20 21:57:23.593 INFO O| Dec 20 21:57:23.593 INFO STEP 984 (remove_files) COMPLETE
73042024-12-20T21:57:24.494Z[ recovery-image] Dec 20 21:57:23.593 INFO O| Dec 20 21:57:23.593 INFO STEP 985: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
73052024-12-20T21:57:24.531Z[ recovery-image] Dec 20 21:57:23.629 INFO O| Dec 20 21:57:23.629 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sadm/bin/errgid"
73062024-12-20T21:57:24.531Z[ recovery-image] Dec 20 21:57:23.629 INFO O| Dec 20 21:57:23.629 INFO STEP 985 (remove_files) COMPLETE
73072024-12-20T21:57:24.531Z[ recovery-image] Dec 20 21:57:23.629 INFO O| Dec 20 21:57:23.629 INFO STEP 986: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
73082024-12-20T21:57:24.557Z[ recovery-image] Dec 20 21:57:23.656 INFO O| Dec 20 21:57:23.655 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sadm/bin/errint"
73092024-12-20T21:57:24.557Z[ recovery-image] Dec 20 21:57:23.656 INFO O| Dec 20 21:57:23.656 INFO STEP 986 (remove_files) COMPLETE
73102024-12-20T21:57:24.557Z[ recovery-image] Dec 20 21:57:23.656 INFO O| Dec 20 21:57:23.656 INFO STEP 987: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
73112024-12-20T21:57:24.580Z[ recovery-image] Dec 20 21:57:23.679 INFO O| Dec 20 21:57:23.679 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sadm/bin/erritem"
73122024-12-20T21:57:24.583Z[ recovery-image] Dec 20 21:57:23.679 INFO O| Dec 20 21:57:23.679 INFO STEP 987 (remove_files) COMPLETE
73132024-12-20T21:57:24.583Z[ recovery-image] Dec 20 21:57:23.679 INFO O| Dec 20 21:57:23.679 INFO STEP 988: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
73142024-12-20T21:57:24.629Z[ recovery-image] Dec 20 21:57:23.728 INFO O| Dec 20 21:57:23.727 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sadm/bin/errpath"
73152024-12-20T21:57:24.629Z[ recovery-image] Dec 20 21:57:23.728 INFO O| Dec 20 21:57:23.728 INFO STEP 988 (remove_files) COMPLETE
73162024-12-20T21:57:24.630Z[ recovery-image] Dec 20 21:57:23.728 INFO O| Dec 20 21:57:23.728 INFO STEP 989: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
73172024-12-20T21:57:24.659Z[ recovery-image] Dec 20 21:57:23.758 INFO O| Dec 20 21:57:23.757 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sadm/bin/errstr"
73182024-12-20T21:57:24.659Z[ recovery-image] Dec 20 21:57:23.758 INFO O| Dec 20 21:57:23.758 INFO STEP 989 (remove_files) COMPLETE
73192024-12-20T21:57:24.661Z[ recovery-image] Dec 20 21:57:23.758 INFO O| Dec 20 21:57:23.758 INFO STEP 990: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
73202024-12-20T21:57:24.703Z[ recovery-image] Dec 20 21:57:23.802 INFO O| Dec 20 21:57:23.802 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sadm/bin/errtime"
73212024-12-20T21:57:24.705Z[ recovery-image] Dec 20 21:57:23.802 INFO O| Dec 20 21:57:23.802 INFO STEP 990 (remove_files) COMPLETE
73222024-12-20T21:57:24.705Z[ recovery-image] Dec 20 21:57:23.802 INFO O| Dec 20 21:57:23.802 INFO STEP 991: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
73232024-12-20T21:57:24.758Z[ recovery-image] Dec 20 21:57:23.857 INFO O| Dec 20 21:57:23.857 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sadm/bin/erruid"
73242024-12-20T21:57:24.758Z[ recovery-image] Dec 20 21:57:23.857 INFO O| Dec 20 21:57:23.857 INFO STEP 991 (remove_files) COMPLETE
73252024-12-20T21:57:24.761Z[ recovery-image] Dec 20 21:57:23.857 INFO O| Dec 20 21:57:23.857 INFO STEP 992: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
73262024-12-20T21:57:24.777Z[ recovery-image] Dec 20 21:57:23.876 INFO O| Dec 20 21:57:23.876 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sadm/bin/erryorn"
73272024-12-20T21:57:24.777Z[ recovery-image] Dec 20 21:57:23.876 INFO O| Dec 20 21:57:23.876 INFO STEP 992 (remove_files) COMPLETE
73282024-12-20T21:57:24.777Z[ recovery-image] Dec 20 21:57:23.876 INFO O| Dec 20 21:57:23.876 INFO STEP 993: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
73292024-12-20T21:57:24.810Z[ recovery-image] Dec 20 21:57:23.909 INFO O| Dec 20 21:57:23.908 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sadm/bin/helpdate"
73302024-12-20T21:57:24.810Z[ recovery-image] Dec 20 21:57:23.909 INFO O| Dec 20 21:57:23.909 INFO STEP 993 (remove_files) COMPLETE
73312024-12-20T21:57:24.810Z[ recovery-image] Dec 20 21:57:23.909 INFO O| Dec 20 21:57:23.909 INFO STEP 994: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
73322024-12-20T21:57:24.860Z[ recovery-image] Dec 20 21:57:23.958 INFO O| Dec 20 21:57:23.958 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sadm/bin/helpgid"
73332024-12-20T21:57:24.870Z[ recovery-image] Dec 20 21:57:23.958 INFO O| Dec 20 21:57:23.958 INFO STEP 994 (remove_files) COMPLETE
73342024-12-20T21:57:24.870Z[ recovery-image] Dec 20 21:57:23.958 INFO O| Dec 20 21:57:23.958 INFO STEP 995: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
73352024-12-20T21:57:24.879Z[ recovery-image] Dec 20 21:57:23.977 INFO O| Dec 20 21:57:23.977 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sadm/bin/helpint"
73362024-12-20T21:57:24.883Z[ recovery-image] Dec 20 21:57:23.977 INFO O| Dec 20 21:57:23.977 INFO STEP 995 (remove_files) COMPLETE
73372024-12-20T21:57:24.883Z[ recovery-image] Dec 20 21:57:23.977 INFO O| Dec 20 21:57:23.977 INFO STEP 996: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
73382024-12-20T21:57:24.922Z[ recovery-image] Dec 20 21:57:24.020 INFO O| Dec 20 21:57:24.020 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sadm/bin/helpitem"
73392024-12-20T21:57:24.924Z[ recovery-image] Dec 20 21:57:24.021 INFO O| Dec 20 21:57:24.021 INFO STEP 996 (remove_files) COMPLETE
73402024-12-20T21:57:24.924Z[ recovery-image] Dec 20 21:57:24.021 INFO O| Dec 20 21:57:24.021 INFO STEP 997: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
73412024-12-20T21:57:24.953Z[ recovery-image] Dec 20 21:57:24.052 INFO O| Dec 20 21:57:24.052 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sadm/bin/helppath"
73422024-12-20T21:57:24.953Z[ recovery-image] Dec 20 21:57:24.052 INFO O| Dec 20 21:57:24.052 INFO STEP 997 (remove_files) COMPLETE
73432024-12-20T21:57:24.956Z[ recovery-image] Dec 20 21:57:24.052 INFO O| Dec 20 21:57:24.052 INFO STEP 998: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
73442024-12-20T21:57:24.984Z[ recovery-image] Dec 20 21:57:24.083 INFO O| Dec 20 21:57:24.083 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sadm/bin/helprange"
73452024-12-20T21:57:24.984Z[ recovery-image] Dec 20 21:57:24.083 INFO O| Dec 20 21:57:24.083 INFO STEP 998 (remove_files) COMPLETE
73462024-12-20T21:57:24.984Z[ recovery-image] Dec 20 21:57:24.083 INFO O| Dec 20 21:57:24.083 INFO STEP 999: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
73472024-12-20T21:57:25.001Z[ recovery-image] Dec 20 21:57:24.098 INFO O| Dec 20 21:57:24.098 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sadm/bin/helpstr"
73482024-12-20T21:57:25.001Z[ recovery-image] Dec 20 21:57:24.098 INFO O| Dec 20 21:57:24.098 INFO STEP 999 (remove_files) COMPLETE
73492024-12-20T21:57:25.001Z[ recovery-image] Dec 20 21:57:24.098 INFO O| Dec 20 21:57:24.098 INFO STEP 1000: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
73502024-12-20T21:57:25.014Z[ recovery-image] Dec 20 21:57:24.113 INFO O| Dec 20 21:57:24.113 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sadm/bin/helptime"
73512024-12-20T21:57:25.014Z[ recovery-image] Dec 20 21:57:24.113 INFO O| Dec 20 21:57:24.113 INFO STEP 1000 (remove_files) COMPLETE
73522024-12-20T21:57:25.014Z[ recovery-image] Dec 20 21:57:24.113 INFO O| Dec 20 21:57:24.113 INFO STEP 1001: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
73532024-12-20T21:57:25.029Z[ recovery-image] Dec 20 21:57:24.129 INFO O| Dec 20 21:57:24.128 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sadm/bin/helpuid"
73542024-12-20T21:57:25.030Z[ recovery-image] Dec 20 21:57:24.129 INFO O| Dec 20 21:57:24.129 INFO STEP 1001 (remove_files) COMPLETE
73552024-12-20T21:57:25.030Z[ recovery-image] Dec 20 21:57:24.129 INFO O| Dec 20 21:57:24.129 INFO STEP 1002: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
73562024-12-20T21:57:25.045Z[ recovery-image] Dec 20 21:57:24.144 INFO O| Dec 20 21:57:24.144 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sadm/bin/helpyorn"
73572024-12-20T21:57:25.045Z[ recovery-image] Dec 20 21:57:24.144 INFO O| Dec 20 21:57:24.144 INFO STEP 1002 (remove_files) COMPLETE
73582024-12-20T21:57:25.045Z[ recovery-image] Dec 20 21:57:24.144 INFO O| Dec 20 21:57:24.144 INFO STEP 1003: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
73592024-12-20T21:57:25.062Z[ recovery-image] Dec 20 21:57:24.161 INFO O| Dec 20 21:57:24.160 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sadm/bin/puttext"
73602024-12-20T21:57:25.062Z[ recovery-image] Dec 20 21:57:24.161 INFO O| Dec 20 21:57:24.161 INFO STEP 1003 (remove_files) COMPLETE
73612024-12-20T21:57:25.062Z[ recovery-image] Dec 20 21:57:24.161 INFO O| Dec 20 21:57:24.161 INFO STEP 1004: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
73622024-12-20T21:57:25.095Z[ recovery-image] Dec 20 21:57:24.193 INFO O| Dec 20 21:57:24.193 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sadm/bin/valdate"
73632024-12-20T21:57:25.095Z[ recovery-image] Dec 20 21:57:24.193 INFO O| Dec 20 21:57:24.193 INFO STEP 1004 (remove_files) COMPLETE
73642024-12-20T21:57:25.102Z[ recovery-image] Dec 20 21:57:24.193 INFO O| Dec 20 21:57:24.193 INFO STEP 1005: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
73652024-12-20T21:57:25.115Z[ recovery-image] Dec 20 21:57:24.212 INFO O| Dec 20 21:57:24.212 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sadm/bin/valgid"
73662024-12-20T21:57:25.115Z[ recovery-image] Dec 20 21:57:24.212 INFO O| Dec 20 21:57:24.212 INFO STEP 1005 (remove_files) COMPLETE
73672024-12-20T21:57:25.120Z[ recovery-image] Dec 20 21:57:24.212 INFO O| Dec 20 21:57:24.212 INFO STEP 1006: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
73682024-12-20T21:57:25.134Z[ recovery-image] Dec 20 21:57:24.233 INFO O| Dec 20 21:57:24.233 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sadm/bin/valint"
73692024-12-20T21:57:25.137Z[ recovery-image] Dec 20 21:57:24.233 INFO O| Dec 20 21:57:24.233 INFO STEP 1006 (remove_files) COMPLETE
73702024-12-20T21:57:25.137Z[ recovery-image] Dec 20 21:57:24.233 INFO O| Dec 20 21:57:24.233 INFO STEP 1007: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
73712024-12-20T21:57:25.153Z[ recovery-image] Dec 20 21:57:24.251 INFO O| Dec 20 21:57:24.251 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sadm/bin/valpath"
73722024-12-20T21:57:25.156Z[ recovery-image] Dec 20 21:57:24.252 INFO O| Dec 20 21:57:24.251 INFO STEP 1007 (remove_files) COMPLETE
73732024-12-20T21:57:25.156Z[ recovery-image] Dec 20 21:57:24.252 INFO O| Dec 20 21:57:24.252 INFO STEP 1008: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
73742024-12-20T21:57:25.170Z[ recovery-image] Dec 20 21:57:24.269 INFO O| Dec 20 21:57:24.269 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sadm/bin/valrange"
73752024-12-20T21:57:25.174Z[ recovery-image] Dec 20 21:57:24.269 INFO O| Dec 20 21:57:24.269 INFO STEP 1008 (remove_files) COMPLETE
73762024-12-20T21:57:25.174Z[ recovery-image] Dec 20 21:57:24.270 INFO O| Dec 20 21:57:24.269 INFO STEP 1009: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
73772024-12-20T21:57:25.196Z[ recovery-image] Dec 20 21:57:24.294 INFO O| Dec 20 21:57:24.294 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sadm/bin/valstr"
73782024-12-20T21:57:25.196Z[ recovery-image] Dec 20 21:57:24.294 INFO O| Dec 20 21:57:24.294 INFO STEP 1009 (remove_files) COMPLETE
73792024-12-20T21:57:25.196Z[ recovery-image] Dec 20 21:57:24.294 INFO O| Dec 20 21:57:24.294 INFO STEP 1010: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
73802024-12-20T21:57:25.247Z[ recovery-image] Dec 20 21:57:24.346 INFO O| Dec 20 21:57:24.345 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sadm/bin/valtime"
73812024-12-20T21:57:25.247Z[ recovery-image] Dec 20 21:57:24.346 INFO O| Dec 20 21:57:24.346 INFO STEP 1010 (remove_files) COMPLETE
73822024-12-20T21:57:25.247Z[ recovery-image] Dec 20 21:57:24.346 INFO O| Dec 20 21:57:24.346 INFO STEP 1011: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
73832024-12-20T21:57:25.269Z[ recovery-image] Dec 20 21:57:24.363 INFO O| Dec 20 21:57:24.363 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sadm/bin/valuid"
73842024-12-20T21:57:25.269Z[ recovery-image] Dec 20 21:57:24.363 INFO O| Dec 20 21:57:24.363 INFO STEP 1011 (remove_files) COMPLETE
73852024-12-20T21:57:25.269Z[ recovery-image] Dec 20 21:57:24.363 INFO O| Dec 20 21:57:24.363 INFO STEP 1012: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
73862024-12-20T21:57:25.289Z[ recovery-image] Dec 20 21:57:24.388 INFO O| Dec 20 21:57:24.388 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sadm/bin/valyorn"
73872024-12-20T21:57:25.289Z[ recovery-image] Dec 20 21:57:24.388 INFO O| Dec 20 21:57:24.388 INFO STEP 1012 (remove_files) COMPLETE
73882024-12-20T21:57:25.293Z[ recovery-image] Dec 20 21:57:24.388 INFO O| Dec 20 21:57:24.388 INFO STEP 1013: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
73892024-12-20T21:57:25.308Z[ recovery-image] Dec 20 21:57:24.407 INFO O| Dec 20 21:57:24.407 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sadm/install/bin/pkginstall"
73902024-12-20T21:57:25.311Z[ recovery-image] Dec 20 21:57:24.408 INFO O| Dec 20 21:57:24.407 INFO STEP 1013 (remove_files) COMPLETE
73912024-12-20T21:57:25.311Z[ recovery-image] Dec 20 21:57:24.408 INFO O| Dec 20 21:57:24.408 INFO STEP 1014: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
73922024-12-20T21:57:25.327Z[ recovery-image] Dec 20 21:57:24.426 INFO O| Dec 20 21:57:24.426 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sadm/install/bin/pkgname"
73932024-12-20T21:57:25.327Z[ recovery-image] Dec 20 21:57:24.426 INFO O| Dec 20 21:57:24.426 INFO STEP 1014 (remove_files) COMPLETE
73942024-12-20T21:57:25.327Z[ recovery-image] Dec 20 21:57:24.426 INFO O| Dec 20 21:57:24.426 INFO STEP 1015: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
73952024-12-20T21:57:25.345Z[ recovery-image] Dec 20 21:57:24.444 INFO O| Dec 20 21:57:24.444 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sadm/install/bin/pkgremove"
73962024-12-20T21:57:25.345Z[ recovery-image] Dec 20 21:57:24.444 INFO O| Dec 20 21:57:24.444 INFO STEP 1015 (remove_files) COMPLETE
73972024-12-20T21:57:25.347Z[ recovery-image] Dec 20 21:57:24.444 INFO O| Dec 20 21:57:24.444 INFO STEP 1016: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
73982024-12-20T21:57:25.364Z[ recovery-image] Dec 20 21:57:24.463 INFO O| Dec 20 21:57:24.463 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sadm/install/bin/pkgserv"
73992024-12-20T21:57:25.364Z[ recovery-image] Dec 20 21:57:24.463 INFO O| Dec 20 21:57:24.463 INFO STEP 1016 (remove_files) COMPLETE
74002024-12-20T21:57:25.367Z[ recovery-image] Dec 20 21:57:24.463 INFO O| Dec 20 21:57:24.463 INFO STEP 1017: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
74012024-12-20T21:57:25.400Z[ recovery-image] Dec 20 21:57:24.499 INFO O| Dec 20 21:57:24.499 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sadm/install/miniroot.db"
74022024-12-20T21:57:25.403Z[ recovery-image] Dec 20 21:57:24.499 INFO O| Dec 20 21:57:24.499 INFO STEP 1017 (remove_files) COMPLETE
74032024-12-20T21:57:25.403Z[ recovery-image] Dec 20 21:57:24.499 INFO O| Dec 20 21:57:24.499 INFO STEP 1018: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
74042024-12-20T21:57:25.418Z[ recovery-image] Dec 20 21:57:24.517 INFO O| Dec 20 21:57:24.517 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sadm/install/scripts/i.preserve"
74052024-12-20T21:57:25.418Z[ recovery-image] Dec 20 21:57:24.517 INFO O| Dec 20 21:57:24.517 INFO STEP 1018 (remove_files) COMPLETE
74062024-12-20T21:57:25.418Z[ recovery-image] Dec 20 21:57:24.517 INFO O| Dec 20 21:57:24.517 INFO STEP 1019: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
74072024-12-20T21:57:25.435Z[ recovery-image] Dec 20 21:57:24.534 INFO O| Dec 20 21:57:24.534 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sadm/ugdates"
74082024-12-20T21:57:25.456Z[ recovery-image] Dec 20 21:57:24.555 INFO O| Dec 20 21:57:24.555 INFO STEP 1019 (remove_files) COMPLETE
74092024-12-20T21:57:25.456Z[ recovery-image] Dec 20 21:57:24.555 INFO O| Dec 20 21:57:24.555 INFO STEP 1020: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
74102024-12-20T21:57:25.536Z[ recovery-image] Dec 20 21:57:24.635 INFO O| Dec 20 21:57:24.635 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/6to4relay"
74112024-12-20T21:57:25.539Z[ recovery-image] Dec 20 21:57:24.635 INFO O| Dec 20 21:57:24.635 INFO STEP 1020 (remove_files) COMPLETE
74122024-12-20T21:57:25.539Z[ recovery-image] Dec 20 21:57:24.635 INFO O| Dec 20 21:57:24.635 INFO STEP 1021: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
74132024-12-20T21:57:25.557Z[ recovery-image] Dec 20 21:57:24.656 INFO O| Dec 20 21:57:24.656 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/acctadm"
74142024-12-20T21:57:25.557Z[ recovery-image] Dec 20 21:57:24.656 INFO O| Dec 20 21:57:24.656 INFO STEP 1021 (remove_files) COMPLETE
74152024-12-20T21:57:25.557Z[ recovery-image] Dec 20 21:57:24.656 INFO O| Dec 20 21:57:24.656 INFO STEP 1022: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
74162024-12-20T21:57:25.595Z[ recovery-image] Dec 20 21:57:24.692 INFO O| Dec 20 21:57:24.692 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/acpidump"
74172024-12-20T21:57:25.595Z[ recovery-image] Dec 20 21:57:24.692 INFO O| Dec 20 21:57:24.692 INFO STEP 1022 (remove_files) COMPLETE
74182024-12-20T21:57:25.595Z[ recovery-image] Dec 20 21:57:24.692 INFO O| Dec 20 21:57:24.692 INFO STEP 1023: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
74192024-12-20T21:57:25.636Z[ recovery-image] Dec 20 21:57:24.734 INFO O| Dec 20 21:57:24.734 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/acpixtract"
74202024-12-20T21:57:25.636Z[ recovery-image] Dec 20 21:57:24.734 INFO O| Dec 20 21:57:24.734 INFO STEP 1023 (remove_files) COMPLETE
74212024-12-20T21:57:25.636Z[ recovery-image] Dec 20 21:57:24.734 INFO O| Dec 20 21:57:24.734 INFO STEP 1024: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
74222024-12-20T21:57:25.675Z[ recovery-image] Dec 20 21:57:24.772 INFO O| Dec 20 21:57:24.772 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/add_drv"
74232024-12-20T21:57:25.675Z[ recovery-image] Dec 20 21:57:24.773 INFO O| Dec 20 21:57:24.773 INFO STEP 1024 (remove_files) COMPLETE
74242024-12-20T21:57:25.678Z[ recovery-image] Dec 20 21:57:24.773 INFO O| Dec 20 21:57:24.773 INFO STEP 1025: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
74252024-12-20T21:57:25.697Z[ recovery-image] Dec 20 21:57:24.794 INFO O| Dec 20 21:57:24.794 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/allocate"
74262024-12-20T21:57:25.697Z[ recovery-image] Dec 20 21:57:24.794 INFO O| Dec 20 21:57:24.794 INFO STEP 1025 (remove_files) COMPLETE
74272024-12-20T21:57:25.697Z[ recovery-image] Dec 20 21:57:24.794 INFO O| Dec 20 21:57:24.794 INFO STEP 1026: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
74282024-12-20T21:57:25.737Z[ recovery-image] Dec 20 21:57:24.835 INFO O| Dec 20 21:57:24.835 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/amd64/intrstat"
74292024-12-20T21:57:25.737Z[ recovery-image] Dec 20 21:57:24.835 INFO O| Dec 20 21:57:24.835 INFO STEP 1026 (remove_files) COMPLETE
74302024-12-20T21:57:25.738Z[ recovery-image] Dec 20 21:57:24.835 INFO O| Dec 20 21:57:24.835 INFO STEP 1027: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
74312024-12-20T21:57:25.756Z[ recovery-image] Dec 20 21:57:24.854 INFO O| Dec 20 21:57:24.854 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/amd64/lockstat"
74322024-12-20T21:57:25.756Z[ recovery-image] Dec 20 21:57:24.854 INFO O| Dec 20 21:57:24.854 INFO STEP 1027 (remove_files) COMPLETE
74332024-12-20T21:57:25.756Z[ recovery-image] Dec 20 21:57:24.854 INFO O| Dec 20 21:57:24.854 INFO STEP 1028: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
74342024-12-20T21:57:25.775Z[ recovery-image] Dec 20 21:57:24.874 INFO O| Dec 20 21:57:24.873 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/amd64/plockstat"
74352024-12-20T21:57:25.775Z[ recovery-image] Dec 20 21:57:24.874 INFO O| Dec 20 21:57:24.874 INFO STEP 1028 (remove_files) COMPLETE
74362024-12-20T21:57:25.775Z[ recovery-image] Dec 20 21:57:24.874 INFO O| Dec 20 21:57:24.874 INFO STEP 1029: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
74372024-12-20T21:57:25.794Z[ recovery-image] Dec 20 21:57:24.893 INFO O| Dec 20 21:57:24.893 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/arp"
74382024-12-20T21:57:25.794Z[ recovery-image] Dec 20 21:57:24.893 INFO O| Dec 20 21:57:24.893 INFO STEP 1029 (remove_files) COMPLETE
74392024-12-20T21:57:25.797Z[ recovery-image] Dec 20 21:57:24.893 INFO O| Dec 20 21:57:24.893 INFO STEP 1030: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
74402024-12-20T21:57:25.851Z[ recovery-image] Dec 20 21:57:24.950 INFO O| Dec 20 21:57:24.949 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/audit"
74412024-12-20T21:57:25.851Z[ recovery-image] Dec 20 21:57:24.950 INFO O| Dec 20 21:57:24.950 INFO STEP 1030 (remove_files) COMPLETE
74422024-12-20T21:57:25.854Z[ recovery-image] Dec 20 21:57:24.950 INFO O| Dec 20 21:57:24.950 INFO STEP 1031: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
74432024-12-20T21:57:25.895Z[ recovery-image] Dec 20 21:57:24.994 INFO O| Dec 20 21:57:24.994 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/auditconfig"
74442024-12-20T21:57:25.895Z[ recovery-image] Dec 20 21:57:24.994 INFO O| Dec 20 21:57:24.994 INFO STEP 1031 (remove_files) COMPLETE
74452024-12-20T21:57:25.895Z[ recovery-image] Dec 20 21:57:24.994 INFO O| Dec 20 21:57:24.994 INFO STEP 1032: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
74462024-12-20T21:57:26.029Z[ recovery-image] Dec 20 21:57:25.127 INFO O| Dec 20 21:57:25.127 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/auditd"
74472024-12-20T21:57:26.029Z[ recovery-image] Dec 20 21:57:25.127 INFO O| Dec 20 21:57:25.127 INFO STEP 1032 (remove_files) COMPLETE
74482024-12-20T21:57:26.029Z[ recovery-image] Dec 20 21:57:25.127 INFO O| Dec 20 21:57:25.127 INFO STEP 1033: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
74492024-12-20T21:57:26.087Z[ recovery-image] Dec 20 21:57:25.185 INFO O| Dec 20 21:57:25.185 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/auditrecord"
74502024-12-20T21:57:26.087Z[ recovery-image] Dec 20 21:57:25.185 INFO O| Dec 20 21:57:25.185 INFO STEP 1033 (remove_files) COMPLETE
74512024-12-20T21:57:26.087Z[ recovery-image] Dec 20 21:57:25.185 INFO O| Dec 20 21:57:25.185 INFO STEP 1034: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
74522024-12-20T21:57:26.123Z[ recovery-image] Dec 20 21:57:25.219 INFO O| Dec 20 21:57:25.219 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/auditreduce"
74532024-12-20T21:57:26.123Z[ recovery-image] Dec 20 21:57:25.219 INFO O| Dec 20 21:57:25.219 INFO STEP 1034 (remove_files) COMPLETE
74542024-12-20T21:57:26.123Z[ recovery-image] Dec 20 21:57:25.219 INFO O| Dec 20 21:57:25.219 INFO STEP 1035: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
74552024-12-20T21:57:26.139Z[ recovery-image] Dec 20 21:57:25.237 INFO O| Dec 20 21:57:25.237 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/auditstat"
74562024-12-20T21:57:26.139Z[ recovery-image] Dec 20 21:57:25.237 INFO O| Dec 20 21:57:25.237 INFO STEP 1035 (remove_files) COMPLETE
74572024-12-20T21:57:26.139Z[ recovery-image] Dec 20 21:57:25.238 INFO O| Dec 20 21:57:25.237 INFO STEP 1036: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
74582024-12-20T21:57:26.158Z[ host-image] Dec 20 21:57:25.256 INFO O| Dec 20 21:57:25.256 INFO O| Done
74592024-12-20T21:57:26.174Z[ recovery-image] Dec 20 21:57:25.271 INFO O| Dec 20 21:57:25.271 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/audlinks"
74602024-12-20T21:57:26.174Z[ recovery-image] Dec 20 21:57:25.271 INFO O| Dec 20 21:57:25.271 INFO STEP 1036 (remove_files) COMPLETE
74612024-12-20T21:57:26.174Z[ recovery-image] Dec 20 21:57:25.271 INFO O| Dec 20 21:57:25.271 INFO STEP 1037: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
74622024-12-20T21:57:26.192Z[ recovery-image] Dec 20 21:57:25.290 INFO O| Dec 20 21:57:25.290 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/bhyve"
74632024-12-20T21:57:26.192Z[ recovery-image] Dec 20 21:57:25.290 INFO O| Dec 20 21:57:25.290 INFO STEP 1037 (remove_files) COMPLETE
74642024-12-20T21:57:26.192Z[ recovery-image] Dec 20 21:57:25.290 INFO O| Dec 20 21:57:25.290 INFO STEP 1038: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
74652024-12-20T21:57:26.210Z[ recovery-image] Dec 20 21:57:25.309 INFO O| Dec 20 21:57:25.308 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/bhyvectl"
74662024-12-20T21:57:26.210Z[ recovery-image] Dec 20 21:57:25.309 INFO O| Dec 20 21:57:25.309 INFO STEP 1038 (remove_files) COMPLETE
74672024-12-20T21:57:26.210Z[ recovery-image] Dec 20 21:57:25.309 INFO O| Dec 20 21:57:25.309 INFO STEP 1039: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
74682024-12-20T21:57:26.347Z[ recovery-image] Dec 20 21:57:25.352 INFO O| Dec 20 21:57:25.352 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/cfgadm"
74692024-12-20T21:57:26.347Z[ recovery-image] Dec 20 21:57:25.352 INFO O| Dec 20 21:57:25.352 INFO STEP 1039 (remove_files) COMPLETE
74702024-12-20T21:57:26.347Z[ recovery-image] Dec 20 21:57:25.352 INFO O| Dec 20 21:57:25.352 INFO STEP 1040: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
74712024-12-20T21:57:26.362Z[ recovery-image] Dec 20 21:57:25.461 INFO O| Dec 20 21:57:25.460 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/chronyd"
74722024-12-20T21:57:26.362Z[ recovery-image] Dec 20 21:57:25.461 INFO O| Dec 20 21:57:25.461 INFO STEP 1040 (remove_files) COMPLETE
74732024-12-20T21:57:26.362Z[ recovery-image] Dec 20 21:57:25.461 INFO O| Dec 20 21:57:25.461 INFO STEP 1041: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
74742024-12-20T21:57:26.465Z[ recovery-image] Dec 20 21:57:25.564 INFO O| Dec 20 21:57:25.564 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/chroot"
74752024-12-20T21:57:26.465Z[ recovery-image] Dec 20 21:57:25.564 INFO O| Dec 20 21:57:25.564 INFO STEP 1041 (remove_files) COMPLETE
74762024-12-20T21:57:26.465Z[ recovery-image] Dec 20 21:57:25.564 INFO O| Dec 20 21:57:25.564 INFO STEP 1042: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
74772024-12-20T21:57:26.552Z[ recovery-image] Dec 20 21:57:25.650 INFO O| Dec 20 21:57:25.650 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/clear_locks"
74782024-12-20T21:57:26.552Z[ recovery-image] Dec 20 21:57:25.651 INFO O| Dec 20 21:57:25.651 INFO STEP 1042 (remove_files) COMPLETE
74792024-12-20T21:57:26.555Z[ recovery-image] Dec 20 21:57:25.651 INFO O| Dec 20 21:57:25.651 INFO STEP 1043: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
74802024-12-20T21:57:26.579Z[ recovery-image] Dec 20 21:57:25.677 INFO O| Dec 20 21:57:25.677 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/clinfo"
74812024-12-20T21:57:26.579Z[ recovery-image] Dec 20 21:57:25.677 INFO O| Dec 20 21:57:25.677 INFO STEP 1043 (remove_files) COMPLETE
74822024-12-20T21:57:26.579Z[ recovery-image] Dec 20 21:57:25.677 INFO O| Dec 20 21:57:25.677 INFO STEP 1044: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
74832024-12-20T21:57:26.602Z[ recovery-image] Dec 20 21:57:25.701 INFO O| Dec 20 21:57:25.700 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/clri"
74842024-12-20T21:57:26.605Z[ recovery-image] Dec 20 21:57:25.701 INFO O| Dec 20 21:57:25.701 INFO STEP 1044 (remove_files) COMPLETE
74852024-12-20T21:57:26.605Z[ recovery-image] Dec 20 21:57:25.701 INFO O| Dec 20 21:57:25.701 INFO STEP 1045: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
74862024-12-20T21:57:26.678Z[ recovery-image] Dec 20 21:57:25.748 INFO O| Dec 20 21:57:25.748 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/consadm"
74872024-12-20T21:57:26.678Z[ recovery-image] Dec 20 21:57:25.749 INFO O| Dec 20 21:57:25.749 INFO STEP 1045 (remove_files) COMPLETE
74882024-12-20T21:57:26.678Z[ recovery-image] Dec 20 21:57:25.749 INFO O| Dec 20 21:57:25.749 INFO STEP 1046: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
74892024-12-20T21:57:26.678Z[ recovery-image] Dec 20 21:57:25.767 INFO O| Dec 20 21:57:25.767 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/consadmd"
74902024-12-20T21:57:26.678Z[ recovery-image] Dec 20 21:57:25.767 INFO O| Dec 20 21:57:25.767 INFO STEP 1046 (remove_files) COMPLETE
74912024-12-20T21:57:26.681Z[ recovery-image] Dec 20 21:57:25.767 INFO O| Dec 20 21:57:25.767 INFO STEP 1047: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
74922024-12-20T21:57:26.689Z[ recovery-image] Dec 20 21:57:25.788 INFO O| Dec 20 21:57:25.787 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/cpustat"
74932024-12-20T21:57:26.692Z[ recovery-image] Dec 20 21:57:25.788 INFO O| Dec 20 21:57:25.788 INFO STEP 1047 (remove_files) COMPLETE
74942024-12-20T21:57:26.692Z[ recovery-image] Dec 20 21:57:25.788 INFO O| Dec 20 21:57:25.788 INFO STEP 1048: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
74952024-12-20T21:57:26.741Z[ recovery-image] Dec 20 21:57:25.840 INFO O| Dec 20 21:57:25.840 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/deallocate"
74962024-12-20T21:57:26.744Z[ recovery-image] Dec 20 21:57:25.840 INFO O| Dec 20 21:57:25.840 INFO STEP 1048 (remove_files) COMPLETE
74972024-12-20T21:57:26.744Z[ recovery-image] Dec 20 21:57:25.840 INFO O| Dec 20 21:57:25.840 INFO STEP 1049: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
74982024-12-20T21:57:26.762Z[ recovery-image] Dec 20 21:57:25.861 INFO O| Dec 20 21:57:25.861 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/devinfo"
74992024-12-20T21:57:26.762Z[ recovery-image] Dec 20 21:57:25.861 INFO O| Dec 20 21:57:25.861 INFO STEP 1049 (remove_files) COMPLETE
75002024-12-20T21:57:26.765Z[ recovery-image] Dec 20 21:57:25.861 INFO O| Dec 20 21:57:25.861 INFO STEP 1050: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
75012024-12-20T21:57:26.808Z[ recovery-image] Dec 20 21:57:25.890 INFO O| Dec 20 21:57:25.881 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/devlinks"
75022024-12-20T21:57:26.808Z[ recovery-image] Dec 20 21:57:25.890 INFO O| Dec 20 21:57:25.881 INFO STEP 1050 (remove_files) COMPLETE
75032024-12-20T21:57:26.808Z[ recovery-image] Dec 20 21:57:25.890 INFO O| Dec 20 21:57:25.881 INFO STEP 1051: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
75042024-12-20T21:57:26.808Z[ recovery-image] Dec 20 21:57:25.901 INFO O| Dec 20 21:57:25.901 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/df"
75052024-12-20T21:57:26.808Z[ recovery-image] Dec 20 21:57:25.901 INFO O| Dec 20 21:57:25.901 INFO STEP 1051 (remove_files) COMPLETE
75062024-12-20T21:57:26.808Z[ recovery-image] Dec 20 21:57:25.901 INFO O| Dec 20 21:57:25.901 INFO STEP 1052: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
75072024-12-20T21:57:26.820Z[ recovery-image] Dec 20 21:57:25.918 INFO O| Dec 20 21:57:25.918 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/dfmounts"
75082024-12-20T21:57:26.822Z[ recovery-image] Dec 20 21:57:25.919 INFO O| Dec 20 21:57:25.918 INFO STEP 1052 (remove_files) COMPLETE
75092024-12-20T21:57:26.822Z[ recovery-image] Dec 20 21:57:25.919 INFO O| Dec 20 21:57:25.919 INFO STEP 1053: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
75102024-12-20T21:57:26.837Z[ recovery-image] Dec 20 21:57:25.936 INFO O| Dec 20 21:57:25.936 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/dfshares"
75112024-12-20T21:57:26.837Z[ recovery-image] Dec 20 21:57:25.936 INFO O| Dec 20 21:57:25.936 INFO STEP 1053 (remove_files) COMPLETE
75122024-12-20T21:57:26.840Z[ recovery-image] Dec 20 21:57:25.936 INFO O| Dec 20 21:57:25.936 INFO STEP 1054: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
75132024-12-20T21:57:26.878Z[ recovery-image] Dec 20 21:57:25.977 INFO O| Dec 20 21:57:25.977 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/disks"
75142024-12-20T21:57:26.878Z[ recovery-image] Dec 20 21:57:25.977 INFO O| Dec 20 21:57:25.977 INFO STEP 1054 (remove_files) COMPLETE
75152024-12-20T21:57:26.878Z[ recovery-image] Dec 20 21:57:25.977 INFO O| Dec 20 21:57:25.977 INFO STEP 1055: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
75162024-12-20T21:57:26.899Z[ recovery-image] Dec 20 21:57:25.998 INFO O| Dec 20 21:57:25.998 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/dispadmin"
75172024-12-20T21:57:26.899Z[ recovery-image] Dec 20 21:57:25.998 INFO O| Dec 20 21:57:25.998 INFO STEP 1055 (remove_files) COMPLETE
75182024-12-20T21:57:26.899Z[ recovery-image] Dec 20 21:57:25.998 INFO O| Dec 20 21:57:25.998 INFO STEP 1056: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
75192024-12-20T21:57:26.919Z[ recovery-image] Dec 20 21:57:26.017 INFO O| Dec 20 21:57:26.017 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/dminfo"
75202024-12-20T21:57:26.919Z[ recovery-image] Dec 20 21:57:26.018 INFO O| Dec 20 21:57:26.017 INFO STEP 1056 (remove_files) COMPLETE
75212024-12-20T21:57:26.921Z[ recovery-image] Dec 20 21:57:26.018 INFO O| Dec 20 21:57:26.018 INFO STEP 1057: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
75222024-12-20T21:57:26.997Z[ recovery-image] Dec 20 21:57:26.095 INFO O| Dec 20 21:57:26.095 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/drvconfig"
75232024-12-20T21:57:26.997Z[ recovery-image] Dec 20 21:57:26.095 INFO O| Dec 20 21:57:26.095 INFO STEP 1057 (remove_files) COMPLETE
75242024-12-20T21:57:26.997Z[ recovery-image] Dec 20 21:57:26.095 INFO O| Dec 20 21:57:26.095 INFO STEP 1058: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
75252024-12-20T21:57:27.014Z[ recovery-image] Dec 20 21:57:26.113 INFO O| Dec 20 21:57:26.113 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/dtrace"
75262024-12-20T21:57:27.017Z[ recovery-image] Dec 20 21:57:26.113 INFO O| Dec 20 21:57:26.113 INFO STEP 1058 (remove_files) COMPLETE
75272024-12-20T21:57:27.017Z[ recovery-image] Dec 20 21:57:26.113 INFO O| Dec 20 21:57:26.113 INFO STEP 1059: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
75282024-12-20T21:57:27.027Z[ host-image] Dec 20 21:57:26.126 INFO O| Dec 20 21:57:26.126 INFO O| Done
75292024-12-20T21:57:27.057Z[ recovery-image] Dec 20 21:57:26.155 INFO O| Dec 20 21:57:26.155 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/eeprom"
75302024-12-20T21:57:27.057Z[ recovery-image] Dec 20 21:57:26.155 INFO O| Dec 20 21:57:26.155 INFO STEP 1059 (remove_files) COMPLETE
75312024-12-20T21:57:27.057Z[ recovery-image] Dec 20 21:57:26.155 INFO O| Dec 20 21:57:26.155 INFO STEP 1060: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
75322024-12-20T21:57:27.116Z[ recovery-image] Dec 20 21:57:26.215 INFO O| Dec 20 21:57:26.215 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/ff"
75332024-12-20T21:57:27.119Z[ recovery-image] Dec 20 21:57:26.215 INFO O| Dec 20 21:57:26.215 INFO STEP 1060 (remove_files) COMPLETE
75342024-12-20T21:57:27.119Z[ recovery-image] Dec 20 21:57:26.215 INFO O| Dec 20 21:57:26.215 INFO STEP 1061: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
75352024-12-20T21:57:27.188Z[ recovery-image] Dec 20 21:57:26.285 INFO O| Dec 20 21:57:26.284 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/fmadm"
75362024-12-20T21:57:27.188Z[ recovery-image] Dec 20 21:57:26.285 INFO O| Dec 20 21:57:26.285 INFO STEP 1061 (remove_files) COMPLETE
75372024-12-20T21:57:27.188Z[ recovery-image] Dec 20 21:57:26.285 INFO O| Dec 20 21:57:26.285 INFO STEP 1062: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
75382024-12-20T21:57:27.257Z[ recovery-image] Dec 20 21:57:26.308 INFO O| Dec 20 21:57:26.308 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/fmdump"
75392024-12-20T21:57:27.257Z[ recovery-image] Dec 20 21:57:26.308 INFO O| Dec 20 21:57:26.308 INFO STEP 1062 (remove_files) COMPLETE
75402024-12-20T21:57:27.257Z[ recovery-image] Dec 20 21:57:26.308 INFO O| Dec 20 21:57:26.308 INFO STEP 1063: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
75412024-12-20T21:57:27.257Z[ recovery-image] Dec 20 21:57:26.328 INFO O| Dec 20 21:57:26.328 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/fmstat"
75422024-12-20T21:57:27.257Z[ recovery-image] Dec 20 21:57:26.328 INFO O| Dec 20 21:57:26.328 INFO STEP 1063 (remove_files) COMPLETE
75432024-12-20T21:57:27.257Z[ recovery-image] Dec 20 21:57:26.328 INFO O| Dec 20 21:57:26.328 INFO STEP 1064: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
75442024-12-20T21:57:27.257Z[ recovery-image] Dec 20 21:57:26.345 INFO O| Dec 20 21:57:26.345 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/fmthard"
75452024-12-20T21:57:27.257Z[ recovery-image] Dec 20 21:57:26.346 INFO O| Dec 20 21:57:26.345 INFO STEP 1064 (remove_files) COMPLETE
75462024-12-20T21:57:27.257Z[ recovery-image] Dec 20 21:57:26.346 INFO O| Dec 20 21:57:26.346 INFO STEP 1065: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
75472024-12-20T21:57:27.276Z[ recovery-image] Dec 20 21:57:26.375 INFO O| Dec 20 21:57:26.375 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/format"
75482024-12-20T21:57:27.276Z[ recovery-image] Dec 20 21:57:26.375 INFO O| Dec 20 21:57:26.375 INFO STEP 1065 (remove_files) COMPLETE
75492024-12-20T21:57:27.276Z[ recovery-image] Dec 20 21:57:26.375 INFO O| Dec 20 21:57:26.375 INFO STEP 1066: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
75502024-12-20T21:57:27.546Z[ host-image] Dec 20 21:57:26.645 INFO O| Dec 20 21:57:26.645 INFO STEP 11 (pkg_install) COMPLETE
75512024-12-20T21:57:27.546Z[ host-image] Dec 20 21:57:26.645 INFO O| Dec 20 21:57:26.645 INFO STEP 12: pkg_install, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-01-os.json
75522024-12-20T21:57:27.562Z[ host-image] Dec 20 21:57:26.661 INFO O| Dec 20 21:57:26.661 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"]
75532024-12-20T21:57:27.565Z[ recovery-image] Dec 20 21:57:26.661 INFO O| Dec 20 21:57:26.661 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/fsck"
75542024-12-20T21:57:27.565Z[ recovery-image] Dec 20 21:57:26.661 INFO O| Dec 20 21:57:26.661 INFO STEP 1066 (remove_files) COMPLETE
75552024-12-20T21:57:27.565Z[ recovery-image] Dec 20 21:57:26.661 INFO O| Dec 20 21:57:26.661 INFO STEP 1067: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
75562024-12-20T21:57:27.579Z[ recovery-image] Dec 20 21:57:26.677 INFO O| Dec 20 21:57:26.677 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/fuser"
75572024-12-20T21:57:27.579Z[ recovery-image] Dec 20 21:57:26.677 INFO O| Dec 20 21:57:26.677 INFO STEP 1067 (remove_files) COMPLETE
75582024-12-20T21:57:27.579Z[ recovery-image] Dec 20 21:57:26.677 INFO O| Dec 20 21:57:26.677 INFO STEP 1068: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
75592024-12-20T21:57:27.616Z[ recovery-image] Dec 20 21:57:26.715 INFO O| Dec 20 21:57:26.715 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/getdevpolicy"
75602024-12-20T21:57:27.616Z[ recovery-image] Dec 20 21:57:26.715 INFO O| Dec 20 21:57:26.715 INFO STEP 1068 (remove_files) COMPLETE
75612024-12-20T21:57:27.616Z[ recovery-image] Dec 20 21:57:26.715 INFO O| Dec 20 21:57:26.715 INFO STEP 1069: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
75622024-12-20T21:57:27.647Z[ recovery-image] Dec 20 21:57:26.746 INFO O| Dec 20 21:57:26.746 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/getmajor"
75632024-12-20T21:57:27.647Z[ recovery-image] Dec 20 21:57:26.746 INFO O| Dec 20 21:57:26.746 INFO STEP 1069 (remove_files) COMPLETE
75642024-12-20T21:57:27.648Z[ recovery-image] Dec 20 21:57:26.746 INFO O| Dec 20 21:57:26.746 INFO STEP 1070: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
75652024-12-20T21:57:27.668Z[ recovery-image] Dec 20 21:57:26.766 INFO O| Dec 20 21:57:26.766 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/groupadd"
75662024-12-20T21:57:27.668Z[ recovery-image] Dec 20 21:57:26.766 INFO O| Dec 20 21:57:26.766 INFO STEP 1070 (remove_files) COMPLETE
75672024-12-20T21:57:27.670Z[ recovery-image] Dec 20 21:57:26.767 INFO O| Dec 20 21:57:26.766 INFO STEP 1071: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
75682024-12-20T21:57:27.688Z[ recovery-image] Dec 20 21:57:26.787 INFO O| Dec 20 21:57:26.787 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/groupdel"
75692024-12-20T21:57:27.688Z[ recovery-image] Dec 20 21:57:26.787 INFO O| Dec 20 21:57:26.787 INFO STEP 1071 (remove_files) COMPLETE
75702024-12-20T21:57:27.688Z[ recovery-image] Dec 20 21:57:26.787 INFO O| Dec 20 21:57:26.787 INFO STEP 1072: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
75712024-12-20T21:57:27.711Z[ recovery-image] Dec 20 21:57:26.810 INFO O| Dec 20 21:57:26.810 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/groupmod"
75722024-12-20T21:57:27.711Z[ recovery-image] Dec 20 21:57:26.810 INFO O| Dec 20 21:57:26.810 INFO STEP 1072 (remove_files) COMPLETE
75732024-12-20T21:57:27.711Z[ recovery-image] Dec 20 21:57:26.810 INFO O| Dec 20 21:57:26.810 INFO STEP 1073: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
75742024-12-20T21:57:27.757Z[ recovery-image] Dec 20 21:57:26.856 INFO O| Dec 20 21:57:26.856 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/growfs"
75752024-12-20T21:57:27.760Z[ recovery-image] Dec 20 21:57:26.856 INFO O| Dec 20 21:57:26.856 INFO STEP 1073 (remove_files) COMPLETE
75762024-12-20T21:57:27.760Z[ recovery-image] Dec 20 21:57:26.856 INFO O| Dec 20 21:57:26.856 INFO STEP 1074: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
75772024-12-20T21:57:27.776Z[ recovery-image] Dec 20 21:57:26.874 INFO O| Dec 20 21:57:26.874 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/grpck"
75782024-12-20T21:57:27.778Z[ recovery-image] Dec 20 21:57:26.875 INFO O| Dec 20 21:57:26.875 INFO STEP 1074 (remove_files) COMPLETE
75792024-12-20T21:57:27.778Z[ recovery-image] Dec 20 21:57:26.875 INFO O| Dec 20 21:57:26.875 INFO STEP 1075: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
75802024-12-20T21:57:27.794Z[ recovery-image] Dec 20 21:57:26.892 INFO O| Dec 20 21:57:26.892 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/gsscred"
75812024-12-20T21:57:27.796Z[ recovery-image] Dec 20 21:57:26.893 INFO O| Dec 20 21:57:26.893 INFO STEP 1075 (remove_files) COMPLETE
75822024-12-20T21:57:27.796Z[ recovery-image] Dec 20 21:57:26.893 INFO O| Dec 20 21:57:26.893 INFO STEP 1076: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
75832024-12-20T21:57:27.824Z[ recovery-image] Dec 20 21:57:26.922 INFO O| Dec 20 21:57:26.922 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/halt"
75842024-12-20T21:57:27.824Z[ recovery-image] Dec 20 21:57:26.922 INFO O| Dec 20 21:57:26.922 INFO STEP 1076 (remove_files) COMPLETE
75852024-12-20T21:57:27.824Z[ recovery-image] Dec 20 21:57:26.922 INFO O| Dec 20 21:57:26.922 INFO STEP 1077: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
75862024-12-20T21:57:27.843Z[ recovery-image] Dec 20 21:57:26.939 INFO O| Dec 20 21:57:26.939 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/hotplug"
75872024-12-20T21:57:27.843Z[ recovery-image] Dec 20 21:57:26.939 INFO O| Dec 20 21:57:26.939 INFO STEP 1077 (remove_files) COMPLETE
75882024-12-20T21:57:27.843Z[ recovery-image] Dec 20 21:57:26.939 INFO O| Dec 20 21:57:26.939 INFO STEP 1078: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
75892024-12-20T21:57:27.857Z[ recovery-image] Dec 20 21:57:26.956 INFO O| Dec 20 21:57:26.956 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/iasl"
75902024-12-20T21:57:27.857Z[ recovery-image] Dec 20 21:57:26.956 INFO O| Dec 20 21:57:26.956 INFO STEP 1078 (remove_files) COMPLETE
75912024-12-20T21:57:27.857Z[ recovery-image] Dec 20 21:57:26.956 INFO O| Dec 20 21:57:26.956 INFO STEP 1079: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
75922024-12-20T21:57:27.874Z[ recovery-image] Dec 20 21:57:26.972 INFO O| Dec 20 21:57:26.972 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/idmap"
75932024-12-20T21:57:27.874Z[ recovery-image] Dec 20 21:57:26.972 INFO O| Dec 20 21:57:26.972 INFO STEP 1079 (remove_files) COMPLETE
75942024-12-20T21:57:27.874Z[ recovery-image] Dec 20 21:57:26.972 INFO O| Dec 20 21:57:26.972 INFO STEP 1080: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
75952024-12-20T21:57:27.911Z[ recovery-image] Dec 20 21:57:27.009 INFO O| Dec 20 21:57:27.009 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/if_mpadm"
75962024-12-20T21:57:27.911Z[ recovery-image] Dec 20 21:57:27.009 INFO O| Dec 20 21:57:27.009 INFO STEP 1080 (remove_files) COMPLETE
75972024-12-20T21:57:27.911Z[ recovery-image] Dec 20 21:57:27.009 INFO O| Dec 20 21:57:27.009 INFO STEP 1081: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
75982024-12-20T21:57:27.970Z[ recovery-image] Dec 20 21:57:27.069 INFO O| Dec 20 21:57:27.069 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/ikeadm"
75992024-12-20T21:57:27.970Z[ recovery-image] Dec 20 21:57:27.069 INFO O| Dec 20 21:57:27.069 INFO STEP 1081 (remove_files) COMPLETE
76002024-12-20T21:57:27.970Z[ recovery-image] Dec 20 21:57:27.069 INFO O| Dec 20 21:57:27.069 INFO STEP 1082: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
76012024-12-20T21:57:28.014Z[ recovery-image] Dec 20 21:57:27.113 INFO O| Dec 20 21:57:27.113 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/ikecert"
76022024-12-20T21:57:28.014Z[ recovery-image] Dec 20 21:57:27.113 INFO O| Dec 20 21:57:27.113 INFO STEP 1082 (remove_files) COMPLETE
76032024-12-20T21:57:28.017Z[ recovery-image] Dec 20 21:57:27.113 INFO O| Dec 20 21:57:27.113 INFO STEP 1083: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
76042024-12-20T21:57:28.041Z[ recovery-image] Dec 20 21:57:27.139 INFO O| Dec 20 21:57:27.139 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/in.rdisc"
76052024-12-20T21:57:28.041Z[ recovery-image] Dec 20 21:57:27.139 INFO O| Dec 20 21:57:27.139 INFO STEP 1083 (remove_files) COMPLETE
76062024-12-20T21:57:28.041Z[ recovery-image] Dec 20 21:57:27.139 INFO O| Dec 20 21:57:27.139 INFO STEP 1084: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
76072024-12-20T21:57:28.058Z[ recovery-image] Dec 20 21:57:27.156 INFO O| Dec 20 21:57:27.156 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/in.routed"
76082024-12-20T21:57:28.058Z[ recovery-image] Dec 20 21:57:27.156 INFO O| Dec 20 21:57:27.156 INFO STEP 1084 (remove_files) COMPLETE
76092024-12-20T21:57:28.058Z[ recovery-image] Dec 20 21:57:27.156 INFO O| Dec 20 21:57:27.156 INFO STEP 1085: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
76102024-12-20T21:57:28.075Z[ recovery-image] Dec 20 21:57:27.173 INFO O| Dec 20 21:57:27.173 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/inetadm"
76112024-12-20T21:57:28.075Z[ recovery-image] Dec 20 21:57:27.174 INFO O| Dec 20 21:57:27.174 INFO STEP 1085 (remove_files) COMPLETE
76122024-12-20T21:57:28.075Z[ recovery-image] Dec 20 21:57:27.174 INFO O| Dec 20 21:57:27.174 INFO STEP 1086: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
76132024-12-20T21:57:28.090Z[ recovery-image] Dec 20 21:57:27.189 INFO O| Dec 20 21:57:27.189 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/inetconv"
76142024-12-20T21:57:28.090Z[ recovery-image] Dec 20 21:57:27.189 INFO O| Dec 20 21:57:27.189 INFO STEP 1086 (remove_files) COMPLETE
76152024-12-20T21:57:28.090Z[ recovery-image] Dec 20 21:57:27.189 INFO O| Dec 20 21:57:27.189 INFO STEP 1087: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
76162024-12-20T21:57:28.106Z[ recovery-image] Dec 20 21:57:27.204 INFO O| Dec 20 21:57:27.204 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/install"
76172024-12-20T21:57:28.106Z[ recovery-image] Dec 20 21:57:27.204 INFO O| Dec 20 21:57:27.204 INFO STEP 1087 (remove_files) COMPLETE
76182024-12-20T21:57:28.106Z[ recovery-image] Dec 20 21:57:27.204 INFO O| Dec 20 21:57:27.204 INFO STEP 1088: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
76192024-12-20T21:57:28.384Z[ recovery-image] Dec 20 21:57:27.483 INFO O| Dec 20 21:57:27.483 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/installboot"
76202024-12-20T21:57:28.384Z[ recovery-image] Dec 20 21:57:27.483 INFO O| Dec 20 21:57:27.483 INFO STEP 1088 (remove_files) COMPLETE
76212024-12-20T21:57:28.387Z[ recovery-image] Dec 20 21:57:27.483 INFO O| Dec 20 21:57:27.483 INFO STEP 1089: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
76222024-12-20T21:57:28.405Z[ recovery-image] Dec 20 21:57:27.504 INFO O| Dec 20 21:57:27.503 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/installf"
76232024-12-20T21:57:28.405Z[ recovery-image] Dec 20 21:57:27.504 INFO O| Dec 20 21:57:27.504 INFO STEP 1089 (remove_files) COMPLETE
76242024-12-20T21:57:28.405Z[ recovery-image] Dec 20 21:57:27.504 INFO O| Dec 20 21:57:27.504 INFO STEP 1090: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
76252024-12-20T21:57:28.441Z[ recovery-image] Dec 20 21:57:27.539 INFO O| Dec 20 21:57:27.539 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/intrstat"
76262024-12-20T21:57:28.441Z[ recovery-image] Dec 20 21:57:27.539 INFO O| Dec 20 21:57:27.539 INFO STEP 1090 (remove_files) COMPLETE
76272024-12-20T21:57:28.443Z[ recovery-image] Dec 20 21:57:27.540 INFO O| Dec 20 21:57:27.539 INFO STEP 1091: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
76282024-12-20T21:57:28.461Z[ recovery-image] Dec 20 21:57:27.560 INFO O| Dec 20 21:57:27.560 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/ipsecalgs"
76292024-12-20T21:57:28.461Z[ recovery-image] Dec 20 21:57:27.560 INFO O| Dec 20 21:57:27.560 INFO STEP 1091 (remove_files) COMPLETE
76302024-12-20T21:57:28.462Z[ recovery-image] Dec 20 21:57:27.560 INFO O| Dec 20 21:57:27.560 INFO STEP 1092: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
76312024-12-20T21:57:28.482Z[ recovery-image] Dec 20 21:57:27.580 INFO O| Dec 20 21:57:27.580 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/ipsecconf"
76322024-12-20T21:57:28.482Z[ recovery-image] Dec 20 21:57:27.581 INFO O| Dec 20 21:57:27.580 INFO STEP 1092 (remove_files) COMPLETE
76332024-12-20T21:57:28.482Z[ recovery-image] Dec 20 21:57:27.581 INFO O| Dec 20 21:57:27.581 INFO STEP 1093: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
76342024-12-20T21:57:28.504Z[ recovery-image] Dec 20 21:57:27.603 INFO O| Dec 20 21:57:27.603 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/ipseckey"
76352024-12-20T21:57:28.505Z[ recovery-image] Dec 20 21:57:27.603 INFO O| Dec 20 21:57:27.603 INFO STEP 1093 (remove_files) COMPLETE
76362024-12-20T21:57:28.507Z[ recovery-image] Dec 20 21:57:27.603 INFO O| Dec 20 21:57:27.603 INFO STEP 1094: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
76372024-12-20T21:57:28.549Z[ recovery-image] Dec 20 21:57:27.647 INFO O| Dec 20 21:57:27.647 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/keyserv"
76382024-12-20T21:57:28.549Z[ recovery-image] Dec 20 21:57:27.647 INFO O| Dec 20 21:57:27.647 INFO STEP 1094 (remove_files) COMPLETE
76392024-12-20T21:57:28.549Z[ recovery-image] Dec 20 21:57:27.647 INFO O| Dec 20 21:57:27.647 INFO STEP 1095: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
76402024-12-20T21:57:28.567Z[ recovery-image] Dec 20 21:57:27.665 INFO O| Dec 20 21:57:27.665 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/killall"
76412024-12-20T21:57:28.567Z[ recovery-image] Dec 20 21:57:27.665 INFO O| Dec 20 21:57:27.665 INFO STEP 1095 (remove_files) COMPLETE
76422024-12-20T21:57:28.645Z[ recovery-image] Dec 20 21:57:27.665 INFO O| Dec 20 21:57:27.665 INFO STEP 1096: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
76432024-12-20T21:57:28.645Z[ recovery-image] Dec 20 21:57:27.693 INFO O| Dec 20 21:57:27.693 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/link"
76442024-12-20T21:57:28.645Z[ recovery-image] Dec 20 21:57:27.694 INFO O| Dec 20 21:57:27.694 INFO STEP 1096 (remove_files) COMPLETE
76452024-12-20T21:57:28.645Z[ recovery-image] Dec 20 21:57:27.694 INFO O| Dec 20 21:57:27.694 INFO STEP 1097: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
76462024-12-20T21:57:28.645Z[ recovery-image] Dec 20 21:57:27.725 INFO O| Dec 20 21:57:27.725 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/list_devices"
76472024-12-20T21:57:28.645Z[ recovery-image] Dec 20 21:57:27.725 INFO O| Dec 20 21:57:27.725 INFO STEP 1097 (remove_files) COMPLETE
76482024-12-20T21:57:28.645Z[ recovery-image] Dec 20 21:57:27.726 INFO O| Dec 20 21:57:27.725 INFO STEP 1098: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
76492024-12-20T21:57:28.657Z[ recovery-image] Dec 20 21:57:27.755 INFO O| Dec 20 21:57:27.755 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/locator"
76502024-12-20T21:57:28.659Z[ recovery-image] Dec 20 21:57:27.756 INFO O| Dec 20 21:57:27.755 INFO STEP 1098 (remove_files) COMPLETE
76512024-12-20T21:57:28.659Z[ recovery-image] Dec 20 21:57:27.756 INFO O| Dec 20 21:57:27.756 INFO STEP 1099: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
76522024-12-20T21:57:28.836Z[ host-image] Dec 20 21:57:27.933 INFO O| Dec 20 21:57:27.933 INFO O| Startup: Refreshing catalog 'helios-dev' ... Done
76532024-12-20T21:57:29.988Z[ recovery-image] Dec 20 21:57:29.087 INFO O| Dec 20 21:57:29.087 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/lockstat"
76542024-12-20T21:57:29.989Z[ recovery-image] Dec 20 21:57:29.087 INFO O| Dec 20 21:57:29.087 INFO STEP 1099 (remove_files) COMPLETE
76552024-12-20T21:57:29.989Z[ recovery-image] Dec 20 21:57:29.087 INFO O| Dec 20 21:57:29.087 INFO STEP 1100: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
76562024-12-20T21:57:30.005Z[ recovery-image] Dec 20 21:57:29.103 INFO O| Dec 20 21:57:29.103 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/lofiadm"
76572024-12-20T21:57:30.005Z[ recovery-image] Dec 20 21:57:29.103 INFO O| Dec 20 21:57:29.103 INFO STEP 1100 (remove_files) COMPLETE
76582024-12-20T21:57:30.008Z[ recovery-image] Dec 20 21:57:29.103 INFO O| Dec 20 21:57:29.103 INFO STEP 1101: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
76592024-12-20T21:57:30.038Z[ recovery-image] Dec 20 21:57:29.136 INFO O| Dec 20 21:57:29.136 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/logadm"
76602024-12-20T21:57:30.041Z[ recovery-image] Dec 20 21:57:29.136 INFO O| Dec 20 21:57:29.136 INFO STEP 1101 (remove_files) COMPLETE
76612024-12-20T21:57:30.041Z[ recovery-image] Dec 20 21:57:29.137 INFO O| Dec 20 21:57:29.136 INFO STEP 1102: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
76622024-12-20T21:57:30.069Z[ recovery-image] Dec 20 21:57:29.167 INFO O| Dec 20 21:57:29.167 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/makedbm"
76632024-12-20T21:57:30.071Z[ recovery-image] Dec 20 21:57:29.167 INFO O| Dec 20 21:57:29.167 INFO STEP 1102 (remove_files) COMPLETE
76642024-12-20T21:57:30.071Z[ recovery-image] Dec 20 21:57:29.167 INFO O| Dec 20 21:57:29.167 INFO STEP 1103: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
76652024-12-20T21:57:30.086Z[ recovery-image] Dec 20 21:57:29.184 INFO O| Dec 20 21:57:29.184 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/mkdevalloc"
76662024-12-20T21:57:30.086Z[ recovery-image] Dec 20 21:57:29.184 INFO O| Dec 20 21:57:29.184 INFO STEP 1103 (remove_files) COMPLETE
76672024-12-20T21:57:30.088Z[ recovery-image] Dec 20 21:57:29.184 INFO O| Dec 20 21:57:29.184 INFO STEP 1104: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
76682024-12-20T21:57:30.102Z[ recovery-image] Dec 20 21:57:29.201 INFO O| Dec 20 21:57:29.200 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/mkdevmaps"
76692024-12-20T21:57:30.104Z[ recovery-image] Dec 20 21:57:29.201 INFO O| Dec 20 21:57:29.201 INFO STEP 1104 (remove_files) COMPLETE
76702024-12-20T21:57:30.104Z[ recovery-image] Dec 20 21:57:29.201 INFO O| Dec 20 21:57:29.201 INFO STEP 1105: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
76712024-12-20T21:57:30.121Z[ recovery-image] Dec 20 21:57:29.219 INFO O| Dec 20 21:57:29.219 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/mkfile"
76722024-12-20T21:57:30.125Z[ recovery-image] Dec 20 21:57:29.219 INFO O| Dec 20 21:57:29.219 INFO STEP 1105 (remove_files) COMPLETE
76732024-12-20T21:57:30.125Z[ recovery-image] Dec 20 21:57:29.219 INFO O| Dec 20 21:57:29.219 INFO STEP 1106: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
76742024-12-20T21:57:30.152Z[ recovery-image] Dec 20 21:57:29.250 INFO O| Dec 20 21:57:29.250 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/mknod"
76752024-12-20T21:57:30.154Z[ recovery-image] Dec 20 21:57:29.250 INFO O| Dec 20 21:57:29.250 INFO STEP 1106 (remove_files) COMPLETE
76762024-12-20T21:57:30.154Z[ recovery-image] Dec 20 21:57:29.251 INFO O| Dec 20 21:57:29.250 INFO STEP 1107: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
76772024-12-20T21:57:30.173Z[ recovery-image] Dec 20 21:57:29.271 INFO O| Dec 20 21:57:29.271 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/modinfo"
76782024-12-20T21:57:30.176Z[ recovery-image] Dec 20 21:57:29.271 INFO O| Dec 20 21:57:29.271 INFO STEP 1107 (remove_files) COMPLETE
76792024-12-20T21:57:30.176Z[ recovery-image] Dec 20 21:57:29.272 INFO O| Dec 20 21:57:29.271 INFO STEP 1108: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
76802024-12-20T21:57:30.203Z[ recovery-image] Dec 20 21:57:29.301 INFO O| Dec 20 21:57:29.301 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/modload"
76812024-12-20T21:57:30.203Z[ recovery-image] Dec 20 21:57:29.301 INFO O| Dec 20 21:57:29.301 INFO STEP 1108 (remove_files) COMPLETE
76822024-12-20T21:57:30.203Z[ recovery-image] Dec 20 21:57:29.301 INFO O| Dec 20 21:57:29.301 INFO STEP 1109: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
76832024-12-20T21:57:30.223Z[ recovery-image] Dec 20 21:57:29.322 INFO O| Dec 20 21:57:29.322 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/mountall"
76842024-12-20T21:57:30.223Z[ recovery-image] Dec 20 21:57:29.322 INFO O| Dec 20 21:57:29.322 INFO STEP 1109 (remove_files) COMPLETE
76852024-12-20T21:57:30.224Z[ recovery-image] Dec 20 21:57:29.322 INFO O| Dec 20 21:57:29.322 INFO STEP 1110: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
76862024-12-20T21:57:30.242Z[ recovery-image] Dec 20 21:57:29.341 INFO O| Dec 20 21:57:29.341 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/msgid"
76872024-12-20T21:57:30.242Z[ recovery-image] Dec 20 21:57:29.341 INFO O| Dec 20 21:57:29.341 INFO STEP 1110 (remove_files) COMPLETE
76882024-12-20T21:57:30.242Z[ recovery-image] Dec 20 21:57:29.341 INFO O| Dec 20 21:57:29.341 INFO STEP 1111: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
76892024-12-20T21:57:30.270Z[ recovery-image] Dec 20 21:57:29.369 INFO O| Dec 20 21:57:29.369 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/mvdir"
76902024-12-20T21:57:30.270Z[ recovery-image] Dec 20 21:57:29.369 INFO O| Dec 20 21:57:29.369 INFO STEP 1111 (remove_files) COMPLETE
76912024-12-20T21:57:30.271Z[ recovery-image] Dec 20 21:57:29.369 INFO O| Dec 20 21:57:29.369 INFO STEP 1112: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
76922024-12-20T21:57:30.287Z[ recovery-image] Dec 20 21:57:29.385 INFO O| Dec 20 21:57:29.385 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/ndp"
76932024-12-20T21:57:30.287Z[ recovery-image] Dec 20 21:57:29.386 INFO O| Dec 20 21:57:29.386 INFO STEP 1112 (remove_files) COMPLETE
76942024-12-20T21:57:30.287Z[ recovery-image] Dec 20 21:57:29.386 INFO O| Dec 20 21:57:29.386 INFO STEP 1113: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
76952024-12-20T21:57:30.305Z[ recovery-image] Dec 20 21:57:29.403 INFO O| Dec 20 21:57:29.403 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/nlsadmin"
76962024-12-20T21:57:30.305Z[ recovery-image] Dec 20 21:57:29.403 INFO O| Dec 20 21:57:29.403 INFO STEP 1113 (remove_files) COMPLETE
76972024-12-20T21:57:30.305Z[ recovery-image] Dec 20 21:57:29.403 INFO O| Dec 20 21:57:29.403 INFO STEP 1114: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
76982024-12-20T21:57:30.324Z[ recovery-image] Dec 20 21:57:29.423 INFO O| Dec 20 21:57:29.423 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/nltest"
76992024-12-20T21:57:30.324Z[ recovery-image] Dec 20 21:57:29.423 INFO O| Dec 20 21:57:29.423 INFO STEP 1114 (remove_files) COMPLETE
77002024-12-20T21:57:30.324Z[ recovery-image] Dec 20 21:57:29.423 INFO O| Dec 20 21:57:29.423 INFO STEP 1115: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
77012024-12-20T21:57:30.346Z[ recovery-image] Dec 20 21:57:29.444 INFO O| Dec 20 21:57:29.444 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/nvmeadm"
77022024-12-20T21:57:30.346Z[ recovery-image] Dec 20 21:57:29.444 INFO O| Dec 20 21:57:29.444 INFO STEP 1115 (remove_files) COMPLETE
77032024-12-20T21:57:30.348Z[ recovery-image] Dec 20 21:57:29.444 INFO O| Dec 20 21:57:29.444 INFO STEP 1116: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
77042024-12-20T21:57:30.392Z[ recovery-image] Dec 20 21:57:29.491 INFO O| Dec 20 21:57:29.491 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/nwamadm"
77052024-12-20T21:57:30.395Z[ recovery-image] Dec 20 21:57:29.491 INFO O| Dec 20 21:57:29.491 INFO STEP 1116 (remove_files) COMPLETE
77062024-12-20T21:57:30.395Z[ recovery-image] Dec 20 21:57:29.491 INFO O| Dec 20 21:57:29.491 INFO STEP 1117: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
77072024-12-20T21:57:30.410Z[ recovery-image] Dec 20 21:57:29.509 INFO O| Dec 20 21:57:29.508 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/nwamcfg"
77082024-12-20T21:57:30.410Z[ recovery-image] Dec 20 21:57:29.509 INFO O| Dec 20 21:57:29.509 INFO STEP 1117 (remove_files) COMPLETE
77092024-12-20T21:57:30.413Z[ recovery-image] Dec 20 21:57:29.509 INFO O| Dec 20 21:57:29.509 INFO STEP 1118: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
77102024-12-20T21:57:30.426Z[ recovery-image] Dec 20 21:57:29.525 INFO O| Dec 20 21:57:29.525 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/pbind"
77112024-12-20T21:57:30.426Z[ recovery-image] Dec 20 21:57:29.525 INFO O| Dec 20 21:57:29.525 INFO STEP 1118 (remove_files) COMPLETE
77122024-12-20T21:57:30.429Z[ recovery-image] Dec 20 21:57:29.525 INFO O| Dec 20 21:57:29.525 INFO STEP 1119: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
77132024-12-20T21:57:30.442Z[ recovery-image] Dec 20 21:57:29.541 INFO O| Dec 20 21:57:29.540 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/ping"
77142024-12-20T21:57:30.442Z[ recovery-image] Dec 20 21:57:29.541 INFO O| Dec 20 21:57:29.541 INFO STEP 1119 (remove_files) COMPLETE
77152024-12-20T21:57:30.445Z[ recovery-image] Dec 20 21:57:29.541 INFO O| Dec 20 21:57:29.541 INFO STEP 1120: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
77162024-12-20T21:57:30.475Z[ recovery-image] Dec 20 21:57:29.573 INFO O| Dec 20 21:57:29.573 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/pkgadd"
77172024-12-20T21:57:30.478Z[ recovery-image] Dec 20 21:57:29.573 INFO O| Dec 20 21:57:29.573 INFO STEP 1120 (remove_files) COMPLETE
77182024-12-20T21:57:30.478Z[ recovery-image] Dec 20 21:57:29.573 INFO O| Dec 20 21:57:29.573 INFO STEP 1121: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
77192024-12-20T21:57:30.515Z[ recovery-image] Dec 20 21:57:29.613 INFO O| Dec 20 21:57:29.613 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/pkgask"
77202024-12-20T21:57:30.515Z[ recovery-image] Dec 20 21:57:29.613 INFO O| Dec 20 21:57:29.613 INFO STEP 1121 (remove_files) COMPLETE
77212024-12-20T21:57:30.519Z[ recovery-image] Dec 20 21:57:29.614 INFO O| Dec 20 21:57:29.613 INFO STEP 1122: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
77222024-12-20T21:57:30.540Z[ recovery-image] Dec 20 21:57:29.639 INFO O| Dec 20 21:57:29.639 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/pkgchk"
77232024-12-20T21:57:30.543Z[ recovery-image] Dec 20 21:57:29.639 INFO O| Dec 20 21:57:29.639 INFO STEP 1122 (remove_files) COMPLETE
77242024-12-20T21:57:30.543Z[ recovery-image] Dec 20 21:57:29.639 INFO O| Dec 20 21:57:29.639 INFO STEP 1123: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
77252024-12-20T21:57:30.561Z[ recovery-image] Dec 20 21:57:29.660 INFO O| Dec 20 21:57:29.660 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/pkgrm"
77262024-12-20T21:57:30.561Z[ recovery-image] Dec 20 21:57:29.660 INFO O| Dec 20 21:57:29.660 INFO STEP 1123 (remove_files) COMPLETE
77272024-12-20T21:57:30.561Z[ recovery-image] Dec 20 21:57:29.660 INFO O| Dec 20 21:57:29.660 INFO STEP 1124: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
77282024-12-20T21:57:30.594Z[ recovery-image] Dec 20 21:57:29.693 INFO O| Dec 20 21:57:29.693 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/plockstat"
77292024-12-20T21:57:30.594Z[ recovery-image] Dec 20 21:57:29.693 INFO O| Dec 20 21:57:29.693 INFO STEP 1124 (remove_files) COMPLETE
77302024-12-20T21:57:30.597Z[ recovery-image] Dec 20 21:57:29.693 INFO O| Dec 20 21:57:29.693 INFO STEP 1125: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
77312024-12-20T21:57:30.630Z[ recovery-image] Dec 20 21:57:29.729 INFO O| Dec 20 21:57:29.729 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/pooladm"
77322024-12-20T21:57:30.630Z[ recovery-image] Dec 20 21:57:29.729 INFO O| Dec 20 21:57:29.729 INFO STEP 1125 (remove_files) COMPLETE
77332024-12-20T21:57:30.630Z[ recovery-image] Dec 20 21:57:29.729 INFO O| Dec 20 21:57:29.729 INFO STEP 1126: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
77342024-12-20T21:57:30.653Z[ recovery-image] Dec 20 21:57:29.751 INFO O| Dec 20 21:57:29.751 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/poolbind"
77352024-12-20T21:57:30.653Z[ recovery-image] Dec 20 21:57:29.751 INFO O| Dec 20 21:57:29.751 INFO STEP 1126 (remove_files) COMPLETE
77362024-12-20T21:57:30.653Z[ recovery-image] Dec 20 21:57:29.751 INFO O| Dec 20 21:57:29.751 INFO STEP 1127: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
77372024-12-20T21:57:30.673Z[ recovery-image] Dec 20 21:57:29.772 INFO O| Dec 20 21:57:29.772 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/poolcfg"
77382024-12-20T21:57:30.673Z[ recovery-image] Dec 20 21:57:29.772 INFO O| Dec 20 21:57:29.772 INFO STEP 1127 (remove_files) COMPLETE
77392024-12-20T21:57:30.676Z[ recovery-image] Dec 20 21:57:29.772 INFO O| Dec 20 21:57:29.772 INFO STEP 1128: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
77402024-12-20T21:57:30.698Z[ recovery-image] Dec 20 21:57:29.797 INFO O| Dec 20 21:57:29.796 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/ports"
77412024-12-20T21:57:30.698Z[ recovery-image] Dec 20 21:57:29.797 INFO O| Dec 20 21:57:29.797 INFO STEP 1128 (remove_files) COMPLETE
77422024-12-20T21:57:30.698Z[ recovery-image] Dec 20 21:57:29.797 INFO O| Dec 20 21:57:29.797 INFO STEP 1129: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
77432024-12-20T21:57:30.753Z[ recovery-image] Dec 20 21:57:29.852 INFO O| Dec 20 21:57:29.852 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/poweroff"
77442024-12-20T21:57:30.753Z[ recovery-image] Dec 20 21:57:29.852 INFO O| Dec 20 21:57:29.852 INFO STEP 1129 (remove_files) COMPLETE
77452024-12-20T21:57:30.754Z[ recovery-image] Dec 20 21:57:29.852 INFO O| Dec 20 21:57:29.852 INFO STEP 1130: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
77462024-12-20T21:57:30.816Z[ recovery-image] Dec 20 21:57:29.914 INFO O| Dec 20 21:57:29.914 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/pptadm"
77472024-12-20T21:57:30.816Z[ recovery-image] Dec 20 21:57:29.915 INFO O| Dec 20 21:57:29.914 INFO STEP 1130 (remove_files) COMPLETE
77482024-12-20T21:57:30.819Z[ recovery-image] Dec 20 21:57:29.915 INFO O| Dec 20 21:57:29.915 INFO STEP 1131: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
77492024-12-20T21:57:30.840Z[ recovery-image] Dec 20 21:57:29.938 INFO O| Dec 20 21:57:29.938 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/praudit"
77502024-12-20T21:57:30.840Z[ recovery-image] Dec 20 21:57:29.938 INFO O| Dec 20 21:57:29.938 INFO STEP 1131 (remove_files) COMPLETE
77512024-12-20T21:57:30.840Z[ recovery-image] Dec 20 21:57:29.938 INFO O| Dec 20 21:57:29.938 INFO STEP 1132: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
77522024-12-20T21:57:30.864Z[ recovery-image] Dec 20 21:57:29.962 INFO O| Dec 20 21:57:29.962 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/projadd"
77532024-12-20T21:57:30.864Z[ recovery-image] Dec 20 21:57:29.962 INFO O| Dec 20 21:57:29.962 INFO STEP 1132 (remove_files) COMPLETE
77542024-12-20T21:57:30.867Z[ recovery-image] Dec 20 21:57:29.962 INFO O| Dec 20 21:57:29.962 INFO STEP 1133: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
77552024-12-20T21:57:30.884Z[ recovery-image] Dec 20 21:57:29.983 INFO O| Dec 20 21:57:29.983 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/projdel"
77562024-12-20T21:57:30.884Z[ recovery-image] Dec 20 21:57:29.983 INFO O| Dec 20 21:57:29.983 INFO STEP 1133 (remove_files) COMPLETE
77572024-12-20T21:57:30.884Z[ recovery-image] Dec 20 21:57:29.983 INFO O| Dec 20 21:57:29.983 INFO STEP 1134: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
77582024-12-20T21:57:30.912Z[ recovery-image] Dec 20 21:57:30.009 INFO O| Dec 20 21:57:30.009 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/projmod"
77592024-12-20T21:57:30.915Z[ recovery-image] Dec 20 21:57:30.010 INFO O| Dec 20 21:57:30.010 INFO STEP 1134 (remove_files) COMPLETE
77602024-12-20T21:57:30.915Z[ recovery-image] Dec 20 21:57:30.010 INFO O| Dec 20 21:57:30.010 INFO STEP 1135: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
77612024-12-20T21:57:30.930Z[ recovery-image] Dec 20 21:57:30.028 INFO O| Dec 20 21:57:30.028 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/prtdiag"
77622024-12-20T21:57:30.932Z[ recovery-image] Dec 20 21:57:30.028 INFO O| Dec 20 21:57:30.028 INFO STEP 1135 (remove_files) COMPLETE
77632024-12-20T21:57:30.932Z[ recovery-image] Dec 20 21:57:30.029 INFO O| Dec 20 21:57:30.028 INFO STEP 1136: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
77642024-12-20T21:57:30.970Z[ recovery-image] Dec 20 21:57:30.069 INFO O| Dec 20 21:57:30.069 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/prtpicl"
77652024-12-20T21:57:30.970Z[ recovery-image] Dec 20 21:57:30.069 INFO O| Dec 20 21:57:30.069 INFO STEP 1136 (remove_files) COMPLETE
77662024-12-20T21:57:30.970Z[ recovery-image] Dec 20 21:57:30.069 INFO O| Dec 20 21:57:30.069 INFO STEP 1137: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
77672024-12-20T21:57:30.990Z[ recovery-image] Dec 20 21:57:30.088 INFO O| Dec 20 21:57:30.087 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/prtvtoc"
77682024-12-20T21:57:30.990Z[ recovery-image] Dec 20 21:57:30.088 INFO O| Dec 20 21:57:30.088 INFO STEP 1137 (remove_files) COMPLETE
77692024-12-20T21:57:30.990Z[ recovery-image] Dec 20 21:57:30.088 INFO O| Dec 20 21:57:30.088 INFO STEP 1138: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
77702024-12-20T21:57:31.007Z[ recovery-image] Dec 20 21:57:30.105 INFO O| Dec 20 21:57:30.105 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/psradm"
77712024-12-20T21:57:31.007Z[ recovery-image] Dec 20 21:57:30.105 INFO O| Dec 20 21:57:30.105 INFO STEP 1138 (remove_files) COMPLETE
77722024-12-20T21:57:31.007Z[ recovery-image] Dec 20 21:57:30.105 INFO O| Dec 20 21:57:30.105 INFO STEP 1139: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
77732024-12-20T21:57:31.061Z[ recovery-image] Dec 20 21:57:30.159 INFO O| Dec 20 21:57:30.159 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/psrinfo"
77742024-12-20T21:57:31.061Z[ recovery-image] Dec 20 21:57:30.159 INFO O| Dec 20 21:57:30.159 INFO STEP 1139 (remove_files) COMPLETE
77752024-12-20T21:57:31.061Z[ recovery-image] Dec 20 21:57:30.159 INFO O| Dec 20 21:57:30.159 INFO STEP 1140: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
77762024-12-20T21:57:31.081Z[ recovery-image] Dec 20 21:57:30.179 INFO O| Dec 20 21:57:30.178 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/psrset"
77772024-12-20T21:57:31.081Z[ recovery-image] Dec 20 21:57:30.179 INFO O| Dec 20 21:57:30.179 INFO STEP 1140 (remove_files) COMPLETE
77782024-12-20T21:57:31.081Z[ recovery-image] Dec 20 21:57:30.179 INFO O| Dec 20 21:57:30.179 INFO STEP 1141: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
77792024-12-20T21:57:31.099Z[ recovery-image] Dec 20 21:57:30.196 INFO O| Dec 20 21:57:30.196 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/pwck"
77802024-12-20T21:57:31.099Z[ recovery-image] Dec 20 21:57:30.197 INFO O| Dec 20 21:57:30.197 INFO STEP 1141 (remove_files) COMPLETE
77812024-12-20T21:57:31.099Z[ recovery-image] Dec 20 21:57:30.197 INFO O| Dec 20 21:57:30.197 INFO STEP 1142: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
77822024-12-20T21:57:31.116Z[ recovery-image] Dec 20 21:57:30.214 INFO O| Dec 20 21:57:30.214 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/pwconv"
77832024-12-20T21:57:31.116Z[ recovery-image] Dec 20 21:57:30.214 INFO O| Dec 20 21:57:30.214 INFO STEP 1142 (remove_files) COMPLETE
77842024-12-20T21:57:31.119Z[ recovery-image] Dec 20 21:57:30.215 INFO O| Dec 20 21:57:30.214 INFO STEP 1143: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
77852024-12-20T21:57:31.135Z[ recovery-image] Dec 20 21:57:30.234 INFO O| Dec 20 21:57:30.233 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/raidctl"
77862024-12-20T21:57:31.138Z[ recovery-image] Dec 20 21:57:30.234 INFO O| Dec 20 21:57:30.234 INFO STEP 1143 (remove_files) COMPLETE
77872024-12-20T21:57:31.138Z[ recovery-image] Dec 20 21:57:30.234 INFO O| Dec 20 21:57:30.234 INFO STEP 1144: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
77882024-12-20T21:57:31.165Z[ recovery-image] Dec 20 21:57:30.263 INFO O| Dec 20 21:57:30.263 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/ramdiskadm"
77892024-12-20T21:57:31.165Z[ recovery-image] Dec 20 21:57:30.264 INFO O| Dec 20 21:57:30.264 INFO STEP 1144 (remove_files) COMPLETE
77902024-12-20T21:57:31.165Z[ recovery-image] Dec 20 21:57:30.264 INFO O| Dec 20 21:57:30.264 INFO STEP 1145: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
77912024-12-20T21:57:31.185Z[ recovery-image] Dec 20 21:57:30.283 INFO O| Dec 20 21:57:30.283 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/rctladm"
77922024-12-20T21:57:31.185Z[ recovery-image] Dec 20 21:57:30.283 INFO O| Dec 20 21:57:30.283 INFO STEP 1145 (remove_files) COMPLETE
77932024-12-20T21:57:31.185Z[ recovery-image] Dec 20 21:57:30.284 INFO O| Dec 20 21:57:30.283 INFO STEP 1146: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
77942024-12-20T21:57:31.245Z[ recovery-image] Dec 20 21:57:30.343 INFO O| Dec 20 21:57:30.343 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/rdmsr"
77952024-12-20T21:57:31.245Z[ recovery-image] Dec 20 21:57:30.343 INFO O| Dec 20 21:57:30.343 INFO STEP 1146 (remove_files) COMPLETE
77962024-12-20T21:57:31.245Z[ recovery-image] Dec 20 21:57:30.343 INFO O| Dec 20 21:57:30.343 INFO STEP 1147: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
77972024-12-20T21:57:31.263Z[ recovery-image] Dec 20 21:57:30.361 INFO O| Dec 20 21:57:30.361 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/reboot"
77982024-12-20T21:57:31.263Z[ recovery-image] Dec 20 21:57:30.361 INFO O| Dec 20 21:57:30.361 INFO STEP 1147 (remove_files) COMPLETE
77992024-12-20T21:57:31.263Z[ recovery-image] Dec 20 21:57:30.361 INFO O| Dec 20 21:57:30.361 INFO STEP 1148: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
78002024-12-20T21:57:31.280Z[ recovery-image] Dec 20 21:57:30.378 INFO O| Dec 20 21:57:30.378 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/rem_drv"
78012024-12-20T21:57:31.283Z[ recovery-image] Dec 20 21:57:30.378 INFO O| Dec 20 21:57:30.378 INFO STEP 1148 (remove_files) COMPLETE
78022024-12-20T21:57:31.283Z[ recovery-image] Dec 20 21:57:30.378 INFO O| Dec 20 21:57:30.378 INFO STEP 1149: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
78032024-12-20T21:57:31.296Z[ recovery-image] Dec 20 21:57:30.395 INFO O| Dec 20 21:57:30.395 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/removef"
78042024-12-20T21:57:31.296Z[ recovery-image] Dec 20 21:57:30.395 INFO O| Dec 20 21:57:30.395 INFO STEP 1149 (remove_files) COMPLETE
78052024-12-20T21:57:31.299Z[ recovery-image] Dec 20 21:57:30.395 INFO O| Dec 20 21:57:30.395 INFO STEP 1150: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
78062024-12-20T21:57:31.327Z[ recovery-image] Dec 20 21:57:30.425 INFO O| Dec 20 21:57:30.425 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/roleadd"
78072024-12-20T21:57:31.327Z[ recovery-image] Dec 20 21:57:30.425 INFO O| Dec 20 21:57:30.425 INFO STEP 1150 (remove_files) COMPLETE
78082024-12-20T21:57:31.327Z[ recovery-image] Dec 20 21:57:30.425 INFO O| Dec 20 21:57:30.425 INFO STEP 1151: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
78092024-12-20T21:57:31.365Z[ recovery-image] Dec 20 21:57:30.463 INFO O| Dec 20 21:57:30.463 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/roledel"
78102024-12-20T21:57:31.365Z[ recovery-image] Dec 20 21:57:30.463 INFO O| Dec 20 21:57:30.463 INFO STEP 1151 (remove_files) COMPLETE
78112024-12-20T21:57:31.365Z[ recovery-image] Dec 20 21:57:30.463 INFO O| Dec 20 21:57:30.463 INFO STEP 1152: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
78122024-12-20T21:57:31.384Z[ recovery-image] Dec 20 21:57:30.482 INFO O| Dec 20 21:57:30.482 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/rolemod"
78132024-12-20T21:57:31.384Z[ recovery-image] Dec 20 21:57:30.482 INFO O| Dec 20 21:57:30.482 INFO STEP 1152 (remove_files) COMPLETE
78142024-12-20T21:57:31.384Z[ recovery-image] Dec 20 21:57:30.482 INFO O| Dec 20 21:57:30.482 INFO STEP 1153: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
78152024-12-20T21:57:31.415Z[ recovery-image] Dec 20 21:57:30.513 INFO O| Dec 20 21:57:30.513 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/root_archive"
78162024-12-20T21:57:31.418Z[ recovery-image] Dec 20 21:57:30.513 INFO O| Dec 20 21:57:30.513 INFO STEP 1153 (remove_files) COMPLETE
78172024-12-20T21:57:31.418Z[ recovery-image] Dec 20 21:57:30.514 INFO O| Dec 20 21:57:30.513 INFO STEP 1154: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
78182024-12-20T21:57:31.434Z[ recovery-image] Dec 20 21:57:30.532 INFO O| Dec 20 21:57:30.532 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/rpcbind"
78192024-12-20T21:57:31.436Z[ recovery-image] Dec 20 21:57:30.532 INFO O| Dec 20 21:57:30.532 INFO STEP 1154 (remove_files) COMPLETE
78202024-12-20T21:57:31.436Z[ recovery-image] Dec 20 21:57:30.532 INFO O| Dec 20 21:57:30.532 INFO STEP 1155: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
78212024-12-20T21:57:31.450Z[ recovery-image] Dec 20 21:57:30.548 INFO O| Dec 20 21:57:30.548 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/rtc"
78222024-12-20T21:57:31.453Z[ recovery-image] Dec 20 21:57:30.548 INFO O| Dec 20 21:57:30.548 INFO STEP 1155 (remove_files) COMPLETE
78232024-12-20T21:57:31.453Z[ recovery-image] Dec 20 21:57:30.549 INFO O| Dec 20 21:57:30.548 INFO STEP 1156: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
78242024-12-20T21:57:31.466Z[ recovery-image] Dec 20 21:57:30.564 INFO O| Dec 20 21:57:30.564 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/rtquery"
78252024-12-20T21:57:31.469Z[ recovery-image] Dec 20 21:57:30.565 INFO O| Dec 20 21:57:30.564 INFO STEP 1156 (remove_files) COMPLETE
78262024-12-20T21:57:31.469Z[ recovery-image] Dec 20 21:57:30.565 INFO O| Dec 20 21:57:30.565 INFO STEP 1157: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
78272024-12-20T21:57:31.483Z[ recovery-image] Dec 20 21:57:30.581 INFO O| Dec 20 21:57:30.581 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/setmnt"
78282024-12-20T21:57:31.486Z[ recovery-image] Dec 20 21:57:30.581 INFO O| Dec 20 21:57:30.581 INFO STEP 1157 (remove_files) COMPLETE
78292024-12-20T21:57:31.486Z[ recovery-image] Dec 20 21:57:30.581 INFO O| Dec 20 21:57:30.581 INFO STEP 1158: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
78302024-12-20T21:57:31.518Z[ recovery-image] Dec 20 21:57:30.616 INFO O| Dec 20 21:57:30.616 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/share"
78312024-12-20T21:57:31.518Z[ recovery-image] Dec 20 21:57:30.616 INFO O| Dec 20 21:57:30.616 INFO STEP 1158 (remove_files) COMPLETE
78322024-12-20T21:57:31.518Z[ recovery-image] Dec 20 21:57:30.616 INFO O| Dec 20 21:57:30.616 INFO STEP 1159: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
78332024-12-20T21:57:31.539Z[ recovery-image] Dec 20 21:57:30.637 INFO O| Dec 20 21:57:30.637 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/shareall"
78342024-12-20T21:57:31.539Z[ recovery-image] Dec 20 21:57:30.637 INFO O| Dec 20 21:57:30.637 INFO STEP 1159 (remove_files) COMPLETE
78352024-12-20T21:57:31.539Z[ recovery-image] Dec 20 21:57:30.637 INFO O| Dec 20 21:57:30.637 INFO STEP 1160: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
78362024-12-20T21:57:31.568Z[ recovery-image] Dec 20 21:57:30.666 INFO O| Dec 20 21:57:30.665 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/sharectl"
78372024-12-20T21:57:31.568Z[ recovery-image] Dec 20 21:57:30.666 INFO O| Dec 20 21:57:30.666 INFO STEP 1160 (remove_files) COMPLETE
78382024-12-20T21:57:31.568Z[ recovery-image] Dec 20 21:57:30.666 INFO O| Dec 20 21:57:30.666 INFO STEP 1161: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
78392024-12-20T21:57:31.604Z[ recovery-image] Dec 20 21:57:30.703 INFO O| Dec 20 21:57:30.703 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/sharemgr"
78402024-12-20T21:57:31.604Z[ recovery-image] Dec 20 21:57:30.703 INFO O| Dec 20 21:57:30.703 INFO STEP 1161 (remove_files) COMPLETE
78412024-12-20T21:57:31.607Z[ recovery-image] Dec 20 21:57:30.703 INFO O| Dec 20 21:57:30.703 INFO STEP 1162: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
78422024-12-20T21:57:31.646Z[ recovery-image] Dec 20 21:57:30.743 INFO O| Dec 20 21:57:30.743 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/shutdown"
78432024-12-20T21:57:31.646Z[ recovery-image] Dec 20 21:57:30.743 INFO O| Dec 20 21:57:30.743 INFO STEP 1162 (remove_files) COMPLETE
78442024-12-20T21:57:31.646Z[ recovery-image] Dec 20 21:57:30.743 INFO O| Dec 20 21:57:30.743 INFO STEP 1163: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
78452024-12-20T21:57:31.676Z[ recovery-image] Dec 20 21:57:30.775 INFO O| Dec 20 21:57:30.774 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/smbadm"
78462024-12-20T21:57:31.679Z[ recovery-image] Dec 20 21:57:30.775 INFO O| Dec 20 21:57:30.775 INFO STEP 1163 (remove_files) COMPLETE
78472024-12-20T21:57:31.679Z[ recovery-image] Dec 20 21:57:30.775 INFO O| Dec 20 21:57:30.775 INFO STEP 1164: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
78482024-12-20T21:57:31.696Z[ recovery-image] Dec 20 21:57:30.794 INFO O| Dec 20 21:57:30.794 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/smbios"
78492024-12-20T21:57:31.700Z[ recovery-image] Dec 20 21:57:30.794 INFO O| Dec 20 21:57:30.794 INFO STEP 1164 (remove_files) COMPLETE
78502024-12-20T21:57:31.700Z[ recovery-image] Dec 20 21:57:30.794 INFO O| Dec 20 21:57:30.794 INFO STEP 1165: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
78512024-12-20T21:57:31.716Z[ recovery-image] Dec 20 21:57:30.814 INFO O| Dec 20 21:57:30.814 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/smbstat"
78522024-12-20T21:57:31.719Z[ recovery-image] Dec 20 21:57:30.814 INFO O| Dec 20 21:57:30.814 INFO STEP 1165 (remove_files) COMPLETE
78532024-12-20T21:57:31.719Z[ recovery-image] Dec 20 21:57:30.814 INFO O| Dec 20 21:57:30.814 INFO STEP 1166: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
78542024-12-20T21:57:31.749Z[ recovery-image] Dec 20 21:57:30.847 INFO O| Dec 20 21:57:30.847 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/snmpd"
78552024-12-20T21:57:31.752Z[ recovery-image] Dec 20 21:57:30.847 INFO O| Dec 20 21:57:30.847 INFO STEP 1166 (remove_files) COMPLETE
78562024-12-20T21:57:31.752Z[ recovery-image] Dec 20 21:57:30.847 INFO O| Dec 20 21:57:30.847 INFO STEP 1167: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
78572024-12-20T21:57:31.769Z[ recovery-image] Dec 20 21:57:30.867 INFO O| Dec 20 21:57:30.867 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/snmptrapd"
78582024-12-20T21:57:31.769Z[ recovery-image] Dec 20 21:57:30.867 INFO O| Dec 20 21:57:30.867 INFO STEP 1167 (remove_files) COMPLETE
78592024-12-20T21:57:31.771Z[ recovery-image] Dec 20 21:57:30.868 INFO O| Dec 20 21:57:30.867 INFO STEP 1168: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
78602024-12-20T21:57:31.792Z[ recovery-image] Dec 20 21:57:30.890 INFO O| Dec 20 21:57:30.890 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/snoop"
78612024-12-20T21:57:31.792Z[ recovery-image] Dec 20 21:57:30.890 INFO O| Dec 20 21:57:30.890 INFO STEP 1168 (remove_files) COMPLETE
78622024-12-20T21:57:31.795Z[ recovery-image] Dec 20 21:57:30.890 INFO O| Dec 20 21:57:30.890 INFO STEP 1169: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
78632024-12-20T21:57:31.813Z[ recovery-image] Dec 20 21:57:30.911 INFO O| Dec 20 21:57:30.911 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/sshd"
78642024-12-20T21:57:31.815Z[ recovery-image] Dec 20 21:57:30.911 INFO O| Dec 20 21:57:30.911 INFO STEP 1169 (remove_files) COMPLETE
78652024-12-20T21:57:31.815Z[ recovery-image] Dec 20 21:57:30.911 INFO O| Dec 20 21:57:30.911 INFO STEP 1170: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
78662024-12-20T21:57:31.833Z[ recovery-image] Dec 20 21:57:30.931 INFO O| Dec 20 21:57:30.931 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/stmsboot"
78672024-12-20T21:57:31.833Z[ recovery-image] Dec 20 21:57:30.931 INFO O| Dec 20 21:57:30.931 INFO STEP 1170 (remove_files) COMPLETE
78682024-12-20T21:57:31.833Z[ recovery-image] Dec 20 21:57:30.931 INFO O| Dec 20 21:57:30.931 INFO STEP 1171: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
78692024-12-20T21:57:31.867Z[ recovery-image] Dec 20 21:57:30.966 INFO O| Dec 20 21:57:30.966 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/strace"
78702024-12-20T21:57:31.868Z[ recovery-image] Dec 20 21:57:30.966 INFO O| Dec 20 21:57:30.966 INFO STEP 1171 (remove_files) COMPLETE
78712024-12-20T21:57:31.868Z[ recovery-image] Dec 20 21:57:30.966 INFO O| Dec 20 21:57:30.966 INFO STEP 1172: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
78722024-12-20T21:57:31.890Z[ recovery-image] Dec 20 21:57:30.988 INFO O| Dec 20 21:57:30.988 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/strclean"
78732024-12-20T21:57:31.890Z[ recovery-image] Dec 20 21:57:30.989 INFO O| Dec 20 21:57:30.988 INFO STEP 1172 (remove_files) COMPLETE
78742024-12-20T21:57:31.890Z[ recovery-image] Dec 20 21:57:30.989 INFO O| Dec 20 21:57:30.989 INFO STEP 1173: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
78752024-12-20T21:57:31.911Z[ recovery-image] Dec 20 21:57:31.010 INFO O| Dec 20 21:57:31.010 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/strerr"
78762024-12-20T21:57:31.911Z[ recovery-image] Dec 20 21:57:31.010 INFO O| Dec 20 21:57:31.010 INFO STEP 1173 (remove_files) COMPLETE
78772024-12-20T21:57:31.914Z[ recovery-image] Dec 20 21:57:31.010 INFO O| Dec 20 21:57:31.010 INFO STEP 1174: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
78782024-12-20T21:57:31.932Z[ recovery-image] Dec 20 21:57:31.030 INFO O| Dec 20 21:57:31.030 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/sttydefs"
78792024-12-20T21:57:31.932Z[ recovery-image] Dec 20 21:57:31.030 INFO O| Dec 20 21:57:31.030 INFO STEP 1174 (remove_files) COMPLETE
78802024-12-20T21:57:31.934Z[ recovery-image] Dec 20 21:57:31.030 INFO O| Dec 20 21:57:31.030 INFO STEP 1175: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
78812024-12-20T21:57:31.971Z[ recovery-image] Dec 20 21:57:31.069 INFO O| Dec 20 21:57:31.069 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/syncinit"
78822024-12-20T21:57:31.971Z[ recovery-image] Dec 20 21:57:31.069 INFO O| Dec 20 21:57:31.069 INFO STEP 1175 (remove_files) COMPLETE
78832024-12-20T21:57:31.971Z[ recovery-image] Dec 20 21:57:31.069 INFO O| Dec 20 21:57:31.069 INFO STEP 1176: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
78842024-12-20T21:57:32.001Z[ recovery-image] Dec 20 21:57:31.099 INFO O| Dec 20 21:57:31.099 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/syncloop"
78852024-12-20T21:57:32.001Z[ recovery-image] Dec 20 21:57:31.099 INFO O| Dec 20 21:57:31.099 INFO STEP 1176 (remove_files) COMPLETE
78862024-12-20T21:57:32.001Z[ recovery-image] Dec 20 21:57:31.099 INFO O| Dec 20 21:57:31.099 INFO STEP 1177: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
78872024-12-20T21:57:32.022Z[ recovery-image] Dec 20 21:57:31.120 INFO O| Dec 20 21:57:31.120 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/syncstat"
78882024-12-20T21:57:32.022Z[ recovery-image] Dec 20 21:57:31.121 INFO O| Dec 20 21:57:31.121 INFO STEP 1177 (remove_files) COMPLETE
78892024-12-20T21:57:32.022Z[ recovery-image] Dec 20 21:57:31.121 INFO O| Dec 20 21:57:31.121 INFO STEP 1178: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
78902024-12-20T21:57:32.042Z[ recovery-image] Dec 20 21:57:31.141 INFO O| Dec 20 21:57:31.141 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/sysdef"
78912024-12-20T21:57:32.043Z[ recovery-image] Dec 20 21:57:31.141 INFO O| Dec 20 21:57:31.141 INFO STEP 1178 (remove_files) COMPLETE
78922024-12-20T21:57:32.043Z[ recovery-image] Dec 20 21:57:31.141 INFO O| Dec 20 21:57:31.141 INFO STEP 1179: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
78932024-12-20T21:57:32.123Z[ recovery-image] Dec 20 21:57:31.221 INFO O| Dec 20 21:57:31.221 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/syseventadm"
78942024-12-20T21:57:32.123Z[ recovery-image] Dec 20 21:57:31.221 INFO O| Dec 20 21:57:31.221 INFO STEP 1179 (remove_files) COMPLETE
78952024-12-20T21:57:32.123Z[ recovery-image] Dec 20 21:57:31.221 INFO O| Dec 20 21:57:31.221 INFO STEP 1180: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
78962024-12-20T21:57:32.145Z[ recovery-image] Dec 20 21:57:31.243 INFO O| Dec 20 21:57:31.243 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/t6mfgadm"
78972024-12-20T21:57:32.146Z[ recovery-image] Dec 20 21:57:31.243 INFO O| Dec 20 21:57:31.243 INFO STEP 1180 (remove_files) COMPLETE
78982024-12-20T21:57:32.146Z[ recovery-image] Dec 20 21:57:31.243 INFO O| Dec 20 21:57:31.243 INFO STEP 1181: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
78992024-12-20T21:57:32.169Z[ recovery-image] Dec 20 21:57:31.267 INFO O| Dec 20 21:57:31.267 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/tapes"
79002024-12-20T21:57:32.171Z[ recovery-image] Dec 20 21:57:31.267 INFO O| Dec 20 21:57:31.267 INFO STEP 1181 (remove_files) COMPLETE
79012024-12-20T21:57:32.172Z[ recovery-image] Dec 20 21:57:31.268 INFO O| Dec 20 21:57:31.267 INFO STEP 1182: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
79022024-12-20T21:57:32.190Z[ recovery-image] Dec 20 21:57:31.289 INFO O| Dec 20 21:57:31.288 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/tar"
79032024-12-20T21:57:32.193Z[ recovery-image] Dec 20 21:57:31.289 INFO O| Dec 20 21:57:31.289 INFO STEP 1182 (remove_files) COMPLETE
79042024-12-20T21:57:32.193Z[ recovery-image] Dec 20 21:57:31.289 INFO O| Dec 20 21:57:31.289 INFO STEP 1183: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
79052024-12-20T21:57:32.260Z[ recovery-image] Dec 20 21:57:31.358 INFO O| Dec 20 21:57:31.358 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/tcsd"
79062024-12-20T21:57:32.260Z[ recovery-image] Dec 20 21:57:31.358 INFO O| Dec 20 21:57:31.358 INFO STEP 1183 (remove_files) COMPLETE
79072024-12-20T21:57:32.263Z[ recovery-image] Dec 20 21:57:31.358 INFO O| Dec 20 21:57:31.358 INFO STEP 1184: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
79082024-12-20T21:57:32.281Z[ recovery-image] Dec 20 21:57:31.379 INFO O| Dec 20 21:57:31.379 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/traceroute"
79092024-12-20T21:57:32.281Z[ recovery-image] Dec 20 21:57:31.379 INFO O| Dec 20 21:57:31.379 INFO STEP 1184 (remove_files) COMPLETE
79102024-12-20T21:57:32.283Z[ recovery-image] Dec 20 21:57:31.379 INFO O| Dec 20 21:57:31.379 INFO STEP 1185: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
79112024-12-20T21:57:32.300Z[ recovery-image] Dec 20 21:57:31.398 INFO O| Dec 20 21:57:31.398 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/trapstat"
79122024-12-20T21:57:32.300Z[ recovery-image] Dec 20 21:57:31.398 INFO O| Dec 20 21:57:31.398 INFO STEP 1185 (remove_files) COMPLETE
79132024-12-20T21:57:32.303Z[ recovery-image] Dec 20 21:57:31.398 INFO O| Dec 20 21:57:31.398 INFO STEP 1186: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
79142024-12-20T21:57:32.350Z[ recovery-image] Dec 20 21:57:31.448 INFO O| Dec 20 21:57:31.448 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/ttyadm"
79152024-12-20T21:57:32.353Z[ recovery-image] Dec 20 21:57:31.448 INFO O| Dec 20 21:57:31.448 INFO STEP 1186 (remove_files) COMPLETE
79162024-12-20T21:57:32.353Z[ recovery-image] Dec 20 21:57:31.449 INFO O| Dec 20 21:57:31.448 INFO STEP 1187: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
79172024-12-20T21:57:32.372Z[ recovery-image] Dec 20 21:57:31.470 INFO O| Dec 20 21:57:31.470 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/ucodeadm"
79182024-12-20T21:57:32.372Z[ recovery-image] Dec 20 21:57:31.470 INFO O| Dec 20 21:57:31.470 INFO STEP 1187 (remove_files) COMPLETE
79192024-12-20T21:57:32.372Z[ recovery-image] Dec 20 21:57:31.470 INFO O| Dec 20 21:57:31.470 INFO STEP 1188: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
79202024-12-20T21:57:32.410Z[ recovery-image] Dec 20 21:57:31.508 INFO O| Dec 20 21:57:31.508 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/umountall"
79212024-12-20T21:57:32.410Z[ recovery-image] Dec 20 21:57:31.508 INFO O| Dec 20 21:57:31.508 INFO STEP 1188 (remove_files) COMPLETE
79222024-12-20T21:57:32.412Z[ recovery-image] Dec 20 21:57:31.508 INFO O| Dec 20 21:57:31.508 INFO STEP 1189: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
79232024-12-20T21:57:32.433Z[ recovery-image] Dec 20 21:57:31.531 INFO O| Dec 20 21:57:31.531 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/unlink"
79242024-12-20T21:57:32.433Z[ recovery-image] Dec 20 21:57:31.531 INFO O| Dec 20 21:57:31.531 INFO STEP 1189 (remove_files) COMPLETE
79252024-12-20T21:57:32.433Z[ recovery-image] Dec 20 21:57:31.531 INFO O| Dec 20 21:57:31.531 INFO STEP 1190: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
79262024-12-20T21:57:32.472Z[ recovery-image] Dec 20 21:57:31.570 INFO O| Dec 20 21:57:31.570 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/unshare"
79272024-12-20T21:57:32.472Z[ recovery-image] Dec 20 21:57:31.570 INFO O| Dec 20 21:57:31.570 INFO STEP 1190 (remove_files) COMPLETE
79282024-12-20T21:57:32.472Z[ recovery-image] Dec 20 21:57:31.570 INFO O| Dec 20 21:57:31.570 INFO STEP 1191: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
79292024-12-20T21:57:32.494Z[ recovery-image] Dec 20 21:57:31.592 INFO O| Dec 20 21:57:31.592 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/unshareall"
79302024-12-20T21:57:32.494Z[ recovery-image] Dec 20 21:57:31.592 INFO O| Dec 20 21:57:31.592 INFO STEP 1191 (remove_files) COMPLETE
79312024-12-20T21:57:32.494Z[ recovery-image] Dec 20 21:57:31.592 INFO O| Dec 20 21:57:31.592 INFO STEP 1192: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
79322024-12-20T21:57:32.531Z[ recovery-image] Dec 20 21:57:31.629 INFO O| Dec 20 21:57:31.629 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/update_drv"
79332024-12-20T21:57:32.531Z[ recovery-image] Dec 20 21:57:31.629 INFO O| Dec 20 21:57:31.629 INFO STEP 1192 (remove_files) COMPLETE
79342024-12-20T21:57:32.531Z[ recovery-image] Dec 20 21:57:31.629 INFO O| Dec 20 21:57:31.629 INFO STEP 1193: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
79352024-12-20T21:57:32.567Z[ recovery-image] Dec 20 21:57:31.665 INFO O| Dec 20 21:57:31.665 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/useradd"
79362024-12-20T21:57:32.567Z[ recovery-image] Dec 20 21:57:31.665 INFO O| Dec 20 21:57:31.665 INFO STEP 1193 (remove_files) COMPLETE
79372024-12-20T21:57:32.567Z[ recovery-image] Dec 20 21:57:31.665 INFO O| Dec 20 21:57:31.665 INFO STEP 1194: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
79382024-12-20T21:57:32.598Z[ recovery-image] Dec 20 21:57:31.696 INFO O| Dec 20 21:57:31.696 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/userdel"
79392024-12-20T21:57:32.598Z[ recovery-image] Dec 20 21:57:31.696 INFO O| Dec 20 21:57:31.696 INFO STEP 1194 (remove_files) COMPLETE
79402024-12-20T21:57:32.598Z[ recovery-image] Dec 20 21:57:31.696 INFO O| Dec 20 21:57:31.696 INFO STEP 1195: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
79412024-12-20T21:57:32.639Z[ recovery-image] Dec 20 21:57:31.737 INFO O| Dec 20 21:57:31.737 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/usermod"
79422024-12-20T21:57:32.641Z[ recovery-image] Dec 20 21:57:31.737 INFO O| Dec 20 21:57:31.737 INFO STEP 1195 (remove_files) COMPLETE
79432024-12-20T21:57:32.642Z[ recovery-image] Dec 20 21:57:31.737 INFO O| Dec 20 21:57:31.737 INFO STEP 1196: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
79442024-12-20T21:57:32.670Z[ recovery-image] Dec 20 21:57:31.768 INFO O| Dec 20 21:57:31.768 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/volcopy"
79452024-12-20T21:57:32.673Z[ recovery-image] Dec 20 21:57:31.768 INFO O| Dec 20 21:57:31.768 INFO STEP 1196 (remove_files) COMPLETE
79462024-12-20T21:57:32.673Z[ recovery-image] Dec 20 21:57:31.769 INFO O| Dec 20 21:57:31.769 INFO STEP 1197: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
79472024-12-20T21:57:32.692Z[ recovery-image] Dec 20 21:57:31.790 INFO O| Dec 20 21:57:31.790 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/wall"
79482024-12-20T21:57:32.695Z[ recovery-image] Dec 20 21:57:31.790 INFO O| Dec 20 21:57:31.790 INFO STEP 1197 (remove_files) COMPLETE
79492024-12-20T21:57:32.695Z[ recovery-image] Dec 20 21:57:31.791 INFO O| Dec 20 21:57:31.791 INFO STEP 1198: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
79502024-12-20T21:57:32.713Z[ recovery-image] Dec 20 21:57:31.811 INFO O| Dec 20 21:57:31.811 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/whodo"
79512024-12-20T21:57:32.715Z[ recovery-image] Dec 20 21:57:31.811 INFO O| Dec 20 21:57:31.811 INFO STEP 1198 (remove_files) COMPLETE
79522024-12-20T21:57:32.715Z[ recovery-image] Dec 20 21:57:31.811 INFO O| Dec 20 21:57:31.811 INFO STEP 1199: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
79532024-12-20T21:57:32.744Z[ recovery-image] Dec 20 21:57:31.842 INFO O| Dec 20 21:57:31.842 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/zdb"
79542024-12-20T21:57:32.744Z[ recovery-image] Dec 20 21:57:31.842 INFO O| Dec 20 21:57:31.842 INFO STEP 1199 (remove_files) COMPLETE
79552024-12-20T21:57:32.747Z[ recovery-image] Dec 20 21:57:31.843 INFO O| Dec 20 21:57:31.842 INFO STEP 1200: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
79562024-12-20T21:57:32.768Z[ recovery-image] Dec 20 21:57:31.867 INFO O| Dec 20 21:57:31.866 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/zdump"
79572024-12-20T21:57:32.771Z[ recovery-image] Dec 20 21:57:31.867 INFO O| Dec 20 21:57:31.867 INFO STEP 1200 (remove_files) COMPLETE
79582024-12-20T21:57:32.771Z[ recovery-image] Dec 20 21:57:31.867 INFO O| Dec 20 21:57:31.867 INFO STEP 1201: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
79592024-12-20T21:57:32.809Z[ recovery-image] Dec 20 21:57:31.907 INFO O| Dec 20 21:57:31.907 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/zic"
79602024-12-20T21:57:32.811Z[ recovery-image] Dec 20 21:57:31.907 INFO O| Dec 20 21:57:31.907 INFO STEP 1201 (remove_files) COMPLETE
79612024-12-20T21:57:32.811Z[ recovery-image] Dec 20 21:57:31.907 INFO O| Dec 20 21:57:31.907 INFO STEP 1202: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
79622024-12-20T21:57:32.829Z[ recovery-image] Dec 20 21:57:31.927 INFO O| Dec 20 21:57:31.927 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/zlogin"
79632024-12-20T21:57:32.831Z[ recovery-image] Dec 20 21:57:31.927 INFO O| Dec 20 21:57:31.927 INFO STEP 1202 (remove_files) COMPLETE
79642024-12-20T21:57:32.831Z[ recovery-image] Dec 20 21:57:31.927 INFO O| Dec 20 21:57:31.927 INFO STEP 1203: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
79652024-12-20T21:57:32.849Z[ recovery-image] Dec 20 21:57:31.947 INFO O| Dec 20 21:57:31.947 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/zoneadm"
79662024-12-20T21:57:32.849Z[ recovery-image] Dec 20 21:57:31.947 INFO O| Dec 20 21:57:31.947 INFO STEP 1203 (remove_files) COMPLETE
79672024-12-20T21:57:32.849Z[ recovery-image] Dec 20 21:57:31.947 INFO O| Dec 20 21:57:31.947 INFO STEP 1204: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
79682024-12-20T21:57:32.869Z[ recovery-image] Dec 20 21:57:31.967 INFO O| Dec 20 21:57:31.967 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/zonecfg"
79692024-12-20T21:57:32.869Z[ recovery-image] Dec 20 21:57:31.967 INFO O| Dec 20 21:57:31.967 INFO STEP 1204 (remove_files) COMPLETE
79702024-12-20T21:57:32.871Z[ recovery-image] Dec 20 21:57:31.967 INFO O| Dec 20 21:57:31.967 INFO STEP 1205: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
79712024-12-20T21:57:32.888Z[ recovery-image] Dec 20 21:57:31.986 INFO O| Dec 20 21:57:31.986 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/zstreamdump"
79722024-12-20T21:57:32.888Z[ recovery-image] Dec 20 21:57:31.986 INFO O| Dec 20 21:57:31.986 INFO STEP 1205 (remove_files) COMPLETE
79732024-12-20T21:57:32.888Z[ recovery-image] Dec 20 21:57:31.986 INFO O| Dec 20 21:57:31.986 INFO STEP 1206: pack_tar, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-03-recovery-trim.json
79742024-12-20T21:57:32.920Z[ recovery-image] Dec 20 21:57:32.018 INFO O| Dec 20 21:57:32.018 INFO file /rpool/images/build/recovery/output/gimlet-recovery-ramdisk.tar does not already exist, skipping removal
79752024-12-20T21:57:32.920Z[ recovery-image] Dec 20 21:57:32.018 INFO O| Dec 20 21:57:32.018 INFO exec: ["/usr/sbin/tar", "ceEp@/f", "/rpool/images/build/recovery/output/gimlet-recovery-ramdisk.tar", "-C", "/rpool/images/build/recovery/work/gimlet/ramdisk", "."]
79762024-12-20T21:57:33.711Z[ host-image] Dec 20 21:57:32.809 INFO O| Dec 20 21:57:32.809 INFO O| Planning: Solver setup ... Done
79772024-12-20T21:57:33.718Z[ host-image] Dec 20 21:57:32.816 INFO O| Dec 20 21:57:32.816 INFO O| Planning: Running solver ... Done
79782024-12-20T21:57:33.806Z[ host-image] Dec 20 21:57:32.904 INFO O| Dec 20 21:57:32.904 INFO O| Planning: Finding local manifests ... Done
79792024-12-20T21:57:33.809Z[ host-image] Dec 20 21:57:32.907 INFO O| Dec 20 21:57:32.907 INFO O| Planning: Fetching manifests: 0/5 0% complete
79802024-12-20T21:57:34.074Z[ host-image] Dec 20 21:57:33.172 INFO O| Dec 20 21:57:33.171 INFO O| Planning: Fetching manifests: 5/5 100% complete
79812024-12-20T21:57:34.112Z[ host-image] Dec 20 21:57:33.211 INFO O| Dec 20 21:57:33.211 INFO O| Planning: Package planning ... Done
79822024-12-20T21:57:34.120Z[ host-image] Dec 20 21:57:33.218 INFO O| Dec 20 21:57:33.218 INFO O| Planning: Merging actions ... Done
79832024-12-20T21:57:34.267Z[ host-image] Dec 20 21:57:33.365 INFO O| Dec 20 21:57:33.365 INFO O| Planning: Checking for conflicting actions ... Done
79842024-12-20T21:57:34.270Z[ host-image] Dec 20 21:57:33.367 INFO O| Dec 20 21:57:33.367 INFO O| Planning: Consolidating action changes ... Done
79852024-12-20T21:57:34.643Z[ recovery-image] Dec 20 21:57:33.741 INFO O| Dec 20 21:57:33.741 INFO STEP 1206 (pack_tar) COMPLETE
79862024-12-20T21:57:34.643Z[ recovery-image] Dec 20 21:57:33.741 INFO O| Dec 20 21:57:33.741 INFO creating output snapshot rpool/images/build/recovery/work/gimlet/ramdisk@recovery-trim
79872024-12-20T21:57:34.646Z[ recovery-image] Dec 20 21:57:33.741 INFO O| Dec 20 21:57:33.741 INFO CREATE SNAPSHOT: rpool/images/build/recovery/work/gimlet/ramdisk@recovery-trim
79882024-12-20T21:57:34.963Z[ host-image] Dec 20 21:57:34.061 INFO O| Dec 20 21:57:34.061 INFO O| Planning: Evaluating mediators ... Done
79892024-12-20T21:57:34.966Z[ host-image] Dec 20 21:57:34.064 INFO O| Dec 20 21:57:34.064 INFO O| Planning: Planning completed in 6.13 seconds
79902024-12-20T21:57:34.969Z[ host-image] Dec 20 21:57:34.067 INFO O| Dec 20 21:57:34.067 INFO O| Packages to install: 5
79912024-12-20T21:57:34.971Z[ host-image] Dec 20 21:57:34.067 INFO O| Dec 20 21:57:34.067 INFO O| Services to change: 2
79922024-12-20T21:57:35.022Z[ host-image] Dec 20 21:57:34.120 INFO O| Dec 20 21:57:34.120 INFO O| Download: 0/116 items 0.0/1.4MB 0% complete
79932024-12-20T21:57:35.046Z[ recovery-image] Dec 20 21:57:34.144 INFO O| Dec 20 21:57:34.144 INFO DESTROY DATASET: rpool/images/build/recovery/tmp/gimlet/ramdisk-03-recovery-trim
79942024-12-20T21:57:35.179Z[ recovery-image] Dec 20 21:57:34.277 INFO O| Dec 20 21:57:34.277 INFO completed processing gimlet/ramdisk-03-recovery-trim
79952024-12-20T21:57:35.189Z[ recovery-image] Dec 20 21:57:34.287 INFO image builder template: zfs-recovery...
79962024-12-20T21:57:35.189Z[ recovery-image] Dec 20 21:57:34.287 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/.tmpz5fbTL/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
79972024-12-20T21:57:35.242Z[ recovery-image] Dec 20 21:57:34.340 INFO O| Dec 20 21:57:34.340 INFO temporary dataset: rpool/images/build/recovery/tmp/gimlet/zfs-recovery
79982024-12-20T21:57:35.269Z[ recovery-image] Dec 20 21:57:34.367 INFO O| Dec 20 21:57:34.367 INFO CREATE DATASET: rpool/images/build/recovery/tmp/gimlet/zfs-recovery
79992024-12-20T21:57:35.385Z[ recovery-image] Dec 20 21:57:34.483 INFO O| Dec 20 21:57:34.483 INFO SET DATASET PROPERTY ON rpool/images/build/recovery/tmp/gimlet/zfs-recovery: sync = disabled
80002024-12-20T21:57:35.469Z[ recovery-image] Dec 20 21:57:34.567 INFO O| Dec 20 21:57:34.567 INFO temporary directory: /rpool/images/build/recovery/tmp/gimlet/zfs-recovery
80012024-12-20T21:57:35.469Z[ recovery-image] Dec 20 21:57:34.567 INFO O| Dec 20 21:57:34.567 INFO work dataset: rpool/images/build/recovery/work/gimlet/zfs-recovery
80022024-12-20T21:57:35.477Z[ recovery-image] Dec 20 21:57:34.576 INFO O| Dec 20 21:57:34.575 INFO CREATE DATASET: rpool/images/build/recovery/work/gimlet/zfs-recovery
80032024-12-20T21:57:35.588Z[ recovery-image] Dec 20 21:57:34.686 INFO O| Dec 20 21:57:34.686 INFO SET DATASET PROPERTY ON rpool/images/build/recovery/work/gimlet/zfs-recovery: sync = disabled
80042024-12-20T21:57:35.710Z[ recovery-image] Dec 20 21:57:34.808 INFO O| Dec 20 21:57:34.808 INFO DESTROY POOL: TEMPORARY-gimlet-zfs-recovery
80052024-12-20T21:57:35.728Z[ recovery-image] Dec 20 21:57:34.826 INFO O| Dec 20 21:57:34.826 INFO image file: /rpool/images/build/recovery/work/gimlet/zfs-recovery/lofi.raw
80062024-12-20T21:57:35.737Z[ recovery-image] Dec 20 21:57:34.835 INFO O| Dec 20 21:57:34.835 INFO pool altroot: /rpool/images/build/recovery/work/gimlet/zfs-recovery/altroot
80072024-12-20T21:57:35.743Z[ recovery-image] Dec 20 21:57:34.841 INFO O| Dec 20 21:57:34.841 INFO no lofi found
80082024-12-20T21:57:35.743Z[ recovery-image] Dec 20 21:57:34.841 INFO O| Dec 20 21:57:34.841 INFO file /rpool/images/build/recovery/work/gimlet/zfs-recovery/lofi.raw does not already exist, skipping removal
80092024-12-20T21:57:35.743Z[ recovery-image] Dec 20 21:57:34.841 INFO O| Dec 20 21:57:34.841 INFO CREATE IMAGE (2000MB): /rpool/images/build/recovery/work/gimlet/zfs-recovery/lofi.raw
80102024-12-20T21:57:37.337Z[ host-image] Dec 20 21:57:36.435 INFO O| Dec 20 21:57:36.435 INFO O| Download: Completed 1.45 MB in 2.31 seconds (639k/s)
80112024-12-20T21:57:37.389Z[ host-image] Dec 20 21:57:36.486 INFO O| Dec 20 21:57:36.486 INFO O| Actions: 1/305 actions (Installing new actions)
80122024-12-20T21:57:37.588Z[ host-image] Dec 20 21:57:36.686 INFO O| Dec 20 21:57:36.686 INFO O| Actions: Completed 305 actions in 0.20 seconds.
80132024-12-20T21:57:37.920Z[ recovery-image] Dec 20 21:57:37.017 INFO O| Dec 20 21:57:37.017 INFO lofi device = /dev/dsk/c2t1d0p0
80142024-12-20T21:57:37.920Z[ recovery-image] Dec 20 21:57:37.017 INFO O| Dec 20 21:57:37.017 INFO pool device = /dev/dsk/c2t1d0p0
80152024-12-20T21:57:37.923Z[ recovery-image] Dec 20 21:57:37.018 INFO O| Dec 20 21:57:37.018 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"]
80162024-12-20T21:57:38.127Z[ recovery-image] Dec 20 21:57:37.225 INFO O| Dec 20 21:57:37.225 INFO STEP 0: create_be, from: /work/oxidecomputer/helios/image/templates/gimlet/zfs-recovery.json
80172024-12-20T21:57:38.127Z[ recovery-image] Dec 20 21:57:37.225 INFO O| Dec 20 21:57:37.225 INFO CREATE DATASET: TEMPORARY-gimlet-zfs-recovery/ROOT
80182024-12-20T21:57:38.160Z[ recovery-image] Dec 20 21:57:37.258 INFO O| Dec 20 21:57:37.257 INFO SET DATASET PROPERTY ON TEMPORARY-gimlet-zfs-recovery/ROOT: canmount = off
80192024-12-20T21:57:38.252Z[ host-image] Dec 20 21:57:37.350 INFO O| Dec 20 21:57:37.350 INFO O| Done
80202024-12-20T21:57:38.252Z[ host-image] Dec 20 21:57:37.350 INFO O| Dec 20 21:57:37.350 INFO O| Done
80212024-12-20T21:57:38.533Z[ recovery-image] Dec 20 21:57:37.631 INFO O| Dec 20 21:57:37.631 INFO SET DATASET PROPERTY ON TEMPORARY-gimlet-zfs-recovery/ROOT: mountpoint = legacy
80222024-12-20T21:57:38.605Z[ recovery-image] Dec 20 21:57:37.701 INFO O| Dec 20 21:57:37.700 INFO CREATE DATASET: TEMPORARY-gimlet-zfs-recovery/ROOT/ramdisk
80232024-12-20T21:57:38.632Z[ recovery-image] Dec 20 21:57:37.729 INFO O| Dec 20 21:57:37.729 INFO SET DATASET PROPERTY ON TEMPORARY-gimlet-zfs-recovery/ROOT/ramdisk: canmount = noauto
80242024-12-20T21:57:38.655Z[ recovery-image] Dec 20 21:57:37.752 INFO O| Dec 20 21:57:37.752 INFO SET DATASET PROPERTY ON TEMPORARY-gimlet-zfs-recovery/ROOT/ramdisk: mountpoint = legacy
80252024-12-20T21:57:38.731Z[ recovery-image] Dec 20 21:57:37.829 INFO O| Dec 20 21:57:37.829 INFO creating directory: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a
80262024-12-20T21:57:38.732Z[ recovery-image] Dec 20 21:57:37.829 INFO O| Dec 20 21:57:37.829 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a
80272024-12-20T21:57:38.734Z[ recovery-image] Dec 20 21:57:37.829 INFO O| Dec 20 21:57:37.829 INFO exec: ["/sbin/mount", "-F", "zfs", "TEMPORARY-gimlet-zfs-recovery/ROOT/ramdisk", "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a"]
80282024-12-20T21:57:38.755Z[ recovery-image] Dec 20 21:57:37.853 INFO O| Dec 20 21:57:37.852 INFO boot environment UUID: c02f2b85-3b45-49fd-b5b0-c2fc957c958e
80292024-12-20T21:57:38.755Z[ recovery-image] Dec 20 21:57:37.853 INFO O| Dec 20 21:57:37.852 INFO SET DATASET PROPERTY ON TEMPORARY-gimlet-zfs-recovery/ROOT/ramdisk: org.opensolaris.libbe:uuid = c02f2b85-3b45-49fd-b5b0-c2fc957c958e
80302024-12-20T21:57:38.803Z[ recovery-image] Dec 20 21:57:37.900 INFO O| Dec 20 21:57:37.900 INFO SET DATASET PROPERTY ON TEMPORARY-gimlet-zfs-recovery/ROOT/ramdisk: org.opensolaris.libbe:policy = static
80312024-12-20T21:57:38.921Z[ recovery-image] Dec 20 21:57:38.019 INFO O| Dec 20 21:57:38.019 INFO STEP 0 (create_be) COMPLETE
80322024-12-20T21:57:38.921Z[ recovery-image] Dec 20 21:57:38.019 INFO O| Dec 20 21:57:38.019 INFO STEP 1: unpack_tar, from: /work/oxidecomputer/helios/image/templates/gimlet/zfs-recovery.json
80332024-12-20T21:57:39.017Z[ recovery-image] Dec 20 21:57:38.114 INFO O| Dec 20 21:57:38.114 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"]
80342024-12-20T21:57:39.702Z[ host-image] Dec 20 21:57:38.800 INFO O| Dec 20 21:57:38.800 INFO O| Done
80352024-12-20T21:57:43.040Z[ host-image] Dec 20 21:57:42.138 INFO O| Dec 20 21:57:42.137 INFO O| Done
80362024-12-20T21:57:43.121Z[ host-image] Dec 20 21:57:42.218 INFO O| Dec 20 21:57:42.218 INFO O| Done
80372024-12-20T21:57:43.124Z[ host-image] Dec 20 21:57:42.219 INFO O| Dec 20 21:57:42.218 INFO O| Done
80382024-12-20T21:57:43.195Z[ host-image] Dec 20 21:57:42.287 INFO O| Dec 20 21:57:42.287 INFO O| Done
80392024-12-20T21:57:43.475Z[ host-image] Dec 20 21:57:42.572 INFO O| Dec 20 21:57:42.572 INFO STEP 12 (pkg_install) COMPLETE
80402024-12-20T21:57:43.475Z[ host-image] Dec 20 21:57:42.572 INFO O| Dec 20 21:57:42.572 INFO STEP 13: pkg_install, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-01-os.json
80412024-12-20T21:57:43.496Z[ host-image] Dec 20 21:57:42.593 INFO O| Dec 20 21:57:42.593 INFO exec: ["/usr/bin/pkg", "-R", "/rpool/images/build/host/work/gimlet/ramdisk", "install", "/library/libxmlsec1", "/ooce/library/postgresql-13", "/system/zones/brand/omicron1"]
80422024-12-20T21:57:46.136Z[ recovery-image] Dec 20 21:57:45.233 INFO O| Dec 20 21:57:45.233 INFO STEP 1 (unpack_tar) COMPLETE
80432024-12-20T21:57:46.136Z[ recovery-image] Dec 20 21:57:45.233 INFO O| Dec 20 21:57:45.233 INFO STEP 2: devfsadm, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
80442024-12-20T21:57:46.154Z[ recovery-image] Dec 20 21:57:45.251 INFO O| Dec 20 21:57:45.251 INFO exec: ["/usr/sbin/devfsadm", "-r", "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a"]
80452024-12-20T21:57:46.399Z[ recovery-image] Dec 20 21:57:45.496 INFO O| Dec 20 21:57:45.496 INFO STEP 2 (devfsadm) COMPLETE
80462024-12-20T21:57:46.399Z[ recovery-image] Dec 20 21:57:45.496 INFO O| Dec 20 21:57:45.496 INFO STEP 3: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
80472024-12-20T21:57:46.417Z[ recovery-image] Dec 20 21:57:45.514 INFO O| Dec 20 21:57:45.514 INFO creating directory: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/dev/cfg
80482024-12-20T21:57:46.417Z[ recovery-image] Dec 20 21:57:45.514 INFO O| Dec 20 21:57:45.514 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/dev/cfg
80492024-12-20T21:57:46.420Z[ recovery-image] Dec 20 21:57:45.514 INFO O| Dec 20 21:57:45.514 INFO STEP 3 (ensure_dir) COMPLETE
80502024-12-20T21:57:46.420Z[ recovery-image] Dec 20 21:57:45.514 INFO O| Dec 20 21:57:45.514 INFO STEP 4: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
80512024-12-20T21:57:46.454Z[ recovery-image] Dec 20 21:57:45.551 INFO O| Dec 20 21:57:45.551 INFO ownership already OK (0:3), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/dev/dsk
80522024-12-20T21:57:46.454Z[ recovery-image] Dec 20 21:57:45.551 INFO O| Dec 20 21:57:45.551 INFO STEP 4 (ensure_dir) COMPLETE
80532024-12-20T21:57:46.457Z[ recovery-image] Dec 20 21:57:45.551 INFO O| Dec 20 21:57:45.551 INFO STEP 5: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
80542024-12-20T21:57:46.484Z[ recovery-image] Dec 20 21:57:45.580 INFO O| Dec 20 21:57:45.580 INFO ownership already OK (0:3), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/dev/rdsk
80552024-12-20T21:57:46.484Z[ recovery-image] Dec 20 21:57:45.580 INFO O| Dec 20 21:57:45.580 INFO STEP 5 (ensure_dir) COMPLETE
80562024-12-20T21:57:46.484Z[ recovery-image] Dec 20 21:57:45.580 INFO O| Dec 20 21:57:45.580 INFO STEP 6: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
80572024-12-20T21:57:46.501Z[ recovery-image] Dec 20 21:57:45.598 INFO O| Dec 20 21:57:45.598 INFO creating directory: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/dev/sensors
80582024-12-20T21:57:46.504Z[ recovery-image] Dec 20 21:57:45.598 INFO O| Dec 20 21:57:45.598 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/dev/sensors
80592024-12-20T21:57:46.504Z[ recovery-image] Dec 20 21:57:45.598 INFO O| Dec 20 21:57:45.598 INFO STEP 6 (ensure_dir) COMPLETE
80602024-12-20T21:57:46.504Z[ recovery-image] Dec 20 21:57:45.598 INFO O| Dec 20 21:57:45.598 INFO STEP 7: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
80612024-12-20T21:57:46.531Z[ recovery-image] Dec 20 21:57:45.628 INFO O| Dec 20 21:57:45.628 INFO creating directory: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/dev/usb
80622024-12-20T21:57:46.534Z[ recovery-image] Dec 20 21:57:45.629 INFO O| Dec 20 21:57:45.628 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/dev/usb
80632024-12-20T21:57:46.534Z[ recovery-image] Dec 20 21:57:45.629 INFO O| Dec 20 21:57:45.629 INFO STEP 7 (ensure_dir) COMPLETE
80642024-12-20T21:57:46.534Z[ recovery-image] Dec 20 21:57:45.629 INFO O| Dec 20 21:57:45.629 INFO STEP 8: remove_files, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
80652024-12-20T21:57:46.534Z[ host-image] Dec 20 21:57:45.631 INFO O| Dec 20 21:57:45.630 INFO O| Startup: Refreshing catalog 'helios-dev' ... Done
80662024-12-20T21:57:46.562Z[ recovery-image] Dec 20 21:57:45.659 INFO O| Dec 20 21:57:45.659 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a/dev/cfg"
80672024-12-20T21:57:46.565Z[ recovery-image] Dec 20 21:57:45.659 INFO O| Dec 20 21:57:45.659 INFO STEP 8 (remove_files) COMPLETE
80682024-12-20T21:57:46.565Z[ recovery-image] Dec 20 21:57:45.659 INFO O| Dec 20 21:57:45.659 INFO STEP 9: remove_files, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
80692024-12-20T21:57:46.594Z[ recovery-image] Dec 20 21:57:45.691 INFO O| Dec 20 21:57:45.691 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a/dev/dsk"
80702024-12-20T21:57:46.597Z[ recovery-image] Dec 20 21:57:45.692 INFO O| Dec 20 21:57:45.692 INFO STEP 9 (remove_files) COMPLETE
80712024-12-20T21:57:46.597Z[ recovery-image] Dec 20 21:57:45.692 INFO O| Dec 20 21:57:45.692 INFO STEP 10: remove_files, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
80722024-12-20T21:57:46.674Z[ recovery-image] Dec 20 21:57:45.771 INFO O| Dec 20 21:57:45.771 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a/dev/rdsk"
80732024-12-20T21:57:46.676Z[ recovery-image] Dec 20 21:57:45.772 INFO O| Dec 20 21:57:45.772 INFO STEP 10 (remove_files) COMPLETE
80742024-12-20T21:57:46.676Z[ recovery-image] Dec 20 21:57:45.772 INFO O| Dec 20 21:57:45.772 INFO STEP 11: remove_files, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
80752024-12-20T21:57:46.696Z[ recovery-image] Dec 20 21:57:45.793 INFO O| Dec 20 21:57:45.793 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a/dev/sensors"
80762024-12-20T21:57:46.696Z[ recovery-image] Dec 20 21:57:45.793 INFO O| Dec 20 21:57:45.793 INFO STEP 11 (remove_files) COMPLETE
80772024-12-20T21:57:46.699Z[ recovery-image] Dec 20 21:57:45.793 INFO O| Dec 20 21:57:45.793 INFO STEP 12: remove_files, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
80782024-12-20T21:57:46.718Z[ recovery-image] Dec 20 21:57:45.815 INFO O| Dec 20 21:57:45.815 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a/dev/usb"
80792024-12-20T21:57:46.718Z[ recovery-image] Dec 20 21:57:45.815 INFO O| Dec 20 21:57:45.815 INFO STEP 12 (remove_files) COMPLETE
80802024-12-20T21:57:46.718Z[ recovery-image] Dec 20 21:57:45.815 INFO O| Dec 20 21:57:45.815 INFO STEP 13: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
80812024-12-20T21:57:46.751Z[ recovery-image] Dec 20 21:57:45.848 INFO O| Dec 20 21:57:45.848 INFO creating directory: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/dev/cfg
80822024-12-20T21:57:46.751Z[ recovery-image] Dec 20 21:57:45.848 INFO O| Dec 20 21:57:45.848 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/dev/cfg
80832024-12-20T21:57:46.751Z[ recovery-image] Dec 20 21:57:45.848 INFO O| Dec 20 21:57:45.848 INFO STEP 13 (ensure_dir) COMPLETE
80842024-12-20T21:57:46.754Z[ recovery-image] Dec 20 21:57:45.848 INFO O| Dec 20 21:57:45.848 INFO STEP 14: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
80852024-12-20T21:57:46.810Z[ recovery-image] Dec 20 21:57:45.907 INFO O| Dec 20 21:57:45.907 INFO creating directory: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/dev/dsk
80862024-12-20T21:57:46.810Z[ recovery-image] Dec 20 21:57:45.907 INFO O| Dec 20 21:57:45.907 INFO ownership wrong (Id(0):Id(0), not 0:3), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/dev/dsk
80872024-12-20T21:57:46.812Z[ recovery-image] Dec 20 21:57:45.907 INFO O| Dec 20 21:57:45.907 INFO chown ok, path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/dev/dsk
80882024-12-20T21:57:46.812Z[ recovery-image] Dec 20 21:57:45.907 INFO O| Dec 20 21:57:45.907 INFO STEP 14 (ensure_dir) COMPLETE
80892024-12-20T21:57:46.812Z[ recovery-image] Dec 20 21:57:45.907 INFO O| Dec 20 21:57:45.907 INFO STEP 15: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
80902024-12-20T21:57:46.855Z[ recovery-image] Dec 20 21:57:45.952 INFO O| Dec 20 21:57:45.952 INFO creating directory: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/dev/rdsk
80912024-12-20T21:57:46.855Z[ recovery-image] Dec 20 21:57:45.952 INFO O| Dec 20 21:57:45.952 INFO ownership wrong (Id(0):Id(0), not 0:3), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/dev/rdsk
80922024-12-20T21:57:46.855Z[ recovery-image] Dec 20 21:57:45.952 INFO O| Dec 20 21:57:45.952 INFO chown ok, path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/dev/rdsk
80932024-12-20T21:57:46.857Z[ recovery-image] Dec 20 21:57:45.952 INFO O| Dec 20 21:57:45.952 INFO STEP 15 (ensure_dir) COMPLETE
80942024-12-20T21:57:46.857Z[ recovery-image] Dec 20 21:57:45.952 INFO O| Dec 20 21:57:45.952 INFO STEP 16: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
80952024-12-20T21:57:46.875Z[ recovery-image] Dec 20 21:57:45.972 INFO O| Dec 20 21:57:45.972 INFO creating directory: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/dev/sensors
80962024-12-20T21:57:46.875Z[ recovery-image] Dec 20 21:57:45.972 INFO O| Dec 20 21:57:45.972 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/dev/sensors
80972024-12-20T21:57:46.878Z[ recovery-image] Dec 20 21:57:45.972 INFO O| Dec 20 21:57:45.972 INFO STEP 16 (ensure_dir) COMPLETE
80982024-12-20T21:57:46.878Z[ recovery-image] Dec 20 21:57:45.972 INFO O| Dec 20 21:57:45.972 INFO STEP 17: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
80992024-12-20T21:57:46.895Z[ recovery-image] Dec 20 21:57:45.992 INFO O| Dec 20 21:57:45.991 INFO creating directory: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/dev/usb
81002024-12-20T21:57:46.897Z[ recovery-image] Dec 20 21:57:45.992 INFO O| Dec 20 21:57:45.992 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/dev/usb
81012024-12-20T21:57:46.897Z[ recovery-image] Dec 20 21:57:45.992 INFO O| Dec 20 21:57:45.992 INFO STEP 17 (ensure_dir) COMPLETE
81022024-12-20T21:57:46.897Z[ recovery-image] Dec 20 21:57:45.992 INFO O| Dec 20 21:57:45.992 INFO STEP 18: ensure_symlink, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
81032024-12-20T21:57:46.916Z[ recovery-image] Dec 20 21:57:46.013 INFO O| Dec 20 21:57:46.013 INFO link target ok (../devices/pseudo/sysmsg@0:msglog)
81042024-12-20T21:57:46.916Z[ recovery-image] Dec 20 21:57:46.013 INFO O| Dec 20 21:57:46.013 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/dev/msglog
81052024-12-20T21:57:46.916Z[ recovery-image] Dec 20 21:57:46.013 INFO O| Dec 20 21:57:46.013 INFO ok!
81062024-12-20T21:57:46.919Z[ recovery-image] Dec 20 21:57:46.013 INFO O| Dec 20 21:57:46.013 INFO STEP 18 (ensure_symlink) COMPLETE
81072024-12-20T21:57:46.919Z[ recovery-image] Dec 20 21:57:46.013 INFO O| Dec 20 21:57:46.013 INFO STEP 19: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
81082024-12-20T21:57:46.956Z[ recovery-image] Dec 20 21:57:46.053 INFO O| Dec 20 21:57:46.053 INFO file /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/reconfigure exists, with correct contents
81092024-12-20T21:57:46.956Z[ recovery-image] Dec 20 21:57:46.053 INFO O| Dec 20 21:57:46.053 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/reconfigure
81102024-12-20T21:57:46.958Z[ recovery-image] Dec 20 21:57:46.053 INFO O| Dec 20 21:57:46.053 INFO ok!
81112024-12-20T21:57:46.959Z[ recovery-image] Dec 20 21:57:46.053 INFO O| Dec 20 21:57:46.053 INFO STEP 19 (ensure_file) COMPLETE
81122024-12-20T21:57:46.959Z[ recovery-image] Dec 20 21:57:46.053 INFO O| Dec 20 21:57:46.053 INFO STEP 20: ensure_symlink, from: /work/oxidecomputer/helios/image/templates/include/common.json
81132024-12-20T21:57:46.975Z[ recovery-image] Dec 20 21:57:46.072 INFO O| Dec 20 21:57:46.072 INFO link /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/svc/profile/generic.xml does not exist
81142024-12-20T21:57:46.975Z[ recovery-image] Dec 20 21:57:46.072 INFO O| Dec 20 21:57:46.072 INFO linking /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/svc/profile/generic.xml -> generic_limited_net.xml ...
81152024-12-20T21:57:46.978Z[ recovery-image] Dec 20 21:57:46.072 INFO O| Dec 20 21:57:46.072 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/svc/profile/generic.xml
81162024-12-20T21:57:46.978Z[ recovery-image] Dec 20 21:57:46.072 INFO O| Dec 20 21:57:46.072 INFO ok!
81172024-12-20T21:57:46.978Z[ recovery-image] Dec 20 21:57:46.072 INFO O| Dec 20 21:57:46.072 INFO STEP 20 (ensure_symlink) COMPLETE
81182024-12-20T21:57:46.978Z[ recovery-image] Dec 20 21:57:46.072 INFO O| Dec 20 21:57:46.072 INFO STEP 21: ensure_symlink, from: /work/oxidecomputer/helios/image/templates/include/common.json
81192024-12-20T21:57:46.995Z[ recovery-image] Dec 20 21:57:46.091 INFO O| Dec 20 21:57:46.091 INFO link /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/svc/profile/inetd_services.xml does not exist
81202024-12-20T21:57:46.995Z[ recovery-image] Dec 20 21:57:46.091 INFO O| Dec 20 21:57:46.091 INFO linking /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/svc/profile/inetd_services.xml -> inetd_generic.xml ...
81212024-12-20T21:57:46.995Z[ recovery-image] Dec 20 21:57:46.091 INFO O| Dec 20 21:57:46.091 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/svc/profile/inetd_services.xml
81222024-12-20T21:57:46.995Z[ recovery-image] Dec 20 21:57:46.091 INFO O| Dec 20 21:57:46.091 INFO ok!
81232024-12-20T21:57:46.998Z[ recovery-image] Dec 20 21:57:46.091 INFO O| Dec 20 21:57:46.091 INFO STEP 21 (ensure_symlink) COMPLETE
81242024-12-20T21:57:46.998Z[ recovery-image] Dec 20 21:57:46.091 INFO O| Dec 20 21:57:46.091 INFO STEP 22: ensure_symlink, from: /work/oxidecomputer/helios/image/templates/include/common.json
81252024-12-20T21:57:47.013Z[ recovery-image] Dec 20 21:57:46.109 INFO O| Dec 20 21:57:46.109 INFO link /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/svc/profile/platform.xml does not exist
81262024-12-20T21:57:47.013Z[ recovery-image] Dec 20 21:57:46.109 INFO O| Dec 20 21:57:46.109 INFO linking /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/svc/profile/platform.xml -> platform_oxide.xml ...
81272024-12-20T21:57:47.013Z[ recovery-image] Dec 20 21:57:46.110 INFO O| Dec 20 21:57:46.109 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/svc/profile/platform.xml
81282024-12-20T21:57:47.013Z[ recovery-image] Dec 20 21:57:46.110 INFO O| Dec 20 21:57:46.110 INFO ok!
81292024-12-20T21:57:47.015Z[ recovery-image] Dec 20 21:57:46.110 INFO O| Dec 20 21:57:46.110 INFO STEP 22 (ensure_symlink) COMPLETE
81302024-12-20T21:57:47.015Z[ recovery-image] Dec 20 21:57:46.110 INFO O| Dec 20 21:57:46.110 INFO STEP 23: ensure_symlink, from: /work/oxidecomputer/helios/image/templates/include/common.json
81312024-12-20T21:57:47.043Z[ recovery-image] Dec 20 21:57:46.140 INFO O| Dec 20 21:57:46.140 INFO link /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/svc/profile/name_service.xml does not exist
81322024-12-20T21:57:47.043Z[ recovery-image] Dec 20 21:57:46.140 INFO O| Dec 20 21:57:46.140 INFO linking /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/svc/profile/name_service.xml -> ns_dns.xml ...
81332024-12-20T21:57:47.046Z[ recovery-image] Dec 20 21:57:46.141 INFO O| Dec 20 21:57:46.140 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/svc/profile/name_service.xml
81342024-12-20T21:57:47.046Z[ recovery-image] Dec 20 21:57:46.141 INFO O| Dec 20 21:57:46.141 INFO ok!
81352024-12-20T21:57:47.046Z[ recovery-image] Dec 20 21:57:46.141 INFO O| Dec 20 21:57:46.141 INFO STEP 23 (ensure_symlink) COMPLETE
81362024-12-20T21:57:47.046Z[ recovery-image] Dec 20 21:57:46.141 INFO O| Dec 20 21:57:46.141 INFO STEP 24: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/common.json
81372024-12-20T21:57:47.102Z[ recovery-image] Dec 20 21:57:46.199 INFO O| Dec 20 21:57:46.199 WARN file /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/nsswitch.conf exists, with wrong contents, unlinking
81382024-12-20T21:57:47.102Z[ recovery-image] Dec 20 21:57:46.199 INFO O| Dec 20 21:57:46.199 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 ...
81392024-12-20T21:57:47.105Z[ recovery-image] Dec 20 21:57:46.199 INFO O| Dec 20 21:57:46.199 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/nsswitch.conf
81402024-12-20T21:57:47.105Z[ recovery-image] Dec 20 21:57:46.199 INFO O| Dec 20 21:57:46.199 INFO ok!
81412024-12-20T21:57:47.105Z[ recovery-image] Dec 20 21:57:46.199 INFO O| Dec 20 21:57:46.199 INFO STEP 24 (ensure_file) COMPLETE
81422024-12-20T21:57:47.105Z[ recovery-image] Dec 20 21:57:46.199 INFO O| Dec 20 21:57:46.199 INFO STEP 25: shadow, from: /work/oxidecomputer/helios/image/templates/include/common.json
81432024-12-20T21:57:47.140Z[ recovery-image] Dec 20 21:57:46.237 INFO O| Dec 20 21:57:46.237 INFO updating shadow file
81442024-12-20T21:57:47.142Z[ recovery-image] Dec 20 21:57:46.237 INFO O| Dec 20 21:57:46.237 INFO ownership wrong (Id(0):Id(3), not 0:0), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/shadow
81452024-12-20T21:57:47.142Z[ recovery-image] Dec 20 21:57:46.238 INFO O| Dec 20 21:57:46.238 INFO chown ok, path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/shadow
81462024-12-20T21:57:47.142Z[ recovery-image] Dec 20 21:57:46.238 INFO O| Dec 20 21:57:46.238 INFO STEP 25 (shadow) COMPLETE
81472024-12-20T21:57:47.142Z[ recovery-image] Dec 20 21:57:46.238 INFO O| Dec 20 21:57:46.238 INFO STEP 26: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/common.json
81482024-12-20T21:57:47.160Z[ recovery-image] Dec 20 21:57:46.257 INFO O| Dec 20 21:57:46.257 WARN file /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/inet/hosts exists, with wrong contents, unlinking
81492024-12-20T21:57:47.163Z[ recovery-image] Dec 20 21:57:46.258 INFO O| Dec 20 21:57:46.258 INFO copying /work/oxidecomputer/helios/image/templates/files/hosts -> /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/inet/hosts ...
81502024-12-20T21:57:47.163Z[ recovery-image] Dec 20 21:57:46.258 INFO O| Dec 20 21:57:46.258 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/inet/hosts
81512024-12-20T21:57:47.163Z[ recovery-image] Dec 20 21:57:46.258 INFO O| Dec 20 21:57:46.258 INFO ok!
81522024-12-20T21:57:47.163Z[ recovery-image] Dec 20 21:57:46.258 INFO O| Dec 20 21:57:46.258 INFO STEP 26 (ensure_file) COMPLETE
81532024-12-20T21:57:47.163Z[ recovery-image] Dec 20 21:57:46.258 INFO O| Dec 20 21:57:46.258 INFO STEP 27: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/common.json
81542024-12-20T21:57:47.180Z[ recovery-image] Dec 20 21:57:46.277 INFO O| Dec 20 21:57:46.277 INFO file /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/nodename does not exist
81552024-12-20T21:57:47.180Z[ recovery-image] Dec 20 21:57:46.277 INFO O| Dec 20 21:57:46.277 INFO writing /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/nodename ...
81562024-12-20T21:57:47.182Z[ recovery-image] Dec 20 21:57:46.277 INFO O| Dec 20 21:57:46.277 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/nodename
81572024-12-20T21:57:47.182Z[ recovery-image] Dec 20 21:57:46.277 INFO O| Dec 20 21:57:46.277 INFO ok!
81582024-12-20T21:57:47.182Z[ recovery-image] Dec 20 21:57:46.277 INFO O| Dec 20 21:57:46.277 INFO STEP 27 (ensure_file) COMPLETE
81592024-12-20T21:57:47.183Z[ recovery-image] Dec 20 21:57:46.277 INFO O| Dec 20 21:57:46.277 INFO STEP 28: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/common.json
81602024-12-20T21:57:47.199Z[ recovery-image] Dec 20 21:57:46.296 INFO O| Dec 20 21:57:46.296 WARN file /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/default/dhcpagent exists, with wrong contents, unlinking
81612024-12-20T21:57:47.202Z[ recovery-image] Dec 20 21:57:46.296 INFO O| Dec 20 21:57:46.296 INFO copying /work/oxidecomputer/helios/image/templates/files/dhcpagent -> /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/default/dhcpagent ...
81622024-12-20T21:57:47.202Z[ recovery-image] Dec 20 21:57:46.297 INFO O| Dec 20 21:57:46.297 INFO ownership wrong (Id(0):Id(0), not 0:3), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/default/dhcpagent
81632024-12-20T21:57:47.202Z[ recovery-image] Dec 20 21:57:46.297 INFO O| Dec 20 21:57:46.297 INFO chown ok, path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/default/dhcpagent
81642024-12-20T21:57:47.202Z[ recovery-image] Dec 20 21:57:46.297 INFO O| Dec 20 21:57:46.297 INFO ok!
81652024-12-20T21:57:47.202Z[ recovery-image] Dec 20 21:57:46.297 INFO O| Dec 20 21:57:46.297 INFO STEP 28 (ensure_file) COMPLETE
81662024-12-20T21:57:47.202Z[ recovery-image] Dec 20 21:57:46.297 INFO O| Dec 20 21:57:46.297 INFO STEP 29: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/common.json
81672024-12-20T21:57:47.219Z[ recovery-image] Dec 20 21:57:46.316 INFO O| Dec 20 21:57:46.316 INFO file /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/resolv.conf does not exist
81682024-12-20T21:57:47.219Z[ recovery-image] Dec 20 21:57:46.316 INFO O| Dec 20 21:57:46.316 INFO writing /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/resolv.conf ...
81692024-12-20T21:57:47.221Z[ recovery-image] Dec 20 21:57:46.316 INFO O| Dec 20 21:57:46.316 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/resolv.conf
81702024-12-20T21:57:47.221Z[ recovery-image] Dec 20 21:57:46.316 INFO O| Dec 20 21:57:46.316 INFO ok!
81712024-12-20T21:57:47.221Z[ recovery-image] Dec 20 21:57:46.316 INFO O| Dec 20 21:57:46.316 INFO STEP 29 (ensure_file) COMPLETE
81722024-12-20T21:57:47.221Z[ recovery-image] Dec 20 21:57:46.316 INFO O| Dec 20 21:57:46.316 INFO STEP 30: ensure_file, from: /work/oxidecomputer/helios/image/templates/gimlet/zfs-recovery.json
81732024-12-20T21:57:47.245Z[ recovery-image] Dec 20 21:57:46.342 INFO O| Dec 20 21:57:46.342 INFO file /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/auto_master does not exist
81742024-12-20T21:57:47.246Z[ recovery-image] Dec 20 21:57:46.342 INFO O| Dec 20 21:57:46.342 INFO copying /work/oxidecomputer/helios/image/templates/files/auto_master -> /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/auto_master ...
81752024-12-20T21:57:47.246Z[ recovery-image] Dec 20 21:57:46.342 INFO O| Dec 20 21:57:46.342 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/auto_master
81762024-12-20T21:57:47.248Z[ recovery-image] Dec 20 21:57:46.343 INFO O| Dec 20 21:57:46.342 INFO ok!
81772024-12-20T21:57:47.248Z[ recovery-image] Dec 20 21:57:46.343 INFO O| Dec 20 21:57:46.342 INFO STEP 30 (ensure_file) COMPLETE
81782024-12-20T21:57:47.248Z[ recovery-image] Dec 20 21:57:46.343 INFO O| Dec 20 21:57:46.343 INFO STEP 31: ensure_file, from: /work/oxidecomputer/helios/image/templates/gimlet/zfs-recovery.json
81792024-12-20T21:57:47.274Z[ recovery-image] Dec 20 21:57:46.371 INFO O| Dec 20 21:57:46.371 WARN file /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/ttydefs exists, with wrong contents, unlinking
81802024-12-20T21:57:47.274Z[ recovery-image] Dec 20 21:57:46.371 INFO O| Dec 20 21:57:46.371 INFO copying /work/oxidecomputer/helios/image/templates/files/ttydefs.3000000 -> /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/ttydefs ...
81812024-12-20T21:57:47.277Z[ recovery-image] Dec 20 21:57:46.371 INFO O| Dec 20 21:57:46.371 INFO ownership wrong (Id(0):Id(0), not 0:3), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/ttydefs
81822024-12-20T21:57:47.277Z[ recovery-image] Dec 20 21:57:46.371 INFO O| Dec 20 21:57:46.371 INFO chown ok, path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/ttydefs
81832024-12-20T21:57:47.277Z[ recovery-image] Dec 20 21:57:46.371 INFO O| Dec 20 21:57:46.371 INFO ok!
81842024-12-20T21:57:47.277Z[ recovery-image] Dec 20 21:57:46.371 INFO O| Dec 20 21:57:46.371 INFO STEP 31 (ensure_file) COMPLETE
81852024-12-20T21:57:47.277Z[ recovery-image] Dec 20 21:57:46.371 INFO O| Dec 20 21:57:46.371 INFO STEP 32: ensure_file, from: /work/oxidecomputer/helios/image/templates/gimlet/zfs-recovery.json
81862024-12-20T21:57:47.295Z[ recovery-image] Dec 20 21:57:46.392 INFO O| Dec 20 21:57:46.391 WARN file /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/default/init exists, with wrong contents, unlinking
81872024-12-20T21:57:47.295Z[ recovery-image] Dec 20 21:57:46.392 INFO O| Dec 20 21:57:46.392 INFO copying /work/oxidecomputer/helios/image/templates/files/default_init -> /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/default/init ...
81882024-12-20T21:57:47.295Z[ recovery-image] Dec 20 21:57:46.392 INFO O| Dec 20 21:57:46.392 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/default/init
81892024-12-20T21:57:47.298Z[ recovery-image] Dec 20 21:57:46.392 INFO O| Dec 20 21:57:46.392 INFO ok!
81902024-12-20T21:57:47.298Z[ recovery-image] Dec 20 21:57:46.392 INFO O| Dec 20 21:57:46.392 INFO STEP 32 (ensure_file) COMPLETE
81912024-12-20T21:57:47.298Z[ recovery-image] Dec 20 21:57:46.392 INFO O| Dec 20 21:57:46.392 INFO STEP 33: ensure_file, from: /work/oxidecomputer/helios/image/templates/gimlet/zfs-recovery.json
81922024-12-20T21:57:47.314Z[ recovery-image] Dec 20 21:57:46.411 INFO O| Dec 20 21:57:46.411 WARN file /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/ssh/sshd_config exists, with wrong contents, unlinking
81932024-12-20T21:57:47.314Z[ recovery-image] Dec 20 21:57:46.411 INFO O| Dec 20 21:57:46.411 INFO copying /work/oxidecomputer/helios/image/templates/files/sshd_config -> /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/ssh/sshd_config ...
81942024-12-20T21:57:47.317Z[ recovery-image] Dec 20 21:57:46.412 INFO O| Dec 20 21:57:46.411 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/ssh/sshd_config
81952024-12-20T21:57:47.317Z[ recovery-image] Dec 20 21:57:46.412 INFO O| Dec 20 21:57:46.411 INFO ok!
81962024-12-20T21:57:47.317Z[ recovery-image] Dec 20 21:57:46.412 INFO O| Dec 20 21:57:46.411 INFO STEP 33 (ensure_file) COMPLETE
81972024-12-20T21:57:47.317Z[ recovery-image] Dec 20 21:57:46.412 INFO O| Dec 20 21:57:46.411 INFO STEP 34: ensure_file, from: /work/oxidecomputer/helios/image/templates/gimlet/zfs-recovery.json
81982024-12-20T21:57:47.341Z[ recovery-image] Dec 20 21:57:46.438 INFO O| Dec 20 21:57:46.438 INFO file /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/usr/lib/bootparams does not exist
81992024-12-20T21:57:47.341Z[ recovery-image] Dec 20 21:57:46.438 INFO O| Dec 20 21:57:46.438 INFO copying /work/oxidecomputer/helios/image/templates/files/bootparams.sh -> /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/usr/lib/bootparams ...
82002024-12-20T21:57:47.343Z[ recovery-image] Dec 20 21:57:46.438 INFO O| Dec 20 21:57:46.438 INFO perms are 644, should be 755, path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/usr/lib/bootparams
82012024-12-20T21:57:47.343Z[ recovery-image] Dec 20 21:57:46.438 INFO O| Dec 20 21:57:46.438 INFO chmod ok, path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/usr/lib/bootparams
82022024-12-20T21:57:47.343Z[ recovery-image] Dec 20 21:57:46.438 INFO O| Dec 20 21:57:46.438 INFO ownership wrong (Id(0):Id(0), not 0:2), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/usr/lib/bootparams
82032024-12-20T21:57:47.343Z[ recovery-image] Dec 20 21:57:46.438 INFO O| Dec 20 21:57:46.438 INFO chown ok, path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/usr/lib/bootparams
82042024-12-20T21:57:47.343Z[ recovery-image] Dec 20 21:57:46.438 INFO O| Dec 20 21:57:46.438 INFO ok!
82052024-12-20T21:57:47.343Z[ recovery-image] Dec 20 21:57:46.438 INFO O| Dec 20 21:57:46.438 INFO STEP 34 (ensure_file) COMPLETE
82062024-12-20T21:57:47.344Z[ recovery-image] Dec 20 21:57:46.439 INFO O| Dec 20 21:57:46.438 INFO STEP 35: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/t6-firmware.json
82072024-12-20T21:57:47.404Z[ recovery-image] Dec 20 21:57:46.501 INFO O| Dec 20 21:57:46.501 INFO creating directory: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/platform/Oxide,Gimlet/firmware
82082024-12-20T21:57:47.404Z[ recovery-image] Dec 20 21:57:46.501 INFO O| Dec 20 21:57:46.501 INFO ownership wrong (Id(0):Id(0), not 0:3), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/platform/Oxide,Gimlet/firmware
82092024-12-20T21:57:47.423Z[ recovery-image] Dec 20 21:57:46.501 INFO O| Dec 20 21:57:46.501 INFO chown ok, path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/platform/Oxide,Gimlet/firmware
82102024-12-20T21:57:47.423Z[ recovery-image] Dec 20 21:57:46.501 INFO O| Dec 20 21:57:46.501 INFO STEP 35 (ensure_dir) COMPLETE
82112024-12-20T21:57:47.423Z[ recovery-image] Dec 20 21:57:46.501 INFO O| Dec 20 21:57:46.501 INFO STEP 36: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/t6-firmware.json
82122024-12-20T21:57:47.427Z[ recovery-image] Dec 20 21:57:46.524 INFO O| Dec 20 21:57:46.524 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
82132024-12-20T21:57:47.427Z[ recovery-image] Dec 20 21:57:46.524 INFO O| Dec 20 21:57:46.524 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 ...
82142024-12-20T21:57:47.430Z[ recovery-image] Dec 20 21:57:46.525 INFO O| Dec 20 21:57:46.524 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
82152024-12-20T21:57:47.430Z[ recovery-image] Dec 20 21:57:46.525 INFO O| Dec 20 21:57:46.525 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
82162024-12-20T21:57:47.430Z[ recovery-image] Dec 20 21:57:46.525 INFO O| Dec 20 21:57:46.525 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
82172024-12-20T21:57:47.430Z[ recovery-image] Dec 20 21:57:46.525 INFO O| Dec 20 21:57:46.525 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
82182024-12-20T21:57:47.430Z[ recovery-image] Dec 20 21:57:46.525 INFO O| Dec 20 21:57:46.525 INFO ok!
82192024-12-20T21:57:47.430Z[ recovery-image] Dec 20 21:57:46.525 INFO O| Dec 20 21:57:46.525 INFO STEP 36 (ensure_file) COMPLETE
82202024-12-20T21:57:47.430Z[ recovery-image] Dec 20 21:57:46.525 INFO O| Dec 20 21:57:46.525 INFO STEP 37: ensure_symlink, from: /work/oxidecomputer/helios/image/templates/include/t6-firmware.json
82212024-12-20T21:57:47.448Z[ recovery-image] Dec 20 21:57:46.545 INFO O| Dec 20 21:57:46.545 INFO link /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/platform/Oxide,Gimlet/firmware/t6srom.bin does not exist
82222024-12-20T21:57:47.451Z[ recovery-image] Dec 20 21:57:46.545 INFO O| Dec 20 21:57:46.545 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 ...
82232024-12-20T21:57:47.451Z[ recovery-image] Dec 20 21:57:46.545 INFO O| Dec 20 21:57:46.545 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/platform/Oxide,Gimlet/firmware/t6srom.bin
82242024-12-20T21:57:47.451Z[ recovery-image] Dec 20 21:57:46.545 INFO O| Dec 20 21:57:46.545 INFO ok!
82252024-12-20T21:57:47.451Z[ recovery-image] Dec 20 21:57:46.545 INFO O| Dec 20 21:57:46.545 INFO STEP 37 (ensure_symlink) COMPLETE
82262024-12-20T21:57:47.451Z[ recovery-image] Dec 20 21:57:46.545 INFO O| Dec 20 21:57:46.545 INFO STEP 38: ensure_file, from: /work/oxidecomputer/helios/image/templates/gimlet/zfs-recovery.json
82272024-12-20T21:57:47.467Z[ recovery-image] Dec 20 21:57:46.564 INFO O| Dec 20 21:57:46.564 INFO file /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/usr/lib/recovery-hostname does not exist
82282024-12-20T21:57:47.467Z[ recovery-image] Dec 20 21:57:46.564 INFO O| Dec 20 21:57:46.564 INFO copying /work/oxidecomputer/helios/image/templates/files/recovery-hostname.sh -> /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/usr/lib/recovery-hostname ...
82292024-12-20T21:57:47.470Z[ recovery-image] Dec 20 21:57:46.564 INFO O| Dec 20 21:57:46.564 INFO perms are 644, should be 755, path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/usr/lib/recovery-hostname
82302024-12-20T21:57:47.470Z[ recovery-image] Dec 20 21:57:46.564 INFO O| Dec 20 21:57:46.564 INFO chmod ok, path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/usr/lib/recovery-hostname
82312024-12-20T21:57:47.470Z[ recovery-image] Dec 20 21:57:46.564 INFO O| Dec 20 21:57:46.564 INFO ownership wrong (Id(0):Id(0), not 0:2), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/usr/lib/recovery-hostname
82322024-12-20T21:57:47.470Z[ recovery-image] Dec 20 21:57:46.565 INFO O| Dec 20 21:57:46.565 INFO chown ok, path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/usr/lib/recovery-hostname
82332024-12-20T21:57:47.470Z[ recovery-image] Dec 20 21:57:46.565 INFO O| Dec 20 21:57:46.565 INFO ok!
82342024-12-20T21:57:47.470Z[ recovery-image] Dec 20 21:57:46.565 INFO O| Dec 20 21:57:46.565 INFO STEP 38 (ensure_file) COMPLETE
82352024-12-20T21:57:47.470Z[ recovery-image] Dec 20 21:57:46.565 INFO O| Dec 20 21:57:46.565 INFO STEP 39: ensure_file, from: /work/oxidecomputer/helios/image/templates/gimlet/zfs-recovery.json
82362024-12-20T21:57:47.501Z[ recovery-image] Dec 20 21:57:46.598 INFO O| Dec 20 21:57:46.598 INFO file /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/lib/svc/manifest/site/recovery-hostname.xml does not exist
82372024-12-20T21:57:47.501Z[ recovery-image] Dec 20 21:57:46.598 INFO O| Dec 20 21:57:46.598 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 ...
82382024-12-20T21:57:47.501Z[ recovery-image] Dec 20 21:57:46.598 INFO O| Dec 20 21:57:46.598 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
82392024-12-20T21:57:47.504Z[ recovery-image] Dec 20 21:57:46.598 INFO O| Dec 20 21:57:46.598 INFO chown ok, path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/lib/svc/manifest/site/recovery-hostname.xml
82402024-12-20T21:57:47.504Z[ recovery-image] Dec 20 21:57:46.598 INFO O| Dec 20 21:57:46.598 INFO ok!
82412024-12-20T21:57:47.504Z[ recovery-image] Dec 20 21:57:46.599 INFO O| Dec 20 21:57:46.599 INFO STEP 39 (ensure_file) COMPLETE
82422024-12-20T21:57:47.504Z[ recovery-image] Dec 20 21:57:46.599 INFO O| Dec 20 21:57:46.599 INFO STEP 40: ensure_file, from: /work/oxidecomputer/helios/image/templates/gimlet/zfs-recovery.json
82432024-12-20T21:57:47.537Z[ recovery-image] Dec 20 21:57:46.633 INFO O| Dec 20 21:57:46.633 INFO file /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/var/svc/profile/site.xml does not exist
82442024-12-20T21:57:47.537Z[ recovery-image] Dec 20 21:57:46.633 INFO O| Dec 20 21:57:46.633 INFO copying /work/oxidecomputer/helios/image/templates/files/site.xml -> /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/var/svc/profile/site.xml ...
82452024-12-20T21:57:47.537Z[ recovery-image] Dec 20 21:57:46.633 INFO O| Dec 20 21:57:46.633 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/var/svc/profile/site.xml
82462024-12-20T21:57:47.537Z[ recovery-image] Dec 20 21:57:46.634 INFO O| Dec 20 21:57:46.633 INFO ok!
82472024-12-20T21:57:47.539Z[ recovery-image] Dec 20 21:57:46.634 INFO O| Dec 20 21:57:46.633 INFO STEP 40 (ensure_file) COMPLETE
82482024-12-20T21:57:47.539Z[ recovery-image] Dec 20 21:57:46.634 INFO O| Dec 20 21:57:46.634 INFO STEP 41: shadow, from: /work/oxidecomputer/helios/image/templates/include/root-noauth.json
82492024-12-20T21:57:47.558Z[ recovery-image] Dec 20 21:57:46.655 INFO O| Dec 20 21:57:46.655 INFO updating shadow file
82502024-12-20T21:57:47.561Z[ recovery-image] Dec 20 21:57:46.655 INFO O| Dec 20 21:57:46.655 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/shadow
82512024-12-20T21:57:47.561Z[ recovery-image] Dec 20 21:57:46.655 INFO O| Dec 20 21:57:46.655 INFO STEP 41 (shadow) COMPLETE
82522024-12-20T21:57:47.561Z[ recovery-image] Dec 20 21:57:46.655 INFO O| Dec 20 21:57:46.655 INFO STEP 42: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/root-noauth.json
82532024-12-20T21:57:47.603Z[ recovery-image] Dec 20 21:57:46.700 INFO O| Dec 20 21:57:46.700 WARN file /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/default/login exists, with wrong contents, unlinking
82542024-12-20T21:57:47.603Z[ recovery-image] Dec 20 21:57:46.700 INFO O| Dec 20 21:57:46.700 INFO copying /work/oxidecomputer/helios/image/templates/files/mfg_default_login -> /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/default/login ...
82552024-12-20T21:57:47.606Z[ recovery-image] Dec 20 21:57:46.700 INFO O| Dec 20 21:57:46.700 INFO ownership wrong (Id(0):Id(0), not 0:3), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/default/login
82562024-12-20T21:57:47.606Z[ recovery-image] Dec 20 21:57:46.700 INFO O| Dec 20 21:57:46.700 INFO chown ok, path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/default/login
82572024-12-20T21:57:47.606Z[ recovery-image] Dec 20 21:57:46.700 INFO O| Dec 20 21:57:46.700 INFO ok!
82582024-12-20T21:57:47.606Z[ recovery-image] Dec 20 21:57:46.700 INFO O| Dec 20 21:57:46.700 INFO STEP 42 (ensure_file) COMPLETE
82592024-12-20T21:57:47.606Z[ recovery-image] Dec 20 21:57:46.700 INFO O| Dec 20 21:57:46.700 INFO STEP 43: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json
82602024-12-20T21:57:47.638Z[ recovery-image] Dec 20 21:57:46.734 INFO O| Dec 20 21:57:46.734 INFO ownership already OK (0:3), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/opt
82612024-12-20T21:57:47.638Z[ recovery-image] Dec 20 21:57:46.734 INFO O| Dec 20 21:57:46.734 INFO STEP 43 (ensure_dir) COMPLETE
82622024-12-20T21:57:47.638Z[ recovery-image] Dec 20 21:57:46.735 INFO O| Dec 20 21:57:46.734 INFO STEP 44: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json
82632024-12-20T21:57:47.699Z[ recovery-image] Dec 20 21:57:46.796 INFO O| Dec 20 21:57:46.796 INFO ownership wrong (Id(0):Id(2), not 0:0), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/opt/oxide
82642024-12-20T21:57:47.699Z[ recovery-image] Dec 20 21:57:46.796 INFO O| Dec 20 21:57:46.796 INFO chown ok, path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/opt/oxide
82652024-12-20T21:57:47.699Z[ recovery-image] Dec 20 21:57:46.796 INFO O| Dec 20 21:57:46.796 INFO STEP 44 (ensure_dir) COMPLETE
82662024-12-20T21:57:47.702Z[ recovery-image] Dec 20 21:57:46.796 INFO O| Dec 20 21:57:46.796 INFO STEP 45: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json
82672024-12-20T21:57:47.727Z[ recovery-image] Dec 20 21:57:46.824 INFO O| Dec 20 21:57:46.823 INFO creating directory: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/opt/oxide/installinator
82682024-12-20T21:57:47.727Z[ recovery-image] Dec 20 21:57:46.824 INFO O| Dec 20 21:57:46.824 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/opt/oxide/installinator
82692024-12-20T21:57:47.729Z[ recovery-image] Dec 20 21:57:46.824 INFO O| Dec 20 21:57:46.824 INFO STEP 45 (ensure_dir) COMPLETE
82702024-12-20T21:57:47.729Z[ recovery-image] Dec 20 21:57:46.824 INFO O| Dec 20 21:57:46.824 INFO STEP 46: ensure_file, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json
82712024-12-20T21:57:47.745Z[ recovery-image] Dec 20 21:57:46.842 INFO O| Dec 20 21:57:46.842 INFO file /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/opt/oxide/installinator/installinator does not exist
82722024-12-20T21:57:47.745Z[ recovery-image] Dec 20 21:57:46.842 INFO O| Dec 20 21:57:46.842 INFO copying /tmp/.tmpz5fbTL/proto/recovery/root/opt/oxide/installinator/installinator -> /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/opt/oxide/installinator/installinator ...
82732024-12-20T21:57:48.812Z[ recovery-image] Dec 20 21:57:46.906 INFO O| Dec 20 21:57:46.906 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/opt/oxide/installinator/installinator
82742024-12-20T21:57:48.812Z[ recovery-image] Dec 20 21:57:46.906 INFO O| Dec 20 21:57:46.906 INFO ok!
82752024-12-20T21:57:48.812Z[ recovery-image] Dec 20 21:57:46.906 INFO O| Dec 20 21:57:46.906 INFO STEP 46 (ensure_file) COMPLETE
82762024-12-20T21:57:48.815Z[ recovery-image] Dec 20 21:57:46.906 INFO O| Dec 20 21:57:46.906 INFO STEP 47: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json
82772024-12-20T21:57:48.815Z[ recovery-image] Dec 20 21:57:46.953 INFO O| Dec 20 21:57:46.953 INFO creating directory: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/opt/oxide/installinator/pkg
82782024-12-20T21:57:48.815Z[ recovery-image] Dec 20 21:57:46.953 INFO O| Dec 20 21:57:46.953 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/opt/oxide/installinator/pkg
82792024-12-20T21:57:48.815Z[ recovery-image] Dec 20 21:57:46.953 INFO O| Dec 20 21:57:46.953 INFO STEP 47 (ensure_dir) COMPLETE
82802024-12-20T21:57:48.815Z[ recovery-image] Dec 20 21:57:46.953 INFO O| Dec 20 21:57:46.953 INFO STEP 48: ensure_file, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json
82812024-12-20T21:57:48.815Z[ recovery-image] Dec 20 21:57:46.978 INFO O| Dec 20 21:57:46.978 INFO file /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/opt/oxide/installinator/VERSION does not exist
82822024-12-20T21:57:48.815Z[ recovery-image] Dec 20 21:57:46.979 INFO O| Dec 20 21:57:46.978 INFO copying /tmp/.tmpz5fbTL/proto/recovery/root/opt/oxide/installinator/VERSION -> /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/opt/oxide/installinator/VERSION ...
82832024-12-20T21:57:48.815Z[ recovery-image] Dec 20 21:57:46.979 INFO O| Dec 20 21:57:46.979 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/opt/oxide/installinator/VERSION
82842024-12-20T21:57:48.815Z[ recovery-image] Dec 20 21:57:46.979 INFO O| Dec 20 21:57:46.979 INFO ok!
82852024-12-20T21:57:48.815Z[ recovery-image] Dec 20 21:57:46.979 INFO O| Dec 20 21:57:46.979 INFO STEP 48 (ensure_file) COMPLETE
82862024-12-20T21:57:48.815Z[ recovery-image] Dec 20 21:57:46.979 INFO O| Dec 20 21:57:46.979 INFO STEP 49: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json
82872024-12-20T21:57:48.815Z[ recovery-image] Dec 20 21:57:47.021 INFO O| Dec 20 21:57:47.021 INFO creating directory: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/opt/oxide/mg-ddm
82882024-12-20T21:57:48.816Z[ recovery-image] Dec 20 21:57:47.022 INFO O| Dec 20 21:57:47.021 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/opt/oxide/mg-ddm
82892024-12-20T21:57:48.816Z[ recovery-image] Dec 20 21:57:47.022 INFO O| Dec 20 21:57:47.022 INFO STEP 49 (ensure_dir) COMPLETE
82902024-12-20T21:57:48.816Z[ recovery-image] Dec 20 21:57:47.022 INFO O| Dec 20 21:57:47.022 INFO STEP 50: ensure_file, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json
82912024-12-20T21:57:48.816Z[ recovery-image] Dec 20 21:57:47.062 INFO O| Dec 20 21:57:47.062 INFO file /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/opt/oxide/mg-ddm/ddmadm does not exist
82922024-12-20T21:57:48.816Z[ recovery-image] Dec 20 21:57:47.062 INFO O| Dec 20 21:57:47.062 INFO copying /tmp/.tmpz5fbTL/proto/recovery/root/opt/oxide/mg-ddm/ddmadm -> /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/opt/oxide/mg-ddm/ddmadm ...
82932024-12-20T21:57:48.816Z[ recovery-image] Dec 20 21:57:47.085 INFO O| Dec 20 21:57:47.085 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/opt/oxide/mg-ddm/ddmadm
82942024-12-20T21:57:48.816Z[ recovery-image] Dec 20 21:57:47.085 INFO O| Dec 20 21:57:47.085 INFO ok!
82952024-12-20T21:57:48.816Z[ recovery-image] Dec 20 21:57:47.085 INFO O| Dec 20 21:57:47.085 INFO STEP 50 (ensure_file) COMPLETE
82962024-12-20T21:57:48.816Z[ recovery-image] Dec 20 21:57:47.085 INFO O| Dec 20 21:57:47.085 INFO STEP 51: ensure_file, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json
82972024-12-20T21:57:48.816Z[ recovery-image] Dec 20 21:57:47.110 INFO O| Dec 20 21:57:47.110 INFO file /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/opt/oxide/mg-ddm/ddmd does not exist
82982024-12-20T21:57:48.816Z[ recovery-image] Dec 20 21:57:47.110 INFO O| Dec 20 21:57:47.110 INFO copying /tmp/.tmpz5fbTL/proto/recovery/root/opt/oxide/mg-ddm/ddmd -> /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/opt/oxide/mg-ddm/ddmd ...
82992024-12-20T21:57:50.093Z[ recovery-image] Dec 20 21:57:49.190 INFO O| Dec 20 21:57:49.189 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/opt/oxide/mg-ddm/ddmd
83002024-12-20T21:57:50.093Z[ recovery-image] Dec 20 21:57:49.190 INFO O| Dec 20 21:57:49.190 INFO ok!
83012024-12-20T21:57:50.096Z[ recovery-image] Dec 20 21:57:49.190 INFO O| Dec 20 21:57:49.190 INFO STEP 51 (ensure_file) COMPLETE
83022024-12-20T21:57:50.096Z[ recovery-image] Dec 20 21:57:49.190 INFO O| Dec 20 21:57:49.190 INFO STEP 52: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json
83032024-12-20T21:57:50.112Z[ recovery-image] Dec 20 21:57:49.209 INFO O| Dec 20 21:57:49.209 INFO creating directory: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/opt/oxide/mg-ddm/pkg
83042024-12-20T21:57:50.112Z[ recovery-image] Dec 20 21:57:49.209 INFO O| Dec 20 21:57:49.209 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/opt/oxide/mg-ddm/pkg
83052024-12-20T21:57:50.112Z[ recovery-image] Dec 20 21:57:49.209 INFO O| Dec 20 21:57:49.209 INFO STEP 52 (ensure_dir) COMPLETE
83062024-12-20T21:57:50.115Z[ recovery-image] Dec 20 21:57:49.209 INFO O| Dec 20 21:57:49.209 INFO STEP 53: ensure_file, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json
83072024-12-20T21:57:50.149Z[ recovery-image] Dec 20 21:57:49.246 INFO O| Dec 20 21:57:49.246 INFO file /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/opt/oxide/mg-ddm/pkg/refresh_ctrun_child.sh does not exist
83082024-12-20T21:57:50.149Z[ recovery-image] Dec 20 21:57:49.246 INFO O| Dec 20 21:57:49.246 INFO copying /tmp/.tmpz5fbTL/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 ...
83092024-12-20T21:57:50.152Z[ recovery-image] Dec 20 21:57:49.246 INFO O| Dec 20 21:57:49.246 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
83102024-12-20T21:57:50.152Z[ recovery-image] Dec 20 21:57:49.246 INFO O| Dec 20 21:57:49.246 INFO ok!
83112024-12-20T21:57:50.152Z[ recovery-image] Dec 20 21:57:49.246 INFO O| Dec 20 21:57:49.246 INFO STEP 53 (ensure_file) COMPLETE
83122024-12-20T21:57:50.152Z[ recovery-image] Dec 20 21:57:49.246 INFO O| Dec 20 21:57:49.246 INFO STEP 54: ensure_file, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json
83132024-12-20T21:57:50.167Z[ recovery-image] Dec 20 21:57:49.264 INFO O| Dec 20 21:57:49.264 INFO file /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/opt/oxide/mg-ddm/pkg/mgd_method_script.sh does not exist
83142024-12-20T21:57:50.168Z[ recovery-image] Dec 20 21:57:49.264 INFO O| Dec 20 21:57:49.264 INFO copying /tmp/.tmpz5fbTL/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 ...
83152024-12-20T21:57:50.170Z[ recovery-image] Dec 20 21:57:49.264 INFO O| Dec 20 21:57:49.264 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
83162024-12-20T21:57:50.170Z[ recovery-image] Dec 20 21:57:49.264 INFO O| Dec 20 21:57:49.264 INFO ok!
83172024-12-20T21:57:50.170Z[ recovery-image] Dec 20 21:57:49.264 INFO O| Dec 20 21:57:49.264 INFO STEP 54 (ensure_file) COMPLETE
83182024-12-20T21:57:50.170Z[ recovery-image] Dec 20 21:57:49.264 INFO O| Dec 20 21:57:49.264 INFO STEP 55: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json
83192024-12-20T21:57:50.185Z[ recovery-image] Dec 20 21:57:49.282 INFO O| Dec 20 21:57:49.282 INFO creating directory: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/opt/oxide/mg-ddm/pkg/mgd
83202024-12-20T21:57:50.185Z[ recovery-image] Dec 20 21:57:49.282 INFO O| Dec 20 21:57:49.282 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/opt/oxide/mg-ddm/pkg/mgd
83212024-12-20T21:57:50.185Z[ recovery-image] Dec 20 21:57:49.282 INFO O| Dec 20 21:57:49.282 INFO STEP 55 (ensure_dir) COMPLETE
83222024-12-20T21:57:50.187Z[ recovery-image] Dec 20 21:57:49.282 INFO O| Dec 20 21:57:49.282 INFO STEP 56: ensure_file, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json
83232024-12-20T21:57:50.220Z[ recovery-image] Dec 20 21:57:49.317 INFO O| Dec 20 21:57:49.317 INFO file /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/opt/oxide/mg-ddm/pkg/mgd/manifest.xml does not exist
83242024-12-20T21:57:50.220Z[ recovery-image] Dec 20 21:57:49.317 INFO O| Dec 20 21:57:49.317 INFO copying /tmp/.tmpz5fbTL/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 ...
83252024-12-20T21:57:50.223Z[ recovery-image] Dec 20 21:57:49.317 INFO O| Dec 20 21:57:49.317 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/opt/oxide/mg-ddm/pkg/mgd/manifest.xml
83262024-12-20T21:57:50.223Z[ recovery-image] Dec 20 21:57:49.317 INFO O| Dec 20 21:57:49.317 INFO ok!
83272024-12-20T21:57:50.223Z[ recovery-image] Dec 20 21:57:49.318 INFO O| Dec 20 21:57:49.317 INFO STEP 56 (ensure_file) COMPLETE
83282024-12-20T21:57:50.223Z[ recovery-image] Dec 20 21:57:49.318 INFO O| Dec 20 21:57:49.318 INFO STEP 57: ensure_file, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json
83292024-12-20T21:57:50.239Z[ recovery-image] Dec 20 21:57:49.335 INFO O| Dec 20 21:57:49.335 INFO file /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/opt/oxide/mg-ddm/pkg/ddm_method_script.sh does not exist
83302024-12-20T21:57:50.239Z[ recovery-image] Dec 20 21:57:49.335 INFO O| Dec 20 21:57:49.335 INFO copying /tmp/.tmpz5fbTL/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 ...
83312024-12-20T21:57:50.243Z[ recovery-image] Dec 20 21:57:49.336 INFO O| Dec 20 21:57:49.336 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
83322024-12-20T21:57:50.243Z[ recovery-image] Dec 20 21:57:49.336 INFO O| Dec 20 21:57:49.336 INFO ok!
83332024-12-20T21:57:50.243Z[ recovery-image] Dec 20 21:57:49.336 INFO O| Dec 20 21:57:49.336 INFO STEP 57 (ensure_file) COMPLETE
83342024-12-20T21:57:50.243Z[ recovery-image] Dec 20 21:57:49.336 INFO O| Dec 20 21:57:49.336 INFO STEP 58: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json
83352024-12-20T21:57:50.268Z[ recovery-image] Dec 20 21:57:49.365 INFO O| Dec 20 21:57:49.365 INFO creating directory: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/opt/oxide/mg-ddm/pkg/ddm
83362024-12-20T21:57:50.268Z[ recovery-image] Dec 20 21:57:49.365 INFO O| Dec 20 21:57:49.365 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/opt/oxide/mg-ddm/pkg/ddm
83372024-12-20T21:57:50.268Z[ recovery-image] Dec 20 21:57:49.365 INFO O| Dec 20 21:57:49.365 INFO STEP 58 (ensure_dir) COMPLETE
83382024-12-20T21:57:50.271Z[ recovery-image] Dec 20 21:57:49.365 INFO O| Dec 20 21:57:49.365 INFO STEP 59: ensure_file, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json
83392024-12-20T21:57:50.300Z[ recovery-image] Dec 20 21:57:49.397 INFO O| Dec 20 21:57:49.396 INFO file /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/opt/oxide/mg-ddm/pkg/ddm/manifest.xml does not exist
83402024-12-20T21:57:50.300Z[ recovery-image] Dec 20 21:57:49.397 INFO O| Dec 20 21:57:49.396 INFO copying /tmp/.tmpz5fbTL/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 ...
83412024-12-20T21:57:50.303Z[ recovery-image] Dec 20 21:57:49.397 INFO O| Dec 20 21:57:49.397 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/opt/oxide/mg-ddm/pkg/ddm/manifest.xml
83422024-12-20T21:57:50.303Z[ recovery-image] Dec 20 21:57:49.397 INFO O| Dec 20 21:57:49.397 INFO ok!
83432024-12-20T21:57:50.303Z[ recovery-image] Dec 20 21:57:49.397 INFO O| Dec 20 21:57:49.397 INFO STEP 59 (ensure_file) COMPLETE
83442024-12-20T21:57:50.303Z[ recovery-image] Dec 20 21:57:49.397 INFO O| Dec 20 21:57:49.397 INFO STEP 60: ensure_file, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json
83452024-12-20T21:57:50.335Z[ recovery-image] Dec 20 21:57:49.431 INFO O| Dec 20 21:57:49.431 INFO file /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/opt/oxide/mg-ddm/VERSION does not exist
83462024-12-20T21:57:50.335Z[ recovery-image] Dec 20 21:57:49.431 INFO O| Dec 20 21:57:49.431 INFO copying /tmp/.tmpz5fbTL/proto/recovery/root/opt/oxide/mg-ddm/VERSION -> /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/opt/oxide/mg-ddm/VERSION ...
83472024-12-20T21:57:50.335Z[ recovery-image] Dec 20 21:57:49.431 INFO O| Dec 20 21:57:49.431 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/opt/oxide/mg-ddm/VERSION
83482024-12-20T21:57:50.338Z[ recovery-image] Dec 20 21:57:49.432 INFO O| Dec 20 21:57:49.431 INFO ok!
83492024-12-20T21:57:50.338Z[ recovery-image] Dec 20 21:57:49.432 INFO O| Dec 20 21:57:49.431 INFO STEP 60 (ensure_file) COMPLETE
83502024-12-20T21:57:50.338Z[ recovery-image] Dec 20 21:57:49.432 INFO O| Dec 20 21:57:49.432 INFO STEP 61: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json
83512024-12-20T21:57:50.396Z[ recovery-image] Dec 20 21:57:49.493 INFO O| Dec 20 21:57:49.493 INFO ownership already OK (0:2), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/lib
83522024-12-20T21:57:50.396Z[ recovery-image] Dec 20 21:57:49.493 INFO O| Dec 20 21:57:49.493 INFO STEP 61 (ensure_dir) COMPLETE
83532024-12-20T21:57:50.399Z[ recovery-image] Dec 20 21:57:49.493 INFO O| Dec 20 21:57:49.493 INFO STEP 62: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json
83542024-12-20T21:57:50.455Z[ recovery-image] Dec 20 21:57:49.552 INFO O| Dec 20 21:57:49.552 INFO ownership already OK (0:2), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/lib/svc
83552024-12-20T21:57:50.455Z[ recovery-image] Dec 20 21:57:49.552 INFO O| Dec 20 21:57:49.552 INFO STEP 62 (ensure_dir) COMPLETE
83562024-12-20T21:57:50.458Z[ recovery-image] Dec 20 21:57:49.552 INFO O| Dec 20 21:57:49.552 INFO STEP 63: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json
83572024-12-20T21:57:50.496Z[ recovery-image] Dec 20 21:57:49.593 INFO O| Dec 20 21:57:49.593 INFO ownership already OK (0:3), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/lib/svc/manifest
83582024-12-20T21:57:50.496Z[ recovery-image] Dec 20 21:57:49.593 INFO O| Dec 20 21:57:49.593 INFO STEP 63 (ensure_dir) COMPLETE
83592024-12-20T21:57:50.499Z[ recovery-image] Dec 20 21:57:49.593 INFO O| Dec 20 21:57:49.593 INFO STEP 64: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json
83602024-12-20T21:57:50.565Z[ recovery-image] Dec 20 21:57:49.662 INFO O| Dec 20 21:57:49.661 INFO ownership already OK (0:3), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/lib/svc/manifest/site
83612024-12-20T21:57:50.565Z[ recovery-image] Dec 20 21:57:49.662 INFO O| Dec 20 21:57:49.662 INFO STEP 64 (ensure_dir) COMPLETE
83622024-12-20T21:57:50.568Z[ recovery-image] Dec 20 21:57:49.662 INFO O| Dec 20 21:57:49.662 INFO STEP 65: ensure_file, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json
83632024-12-20T21:57:50.583Z[ recovery-image] Dec 20 21:57:49.680 INFO O| Dec 20 21:57:49.680 INFO file /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/lib/svc/manifest/site/installinator.xml does not exist
83642024-12-20T21:57:50.583Z[ recovery-image] Dec 20 21:57:49.680 INFO O| Dec 20 21:57:49.680 INFO copying /tmp/.tmpz5fbTL/proto/recovery/root/lib/svc/manifest/site/installinator.xml -> /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/lib/svc/manifest/site/installinator.xml ...
83652024-12-20T21:57:50.586Z[ recovery-image] Dec 20 21:57:49.680 INFO O| Dec 20 21:57:49.680 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/lib/svc/manifest/site/installinator.xml
83662024-12-20T21:57:50.586Z[ recovery-image] Dec 20 21:57:49.680 INFO O| Dec 20 21:57:49.680 INFO ok!
83672024-12-20T21:57:50.586Z[ recovery-image] Dec 20 21:57:49.680 INFO O| Dec 20 21:57:49.680 INFO STEP 65 (ensure_file) COMPLETE
83682024-12-20T21:57:50.586Z[ recovery-image] Dec 20 21:57:49.680 INFO O| Dec 20 21:57:49.680 INFO STEP 66: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
83692024-12-20T21:57:50.608Z[ recovery-image] Dec 20 21:57:49.705 INFO O| Dec 20 21:57:49.705 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a/lib/svc/manifest/network/ipsec"
83702024-12-20T21:57:50.611Z[ recovery-image] Dec 20 21:57:49.705 INFO O| Dec 20 21:57:49.705 INFO STEP 66 (remove_files) COMPLETE
83712024-12-20T21:57:50.611Z[ recovery-image] Dec 20 21:57:49.705 INFO O| Dec 20 21:57:49.705 INFO STEP 67: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
83722024-12-20T21:57:50.644Z[ recovery-image] Dec 20 21:57:49.741 INFO O| Dec 20 21:57:49.741 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a/lib/svc/manifest/network/ldap"
83732024-12-20T21:57:50.648Z[ recovery-image] Dec 20 21:57:49.741 INFO O| Dec 20 21:57:49.741 INFO STEP 67 (remove_files) COMPLETE
83742024-12-20T21:57:50.648Z[ recovery-image] Dec 20 21:57:49.741 INFO O| Dec 20 21:57:49.741 INFO STEP 68: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
83752024-12-20T21:57:50.701Z[ recovery-image] Dec 20 21:57:49.798 INFO O| Dec 20 21:57:49.798 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a/lib/svc/manifest/network/rpc"
83762024-12-20T21:57:50.704Z[ recovery-image] Dec 20 21:57:49.798 INFO O| Dec 20 21:57:49.798 INFO STEP 68 (remove_files) COMPLETE
83772024-12-20T21:57:50.704Z[ recovery-image] Dec 20 21:57:49.798 INFO O| Dec 20 21:57:49.798 INFO STEP 69: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
83782024-12-20T21:57:50.719Z[ recovery-image] Dec 20 21:57:49.816 INFO O| Dec 20 21:57:49.816 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a/lib/svc/manifest/network/security"
83792024-12-20T21:57:50.722Z[ recovery-image] Dec 20 21:57:49.816 INFO O| Dec 20 21:57:49.816 INFO STEP 69 (remove_files) COMPLETE
83802024-12-20T21:57:50.722Z[ recovery-image] Dec 20 21:57:49.816 INFO O| Dec 20 21:57:49.816 INFO STEP 70: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
83812024-12-20T21:57:50.748Z[ recovery-image] Dec 20 21:57:49.844 INFO O| Dec 20 21:57:49.844 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a/lib/svc/manifest/network/shares"
83822024-12-20T21:57:50.750Z[ recovery-image] Dec 20 21:57:49.845 INFO O| Dec 20 21:57:49.845 INFO STEP 70 (remove_files) COMPLETE
83832024-12-20T21:57:50.750Z[ recovery-image] Dec 20 21:57:49.845 INFO O| Dec 20 21:57:49.845 INFO STEP 71: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
83842024-12-20T21:57:50.772Z[ recovery-image] Dec 20 21:57:49.868 INFO O| Dec 20 21:57:49.868 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a/lib/svc/manifest/network/smb"
83852024-12-20T21:57:50.775Z[ recovery-image] Dec 20 21:57:49.869 INFO O| Dec 20 21:57:49.869 INFO STEP 71 (remove_files) COMPLETE
83862024-12-20T21:57:50.775Z[ recovery-image] Dec 20 21:57:49.869 INFO O| Dec 20 21:57:49.869 INFO STEP 72: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
83872024-12-20T21:57:50.804Z[ recovery-image] Dec 20 21:57:49.900 INFO O| Dec 20 21:57:49.900 INFO remove file: "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a/lib/svc/manifest/application/management/net-snmp.xml"
83882024-12-20T21:57:50.804Z[ recovery-image] Dec 20 21:57:49.900 INFO O| Dec 20 21:57:49.900 INFO STEP 72 (remove_files) COMPLETE
83892024-12-20T21:57:50.806Z[ recovery-image] Dec 20 21:57:49.901 INFO O| Dec 20 21:57:49.900 INFO STEP 73: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
83902024-12-20T21:57:50.828Z[ recovery-image] Dec 20 21:57:49.925 INFO O| Dec 20 21:57:49.924 INFO remove file: "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a/lib/svc/manifest/application/security/tcsd.xml"
83912024-12-20T21:57:50.828Z[ recovery-image] Dec 20 21:57:49.925 INFO O| Dec 20 21:57:49.925 INFO STEP 73 (remove_files) COMPLETE
83922024-12-20T21:57:50.828Z[ recovery-image] Dec 20 21:57:49.925 INFO O| Dec 20 21:57:49.925 INFO STEP 74: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
83932024-12-20T21:57:50.851Z[ recovery-image] Dec 20 21:57:49.948 INFO O| Dec 20 21:57:49.948 INFO remove file: "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a/lib/svc/manifest/network/dns/install.xml"
83942024-12-20T21:57:50.854Z[ recovery-image] Dec 20 21:57:49.948 INFO O| Dec 20 21:57:49.948 INFO STEP 74 (remove_files) COMPLETE
83952024-12-20T21:57:50.854Z[ recovery-image] Dec 20 21:57:49.948 INFO O| Dec 20 21:57:49.948 INFO STEP 75: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
83962024-12-20T21:57:50.873Z[ recovery-image] Dec 20 21:57:49.969 INFO O| Dec 20 21:57:49.969 INFO remove file: "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a/lib/svc/manifest/network/inetd-upgrade.xml"
83972024-12-20T21:57:50.875Z[ recovery-image] Dec 20 21:57:49.970 INFO O| Dec 20 21:57:49.970 INFO STEP 75 (remove_files) COMPLETE
83982024-12-20T21:57:50.876Z[ recovery-image] Dec 20 21:57:49.970 INFO O| Dec 20 21:57:49.970 INFO STEP 76: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
83992024-12-20T21:57:50.892Z[ recovery-image] Dec 20 21:57:49.989 INFO O| Dec 20 21:57:49.988 INFO remove file: "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a/lib/svc/manifest/network/inetd.xml"
84002024-12-20T21:57:50.895Z[ recovery-image] Dec 20 21:57:49.989 INFO O| Dec 20 21:57:49.989 INFO STEP 76 (remove_files) COMPLETE
84012024-12-20T21:57:50.895Z[ recovery-image] Dec 20 21:57:49.989 INFO O| Dec 20 21:57:49.989 INFO STEP 77: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
84022024-12-20T21:57:50.926Z[ recovery-image] Dec 20 21:57:50.022 INFO O| Dec 20 21:57:50.022 INFO remove file: "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a/lib/svc/manifest/network/network-install.xml"
84032024-12-20T21:57:50.929Z[ recovery-image] Dec 20 21:57:50.023 INFO O| Dec 20 21:57:50.022 INFO STEP 77 (remove_files) COMPLETE
84042024-12-20T21:57:50.929Z[ recovery-image] Dec 20 21:57:50.023 INFO O| Dec 20 21:57:50.023 INFO STEP 78: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
84052024-12-20T21:57:50.972Z[ recovery-image] Dec 20 21:57:50.068 INFO O| Dec 20 21:57:50.068 INFO remove file: "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a/lib/svc/manifest/network/network-ipmp.xml"
84062024-12-20T21:57:50.972Z[ recovery-image] Dec 20 21:57:50.068 INFO O| Dec 20 21:57:50.068 INFO STEP 78 (remove_files) COMPLETE
84072024-12-20T21:57:50.972Z[ recovery-image] Dec 20 21:57:50.069 INFO O| Dec 20 21:57:50.068 INFO STEP 79: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
84082024-12-20T21:57:51.013Z[ recovery-image] Dec 20 21:57:50.110 INFO O| Dec 20 21:57:50.110 INFO remove file: "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a/lib/svc/manifest/network/network-iptun.xml"
84092024-12-20T21:57:51.013Z[ recovery-image] Dec 20 21:57:50.110 INFO O| Dec 20 21:57:50.110 INFO STEP 79 (remove_files) COMPLETE
84102024-12-20T21:57:51.016Z[ recovery-image] Dec 20 21:57:50.110 INFO O| Dec 20 21:57:50.110 INFO STEP 80: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
84112024-12-20T21:57:51.045Z[ recovery-image] Dec 20 21:57:50.141 INFO O| Dec 20 21:57:50.141 INFO remove file: "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a/lib/svc/manifest/network/network-location.xml"
84122024-12-20T21:57:51.045Z[ recovery-image] Dec 20 21:57:50.141 INFO O| Dec 20 21:57:50.141 INFO STEP 80 (remove_files) COMPLETE
84132024-12-20T21:57:51.047Z[ recovery-image] Dec 20 21:57:50.141 INFO O| Dec 20 21:57:50.141 INFO STEP 81: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
84142024-12-20T21:57:51.065Z[ recovery-image] Dec 20 21:57:50.162 INFO O| Dec 20 21:57:50.161 INFO remove file: "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a/lib/svc/manifest/network/network-netcfg.xml"
84152024-12-20T21:57:51.065Z[ recovery-image] Dec 20 21:57:50.162 INFO O| Dec 20 21:57:50.162 INFO STEP 81 (remove_files) COMPLETE
84162024-12-20T21:57:51.065Z[ recovery-image] Dec 20 21:57:50.162 INFO O| Dec 20 21:57:50.162 INFO STEP 82: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
84172024-12-20T21:57:51.084Z[ recovery-image] Dec 20 21:57:50.180 INFO O| Dec 20 21:57:50.180 INFO remove file: "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a/lib/svc/manifest/network/routing/rdisc.xml"
84182024-12-20T21:57:51.084Z[ recovery-image] Dec 20 21:57:50.180 INFO O| Dec 20 21:57:50.180 INFO STEP 82 (remove_files) COMPLETE
84192024-12-20T21:57:51.084Z[ recovery-image] Dec 20 21:57:50.180 INFO O| Dec 20 21:57:50.180 INFO STEP 83: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
84202024-12-20T21:57:51.120Z[ recovery-image] Dec 20 21:57:50.216 INFO O| Dec 20 21:57:50.216 INFO remove file: "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a/lib/svc/manifest/network/varpd.xml"
84212024-12-20T21:57:51.120Z[ recovery-image] Dec 20 21:57:50.216 INFO O| Dec 20 21:57:50.216 INFO STEP 83 (remove_files) COMPLETE
84222024-12-20T21:57:51.120Z[ recovery-image] Dec 20 21:57:50.216 INFO O| Dec 20 21:57:50.216 INFO STEP 84: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
84232024-12-20T21:57:51.141Z[ recovery-image] Dec 20 21:57:50.237 INFO O| Dec 20 21:57:50.237 INFO remove file: "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a/lib/svc/manifest/system/device/allocate.xml"
84242024-12-20T21:57:51.141Z[ recovery-image] Dec 20 21:57:50.237 INFO O| Dec 20 21:57:50.237 INFO STEP 84 (remove_files) COMPLETE
84252024-12-20T21:57:51.141Z[ recovery-image] Dec 20 21:57:50.237 INFO O| Dec 20 21:57:50.237 INFO STEP 85: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
84262024-12-20T21:57:51.177Z[ recovery-image] Dec 20 21:57:50.274 INFO O| Dec 20 21:57:50.274 INFO remove file: "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a/lib/svc/manifest/system/device/devices-audio.xml"
84272024-12-20T21:57:51.177Z[ recovery-image] Dec 20 21:57:50.274 INFO O| Dec 20 21:57:50.274 INFO STEP 85 (remove_files) COMPLETE
84282024-12-20T21:57:51.180Z[ recovery-image] Dec 20 21:57:50.274 INFO O| Dec 20 21:57:50.274 INFO STEP 86: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
84292024-12-20T21:57:51.198Z[ recovery-image] Dec 20 21:57:50.294 INFO O| Dec 20 21:57:50.294 INFO remove file: "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a/usr/lib/devfsadm/linkmod/SUNW_audio_link.so"
84302024-12-20T21:57:51.198Z[ recovery-image] Dec 20 21:57:50.295 INFO O| Dec 20 21:57:50.295 INFO STEP 86 (remove_files) COMPLETE
84312024-12-20T21:57:51.198Z[ recovery-image] Dec 20 21:57:50.295 INFO O| Dec 20 21:57:50.295 INFO STEP 87: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
84322024-12-20T21:57:51.235Z[ recovery-image] Dec 20 21:57:50.329 INFO O| Dec 20 21:57:50.329 INFO remove file: "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a/dev/sndstat"
84332024-12-20T21:57:51.235Z[ recovery-image] Dec 20 21:57:50.329 INFO O| Dec 20 21:57:50.329 INFO STEP 87 (remove_files) COMPLETE
84342024-12-20T21:57:51.235Z[ recovery-image] Dec 20 21:57:50.329 INFO O| Dec 20 21:57:50.329 INFO STEP 88: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
84352024-12-20T21:57:51.290Z[ recovery-image] Dec 20 21:57:50.386 INFO O| Dec 20 21:57:50.386 INFO remove file: "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a/lib/svc/manifest/system/device/mpxio-upgrade.xml"
84362024-12-20T21:57:51.290Z[ recovery-image] Dec 20 21:57:50.386 INFO O| Dec 20 21:57:50.386 INFO STEP 88 (remove_files) COMPLETE
84372024-12-20T21:57:51.290Z[ recovery-image] Dec 20 21:57:50.386 INFO O| Dec 20 21:57:50.386 INFO STEP 89: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
84382024-12-20T21:57:51.308Z[ recovery-image] Dec 20 21:57:50.405 INFO O| Dec 20 21:57:50.404 INFO remove file: "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a/lib/svc/manifest/system/hostid.xml"
84392024-12-20T21:57:51.308Z[ recovery-image] Dec 20 21:57:50.405 INFO O| Dec 20 21:57:50.405 INFO STEP 89 (remove_files) COMPLETE
84402024-12-20T21:57:51.311Z[ recovery-image] Dec 20 21:57:50.405 INFO O| Dec 20 21:57:50.405 INFO STEP 90: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
84412024-12-20T21:57:51.326Z[ recovery-image] Dec 20 21:57:50.423 INFO O| Dec 20 21:57:50.423 INFO remove file: "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a/lib/svc/manifest/system/idmap.xml"
84422024-12-20T21:57:51.326Z[ recovery-image] Dec 20 21:57:50.423 INFO O| Dec 20 21:57:50.423 INFO STEP 90 (remove_files) COMPLETE
84432024-12-20T21:57:51.328Z[ recovery-image] Dec 20 21:57:50.423 INFO O| Dec 20 21:57:50.423 INFO STEP 91: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
84442024-12-20T21:57:51.346Z[ recovery-image] Dec 20 21:57:50.442 INFO O| Dec 20 21:57:50.442 INFO remove file: "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a/lib/svc/manifest/system/pkgserv.xml"
84452024-12-20T21:57:51.346Z[ recovery-image] Dec 20 21:57:50.442 INFO O| Dec 20 21:57:50.442 INFO STEP 91 (remove_files) COMPLETE
84462024-12-20T21:57:51.346Z[ recovery-image] Dec 20 21:57:50.442 INFO O| Dec 20 21:57:50.442 INFO STEP 92: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
84472024-12-20T21:57:51.359Z[ host-image] Dec 20 21:57:50.456 INFO O| Dec 20 21:57:50.455 INFO O| Planning: Solver setup ... Done
84482024-12-20T21:57:51.365Z[ host-image] Dec 20 21:57:50.462 INFO O| Dec 20 21:57:50.462 INFO O| Planning: Running solver ... Done
84492024-12-20T21:57:51.402Z[ recovery-image] Dec 20 21:57:50.498 INFO O| Dec 20 21:57:50.498 INFO remove file: "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a/lib/svc/manifest/system/zones.xml"
84502024-12-20T21:57:51.402Z[ recovery-image] Dec 20 21:57:50.498 INFO O| Dec 20 21:57:50.498 INFO STEP 92 (remove_files) COMPLETE
84512024-12-20T21:57:51.405Z[ recovery-image] Dec 20 21:57:50.498 INFO O| Dec 20 21:57:50.498 INFO STEP 93: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
84522024-12-20T21:57:51.429Z[ recovery-image] Dec 20 21:57:50.525 INFO O| Dec 20 21:57:50.525 INFO remove file: "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a/lib/svc/manifest/system/intrd.xml"
84532024-12-20T21:57:51.429Z[ recovery-image] Dec 20 21:57:50.526 INFO O| Dec 20 21:57:50.525 INFO STEP 93 (remove_files) COMPLETE
84542024-12-20T21:57:51.429Z[ recovery-image] Dec 20 21:57:50.526 INFO O| Dec 20 21:57:50.526 INFO STEP 94: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
84552024-12-20T21:57:51.449Z[ recovery-image] Dec 20 21:57:50.546 INFO O| Dec 20 21:57:50.545 INFO remove file: "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a/lib/svc/manifest/network/chrony.xml"
84562024-12-20T21:57:51.449Z[ recovery-image] Dec 20 21:57:50.546 INFO O| Dec 20 21:57:50.545 INFO STEP 94 (remove_files) COMPLETE
84572024-12-20T21:57:51.449Z[ recovery-image] Dec 20 21:57:50.546 INFO O| Dec 20 21:57:50.546 INFO STEP 95: seed_smf, from: /work/oxidecomputer/helios/image/templates/gimlet/zfs-recovery.json
84582024-12-20T21:57:51.464Z[ host-image] Dec 20 21:57:50.560 INFO O| Dec 20 21:57:50.560 INFO O| Planning: Finding local manifests ... Done
84592024-12-20T21:57:51.467Z[ host-image] Dec 20 21:57:50.562 INFO O| Dec 20 21:57:50.562 INFO O| Planning: Fetching manifests: 0/6 0% complete
84602024-12-20T21:57:51.477Z[ recovery-image] Dec 20 21:57:50.574 INFO O| Dec 20 21:57:50.574 INFO file /rpool/images/build/recovery/tmp/gimlet/zfs-recovery/repo.db does not already exist, skipping removal
84612024-12-20T21:57:51.480Z[ recovery-image] Dec 20 21:57:50.574 INFO O| Dec 20 21:57:50.574 INFO exec: ["/usr/sbin/svccfg", "import", "-p", "/dev/stdout", "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a/lib/svc/manifest"], env: {"SVCCFG_CHECKHASH": "1", "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", "PKG_INSTALL_ROOT": "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a"}
84622024-12-20T21:57:51.872Z[ host-image] Dec 20 21:57:50.968 INFO O| Dec 20 21:57:50.968 INFO O| Planning: Fetching manifests: 6/6 100% complete
84632024-12-20T21:57:51.931Z[ host-image] Dec 20 21:57:51.027 INFO O| Dec 20 21:57:51.027 INFO O| Planning: Package planning ... Done
84642024-12-20T21:57:51.970Z[ host-image] Dec 20 21:57:51.066 INFO O| Dec 20 21:57:51.066 INFO O| Planning: Merging actions ... Done
84652024-12-20T21:57:52.146Z[ host-image] Dec 20 21:57:51.242 INFO O| Dec 20 21:57:51.242 INFO O| Planning: Checking for conflicting actions ... Done
84662024-12-20T21:57:52.153Z[ host-image] Dec 20 21:57:51.250 INFO O| Dec 20 21:57:51.250 INFO O| Planning: Consolidating action changes ... Done
84672024-12-20T21:57:52.588Z[ host-image] Dec 20 21:57:51.684 INFO O| Dec 20 21:57:51.684 INFO O| Planning: Evaluating mediators ... Done
84682024-12-20T21:57:52.593Z[ host-image] Dec 20 21:57:51.689 INFO O| Dec 20 21:57:51.689 INFO O| Planning: Planning completed in 6.06 seconds
84692024-12-20T21:57:52.607Z[ host-image] Dec 20 21:57:51.692 INFO O| Dec 20 21:57:51.692 INFO O| Packages to install: 6
84702024-12-20T21:57:52.607Z[ host-image] Dec 20 21:57:51.692 INFO O| Dec 20 21:57:51.692 INFO O| Mediators to change: 1
84712024-12-20T21:57:52.607Z[ host-image] Dec 20 21:57:51.692 INFO O| Dec 20 21:57:51.692 INFO O| Services to change: 1
84722024-12-20T21:57:52.646Z[ host-image] Dec 20 21:57:51.742 INFO O| Dec 20 21:57:51.742 INFO O| Download: 0/1140 items 0.0/8.4MB 0% complete
84732024-12-20T21:57:57.878Z[ host-image] Dec 20 21:57:56.974 INFO O| Dec 20 21:57:56.973 INFO O| Download: 248/1140 items 1.8/8.4MB 21% complete (325k/s)
84742024-12-20T21:58:02.885Z[ host-image] Dec 20 21:58:01.980 INFO O| Dec 20 21:58:01.980 INFO O| Download: 840/1140 items 3.2/8.4MB 38% complete (324k/s)
84752024-12-20T21:58:06.581Z[ host-image] Dec 20 21:58:05.676 INFO O| Dec 20 21:58:05.676 INFO O| Download: Completed 8.42 MB in 13.93 seconds (618k/s)
84762024-12-20T21:58:06.876Z[ host-image] Dec 20 21:58:05.971 INFO O| Dec 20 21:58:05.971 INFO O| Actions: 1/1361 actions (Installing new actions)
84772024-12-20T21:58:07.613Z[ host-image] Dec 20 21:58:06.708 INFO O| Dec 20 21:58:06.708 INFO O| Actions: Completed 1361 actions in 0.74 seconds.
84782024-12-20T21:58:08.339Z[ host-image] Dec 20 21:58:07.434 INFO O| Dec 20 21:58:07.434 INFO O| Done
84792024-12-20T21:58:08.341Z[ host-image] Dec 20 21:58:07.434 INFO O| Dec 20 21:58:07.434 INFO O| Done
84802024-12-20T21:58:08.640Z[ recovery-image] Dec 20 21:58:07.735 INFO O| Dec 20 21:58:07.735 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
84812024-12-20T21:58:08.640Z[ recovery-image] Dec 20 21:58:07.735 INFO O| Dec 20 21:58:07.735 INFO E| svccfg: Loaded 67 smf(7) service descriptions
84822024-12-20T21:58:08.665Z[ recovery-image] Dec 20 21:58:07.760 INFO O| Dec 20 21:58:07.760 INFO exec: ["/usr/sbin/svccfg", "apply", "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a/var/svc/profile/site.xml"], env: {"SVCCFG_REPOSITORY": "/rpool/images/build/recovery/tmp/gimlet/zfs-recovery/repo.db", "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_CHECKHASH": "1"}
84832024-12-20T21:58:08.870Z[ recovery-image] Dec 20 21:58:07.964 INFO O| Dec 20 21:58:07.964 INFO file /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/svc/repository.db does not exist
84842024-12-20T21:58:08.870Z[ recovery-image] Dec 20 21:58:07.965 INFO O| Dec 20 21:58:07.964 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 ...
84852024-12-20T21:58:08.872Z[ recovery-image] Dec 20 21:58:07.967 INFO O| Dec 20 21:58:07.967 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/svc/repository.db
84862024-12-20T21:58:08.872Z[ recovery-image] Dec 20 21:58:07.967 INFO O| Dec 20 21:58:07.967 INFO ok!
84872024-12-20T21:58:08.872Z[ recovery-image] Dec 20 21:58:07.967 INFO O| Dec 20 21:58:07.967 INFO file /rpool/images/build/recovery/tmp/gimlet/zfs-recovery/repo.db exists (as File), removing
84882024-12-20T21:58:08.872Z[ recovery-image] Dec 20 21:58:07.967 INFO O| Dec 20 21:58:07.967 INFO STEP 95 (seed_smf) COMPLETE
84892024-12-20T21:58:08.872Z[ recovery-image] Dec 20 21:58:07.967 INFO O| Dec 20 21:58:07.967 INFO steps complete; finalising image!
84902024-12-20T21:58:08.875Z[ recovery-image] Dec 20 21:58:07.967 INFO O| Dec 20 21:58:07.967 INFO TRIM POOL: TEMPORARY-gimlet-zfs-recovery
84912024-12-20T21:58:09.025Z[ recovery-image] Dec 20 21:58:08.119 INFO O| Dec 20 21:58:08.119 INFO trim TEMPORARY-gimlet-zfs-recovery: (0% trimmed, started at Fri Dec 20 21:58:07 2024)
84922024-12-20T21:58:09.237Z[ recovery-image] Dec 20 21:58:08.332 INFO O| Dec 20 21:58:08.332 INFO trim TEMPORARY-gimlet-zfs-recovery: (57% trimmed, started at Fri Dec 20 21:58:07 2024)
84932024-12-20T21:58:09.471Z[ recovery-image] Dec 20 21:58:08.565 INFO O| Dec 20 21:58:08.565 INFO trim TEMPORARY-gimlet-zfs-recovery: (98% trimmed, started at Fri Dec 20 21:58:07 2024)
84942024-12-20T21:58:09.709Z[ recovery-image] Dec 20 21:58:08.804 INFO O| Dec 20 21:58:08.804 INFO temporary pool has 361M used, 1.40G avail, 1.00x compressratio
84952024-12-20T21:58:09.709Z[ recovery-image] Dec 20 21:58:08.804 INFO O| Dec 20 21:58:08.804 INFO EXPORT POOL: TEMPORARY-gimlet-zfs-recovery
84962024-12-20T21:58:09.868Z[ host-image] Dec 20 21:58:08.963 INFO O| Dec 20 21:58:08.963 INFO O| Done
84972024-12-20T21:58:10.507Z[ recovery-image] Dec 20 21:58:09.602 INFO O| Dec 20 21:58:09.602 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
84982024-12-20T21:58:10.507Z[ recovery-image] Dec 20 21:58:09.602 INFO O| Dec 20 21:58:09.602 INFO file /rpool/images/build/recovery/output/gimlet-zfs-recovery.raw does not already exist, skipping removal
84992024-12-20T21:58:12.595Z[ host-image] Dec 20 21:58:11.689 INFO O| Dec 20 21:58:11.689 INFO O| Done
85002024-12-20T21:58:12.636Z[ host-image] Dec 20 21:58:11.730 INFO O| Dec 20 21:58:11.730 INFO O| Done
85012024-12-20T21:58:12.638Z[ host-image] Dec 20 21:58:11.730 INFO O| Dec 20 21:58:11.730 INFO O| Done
85022024-12-20T21:58:12.710Z[ host-image] Dec 20 21:58:11.804 INFO O| Dec 20 21:58:11.804 INFO O| Done
85032024-12-20T21:58:12.943Z[ host-image] Dec 20 21:58:12.037 INFO O| Dec 20 21:58:12.037 INFO STEP 13 (pkg_install) COMPLETE
85042024-12-20T21:58:12.943Z[ host-image] Dec 20 21:58:12.037 INFO O| Dec 20 21:58:12.037 INFO STEP 14: pkg_install, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-01-os.json
85052024-12-20T21:58:12.961Z[ host-image] Dec 20 21:58:12.056 INFO O| Dec 20 21:58:12.056 INFO exec: ["/usr/bin/pkg", "-R", "/rpool/images/build/host/work/gimlet/ramdisk", "install", "/driver/network/opte@0.34.311"]
85062024-12-20T21:58:13.884Z[ host-image] Dec 20 21:58:12.978 INFO O| Dec 20 21:58:12.978 INFO O| Startup: Refreshing catalog 'helios-dev' ... Done
85072024-12-20T21:58:16.363Z[ recovery-image] Dec 20 21:58:15.457 INFO O| Dec 20 21:58:15.457 INFO perms are 1600, should be 644, path: /rpool/images/build/recovery/output/gimlet-zfs-recovery.raw
85082024-12-20T21:58:16.363Z[ recovery-image] Dec 20 21:58:15.458 INFO O| Dec 20 21:58:15.458 INFO chmod ok, path: /rpool/images/build/recovery/output/gimlet-zfs-recovery.raw
85092024-12-20T21:58:16.366Z[ recovery-image] Dec 20 21:58:15.458 INFO O| Dec 20 21:58:15.458 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/output/gimlet-zfs-recovery.raw
85102024-12-20T21:58:16.366Z[ recovery-image] Dec 20 21:58:15.458 INFO O| Dec 20 21:58:15.458 INFO completed processing gimlet/zfs-recovery
85112024-12-20T21:58:16.366Z[ recovery-image] Dec 20 21:58:15.458 INFO O| Dec 20 21:58:15.458 INFO DESTROY DATASET: rpool/images/build/recovery/work/gimlet/zfs-recovery
85122024-12-20T21:58:16.661Z[ recovery-image] Dec 20 21:58:15.756 INFO O| Dec 20 21:58:15.755 INFO DESTROY DATASET: rpool/images/build/recovery/tmp/gimlet/zfs-recovery
85132024-12-20T21:58:16.788Z[ recovery-image] Dec 20 21:58:15.882 INFO BUILD STRING "heads/stlouis-0-g37a4469737\n"
85142024-12-20T21:58:16.791Z[ recovery-image] Dec 20 21:58:15.883 INFO expanded image name: "recovery f0c692d/${os_short_commit} 2024-12-20 21:24" -> "recovery f0c692d/37a4469 2024-12-20 21:24"
85152024-12-20T21:58:16.791Z[ recovery-image] Dec 20 21:58:15.883 INFO output artefacts stored in: "/work/os-recovery"
85162024-12-20T21:58:16.791Z[ recovery-image] Dec 20 21:58:15.883 INFO collecting git info from project "amd-host-image-builder"...
85172024-12-20T21:58:17.390Z[ recovery-image] Dec 20 21:58:16.484 INFO collecting git info from project "bootserver"...
85182024-12-20T21:58:17.399Z[ recovery-image] Dec 20 21:58:16.493 INFO collecting git info from project "amd-firmware"...
85192024-12-20T21:58:17.983Z[ recovery-image] Dec 20 21:58:17.078 INFO collecting git info from project "chelsio-t6-roms"...
85202024-12-20T21:58:18.019Z[ recovery-image] Dec 20 21:58:17.113 INFO collecting git info from project "pilot"...
85212024-12-20T21:58:18.046Z[ recovery-image] Dec 20 21:58:17.140 INFO collecting git info from project "image-builder"...
85222024-12-20T21:58:18.058Z[ recovery-image] Dec 20 21:58:17.152 INFO collecting git info from project "pinprick"...
85232024-12-20T21:58:18.067Z[ recovery-image] Dec 20 21:58:17.161 INFO collecting git info from project "phbl"...
85242024-12-20T21:58:18.079Z[ recovery-image] Dec 20 21:58:17.173 INFO collecting packaging info "pkg-publishers.txt": ["publisher", "-F", "tsv"]...
85252024-12-20T21:58:18.199Z[ host-image] Dec 20 21:58:17.293 INFO O| Dec 20 21:58:17.293 INFO O| Planning: Solver setup ... Done
85262024-12-20T21:58:18.223Z[ host-image] Dec 20 21:58:17.317 INFO O| Dec 20 21:58:17.317 INFO O| Planning: Running solver ... Done
85272024-12-20T21:58:18.326Z[ host-image] Dec 20 21:58:17.420 INFO O| Dec 20 21:58:17.420 INFO O| Planning: Finding local manifests ... Done
85282024-12-20T21:58:18.329Z[ host-image] Dec 20 21:58:17.421 INFO O| Dec 20 21:58:17.421 INFO O| Planning: Fetching manifests: 0/1 0% complete
85292024-12-20T21:58:18.510Z[ host-image] Dec 20 21:58:17.604 INFO O| Dec 20 21:58:17.604 INFO O| Planning: Fetching manifests: 1/1 100% complete
85302024-12-20T21:58:18.540Z[ host-image] Dec 20 21:58:17.634 INFO O| Dec 20 21:58:17.634 INFO O| Planning: Package planning ... Done
85312024-12-20T21:58:18.542Z[ host-image] Dec 20 21:58:17.634 INFO O| Dec 20 21:58:17.634 INFO O| Planning: Merging actions ... Done
85322024-12-20T21:58:18.654Z[ host-image] Dec 20 21:58:17.748 INFO O| Dec 20 21:58:17.748 INFO O| Planning: Checking for conflicting actions ... Done
85332024-12-20T21:58:18.656Z[ host-image] Dec 20 21:58:17.748 INFO O| Dec 20 21:58:17.748 INFO O| Planning: Consolidating action changes ... Done
85342024-12-20T21:58:19.050Z[ host-image] Dec 20 21:58:18.144 INFO O| Dec 20 21:58:18.144 INFO O| Planning: Evaluating mediators ... Done
85352024-12-20T21:58:19.052Z[ host-image] Dec 20 21:58:18.145 INFO O| Dec 20 21:58:18.145 INFO O| Planning: Planning completed in 5.17 seconds
85362024-12-20T21:58:19.055Z[ host-image] Dec 20 21:58:18.147 INFO O| Dec 20 21:58:18.147 INFO O| Packages to install: 1
85372024-12-20T21:58:19.074Z[ host-image] Dec 20 21:58:18.168 INFO O| Dec 20 21:58:18.168 INFO O| Download: 0/4 items 0.0/10.0MB 0% complete
85382024-12-20T21:58:19.204Z[ recovery-image] Dec 20 21:58:18.298 INFO collecting packaging info "pkg-list.txt": ["list", "-H", "-v"]...
85392024-12-20T21:58:19.695Z[ host-image] Dec 20 21:58:18.789 INFO O| Dec 20 21:58:18.789 INFO O| Download: Completed 9.99 MB in 0.62 seconds (16.1M/s)
85402024-12-20T21:58:19.794Z[ host-image] Dec 20 21:58:18.888 INFO O| Dec 20 21:58:18.888 INFO O| Actions: 1/22 actions (Installing new actions)
85412024-12-20T21:58:19.921Z[ recovery-image] Dec 20 21:58:19.015 INFO creating Oxide boot image...
85422024-12-20T21:58:19.921Z[ recovery-image] Dec 20 21:58:19.015 INFO exec: ["/work/oxidecomputer/helios/projects/bootserver/target/release/mkimage", "-i", "/rpool/images/build/recovery/output/gimlet-zfs-recovery.raw", "-N", "recovery f0c692d/37a4469 2024-12-20 21:24", "-o", "/work/os-recovery/zfs.img", "-O", "/work/oxidecomputer/helios/tmp/image.recovery/boot_image_csum", "-s", "4096", "-z"], pwd: None
85432024-12-20T21:58:20.206Z[ host-image] Dec 20 21:58:19.300 INFO O| Dec 20 21:58:19.300 INFO O| Actions: Completed 22 actions in 0.41 seconds.
85442024-12-20T21:58:20.828Z[ host-image] Dec 20 21:58:19.921 INFO O| Dec 20 21:58:19.921 INFO O| Done
85452024-12-20T21:58:20.828Z[ host-image] Dec 20 21:58:19.921 INFO O| Dec 20 21:58:19.921 INFO O| Done
85462024-12-20T21:58:22.199Z[ host-image] Dec 20 21:58:21.292 INFO O| Dec 20 21:58:21.292 INFO O| Done
85472024-12-20T21:58:24.951Z[ host-image] Dec 20 21:58:24.044 INFO O| Dec 20 21:58:24.044 INFO O| Done
85482024-12-20T21:58:24.991Z[ host-image] Dec 20 21:58:24.084 INFO O| Dec 20 21:58:24.084 INFO O| Done
85492024-12-20T21:58:24.991Z[ host-image] Dec 20 21:58:24.084 INFO O| Dec 20 21:58:24.084 INFO O| Done
85502024-12-20T21:58:25.009Z[ host-image] Dec 20 21:58:24.102 INFO O| Dec 20 21:58:24.102 INFO O| Done
85512024-12-20T21:58:25.167Z[ host-image] Dec 20 21:58:24.259 INFO O| Dec 20 21:58:24.259 INFO STEP 14 (pkg_install) COMPLETE
85522024-12-20T21:58:25.167Z[ host-image] Dec 20 21:58:24.259 INFO O| Dec 20 21:58:24.259 INFO STEP 15: pkg_install, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-01-os.json
85532024-12-20T21:58:25.167Z[ host-image] Dec 20 21:58:24.259 INFO O| Dec 20 21:58:24.259 INFO skip step because feature "mfg" is not enabled
85542024-12-20T21:58:25.171Z[ host-image] Dec 20 21:58:24.259 INFO O| Dec 20 21:58:24.259 INFO STEP 16: pkg_install, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-01-os.json
85552024-12-20T21:58:25.171Z[ host-image] Dec 20 21:58:24.259 INFO O| Dec 20 21:58:24.259 INFO skip step because feature "compliance" is not enabled
85562024-12-20T21:58:25.171Z[ host-image] Dec 20 21:58:24.259 INFO O| Dec 20 21:58:24.259 INFO STEP 17: pkg_install, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-01-os.json
85572024-12-20T21:58:25.171Z[ host-image] Dec 20 21:58:24.259 INFO O| Dec 20 21:58:24.259 INFO skip step because feature "stress" is not enabled
85582024-12-20T21:58:25.171Z[ host-image] Dec 20 21:58:24.259 INFO O| Dec 20 21:58:24.259 INFO STEP 18: pkg_install, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-01-os.json
85592024-12-20T21:58:25.171Z[ host-image] Dec 20 21:58:24.259 INFO O| Dec 20 21:58:24.259 INFO skip step because feature "nfs" is not enabled
85602024-12-20T21:58:25.171Z[ host-image] Dec 20 21:58:24.259 INFO O| Dec 20 21:58:24.259 INFO creating output snapshot rpool/images/build/host/work/gimlet/ramdisk@os
85612024-12-20T21:58:25.171Z[ host-image] Dec 20 21:58:24.259 INFO O| Dec 20 21:58:24.259 INFO CREATE SNAPSHOT: rpool/images/build/host/work/gimlet/ramdisk@os
85622024-12-20T21:58:25.313Z[ host-image] Dec 20 21:58:24.407 INFO O| Dec 20 21:58:24.407 INFO DESTROY DATASET: rpool/images/build/host/tmp/gimlet/ramdisk-01-os
85632024-12-20T21:58:25.417Z[ host-image] Dec 20 21:58:24.511 INFO O| Dec 20 21:58:24.510 INFO completed processing gimlet/ramdisk-01-os
85642024-12-20T21:58:25.421Z[ host-image] Dec 20 21:58:24.513 INFO omicron1 baseline generation...
85652024-12-20T21:58:25.424Z[ host-image] Dec 20 21:58:24.513 INFO exec: ["/usr/lib/brand/omicron1/baseline", "-R", "/rpool/images/build/host/work/gimlet/ramdisk", "/work/oxidecomputer/helios/tmp/image.host/omicron1"], pwd: None
85662024-12-20T21:58:26.058Z[ host-image] Dec 20 21:58:25.151 INFO O| incorp = pkg://helios-dev/consolidation/osnet/osnet-incorporation@0.5.11-2.0.23080:20241219T204626Z
85672024-12-20T21:59:25.210Z[ recovery-image] Dec 20 21:59:24.297 INFO O| ok, image written!
85682024-12-20T21:59:25.210Z[ recovery-image] Dec 20 21:59:24.297 INFO O| ok, boot_image_csum file written!
85692024-12-20T21:59:25.216Z[ recovery-image] Dec 20 21:59:24.304 INFO creating boot archive (CPIO)...
85702024-12-20T21:59:25.219Z[ recovery-image] Dec 20 21:59:24.304 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
85712024-12-20T21:59:25.236Z[ recovery-image] Dec 20 21:59:24.324 INFO E| + root=/rpool/images/build/recovery/work/gimlet/ramdisk
85722024-12-20T21:59:25.236Z[ recovery-image] Dec 20 21:59:24.324 INFO E| + outfile=/work/os-recovery/cpio
85732024-12-20T21:59:25.239Z[ recovery-image] Dec 20 21:59:24.324 INFO E| + tmpdir=/work/oxidecomputer/helios/tmp/image.recovery
85742024-12-20T21:59:25.242Z[ recovery-image] Dec 20 21:59:24.327 INFO E| + cd /rpool/images/build/recovery/work/gimlet/ramdisk
85752024-12-20T21:59:25.242Z[ recovery-image] Dec 20 21:59:24.327 INFO E| + cpio -qo -H odc -O /work/os-recovery/cpio
85762024-12-20T21:59:25.287Z[ recovery-image] Dec 20 21:59:24.375 INFO E| + cd /work/oxidecomputer/helios/tmp/image.recovery
85772024-12-20T21:59:25.287Z[ recovery-image] Dec 20 21:59:24.375 INFO E| + cpio -qo -H odc -AO /work/os-recovery/cpio
85782024-12-20T21:59:25.298Z[ recovery-image] Dec 20 21:59:24.386 INFO creating compressed cpio/unix for nanobl-rs...
85792024-12-20T21:59:25.298Z[ recovery-image] Dec 20 21:59:24.386 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
85802024-12-20T21:59:25.782Z[ recovery-image] Dec 20 21:59:24.870 INFO exec: ["bash", "-c", "\'/work/oxidecomputer/helios/projects/pinprick/target/release/pinprick\' \'/work/os-recovery/cpio\' >\'/work/os-recovery/cpio.z\'"], pwd: None
85812024-12-20T21:59:32.306Z[ recovery-image] Dec 20 21:59:31.393 INFO creating reset image...
85822024-12-20T21:59:32.306Z[ recovery-image] Dec 20 21:59:31.393 INFO exec: ["cargo", "xtask", "build", "--release", "--cpioz", "/work/os-recovery/cpio.z"], pwd: Some("/work/oxidecomputer/helios/projects/phbl")
85832024-12-20T21:59:33.053Z[ recovery-image] Dec 20 21:59:32.126 INFO E| Updating crates.io index
85842024-12-20T21:59:33.498Z[ recovery-image] Dec 20 21:59:32.568 INFO E| Downloading crates ...
85852024-12-20T21:59:33.623Z[ recovery-image] Dec 20 21:59:32.710 INFO E| Downloaded duct v0.13.7
85862024-12-20T21:59:33.627Z[ recovery-image] Dec 20 21:59:32.714 INFO E| Downloaded clap_derive v4.5.13
85872024-12-20T21:59:33.631Z[ recovery-image] Dec 20 21:59:32.717 INFO E| Downloaded os_pipe v1.2.1
85882024-12-20T21:59:33.640Z[ recovery-image] Dec 20 21:59:32.719 INFO E| Downloaded shared_child v1.0.1
85892024-12-20T21:59:33.649Z[ recovery-image] Dec 20 21:59:32.735 INFO E| Downloaded clap v4.5.17
85902024-12-20T21:59:33.678Z[ recovery-image] Dec 20 21:59:32.759 INFO E| Downloaded syn v2.0.77
85912024-12-20T21:59:33.719Z[ recovery-image] Dec 20 21:59:32.799 INFO E| Downloaded clap_builder v4.5.17
85922024-12-20T21:59:33.784Z[ recovery-image] Dec 20 21:59:32.870 INFO E| Downloaded libc v0.2.158
85932024-12-20T21:59:33.934Z[ recovery-image] Dec 20 21:59:33.021 INFO E| Compiling proc-macro2 v1.0.86
85942024-12-20T21:59:34.035Z[ recovery-image] Dec 20 21:59:33.122 INFO E| Compiling libc v0.2.158
85952024-12-20T21:59:34.037Z[ recovery-image] Dec 20 21:59:33.122 INFO E| Compiling unicode-ident v1.0.13
85962024-12-20T21:59:34.037Z[ recovery-image] Dec 20 21:59:33.122 INFO E| Compiling utf8parse v0.2.2
85972024-12-20T21:59:34.037Z[ recovery-image] Dec 20 21:59:33.122 INFO E| Compiling is_terminal_polyfill v1.70.1
85982024-12-20T21:59:34.037Z[ recovery-image] Dec 20 21:59:33.122 INFO E| Compiling anstyle-query v1.1.1
85992024-12-20T21:59:34.037Z[ recovery-image] Dec 20 21:59:33.122 INFO E| Compiling colorchoice v1.0.2
86002024-12-20T21:59:34.037Z[ recovery-image] Dec 20 21:59:33.122 INFO E| Compiling anstyle v1.0.8
86012024-12-20T21:59:34.648Z[ recovery-image] Dec 20 21:59:33.735 INFO E| Compiling anstyle-parse v0.2.5
86022024-12-20T21:59:34.826Z[ recovery-image] Dec 20 21:59:33.913 INFO E| Compiling strsim v0.11.1
86032024-12-20T21:59:35.158Z[ recovery-image] Dec 20 21:59:34.244 INFO E| Compiling heck v0.5.0
86042024-12-20T21:59:35.187Z[ recovery-image] Dec 20 21:59:34.274 INFO E| Compiling clap_lex v0.7.2
86052024-12-20T21:59:35.254Z[ recovery-image] Dec 20 21:59:34.339 INFO E| Compiling anstream v0.6.15
86062024-12-20T21:59:35.454Z[ recovery-image] Dec 20 21:59:34.541 INFO E| Compiling once_cell v1.19.0
86072024-12-20T21:59:36.125Z[ recovery-image] Dec 20 21:59:35.212 INFO E| Compiling clap_builder v4.5.17
86082024-12-20T21:59:36.780Z[ recovery-image] Dec 20 21:59:35.867 INFO E| Compiling os_pipe v1.2.1
86092024-12-20T21:59:36.783Z[ recovery-image] Dec 20 21:59:35.867 INFO E| Compiling shared_child v1.0.1
86102024-12-20T21:59:37.453Z[ recovery-image] Dec 20 21:59:36.071 INFO E| Compiling duct v0.13.7
86112024-12-20T21:59:37.475Z[ recovery-image] Dec 20 21:59:36.205 INFO E| Compiling quote v1.0.37
86122024-12-20T21:59:37.663Z[ recovery-image] Dec 20 21:59:36.750 INFO E| Compiling syn v2.0.77
86132024-12-20T21:59:46.846Z[ recovery-image] Dec 20 21:59:45.932 INFO E| Compiling clap_derive v4.5.13
86142024-12-20T21:59:50.515Z[ recovery-image] Dec 20 21:59:49.601 INFO E| Compiling clap v4.5.17
86152024-12-20T21:59:50.603Z[ recovery-image] Dec 20 21:59:49.689 INFO E| Compiling xtask v0.1.0 (/work/oxidecomputer/helios/projects/phbl/xtask)
86162024-12-20T21:59:52.351Z[ recovery-image] Dec 20 21:59:51.436 INFO E| Finished `dev` profile [unoptimized + debuginfo] target(s) in 19.85s
86172024-12-20T21:59:52.365Z[ recovery-image] Dec 20 21:59:51.451 INFO E| Running `xtask/target/debug/xtask build --release --cpioz /work/os-recovery/cpio.z`
86182024-12-20T21:59:52.552Z[ recovery-image] Dec 20 21:59:51.638 INFO E| Updating crates.io index
86192024-12-20T21:59:52.626Z[ recovery-image] Dec 20 21:59:51.712 INFO E| Downloading crates ...
86202024-12-20T21:59:52.694Z[ recovery-image] Dec 20 21:59:51.780 INFO E| Downloaded bit_field v0.10.2
86212024-12-20T21:59:52.697Z[ recovery-image] Dec 20 21:59:51.782 INFO E| Downloaded bitstruct v0.1.1
86222024-12-20T21:59:52.711Z[ recovery-image] Dec 20 21:59:51.797 INFO E| Downloaded bitstruct_derive v0.1.0
86232024-12-20T21:59:52.716Z[ recovery-image] Dec 20 21:59:51.801 INFO E| Downloaded seq-macro v0.3.5
86242024-12-20T21:59:52.718Z[ recovery-image] Dec 20 21:59:51.804 INFO E| Downloaded cpio_reader v0.1.1
86252024-12-20T21:59:52.738Z[ recovery-image] Dec 20 21:59:51.823 INFO E| Downloaded raw-cpuid v10.7.0
86262024-12-20T21:59:52.745Z[ recovery-image] Dec 20 21:59:51.831 INFO E| Downloaded syn v2.0.85
86272024-12-20T21:59:52.879Z[ recovery-image] Dec 20 21:59:51.965 INFO E| Downloaded x86 v0.52.0
86282024-12-20T21:59:52.962Z[ recovery-image] Dec 20 21:59:52.047 INFO E| Updating crates.io index
86292024-12-20T21:59:53.030Z[ recovery-image] Dec 20 21:59:52.116 INFO E| Downloading crates ...
86302024-12-20T21:59:53.111Z[ recovery-image] Dec 20 21:59:52.196 INFO E| Downloaded hashbrown v0.15.0
86312024-12-20T21:59:53.125Z[ recovery-image] Dec 20 21:59:52.211 INFO E| Downloaded compiler_builtins v0.1.134
86322024-12-20T21:59:53.223Z[ recovery-image] Dec 20 21:59:52.309 INFO E| Compiling compiler_builtins v0.1.134
86332024-12-20T21:59:53.223Z[ recovery-image] Dec 20 21:59:52.309 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)
86342024-12-20T21:59:53.226Z[ recovery-image] Dec 20 21:59:52.309 INFO E| Compiling proc-macro2 v1.0.89
86352024-12-20T21:59:53.226Z[ recovery-image] Dec 20 21:59:52.309 INFO E| Compiling unicode-ident v1.0.13
86362024-12-20T21:59:53.226Z[ recovery-image] Dec 20 21:59:52.309 INFO E| Compiling syn v1.0.109
86372024-12-20T21:59:53.226Z[ recovery-image] Dec 20 21:59:52.309 INFO E| Compiling x86 v0.52.0
86382024-12-20T21:59:53.226Z[ recovery-image] Dec 20 21:59:52.309 INFO E| Compiling phbl v0.1.0 (/work/oxidecomputer/helios/projects/phbl)
86392024-12-20T21:59:53.226Z[ recovery-image] Dec 20 21:59:52.309 INFO E| Compiling seq-macro v0.3.5
86402024-12-20T21:59:55.063Z[ recovery-image] Dec 20 21:59:54.148 INFO E| Compiling quote v1.0.37
86412024-12-20T21:59:55.464Z[ recovery-image] Dec 20 21:59:54.549 INFO E| Compiling syn v2.0.85
86422024-12-20T22:00:00.524Z[ recovery-image] Dec 20 21:59:59.609 INFO E| Compiling scroll_derive v0.12.0
86432024-12-20T22:00:01.729Z[ host-image] Dec 20 22:00:00.814 INFO O| install = pkg://helios-dev/SUNWcs@0.5.11-2.0.23080:20241219T204658Z
86442024-12-20T22:00:01.732Z[ host-image] Dec 20 22:00:00.814 INFO O| install = pkg://helios-dev/SUNWcsd@0.5.11-2.0.23080:20241219T204658Z
86452024-12-20T22:00:01.732Z[ host-image] Dec 20 22:00:00.814 INFO O| install = pkg://helios-dev/compress/brotli@1.0.9-2.0:20230621T185813Z
86462024-12-20T22:00:01.733Z[ host-image] Dec 20 22:00:00.815 INFO O| install = pkg://helios-dev/compress/bzip2@1.0.8-2.0:20230621T185759Z
86472024-12-20T22:00:01.733Z[ host-image] Dec 20 22:00:00.815 INFO O| install = pkg://helios-dev/compress/gzip@1.12-2.0:20230621T185838Z
86482024-12-20T22:00:01.733Z[ host-image] Dec 20 22:00:00.815 INFO O| install = pkg://helios-dev/compress/lz4@1.9.4-2.0:20230621T185820Z
86492024-12-20T22:00:01.733Z[ host-image] Dec 20 22:00:00.816 INFO O| install = pkg://helios-dev/compress/xz@5.4.2-2.0:20230621T190107Z
86502024-12-20T22:00:01.733Z[ host-image] Dec 20 22:00:00.817 INFO O| install = pkg://helios-dev/compress/zstd@1.5.5-2.0:20230621T190025Z
86512024-12-20T22:00:01.733Z[ host-image] Dec 20 22:00:00.817 INFO O| install = pkg://helios-dev/consolidation/oxide/omicron1-brand-incorporation@1.0.22:20240315T231141Z
86522024-12-20T22:00:01.733Z[ host-image] Dec 20 22:00:00.817 INFO O| install = pkg://helios-dev/database/sqlite-3@3.41.2-2.0:20230621T190437Z
86532024-12-20T22:00:01.733Z[ host-image] Dec 20 22:00:00.817 INFO O| install = pkg://helios-dev/developer/acpi@0.5.11-2.0.23080:20241219T204659Z
86542024-12-20T22:00:01.736Z[ host-image] Dec 20 22:00:00.820 INFO O| install = pkg://helios-dev/developer/debug/mdb@0.5.11-2.0.23080:20241219T204659Z
86552024-12-20T22:00:01.738Z[ host-image] Dec 20 22:00:00.821 INFO O| install = pkg://helios-dev/developer/dtrace@0.5.11-2.0.23080:20241219T204659Z
86562024-12-20T22:00:01.738Z[ host-image] Dec 20 22:00:00.822 INFO O| install = pkg://helios-dev/developer/linker@0.5.11-2.0.23080:20241219T204700Z
86572024-12-20T22:00:01.739Z[ host-image] Dec 20 22:00:00.822 INFO O| install = pkg://helios-dev/developer/macro/cpp@20220808-2.0:20230621T191251Z
86582024-12-20T22:00:01.739Z[ host-image] Dec 20 22:00:00.823 INFO O| install = pkg://helios-dev/developer/object-file@0.5.11-2.0.23080:20241219T204700Z
86592024-12-20T22:00:01.741Z[ host-image] Dec 20 22:00:00.824 INFO O| install = pkg://helios-dev/diagnostic/cpu-counters@0.5.11-2.0.23080:20241219T204700Z
86602024-12-20T22:00:01.741Z[ host-image] Dec 20 22:00:00.824 INFO O| install = pkg://helios-dev/diagnostic/diskinfo@0.5.11-2.0.23080:20241219T204700Z
86612024-12-20T22:00:01.741Z[ host-image] Dec 20 22:00:00.824 INFO O| install = pkg://helios-dev/diagnostic/pci@0.5.11-2.0.23080:20241219T204700Z
86622024-12-20T22:00:01.741Z[ host-image] Dec 20 22:00:00.824 INFO O| install = pkg://helios-dev/driver/audio@0.5.11-2.0.23080:20241219T204701Z
86632024-12-20T22:00:01.741Z[ host-image] Dec 20 22:00:00.825 INFO O| install = pkg://helios-dev/driver/cpu/amd/zen@0.5.11-2.0.23080:20241219T204701Z
86642024-12-20T22:00:01.741Z[ host-image] Dec 20 22:00:00.825 INFO O| install = pkg://helios-dev/driver/cpu/sensor@0.5.11-2.0.23080:20241219T204701Z
86652024-12-20T22:00:01.741Z[ host-image] Dec 20 22:00:00.825 INFO O| install = pkg://helios-dev/driver/gpio/amd/zen@0.5.11-2.0.23080:20241219T204702Z
86662024-12-20T22:00:01.741Z[ host-image] Dec 20 22:00:00.825 INFO O| install = pkg://helios-dev/driver/ktest@0.5.11-2.0.23080:20241219T204702Z
86672024-12-20T22:00:01.741Z[ host-image] Dec 20 22:00:00.826 INFO O| install = pkg://helios-dev/driver/misc/tofino@0.5.11-2.0.23080:20241219T204702Z
86682024-12-20T22:00:01.741Z[ host-image] Dec 20 22:00:00.826 INFO O| install = pkg://helios-dev/driver/network/cxgbe@0.5.11-2.0.23080:20241219T204704Z
86692024-12-20T22:00:01.744Z[ host-image] Dec 20 22:00:00.826 INFO O| install = pkg://helios-dev/driver/network/e1000g@0.5.11-2.0.23080:20241219T204704Z
86702024-12-20T22:00:01.744Z[ host-image] Dec 20 22:00:00.826 INFO O| install = pkg://helios-dev/driver/network/igb@0.5.11-2.0.23080:20241219T204705Z
86712024-12-20T22:00:01.744Z[ host-image] Dec 20 22:00:00.827 INFO O| install = pkg://helios-dev/driver/network/ixgbe@0.5.11-2.0.23080:20241219T204706Z
86722024-12-20T22:00:01.744Z[ host-image] Dec 20 22:00:00.827 INFO O| install = pkg://helios-dev/driver/network/opte@0.34.311:20241203T104954Z
86732024-12-20T22:00:01.745Z[ host-image] Dec 20 22:00:00.827 INFO O| install = pkg://helios-dev/driver/network/rge@0.5.11-2.0.23080:20241219T204707Z
86742024-12-20T22:00:01.745Z[ host-image] Dec 20 22:00:00.827 INFO O| install = pkg://helios-dev/driver/serial/usbser@0.5.11-2.0.23080:20241219T204709Z
86752024-12-20T22:00:01.745Z[ host-image] Dec 20 22:00:00.827 INFO O| install = pkg://helios-dev/driver/storage/blkdev@0.5.11-2.0.23080:20241219T204710Z
86762024-12-20T22:00:01.745Z[ host-image] Dec 20 22:00:00.827 INFO O| install = pkg://helios-dev/driver/storage/nvme@0.5.11-2.0.23080:20241219T204711Z
86772024-12-20T22:00:01.745Z[ host-image] Dec 20 22:00:00.829 INFO O| install = pkg://helios-dev/driver/usb@0.5.11-2.0.23080:20241219T204712Z
86782024-12-20T22:00:01.745Z[ host-image] Dec 20 22:00:00.829 INFO O| install = pkg://helios-dev/driver/x11/xsvc@0.5.11-2.0.23080:20241219T204712Z
86792024-12-20T22:00:01.759Z[ host-image] Dec 20 22:00:00.844 INFO O| install = pkg://helios-dev/editor/vim@9.0.1443-2.0:20230621T192540Z
86802024-12-20T22:00:01.760Z[ host-image] Dec 20 22:00:00.844 INFO O| install = pkg://helios-dev/install/beadm@0.5.11-2.0.23080:20241219T204712Z
86812024-12-20T22:00:01.762Z[ host-image] Dec 20 22:00:00.844 INFO O| install = pkg://helios-dev/library/expat@2.6.4-2.0:20241120T163225Z
86822024-12-20T22:00:01.762Z[ host-image] Dec 20 22:00:00.844 INFO O| install = pkg://helios-dev/library/libedit@3.1-2.0:20230621T193242Z
86832024-12-20T22:00:01.762Z[ host-image] Dec 20 22:00:00.845 INFO O| install = pkg://helios-dev/library/libidn@1.41-2.0:20230621T193402Z
86842024-12-20T22:00:01.762Z[ host-image] Dec 20 22:00:00.846 INFO O| install = pkg://helios-dev/library/libtecla@1.6.0-2.0.23080:20241219T204712Z
86852024-12-20T22:00:01.762Z[ host-image] Dec 20 22:00:00.846 INFO O| install = pkg://helios-dev/library/libtool/libltdl@2.4.6-2.0:20230621T190218Z
86862024-12-20T22:00:01.762Z[ host-image] Dec 20 22:00:00.846 INFO O| install = pkg://helios-dev/library/libxml2@2.11.7-2.0:20240215T135051Z
86872024-12-20T22:00:01.765Z[ host-image] Dec 20 22:00:00.848 INFO O| install = pkg://helios-dev/library/libxmlsec1@1.2.35-2.0:20230624T123441Z
86882024-12-20T22:00:01.765Z[ host-image] Dec 20 22:00:00.848 INFO O| install = pkg://helios-dev/library/libxslt@1.1.30-2.0:20230621T193447Z
86892024-12-20T22:00:01.783Z[ host-image] Dec 20 22:00:00.867 INFO O| install = pkg://helios-dev/library/ncurses@6.4.20240309-2.0:20240523T185257Z
86902024-12-20T22:00:01.783Z[ host-image] Dec 20 22:00:00.867 INFO O| install = pkg://helios-dev/library/nghttp2@1.52.0-2.0:20230621T193608Z
86912024-12-20T22:00:01.785Z[ host-image] Dec 20 22:00:00.868 INFO O| install = pkg://helios-dev/library/nspr@4.35-2.0:20230621T193601Z
86922024-12-20T22:00:01.785Z[ host-image] Dec 20 22:00:00.869 INFO O| install = pkg://helios-dev/library/pcre@8.45-2.0:20230621T193733Z
86932024-12-20T22:00:01.785Z[ host-image] Dec 20 22:00:00.870 INFO O| install = pkg://helios-dev/library/pcre2@10.42-2.0:20230621T193725Z
86942024-12-20T22:00:01.785Z[ host-image] Dec 20 22:00:00.870 INFO O| install = pkg://helios-dev/library/readline@8.2-2.1:20240418T211117Z
86952024-12-20T22:00:01.851Z[ host-image] Dec 20 22:00:00.935 INFO O| install = pkg://helios-dev/library/security/openssl-3@3.0.15-2.0:20240903T190137Z
86962024-12-20T22:00:01.854Z[ host-image] Dec 20 22:00:00.937 INFO O| install = pkg://helios-dev/library/security/trousers@0.3.15-2.0:20230621T194405Z
86972024-12-20T22:00:01.854Z[ host-image] Dec 20 22:00:00.937 INFO O| install = pkg://helios-dev/library/zlib@1.2.13-2.0:20230621T194146Z
86982024-12-20T22:00:01.854Z[ host-image] Dec 20 22:00:00.938 INFO O| install = pkg://helios-dev/locale/en@0.5.11-2.0.23080:20241219T204714Z
86992024-12-20T22:00:01.854Z[ host-image] Dec 20 22:00:00.939 INFO O| install = pkg://helios-dev/network/bridging@0.5.11-2.0.23080:20241219T204720Z
87002024-12-20T22:00:01.857Z[ host-image] Dec 20 22:00:00.939 INFO O| install = pkg://helios-dev/network/dns/bind@9.18.14-2.0:20230621T194546Z
87012024-12-20T22:00:01.857Z[ host-image] Dec 20 22:00:00.939 INFO O| install = pkg://helios-dev/network/netcat@0.5.11-2.0.23080:20241219T204720Z
87022024-12-20T22:00:01.857Z[ host-image] Dec 20 22:00:00.940 INFO O| install = pkg://helios-dev/network/openssh@9.6.1-2.1:20240701T171301Z
87032024-12-20T22:00:01.857Z[ host-image] Dec 20 22:00:00.940 INFO O| install = pkg://helios-dev/network/openssh-server@9.6.1-2.1:20240701T171311Z
87042024-12-20T22:00:01.857Z[ host-image] Dec 20 22:00:00.940 INFO O| install = pkg://helios-dev/network/rsync@3.2.7-2.1:20240627T120527Z
87052024-12-20T22:00:01.857Z[ host-image] Dec 20 22:00:00.940 INFO O| install = pkg://helios-dev/network/snoop@0.5.11-2.0.23080:20241219T204720Z
87062024-12-20T22:00:01.857Z[ host-image] Dec 20 22:00:00.941 INFO O| install = pkg://helios-dev/ooce/library/onig@6.9.8-2.0:20230623T150226Z
87072024-12-20T22:00:01.869Z[ host-image] Dec 20 22:00:00.948 INFO O| install = pkg://helios-dev/ooce/library/postgresql-13@13.11-2.0:20230623T123131Z
87082024-12-20T22:00:01.869Z[ host-image] Dec 20 22:00:00.948 INFO O| install = pkg://helios-dev/ooce/util/jq@1.6-2.0:20230623T172253Z
87092024-12-20T22:00:01.869Z[ host-image] Dec 20 22:00:00.948 INFO O| install = pkg://helios-dev/oxide/platform-identity-cacerts@1.0-2.0:20240719T230730Z
87102024-12-20T22:00:01.869Z[ host-image] Dec 20 22:00:00.949 INFO O| install = pkg://helios-dev/package/svr4@0.5.11-2.0.23080:20241219T204721Z
87112024-12-20T22:00:01.869Z[ host-image] Dec 20 22:00:00.949 INFO O| install = pkg://helios-dev/release/name@0.5.11-2.0:20230621T194601Z
87122024-12-20T22:00:01.889Z[ host-image] Dec 20 22:00:00.973 INFO O| install = pkg://helios-dev/runtime/perl@5.36.1-2.0:20230621T195846Z
87132024-12-20T22:00:01.892Z[ host-image] Dec 20 22:00:00.974 INFO O| install = pkg://helios-dev/runtime/perl/module/sun-solaris@0.5.11-2.0.23080:20241219T204721Z
87142024-12-20T22:00:01.895Z[ host-image] Dec 20 22:00:00.977 INFO O| install = pkg://helios-dev/service/fault-management@0.5.11-2.0.23080:20241219T204721Z
87152024-12-20T22:00:01.895Z[ host-image] Dec 20 22:00:00.978 INFO O| install = pkg://helios-dev/service/file-system/smb@0.5.11-2.0.23080:20241219T204721Z
87162024-12-20T22:00:01.895Z[ host-image] Dec 20 22:00:00.978 INFO O| install = pkg://helios-dev/service/network/chrony@4.5-2.0:20240418T211951Z
87172024-12-20T22:00:01.895Z[ host-image] Dec 20 22:00:00.979 INFO O| install = pkg://helios-dev/service/picl@0.5.11-2.0.23080:20241219T204723Z
87182024-12-20T22:00:01.897Z[ host-image] Dec 20 22:00:00.980 INFO O| install = pkg://helios-dev/service/resource-pools@0.5.11-2.0.23080:20241219T204723Z
87192024-12-20T22:00:01.897Z[ host-image] Dec 20 22:00:00.980 INFO O| install = pkg://helios-dev/service/security/gss@0.5.11-2.0.23080:20241219T204723Z
87202024-12-20T22:00:01.897Z[ host-image] Dec 20 22:00:00.981 INFO O| install = pkg://helios-dev/service/security/kerberos-5@0.5.11-2.0.23080:20241219T204723Z
87212024-12-20T22:00:01.902Z[ host-image] Dec 20 22:00:00.987 INFO O| install = pkg://helios-dev/shell/bash@5.2.15-2.0:20230621T200617Z
87222024-12-20T22:00:01.904Z[ host-image] Dec 20 22:00:00.987 INFO O| install = pkg://helios-dev/shell/ksh93@93.21.1.20120801-2.0.23080:20241219T204724Z
87232024-12-20T22:00:01.904Z[ host-image] Dec 20 22:00:00.988 INFO O| install = pkg://helios-dev/system/bhyve@0.5.11-2.0.23080:20241219T204725Z
87242024-12-20T22:00:01.904Z[ host-image] Dec 20 22:00:00.989 INFO O| install = pkg://helios-dev/system/bhyve/firmware@20230201-2.0:20230621T201619Z
87252024-12-20T22:00:01.906Z[ host-image] Dec 20 22:00:00.989 INFO O| install = pkg://helios-dev/system/boot/loader@1.1-2.0.23080:20241219T204725Z
87262024-12-20T22:00:01.906Z[ host-image] Dec 20 22:00:00.990 INFO O| install = pkg://helios-dev/system/data/console/fonts@0.5.11-2.0.23080:20241219T204725Z
87272024-12-20T22:00:01.906Z[ host-image] Dec 20 22:00:00.990 INFO O| install = pkg://helios-dev/system/data/hardware-registry@2024.10.24-2.0.23080:20241219T204725Z
87282024-12-20T22:00:01.906Z[ host-image] Dec 20 22:00:00.991 INFO O| install = pkg://helios-dev/system/data/keyboard/keytables@0.5.11-2.0.23080:20241219T204725Z
87292024-12-20T22:00:01.919Z[ host-image] Dec 20 22:00:01.004 INFO O| install = pkg://helios-dev/system/data/terminfo@0.5.11-2.0.23080:20241219T204725Z
87302024-12-20T22:00:01.919Z[ host-image] Dec 20 22:00:01.004 INFO O| install = pkg://helios-dev/system/data/urxvt-terminfo@9.31-2.0:20230621T200815Z
87312024-12-20T22:00:01.922Z[ host-image] Dec 20 22:00:01.007 INFO O| install = pkg://helios-dev/system/data/zoneinfo@2024.1-2.0.23080:20241219T204725Z
87322024-12-20T22:00:01.925Z[ host-image] Dec 20 22:00:01.009 INFO O| install = pkg://helios-dev/system/extended-system-utilities@0.5.11-2.0.23080:20241219T204726Z
87332024-12-20T22:00:01.925Z[ host-image] Dec 20 22:00:01.009 INFO O| install = pkg://helios-dev/system/ficl@4.1.0-2.0.23080:20241219T204726Z
87342024-12-20T22:00:01.928Z[ host-image] Dec 20 22:00:01.010 INFO O| install = pkg://helios-dev/system/file-system/smb@0.5.11-2.0.23080:20241219T204726Z
87352024-12-20T22:00:01.928Z[ host-image] Dec 20 22:00:01.011 INFO O| install = pkg://helios-dev/system/file-system/zfs@0.5.11-2.0.23080:20241219T204726Z
87362024-12-20T22:00:01.928Z[ host-image] Dec 20 22:00:01.011 INFO O| install = pkg://helios-dev/system/gpio@0.5.11-2.0.23080:20241219T204726Z
87372024-12-20T22:00:01.942Z[ host-image] Dec 20 22:00:01.027 INFO O| install = pkg://helios-dev/system/kernel@0.5.11-2.0.23080:20241219T204728Z
87382024-12-20T22:00:01.945Z[ host-image] Dec 20 22:00:01.027 INFO O| install = pkg://helios-dev/system/kernel/cpu-counters@0.5.11-2.0.23080:20241219T204727Z
87392024-12-20T22:00:01.945Z[ host-image] Dec 20 22:00:01.027 INFO O| install = pkg://helios-dev/system/kernel/dtrace/providers@0.5.11-2.0.23080:20241219T204727Z
87402024-12-20T22:00:01.945Z[ host-image] Dec 20 22:00:01.029 INFO O| install = pkg://helios-dev/system/kernel/platform@0.5.11-2.0.23080:20241219T204727Z
87412024-12-20T22:00:01.945Z[ host-image] Dec 20 22:00:01.030 INFO O| install = pkg://helios-dev/system/ksensor@0.5.11-2.0.23080:20241219T204728Z
87422024-12-20T22:00:02.010Z[ host-image] Dec 20 22:00:01.094 INFO O| install = pkg://helios-dev/system/library@0.5.11-2.0.23080:20241219T204731Z
87432024-12-20T22:00:02.013Z[ host-image] Dec 20 22:00:01.095 INFO O| install = pkg://helios-dev/system/library/bhyve@0.5.11-2.0.23080:20241219T204728Z
87442024-12-20T22:00:02.013Z[ host-image] Dec 20 22:00:01.095 INFO O| install = pkg://helios-dev/system/library/demangle@0.5.11-2.0.23080:20241219T204728Z
87452024-12-20T22:00:02.013Z[ host-image] Dec 20 22:00:01.095 INFO O| install = pkg://helios-dev/system/library/g++-runtime@14-2.0:20241021T223805Z
87462024-12-20T22:00:02.013Z[ host-image] Dec 20 22:00:01.096 INFO O| install = pkg://helios-dev/system/library/gcc-runtime@14-2.0:20241021T223750Z
87472024-12-20T22:00:02.073Z[ host-image] Dec 20 22:00:01.158 INFO O| install = pkg://helios-dev/system/library/iconv/utf-8@0.5.11-2.0.23080:20241219T204728Z
87482024-12-20T22:00:02.076Z[ host-image] Dec 20 22:00:01.158 INFO O| install = pkg://helios-dev/system/library/libdbus@1.14.6-2.0:20230621T201340Z
87492024-12-20T22:00:02.076Z[ host-image] Dec 20 22:00:01.159 INFO O| install = pkg://helios-dev/system/library/libdiskmgt@0.5.11-2.0.23080:20241219T204729Z
87502024-12-20T22:00:02.076Z[ host-image] Dec 20 22:00:01.159 INFO O| install = pkg://helios-dev/system/library/libispi@0.5.11-2.0.23080:20241219T204729Z
87512024-12-20T22:00:02.076Z[ host-image] Dec 20 22:00:01.161 INFO O| install = pkg://helios-dev/system/library/math@0.5.11-2.0.23080:20241219T204729Z
87522024-12-20T22:00:02.078Z[ host-image] Dec 20 22:00:01.161 INFO O| install = pkg://helios-dev/system/library/mozilla-nss@3.89-2.0:20230621T201725Z
87532024-12-20T22:00:02.078Z[ host-image] Dec 20 22:00:01.162 INFO O| install = pkg://helios-dev/system/library/pcap@1.10.3-2.0:20230621T201732Z
87542024-12-20T22:00:02.078Z[ host-image] Dec 20 22:00:01.162 INFO O| install = pkg://helios-dev/system/library/security/gss@0.5.11-2.0.23080:20241219T204730Z
87552024-12-20T22:00:02.078Z[ host-image] Dec 20 22:00:01.163 INFO O| install = pkg://helios-dev/system/library/security/gss/diffie-hellman@0.5.11-2.0.23080:20241219T204730Z
87562024-12-20T22:00:02.078Z[ host-image] Dec 20 22:00:01.163 INFO O| install = pkg://helios-dev/system/library/security/gss/spnego@0.5.11-2.0.23080:20241219T204730Z
87572024-12-20T22:00:02.082Z[ host-image] Dec 20 22:00:01.164 INFO O| install = pkg://helios-dev/system/library/security/libsasl@0.5.11-2.0.23080:20241219T204730Z
87582024-12-20T22:00:02.082Z[ host-image] Dec 20 22:00:01.164 INFO O| install = pkg://helios-dev/system/library/storage/scsi-plugins@0.5.11-2.0.23080:20241219T204730Z
87592024-12-20T22:00:02.082Z[ host-image] Dec 20 22:00:01.164 INFO O| install = pkg://helios-dev/system/man@0.5.11-2.0.23080:20241219T204731Z
87602024-12-20T22:00:02.105Z[ host-image] Dec 20 22:00:01.190 INFO O| install = pkg://helios-dev/system/management/snmp/net-snmp@5.9.3-2.0:20230621T192215Z
87612024-12-20T22:00:02.108Z[ host-image] Dec 20 22:00:01.191 INFO O| install = pkg://helios-dev/system/microcode/amd@20241121-2.0.23080:20241219T204731Z
87622024-12-20T22:00:02.111Z[ host-image] Dec 20 22:00:01.193 INFO O| install = pkg://helios-dev/system/microcode/intel@20241112-2.0.23080:20241219T204731Z
87632024-12-20T22:00:02.111Z[ host-image] Dec 20 22:00:01.193 INFO O| install = pkg://helios-dev/system/microcode/oxide@20240710-2.0.23080:20241219T204731Z
87642024-12-20T22:00:02.111Z[ host-image] Dec 20 22:00:01.194 INFO O| install = pkg://helios-dev/system/network@0.5.11-2.0.23080:20241219T204733Z
87652024-12-20T22:00:02.111Z[ host-image] Dec 20 22:00:01.194 INFO O| install = pkg://helios-dev/system/network/overlay@0.5.11-2.0.23080:20241219T204732Z
87662024-12-20T22:00:02.111Z[ host-image] Dec 20 22:00:01.194 INFO O| install = pkg://helios-dev/system/network/routing@0.5.11-2.0.23080:20241219T204732Z
87672024-12-20T22:00:02.111Z[ host-image] Dec 20 22:00:01.194 INFO O| install = pkg://helios-dev/system/prerequisite/gnu@0.5.11-2.0:20230621T201805Z
87682024-12-20T22:00:02.111Z[ host-image] Dec 20 22:00:01.195 INFO O| install = pkg://helios-dev/system/watch@3.3.16-2.0:20230621T201923Z
87692024-12-20T22:00:02.111Z[ host-image] Dec 20 22:00:01.195 INFO O| install = pkg://helios-dev/system/xopen/xcu4@0.5.11-2.0.23080:20241219T204734Z
87702024-12-20T22:00:02.113Z[ host-image] Dec 20 22:00:01.196 INFO O| install = pkg://helios-dev/system/zones@0.5.11-2.0.23080:20241219T204735Z
87712024-12-20T22:00:02.114Z[ host-image] Dec 20 22:00:01.196 INFO O| install = pkg://helios-dev/system/zones/brand/omicron1@1.0.22:20240315T231124Z
87722024-12-20T22:00:02.114Z[ host-image] Dec 20 22:00:01.196 INFO O| install = pkg://helios-dev/terminal/resize@352-2.0:20230621T201859Z
87732024-12-20T22:00:02.114Z[ host-image] Dec 20 22:00:01.196 INFO O| install = pkg://helios-dev/text/column@0.0.0.20181004-2.0:20230925T235046Z
87742024-12-20T22:00:02.114Z[ host-image] Dec 20 22:00:01.196 INFO O| install = pkg://helios-dev/text/less@608-2.0:20230621T202237Z
87752024-12-20T22:00:02.114Z[ host-image] Dec 20 22:00:01.197 INFO O| install = pkg://helios-dev/text/looker@0.1.0.12-2.0:20230624T124603Z
87762024-12-20T22:00:02.114Z[ host-image] Dec 20 22:00:01.198 INFO O| install = pkg://helios-dev/web/ca-bundle@5.11-2.0:20230621T202542Z
87772024-12-20T22:00:02.116Z[ host-image] Dec 20 22:00:01.200 INFO O| install = pkg://helios-dev/web/curl@8.11.1-2.0:20241211T083907Z
87782024-12-20T22:00:02.117Z[ host-image] Dec 20 22:00:01.201 INFO O| tempdir @ "/tmp/.tmpyytzoj/tmp"
87792024-12-20T22:00:02.117Z[ host-image] Dec 20 22:00:01.201 INFO O| image root @ "/tmp/.tmpyytzoj/tmp/root"
87802024-12-20T22:00:02.117Z[ host-image] Dec 20 22:00:01.201 INFO O| creating image...
87812024-12-20T22:00:03.212Z[ host-image] Dec 20 22:00:02.296 INFO O| copying publishers...
87822024-12-20T22:00:03.505Z[ recovery-image] Dec 20 22:00:02.590 INFO E| Compiling bitstruct_derive v0.1.0
87832024-12-20T22:00:14.743Z[ host-image] Dec 20 22:00:13.826 INFO O| adding properties...
87842024-12-20T22:00:15.865Z[ host-image] Dec 20 22:00:14.946 INFO O| installing packages...
87852024-12-20T22:00:16.846Z[ recovery-image] Dec 20 22:00:15.928 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)
87862024-12-20T22:00:18.800Z[ recovery-image] Dec 20 22:00:17.883 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)
87872024-12-20T22:00:22.471Z[ recovery-image] Dec 20 22:00:21.552 INFO E| Compiling bitflags v1.3.2
87882024-12-20T22:00:22.471Z[ recovery-image] Dec 20 22:00:21.552 INFO E| Compiling bit_field v0.10.2
87892024-12-20T22:00:22.471Z[ recovery-image] Dec 20 22:00:21.552 INFO E| Compiling adler2 v2.0.0
87902024-12-20T22:00:22.474Z[ recovery-image] Dec 20 22:00:21.552 INFO E| Compiling plain v0.2.3
87912024-12-20T22:00:22.474Z[ recovery-image] Dec 20 22:00:21.552 INFO E| Compiling scroll v0.12.0
87922024-12-20T22:00:22.474Z[ recovery-image] Dec 20 22:00:21.552 INFO E| Compiling log v0.4.22
87932024-12-20T22:00:22.474Z[ recovery-image] Dec 20 22:00:21.552 INFO E| Compiling static_assertions v1.1.0
87942024-12-20T22:00:22.575Z[ recovery-image] Dec 20 22:00:21.658 INFO E| Compiling raw-cpuid v10.7.0
87952024-12-20T22:00:22.575Z[ recovery-image] Dec 20 22:00:21.658 INFO E| Compiling cpio_reader v0.1.1
87962024-12-20T22:00:22.678Z[ recovery-image] Dec 20 22:00:21.757 INFO E| Compiling miniz_oxide v0.8.0
87972024-12-20T22:00:22.847Z[ recovery-image] Dec 20 22:00:21.929 INFO E| Compiling bitstruct v0.1.1
87982024-12-20T22:00:23.286Z[ recovery-image] Dec 20 22:00:22.369 INFO E| Compiling goblin v0.8.2
87992024-12-20T22:00:32.398Z[ recovery-image] Dec 20 22:00:31.480 INFO E| Finished `release` profile [optimized] target(s) in 40.00s
88002024-12-20T22:00:32.436Z[ recovery-image] Dec 20 22:00:31.517 INFO building host image...
88012024-12-20T22:00:32.439Z[ recovery-image] Dec 20 22:00:31.517 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")
88022024-12-20T22:00:33.177Z[ recovery-image] Dec 20 22:00:32.258 INFO finishing image archive at "/work/os-recovery/os.tar.gz"...
88032024-12-20T22:00:35.315Z[ recovery-image] Dec 20 22:00:34.395 INFO image complete! materials are in "/work/os-recovery"
88042024-12-20T22:00:35.321Z[ recovery-image]
88052024-12-20T22:00:35.321Z[ recovery-image] real 13:30.649864363
88062024-12-20T22:00:35.321Z[ recovery-image] user 6:23.092269281
88072024-12-20T22:00:35.321Z[ recovery-image] sys 1:06.232622162
88082024-12-20T22:00:35.321Z[ recovery-image] trap 0.261408987
88092024-12-20T22:00:35.321Z[ recovery-image] tflt 0.442637422
88102024-12-20T22:00:35.321Z[ recovery-image] dflt 3.286172072
88112024-12-20T22:00:35.321Z[ recovery-image] kflt 0.002003194
88122024-12-20T22:00:35.321Z[ recovery-image] lock 28:30.550054195
88132024-12-20T22:00:35.321Z[ recovery-image] slp 1:25:13.553539799
88142024-12-20T22:00:35.322Z[ recovery-image] lat 3:24.660558604
88152024-12-20T22:00:35.322Z[ recovery-image] stop 8.789491421
88162024-12-20T22:00:35.322ZDec 20 22:00:34.402 INFO [recovery-image] process exited with exit status: 0 (810.671749158s)
88172024-12-20T22:00:50.282Z[ host-image] Dec 20 22:00:45.211 INFO O| seeding SMF database...
88182024-12-20T22:00:57.092Z[ host-image] Dec 20 22:00:56.172 INFO O| configuring SMF profile...
88192024-12-20T22:00:57.092Z[ host-image] Dec 20 22:00:56.172 INFO O| modifying shadow(5)...
88202024-12-20T22:00:57.095Z[ host-image] Dec 20 22:00:56.172 INFO O| loading user and group database...
88212024-12-20T22:00:57.095Z[ host-image] Dec 20 22:00:56.172 INFO O| assessing packaged files...
88222024-12-20T22:01:02.156Z[ host-image] Dec 20 22:01:01.235 INFO O| creating archive...
88232024-12-20T22:01:02.251Z[ host-image] Dec 20 22:01:01.330 INFO O| missing from packaging:
88242024-12-20T22:01:02.251Z[ host-image] Dec 20 22:01:01.330 INFO O| "etc/.pwd.lock"
88252024-12-20T22:01:02.254Z[ host-image] Dec 20 22:01:01.330 INFO O| "etc/bash"
88262024-12-20T22:01:02.260Z[ host-image] Dec 20 22:01:01.340 INFO O| "etc/svc/profile/generic.xml"
88272024-12-20T22:01:02.263Z[ host-image] Dec 20 22:01:01.340 INFO O| "etc/svc/profile/inetd_services.xml"
88282024-12-20T22:01:02.263Z[ host-image] Dec 20 22:01:01.340 INFO O| "etc/svc/profile/name_service.xml"
88292024-12-20T22:01:02.263Z[ host-image] Dec 20 22:01:01.340 INFO O| "etc/svc/profile/platform.xml"
88302024-12-20T22:01:02.263Z[ host-image] Dec 20 22:01:01.340 INFO O| "etc/svc/profile/platform_omicron1.xml"
88312024-12-20T22:01:02.263Z[ host-image] Dec 20 22:01:01.340 INFO O| "etc/svc/repository.db"
88322024-12-20T22:01:02.277Z[ host-image] Dec 20 22:01:01.356 INFO O| "opt/ooce/share"
88332024-12-20T22:01:02.277Z[ host-image] Dec 20 22:01:01.356 INFO O| "opt/ooce/share/man"
88342024-12-20T22:01:02.280Z[ host-image] Dec 20 22:01:01.356 INFO O| "opt/ooce/share/man/man1"
88352024-12-20T22:01:02.291Z[ host-image] Dec 20 22:01:01.370 INFO O| finishing archive...
88362024-12-20T22:01:06.219Z[ host-image] Dec 20 22:01:05.298 INFO O| creating gzonly manifest...
88372024-12-20T22:01:06.232Z[ host-image] Dec 20 22:01:05.310 INFO O| ok
88382024-12-20T22:01:06.396Z[ host-image] Dec 20 22:01:05.475 INFO image builder template: ramdisk-02-trim...
88392024-12-20T22:01:06.396Z[ host-image] Dec 20 22:01:05.475 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/.tmpz5fbTL/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
88402024-12-20T22:01:06.436Z[ host-image] Dec 20 22:01:05.514 INFO O| Dec 20 22:01:05.514 INFO temporary dataset: rpool/images/build/host/tmp/gimlet/ramdisk-02-trim
88412024-12-20T22:01:06.456Z[ host-image] Dec 20 22:01:05.534 INFO O| Dec 20 22:01:05.534 INFO CREATE DATASET: rpool/images/build/host/tmp/gimlet/ramdisk-02-trim
88422024-12-20T22:01:06.565Z[ host-image] Dec 20 22:01:05.643 INFO O| Dec 20 22:01:05.643 INFO SET DATASET PROPERTY ON rpool/images/build/host/tmp/gimlet/ramdisk-02-trim: sync = disabled
88432024-12-20T22:01:06.632Z[ host-image] Dec 20 22:01:05.711 INFO O| Dec 20 22:01:05.711 INFO temporary directory: /rpool/images/build/host/tmp/gimlet/ramdisk-02-trim
88442024-12-20T22:01:06.635Z[ host-image] Dec 20 22:01:05.711 INFO O| Dec 20 22:01:05.711 INFO work dataset: rpool/images/build/host/work/gimlet/ramdisk
88452024-12-20T22:01:06.642Z[ host-image] Dec 20 22:01:05.720 INFO O| Dec 20 22:01:05.720 INFO looking for output snapshot rpool/images/build/host/work/gimlet/ramdisk@trim
88462024-12-20T22:01:06.649Z[ host-image] Dec 20 22:01:05.728 INFO O| Dec 20 22:01:05.728 INFO looking for input snapshot rpool/images/build/host/work/gimlet/ramdisk@os
88472024-12-20T22:01:06.675Z[ host-image] Dec 20 22:01:05.753 INFO O| Dec 20 22:01:05.753 INFO ROLLBACK TO SNAPSHOT: rpool/images/build/host/work/gimlet/ramdisk@os
88482024-12-20T22:01:07.170Z[ host-image] Dec 20 22:01:06.249 INFO O| Dec 20 22:01:06.249 INFO rolled back to input snapshot; work may begin
88492024-12-20T22:01:07.174Z[ host-image] Dec 20 22:01:06.249 INFO O| Dec 20 22:01:06.249 INFO CREATE DATASET: rpool/images/build/host/work/gimlet/ramdisk
88502024-12-20T22:01:07.213Z[ host-image] Dec 20 22:01:06.292 INFO O| Dec 20 22:01:06.292 INFO STEP 0: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
88512024-12-20T22:01:07.232Z[ host-image] Dec 20 22:01:06.311 INFO O| Dec 20 22:01:06.311 INFO remove tree: "/rpool/images/build/host/work/gimlet/ramdisk/var/pkg"
88522024-12-20T22:01:07.562Z[ host-image] Dec 20 22:01:06.641 INFO O| Dec 20 22:01:06.641 INFO STEP 0 (remove_files) COMPLETE
88532024-12-20T22:01:07.562Z[ host-image] Dec 20 22:01:06.641 INFO O| Dec 20 22:01:06.641 INFO STEP 1: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
88542024-12-20T22:01:07.594Z[ host-image] Dec 20 22:01:06.672 INFO O| Dec 20 22:01:06.672 INFO remove tree: "/rpool/images/build/host/work/gimlet/ramdisk/usr/xpg4"
88552024-12-20T22:01:07.596Z[ host-image] Dec 20 22:01:06.675 INFO O| Dec 20 22:01:06.675 INFO STEP 1 (remove_files) COMPLETE
88562024-12-20T22:01:07.596Z[ host-image] Dec 20 22:01:06.675 INFO O| Dec 20 22:01:06.675 INFO STEP 2: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
88572024-12-20T22:01:07.644Z[ host-image] Dec 20 22:01:06.722 INFO O| Dec 20 22:01:06.722 INFO remove tree: "/rpool/images/build/host/work/gimlet/ramdisk/usr/include"
88582024-12-20T22:01:07.665Z[ host-image] Dec 20 22:01:06.744 INFO O| Dec 20 22:01:06.744 INFO STEP 2 (remove_files) COMPLETE
88592024-12-20T22:01:07.665Z[ host-image] Dec 20 22:01:06.744 INFO O| Dec 20 22:01:06.744 INFO STEP 3: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
88602024-12-20T22:01:07.699Z[ host-image] Dec 20 22:01:06.777 INFO O| Dec 20 22:01:06.777 INFO remove tree: "/rpool/images/build/host/work/gimlet/ramdisk/usr/demo"
88612024-12-20T22:01:07.701Z[ host-image] Dec 20 22:01:06.780 INFO O| Dec 20 22:01:06.780 INFO STEP 3 (remove_files) COMPLETE
88622024-12-20T22:01:07.701Z[ host-image] Dec 20 22:01:06.780 INFO O| Dec 20 22:01:06.780 INFO STEP 4: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
88632024-12-20T22:01:07.718Z[ host-image] Dec 20 22:01:06.797 INFO O| Dec 20 22:01:06.797 INFO remove tree: "/rpool/images/build/host/work/gimlet/ramdisk/usr/lib/help"
88642024-12-20T22:01:07.724Z[ host-image] Dec 20 22:01:06.803 INFO O| Dec 20 22:01:06.803 INFO STEP 4 (remove_files) COMPLETE
88652024-12-20T22:01:07.727Z[ host-image] Dec 20 22:01:06.803 INFO O| Dec 20 22:01:06.803 INFO STEP 5: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
88662024-12-20T22:01:07.742Z[ host-image] Dec 20 22:01:06.821 INFO O| Dec 20 22:01:06.821 INFO remove tree: "/rpool/images/build/host/work/gimlet/ramdisk/usr/share/doc"
88672024-12-20T22:01:07.747Z[ host-image] Dec 20 22:01:06.826 INFO O| Dec 20 22:01:06.825 INFO STEP 5 (remove_files) COMPLETE
88682024-12-20T22:01:07.749Z[ host-image] Dec 20 22:01:06.826 INFO O| Dec 20 22:01:06.826 INFO STEP 6: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
88692024-12-20T22:01:07.767Z[ host-image] Dec 20 22:01:06.845 INFO O| Dec 20 22:01:06.845 INFO remove tree: "/rpool/images/build/host/work/gimlet/ramdisk/usr/share/bash-completion"
88702024-12-20T22:01:07.787Z[ host-image] Dec 20 22:01:06.866 INFO O| Dec 20 22:01:06.865 INFO STEP 6 (remove_files) COMPLETE
88712024-12-20T22:01:07.787Z[ host-image] Dec 20 22:01:06.866 INFO O| Dec 20 22:01:06.866 INFO STEP 7: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
88722024-12-20T22:01:07.817Z[ host-image] Dec 20 22:01:06.896 INFO O| Dec 20 22:01:06.896 INFO remove tree: "/rpool/images/build/host/work/gimlet/ramdisk/usr/perl5/5.36/man"
88732024-12-20T22:01:07.844Z[ host-image] Dec 20 22:01:06.922 INFO O| Dec 20 22:01:06.922 INFO STEP 7 (remove_files) COMPLETE
88742024-12-20T22:01:07.844Z[ host-image] Dec 20 22:01:06.922 INFO O| Dec 20 22:01:06.922 INFO STEP 8: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
88752024-12-20T22:01:07.861Z[ host-image] Dec 20 22:01:06.939 INFO O| Dec 20 22:01:06.939 INFO remove tree: "/rpool/images/build/host/work/gimlet/ramdisk/usr/share/man/man3ssl"
88762024-12-20T22:01:08.035Z[ host-image] Dec 20 22:01:07.114 INFO O| Dec 20 22:01:07.114 INFO STEP 8 (remove_files) COMPLETE
88772024-12-20T22:01:08.035Z[ host-image] Dec 20 22:01:07.114 INFO O| Dec 20 22:01:07.114 INFO STEP 9: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
88782024-12-20T22:01:08.053Z[ host-image] Dec 20 22:01:07.132 INFO O| Dec 20 22:01:07.131 INFO remove tree: "/rpool/images/build/host/work/gimlet/ramdisk/usr/ssl-3/man"
88792024-12-20T22:01:08.241Z[ host-image] Dec 20 22:01:07.318 INFO O| Dec 20 22:01:07.318 INFO STEP 9 (remove_files) COMPLETE
88802024-12-20T22:01:08.241Z[ host-image] Dec 20 22:01:07.318 INFO O| Dec 20 22:01:07.318 INFO STEP 10: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
88812024-12-20T22:01:08.324Z[ host-image] Dec 20 22:01:07.402 INFO O| Dec 20 22:01:07.402 INFO remove tree: "/rpool/images/build/host/work/gimlet/ramdisk/etc/net-snmp"
88822024-12-20T22:01:08.330Z[ host-image] Dec 20 22:01:07.409 INFO O| Dec 20 22:01:07.409 INFO STEP 10 (remove_files) COMPLETE
88832024-12-20T22:01:08.333Z[ host-image] Dec 20 22:01:07.409 INFO O| Dec 20 22:01:07.409 INFO STEP 11: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
88842024-12-20T22:01:08.350Z[ host-image] Dec 20 22:01:07.427 INFO O| Dec 20 22:01:07.426 INFO remove tree: "/rpool/images/build/host/work/gimlet/ramdisk/usr/bin/i386"
88852024-12-20T22:01:08.353Z[ host-image] Dec 20 22:01:07.428 INFO O| Dec 20 22:01:07.428 INFO STEP 11 (remove_files) COMPLETE
88862024-12-20T22:01:08.353Z[ host-image] Dec 20 22:01:07.428 INFO O| Dec 20 22:01:07.428 INFO STEP 12: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
88872024-12-20T22:01:08.367Z[ host-image] Dec 20 22:01:07.446 INFO O| Dec 20 22:01:07.446 INFO remove tree: "/rpool/images/build/host/work/gimlet/ramdisk/platform/i86xpv"
88882024-12-20T22:01:08.370Z[ host-image] Dec 20 22:01:07.448 INFO O| Dec 20 22:01:07.448 INFO STEP 12 (remove_files) COMPLETE
88892024-12-20T22:01:08.370Z[ host-image] Dec 20 22:01:07.449 INFO O| Dec 20 22:01:07.449 INFO STEP 13: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
88902024-12-20T22:01:08.434Z[ host-image] Dec 20 22:01:07.513 INFO O| Dec 20 22:01:07.513 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/opt/ooce/jq/lib/amd64/libjq.a"
88912024-12-20T22:01:08.456Z[ host-image] Dec 20 22:01:07.534 INFO O| Dec 20 22:01:07.534 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/opt/ooce/pgsql-13/lib/libpgcommon_shlib.a"
88922024-12-20T22:01:08.458Z[ host-image] Dec 20 22:01:07.535 INFO O| Dec 20 22:01:07.535 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/opt/ooce/pgsql-13/lib/libpgcommon.a"
88932024-12-20T22:01:08.458Z[ host-image] Dec 20 22:01:07.535 INFO O| Dec 20 22:01:07.535 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/opt/ooce/pgsql-13/lib/libpgport_shlib.a"
88942024-12-20T22:01:08.458Z[ host-image] Dec 20 22:01:07.535 INFO O| Dec 20 22:01:07.535 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/opt/ooce/pgsql-13/lib/libpq.a"
88952024-12-20T22:01:08.458Z[ host-image] Dec 20 22:01:07.535 INFO O| Dec 20 22:01:07.535 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/opt/ooce/pgsql-13/lib/libecpg_compat.a"
88962024-12-20T22:01:08.458Z[ host-image] Dec 20 22:01:07.536 INFO O| Dec 20 22:01:07.536 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/opt/ooce/pgsql-13/lib/libpgtypes.a"
88972024-12-20T22:01:08.459Z[ host-image] Dec 20 22:01:07.536 INFO O| Dec 20 22:01:07.536 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/opt/ooce/pgsql-13/lib/amd64/libpgport_shlib.a"
88982024-12-20T22:01:08.459Z[ host-image] Dec 20 22:01:07.536 INFO O| Dec 20 22:01:07.536 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/opt/ooce/pgsql-13/lib/amd64/libpgport.a"
88992024-12-20T22:01:08.459Z[ host-image] Dec 20 22:01:07.537 INFO O| Dec 20 22:01:07.537 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/opt/ooce/pgsql-13/lib/amd64/libpgcommon.a"
89002024-12-20T22:01:08.461Z[ host-image] Dec 20 22:01:07.537 INFO O| Dec 20 22:01:07.537 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/opt/ooce/pgsql-13/lib/amd64/libecpg.a"
89012024-12-20T22:01:08.461Z[ host-image] Dec 20 22:01:07.537 INFO O| Dec 20 22:01:07.537 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/opt/ooce/pgsql-13/lib/amd64/libecpg_compat.a"
89022024-12-20T22:01:08.461Z[ host-image] Dec 20 22:01:07.538 INFO O| Dec 20 22:01:07.538 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/opt/ooce/pgsql-13/lib/amd64/libpq.a"
89032024-12-20T22:01:08.461Z[ host-image] Dec 20 22:01:07.538 INFO O| Dec 20 22:01:07.538 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/opt/ooce/pgsql-13/lib/amd64/libpgtypes.a"
89042024-12-20T22:01:08.461Z[ host-image] Dec 20 22:01:07.538 INFO O| Dec 20 22:01:07.538 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/opt/ooce/pgsql-13/lib/amd64/libpgcommon_shlib.a"
89052024-12-20T22:01:08.461Z[ host-image] Dec 20 22:01:07.538 INFO O| Dec 20 22:01:07.538 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/opt/ooce/pgsql-13/lib/libpgport.a"
89062024-12-20T22:01:08.461Z[ host-image] Dec 20 22:01:07.539 INFO O| Dec 20 22:01:07.539 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/opt/ooce/pgsql-13/lib/libecpg.a"
89072024-12-20T22:01:08.986Z[ host-image] Dec 20 22:01:08.065 INFO O| Dec 20 22:01:08.065 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/usr/lib/libtddl.a"
89082024-12-20T22:01:08.997Z[ host-image] Dec 20 22:01:08.076 INFO O| Dec 20 22:01:08.076 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/usr/lib/libncurses++.a"
89092024-12-20T22:01:09.011Z[ host-image] Dec 20 22:01:08.089 INFO O| Dec 20 22:01:08.089 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/usr/lib/amd64/libncurses++.a"
89102024-12-20T22:01:09.016Z[ host-image] Dec 20 22:01:08.095 INFO O| Dec 20 22:01:08.095 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/usr/lib/amd64/libtddl.a"
89112024-12-20T22:01:09.149Z[ host-image] Dec 20 22:01:08.227 INFO O| Dec 20 22:01:08.226 INFO STEP 13 (remove_files) COMPLETE
89122024-12-20T22:01:09.149Z[ host-image] Dec 20 22:01:08.227 INFO O| Dec 20 22:01:08.227 INFO STEP 14: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
89132024-12-20T22:01:09.180Z[ host-image] Dec 20 22:01:08.258 INFO O| Dec 20 22:01:08.258 INFO remove tree: "/rpool/images/build/host/work/gimlet/ramdisk/boot"
89142024-12-20T22:01:09.183Z[ host-image] Dec 20 22:01:08.260 INFO O| Dec 20 22:01:08.260 INFO STEP 14 (remove_files) COMPLETE
89152024-12-20T22:01:09.184Z[ host-image] Dec 20 22:01:08.260 INFO O| Dec 20 22:01:08.260 INFO STEP 15: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
89162024-12-20T22:01:09.198Z[ host-image] Dec 20 22:01:08.277 INFO O| Dec 20 22:01:08.276 INFO remove tree: "/rpool/images/build/host/work/gimlet/ramdisk/platform/i86pc"
89172024-12-20T22:01:09.210Z[ host-image] Dec 20 22:01:08.288 INFO O| Dec 20 22:01:08.288 INFO STEP 15 (remove_files) COMPLETE
89182024-12-20T22:01:09.210Z[ host-image] Dec 20 22:01:08.288 INFO O| Dec 20 22:01:08.288 INFO STEP 16: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
89192024-12-20T22:01:09.227Z[ host-image] Dec 20 22:01:08.306 INFO O| Dec 20 22:01:08.306 INFO remove tree: "/rpool/images/build/host/work/gimlet/ramdisk/usr/platform/i86xpv"
89202024-12-20T22:01:09.230Z[ host-image] Dec 20 22:01:08.306 INFO O| Dec 20 22:01:08.306 INFO STEP 16 (remove_files) COMPLETE
89212024-12-20T22:01:09.230Z[ host-image] Dec 20 22:01:08.307 INFO O| Dec 20 22:01:08.306 INFO STEP 17: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
89222024-12-20T22:01:09.248Z[ host-image] Dec 20 22:01:08.323 INFO O| Dec 20 22:01:08.323 INFO remove tree: "/rpool/images/build/host/work/gimlet/ramdisk/usr/platform/i86pc"
89232024-12-20T22:01:09.251Z[ host-image] Dec 20 22:01:08.325 INFO O| Dec 20 22:01:08.325 INFO STEP 17 (remove_files) COMPLETE
89242024-12-20T22:01:09.251Z[ host-image] Dec 20 22:01:08.325 INFO O| Dec 20 22:01:08.325 INFO STEP 18: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
89252024-12-20T22:01:09.270Z[ host-image] Dec 20 22:01:08.347 INFO O| Dec 20 22:01:08.347 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/kernel/misc/amd64/acpica"
89262024-12-20T22:01:09.270Z[ host-image] Dec 20 22:01:08.347 INFO O| Dec 20 22:01:08.347 INFO STEP 18 (remove_files) COMPLETE
89272024-12-20T22:01:09.270Z[ host-image] Dec 20 22:01:08.347 INFO O| Dec 20 22:01:08.347 INFO STEP 19: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
89282024-12-20T22:01:09.325Z[ host-image] Dec 20 22:01:08.404 INFO O| Dec 20 22:01:08.403 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/kernel/misc/amd64/tem"
89292024-12-20T22:01:09.325Z[ host-image] Dec 20 22:01:08.404 INFO O| Dec 20 22:01:08.404 INFO STEP 19 (remove_files) COMPLETE
89302024-12-20T22:01:09.325Z[ host-image] Dec 20 22:01:08.404 INFO O| Dec 20 22:01:08.404 INFO STEP 20: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
89312024-12-20T22:01:09.342Z[ host-image] Dec 20 22:01:08.421 INFO O| Dec 20 22:01:08.420 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/kernel/misc/amd64/kbtrans"
89322024-12-20T22:01:09.342Z[ host-image] Dec 20 22:01:08.421 INFO O| Dec 20 22:01:08.421 INFO STEP 20 (remove_files) COMPLETE
89332024-12-20T22:01:09.342Z[ host-image] Dec 20 22:01:08.421 INFO O| Dec 20 22:01:08.421 INFO STEP 21: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
89342024-12-20T22:01:09.361Z[ host-image] Dec 20 22:01:08.438 INFO O| Dec 20 22:01:08.438 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/kernel/drv/amd64/wc"
89352024-12-20T22:01:09.361Z[ host-image] Dec 20 22:01:08.439 INFO O| Dec 20 22:01:08.439 INFO STEP 21 (remove_files) COMPLETE
89362024-12-20T22:01:09.361Z[ host-image] Dec 20 22:01:08.439 INFO O| Dec 20 22:01:08.439 INFO STEP 22: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
89372024-12-20T22:01:09.415Z[ host-image] Dec 20 22:01:08.493 INFO O| Dec 20 22:01:08.493 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/kernel/drv/amd64/acpi_drv"
89382024-12-20T22:01:09.415Z[ host-image] Dec 20 22:01:08.493 INFO O| Dec 20 22:01:08.493 INFO STEP 22 (remove_files) COMPLETE
89392024-12-20T22:01:09.415Z[ host-image] Dec 20 22:01:08.493 INFO O| Dec 20 22:01:08.493 INFO STEP 23: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
89402024-12-20T22:01:09.449Z[ host-image] Dec 20 22:01:08.527 INFO O| Dec 20 22:01:08.527 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/kernel/drv/amd64/conskbd"
89412024-12-20T22:01:09.449Z[ host-image] Dec 20 22:01:08.527 INFO O| Dec 20 22:01:08.527 INFO STEP 23 (remove_files) COMPLETE
89422024-12-20T22:01:09.449Z[ host-image] Dec 20 22:01:08.527 INFO O| Dec 20 22:01:08.527 INFO STEP 24: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
89432024-12-20T22:01:09.466Z[ host-image] Dec 20 22:01:08.544 INFO O| Dec 20 22:01:08.544 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/kernel/drv/amd64/tzmon"
89442024-12-20T22:01:09.466Z[ host-image] Dec 20 22:01:08.544 INFO O| Dec 20 22:01:08.544 INFO STEP 24 (remove_files) COMPLETE
89452024-12-20T22:01:09.466Z[ host-image] Dec 20 22:01:08.544 INFO O| Dec 20 22:01:08.544 INFO STEP 25: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
89462024-12-20T22:01:09.484Z[ host-image] Dec 20 22:01:08.562 INFO O| Dec 20 22:01:08.562 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/kernel/drv/amd64/power"
89472024-12-20T22:01:09.484Z[ host-image] Dec 20 22:01:08.562 INFO O| Dec 20 22:01:08.562 INFO STEP 25 (remove_files) COMPLETE
89482024-12-20T22:01:09.484Z[ host-image] Dec 20 22:01:08.562 INFO O| Dec 20 22:01:08.562 INFO STEP 26: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
89492024-12-20T22:01:09.501Z[ host-image] Dec 20 22:01:08.579 INFO O| Dec 20 22:01:08.579 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/kernel/drv/amd64/audio"
89502024-12-20T22:01:09.501Z[ host-image] Dec 20 22:01:08.579 INFO O| Dec 20 22:01:08.579 INFO STEP 26 (remove_files) COMPLETE
89512024-12-20T22:01:09.503Z[ host-image] Dec 20 22:01:08.579 INFO O| Dec 20 22:01:08.579 INFO STEP 27: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
89522024-12-20T22:01:09.518Z[ host-image] Dec 20 22:01:08.596 INFO O| Dec 20 22:01:08.596 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/kernel/drv/amd64/audio1575"
89532024-12-20T22:01:09.518Z[ host-image] Dec 20 22:01:08.596 INFO O| Dec 20 22:01:08.596 INFO STEP 27 (remove_files) COMPLETE
89542024-12-20T22:01:09.518Z[ host-image] Dec 20 22:01:08.597 INFO O| Dec 20 22:01:08.596 INFO STEP 28: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
89552024-12-20T22:01:09.536Z[ host-image] Dec 20 22:01:08.614 INFO O| Dec 20 22:01:08.614 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/kernel/drv/amd64/audioens"
89562024-12-20T22:01:09.536Z[ host-image] Dec 20 22:01:08.614 INFO O| Dec 20 22:01:08.614 INFO STEP 28 (remove_files) COMPLETE
89572024-12-20T22:01:09.536Z[ host-image] Dec 20 22:01:08.614 INFO O| Dec 20 22:01:08.614 INFO STEP 29: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
89582024-12-20T22:01:09.554Z[ host-image] Dec 20 22:01:08.631 INFO O| Dec 20 22:01:08.631 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/kernel/drv/amd64/audiopci"
89592024-12-20T22:01:09.554Z[ host-image] Dec 20 22:01:08.631 INFO O| Dec 20 22:01:08.631 INFO STEP 29 (remove_files) COMPLETE
89602024-12-20T22:01:09.557Z[ host-image] Dec 20 22:01:08.631 INFO O| Dec 20 22:01:08.631 INFO STEP 30: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
89612024-12-20T22:01:09.580Z[ host-image] Dec 20 22:01:08.658 INFO O| Dec 20 22:01:08.658 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/kernel/drv/amd64/audiots"
89622024-12-20T22:01:09.580Z[ host-image] Dec 20 22:01:08.658 INFO O| Dec 20 22:01:08.658 INFO STEP 30 (remove_files) COMPLETE
89632024-12-20T22:01:09.580Z[ host-image] Dec 20 22:01:08.658 INFO O| Dec 20 22:01:08.658 INFO STEP 31: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
89642024-12-20T22:01:09.612Z[ host-image] Dec 20 22:01:08.691 INFO O| Dec 20 22:01:08.691 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/kernel/drv/amd64/ehci"
89652024-12-20T22:01:09.615Z[ host-image] Dec 20 22:01:08.691 INFO O| Dec 20 22:01:08.691 INFO STEP 31 (remove_files) COMPLETE
89662024-12-20T22:01:09.615Z[ host-image] Dec 20 22:01:08.691 INFO O| Dec 20 22:01:08.691 INFO STEP 32: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
89672024-12-20T22:01:09.645Z[ host-image] Dec 20 22:01:08.723 INFO O| Dec 20 22:01:08.723 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/kernel/drv/amd64/hid"
89682024-12-20T22:01:09.645Z[ host-image] Dec 20 22:01:08.723 INFO O| Dec 20 22:01:08.723 INFO STEP 32 (remove_files) COMPLETE
89692024-12-20T22:01:09.645Z[ host-image] Dec 20 22:01:08.723 INFO O| Dec 20 22:01:08.723 INFO STEP 33: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
89702024-12-20T22:01:09.663Z[ host-image] Dec 20 22:01:08.742 INFO O| Dec 20 22:01:08.742 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/kernel/drv/amd64/hubd"
89712024-12-20T22:01:09.663Z[ host-image] Dec 20 22:01:08.742 INFO O| Dec 20 22:01:08.742 INFO STEP 33 (remove_files) COMPLETE
89722024-12-20T22:01:09.667Z[ host-image] Dec 20 22:01:08.742 INFO O| Dec 20 22:01:08.742 INFO STEP 34: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
89732024-12-20T22:01:09.682Z[ host-image] Dec 20 22:01:08.760 INFO O| Dec 20 22:01:08.760 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/kernel/drv/amd64/ohci"
89742024-12-20T22:01:09.682Z[ host-image] Dec 20 22:01:08.760 INFO O| Dec 20 22:01:08.760 INFO STEP 34 (remove_files) COMPLETE
89752024-12-20T22:01:09.682Z[ host-image] Dec 20 22:01:08.760 INFO O| Dec 20 22:01:08.760 INFO STEP 35: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
89762024-12-20T22:01:09.701Z[ host-image] Dec 20 22:01:08.779 INFO O| Dec 20 22:01:08.779 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/kernel/drv/amd64/scsa2usb"
89772024-12-20T22:01:09.701Z[ host-image] Dec 20 22:01:08.779 INFO O| Dec 20 22:01:08.779 INFO STEP 35 (remove_files) COMPLETE
89782024-12-20T22:01:09.701Z[ host-image] Dec 20 22:01:08.779 INFO O| Dec 20 22:01:08.779 INFO STEP 36: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
89792024-12-20T22:01:09.719Z[ host-image] Dec 20 22:01:08.797 INFO O| Dec 20 22:01:08.797 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/kernel/drv/amd64/uhci"
89802024-12-20T22:01:09.719Z[ host-image] Dec 20 22:01:08.798 INFO O| Dec 20 22:01:08.797 INFO STEP 36 (remove_files) COMPLETE
89812024-12-20T22:01:09.719Z[ host-image] Dec 20 22:01:08.798 INFO O| Dec 20 22:01:08.798 INFO STEP 37: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
89822024-12-20T22:01:09.738Z[ host-image] Dec 20 22:01:08.816 INFO O| Dec 20 22:01:08.816 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/kernel/drv/amd64/usb_ac"
89832024-12-20T22:01:09.738Z[ host-image] Dec 20 22:01:08.817 INFO O| Dec 20 22:01:08.817 INFO STEP 37 (remove_files) COMPLETE
89842024-12-20T22:01:09.741Z[ host-image] Dec 20 22:01:08.817 INFO O| Dec 20 22:01:08.817 INFO STEP 38: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
89852024-12-20T22:01:09.756Z[ host-image] Dec 20 22:01:08.835 INFO O| Dec 20 22:01:08.835 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/kernel/drv/amd64/usb_as"
89862024-12-20T22:01:09.756Z[ host-image] Dec 20 22:01:08.835 INFO O| Dec 20 22:01:08.835 INFO STEP 38 (remove_files) COMPLETE
89872024-12-20T22:01:09.759Z[ host-image] Dec 20 22:01:08.835 INFO O| Dec 20 22:01:08.835 INFO STEP 39: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
89882024-12-20T22:01:09.774Z[ host-image] Dec 20 22:01:08.852 INFO O| Dec 20 22:01:08.852 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/kernel/drv/amd64/usb_ia"
89892024-12-20T22:01:09.774Z[ host-image] Dec 20 22:01:08.853 INFO O| Dec 20 22:01:08.853 INFO STEP 39 (remove_files) COMPLETE
89902024-12-20T22:01:09.774Z[ host-image] Dec 20 22:01:08.853 INFO O| Dec 20 22:01:08.853 INFO STEP 40: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
89912024-12-20T22:01:09.809Z[ host-image] Dec 20 22:01:08.886 INFO O| Dec 20 22:01:08.886 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/kernel/drv/amd64/usb_mid"
89922024-12-20T22:01:09.809Z[ host-image] Dec 20 22:01:08.886 INFO O| Dec 20 22:01:08.886 INFO STEP 40 (remove_files) COMPLETE
89932024-12-20T22:01:09.809Z[ host-image] Dec 20 22:01:08.887 INFO O| Dec 20 22:01:08.886 INFO STEP 41: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
89942024-12-20T22:01:09.826Z[ host-image] Dec 20 22:01:08.904 INFO O| Dec 20 22:01:08.904 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/kernel/drv/amd64/usbprn"
89952024-12-20T22:01:09.826Z[ host-image] Dec 20 22:01:08.904 INFO O| Dec 20 22:01:08.904 INFO STEP 41 (remove_files) COMPLETE
89962024-12-20T22:01:09.826Z[ host-image] Dec 20 22:01:08.904 INFO O| Dec 20 22:01:08.904 INFO STEP 42: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
89972024-12-20T22:01:09.842Z[ host-image] Dec 20 22:01:08.921 INFO O| Dec 20 22:01:08.921 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/kernel/drv/amd64/xhci"
89982024-12-20T22:01:09.843Z[ host-image] Dec 20 22:01:08.921 INFO O| Dec 20 22:01:08.921 INFO STEP 42 (remove_files) COMPLETE
89992024-12-20T22:01:09.843Z[ host-image] Dec 20 22:01:08.921 INFO O| Dec 20 22:01:08.921 INFO STEP 43: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
90002024-12-20T22:01:09.861Z[ host-image] Dec 20 22:01:08.939 INFO O| Dec 20 22:01:08.939 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/kernel/drv/amd64/intel_nhm"
90012024-12-20T22:01:09.861Z[ host-image] Dec 20 22:01:08.939 INFO O| Dec 20 22:01:08.939 INFO STEP 43 (remove_files) COMPLETE
90022024-12-20T22:01:09.861Z[ host-image] Dec 20 22:01:08.939 INFO O| Dec 20 22:01:08.939 INFO STEP 44: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
90032024-12-20T22:01:09.877Z[ host-image] Dec 20 22:01:08.955 INFO O| Dec 20 22:01:08.954 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/kernel/drv/amd64/intel_nb5000"
90042024-12-20T22:01:09.877Z[ host-image] Dec 20 22:01:08.955 INFO O| Dec 20 22:01:08.955 INFO STEP 44 (remove_files) COMPLETE
90052024-12-20T22:01:09.877Z[ host-image] Dec 20 22:01:08.955 INFO O| Dec 20 22:01:08.955 INFO STEP 45: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
90062024-12-20T22:01:09.893Z[ host-image] Dec 20 22:01:08.970 INFO O| Dec 20 22:01:08.970 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/kernel/drv/amd64/mc-amd"
90072024-12-20T22:01:09.893Z[ host-image] Dec 20 22:01:08.971 INFO O| Dec 20 22:01:08.971 INFO STEP 45 (remove_files) COMPLETE
90082024-12-20T22:01:09.893Z[ host-image] Dec 20 22:01:08.971 INFO O| Dec 20 22:01:08.971 INFO STEP 46: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
90092024-12-20T22:01:09.907Z[ host-image] Dec 20 22:01:08.986 INFO O| Dec 20 22:01:08.986 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/kernel/drv/amd64/acpi_toshiba"
90102024-12-20T22:01:09.908Z[ host-image] Dec 20 22:01:08.986 INFO O| Dec 20 22:01:08.986 INFO STEP 46 (remove_files) COMPLETE
90112024-12-20T22:01:09.908Z[ host-image] Dec 20 22:01:08.986 INFO O| Dec 20 22:01:08.986 INFO STEP 47: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
90122024-12-20T22:01:09.932Z[ host-image] Dec 20 22:01:09.010 INFO O| Dec 20 22:01:09.010 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/kernel/drv/amd64/intel_nhmex"
90132024-12-20T22:01:09.935Z[ host-image] Dec 20 22:01:09.010 INFO O| Dec 20 22:01:09.010 INFO STEP 47 (remove_files) COMPLETE
90142024-12-20T22:01:09.935Z[ host-image] Dec 20 22:01:09.010 INFO O| Dec 20 22:01:09.010 INFO STEP 48: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
90152024-12-20T22:01:09.962Z[ host-image] Dec 20 22:01:09.040 INFO O| Dec 20 22:01:09.040 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/kernel/drv/intel_nhmex.conf"
90162024-12-20T22:01:09.962Z[ host-image] Dec 20 22:01:09.040 INFO O| Dec 20 22:01:09.040 INFO STEP 48 (remove_files) COMPLETE
90172024-12-20T22:01:09.965Z[ host-image] Dec 20 22:01:09.040 INFO O| Dec 20 22:01:09.040 INFO STEP 49: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
90182024-12-20T22:01:10.000Z[ host-image] Dec 20 22:01:09.078 INFO O| Dec 20 22:01:09.078 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/kernel/drv/amd64/mpt"
90192024-12-20T22:01:10.000Z[ host-image] Dec 20 22:01:09.078 INFO O| Dec 20 22:01:09.078 INFO STEP 49 (remove_files) COMPLETE
90202024-12-20T22:01:10.003Z[ host-image] Dec 20 22:01:09.078 INFO O| Dec 20 22:01:09.078 INFO STEP 50: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
90212024-12-20T22:01:10.039Z[ host-image] Dec 20 22:01:09.117 INFO O| Dec 20 22:01:09.117 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/kernel/drv/mpt.conf"
90222024-12-20T22:01:10.039Z[ host-image] Dec 20 22:01:09.117 INFO O| Dec 20 22:01:09.117 INFO STEP 50 (remove_files) COMPLETE
90232024-12-20T22:01:10.043Z[ host-image] Dec 20 22:01:09.117 INFO O| Dec 20 22:01:09.117 INFO STEP 51: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
90242024-12-20T22:01:10.055Z[ host-image] Dec 20 22:01:09.134 INFO O| Dec 20 22:01:09.134 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/usr/lib/fm/fmd/plugins/ses-log-transport.so"
90252024-12-20T22:01:10.055Z[ host-image] Dec 20 22:01:09.134 INFO O| Dec 20 22:01:09.134 INFO STEP 51 (remove_files) COMPLETE
90262024-12-20T22:01:10.055Z[ host-image] Dec 20 22:01:09.134 INFO O| Dec 20 22:01:09.134 INFO STEP 52: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
90272024-12-20T22:01:10.071Z[ host-image] Dec 20 22:01:09.150 INFO O| Dec 20 22:01:09.150 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/usr/lib/fm/fmd/plugins/ses-log-transport.conf"
90282024-12-20T22:01:10.071Z[ host-image] Dec 20 22:01:09.150 INFO O| Dec 20 22:01:09.150 INFO STEP 52 (remove_files) COMPLETE
90292024-12-20T22:01:10.074Z[ host-image] Dec 20 22:01:09.150 INFO O| Dec 20 22:01:09.150 INFO STEP 53: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
90302024-12-20T22:01:10.089Z[ host-image] Dec 20 22:01:09.168 INFO O| Dec 20 22:01:09.167 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/sbin/bootadm"
90312024-12-20T22:01:10.089Z[ host-image] Dec 20 22:01:09.168 INFO O| Dec 20 22:01:09.168 INFO STEP 53 (remove_files) COMPLETE
90322024-12-20T22:01:10.089Z[ host-image] Dec 20 22:01:09.168 INFO O| Dec 20 22:01:09.168 INFO STEP 54: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
90332024-12-20T22:01:10.108Z[ host-image] Dec 20 22:01:09.187 INFO O| Dec 20 22:01:09.187 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/usr/sbin/bootadm"
90342024-12-20T22:01:10.108Z[ host-image] Dec 20 22:01:09.187 INFO O| Dec 20 22:01:09.187 INFO STEP 54 (remove_files) COMPLETE
90352024-12-20T22:01:10.108Z[ host-image] Dec 20 22:01:09.187 INFO O| Dec 20 22:01:09.187 INFO STEP 55: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
90362024-12-20T22:01:10.128Z[ host-image] Dec 20 22:01:09.206 INFO O| Dec 20 22:01:09.206 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/sbin/beadm"
90372024-12-20T22:01:10.128Z[ host-image] Dec 20 22:01:09.207 INFO O| Dec 20 22:01:09.206 INFO STEP 55 (remove_files) COMPLETE
90382024-12-20T22:01:10.128Z[ host-image] Dec 20 22:01:09.207 INFO O| Dec 20 22:01:09.207 INFO STEP 56: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
90392024-12-20T22:01:10.147Z[ host-image] Dec 20 22:01:09.226 INFO O| Dec 20 22:01:09.226 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/usr/sbin/beadm"
90402024-12-20T22:01:10.147Z[ host-image] Dec 20 22:01:09.226 INFO O| Dec 20 22:01:09.226 INFO STEP 56 (remove_files) COMPLETE
90412024-12-20T22:01:10.156Z[ host-image] Dec 20 22:01:09.226 INFO O| Dec 20 22:01:09.226 INFO STEP 57: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
90422024-12-20T22:01:10.166Z[ host-image] Dec 20 22:01:09.244 INFO O| Dec 20 22:01:09.244 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/etc/default/tar"
90432024-12-20T22:01:10.166Z[ host-image] Dec 20 22:01:09.245 INFO O| Dec 20 22:01:09.245 INFO STEP 57 (remove_files) COMPLETE
90442024-12-20T22:01:10.169Z[ host-image] Dec 20 22:01:09.245 INFO O| Dec 20 22:01:09.245 INFO STEP 58: ensure_file, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
90452024-12-20T22:01:10.185Z[ host-image] Dec 20 22:01:09.264 INFO O| Dec 20 22:01:09.264 WARN file /rpool/images/build/host/work/gimlet/ramdisk/lib/svc/method/keymap exists, with wrong contents, unlinking
90462024-12-20T22:01:10.186Z[ host-image] Dec 20 22:01:09.264 INFO O| Dec 20 22:01:09.264 INFO writing /rpool/images/build/host/work/gimlet/ramdisk/lib/svc/method/keymap ...
90472024-12-20T22:01:10.189Z[ host-image] Dec 20 22:01:09.264 INFO O| Dec 20 22:01:09.264 INFO perms are 644, should be 755, path: /rpool/images/build/host/work/gimlet/ramdisk/lib/svc/method/keymap
90482024-12-20T22:01:10.189Z[ host-image] Dec 20 22:01:09.264 INFO O| Dec 20 22:01:09.264 INFO chmod ok, path: /rpool/images/build/host/work/gimlet/ramdisk/lib/svc/method/keymap
90492024-12-20T22:01:10.189Z[ host-image] Dec 20 22:01:09.264 INFO O| Dec 20 22:01:09.264 INFO ownership wrong (Id(0):Id(0), not 0:2), path: /rpool/images/build/host/work/gimlet/ramdisk/lib/svc/method/keymap
90502024-12-20T22:01:10.189Z[ host-image] Dec 20 22:01:09.264 INFO O| Dec 20 22:01:09.264 INFO chown ok, path: /rpool/images/build/host/work/gimlet/ramdisk/lib/svc/method/keymap
90512024-12-20T22:01:10.189Z[ host-image] Dec 20 22:01:09.264 INFO O| Dec 20 22:01:09.264 INFO ok!
90522024-12-20T22:01:10.189Z[ host-image] Dec 20 22:01:09.264 INFO O| Dec 20 22:01:09.264 INFO STEP 58 (ensure_file) COMPLETE
90532024-12-20T22:01:10.189Z[ host-image] Dec 20 22:01:09.264 INFO O| Dec 20 22:01:09.264 INFO STEP 59: ensure_file, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
90542024-12-20T22:01:10.205Z[ host-image] Dec 20 22:01:09.284 INFO O| Dec 20 22:01:09.284 WARN file /rpool/images/build/host/work/gimlet/ramdisk/lib/svc/bin/rootisramdisk exists, with wrong contents, unlinking
90552024-12-20T22:01:10.205Z[ host-image] Dec 20 22:01:09.284 INFO O| Dec 20 22:01:09.284 INFO copying /work/oxidecomputer/helios/image/templates/files/rootisramdisk -> /rpool/images/build/host/work/gimlet/ramdisk/lib/svc/bin/rootisramdisk ...
90562024-12-20T22:01:10.208Z[ host-image] Dec 20 22:01:09.284 INFO O| Dec 20 22:01:09.284 INFO perms are 644, should be 755, path: /rpool/images/build/host/work/gimlet/ramdisk/lib/svc/bin/rootisramdisk
90572024-12-20T22:01:10.208Z[ host-image] Dec 20 22:01:09.284 INFO O| Dec 20 22:01:09.284 INFO chmod ok, path: /rpool/images/build/host/work/gimlet/ramdisk/lib/svc/bin/rootisramdisk
90582024-12-20T22:01:10.208Z[ host-image] Dec 20 22:01:09.284 INFO O| Dec 20 22:01:09.284 INFO ownership wrong (Id(0):Id(0), not 0:3), path: /rpool/images/build/host/work/gimlet/ramdisk/lib/svc/bin/rootisramdisk
90592024-12-20T22:01:10.208Z[ host-image] Dec 20 22:01:09.284 INFO O| Dec 20 22:01:09.284 INFO chown ok, path: /rpool/images/build/host/work/gimlet/ramdisk/lib/svc/bin/rootisramdisk
90602024-12-20T22:01:10.208Z[ host-image] Dec 20 22:01:09.284 INFO O| Dec 20 22:01:09.284 INFO ok!
90612024-12-20T22:01:10.208Z[ host-image] Dec 20 22:01:09.284 INFO O| Dec 20 22:01:09.284 INFO STEP 59 (ensure_file) COMPLETE
90622024-12-20T22:01:10.208Z[ host-image] Dec 20 22:01:09.284 INFO O| Dec 20 22:01:09.284 INFO STEP 60: ensure_file, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
90632024-12-20T22:01:10.225Z[ host-image] Dec 20 22:01:09.303 INFO O| Dec 20 22:01:09.303 INFO file /rpool/images/build/host/work/gimlet/ramdisk/root/.bash_profile does not exist
90642024-12-20T22:01:10.225Z[ host-image] Dec 20 22:01:09.303 INFO O| Dec 20 22:01:09.303 INFO copying /work/oxidecomputer/helios/image/templates/files/bash_profile -> /rpool/images/build/host/work/gimlet/ramdisk/root/.bash_profile ...
90652024-12-20T22:01:10.225Z[ host-image] Dec 20 22:01:09.303 INFO O| Dec 20 22:01:09.303 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/ramdisk/root/.bash_profile
90662024-12-20T22:01:10.227Z[ host-image] Dec 20 22:01:09.303 INFO O| Dec 20 22:01:09.303 INFO ok!
90672024-12-20T22:01:10.227Z[ host-image] Dec 20 22:01:09.303 INFO O| Dec 20 22:01:09.303 INFO STEP 60 (ensure_file) COMPLETE
90682024-12-20T22:01:10.228Z[ host-image] Dec 20 22:01:09.303 INFO O| Dec 20 22:01:09.303 INFO STEP 61: ensure_file, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
90692024-12-20T22:01:10.266Z[ host-image] Dec 20 22:01:09.344 INFO O| Dec 20 22:01:09.344 WARN file /rpool/images/build/host/work/gimlet/ramdisk/root/.bashrc exists, with wrong contents, unlinking
90702024-12-20T22:01:10.266Z[ host-image] Dec 20 22:01:09.345 INFO O| Dec 20 22:01:09.344 INFO copying /work/oxidecomputer/helios/image/templates/files/bashrc -> /rpool/images/build/host/work/gimlet/ramdisk/root/.bashrc ...
90712024-12-20T22:01:10.269Z[ host-image] Dec 20 22:01:09.345 INFO O| Dec 20 22:01:09.345 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/ramdisk/root/.bashrc
90722024-12-20T22:01:10.269Z[ host-image] Dec 20 22:01:09.345 INFO O| Dec 20 22:01:09.345 INFO ok!
90732024-12-20T22:01:10.269Z[ host-image] Dec 20 22:01:09.345 INFO O| Dec 20 22:01:09.345 INFO STEP 61 (ensure_file) COMPLETE
90742024-12-20T22:01:10.269Z[ host-image] Dec 20 22:01:09.345 INFO O| Dec 20 22:01:09.345 INFO STEP 62: ensure_file, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
90752024-12-20T22:01:10.324Z[ host-image] Dec 20 22:01:09.402 INFO O| Dec 20 22:01:09.402 WARN file /rpool/images/build/host/work/gimlet/ramdisk/etc/motd exists, with wrong contents, unlinking
90762024-12-20T22:01:10.324Z[ host-image] Dec 20 22:01:09.402 INFO O| Dec 20 22:01:09.402 INFO copying /work/oxidecomputer/helios/image/templates/files/motd -> /rpool/images/build/host/work/gimlet/ramdisk/etc/motd ...
90772024-12-20T22:01:10.324Z[ host-image] Dec 20 22:01:09.402 INFO O| Dec 20 22:01:09.402 INFO ownership wrong (Id(0):Id(0), not 0:3), path: /rpool/images/build/host/work/gimlet/ramdisk/etc/motd
90782024-12-20T22:01:10.327Z[ host-image] Dec 20 22:01:09.402 INFO O| Dec 20 22:01:09.402 INFO chown ok, path: /rpool/images/build/host/work/gimlet/ramdisk/etc/motd
90792024-12-20T22:01:10.327Z[ host-image] Dec 20 22:01:09.402 INFO O| Dec 20 22:01:09.402 INFO ok!
90802024-12-20T22:01:10.327Z[ host-image] Dec 20 22:01:09.402 INFO O| Dec 20 22:01:09.402 INFO STEP 62 (ensure_file) COMPLETE
90812024-12-20T22:01:10.327Z[ host-image] Dec 20 22:01:09.402 INFO O| Dec 20 22:01:09.402 INFO STEP 63: ensure_file, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
90822024-12-20T22:01:10.385Z[ host-image] Dec 20 22:01:09.463 INFO O| Dec 20 22:01:09.463 INFO file /rpool/images/build/host/work/gimlet/ramdisk/etc/system.d/zfs:dbuf does not exist
90832024-12-20T22:01:10.385Z[ host-image] Dec 20 22:01:09.463 INFO O| Dec 20 22:01:09.463 INFO copying /work/oxidecomputer/helios/image/templates/files/gimlet-system-zfs:dbuf -> /rpool/images/build/host/work/gimlet/ramdisk/etc/system.d/zfs:dbuf ...
90842024-12-20T22:01:10.388Z[ host-image] Dec 20 22:01:09.463 INFO O| Dec 20 22:01:09.463 INFO ownership wrong (Id(0):Id(0), not 0:3), path: /rpool/images/build/host/work/gimlet/ramdisk/etc/system.d/zfs:dbuf
90852024-12-20T22:01:10.388Z[ host-image] Dec 20 22:01:09.463 INFO O| Dec 20 22:01:09.463 INFO chown ok, path: /rpool/images/build/host/work/gimlet/ramdisk/etc/system.d/zfs:dbuf
90862024-12-20T22:01:10.388Z[ host-image] Dec 20 22:01:09.463 INFO O| Dec 20 22:01:09.463 INFO ok!
90872024-12-20T22:01:10.388Z[ host-image] Dec 20 22:01:09.463 INFO O| Dec 20 22:01:09.463 INFO STEP 63 (ensure_file) COMPLETE
90882024-12-20T22:01:10.388Z[ host-image] Dec 20 22:01:09.463 INFO O| Dec 20 22:01:09.463 INFO STEP 64: assemble_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
90892024-12-20T22:01:10.401Z[ host-image] Dec 20 22:01:09.479 INFO O| Dec 20 22:01:09.479 INFO file /rpool/images/build/host/work/gimlet/ramdisk/etc/system.d/.self-assembly does not exist
90902024-12-20T22:01:10.401Z[ host-image] Dec 20 22:01:09.479 INFO O| Dec 20 22:01:09.479 INFO writing /rpool/images/build/host/work/gimlet/ramdisk/etc/system.d/.self-assembly ...
90912024-12-20T22:01:10.401Z[ host-image] Dec 20 22:01:09.479 INFO O| Dec 20 22:01:09.479 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/ramdisk/etc/system.d/.self-assembly
90922024-12-20T22:01:10.401Z[ host-image] Dec 20 22:01:09.479 INFO O| Dec 20 22:01:09.479 INFO ok!
90932024-12-20T22:01:10.403Z[ host-image] Dec 20 22:01:09.479 INFO O| Dec 20 22:01:09.479 INFO STEP 64 (assemble_files) COMPLETE
90942024-12-20T22:01:10.403Z[ host-image] Dec 20 22:01:09.479 INFO O| Dec 20 22:01:09.479 INFO STEP 65: ensure_file, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
90952024-12-20T22:01:10.417Z[ host-image] Dec 20 22:01:09.495 INFO O| Dec 20 22:01:09.495 INFO file /rpool/images/build/host/work/gimlet/ramdisk/etc/dumpadm.conf does not exist
90962024-12-20T22:01:10.417Z[ host-image] Dec 20 22:01:09.496 INFO O| Dec 20 22:01:09.495 INFO copying /work/oxidecomputer/helios/image/templates/files/dumpadm.conf -> /rpool/images/build/host/work/gimlet/ramdisk/etc/dumpadm.conf ...
90972024-12-20T22:01:10.420Z[ host-image] Dec 20 22:01:09.496 INFO O| Dec 20 22:01:09.496 INFO ownership wrong (Id(0):Id(0), not 0:1), path: /rpool/images/build/host/work/gimlet/ramdisk/etc/dumpadm.conf
90982024-12-20T22:01:10.420Z[ host-image] Dec 20 22:01:09.496 INFO O| Dec 20 22:01:09.496 INFO chown ok, path: /rpool/images/build/host/work/gimlet/ramdisk/etc/dumpadm.conf
90992024-12-20T22:01:10.420Z[ host-image] Dec 20 22:01:09.496 INFO O| Dec 20 22:01:09.496 INFO ok!
91002024-12-20T22:01:10.420Z[ host-image] Dec 20 22:01:09.496 INFO O| Dec 20 22:01:09.496 INFO STEP 65 (ensure_file) COMPLETE
91012024-12-20T22:01:10.420Z[ host-image] Dec 20 22:01:09.496 INFO O| Dec 20 22:01:09.496 INFO STEP 66: ensure_dir, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
91022024-12-20T22:01:10.437Z[ host-image] Dec 20 22:01:09.515 INFO O| Dec 20 22:01:09.515 INFO creating directory: /rpool/images/build/host/work/gimlet/ramdisk/usr/lib/brand/omicron1/baseline
91032024-12-20T22:01:10.439Z[ host-image] Dec 20 22:01:09.515 INFO O| Dec 20 22:01:09.515 INFO ownership wrong (Id(0):Id(0), not 0:3), path: /rpool/images/build/host/work/gimlet/ramdisk/usr/lib/brand/omicron1/baseline
91042024-12-20T22:01:10.439Z[ host-image] Dec 20 22:01:09.516 INFO O| Dec 20 22:01:09.515 INFO chown ok, path: /rpool/images/build/host/work/gimlet/ramdisk/usr/lib/brand/omicron1/baseline
91052024-12-20T22:01:10.439Z[ host-image] Dec 20 22:01:09.516 INFO O| Dec 20 22:01:09.516 INFO STEP 66 (ensure_dir) COMPLETE
91062024-12-20T22:01:10.439Z[ host-image] Dec 20 22:01:09.516 INFO O| Dec 20 22:01:09.516 INFO STEP 67: ensure_file, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
91072024-12-20T22:01:10.489Z[ host-image] Dec 20 22:01:09.568 INFO O| Dec 20 22:01:09.568 INFO file /rpool/images/build/host/work/gimlet/ramdisk/usr/lib/brand/omicron1/baseline/files.tar.gz does not exist
91082024-12-20T22:01:10.489Z[ host-image] Dec 20 22:01:09.568 INFO O| Dec 20 22:01:09.568 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 ...
91092024-12-20T22:01:10.500Z[ host-image] Dec 20 22:01:09.578 INFO O| Dec 20 22:01:09.578 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
91102024-12-20T22:01:10.500Z[ host-image] Dec 20 22:01:09.578 INFO O| Dec 20 22:01:09.578 INFO chown ok, path: /rpool/images/build/host/work/gimlet/ramdisk/usr/lib/brand/omicron1/baseline/files.tar.gz
91112024-12-20T22:01:10.504Z[ host-image] Dec 20 22:01:09.578 INFO O| Dec 20 22:01:09.578 INFO ok!
91122024-12-20T22:01:10.504Z[ host-image] Dec 20 22:01:09.578 INFO O| Dec 20 22:01:09.578 INFO STEP 67 (ensure_file) COMPLETE
91132024-12-20T22:01:10.504Z[ host-image] Dec 20 22:01:09.578 INFO O| Dec 20 22:01:09.578 INFO STEP 68: ensure_file, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
91142024-12-20T22:01:10.522Z[ host-image] Dec 20 22:01:09.600 INFO O| Dec 20 22:01:09.600 INFO file /rpool/images/build/host/work/gimlet/ramdisk/usr/lib/brand/omicron1/baseline/gzonly.txt does not exist
91152024-12-20T22:01:10.522Z[ host-image] Dec 20 22:01:09.600 INFO O| Dec 20 22:01:09.600 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 ...
91162024-12-20T22:01:10.525Z[ host-image] Dec 20 22:01:09.600 INFO O| Dec 20 22:01:09.600 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
91172024-12-20T22:01:10.525Z[ host-image] Dec 20 22:01:09.600 INFO O| Dec 20 22:01:09.600 INFO chown ok, path: /rpool/images/build/host/work/gimlet/ramdisk/usr/lib/brand/omicron1/baseline/gzonly.txt
91182024-12-20T22:01:10.525Z[ host-image] Dec 20 22:01:09.600 INFO O| Dec 20 22:01:09.600 INFO ok!
91192024-12-20T22:01:10.525Z[ host-image] Dec 20 22:01:09.601 INFO O| Dec 20 22:01:09.600 INFO STEP 68 (ensure_file) COMPLETE
91202024-12-20T22:01:10.525Z[ host-image] Dec 20 22:01:09.601 INFO O| Dec 20 22:01:09.601 INFO STEP 69: pack_tar, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
91212024-12-20T22:01:10.551Z[ host-image] Dec 20 22:01:09.629 INFO O| Dec 20 22:01:09.629 INFO file /rpool/images/build/host/output/gimlet-ramdisk.tar does not already exist, skipping removal
91222024-12-20T22:01:10.551Z[ host-image] Dec 20 22:01:09.629 INFO O| Dec 20 22:01:09.629 INFO exec: ["/usr/sbin/tar", "ceEp@/f", "/rpool/images/build/host/output/gimlet-ramdisk.tar", "-C", "/rpool/images/build/host/work/gimlet/ramdisk", "."]
91232024-12-20T22:01:14.116Z[ host-image] Dec 20 22:01:13.193 INFO O| Dec 20 22:01:13.193 INFO STEP 69 (pack_tar) COMPLETE
91242024-12-20T22:01:14.116Z[ host-image] Dec 20 22:01:13.193 INFO O| Dec 20 22:01:13.193 INFO creating output snapshot rpool/images/build/host/work/gimlet/ramdisk@trim
91252024-12-20T22:01:14.118Z[ host-image] Dec 20 22:01:13.193 INFO O| Dec 20 22:01:13.193 INFO CREATE SNAPSHOT: rpool/images/build/host/work/gimlet/ramdisk@trim
91262024-12-20T22:01:14.670Z[ host-image] Dec 20 22:01:13.748 INFO O| Dec 20 22:01:13.748 INFO DESTROY DATASET: rpool/images/build/host/tmp/gimlet/ramdisk-02-trim
91272024-12-20T22:01:14.772Z[ host-image] Dec 20 22:01:13.850 INFO O| Dec 20 22:01:13.850 INFO completed processing gimlet/ramdisk-02-trim
91282024-12-20T22:01:14.775Z[ host-image] Dec 20 22:01:13.853 INFO image builder template: zfs...
91292024-12-20T22:01:14.775Z[ host-image] Dec 20 22:01:13.853 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/.tmpz5fbTL/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
91302024-12-20T22:01:14.799Z[ host-image] Dec 20 22:01:13.877 INFO O| Dec 20 22:01:13.876 INFO skip include "stress" because feature "stress" is not enabled
91312024-12-20T22:01:14.876Z[ host-image] Dec 20 22:01:13.954 INFO O| Dec 20 22:01:13.954 INFO temporary dataset: rpool/images/build/host/tmp/gimlet/zfs
91322024-12-20T22:01:14.909Z[ host-image] Dec 20 22:01:13.987 INFO O| Dec 20 22:01:13.987 INFO CREATE DATASET: rpool/images/build/host/tmp/gimlet/zfs
91332024-12-20T22:01:14.998Z[ host-image] Dec 20 22:01:14.076 INFO O| Dec 20 22:01:14.076 INFO SET DATASET PROPERTY ON rpool/images/build/host/tmp/gimlet/zfs: sync = disabled
91342024-12-20T22:01:15.080Z[ host-image] Dec 20 22:01:14.158 INFO O| Dec 20 22:01:14.157 INFO temporary directory: /rpool/images/build/host/tmp/gimlet/zfs
91352024-12-20T22:01:15.083Z[ host-image] Dec 20 22:01:14.158 INFO O| Dec 20 22:01:14.158 INFO work dataset: rpool/images/build/host/work/gimlet/zfs
91362024-12-20T22:01:15.089Z[ host-image] Dec 20 22:01:14.167 INFO O| Dec 20 22:01:14.167 INFO CREATE DATASET: rpool/images/build/host/work/gimlet/zfs
91372024-12-20T22:01:15.201Z[ host-image] Dec 20 22:01:14.279 INFO O| Dec 20 22:01:14.279 INFO SET DATASET PROPERTY ON rpool/images/build/host/work/gimlet/zfs: sync = disabled
91382024-12-20T22:01:15.294Z[ host-image] Dec 20 22:01:14.371 INFO O| Dec 20 22:01:14.371 INFO DESTROY POOL: TEMPORARY-gimlet-zfs
91392024-12-20T22:01:15.335Z[ host-image] Dec 20 22:01:14.411 INFO O| Dec 20 22:01:14.411 INFO image file: /rpool/images/build/host/work/gimlet/zfs/lofi.raw
91402024-12-20T22:01:15.343Z[ host-image] Dec 20 22:01:14.420 INFO O| Dec 20 22:01:14.420 INFO pool altroot: /rpool/images/build/host/work/gimlet/zfs/altroot
91412024-12-20T22:01:15.345Z[ host-image] Dec 20 22:01:14.421 INFO O| Dec 20 22:01:14.421 INFO no lofi found
91422024-12-20T22:01:15.346Z[ host-image] Dec 20 22:01:14.421 INFO O| Dec 20 22:01:14.421 INFO file /rpool/images/build/host/work/gimlet/zfs/lofi.raw does not already exist, skipping removal
91432024-12-20T22:01:15.346Z[ host-image] Dec 20 22:01:14.421 INFO O| Dec 20 22:01:14.421 INFO CREATE IMAGE (1000MB): /rpool/images/build/host/work/gimlet/zfs/lofi.raw
91442024-12-20T22:01:16.933Z[ host-image] Dec 20 22:01:16.010 INFO O| Dec 20 22:01:16.010 INFO lofi device = /dev/dsk/c2t1d0p0
91452024-12-20T22:01:16.935Z[ host-image] Dec 20 22:01:16.010 INFO O| Dec 20 22:01:16.010 INFO pool device = /dev/dsk/c2t1d0p0
91462024-12-20T22:01:16.935Z[ host-image] Dec 20 22:01:16.011 INFO O| Dec 20 22:01:16.011 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"]
91472024-12-20T22:01:17.195Z[ host-image] Dec 20 22:01:16.273 INFO O| Dec 20 22:01:16.273 INFO STEP 0: create_be, from: /work/oxidecomputer/helios/image/templates/gimlet/zfs.json
91482024-12-20T22:01:17.195Z[ host-image] Dec 20 22:01:16.273 INFO O| Dec 20 22:01:16.273 INFO CREATE DATASET: TEMPORARY-gimlet-zfs/ROOT
91492024-12-20T22:01:17.224Z[ host-image] Dec 20 22:01:16.302 INFO O| Dec 20 22:01:16.302 INFO SET DATASET PROPERTY ON TEMPORARY-gimlet-zfs/ROOT: canmount = off
91502024-12-20T22:01:17.361Z[ host-image] Dec 20 22:01:16.439 INFO O| Dec 20 22:01:16.439 INFO SET DATASET PROPERTY ON TEMPORARY-gimlet-zfs/ROOT: mountpoint = legacy
91512024-12-20T22:01:17.423Z[ host-image] Dec 20 22:01:16.498 INFO O| Dec 20 22:01:16.498 INFO CREATE DATASET: TEMPORARY-gimlet-zfs/ROOT/ramdisk
91522024-12-20T22:01:17.449Z[ host-image] Dec 20 22:01:16.526 INFO O| Dec 20 22:01:16.526 INFO SET DATASET PROPERTY ON TEMPORARY-gimlet-zfs/ROOT/ramdisk: canmount = noauto
91532024-12-20T22:01:17.481Z[ host-image] Dec 20 22:01:16.559 INFO O| Dec 20 22:01:16.559 INFO SET DATASET PROPERTY ON TEMPORARY-gimlet-zfs/ROOT/ramdisk: mountpoint = legacy
91542024-12-20T22:01:17.584Z[ host-image] Dec 20 22:01:16.661 INFO O| Dec 20 22:01:16.661 INFO creating directory: /rpool/images/build/host/work/gimlet/zfs/a
91552024-12-20T22:01:17.584Z[ host-image] Dec 20 22:01:16.662 INFO O| Dec 20 22:01:16.662 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a
91562024-12-20T22:01:17.587Z[ host-image] Dec 20 22:01:16.662 INFO O| Dec 20 22:01:16.662 INFO exec: ["/sbin/mount", "-F", "zfs", "TEMPORARY-gimlet-zfs/ROOT/ramdisk", "/rpool/images/build/host/work/gimlet/zfs/a"]
91572024-12-20T22:01:17.597Z[ host-image] Dec 20 22:01:16.675 INFO O| Dec 20 22:01:16.675 INFO boot environment UUID: dcdc0bd4-ed04-473f-b062-42640a8d2564
91582024-12-20T22:01:17.597Z[ host-image] Dec 20 22:01:16.675 INFO O| Dec 20 22:01:16.675 INFO SET DATASET PROPERTY ON TEMPORARY-gimlet-zfs/ROOT/ramdisk: org.opensolaris.libbe:uuid = dcdc0bd4-ed04-473f-b062-42640a8d2564
91592024-12-20T22:01:17.624Z[ host-image] Dec 20 22:01:16.701 INFO O| Dec 20 22:01:16.701 INFO SET DATASET PROPERTY ON TEMPORARY-gimlet-zfs/ROOT/ramdisk: org.opensolaris.libbe:policy = static
91602024-12-20T22:01:17.660Z[ host-image] Dec 20 22:01:16.737 INFO O| Dec 20 22:01:16.737 INFO STEP 0 (create_be) COMPLETE
91612024-12-20T22:01:17.660Z[ host-image] Dec 20 22:01:16.737 INFO O| Dec 20 22:01:16.737 INFO STEP 1: unpack_tar, from: /work/oxidecomputer/helios/image/templates/gimlet/zfs.json
91622024-12-20T22:01:17.685Z[ host-image] Dec 20 22:01:16.763 INFO O| Dec 20 22:01:16.763 INFO exec: ["/usr/sbin/tar", "xeEp@/f", "/rpool/images/build/host/output/gimlet-ramdisk.tar", "-C", "/rpool/images/build/host/work/gimlet/zfs/a"]
91632024-12-20T22:01:32.795Z[verify-libraries] Finished `release` profile [optimized] target(s) in 14m 24s
91642024-12-20T22:01:33.285ZDec 20 22:01:32.361 INFO [verify-libraries] process exited with exit status: 0 (868.96309419s)
91652024-12-20T22:01:38.080Z[ host-image] Dec 20 22:01:37.156 INFO O| Dec 20 22:01:37.156 INFO STEP 1 (unpack_tar) COMPLETE
91662024-12-20T22:01:38.080Z[ host-image] Dec 20 22:01:37.156 INFO O| Dec 20 22:01:37.156 INFO STEP 2: devfsadm, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
91672024-12-20T22:01:38.091Z[ host-image] Dec 20 22:01:37.167 INFO O| Dec 20 22:01:37.167 INFO exec: ["/usr/sbin/devfsadm", "-r", "/rpool/images/build/host/work/gimlet/zfs/a"]
91682024-12-20T22:01:38.426Z[ host-image] Dec 20 22:01:37.499 INFO O| Dec 20 22:01:37.499 INFO STEP 2 (devfsadm) COMPLETE
91692024-12-20T22:01:38.426Z[ host-image] Dec 20 22:01:37.499 INFO O| Dec 20 22:01:37.499 INFO STEP 3: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
91702024-12-20T22:01:38.434Z[ host-image] Dec 20 22:01:37.510 INFO O| Dec 20 22:01:37.510 INFO creating directory: /rpool/images/build/host/work/gimlet/zfs/a/dev/cfg
91712024-12-20T22:01:38.434Z[ host-image] Dec 20 22:01:37.510 INFO O| Dec 20 22:01:37.510 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/dev/cfg
91722024-12-20T22:01:38.439Z[ host-image] Dec 20 22:01:37.510 INFO O| Dec 20 22:01:37.510 INFO STEP 3 (ensure_dir) COMPLETE
91732024-12-20T22:01:38.439Z[ host-image] Dec 20 22:01:37.510 INFO O| Dec 20 22:01:37.510 INFO STEP 4: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
91742024-12-20T22:01:38.445Z[ host-image] Dec 20 22:01:37.520 INFO O| Dec 20 22:01:37.520 INFO ownership already OK (0:3), path: /rpool/images/build/host/work/gimlet/zfs/a/dev/dsk
91752024-12-20T22:01:38.445Z[ host-image] Dec 20 22:01:37.520 INFO O| Dec 20 22:01:37.520 INFO STEP 4 (ensure_dir) COMPLETE
91762024-12-20T22:01:38.445Z[ host-image] Dec 20 22:01:37.520 INFO O| Dec 20 22:01:37.520 INFO STEP 5: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
91772024-12-20T22:01:38.454Z[ host-image] Dec 20 22:01:37.530 INFO O| Dec 20 22:01:37.530 INFO ownership already OK (0:3), path: /rpool/images/build/host/work/gimlet/zfs/a/dev/rdsk
91782024-12-20T22:01:38.454Z[ host-image] Dec 20 22:01:37.530 INFO O| Dec 20 22:01:37.530 INFO STEP 5 (ensure_dir) COMPLETE
91792024-12-20T22:01:38.457Z[ host-image] Dec 20 22:01:37.530 INFO O| Dec 20 22:01:37.530 INFO STEP 6: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
91802024-12-20T22:01:38.465Z[ host-image] Dec 20 22:01:37.539 INFO O| Dec 20 22:01:37.539 INFO creating directory: /rpool/images/build/host/work/gimlet/zfs/a/dev/sensors
91812024-12-20T22:01:38.465Z[ host-image] Dec 20 22:01:37.539 INFO O| Dec 20 22:01:37.539 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/dev/sensors
91822024-12-20T22:01:38.468Z[ host-image] Dec 20 22:01:37.539 INFO O| Dec 20 22:01:37.539 INFO STEP 6 (ensure_dir) COMPLETE
91832024-12-20T22:01:38.468Z[ host-image] Dec 20 22:01:37.539 INFO O| Dec 20 22:01:37.539 INFO STEP 7: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
91842024-12-20T22:01:38.473Z[ host-image] Dec 20 22:01:37.549 INFO O| Dec 20 22:01:37.549 INFO creating directory: /rpool/images/build/host/work/gimlet/zfs/a/dev/usb
91852024-12-20T22:01:38.477Z[ host-image] Dec 20 22:01:37.549 INFO O| Dec 20 22:01:37.549 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/dev/usb
91862024-12-20T22:01:38.477Z[ host-image] Dec 20 22:01:37.549 INFO O| Dec 20 22:01:37.549 INFO STEP 7 (ensure_dir) COMPLETE
91872024-12-20T22:01:38.477Z[ host-image] Dec 20 22:01:37.549 INFO O| Dec 20 22:01:37.549 INFO STEP 8: remove_files, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
91882024-12-20T22:01:38.483Z[ host-image] Dec 20 22:01:37.559 INFO O| Dec 20 22:01:37.559 INFO remove tree: "/rpool/images/build/host/work/gimlet/zfs/a/dev/cfg"
91892024-12-20T22:01:38.486Z[ host-image] Dec 20 22:01:37.559 INFO O| Dec 20 22:01:37.559 INFO STEP 8 (remove_files) COMPLETE
91902024-12-20T22:01:38.486Z[ host-image] Dec 20 22:01:37.559 INFO O| Dec 20 22:01:37.559 INFO STEP 9: remove_files, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
91912024-12-20T22:01:38.493Z[ host-image] Dec 20 22:01:37.569 INFO O| Dec 20 22:01:37.569 INFO remove tree: "/rpool/images/build/host/work/gimlet/zfs/a/dev/dsk"
91922024-12-20T22:01:38.496Z[ host-image] Dec 20 22:01:37.569 INFO O| Dec 20 22:01:37.569 INFO STEP 9 (remove_files) COMPLETE
91932024-12-20T22:01:38.496Z[ host-image] Dec 20 22:01:37.569 INFO O| Dec 20 22:01:37.569 INFO STEP 10: remove_files, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
91942024-12-20T22:01:38.504Z[ host-image] Dec 20 22:01:37.579 INFO O| Dec 20 22:01:37.579 INFO remove tree: "/rpool/images/build/host/work/gimlet/zfs/a/dev/rdsk"
91952024-12-20T22:01:38.507Z[ host-image] Dec 20 22:01:37.580 INFO O| Dec 20 22:01:37.580 INFO STEP 10 (remove_files) COMPLETE
91962024-12-20T22:01:38.507Z[ host-image] Dec 20 22:01:37.580 INFO O| Dec 20 22:01:37.580 INFO STEP 11: remove_files, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
91972024-12-20T22:01:38.513Z[ host-image] Dec 20 22:01:37.589 INFO O| Dec 20 22:01:37.589 INFO remove tree: "/rpool/images/build/host/work/gimlet/zfs/a/dev/sensors"
91982024-12-20T22:01:38.517Z[ host-image] Dec 20 22:01:37.589 INFO O| Dec 20 22:01:37.589 INFO STEP 11 (remove_files) COMPLETE
91992024-12-20T22:01:38.517Z[ host-image] Dec 20 22:01:37.589 INFO O| Dec 20 22:01:37.589 INFO STEP 12: remove_files, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
92002024-12-20T22:01:38.524Z[ host-image] Dec 20 22:01:37.599 INFO O| Dec 20 22:01:37.599 INFO remove tree: "/rpool/images/build/host/work/gimlet/zfs/a/dev/usb"
92012024-12-20T22:01:38.529Z[ host-image] Dec 20 22:01:37.599 INFO O| Dec 20 22:01:37.599 INFO STEP 12 (remove_files) COMPLETE
92022024-12-20T22:01:38.529Z[ host-image] Dec 20 22:01:37.599 INFO O| Dec 20 22:01:37.599 INFO STEP 13: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
92032024-12-20T22:01:38.533Z[ host-image] Dec 20 22:01:37.609 INFO O| Dec 20 22:01:37.609 INFO creating directory: /rpool/images/build/host/work/gimlet/zfs/a/dev/cfg
92042024-12-20T22:01:38.536Z[ host-image] Dec 20 22:01:37.609 INFO O| Dec 20 22:01:37.609 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/dev/cfg
92052024-12-20T22:01:38.536Z[ host-image] Dec 20 22:01:37.609 INFO O| Dec 20 22:01:37.609 INFO STEP 13 (ensure_dir) COMPLETE
92062024-12-20T22:01:38.536Z[ host-image] Dec 20 22:01:37.609 INFO O| Dec 20 22:01:37.609 INFO STEP 14: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
92072024-12-20T22:01:38.544Z[ host-image] Dec 20 22:01:37.619 INFO O| Dec 20 22:01:37.619 INFO creating directory: /rpool/images/build/host/work/gimlet/zfs/a/dev/dsk
92082024-12-20T22:01:38.544Z[ host-image] Dec 20 22:01:37.619 INFO O| Dec 20 22:01:37.619 INFO ownership wrong (Id(0):Id(0), not 0:3), path: /rpool/images/build/host/work/gimlet/zfs/a/dev/dsk
92092024-12-20T22:01:38.550Z[ host-image] Dec 20 22:01:37.619 INFO O| Dec 20 22:01:37.619 INFO chown ok, path: /rpool/images/build/host/work/gimlet/zfs/a/dev/dsk
92102024-12-20T22:01:38.550Z[ host-image] Dec 20 22:01:37.619 INFO O| Dec 20 22:01:37.619 INFO STEP 14 (ensure_dir) COMPLETE
92112024-12-20T22:01:38.550Z[ host-image] Dec 20 22:01:37.619 INFO O| Dec 20 22:01:37.619 INFO STEP 15: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
92122024-12-20T22:01:38.555Z[ host-image] Dec 20 22:01:37.629 INFO O| Dec 20 22:01:37.629 INFO creating directory: /rpool/images/build/host/work/gimlet/zfs/a/dev/rdsk
92132024-12-20T22:01:38.555Z[ host-image] Dec 20 22:01:37.629 INFO O| Dec 20 22:01:37.629 INFO ownership wrong (Id(0):Id(0), not 0:3), path: /rpool/images/build/host/work/gimlet/zfs/a/dev/rdsk
92142024-12-20T22:01:38.555Z[ host-image] Dec 20 22:01:37.629 INFO O| Dec 20 22:01:37.629 INFO chown ok, path: /rpool/images/build/host/work/gimlet/zfs/a/dev/rdsk
92152024-12-20T22:01:38.558Z[ host-image] Dec 20 22:01:37.629 INFO O| Dec 20 22:01:37.629 INFO STEP 15 (ensure_dir) COMPLETE
92162024-12-20T22:01:38.558Z[ host-image] Dec 20 22:01:37.629 INFO O| Dec 20 22:01:37.629 INFO STEP 16: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
92172024-12-20T22:01:38.564Z[ host-image] Dec 20 22:01:37.639 INFO O| Dec 20 22:01:37.639 INFO creating directory: /rpool/images/build/host/work/gimlet/zfs/a/dev/sensors
92182024-12-20T22:01:38.568Z[ host-image] Dec 20 22:01:37.639 INFO O| Dec 20 22:01:37.639 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/dev/sensors
92192024-12-20T22:01:38.568Z[ host-image] Dec 20 22:01:37.639 INFO O| Dec 20 22:01:37.639 INFO STEP 16 (ensure_dir) COMPLETE
92202024-12-20T22:01:38.568Z[ host-image] Dec 20 22:01:37.639 INFO O| Dec 20 22:01:37.639 INFO STEP 17: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
92212024-12-20T22:01:38.573Z[ host-image] Dec 20 22:01:37.648 INFO O| Dec 20 22:01:37.648 INFO creating directory: /rpool/images/build/host/work/gimlet/zfs/a/dev/usb
92222024-12-20T22:01:38.576Z[ host-image] Dec 20 22:01:37.649 INFO O| Dec 20 22:01:37.648 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/dev/usb
92232024-12-20T22:01:38.576Z[ host-image] Dec 20 22:01:37.649 INFO O| Dec 20 22:01:37.649 INFO STEP 17 (ensure_dir) COMPLETE
92242024-12-20T22:01:38.577Z[ host-image] Dec 20 22:01:37.649 INFO O| Dec 20 22:01:37.649 INFO STEP 18: ensure_symlink, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
92252024-12-20T22:01:38.583Z[ host-image] Dec 20 22:01:37.658 INFO O| Dec 20 22:01:37.658 INFO link target ok (../devices/pseudo/sysmsg@0:msglog)
92262024-12-20T22:01:38.583Z[ host-image] Dec 20 22:01:37.659 INFO O| Dec 20 22:01:37.658 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/dev/msglog
92272024-12-20T22:01:38.583Z[ host-image] Dec 20 22:01:37.659 INFO O| Dec 20 22:01:37.659 INFO ok!
92282024-12-20T22:01:38.586Z[ host-image] Dec 20 22:01:37.659 INFO O| Dec 20 22:01:37.659 INFO STEP 18 (ensure_symlink) COMPLETE
92292024-12-20T22:01:38.586Z[ host-image] Dec 20 22:01:37.659 INFO O| Dec 20 22:01:37.659 INFO STEP 19: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
92302024-12-20T22:01:38.592Z[ host-image] Dec 20 22:01:37.668 INFO O| Dec 20 22:01:37.668 INFO file /rpool/images/build/host/work/gimlet/zfs/a/reconfigure exists, with correct contents
92312024-12-20T22:01:38.596Z[ host-image] Dec 20 22:01:37.668 INFO O| Dec 20 22:01:37.668 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/reconfigure
92322024-12-20T22:01:38.596Z[ host-image] Dec 20 22:01:37.668 INFO O| Dec 20 22:01:37.668 INFO ok!
92332024-12-20T22:01:38.596Z[ host-image] Dec 20 22:01:37.668 INFO O| Dec 20 22:01:37.668 INFO STEP 19 (ensure_file) COMPLETE
92342024-12-20T22:01:38.596Z[ host-image] Dec 20 22:01:37.668 INFO O| Dec 20 22:01:37.668 INFO STEP 20: ensure_symlink, from: /work/oxidecomputer/helios/image/templates/include/common.json
92352024-12-20T22:01:38.604Z[ host-image] Dec 20 22:01:37.678 INFO O| Dec 20 22:01:37.678 INFO link /rpool/images/build/host/work/gimlet/zfs/a/etc/svc/profile/generic.xml does not exist
92362024-12-20T22:01:38.604Z[ host-image] Dec 20 22:01:37.678 INFO O| Dec 20 22:01:37.678 INFO linking /rpool/images/build/host/work/gimlet/zfs/a/etc/svc/profile/generic.xml -> generic_limited_net.xml ...
92372024-12-20T22:01:38.607Z[ host-image] Dec 20 22:01:37.678 INFO O| Dec 20 22:01:37.678 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/etc/svc/profile/generic.xml
92382024-12-20T22:01:38.607Z[ host-image] Dec 20 22:01:37.679 INFO O| Dec 20 22:01:37.678 INFO ok!
92392024-12-20T22:01:38.607Z[ host-image] Dec 20 22:01:37.679 INFO O| Dec 20 22:01:37.678 INFO STEP 20 (ensure_symlink) COMPLETE
92402024-12-20T22:01:38.607Z[ host-image] Dec 20 22:01:37.679 INFO O| Dec 20 22:01:37.678 INFO STEP 21: ensure_symlink, from: /work/oxidecomputer/helios/image/templates/include/common.json
92412024-12-20T22:01:38.612Z[ host-image] Dec 20 22:01:37.688 INFO O| Dec 20 22:01:37.688 INFO link /rpool/images/build/host/work/gimlet/zfs/a/etc/svc/profile/inetd_services.xml does not exist
92422024-12-20T22:01:38.612Z[ host-image] Dec 20 22:01:37.688 INFO O| Dec 20 22:01:37.688 INFO linking /rpool/images/build/host/work/gimlet/zfs/a/etc/svc/profile/inetd_services.xml -> inetd_generic.xml ...
92432024-12-20T22:01:38.616Z[ host-image] Dec 20 22:01:37.688 INFO O| Dec 20 22:01:37.688 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/etc/svc/profile/inetd_services.xml
92442024-12-20T22:01:38.616Z[ host-image] Dec 20 22:01:37.688 INFO O| Dec 20 22:01:37.688 INFO ok!
92452024-12-20T22:01:38.617Z[ host-image] Dec 20 22:01:37.688 INFO O| Dec 20 22:01:37.688 INFO STEP 21 (ensure_symlink) COMPLETE
92462024-12-20T22:01:38.617Z[ host-image] Dec 20 22:01:37.688 INFO O| Dec 20 22:01:37.688 INFO STEP 22: ensure_symlink, from: /work/oxidecomputer/helios/image/templates/include/common.json
92472024-12-20T22:01:38.622Z[ host-image] Dec 20 22:01:37.698 INFO O| Dec 20 22:01:37.698 INFO link /rpool/images/build/host/work/gimlet/zfs/a/etc/svc/profile/platform.xml does not exist
92482024-12-20T22:01:38.622Z[ host-image] Dec 20 22:01:37.698 INFO O| Dec 20 22:01:37.698 INFO linking /rpool/images/build/host/work/gimlet/zfs/a/etc/svc/profile/platform.xml -> platform_oxide.xml ...
92492024-12-20T22:01:38.625Z[ host-image] Dec 20 22:01:37.698 INFO O| Dec 20 22:01:37.698 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/etc/svc/profile/platform.xml
92502024-12-20T22:01:38.625Z[ host-image] Dec 20 22:01:37.698 INFO O| Dec 20 22:01:37.698 INFO ok!
92512024-12-20T22:01:38.626Z[ host-image] Dec 20 22:01:37.698 INFO O| Dec 20 22:01:37.698 INFO STEP 22 (ensure_symlink) COMPLETE
92522024-12-20T22:01:38.626Z[ host-image] Dec 20 22:01:37.698 INFO O| Dec 20 22:01:37.698 INFO STEP 23: ensure_symlink, from: /work/oxidecomputer/helios/image/templates/include/common.json
92532024-12-20T22:01:38.632Z[ host-image] Dec 20 22:01:37.707 INFO O| Dec 20 22:01:37.707 INFO link /rpool/images/build/host/work/gimlet/zfs/a/etc/svc/profile/name_service.xml does not exist
92542024-12-20T22:01:38.632Z[ host-image] Dec 20 22:01:37.707 INFO O| Dec 20 22:01:37.707 INFO linking /rpool/images/build/host/work/gimlet/zfs/a/etc/svc/profile/name_service.xml -> ns_dns.xml ...
92552024-12-20T22:01:38.635Z[ host-image] Dec 20 22:01:37.708 INFO O| Dec 20 22:01:37.708 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/etc/svc/profile/name_service.xml
92562024-12-20T22:01:38.635Z[ host-image] Dec 20 22:01:37.708 INFO O| Dec 20 22:01:37.708 INFO ok!
92572024-12-20T22:01:38.635Z[ host-image] Dec 20 22:01:37.708 INFO O| Dec 20 22:01:37.708 INFO STEP 23 (ensure_symlink) COMPLETE
92582024-12-20T22:01:38.635Z[ host-image] Dec 20 22:01:37.708 INFO O| Dec 20 22:01:37.708 INFO STEP 24: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/common.json
92592024-12-20T22:01:38.643Z[ host-image] Dec 20 22:01:37.718 INFO O| Dec 20 22:01:37.717 WARN file /rpool/images/build/host/work/gimlet/zfs/a/etc/nsswitch.conf exists, with wrong contents, unlinking
92602024-12-20T22:01:38.643Z[ host-image] Dec 20 22:01:37.718 INFO O| Dec 20 22:01:37.718 INFO copying /rpool/images/build/host/work/gimlet/zfs/a/etc/nsswitch.dns -> /rpool/images/build/host/work/gimlet/zfs/a/etc/nsswitch.conf ...
92612024-12-20T22:01:38.646Z[ host-image] Dec 20 22:01:37.718 INFO O| Dec 20 22:01:37.718 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/etc/nsswitch.conf
92622024-12-20T22:01:38.646Z[ host-image] Dec 20 22:01:37.718 INFO O| Dec 20 22:01:37.718 INFO ok!
92632024-12-20T22:01:38.646Z[ host-image] Dec 20 22:01:37.718 INFO O| Dec 20 22:01:37.718 INFO STEP 24 (ensure_file) COMPLETE
92642024-12-20T22:01:38.646Z[ host-image] Dec 20 22:01:37.718 INFO O| Dec 20 22:01:37.718 INFO STEP 25: shadow, from: /work/oxidecomputer/helios/image/templates/include/common.json
92652024-12-20T22:01:38.653Z[ host-image] Dec 20 22:01:37.728 INFO O| Dec 20 22:01:37.728 INFO updating shadow file
92662024-12-20T22:01:38.656Z[ host-image] Dec 20 22:01:37.728 INFO O| Dec 20 22:01:37.728 INFO ownership wrong (Id(0):Id(3), not 0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/etc/shadow
92672024-12-20T22:01:38.656Z[ host-image] Dec 20 22:01:37.728 INFO O| Dec 20 22:01:37.728 INFO chown ok, path: /rpool/images/build/host/work/gimlet/zfs/a/etc/shadow
92682024-12-20T22:01:38.656Z[ host-image] Dec 20 22:01:37.728 INFO O| Dec 20 22:01:37.728 INFO STEP 25 (shadow) COMPLETE
92692024-12-20T22:01:38.657Z[ host-image] Dec 20 22:01:37.728 INFO O| Dec 20 22:01:37.728 INFO STEP 26: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/common.json
92702024-12-20T22:01:38.662Z[ host-image] Dec 20 22:01:37.738 INFO O| Dec 20 22:01:37.738 WARN file /rpool/images/build/host/work/gimlet/zfs/a/etc/inet/hosts exists, with wrong contents, unlinking
92712024-12-20T22:01:38.662Z[ host-image] Dec 20 22:01:37.738 INFO O| Dec 20 22:01:37.738 INFO copying /work/oxidecomputer/helios/image/templates/files/hosts -> /rpool/images/build/host/work/gimlet/zfs/a/etc/inet/hosts ...
92722024-12-20T22:01:38.666Z[ host-image] Dec 20 22:01:37.738 INFO O| Dec 20 22:01:37.738 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/etc/inet/hosts
92732024-12-20T22:01:38.666Z[ host-image] Dec 20 22:01:37.738 INFO O| Dec 20 22:01:37.738 INFO ok!
92742024-12-20T22:01:38.666Z[ host-image] Dec 20 22:01:37.738 INFO O| Dec 20 22:01:37.738 INFO STEP 26 (ensure_file) COMPLETE
92752024-12-20T22:01:38.666Z[ host-image] Dec 20 22:01:37.738 INFO O| Dec 20 22:01:37.738 INFO STEP 27: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/common.json
92762024-12-20T22:01:38.672Z[ host-image] Dec 20 22:01:37.748 INFO O| Dec 20 22:01:37.748 INFO file /rpool/images/build/host/work/gimlet/zfs/a/etc/nodename does not exist
92772024-12-20T22:01:38.673Z[ host-image] Dec 20 22:01:37.748 INFO O| Dec 20 22:01:37.748 INFO writing /rpool/images/build/host/work/gimlet/zfs/a/etc/nodename ...
92782024-12-20T22:01:38.676Z[ host-image] Dec 20 22:01:37.748 INFO O| Dec 20 22:01:37.748 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/etc/nodename
92792024-12-20T22:01:38.676Z[ host-image] Dec 20 22:01:37.748 INFO O| Dec 20 22:01:37.748 INFO ok!
92802024-12-20T22:01:38.676Z[ host-image] Dec 20 22:01:37.748 INFO O| Dec 20 22:01:37.748 INFO STEP 27 (ensure_file) COMPLETE
92812024-12-20T22:01:38.676Z[ host-image] Dec 20 22:01:37.748 INFO O| Dec 20 22:01:37.748 INFO STEP 28: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/common.json
92822024-12-20T22:01:38.683Z[ host-image] Dec 20 22:01:37.758 INFO O| Dec 20 22:01:37.758 WARN file /rpool/images/build/host/work/gimlet/zfs/a/etc/default/dhcpagent exists, with wrong contents, unlinking
92832024-12-20T22:01:38.683Z[ host-image] Dec 20 22:01:37.758 INFO O| Dec 20 22:01:37.758 INFO copying /work/oxidecomputer/helios/image/templates/files/dhcpagent -> /rpool/images/build/host/work/gimlet/zfs/a/etc/default/dhcpagent ...
92842024-12-20T22:01:38.686Z[ host-image] Dec 20 22:01:37.758 INFO O| Dec 20 22:01:37.758 INFO ownership wrong (Id(0):Id(0), not 0:3), path: /rpool/images/build/host/work/gimlet/zfs/a/etc/default/dhcpagent
92852024-12-20T22:01:38.686Z[ host-image] Dec 20 22:01:37.758 INFO O| Dec 20 22:01:37.758 INFO chown ok, path: /rpool/images/build/host/work/gimlet/zfs/a/etc/default/dhcpagent
92862024-12-20T22:01:38.686Z[ host-image] Dec 20 22:01:37.758 INFO O| Dec 20 22:01:37.758 INFO ok!
92872024-12-20T22:01:38.686Z[ host-image] Dec 20 22:01:37.758 INFO O| Dec 20 22:01:37.758 INFO STEP 28 (ensure_file) COMPLETE
92882024-12-20T22:01:38.687Z[ host-image] Dec 20 22:01:37.758 INFO O| Dec 20 22:01:37.758 INFO STEP 29: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/common.json
92892024-12-20T22:01:38.692Z[ host-image] Dec 20 22:01:37.768 INFO O| Dec 20 22:01:37.768 INFO file /rpool/images/build/host/work/gimlet/zfs/a/etc/resolv.conf does not exist
92902024-12-20T22:01:38.696Z[ host-image] Dec 20 22:01:37.768 INFO O| Dec 20 22:01:37.768 INFO writing /rpool/images/build/host/work/gimlet/zfs/a/etc/resolv.conf ...
92912024-12-20T22:01:38.696Z[ host-image] Dec 20 22:01:37.768 INFO O| Dec 20 22:01:37.768 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/etc/resolv.conf
92922024-12-20T22:01:38.696Z[ host-image] Dec 20 22:01:37.768 INFO O| Dec 20 22:01:37.768 INFO ok!
92932024-12-20T22:01:38.696Z[ host-image] Dec 20 22:01:37.768 INFO O| Dec 20 22:01:37.768 INFO STEP 29 (ensure_file) COMPLETE
92942024-12-20T22:01:38.696Z[ host-image] Dec 20 22:01:37.768 INFO O| Dec 20 22:01:37.768 INFO STEP 30: ensure_file, from: /work/oxidecomputer/helios/image/templates/gimlet/zfs.json
92952024-12-20T22:01:38.702Z[ host-image] Dec 20 22:01:37.778 INFO O| Dec 20 22:01:37.777 INFO file /rpool/images/build/host/work/gimlet/zfs/a/etc/auto_master does not exist
92962024-12-20T22:01:38.702Z[ host-image] Dec 20 22:01:37.778 INFO O| Dec 20 22:01:37.777 INFO copying /work/oxidecomputer/helios/image/templates/files/auto_master -> /rpool/images/build/host/work/gimlet/zfs/a/etc/auto_master ...
92972024-12-20T22:01:38.705Z[ host-image] Dec 20 22:01:37.778 INFO O| Dec 20 22:01:37.778 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/etc/auto_master
92982024-12-20T22:01:38.705Z[ host-image] Dec 20 22:01:37.778 INFO O| Dec 20 22:01:37.778 INFO ok!
92992024-12-20T22:01:38.705Z[ host-image] Dec 20 22:01:37.778 INFO O| Dec 20 22:01:37.778 INFO STEP 30 (ensure_file) COMPLETE
93002024-12-20T22:01:38.705Z[ host-image] Dec 20 22:01:37.778 INFO O| Dec 20 22:01:37.778 INFO STEP 31: ensure_file, from: /work/oxidecomputer/helios/image/templates/gimlet/zfs.json
93012024-12-20T22:01:38.712Z[ host-image] Dec 20 22:01:37.788 INFO O| Dec 20 22:01:37.788 WARN file /rpool/images/build/host/work/gimlet/zfs/a/etc/ttydefs exists, with wrong contents, unlinking
93022024-12-20T22:01:38.712Z[ host-image] Dec 20 22:01:37.788 INFO O| Dec 20 22:01:37.788 INFO copying /work/oxidecomputer/helios/image/templates/files/ttydefs.3000000 -> /rpool/images/build/host/work/gimlet/zfs/a/etc/ttydefs ...
93032024-12-20T22:01:38.715Z[ host-image] Dec 20 22:01:37.788 INFO O| Dec 20 22:01:37.788 INFO ownership wrong (Id(0):Id(0), not 0:3), path: /rpool/images/build/host/work/gimlet/zfs/a/etc/ttydefs
93042024-12-20T22:01:38.715Z[ host-image] Dec 20 22:01:37.788 INFO O| Dec 20 22:01:37.788 INFO chown ok, path: /rpool/images/build/host/work/gimlet/zfs/a/etc/ttydefs
93052024-12-20T22:01:38.715Z[ host-image] Dec 20 22:01:37.788 INFO O| Dec 20 22:01:37.788 INFO ok!
93062024-12-20T22:01:38.715Z[ host-image] Dec 20 22:01:37.788 INFO O| Dec 20 22:01:37.788 INFO STEP 31 (ensure_file) COMPLETE
93072024-12-20T22:01:38.715Z[ host-image] Dec 20 22:01:37.788 INFO O| Dec 20 22:01:37.788 INFO STEP 32: ensure_file, from: /work/oxidecomputer/helios/image/templates/gimlet/zfs.json
93082024-12-20T22:01:38.722Z[ host-image] Dec 20 22:01:37.798 INFO O| Dec 20 22:01:37.798 WARN file /rpool/images/build/host/work/gimlet/zfs/a/etc/default/init exists, with wrong contents, unlinking
93092024-12-20T22:01:38.722Z[ host-image] Dec 20 22:01:37.798 INFO O| Dec 20 22:01:37.798 INFO copying /work/oxidecomputer/helios/image/templates/files/default_init -> /rpool/images/build/host/work/gimlet/zfs/a/etc/default/init ...
93102024-12-20T22:01:38.728Z[ host-image] Dec 20 22:01:37.798 INFO O| Dec 20 22:01:37.798 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/etc/default/init
93112024-12-20T22:01:38.728Z[ host-image] Dec 20 22:01:37.798 INFO O| Dec 20 22:01:37.798 INFO ok!
93122024-12-20T22:01:38.728Z[ host-image] Dec 20 22:01:37.798 INFO O| Dec 20 22:01:37.798 INFO STEP 32 (ensure_file) COMPLETE
93132024-12-20T22:01:38.728Z[ host-image] Dec 20 22:01:37.798 INFO O| Dec 20 22:01:37.798 INFO STEP 33: ensure_file, from: /work/oxidecomputer/helios/image/templates/gimlet/zfs.json
93142024-12-20T22:01:38.732Z[ host-image] Dec 20 22:01:37.808 INFO O| Dec 20 22:01:37.808 WARN file /rpool/images/build/host/work/gimlet/zfs/a/etc/ssh/sshd_config exists, with wrong contents, unlinking
93152024-12-20T22:01:38.735Z[ host-image] Dec 20 22:01:37.808 INFO O| Dec 20 22:01:37.808 INFO copying /work/oxidecomputer/helios/image/templates/files/sshd_config -> /rpool/images/build/host/work/gimlet/zfs/a/etc/ssh/sshd_config ...
93162024-12-20T22:01:38.735Z[ host-image] Dec 20 22:01:37.808 INFO O| Dec 20 22:01:37.808 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/etc/ssh/sshd_config
93172024-12-20T22:01:38.735Z[ host-image] Dec 20 22:01:37.808 INFO O| Dec 20 22:01:37.808 INFO ok!
93182024-12-20T22:01:38.735Z[ host-image] Dec 20 22:01:37.808 INFO O| Dec 20 22:01:37.808 INFO STEP 33 (ensure_file) COMPLETE
93192024-12-20T22:01:38.735Z[ host-image] Dec 20 22:01:37.808 INFO O| Dec 20 22:01:37.808 INFO STEP 34: ensure_file, from: /work/oxidecomputer/helios/image/templates/gimlet/zfs.json
93202024-12-20T22:01:38.744Z[ host-image] Dec 20 22:01:37.818 INFO O| Dec 20 22:01:37.818 INFO file /rpool/images/build/host/work/gimlet/zfs/a/usr/lib/bootparams does not exist
93212024-12-20T22:01:38.748Z[ host-image] Dec 20 22:01:37.818 INFO O| Dec 20 22:01:37.818 INFO copying /work/oxidecomputer/helios/image/templates/files/bootparams.sh -> /rpool/images/build/host/work/gimlet/zfs/a/usr/lib/bootparams ...
93222024-12-20T22:01:38.748Z[ host-image] Dec 20 22:01:37.818 INFO O| Dec 20 22:01:37.818 INFO perms are 644, should be 755, path: /rpool/images/build/host/work/gimlet/zfs/a/usr/lib/bootparams
93232024-12-20T22:01:38.748Z[ host-image] Dec 20 22:01:37.818 INFO O| Dec 20 22:01:37.818 INFO chmod ok, path: /rpool/images/build/host/work/gimlet/zfs/a/usr/lib/bootparams
93242024-12-20T22:01:38.748Z[ host-image] Dec 20 22:01:37.818 INFO O| Dec 20 22:01:37.818 INFO ownership wrong (Id(0):Id(0), not 0:2), path: /rpool/images/build/host/work/gimlet/zfs/a/usr/lib/bootparams
93252024-12-20T22:01:38.748Z[ host-image] Dec 20 22:01:37.818 INFO O| Dec 20 22:01:37.818 INFO chown ok, path: /rpool/images/build/host/work/gimlet/zfs/a/usr/lib/bootparams
93262024-12-20T22:01:38.749Z[ host-image] Dec 20 22:01:37.818 INFO O| Dec 20 22:01:37.818 INFO ok!
93272024-12-20T22:01:38.749Z[ host-image] Dec 20 22:01:37.818 INFO O| Dec 20 22:01:37.818 INFO STEP 34 (ensure_file) COMPLETE
93282024-12-20T22:01:38.749Z[ host-image] Dec 20 22:01:37.818 INFO O| Dec 20 22:01:37.818 INFO STEP 35: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/t6-firmware.json
93292024-12-20T22:01:38.753Z[ host-image] Dec 20 22:01:37.828 INFO O| Dec 20 22:01:37.828 INFO creating directory: /rpool/images/build/host/work/gimlet/zfs/a/platform/Oxide,Gimlet/firmware
93302024-12-20T22:01:38.756Z[ host-image] Dec 20 22:01:37.829 INFO O| Dec 20 22:01:37.829 INFO ownership wrong (Id(0):Id(0), not 0:3), path: /rpool/images/build/host/work/gimlet/zfs/a/platform/Oxide,Gimlet/firmware
93312024-12-20T22:01:38.756Z[ host-image] Dec 20 22:01:37.829 INFO O| Dec 20 22:01:37.829 INFO chown ok, path: /rpool/images/build/host/work/gimlet/zfs/a/platform/Oxide,Gimlet/firmware
93322024-12-20T22:01:38.756Z[ host-image] Dec 20 22:01:37.829 INFO O| Dec 20 22:01:37.829 INFO STEP 35 (ensure_dir) COMPLETE
93332024-12-20T22:01:38.756Z[ host-image] Dec 20 22:01:37.829 INFO O| Dec 20 22:01:37.829 INFO STEP 36: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/t6-firmware.json
93342024-12-20T22:01:38.763Z[ host-image] Dec 20 22:01:37.839 INFO O| Dec 20 22:01:37.839 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
93352024-12-20T22:01:38.763Z[ host-image] Dec 20 22:01:37.839 INFO O| Dec 20 22:01:37.839 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 ...
93362024-12-20T22:01:38.766Z[ host-image] Dec 20 22:01:37.839 INFO O| Dec 20 22:01:37.839 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
93372024-12-20T22:01:38.767Z[ host-image] Dec 20 22:01:37.839 INFO O| Dec 20 22:01:37.839 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
93382024-12-20T22:01:38.767Z[ host-image] Dec 20 22:01:37.839 INFO O| Dec 20 22:01:37.839 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
93392024-12-20T22:01:38.767Z[ host-image] Dec 20 22:01:37.839 INFO O| Dec 20 22:01:37.839 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
93402024-12-20T22:01:38.767Z[ host-image] Dec 20 22:01:37.839 INFO O| Dec 20 22:01:37.839 INFO ok!
93412024-12-20T22:01:38.767Z[ host-image] Dec 20 22:01:37.839 INFO O| Dec 20 22:01:37.839 INFO STEP 36 (ensure_file) COMPLETE
93422024-12-20T22:01:38.767Z[ host-image] Dec 20 22:01:37.839 INFO O| Dec 20 22:01:37.839 INFO STEP 37: ensure_symlink, from: /work/oxidecomputer/helios/image/templates/include/t6-firmware.json
93432024-12-20T22:01:38.774Z[ host-image] Dec 20 22:01:37.849 INFO O| Dec 20 22:01:37.849 INFO link /rpool/images/build/host/work/gimlet/zfs/a/platform/Oxide,Gimlet/firmware/t6srom.bin does not exist
93442024-12-20T22:01:38.776Z[ host-image] Dec 20 22:01:37.849 INFO O| Dec 20 22:01:37.849 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 ...
93452024-12-20T22:01:38.776Z[ host-image] Dec 20 22:01:37.849 INFO O| Dec 20 22:01:37.849 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/platform/Oxide,Gimlet/firmware/t6srom.bin
93462024-12-20T22:01:38.776Z[ host-image] Dec 20 22:01:37.849 INFO O| Dec 20 22:01:37.849 INFO ok!
93472024-12-20T22:01:38.776Z[ host-image] Dec 20 22:01:37.849 INFO O| Dec 20 22:01:37.849 INFO STEP 37 (ensure_symlink) COMPLETE
93482024-12-20T22:01:38.776Z[ host-image] Dec 20 22:01:37.849 INFO O| Dec 20 22:01:37.849 INFO STEP 38: ensure_file, from: /work/oxidecomputer/helios/image/templates/gimlet/zfs.json
93492024-12-20T22:01:38.783Z[ host-image] Dec 20 22:01:37.859 INFO O| Dec 20 22:01:37.859 INFO file /rpool/images/build/host/work/gimlet/zfs/a/usr/lib/postboot does not exist
93502024-12-20T22:01:38.783Z[ host-image] Dec 20 22:01:37.859 INFO O| Dec 20 22:01:37.859 INFO copying /work/oxidecomputer/helios/image/templates/files/gimlet-postboot.sh -> /rpool/images/build/host/work/gimlet/zfs/a/usr/lib/postboot ...
93512024-12-20T22:01:38.786Z[ host-image] Dec 20 22:01:37.859 INFO O| Dec 20 22:01:37.859 INFO perms are 644, should be 755, path: /rpool/images/build/host/work/gimlet/zfs/a/usr/lib/postboot
93522024-12-20T22:01:38.786Z[ host-image] Dec 20 22:01:37.859 INFO O| Dec 20 22:01:37.859 INFO chmod ok, path: /rpool/images/build/host/work/gimlet/zfs/a/usr/lib/postboot
93532024-12-20T22:01:38.786Z[ host-image] Dec 20 22:01:37.859 INFO O| Dec 20 22:01:37.859 INFO ownership wrong (Id(0):Id(0), not 0:2), path: /rpool/images/build/host/work/gimlet/zfs/a/usr/lib/postboot
93542024-12-20T22:01:38.786Z[ host-image] Dec 20 22:01:37.859 INFO O| Dec 20 22:01:37.859 INFO chown ok, path: /rpool/images/build/host/work/gimlet/zfs/a/usr/lib/postboot
93552024-12-20T22:01:38.786Z[ host-image] Dec 20 22:01:37.859 INFO O| Dec 20 22:01:37.859 INFO ok!
93562024-12-20T22:01:38.786Z[ host-image] Dec 20 22:01:37.859 INFO O| Dec 20 22:01:37.859 INFO STEP 38 (ensure_file) COMPLETE
93572024-12-20T22:01:38.786Z[ host-image] Dec 20 22:01:37.859 INFO O| Dec 20 22:01:37.859 INFO STEP 39: ensure_file, from: /work/oxidecomputer/helios/image/templates/gimlet/zfs.json
93582024-12-20T22:01:38.793Z[ host-image] Dec 20 22:01:37.869 INFO O| Dec 20 22:01:37.869 INFO file /rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/site/postboot.xml does not exist
93592024-12-20T22:01:38.793Z[ host-image] Dec 20 22:01:37.869 INFO O| Dec 20 22:01:37.869 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 ...
93602024-12-20T22:01:38.796Z[ host-image] Dec 20 22:01:37.869 INFO O| Dec 20 22:01:37.869 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
93612024-12-20T22:01:38.796Z[ host-image] Dec 20 22:01:37.869 INFO O| Dec 20 22:01:37.869 INFO chown ok, path: /rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/site/postboot.xml
93622024-12-20T22:01:38.796Z[ host-image] Dec 20 22:01:37.869 INFO O| Dec 20 22:01:37.869 INFO ok!
93632024-12-20T22:01:38.796Z[ host-image] Dec 20 22:01:37.869 INFO O| Dec 20 22:01:37.869 INFO STEP 39 (ensure_file) COMPLETE
93642024-12-20T22:01:38.796Z[ host-image] Dec 20 22:01:37.869 INFO O| Dec 20 22:01:37.869 INFO STEP 40: ensure_file, from: /work/oxidecomputer/helios/image/templates/gimlet/zfs.json
93652024-12-20T22:01:38.804Z[ host-image] Dec 20 22:01:37.879 INFO O| Dec 20 22:01:37.879 INFO file /rpool/images/build/host/work/gimlet/zfs/a/var/svc/profile/site.xml does not exist
93662024-12-20T22:01:38.807Z[ host-image] Dec 20 22:01:37.879 INFO O| Dec 20 22:01:37.879 INFO copying /work/oxidecomputer/helios/image/templates/files/site.xml -> /rpool/images/build/host/work/gimlet/zfs/a/var/svc/profile/site.xml ...
93672024-12-20T22:01:38.807Z[ host-image] Dec 20 22:01:37.879 INFO O| Dec 20 22:01:37.879 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/var/svc/profile/site.xml
93682024-12-20T22:01:38.807Z[ host-image] Dec 20 22:01:37.879 INFO O| Dec 20 22:01:37.879 INFO ok!
93692024-12-20T22:01:38.807Z[ host-image] Dec 20 22:01:37.879 INFO O| Dec 20 22:01:37.879 INFO STEP 40 (ensure_file) COMPLETE
93702024-12-20T22:01:38.807Z[ host-image] Dec 20 22:01:37.879 INFO O| Dec 20 22:01:37.879 INFO STEP 41: shadow, from: /work/oxidecomputer/helios/image/templates/include/root-noauth.json
93712024-12-20T22:01:38.813Z[ host-image] Dec 20 22:01:37.889 INFO O| Dec 20 22:01:37.889 INFO updating shadow file
93722024-12-20T22:01:38.816Z[ host-image] Dec 20 22:01:37.889 INFO O| Dec 20 22:01:37.889 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/etc/shadow
93732024-12-20T22:01:38.816Z[ host-image] Dec 20 22:01:37.889 INFO O| Dec 20 22:01:37.889 INFO STEP 41 (shadow) COMPLETE
93742024-12-20T22:01:38.816Z[ host-image] Dec 20 22:01:37.889 INFO O| Dec 20 22:01:37.889 INFO STEP 42: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/root-noauth.json
93752024-12-20T22:01:38.823Z[ host-image] Dec 20 22:01:37.899 INFO O| Dec 20 22:01:37.899 WARN file /rpool/images/build/host/work/gimlet/zfs/a/etc/default/login exists, with wrong contents, unlinking
93762024-12-20T22:01:38.823Z[ host-image] Dec 20 22:01:37.899 INFO O| Dec 20 22:01:37.899 INFO copying /work/oxidecomputer/helios/image/templates/files/mfg_default_login -> /rpool/images/build/host/work/gimlet/zfs/a/etc/default/login ...
93772024-12-20T22:01:38.827Z[ host-image] Dec 20 22:01:37.899 INFO O| Dec 20 22:01:37.899 INFO ownership wrong (Id(0):Id(0), not 0:3), path: /rpool/images/build/host/work/gimlet/zfs/a/etc/default/login
93782024-12-20T22:01:38.827Z[ host-image] Dec 20 22:01:37.899 INFO O| Dec 20 22:01:37.899 INFO chown ok, path: /rpool/images/build/host/work/gimlet/zfs/a/etc/default/login
93792024-12-20T22:01:38.827Z[ host-image] Dec 20 22:01:37.899 INFO O| Dec 20 22:01:37.899 INFO ok!
93802024-12-20T22:01:38.827Z[ host-image] Dec 20 22:01:37.899 INFO O| Dec 20 22:01:37.899 INFO STEP 42 (ensure_file) COMPLETE
93812024-12-20T22:01:38.827Z[ host-image] Dec 20 22:01:37.899 INFO O| Dec 20 22:01:37.899 INFO STEP 43: ensure_file, from: /work/oxidecomputer/helios/image/templates/gimlet/zfs.json
93822024-12-20T22:01:38.827Z[ host-image] Dec 20 22:01:37.899 INFO O| Dec 20 22:01:37.899 INFO skip step because feature "mfg" is not enabled
93832024-12-20T22:01:38.827Z[ host-image] Dec 20 22:01:37.899 INFO O| Dec 20 22:01:37.899 INFO STEP 44: ensure_file, from: /work/oxidecomputer/helios/image/templates/gimlet/zfs.json
93842024-12-20T22:01:38.827Z[ host-image] Dec 20 22:01:37.899 INFO O| Dec 20 22:01:37.899 INFO skip step because feature "mfg" is not enabled
93852024-12-20T22:01:38.827Z[ host-image] Dec 20 22:01:37.899 INFO O| Dec 20 22:01:37.899 INFO STEP 45: ensure_file, from: /work/oxidecomputer/helios/image/templates/gimlet/zfs.json
93862024-12-20T22:01:38.833Z[ host-image] Dec 20 22:01:37.909 INFO O| Dec 20 22:01:37.909 INFO file /rpool/images/build/host/work/gimlet/zfs/a/usr/bin/pilot does not exist
93872024-12-20T22:01:38.833Z[ host-image] Dec 20 22:01:37.909 INFO O| Dec 20 22:01:37.909 INFO copying /work/oxidecomputer/helios/projects/pilot/target/release/pilot -> /rpool/images/build/host/work/gimlet/zfs/a/usr/bin/pilot ...
93882024-12-20T22:01:39.465Z[ host-image] Dec 20 22:01:38.540 INFO O| Dec 20 22:01:38.540 INFO ownership wrong (Id(0):Id(0), not 0:2), path: /rpool/images/build/host/work/gimlet/zfs/a/usr/bin/pilot
93892024-12-20T22:01:39.465Z[ host-image] Dec 20 22:01:38.540 INFO O| Dec 20 22:01:38.540 INFO chown ok, path: /rpool/images/build/host/work/gimlet/zfs/a/usr/bin/pilot
93902024-12-20T22:01:39.468Z[ host-image] Dec 20 22:01:38.540 INFO O| Dec 20 22:01:38.540 INFO ok!
93912024-12-20T22:01:39.468Z[ host-image] Dec 20 22:01:38.540 INFO O| Dec 20 22:01:38.540 INFO STEP 45 (ensure_file) COMPLETE
93922024-12-20T22:01:39.468Z[ host-image] Dec 20 22:01:38.540 INFO O| Dec 20 22:01:38.540 INFO STEP 46: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/compliance-common.json
93932024-12-20T22:01:39.476Z[ host-image] Dec 20 22:01:38.552 INFO O| Dec 20 22:01:38.552 WARN file /rpool/images/build/host/work/gimlet/zfs/a/usr/lib/postboot exists, with wrong contents, unlinking
93942024-12-20T22:01:39.476Z[ host-image] Dec 20 22:01:38.552 INFO O| Dec 20 22:01:38.552 INFO copying /work/oxidecomputer/helios/image/templates/files/compliance-postboot.sh -> /rpool/images/build/host/work/gimlet/zfs/a/usr/lib/postboot ...
93952024-12-20T22:01:39.479Z[ host-image] Dec 20 22:01:38.552 INFO O| Dec 20 22:01:38.552 INFO perms are 644, should be 755, path: /rpool/images/build/host/work/gimlet/zfs/a/usr/lib/postboot
93962024-12-20T22:01:39.479Z[ host-image] Dec 20 22:01:38.552 INFO O| Dec 20 22:01:38.552 INFO chmod ok, path: /rpool/images/build/host/work/gimlet/zfs/a/usr/lib/postboot
93972024-12-20T22:01:39.479Z[ host-image] Dec 20 22:01:38.552 INFO O| Dec 20 22:01:38.552 INFO ownership wrong (Id(0):Id(0), not 0:2), path: /rpool/images/build/host/work/gimlet/zfs/a/usr/lib/postboot
93982024-12-20T22:01:39.479Z[ host-image] Dec 20 22:01:38.552 INFO O| Dec 20 22:01:38.552 INFO chown ok, path: /rpool/images/build/host/work/gimlet/zfs/a/usr/lib/postboot
93992024-12-20T22:01:39.479Z[ host-image] Dec 20 22:01:38.552 INFO O| Dec 20 22:01:38.552 INFO ok!
94002024-12-20T22:01:39.480Z[ host-image] Dec 20 22:01:38.552 INFO O| Dec 20 22:01:38.552 INFO STEP 46 (ensure_file) COMPLETE
94012024-12-20T22:01:39.480Z[ host-image] Dec 20 22:01:38.552 INFO O| Dec 20 22:01:38.552 INFO STEP 47: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/compliance-common.json
94022024-12-20T22:01:39.487Z[ host-image] Dec 20 22:01:38.562 INFO O| Dec 20 22:01:38.562 WARN file /rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/site/postboot.xml exists, with wrong contents, unlinking
94032024-12-20T22:01:39.487Z[ host-image] Dec 20 22:01:38.562 INFO O| Dec 20 22:01:38.562 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 ...
94042024-12-20T22:01:39.490Z[ host-image] Dec 20 22:01:38.562 INFO O| Dec 20 22:01:38.562 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
94052024-12-20T22:01:39.490Z[ host-image] Dec 20 22:01:38.562 INFO O| Dec 20 22:01:38.562 INFO chown ok, path: /rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/site/postboot.xml
94062024-12-20T22:01:39.490Z[ host-image] Dec 20 22:01:38.562 INFO O| Dec 20 22:01:38.562 INFO ok!
94072024-12-20T22:01:39.490Z[ host-image] Dec 20 22:01:38.562 INFO O| Dec 20 22:01:38.562 INFO STEP 47 (ensure_file) COMPLETE
94082024-12-20T22:01:39.490Z[ host-image] Dec 20 22:01:38.562 INFO O| Dec 20 22:01:38.562 INFO STEP 48: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/compliance-common.json
94092024-12-20T22:01:39.496Z[ host-image] Dec 20 22:01:38.572 INFO O| Dec 20 22:01:38.572 INFO file /rpool/images/build/host/work/gimlet/zfs/a/usr/lib/compliance-hostname does not exist
94102024-12-20T22:01:39.496Z[ host-image] Dec 20 22:01:38.572 INFO O| Dec 20 22:01:38.572 INFO copying /work/oxidecomputer/helios/image/templates/files/compliance-hostname.sh -> /rpool/images/build/host/work/gimlet/zfs/a/usr/lib/compliance-hostname ...
94112024-12-20T22:01:39.500Z[ host-image] Dec 20 22:01:38.572 INFO O| Dec 20 22:01:38.572 INFO perms are 644, should be 755, path: /rpool/images/build/host/work/gimlet/zfs/a/usr/lib/compliance-hostname
94122024-12-20T22:01:39.500Z[ host-image] Dec 20 22:01:38.572 INFO O| Dec 20 22:01:38.572 INFO chmod ok, path: /rpool/images/build/host/work/gimlet/zfs/a/usr/lib/compliance-hostname
94132024-12-20T22:01:39.500Z[ host-image] Dec 20 22:01:38.572 INFO O| Dec 20 22:01:38.572 INFO ownership wrong (Id(0):Id(0), not 0:2), path: /rpool/images/build/host/work/gimlet/zfs/a/usr/lib/compliance-hostname
94142024-12-20T22:01:39.500Z[ host-image] Dec 20 22:01:38.572 INFO O| Dec 20 22:01:38.572 INFO chown ok, path: /rpool/images/build/host/work/gimlet/zfs/a/usr/lib/compliance-hostname
94152024-12-20T22:01:39.500Z[ host-image] Dec 20 22:01:38.572 INFO O| Dec 20 22:01:38.572 INFO ok!
94162024-12-20T22:01:39.500Z[ host-image] Dec 20 22:01:38.572 INFO O| Dec 20 22:01:38.572 INFO STEP 48 (ensure_file) COMPLETE
94172024-12-20T22:01:39.500Z[ host-image] Dec 20 22:01:38.572 INFO O| Dec 20 22:01:38.572 INFO STEP 49: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/compliance-common.json
94182024-12-20T22:01:39.506Z[ host-image] Dec 20 22:01:38.582 INFO O| Dec 20 22:01:38.582 INFO file /rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/site/compliance-hostname.xml does not exist
94192024-12-20T22:01:39.506Z[ host-image] Dec 20 22:01:38.582 INFO O| Dec 20 22:01:38.582 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 ...
94202024-12-20T22:01:39.509Z[ host-image] Dec 20 22:01:38.582 INFO O| Dec 20 22:01:38.582 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
94212024-12-20T22:01:39.510Z[ host-image] Dec 20 22:01:38.582 INFO O| Dec 20 22:01:38.582 INFO chown ok, path: /rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/site/compliance-hostname.xml
94222024-12-20T22:01:39.510Z[ host-image] Dec 20 22:01:38.582 INFO O| Dec 20 22:01:38.582 INFO ok!
94232024-12-20T22:01:39.510Z[ host-image] Dec 20 22:01:38.582 INFO O| Dec 20 22:01:38.582 INFO STEP 49 (ensure_file) COMPLETE
94242024-12-20T22:01:39.510Z[ host-image] Dec 20 22:01:38.582 INFO O| Dec 20 22:01:38.582 INFO STEP 50: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/compliance-common.json
94252024-12-20T22:01:39.516Z[ host-image] Dec 20 22:01:38.591 INFO O| Dec 20 22:01:38.591 INFO file /rpool/images/build/host/work/gimlet/zfs/a/usr/lib/compliance-beacon does not exist
94262024-12-20T22:01:39.516Z[ host-image] Dec 20 22:01:38.592 INFO O| Dec 20 22:01:38.591 INFO copying /work/oxidecomputer/helios/image/templates/files/compliance-beacon.sh -> /rpool/images/build/host/work/gimlet/zfs/a/usr/lib/compliance-beacon ...
94272024-12-20T22:01:39.519Z[ host-image] Dec 20 22:01:38.592 INFO O| Dec 20 22:01:38.592 INFO perms are 644, should be 755, path: /rpool/images/build/host/work/gimlet/zfs/a/usr/lib/compliance-beacon
94282024-12-20T22:01:39.519Z[ host-image] Dec 20 22:01:38.592 INFO O| Dec 20 22:01:38.592 INFO chmod ok, path: /rpool/images/build/host/work/gimlet/zfs/a/usr/lib/compliance-beacon
94292024-12-20T22:01:39.519Z[ host-image] Dec 20 22:01:38.592 INFO O| Dec 20 22:01:38.592 INFO ownership wrong (Id(0):Id(0), not 0:2), path: /rpool/images/build/host/work/gimlet/zfs/a/usr/lib/compliance-beacon
94302024-12-20T22:01:39.519Z[ host-image] Dec 20 22:01:38.592 INFO O| Dec 20 22:01:38.592 INFO chown ok, path: /rpool/images/build/host/work/gimlet/zfs/a/usr/lib/compliance-beacon
94312024-12-20T22:01:39.519Z[ host-image] Dec 20 22:01:38.592 INFO O| Dec 20 22:01:38.592 INFO ok!
94322024-12-20T22:01:39.519Z[ host-image] Dec 20 22:01:38.592 INFO O| Dec 20 22:01:38.592 INFO STEP 50 (ensure_file) COMPLETE
94332024-12-20T22:01:39.519Z[ host-image] Dec 20 22:01:38.592 INFO O| Dec 20 22:01:38.592 INFO STEP 51: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/compliance-common.json
94342024-12-20T22:01:39.526Z[ host-image] Dec 20 22:01:38.601 INFO O| Dec 20 22:01:38.601 INFO file /rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/site/compliance-beacon.xml does not exist
94352024-12-20T22:01:39.526Z[ host-image] Dec 20 22:01:38.601 INFO O| Dec 20 22:01:38.601 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 ...
94362024-12-20T22:01:39.529Z[ host-image] Dec 20 22:01:38.602 INFO O| Dec 20 22:01:38.602 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
94372024-12-20T22:01:39.529Z[ host-image] Dec 20 22:01:38.602 INFO O| Dec 20 22:01:38.602 INFO chown ok, path: /rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/site/compliance-beacon.xml
94382024-12-20T22:01:39.529Z[ host-image] Dec 20 22:01:38.602 INFO O| Dec 20 22:01:38.602 INFO ok!
94392024-12-20T22:01:39.529Z[ host-image] Dec 20 22:01:38.602 INFO O| Dec 20 22:01:38.602 INFO STEP 51 (ensure_file) COMPLETE
94402024-12-20T22:01:39.529Z[ host-image] Dec 20 22:01:38.602 INFO O| Dec 20 22:01:38.602 INFO STEP 52: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/compliance-common.json
94412024-12-20T22:01:39.536Z[ host-image] Dec 20 22:01:38.611 INFO O| Dec 20 22:01:38.611 INFO file /rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/site/compliance-time.xml does not exist
94422024-12-20T22:01:39.536Z[ host-image] Dec 20 22:01:38.611 INFO O| Dec 20 22:01:38.611 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 ...
94432024-12-20T22:01:39.541Z[ host-image] Dec 20 22:01:38.611 INFO O| Dec 20 22:01:38.611 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
94442024-12-20T22:01:39.541Z[ host-image] Dec 20 22:01:38.611 INFO O| Dec 20 22:01:38.611 INFO chown ok, path: /rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/site/compliance-time.xml
94452024-12-20T22:01:39.541Z[ host-image] Dec 20 22:01:38.611 INFO O| Dec 20 22:01:38.611 INFO ok!
94462024-12-20T22:01:39.541Z[ host-image] Dec 20 22:01:38.612 INFO O| Dec 20 22:01:38.611 INFO STEP 52 (ensure_file) COMPLETE
94472024-12-20T22:01:39.541Z[ host-image] Dec 20 22:01:38.612 INFO O| Dec 20 22:01:38.611 INFO STEP 53: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/compliance-common.json
94482024-12-20T22:01:39.546Z[ host-image] Dec 20 22:01:38.621 INFO O| Dec 20 22:01:38.621 INFO file /rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/site/compliance-dump.xml does not exist
94492024-12-20T22:01:39.546Z[ host-image] Dec 20 22:01:38.621 INFO O| Dec 20 22:01:38.621 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 ...
94502024-12-20T22:01:39.546Z[ host-image] Dec 20 22:01:38.621 INFO O| Dec 20 22:01:38.621 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
94512024-12-20T22:01:39.553Z[ host-image] Dec 20 22:01:38.621 INFO O| Dec 20 22:01:38.621 INFO chown ok, path: /rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/site/compliance-dump.xml
94522024-12-20T22:01:39.553Z[ host-image] Dec 20 22:01:38.621 INFO O| Dec 20 22:01:38.621 INFO ok!
94532024-12-20T22:01:39.553Z[ host-image] Dec 20 22:01:38.621 INFO O| Dec 20 22:01:38.621 INFO STEP 53 (ensure_file) COMPLETE
94542024-12-20T22:01:39.553Z[ host-image] Dec 20 22:01:38.621 INFO O| Dec 20 22:01:38.621 INFO STEP 54: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
94552024-12-20T22:01:39.555Z[ host-image] Dec 20 22:01:38.631 INFO O| Dec 20 22:01:38.631 INFO ownership already OK (0:3), path: /rpool/images/build/host/work/gimlet/zfs/a/opt
94562024-12-20T22:01:39.555Z[ host-image] Dec 20 22:01:38.631 INFO O| Dec 20 22:01:38.631 INFO STEP 54 (ensure_dir) COMPLETE
94572024-12-20T22:01:39.558Z[ host-image] Dec 20 22:01:38.631 INFO O| Dec 20 22:01:38.631 INFO STEP 55: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
94582024-12-20T22:01:39.565Z[ host-image] Dec 20 22:01:38.641 INFO O| Dec 20 22:01:38.641 INFO ownership wrong (Id(0):Id(2), not 0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide
94592024-12-20T22:01:39.565Z[ host-image] Dec 20 22:01:38.641 INFO O| Dec 20 22:01:38.641 INFO chown ok, path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide
94602024-12-20T22:01:39.568Z[ host-image] Dec 20 22:01:38.641 INFO O| Dec 20 22:01:38.641 INFO STEP 55 (ensure_dir) COMPLETE
94612024-12-20T22:01:39.568Z[ host-image] Dec 20 22:01:38.641 INFO O| Dec 20 22:01:38.641 INFO STEP 56: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
94622024-12-20T22:01:39.575Z[ host-image] Dec 20 22:01:38.651 INFO O| Dec 20 22:01:38.651 INFO creating directory: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/mg-ddm
94632024-12-20T22:01:39.579Z[ host-image] Dec 20 22:01:38.651 INFO O| Dec 20 22:01:38.651 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/mg-ddm
94642024-12-20T22:01:39.579Z[ host-image] Dec 20 22:01:38.651 INFO O| Dec 20 22:01:38.651 INFO STEP 56 (ensure_dir) COMPLETE
94652024-12-20T22:01:39.579Z[ host-image] Dec 20 22:01:38.651 INFO O| Dec 20 22:01:38.651 INFO STEP 57: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
94662024-12-20T22:01:39.585Z[ host-image] Dec 20 22:01:38.660 INFO O| Dec 20 22:01:38.660 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/mg-ddm/ddmadm does not exist
94672024-12-20T22:01:39.585Z[ host-image] Dec 20 22:01:38.660 INFO O| Dec 20 22:01:38.660 INFO copying /tmp/.tmpz5fbTL/proto/host/root/opt/oxide/mg-ddm/ddmadm -> /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/mg-ddm/ddmadm ...
94682024-12-20T22:01:39.602Z[ host-image] Dec 20 22:01:38.678 INFO O| Dec 20 22:01:38.678 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/mg-ddm/ddmadm
94692024-12-20T22:01:39.602Z[ host-image] Dec 20 22:01:38.678 INFO O| Dec 20 22:01:38.678 INFO ok!
94702024-12-20T22:01:39.605Z[ host-image] Dec 20 22:01:38.678 INFO O| Dec 20 22:01:38.678 INFO STEP 57 (ensure_file) COMPLETE
94712024-12-20T22:01:39.605Z[ host-image] Dec 20 22:01:38.678 INFO O| Dec 20 22:01:38.678 INFO STEP 58: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
94722024-12-20T22:01:39.614Z[ host-image] Dec 20 22:01:38.689 INFO O| Dec 20 22:01:38.689 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/mg-ddm/ddmd does not exist
94732024-12-20T22:01:39.614Z[ host-image] Dec 20 22:01:38.689 INFO O| Dec 20 22:01:38.689 INFO copying /tmp/.tmpz5fbTL/proto/host/root/opt/oxide/mg-ddm/ddmd -> /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/mg-ddm/ddmd ...
94742024-12-20T22:01:40.696Z[ host-image] Dec 20 22:01:39.772 INFO O| Dec 20 22:01:39.771 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/mg-ddm/ddmd
94752024-12-20T22:01:40.696Z[ host-image] Dec 20 22:01:39.772 INFO O| Dec 20 22:01:39.771 INFO ok!
94762024-12-20T22:01:40.699Z[ host-image] Dec 20 22:01:39.772 INFO O| Dec 20 22:01:39.772 INFO STEP 58 (ensure_file) COMPLETE
94772024-12-20T22:01:40.699Z[ host-image] Dec 20 22:01:39.772 INFO O| Dec 20 22:01:39.772 INFO STEP 59: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
94782024-12-20T22:01:40.708Z[ host-image] Dec 20 22:01:39.784 INFO O| Dec 20 22:01:39.784 INFO creating directory: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/mg-ddm/pkg
94792024-12-20T22:01:40.712Z[ host-image] Dec 20 22:01:39.784 INFO O| Dec 20 22:01:39.784 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/mg-ddm/pkg
94802024-12-20T22:01:40.712Z[ host-image] Dec 20 22:01:39.784 INFO O| Dec 20 22:01:39.784 INFO STEP 59 (ensure_dir) COMPLETE
94812024-12-20T22:01:40.712Z[ host-image] Dec 20 22:01:39.784 INFO O| Dec 20 22:01:39.784 INFO STEP 60: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
94822024-12-20T22:01:40.719Z[ host-image] Dec 20 22:01:39.794 INFO O| Dec 20 22:01:39.794 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/mg-ddm/pkg/refresh_ctrun_child.sh does not exist
94832024-12-20T22:01:40.719Z[ host-image] Dec 20 22:01:39.794 INFO O| Dec 20 22:01:39.794 INFO copying /tmp/.tmpz5fbTL/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 ...
94842024-12-20T22:01:40.722Z[ host-image] Dec 20 22:01:39.794 INFO O| Dec 20 22:01:39.794 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/mg-ddm/pkg/refresh_ctrun_child.sh
94852024-12-20T22:01:40.722Z[ host-image] Dec 20 22:01:39.794 INFO O| Dec 20 22:01:39.794 INFO ok!
94862024-12-20T22:01:40.722Z[ host-image] Dec 20 22:01:39.794 INFO O| Dec 20 22:01:39.794 INFO STEP 60 (ensure_file) COMPLETE
94872024-12-20T22:01:40.722Z[ host-image] Dec 20 22:01:39.794 INFO O| Dec 20 22:01:39.794 INFO STEP 61: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
94882024-12-20T22:01:40.729Z[ host-image] Dec 20 22:01:39.805 INFO O| Dec 20 22:01:39.805 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/mg-ddm/pkg/mgd_method_script.sh does not exist
94892024-12-20T22:01:40.729Z[ host-image] Dec 20 22:01:39.805 INFO O| Dec 20 22:01:39.805 INFO copying /tmp/.tmpz5fbTL/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 ...
94902024-12-20T22:01:40.732Z[ host-image] Dec 20 22:01:39.805 INFO O| Dec 20 22:01:39.805 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/mg-ddm/pkg/mgd_method_script.sh
94912024-12-20T22:01:40.732Z[ host-image] Dec 20 22:01:39.805 INFO O| Dec 20 22:01:39.805 INFO ok!
94922024-12-20T22:01:40.732Z[ host-image] Dec 20 22:01:39.805 INFO O| Dec 20 22:01:39.805 INFO STEP 61 (ensure_file) COMPLETE
94932024-12-20T22:01:40.732Z[ host-image] Dec 20 22:01:39.805 INFO O| Dec 20 22:01:39.805 INFO STEP 62: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
94942024-12-20T22:01:40.740Z[ host-image] Dec 20 22:01:39.815 INFO O| Dec 20 22:01:39.815 INFO creating directory: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/mg-ddm/pkg/mgd
94952024-12-20T22:01:40.749Z[ host-image] Dec 20 22:01:39.815 INFO O| Dec 20 22:01:39.815 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/mg-ddm/pkg/mgd
94962024-12-20T22:01:40.749Z[ host-image] Dec 20 22:01:39.815 INFO O| Dec 20 22:01:39.815 INFO STEP 62 (ensure_dir) COMPLETE
94972024-12-20T22:01:40.749Z[ host-image] Dec 20 22:01:39.815 INFO O| Dec 20 22:01:39.815 INFO STEP 63: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
94982024-12-20T22:01:40.755Z[ host-image] Dec 20 22:01:39.825 INFO O| Dec 20 22:01:39.825 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/mg-ddm/pkg/mgd/manifest.xml does not exist
94992024-12-20T22:01:40.755Z[ host-image] Dec 20 22:01:39.825 INFO O| Dec 20 22:01:39.825 INFO copying /tmp/.tmpz5fbTL/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 ...
95002024-12-20T22:01:40.755Z[ host-image] Dec 20 22:01:39.825 INFO O| Dec 20 22:01:39.825 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/mg-ddm/pkg/mgd/manifest.xml
95012024-12-20T22:01:40.755Z[ host-image] Dec 20 22:01:39.825 INFO O| Dec 20 22:01:39.825 INFO ok!
95022024-12-20T22:01:40.755Z[ host-image] Dec 20 22:01:39.825 INFO O| Dec 20 22:01:39.825 INFO STEP 63 (ensure_file) COMPLETE
95032024-12-20T22:01:40.755Z[ host-image] Dec 20 22:01:39.825 INFO O| Dec 20 22:01:39.825 INFO STEP 64: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
95042024-12-20T22:01:40.760Z[ host-image] Dec 20 22:01:39.835 INFO O| Dec 20 22:01:39.835 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/mg-ddm/pkg/ddm_method_script.sh does not exist
95052024-12-20T22:01:40.760Z[ host-image] Dec 20 22:01:39.835 INFO O| Dec 20 22:01:39.835 INFO copying /tmp/.tmpz5fbTL/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 ...
95062024-12-20T22:01:40.763Z[ host-image] Dec 20 22:01:39.835 INFO O| Dec 20 22:01:39.835 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/mg-ddm/pkg/ddm_method_script.sh
95072024-12-20T22:01:40.763Z[ host-image] Dec 20 22:01:39.835 INFO O| Dec 20 22:01:39.835 INFO ok!
95082024-12-20T22:01:40.764Z[ host-image] Dec 20 22:01:39.835 INFO O| Dec 20 22:01:39.835 INFO STEP 64 (ensure_file) COMPLETE
95092024-12-20T22:01:40.764Z[ host-image] Dec 20 22:01:39.835 INFO O| Dec 20 22:01:39.835 INFO STEP 65: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
95102024-12-20T22:01:40.769Z[ host-image] Dec 20 22:01:39.845 INFO O| Dec 20 22:01:39.845 INFO creating directory: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/mg-ddm/pkg/ddm
95112024-12-20T22:01:40.769Z[ host-image] Dec 20 22:01:39.845 INFO O| Dec 20 22:01:39.845 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/mg-ddm/pkg/ddm
95122024-12-20T22:01:40.772Z[ host-image] Dec 20 22:01:39.845 INFO O| Dec 20 22:01:39.845 INFO STEP 65 (ensure_dir) COMPLETE
95132024-12-20T22:01:40.772Z[ host-image] Dec 20 22:01:39.845 INFO O| Dec 20 22:01:39.845 INFO STEP 66: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
95142024-12-20T22:01:40.780Z[ host-image] Dec 20 22:01:39.855 INFO O| Dec 20 22:01:39.855 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/mg-ddm/pkg/ddm/manifest.xml does not exist
95152024-12-20T22:01:40.780Z[ host-image] Dec 20 22:01:39.855 INFO O| Dec 20 22:01:39.855 INFO copying /tmp/.tmpz5fbTL/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 ...
95162024-12-20T22:01:40.783Z[ host-image] Dec 20 22:01:39.855 INFO O| Dec 20 22:01:39.855 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/mg-ddm/pkg/ddm/manifest.xml
95172024-12-20T22:01:40.783Z[ host-image] Dec 20 22:01:39.855 INFO O| Dec 20 22:01:39.855 INFO ok!
95182024-12-20T22:01:40.783Z[ host-image] Dec 20 22:01:39.855 INFO O| Dec 20 22:01:39.855 INFO STEP 66 (ensure_file) COMPLETE
95192024-12-20T22:01:40.783Z[ host-image] Dec 20 22:01:39.855 INFO O| Dec 20 22:01:39.855 INFO STEP 67: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
95202024-12-20T22:01:40.790Z[ host-image] Dec 20 22:01:39.865 INFO O| Dec 20 22:01:39.865 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/mg-ddm/VERSION does not exist
95212024-12-20T22:01:40.790Z[ host-image] Dec 20 22:01:39.865 INFO O| Dec 20 22:01:39.865 INFO copying /tmp/.tmpz5fbTL/proto/host/root/opt/oxide/mg-ddm/VERSION -> /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/mg-ddm/VERSION ...
95222024-12-20T22:01:40.800Z[ host-image] Dec 20 22:01:39.865 INFO O| Dec 20 22:01:39.865 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/mg-ddm/VERSION
95232024-12-20T22:01:40.800Z[ host-image] Dec 20 22:01:39.865 INFO O| Dec 20 22:01:39.865 INFO ok!
95242024-12-20T22:01:40.800Z[ host-image] Dec 20 22:01:39.865 INFO O| Dec 20 22:01:39.865 INFO STEP 67 (ensure_file) COMPLETE
95252024-12-20T22:01:40.800Z[ host-image] Dec 20 22:01:39.865 INFO O| Dec 20 22:01:39.865 INFO STEP 68: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
95262024-12-20T22:01:40.800Z[ host-image] Dec 20 22:01:39.875 INFO O| Dec 20 22:01:39.874 INFO creating directory: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/sled-agent
95272024-12-20T22:01:40.800Z[ host-image] Dec 20 22:01:39.875 INFO O| Dec 20 22:01:39.875 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/sled-agent
95282024-12-20T22:01:40.800Z[ host-image] Dec 20 22:01:39.875 INFO O| Dec 20 22:01:39.875 INFO STEP 68 (ensure_dir) COMPLETE
95292024-12-20T22:01:40.800Z[ host-image] Dec 20 22:01:39.875 INFO O| Dec 20 22:01:39.875 INFO STEP 69: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
95302024-12-20T22:01:40.809Z[ host-image] Dec 20 22:01:39.884 INFO O| Dec 20 22:01:39.884 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/sled-agent/zone-bundle does not exist
95312024-12-20T22:01:40.812Z[ host-image] Dec 20 22:01:39.884 INFO O| Dec 20 22:01:39.884 INFO copying /tmp/.tmpz5fbTL/proto/host/root/opt/oxide/sled-agent/zone-bundle -> /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/sled-agent/zone-bundle ...
95322024-12-20T22:01:41.884Z[ host-image] Dec 20 22:01:40.959 INFO O| Dec 20 22:01:40.959 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/sled-agent/zone-bundle
95332024-12-20T22:01:41.884Z[ host-image] Dec 20 22:01:40.959 INFO O| Dec 20 22:01:40.959 INFO ok!
95342024-12-20T22:01:41.884Z[ host-image] Dec 20 22:01:40.959 INFO O| Dec 20 22:01:40.959 INFO STEP 69 (ensure_file) COMPLETE
95352024-12-20T22:01:41.901Z[ host-image] Dec 20 22:01:40.959 INFO O| Dec 20 22:01:40.959 INFO STEP 70: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
95362024-12-20T22:01:41.901Z[ host-image] Dec 20 22:01:40.970 INFO O| Dec 20 22:01:40.970 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/sled-agent/sled-agent does not exist
95372024-12-20T22:01:41.901Z[ host-image] Dec 20 22:01:40.970 INFO O| Dec 20 22:01:40.970 INFO copying /tmp/.tmpz5fbTL/proto/host/root/opt/oxide/sled-agent/sled-agent -> /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/sled-agent/sled-agent ...
95382024-12-20T22:01:43.439Z[ host-image] Dec 20 22:01:42.514 INFO O| Dec 20 22:01:42.514 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/sled-agent/sled-agent
95392024-12-20T22:01:43.440Z[ host-image] Dec 20 22:01:42.514 INFO O| Dec 20 22:01:42.514 INFO ok!
95402024-12-20T22:01:43.443Z[ host-image] Dec 20 22:01:42.514 INFO O| Dec 20 22:01:42.514 INFO STEP 70 (ensure_file) COMPLETE
95412024-12-20T22:01:43.444Z[ host-image] Dec 20 22:01:42.514 INFO O| Dec 20 22:01:42.514 INFO STEP 71: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
95422024-12-20T22:01:43.452Z[ host-image] Dec 20 22:01:42.525 INFO O| Dec 20 22:01:42.525 INFO creating directory: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/sled-agent/pkg
95432024-12-20T22:01:43.455Z[ host-image] Dec 20 22:01:42.525 INFO O| Dec 20 22:01:42.525 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/sled-agent/pkg
95442024-12-20T22:01:43.455Z[ host-image] Dec 20 22:01:42.525 INFO O| Dec 20 22:01:42.525 INFO STEP 71 (ensure_dir) COMPLETE
95452024-12-20T22:01:43.455Z[ host-image] Dec 20 22:01:42.525 INFO O| Dec 20 22:01:42.525 INFO STEP 72: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
95462024-12-20T22:01:43.460Z[ host-image] Dec 20 22:01:42.535 INFO O| Dec 20 22:01:42.535 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/sled-agent/pkg/config.toml does not exist
95472024-12-20T22:01:43.463Z[ host-image] Dec 20 22:01:42.535 INFO O| Dec 20 22:01:42.535 INFO copying /tmp/.tmpz5fbTL/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 ...
95482024-12-20T22:01:43.463Z[ host-image] Dec 20 22:01:42.535 INFO O| Dec 20 22:01:42.535 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/sled-agent/pkg/config.toml
95492024-12-20T22:01:43.463Z[ host-image] Dec 20 22:01:42.535 INFO O| Dec 20 22:01:42.535 INFO ok!
95502024-12-20T22:01:43.463Z[ host-image] Dec 20 22:01:42.535 INFO O| Dec 20 22:01:42.535 INFO STEP 72 (ensure_file) COMPLETE
95512024-12-20T22:01:43.463Z[ host-image] Dec 20 22:01:42.535 INFO O| Dec 20 22:01:42.535 INFO STEP 73: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
95522024-12-20T22:01:43.470Z[ host-image] Dec 20 22:01:42.545 INFO O| Dec 20 22:01:42.545 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/sled-agent/pkg/README.md does not exist
95532024-12-20T22:01:43.470Z[ host-image] Dec 20 22:01:42.545 INFO O| Dec 20 22:01:42.545 INFO copying /tmp/.tmpz5fbTL/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 ...
95542024-12-20T22:01:43.470Z[ host-image] Dec 20 22:01:42.545 INFO O| Dec 20 22:01:42.545 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/sled-agent/pkg/README.md
95552024-12-20T22:01:43.473Z[ host-image] Dec 20 22:01:42.545 INFO O| Dec 20 22:01:42.545 INFO ok!
95562024-12-20T22:01:43.474Z[ host-image] Dec 20 22:01:42.545 INFO O| Dec 20 22:01:42.545 INFO STEP 73 (ensure_file) COMPLETE
95572024-12-20T22:01:43.474Z[ host-image] Dec 20 22:01:42.545 INFO O| Dec 20 22:01:42.545 INFO STEP 74: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
95582024-12-20T22:01:43.480Z[ host-image] Dec 20 22:01:42.554 INFO O| Dec 20 22:01:42.554 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/sled-agent/VERSION does not exist
95592024-12-20T22:01:43.483Z[ host-image] Dec 20 22:01:42.554 INFO O| Dec 20 22:01:42.554 INFO copying /tmp/.tmpz5fbTL/proto/host/root/opt/oxide/sled-agent/VERSION -> /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/sled-agent/VERSION ...
95602024-12-20T22:01:43.483Z[ host-image] Dec 20 22:01:42.555 INFO O| Dec 20 22:01:42.554 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/sled-agent/VERSION
95612024-12-20T22:01:43.484Z[ host-image] Dec 20 22:01:42.555 INFO O| Dec 20 22:01:42.554 INFO ok!
95622024-12-20T22:01:43.484Z[ host-image] Dec 20 22:01:42.555 INFO O| Dec 20 22:01:42.555 INFO STEP 74 (ensure_file) COMPLETE
95632024-12-20T22:01:43.484Z[ host-image] Dec 20 22:01:42.555 INFO O| Dec 20 22:01:42.555 INFO STEP 75: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
95642024-12-20T22:01:43.489Z[ host-image] Dec 20 22:01:42.565 INFO O| Dec 20 22:01:42.565 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/overlay.tar.gz does not exist
95652024-12-20T22:01:43.489Z[ host-image] Dec 20 22:01:42.565 INFO O| Dec 20 22:01:42.565 INFO copying /tmp/.tmpz5fbTL/proto/host/root/opt/oxide/overlay.tar.gz -> /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/overlay.tar.gz ...
95662024-12-20T22:01:43.492Z[ host-image] Dec 20 22:01:42.565 INFO O| Dec 20 22:01:42.565 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/overlay.tar.gz
95672024-12-20T22:01:43.492Z[ host-image] Dec 20 22:01:42.565 INFO O| Dec 20 22:01:42.565 INFO ok!
95682024-12-20T22:01:43.492Z[ host-image] Dec 20 22:01:42.565 INFO O| Dec 20 22:01:42.565 INFO STEP 75 (ensure_file) COMPLETE
95692024-12-20T22:01:43.492Z[ host-image] Dec 20 22:01:42.565 INFO O| Dec 20 22:01:42.565 INFO STEP 76: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
95702024-12-20T22:01:43.499Z[ host-image] Dec 20 22:01:42.574 INFO O| Dec 20 22:01:42.574 INFO creating directory: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/oxlog
95712024-12-20T22:01:43.500Z[ host-image] Dec 20 22:01:42.574 INFO O| Dec 20 22:01:42.574 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/oxlog
95722024-12-20T22:01:43.500Z[ host-image] Dec 20 22:01:42.574 INFO O| Dec 20 22:01:42.574 INFO STEP 76 (ensure_dir) COMPLETE
95732024-12-20T22:01:43.503Z[ host-image] Dec 20 22:01:42.574 INFO O| Dec 20 22:01:42.574 INFO STEP 77: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
95742024-12-20T22:01:43.509Z[ host-image] Dec 20 22:01:42.584 INFO O| Dec 20 22:01:42.584 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/oxlog/oxlog does not exist
95752024-12-20T22:01:43.509Z[ host-image] Dec 20 22:01:42.584 INFO O| Dec 20 22:01:42.584 INFO copying /tmp/.tmpz5fbTL/proto/host/root/opt/oxide/oxlog/oxlog -> /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/oxlog/oxlog ...
95762024-12-20T22:01:43.513Z[ host-image] Dec 20 22:01:42.588 INFO O| Dec 20 22:01:42.588 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/oxlog/oxlog
95772024-12-20T22:01:43.513Z[ host-image] Dec 20 22:01:42.588 INFO O| Dec 20 22:01:42.588 INFO ok!
95782024-12-20T22:01:43.515Z[ host-image] Dec 20 22:01:42.588 INFO O| Dec 20 22:01:42.588 INFO STEP 77 (ensure_file) COMPLETE
95792024-12-20T22:01:43.516Z[ host-image] Dec 20 22:01:42.588 INFO O| Dec 20 22:01:42.588 INFO STEP 78: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
95802024-12-20T22:01:43.523Z[ host-image] Dec 20 22:01:42.598 INFO O| Dec 20 22:01:42.598 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/oxlog/VERSION does not exist
95812024-12-20T22:01:43.523Z[ host-image] Dec 20 22:01:42.598 INFO O| Dec 20 22:01:42.598 INFO copying /tmp/.tmpz5fbTL/proto/host/root/opt/oxide/oxlog/VERSION -> /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/oxlog/VERSION ...
95822024-12-20T22:01:43.526Z[ host-image] Dec 20 22:01:42.598 INFO O| Dec 20 22:01:42.598 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/oxlog/VERSION
95832024-12-20T22:01:43.526Z[ host-image] Dec 20 22:01:42.598 INFO O| Dec 20 22:01:42.598 INFO ok!
95842024-12-20T22:01:43.526Z[ host-image] Dec 20 22:01:42.598 INFO O| Dec 20 22:01:42.598 INFO STEP 78 (ensure_file) COMPLETE
95852024-12-20T22:01:43.526Z[ host-image] Dec 20 22:01:42.598 INFO O| Dec 20 22:01:42.598 INFO STEP 79: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
95862024-12-20T22:01:43.532Z[ host-image] Dec 20 22:01:42.607 INFO O| Dec 20 22:01:42.607 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/propolis-server.tar.gz does not exist
95872024-12-20T22:01:43.532Z[ host-image] Dec 20 22:01:42.607 INFO O| Dec 20 22:01:42.607 INFO copying /tmp/.tmpz5fbTL/proto/host/root/opt/oxide/propolis-server.tar.gz -> /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/propolis-server.tar.gz ...
95882024-12-20T22:01:44.167Z[ host-image] Dec 20 22:01:43.242 INFO O| Dec 20 22:01:43.242 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/propolis-server.tar.gz
95892024-12-20T22:01:44.167Z[ host-image] Dec 20 22:01:43.242 INFO O| Dec 20 22:01:43.242 INFO ok!
95902024-12-20T22:01:44.171Z[ host-image] Dec 20 22:01:43.242 INFO O| Dec 20 22:01:43.242 INFO STEP 79 (ensure_file) COMPLETE
95912024-12-20T22:01:44.171Z[ host-image] Dec 20 22:01:43.242 INFO O| Dec 20 22:01:43.242 INFO STEP 80: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
95922024-12-20T22:01:44.178Z[ host-image] Dec 20 22:01:43.253 INFO O| Dec 20 22:01:43.253 INFO creating directory: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/pumpkind
95932024-12-20T22:01:44.179Z[ host-image] Dec 20 22:01:43.253 INFO O| Dec 20 22:01:43.253 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/pumpkind
95942024-12-20T22:01:44.182Z[ host-image] Dec 20 22:01:43.253 INFO O| Dec 20 22:01:43.253 INFO STEP 80 (ensure_dir) COMPLETE
95952024-12-20T22:01:44.183Z[ host-image] Dec 20 22:01:43.253 INFO O| Dec 20 22:01:43.253 INFO STEP 81: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
95962024-12-20T22:01:44.191Z[ host-image] Dec 20 22:01:43.263 INFO O| Dec 20 22:01:43.263 INFO creating directory: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/pumpkind/lib
95972024-12-20T22:01:44.191Z[ host-image] Dec 20 22:01:43.263 INFO O| Dec 20 22:01:43.263 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/pumpkind/lib
95982024-12-20T22:01:44.191Z[ host-image] Dec 20 22:01:43.263 INFO O| Dec 20 22:01:43.263 INFO STEP 81 (ensure_dir) COMPLETE
95992024-12-20T22:01:44.195Z[ host-image] Dec 20 22:01:43.263 INFO O| Dec 20 22:01:43.263 INFO STEP 82: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
96002024-12-20T22:01:44.198Z[ host-image] Dec 20 22:01:43.273 INFO O| Dec 20 22:01:43.273 INFO creating directory: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/pumpkind/lib/svc
96012024-12-20T22:01:44.198Z[ host-image] Dec 20 22:01:43.273 INFO O| Dec 20 22:01:43.273 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/pumpkind/lib/svc
96022024-12-20T22:01:44.198Z[ host-image] Dec 20 22:01:43.273 INFO O| Dec 20 22:01:43.273 INFO STEP 82 (ensure_dir) COMPLETE
96032024-12-20T22:01:44.199Z[ host-image] Dec 20 22:01:43.273 INFO O| Dec 20 22:01:43.273 INFO STEP 83: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
96042024-12-20T22:01:44.208Z[ host-image] Dec 20 22:01:43.282 INFO O| Dec 20 22:01:43.282 INFO creating directory: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/pumpkind/lib/svc/manifest
96052024-12-20T22:01:44.211Z[ host-image] Dec 20 22:01:43.283 INFO O| Dec 20 22:01:43.283 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/pumpkind/lib/svc/manifest
96062024-12-20T22:01:44.211Z[ host-image] Dec 20 22:01:43.283 INFO O| Dec 20 22:01:43.283 INFO STEP 83 (ensure_dir) COMPLETE
96072024-12-20T22:01:44.211Z[ host-image] Dec 20 22:01:43.283 INFO O| Dec 20 22:01:43.283 INFO STEP 84: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
96082024-12-20T22:01:44.222Z[ host-image] Dec 20 22:01:43.293 INFO O| Dec 20 22:01:43.293 INFO creating directory: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/pumpkind/lib/svc/manifest/system
96092024-12-20T22:01:44.223Z[ host-image] Dec 20 22:01:43.293 INFO O| Dec 20 22:01:43.293 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/pumpkind/lib/svc/manifest/system
96102024-12-20T22:01:44.237Z[ host-image] Dec 20 22:01:43.293 INFO O| Dec 20 22:01:43.293 INFO STEP 84 (ensure_dir) COMPLETE
96112024-12-20T22:01:44.237Z[ host-image] Dec 20 22:01:43.293 INFO O| Dec 20 22:01:43.293 INFO STEP 85: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
96122024-12-20T22:01:44.237Z[ host-image] Dec 20 22:01:43.303 INFO O| Dec 20 22:01:43.303 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/pumpkind/lib/svc/manifest/system/pumpkind.xml does not exist
96132024-12-20T22:01:44.237Z[ host-image] Dec 20 22:01:43.303 INFO O| Dec 20 22:01:43.303 INFO copying /tmp/.tmpz5fbTL/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 ...
96142024-12-20T22:01:44.237Z[ host-image] Dec 20 22:01:43.303 INFO O| Dec 20 22:01:43.303 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/pumpkind/lib/svc/manifest/system/pumpkind.xml
96152024-12-20T22:01:44.237Z[ host-image] Dec 20 22:01:43.303 INFO O| Dec 20 22:01:43.303 INFO ok!
96162024-12-20T22:01:44.237Z[ host-image] Dec 20 22:01:43.303 INFO O| Dec 20 22:01:43.303 INFO STEP 85 (ensure_file) COMPLETE
96172024-12-20T22:01:44.237Z[ host-image] Dec 20 22:01:43.303 INFO O| Dec 20 22:01:43.303 INFO STEP 86: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
96182024-12-20T22:01:44.241Z[ host-image] Dec 20 22:01:43.313 INFO O| Dec 20 22:01:43.313 INFO creating directory: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/pumpkind/bin
96192024-12-20T22:01:44.241Z[ host-image] Dec 20 22:01:43.313 INFO O| Dec 20 22:01:43.313 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/pumpkind/bin
96202024-12-20T22:01:44.241Z[ host-image] Dec 20 22:01:43.313 INFO O| Dec 20 22:01:43.313 INFO STEP 86 (ensure_dir) COMPLETE
96212024-12-20T22:01:44.241Z[ host-image] Dec 20 22:01:43.313 INFO O| Dec 20 22:01:43.313 INFO STEP 87: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
96222024-12-20T22:01:44.247Z[ host-image] Dec 20 22:01:43.323 INFO O| Dec 20 22:01:43.323 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/pumpkind/bin/svc-pumpkind does not exist
96232024-12-20T22:01:44.247Z[ host-image] Dec 20 22:01:43.323 INFO O| Dec 20 22:01:43.323 INFO copying /tmp/.tmpz5fbTL/proto/host/root/opt/oxide/pumpkind/bin/svc-pumpkind -> /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/pumpkind/bin/svc-pumpkind ...
96242024-12-20T22:01:44.252Z[ host-image] Dec 20 22:01:43.323 INFO O| Dec 20 22:01:43.323 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/pumpkind/bin/svc-pumpkind
96252024-12-20T22:01:44.252Z[ host-image] Dec 20 22:01:43.323 INFO O| Dec 20 22:01:43.323 INFO ok!
96262024-12-20T22:01:44.252Z[ host-image] Dec 20 22:01:43.323 INFO O| Dec 20 22:01:43.323 INFO STEP 87 (ensure_file) COMPLETE
96272024-12-20T22:01:44.252Z[ host-image] Dec 20 22:01:43.323 INFO O| Dec 20 22:01:43.323 INFO STEP 88: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
96282024-12-20T22:01:44.257Z[ host-image] Dec 20 22:01:43.332 INFO O| Dec 20 22:01:43.332 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/pumpkind/bin/pumpkinadm does not exist
96292024-12-20T22:01:44.260Z[ host-image] Dec 20 22:01:43.332 INFO O| Dec 20 22:01:43.332 INFO copying /tmp/.tmpz5fbTL/proto/host/root/opt/oxide/pumpkind/bin/pumpkinadm -> /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/pumpkind/bin/pumpkinadm ...
96302024-12-20T22:01:44.504Z[ host-image] Dec 20 22:01:43.579 INFO O| Dec 20 22:01:43.579 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/pumpkind/bin/pumpkinadm
96312024-12-20T22:01:44.504Z[ host-image] Dec 20 22:01:43.579 INFO O| Dec 20 22:01:43.579 INFO ok!
96322024-12-20T22:01:44.504Z[ host-image] Dec 20 22:01:43.579 INFO O| Dec 20 22:01:43.579 INFO STEP 88 (ensure_file) COMPLETE
96332024-12-20T22:01:44.507Z[ host-image] Dec 20 22:01:43.579 INFO O| Dec 20 22:01:43.579 INFO STEP 89: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
96342024-12-20T22:01:44.515Z[ host-image] Dec 20 22:01:43.590 INFO O| Dec 20 22:01:43.590 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/pumpkind/bin/pumpkind does not exist
96352024-12-20T22:01:44.515Z[ host-image] Dec 20 22:01:43.590 INFO O| Dec 20 22:01:43.590 INFO copying /tmp/.tmpz5fbTL/proto/host/root/opt/oxide/pumpkind/bin/pumpkind -> /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/pumpkind/bin/pumpkind ...
96362024-12-20T22:01:45.057Z[ host-image] Dec 20 22:01:44.132 INFO O| Dec 20 22:01:44.132 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/pumpkind/bin/pumpkind
96372024-12-20T22:01:45.057Z[ host-image] Dec 20 22:01:44.132 INFO O| Dec 20 22:01:44.132 INFO ok!
96382024-12-20T22:01:45.058Z[ host-image] Dec 20 22:01:44.132 INFO O| Dec 20 22:01:44.132 INFO STEP 89 (ensure_file) COMPLETE
96392024-12-20T22:01:45.061Z[ host-image] Dec 20 22:01:44.132 INFO O| Dec 20 22:01:44.132 INFO STEP 90: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
96402024-12-20T22:01:45.068Z[ host-image] Dec 20 22:01:44.143 INFO O| Dec 20 22:01:44.143 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/pumpkind/VERSION does not exist
96412024-12-20T22:01:45.068Z[ host-image] Dec 20 22:01:44.143 INFO O| Dec 20 22:01:44.143 INFO copying /tmp/.tmpz5fbTL/proto/host/root/opt/oxide/pumpkind/VERSION -> /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/pumpkind/VERSION ...
96422024-12-20T22:01:45.071Z[ host-image] Dec 20 22:01:44.143 INFO O| Dec 20 22:01:44.143 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/pumpkind/VERSION
96432024-12-20T22:01:45.071Z[ host-image] Dec 20 22:01:44.143 INFO O| Dec 20 22:01:44.143 INFO ok!
96442024-12-20T22:01:45.071Z[ host-image] Dec 20 22:01:44.143 INFO O| Dec 20 22:01:44.143 INFO STEP 90 (ensure_file) COMPLETE
96452024-12-20T22:01:45.071Z[ host-image] Dec 20 22:01:44.143 INFO O| Dec 20 22:01:44.143 INFO STEP 91: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
96462024-12-20T22:01:45.078Z[ host-image] Dec 20 22:01:44.153 INFO O| Dec 20 22:01:44.153 INFO creating directory: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace
96472024-12-20T22:01:45.082Z[ host-image] Dec 20 22:01:44.153 INFO O| Dec 20 22:01:44.153 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace
96482024-12-20T22:01:45.082Z[ host-image] Dec 20 22:01:44.153 INFO O| Dec 20 22:01:44.153 INFO STEP 91 (ensure_dir) COMPLETE
96492024-12-20T22:01:45.082Z[ host-image] Dec 20 22:01:44.153 INFO O| Dec 20 22:01:44.153 INFO STEP 92: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
96502024-12-20T22:01:45.089Z[ host-image] Dec 20 22:01:44.163 INFO O| Dec 20 22:01:44.163 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/upstairs_repair.d does not exist
96512024-12-20T22:01:45.089Z[ host-image] Dec 20 22:01:44.163 INFO O| Dec 20 22:01:44.163 INFO copying /tmp/.tmpz5fbTL/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 ...
96522024-12-20T22:01:45.089Z[ host-image] Dec 20 22:01:44.164 INFO O| Dec 20 22:01:44.163 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/upstairs_repair.d
96532024-12-20T22:01:45.089Z[ host-image] Dec 20 22:01:44.164 INFO O| Dec 20 22:01:44.163 INFO ok!
96542024-12-20T22:01:45.089Z[ host-image] Dec 20 22:01:44.164 INFO O| Dec 20 22:01:44.164 INFO STEP 92 (ensure_file) COMPLETE
96552024-12-20T22:01:45.089Z[ host-image] Dec 20 22:01:44.164 INFO O| Dec 20 22:01:44.164 INFO STEP 93: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
96562024-12-20T22:01:45.098Z[ host-image] Dec 20 22:01:44.173 INFO O| Dec 20 22:01:44.173 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/upstairs_raw.d does not exist
96572024-12-20T22:01:45.101Z[ host-image] Dec 20 22:01:44.173 INFO O| Dec 20 22:01:44.173 INFO copying /tmp/.tmpz5fbTL/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 ...
96582024-12-20T22:01:45.101Z[ host-image] Dec 20 22:01:44.173 INFO O| Dec 20 22:01:44.173 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/upstairs_raw.d
96592024-12-20T22:01:45.101Z[ host-image] Dec 20 22:01:44.173 INFO O| Dec 20 22:01:44.173 INFO ok!
96602024-12-20T22:01:45.102Z[ host-image] Dec 20 22:01:44.174 INFO O| Dec 20 22:01:44.173 INFO STEP 93 (ensure_file) COMPLETE
96612024-12-20T22:01:45.102Z[ host-image] Dec 20 22:01:44.174 INFO O| Dec 20 22:01:44.173 INFO STEP 94: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
96622024-12-20T22:01:45.108Z[ host-image] Dec 20 22:01:44.183 INFO O| Dec 20 22:01:44.183 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/upstairs_info.d does not exist
96632024-12-20T22:01:45.108Z[ host-image] Dec 20 22:01:44.183 INFO O| Dec 20 22:01:44.183 INFO copying /tmp/.tmpz5fbTL/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 ...
96642024-12-20T22:01:45.111Z[ host-image] Dec 20 22:01:44.183 INFO O| Dec 20 22:01:44.183 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/upstairs_info.d
96652024-12-20T22:01:45.111Z[ host-image] Dec 20 22:01:44.183 INFO O| Dec 20 22:01:44.183 INFO ok!
96662024-12-20T22:01:45.111Z[ host-image] Dec 20 22:01:44.183 INFO O| Dec 20 22:01:44.183 INFO STEP 94 (ensure_file) COMPLETE
96672024-12-20T22:01:45.111Z[ host-image] Dec 20 22:01:44.183 INFO O| Dec 20 22:01:44.183 INFO STEP 95: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
96682024-12-20T22:01:45.120Z[ host-image] Dec 20 22:01:44.193 INFO O| Dec 20 22:01:44.193 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/upstairs_count.d does not exist
96692024-12-20T22:01:45.120Z[ host-image] Dec 20 22:01:44.193 INFO O| Dec 20 22:01:44.193 INFO copying /tmp/.tmpz5fbTL/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 ...
96702024-12-20T22:01:45.124Z[ host-image] Dec 20 22:01:44.193 INFO O| Dec 20 22:01:44.193 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/upstairs_count.d
96712024-12-20T22:01:45.124Z[ host-image] Dec 20 22:01:44.193 INFO O| Dec 20 22:01:44.193 INFO ok!
96722024-12-20T22:01:45.124Z[ host-image] Dec 20 22:01:44.193 INFO O| Dec 20 22:01:44.193 INFO STEP 95 (ensure_file) COMPLETE
96732024-12-20T22:01:45.124Z[ host-image] Dec 20 22:01:44.193 INFO O| Dec 20 22:01:44.193 INFO STEP 96: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
96742024-12-20T22:01:45.133Z[ host-image] Dec 20 22:01:44.203 INFO O| Dec 20 22:01:44.203 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/upstairs_action.d does not exist
96752024-12-20T22:01:45.137Z[ host-image] Dec 20 22:01:44.203 INFO O| Dec 20 22:01:44.203 INFO copying /tmp/.tmpz5fbTL/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 ...
96762024-12-20T22:01:45.137Z[ host-image] Dec 20 22:01:44.203 INFO O| Dec 20 22:01:44.203 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/upstairs_action.d
96772024-12-20T22:01:45.137Z[ host-image] Dec 20 22:01:44.203 INFO O| Dec 20 22:01:44.203 INFO ok!
96782024-12-20T22:01:45.137Z[ host-image] Dec 20 22:01:44.203 INFO O| Dec 20 22:01:44.203 INFO STEP 96 (ensure_file) COMPLETE
96792024-12-20T22:01:45.137Z[ host-image] Dec 20 22:01:44.203 INFO O| Dec 20 22:01:44.203 INFO STEP 97: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
96802024-12-20T22:01:45.141Z[ host-image] Dec 20 22:01:44.213 INFO O| Dec 20 22:01:44.213 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/tracegw.d does not exist
96812024-12-20T22:01:45.141Z[ host-image] Dec 20 22:01:44.213 INFO O| Dec 20 22:01:44.213 INFO copying /tmp/.tmpz5fbTL/proto/host/root/opt/oxide/crucible_dtrace/tracegw.d -> /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/tracegw.d ...
96822024-12-20T22:01:45.141Z[ host-image] Dec 20 22:01:44.213 INFO O| Dec 20 22:01:44.213 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/tracegw.d
96832024-12-20T22:01:45.141Z[ host-image] Dec 20 22:01:44.213 INFO O| Dec 20 22:01:44.213 INFO ok!
96842024-12-20T22:01:45.141Z[ host-image] Dec 20 22:01:44.213 INFO O| Dec 20 22:01:44.213 INFO STEP 97 (ensure_file) COMPLETE
96852024-12-20T22:01:45.141Z[ host-image] Dec 20 22:01:44.213 INFO O| Dec 20 22:01:44.213 INFO STEP 98: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
96862024-12-20T22:01:45.149Z[ host-image] Dec 20 22:01:44.223 INFO O| Dec 20 22:01:44.222 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/trace-vol.d does not exist
96872024-12-20T22:01:45.149Z[ host-image] Dec 20 22:01:44.223 INFO O| Dec 20 22:01:44.223 INFO copying /tmp/.tmpz5fbTL/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 ...
96882024-12-20T22:01:45.164Z[ host-image] Dec 20 22:01:44.223 INFO O| Dec 20 22:01:44.223 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/trace-vol.d
96892024-12-20T22:01:45.164Z[ host-image] Dec 20 22:01:44.223 INFO O| Dec 20 22:01:44.223 INFO ok!
96902024-12-20T22:01:45.164Z[ host-image] Dec 20 22:01:44.223 INFO O| Dec 20 22:01:44.223 INFO STEP 98 (ensure_file) COMPLETE
96912024-12-20T22:01:45.164Z[ host-image] Dec 20 22:01:44.223 INFO O| Dec 20 22:01:44.223 INFO STEP 99: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
96922024-12-20T22:01:45.164Z[ host-image] Dec 20 22:01:44.232 INFO O| Dec 20 22:01:44.232 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/sled_upstairs_info.d does not exist
96932024-12-20T22:01:45.164Z[ host-image] Dec 20 22:01:44.232 INFO O| Dec 20 22:01:44.232 INFO copying /tmp/.tmpz5fbTL/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 ...
96942024-12-20T22:01:45.164Z[ host-image] Dec 20 22:01:44.232 INFO O| Dec 20 22:01:44.232 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/sled_upstairs_info.d
96952024-12-20T22:01:45.164Z[ host-image] Dec 20 22:01:44.232 INFO O| Dec 20 22:01:44.232 INFO ok!
96962024-12-20T22:01:45.164Z[ host-image] Dec 20 22:01:44.233 INFO O| Dec 20 22:01:44.232 INFO STEP 99 (ensure_file) COMPLETE
96972024-12-20T22:01:45.164Z[ host-image] Dec 20 22:01:44.233 INFO O| Dec 20 22:01:44.232 INFO STEP 100: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
96982024-12-20T22:01:45.168Z[ host-image] Dec 20 22:01:44.242 INFO O| Dec 20 22:01:44.242 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/single_up_info.d does not exist
96992024-12-20T22:01:45.168Z[ host-image] Dec 20 22:01:44.242 INFO O| Dec 20 22:01:44.242 INFO copying /tmp/.tmpz5fbTL/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 ...
97002024-12-20T22:01:45.168Z[ host-image] Dec 20 22:01:44.242 INFO O| Dec 20 22:01:44.242 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/single_up_info.d
97012024-12-20T22:01:45.168Z[ host-image] Dec 20 22:01:44.242 INFO O| Dec 20 22:01:44.242 INFO ok!
97022024-12-20T22:01:45.168Z[ host-image] Dec 20 22:01:44.242 INFO O| Dec 20 22:01:44.242 INFO STEP 100 (ensure_file) COMPLETE
97032024-12-20T22:01:45.168Z[ host-image] Dec 20 22:01:44.242 INFO O| Dec 20 22:01:44.242 INFO STEP 101: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
97042024-12-20T22:01:45.177Z[ host-image] Dec 20 22:01:44.252 INFO O| Dec 20 22:01:44.252 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/perfgw.d does not exist
97052024-12-20T22:01:45.177Z[ host-image] Dec 20 22:01:44.252 INFO O| Dec 20 22:01:44.252 INFO copying /tmp/.tmpz5fbTL/proto/host/root/opt/oxide/crucible_dtrace/perfgw.d -> /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/perfgw.d ...
97062024-12-20T22:01:45.177Z[ host-image] Dec 20 22:01:44.252 INFO O| Dec 20 22:01:44.252 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/perfgw.d
97072024-12-20T22:01:45.180Z[ host-image] Dec 20 22:01:44.252 INFO O| Dec 20 22:01:44.252 INFO ok!
97082024-12-20T22:01:45.180Z[ host-image] Dec 20 22:01:44.252 INFO O| Dec 20 22:01:44.252 INFO STEP 101 (ensure_file) COMPLETE
97092024-12-20T22:01:45.180Z[ host-image] Dec 20 22:01:44.252 INFO O| Dec 20 22:01:44.252 INFO STEP 102: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
97102024-12-20T22:01:45.187Z[ host-image] Dec 20 22:01:44.262 INFO O| Dec 20 22:01:44.262 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/perf-vol.d does not exist
97112024-12-20T22:01:45.188Z[ host-image] Dec 20 22:01:44.262 INFO O| Dec 20 22:01:44.262 INFO copying /tmp/.tmpz5fbTL/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 ...
97122024-12-20T22:01:45.191Z[ host-image] Dec 20 22:01:44.262 INFO O| Dec 20 22:01:44.262 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/perf-vol.d
97132024-12-20T22:01:45.191Z[ host-image] Dec 20 22:01:44.262 INFO O| Dec 20 22:01:44.262 INFO ok!
97142024-12-20T22:01:45.191Z[ host-image] Dec 20 22:01:44.262 INFO O| Dec 20 22:01:44.262 INFO STEP 102 (ensure_file) COMPLETE
97152024-12-20T22:01:45.191Z[ host-image] Dec 20 22:01:44.262 INFO O| Dec 20 22:01:44.262 INFO STEP 103: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
97162024-12-20T22:01:45.197Z[ host-image] Dec 20 22:01:44.272 INFO O| Dec 20 22:01:44.272 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/perf-upstairs-wf.d does not exist
97172024-12-20T22:01:45.197Z[ host-image] Dec 20 22:01:44.272 INFO O| Dec 20 22:01:44.272 INFO copying /tmp/.tmpz5fbTL/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 ...
97182024-12-20T22:01:45.199Z[ host-image] Dec 20 22:01:44.272 INFO O| Dec 20 22:01:44.272 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/perf-upstairs-wf.d
97192024-12-20T22:01:45.200Z[ host-image] Dec 20 22:01:44.272 INFO O| Dec 20 22:01:44.272 INFO ok!
97202024-12-20T22:01:45.200Z[ host-image] Dec 20 22:01:44.272 INFO O| Dec 20 22:01:44.272 INFO STEP 103 (ensure_file) COMPLETE
97212024-12-20T22:01:45.200Z[ host-image] Dec 20 22:01:44.272 INFO O| Dec 20 22:01:44.272 INFO STEP 104: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
97222024-12-20T22:01:45.207Z[ host-image] Dec 20 22:01:44.282 INFO O| Dec 20 22:01:44.282 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/perf-reqwest.d does not exist
97232024-12-20T22:01:45.207Z[ host-image] Dec 20 22:01:44.282 INFO O| Dec 20 22:01:44.282 INFO copying /tmp/.tmpz5fbTL/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 ...
97242024-12-20T22:01:45.207Z[ host-image] Dec 20 22:01:44.282 INFO O| Dec 20 22:01:44.282 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/perf-reqwest.d
97252024-12-20T22:01:45.207Z[ host-image] Dec 20 22:01:44.282 INFO O| Dec 20 22:01:44.282 INFO ok!
97262024-12-20T22:01:45.209Z[ host-image] Dec 20 22:01:44.282 INFO O| Dec 20 22:01:44.282 INFO STEP 104 (ensure_file) COMPLETE
97272024-12-20T22:01:45.210Z[ host-image] Dec 20 22:01:44.282 INFO O| Dec 20 22:01:44.282 INFO STEP 105: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
97282024-12-20T22:01:45.216Z[ host-image] Dec 20 22:01:44.291 INFO O| Dec 20 22:01:44.291 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/perf-online-repair.d does not exist
97292024-12-20T22:01:45.216Z[ host-image] Dec 20 22:01:44.291 INFO O| Dec 20 22:01:44.291 INFO copying /tmp/.tmpz5fbTL/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 ...
97302024-12-20T22:01:45.219Z[ host-image] Dec 20 22:01:44.291 INFO O| Dec 20 22:01:44.291 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/perf-online-repair.d
97312024-12-20T22:01:45.219Z[ host-image] Dec 20 22:01:44.291 INFO O| Dec 20 22:01:44.291 INFO ok!
97322024-12-20T22:01:45.219Z[ host-image] Dec 20 22:01:44.291 INFO O| Dec 20 22:01:44.291 INFO STEP 105 (ensure_file) COMPLETE
97332024-12-20T22:01:45.219Z[ host-image] Dec 20 22:01:44.291 INFO O| Dec 20 22:01:44.291 INFO STEP 106: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
97342024-12-20T22:01:45.226Z[ host-image] Dec 20 22:01:44.301 INFO O| Dec 20 22:01:44.301 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/perf-ds-net.d does not exist
97352024-12-20T22:01:45.226Z[ host-image] Dec 20 22:01:44.301 INFO O| Dec 20 22:01:44.301 INFO copying /tmp/.tmpz5fbTL/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 ...
97362024-12-20T22:01:45.230Z[ host-image] Dec 20 22:01:44.301 INFO O| Dec 20 22:01:44.301 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/perf-ds-net.d
97372024-12-20T22:01:45.230Z[ host-image] Dec 20 22:01:44.301 INFO O| Dec 20 22:01:44.301 INFO ok!
97382024-12-20T22:01:45.230Z[ host-image] Dec 20 22:01:44.301 INFO O| Dec 20 22:01:44.301 INFO STEP 106 (ensure_file) COMPLETE
97392024-12-20T22:01:45.230Z[ host-image] Dec 20 22:01:44.301 INFO O| Dec 20 22:01:44.301 INFO STEP 107: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
97402024-12-20T22:01:45.236Z[ host-image] Dec 20 22:01:44.311 INFO O| Dec 20 22:01:44.311 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/perf-ds-client.d does not exist
97412024-12-20T22:01:45.236Z[ host-image] Dec 20 22:01:44.311 INFO O| Dec 20 22:01:44.311 INFO copying /tmp/.tmpz5fbTL/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 ...
97422024-12-20T22:01:45.239Z[ host-image] Dec 20 22:01:44.311 INFO O| Dec 20 22:01:44.311 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/perf-ds-client.d
97432024-12-20T22:01:45.239Z[ host-image] Dec 20 22:01:44.311 INFO O| Dec 20 22:01:44.311 INFO ok!
97442024-12-20T22:01:45.239Z[ host-image] Dec 20 22:01:44.311 INFO O| Dec 20 22:01:44.311 INFO STEP 107 (ensure_file) COMPLETE
97452024-12-20T22:01:45.239Z[ host-image] Dec 20 22:01:44.311 INFO O| Dec 20 22:01:44.311 INFO STEP 108: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
97462024-12-20T22:01:45.245Z[ host-image] Dec 20 22:01:44.321 INFO O| Dec 20 22:01:44.321 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/perf-downstairs.d does not exist
97472024-12-20T22:01:45.248Z[ host-image] Dec 20 22:01:44.321 INFO O| Dec 20 22:01:44.321 INFO copying /tmp/.tmpz5fbTL/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 ...
97482024-12-20T22:01:45.248Z[ host-image] Dec 20 22:01:44.321 INFO O| Dec 20 22:01:44.321 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/perf-downstairs.d
97492024-12-20T22:01:45.248Z[ host-image] Dec 20 22:01:44.321 INFO O| Dec 20 22:01:44.321 INFO ok!
97502024-12-20T22:01:45.248Z[ host-image] Dec 20 22:01:44.321 INFO O| Dec 20 22:01:44.321 INFO STEP 108 (ensure_file) COMPLETE
97512024-12-20T22:01:45.248Z[ host-image] Dec 20 22:01:44.321 INFO O| Dec 20 22:01:44.321 INFO STEP 109: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
97522024-12-20T22:01:45.255Z[ host-image] Dec 20 22:01:44.331 INFO O| Dec 20 22:01:44.331 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/perf-downstairs-tick.d does not exist
97532024-12-20T22:01:45.255Z[ host-image] Dec 20 22:01:44.331 INFO O| Dec 20 22:01:44.331 INFO copying /tmp/.tmpz5fbTL/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 ...
97542024-12-20T22:01:45.258Z[ host-image] Dec 20 22:01:44.331 INFO O| Dec 20 22:01:44.331 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/perf-downstairs-tick.d
97552024-12-20T22:01:45.258Z[ host-image] Dec 20 22:01:44.331 INFO O| Dec 20 22:01:44.331 INFO ok!
97562024-12-20T22:01:45.258Z[ host-image] Dec 20 22:01:44.331 INFO O| Dec 20 22:01:44.331 INFO STEP 109 (ensure_file) COMPLETE
97572024-12-20T22:01:45.258Z[ host-image] Dec 20 22:01:44.331 INFO O| Dec 20 22:01:44.331 INFO STEP 110: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
97582024-12-20T22:01:45.266Z[ host-image] Dec 20 22:01:44.341 INFO O| Dec 20 22:01:44.341 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/perf-downstairs-three.d does not exist
97592024-12-20T22:01:45.266Z[ host-image] Dec 20 22:01:44.341 INFO O| Dec 20 22:01:44.341 INFO copying /tmp/.tmpz5fbTL/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 ...
97602024-12-20T22:01:45.268Z[ host-image] Dec 20 22:01:44.341 INFO O| Dec 20 22:01:44.341 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/perf-downstairs-three.d
97612024-12-20T22:01:45.268Z[ host-image] Dec 20 22:01:44.341 INFO O| Dec 20 22:01:44.341 INFO ok!
97622024-12-20T22:01:45.268Z[ host-image] Dec 20 22:01:44.341 INFO O| Dec 20 22:01:44.341 INFO STEP 110 (ensure_file) COMPLETE
97632024-12-20T22:01:45.268Z[ host-image] Dec 20 22:01:44.341 INFO O| Dec 20 22:01:44.341 INFO STEP 111: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
97642024-12-20T22:01:45.275Z[ host-image] Dec 20 22:01:44.351 INFO O| Dec 20 22:01:44.351 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/perf-downstairs-os.d does not exist
97652024-12-20T22:01:45.279Z[ host-image] Dec 20 22:01:44.351 INFO O| Dec 20 22:01:44.351 INFO copying /tmp/.tmpz5fbTL/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 ...
97662024-12-20T22:01:45.279Z[ host-image] Dec 20 22:01:44.351 INFO O| Dec 20 22:01:44.351 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/perf-downstairs-os.d
97672024-12-20T22:01:45.279Z[ host-image] Dec 20 22:01:44.351 INFO O| Dec 20 22:01:44.351 INFO ok!
97682024-12-20T22:01:45.279Z[ host-image] Dec 20 22:01:44.351 INFO O| Dec 20 22:01:44.351 INFO STEP 111 (ensure_file) COMPLETE
97692024-12-20T22:01:45.279Z[ host-image] Dec 20 22:01:44.351 INFO O| Dec 20 22:01:44.351 INFO STEP 112: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
97702024-12-20T22:01:45.285Z[ host-image] Dec 20 22:01:44.360 INFO O| Dec 20 22:01:44.360 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/get-lr-state.sh does not exist
97712024-12-20T22:01:45.285Z[ host-image] Dec 20 22:01:44.360 INFO O| Dec 20 22:01:44.360 INFO copying /tmp/.tmpz5fbTL/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 ...
97722024-12-20T22:01:45.286Z[ host-image] Dec 20 22:01:44.361 INFO O| Dec 20 22:01:44.360 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/get-lr-state.sh
97732024-12-20T22:01:45.286Z[ host-image] Dec 20 22:01:44.361 INFO O| Dec 20 22:01:44.361 INFO ok!
97742024-12-20T22:01:45.288Z[ host-image] Dec 20 22:01:44.361 INFO O| Dec 20 22:01:44.361 INFO STEP 112 (ensure_file) COMPLETE
97752024-12-20T22:01:45.288Z[ host-image] Dec 20 22:01:44.361 INFO O| Dec 20 22:01:44.361 INFO STEP 113: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
97762024-12-20T22:01:45.295Z[ host-image] Dec 20 22:01:44.370 INFO O| Dec 20 22:01:44.370 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/get-lr-state.d does not exist
97772024-12-20T22:01:45.295Z[ host-image] Dec 20 22:01:44.370 INFO O| Dec 20 22:01:44.370 INFO copying /tmp/.tmpz5fbTL/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 ...
97782024-12-20T22:01:45.300Z[ host-image] Dec 20 22:01:44.371 INFO O| Dec 20 22:01:44.370 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/get-lr-state.d
97792024-12-20T22:01:45.300Z[ host-image] Dec 20 22:01:44.371 INFO O| Dec 20 22:01:44.371 INFO ok!
97802024-12-20T22:01:45.300Z[ host-image] Dec 20 22:01:44.371 INFO O| Dec 20 22:01:44.371 INFO STEP 113 (ensure_file) COMPLETE
97812024-12-20T22:01:45.300Z[ host-image] Dec 20 22:01:44.371 INFO O| Dec 20 22:01:44.371 INFO STEP 114: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
97822024-12-20T22:01:45.306Z[ host-image] Dec 20 22:01:44.381 INFO O| Dec 20 22:01:44.381 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/get-ds-state.sh does not exist
97832024-12-20T22:01:45.306Z[ host-image] Dec 20 22:01:44.381 INFO O| Dec 20 22:01:44.381 INFO copying /tmp/.tmpz5fbTL/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 ...
97842024-12-20T22:01:45.310Z[ host-image] Dec 20 22:01:44.381 INFO O| Dec 20 22:01:44.381 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/get-ds-state.sh
97852024-12-20T22:01:45.310Z[ host-image] Dec 20 22:01:44.381 INFO O| Dec 20 22:01:44.381 INFO ok!
97862024-12-20T22:01:45.310Z[ host-image] Dec 20 22:01:44.381 INFO O| Dec 20 22:01:44.381 INFO STEP 114 (ensure_file) COMPLETE
97872024-12-20T22:01:45.310Z[ host-image] Dec 20 22:01:44.381 INFO O| Dec 20 22:01:44.381 INFO STEP 115: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
97882024-12-20T22:01:45.319Z[ host-image] Dec 20 22:01:44.390 INFO O| Dec 20 22:01:44.390 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/get-ds-state.d does not exist
97892024-12-20T22:01:45.319Z[ host-image] Dec 20 22:01:44.390 INFO O| Dec 20 22:01:44.390 INFO copying /tmp/.tmpz5fbTL/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 ...
97902024-12-20T22:01:45.322Z[ host-image] Dec 20 22:01:44.391 INFO O| Dec 20 22:01:44.391 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/get-ds-state.d
97912024-12-20T22:01:45.322Z[ host-image] Dec 20 22:01:44.391 INFO O| Dec 20 22:01:44.391 INFO ok!
97922024-12-20T22:01:45.322Z[ host-image] Dec 20 22:01:44.391 INFO O| Dec 20 22:01:44.391 INFO STEP 115 (ensure_file) COMPLETE
97932024-12-20T22:01:45.322Z[ host-image] Dec 20 22:01:44.391 INFO O| Dec 20 22:01:44.391 INFO STEP 116: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
97942024-12-20T22:01:45.325Z[ host-image] Dec 20 22:01:44.400 INFO O| Dec 20 22:01:44.400 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/downstairs_count.d does not exist
97952024-12-20T22:01:45.325Z[ host-image] Dec 20 22:01:44.400 INFO O| Dec 20 22:01:44.400 INFO copying /tmp/.tmpz5fbTL/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 ...
97962024-12-20T22:01:45.328Z[ host-image] Dec 20 22:01:44.400 INFO O| Dec 20 22:01:44.400 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/downstairs_count.d
97972024-12-20T22:01:45.328Z[ host-image] Dec 20 22:01:44.400 INFO O| Dec 20 22:01:44.400 INFO ok!
97982024-12-20T22:01:45.329Z[ host-image] Dec 20 22:01:44.400 INFO O| Dec 20 22:01:44.400 INFO STEP 116 (ensure_file) COMPLETE
97992024-12-20T22:01:45.329Z[ host-image] Dec 20 22:01:44.400 INFO O| Dec 20 22:01:44.400 INFO STEP 117: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
98002024-12-20T22:01:45.335Z[ host-image] Dec 20 22:01:44.410 INFO O| Dec 20 22:01:44.410 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/all_downstairs.d does not exist
98012024-12-20T22:01:45.340Z[ host-image] Dec 20 22:01:44.410 INFO O| Dec 20 22:01:44.410 INFO copying /tmp/.tmpz5fbTL/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 ...
98022024-12-20T22:01:45.340Z[ host-image] Dec 20 22:01:44.410 INFO O| Dec 20 22:01:44.410 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/all_downstairs.d
98032024-12-20T22:01:45.340Z[ host-image] Dec 20 22:01:44.410 INFO O| Dec 20 22:01:44.410 INFO ok!
98042024-12-20T22:01:45.340Z[ host-image] Dec 20 22:01:44.410 INFO O| Dec 20 22:01:44.410 INFO STEP 117 (ensure_file) COMPLETE
98052024-12-20T22:01:45.340Z[ host-image] Dec 20 22:01:44.410 INFO O| Dec 20 22:01:44.410 INFO STEP 118: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
98062024-12-20T22:01:45.345Z[ host-image] Dec 20 22:01:44.420 INFO O| Dec 20 22:01:44.420 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/README.md does not exist
98072024-12-20T22:01:45.345Z[ host-image] Dec 20 22:01:44.420 INFO O| Dec 20 22:01:44.420 INFO copying /tmp/.tmpz5fbTL/proto/host/root/opt/oxide/crucible_dtrace/README.md -> /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/README.md ...
98082024-12-20T22:01:45.348Z[ host-image] Dec 20 22:01:44.420 INFO O| Dec 20 22:01:44.420 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/README.md
98092024-12-20T22:01:45.348Z[ host-image] Dec 20 22:01:44.420 INFO O| Dec 20 22:01:44.420 INFO ok!
98102024-12-20T22:01:45.348Z[ host-image] Dec 20 22:01:44.420 INFO O| Dec 20 22:01:44.420 INFO STEP 118 (ensure_file) COMPLETE
98112024-12-20T22:01:45.348Z[ host-image] Dec 20 22:01:44.420 INFO O| Dec 20 22:01:44.420 INFO STEP 119: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
98122024-12-20T22:01:45.355Z[ host-image] Dec 20 22:01:44.430 INFO O| Dec 20 22:01:44.429 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/dtrace-info.txt does not exist
98132024-12-20T22:01:45.355Z[ host-image] Dec 20 22:01:44.430 INFO O| Dec 20 22:01:44.430 INFO copying /tmp/.tmpz5fbTL/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 ...
98142024-12-20T22:01:45.360Z[ host-image] Dec 20 22:01:44.430 INFO O| Dec 20 22:01:44.430 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/dtrace-info.txt
98152024-12-20T22:01:45.360Z[ host-image] Dec 20 22:01:44.430 INFO O| Dec 20 22:01:44.430 INFO ok!
98162024-12-20T22:01:45.360Z[ host-image] Dec 20 22:01:44.430 INFO O| Dec 20 22:01:44.430 INFO STEP 119 (ensure_file) COMPLETE
98172024-12-20T22:01:45.360Z[ host-image] Dec 20 22:01:44.430 INFO O| Dec 20 22:01:44.430 INFO STEP 120: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
98182024-12-20T22:01:45.364Z[ host-image] Dec 20 22:01:44.439 INFO O| Dec 20 22:01:44.439 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/VERSION does not exist
98192024-12-20T22:01:45.364Z[ host-image] Dec 20 22:01:44.439 INFO O| Dec 20 22:01:44.439 INFO copying /tmp/.tmpz5fbTL/proto/host/root/opt/oxide/crucible_dtrace/VERSION -> /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/VERSION ...
98202024-12-20T22:01:45.367Z[ host-image] Dec 20 22:01:44.439 INFO O| Dec 20 22:01:44.439 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/VERSION
98212024-12-20T22:01:45.367Z[ host-image] Dec 20 22:01:44.439 INFO O| Dec 20 22:01:44.439 INFO ok!
98222024-12-20T22:01:45.367Z[ host-image] Dec 20 22:01:44.439 INFO O| Dec 20 22:01:44.439 INFO STEP 120 (ensure_file) COMPLETE
98232024-12-20T22:01:45.367Z[ host-image] Dec 20 22:01:44.439 INFO O| Dec 20 22:01:44.439 INFO STEP 121: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
98242024-12-20T22:01:45.374Z[ host-image] Dec 20 22:01:44.449 INFO O| Dec 20 22:01:44.449 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/switch.tar.gz does not exist
98252024-12-20T22:01:45.374Z[ host-image] Dec 20 22:01:44.449 INFO O| Dec 20 22:01:44.449 INFO copying /tmp/.tmpz5fbTL/proto/host/root/opt/oxide/switch.tar.gz -> /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/switch.tar.gz ...
98262024-12-20T22:01:48.664Z[ host-image] Dec 20 22:01:47.739 INFO O| Dec 20 22:01:47.739 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/switch.tar.gz
98272024-12-20T22:01:48.664Z[ host-image] Dec 20 22:01:47.739 INFO O| Dec 20 22:01:47.739 INFO ok!
98282024-12-20T22:01:48.667Z[ host-image] Dec 20 22:01:47.739 INFO O| Dec 20 22:01:47.739 INFO STEP 121 (ensure_file) COMPLETE
98292024-12-20T22:01:48.667Z[ host-image] Dec 20 22:01:47.739 INFO O| Dec 20 22:01:47.739 INFO STEP 122: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
98302024-12-20T22:01:48.676Z[ host-image] Dec 20 22:01:47.750 INFO O| Dec 20 22:01:47.750 INFO ownership already OK (0:2), path: /rpool/images/build/host/work/gimlet/zfs/a/lib
98312024-12-20T22:01:48.676Z[ host-image] Dec 20 22:01:47.750 INFO O| Dec 20 22:01:47.750 INFO STEP 122 (ensure_dir) COMPLETE
98322024-12-20T22:01:48.676Z[ host-image] Dec 20 22:01:47.750 INFO O| Dec 20 22:01:47.750 INFO STEP 123: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
98332024-12-20T22:01:48.685Z[ host-image] Dec 20 22:01:47.760 INFO O| Dec 20 22:01:47.760 INFO ownership already OK (0:2), path: /rpool/images/build/host/work/gimlet/zfs/a/lib/svc
98342024-12-20T22:01:48.688Z[ host-image] Dec 20 22:01:47.760 INFO O| Dec 20 22:01:47.760 INFO STEP 123 (ensure_dir) COMPLETE
98352024-12-20T22:01:48.688Z[ host-image] Dec 20 22:01:47.760 INFO O| Dec 20 22:01:47.760 INFO STEP 124: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
98362024-12-20T22:01:48.695Z[ host-image] Dec 20 22:01:47.770 INFO O| Dec 20 22:01:47.769 INFO ownership already OK (0:3), path: /rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest
98372024-12-20T22:01:48.695Z[ host-image] Dec 20 22:01:47.770 INFO O| Dec 20 22:01:47.770 INFO STEP 124 (ensure_dir) COMPLETE
98382024-12-20T22:01:48.697Z[ host-image] Dec 20 22:01:47.770 INFO O| Dec 20 22:01:47.770 INFO STEP 125: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
98392024-12-20T22:01:48.704Z[ host-image] Dec 20 22:01:47.779 INFO O| Dec 20 22:01:47.779 INFO ownership already OK (0:3), path: /rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/site
98402024-12-20T22:01:48.704Z[ host-image] Dec 20 22:01:47.779 INFO O| Dec 20 22:01:47.779 INFO STEP 125 (ensure_dir) COMPLETE
98412024-12-20T22:01:48.708Z[ host-image] Dec 20 22:01:47.779 INFO O| Dec 20 22:01:47.779 INFO STEP 126: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
98422024-12-20T22:01:48.714Z[ host-image] Dec 20 22:01:47.789 INFO O| Dec 20 22:01:47.789 INFO file /rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/site/sled-agent.xml does not exist
98432024-12-20T22:01:48.714Z[ host-image] Dec 20 22:01:47.789 INFO O| Dec 20 22:01:47.789 INFO copying /tmp/.tmpz5fbTL/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 ...
98442024-12-20T22:01:48.717Z[ host-image] Dec 20 22:01:47.789 INFO O| Dec 20 22:01:47.789 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/site/sled-agent.xml
98452024-12-20T22:01:48.717Z[ host-image] Dec 20 22:01:47.789 INFO O| Dec 20 22:01:47.789 INFO ok!
98462024-12-20T22:01:48.717Z[ host-image] Dec 20 22:01:47.789 INFO O| Dec 20 22:01:47.789 INFO STEP 126 (ensure_file) COMPLETE
98472024-12-20T22:01:48.717Z[ host-image] Dec 20 22:01:47.789 INFO O| Dec 20 22:01:47.789 INFO STEP 127: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
98482024-12-20T22:01:48.724Z[ host-image] Dec 20 22:01:47.799 INFO O| Dec 20 22:01:47.799 INFO perms are 700, should be 755, path: /rpool/images/build/host/work/gimlet/zfs/a/root
98492024-12-20T22:01:48.724Z[ host-image] Dec 20 22:01:47.799 INFO O| Dec 20 22:01:47.799 INFO chmod ok, path: /rpool/images/build/host/work/gimlet/zfs/a/root
98502024-12-20T22:01:48.727Z[ host-image] Dec 20 22:01:47.799 INFO O| Dec 20 22:01:47.799 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/root
98512024-12-20T22:01:48.727Z[ host-image] Dec 20 22:01:47.799 INFO O| Dec 20 22:01:47.799 INFO STEP 127 (ensure_dir) COMPLETE
98522024-12-20T22:01:48.727Z[ host-image] Dec 20 22:01:47.799 INFO O| Dec 20 22:01:47.799 INFO STEP 128: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
98532024-12-20T22:01:48.734Z[ host-image] Dec 20 22:01:47.809 INFO O| Dec 20 22:01:47.809 WARN file /rpool/images/build/host/work/gimlet/zfs/a/root/.profile exists, with wrong contents, unlinking
98542024-12-20T22:01:48.737Z[ host-image] Dec 20 22:01:47.809 INFO O| Dec 20 22:01:47.809 INFO copying /tmp/.tmpz5fbTL/proto/host/root/root/.profile -> /rpool/images/build/host/work/gimlet/zfs/a/root/.profile ...
98552024-12-20T22:01:48.737Z[ host-image] Dec 20 22:01:47.809 INFO O| Dec 20 22:01:47.809 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/root/.profile
98562024-12-20T22:01:48.737Z[ host-image] Dec 20 22:01:47.809 INFO O| Dec 20 22:01:47.809 INFO ok!
98572024-12-20T22:01:48.737Z[ host-image] Dec 20 22:01:47.809 INFO O| Dec 20 22:01:47.809 INFO STEP 128 (ensure_file) COMPLETE
98582024-12-20T22:01:48.737Z[ host-image] Dec 20 22:01:47.809 INFO O| Dec 20 22:01:47.809 INFO STEP 129: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
98592024-12-20T22:01:48.745Z[ host-image] Dec 20 22:01:47.819 INFO O| Dec 20 22:01:47.819 INFO remove tree: "/rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/network/ipsec"
98602024-12-20T22:01:48.748Z[ host-image] Dec 20 22:01:47.819 INFO O| Dec 20 22:01:47.819 INFO STEP 129 (remove_files) COMPLETE
98612024-12-20T22:01:48.748Z[ host-image] Dec 20 22:01:47.819 INFO O| Dec 20 22:01:47.819 INFO STEP 130: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
98622024-12-20T22:01:48.754Z[ host-image] Dec 20 22:01:47.829 INFO O| Dec 20 22:01:47.829 INFO remove tree: "/rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/network/ldap"
98632024-12-20T22:01:48.754Z[ host-image] Dec 20 22:01:47.829 INFO O| Dec 20 22:01:47.829 INFO STEP 130 (remove_files) COMPLETE
98642024-12-20T22:01:48.757Z[ host-image] Dec 20 22:01:47.829 INFO O| Dec 20 22:01:47.829 INFO STEP 131: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
98652024-12-20T22:01:48.764Z[ host-image] Dec 20 22:01:47.839 INFO O| Dec 20 22:01:47.839 INFO remove tree: "/rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/network/rpc"
98662024-12-20T22:01:48.767Z[ host-image] Dec 20 22:01:47.839 INFO O| Dec 20 22:01:47.839 INFO STEP 131 (remove_files) COMPLETE
98672024-12-20T22:01:48.767Z[ host-image] Dec 20 22:01:47.839 INFO O| Dec 20 22:01:47.839 INFO STEP 132: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
98682024-12-20T22:01:48.773Z[ host-image] Dec 20 22:01:47.848 INFO O| Dec 20 22:01:47.848 INFO remove tree: "/rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/network/security"
98692024-12-20T22:01:48.776Z[ host-image] Dec 20 22:01:47.848 INFO O| Dec 20 22:01:47.848 INFO STEP 132 (remove_files) COMPLETE
98702024-12-20T22:01:48.776Z[ host-image] Dec 20 22:01:47.848 INFO O| Dec 20 22:01:47.848 INFO STEP 133: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
98712024-12-20T22:01:48.783Z[ host-image] Dec 20 22:01:47.858 INFO O| Dec 20 22:01:47.858 INFO remove tree: "/rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/network/shares"
98722024-12-20T22:01:48.786Z[ host-image] Dec 20 22:01:47.858 INFO O| Dec 20 22:01:47.858 INFO STEP 133 (remove_files) COMPLETE
98732024-12-20T22:01:48.786Z[ host-image] Dec 20 22:01:47.858 INFO O| Dec 20 22:01:47.858 INFO STEP 134: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
98742024-12-20T22:01:48.794Z[ host-image] Dec 20 22:01:47.868 INFO O| Dec 20 22:01:47.868 INFO remove tree: "/rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/network/smb"
98752024-12-20T22:01:48.797Z[ host-image] Dec 20 22:01:47.868 INFO O| Dec 20 22:01:47.868 INFO STEP 134 (remove_files) COMPLETE
98762024-12-20T22:01:48.797Z[ host-image] Dec 20 22:01:47.868 INFO O| Dec 20 22:01:47.868 INFO STEP 135: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
98772024-12-20T22:01:48.803Z[ host-image] Dec 20 22:01:47.878 INFO O| Dec 20 22:01:47.878 INFO remove file: "/rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/application/management/net-snmp.xml"
98782024-12-20T22:01:48.803Z[ host-image] Dec 20 22:01:47.878 INFO O| Dec 20 22:01:47.878 INFO STEP 135 (remove_files) COMPLETE
98792024-12-20T22:01:48.806Z[ host-image] Dec 20 22:01:47.878 INFO O| Dec 20 22:01:47.878 INFO STEP 136: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
98802024-12-20T22:01:48.812Z[ host-image] Dec 20 22:01:47.887 INFO O| Dec 20 22:01:47.887 INFO remove file: "/rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/application/security/tcsd.xml"
98812024-12-20T22:01:48.812Z[ host-image] Dec 20 22:01:47.887 INFO O| Dec 20 22:01:47.887 INFO STEP 136 (remove_files) COMPLETE
98822024-12-20T22:01:48.815Z[ host-image] Dec 20 22:01:47.887 INFO O| Dec 20 22:01:47.887 INFO STEP 137: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
98832024-12-20T22:01:48.823Z[ host-image] Dec 20 22:01:47.897 INFO O| Dec 20 22:01:47.897 INFO remove file: "/rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/network/dns/install.xml"
98842024-12-20T22:01:48.826Z[ host-image] Dec 20 22:01:47.897 INFO O| Dec 20 22:01:47.897 INFO STEP 137 (remove_files) COMPLETE
98852024-12-20T22:01:48.827Z[ host-image] Dec 20 22:01:47.897 INFO O| Dec 20 22:01:47.897 INFO STEP 138: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
98862024-12-20T22:01:48.832Z[ host-image] Dec 20 22:01:47.907 INFO O| Dec 20 22:01:47.906 INFO remove file: "/rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/network/inetd-upgrade.xml"
98872024-12-20T22:01:48.832Z[ host-image] Dec 20 22:01:47.907 INFO O| Dec 20 22:01:47.907 INFO STEP 138 (remove_files) COMPLETE
98882024-12-20T22:01:48.834Z[ host-image] Dec 20 22:01:47.907 INFO O| Dec 20 22:01:47.907 INFO STEP 139: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
98892024-12-20T22:01:48.841Z[ host-image] Dec 20 22:01:47.916 INFO O| Dec 20 22:01:47.916 INFO remove file: "/rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/network/inetd.xml"
98902024-12-20T22:01:48.841Z[ host-image] Dec 20 22:01:47.916 INFO O| Dec 20 22:01:47.916 INFO STEP 139 (remove_files) COMPLETE
98912024-12-20T22:01:48.844Z[ host-image] Dec 20 22:01:47.916 INFO O| Dec 20 22:01:47.916 INFO STEP 140: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
98922024-12-20T22:01:48.851Z[ host-image] Dec 20 22:01:47.926 INFO O| Dec 20 22:01:47.926 INFO remove file: "/rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/network/network-install.xml"
98932024-12-20T22:01:48.851Z[ host-image] Dec 20 22:01:47.926 INFO O| Dec 20 22:01:47.926 INFO STEP 140 (remove_files) COMPLETE
98942024-12-20T22:01:48.854Z[ host-image] Dec 20 22:01:47.926 INFO O| Dec 20 22:01:47.926 INFO STEP 141: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
98952024-12-20T22:01:48.860Z[ host-image] Dec 20 22:01:47.935 INFO O| Dec 20 22:01:47.935 INFO remove file: "/rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/network/network-ipmp.xml"
98962024-12-20T22:01:48.860Z[ host-image] Dec 20 22:01:47.935 INFO O| Dec 20 22:01:47.935 INFO STEP 141 (remove_files) COMPLETE
98972024-12-20T22:01:48.860Z[ host-image] Dec 20 22:01:47.935 INFO O| Dec 20 22:01:47.935 INFO STEP 142: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
98982024-12-20T22:01:48.870Z[ host-image] Dec 20 22:01:47.945 INFO O| Dec 20 22:01:47.945 INFO remove file: "/rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/network/network-iptun.xml"
98992024-12-20T22:01:48.870Z[ host-image] Dec 20 22:01:47.945 INFO O| Dec 20 22:01:47.945 INFO STEP 142 (remove_files) COMPLETE
99002024-12-20T22:01:48.873Z[ host-image] Dec 20 22:01:47.945 INFO O| Dec 20 22:01:47.945 INFO STEP 143: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
99012024-12-20T22:01:48.880Z[ host-image] Dec 20 22:01:47.954 INFO O| Dec 20 22:01:47.954 INFO remove file: "/rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/network/network-location.xml"
99022024-12-20T22:01:48.883Z[ host-image] Dec 20 22:01:47.954 INFO O| Dec 20 22:01:47.954 INFO STEP 143 (remove_files) COMPLETE
99032024-12-20T22:01:48.883Z[ host-image] Dec 20 22:01:47.954 INFO O| Dec 20 22:01:47.954 INFO STEP 144: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
99042024-12-20T22:01:48.890Z[ host-image] Dec 20 22:01:47.965 INFO O| Dec 20 22:01:47.965 INFO remove file: "/rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/network/network-netcfg.xml"
99052024-12-20T22:01:48.890Z[ host-image] Dec 20 22:01:47.965 INFO O| Dec 20 22:01:47.965 INFO STEP 144 (remove_files) COMPLETE
99062024-12-20T22:01:48.892Z[ host-image] Dec 20 22:01:47.965 INFO O| Dec 20 22:01:47.965 INFO STEP 145: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
99072024-12-20T22:01:48.899Z[ host-image] Dec 20 22:01:47.974 INFO O| Dec 20 22:01:47.974 INFO remove file: "/rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/network/routing/rdisc.xml"
99082024-12-20T22:01:48.902Z[ host-image] Dec 20 22:01:47.974 INFO O| Dec 20 22:01:47.974 INFO STEP 145 (remove_files) COMPLETE
99092024-12-20T22:01:48.902Z[ host-image] Dec 20 22:01:47.974 INFO O| Dec 20 22:01:47.974 INFO STEP 146: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
99102024-12-20T22:01:48.909Z[ host-image] Dec 20 22:01:47.984 INFO O| Dec 20 22:01:47.984 INFO remove file: "/rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/network/varpd.xml"
99112024-12-20T22:01:48.912Z[ host-image] Dec 20 22:01:47.984 INFO O| Dec 20 22:01:47.984 INFO STEP 146 (remove_files) COMPLETE
99122024-12-20T22:01:48.912Z[ host-image] Dec 20 22:01:47.984 INFO O| Dec 20 22:01:47.984 INFO STEP 147: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
99132024-12-20T22:01:48.919Z[ host-image] Dec 20 22:01:47.993 INFO O| Dec 20 22:01:47.993 INFO remove file: "/rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/system/device/allocate.xml"
99142024-12-20T22:01:48.919Z[ host-image] Dec 20 22:01:47.994 INFO O| Dec 20 22:01:47.993 INFO STEP 147 (remove_files) COMPLETE
99152024-12-20T22:01:48.922Z[ host-image] Dec 20 22:01:47.994 INFO O| Dec 20 22:01:47.993 INFO STEP 148: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
99162024-12-20T22:01:48.929Z[ host-image] Dec 20 22:01:48.003 INFO O| Dec 20 22:01:48.003 INFO remove file: "/rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/system/device/devices-audio.xml"
99172024-12-20T22:01:48.932Z[ host-image] Dec 20 22:01:48.003 INFO O| Dec 20 22:01:48.003 INFO STEP 148 (remove_files) COMPLETE
99182024-12-20T22:01:48.932Z[ host-image] Dec 20 22:01:48.003 INFO O| Dec 20 22:01:48.003 INFO STEP 149: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
99192024-12-20T22:01:48.938Z[ host-image] Dec 20 22:01:48.013 INFO O| Dec 20 22:01:48.013 INFO remove file: "/rpool/images/build/host/work/gimlet/zfs/a/usr/lib/devfsadm/linkmod/SUNW_audio_link.so"
99202024-12-20T22:01:48.941Z[ host-image] Dec 20 22:01:48.013 INFO O| Dec 20 22:01:48.013 INFO STEP 149 (remove_files) COMPLETE
99212024-12-20T22:01:48.941Z[ host-image] Dec 20 22:01:48.013 INFO O| Dec 20 22:01:48.013 INFO STEP 150: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
99222024-12-20T22:01:48.947Z[ host-image] Dec 20 22:01:48.022 INFO O| Dec 20 22:01:48.022 INFO remove file: "/rpool/images/build/host/work/gimlet/zfs/a/dev/sndstat"
99232024-12-20T22:01:48.951Z[ host-image] Dec 20 22:01:48.023 INFO O| Dec 20 22:01:48.023 INFO STEP 150 (remove_files) COMPLETE
99242024-12-20T22:01:48.951Z[ host-image] Dec 20 22:01:48.023 INFO O| Dec 20 22:01:48.023 INFO STEP 151: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
99252024-12-20T22:01:48.957Z[ host-image] Dec 20 22:01:48.032 INFO O| Dec 20 22:01:48.032 INFO remove file: "/rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/system/device/mpxio-upgrade.xml"
99262024-12-20T22:01:48.960Z[ host-image] Dec 20 22:01:48.032 INFO O| Dec 20 22:01:48.032 INFO STEP 151 (remove_files) COMPLETE
99272024-12-20T22:01:48.960Z[ host-image] Dec 20 22:01:48.032 INFO O| Dec 20 22:01:48.032 INFO STEP 152: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
99282024-12-20T22:01:48.966Z[ host-image] Dec 20 22:01:48.041 INFO O| Dec 20 22:01:48.041 INFO remove file: "/rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/system/hostid.xml"
99292024-12-20T22:01:48.966Z[ host-image] Dec 20 22:01:48.041 INFO O| Dec 20 22:01:48.041 INFO STEP 152 (remove_files) COMPLETE
99302024-12-20T22:01:48.970Z[ host-image] Dec 20 22:01:48.041 INFO O| Dec 20 22:01:48.041 INFO STEP 153: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
99312024-12-20T22:01:48.976Z[ host-image] Dec 20 22:01:48.051 INFO O| Dec 20 22:01:48.051 INFO remove file: "/rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/system/idmap.xml"
99322024-12-20T22:01:48.976Z[ host-image] Dec 20 22:01:48.051 INFO O| Dec 20 22:01:48.051 INFO STEP 153 (remove_files) COMPLETE
99332024-12-20T22:01:48.976Z[ host-image] Dec 20 22:01:48.051 INFO O| Dec 20 22:01:48.051 INFO STEP 154: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
99342024-12-20T22:01:48.986Z[ host-image] Dec 20 22:01:48.061 INFO O| Dec 20 22:01:48.061 INFO remove file: "/rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/system/pkgserv.xml"
99352024-12-20T22:01:48.986Z[ host-image] Dec 20 22:01:48.061 INFO O| Dec 20 22:01:48.061 INFO STEP 154 (remove_files) COMPLETE
99362024-12-20T22:01:48.989Z[ host-image] Dec 20 22:01:48.061 INFO O| Dec 20 22:01:48.061 INFO STEP 155: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
99372024-12-20T22:01:48.995Z[ host-image] Dec 20 22:01:48.070 INFO O| Dec 20 22:01:48.070 INFO remove file: "/rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/system/zones.xml"
99382024-12-20T22:01:48.996Z[ host-image] Dec 20 22:01:48.071 INFO O| Dec 20 22:01:48.071 INFO STEP 155 (remove_files) COMPLETE
99392024-12-20T22:01:48.998Z[ host-image] Dec 20 22:01:48.071 INFO O| Dec 20 22:01:48.071 INFO STEP 156: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
99402024-12-20T22:01:49.006Z[ host-image] Dec 20 22:01:48.081 INFO O| Dec 20 22:01:48.080 INFO remove file: "/rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/system/intrd.xml"
99412024-12-20T22:01:49.006Z[ host-image] Dec 20 22:01:48.081 INFO O| Dec 20 22:01:48.081 INFO STEP 156 (remove_files) COMPLETE
99422024-12-20T22:01:49.009Z[ host-image] Dec 20 22:01:48.081 INFO O| Dec 20 22:01:48.081 INFO STEP 157: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
99432024-12-20T22:01:49.015Z[ host-image] Dec 20 22:01:48.090 INFO O| Dec 20 22:01:48.090 INFO remove file: "/rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/network/chrony.xml"
99442024-12-20T22:01:49.015Z[ host-image] Dec 20 22:01:48.090 INFO O| Dec 20 22:01:48.090 INFO STEP 157 (remove_files) COMPLETE
99452024-12-20T22:01:49.018Z[ host-image] Dec 20 22:01:48.090 INFO O| Dec 20 22:01:48.090 INFO STEP 158: seed_smf, from: /work/oxidecomputer/helios/image/templates/gimlet/zfs.json
99462024-12-20T22:01:49.029Z[ host-image] Dec 20 22:01:48.104 INFO O| Dec 20 22:01:48.104 INFO file /rpool/images/build/host/tmp/gimlet/zfs/repo.db does not already exist, skipping removal
99472024-12-20T22:01:49.029Z[ host-image] Dec 20 22:01:48.104 INFO O| Dec 20 22:01:48.104 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_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"}
99482024-12-20T22:01:58.124Z[ host-image] Dec 20 22:01:57.198 INFO O| Dec 20 22:01:57.198 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
99492024-12-20T22:01:58.124Z[ host-image] Dec 20 22:01:57.198 INFO O| Dec 20 22:01:57.198 INFO E| svccfg: Loaded 74 smf(7) service descriptions
99502024-12-20T22:01:58.141Z[ host-image] Dec 20 22:01:57.215 INFO O| Dec 20 22:01:57.215 INFO exec: ["/usr/sbin/svccfg", "apply", "/rpool/images/build/host/work/gimlet/zfs/a/var/svc/profile/site.xml"], env: {"SVCCFG_CHECKHASH": "1", "SVCCFG_REPOSITORY": "/rpool/images/build/host/tmp/gimlet/zfs/repo.db", "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"}
99512024-12-20T22:01:58.219Z[ host-image] Dec 20 22:01:57.293 INFO O| Dec 20 22:01:57.293 INFO file /rpool/images/build/host/work/gimlet/zfs/a/etc/svc/repository.db does not exist
99522024-12-20T22:01:58.219Z[ host-image] Dec 20 22:01:57.294 INFO O| Dec 20 22:01:57.293 INFO copying /rpool/images/build/host/tmp/gimlet/zfs/repo.db -> /rpool/images/build/host/work/gimlet/zfs/a/etc/svc/repository.db ...
99532024-12-20T22:01:58.222Z[ host-image] Dec 20 22:01:57.295 INFO O| Dec 20 22:01:57.295 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/etc/svc/repository.db
99542024-12-20T22:01:58.222Z[ host-image] Dec 20 22:01:57.295 INFO O| Dec 20 22:01:57.295 INFO ok!
99552024-12-20T22:01:58.222Z[ host-image] Dec 20 22:01:57.295 INFO O| Dec 20 22:01:57.295 INFO file /rpool/images/build/host/tmp/gimlet/zfs/repo.db exists (as File), removing
99562024-12-20T22:01:58.222Z[ host-image] Dec 20 22:01:57.295 INFO O| Dec 20 22:01:57.295 INFO STEP 158 (seed_smf) COMPLETE
99572024-12-20T22:01:58.222Z[ host-image] Dec 20 22:01:57.295 INFO O| Dec 20 22:01:57.295 INFO steps complete; finalising image!
99582024-12-20T22:01:58.222Z[ host-image] Dec 20 22:01:57.295 INFO O| Dec 20 22:01:57.295 INFO TRIM POOL: TEMPORARY-gimlet-zfs
99592024-12-20T22:01:58.361Z[ host-image] Dec 20 22:01:57.435 INFO O| Dec 20 22:01:57.435 INFO trim TEMPORARY-gimlet-zfs: (0% trimmed, started at Fri Dec 20 22:01:57 2024)
99602024-12-20T22:01:58.582Z[ host-image] Dec 20 22:01:57.656 INFO O| Dec 20 22:01:57.656 INFO temporary pool has 688M used, 144M avail, 1.82x compressratio
99612024-12-20T22:01:58.582Z[ host-image] Dec 20 22:01:57.656 INFO O| Dec 20 22:01:57.656 INFO EXPORT POOL: TEMPORARY-gimlet-zfs
99622024-12-20T22:01:58.921Z[ host-image] Dec 20 22:01:57.995 INFO O| Dec 20 22:01:57.995 INFO copying image /rpool/images/build/host/work/gimlet/zfs/lofi.raw to output file /rpool/images/build/host/output/gimlet-zfs.raw
99632024-12-20T22:01:58.921Z[ host-image] Dec 20 22:01:57.995 INFO O| Dec 20 22:01:57.995 INFO file /rpool/images/build/host/output/gimlet-zfs.raw does not already exist, skipping removal
99642024-12-20T22:01:59.899Z[ host-image] Dec 20 22:01:58.973 INFO O| Dec 20 22:01:58.973 INFO perms are 1600, should be 644, path: /rpool/images/build/host/output/gimlet-zfs.raw
99652024-12-20T22:01:59.899Z[ host-image] Dec 20 22:01:58.973 INFO O| Dec 20 22:01:58.973 INFO chmod ok, path: /rpool/images/build/host/output/gimlet-zfs.raw
99662024-12-20T22:01:59.902Z[ host-image] Dec 20 22:01:58.973 INFO O| Dec 20 22:01:58.973 INFO ownership already OK (0:0), path: /rpool/images/build/host/output/gimlet-zfs.raw
99672024-12-20T22:01:59.902Z[ host-image] Dec 20 22:01:58.973 INFO O| Dec 20 22:01:58.973 INFO completed processing gimlet/zfs
99682024-12-20T22:01:59.902Z[ host-image] Dec 20 22:01:58.973 INFO O| Dec 20 22:01:58.973 INFO DESTROY DATASET: rpool/images/build/host/work/gimlet/zfs
99692024-12-20T22:02:08.566Z[ host-image] Dec 20 22:02:07.639 INFO O| Dec 20 22:02:07.639 INFO DESTROY DATASET: rpool/images/build/host/tmp/gimlet/zfs
99702024-12-20T22:02:08.658Z[ host-image] Dec 20 22:02:07.731 INFO BUILD STRING "heads/stlouis-0-g37a4469737\n"
99712024-12-20T22:02:08.661Z[ host-image] Dec 20 22:02:07.731 INFO expanded image name: "ci f0c692d/${os_short_commit} 2024-12-20 21:24" -> "ci f0c692d/37a4469 2024-12-20 21:24"
99722024-12-20T22:02:08.661Z[ host-image] Dec 20 22:02:07.731 INFO output artefacts stored in: "/work/os-host"
99732024-12-20T22:02:08.661Z[ host-image] Dec 20 22:02:07.731 INFO collecting git info from project "amd-host-image-builder"...
99742024-12-20T22:02:08.672Z[ host-image] Dec 20 22:02:07.746 INFO collecting git info from project "bootserver"...
99752024-12-20T22:02:08.677Z[ host-image] Dec 20 22:02:07.750 INFO collecting git info from project "amd-firmware"...
99762024-12-20T22:02:08.685Z[ host-image] Dec 20 22:02:07.758 INFO collecting git info from project "chelsio-t6-roms"...
99772024-12-20T22:02:08.689Z[ host-image] Dec 20 22:02:07.763 INFO collecting git info from project "pilot"...
99782024-12-20T22:02:08.694Z[ host-image] Dec 20 22:02:07.768 INFO collecting git info from project "image-builder"...
99792024-12-20T22:02:08.699Z[ host-image] Dec 20 22:02:07.772 INFO collecting git info from project "pinprick"...
99802024-12-20T22:02:08.703Z[ host-image] Dec 20 22:02:07.776 INFO collecting git info from project "phbl"...
99812024-12-20T22:02:08.707Z[ host-image] Dec 20 22:02:07.781 INFO collecting packaging info "pkg-publishers.txt": ["publisher", "-F", "tsv"]...
99822024-12-20T22:02:09.074Z[ host-image] Dec 20 22:02:08.147 INFO collecting packaging info "pkg-list.txt": ["list", "-H", "-v"]...
99832024-12-20T22:02:09.412Z[ host-image] Dec 20 22:02:08.485 INFO creating Oxide boot image...
99842024-12-20T22:02:09.412Z[ host-image] Dec 20 22:02:08.485 INFO exec: ["/work/oxidecomputer/helios/projects/bootserver/target/release/mkimage", "-i", "/rpool/images/build/host/output/gimlet-zfs.raw", "-N", "ci f0c692d/37a4469 2024-12-20 21:24", "-o", "/work/os-host/zfs.img", "-O", "/work/oxidecomputer/helios/tmp/image.host/boot_image_csum", "-s", "4096"], pwd: None
99852024-12-20T22:02:10.339Z[ host-image] Dec 20 22:02:09.412 INFO O| ok, image written!
99862024-12-20T22:02:10.340Z[ host-image] Dec 20 22:02:09.412 INFO O| ok, boot_image_csum file written!
99872024-12-20T22:02:10.342Z[ host-image] Dec 20 22:02:09.415 INFO creating boot archive (CPIO)...
99882024-12-20T22:02:10.345Z[ host-image] Dec 20 22:02:09.415 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
99892024-12-20T22:02:10.351Z[ host-image] Dec 20 22:02:09.424 INFO E| + root=/rpool/images/build/host/work/gimlet/ramdisk
99902024-12-20T22:02:10.351Z[ host-image] Dec 20 22:02:09.424 INFO E| + outfile=/work/os-host/cpio
99912024-12-20T22:02:10.354Z[ host-image] Dec 20 22:02:09.424 INFO E| + tmpdir=/work/oxidecomputer/helios/tmp/image.host
99922024-12-20T22:02:10.354Z[ host-image] Dec 20 22:02:09.426 INFO E| + cd /rpool/images/build/host/work/gimlet/ramdisk
99932024-12-20T22:02:10.354Z[ host-image] Dec 20 22:02:09.426 INFO E| + cpio -qo -H odc -O /work/os-host/cpio
99942024-12-20T22:02:10.393Z[ host-image] Dec 20 22:02:09.466 INFO E| + cd /work/oxidecomputer/helios/tmp/image.host
99952024-12-20T22:02:10.393Z[ host-image] Dec 20 22:02:09.466 INFO E| + cpio -qo -H odc -AO /work/os-host/cpio
99962024-12-20T22:02:10.400Z[ host-image] Dec 20 22:02:09.473 INFO creating compressed cpio/unix for nanobl-rs...
99972024-12-20T22:02:10.400Z[ host-image] Dec 20 22:02:09.474 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
99982024-12-20T22:02:10.702Z[ host-image] Dec 20 22:02:09.775 INFO exec: ["bash", "-c", "\'/work/oxidecomputer/helios/projects/pinprick/target/release/pinprick\' \'/work/os-host/cpio\' >\'/work/os-host/cpio.z\'"], pwd: None
99992024-12-20T22:02:15.059Z[ host-image] Dec 20 22:02:14.131 INFO creating reset image...
100002024-12-20T22:02:15.062Z[ host-image] Dec 20 22:02:14.132 INFO exec: ["cargo", "xtask", "build", "--release", "--cpioz", "/work/os-host/cpio.z"], pwd: Some("/work/oxidecomputer/helios/projects/phbl")
100012024-12-20T22:02:15.154Z[ host-image] Dec 20 22:02:14.226 INFO E| Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.03s
100022024-12-20T22:02:15.157Z[ host-image] Dec 20 22:02:14.227 INFO E| Running `xtask/target/debug/xtask build --release --cpioz /work/os-host/cpio.z`
100032024-12-20T22:02:15.209Z[ host-image] Dec 20 22:02:14.282 INFO E| Compiling phbl v0.1.0 (/work/oxidecomputer/helios/projects/phbl)
100042024-12-20T22:02:16.988Z[ host-image] Dec 20 22:02:16.060 INFO E| Finished `release` profile [optimized] target(s) in 1.82s
100052024-12-20T22:02:16.999Z[ host-image] Dec 20 22:02:16.072 INFO building host image...
100062024-12-20T22:02:17.003Z[ host-image] Dec 20 22:02:16.072 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")
100072024-12-20T22:02:17.476Z[ host-image] Dec 20 22:02:16.548 INFO finishing image archive at "/work/os-host/os.tar.gz"...
100082024-12-20T22:03:05.274Z[ host-image] Dec 20 22:03:04.342 INFO image complete! materials are in "/work/os-host"
100092024-12-20T22:03:05.276Z[ host-image]
100102024-12-20T22:03:05.276Z[ host-image] real 16:13.820323221
100112024-12-20T22:03:05.276Z[ host-image] user 6:14.919895499
100122024-12-20T22:03:05.279Z[ host-image] sys 1:02.917241092
100132024-12-20T22:03:05.279Z[ host-image] trap 0.262233554
100142024-12-20T22:03:05.279Z[ host-image] tflt 0.011393338
100152024-12-20T22:03:05.279Z[ host-image] dflt 0.067665225
100162024-12-20T22:03:05.279Z[ host-image] kflt 0.002148854
100172024-12-20T22:03:05.279Z[ host-image] lock 12:51.953046114
100182024-12-20T22:03:05.279Z[ host-image] slp 1:34:36.633388929
100192024-12-20T22:03:05.279Z[ host-image] lat 2:17.995020894
100202024-12-20T22:03:05.279ZDec 20 22:03:04.345 INFO [host-image] process exited with exit status: 0 (973.836432899s)
100212024-12-20T22:03:05.279Z[ host-image] stop 0.623423589
100222024-12-20T22:03:05.279ZDec 20 22:03:04.345 INFO [tuf-repo] running task
100232024-12-20T22:03:13.014ZDec 20 22:03:12.080 INFO assembling repository in `/tmp/tufaceousRArwQW`, component: OmicronRepoAssembler
100242024-12-20T22:03:18.033ZDec 20 22:03:17.100 DEBG assembly successful, cleaning up, component: OmicronRepoAssembler
100252024-12-20T22:03:18.436ZDec 20 22:03:17.503 INFO artifacts assembled and archived to `/work/repo.zip`, component: OmicronRepoAssembler
100262024-12-20T22:03:31.651ZDec 20 22:03:30.717 INFO [tuf-repo] task succeeded (26.371161219s)
100272024-12-20T22:03:31.651ZDec 20 22:03:30.717 INFO all jobs completed in 2314.279532978s
100282024-12-20T22:03:32.234Zprocess exited: duration 3029555 ms, exit code 0
 
100292024-12-20T22:03:32.249Zfound 33 output files
100302024-12-20T22:03:32.249Zuploading: /work/manifest.toml (8404 bytes)
100312024-12-20T22:03:33.268Zuploaded: /work/manifest.toml
100322024-12-20T22:03:33.268Zuploading: /work/repo.zip (1956804143 bytes)
100332024-12-20T22:04:29.806Zuploaded: /work/repo.zip
100342024-12-20T22:04:29.806Zuploading: /work/repo.zip.sha256.txt (65 bytes)
100352024-12-20T22:04:30.817Zuploaded: /work/repo.zip.sha256.txt
100362024-12-20T22:04:30.817Zuploading: /work/helios-setup.log (66237 bytes)
100372024-12-20T22:04:31.835Zuploaded: /work/helios-setup.log
100382024-12-20T22:04:31.835Zuploading: /work/host-image.log (200722 bytes)
100392024-12-20T22:04:32.857Zuploaded: /work/host-image.log
100402024-12-20T22:04:32.860Zuploading: /work/host-package.log (22440 bytes)
100412024-12-20T22:04:33.870Zuploaded: /work/host-package.log
100422024-12-20T22:04:33.873Zuploading: /work/host-target.log (101 bytes)
100432024-12-20T22:04:34.880Zuploaded: /work/host-target.log
100442024-12-20T22:04:34.884Zuploading: /work/omicron-package.log (5666 bytes)
100452024-12-20T22:04:35.889Zuploaded: /work/omicron-package.log
100462024-12-20T22:04:35.889Zuploading: /work/phbl-toolchain.log (881 bytes)
100472024-12-20T22:04:36.901Zuploaded: /work/phbl-toolchain.log
100482024-12-20T22:04:36.901Zuploading: /work/recovery-image.log (596197 bytes)
100492024-12-20T22:04:37.945Zuploaded: /work/recovery-image.log
100502024-12-20T22:04:37.948Zuploading: /work/recovery-package.log (321 bytes)
100512024-12-20T22:04:38.954Zuploaded: /work/recovery-package.log
100522024-12-20T22:04:38.954Zuploading: /work/recovery-target.log (57 bytes)
100532024-12-20T22:04:39.963Zuploaded: /work/recovery-target.log
100542024-12-20T22:04:39.966Zuploading: /work/stamp-clickhouse.log (117 bytes)
100552024-12-20T22:04:40.972Zuploaded: /work/stamp-clickhouse.log
100562024-12-20T22:04:40.972Zuploading: /work/stamp-clickhouse_keeper.log (124 bytes)
100572024-12-20T22:04:41.983Zuploaded: /work/stamp-clickhouse_keeper.log
100582024-12-20T22:04:41.983Zuploading: /work/stamp-cockroachdb.log (118 bytes)
100592024-12-20T22:04:42.991Zuploaded: /work/stamp-cockroachdb.log
100602024-12-20T22:04:42.994Zuploading: /work/stamp-crucible-dtrace.log (119 bytes)
100612024-12-20T22:04:44.003Zuploaded: /work/stamp-crucible-dtrace.log
100622024-12-20T22:04:44.006Zuploading: /work/stamp-crucible-pantry-zone.log (127 bytes)
100632024-12-20T22:04:45.012Zuploaded: /work/stamp-crucible-pantry-zone.log
100642024-12-20T22:04:45.015Zuploading: /work/stamp-crucible-zone.log (120 bytes)
100652024-12-20T22:04:46.023Zuploaded: /work/stamp-crucible-zone.log
100662024-12-20T22:04:46.023Zuploading: /work/stamp-external-dns.log (119 bytes)
100672024-12-20T22:04:47.036Zuploaded: /work/stamp-external-dns.log
100682024-12-20T22:04:47.040Zuploading: /work/stamp-installinator.log (103 bytes)
100692024-12-20T22:04:48.046Zuploaded: /work/stamp-installinator.log
100702024-12-20T22:04:48.054Zuploading: /work/stamp-internal-dns.log (119 bytes)
100712024-12-20T22:04:49.093Zuploaded: /work/stamp-internal-dns.log
100722024-12-20T22:04:49.093Zuploading: /work/stamp-mg-ddm-gz.log (99 bytes)
100732024-12-20T22:04:50.111Zuploaded: /work/stamp-mg-ddm-gz.log
100742024-12-20T22:04:50.114Zuploading: /work/stamp-nexus.log (112 bytes)
100752024-12-20T22:04:51.120Zuploaded: /work/stamp-nexus.log
100762024-12-20T22:04:51.120Zuploading: /work/stamp-ntp.log (110 bytes)
100772024-12-20T22:04:52.128Zuploaded: /work/stamp-ntp.log
100782024-12-20T22:04:52.133Zuploading: /work/stamp-omicron-sled-agent.log (122 bytes)
100792024-12-20T22:04:53.142Zuploaded: /work/stamp-omicron-sled-agent.log
100802024-12-20T22:04:53.144Zuploading: /work/stamp-overlay.log (114 bytes)
100812024-12-20T22:04:54.154Zuploaded: /work/stamp-overlay.log
100822024-12-20T22:04:54.155Zuploading: /work/stamp-oximeter.log (115 bytes)
100832024-12-20T22:04:55.172Zuploaded: /work/stamp-oximeter.log
100842024-12-20T22:04:55.172Zuploading: /work/stamp-oxlog.log (109 bytes)
100852024-12-20T22:04:56.202Zuploaded: /work/stamp-oxlog.log
100862024-12-20T22:04:56.202Zuploading: /work/stamp-probe.log (112 bytes)
100872024-12-20T22:04:57.221Zuploaded: /work/stamp-probe.log
100882024-12-20T22:04:57.227Zuploading: /work/stamp-propolis-server.log (122 bytes)
100892024-12-20T22:04:58.255Zuploaded: /work/stamp-propolis-server.log
100902024-12-20T22:04:58.255Zuploading: /work/stamp-pumpkind-gz.log (115 bytes)
100912024-12-20T22:04:59.271Zuploaded: /work/stamp-pumpkind-gz.log
100922024-12-20T22:04:59.277Zuploading: /work/stamp-switch-asic.log (118 bytes)
100932024-12-20T22:05:00.380Zuploaded: /work/stamp-switch-asic.log
100942024-12-20T22:05:00.381Zuploading: /work/verify-libraries.log (5735 bytes)
100952024-12-20T22:05:01.419Zuploaded: /work/verify-libraries.log