01JF0Y2VC82FHVSPPJBBSRNXFN: 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: 01JF0Y3SH0XA3VKV51G34KWS8T

Tags:

Artefacts:

Output:

SEQ GLOBAL TIME DETAILS
12024-12-13T21:37:36.928Zjob assigned to worker 01JF0Z7QTK0KKJ2X1JPKZHVH7W [factory aws, i-0cd757210ce83b2c7] (queued for 20 m 29 s)
 
22024-12-13T21:37:45.333Zstarting task 0: "setup"
32024-12-13T21:37:45.343Z++ uname -s
42024-12-13T21:37:45.347Z+ kern=SunOS
52024-12-13T21:37:45.347Z+ case "$kern" in
62024-12-13T21:37:45.347Z+ groupadd -g 12345 build
72024-12-13T21:37:45.349Z+ useradd -u 12345 -g build -d /home/build -s /bin/bash -c build -P 'Primary Administrator' build
82024-12-13T21:37:47.355Z+ zfs create -o mountpoint=/work rpool/work
92024-12-13T21:37:47.507Z++ awk '$2 == "/home" { print $3 }' /etc/mnttab
102024-12-13T21:37:47.510Z+ home_fs=zfs
112024-12-13T21:37:47.510Z+ [[ zfs == autofs ]]
122024-12-13T21:37:47.510Z+ mkdir -p /home/build
132024-12-13T21:37:47.512Z+ chown build:build /home/build /work
142024-12-13T21:37:49.514Z+ chmod 0700 /home/build /work
152024-12-13T21:37:49.517Zprocess exited: duration 4183 ms, exit code 0
 
162024-12-13T21:37:49.522Zstarting task 1: "rust-toolchain"
172024-12-13T21:37:49.528Z+ printf ' * toolchain channel = "%s"
182024-12-13T21:37:49.528Z' 1.81.0
192024-12-13T21:37:49.528Z * toolchain channel = "1.81.0"
202024-12-13T21:37:49.528Z * toolchain profile = "default"
212024-12-13T21:37:49.528Z+ printf ' * toolchain profile = "%s"
222024-12-13T21:37:49.528Z' default
232024-12-13T21:37:49.531Z+ curl --proto =https --tlsv1.2 -sSf https://sh.rustup.rs
242024-12-13T21:37:49.531Z+ /bin/bash -s - -y --no-modify-path --default-toolchain 1.81.0 --profile default
252024-12-13T21:37:49.652Zinfo: downloading installer
262024-12-13T21:37:51.169Zinfo: profile set to 'default'
272024-12-13T21:37:51.169Zinfo: default host triple is x86_64-unknown-illumos
282024-12-13T21:37:51.172Zinfo: syncing channel updates for '1.81.0-x86_64-unknown-illumos'
292024-12-13T21:37:51.293Zinfo: latest update on 2024-09-05, rust version 1.81.0 (eeb90cda1 2024-09-04)
302024-12-13T21:37:51.293Zinfo: downloading component 'cargo'
312024-12-13T21:37:52.028Zinfo: downloading component 'clippy'
322024-12-13T21:37:52.300Zinfo: downloading component 'rust-docs'
332024-12-13T21:37:53.317Zinfo: downloading component 'rust-std'
342024-12-13T21:37:54.894Zinfo: downloading component 'rustc'
352024-12-13T21:38:00.563Zinfo: downloading component 'rustfmt'
362024-12-13T21:38:00.778Zinfo: installing component 'cargo'
372024-12-13T21:38:01.574Zinfo: installing component 'clippy'
382024-12-13T21:38:01.936Zinfo: installing component 'rust-docs'
392024-12-13T21:38:03.569Zinfo: installing component 'rust-std'
402024-12-13T21:38:05.276Zinfo: installing component 'rustc'
412024-12-13T21:38:11.070Zinfo: installing component 'rustfmt'
422024-12-13T21:38:11.418Zinfo: default toolchain set to '1.81.0-x86_64-unknown-illumos'
432024-12-13T21:38:11.418Z
442024-12-13T21:38:11.784Z 1.81.0-x86_64-unknown-illumos installed - rustc 1.81.0 (eeb90cda1 2024-09-04)
452024-12-13T21:38:11.784Z
462024-12-13T21:38:11.786Z
472024-12-13T21:38:11.787ZRust is installed now. Great!
482024-12-13T21:38:11.787Z
492024-12-13T21:38:11.787ZTo get started you need Cargo's bin directory ($HOME/.cargo/bin) in your PATH
502024-12-13T21:38:11.787Zenvironment variable. This has not been done automatically.
512024-12-13T21:38:11.787Z
522024-12-13T21:38:11.787ZTo configure your current shell, you need to source
532024-12-13T21:38:11.787Zthe corresponding env file under $HOME/.cargo.
542024-12-13T21:38:11.787Z
552024-12-13T21:38:11.787ZThis is usually done by running one of the following (note the leading DOT):
562024-12-13T21:38:11.787Z. "$HOME/.cargo/env" # For sh/bash/zsh/ash/dash/pdksh
572024-12-13T21:38:11.787Zsource "$HOME/.cargo/env.fish" # For fish
582024-12-13T21:38:11.862Z+ rustc --version
592024-12-13T21:38:11.951Zrustc 1.81.0 (eeb90cda1 2024-09-04)
602024-12-13T21:38:11.954Zprocess exited: duration 22412 ms, exit code 0
 
612024-12-13T21:38:11.962Zstarting task 2: "authentication"
622024-12-13T21:38:11.985Zprocess exited: duration 21 ms, exit code 0
 
632024-12-13T21:38:11.991Zstarting task 3: "clone repository"
642024-12-13T21:38:11.999Z+ mkdir -p /work/oxidecomputer/omicron
652024-12-13T21:38:12.002Z+ git clone https://github.com/oxidecomputer/omicron /work/oxidecomputer/omicron
662024-12-13T21:38:12.256ZCloning into '/work/oxidecomputer/omicron'...
672024-12-13T21:38:19.468Z+ cd /work/oxidecomputer/omicron
682024-12-13T21:38:19.468Z+ git fetch origin c76a4e0f23bd9a0fe27406f9aa42cd951182f503
692024-12-13T21:38:19.840ZFrom https://github.com/oxidecomputer/omicron
702024-12-13T21:38:19.840Z * branch c76a4e0f23bd9a0fe27406f9aa42cd951182f503 -> FETCH_HEAD
712024-12-13T21:38:19.852Z+ [[ -n bump-console-c1ebd8d9 ]]
722024-12-13T21:38:19.855Z++ git branch --show-current
732024-12-13T21:38:19.855Z+ current=main
742024-12-13T21:38:19.855Z+ [[ main != bump-console-c1ebd8d9 ]]
752024-12-13T21:38:19.855Z+ git branch -f bump-console-c1ebd8d9 c76a4e0f23bd9a0fe27406f9aa42cd951182f503
762024-12-13T21:38:19.859Z+ git checkout -f bump-console-c1ebd8d9
772024-12-13T21:38:20.039ZSwitched to branch 'bump-console-c1ebd8d9'
782024-12-13T21:38:20.042Z+ git reset --hard c76a4e0f23bd9a0fe27406f9aa42cd951182f503
792024-12-13T21:38:20.054ZHEAD is now at c76a4e0f2 Bump web console (gateways UI, SSH key view, fixes)
802024-12-13T21:38:20.056Zprocess exited: duration 8063 ms, exit code 0
 
812024-12-13T21:38:20.061Zstarting task 4: "build"
822024-12-13T21:38:20.067Z+ source .github/buildomat/ci-env.sh
832024-12-13T21:38:20.070Z++ export CARGO_TERM_COLOR=always
842024-12-13T21:38:20.070Z++ CARGO_TERM_COLOR=always
852024-12-13T21:38:20.070Z+ cargo --version
862024-12-13T21:38:20.127Zcargo 1.81.0 (2dbb1af80 2024-08-20)
872024-12-13T21:38:20.131Z+ rustc --version
882024-12-13T21:38:20.193Zrustc 1.81.0 (eeb90cda1 2024-09-04)
892024-12-13T21:38:20.197Z+ cargo tree --locked
902024-12-13T21:38:20.465Z Updating git repository `https://github.com/oxidecomputer/pq-sys`
912024-12-13T21:38:20.745Z Updating crates.io index
922024-12-13T21:38:20.815Z Updating git repository `https://github.com/oxidecomputer/maghemite`
932024-12-13T21:38:21.533Z Updating git repository `https://github.com/oxidecomputer/oxnet`
942024-12-13T21:38:21.797Z Updating git repository `https://github.com/oxidecomputer/serde_human_bytes`
952024-12-13T21:38:22.007Z Updating git repository `https://github.com/oxidecomputer/slog-error-chain`
962024-12-13T21:38:22.288Z Updating git repository `https://github.com/oxidecomputer/propolis`
972024-12-13T21:38:23.339Z Updating git repository `https://github.com/oxidecomputer/crucible`
982024-12-13T21:38:24.929Z Updating git repository `https://github.com/oxidecomputer/opte`
992024-12-13T21:38:25.996Z Updating git repository `https://github.com/oxidecomputer/falcon`
1002024-12-13T21:38:26.835Z Updating git repository `https://github.com/oxidecomputer/clickward`
1012024-12-13T21:38:27.140Z Updating git repository `https://github.com/oxidecomputer/openapi-lint`
1022024-12-13T21:38:27.540Z Updating git repository `https://github.com/oxidecomputer/management-gateway-service`
1032024-12-13T21:38:28.265Z Updating git repository `https://github.com/oxidecomputer/libipcc`
1042024-12-13T21:38:28.604Z Updating git repository `https://github.com/oxidecomputer/sprockets.git`
1052024-12-13T21:38:28.891Z Updating git repository `https://github.com/oxidecomputer/tofino`
1062024-12-13T21:38:29.451Z Updating git repository `https://github.com/oxidecomputer/illumos-devinfo`
1072024-12-13T21:38:29.694Z Updating git repository `https://github.com/oxidecomputer/libefi-illumos`
1082024-12-13T21:38:29.944Z Updating git repository `https://github.com/oxidecomputer/libnvme`
1092024-12-13T21:38:30.255Z Updating git repository `https://github.com/oxidecomputer/hubtools.git`
1102024-12-13T21:38:30.535Z Updating git repository `https://github.com/oxidecomputer/ispf`
1112024-12-13T21:38:30.917Z Updating git repository `https://github.com/oxidecomputer/poptrie`
1122024-12-13T21:38:31.181Z Updating git repository `https://github.com/oxidecomputer/netadm-sys`
1132024-12-13T21:38:31.743Z Updating git repository `https://github.com/oxidecomputer/tlvc.git`
1142024-12-13T21:38:32.002Z Updating git repository `https://github.com/oxidecomputer/dice-util`
1152024-12-13T21:38:32.374Z Updating git repository `https://github.com/oxidecomputer/lpc55_support`
1162024-12-13T21:38:32.745Z Updating git repository `https://github.com/oxidecomputer/ingot.git`
1172024-12-13T21:38:33.048Z Updating git repository `https://github.com/oxidecomputer/dlpi-sys`
1182024-12-13T21:38:33.390Z Updating git repository `https://github.com/jmesmon/rust-libzfs`
1192024-12-13T21:38:33.642Z Updating git repository `https://github.com/oxidecomputer/rusty-doors`
1202024-12-13T21:38:35.157Z Downloading crates ...
1212024-12-13T21:38:35.268Z Downloaded addr2line v0.24.2
1222024-12-13T21:38:35.274Z Downloaded atty v0.2.14
1232024-12-13T21:38:35.283Z Downloaded escape8259 v0.5.3
1242024-12-13T21:38:35.291Z Downloaded assert_matches v1.5.0
1252024-12-13T21:38:35.294Z Downloaded errno v0.3.9
1262024-12-13T21:38:35.294Z Downloaded ciborium v0.2.2
1272024-12-13T21:38:35.297Z Downloaded event-listener v5.3.1
1282024-12-13T21:38:35.300Z Downloaded async-stream-impl v0.3.6
1292024-12-13T21:38:35.302Z Downloaded async-object-pool v0.1.5
1302024-12-13T21:38:35.305Z Downloaded anes v0.1.6
1312024-12-13T21:38:35.307Z Downloaded foreign-types v0.3.2
1322024-12-13T21:38:35.309Z Downloaded adler2 v2.0.0
1332024-12-13T21:38:35.313Z Downloaded fxhash v0.2.1
1342024-12-13T21:38:35.313Z Downloaded cfg_aliases v0.2.1
1352024-12-13T21:38:35.332Z Downloaded headers-core v0.3.0
1362024-12-13T21:38:35.332Z Downloaded cfg_aliases v0.1.1
1372024-12-13T21:38:35.337Z Downloaded atomicwrites v0.4.4
1382024-12-13T21:38:35.337Z Downloaded hubpack_derive v0.1.1
1392024-12-13T21:38:35.338Z Downloaded async-channel v1.9.0
1402024-12-13T21:38:35.338Z Downloaded http-body v1.0.1
1412024-12-13T21:38:35.338Z Downloaded async-recursion v1.1.1
1422024-12-13T21:38:35.338Z Downloaded http-range v0.1.5
1432024-12-13T21:38:35.338Z Downloaded foreign-types-shared v0.3.1
1442024-12-13T21:38:35.338Z Downloaded foreign-types-shared v0.1.1
1452024-12-13T21:38:35.341Z Downloaded async-global-executor v2.4.1
1462024-12-13T21:38:35.341Z Downloaded base16ct v0.2.0
1472024-12-13T21:38:35.341Z Downloaded anstyle v1.0.10
1482024-12-13T21:38:35.349Z Downloaded aead v0.5.2
1492024-12-13T21:38:35.357Z Downloaded bitfield-struct v0.6.2
1502024-12-13T21:38:35.358Z Downloaded guppy-workspace-hack v0.1.0
1512024-12-13T21:38:35.358Z Downloaded arrayref v0.3.9
1522024-12-13T21:38:35.358Z Downloaded castaway v0.2.3
1532024-12-13T21:38:35.358Z Downloaded foldhash v0.1.3
1542024-12-13T21:38:35.358Z Downloaded float-ord v0.3.2
1552024-12-13T21:38:35.358Z Downloaded fastrand v2.1.1
1562024-12-13T21:38:35.358Z Downloaded foreign-types v0.5.0
1572024-12-13T21:38:35.358Z Downloaded bb8 v0.8.5
1582024-12-13T21:38:35.368Z Downloaded foreign-types-macros v0.2.3
1592024-12-13T21:38:35.368Z Downloaded cassowary v0.3.0
1602024-12-13T21:38:35.368Z Downloaded hostname v0.3.1
1612024-12-13T21:38:35.368Z Downloaded home v0.5.9
1622024-12-13T21:38:35.368Z Downloaded async-channel v2.3.1
1632024-12-13T21:38:35.368Z Downloaded heck v0.3.3
1642024-12-13T21:38:35.368Z Downloaded heck v0.4.1
1652024-12-13T21:38:35.368Z Downloaded camino-tempfile v1.1.1
1662024-12-13T21:38:35.372Z Downloaded ghash v0.5.1
1672024-12-13T21:38:35.372Z Downloaded futures-timer v3.0.3
1682024-12-13T21:38:35.376Z Downloaded bit-set v0.5.3
1692024-12-13T21:38:35.376Z Downloaded approx v0.5.1
1702024-12-13T21:38:35.376Z Downloaded http-body-util v0.1.2
1712024-12-13T21:38:35.386Z Downloaded futures-task v0.3.31
1722024-12-13T21:38:35.386Z Downloaded buf-list v1.0.3
1732024-12-13T21:38:35.393Z Downloaded group v0.13.0
1742024-12-13T21:38:35.393Z Downloaded heck v0.5.0
1752024-12-13T21:38:35.393Z Downloaded humantime v2.1.0
1762024-12-13T21:38:35.393Z Downloaded hex v0.4.3
1772024-12-13T21:38:35.393Z Downloaded hash32 v0.2.1
1782024-12-13T21:38:35.393Z Downloaded async-attributes v1.1.2
1792024-12-13T21:38:35.402Z Downloaded blowfish v0.9.1
1802024-12-13T21:38:35.402Z Downloaded bitflags v1.3.2
1812024-12-13T21:38:35.402Z Downloaded hash32 v0.3.1
1822024-12-13T21:38:35.402Z Downloaded futures-core v0.3.31
1832024-12-13T21:38:35.406Z Downloaded bitfield v0.14.0
1842024-12-13T21:38:35.406Z Downloaded cargo-platform v0.1.8
1852024-12-13T21:38:35.406Z Downloaded hubpack v0.1.2
1862024-12-13T21:38:35.406Z Downloaded async-process v2.3.0
1872024-12-13T21:38:35.406Z Downloaded peg-runtime v0.8.3
1882024-12-13T21:38:35.414Z Downloaded funty v2.0.0
1892024-12-13T21:38:35.414Z Downloaded fallible-iterator v0.2.0
1902024-12-13T21:38:35.414Z Downloaded bytecount v0.6.8
1912024-12-13T21:38:35.420Z Downloaded generic-array v0.14.7
1922024-12-13T21:38:35.420Z Downloaded async-bb8-diesel v0.2.1
1932024-12-13T21:38:35.420Z Downloaded num-iter v0.1.45
1942024-12-13T21:38:35.420Z Downloaded hex-literal v0.4.1
1952024-12-13T21:38:35.420Z Downloaded olpc-cjson v0.1.4
1962024-12-13T21:38:35.420Z Downloaded async-lock v3.4.0
1972024-12-13T21:38:35.424Z Downloaded cargo_metadata v0.18.1
1982024-12-13T21:38:35.424Z Downloaded form_urlencoded v1.2.1
1992024-12-13T21:38:35.424Z Downloaded blocking v1.6.1
2002024-12-13T21:38:35.428Z Downloaded base64ct v1.6.0
2012024-12-13T21:38:35.428Z Downloaded bzip2 v0.4.4
2022024-12-13T21:38:35.434Z Downloaded ahash v0.8.11
2032024-12-13T21:38:35.434Z Downloaded hyper-rustls v0.26.0
2042024-12-13T21:38:35.438Z Downloaded hostname v0.4.0
2052024-12-13T21:38:35.439Z Downloaded hashlink v0.9.1
2062024-12-13T21:38:35.442Z Downloaded pretty-hex v0.4.1
2072024-12-13T21:38:35.442Z Downloaded hickory-client v0.24.1
2082024-12-13T21:38:35.445Z Downloaded pretty-hex v0.2.1
2092024-12-13T21:38:35.445Z Downloaded futures-lite v2.3.0
2102024-12-13T21:38:35.450Z Downloaded hyper-rustls v0.27.3
2112024-12-13T21:38:35.453Z Downloaded async-signal v0.2.10
2122024-12-13T21:38:35.453Z Downloaded httptest v0.16.1
2132024-12-13T21:38:35.453Z Downloaded fs_extra v1.3.0
2142024-12-13T21:38:35.456Z Downloaded serde-big-array v0.5.1
2152024-12-13T21:38:35.456Z Downloaded camino v1.1.9
2162024-12-13T21:38:35.459Z Downloaded num_enum_derive v0.5.11
2172024-12-13T21:38:35.464Z Downloaded httparse v1.9.5
2182024-12-13T21:38:35.464Z Downloaded futures-macro v0.3.31
2192024-12-13T21:38:35.472Z Downloaded tinyvec_macros v0.1.1
2202024-12-13T21:38:35.472Z Downloaded toolchain_find v0.4.0
2212024-12-13T21:38:35.472Z Downloaded bitflags v2.6.0
2222024-12-13T21:38:35.472Z Downloaded highway v1.2.0
2232024-12-13T21:38:35.475Z Downloaded phf v0.11.2
2242024-12-13T21:38:35.475Z Downloaded plotters-backend v0.3.7
2252024-12-13T21:38:35.475Z Downloaded phf_codegen v0.11.2
2262024-12-13T21:38:35.477Z Downloaded pest_generator v2.7.14
2272024-12-13T21:38:35.477Z Downloaded globset v0.4.15
2282024-12-13T21:38:35.482Z Downloaded futures-channel v0.3.31
2292024-12-13T21:38:35.482Z Downloaded pbkdf2 v0.11.0
2302024-12-13T21:38:35.488Z Downloaded bcs v0.1.6
2312024-12-13T21:38:35.488Z Downloaded async-task v4.7.1
2322024-12-13T21:38:35.492Z Downloaded cast v0.3.0
2332024-12-13T21:38:35.492Z Downloaded cancel-safe-futures v0.1.5
2342024-12-13T21:38:35.495Z Downloaded getrandom v0.2.15
2352024-12-13T21:38:35.496Z Downloaded hmac v0.12.1
2362024-12-13T21:38:35.499Z Downloaded fatfs v0.3.6
2372024-12-13T21:38:35.502Z Downloaded crunchy v0.2.2
2382024-12-13T21:38:35.502Z Downloaded zone_cfg_derive v0.3.0
2392024-12-13T21:38:35.502Z Downloaded predicates-tree v1.0.11
2402024-12-13T21:38:35.513Z Downloaded rand_seeder v0.3.0
2412024-12-13T21:38:35.514Z Downloaded anyhow v1.0.93
2422024-12-13T21:38:35.521Z Downloaded rpassword v7.3.1
2432024-12-13T21:38:35.521Z Downloaded rustfmt-wrapper v0.2.1
2442024-12-13T21:38:35.521Z Downloaded rustc_version v0.4.1
2452024-12-13T21:38:35.521Z Downloaded cfg-expr v0.17.0
2462024-12-13T21:38:35.521Z Downloaded rustc_version v0.1.7
2472024-12-13T21:38:35.521Z Downloaded equivalent v1.0.1
2482024-12-13T21:38:35.521Z Downloaded parse-display-derive v0.10.0
2492024-12-13T21:38:35.525Z Downloaded slog-json v2.6.1
2502024-12-13T21:38:35.525Z Downloaded slog-dtrace v0.3.0
2512024-12-13T21:38:35.525Z Downloaded slog-stdlog v4.1.1
2522024-12-13T21:38:35.525Z Downloaded serde-hex v0.1.0
2532024-12-13T21:38:35.529Z Downloaded shell-words v1.1.0
2542024-12-13T21:38:35.529Z Downloaded scrypt v0.11.0
2552024-12-13T21:38:35.529Z Downloaded termios v0.3.3
2562024-12-13T21:38:35.532Z Downloaded tokio-native-tls v0.3.1
2572024-12-13T21:38:35.532Z Downloaded doc-comment v0.3.3
2582024-12-13T21:38:35.536Z Downloaded topological-sort v0.2.2
2592024-12-13T21:38:35.536Z Downloaded blake2b_simd v1.0.2
2602024-12-13T21:38:35.536Z Downloaded flume v0.11.1
2612024-12-13T21:38:35.539Z Downloaded password-hash v0.4.2
2622024-12-13T21:38:35.542Z Downloaded base64 v0.13.1
2632024-12-13T21:38:35.545Z Downloaded version_check v0.9.5
2642024-12-13T21:38:35.548Z Downloaded unicode-linebreak v0.1.5
2652024-12-13T21:38:35.548Z Downloaded terminal_size v0.4.0
2662024-12-13T21:38:35.551Z Downloaded chacha20poly1305 v0.10.1
2672024-12-13T21:38:35.551Z Downloaded termcolor v1.4.1
2682024-12-13T21:38:35.556Z Downloaded strsim v0.11.1
2692024-12-13T21:38:35.556Z Downloaded typify-macro v0.2.0
2702024-12-13T21:38:35.559Z Downloaded async-io v2.3.4
2712024-12-13T21:38:35.559Z Downloaded unicase v2.7.0
2722024-12-13T21:38:35.561Z Downloaded unarray v0.1.4
2732024-12-13T21:38:35.561Z Downloaded half v2.4.1
2742024-12-13T21:38:35.563Z Downloaded strum_macros v0.25.3
2752024-12-13T21:38:35.566Z Downloaded parse-size v1.1.0
2762024-12-13T21:38:35.569Z Downloaded strum_macros v0.24.3
2772024-12-13T21:38:35.569Z Downloaded sha1 v0.10.6
2782024-12-13T21:38:35.572Z Downloaded blake2 v0.10.6
2792024-12-13T21:38:35.575Z Downloaded new_debug_unreachable v1.0.6
2802024-12-13T21:38:35.575Z Downloaded newline-converter v0.3.0
2812024-12-13T21:38:35.581Z Downloaded datatest-stable v0.2.9
2822024-12-13T21:38:35.581Z Downloaded progenitor-client v0.8.0
2832024-12-13T21:38:35.581Z Downloaded precomputed-hash v0.1.1
2842024-12-13T21:38:35.581Z Downloaded crc v3.2.1
2852024-12-13T21:38:35.583Z Downloaded futures v0.3.31
2862024-12-13T21:38:35.586Z Downloaded defmt-macros v0.3.9
2872024-12-13T21:38:35.590Z Downloaded dyn-clone v1.0.17
2882024-12-13T21:38:35.592Z Downloaded slog-scope v4.4.0
2892024-12-13T21:38:35.594Z Downloaded tui-tree-widget v0.22.0
2902024-12-13T21:38:35.594Z Downloaded strum_macros v0.26.4
2912024-12-13T21:38:35.597Z Downloaded slog-envlogger v2.2.0
2922024-12-13T21:38:35.600Z Downloaded sha2 v0.10.8
2932024-12-13T21:38:35.604Z Downloaded time-macros v0.2.18
2942024-12-13T21:38:35.607Z Downloaded omicron-zone-package v0.11.1
2952024-12-13T21:38:35.607Z Downloaded base64 v0.22.1
2962024-12-13T21:38:35.611Z Downloaded lazycell v1.3.0
2972024-12-13T21:38:35.614Z Downloaded mockall v0.13.0
2982024-12-13T21:38:35.614Z Downloaded match_cfg v0.1.0
2992024-12-13T21:38:35.614Z Downloaded libefi-sys v0.1.0
3002024-12-13T21:38:35.618Z Downloaded postgres-types v0.2.8
3012024-12-13T21:38:35.632Z Downloaded pkcs5 v0.7.1
3022024-12-13T21:38:35.635Z Downloaded memmap v0.7.0
3032024-12-13T21:38:35.635Z Downloaded lazy_static v1.5.0
3042024-12-13T21:38:35.635Z Downloaded xattr v1.3.1
3052024-12-13T21:38:35.635Z Downloaded writeable v0.5.5
3062024-12-13T21:38:35.635Z Downloaded heapless v0.7.17
3072024-12-13T21:38:35.635Z Downloaded headers v0.4.0
3082024-12-13T21:38:35.638Z Downloaded num_enum v0.5.11
3092024-12-13T21:38:35.642Z Downloaded packed_struct_codegen v0.10.1
3102024-12-13T21:38:35.644Z Downloaded num_cpus v1.16.0
3112024-12-13T21:38:35.648Z Downloaded predicates v3.1.2
3122024-12-13T21:38:35.651Z Downloaded tower-service v0.3.3
3132024-12-13T21:38:35.651Z Downloaded cpufeatures v0.2.14
3142024-12-13T21:38:35.654Z Downloaded zerofrom v0.1.4
3152024-12-13T21:38:35.654Z Downloaded usdt-macro v0.5.0
3162024-12-13T21:38:35.654Z Downloaded pin-project-lite v0.2.14
3172024-12-13T21:38:35.659Z Downloaded piper v0.2.4
3182024-12-13T21:38:35.663Z Downloaded rand_core v0.6.4
3192024-12-13T21:38:35.665Z Downloaded pin-utils v0.1.0
3202024-12-13T21:38:35.665Z Downloaded displaydoc v0.2.5
3212024-12-13T21:38:35.668Z Downloaded downcast v0.11.0
3222024-12-13T21:38:35.668Z Downloaded rand_xorshift v0.3.0
3232024-12-13T21:38:35.670Z Downloaded icu_locid_transform v1.5.0
3242024-12-13T21:38:35.672Z Downloaded base64 v0.21.7
3252024-12-13T21:38:35.675Z Downloaded serde_urlencoded v0.7.1
3262024-12-13T21:38:35.680Z Downloaded stringprep v0.1.5
3272024-12-13T21:38:35.682Z Downloaded lalrpop-util v0.19.12
3282024-12-13T21:38:35.682Z Downloaded jobserver v0.1.32
3292024-12-13T21:38:35.682Z Downloaded stringmetrics v2.2.2
3302024-12-13T21:38:35.686Z Downloaded rtoolbox v0.0.2
3312024-12-13T21:38:35.689Z Downloaded heapless v0.8.0
3322024-12-13T21:38:35.690Z Downloaded smallvec v0.6.14
3332024-12-13T21:38:35.692Z Downloaded sec1 v0.7.3
3342024-12-13T21:38:35.695Z Downloaded memmap2 v0.9.5
3352024-12-13T21:38:35.695Z Downloaded vergen v8.3.2
3362024-12-13T21:38:35.698Z Downloaded sct v0.7.1
3372024-12-13T21:38:35.703Z Downloaded is_ci v1.2.0
3382024-12-13T21:38:35.703Z Downloaded clang-sys v1.8.1
3392024-12-13T21:38:35.705Z Downloaded tabled_derive v0.7.0
3402024-12-13T21:38:35.708Z Downloaded tls_codec v0.4.1
3412024-12-13T21:38:35.711Z Downloaded thiserror v1.0.69
3422024-12-13T21:38:35.715Z Downloaded num-conv v0.1.0
3432024-12-13T21:38:35.718Z Downloaded num-complex v0.4.6
3442024-12-13T21:38:35.718Z Downloaded string_cache v0.8.7
3452024-12-13T21:38:35.718Z Downloaded peg v0.8.4
3462024-12-13T21:38:35.722Z Downloaded ron v0.8.1
3472024-12-13T21:38:35.727Z Downloaded backtrace v0.3.74
3482024-12-13T21:38:35.732Z Downloaded write16 v1.0.0
3492024-12-13T21:38:35.735Z Downloaded cipher v0.4.4
3502024-12-13T21:38:35.735Z Downloaded icu_locid_transform_data v1.5.0
3512024-12-13T21:38:35.740Z Downloaded icu_locid v1.5.0
3522024-12-13T21:38:35.743Z Downloaded curve25519-dalek-derive v0.1.1
3532024-12-13T21:38:35.743Z Downloaded ipnet v2.10.1
3542024-12-13T21:38:35.747Z Downloaded ena v0.14.3
3552024-12-13T21:38:35.751Z Downloaded rustls-pemfile v2.2.0
3562024-12-13T21:38:35.751Z Downloaded publicsuffix v2.2.3
3572024-12-13T21:38:35.754Z Downloaded deranged v0.3.11
3582024-12-13T21:38:35.754Z Downloaded defmt-parser v0.3.4
3592024-12-13T21:38:35.756Z Downloaded toml v0.7.8
3602024-12-13T21:38:35.760Z Downloaded russh-cryptovec v0.7.3
3612024-12-13T21:38:35.760Z Downloaded hashbrown v0.13.2
3622024-12-13T21:38:35.762Z Downloaded embedded-io v0.6.1
3632024-12-13T21:38:35.766Z Downloaded unicode-bidi v0.3.17
3642024-12-13T21:38:35.768Z Downloaded libsw v3.3.1
3652024-12-13T21:38:35.771Z Downloaded is_terminal_polyfill v1.70.1
3662024-12-13T21:38:35.771Z Downloaded is-terminal v0.4.13
3672024-12-13T21:38:35.773Z Downloaded oso v0.27.3
3682024-12-13T21:38:35.776Z Downloaded sync-ptr v0.1.1
3692024-12-13T21:38:35.776Z Downloaded maplit v1.0.2
3702024-12-13T21:38:35.779Z Downloaded lru v0.12.5
3712024-12-13T21:38:35.779Z Downloaded snafu-derive v0.8.5
3722024-12-13T21:38:35.782Z Downloaded num-traits v0.2.19
3732024-12-13T21:38:35.784Z Downloaded pest_meta v2.7.14
3742024-12-13T21:38:35.784Z Downloaded memoffset v0.9.1
3752024-12-13T21:38:35.787Z Downloaded num-derive v0.4.2
3762024-12-13T21:38:35.790Z Downloaded nanorand v0.7.0
3772024-12-13T21:38:35.790Z Downloaded walkdir v2.5.0
3782024-12-13T21:38:35.793Z Downloaded multimap v0.10.0
3792024-12-13T21:38:35.794Z Downloaded usdt-attr-macro v0.5.0
3802024-12-13T21:38:35.796Z Downloaded derive_builder_macro v0.20.2
3812024-12-13T21:38:35.796Z Downloaded diesel_derives v2.2.3
3822024-12-13T21:38:35.801Z Downloaded crucible-workspace-hack v0.1.0
3832024-12-13T21:38:35.806Z Downloaded http v1.1.0
3842024-12-13T21:38:35.806Z Downloaded progenitor-macro v0.8.0
3852024-12-13T21:38:35.810Z Downloaded progenitor v0.8.0
3862024-12-13T21:38:35.810Z Downloaded cookie_store v0.21.0
3872024-12-13T21:38:35.813Z Downloaded ppv-lite86 v0.2.20
3882024-12-13T21:38:35.813Z Downloaded parse-display v0.10.0
3892024-12-13T21:38:35.813Z Downloaded qorb v0.2.1
3902024-12-13T21:38:35.815Z Downloaded plain v0.2.3
3912024-12-13T21:38:35.818Z Downloaded der_derive v0.7.3
3922024-12-13T21:38:35.820Z Downloaded ryu v1.0.18
3932024-12-13T21:38:35.824Z Downloaded endian-type v0.1.2
3942024-12-13T21:38:35.824Z Downloaded hyper-staticfile v0.10.1
3952024-12-13T21:38:35.827Z Downloaded yansi v1.0.1
3962024-12-13T21:38:35.829Z Downloaded rstest v0.23.0
3972024-12-13T21:38:35.833Z Downloaded matches v0.1.10
3982024-12-13T21:38:35.836Z Downloaded test-strategy v0.3.1
3992024-12-13T21:38:35.839Z Downloaded instant v0.1.13
4002024-12-13T21:38:35.843Z Downloaded path-slash v0.1.5
4012024-12-13T21:38:35.843Z Downloaded newtype_derive v0.1.6
4022024-12-13T21:38:35.843Z Downloaded structmeta v0.3.0
4032024-12-13T21:38:35.845Z Downloaded nested v0.1.1
4042024-12-13T21:38:35.846Z Downloaded thiserror-no-std v2.0.2
4052024-12-13T21:38:35.848Z Downloaded num-integer v0.1.46
4062024-12-13T21:38:35.851Z Downloaded mirai-annotations v1.12.0
4072024-12-13T21:38:35.851Z Downloaded waitgroup v0.1.2
4082024-12-13T21:38:35.854Z Downloaded tokio-postgres v0.7.12
4092024-12-13T21:38:35.858Z Downloaded zerovec-derive v0.10.3
4102024-12-13T21:38:35.862Z Downloaded usdt v0.5.0
4112024-12-13T21:38:35.862Z Downloaded password-hash v0.5.0
4122024-12-13T21:38:35.866Z Downloaded parking_lot_core v0.9.10
4132024-12-13T21:38:35.866Z Downloaded rand_distr v0.4.3
4142024-12-13T21:38:35.869Z Downloaded native-tls v0.2.12
4152024-12-13T21:38:35.874Z Downloaded rsa v0.9.6
4162024-12-13T21:38:35.878Z Downloaded thiserror-impl-no-std v2.0.2
4172024-12-13T21:38:35.878Z Downloaded thiserror-impl v2.0.3
4182024-12-13T21:38:35.882Z Downloaded ssh-cipher v0.2.0
4192024-12-13T21:38:35.882Z Downloaded zeroize_derive v1.4.2
4202024-12-13T21:38:35.882Z Downloaded zerofrom-derive v0.1.4
4212024-12-13T21:38:35.882Z Downloaded partial-io v0.5.4
4222024-12-13T21:38:35.886Z Downloaded data-encoding v2.6.0
4232024-12-13T21:38:35.886Z Downloaded crossbeam-utils v0.8.20
4242024-12-13T21:38:35.889Z Downloaded rstest_macros v0.23.0
4252024-12-13T21:38:35.892Z Downloaded serde_with_macros v3.11.0
4262024-12-13T21:38:35.895Z Downloaded thiserror v2.0.3
4272024-12-13T21:38:35.899Z Downloaded swrite v0.1.0
4282024-12-13T21:38:35.901Z Downloaded strum v0.26.3
4292024-12-13T21:38:35.901Z Downloaded time-core v0.1.2
4302024-12-13T21:38:35.904Z Downloaded internet-checksum v0.2.1
4312024-12-13T21:38:35.904Z Downloaded toml_datetime v0.6.8
4322024-12-13T21:38:35.907Z Downloaded snafu v0.8.5
4332024-12-13T21:38:35.910Z Downloaded linked-hash-map v0.5.6
4342024-12-13T21:38:35.913Z Downloaded instability v0.3.2
4352024-12-13T21:38:35.913Z Downloaded inout v0.1.3
4362024-12-13T21:38:35.917Z Downloaded serde_derive_internals v0.29.1
4372024-12-13T21:38:35.920Z Downloaded managed v0.8.0
4382024-12-13T21:38:35.920Z Downloaded darling_macro v0.20.10
4392024-12-13T21:38:35.920Z Downloaded want v0.3.1
4402024-12-13T21:38:35.920Z Downloaded vte_generate_state_changes v0.1.2
4412024-12-13T21:38:35.924Z Downloaded clap v4.5.21
4422024-12-13T21:38:35.929Z Downloaded relative-path v1.9.3
4432024-12-13T21:38:35.932Z Downloaded proc-macro-crate v1.3.1
4442024-12-13T21:38:35.933Z Downloaded primeorder v0.13.6
4452024-12-13T21:38:35.944Z Downloaded phf_generator v0.11.2
4462024-12-13T21:38:35.944Z Downloaded typify v0.2.0
4472024-12-13T21:38:35.962Z Downloaded target-lexicon v0.12.16
4482024-12-13T21:38:35.962Z Downloaded hashbrown v0.14.5
4492024-12-13T21:38:35.962Z Downloaded pkg-config v0.3.31
4502024-12-13T21:38:35.962Z Downloaded enum-as-inner v0.6.1
4512024-12-13T21:38:35.962Z Downloaded quinn-udp v0.5.5
4522024-12-13T21:38:35.962Z Downloaded zeroize v1.8.1
4532024-12-13T21:38:35.962Z Downloaded icu_collections v1.5.0
4542024-12-13T21:38:35.977Z Downloaded indoc v2.0.5
4552024-12-13T21:38:35.978Z Downloaded derive_builder_core v0.20.2
4562024-12-13T21:38:35.978Z Downloaded derive_builder v0.20.2
4572024-12-13T21:38:35.978Z Downloaded same-file v1.0.6
4582024-12-13T21:38:35.978Z Downloaded salsa20 v0.10.2
4592024-12-13T21:38:35.978Z Downloaded rusty-fork v0.3.0
4602024-12-13T21:38:35.978Z Downloaded env_logger v0.11.5
4612024-12-13T21:38:35.983Z Downloaded sqlparser_derive v0.2.2
4622024-12-13T21:38:35.984Z Downloaded supports-color v3.0.1
4632024-12-13T21:38:35.984Z Downloaded tls_codec_derive v0.4.1
4642024-12-13T21:38:35.987Z Downloaded utf-8 v0.7.6
4652024-12-13T21:38:35.990Z Downloaded twox-hash v1.6.3
4662024-12-13T21:38:35.993Z Downloaded dhcproto-macros v0.1.0
4672024-12-13T21:38:35.996Z Downloaded ciborium-io v0.2.2
4682024-12-13T21:38:35.999Z Downloaded dirs-next v2.0.0
4692024-12-13T21:38:36.003Z Downloaded wait-timeout v0.2.0
4702024-12-13T21:38:36.003Z Downloaded env_filter v0.1.2
4712024-12-13T21:38:36.006Z Downloaded parking_lot_core v0.8.6
4722024-12-13T21:38:36.008Z Downloaded steno v0.4.1
4732024-12-13T21:38:36.013Z Downloaded h2 v0.4.6
4742024-12-13T21:38:36.021Z Downloaded phf_shared v0.10.0
4752024-12-13T21:38:36.025Z Downloaded quote v1.0.37
4762024-12-13T21:38:36.025Z Downloaded dropshot_endpoint v0.12.0
4772024-12-13T21:38:36.033Z Downloaded percent-encoding v2.3.1
4782024-12-13T21:38:36.033Z Downloaded serde_yaml v0.9.34+deprecated
4792024-12-13T21:38:36.037Z Downloaded num_threads v0.1.7
4802024-12-13T21:38:36.038Z Downloaded r2d2 v0.8.10
4812024-12-13T21:38:36.038Z Downloaded spki v0.7.3
4822024-12-13T21:38:36.041Z Downloaded pbkdf2 v0.12.2
4832024-12-13T21:38:36.041Z Downloaded radium v0.7.0
4842024-12-13T21:38:36.043Z Downloaded phf_shared v0.11.2
4852024-12-13T21:38:36.043Z Downloaded der v0.7.9
4862024-12-13T21:38:36.049Z Downloaded similar-asserts v1.6.0
4872024-12-13T21:38:36.058Z Downloaded plotters-svg v0.3.7
4882024-12-13T21:38:36.062Z Downloaded sigpipe v0.1.3
4892024-12-13T21:38:36.065Z Downloaded sync_wrapper v1.0.1
4902024-12-13T21:38:36.065Z Downloaded untrusted v0.7.1
4912024-12-13T21:38:36.068Z Downloaded constant_time_eq v0.3.1
4922024-12-13T21:38:36.070Z Downloaded hkdf v0.12.4
4932024-12-13T21:38:36.070Z Downloaded universal-hash v0.5.1
4942024-12-13T21:38:36.073Z Downloaded concurrent-queue v2.5.0
4952024-12-13T21:38:36.077Z Downloaded const_format_proc_macros v0.2.33
4962024-12-13T21:38:36.081Z Downloaded zip v0.6.6
4972024-12-13T21:38:36.081Z Downloaded ssh-encoding v0.2.0
4982024-12-13T21:38:36.084Z Downloaded libtest-mimic v0.7.3
4992024-12-13T21:38:36.086Z Downloaded libloading v0.8.5
5002024-12-13T21:38:36.088Z Downloaded futures-util v0.3.31
5012024-12-13T21:38:36.101Z Downloaded unicode-truncate v1.1.0
5022024-12-13T21:38:36.104Z Downloaded dtrace-parser v0.2.0
5032024-12-13T21:38:36.104Z Downloaded num v0.4.3
5042024-12-13T21:38:36.104Z Downloaded spin v0.9.8
5052024-12-13T21:38:36.107Z Downloaded crypto-common v0.1.6
5062024-12-13T21:38:36.109Z Downloaded crc-catalog v2.4.0
5072024-12-13T21:38:36.109Z Downloaded pathdiff v0.2.2
5082024-12-13T21:38:36.113Z Downloaded number_prefix v0.4.0
5092024-12-13T21:38:36.113Z Downloaded pem-rfc7468 v0.7.0
5102024-12-13T21:38:36.113Z Downloaded rayon-core v1.12.1
5112024-12-13T21:38:36.117Z Downloaded toml_edit v0.19.15
5122024-12-13T21:38:36.134Z Downloaded simd-adler32 v0.3.7
5132024-12-13T21:38:36.137Z Downloaded yoke-derive v0.7.4
5142024-12-13T21:38:36.140Z Downloaded normalize-line-endings v0.3.0
5152024-12-13T21:38:36.140Z Downloaded goblin v0.8.2
5162024-12-13T21:38:36.147Z Downloaded sqlformat v0.2.6
5172024-12-13T21:38:36.150Z Downloaded vte v0.11.1
5182024-12-13T21:38:36.150Z Downloaded mockall_derive v0.13.0
5192024-12-13T21:38:36.153Z Downloaded crypto-bigint v0.5.5
5202024-12-13T21:38:36.158Z Downloaded scroll_derive v0.12.0
5212024-12-13T21:38:36.160Z Downloaded semver v0.1.20
5222024-12-13T21:38:36.160Z Downloaded tokio-tungstenite v0.23.1
5232024-12-13T21:38:36.164Z Downloaded diesel_table_macro_syntax v0.2.0
5242024-12-13T21:38:36.168Z Downloaded aho-corasick v1.1.3
5252024-12-13T21:38:36.171Z Downloaded derive_more v0.99.18
5262024-12-13T21:38:36.175Z Downloaded cmake v0.1.51
5272024-12-13T21:38:36.178Z Downloaded num-rational v0.4.2
5282024-12-13T21:38:36.180Z Downloaded url v2.5.3
5292024-12-13T21:38:36.183Z Downloaded which v4.4.2
5302024-12-13T21:38:36.185Z Downloaded tracing-core v0.1.32
5312024-12-13T21:38:36.185Z Downloaded zip v2.1.3
5322024-12-13T21:38:36.190Z Downloaded macaddr v1.0.1
5332024-12-13T21:38:36.193Z Downloaded tough v0.19.0
5342024-12-13T21:38:36.201Z Downloaded oso-derive v0.27.3
5352024-12-13T21:38:36.204Z Downloaded dsl_auto_type v0.1.2
5362024-12-13T21:38:36.204Z Downloaded either v1.13.0
5372024-12-13T21:38:36.206Z Downloaded aws-lc-rs v1.10.0
5382024-12-13T21:38:36.214Z Downloaded synstructure v0.13.1
5392024-12-13T21:38:36.217Z Downloaded shlex v1.3.0
5402024-12-13T21:38:36.219Z Downloaded untrusted v0.9.0
5412024-12-13T21:38:36.223Z Downloaded siphasher v0.3.11
5422024-12-13T21:38:36.223Z Downloaded signal-hook-tokio v0.3.1
5432024-12-13T21:38:36.225Z Downloaded ctr v0.9.2
5442024-12-13T21:38:36.227Z Downloaded secrecy v0.8.0
5452024-12-13T21:38:36.230Z Downloaded scopeguard v1.2.0
5462024-12-13T21:38:36.230Z Downloaded rustversion v1.0.17
5472024-12-13T21:38:36.235Z Downloaded signature v2.2.0
5482024-12-13T21:38:36.235Z Downloaded path-tree v0.8.1
5492024-12-13T21:38:36.238Z Downloaded difflib v0.4.0
5502024-12-13T21:38:36.238Z Downloaded blake3 v1.5.4
5512024-12-13T21:38:36.245Z Downloaded try-lock v0.2.5
5522024-12-13T21:38:36.248Z Downloaded tokio-tungstenite v0.24.0
5532024-12-13T21:38:36.250Z Downloaded whoami v1.5.2
5542024-12-13T21:38:36.254Z Downloaded tokio-rustls v0.26.0
5552024-12-13T21:38:36.254Z Downloaded quick-error v1.2.3
5562024-12-13T21:38:36.256Z Downloaded crossbeam-epoch v0.9.18
5572024-12-13T21:38:36.259Z Downloaded console v0.15.8
5582024-12-13T21:38:36.261Z Downloaded clap_derive v4.5.18
5592024-12-13T21:38:36.264Z Downloaded strip-ansi-escapes v0.2.0
5602024-12-13T21:38:36.266Z Downloaded peg-macros v0.8.4
5612024-12-13T21:38:36.269Z Downloaded rust-argon2 v2.1.0
5622024-12-13T21:38:36.271Z Downloaded tungstenite v0.24.0
5632024-12-13T21:38:36.275Z Downloaded smawk v0.3.2
5642024-12-13T21:38:36.277Z Downloaded openssl-probe v0.1.5
5652024-12-13T21:38:36.278Z Downloaded env_logger v0.10.2
5662024-12-13T21:38:36.281Z Downloaded miniz_oxide v0.8.0
5672024-12-13T21:38:36.284Z Downloaded icu_provider_macros v1.5.0
5682024-12-13T21:38:36.287Z Downloaded tokio-macros v2.4.0
5692024-12-13T21:38:36.287Z Downloaded signal-hook-mio v0.2.4
5702024-12-13T21:38:36.289Z Downloaded rustyline v14.0.0
5712024-12-13T21:38:36.295Z Downloaded toml_edit v0.22.22
5722024-12-13T21:38:36.318Z Downloaded mime v0.3.17
5732024-12-13T21:38:36.322Z Downloaded crc32fast v1.4.2
5742024-12-13T21:38:36.323Z Downloaded const_format v0.2.33
5752024-12-13T21:38:36.325Z Downloaded yoke v0.7.4
5762024-12-13T21:38:36.328Z Downloaded structmeta v0.2.0
5772024-12-13T21:38:36.331Z Downloaded lock_api v0.4.12
5782024-12-13T21:38:36.333Z Downloaded litemap v0.7.3
5792024-12-13T21:38:36.333Z Downloaded dhcproto v0.12.0
5802024-12-13T21:38:36.336Z Downloaded proc-macro-crate v3.2.0
5812024-12-13T21:38:36.339Z Downloaded maybe-uninit v2.0.0
5822024-12-13T21:38:36.339Z Downloaded static_assertions v1.1.0
5832024-12-13T21:38:36.342Z Downloaded scroll v0.12.0
5842024-12-13T21:38:36.345Z Downloaded pin-project v1.1.6
5852024-12-13T21:38:36.355Z Downloaded termtree v0.4.1
5862024-12-13T21:38:36.358Z Downloaded tempfile v3.13.0
5872024-12-13T21:38:36.361Z Downloaded reqwest v0.12.9
5882024-12-13T21:38:36.369Z Downloaded opaque-debug v0.3.1
5892024-12-13T21:38:36.372Z Downloaded git2 v0.19.0
5902024-12-13T21:38:36.378Z Downloaded tap v1.0.1
5912024-12-13T21:38:36.381Z Downloaded proc-macro-error-attr v1.0.4
5922024-12-13T21:38:36.382Z Downloaded impl-trait-for-tuples v0.2.2
5932024-12-13T21:38:36.384Z Downloaded utf16_iter v1.0.5
5942024-12-13T21:38:36.388Z Downloaded zone_cfg_derive v0.1.2
5952024-12-13T21:38:36.388Z Downloaded async-std v1.13.0
5962024-12-13T21:38:36.407Z Downloaded criterion-plot v0.5.0
5972024-12-13T21:38:36.412Z Downloaded bitvec v1.0.1
5982024-12-13T21:38:36.424Z Downloaded take_mut v0.2.2
5992024-12-13T21:38:36.427Z Downloaded lockfree-object-pool v0.1.6
6002024-12-13T21:38:36.430Z Downloaded structmeta-derive v0.3.0
6012024-12-13T21:38:36.430Z Downloaded salty v0.3.0
6022024-12-13T21:38:36.436Z Downloaded zone v0.1.8
6032024-12-13T21:38:36.439Z Downloaded threadpool v1.8.1
6042024-12-13T21:38:36.439Z Downloaded openssl-sys v0.9.103
6052024-12-13T21:38:36.443Z Downloaded typed-path v0.9.3
6062024-12-13T21:38:36.450Z Downloaded thread_local v1.1.8
6072024-12-13T21:38:36.453Z Downloaded crossbeam-deque v0.8.5
6082024-12-13T21:38:36.453Z Downloaded openssl-macros v0.1.1
6092024-12-13T21:38:36.457Z Downloaded chrono v0.4.38
6102024-12-13T21:38:36.461Z Downloaded resolv-conf v0.7.0
6112024-12-13T21:38:36.464Z Downloaded thread-id v4.2.2
6122024-12-13T21:38:36.468Z Downloaded smallvec v1.13.2
6132024-12-13T21:38:36.468Z Downloaded proc-macro-error v1.0.4
6142024-12-13T21:38:36.471Z Downloaded ref-cast v1.0.23
6152024-12-13T21:38:36.474Z Downloaded zerocopy v0.6.6
6162024-12-13T21:38:36.478Z Downloaded diff v0.1.13
6172024-12-13T21:38:36.481Z Downloaded parking_lot v0.12.3
6182024-12-13T21:38:36.483Z Downloaded rustc-hash v1.1.0
6192024-12-13T21:38:36.483Z Downloaded rustc-demangle v0.1.24
6202024-12-13T21:38:36.486Z Downloaded icu_normalizer_data v1.5.0
6212024-12-13T21:38:36.486Z Downloaded utf8_iter v1.0.4
6222024-12-13T21:38:36.489Z Downloaded tungstenite v0.23.0
6232024-12-13T21:38:36.491Z Downloaded stable_deref_trait v1.2.0
6242024-12-13T21:38:36.494Z Downloaded nodrop v0.1.14
6252024-12-13T21:38:36.494Z Downloaded papergrid v0.11.0
6262024-12-13T21:38:36.499Z Downloaded indent_write v2.2.0
6272024-12-13T21:38:36.501Z Downloaded slab v0.4.9
6282024-12-13T21:38:36.504Z Downloaded typenum v1.17.0
6292024-12-13T21:38:36.506Z Downloaded darling v0.20.10
6302024-12-13T21:38:36.510Z Downloaded unicode-properties v0.1.3
6312024-12-13T21:38:36.513Z Downloaded minimal-lexical v0.2.1
6322024-12-13T21:38:36.518Z Downloaded utf8parse v0.2.2
6332024-12-13T21:38:36.521Z Downloaded oorandom v11.1.4
6342024-12-13T21:38:36.521Z Downloaded signal-hook v0.3.17
6352024-12-13T21:38:36.524Z Downloaded icu_provider v1.5.0
6362024-12-13T21:38:36.527Z Downloaded icu_properties v1.5.1
6372024-12-13T21:38:36.529Z Downloaded serde_json v1.0.132
6382024-12-13T21:38:36.536Z Downloaded tokio-util v0.7.12
6392024-12-13T21:38:36.543Z Downloaded nibble_vec v0.1.0
6402024-12-13T21:38:36.546Z Downloaded parking_lot v0.11.2
6412024-12-13T21:38:36.549Z Downloaded smf v0.2.3
6422024-12-13T21:38:36.549Z Downloaded russh-keys v0.45.0
6432024-12-13T21:38:36.551Z Downloaded cookie v0.18.1
6442024-12-13T21:38:36.554Z Downloaded log v0.4.22
6452024-12-13T21:38:36.556Z Downloaded tungstenite v0.21.0
6462024-12-13T21:38:36.560Z Downloaded zone v0.3.0
6472024-12-13T21:38:36.563Z Downloaded itertools v0.10.5
6482024-12-13T21:38:36.567Z Downloaded russh v0.45.0
6492024-12-13T21:38:36.574Z Downloaded darling_core v0.20.10
6502024-12-13T21:38:36.579Z Downloaded rcgen v0.12.1
6512024-12-13T21:38:36.582Z Downloaded once_cell v1.20.2
6522024-12-13T21:38:36.585Z Downloaded gimli v0.31.1
6532024-12-13T21:38:36.593Z Downloaded ssh-key v0.6.6
6542024-12-13T21:38:36.600Z Downloaded zerocopy-derive v0.8.10
6552024-12-13T21:38:36.607Z Downloaded tracing-attributes v0.1.27
6562024-12-13T21:38:36.610Z Downloaded regex v1.11.1
6572024-12-13T21:38:36.623Z Downloaded indexmap v1.9.3
6582024-12-13T21:38:36.627Z Downloaded unicode_categories v0.1.1
6592024-12-13T21:38:36.630Z Downloaded winnow v0.5.40
6602024-12-13T21:38:36.645Z Downloaded uuid v1.11.0
6612024-12-13T21:38:36.648Z Downloaded const-oid v0.9.6
6622024-12-13T21:38:36.649Z Downloaded rand v0.8.5
6632024-12-13T21:38:36.649Z Downloaded p521 v0.13.3
6642024-12-13T21:38:36.652Z Downloaded tabled v0.15.0
6652024-12-13T21:38:36.674Z Downloaded pretty_assertions v1.4.1
6662024-12-13T21:38:36.677Z Downloaded itertools v0.12.1
6672024-12-13T21:38:36.677Z Downloaded rayon v1.10.0
6682024-12-13T21:38:36.686Z Downloaded indexmap v2.6.0
6692024-12-13T21:38:36.690Z Downloaded zerocopy v0.7.35
6702024-12-13T21:38:36.707Z Downloaded crossbeam-channel v0.5.13
6712024-12-13T21:38:36.711Z Downloaded unicode-segmentation v1.12.0
6722024-12-13T21:38:36.715Z Downloaded rustls-webpki v0.102.8
6732024-12-13T21:38:36.735Z Downloaded itertools v0.13.0
6742024-12-13T21:38:36.742Z Downloaded vcpkg v0.2.15
6752024-12-13T21:38:36.779Z Downloaded portable-atomic v1.9.0
6762024-12-13T21:38:36.787Z Downloaded proptest v1.5.0
6772024-12-13T21:38:36.797Z Downloaded mio v1.0.2
6782024-12-13T21:38:36.803Z Downloaded rustls-webpki v0.101.7
6792024-12-13T21:38:36.821Z Downloaded libxml v0.3.3
6802024-12-13T21:38:36.824Z Downloaded object v0.36.5
6812024-12-13T21:38:36.841Z Downloaded pest v2.7.14
6822024-12-13T21:38:36.845Z Downloaded sqlparser v0.45.0
6832024-12-13T21:38:36.848Z Downloaded petname v2.0.2
6842024-12-13T21:38:36.850Z Downloaded serde_with v3.11.0
6852024-12-13T21:38:36.858Z Downloaded time v0.3.36
6862024-12-13T21:38:36.865Z Downloaded unicode-width v0.2.0
6872024-12-13T21:38:36.872Z Downloaded idna v0.5.0
6882024-12-13T21:38:36.879Z Downloaded chrono-tz v0.10.0
6892024-12-13T21:38:36.884Z Downloaded reedline v0.35.0
6902024-12-13T21:38:36.892Z Downloaded lalrpop v0.19.12
6912024-12-13T21:38:36.905Z Downloaded plotters v0.3.7
6922024-12-13T21:38:36.914Z Downloaded hickory-proto v0.24.1
6932024-12-13T21:38:36.932Z Downloaded clap_builder v4.5.21
6942024-12-13T21:38:36.938Z Downloaded p384 v0.13.0
6952024-12-13T21:38:36.945Z Downloaded syn v1.0.109
6962024-12-13T21:38:36.954Z Downloaded idna v0.4.0
6972024-12-13T21:38:36.961Z Downloaded webpki-roots v0.26.6
6982024-12-13T21:38:36.964Z Downloaded zerocopy v0.8.10
6992024-12-13T21:38:36.989Z Downloaded rusqlite v0.32.1
7002024-12-13T21:38:36.996Z Downloaded dropshot v0.12.0
7012024-12-13T21:38:37.017Z Downloaded regress v0.10.1
7022024-12-13T21:38:37.024Z Downloaded dropshot v0.13.0
7032024-12-13T21:38:37.045Z Downloaded icu_properties_data v1.5.0
7042024-12-13T21:38:37.053Z Downloaded unicode-width v0.1.14
7052024-12-13T21:38:37.059Z Downloaded polar-core v0.27.3
7062024-12-13T21:38:37.068Z Downloaded syn v2.0.87
7072024-12-13T21:38:37.084Z Downloaded idna v0.3.0
7082024-12-13T21:38:37.090Z Downloaded radix_trie v0.2.1
7092024-12-13T21:38:37.094Z Downloaded nix v0.28.0
7102024-12-13T21:38:37.105Z Downloaded regex-syntax v0.6.29
7112024-12-13T21:38:37.113Z Downloaded smoltcp v0.9.1
7122024-12-13T21:38:37.128Z Downloaded object v0.30.4
7132024-12-13T21:38:37.138Z Downloaded regex-syntax v0.8.5
7142024-12-13T21:38:37.149Z Downloaded smoltcp v0.11.0
7152024-12-13T21:38:37.160Z Downloaded rustls v0.22.4
7162024-12-13T21:38:37.175Z Downloaded rustls v0.21.12
7172024-12-13T21:38:37.187Z Downloaded curve25519-dalek v4.1.3
7182024-12-13T21:38:37.197Z Downloaded trust-dns-proto v0.22.0
7192024-12-13T21:38:37.229Z Downloaded nix v0.27.1
7202024-12-13T21:38:37.235Z Downloaded bzip2-sys v0.1.11+1.0.8
7212024-12-13T21:38:37.239Z Downloaded ratatui v0.28.1
7222024-12-13T21:38:37.253Z Downloaded openapiv3 v2.0.0
7232024-12-13T21:38:37.263Z Downloaded diesel v2.2.6
7242024-12-13T21:38:38.283Z Downloaded regress v0.9.1
7252024-12-13T21:38:38.286Z Downloaded rustix v0.38.37
7262024-12-13T21:38:38.286Z Downloaded typify-impl v0.2.0
7272024-12-13T21:38:38.286Z Downloaded zerocopy-derive v0.6.6
7282024-12-13T21:38:38.286Z Downloaded nix v0.29.0
7292024-12-13T21:38:38.286Z Downloaded petgraph v0.6.5
7302024-12-13T21:38:38.286Z Downloaded sled v0.34.7
7312024-12-13T21:38:38.286Z Downloaded rustls v0.23.19
7322024-12-13T21:38:38.286Z Downloaded openssl v0.10.66
7332024-12-13T21:38:38.286Z Downloaded idna v0.2.3
7342024-12-13T21:38:38.286Z Downloaded quick-xml v0.33.0
7352024-12-13T21:38:38.286Z Downloaded quinn-proto v0.11.8
7362024-12-13T21:38:38.286Z Downloaded sha3 v0.10.8
7372024-12-13T21:38:38.286Z Downloaded bstr v1.10.0
7382024-12-13T21:38:38.287Z Downloaded libm v0.2.8
7392024-12-13T21:38:38.287Z Downloaded unicode-normalization v0.1.24
7402024-12-13T21:38:38.287Z Downloaded elliptic-curve v0.13.8
7412024-12-13T21:38:38.287Z Downloaded zerovec v0.10.4
7422024-12-13T21:38:38.287Z Downloaded prettyplease v0.2.25
7432024-12-13T21:38:38.287Z Downloaded libc v0.2.162
7442024-12-13T21:38:38.287Z Downloaded regex-automata v0.4.8
7452024-12-13T21:38:38.287Z Downloaded tokio v1.40.0
7462024-12-13T21:38:38.287Z Downloaded quinn v0.11.5
7472024-12-13T21:38:38.287Z Downloaded libz-sys v1.1.20
7482024-12-13T21:38:38.287Z Downloaded ed25519-dalek v2.1.1
7492024-12-13T21:38:38.287Z Downloaded des v0.8.1
7502024-12-13T21:38:38.287Z Downloaded polling v3.7.3
7512024-12-13T21:38:38.287Z Downloaded rfc6979 v0.4.0
7522024-12-13T21:38:38.287Z Downloaded md-5 v0.10.6
7532024-12-13T21:38:38.287Z Downloaded convert_case v0.4.0
7542024-12-13T21:38:38.287Z Downloaded criterion v0.5.1
7552024-12-13T21:38:38.287Z Downloaded winnow v0.6.20
7562024-12-13T21:38:38.287Z Downloaded lzma-sys v0.1.20
7572024-12-13T21:38:38.287Z Downloaded indoc v1.0.9
7582024-12-13T21:38:38.287Z Downloaded proc-macro2 v1.0.89
7592024-12-13T21:38:38.287Z Downloaded pkcs8 v0.10.2
7602024-12-13T21:38:38.287Z Downloaded pin-project-internal v1.1.6
7612024-12-13T21:38:38.287Z Downloaded mime_guess v2.0.5
7622024-12-13T21:38:38.287Z Downloaded zerocopy-derive v0.7.35
7632024-12-13T21:38:38.287Z Downloaded uzers v0.12.1
7642024-12-13T21:38:38.287Z Downloaded value-bag v1.9.0
7652024-12-13T21:38:38.287Z Downloaded compact_str v0.8.0
7662024-12-13T21:38:38.287Z Downloaded unsafe-libyaml v0.2.11
7672024-12-13T21:38:38.287Z Downloaded crossterm v0.28.1
7682024-12-13T21:38:38.287Z Downloaded target-spec v3.2.2
7692024-12-13T21:38:38.287Z Downloaded tokio-rustls v0.25.0
7702024-12-13T21:38:38.287Z Downloaded csv v1.3.0
7712024-12-13T21:38:38.287Z Downloaded tokio-rustls v0.24.1
7722024-12-13T21:38:38.287Z Downloaded zopfli v0.8.1
7732024-12-13T21:38:38.287Z Downloaded dropshot_endpoint v0.13.0
7742024-12-13T21:38:38.288Z Downloaded digest v0.10.7
7752024-12-13T21:38:38.288Z Downloaded md5 v0.7.0
7762024-12-13T21:38:38.288Z Downloaded idna v1.0.3
7772024-12-13T21:38:38.288Z Downloaded bindgen v0.69.5
7782024-12-13T21:38:38.288Z Downloaded target-triple v0.1.3
7792024-12-13T21:38:38.288Z Downloaded cstr-argument v0.1.2
7802024-12-13T21:38:38.288Z Downloaded tabwriter v1.4.0
7812024-12-13T21:38:38.288Z Downloaded schemars v0.8.21
7822024-12-13T21:38:38.288Z Downloaded encoding_rs v0.8.34
7832024-12-13T21:38:38.288Z Downloaded lru-cache v0.1.2
7842024-12-13T21:38:38.288Z Downloaded dof v0.3.0
7852024-12-13T21:38:38.288Z Downloaded nu-ansi-term v0.50.1
7862024-12-13T21:38:38.288Z Downloaded postgres-protocol v0.6.7
7872024-12-13T21:38:38.288Z Downloaded postcard v1.0.10
7882024-12-13T21:38:38.288Z Downloaded poly1305 v0.8.0
7892024-12-13T21:38:38.288Z Downloaded iana-time-zone v0.1.61
7902024-12-13T21:38:38.288Z Downloaded similar v2.6.0
7912024-12-13T21:38:38.288Z Downloaded tokio-tungstenite v0.21.0
7922024-12-13T21:38:38.288Z Downloaded tokio-stream v0.1.16
7932024-12-13T21:38:38.288Z Downloaded memchr v2.7.4
7942024-12-13T21:38:38.288Z Downloaded serde_derive v1.0.215
7952024-12-13T21:38:38.288Z Downloaded schemars_derive v0.8.21
7962024-12-13T21:38:38.288Z Downloaded enum-as-inner v0.5.1
7972024-12-13T21:38:38.288Z Downloaded embedded-io v0.4.0
7982024-12-13T21:38:38.288Z Downloaded rustls-native-certs v0.7.3
7992024-12-13T21:38:38.288Z Downloaded rustls-pki-types v1.10.0
8002024-12-13T21:38:38.288Z Downloaded num-bigint v0.4.6
8012024-12-13T21:38:38.288Z Downloaded signal-hook-registry v1.4.2
8022024-12-13T21:38:38.288Z Downloaded rustls-pemfile v1.0.4
8032024-12-13T21:38:38.288Z Downloaded slog-term v2.9.1
8042024-12-13T21:38:38.288Z Downloaded pem v3.0.4
8052024-12-13T21:38:38.288Z Downloaded kv-log-macro v1.0.7
8062024-12-13T21:38:38.288Z Downloaded kstat-rs v0.2.4
8072024-12-13T21:38:38.288Z Downloaded keccak v0.1.5
8082024-12-13T21:38:38.288Z Downloaded itoa v1.0.11
8092024-12-13T21:38:38.289Z Downloaded display-error-chain v0.2.2
8102024-12-13T21:38:38.289Z Downloaded dirs-sys-next v0.1.2
8112024-12-13T21:38:38.289Z Downloaded scheduled-thread-pool v0.2.7
8122024-12-13T21:38:38.289Z Downloaded hyper v1.5.0
8132024-12-13T21:38:38.289Z Downloaded hashbrown v0.15.1
8142024-12-13T21:38:38.289Z Downloaded yasna v0.5.2
8152024-12-13T21:38:38.289Z Downloaded derive-where v1.2.7
8162024-12-13T21:38:38.289Z Downloaded clap_lex v0.7.2
8172024-12-13T21:38:38.289Z Downloaded tiny-keccak v2.0.2
8182024-12-13T21:38:38.289Z Downloaded toml v0.8.19
8192024-12-13T21:38:38.289Z Downloaded parse-zoneinfo v0.3.1
8202024-12-13T21:38:38.289Z Downloaded httpmock v0.8.0-alpha.1
8212024-12-13T21:38:38.289Z Downloaded owo-colors v4.1.0
8222024-12-13T21:38:38.289Z Downloaded multer v3.1.0
8232024-12-13T21:38:38.289Z Downloaded tracing v0.1.40
8242024-12-13T21:38:38.289Z Downloaded subtle v2.6.1
8252024-12-13T21:38:38.293Z Downloaded spin v0.5.2
8262024-12-13T21:38:38.293Z Downloaded hyper-util v0.1.10
8272024-12-13T21:38:38.293Z Downloaded guppy v0.17.8
8282024-12-13T21:38:38.293Z Downloaded linear-map v1.2.0
8292024-12-13T21:38:38.293Z Downloaded x509-cert v0.2.5
8302024-12-13T21:38:38.293Z Downloaded num-bigint-dig v0.8.4
8312024-12-13T21:38:38.293Z Downloaded nom v7.1.3
8322024-12-13T21:38:38.293Z Downloaded aes-gcm v0.10.3
8332024-12-13T21:38:38.293Z Downloaded textwrap v0.16.1
8342024-12-13T21:38:38.293Z Downloaded aes v0.8.4
8352024-12-13T21:38:38.293Z Downloaded ident_case v1.0.1
8362024-12-13T21:38:38.293Z Downloaded thiserror-impl v1.0.69
8372024-12-13T21:38:38.293Z Downloaded structmeta-derive v0.2.0
8382024-12-13T21:38:38.293Z Downloaded serde_plain v1.0.2
8392024-12-13T21:38:38.293Z Downloaded serde_path_to_error v0.1.16
8402024-12-13T21:38:38.293Z Downloaded rand_chacha v0.3.1
8412024-12-13T21:38:38.293Z Downloaded idna_adapter v1.2.0
8422024-12-13T21:38:38.293Z Downloaded hyper-tls v0.6.0
8432024-12-13T21:38:38.293Z Downloaded tinyvec v1.8.0
8442024-12-13T21:38:38.293Z Downloaded socket2 v0.5.7
8452024-12-13T21:38:38.293Z Downloaded progenitor-impl v0.8.0
8462024-12-13T21:38:38.293Z Downloaded ron v0.7.1
8472024-12-13T21:38:38.293Z Downloaded packed_struct v0.10.1
8482024-12-13T21:38:38.294Z Downloaded indicatif v0.17.9
8492024-12-13T21:38:38.294Z Downloaded powerfmt v0.2.0
8502024-12-13T21:38:38.294Z Downloaded paste v1.0.15
8512024-12-13T21:38:38.294Z Downloaded tinystr v0.7.6
8522024-12-13T21:38:38.294Z Downloaded serde v1.0.215
8532024-12-13T21:38:38.294Z Downloaded usdt-impl v0.5.0
8542024-12-13T21:38:38.294Z Downloaded unicode-xid v0.2.6
8552024-12-13T21:38:38.294Z Downloaded tinytemplate v1.2.1
8562024-12-13T21:38:38.294Z Downloaded flate2 v1.0.34
8572024-12-13T21:38:38.294Z Downloaded hickory-resolver v0.24.1
8582024-12-13T21:38:38.294Z Downloaded icu_normalizer v1.5.0
8592024-12-13T21:38:38.294Z Downloaded tar v0.4.42
8602024-12-13T21:38:38.294Z Downloaded p256 v0.13.2
8612024-12-13T21:38:38.294Z Downloaded ciborium-ll v0.2.2
8622024-12-13T21:38:38.294Z Downloaded pkcs1 v0.7.5
8632024-12-13T21:38:38.294Z Downloaded pest_derive v2.7.14
8642024-12-13T21:38:38.294Z Downloaded samael v0.0.17
8652024-12-13T21:38:38.294Z Downloaded crc-any v2.5.0
8662024-12-13T21:38:38.294Z Downloaded ucd-trie v0.1.7
8672024-12-13T21:38:38.294Z Downloaded trybuild v1.0.101
8682024-12-13T21:38:38.294Z Downloaded hickory-server v0.24.1
8692024-12-13T21:38:38.294Z Downloaded hashbrown v0.12.3
8702024-12-13T21:38:38.294Z Downloaded vsss-rs v3.3.4
8712024-12-13T21:38:38.294Z Downloaded unicode-ident v1.0.13
8722024-12-13T21:38:38.294Z Downloaded ecdsa v0.16.9
8732024-12-13T21:38:38.294Z Downloaded serde_tokenstream v0.2.2
8742024-12-13T21:38:38.294Z Downloaded libgit2-sys v0.17.0+1.8.1
8752024-12-13T21:38:38.294Z Downloaded serde_spanned v0.6.8
8762024-12-13T21:38:38.294Z Downloaded serde_repr v0.1.19
8772024-12-13T21:38:38.294Z Downloaded serde_regex v1.1.0
8782024-12-13T21:38:38.294Z Downloaded csv-core v0.1.11
8792024-12-13T21:38:38.294Z Downloaded term v0.7.0
8802024-12-13T21:38:38.294Z Downloaded subprocess v0.2.9
8812024-12-13T21:38:38.294Z Downloaded slog v2.7.0
8822024-12-13T21:38:38.294Z Downloaded arc-swap v1.7.1
8832024-12-13T21:38:38.294Z Downloaded wyz v0.5.1
8842024-12-13T21:38:38.294Z Downloaded newtype-uuid v1.1.3
8852024-12-13T21:38:38.294Z Downloaded expectorate v1.1.0
8862024-12-13T21:38:38.295Z Downloaded fancy-regex v0.13.0
8872024-12-13T21:38:38.295Z Downloaded cc v1.1.30
8882024-12-13T21:38:38.295Z Downloaded bumpalo v3.16.0
8892024-12-13T21:38:38.295Z Downloaded ipnetwork v0.20.0
8902024-12-13T21:38:38.295Z Downloaded ed25519 v2.2.3
8912024-12-13T21:38:38.295Z Downloaded semver v1.0.23
8922024-12-13T21:38:38.295Z Downloaded dunce v1.0.5
8932024-12-13T21:38:38.295Z Downloaded diesel-dtrace v0.4.2
8942024-12-13T21:38:38.295Z Downloaded defmt v0.3.8
8952024-12-13T21:38:38.295Z Downloaded debug-ignore v1.0.5
8962024-12-13T21:38:38.295Z Downloaded bytes v1.8.0
8972024-12-13T21:38:38.295Z Downloaded colored v2.1.0
8982024-12-13T21:38:38.295Z Downloaded colorchoice v1.0.2
8992024-12-13T21:38:38.295Z Downloaded cobs v0.2.3
9002024-12-13T21:38:38.295Z Downloaded xz2 v0.1.7
9012024-12-13T21:38:38.295Z Downloaded slog-bunyan v2.5.0
9022024-12-13T21:38:38.295Z Downloaded slog-async v2.8.0
9032024-12-13T21:38:38.295Z Downloaded parking v2.2.1
9042024-12-13T21:38:38.295Z Downloaded rustc-hash v2.0.0
9052024-12-13T21:38:38.295Z Downloaded psl-types v2.0.11
9062024-12-13T21:38:38.295Z Downloaded ref-cast-impl v1.0.23
9072024-12-13T21:38:38.295Z Downloaded predicates-core v1.0.8
9082024-12-13T21:38:38.295Z Downloaded polyval v0.6.2
9092024-12-13T21:38:38.295Z Downloaded allocator-api2 v0.2.18
9102024-12-13T21:38:38.295Z Downloaded async-executor v1.13.1
9112024-12-13T21:38:38.295Z Downloaded byteorder v1.5.0
9122024-12-13T21:38:38.295Z Downloaded backoff v0.4.0
9132024-12-13T21:38:38.295Z Downloaded arrayvec v0.7.6
9142024-12-13T21:38:38.295Z Downloaded filetime v0.2.25
9152024-12-13T21:38:38.295Z Downloaded cbc v0.1.2
9162024-12-13T21:38:38.295Z Downloaded argon2 v0.5.3
9172024-12-13T21:38:38.295Z Downloaded assert_cmd v2.0.16
9182024-12-13T21:38:38.295Z Downloaded futures-io v0.3.31
9192024-12-13T21:38:38.295Z Downloaded fixedbitset v0.4.2
9202024-12-13T21:38:38.295Z Downloaded async-trait v0.1.83
9212024-12-13T21:38:38.295Z Downloaded block-buffer v0.10.4
9222024-12-13T21:38:38.295Z Downloaded async-stream v0.3.6
9232024-12-13T21:38:38.295Z Downloaded assert-json-diff v2.0.2
9242024-12-13T21:38:38.295Z Downloaded anstyle-query v1.1.1
9252024-12-13T21:38:38.298Z Downloaded httpdate v1.0.3
9262024-12-13T21:38:38.298Z Downloaded chrono-tz-build v0.4.0
9272024-12-13T21:38:38.298Z Downloaded chacha20 v0.9.1
9282024-12-13T21:38:38.298Z Downloaded cfg-if v1.0.0
9292024-12-13T21:38:38.298Z Downloaded cexpr v0.6.0
9302024-12-13T21:38:38.298Z Downloaded block-padding v0.3.3
9312024-12-13T21:38:38.298Z Downloaded anstyle-parse v0.2.5
9322024-12-13T21:38:38.298Z Downloaded anstream v0.6.15
9332024-12-13T21:38:38.298Z Downloaded futures-sink v0.3.31
9342024-12-13T21:38:38.298Z Downloaded futures-executor v0.3.31
9352024-12-13T21:38:38.298Z Downloaded fd-lock v4.0.2
9362024-12-13T21:38:38.298Z Downloaded glob v0.3.1
9372024-12-13T21:38:38.298Z Downloaded gethostname v0.5.0
9382024-12-13T21:38:38.298Z Downloaded fragile v2.0.0
9392024-12-13T21:38:38.298Z Downloaded fs-err v2.11.0
9402024-12-13T21:38:38.298Z Downloaded flagset v0.4.6
9412024-12-13T21:38:38.298Z Downloaded fallible-streaming-iterator v0.1.9
9422024-12-13T21:38:38.299Z Downloaded fallible-iterator v0.3.0
9432024-12-13T21:38:38.299Z Downloaded event-listener v2.5.3
9442024-12-13T21:38:38.299Z Downloaded bit-vec v0.6.3
9452024-12-13T21:38:38.299Z Downloaded bcrypt-pbkdf v0.10.0
9462024-12-13T21:38:38.299Z Downloaded autocfg v1.4.0
9472024-12-13T21:38:38.299Z Downloaded fnv v1.0.7
9482024-12-13T21:38:38.299Z Downloaded float-cmp v0.9.0
9492024-12-13T21:38:38.299Z Downloaded ff v0.13.0
9502024-12-13T21:38:38.299Z Downloaded ascii-canvas v3.0.0
9512024-12-13T21:38:38.299Z Downloaded event-listener-strategy v0.5.2
9522024-12-13T21:38:38.299Z Downloaded atomic-waker v1.1.2
9532024-12-13T21:38:38.299Z Downloaded array-init v0.0.4
9542024-12-13T21:38:38.379Z Downloaded aws-lc-sys v0.22.0
9552024-12-13T21:38:38.714Z Downloaded ring v0.17.8
9562024-12-13T21:38:38.882Z Downloaded ring v0.16.20
9572024-12-13T21:38:38.967Z Downloaded libsqlite3-sys v0.30.1
9582024-12-13T21:38:39.314Z+ ptime -m ./tools/install_builder_prerequisites.sh -yp
9592024-12-13T21:38:56.971Z Startup: Refreshing catalog 'helios-dev' ... Done
9602024-12-13T21:39:00.155Z Startup: Caching catalogs ... Done
9612024-12-13T21:39:10.448ZPlanning: Solver setup ... Done (9.407s)
9622024-12-13T21:39:10.578ZPlanning: Running solver ... Done (0.128s)
9632024-12-13T21:39:10.865ZPlanning: Finding local manifests ... Done (0.176s)
9642024-12-13T21:39:10.882ZPlanning: Fetching manifests: 0/5 0% complete
9652024-12-13T21:39:11.107ZPlanning: Fetching manifests: 5/5 100% complete
9662024-12-13T21:39:11.419ZPlanning: Package planning ... Done (0.327s)
9672024-12-13T21:39:11.476ZPlanning: Merging actions ... Done (0.056s)
9682024-12-13T21:39:12.567ZPlanning: Checking for conflicting actions ... Done (1.091s)
9692024-12-13T21:39:21.542ZPlanning: Consolidating action changes ... Done (8.974s)
9702024-12-13T21:39:21.922ZPlanning: Evaluating mediators ... Done (0.380s)
9712024-12-13T21:39:22.107ZPlanning: Planning completed in 21.85 seconds
9722024-12-13T21:39:23.025Z Packages to install: 4
9732024-12-13T21:39:23.025Z Packages to update: 1
9742024-12-13T21:39:23.025Z Mediators to change: 2
9752024-12-13T21:39:23.028Z Services to change: 1
9762024-12-13T21:39:23.029Z Estimated space available: 155.38 GB
9772024-12-13T21:39:23.029ZEstimated space to be consumed: 1.61 GB
9782024-12-13T21:39:23.029Z Create boot environment: No
9792024-12-13T21:39:23.029ZCreate backup boot environment: Yes
9802024-12-13T21:39:23.029Z Rebuild boot archive: No
9812024-12-13T21:39:23.029Z
9822024-12-13T21:39:23.029ZChanged mediators:
9832024-12-13T21:39:23.029Z mediator clang:
9842024-12-13T21:39:23.029Z version: None -> 15 (system default)
9852024-12-13T21:39:23.029Z
9862024-12-13T21:39:23.029Z mediator llvm:
9872024-12-13T21:39:23.029Z version: 14 (system default) -> 15 (system default)
9882024-12-13T21:39:23.029Z
9892024-12-13T21:39:23.029ZChanged packages:
9902024-12-13T21:39:23.029Zhelios-dev
9912024-12-13T21:39:23.029Z developer/build-essential
9922024-12-13T21:39:23.029Z None -> 11-2.0
9932024-12-13T21:39:23.029Z library/libxmlsec1
9942024-12-13T21:39:23.029Z None -> 1.2.35-2.0
9952024-12-13T21:39:23.029Z ooce/developer/clang-15
9962024-12-13T21:39:23.029Z None -> 15.0.7-2.0
9972024-12-13T21:39:23.029Z ooce/developer/llvm-15
9982024-12-13T21:39:23.029Z None -> 15.0.7-2.0
9992024-12-13T21:39:23.029Z package/pkg
10002024-12-13T21:39:23.029Z 0.5.11-2.0 -> 0.5.11-2.1.6412
10012024-12-13T21:39:23.029Z
10022024-12-13T21:39:23.029ZServices:
10032024-12-13T21:39:23.029Z restart_fmri:
10042024-12-13T21:39:23.029Z svc:/system/update-man-index:default
10052024-12-13T21:39:23.029Z
10062024-12-13T21:39:23.030ZEditable files to change:
10072024-12-13T21:39:23.030Z Update:
10082024-12-13T21:39:23.030Z usr/share/lib/pkg/web/config.shtml
10092024-12-13T21:39:23.590Z
10102024-12-13T21:39:23.590ZDownload: 0/4281 items 0.0/220.6MB 0% complete
10112024-12-13T21:39:28.594ZDownload: 1467/4281 items 117.3/220.6MB 53% complete (23.6M/s)
10122024-12-13T21:39:33.649ZDownload: 3246/4281 items 167.9/220.6MB 76% complete (17.1M/s)
10132024-12-13T21:39:37.930ZDownload: Completed 220.60 MB in 14.34 seconds (15.4M/s)
10142024-12-13T21:39:39.038Z Actions: 1/5063 actions (Removing old actions)
10152024-12-13T21:39:39.055Z Actions: 194/5063 actions (Installing new actions)
10162024-12-13T21:39:44.109Z Actions: 4083/5063 actions (Installing new actions)
10172024-12-13T21:39:45.707Z Actions: 4226/5063 actions (Updating modified actions)
10182024-12-13T21:39:45.762Z Actions: Completed 5063 actions in 6.48 seconds.
10192024-12-13T21:39:45.778Z Done (0.219s)
10202024-12-13T21:39:45.779Z Done (0.000s)
10212024-12-13T21:39:46.317Z Done (0.555s)
10222024-12-13T21:39:53.584Z Done (7.056s)
10232024-12-13T21:39:54.134Z Done (0.478s)
10242024-12-13T21:39:54.136Z Done (0.000s)
10252024-12-13T21:39:54.301Z Done (0.000s)
10262024-12-13T21:39:55.020ZPlanning: Evaluating mediator changes ... Done
10272024-12-13T21:39:55.190ZPlanning: Checking for conflicting actions ... Done
10282024-12-13T21:39:55.194ZPlanning: Consolidating action changes ... Done
10292024-12-13T21:39:55.464ZPlanning: Evaluating mediators ... Done
10302024-12-13T21:39:55.467ZPlanning: Planning completed in 0.44 seconds
10312024-12-13T21:39:55.503Z Mediators to change: 2
10322024-12-13T21:39:55.503Z Create boot environment: No
10332024-12-13T21:39:55.505ZCreate backup boot environment: No
10342024-12-13T21:39:55.579Z Done
10352024-12-13T21:39:55.579Z Done
10362024-12-13T21:39:55.983Z Done
10372024-12-13T21:39:59.793Z Done
10382024-12-13T21:39:59.887Z Done
10392024-12-13T21:39:59.889Z Done
10402024-12-13T21:40:00.045Z Done
10412024-12-13T21:40:00.694ZPlanning: Evaluating mediator changes ... Done
10422024-12-13T21:40:00.697ZPlanning: Merging actions ... Done
10432024-12-13T21:40:00.892ZPlanning: Checking for conflicting actions ... Done
10442024-12-13T21:40:00.894ZPlanning: Consolidating action changes ... Done
10452024-12-13T21:40:01.172ZPlanning: Evaluating mediators ... Done
10462024-12-13T21:40:01.231ZPlanning: Planning completed in 0.79 seconds
10472024-12-13T21:40:01.270Z Packages to change: 1
10482024-12-13T21:40:01.271Z Mediators to change: 1
10492024-12-13T21:40:01.273Z Services to change: 1
10502024-12-13T21:40:01.273Z Create boot environment: No
10512024-12-13T21:40:01.273ZCreate backup boot environment: Yes
10522024-12-13T21:40:03.461Z Actions: 1/6 actions (Updating modified actions)
10532024-12-13T21:40:03.540Z Actions: Completed 6 actions in 0.08 seconds.
10542024-12-13T21:40:03.543Z Done
10552024-12-13T21:40:03.543Z Done
10562024-12-13T21:40:03.655Z Done
10572024-12-13T21:40:07.471Z Done
10582024-12-13T21:40:07.564Z Done
10592024-12-13T21:40:07.566Z Done
10602024-12-13T21:40:07.686Z Done
10612024-12-13T21:40:08.134ZMEDIATOR VER. SRC. VERSION IMPL. SRC. IMPLEMENTATION
10622024-12-13T21:40:08.134Zclang system 15 system
10632024-12-13T21:40:08.135Zcsh system system illumos
10642024-12-13T21:40:08.135Zctags system system illumos
10652024-12-13T21:40:08.135Zgcc vendor 12 vendor
10662024-12-13T21:40:08.135Zgcc system 10 system
10672024-12-13T21:40:08.135Zgcc system 7 system
10682024-12-13T21:40:08.135Zgo system 1.20 system
10692024-12-13T21:40:08.135Zgo system 1.19 system
10702024-12-13T21:40:08.135Zllvm system 15 system
10712024-12-13T21:40:08.135Zllvm system 14 system
10722024-12-13T21:40:08.135Zmariadb system 10.6 system
10732024-12-13T21:40:08.135Zmta vendor vendor dma
10742024-12-13T21:40:08.136Zopenjdk system 17 system
10752024-12-13T21:40:08.136Zopenjdk system 11 system
10762024-12-13T21:40:08.136Zopenjdk system 1.8 system
10772024-12-13T21:40:08.136Zopenssl vendor 3 vendor
10782024-12-13T21:40:08.136Zperl system 5.36 system
10792024-12-13T21:40:08.136Zpostgresql system 15 system
10802024-12-13T21:40:08.137Zpostgresql system 13 system
10812024-12-13T21:40:08.137Zpython vendor 3 vendor
10822024-12-13T21:40:08.137Zpython system 2 system
10832024-12-13T21:40:08.137Zpython3 system 3.11 system
10842024-12-13T21:40:08.137Zruby system 3.0 system
10852024-12-13T21:40:08.137Zwords vendor vendor american-english
10862024-12-13T21:40:08.137Zwords system system australian-english
10872024-12-13T21:40:08.137Zwords system system british-english
10882024-12-13T21:40:08.138Zwords system system canadian-english
10892024-12-13T21:40:08.138Zwords system system french
10902024-12-13T21:40:08.138Zwords system system italian
10912024-12-13T21:40:08.138Zwords system system ngerman
10922024-12-13T21:40:08.138Zwords system system ogerman
10932024-12-13T21:40:08.138Zwords system system spanish
10942024-12-13T21:40:08.478ZPUBLISHER TYPE STATUS P LOCATION
10952024-12-13T21:40:08.478Zhelios-dev origin online F https://pkg.oxide.computer/helios/2/dev/
10962024-12-13T21:40:11.190ZFMRI IFO
10972024-12-13T21:40:11.190Zpkg://helios-dev/developer/build-essential@11-2.0:20230623T110919Z im-
10982024-12-13T21:40:11.190Zpkg://helios-dev/developer/pkg-config@0.29.2-2.0:20230621T191911Z i--
10992024-12-13T21:40:11.190Zpkg://helios-dev/library/libxmlsec1@1.2.35-2.0:20230624T123441Z im-
11002024-12-13T21:40:11.190Zpkg://helios-dev/ooce/developer/clang-15@15.0.7-2.0:20231012T123315Z im-
11012024-12-13T21:40:11.190Zpkg://helios-dev/ooce/developer/clang-15@15.0.7-2.0:20230623T141037Z ---
11022024-12-13T21:40:11.190Zpkg://helios-dev/ooce/library/postgresql-13@13.11-2.0:20230623T123131Z i--
11032024-12-13T21:40:11.190Zpkg://helios-dev/package/pkg@0.5.11-2.1.6412:20240822T193324Z im-
11042024-12-13T21:40:11.190Zpkg://helios-dev/package/pkg@0.5.11-2.0:20231020T135332Z ---
11052024-12-13T21:40:11.190Zpkg://helios-dev/package/pkg@0.5.11-2.0:20230621T202036Z ---
11062024-12-13T21:40:11.190Zpkg://helios-dev/system/library/g++-runtime@14-2.0:20241021T223805Z ---
11072024-12-13T21:40:11.190Zpkg://helios-dev/system/library/g++-runtime@13-2.0:20231118T213948Z i--
11082024-12-13T21:40:11.190Zpkg://helios-dev/system/library/g++-runtime@12-2.0:20230621T201406Z ---
11092024-12-13T21:40:11.190Zpkg://helios-dev/system/library/gcc-runtime@14-2.0:20241021T223750Z ---
11102024-12-13T21:40:11.190Zpkg://helios-dev/system/library/gcc-runtime@13-2.0:20231118T213832Z i--
11112024-12-13T21:40:11.190Zpkg://helios-dev/system/library/gcc-runtime@12-2.0:20230621T201432Z ---
11122024-12-13T21:40:12.272Z Downloading crates ...
11132024-12-13T21:40:12.382Z Downloaded cargo_toml v0.20.5
11142024-12-13T21:40:12.523Z Compiling proc-macro2 v1.0.89
11152024-12-13T21:40:12.523Z Compiling unicode-ident v1.0.13
11162024-12-13T21:40:12.525Z Compiling version_check v0.9.5
11172024-12-13T21:40:12.526Z Compiling serde v1.0.215
11182024-12-13T21:40:12.526Z Compiling memchr v2.7.4
11192024-12-13T21:40:12.526Z Compiling thiserror v1.0.69
11202024-12-13T21:40:12.526Z Compiling libc v0.2.162
11212024-12-13T21:40:12.545Z Compiling ucd-trie v0.1.7
11222024-12-13T21:40:12.793Z Compiling itoa v1.0.11
11232024-12-13T21:40:13.020Z Compiling ryu v1.0.18
11242024-12-13T21:40:13.179Z Compiling once_cell v1.20.2
11252024-12-13T21:40:13.348Z Compiling byteorder v1.5.0
11262024-12-13T21:40:13.521Z Compiling rustix v0.38.37
11272024-12-13T21:40:13.907Z Compiling serde_json v1.0.132
11282024-12-13T21:40:14.533Z Compiling bitflags v2.6.0
11292024-12-13T21:40:14.556Z Compiling proc-macro-error-attr v1.0.4
11302024-12-13T21:40:14.605Z Compiling usdt-impl v0.5.0
11312024-12-13T21:40:14.760Z Compiling syn v1.0.109
11322024-12-13T21:40:14.828Z Compiling proc-macro-error v1.0.4
11332024-12-13T21:40:14.855Z Compiling hashbrown v0.15.1
11342024-12-13T21:40:14.914Z Compiling utf8parse v0.2.2
11352024-12-13T21:40:15.030Z Compiling log v0.4.22
11362024-12-13T21:40:15.061Z Compiling camino v1.1.9
11372024-12-13T21:40:15.083Z Compiling equivalent v1.0.1
11382024-12-13T21:40:15.184Z Compiling plain v0.2.3
11392024-12-13T21:40:15.308Z Compiling thread-id v4.2.2
11402024-12-13T21:40:15.420Z Compiling anstyle-parse v0.2.5
11412024-12-13T21:40:15.452Z Compiling pretty-hex v0.4.1
11422024-12-13T21:40:15.487Z Compiling is_terminal_polyfill v1.70.1
11432024-12-13T21:40:15.603Z Compiling quote v1.0.37
11442024-12-13T21:40:15.643Z Compiling anstyle-query v1.1.1
11452024-12-13T21:40:15.736Z Compiling unicode-width v0.1.14
11462024-12-13T21:40:15.748Z Compiling winnow v0.6.20
11472024-12-13T21:40:15.760Z Compiling semver v1.0.23
11482024-12-13T21:40:15.783Z Compiling autocfg v1.4.0
11492024-12-13T21:40:16.105Z Compiling syn v2.0.87
11502024-12-13T21:40:16.127Z Compiling errno v0.3.9
11512024-12-13T21:40:16.246Z Compiling indexmap v2.6.0
11522024-12-13T21:40:16.342Z Compiling anstyle v1.0.10
11532024-12-13T21:40:16.783Z Compiling colorchoice v1.0.2
11542024-12-13T21:40:16.935Z Compiling fs-err v2.11.0
11552024-12-13T21:40:16.949Z Compiling anstream v0.6.15
11562024-12-13T21:40:17.519Z Compiling strsim v0.11.1
11572024-12-13T21:40:17.577Z Compiling anyhow v1.0.93
11582024-12-13T21:40:17.771Z Compiling heck v0.5.0
11592024-12-13T21:40:18.216Z Compiling heck v0.4.1
11602024-12-13T21:40:18.265Z Compiling cfg-if v1.0.0
11612024-12-13T21:40:18.345Z Compiling fastrand v2.1.1
11622024-12-13T21:40:18.361Z Compiling fnv v1.0.7
11632024-12-13T21:40:18.479Z Compiling bytecount v0.6.8
11642024-12-13T21:40:18.502Z Compiling clap_lex v0.7.2
11652024-12-13T21:40:18.677Z Compiling terminal_size v0.4.0
11662024-12-13T21:40:18.690Z Compiling tempfile v3.13.0
11672024-12-13T21:40:18.876Z Compiling clap_builder v4.5.21
11682024-12-13T21:40:18.907Z Compiling papergrid v0.11.0
11692024-12-13T21:40:19.540Z Compiling memmap v0.7.0
11702024-12-13T21:40:19.574Z Compiling smawk v0.3.2
11712024-12-13T21:40:19.609Z Compiling unicode-linebreak v0.1.5
11722024-12-13T21:40:20.064Z Compiling textwrap v0.16.1
11732024-12-13T21:40:20.100Z Compiling swrite v0.1.0
11742024-12-13T21:40:21.615Z Compiling tabled_derive v0.7.0
11752024-12-13T21:40:23.156Z Compiling tabled v0.15.0
11762024-12-13T21:40:25.116Z Compiling serde_derive v1.0.215
11772024-12-13T21:40:25.116Z Compiling thiserror-impl v1.0.69
11782024-12-13T21:40:25.119Z Compiling zerocopy-derive v0.7.35
11792024-12-13T21:40:25.119Z Compiling scroll_derive v0.12.0
11802024-12-13T21:40:25.119Z Compiling clap_derive v4.5.18
11812024-12-13T21:40:26.411Z Compiling scroll v0.12.0
11822024-12-13T21:40:26.720Z Compiling zerocopy v0.7.35
11832024-12-13T21:40:26.903Z Compiling goblin v0.8.2
11842024-12-13T21:40:28.011Z Compiling pest v2.7.14
11852024-12-13T21:40:29.077Z Compiling clap v4.5.21
11862024-12-13T21:40:30.179Z Compiling pest_meta v2.7.14
11872024-12-13T21:40:31.035Z Compiling pest_generator v2.7.14
11882024-12-13T21:40:33.226Z Compiling pest_derive v2.7.14
11892024-12-13T21:40:33.628Z Compiling dtrace-parser v0.2.0
11902024-12-13T21:40:35.285Z Compiling serde_tokenstream v0.2.2
11912024-12-13T21:40:35.328Z Compiling serde_spanned v0.6.8
11922024-12-13T21:40:35.329Z Compiling toml_datetime v0.6.8
11932024-12-13T21:40:35.675Z Compiling toml_edit v0.22.22
11942024-12-13T21:40:35.747Z Compiling cargo-platform v0.1.8
11952024-12-13T21:40:35.866Z Compiling macaddr v1.0.1
11962024-12-13T21:40:35.907Z Compiling camino-tempfile v1.1.1
11972024-12-13T21:40:36.808Z Compiling dof v0.3.0
11982024-12-13T21:40:36.880Z Compiling cargo_metadata v0.18.1
11992024-12-13T21:40:38.557Z Compiling toml v0.8.19
12002024-12-13T21:40:38.604Z Compiling usdt-attr-macro v0.5.0
12012024-12-13T21:40:38.604Z Compiling usdt-macro v0.5.0
12022024-12-13T21:40:39.431Z Compiling cargo_toml v0.20.5
12032024-12-13T21:40:40.047Z Compiling usdt v0.5.0
12042024-12-13T21:40:43.100Z Compiling xtask v0.1.0 (/work/oxidecomputer/omicron/dev-tools/xtask)
12052024-12-13T21:40:47.513Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 35.78s
12062024-12-13T21:40:47.573Z Running `target/debug/xtask download cockroach clickhouse console dendrite-openapi dendrite-stub maghemite-mgd transceiver-control`
12072024-12-13T21:40:48.475Z Compiling serde v1.0.215
12082024-12-13T21:40:48.477Z Compiling lock_api v0.4.12
12092024-12-13T21:40:48.477Z Compiling scopeguard v1.2.0
12102024-12-13T21:40:48.477Z Compiling value-bag v1.9.0
12112024-12-13T21:40:48.477Z Compiling typenum v1.17.0
12122024-12-13T21:40:48.477Z Compiling generic-array v0.14.7
12132024-12-13T21:40:48.614Z Compiling syn v2.0.87
12142024-12-13T21:40:48.626Z Compiling getrandom v0.2.15
12152024-12-13T21:40:48.828Z Compiling shlex v1.3.0
12162024-12-13T21:40:48.941Z Compiling rand_core v0.6.4
12172024-12-13T21:40:49.050Z Compiling log v0.4.22
12182024-12-13T21:40:49.206Z Compiling subtle v2.6.1
12192024-12-13T21:40:49.223Z Compiling jobserver v0.1.32
12202024-12-13T21:40:49.240Z Compiling const-oid v0.9.6
12212024-12-13T21:40:49.479Z Compiling smallvec v1.13.2
12222024-12-13T21:40:49.499Z Compiling spin v0.9.8
12232024-12-13T21:40:49.548Z Compiling pin-project-lite v0.2.14
12242024-12-13T21:40:49.682Z Compiling cc v1.1.30
12252024-12-13T21:40:49.896Z Compiling rustix v0.38.37
12262024-12-13T21:40:49.899Z Compiling parking_lot_core v0.9.10
12272024-12-13T21:40:49.941Z Compiling futures-core v0.3.31
12282024-12-13T21:40:50.173Z Compiling signal-hook-registry v1.4.2
12292024-12-13T21:40:50.192Z Compiling mio v1.0.2
12302024-12-13T21:40:50.818Z Compiling parking_lot v0.12.3
12312024-12-13T21:40:51.008Z Compiling aho-corasick v1.1.3
12322024-12-13T21:40:51.027Z Compiling regex-syntax v0.8.5
12332024-12-13T21:40:51.257Z Compiling cpufeatures v0.2.14
12342024-12-13T21:40:51.272Z Compiling lazy_static v1.5.0
12352024-12-13T21:40:51.384Z Compiling glob v0.3.1
12362024-12-13T21:40:51.405Z Compiling either v1.13.0
12372024-12-13T21:40:51.432Z Compiling futures-sink v0.3.31
12382024-12-13T21:40:51.583Z Compiling stable_deref_trait v1.2.0
12392024-12-13T21:40:51.699Z Compiling socket2 v0.5.7
12402024-12-13T21:40:51.778Z Compiling slab v0.4.9
12412024-12-13T21:40:51.843Z Compiling prettyplease v0.2.25
12422024-12-13T21:40:52.187Z Compiling minimal-lexical v0.2.1
12432024-12-13T21:40:52.405Z Compiling clang-sys v1.8.1
12442024-12-13T21:40:52.505Z Compiling libloading v0.8.5
12452024-12-13T21:40:52.708Z Compiling nom v7.1.3
12462024-12-13T21:40:52.727Z Compiling bindgen v0.69.5
12472024-12-13T21:40:52.946Z Compiling home v0.5.9
12482024-12-13T21:40:53.148Z Compiling serde_json v1.0.132
12492024-12-13T21:40:53.503Z Compiling itertools v0.10.5
12502024-12-13T21:40:53.549Z Compiling futures-channel v0.3.31
12512024-12-13T21:40:53.988Z Compiling futures-io v0.3.31
12522024-12-13T21:40:54.007Z Compiling allocator-api2 v0.2.18
12532024-12-13T21:40:54.331Z Compiling foldhash v0.1.3
12542024-12-13T21:40:54.637Z Compiling rustc-hash v1.1.0
12552024-12-13T21:40:54.788Z Compiling regex-automata v0.4.8
12562024-12-13T21:40:54.843Z Compiling pin-utils v0.1.0
12572024-12-13T21:40:54.945Z Compiling lazycell v1.3.0
12582024-12-13T21:40:55.112Z Compiling futures-task v0.3.31
12592024-12-13T21:40:55.432Z Compiling hashbrown v0.15.1
12602024-12-13T21:40:56.397Z Compiling synstructure v0.13.1
12612024-12-13T21:40:56.664Z Compiling cexpr v0.6.0
12622024-12-13T21:40:56.791Z Compiling cmake v0.1.51
12632024-12-13T21:40:57.908Z Compiling dunce v1.0.5
12642024-12-13T21:40:58.053Z Compiling tinyvec_macros v0.1.1
12652024-12-13T21:40:58.111Z Compiling fs_extra v1.3.0
12662024-12-13T21:40:58.139Z Compiling libm v0.2.8
12672024-12-13T21:40:58.157Z Compiling pkg-config v0.3.31
12682024-12-13T21:40:58.490Z Compiling tinyvec v1.8.0
12692024-12-13T21:40:58.534Z Compiling num-traits v0.2.19
12702024-12-13T21:40:59.070Z Compiling ring v0.17.8
12712024-12-13T21:40:59.745Z Compiling paste v1.0.15
12722024-12-13T21:40:59.878Z Compiling base64ct v1.6.0
12732024-12-13T21:41:00.045Z Compiling unicode-normalization v0.1.24
12742024-12-13T21:41:00.186Z Compiling unicode-bidi v0.3.17
12752024-12-13T21:41:00.230Z Compiling litemap v0.7.3
12762024-12-13T21:41:00.252Z Compiling writeable v0.5.5
12772024-12-13T21:41:00.481Z Compiling pem-rfc7468 v0.7.0
12782024-12-13T21:41:00.621Z Compiling regex v1.11.1
12792024-12-13T21:41:01.229Z Compiling aws-lc-rs v1.10.0
12802024-12-13T21:41:01.641Z Compiling httparse v1.9.5
12812024-12-13T21:41:01.686Z Compiling flagset v0.4.6
12822024-12-13T21:41:01.912Z Compiling tracing-core v0.1.32
12832024-12-13T21:41:02.436Z Compiling percent-encoding v2.3.1
12842024-12-13T21:41:02.804Z Compiling rustls-pki-types v1.10.0
12852024-12-13T21:41:02.885Z Compiling crossbeam-utils v0.8.20
12862024-12-13T21:41:03.080Z Compiling icu_locid_transform_data v1.5.0
12872024-12-13T21:41:03.253Z Compiling untrusted v0.7.1
12882024-12-13T21:41:03.439Z Compiling untrusted v0.9.0
12892024-12-13T21:41:03.459Z Compiling serde_derive v1.0.215
12902024-12-13T21:41:03.462Z Compiling zeroize_derive v1.4.2
12912024-12-13T21:41:03.634Z Compiling zerocopy-derive v0.7.35
12922024-12-13T21:41:03.884Z Compiling tokio-macros v2.4.0
12932024-12-13T21:41:03.915Z Compiling zerofrom-derive v0.1.4
12942024-12-13T21:41:05.016Z Compiling zeroize v1.8.1
12952024-12-13T21:41:05.453Z Compiling yoke-derive v0.7.4
12962024-12-13T21:41:05.497Z Compiling thiserror-impl v1.0.69
12972024-12-13T21:41:05.958Z Compiling zerocopy v0.7.35
12982024-12-13T21:41:06.918Z Compiling crypto-common v0.1.6
12992024-12-13T21:41:07.136Z Compiling block-buffer v0.10.4
13002024-12-13T21:41:07.402Z Compiling digest v0.10.7
13012024-12-13T21:41:07.562Z Compiling futures-macro v0.3.31
13022024-12-13T21:41:07.751Z Compiling zerovec-derive v0.10.3
13032024-12-13T21:41:07.912Z Compiling hmac v0.12.1
13042024-12-13T21:41:08.123Z Compiling zerofrom v0.1.4
13052024-12-13T21:41:08.152Z Compiling block-padding v0.3.3
13062024-12-13T21:41:08.347Z Compiling displaydoc v0.2.5
13072024-12-13T21:41:08.398Z Compiling inout v0.1.3
13082024-12-13T21:41:08.601Z Compiling yoke v0.7.4
13092024-12-13T21:41:08.676Z Compiling cipher v0.4.4
13102024-12-13T21:41:08.765Z Compiling thiserror v1.0.69
13112024-12-13T21:41:08.898Z Compiling sha2 v0.10.8
13122024-12-13T21:41:08.956Z Compiling ppv-lite86 v0.2.20
13132024-12-13T21:41:09.204Z Compiling der_derive v0.7.3
13142024-12-13T21:41:09.484Z Compiling futures-util v0.3.31
13152024-12-13T21:41:09.801Z Compiling icu_provider_macros v1.5.0
13162024-12-13T21:41:10.101Z Compiling rand_chacha v0.3.1
13172024-12-13T21:41:10.453Z Compiling zerovec v0.10.4
13182024-12-13T21:41:10.993Z Compiling tracing-attributes v0.1.27
13192024-12-13T21:41:11.524Z Compiling der v0.7.9
13202024-12-13T21:41:12.469Z Compiling tinystr v0.7.6
13212024-12-13T21:41:12.564Z Compiling icu_collections v1.5.0
13222024-12-13T21:41:12.651Z Compiling rand v0.8.5
13232024-12-13T21:41:12.924Z Compiling icu_locid v1.5.0
13242024-12-13T21:41:14.098Z Compiling spki v0.7.3
13252024-12-13T21:41:14.465Z Compiling icu_provider v1.5.0
13262024-12-13T21:41:14.760Z Compiling tracing v0.1.40
13272024-12-13T21:41:14.809Z Compiling salsa20 v0.10.2
13282024-12-13T21:41:14.912Z Compiling pest v2.7.14
13292024-12-13T21:41:15.035Z Compiling pbkdf2 v0.12.2
13302024-12-13T21:41:15.202Z Compiling icu_locid_transform v1.5.0
13312024-12-13T21:41:15.290Z Compiling vcpkg v0.2.15
13322024-12-13T21:41:15.373Z Compiling icu_properties_data v1.5.0
13332024-12-13T21:41:15.458Z Compiling num-conv v0.1.0
13342024-12-13T21:41:15.543Z Compiling mirai-annotations v1.12.0
13352024-12-13T21:41:15.618Z Compiling time-core v0.1.2
13362024-12-13T21:41:15.736Z Compiling powerfmt v0.2.0
13372024-12-13T21:41:15.791Z Compiling time-macros v0.2.18
13382024-12-13T21:41:16.110Z Compiling deranged v0.3.11
13392024-12-13T21:41:17.021Z Compiling icu_properties v1.5.1
13402024-12-13T21:41:17.469Z Compiling bitflags v2.6.0
13412024-12-13T21:41:17.528Z Compiling bytes v1.8.0
13422024-12-13T21:41:17.952Z Compiling indexmap v2.6.0
13432024-12-13T21:41:18.206Z Compiling semver v1.0.23
13442024-12-13T21:41:18.930Z Compiling tokio v1.40.0
13452024-12-13T21:41:18.974Z Compiling http v1.1.0
13462024-12-13T21:41:19.190Z Compiling rustc_version v0.4.1
13472024-12-13T21:41:19.485Z Compiling openssl-sys v0.9.103
13482024-12-13T21:41:19.999Z Compiling pest_meta v2.7.14
13492024-12-13T21:41:20.605Z Compiling scrypt v0.11.0
13502024-12-13T21:41:20.715Z Compiling aes v0.8.4
13512024-12-13T21:41:21.050Z Compiling cbc v0.1.2
13522024-12-13T21:41:21.293Z Compiling scroll_derive v0.12.0
13532024-12-13T21:41:21.321Z Compiling write16 v1.0.0
13542024-12-13T21:41:21.456Z Compiling icu_normalizer_data v1.5.0
13552024-12-13T21:41:21.518Z Compiling atomic-waker v1.1.2
13562024-12-13T21:41:21.565Z Compiling utf16_iter v1.0.5
13572024-12-13T21:41:21.714Z Compiling num_threads v0.1.7
13582024-12-13T21:41:21.772Z Compiling utf8_iter v1.0.4
13592024-12-13T21:41:21.853Z Compiling time v0.3.36
13602024-12-13T21:41:22.034Z Compiling which v4.4.2
13612024-12-13T21:41:22.082Z Compiling icu_normalizer v1.5.0
13622024-12-13T21:41:22.845Z Compiling scroll v0.12.0
13632024-12-13T21:41:23.448Z Compiling pkcs5 v0.7.1
13642024-12-13T21:41:23.470Z Compiling pest_generator v2.7.14
13652024-12-13T21:41:23.870Z Compiling http-body v1.0.1
13662024-12-13T21:41:24.118Z Compiling form_urlencoded v1.2.1
13672024-12-13T21:41:24.123Z Compiling try-lock v0.2.5
13682024-12-13T21:41:24.293Z Compiling slog v2.7.0
13692024-12-13T21:41:24.455Z Compiling goblin v0.8.2
13702024-12-13T21:41:24.733Z Compiling want v0.3.1
13712024-12-13T21:41:24.900Z Compiling pkcs8 v0.10.2
13722024-12-13T21:41:25.022Z Compiling idna_adapter v1.2.0
13732024-12-13T21:41:25.261Z Compiling httpdate v1.0.3
13742024-12-13T21:41:25.280Z Compiling idna v1.0.3
13752024-12-13T21:41:25.525Z Compiling pest_derive v2.7.14
13762024-12-13T21:41:25.721Z Compiling toml_datetime v0.6.8
13772024-12-13T21:41:26.241Z Compiling serde_spanned v0.6.8
13782024-12-13T21:41:26.344Z Compiling dtrace-parser v0.2.0
13792024-12-13T21:41:26.467Z Compiling uuid v1.11.0
13802024-12-13T21:41:26.486Z Compiling serde_tokenstream v0.2.2
13812024-12-13T21:41:27.115Z Compiling rustversion v1.0.17
13822024-12-13T21:41:27.196Z Compiling openssl v0.10.66
13832024-12-13T21:41:27.300Z Compiling iana-time-zone v0.1.61
13842024-12-13T21:41:27.638Z Compiling tokio-util v0.7.12
13852024-12-13T21:41:27.802Z Compiling match_cfg v0.1.0
13862024-12-13T21:41:27.880Z Compiling adler2 v2.0.0
13872024-12-13T21:41:27.901Z Compiling base64 v0.22.1
13882024-12-13T21:41:27.940Z Compiling tower-service v0.3.3
13892024-12-13T21:41:28.079Z Compiling foreign-types-shared v0.1.1
13902024-12-13T21:41:28.096Z Compiling miniz_oxide v0.8.0
13912024-12-13T21:41:28.196Z Compiling foreign-types v0.3.2
13922024-12-13T21:41:28.371Z Compiling hostname v0.3.1
13932024-12-13T21:41:28.635Z Compiling h2 v0.4.6
13942024-12-13T21:41:28.670Z Compiling chrono v0.4.38
13952024-12-13T21:41:28.685Z Compiling url v2.5.3
13962024-12-13T21:41:29.682Z Compiling async-trait v0.1.83
13972024-12-13T21:41:30.529Z Compiling dof v0.3.0
13982024-12-13T21:41:30.761Z Compiling openssl-macros v0.1.1
13992024-12-13T21:41:31.559Z Compiling usdt-impl v0.5.0
14002024-12-13T21:41:32.525Z Compiling dirs-sys-next v0.1.2
14012024-12-13T21:41:32.636Z Compiling native-tls v0.2.12
14022024-12-13T21:41:32.845Z Compiling syn v1.0.109
14032024-12-13T21:41:32.989Z Compiling rustls v0.23.19
14042024-12-13T21:41:33.220Z Compiling rustls v0.22.4
14052024-12-13T21:41:33.257Z Compiling siphasher v0.3.11
14062024-12-13T21:41:33.268Z Compiling data-encoding v2.6.0
14072024-12-13T21:41:33.561Z Compiling dirs-next v2.0.0
14082024-12-13T21:41:33.751Z Compiling http-body-util v0.1.2
14092024-12-13T21:41:34.329Z Compiling heapless v0.7.17
14102024-12-13T21:41:34.762Z Compiling crossbeam-epoch v0.9.18
14112024-12-13T21:41:35.105Z Compiling sha1 v0.10.6
14122024-12-13T21:41:35.172Z Compiling signature v2.2.0
14132024-12-13T21:41:35.229Z Compiling bzip2-sys v0.1.11+1.0.8
14142024-12-13T21:41:35.469Z Compiling serde_derive_internals v0.29.1
14152024-12-13T21:41:35.515Z Compiling thread_local v1.1.8
14162024-12-13T21:41:35.520Z Compiling cookie v0.18.1
14172024-12-13T21:41:35.711Z Compiling encoding_rs v0.8.34
14182024-12-13T21:41:35.788Z Compiling hyper v1.5.0
14192024-12-13T21:41:35.817Z Compiling multer v3.1.0
14202024-12-13T21:41:36.059Z Compiling rayon-core v1.12.1
14212024-12-13T21:41:36.108Z Compiling unicode-properties v0.1.3
14222024-12-13T21:41:36.319Z Compiling openssl-probe v0.1.5
14232024-12-13T21:41:36.522Z Compiling schemars v0.8.21
14242024-12-13T21:41:36.687Z Compiling slog-async v2.8.0
14252024-12-13T21:41:36.882Z Compiling gimli v0.31.1
14262024-12-13T21:41:37.190Z Compiling signal-hook v0.3.17
14272024-12-13T21:41:37.465Z Compiling ipnet v2.10.1
14282024-12-13T21:41:38.404Z Compiling hyper-util v0.1.10
14292024-12-13T21:41:38.855Z Compiling mime v0.3.17
14302024-12-13T21:41:39.504Z Compiling schemars_derive v0.8.21
14312024-12-13T21:41:39.601Z Compiling toml_edit v0.22.22
14322024-12-13T21:41:40.450Z Compiling stringprep v0.1.5
14332024-12-13T21:41:41.582Z Compiling addr2line v0.24.2
14342024-12-13T21:41:41.689Z Compiling usdt-attr-macro v0.5.0
14352024-12-13T21:41:42.243Z Compiling usdt-macro v0.5.0
14362024-12-13T21:41:42.342Z Compiling crossbeam-deque v0.8.5
14372024-12-13T21:41:42.566Z Compiling term v0.7.0
14382024-12-13T21:41:42.694Z Compiling slog-json v2.6.1
14392024-12-13T21:41:42.977Z Compiling serde_urlencoded v0.7.1
14402024-12-13T21:41:43.060Z Compiling curve25519-dalek v4.1.3
14412024-12-13T21:41:43.374Z Compiling crossbeam-channel v0.5.13
14422024-12-13T21:41:43.514Z Compiling enum-as-inner v0.6.1
14432024-12-13T21:41:43.691Z Compiling futures-executor v0.3.31
14442024-12-13T21:41:43.759Z Compiling md-5 v0.10.6
14452024-12-13T21:41:44.045Z Compiling async-stream-impl v0.3.6
14462024-12-13T21:41:44.160Z Compiling rustls-pemfile v2.2.0
14472024-12-13T21:41:44.284Z Compiling num-integer v0.1.46
14482024-12-13T21:41:44.505Z Compiling idna v0.4.0
14492024-12-13T21:41:44.528Z Compiling idna v0.3.0
14502024-12-13T21:41:44.649Z Compiling ff v0.13.0
14512024-12-13T21:41:44.872Z Compiling hash32 v0.2.1
14522024-12-13T21:41:45.097Z Compiling is-terminal v0.4.13
14532024-12-13T21:41:45.232Z Compiling object v0.36.5
14542024-12-13T21:41:45.278Z Compiling dropshot v0.12.0
14552024-12-13T21:41:45.406Z Compiling smoltcp v0.9.1
14562024-12-13T21:41:45.553Z Compiling dyn-clone v1.0.17
14572024-12-13T21:41:45.788Z Compiling base16ct v0.2.0
14582024-12-13T21:41:46.147Z Compiling num-bigint-dig v0.8.4
14592024-12-13T21:41:46.150Z Compiling utf-8 v0.7.6
14602024-12-13T21:41:46.227Z Compiling take_mut v0.2.2
14612024-12-13T21:41:46.266Z Compiling linked-hash-map v0.5.6
14622024-12-13T21:41:46.384Z Compiling psl-types v2.0.11
14632024-12-13T21:41:46.427Z Compiling fallible-iterator v0.2.0
14642024-12-13T21:41:46.503Z Compiling anyhow v1.0.93
14652024-12-13T21:41:46.589Z Compiling quick-error v1.2.3
14662024-12-13T21:41:46.612Z Compiling rustc-demangle v0.1.24
14672024-12-13T21:41:46.750Z Compiling portable-atomic v1.9.0
14682024-12-13T21:41:47.165Z Compiling postgres-protocol v0.6.7
14692024-12-13T21:41:47.528Z Compiling resolv-conf v0.7.0
14702024-12-13T21:41:47.675Z Compiling lru-cache v0.1.2
14712024-12-13T21:41:47.885Z Compiling publicsuffix v2.2.3
14722024-12-13T21:41:48.139Z Compiling tungstenite v0.24.0
14732024-12-13T21:41:48.424Z Compiling sec1 v0.7.3
14742024-12-13T21:41:48.677Z Compiling async-stream v0.3.6
14752024-12-13T21:41:48.991Z Compiling hickory-proto v0.24.1
14762024-12-13T21:41:49.179Z Compiling slog-term v2.9.1
14772024-12-13T21:41:50.282Z Compiling usdt v0.5.0
14782024-12-13T21:41:50.514Z Compiling group v0.13.0
14792024-12-13T21:41:50.610Z Compiling num-iter v0.1.45
14802024-12-13T21:41:50.803Z Compiling futures v0.3.31
14812024-12-13T21:41:50.851Z Compiling toml v0.8.19
14822024-12-13T21:41:50.920Z Compiling slog-bunyan v2.5.0
14832024-12-13T21:41:52.430Z Compiling tokio-native-tls v0.3.1
14842024-12-13T21:41:52.703Z Compiling camino v1.1.9
14852024-12-13T21:41:52.820Z Compiling phf_shared v0.11.2
14862024-12-13T21:41:53.273Z Compiling backtrace v0.3.74
14872024-12-13T21:41:53.591Z Compiling dropshot_endpoint v0.12.0
14882024-12-13T21:41:53.720Z Compiling terminal_size v0.4.0
14892024-12-13T21:41:53.766Z Compiling waitgroup v0.1.2
14902024-12-13T21:41:53.788Z Compiling openapiv3 v2.0.0
14912024-12-13T21:41:53.932Z Compiling serde_path_to_error v0.1.16
14922024-12-13T21:41:54.015Z Compiling hkdf v0.12.4
14932024-12-13T21:41:54.325Z Compiling crypto-bigint v0.5.5
14942024-12-13T21:41:54.877Z Compiling zerocopy-derive v0.6.6
14952024-12-13T21:41:57.128Z Compiling curve25519-dalek-derive v0.1.1
14962024-12-13T21:41:57.207Z Compiling webpki-roots v0.26.6
14972024-12-13T21:41:57.220Z Compiling hubpack_derive v0.1.1
14982024-12-13T21:41:57.418Z Compiling idna v0.5.0
14992024-12-13T21:41:58.164Z Compiling hostname v0.4.0
15002024-12-13T21:41:58.365Z Compiling fs-err v2.11.0
15012024-12-13T21:41:58.441Z Compiling ahash v0.8.11
15022024-12-13T21:41:58.482Z Compiling crc32fast v1.4.2
15032024-12-13T21:41:58.656Z Compiling managed v0.8.0
15042024-12-13T21:41:58.680Z Compiling debug-ignore v1.0.5
15052024-12-13T21:41:58.810Z Compiling bitflags v1.3.2
15062024-12-13T21:41:58.834Z Compiling winnow v0.5.40
15072024-12-13T21:41:58.840Z Compiling clap_builder v4.5.21
15082024-12-13T21:41:58.943Z Compiling console v0.15.8
15092024-12-13T21:41:59.143Z Compiling strum_macros v0.25.3
15102024-12-13T21:42:02.375Z Compiling flate2 v1.0.34
15112024-12-13T21:42:02.426Z Compiling cookie_store v0.21.0
15122024-12-13T21:42:02.427Z Compiling hubpack v0.1.2
15132024-12-13T21:42:02.427Z Compiling elliptic-curve v0.13.8
15142024-12-13T21:42:02.427Z Compiling zerocopy v0.6.6
15152024-12-13T21:42:02.427Z Compiling hickory-resolver v0.24.1
15162024-12-13T21:42:02.637Z Compiling toml_edit v0.19.15
15172024-12-13T21:42:02.806Z Compiling signal-hook-mio v0.2.4
15182024-12-13T21:42:02.984Z Compiling phf v0.11.2
15192024-12-13T21:42:03.315Z Compiling hyper-tls v0.6.0
15202024-12-13T21:42:03.541Z Compiling rayon v1.10.0
15212024-12-13T21:42:03.601Z Compiling bzip2 v0.4.4
15222024-12-13T21:42:04.005Z Compiling tokio-tungstenite v0.24.0
15232024-12-13T21:42:04.574Z Compiling postgres-types v0.2.8
15242024-12-13T21:42:07.622Z Compiling ed25519 v2.2.3
15252024-12-13T21:42:08.843Z Compiling phf_shared v0.10.0
15262024-12-13T21:42:08.896Z Compiling tokio-stream v0.1.16
15272024-12-13T21:42:08.931Z Compiling pkcs1 v0.7.5
15282024-12-13T21:42:09.067Z Compiling serde-big-array v0.5.1
15292024-12-13T21:42:09.317Z Compiling clap_derive v4.5.18
15302024-12-13T21:42:09.411Z Compiling rfc6979 v0.4.0
15312024-12-13T21:42:09.598Z Compiling serde_repr v0.1.19
15322024-12-13T21:42:09.625Z Compiling derive-where v1.2.7
15332024-12-13T21:42:09.806Z Compiling float-cmp v0.9.0
15342024-12-13T21:42:09.909Z Compiling bstr v1.10.0
15352024-12-13T21:42:10.037Z Compiling sync_wrapper v1.0.1
15362024-12-13T21:42:10.197Z Compiling new_debug_unreachable v1.0.6
15372024-12-13T21:42:10.301Z Compiling whoami v1.5.2
15382024-12-13T21:42:10.830Z Compiling difflib v0.4.0
15392024-12-13T21:42:10.956Z Compiling bit-vec v0.6.3
15402024-12-13T21:42:11.139Z Compiling number_prefix v0.4.0
15412024-12-13T21:42:11.377Z Compiling fixedbitset v0.4.2
15422024-12-13T21:42:11.445Z Compiling unicode-width v0.2.0
15432024-12-13T21:42:11.748Z Compiling precomputed-hash v0.1.1
15442024-12-13T21:42:11.854Z Compiling static_assertions v1.1.0
15452024-12-13T21:42:11.875Z Compiling unicode-segmentation v1.12.0
15462024-12-13T21:42:11.971Z Compiling predicates-core v1.0.8
15472024-12-13T21:42:11.983Z Compiling normalize-line-endings v0.3.0
15482024-12-13T21:42:12.120Z Compiling gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=9bbac475dcaac88286c07a20b6bd3e94fc81d7f0#9bbac475)
15492024-12-13T21:42:12.343Z Compiling predicates v3.1.2
15502024-12-13T21:42:12.524Z Compiling indicatif v0.17.9
15512024-12-13T21:42:12.784Z Compiling similar v2.6.0
15522024-12-13T21:42:13.403Z Compiling string_cache v0.8.7
15532024-12-13T21:42:13.925Z Compiling petgraph v0.6.5
15542024-12-13T21:42:14.230Z Compiling bit-set v0.5.3
15552024-12-13T21:42:14.522Z Compiling tokio-postgres v0.7.12
15562024-12-13T21:42:14.689Z Compiling clap v4.5.21
15572024-12-13T21:42:14.887Z Compiling ecdsa v0.16.9
15582024-12-13T21:42:15.071Z Compiling rsa v0.9.6
15592024-12-13T21:42:15.316Z Compiling ed25519-dalek v2.1.1
15602024-12-13T21:42:18.821Z Compiling toml v0.7.8
15612024-12-13T21:42:18.821Z Compiling zip v0.6.6
15622024-12-13T21:42:18.821Z Compiling crossterm v0.28.1
15632024-12-13T21:42:18.881Z Compiling hex v0.4.3
15642024-12-13T21:42:18.905Z Compiling x509-cert v0.2.5
15652024-12-13T21:42:19.159Z Compiling lalrpop-util v0.19.12
15662024-12-13T21:42:19.198Z Compiling peg-runtime v0.8.3
15672024-12-13T21:42:19.382Z Compiling unicode-xid v0.2.6
15682024-12-13T21:42:19.523Z Compiling strum_macros v0.26.4
15692024-12-13T21:42:19.581Z Compiling xattr v1.3.1
15702024-12-13T21:42:19.863Z Compiling filetime v0.2.25
15712024-12-13T21:42:20.174Z Compiling tar v0.4.42
15722024-12-13T21:42:24.819Z Compiling strum v0.26.3
15732024-12-13T21:42:27.996Z Compiling aws-lc-sys v0.22.0
15742024-12-13T21:43:04.228Z Compiling rustls-webpki v0.102.8
15752024-12-13T21:43:07.656Z Compiling tokio-rustls v0.25.0
15762024-12-13T21:43:09.442Z Compiling tokio-rustls v0.26.0
15772024-12-13T21:43:09.854Z Compiling hyper-rustls v0.27.3
15782024-12-13T21:43:10.233Z Compiling reqwest v0.12.9
15792024-12-13T21:43:11.188Z Compiling qorb v0.2.1
15802024-12-13T21:43:16.496Z Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack)
15812024-12-13T21:43:16.736Z Compiling xtask-downloader v0.1.0 (/work/oxidecomputer/omicron/dev-tools/downloader)
15822024-12-13T21:43:22.762Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 2m 35s
15832024-12-13T21:43:22.928Z Running `target/debug/xtask-downloader cockroach clickhouse console dendrite-openapi dendrite-stub maghemite-mgd transceiver-control`
15842024-12-13T21:43:22.977ZDec 13 21:43:21.964 INFO Starting download, target: Clickhouse
15852024-12-13T21:43:22.977ZDec 13 21:43:21.965 INFO Starting download, target: Cockroach
15862024-12-13T21:43:22.977ZDec 13 21:43:21.965 INFO Starting download, target: Console
15872024-12-13T21:43:22.977ZDec 13 21:43:21.965 INFO Starting download, target: DendriteOpenapi
15882024-12-13T21:43:22.977ZDec 13 21:43:21.965 INFO Starting download, target: DendriteStub
15892024-12-13T21:43:22.977ZDec 13 21:43:21.965 INFO Starting download, target: MaghemiteMgd
15902024-12-13T21:43:22.977ZDec 13 21:43:21.965 INFO Starting download, target: TransceiverControl
15912024-12-13T21:43:22.980ZDec 13 21:43:21.966 INFO Downloading out/downloads/xcvradm.gz (attempt 1/3), target: TransceiverControl
15922024-12-13T21:43:22.980ZDec 13 21:43:21.966 INFO Downloading out/downloads/dpd-11bcc3e0f5d28dc7aed150f4df1174844e4dfbef.json (attempt 1/3), target: DendriteOpenapi
15932024-12-13T21:43:22.980ZDec 13 21:43:21.966 INFO Downloading out/downloads/console.tar.gz (attempt 1/3), target: Console
15942024-12-13T21:43:22.980ZDec 13 21:43:21.966 INFO Downloading out/downloads/cockroach.tgz (attempt 1/3), target: Cockroach
15952024-12-13T21:43:22.980ZDec 13 21:43:21.966 INFO Downloading out/downloads/mgd.tar.gz (attempt 1/3), target: MaghemiteMgd
15962024-12-13T21:43:22.980ZDec 13 21:43:21.966 INFO Downloading out/downloads/dendrite-stub.tar.gz (attempt 1/3), target: DendriteStub
15972024-12-13T21:43:22.980ZDec 13 21:43:21.966 INFO Downloading out/downloads/clickhouse-v23.8.7.24.illumos.tar.gz (attempt 1/3), target: Clickhouse
15982024-12-13T21:43:23.170ZDec 13 21:43:22.155 INFO Download complete, target: DendriteOpenapi
15992024-12-13T21:43:23.359ZDec 13 21:43:22.344 INFO Unpacking out/downloads/xcvradm.gz to out/downloads/root/opt/oxide/bin/xcvradm, target: TransceiverControl
16002024-12-13T21:43:23.517ZDec 13 21:43:22.492 INFO Unpacking out/downloads/console.tar.gz to out/console-assets, target: Console
16012024-12-13T21:43:23.849ZDec 13 21:43:22.826 INFO Unpacking out/downloads/dendrite-stub.tar.gz to out/downloads, target: DendriteStub
16022024-12-13T21:43:23.871ZDec 13 21:43:22.855 INFO Download complete, target: Console
16032024-12-13T21:43:23.941ZDec 13 21:43:22.927 INFO Unpacking out/downloads/mgd.tar.gz to out/downloads, target: MaghemiteMgd
16042024-12-13T21:43:24.029ZDec 13 21:43:23.010 INFO Download complete, target: TransceiverControl
16052024-12-13T21:43:24.620ZDec 13 21:43:23.608 INFO tarball path: out/downloads/cockroach.tgz, target: Cockroach
16062024-12-13T21:43:24.620ZDec 13 21:43:23.608 INFO Unpacking out/downloads/cockroach.tgz to out/downloads, target: Cockroach
16072024-12-13T21:43:24.892ZDec 13 21:43:23.879 INFO Unpacking out/downloads/clickhouse-v23.8.7.24.illumos.tar.gz to out/clickhouse, target: Clickhouse
16082024-12-13T21:43:26.693ZDec 13 21:43:25.680 INFO Download complete, target: DendriteStub
16092024-12-13T21:43:26.758ZDec 13 21:43:25.744 INFO Download complete, target: MaghemiteMgd
16102024-12-13T21:43:31.945ZDec 13 21:43:30.931 INFO Checking that binary works, target: Cockroach
16112024-12-13T21:43:32.237ZDec 13 21:43:31.224 INFO Download complete, target: Cockroach
16122024-12-13T21:43:37.280ZDec 13 21:43:36.264 INFO Checking that binary works, target: Clickhouse
16132024-12-13T21:43:38.081ZDec 13 21:43:37.066 INFO Download complete, target: Clickhouse
16142024-12-13T21:43:38.089ZAll prerequisites installed successfully
16152024-12-13T21:43:38.091Z
16162024-12-13T21:43:38.091Zreal 4:58.731011019
16172024-12-13T21:43:38.091Zuser 16:47.941098822
16182024-12-13T21:43:38.091Zsys 3:11.525054912
16192024-12-13T21:43:38.091Ztrap 0.519046723
16202024-12-13T21:43:38.091Ztflt 8.942552438
16212024-12-13T21:43:38.091Zdflt 8.353660800
16222024-12-13T21:43:38.091Zkflt 0.495163850
16232024-12-13T21:43:38.091Zlock 33:43.025363015
16242024-12-13T21:43:38.091Zslp 1:04:39.534585575
16252024-12-13T21:43:38.091Zlat 51.206857523
16262024-12-13T21:43:38.091Zstop 2:07.707729569
16272024-12-13T21:43:38.091Z+ source ./tools/include/force-git-over-https.sh
16282024-12-13T21:43:38.092Z++ override_urls=('git://github.com/' 'git@github.com:' 'ssh://github.com/' 'ssh://git@github.com/' 'git+ssh://git@github.com/')
16292024-12-13T21:43:38.092Z++ (( i = 0 ))
16302024-12-13T21:43:38.092Z++ (( i < 5 ))
16312024-12-13T21:43:38.092Z++ git config --add --global url.https://github.com/.insteadOf git://github.com/
16322024-12-13T21:43:38.094Z++ (( i++ ))
16332024-12-13T21:43:38.094Z++ (( i < 5 ))
16342024-12-13T21:43:38.094Z++ git config --add --global url.https://github.com/.insteadOf git@github.com:
16352024-12-13T21:43:38.098Z++ (( i++ ))
16362024-12-13T21:43:38.098Z++ (( i < 5 ))
16372024-12-13T21:43:38.098Z++ git config --add --global url.https://github.com/.insteadOf ssh://github.com/
16382024-12-13T21:43:38.101Z++ (( i++ ))
16392024-12-13T21:43:38.101Z++ (( i < 5 ))
16402024-12-13T21:43:38.101Z++ git config --add --global url.https://github.com/.insteadOf ssh://git@github.com/
16412024-12-13T21:43:38.104Z++ (( i++ ))
16422024-12-13T21:43:38.104Z++ (( i < 5 ))
16432024-12-13T21:43:38.104Z++ git config --add --global url.https://github.com/.insteadOf git+ssh://git@github.com/
16442024-12-13T21:43:38.106Z++ (( i++ ))
16452024-12-13T21:43:38.106Z++ (( i < 5 ))
16462024-12-13T21:43:38.106Z++ export CARGO_NET_GIT_FETCH_WITH_CLI=true
16472024-12-13T21:43:38.106Z++ CARGO_NET_GIT_FETCH_WITH_CLI=true
16482024-12-13T21:43:38.106Z+ rc=0
16492024-12-13T21:43:38.107Z+ pfexec pkg install -q /system/zones/brand/omicron1/tools
16502024-12-13T21:44:08.049Z+ case $rc in
16512024-12-13T21:44:08.049Z+ pfexec zfs create -p rpool/images/build/host
16522024-12-13T21:44:08.253Z+ pfexec zfs create -p rpool/images/build/recovery
16532024-12-13T21:44:08.329Z+ cargo xtask releng --output-dir /work
16542024-12-13T21:44:08.863Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.48s
16552024-12-13T21:44:08.881Z Running `target/debug/xtask releng --output-dir /work`
16562024-12-13T21:44:09.818Z Compiling proc-macro2 v1.0.89
16572024-12-13T21:44:09.818Z Compiling unicode-ident v1.0.13
16582024-12-13T21:44:09.821Z Compiling libc v0.2.162
16592024-12-13T21:44:09.821Z Compiling serde v1.0.215
16602024-12-13T21:44:09.822Z Compiling autocfg v1.4.0
16612024-12-13T21:44:09.822Z Compiling version_check v0.9.5
16622024-12-13T21:44:09.822Z Compiling cfg-if v1.0.0
16632024-12-13T21:44:10.078Z Compiling memchr v2.7.4
16642024-12-13T21:44:10.132Z Compiling typenum v1.17.0
16652024-12-13T21:44:10.272Z Compiling shlex v1.3.0
16662024-12-13T21:44:10.696Z Compiling generic-array v0.14.7
16672024-12-13T21:44:10.733Z Compiling value-bag v1.9.0
16682024-12-13T21:44:10.816Z Compiling lock_api v0.4.12
16692024-12-13T21:44:10.980Z Compiling scopeguard v1.2.0
16702024-12-13T21:44:11.145Z Compiling log v0.4.22
16712024-12-13T21:44:11.166Z Compiling rustix v0.38.37
16722024-12-13T21:44:11.283Z Compiling parking_lot_core v0.9.10
16732024-12-13T21:44:11.698Z Compiling serde_json v1.0.132
16742024-12-13T21:44:11.765Z Compiling quote v1.0.37
16752024-12-13T21:44:11.907Z Compiling libm v0.2.8
16762024-12-13T21:44:12.017Z Compiling num-traits v0.2.19
16772024-12-13T21:44:12.038Z Compiling once_cell v1.20.2
16782024-12-13T21:44:12.176Z Compiling syn v2.0.87
16792024-12-13T21:44:12.320Z Compiling jobserver v0.1.32
16802024-12-13T21:44:12.342Z Compiling getrandom v0.2.15
16812024-12-13T21:44:12.451Z Compiling thiserror v1.0.69
16822024-12-13T21:44:12.474Z Compiling spin v0.9.8
16832024-12-13T21:44:12.723Z Compiling cc v1.1.30
16842024-12-13T21:44:12.738Z Compiling itoa v1.0.11
16852024-12-13T21:44:12.810Z Compiling aho-corasick v1.1.3
16862024-12-13T21:44:12.884Z Compiling regex-syntax v0.8.5
16872024-12-13T21:44:12.993Z Compiling slab v0.4.9
16882024-12-13T21:44:13.129Z Compiling errno v0.3.9
16892024-12-13T21:44:13.877Z Compiling byteorder v1.5.0
16902024-12-13T21:44:14.404Z Compiling lazy_static v1.5.0
16912024-12-13T21:44:14.494Z Compiling rand_core v0.6.4
16922024-12-13T21:44:14.584Z Compiling either v1.13.0
16932024-12-13T21:44:14.759Z Compiling glob v0.3.1
16942024-12-13T21:44:14.902Z Compiling subtle v2.6.1
16952024-12-13T21:44:15.078Z Compiling prettyplease v0.2.25
16962024-12-13T21:44:15.337Z Compiling minimal-lexical v0.2.1
16972024-12-13T21:44:15.515Z Compiling libloading v0.8.5
16982024-12-13T21:44:15.657Z Compiling clang-sys v1.8.1
16992024-12-13T21:44:15.852Z Compiling nom v7.1.3
17002024-12-13T21:44:15.927Z Compiling bindgen v0.69.5
17012024-12-13T21:44:16.468Z Compiling home v0.5.9
17022024-12-13T21:44:16.781Z Compiling regex-automata v0.4.8
17032024-12-13T21:44:16.894Z Compiling itertools v0.10.5
17042024-12-13T21:44:17.622Z Compiling rustc-hash v1.1.0
17052024-12-13T21:44:17.807Z Compiling lazycell v1.3.0
17062024-12-13T21:44:18.121Z Compiling cmake v0.1.51
17072024-12-13T21:44:19.114Z Compiling semver v1.0.23
17082024-12-13T21:44:19.401Z Compiling dunce v1.0.5
17092024-12-13T21:44:19.564Z Compiling cexpr v0.6.0
17102024-12-13T21:44:19.564Z Compiling pkg-config v0.3.31
17112024-12-13T21:44:19.632Z Compiling fs_extra v1.3.0
17122024-12-13T21:44:19.701Z Compiling smallvec v1.13.2
17132024-12-13T21:44:19.785Z Compiling ring v0.17.8
17142024-12-13T21:44:20.271Z Compiling synstructure v0.13.1
17152024-12-13T21:44:24.645Z Compiling heck v0.5.0
17162024-12-13T21:44:24.728Z Compiling ryu v1.0.18
17172024-12-13T21:44:24.728Z Compiling paste v1.0.15
17182024-12-13T21:44:24.728Z Compiling aws-lc-rs v1.10.0
17192024-12-13T21:44:24.728Z Compiling const-oid v0.9.6
17202024-12-13T21:44:24.728Z Compiling httparse v1.9.5
17212024-12-13T21:44:24.728Z Compiling pin-project-lite v0.2.14
17222024-12-13T21:44:24.728Z Compiling allocator-api2 v0.2.18
17232024-12-13T21:44:24.728Z Compiling regex v1.11.1
17242024-12-13T21:44:24.728Z Compiling futures-core v0.3.31
17252024-12-13T21:44:24.728Z Compiling signal-hook-registry v1.4.2
17262024-12-13T21:44:24.728Z Compiling crossbeam-utils v0.8.20
17272024-12-13T21:44:24.729Z Compiling num-conv v0.1.0
17282024-12-13T21:44:24.729Z Compiling time-core v0.1.2
17292024-12-13T21:44:24.743Z Compiling time-macros v0.2.18
17302024-12-13T21:44:25.350Z Compiling parking_lot v0.12.3
17312024-12-13T21:44:25.483Z Compiling mio v1.0.2
17322024-12-13T21:44:25.631Z Compiling vcpkg v0.2.15
17332024-12-13T21:44:26.040Z Compiling serde_derive v1.0.215
17342024-12-13T21:44:26.170Z Compiling zeroize_derive v1.4.2
17352024-12-13T21:44:27.476Z Compiling zerocopy-derive v0.7.35
17362024-12-13T21:44:27.690Z Compiling tokio-macros v2.4.0
17372024-12-13T21:44:27.735Z Compiling thiserror-impl v1.0.69
17382024-12-13T21:44:27.800Z Compiling zeroize v1.8.1
17392024-12-13T21:44:28.003Z Compiling zerofrom-derive v0.1.4
17402024-12-13T21:44:28.371Z Compiling yoke-derive v0.7.4
17412024-12-13T21:44:28.440Z Compiling futures-macro v0.3.31
17422024-12-13T21:44:28.644Z Compiling zerovec-derive v0.10.3
17432024-12-13T21:44:29.674Z Compiling displaydoc v0.2.5
17442024-12-13T21:44:30.572Z Compiling zerocopy v0.7.35
17452024-12-13T21:44:31.474Z Compiling crypto-common v0.1.6
17462024-12-13T21:44:31.496Z Compiling icu_provider_macros v1.5.0
17472024-12-13T21:44:31.496Z Compiling tracing-attributes v0.1.27
17482024-12-13T21:44:31.496Z Compiling block-buffer v0.10.4
17492024-12-13T21:44:31.686Z Compiling digest v0.10.7
17502024-12-13T21:44:31.872Z Compiling der_derive v0.7.3
17512024-12-13T21:44:32.138Z Compiling openssl-sys v0.9.103
17522024-12-13T21:44:32.238Z Compiling schemars v0.8.21
17532024-12-13T21:44:32.675Z Compiling fnv v1.0.7
17542024-12-13T21:44:33.436Z Compiling serde_derive_internals v0.29.1
17552024-12-13T21:44:34.246Z Compiling socket2 v0.5.7
17562024-12-13T21:44:34.403Z Compiling ahash v0.8.11
17572024-12-13T21:44:35.999Z Compiling schemars_derive v0.8.21
17582024-12-13T21:44:36.138Z Compiling futures-sink v0.3.31
17592024-12-13T21:44:36.182Z Compiling cpufeatures v0.2.14
17602024-12-13T21:44:36.335Z Compiling equivalent v1.0.1
17612024-12-13T21:44:36.379Z Compiling foldhash v0.1.3
17622024-12-13T21:44:36.679Z Compiling hashbrown v0.15.1
17632024-12-13T21:44:36.702Z Compiling stable_deref_trait v1.2.0
17642024-12-13T21:44:37.176Z Compiling slog v2.7.0
17652024-12-13T21:44:38.225Z Compiling futures-channel v0.3.31
17662024-12-13T21:44:38.546Z Compiling zerofrom v0.1.4
17672024-12-13T21:44:38.751Z Compiling scroll_derive v0.12.0
17682024-12-13T21:44:38.813Z Compiling ucd-trie v0.1.7
17692024-12-13T21:44:38.858Z Compiling pin-utils v0.1.0
17702024-12-13T21:44:38.998Z Compiling futures-task v0.3.31
17712024-12-13T21:44:39.046Z Compiling futures-io v0.3.31
17722024-12-13T21:44:39.119Z Compiling openssl v0.10.66
17732024-12-13T21:44:39.319Z Compiling futures-util v0.3.31
17742024-12-13T21:44:39.385Z Compiling pest v2.7.14
17752024-12-13T21:44:39.468Z Compiling yoke v0.7.4
17762024-12-13T21:44:39.980Z Compiling hmac v0.12.1
17772024-12-13T21:44:40.213Z Compiling tinyvec_macros v0.1.1
17782024-12-13T21:44:40.244Z Compiling bitflags v2.6.0
17792024-12-13T21:44:40.354Z Compiling bytes v1.8.0
17802024-12-13T21:44:40.554Z Compiling serde_tokenstream v0.2.2
17812024-12-13T21:44:41.751Z Compiling indexmap v2.6.0
17822024-12-13T21:44:42.361Z Compiling tokio v1.40.0
17832024-12-13T21:44:43.414Z Compiling http v1.1.0
17842024-12-13T21:44:43.933Z Compiling rustc_version v0.4.1
17852024-12-13T21:44:45.152Z Compiling which v4.4.2
17862024-12-13T21:44:46.430Z Compiling pest_meta v2.7.14
17872024-12-13T21:44:47.054Z Compiling tinyvec v1.8.0
17882024-12-13T21:44:48.983Z Compiling uuid v1.11.0
17892024-12-13T21:44:49.016Z Compiling zerovec v0.10.4
17902024-12-13T21:44:51.077Z Compiling block-padding v0.3.3
17912024-12-13T21:44:51.345Z Compiling openssl-macros v0.1.1
17922024-12-13T21:44:51.389Z Compiling native-tls v0.2.12
17932024-12-13T21:44:51.789Z Compiling rustls v0.23.19
17942024-12-13T21:44:52.140Z Compiling iana-time-zone v0.1.61
17952024-12-13T21:44:52.282Z Compiling inout v0.1.3
17962024-12-13T21:44:52.365Z Compiling chrono v0.4.38
17972024-12-13T21:44:52.588Z Compiling unicode-normalization v0.1.24
17982024-12-13T21:44:52.646Z Compiling pest_generator v2.7.14
17992024-12-13T21:44:52.949Z Compiling cipher v0.4.4
18002024-12-13T21:44:53.555Z Compiling tinystr v0.7.6
18012024-12-13T21:44:54.327Z Compiling sha2 v0.10.8
18022024-12-13T21:44:54.710Z Compiling pest_derive v2.7.14
18032024-12-13T21:44:54.989Z Compiling async-trait v0.1.83
18042024-12-13T21:44:55.496Z Compiling usdt-impl v0.5.0
18052024-12-13T21:44:55.763Z Compiling cookie v0.18.1
18062024-12-13T21:44:55.907Z Compiling writeable v0.5.5
18072024-12-13T21:44:56.331Z Compiling unicode-bidi v0.3.17
18082024-12-13T21:44:56.912Z Compiling litemap v0.7.3
18092024-12-13T21:44:57.241Z Compiling base64ct v1.6.0
18102024-12-13T21:44:57.832Z Compiling pem-rfc7468 v0.7.0
18112024-12-13T21:44:58.213Z Compiling icu_locid v1.5.0
18122024-12-13T21:44:59.113Z Compiling scroll v0.12.0
18132024-12-13T21:44:59.854Z Compiling ppv-lite86 v0.2.20
18142024-12-13T21:45:00.760Z Compiling tracing-core v0.1.32
18152024-12-13T21:45:00.856Z Compiling plain v0.2.3
18162024-12-13T21:45:01.078Z Compiling aws-lc-sys v0.22.0
18172024-12-13T21:45:01.082Z Compiling camino v1.1.9
18182024-12-13T21:45:01.696Z Compiling flagset v0.4.6
18192024-12-13T21:45:01.895Z Compiling rustls-pki-types v1.10.0
18202024-12-13T21:45:03.067Z Compiling syn v1.0.109
18212024-12-13T21:45:03.695Z Compiling untrusted v0.7.1
18222024-12-13T21:45:03.808Z Compiling dyn-clone v1.0.17
18232024-12-13T21:45:03.898Z Compiling percent-encoding v2.3.1
18242024-12-13T21:45:06.239Z Compiling der v0.7.9
18252024-12-13T21:45:06.328Z Compiling tracing v0.1.40
18262024-12-13T21:45:06.823Z Compiling goblin v0.8.2
18272024-12-13T21:45:07.383Z Compiling rand_chacha v0.3.1
18282024-12-13T21:45:08.854Z Compiling icu_provider v1.5.0
18292024-12-13T21:45:09.755Z Compiling tokio-util v0.7.12
18302024-12-13T21:45:11.253Z Compiling untrusted v0.9.0
18312024-12-13T21:45:11.334Z Compiling rayon-core v1.12.1
18322024-12-13T21:45:11.652Z Compiling mirai-annotations v1.12.0
18332024-12-13T21:45:11.706Z Compiling icu_locid_transform_data v1.5.0
18342024-12-13T21:45:11.766Z Compiling pretty-hex v0.4.1
18352024-12-13T21:45:11.990Z Compiling rustls v0.22.4
18362024-12-13T21:45:12.036Z Compiling powerfmt v0.2.0
18372024-12-13T21:45:12.175Z Compiling icu_locid_transform v1.5.0
18382024-12-13T21:45:12.399Z Compiling deranged v0.3.11
18392024-12-13T21:45:13.222Z Compiling dof v0.3.0
18402024-12-13T21:45:15.274Z Compiling spki v0.7.3
18412024-12-13T21:45:15.570Z Compiling rand v0.8.5
18422024-12-13T21:45:15.898Z Compiling dtrace-parser v0.2.0
18432024-12-13T21:45:16.766Z Compiling salsa20 v0.10.2
18442024-12-13T21:45:17.421Z Compiling icu_collections v1.5.0
18452024-12-13T21:45:18.462Z Compiling pbkdf2 v0.12.2
18462024-12-13T21:45:19.177Z Compiling bzip2-sys v0.1.11+1.0.8
18472024-12-13T21:45:19.692Z Compiling thread-id v4.2.2
18482024-12-13T21:45:19.916Z Compiling atomic-waker v1.1.2
18492024-12-13T21:45:20.404Z Compiling num_threads v0.1.7
18502024-12-13T21:45:20.863Z Compiling icu_properties_data v1.5.0
18512024-12-13T21:45:21.207Z Compiling icu_properties v1.5.1
18522024-12-13T21:45:23.619Z Compiling time v0.3.36
18532024-12-13T21:45:26.326Z Compiling scrypt v0.11.0
18542024-12-13T21:45:27.063Z Compiling form_urlencoded v1.2.1
18552024-12-13T21:45:27.123Z Compiling aes v0.8.4
18562024-12-13T21:45:27.407Z Compiling cbc v0.1.2
18572024-12-13T21:45:27.664Z Compiling http-body v1.0.1
18582024-12-13T21:45:28.025Z Compiling multer v3.1.0
18592024-12-13T21:45:28.169Z Compiling utf8_iter v1.0.4
18602024-12-13T21:45:28.465Z Compiling write16 v1.0.0
18612024-12-13T21:45:28.494Z Compiling utf16_iter v1.0.5
18622024-12-13T21:45:28.519Z Compiling icu_normalizer_data v1.5.0
18632024-12-13T21:45:28.639Z Compiling slog-async v2.8.0
18642024-12-13T21:45:29.276Z Compiling try-lock v0.2.5
18652024-12-13T21:45:29.352Z Compiling icu_normalizer v1.5.0
18662024-12-13T21:45:29.428Z Compiling want v0.3.1
18672024-12-13T21:45:31.703Z Compiling pkcs5 v0.7.1
18682024-12-13T21:45:34.653Z Compiling h2 v0.4.6
18692024-12-13T21:45:35.515Z Compiling heapless v0.7.17
18702024-12-13T21:45:35.941Z Compiling zerocopy-derive v0.6.6
18712024-12-13T21:45:36.728Z Compiling anyhow v1.0.93
18722024-12-13T21:45:37.447Z Compiling httpdate v1.0.3
18732024-12-13T21:45:37.961Z Compiling signal-hook v0.3.17
18742024-12-13T21:45:38.085Z Compiling num-bigint-dig v0.8.4
18752024-12-13T21:45:38.146Z Compiling base64 v0.22.1
18762024-12-13T21:45:39.336Z Compiling pkcs8 v0.10.2
18772024-12-13T21:45:40.053Z Compiling idna_adapter v1.2.0
18782024-12-13T21:45:40.295Z Compiling usdt-macro v0.5.0
18792024-12-13T21:45:40.417Z Compiling usdt-attr-macro v0.5.0
18802024-12-13T21:45:42.168Z Compiling async-stream-impl v0.3.6
18812024-12-13T21:45:42.184Z Compiling tower-service v0.3.3
18822024-12-13T21:45:42.334Z Compiling rustversion v1.0.17
18832024-12-13T21:45:43.407Z Compiling hyper v1.5.0
18842024-12-13T21:45:43.469Z Compiling strsim v0.11.1
18852024-12-13T21:45:45.105Z Compiling idna v1.0.3
18862024-12-13T21:45:46.670Z Compiling hyper-util v0.1.10
18872024-12-13T21:45:53.708Z Compiling curve25519-dalek v4.1.3
18882024-12-13T21:45:53.974Z Compiling openapiv3 v2.0.0
18892024-12-13T21:45:54.036Z Compiling toml_datetime v0.6.8
18902024-12-13T21:45:54.286Z Compiling serde_spanned v0.6.8
18912024-12-13T21:45:54.643Z Compiling enum-as-inner v0.6.1
18922024-12-13T21:45:54.742Z Compiling dropshot v0.12.0
18932024-12-13T21:45:55.325Z Compiling adler2 v2.0.0
18942024-12-13T21:45:55.583Z Compiling foreign-types-shared v0.1.1
18952024-12-13T21:45:55.754Z Compiling match_cfg v0.1.0
18962024-12-13T21:45:55.900Z Compiling portable-atomic v1.9.0
18972024-12-13T21:45:56.086Z Compiling smoltcp v0.9.1
18982024-12-13T21:45:57.037Z Compiling foreign-types v0.3.2
18992024-12-13T21:45:57.076Z Compiling hostname v0.3.1
19002024-12-13T21:45:57.363Z Compiling miniz_oxide v0.8.0
19012024-12-13T21:45:58.940Z Compiling url v2.5.3
19022024-12-13T21:46:05.881Z Compiling http-body-util v0.1.2
19032024-12-13T21:46:06.703Z Compiling clap_derive v4.5.18
19042024-12-13T21:46:07.409Z Compiling dirs-sys-next v0.1.2
19052024-12-13T21:46:08.033Z Compiling encoding_rs v0.8.34
19062024-12-13T21:46:11.143Z Compiling siphasher v0.3.11
19072024-12-13T21:46:11.572Z Compiling data-encoding v2.6.0
19082024-12-13T21:46:11.958Z Compiling mime v0.3.17
19092024-12-13T21:46:13.492Z Compiling dirs-next v2.0.0
19102024-12-13T21:46:19.694Z Compiling hubpack_derive v0.1.1
19112024-12-13T21:46:19.855Z Compiling serde_urlencoded v0.7.1
19122024-12-13T21:46:20.438Z Compiling rustls-webpki v0.102.8
19132024-12-13T21:46:20.559Z Compiling crossbeam-epoch v0.9.18
19142024-12-13T21:46:21.176Z Compiling hashbrown v0.14.5
19152024-12-13T21:46:21.293Z Compiling rustls-pemfile v2.2.0
19162024-12-13T21:46:21.792Z Compiling dropshot_endpoint v0.12.0
19172024-12-13T21:46:22.577Z Compiling sha1 v0.10.6
19182024-12-13T21:46:22.683Z Compiling signature v2.2.0
19192024-12-13T21:46:22.928Z Compiling curve25519-dalek-derive v0.1.1
19202024-12-13T21:46:23.008Z Compiling thread_local v1.1.8
19212024-12-13T21:46:23.087Z Compiling fs-err v2.11.0
19222024-12-13T21:46:23.559Z Compiling ipnet v2.10.1
19232024-12-13T21:46:24.319Z Compiling anstyle v1.0.10
19242024-12-13T21:46:24.798Z Compiling openssl-probe v0.1.5
19252024-12-13T21:46:25.136Z Compiling unicode-properties v0.1.3
19262024-12-13T21:46:25.545Z Compiling utf8parse v0.2.2
19272024-12-13T21:46:26.503Z Compiling winnow v0.6.20
19282024-12-13T21:46:26.598Z Compiling gimli v0.31.1
19292024-12-13T21:46:27.274Z Compiling anstyle-parse v0.2.5
19302024-12-13T21:46:27.628Z Compiling stringprep v0.1.5
19312024-12-13T21:46:28.698Z Compiling regress v0.10.1
19322024-12-13T21:46:30.125Z Compiling toml_edit v0.22.22
19332024-12-13T21:46:31.483Z Compiling addr2line v0.24.2
19342024-12-13T21:46:32.172Z Compiling crossbeam-deque v0.8.5
19352024-12-13T21:46:32.517Z Compiling term v0.7.0
19362024-12-13T21:46:33.618Z Compiling slog-json v2.6.1
19372024-12-13T21:46:34.180Z Compiling crossbeam-channel v0.5.13
19382024-12-13T21:46:35.694Z Compiling idna v0.3.0
19392024-12-13T21:46:36.162Z Compiling idna v0.4.0
19402024-12-13T21:46:37.695Z Compiling futures-executor v0.3.31
19412024-12-13T21:46:37.721Z Compiling num-integer v0.1.46
19422024-12-13T21:46:38.191Z Compiling md-5 v0.10.6
19432024-12-13T21:46:38.482Z Compiling ff v0.13.0
19442024-12-13T21:46:38.502Z Compiling hash32 v0.2.1
19452024-12-13T21:46:38.753Z Compiling is-terminal v0.4.13
19462024-12-13T21:46:38.884Z Compiling memmap v0.7.0
19472024-12-13T21:46:38.907Z Compiling object v0.36.5
19482024-12-13T21:46:39.216Z Compiling fallible-iterator v0.2.0
19492024-12-13T21:46:39.991Z Compiling take_mut v0.2.2
19502024-12-13T21:46:40.179Z Compiling heck v0.4.1
19512024-12-13T21:46:40.620Z Compiling utf-8 v0.7.6
19522024-12-13T21:46:40.748Z Compiling psl-types v2.0.11
19532024-12-13T21:46:43.852Z Compiling base16ct v0.2.0
19542024-12-13T21:46:43.938Z Compiling is_terminal_polyfill v1.70.1
19552024-12-13T21:46:43.938Z Compiling anstyle-query v1.1.1
19562024-12-13T21:46:43.938Z Compiling colorchoice v1.0.2
19572024-12-13T21:46:43.938Z Compiling rustc-demangle v0.1.24
19582024-12-13T21:46:43.938Z Compiling quick-error v1.2.3
19592024-12-13T21:46:43.938Z Compiling linked-hash-map v0.5.6
19602024-12-13T21:46:43.938Z Compiling publicsuffix v2.2.3
19612024-12-13T21:46:43.938Z Compiling lru-cache v0.1.2
19622024-12-13T21:46:43.938Z Compiling resolv-conf v0.7.0
19632024-12-13T21:46:43.938Z Compiling anstream v0.6.15
19642024-12-13T21:46:43.938Z Compiling sec1 v0.7.3
19652024-12-13T21:46:43.938Z Compiling tungstenite v0.24.0
19662024-12-13T21:46:43.938Z Compiling strum_macros v0.25.3
19672024-12-13T21:46:44.041Z Compiling postgres-protocol v0.6.7
19682024-12-13T21:46:44.064Z Compiling usdt v0.5.0
19692024-12-13T21:46:44.529Z Compiling slog-term v2.9.1
19702024-12-13T21:46:45.314Z Compiling group v0.13.0
19712024-12-13T21:46:45.643Z Compiling num-iter v0.1.45
19722024-12-13T21:46:45.664Z Compiling futures v0.3.31
19732024-12-13T21:46:46.043Z Compiling hickory-proto v0.24.1
19742024-12-13T21:46:46.442Z Compiling tokio-rustls v0.26.0
19752024-12-13T21:46:46.819Z Compiling backtrace v0.3.74
19762024-12-13T21:46:47.088Z Compiling tokio-rustls v0.25.0
19772024-12-13T21:46:48.429Z Compiling slog-bunyan v2.5.0
19782024-12-13T21:46:48.653Z Compiling toml v0.8.19
19792024-12-13T21:46:49.042Z Compiling typify-impl v0.2.0
19802024-12-13T21:46:49.157Z Compiling tokio-native-tls v0.3.1
19812024-12-13T21:46:49.462Z Compiling phf_shared v0.11.2
19822024-12-13T21:46:49.790Z Compiling async-stream v0.3.6
19832024-12-13T21:46:49.881Z Compiling waitgroup v0.1.2
19842024-12-13T21:46:50.070Z Compiling webpki-roots v0.26.6
19852024-12-13T21:46:50.220Z Compiling idna v0.5.0
19862024-12-13T21:46:50.292Z Compiling terminal_size v0.4.0
19872024-12-13T21:46:50.326Z Compiling serde_path_to_error v0.1.16
19882024-12-13T21:46:51.142Z Compiling hkdf v0.12.4
19892024-12-13T21:46:51.164Z Compiling crypto-bigint v0.5.5
19902024-12-13T21:46:51.388Z Compiling serde_repr v0.1.19
19912024-12-13T21:46:51.715Z Compiling derive-where v1.2.7
19922024-12-13T21:46:52.655Z Compiling hostname v0.4.0
19932024-12-13T21:46:52.891Z Compiling crc32fast v1.4.2
19942024-12-13T21:46:53.983Z Compiling debug-ignore v1.0.5
19952024-12-13T21:46:54.409Z Compiling clap_lex v0.7.2
19962024-12-13T21:46:54.480Z Compiling winnow v0.5.40
19972024-12-13T21:46:54.876Z Compiling bitflags v1.3.2
19982024-12-13T21:46:54.987Z Compiling managed v0.8.0
19992024-12-13T21:46:55.064Z Compiling unicode-width v0.1.14
20002024-12-13T21:46:55.604Z Compiling console v0.15.8
20012024-12-13T21:46:57.053Z Compiling clap_builder v4.5.21
20022024-12-13T21:46:57.561Z Compiling elliptic-curve v0.13.8
20032024-12-13T21:46:58.363Z Compiling toml_edit v0.19.15
20042024-12-13T21:46:58.454Z Compiling flate2 v1.0.34
20052024-12-13T21:46:59.400Z Compiling hickory-resolver v0.24.1
20062024-12-13T21:47:03.190Z Compiling typify-macro v0.2.0
20072024-12-13T21:47:04.632Z Compiling cookie_store v0.21.0
20082024-12-13T21:47:05.049Z Compiling hyper-rustls v0.27.3
20092024-12-13T21:47:06.479Z Compiling phf v0.11.2
20102024-12-13T21:47:06.792Z Compiling hyper-tls v0.6.0
20112024-12-13T21:47:07.226Z Compiling signal-hook-mio v0.2.4
20122024-12-13T21:47:07.408Z Compiling rayon v1.10.0
20132024-12-13T21:47:07.411Z Compiling bzip2 v0.4.4
20142024-12-13T21:47:07.815Z Compiling postgres-types v0.2.8
20152024-12-13T21:47:08.061Z Compiling tokio-tungstenite v0.24.0
20162024-12-13T21:47:08.922Z Compiling ed25519 v2.2.3
20172024-12-13T21:47:09.106Z Compiling hubpack v0.1.2
20182024-12-13T21:47:09.184Z Compiling phf_shared v0.10.0
20192024-12-13T21:47:09.385Z Compiling pkcs1 v0.7.5
20202024-12-13T21:47:09.581Z Compiling zerocopy v0.6.6
20212024-12-13T21:47:10.318Z Compiling tokio-stream v0.1.16
20222024-12-13T21:47:10.796Z Compiling serde-big-array v0.5.1
20232024-12-13T21:47:10.878Z Compiling rfc6979 v0.4.0
20242024-12-13T21:47:11.048Z Compiling float-cmp v0.9.0
20252024-12-13T21:47:11.288Z Compiling sync_wrapper v1.0.1
20262024-12-13T21:47:11.463Z Compiling bstr v1.10.0
20272024-12-13T21:47:11.574Z Compiling precomputed-hash v0.1.1
20282024-12-13T21:47:11.700Z Compiling unicode-segmentation v1.12.0
20292024-12-13T21:47:11.722Z Compiling new_debug_unreachable v1.0.6
20302024-12-13T21:47:11.826Z Compiling normalize-line-endings v0.3.0
20312024-12-13T21:47:11.971Z Compiling fixedbitset v0.4.2
20322024-12-13T21:47:12.556Z Compiling unicode-width v0.2.0
20332024-12-13T21:47:12.583Z Compiling predicates-core v1.0.8
20342024-12-13T21:47:12.687Z Compiling bit-vec v0.6.3
20352024-12-13T21:47:12.920Z Compiling static_assertions v1.1.0
20362024-12-13T21:47:13.035Z Compiling difflib v0.4.0
20372024-12-13T21:47:13.111Z Compiling whoami v1.5.2
20382024-12-13T21:47:13.162Z Compiling number_prefix v0.4.0
20392024-12-13T21:47:13.424Z Compiling indicatif v0.17.9
20402024-12-13T21:47:13.711Z Compiling tokio-postgres v0.7.12
20412024-12-13T21:47:14.360Z Compiling predicates v3.1.2
20422024-12-13T21:47:14.382Z Compiling bit-set v0.5.3
20432024-12-13T21:47:14.698Z Compiling gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=9bbac475dcaac88286c07a20b6bd3e94fc81d7f0#9bbac475)
20442024-12-13T21:47:15.309Z Compiling similar v2.6.0
20452024-12-13T21:47:17.011Z Compiling petgraph v0.6.5
20462024-12-13T21:47:17.416Z Compiling string_cache v0.8.7
20472024-12-13T21:47:19.134Z Compiling reqwest v0.12.9
20482024-12-13T21:47:19.587Z Compiling qorb v0.2.1
20492024-12-13T21:47:20.305Z Compiling ecdsa v0.16.9
20502024-12-13T21:47:21.349Z Compiling rsa v0.9.6
20512024-12-13T21:47:21.649Z Compiling ed25519-dalek v2.1.1
20522024-12-13T21:47:22.209Z Compiling zip v0.6.6
20532024-12-13T21:47:22.329Z Compiling crossterm v0.28.1
20542024-12-13T21:47:22.712Z Compiling toml v0.7.8
20552024-12-13T21:47:22.982Z Compiling clap v4.5.21
20562024-12-13T21:47:25.531Z Compiling x509-cert v0.2.5
20572024-12-13T21:47:26.176Z Compiling hex v0.4.3
20582024-12-13T21:47:29.293Z Compiling unicode-xid v0.2.6
20592024-12-13T21:47:29.989Z Compiling peg-runtime v0.8.3
20602024-12-13T21:47:30.388Z Compiling radium v0.7.0
20612024-12-13T21:47:30.831Z Compiling lalrpop-util v0.19.12
20622024-12-13T21:47:33.168Z Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack)
20632024-12-13T21:47:48.978Z Compiling maybe-uninit v2.0.0
20642024-12-13T21:47:49.461Z Compiling ident_case v1.0.1
20652024-12-13T21:47:50.290Z Compiling tap v1.0.1
20662024-12-13T21:47:50.586Z Compiling wyz v0.5.1
20672024-12-13T21:47:51.360Z Compiling darling_core v0.20.10
20682024-12-13T21:47:59.811Z Compiling typify v0.2.0
20692024-12-13T21:48:05.379Z Compiling packed_struct v0.10.1
20702024-12-13T21:48:05.621Z Compiling funty v2.0.0
20712024-12-13T21:48:05.726Z Compiling unsafe-libyaml v0.2.11
20722024-12-13T21:48:07.583Z Compiling serde_yaml v0.9.34+deprecated
20732024-12-13T21:48:08.054Z Compiling bitvec v1.0.1
20742024-12-13T21:48:11.562Z Compiling progenitor-impl v0.8.0
20752024-12-13T21:48:12.772Z Compiling darling_macro v0.20.10
20762024-12-13T21:48:14.509Z Compiling packed_struct_codegen v0.10.1
20772024-12-13T21:48:17.101Z Compiling structmeta-derive v0.3.0
20782024-12-13T21:48:17.122Z Compiling indexmap v1.9.3
20792024-12-13T21:48:17.579Z Compiling nodrop v0.1.14
20802024-12-13T21:48:17.734Z Compiling newtype-uuid v1.1.3
20812024-12-13T21:48:18.043Z Compiling crc-catalog v2.4.0
20822024-12-13T21:48:18.502Z Compiling fastrand v2.1.1
20832024-12-13T21:48:18.900Z Compiling tempfile v3.13.0
20842024-12-13T21:48:19.833Z Compiling structmeta v0.3.0
20852024-12-13T21:48:20.643Z Compiling progenitor-macro v0.8.0
20862024-12-13T21:48:21.140Z Compiling crc v3.2.1
20872024-12-13T21:48:21.907Z Compiling array-init v0.0.4
20882024-12-13T21:48:26.551Z Compiling smallvec v0.6.14
20892024-12-13T21:48:27.758Z Compiling darling v0.20.10
20902024-12-13T21:48:33.974Z Compiling progenitor-client v0.8.0
20912024-12-13T21:48:36.219Z Compiling pin-project-internal v1.1.6
20922024-12-13T21:48:36.387Z Compiling dropshot v0.13.0
20932024-12-13T21:48:36.683Z Compiling same-file v1.0.6
20942024-12-13T21:48:36.710Z Compiling hashbrown v0.12.3
20952024-12-13T21:48:38.606Z Compiling base64 v0.21.7
20962024-12-13T21:48:39.077Z Compiling termcolor v1.4.1
20972024-12-13T21:48:40.008Z Compiling bitfield v0.14.0
20982024-12-13T21:48:41.423Z Compiling lpc55_areas v0.2.5 (https://github.com/oxidecomputer/lpc55_support#131520fc)
20992024-12-13T21:48:45.146Z Compiling env_logger v0.10.2
21002024-12-13T21:48:48.337Z Compiling ron v0.8.1
21012024-12-13T21:48:50.798Z Compiling pin-project v1.1.6
21022024-12-13T21:48:54.903Z Compiling walkdir v2.5.0
21032024-12-13T21:48:58.185Z Compiling progenitor v0.8.0
21042024-12-13T21:48:59.094Z Compiling serde_with_macros v3.11.0
21052024-12-13T21:48:59.448Z Compiling serde-hex v0.1.0
21062024-12-13T21:49:01.677Z Compiling tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc#e644a21a)
21072024-12-13T21:49:01.707Z Compiling parse-display-derive v0.10.0
21082024-12-13T21:49:03.463Z Compiling strum_macros v0.26.4
21092024-12-13T21:49:04.882Z Compiling hashbrown v0.13.2
21102024-12-13T21:49:05.363Z Compiling ipnetwork v0.20.0
21112024-12-13T21:49:05.808Z Compiling xattr v1.3.1
21122024-12-13T21:49:06.125Z Compiling dropshot_endpoint v0.13.0
21132024-12-13T21:49:06.152Z Compiling snafu-derive v0.8.5
21142024-12-13T21:49:06.291Z Compiling slog-error-chain-derive v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041)
21152024-12-13T21:49:07.042Z Compiling ring v0.16.20
21162024-12-13T21:49:07.670Z Compiling blake3 v1.5.4
21172024-12-13T21:49:08.082Z Compiling filetime v0.2.25
21182024-12-13T21:49:08.140Z Compiling instant v0.1.13
21192024-12-13T21:49:08.334Z Compiling bumpalo v3.16.0
21202024-12-13T21:49:08.746Z Compiling buf-list v1.0.3
21212024-12-13T21:49:08.993Z Compiling lockfree-object-pool v0.1.6
21222024-12-13T21:49:09.316Z Compiling zip v2.1.3
21232024-12-13T21:49:09.338Z Compiling crc-any v2.5.0
21242024-12-13T21:49:09.484Z Compiling simd-adler32 v0.3.7
21252024-12-13T21:49:09.755Z Compiling lpc55_sign v0.3.4 (https://github.com/oxidecomputer/lpc55_support#131520fc)
21262024-12-13T21:49:09.900Z Compiling zopfli v0.8.1
21272024-12-13T21:49:10.242Z Compiling tar v0.4.42
21282024-12-13T21:49:11.056Z Compiling snafu v0.8.5
21292024-12-13T21:49:11.379Z Compiling backoff v0.4.0
21302024-12-13T21:49:11.776Z Compiling strum v0.26.3
21312024-12-13T21:49:12.386Z Compiling slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041)
21322024-12-13T21:49:12.629Z Compiling object v0.30.4
21332024-12-13T21:49:14.301Z Compiling parse-display v0.10.0
21342024-12-13T21:49:16.007Z Compiling oxnet v0.1.0 (https://github.com/oxidecomputer/oxnet#7dacd265)
21352024-12-13T21:49:16.286Z Compiling tlvc-text v0.3.0 (https://github.com/oxidecomputer/tlvc#e644a21a)
21362024-12-13T21:49:17.121Z Compiling serde_with v3.11.0
21372024-12-13T21:49:17.886Z Compiling omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds)
21382024-12-13T21:49:18.008Z Compiling api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity)
21392024-12-13T21:49:18.504Z Compiling mg-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=93cd0d642cf1b58f9f4528275e2a2aa758e9feb3#93cd0d64)
21402024-12-13T21:49:18.744Z Compiling camino-tempfile v1.1.1
21412024-12-13T21:49:19.536Z Compiling globset v0.4.15
21422024-12-13T21:49:19.764Z Compiling serde_human_bytes v0.1.0 (https://github.com/oxidecomputer/serde_human_bytes?branch=main#0a097945)
21432024-12-13T21:49:19.978Z Compiling regress v0.9.1
21442024-12-13T21:49:21.245Z Compiling pem v3.0.4
21452024-12-13T21:49:22.721Z Compiling olpc-cjson v0.1.4
21462024-12-13T21:49:23.111Z Compiling macaddr v1.0.1
21472024-12-13T21:49:23.779Z Compiling serde_plain v1.0.2
21482024-12-13T21:49:24.328Z Compiling async-recursion v1.1.1
21492024-12-13T21:49:25.261Z Compiling memmap2 v0.9.5
21502024-12-13T21:49:25.820Z Compiling path-slash v0.1.5
21512024-12-13T21:49:25.874Z Compiling arrayref v0.3.9
21522024-12-13T21:49:25.943Z Compiling arrayvec v0.7.6
21532024-12-13T21:49:26.005Z Compiling typed-path v0.9.3
21542024-12-13T21:49:26.062Z Compiling spin v0.5.2
21552024-12-13T21:49:26.333Z Compiling constant_time_eq v0.3.1
21562024-12-13T21:49:27.282Z Compiling hubtools v0.4.6 (https://github.com/oxidecomputer/hubtools.git?branch=main#f48e2da0)
21572024-12-13T21:49:28.599Z Compiling omicron-common v0.1.0 (/work/oxidecomputer/omicron/common)
21582024-12-13T21:49:28.881Z Compiling tough v0.19.0
21592024-12-13T21:49:33.667Z Compiling itertools v0.13.0
21602024-12-13T21:49:34.006Z Compiling cargo-platform v0.1.8
21612024-12-13T21:49:34.256Z Compiling parse-size v1.1.0
21622024-12-13T21:49:34.594Z Compiling topological-sort v0.2.2
21632024-12-13T21:49:34.897Z Compiling omicron-zone-package v0.11.1
21642024-12-13T21:49:35.145Z Compiling cargo_metadata v0.18.1
21652024-12-13T21:49:37.527Z Compiling shell-words v1.1.0
21662024-12-13T21:49:42.418Z Compiling tufaceous-lib v0.1.0 (/work/oxidecomputer/omicron/tufaceous-lib)
21672024-12-13T21:49:55.285Z Compiling omicron-releng v0.1.0 (/work/oxidecomputer/omicron/dev-tools/releng)
21682024-12-13T21:50:10.557Z Finished `release` profile [optimized] target(s) in 6m 01s
21692024-12-13T21:50:10.723Z Running `target/release/omicron-releng --output-dir /work`
21702024-12-13T21:50:10.773ZDec 13 21:50:09.700 DEBG changing working directory to /work/oxidecomputer/omicron
21712024-12-13T21:50:10.878ZDec 13 21:50:09.806 DEBG running: git rev-parse HEAD
21722024-12-13T21:50:10.884ZDec 13 21:50:09.813 DEBG process exited with exit status: 0 (6.804489ms)
21732024-12-13T21:50:10.884ZDec 13 21:50:09.813 INFO version: 12.0.0-0.ci+gitc76a4e0f23b
21742024-12-13T21:50:10.926ZDec 13 21:50:09.855 INFO cloning helios to /work/oxidecomputer/helios
21752024-12-13T21:50:10.926ZDec 13 21:50:09.855 DEBG running: git clone https://github.com/oxidecomputer/helios.git /work/oxidecomputer/helios
21762024-12-13T21:50:10.932ZCloning into '/work/oxidecomputer/helios'...
21772024-12-13T21:50:11.440ZDec 13 21:50:10.365 DEBG process exited with exit status: 0 (510.253822ms)
21782024-12-13T21:50:11.440ZDec 13 21:50:10.365 DEBG running: git -C /work/oxidecomputer/helios status --branch '--porcelain=2'
21792024-12-13T21:50:11.445Z# branch.oid 53bc8bcccb29641cca9248dac64ce901acb8732b
21802024-12-13T21:50:11.445Z# branch.head master
21812024-12-13T21:50:11.445Z# branch.upstream origin/master
21822024-12-13T21:50:11.445Z# branch.ab +0 -0
21832024-12-13T21:50:11.448ZDec 13 21:50:10.374 DEBG process exited with exit status: 0 (8.565476ms)
21842024-12-13T21:50:11.448ZDec 13 21:50:10.374 DEBG running: pkg verify -q /system/zones/brand/omicron1/tools
21852024-12-13T21:50:12.354ZDec 13 21:50:11.282 DEBG process exited with exit status: 0 (908.02887ms)
21862024-12-13T21:50:12.354ZDec 13 21:50:11.282 DEBG running: zfs list rpool/images/build/host
21872024-12-13T21:50:12.361ZNAME USED AVAIL REFER MOUNTPOINT
21882024-12-13T21:50:12.361Zrpool/images/build/host 24K 152G 24K /rpool/images/build/host
21892024-12-13T21:50:12.363ZDec 13 21:50:11.290 DEBG process exited with exit status: 0 (7.526448ms)
21902024-12-13T21:50:12.363ZDec 13 21:50:11.290 DEBG running: zfs list rpool/images/build/recovery
21912024-12-13T21:50:12.367ZNAME USED AVAIL REFER MOUNTPOINT
21922024-12-13T21:50:12.367Zrpool/images/build/recovery 24K 152G 24K /rpool/images/build/recovery
21932024-12-13T21:50:12.370ZDec 13 21:50:11.296 DEBG process exited with exit status: 0 (6.581997ms)
21942024-12-13T21:50:12.370ZDec 13 21:50:11.297 INFO [hubris-staging] running task
21952024-12-13T21:50:12.370ZDec 13 21:50:11.297 INFO [hubris-production] running task
21962024-12-13T21:50:12.370ZDec 13 21:50:11.298 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
21972024-12-13T21:50:12.374ZDec 13 21:50:11.302 INFO [helios-setup] running: BUILD_OS=no PWD=/work/oxidecomputer/helios ptime -m gmake setup
21982024-12-13T21:50:12.445Z[ helios-setup] cd tools/helios-build && cargo build --quiet
21992024-12-13T21:50:12.871Z[ omicron-package] Blocking waiting for file lock on package cache
22002024-12-13T21:50:13.473Z[ omicron-package] Blocking waiting for file lock on package cache
22012024-12-13T21:50:13.758Z[ omicron-package] Blocking waiting for file lock on package cache
22022024-12-13T21:50:14.278ZDec 13 21:50:13.206 INFO [hubris-production] task succeeded (1.909149508s)
22032024-12-13T21:50:14.677Z[ omicron-package] Compiling zerocopy v0.8.10
22042024-12-13T21:50:14.680Z[ omicron-package] Compiling proc-macro-crate v1.3.1
22052024-12-13T21:50:14.680Z[ omicron-package] Compiling itertools v0.13.0
22062024-12-13T21:50:14.680Z[ omicron-package] Compiling zerocopy-derive v0.8.10
22072024-12-13T21:50:14.680Z[ omicron-package] Compiling heapless v0.8.0
22082024-12-13T21:50:14.680Z[ omicron-package] Compiling hash32 v0.3.1
22092024-12-13T21:50:14.680Z[ omicron-package] Compiling nvpair-sys v0.4.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
22102024-12-13T21:50:14.680Z[ omicron-package] Compiling smoltcp v0.11.0
22112024-12-13T21:50:15.750Z[ omicron-package] Compiling proc-macro-error-attr v1.0.4
22122024-12-13T21:50:15.880Z[ omicron-package] Compiling cobs v0.2.3
22132024-12-13T21:50:16.384Z[ omicron-package] Compiling num_enum_derive v0.5.11
22142024-12-13T21:50:16.802Z[ omicron-package] Compiling libdlpi-sys v0.1.0 (https://github.com/oxidecomputer/dlpi-sys#1d587ea9)
22152024-12-13T21:50:16.901Z[ omicron-package] Compiling postcard v1.0.10
22162024-12-13T21:50:16.904Z[ omicron-package] Compiling opte v0.1.0 (https://github.com/oxidecomputer/opte?rev=b56afeeb14e0042cbd7bda85b166ed86ee17820e#b56afeeb)
22172024-12-13T21:50:17.309Z[ omicron-package] Compiling proc-macro-error v1.0.4
22182024-12-13T21:50:17.796Z[ omicron-package] Compiling foreign-types-macros v0.2.3
22192024-12-13T21:50:17.988Z[ omicron-package] Compiling illumos-sys-hdrs v0.1.0 (https://github.com/oxidecomputer/opte?rev=b56afeeb14e0042cbd7bda85b166ed86ee17820e#b56afeeb)
22202024-12-13T21:50:18.045Z[ omicron-package] Compiling foreign-types-shared v0.3.1
22212024-12-13T21:50:19.383Z[ omicron-package] Compiling tabwriter v1.4.0
22222024-12-13T21:50:19.915Z[ omicron-package] Compiling rusty-doors-macros v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495)
22232024-12-13T21:50:20.620Z[ omicron-package] Compiling cstr-argument v0.1.2
22242024-12-13T21:50:21.060Z[ omicron-package] Compiling foreign-types v0.5.0
22252024-12-13T21:50:21.104Z[ omicron-package] Compiling num_enum v0.5.11
22262024-12-13T21:50:21.156Z[ omicron-package] Compiling kstat-macro v0.1.0 (https://github.com/oxidecomputer/opte?rev=b56afeeb14e0042cbd7bda85b166ed86ee17820e#b56afeeb)
22272024-12-13T21:50:21.394Z[ omicron-package] Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys#e07ad764)
22282024-12-13T21:50:21.525Z[ omicron-package] Compiling pretty-hex v0.2.1
22292024-12-13T21:50:21.589Z[ omicron-package] Compiling crucible-workspace-hack v0.1.0
22302024-12-13T21:50:21.694Z[ omicron-package] Compiling thiserror v2.0.3
22312024-12-13T21:50:21.864Z[ omicron-package] Compiling ingot-macros v0.1.0 (https://github.com/oxidecomputer/ingot.git?rev=bff93247fe75ff889121e39d494cc3805fc01906#bff93247)
22322024-12-13T21:50:21.963Z[ omicron-package] Compiling dlpi v0.2.0 (https://github.com/oxidecomputer/dlpi-sys#1d587ea9)
22332024-12-13T21:50:22.254Z[ omicron-package] Compiling rusty-doors v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495)
22342024-12-13T21:50:22.637Z[ omicron-package] Compiling nvpair v0.5.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
22352024-12-13T21:50:23.120Z[ omicron-package] Compiling colored v2.1.0
22362024-12-13T21:50:23.120Z[ omicron-package] Compiling thiserror-impl v2.0.3
22372024-12-13T21:50:24.345Z[ omicron-package] Compiling poptrie v0.1.0 (https://github.com/oxidecomputer/poptrie?branch=multipath#ca52bef3)
22382024-12-13T21:50:24.816Z[ omicron-package] Compiling zone_cfg_derive v0.3.0
22392024-12-13T21:50:25.608ZDec 13 21:50:24.534 INFO [hubris-staging] task succeeded (13.237180528s)
22402024-12-13T21:50:25.638Z[ omicron-package] Compiling bhyve_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=220a6f367c18f2452dbc4fa9086f3fe73b961739#220a6f36)
22412024-12-13T21:50:25.733Z[ omicron-package] Compiling sigpipe v0.1.3
22422024-12-13T21:50:26.171Z[ omicron-package] Compiling num-derive v0.4.2
22432024-12-13T21:50:26.850Z[ omicron-package] Compiling libefi-sys v0.1.0
22442024-12-13T21:50:27.424Z[ omicron-package] Compiling illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils)
22452024-12-13T21:50:27.894Z[ omicron-package] Compiling zone v0.3.0
22462024-12-13T21:50:28.142Z[ omicron-package] Compiling bhyve_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=220a6f367c18f2452dbc4fa9086f3fe73b961739#220a6f36)
22472024-12-13T21:50:28.390Z[ omicron-package] Compiling oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog)
22482024-12-13T21:50:29.308Z[ omicron-package] Compiling smf v0.2.3
22492024-12-13T21:50:29.814Z[ omicron-package] Compiling tofino v0.1.0 (https://github.com/oxidecomputer/tofino?branch=main#1b66b89c)
22502024-12-13T21:50:30.040Z[ omicron-package] Compiling crucible-smf v0.0.0 (https://github.com/oxidecomputer/crucible?rev=5a41b826171c7d2a8412fa833377ab1df25ee8ec#5a41b826)
22512024-12-13T21:50:30.525Z[ omicron-package] Compiling bitfield-struct v0.6.2
22522024-12-13T21:50:32.769Z[ omicron-package] Compiling libnvme-sys v0.0.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221)
22532024-12-13T21:50:33.071Z[ omicron-package] Compiling illumos-devinfo v0.1.0 (https://github.com/oxidecomputer/illumos-devinfo?branch=main#4323b17b)
22542024-12-13T21:50:33.117Z[ omicron-package] Compiling nvme v0.1.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221)
22552024-12-13T21:50:33.284Z[ omicron-package] Compiling libefi-illumos v0.1.0 (https://github.com/oxidecomputer/libefi-illumos?branch=master#54c398c1)
22562024-12-13T21:50:33.436Z[ omicron-package] Compiling gethostname v0.5.0
22572024-12-13T21:50:33.656Z[ omicron-package] Compiling libnvme v0.1.1 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221)
22582024-12-13T21:50:33.713Z[ omicron-package] Compiling ingot-types v0.1.0 (https://github.com/oxidecomputer/ingot.git?rev=bff93247fe75ff889121e39d494cc3805fc01906#bff93247)
22592024-12-13T21:50:34.954Z[ omicron-package] Compiling ingot v0.1.0 (https://github.com/oxidecomputer/ingot.git?rev=bff93247fe75ff889121e39d494cc3805fc01906#bff93247)
22602024-12-13T21:50:37.095Z[ omicron-package] Compiling opte-api v0.1.0 (https://github.com/oxidecomputer/opte?rev=b56afeeb14e0042cbd7bda85b166ed86ee17820e#b56afeeb)
22612024-12-13T21:50:38.525Z[ omicron-package] Compiling oxide-vpc v0.1.0 (https://github.com/oxidecomputer/opte?rev=b56afeeb14e0042cbd7bda85b166ed86ee17820e#b56afeeb)
22622024-12-13T21:50:40.006Z[ omicron-package] Compiling opte-ioctl v0.1.0 (https://github.com/oxidecomputer/opte?rev=b56afeeb14e0042cbd7bda85b166ed86ee17820e#b56afeeb)
22632024-12-13T21:50:43.114Z[ omicron-package] Compiling sled-hardware-types v0.1.0 (/work/oxidecomputer/omicron/sled-hardware/types)
22642024-12-13T21:50:43.705Z[ omicron-package] Compiling sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware)
22652024-12-13T21:50:45.489Z[ omicron-package] Compiling omicron-package v0.1.0 (/work/oxidecomputer/omicron/package)
22662024-12-13T21:50:55.133Z[ helios-setup] Dec 13 21:50:54.054 INFO helios repository root is: /work/oxidecomputer/helios
22672024-12-13T21:50:55.135Z[ helios-setup] Dec 13 21:50:54.056 INFO skipping project "omnios-extra" because "BUILD_OS" is set to "no"
22682024-12-13T21:50:55.135Z[ helios-setup] Dec 13 21:50:54.056 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
22692024-12-13T21:50:55.135Z[ helios-setup] Dec 13 21:50:54.056 INFO cloning https://github.com/illumos/image-builder.git at "/work/oxidecomputer/helios/projects/image-builder"..., project: image-builder
22702024-12-13T21:50:55.140Z[ helios-setup] Cloning into '/work/oxidecomputer/helios/projects/image-builder'...
22712024-12-13T21:50:56.008Z[ helios-setup] Dec 13 21:50:54.930 INFO clone ok!, project: image-builder
22722024-12-13T21:50:56.011Z[ helios-setup] Dec 13 21:50:54.930 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
22732024-12-13T21:50:56.011Z[ helios-setup] Dec 13 21:50:54.930 INFO cloning git@github.com:oxidecomputer/chelsio-t6-roms.git at "/work/oxidecomputer/helios/projects/chelsio-t6-roms"..., project: chelsio-t6-roms
22742024-12-13T21:50:56.014Z[ helios-setup] Cloning into '/work/oxidecomputer/helios/projects/chelsio-t6-roms'...
22752024-12-13T21:50:57.046Z[ helios-setup] Dec 13 21:50:55.968 INFO clone ok!, project: chelsio-t6-roms
22762024-12-13T21:50:57.050Z[ helios-setup] Dec 13 21:50:55.968 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
22772024-12-13T21:50:57.050Z[ helios-setup] Dec 13 21:50:55.968 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
22782024-12-13T21:50:57.054Z[ helios-setup] Cloning into '/work/oxidecomputer/helios/projects/amd-host-image-builder'...
22792024-12-13T21:50:58.010Z[ helios-setup] Submodule 'amd-firmware' (git@github.com:oxidecomputer/amd-firmware.git) registered for path 'amd-firmware'
22802024-12-13T21:50:58.020Z[ helios-setup] Cloning into '/work/oxidecomputer/helios/projects/amd-host-image-builder/amd-firmware'...
22812024-12-13T21:51:04.198Z[ helios-setup] Submodule path 'amd-firmware': checked out '7a9b5f6729edd91286f20e794f130fd370ed2fbe'
22822024-12-13T21:51:04.208Z[ helios-setup] Dec 13 21:51:03.129 INFO clone ok!, project: amd-host-image-builder
22832024-12-13T21:51:04.211Z[ helios-setup] Dec 13 21:51:03.129 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
22842024-12-13T21:51:04.211Z[ helios-setup] Dec 13 21:51:03.129 INFO cloning https://github.com/oxidecomputer/boot-image-tools.git at "/work/oxidecomputer/helios/projects/bootserver"..., project: bootserver
22852024-12-13T21:51:04.215Z[ helios-setup] Cloning into '/work/oxidecomputer/helios/projects/bootserver'...
22862024-12-13T21:51:04.536Z[ omicron-package] Finished `release` profile [optimized] target(s) in 52.15s
22872024-12-13T21:51:04.725Z[ helios-setup] Dec 13 21:51:03.641 INFO clone ok!, project: bootserver
22882024-12-13T21:51:04.728Z[ helios-setup] Dec 13 21:51:03.641 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
22892024-12-13T21:51:04.728Z[ helios-setup] Dec 13 21:51:03.641 INFO cloning https://github.com/oxidecomputer/pinprick.git at "/work/oxidecomputer/helios/projects/pinprick"..., project: pinprick
22902024-12-13T21:51:04.728Z[ helios-setup] Cloning into '/work/oxidecomputer/helios/projects/pinprick'...
22912024-12-13T21:51:04.804Z[ omicron-package]
22922024-12-13T21:51:04.804Z[ omicron-package] real 52.380169381
22932024-12-13T21:51:04.807Z[ omicron-package] user 3:03.557716449
22942024-12-13T21:51:04.807Z[ omicron-package] sys 26.288638756
22952024-12-13T21:51:04.807Z[ omicron-package] trap 0.286855936
22962024-12-13T21:51:04.807Z[ omicron-package] tflt 0.859578123
22972024-12-13T21:51:04.807Z[ omicron-package] dflt 1.132654059
22982024-12-13T21:51:04.807Z[ omicron-package] kflt 0.009574937
22992024-12-13T21:51:04.807Z[ omicron-package] lock 6:27.340650160
23002024-12-13T21:51:04.807Z[ omicron-package] slp 10:31.964331244
23012024-12-13T21:51:04.807Z[ omicron-package] lat 1:40.105144010
23022024-12-13T21:51:04.807Z[ omicron-package] stop 59.609559072
23032024-12-13T21:51:04.807ZDec 13 21:51:03.726 INFO [omicron-package] process exited with exit status: 0 (52.428025723s)
23042024-12-13T21:51:04.807ZDec 13 21:51:03.726 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
23052024-12-13T21:51:04.885ZDec 13 21:51:03.806 INFO [recovery-target] running: /work/oxidecomputer/omicron/target/release/omicron-package --target recovery --artifacts /work/artifacts-recovery target create --image trampoline
23062024-12-13T21:51:04.897Z[ host-target] Logging to: /work/oxidecomputer/omicron/out/LOG
23072024-12-13T21:51:04.900Z[ host-target] Created new build target 'host' and set it as active
23082024-12-13T21:51:04.900ZDec 13 21:51:03.820 INFO [host-target] process exited with exit status: 0 (94.428027ms)
23092024-12-13T21:51:04.900ZDec 13 21:51:03.821 INFO [host-package] running: /work/oxidecomputer/omicron/target/release/omicron-package --target host --artifacts /work/oxidecomputer/omicron/out package
23102024-12-13T21:51:04.908Z[ recovery-target] Logging to: /work/artifacts-recovery/LOG
23112024-12-13T21:51:04.911Z[ recovery-target] Created new build target 'recovery' and set it as active
23122024-12-13T21:51:04.911ZDec 13 21:51:03.832 INFO [recovery-target] process exited with exit status: 0 (25.561744ms)
23132024-12-13T21:51:04.919Z[ host-package] Logging to: /work/oxidecomputer/omicron/out/LOG
23142024-12-13T21:51:05.188Z[ helios-setup] Dec 13 21:51:04.108 INFO clone ok!, project: pinprick
23152024-12-13T21:51:05.190Z[ helios-setup] Dec 13 21:51:04.108 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
23162024-12-13T21:51:05.190Z[ helios-setup] Dec 13 21:51:04.108 INFO cloning https://github.com/oxidecomputer/phbl.git at "/work/oxidecomputer/helios/projects/phbl"..., project: phbl
23172024-12-13T21:51:05.193Z[ helios-setup] Cloning into '/work/oxidecomputer/helios/projects/phbl'...
23182024-12-13T21:51:05.730Z[ helios-setup] Dec 13 21:51:04.650 INFO clone ok!, project: phbl
23192024-12-13T21:51:05.733Z[ helios-setup] Dec 13 21:51:04.650 INFO skipping project "omnios-build" because "BUILD_OS" is set to "no"
23202024-12-13T21:51:05.733Z[ helios-setup] Dec 13 21:51:04.651 INFO skipping project "illumos" because "BUILD_OS" is set to "no"
23212024-12-13T21:51:05.733Z[ helios-setup] Dec 13 21:51:04.651 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
23222024-12-13T21:51:05.733Z[ helios-setup] Dec 13 21:51:04.651 INFO cloning git@github.com:oxidecomputer/pilot.git at "/work/oxidecomputer/helios/projects/pilot"..., project: pilot
23232024-12-13T21:51:05.735Z[ helios-setup] Cloning into '/work/oxidecomputer/helios/projects/pilot'...
23242024-12-13T21:51:06.132Z[ host-package] Compiling convert_case v0.4.0
23252024-12-13T21:51:06.132Z[ host-package] Compiling omicron-rpaths v0.1.0 (/work/oxidecomputer/omicron/rpaths)
23262024-12-13T21:51:06.134Z[ host-package] Compiling newline-converter v0.3.0
23272024-12-13T21:51:06.134Z[ host-package] Compiling password-hash v0.5.0
23282024-12-13T21:51:06.134Z[ host-package] Compiling progenitor-client v0.8.0
23292024-12-13T21:51:06.134Z[ host-package] Compiling blake2 v0.10.6
23302024-12-13T21:51:06.134Z[ host-package] Compiling pq-sys v0.4.6 (https://github.com/oxidecomputer/pq-sys?branch=oxide/omicron#b1194c19)
23312024-12-13T21:51:06.313Z[ host-package] Compiling cancel-safe-futures v0.1.5
23322024-12-13T21:51:06.487Z[ host-package] Compiling expectorate v1.1.0
23332024-12-13T21:51:06.537Z[ host-package] Compiling owo-colors v4.1.0
23342024-12-13T21:51:06.652Z[ helios-setup] Dec 13 21:51:05.572 INFO clone ok!, project: pilot
23352024-12-13T21:51:06.654Z[ helios-setup] Dec 13 21:51:05.572 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
23362024-12-13T21:51:06.654Z[ helios-setup] Dec 13 21:51:05.572 INFO cloning git@github.com:oxidecomputer/amd-firmware.git at "/work/oxidecomputer/helios/projects/amd-firmware"..., project: amd-firmware
23372024-12-13T21:51:06.657Z[ helios-setup] Cloning into '/work/oxidecomputer/helios/projects/amd-firmware'...
23382024-12-13T21:51:06.708Z[ host-package] Compiling num-rational v0.4.2
23392024-12-13T21:51:06.801Z[ host-package] Compiling progenitor v0.8.0
23402024-12-13T21:51:06.842Z[ host-package] Compiling argon2 v0.5.3
23412024-12-13T21:51:06.980Z[ host-package] Compiling num-complex v0.4.6
23422024-12-13T21:51:07.053Z[ host-package] Compiling derive_more v0.99.18
23432024-12-13T21:51:07.759Z[ host-package] Compiling omicron-passwords v0.1.0 (/work/oxidecomputer/omicron/passwords)
23442024-12-13T21:51:07.789Z[ host-package] Compiling atomicwrites v0.4.4
23452024-12-13T21:51:08.348Z[ host-package] Compiling num v0.4.3
23462024-12-13T21:51:08.399Z[ host-package] Compiling libsw v3.3.1
23472024-12-13T21:51:08.458Z[ host-package] Compiling float-ord v0.3.2
23482024-12-13T21:51:08.488Z[ host-package] Compiling linear-map v1.2.0
23492024-12-13T21:51:08.517Z[ host-package] Compiling indent_write v2.2.0
23502024-12-13T21:51:08.682Z[ host-package] Compiling swrite v0.1.0
23512024-12-13T21:51:08.768Z[ host-package] Compiling oximeter-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/types)
23522024-12-13T21:51:08.791Z[ host-package] Compiling nexus-sled-agent-shared v0.1.0 (/work/oxidecomputer/omicron/nexus-sled-agent-shared)
23532024-12-13T21:51:08.851Z[ host-package] Compiling internal-dns-types v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types)
23542024-12-13T21:51:08.974Z[ host-package] Compiling gateway-client v0.1.0 (/work/oxidecomputer/omicron/clients/gateway-client)
23552024-12-13T21:51:09.267Z[ host-package] Compiling highway v1.2.0
23562024-12-13T21:51:09.364Z[ host-package] Compiling semver v0.1.20
23572024-12-13T21:51:09.976Z[ host-package] Compiling update-engine v0.1.0 (/work/oxidecomputer/omicron/update-engine)
23582024-12-13T21:51:10.597Z[ host-package] Compiling rustc_version v0.1.7
23592024-12-13T21:51:10.800Z[ host-package] Compiling newtype-uuid v1.1.3
23602024-12-13T21:51:11.099Z[ host-package] Compiling newtype_derive v0.1.6
23612024-12-13T21:51:11.191Z[ host-package] Compiling dropshot v0.13.0
23622024-12-13T21:51:11.282Z[ host-package] Compiling ipnetwork v0.20.0
23632024-12-13T21:51:11.536Z[ host-package] Compiling instant v0.1.13
23642024-12-13T21:51:11.711Z[ host-package] Compiling humantime v2.1.0
23652024-12-13T21:51:12.137Z[ host-package] Compiling oxnet v0.1.0 (https://github.com/oxidecomputer/oxnet#7dacd265)
23662024-12-13T21:51:12.704Z[ host-package] Compiling backoff v0.4.0
23672024-12-13T21:51:13.164Z[ host-package] Compiling omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds)
23682024-12-13T21:51:13.598Z[ host-package] Compiling oxql-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/oxql-types)
23692024-12-13T21:51:14.168Z[ host-package] Compiling clickhouse-admin-types v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types)
23702024-12-13T21:51:15.182Z[ helios-setup] Dec 13 21:51:14.101 INFO clone ok!, project: amd-firmware
23712024-12-13T21:51:15.186Z[ helios-setup] Dec 13 21:51:14.101 INFO exec: ["/usr/bin/pkgrepo", "create", "/work/oxidecomputer/helios/packages/os"], pwd: None
23722024-12-13T21:51:16.047Z[ helios-setup] Dec 13 21:51:14.966 INFO exec: ["/usr/bin/pkgrepo", "add-publisher", "-s", "/work/oxidecomputer/helios/packages/os", "helios-dev"], pwd: None
23732024-12-13T21:51:16.748Z[ helios-setup] Dec 13 21:51:15.667 INFO repository /work/oxidecomputer/helios/packages/os for publisher helios-dev created
23742024-12-13T21:51:16.748Z[ helios-setup] Dec 13 21:51:15.667 INFO exec: ["/usr/bin/pkgrepo", "create", "/work/oxidecomputer/helios/packages/other"], pwd: None
23752024-12-13T21:51:17.412Z[ helios-setup] Dec 13 21:51:16.330 INFO exec: ["/usr/bin/pkgrepo", "add-publisher", "-s", "/work/oxidecomputer/helios/packages/other", "helios-dev"], pwd: None
23762024-12-13T21:51:17.448Z[ host-package] Compiling mg-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=93cd0d642cf1b58f9f4528275e2a2aa758e9feb3#93cd0d64)
23772024-12-13T21:51:18.107Z[ helios-setup] Dec 13 21:51:17.026 INFO repository /work/oxidecomputer/helios/packages/other for publisher helios-dev created
23782024-12-13T21:51:18.107Z[ helios-setup] Dec 13 21:51:17.026 INFO exec: ["/usr/bin/pkgrepo", "create", "/work/oxidecomputer/helios/packages/combined"], pwd: None
23792024-12-13T21:51:18.775Z[ helios-setup] Dec 13 21:51:17.694 INFO exec: ["/usr/bin/pkgrepo", "add-publisher", "-s", "/work/oxidecomputer/helios/packages/combined", "helios-dev"], pwd: None
23802024-12-13T21:51:19.116Z[ host-package] Compiling parse-display v0.10.0
23812024-12-13T21:51:19.419Z[ helios-setup] Dec 13 21:51:18.337 INFO repository /work/oxidecomputer/helios/packages/combined for publisher helios-dev created
23822024-12-13T21:51:19.423Z[ helios-setup] Dec 13 21:51:18.338 INFO file /work/oxidecomputer/helios/packages/publisher.mogrify does not exist
23832024-12-13T21:51:19.423Z[ helios-setup] Dec 13 21:51:18.338 INFO writing /work/oxidecomputer/helios/packages/publisher.mogrify ...
23842024-12-13T21:51:19.423Z[ helios-setup] Dec 13 21:51:18.338 INFO ok!
23852024-12-13T21:51:19.423Z[ helios-setup] Dec 13 21:51:18.338 INFO link /work/oxidecomputer/helios/packages/os-conflicts.mogrify does not exist
23862024-12-13T21:51:19.423Z[ helios-setup] Dec 13 21:51:18.338 INFO linking /work/oxidecomputer/helios/packages/os-conflicts.mogrify -> ../tools/packages/os-conflicts.mogrify ...
23872024-12-13T21:51:19.423Z[ helios-setup] Dec 13 21:51:18.338 INFO ok!
23882024-12-13T21:51:19.423Z[ helios-setup] Dec 13 21:51:18.338 INFO link /work/oxidecomputer/helios/packages/os-deps.mogrify does not exist
23892024-12-13T21:51:19.423Z[ helios-setup] Dec 13 21:51:18.338 INFO linking /work/oxidecomputer/helios/packages/os-deps.mogrify -> ../tools/packages/os-deps.mogrify ...
23902024-12-13T21:51:19.423Z[ helios-setup] Dec 13 21:51:18.338 INFO ok!
23912024-12-13T21:51:19.423Z[ helios-setup] Dec 13 21:51:18.338 INFO building project "image-builder" at /work/oxidecomputer/helios/projects/image-builder
23922024-12-13T21:51:19.423Z[ helios-setup] Dec 13 21:51:18.338 INFO exec: ["cargo", "build", "--locked"], pwd: Some("/work/oxidecomputer/helios/projects/image-builder")
23932024-12-13T21:51:19.489Z[ host-package] Compiling slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041)
23942024-12-13T21:51:19.729Z[ helios-setup] Dec 13 21:51:18.647 INFO E| Updating git repository `https://github.com/jclulow/rust-jmclib`
23952024-12-13T21:51:19.742Z[ host-package] Compiling strum v0.26.3
23962024-12-13T21:51:19.854Z[ host-package] Compiling serde_with v3.11.0
23972024-12-13T21:51:19.948Z[ host-package] Compiling regress v0.9.1
23982024-12-13T21:51:20.196Z[ helios-setup] Dec 13 21:51:19.113 INFO E| From https://github.com/jclulow/rust-jmclib
23992024-12-13T21:51:20.196Z[ helios-setup] Dec 13 21:51:19.114 INFO E| * [new ref] 98fb2268f5a2f350e65ab5c8fc490b27eb1b3949 -> refs/commit/98fb2268f5a2f350e65ab5c8fc490b27eb1b3949
24002024-12-13T21:51:20.231Z[ helios-setup] Dec 13 21:51:19.149 INFO E| Updating crates.io index
24012024-12-13T21:51:20.336Z[ helios-setup] Dec 13 21:51:19.254 INFO E| Downloading crates ...
24022024-12-13T21:51:20.451Z[ helios-setup] Dec 13 21:51:19.369 INFO E| Downloaded md-5 v0.9.1
24032024-12-13T21:51:20.457Z[ helios-setup] Dec 13 21:51:19.373 INFO E| Downloaded fastrand v2.0.0
24042024-12-13T21:51:20.457Z[ helios-setup] Dec 13 21:51:19.375 INFO E| Downloaded once_cell v1.18.0
24052024-12-13T21:51:20.463Z[ helios-setup] Dec 13 21:51:19.380 INFO E| Downloaded block-buffer v0.9.0
24062024-12-13T21:51:20.478Z[ helios-setup] Dec 13 21:51:19.396 INFO E| Downloaded opaque-debug v0.3.0
24072024-12-13T21:51:20.481Z[ helios-setup] Dec 13 21:51:19.398 INFO E| Downloaded errno v0.3.1
24082024-12-13T21:51:20.483Z[ helios-setup] Dec 13 21:51:19.401 INFO E| Downloaded libdevinfo-sys v1.0.0
24092024-12-13T21:51:20.488Z[ helios-setup] Dec 13 21:51:19.402 INFO E| Downloaded digest v0.9.0
24102024-12-13T21:51:20.517Z[ helios-setup] Dec 13 21:51:19.436 INFO E| Downloaded walkdir v2.3.3
24112024-12-13T21:51:20.520Z[ helios-setup] Dec 13 21:51:19.438 INFO E| Downloaded cpufeatures v0.2.9
24122024-12-13T21:51:20.525Z[ helios-setup] Dec 13 21:51:19.440 INFO E| Downloaded uuid v0.8.2
24132024-12-13T21:51:20.528Z[ helios-setup] Dec 13 21:51:19.444 INFO E| Downloaded unicode-width v0.1.10
24142024-12-13T21:51:20.528Z[ helios-setup] Dec 13 21:51:19.446 INFO E| Downloaded tempfile v3.7.0
24152024-12-13T21:51:20.531Z[ helios-setup] Dec 13 21:51:19.449 INFO E| Downloaded ryu v1.0.15
24162024-12-13T21:51:20.535Z[ helios-setup] Dec 13 21:51:19.454 INFO E| Downloaded quote v1.0.31
24172024-12-13T21:51:20.540Z[ helios-setup] Dec 13 21:51:19.458 INFO E| Downloaded typenum v1.16.0
24182024-12-13T21:51:20.543Z[ helios-setup] Dec 13 21:51:19.462 INFO E| Downloaded anyhow v1.0.72
24192024-12-13T21:51:20.550Z[ helios-setup] Dec 13 21:51:19.468 INFO E| Downloaded unicode-ident v1.0.11
24202024-12-13T21:51:20.555Z[ helios-setup] Dec 13 21:51:19.473 INFO E| Downloaded proc-macro2 v1.0.66
24212024-12-13T21:51:20.559Z[ helios-setup] Dec 13 21:51:19.477 INFO E| Downloaded serde v1.0.193
24222024-12-13T21:51:20.564Z[ helios-setup] Dec 13 21:51:19.483 INFO E| Downloaded toml v0.5.11
24232024-12-13T21:51:20.568Z[ helios-setup] Dec 13 21:51:19.487 INFO E| Downloaded serde_derive v1.0.193
24242024-12-13T21:51:20.573Z[ helios-setup] Dec 13 21:51:19.491 INFO E| Downloaded getrandom v0.2.10
24252024-12-13T21:51:20.577Z[ helios-setup] Dec 13 21:51:19.495 INFO E| Downloaded bitflags v2.3.3
24262024-12-13T21:51:20.580Z[ helios-setup] Dec 13 21:51:19.499 INFO E| Downloaded serde_json v1.0.103
24272024-12-13T21:51:20.592Z[ helios-setup] Dec 13 21:51:19.510 INFO E| Downloaded sha-1 v0.9.8
24282024-12-13T21:51:20.595Z[ helios-setup] Dec 13 21:51:19.514 INFO E| Downloaded itoa v1.0.9
24292024-12-13T21:51:20.598Z[ helios-setup] Dec 13 21:51:19.516 INFO E| Downloaded syn v2.0.32
24302024-12-13T21:51:20.640Z[ helios-setup] Dec 13 21:51:19.558 INFO E| Downloaded rustix v0.38.4
24312024-12-13T21:51:20.687Z[ helios-setup] Dec 13 21:51:19.605 INFO E| Downloaded libc v0.2.147
24322024-12-13T21:51:20.815Z[ helios-setup] Dec 13 21:51:19.733 INFO E| Compiling libc v0.2.147
24332024-12-13T21:51:20.815Z[ helios-setup] Dec 13 21:51:19.733 INFO E| Compiling proc-macro2 v1.0.66
24342024-12-13T21:51:20.815Z[ helios-setup] Dec 13 21:51:19.733 INFO E| Compiling unicode-ident v1.0.11
24352024-12-13T21:51:20.818Z[ helios-setup] Dec 13 21:51:19.733 INFO E| Compiling cfg-if v1.0.0
24362024-12-13T21:51:20.818Z[ helios-setup] Dec 13 21:51:19.733 INFO E| Compiling typenum v1.16.0
24372024-12-13T21:51:20.818Z[ helios-setup] Dec 13 21:51:19.733 INFO E| Compiling version_check v0.9.4
24382024-12-13T21:51:20.818Z[ helios-setup] Dec 13 21:51:19.733 INFO E| Compiling serde v1.0.193
24392024-12-13T21:51:20.818Z[ helios-setup] Dec 13 21:51:19.734 INFO E| Compiling itoa v1.0.9
24402024-12-13T21:51:21.987Z[ helios-setup] Dec 13 21:51:20.905 INFO E| Compiling powerfmt v0.2.0
24412024-12-13T21:51:21.994Z[ helios-setup] Dec 13 21:51:20.910 INFO E| Compiling time-core v0.1.2
24422024-12-13T21:51:22.206Z[ helios-setup] Dec 13 21:51:21.124 INFO E| Compiling generic-array v0.14.7
24432024-12-13T21:51:22.345Z[ helios-setup] Dec 13 21:51:21.263 INFO E| Compiling rustix v0.38.4
24442024-12-13T21:51:22.393Z[ helios-setup] Dec 13 21:51:21.302 INFO E| Compiling num-conv v0.1.0
24452024-12-13T21:51:22.651Z[ helios-setup] Dec 13 21:51:21.569 INFO E| Compiling slog v2.7.0
24462024-12-13T21:51:22.826Z[ helios-setup] Dec 13 21:51:21.744 INFO E| Compiling deranged v0.3.11
24472024-12-13T21:51:22.890Z[ helios-setup] Dec 13 21:51:21.808 INFO E| Compiling bitflags v2.3.3
24482024-12-13T21:51:23.155Z[ helios-setup] Dec 13 21:51:22.073 INFO E| Compiling time-macros v0.2.18
24492024-12-13T21:51:23.693Z[ host-package] Compiling serde_human_bytes v0.1.0 (https://github.com/oxidecomputer/serde_human_bytes?branch=main#0a097945)
24502024-12-13T21:51:23.699Z[ helios-setup] Dec 13 21:51:22.617 INFO E| Compiling quote v1.0.31
24512024-12-13T21:51:24.008Z[ helios-setup] Dec 13 21:51:22.925 INFO E| Compiling once_cell v1.18.0
24522024-12-13T21:51:24.283Z[ helios-setup] Dec 13 21:51:23.201 INFO E| Compiling num_threads v0.1.6
24532024-12-13T21:51:24.562Z[ helios-setup] Dec 13 21:51:23.480 INFO E| Compiling syn v2.0.32
24542024-12-13T21:51:24.833Z[ helios-setup] Dec 13 21:51:23.750 INFO E| Compiling thread_local v1.1.7
24552024-12-13T21:51:25.197Z[ helios-setup] Dec 13 21:51:24.114 INFO E| Compiling fastrand v2.0.0
24562024-12-13T21:51:26.027Z[ helios-setup] Dec 13 21:51:24.944 INFO E| Compiling dirs-sys-next v0.1.2
24572024-12-13T21:51:26.449Z[ helios-setup] Dec 13 21:51:25.366 INFO E| Compiling dirs-next v2.0.0
24582024-12-13T21:51:26.698Z[ helios-setup] Dec 13 21:51:25.614 INFO E| Compiling errno v0.3.1
24592024-12-13T21:51:26.717Z[ helios-setup] Dec 13 21:51:25.634 INFO E| Compiling term v0.7.0
24602024-12-13T21:51:26.778Z[ helios-setup] Dec 13 21:51:25.694 INFO E| Compiling atty v0.2.14
24612024-12-13T21:51:26.798Z[ helios-setup] Dec 13 21:51:25.716 INFO E| Compiling opaque-debug v0.3.0
24622024-12-13T21:51:26.902Z[ helios-setup] Dec 13 21:51:25.819 INFO E| Compiling anyhow v1.0.72
24632024-12-13T21:51:27.120Z[ helios-setup] Dec 13 21:51:26.038 INFO E| Compiling serde_json v1.0.103
24642024-12-13T21:51:27.328Z[ host-package] Compiling macaddr v1.0.1
24652024-12-13T21:51:27.800Z[ helios-setup] Dec 13 21:51:26.717 INFO E| Compiling getrandom v0.2.10
24662024-12-13T21:51:28.038Z[ host-package] Compiling steno v0.4.1
24672024-12-13T21:51:28.166Z[ host-package] Compiling omicron-common v0.1.0 (/work/oxidecomputer/omicron/common)
24682024-12-13T21:51:28.511Z[ helios-setup] Dec 13 21:51:27.428 INFO E| Compiling block-buffer v0.9.0
24692024-12-13T21:51:28.570Z[ helios-setup] Dec 13 21:51:27.488 INFO E| Compiling digest v0.9.0
24702024-12-13T21:51:28.710Z[ helios-setup] Dec 13 21:51:27.627 INFO E| Compiling time v0.3.36
24712024-12-13T21:51:28.745Z[ helios-setup] Dec 13 21:51:27.662 INFO E| Compiling ryu v1.0.15
24722024-12-13T21:51:28.787Z[ helios-setup] Dec 13 21:51:27.703 INFO E| Compiling cpufeatures v0.2.9
24732024-12-13T21:51:28.881Z[ helios-setup] Dec 13 21:51:27.798 INFO E| Compiling unicode-width v0.1.10
24742024-12-13T21:51:28.971Z[ helios-setup] Dec 13 21:51:27.888 INFO E| Compiling same-file v1.0.6
24752024-12-13T21:51:29.231Z[ helios-setup] Dec 13 21:51:28.147 INFO E| Compiling walkdir v2.3.3
24762024-12-13T21:51:29.341Z[ helios-setup] Dec 13 21:51:28.257 INFO E| Compiling getopts v0.2.21
24772024-12-13T21:51:29.670Z[ helios-setup] Dec 13 21:51:28.587 INFO E| Compiling md-5 v0.9.1
24782024-12-13T21:51:29.825Z[ host-package] Compiling prettyplease v0.2.25
24792024-12-13T21:51:29.827Z[ host-package] Compiling slog-dtrace v0.3.0
24802024-12-13T21:51:30.103Z[ helios-setup] Dec 13 21:51:29.020 INFO E| Compiling sha-1 v0.9.8
24812024-12-13T21:51:30.439Z[ host-package] Compiling oximeter-macro-impl v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter-macro-impl)
24822024-12-13T21:51:30.463Z[ helios-setup] Dec 13 21:51:29.380 INFO E| Compiling tempfile v3.7.0
24832024-12-13T21:51:30.955Z[ helios-setup] Dec 13 21:51:29.872 INFO E| Compiling glob v0.3.1
24842024-12-13T21:51:31.001Z[ helios-setup] Dec 13 21:51:29.917 INFO E| Compiling libdevinfo-sys v1.0.0
24852024-12-13T21:51:32.465Z[ host-package] Compiling internal-dns-resolver v0.1.0 (/work/oxidecomputer/omicron/internal-dns/resolver)
24862024-12-13T21:51:32.553Z[ helios-setup] Dec 13 21:51:31.469 INFO E| Compiling slog-term v2.9.0
24872024-12-13T21:51:33.871Z[ host-package] Compiling nexus-types v0.1.0 (/work/oxidecomputer/omicron/nexus/types)
24882024-12-13T21:51:34.747Z[ helios-setup] Dec 13 21:51:33.663 INFO E| Compiling serde_derive v1.0.193
24892024-12-13T21:51:36.562Z[ host-package] Compiling oximeter-schema v0.1.0 (/work/oxidecomputer/omicron/oximeter/schema)
24902024-12-13T21:51:37.348Z[ host-package] Compiling half v2.4.1
24912024-12-13T21:51:38.201Z[ host-package] Compiling ciborium-io v0.2.2
24922024-12-13T21:51:38.441Z[ host-package] Compiling ciborium-ll v0.2.2
24932024-12-13T21:51:39.107Z[ host-package] Compiling tungstenite v0.21.0
24942024-12-13T21:51:41.709Z[ host-package] Compiling tokio-tungstenite v0.21.0
24952024-12-13T21:51:42.644Z[ host-package] Compiling ciborium v0.2.2
24962024-12-13T21:51:45.101Z[ host-package] Compiling nexus-config v0.1.0 (/work/oxidecomputer/omicron/nexus-config)
24972024-12-13T21:51:45.135Z[ host-package] Compiling same-file v1.0.6
24982024-12-13T21:51:45.479Z[ host-package] Compiling fastrand v2.1.1
24992024-12-13T21:51:50.196Z[ helios-setup] Dec 13 21:51:49.110 INFO E| Compiling toml v0.5.11
25002024-12-13T21:51:50.196Z[ helios-setup] Dec 13 21:51:49.110 INFO E| Compiling uuid v0.8.2
25012024-12-13T21:51:52.528Z[ helios-setup] Dec 13 21:51:51.442 INFO E| Compiling jmclib v0.1.0 (https://github.com/jclulow/rust-jmclib#98fb2268)
25022024-12-13T21:51:53.455Z[ host-package] Compiling display-error-chain v0.2.2
25032024-12-13T21:51:53.751Z[ host-package] Compiling tempfile v3.13.0
25042024-12-13T21:51:54.323Z[ host-package] Compiling walkdir v2.5.0
25052024-12-13T21:51:54.703Z[ host-package] Compiling ring v0.16.20
25062024-12-13T21:51:54.884Z[ host-package] Compiling blake3 v1.5.4
25072024-12-13T21:51:55.144Z[ host-package] Compiling sled-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/sled-agent-client)
25082024-12-13T21:51:55.630Z[ host-package] Compiling xattr v1.3.1
25092024-12-13T21:51:55.842Z[ helios-setup] Dec 13 21:51:54.756 INFO E| Compiling illumos-image-builder v0.0.0 (/work/oxidecomputer/helios/projects/image-builder)
25102024-12-13T21:51:55.852Z[ host-package] Compiling memmap2 v0.9.5
25112024-12-13T21:51:55.985Z[ host-package] Compiling filetime v0.2.25
25122024-12-13T21:51:56.345Z[ host-package] Compiling constant_time_eq v0.3.1
25132024-12-13T21:51:56.427Z[ host-package] Compiling spin v0.5.2
25142024-12-13T21:51:56.467Z[ host-package] Compiling keccak v0.1.5
25152024-12-13T21:51:56.519Z[ host-package] Compiling arrayref v0.3.9
25162024-12-13T21:51:56.709Z[ host-package] Compiling arrayvec v0.7.6
25172024-12-13T21:51:56.767Z[ host-package] Compiling tar v0.4.42
25182024-12-13T21:51:57.143Z[ host-package] Compiling oximeter-timeseries-macro v0.1.0 (/work/oxidecomputer/omicron/oximeter/timeseries-macro)
25192024-12-13T21:51:57.761Z[ host-package] Compiling sha3 v0.10.8
25202024-12-13T21:51:58.482Z[ host-package] Compiling toolchain_find v0.4.0
25212024-12-13T21:51:59.062Z[ host-package] Compiling camino-tempfile v1.1.1
25222024-12-13T21:51:59.101Z[ host-package] Compiling const_format_proc_macros v0.2.33
25232024-12-13T21:51:59.226Z[ host-package] Compiling maplit v1.0.2
25242024-12-13T21:51:59.393Z[ host-package] Compiling crunchy v0.2.2
25252024-12-13T21:51:59.601Z[ host-package] Compiling topological-sort v0.2.2
25262024-12-13T21:51:59.705Z[ host-package] Compiling rustfmt-wrapper v0.2.1
25272024-12-13T21:51:59.864Z[ host-package] Compiling tiny-keccak v2.0.2
25282024-12-13T21:52:00.211Z[ host-package] Compiling dsl_auto_type v0.1.2
25292024-12-13T21:52:00.332Z[ host-package] Compiling phf_generator v0.11.2
25302024-12-13T21:52:00.357Z[ host-package] Compiling omicron-zone-package v0.11.1
25312024-12-13T21:52:00.632Z[ host-package] Compiling scheduled-thread-pool v0.2.7
25322024-12-13T21:52:01.254Z[ host-package] Compiling const_format v0.2.33
25332024-12-13T21:52:01.798Z[ host-package] Compiling secrecy v0.8.0
25342024-12-13T21:52:01.965Z[ host-package] Compiling diesel_table_macro_syntax v0.2.0
25352024-12-13T21:52:02.108Z[ host-package] Compiling libipcc v0.1.0 (https://github.com/oxidecomputer/libipcc?rev=fdffa212373a8f92473ea5f411088912bf458d5f#fdffa212)
25362024-12-13T21:52:02.244Z[ host-package] Compiling arc-swap v1.7.1
25372024-12-13T21:52:02.406Z[ host-package] Compiling diesel_derives v2.2.3
25382024-12-13T21:52:02.615Z[ host-package] Compiling oximeter v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter)
25392024-12-13T21:52:02.672Z[ host-package] Compiling r2d2 v0.8.10
25402024-12-13T21:52:03.055Z[ host-package] Compiling slog-scope v4.4.0
25412024-12-13T21:52:03.196Z[ host-package] Compiling phf_codegen v0.11.2
25422024-12-13T21:52:03.404Z[ host-package] Compiling nexus-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-client)
25432024-12-13T21:52:03.504Z[ host-package] Compiling propolis-client v0.1.0 (https://github.com/oxidecomputer/propolis?rev=220a6f367c18f2452dbc4fa9086f3fe73b961739#220a6f36)
25442024-12-13T21:52:03.722Z[ host-package] Compiling ascii-canvas v3.0.0
25452024-12-13T21:52:04.216Z[ host-package] Compiling universal-hash v0.5.1
25462024-12-13T21:52:04.404Z[ host-package] Compiling thiserror-impl-no-std v2.0.2
25472024-12-13T21:52:04.764Z[ host-package] Compiling parse-zoneinfo v0.3.1
25482024-12-13T21:52:06.911Z[ host-package] Compiling dpd-client v0.1.0 (/work/oxidecomputer/omicron/clients/dpd-client)
25492024-12-13T21:52:07.063Z[ host-package] Compiling ena v0.14.3
25502024-12-13T21:52:07.626Z[ host-package] Compiling opaque-debug v0.3.1
25512024-12-13T21:52:07.748Z[ host-package] Compiling diff v0.1.13
25522024-12-13T21:52:07.801Z[ host-package] Compiling regex-syntax v0.6.29
25532024-12-13T21:52:08.539Z[ host-package] Compiling poly1305 v0.8.0
25542024-12-13T21:52:08.607Z[ helios-setup] Dec 13 21:52:07.519 INFO E| Finished `dev` profile [unoptimized + debuginfo] target(s) in 49.08s
25552024-12-13T21:52:08.638Z[ helios-setup] Dec 13 21:52:07.549 INFO building project "image-builder" ok (49 seconds)
25562024-12-13T21:52:08.638Z[ helios-setup] Dec 13 21:52:07.549 INFO building project "amd-host-image-builder" at /work/oxidecomputer/helios/projects/amd-host-image-builder
25572024-12-13T21:52:08.638Z[ helios-setup] Dec 13 21:52:07.549 INFO exec: ["cargo", "build", "--locked"], pwd: Some("/work/oxidecomputer/helios/projects/amd-host-image-builder")
25582024-12-13T21:52:08.648Z[ helios-setup] Dec 13 21:52:07.559 INFO E| info: syncing channel updates for 'nightly-2023-12-30-x86_64-unknown-illumos'
25592024-12-13T21:52:08.865Z[ helios-setup] Dec 13 21:52:07.775 INFO E| info: latest update on 2023-12-30, rust version 1.77.0-nightly (3cdd004e5 2023-12-29)
25602024-12-13T21:52:08.865Z[ helios-setup] Dec 13 21:52:07.775 INFO E| info: downloading component 'cargo'
25612024-12-13T21:52:10.211Z[ host-package] Compiling thiserror-no-std v2.0.2
25622024-12-13T21:52:10.372Z[ host-package] Compiling chrono-tz-build v0.4.0
25632024-12-13T21:52:10.992Z[ helios-setup] Dec 13 21:52:09.903 INFO E| info: downloading component 'clippy'
25642024-12-13T21:52:11.280Z[ helios-setup] Dec 13 21:52:10.191 INFO E| info: downloading component 'rust-docs'
25652024-12-13T21:52:11.635Z[ host-package] Compiling lalrpop v0.19.12
25662024-12-13T21:52:12.539Z[ helios-setup] Dec 13 21:52:11.450 INFO E| info: downloading component 'rust-src'
25672024-12-13T21:52:12.737Z[ helios-setup] Dec 13 21:52:11.648 INFO E| info: downloading component 'rust-std'
25682024-12-13T21:52:13.610Z[ host-package] Compiling slog-stdlog v4.1.1
25692024-12-13T21:52:15.130Z[ host-package] Compiling omicron-certificates v0.1.0 (/work/oxidecomputer/omicron/certificates)
25702024-12-13T21:52:15.479Z[ helios-setup] Dec 13 21:52:14.389 INFO E| info: downloading component 'rustc'
25712024-12-13T21:52:15.901Z[ host-package] Compiling diesel v2.2.6
25722024-12-13T21:52:16.310Z[ host-package] Compiling bootstore v0.1.0 (/work/oxidecomputer/omicron/bootstore)
25732024-12-13T21:52:16.686Z[ host-package] Compiling nexus-macros-common v0.1.0 (/work/oxidecomputer/omicron/nexus/macros-common)
25742024-12-13T21:52:16.978Z[ host-package] Compiling chacha20 v0.9.1
25752024-12-13T21:52:17.514Z[ host-package] Compiling aead v0.5.2
25762024-12-13T21:52:17.921Z[ host-package] Compiling vte_generate_state_changes v0.1.2
25772024-12-13T21:52:18.582Z[ host-package] Compiling ref-cast v1.0.23
25782024-12-13T21:52:19.233Z[ host-package] Compiling vte v0.11.1
25792024-12-13T21:52:20.724Z[ host-package] Compiling chacha20poly1305 v0.10.1
25802024-12-13T21:52:21.045Z[ host-package] Compiling slog-envlogger v2.2.0
25812024-12-13T21:52:21.378Z[ helios-setup] Dec 13 21:52:20.288 INFO E| info: downloading component 'rustfmt'
25822024-12-13T21:52:21.619Z[ helios-setup] Dec 13 21:52:20.529 INFO E| info: installing component 'cargo'
25832024-12-13T21:52:22.920Z[ helios-setup] Dec 13 21:52:21.829 INFO E| info: installing component 'clippy'
25842024-12-13T21:52:23.021Z[ host-package] Compiling chrono-tz v0.10.0
25852024-12-13T21:52:23.323Z[ helios-setup] Dec 13 21:52:22.233 INFO E| info: installing component 'rust-docs'
25862024-12-13T21:52:23.837Z[ host-package] Compiling vsss-rs v3.3.4
25872024-12-13T21:52:24.158Z[ host-package] Compiling nexus-db-model v0.1.0 (/work/oxidecomputer/omicron/nexus/db-model)
25882024-12-13T21:52:24.575Z[ host-package] Compiling derive_builder_core v0.20.2
25892024-12-13T21:52:27.234Z[ host-package] Compiling headers-core v0.3.0
25902024-12-13T21:52:27.553Z[ host-package] Compiling fxhash v0.2.1
25912024-12-13T21:52:27.851Z[ host-package] Compiling libxml v0.3.3
25922024-12-13T21:52:28.491Z[ host-package] Compiling ref-cast-impl v1.0.23
25932024-12-13T21:52:29.173Z[ host-package] Compiling bytecount v0.6.8
25942024-12-13T21:52:29.556Z[ host-package] Compiling papergrid v0.11.0
25952024-12-13T21:52:29.674Z[ helios-setup] Dec 13 21:52:28.582 INFO E| info: installing component 'rust-src'
25962024-12-13T21:52:30.312Z[ helios-setup] Dec 13 21:52:29.220 INFO E| info: installing component 'rust-std'
25972024-12-13T21:52:32.982Z[ helios-setup] Dec 13 21:52:31.890 INFO E| info: installing component 'rustc'
25982024-12-13T21:52:39.307Z[ helios-setup] Dec 13 21:52:38.214 INFO E| info: installing component 'rustfmt'
25992024-12-13T21:52:40.104Z[ helios-setup] Dec 13 21:52:39.010 INFO E| Updating git repository `https://github.com/oxidecomputer/amd-apcb.git`
26002024-12-13T21:52:41.091Z[ helios-setup] Dec 13 21:52:39.997 INFO E| From https://github.com/oxidecomputer/amd-apcb
26012024-12-13T21:52:41.091Z[ helios-setup] Dec 13 21:52:39.997 INFO E| * [new ref] fc35d39d1ea0ad8f6bcc6fcc55aa04c7f3b250d9 -> refs/commit/fc35d39d1ea0ad8f6bcc6fcc55aa04c7f3b250d9
26022024-12-13T21:52:41.091Z[ helios-setup] Dec 13 21:52:39.998 INFO E| * [new tag] v0.4.3 -> v0.4.3
26032024-12-13T21:52:41.122Z[ helios-setup] Dec 13 21:52:40.029 INFO E| * [new tag] v0.1.3 -> v0.1.3
26042024-12-13T21:52:41.122Z[ helios-setup] Dec 13 21:52:40.029 INFO E| * [new tag] v0.1.4 -> v0.1.4
26052024-12-13T21:52:41.122Z[ helios-setup] Dec 13 21:52:40.029 INFO E| * [new tag] v0.1.5 -> v0.1.5
26062024-12-13T21:52:41.125Z[ helios-setup] Dec 13 21:52:40.029 INFO E| * [new tag] v0.2.0 -> v0.2.0
26072024-12-13T21:52:41.126Z[ helios-setup] Dec 13 21:52:40.029 INFO E| * [new tag] v0.3.0 -> v0.3.0
26082024-12-13T21:52:41.126Z[ helios-setup] Dec 13 21:52:40.029 INFO E| * [new tag] v0.3.1 -> v0.3.1
26092024-12-13T21:52:41.126Z[ helios-setup] Dec 13 21:52:40.029 INFO E| * [new tag] v0.3.2 -> v0.3.2
26102024-12-13T21:52:41.126Z[ helios-setup] Dec 13 21:52:40.030 INFO E| * [new tag] v0.3.3 -> v0.3.3
26112024-12-13T21:52:41.126Z[ helios-setup] Dec 13 21:52:40.030 INFO E| * [new tag] v0.4.0 -> v0.4.0
26122024-12-13T21:52:41.126Z[ helios-setup] Dec 13 21:52:40.030 INFO E| * [new tag] v0.4.1 -> v0.4.1
26132024-12-13T21:52:41.126Z[ helios-setup] Dec 13 21:52:40.030 INFO E| * [new tag] v0.4.2 -> v0.4.2
26142024-12-13T21:52:41.173Z[ helios-setup] Dec 13 21:52:40.079 INFO E| Updating git repository `ssh://git@github.com/oxidecomputer/amd-efs.git`
26152024-12-13T21:52:41.255Z[ host-package] Compiling polar-core v0.27.3
26162024-12-13T21:52:42.185Z[ helios-setup] Dec 13 21:52:41.091 INFO E| From https://github.com/oxidecomputer/amd-efs
26172024-12-13T21:52:42.185Z[ helios-setup] Dec 13 21:52:41.092 INFO E| * [new branch] empty -> origin/empty
26182024-12-13T21:52:42.185Z[ helios-setup] Dec 13 21:52:41.092 INFO E| * [new branch] issue-99 -> origin/issue-99
26192024-12-13T21:52:42.188Z[ helios-setup] Dec 13 21:52:41.092 INFO E| * [new branch] main -> origin/main
26202024-12-13T21:52:42.188Z[ helios-setup] Dec 13 21:52:41.092 INFO E| * [new branch] review -> origin/review
26212024-12-13T21:52:42.188Z[ helios-setup] Dec 13 21:52:41.092 INFO E| * [new ref] -> origin/HEAD
26222024-12-13T21:52:42.188Z[ helios-setup] Dec 13 21:52:41.092 INFO E| * [new tag] v0.2.0 -> v0.2.0
26232024-12-13T21:52:42.188Z[ helios-setup] Dec 13 21:52:41.092 INFO E| * [new tag] v0.2.1 -> v0.2.1
26242024-12-13T21:52:42.188Z[ helios-setup] Dec 13 21:52:41.093 INFO E| * [new tag] v0.2.2 -> v0.2.2
26252024-12-13T21:52:42.188Z[ helios-setup] Dec 13 21:52:41.093 INFO E| * [new tag] v0.2.3 -> v0.2.3
26262024-12-13T21:52:42.188Z[ helios-setup] Dec 13 21:52:41.093 INFO E| * [new tag] v0.2.4 -> v0.2.4
26272024-12-13T21:52:42.188Z[ helios-setup] Dec 13 21:52:41.093 INFO E| * [new tag] v0.2.5 -> v0.2.5
26282024-12-13T21:52:42.188Z[ helios-setup] Dec 13 21:52:41.093 INFO E| * [new tag] v0.2.6 -> v0.2.6
26292024-12-13T21:52:42.188Z[ helios-setup] Dec 13 21:52:41.093 INFO E| * [new tag] v0.2.7 -> v0.2.7
26302024-12-13T21:52:42.188Z[ helios-setup] Dec 13 21:52:41.093 INFO E| * [new tag] v0.3.0 -> v0.3.0
26312024-12-13T21:52:42.188Z[ helios-setup] Dec 13 21:52:41.093 INFO E| * [new tag] v0.3.1 -> v0.3.1
26322024-12-13T21:52:42.188Z[ helios-setup] Dec 13 21:52:41.093 INFO E| * [new tag] v0.4.0 -> v0.4.0
26332024-12-13T21:52:42.188Z[ helios-setup] Dec 13 21:52:41.094 INFO E| * [new tag] v0.4.1 -> v0.4.1
26342024-12-13T21:52:42.188Z[ helios-setup] Dec 13 21:52:41.094 INFO E| * [new tag] v0.4.2 -> v0.4.2
26352024-12-13T21:52:42.188Z[ helios-setup] Dec 13 21:52:41.094 INFO E| * [new tag] v0.4.3 -> v0.4.3
26362024-12-13T21:52:42.212Z[ helios-setup] Dec 13 21:52:41.119 INFO E| Updating crates.io index
26372024-12-13T21:52:42.418Z[ helios-setup] Dec 13 21:52:41.305 INFO E| Downloading crates ...
26382024-12-13T21:52:42.565Z[ helios-setup] Dec 13 21:52:41.471 INFO E| Downloaded cfg-if v0.1.10
26392024-12-13T21:52:42.592Z[ helios-setup] Dec 13 21:52:41.498 INFO E| Downloaded fletcher v0.1.0
26402024-12-13T21:52:42.596Z[ helios-setup] Dec 13 21:52:41.500 INFO E| Downloaded parse_int v0.6.0
26412024-12-13T21:52:42.599Z[ helios-setup] Dec 13 21:52:41.502 INFO E| Downloaded memoffset v0.5.6
26422024-12-13T21:52:42.614Z[ helios-setup] Dec 13 21:52:41.521 INFO E| Downloaded unic-ucd-version v0.9.0
26432024-12-13T21:52:42.617Z[ helios-setup] Dec 13 21:52:41.522 INFO E| Downloaded bytesize v1.3.0
26442024-12-13T21:52:42.619Z[ helios-setup] Dec 13 21:52:41.525 INFO E| Downloaded unic-ucd-ident v0.9.0
26452024-12-13T21:52:42.622Z[ helios-setup] Dec 13 21:52:41.527 INFO E| Downloaded unic-common v0.9.0
26462024-12-13T21:52:42.622Z[ helios-setup] Dec 13 21:52:41.528 INFO E| Downloaded unic-char-range v0.9.0
26472024-12-13T21:52:42.625Z[ helios-setup] Dec 13 21:52:41.530 INFO E| Downloaded modular-bitfield-impl v0.11.2
26482024-12-13T21:52:42.627Z[ helios-setup] Dec 13 21:52:41.533 INFO E| Downloaded unic-char-property v0.9.0
26492024-12-13T21:52:42.630Z[ helios-setup] Dec 13 21:52:41.535 INFO E| Downloaded textwrap v0.11.0
26502024-12-13T21:52:42.632Z[ helios-setup] Dec 13 21:52:41.537 INFO E| Downloaded rustc_version v0.2.3
26512024-12-13T21:52:42.632Z[ helios-setup] Dec 13 21:52:41.539 INFO E| Downloaded thiserror v1.0.64
26522024-12-13T21:52:42.640Z[ helios-setup] Dec 13 21:52:41.546 INFO E| Downloaded strum_macros v0.23.1
26532024-12-13T21:52:42.643Z[ helios-setup] Dec 13 21:52:41.550 INFO E| Downloaded thiserror-impl v1.0.64
26542024-12-13T21:52:42.646Z[ helios-setup] Dec 13 21:52:41.552 INFO E| Downloaded goblin v0.4.3
26552024-12-13T21:52:42.654Z[ helios-setup] Dec 13 21:52:41.561 INFO E| Downloaded semver v0.9.0
26562024-12-13T21:52:42.657Z[ helios-setup] Dec 13 21:52:41.563 INFO E| Downloaded pre v0.2.1
26572024-12-13T21:52:42.659Z[ helios-setup] Dec 13 21:52:41.564 INFO E| Downloaded vec_map v0.8.2
26582024-12-13T21:52:42.662Z[ helios-setup] Dec 13 21:52:41.566 INFO E| Downloaded scroll v0.10.2
26592024-12-13T21:52:42.664Z[ helios-setup] Dec 13 21:52:41.569 INFO E| Downloaded pre-proc-macro v0.2.1
26602024-12-13T21:52:42.670Z[ helios-setup] Dec 13 21:52:41.572 INFO E| Downloaded modular-bitfield v0.11.2
26612024-12-13T21:52:42.686Z[ helios-setup] Dec 13 21:52:41.591 INFO E| Downloaded structopt v0.3.26
26622024-12-13T21:52:42.695Z[ helios-setup] Dec 13 21:52:41.602 INFO E| Downloaded serde_derive v1.0.210
26632024-12-13T21:52:42.700Z[ helios-setup] Dec 13 21:52:41.606 INFO E| Downloaded serde v1.0.210
26642024-12-13T21:52:42.705Z[ helios-setup] Dec 13 21:52:41.612 INFO E| Downloaded proc-macro2 v1.0.86
26652024-12-13T21:52:42.710Z[ helios-setup] Dec 13 21:52:41.616 INFO E| Downloaded pest_meta v2.7.13
26662024-12-13T21:52:42.713Z[ helios-setup] Dec 13 21:52:41.620 INFO E| Downloaded serde_json v1.0.128
26672024-12-13T21:52:42.726Z[ helios-setup] Dec 13 21:52:41.632 INFO E| Downloaded clap v2.34.0
26682024-12-13T21:52:42.737Z[ helios-setup] Dec 13 21:52:41.643 INFO E| Downloaded syn v2.0.79
26692024-12-13T21:52:42.756Z[ helios-setup] Dec 13 21:52:41.663 INFO E| Downloaded pest v2.7.13
26702024-12-13T21:52:42.764Z[ helios-setup] Dec 13 21:52:41.670 INFO E| Downloaded pest_derive v2.7.13
26712024-12-13T21:52:42.768Z[ helios-setup] Dec 13 21:52:41.674 INFO E| Downloaded once_cell v1.20.1
26722024-12-13T21:52:42.772Z[ helios-setup] Dec 13 21:52:41.678 INFO E| Downloaded ansi_term v0.12.1
26732024-12-13T21:52:42.775Z[ helios-setup] Dec 13 21:52:41.681 INFO E| Downloaded libc v0.2.159
26742024-12-13T21:52:42.817Z[ helios-setup] Dec 13 21:52:41.724 INFO E| Downloaded structopt-derive v0.4.18
26752024-12-13T21:52:42.820Z[ helios-setup] Dec 13 21:52:41.726 INFO E| Downloaded semver-parser v0.7.0
26762024-12-13T21:52:42.823Z[ helios-setup] Dec 13 21:52:41.728 INFO E| Downloaded pest_generator v2.7.13
26772024-12-13T21:52:42.825Z[ helios-setup] Dec 13 21:52:41.730 INFO E| Downloaded four-cc v0.3.0
26782024-12-13T21:52:42.825Z[ helios-setup] Dec 13 21:52:41.731 INFO E| Downloaded strum v0.23.0
26792024-12-13T21:52:42.828Z[ helios-setup] Dec 13 21:52:41.732 INFO E| Downloaded strsim v0.8.0
26802024-12-13T21:52:42.828Z[ helios-setup] Dec 13 21:52:41.734 INFO E| Downloaded scroll_derive v0.10.5
26812024-12-13T21:52:42.830Z[ helios-setup] Dec 13 21:52:41.736 INFO E| Downloaded proc-macro-crate v0.1.5
26822024-12-13T21:52:42.924Z[ helios-setup] Dec 13 21:52:41.830 INFO E| Compiling proc-macro2 v1.0.86
26832024-12-13T21:52:42.993Z[ helios-setup] Dec 13 21:52:41.899 INFO E| Compiling unicode-ident v1.0.13
26842024-12-13T21:52:42.993Z[ helios-setup] Dec 13 21:52:41.899 INFO E| Compiling syn v1.0.109
26852024-12-13T21:52:42.995Z[ helios-setup] Dec 13 21:52:41.899 INFO E| Compiling version_check v0.9.5
26862024-12-13T21:52:42.995Z[ helios-setup] Dec 13 21:52:41.899 INFO E| Compiling memchr v2.7.4
26872024-12-13T21:52:42.995Z[ helios-setup] Dec 13 21:52:41.899 INFO E| Compiling autocfg v1.4.0
26882024-12-13T21:52:42.995Z[ helios-setup] Dec 13 21:52:41.899 INFO E| Compiling semver-parser v0.7.0
26892024-12-13T21:52:42.995Z[ helios-setup] Dec 13 21:52:41.899 INFO E| Compiling thiserror v1.0.64
26902024-12-13T21:52:44.248Z[ helios-setup] Dec 13 21:52:43.154 INFO E| Compiling serde v1.0.210
26912024-12-13T21:52:44.887Z[ helios-setup] Dec 13 21:52:43.793 INFO E| Compiling semver v0.9.0
26922024-12-13T21:52:45.006Z[ helios-setup] Dec 13 21:52:43.912 INFO E| Compiling proc-macro-error-attr v1.0.4
26932024-12-13T21:52:45.282Z[ helios-setup] Dec 13 21:52:44.188 INFO E| Compiling proc-macro-error v1.0.4
26942024-12-13T21:52:45.381Z[ helios-setup] Dec 13 21:52:44.287 INFO E| Compiling rustc_version v0.2.3
26952024-12-13T21:52:45.476Z[ helios-setup] Dec 13 21:52:44.370 INFO E| Compiling serde_json v1.0.128
26962024-12-13T21:52:45.707Z[ host-package] Compiling headers v0.4.0
26972024-12-13T21:52:45.878Z[ host-package] Compiling derive_builder_macro v0.20.2
26982024-12-13T21:52:45.983Z[ helios-setup] Dec 13 21:52:44.889 INFO E| Compiling num-traits v0.2.19
26992024-12-13T21:52:46.089Z[ helios-setup] Dec 13 21:52:44.994 INFO E| Compiling unicode-segmentation v1.12.0
27002024-12-13T21:52:46.148Z[ helios-setup] Dec 13 21:52:45.054 INFO E| Compiling quote v1.0.37
27012024-12-13T21:52:46.352Z[ helios-setup] Dec 13 21:52:45.257 INFO E| Compiling schemars v0.8.21
27022024-12-13T21:52:46.439Z[ helios-setup] Dec 13 21:52:45.345 INFO E| Compiling ryu v1.0.18
27032024-12-13T21:52:46.739Z[ helios-setup] Dec 13 21:52:45.645 INFO E| Compiling itoa v1.0.11
27042024-12-13T21:52:47.071Z[ helios-setup] Dec 13 21:52:45.977 INFO E| Compiling syn v2.0.79
27052024-12-13T21:52:47.575Z[ helios-setup] Dec 13 21:52:46.481 INFO E| Compiling heck v0.3.3
27062024-12-13T21:52:47.881Z[ helios-setup] Dec 13 21:52:46.787 INFO E| Compiling pre-proc-macro v0.2.1
27072024-12-13T21:52:48.192Z[ helios-setup] Dec 13 21:52:47.096 INFO E| Compiling memoffset v0.5.6
27082024-12-13T21:52:48.204Z[ helios-setup] Dec 13 21:52:47.109 INFO E| Compiling ucd-trie v0.1.7
27092024-12-13T21:52:48.211Z[ helios-setup] Dec 13 21:52:47.117 INFO E| Compiling paste v1.0.15
27102024-12-13T21:52:49.104Z[ helios-setup] Dec 13 21:52:48.010 INFO E| Compiling libc v0.2.159
27112024-12-13T21:52:49.220Z[ helios-setup] Dec 13 21:52:48.125 INFO E| Compiling rustversion v1.0.17
27122024-12-13T21:52:49.365Z[ helios-setup] Dec 13 21:52:48.270 INFO E| Compiling dyn-clone v1.0.17
27132024-12-13T21:52:49.526Z[ helios-setup] Dec 13 21:52:48.431 INFO E| Compiling lazy_static v1.5.0
27142024-12-13T21:52:49.933Z[ helios-setup] Dec 13 21:52:48.837 INFO E| Compiling pre v0.2.1
27152024-12-13T21:52:50.007Z[ host-package] Compiling strip-ansi-escapes v0.2.0
27162024-12-13T21:52:50.067Z[ helios-setup] Dec 13 21:52:48.973 INFO E| Compiling byteorder v1.5.0
27172024-12-13T21:52:50.650Z[ helios-setup] Dec 13 21:52:49.554 INFO E| Compiling cfg-if v0.1.10
27182024-12-13T21:52:50.734Z[ helios-setup] Dec 13 21:52:49.639 INFO E| Compiling static_assertions v1.1.0
27192024-12-13T21:52:50.752Z[ helios-setup] Dec 13 21:52:49.657 INFO E| Compiling once_cell v1.20.1
27202024-12-13T21:52:51.677Z[ host-package] Compiling db-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/db-macros)
27212024-12-13T21:52:51.774Z[ helios-setup] Dec 13 21:52:50.679 INFO E| Compiling unicode-width v0.1.14
27222024-12-13T21:52:52.532Z[ helios-setup] Dec 13 21:52:51.437 INFO E| Compiling textwrap v0.11.0
27232024-12-13T21:52:52.653Z[ host-package] Compiling nexus-db-fixed-data v0.1.0 (/work/oxidecomputer/omicron/nexus/db-fixed-data)
27242024-12-13T21:52:52.798Z[ host-package] Compiling tabled_derive v0.7.0
27252024-12-13T21:52:52.808Z[ helios-setup] Dec 13 21:52:51.713 INFO E| Compiling atty v0.2.14
27262024-12-13T21:52:52.985Z[ helios-setup] Dec 13 21:52:51.890 INFO E| Compiling ansi_term v0.12.1
27272024-12-13T21:52:53.503Z[ helios-setup] Dec 13 21:52:52.408 INFO E| Compiling strsim v0.8.0
27282024-12-13T21:52:53.543Z[ host-package] Compiling nexus-defaults v0.1.0 (/work/oxidecomputer/omicron/nexus/defaults)
27292024-12-13T21:52:53.747Z[ helios-setup] Dec 13 21:52:52.652 INFO E| Compiling fletcher v0.1.0
27302024-12-13T21:52:54.005Z[ helios-setup] Dec 13 21:52:52.910 INFO E| Compiling unic-char-range v0.9.0
27312024-12-13T21:52:54.263Z[ helios-setup] Dec 13 21:52:53.168 INFO E| Compiling unic-common v0.9.0
27322024-12-13T21:52:54.380Z[ helios-setup] Dec 13 21:52:53.284 INFO E| Compiling parse_int v0.6.0
27332024-12-13T21:52:54.463Z[ helios-setup] Dec 13 21:52:53.368 INFO E| Compiling strum v0.23.0
27342024-12-13T21:52:54.541Z[ helios-setup] Dec 13 21:52:53.445 INFO E| Compiling bitflags v1.3.2
27352024-12-13T21:52:54.639Z[ helios-setup] Dec 13 21:52:53.544 INFO E| Compiling vec_map v0.8.2
27362024-12-13T21:52:54.647Z[ helios-setup] Dec 13 21:52:53.550 INFO E| Compiling unic-ucd-version v0.9.0
27372024-12-13T21:52:54.756Z[ helios-setup] Dec 13 21:52:53.661 INFO E| Compiling unic-char-property v0.9.0
27382024-12-13T21:52:54.776Z[ helios-setup] Dec 13 21:52:53.681 INFO E| Compiling log v0.4.22
27392024-12-13T21:52:54.776Z[ helios-setup] Dec 13 21:52:53.681 INFO E| Compiling plain v0.2.3
27402024-12-13T21:52:55.105Z[ helios-setup] Dec 13 21:52:54.010 INFO E| Compiling clap v2.34.0
27412024-12-13T21:52:55.123Z[ helios-setup] Dec 13 21:52:54.028 INFO E| Compiling unic-ucd-ident v0.9.0
27422024-12-13T21:52:55.319Z[ helios-setup] Dec 13 21:52:54.223 INFO E| Compiling bytesize v1.3.0
27432024-12-13T21:52:56.225Z[ helios-setup] Dec 13 21:52:55.129 INFO E| Compiling serde_derive_internals v0.29.1
27442024-12-13T21:52:56.925Z[ host-package] Compiling itertools v0.12.1
27452024-12-13T21:52:57.214Z[ host-package] Compiling fd-lock v4.0.2
27462024-12-13T21:52:57.736Z[ host-package] Compiling peg-macros v0.8.4
27472024-12-13T21:52:58.763Z[ helios-setup] Dec 13 21:52:57.665 INFO E| Compiling toml v0.5.11
27482024-12-13T21:53:01.723Z[ host-package] Compiling strum_macros v0.24.3
27492024-12-13T21:53:01.933Z[ helios-setup] Dec 13 21:53:00.826 INFO E| Compiling thiserror-impl v1.0.64
27502024-12-13T21:53:01.937Z[ helios-setup] Dec 13 21:53:00.832 INFO E| Compiling serde_derive v1.0.210
27512024-12-13T21:53:02.050Z[ helios-setup] Dec 13 21:53:00.954 INFO E| Compiling schemars_derive v0.8.21
27522024-12-13T21:53:02.428Z[ helios-setup] Dec 13 21:53:01.331 INFO E| Compiling proc-macro-crate v0.1.5
27532024-12-13T21:53:03.734Z[ host-package] Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
27542024-12-13T21:53:03.752Z[ helios-setup] Dec 13 21:53:02.656 INFO E| Compiling zerocopy-derive v0.6.6
27552024-12-13T21:53:03.817Z[ host-package] Compiling kstat-rs v0.2.4
27562024-12-13T21:53:03.909Z[ host-package] Compiling samael v0.0.17
27572024-12-13T21:53:04.619Z[ helios-setup] Dec 13 21:53:03.522 INFO E| Compiling num-derive v0.4.2
27582024-12-13T21:53:05.910Z[ host-package] Compiling unicase v2.7.0
27592024-12-13T21:53:06.336Z[ host-package] Compiling nu-ansi-term v0.50.1
27602024-12-13T21:53:06.800Z[ host-package] Compiling indoc v1.0.9
27612024-12-13T21:53:07.362Z[ helios-setup] Dec 13 21:53:06.264 INFO E| Compiling zerocopy v0.6.6
27622024-12-13T21:53:07.736Z[ helios-setup] Dec 13 21:53:06.638 INFO E| Compiling pest v2.7.13
27632024-12-13T21:53:07.972Z[ host-package] Compiling reedline v0.35.0
27642024-12-13T21:53:09.287Z[ host-package] Compiling oximeter-instruments v0.1.0 (/work/oxidecomputer/omicron/oximeter/instruments)
27652024-12-13T21:53:10.198Z[ helios-setup] Dec 13 21:53:09.101 INFO E| Compiling modular-bitfield-impl v0.11.2
27662024-12-13T21:53:10.198Z[ helios-setup] Dec 13 21:53:09.101 INFO E| Compiling scroll_derive v0.10.5
27672024-12-13T21:53:11.340Z[ helios-setup] Dec 13 21:53:10.242 INFO E| Compiling strum_macros v0.23.1
27682024-12-13T21:53:12.228Z[ helios-setup] Dec 13 21:53:11.130 INFO E| Compiling structopt-derive v0.4.18
27692024-12-13T21:53:13.025Z[ host-package] Compiling peg v0.8.4
27702024-12-13T21:53:13.654Z[ helios-setup] Dec 13 21:53:12.556 INFO E| Compiling pest_meta v2.7.13
27712024-12-13T21:53:13.667Z[ helios-setup] Dec 13 21:53:12.569 INFO E| Compiling scroll v0.10.2
27722024-12-13T21:53:13.695Z[ host-package] Compiling tabled v0.15.0
27732024-12-13T21:53:14.868Z[ helios-setup] Dec 13 21:53:13.770 INFO E| Compiling goblin v0.4.3
27742024-12-13T21:53:15.818Z[ helios-setup] Dec 13 21:53:14.720 INFO E| Compiling modular-bitfield v0.11.2
27752024-12-13T21:53:16.674Z[ helios-setup] Dec 13 21:53:15.576 INFO E| Compiling pest_generator v2.7.13
27762024-12-13T21:53:18.000Z[ helios-setup] Dec 13 21:53:16.901 INFO E| Compiling structopt v0.3.26
27772024-12-13T21:53:21.303Z[ helios-setup] Dec 13 21:53:20.204 INFO E| Compiling pest_derive v2.7.13
27782024-12-13T21:53:23.623Z[ host-package] Compiling derive_builder v0.20.2
27792024-12-13T21:53:26.571Z[ helios-setup] Dec 13 21:53:25.470 INFO E| Compiling json5 v0.4.1
27802024-12-13T21:53:32.438Z[ helios-setup] Dec 13 21:53:31.337 INFO E| Compiling four-cc v0.3.0
27812024-12-13T21:53:32.438Z[ helios-setup] Dec 13 21:53:31.337 INFO E| Compiling amd-efs v0.4.3 (ssh://git@github.com/oxidecomputer/amd-efs.git?tag=v0.4.3#ad2861c0)
27822024-12-13T21:53:32.657Z[ helios-setup] Dec 13 21:53:31.556 INFO E| Compiling amd-apcb v0.4.3 (https://github.com/oxidecomputer/amd-apcb.git?tag=v0.4.3#fc35d39d)
27832024-12-13T21:53:36.330Z[ host-package] Compiling sled-agent-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types)
27842024-12-13T21:53:39.687Z[ host-package] Compiling oximeter-producer v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer)
27852024-12-13T21:53:41.148Z[ host-package] Compiling clickward v0.1.0 (https://github.com/oxidecomputer/clickward?rev=242fd812aaeafec99ba01b5505ffbb2bd2370917#242fd812)
27862024-12-13T21:53:41.948Z[ host-package] Compiling nexus-auth v0.1.0 (/work/oxidecomputer/omicron/nexus/auth)
27872024-12-13T21:53:42.340Z[ host-package] Compiling bcs v0.1.6
27882024-12-13T21:53:43.089Z[ host-package] Compiling oso-derive v0.27.3
27892024-12-13T21:53:43.393Z[ host-package] Compiling impl-trait-for-tuples v0.2.2
27902024-12-13T21:53:44.296Z[ host-package] Compiling libz-sys v1.1.20
27912024-12-13T21:53:44.660Z[ host-package] Compiling quick-xml v0.33.0
27922024-12-13T21:53:45.176Z[ host-package] Compiling diesel-dtrace v0.4.2
27932024-12-13T21:53:45.690Z[ host-package] Compiling parking_lot_core v0.8.6
27942024-12-13T21:53:51.600Z[ host-package] Compiling oso v0.27.3
27952024-12-13T21:53:54.110Z[ host-package] Compiling authz-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/authz-macros)
27962024-12-13T21:53:56.098Z[ host-package] Compiling installinator-common v0.1.0 (/work/oxidecomputer/omicron/installinator-common)
27972024-12-13T21:54:02.644Z[ host-package] Compiling dns-service-client v0.1.0 (/work/oxidecomputer/omicron/clients/dns-service-client)
27982024-12-13T21:54:06.371Z[ host-package] Compiling nexus-db-queries v0.1.0 (/work/oxidecomputer/omicron/nexus/db-queries)
27992024-12-13T21:54:06.791Z[ host-package] Compiling bb8 v0.8.5
28002024-12-13T21:54:07.803Z[ host-package] Compiling async-bb8-diesel v0.2.1
28012024-12-13T21:54:11.181Z[ host-package] Compiling nibble_vec v0.1.0
28022024-12-13T21:54:11.732Z[ host-package] Compiling libgit2-sys v0.17.0+1.8.1
28032024-12-13T21:54:11.794Z[ host-package] Compiling atty v0.2.14
28042024-12-13T21:54:12.023Z[ host-package] Compiling salty v0.3.0
28052024-12-13T21:54:12.545Z[ host-package] Compiling endian-type v0.1.2
28062024-12-13T21:54:12.867Z[ host-package] Compiling radix_trie v0.2.1
28072024-12-13T21:54:14.374Z[ host-package] Compiling parking_lot v0.11.2
28082024-12-13T21:54:16.865Z[ host-package] Compiling crucible-agent-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=5a41b826171c7d2a8412fa833377ab1df25ee8ec#5a41b826)
28092024-12-13T21:54:17.431Z[ helios-setup] Dec 13 21:54:16.322 INFO E| Compiling amd-host-image-builder-config v0.1.0 (/work/oxidecomputer/helios/projects/amd-host-image-builder/amd-host-image-builder-config)
28102024-12-13T21:54:22.947Z[ host-package] Compiling sled v0.34.7
28112024-12-13T21:54:29.686Z[ helios-setup] Dec 13 21:54:28.577 INFO E| Compiling amd-host-image-builder v0.1.2 (/work/oxidecomputer/helios/projects/amd-host-image-builder)
28122024-12-13T21:54:49.678Z[ host-package] Compiling mime_guess v2.0.5
28132024-12-13T21:54:51.038Z[ host-package] Compiling hickory-client v0.24.1
28142024-12-13T21:54:51.441Z[ host-package] Compiling ipcc v0.1.0 (/work/oxidecomputer/omicron/ipcc)
28152024-12-13T21:54:52.021Z[ host-package] Compiling dns-server-api v0.1.0 (/work/oxidecomputer/omicron/dns-server-api)
28162024-12-13T21:54:52.894Z[ host-package] Compiling bootstrap-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-client)
28172024-12-13T21:54:54.308Z[ host-package] Compiling oximeter-client v0.1.0 (/work/oxidecomputer/omicron/clients/oximeter-client)
28182024-12-13T21:54:57.734Z[ host-package] Compiling ddm-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=93cd0d642cf1b58f9f4528275e2a2aa758e9feb3#93cd0d64)
28192024-12-13T21:54:59.857Z[ host-package] Compiling hickory-server v0.24.1
28202024-12-13T21:54:59.956Z[ host-package] Compiling primeorder v0.13.6
28212024-12-13T21:55:00.811Z[ host-package] Compiling vergen v8.3.2
28222024-12-13T21:55:01.579Z[ host-package] Compiling env_filter v0.1.2
28232024-12-13T21:55:03.866Z[ host-package] Compiling cargo-platform v0.1.8
28242024-12-13T21:55:04.860Z[ host-package] Compiling nanorand v0.7.0
28252024-12-13T21:55:05.664Z[ host-package] Compiling memoffset v0.9.1
28262024-12-13T21:55:05.710Z[ host-package] Compiling flume v0.11.1
28272024-12-13T21:55:05.832Z[ host-package] Compiling cargo_metadata v0.18.1
28282024-12-13T21:55:06.198Z[ host-package] Compiling dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server)
28292024-12-13T21:55:06.619Z[ host-package] Compiling env_logger v0.11.5
28302024-12-13T21:55:08.223Z[ host-package] Compiling p384 v0.13.0
28312024-12-13T21:55:09.351Z[ helios-setup] Dec 13 21:55:08.236 INFO E| Finished dev [unoptimized + debuginfo] target(s) in 2m 29s
28322024-12-13T21:55:09.387Z[ helios-setup] Dec 13 21:55:08.273 INFO building project "amd-host-image-builder" ok (180 seconds)
28332024-12-13T21:55:09.387Z[ helios-setup] Dec 13 21:55:08.273 INFO building project "bootserver" at /work/oxidecomputer/helios/projects/bootserver
28342024-12-13T21:55:09.390Z[ helios-setup] Dec 13 21:55:08.273 INFO exec: ["cargo", "build", "--locked", "--release"], pwd: Some("/work/oxidecomputer/helios/projects/bootserver")
28352024-12-13T21:55:09.578Z[ host-package] Compiling omicron-ddm-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ddm-admin-client)
28362024-12-13T21:55:09.679Z[ helios-setup] Dec 13 21:55:08.563 INFO E| Downloading crates ...
28372024-12-13T21:55:09.816Z[ helios-setup] Dec 13 21:55:08.701 INFO E| Downloaded digest v0.10.3
28382024-12-13T21:55:09.819Z[ helios-setup] Dec 13 21:55:08.705 INFO E| Downloaded generic-array v0.14.6
28392024-12-13T21:55:09.822Z[ helios-setup] Dec 13 21:55:08.707 INFO E| Downloaded sha2 v0.10.5
28402024-12-13T21:55:09.827Z[ helios-setup] Dec 13 21:55:08.712 INFO E| Downloaded typenum v1.15.0
28412024-12-13T21:55:09.830Z[ helios-setup] Dec 13 21:55:08.716 INFO E| Downloaded miniz_oxide v0.6.2
28422024-12-13T21:55:09.834Z[ helios-setup] Dec 13 21:55:08.719 INFO E| Downloaded flate2 v1.0.25
28432024-12-13T21:55:09.841Z[ helios-setup] Dec 13 21:55:08.726 INFO E| Downloaded bytes v1.2.1
28442024-12-13T21:55:09.846Z[ helios-setup] Dec 13 21:55:08.732 INFO E| Downloaded anyhow v1.0.62
28452024-12-13T21:55:09.852Z[ helios-setup] Dec 13 21:55:08.737 INFO E| Downloaded cpufeatures v0.2.5
28462024-12-13T21:55:09.855Z[ helios-setup] Dec 13 21:55:08.739 INFO E| Downloaded block-buffer v0.10.3
28472024-12-13T21:55:10.015Z[ helios-setup] Dec 13 21:55:08.900 INFO E| Compiling typenum v1.15.0
28482024-12-13T21:55:10.015Z[ helios-setup] Dec 13 21:55:08.901 INFO E| Compiling version_check v0.9.4
28492024-12-13T21:55:10.015Z[ helios-setup] Dec 13 21:55:08.901 INFO E| Compiling crc32fast v1.3.2
28502024-12-13T21:55:10.019Z[ helios-setup] Dec 13 21:55:08.901 INFO E| Compiling cfg-if v1.0.0
28512024-12-13T21:55:10.019Z[ helios-setup] Dec 13 21:55:08.901 INFO E| Compiling adler v1.0.2
28522024-12-13T21:55:10.019Z[ helios-setup] Dec 13 21:55:08.901 INFO E| Compiling anyhow v1.0.62
28532024-12-13T21:55:10.019Z[ helios-setup] Dec 13 21:55:08.901 INFO E| Compiling cpufeatures v0.2.5
28542024-12-13T21:55:10.019Z[ helios-setup] Dec 13 21:55:08.901 INFO E| Compiling unicode-width v0.1.10
28552024-12-13T21:55:10.923Z[ helios-setup] Dec 13 21:55:09.807 INFO E| Compiling miniz_oxide v0.6.2
28562024-12-13T21:55:10.980Z[ helios-setup] Dec 13 21:55:09.865 INFO E| Compiling bitflags v1.3.2
28572024-12-13T21:55:11.188Z[ helios-setup] Dec 13 21:55:10.073 INFO E| Compiling bytes v1.2.1
28582024-12-13T21:55:11.273Z[ helios-setup] Dec 13 21:55:10.158 INFO E| Compiling getopts v0.2.21
28592024-12-13T21:55:11.278Z[ helios-setup] Dec 13 21:55:10.163 INFO E| Compiling generic-array v0.14.6
28602024-12-13T21:55:11.703Z[ host-package] Compiling git2 v0.19.0
28612024-12-13T21:55:12.362Z[ helios-setup] Dec 13 21:55:11.247 INFO E| Compiling flate2 v1.0.25
28622024-12-13T21:55:12.891Z[ host-package] Compiling gateway-types v0.1.0 (/work/oxidecomputer/omicron/gateway-types)
28632024-12-13T21:55:16.309Z[ helios-setup] Dec 13 21:55:15.194 INFO E| Compiling block-buffer v0.10.3
28642024-12-13T21:55:16.309Z[ helios-setup] Dec 13 21:55:15.194 INFO E| Compiling crypto-common v0.1.6
28652024-12-13T21:55:16.580Z[ helios-setup] Dec 13 21:55:15.465 INFO E| Compiling digest v0.10.3
28662024-12-13T21:55:16.957Z[ helios-setup] Dec 13 21:55:15.841 INFO E| Compiling sha2 v0.10.5
28672024-12-13T21:55:17.521Z[ helios-setup] Dec 13 21:55:16.405 INFO E| Compiling bootserver v0.1.0 (/work/oxidecomputer/helios/projects/bootserver)
28682024-12-13T21:55:18.420Z[ host-package] Compiling attest-data v0.3.0 (https://github.com/oxidecomputer/dice-util?rev=3cc953c8d0ace2f20cbcf3920b0771d25301960a#3cc953c8)
28692024-12-13T21:55:19.991Z[ host-package] Compiling clickhouse-admin-server-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-server-client)
28702024-12-13T21:55:21.320Z[ host-package] Compiling clickhouse-admin-keeper-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-keeper-client)
28712024-12-13T21:55:22.888Z[ helios-setup] Dec 13 21:55:21.771 INFO E| Finished `release` profile [optimized] target(s) in 13.40s
28722024-12-13T21:55:22.905Z[ helios-setup] Dec 13 21:55:21.787 INFO building project "bootserver" ok (13 seconds)
28732024-12-13T21:55:22.905Z[ helios-setup] Dec 13 21:55:21.788 INFO building project "pinprick" at /work/oxidecomputer/helios/projects/pinprick
28742024-12-13T21:55:22.905Z[ helios-setup] Dec 13 21:55:21.788 INFO exec: ["cargo", "build", "--locked", "--release"], pwd: Some("/work/oxidecomputer/helios/projects/pinprick")
28752024-12-13T21:55:23.238Z[ helios-setup] Dec 13 21:55:22.122 INFO E| Downloading crates ...
28762024-12-13T21:55:23.341Z[ helios-setup] Dec 13 21:55:22.224 INFO E| Downloaded miniz_oxide v0.7.2
28772024-12-13T21:55:23.414Z[ helios-setup] Dec 13 21:55:22.295 INFO E| Compiling adler v1.0.2
28782024-12-13T21:55:23.581Z[ host-package] Compiling propolis_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=220a6f367c18f2452dbc4fa9086f3fe73b961739#220a6f36)
28792024-12-13T21:55:23.603Z[ helios-setup] Dec 13 21:55:22.486 INFO E| Compiling miniz_oxide v0.7.2
28802024-12-13T21:55:26.520Z[ helios-setup] Dec 13 21:55:25.403 INFO E| Compiling pinprick v0.1.0 (/work/oxidecomputer/helios/projects/pinprick)
28812024-12-13T21:55:26.976Z[ host-package] Compiling rand_seeder v0.3.0
28822024-12-13T21:55:27.417Z[ helios-setup] Dec 13 21:55:26.300 INFO E| Finished `release` profile [optimized] target(s) in 4.40s
28832024-12-13T21:55:27.435Z[ helios-setup] Dec 13 21:55:26.317 INFO building project "pinprick" ok (4 seconds)
28842024-12-13T21:55:27.435Z[ helios-setup] Dec 13 21:55:26.317 INFO building project "pilot" at /work/oxidecomputer/helios/projects/pilot
28852024-12-13T21:55:27.435Z[ helios-setup] Dec 13 21:55:26.317 INFO exec: ["cargo", "build", "--locked", "--release"], pwd: Some("/work/oxidecomputer/helios/projects/pilot")
28862024-12-13T21:55:27.565Z[ host-package] Compiling libsqlite3-sys v0.30.1
28872024-12-13T21:55:27.753Z[ helios-setup] Dec 13 21:55:26.633 INFO E| Updating git repository `https://github.com/oxidecomputer/progenitor`
28882024-12-13T21:55:27.930Z[ host-package] Compiling lzma-sys v0.1.20
28892024-12-13T21:55:28.145Z[ host-package] Compiling http-range v0.1.5
28902024-12-13T21:55:28.728Z[ host-package] Compiling rustls v0.21.12
28912024-12-13T21:55:28.799Z[ host-package] Compiling cfg_aliases v0.2.1
28922024-12-13T21:55:28.953Z[ host-package] Compiling sprockets-tls v0.1.0 (https://github.com/oxidecomputer/sprockets.git?rev=cc13773832df1e38257cdc511adfaad72954bbe1#cc137738)
28932024-12-13T21:55:28.956Z[ host-package] Compiling nix v0.29.0
28942024-12-13T21:55:29.054Z[ helios-setup] Dec 13 21:55:27.937 INFO E| From https://github.com/oxidecomputer/progenitor
28952024-12-13T21:55:29.054Z[ helios-setup] Dec 13 21:55:27.937 INFO E| * [new ref] 3a5fe998e6c790223a9ff195df96e1f34ba2c149 -> refs/commit/3a5fe998e6c790223a9ff195df96e1f34ba2c149
28962024-12-13T21:55:29.090Z[ helios-setup] Dec 13 21:55:27.973 INFO E| * [new tag] v0.1.1 -> v0.1.1
28972024-12-13T21:55:29.090Z[ helios-setup] Dec 13 21:55:27.973 INFO E| * [new tag] v0.2.0 -> v0.2.0
28982024-12-13T21:55:29.210Z[ helios-setup] Dec 13 21:55:28.093 INFO E| Updating git repository `https://github.com/jclulow/hiercmd`
28992024-12-13T21:55:29.398Z[ host-package] Compiling typed-rng v0.1.0 (/work/oxidecomputer/omicron/typed-rng)
29002024-12-13T21:55:29.660Z[ host-package] Compiling dice-verifier v0.2.0 (https://github.com/oxidecomputer/dice-util?rev=3cc953c8d0ace2f20cbcf3920b0771d25301960a#3cc953c8)
29012024-12-13T21:55:29.783Z[ helios-setup] Dec 13 21:55:28.665 INFO E| From https://github.com/jclulow/hiercmd
29022024-12-13T21:55:29.783Z[ helios-setup] Dec 13 21:55:28.665 INFO E| * [new ref] d9d28d6aa06f0740b8668b9e64c0f4bb69243aad -> refs/commit/d9d28d6aa06f0740b8668b9e64c0f4bb69243aad
29032024-12-13T21:55:29.804Z[ helios-setup] Dec 13 21:55:28.686 INFO E| Updating git repository `https://github.com/jclulow/network-interface`
29042024-12-13T21:55:30.154Z[ host-package] Compiling wicket-common v0.1.0 (/work/oxidecomputer/omicron/wicket-common)
29052024-12-13T21:55:30.300Z[ helios-setup] Dec 13 21:55:29.181 INFO E| From https://github.com/jclulow/network-interface
29062024-12-13T21:55:30.300Z[ helios-setup] Dec 13 21:55:29.182 INFO E| * [new ref] 827e6b7ba62ea32474ef38b1b02942bdf3933624 -> refs/commit/827e6b7ba62ea32474ef38b1b02942bdf3933624
29072024-12-13T21:55:30.332Z[ helios-setup] Dec 13 21:55:29.213 INFO E| Updating git repository `https://github.com/oxidecomputer/boot-image-tools.git`
29082024-12-13T21:55:30.858Z[ helios-setup] Dec 13 21:55:29.740 INFO E| From https://github.com/oxidecomputer/boot-image-tools
29092024-12-13T21:55:30.858Z[ helios-setup] Dec 13 21:55:29.740 INFO E| * [new ref] 300caa098652a2988eb3cbf936868cb719a155ff -> refs/commit/300caa098652a2988eb3cbf936868cb719a155ff
29102024-12-13T21:55:30.896Z[ helios-setup] Dec 13 21:55:29.777 INFO E| Updating git repository `git+ssh://git@github.com/oxidecomputer/facade`
29112024-12-13T21:55:31.222Z[ host-package] Compiling key-manager v0.1.0 (/work/oxidecomputer/omicron/key-manager)
29122024-12-13T21:55:31.799Z[ helios-setup] Dec 13 21:55:30.681 INFO E| From https://github.com/oxidecomputer/facade
29132024-12-13T21:55:31.799Z[ helios-setup] Dec 13 21:55:30.681 INFO E| * [new ref] aadb1404d3e53f6d1b5928a1aa09dcec0e0a3892 -> refs/commit/aadb1404d3e53f6d1b5928a1aa09dcec0e0a3892
29142024-12-13T21:55:31.807Z[ host-package] Compiling nexus-saga-recovery v0.1.0 (/work/oxidecomputer/omicron/nexus/saga-recovery)
29152024-12-13T21:55:31.840Z[ helios-setup] Dec 13 21:55:30.722 INFO E| Updating git repository `https://github.com/oxidecomputer/dropshot.git`
29162024-12-13T21:55:32.113Z[ host-package] Compiling crucible-client-types v0.1.0 (https://github.com/oxidecomputer/crucible?rev=5a41b826171c7d2a8412fa833377ab1df25ee8ec#5a41b826)
29172024-12-13T21:55:32.151Z[ host-package] Compiling sct v0.7.1
29182024-12-13T21:55:32.654Z[ host-package] Compiling rustls-webpki v0.101.7
29192024-12-13T21:55:32.891Z[ helios-setup] Dec 13 21:55:31.773 INFO E| From https://github.com/oxidecomputer/dropshot
29202024-12-13T21:55:32.891Z[ helios-setup] Dec 13 21:55:31.773 INFO E| * [new ref] 9911f3cf00178e0ee64b99f2c59b5a5464075230 -> refs/commit/9911f3cf00178e0ee64b99f2c59b5a5464075230
29212024-12-13T21:55:32.931Z[ helios-setup] Dec 13 21:55:31.812 INFO E| * [new tag] v0.3.0 -> v0.3.0
29222024-12-13T21:55:32.931Z[ helios-setup] Dec 13 21:55:31.812 INFO E| * [new tag] v0.4.0 -> v0.4.0
29232024-12-13T21:55:32.934Z[ helios-setup] Dec 13 21:55:31.812 INFO E| * [new tag] v0.5.0 -> v0.5.0
29242024-12-13T21:55:32.934Z[ helios-setup] Dec 13 21:55:31.812 INFO E| * [new tag] v0.5.1 -> v0.5.1
29252024-12-13T21:55:32.934Z[ helios-setup] Dec 13 21:55:31.813 INFO E| * [new tag] v0.6.0 -> v0.6.0
29262024-12-13T21:55:32.934Z[ helios-setup] Dec 13 21:55:31.813 INFO E| * [new tag] v0.7.0 -> v0.7.0
29272024-12-13T21:55:32.935Z[ helios-setup] Dec 13 21:55:31.813 INFO E| * [new tag] v0.8.0 -> v0.8.0
29282024-12-13T21:55:32.935Z[ helios-setup] Dec 13 21:55:31.813 INFO E| * [new tag] v0.9.0 -> v0.9.0
29292024-12-13T21:55:32.983Z[ helios-setup] Dec 13 21:55:31.865 INFO E| Updating crates.io index
29302024-12-13T21:55:33.192Z[ helios-setup] Dec 13 21:55:32.074 INFO E| Updating git repository `https://github.com/oxidecomputer/typify`
29312024-12-13T21:55:34.197Z[ helios-setup] Dec 13 21:55:33.077 INFO E| From https://github.com/oxidecomputer/typify
29322024-12-13T21:55:34.198Z[ helios-setup] Dec 13 21:55:33.077 INFO E| * [new ref] fec09bd1924a676ac18eecc0dea64b8ec042fdb4 -> refs/commit/fec09bd1924a676ac18eecc0dea64b8ec042fdb4
29332024-12-13T21:55:34.233Z[ helios-setup] Dec 13 21:55:33.113 INFO E| * [new tag] v0.0.10 -> v0.0.10
29342024-12-13T21:55:34.233Z[ helios-setup] Dec 13 21:55:33.113 INFO E| * [new tag] v0.0.11 -> v0.0.11
29352024-12-13T21:55:34.243Z[ helios-setup] Dec 13 21:55:33.114 INFO E| * [new tag] v0.0.4 -> v0.0.4
29362024-12-13T21:55:34.243Z[ helios-setup] Dec 13 21:55:33.114 INFO E| * [new tag] v0.0.5 -> v0.0.5
29372024-12-13T21:55:34.243Z[ helios-setup] Dec 13 21:55:33.114 INFO E| * [new tag] v0.0.7 -> v0.0.7
29382024-12-13T21:55:34.243Z[ helios-setup] Dec 13 21:55:33.114 INFO E| * [new tag] v0.0.8 -> v0.0.8
29392024-12-13T21:55:34.243Z[ helios-setup] Dec 13 21:55:33.114 INFO E| * [new tag] v0.0.9 -> v0.0.9
29402024-12-13T21:55:34.662Z[ helios-setup] Dec 13 21:55:33.544 INFO E| Downloading crates ...
29412024-12-13T21:55:34.843Z[ helios-setup] Dec 13 21:55:33.723 INFO E| Downloaded ryu v1.0.13
29422024-12-13T21:55:34.858Z[ helios-setup] Dec 13 21:55:33.739 INFO E| Downloaded semver v1.0.17
29432024-12-13T21:55:34.866Z[ helios-setup] Dec 13 21:55:33.743 INFO E| Downloaded async-stream-impl v0.3.5
29442024-12-13T21:55:34.870Z[ helios-setup] Dec 13 21:55:33.745 INFO E| Downloaded want v0.3.0
29452024-12-13T21:55:34.870Z[ helios-setup] Dec 13 21:55:33.747 INFO E| Downloaded const-random v0.1.15
29462024-12-13T21:55:34.870Z[ helios-setup] Dec 13 21:55:33.749 INFO E| Downloaded toolchain_find v0.2.0
29472024-12-13T21:55:34.873Z[ helios-setup] Dec 13 21:55:33.751 INFO E| Downloaded concolor-override v1.0.0
29482024-12-13T21:55:34.873Z[ helios-setup] Dec 13 21:55:33.753 INFO E| Downloaded serde_spanned v0.6.1
29492024-12-13T21:55:34.908Z[ helios-setup] Dec 13 21:55:33.787 INFO E| Downloaded utf8parse v0.2.1
29502024-12-13T21:55:34.911Z[ helios-setup] Dec 13 21:55:33.789 INFO E| Downloaded rustls-pemfile v1.0.2
29512024-12-13T21:55:34.916Z[ helios-setup] Dec 13 21:55:33.793 INFO E| Downloaded try-lock v0.2.4
29522024-12-13T21:55:34.916Z[ helios-setup] Dec 13 21:55:33.794 INFO E| Downloaded tower-service v0.3.2
29532024-12-13T21:55:34.920Z[ helios-setup] Dec 13 21:55:33.796 INFO E| Downloaded thiserror v1.0.38
29542024-12-13T21:55:34.923Z[ helios-setup] Dec 13 21:55:33.804 INFO E| Downloaded toml_datetime v0.6.1
29552024-12-13T21:55:34.928Z[ helios-setup] Dec 13 21:55:33.807 INFO E| Downloaded anstream v0.2.6
29562024-12-13T21:55:34.933Z[ helios-setup] Dec 13 21:55:33.811 INFO E| Downloaded terminal_size v0.2.6
29572024-12-13T21:55:34.937Z[ helios-setup] Dec 13 21:55:33.813 INFO E| Downloaded schemars_derive v0.8.12
29582024-12-13T21:55:34.937Z[ helios-setup] Dec 13 21:55:33.816 INFO E| Downloaded jobserver v0.1.26
29592024-12-13T21:55:34.941Z[ helios-setup] Dec 13 21:55:33.820 INFO E| Downloaded lazy_static v1.4.0
29602024-12-13T21:55:34.941Z[ helios-setup] Dec 13 21:55:33.822 INFO E| Downloaded futures-sink v0.3.28
29612024-12-13T21:55:34.946Z[ helios-setup] Dec 13 21:55:33.824 INFO E| Downloaded pkg-config v0.3.26
29622024-12-13T21:55:34.949Z[ helios-setup] Dec 13 21:55:33.827 INFO E| Downloaded smallvec v1.10.0
29632024-12-13T21:55:34.949Z[ helios-setup] Dec 13 21:55:33.830 INFO E| Downloaded memoffset v0.7.1
29642024-12-13T21:55:34.954Z[ helios-setup] Dec 13 21:55:33.832 INFO E| Downloaded futures-core v0.3.28
29652024-12-13T21:55:34.957Z[ helios-setup] Dec 13 21:55:33.839 INFO E| Downloaded tokio-rustls v0.24.0
29662024-12-13T21:55:34.966Z[ helios-setup] Dec 13 21:55:33.842 INFO E| Downloaded thiserror-impl v1.0.38
29672024-12-13T21:55:34.984Z[ helios-setup] Dec 13 21:55:33.845 INFO E| Downloaded ppv-lite86 v0.2.17
29682024-12-13T21:55:34.984Z[ helios-setup] Dec 13 21:55:33.847 INFO E| Downloaded digest v0.10.6
29692024-12-13T21:55:34.984Z[ helios-setup] Dec 13 21:55:33.850 INFO E| Downloaded tokio-tungstenite v0.18.0
29702024-12-13T21:55:34.984Z[ helios-setup] Dec 13 21:55:33.854 INFO E| Downloaded num_enum v0.5.7
29712024-12-13T21:55:34.984Z[ helios-setup] Dec 13 21:55:33.861 INFO E| Downloaded schemars v0.8.12
29722024-12-13T21:55:34.999Z[ helios-setup] Dec 13 21:55:33.881 INFO E| Downloaded unicode-ident v1.0.8
29732024-12-13T21:55:35.004Z[ helios-setup] Dec 13 21:55:33.885 INFO E| Downloaded unicode-bidi v0.3.13
29742024-12-13T21:55:35.008Z[ helios-setup] Dec 13 21:55:33.889 INFO E| Downloaded unsafe-libyaml v0.2.8
29752024-12-13T21:55:35.013Z[ helios-setup] Dec 13 21:55:33.895 INFO E| Downloaded cargo-lock v8.0.3
29762024-12-13T21:55:35.018Z[ helios-setup] Dec 13 21:55:33.900 INFO E| Downloaded uuid v1.3.0
29772024-12-13T21:55:35.027Z[ helios-setup] Dec 13 21:55:33.907 INFO E| Downloaded url v2.3.1
29782024-12-13T21:55:35.032Z[ helios-setup] Dec 13 21:55:33.912 INFO E| Downloaded unicode-linebreak v0.1.4
29792024-12-13T21:55:35.101Z[ helios-setup] Dec 13 21:55:33.983 INFO E| Downloaded pin-project-lite v0.2.9
29802024-12-13T21:55:35.109Z[ helios-setup] Dec 13 21:55:33.990 INFO E| Downloaded winnow v0.4.1
29812024-12-13T21:55:35.123Z[ helios-setup] Dec 13 21:55:34.004 INFO E| Downloaded unicode-normalization v0.1.22
29822024-12-13T21:55:35.129Z[ helios-setup] Dec 13 21:55:34.010 INFO E| Downloaded once_cell v1.17.0
29832024-12-13T21:55:35.133Z[ helios-setup] Dec 13 21:55:34.015 INFO E| Downloaded lock_api v0.4.9
29842024-12-13T21:55:35.138Z[ helios-setup] Dec 13 21:55:34.017 INFO E| Downloaded crossbeam-utils v0.8.14
29852024-12-13T21:55:35.141Z[ helios-setup] Dec 13 21:55:34.023 INFO E| Downloaded clap v4.2.1
29862024-12-13T21:55:35.157Z[ helios-setup] Dec 13 21:55:34.039 INFO E| Downloaded quote v1.0.36
29872024-12-13T21:55:35.162Z[ helios-setup] Dec 13 21:55:34.043 INFO E| Downloaded parking_lot_core v0.9.6
29882024-12-13T21:55:35.165Z[ helios-setup] Dec 13 21:55:34.047 INFO E| Downloaded parking_lot v0.12.1
29892024-12-13T21:55:35.171Z[ helios-setup] Dec 13 21:55:34.053 INFO E| Downloaded syn v1.0.107
29902024-12-13T21:55:35.189Z[ helios-setup] Dec 13 21:55:34.071 INFO E| Downloaded syn v2.0.72
29912024-12-13T21:55:35.206Z[ helios-setup] Dec 13 21:55:34.087 INFO E| Downloaded rayon-core v1.10.2
29922024-12-13T21:55:35.211Z[ helios-setup] Dec 13 21:55:34.092 INFO E| Downloaded memchr v2.5.0
29932024-12-13T21:55:35.217Z[ helios-setup] Dec 13 21:55:34.098 INFO E| Downloaded base64 v0.21.0
29942024-12-13T21:55:35.222Z[ helios-setup] Dec 13 21:55:34.103 INFO E| Downloaded rhai_codegen v1.5.0
29952024-12-13T21:55:35.234Z[ helios-setup] Dec 13 21:55:34.115 INFO E| Downloaded cc v1.0.78
29962024-12-13T21:55:35.239Z[ helios-setup] Dec 13 21:55:34.120 INFO E| Downloaded bytes v1.4.0
29972024-12-13T21:55:35.244Z[ helios-setup] Dec 13 21:55:34.126 INFO E| Downloaded crossbeam-epoch v0.9.13
29982024-12-13T21:55:35.264Z[ helios-setup] Dec 13 21:55:34.144 INFO E| Downloaded mio v0.8.5
29992024-12-13T21:55:35.271Z[ helios-setup] Dec 13 21:55:34.153 INFO E| Downloaded http v0.2.9
30002024-12-13T21:55:35.278Z[ helios-setup] Dec 13 21:55:34.160 INFO E| Downloaded pest v2.5.7
30012024-12-13T21:55:35.286Z[ helios-setup] Dec 13 21:55:34.167 INFO E| Downloaded crossbeam-channel v0.5.6
30022024-12-13T21:55:35.292Z[ helios-setup] Dec 13 21:55:34.173 INFO E| Downloaded ipnet v2.7.2
30032024-12-13T21:55:35.295Z[ helios-setup] Dec 13 21:55:34.176 INFO E| Downloaded ahash v0.8.3
30042024-12-13T21:55:35.298Z[ helios-setup] Dec 13 21:55:34.180 INFO E| Downloaded num-traits v0.2.15
30052024-12-13T21:55:35.303Z[ helios-setup] Dec 13 21:55:34.184 INFO E| Downloaded log v0.4.17
30062024-12-13T21:55:35.307Z[ helios-setup] Dec 13 21:55:34.189 INFO E| Downloaded futures v0.3.28
30072024-12-13T21:55:35.316Z[ helios-setup] Dec 13 21:55:34.197 INFO E| Downloaded anyhow v1.0.68
30082024-12-13T21:55:35.323Z[ helios-setup] Dec 13 21:55:34.204 INFO E| Downloaded io-lifetimes v1.0.10
30092024-12-13T21:55:35.330Z[ helios-setup] Dec 13 21:55:34.210 INFO E| Downloaded httparse v1.8.0
30102024-12-13T21:55:35.333Z[ helios-setup] Dec 13 21:55:34.215 INFO E| Downloaded futures-channel v0.3.28
30112024-12-13T21:55:35.337Z[ helios-setup] Dec 13 21:55:34.218 INFO E| Downloaded toml_edit v0.19.8
30122024-12-13T21:55:35.367Z[ helios-setup] Dec 13 21:55:34.248 INFO E| Downloaded reqwest v0.11.16
30132024-12-13T21:55:35.380Z[ helios-setup] Dec 13 21:55:34.261 INFO E| Downloaded futures-util v0.3.28
30142024-12-13T21:55:35.428Z[ helios-setup] Dec 13 21:55:34.309 INFO E| Downloaded clap_builder v4.2.1
30152024-12-13T21:55:35.439Z[ helios-setup] Dec 13 21:55:34.320 INFO E| Downloaded tokio v1.27.0
30162024-12-13T21:55:35.494Z[ helios-setup] Dec 13 21:55:34.376 INFO E| Downloaded rayon v1.6.1
30172024-12-13T21:55:35.509Z[ helios-setup] Dec 13 21:55:34.390 INFO E| Downloaded h2 v0.3.16
30182024-12-13T21:55:35.521Z[ helios-setup] Dec 13 21:55:34.401 INFO E| Downloaded hyper v0.14.25
30192024-12-13T21:55:35.534Z[ helios-setup] Dec 13 21:55:34.415 INFO E| Downloaded git2 v0.16.1
30202024-12-13T21:55:35.548Z[ helios-setup] Dec 13 21:55:34.429 INFO E| Downloaded chrono v0.4.24
30212024-12-13T21:55:35.588Z[ helios-setup] Dec 13 21:55:34.468 INFO E| Downloaded regress v0.5.0
30222024-12-13T21:55:35.599Z[ helios-setup] Dec 13 21:55:34.479 INFO E| Downloaded regex v1.7.3
30232024-12-13T21:55:35.610Z[ helios-setup] Dec 13 21:55:34.492 INFO E| Downloaded tokio-util v0.7.7
30242024-12-13T21:55:35.620Z[ helios-setup] Dec 13 21:55:34.501 INFO E| Downloaded serde_json v1.0.95
30252024-12-13T21:55:35.632Z[ helios-setup] Dec 13 21:55:34.513 INFO E| Downloaded rustls v0.21.0
30262024-12-13T21:55:35.648Z[ helios-setup] Dec 13 21:55:34.529 INFO E| Downloaded rustix v0.37.3
30272024-12-13T21:55:35.674Z[ helios-setup] Dec 13 21:55:34.555 INFO E| Downloaded paste v1.0.12
30282024-12-13T21:55:35.680Z[ helios-setup] Dec 13 21:55:34.561 INFO E| Downloaded rhai v1.14.0
30292024-12-13T21:55:35.699Z[ helios-setup] Dec 13 21:55:34.577 INFO E| Downloaded getrandom v0.2.8
30302024-12-13T21:55:35.702Z[ helios-setup] Dec 13 21:55:34.581 INFO E| Downloaded clap_derive v4.2.0
30312024-12-13T21:55:35.706Z[ helios-setup] Dec 13 21:55:34.583 INFO E| Downloaded serde v1.0.204
30322024-12-13T21:55:35.710Z[ helios-setup] Dec 13 21:55:34.590 INFO E| Downloaded openapiv3 v1.0.2
30332024-12-13T21:55:35.730Z[ helios-setup] Dec 13 21:55:34.611 INFO E| Downloaded tracing v0.1.37
30342024-12-13T21:55:35.737Z[ helios-setup] Dec 13 21:55:34.618 INFO E| Downloaded num_cpus v1.15.0
30352024-12-13T21:55:35.741Z[ helios-setup] Dec 13 21:55:34.623 INFO E| Downloaded camino v1.1.4
30362024-12-13T21:55:35.745Z[ helios-setup] Dec 13 21:55:34.626 INFO E| Downloaded byteorder v1.4.3
30372024-12-13T21:55:35.750Z[ helios-setup] Dec 13 21:55:34.629 INFO E| Downloaded async-trait v0.1.68
30382024-12-13T21:55:35.759Z[ helios-setup] Dec 13 21:55:34.634 INFO E| Downloaded bincode v1.3.3
30392024-12-13T21:55:35.759Z[ helios-setup] Dec 13 21:55:34.637 INFO E| Downloaded tracing-core v0.1.30
30402024-12-13T21:55:35.762Z[ helios-setup] Dec 13 21:55:34.641 INFO E| Downloaded serde_yaml v0.9.21
30412024-12-13T21:55:35.765Z[ helios-setup] Dec 13 21:55:34.646 INFO E| Downloaded serde_derive v1.0.204
30422024-12-13T21:55:35.770Z[ helios-setup] Dec 13 21:55:34.651 INFO E| Downloaded rustls-webpki v0.100.1
30432024-12-13T21:55:35.780Z[ helios-setup] Dec 13 21:55:34.660 INFO E| Downloaded anstyle-parse v0.1.1
30442024-12-13T21:55:35.782Z[ helios-setup] Dec 13 21:55:34.663 INFO E| Downloaded ahash v0.7.6
30452024-12-13T21:55:35.785Z[ helios-setup] Dec 13 21:55:34.666 INFO E| Downloaded ucd-trie v0.1.5
30462024-12-13T21:55:35.789Z[ helios-setup] Dec 13 21:55:34.668 INFO E| Downloaded tungstenite v0.18.0
30472024-12-13T21:55:35.792Z[ helios-setup] Dec 13 21:55:34.672 INFO E| Downloaded toml v0.7.3
30482024-12-13T21:55:35.796Z[ helios-setup] Dec 13 21:55:34.677 INFO E| Downloaded tinyvec v1.6.0
30492024-12-13T21:55:35.802Z[ helios-setup] Dec 13 21:55:34.682 INFO E| Downloaded textwrap v0.16.0
30502024-12-13T21:55:35.805Z[ helios-setup] Dec 13 21:55:34.685 INFO E| Downloaded libc v0.2.139
30512024-12-13T21:55:35.839Z[ helios-setup] Dec 13 21:55:34.721 INFO E| Downloaded socket2 v0.4.9
30522024-12-13T21:55:35.843Z[ helios-setup] Dec 13 21:55:34.723 INFO E| Downloaded rustfmt-wrapper v0.2.0
30532024-12-13T21:55:35.845Z[ helios-setup] Dec 13 21:55:34.725 INFO E| Downloaded proc-macro-hack v0.5.20+deprecated
30542024-12-13T21:55:35.854Z[ helios-setup] Dec 13 21:55:34.727 INFO E| Downloaded proc-macro-crate v1.2.1
30552024-12-13T21:55:35.859Z[ helios-setup] Dec 13 21:55:34.729 INFO E| Downloaded percent-encoding v2.2.0
30562024-12-13T21:55:35.859Z[ helios-setup] Dec 13 21:55:34.730 INFO E| Downloaded home v0.5.4
30572024-12-13T21:55:35.859Z[ helios-setup] Dec 13 21:55:34.731 INFO E| Downloaded dyn-clone v1.0.11
30582024-12-13T21:55:35.859Z[ helios-setup] Dec 13 21:55:34.732 INFO E| Downloaded itoa v1.0.6
30592024-12-13T21:55:35.859Z[ helios-setup] Dec 13 21:55:34.734 INFO E| Downloaded httpdate v1.0.2
30602024-12-13T21:55:35.859Z[ helios-setup] Dec 13 21:55:34.735 INFO E| Downloaded either v1.8.0
30612024-12-13T21:55:35.859Z[ helios-setup] Dec 13 21:55:34.737 INFO E| Downloaded concolor-query v0.3.3
30622024-12-13T21:55:35.859Z[ helios-setup] Dec 13 21:55:34.738 INFO E| Downloaded tempfile v3.5.0
30632024-12-13T21:55:35.863Z[ helios-setup] Dec 13 21:55:34.742 INFO E| Downloaded smartstring v1.0.1
30642024-12-13T21:55:35.865Z[ helios-setup] Dec 13 21:55:34.746 INFO E| Downloaded project-root v0.2.2
30652024-12-13T21:55:35.865Z[ helios-setup] Dec 13 21:55:34.747 INFO E| Downloaded num-integer v0.1.45
30662024-12-13T21:55:35.868Z[ helios-setup] Dec 13 21:55:34.750 INFO E| Downloaded http-body v0.4.5
30672024-12-13T21:55:35.871Z[ helios-setup] Dec 13 21:55:34.752 INFO E| Downloaded futures-task v0.3.28
30682024-12-13T21:55:35.875Z[ helios-setup] Dec 13 21:55:34.754 INFO E| Downloaded clap_lex v0.4.1
30692024-12-13T21:55:35.875Z[ helios-setup] Dec 13 21:55:34.755 INFO E| Downloaded time v0.1.45
30702024-12-13T21:55:35.878Z[ helios-setup] Dec 13 21:55:34.757 INFO E| Downloaded serde_tokenstream v0.2.0
30712024-12-13T21:55:35.881Z[ helios-setup] Dec 13 21:55:34.761 INFO E| Downloaded serde_derive_internals v0.26.0
30722024-12-13T21:55:35.883Z[ helios-setup] Dec 13 21:55:34.764 INFO E| Downloaded num_enum_derive v0.5.7
30732024-12-13T21:55:35.883Z[ helios-setup] Dec 13 21:55:34.765 INFO E| Downloaded futures-io v0.3.28
30742024-12-13T21:55:35.886Z[ helios-setup] Dec 13 21:55:34.766 INFO E| Downloaded crossbeam-deque v0.8.2
30752024-12-13T21:55:35.888Z[ helios-setup] Dec 13 21:55:34.768 INFO E| Downloaded iana-time-zone v0.1.56
30762024-12-13T21:55:35.891Z[ helios-setup] Dec 13 21:55:34.771 INFO E| Downloaded fastrand v1.9.0
30772024-12-13T21:55:35.893Z[ helios-setup] Dec 13 21:55:34.772 INFO E| Downloaded slog-async v2.7.0
30782024-12-13T21:55:35.893Z[ helios-setup] Dec 13 21:55:34.774 INFO E| Downloaded sct v0.7.0
30792024-12-13T21:55:35.897Z[ helios-setup] Dec 13 21:55:34.778 INFO E| Downloaded is-terminal v0.4.7
30802024-12-13T21:55:35.901Z[ helios-setup] Dec 13 21:55:34.780 INFO E| Downloaded futures-executor v0.3.28
30812024-12-13T21:55:35.901Z[ helios-setup] Dec 13 21:55:34.782 INFO E| Downloaded futures-macro v0.3.28
30822024-12-13T21:55:35.904Z[ helios-setup] Dec 13 21:55:34.783 INFO E| Downloaded form_urlencoded v1.1.0
30832024-12-13T21:55:35.904Z[ helios-setup] Dec 13 21:55:34.784 INFO E| Downloaded built v0.6.0
30842024-12-13T21:55:35.906Z[ helios-setup] Dec 13 21:55:34.786 INFO E| Downloaded slab v0.4.7
30852024-12-13T21:55:35.906Z[ helios-setup] Dec 13 21:55:34.788 INFO E| Downloaded autocfg v1.1.0
30862024-12-13T21:55:35.909Z[ helios-setup] Dec 13 21:55:34.790 INFO E| Downloaded anstyle v0.3.5
30872024-12-13T21:55:35.912Z[ helios-setup] Dec 13 21:55:34.792 INFO E| Downloaded semver-parser v0.10.2
30882024-12-13T21:55:35.914Z[ helios-setup] Dec 13 21:55:34.794 INFO E| Downloaded scopeguard v1.1.0
30892024-12-13T21:55:35.916Z[ helios-setup] Dec 13 21:55:34.796 INFO E| Downloaded async-stream v0.3.5
30902024-12-13T21:55:35.919Z[ helios-setup] Dec 13 21:55:34.799 INFO E| Downloaded aho-corasick v0.7.20
30912024-12-13T21:55:35.924Z[ helios-setup] Dec 13 21:55:34.805 INFO E| Downloaded strsim v0.10.0
30922024-12-13T21:55:35.926Z[ helios-setup] Dec 13 21:55:34.807 INFO E| Downloaded smawk v0.3.1
30932024-12-13T21:55:35.928Z[ helios-setup] Dec 13 21:55:34.810 INFO E| Downloaded signal-hook-registry v1.4.0
30942024-12-13T21:55:35.931Z[ helios-setup] Dec 13 21:55:34.812 INFO E| Downloaded sha2 v0.10.6
30952024-12-13T21:55:35.933Z[ host-package] Compiling heck v0.3.3
30962024-12-13T21:55:35.936Z[ helios-setup] Dec 13 21:55:34.815 INFO E| Downloaded serde_path_to_error v0.1.11
30972024-12-13T21:55:35.942Z[ helios-setup] Dec 13 21:55:34.818 INFO E| Downloaded tokio-macros v2.0.0
30982024-12-13T21:55:35.942Z[ helios-setup] Dec 13 21:55:34.820 INFO E| Downloaded slog-bunyan v2.4.0
30992024-12-13T21:55:35.942Z[ helios-setup] Dec 13 21:55:34.821 INFO E| Downloaded sha1 v0.10.5
31002024-12-13T21:55:35.950Z[ helios-setup] Dec 13 21:55:34.824 INFO E| Downloaded semver v0.11.0
31012024-12-13T21:55:35.950Z[ helios-setup] Dec 13 21:55:34.827 INFO E| Downloaded const-random-macro v0.1.15
31022024-12-13T21:55:36.025Z[ host-package] Compiling castaway v0.2.3
31032024-12-13T21:55:36.057Z[ helios-setup] Dec 13 21:55:34.928 INFO E| Downloaded encoding_rs v0.8.32
31042024-12-13T21:55:36.179Z[ helios-setup] Dec 13 21:55:35.060 INFO E| Downloaded libgit2-sys v0.14.2+1.5.1
31052024-12-13T21:55:36.240Z[ host-package] Compiling csv-core v0.1.11
31062024-12-13T21:55:36.358Z[ host-package] Compiling gateway-sp-comms v0.1.1 (https://github.com/oxidecomputer/management-gateway-service?rev=9bbac475dcaac88286c07a20b6bd3e94fc81d7f0#9bbac475)
31072024-12-13T21:55:36.378Z[ helios-setup] Dec 13 21:55:35.259 INFO E| Downloaded libz-sys v1.1.8
31082024-12-13T21:55:37.191Z[ helios-setup] Dec 13 21:55:35.640 INFO E| Compiling proc-macro2 v1.0.86
31092024-12-13T21:55:37.210Z[ helios-setup] Dec 13 21:55:35.640 INFO E| Compiling libc v0.2.139
31102024-12-13T21:55:37.210Z[ helios-setup] Dec 13 21:55:35.640 INFO E| Compiling unicode-ident v1.0.8
31112024-12-13T21:55:37.210Z[ helios-setup] Dec 13 21:55:35.641 INFO E| Compiling autocfg v1.1.0
31122024-12-13T21:55:37.210Z[ helios-setup] Dec 13 21:55:35.641 INFO E| Compiling cfg-if v1.0.0
31132024-12-13T21:55:37.210Z[ helios-setup] Dec 13 21:55:35.641 INFO E| Compiling version_check v0.9.4
31142024-12-13T21:55:37.210Z[ helios-setup] Dec 13 21:55:35.641 INFO E| Compiling serde v1.0.204
31152024-12-13T21:55:37.210Z[ helios-setup] Dec 13 21:55:35.641 INFO E| Compiling syn v1.0.107
31162024-12-13T21:55:37.210Z[ host-package] Compiling glob v0.3.1
31172024-12-13T21:55:37.210Z[ host-package] Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys?branch=main#e07ad764)
31182024-12-13T21:55:37.284Z[ helios-setup] Dec 13 21:55:36.165 INFO E| Compiling memchr v2.5.0
31192024-12-13T21:55:37.400Z[ host-package] Compiling csv v1.3.0
31202024-12-13T21:55:37.571Z[ host-package] Compiling sled-storage v0.1.0 (/work/oxidecomputer/omicron/sled-storage)
31212024-12-13T21:55:37.704Z[ helios-setup] Dec 13 21:55:36.585 INFO E| Compiling once_cell v1.17.0
31222024-12-13T21:55:37.902Z[ host-package] Compiling zone_cfg_derive v0.1.2
31232024-12-13T21:55:37.981Z[ helios-setup] Dec 13 21:55:36.862 INFO E| Compiling thiserror v1.0.38
31242024-12-13T21:55:38.072Z[ helios-setup] Dec 13 21:55:36.953 INFO E| Compiling log v0.4.17
31252024-12-13T21:55:38.776Z[ helios-setup] Dec 13 21:55:37.654 INFO E| Compiling itoa v1.0.6
31262024-12-13T21:55:39.029Z[ helios-setup] Dec 13 21:55:37.910 INFO E| Compiling serde_json v1.0.95
31272024-12-13T21:55:39.927Z[ helios-setup] Dec 13 21:55:38.808 INFO E| Compiling indexmap v1.9.3
31282024-12-13T21:55:40.276Z[ helios-setup] Dec 13 21:55:39.157 INFO E| Compiling scopeguard v1.1.0
31292024-12-13T21:55:40.311Z[ host-package] Compiling compact_str v0.8.0
31302024-12-13T21:55:40.361Z[ helios-setup] Dec 13 21:55:39.242 INFO E| Compiling pin-project-lite v0.2.9
31312024-12-13T21:55:40.787Z[ helios-setup] Dec 13 21:55:39.666 INFO E| Compiling num-integer v0.1.45
31322024-12-13T21:55:40.964Z[ helios-setup] Dec 13 21:55:39.845 INFO E| Compiling futures-core v0.3.28
31332024-12-13T21:55:40.964Z[ helios-setup] Dec 13 21:55:39.845 INFO E| Compiling bytes v1.4.0
31342024-12-13T21:55:41.246Z[ host-package] Compiling propolis_api_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=220a6f367c18f2452dbc4fa9086f3fe73b961739#220a6f36)
31352024-12-13T21:55:41.688Z[ helios-setup] Dec 13 21:55:40.568 INFO E| Compiling quote v1.0.36
31362024-12-13T21:55:41.818Z[ helios-setup] Dec 13 21:55:40.694 INFO E| Compiling getrandom v0.2.8
31372024-12-13T21:55:42.129Z[ helios-setup] Dec 13 21:55:41.009 INFO E| Compiling jobserver v0.1.26
31382024-12-13T21:55:42.676Z[ helios-setup] Dec 13 21:55:41.556 INFO E| Compiling ryu v1.0.13
31392024-12-13T21:55:42.931Z[ helios-setup] Dec 13 21:55:41.810 INFO E| Compiling syn v2.0.72
31402024-12-13T21:55:43.431Z[ helios-setup] Dec 13 21:55:42.285 INFO E| Compiling cc v1.0.78
31412024-12-13T21:55:43.960Z[ helios-setup] Dec 13 21:55:42.840 INFO E| Compiling lock_api v0.4.9
31422024-12-13T21:55:44.412Z[ helios-setup] Dec 13 21:55:43.291 INFO E| Compiling bitflags v1.3.2
31432024-12-13T21:55:44.609Z[ helios-setup] Dec 13 21:55:43.488 INFO E| Compiling typenum v1.16.0
31442024-12-13T21:55:44.782Z[ helios-setup] Dec 13 21:55:43.662 INFO E| Compiling parking_lot_core v0.9.6
31452024-12-13T21:55:44.882Z[ helios-setup] Dec 13 21:55:43.762 INFO E| Compiling num_cpus v1.15.0
31462024-12-13T21:55:45.236Z[ host-package] Compiling crucible-common v0.0.1 (https://github.com/oxidecomputer/crucible?rev=5a41b826171c7d2a8412fa833377ab1df25ee8ec#5a41b826)
31472024-12-13T21:55:45.300Z[ helios-setup] Dec 13 21:55:44.180 INFO E| Compiling generic-array v0.14.6
31482024-12-13T21:55:45.469Z[ helios-setup] Dec 13 21:55:44.349 INFO E| Compiling slab v0.4.7
31492024-12-13T21:55:45.605Z[ helios-setup] Dec 13 21:55:44.484 INFO E| Compiling futures-task v0.3.28
31502024-12-13T21:55:46.140Z[ helios-setup] Dec 13 21:55:45.019 INFO E| Compiling futures-channel v0.3.28
31512024-12-13T21:55:46.215Z[ helios-setup] Dec 13 21:55:45.075 INFO E| Compiling futures-sink v0.3.28
31522024-12-13T21:55:46.705Z[ helios-setup] Dec 13 21:55:45.585 INFO E| Compiling tokio v1.27.0
31532024-12-13T21:55:47.142Z[ helios-setup] Dec 13 21:55:46.022 INFO E| Compiling schemars v0.8.12
31542024-12-13T21:55:47.349Z[ helios-setup] Dec 13 21:55:46.229 INFO E| Compiling futures-util v0.3.28
31552024-12-13T21:55:47.728Z[ host-package] Compiling hyper-staticfile v0.10.1
31562024-12-13T21:55:48.238Z[ helios-setup] Dec 13 21:55:47.118 INFO E| Compiling socket2 v0.4.9
31572024-12-13T21:55:48.543Z[ helios-setup] Dec 13 21:55:47.423 INFO E| Compiling signal-hook-registry v1.4.0
31582024-12-13T21:55:48.664Z[ helios-setup] Dec 13 21:55:47.543 INFO E| Compiling mio v0.8.5
31592024-12-13T21:55:48.884Z[ helios-setup] Dec 13 21:55:47.763 INFO E| Compiling ahash v0.7.6
31602024-12-13T21:55:48.969Z[ helios-setup] Dec 13 21:55:47.848 INFO E| Compiling num-traits v0.2.15
31612024-12-13T21:55:49.903Z[ helios-setup] Dec 13 21:55:48.778 INFO E| Compiling pin-utils v0.1.0
31622024-12-13T21:55:50.072Z[ helios-setup] Dec 13 21:55:48.945 INFO E| Compiling futures-io v0.3.28
31632024-12-13T21:55:50.177Z[ helios-setup] Dec 13 21:55:49.035 INFO E| Compiling io-lifetimes v1.0.10
31642024-12-13T21:55:50.611Z[ helios-setup] Dec 13 21:55:49.489 INFO E| Compiling crunchy v0.2.2
31652024-12-13T21:55:50.717Z[ host-package] Compiling nix v0.27.1
31662024-12-13T21:55:52.306Z[ helios-setup] Dec 13 21:55:51.185 INFO E| Compiling ahash v0.8.3
31672024-12-13T21:55:52.435Z[ helios-setup] Dec 13 21:55:51.314 INFO E| Compiling tiny-keccak v2.0.2
31682024-12-13T21:55:52.498Z[ helios-setup] Dec 13 21:55:51.377 INFO E| Compiling proc-macro-hack v0.5.20+deprecated
31692024-12-13T21:55:52.812Z[ helios-setup] Dec 13 21:55:51.691 INFO E| Compiling hashbrown v0.12.3
31702024-12-13T21:55:53.240Z[ helios-setup] Dec 13 21:55:52.119 INFO E| Compiling rustix v0.37.3
31712024-12-13T21:55:53.940Z[ helios-setup] Dec 13 21:55:52.818 INFO E| Compiling crypto-common v0.1.6
31722024-12-13T21:55:54.012Z[ helios-setup] Dec 13 21:55:52.891 INFO E| Compiling block-buffer v0.10.3
31732024-12-13T21:55:54.762Z[ helios-setup] Dec 13 21:55:53.641 INFO E| Compiling serde_derive_internals v0.26.0
31742024-12-13T21:55:55.581Z[ helios-setup] Dec 13 21:55:54.459 INFO E| Compiling errno v0.3.1
31752024-12-13T21:55:56.131Z[ helios-setup] Dec 13 21:55:55.009 INFO E| Compiling pkg-config v0.3.26
31762024-12-13T21:55:56.355Z[ helios-setup] Dec 13 21:55:55.232 INFO E| Compiling crossbeam-utils v0.8.14
31772024-12-13T21:55:56.775Z[ helios-setup] Dec 13 21:55:55.652 INFO E| Compiling slog v2.7.0
31782024-12-13T21:55:56.898Z[ host-package] Compiling nexus-inventory v0.1.0 (/work/oxidecomputer/omicron/nexus/inventory)
31792024-12-13T21:55:57.096Z[ helios-setup] Dec 13 21:55:55.954 INFO E| Compiling fnv v1.0.7
31802024-12-13T21:55:57.581Z[ helios-setup] Dec 13 21:55:56.459 INFO E| Compiling http v0.2.9
31812024-12-13T21:55:59.803Z[ helios-setup] Dec 13 21:55:58.681 INFO E| Compiling digest v0.10.6
31822024-12-13T21:56:00.019Z[ host-package] Compiling update-common v0.1.0 (/work/oxidecomputer/omicron/update-common)
31832024-12-13T21:56:00.832Z[ helios-setup] Dec 13 21:55:59.709 INFO E| Compiling aho-corasick v0.7.20
31842024-12-13T21:56:01.688Z[ helios-setup] Dec 13 21:56:00.565 INFO E| Compiling tinyvec_macros v0.1.1
31852024-12-13T21:56:02.176Z[ helios-setup] Dec 13 21:56:01.053 INFO E| Compiling httparse v1.8.0
31862024-12-13T21:56:02.721Z[ helios-setup] Dec 13 21:56:01.582 INFO E| Compiling regex-syntax v0.6.29
31872024-12-13T21:56:02.758Z[ helios-setup] Dec 13 21:56:01.635 INFO E| Compiling unicode-width v0.1.10
31882024-12-13T21:56:03.112Z[ helios-setup] Dec 13 21:56:01.989 INFO E| Compiling cpufeatures v0.2.5
31892024-12-13T21:56:03.123Z[ host-package] Compiling range-requests v0.1.0 (/work/oxidecomputer/omicron/range-requests)
31902024-12-13T21:56:03.231Z[ helios-setup] Dec 13 21:56:02.107 INFO E| Compiling anyhow v1.0.68
31912024-12-13T21:56:03.335Z[ helios-setup] Dec 13 21:56:02.213 INFO E| Compiling heck v0.4.1
31922024-12-13T21:56:03.454Z[ helios-setup] Dec 13 21:56:02.331 INFO E| Compiling percent-encoding v2.2.0
31932024-12-13T21:56:04.693Z[ helios-setup] Dec 13 21:56:03.570 INFO E| Compiling form_urlencoded v1.1.0
31942024-12-13T21:56:04.914Z[ helios-setup] Dec 13 21:56:03.791 INFO E| Compiling const-random-macro v0.1.15
31952024-12-13T21:56:05.089Z[ helios-setup] Dec 13 21:56:03.966 INFO E| Compiling tinyvec v1.6.0
31962024-12-13T21:56:05.888Z[ helios-setup] Dec 13 21:56:04.765 INFO E| Compiling hashbrown v0.13.2
31972024-12-13T21:56:05.904Z[ host-package] Compiling propolis-mock-server v0.0.0 (https://github.com/oxidecomputer/propolis?rev=220a6f367c18f2452dbc4fa9086f3fe73b961739#220a6f36)
31982024-12-13T21:56:05.968Z[ helios-setup] Dec 13 21:56:04.845 INFO E| Compiling thiserror-impl v1.0.38
31992024-12-13T21:56:06.433Z[ helios-setup] Dec 13 21:56:05.310 INFO E| Compiling serde_derive v1.0.204
32002024-12-13T21:56:06.876Z[ helios-setup] Dec 13 21:56:05.753 INFO E| Compiling tokio-macros v2.0.0
32012024-12-13T21:56:07.011Z[ helios-setup] Dec 13 21:56:05.888 INFO E| Compiling futures-macro v0.3.28
32022024-12-13T21:56:08.588Z[ helios-setup] Dec 13 21:56:07.464 INFO E| Compiling schemars_derive v0.8.12
32032024-12-13T21:56:08.955Z[ helios-setup] Dec 13 21:56:07.831 INFO E| Compiling chrono v0.4.24
32042024-12-13T21:56:09.903Z[ helios-setup] Dec 13 21:56:08.780 INFO E| Compiling regex v1.7.3
32052024-12-13T21:56:11.846Z[ host-package] Compiling sled-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/api)
32062024-12-13T21:56:12.175Z[ host-package] Compiling bootstrap-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-api)
32072024-12-13T21:56:13.312Z[ helios-setup] Dec 13 21:56:12.185 INFO E| Compiling libz-sys v1.1.8
32082024-12-13T21:56:14.878Z[ helios-setup] Dec 13 21:56:13.753 INFO E| Compiling dyn-clone v1.0.11
32092024-12-13T21:56:14.981Z[ helios-setup] Dec 13 21:56:13.857 INFO E| Compiling uuid v1.3.0
32102024-12-13T21:56:15.549Z[ helios-setup] Dec 13 21:56:14.425 INFO E| Compiling unicode-normalization v0.1.22
32112024-12-13T21:56:15.836Z[ host-package] Compiling tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc.git?branch=main#e644a21a)
32122024-12-13T21:56:16.227Z[ helios-setup] Dec 13 21:56:15.102 INFO E| Compiling regress v0.5.0
32132024-12-13T21:56:16.343Z[ helios-setup] Dec 13 21:56:15.219 INFO E| Compiling const-random v0.1.15
32142024-12-13T21:56:16.809Z[ host-package] Compiling nexus-reconfigurator-execution v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/execution)
32152024-12-13T21:56:17.691Z[ helios-setup] Dec 13 21:56:16.566 INFO E| Compiling getopts v0.2.21
32162024-12-13T21:56:17.840Z[ host-package] Compiling nexus-metrics-producer-gc v0.1.0 (/work/oxidecomputer/omicron/nexus/metrics-producer-gc)
32172024-12-13T21:56:18.643Z[ helios-setup] Dec 13 21:56:17.518 INFO E| Compiling tracing-core v0.1.30
32182024-12-13T21:56:19.033Z[ host-package] Compiling unicode-truncate v1.1.0
32192024-12-13T21:56:19.377Z[ helios-setup] Dec 13 21:56:18.251 INFO E| Compiling memoffset v0.7.1
32202024-12-13T21:56:19.820Z[ host-package] Compiling repo-depot-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/repo-depot-api)
32212024-12-13T21:56:20.003Z[ helios-setup] Dec 13 21:56:18.877 INFO E| Compiling unicode-bidi v0.3.13
32222024-12-13T21:56:20.479Z[ helios-setup] Dec 13 21:56:19.339 INFO E| Compiling num-conv v0.1.0
32232024-12-13T21:56:20.767Z[ helios-setup] Dec 13 21:56:19.641 INFO E| Compiling ucd-trie v0.1.5
32242024-12-13T21:56:21.803Z[ helios-setup] Dec 13 21:56:20.618 INFO E| Compiling powerfmt v0.2.0
32252024-12-13T21:56:21.863Z[ helios-setup] Dec 13 21:56:20.677 INFO E| Compiling time-core v0.1.2
32262024-12-13T21:56:23.029Z[ helios-setup] Dec 13 21:56:21.903 INFO E| Compiling time-macros v0.2.18
32272024-12-13T21:56:23.185Z[ helios-setup] Dec 13 21:56:22.059 INFO E| Compiling deranged v0.3.11
32282024-12-13T21:56:25.659Z[ helios-setup] Dec 13 21:56:24.513 INFO E| Compiling idna v0.3.0
32292024-12-13T21:56:26.153Z[ host-package] Compiling repo-depot-client v0.1.0 (/work/oxidecomputer/omicron/clients/repo-depot-client)
32302024-12-13T21:56:26.667Z[ helios-setup] Dec 13 21:56:25.537 INFO E| Compiling pest v2.5.7
32312024-12-13T21:56:31.680Z[ helios-setup] Dec 13 21:56:28.344 INFO E| Compiling tracing v0.1.37
32322024-12-13T21:56:31.770Z[ helios-setup] Dec 13 21:56:30.109 INFO E| Compiling libgit2-sys v0.14.2+1.5.1
32332024-12-13T21:56:31.770Z[ host-package] Compiling cpuid_profile_config v0.0.0 (https://github.com/oxidecomputer/propolis?rev=fae5334bcad5e864794332c6fed5e6bb9ec88831#fae5334b)
32342024-12-13T21:56:32.174Z[ helios-setup] Dec 13 21:56:31.047 INFO E| Compiling time v0.1.45
32352024-12-13T21:56:32.555Z[ helios-setup] Dec 13 21:56:31.428 INFO E| Compiling crossbeam-epoch v0.9.13
32362024-12-13T21:56:32.813Z[ host-package] Compiling hashlink v0.9.1
32372024-12-13T21:56:32.900Z[ helios-setup] Dec 13 21:56:31.773 INFO E| Compiling iana-time-zone v0.1.56
32382024-12-13T21:56:33.101Z[ helios-setup] Dec 13 21:56:31.974 INFO E| Compiling semver v1.0.17
32392024-12-13T21:56:33.393Z[ host-package] Compiling tungstenite v0.23.0
32402024-12-13T21:56:33.657Z[ host-package] Compiling lru v0.12.5
32412024-12-13T21:56:34.106Z[ helios-setup] Dec 13 21:56:32.972 INFO E| Compiling num_threads v0.1.6
32422024-12-13T21:56:34.738Z[ helios-setup] Dec 13 21:56:33.604 INFO E| Compiling time v0.3.36
32432024-12-13T21:56:34.823Z[ host-package] Compiling instability v0.3.2
32442024-12-13T21:56:34.979Z[ host-package] Compiling fallible-iterator v0.3.0
32452024-12-13T21:56:35.097Z[ host-package] Compiling cassowary v0.3.0
32462024-12-13T21:56:35.919Z[ helios-setup] Dec 13 21:56:34.791 INFO E| Compiling smallvec v1.10.0
32472024-12-13T21:56:35.993Z[ helios-setup] Dec 13 21:56:34.858 INFO E| Compiling toml v0.5.11
32482024-12-13T21:56:36.793Z[ host-package] Compiling base64 v0.13.1
32492024-12-13T21:56:36.985Z[ host-package] Compiling fallible-streaming-iterator v0.1.9
32502024-12-13T21:56:37.853Z[ host-package] Compiling rusqlite v0.32.1
32512024-12-13T21:56:38.105Z[ host-package] Compiling ron v0.7.1
32522024-12-13T21:56:38.721Z[ host-package] Compiling ratatui v0.28.1
32532024-12-13T21:56:38.787Z[ helios-setup] Dec 13 21:56:37.659 INFO E| Compiling parking_lot v0.12.1
32542024-12-13T21:56:39.421Z[ helios-setup] Dec 13 21:56:38.293 INFO E| Compiling serde_tokenstream v0.2.0
32552024-12-13T21:56:42.621Z[ host-package] Compiling tokio-tungstenite v0.23.1
32562024-12-13T21:56:43.052Z[ helios-setup] Dec 13 21:56:41.923 INFO E| Compiling semver-parser v0.10.2
32572024-12-13T21:56:43.173Z[ host-package] Compiling propolis-server-config v0.0.0 (https://github.com/oxidecomputer/propolis?rev=fae5334bcad5e864794332c6fed5e6bb9ec88831#fae5334b)
32582024-12-13T21:56:43.591Z[ helios-setup] Dec 13 21:56:42.462 INFO E| Compiling url v2.3.1
32592024-12-13T21:56:43.979Z[ host-package] Compiling omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent)
32602024-12-13T21:56:46.957Z[ helios-setup] Dec 13 21:56:45.827 INFO E| Compiling typify-impl v0.0.12-dev (https://github.com/oxidecomputer/typify#fec09bd1)
32612024-12-13T21:56:48.559Z[ host-package] Compiling xz2 v0.1.7
32622024-12-13T21:56:48.586Z[ helios-setup] Dec 13 21:56:47.451 INFO E| Compiling crossbeam-channel v0.5.6
32632024-12-13T21:56:49.330Z[ helios-setup] Dec 13 21:56:48.200 INFO E| Compiling dirs-sys-next v0.1.2
32642024-12-13T21:56:50.062Z[ host-package] Compiling tokio-rustls v0.24.1
32652024-12-13T21:56:51.344Z[ helios-setup] Dec 13 21:56:50.214 INFO E| Compiling same-file v1.0.6
32662024-12-13T21:56:51.416Z[ host-package] Compiling zone v0.1.8
32672024-12-13T21:56:51.979Z[ helios-setup] Dec 13 21:56:50.849 INFO E| Compiling try-lock v0.2.4
32682024-12-13T21:56:52.061Z[ helios-setup] Dec 13 21:56:50.926 INFO E| Compiling crc32fast v1.3.2
32692024-12-13T21:56:53.119Z[ helios-setup] Dec 13 21:56:51.988 INFO E| Compiling want v0.3.0
32702024-12-13T21:56:53.717Z[ helios-setup] Dec 13 21:56:52.577 INFO E| Compiling walkdir v2.3.3
32712024-12-13T21:56:55.172Z[ helios-setup] Dec 13 21:56:54.041 INFO E| Compiling dirs-next v2.0.0
32722024-12-13T21:56:57.325Z[ helios-setup] Dec 13 21:56:56.193 INFO E| Compiling semver v0.11.0
32732024-12-13T21:56:57.705Z[ helios-setup] Dec 13 21:56:56.574 INFO E| Compiling proc-macro-crate v1.2.1
32742024-12-13T21:56:58.318Z[ host-package] Compiling wicketd-client v0.1.0 (/work/oxidecomputer/omicron/clients/wicketd-client)
32752024-12-13T21:57:00.301Z[ helios-setup] Dec 13 21:56:59.124 INFO E| Compiling tokio-util v0.7.7
32762024-12-13T21:57:00.801Z[ helios-setup] Dec 13 21:56:59.660 INFO E| Compiling futures-executor v0.3.28
32772024-12-13T21:57:02.870Z[ helios-setup] Dec 13 21:57:01.738 INFO E| Compiling http-body v0.4.5
32782024-12-13T21:57:03.491Z[ helios-setup] Dec 13 21:57:02.360 INFO E| Compiling h2 v0.3.16
32792024-12-13T21:57:07.830Z[ helios-setup] Dec 13 21:57:02.799 INFO E| Compiling ring v0.16.20
32802024-12-13T21:57:07.999Z[ helios-setup] Dec 13 21:57:04.338 INFO E| Compiling rand_core v0.6.4
32812024-12-13T21:57:08.026Z[ helios-setup] Dec 13 21:57:04.868 INFO E| Compiling typify-macro v0.0.12-dev (https://github.com/oxidecomputer/typify#fec09bd1)
32822024-12-13T21:57:08.026Z[ helios-setup] Dec 13 21:57:05.745 INFO E| Compiling thread_local v1.1.7
32832024-12-13T21:57:08.026Z[ helios-setup] Dec 13 21:57:05.832 INFO E| Compiling rayon-core v1.10.2
32842024-12-13T21:57:08.026Z[ helios-setup] Dec 13 21:57:06.700 INFO E| Compiling fastrand v1.9.0
32852024-12-13T21:57:08.390Z[ helios-setup] Dec 13 21:57:07.256 INFO E| Compiling tower-service v0.3.2
32862024-12-13T21:57:08.826Z[ helios-setup] Dec 13 21:57:07.682 INFO E| Compiling adler v1.0.2
32872024-12-13T21:57:09.321Z[ helios-setup] Dec 13 21:57:08.188 INFO E| Compiling home v0.5.4
32882024-12-13T21:57:09.775Z[ helios-setup] Dec 13 21:57:08.643 INFO E| Compiling base64 v0.21.0
32892024-12-13T21:57:11.627Z[ helios-setup] Dec 13 21:57:10.457 INFO E| Compiling httpdate v1.0.2
32902024-12-13T21:57:12.535Z[ helios-setup] Dec 13 21:57:11.398 INFO E| Compiling lazy_static v1.4.0
32912024-12-13T21:57:13.109Z[ helios-setup] Dec 13 21:57:11.795 INFO E| Compiling utf8parse v0.2.1
32922024-12-13T21:57:13.275Z[ helios-setup] Dec 13 21:57:12.103 INFO E| Compiling ppv-lite86 v0.2.17
32932024-12-13T21:57:13.339Z[ helios-setup] Dec 13 21:57:12.179 INFO E| Compiling anstyle-parse v0.1.1
32942024-12-13T21:57:14.435Z[ helios-setup] Dec 13 21:57:13.302 INFO E| Compiling toolchain_find v0.2.0
32952024-12-13T21:57:15.500Z[ helios-setup] Dec 13 21:57:14.360 INFO E| Compiling hyper v0.14.25
32962024-12-13T21:57:15.929Z[ helios-setup] Dec 13 21:57:14.796 INFO E| Compiling rand_chacha v0.3.1
32972024-12-13T21:57:16.386Z[ helios-setup] Dec 13 21:57:15.251 INFO E| Compiling miniz_oxide v0.6.2
32982024-12-13T21:57:17.603Z[ helios-setup] Dec 13 21:57:16.469 INFO E| Compiling tempfile v3.5.0
32992024-12-13T21:57:20.126Z[ host-package] Compiling nexus-networking v0.1.0 (/work/oxidecomputer/omicron/nexus/networking)
33002024-12-13T21:57:23.539Z[ host-package] Compiling nexus-reconfigurator-preparation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/preparation)
33012024-12-13T21:57:23.757Z[ host-package] Compiling gateway-api v0.1.0 (/work/oxidecomputer/omicron/gateway-api)
33022024-12-13T21:57:24.257Z[ host-package] Compiling propolis-client v0.1.0 (https://github.com/oxidecomputer/propolis?rev=fae5334bcad5e864794332c6fed5e6bb9ec88831#fae5334b)
33032024-12-13T21:57:24.959Z[ host-package] Compiling clickhouse-admin-single-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-single-client)
33042024-12-13T21:57:32.135Z[ host-package] Compiling clickhouse-admin-api v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/api)
33052024-12-13T21:57:32.277Z[ helios-setup] Dec 13 21:57:31.141 INFO E| Compiling futures v0.3.28
33062024-12-13T21:57:32.835Z[ host-package] Compiling rustls-pemfile v1.0.4
33072024-12-13T21:57:34.508Z[ host-package] Compiling omicron-nexus v0.1.0 (/work/oxidecomputer/omicron/nexus)
33082024-12-13T21:57:35.526Z[ host-package] Compiling cockroach-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/cockroach-admin-client)
33092024-12-13T21:57:35.706Z[ helios-setup] Dec 13 21:57:34.570 INFO E| Compiling cargo-lock v8.0.3
33102024-12-13T21:57:36.412Z[ helios-setup] Dec 13 21:57:35.276 INFO E| Compiling num_enum_derive v0.5.7
33112024-12-13T21:57:37.322Z[ helios-setup] Dec 13 21:57:36.185 INFO E| Compiling crossbeam-deque v0.8.2
33122024-12-13T21:57:38.522Z[ helios-setup] Dec 13 21:57:37.385 INFO E| Compiling term v0.7.0
33132024-12-13T21:57:42.094Z[ helios-setup] Dec 13 21:57:40.956 INFO E| Compiling serde_urlencoded v0.7.1
33142024-12-13T21:57:42.989Z[ helios-setup] Dec 13 21:57:41.852 INFO E| Compiling sha2 v0.10.6
33152024-12-13T21:57:43.072Z[ helios-setup] Dec 13 21:57:41.934 INFO E| Compiling sha1 v0.10.5
33162024-12-13T21:57:43.750Z[ helios-setup] Dec 13 21:57:42.612 INFO E| Compiling is-terminal v0.4.7
33172024-12-13T21:57:44.026Z[ helios-setup] Dec 13 21:57:42.889 INFO E| Compiling atty v0.2.14
33182024-12-13T21:57:44.075Z[ host-package] Compiling openapi-manager-types v0.1.0 (/work/oxidecomputer/omicron/dev-tools/openapi-manager/types)
33192024-12-13T21:57:44.622Z[ host-package] Compiling signal-hook-tokio v0.3.1
33202024-12-13T21:57:44.786Z[ helios-setup] Dec 13 21:57:43.648 INFO E| Compiling network-interface v0.1.6 (https://github.com/jclulow/network-interface?branch=illumos#827e6b7b)
33212024-12-13T21:57:45.084Z[ host-package] Compiling twox-hash v1.6.3
33222024-12-13T21:57:46.077Z[ helios-setup] Dec 13 21:57:44.939 INFO E| Compiling concolor-query v0.3.3
33232024-12-13T21:57:47.024Z[ helios-setup] Dec 13 21:57:45.886 INFO E| Compiling concolor-override v1.0.0
33242024-12-13T21:57:47.407Z[ host-package] Compiling yasna v0.5.2
33252024-12-13T21:57:48.088Z[ helios-setup] Dec 13 21:57:46.949 INFO E| Compiling anstyle v0.3.5
33262024-12-13T21:57:49.960Z[ helios-setup] Dec 13 21:57:48.821 INFO E| Compiling anstream v0.2.6
33272024-12-13T21:57:50.243Z[ host-package] Compiling is_ci v1.2.0
33282024-12-13T21:57:50.535Z[ host-package] Compiling smawk v0.3.2
33292024-12-13T21:57:51.046Z[ host-package] Compiling unicode-linebreak v0.1.5
33302024-12-13T21:57:51.102Z[ host-package] Compiling supports-color v3.0.1
33312024-12-13T21:57:51.982Z[ host-package] Compiling textwrap v0.16.1
33322024-12-13T21:57:52.250Z[ helios-setup] Dec 13 21:57:51.111 INFO E| Compiling slog-term v2.9.0
33332024-12-13T21:57:52.310Z[ host-package] Compiling rcgen v0.12.1
33342024-12-13T21:57:52.357Z[ helios-setup] Dec 13 21:57:51.216 INFO E| Compiling flate2 v1.0.25
33352024-12-13T21:57:52.953Z[ helios-setup] Dec 13 21:57:51.815 INFO E| Compiling num_enum v0.5.7
33362024-12-13T21:57:53.310Z[ helios-setup] Dec 13 21:57:52.171 INFO E| Compiling rustfmt-wrapper v0.2.0
33372024-12-13T21:57:54.890Z[ helios-setup] Dec 13 21:57:53.750 INFO E| Compiling rand v0.8.5
33382024-12-13T21:57:55.231Z[ helios-setup] Dec 13 21:57:54.092 INFO E| Compiling typify v0.0.12-dev (https://github.com/oxidecomputer/typify#fec09bd1)
33392024-12-13T21:57:55.326Z[ helios-setup] Dec 13 21:57:54.187 INFO E| Compiling openapiv3 v1.0.2
33402024-12-13T21:57:55.693Z[ helios-setup] Dec 13 21:57:54.554 INFO E| Compiling encoding_rs v0.8.32
33412024-12-13T21:57:57.969Z[ helios-setup] Dec 13 21:57:56.829 INFO E| Compiling unsafe-libyaml v0.2.8
33422024-12-13T21:57:58.121Z[ host-package] Compiling omicron-gateway v0.1.0 (/work/oxidecomputer/omicron/gateway)
33432024-12-13T21:58:00.105Z[ helios-setup] Dec 13 21:57:58.965 INFO E| Compiling base64 v0.13.1
33442024-12-13T21:58:01.322Z[ helios-setup] Dec 13 21:58:00.182 INFO E| Compiling project-root v0.2.2
33452024-12-13T21:58:01.958Z[ helios-setup] Dec 13 21:58:00.818 INFO E| Compiling untrusted v0.7.1
33462024-12-13T21:58:02.191Z[ host-package] Compiling nexus-external-api v0.1.0 (/work/oxidecomputer/omicron/nexus/external-api)
33472024-12-13T21:58:02.430Z[ helios-setup] Dec 13 21:58:01.290 INFO E| Compiling mime v0.3.17
33482024-12-13T21:58:02.753Z[ helios-setup] Dec 13 21:58:01.613 INFO E| Compiling ipnet v2.7.2
33492024-12-13T21:58:04.739Z[ helios-setup] Dec 13 21:58:03.599 INFO E| Compiling spin v0.5.2
33502024-12-13T21:58:04.860Z[ helios-setup] Dec 13 21:58:03.720 INFO E| Compiling strsim v0.10.0
33512024-12-13T21:58:05.190Z[ helios-setup] Dec 13 21:58:04.049 INFO E| Compiling byteorder v1.4.3
33522024-12-13T21:58:05.271Z[ helios-setup] Dec 13 21:58:04.130 INFO E| Compiling utf-8 v0.7.6
33532024-12-13T21:58:05.946Z[ helios-setup] Dec 13 21:58:04.805 INFO E| Compiling clap_lex v0.4.1
33542024-12-13T21:58:06.604Z[ helios-setup] Dec 13 21:58:05.463 INFO E| Compiling either v1.8.0
33552024-12-13T21:58:07.319Z[ helios-setup] Dec 13 21:58:06.178 INFO E| Compiling rayon v1.6.1
33562024-12-13T21:58:07.555Z[ helios-setup] Dec 13 21:58:06.414 INFO E| Compiling clap_builder v4.2.1
33572024-12-13T21:58:08.507Z[ helios-setup] Dec 13 21:58:07.366 INFO E| Compiling tungstenite v0.18.0
33582024-12-13T21:58:09.501Z[ helios-setup] Dec 13 21:58:08.360 INFO E| Compiling reqwest v0.11.16
33592024-12-13T21:58:13.770Z[ host-package] Compiling libfalcon v0.1.0 (https://github.com/oxidecomputer/falcon?branch=main#651fb588)
33602024-12-13T21:58:15.673Z[ host-package] Compiling omicron-clickhouse-admin v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin)
33612024-12-13T21:58:18.150Z[ helios-setup] Dec 13 21:58:17.008 INFO E| Compiling progenitor-impl v0.2.1-dev (https://github.com/oxidecomputer/progenitor#3a5fe998)
33622024-12-13T21:58:18.765Z[ helios-setup] Dec 13 21:58:17.623 INFO E| Compiling serde_yaml v0.9.21
33632024-12-13T21:58:19.812Z[ helios-setup] Dec 13 21:58:18.670 INFO E| Compiling bootserver v0.1.0 (https://github.com/oxidecomputer/boot-image-tools.git#300caa09)
33642024-12-13T21:58:22.034Z[ helios-setup] Dec 13 21:58:20.891 INFO E| Compiling devinfo v0.1.0 (git+ssh://git@github.com/oxidecomputer/facade#aadb1404)
33652024-12-13T21:58:25.902Z[ helios-setup] Dec 13 21:58:24.759 INFO E| Compiling bootserver v0.1.0 (https://github.com/oxidecomputer/boot-image-tools.git?rev=ab61443eae8c99b17aac82cbedb9a0c917828f57#ab61443e)
33662024-12-13T21:58:26.840Z[ helios-setup] Dec 13 21:58:25.696 INFO E| Compiling hiercmd v0.1.0 (https://github.com/jclulow/hiercmd#d9d28d6a)
33672024-12-13T21:58:26.840Z[ helios-setup] Dec 13 21:58:25.697 INFO E| Compiling clap_derive v4.2.0
33682024-12-13T21:58:29.693Z[ helios-setup] Dec 13 21:58:28.549 INFO E| Compiling progenitor-macro v0.2.1-dev (https://github.com/oxidecomputer/progenitor#3a5fe998)
33692024-12-13T21:58:32.148Z[ host-package] Compiling nexus-reconfigurator-planning v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/planning)
33702024-12-13T21:58:36.321Z[ helios-setup] Dec 13 21:58:35.176 INFO E| Compiling clap v4.2.1
33712024-12-13T21:58:36.813Z[ helios-setup] Dec 13 21:58:35.668 INFO E| Compiling pilot-common v0.1.0 (/work/oxidecomputer/helios/projects/pilot/common)
33722024-12-13T21:58:50.732Z[ helios-setup] Dec 13 21:58:49.567 INFO E| Compiling progenitor-client v0.2.1-dev (https://github.com/oxidecomputer/progenitor#3a5fe998)
33732024-12-13T21:58:54.269Z[ helios-setup] Dec 13 21:58:53.121 INFO E| Compiling tokio-tungstenite v0.18.0
33742024-12-13T21:58:55.823Z[ helios-setup] Dec 13 21:58:54.675 INFO E| Compiling smartstring v1.0.1
33752024-12-13T21:58:56.931Z[ helios-setup] Dec 13 21:58:55.783 INFO E| Compiling rustls v0.21.0
33762024-12-13T21:58:57.268Z[ host-package] Compiling cockroach-admin-types v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types)
33772024-12-13T21:58:59.360Z[ helios-setup] Dec 13 21:58:58.210 INFO E| Compiling sct v0.7.0
33782024-12-13T21:59:00.442Z[ helios-setup] Dec 13 21:58:59.291 INFO E| Compiling rustls-webpki v0.100.1
33792024-12-13T21:59:03.217Z[ helios-setup] Dec 13 21:59:02.068 INFO E| Compiling serde_spanned v0.6.1
33802024-12-13T21:59:03.874Z[ helios-setup] Dec 13 21:59:02.724 INFO E| Compiling toml_datetime v0.6.1
33812024-12-13T21:59:04.697Z[ helios-setup] Dec 13 21:59:03.548 INFO E| Compiling match_cfg v0.1.0
33822024-12-13T21:59:04.789Z[ host-package] Compiling sp-sim v0.1.0 (/work/oxidecomputer/omicron/sp-sim)
33832024-12-13T21:59:04.825Z[ helios-setup] Dec 13 21:59:03.676 INFO E| Compiling async-trait v0.1.68
33842024-12-13T21:59:05.109Z[ helios-setup] Dec 13 21:59:03.960 INFO E| Compiling winnow v0.4.1
33852024-12-13T21:59:05.411Z[ helios-setup] Dec 13 21:59:04.262 INFO E| Compiling slog-async v2.7.0
33862024-12-13T21:59:06.203Z[ helios-setup] Dec 13 21:59:05.054 INFO E| Compiling paste v1.0.12
33872024-12-13T21:59:06.287Z[ host-package] Compiling nexus-internal-api v0.1.0 (/work/oxidecomputer/omicron/nexus/internal-api)
33882024-12-13T21:59:06.762Z[ helios-setup] Dec 13 21:59:05.613 INFO E| Compiling camino v1.1.4
33892024-12-13T21:59:07.570Z[ helios-setup] Dec 13 21:59:06.420 INFO E| Compiling static_assertions v1.1.0
33902024-12-13T21:59:09.339Z[ helios-setup] Dec 13 21:59:08.190 INFO E| Compiling hostname v0.3.1
33912024-12-13T21:59:09.897Z[ helios-setup] Dec 13 21:59:08.746 INFO E| Compiling racktest-agent-protocol v0.0.0 (/work/oxidecomputer/helios/projects/pilot/racktest/agent/protocol)
33922024-12-13T21:59:12.886Z[ helios-setup] Dec 13 21:59:11.735 INFO E| Compiling toml_edit v0.19.8
33932024-12-13T21:59:17.117Z[ helios-setup] Dec 13 21:59:15.966 INFO E| Compiling slog-json v2.6.1
33942024-12-13T21:59:18.460Z[ helios-setup] Dec 13 21:59:17.309 INFO E| Compiling unicode-linebreak v0.1.4
33952024-12-13T21:59:24.048Z[ helios-setup] Dec 13 21:59:22.890 INFO E| Compiling async-stream-impl v0.3.5
33962024-12-13T21:59:24.386Z[ helios-setup] Dec 13 21:59:23.224 INFO E| Compiling rhai_codegen v1.5.0
33972024-12-13T21:59:25.854Z[ helios-setup] Dec 13 21:59:24.701 INFO E| Compiling dropshot v0.9.1-dev (https://github.com/oxidecomputer/dropshot.git?rev=9911f3cf00178e0ee64b99f2c59b5a5464075230#9911f3cf)
33982024-12-13T21:59:26.823Z[ helios-setup] Dec 13 21:59:25.671 INFO E| Compiling take_mut v0.2.2
33992024-12-13T21:59:27.042Z[ helios-setup] Dec 13 21:59:25.889 INFO E| Compiling async-stream v0.3.5
34002024-12-13T21:59:28.463Z[ helios-setup] Dec 13 21:59:27.311 INFO E| Compiling toml v0.7.3
34012024-12-13T21:59:30.278Z[ helios-setup] Dec 13 21:59:29.124 INFO E| Compiling rhai v1.14.0
34022024-12-13T21:59:30.488Z[ helios-setup] Dec 13 21:59:29.333 INFO E| Compiling tokio-rustls v0.24.0
34032024-12-13T21:59:31.003Z[ host-package] Compiling nexus-test-interface v0.1.0 (/work/oxidecomputer/omicron/nexus/test-interface)
34042024-12-13T21:59:31.808Z[ helios-setup] Dec 13 21:59:30.652 INFO E| Compiling slog-bunyan v2.4.0
34052024-12-13T21:59:32.221Z[ host-package] Compiling omicron-cockroach-admin v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin)
34062024-12-13T21:59:32.857Z[ host-package] Compiling crucible-pantry-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=5a41b826171c7d2a8412fa833377ab1df25ee8ec#5a41b826)
34072024-12-13T21:59:33.135Z[ host-package] Compiling oximeter-api v0.1.0 (/work/oxidecomputer/omicron/oximeter/api)
34082024-12-13T21:59:37.534Z[ helios-setup] Dec 13 21:59:36.342 INFO E| Compiling rustls-pemfile v1.0.2
34092024-12-13T21:59:38.909Z[ helios-setup] Dec 13 21:59:37.748 INFO E| Compiling dropshot_endpoint v0.9.1-dev (https://github.com/oxidecomputer/dropshot.git?rev=9911f3cf00178e0ee64b99f2c59b5a5464075230#9911f3cf)
34102024-12-13T21:59:39.070Z[ helios-setup] Dec 13 21:59:37.901 INFO E| Compiling bincode v1.3.3
34112024-12-13T21:59:39.836Z[ helios-setup] Dec 13 21:59:38.672 INFO E| Compiling serde_path_to_error v0.1.11
34122024-12-13T21:59:44.215Z[ helios-setup] Dec 13 21:59:40.277 INFO E| Compiling racktest-control-protocol v0.0.0 (/work/oxidecomputer/helios/projects/pilot/racktest/control/protocol)
34132024-12-13T21:59:44.258Z[ helios-setup] Dec 13 21:59:41.487 INFO E| Compiling terminal_size v0.2.6
34142024-12-13T21:59:44.258Z[ helios-setup] Dec 13 21:59:42.111 INFO E| Compiling smawk v0.3.1
34152024-12-13T21:59:44.258Z[ helios-setup] Dec 13 21:59:42.636 INFO E| Compiling textwrap v0.16.0
34162024-12-13T21:59:46.526Z[ host-package] Compiling fatfs v0.3.6
34172024-12-13T21:59:46.782Z[ host-package] Compiling subprocess v0.2.9
34182024-12-13T21:59:52.324Z[ host-package] Compiling rtoolbox v0.0.2
34192024-12-13T21:59:53.562Z[ host-package] Compiling assert_matches v1.5.0
34202024-12-13T21:59:53.927Z[ host-package] Compiling rpassword v7.3.1
34212024-12-13T21:59:55.448Z[ host-package] Compiling omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils)
34222024-12-13T21:59:55.506Z[ host-package] Compiling oximeter-collector v0.1.0 (/work/oxidecomputer/omicron/oximeter/collector)
34232024-12-13T22:00:01.155Z[ host-package] Compiling cockroach-admin-api v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/api)
34242024-12-13T22:00:08.571Z[ host-package] Compiling tui-tree-widget v0.22.0
34252024-12-13T22:00:09.840Z[ host-package] Compiling wicketd-api v0.1.0 (/work/oxidecomputer/omicron/wicketd-api)
34262024-12-13T22:00:10.045Z[ host-package] Compiling installinator-api v0.1.0 (/work/oxidecomputer/omicron/installinator-api)
34272024-12-13T22:00:12.227Z[ helios-setup] Dec 13 22:00:11.068 INFO E| Compiling git2 v0.16.1
34282024-12-13T22:00:13.361Z[ host-package] Compiling omicron-omdb v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omdb)
34292024-12-13T22:00:14.066Z[ host-package] Compiling uzers v0.12.1
34302024-12-13T22:00:17.707Z[ helios-setup] Dec 13 22:00:16.548 INFO E| Compiling built v0.6.0
34312024-12-13T22:00:18.298Z[ host-package] Compiling wicket v0.1.0 (/work/oxidecomputer/omicron/wicket)
34322024-12-13T22:00:21.100Z[ helios-setup] Dec 13 22:00:19.939 INFO E| Compiling progenitor v0.2.1-dev (https://github.com/oxidecomputer/progenitor#3a5fe998)
34332024-12-13T22:00:22.876Z[ helios-setup] Dec 13 22:00:21.653 INFO E| Compiling racktest-agent-openapi v0.1.0 (/work/oxidecomputer/helios/projects/pilot/racktest/agent/openapi)
34342024-12-13T22:00:23.558Z[ helios-setup] Dec 13 22:00:22.397 INFO E| Compiling racktest-agent v0.0.0 (/work/oxidecomputer/helios/projects/pilot/racktest/agent/server)
34352024-12-13T22:00:26.758Z[ helios-setup] Dec 13 22:00:25.596 INFO E| Compiling racktest-driver v0.0.0 (/work/oxidecomputer/helios/projects/pilot/racktest/driver)
34362024-12-13T22:00:29.022Z[ host-package] Compiling zone-setup v0.1.0 (/work/oxidecomputer/omicron/zone-setup)
34372024-12-13T22:00:29.552Z[ helios-setup] Dec 13 22:00:28.391 INFO E| Compiling racktest-control-server v0.0.0 (/work/oxidecomputer/helios/projects/pilot/racktest/control/server)
34382024-12-13T22:00:32.583Z[ host-package] Compiling wicketd v0.1.0 (/work/oxidecomputer/omicron/wicketd)
34392024-12-13T22:01:21.290Z[ helios-setup] Dec 13 22:01:20.121 INFO E| Compiling pilot v0.1.0 (/work/oxidecomputer/helios/projects/pilot)
34402024-12-13T22:01:25.712Z[ host-package] Compiling gateway-test-utils v0.1.0 (/work/oxidecomputer/omicron/gateway-test-utils)
34412024-12-13T22:01:30.708Z[ host-package] Compiling multimap v0.10.0
34422024-12-13T22:02:26.095Z[ helios-setup] Dec 13 22:02:24.916 INFO E| Finished `release` profile [optimized] target(s) in 6m 58s
34432024-12-13T22:02:26.254Z[ helios-setup] Dec 13 22:02:25.075 INFO building project "pilot" ok (418 seconds)
34442024-12-13T22:02:26.257Z[ helios-setup] rm -f helios-build
34452024-12-13T22:02:26.261Z[ helios-setup] ln -s tools/helios-build/target/debug/helios-build
34462024-12-13T22:02:26.264Z[ helios-setup]
34472024-12-13T22:02:26.264Z[ helios-setup] Setup complete! ./helios-build is now available.
34482024-12-13T22:02:26.267Z[ helios-setup]
34492024-12-13T22:02:26.267Z[ helios-setup]
34502024-12-13T22:02:26.272Z[ helios-setup] real 12:13.781231977
34512024-12-13T22:02:26.272Z[ helios-setup] user 29:52.682778203
34522024-12-13T22:02:26.272ZDec 13 22:02:25.089 INFO [helios-setup] process exited with exit status: 0 (733.787595072s)
34532024-12-13T22:02:26.272Z[ helios-setup] sys 3:41.233028946
34542024-12-13T22:02:26.272Z[ helios-setup] trap 1.888075075
34552024-12-13T22:02:26.272Z[ helios-setup] tflt 7.099777638
34562024-12-13T22:02:26.272Z[ helios-setup] dflt 28.106190926
34572024-12-13T22:02:26.272Z[ helios-setup] kflt 0.011054547
34582024-12-13T22:02:26.272Z[ helios-setup] lock 2:11:00.926780638
34592024-12-13T22:02:26.272Z[ helios-setup] slp 3:51:17.613876250
34602024-12-13T22:02:26.273Z[ helios-setup] lat 34:01.740287127
34612024-12-13T22:02:26.273Z[ helios-setup] stop 4:51.048499458
34622024-12-13T22:02:26.273ZDec 13 22:02:25.090 INFO [phbl-toolchain] running: /home/build/.cargo/bin/cargo --version
34632024-12-13T22:02:26.299Z[ phbl-toolchain] info: syncing channel updates for 'nightly-2024-10-27-x86_64-unknown-illumos'
34642024-12-13T22:02:26.643Z[ phbl-toolchain] info: latest update on 2024-10-27, rust version 1.84.0-nightly (9b18a122f 2024-10-26)
34652024-12-13T22:02:26.647Z[ phbl-toolchain] info: downloading component 'cargo'
34662024-12-13T22:02:27.594Z[ phbl-toolchain] info: downloading component 'clippy'
34672024-12-13T22:02:28.007Z[ phbl-toolchain] info: downloading component 'llvm-tools'
34682024-12-13T22:02:32.387Z[ phbl-toolchain] info: downloading component 'miri'
34692024-12-13T22:02:32.593Z[ phbl-toolchain] info: downloading component 'rust-docs'
34702024-12-13T22:02:33.948Z[ phbl-toolchain] info: downloading component 'rust-src'
34712024-12-13T22:02:34.133Z[ phbl-toolchain] info: downloading component 'rust-std'
34722024-12-13T22:02:36.292Z[ phbl-toolchain] info: downloading component 'rustc'
34732024-12-13T22:02:45.122Z[ phbl-toolchain] info: downloading component 'rustfmt'
34742024-12-13T22:02:45.367Z[ phbl-toolchain] info: installing component 'cargo'
34752024-12-13T22:02:46.773Z[ phbl-toolchain] info: installing component 'clippy'
34762024-12-13T22:02:47.358Z[ phbl-toolchain] info: installing component 'llvm-tools'
34772024-12-13T22:02:53.015Z[ phbl-toolchain] info: installing component 'miri'
34782024-12-13T22:02:53.355Z[ phbl-toolchain] info: installing component 'rust-docs'
34792024-12-13T22:03:00.450Z[ phbl-toolchain] info: installing component 'rust-src'
34802024-12-13T22:03:01.058Z[ phbl-toolchain] info: installing component 'rust-std'
34812024-12-13T22:03:03.431Z[ phbl-toolchain] info: installing component 'rustc'
34822024-12-13T22:03:12.549Z[ phbl-toolchain] info: installing component 'rustfmt'
34832024-12-13T22:03:13.297Z[ phbl-toolchain] cargo 1.84.0-nightly (e75214ea4 2024-10-25)
34842024-12-13T22:03:13.300ZDec 13 22:03:12.112 INFO [phbl-toolchain] process exited with exit status: 0 (47.021849394s)
34852024-12-13T22:04:23.117Z[ host-package] Compiling internal-dns-cli v0.1.0 (/work/oxidecomputer/omicron/internal-dns/cli)
34862024-12-13T22:04:25.974Z[ host-package] Compiling oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog)
34872024-12-13T22:11:17.501Z[ host-package] Finished `release` profile [optimized] target(s) in 20m 12s
34882024-12-13T22:12:25.544ZDec 13 22:12:24.279 INFO [host-package] process exited with exit status: 0 (1280.45843772s)
34892024-12-13T22:12:25.544ZDec 13 22:12:24.279 INFO [host-stamp] running task
34902024-12-13T22:12:25.548ZDec 13 22:12:24.280 INFO [recovery-package] running: /work/oxidecomputer/omicron/target/release/omicron-package --target recovery --artifacts /work/artifacts-recovery package
34912024-12-13T22:12:25.555ZDec 13 22:12:24.289 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+gitc76a4e0f23b
34922024-12-13T22:12:25.566ZDec 13 22:12:24.301 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+gitc76a4e0f23b
34932024-12-13T22:12:25.575Z[recovery-package] Logging to: /work/artifacts-recovery/LOG
34942024-12-13T22:12:25.578Z[stamp-crucible-dtrace] Created: /work/oxidecomputer/omicron/out/versioned/crucible-dtrace.tar
34952024-12-13T22:12:25.580Z[stamp-crucible-dtrace] Logging to: /work/oxidecomputer/omicron/out/LOG
34962024-12-13T22:12:25.580ZDec 13 22:12:24.314 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+gitc76a4e0f23b
34972024-12-13T22:12:25.591Z[stamp-switch-asic] Logging to: /work/oxidecomputer/omicron/out/LOG
34982024-12-13T22:12:25.591ZDec 13 22:12:24.326 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+gitc76a4e0f23b
34992024-12-13T22:12:25.601Z[ stamp-oxlog] Logging to: /work/oxidecomputer/omicron/out/LOG
35002024-12-13T22:12:25.607ZDec 13 22:12:24.342 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+gitc76a4e0f23b
35012024-12-13T22:12:25.617Z[ stamp-oxlog] Created: /work/oxidecomputer/omicron/out/versioned/oxlog.tar
35022024-12-13T22:12:25.622Z[stamp-pumpkind-gz] Logging to: /work/oxidecomputer/omicron/out/LOG
35032024-12-13T22:12:25.622ZDec 13 22:12:24.356 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+gitc76a4e0f23b
35042024-12-13T22:12:25.646Z[stamp-omicron-sled-agent] Logging to: /work/oxidecomputer/omicron/out/LOG
35052024-12-13T22:12:25.646ZDec 13 22:12:24.373 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+gitc76a4e0f23b
35062024-12-13T22:12:25.658Z[stamp-propolis-server] Logging to: /work/oxidecomputer/omicron/out/LOG
35072024-12-13T22:12:25.658ZDec 13 22:12:24.390 INFO [stamp-crucible-dtrace] process exited with exit status: 0 (101.033921ms)
35082024-12-13T22:12:25.661ZDec 13 22:12:24.391 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+gitc76a4e0f23b
35092024-12-13T22:12:25.669Z[ stamp-overlay] Created: /work/oxidecomputer/omicron/out/versioned/overlay.tar.gz
35102024-12-13T22:12:25.676Z[ stamp-overlay] Logging to: /work/oxidecomputer/omicron/out/LOG
35112024-12-13T22:12:25.678ZDec 13 22:12:24.411 INFO [stamp-oxlog] process exited with exit status: 0 (97.051475ms)
35122024-12-13T22:12:25.678ZDec 13 22:12:24.411 INFO [stamp-overlay] process exited with exit status: 0 (37.873106ms)
35132024-12-13T22:12:25.690Z[ stamp-mg-ddm-gz] Logging to: /work/oxidecomputer/omicron/out/LOG
35142024-12-13T22:12:25.719Z[stamp-pumpkind-gz] Created: /work/oxidecomputer/omicron/out/versioned/pumpkind-gz.tar
35152024-12-13T22:12:25.723ZDec 13 22:12:24.458 INFO [stamp-pumpkind-gz] process exited with exit status: 0 (131.77777ms)
35162024-12-13T22:12:25.916Z[ stamp-mg-ddm-gz] Created: /work/oxidecomputer/omicron/out/versioned/mg-ddm-gz.tar
35172024-12-13T22:12:25.919ZDec 13 22:12:24.654 INFO [stamp-mg-ddm-gz] process exited with exit status: 0 (263.821186ms)
35182024-12-13T22:12:26.038Z[stamp-omicron-sled-agent] Created: /work/oxidecomputer/omicron/out/versioned/omicron-sled-agent.tar
35192024-12-13T22:12:26.041ZDec 13 22:12:24.776 INFO [stamp-omicron-sled-agent] process exited with exit status: 0 (434.496641ms)
35202024-12-13T22:12:26.802Z[recovery-package] Compiling installinator-client v0.1.0 (/work/oxidecomputer/omicron/clients/installinator-client)
35212024-12-13T22:12:26.821Z[stamp-propolis-server] Created: /work/oxidecomputer/omicron/out/versioned/propolis-server.tar.gz
35222024-12-13T22:12:26.824ZDec 13 22:12:25.559 INFO [stamp-propolis-server] process exited with exit status: 0 (1.202981896s)
35232024-12-13T22:12:29.161Z[recovery-package] Compiling installinator v0.1.0 (/work/oxidecomputer/omicron/installinator)
35242024-12-13T22:12:36.347Z[stamp-switch-asic] Created: /work/oxidecomputer/omicron/out/versioned/switch-asic.tar.gz
35252024-12-13T22:12:36.352ZDec 13 22:12:35.084 INFO [stamp-switch-asic] process exited with exit status: 0 (10.783210594s)
35262024-12-13T22:12:36.356ZDec 13 22:12:35.085 INFO [host-stamp] task succeeded (10.805333154s)
35272024-12-13T22:12:36.356ZDec 13 22:12:35.085 INFO [host-proto] running task
35282024-12-13T22:12:36.770ZDec 13 22:12:35.502 INFO [host-proto] task succeeded (417.423063ms)
35292024-12-13T22:12:36.770ZDec 13 22:12:35.502 INFO [host-profile] running task
35302024-12-13T22:12:36.773ZDec 13 22:12:35.503 INFO [host-profile] task succeeded (426.126µs)
35312024-12-13T22:12:36.773ZDec 13 22:12:35.503 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/.tmpCpDBqP/proto/host/root -N 'ci c76a4e0/${os_short_commit} 2024-12-13 21:50' -s host -B -p 'helios-dev=https://pkg.oxide.computer/helios/2/dev/'
35322024-12-13T22:12:36.790Z[ host-image] Dec 13 22:12:35.523 INFO using AMD firmware configuration file "/work/oxidecomputer/helios/image/amd/milan-gimlet-b.efs.json5"
35332024-12-13T22:12:36.790Z[ host-image] Dec 13 22:12:35.523 INFO using AMD firmware blob directories ["/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.a"]
35342024-12-13T22:12:36.804Z[ host-image] Dec 13 22:12:35.538 INFO generated template "/work/oxidecomputer/helios/tmp/image.host/genproto.json" for extra proto "/tmp/.tmpCpDBqP/proto/host/root"
35352024-12-13T22:12:36.804Z[ host-image] Dec 13 22:12:35.538 INFO using external package repository https://pkg.oxide.computer/helios/2/dev/
35362024-12-13T22:12:36.807Z[ host-image] Dec 13 22:12:35.538 INFO image builder template: ramdisk-01-os...
35372024-12-13T22:12:36.807Z[ host-image] Dec 13 22:12:35.538 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/.tmpCpDBqP/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
35382024-12-13T22:12:36.827Z[ host-image] Dec 13 22:12:35.560 INFO O| Dec 13 22:12:35.560 INFO CREATE DATASET: rpool/images/build/host/output
35392024-12-13T22:12:36.990Z[ host-image] Dec 13 22:12:35.723 INFO O| Dec 13 22:12:35.723 INFO temporary dataset: rpool/images/build/host/tmp/gimlet/ramdisk-01-os
35402024-12-13T22:12:36.994Z[ host-image] Dec 13 22:12:35.728 INFO O| Dec 13 22:12:35.728 INFO CREATE DATASET: rpool/images/build/host/tmp/gimlet/ramdisk-01-os
35412024-12-13T22:12:37.282Z[ host-image] Dec 13 22:12:36.015 INFO O| Dec 13 22:12:36.015 INFO SET DATASET PROPERTY ON rpool/images/build/host/tmp/gimlet/ramdisk-01-os: sync = disabled
35422024-12-13T22:12:37.341Z[ host-image] Dec 13 22:12:36.066 INFO O| Dec 13 22:12:36.066 INFO temporary directory: /rpool/images/build/host/tmp/gimlet/ramdisk-01-os
35432024-12-13T22:12:37.341Z[ host-image] Dec 13 22:12:36.066 INFO O| Dec 13 22:12:36.066 INFO work dataset: rpool/images/build/host/work/gimlet/ramdisk
35442024-12-13T22:12:37.346Z[ host-image] Dec 13 22:12:36.066 INFO O| Dec 13 22:12:36.066 INFO resetting by removing work dataset: rpool/images/build/host/work/gimlet/ramdisk
35452024-12-13T22:12:37.346Z[ host-image] Dec 13 22:12:36.066 INFO O| Dec 13 22:12:36.066 INFO DESTROY DATASET: rpool/images/build/host/work/gimlet/ramdisk
35462024-12-13T22:12:37.346Z[ host-image] Dec 13 22:12:36.075 INFO O| Dec 13 22:12:36.075 INFO CREATE DATASET: rpool/images/build/host/work/gimlet/ramdisk
35472024-12-13T22:12:37.527Z[ host-image] Dec 13 22:12:36.260 INFO O| Dec 13 22:12:36.260 INFO STEP 0: pkg_image_create, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-01-os.json
35482024-12-13T22:12:37.541Z[ host-image] Dec 13 22:12:36.274 INFO O| Dec 13 22:12:36.274 INFO exec: ["/usr/bin/pkg", "image-create", "--full", "/rpool/images/build/host/work/gimlet/ramdisk"]
35492024-12-13T22:12:38.016Z[ host-image] Dec 13 22:12:36.749 INFO O| Dec 13 22:12:36.749 INFO O| Caching catalogs ... Done
35502024-12-13T22:12:38.140Z[ host-image] Dec 13 22:12:36.873 INFO O| Dec 13 22:12:36.873 INFO STEP 0 (pkg_image_create) COMPLETE
35512024-12-13T22:12:38.140Z[ host-image] Dec 13 22:12:36.873 INFO O| Dec 13 22:12:36.873 INFO STEP 1: pkg_set_publisher, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-01-os.json
35522024-12-13T22:12:38.144Z[ host-image] Dec 13 22:12:36.873 INFO O| Dec 13 22:12:36.873 INFO skip step because feature "repo_redist" is not enabled
35532024-12-13T22:12:38.144Z[ host-image] Dec 13 22:12:36.874 INFO O| Dec 13 22:12:36.873 INFO STEP 2: pkg_set_publisher, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-01-os.json
35542024-12-13T22:12:38.158Z[ host-image] Dec 13 22:12:36.891 INFO O| Dec 13 22:12:36.891 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"]
35552024-12-13T22:12:38.718Z[ host-image] Dec 13 22:12:37.447 INFO O| Dec 13 22:12:37.447 INFO STEP 2 (pkg_set_publisher) COMPLETE
35562024-12-13T22:12:38.718Z[ host-image] Dec 13 22:12:37.447 INFO O| Dec 13 22:12:37.447 INFO STEP 3: pkg_set_publisher, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-01-os.json
35572024-12-13T22:12:38.733Z[ host-image] Dec 13 22:12:37.466 INFO O| Dec 13 22:12:37.466 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"]
35582024-12-13T22:12:39.313Z[ host-image] Dec 13 22:12:38.046 INFO O| Dec 13 22:12:38.046 INFO STEP 3 (pkg_set_publisher) COMPLETE
35592024-12-13T22:12:39.313Z[ host-image] Dec 13 22:12:38.046 INFO O| Dec 13 22:12:38.046 INFO STEP 4: pkg_set_publisher, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-01-os.json
35602024-12-13T22:12:39.316Z[ host-image] Dec 13 22:12:38.046 INFO O| Dec 13 22:12:38.046 INFO skip step because feature "repo_redist" is not enabled
35612024-12-13T22:12:39.316Z[ host-image] Dec 13 22:12:38.046 INFO O| Dec 13 22:12:38.046 INFO STEP 5: pkg_change_variant, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-01-os.json
35622024-12-13T22:12:39.892Z[ host-image] Dec 13 22:12:38.623 INFO O| Dec 13 22:12:38.623 INFO variant opensolaris.zone is already global
35632024-12-13T22:12:39.893Z[ host-image] Dec 13 22:12:38.623 INFO O| Dec 13 22:12:38.623 INFO STEP 5 (pkg_change_variant) COMPLETE
35642024-12-13T22:12:39.896Z[ host-image] Dec 13 22:12:38.623 INFO O| Dec 13 22:12:38.623 INFO STEP 6: pkg_change_variant, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-01-os.json
35652024-12-13T22:12:40.452Z[ host-image] Dec 13 22:12:39.185 INFO O| Dec 13 22:12:39.185 INFO variant opensolaris.imagetype is full; changing to partial
35662024-12-13T22:12:40.452Z[ host-image] Dec 13 22:12:39.185 INFO O| Dec 13 22:12:39.185 INFO exec: ["/usr/bin/pkg", "-R", "/rpool/images/build/host/work/gimlet/ramdisk", "change-variant", "opensolaris.imagetype=partial"]
35672024-12-13T22:12:48.422Z[ host-image] Dec 13 22:12:47.154 INFO O| Dec 13 22:12:47.153 INFO O| Startup: Refreshing catalog 'helios-dev' ... Done
35682024-12-13T22:12:49.461Z[recovery-package] Finished `release` profile [optimized] target(s) in 23.64s
35692024-12-13T22:12:51.662ZDec 13 22:12:50.391 INFO [recovery-package] process exited with exit status: 0 (26.111561501s)
35702024-12-13T22:12:51.662ZDec 13 22:12:50.391 INFO [recovery-stamp] running task
35712024-12-13T22:12:51.666ZDec 13 22:12:50.392 INFO [verify-libraries] running: /home/build/.rustup/toolchains/1.81.0-x86_64-unknown-illumos/bin/cargo xtask verify-libraries --release
35722024-12-13T22:12:51.670ZDec 13 22:12:50.401 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+gitc76a4e0f23b
35732024-12-13T22:12:51.684ZDec 13 22:12:50.416 INFO [stamp-installinator] running: /work/oxidecomputer/omicron/target/release/omicron-package --target recovery --artifacts /work/artifacts-recovery stamp installinator 12.0.0-0.ci+gitc76a4e0f23b
35742024-12-13T22:12:51.697Z[ stamp-mg-ddm-gz] Logging to: /work/artifacts-recovery/LOG
35752024-12-13T22:12:51.712Z[stamp-installinator] Logging to: /work/artifacts-recovery/LOG
35762024-12-13T22:12:51.803Z[stamp-installinator] Created: /work/artifacts-recovery/versioned/installinator.tar
35772024-12-13T22:12:51.810ZDec 13 22:12:50.533 INFO [stamp-installinator] process exited with exit status: 0 (117.263167ms)
35782024-12-13T22:12:51.824Z[ stamp-mg-ddm-gz] Created: /work/artifacts-recovery/versioned/mg-ddm-gz.tar
35792024-12-13T22:12:51.828ZDec 13 22:12:50.559 INFO [stamp-mg-ddm-gz] process exited with exit status: 0 (157.991132ms)
35802024-12-13T22:12:51.832ZDec 13 22:12:50.559 INFO [recovery-stamp] task succeeded (167.793871ms)
35812024-12-13T22:12:51.832ZDec 13 22:12:50.559 INFO [recovery-proto] running task
35822024-12-13T22:12:51.832ZDec 13 22:12:50.559 INFO [tuf-stamp] running task
35832024-12-13T22:12:51.832ZDec 13 22:12:50.560 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+gitc76a4e0f23b
35842024-12-13T22:12:51.844ZDec 13 22:12:50.575 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+gitc76a4e0f23b
35852024-12-13T22:12:51.854Z[ stamp-nexus] Logging to: /work/oxidecomputer/omicron/out/LOG
35862024-12-13T22:12:51.860ZDec 13 22:12:50.590 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+gitc76a4e0f23b
35872024-12-13T22:12:51.876Z[stamp-internal-dns] Logging to: /work/oxidecomputer/omicron/out/LOG
35882024-12-13T22:12:51.878ZDec 13 22:12:50.607 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+gitc76a4e0f23b
35892024-12-13T22:12:51.898Z[stamp-crucible-pantry-zone] Logging to: /work/oxidecomputer/omicron/out/LOG
35902024-12-13T22:12:51.902ZDec 13 22:12:50.627 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+gitc76a4e0f23b
35912024-12-13T22:12:51.932Z[stamp-clickhouse] Logging to: /work/oxidecomputer/omicron/out/LOG
35922024-12-13T22:12:51.945ZDec 13 22:12:50.664 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+gitc76a4e0f23b
35932024-12-13T22:12:51.996ZDec 13 22:12:50.723 INFO [recovery-proto] task succeeded (163.306748ms)
35942024-12-13T22:12:51.999ZDec 13 22:12:50.723 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/.tmpCpDBqP/proto/recovery/root -N 'recovery c76a4e0/${os_short_commit} 2024-12-13 21:50' -s recovery -R -p 'helios-dev=https://pkg.oxide.computer/helios/2/dev/'
35952024-12-13T22:12:52.006Z[ stamp-ntp] Logging to: /work/oxidecomputer/omicron/out/LOG
35962024-12-13T22:12:52.009ZDec 13 22:12:50.738 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+gitc76a4e0f23b
35972024-12-13T22:12:52.038ZDec 13 22:12:50.770 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+gitc76a4e0f23b
35982024-12-13T22:12:52.088Z[ recovery-image] Dec 13 22:12:50.772 INFO using AMD firmware configuration file "/work/oxidecomputer/helios/image/amd/milan-gimlet-b.efs.json5"
35992024-12-13T22:12:52.089Z[ recovery-image] Dec 13 22:12:50.772 INFO using AMD firmware blob directories ["/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.a"]
36002024-12-13T22:12:52.103Z[ recovery-image] Dec 13 22:12:50.798 INFO generated template "/work/oxidecomputer/helios/tmp/image.recovery/genproto.json" for extra proto "/tmp/.tmpCpDBqP/proto/recovery/root"
36012024-12-13T22:12:52.103Z[ recovery-image] Dec 13 22:12:50.798 INFO using external package repository https://pkg.oxide.computer/helios/2/dev/
36022024-12-13T22:12:52.103Z[ recovery-image] Dec 13 22:12:50.798 INFO image builder template: ramdisk-01-os...
36032024-12-13T22:12:52.103Z[ recovery-image] Dec 13 22:12:50.798 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/.tmpCpDBqP/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
36042024-12-13T22:12:52.103Z[stamp-external-dns] Logging to: /work/oxidecomputer/omicron/out/LOG
36052024-12-13T22:12:52.103ZDec 13 22:12:50.821 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+gitc76a4e0f23b
36062024-12-13T22:12:52.110Z[ recovery-image] Dec 13 22:12:50.831 INFO O| Dec 13 22:12:50.831 INFO CREATE DATASET: rpool/images/build/recovery/output
36072024-12-13T22:12:52.113ZDec 13 22:12:50.844 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+gitc76a4e0f23b
36082024-12-13T22:12:52.113Z[stamp-clickhouse_keeper] Logging to: /work/oxidecomputer/omicron/out/LOG
36092024-12-13T22:12:52.178ZDec 13 22:12:50.896 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+gitc76a4e0f23b
36102024-12-13T22:12:52.228Z[ stamp-probe] Logging to: /work/oxidecomputer/omicron/out/LOG
36112024-12-13T22:12:52.275Z[stamp-cockroachdb] Logging to: /work/oxidecomputer/omicron/out/LOG
36122024-12-13T22:12:52.306Z[ stamp-oximeter] Logging to: /work/oxidecomputer/omicron/out/LOG
36132024-12-13T22:12:52.309Z[stamp-crucible-zone] Logging to: /work/oxidecomputer/omicron/out/LOG
36142024-12-13T22:12:52.483Z[ recovery-image] Dec 13 22:12:51.214 INFO O| Dec 13 22:12:51.213 INFO temporary dataset: rpool/images/build/recovery/tmp/gimlet/ramdisk-01-os
36152024-12-13T22:12:52.500Z[ stamp-probe] Created: /work/oxidecomputer/omicron/out/versioned/probe.tar.gz
36162024-12-13T22:12:52.509Z[ recovery-image] Dec 13 22:12:51.241 INFO O| Dec 13 22:12:51.234 INFO CREATE DATASET: rpool/images/build/recovery/tmp/gimlet/ramdisk-01-os
36172024-12-13T22:12:52.604Z[ stamp-ntp] Created: /work/oxidecomputer/omicron/out/versioned/ntp.tar.gz
36182024-12-13T22:12:52.653ZDec 13 22:12:51.381 INFO [stamp-probe] process exited with exit status: 0 (559.969699ms)
36192024-12-13T22:12:52.653Z[verify-libraries] Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.97s
36202024-12-13T22:12:52.761Z[verify-libraries] Running `target/debug/xtask verify-libraries --release`
36212024-12-13T22:12:52.841ZDec 13 22:12:51.572 INFO [stamp-ntp] process exited with exit status: 0 (944.30383ms)
36222024-12-13T22:12:53.062Z[ recovery-image] Dec 13 22:12:51.791 INFO O| Dec 13 22:12:51.791 INFO SET DATASET PROPERTY ON rpool/images/build/recovery/tmp/gimlet/ramdisk-01-os: sync = disabled
36232024-12-13T22:12:53.103Z[ host-image] Dec 13 22:12:51.834 INFO O| Dec 13 22:12:51.834 INFO O| Startup: Caching catalogs ... Done
36242024-12-13T22:12:53.190Z[ recovery-image] Dec 13 22:12:51.921 INFO O| Dec 13 22:12:51.921 INFO temporary directory: /rpool/images/build/recovery/tmp/gimlet/ramdisk-01-os
36252024-12-13T22:12:53.193Z[ recovery-image] Dec 13 22:12:51.922 INFO O| Dec 13 22:12:51.922 INFO work dataset: rpool/images/build/recovery/work/gimlet/ramdisk
36262024-12-13T22:12:53.193Z[ recovery-image] Dec 13 22:12:51.922 INFO O| Dec 13 22:12:51.922 INFO resetting by removing work dataset: rpool/images/build/recovery/work/gimlet/ramdisk
36272024-12-13T22:12:53.193Z[ recovery-image] Dec 13 22:12:51.922 INFO O| Dec 13 22:12:51.922 INFO DESTROY DATASET: rpool/images/build/recovery/work/gimlet/ramdisk
36282024-12-13T22:12:53.203Z[ recovery-image] Dec 13 22:12:51.934 INFO O| Dec 13 22:12:51.934 INFO CREATE DATASET: rpool/images/build/recovery/work/gimlet/ramdisk
36292024-12-13T22:12:53.261Z[ host-image] Dec 13 22:12:51.992 INFO O| Dec 13 22:12:51.991 INFO O| Planning: Planning completed in 0.00 seconds
36302024-12-13T22:12:53.263Z[ host-image] Dec 13 22:12:51.992 INFO O| Dec 13 22:12:51.992 INFO O| Planning: Consolidating action changes ... Done
36312024-12-13T22:12:53.263Z[ host-image] Dec 13 22:12:51.992 INFO O| Dec 13 22:12:51.992 INFO O| Planning: Evaluating mediators ... Done
36322024-12-13T22:12:53.263Z[ host-image] Dec 13 22:12:51.993 INFO O| Dec 13 22:12:51.993 INFO O| Planning: Planning completed in 0.00 seconds
36332024-12-13T22:12:53.263Z[ host-image] Dec 13 22:12:51.993 INFO O| Dec 13 22:12:51.993 INFO O| Variants/Facets to change: 1
36342024-12-13T22:12:53.451Z[stamp-crucible-pantry-zone] Created: /work/oxidecomputer/omicron/out/versioned/crucible-pantry-zone.tar.gz
36352024-12-13T22:12:53.497ZDec 13 22:12:52.215 INFO [stamp-crucible-pantry-zone] process exited with exit status: 0 (1.625140149s)
36362024-12-13T22:12:53.628Z[ recovery-image] Dec 13 22:12:52.357 INFO O| Dec 13 22:12:52.357 INFO STEP 0: pkg_image_create, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-01-os.json
36372024-12-13T22:12:53.633Z[ host-image] Dec 13 22:12:52.364 INFO O| Dec 13 22:12:52.364 INFO O| Done
36382024-12-13T22:12:53.633Z[ host-image] Dec 13 22:12:52.364 INFO O| Dec 13 22:12:52.364 INFO O| Done
36392024-12-13T22:12:53.661Z[ recovery-image] Dec 13 22:12:52.391 INFO O| Dec 13 22:12:52.391 INFO exec: ["/usr/bin/pkg", "image-create", "--full", "/rpool/images/build/recovery/work/gimlet/ramdisk"]
36402024-12-13T22:12:53.664Z[stamp-internal-dns] Created: /work/oxidecomputer/omicron/out/versioned/internal-dns.tar.gz
36412024-12-13T22:12:53.751ZDec 13 22:12:52.482 INFO [stamp-internal-dns] process exited with exit status: 0 (1.906340484s)
36422024-12-13T22:12:54.037Z[stamp-external-dns] Created: /work/oxidecomputer/omicron/out/versioned/external-dns.tar.gz
36432024-12-13T22:12:54.082ZDec 13 22:12:52.811 INFO [stamp-external-dns] process exited with exit status: 0 (2.073125382s)
36442024-12-13T22:12:54.094Z[stamp-crucible-zone] Created: /work/oxidecomputer/omicron/out/versioned/crucible-zone.tar.gz
36452024-12-13T22:12:54.125ZDec 13 22:12:52.851 INFO [stamp-crucible-zone] process exited with exit status: 0 (1.955232015s)
36462024-12-13T22:12:54.256Z[ recovery-image] Dec 13 22:12:52.987 INFO O| Dec 13 22:12:52.987 INFO O| Caching catalogs ... Done
36472024-12-13T22:12:54.388Z[ recovery-image] Dec 13 22:12:53.119 INFO O| Dec 13 22:12:53.119 INFO STEP 0 (pkg_image_create) COMPLETE
36482024-12-13T22:12:54.388Z[ recovery-image] Dec 13 22:12:53.119 INFO O| Dec 13 22:12:53.119 INFO STEP 1: pkg_set_publisher, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-01-os.json
36492024-12-13T22:12:54.388Z[ recovery-image] Dec 13 22:12:53.119 INFO O| Dec 13 22:12:53.119 INFO skip step because feature "repo_redist" is not enabled
36502024-12-13T22:12:54.388Z[ recovery-image] Dec 13 22:12:53.119 INFO O| Dec 13 22:12:53.119 INFO STEP 2: pkg_set_publisher, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-01-os.json
36512024-12-13T22:12:54.406Z[ recovery-image] Dec 13 22:12:53.137 INFO O| Dec 13 22:12:53.137 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"]
36522024-12-13T22:12:54.469Z[ stamp-oximeter] Created: /work/oxidecomputer/omicron/out/versioned/oximeter.tar.gz
36532024-12-13T22:12:54.475ZDec 13 22:12:53.205 INFO [stamp-oximeter] process exited with exit status: 0 (2.541212691s)
36542024-12-13T22:12:54.614Z[ host-image] Dec 13 22:12:53.345 INFO O| Dec 13 22:12:53.345 INFO O| Done
36552024-12-13T22:12:54.677Z[ host-image] Dec 13 22:12:53.408 INFO O| Dec 13 22:12:53.408 INFO O| Done
36562024-12-13T22:12:54.680Z[ host-image] Dec 13 22:12:53.410 INFO O| Dec 13 22:12:53.409 INFO O| Done
36572024-12-13T22:12:54.680Z[ host-image] Dec 13 22:12:53.410 INFO O| Dec 13 22:12:53.410 INFO O| Done
36582024-12-13T22:12:54.682Z[ host-image] Dec 13 22:12:53.411 INFO O| Dec 13 22:12:53.411 INFO O| Done
36592024-12-13T22:12:54.935Z[ recovery-image] Dec 13 22:12:53.666 INFO O| Dec 13 22:12:53.666 INFO STEP 2 (pkg_set_publisher) COMPLETE
36602024-12-13T22:12:54.935Z[ recovery-image] Dec 13 22:12:53.666 INFO O| Dec 13 22:12:53.666 INFO STEP 3: pkg_set_publisher, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-01-os.json
36612024-12-13T22:12:54.953Z[ recovery-image] Dec 13 22:12:53.683 INFO O| Dec 13 22:12:53.683 INFO exec: ["/usr/bin/pkg", "-R", "/rpool/images/build/recovery/work/gimlet/ramdisk", "set-publisher", "--no-refresh", "-O", "https://pkg.oxide.computer/helios/2/dev/", "helios-dev"]
36622024-12-13T22:12:55.280Z[ host-image] Dec 13 22:12:54.011 INFO O| Dec 13 22:12:54.010 INFO STEP 6 (pkg_change_variant) COMPLETE
36632024-12-13T22:12:55.280Z[ host-image] Dec 13 22:12:54.011 INFO O| Dec 13 22:12:54.011 INFO STEP 7: pkg_change_variant, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-01-os.json
36642024-12-13T22:12:55.284Z[ host-image] Dec 13 22:12:54.011 INFO O| Dec 13 22:12:54.011 INFO skip step because feature "debug_variant" is not enabled
36652024-12-13T22:12:55.284Z[ host-image] Dec 13 22:12:54.011 INFO O| Dec 13 22:12:54.011 INFO STEP 8: pkg_change_facet, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-01-os.json
36662024-12-13T22:12:55.427Z[ recovery-image] Dec 13 22:12:54.157 INFO O| Dec 13 22:12:54.157 INFO STEP 3 (pkg_set_publisher) COMPLETE
36672024-12-13T22:12:55.427Z[ recovery-image] Dec 13 22:12:54.157 INFO O| Dec 13 22:12:54.157 INFO STEP 4: pkg_set_publisher, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-01-os.json
36682024-12-13T22:12:55.427Z[ recovery-image] Dec 13 22:12:54.157 INFO O| Dec 13 22:12:54.157 INFO skip step because feature "repo_redist" is not enabled
36692024-12-13T22:12:55.427Z[ recovery-image] Dec 13 22:12:54.157 INFO O| Dec 13 22:12:54.157 INFO STEP 5: pkg_change_variant, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-01-os.json
36702024-12-13T22:12:55.770Z[ host-image] Dec 13 22:12:54.501 INFO O| Dec 13 22:12:54.500 INFO exec: ["/usr/bin/pkg", "-R", "/rpool/images/build/host/work/gimlet/ramdisk", "change-facet", "openssl.10=false"]
36712024-12-13T22:12:55.849Z[ stamp-nexus] Created: /work/oxidecomputer/omicron/out/versioned/nexus.tar.gz
36722024-12-13T22:12:55.853ZDec 13 22:12:54.584 INFO [stamp-nexus] process exited with exit status: 0 (4.023611229s)
36732024-12-13T22:12:55.947Z[ recovery-image] Dec 13 22:12:54.678 INFO O| Dec 13 22:12:54.678 INFO variant opensolaris.zone is already global
36742024-12-13T22:12:55.947Z[ recovery-image] Dec 13 22:12:54.678 INFO O| Dec 13 22:12:54.678 INFO STEP 5 (pkg_change_variant) COMPLETE
36752024-12-13T22:12:55.947Z[ recovery-image] Dec 13 22:12:54.678 INFO O| Dec 13 22:12:54.678 INFO STEP 6: pkg_change_variant, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-01-os.json
36762024-12-13T22:12:56.401Z[ recovery-image] Dec 13 22:12:55.104 INFO O| Dec 13 22:12:55.104 INFO variant opensolaris.imagetype is full; changing to partial
36772024-12-13T22:12:56.401Z[ recovery-image] Dec 13 22:12:55.104 INFO O| Dec 13 22:12:55.104 INFO exec: ["/usr/bin/pkg", "-R", "/rpool/images/build/recovery/work/gimlet/ramdisk", "change-variant", "opensolaris.imagetype=partial"]
36782024-12-13T22:12:56.426Z[ host-image] Dec 13 22:12:55.120 INFO O| Dec 13 22:12:55.120 INFO O| Startup: Refreshing catalog 'helios-dev' ... Done
36792024-12-13T22:12:56.426Z[ host-image] Dec 13 22:12:55.122 INFO O| Dec 13 22:12:55.121 INFO O| Planning: Planning completed in 0.00 seconds
36802024-12-13T22:12:56.426Z[ host-image] Dec 13 22:12:55.122 INFO O| Dec 13 22:12:55.122 INFO O| Planning: Consolidating action changes ... Done
36812024-12-13T22:12:56.426Z[ host-image] Dec 13 22:12:55.122 INFO O| Dec 13 22:12:55.122 INFO O| Planning: Evaluating mediators ... Done
36822024-12-13T22:12:56.426Z[ host-image] Dec 13 22:12:55.123 INFO O| Dec 13 22:12:55.123 INFO O| Planning: Planning completed in 0.00 seconds
36832024-12-13T22:12:56.427Z[ host-image] Dec 13 22:12:55.123 INFO O| Dec 13 22:12:55.123 INFO O| Variants/Facets to change: 1
36842024-12-13T22:12:56.427Z[ host-image] Dec 13 22:12:55.146 INFO O| Dec 13 22:12:55.146 INFO O| Done
36852024-12-13T22:12:56.427Z[ host-image] Dec 13 22:12:55.146 INFO O| Dec 13 22:12:55.146 INFO O| Done
36862024-12-13T22:12:56.885Z[ host-image] Dec 13 22:12:55.614 INFO O| Dec 13 22:12:55.614 INFO O| Done
36872024-12-13T22:12:56.953Z[ host-image] Dec 13 22:12:55.674 INFO O| Dec 13 22:12:55.673 INFO O| Done
36882024-12-13T22:12:56.960Z[ host-image] Dec 13 22:12:55.674 INFO O| Dec 13 22:12:55.674 INFO O| Done
36892024-12-13T22:12:56.960Z[ host-image] Dec 13 22:12:55.674 INFO O| Dec 13 22:12:55.674 INFO O| Done
36902024-12-13T22:12:56.960Z[ host-image] Dec 13 22:12:55.676 INFO O| Dec 13 22:12:55.676 INFO O| Done
36912024-12-13T22:12:57.011Z[ host-image] Dec 13 22:12:55.741 INFO O| Dec 13 22:12:55.741 INFO STEP 8 (pkg_change_facet) COMPLETE
36922024-12-13T22:12:57.011Z[ host-image] Dec 13 22:12:55.741 INFO O| Dec 13 22:12:55.741 INFO STEP 9: pkg_change_facet, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-01-os.json
36932024-12-13T22:12:57.011Z[ host-image] Dec 13 22:12:55.741 INFO O| Dec 13 22:12:55.741 INFO skip step because feature "recovery" is not enabled
36942024-12-13T22:12:57.013Z[ host-image] Dec 13 22:12:55.741 INFO O| Dec 13 22:12:55.741 INFO STEP 10: pkg_change_facet, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-01-os.json
36952024-12-13T22:12:57.013Z[ host-image] Dec 13 22:12:55.741 INFO O| Dec 13 22:12:55.741 INFO skip step because feature "recovery" is not enabled
36962024-12-13T22:12:57.013Z[ host-image] Dec 13 22:12:55.741 INFO O| Dec 13 22:12:55.741 INFO STEP 11: pkg_install, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-01-os.json
36972024-12-13T22:12:57.027Z[ host-image] Dec 13 22:12:55.756 INFO O| Dec 13 22:12:55.756 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"]
36982024-12-13T22:12:57.033Z[verify-libraries] Compiling omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils)
36992024-12-13T22:12:57.190Z[verify-libraries] Compiling home v0.5.9
37002024-12-13T22:12:57.207Z[verify-libraries] Compiling cfg_aliases v0.1.1
37012024-12-13T22:12:57.235Z[verify-libraries] Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
37022024-12-13T22:12:57.235Z[verify-libraries] Compiling sqlparser_derive v0.2.2
37032024-12-13T22:12:57.235Z[verify-libraries] Compiling unicode_categories v0.1.1
37042024-12-13T22:12:57.361Z[verify-libraries] Compiling nexus-db-queries v0.1.0 (/work/oxidecomputer/omicron/nexus/db-queries)
37052024-12-13T22:12:57.364Z[verify-libraries] Compiling omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent)
37062024-12-13T22:12:57.435Z[verify-libraries] Compiling nix v0.28.0
37072024-12-13T22:12:57.864Z[ host-image] Dec 13 22:12:56.589 INFO O| Dec 13 22:12:56.589 INFO O| Startup: Refreshing catalog 'helios-dev' ... Done
37082024-12-13T22:12:57.969Z[verify-libraries] Compiling sqlformat v0.2.6
37092024-12-13T22:12:57.977Z[verify-libraries] Compiling polyval v0.6.2
37102024-12-13T22:12:58.154Z[stamp-cockroachdb] Created: /work/oxidecomputer/omicron/out/versioned/cockroachdb.tar.gz
37112024-12-13T22:12:58.234ZDec 13 22:12:56.963 INFO [stamp-cockroachdb] process exited with exit status: 0 (6.104668109s)
37122024-12-13T22:12:58.797Z[verify-libraries] Compiling ghash v0.5.1
37132024-12-13T22:12:58.889Z[verify-libraries] Compiling sqlparser v0.45.0
37142024-12-13T22:12:59.057Z[verify-libraries] Compiling ctr v0.9.2
37152024-12-13T22:12:59.193Z[verify-libraries] Compiling ssh-encoding v0.2.0
37162024-12-13T22:12:59.234Z[verify-libraries] Compiling blowfish v0.9.1
37172024-12-13T22:13:00.113Z[verify-libraries] Compiling aes-gcm v0.10.3
37182024-12-13T22:13:00.631Z[verify-libraries] Compiling ssh-cipher v0.2.0
37192024-12-13T22:13:00.747Z[verify-libraries] Compiling bcrypt-pbkdf v0.10.0
37202024-12-13T22:13:01.505Z[verify-libraries] Compiling password-hash v0.4.2
37212024-12-13T22:13:04.463Z[verify-libraries] Compiling rustyline v14.0.0
37222024-12-13T22:13:05.327Z[stamp-clickhouse_keeper] Created: /work/oxidecomputer/omicron/out/versioned/clickhouse_keeper.tar.gz
37232024-12-13T22:13:05.376ZDec 13 22:13:04.105 INFO [stamp-clickhouse_keeper] process exited with exit status: 0 (13.335821645s)
37242024-12-13T22:13:06.123Z[stamp-clickhouse] Created: /work/oxidecomputer/omicron/out/versioned/clickhouse.tar.gz
37252024-12-13T22:13:06.153ZDec 13 22:13:04.883 INFO [stamp-clickhouse] process exited with exit status: 0 (14.275516317s)
37262024-12-13T22:13:06.153ZDec 13 22:13:04.883 INFO [tuf-stamp] task succeeded (14.323382218s)
37272024-12-13T22:13:06.616Z[verify-libraries] Compiling matches v0.1.10
37282024-12-13T22:13:06.772Z[verify-libraries] Compiling idna v0.2.3
37292024-12-13T22:13:07.360Z[verify-libraries] Compiling pbkdf2 v0.11.0
37302024-12-13T22:13:07.631Z[verify-libraries] Compiling ssh-key v0.6.6
37312024-12-13T22:13:07.945Z[verify-libraries] Compiling p256 v0.13.2
37322024-12-13T22:13:08.763Z[ recovery-image] Dec 13 22:13:07.491 INFO O| Dec 13 22:13:07.491 INFO O| Startup: Refreshing catalog 'helios-dev' ... Done
37332024-12-13T22:13:10.960Z[verify-libraries] Compiling p521 v0.13.3
37342024-12-13T22:13:11.451Z[verify-libraries] Compiling enum-as-inner v0.5.1
37352024-12-13T22:13:12.756Z[verify-libraries] Compiling russh-cryptovec v0.7.3
37362024-12-13T22:13:13.612Z[verify-libraries] Compiling md5 v0.7.0
37372024-12-13T22:13:13.658Z[verify-libraries] Compiling trust-dns-proto v0.22.0
37382024-12-13T22:13:14.306Z[verify-libraries] Compiling russh-keys v0.45.0
37392024-12-13T22:13:17.614Z[ recovery-image] Dec 13 22:13:16.341 INFO O| Dec 13 22:13:16.341 INFO O| Startup: Caching catalogs ... Done
37402024-12-13T22:13:17.719Z[ recovery-image] Dec 13 22:13:16.446 INFO O| Dec 13 22:13:16.446 INFO O| Planning: Planning completed in 0.00 seconds
37412024-12-13T22:13:17.722Z[ recovery-image] Dec 13 22:13:16.447 INFO O| Dec 13 22:13:16.447 INFO O| Planning: Consolidating action changes ... Done
37422024-12-13T22:13:17.722Z[ recovery-image] Dec 13 22:13:16.447 INFO O| Dec 13 22:13:16.447 INFO O| Planning: Evaluating mediators ... Done
37432024-12-13T22:13:17.722Z[ recovery-image] Dec 13 22:13:16.447 INFO O| Dec 13 22:13:16.447 INFO O| Planning: Planning completed in 0.00 seconds
37442024-12-13T22:13:17.722Z[ recovery-image] Dec 13 22:13:16.448 INFO O| Dec 13 22:13:16.448 INFO O| Variants/Facets to change: 1
37452024-12-13T22:13:17.796Z[ recovery-image] Dec 13 22:13:16.523 INFO O| Dec 13 22:13:16.523 INFO O| Done
37462024-12-13T22:13:17.797Z[ recovery-image] Dec 13 22:13:16.523 INFO O| Dec 13 22:13:16.523 INFO O| Done
37472024-12-13T22:13:19.038Z[ recovery-image] Dec 13 22:13:17.765 INFO O| Dec 13 22:13:17.765 INFO O| Done
37482024-12-13T22:13:19.127Z[ recovery-image] Dec 13 22:13:17.854 INFO O| Dec 13 22:13:17.854 INFO O| Done
37492024-12-13T22:13:19.129Z[ recovery-image] Dec 13 22:13:17.855 INFO O| Dec 13 22:13:17.855 INFO O| Done
37502024-12-13T22:13:19.129Z[ recovery-image] Dec 13 22:13:17.856 INFO O| Dec 13 22:13:17.856 INFO O| Done
37512024-12-13T22:13:19.132Z[ recovery-image] Dec 13 22:13:17.857 INFO O| Dec 13 22:13:17.857 INFO O| Done
37522024-12-13T22:13:19.863Z[ recovery-image] Dec 13 22:13:18.590 INFO O| Dec 13 22:13:18.590 INFO STEP 6 (pkg_change_variant) COMPLETE
37532024-12-13T22:13:19.863Z[ recovery-image] Dec 13 22:13:18.590 INFO O| Dec 13 22:13:18.590 INFO STEP 7: pkg_change_variant, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-01-os.json
37542024-12-13T22:13:19.863Z[ recovery-image] Dec 13 22:13:18.590 INFO O| Dec 13 22:13:18.590 INFO skip step because feature "debug_variant" is not enabled
37552024-12-13T22:13:19.866Z[ recovery-image] Dec 13 22:13:18.590 INFO O| Dec 13 22:13:18.590 INFO STEP 8: pkg_change_facet, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-01-os.json
37562024-12-13T22:13:20.638Z[ recovery-image] Dec 13 22:13:19.365 INFO O| Dec 13 22:13:19.365 INFO exec: ["/usr/bin/pkg", "-R", "/rpool/images/build/recovery/work/gimlet/ramdisk", "change-facet", "openssl.10=false"]
37572024-12-13T22:13:21.780Z[ recovery-image] Dec 13 22:13:20.506 INFO O| Dec 13 22:13:20.506 INFO O| Startup: Refreshing catalog 'helios-dev' ... Done
37582024-12-13T22:13:21.783Z[ recovery-image] Dec 13 22:13:20.508 INFO O| Dec 13 22:13:20.508 INFO O| Planning: Planning completed in 0.00 seconds
37592024-12-13T22:13:21.783Z[ recovery-image] Dec 13 22:13:20.509 INFO O| Dec 13 22:13:20.509 INFO O| Planning: Consolidating action changes ... Done
37602024-12-13T22:13:21.783Z[ recovery-image] Dec 13 22:13:20.509 INFO O| Dec 13 22:13:20.509 INFO O| Planning: Evaluating mediators ... Done
37612024-12-13T22:13:21.787Z[ recovery-image] Dec 13 22:13:20.510 INFO O| Dec 13 22:13:20.510 INFO O| Planning: Planning completed in 0.00 seconds
37622024-12-13T22:13:21.787Z[ recovery-image] Dec 13 22:13:20.510 INFO O| Dec 13 22:13:20.510 INFO O| Variants/Facets to change: 1
37632024-12-13T22:13:21.878Z[ recovery-image] Dec 13 22:13:20.604 INFO O| Dec 13 22:13:20.604 INFO O| Done
37642024-12-13T22:13:21.878Z[ recovery-image] Dec 13 22:13:20.604 INFO O| Dec 13 22:13:20.604 INFO O| Done
37652024-12-13T22:13:22.739Z[ recovery-image] Dec 13 22:13:21.465 INFO O| Dec 13 22:13:21.465 INFO O| Done
37662024-12-13T22:13:22.880Z[ recovery-image] Dec 13 22:13:21.606 INFO O| Dec 13 22:13:21.606 INFO O| Done
37672024-12-13T22:13:22.883Z[ recovery-image] Dec 13 22:13:21.608 INFO O| Dec 13 22:13:21.608 INFO O| Done
37682024-12-13T22:13:22.883Z[ recovery-image] Dec 13 22:13:21.608 INFO O| Dec 13 22:13:21.608 INFO O| Done
37692024-12-13T22:13:22.886Z[ recovery-image] Dec 13 22:13:21.610 INFO O| Dec 13 22:13:21.610 INFO O| Done
37702024-12-13T22:13:23.076Z[ recovery-image] Dec 13 22:13:21.803 INFO O| Dec 13 22:13:21.803 INFO STEP 8 (pkg_change_facet) COMPLETE
37712024-12-13T22:13:23.076Z[ recovery-image] Dec 13 22:13:21.803 INFO O| Dec 13 22:13:21.803 INFO STEP 9: pkg_change_facet, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-01-os.json
37722024-12-13T22:13:23.172Z[verify-libraries] Compiling num-bigint v0.4.6
37732024-12-13T22:13:23.837Z[ recovery-image] Dec 13 22:13:22.562 INFO O| Dec 13 22:13:22.562 INFO exec: ["/usr/bin/pkg", "-R", "/rpool/images/build/recovery/work/gimlet/ramdisk", "change-facet", "doc=false"]
37742024-12-13T22:13:24.872Z[ recovery-image] Dec 13 22:13:23.599 INFO O| Dec 13 22:13:23.598 INFO O| Startup: Refreshing catalog 'helios-dev' ... Done
37752024-12-13T22:13:24.876Z[ recovery-image] Dec 13 22:13:23.600 INFO O| Dec 13 22:13:23.600 INFO O| Planning: Planning completed in 0.00 seconds
37762024-12-13T22:13:24.876Z[ recovery-image] Dec 13 22:13:23.601 INFO O| Dec 13 22:13:23.601 INFO O| Planning: Consolidating action changes ... Done
37772024-12-13T22:13:24.876Z[ recovery-image] Dec 13 22:13:23.601 INFO O| Dec 13 22:13:23.601 INFO O| Planning: Evaluating mediators ... Done
37782024-12-13T22:13:24.879Z[ recovery-image] Dec 13 22:13:23.602 INFO O| Dec 13 22:13:23.602 INFO O| Planning: Planning completed in 0.00 seconds
37792024-12-13T22:13:24.879Z[ recovery-image] Dec 13 22:13:23.602 INFO O| Dec 13 22:13:23.602 INFO O| Variants/Facets to change: 1
37802024-12-13T22:13:24.935Z[ recovery-image] Dec 13 22:13:23.661 INFO O| Dec 13 22:13:23.661 INFO O| Done
37812024-12-13T22:13:24.935Z[ recovery-image] Dec 13 22:13:23.661 INFO O| Dec 13 22:13:23.661 INFO O| Done
37822024-12-13T22:13:25.746Z[ recovery-image] Dec 13 22:13:24.471 INFO O| Dec 13 22:13:24.471 INFO O| Done
37832024-12-13T22:13:25.845Z[ recovery-image] Dec 13 22:13:24.571 INFO O| Dec 13 22:13:24.571 INFO O| Done
37842024-12-13T22:13:25.848Z[ recovery-image] Dec 13 22:13:24.572 INFO O| Dec 13 22:13:24.572 INFO O| Done
37852024-12-13T22:13:25.848Z[ recovery-image] Dec 13 22:13:24.572 INFO O| Dec 13 22:13:24.572 INFO O| Done
37862024-12-13T22:13:25.848Z[ recovery-image] Dec 13 22:13:24.574 INFO O| Dec 13 22:13:24.574 INFO O| Done
37872024-12-13T22:13:25.952Z[ recovery-image] Dec 13 22:13:24.678 INFO O| Dec 13 22:13:24.678 INFO STEP 9 (pkg_change_facet) COMPLETE
37882024-12-13T22:13:25.952Z[ recovery-image] Dec 13 22:13:24.678 INFO O| Dec 13 22:13:24.678 INFO STEP 10: pkg_change_facet, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-01-os.json
37892024-12-13T22:13:26.703Z[ recovery-image] Dec 13 22:13:25.428 INFO O| Dec 13 22:13:25.428 INFO exec: ["/usr/bin/pkg", "-R", "/rpool/images/build/recovery/work/gimlet/ramdisk", "change-facet", "doc.man=false"]
37902024-12-13T22:13:27.804Z[ recovery-image] Dec 13 22:13:26.530 INFO O| Dec 13 22:13:26.530 INFO O| Startup: Refreshing catalog 'helios-dev' ... Done
37912024-12-13T22:13:27.807Z[ recovery-image] Dec 13 22:13:26.532 INFO O| Dec 13 22:13:26.532 INFO O| Planning: Planning completed in 0.00 seconds
37922024-12-13T22:13:27.809Z[ recovery-image] Dec 13 22:13:26.534 INFO O| Dec 13 22:13:26.533 INFO O| Planning: Consolidating action changes ... Done
37932024-12-13T22:13:27.809Z[ recovery-image] Dec 13 22:13:26.534 INFO O| Dec 13 22:13:26.534 INFO O| Planning: Evaluating mediators ... Done
37942024-12-13T22:13:27.809Z[ recovery-image] Dec 13 22:13:26.534 INFO O| Dec 13 22:13:26.534 INFO O| Planning: Planning completed in 0.00 seconds
37952024-12-13T22:13:27.809Z[ recovery-image] Dec 13 22:13:26.535 INFO O| Dec 13 22:13:26.535 INFO O| Variants/Facets to change: 1
37962024-12-13T22:13:27.918Z[ recovery-image] Dec 13 22:13:26.644 INFO O| Dec 13 22:13:26.644 INFO O| Done
37972024-12-13T22:13:27.918Z[ recovery-image] Dec 13 22:13:26.644 INFO O| Dec 13 22:13:26.644 INFO O| Done
37982024-12-13T22:13:28.723Z[ recovery-image] Dec 13 22:13:27.449 INFO O| Dec 13 22:13:27.449 INFO O| Done
37992024-12-13T22:13:28.807Z[ recovery-image] Dec 13 22:13:27.533 INFO O| Dec 13 22:13:27.533 INFO O| Done
38002024-12-13T22:13:28.810Z[ recovery-image] Dec 13 22:13:27.534 INFO O| Dec 13 22:13:27.534 INFO O| Done
38012024-12-13T22:13:28.810Z[ recovery-image] Dec 13 22:13:27.534 INFO O| Dec 13 22:13:27.534 INFO O| Done
38022024-12-13T22:13:28.812Z[ recovery-image] Dec 13 22:13:27.536 INFO O| Dec 13 22:13:27.536 INFO O| Done
38032024-12-13T22:13:28.939Z[ recovery-image] Dec 13 22:13:27.665 INFO O| Dec 13 22:13:27.664 INFO STEP 10 (pkg_change_facet) COMPLETE
38042024-12-13T22:13:28.939Z[ recovery-image] Dec 13 22:13:27.665 INFO O| Dec 13 22:13:27.665 INFO STEP 11: pkg_install, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-01-os.json
38052024-12-13T22:13:28.961Z[ recovery-image] Dec 13 22:13:27.687 INFO O| Dec 13 22:13:27.687 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"]
38062024-12-13T22:13:30.062Z[ recovery-image] Dec 13 22:13:28.788 INFO O| Dec 13 22:13:28.788 INFO O| Startup: Refreshing catalog 'helios-dev' ... Done
38072024-12-13T22:13:31.080Z[verify-libraries] Compiling des v0.8.1
38082024-12-13T22:13:31.684Z[verify-libraries] Compiling hex-literal v0.4.1
38092024-12-13T22:13:32.039Z[verify-libraries] Compiling dhcproto-macros v0.1.0
38102024-12-13T22:13:33.129Z[verify-libraries] Compiling dhcproto v0.12.0
38112024-12-13T22:13:33.747Z[verify-libraries] Compiling russh v0.45.0
38122024-12-13T22:13:38.382Z[verify-libraries] Compiling oximeter-collector v0.1.0 (/work/oxidecomputer/omicron/oximeter/collector)
38132024-12-13T22:13:41.730Z[verify-libraries] Compiling gateway-test-utils v0.1.0 (/work/oxidecomputer/omicron/gateway-test-utils)
38142024-12-13T22:13:44.769Z[verify-libraries] Compiling oxide-client v0.1.0 (/work/oxidecomputer/omicron/clients/oxide-client)
38152024-12-13T22:13:54.771Z[verify-libraries] Compiling petname v2.0.2
38162024-12-13T22:13:56.229Z[verify-libraries] Compiling ispf v0.1.0 (https://github.com/oxidecomputer/ispf#f78443a9)
38172024-12-13T22:13:56.966Z[verify-libraries] Compiling internet-checksum v0.2.1
38182024-12-13T22:13:57.872Z[verify-libraries] Compiling omicron-clickhouse-admin v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin)
38192024-12-13T22:14:01.226Z[ host-image] Dec 13 22:13:59.947 INFO O| Dec 13 22:13:59.947 INFO O| Planning: Solver setup ... Done
38202024-12-13T22:14:02.800Z[verify-libraries] Compiling heck v0.4.1
38212024-12-13T22:14:04.556Z[verify-libraries] Compiling openapi-lint v0.4.0 (https://github.com/oxidecomputer/openapi-lint?branch=main#ef442ee4)
38222024-12-13T22:14:13.845Z[verify-libraries] Compiling nexus-saga-recovery v0.1.0 (/work/oxidecomputer/omicron/nexus/saga-recovery)
38232024-12-13T22:14:20.962Z[verify-libraries] Compiling nexus-networking v0.1.0 (/work/oxidecomputer/omicron/nexus/networking)
38242024-12-13T22:14:23.909Z[verify-libraries] Compiling nexus-reconfigurator-preparation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/preparation)
38252024-12-13T22:14:30.363Z[verify-libraries] Compiling nexus-reconfigurator-execution v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/execution)
38262024-12-13T22:14:36.137Z[ recovery-image] Dec 13 22:14:34.852 INFO O| Dec 13 22:14:34.852 INFO O| Planning: Solver setup ... Done
38272024-12-13T22:14:45.277Z[verify-libraries] Compiling nexus-metrics-producer-gc v0.1.0 (/work/oxidecomputer/omicron/nexus/metrics-producer-gc)
38282024-12-13T22:14:50.588Z[verify-libraries] Compiling omicron-nexus v0.1.0 (/work/oxidecomputer/omicron/nexus)
38292024-12-13T22:14:54.086Z[verify-libraries] Compiling end-to-end-tests v0.1.0 (/work/oxidecomputer/omicron/end-to-end-tests)
38302024-12-13T22:15:17.451Z[ host-image] Dec 13 22:15:16.161 INFO O| Dec 13 22:15:16.161 INFO O| Planning: Running solver ... Done
38312024-12-13T22:15:18.252Z[ host-image] Dec 13 22:15:16.962 INFO O| Dec 13 22:15:16.962 INFO O| Planning: Finding local manifests ... Done
38322024-12-13T22:15:18.295Z[ host-image] Dec 13 22:15:17.004 INFO O| Dec 13 22:15:17.003 INFO O| Planning: Fetching manifests: 0/124 0% complete
38332024-12-13T22:15:21.829Z[verify-libraries] Compiling wicket-dbg v0.1.0 (/work/oxidecomputer/omicron/wicket-dbg)
38342024-12-13T22:15:23.381Z[ host-image] Dec 13 22:15:22.089 INFO O| Dec 13 22:15:22.089 INFO O| Planning: Fetching manifests: 124/124 100% complete
38352024-12-13T22:15:25.012Z[ host-image] Dec 13 22:15:23.720 INFO O| Dec 13 22:15:23.720 INFO O| Planning: Package planning ... Done
38362024-12-13T22:15:26.674Z[ host-image] Dec 13 22:15:25.383 INFO O| Dec 13 22:15:25.382 INFO O| Planning: Merging actions ... Done
38372024-12-13T22:15:27.531Z[ host-image] Dec 13 22:15:25.973 INFO O| Dec 13 22:15:25.973 INFO O| Planning: Checking for conflicting actions ... Done
38382024-12-13T22:15:27.642Z[verify-libraries] Compiling db-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/db-dev)
38392024-12-13T22:15:27.695Z[ host-image] Dec 13 22:15:26.404 INFO O| Dec 13 22:15:26.398 INFO O| Planning: Consolidating action changes ... Done
38402024-12-13T22:15:27.832Z[verify-libraries] Compiling ch-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/ch-dev)
38412024-12-13T22:15:28.128Z[verify-libraries] Compiling omicron-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omicron-dev)
38422024-12-13T22:15:28.136Z[ host-image] Dec 13 22:15:26.844 INFO O| Dec 13 22:15:26.844 INFO O| Planning: Evaluating mediators ... Done
38432024-12-13T22:15:28.386Z[verify-libraries] Compiling reconfigurator-cli v0.1.0 (/work/oxidecomputer/omicron/dev-tools/reconfigurator-cli)
38442024-12-13T22:15:28.610Z[verify-libraries] Compiling sync-ptr v0.1.1
38452024-12-13T22:15:28.938Z[verify-libraries] Compiling nexus-reconfigurator-simulation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/simulation)
38462024-12-13T22:15:29.059Z[verify-libraries] Compiling zone-setup v0.1.0 (/work/oxidecomputer/omicron/zone-setup)
38472024-12-13T22:15:31.803Z[verify-libraries] Compiling openapi-manager v0.1.0 (/work/oxidecomputer/omicron/dev-tools/openapi-manager)
38482024-12-13T22:15:34.242Z[ host-image] Dec 13 22:15:32.949 INFO O| Dec 13 22:15:32.949 INFO O| Planning: Planning completed in 156.36 seconds
38492024-12-13T22:15:34.276Z[ host-image] Dec 13 22:15:32.984 INFO O| Dec 13 22:15:32.983 INFO O| Packages to install: 124
38502024-12-13T22:15:34.281Z[ host-image] Dec 13 22:15:32.984 INFO O| Dec 13 22:15:32.984 INFO O| Mediators to change: 4
38512024-12-13T22:15:34.281Z[ host-image] Dec 13 22:15:32.984 INFO O| Dec 13 22:15:32.984 INFO O| Services to change: 6
38522024-12-13T22:15:34.400Z[ host-image] Dec 13 22:15:33.107 INFO O| Dec 13 22:15:33.107 INFO O| Download: 0/22774 items 0.0/199.6MB 0% complete
38532024-12-13T22:15:39.410Z[ host-image] Dec 13 22:15:38.116 INFO O| Dec 13 22:15:38.116 INFO O| Download: 1184/22774 items 6.5/199.6MB 3% complete (1.3M/s)
38542024-12-13T22:15:40.369Z[verify-libraries] Compiling nexus-test-utils v0.1.0 (/work/oxidecomputer/omicron/nexus/test-utils)
38552024-12-13T22:15:44.425Z[ host-image] Dec 13 22:15:43.132 INFO O| Dec 13 22:15:43.131 INFO O| Download: 1793/22774 items 13.2/199.6MB 6% complete (1.3M/s)
38562024-12-13T22:15:47.147Z[verify-libraries] Compiling oximeter-test-utils v0.1.0 (/work/oxidecomputer/omicron/oximeter/test-utils)
38572024-12-13T22:15:49.432Z[ host-image] Dec 13 22:15:48.137 INFO O| Dec 13 22:15:48.137 INFO O| Download: 2313/22774 items 27.2/199.6MB 13% complete (2.0M/s)
38582024-12-13T22:15:50.875Z[ recovery-image] Dec 13 22:15:49.580 INFO O| Dec 13 22:15:49.580 INFO O| Planning: Running solver ... Done
38592024-12-13T22:15:51.618Z[ recovery-image] Dec 13 22:15:50.323 INFO O| Dec 13 22:15:50.323 INFO O| Planning: Finding local manifests ... Done
38602024-12-13T22:15:51.637Z[ recovery-image] Dec 13 22:15:50.342 INFO O| Dec 13 22:15:50.342 INFO O| Planning: Fetching manifests: 0/124 0% complete
38612024-12-13T22:15:52.684Z[verify-libraries] Compiling omicron-ls-apis v0.1.0 (/work/oxidecomputer/omicron/dev-tools/ls-apis)
38622024-12-13T22:15:54.454Z[ host-image] Dec 13 22:15:53.159 INFO O| Dec 13 22:15:53.159 INFO O| Download: 3441/22774 items 35.5/199.6MB 17% complete (2.2M/s)
38632024-12-13T22:15:56.542Z[ recovery-image] Dec 13 22:15:55.246 INFO O| Dec 13 22:15:55.246 INFO O| Planning: Fetching manifests: 124/124 100% complete
38642024-12-13T22:15:57.598Z[ recovery-image] Dec 13 22:15:56.302 INFO O| Dec 13 22:15:56.302 INFO O| Planning: Package planning ... Done
38652024-12-13T22:15:58.792Z[ recovery-image] Dec 13 22:15:57.496 INFO O| Dec 13 22:15:57.496 INFO O| Planning: Merging actions ... Done
38662024-12-13T22:15:58.983Z[ recovery-image] Dec 13 22:15:57.687 INFO O| Dec 13 22:15:57.687 INFO O| Planning: Checking for conflicting actions ... Done
38672024-12-13T22:15:59.218Z[ recovery-image] Dec 13 22:15:57.922 INFO O| Dec 13 22:15:57.922 INFO O| Planning: Consolidating action changes ... Done
38682024-12-13T22:15:59.648Z[ recovery-image] Dec 13 22:15:58.352 INFO O| Dec 13 22:15:58.352 INFO O| Planning: Evaluating mediators ... Done
38692024-12-13T22:15:59.760Z[ host-image] Dec 13 22:15:58.464 INFO O| Dec 13 22:15:58.464 INFO O| Download: 4536/22774 items 42.3/199.6MB 21% complete (1.6M/s)
38702024-12-13T22:16:04.768Z[ host-image] Dec 13 22:16:03.471 INFO O| Dec 13 22:16:03.471 INFO O| Download: 5399/22774 items 46.1/199.6MB 23% complete (1.1M/s)
38712024-12-13T22:16:06.157Z[ recovery-image] Dec 13 22:16:04.860 INFO O| Dec 13 22:16:04.860 INFO O| Planning: Planning completed in 156.07 seconds
38722024-12-13T22:16:06.165Z[ recovery-image] Dec 13 22:16:04.868 INFO O| Dec 13 22:16:04.867 INFO O| Packages to install: 124
38732024-12-13T22:16:06.165Z[ recovery-image] Dec 13 22:16:04.868 INFO O| Dec 13 22:16:04.867 INFO O| Mediators to change: 4
38742024-12-13T22:16:06.168Z[ recovery-image] Dec 13 22:16:04.868 INFO O| Dec 13 22:16:04.867 INFO O| Services to change: 5
38752024-12-13T22:16:06.255Z[ recovery-image] Dec 13 22:16:04.949 INFO O| Dec 13 22:16:04.949 INFO O| Download: 0/15848 items 0.0/176.3MB 0% complete
38762024-12-13T22:16:09.775Z[ host-image] Dec 13 22:16:08.477 INFO O| Dec 13 22:16:08.477 INFO O| Download: 6284/22774 items 46.6/199.6MB 23% complete (447k/s)
38772024-12-13T22:16:11.250Z[ recovery-image] Dec 13 22:16:09.953 INFO O| Dec 13 22:16:09.952 INFO O| Download: 976/15848 items 7.4/176.3MB 4% complete (1.5M/s)
38782024-12-13T22:16:14.988Z[ host-image] Dec 13 22:16:13.486 INFO O| Dec 13 22:16:13.486 INFO O| Download: 6981/22774 items 50.4/199.6MB 25% complete (428k/s)
38792024-12-13T22:16:15.653Z[verify-libraries] Compiling tufaceous v0.1.0 (/work/oxidecomputer/omicron/tufaceous)
38802024-12-13T22:16:16.293Z[ recovery-image] Dec 13 22:16:14.994 INFO O| Dec 13 22:16:14.994 INFO O| Download: 1311/15848 items 20.0/176.3MB 11% complete (2.0M/s)
38812024-12-13T22:16:20.857Z[ host-image] Dec 13 22:16:19.556 INFO O| Dec 13 22:16:19.556 INFO O| Download: 7959/22774 items 59.6/199.6MB 29% complete (1.3M/s)
38822024-12-13T22:16:21.334Z[ recovery-image] Dec 13 22:16:20.007 INFO O| Dec 13 22:16:20.007 INFO O| Download: 1526/15848 items 22.0/176.3MB 12% complete (1.6M/s)
38832024-12-13T22:16:21.428Z[verify-libraries] Compiling clickhouse-admin-test-utils v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/test-utils)
38842024-12-13T22:16:22.057Z[verify-libraries] Compiling xtask-downloader v0.1.0 (/work/oxidecomputer/omicron/dev-tools/downloader)
38852024-12-13T22:16:22.720Z[verify-libraries] Compiling termios v0.3.3
38862024-12-13T22:16:23.202Z[verify-libraries] Compiling gateway-cli v0.1.0 (/work/oxidecomputer/omicron/gateway-cli)
38872024-12-13T22:16:26.246Z[ host-image] Dec 13 22:16:24.945 INFO O| Dec 13 22:16:24.945 INFO O| Download: 8276/22774 items 65.7/199.6MB 32% complete (1.3M/s)
38882024-12-13T22:16:26.333Z[ recovery-image] Dec 13 22:16:25.033 INFO O| Dec 13 22:16:25.033 INFO O| Download: 2642/15848 items 32.9/176.3MB 18% complete (1.3M/s)
38892024-12-13T22:16:31.250Z[ host-image] Dec 13 22:16:29.949 INFO O| Dec 13 22:16:29.949 INFO O| Download: 9123/22774 items 75.3/199.6MB 37% complete (1.5M/s)
38902024-12-13T22:16:31.347Z[ recovery-image] Dec 13 22:16:30.047 INFO O| Dec 13 22:16:30.047 INFO O| Download: 3468/15848 items 38.3/176.3MB 21% complete (1.6M/s)
38912024-12-13T22:16:36.306Z[ host-image] Dec 13 22:16:35.005 INFO O| Dec 13 22:16:35.005 INFO O| Download: 9981/22774 items 83.7/199.6MB 41% complete (1.8M/s)
38922024-12-13T22:16:36.532Z[ recovery-image] Dec 13 22:16:35.230 INFO O| Dec 13 22:16:35.230 INFO O| Download: 3748/15848 items 41.9/176.3MB 23% complete (1.0M/s)
38932024-12-13T22:16:41.314Z[ host-image] Dec 13 22:16:40.012 INFO O| Dec 13 22:16:40.012 INFO O| Download: 10736/22774 items 89.5/199.6MB 44% complete (1.4M/s)
38942024-12-13T22:16:41.551Z[ recovery-image] Dec 13 22:16:40.249 INFO O| Dec 13 22:16:40.248 INFO O| Download: 4255/15848 items 42.7/176.3MB 24% complete (450k/s)
38952024-12-13T22:16:46.321Z[ host-image] Dec 13 22:16:45.018 INFO O| Dec 13 22:16:45.018 INFO O| Download: 11109/22774 items 92.5/199.6MB 46% complete (869k/s)
38962024-12-13T22:16:46.560Z[ recovery-image] Dec 13 22:16:45.258 INFO O| Dec 13 22:16:45.257 INFO O| Download: 4900/15848 items 43.1/176.3MB 24% complete (119k/s)
38972024-12-13T22:16:49.276Z[verify-libraries] Compiling omicron-omdb v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omdb)
38982024-12-13T22:16:51.385Z[ host-image] Dec 13 22:16:50.082 INFO O| Dec 13 22:16:50.082 INFO O| Download: 11275/22774 items 95.3/199.6MB 47% complete (617k/s)
38992024-12-13T22:16:51.823Z[ recovery-image] Dec 13 22:16:50.519 INFO O| Dec 13 22:16:50.519 INFO O| Download: 5663/15848 items 44.5/176.3MB 25% complete (137k/s)
39002024-12-13T22:16:56.535Z[ host-image] Dec 13 22:16:55.231 INFO O| Dec 13 22:16:55.230 INFO O| Download: 11978/22774 items 98.1/199.6MB 49% complete (615k/s)
39012024-12-13T22:16:57.326Z[ recovery-image] Dec 13 22:16:56.021 INFO O| Dec 13 22:16:56.021 INFO O| Download: 5707/15848 items 45.5/176.3MB 25% complete (227k/s)
39022024-12-13T22:17:02.435Z[ host-image] Dec 13 22:17:01.068 INFO O| Dec 13 22:17:01.068 INFO O| Download: 12179/22774 items 108.6/199.6MB 54% complete (1.4M/s)
39032024-12-13T22:17:02.558Z[ recovery-image] Dec 13 22:17:01.252 INFO O| Dec 13 22:17:01.252 INFO O| Download: 6007/15848 items 54.1/176.3MB 30% complete (956k/s)
39042024-12-13T22:17:07.380Z[ host-image] Dec 13 22:17:06.074 INFO O| Dec 13 22:17:06.074 INFO O| Download: 13070/22774 items 109.8/199.6MB 55% complete (1.2M/s)
39052024-12-13T22:17:07.569Z[ recovery-image] Dec 13 22:17:06.263 INFO O| Dec 13 22:17:06.263 INFO O| Download: 6333/15848 items 62.7/176.3MB 35% complete (1.7M/s)
39062024-12-13T22:17:12.775Z[ recovery-image] Dec 13 22:17:11.468 INFO O| Dec 13 22:17:11.468 INFO O| Download: 7209/15848 items 73.2/176.3MB 41% complete (1.9M/s)
39072024-12-13T22:17:13.885Z[ host-image] Dec 13 22:17:12.578 INFO O| Dec 13 22:17:12.578 INFO O| Download: 13315/22774 items 110.0/199.6MB 55% complete (441k/s)
39082024-12-13T22:17:17.823Z[ recovery-image] Dec 13 22:17:16.516 INFO O| Dec 13 22:17:16.516 INFO O| Download: 7625/15848 items 73.7/176.3MB 41% complete (1.1M/s)
39092024-12-13T22:17:19.205Z[ host-image] Dec 13 22:17:17.897 INFO O| Dec 13 22:17:17.897 INFO O| Download: 13924/22774 items 110.3/199.6MB 55% complete (34.3k/s)
39102024-12-13T22:17:20.675Z[verify-libraries] Compiling clickhouse-cluster-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/clickhouse-cluster-dev)
39112024-12-13T22:17:24.392Z[ host-image] Dec 13 22:17:23.083 INFO O| Dec 13 22:17:23.083 INFO O| Download: 14519/22774 items 116.7/199.6MB 58% complete (645k/s)
39122024-12-13T22:17:24.916Z[ recovery-image] Dec 13 22:17:23.604 INFO O| Dec 13 22:17:23.604 INFO O| Download: 7869/15848 items 75.7/176.3MB 42% complete (1.0M/s)
39132024-12-13T22:17:29.606Z[ host-image] Dec 13 22:17:28.297 INFO O| Dec 13 22:17:28.297 INFO O| Download: 15543/22774 items 123.7/199.6MB 61% complete (1.3M/s)
39142024-12-13T22:17:29.917Z[ recovery-image] Dec 13 22:17:28.608 INFO O| Dec 13 22:17:28.608 INFO O| Download: 8144/15848 items 79.7/176.3MB 45% complete (465k/s)
39152024-12-13T22:17:34.612Z[ host-image] Dec 13 22:17:33.302 INFO O| Dec 13 22:17:33.302 INFO O| Download: 16140/22774 items 133.0/199.6MB 66% complete (1.6M/s)
39162024-12-13T22:17:35.231Z[ recovery-image] Dec 13 22:17:33.921 INFO O| Dec 13 22:17:33.921 INFO O| Download: 8766/15848 items 84.2/176.3MB 47% complete (926k/s)
39172024-12-13T22:17:39.618Z[ host-image] Dec 13 22:17:38.307 INFO O| Dec 13 22:17:38.307 INFO O| Download: 17066/22774 items 141.2/199.6MB 70% complete (1.7M/s)
39182024-12-13T22:17:41.552Z[ recovery-image] Dec 13 22:17:40.241 INFO O| Dec 13 22:17:40.241 INFO O| Download: 8933/15848 items 92.6/176.3MB 52% complete (1.3M/s)
39192024-12-13T22:17:45.420Z[ host-image] Dec 13 22:17:44.108 INFO O| Dec 13 22:17:44.108 INFO O| Download: 17892/22774 items 150.2/199.6MB 75% complete (1.9M/s)
39202024-12-13T22:17:46.618Z[ recovery-image] Dec 13 22:17:45.306 INFO O| Dec 13 22:17:45.306 INFO O| Download: 9950/15848 items 93.1/176.3MB 52% complete (944k/s)
39212024-12-13T22:17:50.438Z[ host-image] Dec 13 22:17:49.126 INFO O| Dec 13 22:17:49.126 INFO O| Download: 18368/22774 items 163.2/199.6MB 81% complete (2.1M/s)
39222024-12-13T22:17:51.631Z[ recovery-image] Dec 13 22:17:50.319 INFO O| Dec 13 22:17:50.319 INFO O| Download: 10587/15848 items 93.5/176.3MB 53% complete (86.3k/s)
39232024-12-13T22:17:55.443Z[ host-image] Dec 13 22:17:54.130 INFO O| Dec 13 22:17:54.130 INFO O| Download: 19436/22774 items 167.5/199.6MB 83% complete (1.7M/s)
39242024-12-13T22:17:56.632Z[ recovery-image] Dec 13 22:17:55.319 INFO O| Dec 13 22:17:55.319 INFO O| Download: 11087/15848 items 99.6/176.3MB 56% complete (620k/s)
39252024-12-13T22:18:00.447Z[ host-image] Dec 13 22:17:59.133 INFO O| Dec 13 22:17:59.133 INFO O| Download: 20125/22774 items 170.7/199.6MB 85% complete (782k/s)
39262024-12-13T22:18:01.864Z[ recovery-image] Dec 13 22:18:00.550 INFO O| Dec 13 22:18:00.550 INFO O| Download: 11418/15848 items 107.2/176.3MB 60% complete (1.4M/s)
39272024-12-13T22:18:05.449Z[ host-image] Dec 13 22:18:04.134 INFO O| Dec 13 22:18:04.134 INFO O| Download: 20868/22774 items 178.3/199.6MB 89% complete (1.1M/s)
39282024-12-13T22:18:06.895Z[ recovery-image] Dec 13 22:18:05.580 INFO O| Dec 13 22:18:05.580 INFO O| Download: 11945/15848 items 132.6/176.3MB 75% complete (3.2M/s)
39292024-12-13T22:18:10.465Z[ host-image] Dec 13 22:18:09.150 INFO O| Dec 13 22:18:09.150 INFO O| Download: 21499/22774 items 180.6/199.6MB 90% complete (994k/s)
39302024-12-13T22:18:11.900Z[ recovery-image] Dec 13 22:18:10.585 INFO O| Dec 13 22:18:10.585 INFO O| Download: 12744/15848 items 142.5/176.3MB 80% complete (3.6M/s)
39312024-12-13T22:18:15.604Z[ host-image] Dec 13 22:18:14.288 INFO O| Dec 13 22:18:14.288 INFO O| Download: 21980/22774 items 191.8/199.6MB 96% complete (1.5M/s)
39322024-12-13T22:18:16.905Z[ recovery-image] Dec 13 22:18:15.589 INFO O| Dec 13 22:18:15.589 INFO O| Download: 13526/15848 items 145.9/176.3MB 82% complete (1.4M/s)
39332024-12-13T22:18:20.624Z[ host-image] Dec 13 22:18:19.307 INFO O| Dec 13 22:18:19.307 INFO O| Download: 22528/22774 items 199.3/199.6MB 99% complete (1.8M/s)
39342024-12-13T22:18:21.923Z[ recovery-image] Dec 13 22:18:20.606 INFO O| Dec 13 22:18:20.606 INFO O| Download: 14446/15848 items 149.8/176.3MB 84% complete (748k/s)
39352024-12-13T22:18:22.711Z[ host-image] Dec 13 22:18:21.394 INFO O| Dec 13 22:18:21.394 INFO O| Download: Completed 199.56 MB in 168.29 seconds (1.2M/s)
39362024-12-13T22:18:24.440Z[ host-image] Dec 13 22:18:23.123 INFO O| Dec 13 22:18:23.122 INFO O| Actions: 1/49471 actions (Installing new actions)
39372024-12-13T22:18:26.938Z[ recovery-image] Dec 13 22:18:25.620 INFO O| Dec 13 22:18:25.620 INFO O| Download: 15101/15848 items 157.9/176.3MB 89% complete (1.2M/s)
39382024-12-13T22:18:29.441Z[ host-image] Dec 13 22:18:28.123 INFO O| Dec 13 22:18:28.123 INFO O| Actions: 9326/49471 actions (Installing new actions)
39392024-12-13T22:18:32.021Z[ recovery-image] Dec 13 22:18:30.703 INFO O| Dec 13 22:18:30.703 INFO O| Download: 15640/15848 items 170.2/176.3MB 96% complete (2.0M/s)
39402024-12-13T22:18:34.356Z[ recovery-image] Dec 13 22:18:33.038 INFO O| Dec 13 22:18:33.038 INFO O| Download: Completed 176.29 MB in 148.09 seconds (1.2M/s)
39412024-12-13T22:18:34.442Z[ host-image] Dec 13 22:18:33.123 INFO O| Dec 13 22:18:33.123 INFO O| Actions: 15698/49471 actions (Installing new actions)
39422024-12-13T22:18:35.647Z[ recovery-image] Dec 13 22:18:34.327 INFO O| Dec 13 22:18:34.327 INFO O| Actions: 1/25014 actions (Installing new actions)
39432024-12-13T22:18:39.443Z[ host-image] Dec 13 22:18:38.124 INFO O| Dec 13 22:18:38.124 INFO O| Actions: 21831/49471 actions (Installing new actions)
39442024-12-13T22:18:40.660Z[ recovery-image] Dec 13 22:18:39.341 INFO O| Dec 13 22:18:39.341 INFO O| Actions: 7375/25014 actions (Installing new actions)
39452024-12-13T22:18:44.955Z[ host-image] Dec 13 22:18:43.635 INFO O| Dec 13 22:18:43.635 INFO O| Actions: 26494/49471 actions (Installing new actions)
39462024-12-13T22:18:45.673Z[ recovery-image] Dec 13 22:18:44.352 INFO O| Dec 13 22:18:44.352 INFO O| Actions: 11683/25014 actions (Installing new actions)
39472024-12-13T22:18:49.966Z[ host-image] Dec 13 22:18:48.644 INFO O| Dec 13 22:18:48.644 INFO O| Actions: 49013/49471 actions (Installing new actions)
39482024-12-13T22:18:50.673Z[ recovery-image] Dec 13 22:18:49.352 INFO O| Dec 13 22:18:49.352 INFO O| Actions: 18630/25014 actions (Installing new actions)
39492024-12-13T22:18:50.742Z[ host-image] Dec 13 22:18:49.419 INFO O| Dec 13 22:18:49.419 INFO O| Actions: Completed 49471 actions in 26.29 seconds.
39502024-12-13T22:18:51.466Z[ host-image] Dec 13 22:18:50.143 INFO O| Dec 13 22:18:50.143 INFO O| Done
39512024-12-13T22:18:51.467Z[ host-image] Dec 13 22:18:50.143 INFO O| Dec 13 22:18:50.143 INFO O| Done
39522024-12-13T22:18:53.281Z[ host-image] Dec 13 22:18:51.960 INFO O| Dec 13 22:18:51.959 INFO O| Done
39532024-12-13T22:18:53.663Z[ recovery-image] Dec 13 22:18:52.338 INFO O| Dec 13 22:18:52.338 INFO O| Actions: Completed 25014 actions in 18.01 seconds.
39542024-12-13T22:18:54.350Z[ recovery-image] Dec 13 22:18:53.028 INFO O| Dec 13 22:18:53.028 INFO O| Done
39552024-12-13T22:18:54.350Z[ recovery-image] Dec 13 22:18:53.028 INFO O| Dec 13 22:18:53.028 INFO O| Done
39562024-12-13T22:18:56.477Z[ host-image] Dec 13 22:18:55.156 INFO O| Dec 13 22:18:55.156 INFO O| Done
39572024-12-13T22:18:56.524Z[ host-image] Dec 13 22:18:55.202 INFO O| Dec 13 22:18:55.202 INFO O| Done
39582024-12-13T22:18:56.541Z[ recovery-image] Dec 13 22:18:55.220 INFO O| Dec 13 22:18:55.219 INFO O| Done
39592024-12-13T22:18:58.674Z[ recovery-image] Dec 13 22:18:57.352 INFO O| Dec 13 22:18:57.352 INFO O| Done
39602024-12-13T22:18:58.704Z[ recovery-image] Dec 13 22:18:57.382 INFO O| Dec 13 22:18:57.382 INFO O| Done
39612024-12-13T22:19:03.866Z[ recovery-image] Dec 13 22:19:02.543 INFO O| Dec 13 22:19:02.543 INFO O| Done
39622024-12-13T22:19:04.208Z[ host-image] Dec 13 22:19:02.885 INFO O| Dec 13 22:19:02.885 INFO O| Done
39632024-12-13T22:19:04.540Z[ recovery-image] Dec 13 22:19:03.217 INFO O| Dec 13 22:19:03.217 INFO O| Done
39642024-12-13T22:19:05.202Z[ host-image] Dec 13 22:19:03.879 INFO O| Dec 13 22:19:03.879 INFO O| Done
39652024-12-13T22:19:05.574Z[ recovery-image] Dec 13 22:19:04.250 INFO O| Dec 13 22:19:04.249 INFO STEP 11 (pkg_install) COMPLETE
39662024-12-13T22:19:05.574Z[ recovery-image] Dec 13 22:19:04.251 INFO O| Dec 13 22:19:04.249 INFO STEP 12: pkg_install, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-01-os.json
39672024-12-13T22:19:05.574Z[ recovery-image] Dec 13 22:19:04.251 INFO O| Dec 13 22:19:04.249 INFO skip step because feature "recovery" is enabled
39682024-12-13T22:19:05.576Z[ recovery-image] Dec 13 22:19:04.251 INFO O| Dec 13 22:19:04.249 INFO STEP 13: pkg_install, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-01-os.json
39692024-12-13T22:19:05.577Z[ recovery-image] Dec 13 22:19:04.251 INFO O| Dec 13 22:19:04.249 INFO skip step because feature "omicron1" is not enabled
39702024-12-13T22:19:05.577Z[ recovery-image] Dec 13 22:19:04.251 INFO O| Dec 13 22:19:04.249 INFO STEP 14: pkg_install, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-01-os.json
39712024-12-13T22:19:05.599Z[ recovery-image] Dec 13 22:19:04.276 INFO O| Dec 13 22:19:04.276 INFO exec: ["/usr/bin/pkg", "-R", "/rpool/images/build/recovery/work/gimlet/ramdisk", "install", "/driver/network/opte@0.34.311"]
39722024-12-13T22:19:05.787Z[ host-image] Dec 13 22:19:04.464 INFO O| Dec 13 22:19:04.464 INFO STEP 11 (pkg_install) COMPLETE
39732024-12-13T22:19:05.787Z[ host-image] Dec 13 22:19:04.464 INFO O| Dec 13 22:19:04.464 INFO STEP 12: pkg_install, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-01-os.json
39742024-12-13T22:19:05.808Z[ host-image] Dec 13 22:19:04.485 INFO O| Dec 13 22:19:04.485 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"]
39752024-12-13T22:19:07.316Z[ host-image] Dec 13 22:19:05.993 INFO O| Dec 13 22:19:05.993 INFO O| Startup: Refreshing catalog 'helios-dev' ... Done
39762024-12-13T22:19:07.453Z[ recovery-image] Dec 13 22:19:06.130 INFO O| Dec 13 22:19:06.129 INFO O| Startup: Refreshing catalog 'helios-dev' ... Done
39772024-12-13T22:19:09.379Z[verify-libraries] Compiling mgs-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/mgs-dev)
39782024-12-13T22:19:11.547Z[verify-libraries] Compiling crdb-seed v0.1.0 (/work/oxidecomputer/omicron/dev-tools/crdb-seed)
39792024-12-13T22:19:11.917Z[ recovery-image] Dec 13 22:19:10.593 INFO O| Dec 13 22:19:10.593 INFO O| Planning: Solver setup ... Done
39802024-12-13T22:19:11.924Z[ recovery-image] Dec 13 22:19:10.600 INFO O| Dec 13 22:19:10.599 INFO O| Planning: Running solver ... Done
39812024-12-13T22:19:12.094Z[ recovery-image] Dec 13 22:19:10.753 INFO O| Dec 13 22:19:10.752 INFO O| Planning: Finding local manifests ... Done
39822024-12-13T22:19:12.094Z[ recovery-image] Dec 13 22:19:10.753 INFO O| Dec 13 22:19:10.753 INFO O| Planning: Fetching manifests: 0/1 0% complete
39832024-12-13T22:19:12.285Z[ recovery-image] Dec 13 22:19:10.961 INFO O| Dec 13 22:19:10.961 INFO O| Planning: Fetching manifests: 1/1 100% complete
39842024-12-13T22:19:12.318Z[ recovery-image] Dec 13 22:19:10.994 INFO O| Dec 13 22:19:10.994 INFO O| Planning: Package planning ... Done
39852024-12-13T22:19:12.321Z[ recovery-image] Dec 13 22:19:10.995 INFO O| Dec 13 22:19:10.995 INFO O| Planning: Merging actions ... Done
39862024-12-13T22:19:12.410Z[ recovery-image] Dec 13 22:19:11.085 INFO O| Dec 13 22:19:11.085 INFO O| Planning: Checking for conflicting actions ... Done
39872024-12-13T22:19:12.413Z[ recovery-image] Dec 13 22:19:11.086 INFO O| Dec 13 22:19:11.085 INFO O| Planning: Consolidating action changes ... Done
39882024-12-13T22:19:12.656Z[ recovery-image] Dec 13 22:19:11.331 INFO O| Dec 13 22:19:11.331 INFO O| Planning: Evaluating mediators ... Done
39892024-12-13T22:19:12.659Z[ recovery-image] Dec 13 22:19:11.332 INFO O| Dec 13 22:19:11.332 INFO O| Planning: Planning completed in 5.20 seconds
39902024-12-13T22:19:12.659Z[ recovery-image] Dec 13 22:19:11.335 INFO O| Dec 13 22:19:11.334 INFO O| Packages to install: 1
39912024-12-13T22:19:12.676Z[ recovery-image] Dec 13 22:19:11.352 INFO O| Dec 13 22:19:11.352 INFO O| Download: 0/4 items 0.0/10.0MB 0% complete
39922024-12-13T22:19:12.964Z[ host-image] Dec 13 22:19:11.640 INFO O| Dec 13 22:19:11.640 INFO O| Planning: Solver setup ... Done
39932024-12-13T22:19:12.990Z[ host-image] Dec 13 22:19:11.665 INFO O| Dec 13 22:19:11.665 INFO O| Planning: Running solver ... Done
39942024-12-13T22:19:13.116Z[ host-image] Dec 13 22:19:11.792 INFO O| Dec 13 22:19:11.792 INFO O| Planning: Finding local manifests ... Done
39952024-12-13T22:19:13.119Z[ host-image] Dec 13 22:19:11.794 INFO O| Dec 13 22:19:11.794 INFO O| Planning: Fetching manifests: 0/5 0% complete
39962024-12-13T22:19:13.402Z[ host-image] Dec 13 22:19:12.077 INFO O| Dec 13 22:19:12.077 INFO O| Planning: Fetching manifests: 5/5 100% complete
39972024-12-13T22:19:13.447Z[ host-image] Dec 13 22:19:12.123 INFO O| Dec 13 22:19:12.123 INFO O| Planning: Package planning ... Done
39982024-12-13T22:19:13.454Z[ host-image] Dec 13 22:19:12.130 INFO O| Dec 13 22:19:12.130 INFO O| Planning: Merging actions ... Done
39992024-12-13T22:19:13.566Z[ recovery-image] Dec 13 22:19:12.241 INFO O| Dec 13 22:19:12.240 INFO O| Download: Completed 9.99 MB in 0.89 seconds (11.2M/s)
40002024-12-13T22:19:13.643Z[ host-image] Dec 13 22:19:12.319 INFO O| Dec 13 22:19:12.319 INFO O| Planning: Checking for conflicting actions ... Done
40012024-12-13T22:19:13.662Z[ host-image] Dec 13 22:19:12.322 INFO O| Dec 13 22:19:12.322 INFO O| Planning: Consolidating action changes ... Done
40022024-12-13T22:19:13.825Z[ recovery-image] Dec 13 22:19:12.501 INFO O| Dec 13 22:19:12.501 INFO O| Actions: 1/22 actions (Installing new actions)
40032024-12-13T22:19:14.030Z[ host-image] Dec 13 22:19:12.705 INFO O| Dec 13 22:19:12.705 INFO O| Planning: Evaluating mediators ... Done
40042024-12-13T22:19:14.034Z[ host-image] Dec 13 22:19:12.708 INFO O| Dec 13 22:19:12.708 INFO O| Planning: Planning completed in 6.71 seconds
40052024-12-13T22:19:14.036Z[ host-image] Dec 13 22:19:12.711 INFO O| Dec 13 22:19:12.711 INFO O| Packages to install: 5
40062024-12-13T22:19:14.036Z[ host-image] Dec 13 22:19:12.711 INFO O| Dec 13 22:19:12.711 INFO O| Services to change: 2
40072024-12-13T22:19:14.057Z[ host-image] Dec 13 22:19:12.733 INFO O| Dec 13 22:19:12.733 INFO O| Download: 0/116 items 0.0/1.4MB 0% complete
40082024-12-13T22:19:14.224Z[ recovery-image] Dec 13 22:19:12.899 INFO O| Dec 13 22:19:12.899 INFO O| Actions: Completed 22 actions in 0.40 seconds.
40092024-12-13T22:19:14.673Z[ recovery-image] Dec 13 22:19:13.349 INFO O| Dec 13 22:19:13.349 INFO O| Done
40102024-12-13T22:19:14.673Z[ recovery-image] Dec 13 22:19:13.349 INFO O| Dec 13 22:19:13.349 INFO O| Done
40112024-12-13T22:19:15.623Z[ host-image] Dec 13 22:19:14.299 INFO O| Dec 13 22:19:14.299 INFO O| Download: Completed 1.44 MB in 1.57 seconds (942k/s)
40122024-12-13T22:19:15.777Z[ host-image] Dec 13 22:19:14.453 INFO O| Dec 13 22:19:14.453 INFO O| Actions: 1/305 actions (Installing new actions)
40132024-12-13T22:19:15.834Z[ recovery-image] Dec 13 22:19:14.509 INFO O| Dec 13 22:19:14.508 INFO O| Done
40142024-12-13T22:19:15.982Z[ host-image] Dec 13 22:19:14.657 INFO O| Dec 13 22:19:14.657 INFO O| Actions: Completed 305 actions in 0.20 seconds.
40152024-12-13T22:19:16.494Z[ host-image] Dec 13 22:19:15.169 INFO O| Dec 13 22:19:15.169 INFO O| Done
40162024-12-13T22:19:16.494Z[ host-image] Dec 13 22:19:15.169 INFO O| Dec 13 22:19:15.169 INFO O| Done
40172024-12-13T22:19:17.818Z[ host-image] Dec 13 22:19:16.493 INFO O| Dec 13 22:19:16.493 INFO O| Done
40182024-12-13T22:19:18.256Z[ recovery-image] Dec 13 22:19:16.930 INFO O| Dec 13 22:19:16.930 INFO O| Done
40192024-12-13T22:19:18.296Z[ recovery-image] Dec 13 22:19:16.971 INFO O| Dec 13 22:19:16.971 INFO O| Done
40202024-12-13T22:19:18.296Z[ recovery-image] Dec 13 22:19:16.971 INFO O| Dec 13 22:19:16.971 INFO O| Done
40212024-12-13T22:19:18.315Z[ recovery-image] Dec 13 22:19:16.989 INFO O| Dec 13 22:19:16.989 INFO O| Done
40222024-12-13T22:19:18.506Z[ recovery-image] Dec 13 22:19:17.181 INFO O| Dec 13 22:19:17.181 INFO STEP 14 (pkg_install) COMPLETE
40232024-12-13T22:19:18.506Z[ recovery-image] Dec 13 22:19:17.181 INFO O| Dec 13 22:19:17.181 INFO STEP 15: pkg_install, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-01-os.json
40242024-12-13T22:19:18.509Z[ recovery-image] Dec 13 22:19:17.181 INFO O| Dec 13 22:19:17.181 INFO skip step because feature "mfg" is not enabled
40252024-12-13T22:19:18.509Z[ recovery-image] Dec 13 22:19:17.182 INFO O| Dec 13 22:19:17.181 INFO STEP 16: pkg_install, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-01-os.json
40262024-12-13T22:19:18.509Z[ recovery-image] Dec 13 22:19:17.182 INFO O| Dec 13 22:19:17.181 INFO skip step because feature "compliance" is not enabled
40272024-12-13T22:19:18.509Z[ recovery-image] Dec 13 22:19:17.182 INFO O| Dec 13 22:19:17.181 INFO STEP 17: pkg_install, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-01-os.json
40282024-12-13T22:19:18.509Z[ recovery-image] Dec 13 22:19:17.182 INFO O| Dec 13 22:19:17.181 INFO skip step because feature "stress" is not enabled
40292024-12-13T22:19:18.509Z[ recovery-image] Dec 13 22:19:17.182 INFO O| Dec 13 22:19:17.181 INFO STEP 18: pkg_install, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-01-os.json
40302024-12-13T22:19:18.509Z[ recovery-image] Dec 13 22:19:17.182 INFO O| Dec 13 22:19:17.181 INFO skip step because feature "nfs" is not enabled
40312024-12-13T22:19:18.509Z[ recovery-image] Dec 13 22:19:17.182 INFO O| Dec 13 22:19:17.181 INFO creating output snapshot rpool/images/build/recovery/work/gimlet/ramdisk@os
40322024-12-13T22:19:18.509Z[ recovery-image] Dec 13 22:19:17.182 INFO O| Dec 13 22:19:17.182 INFO CREATE SNAPSHOT: rpool/images/build/recovery/work/gimlet/ramdisk@os
40332024-12-13T22:19:18.578Z[ recovery-image] Dec 13 22:19:17.253 INFO O| Dec 13 22:19:17.253 INFO DESTROY DATASET: rpool/images/build/recovery/tmp/gimlet/ramdisk-01-os
40342024-12-13T22:19:18.715Z[ recovery-image] Dec 13 22:19:17.389 INFO O| Dec 13 22:19:17.389 INFO completed processing gimlet/ramdisk-01-os
40352024-12-13T22:19:18.718Z[ recovery-image] Dec 13 22:19:17.393 INFO image builder template: ramdisk-02-trim...
40362024-12-13T22:19:18.718Z[ recovery-image] Dec 13 22:19:17.393 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/.tmpCpDBqP/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
40372024-12-13T22:19:18.764Z[ recovery-image] Dec 13 22:19:17.439 INFO O| Dec 13 22:19:17.439 INFO temporary dataset: rpool/images/build/recovery/tmp/gimlet/ramdisk-02-trim
40382024-12-13T22:19:18.787Z[ recovery-image] Dec 13 22:19:17.461 INFO O| Dec 13 22:19:17.461 INFO CREATE DATASET: rpool/images/build/recovery/tmp/gimlet/ramdisk-02-trim
40392024-12-13T22:19:18.926Z[ recovery-image] Dec 13 22:19:17.600 INFO O| Dec 13 22:19:17.600 INFO SET DATASET PROPERTY ON rpool/images/build/recovery/tmp/gimlet/ramdisk-02-trim: sync = disabled
40402024-12-13T22:19:19.022Z[ recovery-image] Dec 13 22:19:17.697 INFO O| Dec 13 22:19:17.697 INFO temporary directory: /rpool/images/build/recovery/tmp/gimlet/ramdisk-02-trim
40412024-12-13T22:19:19.025Z[ recovery-image] Dec 13 22:19:17.697 INFO O| Dec 13 22:19:17.697 INFO work dataset: rpool/images/build/recovery/work/gimlet/ramdisk
40422024-12-13T22:19:19.034Z[ recovery-image] Dec 13 22:19:17.709 INFO O| Dec 13 22:19:17.709 INFO looking for output snapshot rpool/images/build/recovery/work/gimlet/ramdisk@trim
40432024-12-13T22:19:19.047Z[ recovery-image] Dec 13 22:19:17.722 INFO O| Dec 13 22:19:17.722 INFO looking for input snapshot rpool/images/build/recovery/work/gimlet/ramdisk@os
40442024-12-13T22:19:19.068Z[ recovery-image] Dec 13 22:19:17.743 INFO O| Dec 13 22:19:17.743 INFO ROLLBACK TO SNAPSHOT: rpool/images/build/recovery/work/gimlet/ramdisk@os
40452024-12-13T22:19:19.450Z[ recovery-image] Dec 13 22:19:18.125 INFO O| Dec 13 22:19:18.125 INFO rolled back to input snapshot; work may begin
40462024-12-13T22:19:19.450Z[ recovery-image] Dec 13 22:19:18.125 INFO O| Dec 13 22:19:18.125 INFO CREATE DATASET: rpool/images/build/recovery/work/gimlet/ramdisk
40472024-12-13T22:19:19.491Z[ recovery-image] Dec 13 22:19:18.166 INFO O| Dec 13 22:19:18.166 INFO STEP 0: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
40482024-12-13T22:19:19.515Z[ recovery-image] Dec 13 22:19:18.190 INFO O| Dec 13 22:19:18.189 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/ramdisk/var/pkg"
40492024-12-13T22:19:19.692Z[ recovery-image] Dec 13 22:19:18.365 INFO O| Dec 13 22:19:18.365 INFO STEP 0 (remove_files) COMPLETE
40502024-12-13T22:19:19.692Z[ recovery-image] Dec 13 22:19:18.365 INFO O| Dec 13 22:19:18.365 INFO STEP 1: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
40512024-12-13T22:19:19.730Z[ recovery-image] Dec 13 22:19:18.402 INFO O| Dec 13 22:19:18.402 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/xpg4"
40522024-12-13T22:19:19.733Z[ recovery-image] Dec 13 22:19:18.405 INFO O| Dec 13 22:19:18.405 INFO STEP 1 (remove_files) COMPLETE
40532024-12-13T22:19:19.734Z[ recovery-image] Dec 13 22:19:18.406 INFO O| Dec 13 22:19:18.405 INFO STEP 2: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
40542024-12-13T22:19:19.753Z[ recovery-image] Dec 13 22:19:18.427 INFO O| Dec 13 22:19:18.427 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/include"
40552024-12-13T22:19:19.776Z[ recovery-image] Dec 13 22:19:18.451 INFO O| Dec 13 22:19:18.451 INFO STEP 2 (remove_files) COMPLETE
40562024-12-13T22:19:19.776Z[ recovery-image] Dec 13 22:19:18.451 INFO O| Dec 13 22:19:18.451 INFO STEP 3: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
40572024-12-13T22:19:19.805Z[ recovery-image] Dec 13 22:19:18.480 INFO O| Dec 13 22:19:18.480 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/demo"
40582024-12-13T22:19:19.809Z[ recovery-image] Dec 13 22:19:18.484 INFO O| Dec 13 22:19:18.484 INFO STEP 3 (remove_files) COMPLETE
40592024-12-13T22:19:19.810Z[ recovery-image] Dec 13 22:19:18.484 INFO O| Dec 13 22:19:18.484 INFO STEP 4: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
40602024-12-13T22:19:19.832Z[ recovery-image] Dec 13 22:19:18.507 INFO O| Dec 13 22:19:18.507 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/help"
40612024-12-13T22:19:19.839Z[ recovery-image] Dec 13 22:19:18.514 INFO O| Dec 13 22:19:18.514 INFO STEP 4 (remove_files) COMPLETE
40622024-12-13T22:19:19.839Z[ recovery-image] Dec 13 22:19:18.514 INFO O| Dec 13 22:19:18.514 INFO STEP 5: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
40632024-12-13T22:19:19.893Z[ recovery-image] Dec 13 22:19:18.568 INFO O| Dec 13 22:19:18.568 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/share/doc"
40642024-12-13T22:19:19.896Z[ recovery-image] Dec 13 22:19:18.569 INFO O| Dec 13 22:19:18.569 INFO STEP 5 (remove_files) COMPLETE
40652024-12-13T22:19:19.896Z[ recovery-image] Dec 13 22:19:18.569 INFO O| Dec 13 22:19:18.569 INFO STEP 6: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
40662024-12-13T22:19:19.925Z[ recovery-image] Dec 13 22:19:18.598 INFO O| Dec 13 22:19:18.597 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/share/bash-completion"
40672024-12-13T22:19:19.961Z[ recovery-image] Dec 13 22:19:18.618 INFO O| Dec 13 22:19:18.618 INFO STEP 6 (remove_files) COMPLETE
40682024-12-13T22:19:19.961Z[ recovery-image] Dec 13 22:19:18.618 INFO O| Dec 13 22:19:18.618 INFO STEP 7: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
40692024-12-13T22:19:19.961Z[ recovery-image] Dec 13 22:19:18.618 INFO O| Dec 13 22:19:18.618 INFO skip step because feature "recovery" is enabled
40702024-12-13T22:19:19.961Z[ recovery-image] Dec 13 22:19:18.618 INFO O| Dec 13 22:19:18.618 INFO STEP 8: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
40712024-12-13T22:19:19.961Z[ recovery-image] Dec 13 22:19:18.618 INFO O| Dec 13 22:19:18.618 INFO skip step because feature "recovery" is enabled
40722024-12-13T22:19:19.961Z[ recovery-image] Dec 13 22:19:18.618 INFO O| Dec 13 22:19:18.618 INFO STEP 9: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
40732024-12-13T22:19:19.961Z[ recovery-image] Dec 13 22:19:18.618 INFO O| Dec 13 22:19:18.618 INFO skip step because feature "recovery" is enabled
40742024-12-13T22:19:19.961Z[ recovery-image] Dec 13 22:19:18.618 INFO O| Dec 13 22:19:18.618 INFO STEP 10: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
40752024-12-13T22:19:20.043Z[ recovery-image] Dec 13 22:19:18.641 INFO O| Dec 13 22:19:18.640 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/ramdisk/etc/net-snmp"
40762024-12-13T22:19:20.043Z[ recovery-image] Dec 13 22:19:18.646 INFO O| Dec 13 22:19:18.646 INFO STEP 10 (remove_files) COMPLETE
40772024-12-13T22:19:20.043Z[ recovery-image] Dec 13 22:19:18.646 INFO O| Dec 13 22:19:18.646 INFO STEP 11: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
40782024-12-13T22:19:20.043Z[ recovery-image] Dec 13 22:19:18.668 INFO O| Dec 13 22:19:18.668 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/i386"
40792024-12-13T22:19:20.043Z[ recovery-image] Dec 13 22:19:18.670 INFO O| Dec 13 22:19:18.670 INFO STEP 11 (remove_files) COMPLETE
40802024-12-13T22:19:20.043Z[ recovery-image] Dec 13 22:19:18.670 INFO O| Dec 13 22:19:18.670 INFO STEP 12: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
40812024-12-13T22:19:20.043Z[ recovery-image] Dec 13 22:19:18.692 INFO O| Dec 13 22:19:18.692 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/ramdisk/platform/i86xpv"
40822024-12-13T22:19:20.043Z[ recovery-image] Dec 13 22:19:18.695 INFO O| Dec 13 22:19:18.695 INFO STEP 12 (remove_files) COMPLETE
40832024-12-13T22:19:20.043Z[ recovery-image] Dec 13 22:19:18.695 INFO O| Dec 13 22:19:18.695 INFO STEP 13: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
40842024-12-13T22:19:20.142Z[ recovery-image] Dec 13 22:19:18.815 INFO O| Dec 13 22:19:18.815 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libncurses++.a"
40852024-12-13T22:19:20.145Z[ recovery-image] Dec 13 22:19:18.818 INFO O| Dec 13 22:19:18.818 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libtddl.a"
40862024-12-13T22:19:20.153Z[ recovery-image] Dec 13 22:19:18.826 INFO O| Dec 13 22:19:18.826 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/libncurses++.a"
40872024-12-13T22:19:20.224Z[ recovery-image] Dec 13 22:19:18.899 INFO O| Dec 13 22:19:18.899 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/libtddl.a"
40882024-12-13T22:19:20.483Z[ recovery-image] Dec 13 22:19:19.158 INFO O| Dec 13 22:19:19.157 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/opt/ooce/jq/lib/amd64/libjq.a"
40892024-12-13T22:19:20.501Z[ recovery-image] Dec 13 22:19:19.176 INFO O| Dec 13 22:19:19.176 INFO STEP 13 (remove_files) COMPLETE
40902024-12-13T22:19:20.501Z[ recovery-image] Dec 13 22:19:19.176 INFO O| Dec 13 22:19:19.176 INFO STEP 14: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
40912024-12-13T22:19:20.525Z[ recovery-image] Dec 13 22:19:19.200 INFO O| Dec 13 22:19:19.200 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/ramdisk/boot"
40922024-12-13T22:19:20.529Z[ recovery-image] Dec 13 22:19:19.202 INFO O| Dec 13 22:19:19.202 INFO STEP 14 (remove_files) COMPLETE
40932024-12-13T22:19:20.529Z[ recovery-image] Dec 13 22:19:19.202 INFO O| Dec 13 22:19:19.202 INFO STEP 15: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
40942024-12-13T22:19:20.550Z[ recovery-image] Dec 13 22:19:19.225 INFO O| Dec 13 22:19:19.225 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/ramdisk/platform/i86pc"
40952024-12-13T22:19:20.562Z[ recovery-image] Dec 13 22:19:19.237 INFO O| Dec 13 22:19:19.237 INFO STEP 15 (remove_files) COMPLETE
40962024-12-13T22:19:20.562Z[ recovery-image] Dec 13 22:19:19.237 INFO O| Dec 13 22:19:19.237 INFO STEP 16: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
40972024-12-13T22:19:20.599Z[ recovery-image] Dec 13 22:19:19.274 INFO O| Dec 13 22:19:19.274 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/platform/i86xpv"
40982024-12-13T22:19:20.602Z[ recovery-image] Dec 13 22:19:19.275 INFO O| Dec 13 22:19:19.275 INFO STEP 16 (remove_files) COMPLETE
40992024-12-13T22:19:20.602Z[ recovery-image] Dec 13 22:19:19.275 INFO O| Dec 13 22:19:19.275 INFO STEP 17: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
41002024-12-13T22:19:20.623Z[ recovery-image] Dec 13 22:19:19.297 INFO O| Dec 13 22:19:19.297 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/platform/i86pc"
41012024-12-13T22:19:20.629Z[ recovery-image] Dec 13 22:19:19.299 INFO O| Dec 13 22:19:19.299 INFO STEP 17 (remove_files) COMPLETE
41022024-12-13T22:19:20.629Z[ recovery-image] Dec 13 22:19:19.299 INFO O| Dec 13 22:19:19.299 INFO STEP 18: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
41032024-12-13T22:19:20.634Z[ host-image] Dec 13 22:19:19.309 INFO O| Dec 13 22:19:19.309 INFO O| Done
41042024-12-13T22:19:20.644Z[ recovery-image] Dec 13 22:19:19.319 INFO O| Dec 13 22:19:19.319 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/kernel/misc/amd64/acpica"
41052024-12-13T22:19:20.647Z[ recovery-image] Dec 13 22:19:19.320 INFO O| Dec 13 22:19:19.320 INFO STEP 18 (remove_files) COMPLETE
41062024-12-13T22:19:20.647Z[ recovery-image] Dec 13 22:19:19.320 INFO O| Dec 13 22:19:19.320 INFO STEP 19: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
41072024-12-13T22:19:20.665Z[ recovery-image] Dec 13 22:19:19.340 INFO O| Dec 13 22:19:19.340 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/kernel/misc/amd64/tem"
41082024-12-13T22:19:20.665Z[ recovery-image] Dec 13 22:19:19.340 INFO O| Dec 13 22:19:19.340 INFO STEP 19 (remove_files) COMPLETE
41092024-12-13T22:19:20.668Z[ recovery-image] Dec 13 22:19:19.340 INFO O| Dec 13 22:19:19.340 INFO STEP 20: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
41102024-12-13T22:19:20.686Z[ recovery-image] Dec 13 22:19:19.361 INFO O| Dec 13 22:19:19.361 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/kernel/misc/amd64/kbtrans"
41112024-12-13T22:19:20.690Z[ recovery-image] Dec 13 22:19:19.361 INFO O| Dec 13 22:19:19.361 INFO STEP 20 (remove_files) COMPLETE
41122024-12-13T22:19:20.690Z[ recovery-image] Dec 13 22:19:19.361 INFO O| Dec 13 22:19:19.361 INFO STEP 21: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
41132024-12-13T22:19:20.705Z[ recovery-image] Dec 13 22:19:19.380 INFO O| Dec 13 22:19:19.380 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/kernel/drv/amd64/wc"
41142024-12-13T22:19:20.708Z[ recovery-image] Dec 13 22:19:19.381 INFO O| Dec 13 22:19:19.380 INFO STEP 21 (remove_files) COMPLETE
41152024-12-13T22:19:20.708Z[ recovery-image] Dec 13 22:19:19.381 INFO O| Dec 13 22:19:19.381 INFO STEP 22: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
41162024-12-13T22:19:20.714Z[ host-image] Dec 13 22:19:19.388 INFO O| Dec 13 22:19:19.388 INFO O| Done
41172024-12-13T22:19:20.717Z[ host-image] Dec 13 22:19:19.388 INFO O| Dec 13 22:19:19.388 INFO O| Done
41182024-12-13T22:19:20.727Z[ recovery-image] Dec 13 22:19:19.402 INFO O| Dec 13 22:19:19.402 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/kernel/drv/amd64/acpi_drv"
41192024-12-13T22:19:20.727Z[ recovery-image] Dec 13 22:19:19.402 INFO O| Dec 13 22:19:19.402 INFO STEP 22 (remove_files) COMPLETE
41202024-12-13T22:19:20.729Z[ recovery-image] Dec 13 22:19:19.402 INFO O| Dec 13 22:19:19.402 INFO STEP 23: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
41212024-12-13T22:19:20.750Z[ recovery-image] Dec 13 22:19:19.425 INFO O| Dec 13 22:19:19.425 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/kernel/drv/amd64/conskbd"
41222024-12-13T22:19:20.753Z[ recovery-image] Dec 13 22:19:19.426 INFO O| Dec 13 22:19:19.425 INFO STEP 23 (remove_files) COMPLETE
41232024-12-13T22:19:20.753Z[ recovery-image] Dec 13 22:19:19.426 INFO O| Dec 13 22:19:19.426 INFO STEP 24: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
41242024-12-13T22:19:20.756Z[ host-image] Dec 13 22:19:19.430 INFO O| Dec 13 22:19:19.430 INFO O| Done
41252024-12-13T22:19:20.777Z[ recovery-image] Dec 13 22:19:19.451 INFO O| Dec 13 22:19:19.451 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/kernel/drv/amd64/tzmon"
41262024-12-13T22:19:20.779Z[ recovery-image] Dec 13 22:19:19.452 INFO O| Dec 13 22:19:19.451 INFO STEP 24 (remove_files) COMPLETE
41272024-12-13T22:19:20.779Z[ recovery-image] Dec 13 22:19:19.452 INFO O| Dec 13 22:19:19.452 INFO STEP 25: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
41282024-12-13T22:19:20.799Z[ recovery-image] Dec 13 22:19:19.474 INFO O| Dec 13 22:19:19.474 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/kernel/drv/amd64/power"
41292024-12-13T22:19:20.803Z[ recovery-image] Dec 13 22:19:19.474 INFO O| Dec 13 22:19:19.474 INFO STEP 25 (remove_files) COMPLETE
41302024-12-13T22:19:20.803Z[ recovery-image] Dec 13 22:19:19.474 INFO O| Dec 13 22:19:19.474 INFO STEP 26: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
41312024-12-13T22:19:20.822Z[ recovery-image] Dec 13 22:19:19.496 INFO O| Dec 13 22:19:19.496 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/kernel/drv/amd64/audio"
41322024-12-13T22:19:20.822Z[ recovery-image] Dec 13 22:19:19.496 INFO O| Dec 13 22:19:19.496 INFO STEP 26 (remove_files) COMPLETE
41332024-12-13T22:19:20.825Z[ recovery-image] Dec 13 22:19:19.496 INFO O| Dec 13 22:19:19.496 INFO STEP 27: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
41342024-12-13T22:19:20.843Z[ recovery-image] Dec 13 22:19:19.518 INFO O| Dec 13 22:19:19.518 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/kernel/drv/amd64/audio1575"
41352024-12-13T22:19:20.843Z[ recovery-image] Dec 13 22:19:19.518 INFO O| Dec 13 22:19:19.518 INFO STEP 27 (remove_files) COMPLETE
41362024-12-13T22:19:20.846Z[ recovery-image] Dec 13 22:19:19.518 INFO O| Dec 13 22:19:19.518 INFO STEP 28: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
41372024-12-13T22:19:20.884Z[ recovery-image] Dec 13 22:19:19.559 INFO O| Dec 13 22:19:19.559 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/kernel/drv/amd64/audioens"
41382024-12-13T22:19:20.884Z[ recovery-image] Dec 13 22:19:19.559 INFO O| Dec 13 22:19:19.559 INFO STEP 28 (remove_files) COMPLETE
41392024-12-13T22:19:20.884Z[ recovery-image] Dec 13 22:19:19.559 INFO O| Dec 13 22:19:19.559 INFO STEP 29: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
41402024-12-13T22:19:20.964Z[ recovery-image] Dec 13 22:19:19.638 INFO O| Dec 13 22:19:19.638 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/kernel/drv/amd64/audiopci"
41412024-12-13T22:19:20.968Z[ recovery-image] Dec 13 22:19:19.638 INFO O| Dec 13 22:19:19.638 INFO STEP 29 (remove_files) COMPLETE
41422024-12-13T22:19:20.968Z[ recovery-image] Dec 13 22:19:19.638 INFO O| Dec 13 22:19:19.638 INFO STEP 30: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
41432024-12-13T22:19:20.986Z[ host-image] Dec 13 22:19:19.660 INFO O| Dec 13 22:19:19.660 INFO STEP 12 (pkg_install) COMPLETE
41442024-12-13T22:19:20.986Z[ host-image] Dec 13 22:19:19.660 INFO O| Dec 13 22:19:19.660 INFO STEP 13: pkg_install, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-01-os.json
41452024-12-13T22:19:21.010Z[ recovery-image] Dec 13 22:19:19.670 INFO O| Dec 13 22:19:19.670 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/kernel/drv/amd64/audiots"
41462024-12-13T22:19:21.010Z[ host-image] Dec 13 22:19:19.680 INFO O| Dec 13 22:19:19.680 INFO exec: ["/usr/bin/pkg", "-R", "/rpool/images/build/host/work/gimlet/ramdisk", "install", "/library/libxmlsec1", "/ooce/library/postgresql-13", "/system/zones/brand/omicron1"]
41472024-12-13T22:19:21.010Z[ recovery-image] Dec 13 22:19:19.670 INFO O| Dec 13 22:19:19.670 INFO STEP 30 (remove_files) COMPLETE
41482024-12-13T22:19:21.010Z[ recovery-image] Dec 13 22:19:19.670 INFO O| Dec 13 22:19:19.670 INFO STEP 31: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
41492024-12-13T22:19:21.036Z[ recovery-image] Dec 13 22:19:19.711 INFO O| Dec 13 22:19:19.711 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/kernel/drv/amd64/ehci"
41502024-12-13T22:19:21.036Z[ recovery-image] Dec 13 22:19:19.711 INFO O| Dec 13 22:19:19.711 INFO STEP 31 (remove_files) COMPLETE
41512024-12-13T22:19:21.042Z[ recovery-image] Dec 13 22:19:19.711 INFO O| Dec 13 22:19:19.711 INFO STEP 32: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
41522024-12-13T22:19:21.075Z[ recovery-image] Dec 13 22:19:19.749 INFO O| Dec 13 22:19:19.749 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/kernel/drv/amd64/hid"
41532024-12-13T22:19:21.075Z[ recovery-image] Dec 13 22:19:19.749 INFO O| Dec 13 22:19:19.749 INFO STEP 32 (remove_files) COMPLETE
41542024-12-13T22:19:21.075Z[ recovery-image] Dec 13 22:19:19.749 INFO O| Dec 13 22:19:19.749 INFO STEP 33: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
41552024-12-13T22:19:21.097Z[ recovery-image] Dec 13 22:19:19.771 INFO O| Dec 13 22:19:19.771 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/kernel/drv/amd64/hubd"
41562024-12-13T22:19:21.097Z[ recovery-image] Dec 13 22:19:19.771 INFO O| Dec 13 22:19:19.771 INFO STEP 33 (remove_files) COMPLETE
41572024-12-13T22:19:21.097Z[ recovery-image] Dec 13 22:19:19.771 INFO O| Dec 13 22:19:19.771 INFO STEP 34: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
41582024-12-13T22:19:21.119Z[ recovery-image] Dec 13 22:19:19.793 INFO O| Dec 13 22:19:19.793 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/kernel/drv/amd64/ohci"
41592024-12-13T22:19:21.122Z[ recovery-image] Dec 13 22:19:19.793 INFO O| Dec 13 22:19:19.793 INFO STEP 34 (remove_files) COMPLETE
41602024-12-13T22:19:21.122Z[ recovery-image] Dec 13 22:19:19.793 INFO O| Dec 13 22:19:19.793 INFO STEP 35: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
41612024-12-13T22:19:21.140Z[ recovery-image] Dec 13 22:19:19.814 INFO O| Dec 13 22:19:19.814 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/kernel/drv/amd64/scsa2usb"
41622024-12-13T22:19:21.143Z[ recovery-image] Dec 13 22:19:19.815 INFO O| Dec 13 22:19:19.815 INFO STEP 35 (remove_files) COMPLETE
41632024-12-13T22:19:21.143Z[ recovery-image] Dec 13 22:19:19.815 INFO O| Dec 13 22:19:19.815 INFO STEP 36: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
41642024-12-13T22:19:21.163Z[ recovery-image] Dec 13 22:19:19.836 INFO O| Dec 13 22:19:19.836 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/kernel/drv/amd64/uhci"
41652024-12-13T22:19:21.166Z[ recovery-image] Dec 13 22:19:19.836 INFO O| Dec 13 22:19:19.836 INFO STEP 36 (remove_files) COMPLETE
41662024-12-13T22:19:21.166Z[ recovery-image] Dec 13 22:19:19.837 INFO O| Dec 13 22:19:19.836 INFO STEP 37: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
41672024-12-13T22:19:21.183Z[ recovery-image] Dec 13 22:19:19.858 INFO O| Dec 13 22:19:19.858 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/kernel/drv/amd64/usb_ac"
41682024-12-13T22:19:21.186Z[ recovery-image] Dec 13 22:19:19.858 INFO O| Dec 13 22:19:19.858 INFO STEP 37 (remove_files) COMPLETE
41692024-12-13T22:19:21.186Z[ recovery-image] Dec 13 22:19:19.858 INFO O| Dec 13 22:19:19.858 INFO STEP 38: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
41702024-12-13T22:19:21.220Z[ recovery-image] Dec 13 22:19:19.894 INFO O| Dec 13 22:19:19.894 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/kernel/drv/amd64/usb_as"
41712024-12-13T22:19:21.220Z[ recovery-image] Dec 13 22:19:19.894 INFO O| Dec 13 22:19:19.894 INFO STEP 38 (remove_files) COMPLETE
41722024-12-13T22:19:21.220Z[ recovery-image] Dec 13 22:19:19.894 INFO O| Dec 13 22:19:19.894 INFO STEP 39: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
41732024-12-13T22:19:21.241Z[ recovery-image] Dec 13 22:19:19.915 INFO O| Dec 13 22:19:19.915 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/kernel/drv/amd64/usb_ia"
41742024-12-13T22:19:21.241Z[ recovery-image] Dec 13 22:19:19.915 INFO O| Dec 13 22:19:19.915 INFO STEP 39 (remove_files) COMPLETE
41752024-12-13T22:19:21.243Z[ recovery-image] Dec 13 22:19:19.916 INFO O| Dec 13 22:19:19.915 INFO STEP 40: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
41762024-12-13T22:19:21.279Z[ recovery-image] Dec 13 22:19:19.953 INFO O| Dec 13 22:19:19.953 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/kernel/drv/amd64/usb_mid"
41772024-12-13T22:19:21.279Z[ recovery-image] Dec 13 22:19:19.953 INFO O| Dec 13 22:19:19.953 INFO STEP 40 (remove_files) COMPLETE
41782024-12-13T22:19:21.279Z[ recovery-image] Dec 13 22:19:19.953 INFO O| Dec 13 22:19:19.953 INFO STEP 41: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
41792024-12-13T22:19:21.323Z[ recovery-image] Dec 13 22:19:19.998 INFO O| Dec 13 22:19:19.998 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/kernel/drv/amd64/usbprn"
41802024-12-13T22:19:21.323Z[ recovery-image] Dec 13 22:19:19.998 INFO O| Dec 13 22:19:19.998 INFO STEP 41 (remove_files) COMPLETE
41812024-12-13T22:19:21.323Z[ recovery-image] Dec 13 22:19:19.998 INFO O| Dec 13 22:19:19.998 INFO STEP 42: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
41822024-12-13T22:19:21.344Z[ recovery-image] Dec 13 22:19:20.018 INFO O| Dec 13 22:19:20.018 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/kernel/drv/amd64/xhci"
41832024-12-13T22:19:21.346Z[ recovery-image] Dec 13 22:19:20.019 INFO O| Dec 13 22:19:20.019 INFO STEP 42 (remove_files) COMPLETE
41842024-12-13T22:19:21.346Z[ recovery-image] Dec 13 22:19:20.019 INFO O| Dec 13 22:19:20.019 INFO STEP 43: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
41852024-12-13T22:19:21.373Z[ recovery-image] Dec 13 22:19:20.047 INFO O| Dec 13 22:19:20.047 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/kernel/drv/amd64/intel_nhm"
41862024-12-13T22:19:21.373Z[ recovery-image] Dec 13 22:19:20.047 INFO O| Dec 13 22:19:20.047 INFO STEP 43 (remove_files) COMPLETE
41872024-12-13T22:19:21.373Z[ recovery-image] Dec 13 22:19:20.047 INFO O| Dec 13 22:19:20.047 INFO STEP 44: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
41882024-12-13T22:19:21.428Z[ recovery-image] Dec 13 22:19:20.102 INFO O| Dec 13 22:19:20.102 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/kernel/drv/amd64/intel_nb5000"
41892024-12-13T22:19:21.428Z[ recovery-image] Dec 13 22:19:20.102 INFO O| Dec 13 22:19:20.102 INFO STEP 44 (remove_files) COMPLETE
41902024-12-13T22:19:21.428Z[ recovery-image] Dec 13 22:19:20.102 INFO O| Dec 13 22:19:20.102 INFO STEP 45: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
41912024-12-13T22:19:21.458Z[ recovery-image] Dec 13 22:19:20.133 INFO O| Dec 13 22:19:20.133 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/kernel/drv/amd64/mc-amd"
41922024-12-13T22:19:21.458Z[ recovery-image] Dec 13 22:19:20.133 INFO O| Dec 13 22:19:20.133 INFO STEP 45 (remove_files) COMPLETE
41932024-12-13T22:19:21.458Z[ recovery-image] Dec 13 22:19:20.133 INFO O| Dec 13 22:19:20.133 INFO STEP 46: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
41942024-12-13T22:19:21.480Z[ recovery-image] Dec 13 22:19:20.153 INFO O| Dec 13 22:19:20.153 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/kernel/drv/amd64/acpi_toshiba"
41952024-12-13T22:19:21.480Z[ recovery-image] Dec 13 22:19:20.154 INFO O| Dec 13 22:19:20.154 INFO STEP 46 (remove_files) COMPLETE
41962024-12-13T22:19:21.480Z[ recovery-image] Dec 13 22:19:20.154 INFO O| Dec 13 22:19:20.154 INFO STEP 47: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
41972024-12-13T22:19:21.500Z[ recovery-image] Dec 13 22:19:20.174 INFO O| Dec 13 22:19:20.174 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/kernel/drv/amd64/intel_nhmex"
41982024-12-13T22:19:21.500Z[ recovery-image] Dec 13 22:19:20.175 INFO O| Dec 13 22:19:20.175 INFO STEP 47 (remove_files) COMPLETE
41992024-12-13T22:19:21.503Z[ recovery-image] Dec 13 22:19:20.175 INFO O| Dec 13 22:19:20.175 INFO STEP 48: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
42002024-12-13T22:19:21.527Z[ recovery-image] Dec 13 22:19:20.201 INFO O| Dec 13 22:19:20.201 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/kernel/drv/intel_nhmex.conf"
42012024-12-13T22:19:21.527Z[ recovery-image] Dec 13 22:19:20.201 INFO O| Dec 13 22:19:20.201 INFO STEP 48 (remove_files) COMPLETE
42022024-12-13T22:19:21.530Z[ recovery-image] Dec 13 22:19:20.201 INFO O| Dec 13 22:19:20.201 INFO STEP 49: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
42032024-12-13T22:19:21.555Z[ recovery-image] Dec 13 22:19:20.222 INFO O| Dec 13 22:19:20.222 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/kernel/drv/amd64/mpt"
42042024-12-13T22:19:21.555Z[ recovery-image] Dec 13 22:19:20.222 INFO O| Dec 13 22:19:20.222 INFO STEP 49 (remove_files) COMPLETE
42052024-12-13T22:19:21.555Z[ recovery-image] Dec 13 22:19:20.222 INFO O| Dec 13 22:19:20.222 INFO STEP 50: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
42062024-12-13T22:19:21.569Z[ recovery-image] Dec 13 22:19:20.243 INFO O| Dec 13 22:19:20.243 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/kernel/drv/mpt.conf"
42072024-12-13T22:19:21.569Z[ recovery-image] Dec 13 22:19:20.243 INFO O| Dec 13 22:19:20.243 INFO STEP 50 (remove_files) COMPLETE
42082024-12-13T22:19:21.569Z[ recovery-image] Dec 13 22:19:20.243 INFO O| Dec 13 22:19:20.243 INFO STEP 51: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
42092024-12-13T22:19:21.591Z[ recovery-image] Dec 13 22:19:20.266 INFO O| Dec 13 22:19:20.265 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/fmd/plugins/ses-log-transport.so"
42102024-12-13T22:19:21.591Z[ recovery-image] Dec 13 22:19:20.266 INFO O| Dec 13 22:19:20.266 INFO STEP 51 (remove_files) COMPLETE
42112024-12-13T22:19:21.594Z[ recovery-image] Dec 13 22:19:20.266 INFO O| Dec 13 22:19:20.266 INFO STEP 52: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
42122024-12-13T22:19:21.621Z[ recovery-image] Dec 13 22:19:20.294 INFO O| Dec 13 22:19:20.294 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/fmd/plugins/ses-log-transport.conf"
42132024-12-13T22:19:21.625Z[ recovery-image] Dec 13 22:19:20.294 INFO O| Dec 13 22:19:20.294 INFO STEP 52 (remove_files) COMPLETE
42142024-12-13T22:19:21.625Z[ recovery-image] Dec 13 22:19:20.294 INFO O| Dec 13 22:19:20.294 INFO STEP 53: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
42152024-12-13T22:19:21.645Z[ recovery-image] Dec 13 22:19:20.319 INFO O| Dec 13 22:19:20.318 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/sbin/bootadm"
42162024-12-13T22:19:21.648Z[ recovery-image] Dec 13 22:19:20.319 INFO O| Dec 13 22:19:20.319 INFO STEP 53 (remove_files) COMPLETE
42172024-12-13T22:19:21.648Z[ recovery-image] Dec 13 22:19:20.319 INFO O| Dec 13 22:19:20.319 INFO STEP 54: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
42182024-12-13T22:19:21.667Z[ recovery-image] Dec 13 22:19:20.341 INFO O| Dec 13 22:19:20.341 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/bootadm"
42192024-12-13T22:19:21.670Z[ recovery-image] Dec 13 22:19:20.342 INFO O| Dec 13 22:19:20.341 INFO STEP 54 (remove_files) COMPLETE
42202024-12-13T22:19:21.670Z[ recovery-image] Dec 13 22:19:20.342 INFO O| Dec 13 22:19:20.342 INFO STEP 55: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
42212024-12-13T22:19:21.711Z[ recovery-image] Dec 13 22:19:20.386 INFO O| Dec 13 22:19:20.386 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/sbin/beadm"
42222024-12-13T22:19:21.714Z[ recovery-image] Dec 13 22:19:20.386 INFO O| Dec 13 22:19:20.386 INFO STEP 55 (remove_files) COMPLETE
42232024-12-13T22:19:21.714Z[ recovery-image] Dec 13 22:19:20.386 INFO O| Dec 13 22:19:20.386 INFO STEP 56: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
42242024-12-13T22:19:21.738Z[ recovery-image] Dec 13 22:19:20.412 INFO O| Dec 13 22:19:20.412 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/beadm"
42252024-12-13T22:19:21.740Z[ recovery-image] Dec 13 22:19:20.412 INFO O| Dec 13 22:19:20.412 INFO STEP 56 (remove_files) COMPLETE
42262024-12-13T22:19:21.740Z[ recovery-image] Dec 13 22:19:20.413 INFO O| Dec 13 22:19:20.412 INFO STEP 57: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
42272024-12-13T22:19:21.768Z[ recovery-image] Dec 13 22:19:20.442 INFO O| Dec 13 22:19:20.442 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/etc/default/tar"
42282024-12-13T22:19:21.768Z[ recovery-image] Dec 13 22:19:20.442 INFO O| Dec 13 22:19:20.442 INFO STEP 57 (remove_files) COMPLETE
42292024-12-13T22:19:21.768Z[ recovery-image] Dec 13 22:19:20.442 INFO O| Dec 13 22:19:20.442 INFO STEP 58: ensure_file, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
42302024-12-13T22:19:21.791Z[ recovery-image] Dec 13 22:19:20.465 INFO O| Dec 13 22:19:20.465 WARN file /rpool/images/build/recovery/work/gimlet/ramdisk/lib/svc/method/keymap exists, with wrong contents, unlinking
42312024-12-13T22:19:21.791Z[ recovery-image] Dec 13 22:19:20.465 INFO O| Dec 13 22:19:20.465 INFO writing /rpool/images/build/recovery/work/gimlet/ramdisk/lib/svc/method/keymap ...
42322024-12-13T22:19:21.794Z[ recovery-image] Dec 13 22:19:20.466 INFO O| Dec 13 22:19:20.465 INFO perms are 644, should be 755, path: /rpool/images/build/recovery/work/gimlet/ramdisk/lib/svc/method/keymap
42332024-12-13T22:19:21.794Z[ recovery-image] Dec 13 22:19:20.466 INFO O| Dec 13 22:19:20.466 INFO chmod ok, path: /rpool/images/build/recovery/work/gimlet/ramdisk/lib/svc/method/keymap
42342024-12-13T22:19:21.794Z[ recovery-image] Dec 13 22:19:20.466 INFO O| Dec 13 22:19:20.466 INFO ownership wrong (Id(0):Id(0), not 0:2), path: /rpool/images/build/recovery/work/gimlet/ramdisk/lib/svc/method/keymap
42352024-12-13T22:19:21.794Z[ recovery-image] Dec 13 22:19:20.466 INFO O| Dec 13 22:19:20.466 INFO chown ok, path: /rpool/images/build/recovery/work/gimlet/ramdisk/lib/svc/method/keymap
42362024-12-13T22:19:21.794Z[ recovery-image] Dec 13 22:19:20.466 INFO O| Dec 13 22:19:20.466 INFO ok!
42372024-12-13T22:19:21.794Z[ recovery-image] Dec 13 22:19:20.466 INFO O| Dec 13 22:19:20.466 INFO STEP 58 (ensure_file) COMPLETE
42382024-12-13T22:19:21.794Z[ recovery-image] Dec 13 22:19:20.466 INFO O| Dec 13 22:19:20.466 INFO STEP 59: ensure_file, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
42392024-12-13T22:19:21.815Z[ recovery-image] Dec 13 22:19:20.489 INFO O| Dec 13 22:19:20.489 WARN file /rpool/images/build/recovery/work/gimlet/ramdisk/lib/svc/bin/rootisramdisk exists, with wrong contents, unlinking
42402024-12-13T22:19:21.815Z[ recovery-image] Dec 13 22:19:20.489 INFO O| Dec 13 22:19:20.489 INFO copying /work/oxidecomputer/helios/image/templates/files/rootisramdisk -> /rpool/images/build/recovery/work/gimlet/ramdisk/lib/svc/bin/rootisramdisk ...
42412024-12-13T22:19:21.819Z[ recovery-image] Dec 13 22:19:20.489 INFO O| Dec 13 22:19:20.489 INFO perms are 644, should be 755, path: /rpool/images/build/recovery/work/gimlet/ramdisk/lib/svc/bin/rootisramdisk
42422024-12-13T22:19:21.819Z[ recovery-image] Dec 13 22:19:20.489 INFO O| Dec 13 22:19:20.489 INFO chmod ok, path: /rpool/images/build/recovery/work/gimlet/ramdisk/lib/svc/bin/rootisramdisk
42432024-12-13T22:19:21.820Z[ recovery-image] Dec 13 22:19:20.489 INFO O| Dec 13 22:19:20.489 INFO ownership wrong (Id(0):Id(0), not 0:3), path: /rpool/images/build/recovery/work/gimlet/ramdisk/lib/svc/bin/rootisramdisk
42442024-12-13T22:19:21.820Z[ recovery-image] Dec 13 22:19:20.489 INFO O| Dec 13 22:19:20.489 INFO chown ok, path: /rpool/images/build/recovery/work/gimlet/ramdisk/lib/svc/bin/rootisramdisk
42452024-12-13T22:19:21.820Z[ recovery-image] Dec 13 22:19:20.489 INFO O| Dec 13 22:19:20.489 INFO ok!
42462024-12-13T22:19:21.820Z[ recovery-image] Dec 13 22:19:20.489 INFO O| Dec 13 22:19:20.489 INFO STEP 59 (ensure_file) COMPLETE
42472024-12-13T22:19:21.820Z[ recovery-image] Dec 13 22:19:20.489 INFO O| Dec 13 22:19:20.489 INFO STEP 60: ensure_file, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
42482024-12-13T22:19:21.836Z[ recovery-image] Dec 13 22:19:20.510 INFO O| Dec 13 22:19:20.510 INFO file /rpool/images/build/recovery/work/gimlet/ramdisk/root/.bash_profile does not exist
42492024-12-13T22:19:21.836Z[ recovery-image] Dec 13 22:19:20.510 INFO O| Dec 13 22:19:20.510 INFO copying /work/oxidecomputer/helios/image/templates/files/bash_profile -> /rpool/images/build/recovery/work/gimlet/ramdisk/root/.bash_profile ...
42502024-12-13T22:19:21.836Z[ recovery-image] Dec 13 22:19:20.510 INFO O| Dec 13 22:19:20.510 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/ramdisk/root/.bash_profile
42512024-12-13T22:19:21.836Z[ recovery-image] Dec 13 22:19:20.510 INFO O| Dec 13 22:19:20.510 INFO ok!
42522024-12-13T22:19:21.836Z[ recovery-image] Dec 13 22:19:20.510 INFO O| Dec 13 22:19:20.510 INFO STEP 60 (ensure_file) COMPLETE
42532024-12-13T22:19:21.836Z[ recovery-image] Dec 13 22:19:20.510 INFO O| Dec 13 22:19:20.510 INFO STEP 61: ensure_file, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
42542024-12-13T22:19:21.856Z[ recovery-image] Dec 13 22:19:20.530 INFO O| Dec 13 22:19:20.530 WARN file /rpool/images/build/recovery/work/gimlet/ramdisk/root/.bashrc exists, with wrong contents, unlinking
42552024-12-13T22:19:21.856Z[ recovery-image] Dec 13 22:19:20.530 INFO O| Dec 13 22:19:20.530 INFO copying /work/oxidecomputer/helios/image/templates/files/bashrc -> /rpool/images/build/recovery/work/gimlet/ramdisk/root/.bashrc ...
42562024-12-13T22:19:21.859Z[ recovery-image] Dec 13 22:19:20.530 INFO O| Dec 13 22:19:20.530 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/ramdisk/root/.bashrc
42572024-12-13T22:19:21.859Z[ recovery-image] Dec 13 22:19:20.530 INFO O| Dec 13 22:19:20.530 INFO ok!
42582024-12-13T22:19:21.859Z[ recovery-image] Dec 13 22:19:20.530 INFO O| Dec 13 22:19:20.530 INFO STEP 61 (ensure_file) COMPLETE
42592024-12-13T22:19:21.859Z[ recovery-image] Dec 13 22:19:20.530 INFO O| Dec 13 22:19:20.530 INFO STEP 62: ensure_file, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
42602024-12-13T22:19:21.878Z[ recovery-image] Dec 13 22:19:20.552 INFO O| Dec 13 22:19:20.552 WARN file /rpool/images/build/recovery/work/gimlet/ramdisk/etc/motd exists, with wrong contents, unlinking
42612024-12-13T22:19:21.878Z[ recovery-image] Dec 13 22:19:20.552 INFO O| Dec 13 22:19:20.552 INFO copying /work/oxidecomputer/helios/image/templates/files/motd -> /rpool/images/build/recovery/work/gimlet/ramdisk/etc/motd ...
42622024-12-13T22:19:21.881Z[ recovery-image] Dec 13 22:19:20.553 INFO O| Dec 13 22:19:20.552 INFO ownership wrong (Id(0):Id(0), not 0:3), path: /rpool/images/build/recovery/work/gimlet/ramdisk/etc/motd
42632024-12-13T22:19:21.881Z[ recovery-image] Dec 13 22:19:20.553 INFO O| Dec 13 22:19:20.553 INFO chown ok, path: /rpool/images/build/recovery/work/gimlet/ramdisk/etc/motd
42642024-12-13T22:19:21.881Z[ recovery-image] Dec 13 22:19:20.553 INFO O| Dec 13 22:19:20.553 INFO ok!
42652024-12-13T22:19:21.881Z[ recovery-image] Dec 13 22:19:20.553 INFO O| Dec 13 22:19:20.553 INFO STEP 62 (ensure_file) COMPLETE
42662024-12-13T22:19:21.881Z[ recovery-image] Dec 13 22:19:20.553 INFO O| Dec 13 22:19:20.553 INFO STEP 63: ensure_file, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
42672024-12-13T22:19:21.921Z[ recovery-image] Dec 13 22:19:20.596 INFO O| Dec 13 22:19:20.596 INFO file /rpool/images/build/recovery/work/gimlet/ramdisk/etc/system.d/zfs:dbuf does not exist
42682024-12-13T22:19:21.921Z[ recovery-image] Dec 13 22:19:20.596 INFO O| Dec 13 22:19:20.596 INFO copying /work/oxidecomputer/helios/image/templates/files/gimlet-system-zfs:dbuf -> /rpool/images/build/recovery/work/gimlet/ramdisk/etc/system.d/zfs:dbuf ...
42692024-12-13T22:19:21.921Z[ recovery-image] Dec 13 22:19:20.596 INFO O| Dec 13 22:19:20.596 INFO ownership wrong (Id(0):Id(0), not 0:3), path: /rpool/images/build/recovery/work/gimlet/ramdisk/etc/system.d/zfs:dbuf
42702024-12-13T22:19:21.925Z[ recovery-image] Dec 13 22:19:20.596 INFO O| Dec 13 22:19:20.596 INFO chown ok, path: /rpool/images/build/recovery/work/gimlet/ramdisk/etc/system.d/zfs:dbuf
42712024-12-13T22:19:21.925Z[ recovery-image] Dec 13 22:19:20.596 INFO O| Dec 13 22:19:20.596 INFO ok!
42722024-12-13T22:19:21.925Z[ recovery-image] Dec 13 22:19:20.596 INFO O| Dec 13 22:19:20.596 INFO STEP 63 (ensure_file) COMPLETE
42732024-12-13T22:19:21.925Z[ recovery-image] Dec 13 22:19:20.596 INFO O| Dec 13 22:19:20.596 INFO STEP 64: assemble_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
42742024-12-13T22:19:21.944Z[ recovery-image] Dec 13 22:19:20.619 INFO O| Dec 13 22:19:20.618 INFO file /rpool/images/build/recovery/work/gimlet/ramdisk/etc/system.d/.self-assembly does not exist
42752024-12-13T22:19:21.944Z[ recovery-image] Dec 13 22:19:20.619 INFO O| Dec 13 22:19:20.619 INFO writing /rpool/images/build/recovery/work/gimlet/ramdisk/etc/system.d/.self-assembly ...
42762024-12-13T22:19:21.948Z[ recovery-image] Dec 13 22:19:20.619 INFO O| Dec 13 22:19:20.619 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/ramdisk/etc/system.d/.self-assembly
42772024-12-13T22:19:21.948Z[ recovery-image] Dec 13 22:19:20.619 INFO O| Dec 13 22:19:20.619 INFO ok!
42782024-12-13T22:19:21.949Z[ recovery-image] Dec 13 22:19:20.619 INFO O| Dec 13 22:19:20.619 INFO STEP 64 (assemble_files) COMPLETE
42792024-12-13T22:19:21.949Z[ recovery-image] Dec 13 22:19:20.619 INFO O| Dec 13 22:19:20.619 INFO STEP 65: ensure_file, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
42802024-12-13T22:19:21.967Z[ recovery-image] Dec 13 22:19:20.641 INFO O| Dec 13 22:19:20.641 INFO file /rpool/images/build/recovery/work/gimlet/ramdisk/etc/dumpadm.conf does not exist
42812024-12-13T22:19:21.967Z[ recovery-image] Dec 13 22:19:20.641 INFO O| Dec 13 22:19:20.641 INFO copying /work/oxidecomputer/helios/image/templates/files/dumpadm.conf -> /rpool/images/build/recovery/work/gimlet/ramdisk/etc/dumpadm.conf ...
42822024-12-13T22:19:21.970Z[ recovery-image] Dec 13 22:19:20.641 INFO O| Dec 13 22:19:20.641 INFO ownership wrong (Id(0):Id(0), not 0:1), path: /rpool/images/build/recovery/work/gimlet/ramdisk/etc/dumpadm.conf
42832024-12-13T22:19:21.970Z[ recovery-image] Dec 13 22:19:20.641 INFO O| Dec 13 22:19:20.641 INFO chown ok, path: /rpool/images/build/recovery/work/gimlet/ramdisk/etc/dumpadm.conf
42842024-12-13T22:19:21.970Z[ recovery-image] Dec 13 22:19:20.641 INFO O| Dec 13 22:19:20.641 INFO ok!
42852024-12-13T22:19:21.970Z[ recovery-image] Dec 13 22:19:20.641 INFO O| Dec 13 22:19:20.641 INFO STEP 65 (ensure_file) COMPLETE
42862024-12-13T22:19:21.970Z[ recovery-image] Dec 13 22:19:20.641 INFO O| Dec 13 22:19:20.641 INFO STEP 66: ensure_dir, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
42872024-12-13T22:19:21.970Z[ recovery-image] Dec 13 22:19:20.641 INFO O| Dec 13 22:19:20.641 INFO skip step because feature "omicron1" is not enabled
42882024-12-13T22:19:21.970Z[ recovery-image] Dec 13 22:19:20.641 INFO O| Dec 13 22:19:20.641 INFO STEP 67: ensure_file, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
42892024-12-13T22:19:21.970Z[ recovery-image] Dec 13 22:19:20.641 INFO O| Dec 13 22:19:20.641 INFO skip step because feature "omicron1" is not enabled
42902024-12-13T22:19:21.970Z[ recovery-image] Dec 13 22:19:20.641 INFO O| Dec 13 22:19:20.641 INFO STEP 68: ensure_file, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
42912024-12-13T22:19:21.970Z[ recovery-image] Dec 13 22:19:20.641 INFO O| Dec 13 22:19:20.641 INFO skip step because feature "omicron1" is not enabled
42922024-12-13T22:19:21.970Z[ recovery-image] Dec 13 22:19:20.641 INFO O| Dec 13 22:19:20.641 INFO STEP 69: pack_tar, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
42932024-12-13T22:19:22.004Z[ recovery-image] Dec 13 22:19:20.678 INFO O| Dec 13 22:19:20.678 INFO file /rpool/images/build/recovery/output/gimlet-ramdisk.tar does not already exist, skipping removal
42942024-12-13T22:19:22.004Z[ recovery-image] Dec 13 22:19:20.678 INFO O| Dec 13 22:19:20.678 INFO exec: ["/usr/sbin/tar", "ceEp@/f", "/rpool/images/build/recovery/output/gimlet-ramdisk.tar", "-C", "/rpool/images/build/recovery/work/gimlet/ramdisk", "."]
42952024-12-13T22:19:22.117Z[ host-image] Dec 13 22:19:20.792 INFO O| Dec 13 22:19:20.792 INFO O| Startup: Refreshing catalog 'helios-dev' ... Done
42962024-12-13T22:19:24.903Z[ recovery-image] Dec 13 22:19:23.577 INFO O| Dec 13 22:19:23.577 INFO STEP 69 (pack_tar) COMPLETE
42972024-12-13T22:19:24.903Z[ recovery-image] Dec 13 22:19:23.577 INFO O| Dec 13 22:19:23.577 INFO creating output snapshot rpool/images/build/recovery/work/gimlet/ramdisk@trim
42982024-12-13T22:19:24.906Z[ recovery-image] Dec 13 22:19:23.577 INFO O| Dec 13 22:19:23.577 INFO CREATE SNAPSHOT: rpool/images/build/recovery/work/gimlet/ramdisk@trim
42992024-12-13T22:19:25.087Z[ recovery-image] Dec 13 22:19:23.743 INFO O| Dec 13 22:19:23.742 INFO DESTROY DATASET: rpool/images/build/recovery/tmp/gimlet/ramdisk-02-trim
43002024-12-13T22:19:25.185Z[ recovery-image] Dec 13 22:19:23.859 INFO O| Dec 13 22:19:23.859 INFO completed processing gimlet/ramdisk-02-trim
43012024-12-13T22:19:25.189Z[ recovery-image] Dec 13 22:19:23.863 INFO image builder template: ramdisk-03-recovery-trim...
43022024-12-13T22:19:25.189Z[ recovery-image] Dec 13 22:19:23.863 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/.tmpCpDBqP/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
43032024-12-13T22:19:25.382Z[ recovery-image] Dec 13 22:19:24.055 INFO O| Dec 13 22:19:24.055 INFO temporary dataset: rpool/images/build/recovery/tmp/gimlet/ramdisk-03-recovery-trim
43042024-12-13T22:19:25.392Z[ recovery-image] Dec 13 22:19:24.066 INFO O| Dec 13 22:19:24.066 INFO CREATE DATASET: rpool/images/build/recovery/tmp/gimlet/ramdisk-03-recovery-trim
43052024-12-13T22:19:25.496Z[ recovery-image] Dec 13 22:19:24.170 INFO O| Dec 13 22:19:24.169 INFO SET DATASET PROPERTY ON rpool/images/build/recovery/tmp/gimlet/ramdisk-03-recovery-trim: sync = disabled
43062024-12-13T22:19:25.599Z[ recovery-image] Dec 13 22:19:24.274 INFO O| Dec 13 22:19:24.273 INFO temporary directory: /rpool/images/build/recovery/tmp/gimlet/ramdisk-03-recovery-trim
43072024-12-13T22:19:25.602Z[ recovery-image] Dec 13 22:19:24.274 INFO O| Dec 13 22:19:24.274 INFO work dataset: rpool/images/build/recovery/work/gimlet/ramdisk
43082024-12-13T22:19:25.636Z[ recovery-image] Dec 13 22:19:24.310 INFO O| Dec 13 22:19:24.310 INFO looking for output snapshot rpool/images/build/recovery/work/gimlet/ramdisk@recovery-trim
43092024-12-13T22:19:25.648Z[ recovery-image] Dec 13 22:19:24.321 INFO O| Dec 13 22:19:24.321 INFO looking for input snapshot rpool/images/build/recovery/work/gimlet/ramdisk@trim
43102024-12-13T22:19:25.659Z[ recovery-image] Dec 13 22:19:24.332 INFO O| Dec 13 22:19:24.332 INFO ROLLBACK TO SNAPSHOT: rpool/images/build/recovery/work/gimlet/ramdisk@trim
43112024-12-13T22:19:26.187Z[ recovery-image] Dec 13 22:19:24.861 INFO O| Dec 13 22:19:24.861 INFO rolled back to input snapshot; work may begin
43122024-12-13T22:19:26.187Z[ recovery-image] Dec 13 22:19:24.861 INFO O| Dec 13 22:19:24.861 INFO CREATE DATASET: rpool/images/build/recovery/work/gimlet/ramdisk
43132024-12-13T22:19:26.198Z[ recovery-image] Dec 13 22:19:24.872 INFO O| Dec 13 22:19:24.872 INFO STEP 0: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
43142024-12-13T22:19:26.221Z[ recovery-image] Dec 13 22:19:24.895 INFO O| Dec 13 22:19:24.895 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/gcc/7"
43152024-12-13T22:19:26.224Z[ recovery-image] Dec 13 22:19:24.898 INFO O| Dec 13 22:19:24.898 INFO STEP 0 (remove_files) COMPLETE
43162024-12-13T22:19:26.224Z[ recovery-image] Dec 13 22:19:24.899 INFO O| Dec 13 22:19:24.898 INFO STEP 1: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
43172024-12-13T22:19:26.265Z[ recovery-image] Dec 13 22:19:24.939 INFO O| Dec 13 22:19:24.939 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/gnu/share"
43182024-12-13T22:19:26.641Z[ host-image] Dec 13 22:19:25.314 INFO O| Dec 13 22:19:25.314 INFO O| Planning: Solver setup ... Done
43192024-12-13T22:19:26.648Z[ host-image] Dec 13 22:19:25.322 INFO O| Dec 13 22:19:25.322 INFO O| Planning: Running solver ... Done
43202024-12-13T22:19:26.741Z[ host-image] Dec 13 22:19:25.415 INFO O| Dec 13 22:19:25.415 INFO O| Planning: Finding local manifests ... Done
43212024-12-13T22:19:26.743Z[ recovery-image] Dec 13 22:19:25.416 INFO O| Dec 13 22:19:25.416 INFO STEP 1 (remove_files) COMPLETE
43222024-12-13T22:19:26.743Z[ recovery-image] Dec 13 22:19:25.416 INFO O| Dec 13 22:19:25.416 INFO STEP 2: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
43232024-12-13T22:19:26.743Z[ host-image] Dec 13 22:19:25.417 INFO O| Dec 13 22:19:25.417 INFO O| Planning: Fetching manifests: 0/6 0% complete
43242024-12-13T22:19:26.765Z[ recovery-image] Dec 13 22:19:25.438 INFO O| Dec 13 22:19:25.438 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/dns"
43252024-12-13T22:19:26.817Z[ recovery-image] Dec 13 22:19:25.491 INFO O| Dec 13 22:19:25.491 INFO STEP 2 (remove_files) COMPLETE
43262024-12-13T22:19:26.817Z[ recovery-image] Dec 13 22:19:25.491 INFO O| Dec 13 22:19:25.491 INFO STEP 3: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
43272024-12-13T22:19:26.879Z[ recovery-image] Dec 13 22:19:25.553 INFO O| Dec 13 22:19:25.552 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/iconv"
43282024-12-13T22:19:27.040Z[ recovery-image] Dec 13 22:19:25.714 INFO O| Dec 13 22:19:25.714 INFO STEP 3 (remove_files) COMPLETE
43292024-12-13T22:19:27.040Z[ recovery-image] Dec 13 22:19:25.714 INFO O| Dec 13 22:19:25.714 INFO STEP 4: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
43302024-12-13T22:19:27.089Z[ recovery-image] Dec 13 22:19:25.763 INFO O| Dec 13 22:19:25.763 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/locale"
43312024-12-13T22:19:27.165Z[ host-image] Dec 13 22:19:25.839 INFO O| Dec 13 22:19:25.838 INFO O| Planning: Fetching manifests: 6/6 100% complete
43322024-12-13T22:19:27.231Z[ host-image] Dec 13 22:19:25.905 INFO O| Dec 13 22:19:25.904 INFO O| Planning: Package planning ... Done
43332024-12-13T22:19:27.269Z[ host-image] Dec 13 22:19:25.943 INFO O| Dec 13 22:19:25.943 INFO O| Planning: Merging actions ... Done
43342024-12-13T22:19:27.287Z[ recovery-image] Dec 13 22:19:25.961 INFO O| Dec 13 22:19:25.961 INFO STEP 4 (remove_files) COMPLETE
43352024-12-13T22:19:27.287Z[ recovery-image] Dec 13 22:19:25.961 INFO O| Dec 13 22:19:25.961 INFO STEP 5: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
43362024-12-13T22:19:27.347Z[ recovery-image] Dec 13 22:19:26.021 INFO O| Dec 13 22:19:26.021 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/mdb"
43372024-12-13T22:19:27.421Z[ recovery-image] Dec 13 22:19:26.094 INFO O| Dec 13 22:19:26.094 INFO STEP 5 (remove_files) COMPLETE
43382024-12-13T22:19:27.421Z[ recovery-image] Dec 13 22:19:26.094 INFO O| Dec 13 22:19:26.094 INFO STEP 6: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
43392024-12-13T22:19:27.423Z[ host-image] Dec 13 22:19:26.096 INFO O| Dec 13 22:19:26.096 INFO O| Planning: Checking for conflicting actions ... Done
43402024-12-13T22:19:27.431Z[ host-image] Dec 13 22:19:26.104 INFO O| Dec 13 22:19:26.104 INFO O| Planning: Consolidating action changes ... Done
43412024-12-13T22:19:27.518Z[ recovery-image] Dec 13 22:19:26.191 INFO O| Dec 13 22:19:26.191 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/mps"
43422024-12-13T22:19:27.525Z[ recovery-image] Dec 13 22:19:26.199 INFO O| Dec 13 22:19:26.199 INFO STEP 6 (remove_files) COMPLETE
43432024-12-13T22:19:27.525Z[ recovery-image] Dec 13 22:19:26.199 INFO O| Dec 13 22:19:26.199 INFO STEP 7: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
43442024-12-13T22:19:27.565Z[ recovery-image] Dec 13 22:19:26.225 INFO O| Dec 13 22:19:26.225 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/pkgconfig"
43452024-12-13T22:19:27.569Z[ recovery-image] Dec 13 22:19:26.227 INFO O| Dec 13 22:19:26.227 INFO STEP 7 (remove_files) COMPLETE
43462024-12-13T22:19:27.569Z[ recovery-image] Dec 13 22:19:26.227 INFO O| Dec 13 22:19:26.227 INFO STEP 8: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
43472024-12-13T22:19:27.595Z[ recovery-image] Dec 13 22:19:26.269 INFO O| Dec 13 22:19:26.269 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/scsi"
43482024-12-13T22:19:27.666Z[ recovery-image] Dec 13 22:19:26.339 INFO O| Dec 13 22:19:26.339 INFO STEP 8 (remove_files) COMPLETE
43492024-12-13T22:19:27.666Z[ recovery-image] Dec 13 22:19:26.339 INFO O| Dec 13 22:19:26.339 INFO STEP 9: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
43502024-12-13T22:19:27.728Z[ recovery-image] Dec 13 22:19:26.402 INFO O| Dec 13 22:19:26.402 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/smbfs"
43512024-12-13T22:19:27.748Z[ recovery-image] Dec 13 22:19:26.422 INFO O| Dec 13 22:19:26.422 INFO STEP 9 (remove_files) COMPLETE
43522024-12-13T22:19:27.748Z[ recovery-image] Dec 13 22:19:26.422 INFO O| Dec 13 22:19:26.422 INFO STEP 10: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
43532024-12-13T22:19:27.775Z[ recovery-image] Dec 13 22:19:26.446 INFO O| Dec 13 22:19:26.446 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/smbsrv"
43542024-12-13T22:19:27.799Z[ recovery-image] Dec 13 22:19:26.473 INFO O| Dec 13 22:19:26.473 INFO STEP 10 (remove_files) COMPLETE
43552024-12-13T22:19:27.799Z[ recovery-image] Dec 13 22:19:26.473 INFO O| Dec 13 22:19:26.473 INFO STEP 11: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
43562024-12-13T22:19:27.837Z[ recovery-image] Dec 13 22:19:26.511 INFO O| Dec 13 22:19:26.511 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/perl5"
43572024-12-13T22:19:28.034Z[ recovery-image] Dec 13 22:19:26.707 INFO O| Dec 13 22:19:26.707 INFO STEP 11 (remove_files) COMPLETE
43582024-12-13T22:19:28.034Z[ recovery-image] Dec 13 22:19:26.707 INFO O| Dec 13 22:19:26.707 INFO STEP 12: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
43592024-12-13T22:19:28.055Z[ host-image] Dec 13 22:19:26.729 INFO O| Dec 13 22:19:26.728 INFO O| Planning: Evaluating mediators ... Done
43602024-12-13T22:19:28.060Z[ host-image] Dec 13 22:19:26.734 INFO O| Dec 13 22:19:26.734 INFO O| Planning: Planning completed in 5.94 seconds
43612024-12-13T22:19:28.063Z[ host-image] Dec 13 22:19:26.737 INFO O| Dec 13 22:19:26.737 INFO O| Packages to install: 6
43622024-12-13T22:19:28.063Z[ host-image] Dec 13 22:19:26.737 INFO O| Dec 13 22:19:26.737 INFO O| Mediators to change: 1
43632024-12-13T22:19:28.063Z[ host-image] Dec 13 22:19:26.737 INFO O| Dec 13 22:19:26.737 INFO O| Services to change: 1
43642024-12-13T22:19:28.066Z[ recovery-image] Dec 13 22:19:26.737 INFO O| Dec 13 22:19:26.737 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/share/bash"
43652024-12-13T22:19:28.085Z[ recovery-image] Dec 13 22:19:26.759 INFO O| Dec 13 22:19:26.759 INFO STEP 12 (remove_files) COMPLETE
43662024-12-13T22:19:28.085Z[ recovery-image] Dec 13 22:19:26.759 INFO O| Dec 13 22:19:26.759 INFO STEP 13: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
43672024-12-13T22:19:28.088Z[ host-image] Dec 13 22:19:26.761 INFO O| Dec 13 22:19:26.761 INFO O| Download: 0/1140 items 0.0/8.4MB 0% complete
43682024-12-13T22:19:28.156Z[ recovery-image] Dec 13 22:19:26.830 INFO O| Dec 13 22:19:26.830 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/share/bhyve"
43692024-12-13T22:19:28.187Z[ recovery-image] Dec 13 22:19:26.859 INFO O| Dec 13 22:19:26.859 INFO STEP 13 (remove_files) COMPLETE
43702024-12-13T22:19:28.188Z[ recovery-image] Dec 13 22:19:26.859 INFO O| Dec 13 22:19:26.859 INFO STEP 14: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
43712024-12-13T22:19:28.227Z[ recovery-image] Dec 13 22:19:26.900 INFO O| Dec 13 22:19:26.900 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/share/emacs"
43722024-12-13T22:19:28.230Z[ recovery-image] Dec 13 22:19:26.900 INFO O| Dec 13 22:19:26.900 INFO STEP 14 (remove_files) COMPLETE
43732024-12-13T22:19:28.230Z[ recovery-image] Dec 13 22:19:26.900 INFO O| Dec 13 22:19:26.900 INFO STEP 15: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
43742024-12-13T22:19:28.291Z[ recovery-image] Dec 13 22:19:26.965 INFO O| Dec 13 22:19:26.965 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/share/icons"
43752024-12-13T22:19:28.294Z[ recovery-image] Dec 13 22:19:26.965 INFO O| Dec 13 22:19:26.965 INFO STEP 15 (remove_files) COMPLETE
43762024-12-13T22:19:28.294Z[ recovery-image] Dec 13 22:19:26.965 INFO O| Dec 13 22:19:26.965 INFO STEP 16: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
43772024-12-13T22:19:28.313Z[ recovery-image] Dec 13 22:19:26.986 INFO O| Dec 13 22:19:26.986 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/share/locale"
43782024-12-13T22:19:28.528Z[ recovery-image] Dec 13 22:19:27.202 INFO O| Dec 13 22:19:27.202 INFO STEP 16 (remove_files) COMPLETE
43792024-12-13T22:19:28.531Z[ recovery-image] Dec 13 22:19:27.202 INFO O| Dec 13 22:19:27.202 INFO STEP 17: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
43802024-12-13T22:19:28.555Z[ recovery-image] Dec 13 22:19:27.228 INFO O| Dec 13 22:19:27.227 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/share/src"
43812024-12-13T22:19:28.555Z[ recovery-image] Dec 13 22:19:27.228 INFO O| Dec 13 22:19:27.228 INFO STEP 17 (remove_files) COMPLETE
43822024-12-13T22:19:28.558Z[ recovery-image] Dec 13 22:19:27.228 INFO O| Dec 13 22:19:27.228 INFO STEP 18: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
43832024-12-13T22:19:28.578Z[ recovery-image] Dec 13 22:19:27.252 INFO O| Dec 13 22:19:27.252 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/share/terminfo"
43842024-12-13T22:19:28.582Z[ recovery-image] Dec 13 22:19:27.252 INFO O| Dec 13 22:19:27.252 INFO STEP 18 (remove_files) COMPLETE
43852024-12-13T22:19:28.582Z[ recovery-image] Dec 13 22:19:27.253 INFO O| Dec 13 22:19:27.252 INFO STEP 19: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
43862024-12-13T22:19:28.603Z[ recovery-image] Dec 13 22:19:27.276 INFO O| Dec 13 22:19:27.276 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/share/vim"
43872024-12-13T22:19:28.868Z[ recovery-image] Dec 13 22:19:27.542 INFO O| Dec 13 22:19:27.542 INFO STEP 19 (remove_files) COMPLETE
43882024-12-13T22:19:28.868Z[ recovery-image] Dec 13 22:19:27.542 INFO O| Dec 13 22:19:27.542 INFO STEP 20: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
43892024-12-13T22:19:28.894Z[ recovery-image] Dec 13 22:19:27.567 INFO O| Dec 13 22:19:27.567 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/lib/svc/manifest/network/ssh.xml"
43902024-12-13T22:19:28.916Z[ recovery-image] Dec 13 22:19:27.590 INFO O| Dec 13 22:19:27.590 INFO STEP 20 (remove_files) COMPLETE
43912024-12-13T22:19:28.916Z[ recovery-image] Dec 13 22:19:27.590 INFO O| Dec 13 22:19:27.590 INFO STEP 21: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
43922024-12-13T22:19:28.943Z[ recovery-image] Dec 13 22:19:27.616 INFO O| Dec 13 22:19:27.616 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/lib/svc/manifest/system/fmd.xml"
43932024-12-13T22:19:28.970Z[ recovery-image] Dec 13 22:19:27.639 INFO O| Dec 13 22:19:27.639 INFO STEP 21 (remove_files) COMPLETE
43942024-12-13T22:19:28.973Z[ recovery-image] Dec 13 22:19:27.639 INFO O| Dec 13 22:19:27.639 INFO STEP 22: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
43952024-12-13T22:19:29.003Z[ recovery-image] Dec 13 22:19:27.676 INFO O| Dec 13 22:19:27.676 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/adb"
43962024-12-13T22:19:29.006Z[ recovery-image] Dec 13 22:19:27.677 INFO O| Dec 13 22:19:27.677 INFO STEP 22 (remove_files) COMPLETE
43972024-12-13T22:19:29.006Z[ recovery-image] Dec 13 22:19:27.677 INFO O| Dec 13 22:19:27.677 INFO STEP 23: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
43982024-12-13T22:19:29.025Z[ recovery-image] Dec 13 22:19:27.699 INFO O| Dec 13 22:19:27.699 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/addbadsec"
43992024-12-13T22:19:29.027Z[ recovery-image] Dec 13 22:19:27.700 INFO O| Dec 13 22:19:27.700 INFO STEP 23 (remove_files) COMPLETE
44002024-12-13T22:19:29.027Z[ recovery-image] Dec 13 22:19:27.700 INFO O| Dec 13 22:19:27.700 INFO STEP 24: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
44012024-12-13T22:19:29.060Z[ recovery-image] Dec 13 22:19:27.733 INFO O| Dec 13 22:19:27.733 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/agentxtrap"
44022024-12-13T22:19:29.060Z[ recovery-image] Dec 13 22:19:27.733 INFO O| Dec 13 22:19:27.733 INFO STEP 24 (remove_files) COMPLETE
44032024-12-13T22:19:29.060Z[ recovery-image] Dec 13 22:19:27.733 INFO O| Dec 13 22:19:27.733 INFO STEP 25: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
44042024-12-13T22:19:29.100Z[ recovery-image] Dec 13 22:19:27.773 INFO O| Dec 13 22:19:27.773 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/alias"
44052024-12-13T22:19:29.100Z[ recovery-image] Dec 13 22:19:27.773 INFO O| Dec 13 22:19:27.773 INFO STEP 25 (remove_files) COMPLETE
44062024-12-13T22:19:29.100Z[ recovery-image] Dec 13 22:19:27.773 INFO O| Dec 13 22:19:27.773 INFO STEP 26: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
44072024-12-13T22:19:29.123Z[ recovery-image] Dec 13 22:19:27.796 INFO O| Dec 13 22:19:27.796 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/adb"
44082024-12-13T22:19:29.126Z[ recovery-image] Dec 13 22:19:27.796 INFO O| Dec 13 22:19:27.796 INFO STEP 26 (remove_files) COMPLETE
44092024-12-13T22:19:29.126Z[ recovery-image] Dec 13 22:19:27.796 INFO O| Dec 13 22:19:27.796 INFO STEP 27: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
44102024-12-13T22:19:29.146Z[ recovery-image] Dec 13 22:19:27.819 INFO O| Dec 13 22:19:27.819 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/amt"
44112024-12-13T22:19:29.146Z[ recovery-image] Dec 13 22:19:27.819 INFO O| Dec 13 22:19:27.819 INFO STEP 27 (remove_files) COMPLETE
44122024-12-13T22:19:29.146Z[ recovery-image] Dec 13 22:19:27.819 INFO O| Dec 13 22:19:27.819 INFO STEP 28: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
44132024-12-13T22:19:29.167Z[ recovery-image] Dec 13 22:19:27.841 INFO O| Dec 13 22:19:27.841 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/cputrack"
44142024-12-13T22:19:29.186Z[ recovery-image] Dec 13 22:19:27.860 INFO O| Dec 13 22:19:27.860 INFO STEP 28 (remove_files) COMPLETE
44152024-12-13T22:19:29.186Z[ recovery-image] Dec 13 22:19:27.860 INFO O| Dec 13 22:19:27.860 INFO STEP 29: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
44162024-12-13T22:19:29.208Z[ recovery-image] Dec 13 22:19:27.881 INFO O| Dec 13 22:19:27.881 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/crle"
44172024-12-13T22:19:29.208Z[ recovery-image] Dec 13 22:19:27.881 INFO O| Dec 13 22:19:27.881 INFO STEP 29 (remove_files) COMPLETE
44182024-12-13T22:19:29.210Z[ recovery-image] Dec 13 22:19:27.882 INFO O| Dec 13 22:19:27.881 INFO STEP 30: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
44192024-12-13T22:19:29.229Z[ recovery-image] Dec 13 22:19:27.903 INFO O| Dec 13 22:19:27.903 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/curl"
44202024-12-13T22:19:29.232Z[ recovery-image] Dec 13 22:19:27.903 INFO O| Dec 13 22:19:27.903 INFO STEP 30 (remove_files) COMPLETE
44212024-12-13T22:19:29.232Z[ recovery-image] Dec 13 22:19:27.903 INFO O| Dec 13 22:19:27.903 INFO STEP 31: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
44222024-12-13T22:19:29.279Z[ recovery-image] Dec 13 22:19:27.953 INFO O| Dec 13 22:19:27.953 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/curl-config"
44232024-12-13T22:19:29.308Z[ recovery-image] Dec 13 22:19:27.982 INFO O| Dec 13 22:19:27.982 INFO STEP 31 (remove_files) COMPLETE
44242024-12-13T22:19:29.308Z[ recovery-image] Dec 13 22:19:27.982 INFO O| Dec 13 22:19:27.982 INFO STEP 32: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
44252024-12-13T22:19:29.345Z[ recovery-image] Dec 13 22:19:28.019 INFO O| Dec 13 22:19:28.019 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/decrypt"
44262024-12-13T22:19:29.368Z[ recovery-image] Dec 13 22:19:28.042 INFO O| Dec 13 22:19:28.042 INFO STEP 32 (remove_files) COMPLETE
44272024-12-13T22:19:29.368Z[ recovery-image] Dec 13 22:19:28.042 INFO O| Dec 13 22:19:28.042 INFO STEP 33: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
44282024-12-13T22:19:29.403Z[ recovery-image] Dec 13 22:19:28.077 INFO O| Dec 13 22:19:28.077 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/digest"
44292024-12-13T22:19:29.423Z[ recovery-image] Dec 13 22:19:28.097 INFO O| Dec 13 22:19:28.097 INFO STEP 33 (remove_files) COMPLETE
44302024-12-13T22:19:29.423Z[ recovery-image] Dec 13 22:19:28.097 INFO O| Dec 13 22:19:28.097 INFO STEP 34: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
44312024-12-13T22:19:29.460Z[ recovery-image] Dec 13 22:19:28.132 INFO O| Dec 13 22:19:28.132 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/elfwrap"
44322024-12-13T22:19:29.481Z[ recovery-image] Dec 13 22:19:28.155 INFO O| Dec 13 22:19:28.155 INFO STEP 34 (remove_files) COMPLETE
44332024-12-13T22:19:29.481Z[ recovery-image] Dec 13 22:19:28.155 INFO O| Dec 13 22:19:28.155 INFO STEP 35: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
44342024-12-13T22:19:29.556Z[ recovery-image] Dec 13 22:19:28.229 INFO O| Dec 13 22:19:28.229 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/encrypt"
44352024-12-13T22:19:29.559Z[ recovery-image] Dec 13 22:19:28.229 INFO O| Dec 13 22:19:28.229 INFO STEP 35 (remove_files) COMPLETE
44362024-12-13T22:19:29.559Z[ recovery-image] Dec 13 22:19:28.229 INFO O| Dec 13 22:19:28.229 INFO STEP 36: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
44372024-12-13T22:19:29.576Z[ recovery-image] Dec 13 22:19:28.250 INFO O| Dec 13 22:19:28.250 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/gclear"
44382024-12-13T22:19:29.596Z[ recovery-image] Dec 13 22:19:28.270 INFO O| Dec 13 22:19:28.270 INFO STEP 36 (remove_files) COMPLETE
44392024-12-13T22:19:29.596Z[ recovery-image] Dec 13 22:19:28.270 INFO O| Dec 13 22:19:28.270 INFO STEP 37: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
44402024-12-13T22:19:29.686Z[ recovery-image] Dec 13 22:19:28.360 INFO O| Dec 13 22:19:28.360 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/gcore"
44412024-12-13T22:19:29.707Z[ recovery-image] Dec 13 22:19:28.380 INFO O| Dec 13 22:19:28.380 INFO STEP 37 (remove_files) COMPLETE
44422024-12-13T22:19:29.707Z[ recovery-image] Dec 13 22:19:28.380 INFO O| Dec 13 22:19:28.380 INFO STEP 38: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
44432024-12-13T22:19:29.749Z[ recovery-image] Dec 13 22:19:28.423 INFO O| Dec 13 22:19:28.422 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/ginfocmp"
44442024-12-13T22:19:29.752Z[ recovery-image] Dec 13 22:19:28.423 INFO O| Dec 13 22:19:28.423 INFO STEP 38 (remove_files) COMPLETE
44452024-12-13T22:19:29.752Z[ recovery-image] Dec 13 22:19:28.423 INFO O| Dec 13 22:19:28.423 INFO STEP 39: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
44462024-12-13T22:19:29.775Z[ recovery-image] Dec 13 22:19:28.449 INFO O| Dec 13 22:19:28.449 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/gtabs"
44472024-12-13T22:19:29.775Z[ recovery-image] Dec 13 22:19:28.449 INFO O| Dec 13 22:19:28.449 INFO STEP 39 (remove_files) COMPLETE
44482024-12-13T22:19:29.778Z[ recovery-image] Dec 13 22:19:28.449 INFO O| Dec 13 22:19:28.449 INFO STEP 40: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
44492024-12-13T22:19:29.800Z[ recovery-image] Dec 13 22:19:28.473 INFO O| Dec 13 22:19:28.473 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/gtic"
44502024-12-13T22:19:29.800Z[ recovery-image] Dec 13 22:19:28.474 INFO O| Dec 13 22:19:28.473 INFO STEP 40 (remove_files) COMPLETE
44512024-12-13T22:19:29.800Z[ recovery-image] Dec 13 22:19:28.474 INFO O| Dec 13 22:19:28.474 INFO STEP 41: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
44522024-12-13T22:19:29.825Z[ recovery-image] Dec 13 22:19:28.498 INFO O| Dec 13 22:19:28.498 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/gtoe"
44532024-12-13T22:19:29.825Z[ recovery-image] Dec 13 22:19:28.498 INFO O| Dec 13 22:19:28.498 INFO STEP 41 (remove_files) COMPLETE
44542024-12-13T22:19:29.827Z[ recovery-image] Dec 13 22:19:28.498 INFO O| Dec 13 22:19:28.498 INFO STEP 42: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
44552024-12-13T22:19:29.849Z[ recovery-image] Dec 13 22:19:28.522 INFO O| Dec 13 22:19:28.522 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/gtput"
44562024-12-13T22:19:29.852Z[ recovery-image] Dec 13 22:19:28.522 INFO O| Dec 13 22:19:28.522 INFO STEP 42 (remove_files) COMPLETE
44572024-12-13T22:19:29.852Z[ recovery-image] Dec 13 22:19:28.522 INFO O| Dec 13 22:19:28.522 INFO STEP 43: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
44582024-12-13T22:19:29.872Z[ recovery-image] Dec 13 22:19:28.546 INFO O| Dec 13 22:19:28.546 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/gtset"
44592024-12-13T22:19:29.872Z[ recovery-image] Dec 13 22:19:28.546 INFO O| Dec 13 22:19:28.546 INFO STEP 43 (remove_files) COMPLETE
44602024-12-13T22:19:29.872Z[ recovery-image] Dec 13 22:19:28.546 INFO O| Dec 13 22:19:28.546 INFO STEP 44: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
44612024-12-13T22:19:29.897Z[ recovery-image] Dec 13 22:19:28.570 INFO O| Dec 13 22:19:28.570 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/idn"
44622024-12-13T22:19:29.899Z[ recovery-image] Dec 13 22:19:28.571 INFO O| Dec 13 22:19:28.570 INFO STEP 44 (remove_files) COMPLETE
44632024-12-13T22:19:29.900Z[ recovery-image] Dec 13 22:19:28.571 INFO O| Dec 13 22:19:28.571 INFO STEP 45: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
44642024-12-13T22:19:29.922Z[ recovery-image] Dec 13 22:19:28.595 INFO O| Dec 13 22:19:28.595 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/ksh93"
44652024-12-13T22:19:29.951Z[ recovery-image] Dec 13 22:19:28.625 INFO O| Dec 13 22:19:28.625 INFO STEP 45 (remove_files) COMPLETE
44662024-12-13T22:19:29.951Z[ recovery-image] Dec 13 22:19:28.625 INFO O| Dec 13 22:19:28.625 INFO STEP 46: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
44672024-12-13T22:19:29.996Z[ recovery-image] Dec 13 22:19:28.670 INFO O| Dec 13 22:19:28.669 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/ls"
44682024-12-13T22:19:29.996Z[ recovery-image] Dec 13 22:19:28.670 INFO O| Dec 13 22:19:28.670 INFO STEP 46 (remove_files) COMPLETE
44692024-12-13T22:19:29.999Z[ recovery-image] Dec 13 22:19:28.670 INFO O| Dec 13 22:19:28.670 INFO STEP 47: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
44702024-12-13T22:19:30.020Z[ recovery-image] Dec 13 22:19:28.694 INFO O| Dec 13 22:19:28.694 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/mac"
44712024-12-13T22:19:30.020Z[ recovery-image] Dec 13 22:19:28.694 INFO O| Dec 13 22:19:28.694 INFO STEP 47 (remove_files) COMPLETE
44722024-12-13T22:19:30.020Z[ recovery-image] Dec 13 22:19:28.694 INFO O| Dec 13 22:19:28.694 INFO STEP 48: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
44732024-12-13T22:19:30.062Z[ recovery-image] Dec 13 22:19:28.735 INFO O| Dec 13 22:19:28.735 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/mdb"
44742024-12-13T22:19:30.062Z[ recovery-image] Dec 13 22:19:28.735 INFO O| Dec 13 22:19:28.735 INFO STEP 48 (remove_files) COMPLETE
44752024-12-13T22:19:30.062Z[ recovery-image] Dec 13 22:19:28.735 INFO O| Dec 13 22:19:28.735 INFO STEP 49: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
44762024-12-13T22:19:30.129Z[ recovery-image] Dec 13 22:19:28.803 INFO O| Dec 13 22:19:28.803 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/moe"
44772024-12-13T22:19:30.129Z[ recovery-image] Dec 13 22:19:28.803 INFO O| Dec 13 22:19:28.803 INFO STEP 49 (remove_files) COMPLETE
44782024-12-13T22:19:30.133Z[ recovery-image] Dec 13 22:19:28.803 INFO O| Dec 13 22:19:28.803 INFO STEP 50: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
44792024-12-13T22:19:30.155Z[ recovery-image] Dec 13 22:19:28.828 INFO O| Dec 13 22:19:28.827 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/ncurses6-config"
44802024-12-13T22:19:30.155Z[ recovery-image] Dec 13 22:19:28.828 INFO O| Dec 13 22:19:28.828 INFO STEP 50 (remove_files) COMPLETE
44812024-12-13T22:19:30.155Z[ recovery-image] Dec 13 22:19:28.828 INFO O| Dec 13 22:19:28.828 INFO STEP 51: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
44822024-12-13T22:19:30.178Z[ recovery-image] Dec 13 22:19:28.852 INFO O| Dec 13 22:19:28.852 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/newtask"
44832024-12-13T22:19:30.178Z[ recovery-image] Dec 13 22:19:28.852 INFO O| Dec 13 22:19:28.852 INFO STEP 51 (remove_files) COMPLETE
44842024-12-13T22:19:30.178Z[ recovery-image] Dec 13 22:19:28.852 INFO O| Dec 13 22:19:28.852 INFO STEP 52: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
44852024-12-13T22:19:30.226Z[ recovery-image] Dec 13 22:19:28.900 INFO O| Dec 13 22:19:28.900 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/nohup"
44862024-12-13T22:19:30.229Z[ recovery-image] Dec 13 22:19:28.902 INFO O| Dec 13 22:19:28.902 INFO STEP 52 (remove_files) COMPLETE
44872024-12-13T22:19:30.229Z[ recovery-image] Dec 13 22:19:28.902 INFO O| Dec 13 22:19:28.902 INFO STEP 53: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
44882024-12-13T22:19:30.343Z[ recovery-image] Dec 13 22:19:29.017 INFO O| Dec 13 22:19:29.017 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/pargs"
44892024-12-13T22:19:30.348Z[ recovery-image] Dec 13 22:19:29.017 INFO O| Dec 13 22:19:29.017 INFO STEP 53 (remove_files) COMPLETE
44902024-12-13T22:19:30.348Z[ recovery-image] Dec 13 22:19:29.017 INFO O| Dec 13 22:19:29.017 INFO STEP 54: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
44912024-12-13T22:19:30.367Z[ recovery-image] Dec 13 22:19:29.040 INFO O| Dec 13 22:19:29.040 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/pauxv"
44922024-12-13T22:19:30.369Z[ recovery-image] Dec 13 22:19:29.041 INFO O| Dec 13 22:19:29.041 INFO STEP 54 (remove_files) COMPLETE
44932024-12-13T22:19:30.369Z[ recovery-image] Dec 13 22:19:29.041 INFO O| Dec 13 22:19:29.041 INFO STEP 55: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
44942024-12-13T22:19:30.390Z[ recovery-image] Dec 13 22:19:29.064 INFO O| Dec 13 22:19:29.064 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/pcap-config"
44952024-12-13T22:19:30.394Z[ recovery-image] Dec 13 22:19:29.064 INFO O| Dec 13 22:19:29.064 INFO STEP 55 (remove_files) COMPLETE
44962024-12-13T22:19:30.394Z[ recovery-image] Dec 13 22:19:29.064 INFO O| Dec 13 22:19:29.064 INFO STEP 56: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
44972024-12-13T22:19:30.414Z[ recovery-image] Dec 13 22:19:29.087 INFO O| Dec 13 22:19:29.087 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/pcre-config"
44982024-12-13T22:19:30.443Z[ recovery-image] Dec 13 22:19:29.115 INFO O| Dec 13 22:19:29.115 INFO STEP 56 (remove_files) COMPLETE
44992024-12-13T22:19:30.446Z[ recovery-image] Dec 13 22:19:29.115 INFO O| Dec 13 22:19:29.115 INFO STEP 57: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
45002024-12-13T22:19:30.465Z[ recovery-image] Dec 13 22:19:29.138 INFO O| Dec 13 22:19:29.138 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/pcre2-config"
45012024-12-13T22:19:30.487Z[ recovery-image] Dec 13 22:19:29.161 INFO O| Dec 13 22:19:29.161 INFO STEP 57 (remove_files) COMPLETE
45022024-12-13T22:19:30.487Z[ recovery-image] Dec 13 22:19:29.161 INFO O| Dec 13 22:19:29.161 INFO STEP 58: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
45032024-12-13T22:19:30.510Z[ recovery-image] Dec 13 22:19:29.184 INFO O| Dec 13 22:19:29.184 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/pcre2grep"
45042024-12-13T22:19:30.510Z[ recovery-image] Dec 13 22:19:29.184 INFO O| Dec 13 22:19:29.184 INFO STEP 58 (remove_files) COMPLETE
45052024-12-13T22:19:30.513Z[ recovery-image] Dec 13 22:19:29.184 INFO O| Dec 13 22:19:29.184 INFO STEP 59: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
45062024-12-13T22:19:30.532Z[ recovery-image] Dec 13 22:19:29.206 INFO O| Dec 13 22:19:29.205 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/pcre2test"
45072024-12-13T22:19:30.532Z[ recovery-image] Dec 13 22:19:29.206 INFO O| Dec 13 22:19:29.206 INFO STEP 59 (remove_files) COMPLETE
45082024-12-13T22:19:30.532Z[ recovery-image] Dec 13 22:19:29.206 INFO O| Dec 13 22:19:29.206 INFO STEP 60: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
45092024-12-13T22:19:30.554Z[ recovery-image] Dec 13 22:19:29.227 INFO O| Dec 13 22:19:29.227 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/pcred"
45102024-12-13T22:19:30.554Z[ recovery-image] Dec 13 22:19:29.228 INFO O| Dec 13 22:19:29.228 INFO STEP 60 (remove_files) COMPLETE
45112024-12-13T22:19:30.554Z[ recovery-image] Dec 13 22:19:29.228 INFO O| Dec 13 22:19:29.228 INFO STEP 61: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
45122024-12-13T22:19:30.582Z[ recovery-image] Dec 13 22:19:29.255 INFO O| Dec 13 22:19:29.255 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/pcregrep"
45132024-12-13T22:19:30.582Z[ recovery-image] Dec 13 22:19:29.255 INFO O| Dec 13 22:19:29.255 INFO STEP 61 (remove_files) COMPLETE
45142024-12-13T22:19:30.596Z[ recovery-image] Dec 13 22:19:29.255 INFO O| Dec 13 22:19:29.255 INFO STEP 62: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
45152024-12-13T22:19:30.606Z[ recovery-image] Dec 13 22:19:29.279 INFO O| Dec 13 22:19:29.279 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/pcretest"
45162024-12-13T22:19:30.606Z[ recovery-image] Dec 13 22:19:29.279 INFO O| Dec 13 22:19:29.279 INFO STEP 62 (remove_files) COMPLETE
45172024-12-13T22:19:30.606Z[ recovery-image] Dec 13 22:19:29.279 INFO O| Dec 13 22:19:29.279 INFO STEP 63: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
45182024-12-13T22:19:30.629Z[ recovery-image] Dec 13 22:19:29.302 INFO O| Dec 13 22:19:29.302 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/penv"
45192024-12-13T22:19:30.637Z[ recovery-image] Dec 13 22:19:29.310 INFO O| Dec 13 22:19:29.310 INFO STEP 63 (remove_files) COMPLETE
45202024-12-13T22:19:30.637Z[ recovery-image] Dec 13 22:19:29.310 INFO O| Dec 13 22:19:29.310 INFO STEP 64: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
45212024-12-13T22:19:30.691Z[ recovery-image] Dec 13 22:19:29.365 INFO O| Dec 13 22:19:29.365 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/pfiles"
45222024-12-13T22:19:30.691Z[ recovery-image] Dec 13 22:19:29.365 INFO O| Dec 13 22:19:29.365 INFO STEP 64 (remove_files) COMPLETE
45232024-12-13T22:19:30.691Z[ recovery-image] Dec 13 22:19:29.365 INFO O| Dec 13 22:19:29.365 INFO STEP 65: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
45242024-12-13T22:19:30.714Z[ recovery-image] Dec 13 22:19:29.388 INFO O| Dec 13 22:19:29.388 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/pflags"
45252024-12-13T22:19:30.715Z[ recovery-image] Dec 13 22:19:29.388 INFO O| Dec 13 22:19:29.388 INFO STEP 65 (remove_files) COMPLETE
45262024-12-13T22:19:30.717Z[ recovery-image] Dec 13 22:19:29.388 INFO O| Dec 13 22:19:29.388 INFO STEP 66: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
45272024-12-13T22:19:30.737Z[ recovery-image] Dec 13 22:19:29.409 INFO O| Dec 13 22:19:29.409 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/pldd"
45282024-12-13T22:19:30.740Z[ recovery-image] Dec 13 22:19:29.410 INFO O| Dec 13 22:19:29.410 INFO STEP 66 (remove_files) COMPLETE
45292024-12-13T22:19:30.740Z[ recovery-image] Dec 13 22:19:29.410 INFO O| Dec 13 22:19:29.410 INFO STEP 67: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
45302024-12-13T22:19:30.758Z[ recovery-image] Dec 13 22:19:29.432 INFO O| Dec 13 22:19:29.432 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/plgrp"
45312024-12-13T22:19:30.761Z[ recovery-image] Dec 13 22:19:29.432 INFO O| Dec 13 22:19:29.432 INFO STEP 67 (remove_files) COMPLETE
45322024-12-13T22:19:30.761Z[ recovery-image] Dec 13 22:19:29.432 INFO O| Dec 13 22:19:29.432 INFO STEP 68: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
45332024-12-13T22:19:30.783Z[ recovery-image] Dec 13 22:19:29.457 INFO O| Dec 13 22:19:29.457 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/plimit"
45342024-12-13T22:19:30.806Z[ recovery-image] Dec 13 22:19:29.479 INFO O| Dec 13 22:19:29.479 INFO STEP 68 (remove_files) COMPLETE
45352024-12-13T22:19:30.806Z[ recovery-image] Dec 13 22:19:29.479 INFO O| Dec 13 22:19:29.479 INFO STEP 69: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
45362024-12-13T22:19:30.857Z[ recovery-image] Dec 13 22:19:29.529 INFO O| Dec 13 22:19:29.529 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/pmadvise"
45372024-12-13T22:19:30.857Z[ recovery-image] Dec 13 22:19:29.529 INFO O| Dec 13 22:19:29.529 INFO STEP 69 (remove_files) COMPLETE
45382024-12-13T22:19:30.857Z[ recovery-image] Dec 13 22:19:29.529 INFO O| Dec 13 22:19:29.529 INFO STEP 70: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
45392024-12-13T22:19:30.921Z[ recovery-image] Dec 13 22:19:29.594 INFO O| Dec 13 22:19:29.594 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/pmap"
45402024-12-13T22:19:30.921Z[ recovery-image] Dec 13 22:19:29.594 INFO O| Dec 13 22:19:29.594 INFO STEP 70 (remove_files) COMPLETE
45412024-12-13T22:19:30.921Z[ recovery-image] Dec 13 22:19:29.594 INFO O| Dec 13 22:19:29.594 INFO STEP 71: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
45422024-12-13T22:19:30.945Z[ recovery-image] Dec 13 22:19:29.617 INFO O| Dec 13 22:19:29.617 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/ppgsz"
45432024-12-13T22:19:30.945Z[ recovery-image] Dec 13 22:19:29.617 INFO O| Dec 13 22:19:29.617 INFO STEP 71 (remove_files) COMPLETE
45442024-12-13T22:19:30.945Z[ recovery-image] Dec 13 22:19:29.617 INFO O| Dec 13 22:19:29.617 INFO STEP 72: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
45452024-12-13T22:19:30.968Z[ recovery-image] Dec 13 22:19:29.641 INFO O| Dec 13 22:19:29.641 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/ppriv"
45462024-12-13T22:19:30.968Z[ recovery-image] Dec 13 22:19:29.642 INFO O| Dec 13 22:19:29.641 INFO STEP 72 (remove_files) COMPLETE
45472024-12-13T22:19:30.968Z[ recovery-image] Dec 13 22:19:29.642 INFO O| Dec 13 22:19:29.642 INFO STEP 73: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
45482024-12-13T22:19:30.992Z[ recovery-image] Dec 13 22:19:29.666 INFO O| Dec 13 22:19:29.665 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/prctl"
45492024-12-13T22:19:30.993Z[ recovery-image] Dec 13 22:19:29.666 INFO O| Dec 13 22:19:29.666 INFO STEP 73 (remove_files) COMPLETE
45502024-12-13T22:19:30.999Z[ recovery-image] Dec 13 22:19:29.666 INFO O| Dec 13 22:19:29.666 INFO STEP 74: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
45512024-12-13T22:19:31.020Z[ recovery-image] Dec 13 22:19:29.692 INFO O| Dec 13 22:19:29.692 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/preap"
45522024-12-13T22:19:31.020Z[ recovery-image] Dec 13 22:19:29.692 INFO O| Dec 13 22:19:29.692 INFO STEP 74 (remove_files) COMPLETE
45532024-12-13T22:19:31.020Z[ recovery-image] Dec 13 22:19:29.692 INFO O| Dec 13 22:19:29.692 INFO STEP 75: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
45542024-12-13T22:19:31.053Z[ recovery-image] Dec 13 22:19:29.725 INFO O| Dec 13 22:19:29.725 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/prstat"
45552024-12-13T22:19:31.053Z[ recovery-image] Dec 13 22:19:29.725 INFO O| Dec 13 22:19:29.725 INFO STEP 75 (remove_files) COMPLETE
45562024-12-13T22:19:31.053Z[ recovery-image] Dec 13 22:19:29.725 INFO O| Dec 13 22:19:29.725 INFO STEP 76: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
45572024-12-13T22:19:31.074Z[ recovery-image] Dec 13 22:19:29.748 INFO O| Dec 13 22:19:29.748 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/prun"
45582024-12-13T22:19:31.074Z[ recovery-image] Dec 13 22:19:29.748 INFO O| Dec 13 22:19:29.748 INFO STEP 76 (remove_files) COMPLETE
45592024-12-13T22:19:31.077Z[ recovery-image] Dec 13 22:19:29.748 INFO O| Dec 13 22:19:29.748 INFO STEP 77: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
45602024-12-13T22:19:31.114Z[ recovery-image] Dec 13 22:19:29.787 INFO O| Dec 13 22:19:29.787 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/psecflags"
45612024-12-13T22:19:31.114Z[ recovery-image] Dec 13 22:19:29.787 INFO O| Dec 13 22:19:29.787 INFO STEP 77 (remove_files) COMPLETE
45622024-12-13T22:19:31.116Z[ recovery-image] Dec 13 22:19:29.787 INFO O| Dec 13 22:19:29.787 INFO STEP 78: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
45632024-12-13T22:19:31.136Z[ recovery-image] Dec 13 22:19:29.809 INFO O| Dec 13 22:19:29.809 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/psig"
45642024-12-13T22:19:31.136Z[ recovery-image] Dec 13 22:19:29.809 INFO O| Dec 13 22:19:29.809 INFO STEP 78 (remove_files) COMPLETE
45652024-12-13T22:19:31.136Z[ recovery-image] Dec 13 22:19:29.809 INFO O| Dec 13 22:19:29.809 INFO STEP 79: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
45662024-12-13T22:19:31.159Z[ recovery-image] Dec 13 22:19:29.833 INFO O| Dec 13 22:19:29.833 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/pstack"
45672024-12-13T22:19:31.159Z[ recovery-image] Dec 13 22:19:29.833 INFO O| Dec 13 22:19:29.833 INFO STEP 79 (remove_files) COMPLETE
45682024-12-13T22:19:31.159Z[ recovery-image] Dec 13 22:19:29.833 INFO O| Dec 13 22:19:29.833 INFO STEP 80: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
45692024-12-13T22:19:31.187Z[ recovery-image] Dec 13 22:19:29.860 INFO O| Dec 13 22:19:29.860 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/pstop"
45702024-12-13T22:19:31.187Z[ recovery-image] Dec 13 22:19:29.860 INFO O| Dec 13 22:19:29.860 INFO STEP 80 (remove_files) COMPLETE
45712024-12-13T22:19:31.189Z[ recovery-image] Dec 13 22:19:29.860 INFO O| Dec 13 22:19:29.860 INFO STEP 81: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
45722024-12-13T22:19:31.211Z[ recovery-image] Dec 13 22:19:29.884 INFO O| Dec 13 22:19:29.884 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/ptime"
45732024-12-13T22:19:31.214Z[ recovery-image] Dec 13 22:19:29.885 INFO O| Dec 13 22:19:29.885 INFO STEP 81 (remove_files) COMPLETE
45742024-12-13T22:19:31.214Z[ recovery-image] Dec 13 22:19:29.885 INFO O| Dec 13 22:19:29.885 INFO STEP 82: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
45752024-12-13T22:19:31.236Z[ recovery-image] Dec 13 22:19:29.910 INFO O| Dec 13 22:19:29.910 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/ptree"
45762024-12-13T22:19:31.236Z[ recovery-image] Dec 13 22:19:29.910 INFO O| Dec 13 22:19:29.910 INFO STEP 82 (remove_files) COMPLETE
45772024-12-13T22:19:31.236Z[ recovery-image] Dec 13 22:19:29.910 INFO O| Dec 13 22:19:29.910 INFO STEP 83: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
45782024-12-13T22:19:31.261Z[ recovery-image] Dec 13 22:19:29.934 INFO O| Dec 13 22:19:29.934 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/pwait"
45792024-12-13T22:19:31.261Z[ recovery-image] Dec 13 22:19:29.934 INFO O| Dec 13 22:19:29.934 INFO STEP 83 (remove_files) COMPLETE
45802024-12-13T22:19:31.264Z[ recovery-image] Dec 13 22:19:29.934 INFO O| Dec 13 22:19:29.934 INFO STEP 84: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
45812024-12-13T22:19:31.285Z[ recovery-image] Dec 13 22:19:29.958 INFO O| Dec 13 22:19:29.958 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/pwdx"
45822024-12-13T22:19:31.285Z[ recovery-image] Dec 13 22:19:29.958 INFO O| Dec 13 22:19:29.958 INFO STEP 84 (remove_files) COMPLETE
45832024-12-13T22:19:31.287Z[ recovery-image] Dec 13 22:19:29.958 INFO O| Dec 13 22:19:29.958 INFO STEP 85: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
45842024-12-13T22:19:31.308Z[ recovery-image] Dec 13 22:19:29.982 INFO O| Dec 13 22:19:29.982 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/rksh"
45852024-12-13T22:19:31.308Z[ recovery-image] Dec 13 22:19:29.982 INFO O| Dec 13 22:19:29.982 INFO STEP 85 (remove_files) COMPLETE
45862024-12-13T22:19:31.308Z[ recovery-image] Dec 13 22:19:29.982 INFO O| Dec 13 22:19:29.982 INFO STEP 86: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
45872024-12-13T22:19:31.373Z[ recovery-image] Dec 13 22:19:30.046 INFO O| Dec 13 22:19:30.046 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/rksh93"
45882024-12-13T22:19:31.373Z[ recovery-image] Dec 13 22:19:30.046 INFO O| Dec 13 22:19:30.046 INFO STEP 86 (remove_files) COMPLETE
45892024-12-13T22:19:31.373Z[ recovery-image] Dec 13 22:19:30.046 INFO O| Dec 13 22:19:30.046 INFO STEP 87: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
45902024-12-13T22:19:31.434Z[ recovery-image] Dec 13 22:19:30.107 INFO O| Dec 13 22:19:30.107 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/sqlite3"
45912024-12-13T22:19:31.434Z[ recovery-image] Dec 13 22:19:30.107 INFO O| Dec 13 22:19:30.107 INFO STEP 87 (remove_files) COMPLETE
45922024-12-13T22:19:31.437Z[ recovery-image] Dec 13 22:19:30.107 INFO O| Dec 13 22:19:30.107 INFO STEP 88: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
45932024-12-13T22:19:31.460Z[ recovery-image] Dec 13 22:19:30.133 INFO O| Dec 13 22:19:30.133 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/strings"
45942024-12-13T22:19:31.463Z[ recovery-image] Dec 13 22:19:30.133 INFO O| Dec 13 22:19:30.133 INFO STEP 88 (remove_files) COMPLETE
45952024-12-13T22:19:31.463Z[ recovery-image] Dec 13 22:19:30.133 INFO O| Dec 13 22:19:30.133 INFO STEP 89: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
45962024-12-13T22:19:31.485Z[ recovery-image] Dec 13 22:19:30.159 INFO O| Dec 13 22:19:30.158 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/xml2-config"
45972024-12-13T22:19:31.488Z[ recovery-image] Dec 13 22:19:30.159 INFO O| Dec 13 22:19:30.159 INFO STEP 89 (remove_files) COMPLETE
45982024-12-13T22:19:31.488Z[ recovery-image] Dec 13 22:19:30.159 INFO O| Dec 13 22:19:30.159 INFO STEP 90: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
45992024-12-13T22:19:31.509Z[ recovery-image] Dec 13 22:19:30.182 INFO O| Dec 13 22:19:30.182 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/xmlcatalog"
46002024-12-13T22:19:31.511Z[ recovery-image] Dec 13 22:19:30.182 INFO O| Dec 13 22:19:30.182 INFO STEP 90 (remove_files) COMPLETE
46012024-12-13T22:19:31.511Z[ recovery-image] Dec 13 22:19:30.182 INFO O| Dec 13 22:19:30.182 INFO STEP 91: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
46022024-12-13T22:19:31.534Z[ recovery-image] Dec 13 22:19:30.206 INFO O| Dec 13 22:19:30.206 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/xmllint"
46032024-12-13T22:19:31.537Z[ recovery-image] Dec 13 22:19:30.207 INFO O| Dec 13 22:19:30.207 INFO STEP 91 (remove_files) COMPLETE
46042024-12-13T22:19:31.537Z[ recovery-image] Dec 13 22:19:30.207 INFO O| Dec 13 22:19:30.207 INFO STEP 92: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
46052024-12-13T22:19:31.566Z[ recovery-image] Dec 13 22:19:30.239 INFO O| Dec 13 22:19:30.239 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amt"
46062024-12-13T22:19:31.586Z[ recovery-image] Dec 13 22:19:30.259 INFO O| Dec 13 22:19:30.259 INFO STEP 92 (remove_files) COMPLETE
46072024-12-13T22:19:31.586Z[ recovery-image] Dec 13 22:19:30.259 INFO O| Dec 13 22:19:30.259 INFO STEP 93: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
46082024-12-13T22:19:31.626Z[ recovery-image] Dec 13 22:19:30.299 INFO O| Dec 13 22:19:30.299 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/arch"
46092024-12-13T22:19:31.626Z[ recovery-image] Dec 13 22:19:30.299 INFO O| Dec 13 22:19:30.299 INFO STEP 93 (remove_files) COMPLETE
46102024-12-13T22:19:31.629Z[ recovery-image] Dec 13 22:19:30.299 INFO O| Dec 13 22:19:30.299 INFO STEP 94: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
46112024-12-13T22:19:31.650Z[ recovery-image] Dec 13 22:19:30.324 INFO O| Dec 13 22:19:30.324 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/asa"
46122024-12-13T22:19:31.650Z[ recovery-image] Dec 13 22:19:30.324 INFO O| Dec 13 22:19:30.324 INFO STEP 94 (remove_files) COMPLETE
46132024-12-13T22:19:31.650Z[ recovery-image] Dec 13 22:19:30.324 INFO O| Dec 13 22:19:30.324 INFO STEP 95: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
46142024-12-13T22:19:31.675Z[ recovery-image] Dec 13 22:19:30.348 INFO O| Dec 13 22:19:30.348 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/at"
46152024-12-13T22:19:31.675Z[ recovery-image] Dec 13 22:19:30.348 INFO O| Dec 13 22:19:30.348 INFO STEP 95 (remove_files) COMPLETE
46162024-12-13T22:19:31.675Z[ recovery-image] Dec 13 22:19:30.348 INFO O| Dec 13 22:19:30.348 INFO STEP 96: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
46172024-12-13T22:19:31.698Z[ recovery-image] Dec 13 22:19:30.371 INFO O| Dec 13 22:19:30.371 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/atq"
46182024-12-13T22:19:31.698Z[ recovery-image] Dec 13 22:19:30.372 INFO O| Dec 13 22:19:30.371 INFO STEP 96 (remove_files) COMPLETE
46192024-12-13T22:19:31.701Z[ recovery-image] Dec 13 22:19:30.372 INFO O| Dec 13 22:19:30.372 INFO STEP 97: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
46202024-12-13T22:19:31.722Z[ recovery-image] Dec 13 22:19:30.395 INFO O| Dec 13 22:19:30.395 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/atrm"
46212024-12-13T22:19:31.722Z[ recovery-image] Dec 13 22:19:30.395 INFO O| Dec 13 22:19:30.395 INFO STEP 97 (remove_files) COMPLETE
46222024-12-13T22:19:31.722Z[ recovery-image] Dec 13 22:19:30.395 INFO O| Dec 13 22:19:30.395 INFO STEP 98: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
46232024-12-13T22:19:31.745Z[ recovery-image] Dec 13 22:19:30.419 INFO O| Dec 13 22:19:30.418 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/auths"
46242024-12-13T22:19:31.745Z[ recovery-image] Dec 13 22:19:30.419 INFO O| Dec 13 22:19:30.419 INFO STEP 98 (remove_files) COMPLETE
46252024-12-13T22:19:31.745Z[ recovery-image] Dec 13 22:19:30.419 INFO O| Dec 13 22:19:30.419 INFO STEP 99: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
46262024-12-13T22:19:31.778Z[ recovery-image] Dec 13 22:19:30.450 INFO O| Dec 13 22:19:30.450 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/banner"
46272024-12-13T22:19:31.778Z[ recovery-image] Dec 13 22:19:30.450 INFO O| Dec 13 22:19:30.450 INFO STEP 99 (remove_files) COMPLETE
46282024-12-13T22:19:31.781Z[ recovery-image] Dec 13 22:19:30.450 INFO O| Dec 13 22:19:30.450 INFO STEP 100: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
46292024-12-13T22:19:31.802Z[ recovery-image] Dec 13 22:19:30.476 INFO O| Dec 13 22:19:30.475 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/bashbug"
46302024-12-13T22:19:31.802Z[ recovery-image] Dec 13 22:19:30.476 INFO O| Dec 13 22:19:30.476 INFO STEP 100 (remove_files) COMPLETE
46312024-12-13T22:19:31.805Z[ recovery-image] Dec 13 22:19:30.476 INFO O| Dec 13 22:19:30.476 INFO STEP 101: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
46322024-12-13T22:19:31.843Z[ recovery-image] Dec 13 22:19:30.515 INFO O| Dec 13 22:19:30.515 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/batch"
46332024-12-13T22:19:31.843Z[ recovery-image] Dec 13 22:19:30.515 INFO O| Dec 13 22:19:30.515 INFO STEP 101 (remove_files) COMPLETE
46342024-12-13T22:19:31.843Z[ recovery-image] Dec 13 22:19:30.515 INFO O| Dec 13 22:19:30.515 INFO STEP 102: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
46352024-12-13T22:19:31.975Z[ recovery-image] Dec 13 22:19:30.649 INFO O| Dec 13 22:19:30.649 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/bc"
46362024-12-13T22:19:31.975Z[ recovery-image] Dec 13 22:19:30.649 INFO O| Dec 13 22:19:30.649 INFO STEP 102 (remove_files) COMPLETE
46372024-12-13T22:19:31.979Z[ recovery-image] Dec 13 22:19:30.649 INFO O| Dec 13 22:19:30.649 INFO STEP 103: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
46382024-12-13T22:19:31.996Z[ recovery-image] Dec 13 22:19:30.669 INFO O| Dec 13 22:19:30.669 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/bdiff"
46392024-12-13T22:19:31.996Z[ recovery-image] Dec 13 22:19:30.669 INFO O| Dec 13 22:19:30.669 INFO STEP 103 (remove_files) COMPLETE
46402024-12-13T22:19:31.996Z[ recovery-image] Dec 13 22:19:30.670 INFO O| Dec 13 22:19:30.669 INFO STEP 104: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
46412024-12-13T22:19:32.019Z[ recovery-image] Dec 13 22:19:30.692 INFO O| Dec 13 22:19:30.692 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/bg"
46422024-12-13T22:19:32.019Z[ recovery-image] Dec 13 22:19:30.693 INFO O| Dec 13 22:19:30.693 INFO STEP 104 (remove_files) COMPLETE
46432024-12-13T22:19:32.022Z[ recovery-image] Dec 13 22:19:30.693 INFO O| Dec 13 22:19:30.693 INFO STEP 105: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
46442024-12-13T22:19:32.076Z[ recovery-image] Dec 13 22:19:30.748 INFO O| Dec 13 22:19:30.748 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/brotli"
46452024-12-13T22:19:32.096Z[ recovery-image] Dec 13 22:19:30.769 INFO O| Dec 13 22:19:30.769 INFO STEP 105 (remove_files) COMPLETE
46462024-12-13T22:19:32.096Z[ recovery-image] Dec 13 22:19:30.769 INFO O| Dec 13 22:19:30.769 INFO STEP 106: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
46472024-12-13T22:19:32.154Z[ recovery-image] Dec 13 22:19:30.828 INFO O| Dec 13 22:19:30.827 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/bunzip2"
46482024-12-13T22:19:32.154Z[ recovery-image] Dec 13 22:19:30.828 INFO O| Dec 13 22:19:30.828 INFO STEP 106 (remove_files) COMPLETE
46492024-12-13T22:19:32.157Z[ recovery-image] Dec 13 22:19:30.828 INFO O| Dec 13 22:19:30.828 INFO STEP 107: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
46502024-12-13T22:19:32.177Z[ recovery-image] Dec 13 22:19:30.850 INFO O| Dec 13 22:19:30.850 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/busstat"
46512024-12-13T22:19:32.177Z[ recovery-image] Dec 13 22:19:30.850 INFO O| Dec 13 22:19:30.850 INFO STEP 107 (remove_files) COMPLETE
46522024-12-13T22:19:32.180Z[ recovery-image] Dec 13 22:19:30.850 INFO O| Dec 13 22:19:30.850 INFO STEP 108: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
46532024-12-13T22:19:32.201Z[ recovery-image] Dec 13 22:19:30.873 INFO O| Dec 13 22:19:30.873 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/bzcat"
46542024-12-13T22:19:32.201Z[ recovery-image] Dec 13 22:19:30.873 INFO O| Dec 13 22:19:30.873 INFO STEP 108 (remove_files) COMPLETE
46552024-12-13T22:19:32.201Z[ recovery-image] Dec 13 22:19:30.873 INFO O| Dec 13 22:19:30.873 INFO STEP 109: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
46562024-12-13T22:19:32.223Z[ recovery-image] Dec 13 22:19:30.896 INFO O| Dec 13 22:19:30.896 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/bzdiff"
46572024-12-13T22:19:32.223Z[ recovery-image] Dec 13 22:19:30.896 INFO O| Dec 13 22:19:30.896 INFO STEP 109 (remove_files) COMPLETE
46582024-12-13T22:19:32.226Z[ recovery-image] Dec 13 22:19:30.896 INFO O| Dec 13 22:19:30.896 INFO STEP 110: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
46592024-12-13T22:19:32.245Z[ recovery-image] Dec 13 22:19:30.917 INFO O| Dec 13 22:19:30.917 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/bzgrep"
46602024-12-13T22:19:32.245Z[ recovery-image] Dec 13 22:19:30.917 INFO O| Dec 13 22:19:30.917 INFO STEP 110 (remove_files) COMPLETE
46612024-12-13T22:19:32.245Z[ recovery-image] Dec 13 22:19:30.917 INFO O| Dec 13 22:19:30.917 INFO STEP 111: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
46622024-12-13T22:19:32.295Z[ recovery-image] Dec 13 22:19:30.968 INFO O| Dec 13 22:19:30.968 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/bzip2"
46632024-12-13T22:19:32.295Z[ recovery-image] Dec 13 22:19:30.968 INFO O| Dec 13 22:19:30.968 INFO STEP 111 (remove_files) COMPLETE
46642024-12-13T22:19:32.295Z[ recovery-image] Dec 13 22:19:30.968 INFO O| Dec 13 22:19:30.968 INFO STEP 112: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
46652024-12-13T22:19:32.325Z[ recovery-image] Dec 13 22:19:30.997 INFO O| Dec 13 22:19:30.997 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/bzip2recover"
46662024-12-13T22:19:32.325Z[ recovery-image] Dec 13 22:19:30.997 INFO O| Dec 13 22:19:30.997 INFO STEP 112 (remove_files) COMPLETE
46672024-12-13T22:19:32.327Z[ recovery-image] Dec 13 22:19:30.997 INFO O| Dec 13 22:19:30.997 INFO STEP 113: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
46682024-12-13T22:19:32.353Z[ recovery-image] Dec 13 22:19:31.026 INFO O| Dec 13 22:19:31.026 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/bzmore"
46692024-12-13T22:19:32.353Z[ recovery-image] Dec 13 22:19:31.027 INFO O| Dec 13 22:19:31.027 INFO STEP 113 (remove_files) COMPLETE
46702024-12-13T22:19:32.356Z[ recovery-image] Dec 13 22:19:31.027 INFO O| Dec 13 22:19:31.027 INFO STEP 114: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
46712024-12-13T22:19:32.377Z[ recovery-image] Dec 13 22:19:31.049 INFO O| Dec 13 22:19:31.049 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/cal"
46722024-12-13T22:19:32.377Z[ recovery-image] Dec 13 22:19:31.050 INFO O| Dec 13 22:19:31.049 INFO STEP 114 (remove_files) COMPLETE
46732024-12-13T22:19:32.381Z[ recovery-image] Dec 13 22:19:31.050 INFO O| Dec 13 22:19:31.050 INFO STEP 115: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
46742024-12-13T22:19:32.403Z[ recovery-image] Dec 13 22:19:31.077 INFO O| Dec 13 22:19:31.076 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/captoinfo"
46752024-12-13T22:19:32.406Z[ recovery-image] Dec 13 22:19:31.077 INFO O| Dec 13 22:19:31.077 INFO STEP 115 (remove_files) COMPLETE
46762024-12-13T22:19:32.406Z[ recovery-image] Dec 13 22:19:31.077 INFO O| Dec 13 22:19:31.077 INFO STEP 116: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
46772024-12-13T22:19:32.430Z[ recovery-image] Dec 13 22:19:31.103 INFO O| Dec 13 22:19:31.103 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/cd"
46782024-12-13T22:19:32.434Z[ recovery-image] Dec 13 22:19:31.103 INFO O| Dec 13 22:19:31.103 INFO STEP 116 (remove_files) COMPLETE
46792024-12-13T22:19:32.434Z[ recovery-image] Dec 13 22:19:31.103 INFO O| Dec 13 22:19:31.103 INFO STEP 117: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
46802024-12-13T22:19:32.457Z[ recovery-image] Dec 13 22:19:31.129 INFO O| Dec 13 22:19:31.129 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/certutil"
46812024-12-13T22:19:32.461Z[ recovery-image] Dec 13 22:19:31.129 INFO O| Dec 13 22:19:31.129 INFO STEP 117 (remove_files) COMPLETE
46822024-12-13T22:19:32.461Z[ recovery-image] Dec 13 22:19:31.129 INFO O| Dec 13 22:19:31.129 INFO STEP 118: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
46832024-12-13T22:19:32.487Z[ recovery-image] Dec 13 22:19:31.160 INFO O| Dec 13 22:19:31.160 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/checkbandwidth"
46842024-12-13T22:19:32.497Z[ recovery-image] Dec 13 22:19:31.160 INFO O| Dec 13 22:19:31.160 INFO STEP 118 (remove_files) COMPLETE
46852024-12-13T22:19:32.497Z[ recovery-image] Dec 13 22:19:31.160 INFO O| Dec 13 22:19:31.160 INFO STEP 119: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
46862024-12-13T22:19:32.512Z[ recovery-image] Dec 13 22:19:31.184 INFO O| Dec 13 22:19:31.183 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/chgrp"
46872024-12-13T22:19:32.517Z[ recovery-image] Dec 13 22:19:31.184 INFO O| Dec 13 22:19:31.184 INFO STEP 119 (remove_files) COMPLETE
46882024-12-13T22:19:32.517Z[ recovery-image] Dec 13 22:19:31.184 INFO O| Dec 13 22:19:31.184 INFO STEP 120: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
46892024-12-13T22:19:32.591Z[ recovery-image] Dec 13 22:19:31.263 INFO O| Dec 13 22:19:31.263 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/chronyc"
46902024-12-13T22:19:32.591Z[ recovery-image] Dec 13 22:19:31.263 INFO O| Dec 13 22:19:31.263 INFO STEP 120 (remove_files) COMPLETE
46912024-12-13T22:19:32.594Z[ recovery-image] Dec 13 22:19:31.263 INFO O| Dec 13 22:19:31.263 INFO STEP 121: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
46922024-12-13T22:19:32.613Z[ recovery-image] Dec 13 22:19:31.285 INFO O| Dec 13 22:19:31.285 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/ckdate"
46932024-12-13T22:19:32.619Z[ recovery-image] Dec 13 22:19:31.291 INFO O| Dec 13 22:19:31.291 INFO STEP 121 (remove_files) COMPLETE
46942024-12-13T22:19:32.619Z[ recovery-image] Dec 13 22:19:31.291 INFO O| Dec 13 22:19:31.291 INFO STEP 122: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
46952024-12-13T22:19:32.681Z[ recovery-image] Dec 13 22:19:31.353 INFO O| Dec 13 22:19:31.353 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/ckgid"
46962024-12-13T22:19:32.681Z[ recovery-image] Dec 13 22:19:31.354 INFO O| Dec 13 22:19:31.353 INFO STEP 122 (remove_files) COMPLETE
46972024-12-13T22:19:32.681Z[ recovery-image] Dec 13 22:19:31.354 INFO O| Dec 13 22:19:31.353 INFO STEP 123: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
46982024-12-13T22:19:32.721Z[ recovery-image] Dec 13 22:19:31.389 INFO O| Dec 13 22:19:31.389 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/ckint"
46992024-12-13T22:19:32.721Z[ recovery-image] Dec 13 22:19:31.389 INFO O| Dec 13 22:19:31.389 INFO STEP 123 (remove_files) COMPLETE
47002024-12-13T22:19:32.726Z[ recovery-image] Dec 13 22:19:31.389 INFO O| Dec 13 22:19:31.389 INFO STEP 124: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
47012024-12-13T22:19:32.739Z[ recovery-image] Dec 13 22:19:31.412 INFO O| Dec 13 22:19:31.412 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/ckitem"
47022024-12-13T22:19:32.761Z[ recovery-image] Dec 13 22:19:31.433 INFO O| Dec 13 22:19:31.433 INFO STEP 124 (remove_files) COMPLETE
47032024-12-13T22:19:32.761Z[ recovery-image] Dec 13 22:19:31.433 INFO O| Dec 13 22:19:31.433 INFO STEP 125: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
47042024-12-13T22:19:32.819Z[ recovery-image] Dec 13 22:19:31.492 INFO O| Dec 13 22:19:31.492 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/ckkeywd"
47052024-12-13T22:19:32.819Z[ recovery-image] Dec 13 22:19:31.492 INFO O| Dec 13 22:19:31.492 INFO STEP 125 (remove_files) COMPLETE
47062024-12-13T22:19:32.819Z[ recovery-image] Dec 13 22:19:31.492 INFO O| Dec 13 22:19:31.492 INFO STEP 126: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
47072024-12-13T22:19:32.876Z[ recovery-image] Dec 13 22:19:31.548 INFO O| Dec 13 22:19:31.548 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/ckpath"
47082024-12-13T22:19:32.876Z[ recovery-image] Dec 13 22:19:31.548 INFO O| Dec 13 22:19:31.548 INFO STEP 126 (remove_files) COMPLETE
47092024-12-13T22:19:32.876Z[ recovery-image] Dec 13 22:19:31.548 INFO O| Dec 13 22:19:31.548 INFO STEP 127: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
47102024-12-13T22:19:32.898Z[ recovery-image] Dec 13 22:19:31.571 INFO O| Dec 13 22:19:31.571 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/ckrange"
47112024-12-13T22:19:32.898Z[ recovery-image] Dec 13 22:19:31.571 INFO O| Dec 13 22:19:31.571 INFO STEP 127 (remove_files) COMPLETE
47122024-12-13T22:19:32.898Z[ recovery-image] Dec 13 22:19:31.571 INFO O| Dec 13 22:19:31.571 INFO STEP 128: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
47132024-12-13T22:19:32.926Z[ recovery-image] Dec 13 22:19:31.599 INFO O| Dec 13 22:19:31.599 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/ckstr"
47142024-12-13T22:19:32.929Z[ recovery-image] Dec 13 22:19:31.599 INFO O| Dec 13 22:19:31.599 INFO STEP 128 (remove_files) COMPLETE
47152024-12-13T22:19:32.929Z[ recovery-image] Dec 13 22:19:31.600 INFO O| Dec 13 22:19:31.599 INFO STEP 129: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
47162024-12-13T22:19:32.948Z[ recovery-image] Dec 13 22:19:31.622 INFO O| Dec 13 22:19:31.621 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/cksum"
47172024-12-13T22:19:32.948Z[ recovery-image] Dec 13 22:19:31.622 INFO O| Dec 13 22:19:31.622 INFO STEP 129 (remove_files) COMPLETE
47182024-12-13T22:19:32.951Z[ recovery-image] Dec 13 22:19:31.622 INFO O| Dec 13 22:19:31.622 INFO STEP 130: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
47192024-12-13T22:19:32.968Z[ recovery-image] Dec 13 22:19:31.641 INFO O| Dec 13 22:19:31.641 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/cktime"
47202024-12-13T22:19:32.968Z[ recovery-image] Dec 13 22:19:31.641 INFO O| Dec 13 22:19:31.641 INFO STEP 130 (remove_files) COMPLETE
47212024-12-13T22:19:32.972Z[ recovery-image] Dec 13 22:19:31.641 INFO O| Dec 13 22:19:31.641 INFO STEP 131: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
47222024-12-13T22:19:33.000Z[ recovery-image] Dec 13 22:19:31.671 INFO O| Dec 13 22:19:31.671 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/ckuid"
47232024-12-13T22:19:33.000Z[ recovery-image] Dec 13 22:19:31.671 INFO O| Dec 13 22:19:31.671 INFO STEP 131 (remove_files) COMPLETE
47242024-12-13T22:19:33.004Z[ recovery-image] Dec 13 22:19:31.671 INFO O| Dec 13 22:19:31.671 INFO STEP 132: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
47252024-12-13T22:19:33.038Z[ recovery-image] Dec 13 22:19:31.711 INFO O| Dec 13 22:19:31.711 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/ckyorn"
47262024-12-13T22:19:33.038Z[ recovery-image] Dec 13 22:19:31.711 INFO O| Dec 13 22:19:31.711 INFO STEP 132 (remove_files) COMPLETE
47272024-12-13T22:19:33.038Z[ recovery-image] Dec 13 22:19:31.711 INFO O| Dec 13 22:19:31.711 INFO STEP 133: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
47282024-12-13T22:19:33.088Z[ host-image] Dec 13 22:19:31.761 INFO O| Dec 13 22:19:31.761 INFO O| Download: 1129/1140 items 6.6/8.4MB 78% complete (1.3M/s)
47292024-12-13T22:19:33.108Z[ recovery-image] Dec 13 22:19:31.781 INFO O| Dec 13 22:19:31.781 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/clear"
47302024-12-13T22:19:33.108Z[ recovery-image] Dec 13 22:19:31.781 INFO O| Dec 13 22:19:31.781 INFO STEP 133 (remove_files) COMPLETE
47312024-12-13T22:19:33.108Z[ recovery-image] Dec 13 22:19:31.781 INFO O| Dec 13 22:19:31.781 INFO STEP 134: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
47322024-12-13T22:19:33.136Z[ recovery-image] Dec 13 22:19:31.809 INFO O| Dec 13 22:19:31.809 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/cmp"
47332024-12-13T22:19:33.136Z[ recovery-image] Dec 13 22:19:31.809 INFO O| Dec 13 22:19:31.809 INFO STEP 134 (remove_files) COMPLETE
47342024-12-13T22:19:33.136Z[ recovery-image] Dec 13 22:19:31.809 INFO O| Dec 13 22:19:31.809 INFO STEP 135: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
47352024-12-13T22:19:33.163Z[ recovery-image] Dec 13 22:19:31.836 INFO O| Dec 13 22:19:31.836 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/col"
47362024-12-13T22:19:33.163Z[ recovery-image] Dec 13 22:19:31.837 INFO O| Dec 13 22:19:31.836 INFO STEP 135 (remove_files) COMPLETE
47372024-12-13T22:19:33.163Z[ recovery-image] Dec 13 22:19:31.837 INFO O| Dec 13 22:19:31.837 INFO STEP 136: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
47382024-12-13T22:19:33.176Z[ host-image] Dec 13 22:19:31.848 INFO O| Dec 13 22:19:31.847 INFO O| Download: Completed 8.42 MB in 5.09 seconds (1.6M/s)
47392024-12-13T22:19:33.195Z[ recovery-image] Dec 13 22:19:31.868 INFO O| Dec 13 22:19:31.868 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/comm"
47402024-12-13T22:19:33.195Z[ recovery-image] Dec 13 22:19:31.868 INFO O| Dec 13 22:19:31.868 INFO STEP 136 (remove_files) COMPLETE
47412024-12-13T22:19:33.195Z[ recovery-image] Dec 13 22:19:31.868 INFO O| Dec 13 22:19:31.868 INFO STEP 137: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
47422024-12-13T22:19:33.218Z[ recovery-image] Dec 13 22:19:31.891 INFO O| Dec 13 22:19:31.891 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/command"
47432024-12-13T22:19:33.218Z[ recovery-image] Dec 13 22:19:31.891 INFO O| Dec 13 22:19:31.891 INFO STEP 137 (remove_files) COMPLETE
47442024-12-13T22:19:33.218Z[ recovery-image] Dec 13 22:19:31.891 INFO O| Dec 13 22:19:31.891 INFO STEP 138: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
47452024-12-13T22:19:33.256Z[ recovery-image] Dec 13 22:19:31.929 INFO O| Dec 13 22:19:31.929 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/compress"
47462024-12-13T22:19:33.256Z[ recovery-image] Dec 13 22:19:31.929 INFO O| Dec 13 22:19:31.929 INFO STEP 138 (remove_files) COMPLETE
47472024-12-13T22:19:33.256Z[ recovery-image] Dec 13 22:19:31.929 INFO O| Dec 13 22:19:31.929 INFO STEP 139: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
47482024-12-13T22:19:33.281Z[ recovery-image] Dec 13 22:19:31.954 INFO O| Dec 13 22:19:31.954 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/connstat"
47492024-12-13T22:19:33.281Z[ recovery-image] Dec 13 22:19:31.954 INFO O| Dec 13 22:19:31.954 INFO STEP 139 (remove_files) COMPLETE
47502024-12-13T22:19:33.284Z[ recovery-image] Dec 13 22:19:31.954 INFO O| Dec 13 22:19:31.954 INFO STEP 140: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
47512024-12-13T22:19:33.306Z[ host-image] Dec 13 22:19:31.979 INFO O| Dec 13 22:19:31.979 INFO O| Actions: 1/1361 actions (Installing new actions)
47522024-12-13T22:19:33.306Z[ recovery-image] Dec 13 22:19:31.979 INFO O| Dec 13 22:19:31.979 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/cpio"
47532024-12-13T22:19:33.311Z[ recovery-image] Dec 13 22:19:31.979 INFO O| Dec 13 22:19:31.979 INFO STEP 140 (remove_files) COMPLETE
47542024-12-13T22:19:33.311Z[ recovery-image] Dec 13 22:19:31.979 INFO O| Dec 13 22:19:31.979 INFO STEP 141: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
47552024-12-13T22:19:33.330Z[ recovery-image] Dec 13 22:19:32.003 INFO O| Dec 13 22:19:32.003 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/cputrack"
47562024-12-13T22:19:33.351Z[ recovery-image] Dec 13 22:19:32.023 INFO O| Dec 13 22:19:32.023 INFO STEP 141 (remove_files) COMPLETE
47572024-12-13T22:19:33.351Z[ recovery-image] Dec 13 22:19:32.023 INFO O| Dec 13 22:19:32.023 INFO STEP 142: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
47582024-12-13T22:19:33.386Z[ recovery-image] Dec 13 22:19:32.059 INFO O| Dec 13 22:19:32.058 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/crle"
47592024-12-13T22:19:33.386Z[ recovery-image] Dec 13 22:19:32.059 INFO O| Dec 13 22:19:32.059 INFO STEP 142 (remove_files) COMPLETE
47602024-12-13T22:19:33.388Z[ recovery-image] Dec 13 22:19:32.059 INFO O| Dec 13 22:19:32.059 INFO STEP 143: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
47612024-12-13T22:19:33.410Z[ recovery-image] Dec 13 22:19:32.082 INFO O| Dec 13 22:19:32.082 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/crontab"
47622024-12-13T22:19:33.410Z[ recovery-image] Dec 13 22:19:32.082 INFO O| Dec 13 22:19:32.082 INFO STEP 143 (remove_files) COMPLETE
47632024-12-13T22:19:33.410Z[ recovery-image] Dec 13 22:19:32.082 INFO O| Dec 13 22:19:32.082 INFO STEP 144: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
47642024-12-13T22:19:33.447Z[ recovery-image] Dec 13 22:19:32.120 INFO O| Dec 13 22:19:32.120 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/crypt"
47652024-12-13T22:19:33.447Z[ recovery-image] Dec 13 22:19:32.120 INFO O| Dec 13 22:19:32.120 INFO STEP 144 (remove_files) COMPLETE
47662024-12-13T22:19:33.447Z[ recovery-image] Dec 13 22:19:32.120 INFO O| Dec 13 22:19:32.120 INFO STEP 145: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
47672024-12-13T22:19:33.471Z[ recovery-image] Dec 13 22:19:32.144 INFO O| Dec 13 22:19:32.144 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/csh"
47682024-12-13T22:19:33.471Z[ recovery-image] Dec 13 22:19:32.144 INFO O| Dec 13 22:19:32.144 INFO STEP 145 (remove_files) COMPLETE
47692024-12-13T22:19:33.471Z[ recovery-image] Dec 13 22:19:32.144 INFO O| Dec 13 22:19:32.144 INFO STEP 146: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
47702024-12-13T22:19:33.495Z[ recovery-image] Dec 13 22:19:32.168 INFO O| Dec 13 22:19:32.168 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/csplit"
47712024-12-13T22:19:33.495Z[ recovery-image] Dec 13 22:19:32.168 INFO O| Dec 13 22:19:32.168 INFO STEP 146 (remove_files) COMPLETE
47722024-12-13T22:19:33.499Z[ recovery-image] Dec 13 22:19:32.168 INFO O| Dec 13 22:19:32.168 INFO STEP 147: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
47732024-12-13T22:19:33.519Z[ recovery-image] Dec 13 22:19:32.192 INFO O| Dec 13 22:19:32.192 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/curl"
47742024-12-13T22:19:33.520Z[ recovery-image] Dec 13 22:19:32.192 INFO O| Dec 13 22:19:32.192 INFO STEP 147 (remove_files) COMPLETE
47752024-12-13T22:19:33.520Z[ recovery-image] Dec 13 22:19:32.192 INFO O| Dec 13 22:19:32.192 INFO STEP 148: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
47762024-12-13T22:19:33.541Z[ recovery-image] Dec 13 22:19:32.214 INFO O| Dec 13 22:19:32.214 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/curl-config"
47772024-12-13T22:19:33.569Z[ recovery-image] Dec 13 22:19:32.241 INFO O| Dec 13 22:19:32.241 INFO STEP 148 (remove_files) COMPLETE
47782024-12-13T22:19:33.569Z[ recovery-image] Dec 13 22:19:32.241 INFO O| Dec 13 22:19:32.241 INFO STEP 149: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
47792024-12-13T22:19:33.595Z[ recovery-image] Dec 13 22:19:32.264 INFO O| Dec 13 22:19:32.264 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/dc"
47802024-12-13T22:19:33.595Z[ recovery-image] Dec 13 22:19:32.264 INFO O| Dec 13 22:19:32.264 INFO STEP 149 (remove_files) COMPLETE
47812024-12-13T22:19:33.595Z[ recovery-image] Dec 13 22:19:32.264 INFO O| Dec 13 22:19:32.264 INFO STEP 150: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
47822024-12-13T22:19:33.613Z[ recovery-image] Dec 13 22:19:32.286 INFO O| Dec 13 22:19:32.286 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/decrypt"
47832024-12-13T22:19:33.613Z[ recovery-image] Dec 13 22:19:32.286 INFO O| Dec 13 22:19:32.286 INFO STEP 150 (remove_files) COMPLETE
47842024-12-13T22:19:33.616Z[ recovery-image] Dec 13 22:19:32.286 INFO O| Dec 13 22:19:32.286 INFO STEP 151: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
47852024-12-13T22:19:33.636Z[ recovery-image] Dec 13 22:19:32.309 INFO O| Dec 13 22:19:32.309 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/devattr"
47862024-12-13T22:19:33.636Z[ recovery-image] Dec 13 22:19:32.309 INFO O| Dec 13 22:19:32.309 INFO STEP 151 (remove_files) COMPLETE
47872024-12-13T22:19:33.639Z[ recovery-image] Dec 13 22:19:32.309 INFO O| Dec 13 22:19:32.309 INFO STEP 152: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
47882024-12-13T22:19:33.665Z[ recovery-image] Dec 13 22:19:32.338 INFO O| Dec 13 22:19:32.338 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/devfree"
47892024-12-13T22:19:33.668Z[ recovery-image] Dec 13 22:19:32.338 INFO O| Dec 13 22:19:32.338 INFO STEP 152 (remove_files) COMPLETE
47902024-12-13T22:19:33.668Z[ recovery-image] Dec 13 22:19:32.339 INFO O| Dec 13 22:19:32.338 INFO STEP 153: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
47912024-12-13T22:19:33.689Z[ recovery-image] Dec 13 22:19:32.362 INFO O| Dec 13 22:19:32.362 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/devreserv"
47922024-12-13T22:19:33.693Z[ recovery-image] Dec 13 22:19:32.363 INFO O| Dec 13 22:19:32.363 INFO STEP 153 (remove_files) COMPLETE
47932024-12-13T22:19:33.693Z[ recovery-image] Dec 13 22:19:32.363 INFO O| Dec 13 22:19:32.363 INFO STEP 154: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
47942024-12-13T22:19:33.712Z[ recovery-image] Dec 13 22:19:32.385 INFO O| Dec 13 22:19:32.384 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/diff3"
47952024-12-13T22:19:33.712Z[ recovery-image] Dec 13 22:19:32.385 INFO O| Dec 13 22:19:32.385 INFO STEP 154 (remove_files) COMPLETE
47962024-12-13T22:19:33.714Z[ recovery-image] Dec 13 22:19:32.385 INFO O| Dec 13 22:19:32.385 INFO STEP 155: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
47972024-12-13T22:19:33.733Z[ recovery-image] Dec 13 22:19:32.406 INFO O| Dec 13 22:19:32.405 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/digest"
47982024-12-13T22:19:33.733Z[ recovery-image] Dec 13 22:19:32.406 INFO O| Dec 13 22:19:32.406 INFO STEP 155 (remove_files) COMPLETE
47992024-12-13T22:19:33.736Z[ recovery-image] Dec 13 22:19:32.406 INFO O| Dec 13 22:19:32.406 INFO STEP 156: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
48002024-12-13T22:19:33.912Z[ recovery-image] Dec 13 22:19:32.585 INFO O| Dec 13 22:19:32.585 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/dircmp"
48012024-12-13T22:19:33.912Z[ recovery-image] Dec 13 22:19:32.585 INFO O| Dec 13 22:19:32.585 INFO STEP 156 (remove_files) COMPLETE
48022024-12-13T22:19:33.912Z[ recovery-image] Dec 13 22:19:32.585 INFO O| Dec 13 22:19:32.585 INFO STEP 157: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
48032024-12-13T22:19:33.952Z[ recovery-image] Dec 13 22:19:32.625 INFO O| Dec 13 22:19:32.625 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/dirname"
48042024-12-13T22:19:33.955Z[ recovery-image] Dec 13 22:19:32.625 INFO O| Dec 13 22:19:32.625 INFO STEP 157 (remove_files) COMPLETE
48052024-12-13T22:19:33.955Z[ recovery-image] Dec 13 22:19:32.626 INFO O| Dec 13 22:19:32.626 INFO STEP 158: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
48062024-12-13T22:19:33.993Z[ host-image] Dec 13 22:19:32.666 INFO O| Dec 13 22:19:32.665 INFO O| Actions: Completed 1361 actions in 0.69 seconds.
48072024-12-13T22:19:34.001Z[ recovery-image] Dec 13 22:19:32.666 INFO O| Dec 13 22:19:32.666 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/diskinfo"
48082024-12-13T22:19:34.001Z[ recovery-image] Dec 13 22:19:32.666 INFO O| Dec 13 22:19:32.666 INFO STEP 158 (remove_files) COMPLETE
48092024-12-13T22:19:34.001Z[ recovery-image] Dec 13 22:19:32.666 INFO O| Dec 13 22:19:32.666 INFO STEP 159: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
48102024-12-13T22:19:34.017Z[ recovery-image] Dec 13 22:19:32.690 INFO O| Dec 13 22:19:32.689 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/diskscan"
48112024-12-13T22:19:34.017Z[ recovery-image] Dec 13 22:19:32.690 INFO O| Dec 13 22:19:32.690 INFO STEP 159 (remove_files) COMPLETE
48122024-12-13T22:19:34.017Z[ recovery-image] Dec 13 22:19:32.690 INFO O| Dec 13 22:19:32.690 INFO STEP 160: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
48132024-12-13T22:19:34.043Z[ recovery-image] Dec 13 22:19:32.713 INFO O| Dec 13 22:19:32.713 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/dispgid"
48142024-12-13T22:19:34.051Z[ recovery-image] Dec 13 22:19:32.714 INFO O| Dec 13 22:19:32.713 INFO STEP 160 (remove_files) COMPLETE
48152024-12-13T22:19:34.051Z[ recovery-image] Dec 13 22:19:32.714 INFO O| Dec 13 22:19:32.714 INFO STEP 161: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
48162024-12-13T22:19:34.066Z[ recovery-image] Dec 13 22:19:32.739 INFO O| Dec 13 22:19:32.739 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/dispuid"
48172024-12-13T22:19:34.069Z[ recovery-image] Dec 13 22:19:32.739 INFO O| Dec 13 22:19:32.739 INFO STEP 161 (remove_files) COMPLETE
48182024-12-13T22:19:34.069Z[ recovery-image] Dec 13 22:19:32.740 INFO O| Dec 13 22:19:32.740 INFO STEP 162: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
48192024-12-13T22:19:34.099Z[ recovery-image] Dec 13 22:19:32.772 INFO O| Dec 13 22:19:32.772 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/dos2unix"
48202024-12-13T22:19:34.099Z[ recovery-image] Dec 13 22:19:32.772 INFO O| Dec 13 22:19:32.772 INFO STEP 162 (remove_files) COMPLETE
48212024-12-13T22:19:34.103Z[ recovery-image] Dec 13 22:19:32.772 INFO O| Dec 13 22:19:32.772 INFO STEP 163: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
48222024-12-13T22:19:34.122Z[ recovery-image] Dec 13 22:19:32.795 INFO O| Dec 13 22:19:32.795 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/du"
48232024-12-13T22:19:34.122Z[ recovery-image] Dec 13 22:19:32.795 INFO O| Dec 13 22:19:32.795 INFO STEP 163 (remove_files) COMPLETE
48242024-12-13T22:19:34.122Z[ recovery-image] Dec 13 22:19:32.795 INFO O| Dec 13 22:19:32.795 INFO STEP 164: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
48252024-12-13T22:19:34.145Z[ recovery-image] Dec 13 22:19:32.818 INFO O| Dec 13 22:19:32.818 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/dumpcs"
48262024-12-13T22:19:34.145Z[ recovery-image] Dec 13 22:19:32.818 INFO O| Dec 13 22:19:32.818 INFO STEP 164 (remove_files) COMPLETE
48272024-12-13T22:19:34.148Z[ recovery-image] Dec 13 22:19:32.818 INFO O| Dec 13 22:19:32.818 INFO STEP 165: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
48282024-12-13T22:19:34.188Z[ recovery-image] Dec 13 22:19:32.860 INFO O| Dec 13 22:19:32.860 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/dumpkeys"
48292024-12-13T22:19:34.191Z[ recovery-image] Dec 13 22:19:32.860 INFO O| Dec 13 22:19:32.860 INFO STEP 165 (remove_files) COMPLETE
48302024-12-13T22:19:34.191Z[ recovery-image] Dec 13 22:19:32.860 INFO O| Dec 13 22:19:32.860 INFO STEP 166: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
48312024-12-13T22:19:34.223Z[ recovery-image] Dec 13 22:19:32.896 INFO O| Dec 13 22:19:32.896 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/edit"
48322024-12-13T22:19:34.247Z[ recovery-image] Dec 13 22:19:32.920 INFO O| Dec 13 22:19:32.920 INFO STEP 166 (remove_files) COMPLETE
48332024-12-13T22:19:34.247Z[ recovery-image] Dec 13 22:19:32.920 INFO O| Dec 13 22:19:32.920 INFO STEP 167: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
48342024-12-13T22:19:34.280Z[ recovery-image] Dec 13 22:19:32.953 INFO O| Dec 13 22:19:32.953 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/eject"
48352024-12-13T22:19:34.305Z[ recovery-image] Dec 13 22:19:32.978 INFO O| Dec 13 22:19:32.978 INFO STEP 167 (remove_files) COMPLETE
48362024-12-13T22:19:34.305Z[ recovery-image] Dec 13 22:19:32.978 INFO O| Dec 13 22:19:32.978 INFO STEP 168: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
48372024-12-13T22:19:34.350Z[ recovery-image] Dec 13 22:19:33.023 INFO O| Dec 13 22:19:33.023 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/elfsign"
48382024-12-13T22:19:34.371Z[ recovery-image] Dec 13 22:19:33.043 INFO O| Dec 13 22:19:33.043 INFO STEP 168 (remove_files) COMPLETE
48392024-12-13T22:19:34.371Z[ recovery-image] Dec 13 22:19:33.043 INFO O| Dec 13 22:19:33.043 INFO STEP 169: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
48402024-12-13T22:19:34.431Z[ recovery-image] Dec 13 22:19:33.103 INFO O| Dec 13 22:19:33.103 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/elfwrap"
48412024-12-13T22:19:34.431Z[ recovery-image] Dec 13 22:19:33.104 INFO O| Dec 13 22:19:33.104 INFO STEP 169 (remove_files) COMPLETE
48422024-12-13T22:19:34.431Z[ recovery-image] Dec 13 22:19:33.104 INFO O| Dec 13 22:19:33.104 INFO STEP 170: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
48432024-12-13T22:19:34.453Z[ recovery-image] Dec 13 22:19:33.126 INFO O| Dec 13 22:19:33.126 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/encode_keychange"
48442024-12-13T22:19:34.453Z[ recovery-image] Dec 13 22:19:33.126 INFO O| Dec 13 22:19:33.126 INFO STEP 170 (remove_files) COMPLETE
48452024-12-13T22:19:34.453Z[ recovery-image] Dec 13 22:19:33.126 INFO O| Dec 13 22:19:33.126 INFO STEP 171: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
48462024-12-13T22:19:34.479Z[ recovery-image] Dec 13 22:19:33.152 INFO O| Dec 13 22:19:33.152 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/encrypt"
48472024-12-13T22:19:34.479Z[ recovery-image] Dec 13 22:19:33.152 INFO O| Dec 13 22:19:33.152 INFO STEP 171 (remove_files) COMPLETE
48482024-12-13T22:19:34.483Z[ recovery-image] Dec 13 22:19:33.152 INFO O| Dec 13 22:19:33.152 INFO STEP 172: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
48492024-12-13T22:19:34.504Z[ recovery-image] Dec 13 22:19:33.177 INFO O| Dec 13 22:19:33.177 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/enhance"
48502024-12-13T22:19:34.504Z[ recovery-image] Dec 13 22:19:33.177 INFO O| Dec 13 22:19:33.177 INFO STEP 172 (remove_files) COMPLETE
48512024-12-13T22:19:34.507Z[ recovery-image] Dec 13 22:19:33.177 INFO O| Dec 13 22:19:33.177 INFO STEP 173: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
48522024-12-13T22:19:34.581Z[ host-image] Dec 13 22:19:33.254 INFO O| Dec 13 22:19:33.254 INFO O| Done
48532024-12-13T22:19:34.581Z[ host-image] Dec 13 22:19:33.254 INFO O| Dec 13 22:19:33.254 INFO O| Done
48542024-12-13T22:19:34.642Z[ recovery-image] Dec 13 22:19:33.276 INFO O| Dec 13 22:19:33.276 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/env"
48552024-12-13T22:19:34.642Z[ recovery-image] Dec 13 22:19:33.276 INFO O| Dec 13 22:19:33.276 INFO STEP 173 (remove_files) COMPLETE
48562024-12-13T22:19:34.642Z[ recovery-image] Dec 13 22:19:33.276 INFO O| Dec 13 22:19:33.276 INFO STEP 174: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
48572024-12-13T22:19:34.642Z[ recovery-image] Dec 13 22:19:33.300 INFO O| Dec 13 22:19:33.300 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/etdump"
48582024-12-13T22:19:34.645Z[ recovery-image] Dec 13 22:19:33.300 INFO O| Dec 13 22:19:33.300 INFO STEP 174 (remove_files) COMPLETE
48592024-12-13T22:19:34.645Z[ recovery-image] Dec 13 22:19:33.300 INFO O| Dec 13 22:19:33.300 INFO STEP 175: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
48602024-12-13T22:19:34.657Z[ recovery-image] Dec 13 22:19:33.324 INFO O| Dec 13 22:19:33.324 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/expand"
48612024-12-13T22:19:34.657Z[ recovery-image] Dec 13 22:19:33.325 INFO O| Dec 13 22:19:33.324 INFO STEP 175 (remove_files) COMPLETE
48622024-12-13T22:19:34.657Z[ recovery-image] Dec 13 22:19:33.325 INFO O| Dec 13 22:19:33.325 INFO STEP 176: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
48632024-12-13T22:19:34.696Z[ recovery-image] Dec 13 22:19:33.369 INFO O| Dec 13 22:19:33.369 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/exstr"
48642024-12-13T22:19:34.696Z[ recovery-image] Dec 13 22:19:33.369 INFO O| Dec 13 22:19:33.369 INFO STEP 176 (remove_files) COMPLETE
48652024-12-13T22:19:34.696Z[ recovery-image] Dec 13 22:19:33.369 INFO O| Dec 13 22:19:33.369 INFO STEP 177: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
48662024-12-13T22:19:34.822Z[ recovery-image] Dec 13 22:19:33.495 INFO O| Dec 13 22:19:33.495 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/factor"
48672024-12-13T22:19:34.825Z[ recovery-image] Dec 13 22:19:33.496 INFO O| Dec 13 22:19:33.495 INFO STEP 177 (remove_files) COMPLETE
48682024-12-13T22:19:34.825Z[ recovery-image] Dec 13 22:19:33.496 INFO O| Dec 13 22:19:33.496 INFO STEP 178: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
48692024-12-13T22:19:34.847Z[ recovery-image] Dec 13 22:19:33.519 INFO O| Dec 13 22:19:33.519 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/false"
48702024-12-13T22:19:34.849Z[ recovery-image] Dec 13 22:19:33.520 INFO O| Dec 13 22:19:33.520 INFO STEP 178 (remove_files) COMPLETE
48712024-12-13T22:19:34.849Z[ recovery-image] Dec 13 22:19:33.520 INFO O| Dec 13 22:19:33.520 INFO STEP 179: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
48722024-12-13T22:19:34.869Z[ recovery-image] Dec 13 22:19:33.541 INFO O| Dec 13 22:19:33.541 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/fc"
48732024-12-13T22:19:34.874Z[ recovery-image] Dec 13 22:19:33.542 INFO O| Dec 13 22:19:33.541 INFO STEP 179 (remove_files) COMPLETE
48742024-12-13T22:19:34.874Z[ recovery-image] Dec 13 22:19:33.542 INFO O| Dec 13 22:19:33.542 INFO STEP 180: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
48752024-12-13T22:19:34.891Z[ recovery-image] Dec 13 22:19:33.564 INFO O| Dec 13 22:19:33.564 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/fdetach"
48762024-12-13T22:19:34.894Z[ recovery-image] Dec 13 22:19:33.564 INFO O| Dec 13 22:19:33.564 INFO STEP 180 (remove_files) COMPLETE
48772024-12-13T22:19:34.894Z[ recovery-image] Dec 13 22:19:33.565 INFO O| Dec 13 22:19:33.564 INFO STEP 181: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
48782024-12-13T22:19:34.913Z[ recovery-image] Dec 13 22:19:33.586 INFO O| Dec 13 22:19:33.586 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/fdformat"
48792024-12-13T22:19:34.916Z[ recovery-image] Dec 13 22:19:33.586 INFO O| Dec 13 22:19:33.586 INFO STEP 181 (remove_files) COMPLETE
48802024-12-13T22:19:34.916Z[ recovery-image] Dec 13 22:19:33.586 INFO O| Dec 13 22:19:33.586 INFO STEP 182: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
48812024-12-13T22:19:34.952Z[ recovery-image] Dec 13 22:19:33.625 INFO O| Dec 13 22:19:33.625 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/fg"
48822024-12-13T22:19:34.955Z[ recovery-image] Dec 13 22:19:33.626 INFO O| Dec 13 22:19:33.626 INFO STEP 182 (remove_files) COMPLETE
48832024-12-13T22:19:34.955Z[ recovery-image] Dec 13 22:19:33.626 INFO O| Dec 13 22:19:33.626 INFO STEP 183: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
48842024-12-13T22:19:34.983Z[ recovery-image] Dec 13 22:19:33.655 INFO O| Dec 13 22:19:33.655 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/fgrep"
48852024-12-13T22:19:34.983Z[ recovery-image] Dec 13 22:19:33.656 INFO O| Dec 13 22:19:33.656 INFO STEP 183 (remove_files) COMPLETE
48862024-12-13T22:19:34.986Z[ recovery-image] Dec 13 22:19:33.656 INFO O| Dec 13 22:19:33.656 INFO STEP 184: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
48872024-12-13T22:19:35.016Z[ recovery-image] Dec 13 22:19:33.689 INFO O| Dec 13 22:19:33.689 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/file"
48882024-12-13T22:19:35.016Z[ recovery-image] Dec 13 22:19:33.689 INFO O| Dec 13 22:19:33.689 INFO STEP 184 (remove_files) COMPLETE
48892024-12-13T22:19:35.016Z[ recovery-image] Dec 13 22:19:33.689 INFO O| Dec 13 22:19:33.689 INFO STEP 185: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
48902024-12-13T22:19:35.045Z[ recovery-image] Dec 13 22:19:33.717 INFO O| Dec 13 22:19:33.717 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/fixproc"
48912024-12-13T22:19:35.048Z[ recovery-image] Dec 13 22:19:33.718 INFO O| Dec 13 22:19:33.717 INFO STEP 185 (remove_files) COMPLETE
48922024-12-13T22:19:35.048Z[ recovery-image] Dec 13 22:19:33.718 INFO O| Dec 13 22:19:33.718 INFO STEP 186: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
48932024-12-13T22:19:35.079Z[ recovery-image] Dec 13 22:19:33.752 INFO O| Dec 13 22:19:33.752 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/fmt"
48942024-12-13T22:19:35.082Z[ recovery-image] Dec 13 22:19:33.752 INFO O| Dec 13 22:19:33.752 INFO STEP 186 (remove_files) COMPLETE
48952024-12-13T22:19:35.082Z[ recovery-image] Dec 13 22:19:33.753 INFO O| Dec 13 22:19:33.753 INFO STEP 187: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
48962024-12-13T22:19:35.102Z[ recovery-image] Dec 13 22:19:33.774 INFO O| Dec 13 22:19:33.774 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/fmtmsg"
48972024-12-13T22:19:35.105Z[ recovery-image] Dec 13 22:19:33.775 INFO O| Dec 13 22:19:33.774 INFO STEP 187 (remove_files) COMPLETE
48982024-12-13T22:19:35.105Z[ recovery-image] Dec 13 22:19:33.775 INFO O| Dec 13 22:19:33.775 INFO STEP 188: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
48992024-12-13T22:19:35.123Z[ recovery-image] Dec 13 22:19:33.796 INFO O| Dec 13 22:19:33.796 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/fold"
49002024-12-13T22:19:35.123Z[ recovery-image] Dec 13 22:19:33.796 INFO O| Dec 13 22:19:33.796 INFO STEP 188 (remove_files) COMPLETE
49012024-12-13T22:19:35.126Z[ recovery-image] Dec 13 22:19:33.797 INFO O| Dec 13 22:19:33.796 INFO STEP 189: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
49022024-12-13T22:19:35.144Z[ recovery-image] Dec 13 22:19:33.817 INFO O| Dec 13 22:19:33.816 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/fsstat"
49032024-12-13T22:19:35.147Z[ recovery-image] Dec 13 22:19:33.817 INFO O| Dec 13 22:19:33.817 INFO STEP 189 (remove_files) COMPLETE
49042024-12-13T22:19:35.147Z[ recovery-image] Dec 13 22:19:33.817 INFO O| Dec 13 22:19:33.817 INFO STEP 190: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
49052024-12-13T22:19:35.166Z[ recovery-image] Dec 13 22:19:33.839 INFO O| Dec 13 22:19:33.839 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/gclear"
49062024-12-13T22:19:35.166Z[ recovery-image] Dec 13 22:19:33.839 INFO O| Dec 13 22:19:33.839 INFO STEP 190 (remove_files) COMPLETE
49072024-12-13T22:19:35.169Z[ recovery-image] Dec 13 22:19:33.839 INFO O| Dec 13 22:19:33.839 INFO STEP 191: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
49082024-12-13T22:19:35.221Z[ recovery-image] Dec 13 22:19:33.894 INFO O| Dec 13 22:19:33.893 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/gcore"
49092024-12-13T22:19:35.224Z[ recovery-image] Dec 13 22:19:33.894 INFO O| Dec 13 22:19:33.894 INFO STEP 191 (remove_files) COMPLETE
49102024-12-13T22:19:35.224Z[ recovery-image] Dec 13 22:19:33.894 INFO O| Dec 13 22:19:33.894 INFO STEP 192: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
49112024-12-13T22:19:35.244Z[ recovery-image] Dec 13 22:19:33.917 INFO O| Dec 13 22:19:33.917 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/geniconvtbl"
49122024-12-13T22:19:35.247Z[ recovery-image] Dec 13 22:19:33.917 INFO O| Dec 13 22:19:33.917 INFO STEP 192 (remove_files) COMPLETE
49132024-12-13T22:19:35.247Z[ recovery-image] Dec 13 22:19:33.917 INFO O| Dec 13 22:19:33.917 INFO STEP 193: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
49142024-12-13T22:19:35.282Z[ recovery-image] Dec 13 22:19:33.955 INFO O| Dec 13 22:19:33.955 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/getconf"
49152024-12-13T22:19:35.282Z[ recovery-image] Dec 13 22:19:33.955 INFO O| Dec 13 22:19:33.955 INFO STEP 193 (remove_files) COMPLETE
49162024-12-13T22:19:35.282Z[ recovery-image] Dec 13 22:19:33.955 INFO O| Dec 13 22:19:33.955 INFO STEP 194: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
49172024-12-13T22:19:35.332Z[ recovery-image] Dec 13 22:19:34.003 INFO O| Dec 13 22:19:34.003 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/getdev"
49182024-12-13T22:19:35.332Z[ recovery-image] Dec 13 22:19:34.003 INFO O| Dec 13 22:19:34.003 INFO STEP 194 (remove_files) COMPLETE
49192024-12-13T22:19:35.334Z[ recovery-image] Dec 13 22:19:34.004 INFO O| Dec 13 22:19:34.003 INFO STEP 195: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
49202024-12-13T22:19:35.359Z[ recovery-image] Dec 13 22:19:34.031 INFO O| Dec 13 22:19:34.031 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/getdgrp"
49212024-12-13T22:19:35.359Z[ recovery-image] Dec 13 22:19:34.031 INFO O| Dec 13 22:19:34.031 INFO STEP 195 (remove_files) COMPLETE
49222024-12-13T22:19:35.359Z[ recovery-image] Dec 13 22:19:34.031 INFO O| Dec 13 22:19:34.031 INFO STEP 196: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
49232024-12-13T22:19:35.384Z[ recovery-image] Dec 13 22:19:34.057 INFO O| Dec 13 22:19:34.057 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/getent"
49242024-12-13T22:19:35.384Z[ recovery-image] Dec 13 22:19:34.057 INFO O| Dec 13 22:19:34.057 INFO STEP 196 (remove_files) COMPLETE
49252024-12-13T22:19:35.384Z[ recovery-image] Dec 13 22:19:34.057 INFO O| Dec 13 22:19:34.057 INFO STEP 197: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
49262024-12-13T22:19:35.407Z[ recovery-image] Dec 13 22:19:34.080 INFO O| Dec 13 22:19:34.080 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/getfacl"
49272024-12-13T22:19:35.408Z[ recovery-image] Dec 13 22:19:34.080 INFO O| Dec 13 22:19:34.080 INFO STEP 197 (remove_files) COMPLETE
49282024-12-13T22:19:35.410Z[ recovery-image] Dec 13 22:19:34.080 INFO O| Dec 13 22:19:34.080 INFO STEP 198: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
49292024-12-13T22:19:35.430Z[ recovery-image] Dec 13 22:19:34.103 INFO O| Dec 13 22:19:34.103 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/getopt"
49302024-12-13T22:19:35.430Z[ recovery-image] Dec 13 22:19:34.103 INFO O| Dec 13 22:19:34.103 INFO STEP 198 (remove_files) COMPLETE
49312024-12-13T22:19:35.430Z[ recovery-image] Dec 13 22:19:34.103 INFO O| Dec 13 22:19:34.103 INFO STEP 199: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
49322024-12-13T22:19:35.568Z[ recovery-image] Dec 13 22:19:34.241 INFO O| Dec 13 22:19:34.241 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/getopts"
49332024-12-13T22:19:35.568Z[ recovery-image] Dec 13 22:19:34.241 INFO O| Dec 13 22:19:34.241 INFO STEP 199 (remove_files) COMPLETE
49342024-12-13T22:19:35.568Z[ recovery-image] Dec 13 22:19:34.241 INFO O| Dec 13 22:19:34.241 INFO STEP 200: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
49352024-12-13T22:19:35.629Z[ recovery-image] Dec 13 22:19:34.302 INFO O| Dec 13 22:19:34.302 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/gettext"
49362024-12-13T22:19:35.629Z[ recovery-image] Dec 13 22:19:34.302 INFO O| Dec 13 22:19:34.302 INFO STEP 200 (remove_files) COMPLETE
49372024-12-13T22:19:35.629Z[ recovery-image] Dec 13 22:19:34.302 INFO O| Dec 13 22:19:34.302 INFO STEP 201: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
49382024-12-13T22:19:35.656Z[ recovery-image] Dec 13 22:19:34.327 INFO O| Dec 13 22:19:34.327 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/getvol"
49392024-12-13T22:19:35.656Z[ recovery-image] Dec 13 22:19:34.327 INFO O| Dec 13 22:19:34.327 INFO STEP 201 (remove_files) COMPLETE
49402024-12-13T22:19:35.656Z[ recovery-image] Dec 13 22:19:34.327 INFO O| Dec 13 22:19:34.327 INFO STEP 202: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
49412024-12-13T22:19:35.679Z[ recovery-image] Dec 13 22:19:34.348 INFO O| Dec 13 22:19:34.347 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/ginfocmp"
49422024-12-13T22:19:35.679Z[ recovery-image] Dec 13 22:19:34.348 INFO O| Dec 13 22:19:34.348 INFO STEP 202 (remove_files) COMPLETE
49432024-12-13T22:19:35.679Z[ recovery-image] Dec 13 22:19:34.348 INFO O| Dec 13 22:19:34.348 INFO STEP 203: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
49442024-12-13T22:19:35.716Z[ recovery-image] Dec 13 22:19:34.389 INFO O| Dec 13 22:19:34.389 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/groups"
49452024-12-13T22:19:35.719Z[ recovery-image] Dec 13 22:19:34.389 INFO O| Dec 13 22:19:34.389 INFO STEP 203 (remove_files) COMPLETE
49462024-12-13T22:19:35.719Z[ recovery-image] Dec 13 22:19:34.389 INFO O| Dec 13 22:19:34.389 INFO STEP 204: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
49472024-12-13T22:19:35.740Z[ recovery-image] Dec 13 22:19:34.411 INFO O| Dec 13 22:19:34.411 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/gtabs"
49482024-12-13T22:19:35.743Z[ recovery-image] Dec 13 22:19:34.412 INFO O| Dec 13 22:19:34.411 INFO STEP 204 (remove_files) COMPLETE
49492024-12-13T22:19:35.743Z[ recovery-image] Dec 13 22:19:34.412 INFO O| Dec 13 22:19:34.412 INFO STEP 205: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
49502024-12-13T22:19:35.760Z[ recovery-image] Dec 13 22:19:34.432 INFO O| Dec 13 22:19:34.432 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/gtic"
49512024-12-13T22:19:35.760Z[ recovery-image] Dec 13 22:19:34.432 INFO O| Dec 13 22:19:34.432 INFO STEP 205 (remove_files) COMPLETE
49522024-12-13T22:19:35.762Z[ recovery-image] Dec 13 22:19:34.433 INFO O| Dec 13 22:19:34.432 INFO STEP 206: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
49532024-12-13T22:19:35.797Z[ recovery-image] Dec 13 22:19:34.469 INFO O| Dec 13 22:19:34.469 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/gtoe"
49542024-12-13T22:19:35.797Z[ recovery-image] Dec 13 22:19:34.469 INFO O| Dec 13 22:19:34.469 INFO STEP 206 (remove_files) COMPLETE
49552024-12-13T22:19:35.797Z[ recovery-image] Dec 13 22:19:34.469 INFO O| Dec 13 22:19:34.469 INFO STEP 207: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
49562024-12-13T22:19:35.831Z[ recovery-image] Dec 13 22:19:34.504 INFO O| Dec 13 22:19:34.504 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/gtput"
49572024-12-13T22:19:35.831Z[ recovery-image] Dec 13 22:19:34.504 INFO O| Dec 13 22:19:34.504 INFO STEP 207 (remove_files) COMPLETE
49582024-12-13T22:19:35.831Z[ recovery-image] Dec 13 22:19:34.504 INFO O| Dec 13 22:19:34.504 INFO STEP 208: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
49592024-12-13T22:19:35.859Z[ recovery-image] Dec 13 22:19:34.529 INFO O| Dec 13 22:19:34.529 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/gtset"
49602024-12-13T22:19:35.859Z[ recovery-image] Dec 13 22:19:34.529 INFO O| Dec 13 22:19:34.529 INFO STEP 208 (remove_files) COMPLETE
49612024-12-13T22:19:35.859Z[ recovery-image] Dec 13 22:19:34.529 INFO O| Dec 13 22:19:34.529 INFO STEP 209: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
49622024-12-13T22:19:35.926Z[ recovery-image] Dec 13 22:19:34.599 INFO O| Dec 13 22:19:34.599 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/gunzip"
49632024-12-13T22:19:35.926Z[ recovery-image] Dec 13 22:19:34.599 INFO O| Dec 13 22:19:34.599 INFO STEP 209 (remove_files) COMPLETE
49642024-12-13T22:19:35.929Z[ recovery-image] Dec 13 22:19:34.599 INFO O| Dec 13 22:19:34.599 INFO STEP 210: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
49652024-12-13T22:19:35.959Z[ recovery-image] Dec 13 22:19:34.631 INFO O| Dec 13 22:19:34.631 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/gzcat"
49662024-12-13T22:19:35.959Z[ recovery-image] Dec 13 22:19:34.632 INFO O| Dec 13 22:19:34.631 INFO STEP 210 (remove_files) COMPLETE
49672024-12-13T22:19:35.959Z[ recovery-image] Dec 13 22:19:34.632 INFO O| Dec 13 22:19:34.632 INFO STEP 211: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
49682024-12-13T22:19:35.984Z[ recovery-image] Dec 13 22:19:34.656 INFO O| Dec 13 22:19:34.656 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/gzcmp"
49692024-12-13T22:19:35.984Z[ recovery-image] Dec 13 22:19:34.656 INFO O| Dec 13 22:19:34.656 INFO STEP 211 (remove_files) COMPLETE
49702024-12-13T22:19:35.984Z[ recovery-image] Dec 13 22:19:34.656 INFO O| Dec 13 22:19:34.656 INFO STEP 212: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
49712024-12-13T22:19:36.012Z[ recovery-image] Dec 13 22:19:34.684 INFO O| Dec 13 22:19:34.684 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/gzdiff"
49722024-12-13T22:19:36.012Z[ recovery-image] Dec 13 22:19:34.684 INFO O| Dec 13 22:19:34.684 INFO STEP 212 (remove_files) COMPLETE
49732024-12-13T22:19:36.015Z[ recovery-image] Dec 13 22:19:34.684 INFO O| Dec 13 22:19:34.684 INFO STEP 213: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
49742024-12-13T22:19:36.053Z[ recovery-image] Dec 13 22:19:34.725 INFO O| Dec 13 22:19:34.725 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/gzegrep"
49752024-12-13T22:19:36.053Z[ recovery-image] Dec 13 22:19:34.725 INFO O| Dec 13 22:19:34.725 INFO STEP 213 (remove_files) COMPLETE
49762024-12-13T22:19:36.053Z[ recovery-image] Dec 13 22:19:34.725 INFO O| Dec 13 22:19:34.725 INFO STEP 214: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
49772024-12-13T22:19:36.109Z[ host-image] Dec 13 22:19:34.780 INFO O| Dec 13 22:19:34.780 INFO O| Done
49782024-12-13T22:19:36.165Z[ recovery-image] Dec 13 22:19:34.836 INFO O| Dec 13 22:19:34.835 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/gzexe"
49792024-12-13T22:19:36.167Z[ recovery-image] Dec 13 22:19:34.836 INFO O| Dec 13 22:19:34.836 INFO STEP 214 (remove_files) COMPLETE
49802024-12-13T22:19:36.167Z[ recovery-image] Dec 13 22:19:34.836 INFO O| Dec 13 22:19:34.836 INFO STEP 215: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
49812024-12-13T22:19:36.240Z[ recovery-image] Dec 13 22:19:34.912 INFO O| Dec 13 22:19:34.912 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/gzfgrep"
49822024-12-13T22:19:36.240Z[ recovery-image] Dec 13 22:19:34.912 INFO O| Dec 13 22:19:34.912 INFO STEP 215 (remove_files) COMPLETE
49832024-12-13T22:19:36.240Z[ recovery-image] Dec 13 22:19:34.912 INFO O| Dec 13 22:19:34.912 INFO STEP 216: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
49842024-12-13T22:19:36.299Z[ recovery-image] Dec 13 22:19:34.971 INFO O| Dec 13 22:19:34.971 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/gzforce"
49852024-12-13T22:19:36.299Z[ recovery-image] Dec 13 22:19:34.971 INFO O| Dec 13 22:19:34.971 INFO STEP 216 (remove_files) COMPLETE
49862024-12-13T22:19:36.299Z[ recovery-image] Dec 13 22:19:34.971 INFO O| Dec 13 22:19:34.971 INFO STEP 217: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
49872024-12-13T22:19:36.337Z[ recovery-image] Dec 13 22:19:35.009 INFO O| Dec 13 22:19:35.009 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/gzgrep"
49882024-12-13T22:19:36.337Z[ recovery-image] Dec 13 22:19:35.009 INFO O| Dec 13 22:19:35.009 INFO STEP 217 (remove_files) COMPLETE
49892024-12-13T22:19:36.337Z[ recovery-image] Dec 13 22:19:35.009 INFO O| Dec 13 22:19:35.009 INFO STEP 218: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
49902024-12-13T22:19:36.358Z[ recovery-image] Dec 13 22:19:35.031 INFO O| Dec 13 22:19:35.031 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/gzip"
49912024-12-13T22:19:36.358Z[ recovery-image] Dec 13 22:19:35.031 INFO O| Dec 13 22:19:35.031 INFO STEP 218 (remove_files) COMPLETE
49922024-12-13T22:19:36.358Z[ recovery-image] Dec 13 22:19:35.031 INFO O| Dec 13 22:19:35.031 INFO STEP 219: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
49932024-12-13T22:19:36.399Z[ recovery-image] Dec 13 22:19:35.071 INFO O| Dec 13 22:19:35.070 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/gzless"
49942024-12-13T22:19:36.399Z[ recovery-image] Dec 13 22:19:35.071 INFO O| Dec 13 22:19:35.071 INFO STEP 219 (remove_files) COMPLETE
49952024-12-13T22:19:36.399Z[ recovery-image] Dec 13 22:19:35.071 INFO O| Dec 13 22:19:35.071 INFO STEP 220: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
49962024-12-13T22:19:36.440Z[ recovery-image] Dec 13 22:19:35.113 INFO O| Dec 13 22:19:35.113 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/gzmore"
49972024-12-13T22:19:36.443Z[ recovery-image] Dec 13 22:19:35.114 INFO O| Dec 13 22:19:35.113 INFO STEP 220 (remove_files) COMPLETE
49982024-12-13T22:19:36.443Z[ recovery-image] Dec 13 22:19:35.114 INFO O| Dec 13 22:19:35.113 INFO STEP 221: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
49992024-12-13T22:19:36.472Z[ recovery-image] Dec 13 22:19:35.143 INFO O| Dec 13 22:19:35.143 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/gznew"
50002024-12-13T22:19:36.472Z[ recovery-image] Dec 13 22:19:35.144 INFO O| Dec 13 22:19:35.144 INFO STEP 221 (remove_files) COMPLETE
50012024-12-13T22:19:36.472Z[ recovery-image] Dec 13 22:19:35.144 INFO O| Dec 13 22:19:35.144 INFO STEP 222: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
50022024-12-13T22:19:36.497Z[ recovery-image] Dec 13 22:19:35.169 INFO O| Dec 13 22:19:35.169 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/hash"
50032024-12-13T22:19:36.500Z[ recovery-image] Dec 13 22:19:35.169 INFO O| Dec 13 22:19:35.169 INFO STEP 222 (remove_files) COMPLETE
50042024-12-13T22:19:36.500Z[ recovery-image] Dec 13 22:19:35.170 INFO O| Dec 13 22:19:35.169 INFO STEP 223: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
50052024-12-13T22:19:36.519Z[ recovery-image] Dec 13 22:19:35.192 INFO O| Dec 13 22:19:35.192 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/hostid"
50062024-12-13T22:19:36.521Z[ recovery-image] Dec 13 22:19:35.192 INFO O| Dec 13 22:19:35.192 INFO STEP 223 (remove_files) COMPLETE
50072024-12-13T22:19:36.521Z[ recovery-image] Dec 13 22:19:35.192 INFO O| Dec 13 22:19:35.192 INFO STEP 224: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
50082024-12-13T22:19:36.543Z[ recovery-image] Dec 13 22:19:35.215 INFO O| Dec 13 22:19:35.215 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/hostname"
50092024-12-13T22:19:36.547Z[ recovery-image] Dec 13 22:19:35.215 INFO O| Dec 13 22:19:35.215 INFO STEP 224 (remove_files) COMPLETE
50102024-12-13T22:19:36.547Z[ recovery-image] Dec 13 22:19:35.216 INFO O| Dec 13 22:19:35.216 INFO STEP 225: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
50112024-12-13T22:19:36.583Z[ recovery-image] Dec 13 22:19:35.256 INFO O| Dec 13 22:19:35.256 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/i86/adb"
50122024-12-13T22:19:36.595Z[ recovery-image] Dec 13 22:19:35.256 INFO O| Dec 13 22:19:35.256 INFO STEP 225 (remove_files) COMPLETE
50132024-12-13T22:19:36.595Z[ recovery-image] Dec 13 22:19:35.256 INFO O| Dec 13 22:19:35.256 INFO STEP 226: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
50142024-12-13T22:19:36.606Z[ recovery-image] Dec 13 22:19:35.279 INFO O| Dec 13 22:19:35.279 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/i86/amt"
50152024-12-13T22:19:36.606Z[ recovery-image] Dec 13 22:19:35.279 INFO O| Dec 13 22:19:35.279 INFO STEP 226 (remove_files) COMPLETE
50162024-12-13T22:19:36.612Z[ recovery-image] Dec 13 22:19:35.279 INFO O| Dec 13 22:19:35.279 INFO STEP 227: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
50172024-12-13T22:19:36.673Z[ recovery-image] Dec 13 22:19:35.345 INFO O| Dec 13 22:19:35.345 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/i86/ksh"
50182024-12-13T22:19:36.673Z[ recovery-image] Dec 13 22:19:35.345 INFO O| Dec 13 22:19:35.345 INFO STEP 227 (remove_files) COMPLETE
50192024-12-13T22:19:36.678Z[ recovery-image] Dec 13 22:19:35.345 INFO O| Dec 13 22:19:35.345 INFO STEP 228: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
50202024-12-13T22:19:36.731Z[ recovery-image] Dec 13 22:19:35.404 INFO O| Dec 13 22:19:35.404 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/i86/mdb"
50212024-12-13T22:19:36.731Z[ recovery-image] Dec 13 22:19:35.404 INFO O| Dec 13 22:19:35.404 INFO STEP 228 (remove_files) COMPLETE
50222024-12-13T22:19:36.731Z[ recovery-image] Dec 13 22:19:35.404 INFO O| Dec 13 22:19:35.404 INFO STEP 229: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
50232024-12-13T22:19:36.754Z[ recovery-image] Dec 13 22:19:35.427 INFO O| Dec 13 22:19:35.427 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/i86/rksh"
50242024-12-13T22:19:36.754Z[ recovery-image] Dec 13 22:19:35.427 INFO O| Dec 13 22:19:35.427 INFO STEP 229 (remove_files) COMPLETE
50252024-12-13T22:19:36.754Z[ recovery-image] Dec 13 22:19:35.427 INFO O| Dec 13 22:19:35.427 INFO STEP 230: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
50262024-12-13T22:19:36.786Z[ recovery-image] Dec 13 22:19:35.457 INFO O| Dec 13 22:19:35.457 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/i86/rksh93"
50272024-12-13T22:19:36.786Z[ recovery-image] Dec 13 22:19:35.458 INFO O| Dec 13 22:19:35.458 INFO STEP 230 (remove_files) COMPLETE
50282024-12-13T22:19:36.786Z[ recovery-image] Dec 13 22:19:35.458 INFO O| Dec 13 22:19:35.458 INFO STEP 231: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
50292024-12-13T22:19:36.821Z[ recovery-image] Dec 13 22:19:35.492 INFO O| Dec 13 22:19:35.492 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/iconv"
50302024-12-13T22:19:36.821Z[ recovery-image] Dec 13 22:19:35.492 INFO O| Dec 13 22:19:35.492 INFO STEP 231 (remove_files) COMPLETE
50312024-12-13T22:19:36.821Z[ recovery-image] Dec 13 22:19:35.492 INFO O| Dec 13 22:19:35.492 INFO STEP 232: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
50322024-12-13T22:19:36.843Z[ recovery-image] Dec 13 22:19:35.515 INFO O| Dec 13 22:19:35.515 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/id"
50332024-12-13T22:19:36.843Z[ recovery-image] Dec 13 22:19:35.515 INFO O| Dec 13 22:19:35.515 INFO STEP 232 (remove_files) COMPLETE
50342024-12-13T22:19:36.843Z[ recovery-image] Dec 13 22:19:35.515 INFO O| Dec 13 22:19:35.515 INFO STEP 233: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
50352024-12-13T22:19:36.927Z[ recovery-image] Dec 13 22:19:35.599 INFO O| Dec 13 22:19:35.599 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/idn"
50362024-12-13T22:19:36.927Z[ recovery-image] Dec 13 22:19:35.599 INFO O| Dec 13 22:19:35.599 INFO STEP 233 (remove_files) COMPLETE
50372024-12-13T22:19:36.930Z[ recovery-image] Dec 13 22:19:35.599 INFO O| Dec 13 22:19:35.599 INFO STEP 234: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
50382024-12-13T22:19:36.949Z[ recovery-image] Dec 13 22:19:35.621 INFO O| Dec 13 22:19:35.621 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/infocmp"
50392024-12-13T22:19:36.949Z[ recovery-image] Dec 13 22:19:35.621 INFO O| Dec 13 22:19:35.621 INFO STEP 234 (remove_files) COMPLETE
50402024-12-13T22:19:36.951Z[ recovery-image] Dec 13 22:19:35.621 INFO O| Dec 13 22:19:35.621 INFO STEP 235: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
50412024-12-13T22:19:36.971Z[ recovery-image] Dec 13 22:19:35.643 INFO O| Dec 13 22:19:35.643 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/iostat"
50422024-12-13T22:19:36.971Z[ recovery-image] Dec 13 22:19:35.643 INFO O| Dec 13 22:19:35.643 INFO STEP 235 (remove_files) COMPLETE
50432024-12-13T22:19:36.971Z[ recovery-image] Dec 13 22:19:35.643 INFO O| Dec 13 22:19:35.643 INFO STEP 236: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
50442024-12-13T22:19:36.995Z[ recovery-image] Dec 13 22:19:35.668 INFO O| Dec 13 22:19:35.668 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/ipf-mod.pl"
50452024-12-13T22:19:36.995Z[ recovery-image] Dec 13 22:19:35.668 INFO O| Dec 13 22:19:35.668 INFO STEP 236 (remove_files) COMPLETE
50462024-12-13T22:19:36.995Z[ recovery-image] Dec 13 22:19:35.668 INFO O| Dec 13 22:19:35.668 INFO STEP 237: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
50472024-12-13T22:19:37.033Z[ recovery-image] Dec 13 22:19:35.705 INFO O| Dec 13 22:19:35.705 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/isainfo"
50482024-12-13T22:19:37.033Z[ recovery-image] Dec 13 22:19:35.705 INFO O| Dec 13 22:19:35.705 INFO STEP 237 (remove_files) COMPLETE
50492024-12-13T22:19:37.033Z[ recovery-image] Dec 13 22:19:35.705 INFO O| Dec 13 22:19:35.705 INFO STEP 238: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
50502024-12-13T22:19:37.073Z[ recovery-image] Dec 13 22:19:35.746 INFO O| Dec 13 22:19:35.746 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/isalist"
50512024-12-13T22:19:37.073Z[ recovery-image] Dec 13 22:19:35.746 INFO O| Dec 13 22:19:35.746 INFO STEP 238 (remove_files) COMPLETE
50522024-12-13T22:19:37.073Z[ recovery-image] Dec 13 22:19:35.746 INFO O| Dec 13 22:19:35.746 INFO STEP 239: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
50532024-12-13T22:19:37.103Z[ recovery-image] Dec 13 22:19:35.776 INFO O| Dec 13 22:19:35.776 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/jobs"
50542024-12-13T22:19:37.106Z[ recovery-image] Dec 13 22:19:35.776 INFO O| Dec 13 22:19:35.776 INFO STEP 239 (remove_files) COMPLETE
50552024-12-13T22:19:37.106Z[ recovery-image] Dec 13 22:19:35.776 INFO O| Dec 13 22:19:35.776 INFO STEP 240: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
50562024-12-13T22:19:37.152Z[ recovery-image] Dec 13 22:19:35.825 INFO O| Dec 13 22:19:35.825 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/join"
50572024-12-13T22:19:37.152Z[ recovery-image] Dec 13 22:19:35.825 INFO O| Dec 13 22:19:35.825 INFO STEP 240 (remove_files) COMPLETE
50582024-12-13T22:19:37.152Z[ recovery-image] Dec 13 22:19:35.825 INFO O| Dec 13 22:19:35.825 INFO STEP 241: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
50592024-12-13T22:19:37.233Z[ recovery-image] Dec 13 22:19:35.884 INFO O| Dec 13 22:19:35.884 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/kbd"
50602024-12-13T22:19:37.233Z[ recovery-image] Dec 13 22:19:35.884 INFO O| Dec 13 22:19:35.884 INFO STEP 241 (remove_files) COMPLETE
50612024-12-13T22:19:37.233Z[ recovery-image] Dec 13 22:19:35.884 INFO O| Dec 13 22:19:35.884 INFO STEP 242: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
50622024-12-13T22:19:37.237Z[ recovery-image] Dec 13 22:19:35.906 INFO O| Dec 13 22:19:35.906 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/kdestroy"
50632024-12-13T22:19:37.240Z[ recovery-image] Dec 13 22:19:35.913 INFO O| Dec 13 22:19:35.913 INFO STEP 242 (remove_files) COMPLETE
50642024-12-13T22:19:37.240Z[ recovery-image] Dec 13 22:19:35.913 INFO O| Dec 13 22:19:35.913 INFO STEP 243: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
50652024-12-13T22:19:37.269Z[ recovery-image] Dec 13 22:19:35.936 INFO O| Dec 13 22:19:35.936 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/keylogin"
50662024-12-13T22:19:37.269Z[ recovery-image] Dec 13 22:19:35.937 INFO O| Dec 13 22:19:35.937 INFO STEP 243 (remove_files) COMPLETE
50672024-12-13T22:19:37.269Z[ recovery-image] Dec 13 22:19:35.937 INFO O| Dec 13 22:19:35.937 INFO STEP 244: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
50682024-12-13T22:19:37.311Z[ recovery-image] Dec 13 22:19:35.983 INFO O| Dec 13 22:19:35.983 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/keylogout"
50692024-12-13T22:19:37.311Z[ recovery-image] Dec 13 22:19:35.983 INFO O| Dec 13 22:19:35.983 INFO STEP 244 (remove_files) COMPLETE
50702024-12-13T22:19:37.314Z[ recovery-image] Dec 13 22:19:35.983 INFO O| Dec 13 22:19:35.983 INFO STEP 245: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
50712024-12-13T22:19:37.367Z[ recovery-image] Dec 13 22:19:36.039 INFO O| Dec 13 22:19:36.039 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/kill"
50722024-12-13T22:19:37.367Z[ recovery-image] Dec 13 22:19:36.040 INFO O| Dec 13 22:19:36.039 INFO STEP 245 (remove_files) COMPLETE
50732024-12-13T22:19:37.371Z[ recovery-image] Dec 13 22:19:36.040 INFO O| Dec 13 22:19:36.040 INFO STEP 246: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
50742024-12-13T22:19:37.397Z[ recovery-image] Dec 13 22:19:36.069 INFO O| Dec 13 22:19:36.069 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/kinit"
50752024-12-13T22:19:37.401Z[ recovery-image] Dec 13 22:19:36.070 INFO O| Dec 13 22:19:36.070 INFO STEP 246 (remove_files) COMPLETE
50762024-12-13T22:19:37.401Z[ recovery-image] Dec 13 22:19:36.070 INFO O| Dec 13 22:19:36.070 INFO STEP 247: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
50772024-12-13T22:19:37.419Z[ recovery-image] Dec 13 22:19:36.091 INFO O| Dec 13 22:19:36.091 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/klist"
50782024-12-13T22:19:37.426Z[ recovery-image] Dec 13 22:19:36.091 INFO O| Dec 13 22:19:36.091 INFO STEP 247 (remove_files) COMPLETE
50792024-12-13T22:19:37.426Z[ recovery-image] Dec 13 22:19:36.092 INFO O| Dec 13 22:19:36.091 INFO STEP 248: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
50802024-12-13T22:19:37.447Z[ recovery-image] Dec 13 22:19:36.119 INFO O| Dec 13 22:19:36.119 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/kmfcfg"
50812024-12-13T22:19:37.447Z[ recovery-image] Dec 13 22:19:36.119 INFO O| Dec 13 22:19:36.119 INFO STEP 248 (remove_files) COMPLETE
50822024-12-13T22:19:37.447Z[ recovery-image] Dec 13 22:19:36.119 INFO O| Dec 13 22:19:36.119 INFO STEP 249: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
50832024-12-13T22:19:37.478Z[ recovery-image] Dec 13 22:19:36.150 INFO O| Dec 13 22:19:36.150 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/kpasswd"
50842024-12-13T22:19:37.478Z[ recovery-image] Dec 13 22:19:36.150 INFO O| Dec 13 22:19:36.150 INFO STEP 249 (remove_files) COMPLETE
50852024-12-13T22:19:37.478Z[ recovery-image] Dec 13 22:19:36.150 INFO O| Dec 13 22:19:36.150 INFO STEP 250: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
50862024-12-13T22:19:37.497Z[ recovery-image] Dec 13 22:19:36.169 INFO O| Dec 13 22:19:36.169 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/krb5-config"
50872024-12-13T22:19:37.508Z[ recovery-image] Dec 13 22:19:36.180 INFO O| Dec 13 22:19:36.180 INFO STEP 250 (remove_files) COMPLETE
50882024-12-13T22:19:37.508Z[ recovery-image] Dec 13 22:19:36.180 INFO O| Dec 13 22:19:36.180 INFO STEP 251: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
50892024-12-13T22:19:37.631Z[verify-libraries] Compiling dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server)
50902024-12-13T22:19:37.640Z[ recovery-image] Dec 13 22:19:36.312 INFO O| Dec 13 22:19:36.312 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/ksh93"
50912024-12-13T22:19:37.642Z[ recovery-image] Dec 13 22:19:36.312 INFO O| Dec 13 22:19:36.312 INFO STEP 251 (remove_files) COMPLETE
50922024-12-13T22:19:37.643Z[ recovery-image] Dec 13 22:19:36.313 INFO O| Dec 13 22:19:36.313 INFO STEP 252: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
50932024-12-13T22:19:37.660Z[ recovery-image] Dec 13 22:19:36.332 INFO O| Dec 13 22:19:36.332 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/ktutil"
50942024-12-13T22:19:37.660Z[ recovery-image] Dec 13 22:19:36.332 INFO O| Dec 13 22:19:36.332 INFO STEP 252 (remove_files) COMPLETE
50952024-12-13T22:19:37.663Z[ recovery-image] Dec 13 22:19:36.332 INFO O| Dec 13 22:19:36.332 INFO STEP 253: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
50962024-12-13T22:19:37.681Z[ recovery-image] Dec 13 22:19:36.353 INFO O| Dec 13 22:19:36.353 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/kvmstat"
50972024-12-13T22:19:37.684Z[ recovery-image] Dec 13 22:19:36.354 INFO O| Dec 13 22:19:36.354 INFO STEP 253 (remove_files) COMPLETE
50982024-12-13T22:19:37.684Z[ recovery-image] Dec 13 22:19:36.354 INFO O| Dec 13 22:19:36.354 INFO STEP 254: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
50992024-12-13T22:19:37.703Z[ recovery-image] Dec 13 22:19:36.375 INFO O| Dec 13 22:19:36.375 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/last"
51002024-12-13T22:19:37.706Z[ recovery-image] Dec 13 22:19:36.376 INFO O| Dec 13 22:19:36.376 INFO STEP 254 (remove_files) COMPLETE
51012024-12-13T22:19:37.706Z[ recovery-image] Dec 13 22:19:36.376 INFO O| Dec 13 22:19:36.376 INFO STEP 255: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
51022024-12-13T22:19:37.725Z[ recovery-image] Dec 13 22:19:36.397 INFO O| Dec 13 22:19:36.397 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/lastcomm"
51032024-12-13T22:19:37.727Z[ recovery-image] Dec 13 22:19:36.398 INFO O| Dec 13 22:19:36.398 INFO STEP 255 (remove_files) COMPLETE
51042024-12-13T22:19:37.727Z[ recovery-image] Dec 13 22:19:36.398 INFO O| Dec 13 22:19:36.398 INFO STEP 256: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
51052024-12-13T22:19:37.762Z[ recovery-image] Dec 13 22:19:36.434 INFO O| Dec 13 22:19:36.434 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/ld"
51062024-12-13T22:19:37.762Z[ recovery-image] Dec 13 22:19:36.434 INFO O| Dec 13 22:19:36.434 INFO STEP 256 (remove_files) COMPLETE
51072024-12-13T22:19:37.762Z[ recovery-image] Dec 13 22:19:36.434 INFO O| Dec 13 22:19:36.434 INFO STEP 257: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
51082024-12-13T22:19:37.797Z[ recovery-image] Dec 13 22:19:36.469 INFO O| Dec 13 22:19:36.469 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/ldd"
51092024-12-13T22:19:37.797Z[ recovery-image] Dec 13 22:19:36.469 INFO O| Dec 13 22:19:36.469 INFO STEP 257 (remove_files) COMPLETE
51102024-12-13T22:19:37.797Z[ recovery-image] Dec 13 22:19:36.469 INFO O| Dec 13 22:19:36.469 INFO STEP 258: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
51112024-12-13T22:19:37.919Z[ recovery-image] Dec 13 22:19:36.592 INFO O| Dec 13 22:19:36.592 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/less"
51122024-12-13T22:19:37.920Z[ recovery-image] Dec 13 22:19:36.592 INFO O| Dec 13 22:19:36.592 INFO STEP 258 (remove_files) COMPLETE
51132024-12-13T22:19:37.920Z[ recovery-image] Dec 13 22:19:36.592 INFO O| Dec 13 22:19:36.592 INFO STEP 259: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
51142024-12-13T22:19:37.940Z[ recovery-image] Dec 13 22:19:36.613 INFO O| Dec 13 22:19:36.613 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/lessecho"
51152024-12-13T22:19:37.940Z[ recovery-image] Dec 13 22:19:36.613 INFO O| Dec 13 22:19:36.613 INFO STEP 259 (remove_files) COMPLETE
51162024-12-13T22:19:37.943Z[ recovery-image] Dec 13 22:19:36.613 INFO O| Dec 13 22:19:36.613 INFO STEP 260: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
51172024-12-13T22:19:37.962Z[ recovery-image] Dec 13 22:19:36.634 INFO O| Dec 13 22:19:36.634 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/lesskey"
51182024-12-13T22:19:37.962Z[ recovery-image] Dec 13 22:19:36.634 INFO O| Dec 13 22:19:36.634 INFO STEP 260 (remove_files) COMPLETE
51192024-12-13T22:19:37.962Z[ recovery-image] Dec 13 22:19:36.634 INFO O| Dec 13 22:19:36.634 INFO STEP 261: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
51202024-12-13T22:19:37.992Z[ recovery-image] Dec 13 22:19:36.664 INFO O| Dec 13 22:19:36.664 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/lgrpinfo"
51212024-12-13T22:19:37.992Z[ recovery-image] Dec 13 22:19:36.664 INFO O| Dec 13 22:19:36.664 INFO STEP 261 (remove_files) COMPLETE
51222024-12-13T22:19:37.992Z[ recovery-image] Dec 13 22:19:36.664 INFO O| Dec 13 22:19:36.664 INFO STEP 262: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
51232024-12-13T22:19:38.020Z[ recovery-image] Dec 13 22:19:36.691 INFO O| Dec 13 22:19:36.691 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/line"
51242024-12-13T22:19:38.023Z[ recovery-image] Dec 13 22:19:36.691 INFO O| Dec 13 22:19:36.691 INFO STEP 262 (remove_files) COMPLETE
51252024-12-13T22:19:38.023Z[ recovery-image] Dec 13 22:19:36.692 INFO O| Dec 13 22:19:36.691 INFO STEP 263: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
51262024-12-13T22:19:38.052Z[ recovery-image] Dec 13 22:19:36.724 INFO O| Dec 13 22:19:36.724 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/listdgrp"
51272024-12-13T22:19:38.056Z[ recovery-image] Dec 13 22:19:36.724 INFO O| Dec 13 22:19:36.724 INFO STEP 263 (remove_files) COMPLETE
51282024-12-13T22:19:38.056Z[ recovery-image] Dec 13 22:19:36.725 INFO O| Dec 13 22:19:36.724 INFO STEP 264: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
51292024-12-13T22:19:38.115Z[ recovery-image] Dec 13 22:19:36.787 INFO O| Dec 13 22:19:36.787 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/listusers"
51302024-12-13T22:19:38.118Z[ recovery-image] Dec 13 22:19:36.787 INFO O| Dec 13 22:19:36.787 INFO STEP 264 (remove_files) COMPLETE
51312024-12-13T22:19:38.118Z[ recovery-image] Dec 13 22:19:36.788 INFO O| Dec 13 22:19:36.787 INFO STEP 265: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
51322024-12-13T22:19:38.153Z[ recovery-image] Dec 13 22:19:36.826 INFO O| Dec 13 22:19:36.826 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/loadkeys"
51332024-12-13T22:19:38.156Z[ recovery-image] Dec 13 22:19:36.826 INFO O| Dec 13 22:19:36.826 INFO STEP 265 (remove_files) COMPLETE
51342024-12-13T22:19:38.156Z[ recovery-image] Dec 13 22:19:36.826 INFO O| Dec 13 22:19:36.826 INFO STEP 266: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
51352024-12-13T22:19:38.186Z[ recovery-image] Dec 13 22:19:36.859 INFO O| Dec 13 22:19:36.858 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/logger"
51362024-12-13T22:19:38.186Z[ recovery-image] Dec 13 22:19:36.859 INFO O| Dec 13 22:19:36.859 INFO STEP 266 (remove_files) COMPLETE
51372024-12-13T22:19:38.186Z[ recovery-image] Dec 13 22:19:36.859 INFO O| Dec 13 22:19:36.859 INFO STEP 267: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
51382024-12-13T22:19:38.208Z[ recovery-image] Dec 13 22:19:36.880 INFO O| Dec 13 22:19:36.880 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/logins"
51392024-12-13T22:19:38.208Z[ recovery-image] Dec 13 22:19:36.880 INFO O| Dec 13 22:19:36.880 INFO STEP 267 (remove_files) COMPLETE
51402024-12-13T22:19:38.211Z[ recovery-image] Dec 13 22:19:36.880 INFO O| Dec 13 22:19:36.880 INFO STEP 268: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
51412024-12-13T22:19:38.230Z[ recovery-image] Dec 13 22:19:36.903 INFO O| Dec 13 22:19:36.902 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/logname"
51422024-12-13T22:19:38.230Z[ recovery-image] Dec 13 22:19:36.903 INFO O| Dec 13 22:19:36.903 INFO STEP 268 (remove_files) COMPLETE
51432024-12-13T22:19:38.230Z[ recovery-image] Dec 13 22:19:36.903 INFO O| Dec 13 22:19:36.903 INFO STEP 269: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
51442024-12-13T22:19:38.262Z[ recovery-image] Dec 13 22:19:36.934 INFO O| Dec 13 22:19:36.934 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/look"
51452024-12-13T22:19:38.262Z[ recovery-image] Dec 13 22:19:36.934 INFO O| Dec 13 22:19:36.934 INFO STEP 269 (remove_files) COMPLETE
51462024-12-13T22:19:38.262Z[ recovery-image] Dec 13 22:19:36.934 INFO O| Dec 13 22:19:36.934 INFO STEP 270: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
51472024-12-13T22:19:38.296Z[ recovery-image] Dec 13 22:19:36.964 INFO O| Dec 13 22:19:36.964 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/looker"
51482024-12-13T22:19:38.298Z[ recovery-image] Dec 13 22:19:36.965 INFO O| Dec 13 22:19:36.965 INFO STEP 270 (remove_files) COMPLETE
51492024-12-13T22:19:38.298Z[ recovery-image] Dec 13 22:19:36.965 INFO O| Dec 13 22:19:36.965 INFO STEP 271: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
51502024-12-13T22:19:38.316Z[ recovery-image] Dec 13 22:19:36.988 INFO O| Dec 13 22:19:36.988 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/lz4"
51512024-12-13T22:19:38.319Z[ recovery-image] Dec 13 22:19:36.989 INFO O| Dec 13 22:19:36.989 INFO STEP 271 (remove_files) COMPLETE
51522024-12-13T22:19:38.319Z[ recovery-image] Dec 13 22:19:36.989 INFO O| Dec 13 22:19:36.989 INFO STEP 272: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
51532024-12-13T22:19:38.383Z[ recovery-image] Dec 13 22:19:37.055 INFO O| Dec 13 22:19:37.055 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/lzmadec"
51542024-12-13T22:19:38.385Z[ recovery-image] Dec 13 22:19:37.055 INFO O| Dec 13 22:19:37.055 INFO STEP 272 (remove_files) COMPLETE
51552024-12-13T22:19:38.385Z[ recovery-image] Dec 13 22:19:37.055 INFO O| Dec 13 22:19:37.055 INFO STEP 273: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
51562024-12-13T22:19:38.419Z[ recovery-image] Dec 13 22:19:37.091 INFO O| Dec 13 22:19:37.091 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/lzmainfo"
51572024-12-13T22:19:38.421Z[ recovery-image] Dec 13 22:19:37.092 INFO O| Dec 13 22:19:37.091 INFO STEP 273 (remove_files) COMPLETE
51582024-12-13T22:19:38.421Z[ recovery-image] Dec 13 22:19:37.092 INFO O| Dec 13 22:19:37.092 INFO STEP 274: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
51592024-12-13T22:19:38.442Z[ recovery-image] Dec 13 22:19:37.114 INFO O| Dec 13 22:19:37.114 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/mac"
51602024-12-13T22:19:38.445Z[ recovery-image] Dec 13 22:19:37.115 INFO O| Dec 13 22:19:37.115 INFO STEP 274 (remove_files) COMPLETE
51612024-12-13T22:19:38.445Z[ recovery-image] Dec 13 22:19:37.115 INFO O| Dec 13 22:19:37.115 INFO STEP 275: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
51622024-12-13T22:19:38.464Z[ recovery-image] Dec 13 22:19:37.136 INFO O| Dec 13 22:19:37.136 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/mach"
51632024-12-13T22:19:38.466Z[ recovery-image] Dec 13 22:19:37.136 INFO O| Dec 13 22:19:37.136 INFO STEP 275 (remove_files) COMPLETE
51642024-12-13T22:19:38.466Z[ recovery-image] Dec 13 22:19:37.136 INFO O| Dec 13 22:19:37.136 INFO STEP 276: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
51652024-12-13T22:19:38.486Z[ recovery-image] Dec 13 22:19:37.158 INFO O| Dec 13 22:19:37.158 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/mailx"
51662024-12-13T22:19:38.488Z[ recovery-image] Dec 13 22:19:37.158 INFO O| Dec 13 22:19:37.158 INFO STEP 276 (remove_files) COMPLETE
51672024-12-13T22:19:38.488Z[ recovery-image] Dec 13 22:19:37.159 INFO O| Dec 13 22:19:37.159 INFO STEP 277: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
51682024-12-13T22:19:38.508Z[ recovery-image] Dec 13 22:19:37.180 INFO O| Dec 13 22:19:37.180 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/makedev"
51692024-12-13T22:19:38.511Z[ recovery-image] Dec 13 22:19:37.180 INFO O| Dec 13 22:19:37.180 INFO STEP 277 (remove_files) COMPLETE
51702024-12-13T22:19:38.511Z[ recovery-image] Dec 13 22:19:37.180 INFO O| Dec 13 22:19:37.180 INFO STEP 278: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
51712024-12-13T22:19:38.550Z[ recovery-image] Dec 13 22:19:37.222 INFO O| Dec 13 22:19:37.222 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/mdb"
51722024-12-13T22:19:38.550Z[ recovery-image] Dec 13 22:19:37.222 INFO O| Dec 13 22:19:37.222 INFO STEP 278 (remove_files) COMPLETE
51732024-12-13T22:19:38.550Z[ recovery-image] Dec 13 22:19:37.222 INFO O| Dec 13 22:19:37.222 INFO STEP 279: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
51742024-12-13T22:19:38.575Z[ recovery-image] Dec 13 22:19:37.247 INFO O| Dec 13 22:19:37.247 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/mesg"
51752024-12-13T22:19:38.575Z[ recovery-image] Dec 13 22:19:37.247 INFO O| Dec 13 22:19:37.247 INFO STEP 279 (remove_files) COMPLETE
51762024-12-13T22:19:38.575Z[ recovery-image] Dec 13 22:19:37.247 INFO O| Dec 13 22:19:37.247 INFO STEP 280: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
51772024-12-13T22:19:38.599Z[ recovery-image] Dec 13 22:19:37.271 INFO O| Dec 13 22:19:37.271 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/mib2c"
51782024-12-13T22:19:38.599Z[ recovery-image] Dec 13 22:19:37.271 INFO O| Dec 13 22:19:37.271 INFO STEP 280 (remove_files) COMPLETE
51792024-12-13T22:19:38.599Z[ recovery-image] Dec 13 22:19:37.271 INFO O| Dec 13 22:19:37.271 INFO STEP 281: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
51802024-12-13T22:19:38.622Z[ recovery-image] Dec 13 22:19:37.294 INFO O| Dec 13 22:19:37.294 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/mib2c-update"
51812024-12-13T22:19:38.622Z[ recovery-image] Dec 13 22:19:37.294 INFO O| Dec 13 22:19:37.294 INFO STEP 281 (remove_files) COMPLETE
51822024-12-13T22:19:38.622Z[ recovery-image] Dec 13 22:19:37.294 INFO O| Dec 13 22:19:37.294 INFO STEP 282: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
51832024-12-13T22:19:38.645Z[ recovery-image] Dec 13 22:19:37.316 INFO O| Dec 13 22:19:37.316 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/mkfifo"
51842024-12-13T22:19:38.645Z[ recovery-image] Dec 13 22:19:37.316 INFO O| Dec 13 22:19:37.316 INFO STEP 282 (remove_files) COMPLETE
51852024-12-13T22:19:38.645Z[ recovery-image] Dec 13 22:19:37.316 INFO O| Dec 13 22:19:37.316 INFO STEP 283: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
51862024-12-13T22:19:38.668Z[ recovery-image] Dec 13 22:19:37.340 INFO O| Dec 13 22:19:37.340 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/mkpwdict"
51872024-12-13T22:19:38.668Z[ recovery-image] Dec 13 22:19:37.340 INFO O| Dec 13 22:19:37.340 INFO STEP 283 (remove_files) COMPLETE
51882024-12-13T22:19:38.668Z[ recovery-image] Dec 13 22:19:37.340 INFO O| Dec 13 22:19:37.340 INFO STEP 284: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
51892024-12-13T22:19:38.695Z[ recovery-image] Dec 13 22:19:37.363 INFO O| Dec 13 22:19:37.363 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/moe"
51902024-12-13T22:19:38.695Z[ recovery-image] Dec 13 22:19:37.363 INFO O| Dec 13 22:19:37.363 INFO STEP 284 (remove_files) COMPLETE
51912024-12-13T22:19:38.695Z[ recovery-image] Dec 13 22:19:37.363 INFO O| Dec 13 22:19:37.363 INFO STEP 285: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
51922024-12-13T22:19:38.794Z[ recovery-image] Dec 13 22:19:37.466 INFO O| Dec 13 22:19:37.465 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/mpstat"
51932024-12-13T22:19:38.794Z[ recovery-image] Dec 13 22:19:37.466 INFO O| Dec 13 22:19:37.466 INFO STEP 285 (remove_files) COMPLETE
51942024-12-13T22:19:38.797Z[ recovery-image] Dec 13 22:19:37.466 INFO O| Dec 13 22:19:37.466 INFO STEP 286: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
51952024-12-13T22:19:38.818Z[ recovery-image] Dec 13 22:19:37.491 INFO O| Dec 13 22:19:37.490 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/mt"
51962024-12-13T22:19:38.818Z[ recovery-image] Dec 13 22:19:37.491 INFO O| Dec 13 22:19:37.491 INFO STEP 286 (remove_files) COMPLETE
51972024-12-13T22:19:38.818Z[ recovery-image] Dec 13 22:19:37.491 INFO O| Dec 13 22:19:37.491 INFO STEP 287: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
51982024-12-13T22:19:38.843Z[ recovery-image] Dec 13 22:19:37.515 INFO O| Dec 13 22:19:37.515 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/ncurses6-config"
51992024-12-13T22:19:38.845Z[ recovery-image] Dec 13 22:19:37.515 INFO O| Dec 13 22:19:37.515 INFO STEP 287 (remove_files) COMPLETE
52002024-12-13T22:19:38.845Z[ recovery-image] Dec 13 22:19:37.515 INFO O| Dec 13 22:19:37.515 INFO STEP 288: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
52012024-12-13T22:19:38.865Z[ recovery-image] Dec 13 22:19:37.537 INFO O| Dec 13 22:19:37.537 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/net-snmp-cert"
52022024-12-13T22:19:38.865Z[ recovery-image] Dec 13 22:19:37.537 INFO O| Dec 13 22:19:37.537 INFO STEP 288 (remove_files) COMPLETE
52032024-12-13T22:19:38.865Z[ recovery-image] Dec 13 22:19:37.537 INFO O| Dec 13 22:19:37.537 INFO STEP 289: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
52042024-12-13T22:19:38.904Z[ recovery-image] Dec 13 22:19:37.575 INFO O| Dec 13 22:19:37.575 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/net-snmp-config"
52052024-12-13T22:19:38.904Z[ recovery-image] Dec 13 22:19:37.575 INFO O| Dec 13 22:19:37.575 INFO STEP 289 (remove_files) COMPLETE
52062024-12-13T22:19:38.904Z[ recovery-image] Dec 13 22:19:37.575 INFO O| Dec 13 22:19:37.575 INFO STEP 290: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
52072024-12-13T22:19:38.926Z[ recovery-image] Dec 13 22:19:37.598 INFO O| Dec 13 22:19:37.598 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/net-snmp-create-v3-user"
52082024-12-13T22:19:38.926Z[ recovery-image] Dec 13 22:19:37.598 INFO O| Dec 13 22:19:37.598 INFO STEP 290 (remove_files) COMPLETE
52092024-12-13T22:19:38.929Z[ recovery-image] Dec 13 22:19:37.598 INFO O| Dec 13 22:19:37.598 INFO STEP 291: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
52102024-12-13T22:19:38.949Z[ recovery-image] Dec 13 22:19:37.622 INFO O| Dec 13 22:19:37.621 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/newform"
52112024-12-13T22:19:38.949Z[ recovery-image] Dec 13 22:19:37.622 INFO O| Dec 13 22:19:37.622 INFO STEP 291 (remove_files) COMPLETE
52122024-12-13T22:19:38.949Z[ recovery-image] Dec 13 22:19:37.622 INFO O| Dec 13 22:19:37.622 INFO STEP 292: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
52132024-12-13T22:19:38.972Z[ recovery-image] Dec 13 22:19:37.645 INFO O| Dec 13 22:19:37.644 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/newgrp"
52142024-12-13T22:19:38.972Z[ recovery-image] Dec 13 22:19:37.645 INFO O| Dec 13 22:19:37.645 INFO STEP 292 (remove_files) COMPLETE
52152024-12-13T22:19:38.976Z[ recovery-image] Dec 13 22:19:37.645 INFO O| Dec 13 22:19:37.645 INFO STEP 293: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
52162024-12-13T22:19:39.013Z[ recovery-image] Dec 13 22:19:37.685 INFO O| Dec 13 22:19:37.685 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/news"
52172024-12-13T22:19:39.013Z[ recovery-image] Dec 13 22:19:37.685 INFO O| Dec 13 22:19:37.685 INFO STEP 293 (remove_files) COMPLETE
52182024-12-13T22:19:39.013Z[ recovery-image] Dec 13 22:19:37.685 INFO O| Dec 13 22:19:37.685 INFO STEP 294: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
52192024-12-13T22:19:39.016Z[ host-image] Dec 13 22:19:37.686 INFO O| Dec 13 22:19:37.686 INFO O| Done
52202024-12-13T22:19:39.060Z[ host-image] Dec 13 22:19:37.733 INFO O| Dec 13 22:19:37.733 INFO O| Done
52212024-12-13T22:19:39.063Z[ host-image] Dec 13 22:19:37.733 INFO O| Dec 13 22:19:37.733 INFO O| Done
52222024-12-13T22:19:39.096Z[ recovery-image] Dec 13 22:19:37.768 INFO O| Dec 13 22:19:37.768 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/newtask"
52232024-12-13T22:19:39.099Z[ recovery-image] Dec 13 22:19:37.768 INFO O| Dec 13 22:19:37.768 INFO STEP 294 (remove_files) COMPLETE
52242024-12-13T22:19:39.099Z[ recovery-image] Dec 13 22:19:37.769 INFO O| Dec 13 22:19:37.768 INFO STEP 295: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
52252024-12-13T22:19:39.121Z[ recovery-image] Dec 13 22:19:37.793 INFO O| Dec 13 22:19:37.793 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/nice"
52262024-12-13T22:19:39.124Z[ recovery-image] Dec 13 22:19:37.793 INFO O| Dec 13 22:19:37.793 INFO STEP 295 (remove_files) COMPLETE
52272024-12-13T22:19:39.124Z[ recovery-image] Dec 13 22:19:37.793 INFO O| Dec 13 22:19:37.793 INFO STEP 296: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
52282024-12-13T22:19:39.126Z[ host-image] Dec 13 22:19:37.798 INFO O| Dec 13 22:19:37.798 INFO O| Done
52292024-12-13T22:19:39.146Z[ recovery-image] Dec 13 22:19:37.818 INFO O| Dec 13 22:19:37.818 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/nl"
52302024-12-13T22:19:39.146Z[ recovery-image] Dec 13 22:19:37.818 INFO O| Dec 13 22:19:37.818 INFO STEP 296 (remove_files) COMPLETE
52312024-12-13T22:19:39.149Z[ recovery-image] Dec 13 22:19:37.818 INFO O| Dec 13 22:19:37.818 INFO STEP 297: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
52322024-12-13T22:19:39.170Z[ recovery-image] Dec 13 22:19:37.842 INFO O| Dec 13 22:19:37.842 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/oawk"
52332024-12-13T22:19:39.172Z[ recovery-image] Dec 13 22:19:37.842 INFO O| Dec 13 22:19:37.842 INFO STEP 297 (remove_files) COMPLETE
52342024-12-13T22:19:39.172Z[ recovery-image] Dec 13 22:19:37.842 INFO O| Dec 13 22:19:37.842 INFO STEP 298: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
52352024-12-13T22:19:39.190Z[ recovery-image] Dec 13 22:19:37.863 INFO O| Dec 13 22:19:37.862 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/od"
52362024-12-13T22:19:39.193Z[ recovery-image] Dec 13 22:19:37.863 INFO O| Dec 13 22:19:37.863 INFO STEP 298 (remove_files) COMPLETE
52372024-12-13T22:19:39.193Z[ recovery-image] Dec 13 22:19:37.863 INFO O| Dec 13 22:19:37.863 INFO STEP 299: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
52382024-12-13T22:19:39.211Z[ recovery-image] Dec 13 22:19:37.884 INFO O| Dec 13 22:19:37.883 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/optisa"
52392024-12-13T22:19:39.212Z[ recovery-image] Dec 13 22:19:37.884 INFO O| Dec 13 22:19:37.884 INFO STEP 299 (remove_files) COMPLETE
52402024-12-13T22:19:39.215Z[ recovery-image] Dec 13 22:19:37.884 INFO O| Dec 13 22:19:37.884 INFO STEP 300: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
52412024-12-13T22:19:39.231Z[ recovery-image] Dec 13 22:19:37.904 INFO O| Dec 13 22:19:37.903 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pack"
52422024-12-13T22:19:39.231Z[ recovery-image] Dec 13 22:19:37.904 INFO O| Dec 13 22:19:37.904 INFO STEP 300 (remove_files) COMPLETE
52432024-12-13T22:19:39.234Z[ recovery-image] Dec 13 22:19:37.904 INFO O| Dec 13 22:19:37.904 INFO STEP 301: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
52442024-12-13T22:19:39.255Z[ recovery-image] Dec 13 22:19:37.927 INFO O| Dec 13 22:19:37.927 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/page"
52452024-12-13T22:19:39.255Z[ recovery-image] Dec 13 22:19:37.927 INFO O| Dec 13 22:19:37.927 INFO STEP 301 (remove_files) COMPLETE
52462024-12-13T22:19:39.258Z[ recovery-image] Dec 13 22:19:37.927 INFO O| Dec 13 22:19:37.927 INFO STEP 302: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
52472024-12-13T22:19:39.285Z[ recovery-image] Dec 13 22:19:37.958 INFO O| Dec 13 22:19:37.958 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pagesize"
52482024-12-13T22:19:39.288Z[ recovery-image] Dec 13 22:19:37.958 INFO O| Dec 13 22:19:37.958 INFO STEP 302 (remove_files) COMPLETE
52492024-12-13T22:19:39.288Z[ recovery-image] Dec 13 22:19:37.958 INFO O| Dec 13 22:19:37.958 INFO STEP 303: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
52502024-12-13T22:19:39.309Z[ recovery-image] Dec 13 22:19:37.981 INFO O| Dec 13 22:19:37.981 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pargs"
52512024-12-13T22:19:39.312Z[ recovery-image] Dec 13 22:19:37.982 INFO O| Dec 13 22:19:37.982 INFO STEP 303 (remove_files) COMPLETE
52522024-12-13T22:19:39.312Z[ recovery-image] Dec 13 22:19:37.982 INFO O| Dec 13 22:19:37.982 INFO STEP 304: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
52532024-12-13T22:19:39.333Z[ recovery-image] Dec 13 22:19:38.005 INFO O| Dec 13 22:19:38.005 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/passwd"
52542024-12-13T22:19:39.336Z[ recovery-image] Dec 13 22:19:38.006 INFO O| Dec 13 22:19:38.006 INFO STEP 304 (remove_files) COMPLETE
52552024-12-13T22:19:39.336Z[ recovery-image] Dec 13 22:19:38.006 INFO O| Dec 13 22:19:38.006 INFO STEP 305: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
52562024-12-13T22:19:39.367Z[ host-image] Dec 13 22:19:38.039 INFO O| Dec 13 22:19:38.039 INFO STEP 13 (pkg_install) COMPLETE
52572024-12-13T22:19:39.367Z[ host-image] Dec 13 22:19:38.039 INFO O| Dec 13 22:19:38.039 INFO STEP 14: pkg_install, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-01-os.json
52582024-12-13T22:19:39.386Z[ host-image] Dec 13 22:19:38.058 INFO O| Dec 13 22:19:38.058 INFO exec: ["/usr/bin/pkg", "-R", "/rpool/images/build/host/work/gimlet/ramdisk", "install", "/driver/network/opte@0.34.311"]
52592024-12-13T22:19:39.410Z[ recovery-image] Dec 13 22:19:38.082 INFO O| Dec 13 22:19:38.082 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/paste"
52602024-12-13T22:19:39.410Z[ recovery-image] Dec 13 22:19:38.082 INFO O| Dec 13 22:19:38.082 INFO STEP 305 (remove_files) COMPLETE
52612024-12-13T22:19:39.410Z[ recovery-image] Dec 13 22:19:38.082 INFO O| Dec 13 22:19:38.082 INFO STEP 306: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
52622024-12-13T22:19:39.467Z[ recovery-image] Dec 13 22:19:38.140 INFO O| Dec 13 22:19:38.139 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pathchk"
52632024-12-13T22:19:39.467Z[ recovery-image] Dec 13 22:19:38.140 INFO O| Dec 13 22:19:38.140 INFO STEP 306 (remove_files) COMPLETE
52642024-12-13T22:19:39.467Z[ recovery-image] Dec 13 22:19:38.140 INFO O| Dec 13 22:19:38.140 INFO STEP 307: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
52652024-12-13T22:19:39.494Z[ recovery-image] Dec 13 22:19:38.166 INFO O| Dec 13 22:19:38.166 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pauxv"
52662024-12-13T22:19:39.494Z[ recovery-image] Dec 13 22:19:38.166 INFO O| Dec 13 22:19:38.166 INFO STEP 307 (remove_files) COMPLETE
52672024-12-13T22:19:39.494Z[ recovery-image] Dec 13 22:19:38.166 INFO O| Dec 13 22:19:38.166 INFO STEP 308: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
52682024-12-13T22:19:39.548Z[ recovery-image] Dec 13 22:19:38.220 INFO O| Dec 13 22:19:38.220 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pax"
52692024-12-13T22:19:39.548Z[ recovery-image] Dec 13 22:19:38.220 INFO O| Dec 13 22:19:38.220 INFO STEP 308 (remove_files) COMPLETE
52702024-12-13T22:19:39.548Z[ recovery-image] Dec 13 22:19:38.220 INFO O| Dec 13 22:19:38.220 INFO STEP 309: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
52712024-12-13T22:19:39.571Z[ recovery-image] Dec 13 22:19:38.243 INFO O| Dec 13 22:19:38.243 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pcap-config"
52722024-12-13T22:19:39.571Z[ recovery-image] Dec 13 22:19:38.243 INFO O| Dec 13 22:19:38.243 INFO STEP 309 (remove_files) COMPLETE
52732024-12-13T22:19:39.571Z[ recovery-image] Dec 13 22:19:38.243 INFO O| Dec 13 22:19:38.243 INFO STEP 310: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
52742024-12-13T22:19:39.592Z[ recovery-image] Dec 13 22:19:38.264 INFO O| Dec 13 22:19:38.264 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pcre-config"
52752024-12-13T22:19:39.592Z[ recovery-image] Dec 13 22:19:38.264 INFO O| Dec 13 22:19:38.264 INFO STEP 310 (remove_files) COMPLETE
52762024-12-13T22:19:39.592Z[ recovery-image] Dec 13 22:19:38.265 INFO O| Dec 13 22:19:38.264 INFO STEP 311: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
52772024-12-13T22:19:39.626Z[ recovery-image] Dec 13 22:19:38.298 INFO O| Dec 13 22:19:38.298 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pcre2-config"
52782024-12-13T22:19:39.629Z[ recovery-image] Dec 13 22:19:38.299 INFO O| Dec 13 22:19:38.298 INFO STEP 311 (remove_files) COMPLETE
52792024-12-13T22:19:39.629Z[ recovery-image] Dec 13 22:19:38.299 INFO O| Dec 13 22:19:38.299 INFO STEP 312: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
52802024-12-13T22:19:39.650Z[ recovery-image] Dec 13 22:19:38.322 INFO O| Dec 13 22:19:38.322 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pcre2grep"
52812024-12-13T22:19:39.653Z[ recovery-image] Dec 13 22:19:38.323 INFO O| Dec 13 22:19:38.322 INFO STEP 312 (remove_files) COMPLETE
52822024-12-13T22:19:39.653Z[ recovery-image] Dec 13 22:19:38.323 INFO O| Dec 13 22:19:38.323 INFO STEP 313: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
52832024-12-13T22:19:39.677Z[ recovery-image] Dec 13 22:19:38.348 INFO O| Dec 13 22:19:38.348 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pcre2test"
52842024-12-13T22:19:39.677Z[ recovery-image] Dec 13 22:19:38.348 INFO O| Dec 13 22:19:38.348 INFO STEP 313 (remove_files) COMPLETE
52852024-12-13T22:19:39.677Z[ recovery-image] Dec 13 22:19:38.349 INFO O| Dec 13 22:19:38.348 INFO STEP 314: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
52862024-12-13T22:19:39.738Z[ recovery-image] Dec 13 22:19:38.410 INFO O| Dec 13 22:19:38.410 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pcred"
52872024-12-13T22:19:39.738Z[ recovery-image] Dec 13 22:19:38.410 INFO O| Dec 13 22:19:38.410 INFO STEP 314 (remove_files) COMPLETE
52882024-12-13T22:19:39.741Z[ recovery-image] Dec 13 22:19:38.410 INFO O| Dec 13 22:19:38.410 INFO STEP 315: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
52892024-12-13T22:19:39.762Z[ recovery-image] Dec 13 22:19:38.434 INFO O| Dec 13 22:19:38.434 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pcregrep"
52902024-12-13T22:19:39.762Z[ recovery-image] Dec 13 22:19:38.434 INFO O| Dec 13 22:19:38.434 INFO STEP 315 (remove_files) COMPLETE
52912024-12-13T22:19:39.762Z[ recovery-image] Dec 13 22:19:38.434 INFO O| Dec 13 22:19:38.434 INFO STEP 316: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
52922024-12-13T22:19:39.786Z[ recovery-image] Dec 13 22:19:38.458 INFO O| Dec 13 22:19:38.458 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pcretest"
52932024-12-13T22:19:39.786Z[ recovery-image] Dec 13 22:19:38.458 INFO O| Dec 13 22:19:38.458 INFO STEP 316 (remove_files) COMPLETE
52942024-12-13T22:19:39.789Z[ recovery-image] Dec 13 22:19:38.458 INFO O| Dec 13 22:19:38.458 INFO STEP 317: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
52952024-12-13T22:19:39.811Z[ recovery-image] Dec 13 22:19:38.483 INFO O| Dec 13 22:19:38.483 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/penv"
52962024-12-13T22:19:39.811Z[ recovery-image] Dec 13 22:19:38.483 INFO O| Dec 13 22:19:38.483 INFO STEP 317 (remove_files) COMPLETE
52972024-12-13T22:19:39.811Z[ recovery-image] Dec 13 22:19:38.483 INFO O| Dec 13 22:19:38.483 INFO STEP 318: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
52982024-12-13T22:19:39.848Z[ recovery-image] Dec 13 22:19:38.520 INFO O| Dec 13 22:19:38.520 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pfbash"
52992024-12-13T22:19:39.848Z[ recovery-image] Dec 13 22:19:38.520 INFO O| Dec 13 22:19:38.520 INFO STEP 318 (remove_files) COMPLETE
53002024-12-13T22:19:39.848Z[ recovery-image] Dec 13 22:19:38.520 INFO O| Dec 13 22:19:38.520 INFO STEP 319: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
53012024-12-13T22:19:39.870Z[ recovery-image] Dec 13 22:19:38.543 INFO O| Dec 13 22:19:38.542 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pfcsh"
53022024-12-13T22:19:39.873Z[ recovery-image] Dec 13 22:19:38.543 INFO O| Dec 13 22:19:38.543 INFO STEP 319 (remove_files) COMPLETE
53032024-12-13T22:19:39.873Z[ recovery-image] Dec 13 22:19:38.543 INFO O| Dec 13 22:19:38.543 INFO STEP 320: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
53042024-12-13T22:19:39.905Z[ recovery-image] Dec 13 22:19:38.576 INFO O| Dec 13 22:19:38.575 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pfiles"
53052024-12-13T22:19:39.905Z[ recovery-image] Dec 13 22:19:38.576 INFO O| Dec 13 22:19:38.576 INFO STEP 320 (remove_files) COMPLETE
53062024-12-13T22:19:39.905Z[ recovery-image] Dec 13 22:19:38.576 INFO O| Dec 13 22:19:38.576 INFO STEP 321: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
53072024-12-13T22:19:39.927Z[ recovery-image] Dec 13 22:19:38.599 INFO O| Dec 13 22:19:38.599 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pfksh"
53082024-12-13T22:19:39.927Z[ recovery-image] Dec 13 22:19:38.599 INFO O| Dec 13 22:19:38.599 INFO STEP 321 (remove_files) COMPLETE
53092024-12-13T22:19:39.927Z[ recovery-image] Dec 13 22:19:38.599 INFO O| Dec 13 22:19:38.599 INFO STEP 322: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
53102024-12-13T22:19:39.962Z[ recovery-image] Dec 13 22:19:38.634 INFO O| Dec 13 22:19:38.634 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pfksh93"
53112024-12-13T22:19:39.965Z[ recovery-image] Dec 13 22:19:38.634 INFO O| Dec 13 22:19:38.634 INFO STEP 322 (remove_files) COMPLETE
53122024-12-13T22:19:39.965Z[ recovery-image] Dec 13 22:19:38.635 INFO O| Dec 13 22:19:38.634 INFO STEP 323: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
53132024-12-13T22:19:40.002Z[ recovery-image] Dec 13 22:19:38.674 INFO O| Dec 13 22:19:38.674 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pflags"
53142024-12-13T22:19:40.002Z[ recovery-image] Dec 13 22:19:38.674 INFO O| Dec 13 22:19:38.674 INFO STEP 323 (remove_files) COMPLETE
53152024-12-13T22:19:40.002Z[ recovery-image] Dec 13 22:19:38.675 INFO O| Dec 13 22:19:38.674 INFO STEP 324: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
53162024-12-13T22:19:40.025Z[ recovery-image] Dec 13 22:19:38.697 INFO O| Dec 13 22:19:38.697 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pfrksh"
53172024-12-13T22:19:40.025Z[ recovery-image] Dec 13 22:19:38.697 INFO O| Dec 13 22:19:38.697 INFO STEP 324 (remove_files) COMPLETE
53182024-12-13T22:19:40.025Z[ recovery-image] Dec 13 22:19:38.697 INFO O| Dec 13 22:19:38.697 INFO STEP 325: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
53192024-12-13T22:19:40.070Z[ recovery-image] Dec 13 22:19:38.741 INFO O| Dec 13 22:19:38.741 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pfrksh93"
53202024-12-13T22:19:40.070Z[ recovery-image] Dec 13 22:19:38.741 INFO O| Dec 13 22:19:38.741 INFO STEP 325 (remove_files) COMPLETE
53212024-12-13T22:19:40.070Z[ recovery-image] Dec 13 22:19:38.741 INFO O| Dec 13 22:19:38.741 INFO STEP 326: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
53222024-12-13T22:19:40.133Z[ recovery-image] Dec 13 22:19:38.804 INFO O| Dec 13 22:19:38.804 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pfsh"
53232024-12-13T22:19:40.133Z[ recovery-image] Dec 13 22:19:38.804 INFO O| Dec 13 22:19:38.804 INFO STEP 326 (remove_files) COMPLETE
53242024-12-13T22:19:40.133Z[ recovery-image] Dec 13 22:19:38.804 INFO O| Dec 13 22:19:38.804 INFO STEP 327: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
53252024-12-13T22:19:40.190Z[ recovery-image] Dec 13 22:19:38.862 INFO O| Dec 13 22:19:38.862 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pftcsh"
53262024-12-13T22:19:40.190Z[ recovery-image] Dec 13 22:19:38.863 INFO O| Dec 13 22:19:38.862 INFO STEP 327 (remove_files) COMPLETE
53272024-12-13T22:19:40.190Z[ recovery-image] Dec 13 22:19:38.863 INFO O| Dec 13 22:19:38.863 INFO STEP 328: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
53282024-12-13T22:19:40.215Z[ recovery-image] Dec 13 22:19:38.887 INFO O| Dec 13 22:19:38.887 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pfzsh"
53292024-12-13T22:19:40.215Z[ recovery-image] Dec 13 22:19:38.887 INFO O| Dec 13 22:19:38.887 INFO STEP 328 (remove_files) COMPLETE
53302024-12-13T22:19:40.218Z[ recovery-image] Dec 13 22:19:38.887 INFO O| Dec 13 22:19:38.887 INFO STEP 329: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
53312024-12-13T22:19:40.325Z[ recovery-image] Dec 13 22:19:38.997 INFO O| Dec 13 22:19:38.997 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pg"
53322024-12-13T22:19:40.325Z[ recovery-image] Dec 13 22:19:38.997 INFO O| Dec 13 22:19:38.997 INFO STEP 329 (remove_files) COMPLETE
53332024-12-13T22:19:40.325Z[ recovery-image] Dec 13 22:19:38.997 INFO O| Dec 13 22:19:38.997 INFO STEP 330: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
53342024-12-13T22:19:40.456Z[ recovery-image] Dec 13 22:19:39.126 INFO O| Dec 13 22:19:39.126 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pginfo"
53352024-12-13T22:19:40.456Z[ recovery-image] Dec 13 22:19:39.126 INFO O| Dec 13 22:19:39.126 INFO STEP 330 (remove_files) COMPLETE
53362024-12-13T22:19:40.456Z[ recovery-image] Dec 13 22:19:39.126 INFO O| Dec 13 22:19:39.126 INFO STEP 331: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
53372024-12-13T22:19:40.503Z[ recovery-image] Dec 13 22:19:39.175 INFO O| Dec 13 22:19:39.175 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pgstat"
53382024-12-13T22:19:40.504Z[ recovery-image] Dec 13 22:19:39.176 INFO O| Dec 13 22:19:39.176 INFO STEP 331 (remove_files) COMPLETE
53392024-12-13T22:19:40.504Z[ recovery-image] Dec 13 22:19:39.176 INFO O| Dec 13 22:19:39.176 INFO STEP 332: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
53402024-12-13T22:19:40.527Z[ recovery-image] Dec 13 22:19:39.199 INFO O| Dec 13 22:19:39.199 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pkgadm"
53412024-12-13T22:19:40.548Z[ recovery-image] Dec 13 22:19:39.220 INFO O| Dec 13 22:19:39.220 INFO STEP 332 (remove_files) COMPLETE
53422024-12-13T22:19:40.548Z[ recovery-image] Dec 13 22:19:39.220 INFO O| Dec 13 22:19:39.220 INFO STEP 333: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
53432024-12-13T22:19:40.589Z[ recovery-image] Dec 13 22:19:39.261 INFO O| Dec 13 22:19:39.260 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pkgcond"
53442024-12-13T22:19:40.589Z[ recovery-image] Dec 13 22:19:39.261 INFO O| Dec 13 22:19:39.261 INFO STEP 333 (remove_files) COMPLETE
53452024-12-13T22:19:40.589Z[ recovery-image] Dec 13 22:19:39.261 INFO O| Dec 13 22:19:39.261 INFO STEP 334: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
53462024-12-13T22:19:40.658Z[ recovery-image] Dec 13 22:19:39.330 INFO O| Dec 13 22:19:39.330 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pkginfo"
53472024-12-13T22:19:40.678Z[ recovery-image] Dec 13 22:19:39.350 INFO O| Dec 13 22:19:39.350 INFO STEP 334 (remove_files) COMPLETE
53482024-12-13T22:19:40.678Z[ recovery-image] Dec 13 22:19:39.350 INFO O| Dec 13 22:19:39.350 INFO STEP 335: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
53492024-12-13T22:19:40.727Z[ recovery-image] Dec 13 22:19:39.399 INFO O| Dec 13 22:19:39.399 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pkgmk"
53502024-12-13T22:19:40.727Z[ recovery-image] Dec 13 22:19:39.399 INFO O| Dec 13 22:19:39.399 INFO STEP 335 (remove_files) COMPLETE
53512024-12-13T22:19:40.730Z[ recovery-image] Dec 13 22:19:39.399 INFO O| Dec 13 22:19:39.399 INFO STEP 336: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
53522024-12-13T22:19:40.750Z[ recovery-image] Dec 13 22:19:39.422 INFO O| Dec 13 22:19:39.422 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pkgparam"
53532024-12-13T22:19:40.753Z[ recovery-image] Dec 13 22:19:39.422 INFO O| Dec 13 22:19:39.422 INFO STEP 336 (remove_files) COMPLETE
53542024-12-13T22:19:40.753Z[ recovery-image] Dec 13 22:19:39.422 INFO O| Dec 13 22:19:39.422 INFO STEP 337: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
53552024-12-13T22:19:40.791Z[ recovery-image] Dec 13 22:19:39.445 INFO O| Dec 13 22:19:39.445 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pkgproto"
53562024-12-13T22:19:40.797Z[ recovery-image] Dec 13 22:19:39.446 INFO O| Dec 13 22:19:39.445 INFO STEP 337 (remove_files) COMPLETE
53572024-12-13T22:19:40.797Z[ recovery-image] Dec 13 22:19:39.446 INFO O| Dec 13 22:19:39.446 INFO STEP 338: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
53582024-12-13T22:19:40.802Z[ recovery-image] Dec 13 22:19:39.470 INFO O| Dec 13 22:19:39.470 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pkgtrans"
53592024-12-13T22:19:40.802Z[ recovery-image] Dec 13 22:19:39.470 INFO O| Dec 13 22:19:39.470 INFO STEP 338 (remove_files) COMPLETE
53602024-12-13T22:19:40.802Z[ recovery-image] Dec 13 22:19:39.470 INFO O| Dec 13 22:19:39.470 INFO STEP 339: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
53612024-12-13T22:19:40.827Z[ recovery-image] Dec 13 22:19:39.496 INFO O| Dec 13 22:19:39.496 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pkill"
53622024-12-13T22:19:40.827Z[ recovery-image] Dec 13 22:19:39.496 INFO O| Dec 13 22:19:39.496 INFO STEP 339 (remove_files) COMPLETE
53632024-12-13T22:19:40.827Z[ recovery-image] Dec 13 22:19:39.496 INFO O| Dec 13 22:19:39.496 INFO STEP 340: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
53642024-12-13T22:19:40.856Z[ recovery-image] Dec 13 22:19:39.527 INFO O| Dec 13 22:19:39.527 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pktool"
53652024-12-13T22:19:40.856Z[ recovery-image] Dec 13 22:19:39.527 INFO O| Dec 13 22:19:39.527 INFO STEP 340 (remove_files) COMPLETE
53662024-12-13T22:19:40.856Z[ recovery-image] Dec 13 22:19:39.527 INFO O| Dec 13 22:19:39.527 INFO STEP 341: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
53672024-12-13T22:19:40.940Z[ recovery-image] Dec 13 22:19:39.612 INFO O| Dec 13 22:19:39.612 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pldd"
53682024-12-13T22:19:40.940Z[ recovery-image] Dec 13 22:19:39.612 INFO O| Dec 13 22:19:39.612 INFO STEP 341 (remove_files) COMPLETE
53692024-12-13T22:19:40.940Z[ recovery-image] Dec 13 22:19:39.612 INFO O| Dec 13 22:19:39.612 INFO STEP 342: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
53702024-12-13T22:19:40.991Z[ recovery-image] Dec 13 22:19:39.663 INFO O| Dec 13 22:19:39.663 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/plgrp"
53712024-12-13T22:19:40.991Z[ recovery-image] Dec 13 22:19:39.663 INFO O| Dec 13 22:19:39.663 INFO STEP 342 (remove_files) COMPLETE
53722024-12-13T22:19:40.994Z[ recovery-image] Dec 13 22:19:39.663 INFO O| Dec 13 22:19:39.663 INFO STEP 343: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
53732024-12-13T22:19:41.024Z[ recovery-image] Dec 13 22:19:39.696 INFO O| Dec 13 22:19:39.696 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/plimit"
53742024-12-13T22:19:41.028Z[ recovery-image] Dec 13 22:19:39.696 INFO O| Dec 13 22:19:39.696 INFO STEP 343 (remove_files) COMPLETE
53752024-12-13T22:19:41.028Z[ recovery-image] Dec 13 22:19:39.696 INFO O| Dec 13 22:19:39.696 INFO STEP 344: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
53762024-12-13T22:19:41.051Z[ recovery-image] Dec 13 22:19:39.722 INFO O| Dec 13 22:19:39.722 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pmadvise"
53772024-12-13T22:19:41.053Z[ recovery-image] Dec 13 22:19:39.723 INFO O| Dec 13 22:19:39.722 INFO STEP 344 (remove_files) COMPLETE
53782024-12-13T22:19:41.053Z[ recovery-image] Dec 13 22:19:39.723 INFO O| Dec 13 22:19:39.723 INFO STEP 345: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
53792024-12-13T22:19:41.089Z[ host-image] Dec 13 22:19:39.761 INFO O| Dec 13 22:19:39.760 INFO O| Startup: Refreshing catalog 'helios-dev' ... Done
53802024-12-13T22:19:41.139Z[ recovery-image] Dec 13 22:19:39.811 INFO O| Dec 13 22:19:39.811 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pmap"
53812024-12-13T22:19:41.142Z[ recovery-image] Dec 13 22:19:39.811 INFO O| Dec 13 22:19:39.811 INFO STEP 345 (remove_files) COMPLETE
53822024-12-13T22:19:41.142Z[ recovery-image] Dec 13 22:19:39.811 INFO O| Dec 13 22:19:39.811 INFO STEP 346: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
53832024-12-13T22:19:41.170Z[ recovery-image] Dec 13 22:19:39.841 INFO O| Dec 13 22:19:39.841 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/poolstat"
53842024-12-13T22:19:41.170Z[ recovery-image] Dec 13 22:19:39.841 INFO O| Dec 13 22:19:39.841 INFO STEP 346 (remove_files) COMPLETE
53852024-12-13T22:19:41.170Z[ recovery-image] Dec 13 22:19:39.841 INFO O| Dec 13 22:19:39.841 INFO STEP 347: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
53862024-12-13T22:19:41.193Z[ recovery-image] Dec 13 22:19:39.865 INFO O| Dec 13 22:19:39.865 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/ppgsz"
53872024-12-13T22:19:41.193Z[ recovery-image] Dec 13 22:19:39.865 INFO O| Dec 13 22:19:39.865 INFO STEP 347 (remove_files) COMPLETE
53882024-12-13T22:19:41.193Z[ recovery-image] Dec 13 22:19:39.865 INFO O| Dec 13 22:19:39.865 INFO STEP 348: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
53892024-12-13T22:19:41.224Z[ recovery-image] Dec 13 22:19:39.896 INFO O| Dec 13 22:19:39.896 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/ppriv"
53902024-12-13T22:19:41.224Z[ recovery-image] Dec 13 22:19:39.896 INFO O| Dec 13 22:19:39.896 INFO STEP 348 (remove_files) COMPLETE
53912024-12-13T22:19:41.224Z[ recovery-image] Dec 13 22:19:39.896 INFO O| Dec 13 22:19:39.896 INFO STEP 349: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
53922024-12-13T22:19:41.331Z[ recovery-image] Dec 13 22:19:40.003 INFO O| Dec 13 22:19:40.003 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pr"
53932024-12-13T22:19:41.331Z[ recovery-image] Dec 13 22:19:40.003 INFO O| Dec 13 22:19:40.003 INFO STEP 349 (remove_files) COMPLETE
53942024-12-13T22:19:41.334Z[ recovery-image] Dec 13 22:19:40.003 INFO O| Dec 13 22:19:40.003 INFO STEP 350: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
53952024-12-13T22:19:41.379Z[ recovery-image] Dec 13 22:19:40.050 INFO O| Dec 13 22:19:40.050 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/prctl"
53962024-12-13T22:19:41.381Z[ recovery-image] Dec 13 22:19:40.050 INFO O| Dec 13 22:19:40.050 INFO STEP 350 (remove_files) COMPLETE
53972024-12-13T22:19:41.381Z[ recovery-image] Dec 13 22:19:40.050 INFO O| Dec 13 22:19:40.050 INFO STEP 351: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
53982024-12-13T22:19:41.426Z[ recovery-image] Dec 13 22:19:40.097 INFO O| Dec 13 22:19:40.097 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/preap"
53992024-12-13T22:19:41.426Z[ recovery-image] Dec 13 22:19:40.097 INFO O| Dec 13 22:19:40.097 INFO STEP 351 (remove_files) COMPLETE
54002024-12-13T22:19:41.426Z[ recovery-image] Dec 13 22:19:40.097 INFO O| Dec 13 22:19:40.097 INFO STEP 352: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
54012024-12-13T22:19:41.467Z[ recovery-image] Dec 13 22:19:40.138 INFO O| Dec 13 22:19:40.137 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/print"
54022024-12-13T22:19:41.467Z[ recovery-image] Dec 13 22:19:40.138 INFO O| Dec 13 22:19:40.138 INFO STEP 352 (remove_files) COMPLETE
54032024-12-13T22:19:41.470Z[ recovery-image] Dec 13 22:19:40.138 INFO O| Dec 13 22:19:40.138 INFO STEP 353: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
54042024-12-13T22:19:41.525Z[ recovery-image] Dec 13 22:19:40.197 INFO O| Dec 13 22:19:40.197 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/printf"
54052024-12-13T22:19:41.525Z[ recovery-image] Dec 13 22:19:40.197 INFO O| Dec 13 22:19:40.197 INFO STEP 353 (remove_files) COMPLETE
54062024-12-13T22:19:41.525Z[ recovery-image] Dec 13 22:19:40.197 INFO O| Dec 13 22:19:40.197 INFO STEP 354: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
54072024-12-13T22:19:41.555Z[ recovery-image] Dec 13 22:19:40.227 INFO O| Dec 13 22:19:40.227 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/priocntl"
54082024-12-13T22:19:41.555Z[ recovery-image] Dec 13 22:19:40.227 INFO O| Dec 13 22:19:40.227 INFO STEP 354 (remove_files) COMPLETE
54092024-12-13T22:19:41.555Z[ recovery-image] Dec 13 22:19:40.227 INFO O| Dec 13 22:19:40.227 INFO STEP 355: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
54102024-12-13T22:19:41.576Z[ recovery-image] Dec 13 22:19:40.248 INFO O| Dec 13 22:19:40.248 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/profiles"
54112024-12-13T22:19:41.576Z[ recovery-image] Dec 13 22:19:40.248 INFO O| Dec 13 22:19:40.248 INFO STEP 355 (remove_files) COMPLETE
54122024-12-13T22:19:41.576Z[ recovery-image] Dec 13 22:19:40.248 INFO O| Dec 13 22:19:40.248 INFO STEP 356: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
54132024-12-13T22:19:41.597Z[ recovery-image] Dec 13 22:19:40.269 INFO O| Dec 13 22:19:40.269 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/projects"
54142024-12-13T22:19:41.597Z[ recovery-image] Dec 13 22:19:40.269 INFO O| Dec 13 22:19:40.269 INFO STEP 356 (remove_files) COMPLETE
54152024-12-13T22:19:41.599Z[ recovery-image] Dec 13 22:19:40.269 INFO O| Dec 13 22:19:40.269 INFO STEP 357: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
54162024-12-13T22:19:41.621Z[ recovery-image] Dec 13 22:19:40.292 INFO O| Dec 13 22:19:40.292 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/prstat"
54172024-12-13T22:19:41.621Z[ recovery-image] Dec 13 22:19:40.293 INFO O| Dec 13 22:19:40.293 INFO STEP 357 (remove_files) COMPLETE
54182024-12-13T22:19:41.621Z[ recovery-image] Dec 13 22:19:40.293 INFO O| Dec 13 22:19:40.293 INFO STEP 358: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
54192024-12-13T22:19:41.664Z[ recovery-image] Dec 13 22:19:40.335 INFO O| Dec 13 22:19:40.335 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/prun"
54202024-12-13T22:19:41.664Z[ recovery-image] Dec 13 22:19:40.335 INFO O| Dec 13 22:19:40.335 INFO STEP 358 (remove_files) COMPLETE
54212024-12-13T22:19:41.664Z[ recovery-image] Dec 13 22:19:40.335 INFO O| Dec 13 22:19:40.335 INFO STEP 359: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
54222024-12-13T22:19:41.687Z[ recovery-image] Dec 13 22:19:40.357 INFO O| Dec 13 22:19:40.357 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/psecflags"
54232024-12-13T22:19:41.687Z[ recovery-image] Dec 13 22:19:40.358 INFO O| Dec 13 22:19:40.357 INFO STEP 359 (remove_files) COMPLETE
54242024-12-13T22:19:41.689Z[ recovery-image] Dec 13 22:19:40.358 INFO O| Dec 13 22:19:40.358 INFO STEP 360: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
54252024-12-13T22:19:41.722Z[ recovery-image] Dec 13 22:19:40.394 INFO O| Dec 13 22:19:40.394 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/psig"
54262024-12-13T22:19:41.722Z[ recovery-image] Dec 13 22:19:40.394 INFO O| Dec 13 22:19:40.394 INFO STEP 360 (remove_files) COMPLETE
54272024-12-13T22:19:41.725Z[ recovery-image] Dec 13 22:19:40.394 INFO O| Dec 13 22:19:40.394 INFO STEP 361: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
54282024-12-13T22:19:41.746Z[ recovery-image] Dec 13 22:19:40.418 INFO O| Dec 13 22:19:40.418 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pstack"
54292024-12-13T22:19:41.746Z[ recovery-image] Dec 13 22:19:40.418 INFO O| Dec 13 22:19:40.418 INFO STEP 361 (remove_files) COMPLETE
54302024-12-13T22:19:41.749Z[ recovery-image] Dec 13 22:19:40.418 INFO O| Dec 13 22:19:40.418 INFO STEP 362: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
54312024-12-13T22:19:41.770Z[ recovery-image] Dec 13 22:19:40.442 INFO O| Dec 13 22:19:40.442 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pstop"
54322024-12-13T22:19:41.770Z[ recovery-image] Dec 13 22:19:40.442 INFO O| Dec 13 22:19:40.442 INFO STEP 362 (remove_files) COMPLETE
54332024-12-13T22:19:41.772Z[ recovery-image] Dec 13 22:19:40.442 INFO O| Dec 13 22:19:40.442 INFO STEP 363: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
54342024-12-13T22:19:41.793Z[ recovery-image] Dec 13 22:19:40.465 INFO O| Dec 13 22:19:40.465 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/ptime"
54352024-12-13T22:19:41.793Z[ recovery-image] Dec 13 22:19:40.465 INFO O| Dec 13 22:19:40.465 INFO STEP 363 (remove_files) COMPLETE
54362024-12-13T22:19:41.793Z[ recovery-image] Dec 13 22:19:40.465 INFO O| Dec 13 22:19:40.465 INFO STEP 364: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
54372024-12-13T22:19:41.884Z[ recovery-image] Dec 13 22:19:40.556 INFO O| Dec 13 22:19:40.556 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/ptree"
54382024-12-13T22:19:41.884Z[ recovery-image] Dec 13 22:19:40.556 INFO O| Dec 13 22:19:40.556 INFO STEP 364 (remove_files) COMPLETE
54392024-12-13T22:19:41.887Z[ recovery-image] Dec 13 22:19:40.556 INFO O| Dec 13 22:19:40.556 INFO STEP 365: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
54402024-12-13T22:19:41.905Z[ recovery-image] Dec 13 22:19:40.577 INFO O| Dec 13 22:19:40.577 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/putdev"
54412024-12-13T22:19:41.905Z[ recovery-image] Dec 13 22:19:40.577 INFO O| Dec 13 22:19:40.577 INFO STEP 365 (remove_files) COMPLETE
54422024-12-13T22:19:41.905Z[ recovery-image] Dec 13 22:19:40.577 INFO O| Dec 13 22:19:40.577 INFO STEP 366: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
54432024-12-13T22:19:41.938Z[ recovery-image] Dec 13 22:19:40.608 INFO O| Dec 13 22:19:40.608 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/putdgrp"
54442024-12-13T22:19:41.938Z[ recovery-image] Dec 13 22:19:40.608 INFO O| Dec 13 22:19:40.608 INFO STEP 366 (remove_files) COMPLETE
54452024-12-13T22:19:41.938Z[ recovery-image] Dec 13 22:19:40.608 INFO O| Dec 13 22:19:40.608 INFO STEP 367: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
54462024-12-13T22:19:41.982Z[ recovery-image] Dec 13 22:19:40.654 INFO O| Dec 13 22:19:40.653 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pvs"
54472024-12-13T22:19:41.982Z[ recovery-image] Dec 13 22:19:40.654 INFO O| Dec 13 22:19:40.654 INFO STEP 367 (remove_files) COMPLETE
54482024-12-13T22:19:41.982Z[ recovery-image] Dec 13 22:19:40.654 INFO O| Dec 13 22:19:40.654 INFO STEP 368: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
54492024-12-13T22:19:42.015Z[ recovery-image] Dec 13 22:19:40.687 INFO O| Dec 13 22:19:40.687 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pwait"
54502024-12-13T22:19:42.015Z[ recovery-image] Dec 13 22:19:40.687 INFO O| Dec 13 22:19:40.687 INFO STEP 368 (remove_files) COMPLETE
54512024-12-13T22:19:42.018Z[ recovery-image] Dec 13 22:19:40.687 INFO O| Dec 13 22:19:40.687 INFO STEP 369: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
54522024-12-13T22:19:42.056Z[ recovery-image] Dec 13 22:19:40.728 INFO O| Dec 13 22:19:40.728 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pwd"
54532024-12-13T22:19:42.056Z[ recovery-image] Dec 13 22:19:40.728 INFO O| Dec 13 22:19:40.728 INFO STEP 369 (remove_files) COMPLETE
54542024-12-13T22:19:42.060Z[ recovery-image] Dec 13 22:19:40.729 INFO O| Dec 13 22:19:40.728 INFO STEP 370: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
54552024-12-13T22:19:42.100Z[ recovery-image] Dec 13 22:19:40.772 INFO O| Dec 13 22:19:40.772 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pwdx"
54562024-12-13T22:19:42.103Z[ recovery-image] Dec 13 22:19:40.772 INFO O| Dec 13 22:19:40.772 INFO STEP 370 (remove_files) COMPLETE
54572024-12-13T22:19:42.103Z[ recovery-image] Dec 13 22:19:40.773 INFO O| Dec 13 22:19:40.772 INFO STEP 371: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
54582024-12-13T22:19:42.125Z[ recovery-image] Dec 13 22:19:40.796 INFO O| Dec 13 22:19:40.796 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/read"
54592024-12-13T22:19:42.128Z[ recovery-image] Dec 13 22:19:40.797 INFO O| Dec 13 22:19:40.797 INFO STEP 371 (remove_files) COMPLETE
54602024-12-13T22:19:42.128Z[ recovery-image] Dec 13 22:19:40.797 INFO O| Dec 13 22:19:40.797 INFO STEP 372: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
54612024-12-13T22:19:42.146Z[ recovery-image] Dec 13 22:19:40.818 INFO O| Dec 13 22:19:40.818 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/red"
54622024-12-13T22:19:42.146Z[ recovery-image] Dec 13 22:19:40.818 INFO O| Dec 13 22:19:40.818 INFO STEP 372 (remove_files) COMPLETE
54632024-12-13T22:19:42.146Z[ recovery-image] Dec 13 22:19:40.818 INFO O| Dec 13 22:19:40.818 INFO STEP 373: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
54642024-12-13T22:19:42.184Z[ recovery-image] Dec 13 22:19:40.855 INFO O| Dec 13 22:19:40.855 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/regcmp"
54652024-12-13T22:19:42.184Z[ recovery-image] Dec 13 22:19:40.855 INFO O| Dec 13 22:19:40.855 INFO STEP 373 (remove_files) COMPLETE
54662024-12-13T22:19:42.184Z[ recovery-image] Dec 13 22:19:40.855 INFO O| Dec 13 22:19:40.855 INFO STEP 374: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
54672024-12-13T22:19:42.217Z[ recovery-image] Dec 13 22:19:40.889 INFO O| Dec 13 22:19:40.889 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/renice"
54682024-12-13T22:19:42.217Z[ recovery-image] Dec 13 22:19:40.889 INFO O| Dec 13 22:19:40.889 INFO STEP 374 (remove_files) COMPLETE
54692024-12-13T22:19:42.217Z[ recovery-image] Dec 13 22:19:40.889 INFO O| Dec 13 22:19:40.889 INFO STEP 375: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
54702024-12-13T22:19:42.243Z[ recovery-image] Dec 13 22:19:40.915 INFO O| Dec 13 22:19:40.915 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/resize"
54712024-12-13T22:19:42.248Z[ recovery-image] Dec 13 22:19:40.915 INFO O| Dec 13 22:19:40.915 INFO STEP 375 (remove_files) COMPLETE
54722024-12-13T22:19:42.248Z[ recovery-image] Dec 13 22:19:40.916 INFO O| Dec 13 22:19:40.915 INFO STEP 376: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
54732024-12-13T22:19:42.275Z[ recovery-image] Dec 13 22:19:40.947 INFO O| Dec 13 22:19:40.947 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/rev"
54742024-12-13T22:19:42.275Z[ recovery-image] Dec 13 22:19:40.947 INFO O| Dec 13 22:19:40.947 INFO STEP 376 (remove_files) COMPLETE
54752024-12-13T22:19:42.275Z[ recovery-image] Dec 13 22:19:40.947 INFO O| Dec 13 22:19:40.947 INFO STEP 377: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
54762024-12-13T22:19:42.303Z[ recovery-image] Dec 13 22:19:40.974 INFO O| Dec 13 22:19:40.974 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/rksh"
54772024-12-13T22:19:42.306Z[ recovery-image] Dec 13 22:19:40.975 INFO O| Dec 13 22:19:40.975 INFO STEP 377 (remove_files) COMPLETE
54782024-12-13T22:19:42.306Z[ recovery-image] Dec 13 22:19:40.975 INFO O| Dec 13 22:19:40.975 INFO STEP 378: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
54792024-12-13T22:19:42.324Z[ recovery-image] Dec 13 22:19:40.996 INFO O| Dec 13 22:19:40.996 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/rksh93"
54802024-12-13T22:19:42.327Z[ recovery-image] Dec 13 22:19:40.996 INFO O| Dec 13 22:19:40.996 INFO STEP 378 (remove_files) COMPLETE
54812024-12-13T22:19:42.327Z[ recovery-image] Dec 13 22:19:40.996 INFO O| Dec 13 22:19:40.996 INFO STEP 379: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
54822024-12-13T22:19:42.349Z[ recovery-image] Dec 13 22:19:41.021 INFO O| Dec 13 22:19:41.021 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/roles"
54832024-12-13T22:19:42.349Z[ recovery-image] Dec 13 22:19:41.021 INFO O| Dec 13 22:19:41.021 INFO STEP 379 (remove_files) COMPLETE
54842024-12-13T22:19:42.352Z[ recovery-image] Dec 13 22:19:41.021 INFO O| Dec 13 22:19:41.021 INFO STEP 380: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
54852024-12-13T22:19:42.372Z[ recovery-image] Dec 13 22:19:41.043 INFO O| Dec 13 22:19:41.043 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/rpcinfo"
54862024-12-13T22:19:42.375Z[ recovery-image] Dec 13 22:19:41.043 INFO O| Dec 13 22:19:41.043 INFO STEP 380 (remove_files) COMPLETE
54872024-12-13T22:19:42.375Z[ recovery-image] Dec 13 22:19:41.044 INFO O| Dec 13 22:19:41.043 INFO STEP 381: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
54882024-12-13T22:19:42.394Z[ recovery-image] Dec 13 22:19:41.065 INFO O| Dec 13 22:19:41.065 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/rsync"
54892024-12-13T22:19:42.394Z[ recovery-image] Dec 13 22:19:41.066 INFO O| Dec 13 22:19:41.065 INFO STEP 381 (remove_files) COMPLETE
54902024-12-13T22:19:42.396Z[ recovery-image] Dec 13 22:19:41.066 INFO O| Dec 13 22:19:41.066 INFO STEP 382: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
54912024-12-13T22:19:42.432Z[ recovery-image] Dec 13 22:19:41.104 INFO O| Dec 13 22:19:41.103 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/rsync-ssl"
54922024-12-13T22:19:42.435Z[ recovery-image] Dec 13 22:19:41.104 INFO O| Dec 13 22:19:41.104 INFO STEP 382 (remove_files) COMPLETE
54932024-12-13T22:19:42.435Z[ recovery-image] Dec 13 22:19:41.104 INFO O| Dec 13 22:19:41.104 INFO STEP 383: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
54942024-12-13T22:19:42.472Z[ recovery-image] Dec 13 22:19:41.144 INFO O| Dec 13 22:19:41.144 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/runat"
54952024-12-13T22:19:42.475Z[ recovery-image] Dec 13 22:19:41.144 INFO O| Dec 13 22:19:41.144 INFO STEP 383 (remove_files) COMPLETE
54962024-12-13T22:19:42.475Z[ recovery-image] Dec 13 22:19:41.144 INFO O| Dec 13 22:19:41.144 INFO STEP 384: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
54972024-12-13T22:19:42.497Z[ recovery-image] Dec 13 22:19:41.168 INFO O| Dec 13 22:19:41.168 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/scp"
54982024-12-13T22:19:42.497Z[ recovery-image] Dec 13 22:19:41.168 INFO O| Dec 13 22:19:41.168 INFO STEP 384 (remove_files) COMPLETE
54992024-12-13T22:19:42.500Z[ recovery-image] Dec 13 22:19:41.169 INFO O| Dec 13 22:19:41.168 INFO STEP 385: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
55002024-12-13T22:19:42.586Z[ recovery-image] Dec 13 22:19:41.257 INFO O| Dec 13 22:19:41.257 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/script"
55012024-12-13T22:19:42.588Z[ recovery-image] Dec 13 22:19:41.258 INFO O| Dec 13 22:19:41.257 INFO STEP 385 (remove_files) COMPLETE
55022024-12-13T22:19:42.588Z[ recovery-image] Dec 13 22:19:41.258 INFO O| Dec 13 22:19:41.257 INFO STEP 386: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
55032024-12-13T22:19:42.640Z[ recovery-image] Dec 13 22:19:41.312 INFO O| Dec 13 22:19:41.311 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/sdiff"
55042024-12-13T22:19:42.643Z[ recovery-image] Dec 13 22:19:41.312 INFO O| Dec 13 22:19:41.312 INFO STEP 386 (remove_files) COMPLETE
55052024-12-13T22:19:42.643Z[ recovery-image] Dec 13 22:19:41.312 INFO O| Dec 13 22:19:41.312 INFO STEP 387: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
55062024-12-13T22:19:42.666Z[ recovery-image] Dec 13 22:19:41.337 INFO O| Dec 13 22:19:41.337 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/setpgrp"
55072024-12-13T22:19:42.669Z[ recovery-image] Dec 13 22:19:41.338 INFO O| Dec 13 22:19:41.337 INFO STEP 387 (remove_files) COMPLETE
55082024-12-13T22:19:42.669Z[ recovery-image] Dec 13 22:19:41.338 INFO O| Dec 13 22:19:41.338 INFO STEP 388: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
55092024-12-13T22:19:42.729Z[ recovery-image] Dec 13 22:19:41.401 INFO O| Dec 13 22:19:41.401 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/sftp"
55102024-12-13T22:19:42.732Z[ recovery-image] Dec 13 22:19:41.401 INFO O| Dec 13 22:19:41.401 INFO STEP 388 (remove_files) COMPLETE
55112024-12-13T22:19:42.732Z[ recovery-image] Dec 13 22:19:41.401 INFO O| Dec 13 22:19:41.401 INFO STEP 389: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
55122024-12-13T22:19:42.753Z[ recovery-image] Dec 13 22:19:41.425 INFO O| Dec 13 22:19:41.425 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/shcomp"
55132024-12-13T22:19:42.753Z[ recovery-image] Dec 13 22:19:41.425 INFO O| Dec 13 22:19:41.425 INFO STEP 389 (remove_files) COMPLETE
55142024-12-13T22:19:42.758Z[ recovery-image] Dec 13 22:19:41.425 INFO O| Dec 13 22:19:41.425 INFO STEP 390: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
55152024-12-13T22:19:42.774Z[ recovery-image] Dec 13 22:19:41.446 INFO O| Dec 13 22:19:41.446 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/smbutil"
55162024-12-13T22:19:42.774Z[ recovery-image] Dec 13 22:19:41.446 INFO O| Dec 13 22:19:41.446 INFO STEP 390 (remove_files) COMPLETE
55172024-12-13T22:19:42.777Z[ recovery-image] Dec 13 22:19:41.446 INFO O| Dec 13 22:19:41.446 INFO STEP 391: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
55182024-12-13T22:19:42.797Z[ recovery-image] Dec 13 22:19:41.468 INFO O| Dec 13 22:19:41.468 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/snmp-bridge-mib"
55192024-12-13T22:19:42.797Z[ recovery-image] Dec 13 22:19:41.468 INFO O| Dec 13 22:19:41.468 INFO STEP 391 (remove_files) COMPLETE
55202024-12-13T22:19:42.800Z[ recovery-image] Dec 13 22:19:41.468 INFO O| Dec 13 22:19:41.468 INFO STEP 392: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
55212024-12-13T22:19:42.818Z[ recovery-image] Dec 13 22:19:41.490 INFO O| Dec 13 22:19:41.490 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/snmpbulkget"
55222024-12-13T22:19:42.821Z[ recovery-image] Dec 13 22:19:41.490 INFO O| Dec 13 22:19:41.490 INFO STEP 392 (remove_files) COMPLETE
55232024-12-13T22:19:42.821Z[ recovery-image] Dec 13 22:19:41.490 INFO O| Dec 13 22:19:41.490 INFO STEP 393: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
55242024-12-13T22:19:42.858Z[ recovery-image] Dec 13 22:19:41.529 INFO O| Dec 13 22:19:41.529 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/snmpbulkwalk"
55252024-12-13T22:19:42.877Z[ recovery-image] Dec 13 22:19:41.549 INFO O| Dec 13 22:19:41.549 INFO STEP 393 (remove_files) COMPLETE
55262024-12-13T22:19:42.877Z[ recovery-image] Dec 13 22:19:41.549 INFO O| Dec 13 22:19:41.549 INFO STEP 394: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
55272024-12-13T22:19:42.901Z[ recovery-image] Dec 13 22:19:41.572 INFO O| Dec 13 22:19:41.572 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/snmpcheck"
55282024-12-13T22:19:42.904Z[ recovery-image] Dec 13 22:19:41.573 INFO O| Dec 13 22:19:41.572 INFO STEP 394 (remove_files) COMPLETE
55292024-12-13T22:19:42.904Z[ recovery-image] Dec 13 22:19:41.573 INFO O| Dec 13 22:19:41.573 INFO STEP 395: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
55302024-12-13T22:19:42.936Z[ recovery-image] Dec 13 22:19:41.605 INFO O| Dec 13 22:19:41.605 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/snmpconf"
55312024-12-13T22:19:42.936Z[ recovery-image] Dec 13 22:19:41.605 INFO O| Dec 13 22:19:41.605 INFO STEP 395 (remove_files) COMPLETE
55322024-12-13T22:19:42.938Z[ recovery-image] Dec 13 22:19:41.606 INFO O| Dec 13 22:19:41.606 INFO STEP 396: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
55332024-12-13T22:19:42.981Z[ recovery-image] Dec 13 22:19:41.651 INFO O| Dec 13 22:19:41.651 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/snmpdelta"
55342024-12-13T22:19:42.981Z[ recovery-image] Dec 13 22:19:41.651 INFO O| Dec 13 22:19:41.651 INFO STEP 396 (remove_files) COMPLETE
55352024-12-13T22:19:42.981Z[ recovery-image] Dec 13 22:19:41.651 INFO O| Dec 13 22:19:41.651 INFO STEP 397: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
55362024-12-13T22:19:43.003Z[ recovery-image] Dec 13 22:19:41.675 INFO O| Dec 13 22:19:41.675 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/snmpdf"
55372024-12-13T22:19:43.004Z[ recovery-image] Dec 13 22:19:41.675 INFO O| Dec 13 22:19:41.675 INFO STEP 397 (remove_files) COMPLETE
55382024-12-13T22:19:43.006Z[ recovery-image] Dec 13 22:19:41.675 INFO O| Dec 13 22:19:41.675 INFO STEP 398: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
55392024-12-13T22:19:43.051Z[ recovery-image] Dec 13 22:19:41.722 INFO O| Dec 13 22:19:41.722 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/snmpget"
55402024-12-13T22:19:43.051Z[ recovery-image] Dec 13 22:19:41.722 INFO O| Dec 13 22:19:41.722 INFO STEP 398 (remove_files) COMPLETE
55412024-12-13T22:19:43.055Z[ recovery-image] Dec 13 22:19:41.723 INFO O| Dec 13 22:19:41.722 INFO STEP 399: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
55422024-12-13T22:19:43.089Z[ recovery-image] Dec 13 22:19:41.760 INFO O| Dec 13 22:19:41.760 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/snmpgetnext"
55432024-12-13T22:19:43.089Z[ recovery-image] Dec 13 22:19:41.760 INFO O| Dec 13 22:19:41.760 INFO STEP 399 (remove_files) COMPLETE
55442024-12-13T22:19:43.089Z[ recovery-image] Dec 13 22:19:41.760 INFO O| Dec 13 22:19:41.760 INFO STEP 400: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
55452024-12-13T22:19:43.124Z[ recovery-image] Dec 13 22:19:41.794 INFO O| Dec 13 22:19:41.794 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/snmpnetstat"
55462024-12-13T22:19:43.124Z[ recovery-image] Dec 13 22:19:41.794 INFO O| Dec 13 22:19:41.794 INFO STEP 400 (remove_files) COMPLETE
55472024-12-13T22:19:43.124Z[ recovery-image] Dec 13 22:19:41.794 INFO O| Dec 13 22:19:41.794 INFO STEP 401: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
55482024-12-13T22:19:43.149Z[ recovery-image] Dec 13 22:19:41.820 INFO O| Dec 13 22:19:41.820 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/snmppcap"
55492024-12-13T22:19:43.149Z[ recovery-image] Dec 13 22:19:41.820 INFO O| Dec 13 22:19:41.820 INFO STEP 401 (remove_files) COMPLETE
55502024-12-13T22:19:43.149Z[ recovery-image] Dec 13 22:19:41.820 INFO O| Dec 13 22:19:41.820 INFO STEP 402: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
55512024-12-13T22:19:43.176Z[ recovery-image] Dec 13 22:19:41.847 INFO O| Dec 13 22:19:41.847 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/snmpping"
55522024-12-13T22:19:43.176Z[ recovery-image] Dec 13 22:19:41.847 INFO O| Dec 13 22:19:41.847 INFO STEP 402 (remove_files) COMPLETE
55532024-12-13T22:19:43.176Z[ recovery-image] Dec 13 22:19:41.847 INFO O| Dec 13 22:19:41.847 INFO STEP 403: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
55542024-12-13T22:19:43.207Z[ recovery-image] Dec 13 22:19:41.876 INFO O| Dec 13 22:19:41.876 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/snmpps"
55552024-12-13T22:19:43.207Z[ recovery-image] Dec 13 22:19:41.876 INFO O| Dec 13 22:19:41.876 INFO STEP 403 (remove_files) COMPLETE
55562024-12-13T22:19:43.210Z[ recovery-image] Dec 13 22:19:41.876 INFO O| Dec 13 22:19:41.876 INFO STEP 404: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
55572024-12-13T22:19:43.232Z[ recovery-image] Dec 13 22:19:41.903 INFO O| Dec 13 22:19:41.903 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/snmpset"
55582024-12-13T22:19:43.232Z[ recovery-image] Dec 13 22:19:41.903 INFO O| Dec 13 22:19:41.903 INFO STEP 404 (remove_files) COMPLETE
55592024-12-13T22:19:43.234Z[ recovery-image] Dec 13 22:19:41.903 INFO O| Dec 13 22:19:41.903 INFO STEP 405: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
55602024-12-13T22:19:43.259Z[ recovery-image] Dec 13 22:19:41.929 INFO O| Dec 13 22:19:41.929 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/snmpstatus"
55612024-12-13T22:19:43.259Z[ recovery-image] Dec 13 22:19:41.929 INFO O| Dec 13 22:19:41.929 INFO STEP 405 (remove_files) COMPLETE
55622024-12-13T22:19:43.262Z[ recovery-image] Dec 13 22:19:41.930 INFO O| Dec 13 22:19:41.929 INFO STEP 406: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
55632024-12-13T22:19:43.283Z[ recovery-image] Dec 13 22:19:41.954 INFO O| Dec 13 22:19:41.954 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/snmptable"
55642024-12-13T22:19:43.283Z[ recovery-image] Dec 13 22:19:41.955 INFO O| Dec 13 22:19:41.954 INFO STEP 406 (remove_files) COMPLETE
55652024-12-13T22:19:43.283Z[ recovery-image] Dec 13 22:19:41.955 INFO O| Dec 13 22:19:41.955 INFO STEP 407: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
55662024-12-13T22:19:43.307Z[ recovery-image] Dec 13 22:19:41.978 INFO O| Dec 13 22:19:41.978 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/snmptest"
55672024-12-13T22:19:43.307Z[ recovery-image] Dec 13 22:19:41.978 INFO O| Dec 13 22:19:41.978 INFO STEP 407 (remove_files) COMPLETE
55682024-12-13T22:19:43.307Z[ recovery-image] Dec 13 22:19:41.978 INFO O| Dec 13 22:19:41.978 INFO STEP 408: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
55692024-12-13T22:19:43.333Z[ recovery-image] Dec 13 22:19:42.005 INFO O| Dec 13 22:19:42.005 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/snmptranslate"
55702024-12-13T22:19:43.336Z[ recovery-image] Dec 13 22:19:42.005 INFO O| Dec 13 22:19:42.005 INFO STEP 408 (remove_files) COMPLETE
55712024-12-13T22:19:43.336Z[ recovery-image] Dec 13 22:19:42.005 INFO O| Dec 13 22:19:42.005 INFO STEP 409: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
55722024-12-13T22:19:43.364Z[ recovery-image] Dec 13 22:19:42.033 INFO O| Dec 13 22:19:42.033 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/snmptrap"
55732024-12-13T22:19:43.366Z[ recovery-image] Dec 13 22:19:42.033 INFO O| Dec 13 22:19:42.033 INFO STEP 409 (remove_files) COMPLETE
55742024-12-13T22:19:43.366Z[ recovery-image] Dec 13 22:19:42.034 INFO O| Dec 13 22:19:42.033 INFO STEP 410: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
55752024-12-13T22:19:43.384Z[ recovery-image] Dec 13 22:19:42.056 INFO O| Dec 13 22:19:42.056 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/snmpusm"
55762024-12-13T22:19:43.388Z[ recovery-image] Dec 13 22:19:42.056 INFO O| Dec 13 22:19:42.056 INFO STEP 410 (remove_files) COMPLETE
55772024-12-13T22:19:43.388Z[ recovery-image] Dec 13 22:19:42.056 INFO O| Dec 13 22:19:42.056 INFO STEP 411: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
55782024-12-13T22:19:43.422Z[ recovery-image] Dec 13 22:19:42.094 INFO O| Dec 13 22:19:42.093 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/snmpvacm"
55792024-12-13T22:19:43.424Z[ recovery-image] Dec 13 22:19:42.094 INFO O| Dec 13 22:19:42.094 INFO STEP 411 (remove_files) COMPLETE
55802024-12-13T22:19:43.425Z[ recovery-image] Dec 13 22:19:42.094 INFO O| Dec 13 22:19:42.094 INFO STEP 412: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
55812024-12-13T22:19:43.447Z[ recovery-image] Dec 13 22:19:42.118 INFO O| Dec 13 22:19:42.118 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/snmpwalk"
55822024-12-13T22:19:43.447Z[ recovery-image] Dec 13 22:19:42.118 INFO O| Dec 13 22:19:42.118 INFO STEP 412 (remove_files) COMPLETE
55832024-12-13T22:19:43.450Z[ recovery-image] Dec 13 22:19:42.119 INFO O| Dec 13 22:19:42.118 INFO STEP 413: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
55842024-12-13T22:19:43.469Z[ recovery-image] Dec 13 22:19:42.140 INFO O| Dec 13 22:19:42.140 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/sotruss"
55852024-12-13T22:19:43.469Z[ recovery-image] Dec 13 22:19:42.141 INFO O| Dec 13 22:19:42.140 INFO STEP 413 (remove_files) COMPLETE
55862024-12-13T22:19:43.473Z[ recovery-image] Dec 13 22:19:42.141 INFO O| Dec 13 22:19:42.141 INFO STEP 414: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
55872024-12-13T22:19:43.504Z[ recovery-image] Dec 13 22:19:42.175 INFO O| Dec 13 22:19:42.175 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/spell"
55882024-12-13T22:19:43.506Z[ recovery-image] Dec 13 22:19:42.176 INFO O| Dec 13 22:19:42.175 INFO STEP 414 (remove_files) COMPLETE
55892024-12-13T22:19:43.506Z[ recovery-image] Dec 13 22:19:42.176 INFO O| Dec 13 22:19:42.176 INFO STEP 415: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
55902024-12-13T22:19:43.525Z[ recovery-image] Dec 13 22:19:42.197 INFO O| Dec 13 22:19:42.197 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/split"
55912024-12-13T22:19:43.528Z[ recovery-image] Dec 13 22:19:42.197 INFO O| Dec 13 22:19:42.197 INFO STEP 415 (remove_files) COMPLETE
55922024-12-13T22:19:43.528Z[ recovery-image] Dec 13 22:19:42.197 INFO O| Dec 13 22:19:42.197 INFO STEP 416: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
55932024-12-13T22:19:43.548Z[ recovery-image] Dec 13 22:19:42.219 INFO O| Dec 13 22:19:42.219 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/sqlite3"
55942024-12-13T22:19:43.551Z[ recovery-image] Dec 13 22:19:42.219 INFO O| Dec 13 22:19:42.219 INFO STEP 416 (remove_files) COMPLETE
55952024-12-13T22:19:43.551Z[ recovery-image] Dec 13 22:19:42.220 INFO O| Dec 13 22:19:42.219 INFO STEP 417: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
55962024-12-13T22:19:43.570Z[ recovery-image] Dec 13 22:19:42.241 INFO O| Dec 13 22:19:42.241 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/ssh"
55972024-12-13T22:19:43.572Z[ recovery-image] Dec 13 22:19:42.242 INFO O| Dec 13 22:19:42.242 INFO STEP 417 (remove_files) COMPLETE
55982024-12-13T22:19:43.572Z[ recovery-image] Dec 13 22:19:42.242 INFO O| Dec 13 22:19:42.242 INFO STEP 418: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
55992024-12-13T22:19:43.593Z[ recovery-image] Dec 13 22:19:42.264 INFO O| Dec 13 22:19:42.263 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/ssh-add"
56002024-12-13T22:19:43.595Z[ recovery-image] Dec 13 22:19:42.264 INFO O| Dec 13 22:19:42.264 INFO STEP 418 (remove_files) COMPLETE
56012024-12-13T22:19:43.595Z[ recovery-image] Dec 13 22:19:42.264 INFO O| Dec 13 22:19:42.264 INFO STEP 419: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
56022024-12-13T22:19:43.615Z[ recovery-image] Dec 13 22:19:42.286 INFO O| Dec 13 22:19:42.286 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/ssh-agent"
56032024-12-13T22:19:43.617Z[ recovery-image] Dec 13 22:19:42.287 INFO O| Dec 13 22:19:42.286 INFO STEP 419 (remove_files) COMPLETE
56042024-12-13T22:19:43.617Z[ recovery-image] Dec 13 22:19:42.287 INFO O| Dec 13 22:19:42.287 INFO STEP 420: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
56052024-12-13T22:19:43.637Z[ recovery-image] Dec 13 22:19:42.308 INFO O| Dec 13 22:19:42.308 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/ssh-copy-id"
56062024-12-13T22:19:43.639Z[ recovery-image] Dec 13 22:19:42.309 INFO O| Dec 13 22:19:42.309 INFO STEP 420 (remove_files) COMPLETE
56072024-12-13T22:19:43.639Z[ recovery-image] Dec 13 22:19:42.309 INFO O| Dec 13 22:19:42.309 INFO STEP 421: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
56082024-12-13T22:19:43.679Z[ recovery-image] Dec 13 22:19:42.350 INFO O| Dec 13 22:19:42.347 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/ssh-keyscan"
56092024-12-13T22:19:43.679Z[ recovery-image] Dec 13 22:19:42.350 INFO O| Dec 13 22:19:42.347 INFO STEP 421 (remove_files) COMPLETE
56102024-12-13T22:19:43.681Z[ recovery-image] Dec 13 22:19:42.350 INFO O| Dec 13 22:19:42.347 INFO STEP 422: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
56112024-12-13T22:19:43.699Z[ recovery-image] Dec 13 22:19:42.370 INFO O| Dec 13 22:19:42.370 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/strings"
56122024-12-13T22:19:43.699Z[ recovery-image] Dec 13 22:19:42.371 INFO O| Dec 13 22:19:42.370 INFO STEP 422 (remove_files) COMPLETE
56132024-12-13T22:19:43.701Z[ recovery-image] Dec 13 22:19:42.371 INFO O| Dec 13 22:19:42.371 INFO STEP 423: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
56142024-12-13T22:19:43.721Z[ recovery-image] Dec 13 22:19:42.393 INFO O| Dec 13 22:19:42.393 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/sum"
56152024-12-13T22:19:43.721Z[ recovery-image] Dec 13 22:19:42.393 INFO O| Dec 13 22:19:42.393 INFO STEP 423 (remove_files) COMPLETE
56162024-12-13T22:19:43.722Z[ recovery-image] Dec 13 22:19:42.393 INFO O| Dec 13 22:19:42.393 INFO STEP 424: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
56172024-12-13T22:19:43.764Z[ recovery-image] Dec 13 22:19:42.435 INFO O| Dec 13 22:19:42.435 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/tabs"
56182024-12-13T22:19:43.764Z[ recovery-image] Dec 13 22:19:42.435 INFO O| Dec 13 22:19:42.435 INFO STEP 424 (remove_files) COMPLETE
56192024-12-13T22:19:43.767Z[ recovery-image] Dec 13 22:19:42.435 INFO O| Dec 13 22:19:42.435 INFO STEP 425: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
56202024-12-13T22:19:43.823Z[ recovery-image] Dec 13 22:19:42.495 INFO O| Dec 13 22:19:42.494 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/tcopy"
56212024-12-13T22:19:43.823Z[ recovery-image] Dec 13 22:19:42.495 INFO O| Dec 13 22:19:42.495 INFO STEP 425 (remove_files) COMPLETE
56222024-12-13T22:19:43.826Z[ recovery-image] Dec 13 22:19:42.495 INFO O| Dec 13 22:19:42.495 INFO STEP 426: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
56232024-12-13T22:19:43.846Z[ recovery-image] Dec 13 22:19:42.517 INFO O| Dec 13 22:19:42.517 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/test"
56242024-12-13T22:19:43.846Z[ recovery-image] Dec 13 22:19:42.517 INFO O| Dec 13 22:19:42.517 INFO STEP 426 (remove_files) COMPLETE
56252024-12-13T22:19:43.846Z[ recovery-image] Dec 13 22:19:42.517 INFO O| Dec 13 22:19:42.517 INFO STEP 427: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
56262024-12-13T22:19:43.913Z[ recovery-image] Dec 13 22:19:42.584 INFO O| Dec 13 22:19:42.584 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/tic"
56272024-12-13T22:19:43.913Z[ recovery-image] Dec 13 22:19:42.584 INFO O| Dec 13 22:19:42.584 INFO STEP 427 (remove_files) COMPLETE
56282024-12-13T22:19:43.916Z[ recovery-image] Dec 13 22:19:42.584 INFO O| Dec 13 22:19:42.584 INFO STEP 428: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
56292024-12-13T22:19:43.935Z[ recovery-image] Dec 13 22:19:42.606 INFO O| Dec 13 22:19:42.606 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/time"
56302024-12-13T22:19:43.935Z[ recovery-image] Dec 13 22:19:42.606 INFO O| Dec 13 22:19:42.606 INFO STEP 428 (remove_files) COMPLETE
56312024-12-13T22:19:43.935Z[ recovery-image] Dec 13 22:19:42.606 INFO O| Dec 13 22:19:42.606 INFO STEP 429: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
56322024-12-13T22:19:43.958Z[ recovery-image] Dec 13 22:19:42.630 INFO O| Dec 13 22:19:42.630 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/tip"
56332024-12-13T22:19:43.958Z[ recovery-image] Dec 13 22:19:42.630 INFO O| Dec 13 22:19:42.630 INFO STEP 429 (remove_files) COMPLETE
56342024-12-13T22:19:43.961Z[ recovery-image] Dec 13 22:19:42.630 INFO O| Dec 13 22:19:42.630 INFO STEP 430: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
56352024-12-13T22:19:43.986Z[ recovery-image] Dec 13 22:19:42.657 INFO O| Dec 13 22:19:42.657 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/tkmib"
56362024-12-13T22:19:43.988Z[ recovery-image] Dec 13 22:19:42.658 INFO O| Dec 13 22:19:42.658 INFO STEP 430 (remove_files) COMPLETE
56372024-12-13T22:19:43.988Z[ recovery-image] Dec 13 22:19:42.658 INFO O| Dec 13 22:19:42.658 INFO STEP 431: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
56382024-12-13T22:19:44.008Z[ recovery-image] Dec 13 22:19:42.680 INFO O| Dec 13 22:19:42.679 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/tpmadm"
56392024-12-13T22:19:44.009Z[ recovery-image] Dec 13 22:19:42.680 INFO O| Dec 13 22:19:42.680 INFO STEP 431 (remove_files) COMPLETE
56402024-12-13T22:19:44.009Z[ recovery-image] Dec 13 22:19:42.680 INFO O| Dec 13 22:19:42.680 INFO STEP 432: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
56412024-12-13T22:19:44.048Z[ recovery-image] Dec 13 22:19:42.719 INFO O| Dec 13 22:19:42.719 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/traptoemail"
56422024-12-13T22:19:44.048Z[ recovery-image] Dec 13 22:19:42.719 INFO O| Dec 13 22:19:42.719 INFO STEP 432 (remove_files) COMPLETE
56432024-12-13T22:19:44.048Z[ recovery-image] Dec 13 22:19:42.719 INFO O| Dec 13 22:19:42.719 INFO STEP 433: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
56442024-12-13T22:19:44.073Z[ recovery-image] Dec 13 22:19:42.744 INFO O| Dec 13 22:19:42.744 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/true"
56452024-12-13T22:19:44.073Z[ recovery-image] Dec 13 22:19:42.745 INFO O| Dec 13 22:19:42.744 INFO STEP 433 (remove_files) COMPLETE
56462024-12-13T22:19:44.073Z[ recovery-image] Dec 13 22:19:42.745 INFO O| Dec 13 22:19:42.745 INFO STEP 434: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
56472024-12-13T22:19:44.090Z[verify-libraries] Compiling cert-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/cert-dev)
56482024-12-13T22:19:44.098Z[ recovery-image] Dec 13 22:19:42.768 INFO O| Dec 13 22:19:42.768 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/tty"
56492024-12-13T22:19:44.098Z[ recovery-image] Dec 13 22:19:42.768 INFO O| Dec 13 22:19:42.768 INFO STEP 434 (remove_files) COMPLETE
56502024-12-13T22:19:44.098Z[ recovery-image] Dec 13 22:19:42.768 INFO O| Dec 13 22:19:42.768 INFO STEP 435: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
56512024-12-13T22:19:44.227Z[ recovery-image] Dec 13 22:19:42.899 INFO O| Dec 13 22:19:42.899 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/type"
56522024-12-13T22:19:44.228Z[ recovery-image] Dec 13 22:19:42.899 INFO O| Dec 13 22:19:42.899 INFO STEP 435 (remove_files) COMPLETE
56532024-12-13T22:19:44.228Z[ recovery-image] Dec 13 22:19:42.899 INFO O| Dec 13 22:19:42.899 INFO STEP 436: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
56542024-12-13T22:19:44.293Z[ recovery-image] Dec 13 22:19:42.965 INFO O| Dec 13 22:19:42.964 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/tzselect"
56552024-12-13T22:19:44.319Z[ recovery-image] Dec 13 22:19:42.989 INFO O| Dec 13 22:19:42.989 INFO STEP 436 (remove_files) COMPLETE
56562024-12-13T22:19:44.319Z[ recovery-image] Dec 13 22:19:42.989 INFO O| Dec 13 22:19:42.989 INFO STEP 437: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
56572024-12-13T22:19:44.358Z[ recovery-image] Dec 13 22:19:43.030 INFO O| Dec 13 22:19:43.030 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/ulimit"
56582024-12-13T22:19:44.361Z[ recovery-image] Dec 13 22:19:43.030 INFO O| Dec 13 22:19:43.030 INFO STEP 437 (remove_files) COMPLETE
56592024-12-13T22:19:44.361Z[ recovery-image] Dec 13 22:19:43.030 INFO O| Dec 13 22:19:43.030 INFO STEP 438: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
56602024-12-13T22:19:44.383Z[ recovery-image] Dec 13 22:19:43.054 INFO O| Dec 13 22:19:43.054 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/umask"
56612024-12-13T22:19:44.383Z[ recovery-image] Dec 13 22:19:43.055 INFO O| Dec 13 22:19:43.055 INFO STEP 438 (remove_files) COMPLETE
56622024-12-13T22:19:44.386Z[ recovery-image] Dec 13 22:19:43.055 INFO O| Dec 13 22:19:43.055 INFO STEP 439: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
56632024-12-13T22:19:44.407Z[ recovery-image] Dec 13 22:19:43.079 INFO O| Dec 13 22:19:43.079 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/unalias"
56642024-12-13T22:19:44.408Z[ recovery-image] Dec 13 22:19:43.079 INFO O| Dec 13 22:19:43.079 INFO STEP 439 (remove_files) COMPLETE
56652024-12-13T22:19:44.408Z[ recovery-image] Dec 13 22:19:43.079 INFO O| Dec 13 22:19:43.079 INFO STEP 440: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
56662024-12-13T22:19:44.431Z[ recovery-image] Dec 13 22:19:43.102 INFO O| Dec 13 22:19:43.102 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/uncompress"
56672024-12-13T22:19:44.431Z[ recovery-image] Dec 13 22:19:43.103 INFO O| Dec 13 22:19:43.103 INFO STEP 440 (remove_files) COMPLETE
56682024-12-13T22:19:44.431Z[ recovery-image] Dec 13 22:19:43.103 INFO O| Dec 13 22:19:43.103 INFO STEP 441: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
56692024-12-13T22:19:44.470Z[ recovery-image] Dec 13 22:19:43.142 INFO O| Dec 13 22:19:43.141 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/unexpand"
56702024-12-13T22:19:44.470Z[ recovery-image] Dec 13 22:19:43.142 INFO O| Dec 13 22:19:43.142 INFO STEP 441 (remove_files) COMPLETE
56712024-12-13T22:19:44.470Z[ recovery-image] Dec 13 22:19:43.142 INFO O| Dec 13 22:19:43.142 INFO STEP 442: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
56722024-12-13T22:19:44.506Z[ recovery-image] Dec 13 22:19:43.177 INFO O| Dec 13 22:19:43.177 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/uniq"
56732024-12-13T22:19:44.508Z[ recovery-image] Dec 13 22:19:43.177 INFO O| Dec 13 22:19:43.177 INFO STEP 442 (remove_files) COMPLETE
56742024-12-13T22:19:44.508Z[ recovery-image] Dec 13 22:19:43.178 INFO O| Dec 13 22:19:43.178 INFO STEP 443: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
56752024-12-13T22:19:44.528Z[ recovery-image] Dec 13 22:19:43.199 INFO O| Dec 13 22:19:43.199 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/units"
56762024-12-13T22:19:44.530Z[ recovery-image] Dec 13 22:19:43.200 INFO O| Dec 13 22:19:43.200 INFO STEP 443 (remove_files) COMPLETE
56772024-12-13T22:19:44.530Z[ recovery-image] Dec 13 22:19:43.200 INFO O| Dec 13 22:19:43.200 INFO STEP 444: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
56782024-12-13T22:19:44.550Z[ recovery-image] Dec 13 22:19:43.221 INFO O| Dec 13 22:19:43.221 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/unix2dos"
56792024-12-13T22:19:44.552Z[ recovery-image] Dec 13 22:19:43.222 INFO O| Dec 13 22:19:43.222 INFO STEP 444 (remove_files) COMPLETE
56802024-12-13T22:19:44.552Z[ recovery-image] Dec 13 22:19:43.222 INFO O| Dec 13 22:19:43.222 INFO STEP 445: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
56812024-12-13T22:19:44.585Z[ recovery-image] Dec 13 22:19:43.256 INFO O| Dec 13 22:19:43.256 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/unpack"
56822024-12-13T22:19:44.588Z[ recovery-image] Dec 13 22:19:43.257 INFO O| Dec 13 22:19:43.256 INFO STEP 445 (remove_files) COMPLETE
56832024-12-13T22:19:44.588Z[ recovery-image] Dec 13 22:19:43.257 INFO O| Dec 13 22:19:43.257 INFO STEP 446: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
56842024-12-13T22:19:44.609Z[ recovery-image] Dec 13 22:19:43.280 INFO O| Dec 13 22:19:43.280 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/uptime"
56852024-12-13T22:19:44.612Z[ recovery-image] Dec 13 22:19:43.281 INFO O| Dec 13 22:19:43.280 INFO STEP 446 (remove_files) COMPLETE
56862024-12-13T22:19:44.612Z[ recovery-image] Dec 13 22:19:43.281 INFO O| Dec 13 22:19:43.280 INFO STEP 447: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
56872024-12-13T22:19:44.646Z[ recovery-image] Dec 13 22:19:43.318 INFO O| Dec 13 22:19:43.317 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/userattr"
56882024-12-13T22:19:44.646Z[ recovery-image] Dec 13 22:19:43.318 INFO O| Dec 13 22:19:43.318 INFO STEP 447 (remove_files) COMPLETE
56892024-12-13T22:19:44.646Z[ recovery-image] Dec 13 22:19:43.318 INFO O| Dec 13 22:19:43.318 INFO STEP 448: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
56902024-12-13T22:19:44.702Z[ recovery-image] Dec 13 22:19:43.373 INFO O| Dec 13 22:19:43.373 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/uudecode"
56912024-12-13T22:19:44.702Z[ recovery-image] Dec 13 22:19:43.373 INFO O| Dec 13 22:19:43.373 INFO STEP 448 (remove_files) COMPLETE
56922024-12-13T22:19:44.702Z[ recovery-image] Dec 13 22:19:43.373 INFO O| Dec 13 22:19:43.373 INFO STEP 449: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
56932024-12-13T22:19:44.762Z[ recovery-image] Dec 13 22:19:43.433 INFO O| Dec 13 22:19:43.433 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/uuencode"
56942024-12-13T22:19:44.762Z[ recovery-image] Dec 13 22:19:43.433 INFO O| Dec 13 22:19:43.433 INFO STEP 449 (remove_files) COMPLETE
56952024-12-13T22:19:44.762Z[ recovery-image] Dec 13 22:19:43.433 INFO O| Dec 13 22:19:43.433 INFO STEP 450: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
56962024-12-13T22:19:44.785Z[ recovery-image] Dec 13 22:19:43.456 INFO O| Dec 13 22:19:43.456 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/uuidgen"
56972024-12-13T22:19:44.785Z[ recovery-image] Dec 13 22:19:43.456 INFO O| Dec 13 22:19:43.456 INFO STEP 450 (remove_files) COMPLETE
56982024-12-13T22:19:44.788Z[ recovery-image] Dec 13 22:19:43.456 INFO O| Dec 13 22:19:43.456 INFO STEP 451: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
56992024-12-13T22:19:44.810Z[ recovery-image] Dec 13 22:19:43.477 INFO O| Dec 13 22:19:43.477 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/vedit"
57002024-12-13T22:19:44.810Z[ recovery-image] Dec 13 22:19:43.477 INFO O| Dec 13 22:19:43.477 INFO STEP 451 (remove_files) COMPLETE
57012024-12-13T22:19:44.810Z[ recovery-image] Dec 13 22:19:43.477 INFO O| Dec 13 22:19:43.477 INFO STEP 452: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
57022024-12-13T22:19:44.828Z[ recovery-image] Dec 13 22:19:43.499 INFO O| Dec 13 22:19:43.499 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/vim"
57032024-12-13T22:19:44.828Z[ recovery-image] Dec 13 22:19:43.499 INFO O| Dec 13 22:19:43.499 INFO STEP 452 (remove_files) COMPLETE
57042024-12-13T22:19:44.831Z[ recovery-image] Dec 13 22:19:43.499 INFO O| Dec 13 22:19:43.499 INFO STEP 453: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
57052024-12-13T22:19:44.849Z[ recovery-image] Dec 13 22:19:43.521 INFO O| Dec 13 22:19:43.520 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/vimtutor"
57062024-12-13T22:19:44.849Z[ recovery-image] Dec 13 22:19:43.521 INFO O| Dec 13 22:19:43.521 INFO STEP 453 (remove_files) COMPLETE
57072024-12-13T22:19:44.850Z[ recovery-image] Dec 13 22:19:43.521 INFO O| Dec 13 22:19:43.521 INFO STEP 454: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
57082024-12-13T22:19:44.878Z[ recovery-image] Dec 13 22:19:43.549 INFO O| Dec 13 22:19:43.549 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/vmstat"
57092024-12-13T22:19:44.878Z[ recovery-image] Dec 13 22:19:43.549 INFO O| Dec 13 22:19:43.549 INFO STEP 454 (remove_files) COMPLETE
57102024-12-13T22:19:44.878Z[ recovery-image] Dec 13 22:19:43.549 INFO O| Dec 13 22:19:43.549 INFO STEP 455: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
57112024-12-13T22:19:44.910Z[ recovery-image] Dec 13 22:19:43.581 INFO O| Dec 13 22:19:43.581 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/vtfontcvt"
57122024-12-13T22:19:44.910Z[ recovery-image] Dec 13 22:19:43.581 INFO O| Dec 13 22:19:43.581 INFO STEP 455 (remove_files) COMPLETE
57132024-12-13T22:19:44.910Z[ recovery-image] Dec 13 22:19:43.581 INFO O| Dec 13 22:19:43.581 INFO STEP 456: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
57142024-12-13T22:19:44.965Z[ recovery-image] Dec 13 22:19:43.636 INFO O| Dec 13 22:19:43.636 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/w"
57152024-12-13T22:19:44.965Z[ recovery-image] Dec 13 22:19:43.636 INFO O| Dec 13 22:19:43.636 INFO STEP 456 (remove_files) COMPLETE
57162024-12-13T22:19:44.965Z[ recovery-image] Dec 13 22:19:43.636 INFO O| Dec 13 22:19:43.636 INFO STEP 457: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
57172024-12-13T22:19:44.993Z[ recovery-image] Dec 13 22:19:43.664 INFO O| Dec 13 22:19:43.664 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/wait"
57182024-12-13T22:19:44.993Z[ recovery-image] Dec 13 22:19:43.664 INFO O| Dec 13 22:19:43.664 INFO STEP 457 (remove_files) COMPLETE
57192024-12-13T22:19:44.993Z[ recovery-image] Dec 13 22:19:43.665 INFO O| Dec 13 22:19:43.664 INFO STEP 458: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
57202024-12-13T22:19:45.025Z[ recovery-image] Dec 13 22:19:43.697 INFO O| Dec 13 22:19:43.697 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/watch"
57212024-12-13T22:19:45.025Z[ recovery-image] Dec 13 22:19:43.697 INFO O| Dec 13 22:19:43.697 INFO STEP 458 (remove_files) COMPLETE
57222024-12-13T22:19:45.025Z[ recovery-image] Dec 13 22:19:43.697 INFO O| Dec 13 22:19:43.697 INFO STEP 459: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
57232024-12-13T22:19:45.065Z[ recovery-image] Dec 13 22:19:43.734 INFO O| Dec 13 22:19:43.734 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/wc"
57242024-12-13T22:19:45.065Z[ recovery-image] Dec 13 22:19:43.734 INFO O| Dec 13 22:19:43.734 INFO STEP 459 (remove_files) COMPLETE
57252024-12-13T22:19:45.065Z[ recovery-image] Dec 13 22:19:43.734 INFO O| Dec 13 22:19:43.734 INFO STEP 460: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
57262024-12-13T22:19:45.125Z[ recovery-image] Dec 13 22:19:43.796 INFO O| Dec 13 22:19:43.796 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/which"
57272024-12-13T22:19:45.125Z[ recovery-image] Dec 13 22:19:43.796 INFO O| Dec 13 22:19:43.796 INFO STEP 460 (remove_files) COMPLETE
57282024-12-13T22:19:45.125Z[ recovery-image] Dec 13 22:19:43.796 INFO O| Dec 13 22:19:43.796 INFO STEP 461: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
57292024-12-13T22:19:45.185Z[ recovery-image] Dec 13 22:19:43.856 INFO O| Dec 13 22:19:43.856 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/whocalls"
57302024-12-13T22:19:45.186Z[ recovery-image] Dec 13 22:19:43.856 INFO O| Dec 13 22:19:43.856 INFO STEP 461 (remove_files) COMPLETE
57312024-12-13T22:19:45.188Z[ recovery-image] Dec 13 22:19:43.857 INFO O| Dec 13 22:19:43.856 INFO STEP 462: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
57322024-12-13T22:19:45.211Z[ recovery-image] Dec 13 22:19:43.883 INFO O| Dec 13 22:19:43.882 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/wracct"
57332024-12-13T22:19:45.211Z[ recovery-image] Dec 13 22:19:43.883 INFO O| Dec 13 22:19:43.883 INFO STEP 462 (remove_files) COMPLETE
57342024-12-13T22:19:45.211Z[ recovery-image] Dec 13 22:19:43.883 INFO O| Dec 13 22:19:43.883 INFO STEP 463: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
57352024-12-13T22:19:45.234Z[ recovery-image] Dec 13 22:19:43.905 INFO O| Dec 13 22:19:43.905 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/write"
57362024-12-13T22:19:45.234Z[ recovery-image] Dec 13 22:19:43.906 INFO O| Dec 13 22:19:43.905 INFO STEP 463 (remove_files) COMPLETE
57372024-12-13T22:19:45.237Z[ recovery-image] Dec 13 22:19:43.906 INFO O| Dec 13 22:19:43.906 INFO STEP 464: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
57382024-12-13T22:19:45.273Z[ recovery-image] Dec 13 22:19:43.943 INFO O| Dec 13 22:19:43.943 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/xargs"
57392024-12-13T22:19:45.273Z[ recovery-image] Dec 13 22:19:43.943 INFO O| Dec 13 22:19:43.943 INFO STEP 464 (remove_files) COMPLETE
57402024-12-13T22:19:45.273Z[ recovery-image] Dec 13 22:19:43.943 INFO O| Dec 13 22:19:43.943 INFO STEP 465: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
57412024-12-13T22:19:45.297Z[ recovery-image] Dec 13 22:19:43.967 INFO O| Dec 13 22:19:43.967 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/xml2-config"
57422024-12-13T22:19:45.297Z[ recovery-image] Dec 13 22:19:43.968 INFO O| Dec 13 22:19:43.968 INFO STEP 465 (remove_files) COMPLETE
57432024-12-13T22:19:45.300Z[ recovery-image] Dec 13 22:19:43.968 INFO O| Dec 13 22:19:43.968 INFO STEP 466: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
57442024-12-13T22:19:45.336Z[ recovery-image] Dec 13 22:19:44.007 INFO O| Dec 13 22:19:44.007 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/xmlcatalog"
57452024-12-13T22:19:45.336Z[ recovery-image] Dec 13 22:19:44.007 INFO O| Dec 13 22:19:44.007 INFO STEP 466 (remove_files) COMPLETE
57462024-12-13T22:19:45.336Z[ recovery-image] Dec 13 22:19:44.007 INFO O| Dec 13 22:19:44.007 INFO STEP 467: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
57472024-12-13T22:19:45.379Z[ recovery-image] Dec 13 22:19:44.050 INFO O| Dec 13 22:19:44.050 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/xmllint"
57482024-12-13T22:19:45.379Z[ recovery-image] Dec 13 22:19:44.050 INFO O| Dec 13 22:19:44.050 INFO STEP 467 (remove_files) COMPLETE
57492024-12-13T22:19:45.379Z[ recovery-image] Dec 13 22:19:44.050 INFO O| Dec 13 22:19:44.050 INFO STEP 468: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
57502024-12-13T22:19:45.417Z[ recovery-image] Dec 13 22:19:44.087 INFO O| Dec 13 22:19:44.086 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/xmlwf"
57512024-12-13T22:19:45.417Z[ recovery-image] Dec 13 22:19:44.087 INFO O| Dec 13 22:19:44.087 INFO STEP 468 (remove_files) COMPLETE
57522024-12-13T22:19:45.417Z[ recovery-image] Dec 13 22:19:44.087 INFO O| Dec 13 22:19:44.087 INFO STEP 469: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
57532024-12-13T22:19:45.438Z[ recovery-image] Dec 13 22:19:44.109 INFO O| Dec 13 22:19:44.109 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/xstr"
57542024-12-13T22:19:45.438Z[ recovery-image] Dec 13 22:19:44.110 INFO O| Dec 13 22:19:44.109 INFO STEP 469 (remove_files) COMPLETE
57552024-12-13T22:19:45.438Z[ recovery-image] Dec 13 22:19:44.110 INFO O| Dec 13 22:19:44.110 INFO STEP 470: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
57562024-12-13T22:19:45.461Z[ recovery-image] Dec 13 22:19:44.132 INFO O| Dec 13 22:19:44.132 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/xxd"
57572024-12-13T22:19:45.461Z[ recovery-image] Dec 13 22:19:44.132 INFO O| Dec 13 22:19:44.132 INFO STEP 470 (remove_files) COMPLETE
57582024-12-13T22:19:45.466Z[ recovery-image] Dec 13 22:19:44.132 INFO O| Dec 13 22:19:44.132 INFO STEP 471: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
57592024-12-13T22:19:45.492Z[ recovery-image] Dec 13 22:19:44.163 INFO O| Dec 13 22:19:44.163 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/xz"
57602024-12-13T22:19:45.516Z[ recovery-image] Dec 13 22:19:44.187 INFO O| Dec 13 22:19:44.187 INFO STEP 471 (remove_files) COMPLETE
57612024-12-13T22:19:45.516Z[ recovery-image] Dec 13 22:19:44.187 INFO O| Dec 13 22:19:44.187 INFO STEP 472: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
57622024-12-13T22:19:45.547Z[ recovery-image] Dec 13 22:19:44.219 INFO O| Dec 13 22:19:44.219 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/xzdec"
57632024-12-13T22:19:45.548Z[ recovery-image] Dec 13 22:19:44.219 INFO O| Dec 13 22:19:44.219 INFO STEP 472 (remove_files) COMPLETE
57642024-12-13T22:19:45.551Z[ recovery-image] Dec 13 22:19:44.219 INFO O| Dec 13 22:19:44.219 INFO STEP 473: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
57652024-12-13T22:19:45.573Z[ host-image] Dec 13 22:19:44.244 INFO O| Dec 13 22:19:44.244 INFO O| Planning: Solver setup ... Done
57662024-12-13T22:19:45.579Z[ host-image] Dec 13 22:19:44.251 INFO O| Dec 13 22:19:44.250 INFO O| Planning: Running solver ... Done
57672024-12-13T22:19:45.585Z[ recovery-image] Dec 13 22:19:44.256 INFO O| Dec 13 22:19:44.256 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/xzdiff"
57682024-12-13T22:19:45.585Z[ recovery-image] Dec 13 22:19:44.256 INFO O| Dec 13 22:19:44.256 INFO STEP 473 (remove_files) COMPLETE
57692024-12-13T22:19:45.585Z[ recovery-image] Dec 13 22:19:44.256 INFO O| Dec 13 22:19:44.256 INFO STEP 474: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
57702024-12-13T22:19:45.645Z[ recovery-image] Dec 13 22:19:44.316 INFO O| Dec 13 22:19:44.316 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/xzgrep"
57712024-12-13T22:19:45.645Z[ recovery-image] Dec 13 22:19:44.316 INFO O| Dec 13 22:19:44.316 INFO STEP 474 (remove_files) COMPLETE
57722024-12-13T22:19:45.645Z[ recovery-image] Dec 13 22:19:44.316 INFO O| Dec 13 22:19:44.316 INFO STEP 475: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
57732024-12-13T22:19:45.671Z[ recovery-image] Dec 13 22:19:44.341 INFO O| Dec 13 22:19:44.340 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/xzless"
57742024-12-13T22:19:45.671Z[ recovery-image] Dec 13 22:19:44.341 INFO O| Dec 13 22:19:44.340 INFO STEP 475 (remove_files) COMPLETE
57752024-12-13T22:19:45.671Z[ recovery-image] Dec 13 22:19:44.341 INFO O| Dec 13 22:19:44.340 INFO STEP 476: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
57762024-12-13T22:19:45.690Z[ host-image] Dec 13 22:19:44.361 INFO O| Dec 13 22:19:44.361 INFO O| Planning: Finding local manifests ... Done
57772024-12-13T22:19:45.692Z[ host-image] Dec 13 22:19:44.362 INFO O| Dec 13 22:19:44.362 INFO O| Planning: Fetching manifests: 0/1 0% complete
57782024-12-13T22:19:45.708Z[ recovery-image] Dec 13 22:19:44.379 INFO O| Dec 13 22:19:44.379 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/xzmore"
57792024-12-13T22:19:45.708Z[ recovery-image] Dec 13 22:19:44.379 INFO O| Dec 13 22:19:44.379 INFO STEP 476 (remove_files) COMPLETE
57802024-12-13T22:19:45.708Z[ recovery-image] Dec 13 22:19:44.380 INFO O| Dec 13 22:19:44.379 INFO STEP 477: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
57812024-12-13T22:19:45.731Z[ recovery-image] Dec 13 22:19:44.402 INFO O| Dec 13 22:19:44.402 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/yes"
57822024-12-13T22:19:45.731Z[ recovery-image] Dec 13 22:19:44.402 INFO O| Dec 13 22:19:44.402 INFO STEP 477 (remove_files) COMPLETE
57832024-12-13T22:19:45.734Z[ recovery-image] Dec 13 22:19:44.402 INFO O| Dec 13 22:19:44.402 INFO STEP 478: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
57842024-12-13T22:19:45.754Z[ recovery-image] Dec 13 22:19:44.426 INFO O| Dec 13 22:19:44.425 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/zcat"
57852024-12-13T22:19:45.754Z[ recovery-image] Dec 13 22:19:44.426 INFO O| Dec 13 22:19:44.426 INFO STEP 478 (remove_files) COMPLETE
57862024-12-13T22:19:45.754Z[ recovery-image] Dec 13 22:19:44.426 INFO O| Dec 13 22:19:44.426 INFO STEP 479: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
57872024-12-13T22:19:45.783Z[ recovery-image] Dec 13 22:19:44.454 INFO O| Dec 13 22:19:44.454 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/zonestat"
57882024-12-13T22:19:45.785Z[ recovery-image] Dec 13 22:19:44.454 INFO O| Dec 13 22:19:44.454 INFO STEP 479 (remove_files) COMPLETE
57892024-12-13T22:19:45.785Z[ recovery-image] Dec 13 22:19:44.455 INFO O| Dec 13 22:19:44.454 INFO STEP 480: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
57902024-12-13T22:19:45.818Z[ recovery-image] Dec 13 22:19:44.484 INFO O| Dec 13 22:19:44.484 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/zstd"
57912024-12-13T22:19:45.818Z[ recovery-image] Dec 13 22:19:44.484 INFO O| Dec 13 22:19:44.484 INFO STEP 480 (remove_files) COMPLETE
57922024-12-13T22:19:45.824Z[ recovery-image] Dec 13 22:19:44.484 INFO O| Dec 13 22:19:44.484 INFO STEP 481: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
57932024-12-13T22:19:45.850Z[ recovery-image] Dec 13 22:19:44.521 INFO O| Dec 13 22:19:44.521 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/zstdgrep"
57942024-12-13T22:19:45.850Z[ recovery-image] Dec 13 22:19:44.521 INFO O| Dec 13 22:19:44.521 INFO STEP 481 (remove_files) COMPLETE
57952024-12-13T22:19:45.852Z[ recovery-image] Dec 13 22:19:44.521 INFO O| Dec 13 22:19:44.521 INFO STEP 482: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
57962024-12-13T22:19:45.873Z[ recovery-image] Dec 13 22:19:44.543 INFO O| Dec 13 22:19:44.543 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/zstdless"
57972024-12-13T22:19:45.873Z[ recovery-image] Dec 13 22:19:44.543 INFO O| Dec 13 22:19:44.543 INFO STEP 482 (remove_files) COMPLETE
57982024-12-13T22:19:45.873Z[ recovery-image] Dec 13 22:19:44.543 INFO O| Dec 13 22:19:44.543 INFO STEP 483: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
57992024-12-13T22:19:45.894Z[ recovery-image] Dec 13 22:19:44.565 INFO O| Dec 13 22:19:44.565 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/gcc/10/lib/amd64/libatomic.so.1.2.0"
58002024-12-13T22:19:45.897Z[ recovery-image] Dec 13 22:19:44.566 INFO O| Dec 13 22:19:44.566 INFO STEP 483 (remove_files) COMPLETE
58012024-12-13T22:19:45.897Z[ recovery-image] Dec 13 22:19:44.566 INFO O| Dec 13 22:19:44.566 INFO STEP 484: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
58022024-12-13T22:19:45.903Z[ host-image] Dec 13 22:19:44.575 INFO O| Dec 13 22:19:44.575 INFO O| Planning: Fetching manifests: 1/1 100% complete
58032024-12-13T22:19:45.918Z[ recovery-image] Dec 13 22:19:44.589 INFO O| Dec 13 22:19:44.589 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/gcc/10/lib/amd64/libgomp.so.1.0.0"
58042024-12-13T22:19:45.918Z[ recovery-image] Dec 13 22:19:44.589 INFO O| Dec 13 22:19:44.589 INFO STEP 484 (remove_files) COMPLETE
58052024-12-13T22:19:45.918Z[ recovery-image] Dec 13 22:19:44.589 INFO O| Dec 13 22:19:44.589 INFO STEP 485: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
58062024-12-13T22:19:45.961Z[ host-image] Dec 13 22:19:44.631 INFO O| Dec 13 22:19:44.631 INFO O| Planning: Package planning ... Done
58072024-12-13T22:19:45.964Z[ host-image] Dec 13 22:19:44.632 INFO O| Dec 13 22:19:44.632 INFO O| Planning: Merging actions ... Done
58082024-12-13T22:19:45.991Z[ recovery-image] Dec 13 22:19:44.663 INFO O| Dec 13 22:19:44.663 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/gcc/10/lib/amd64/libssp.so.0.0.0"
58092024-12-13T22:19:45.992Z[ recovery-image] Dec 13 22:19:44.663 INFO O| Dec 13 22:19:44.663 INFO STEP 485 (remove_files) COMPLETE
58102024-12-13T22:19:45.992Z[ recovery-image] Dec 13 22:19:44.663 INFO O| Dec 13 22:19:44.663 INFO STEP 486: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
58112024-12-13T22:19:46.012Z[ recovery-image] Dec 13 22:19:44.683 INFO O| Dec 13 22:19:44.683 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/gcc/10/lib/amd64/libstdc++.so.6.0.28"
58122024-12-13T22:19:46.015Z[ recovery-image] Dec 13 22:19:44.684 INFO O| Dec 13 22:19:44.684 INFO STEP 486 (remove_files) COMPLETE
58132024-12-13T22:19:46.015Z[ recovery-image] Dec 13 22:19:44.684 INFO O| Dec 13 22:19:44.684 INFO STEP 487: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
58142024-12-13T22:19:46.054Z[ recovery-image] Dec 13 22:19:44.725 INFO O| Dec 13 22:19:44.725 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/gcc/10/lib/libatomic.so.1.2.0"
58152024-12-13T22:19:46.054Z[ recovery-image] Dec 13 22:19:44.725 INFO O| Dec 13 22:19:44.725 INFO STEP 487 (remove_files) COMPLETE
58162024-12-13T22:19:46.057Z[ recovery-image] Dec 13 22:19:44.725 INFO O| Dec 13 22:19:44.725 INFO STEP 488: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
58172024-12-13T22:19:46.097Z[ recovery-image] Dec 13 22:19:44.767 INFO O| Dec 13 22:19:44.767 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/gcc/10/lib/libgcc_s.so.1"
58182024-12-13T22:19:46.101Z[ recovery-image] Dec 13 22:19:44.768 INFO O| Dec 13 22:19:44.768 INFO STEP 488 (remove_files) COMPLETE
58192024-12-13T22:19:46.101Z[ recovery-image] Dec 13 22:19:44.768 INFO O| Dec 13 22:19:44.768 INFO STEP 489: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
58202024-12-13T22:19:46.103Z[ host-image] Dec 13 22:19:44.772 INFO O| Dec 13 22:19:44.772 INFO O| Planning: Checking for conflicting actions ... Done
58212024-12-13T22:19:46.103Z[ host-image] Dec 13 22:19:44.773 INFO O| Dec 13 22:19:44.773 INFO O| Planning: Consolidating action changes ... Done
58222024-12-13T22:19:46.144Z[ recovery-image] Dec 13 22:19:44.815 INFO O| Dec 13 22:19:44.815 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/gcc/10/lib/libgomp.so.1.0.0"
58232024-12-13T22:19:46.146Z[ recovery-image] Dec 13 22:19:44.815 INFO O| Dec 13 22:19:44.815 INFO STEP 489 (remove_files) COMPLETE
58242024-12-13T22:19:46.146Z[ recovery-image] Dec 13 22:19:44.815 INFO O| Dec 13 22:19:44.815 INFO STEP 490: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
58252024-12-13T22:19:46.277Z[ recovery-image] Dec 13 22:19:44.948 INFO O| Dec 13 22:19:44.948 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/gcc/10/lib/libssp.so.0.0.0"
58262024-12-13T22:19:46.277Z[ recovery-image] Dec 13 22:19:44.948 INFO O| Dec 13 22:19:44.948 INFO STEP 490 (remove_files) COMPLETE
58272024-12-13T22:19:46.280Z[ recovery-image] Dec 13 22:19:44.948 INFO O| Dec 13 22:19:44.948 INFO STEP 491: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
58282024-12-13T22:19:46.305Z[ recovery-image] Dec 13 22:19:44.975 INFO O| Dec 13 22:19:44.975 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/gcc/10/lib/libstdc++.so.6.0.28"
58292024-12-13T22:19:46.308Z[ recovery-image] Dec 13 22:19:44.975 INFO O| Dec 13 22:19:44.975 INFO STEP 491 (remove_files) COMPLETE
58302024-12-13T22:19:46.308Z[ recovery-image] Dec 13 22:19:44.975 INFO O| Dec 13 22:19:44.975 INFO STEP 492: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
58312024-12-13T22:19:46.327Z[ recovery-image] Dec 13 22:19:44.998 INFO O| Dec 13 22:19:44.997 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/gnu/lib/amd64/libform.so.5.9"
58322024-12-13T22:19:46.327Z[ recovery-image] Dec 13 22:19:44.998 INFO O| Dec 13 22:19:44.998 INFO STEP 492 (remove_files) COMPLETE
58332024-12-13T22:19:46.331Z[ recovery-image] Dec 13 22:19:44.998 INFO O| Dec 13 22:19:44.998 INFO STEP 493: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
58342024-12-13T22:19:46.349Z[ recovery-image] Dec 13 22:19:45.020 INFO O| Dec 13 22:19:45.020 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/gnu/lib/amd64/libmenu.so.5.9"
58352024-12-13T22:19:46.349Z[ recovery-image] Dec 13 22:19:45.020 INFO O| Dec 13 22:19:45.020 INFO STEP 493 (remove_files) COMPLETE
58362024-12-13T22:19:46.352Z[ recovery-image] Dec 13 22:19:45.020 INFO O| Dec 13 22:19:45.020 INFO STEP 494: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
58372024-12-13T22:19:46.371Z[ recovery-image] Dec 13 22:19:45.042 INFO O| Dec 13 22:19:45.041 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/gnu/lib/amd64/libpanel.so.5.9"
58382024-12-13T22:19:46.371Z[ recovery-image] Dec 13 22:19:45.042 INFO O| Dec 13 22:19:45.042 INFO STEP 494 (remove_files) COMPLETE
58392024-12-13T22:19:46.371Z[ recovery-image] Dec 13 22:19:45.042 INFO O| Dec 13 22:19:45.042 INFO STEP 495: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
58402024-12-13T22:19:46.392Z[ recovery-image] Dec 13 22:19:45.063 INFO O| Dec 13 22:19:45.063 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/gnu/lib/libform.so.5.9"
58412024-12-13T22:19:46.393Z[ recovery-image] Dec 13 22:19:45.063 INFO O| Dec 13 22:19:45.063 INFO STEP 495 (remove_files) COMPLETE
58422024-12-13T22:19:46.393Z[ recovery-image] Dec 13 22:19:45.063 INFO O| Dec 13 22:19:45.063 INFO STEP 496: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
58432024-12-13T22:19:46.429Z[ recovery-image] Dec 13 22:19:45.100 INFO O| Dec 13 22:19:45.100 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/gnu/lib/libmenu.so.5.9"
58442024-12-13T22:19:46.434Z[ recovery-image] Dec 13 22:19:45.100 INFO O| Dec 13 22:19:45.100 INFO STEP 496 (remove_files) COMPLETE
58452024-12-13T22:19:46.434Z[ recovery-image] Dec 13 22:19:45.100 INFO O| Dec 13 22:19:45.100 INFO STEP 497: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
58462024-12-13T22:19:46.463Z[ recovery-image] Dec 13 22:19:45.134 INFO O| Dec 13 22:19:45.134 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/gnu/lib/libpanel.so.5.9"
58472024-12-13T22:19:46.467Z[ recovery-image] Dec 13 22:19:45.134 INFO O| Dec 13 22:19:45.134 INFO STEP 497 (remove_files) COMPLETE
58482024-12-13T22:19:46.467Z[ recovery-image] Dec 13 22:19:45.134 INFO O| Dec 13 22:19:45.134 INFO STEP 498: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
58492024-12-13T22:19:46.488Z[ host-image] Dec 13 22:19:45.157 INFO O| Dec 13 22:19:45.157 INFO O| Planning: Evaluating mediators ... Done
58502024-12-13T22:19:46.488Z[ host-image] Dec 13 22:19:45.158 INFO O| Dec 13 22:19:45.158 INFO O| Planning: Planning completed in 5.40 seconds
58512024-12-13T22:19:46.490Z[ host-image] Dec 13 22:19:45.161 INFO O| Dec 13 22:19:45.161 INFO O| Packages to install: 1
58522024-12-13T22:19:46.498Z[ recovery-image] Dec 13 22:19:45.168 INFO O| Dec 13 22:19:45.168 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/has/bin/ctags"
58532024-12-13T22:19:46.500Z[ recovery-image] Dec 13 22:19:45.168 INFO O| Dec 13 22:19:45.168 INFO STEP 498 (remove_files) COMPLETE
58542024-12-13T22:19:46.500Z[ recovery-image] Dec 13 22:19:45.168 INFO O| Dec 13 22:19:45.168 INFO STEP 499: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
58552024-12-13T22:19:46.516Z[ host-image] Dec 13 22:19:45.187 INFO O| Dec 13 22:19:45.187 INFO O| Download: 0/4 items 0.0/10.0MB 0% complete
58562024-12-13T22:19:46.519Z[ recovery-image] Dec 13 22:19:45.188 INFO O| Dec 13 22:19:45.188 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/has/bin/edit"
58572024-12-13T22:19:46.519Z[ recovery-image] Dec 13 22:19:45.188 INFO O| Dec 13 22:19:45.188 INFO STEP 499 (remove_files) COMPLETE
58582024-12-13T22:19:46.519Z[ recovery-image] Dec 13 22:19:45.188 INFO O| Dec 13 22:19:45.188 INFO STEP 500: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
58592024-12-13T22:19:46.561Z[ recovery-image] Dec 13 22:19:45.230 INFO O| Dec 13 22:19:45.230 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/has/bin/ex"
58602024-12-13T22:19:46.563Z[ recovery-image] Dec 13 22:19:45.230 INFO O| Dec 13 22:19:45.230 INFO STEP 500 (remove_files) COMPLETE
58612024-12-13T22:19:46.563Z[ recovery-image] Dec 13 22:19:45.230 INFO O| Dec 13 22:19:45.230 INFO STEP 501: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
58622024-12-13T22:19:46.587Z[ recovery-image] Dec 13 22:19:45.258 INFO O| Dec 13 22:19:45.258 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/has/bin/pfsh"
58632024-12-13T22:19:46.592Z[ recovery-image] Dec 13 22:19:45.258 INFO O| Dec 13 22:19:45.258 INFO STEP 501 (remove_files) COMPLETE
58642024-12-13T22:19:46.592Z[ recovery-image] Dec 13 22:19:45.258 INFO O| Dec 13 22:19:45.258 INFO STEP 502: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
58652024-12-13T22:19:46.615Z[ recovery-image] Dec 13 22:19:45.286 INFO O| Dec 13 22:19:45.286 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/has/bin/sh"
58662024-12-13T22:19:46.618Z[ recovery-image] Dec 13 22:19:45.286 INFO O| Dec 13 22:19:45.286 INFO STEP 502 (remove_files) COMPLETE
58672024-12-13T22:19:46.618Z[ recovery-image] Dec 13 22:19:45.286 INFO O| Dec 13 22:19:45.286 INFO STEP 503: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
58682024-12-13T22:19:46.701Z[ recovery-image] Dec 13 22:19:45.372 INFO O| Dec 13 22:19:45.372 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/has/bin/vedit"
58692024-12-13T22:19:46.702Z[ recovery-image] Dec 13 22:19:45.372 INFO O| Dec 13 22:19:45.372 INFO STEP 503 (remove_files) COMPLETE
58702024-12-13T22:19:46.704Z[ recovery-image] Dec 13 22:19:45.372 INFO O| Dec 13 22:19:45.372 INFO STEP 504: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
58712024-12-13T22:19:46.764Z[ recovery-image] Dec 13 22:19:45.435 INFO O| Dec 13 22:19:45.435 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/has/bin/vi"
58722024-12-13T22:19:46.764Z[ recovery-image] Dec 13 22:19:45.435 INFO O| Dec 13 22:19:45.435 INFO STEP 504 (remove_files) COMPLETE
58732024-12-13T22:19:46.768Z[ recovery-image] Dec 13 22:19:45.435 INFO O| Dec 13 22:19:45.435 INFO STEP 505: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
58742024-12-13T22:19:46.830Z[ recovery-image] Dec 13 22:19:45.500 INFO O| Dec 13 22:19:45.500 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/has/bin/view"
58752024-12-13T22:19:46.830Z[ recovery-image] Dec 13 22:19:45.500 INFO O| Dec 13 22:19:45.500 INFO STEP 505 (remove_files) COMPLETE
58762024-12-13T22:19:46.834Z[ recovery-image] Dec 13 22:19:45.500 INFO O| Dec 13 22:19:45.500 INFO STEP 506: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
58772024-12-13T22:19:46.850Z[ recovery-image] Dec 13 22:19:45.521 INFO O| Dec 13 22:19:45.521 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/kernel/drv/amd64/logindmux"
58782024-12-13T22:19:46.875Z[ recovery-image] Dec 13 22:19:45.546 INFO O| Dec 13 22:19:45.546 INFO STEP 506 (remove_files) COMPLETE
58792024-12-13T22:19:46.875Z[ recovery-image] Dec 13 22:19:45.546 INFO O| Dec 13 22:19:45.546 INFO STEP 507: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
58802024-12-13T22:19:46.897Z[ recovery-image] Dec 13 22:19:45.568 INFO O| Dec 13 22:19:45.568 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/kernel/drv/amd64/pool"
58812024-12-13T22:19:46.898Z[ recovery-image] Dec 13 22:19:45.569 INFO O| Dec 13 22:19:45.569 INFO STEP 507 (remove_files) COMPLETE
58822024-12-13T22:19:46.898Z[ recovery-image] Dec 13 22:19:45.569 INFO O| Dec 13 22:19:45.569 INFO STEP 508: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
58832024-12-13T22:19:46.920Z[ recovery-image] Dec 13 22:19:45.591 INFO O| Dec 13 22:19:45.591 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/kernel/drv/amd64/ppt"
58842024-12-13T22:19:46.920Z[ recovery-image] Dec 13 22:19:45.591 INFO O| Dec 13 22:19:45.591 INFO STEP 508 (remove_files) COMPLETE
58852024-12-13T22:19:46.924Z[ recovery-image] Dec 13 22:19:45.591 INFO O| Dec 13 22:19:45.591 INFO STEP 509: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
58862024-12-13T22:19:46.944Z[ recovery-image] Dec 13 22:19:45.614 INFO O| Dec 13 22:19:45.614 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/kernel/drv/amd64/ptm"
58872024-12-13T22:19:46.947Z[ recovery-image] Dec 13 22:19:45.617 INFO O| Dec 13 22:19:45.617 INFO STEP 509 (remove_files) COMPLETE
58882024-12-13T22:19:46.947Z[ recovery-image] Dec 13 22:19:45.617 INFO O| Dec 13 22:19:45.617 INFO STEP 510: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
58892024-12-13T22:19:46.971Z[ recovery-image] Dec 13 22:19:45.640 INFO O| Dec 13 22:19:45.640 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/kernel/drv/amd64/pts"
58902024-12-13T22:19:46.971Z[ recovery-image] Dec 13 22:19:45.640 INFO O| Dec 13 22:19:45.640 INFO STEP 510 (remove_files) COMPLETE
58912024-12-13T22:19:46.971Z[ recovery-image] Dec 13 22:19:45.640 INFO O| Dec 13 22:19:45.640 INFO STEP 511: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
58922024-12-13T22:19:47.000Z[ recovery-image] Dec 13 22:19:45.671 INFO O| Dec 13 22:19:45.670 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/kernel/drv/amd64/vmm"
58932024-12-13T22:19:47.000Z[ recovery-image] Dec 13 22:19:45.671 INFO O| Dec 13 22:19:45.671 INFO STEP 511 (remove_files) COMPLETE
58942024-12-13T22:19:47.000Z[ recovery-image] Dec 13 22:19:45.671 INFO O| Dec 13 22:19:45.671 INFO STEP 512: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
58952024-12-13T22:19:47.031Z[ recovery-image] Dec 13 22:19:45.702 INFO O| Dec 13 22:19:45.702 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/kernel/drv/amd64/zcons"
58962024-12-13T22:19:47.031Z[ recovery-image] Dec 13 22:19:45.702 INFO O| Dec 13 22:19:45.702 INFO STEP 512 (remove_files) COMPLETE
58972024-12-13T22:19:47.031Z[ recovery-image] Dec 13 22:19:45.702 INFO O| Dec 13 22:19:45.702 INFO STEP 513: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
58982024-12-13T22:19:47.046Z[ host-image] Dec 13 22:19:45.717 INFO O| Dec 13 22:19:45.717 INFO O| Download: Completed 9.99 MB in 0.53 seconds (18.9M/s)
58992024-12-13T22:19:47.069Z[ recovery-image] Dec 13 22:19:45.739 INFO O| Dec 13 22:19:45.739 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/kernel/drv/fssnap.conf"
59002024-12-13T22:19:47.069Z[ recovery-image] Dec 13 22:19:45.739 INFO O| Dec 13 22:19:45.739 INFO STEP 513 (remove_files) COMPLETE
59012024-12-13T22:19:47.069Z[ recovery-image] Dec 13 22:19:45.739 INFO O| Dec 13 22:19:45.739 INFO STEP 514: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
59022024-12-13T22:19:47.174Z[ recovery-image] Dec 13 22:19:45.845 INFO O| Dec 13 22:19:45.845 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/kernel/drv/ksyms.conf"
59032024-12-13T22:19:47.174Z[ recovery-image] Dec 13 22:19:45.845 INFO O| Dec 13 22:19:45.845 INFO STEP 514 (remove_files) COMPLETE
59042024-12-13T22:19:47.177Z[ recovery-image] Dec 13 22:19:45.845 INFO O| Dec 13 22:19:45.845 INFO STEP 515: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
59052024-12-13T22:19:47.233Z[ recovery-image] Dec 13 22:19:45.904 INFO O| Dec 13 22:19:45.904 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/kernel/drv/logindmux.conf"
59062024-12-13T22:19:47.233Z[ recovery-image] Dec 13 22:19:45.904 INFO O| Dec 13 22:19:45.904 INFO STEP 515 (remove_files) COMPLETE
59072024-12-13T22:19:47.234Z[ recovery-image] Dec 13 22:19:45.905 INFO O| Dec 13 22:19:45.904 INFO STEP 516: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
59082024-12-13T22:19:47.255Z[ recovery-image] Dec 13 22:19:45.926 INFO O| Dec 13 22:19:45.926 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/kernel/drv/nsmb.conf"
59092024-12-13T22:19:47.256Z[ recovery-image] Dec 13 22:19:45.927 INFO O| Dec 13 22:19:45.926 INFO STEP 516 (remove_files) COMPLETE
59102024-12-13T22:19:47.259Z[ recovery-image] Dec 13 22:19:45.927 INFO O| Dec 13 22:19:45.926 INFO STEP 517: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
59112024-12-13T22:19:47.278Z[ recovery-image] Dec 13 22:19:45.949 INFO O| Dec 13 22:19:45.949 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/kernel/drv/pool.conf"
59122024-12-13T22:19:47.278Z[ recovery-image] Dec 13 22:19:45.950 INFO O| Dec 13 22:19:45.950 INFO STEP 517 (remove_files) COMPLETE
59132024-12-13T22:19:47.281Z[ recovery-image] Dec 13 22:19:45.950 INFO O| Dec 13 22:19:45.950 INFO STEP 518: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
59142024-12-13T22:19:47.294Z[ host-image] Dec 13 22:19:45.964 INFO O| Dec 13 22:19:45.964 INFO O| Actions: 1/22 actions (Installing new actions)
59152024-12-13T22:19:47.301Z[ recovery-image] Dec 13 22:19:45.972 INFO O| Dec 13 22:19:45.972 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/kernel/drv/ppt.conf"
59162024-12-13T22:19:47.301Z[ recovery-image] Dec 13 22:19:45.972 INFO O| Dec 13 22:19:45.972 INFO STEP 518 (remove_files) COMPLETE
59172024-12-13T22:19:47.301Z[ recovery-image] Dec 13 22:19:45.972 INFO O| Dec 13 22:19:45.972 INFO STEP 519: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
59182024-12-13T22:19:47.324Z[ recovery-image] Dec 13 22:19:45.995 INFO O| Dec 13 22:19:45.995 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/kernel/drv/ptm.conf"
59192024-12-13T22:19:47.324Z[ recovery-image] Dec 13 22:19:45.995 INFO O| Dec 13 22:19:45.995 INFO STEP 519 (remove_files) COMPLETE
59202024-12-13T22:19:47.324Z[ recovery-image] Dec 13 22:19:45.995 INFO O| Dec 13 22:19:45.995 INFO STEP 520: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
59212024-12-13T22:19:47.349Z[ recovery-image] Dec 13 22:19:46.020 INFO O| Dec 13 22:19:46.020 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/kernel/drv/pts.conf"
59222024-12-13T22:19:47.351Z[ recovery-image] Dec 13 22:19:46.020 INFO O| Dec 13 22:19:46.020 INFO STEP 520 (remove_files) COMPLETE
59232024-12-13T22:19:47.351Z[ recovery-image] Dec 13 22:19:46.020 INFO O| Dec 13 22:19:46.020 INFO STEP 521: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
59242024-12-13T22:19:47.371Z[ recovery-image] Dec 13 22:19:46.040 INFO O| Dec 13 22:19:46.040 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/kernel/drv/signalfd.conf"
59252024-12-13T22:19:47.393Z[ recovery-image] Dec 13 22:19:46.064 INFO O| Dec 13 22:19:46.064 INFO STEP 521 (remove_files) COMPLETE
59262024-12-13T22:19:47.393Z[ recovery-image] Dec 13 22:19:46.064 INFO O| Dec 13 22:19:46.064 INFO STEP 522: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
59272024-12-13T22:19:47.436Z[ recovery-image] Dec 13 22:19:46.106 INFO O| Dec 13 22:19:46.106 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/kernel/drv/smbsrv.conf"
59282024-12-13T22:19:47.436Z[ recovery-image] Dec 13 22:19:46.106 INFO O| Dec 13 22:19:46.106 INFO STEP 522 (remove_files) COMPLETE
59292024-12-13T22:19:47.436Z[ recovery-image] Dec 13 22:19:46.106 INFO O| Dec 13 22:19:46.106 INFO STEP 523: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
59302024-12-13T22:19:47.492Z[ recovery-image] Dec 13 22:19:46.163 INFO O| Dec 13 22:19:46.163 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/kernel/drv/timerfd.conf"
59312024-12-13T22:19:47.492Z[ recovery-image] Dec 13 22:19:46.163 INFO O| Dec 13 22:19:46.163 INFO STEP 523 (remove_files) COMPLETE
59322024-12-13T22:19:47.492Z[ recovery-image] Dec 13 22:19:46.163 INFO O| Dec 13 22:19:46.163 INFO STEP 524: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
59332024-12-13T22:19:47.515Z[ recovery-image] Dec 13 22:19:46.186 INFO O| Dec 13 22:19:46.186 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/kernel/drv/viona.conf"
59342024-12-13T22:19:47.515Z[ recovery-image] Dec 13 22:19:46.186 INFO O| Dec 13 22:19:46.186 INFO STEP 524 (remove_files) COMPLETE
59352024-12-13T22:19:47.515Z[ recovery-image] Dec 13 22:19:46.186 INFO O| Dec 13 22:19:46.186 INFO STEP 525: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
59362024-12-13T22:19:47.548Z[ recovery-image] Dec 13 22:19:46.219 INFO O| Dec 13 22:19:46.219 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/kernel/drv/vmm.conf"
59372024-12-13T22:19:47.548Z[ recovery-image] Dec 13 22:19:46.219 INFO O| Dec 13 22:19:46.219 INFO STEP 525 (remove_files) COMPLETE
59382024-12-13T22:19:47.548Z[ recovery-image] Dec 13 22:19:46.219 INFO O| Dec 13 22:19:46.219 INFO STEP 526: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
59392024-12-13T22:19:47.572Z[ recovery-image] Dec 13 22:19:46.242 INFO O| Dec 13 22:19:46.242 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/kernel/exec/amd64/javaexec"
59402024-12-13T22:19:47.572Z[ recovery-image] Dec 13 22:19:46.242 INFO O| Dec 13 22:19:46.242 INFO STEP 526 (remove_files) COMPLETE
59412024-12-13T22:19:47.572Z[ recovery-image] Dec 13 22:19:46.243 INFO O| Dec 13 22:19:46.242 INFO STEP 527: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
59422024-12-13T22:19:47.594Z[ recovery-image] Dec 13 22:19:46.264 INFO O| Dec 13 22:19:46.264 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/kernel/exec/amd64/shbinexec"
59432024-12-13T22:19:47.594Z[ recovery-image] Dec 13 22:19:46.265 INFO O| Dec 13 22:19:46.265 INFO STEP 527 (remove_files) COMPLETE
59442024-12-13T22:19:47.597Z[ recovery-image] Dec 13 22:19:46.265 INFO O| Dec 13 22:19:46.265 INFO STEP 528: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
59452024-12-13T22:19:47.617Z[ recovery-image] Dec 13 22:19:46.287 INFO O| Dec 13 22:19:46.287 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/kernel/fs/amd64/pcfs"
59462024-12-13T22:19:47.617Z[ recovery-image] Dec 13 22:19:46.287 INFO O| Dec 13 22:19:46.287 INFO STEP 528 (remove_files) COMPLETE
59472024-12-13T22:19:47.617Z[ recovery-image] Dec 13 22:19:46.287 INFO O| Dec 13 22:19:46.287 INFO STEP 529: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
59482024-12-13T22:19:47.661Z[ host-image] Dec 13 22:19:46.332 INFO O| Dec 13 22:19:46.331 INFO O| Actions: Completed 22 actions in 0.37 seconds.
59492024-12-13T22:19:47.670Z[ recovery-image] Dec 13 22:19:46.341 INFO O| Dec 13 22:19:46.341 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/kernel/fs/amd64/smbfs"
59502024-12-13T22:19:47.670Z[ recovery-image] Dec 13 22:19:46.341 INFO O| Dec 13 22:19:46.341 INFO STEP 529 (remove_files) COMPLETE
59512024-12-13T22:19:47.673Z[ recovery-image] Dec 13 22:19:46.341 INFO O| Dec 13 22:19:46.341 INFO STEP 530: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
59522024-12-13T22:19:47.694Z[ recovery-image] Dec 13 22:19:46.364 INFO O| Dec 13 22:19:46.364 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/kernel/kmdb/amd64/nsmb"
59532024-12-13T22:19:47.694Z[ recovery-image] Dec 13 22:19:46.364 INFO O| Dec 13 22:19:46.364 INFO STEP 530 (remove_files) COMPLETE
59542024-12-13T22:19:47.694Z[ recovery-image] Dec 13 22:19:46.364 INFO O| Dec 13 22:19:46.364 INFO STEP 531: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
59552024-12-13T22:19:47.715Z[ recovery-image] Dec 13 22:19:46.386 INFO O| Dec 13 22:19:46.386 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/kernel/kmdb/amd64/smbfs"
59562024-12-13T22:19:47.715Z[ recovery-image] Dec 13 22:19:46.386 INFO O| Dec 13 22:19:46.386 INFO STEP 531 (remove_files) COMPLETE
59572024-12-13T22:19:47.715Z[ recovery-image] Dec 13 22:19:46.386 INFO O| Dec 13 22:19:46.386 INFO STEP 532: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
59582024-12-13T22:19:47.737Z[ recovery-image] Dec 13 22:19:46.407 INFO O| Dec 13 22:19:46.407 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/kernel/kmdb/amd64/smbsrv"
59592024-12-13T22:19:47.737Z[ recovery-image] Dec 13 22:19:46.407 INFO O| Dec 13 22:19:46.407 INFO STEP 532 (remove_files) COMPLETE
59602024-12-13T22:19:47.737Z[ recovery-image] Dec 13 22:19:46.407 INFO O| Dec 13 22:19:46.407 INFO STEP 533: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
59612024-12-13T22:19:47.759Z[ recovery-image] Dec 13 22:19:46.430 INFO O| Dec 13 22:19:46.430 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/kernel/misc/amd64/vmm_vtd"
59622024-12-13T22:19:47.759Z[ recovery-image] Dec 13 22:19:46.430 INFO O| Dec 13 22:19:46.430 INFO STEP 533 (remove_files) COMPLETE
59632024-12-13T22:19:47.760Z[ recovery-image] Dec 13 22:19:46.430 INFO O| Dec 13 22:19:46.430 INFO STEP 534: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
59642024-12-13T22:19:47.782Z[ recovery-image] Dec 13 22:19:46.453 INFO O| Dec 13 22:19:46.453 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/kernel/pcbe/amd64/pcbe.GenuineIntel.15"
59652024-12-13T22:19:47.803Z[ recovery-image] Dec 13 22:19:46.474 INFO O| Dec 13 22:19:46.474 INFO STEP 534 (remove_files) COMPLETE
59662024-12-13T22:19:47.803Z[ recovery-image] Dec 13 22:19:46.474 INFO O| Dec 13 22:19:46.474 INFO STEP 535: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
59672024-12-13T22:19:47.825Z[ recovery-image] Dec 13 22:19:46.496 INFO O| Dec 13 22:19:46.496 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/kernel/pcbe/amd64/pcbe.GenuineIntel.6.15"
59682024-12-13T22:19:47.832Z[ recovery-image] Dec 13 22:19:46.496 INFO O| Dec 13 22:19:46.496 INFO STEP 535 (remove_files) COMPLETE
59692024-12-13T22:19:47.832Z[ recovery-image] Dec 13 22:19:46.496 INFO O| Dec 13 22:19:46.496 INFO STEP 536: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
59702024-12-13T22:19:47.847Z[ recovery-image] Dec 13 22:19:46.518 INFO O| Dec 13 22:19:46.517 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/kernel/sched/amd64/IA"
59712024-12-13T22:19:47.847Z[ recovery-image] Dec 13 22:19:46.518 INFO O| Dec 13 22:19:46.518 INFO STEP 536 (remove_files) COMPLETE
59722024-12-13T22:19:47.847Z[ recovery-image] Dec 13 22:19:46.518 INFO O| Dec 13 22:19:46.518 INFO STEP 537: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
59732024-12-13T22:19:47.971Z[ recovery-image] Dec 13 22:19:46.642 INFO O| Dec 13 22:19:46.642 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/kernel/sched/amd64/RT"
59742024-12-13T22:19:47.971Z[ recovery-image] Dec 13 22:19:46.642 INFO O| Dec 13 22:19:46.642 INFO STEP 537 (remove_files) COMPLETE
59752024-12-13T22:19:47.971Z[ recovery-image] Dec 13 22:19:46.642 INFO O| Dec 13 22:19:46.642 INFO STEP 538: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
59762024-12-13T22:19:47.997Z[ recovery-image] Dec 13 22:19:46.668 INFO O| Dec 13 22:19:46.668 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/kernel/sched/amd64/RT_DPTBL"
59772024-12-13T22:19:47.997Z[ recovery-image] Dec 13 22:19:46.668 INFO O| Dec 13 22:19:46.668 INFO STEP 538 (remove_files) COMPLETE
59782024-12-13T22:19:47.997Z[ recovery-image] Dec 13 22:19:46.668 INFO O| Dec 13 22:19:46.668 INFO STEP 539: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
59792024-12-13T22:19:48.028Z[ recovery-image] Dec 13 22:19:46.698 INFO O| Dec 13 22:19:46.698 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/kernel/strmod/amd64/cryptmod"
59802024-12-13T22:19:48.028Z[ recovery-image] Dec 13 22:19:46.698 INFO O| Dec 13 22:19:46.698 INFO STEP 539 (remove_files) COMPLETE
59812024-12-13T22:19:48.031Z[ recovery-image] Dec 13 22:19:46.698 INFO O| Dec 13 22:19:46.698 INFO STEP 540: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
59822024-12-13T22:19:48.101Z[ recovery-image] Dec 13 22:19:46.772 INFO O| Dec 13 22:19:46.772 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/kernel/strmod/amd64/rlmod"
59832024-12-13T22:19:48.112Z[ recovery-image] Dec 13 22:19:46.782 INFO O| Dec 13 22:19:46.781 INFO STEP 540 (remove_files) COMPLETE
59842024-12-13T22:19:48.112Z[ recovery-image] Dec 13 22:19:46.782 INFO O| Dec 13 22:19:46.782 INFO STEP 541: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
59852024-12-13T22:19:48.121Z[ host-image] Dec 13 22:19:46.792 INFO O| Dec 13 22:19:46.792 INFO O| Done
59862024-12-13T22:19:48.121Z[ host-image] Dec 13 22:19:46.792 INFO O| Dec 13 22:19:46.792 INFO O| Done
59872024-12-13T22:19:48.145Z[ recovery-image] Dec 13 22:19:46.806 INFO O| Dec 13 22:19:46.806 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/kernel/strmod/amd64/telmod"
59882024-12-13T22:19:48.145Z[ recovery-image] Dec 13 22:19:46.806 INFO O| Dec 13 22:19:46.806 INFO STEP 541 (remove_files) COMPLETE
59892024-12-13T22:19:48.145Z[ recovery-image] Dec 13 22:19:46.806 INFO O| Dec 13 22:19:46.806 INFO STEP 542: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
59902024-12-13T22:19:48.160Z[ recovery-image] Dec 13 22:19:46.830 INFO O| Dec 13 22:19:46.830 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/kernel/sys/amd64/acctctl"
59912024-12-13T22:19:48.160Z[ recovery-image] Dec 13 22:19:46.831 INFO O| Dec 13 22:19:46.830 INFO STEP 542 (remove_files) COMPLETE
59922024-12-13T22:19:48.160Z[ recovery-image] Dec 13 22:19:46.831 INFO O| Dec 13 22:19:46.831 INFO STEP 543: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
59932024-12-13T22:19:48.182Z[ recovery-image] Dec 13 22:19:46.853 INFO O| Dec 13 22:19:46.852 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/kernel/sys/amd64/exacctsys"
59942024-12-13T22:19:48.182Z[ recovery-image] Dec 13 22:19:46.853 INFO O| Dec 13 22:19:46.853 INFO STEP 543 (remove_files) COMPLETE
59952024-12-13T22:19:48.182Z[ recovery-image] Dec 13 22:19:46.853 INFO O| Dec 13 22:19:46.853 INFO STEP 544: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
59962024-12-13T22:19:48.209Z[ recovery-image] Dec 13 22:19:46.880 INFO O| Dec 13 22:19:46.880 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/kernel/sys/amd64/sysacct"
59972024-12-13T22:19:48.212Z[ recovery-image] Dec 13 22:19:46.880 INFO O| Dec 13 22:19:46.880 INFO STEP 544 (remove_files) COMPLETE
59982024-12-13T22:19:48.212Z[ recovery-image] Dec 13 22:19:46.880 INFO O| Dec 13 22:19:46.880 INFO STEP 545: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
59992024-12-13T22:19:48.248Z[ recovery-image] Dec 13 22:19:46.919 INFO O| Dec 13 22:19:46.919 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/kvm/README"
60002024-12-13T22:19:48.248Z[ recovery-image] Dec 13 22:19:46.919 INFO O| Dec 13 22:19:46.919 INFO STEP 545 (remove_files) COMPLETE
60012024-12-13T22:19:48.248Z[ recovery-image] Dec 13 22:19:46.919 INFO O| Dec 13 22:19:46.919 INFO STEP 546: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
60022024-12-13T22:19:48.308Z[ recovery-image] Dec 13 22:19:46.979 INFO O| Dec 13 22:19:46.979 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/abi/spec2map"
60032024-12-13T22:19:48.308Z[ recovery-image] Dec 13 22:19:46.979 INFO O| Dec 13 22:19:46.979 INFO STEP 546 (remove_files) COMPLETE
60042024-12-13T22:19:48.308Z[ recovery-image] Dec 13 22:19:46.979 INFO O| Dec 13 22:19:46.979 INFO STEP 547: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
60052024-12-13T22:19:48.332Z[ recovery-image] Dec 13 22:19:47.003 INFO O| Dec 13 22:19:47.002 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/abi/spec2trace"
60062024-12-13T22:19:48.332Z[ recovery-image] Dec 13 22:19:47.003 INFO O| Dec 13 22:19:47.003 INFO STEP 547 (remove_files) COMPLETE
60072024-12-13T22:19:48.334Z[ recovery-image] Dec 13 22:19:47.003 INFO O| Dec 13 22:19:47.003 INFO STEP 548: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
60082024-12-13T22:19:48.368Z[ recovery-image] Dec 13 22:19:47.039 INFO O| Dec 13 22:19:47.039 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/adb/adbgen"
60092024-12-13T22:19:48.368Z[ recovery-image] Dec 13 22:19:47.039 INFO O| Dec 13 22:19:47.039 INFO STEP 548 (remove_files) COMPLETE
60102024-12-13T22:19:48.368Z[ recovery-image] Dec 13 22:19:47.039 INFO O| Dec 13 22:19:47.039 INFO STEP 549: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
60112024-12-13T22:19:48.392Z[ recovery-image] Dec 13 22:19:47.062 INFO O| Dec 13 22:19:47.062 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/adb/adbgen1"
60122024-12-13T22:19:48.392Z[ recovery-image] Dec 13 22:19:47.063 INFO O| Dec 13 22:19:47.062 INFO STEP 549 (remove_files) COMPLETE
60132024-12-13T22:19:48.395Z[ recovery-image] Dec 13 22:19:47.063 INFO O| Dec 13 22:19:47.062 INFO STEP 550: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
60142024-12-13T22:19:48.428Z[ recovery-image] Dec 13 22:19:47.099 INFO O| Dec 13 22:19:47.099 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/adb/adbgen3"
60152024-12-13T22:19:48.428Z[ recovery-image] Dec 13 22:19:47.099 INFO O| Dec 13 22:19:47.099 INFO STEP 550 (remove_files) COMPLETE
60162024-12-13T22:19:48.428Z[ recovery-image] Dec 13 22:19:47.099 INFO O| Dec 13 22:19:47.099 INFO STEP 551: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
60172024-12-13T22:19:48.451Z[ recovery-image] Dec 13 22:19:47.122 INFO O| Dec 13 22:19:47.122 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/adb/adbgen4"
60182024-12-13T22:19:48.451Z[ recovery-image] Dec 13 22:19:47.122 INFO O| Dec 13 22:19:47.122 INFO STEP 551 (remove_files) COMPLETE
60192024-12-13T22:19:48.454Z[ recovery-image] Dec 13 22:19:47.122 INFO O| Dec 13 22:19:47.122 INFO STEP 552: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
60202024-12-13T22:19:48.491Z[ recovery-image] Dec 13 22:19:47.161 INFO O| Dec 13 22:19:47.161 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/adb/adbsub.o"
60212024-12-13T22:19:48.491Z[ recovery-image] Dec 13 22:19:47.161 INFO O| Dec 13 22:19:47.161 INFO STEP 552 (remove_files) COMPLETE
60222024-12-13T22:19:48.494Z[ recovery-image] Dec 13 22:19:47.161 INFO O| Dec 13 22:19:47.161 INFO STEP 553: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
60232024-12-13T22:19:48.512Z[ recovery-image] Dec 13 22:19:47.182 INFO O| Dec 13 22:19:47.182 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/adb/amd64/adbsub.o"
60242024-12-13T22:19:48.512Z[ recovery-image] Dec 13 22:19:47.183 INFO O| Dec 13 22:19:47.183 INFO STEP 553 (remove_files) COMPLETE
60252024-12-13T22:19:48.512Z[ recovery-image] Dec 13 22:19:47.183 INFO O| Dec 13 22:19:47.183 INFO STEP 554: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
60262024-12-13T22:19:48.542Z[ recovery-image] Dec 13 22:19:47.212 INFO O| Dec 13 22:19:47.212 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/0@0.so.1"
60272024-12-13T22:19:48.545Z[ recovery-image] Dec 13 22:19:47.214 INFO O| Dec 13 22:19:47.214 INFO STEP 554 (remove_files) COMPLETE
60282024-12-13T22:19:48.545Z[ recovery-image] Dec 13 22:19:47.214 INFO O| Dec 13 22:19:47.214 INFO STEP 555: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
60292024-12-13T22:19:48.576Z[ recovery-image] Dec 13 22:19:47.247 INFO O| Dec 13 22:19:47.247 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/bash/Makefile.inc"
60302024-12-13T22:19:48.599Z[ recovery-image] Dec 13 22:19:47.268 INFO O| Dec 13 22:19:47.268 INFO STEP 555 (remove_files) COMPLETE
60312024-12-13T22:19:48.599Z[ recovery-image] Dec 13 22:19:47.268 INFO O| Dec 13 22:19:47.268 INFO STEP 556: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
60322024-12-13T22:19:48.781Z[ recovery-image] Dec 13 22:19:47.452 INFO O| Dec 13 22:19:47.452 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/bash/accept"
60332024-12-13T22:19:48.781Z[ recovery-image] Dec 13 22:19:47.452 INFO O| Dec 13 22:19:47.452 INFO STEP 556 (remove_files) COMPLETE
60342024-12-13T22:19:48.781Z[ recovery-image] Dec 13 22:19:47.452 INFO O| Dec 13 22:19:47.452 INFO STEP 557: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
60352024-12-13T22:19:48.807Z[ recovery-image] Dec 13 22:19:47.477 INFO O| Dec 13 22:19:47.477 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/bash/basename"
60362024-12-13T22:19:48.807Z[ recovery-image] Dec 13 22:19:47.477 INFO O| Dec 13 22:19:47.477 INFO STEP 557 (remove_files) COMPLETE
60372024-12-13T22:19:48.807Z[ recovery-image] Dec 13 22:19:47.477 INFO O| Dec 13 22:19:47.477 INFO STEP 558: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
60382024-12-13T22:19:48.845Z[ recovery-image] Dec 13 22:19:47.512 INFO O| Dec 13 22:19:47.512 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/bash/csv"
60392024-12-13T22:19:48.845Z[ recovery-image] Dec 13 22:19:47.512 INFO O| Dec 13 22:19:47.512 INFO STEP 558 (remove_files) COMPLETE
60402024-12-13T22:19:48.845Z[ recovery-image] Dec 13 22:19:47.512 INFO O| Dec 13 22:19:47.512 INFO STEP 559: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
60412024-12-13T22:19:48.930Z[ recovery-image] Dec 13 22:19:47.600 INFO O| Dec 13 22:19:47.600 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/bash/cut"
60422024-12-13T22:19:48.930Z[ recovery-image] Dec 13 22:19:47.600 INFO O| Dec 13 22:19:47.600 INFO STEP 559 (remove_files) COMPLETE
60432024-12-13T22:19:48.930Z[ recovery-image] Dec 13 22:19:47.600 INFO O| Dec 13 22:19:47.600 INFO STEP 560: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
60442024-12-13T22:19:48.979Z[ recovery-image] Dec 13 22:19:47.649 INFO O| Dec 13 22:19:47.649 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/bash/dirname"
60452024-12-13T22:19:48.979Z[ recovery-image] Dec 13 22:19:47.650 INFO O| Dec 13 22:19:47.649 INFO STEP 560 (remove_files) COMPLETE
60462024-12-13T22:19:48.979Z[ recovery-image] Dec 13 22:19:47.650 INFO O| Dec 13 22:19:47.649 INFO STEP 561: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
60472024-12-13T22:19:49.001Z[ recovery-image] Dec 13 22:19:47.671 INFO O| Dec 13 22:19:47.671 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/bash/fdflags"
60482024-12-13T22:19:49.001Z[ recovery-image] Dec 13 22:19:47.671 INFO O| Dec 13 22:19:47.671 INFO STEP 561 (remove_files) COMPLETE
60492024-12-13T22:19:49.004Z[ recovery-image] Dec 13 22:19:47.671 INFO O| Dec 13 22:19:47.671 INFO STEP 562: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
60502024-12-13T22:19:49.022Z[ recovery-image] Dec 13 22:19:47.692 INFO O| Dec 13 22:19:47.692 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/bash/finfo"
60512024-12-13T22:19:49.022Z[ recovery-image] Dec 13 22:19:47.692 INFO O| Dec 13 22:19:47.692 INFO STEP 562 (remove_files) COMPLETE
60522024-12-13T22:19:49.022Z[ recovery-image] Dec 13 22:19:47.692 INFO O| Dec 13 22:19:47.692 INFO STEP 563: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
60532024-12-13T22:19:49.062Z[ recovery-image] Dec 13 22:19:47.733 INFO O| Dec 13 22:19:47.733 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/bash/head"
60542024-12-13T22:19:49.062Z[ recovery-image] Dec 13 22:19:47.733 INFO O| Dec 13 22:19:47.733 INFO STEP 563 (remove_files) COMPLETE
60552024-12-13T22:19:49.062Z[ recovery-image] Dec 13 22:19:47.733 INFO O| Dec 13 22:19:47.733 INFO STEP 564: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
60562024-12-13T22:19:49.085Z[ recovery-image] Dec 13 22:19:47.755 INFO O| Dec 13 22:19:47.754 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/bash/id"
60572024-12-13T22:19:49.085Z[ recovery-image] Dec 13 22:19:47.755 INFO O| Dec 13 22:19:47.755 INFO STEP 564 (remove_files) COMPLETE
60582024-12-13T22:19:49.085Z[ recovery-image] Dec 13 22:19:47.755 INFO O| Dec 13 22:19:47.755 INFO STEP 565: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
60592024-12-13T22:19:49.107Z[ recovery-image] Dec 13 22:19:47.778 INFO O| Dec 13 22:19:47.778 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/bash/ln"
60602024-12-13T22:19:49.107Z[ recovery-image] Dec 13 22:19:47.778 INFO O| Dec 13 22:19:47.778 INFO STEP 565 (remove_files) COMPLETE
60612024-12-13T22:19:49.107Z[ recovery-image] Dec 13 22:19:47.778 INFO O| Dec 13 22:19:47.778 INFO STEP 566: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
60622024-12-13T22:19:49.130Z[ recovery-image] Dec 13 22:19:47.800 INFO O| Dec 13 22:19:47.800 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/bash/loadables.h"
60632024-12-13T22:19:49.130Z[ recovery-image] Dec 13 22:19:47.801 INFO O| Dec 13 22:19:47.801 INFO STEP 566 (remove_files) COMPLETE
60642024-12-13T22:19:49.130Z[ recovery-image] Dec 13 22:19:47.801 INFO O| Dec 13 22:19:47.801 INFO STEP 567: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
60652024-12-13T22:19:49.154Z[ recovery-image] Dec 13 22:19:47.823 INFO O| Dec 13 22:19:47.823 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/bash/logname"
60662024-12-13T22:19:49.154Z[ recovery-image] Dec 13 22:19:47.824 INFO O| Dec 13 22:19:47.823 INFO STEP 567 (remove_files) COMPLETE
60672024-12-13T22:19:49.155Z[ recovery-image] Dec 13 22:19:47.824 INFO O| Dec 13 22:19:47.824 INFO STEP 568: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
60682024-12-13T22:19:49.175Z[ recovery-image] Dec 13 22:19:47.846 INFO O| Dec 13 22:19:47.845 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/bash/mkdir"
60692024-12-13T22:19:49.175Z[ recovery-image] Dec 13 22:19:47.846 INFO O| Dec 13 22:19:47.846 INFO STEP 568 (remove_files) COMPLETE
60702024-12-13T22:19:49.175Z[ recovery-image] Dec 13 22:19:47.846 INFO O| Dec 13 22:19:47.846 INFO STEP 569: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
60712024-12-13T22:19:49.198Z[ recovery-image] Dec 13 22:19:47.869 INFO O| Dec 13 22:19:47.868 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/bash/mkfifo"
60722024-12-13T22:19:49.198Z[ recovery-image] Dec 13 22:19:47.869 INFO O| Dec 13 22:19:47.869 INFO STEP 569 (remove_files) COMPLETE
60732024-12-13T22:19:49.200Z[ recovery-image] Dec 13 22:19:47.869 INFO O| Dec 13 22:19:47.869 INFO STEP 570: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
60742024-12-13T22:19:49.220Z[ recovery-image] Dec 13 22:19:47.891 INFO O| Dec 13 22:19:47.891 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/bash/mktemp"
60752024-12-13T22:19:49.220Z[ recovery-image] Dec 13 22:19:47.891 INFO O| Dec 13 22:19:47.891 INFO STEP 570 (remove_files) COMPLETE
60762024-12-13T22:19:49.220Z[ recovery-image] Dec 13 22:19:47.891 INFO O| Dec 13 22:19:47.891 INFO STEP 571: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
60772024-12-13T22:19:49.243Z[ recovery-image] Dec 13 22:19:47.913 INFO O| Dec 13 22:19:47.913 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/bash/mypid"
60782024-12-13T22:19:49.243Z[ recovery-image] Dec 13 22:19:47.914 INFO O| Dec 13 22:19:47.914 INFO STEP 571 (remove_files) COMPLETE
60792024-12-13T22:19:49.246Z[ recovery-image] Dec 13 22:19:47.914 INFO O| Dec 13 22:19:47.914 INFO STEP 572: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
60802024-12-13T22:19:49.266Z[ recovery-image] Dec 13 22:19:47.936 INFO O| Dec 13 22:19:47.936 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/bash/pathchk"
60812024-12-13T22:19:49.266Z[ recovery-image] Dec 13 22:19:47.936 INFO O| Dec 13 22:19:47.936 INFO STEP 572 (remove_files) COMPLETE
60822024-12-13T22:19:49.266Z[ recovery-image] Dec 13 22:19:47.936 INFO O| Dec 13 22:19:47.936 INFO STEP 573: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
60832024-12-13T22:19:49.299Z[ recovery-image] Dec 13 22:19:47.969 INFO O| Dec 13 22:19:47.969 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/bash/print"
60842024-12-13T22:19:49.301Z[ recovery-image] Dec 13 22:19:47.970 INFO O| Dec 13 22:19:47.969 INFO STEP 573 (remove_files) COMPLETE
60852024-12-13T22:19:49.301Z[ recovery-image] Dec 13 22:19:47.970 INFO O| Dec 13 22:19:47.969 INFO STEP 574: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
60862024-12-13T22:19:49.313Z[ host-image] Dec 13 22:19:47.983 INFO O| Dec 13 22:19:47.983 INFO O| Done
60872024-12-13T22:19:49.323Z[ recovery-image] Dec 13 22:19:47.993 INFO O| Dec 13 22:19:47.993 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/bash/printenv"
60882024-12-13T22:19:49.326Z[ recovery-image] Dec 13 22:19:47.994 INFO O| Dec 13 22:19:47.993 INFO STEP 574 (remove_files) COMPLETE
60892024-12-13T22:19:49.326Z[ recovery-image] Dec 13 22:19:47.994 INFO O| Dec 13 22:19:47.994 INFO STEP 575: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
60902024-12-13T22:19:49.355Z[ recovery-image] Dec 13 22:19:48.026 INFO O| Dec 13 22:19:48.026 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/bash/push"
60912024-12-13T22:19:49.359Z[ recovery-image] Dec 13 22:19:48.026 INFO O| Dec 13 22:19:48.026 INFO STEP 575 (remove_files) COMPLETE
60922024-12-13T22:19:49.359Z[ recovery-image] Dec 13 22:19:48.026 INFO O| Dec 13 22:19:48.026 INFO STEP 576: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
60932024-12-13T22:19:49.378Z[ recovery-image] Dec 13 22:19:48.048 INFO O| Dec 13 22:19:48.048 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/bash/realpath"
60942024-12-13T22:19:49.378Z[ recovery-image] Dec 13 22:19:48.048 INFO O| Dec 13 22:19:48.048 INFO STEP 576 (remove_files) COMPLETE
60952024-12-13T22:19:49.381Z[ recovery-image] Dec 13 22:19:48.049 INFO O| Dec 13 22:19:48.048 INFO STEP 577: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
60962024-12-13T22:19:49.400Z[ recovery-image] Dec 13 22:19:48.070 INFO O| Dec 13 22:19:48.070 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/bash/rm"
60972024-12-13T22:19:49.403Z[ recovery-image] Dec 13 22:19:48.071 INFO O| Dec 13 22:19:48.071 INFO STEP 577 (remove_files) COMPLETE
60982024-12-13T22:19:49.403Z[ recovery-image] Dec 13 22:19:48.071 INFO O| Dec 13 22:19:48.071 INFO STEP 578: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
60992024-12-13T22:19:49.422Z[ recovery-image] Dec 13 22:19:48.092 INFO O| Dec 13 22:19:48.092 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/bash/rmdir"
61002024-12-13T22:19:49.426Z[ recovery-image] Dec 13 22:19:48.092 INFO O| Dec 13 22:19:48.092 INFO STEP 578 (remove_files) COMPLETE
61012024-12-13T22:19:49.426Z[ recovery-image] Dec 13 22:19:48.093 INFO O| Dec 13 22:19:48.092 INFO STEP 579: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
61022024-12-13T22:19:49.445Z[ recovery-image] Dec 13 22:19:48.115 INFO O| Dec 13 22:19:48.115 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/bash/seq"
61032024-12-13T22:19:49.445Z[ recovery-image] Dec 13 22:19:48.116 INFO O| Dec 13 22:19:48.115 INFO STEP 579 (remove_files) COMPLETE
61042024-12-13T22:19:49.445Z[ recovery-image] Dec 13 22:19:48.116 INFO O| Dec 13 22:19:48.116 INFO STEP 580: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
61052024-12-13T22:19:49.486Z[ recovery-image] Dec 13 22:19:48.157 INFO O| Dec 13 22:19:48.157 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/bash/setpgid"
61062024-12-13T22:19:49.486Z[ recovery-image] Dec 13 22:19:48.157 INFO O| Dec 13 22:19:48.157 INFO STEP 580 (remove_files) COMPLETE
61072024-12-13T22:19:49.486Z[ recovery-image] Dec 13 22:19:48.157 INFO O| Dec 13 22:19:48.157 INFO STEP 581: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
61082024-12-13T22:19:49.583Z[ recovery-image] Dec 13 22:19:48.253 INFO O| Dec 13 22:19:48.253 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/bash/sleep"
61092024-12-13T22:19:49.583Z[ recovery-image] Dec 13 22:19:48.253 INFO O| Dec 13 22:19:48.253 INFO STEP 581 (remove_files) COMPLETE
61102024-12-13T22:19:49.583Z[ recovery-image] Dec 13 22:19:48.253 INFO O| Dec 13 22:19:48.253 INFO STEP 582: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
61112024-12-13T22:19:49.636Z[ recovery-image] Dec 13 22:19:48.306 INFO O| Dec 13 22:19:48.306 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/bash/strftime"
61122024-12-13T22:19:49.636Z[ recovery-image] Dec 13 22:19:48.306 INFO O| Dec 13 22:19:48.306 INFO STEP 582 (remove_files) COMPLETE
61132024-12-13T22:19:49.638Z[ recovery-image] Dec 13 22:19:48.306 INFO O| Dec 13 22:19:48.306 INFO STEP 583: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
61142024-12-13T22:19:49.657Z[ recovery-image] Dec 13 22:19:48.327 INFO O| Dec 13 22:19:48.327 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/bash/sync"
61152024-12-13T22:19:49.657Z[ recovery-image] Dec 13 22:19:48.328 INFO O| Dec 13 22:19:48.327 INFO STEP 583 (remove_files) COMPLETE
61162024-12-13T22:19:49.657Z[ recovery-image] Dec 13 22:19:48.328 INFO O| Dec 13 22:19:48.328 INFO STEP 584: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
61172024-12-13T22:19:49.679Z[ recovery-image] Dec 13 22:19:48.349 INFO O| Dec 13 22:19:48.349 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/bash/tee"
61182024-12-13T22:19:49.679Z[ recovery-image] Dec 13 22:19:48.349 INFO O| Dec 13 22:19:48.349 INFO STEP 584 (remove_files) COMPLETE
61192024-12-13T22:19:49.679Z[ recovery-image] Dec 13 22:19:48.349 INFO O| Dec 13 22:19:48.349 INFO STEP 585: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
61202024-12-13T22:19:49.700Z[ recovery-image] Dec 13 22:19:48.371 INFO O| Dec 13 22:19:48.371 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/bash/truefalse"
61212024-12-13T22:19:49.701Z[ recovery-image] Dec 13 22:19:48.371 INFO O| Dec 13 22:19:48.371 INFO STEP 585 (remove_files) COMPLETE
61222024-12-13T22:19:49.701Z[ recovery-image] Dec 13 22:19:48.371 INFO O| Dec 13 22:19:48.371 INFO STEP 586: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
61232024-12-13T22:19:49.723Z[ recovery-image] Dec 13 22:19:48.393 INFO O| Dec 13 22:19:48.393 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/bash/tty"
61242024-12-13T22:19:49.732Z[ recovery-image] Dec 13 22:19:48.403 INFO O| Dec 13 22:19:48.403 INFO STEP 586 (remove_files) COMPLETE
61252024-12-13T22:19:49.732Z[ recovery-image] Dec 13 22:19:48.403 INFO O| Dec 13 22:19:48.403 INFO STEP 587: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
61262024-12-13T22:19:49.756Z[ recovery-image] Dec 13 22:19:48.427 INFO O| Dec 13 22:19:48.427 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/bash/uname"
61272024-12-13T22:19:49.759Z[ recovery-image] Dec 13 22:19:48.427 INFO O| Dec 13 22:19:48.427 INFO STEP 587 (remove_files) COMPLETE
61282024-12-13T22:19:49.759Z[ recovery-image] Dec 13 22:19:48.427 INFO O| Dec 13 22:19:48.427 INFO STEP 588: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
61292024-12-13T22:19:49.779Z[ recovery-image] Dec 13 22:19:48.450 INFO O| Dec 13 22:19:48.450 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/bash/unlink"
61302024-12-13T22:19:49.782Z[ recovery-image] Dec 13 22:19:48.450 INFO O| Dec 13 22:19:48.450 INFO STEP 588 (remove_files) COMPLETE
61312024-12-13T22:19:49.782Z[ recovery-image] Dec 13 22:19:48.450 INFO O| Dec 13 22:19:48.450 INFO STEP 589: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
61322024-12-13T22:19:49.802Z[ recovery-image] Dec 13 22:19:48.473 INFO O| Dec 13 22:19:48.472 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/bash/whoami"
61332024-12-13T22:19:49.824Z[ recovery-image] Dec 13 22:19:48.495 INFO O| Dec 13 22:19:48.495 INFO STEP 589 (remove_files) COMPLETE
61342024-12-13T22:19:49.824Z[ recovery-image] Dec 13 22:19:48.495 INFO O| Dec 13 22:19:48.495 INFO STEP 590: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
61352024-12-13T22:19:49.847Z[ recovery-image] Dec 13 22:19:48.517 INFO O| Dec 13 22:19:48.517 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/cmake/libxml2/libxml2-config.cmake"
61362024-12-13T22:19:49.853Z[ recovery-image] Dec 13 22:19:48.524 INFO O| Dec 13 22:19:48.524 INFO STEP 590 (remove_files) COMPLETE
61372024-12-13T22:19:49.853Z[ recovery-image] Dec 13 22:19:48.524 INFO O| Dec 13 22:19:48.524 INFO STEP 591: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
61382024-12-13T22:19:49.876Z[ recovery-image] Dec 13 22:19:48.547 INFO O| Dec 13 22:19:48.546 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/dbus-1.0/include/dbus/dbus-arch-deps.h"
61392024-12-13T22:19:49.879Z[ recovery-image] Dec 13 22:19:48.547 INFO O| Dec 13 22:19:48.547 INFO STEP 591 (remove_files) COMPLETE
61402024-12-13T22:19:49.879Z[ recovery-image] Dec 13 22:19:48.547 INFO O| Dec 13 22:19:48.547 INFO STEP 592: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
61412024-12-13T22:19:49.897Z[ recovery-image] Dec 13 22:19:48.567 INFO O| Dec 13 22:19:48.567 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/getloginx.so.1"
61422024-12-13T22:19:49.899Z[ recovery-image] Dec 13 22:19:48.568 INFO O| Dec 13 22:19:48.567 INFO STEP 592 (remove_files) COMPLETE
61432024-12-13T22:19:49.899Z[ recovery-image] Dec 13 22:19:48.568 INFO O| Dec 13 22:19:48.568 INFO STEP 593: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
61442024-12-13T22:19:49.917Z[ recovery-image] Dec 13 22:19:48.588 INFO O| Dec 13 22:19:48.588 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/gss/dh1024-0.so.1"
61452024-12-13T22:19:49.920Z[ recovery-image] Dec 13 22:19:48.588 INFO O| Dec 13 22:19:48.588 INFO STEP 593 (remove_files) COMPLETE
61462024-12-13T22:19:49.920Z[ recovery-image] Dec 13 22:19:48.588 INFO O| Dec 13 22:19:48.588 INFO STEP 594: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
61472024-12-13T22:19:49.939Z[ recovery-image] Dec 13 22:19:48.610 INFO O| Dec 13 22:19:48.610 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/gss/dh640-0.so.1"
61482024-12-13T22:19:49.949Z[ recovery-image] Dec 13 22:19:48.610 INFO O| Dec 13 22:19:48.610 INFO STEP 594 (remove_files) COMPLETE
61492024-12-13T22:19:49.949Z[ recovery-image] Dec 13 22:19:48.610 INFO O| Dec 13 22:19:48.610 INFO STEP 595: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
61502024-12-13T22:19:49.963Z[ recovery-image] Dec 13 22:19:48.634 INFO O| Dec 13 22:19:48.634 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/gss/mech_dh.so.1"
61512024-12-13T22:19:49.963Z[ recovery-image] Dec 13 22:19:48.634 INFO O| Dec 13 22:19:48.634 INFO STEP 595 (remove_files) COMPLETE
61522024-12-13T22:19:49.966Z[ recovery-image] Dec 13 22:19:48.634 INFO O| Dec 13 22:19:48.634 INFO STEP 596: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
61532024-12-13T22:19:50.006Z[ recovery-image] Dec 13 22:19:48.677 INFO O| Dec 13 22:19:48.677 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/gss/mech_spnego.so.1"
61542024-12-13T22:19:50.006Z[ recovery-image] Dec 13 22:19:48.677 INFO O| Dec 13 22:19:48.677 INFO STEP 596 (remove_files) COMPLETE
61552024-12-13T22:19:50.006Z[ recovery-image] Dec 13 22:19:48.677 INFO O| Dec 13 22:19:48.677 INFO STEP 597: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
61562024-12-13T22:19:50.028Z[ recovery-image] Dec 13 22:19:48.699 INFO O| Dec 13 22:19:48.699 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/lddstub"
61572024-12-13T22:19:50.028Z[ recovery-image] Dec 13 22:19:48.699 INFO O| Dec 13 22:19:48.699 INFO STEP 597 (remove_files) COMPLETE
61582024-12-13T22:19:50.031Z[ recovery-image] Dec 13 22:19:48.699 INFO O| Dec 13 22:19:48.699 INFO STEP 598: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
61592024-12-13T22:19:50.070Z[ recovery-image] Dec 13 22:19:48.740 INFO O| Dec 13 22:19:48.740 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/lib9p.so.1"
61602024-12-13T22:19:50.076Z[ recovery-image] Dec 13 22:19:48.741 INFO O| Dec 13 22:19:48.741 INFO STEP 598 (remove_files) COMPLETE
61612024-12-13T22:19:50.076Z[ recovery-image] Dec 13 22:19:48.741 INFO O| Dec 13 22:19:48.741 INFO STEP 599: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
61622024-12-13T22:19:50.096Z[ recovery-image] Dec 13 22:19:48.767 INFO O| Dec 13 22:19:48.767 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libads.so.1"
61632024-12-13T22:19:50.099Z[ recovery-image] Dec 13 22:19:48.767 INFO O| Dec 13 22:19:48.767 INFO STEP 599 (remove_files) COMPLETE
61642024-12-13T22:19:50.099Z[ recovery-image] Dec 13 22:19:48.767 INFO O| Dec 13 22:19:48.767 INFO STEP 600: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
61652024-12-13T22:19:50.128Z[ recovery-image] Dec 13 22:19:48.797 INFO O| Dec 13 22:19:48.797 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libadutils.so.1"
61662024-12-13T22:19:50.128Z[ recovery-image] Dec 13 22:19:48.797 INFO O| Dec 13 22:19:48.797 INFO STEP 600 (remove_files) COMPLETE
61672024-12-13T22:19:50.128Z[ recovery-image] Dec 13 22:19:48.797 INFO O| Dec 13 22:19:48.797 INFO STEP 601: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
61682024-12-13T22:19:50.151Z[ recovery-image] Dec 13 22:19:48.822 INFO O| Dec 13 22:19:48.822 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libbe.so.1"
61692024-12-13T22:19:50.151Z[ recovery-image] Dec 13 22:19:48.822 INFO O| Dec 13 22:19:48.822 INFO STEP 601 (remove_files) COMPLETE
61702024-12-13T22:19:50.154Z[ recovery-image] Dec 13 22:19:48.822 INFO O| Dec 13 22:19:48.822 INFO STEP 602: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
61712024-12-13T22:19:50.176Z[ recovery-image] Dec 13 22:19:48.846 INFO O| Dec 13 22:19:48.846 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libbrand.so.1"
61722024-12-13T22:19:50.176Z[ recovery-image] Dec 13 22:19:48.846 INFO O| Dec 13 22:19:48.846 INFO STEP 602 (remove_files) COMPLETE
61732024-12-13T22:19:50.178Z[ recovery-image] Dec 13 22:19:48.846 INFO O| Dec 13 22:19:48.846 INFO STEP 603: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
61742024-12-13T22:19:50.213Z[ recovery-image] Dec 13 22:19:48.883 INFO O| Dec 13 22:19:48.883 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libbrotlicommon.so.1.0.9"
61752024-12-13T22:19:50.213Z[ recovery-image] Dec 13 22:19:48.883 INFO O| Dec 13 22:19:48.883 INFO STEP 603 (remove_files) COMPLETE
61762024-12-13T22:19:50.215Z[ recovery-image] Dec 13 22:19:48.883 INFO O| Dec 13 22:19:48.883 INFO STEP 604: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
61772024-12-13T22:19:50.253Z[ recovery-image] Dec 13 22:19:48.923 INFO O| Dec 13 22:19:48.923 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libbrotlidec.so.1.0.9"
61782024-12-13T22:19:50.256Z[ recovery-image] Dec 13 22:19:48.924 INFO O| Dec 13 22:19:48.923 INFO STEP 604 (remove_files) COMPLETE
61792024-12-13T22:19:50.256Z[ recovery-image] Dec 13 22:19:48.924 INFO O| Dec 13 22:19:48.923 INFO STEP 605: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
61802024-12-13T22:19:50.322Z[ recovery-image] Dec 13 22:19:48.992 INFO O| Dec 13 22:19:48.992 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libbrotlienc.so.1.0.9"
61812024-12-13T22:19:50.322Z[ recovery-image] Dec 13 22:19:48.992 INFO O| Dec 13 22:19:48.992 INFO STEP 605 (remove_files) COMPLETE
61822024-12-13T22:19:50.322Z[ recovery-image] Dec 13 22:19:48.992 INFO O| Dec 13 22:19:48.992 INFO STEP 606: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
61832024-12-13T22:19:50.348Z[ recovery-image] Dec 13 22:19:49.017 INFO O| Dec 13 22:19:49.017 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libbsdmalloc.so.1"
61842024-12-13T22:19:50.348Z[ recovery-image] Dec 13 22:19:49.017 INFO O| Dec 13 22:19:49.017 INFO STEP 606 (remove_files) COMPLETE
61852024-12-13T22:19:50.348Z[ recovery-image] Dec 13 22:19:49.017 INFO O| Dec 13 22:19:49.017 INFO STEP 607: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
61862024-12-13T22:19:50.388Z[ recovery-image] Dec 13 22:19:49.059 INFO O| Dec 13 22:19:49.059 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libbz2.so.1.0.8"
61872024-12-13T22:19:50.391Z[ recovery-image] Dec 13 22:19:49.059 INFO O| Dec 13 22:19:49.059 INFO STEP 607 (remove_files) COMPLETE
61882024-12-13T22:19:50.391Z[ recovery-image] Dec 13 22:19:49.059 INFO O| Dec 13 22:19:49.059 INFO STEP 608: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
61892024-12-13T22:19:50.412Z[ recovery-image] Dec 13 22:19:49.083 INFO O| Dec 13 22:19:49.083 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libcommputil.so.1"
61902024-12-13T22:19:50.415Z[ recovery-image] Dec 13 22:19:49.083 INFO O| Dec 13 22:19:49.083 INFO STEP 608 (remove_files) COMPLETE
61912024-12-13T22:19:50.415Z[ recovery-image] Dec 13 22:19:49.083 INFO O| Dec 13 22:19:49.083 INFO STEP 609: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
61922024-12-13T22:19:50.436Z[ recovery-image] Dec 13 22:19:49.107 INFO O| Dec 13 22:19:49.107 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libcpc.so.1"
61932024-12-13T22:19:50.439Z[ recovery-image] Dec 13 22:19:49.107 INFO O| Dec 13 22:19:49.107 INFO STEP 609 (remove_files) COMPLETE
61942024-12-13T22:19:50.439Z[ recovery-image] Dec 13 22:19:49.107 INFO O| Dec 13 22:19:49.107 INFO STEP 610: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
61952024-12-13T22:19:50.461Z[ recovery-image] Dec 13 22:19:49.130 INFO O| Dec 13 22:19:49.130 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libcrle.so.1"
61962024-12-13T22:19:50.464Z[ recovery-image] Dec 13 22:19:49.131 INFO O| Dec 13 22:19:49.131 INFO STEP 610 (remove_files) COMPLETE
61972024-12-13T22:19:50.464Z[ recovery-image] Dec 13 22:19:49.131 INFO O| Dec 13 22:19:49.131 INFO STEP 611: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
61982024-12-13T22:19:50.464Z[verify-libraries] Compiling oximeter-schema v0.1.0 (/work/oxidecomputer/omicron/oximeter/schema)
61992024-12-13T22:19:50.481Z[ recovery-image] Dec 13 22:19:49.152 INFO O| Dec 13 22:19:49.152 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libcrypt.so.1"
62002024-12-13T22:19:50.484Z[ recovery-image] Dec 13 22:19:49.152 INFO O| Dec 13 22:19:49.152 INFO STEP 611 (remove_files) COMPLETE
62012024-12-13T22:19:50.484Z[ recovery-image] Dec 13 22:19:49.152 INFO O| Dec 13 22:19:49.152 INFO STEP 612: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
62022024-12-13T22:19:50.504Z[ recovery-image] Dec 13 22:19:49.172 INFO O| Dec 13 22:19:49.172 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libcurl.so.4.8.0"
62032024-12-13T22:19:50.512Z[ recovery-image] Dec 13 22:19:49.173 INFO O| Dec 13 22:19:49.173 INFO STEP 612 (remove_files) COMPLETE
62042024-12-13T22:19:50.512Z[ recovery-image] Dec 13 22:19:49.173 INFO O| Dec 13 22:19:49.173 INFO STEP 613: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
62052024-12-13T22:19:50.545Z[ recovery-image] Dec 13 22:19:49.195 INFO O| Dec 13 22:19:49.195 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libdemangle-sys.so.1"
62062024-12-13T22:19:50.545Z[ recovery-image] Dec 13 22:19:49.195 INFO O| Dec 13 22:19:49.195 INFO STEP 613 (remove_files) COMPLETE
62072024-12-13T22:19:50.548Z[ recovery-image] Dec 13 22:19:49.196 INFO O| Dec 13 22:19:49.196 INFO STEP 614: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
62082024-12-13T22:19:50.577Z[ recovery-image] Dec 13 22:19:49.239 INFO O| Dec 13 22:19:49.239 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libdll.so.1"
62092024-12-13T22:19:50.577Z[ recovery-image] Dec 13 22:19:49.239 INFO O| Dec 13 22:19:49.239 INFO STEP 614 (remove_files) COMPLETE
62102024-12-13T22:19:50.577Z[ recovery-image] Dec 13 22:19:49.239 INFO O| Dec 13 22:19:49.239 INFO STEP 615: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
62112024-12-13T22:19:50.603Z[ recovery-image] Dec 13 22:19:49.269 INFO O| Dec 13 22:19:49.269 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libdtrace_jni.so.1"
62122024-12-13T22:19:50.603Z[ recovery-image] Dec 13 22:19:49.269 INFO O| Dec 13 22:19:49.269 INFO STEP 615 (remove_files) COMPLETE
62132024-12-13T22:19:50.603Z[ recovery-image] Dec 13 22:19:49.269 INFO O| Dec 13 22:19:49.269 INFO STEP 616: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
62142024-12-13T22:19:50.632Z[ recovery-image] Dec 13 22:19:49.303 INFO O| Dec 13 22:19:49.303 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libform.so.1"
62152024-12-13T22:19:50.633Z[ recovery-image] Dec 13 22:19:49.303 INFO O| Dec 13 22:19:49.303 INFO STEP 616 (remove_files) COMPLETE
62162024-12-13T22:19:50.633Z[ recovery-image] Dec 13 22:19:49.303 INFO O| Dec 13 22:19:49.303 INFO STEP 617: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
62172024-12-13T22:19:50.654Z[ recovery-image] Dec 13 22:19:49.324 INFO O| Dec 13 22:19:49.324 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libfstyp.so.1"
62182024-12-13T22:19:50.654Z[ recovery-image] Dec 13 22:19:49.324 INFO O| Dec 13 22:19:49.324 INFO STEP 617 (remove_files) COMPLETE
62192024-12-13T22:19:50.654Z[ recovery-image] Dec 13 22:19:49.324 INFO O| Dec 13 22:19:49.324 INFO STEP 618: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
62202024-12-13T22:19:50.693Z[ recovery-image] Dec 13 22:19:49.363 INFO O| Dec 13 22:19:49.363 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libidspace.so.1"
62212024-12-13T22:19:50.693Z[ recovery-image] Dec 13 22:19:49.363 INFO O| Dec 13 22:19:49.363 INFO STEP 618 (remove_files) COMPLETE
62222024-12-13T22:19:50.695Z[ recovery-image] Dec 13 22:19:49.363 INFO O| Dec 13 22:19:49.363 INFO STEP 619: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
62232024-12-13T22:19:50.716Z[ recovery-image] Dec 13 22:19:49.386 INFO O| Dec 13 22:19:49.386 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libike.so.1"
62242024-12-13T22:19:50.718Z[ recovery-image] Dec 13 22:19:49.387 INFO O| Dec 13 22:19:49.386 INFO STEP 619 (remove_files) COMPLETE
62252024-12-13T22:19:50.718Z[ recovery-image] Dec 13 22:19:49.387 INFO O| Dec 13 22:19:49.387 INFO STEP 620: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
62262024-12-13T22:19:50.738Z[ recovery-image] Dec 13 22:19:49.408 INFO O| Dec 13 22:19:49.408 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libinstzones.so.1"
62272024-12-13T22:19:50.741Z[ recovery-image] Dec 13 22:19:49.408 INFO O| Dec 13 22:19:49.408 INFO STEP 620 (remove_files) COMPLETE
62282024-12-13T22:19:50.741Z[ recovery-image] Dec 13 22:19:49.408 INFO O| Dec 13 22:19:49.408 INFO STEP 621: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
62292024-12-13T22:19:50.799Z[ recovery-image] Dec 13 22:19:49.469 INFO O| Dec 13 22:19:49.469 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libipmi.so.1"
62302024-12-13T22:19:50.799Z[ recovery-image] Dec 13 22:19:49.469 INFO O| Dec 13 22:19:49.469 INFO STEP 621 (remove_files) COMPLETE
62312024-12-13T22:19:50.801Z[ recovery-image] Dec 13 22:19:49.469 INFO O| Dec 13 22:19:49.469 INFO STEP 622: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
62322024-12-13T22:19:50.821Z[ recovery-image] Dec 13 22:19:49.491 INFO O| Dec 13 22:19:49.491 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libipp.so.1"
62332024-12-13T22:19:50.821Z[ recovery-image] Dec 13 22:19:49.492 INFO O| Dec 13 22:19:49.492 INFO STEP 622 (remove_files) COMPLETE
62342024-12-13T22:19:50.821Z[ recovery-image] Dec 13 22:19:49.492 INFO O| Dec 13 22:19:49.492 INFO STEP 623: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
62352024-12-13T22:19:50.863Z[ recovery-image] Dec 13 22:19:49.533 INFO O| Dec 13 22:19:49.533 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libipsecutil.so.1"
62362024-12-13T22:19:50.865Z[ recovery-image] Dec 13 22:19:49.533 INFO O| Dec 13 22:19:49.533 INFO STEP 623 (remove_files) COMPLETE
62372024-12-13T22:19:50.865Z[ recovery-image] Dec 13 22:19:49.533 INFO O| Dec 13 22:19:49.533 INFO STEP 624: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
62382024-12-13T22:19:50.887Z[ recovery-image] Dec 13 22:19:49.557 INFO O| Dec 13 22:19:49.557 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libjedec.so.1"
62392024-12-13T22:19:50.890Z[ recovery-image] Dec 13 22:19:49.557 INFO O| Dec 13 22:19:49.557 INFO STEP 624 (remove_files) COMPLETE
62402024-12-13T22:19:50.890Z[ recovery-image] Dec 13 22:19:49.558 INFO O| Dec 13 22:19:49.558 INFO STEP 625: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
62412024-12-13T22:19:50.909Z[ recovery-image] Dec 13 22:19:49.579 INFO O| Dec 13 22:19:49.579 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libkvm.so.1"
62422024-12-13T22:19:50.909Z[ recovery-image] Dec 13 22:19:49.580 INFO O| Dec 13 22:19:49.580 INFO STEP 625 (remove_files) COMPLETE
62432024-12-13T22:19:50.911Z[ recovery-image] Dec 13 22:19:49.580 INFO O| Dec 13 22:19:49.580 INFO STEP 626: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
62442024-12-13T22:19:50.930Z[ recovery-image] Dec 13 22:19:49.601 INFO O| Dec 13 22:19:49.601 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libl.so.1"
62452024-12-13T22:19:50.930Z[ recovery-image] Dec 13 22:19:49.601 INFO O| Dec 13 22:19:49.601 INFO STEP 626 (remove_files) COMPLETE
62462024-12-13T22:19:50.933Z[ recovery-image] Dec 13 22:19:49.601 INFO O| Dec 13 22:19:49.601 INFO STEP 627: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
62472024-12-13T22:19:50.955Z[ recovery-image] Dec 13 22:19:49.626 INFO O| Dec 13 22:19:49.626 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libldap.so.5"
62482024-12-13T22:19:50.955Z[ recovery-image] Dec 13 22:19:49.626 INFO O| Dec 13 22:19:49.626 INFO STEP 627 (remove_files) COMPLETE
62492024-12-13T22:19:50.955Z[ recovery-image] Dec 13 22:19:49.626 INFO O| Dec 13 22:19:49.626 INFO STEP 628: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
62502024-12-13T22:19:50.984Z[ recovery-image] Dec 13 22:19:49.654 INFO O| Dec 13 22:19:49.654 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libldstab.so.1"
62512024-12-13T22:19:50.984Z[ recovery-image] Dec 13 22:19:49.654 INFO O| Dec 13 22:19:49.654 INFO STEP 628 (remove_files) COMPLETE
62522024-12-13T22:19:50.984Z[ recovery-image] Dec 13 22:19:49.654 INFO O| Dec 13 22:19:49.654 INFO STEP 629: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
62532024-12-13T22:19:51.017Z[ recovery-image] Dec 13 22:19:49.688 INFO O| Dec 13 22:19:49.688 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/liblgrp.so.1"
62542024-12-13T22:19:51.018Z[ recovery-image] Dec 13 22:19:49.688 INFO O| Dec 13 22:19:49.688 INFO STEP 629 (remove_files) COMPLETE
62552024-12-13T22:19:51.018Z[ recovery-image] Dec 13 22:19:49.688 INFO O| Dec 13 22:19:49.688 INFO STEP 630: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
62562024-12-13T22:19:51.045Z[ recovery-image] Dec 13 22:19:49.716 INFO O| Dec 13 22:19:49.716 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/liblm.so.1"
62572024-12-13T22:19:51.045Z[ recovery-image] Dec 13 22:19:49.716 INFO O| Dec 13 22:19:49.716 INFO STEP 630 (remove_files) COMPLETE
62582024-12-13T22:19:51.045Z[ recovery-image] Dec 13 22:19:49.716 INFO O| Dec 13 22:19:49.716 INFO STEP 631: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
62592024-12-13T22:19:51.101Z[ recovery-image] Dec 13 22:19:49.772 INFO O| Dec 13 22:19:49.772 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libmail.so.1"
62602024-12-13T22:19:51.124Z[ recovery-image] Dec 13 22:19:49.772 INFO O| Dec 13 22:19:49.772 INFO STEP 631 (remove_files) COMPLETE
62612024-12-13T22:19:51.124Z[ recovery-image] Dec 13 22:19:49.773 INFO O| Dec 13 22:19:49.772 INFO STEP 632: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
62622024-12-13T22:19:51.235Z[ recovery-image] Dec 13 22:19:49.906 INFO O| Dec 13 22:19:49.906 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libmalloc.so.1"
62632024-12-13T22:19:51.235Z[ recovery-image] Dec 13 22:19:49.906 INFO O| Dec 13 22:19:49.906 INFO STEP 632 (remove_files) COMPLETE
62642024-12-13T22:19:51.235Z[ recovery-image] Dec 13 22:19:49.906 INFO O| Dec 13 22:19:49.906 INFO STEP 633: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
62652024-12-13T22:19:51.294Z[ recovery-image] Dec 13 22:19:49.964 INFO O| Dec 13 22:19:49.964 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libmapmalloc.so.1"
62662024-12-13T22:19:51.294Z[ recovery-image] Dec 13 22:19:49.964 INFO O| Dec 13 22:19:49.964 INFO STEP 633 (remove_files) COMPLETE
62672024-12-13T22:19:51.297Z[ recovery-image] Dec 13 22:19:49.964 INFO O| Dec 13 22:19:49.964 INFO STEP 634: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
62682024-12-13T22:19:51.317Z[ recovery-image] Dec 13 22:19:49.988 INFO O| Dec 13 22:19:49.988 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libmenu.so.1"
62692024-12-13T22:19:51.317Z[ recovery-image] Dec 13 22:19:49.988 INFO O| Dec 13 22:19:49.988 INFO STEP 634 (remove_files) COMPLETE
62702024-12-13T22:19:51.317Z[ recovery-image] Dec 13 22:19:49.988 INFO O| Dec 13 22:19:49.988 INFO STEP 635: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
62712024-12-13T22:19:51.346Z[ recovery-image] Dec 13 22:19:50.017 INFO O| Dec 13 22:19:50.017 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libmtmalloc.so.1"
62722024-12-13T22:19:51.346Z[ recovery-image] Dec 13 22:19:50.017 INFO O| Dec 13 22:19:50.017 INFO STEP 635 (remove_files) COMPLETE
62732024-12-13T22:19:51.346Z[ recovery-image] Dec 13 22:19:50.017 INFO O| Dec 13 22:19:50.017 INFO STEP 636: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
62742024-12-13T22:19:51.372Z[ recovery-image] Dec 13 22:19:50.042 INFO O| Dec 13 22:19:50.042 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libncurses.so.5.9"
62752024-12-13T22:19:51.372Z[ recovery-image] Dec 13 22:19:50.042 INFO O| Dec 13 22:19:50.042 INFO STEP 636 (remove_files) COMPLETE
62762024-12-13T22:19:51.372Z[ recovery-image] Dec 13 22:19:50.042 INFO O| Dec 13 22:19:50.042 INFO STEP 637: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
62772024-12-13T22:19:51.396Z[ recovery-image] Dec 13 22:19:50.067 INFO O| Dec 13 22:19:50.067 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libnls.so.1"
62782024-12-13T22:19:51.396Z[ recovery-image] Dec 13 22:19:50.067 INFO O| Dec 13 22:19:50.067 INFO STEP 637 (remove_files) COMPLETE
62792024-12-13T22:19:51.396Z[ recovery-image] Dec 13 22:19:50.067 INFO O| Dec 13 22:19:50.067 INFO STEP 638: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
62802024-12-13T22:19:51.435Z[ recovery-image] Dec 13 22:19:50.105 INFO O| Dec 13 22:19:50.105 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libpanel.so.1"
62812024-12-13T22:19:51.435Z[ recovery-image] Dec 13 22:19:50.105 INFO O| Dec 13 22:19:50.105 INFO STEP 638 (remove_files) COMPLETE
62822024-12-13T22:19:51.439Z[ recovery-image] Dec 13 22:19:50.105 INFO O| Dec 13 22:19:50.105 INFO STEP 639: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
62832024-12-13T22:19:51.472Z[ recovery-image] Dec 13 22:19:50.142 INFO O| Dec 13 22:19:50.142 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libpcrecpp.so.0.0.2"
62842024-12-13T22:19:51.472Z[ recovery-image] Dec 13 22:19:50.142 INFO O| Dec 13 22:19:50.142 INFO STEP 639 (remove_files) COMPLETE
62852024-12-13T22:19:51.474Z[ recovery-image] Dec 13 22:19:50.143 INFO O| Dec 13 22:19:50.142 INFO STEP 640: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
62862024-12-13T22:19:51.497Z[ recovery-image] Dec 13 22:19:50.166 INFO O| Dec 13 22:19:50.166 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libpcreposix.so.0.0.7"
62872024-12-13T22:19:51.497Z[ recovery-image] Dec 13 22:19:50.166 INFO O| Dec 13 22:19:50.166 INFO STEP 640 (remove_files) COMPLETE
62882024-12-13T22:19:51.497Z[ recovery-image] Dec 13 22:19:50.167 INFO O| Dec 13 22:19:50.166 INFO STEP 641: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
62892024-12-13T22:19:51.519Z[ recovery-image] Dec 13 22:19:50.190 INFO O| Dec 13 22:19:50.190 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libpctx.so.1"
62902024-12-13T22:19:51.519Z[ recovery-image] Dec 13 22:19:50.190 INFO O| Dec 13 22:19:50.190 INFO STEP 641 (remove_files) COMPLETE
62912024-12-13T22:19:51.519Z[ recovery-image] Dec 13 22:19:50.190 INFO O| Dec 13 22:19:50.190 INFO STEP 642: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
62922024-12-13T22:19:51.574Z[ recovery-image] Dec 13 22:19:50.245 INFO O| Dec 13 22:19:50.245 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libpicl.so.1"
62932024-12-13T22:19:51.577Z[ recovery-image] Dec 13 22:19:50.245 INFO O| Dec 13 22:19:50.245 INFO STEP 642 (remove_files) COMPLETE
62942024-12-13T22:19:51.577Z[ recovery-image] Dec 13 22:19:50.245 INFO O| Dec 13 22:19:50.245 INFO STEP 643: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
62952024-12-13T22:19:51.640Z[ recovery-image] Dec 13 22:19:50.309 INFO O| Dec 13 22:19:50.309 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libppt.so.1"
62962024-12-13T22:19:51.643Z[ recovery-image] Dec 13 22:19:50.310 INFO O| Dec 13 22:19:50.310 INFO STEP 643 (remove_files) COMPLETE
62972024-12-13T22:19:51.643Z[ recovery-image] Dec 13 22:19:50.310 INFO O| Dec 13 22:19:50.310 INFO STEP 644: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
62982024-12-13T22:19:51.664Z[ recovery-image] Dec 13 22:19:50.334 INFO O| Dec 13 22:19:50.334 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libraidcfg.so.1"
62992024-12-13T22:19:51.666Z[ recovery-image] Dec 13 22:19:50.334 INFO O| Dec 13 22:19:50.334 INFO STEP 644 (remove_files) COMPLETE
63002024-12-13T22:19:51.666Z[ recovery-image] Dec 13 22:19:50.334 INFO O| Dec 13 22:19:50.334 INFO STEP 645: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
63012024-12-13T22:19:51.688Z[ recovery-image] Dec 13 22:19:50.358 INFO O| Dec 13 22:19:50.358 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/librename.so.1"
63022024-12-13T22:19:51.691Z[ recovery-image] Dec 13 22:19:50.359 INFO O| Dec 13 22:19:50.359 INFO STEP 645 (remove_files) COMPLETE
63032024-12-13T22:19:51.691Z[ recovery-image] Dec 13 22:19:50.359 INFO O| Dec 13 22:19:50.359 INFO STEP 646: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
63042024-12-13T22:19:51.725Z[ recovery-image] Dec 13 22:19:50.396 INFO O| Dec 13 22:19:50.396 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libreparse.so.1"
63052024-12-13T22:19:51.725Z[ recovery-image] Dec 13 22:19:50.396 INFO O| Dec 13 22:19:50.396 INFO STEP 646 (remove_files) COMPLETE
63062024-12-13T22:19:51.728Z[ recovery-image] Dec 13 22:19:50.396 INFO O| Dec 13 22:19:50.396 INFO STEP 647: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
63072024-12-13T22:19:51.756Z[ recovery-image] Dec 13 22:19:50.426 INFO O| Dec 13 22:19:50.426 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libsasl.so.1"
63082024-12-13T22:19:51.759Z[ recovery-image] Dec 13 22:19:50.427 INFO O| Dec 13 22:19:50.427 INFO STEP 647 (remove_files) COMPLETE
63092024-12-13T22:19:51.759Z[ recovery-image] Dec 13 22:19:50.427 INFO O| Dec 13 22:19:50.427 INFO STEP 648: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
63102024-12-13T22:19:51.785Z[ recovery-image] Dec 13 22:19:50.455 INFO O| Dec 13 22:19:50.455 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libsched.so.1"
63112024-12-13T22:19:51.785Z[ recovery-image] Dec 13 22:19:50.455 INFO O| Dec 13 22:19:50.455 INFO STEP 648 (remove_files) COMPLETE
63122024-12-13T22:19:51.785Z[ recovery-image] Dec 13 22:19:50.455 INFO O| Dec 13 22:19:50.455 INFO STEP 649: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
63132024-12-13T22:19:51.832Z[ recovery-image] Dec 13 22:19:50.503 INFO O| Dec 13 22:19:50.502 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libsctp.so.1"
63142024-12-13T22:19:51.835Z[ recovery-image] Dec 13 22:19:50.503 INFO O| Dec 13 22:19:50.503 INFO STEP 649 (remove_files) COMPLETE
63152024-12-13T22:19:51.835Z[ recovery-image] Dec 13 22:19:50.503 INFO O| Dec 13 22:19:50.503 INFO STEP 650: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
63162024-12-13T22:19:51.859Z[ recovery-image] Dec 13 22:19:50.526 INFO O| Dec 13 22:19:50.525 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libsff.so.1"
63172024-12-13T22:19:51.861Z[ recovery-image] Dec 13 22:19:50.526 INFO O| Dec 13 22:19:50.526 INFO STEP 650 (remove_files) COMPLETE
63182024-12-13T22:19:51.861Z[ recovery-image] Dec 13 22:19:50.526 INFO O| Dec 13 22:19:50.526 INFO STEP 651: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
63192024-12-13T22:19:51.919Z[ recovery-image] Dec 13 22:19:50.589 INFO O| Dec 13 22:19:50.589 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libsip.so.1"
63202024-12-13T22:19:51.919Z[ recovery-image] Dec 13 22:19:50.589 INFO O| Dec 13 22:19:50.589 INFO STEP 651 (remove_files) COMPLETE
63212024-12-13T22:19:51.922Z[ recovery-image] Dec 13 22:19:50.589 INFO O| Dec 13 22:19:50.589 INFO STEP 652: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
63222024-12-13T22:19:51.942Z[ recovery-image] Dec 13 22:19:50.612 INFO O| Dec 13 22:19:50.612 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libsldap.so.1"
63232024-12-13T22:19:51.942Z[ recovery-image] Dec 13 22:19:50.612 INFO O| Dec 13 22:19:50.612 INFO STEP 652 (remove_files) COMPLETE
63242024-12-13T22:19:51.942Z[ recovery-image] Dec 13 22:19:50.612 INFO O| Dec 13 22:19:50.612 INFO STEP 653: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
63252024-12-13T22:19:51.995Z[ recovery-image] Dec 13 22:19:50.666 INFO O| Dec 13 22:19:50.666 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libsmbfs.so.1"
63262024-12-13T22:19:51.995Z[ recovery-image] Dec 13 22:19:50.666 INFO O| Dec 13 22:19:50.666 INFO STEP 653 (remove_files) COMPLETE
63272024-12-13T22:19:51.995Z[ recovery-image] Dec 13 22:19:50.666 INFO O| Dec 13 22:19:50.666 INFO STEP 654: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
63282024-12-13T22:19:52.037Z[ recovery-image] Dec 13 22:19:50.707 INFO O| Dec 13 22:19:50.707 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libsoftcrypto.so.1"
63292024-12-13T22:19:52.037Z[ recovery-image] Dec 13 22:19:50.707 INFO O| Dec 13 22:19:50.707 INFO STEP 654 (remove_files) COMPLETE
63302024-12-13T22:19:52.037Z[ recovery-image] Dec 13 22:19:50.707 INFO O| Dec 13 22:19:50.707 INFO STEP 655: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
63312024-12-13T22:19:52.068Z[ recovery-image] Dec 13 22:19:50.738 INFO O| Dec 13 22:19:50.738 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libsqlite3.so.0.8.6"
63322024-12-13T22:19:52.071Z[ recovery-image] Dec 13 22:19:50.739 INFO O| Dec 13 22:19:50.738 INFO STEP 655 (remove_files) COMPLETE
63332024-12-13T22:19:52.071Z[ recovery-image] Dec 13 22:19:50.739 INFO O| Dec 13 22:19:50.739 INFO STEP 656: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
63342024-12-13T22:19:52.153Z[ recovery-image] Dec 13 22:19:50.823 INFO O| Dec 13 22:19:50.823 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libsum.so.1"
63352024-12-13T22:19:52.153Z[ recovery-image] Dec 13 22:19:50.824 INFO O| Dec 13 22:19:50.824 INFO STEP 656 (remove_files) COMPLETE
63362024-12-13T22:19:52.156Z[ recovery-image] Dec 13 22:19:50.824 INFO O| Dec 13 22:19:50.824 INFO STEP 657: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
63372024-12-13T22:19:52.177Z[ recovery-image] Dec 13 22:19:50.848 INFO O| Dec 13 22:19:50.848 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libtecla.so.1"
63382024-12-13T22:19:52.177Z[ recovery-image] Dec 13 22:19:50.848 INFO O| Dec 13 22:19:50.848 INFO STEP 657 (remove_files) COMPLETE
63392024-12-13T22:19:52.177Z[ recovery-image] Dec 13 22:19:50.848 INFO O| Dec 13 22:19:50.848 INFO STEP 658: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
63402024-12-13T22:19:52.218Z[ recovery-image] Dec 13 22:19:50.888 INFO O| Dec 13 22:19:50.888 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libtspi.so.1.2.0"
63412024-12-13T22:19:52.220Z[ recovery-image] Dec 13 22:19:50.888 INFO O| Dec 13 22:19:50.888 INFO STEP 658 (remove_files) COMPLETE
63422024-12-13T22:19:52.220Z[ recovery-image] Dec 13 22:19:50.888 INFO O| Dec 13 22:19:50.888 INFO STEP 659: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
63432024-12-13T22:19:52.243Z[ host-image] Dec 13 22:19:50.913 INFO O| Dec 13 22:19:50.913 INFO O| Done
63442024-12-13T22:19:52.258Z[ recovery-image] Dec 13 22:19:50.927 INFO O| Dec 13 22:19:50.927 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libvolmgt.so.1"
63452024-12-13T22:19:52.260Z[ recovery-image] Dec 13 22:19:50.927 INFO O| Dec 13 22:19:50.927 INFO STEP 659 (remove_files) COMPLETE
63462024-12-13T22:19:52.260Z[ recovery-image] Dec 13 22:19:50.927 INFO O| Dec 13 22:19:50.927 INFO STEP 660: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
63472024-12-13T22:19:52.280Z[ recovery-image] Dec 13 22:19:50.950 INFO O| Dec 13 22:19:50.950 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/liby.so.1"
63482024-12-13T22:19:52.280Z[ recovery-image] Dec 13 22:19:50.950 INFO O| Dec 13 22:19:50.950 INFO STEP 660 (remove_files) COMPLETE
63492024-12-13T22:19:52.282Z[ recovery-image] Dec 13 22:19:50.950 INFO O| Dec 13 22:19:50.950 INFO STEP 661: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
63502024-12-13T22:19:52.288Z[ host-image] Dec 13 22:19:50.959 INFO O| Dec 13 22:19:50.958 INFO O| Done
63512024-12-13T22:19:52.290Z[ host-image] Dec 13 22:19:50.959 INFO O| Dec 13 22:19:50.959 INFO O| Done
63522024-12-13T22:19:52.306Z[ host-image] Dec 13 22:19:50.976 INFO O| Dec 13 22:19:50.976 INFO O| Done
63532024-12-13T22:19:52.326Z[ recovery-image] Dec 13 22:19:50.996 INFO O| Dec 13 22:19:50.996 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libzfs_jni.so.1"
63542024-12-13T22:19:52.326Z[ recovery-image] Dec 13 22:19:50.996 INFO O| Dec 13 22:19:50.996 INFO STEP 661 (remove_files) COMPLETE
63552024-12-13T22:19:52.326Z[ recovery-image] Dec 13 22:19:50.996 INFO O| Dec 13 22:19:50.996 INFO STEP 662: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
63562024-12-13T22:19:52.360Z[ recovery-image] Dec 13 22:19:51.030 INFO O| Dec 13 22:19:51.030 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libzfsbootenv.so.1"
63572024-12-13T22:19:52.360Z[ recovery-image] Dec 13 22:19:51.030 INFO O| Dec 13 22:19:51.030 INFO STEP 662 (remove_files) COMPLETE
63582024-12-13T22:19:52.363Z[ recovery-image] Dec 13 22:19:51.030 INFO O| Dec 13 22:19:51.030 INFO STEP 663: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
63592024-12-13T22:19:52.393Z[ recovery-image] Dec 13 22:19:51.062 INFO O| Dec 13 22:19:51.062 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libzonecfg.so.1"
63602024-12-13T22:19:52.393Z[ recovery-image] Dec 13 22:19:51.062 INFO O| Dec 13 22:19:51.062 INFO STEP 663 (remove_files) COMPLETE
63612024-12-13T22:19:52.396Z[ recovery-image] Dec 13 22:19:51.062 INFO O| Dec 13 22:19:51.062 INFO STEP 664: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
63622024-12-13T22:19:52.450Z[ recovery-image] Dec 13 22:19:51.120 INFO O| Dec 13 22:19:51.120 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libzoneinfo.so.1"
63632024-12-13T22:19:52.450Z[ recovery-image] Dec 13 22:19:51.121 INFO O| Dec 13 22:19:51.121 INFO STEP 664 (remove_files) COMPLETE
63642024-12-13T22:19:52.451Z[ recovery-image] Dec 13 22:19:51.121 INFO O| Dec 13 22:19:51.121 INFO STEP 665: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
63652024-12-13T22:19:52.520Z[ host-image] Dec 13 22:19:51.190 INFO O| Dec 13 22:19:51.190 INFO STEP 14 (pkg_install) COMPLETE
63662024-12-13T22:19:52.520Z[ host-image] Dec 13 22:19:51.190 INFO O| Dec 13 22:19:51.190 INFO STEP 15: pkg_install, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-01-os.json
63672024-12-13T22:19:52.524Z[ host-image] Dec 13 22:19:51.191 INFO O| Dec 13 22:19:51.190 INFO skip step because feature "mfg" is not enabled
63682024-12-13T22:19:52.524Z[ host-image] Dec 13 22:19:51.191 INFO O| Dec 13 22:19:51.190 INFO STEP 16: pkg_install, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-01-os.json
63692024-12-13T22:19:52.524Z[ host-image] Dec 13 22:19:51.191 INFO O| Dec 13 22:19:51.190 INFO skip step because feature "compliance" is not enabled
63702024-12-13T22:19:52.524Z[ host-image] Dec 13 22:19:51.191 INFO O| Dec 13 22:19:51.190 INFO STEP 17: pkg_install, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-01-os.json
63712024-12-13T22:19:52.524Z[ host-image] Dec 13 22:19:51.191 INFO O| Dec 13 22:19:51.190 INFO skip step because feature "stress" is not enabled
63722024-12-13T22:19:52.524Z[ host-image] Dec 13 22:19:51.191 INFO O| Dec 13 22:19:51.190 INFO STEP 18: pkg_install, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-01-os.json
63732024-12-13T22:19:52.524Z[ host-image] Dec 13 22:19:51.191 INFO O| Dec 13 22:19:51.190 INFO skip step because feature "nfs" is not enabled
63742024-12-13T22:19:52.524Z[ host-image] Dec 13 22:19:51.191 INFO O| Dec 13 22:19:51.190 INFO creating output snapshot rpool/images/build/host/work/gimlet/ramdisk@os
63752024-12-13T22:19:52.524Z[ host-image] Dec 13 22:19:51.191 INFO O| Dec 13 22:19:51.190 INFO CREATE SNAPSHOT: rpool/images/build/host/work/gimlet/ramdisk@os
63762024-12-13T22:19:52.533Z[ recovery-image] Dec 13 22:19:51.203 INFO O| Dec 13 22:19:51.203 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libzonestat.so.1"
63772024-12-13T22:19:52.537Z[ recovery-image] Dec 13 22:19:51.203 INFO O| Dec 13 22:19:51.203 INFO STEP 665 (remove_files) COMPLETE
63782024-12-13T22:19:52.537Z[ recovery-image] Dec 13 22:19:51.203 INFO O| Dec 13 22:19:51.203 INFO STEP 666: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
63792024-12-13T22:19:52.576Z[ recovery-image] Dec 13 22:19:51.247 INFO O| Dec 13 22:19:51.246 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libzpool.so.1"
63802024-12-13T22:19:52.579Z[ recovery-image] Dec 13 22:19:51.247 INFO O| Dec 13 22:19:51.247 INFO STEP 666 (remove_files) COMPLETE
63812024-12-13T22:19:52.580Z[ recovery-image] Dec 13 22:19:51.247 INFO O| Dec 13 22:19:51.247 INFO STEP 667: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
63822024-12-13T22:19:52.591Z[ host-image] Dec 13 22:19:51.261 INFO O| Dec 13 22:19:51.261 INFO DESTROY DATASET: rpool/images/build/host/tmp/gimlet/ramdisk-01-os
63832024-12-13T22:19:52.625Z[ recovery-image] Dec 13 22:19:51.285 INFO O| Dec 13 22:19:51.285 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/madv.so.1"
63842024-12-13T22:19:52.625Z[ recovery-image] Dec 13 22:19:51.285 INFO O| Dec 13 22:19:51.285 INFO STEP 667 (remove_files) COMPLETE
63852024-12-13T22:19:52.625Z[ recovery-image] Dec 13 22:19:51.285 INFO O| Dec 13 22:19:51.285 INFO STEP 668: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
63862024-12-13T22:19:52.640Z[ recovery-image] Dec 13 22:19:51.310 INFO O| Dec 13 22:19:51.310 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/mpss.so.1"
63872024-12-13T22:19:52.642Z[ recovery-image] Dec 13 22:19:51.310 INFO O| Dec 13 22:19:51.310 INFO STEP 668 (remove_files) COMPLETE
63882024-12-13T22:19:52.642Z[ recovery-image] Dec 13 22:19:51.310 INFO O| Dec 13 22:19:51.310 INFO STEP 669: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
63892024-12-13T22:19:52.664Z[ recovery-image] Dec 13 22:19:51.334 INFO O| Dec 13 22:19:51.334 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/nss_ad.so.1"
63902024-12-13T22:19:52.667Z[ recovery-image] Dec 13 22:19:51.335 INFO O| Dec 13 22:19:51.334 INFO STEP 669 (remove_files) COMPLETE
63912024-12-13T22:19:52.667Z[ recovery-image] Dec 13 22:19:51.335 INFO O| Dec 13 22:19:51.334 INFO STEP 670: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
63922024-12-13T22:19:52.702Z[ recovery-image] Dec 13 22:19:51.372 INFO O| Dec 13 22:19:51.371 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/nss_ldap.so.1"
63932024-12-13T22:19:52.702Z[ recovery-image] Dec 13 22:19:51.372 INFO O| Dec 13 22:19:51.372 INFO STEP 670 (remove_files) COMPLETE
63942024-12-13T22:19:52.702Z[ recovery-image] Dec 13 22:19:51.372 INFO O| Dec 13 22:19:51.372 INFO STEP 671: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
63952024-12-13T22:19:52.736Z[ host-image] Dec 13 22:19:51.405 INFO O| Dec 13 22:19:51.405 INFO completed processing gimlet/ramdisk-01-os
63962024-12-13T22:19:52.739Z[ host-image] Dec 13 22:19:51.408 INFO omicron1 baseline generation...
63972024-12-13T22:19:52.739Z[ host-image] Dec 13 22:19:51.409 INFO exec: ["/usr/lib/brand/omicron1/baseline", "-R", "/rpool/images/build/host/work/gimlet/ramdisk", "/work/oxidecomputer/helios/tmp/image.host/omicron1"], pwd: None
63982024-12-13T22:19:52.739Z[ recovery-image] Dec 13 22:19:51.409 INFO O| Dec 13 22:19:51.409 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/passwdutil.so.1"
63992024-12-13T22:19:52.739Z[ recovery-image] Dec 13 22:19:51.409 INFO O| Dec 13 22:19:51.409 INFO STEP 671 (remove_files) COMPLETE
64002024-12-13T22:19:52.739Z[ recovery-image] Dec 13 22:19:51.409 INFO O| Dec 13 22:19:51.409 INFO STEP 672: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
64012024-12-13T22:19:52.761Z[ recovery-image] Dec 13 22:19:51.431 INFO O| Dec 13 22:19:51.431 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/pkgconfig/bash.pc"
64022024-12-13T22:19:52.765Z[ recovery-image] Dec 13 22:19:51.431 INFO O| Dec 13 22:19:51.431 INFO STEP 672 (remove_files) COMPLETE
64032024-12-13T22:19:52.765Z[ recovery-image] Dec 13 22:19:51.431 INFO O| Dec 13 22:19:51.431 INFO STEP 673: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
64042024-12-13T22:19:52.782Z[ recovery-image] Dec 13 22:19:51.452 INFO O| Dec 13 22:19:51.452 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/pkgconfig/dbus-1.pc"
64052024-12-13T22:19:52.782Z[ recovery-image] Dec 13 22:19:51.452 INFO O| Dec 13 22:19:51.452 INFO STEP 673 (remove_files) COMPLETE
64062024-12-13T22:19:52.785Z[ recovery-image] Dec 13 22:19:51.453 INFO O| Dec 13 22:19:51.452 INFO STEP 674: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
64072024-12-13T22:19:52.803Z[ recovery-image] Dec 13 22:19:51.473 INFO O| Dec 13 22:19:51.473 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/pkgconfig/expat.pc"
64082024-12-13T22:19:52.803Z[ recovery-image] Dec 13 22:19:51.473 INFO O| Dec 13 22:19:51.473 INFO STEP 674 (remove_files) COMPLETE
64092024-12-13T22:19:52.803Z[ recovery-image] Dec 13 22:19:51.473 INFO O| Dec 13 22:19:51.473 INFO STEP 675: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
64102024-12-13T22:19:52.824Z[ recovery-image] Dec 13 22:19:51.494 INFO O| Dec 13 22:19:51.494 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/pkgconfig/form.pc"
64112024-12-13T22:19:52.824Z[ recovery-image] Dec 13 22:19:51.495 INFO O| Dec 13 22:19:51.494 INFO STEP 675 (remove_files) COMPLETE
64122024-12-13T22:19:52.827Z[ recovery-image] Dec 13 22:19:51.495 INFO O| Dec 13 22:19:51.495 INFO STEP 676: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
64132024-12-13T22:19:52.865Z[ recovery-image] Dec 13 22:19:51.533 INFO O| Dec 13 22:19:51.533 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/pkgconfig/libbrotlicommon.pc"
64142024-12-13T22:19:52.865Z[ recovery-image] Dec 13 22:19:51.533 INFO O| Dec 13 22:19:51.533 INFO STEP 676 (remove_files) COMPLETE
64152024-12-13T22:19:52.865Z[ recovery-image] Dec 13 22:19:51.533 INFO O| Dec 13 22:19:51.533 INFO STEP 677: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
64162024-12-13T22:19:52.886Z[ recovery-image] Dec 13 22:19:51.556 INFO O| Dec 13 22:19:51.556 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/pkgconfig/libbrotlidec.pc"
64172024-12-13T22:19:52.886Z[ recovery-image] Dec 13 22:19:51.557 INFO O| Dec 13 22:19:51.556 INFO STEP 677 (remove_files) COMPLETE
64182024-12-13T22:19:52.886Z[ recovery-image] Dec 13 22:19:51.557 INFO O| Dec 13 22:19:51.556 INFO STEP 678: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
64192024-12-13T22:19:52.908Z[ recovery-image] Dec 13 22:19:51.578 INFO O| Dec 13 22:19:51.578 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/pkgconfig/libbrotlienc.pc"
64202024-12-13T22:19:52.908Z[ recovery-image] Dec 13 22:19:51.578 INFO O| Dec 13 22:19:51.578 INFO STEP 678 (remove_files) COMPLETE
64212024-12-13T22:19:52.911Z[ recovery-image] Dec 13 22:19:51.578 INFO O| Dec 13 22:19:51.578 INFO STEP 679: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
64222024-12-13T22:19:52.940Z[ recovery-image] Dec 13 22:19:51.610 INFO O| Dec 13 22:19:51.610 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/pkgconfig/libcurl.pc"
64232024-12-13T22:19:52.940Z[ recovery-image] Dec 13 22:19:51.610 INFO O| Dec 13 22:19:51.610 INFO STEP 679 (remove_files) COMPLETE
64242024-12-13T22:19:52.940Z[ recovery-image] Dec 13 22:19:51.610 INFO O| Dec 13 22:19:51.610 INFO STEP 680: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
64252024-12-13T22:19:52.968Z[ recovery-image] Dec 13 22:19:51.638 INFO O| Dec 13 22:19:51.638 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/pkgconfig/libedit.pc"
64262024-12-13T22:19:52.968Z[ recovery-image] Dec 13 22:19:51.638 INFO O| Dec 13 22:19:51.638 INFO STEP 680 (remove_files) COMPLETE
64272024-12-13T22:19:52.968Z[ recovery-image] Dec 13 22:19:51.638 INFO O| Dec 13 22:19:51.638 INFO STEP 681: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
64282024-12-13T22:19:53.004Z[ recovery-image] Dec 13 22:19:51.674 INFO O| Dec 13 22:19:51.673 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/pkgconfig/libidn.pc"
64292024-12-13T22:19:53.004Z[ recovery-image] Dec 13 22:19:51.674 INFO O| Dec 13 22:19:51.674 INFO STEP 681 (remove_files) COMPLETE
64302024-12-13T22:19:53.007Z[ recovery-image] Dec 13 22:19:51.674 INFO O| Dec 13 22:19:51.674 INFO STEP 682: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
64312024-12-13T22:19:53.032Z[ recovery-image] Dec 13 22:19:51.701 INFO O| Dec 13 22:19:51.701 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/pkgconfig/liblz4.pc"
64322024-12-13T22:19:53.032Z[ recovery-image] Dec 13 22:19:51.701 INFO O| Dec 13 22:19:51.701 INFO STEP 682 (remove_files) COMPLETE
64332024-12-13T22:19:53.032Z[ recovery-image] Dec 13 22:19:51.701 INFO O| Dec 13 22:19:51.701 INFO STEP 683: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
64342024-12-13T22:19:53.097Z[ recovery-image] Dec 13 22:19:51.767 INFO O| Dec 13 22:19:51.767 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/pkgconfig/liblzma.pc"
64352024-12-13T22:19:53.099Z[ recovery-image] Dec 13 22:19:51.767 INFO O| Dec 13 22:19:51.767 INFO STEP 683 (remove_files) COMPLETE
64362024-12-13T22:19:53.099Z[ recovery-image] Dec 13 22:19:51.767 INFO O| Dec 13 22:19:51.767 INFO STEP 684: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
64372024-12-13T22:19:53.121Z[ recovery-image] Dec 13 22:19:51.791 INFO O| Dec 13 22:19:51.791 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/pkgconfig/libnghttp2.pc"
64382024-12-13T22:19:53.121Z[ recovery-image] Dec 13 22:19:51.791 INFO O| Dec 13 22:19:51.791 INFO STEP 684 (remove_files) COMPLETE
64392024-12-13T22:19:53.121Z[ recovery-image] Dec 13 22:19:51.791 INFO O| Dec 13 22:19:51.791 INFO STEP 685: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
64402024-12-13T22:19:53.160Z[ recovery-image] Dec 13 22:19:51.829 INFO O| Dec 13 22:19:51.829 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/pkgconfig/libpcap.pc"
64412024-12-13T22:19:53.160Z[ recovery-image] Dec 13 22:19:51.829 INFO O| Dec 13 22:19:51.829 INFO STEP 685 (remove_files) COMPLETE
64422024-12-13T22:19:53.160Z[ recovery-image] Dec 13 22:19:51.829 INFO O| Dec 13 22:19:51.829 INFO STEP 686: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
64432024-12-13T22:19:53.194Z[ recovery-image] Dec 13 22:19:51.864 INFO O| Dec 13 22:19:51.864 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/pkgconfig/libpcre.pc"
64442024-12-13T22:19:53.194Z[ recovery-image] Dec 13 22:19:51.865 INFO O| Dec 13 22:19:51.864 INFO STEP 686 (remove_files) COMPLETE
64452024-12-13T22:19:53.197Z[ recovery-image] Dec 13 22:19:51.865 INFO O| Dec 13 22:19:51.865 INFO STEP 687: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
64462024-12-13T22:19:53.220Z[ recovery-image] Dec 13 22:19:51.890 INFO O| Dec 13 22:19:51.890 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/pkgconfig/libpcre2-8.pc"
64472024-12-13T22:19:53.220Z[ recovery-image] Dec 13 22:19:51.890 INFO O| Dec 13 22:19:51.890 INFO STEP 687 (remove_files) COMPLETE
64482024-12-13T22:19:53.220Z[ recovery-image] Dec 13 22:19:51.890 INFO O| Dec 13 22:19:51.890 INFO STEP 688: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
64492024-12-13T22:19:53.247Z[ recovery-image] Dec 13 22:19:51.915 INFO O| Dec 13 22:19:51.915 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/pkgconfig/libpcre2-posix.pc"
64502024-12-13T22:19:53.252Z[ recovery-image] Dec 13 22:19:51.915 INFO O| Dec 13 22:19:51.915 INFO STEP 688 (remove_files) COMPLETE
64512024-12-13T22:19:53.252Z[ recovery-image] Dec 13 22:19:51.915 INFO O| Dec 13 22:19:51.915 INFO STEP 689: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
64522024-12-13T22:19:53.270Z[ recovery-image] Dec 13 22:19:51.940 INFO O| Dec 13 22:19:51.940 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/pkgconfig/libpcrecpp.pc"
64532024-12-13T22:19:53.270Z[ recovery-image] Dec 13 22:19:51.940 INFO O| Dec 13 22:19:51.940 INFO STEP 689 (remove_files) COMPLETE
64542024-12-13T22:19:53.270Z[ recovery-image] Dec 13 22:19:51.940 INFO O| Dec 13 22:19:51.940 INFO STEP 690: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
64552024-12-13T22:19:53.295Z[ recovery-image] Dec 13 22:19:51.965 INFO O| Dec 13 22:19:51.965 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/pkgconfig/libpcreposix.pc"
64562024-12-13T22:19:53.295Z[ recovery-image] Dec 13 22:19:51.965 INFO O| Dec 13 22:19:51.965 INFO STEP 690 (remove_files) COMPLETE
64572024-12-13T22:19:53.295Z[ recovery-image] Dec 13 22:19:51.965 INFO O| Dec 13 22:19:51.965 INFO STEP 691: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
64582024-12-13T22:19:53.337Z[ recovery-image] Dec 13 22:19:52.007 INFO O| Dec 13 22:19:52.007 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/pkgconfig/libxml-2.0.pc"
64592024-12-13T22:19:53.339Z[ recovery-image] Dec 13 22:19:52.007 INFO O| Dec 13 22:19:52.007 INFO STEP 691 (remove_files) COMPLETE
64602024-12-13T22:19:53.339Z[ recovery-image] Dec 13 22:19:52.007 INFO O| Dec 13 22:19:52.007 INFO STEP 692: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
64612024-12-13T22:19:53.359Z[ recovery-image] Dec 13 22:19:52.029 INFO O| Dec 13 22:19:52.029 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/pkgconfig/libzstd.pc"
64622024-12-13T22:19:53.359Z[ recovery-image] Dec 13 22:19:52.029 INFO O| Dec 13 22:19:52.029 INFO STEP 692 (remove_files) COMPLETE
64632024-12-13T22:19:53.359Z[ recovery-image] Dec 13 22:19:52.029 INFO O| Dec 13 22:19:52.029 INFO STEP 693: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
64642024-12-13T22:19:53.419Z[ recovery-image] Dec 13 22:19:52.089 INFO O| Dec 13 22:19:52.089 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/pkgconfig/menu.pc"
64652024-12-13T22:19:53.419Z[ recovery-image] Dec 13 22:19:52.089 INFO O| Dec 13 22:19:52.089 INFO STEP 693 (remove_files) COMPLETE
64662024-12-13T22:19:53.419Z[ recovery-image] Dec 13 22:19:52.089 INFO O| Dec 13 22:19:52.089 INFO STEP 694: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
64672024-12-13T22:19:53.459Z[ recovery-image] Dec 13 22:19:52.129 INFO O| Dec 13 22:19:52.129 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/pkgconfig/ncurses++.pc"
64682024-12-13T22:19:53.459Z[ recovery-image] Dec 13 22:19:52.129 INFO O| Dec 13 22:19:52.129 INFO STEP 694 (remove_files) COMPLETE
64692024-12-13T22:19:53.459Z[ recovery-image] Dec 13 22:19:52.129 INFO O| Dec 13 22:19:52.129 INFO STEP 695: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
64702024-12-13T22:19:53.486Z[ recovery-image] Dec 13 22:19:52.156 INFO O| Dec 13 22:19:52.156 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/pkgconfig/ncurses.pc"
64712024-12-13T22:19:53.486Z[ recovery-image] Dec 13 22:19:52.156 INFO O| Dec 13 22:19:52.156 INFO STEP 695 (remove_files) COMPLETE
64722024-12-13T22:19:53.486Z[ recovery-image] Dec 13 22:19:52.156 INFO O| Dec 13 22:19:52.156 INFO STEP 696: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
64732024-12-13T22:19:53.563Z[ host-image] Dec 13 22:19:52.233 INFO O| incorp = pkg://helios-dev/consolidation/osnet/osnet-incorporation@0.5.11-2.0.23049:20241204T192527Z
64742024-12-13T22:19:53.651Z[ recovery-image] Dec 13 22:19:52.321 INFO O| Dec 13 22:19:52.321 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/pkgconfig/netsnmp-agent.pc"
64752024-12-13T22:19:53.651Z[ recovery-image] Dec 13 22:19:52.321 INFO O| Dec 13 22:19:52.321 INFO STEP 696 (remove_files) COMPLETE
64762024-12-13T22:19:53.651Z[ recovery-image] Dec 13 22:19:52.321 INFO O| Dec 13 22:19:52.321 INFO STEP 697: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
64772024-12-13T22:19:53.710Z[ recovery-image] Dec 13 22:19:52.380 INFO O| Dec 13 22:19:52.380 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/pkgconfig/netsnmp.pc"
64782024-12-13T22:19:53.710Z[ recovery-image] Dec 13 22:19:52.380 INFO O| Dec 13 22:19:52.380 INFO STEP 697 (remove_files) COMPLETE
64792024-12-13T22:19:53.710Z[ recovery-image] Dec 13 22:19:52.381 INFO O| Dec 13 22:19:52.380 INFO STEP 698: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
64802024-12-13T22:19:53.739Z[ recovery-image] Dec 13 22:19:52.409 INFO O| Dec 13 22:19:52.409 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/pkgconfig/panel.pc"
64812024-12-13T22:19:53.741Z[ recovery-image] Dec 13 22:19:52.409 INFO O| Dec 13 22:19:52.409 INFO STEP 698 (remove_files) COMPLETE
64822024-12-13T22:19:53.741Z[ recovery-image] Dec 13 22:19:52.409 INFO O| Dec 13 22:19:52.409 INFO STEP 699: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
64832024-12-13T22:19:53.762Z[ recovery-image] Dec 13 22:19:52.432 INFO O| Dec 13 22:19:52.432 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/pkgconfig/readline.pc"
64842024-12-13T22:19:53.762Z[ recovery-image] Dec 13 22:19:52.432 INFO O| Dec 13 22:19:52.432 INFO STEP 699 (remove_files) COMPLETE
64852024-12-13T22:19:53.762Z[ recovery-image] Dec 13 22:19:52.432 INFO O| Dec 13 22:19:52.432 INFO STEP 700: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
64862024-12-13T22:19:53.791Z[ recovery-image] Dec 13 22:19:52.461 INFO O| Dec 13 22:19:52.461 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/pkgconfig/sqlite3.pc"
64872024-12-13T22:19:53.794Z[ recovery-image] Dec 13 22:19:52.461 INFO O| Dec 13 22:19:52.461 INFO STEP 700 (remove_files) COMPLETE
64882024-12-13T22:19:53.794Z[ recovery-image] Dec 13 22:19:52.462 INFO O| Dec 13 22:19:52.461 INFO STEP 701: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
64892024-12-13T22:19:53.820Z[ recovery-image] Dec 13 22:19:52.490 INFO O| Dec 13 22:19:52.490 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/pkgconfig/zlib.pc"
64902024-12-13T22:19:53.820Z[ recovery-image] Dec 13 22:19:52.490 INFO O| Dec 13 22:19:52.490 INFO STEP 701 (remove_files) COMPLETE
64912024-12-13T22:19:53.820Z[ recovery-image] Dec 13 22:19:52.490 INFO O| Dec 13 22:19:52.490 INFO STEP 702: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
64922024-12-13T22:19:53.842Z[ recovery-image] Dec 13 22:19:52.512 INFO O| Dec 13 22:19:52.512 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/straddr.so.2"
64932024-12-13T22:19:53.842Z[ recovery-image] Dec 13 22:19:52.512 INFO O| Dec 13 22:19:52.512 INFO STEP 702 (remove_files) COMPLETE
64942024-12-13T22:19:53.842Z[ recovery-image] Dec 13 22:19:52.512 INFO O| Dec 13 22:19:52.512 INFO STEP 703: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
64952024-12-13T22:19:53.901Z[ recovery-image] Dec 13 22:19:52.571 INFO O| Dec 13 22:19:52.571 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/watchmalloc.so.1"
64962024-12-13T22:19:53.907Z[ recovery-image] Dec 13 22:19:52.571 INFO O| Dec 13 22:19:52.571 INFO STEP 703 (remove_files) COMPLETE
64972024-12-13T22:19:53.907Z[ recovery-image] Dec 13 22:19:52.571 INFO O| Dec 13 22:19:52.571 INFO STEP 704: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
64982024-12-13T22:19:53.926Z[ recovery-image] Dec 13 22:19:52.596 INFO O| Dec 13 22:19:52.596 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/audit/audit_record_attr"
64992024-12-13T22:19:53.926Z[ recovery-image] Dec 13 22:19:52.596 INFO O| Dec 13 22:19:52.596 INFO STEP 704 (remove_files) COMPLETE
65002024-12-13T22:19:53.928Z[ recovery-image] Dec 13 22:19:52.596 INFO O| Dec 13 22:19:52.596 INFO STEP 705: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
65012024-12-13T22:19:53.950Z[ recovery-image] Dec 13 22:19:52.620 INFO O| Dec 13 22:19:52.620 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/brand/shared/common.ksh"
65022024-12-13T22:19:53.950Z[ recovery-image] Dec 13 22:19:52.620 INFO O| Dec 13 22:19:52.620 INFO STEP 705 (remove_files) COMPLETE
65032024-12-13T22:19:53.950Z[ recovery-image] Dec 13 22:19:52.620 INFO O| Dec 13 22:19:52.620 INFO STEP 706: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
65042024-12-13T22:19:53.975Z[ recovery-image] Dec 13 22:19:52.644 INFO O| Dec 13 22:19:52.644 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/brand/shared/query"
65052024-12-13T22:19:53.975Z[ recovery-image] Dec 13 22:19:52.645 INFO O| Dec 13 22:19:52.645 INFO STEP 706 (remove_files) COMPLETE
65062024-12-13T22:19:53.975Z[ recovery-image] Dec 13 22:19:52.645 INFO O| Dec 13 22:19:52.645 INFO STEP 707: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
65072024-12-13T22:19:53.998Z[ recovery-image] Dec 13 22:19:52.667 INFO O| Dec 13 22:19:52.667 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/brand/shared/uninstall.ksh"
65082024-12-13T22:19:53.998Z[ recovery-image] Dec 13 22:19:52.668 INFO O| Dec 13 22:19:52.668 INFO STEP 707 (remove_files) COMPLETE
65092024-12-13T22:19:53.998Z[ recovery-image] Dec 13 22:19:52.668 INFO O| Dec 13 22:19:52.668 INFO STEP 708: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
65102024-12-13T22:19:54.029Z[ recovery-image] Dec 13 22:19:52.699 INFO O| Dec 13 22:19:52.699 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/cfgadm/amd64/ib.so.1"
65112024-12-13T22:19:54.033Z[ recovery-image] Dec 13 22:19:52.699 INFO O| Dec 13 22:19:52.699 INFO STEP 708 (remove_files) COMPLETE
65122024-12-13T22:19:54.033Z[ recovery-image] Dec 13 22:19:52.699 INFO O| Dec 13 22:19:52.699 INFO STEP 709: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
65132024-12-13T22:19:54.063Z[ recovery-image] Dec 13 22:19:52.733 INFO O| Dec 13 22:19:52.733 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/cfgadm/amd64/pci.so.1"
65142024-12-13T22:19:54.065Z[ recovery-image] Dec 13 22:19:52.733 INFO O| Dec 13 22:19:52.733 INFO STEP 709 (remove_files) COMPLETE
65152024-12-13T22:19:54.065Z[ recovery-image] Dec 13 22:19:52.733 INFO O| Dec 13 22:19:52.733 INFO STEP 710: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
65162024-12-13T22:19:54.085Z[ recovery-image] Dec 13 22:19:52.755 INFO O| Dec 13 22:19:52.755 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/cfgadm/amd64/sata.so.1"
65172024-12-13T22:19:54.085Z[ recovery-image] Dec 13 22:19:52.755 INFO O| Dec 13 22:19:52.755 INFO STEP 710 (remove_files) COMPLETE
65182024-12-13T22:19:54.085Z[ recovery-image] Dec 13 22:19:52.755 INFO O| Dec 13 22:19:52.755 INFO STEP 711: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
65192024-12-13T22:19:54.109Z[ recovery-image] Dec 13 22:19:52.779 INFO O| Dec 13 22:19:52.779 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/cfgadm/amd64/scsi.so.1"
65202024-12-13T22:19:54.112Z[ recovery-image] Dec 13 22:19:52.779 INFO O| Dec 13 22:19:52.779 INFO STEP 711 (remove_files) COMPLETE
65212024-12-13T22:19:54.112Z[ recovery-image] Dec 13 22:19:52.780 INFO O| Dec 13 22:19:52.779 INFO STEP 712: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
65222024-12-13T22:19:54.133Z[ recovery-image] Dec 13 22:19:52.803 INFO O| Dec 13 22:19:52.803 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/cfgadm/amd64/usb.so.1"
65232024-12-13T22:19:54.140Z[ recovery-image] Dec 13 22:19:52.803 INFO O| Dec 13 22:19:52.803 INFO STEP 712 (remove_files) COMPLETE
65242024-12-13T22:19:54.140Z[ recovery-image] Dec 13 22:19:52.803 INFO O| Dec 13 22:19:52.803 INFO STEP 713: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
65252024-12-13T22:19:54.154Z[ recovery-image] Dec 13 22:19:52.824 INFO O| Dec 13 22:19:52.824 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/cfgadm/ib.so.1"
65262024-12-13T22:19:54.157Z[ recovery-image] Dec 13 22:19:52.825 INFO O| Dec 13 22:19:52.824 INFO STEP 713 (remove_files) COMPLETE
65272024-12-13T22:19:54.157Z[ recovery-image] Dec 13 22:19:52.825 INFO O| Dec 13 22:19:52.825 INFO STEP 714: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
65282024-12-13T22:19:54.176Z[ recovery-image] Dec 13 22:19:52.846 INFO O| Dec 13 22:19:52.845 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/cfgadm/pci.so.1"
65292024-12-13T22:19:54.178Z[ recovery-image] Dec 13 22:19:52.846 INFO O| Dec 13 22:19:52.846 INFO STEP 714 (remove_files) COMPLETE
65302024-12-13T22:19:54.178Z[ recovery-image] Dec 13 22:19:52.846 INFO O| Dec 13 22:19:52.846 INFO STEP 715: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
65312024-12-13T22:19:54.199Z[ recovery-image] Dec 13 22:19:52.868 INFO O| Dec 13 22:19:52.868 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/cfgadm/sata.so.1"
65322024-12-13T22:19:54.201Z[ recovery-image] Dec 13 22:19:52.868 INFO O| Dec 13 22:19:52.868 INFO STEP 715 (remove_files) COMPLETE
65332024-12-13T22:19:54.201Z[ recovery-image] Dec 13 22:19:52.869 INFO O| Dec 13 22:19:52.868 INFO STEP 716: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
65342024-12-13T22:19:54.221Z[ recovery-image] Dec 13 22:19:52.891 INFO O| Dec 13 22:19:52.891 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/cfgadm/scsi.so.1"
65352024-12-13T22:19:54.223Z[ recovery-image] Dec 13 22:19:52.891 INFO O| Dec 13 22:19:52.891 INFO STEP 716 (remove_files) COMPLETE
65362024-12-13T22:19:54.223Z[ recovery-image] Dec 13 22:19:52.891 INFO O| Dec 13 22:19:52.891 INFO STEP 717: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
65372024-12-13T22:19:54.253Z[ recovery-image] Dec 13 22:19:52.923 INFO O| Dec 13 22:19:52.923 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/cfgadm/shp.so.1"
65382024-12-13T22:19:54.253Z[ recovery-image] Dec 13 22:19:52.923 INFO O| Dec 13 22:19:52.923 INFO STEP 717 (remove_files) COMPLETE
65392024-12-13T22:19:54.255Z[ recovery-image] Dec 13 22:19:52.923 INFO O| Dec 13 22:19:52.923 INFO STEP 718: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
65402024-12-13T22:19:54.342Z[ recovery-image] Dec 13 22:19:53.012 INFO O| Dec 13 22:19:53.012 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/cfgadm/usb.so.1"
65412024-12-13T22:19:54.342Z[ recovery-image] Dec 13 22:19:53.012 INFO O| Dec 13 22:19:53.012 INFO STEP 718 (remove_files) COMPLETE
65422024-12-13T22:19:54.342Z[ recovery-image] Dec 13 22:19:53.012 INFO O| Dec 13 22:19:53.012 INFO STEP 719: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
65432024-12-13T22:19:54.367Z[ recovery-image] Dec 13 22:19:53.037 INFO O| Dec 13 22:19:53.037 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/class/FX/FXdispadmin"
65442024-12-13T22:19:54.369Z[ recovery-image] Dec 13 22:19:53.037 INFO O| Dec 13 22:19:53.037 INFO STEP 719 (remove_files) COMPLETE
65452024-12-13T22:19:54.369Z[ recovery-image] Dec 13 22:19:53.037 INFO O| Dec 13 22:19:53.037 INFO STEP 720: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
65462024-12-13T22:19:54.392Z[ recovery-image] Dec 13 22:19:53.061 INFO O| Dec 13 22:19:53.061 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/class/FX/FXpriocntl"
65472024-12-13T22:19:54.394Z[ recovery-image] Dec 13 22:19:53.061 INFO O| Dec 13 22:19:53.061 INFO STEP 720 (remove_files) COMPLETE
65482024-12-13T22:19:54.394Z[ recovery-image] Dec 13 22:19:53.061 INFO O| Dec 13 22:19:53.061 INFO STEP 721: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
65492024-12-13T22:19:54.425Z[ recovery-image] Dec 13 22:19:53.095 INFO O| Dec 13 22:19:53.095 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/class/IA/IAdispadmin"
65502024-12-13T22:19:54.428Z[ recovery-image] Dec 13 22:19:53.095 INFO O| Dec 13 22:19:53.095 INFO STEP 721 (remove_files) COMPLETE
65512024-12-13T22:19:54.428Z[ recovery-image] Dec 13 22:19:53.095 INFO O| Dec 13 22:19:53.095 INFO STEP 722: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
65522024-12-13T22:19:54.449Z[ recovery-image] Dec 13 22:19:53.118 INFO O| Dec 13 22:19:53.118 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/class/IA/IApriocntl"
65532024-12-13T22:19:54.451Z[ recovery-image] Dec 13 22:19:53.119 INFO O| Dec 13 22:19:53.119 INFO STEP 722 (remove_files) COMPLETE
65542024-12-13T22:19:54.451Z[ recovery-image] Dec 13 22:19:53.119 INFO O| Dec 13 22:19:53.119 INFO STEP 723: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
65552024-12-13T22:19:54.507Z[ recovery-image] Dec 13 22:19:53.177 INFO O| Dec 13 22:19:53.177 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/class/RT/RTdispadmin"
65562024-12-13T22:19:54.510Z[ recovery-image] Dec 13 22:19:53.178 INFO O| Dec 13 22:19:53.177 INFO STEP 723 (remove_files) COMPLETE
65572024-12-13T22:19:54.510Z[ recovery-image] Dec 13 22:19:53.178 INFO O| Dec 13 22:19:53.178 INFO STEP 724: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
65582024-12-13T22:19:54.560Z[ recovery-image] Dec 13 22:19:53.229 INFO O| Dec 13 22:19:53.229 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/class/RT/RTpriocntl"
65592024-12-13T22:19:54.563Z[ recovery-image] Dec 13 22:19:53.229 INFO O| Dec 13 22:19:53.229 INFO STEP 724 (remove_files) COMPLETE
65602024-12-13T22:19:54.563Z[ recovery-image] Dec 13 22:19:53.229 INFO O| Dec 13 22:19:53.229 INFO STEP 725: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
65612024-12-13T22:19:54.583Z[ recovery-image] Dec 13 22:19:53.253 INFO O| Dec 13 22:19:53.252 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/class/SDC/SDCdispadmin"
65622024-12-13T22:19:54.585Z[ recovery-image] Dec 13 22:19:53.253 INFO O| Dec 13 22:19:53.253 INFO STEP 725 (remove_files) COMPLETE
65632024-12-13T22:19:54.585Z[ recovery-image] Dec 13 22:19:53.253 INFO O| Dec 13 22:19:53.253 INFO STEP 726: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
65642024-12-13T22:19:54.665Z[ recovery-image] Dec 13 22:19:53.335 INFO O| Dec 13 22:19:53.335 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/class/SDC/SDCpriocntl"
65652024-12-13T22:19:54.665Z[ recovery-image] Dec 13 22:19:53.335 INFO O| Dec 13 22:19:53.335 INFO STEP 726 (remove_files) COMPLETE
65662024-12-13T22:19:54.665Z[ recovery-image] Dec 13 22:19:53.335 INFO O| Dec 13 22:19:53.335 INFO STEP 727: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
65672024-12-13T22:19:54.689Z[ recovery-image] Dec 13 22:19:53.357 INFO O| Dec 13 22:19:53.357 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/class/TS/TSdispadmin"
65682024-12-13T22:19:54.691Z[ recovery-image] Dec 13 22:19:53.358 INFO O| Dec 13 22:19:53.358 INFO STEP 727 (remove_files) COMPLETE
65692024-12-13T22:19:54.691Z[ recovery-image] Dec 13 22:19:53.358 INFO O| Dec 13 22:19:53.358 INFO STEP 728: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
65702024-12-13T22:19:54.726Z[ recovery-image] Dec 13 22:19:53.396 INFO O| Dec 13 22:19:53.396 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/class/TS/TSpriocntl"
65712024-12-13T22:19:54.726Z[ recovery-image] Dec 13 22:19:53.396 INFO O| Dec 13 22:19:53.396 INFO STEP 728 (remove_files) COMPLETE
65722024-12-13T22:19:54.726Z[ recovery-image] Dec 13 22:19:53.396 INFO O| Dec 13 22:19:53.396 INFO STEP 729: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
65732024-12-13T22:19:54.746Z[ recovery-image] Dec 13 22:19:53.416 INFO O| Dec 13 22:19:53.416 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/cmake/libxml2/libxml2-config.cmake"
65742024-12-13T22:19:54.747Z[ recovery-image] Dec 13 22:19:53.417 INFO O| Dec 13 22:19:53.417 INFO STEP 729 (remove_files) COMPLETE
65752024-12-13T22:19:54.747Z[ recovery-image] Dec 13 22:19:53.417 INFO O| Dec 13 22:19:53.417 INFO STEP 730: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
65762024-12-13T22:19:54.780Z[ recovery-image] Dec 13 22:19:53.450 INFO O| Dec 13 22:19:53.449 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/dbus-1.0/include/dbus/dbus-arch-deps.h"
65772024-12-13T22:19:54.780Z[ recovery-image] Dec 13 22:19:53.450 INFO O| Dec 13 22:19:53.450 INFO STEP 730 (remove_files) COMPLETE
65782024-12-13T22:19:54.780Z[ recovery-image] Dec 13 22:19:53.450 INFO O| Dec 13 22:19:53.450 INFO STEP 731: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
65792024-12-13T22:19:54.803Z[ recovery-image] Dec 13 22:19:53.472 INFO O| Dec 13 22:19:53.472 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/dl/dlled"
65802024-12-13T22:19:54.803Z[ recovery-image] Dec 13 22:19:53.472 INFO O| Dec 13 22:19:53.472 INFO STEP 731 (remove_files) COMPLETE
65812024-12-13T22:19:54.803Z[ recovery-image] Dec 13 22:19:53.472 INFO O| Dec 13 22:19:53.472 INFO STEP 732: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
65822024-12-13T22:19:54.827Z[ recovery-image] Dec 13 22:19:53.496 INFO O| Dec 13 22:19:53.496 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/dl/dlrecv"
65832024-12-13T22:19:54.827Z[ recovery-image] Dec 13 22:19:53.496 INFO O| Dec 13 22:19:53.496 INFO STEP 732 (remove_files) COMPLETE
65842024-12-13T22:19:54.827Z[ recovery-image] Dec 13 22:19:53.496 INFO O| Dec 13 22:19:53.496 INFO STEP 733: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
65852024-12-13T22:19:54.851Z[ recovery-image] Dec 13 22:19:53.520 INFO O| Dec 13 22:19:53.519 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/dl/dlsend"
65862024-12-13T22:19:54.851Z[ recovery-image] Dec 13 22:19:53.520 INFO O| Dec 13 22:19:53.520 INFO STEP 733 (remove_files) COMPLETE
65872024-12-13T22:19:54.853Z[ recovery-image] Dec 13 22:19:53.520 INFO O| Dec 13 22:19:53.520 INFO STEP 734: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
65882024-12-13T22:19:54.884Z[ recovery-image] Dec 13 22:19:53.546 INFO O| Dec 13 22:19:53.546 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/dl/dltraninfo"
65892024-12-13T22:19:54.891Z[ recovery-image] Dec 13 22:19:53.547 INFO O| Dec 13 22:19:53.546 INFO STEP 734 (remove_files) COMPLETE
65902024-12-13T22:19:54.891Z[ recovery-image] Dec 13 22:19:53.547 INFO O| Dec 13 22:19:53.547 INFO STEP 735: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
65912024-12-13T22:19:54.901Z[ recovery-image] Dec 13 22:19:53.571 INFO O| Dec 13 22:19:53.571 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/dtrace/64/drti.o"
65922024-12-13T22:19:54.904Z[ recovery-image] Dec 13 22:19:53.571 INFO O| Dec 13 22:19:53.571 INFO STEP 735 (remove_files) COMPLETE
65932024-12-13T22:19:54.904Z[ recovery-image] Dec 13 22:19:53.571 INFO O| Dec 13 22:19:53.571 INFO STEP 736: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
65942024-12-13T22:19:54.950Z[ recovery-image] Dec 13 22:19:53.619 INFO O| Dec 13 22:19:53.619 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/dtrace/64/libdtrace_forceload.so"
65952024-12-13T22:19:54.950Z[ recovery-image] Dec 13 22:19:53.619 INFO O| Dec 13 22:19:53.619 INFO STEP 736 (remove_files) COMPLETE
65962024-12-13T22:19:54.950Z[ recovery-image] Dec 13 22:19:53.620 INFO O| Dec 13 22:19:53.619 INFO STEP 737: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
65972024-12-13T22:19:54.986Z[ recovery-image] Dec 13 22:19:53.656 INFO O| Dec 13 22:19:53.656 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/dtrace/64/sftp64.d"
65982024-12-13T22:19:54.989Z[ recovery-image] Dec 13 22:19:53.656 INFO O| Dec 13 22:19:53.656 INFO STEP 737 (remove_files) COMPLETE
65992024-12-13T22:19:54.989Z[ recovery-image] Dec 13 22:19:53.657 INFO O| Dec 13 22:19:53.656 INFO STEP 738: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
66002024-12-13T22:19:55.032Z[ recovery-image] Dec 13 22:19:53.702 INFO O| Dec 13 22:19:53.702 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/dtrace/drti.o"
66012024-12-13T22:19:55.035Z[ recovery-image] Dec 13 22:19:53.703 INFO O| Dec 13 22:19:53.703 INFO STEP 738 (remove_files) COMPLETE
66022024-12-13T22:19:55.035Z[ recovery-image] Dec 13 22:19:53.703 INFO O| Dec 13 22:19:53.703 INFO STEP 739: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
66032024-12-13T22:19:55.058Z[ recovery-image] Dec 13 22:19:53.728 INFO O| Dec 13 22:19:53.728 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/dtrace/libdtrace_forceload.so"
66042024-12-13T22:19:55.060Z[ recovery-image] Dec 13 22:19:53.728 INFO O| Dec 13 22:19:53.728 INFO STEP 739 (remove_files) COMPLETE
66052024-12-13T22:19:55.060Z[ recovery-image] Dec 13 22:19:53.728 INFO O| Dec 13 22:19:53.728 INFO STEP 740: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
66062024-12-13T22:19:55.083Z[ recovery-image] Dec 13 22:19:53.752 INFO O| Dec 13 22:19:53.752 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/amd64/libdiagcode.so.1"
66072024-12-13T22:19:55.099Z[ recovery-image] Dec 13 22:19:53.768 INFO O| Dec 13 22:19:53.768 INFO STEP 740 (remove_files) COMPLETE
66082024-12-13T22:19:55.099Z[ recovery-image] Dec 13 22:19:53.768 INFO O| Dec 13 22:19:53.768 INFO STEP 741: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
66092024-12-13T22:19:55.157Z[ recovery-image] Dec 13 22:19:53.827 INFO O| Dec 13 22:19:53.827 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/amd64/libdiskstatus.so.1"
66102024-12-13T22:19:55.159Z[ recovery-image] Dec 13 22:19:53.827 INFO O| Dec 13 22:19:53.827 INFO STEP 741 (remove_files) COMPLETE
66112024-12-13T22:19:55.159Z[ recovery-image] Dec 13 22:19:53.827 INFO O| Dec 13 22:19:53.827 INFO STEP 742: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
66122024-12-13T22:19:55.219Z[ recovery-image] Dec 13 22:19:53.888 INFO O| Dec 13 22:19:53.888 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/amd64/libfmd_adm.so.1"
66132024-12-13T22:19:55.232Z[ recovery-image] Dec 13 22:19:53.889 INFO O| Dec 13 22:19:53.889 INFO STEP 742 (remove_files) COMPLETE
66142024-12-13T22:19:55.232Z[ recovery-image] Dec 13 22:19:53.889 INFO O| Dec 13 22:19:53.889 INFO STEP 743: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
66152024-12-13T22:19:55.248Z[ recovery-image] Dec 13 22:19:53.918 INFO O| Dec 13 22:19:53.918 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/amd64/libfmd_agent.so.1"
66162024-12-13T22:19:55.248Z[ recovery-image] Dec 13 22:19:53.918 INFO O| Dec 13 22:19:53.918 INFO STEP 743 (remove_files) COMPLETE
66172024-12-13T22:19:55.251Z[ recovery-image] Dec 13 22:19:53.918 INFO O| Dec 13 22:19:53.918 INFO STEP 744: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
66182024-12-13T22:19:55.271Z[ recovery-image] Dec 13 22:19:53.940 INFO O| Dec 13 22:19:53.940 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/amd64/libfmd_log.so.1"
66192024-12-13T22:19:55.271Z[ recovery-image] Dec 13 22:19:53.941 INFO O| Dec 13 22:19:53.941 INFO STEP 744 (remove_files) COMPLETE
66202024-12-13T22:19:55.273Z[ recovery-image] Dec 13 22:19:53.941 INFO O| Dec 13 22:19:53.941 INFO STEP 745: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
66212024-12-13T22:19:55.294Z[ recovery-image] Dec 13 22:19:53.963 INFO O| Dec 13 22:19:53.963 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/amd64/libfmd_msg.so.1"
66222024-12-13T22:19:55.296Z[ recovery-image] Dec 13 22:19:53.963 INFO O| Dec 13 22:19:53.963 INFO STEP 745 (remove_files) COMPLETE
66232024-12-13T22:19:55.296Z[ recovery-image] Dec 13 22:19:53.964 INFO O| Dec 13 22:19:53.963 INFO STEP 746: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
66242024-12-13T22:19:55.364Z[ recovery-image] Dec 13 22:19:54.034 INFO O| Dec 13 22:19:54.034 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/amd64/libfmd_snmp.so.1"
66252024-12-13T22:19:55.367Z[ recovery-image] Dec 13 22:19:54.034 INFO O| Dec 13 22:19:54.034 INFO STEP 746 (remove_files) COMPLETE
66262024-12-13T22:19:55.367Z[ recovery-image] Dec 13 22:19:54.034 INFO O| Dec 13 22:19:54.034 INFO STEP 747: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
66272024-12-13T22:19:55.422Z[ recovery-image] Dec 13 22:19:54.092 INFO O| Dec 13 22:19:54.092 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/amd64/libfmnotify.so.1"
66282024-12-13T22:19:55.425Z[ recovery-image] Dec 13 22:19:54.092 INFO O| Dec 13 22:19:54.092 INFO STEP 747 (remove_files) COMPLETE
66292024-12-13T22:19:55.425Z[ recovery-image] Dec 13 22:19:54.092 INFO O| Dec 13 22:19:54.092 INFO STEP 748: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
66302024-12-13T22:19:55.447Z[ recovery-image] Dec 13 22:19:54.117 INFO O| Dec 13 22:19:54.117 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/amd64/libseslog.so.1"
66312024-12-13T22:19:55.450Z[ recovery-image] Dec 13 22:19:54.117 INFO O| Dec 13 22:19:54.117 INFO STEP 748 (remove_files) COMPLETE
66322024-12-13T22:19:55.450Z[ recovery-image] Dec 13 22:19:54.117 INFO O| Dec 13 22:19:54.117 INFO STEP 749: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
66332024-12-13T22:19:55.484Z[ recovery-image] Dec 13 22:19:54.154 INFO O| Dec 13 22:19:54.153 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/dict/AMD.dict"
66342024-12-13T22:19:55.486Z[ recovery-image] Dec 13 22:19:54.154 INFO O| Dec 13 22:19:54.154 INFO STEP 749 (remove_files) COMPLETE
66352024-12-13T22:19:55.486Z[ recovery-image] Dec 13 22:19:54.154 INFO O| Dec 13 22:19:54.154 INFO STEP 750: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
66362024-12-13T22:19:55.506Z[ recovery-image] Dec 13 22:19:54.176 INFO O| Dec 13 22:19:54.176 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/dict/FMNOTIFY.dict"
66372024-12-13T22:19:55.509Z[ recovery-image] Dec 13 22:19:54.176 INFO O| Dec 13 22:19:54.176 INFO STEP 750 (remove_files) COMPLETE
66382024-12-13T22:19:55.509Z[ recovery-image] Dec 13 22:19:54.176 INFO O| Dec 13 22:19:54.176 INFO STEP 751: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
66392024-12-13T22:19:55.548Z[ recovery-image] Dec 13 22:19:54.217 INFO O| Dec 13 22:19:54.217 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/dict/GMCA.dict"
66402024-12-13T22:19:55.548Z[ recovery-image] Dec 13 22:19:54.217 INFO O| Dec 13 22:19:54.217 INFO STEP 751 (remove_files) COMPLETE
66412024-12-13T22:19:55.550Z[ recovery-image] Dec 13 22:19:54.218 INFO O| Dec 13 22:19:54.217 INFO STEP 752: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
66422024-12-13T22:19:55.571Z[ recovery-image] Dec 13 22:19:54.241 INFO O| Dec 13 22:19:54.241 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/dict/INTEL.dict"
66432024-12-13T22:19:55.571Z[ recovery-image] Dec 13 22:19:54.241 INFO O| Dec 13 22:19:54.241 INFO STEP 752 (remove_files) COMPLETE
66442024-12-13T22:19:55.571Z[ recovery-image] Dec 13 22:19:54.241 INFO O| Dec 13 22:19:54.241 INFO STEP 753: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
66452024-12-13T22:19:55.594Z[ recovery-image] Dec 13 22:19:54.264 INFO O| Dec 13 22:19:54.264 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/fmd/fminject"
66462024-12-13T22:19:55.596Z[ recovery-image] Dec 13 22:19:54.264 INFO O| Dec 13 22:19:54.264 INFO STEP 753 (remove_files) COMPLETE
66472024-12-13T22:19:55.596Z[ recovery-image] Dec 13 22:19:54.264 INFO O| Dec 13 22:19:54.264 INFO STEP 754: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
66482024-12-13T22:19:55.674Z[ recovery-image] Dec 13 22:19:54.344 INFO O| Dec 13 22:19:54.344 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/fmd/fmsim"
66492024-12-13T22:19:55.676Z[ recovery-image] Dec 13 22:19:54.344 INFO O| Dec 13 22:19:54.344 INFO STEP 754 (remove_files) COMPLETE
66502024-12-13T22:19:55.676Z[ recovery-image] Dec 13 22:19:54.344 INFO O| Dec 13 22:19:54.344 INFO STEP 755: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
66512024-12-13T22:19:55.698Z[ recovery-image] Dec 13 22:19:54.368 INFO O| Dec 13 22:19:54.368 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/fmd/fmtopo"
66522024-12-13T22:19:55.708Z[ recovery-image] Dec 13 22:19:54.368 INFO O| Dec 13 22:19:54.368 INFO STEP 755 (remove_files) COMPLETE
66532024-12-13T22:19:55.708Z[ recovery-image] Dec 13 22:19:54.368 INFO O| Dec 13 22:19:54.368 INFO STEP 756: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
66542024-12-13T22:19:55.721Z[ recovery-image] Dec 13 22:19:54.391 INFO O| Dec 13 22:19:54.391 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/fmd/ipmitopo"
66552024-12-13T22:19:55.724Z[ recovery-image] Dec 13 22:19:54.391 INFO O| Dec 13 22:19:54.391 INFO STEP 756 (remove_files) COMPLETE
66562024-12-13T22:19:55.724Z[ recovery-image] Dec 13 22:19:54.391 INFO O| Dec 13 22:19:54.391 INFO STEP 757: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
66572024-12-13T22:19:55.766Z[ recovery-image] Dec 13 22:19:54.435 INFO O| Dec 13 22:19:54.435 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/fmd/mcdecode"
66582024-12-13T22:19:55.766Z[ recovery-image] Dec 13 22:19:54.436 INFO O| Dec 13 22:19:54.435 INFO STEP 757 (remove_files) COMPLETE
66592024-12-13T22:19:55.766Z[ recovery-image] Dec 13 22:19:54.436 INFO O| Dec 13 22:19:54.436 INFO STEP 758: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
66602024-12-13T22:19:55.788Z[ recovery-image] Dec 13 22:19:54.457 INFO O| Dec 13 22:19:54.457 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/fmd/plugins/cpumem-retire.conf"
66612024-12-13T22:19:55.788Z[ recovery-image] Dec 13 22:19:54.458 INFO O| Dec 13 22:19:54.458 INFO STEP 758 (remove_files) COMPLETE
66622024-12-13T22:19:55.788Z[ recovery-image] Dec 13 22:19:54.458 INFO O| Dec 13 22:19:54.458 INFO STEP 759: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
66632024-12-13T22:19:55.811Z[ recovery-image] Dec 13 22:19:54.481 INFO O| Dec 13 22:19:54.480 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/fmd/schemes/amd64/cpu.so"
66642024-12-13T22:19:55.811Z[ recovery-image] Dec 13 22:19:54.481 INFO O| Dec 13 22:19:54.481 INFO STEP 759 (remove_files) COMPLETE
66652024-12-13T22:19:55.811Z[ recovery-image] Dec 13 22:19:54.481 INFO O| Dec 13 22:19:54.481 INFO STEP 760: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
66662024-12-13T22:19:55.837Z[ recovery-image] Dec 13 22:19:54.504 INFO O| Dec 13 22:19:54.504 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/fmd/schemes/amd64/dev.so"
66672024-12-13T22:19:55.837Z[ recovery-image] Dec 13 22:19:54.504 INFO O| Dec 13 22:19:54.504 INFO STEP 760 (remove_files) COMPLETE
66682024-12-13T22:19:55.837Z[ recovery-image] Dec 13 22:19:54.504 INFO O| Dec 13 22:19:54.504 INFO STEP 761: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
66692024-12-13T22:19:55.857Z[ recovery-image] Dec 13 22:19:54.526 INFO O| Dec 13 22:19:54.526 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/fmd/schemes/amd64/fmd.so"
66702024-12-13T22:19:55.857Z[ recovery-image] Dec 13 22:19:54.526 INFO O| Dec 13 22:19:54.526 INFO STEP 761 (remove_files) COMPLETE
66712024-12-13T22:19:55.860Z[ recovery-image] Dec 13 22:19:54.527 INFO O| Dec 13 22:19:54.526 INFO STEP 762: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
66722024-12-13T22:19:55.878Z[ recovery-image] Dec 13 22:19:54.547 INFO O| Dec 13 22:19:54.547 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/fmd/schemes/amd64/hc.so"
66732024-12-13T22:19:55.878Z[ recovery-image] Dec 13 22:19:54.547 INFO O| Dec 13 22:19:54.547 INFO STEP 762 (remove_files) COMPLETE
66742024-12-13T22:19:55.878Z[ recovery-image] Dec 13 22:19:54.547 INFO O| Dec 13 22:19:54.547 INFO STEP 763: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
66752024-12-13T22:19:55.901Z[ recovery-image] Dec 13 22:19:54.570 INFO O| Dec 13 22:19:54.570 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/fmd/schemes/amd64/legacy-hc.so"
66762024-12-13T22:19:55.901Z[ recovery-image] Dec 13 22:19:54.570 INFO O| Dec 13 22:19:54.570 INFO STEP 763 (remove_files) COMPLETE
66772024-12-13T22:19:55.901Z[ recovery-image] Dec 13 22:19:54.570 INFO O| Dec 13 22:19:54.570 INFO STEP 764: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
66782024-12-13T22:19:55.924Z[ recovery-image] Dec 13 22:19:54.593 INFO O| Dec 13 22:19:54.593 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/fmd/schemes/amd64/mem.so"
66792024-12-13T22:19:55.924Z[ recovery-image] Dec 13 22:19:54.594 INFO O| Dec 13 22:19:54.593 INFO STEP 764 (remove_files) COMPLETE
66802024-12-13T22:19:55.924Z[ recovery-image] Dec 13 22:19:54.594 INFO O| Dec 13 22:19:54.594 INFO STEP 765: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
66812024-12-13T22:19:55.948Z[ recovery-image] Dec 13 22:19:54.617 INFO O| Dec 13 22:19:54.617 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/fmd/schemes/amd64/mod.so"
66822024-12-13T22:19:55.948Z[ recovery-image] Dec 13 22:19:54.618 INFO O| Dec 13 22:19:54.618 INFO STEP 765 (remove_files) COMPLETE
66832024-12-13T22:19:55.948Z[ recovery-image] Dec 13 22:19:54.618 INFO O| Dec 13 22:19:54.618 INFO STEP 766: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
66842024-12-13T22:19:55.992Z[ recovery-image] Dec 13 22:19:54.662 INFO O| Dec 13 22:19:54.662 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/fmd/schemes/amd64/pkg.so"
66852024-12-13T22:19:55.992Z[ recovery-image] Dec 13 22:19:54.662 INFO O| Dec 13 22:19:54.662 INFO STEP 766 (remove_files) COMPLETE
66862024-12-13T22:19:55.995Z[ recovery-image] Dec 13 22:19:54.662 INFO O| Dec 13 22:19:54.662 INFO STEP 767: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
66872024-12-13T22:19:56.016Z[ recovery-image] Dec 13 22:19:54.685 INFO O| Dec 13 22:19:54.685 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/fmd/schemes/amd64/svc.so"
66882024-12-13T22:19:56.016Z[ recovery-image] Dec 13 22:19:54.686 INFO O| Dec 13 22:19:54.685 INFO STEP 767 (remove_files) COMPLETE
66892024-12-13T22:19:56.016Z[ recovery-image] Dec 13 22:19:54.686 INFO O| Dec 13 22:19:54.686 INFO STEP 768: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
66902024-12-13T22:19:56.061Z[ recovery-image] Dec 13 22:19:54.725 INFO O| Dec 13 22:19:54.725 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/fmd/schemes/amd64/sw.so"
66912024-12-13T22:19:56.063Z[ recovery-image] Dec 13 22:19:54.726 INFO O| Dec 13 22:19:54.726 INFO STEP 768 (remove_files) COMPLETE
66922024-12-13T22:19:56.063Z[ recovery-image] Dec 13 22:19:54.726 INFO O| Dec 13 22:19:54.726 INFO STEP 769: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
66932024-12-13T22:19:56.083Z[ recovery-image] Dec 13 22:19:54.748 INFO O| Dec 13 22:19:54.748 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/fmd/schemes/amd64/zfs.so"
66942024-12-13T22:19:56.083Z[ recovery-image] Dec 13 22:19:54.748 INFO O| Dec 13 22:19:54.748 INFO STEP 769 (remove_files) COMPLETE
66952024-12-13T22:19:56.086Z[ recovery-image] Dec 13 22:19:54.748 INFO O| Dec 13 22:19:54.748 INFO STEP 770: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
66962024-12-13T22:19:56.103Z[ recovery-image] Dec 13 22:19:54.770 INFO O| Dec 13 22:19:54.769 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/fmd/schemes/cpu.so"
66972024-12-13T22:19:56.106Z[ recovery-image] Dec 13 22:19:54.770 INFO O| Dec 13 22:19:54.770 INFO STEP 770 (remove_files) COMPLETE
66982024-12-13T22:19:56.106Z[ recovery-image] Dec 13 22:19:54.770 INFO O| Dec 13 22:19:54.770 INFO STEP 771: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
66992024-12-13T22:19:56.122Z[ recovery-image] Dec 13 22:19:54.791 INFO O| Dec 13 22:19:54.791 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/fmd/schemes/dev.so"
67002024-12-13T22:19:56.125Z[ recovery-image] Dec 13 22:19:54.792 INFO O| Dec 13 22:19:54.792 INFO STEP 771 (remove_files) COMPLETE
67012024-12-13T22:19:56.125Z[ recovery-image] Dec 13 22:19:54.792 INFO O| Dec 13 22:19:54.792 INFO STEP 772: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
67022024-12-13T22:19:56.144Z[ recovery-image] Dec 13 22:19:54.814 INFO O| Dec 13 22:19:54.814 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/fmd/schemes/fmd.so"
67032024-12-13T22:19:56.147Z[ recovery-image] Dec 13 22:19:54.814 INFO O| Dec 13 22:19:54.814 INFO STEP 772 (remove_files) COMPLETE
67042024-12-13T22:19:56.147Z[ recovery-image] Dec 13 22:19:54.814 INFO O| Dec 13 22:19:54.814 INFO STEP 773: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
67052024-12-13T22:19:56.166Z[ recovery-image] Dec 13 22:19:54.835 INFO O| Dec 13 22:19:54.835 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/fmd/schemes/hc.so"
67062024-12-13T22:19:56.168Z[ recovery-image] Dec 13 22:19:54.836 INFO O| Dec 13 22:19:54.836 INFO STEP 773 (remove_files) COMPLETE
67072024-12-13T22:19:56.168Z[ recovery-image] Dec 13 22:19:54.836 INFO O| Dec 13 22:19:54.836 INFO STEP 774: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
67082024-12-13T22:19:56.188Z[ recovery-image] Dec 13 22:19:54.858 INFO O| Dec 13 22:19:54.858 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/fmd/schemes/legacy-hc.so"
67092024-12-13T22:19:56.191Z[ recovery-image] Dec 13 22:19:54.858 INFO O| Dec 13 22:19:54.858 INFO STEP 774 (remove_files) COMPLETE
67102024-12-13T22:19:56.191Z[ recovery-image] Dec 13 22:19:54.858 INFO O| Dec 13 22:19:54.858 INFO STEP 775: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
67112024-12-13T22:19:56.211Z[ recovery-image] Dec 13 22:19:54.881 INFO O| Dec 13 22:19:54.881 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/fmd/schemes/mem.so"
67122024-12-13T22:19:56.214Z[ recovery-image] Dec 13 22:19:54.881 INFO O| Dec 13 22:19:54.881 INFO STEP 775 (remove_files) COMPLETE
67132024-12-13T22:19:56.214Z[ recovery-image] Dec 13 22:19:54.882 INFO O| Dec 13 22:19:54.882 INFO STEP 776: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
67142024-12-13T22:19:56.237Z[ recovery-image] Dec 13 22:19:54.905 INFO O| Dec 13 22:19:54.905 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/fmd/schemes/mod.so"
67152024-12-13T22:19:56.237Z[ recovery-image] Dec 13 22:19:54.906 INFO O| Dec 13 22:19:54.906 INFO STEP 776 (remove_files) COMPLETE
67162024-12-13T22:19:56.237Z[ recovery-image] Dec 13 22:19:54.906 INFO O| Dec 13 22:19:54.906 INFO STEP 777: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
67172024-12-13T22:19:56.273Z[ recovery-image] Dec 13 22:19:54.943 INFO O| Dec 13 22:19:54.943 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/fmd/schemes/pkg.so"
67182024-12-13T22:19:56.273Z[ recovery-image] Dec 13 22:19:54.943 INFO O| Dec 13 22:19:54.943 INFO STEP 777 (remove_files) COMPLETE
67192024-12-13T22:19:56.273Z[ recovery-image] Dec 13 22:19:54.943 INFO O| Dec 13 22:19:54.943 INFO STEP 778: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
67202024-12-13T22:19:56.297Z[ recovery-image] Dec 13 22:19:54.966 INFO O| Dec 13 22:19:54.966 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/fmd/schemes/sw.so"
67212024-12-13T22:19:56.297Z[ recovery-image] Dec 13 22:19:54.966 INFO O| Dec 13 22:19:54.966 INFO STEP 778 (remove_files) COMPLETE
67222024-12-13T22:19:56.297Z[ recovery-image] Dec 13 22:19:54.966 INFO O| Dec 13 22:19:54.966 INFO STEP 779: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
67232024-12-13T22:19:56.319Z[ recovery-image] Dec 13 22:19:54.989 INFO O| Dec 13 22:19:54.989 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/libdiskstatus.so.1"
67242024-12-13T22:19:56.319Z[ recovery-image] Dec 13 22:19:54.989 INFO O| Dec 13 22:19:54.989 INFO STEP 779 (remove_files) COMPLETE
67252024-12-13T22:19:56.321Z[ recovery-image] Dec 13 22:19:54.989 INFO O| Dec 13 22:19:54.989 INFO STEP 780: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
67262024-12-13T22:19:56.356Z[ recovery-image] Dec 13 22:19:55.024 INFO O| Dec 13 22:19:55.024 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/libfmd_adm.so.1"
67272024-12-13T22:19:56.356Z[ recovery-image] Dec 13 22:19:55.024 INFO O| Dec 13 22:19:55.024 INFO STEP 780 (remove_files) COMPLETE
67282024-12-13T22:19:56.356Z[ recovery-image] Dec 13 22:19:55.024 INFO O| Dec 13 22:19:55.024 INFO STEP 781: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
67292024-12-13T22:19:56.391Z[ recovery-image] Dec 13 22:19:55.060 INFO O| Dec 13 22:19:55.060 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/libfmd_log.so.1"
67302024-12-13T22:19:56.391Z[ recovery-image] Dec 13 22:19:55.060 INFO O| Dec 13 22:19:55.060 INFO STEP 781 (remove_files) COMPLETE
67312024-12-13T22:19:56.395Z[ recovery-image] Dec 13 22:19:55.060 INFO O| Dec 13 22:19:55.060 INFO STEP 782: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
67322024-12-13T22:19:56.449Z[ recovery-image] Dec 13 22:19:55.118 INFO O| Dec 13 22:19:55.118 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/libfmd_snmp.so.1"
67332024-12-13T22:19:56.449Z[ recovery-image] Dec 13 22:19:55.118 INFO O| Dec 13 22:19:55.118 INFO STEP 782 (remove_files) COMPLETE
67342024-12-13T22:19:56.449Z[ recovery-image] Dec 13 22:19:55.118 INFO O| Dec 13 22:19:55.118 INFO STEP 783: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
67352024-12-13T22:19:56.479Z[ recovery-image] Dec 13 22:19:55.148 INFO O| Dec 13 22:19:55.148 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/libfmnotify.so.1"
67362024-12-13T22:19:56.479Z[ recovery-image] Dec 13 22:19:55.148 INFO O| Dec 13 22:19:55.148 INFO STEP 783 (remove_files) COMPLETE
67372024-12-13T22:19:56.482Z[ recovery-image] Dec 13 22:19:55.148 INFO O| Dec 13 22:19:55.148 INFO STEP 784: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
67382024-12-13T22:19:56.540Z[ recovery-image] Dec 13 22:19:55.209 INFO O| Dec 13 22:19:55.209 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/libseslog.so.1"
67392024-12-13T22:19:56.540Z[ recovery-image] Dec 13 22:19:55.209 INFO O| Dec 13 22:19:55.209 INFO STEP 784 (remove_files) COMPLETE
67402024-12-13T22:19:56.540Z[ recovery-image] Dec 13 22:19:55.209 INFO O| Dec 13 22:19:55.209 INFO STEP 785: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
67412024-12-13T22:19:56.574Z[ recovery-image] Dec 13 22:19:55.244 INFO O| Dec 13 22:19:55.244 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/topo/maps/xfp-hc-topology.xml"
67422024-12-13T22:19:56.574Z[ recovery-image] Dec 13 22:19:55.244 INFO O| Dec 13 22:19:55.244 INFO STEP 785 (remove_files) COMPLETE
67432024-12-13T22:19:56.574Z[ recovery-image] Dec 13 22:19:55.244 INFO O| Dec 13 22:19:55.244 INFO STEP 786: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
67442024-12-13T22:19:56.600Z[ recovery-image] Dec 13 22:19:55.269 INFO O| Dec 13 22:19:55.269 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/topo/plugins/disk.so"
67452024-12-13T22:19:56.600Z[ recovery-image] Dec 13 22:19:55.270 INFO O| Dec 13 22:19:55.270 INFO STEP 786 (remove_files) COMPLETE
67462024-12-13T22:19:56.600Z[ recovery-image] Dec 13 22:19:55.270 INFO O| Dec 13 22:19:55.270 INFO STEP 787: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
67472024-12-13T22:19:56.625Z[ recovery-image] Dec 13 22:19:55.295 INFO O| Dec 13 22:19:55.295 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/topo/plugins/fac_prov_ahci.so"
67482024-12-13T22:19:56.625Z[ recovery-image] Dec 13 22:19:55.295 INFO O| Dec 13 22:19:55.295 INFO STEP 787 (remove_files) COMPLETE
67492024-12-13T22:19:56.625Z[ recovery-image] Dec 13 22:19:55.295 INFO O| Dec 13 22:19:55.295 INFO STEP 788: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
67502024-12-13T22:19:56.652Z[ recovery-image] Dec 13 22:19:55.321 INFO O| Dec 13 22:19:55.321 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/topo/plugins/fac_prov_ipmi.so"
67512024-12-13T22:19:56.652Z[ recovery-image] Dec 13 22:19:55.321 INFO O| Dec 13 22:19:55.321 INFO STEP 788 (remove_files) COMPLETE
67522024-12-13T22:19:56.655Z[ recovery-image] Dec 13 22:19:55.321 INFO O| Dec 13 22:19:55.321 INFO STEP 789: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
67532024-12-13T22:19:56.676Z[ recovery-image] Dec 13 22:19:55.346 INFO O| Dec 13 22:19:55.345 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/topo/plugins/fac_prov_mptsas.so"
67542024-12-13T22:19:56.676Z[ recovery-image] Dec 13 22:19:55.346 INFO O| Dec 13 22:19:55.346 INFO STEP 789 (remove_files) COMPLETE
67552024-12-13T22:19:56.680Z[ recovery-image] Dec 13 22:19:55.346 INFO O| Dec 13 22:19:55.346 INFO STEP 790: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
67562024-12-13T22:19:56.700Z[ recovery-image] Dec 13 22:19:55.369 INFO O| Dec 13 22:19:55.369 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/topo/plugins/ipmi.so"
67572024-12-13T22:19:56.700Z[ recovery-image] Dec 13 22:19:55.369 INFO O| Dec 13 22:19:55.369 INFO STEP 790 (remove_files) COMPLETE
67582024-12-13T22:19:56.700Z[ recovery-image] Dec 13 22:19:55.370 INFO O| Dec 13 22:19:55.369 INFO STEP 791: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
67592024-12-13T22:19:56.738Z[ recovery-image] Dec 13 22:19:55.407 INFO O| Dec 13 22:19:55.407 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/topo/plugins/nic.so"
67602024-12-13T22:19:56.741Z[ recovery-image] Dec 13 22:19:55.407 INFO O| Dec 13 22:19:55.407 INFO STEP 791 (remove_files) COMPLETE
67612024-12-13T22:19:56.741Z[ recovery-image] Dec 13 22:19:55.407 INFO O| Dec 13 22:19:55.407 INFO STEP 792: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
67622024-12-13T22:19:56.800Z[ recovery-image] Dec 13 22:19:55.468 INFO O| Dec 13 22:19:55.468 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/topo/plugins/ses.so"
67632024-12-13T22:19:56.800Z[ recovery-image] Dec 13 22:19:55.468 INFO O| Dec 13 22:19:55.468 INFO STEP 792 (remove_files) COMPLETE
67642024-12-13T22:19:56.802Z[ recovery-image] Dec 13 22:19:55.468 INFO O| Dec 13 22:19:55.468 INFO STEP 793: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
67652024-12-13T22:19:56.863Z[ recovery-image] Dec 13 22:19:55.533 INFO O| Dec 13 22:19:55.533 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/topo/plugins/smbios.so"
67662024-12-13T22:19:56.867Z[ recovery-image] Dec 13 22:19:55.533 INFO O| Dec 13 22:19:55.533 INFO STEP 793 (remove_files) COMPLETE
67672024-12-13T22:19:56.867Z[ recovery-image] Dec 13 22:19:55.533 INFO O| Dec 13 22:19:55.533 INFO STEP 794: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
67682024-12-13T22:19:56.886Z[ recovery-image] Dec 13 22:19:55.555 INFO O| Dec 13 22:19:55.555 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/topo/plugins/usb.so"
67692024-12-13T22:19:56.888Z[ recovery-image] Dec 13 22:19:55.556 INFO O| Dec 13 22:19:55.556 INFO STEP 794 (remove_files) COMPLETE
67702024-12-13T22:19:56.888Z[ recovery-image] Dec 13 22:19:55.556 INFO O| Dec 13 22:19:55.556 INFO STEP 795: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
67712024-12-13T22:19:56.908Z[ recovery-image] Dec 13 22:19:55.577 INFO O| Dec 13 22:19:55.577 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/topo/plugins/xfp.so"
67722024-12-13T22:19:56.910Z[ recovery-image] Dec 13 22:19:55.578 INFO O| Dec 13 22:19:55.578 INFO STEP 795 (remove_files) COMPLETE
67732024-12-13T22:19:56.910Z[ recovery-image] Dec 13 22:19:55.578 INFO O| Dec 13 22:19:55.578 INFO STEP 796: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
67742024-12-13T22:19:56.973Z[ recovery-image] Dec 13 22:19:55.642 INFO O| Dec 13 22:19:55.642 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/bootfs/mount"
67752024-12-13T22:19:56.973Z[ recovery-image] Dec 13 22:19:55.642 INFO O| Dec 13 22:19:55.642 INFO STEP 796 (remove_files) COMPLETE
67762024-12-13T22:19:56.973Z[ recovery-image] Dec 13 22:19:55.642 INFO O| Dec 13 22:19:55.642 INFO STEP 797: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
67772024-12-13T22:19:57.000Z[ recovery-image] Dec 13 22:19:55.669 INFO O| Dec 13 22:19:55.669 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/hsfs/fstyp"
67782024-12-13T22:19:57.000Z[ recovery-image] Dec 13 22:19:55.669 INFO O| Dec 13 22:19:55.669 INFO STEP 797 (remove_files) COMPLETE
67792024-12-13T22:19:57.003Z[ recovery-image] Dec 13 22:19:55.669 INFO O| Dec 13 22:19:55.669 INFO STEP 798: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
67802024-12-13T22:19:57.040Z[ recovery-image] Dec 13 22:19:55.709 INFO O| Dec 13 22:19:55.709 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/hsfs/fstyp.so.1"
67812024-12-13T22:19:57.040Z[ recovery-image] Dec 13 22:19:55.709 INFO O| Dec 13 22:19:55.709 INFO STEP 798 (remove_files) COMPLETE
67822024-12-13T22:19:57.040Z[ recovery-image] Dec 13 22:19:55.709 INFO O| Dec 13 22:19:55.709 INFO STEP 799: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
67832024-12-13T22:19:57.087Z[ recovery-image] Dec 13 22:19:55.757 INFO O| Dec 13 22:19:55.757 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/hsfs/labelit"
67842024-12-13T22:19:57.087Z[ recovery-image] Dec 13 22:19:55.757 INFO O| Dec 13 22:19:55.757 INFO STEP 799 (remove_files) COMPLETE
67852024-12-13T22:19:57.091Z[ recovery-image] Dec 13 22:19:55.757 INFO O| Dec 13 22:19:55.757 INFO STEP 800: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
67862024-12-13T22:19:57.117Z[ recovery-image] Dec 13 22:19:55.785 INFO O| Dec 13 22:19:55.785 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/lofs/mount"
67872024-12-13T22:19:57.117Z[ recovery-image] Dec 13 22:19:55.785 INFO O| Dec 13 22:19:55.785 INFO STEP 800 (remove_files) COMPLETE
67882024-12-13T22:19:57.117Z[ recovery-image] Dec 13 22:19:55.785 INFO O| Dec 13 22:19:55.785 INFO STEP 801: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
67892024-12-13T22:19:57.142Z[ recovery-image] Dec 13 22:19:55.811 INFO O| Dec 13 22:19:55.811 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/mntfs/mount"
67902024-12-13T22:19:57.142Z[ recovery-image] Dec 13 22:19:55.811 INFO O| Dec 13 22:19:55.811 INFO STEP 801 (remove_files) COMPLETE
67912024-12-13T22:19:57.142Z[ recovery-image] Dec 13 22:19:55.811 INFO O| Dec 13 22:19:55.811 INFO STEP 802: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
67922024-12-13T22:19:57.167Z[ recovery-image] Dec 13 22:19:55.836 INFO O| Dec 13 22:19:55.836 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/pcfs/fsck"
67932024-12-13T22:19:57.169Z[ recovery-image] Dec 13 22:19:55.836 INFO O| Dec 13 22:19:55.836 INFO STEP 802 (remove_files) COMPLETE
67942024-12-13T22:19:57.169Z[ recovery-image] Dec 13 22:19:55.836 INFO O| Dec 13 22:19:55.836 INFO STEP 803: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
67952024-12-13T22:19:57.191Z[ recovery-image] Dec 13 22:19:55.860 INFO O| Dec 13 22:19:55.860 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/pcfs/fstyp"
67962024-12-13T22:19:57.191Z[ recovery-image] Dec 13 22:19:55.860 INFO O| Dec 13 22:19:55.860 INFO STEP 803 (remove_files) COMPLETE
67972024-12-13T22:19:57.191Z[ recovery-image] Dec 13 22:19:55.860 INFO O| Dec 13 22:19:55.860 INFO STEP 804: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
67982024-12-13T22:19:57.214Z[ recovery-image] Dec 13 22:19:55.884 INFO O| Dec 13 22:19:55.884 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/pcfs/fstyp.so.1"
67992024-12-13T22:19:57.214Z[ recovery-image] Dec 13 22:19:55.884 INFO O| Dec 13 22:19:55.884 INFO STEP 804 (remove_files) COMPLETE
68002024-12-13T22:19:57.214Z[ recovery-image] Dec 13 22:19:55.884 INFO O| Dec 13 22:19:55.884 INFO STEP 805: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
68012024-12-13T22:19:57.236Z[ recovery-image] Dec 13 22:19:55.906 INFO O| Dec 13 22:19:55.906 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/pcfs/mkfs"
68022024-12-13T22:19:57.236Z[ recovery-image] Dec 13 22:19:55.906 INFO O| Dec 13 22:19:55.906 INFO STEP 805 (remove_files) COMPLETE
68032024-12-13T22:19:57.236Z[ recovery-image] Dec 13 22:19:55.906 INFO O| Dec 13 22:19:55.906 INFO STEP 806: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
68042024-12-13T22:19:57.259Z[ recovery-image] Dec 13 22:19:55.928 INFO O| Dec 13 22:19:55.927 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/pcfs/mount"
68052024-12-13T22:19:57.259Z[ recovery-image] Dec 13 22:19:55.928 INFO O| Dec 13 22:19:55.928 INFO STEP 806 (remove_files) COMPLETE
68062024-12-13T22:19:57.259Z[ recovery-image] Dec 13 22:19:55.928 INFO O| Dec 13 22:19:55.928 INFO STEP 807: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
68072024-12-13T22:19:57.280Z[ recovery-image] Dec 13 22:19:55.950 INFO O| Dec 13 22:19:55.950 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/sharefs/mount"
68082024-12-13T22:19:57.280Z[ recovery-image] Dec 13 22:19:55.950 INFO O| Dec 13 22:19:55.950 INFO STEP 807 (remove_files) COMPLETE
68092024-12-13T22:19:57.280Z[ recovery-image] Dec 13 22:19:55.950 INFO O| Dec 13 22:19:55.950 INFO STEP 808: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
68102024-12-13T22:19:57.316Z[ recovery-image] Dec 13 22:19:55.986 INFO O| Dec 13 22:19:55.986 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/smb/amd64/libshare_smb.so.1"
68112024-12-13T22:19:57.319Z[ recovery-image] Dec 13 22:19:55.986 INFO O| Dec 13 22:19:55.986 INFO STEP 808 (remove_files) COMPLETE
68122024-12-13T22:19:57.319Z[ recovery-image] Dec 13 22:19:55.986 INFO O| Dec 13 22:19:55.986 INFO STEP 809: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
68132024-12-13T22:19:57.341Z[ recovery-image] Dec 13 22:19:56.010 INFO O| Dec 13 22:19:56.010 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/smb/libshare_smb.so.1"
68142024-12-13T22:19:57.343Z[ recovery-image] Dec 13 22:19:56.010 INFO O| Dec 13 22:19:56.010 INFO STEP 809 (remove_files) COMPLETE
68152024-12-13T22:19:57.343Z[ recovery-image] Dec 13 22:19:56.011 INFO O| Dec 13 22:19:56.010 INFO STEP 810: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
68162024-12-13T22:19:57.373Z[ recovery-image] Dec 13 22:19:56.042 INFO O| Dec 13 22:19:56.042 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/smbfs/amd64/libshare_smbfs.so.1"
68172024-12-13T22:19:57.373Z[ recovery-image] Dec 13 22:19:56.043 INFO O| Dec 13 22:19:56.043 INFO STEP 810 (remove_files) COMPLETE
68182024-12-13T22:19:57.373Z[ recovery-image] Dec 13 22:19:56.043 INFO O| Dec 13 22:19:56.043 INFO STEP 811: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
68192024-12-13T22:19:57.435Z[ recovery-image] Dec 13 22:19:56.103 INFO O| Dec 13 22:19:56.103 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/smbfs/dfshares"
68202024-12-13T22:19:57.435Z[ recovery-image] Dec 13 22:19:56.103 INFO O| Dec 13 22:19:56.103 INFO STEP 811 (remove_files) COMPLETE
68212024-12-13T22:19:57.435Z[ recovery-image] Dec 13 22:19:56.103 INFO O| Dec 13 22:19:56.103 INFO STEP 812: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
68222024-12-13T22:19:57.457Z[ recovery-image] Dec 13 22:19:56.126 INFO O| Dec 13 22:19:56.126 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/smbfs/libshare_smbfs.so.1"
68232024-12-13T22:19:57.457Z[ recovery-image] Dec 13 22:19:56.126 INFO O| Dec 13 22:19:56.126 INFO STEP 812 (remove_files) COMPLETE
68242024-12-13T22:19:57.457Z[ recovery-image] Dec 13 22:19:56.126 INFO O| Dec 13 22:19:56.126 INFO STEP 813: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
68252024-12-13T22:19:57.479Z[ recovery-image] Dec 13 22:19:56.148 INFO O| Dec 13 22:19:56.148 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/smbfs/mount"
68262024-12-13T22:19:57.479Z[ recovery-image] Dec 13 22:19:56.148 INFO O| Dec 13 22:19:56.148 INFO STEP 813 (remove_files) COMPLETE
68272024-12-13T22:19:57.479Z[ recovery-image] Dec 13 22:19:56.148 INFO O| Dec 13 22:19:56.148 INFO STEP 814: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
68282024-12-13T22:19:57.503Z[ recovery-image] Dec 13 22:19:56.173 INFO O| Dec 13 22:19:56.172 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/smbfs/share"
68292024-12-13T22:19:57.503Z[ recovery-image] Dec 13 22:19:56.173 INFO O| Dec 13 22:19:56.173 INFO STEP 814 (remove_files) COMPLETE
68302024-12-13T22:19:57.506Z[ recovery-image] Dec 13 22:19:56.173 INFO O| Dec 13 22:19:56.173 INFO STEP 815: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
68312024-12-13T22:19:57.525Z[ recovery-image] Dec 13 22:19:56.194 INFO O| Dec 13 22:19:56.194 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/smbfs/umount"
68322024-12-13T22:19:57.525Z[ recovery-image] Dec 13 22:19:56.195 INFO O| Dec 13 22:19:56.195 INFO STEP 815 (remove_files) COMPLETE
68332024-12-13T22:19:57.525Z[ recovery-image] Dec 13 22:19:56.195 INFO O| Dec 13 22:19:56.195 INFO STEP 816: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
68342024-12-13T22:19:57.547Z[ recovery-image] Dec 13 22:19:56.216 INFO O| Dec 13 22:19:56.216 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/smbfs/unshare"
68352024-12-13T22:19:57.547Z[ recovery-image] Dec 13 22:19:56.216 INFO O| Dec 13 22:19:56.216 INFO STEP 816 (remove_files) COMPLETE
68362024-12-13T22:19:57.550Z[ recovery-image] Dec 13 22:19:56.216 INFO O| Dec 13 22:19:56.216 INFO STEP 817: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
68372024-12-13T22:19:57.568Z[ recovery-image] Dec 13 22:19:56.238 INFO O| Dec 13 22:19:56.238 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/ufs/clri"
68382024-12-13T22:19:57.571Z[ recovery-image] Dec 13 22:19:56.238 INFO O| Dec 13 22:19:56.238 INFO STEP 817 (remove_files) COMPLETE
68392024-12-13T22:19:57.571Z[ recovery-image] Dec 13 22:19:56.238 INFO O| Dec 13 22:19:56.238 INFO STEP 818: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
68402024-12-13T22:19:57.628Z[ recovery-image] Dec 13 22:19:56.298 INFO O| Dec 13 22:19:56.298 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/ufs/dcopy"
68412024-12-13T22:19:57.629Z[ recovery-image] Dec 13 22:19:56.298 INFO O| Dec 13 22:19:56.298 INFO STEP 818 (remove_files) COMPLETE
68422024-12-13T22:19:57.629Z[ recovery-image] Dec 13 22:19:56.298 INFO O| Dec 13 22:19:56.298 INFO STEP 819: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
68432024-12-13T22:19:57.657Z[ recovery-image] Dec 13 22:19:56.325 INFO O| Dec 13 22:19:56.325 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/ufs/df"
68442024-12-13T22:19:57.657Z[ recovery-image] Dec 13 22:19:56.325 INFO O| Dec 13 22:19:56.325 INFO STEP 819 (remove_files) COMPLETE
68452024-12-13T22:19:57.657Z[ recovery-image] Dec 13 22:19:56.325 INFO O| Dec 13 22:19:56.325 INFO STEP 820: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
68462024-12-13T22:19:57.678Z[ recovery-image] Dec 13 22:19:56.348 INFO O| Dec 13 22:19:56.348 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/ufs/edquota"
68472024-12-13T22:19:57.679Z[ recovery-image] Dec 13 22:19:56.348 INFO O| Dec 13 22:19:56.348 INFO STEP 820 (remove_files) COMPLETE
68482024-12-13T22:19:57.681Z[ recovery-image] Dec 13 22:19:56.348 INFO O| Dec 13 22:19:56.348 INFO STEP 821: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
68492024-12-13T22:19:57.744Z[ recovery-image] Dec 13 22:19:56.413 INFO O| Dec 13 22:19:56.413 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/ufs/ff"
68502024-12-13T22:19:57.747Z[ recovery-image] Dec 13 22:19:56.413 INFO O| Dec 13 22:19:56.413 INFO STEP 821 (remove_files) COMPLETE
68512024-12-13T22:19:57.747Z[ recovery-image] Dec 13 22:19:56.413 INFO O| Dec 13 22:19:56.413 INFO STEP 822: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
68522024-12-13T22:19:57.767Z[ recovery-image] Dec 13 22:19:56.437 INFO O| Dec 13 22:19:56.436 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/ufs/fsck"
68532024-12-13T22:19:57.770Z[ recovery-image] Dec 13 22:19:56.437 INFO O| Dec 13 22:19:56.437 INFO STEP 822 (remove_files) COMPLETE
68542024-12-13T22:19:57.770Z[ recovery-image] Dec 13 22:19:56.437 INFO O| Dec 13 22:19:56.437 INFO STEP 823: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
68552024-12-13T22:19:57.791Z[ recovery-image] Dec 13 22:19:56.460 INFO O| Dec 13 22:19:56.460 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/ufs/fsckall"
68562024-12-13T22:19:57.794Z[ recovery-image] Dec 13 22:19:56.460 INFO O| Dec 13 22:19:56.460 INFO STEP 823 (remove_files) COMPLETE
68572024-12-13T22:19:57.794Z[ recovery-image] Dec 13 22:19:56.460 INFO O| Dec 13 22:19:56.460 INFO STEP 824: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
68582024-12-13T22:19:57.831Z[ recovery-image] Dec 13 22:19:56.500 INFO O| Dec 13 22:19:56.500 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/ufs/fsdb"
68592024-12-13T22:19:57.833Z[ recovery-image] Dec 13 22:19:56.500 INFO O| Dec 13 22:19:56.500 INFO STEP 824 (remove_files) COMPLETE
68602024-12-13T22:19:57.833Z[ recovery-image] Dec 13 22:19:56.500 INFO O| Dec 13 22:19:56.500 INFO STEP 825: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
68612024-12-13T22:19:57.858Z[ recovery-image] Dec 13 22:19:56.527 INFO O| Dec 13 22:19:56.527 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/ufs/fsirand"
68622024-12-13T22:19:57.861Z[ recovery-image] Dec 13 22:19:56.527 INFO O| Dec 13 22:19:56.527 INFO STEP 825 (remove_files) COMPLETE
68632024-12-13T22:19:57.861Z[ recovery-image] Dec 13 22:19:56.528 INFO O| Dec 13 22:19:56.528 INFO STEP 826: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
68642024-12-13T22:19:57.881Z[ recovery-image] Dec 13 22:19:56.550 INFO O| Dec 13 22:19:56.550 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/ufs/fssnap"
68652024-12-13T22:19:57.884Z[ recovery-image] Dec 13 22:19:56.551 INFO O| Dec 13 22:19:56.551 INFO STEP 826 (remove_files) COMPLETE
68662024-12-13T22:19:57.884Z[ recovery-image] Dec 13 22:19:56.551 INFO O| Dec 13 22:19:56.551 INFO STEP 827: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
68672024-12-13T22:19:57.906Z[ recovery-image] Dec 13 22:19:56.572 INFO O| Dec 13 22:19:56.572 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/ufs/fstyp"
68682024-12-13T22:19:57.906Z[ recovery-image] Dec 13 22:19:56.572 INFO O| Dec 13 22:19:56.572 INFO STEP 827 (remove_files) COMPLETE
68692024-12-13T22:19:57.909Z[ recovery-image] Dec 13 22:19:56.572 INFO O| Dec 13 22:19:56.572 INFO STEP 828: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
68702024-12-13T22:19:57.925Z[ recovery-image] Dec 13 22:19:56.594 INFO O| Dec 13 22:19:56.594 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/ufs/fstyp.so.1"
68712024-12-13T22:19:57.930Z[ recovery-image] Dec 13 22:19:56.594 INFO O| Dec 13 22:19:56.594 INFO STEP 828 (remove_files) COMPLETE
68722024-12-13T22:19:57.930Z[ recovery-image] Dec 13 22:19:56.595 INFO O| Dec 13 22:19:56.594 INFO STEP 829: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
68732024-12-13T22:19:57.962Z[ recovery-image] Dec 13 22:19:56.631 INFO O| Dec 13 22:19:56.631 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/ufs/labelit"
68742024-12-13T22:19:57.965Z[ recovery-image] Dec 13 22:19:56.632 INFO O| Dec 13 22:19:56.631 INFO STEP 829 (remove_files) COMPLETE
68752024-12-13T22:19:57.965Z[ recovery-image] Dec 13 22:19:56.632 INFO O| Dec 13 22:19:56.632 INFO STEP 830: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
68762024-12-13T22:19:57.995Z[ recovery-image] Dec 13 22:19:56.664 INFO O| Dec 13 22:19:56.664 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/ufs/lockfs"
68772024-12-13T22:19:57.995Z[ recovery-image] Dec 13 22:19:56.664 INFO O| Dec 13 22:19:56.664 INFO STEP 830 (remove_files) COMPLETE
68782024-12-13T22:19:57.995Z[ recovery-image] Dec 13 22:19:56.664 INFO O| Dec 13 22:19:56.664 INFO STEP 831: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
68792024-12-13T22:19:58.017Z[ recovery-image] Dec 13 22:19:56.686 INFO O| Dec 13 22:19:56.686 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/ufs/mkfs"
68802024-12-13T22:19:58.020Z[ recovery-image] Dec 13 22:19:56.686 INFO O| Dec 13 22:19:56.686 INFO STEP 831 (remove_files) COMPLETE
68812024-12-13T22:19:58.020Z[ recovery-image] Dec 13 22:19:56.686 INFO O| Dec 13 22:19:56.686 INFO STEP 832: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
68822024-12-13T22:19:58.075Z[ recovery-image] Dec 13 22:19:56.743 INFO O| Dec 13 22:19:56.743 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/ufs/ncheck"
68832024-12-13T22:19:58.075Z[ recovery-image] Dec 13 22:19:56.743 INFO O| Dec 13 22:19:56.743 INFO STEP 832 (remove_files) COMPLETE
68842024-12-13T22:19:58.075Z[ recovery-image] Dec 13 22:19:56.743 INFO O| Dec 13 22:19:56.743 INFO STEP 833: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
68852024-12-13T22:19:58.163Z[ recovery-image] Dec 13 22:19:56.832 INFO O| Dec 13 22:19:56.832 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/ufs/newfs"
68862024-12-13T22:19:58.163Z[ recovery-image] Dec 13 22:19:56.832 INFO O| Dec 13 22:19:56.832 INFO STEP 833 (remove_files) COMPLETE
68872024-12-13T22:19:58.163Z[ recovery-image] Dec 13 22:19:56.832 INFO O| Dec 13 22:19:56.832 INFO STEP 834: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
68882024-12-13T22:19:58.186Z[ recovery-image] Dec 13 22:19:56.855 INFO O| Dec 13 22:19:56.855 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/ufs/quot"
68892024-12-13T22:19:58.186Z[ recovery-image] Dec 13 22:19:56.855 INFO O| Dec 13 22:19:56.855 INFO STEP 834 (remove_files) COMPLETE
68902024-12-13T22:19:58.189Z[ recovery-image] Dec 13 22:19:56.855 INFO O| Dec 13 22:19:56.855 INFO STEP 835: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
68912024-12-13T22:19:58.212Z[ recovery-image] Dec 13 22:19:56.881 INFO O| Dec 13 22:19:56.881 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/ufs/quotacheck"
68922024-12-13T22:19:58.212Z[ recovery-image] Dec 13 22:19:56.881 INFO O| Dec 13 22:19:56.881 INFO STEP 835 (remove_files) COMPLETE
68932024-12-13T22:19:58.215Z[ recovery-image] Dec 13 22:19:56.882 INFO O| Dec 13 22:19:56.881 INFO STEP 836: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
68942024-12-13T22:19:58.239Z[ recovery-image] Dec 13 22:19:56.906 INFO O| Dec 13 22:19:56.906 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/ufs/quotaoff"
68952024-12-13T22:19:58.239Z[ recovery-image] Dec 13 22:19:56.907 INFO O| Dec 13 22:19:56.907 INFO STEP 836 (remove_files) COMPLETE
68962024-12-13T22:19:58.239Z[ recovery-image] Dec 13 22:19:56.907 INFO O| Dec 13 22:19:56.907 INFO STEP 837: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
68972024-12-13T22:19:58.261Z[ recovery-image] Dec 13 22:19:56.929 INFO O| Dec 13 22:19:56.929 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/ufs/quotaon"
68982024-12-13T22:19:58.261Z[ recovery-image] Dec 13 22:19:56.930 INFO O| Dec 13 22:19:56.929 INFO STEP 837 (remove_files) COMPLETE
68992024-12-13T22:19:58.261Z[ recovery-image] Dec 13 22:19:56.930 INFO O| Dec 13 22:19:56.930 INFO STEP 838: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
69002024-12-13T22:19:58.283Z[ recovery-image] Dec 13 22:19:56.952 INFO O| Dec 13 22:19:56.952 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/ufs/repquota"
69012024-12-13T22:19:58.283Z[ recovery-image] Dec 13 22:19:56.953 INFO O| Dec 13 22:19:56.953 INFO STEP 838 (remove_files) COMPLETE
69022024-12-13T22:19:58.283Z[ recovery-image] Dec 13 22:19:56.953 INFO O| Dec 13 22:19:56.953 INFO STEP 839: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
69032024-12-13T22:19:58.307Z[ recovery-image] Dec 13 22:19:56.977 INFO O| Dec 13 22:19:56.976 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/ufs/tunefs"
69042024-12-13T22:19:58.308Z[ recovery-image] Dec 13 22:19:56.977 INFO O| Dec 13 22:19:56.976 INFO STEP 839 (remove_files) COMPLETE
69052024-12-13T22:19:58.311Z[ recovery-image] Dec 13 22:19:56.977 INFO O| Dec 13 22:19:56.976 INFO STEP 840: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
69062024-12-13T22:19:58.331Z[ recovery-image] Dec 13 22:19:57.000 INFO O| Dec 13 22:19:57.000 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/ufs/ufsdump"
69072024-12-13T22:19:58.331Z[ recovery-image] Dec 13 22:19:57.000 INFO O| Dec 13 22:19:57.000 INFO STEP 840 (remove_files) COMPLETE
69082024-12-13T22:19:58.334Z[ recovery-image] Dec 13 22:19:57.000 INFO O| Dec 13 22:19:57.000 INFO STEP 841: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
69092024-12-13T22:19:58.371Z[ recovery-image] Dec 13 22:19:57.040 INFO O| Dec 13 22:19:57.040 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/ufs/ufsrestore"
69102024-12-13T22:19:58.371Z[ recovery-image] Dec 13 22:19:57.040 INFO O| Dec 13 22:19:57.040 INFO STEP 841 (remove_files) COMPLETE
69112024-12-13T22:19:58.371Z[ recovery-image] Dec 13 22:19:57.040 INFO O| Dec 13 22:19:57.040 INFO STEP 842: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
69122024-12-13T22:19:58.421Z[ recovery-image] Dec 13 22:19:57.090 INFO O| Dec 13 22:19:57.070 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/ufs/volcopy"
69132024-12-13T22:19:58.421Z[ recovery-image] Dec 13 22:19:57.090 INFO O| Dec 13 22:19:57.070 INFO STEP 842 (remove_files) COMPLETE
69142024-12-13T22:19:58.428Z[ recovery-image] Dec 13 22:19:57.090 INFO O| Dec 13 22:19:57.070 INFO STEP 843: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
69152024-12-13T22:19:58.428Z[ recovery-image] Dec 13 22:19:57.095 INFO O| Dec 13 22:19:57.095 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/gss/dh1024-0.so.1"
69162024-12-13T22:19:58.428Z[ recovery-image] Dec 13 22:19:57.095 INFO O| Dec 13 22:19:57.095 INFO STEP 843 (remove_files) COMPLETE
69172024-12-13T22:19:58.428Z[ recovery-image] Dec 13 22:19:57.095 INFO O| Dec 13 22:19:57.095 INFO STEP 844: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
69182024-12-13T22:19:58.449Z[ recovery-image] Dec 13 22:19:57.118 INFO O| Dec 13 22:19:57.118 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/gss/dh640-0.so.1"
69192024-12-13T22:19:58.449Z[ recovery-image] Dec 13 22:19:57.118 INFO O| Dec 13 22:19:57.118 INFO STEP 844 (remove_files) COMPLETE
69202024-12-13T22:19:58.449Z[ recovery-image] Dec 13 22:19:57.118 INFO O| Dec 13 22:19:57.118 INFO STEP 845: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
69212024-12-13T22:19:58.470Z[ recovery-image] Dec 13 22:19:57.140 INFO O| Dec 13 22:19:57.140 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/gss/gsscred_clean"
69222024-12-13T22:19:58.470Z[ recovery-image] Dec 13 22:19:57.140 INFO O| Dec 13 22:19:57.140 INFO STEP 845 (remove_files) COMPLETE
69232024-12-13T22:19:58.471Z[ recovery-image] Dec 13 22:19:57.140 INFO O| Dec 13 22:19:57.140 INFO STEP 846: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
69242024-12-13T22:19:58.494Z[ recovery-image] Dec 13 22:19:57.162 INFO O| Dec 13 22:19:57.162 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/gss/gssd"
69252024-12-13T22:19:58.494Z[ recovery-image] Dec 13 22:19:57.162 INFO O| Dec 13 22:19:57.162 INFO STEP 846 (remove_files) COMPLETE
69262024-12-13T22:19:58.494Z[ recovery-image] Dec 13 22:19:57.162 INFO O| Dec 13 22:19:57.162 INFO STEP 847: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
69272024-12-13T22:19:58.515Z[ recovery-image] Dec 13 22:19:57.184 INFO O| Dec 13 22:19:57.184 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/gss/mech_dh.so.1"
69282024-12-13T22:19:58.515Z[ recovery-image] Dec 13 22:19:57.184 INFO O| Dec 13 22:19:57.184 INFO STEP 847 (remove_files) COMPLETE
69292024-12-13T22:19:58.530Z[ recovery-image] Dec 13 22:19:57.184 INFO O| Dec 13 22:19:57.184 INFO STEP 848: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
69302024-12-13T22:19:58.553Z[ recovery-image] Dec 13 22:19:57.222 INFO O| Dec 13 22:19:57.222 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/gss/mech_krb5.so.1"
69312024-12-13T22:19:58.553Z[ recovery-image] Dec 13 22:19:57.222 INFO O| Dec 13 22:19:57.222 INFO STEP 848 (remove_files) COMPLETE
69322024-12-13T22:19:58.553Z[ recovery-image] Dec 13 22:19:57.222 INFO O| Dec 13 22:19:57.222 INFO STEP 849: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
69332024-12-13T22:19:58.653Z[ recovery-image] Dec 13 22:19:57.322 INFO O| Dec 13 22:19:57.322 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/gss/mech_spnego.so.1"
69342024-12-13T22:19:58.653Z[ recovery-image] Dec 13 22:19:57.322 INFO O| Dec 13 22:19:57.322 INFO STEP 849 (remove_files) COMPLETE
69352024-12-13T22:19:58.653Z[ recovery-image] Dec 13 22:19:57.322 INFO O| Dec 13 22:19:57.322 INFO STEP 850: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
69362024-12-13T22:19:58.675Z[ recovery-image] Dec 13 22:19:57.344 INFO O| Dec 13 22:19:57.344 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/inet/amd64/in.iked"
69372024-12-13T22:19:58.675Z[ recovery-image] Dec 13 22:19:57.344 INFO O| Dec 13 22:19:57.344 INFO STEP 850 (remove_files) COMPLETE
69382024-12-13T22:19:58.678Z[ recovery-image] Dec 13 22:19:57.344 INFO O| Dec 13 22:19:57.344 INFO STEP 851: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
69392024-12-13T22:19:58.696Z[ recovery-image] Dec 13 22:19:57.366 INFO O| Dec 13 22:19:57.366 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/inet/certdb"
69402024-12-13T22:19:58.696Z[ recovery-image] Dec 13 22:19:57.366 INFO O| Dec 13 22:19:57.366 INFO STEP 851 (remove_files) COMPLETE
69412024-12-13T22:19:58.696Z[ recovery-image] Dec 13 22:19:57.366 INFO O| Dec 13 22:19:57.366 INFO STEP 852: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
69422024-12-13T22:19:58.718Z[ recovery-image] Dec 13 22:19:57.388 INFO O| Dec 13 22:19:57.388 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/inet/certlocal"
69432024-12-13T22:19:58.718Z[ recovery-image] Dec 13 22:19:57.388 INFO O| Dec 13 22:19:57.388 INFO STEP 852 (remove_files) COMPLETE
69442024-12-13T22:19:58.718Z[ recovery-image] Dec 13 22:19:57.388 INFO O| Dec 13 22:19:57.388 INFO STEP 853: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
69452024-12-13T22:19:58.757Z[ recovery-image] Dec 13 22:19:57.426 INFO O| Dec 13 22:19:57.426 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/inet/certrldb"
69462024-12-13T22:19:58.759Z[ recovery-image] Dec 13 22:19:57.426 INFO O| Dec 13 22:19:57.426 INFO STEP 853 (remove_files) COMPLETE
69472024-12-13T22:19:58.759Z[ recovery-image] Dec 13 22:19:57.426 INFO O| Dec 13 22:19:57.426 INFO STEP 854: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
69482024-12-13T22:19:58.781Z[ recovery-image] Dec 13 22:19:57.450 INFO O| Dec 13 22:19:57.450 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/inet/in.iked"
69492024-12-13T22:19:58.784Z[ recovery-image] Dec 13 22:19:57.450 INFO O| Dec 13 22:19:57.450 INFO STEP 854 (remove_files) COMPLETE
69502024-12-13T22:19:58.784Z[ recovery-image] Dec 13 22:19:57.451 INFO O| Dec 13 22:19:57.450 INFO STEP 855: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
69512024-12-13T22:19:58.817Z[ recovery-image] Dec 13 22:19:57.486 INFO O| Dec 13 22:19:57.486 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/inet/in.ripngd"
69522024-12-13T22:19:58.817Z[ recovery-image] Dec 13 22:19:57.486 INFO O| Dec 13 22:19:57.486 INFO STEP 855 (remove_files) COMPLETE
69532024-12-13T22:19:58.817Z[ recovery-image] Dec 13 22:19:57.486 INFO O| Dec 13 22:19:57.486 INFO STEP 856: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
69542024-12-13T22:19:58.839Z[ recovery-image] Dec 13 22:19:57.508 INFO O| Dec 13 22:19:57.508 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/inet/inetd"
69552024-12-13T22:19:58.839Z[ recovery-image] Dec 13 22:19:57.508 INFO O| Dec 13 22:19:57.508 INFO STEP 856 (remove_files) COMPLETE
69562024-12-13T22:19:58.842Z[ recovery-image] Dec 13 22:19:57.509 INFO O| Dec 13 22:19:57.508 INFO STEP 857: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
69572024-12-13T22:19:58.862Z[ recovery-image] Dec 13 22:19:57.531 INFO O| Dec 13 22:19:57.531 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/krb5/amd64/libkadm5clnt.so.1"
69582024-12-13T22:19:58.864Z[ recovery-image] Dec 13 22:19:57.531 INFO O| Dec 13 22:19:57.531 INFO STEP 857 (remove_files) COMPLETE
69592024-12-13T22:19:58.864Z[ recovery-image] Dec 13 22:19:57.531 INFO O| Dec 13 22:19:57.531 INFO STEP 858: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
69602024-12-13T22:19:58.899Z[ recovery-image] Dec 13 22:19:57.568 INFO O| Dec 13 22:19:57.568 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/krb5/ktkt_warnd"
69612024-12-13T22:19:58.921Z[ recovery-image] Dec 13 22:19:57.590 INFO O| Dec 13 22:19:57.590 INFO STEP 858 (remove_files) COMPLETE
69622024-12-13T22:19:58.922Z[ recovery-image] Dec 13 22:19:57.590 INFO O| Dec 13 22:19:57.590 INFO STEP 859: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
69632024-12-13T22:19:58.959Z[ recovery-image] Dec 13 22:19:57.628 INFO O| Dec 13 22:19:57.628 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/krb5/libkadm5clnt.so.1"
69642024-12-13T22:19:58.959Z[ recovery-image] Dec 13 22:19:57.629 INFO O| Dec 13 22:19:57.629 INFO STEP 859 (remove_files) COMPLETE
69652024-12-13T22:19:58.962Z[ recovery-image] Dec 13 22:19:57.629 INFO O| Dec 13 22:19:57.629 INFO STEP 860: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
69662024-12-13T22:19:58.981Z[ recovery-image] Dec 13 22:19:57.650 INFO O| Dec 13 22:19:57.650 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/krb5/libss.so.1"
69672024-12-13T22:19:58.981Z[ recovery-image] Dec 13 22:19:57.650 INFO O| Dec 13 22:19:57.650 INFO STEP 860 (remove_files) COMPLETE
69682024-12-13T22:19:58.981Z[ recovery-image] Dec 13 22:19:57.650 INFO O| Dec 13 22:19:57.650 INFO STEP 861: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
69692024-12-13T22:19:59.005Z[ recovery-image] Dec 13 22:19:57.674 INFO O| Dec 13 22:19:57.674 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/krb5/plugins/preauth/pkinit.so.1"
69702024-12-13T22:19:59.005Z[ recovery-image] Dec 13 22:19:57.674 INFO O| Dec 13 22:19:57.674 INFO STEP 861 (remove_files) COMPLETE
69712024-12-13T22:19:59.007Z[ recovery-image] Dec 13 22:19:57.674 INFO O| Dec 13 22:19:57.674 INFO STEP 862: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
69722024-12-13T22:19:59.053Z[ recovery-image] Dec 13 22:19:57.722 INFO O| Dec 13 22:19:57.722 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/ld/map.above4G"
69732024-12-13T22:19:59.053Z[ recovery-image] Dec 13 22:19:57.722 INFO O| Dec 13 22:19:57.722 INFO STEP 862 (remove_files) COMPLETE
69742024-12-13T22:19:59.056Z[ recovery-image] Dec 13 22:19:57.722 INFO O| Dec 13 22:19:57.722 INFO STEP 863: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
69752024-12-13T22:19:59.178Z[ recovery-image] Dec 13 22:19:57.847 INFO O| Dec 13 22:19:57.847 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/ld/map.below4G"
69762024-12-13T22:19:59.178Z[ recovery-image] Dec 13 22:19:57.847 INFO O| Dec 13 22:19:57.847 INFO STEP 863 (remove_files) COMPLETE
69772024-12-13T22:19:59.178Z[ recovery-image] Dec 13 22:19:57.847 INFO O| Dec 13 22:19:57.847 INFO STEP 864: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
69782024-12-13T22:19:59.295Z[ recovery-image] Dec 13 22:19:57.964 INFO O| Dec 13 22:19:57.964 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/ld/map.bssalign"
69792024-12-13T22:19:59.295Z[ recovery-image] Dec 13 22:19:57.964 INFO O| Dec 13 22:19:57.964 INFO STEP 864 (remove_files) COMPLETE
69802024-12-13T22:19:59.298Z[ recovery-image] Dec 13 22:19:57.964 INFO O| Dec 13 22:19:57.964 INFO STEP 865: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
69812024-12-13T22:19:59.315Z[ recovery-image] Dec 13 22:19:57.985 INFO O| Dec 13 22:19:57.984 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/ld/map.default"
69822024-12-13T22:19:59.315Z[ recovery-image] Dec 13 22:19:57.985 INFO O| Dec 13 22:19:57.985 INFO STEP 865 (remove_files) COMPLETE
69832024-12-13T22:19:59.319Z[ recovery-image] Dec 13 22:19:57.985 INFO O| Dec 13 22:19:57.985 INFO STEP 866: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
69842024-12-13T22:19:59.341Z[ recovery-image] Dec 13 22:19:58.011 INFO O| Dec 13 22:19:58.010 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/ld/map.execdata"
69852024-12-13T22:19:59.341Z[ recovery-image] Dec 13 22:19:58.011 INFO O| Dec 13 22:19:58.011 INFO STEP 866 (remove_files) COMPLETE
69862024-12-13T22:19:59.341Z[ recovery-image] Dec 13 22:19:58.011 INFO O| Dec 13 22:19:58.011 INFO STEP 867: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
69872024-12-13T22:19:59.451Z[ recovery-image] Dec 13 22:19:58.120 INFO O| Dec 13 22:19:58.120 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/ld/map.filter"
69882024-12-13T22:19:59.453Z[ recovery-image] Dec 13 22:19:58.120 INFO O| Dec 13 22:19:58.120 INFO STEP 867 (remove_files) COMPLETE
69892024-12-13T22:19:59.453Z[ recovery-image] Dec 13 22:19:58.120 INFO O| Dec 13 22:19:58.120 INFO STEP 868: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
69902024-12-13T22:19:59.485Z[ recovery-image] Dec 13 22:19:58.154 INFO O| Dec 13 22:19:58.154 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/ld/map.noexbss"
69912024-12-13T22:19:59.488Z[ recovery-image] Dec 13 22:19:58.154 INFO O| Dec 13 22:19:58.154 INFO STEP 868 (remove_files) COMPLETE
69922024-12-13T22:19:59.488Z[ recovery-image] Dec 13 22:19:58.154 INFO O| Dec 13 22:19:58.154 INFO STEP 869: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
69932024-12-13T22:19:59.560Z[ recovery-image] Dec 13 22:19:58.228 INFO O| Dec 13 22:19:58.228 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/ld/map.noexdata"
69942024-12-13T22:19:59.560Z[ recovery-image] Dec 13 22:19:58.228 INFO O| Dec 13 22:19:58.228 INFO STEP 869 (remove_files) COMPLETE
69952024-12-13T22:19:59.560Z[ recovery-image] Dec 13 22:19:58.228 INFO O| Dec 13 22:19:58.228 INFO STEP 870: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
69962024-12-13T22:19:59.583Z[ recovery-image] Dec 13 22:19:58.252 INFO O| Dec 13 22:19:58.251 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/ld/map.noexstk"
69972024-12-13T22:19:59.583Z[ recovery-image] Dec 13 22:19:58.252 INFO O| Dec 13 22:19:58.252 INFO STEP 870 (remove_files) COMPLETE
69982024-12-13T22:19:59.585Z[ recovery-image] Dec 13 22:19:58.252 INFO O| Dec 13 22:19:58.252 INFO STEP 871: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
69992024-12-13T22:19:59.614Z[ recovery-image] Dec 13 22:19:58.283 INFO O| Dec 13 22:19:58.283 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/ld/map.pagealign"
70002024-12-13T22:19:59.617Z[ recovery-image] Dec 13 22:19:58.283 INFO O| Dec 13 22:19:58.283 INFO STEP 871 (remove_files) COMPLETE
70012024-12-13T22:19:59.617Z[ recovery-image] Dec 13 22:19:58.284 INFO O| Dec 13 22:19:58.283 INFO STEP 872: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
70022024-12-13T22:19:59.639Z[ recovery-image] Dec 13 22:19:58.308 INFO O| Dec 13 22:19:58.308 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/libc/libc_hwcap1.so.1"
70032024-12-13T22:19:59.642Z[ recovery-image] Dec 13 22:19:58.309 INFO O| Dec 13 22:19:58.309 INFO STEP 872 (remove_files) COMPLETE
70042024-12-13T22:19:59.642Z[ recovery-image] Dec 13 22:19:58.309 INFO O| Dec 13 22:19:58.309 INFO STEP 873: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
70052024-12-13T22:19:59.664Z[ recovery-image] Dec 13 22:19:58.332 INFO O| Dec 13 22:19:58.332 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/libc/libc_hwcap3.so.1"
70062024-12-13T22:19:59.666Z[ recovery-image] Dec 13 22:19:58.332 INFO O| Dec 13 22:19:58.332 INFO STEP 873 (remove_files) COMPLETE
70072024-12-13T22:19:59.666Z[ recovery-image] Dec 13 22:19:58.332 INFO O| Dec 13 22:19:58.332 INFO STEP 874: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
70082024-12-13T22:19:59.727Z[ recovery-image] Dec 13 22:19:58.394 INFO O| Dec 13 22:19:58.394 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/link_audit/amd64/ldprof.so.1"
70092024-12-13T22:19:59.730Z[ recovery-image] Dec 13 22:19:58.395 INFO O| Dec 13 22:19:58.395 INFO STEP 874 (remove_files) COMPLETE
70102024-12-13T22:19:59.730Z[ recovery-image] Dec 13 22:19:58.395 INFO O| Dec 13 22:19:58.395 INFO STEP 875: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
70112024-12-13T22:19:59.748Z[ recovery-image] Dec 13 22:19:58.417 INFO O| Dec 13 22:19:58.417 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/link_audit/amd64/truss.so.1"
70122024-12-13T22:19:59.748Z[ recovery-image] Dec 13 22:19:58.417 INFO O| Dec 13 22:19:58.417 INFO STEP 875 (remove_files) COMPLETE
70132024-12-13T22:19:59.748Z[ recovery-image] Dec 13 22:19:58.417 INFO O| Dec 13 22:19:58.417 INFO STEP 876: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
70142024-12-13T22:19:59.860Z[ recovery-image] Dec 13 22:19:58.529 INFO O| Dec 13 22:19:58.529 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/link_audit/amd64/who.so.1"
70152024-12-13T22:19:59.860Z[ recovery-image] Dec 13 22:19:58.529 INFO O| Dec 13 22:19:58.529 INFO STEP 876 (remove_files) COMPLETE
70162024-12-13T22:19:59.864Z[ recovery-image] Dec 13 22:19:58.529 INFO O| Dec 13 22:19:58.529 INFO STEP 877: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
70172024-12-13T22:19:59.903Z[ recovery-image] Dec 13 22:19:58.554 INFO O| Dec 13 22:19:58.554 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/link_audit/ldprof.so.1"
70182024-12-13T22:19:59.903Z[ recovery-image] Dec 13 22:19:58.554 INFO O| Dec 13 22:19:58.554 INFO STEP 877 (remove_files) COMPLETE
70192024-12-13T22:19:59.903Z[ recovery-image] Dec 13 22:19:58.555 INFO O| Dec 13 22:19:58.554 INFO STEP 878: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
70202024-12-13T22:19:59.908Z[ recovery-image] Dec 13 22:19:58.577 INFO O| Dec 13 22:19:58.577 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/link_audit/truss.so.1"
70212024-12-13T22:19:59.910Z[ recovery-image] Dec 13 22:19:58.577 INFO O| Dec 13 22:19:58.577 INFO STEP 878 (remove_files) COMPLETE
70222024-12-13T22:19:59.910Z[ recovery-image] Dec 13 22:19:58.577 INFO O| Dec 13 22:19:58.577 INFO STEP 879: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
70232024-12-13T22:19:59.930Z[ recovery-image] Dec 13 22:19:58.599 INFO O| Dec 13 22:19:58.599 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/link_audit/who.so.1"
70242024-12-13T22:19:59.932Z[ recovery-image] Dec 13 22:19:58.599 INFO O| Dec 13 22:19:58.599 INFO STEP 879 (remove_files) COMPLETE
70252024-12-13T22:19:59.932Z[ recovery-image] Dec 13 22:19:58.599 INFO O| Dec 13 22:19:58.599 INFO STEP 880: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
70262024-12-13T22:19:59.965Z[ recovery-image] Dec 13 22:19:58.635 INFO O| Dec 13 22:19:58.634 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/pci/pcidb"
70272024-12-13T22:19:59.968Z[ recovery-image] Dec 13 22:19:58.635 INFO O| Dec 13 22:19:58.635 INFO STEP 880 (remove_files) COMPLETE
70282024-12-13T22:19:59.968Z[ recovery-image] Dec 13 22:19:58.635 INFO O| Dec 13 22:19:58.635 INFO STEP 881: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
70292024-12-13T22:20:00.111Z[ recovery-image] Dec 13 22:19:58.779 INFO O| Dec 13 22:19:58.684 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/pci/pcidr_plugin.so"
70302024-12-13T22:20:00.111Z[ recovery-image] Dec 13 22:19:58.779 INFO O| Dec 13 22:19:58.685 INFO STEP 881 (remove_files) COMPLETE
70312024-12-13T22:20:00.111Z[ recovery-image] Dec 13 22:19:58.779 INFO O| Dec 13 22:19:58.685 INFO STEP 882: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
70322024-12-13T22:20:00.111Z[ recovery-image] Dec 13 22:19:58.779 INFO O| Dec 13 22:19:58.704 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/pci/pcieb"
70332024-12-13T22:20:00.111Z[ recovery-image] Dec 13 22:19:58.779 INFO O| Dec 13 22:19:58.704 INFO STEP 882 (remove_files) COMPLETE
70342024-12-13T22:20:00.111Z[ recovery-image] Dec 13 22:19:58.779 INFO O| Dec 13 22:19:58.704 INFO STEP 883: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
70352024-12-13T22:20:00.111Z[ recovery-image] Dec 13 22:19:58.779 INFO O| Dec 13 22:19:58.770 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/raidcfg/amd64/mpt.so.1"
70362024-12-13T22:20:00.111Z[ recovery-image] Dec 13 22:19:58.779 INFO O| Dec 13 22:19:58.770 INFO STEP 883 (remove_files) COMPLETE
70372024-12-13T22:20:00.111Z[ recovery-image] Dec 13 22:19:58.779 INFO O| Dec 13 22:19:58.770 INFO STEP 884: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
70382024-12-13T22:20:00.124Z[ recovery-image] Dec 13 22:19:58.792 INFO O| Dec 13 22:19:58.791 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/raidcfg/mpt.so.1"
70392024-12-13T22:20:00.124Z[ recovery-image] Dec 13 22:19:58.792 INFO O| Dec 13 22:19:58.792 INFO STEP 884 (remove_files) COMPLETE
70402024-12-13T22:20:00.126Z[ recovery-image] Dec 13 22:19:58.792 INFO O| Dec 13 22:19:58.792 INFO STEP 885: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
70412024-12-13T22:20:00.232Z[ recovery-image] Dec 13 22:19:58.901 INFO O| Dec 13 22:19:58.901 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/reparse/libreparse_smb.so.1"
70422024-12-13T22:20:00.232Z[ recovery-image] Dec 13 22:19:58.901 INFO O| Dec 13 22:19:58.901 INFO STEP 885 (remove_files) COMPLETE
70432024-12-13T22:20:00.232Z[ recovery-image] Dec 13 22:19:58.901 INFO O| Dec 13 22:19:58.901 INFO STEP 886: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
70442024-12-13T22:20:00.344Z[ recovery-image] Dec 13 22:19:59.013 INFO O| Dec 13 22:19:59.013 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/reparse/reparsed"
70452024-12-13T22:20:00.344Z[ recovery-image] Dec 13 22:19:59.013 INFO O| Dec 13 22:19:59.013 INFO STEP 886 (remove_files) COMPLETE
70462024-12-13T22:20:00.344Z[ recovery-image] Dec 13 22:19:59.013 INFO O| Dec 13 22:19:59.013 INFO STEP 887: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
70472024-12-13T22:20:00.382Z[ recovery-image] Dec 13 22:19:59.051 INFO O| Dec 13 22:19:59.051 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/saf/listen"
70482024-12-13T22:20:00.382Z[ recovery-image] Dec 13 22:19:59.051 INFO O| Dec 13 22:19:59.051 INFO STEP 887 (remove_files) COMPLETE
70492024-12-13T22:20:00.382Z[ recovery-image] Dec 13 22:19:59.051 INFO O| Dec 13 22:19:59.051 INFO STEP 888: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
70502024-12-13T22:20:00.447Z[ recovery-image] Dec 13 22:19:59.109 INFO O| Dec 13 22:19:59.109 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/saf/nlps_server"
70512024-12-13T22:20:00.447Z[ recovery-image] Dec 13 22:19:59.109 INFO O| Dec 13 22:19:59.109 INFO STEP 888 (remove_files) COMPLETE
70522024-12-13T22:20:00.447Z[ recovery-image] Dec 13 22:19:59.109 INFO O| Dec 13 22:19:59.109 INFO STEP 889: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
70532024-12-13T22:20:00.460Z[ recovery-image] Dec 13 22:19:59.129 INFO O| Dec 13 22:19:59.129 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/sasl/amd64/crammd5.so.1"
70542024-12-13T22:20:00.463Z[ recovery-image] Dec 13 22:19:59.129 INFO O| Dec 13 22:19:59.129 INFO STEP 889 (remove_files) COMPLETE
70552024-12-13T22:20:00.463Z[ recovery-image] Dec 13 22:19:59.129 INFO O| Dec 13 22:19:59.129 INFO STEP 890: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
70562024-12-13T22:20:00.480Z[ recovery-image] Dec 13 22:19:59.149 INFO O| Dec 13 22:19:59.149 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/sasl/amd64/digestmd5.so.1"
70572024-12-13T22:20:00.480Z[ recovery-image] Dec 13 22:19:59.149 INFO O| Dec 13 22:19:59.149 INFO STEP 890 (remove_files) COMPLETE
70582024-12-13T22:20:00.480Z[ recovery-image] Dec 13 22:19:59.149 INFO O| Dec 13 22:19:59.149 INFO STEP 891: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
70592024-12-13T22:20:00.503Z[ recovery-image] Dec 13 22:19:59.171 INFO O| Dec 13 22:19:59.171 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/sasl/amd64/gssapi.so.1"
70602024-12-13T22:20:00.505Z[ recovery-image] Dec 13 22:19:59.171 INFO O| Dec 13 22:19:59.171 INFO STEP 891 (remove_files) COMPLETE
70612024-12-13T22:20:00.505Z[ recovery-image] Dec 13 22:19:59.172 INFO O| Dec 13 22:19:59.171 INFO STEP 892: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
70622024-12-13T22:20:00.523Z[ recovery-image] Dec 13 22:19:59.192 INFO O| Dec 13 22:19:59.192 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/sasl/amd64/login.so.1"
70632024-12-13T22:20:00.523Z[ recovery-image] Dec 13 22:19:59.192 INFO O| Dec 13 22:19:59.192 INFO STEP 892 (remove_files) COMPLETE
70642024-12-13T22:20:00.526Z[ recovery-image] Dec 13 22:19:59.192 INFO O| Dec 13 22:19:59.192 INFO STEP 893: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
70652024-12-13T22:20:00.544Z[ recovery-image] Dec 13 22:19:59.213 INFO O| Dec 13 22:19:59.213 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/sasl/amd64/plain.so.1"
70662024-12-13T22:20:00.547Z[ recovery-image] Dec 13 22:19:59.213 INFO O| Dec 13 22:19:59.213 INFO STEP 893 (remove_files) COMPLETE
70672024-12-13T22:20:00.547Z[ recovery-image] Dec 13 22:19:59.213 INFO O| Dec 13 22:19:59.213 INFO STEP 894: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
70682024-12-13T22:20:00.577Z[ recovery-image] Dec 13 22:19:59.245 INFO O| Dec 13 22:19:59.245 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/sasl/crammd5.so.1"
70692024-12-13T22:20:00.580Z[ recovery-image] Dec 13 22:19:59.246 INFO O| Dec 13 22:19:59.245 INFO STEP 894 (remove_files) COMPLETE
70702024-12-13T22:20:00.580Z[ recovery-image] Dec 13 22:19:59.246 INFO O| Dec 13 22:19:59.246 INFO STEP 895: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
70712024-12-13T22:20:00.599Z[ recovery-image] Dec 13 22:19:59.267 INFO O| Dec 13 22:19:59.267 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/sasl/digestmd5.so.1"
70722024-12-13T22:20:00.599Z[ recovery-image] Dec 13 22:19:59.267 INFO O| Dec 13 22:19:59.267 INFO STEP 895 (remove_files) COMPLETE
70732024-12-13T22:20:00.603Z[ recovery-image] Dec 13 22:19:59.268 INFO O| Dec 13 22:19:59.268 INFO STEP 896: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
70742024-12-13T22:20:00.636Z[ recovery-image] Dec 13 22:19:59.304 INFO O| Dec 13 22:19:59.304 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/sasl/gssapi.so.1"
70752024-12-13T22:20:00.636Z[ recovery-image] Dec 13 22:19:59.304 INFO O| Dec 13 22:19:59.304 INFO STEP 896 (remove_files) COMPLETE
70762024-12-13T22:20:00.636Z[ recovery-image] Dec 13 22:19:59.304 INFO O| Dec 13 22:19:59.304 INFO STEP 897: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
70772024-12-13T22:20:00.657Z[ recovery-image] Dec 13 22:19:59.325 INFO O| Dec 13 22:19:59.325 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/sasl/login.so.1"
70782024-12-13T22:20:00.657Z[ recovery-image] Dec 13 22:19:59.326 INFO O| Dec 13 22:19:59.325 INFO STEP 897 (remove_files) COMPLETE
70792024-12-13T22:20:00.657Z[ recovery-image] Dec 13 22:19:59.326 INFO O| Dec 13 22:19:59.326 INFO STEP 898: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
70802024-12-13T22:20:00.678Z[ recovery-image] Dec 13 22:19:59.347 INFO O| Dec 13 22:19:59.347 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/sasl/plain.so.1"
70812024-12-13T22:20:00.678Z[ recovery-image] Dec 13 22:19:59.347 INFO O| Dec 13 22:19:59.347 INFO STEP 898 (remove_files) COMPLETE
70822024-12-13T22:20:00.678Z[ recovery-image] Dec 13 22:19:59.347 INFO O| Dec 13 22:19:59.347 INFO STEP 899: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
70832024-12-13T22:20:00.698Z[ recovery-image] Dec 13 22:19:59.367 INFO O| Dec 13 22:19:59.367 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/amd64/crypt_bsdbf.so.1"
70842024-12-13T22:20:00.701Z[ recovery-image] Dec 13 22:19:59.368 INFO O| Dec 13 22:19:59.368 INFO STEP 899 (remove_files) COMPLETE
70852024-12-13T22:20:00.701Z[ recovery-image] Dec 13 22:19:59.368 INFO O| Dec 13 22:19:59.368 INFO STEP 900: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
70862024-12-13T22:20:00.718Z[ recovery-image] Dec 13 22:19:59.387 INFO O| Dec 13 22:19:59.387 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/amd64/crypt_bsdmd5.so.1"
70872024-12-13T22:20:00.718Z[ recovery-image] Dec 13 22:19:59.387 INFO O| Dec 13 22:19:59.387 INFO STEP 900 (remove_files) COMPLETE
70882024-12-13T22:20:00.719Z[ recovery-image] Dec 13 22:19:59.388 INFO O| Dec 13 22:19:59.387 INFO STEP 901: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
70892024-12-13T22:20:00.740Z[ recovery-image] Dec 13 22:19:59.409 INFO O| Dec 13 22:19:59.408 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/amd64/crypt_sha256.so.1"
70902024-12-13T22:20:00.740Z[ recovery-image] Dec 13 22:19:59.409 INFO O| Dec 13 22:19:59.409 INFO STEP 901 (remove_files) COMPLETE
70912024-12-13T22:20:00.740Z[ recovery-image] Dec 13 22:19:59.409 INFO O| Dec 13 22:19:59.409 INFO STEP 902: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
70922024-12-13T22:20:00.773Z[ recovery-image] Dec 13 22:19:59.441 INFO O| Dec 13 22:19:59.441 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/amd64/crypt_sha512.so.1"
70932024-12-13T22:20:00.776Z[ recovery-image] Dec 13 22:19:59.441 INFO O| Dec 13 22:19:59.441 INFO STEP 902 (remove_files) COMPLETE
70942024-12-13T22:20:00.776Z[ recovery-image] Dec 13 22:19:59.441 INFO O| Dec 13 22:19:59.441 INFO STEP 903: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
70952024-12-13T22:20:00.848Z[ recovery-image] Dec 13 22:19:59.517 INFO O| Dec 13 22:19:59.517 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/amd64/crypt_sunmd5.so.1"
70962024-12-13T22:20:00.848Z[ recovery-image] Dec 13 22:19:59.517 INFO O| Dec 13 22:19:59.517 INFO STEP 903 (remove_files) COMPLETE
70972024-12-13T22:20:00.848Z[ recovery-image] Dec 13 22:19:59.517 INFO O| Dec 13 22:19:59.517 INFO STEP 904: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
70982024-12-13T22:20:00.869Z[ recovery-image] Dec 13 22:19:59.538 INFO O| Dec 13 22:19:59.538 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/amd64/pam_allow.so.1"
70992024-12-13T22:20:00.869Z[ recovery-image] Dec 13 22:19:59.538 INFO O| Dec 13 22:19:59.538 INFO STEP 904 (remove_files) COMPLETE
71002024-12-13T22:20:00.871Z[ recovery-image] Dec 13 22:19:59.538 INFO O| Dec 13 22:19:59.538 INFO STEP 905: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
71012024-12-13T22:20:00.912Z[ recovery-image] Dec 13 22:19:59.580 INFO O| Dec 13 22:19:59.580 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/amd64/pam_authtok_check.so.1"
71022024-12-13T22:20:00.912Z[ recovery-image] Dec 13 22:19:59.580 INFO O| Dec 13 22:19:59.580 INFO STEP 905 (remove_files) COMPLETE
71032024-12-13T22:20:00.912Z[ recovery-image] Dec 13 22:19:59.580 INFO O| Dec 13 22:19:59.580 INFO STEP 906: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
71042024-12-13T22:20:00.933Z[ recovery-image] Dec 13 22:19:59.601 INFO O| Dec 13 22:19:59.601 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/amd64/pam_authtok_get.so.1"
71052024-12-13T22:20:00.933Z[ recovery-image] Dec 13 22:19:59.601 INFO O| Dec 13 22:19:59.601 INFO STEP 906 (remove_files) COMPLETE
71062024-12-13T22:20:00.933Z[ recovery-image] Dec 13 22:19:59.601 INFO O| Dec 13 22:19:59.601 INFO STEP 907: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
71072024-12-13T22:20:00.954Z[ recovery-image] Dec 13 22:19:59.623 INFO O| Dec 13 22:19:59.623 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/amd64/pam_authtok_store.so.1"
71082024-12-13T22:20:00.955Z[ recovery-image] Dec 13 22:19:59.623 INFO O| Dec 13 22:19:59.623 INFO STEP 907 (remove_files) COMPLETE
71092024-12-13T22:20:00.957Z[ recovery-image] Dec 13 22:19:59.623 INFO O| Dec 13 22:19:59.623 INFO STEP 908: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
71102024-12-13T22:20:00.978Z[ recovery-image] Dec 13 22:19:59.647 INFO O| Dec 13 22:19:59.647 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/amd64/pam_deny.so.1"
71112024-12-13T22:20:00.978Z[ recovery-image] Dec 13 22:19:59.647 INFO O| Dec 13 22:19:59.647 INFO STEP 908 (remove_files) COMPLETE
71122024-12-13T22:20:00.978Z[ recovery-image] Dec 13 22:19:59.647 INFO O| Dec 13 22:19:59.647 INFO STEP 909: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
71132024-12-13T22:20:01.017Z[ recovery-image] Dec 13 22:19:59.686 INFO O| Dec 13 22:19:59.686 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/amd64/pam_dhkeys.so.1"
71142024-12-13T22:20:01.018Z[ recovery-image] Dec 13 22:19:59.686 INFO O| Dec 13 22:19:59.686 INFO STEP 909 (remove_files) COMPLETE
71152024-12-13T22:20:01.021Z[ recovery-image] Dec 13 22:19:59.686 INFO O| Dec 13 22:19:59.686 INFO STEP 910: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
71162024-12-13T22:20:01.083Z[ recovery-image] Dec 13 22:19:59.752 INFO O| Dec 13 22:19:59.752 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/amd64/pam_dial_auth.so.1"
71172024-12-13T22:20:01.083Z[ recovery-image] Dec 13 22:19:59.752 INFO O| Dec 13 22:19:59.752 INFO STEP 910 (remove_files) COMPLETE
71182024-12-13T22:20:01.083Z[ recovery-image] Dec 13 22:19:59.752 INFO O| Dec 13 22:19:59.752 INFO STEP 911: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
71192024-12-13T22:20:01.146Z[ recovery-image] Dec 13 22:19:59.813 INFO O| Dec 13 22:19:59.813 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/amd64/pam_krb5.so.1"
71202024-12-13T22:20:01.146Z[ recovery-image] Dec 13 22:19:59.813 INFO O| Dec 13 22:19:59.813 INFO STEP 911 (remove_files) COMPLETE
71212024-12-13T22:20:01.146Z[ recovery-image] Dec 13 22:19:59.813 INFO O| Dec 13 22:19:59.813 INFO STEP 912: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
71222024-12-13T22:20:01.166Z[ recovery-image] Dec 13 22:19:59.835 INFO O| Dec 13 22:19:59.834 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/amd64/pam_krb5_migrate.so.1"
71232024-12-13T22:20:01.166Z[ recovery-image] Dec 13 22:19:59.835 INFO O| Dec 13 22:19:59.835 INFO STEP 912 (remove_files) COMPLETE
71242024-12-13T22:20:01.167Z[ recovery-image] Dec 13 22:19:59.835 INFO O| Dec 13 22:19:59.835 INFO STEP 913: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
71252024-12-13T22:20:01.189Z[ recovery-image] Dec 13 22:19:59.857 INFO O| Dec 13 22:19:59.857 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/amd64/pam_ldap.so.1"
71262024-12-13T22:20:01.189Z[ recovery-image] Dec 13 22:19:59.857 INFO O| Dec 13 22:19:59.857 INFO STEP 913 (remove_files) COMPLETE
71272024-12-13T22:20:01.189Z[ recovery-image] Dec 13 22:19:59.857 INFO O| Dec 13 22:19:59.857 INFO STEP 914: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
71282024-12-13T22:20:01.273Z[ recovery-image] Dec 13 22:19:59.942 INFO O| Dec 13 22:19:59.942 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/amd64/pam_list.so.1"
71292024-12-13T22:20:01.277Z[ recovery-image] Dec 13 22:19:59.942 INFO O| Dec 13 22:19:59.942 INFO STEP 914 (remove_files) COMPLETE
71302024-12-13T22:20:01.277Z[ recovery-image] Dec 13 22:19:59.943 INFO O| Dec 13 22:19:59.942 INFO STEP 915: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
71312024-12-13T22:20:01.305Z[ recovery-image] Dec 13 22:19:59.973 INFO O| Dec 13 22:19:59.973 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/amd64/pam_passwd_auth.so.1"
71322024-12-13T22:20:01.308Z[ recovery-image] Dec 13 22:19:59.973 INFO O| Dec 13 22:19:59.973 INFO STEP 915 (remove_files) COMPLETE
71332024-12-13T22:20:01.308Z[ recovery-image] Dec 13 22:19:59.974 INFO O| Dec 13 22:19:59.974 INFO STEP 916: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
71342024-12-13T22:20:01.326Z[ recovery-image] Dec 13 22:19:59.995 INFO O| Dec 13 22:19:59.995 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/amd64/pam_rhosts_auth.so.1"
71352024-12-13T22:20:01.328Z[ recovery-image] Dec 13 22:19:59.995 INFO O| Dec 13 22:19:59.995 INFO STEP 916 (remove_files) COMPLETE
71362024-12-13T22:20:01.328Z[ recovery-image] Dec 13 22:19:59.995 INFO O| Dec 13 22:19:59.995 INFO STEP 917: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
71372024-12-13T22:20:01.348Z[ recovery-image] Dec 13 22:20:00.016 INFO O| Dec 13 22:20:00.016 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/amd64/pam_roles.so.1"
71382024-12-13T22:20:01.351Z[ recovery-image] Dec 13 22:20:00.016 INFO O| Dec 13 22:20:00.016 INFO STEP 917 (remove_files) COMPLETE
71392024-12-13T22:20:01.351Z[ recovery-image] Dec 13 22:20:00.017 INFO O| Dec 13 22:20:00.016 INFO STEP 918: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
71402024-12-13T22:20:01.369Z[ recovery-image] Dec 13 22:20:00.037 INFO O| Dec 13 22:20:00.037 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/amd64/pam_sample.so.1"
71412024-12-13T22:20:01.373Z[ recovery-image] Dec 13 22:20:00.038 INFO O| Dec 13 22:20:00.038 INFO STEP 918 (remove_files) COMPLETE
71422024-12-13T22:20:01.373Z[ recovery-image] Dec 13 22:20:00.038 INFO O| Dec 13 22:20:00.038 INFO STEP 919: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
71432024-12-13T22:20:01.408Z[ recovery-image] Dec 13 22:20:00.077 INFO O| Dec 13 22:20:00.077 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/amd64/pam_smb_passwd.so.1"
71442024-12-13T22:20:01.412Z[ recovery-image] Dec 13 22:20:00.077 INFO O| Dec 13 22:20:00.077 INFO STEP 919 (remove_files) COMPLETE
71452024-12-13T22:20:01.412Z[ recovery-image] Dec 13 22:20:00.077 INFO O| Dec 13 22:20:00.077 INFO STEP 920: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
71462024-12-13T22:20:01.431Z[ recovery-image] Dec 13 22:20:00.099 INFO O| Dec 13 22:20:00.099 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/amd64/pam_smbfs_login.so.1"
71472024-12-13T22:20:01.431Z[ recovery-image] Dec 13 22:20:00.099 INFO O| Dec 13 22:20:00.099 INFO STEP 920 (remove_files) COMPLETE
71482024-12-13T22:20:01.431Z[ recovery-image] Dec 13 22:20:00.099 INFO O| Dec 13 22:20:00.099 INFO STEP 921: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
71492024-12-13T22:20:01.452Z[ recovery-image] Dec 13 22:20:00.120 INFO O| Dec 13 22:20:00.120 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/amd64/pam_timestamp.so.1"
71502024-12-13T22:20:01.452Z[ recovery-image] Dec 13 22:20:00.121 INFO O| Dec 13 22:20:00.121 INFO STEP 921 (remove_files) COMPLETE
71512024-12-13T22:20:01.455Z[ recovery-image] Dec 13 22:20:00.121 INFO O| Dec 13 22:20:00.121 INFO STEP 922: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
71522024-12-13T22:20:01.523Z[ recovery-image] Dec 13 22:20:00.181 INFO O| Dec 13 22:20:00.181 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/amd64/pam_tsol_account.so.1"
71532024-12-13T22:20:01.523Z[ recovery-image] Dec 13 22:20:00.181 INFO O| Dec 13 22:20:00.181 INFO STEP 922 (remove_files) COMPLETE
71542024-12-13T22:20:01.523Z[ recovery-image] Dec 13 22:20:00.181 INFO O| Dec 13 22:20:00.181 INFO STEP 923: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
71552024-12-13T22:20:01.545Z[ recovery-image] Dec 13 22:20:00.213 INFO O| Dec 13 22:20:00.213 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/amd64/pam_unix_account.so.1"
71562024-12-13T22:20:01.545Z[ recovery-image] Dec 13 22:20:00.213 INFO O| Dec 13 22:20:00.213 INFO STEP 923 (remove_files) COMPLETE
71572024-12-13T22:20:01.545Z[ recovery-image] Dec 13 22:20:00.213 INFO O| Dec 13 22:20:00.213 INFO STEP 924: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
71582024-12-13T22:20:01.625Z[ recovery-image] Dec 13 22:20:00.294 INFO O| Dec 13 22:20:00.294 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/amd64/pam_unix_auth.so.1"
71592024-12-13T22:20:01.645Z[ recovery-image] Dec 13 22:20:00.314 INFO O| Dec 13 22:20:00.314 INFO STEP 924 (remove_files) COMPLETE
71602024-12-13T22:20:01.645Z[ recovery-image] Dec 13 22:20:00.314 INFO O| Dec 13 22:20:00.314 INFO STEP 925: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
71612024-12-13T22:20:01.668Z[ recovery-image] Dec 13 22:20:00.337 INFO O| Dec 13 22:20:00.337 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/amd64/pam_unix_cred.so.1"
71622024-12-13T22:20:01.671Z[ recovery-image] Dec 13 22:20:00.337 INFO O| Dec 13 22:20:00.337 INFO STEP 925 (remove_files) COMPLETE
71632024-12-13T22:20:01.671Z[ recovery-image] Dec 13 22:20:00.337 INFO O| Dec 13 22:20:00.337 INFO STEP 926: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
71642024-12-13T22:20:01.690Z[ recovery-image] Dec 13 22:20:00.359 INFO O| Dec 13 22:20:00.359 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/amd64/pam_unix_session.so.1"
71652024-12-13T22:20:01.693Z[ recovery-image] Dec 13 22:20:00.359 INFO O| Dec 13 22:20:00.359 INFO STEP 926 (remove_files) COMPLETE
71662024-12-13T22:20:01.693Z[ recovery-image] Dec 13 22:20:00.359 INFO O| Dec 13 22:20:00.359 INFO STEP 927: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
71672024-12-13T22:20:01.713Z[ recovery-image] Dec 13 22:20:00.382 INFO O| Dec 13 22:20:00.382 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/amd64/pkcs11_kernel.so.1"
71682024-12-13T22:20:01.716Z[ recovery-image] Dec 13 22:20:00.382 INFO O| Dec 13 22:20:00.382 INFO STEP 927 (remove_files) COMPLETE
71692024-12-13T22:20:01.716Z[ recovery-image] Dec 13 22:20:00.382 INFO O| Dec 13 22:20:00.382 INFO STEP 928: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
71702024-12-13T22:20:01.754Z[ recovery-image] Dec 13 22:20:00.422 INFO O| Dec 13 22:20:00.422 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/amd64/pkcs11_softtoken.so.1"
71712024-12-13T22:20:01.754Z[ recovery-image] Dec 13 22:20:00.422 INFO O| Dec 13 22:20:00.422 INFO STEP 928 (remove_files) COMPLETE
71722024-12-13T22:20:01.754Z[ recovery-image] Dec 13 22:20:00.422 INFO O| Dec 13 22:20:00.422 INFO STEP 929: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
71732024-12-13T22:20:01.777Z[ recovery-image] Dec 13 22:20:00.445 INFO O| Dec 13 22:20:00.445 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/amd64/pkcs11_tpm.so.1"
71742024-12-13T22:20:01.777Z[ recovery-image] Dec 13 22:20:00.445 INFO O| Dec 13 22:20:00.445 INFO STEP 929 (remove_files) COMPLETE
71752024-12-13T22:20:01.777Z[ recovery-image] Dec 13 22:20:00.445 INFO O| Dec 13 22:20:00.445 INFO STEP 930: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
71762024-12-13T22:20:01.837Z[ recovery-image] Dec 13 22:20:00.505 INFO O| Dec 13 22:20:00.505 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/audit_binfile.so.1"
71772024-12-13T22:20:01.837Z[ recovery-image] Dec 13 22:20:00.505 INFO O| Dec 13 22:20:00.505 INFO STEP 930 (remove_files) COMPLETE
71782024-12-13T22:20:01.839Z[ recovery-image] Dec 13 22:20:00.505 INFO O| Dec 13 22:20:00.505 INFO STEP 931: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
71792024-12-13T22:20:01.868Z[ recovery-image] Dec 13 22:20:00.536 INFO O| Dec 13 22:20:00.536 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/audit_remote.so.1"
71802024-12-13T22:20:01.870Z[ recovery-image] Dec 13 22:20:00.537 INFO O| Dec 13 22:20:00.536 INFO STEP 931 (remove_files) COMPLETE
71812024-12-13T22:20:01.870Z[ recovery-image] Dec 13 22:20:00.537 INFO O| Dec 13 22:20:00.537 INFO STEP 932: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
71822024-12-13T22:20:01.891Z[ recovery-image] Dec 13 22:20:00.560 INFO O| Dec 13 22:20:00.559 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/audit_syslog.so.1"
71832024-12-13T22:20:01.894Z[ recovery-image] Dec 13 22:20:00.560 INFO O| Dec 13 22:20:00.560 INFO STEP 932 (remove_files) COMPLETE
71842024-12-13T22:20:01.894Z[ recovery-image] Dec 13 22:20:00.560 INFO O| Dec 13 22:20:00.560 INFO STEP 933: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
71852024-12-13T22:20:01.913Z[ recovery-image] Dec 13 22:20:00.581 INFO O| Dec 13 22:20:00.581 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/crypt_bsdbf.so.1"
71862024-12-13T22:20:01.915Z[ recovery-image] Dec 13 22:20:00.582 INFO O| Dec 13 22:20:00.582 INFO STEP 933 (remove_files) COMPLETE
71872024-12-13T22:20:01.916Z[ recovery-image] Dec 13 22:20:00.582 INFO O| Dec 13 22:20:00.582 INFO STEP 934: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
71882024-12-13T22:20:01.936Z[ recovery-image] Dec 13 22:20:00.604 INFO O| Dec 13 22:20:00.604 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/crypt_bsdmd5.so.1"
71892024-12-13T22:20:01.936Z[ recovery-image] Dec 13 22:20:00.604 INFO O| Dec 13 22:20:00.604 INFO STEP 934 (remove_files) COMPLETE
71902024-12-13T22:20:01.936Z[ recovery-image] Dec 13 22:20:00.604 INFO O| Dec 13 22:20:00.604 INFO STEP 935: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
71912024-12-13T22:20:01.958Z[ recovery-image] Dec 13 22:20:00.627 INFO O| Dec 13 22:20:00.627 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/crypt_sha256.so.1"
71922024-12-13T22:20:01.958Z[ recovery-image] Dec 13 22:20:00.627 INFO O| Dec 13 22:20:00.627 INFO STEP 935 (remove_files) COMPLETE
71932024-12-13T22:20:01.958Z[ recovery-image] Dec 13 22:20:00.627 INFO O| Dec 13 22:20:00.627 INFO STEP 936: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
71942024-12-13T22:20:01.986Z[ recovery-image] Dec 13 22:20:00.655 INFO O| Dec 13 22:20:00.655 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/crypt_sha512.so.1"
71952024-12-13T22:20:01.986Z[ recovery-image] Dec 13 22:20:00.655 INFO O| Dec 13 22:20:00.655 INFO STEP 936 (remove_files) COMPLETE
71962024-12-13T22:20:01.989Z[ recovery-image] Dec 13 22:20:00.655 INFO O| Dec 13 22:20:00.655 INFO STEP 937: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
71972024-12-13T22:20:02.008Z[ recovery-image] Dec 13 22:20:00.677 INFO O| Dec 13 22:20:00.677 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/crypt_sunmd5.so.1"
71982024-12-13T22:20:02.008Z[ recovery-image] Dec 13 22:20:00.677 INFO O| Dec 13 22:20:00.677 INFO STEP 937 (remove_files) COMPLETE
71992024-12-13T22:20:02.009Z[ recovery-image] Dec 13 22:20:00.677 INFO O| Dec 13 22:20:00.677 INFO STEP 938: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
72002024-12-13T22:20:02.050Z[ recovery-image] Dec 13 22:20:00.718 INFO O| Dec 13 22:20:00.718 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/pam_allow.so.1"
72012024-12-13T22:20:02.050Z[ recovery-image] Dec 13 22:20:00.718 INFO O| Dec 13 22:20:00.718 INFO STEP 938 (remove_files) COMPLETE
72022024-12-13T22:20:02.050Z[ recovery-image] Dec 13 22:20:00.718 INFO O| Dec 13 22:20:00.718 INFO STEP 939: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
72032024-12-13T22:20:02.083Z[ recovery-image] Dec 13 22:20:00.752 INFO O| Dec 13 22:20:00.752 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/pam_authtok_check.so.1"
72042024-12-13T22:20:02.083Z[ recovery-image] Dec 13 22:20:00.752 INFO O| Dec 13 22:20:00.752 INFO STEP 939 (remove_files) COMPLETE
72052024-12-13T22:20:02.083Z[ recovery-image] Dec 13 22:20:00.752 INFO O| Dec 13 22:20:00.752 INFO STEP 940: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
72062024-12-13T22:20:02.110Z[ recovery-image] Dec 13 22:20:00.779 INFO O| Dec 13 22:20:00.779 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/pam_authtok_store.so.1"
72072024-12-13T22:20:02.110Z[ recovery-image] Dec 13 22:20:00.779 INFO O| Dec 13 22:20:00.779 INFO STEP 940 (remove_files) COMPLETE
72082024-12-13T22:20:02.110Z[ recovery-image] Dec 13 22:20:00.779 INFO O| Dec 13 22:20:00.779 INFO STEP 941: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
72092024-12-13T22:20:02.168Z[ recovery-image] Dec 13 22:20:00.837 INFO O| Dec 13 22:20:00.836 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/pam_deny.so.1"
72102024-12-13T22:20:02.168Z[ recovery-image] Dec 13 22:20:00.837 INFO O| Dec 13 22:20:00.837 INFO STEP 941 (remove_files) COMPLETE
72112024-12-13T22:20:02.171Z[ recovery-image] Dec 13 22:20:00.837 INFO O| Dec 13 22:20:00.837 INFO STEP 942: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
72122024-12-13T22:20:02.197Z[ recovery-image] Dec 13 22:20:00.866 INFO O| Dec 13 22:20:00.866 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/pam_krb5.so.1"
72132024-12-13T22:20:02.197Z[ recovery-image] Dec 13 22:20:00.866 INFO O| Dec 13 22:20:00.866 INFO STEP 942 (remove_files) COMPLETE
72142024-12-13T22:20:02.199Z[ recovery-image] Dec 13 22:20:00.866 INFO O| Dec 13 22:20:00.866 INFO STEP 943: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
72152024-12-13T22:20:02.218Z[ recovery-image] Dec 13 22:20:00.886 INFO O| Dec 13 22:20:00.886 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/pam_krb5_migrate.so.1"
72162024-12-13T22:20:02.218Z[ recovery-image] Dec 13 22:20:00.886 INFO O| Dec 13 22:20:00.886 INFO STEP 943 (remove_files) COMPLETE
72172024-12-13T22:20:02.218Z[ recovery-image] Dec 13 22:20:00.886 INFO O| Dec 13 22:20:00.886 INFO STEP 944: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
72182024-12-13T22:20:02.254Z[ recovery-image] Dec 13 22:20:00.922 INFO O| Dec 13 22:20:00.922 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/pam_ldap.so.1"
72192024-12-13T22:20:02.254Z[ recovery-image] Dec 13 22:20:00.922 INFO O| Dec 13 22:20:00.922 INFO STEP 944 (remove_files) COMPLETE
72202024-12-13T22:20:02.254Z[ recovery-image] Dec 13 22:20:00.922 INFO O| Dec 13 22:20:00.922 INFO STEP 945: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
72212024-12-13T22:20:02.314Z[ recovery-image] Dec 13 22:20:00.982 INFO O| Dec 13 22:20:00.982 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/pam_list.so.1"
72222024-12-13T22:20:02.314Z[ recovery-image] Dec 13 22:20:00.983 INFO O| Dec 13 22:20:00.983 INFO STEP 945 (remove_files) COMPLETE
72232024-12-13T22:20:02.314Z[ recovery-image] Dec 13 22:20:00.983 INFO O| Dec 13 22:20:00.983 INFO STEP 946: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
72242024-12-13T22:20:02.345Z[ recovery-image] Dec 13 22:20:01.014 INFO O| Dec 13 22:20:01.014 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/pam_passwd_auth.so.1"
72252024-12-13T22:20:02.349Z[ recovery-image] Dec 13 22:20:01.014 INFO O| Dec 13 22:20:01.014 INFO STEP 946 (remove_files) COMPLETE
72262024-12-13T22:20:02.349Z[ recovery-image] Dec 13 22:20:01.015 INFO O| Dec 13 22:20:01.015 INFO STEP 947: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
72272024-12-13T22:20:02.368Z[ recovery-image] Dec 13 22:20:01.036 INFO O| Dec 13 22:20:01.036 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/pam_rhosts_auth.so.1"
72282024-12-13T22:20:02.371Z[ recovery-image] Dec 13 22:20:01.037 INFO O| Dec 13 22:20:01.037 INFO STEP 947 (remove_files) COMPLETE
72292024-12-13T22:20:02.371Z[ recovery-image] Dec 13 22:20:01.037 INFO O| Dec 13 22:20:01.037 INFO STEP 948: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
72302024-12-13T22:20:02.391Z[ recovery-image] Dec 13 22:20:01.060 INFO O| Dec 13 22:20:01.060 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/pam_sample.so.1"
72312024-12-13T22:20:02.394Z[ recovery-image] Dec 13 22:20:01.060 INFO O| Dec 13 22:20:01.060 INFO STEP 948 (remove_files) COMPLETE
72322024-12-13T22:20:02.394Z[ recovery-image] Dec 13 22:20:01.060 INFO O| Dec 13 22:20:01.060 INFO STEP 949: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
72332024-12-13T22:20:02.416Z[ recovery-image] Dec 13 22:20:01.082 INFO O| Dec 13 22:20:01.082 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/pam_smb_passwd.so.1"
72342024-12-13T22:20:02.419Z[ recovery-image] Dec 13 22:20:01.083 INFO O| Dec 13 22:20:01.083 INFO STEP 949 (remove_files) COMPLETE
72352024-12-13T22:20:02.420Z[ recovery-image] Dec 13 22:20:01.083 INFO O| Dec 13 22:20:01.083 INFO STEP 950: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
72362024-12-13T22:20:02.437Z[ recovery-image] Dec 13 22:20:01.105 INFO O| Dec 13 22:20:01.105 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/pam_smbfs_login.so.1"
72372024-12-13T22:20:02.439Z[ recovery-image] Dec 13 22:20:01.105 INFO O| Dec 13 22:20:01.105 INFO STEP 950 (remove_files) COMPLETE
72382024-12-13T22:20:02.439Z[ recovery-image] Dec 13 22:20:01.105 INFO O| Dec 13 22:20:01.105 INFO STEP 951: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
72392024-12-13T22:20:02.460Z[ recovery-image] Dec 13 22:20:01.128 INFO O| Dec 13 22:20:01.128 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/pam_timestamp.so.1"
72402024-12-13T22:20:02.460Z[ recovery-image] Dec 13 22:20:01.128 INFO O| Dec 13 22:20:01.128 INFO STEP 951 (remove_files) COMPLETE
72412024-12-13T22:20:02.463Z[ recovery-image] Dec 13 22:20:01.129 INFO O| Dec 13 22:20:01.129 INFO STEP 952: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
72422024-12-13T22:20:02.495Z[ recovery-image] Dec 13 22:20:01.164 INFO O| Dec 13 22:20:01.164 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/pam_tsol_account.so.1"
72432024-12-13T22:20:02.495Z[ recovery-image] Dec 13 22:20:01.164 INFO O| Dec 13 22:20:01.164 INFO STEP 952 (remove_files) COMPLETE
72442024-12-13T22:20:02.495Z[ recovery-image] Dec 13 22:20:01.164 INFO O| Dec 13 22:20:01.164 INFO STEP 953: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
72452024-12-13T22:20:02.535Z[ recovery-image] Dec 13 22:20:01.203 INFO O| Dec 13 22:20:01.203 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/pkcs11_kernel.so.1"
72462024-12-13T22:20:02.538Z[ recovery-image] Dec 13 22:20:01.204 INFO O| Dec 13 22:20:01.203 INFO STEP 953 (remove_files) COMPLETE
72472024-12-13T22:20:02.538Z[ recovery-image] Dec 13 22:20:01.204 INFO O| Dec 13 22:20:01.204 INFO STEP 954: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
72482024-12-13T22:20:02.594Z[ recovery-image] Dec 13 22:20:01.261 INFO O| Dec 13 22:20:01.261 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/pkcs11_softtoken.so.1"
72492024-12-13T22:20:02.594Z[ recovery-image] Dec 13 22:20:01.261 INFO O| Dec 13 22:20:01.261 INFO STEP 954 (remove_files) COMPLETE
72502024-12-13T22:20:02.596Z[ recovery-image] Dec 13 22:20:01.261 INFO O| Dec 13 22:20:01.261 INFO STEP 955: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
72512024-12-13T22:20:02.617Z[ recovery-image] Dec 13 22:20:01.285 INFO O| Dec 13 22:20:01.285 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/pkcs11_tpm.so.1"
72522024-12-13T22:20:02.617Z[ recovery-image] Dec 13 22:20:01.285 INFO O| Dec 13 22:20:01.285 INFO STEP 955 (remove_files) COMPLETE
72532024-12-13T22:20:02.617Z[ recovery-image] Dec 13 22:20:01.285 INFO O| Dec 13 22:20:01.285 INFO STEP 956: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
72542024-12-13T22:20:02.664Z[ recovery-image] Dec 13 22:20:01.333 INFO O| Dec 13 22:20:01.332 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/spell/compress"
72552024-12-13T22:20:02.666Z[ recovery-image] Dec 13 22:20:01.333 INFO O| Dec 13 22:20:01.333 INFO STEP 956 (remove_files) COMPLETE
72562024-12-13T22:20:02.666Z[ recovery-image] Dec 13 22:20:01.333 INFO O| Dec 13 22:20:01.333 INFO STEP 957: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
72572024-12-13T22:20:02.703Z[ recovery-image] Dec 13 22:20:01.371 INFO O| Dec 13 22:20:01.371 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/spell/hashcheck"
72582024-12-13T22:20:02.703Z[ recovery-image] Dec 13 22:20:01.371 INFO O| Dec 13 22:20:01.371 INFO STEP 957 (remove_files) COMPLETE
72592024-12-13T22:20:02.703Z[ recovery-image] Dec 13 22:20:01.371 INFO O| Dec 13 22:20:01.371 INFO STEP 958: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
72602024-12-13T22:20:02.762Z[ recovery-image] Dec 13 22:20:01.431 INFO O| Dec 13 22:20:01.431 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/spell/hashmake"
72612024-12-13T22:20:02.765Z[ recovery-image] Dec 13 22:20:01.431 INFO O| Dec 13 22:20:01.431 INFO STEP 958 (remove_files) COMPLETE
72622024-12-13T22:20:02.765Z[ recovery-image] Dec 13 22:20:01.431 INFO O| Dec 13 22:20:01.431 INFO STEP 959: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
72632024-12-13T22:20:02.786Z[ recovery-image] Dec 13 22:20:01.455 INFO O| Dec 13 22:20:01.455 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/spell/hlista"
72642024-12-13T22:20:02.789Z[ recovery-image] Dec 13 22:20:01.455 INFO O| Dec 13 22:20:01.455 INFO STEP 959 (remove_files) COMPLETE
72652024-12-13T22:20:02.790Z[ recovery-image] Dec 13 22:20:01.456 INFO O| Dec 13 22:20:01.456 INFO STEP 960: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
72662024-12-13T22:20:02.881Z[ recovery-image] Dec 13 22:20:01.547 INFO O| Dec 13 22:20:01.547 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/spell/hlistb"
72672024-12-13T22:20:02.881Z[ recovery-image] Dec 13 22:20:01.547 INFO O| Dec 13 22:20:01.547 INFO STEP 960 (remove_files) COMPLETE
72682024-12-13T22:20:02.881Z[ recovery-image] Dec 13 22:20:01.547 INFO O| Dec 13 22:20:01.547 INFO STEP 961: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
72692024-12-13T22:20:02.933Z[ recovery-image] Dec 13 22:20:01.599 INFO O| Dec 13 22:20:01.599 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/spell/hstop"
72702024-12-13T22:20:02.946Z[ recovery-image] Dec 13 22:20:01.599 INFO O| Dec 13 22:20:01.599 INFO STEP 961 (remove_files) COMPLETE
72712024-12-13T22:20:02.947Z[ recovery-image] Dec 13 22:20:01.599 INFO O| Dec 13 22:20:01.599 INFO STEP 962: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
72722024-12-13T22:20:02.955Z[ recovery-image] Dec 13 22:20:01.622 INFO O| Dec 13 22:20:01.622 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/spell/spellin"
72732024-12-13T22:20:02.960Z[ recovery-image] Dec 13 22:20:01.622 INFO O| Dec 13 22:20:01.622 INFO STEP 962 (remove_files) COMPLETE
72742024-12-13T22:20:02.960Z[ recovery-image] Dec 13 22:20:01.622 INFO O| Dec 13 22:20:01.622 INFO STEP 963: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
72752024-12-13T22:20:02.994Z[ recovery-image] Dec 13 22:20:01.663 INFO O| Dec 13 22:20:01.663 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/spell/spellprog"
72762024-12-13T22:20:02.994Z[ recovery-image] Dec 13 22:20:01.663 INFO O| Dec 13 22:20:01.663 INFO STEP 963 (remove_files) COMPLETE
72772024-12-13T22:20:02.994Z[ recovery-image] Dec 13 22:20:01.663 INFO O| Dec 13 22:20:01.663 INFO STEP 964: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
72782024-12-13T22:20:03.108Z[ recovery-image] Dec 13 22:20:01.776 INFO O| Dec 13 22:20:01.776 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/sysevent/syseventconfd"
72792024-12-13T22:20:03.111Z[ recovery-image] Dec 13 22:20:01.777 INFO O| Dec 13 22:20:01.777 INFO STEP 964 (remove_files) COMPLETE
72802024-12-13T22:20:03.111Z[ recovery-image] Dec 13 22:20:01.777 INFO O| Dec 13 22:20:01.777 INFO STEP 965: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
72812024-12-13T22:20:03.147Z[ recovery-image] Dec 13 22:20:01.815 INFO O| Dec 13 22:20:01.815 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/varpd/amd64/libvarpd_direct.so.1"
72822024-12-13T22:20:03.147Z[ recovery-image] Dec 13 22:20:01.815 INFO O| Dec 13 22:20:01.815 INFO STEP 965 (remove_files) COMPLETE
72832024-12-13T22:20:03.150Z[ recovery-image] Dec 13 22:20:01.815 INFO O| Dec 13 22:20:01.815 INFO STEP 966: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
72842024-12-13T22:20:03.171Z[ recovery-image] Dec 13 22:20:01.839 INFO O| Dec 13 22:20:01.839 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/varpd/amd64/libvarpd_files.so.1"
72852024-12-13T22:20:03.171Z[ recovery-image] Dec 13 22:20:01.839 INFO O| Dec 13 22:20:01.839 INFO STEP 966 (remove_files) COMPLETE
72862024-12-13T22:20:03.171Z[ recovery-image] Dec 13 22:20:01.839 INFO O| Dec 13 22:20:01.839 INFO STEP 967: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
72872024-12-13T22:20:03.194Z[ recovery-image] Dec 13 22:20:01.862 INFO O| Dec 13 22:20:01.862 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/varpd/libvarpd_direct.so.1"
72882024-12-13T22:20:03.194Z[ recovery-image] Dec 13 22:20:01.862 INFO O| Dec 13 22:20:01.862 INFO STEP 967 (remove_files) COMPLETE
72892024-12-13T22:20:03.194Z[ recovery-image] Dec 13 22:20:01.862 INFO O| Dec 13 22:20:01.862 INFO STEP 968: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
72902024-12-13T22:20:03.214Z[ recovery-image] Dec 13 22:20:01.882 INFO O| Dec 13 22:20:01.882 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/varpd/libvarpd_files.so.1"
72912024-12-13T22:20:03.214Z[ recovery-image] Dec 13 22:20:01.883 INFO O| Dec 13 22:20:01.883 INFO STEP 968 (remove_files) COMPLETE
72922024-12-13T22:20:03.217Z[ recovery-image] Dec 13 22:20:01.883 INFO O| Dec 13 22:20:01.883 INFO STEP 969: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
72932024-12-13T22:20:03.247Z[ recovery-image] Dec 13 22:20:01.915 INFO O| Dec 13 22:20:01.915 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/varpd/varpd"
72942024-12-13T22:20:03.247Z[ recovery-image] Dec 13 22:20:01.915 INFO O| Dec 13 22:20:01.915 INFO STEP 969 (remove_files) COMPLETE
72952024-12-13T22:20:03.247Z[ recovery-image] Dec 13 22:20:01.915 INFO O| Dec 13 22:20:01.915 INFO STEP 970: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
72962024-12-13T22:20:03.312Z[ recovery-image] Dec 13 22:20:01.964 INFO O| Dec 13 22:20:01.964 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/xhci/xhci_portsc"
72972024-12-13T22:20:03.315Z[ recovery-image] Dec 13 22:20:01.964 INFO O| Dec 13 22:20:01.964 INFO STEP 970 (remove_files) COMPLETE
72982024-12-13T22:20:03.315Z[ recovery-image] Dec 13 22:20:01.964 INFO O| Dec 13 22:20:01.964 INFO STEP 971: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
72992024-12-13T22:20:03.318Z[ recovery-image] Dec 13 22:20:01.986 INFO O| Dec 13 22:20:01.986 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/zfs/availdevs"
73002024-12-13T22:20:03.318Z[ recovery-image] Dec 13 22:20:01.986 INFO O| Dec 13 22:20:01.986 INFO STEP 971 (remove_files) COMPLETE
73012024-12-13T22:20:03.318Z[ recovery-image] Dec 13 22:20:01.986 INFO O| Dec 13 22:20:01.986 INFO STEP 972: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
73022024-12-13T22:20:03.364Z[ recovery-image] Dec 13 22:20:02.033 INFO O| Dec 13 22:20:02.033 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/zones/zoneadmd"
73032024-12-13T22:20:03.364Z[ recovery-image] Dec 13 22:20:02.033 INFO O| Dec 13 22:20:02.033 INFO STEP 972 (remove_files) COMPLETE
73042024-12-13T22:20:03.367Z[ recovery-image] Dec 13 22:20:02.033 INFO O| Dec 13 22:20:02.033 INFO STEP 973: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
73052024-12-13T22:20:03.399Z[ recovery-image] Dec 13 22:20:02.058 INFO O| Dec 13 22:20:02.058 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/libexec/amd64/sftp-server"
73062024-12-13T22:20:03.399Z[ recovery-image] Dec 13 22:20:02.058 INFO O| Dec 13 22:20:02.058 INFO STEP 973 (remove_files) COMPLETE
73072024-12-13T22:20:03.399Z[ recovery-image] Dec 13 22:20:02.058 INFO O| Dec 13 22:20:02.058 INFO STEP 974: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
73082024-12-13T22:20:03.412Z[ recovery-image] Dec 13 22:20:02.080 INFO O| Dec 13 22:20:02.080 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/libexec/amd64/ssh-keysign"
73092024-12-13T22:20:03.416Z[ recovery-image] Dec 13 22:20:02.080 INFO O| Dec 13 22:20:02.080 INFO STEP 974 (remove_files) COMPLETE
73102024-12-13T22:20:03.416Z[ recovery-image] Dec 13 22:20:02.080 INFO O| Dec 13 22:20:02.080 INFO STEP 975: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
73112024-12-13T22:20:03.434Z[ recovery-image] Dec 13 22:20:02.103 INFO O| Dec 13 22:20:02.103 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/libexec/amd64/ssh-pkcs11-helper"
73122024-12-13T22:20:03.437Z[ recovery-image] Dec 13 22:20:02.103 INFO O| Dec 13 22:20:02.103 INFO STEP 975 (remove_files) COMPLETE
73132024-12-13T22:20:03.438Z[ recovery-image] Dec 13 22:20:02.103 INFO O| Dec 13 22:20:02.103 INFO STEP 976: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
73142024-12-13T22:20:03.457Z[ recovery-image] Dec 13 22:20:02.124 INFO O| Dec 13 22:20:02.124 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/libexec/amd64/ssh-sk-helper"
73152024-12-13T22:20:03.462Z[ recovery-image] Dec 13 22:20:02.124 INFO O| Dec 13 22:20:02.124 INFO STEP 976 (remove_files) COMPLETE
73162024-12-13T22:20:03.462Z[ recovery-image] Dec 13 22:20:02.124 INFO O| Dec 13 22:20:02.124 INFO STEP 977: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
73172024-12-13T22:20:03.478Z[ recovery-image] Dec 13 22:20:02.145 INFO O| Dec 13 22:20:02.144 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/platform/oxide/bin/ipcc"
73182024-12-13T22:20:03.491Z[ recovery-image] Dec 13 22:20:02.145 INFO O| Dec 13 22:20:02.145 INFO STEP 977 (remove_files) COMPLETE
73192024-12-13T22:20:03.491Z[ recovery-image] Dec 13 22:20:02.145 INFO O| Dec 13 22:20:02.145 INFO STEP 978: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
73202024-12-13T22:20:03.500Z[ recovery-image] Dec 13 22:20:02.166 INFO O| Dec 13 22:20:02.166 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/platform/oxide/lib/mdb/kvm/amd64/apix.so"
73212024-12-13T22:20:03.500Z[ recovery-image] Dec 13 22:20:02.166 INFO O| Dec 13 22:20:02.166 INFO STEP 978 (remove_files) COMPLETE
73222024-12-13T22:20:03.503Z[ recovery-image] Dec 13 22:20:02.167 INFO O| Dec 13 22:20:02.166 INFO STEP 979: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
73232024-12-13T22:20:03.520Z[ recovery-image] Dec 13 22:20:02.189 INFO O| Dec 13 22:20:02.189 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/platform/oxide/lib/mdb/kvm/amd64/ipcc.so"
73242024-12-13T22:20:03.521Z[ recovery-image] Dec 13 22:20:02.189 INFO O| Dec 13 22:20:02.189 INFO STEP 979 (remove_files) COMPLETE
73252024-12-13T22:20:03.524Z[ recovery-image] Dec 13 22:20:02.189 INFO O| Dec 13 22:20:02.189 INFO STEP 980: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
73262024-12-13T22:20:03.580Z[ recovery-image] Dec 13 22:20:02.248 INFO O| Dec 13 22:20:02.248 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/platform/oxide/lib/mdb/kvm/amd64/unix.so"
73272024-12-13T22:20:03.584Z[ recovery-image] Dec 13 22:20:02.249 INFO O| Dec 13 22:20:02.248 INFO STEP 980 (remove_files) COMPLETE
73282024-12-13T22:20:03.584Z[ recovery-image] Dec 13 22:20:02.249 INFO O| Dec 13 22:20:02.249 INFO STEP 981: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
73292024-12-13T22:20:03.602Z[ recovery-image] Dec 13 22:20:02.270 INFO O| Dec 13 22:20:02.270 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sadm/bin/dispgid"
73302024-12-13T22:20:03.604Z[ recovery-image] Dec 13 22:20:02.270 INFO O| Dec 13 22:20:02.270 INFO STEP 981 (remove_files) COMPLETE
73312024-12-13T22:20:03.604Z[ recovery-image] Dec 13 22:20:02.270 INFO O| Dec 13 22:20:02.270 INFO STEP 982: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
73322024-12-13T22:20:03.633Z[ recovery-image] Dec 13 22:20:02.300 INFO O| Dec 13 22:20:02.300 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sadm/bin/dispuid"
73332024-12-13T22:20:03.634Z[ recovery-image] Dec 13 22:20:02.300 INFO O| Dec 13 22:20:02.300 INFO STEP 982 (remove_files) COMPLETE
73342024-12-13T22:20:03.634Z[ recovery-image] Dec 13 22:20:02.300 INFO O| Dec 13 22:20:02.300 INFO STEP 983: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
73352024-12-13T22:20:03.657Z[ recovery-image] Dec 13 22:20:02.323 INFO O| Dec 13 22:20:02.323 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sadm/bin/errange"
73362024-12-13T22:20:03.657Z[ recovery-image] Dec 13 22:20:02.323 INFO O| Dec 13 22:20:02.323 INFO STEP 983 (remove_files) COMPLETE
73372024-12-13T22:20:03.657Z[ recovery-image] Dec 13 22:20:02.324 INFO O| Dec 13 22:20:02.323 INFO STEP 984: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
73382024-12-13T22:20:03.684Z[ recovery-image] Dec 13 22:20:02.352 INFO O| Dec 13 22:20:02.352 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sadm/bin/errdate"
73392024-12-13T22:20:03.684Z[ recovery-image] Dec 13 22:20:02.352 INFO O| Dec 13 22:20:02.352 INFO STEP 984 (remove_files) COMPLETE
73402024-12-13T22:20:03.684Z[ recovery-image] Dec 13 22:20:02.352 INFO O| Dec 13 22:20:02.352 INFO STEP 985: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
73412024-12-13T22:20:03.742Z[ recovery-image] Dec 13 22:20:02.411 INFO O| Dec 13 22:20:02.410 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sadm/bin/errgid"
73422024-12-13T22:20:03.742Z[ recovery-image] Dec 13 22:20:02.411 INFO O| Dec 13 22:20:02.411 INFO STEP 985 (remove_files) COMPLETE
73432024-12-13T22:20:03.742Z[ recovery-image] Dec 13 22:20:02.411 INFO O| Dec 13 22:20:02.411 INFO STEP 986: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
73442024-12-13T22:20:03.767Z[ recovery-image] Dec 13 22:20:02.436 INFO O| Dec 13 22:20:02.435 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sadm/bin/errint"
73452024-12-13T22:20:03.767Z[ recovery-image] Dec 13 22:20:02.436 INFO O| Dec 13 22:20:02.436 INFO STEP 986 (remove_files) COMPLETE
73462024-12-13T22:20:03.767Z[ recovery-image] Dec 13 22:20:02.436 INFO O| Dec 13 22:20:02.436 INFO STEP 987: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
73472024-12-13T22:20:03.810Z[ recovery-image] Dec 13 22:20:02.478 INFO O| Dec 13 22:20:02.478 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sadm/bin/erritem"
73482024-12-13T22:20:03.810Z[ recovery-image] Dec 13 22:20:02.478 INFO O| Dec 13 22:20:02.478 INFO STEP 987 (remove_files) COMPLETE
73492024-12-13T22:20:03.811Z[ recovery-image] Dec 13 22:20:02.478 INFO O| Dec 13 22:20:02.478 INFO STEP 988: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
73502024-12-13T22:20:03.865Z[ recovery-image] Dec 13 22:20:02.533 INFO O| Dec 13 22:20:02.533 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sadm/bin/errpath"
73512024-12-13T22:20:03.865Z[ recovery-image] Dec 13 22:20:02.533 INFO O| Dec 13 22:20:02.533 INFO STEP 988 (remove_files) COMPLETE
73522024-12-13T22:20:03.865Z[ recovery-image] Dec 13 22:20:02.533 INFO O| Dec 13 22:20:02.533 INFO STEP 989: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
73532024-12-13T22:20:03.926Z[ recovery-image] Dec 13 22:20:02.594 INFO O| Dec 13 22:20:02.594 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sadm/bin/errstr"
73542024-12-13T22:20:03.926Z[ recovery-image] Dec 13 22:20:02.594 INFO O| Dec 13 22:20:02.594 INFO STEP 989 (remove_files) COMPLETE
73552024-12-13T22:20:03.926Z[ recovery-image] Dec 13 22:20:02.594 INFO O| Dec 13 22:20:02.594 INFO STEP 990: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
73562024-12-13T22:20:03.950Z[ recovery-image] Dec 13 22:20:02.615 INFO O| Dec 13 22:20:02.615 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sadm/bin/errtime"
73572024-12-13T22:20:03.950Z[ recovery-image] Dec 13 22:20:02.616 INFO O| Dec 13 22:20:02.615 INFO STEP 990 (remove_files) COMPLETE
73582024-12-13T22:20:03.950Z[ recovery-image] Dec 13 22:20:02.616 INFO O| Dec 13 22:20:02.616 INFO STEP 991: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
73592024-12-13T22:20:03.969Z[ recovery-image] Dec 13 22:20:02.637 INFO O| Dec 13 22:20:02.637 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sadm/bin/erruid"
73602024-12-13T22:20:03.969Z[ recovery-image] Dec 13 22:20:02.638 INFO O| Dec 13 22:20:02.638 INFO STEP 991 (remove_files) COMPLETE
73612024-12-13T22:20:03.969Z[ recovery-image] Dec 13 22:20:02.638 INFO O| Dec 13 22:20:02.638 INFO STEP 992: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
73622024-12-13T22:20:03.992Z[ recovery-image] Dec 13 22:20:02.660 INFO O| Dec 13 22:20:02.659 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sadm/bin/erryorn"
73632024-12-13T22:20:03.992Z[ recovery-image] Dec 13 22:20:02.660 INFO O| Dec 13 22:20:02.660 INFO STEP 992 (remove_files) COMPLETE
73642024-12-13T22:20:03.992Z[ recovery-image] Dec 13 22:20:02.660 INFO O| Dec 13 22:20:02.660 INFO STEP 993: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
73652024-12-13T22:20:04.030Z[ recovery-image] Dec 13 22:20:02.699 INFO O| Dec 13 22:20:02.699 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sadm/bin/helpdate"
73662024-12-13T22:20:04.030Z[ recovery-image] Dec 13 22:20:02.699 INFO O| Dec 13 22:20:02.699 INFO STEP 993 (remove_files) COMPLETE
73672024-12-13T22:20:04.030Z[ recovery-image] Dec 13 22:20:02.699 INFO O| Dec 13 22:20:02.699 INFO STEP 994: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
73682024-12-13T22:20:04.091Z[ recovery-image] Dec 13 22:20:02.760 INFO O| Dec 13 22:20:02.760 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sadm/bin/helpgid"
73692024-12-13T22:20:04.091Z[ recovery-image] Dec 13 22:20:02.760 INFO O| Dec 13 22:20:02.760 INFO STEP 994 (remove_files) COMPLETE
73702024-12-13T22:20:04.094Z[ recovery-image] Dec 13 22:20:02.760 INFO O| Dec 13 22:20:02.760 INFO STEP 995: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
73712024-12-13T22:20:04.134Z[ recovery-image] Dec 13 22:20:02.802 INFO O| Dec 13 22:20:02.802 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sadm/bin/helpint"
73722024-12-13T22:20:04.134Z[ recovery-image] Dec 13 22:20:02.803 INFO O| Dec 13 22:20:02.803 INFO STEP 995 (remove_files) COMPLETE
73732024-12-13T22:20:04.134Z[ recovery-image] Dec 13 22:20:02.803 INFO O| Dec 13 22:20:02.803 INFO STEP 996: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
73742024-12-13T22:20:04.157Z[ recovery-image] Dec 13 22:20:02.825 INFO O| Dec 13 22:20:02.825 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sadm/bin/helpitem"
73752024-12-13T22:20:04.157Z[ recovery-image] Dec 13 22:20:02.825 INFO O| Dec 13 22:20:02.825 INFO STEP 996 (remove_files) COMPLETE
73762024-12-13T22:20:04.157Z[ recovery-image] Dec 13 22:20:02.825 INFO O| Dec 13 22:20:02.825 INFO STEP 997: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
73772024-12-13T22:20:04.179Z[ recovery-image] Dec 13 22:20:02.847 INFO O| Dec 13 22:20:02.847 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sadm/bin/helppath"
73782024-12-13T22:20:04.179Z[ recovery-image] Dec 13 22:20:02.847 INFO O| Dec 13 22:20:02.847 INFO STEP 997 (remove_files) COMPLETE
73792024-12-13T22:20:04.179Z[ recovery-image] Dec 13 22:20:02.847 INFO O| Dec 13 22:20:02.847 INFO STEP 998: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
73802024-12-13T22:20:04.201Z[ recovery-image] Dec 13 22:20:02.869 INFO O| Dec 13 22:20:02.869 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sadm/bin/helprange"
73812024-12-13T22:20:04.201Z[ recovery-image] Dec 13 22:20:02.870 INFO O| Dec 13 22:20:02.870 INFO STEP 998 (remove_files) COMPLETE
73822024-12-13T22:20:04.204Z[ recovery-image] Dec 13 22:20:02.870 INFO O| Dec 13 22:20:02.870 INFO STEP 999: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
73832024-12-13T22:20:04.222Z[ recovery-image] Dec 13 22:20:02.890 INFO O| Dec 13 22:20:02.890 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sadm/bin/helpstr"
73842024-12-13T22:20:04.222Z[ recovery-image] Dec 13 22:20:02.890 INFO O| Dec 13 22:20:02.890 INFO STEP 999 (remove_files) COMPLETE
73852024-12-13T22:20:04.222Z[ recovery-image] Dec 13 22:20:02.890 INFO O| Dec 13 22:20:02.890 INFO STEP 1000: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
73862024-12-13T22:20:04.243Z[ recovery-image] Dec 13 22:20:02.911 INFO O| Dec 13 22:20:02.911 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sadm/bin/helptime"
73872024-12-13T22:20:04.243Z[ recovery-image] Dec 13 22:20:02.911 INFO O| Dec 13 22:20:02.911 INFO STEP 1000 (remove_files) COMPLETE
73882024-12-13T22:20:04.243Z[ recovery-image] Dec 13 22:20:02.911 INFO O| Dec 13 22:20:02.911 INFO STEP 1001: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
73892024-12-13T22:20:04.265Z[ recovery-image] Dec 13 22:20:02.933 INFO O| Dec 13 22:20:02.933 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sadm/bin/helpuid"
73902024-12-13T22:20:04.265Z[ recovery-image] Dec 13 22:20:02.933 INFO O| Dec 13 22:20:02.933 INFO STEP 1001 (remove_files) COMPLETE
73912024-12-13T22:20:04.268Z[ recovery-image] Dec 13 22:20:02.933 INFO O| Dec 13 22:20:02.933 INFO STEP 1002: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
73922024-12-13T22:20:04.324Z[ recovery-image] Dec 13 22:20:02.992 INFO O| Dec 13 22:20:02.992 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sadm/bin/helpyorn"
73932024-12-13T22:20:04.324Z[ recovery-image] Dec 13 22:20:02.992 INFO O| Dec 13 22:20:02.992 INFO STEP 1002 (remove_files) COMPLETE
73942024-12-13T22:20:04.324Z[ recovery-image] Dec 13 22:20:02.993 INFO O| Dec 13 22:20:02.992 INFO STEP 1003: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
73952024-12-13T22:20:04.395Z[ recovery-image] Dec 13 22:20:03.064 INFO O| Dec 13 22:20:03.064 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sadm/bin/puttext"
73962024-12-13T22:20:04.398Z[ recovery-image] Dec 13 22:20:03.064 INFO O| Dec 13 22:20:03.064 INFO STEP 1003 (remove_files) COMPLETE
73972024-12-13T22:20:04.398Z[ recovery-image] Dec 13 22:20:03.064 INFO O| Dec 13 22:20:03.064 INFO STEP 1004: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
73982024-12-13T22:20:04.418Z[ recovery-image] Dec 13 22:20:03.086 INFO O| Dec 13 22:20:03.086 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sadm/bin/valdate"
73992024-12-13T22:20:04.418Z[ recovery-image] Dec 13 22:20:03.086 INFO O| Dec 13 22:20:03.086 INFO STEP 1004 (remove_files) COMPLETE
74002024-12-13T22:20:04.418Z[ recovery-image] Dec 13 22:20:03.086 INFO O| Dec 13 22:20:03.086 INFO STEP 1005: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
74012024-12-13T22:20:04.447Z[ recovery-image] Dec 13 22:20:03.115 INFO O| Dec 13 22:20:03.115 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sadm/bin/valgid"
74022024-12-13T22:20:04.447Z[ recovery-image] Dec 13 22:20:03.115 INFO O| Dec 13 22:20:03.115 INFO STEP 1005 (remove_files) COMPLETE
74032024-12-13T22:20:04.447Z[ recovery-image] Dec 13 22:20:03.115 INFO O| Dec 13 22:20:03.115 INFO STEP 1006: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
74042024-12-13T22:20:04.493Z[ recovery-image] Dec 13 22:20:03.160 INFO O| Dec 13 22:20:03.160 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sadm/bin/valint"
74052024-12-13T22:20:04.495Z[ recovery-image] Dec 13 22:20:03.160 INFO O| Dec 13 22:20:03.160 INFO STEP 1006 (remove_files) COMPLETE
74062024-12-13T22:20:04.495Z[ recovery-image] Dec 13 22:20:03.160 INFO O| Dec 13 22:20:03.160 INFO STEP 1007: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
74072024-12-13T22:20:04.523Z[ recovery-image] Dec 13 22:20:03.191 INFO O| Dec 13 22:20:03.191 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sadm/bin/valpath"
74082024-12-13T22:20:04.524Z[ recovery-image] Dec 13 22:20:03.191 INFO O| Dec 13 22:20:03.191 INFO STEP 1007 (remove_files) COMPLETE
74092024-12-13T22:20:04.526Z[ recovery-image] Dec 13 22:20:03.192 INFO O| Dec 13 22:20:03.191 INFO STEP 1008: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
74102024-12-13T22:20:04.549Z[ recovery-image] Dec 13 22:20:03.215 INFO O| Dec 13 22:20:03.215 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sadm/bin/valrange"
74112024-12-13T22:20:04.549Z[ recovery-image] Dec 13 22:20:03.215 INFO O| Dec 13 22:20:03.215 INFO STEP 1008 (remove_files) COMPLETE
74122024-12-13T22:20:04.549Z[ recovery-image] Dec 13 22:20:03.215 INFO O| Dec 13 22:20:03.215 INFO STEP 1009: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
74132024-12-13T22:20:04.587Z[ recovery-image] Dec 13 22:20:03.255 INFO O| Dec 13 22:20:03.255 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sadm/bin/valstr"
74142024-12-13T22:20:04.587Z[ recovery-image] Dec 13 22:20:03.255 INFO O| Dec 13 22:20:03.255 INFO STEP 1009 (remove_files) COMPLETE
74152024-12-13T22:20:04.587Z[ recovery-image] Dec 13 22:20:03.255 INFO O| Dec 13 22:20:03.255 INFO STEP 1010: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
74162024-12-13T22:20:04.625Z[ recovery-image] Dec 13 22:20:03.294 INFO O| Dec 13 22:20:03.294 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sadm/bin/valtime"
74172024-12-13T22:20:04.626Z[ recovery-image] Dec 13 22:20:03.294 INFO O| Dec 13 22:20:03.294 INFO STEP 1010 (remove_files) COMPLETE
74182024-12-13T22:20:04.626Z[ recovery-image] Dec 13 22:20:03.294 INFO O| Dec 13 22:20:03.294 INFO STEP 1011: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
74192024-12-13T22:20:04.652Z[ recovery-image] Dec 13 22:20:03.317 INFO O| Dec 13 22:20:03.317 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sadm/bin/valuid"
74202024-12-13T22:20:04.652Z[ recovery-image] Dec 13 22:20:03.318 INFO O| Dec 13 22:20:03.317 INFO STEP 1011 (remove_files) COMPLETE
74212024-12-13T22:20:04.659Z[ recovery-image] Dec 13 22:20:03.318 INFO O| Dec 13 22:20:03.318 INFO STEP 1012: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
74222024-12-13T22:20:04.678Z[ recovery-image] Dec 13 22:20:03.344 INFO O| Dec 13 22:20:03.344 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sadm/bin/valyorn"
74232024-12-13T22:20:04.678Z[ recovery-image] Dec 13 22:20:03.345 INFO O| Dec 13 22:20:03.345 INFO STEP 1012 (remove_files) COMPLETE
74242024-12-13T22:20:04.678Z[ recovery-image] Dec 13 22:20:03.345 INFO O| Dec 13 22:20:03.345 INFO STEP 1013: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
74252024-12-13T22:20:04.741Z[ recovery-image] Dec 13 22:20:03.409 INFO O| Dec 13 22:20:03.409 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sadm/install/bin/pkginstall"
74262024-12-13T22:20:04.745Z[ recovery-image] Dec 13 22:20:03.410 INFO O| Dec 13 22:20:03.410 INFO STEP 1013 (remove_files) COMPLETE
74272024-12-13T22:20:04.745Z[ recovery-image] Dec 13 22:20:03.410 INFO O| Dec 13 22:20:03.410 INFO STEP 1014: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
74282024-12-13T22:20:04.781Z[ recovery-image] Dec 13 22:20:03.449 INFO O| Dec 13 22:20:03.449 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sadm/install/bin/pkgname"
74292024-12-13T22:20:04.781Z[ recovery-image] Dec 13 22:20:03.449 INFO O| Dec 13 22:20:03.449 INFO STEP 1014 (remove_files) COMPLETE
74302024-12-13T22:20:04.781Z[ recovery-image] Dec 13 22:20:03.449 INFO O| Dec 13 22:20:03.449 INFO STEP 1015: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
74312024-12-13T22:20:04.805Z[ recovery-image] Dec 13 22:20:03.473 INFO O| Dec 13 22:20:03.473 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sadm/install/bin/pkgremove"
74322024-12-13T22:20:04.805Z[ recovery-image] Dec 13 22:20:03.473 INFO O| Dec 13 22:20:03.473 INFO STEP 1015 (remove_files) COMPLETE
74332024-12-13T22:20:04.805Z[ recovery-image] Dec 13 22:20:03.473 INFO O| Dec 13 22:20:03.473 INFO STEP 1016: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
74342024-12-13T22:20:04.828Z[ recovery-image] Dec 13 22:20:03.497 INFO O| Dec 13 22:20:03.497 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sadm/install/bin/pkgserv"
74352024-12-13T22:20:04.828Z[ recovery-image] Dec 13 22:20:03.497 INFO O| Dec 13 22:20:03.497 INFO STEP 1016 (remove_files) COMPLETE
74362024-12-13T22:20:04.831Z[ recovery-image] Dec 13 22:20:03.497 INFO O| Dec 13 22:20:03.497 INFO STEP 1017: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
74372024-12-13T22:20:04.853Z[ recovery-image] Dec 13 22:20:03.519 INFO O| Dec 13 22:20:03.519 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sadm/install/miniroot.db"
74382024-12-13T22:20:04.853Z[ recovery-image] Dec 13 22:20:03.519 INFO O| Dec 13 22:20:03.519 INFO STEP 1017 (remove_files) COMPLETE
74392024-12-13T22:20:04.853Z[ recovery-image] Dec 13 22:20:03.519 INFO O| Dec 13 22:20:03.519 INFO STEP 1018: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
74402024-12-13T22:20:04.872Z[ recovery-image] Dec 13 22:20:03.541 INFO O| Dec 13 22:20:03.540 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sadm/install/scripts/i.preserve"
74412024-12-13T22:20:04.872Z[ recovery-image] Dec 13 22:20:03.541 INFO O| Dec 13 22:20:03.541 INFO STEP 1018 (remove_files) COMPLETE
74422024-12-13T22:20:04.872Z[ recovery-image] Dec 13 22:20:03.541 INFO O| Dec 13 22:20:03.541 INFO STEP 1019: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
74432024-12-13T22:20:04.894Z[ recovery-image] Dec 13 22:20:03.563 INFO O| Dec 13 22:20:03.563 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sadm/ugdates"
74442024-12-13T22:20:04.894Z[ recovery-image] Dec 13 22:20:03.563 INFO O| Dec 13 22:20:03.563 INFO STEP 1019 (remove_files) COMPLETE
74452024-12-13T22:20:04.897Z[ recovery-image] Dec 13 22:20:03.563 INFO O| Dec 13 22:20:03.563 INFO STEP 1020: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
74462024-12-13T22:20:04.916Z[ recovery-image] Dec 13 22:20:03.584 INFO O| Dec 13 22:20:03.584 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/6to4relay"
74472024-12-13T22:20:04.936Z[ recovery-image] Dec 13 22:20:03.584 INFO O| Dec 13 22:20:03.584 INFO STEP 1020 (remove_files) COMPLETE
74482024-12-13T22:20:04.936Z[ recovery-image] Dec 13 22:20:03.584 INFO O| Dec 13 22:20:03.584 INFO STEP 1021: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
74492024-12-13T22:20:04.939Z[ recovery-image] Dec 13 22:20:03.606 INFO O| Dec 13 22:20:03.606 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/acctadm"
74502024-12-13T22:20:04.939Z[ recovery-image] Dec 13 22:20:03.606 INFO O| Dec 13 22:20:03.606 INFO STEP 1021 (remove_files) COMPLETE
74512024-12-13T22:20:04.939Z[ recovery-image] Dec 13 22:20:03.606 INFO O| Dec 13 22:20:03.606 INFO STEP 1022: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
74522024-12-13T22:20:04.958Z[ recovery-image] Dec 13 22:20:03.627 INFO O| Dec 13 22:20:03.627 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/acpidump"
74532024-12-13T22:20:04.958Z[ recovery-image] Dec 13 22:20:03.627 INFO O| Dec 13 22:20:03.627 INFO STEP 1022 (remove_files) COMPLETE
74542024-12-13T22:20:04.958Z[ recovery-image] Dec 13 22:20:03.627 INFO O| Dec 13 22:20:03.627 INFO STEP 1023: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
74552024-12-13T22:20:04.985Z[ recovery-image] Dec 13 22:20:03.653 INFO O| Dec 13 22:20:03.653 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/acpixtract"
74562024-12-13T22:20:04.985Z[ recovery-image] Dec 13 22:20:03.653 INFO O| Dec 13 22:20:03.653 INFO STEP 1023 (remove_files) COMPLETE
74572024-12-13T22:20:04.985Z[ recovery-image] Dec 13 22:20:03.653 INFO O| Dec 13 22:20:03.653 INFO STEP 1024: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
74582024-12-13T22:20:05.010Z[ recovery-image] Dec 13 22:20:03.678 INFO O| Dec 13 22:20:03.678 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/add_drv"
74592024-12-13T22:20:05.010Z[ recovery-image] Dec 13 22:20:03.678 INFO O| Dec 13 22:20:03.678 INFO STEP 1024 (remove_files) COMPLETE
74602024-12-13T22:20:05.012Z[ recovery-image] Dec 13 22:20:03.678 INFO O| Dec 13 22:20:03.678 INFO STEP 1025: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
74612024-12-13T22:20:05.046Z[ recovery-image] Dec 13 22:20:03.713 INFO O| Dec 13 22:20:03.713 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/allocate"
74622024-12-13T22:20:05.046Z[ recovery-image] Dec 13 22:20:03.713 INFO O| Dec 13 22:20:03.713 INFO STEP 1025 (remove_files) COMPLETE
74632024-12-13T22:20:05.046Z[ recovery-image] Dec 13 22:20:03.713 INFO O| Dec 13 22:20:03.713 INFO STEP 1026: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
74642024-12-13T22:20:05.068Z[ recovery-image] Dec 13 22:20:03.737 INFO O| Dec 13 22:20:03.737 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/amd64/intrstat"
74652024-12-13T22:20:05.093Z[ recovery-image] Dec 13 22:20:03.760 INFO O| Dec 13 22:20:03.760 INFO STEP 1026 (remove_files) COMPLETE
74662024-12-13T22:20:05.093Z[ recovery-image] Dec 13 22:20:03.760 INFO O| Dec 13 22:20:03.760 INFO STEP 1027: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
74672024-12-13T22:20:05.129Z[ recovery-image] Dec 13 22:20:03.798 INFO O| Dec 13 22:20:03.798 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/amd64/lockstat"
74682024-12-13T22:20:05.129Z[ recovery-image] Dec 13 22:20:03.798 INFO O| Dec 13 22:20:03.798 INFO STEP 1027 (remove_files) COMPLETE
74692024-12-13T22:20:05.129Z[ recovery-image] Dec 13 22:20:03.798 INFO O| Dec 13 22:20:03.798 INFO STEP 1028: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
74702024-12-13T22:20:05.152Z[ recovery-image] Dec 13 22:20:03.820 INFO O| Dec 13 22:20:03.820 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/amd64/plockstat"
74712024-12-13T22:20:05.155Z[ recovery-image] Dec 13 22:20:03.821 INFO O| Dec 13 22:20:03.820 INFO STEP 1028 (remove_files) COMPLETE
74722024-12-13T22:20:05.155Z[ recovery-image] Dec 13 22:20:03.821 INFO O| Dec 13 22:20:03.821 INFO STEP 1029: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
74732024-12-13T22:20:05.190Z[ recovery-image] Dec 13 22:20:03.858 INFO O| Dec 13 22:20:03.858 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/arp"
74742024-12-13T22:20:05.193Z[ recovery-image] Dec 13 22:20:03.858 INFO O| Dec 13 22:20:03.858 INFO STEP 1029 (remove_files) COMPLETE
74752024-12-13T22:20:05.193Z[ recovery-image] Dec 13 22:20:03.859 INFO O| Dec 13 22:20:03.859 INFO STEP 1030: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
74762024-12-13T22:20:05.213Z[ recovery-image] Dec 13 22:20:03.881 INFO O| Dec 13 22:20:03.881 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/audit"
74772024-12-13T22:20:05.216Z[ recovery-image] Dec 13 22:20:03.882 INFO O| Dec 13 22:20:03.882 INFO STEP 1030 (remove_files) COMPLETE
74782024-12-13T22:20:05.216Z[ recovery-image] Dec 13 22:20:03.882 INFO O| Dec 13 22:20:03.882 INFO STEP 1031: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
74792024-12-13T22:20:05.236Z[ recovery-image] Dec 13 22:20:03.904 INFO O| Dec 13 22:20:03.904 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/auditconfig"
74802024-12-13T22:20:05.240Z[ recovery-image] Dec 13 22:20:03.905 INFO O| Dec 13 22:20:03.905 INFO STEP 1031 (remove_files) COMPLETE
74812024-12-13T22:20:05.240Z[ recovery-image] Dec 13 22:20:03.905 INFO O| Dec 13 22:20:03.905 INFO STEP 1032: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
74822024-12-13T22:20:05.263Z[ recovery-image] Dec 13 22:20:03.931 INFO O| Dec 13 22:20:03.931 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/auditd"
74832024-12-13T22:20:05.265Z[ recovery-image] Dec 13 22:20:03.931 INFO O| Dec 13 22:20:03.931 INFO STEP 1032 (remove_files) COMPLETE
74842024-12-13T22:20:05.266Z[ recovery-image] Dec 13 22:20:03.932 INFO O| Dec 13 22:20:03.931 INFO STEP 1033: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
74852024-12-13T22:20:05.289Z[ recovery-image] Dec 13 22:20:03.957 INFO O| Dec 13 22:20:03.957 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/auditrecord"
74862024-12-13T22:20:05.289Z[ recovery-image] Dec 13 22:20:03.957 INFO O| Dec 13 22:20:03.957 INFO STEP 1033 (remove_files) COMPLETE
74872024-12-13T22:20:05.292Z[ recovery-image] Dec 13 22:20:03.957 INFO O| Dec 13 22:20:03.957 INFO STEP 1034: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
74882024-12-13T22:20:05.353Z[ recovery-image] Dec 13 22:20:04.021 INFO O| Dec 13 22:20:04.020 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/auditreduce"
74892024-12-13T22:20:05.353Z[ recovery-image] Dec 13 22:20:04.021 INFO O| Dec 13 22:20:04.021 INFO STEP 1034 (remove_files) COMPLETE
74902024-12-13T22:20:05.353Z[ recovery-image] Dec 13 22:20:04.021 INFO O| Dec 13 22:20:04.021 INFO STEP 1035: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
74912024-12-13T22:20:05.375Z[ recovery-image] Dec 13 22:20:04.044 INFO O| Dec 13 22:20:04.043 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/auditstat"
74922024-12-13T22:20:05.375Z[ recovery-image] Dec 13 22:20:04.044 INFO O| Dec 13 22:20:04.044 INFO STEP 1035 (remove_files) COMPLETE
74932024-12-13T22:20:05.375Z[ recovery-image] Dec 13 22:20:04.044 INFO O| Dec 13 22:20:04.044 INFO STEP 1036: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
74942024-12-13T22:20:05.399Z[ recovery-image] Dec 13 22:20:04.067 INFO O| Dec 13 22:20:04.067 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/audlinks"
74952024-12-13T22:20:05.399Z[ recovery-image] Dec 13 22:20:04.067 INFO O| Dec 13 22:20:04.067 INFO STEP 1036 (remove_files) COMPLETE
74962024-12-13T22:20:05.399Z[ recovery-image] Dec 13 22:20:04.067 INFO O| Dec 13 22:20:04.067 INFO STEP 1037: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
74972024-12-13T22:20:05.422Z[ recovery-image] Dec 13 22:20:04.090 INFO O| Dec 13 22:20:04.090 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/bhyve"
74982024-12-13T22:20:05.422Z[ recovery-image] Dec 13 22:20:04.090 INFO O| Dec 13 22:20:04.090 INFO STEP 1037 (remove_files) COMPLETE
74992024-12-13T22:20:05.422Z[ recovery-image] Dec 13 22:20:04.090 INFO O| Dec 13 22:20:04.090 INFO STEP 1038: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
75002024-12-13T22:20:05.505Z[ recovery-image] Dec 13 22:20:04.173 INFO O| Dec 13 22:20:04.173 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/bhyvectl"
75012024-12-13T22:20:05.505Z[ recovery-image] Dec 13 22:20:04.173 INFO O| Dec 13 22:20:04.173 INFO STEP 1038 (remove_files) COMPLETE
75022024-12-13T22:20:05.505Z[ recovery-image] Dec 13 22:20:04.173 INFO O| Dec 13 22:20:04.173 INFO STEP 1039: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
75032024-12-13T22:20:05.529Z[ recovery-image] Dec 13 22:20:04.195 INFO O| Dec 13 22:20:04.195 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/cfgadm"
75042024-12-13T22:20:05.529Z[ recovery-image] Dec 13 22:20:04.195 INFO O| Dec 13 22:20:04.195 INFO STEP 1039 (remove_files) COMPLETE
75052024-12-13T22:20:05.529Z[ recovery-image] Dec 13 22:20:04.195 INFO O| Dec 13 22:20:04.195 INFO STEP 1040: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
75062024-12-13T22:20:05.593Z[ recovery-image] Dec 13 22:20:04.261 INFO O| Dec 13 22:20:04.261 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/chronyd"
75072024-12-13T22:20:05.595Z[ recovery-image] Dec 13 22:20:04.261 INFO O| Dec 13 22:20:04.261 INFO STEP 1040 (remove_files) COMPLETE
75082024-12-13T22:20:05.595Z[ recovery-image] Dec 13 22:20:04.261 INFO O| Dec 13 22:20:04.261 INFO STEP 1041: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
75092024-12-13T22:20:05.652Z[ recovery-image] Dec 13 22:20:04.320 INFO O| Dec 13 22:20:04.320 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/chroot"
75102024-12-13T22:20:05.652Z[ recovery-image] Dec 13 22:20:04.320 INFO O| Dec 13 22:20:04.320 INFO STEP 1041 (remove_files) COMPLETE
75112024-12-13T22:20:05.652Z[ recovery-image] Dec 13 22:20:04.320 INFO O| Dec 13 22:20:04.320 INFO STEP 1042: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
75122024-12-13T22:20:05.692Z[ recovery-image] Dec 13 22:20:04.360 INFO O| Dec 13 22:20:04.360 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/clear_locks"
75132024-12-13T22:20:05.692Z[ recovery-image] Dec 13 22:20:04.360 INFO O| Dec 13 22:20:04.360 INFO STEP 1042 (remove_files) COMPLETE
75142024-12-13T22:20:05.692Z[ recovery-image] Dec 13 22:20:04.360 INFO O| Dec 13 22:20:04.360 INFO STEP 1043: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
75152024-12-13T22:20:05.716Z[ recovery-image] Dec 13 22:20:04.383 INFO O| Dec 13 22:20:04.383 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/clinfo"
75162024-12-13T22:20:05.716Z[ recovery-image] Dec 13 22:20:04.384 INFO O| Dec 13 22:20:04.383 INFO STEP 1043 (remove_files) COMPLETE
75172024-12-13T22:20:05.716Z[ recovery-image] Dec 13 22:20:04.384 INFO O| Dec 13 22:20:04.384 INFO STEP 1044: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
75182024-12-13T22:20:05.736Z[ recovery-image] Dec 13 22:20:04.404 INFO O| Dec 13 22:20:04.404 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/clri"
75192024-12-13T22:20:05.744Z[ recovery-image] Dec 13 22:20:04.412 INFO O| Dec 13 22:20:04.412 INFO STEP 1044 (remove_files) COMPLETE
75202024-12-13T22:20:05.744Z[ recovery-image] Dec 13 22:20:04.412 INFO O| Dec 13 22:20:04.412 INFO STEP 1045: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
75212024-12-13T22:20:05.783Z[ recovery-image] Dec 13 22:20:04.449 INFO O| Dec 13 22:20:04.449 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/consadm"
75222024-12-13T22:20:05.783Z[ recovery-image] Dec 13 22:20:04.449 INFO O| Dec 13 22:20:04.449 INFO STEP 1045 (remove_files) COMPLETE
75232024-12-13T22:20:05.783Z[ recovery-image] Dec 13 22:20:04.449 INFO O| Dec 13 22:20:04.449 INFO STEP 1046: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
75242024-12-13T22:20:05.817Z[ recovery-image] Dec 13 22:20:04.484 INFO O| Dec 13 22:20:04.484 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/consadmd"
75252024-12-13T22:20:05.817Z[ recovery-image] Dec 13 22:20:04.484 INFO O| Dec 13 22:20:04.484 INFO STEP 1046 (remove_files) COMPLETE
75262024-12-13T22:20:05.817Z[ recovery-image] Dec 13 22:20:04.484 INFO O| Dec 13 22:20:04.484 INFO STEP 1047: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
75272024-12-13T22:20:05.838Z[ recovery-image] Dec 13 22:20:04.506 INFO O| Dec 13 22:20:04.506 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/cpustat"
75282024-12-13T22:20:05.838Z[ recovery-image] Dec 13 22:20:04.506 INFO O| Dec 13 22:20:04.506 INFO STEP 1047 (remove_files) COMPLETE
75292024-12-13T22:20:05.838Z[ recovery-image] Dec 13 22:20:04.506 INFO O| Dec 13 22:20:04.506 INFO STEP 1048: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
75302024-12-13T22:20:05.870Z[ recovery-image] Dec 13 22:20:04.538 INFO O| Dec 13 22:20:04.538 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/deallocate"
75312024-12-13T22:20:05.870Z[ recovery-image] Dec 13 22:20:04.539 INFO O| Dec 13 22:20:04.539 INFO STEP 1048 (remove_files) COMPLETE
75322024-12-13T22:20:05.870Z[ recovery-image] Dec 13 22:20:04.539 INFO O| Dec 13 22:20:04.539 INFO STEP 1049: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
75332024-12-13T22:20:05.893Z[ recovery-image] Dec 13 22:20:04.561 INFO O| Dec 13 22:20:04.561 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/devinfo"
75342024-12-13T22:20:05.893Z[ recovery-image] Dec 13 22:20:04.561 INFO O| Dec 13 22:20:04.561 INFO STEP 1049 (remove_files) COMPLETE
75352024-12-13T22:20:05.893Z[ recovery-image] Dec 13 22:20:04.561 INFO O| Dec 13 22:20:04.561 INFO STEP 1050: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
75362024-12-13T22:20:05.915Z[ recovery-image] Dec 13 22:20:04.582 INFO O| Dec 13 22:20:04.582 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/devlinks"
75372024-12-13T22:20:05.915Z[ recovery-image] Dec 13 22:20:04.582 INFO O| Dec 13 22:20:04.582 INFO STEP 1050 (remove_files) COMPLETE
75382024-12-13T22:20:05.915Z[ recovery-image] Dec 13 22:20:04.582 INFO O| Dec 13 22:20:04.582 INFO STEP 1051: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
75392024-12-13T22:20:05.937Z[ recovery-image] Dec 13 22:20:04.604 INFO O| Dec 13 22:20:04.604 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/df"
75402024-12-13T22:20:05.937Z[ recovery-image] Dec 13 22:20:04.604 INFO O| Dec 13 22:20:04.604 INFO STEP 1051 (remove_files) COMPLETE
75412024-12-13T22:20:05.937Z[ recovery-image] Dec 13 22:20:04.604 INFO O| Dec 13 22:20:04.604 INFO STEP 1052: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
75422024-12-13T22:20:05.965Z[ recovery-image] Dec 13 22:20:04.633 INFO O| Dec 13 22:20:04.633 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/dfmounts"
75432024-12-13T22:20:05.965Z[ recovery-image] Dec 13 22:20:04.633 INFO O| Dec 13 22:20:04.633 INFO STEP 1052 (remove_files) COMPLETE
75442024-12-13T22:20:05.965Z[ recovery-image] Dec 13 22:20:04.633 INFO O| Dec 13 22:20:04.633 INFO STEP 1053: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
75452024-12-13T22:20:06.007Z[ recovery-image] Dec 13 22:20:04.675 INFO O| Dec 13 22:20:04.675 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/dfshares"
75462024-12-13T22:20:06.008Z[ recovery-image] Dec 13 22:20:04.675 INFO O| Dec 13 22:20:04.675 INFO STEP 1053 (remove_files) COMPLETE
75472024-12-13T22:20:06.008Z[ recovery-image] Dec 13 22:20:04.675 INFO O| Dec 13 22:20:04.675 INFO STEP 1054: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
75482024-12-13T22:20:06.038Z[ recovery-image] Dec 13 22:20:04.705 INFO O| Dec 13 22:20:04.705 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/disks"
75492024-12-13T22:20:06.038Z[ recovery-image] Dec 13 22:20:04.705 INFO O| Dec 13 22:20:04.705 INFO STEP 1054 (remove_files) COMPLETE
75502024-12-13T22:20:06.041Z[ recovery-image] Dec 13 22:20:04.705 INFO O| Dec 13 22:20:04.705 INFO STEP 1055: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
75512024-12-13T22:20:06.079Z[ recovery-image] Dec 13 22:20:04.746 INFO O| Dec 13 22:20:04.746 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/dispadmin"
75522024-12-13T22:20:06.079Z[ recovery-image] Dec 13 22:20:04.746 INFO O| Dec 13 22:20:04.746 INFO STEP 1055 (remove_files) COMPLETE
75532024-12-13T22:20:06.079Z[ recovery-image] Dec 13 22:20:04.746 INFO O| Dec 13 22:20:04.746 INFO STEP 1056: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
75542024-12-13T22:20:06.100Z[ recovery-image] Dec 13 22:20:04.768 INFO O| Dec 13 22:20:04.768 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/dminfo"
75552024-12-13T22:20:06.100Z[ recovery-image] Dec 13 22:20:04.768 INFO O| Dec 13 22:20:04.768 INFO STEP 1056 (remove_files) COMPLETE
75562024-12-13T22:20:06.100Z[ recovery-image] Dec 13 22:20:04.768 INFO O| Dec 13 22:20:04.768 INFO STEP 1057: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
75572024-12-13T22:20:06.122Z[ recovery-image] Dec 13 22:20:04.790 INFO O| Dec 13 22:20:04.790 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/drvconfig"
75582024-12-13T22:20:06.122Z[ recovery-image] Dec 13 22:20:04.790 INFO O| Dec 13 22:20:04.790 INFO STEP 1057 (remove_files) COMPLETE
75592024-12-13T22:20:06.122Z[ recovery-image] Dec 13 22:20:04.790 INFO O| Dec 13 22:20:04.790 INFO STEP 1058: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
75602024-12-13T22:20:06.144Z[ recovery-image] Dec 13 22:20:04.812 INFO O| Dec 13 22:20:04.812 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/dtrace"
75612024-12-13T22:20:06.146Z[ recovery-image] Dec 13 22:20:04.812 INFO O| Dec 13 22:20:04.812 INFO STEP 1058 (remove_files) COMPLETE
75622024-12-13T22:20:06.146Z[ recovery-image] Dec 13 22:20:04.812 INFO O| Dec 13 22:20:04.812 INFO STEP 1059: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
75632024-12-13T22:20:06.168Z[ recovery-image] Dec 13 22:20:04.835 INFO O| Dec 13 22:20:04.835 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/eeprom"
75642024-12-13T22:20:06.168Z[ recovery-image] Dec 13 22:20:04.835 INFO O| Dec 13 22:20:04.835 INFO STEP 1059 (remove_files) COMPLETE
75652024-12-13T22:20:06.172Z[ recovery-image] Dec 13 22:20:04.835 INFO O| Dec 13 22:20:04.835 INFO STEP 1060: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
75662024-12-13T22:20:06.190Z[ recovery-image] Dec 13 22:20:04.858 INFO O| Dec 13 22:20:04.858 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/ff"
75672024-12-13T22:20:06.190Z[ recovery-image] Dec 13 22:20:04.858 INFO O| Dec 13 22:20:04.858 INFO STEP 1060 (remove_files) COMPLETE
75682024-12-13T22:20:06.190Z[ recovery-image] Dec 13 22:20:04.858 INFO O| Dec 13 22:20:04.858 INFO STEP 1061: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
75692024-12-13T22:20:06.230Z[ recovery-image] Dec 13 22:20:04.898 INFO O| Dec 13 22:20:04.898 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/fmadm"
75702024-12-13T22:20:06.248Z[ recovery-image] Dec 13 22:20:04.915 INFO O| Dec 13 22:20:04.915 INFO STEP 1061 (remove_files) COMPLETE
75712024-12-13T22:20:06.248Z[ recovery-image] Dec 13 22:20:04.915 INFO O| Dec 13 22:20:04.915 INFO STEP 1062: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
75722024-12-13T22:20:06.324Z[ recovery-image] Dec 13 22:20:04.992 INFO O| Dec 13 22:20:04.992 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/fmdump"
75732024-12-13T22:20:06.324Z[ recovery-image] Dec 13 22:20:04.992 INFO O| Dec 13 22:20:04.992 INFO STEP 1062 (remove_files) COMPLETE
75742024-12-13T22:20:06.324Z[ recovery-image] Dec 13 22:20:04.992 INFO O| Dec 13 22:20:04.992 INFO STEP 1063: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
75752024-12-13T22:20:06.383Z[ recovery-image] Dec 13 22:20:05.052 INFO O| Dec 13 22:20:05.051 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/fmstat"
75762024-12-13T22:20:06.384Z[ recovery-image] Dec 13 22:20:05.052 INFO O| Dec 13 22:20:05.052 INFO STEP 1063 (remove_files) COMPLETE
75772024-12-13T22:20:06.386Z[ recovery-image] Dec 13 22:20:05.052 INFO O| Dec 13 22:20:05.052 INFO STEP 1064: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
75782024-12-13T22:20:06.423Z[ recovery-image] Dec 13 22:20:05.080 INFO O| Dec 13 22:20:05.080 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/fmthard"
75792024-12-13T22:20:06.423Z[ recovery-image] Dec 13 22:20:05.080 INFO O| Dec 13 22:20:05.080 INFO STEP 1064 (remove_files) COMPLETE
75802024-12-13T22:20:06.423Z[ recovery-image] Dec 13 22:20:05.080 INFO O| Dec 13 22:20:05.080 INFO STEP 1065: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
75812024-12-13T22:20:06.447Z[ recovery-image] Dec 13 22:20:05.114 INFO O| Dec 13 22:20:05.104 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/format"
75822024-12-13T22:20:06.447Z[ recovery-image] Dec 13 22:20:05.114 INFO O| Dec 13 22:20:05.104 INFO STEP 1065 (remove_files) COMPLETE
75832024-12-13T22:20:06.447Z[ recovery-image] Dec 13 22:20:05.114 INFO O| Dec 13 22:20:05.104 INFO STEP 1066: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
75842024-12-13T22:20:06.456Z[ recovery-image] Dec 13 22:20:05.124 INFO O| Dec 13 22:20:05.124 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/fsck"
75852024-12-13T22:20:06.459Z[ recovery-image] Dec 13 22:20:05.125 INFO O| Dec 13 22:20:05.125 INFO STEP 1066 (remove_files) COMPLETE
75862024-12-13T22:20:06.459Z[ recovery-image] Dec 13 22:20:05.125 INFO O| Dec 13 22:20:05.125 INFO STEP 1067: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
75872024-12-13T22:20:06.519Z[ recovery-image] Dec 13 22:20:05.187 INFO O| Dec 13 22:20:05.187 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/fuser"
75882024-12-13T22:20:06.522Z[ recovery-image] Dec 13 22:20:05.188 INFO O| Dec 13 22:20:05.188 INFO STEP 1067 (remove_files) COMPLETE
75892024-12-13T22:20:06.522Z[ recovery-image] Dec 13 22:20:05.188 INFO O| Dec 13 22:20:05.188 INFO STEP 1068: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
75902024-12-13T22:20:06.561Z[ recovery-image] Dec 13 22:20:05.230 INFO O| Dec 13 22:20:05.229 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/getdevpolicy"
75912024-12-13T22:20:06.564Z[ recovery-image] Dec 13 22:20:05.230 INFO O| Dec 13 22:20:05.230 INFO STEP 1068 (remove_files) COMPLETE
75922024-12-13T22:20:06.564Z[ recovery-image] Dec 13 22:20:05.230 INFO O| Dec 13 22:20:05.230 INFO STEP 1069: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
75932024-12-13T22:20:06.601Z[ recovery-image] Dec 13 22:20:05.269 INFO O| Dec 13 22:20:05.269 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/getmajor"
75942024-12-13T22:20:06.604Z[ recovery-image] Dec 13 22:20:05.269 INFO O| Dec 13 22:20:05.269 INFO STEP 1069 (remove_files) COMPLETE
75952024-12-13T22:20:06.604Z[ recovery-image] Dec 13 22:20:05.269 INFO O| Dec 13 22:20:05.269 INFO STEP 1070: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
75962024-12-13T22:20:06.635Z[ recovery-image] Dec 13 22:20:05.303 INFO O| Dec 13 22:20:05.303 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/groupadd"
75972024-12-13T22:20:06.638Z[ recovery-image] Dec 13 22:20:05.304 INFO O| Dec 13 22:20:05.303 INFO STEP 1070 (remove_files) COMPLETE
75982024-12-13T22:20:06.638Z[ recovery-image] Dec 13 22:20:05.304 INFO O| Dec 13 22:20:05.304 INFO STEP 1071: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
75992024-12-13T22:20:06.659Z[ recovery-image] Dec 13 22:20:05.327 INFO O| Dec 13 22:20:05.326 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/groupdel"
76002024-12-13T22:20:06.663Z[ recovery-image] Dec 13 22:20:05.327 INFO O| Dec 13 22:20:05.327 INFO STEP 1071 (remove_files) COMPLETE
76012024-12-13T22:20:06.663Z[ recovery-image] Dec 13 22:20:05.327 INFO O| Dec 13 22:20:05.327 INFO STEP 1072: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
76022024-12-13T22:20:06.680Z[ recovery-image] Dec 13 22:20:05.348 INFO O| Dec 13 22:20:05.348 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/groupmod"
76032024-12-13T22:20:06.683Z[ recovery-image] Dec 13 22:20:05.348 INFO O| Dec 13 22:20:05.348 INFO STEP 1072 (remove_files) COMPLETE
76042024-12-13T22:20:06.683Z[ recovery-image] Dec 13 22:20:05.348 INFO O| Dec 13 22:20:05.348 INFO STEP 1073: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
76052024-12-13T22:20:06.700Z[ recovery-image] Dec 13 22:20:05.368 INFO O| Dec 13 22:20:05.368 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/growfs"
76062024-12-13T22:20:06.703Z[ recovery-image] Dec 13 22:20:05.368 INFO O| Dec 13 22:20:05.368 INFO STEP 1073 (remove_files) COMPLETE
76072024-12-13T22:20:06.703Z[ recovery-image] Dec 13 22:20:05.368 INFO O| Dec 13 22:20:05.368 INFO STEP 1074: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
76082024-12-13T22:20:06.730Z[ recovery-image] Dec 13 22:20:05.397 INFO O| Dec 13 22:20:05.397 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/grpck"
76092024-12-13T22:20:06.733Z[ recovery-image] Dec 13 22:20:05.398 INFO O| Dec 13 22:20:05.397 INFO STEP 1074 (remove_files) COMPLETE
76102024-12-13T22:20:06.733Z[ recovery-image] Dec 13 22:20:05.398 INFO O| Dec 13 22:20:05.398 INFO STEP 1075: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
76112024-12-13T22:20:06.788Z[ recovery-image] Dec 13 22:20:05.456 INFO O| Dec 13 22:20:05.456 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/gsscred"
76122024-12-13T22:20:06.792Z[ recovery-image] Dec 13 22:20:05.456 INFO O| Dec 13 22:20:05.456 INFO STEP 1075 (remove_files) COMPLETE
76132024-12-13T22:20:06.793Z[ recovery-image] Dec 13 22:20:05.456 INFO O| Dec 13 22:20:05.456 INFO STEP 1076: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
76142024-12-13T22:20:06.810Z[ recovery-image] Dec 13 22:20:05.478 INFO O| Dec 13 22:20:05.478 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/halt"
76152024-12-13T22:20:06.813Z[ recovery-image] Dec 13 22:20:05.478 INFO O| Dec 13 22:20:05.478 INFO STEP 1076 (remove_files) COMPLETE
76162024-12-13T22:20:06.813Z[ recovery-image] Dec 13 22:20:05.479 INFO O| Dec 13 22:20:05.478 INFO STEP 1077: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
76172024-12-13T22:20:06.839Z[ recovery-image] Dec 13 22:20:05.499 INFO O| Dec 13 22:20:05.498 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/hotplug"
76182024-12-13T22:20:06.843Z[ recovery-image] Dec 13 22:20:05.499 INFO O| Dec 13 22:20:05.499 INFO STEP 1077 (remove_files) COMPLETE
76192024-12-13T22:20:06.843Z[ recovery-image] Dec 13 22:20:05.499 INFO O| Dec 13 22:20:05.499 INFO STEP 1078: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
76202024-12-13T22:20:06.872Z[ recovery-image] Dec 13 22:20:05.540 INFO O| Dec 13 22:20:05.540 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/iasl"
76212024-12-13T22:20:06.872Z[ recovery-image] Dec 13 22:20:05.540 INFO O| Dec 13 22:20:05.540 INFO STEP 1078 (remove_files) COMPLETE
76222024-12-13T22:20:06.875Z[ recovery-image] Dec 13 22:20:05.540 INFO O| Dec 13 22:20:05.540 INFO STEP 1079: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
76232024-12-13T22:20:06.895Z[ recovery-image] Dec 13 22:20:05.563 INFO O| Dec 13 22:20:05.563 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/idmap"
76242024-12-13T22:20:06.895Z[ recovery-image] Dec 13 22:20:05.563 INFO O| Dec 13 22:20:05.563 INFO STEP 1079 (remove_files) COMPLETE
76252024-12-13T22:20:06.895Z[ recovery-image] Dec 13 22:20:05.563 INFO O| Dec 13 22:20:05.563 INFO STEP 1080: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
76262024-12-13T22:20:06.953Z[ recovery-image] Dec 13 22:20:05.621 INFO O| Dec 13 22:20:05.621 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/if_mpadm"
76272024-12-13T22:20:06.953Z[ recovery-image] Dec 13 22:20:05.622 INFO O| Dec 13 22:20:05.621 INFO STEP 1080 (remove_files) COMPLETE
76282024-12-13T22:20:06.953Z[ recovery-image] Dec 13 22:20:05.622 INFO O| Dec 13 22:20:05.621 INFO STEP 1081: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
76292024-12-13T22:20:06.975Z[ recovery-image] Dec 13 22:20:05.643 INFO O| Dec 13 22:20:05.643 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/ikeadm"
76302024-12-13T22:20:06.975Z[ recovery-image] Dec 13 22:20:05.644 INFO O| Dec 13 22:20:05.644 INFO STEP 1081 (remove_files) COMPLETE
76312024-12-13T22:20:06.975Z[ recovery-image] Dec 13 22:20:05.644 INFO O| Dec 13 22:20:05.644 INFO STEP 1082: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
76322024-12-13T22:20:06.998Z[ recovery-image] Dec 13 22:20:05.666 INFO O| Dec 13 22:20:05.666 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/ikecert"
76332024-12-13T22:20:06.998Z[ recovery-image] Dec 13 22:20:05.666 INFO O| Dec 13 22:20:05.666 INFO STEP 1082 (remove_files) COMPLETE
76342024-12-13T22:20:06.998Z[ recovery-image] Dec 13 22:20:05.666 INFO O| Dec 13 22:20:05.666 INFO STEP 1083: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
76352024-12-13T22:20:07.041Z[ recovery-image] Dec 13 22:20:05.709 INFO O| Dec 13 22:20:05.709 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/in.rdisc"
76362024-12-13T22:20:07.041Z[ recovery-image] Dec 13 22:20:05.709 INFO O| Dec 13 22:20:05.709 INFO STEP 1083 (remove_files) COMPLETE
76372024-12-13T22:20:07.041Z[ recovery-image] Dec 13 22:20:05.709 INFO O| Dec 13 22:20:05.709 INFO STEP 1084: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
76382024-12-13T22:20:07.072Z[ recovery-image] Dec 13 22:20:05.740 INFO O| Dec 13 22:20:05.740 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/in.routed"
76392024-12-13T22:20:07.072Z[ recovery-image] Dec 13 22:20:05.740 INFO O| Dec 13 22:20:05.740 INFO STEP 1084 (remove_files) COMPLETE
76402024-12-13T22:20:07.072Z[ recovery-image] Dec 13 22:20:05.740 INFO O| Dec 13 22:20:05.740 INFO STEP 1085: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
76412024-12-13T22:20:07.095Z[ recovery-image] Dec 13 22:20:05.763 INFO O| Dec 13 22:20:05.763 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/inetadm"
76422024-12-13T22:20:07.095Z[ recovery-image] Dec 13 22:20:05.763 INFO O| Dec 13 22:20:05.763 INFO STEP 1085 (remove_files) COMPLETE
76432024-12-13T22:20:07.099Z[ recovery-image] Dec 13 22:20:05.764 INFO O| Dec 13 22:20:05.763 INFO STEP 1086: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
76442024-12-13T22:20:07.178Z[ recovery-image] Dec 13 22:20:05.847 INFO O| Dec 13 22:20:05.846 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/inetconv"
76452024-12-13T22:20:07.179Z[ recovery-image] Dec 13 22:20:05.847 INFO O| Dec 13 22:20:05.847 INFO STEP 1086 (remove_files) COMPLETE
76462024-12-13T22:20:07.179Z[ recovery-image] Dec 13 22:20:05.847 INFO O| Dec 13 22:20:05.847 INFO STEP 1087: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
76472024-12-13T22:20:07.239Z[ recovery-image] Dec 13 22:20:05.907 INFO O| Dec 13 22:20:05.907 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/install"
76482024-12-13T22:20:07.239Z[ recovery-image] Dec 13 22:20:05.907 INFO O| Dec 13 22:20:05.907 INFO STEP 1087 (remove_files) COMPLETE
76492024-12-13T22:20:07.239Z[ recovery-image] Dec 13 22:20:05.907 INFO O| Dec 13 22:20:05.907 INFO STEP 1088: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
76502024-12-13T22:20:07.264Z[ recovery-image] Dec 13 22:20:05.932 INFO O| Dec 13 22:20:05.932 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/installboot"
76512024-12-13T22:20:07.267Z[ recovery-image] Dec 13 22:20:05.932 INFO O| Dec 13 22:20:05.932 INFO STEP 1088 (remove_files) COMPLETE
76522024-12-13T22:20:07.267Z[ recovery-image] Dec 13 22:20:05.933 INFO O| Dec 13 22:20:05.932 INFO STEP 1089: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
76532024-12-13T22:20:07.287Z[ recovery-image] Dec 13 22:20:05.955 INFO O| Dec 13 22:20:05.955 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/installf"
76542024-12-13T22:20:07.290Z[ recovery-image] Dec 13 22:20:05.955 INFO O| Dec 13 22:20:05.955 INFO STEP 1089 (remove_files) COMPLETE
76552024-12-13T22:20:07.290Z[ recovery-image] Dec 13 22:20:05.956 INFO O| Dec 13 22:20:05.956 INFO STEP 1090: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
76562024-12-13T22:20:07.322Z[ recovery-image] Dec 13 22:20:05.990 INFO O| Dec 13 22:20:05.990 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/intrstat"
76572024-12-13T22:20:07.325Z[ recovery-image] Dec 13 22:20:05.991 INFO O| Dec 13 22:20:05.990 INFO STEP 1090 (remove_files) COMPLETE
76582024-12-13T22:20:07.325Z[ recovery-image] Dec 13 22:20:05.991 INFO O| Dec 13 22:20:05.991 INFO STEP 1091: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
76592024-12-13T22:20:07.346Z[ recovery-image] Dec 13 22:20:06.014 INFO O| Dec 13 22:20:06.014 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/ipsecalgs"
76602024-12-13T22:20:07.348Z[ recovery-image] Dec 13 22:20:06.015 INFO O| Dec 13 22:20:06.014 INFO STEP 1091 (remove_files) COMPLETE
76612024-12-13T22:20:07.349Z[ recovery-image] Dec 13 22:20:06.015 INFO O| Dec 13 22:20:06.015 INFO STEP 1092: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
76622024-12-13T22:20:07.404Z[ recovery-image] Dec 13 22:20:06.072 INFO O| Dec 13 22:20:06.071 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/ipsecconf"
76632024-12-13T22:20:07.406Z[ recovery-image] Dec 13 22:20:06.072 INFO O| Dec 13 22:20:06.072 INFO STEP 1092 (remove_files) COMPLETE
76642024-12-13T22:20:07.406Z[ recovery-image] Dec 13 22:20:06.072 INFO O| Dec 13 22:20:06.072 INFO STEP 1093: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
76652024-12-13T22:20:07.426Z[ recovery-image] Dec 13 22:20:06.093 INFO O| Dec 13 22:20:06.093 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/ipseckey"
76662024-12-13T22:20:07.440Z[ recovery-image] Dec 13 22:20:06.094 INFO O| Dec 13 22:20:06.094 INFO STEP 1093 (remove_files) COMPLETE
76672024-12-13T22:20:07.440Z[ recovery-image] Dec 13 22:20:06.094 INFO O| Dec 13 22:20:06.094 INFO STEP 1094: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
76682024-12-13T22:20:07.454Z[ recovery-image] Dec 13 22:20:06.115 INFO O| Dec 13 22:20:06.115 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/keyserv"
76692024-12-13T22:20:07.454Z[ recovery-image] Dec 13 22:20:06.115 INFO O| Dec 13 22:20:06.115 INFO STEP 1094 (remove_files) COMPLETE
76702024-12-13T22:20:07.454Z[ recovery-image] Dec 13 22:20:06.116 INFO O| Dec 13 22:20:06.115 INFO STEP 1095: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
76712024-12-13T22:20:07.491Z[ recovery-image] Dec 13 22:20:06.159 INFO O| Dec 13 22:20:06.158 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/killall"
76722024-12-13T22:20:07.494Z[ recovery-image] Dec 13 22:20:06.159 INFO O| Dec 13 22:20:06.159 INFO STEP 1095 (remove_files) COMPLETE
76732024-12-13T22:20:07.494Z[ recovery-image] Dec 13 22:20:06.159 INFO O| Dec 13 22:20:06.159 INFO STEP 1096: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
76742024-12-13T22:20:07.516Z[ recovery-image] Dec 13 22:20:06.181 INFO O| Dec 13 22:20:06.181 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/link"
76752024-12-13T22:20:07.516Z[ recovery-image] Dec 13 22:20:06.181 INFO O| Dec 13 22:20:06.181 INFO STEP 1096 (remove_files) COMPLETE
76762024-12-13T22:20:07.516Z[ recovery-image] Dec 13 22:20:06.181 INFO O| Dec 13 22:20:06.181 INFO STEP 1097: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
76772024-12-13T22:20:07.536Z[ recovery-image] Dec 13 22:20:06.204 INFO O| Dec 13 22:20:06.204 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/list_devices"
76782024-12-13T22:20:07.536Z[ recovery-image] Dec 13 22:20:06.204 INFO O| Dec 13 22:20:06.204 INFO STEP 1097 (remove_files) COMPLETE
76792024-12-13T22:20:07.538Z[ recovery-image] Dec 13 22:20:06.204 INFO O| Dec 13 22:20:06.204 INFO STEP 1098: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
76802024-12-13T22:20:07.558Z[ recovery-image] Dec 13 22:20:06.226 INFO O| Dec 13 22:20:06.226 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/locator"
76812024-12-13T22:20:07.558Z[ recovery-image] Dec 13 22:20:06.226 INFO O| Dec 13 22:20:06.226 INFO STEP 1098 (remove_files) COMPLETE
76822024-12-13T22:20:07.558Z[ recovery-image] Dec 13 22:20:06.226 INFO O| Dec 13 22:20:06.226 INFO STEP 1099: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
76832024-12-13T22:20:07.580Z[ recovery-image] Dec 13 22:20:06.248 INFO O| Dec 13 22:20:06.248 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/lockstat"
76842024-12-13T22:20:07.582Z[ recovery-image] Dec 13 22:20:06.248 INFO O| Dec 13 22:20:06.248 INFO STEP 1099 (remove_files) COMPLETE
76852024-12-13T22:20:07.582Z[ recovery-image] Dec 13 22:20:06.248 INFO O| Dec 13 22:20:06.248 INFO STEP 1100: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
76862024-12-13T22:20:07.651Z[ recovery-image] Dec 13 22:20:06.319 INFO O| Dec 13 22:20:06.319 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/lofiadm"
76872024-12-13T22:20:07.658Z[ recovery-image] Dec 13 22:20:06.319 INFO O| Dec 13 22:20:06.319 INFO STEP 1100 (remove_files) COMPLETE
76882024-12-13T22:20:07.658Z[ recovery-image] Dec 13 22:20:06.319 INFO O| Dec 13 22:20:06.319 INFO STEP 1101: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
76892024-12-13T22:20:07.699Z[ recovery-image] Dec 13 22:20:06.365 INFO O| Dec 13 22:20:06.365 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/logadm"
76902024-12-13T22:20:07.699Z[ recovery-image] Dec 13 22:20:06.365 INFO O| Dec 13 22:20:06.365 INFO STEP 1101 (remove_files) COMPLETE
76912024-12-13T22:20:07.705Z[ recovery-image] Dec 13 22:20:06.365 INFO O| Dec 13 22:20:06.365 INFO STEP 1102: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
76922024-12-13T22:20:07.737Z[ recovery-image] Dec 13 22:20:06.405 INFO O| Dec 13 22:20:06.405 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/makedbm"
76932024-12-13T22:20:07.737Z[ recovery-image] Dec 13 22:20:06.405 INFO O| Dec 13 22:20:06.405 INFO STEP 1102 (remove_files) COMPLETE
76942024-12-13T22:20:07.738Z[ recovery-image] Dec 13 22:20:06.406 INFO O| Dec 13 22:20:06.405 INFO STEP 1103: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
76952024-12-13T22:20:07.770Z[ recovery-image] Dec 13 22:20:06.438 INFO O| Dec 13 22:20:06.438 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/mkdevalloc"
76962024-12-13T22:20:07.773Z[ recovery-image] Dec 13 22:20:06.438 INFO O| Dec 13 22:20:06.438 INFO STEP 1103 (remove_files) COMPLETE
76972024-12-13T22:20:07.773Z[ recovery-image] Dec 13 22:20:06.438 INFO O| Dec 13 22:20:06.438 INFO STEP 1104: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
76982024-12-13T22:20:07.794Z[ recovery-image] Dec 13 22:20:06.462 INFO O| Dec 13 22:20:06.462 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/mkdevmaps"
76992024-12-13T22:20:07.798Z[ recovery-image] Dec 13 22:20:06.462 INFO O| Dec 13 22:20:06.462 INFO STEP 1104 (remove_files) COMPLETE
77002024-12-13T22:20:07.798Z[ recovery-image] Dec 13 22:20:06.462 INFO O| Dec 13 22:20:06.462 INFO STEP 1105: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
77012024-12-13T22:20:07.821Z[ recovery-image] Dec 13 22:20:06.487 INFO O| Dec 13 22:20:06.486 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/mkfile"
77022024-12-13T22:20:07.821Z[ recovery-image] Dec 13 22:20:06.487 INFO O| Dec 13 22:20:06.487 INFO STEP 1105 (remove_files) COMPLETE
77032024-12-13T22:20:07.830Z[ recovery-image] Dec 13 22:20:06.487 INFO O| Dec 13 22:20:06.487 INFO STEP 1106: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
77042024-12-13T22:20:07.854Z[ recovery-image] Dec 13 22:20:06.521 INFO O| Dec 13 22:20:06.521 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/mknod"
77052024-12-13T22:20:07.854Z[ recovery-image] Dec 13 22:20:06.521 INFO O| Dec 13 22:20:06.521 INFO STEP 1106 (remove_files) COMPLETE
77062024-12-13T22:20:07.859Z[ recovery-image] Dec 13 22:20:06.521 INFO O| Dec 13 22:20:06.521 INFO STEP 1107: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
77072024-12-13T22:20:07.926Z[ recovery-image] Dec 13 22:20:06.593 INFO O| Dec 13 22:20:06.593 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/modinfo"
77082024-12-13T22:20:07.926Z[ recovery-image] Dec 13 22:20:06.594 INFO O| Dec 13 22:20:06.593 INFO STEP 1107 (remove_files) COMPLETE
77092024-12-13T22:20:07.926Z[ recovery-image] Dec 13 22:20:06.594 INFO O| Dec 13 22:20:06.594 INFO STEP 1108: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
77102024-12-13T22:20:07.949Z[ recovery-image] Dec 13 22:20:06.616 INFO O| Dec 13 22:20:06.616 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/modload"
77112024-12-13T22:20:07.949Z[ recovery-image] Dec 13 22:20:06.616 INFO O| Dec 13 22:20:06.616 INFO STEP 1108 (remove_files) COMPLETE
77122024-12-13T22:20:07.949Z[ recovery-image] Dec 13 22:20:06.616 INFO O| Dec 13 22:20:06.616 INFO STEP 1109: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
77132024-12-13T22:20:07.984Z[ recovery-image] Dec 13 22:20:06.638 INFO O| Dec 13 22:20:06.638 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/mountall"
77142024-12-13T22:20:07.984Z[ recovery-image] Dec 13 22:20:06.638 INFO O| Dec 13 22:20:06.638 INFO STEP 1109 (remove_files) COMPLETE
77152024-12-13T22:20:07.989Z[ recovery-image] Dec 13 22:20:06.638 INFO O| Dec 13 22:20:06.638 INFO STEP 1110: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
77162024-12-13T22:20:08.005Z[ recovery-image] Dec 13 22:20:06.673 INFO O| Dec 13 22:20:06.673 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/msgid"
77172024-12-13T22:20:08.006Z[ recovery-image] Dec 13 22:20:06.673 INFO O| Dec 13 22:20:06.673 INFO STEP 1110 (remove_files) COMPLETE
77182024-12-13T22:20:08.006Z[ recovery-image] Dec 13 22:20:06.674 INFO O| Dec 13 22:20:06.673 INFO STEP 1111: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
77192024-12-13T22:20:08.035Z[ recovery-image] Dec 13 22:20:06.702 INFO O| Dec 13 22:20:06.702 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/mvdir"
77202024-12-13T22:20:08.035Z[ recovery-image] Dec 13 22:20:06.702 INFO O| Dec 13 22:20:06.702 INFO STEP 1111 (remove_files) COMPLETE
77212024-12-13T22:20:08.035Z[ recovery-image] Dec 13 22:20:06.702 INFO O| Dec 13 22:20:06.702 INFO STEP 1112: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
77222024-12-13T22:20:08.106Z[ recovery-image] Dec 13 22:20:06.774 INFO O| Dec 13 22:20:06.774 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/ndp"
77232024-12-13T22:20:08.106Z[ recovery-image] Dec 13 22:20:06.774 INFO O| Dec 13 22:20:06.774 INFO STEP 1112 (remove_files) COMPLETE
77242024-12-13T22:20:08.110Z[ recovery-image] Dec 13 22:20:06.774 INFO O| Dec 13 22:20:06.774 INFO STEP 1113: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
77252024-12-13T22:20:08.167Z[ recovery-image] Dec 13 22:20:06.832 INFO O| Dec 13 22:20:06.832 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/nlsadmin"
77262024-12-13T22:20:08.167Z[ recovery-image] Dec 13 22:20:06.832 INFO O| Dec 13 22:20:06.832 INFO STEP 1113 (remove_files) COMPLETE
77272024-12-13T22:20:08.167Z[ recovery-image] Dec 13 22:20:06.832 INFO O| Dec 13 22:20:06.832 INFO STEP 1114: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
77282024-12-13T22:20:08.185Z[ recovery-image] Dec 13 22:20:06.852 INFO O| Dec 13 22:20:06.852 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/nltest"
77292024-12-13T22:20:08.185Z[ recovery-image] Dec 13 22:20:06.852 INFO O| Dec 13 22:20:06.852 INFO STEP 1114 (remove_files) COMPLETE
77302024-12-13T22:20:08.185Z[ recovery-image] Dec 13 22:20:06.853 INFO O| Dec 13 22:20:06.852 INFO STEP 1115: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
77312024-12-13T22:20:08.209Z[ recovery-image] Dec 13 22:20:06.877 INFO O| Dec 13 22:20:06.877 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/nvmeadm"
77322024-12-13T22:20:08.209Z[ recovery-image] Dec 13 22:20:06.877 INFO O| Dec 13 22:20:06.877 INFO STEP 1115 (remove_files) COMPLETE
77332024-12-13T22:20:08.210Z[ recovery-image] Dec 13 22:20:06.877 INFO O| Dec 13 22:20:06.877 INFO STEP 1116: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
77342024-12-13T22:20:08.270Z[ recovery-image] Dec 13 22:20:06.938 INFO O| Dec 13 22:20:06.938 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/nwamadm"
77352024-12-13T22:20:08.270Z[ recovery-image] Dec 13 22:20:06.938 INFO O| Dec 13 22:20:06.938 INFO STEP 1116 (remove_files) COMPLETE
77362024-12-13T22:20:08.270Z[ recovery-image] Dec 13 22:20:06.938 INFO O| Dec 13 22:20:06.938 INFO STEP 1117: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
77372024-12-13T22:20:08.334Z[ recovery-image] Dec 13 22:20:06.993 INFO O| Dec 13 22:20:06.993 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/nwamcfg"
77382024-12-13T22:20:08.334Z[ recovery-image] Dec 13 22:20:06.994 INFO O| Dec 13 22:20:06.993 INFO STEP 1117 (remove_files) COMPLETE
77392024-12-13T22:20:08.334Z[ recovery-image] Dec 13 22:20:06.994 INFO O| Dec 13 22:20:06.994 INFO STEP 1118: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
77402024-12-13T22:20:08.367Z[ recovery-image] Dec 13 22:20:07.033 INFO O| Dec 13 22:20:07.033 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/pbind"
77412024-12-13T22:20:08.367Z[ recovery-image] Dec 13 22:20:07.033 INFO O| Dec 13 22:20:07.033 INFO STEP 1118 (remove_files) COMPLETE
77422024-12-13T22:20:08.372Z[ recovery-image] Dec 13 22:20:07.034 INFO O| Dec 13 22:20:07.033 INFO STEP 1119: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
77432024-12-13T22:20:08.410Z[ recovery-image] Dec 13 22:20:07.077 INFO O| Dec 13 22:20:07.077 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/ping"
77442024-12-13T22:20:08.410Z[ recovery-image] Dec 13 22:20:07.077 INFO O| Dec 13 22:20:07.077 INFO STEP 1119 (remove_files) COMPLETE
77452024-12-13T22:20:08.414Z[ recovery-image] Dec 13 22:20:07.077 INFO O| Dec 13 22:20:07.077 INFO STEP 1120: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
77462024-12-13T22:20:08.433Z[ recovery-image] Dec 13 22:20:07.100 INFO O| Dec 13 22:20:07.100 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/pkgadd"
77472024-12-13T22:20:08.433Z[ recovery-image] Dec 13 22:20:07.101 INFO O| Dec 13 22:20:07.100 INFO STEP 1120 (remove_files) COMPLETE
77482024-12-13T22:20:08.433Z[ recovery-image] Dec 13 22:20:07.101 INFO O| Dec 13 22:20:07.101 INFO STEP 1121: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
77492024-12-13T22:20:08.509Z[ recovery-image] Dec 13 22:20:07.176 INFO O| Dec 13 22:20:07.176 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/pkgask"
77502024-12-13T22:20:08.509Z[ recovery-image] Dec 13 22:20:07.176 INFO O| Dec 13 22:20:07.176 INFO STEP 1121 (remove_files) COMPLETE
77512024-12-13T22:20:08.509Z[ recovery-image] Dec 13 22:20:07.176 INFO O| Dec 13 22:20:07.176 INFO STEP 1122: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
77522024-12-13T22:20:08.532Z[ recovery-image] Dec 13 22:20:07.199 INFO O| Dec 13 22:20:07.198 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/pkgchk"
77532024-12-13T22:20:08.532Z[ recovery-image] Dec 13 22:20:07.199 INFO O| Dec 13 22:20:07.199 INFO STEP 1122 (remove_files) COMPLETE
77542024-12-13T22:20:08.532Z[ recovery-image] Dec 13 22:20:07.199 INFO O| Dec 13 22:20:07.199 INFO STEP 1123: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
77552024-12-13T22:20:08.571Z[ recovery-image] Dec 13 22:20:07.238 INFO O| Dec 13 22:20:07.238 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/pkgrm"
77562024-12-13T22:20:08.574Z[ recovery-image] Dec 13 22:20:07.239 INFO O| Dec 13 22:20:07.238 INFO STEP 1123 (remove_files) COMPLETE
77572024-12-13T22:20:08.574Z[ recovery-image] Dec 13 22:20:07.239 INFO O| Dec 13 22:20:07.239 INFO STEP 1124: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
77582024-12-13T22:20:08.596Z[ recovery-image] Dec 13 22:20:07.263 INFO O| Dec 13 22:20:07.263 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/plockstat"
77592024-12-13T22:20:08.600Z[ recovery-image] Dec 13 22:20:07.264 INFO O| Dec 13 22:20:07.264 INFO STEP 1124 (remove_files) COMPLETE
77602024-12-13T22:20:08.600Z[ recovery-image] Dec 13 22:20:07.264 INFO O| Dec 13 22:20:07.264 INFO STEP 1125: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
77612024-12-13T22:20:08.638Z[ recovery-image] Dec 13 22:20:07.305 INFO O| Dec 13 22:20:07.305 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/pooladm"
77622024-12-13T22:20:08.640Z[ recovery-image] Dec 13 22:20:07.306 INFO O| Dec 13 22:20:07.305 INFO STEP 1125 (remove_files) COMPLETE
77632024-12-13T22:20:08.641Z[ recovery-image] Dec 13 22:20:07.306 INFO O| Dec 13 22:20:07.306 INFO STEP 1126: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
77642024-12-13T22:20:08.659Z[ recovery-image] Dec 13 22:20:07.327 INFO O| Dec 13 22:20:07.327 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/poolbind"
77652024-12-13T22:20:08.662Z[ recovery-image] Dec 13 22:20:07.327 INFO O| Dec 13 22:20:07.327 INFO STEP 1126 (remove_files) COMPLETE
77662024-12-13T22:20:08.662Z[ recovery-image] Dec 13 22:20:07.327 INFO O| Dec 13 22:20:07.327 INFO STEP 1127: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
77672024-12-13T22:20:08.683Z[ recovery-image] Dec 13 22:20:07.350 INFO O| Dec 13 22:20:07.350 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/poolcfg"
77682024-12-13T22:20:08.683Z[ recovery-image] Dec 13 22:20:07.350 INFO O| Dec 13 22:20:07.350 INFO STEP 1127 (remove_files) COMPLETE
77692024-12-13T22:20:08.683Z[ recovery-image] Dec 13 22:20:07.350 INFO O| Dec 13 22:20:07.350 INFO STEP 1128: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
77702024-12-13T22:20:08.735Z[ recovery-image] Dec 13 22:20:07.375 INFO O| Dec 13 22:20:07.374 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/ports"
77712024-12-13T22:20:08.735Z[ recovery-image] Dec 13 22:20:07.375 INFO O| Dec 13 22:20:07.375 INFO STEP 1128 (remove_files) COMPLETE
77722024-12-13T22:20:08.736Z[ recovery-image] Dec 13 22:20:07.375 INFO O| Dec 13 22:20:07.375 INFO STEP 1129: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
77732024-12-13T22:20:08.739Z[ recovery-image] Dec 13 22:20:07.396 INFO O| Dec 13 22:20:07.396 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/poweroff"
77742024-12-13T22:20:08.739Z[ recovery-image] Dec 13 22:20:07.396 INFO O| Dec 13 22:20:07.396 INFO STEP 1129 (remove_files) COMPLETE
77752024-12-13T22:20:08.739Z[ recovery-image] Dec 13 22:20:07.397 INFO O| Dec 13 22:20:07.396 INFO STEP 1130: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
77762024-12-13T22:20:08.752Z[ recovery-image] Dec 13 22:20:07.419 INFO O| Dec 13 22:20:07.419 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/pptadm"
77772024-12-13T22:20:08.755Z[ recovery-image] Dec 13 22:20:07.419 INFO O| Dec 13 22:20:07.419 INFO STEP 1130 (remove_files) COMPLETE
77782024-12-13T22:20:08.755Z[ recovery-image] Dec 13 22:20:07.420 INFO O| Dec 13 22:20:07.419 INFO STEP 1131: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
77792024-12-13T22:20:08.774Z[ recovery-image] Dec 13 22:20:07.440 INFO O| Dec 13 22:20:07.440 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/praudit"
77802024-12-13T22:20:08.774Z[ recovery-image] Dec 13 22:20:07.441 INFO O| Dec 13 22:20:07.441 INFO STEP 1131 (remove_files) COMPLETE
77812024-12-13T22:20:08.774Z[ recovery-image] Dec 13 22:20:07.441 INFO O| Dec 13 22:20:07.441 INFO STEP 1132: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
77822024-12-13T22:20:08.794Z[ recovery-image] Dec 13 22:20:07.461 INFO O| Dec 13 22:20:07.461 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/projadd"
77832024-12-13T22:20:08.794Z[ recovery-image] Dec 13 22:20:07.461 INFO O| Dec 13 22:20:07.461 INFO STEP 1132 (remove_files) COMPLETE
77842024-12-13T22:20:08.794Z[ recovery-image] Dec 13 22:20:07.462 INFO O| Dec 13 22:20:07.461 INFO STEP 1133: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
77852024-12-13T22:20:08.830Z[ recovery-image] Dec 13 22:20:07.496 INFO O| Dec 13 22:20:07.496 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/projdel"
77862024-12-13T22:20:08.830Z[ recovery-image] Dec 13 22:20:07.496 INFO O| Dec 13 22:20:07.496 INFO STEP 1133 (remove_files) COMPLETE
77872024-12-13T22:20:08.831Z[ recovery-image] Dec 13 22:20:07.496 INFO O| Dec 13 22:20:07.496 INFO STEP 1134: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
77882024-12-13T22:20:08.866Z[ recovery-image] Dec 13 22:20:07.534 INFO O| Dec 13 22:20:07.534 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/projmod"
77892024-12-13T22:20:08.869Z[ recovery-image] Dec 13 22:20:07.534 INFO O| Dec 13 22:20:07.534 INFO STEP 1134 (remove_files) COMPLETE
77902024-12-13T22:20:08.870Z[ recovery-image] Dec 13 22:20:07.534 INFO O| Dec 13 22:20:07.534 INFO STEP 1135: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
77912024-12-13T22:20:08.891Z[ recovery-image] Dec 13 22:20:07.554 INFO O| Dec 13 22:20:07.554 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/prtdiag"
77922024-12-13T22:20:08.891Z[ recovery-image] Dec 13 22:20:07.554 INFO O| Dec 13 22:20:07.554 INFO STEP 1135 (remove_files) COMPLETE
77932024-12-13T22:20:08.891Z[ recovery-image] Dec 13 22:20:07.554 INFO O| Dec 13 22:20:07.554 INFO STEP 1136: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
77942024-12-13T22:20:08.964Z[ recovery-image] Dec 13 22:20:07.629 INFO O| Dec 13 22:20:07.629 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/prtpicl"
77952024-12-13T22:20:08.964Z[ recovery-image] Dec 13 22:20:07.629 INFO O| Dec 13 22:20:07.629 INFO STEP 1136 (remove_files) COMPLETE
77962024-12-13T22:20:08.964Z[ recovery-image] Dec 13 22:20:07.629 INFO O| Dec 13 22:20:07.629 INFO STEP 1137: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
77972024-12-13T22:20:08.992Z[ recovery-image] Dec 13 22:20:07.654 INFO O| Dec 13 22:20:07.654 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/prtvtoc"
77982024-12-13T22:20:08.992Z[ recovery-image] Dec 13 22:20:07.654 INFO O| Dec 13 22:20:07.654 INFO STEP 1137 (remove_files) COMPLETE
77992024-12-13T22:20:08.992Z[ recovery-image] Dec 13 22:20:07.654 INFO O| Dec 13 22:20:07.654 INFO STEP 1138: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
78002024-12-13T22:20:09.015Z[ recovery-image] Dec 13 22:20:07.682 INFO O| Dec 13 22:20:07.682 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/psradm"
78012024-12-13T22:20:09.015Z[ recovery-image] Dec 13 22:20:07.682 INFO O| Dec 13 22:20:07.682 INFO STEP 1138 (remove_files) COMPLETE
78022024-12-13T22:20:09.015Z[ recovery-image] Dec 13 22:20:07.682 INFO O| Dec 13 22:20:07.682 INFO STEP 1139: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
78032024-12-13T22:20:09.047Z[ recovery-image] Dec 13 22:20:07.715 INFO O| Dec 13 22:20:07.715 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/psrinfo"
78042024-12-13T22:20:09.050Z[ recovery-image] Dec 13 22:20:07.715 INFO O| Dec 13 22:20:07.715 INFO STEP 1139 (remove_files) COMPLETE
78052024-12-13T22:20:09.050Z[ recovery-image] Dec 13 22:20:07.715 INFO O| Dec 13 22:20:07.715 INFO STEP 1140: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
78062024-12-13T22:20:09.083Z[ recovery-image] Dec 13 22:20:07.750 INFO O| Dec 13 22:20:07.750 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/psrset"
78072024-12-13T22:20:09.091Z[ recovery-image] Dec 13 22:20:07.759 INFO O| Dec 13 22:20:07.759 INFO STEP 1140 (remove_files) COMPLETE
78082024-12-13T22:20:09.091Z[ recovery-image] Dec 13 22:20:07.759 INFO O| Dec 13 22:20:07.759 INFO STEP 1141: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
78092024-12-13T22:20:09.145Z[ recovery-image] Dec 13 22:20:07.813 INFO O| Dec 13 22:20:07.813 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/pwck"
78102024-12-13T22:20:09.181Z[ recovery-image] Dec 13 22:20:07.836 INFO O| Dec 13 22:20:07.836 INFO STEP 1141 (remove_files) COMPLETE
78112024-12-13T22:20:09.185Z[ recovery-image] Dec 13 22:20:07.836 INFO O| Dec 13 22:20:07.836 INFO STEP 1142: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
78122024-12-13T22:20:09.193Z[ recovery-image] Dec 13 22:20:07.861 INFO O| Dec 13 22:20:07.860 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/pwconv"
78132024-12-13T22:20:09.193Z[ recovery-image] Dec 13 22:20:07.861 INFO O| Dec 13 22:20:07.861 INFO STEP 1142 (remove_files) COMPLETE
78142024-12-13T22:20:09.193Z[ recovery-image] Dec 13 22:20:07.861 INFO O| Dec 13 22:20:07.861 INFO STEP 1143: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
78152024-12-13T22:20:09.219Z[ recovery-image] Dec 13 22:20:07.886 INFO O| Dec 13 22:20:07.886 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/raidctl"
78162024-12-13T22:20:09.219Z[ recovery-image] Dec 13 22:20:07.886 INFO O| Dec 13 22:20:07.886 INFO STEP 1143 (remove_files) COMPLETE
78172024-12-13T22:20:09.219Z[ recovery-image] Dec 13 22:20:07.886 INFO O| Dec 13 22:20:07.886 INFO STEP 1144: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
78182024-12-13T22:20:09.259Z[ recovery-image] Dec 13 22:20:07.926 INFO O| Dec 13 22:20:07.926 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/ramdiskadm"
78192024-12-13T22:20:09.259Z[ recovery-image] Dec 13 22:20:07.926 INFO O| Dec 13 22:20:07.926 INFO STEP 1144 (remove_files) COMPLETE
78202024-12-13T22:20:09.259Z[ recovery-image] Dec 13 22:20:07.926 INFO O| Dec 13 22:20:07.926 INFO STEP 1145: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
78212024-12-13T22:20:09.303Z[ recovery-image] Dec 13 22:20:07.970 INFO O| Dec 13 22:20:07.969 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/rctladm"
78222024-12-13T22:20:09.303Z[ recovery-image] Dec 13 22:20:07.970 INFO O| Dec 13 22:20:07.970 INFO STEP 1145 (remove_files) COMPLETE
78232024-12-13T22:20:09.304Z[ recovery-image] Dec 13 22:20:07.970 INFO O| Dec 13 22:20:07.970 INFO STEP 1146: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
78242024-12-13T22:20:09.359Z[ recovery-image] Dec 13 22:20:08.027 INFO O| Dec 13 22:20:08.026 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/rdmsr"
78252024-12-13T22:20:09.359Z[ recovery-image] Dec 13 22:20:08.027 INFO O| Dec 13 22:20:08.027 INFO STEP 1146 (remove_files) COMPLETE
78262024-12-13T22:20:09.362Z[ recovery-image] Dec 13 22:20:08.027 INFO O| Dec 13 22:20:08.027 INFO STEP 1147: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
78272024-12-13T22:20:09.380Z[ recovery-image] Dec 13 22:20:08.048 INFO O| Dec 13 22:20:08.048 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/reboot"
78282024-12-13T22:20:09.380Z[ recovery-image] Dec 13 22:20:08.048 INFO O| Dec 13 22:20:08.048 INFO STEP 1147 (remove_files) COMPLETE
78292024-12-13T22:20:09.383Z[ recovery-image] Dec 13 22:20:08.049 INFO O| Dec 13 22:20:08.048 INFO STEP 1148: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
78302024-12-13T22:20:09.413Z[ recovery-image] Dec 13 22:20:08.071 INFO O| Dec 13 22:20:08.071 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/rem_drv"
78312024-12-13T22:20:09.413Z[ recovery-image] Dec 13 22:20:08.071 INFO O| Dec 13 22:20:08.071 INFO STEP 1148 (remove_files) COMPLETE
78322024-12-13T22:20:09.413Z[ recovery-image] Dec 13 22:20:08.071 INFO O| Dec 13 22:20:08.071 INFO STEP 1149: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
78332024-12-13T22:20:09.425Z[ recovery-image] Dec 13 22:20:08.093 INFO O| Dec 13 22:20:08.093 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/removef"
78342024-12-13T22:20:09.425Z[ recovery-image] Dec 13 22:20:08.093 INFO O| Dec 13 22:20:08.093 INFO STEP 1149 (remove_files) COMPLETE
78352024-12-13T22:20:09.429Z[ recovery-image] Dec 13 22:20:08.093 INFO O| Dec 13 22:20:08.093 INFO STEP 1150: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
78362024-12-13T22:20:09.446Z[ recovery-image] Dec 13 22:20:08.114 INFO O| Dec 13 22:20:08.114 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/roleadd"
78372024-12-13T22:20:09.446Z[ recovery-image] Dec 13 22:20:08.114 INFO O| Dec 13 22:20:08.114 INFO STEP 1150 (remove_files) COMPLETE
78382024-12-13T22:20:09.450Z[ recovery-image] Dec 13 22:20:08.114 INFO O| Dec 13 22:20:08.114 INFO STEP 1151: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
78392024-12-13T22:20:09.470Z[ recovery-image] Dec 13 22:20:08.135 INFO O| Dec 13 22:20:08.135 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/roledel"
78402024-12-13T22:20:09.470Z[ recovery-image] Dec 13 22:20:08.135 INFO O| Dec 13 22:20:08.135 INFO STEP 1151 (remove_files) COMPLETE
78412024-12-13T22:20:09.472Z[ recovery-image] Dec 13 22:20:08.135 INFO O| Dec 13 22:20:08.135 INFO STEP 1152: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
78422024-12-13T22:20:09.505Z[ recovery-image] Dec 13 22:20:08.172 INFO O| Dec 13 22:20:08.172 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/rolemod"
78432024-12-13T22:20:09.507Z[ recovery-image] Dec 13 22:20:08.173 INFO O| Dec 13 22:20:08.173 INFO STEP 1152 (remove_files) COMPLETE
78442024-12-13T22:20:09.507Z[ recovery-image] Dec 13 22:20:08.173 INFO O| Dec 13 22:20:08.173 INFO STEP 1153: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
78452024-12-13T22:20:09.528Z[ recovery-image] Dec 13 22:20:08.196 INFO O| Dec 13 22:20:08.196 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/root_archive"
78462024-12-13T22:20:09.532Z[ recovery-image] Dec 13 22:20:08.196 INFO O| Dec 13 22:20:08.196 INFO STEP 1153 (remove_files) COMPLETE
78472024-12-13T22:20:09.532Z[ recovery-image] Dec 13 22:20:08.196 INFO O| Dec 13 22:20:08.196 INFO STEP 1154: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
78482024-12-13T22:20:09.558Z[ recovery-image] Dec 13 22:20:08.225 INFO O| Dec 13 22:20:08.225 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/rpcbind"
78492024-12-13T22:20:09.558Z[ recovery-image] Dec 13 22:20:08.225 INFO O| Dec 13 22:20:08.225 INFO STEP 1154 (remove_files) COMPLETE
78502024-12-13T22:20:09.558Z[ recovery-image] Dec 13 22:20:08.225 INFO O| Dec 13 22:20:08.225 INFO STEP 1155: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
78512024-12-13T22:20:09.581Z[ recovery-image] Dec 13 22:20:08.248 INFO O| Dec 13 22:20:08.248 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/rtc"
78522024-12-13T22:20:09.581Z[ recovery-image] Dec 13 22:20:08.248 INFO O| Dec 13 22:20:08.248 INFO STEP 1155 (remove_files) COMPLETE
78532024-12-13T22:20:09.585Z[ recovery-image] Dec 13 22:20:08.248 INFO O| Dec 13 22:20:08.248 INFO STEP 1156: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
78542024-12-13T22:20:09.605Z[ recovery-image] Dec 13 22:20:08.271 INFO O| Dec 13 22:20:08.271 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/rtquery"
78552024-12-13T22:20:09.605Z[ recovery-image] Dec 13 22:20:08.271 INFO O| Dec 13 22:20:08.271 INFO STEP 1156 (remove_files) COMPLETE
78562024-12-13T22:20:09.605Z[ recovery-image] Dec 13 22:20:08.271 INFO O| Dec 13 22:20:08.271 INFO STEP 1157: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
78572024-12-13T22:20:09.702Z[ recovery-image] Dec 13 22:20:08.370 INFO O| Dec 13 22:20:08.369 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/setmnt"
78582024-12-13T22:20:09.703Z[ recovery-image] Dec 13 22:20:08.370 INFO O| Dec 13 22:20:08.370 INFO STEP 1157 (remove_files) COMPLETE
78592024-12-13T22:20:09.703Z[ recovery-image] Dec 13 22:20:08.370 INFO O| Dec 13 22:20:08.370 INFO STEP 1158: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
78602024-12-13T22:20:09.740Z[ recovery-image] Dec 13 22:20:08.407 INFO O| Dec 13 22:20:08.407 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/share"
78612024-12-13T22:20:09.740Z[ recovery-image] Dec 13 22:20:08.408 INFO O| Dec 13 22:20:08.407 INFO STEP 1158 (remove_files) COMPLETE
78622024-12-13T22:20:09.743Z[ recovery-image] Dec 13 22:20:08.408 INFO O| Dec 13 22:20:08.408 INFO STEP 1159: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
78632024-12-13T22:20:09.765Z[ recovery-image] Dec 13 22:20:08.433 INFO O| Dec 13 22:20:08.433 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/shareall"
78642024-12-13T22:20:09.766Z[ recovery-image] Dec 13 22:20:08.433 INFO O| Dec 13 22:20:08.433 INFO STEP 1159 (remove_files) COMPLETE
78652024-12-13T22:20:09.766Z[ recovery-image] Dec 13 22:20:08.433 INFO O| Dec 13 22:20:08.433 INFO STEP 1160: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
78662024-12-13T22:20:09.827Z[ recovery-image] Dec 13 22:20:08.493 INFO O| Dec 13 22:20:08.492 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/sharectl"
78672024-12-13T22:20:09.827Z[ recovery-image] Dec 13 22:20:08.493 INFO O| Dec 13 22:20:08.493 INFO STEP 1160 (remove_files) COMPLETE
78682024-12-13T22:20:09.827Z[ recovery-image] Dec 13 22:20:08.493 INFO O| Dec 13 22:20:08.493 INFO STEP 1161: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
78692024-12-13T22:20:09.850Z[ recovery-image] Dec 13 22:20:08.514 INFO O| Dec 13 22:20:08.514 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/sharemgr"
78702024-12-13T22:20:09.850Z[ recovery-image] Dec 13 22:20:08.515 INFO O| Dec 13 22:20:08.514 INFO STEP 1161 (remove_files) COMPLETE
78712024-12-13T22:20:09.850Z[ recovery-image] Dec 13 22:20:08.515 INFO O| Dec 13 22:20:08.515 INFO STEP 1162: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
78722024-12-13T22:20:09.883Z[ recovery-image] Dec 13 22:20:08.551 INFO O| Dec 13 22:20:08.551 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/shutdown"
78732024-12-13T22:20:09.883Z[ recovery-image] Dec 13 22:20:08.551 INFO O| Dec 13 22:20:08.551 INFO STEP 1162 (remove_files) COMPLETE
78742024-12-13T22:20:09.883Z[ recovery-image] Dec 13 22:20:08.551 INFO O| Dec 13 22:20:08.551 INFO STEP 1163: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
78752024-12-13T22:20:09.905Z[ recovery-image] Dec 13 22:20:08.573 INFO O| Dec 13 22:20:08.573 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/smbadm"
78762024-12-13T22:20:09.905Z[ recovery-image] Dec 13 22:20:08.573 INFO O| Dec 13 22:20:08.573 INFO STEP 1163 (remove_files) COMPLETE
78772024-12-13T22:20:09.905Z[ recovery-image] Dec 13 22:20:08.573 INFO O| Dec 13 22:20:08.573 INFO STEP 1164: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
78782024-12-13T22:20:09.945Z[ recovery-image] Dec 13 22:20:08.613 INFO O| Dec 13 22:20:08.613 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/smbios"
78792024-12-13T22:20:09.945Z[ recovery-image] Dec 13 22:20:08.613 INFO O| Dec 13 22:20:08.613 INFO STEP 1164 (remove_files) COMPLETE
78802024-12-13T22:20:09.945Z[ recovery-image] Dec 13 22:20:08.613 INFO O| Dec 13 22:20:08.613 INFO STEP 1165: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
78812024-12-13T22:20:09.967Z[ recovery-image] Dec 13 22:20:08.635 INFO O| Dec 13 22:20:08.634 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/smbstat"
78822024-12-13T22:20:09.967Z[ recovery-image] Dec 13 22:20:08.635 INFO O| Dec 13 22:20:08.634 INFO STEP 1165 (remove_files) COMPLETE
78832024-12-13T22:20:09.967Z[ recovery-image] Dec 13 22:20:08.635 INFO O| Dec 13 22:20:08.634 INFO STEP 1166: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
78842024-12-13T22:20:09.996Z[ recovery-image] Dec 13 22:20:08.664 INFO O| Dec 13 22:20:08.664 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/snmpd"
78852024-12-13T22:20:09.996Z[ recovery-image] Dec 13 22:20:08.664 INFO O| Dec 13 22:20:08.664 INFO STEP 1166 (remove_files) COMPLETE
78862024-12-13T22:20:09.996Z[ recovery-image] Dec 13 22:20:08.664 INFO O| Dec 13 22:20:08.664 INFO STEP 1167: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
78872024-12-13T22:20:10.017Z[ recovery-image] Dec 13 22:20:08.685 INFO O| Dec 13 22:20:08.685 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/snmptrapd"
78882024-12-13T22:20:10.020Z[ recovery-image] Dec 13 22:20:08.685 INFO O| Dec 13 22:20:08.685 INFO STEP 1167 (remove_files) COMPLETE
78892024-12-13T22:20:10.020Z[ recovery-image] Dec 13 22:20:08.686 INFO O| Dec 13 22:20:08.685 INFO STEP 1168: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
78902024-12-13T22:20:10.039Z[ recovery-image] Dec 13 22:20:08.706 INFO O| Dec 13 22:20:08.706 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/snoop"
78912024-12-13T22:20:10.045Z[ recovery-image] Dec 13 22:20:08.707 INFO O| Dec 13 22:20:08.706 INFO STEP 1168 (remove_files) COMPLETE
78922024-12-13T22:20:10.045Z[ recovery-image] Dec 13 22:20:08.707 INFO O| Dec 13 22:20:08.707 INFO STEP 1169: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
78932024-12-13T22:20:10.060Z[ recovery-image] Dec 13 22:20:08.727 INFO O| Dec 13 22:20:08.727 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/sshd"
78942024-12-13T22:20:10.065Z[ recovery-image] Dec 13 22:20:08.727 INFO O| Dec 13 22:20:08.727 INFO STEP 1169 (remove_files) COMPLETE
78952024-12-13T22:20:10.065Z[ recovery-image] Dec 13 22:20:08.728 INFO O| Dec 13 22:20:08.728 INFO STEP 1170: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
78962024-12-13T22:20:10.098Z[ recovery-image] Dec 13 22:20:08.766 INFO O| Dec 13 22:20:08.765 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/stmsboot"
78972024-12-13T22:20:10.098Z[ recovery-image] Dec 13 22:20:08.766 INFO O| Dec 13 22:20:08.766 INFO STEP 1170 (remove_files) COMPLETE
78982024-12-13T22:20:10.098Z[ recovery-image] Dec 13 22:20:08.766 INFO O| Dec 13 22:20:08.766 INFO STEP 1171: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
78992024-12-13T22:20:10.118Z[ recovery-image] Dec 13 22:20:08.785 INFO O| Dec 13 22:20:08.785 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/strace"
79002024-12-13T22:20:10.118Z[ recovery-image] Dec 13 22:20:08.785 INFO O| Dec 13 22:20:08.785 INFO STEP 1171 (remove_files) COMPLETE
79012024-12-13T22:20:10.120Z[ recovery-image] Dec 13 22:20:08.785 INFO O| Dec 13 22:20:08.785 INFO STEP 1172: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
79022024-12-13T22:20:10.168Z[ recovery-image] Dec 13 22:20:08.836 INFO O| Dec 13 22:20:08.836 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/strclean"
79032024-12-13T22:20:10.168Z[ recovery-image] Dec 13 22:20:08.836 INFO O| Dec 13 22:20:08.836 INFO STEP 1172 (remove_files) COMPLETE
79042024-12-13T22:20:10.172Z[ recovery-image] Dec 13 22:20:08.836 INFO O| Dec 13 22:20:08.836 INFO STEP 1173: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
79052024-12-13T22:20:10.226Z[ recovery-image] Dec 13 22:20:08.894 INFO O| Dec 13 22:20:08.894 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/strerr"
79062024-12-13T22:20:10.226Z[ recovery-image] Dec 13 22:20:08.894 INFO O| Dec 13 22:20:08.894 INFO STEP 1173 (remove_files) COMPLETE
79072024-12-13T22:20:10.229Z[ recovery-image] Dec 13 22:20:08.894 INFO O| Dec 13 22:20:08.894 INFO STEP 1174: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
79082024-12-13T22:20:10.246Z[ recovery-image] Dec 13 22:20:08.913 INFO O| Dec 13 22:20:08.913 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/sttydefs"
79092024-12-13T22:20:10.248Z[ recovery-image] Dec 13 22:20:08.913 INFO O| Dec 13 22:20:08.913 INFO STEP 1174 (remove_files) COMPLETE
79102024-12-13T22:20:10.248Z[ recovery-image] Dec 13 22:20:08.913 INFO O| Dec 13 22:20:08.913 INFO STEP 1175: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
79112024-12-13T22:20:10.266Z[ recovery-image] Dec 13 22:20:08.933 INFO O| Dec 13 22:20:08.932 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/syncinit"
79122024-12-13T22:20:10.266Z[ recovery-image] Dec 13 22:20:08.933 INFO O| Dec 13 22:20:08.933 INFO STEP 1175 (remove_files) COMPLETE
79132024-12-13T22:20:10.266Z[ recovery-image] Dec 13 22:20:08.933 INFO O| Dec 13 22:20:08.933 INFO STEP 1176: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
79142024-12-13T22:20:10.284Z[ recovery-image] Dec 13 22:20:08.951 INFO O| Dec 13 22:20:08.951 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/syncloop"
79152024-12-13T22:20:10.284Z[ recovery-image] Dec 13 22:20:08.952 INFO O| Dec 13 22:20:08.952 INFO STEP 1176 (remove_files) COMPLETE
79162024-12-13T22:20:10.287Z[ recovery-image] Dec 13 22:20:08.952 INFO O| Dec 13 22:20:08.952 INFO STEP 1177: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
79172024-12-13T22:20:10.319Z[ recovery-image] Dec 13 22:20:08.987 INFO O| Dec 13 22:20:08.987 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/syncstat"
79182024-12-13T22:20:10.319Z[ recovery-image] Dec 13 22:20:08.987 INFO O| Dec 13 22:20:08.987 INFO STEP 1177 (remove_files) COMPLETE
79192024-12-13T22:20:10.319Z[ recovery-image] Dec 13 22:20:08.987 INFO O| Dec 13 22:20:08.987 INFO STEP 1178: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
79202024-12-13T22:20:10.343Z[ recovery-image] Dec 13 22:20:09.009 INFO O| Dec 13 22:20:09.009 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/sysdef"
79212024-12-13T22:20:10.343Z[ recovery-image] Dec 13 22:20:09.009 INFO O| Dec 13 22:20:09.009 INFO STEP 1178 (remove_files) COMPLETE
79222024-12-13T22:20:10.343Z[ recovery-image] Dec 13 22:20:09.009 INFO O| Dec 13 22:20:09.009 INFO STEP 1179: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
79232024-12-13T22:20:10.372Z[ recovery-image] Dec 13 22:20:09.039 INFO O| Dec 13 22:20:09.039 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/syseventadm"
79242024-12-13T22:20:10.375Z[ recovery-image] Dec 13 22:20:09.039 INFO O| Dec 13 22:20:09.039 INFO STEP 1179 (remove_files) COMPLETE
79252024-12-13T22:20:10.376Z[ recovery-image] Dec 13 22:20:09.040 INFO O| Dec 13 22:20:09.039 INFO STEP 1180: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
79262024-12-13T22:20:10.420Z[ recovery-image] Dec 13 22:20:09.087 INFO O| Dec 13 22:20:09.087 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/t6mfgadm"
79272024-12-13T22:20:10.420Z[ recovery-image] Dec 13 22:20:09.087 INFO O| Dec 13 22:20:09.087 INFO STEP 1180 (remove_files) COMPLETE
79282024-12-13T22:20:10.421Z[ recovery-image] Dec 13 22:20:09.087 INFO O| Dec 13 22:20:09.087 INFO STEP 1181: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
79292024-12-13T22:20:10.439Z[ recovery-image] Dec 13 22:20:09.107 INFO O| Dec 13 22:20:09.107 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/tapes"
79302024-12-13T22:20:10.440Z[ recovery-image] Dec 13 22:20:09.107 INFO O| Dec 13 22:20:09.107 INFO STEP 1181 (remove_files) COMPLETE
79312024-12-13T22:20:10.445Z[ recovery-image] Dec 13 22:20:09.107 INFO O| Dec 13 22:20:09.107 INFO STEP 1182: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
79322024-12-13T22:20:10.458Z[ recovery-image] Dec 13 22:20:09.126 INFO O| Dec 13 22:20:09.126 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/tar"
79332024-12-13T22:20:10.458Z[ recovery-image] Dec 13 22:20:09.126 INFO O| Dec 13 22:20:09.126 INFO STEP 1182 (remove_files) COMPLETE
79342024-12-13T22:20:10.462Z[ recovery-image] Dec 13 22:20:09.126 INFO O| Dec 13 22:20:09.126 INFO STEP 1183: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
79352024-12-13T22:20:10.477Z[ recovery-image] Dec 13 22:20:09.145 INFO O| Dec 13 22:20:09.144 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/tcsd"
79362024-12-13T22:20:10.477Z[ recovery-image] Dec 13 22:20:09.145 INFO O| Dec 13 22:20:09.145 INFO STEP 1183 (remove_files) COMPLETE
79372024-12-13T22:20:10.477Z[ recovery-image] Dec 13 22:20:09.145 INFO O| Dec 13 22:20:09.145 INFO STEP 1184: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
79382024-12-13T22:20:10.498Z[ recovery-image] Dec 13 22:20:09.165 INFO O| Dec 13 22:20:09.165 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/traceroute"
79392024-12-13T22:20:10.498Z[ recovery-image] Dec 13 22:20:09.166 INFO O| Dec 13 22:20:09.165 INFO STEP 1184 (remove_files) COMPLETE
79402024-12-13T22:20:10.498Z[ recovery-image] Dec 13 22:20:09.166 INFO O| Dec 13 22:20:09.166 INFO STEP 1185: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
79412024-12-13T22:20:10.543Z[ recovery-image] Dec 13 22:20:09.210 INFO O| Dec 13 22:20:09.210 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/trapstat"
79422024-12-13T22:20:10.543Z[ recovery-image] Dec 13 22:20:09.210 INFO O| Dec 13 22:20:09.210 INFO STEP 1185 (remove_files) COMPLETE
79432024-12-13T22:20:10.543Z[ recovery-image] Dec 13 22:20:09.210 INFO O| Dec 13 22:20:09.210 INFO STEP 1186: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
79442024-12-13T22:20:10.580Z[ recovery-image] Dec 13 22:20:09.247 INFO O| Dec 13 22:20:09.247 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/ttyadm"
79452024-12-13T22:20:10.580Z[ recovery-image] Dec 13 22:20:09.248 INFO O| Dec 13 22:20:09.248 INFO STEP 1186 (remove_files) COMPLETE
79462024-12-13T22:20:10.580Z[ recovery-image] Dec 13 22:20:09.248 INFO O| Dec 13 22:20:09.248 INFO STEP 1187: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
79472024-12-13T22:20:10.601Z[ recovery-image] Dec 13 22:20:09.268 INFO O| Dec 13 22:20:09.268 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/ucodeadm"
79482024-12-13T22:20:10.601Z[ recovery-image] Dec 13 22:20:09.268 INFO O| Dec 13 22:20:09.268 INFO STEP 1187 (remove_files) COMPLETE
79492024-12-13T22:20:10.601Z[ recovery-image] Dec 13 22:20:09.268 INFO O| Dec 13 22:20:09.268 INFO STEP 1188: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
79502024-12-13T22:20:10.622Z[ recovery-image] Dec 13 22:20:09.290 INFO O| Dec 13 22:20:09.290 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/umountall"
79512024-12-13T22:20:10.622Z[ recovery-image] Dec 13 22:20:09.290 INFO O| Dec 13 22:20:09.290 INFO STEP 1188 (remove_files) COMPLETE
79522024-12-13T22:20:10.622Z[ recovery-image] Dec 13 22:20:09.290 INFO O| Dec 13 22:20:09.290 INFO STEP 1189: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
79532024-12-13T22:20:10.643Z[ recovery-image] Dec 13 22:20:09.311 INFO O| Dec 13 22:20:09.311 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/unlink"
79542024-12-13T22:20:10.643Z[ recovery-image] Dec 13 22:20:09.311 INFO O| Dec 13 22:20:09.311 INFO STEP 1189 (remove_files) COMPLETE
79552024-12-13T22:20:10.644Z[ recovery-image] Dec 13 22:20:09.311 INFO O| Dec 13 22:20:09.311 INFO STEP 1190: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
79562024-12-13T22:20:10.690Z[ recovery-image] Dec 13 22:20:09.356 INFO O| Dec 13 22:20:09.356 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/unshare"
79572024-12-13T22:20:10.690Z[ recovery-image] Dec 13 22:20:09.356 INFO O| Dec 13 22:20:09.356 INFO STEP 1190 (remove_files) COMPLETE
79582024-12-13T22:20:10.694Z[ recovery-image] Dec 13 22:20:09.356 INFO O| Dec 13 22:20:09.356 INFO STEP 1191: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
79592024-12-13T22:20:10.768Z[ recovery-image] Dec 13 22:20:09.435 INFO O| Dec 13 22:20:09.435 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/unshareall"
79602024-12-13T22:20:10.768Z[ recovery-image] Dec 13 22:20:09.435 INFO O| Dec 13 22:20:09.435 INFO STEP 1191 (remove_files) COMPLETE
79612024-12-13T22:20:10.768Z[ recovery-image] Dec 13 22:20:09.435 INFO O| Dec 13 22:20:09.435 INFO STEP 1192: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
79622024-12-13T22:20:10.941Z[ recovery-image] Dec 13 22:20:09.609 INFO O| Dec 13 22:20:09.608 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/update_drv"
79632024-12-13T22:20:10.944Z[ recovery-image] Dec 13 22:20:09.609 INFO O| Dec 13 22:20:09.609 INFO STEP 1192 (remove_files) COMPLETE
79642024-12-13T22:20:10.944Z[ recovery-image] Dec 13 22:20:09.609 INFO O| Dec 13 22:20:09.609 INFO STEP 1193: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
79652024-12-13T22:20:10.972Z[ recovery-image] Dec 13 22:20:09.639 INFO O| Dec 13 22:20:09.639 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/useradd"
79662024-12-13T22:20:10.972Z[ recovery-image] Dec 13 22:20:09.639 INFO O| Dec 13 22:20:09.639 INFO STEP 1193 (remove_files) COMPLETE
79672024-12-13T22:20:10.972Z[ recovery-image] Dec 13 22:20:09.639 INFO O| Dec 13 22:20:09.639 INFO STEP 1194: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
79682024-12-13T22:20:11.014Z[ recovery-image] Dec 13 22:20:09.671 INFO O| Dec 13 22:20:09.671 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/userdel"
79692024-12-13T22:20:11.014Z[ recovery-image] Dec 13 22:20:09.671 INFO O| Dec 13 22:20:09.671 INFO STEP 1194 (remove_files) COMPLETE
79702024-12-13T22:20:11.014Z[ recovery-image] Dec 13 22:20:09.671 INFO O| Dec 13 22:20:09.671 INFO STEP 1195: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
79712024-12-13T22:20:11.038Z[ recovery-image] Dec 13 22:20:09.705 INFO O| Dec 13 22:20:09.705 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/usermod"
79722024-12-13T22:20:11.038Z[ recovery-image] Dec 13 22:20:09.705 INFO O| Dec 13 22:20:09.705 INFO STEP 1195 (remove_files) COMPLETE
79732024-12-13T22:20:11.038Z[ recovery-image] Dec 13 22:20:09.705 INFO O| Dec 13 22:20:09.705 INFO STEP 1196: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
79742024-12-13T22:20:11.105Z[ recovery-image] Dec 13 22:20:09.773 INFO O| Dec 13 22:20:09.773 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/volcopy"
79752024-12-13T22:20:11.105Z[ recovery-image] Dec 13 22:20:09.773 INFO O| Dec 13 22:20:09.773 INFO STEP 1196 (remove_files) COMPLETE
79762024-12-13T22:20:11.105Z[ recovery-image] Dec 13 22:20:09.773 INFO O| Dec 13 22:20:09.773 INFO STEP 1197: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
79772024-12-13T22:20:11.142Z[ recovery-image] Dec 13 22:20:09.809 INFO O| Dec 13 22:20:09.809 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/wall"
79782024-12-13T22:20:11.142Z[ recovery-image] Dec 13 22:20:09.809 INFO O| Dec 13 22:20:09.809 INFO STEP 1197 (remove_files) COMPLETE
79792024-12-13T22:20:11.144Z[ recovery-image] Dec 13 22:20:09.809 INFO O| Dec 13 22:20:09.809 INFO STEP 1198: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
79802024-12-13T22:20:11.161Z[ recovery-image] Dec 13 22:20:09.829 INFO O| Dec 13 22:20:09.828 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/whodo"
79812024-12-13T22:20:11.161Z[ recovery-image] Dec 13 22:20:09.829 INFO O| Dec 13 22:20:09.829 INFO STEP 1198 (remove_files) COMPLETE
79822024-12-13T22:20:11.163Z[ recovery-image] Dec 13 22:20:09.829 INFO O| Dec 13 22:20:09.829 INFO STEP 1199: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
79832024-12-13T22:20:11.210Z[ recovery-image] Dec 13 22:20:09.876 INFO O| Dec 13 22:20:09.876 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/zdb"
79842024-12-13T22:20:11.210Z[ recovery-image] Dec 13 22:20:09.876 INFO O| Dec 13 22:20:09.876 INFO STEP 1199 (remove_files) COMPLETE
79852024-12-13T22:20:11.215Z[ recovery-image] Dec 13 22:20:09.876 INFO O| Dec 13 22:20:09.876 INFO STEP 1200: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
79862024-12-13T22:20:11.266Z[ recovery-image] Dec 13 22:20:09.933 INFO O| Dec 13 22:20:09.933 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/zdump"
79872024-12-13T22:20:11.266Z[ recovery-image] Dec 13 22:20:09.933 INFO O| Dec 13 22:20:09.933 INFO STEP 1200 (remove_files) COMPLETE
79882024-12-13T22:20:11.269Z[ recovery-image] Dec 13 22:20:09.934 INFO O| Dec 13 22:20:09.933 INFO STEP 1201: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
79892024-12-13T22:20:11.293Z[ recovery-image] Dec 13 22:20:09.960 INFO O| Dec 13 22:20:09.960 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/zic"
79902024-12-13T22:20:11.296Z[ recovery-image] Dec 13 22:20:09.961 INFO O| Dec 13 22:20:09.960 INFO STEP 1201 (remove_files) COMPLETE
79912024-12-13T22:20:11.296Z[ recovery-image] Dec 13 22:20:09.961 INFO O| Dec 13 22:20:09.961 INFO STEP 1202: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
79922024-12-13T22:20:11.317Z[ recovery-image] Dec 13 22:20:09.984 INFO O| Dec 13 22:20:09.984 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/zlogin"
79932024-12-13T22:20:11.319Z[ recovery-image] Dec 13 22:20:09.984 INFO O| Dec 13 22:20:09.984 INFO STEP 1202 (remove_files) COMPLETE
79942024-12-13T22:20:11.319Z[ recovery-image] Dec 13 22:20:09.984 INFO O| Dec 13 22:20:09.984 INFO STEP 1203: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
79952024-12-13T22:20:11.344Z[ recovery-image] Dec 13 22:20:10.007 INFO O| Dec 13 22:20:10.007 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/zoneadm"
79962024-12-13T22:20:11.344Z[ recovery-image] Dec 13 22:20:10.008 INFO O| Dec 13 22:20:10.008 INFO STEP 1203 (remove_files) COMPLETE
79972024-12-13T22:20:11.347Z[ recovery-image] Dec 13 22:20:10.008 INFO O| Dec 13 22:20:10.008 INFO STEP 1204: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
79982024-12-13T22:20:11.377Z[ recovery-image] Dec 13 22:20:10.043 INFO O| Dec 13 22:20:10.043 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/zonecfg"
79992024-12-13T22:20:11.381Z[ recovery-image] Dec 13 22:20:10.044 INFO O| Dec 13 22:20:10.044 INFO STEP 1204 (remove_files) COMPLETE
80002024-12-13T22:20:11.381Z[ recovery-image] Dec 13 22:20:10.044 INFO O| Dec 13 22:20:10.044 INFO STEP 1205: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
80012024-12-13T22:20:11.399Z[ recovery-image] Dec 13 22:20:10.066 INFO O| Dec 13 22:20:10.066 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/zstreamdump"
80022024-12-13T22:20:11.402Z[ recovery-image] Dec 13 22:20:10.066 INFO O| Dec 13 22:20:10.066 INFO STEP 1205 (remove_files) COMPLETE
80032024-12-13T22:20:11.402Z[ recovery-image] Dec 13 22:20:10.066 INFO O| Dec 13 22:20:10.066 INFO STEP 1206: pack_tar, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-03-recovery-trim.json
80042024-12-13T22:20:11.431Z[ recovery-image] Dec 13 22:20:10.099 INFO O| Dec 13 22:20:10.099 INFO file /rpool/images/build/recovery/output/gimlet-recovery-ramdisk.tar does not already exist, skipping removal
80052024-12-13T22:20:11.435Z[ recovery-image] Dec 13 22:20:10.099 INFO O| Dec 13 22:20:10.099 INFO exec: ["/usr/sbin/tar", "ceEp@/f", "/rpool/images/build/recovery/output/gimlet-recovery-ramdisk.tar", "-C", "/rpool/images/build/recovery/work/gimlet/ramdisk", "."]
80062024-12-13T22:20:13.258Z[ recovery-image] Dec 13 22:20:11.924 INFO O| Dec 13 22:20:11.924 INFO STEP 1206 (pack_tar) COMPLETE
80072024-12-13T22:20:13.258Z[ recovery-image] Dec 13 22:20:11.924 INFO O| Dec 13 22:20:11.924 INFO creating output snapshot rpool/images/build/recovery/work/gimlet/ramdisk@recovery-trim
80082024-12-13T22:20:13.262Z[ recovery-image] Dec 13 22:20:11.924 INFO O| Dec 13 22:20:11.924 INFO CREATE SNAPSHOT: rpool/images/build/recovery/work/gimlet/ramdisk@recovery-trim
80092024-12-13T22:20:13.503Z[ recovery-image] Dec 13 22:20:12.170 INFO O| Dec 13 22:20:12.170 INFO DESTROY DATASET: rpool/images/build/recovery/tmp/gimlet/ramdisk-03-recovery-trim
80102024-12-13T22:20:13.593Z[ recovery-image] Dec 13 22:20:12.260 INFO O| Dec 13 22:20:12.260 INFO completed processing gimlet/ramdisk-03-recovery-trim
80112024-12-13T22:20:13.604Z[ recovery-image] Dec 13 22:20:12.271 INFO image builder template: zfs-recovery...
80122024-12-13T22:20:13.604Z[ recovery-image] Dec 13 22:20:12.271 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/.tmpCpDBqP/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
80132024-12-13T22:20:13.659Z[ recovery-image] Dec 13 22:20:12.325 INFO O| Dec 13 22:20:12.325 INFO temporary dataset: rpool/images/build/recovery/tmp/gimlet/zfs-recovery
80142024-12-13T22:20:13.685Z[ recovery-image] Dec 13 22:20:12.352 INFO O| Dec 13 22:20:12.352 INFO CREATE DATASET: rpool/images/build/recovery/tmp/gimlet/zfs-recovery
80152024-12-13T22:20:13.834Z[ recovery-image] Dec 13 22:20:12.500 INFO O| Dec 13 22:20:12.500 INFO SET DATASET PROPERTY ON rpool/images/build/recovery/tmp/gimlet/zfs-recovery: sync = disabled
80162024-12-13T22:20:13.932Z[ recovery-image] Dec 13 22:20:12.599 INFO O| Dec 13 22:20:12.598 INFO temporary directory: /rpool/images/build/recovery/tmp/gimlet/zfs-recovery
80172024-12-13T22:20:13.932Z[ recovery-image] Dec 13 22:20:12.599 INFO O| Dec 13 22:20:12.599 INFO work dataset: rpool/images/build/recovery/work/gimlet/zfs-recovery
80182024-12-13T22:20:13.956Z[ recovery-image] Dec 13 22:20:12.623 INFO O| Dec 13 22:20:12.623 INFO CREATE DATASET: rpool/images/build/recovery/work/gimlet/zfs-recovery
80192024-12-13T22:20:14.080Z[ recovery-image] Dec 13 22:20:12.744 INFO O| Dec 13 22:20:12.744 INFO SET DATASET PROPERTY ON rpool/images/build/recovery/work/gimlet/zfs-recovery: sync = disabled
80202024-12-13T22:20:14.140Z[ recovery-image] Dec 13 22:20:12.805 INFO O| Dec 13 22:20:12.805 INFO DESTROY POOL: TEMPORARY-gimlet-zfs-recovery
80212024-12-13T22:20:14.158Z[ recovery-image] Dec 13 22:20:12.825 INFO O| Dec 13 22:20:12.825 INFO image file: /rpool/images/build/recovery/work/gimlet/zfs-recovery/lofi.raw
80222024-12-13T22:20:14.168Z[ recovery-image] Dec 13 22:20:12.835 INFO O| Dec 13 22:20:12.835 INFO pool altroot: /rpool/images/build/recovery/work/gimlet/zfs-recovery/altroot
80232024-12-13T22:20:14.174Z[ recovery-image] Dec 13 22:20:12.841 INFO O| Dec 13 22:20:12.841 INFO no lofi found
80242024-12-13T22:20:14.174Z[ recovery-image] Dec 13 22:20:12.842 INFO O| Dec 13 22:20:12.842 INFO file /rpool/images/build/recovery/work/gimlet/zfs-recovery/lofi.raw does not already exist, skipping removal
80252024-12-13T22:20:14.174Z[ recovery-image] Dec 13 22:20:12.842 INFO O| Dec 13 22:20:12.842 INFO CREATE IMAGE (2000MB): /rpool/images/build/recovery/work/gimlet/zfs-recovery/lofi.raw
80262024-12-13T22:20:16.345Z[ recovery-image] Dec 13 22:20:15.011 INFO O| Dec 13 22:20:15.011 INFO lofi device = /dev/dsk/c2t1d0p0
80272024-12-13T22:20:16.345Z[ recovery-image] Dec 13 22:20:15.011 INFO O| Dec 13 22:20:15.011 INFO pool device = /dev/dsk/c2t1d0p0
80282024-12-13T22:20:16.348Z[ recovery-image] Dec 13 22:20:15.012 INFO O| Dec 13 22:20:15.012 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"]
80292024-12-13T22:20:16.573Z[ recovery-image] Dec 13 22:20:15.239 INFO O| Dec 13 22:20:15.239 INFO STEP 0: create_be, from: /work/oxidecomputer/helios/image/templates/gimlet/zfs-recovery.json
80302024-12-13T22:20:16.573Z[ recovery-image] Dec 13 22:20:15.239 INFO O| Dec 13 22:20:15.239 INFO CREATE DATASET: TEMPORARY-gimlet-zfs-recovery/ROOT
80312024-12-13T22:20:16.606Z[ recovery-image] Dec 13 22:20:15.273 INFO O| Dec 13 22:20:15.273 INFO SET DATASET PROPERTY ON TEMPORARY-gimlet-zfs-recovery/ROOT: canmount = off
80322024-12-13T22:20:17.034Z[ recovery-image] Dec 13 22:20:15.685 INFO O| Dec 13 22:20:15.685 INFO SET DATASET PROPERTY ON TEMPORARY-gimlet-zfs-recovery/ROOT: mountpoint = legacy
80332024-12-13T22:20:17.081Z[ recovery-image] Dec 13 22:20:15.747 INFO O| Dec 13 22:20:15.747 INFO CREATE DATASET: TEMPORARY-gimlet-zfs-recovery/ROOT/ramdisk
80342024-12-13T22:20:17.111Z[ recovery-image] Dec 13 22:20:15.777 INFO O| Dec 13 22:20:15.776 INFO SET DATASET PROPERTY ON TEMPORARY-gimlet-zfs-recovery/ROOT/ramdisk: canmount = noauto
80352024-12-13T22:20:17.132Z[ recovery-image] Dec 13 22:20:15.799 INFO O| Dec 13 22:20:15.798 INFO SET DATASET PROPERTY ON TEMPORARY-gimlet-zfs-recovery/ROOT/ramdisk: mountpoint = legacy
80362024-12-13T22:20:17.213Z[ recovery-image] Dec 13 22:20:15.878 INFO O| Dec 13 22:20:15.878 INFO creating directory: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a
80372024-12-13T22:20:17.218Z[ recovery-image] Dec 13 22:20:15.878 INFO O| Dec 13 22:20:15.878 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a
80382024-12-13T22:20:17.218Z[ recovery-image] Dec 13 22:20:15.878 INFO O| Dec 13 22:20:15.878 INFO exec: ["/sbin/mount", "-F", "zfs", "TEMPORARY-gimlet-zfs-recovery/ROOT/ramdisk", "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a"]
80392024-12-13T22:20:17.256Z[ recovery-image] Dec 13 22:20:15.908 INFO O| Dec 13 22:20:15.908 INFO boot environment UUID: b3d73fb9-40f9-4dc1-b6bf-801c1dce3a58
80402024-12-13T22:20:17.257Z[ recovery-image] Dec 13 22:20:15.908 INFO O| Dec 13 22:20:15.908 INFO SET DATASET PROPERTY ON TEMPORARY-gimlet-zfs-recovery/ROOT/ramdisk: org.opensolaris.libbe:uuid = b3d73fb9-40f9-4dc1-b6bf-801c1dce3a58
80412024-12-13T22:20:17.324Z[ recovery-image] Dec 13 22:20:15.972 INFO O| Dec 13 22:20:15.972 INFO SET DATASET PROPERTY ON TEMPORARY-gimlet-zfs-recovery/ROOT/ramdisk: org.opensolaris.libbe:policy = static
80422024-12-13T22:20:17.370Z[ recovery-image] Dec 13 22:20:16.030 INFO O| Dec 13 22:20:16.030 INFO STEP 0 (create_be) COMPLETE
80432024-12-13T22:20:17.370Z[ recovery-image] Dec 13 22:20:16.030 INFO O| Dec 13 22:20:16.030 INFO STEP 1: unpack_tar, from: /work/oxidecomputer/helios/image/templates/gimlet/zfs-recovery.json
80442024-12-13T22:20:17.508Z[ recovery-image] Dec 13 22:20:16.156 INFO O| Dec 13 22:20:16.156 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"]
80452024-12-13T22:20:24.479Z[ recovery-image] Dec 13 22:20:23.145 INFO O| Dec 13 22:20:23.145 INFO STEP 1 (unpack_tar) COMPLETE
80462024-12-13T22:20:24.479Z[ recovery-image] Dec 13 22:20:23.145 INFO O| Dec 13 22:20:23.145 INFO STEP 2: devfsadm, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
80472024-12-13T22:20:24.499Z[ recovery-image] Dec 13 22:20:23.165 INFO O| Dec 13 22:20:23.165 INFO exec: ["/usr/sbin/devfsadm", "-r", "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a"]
80482024-12-13T22:20:24.905Z[ recovery-image] Dec 13 22:20:23.571 INFO O| Dec 13 22:20:23.571 INFO STEP 2 (devfsadm) COMPLETE
80492024-12-13T22:20:24.905Z[ recovery-image] Dec 13 22:20:23.571 INFO O| Dec 13 22:20:23.571 INFO STEP 3: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
80502024-12-13T22:20:24.928Z[ recovery-image] Dec 13 22:20:23.593 INFO O| Dec 13 22:20:23.593 INFO creating directory: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/dev/cfg
80512024-12-13T22:20:24.928Z[ recovery-image] Dec 13 22:20:23.593 INFO O| Dec 13 22:20:23.593 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/dev/cfg
80522024-12-13T22:20:24.931Z[ recovery-image] Dec 13 22:20:23.593 INFO O| Dec 13 22:20:23.593 INFO STEP 3 (ensure_dir) COMPLETE
80532024-12-13T22:20:24.931Z[ recovery-image] Dec 13 22:20:23.593 INFO O| Dec 13 22:20:23.593 INFO STEP 4: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
80542024-12-13T22:20:24.995Z[ recovery-image] Dec 13 22:20:23.660 INFO O| Dec 13 22:20:23.660 INFO ownership already OK (0:3), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/dev/dsk
80552024-12-13T22:20:24.995Z[ recovery-image] Dec 13 22:20:23.660 INFO O| Dec 13 22:20:23.660 INFO STEP 4 (ensure_dir) COMPLETE
80562024-12-13T22:20:24.997Z[ recovery-image] Dec 13 22:20:23.660 INFO O| Dec 13 22:20:23.660 INFO STEP 5: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
80572024-12-13T22:20:25.016Z[ recovery-image] Dec 13 22:20:23.681 INFO O| Dec 13 22:20:23.681 INFO ownership already OK (0:3), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/dev/rdsk
80582024-12-13T22:20:25.016Z[ recovery-image] Dec 13 22:20:23.681 INFO O| Dec 13 22:20:23.681 INFO STEP 5 (ensure_dir) COMPLETE
80592024-12-13T22:20:25.019Z[ recovery-image] Dec 13 22:20:23.681 INFO O| Dec 13 22:20:23.681 INFO STEP 6: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
80602024-12-13T22:20:25.051Z[ recovery-image] Dec 13 22:20:23.716 INFO O| Dec 13 22:20:23.716 INFO creating directory: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/dev/sensors
80612024-12-13T22:20:25.051Z[ recovery-image] Dec 13 22:20:23.716 INFO O| Dec 13 22:20:23.716 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/dev/sensors
80622024-12-13T22:20:25.053Z[ recovery-image] Dec 13 22:20:23.716 INFO O| Dec 13 22:20:23.716 INFO STEP 6 (ensure_dir) COMPLETE
80632024-12-13T22:20:25.053Z[ recovery-image] Dec 13 22:20:23.716 INFO O| Dec 13 22:20:23.716 INFO STEP 7: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
80642024-12-13T22:20:25.086Z[ recovery-image] Dec 13 22:20:23.752 INFO O| Dec 13 22:20:23.751 INFO creating directory: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/dev/usb
80652024-12-13T22:20:25.086Z[ recovery-image] Dec 13 22:20:23.752 INFO O| Dec 13 22:20:23.752 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/dev/usb
80662024-12-13T22:20:25.086Z[ recovery-image] Dec 13 22:20:23.752 INFO O| Dec 13 22:20:23.752 INFO STEP 7 (ensure_dir) COMPLETE
80672024-12-13T22:20:25.089Z[ recovery-image] Dec 13 22:20:23.752 INFO O| Dec 13 22:20:23.752 INFO STEP 8: remove_files, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
80682024-12-13T22:20:25.117Z[ recovery-image] Dec 13 22:20:23.782 INFO O| Dec 13 22:20:23.782 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a/dev/cfg"
80692024-12-13T22:20:25.117Z[ recovery-image] Dec 13 22:20:23.783 INFO O| Dec 13 22:20:23.782 INFO STEP 8 (remove_files) COMPLETE
80702024-12-13T22:20:25.122Z[ recovery-image] Dec 13 22:20:23.783 INFO O| Dec 13 22:20:23.782 INFO STEP 9: remove_files, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
80712024-12-13T22:20:25.197Z[ recovery-image] Dec 13 22:20:23.861 INFO O| Dec 13 22:20:23.861 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a/dev/dsk"
80722024-12-13T22:20:25.211Z[ recovery-image] Dec 13 22:20:23.862 INFO O| Dec 13 22:20:23.862 INFO STEP 9 (remove_files) COMPLETE
80732024-12-13T22:20:25.211Z[ recovery-image] Dec 13 22:20:23.863 INFO O| Dec 13 22:20:23.862 INFO STEP 10: remove_files, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
80742024-12-13T22:20:25.326Z[ recovery-image] Dec 13 22:20:23.991 INFO O| Dec 13 22:20:23.991 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a/dev/rdsk"
80752024-12-13T22:20:25.333Z[ recovery-image] Dec 13 22:20:23.992 INFO O| Dec 13 22:20:23.992 INFO STEP 10 (remove_files) COMPLETE
80762024-12-13T22:20:25.333Z[ recovery-image] Dec 13 22:20:23.992 INFO O| Dec 13 22:20:23.992 INFO STEP 11: remove_files, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
80772024-12-13T22:20:25.375Z[ recovery-image] Dec 13 22:20:24.040 INFO O| Dec 13 22:20:24.040 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a/dev/sensors"
80782024-12-13T22:20:25.378Z[ recovery-image] Dec 13 22:20:24.041 INFO O| Dec 13 22:20:24.041 INFO STEP 11 (remove_files) COMPLETE
80792024-12-13T22:20:25.378Z[ recovery-image] Dec 13 22:20:24.041 INFO O| Dec 13 22:20:24.041 INFO STEP 12: remove_files, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
80802024-12-13T22:20:25.397Z[ recovery-image] Dec 13 22:20:24.062 INFO O| Dec 13 22:20:24.062 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a/dev/usb"
80812024-12-13T22:20:25.401Z[ recovery-image] Dec 13 22:20:24.063 INFO O| Dec 13 22:20:24.063 INFO STEP 12 (remove_files) COMPLETE
80822024-12-13T22:20:25.401Z[ recovery-image] Dec 13 22:20:24.063 INFO O| Dec 13 22:20:24.063 INFO STEP 13: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
80832024-12-13T22:20:25.421Z[ recovery-image] Dec 13 22:20:24.087 INFO O| Dec 13 22:20:24.086 INFO creating directory: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/dev/cfg
80842024-12-13T22:20:25.421Z[ recovery-image] Dec 13 22:20:24.087 INFO O| Dec 13 22:20:24.087 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/dev/cfg
80852024-12-13T22:20:25.423Z[ recovery-image] Dec 13 22:20:24.087 INFO O| Dec 13 22:20:24.087 INFO STEP 13 (ensure_dir) COMPLETE
80862024-12-13T22:20:25.423Z[ recovery-image] Dec 13 22:20:24.087 INFO O| Dec 13 22:20:24.087 INFO STEP 14: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
80872024-12-13T22:20:25.463Z[ recovery-image] Dec 13 22:20:24.127 INFO O| Dec 13 22:20:24.127 INFO creating directory: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/dev/dsk
80882024-12-13T22:20:25.463Z[ recovery-image] Dec 13 22:20:24.127 INFO O| Dec 13 22:20:24.127 INFO ownership wrong (Id(0):Id(0), not 0:3), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/dev/dsk
80892024-12-13T22:20:25.465Z[ recovery-image] Dec 13 22:20:24.127 INFO O| Dec 13 22:20:24.127 INFO chown ok, path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/dev/dsk
80902024-12-13T22:20:25.465Z[ recovery-image] Dec 13 22:20:24.127 INFO O| Dec 13 22:20:24.127 INFO STEP 14 (ensure_dir) COMPLETE
80912024-12-13T22:20:25.465Z[ recovery-image] Dec 13 22:20:24.127 INFO O| Dec 13 22:20:24.127 INFO STEP 15: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
80922024-12-13T22:20:25.503Z[ recovery-image] Dec 13 22:20:24.168 INFO O| Dec 13 22:20:24.168 INFO creating directory: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/dev/rdsk
80932024-12-13T22:20:25.506Z[ recovery-image] Dec 13 22:20:24.169 INFO O| Dec 13 22:20:24.169 INFO ownership wrong (Id(0):Id(0), not 0:3), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/dev/rdsk
80942024-12-13T22:20:25.506Z[ recovery-image] Dec 13 22:20:24.169 INFO O| Dec 13 22:20:24.169 INFO chown ok, path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/dev/rdsk
80952024-12-13T22:20:25.506Z[ recovery-image] Dec 13 22:20:24.169 INFO O| Dec 13 22:20:24.169 INFO STEP 15 (ensure_dir) COMPLETE
80962024-12-13T22:20:25.506Z[ recovery-image] Dec 13 22:20:24.169 INFO O| Dec 13 22:20:24.169 INFO STEP 16: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
80972024-12-13T22:20:25.527Z[ recovery-image] Dec 13 22:20:24.192 INFO O| Dec 13 22:20:24.192 INFO creating directory: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/dev/sensors
80982024-12-13T22:20:25.527Z[ recovery-image] Dec 13 22:20:24.192 INFO O| Dec 13 22:20:24.192 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/dev/sensors
80992024-12-13T22:20:25.529Z[ recovery-image] Dec 13 22:20:24.192 INFO O| Dec 13 22:20:24.192 INFO STEP 16 (ensure_dir) COMPLETE
81002024-12-13T22:20:25.529Z[ recovery-image] Dec 13 22:20:24.192 INFO O| Dec 13 22:20:24.192 INFO STEP 17: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
81012024-12-13T22:20:25.608Z[ recovery-image] Dec 13 22:20:24.272 INFO O| Dec 13 22:20:24.272 INFO creating directory: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/dev/usb
81022024-12-13T22:20:25.611Z[ recovery-image] Dec 13 22:20:24.272 INFO O| Dec 13 22:20:24.272 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/dev/usb
81032024-12-13T22:20:25.611Z[ recovery-image] Dec 13 22:20:24.272 INFO O| Dec 13 22:20:24.272 INFO STEP 17 (ensure_dir) COMPLETE
81042024-12-13T22:20:25.611Z[ recovery-image] Dec 13 22:20:24.273 INFO O| Dec 13 22:20:24.273 INFO STEP 18: ensure_symlink, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
81052024-12-13T22:20:25.632Z[ recovery-image] Dec 13 22:20:24.298 INFO O| Dec 13 22:20:24.298 INFO link target ok (../devices/pseudo/sysmsg@0:msglog)
81062024-12-13T22:20:25.632Z[ recovery-image] Dec 13 22:20:24.298 INFO O| Dec 13 22:20:24.298 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/dev/msglog
81072024-12-13T22:20:25.635Z[ recovery-image] Dec 13 22:20:24.298 INFO O| Dec 13 22:20:24.298 INFO ok!
81082024-12-13T22:20:25.635Z[ recovery-image] Dec 13 22:20:24.298 INFO O| Dec 13 22:20:24.298 INFO STEP 18 (ensure_symlink) COMPLETE
81092024-12-13T22:20:25.635Z[ recovery-image] Dec 13 22:20:24.298 INFO O| Dec 13 22:20:24.298 INFO STEP 19: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
81102024-12-13T22:20:25.658Z[ recovery-image] Dec 13 22:20:24.323 INFO O| Dec 13 22:20:24.323 INFO file /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/reconfigure exists, with correct contents
81112024-12-13T22:20:25.658Z[ recovery-image] Dec 13 22:20:24.323 INFO O| Dec 13 22:20:24.323 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/reconfigure
81122024-12-13T22:20:25.661Z[ recovery-image] Dec 13 22:20:24.323 INFO O| Dec 13 22:20:24.323 INFO ok!
81132024-12-13T22:20:25.661Z[ recovery-image] Dec 13 22:20:24.323 INFO O| Dec 13 22:20:24.323 INFO STEP 19 (ensure_file) COMPLETE
81142024-12-13T22:20:25.661Z[ recovery-image] Dec 13 22:20:24.324 INFO O| Dec 13 22:20:24.324 INFO STEP 20: ensure_symlink, from: /work/oxidecomputer/helios/image/templates/include/common.json
81152024-12-13T22:20:25.703Z[ recovery-image] Dec 13 22:20:24.368 INFO O| Dec 13 22:20:24.368 INFO link /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/svc/profile/generic.xml does not exist
81162024-12-13T22:20:25.703Z[ recovery-image] Dec 13 22:20:24.368 INFO O| Dec 13 22:20:24.368 INFO linking /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/svc/profile/generic.xml -> generic_limited_net.xml ...
81172024-12-13T22:20:25.703Z[ recovery-image] Dec 13 22:20:24.368 INFO O| Dec 13 22:20:24.368 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/svc/profile/generic.xml
81182024-12-13T22:20:25.706Z[ recovery-image] Dec 13 22:20:24.368 INFO O| Dec 13 22:20:24.368 INFO ok!
81192024-12-13T22:20:25.706Z[ recovery-image] Dec 13 22:20:24.369 INFO O| Dec 13 22:20:24.368 INFO STEP 20 (ensure_symlink) COMPLETE
81202024-12-13T22:20:25.706Z[ recovery-image] Dec 13 22:20:24.369 INFO O| Dec 13 22:20:24.369 INFO STEP 21: ensure_symlink, from: /work/oxidecomputer/helios/image/templates/include/common.json
81212024-12-13T22:20:25.742Z[ recovery-image] Dec 13 22:20:24.407 INFO O| Dec 13 22:20:24.407 INFO link /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/svc/profile/inetd_services.xml does not exist
81222024-12-13T22:20:25.742Z[ recovery-image] Dec 13 22:20:24.407 INFO O| Dec 13 22:20:24.407 INFO linking /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/svc/profile/inetd_services.xml -> inetd_generic.xml ...
81232024-12-13T22:20:25.745Z[ recovery-image] Dec 13 22:20:24.408 INFO O| Dec 13 22:20:24.407 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/svc/profile/inetd_services.xml
81242024-12-13T22:20:25.745Z[ recovery-image] Dec 13 22:20:24.408 INFO O| Dec 13 22:20:24.407 INFO ok!
81252024-12-13T22:20:25.745Z[ recovery-image] Dec 13 22:20:24.408 INFO O| Dec 13 22:20:24.407 INFO STEP 21 (ensure_symlink) COMPLETE
81262024-12-13T22:20:25.745Z[ recovery-image] Dec 13 22:20:24.408 INFO O| Dec 13 22:20:24.408 INFO STEP 22: ensure_symlink, from: /work/oxidecomputer/helios/image/templates/include/common.json
81272024-12-13T22:20:25.767Z[ recovery-image] Dec 13 22:20:24.432 INFO O| Dec 13 22:20:24.432 INFO link /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/svc/profile/platform.xml does not exist
81282024-12-13T22:20:25.767Z[ recovery-image] Dec 13 22:20:24.432 INFO O| Dec 13 22:20:24.432 INFO linking /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/svc/profile/platform.xml -> platform_oxide.xml ...
81292024-12-13T22:20:25.767Z[ recovery-image] Dec 13 22:20:24.432 INFO O| Dec 13 22:20:24.432 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/svc/profile/platform.xml
81302024-12-13T22:20:25.770Z[ recovery-image] Dec 13 22:20:24.432 INFO O| Dec 13 22:20:24.432 INFO ok!
81312024-12-13T22:20:25.770Z[ recovery-image] Dec 13 22:20:24.432 INFO O| Dec 13 22:20:24.432 INFO STEP 22 (ensure_symlink) COMPLETE
81322024-12-13T22:20:25.770Z[ recovery-image] Dec 13 22:20:24.432 INFO O| Dec 13 22:20:24.432 INFO STEP 23: ensure_symlink, from: /work/oxidecomputer/helios/image/templates/include/common.json
81332024-12-13T22:20:25.817Z[ recovery-image] Dec 13 22:20:24.482 INFO O| Dec 13 22:20:24.482 INFO link /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/svc/profile/name_service.xml does not exist
81342024-12-13T22:20:25.817Z[ recovery-image] Dec 13 22:20:24.482 INFO O| Dec 13 22:20:24.482 INFO linking /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/svc/profile/name_service.xml -> ns_dns.xml ...
81352024-12-13T22:20:25.820Z[ recovery-image] Dec 13 22:20:24.482 INFO O| Dec 13 22:20:24.482 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/svc/profile/name_service.xml
81362024-12-13T22:20:25.820Z[ recovery-image] Dec 13 22:20:24.482 INFO O| Dec 13 22:20:24.482 INFO ok!
81372024-12-13T22:20:25.820Z[ recovery-image] Dec 13 22:20:24.482 INFO O| Dec 13 22:20:24.482 INFO STEP 23 (ensure_symlink) COMPLETE
81382024-12-13T22:20:25.820Z[ recovery-image] Dec 13 22:20:24.482 INFO O| Dec 13 22:20:24.482 INFO STEP 24: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/common.json
81392024-12-13T22:20:25.842Z[ recovery-image] Dec 13 22:20:24.508 INFO O| Dec 13 22:20:24.507 WARN file /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/nsswitch.conf exists, with wrong contents, unlinking
81402024-12-13T22:20:25.842Z[ recovery-image] Dec 13 22:20:24.508 INFO O| Dec 13 22:20:24.508 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 ...
81412024-12-13T22:20:25.845Z[ recovery-image] Dec 13 22:20:24.508 INFO O| Dec 13 22:20:24.508 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/nsswitch.conf
81422024-12-13T22:20:25.845Z[ recovery-image] Dec 13 22:20:24.508 INFO O| Dec 13 22:20:24.508 INFO ok!
81432024-12-13T22:20:25.845Z[ recovery-image] Dec 13 22:20:24.508 INFO O| Dec 13 22:20:24.508 INFO STEP 24 (ensure_file) COMPLETE
81442024-12-13T22:20:25.845Z[ recovery-image] Dec 13 22:20:24.508 INFO O| Dec 13 22:20:24.508 INFO STEP 25: shadow, from: /work/oxidecomputer/helios/image/templates/include/common.json
81452024-12-13T22:20:25.868Z[ recovery-image] Dec 13 22:20:24.533 INFO O| Dec 13 22:20:24.533 INFO updating shadow file
81462024-12-13T22:20:25.871Z[ recovery-image] Dec 13 22:20:24.534 INFO O| Dec 13 22:20:24.534 INFO ownership wrong (Id(0):Id(3), not 0:0), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/shadow
81472024-12-13T22:20:25.871Z[ recovery-image] Dec 13 22:20:24.534 INFO O| Dec 13 22:20:24.534 INFO chown ok, path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/shadow
81482024-12-13T22:20:25.871Z[ recovery-image] Dec 13 22:20:24.534 INFO O| Dec 13 22:20:24.534 INFO STEP 25 (shadow) COMPLETE
81492024-12-13T22:20:25.871Z[ recovery-image] Dec 13 22:20:24.534 INFO O| Dec 13 22:20:24.534 INFO STEP 26: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/common.json
81502024-12-13T22:20:25.945Z[ recovery-image] Dec 13 22:20:24.611 INFO O| Dec 13 22:20:24.611 WARN file /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/inet/hosts exists, with wrong contents, unlinking
81512024-12-13T22:20:25.945Z[ recovery-image] Dec 13 22:20:24.611 INFO O| Dec 13 22:20:24.611 INFO copying /work/oxidecomputer/helios/image/templates/files/hosts -> /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/inet/hosts ...
81522024-12-13T22:20:25.946Z[ recovery-image] Dec 13 22:20:24.611 INFO O| Dec 13 22:20:24.611 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/inet/hosts
81532024-12-13T22:20:25.946Z[ recovery-image] Dec 13 22:20:24.611 INFO O| Dec 13 22:20:24.611 INFO ok!
81542024-12-13T22:20:25.948Z[ recovery-image] Dec 13 22:20:24.611 INFO O| Dec 13 22:20:24.611 INFO STEP 26 (ensure_file) COMPLETE
81552024-12-13T22:20:25.948Z[ recovery-image] Dec 13 22:20:24.611 INFO O| Dec 13 22:20:24.611 INFO STEP 27: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/common.json
81562024-12-13T22:20:25.968Z[ recovery-image] Dec 13 22:20:24.633 INFO O| Dec 13 22:20:24.633 INFO file /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/nodename does not exist
81572024-12-13T22:20:25.968Z[ recovery-image] Dec 13 22:20:24.633 INFO O| Dec 13 22:20:24.633 INFO writing /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/nodename ...
81582024-12-13T22:20:25.968Z[ recovery-image] Dec 13 22:20:24.633 INFO O| Dec 13 22:20:24.633 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/nodename
81592024-12-13T22:20:25.970Z[ recovery-image] Dec 13 22:20:24.633 INFO O| Dec 13 22:20:24.633 INFO ok!
81602024-12-13T22:20:25.971Z[ recovery-image] Dec 13 22:20:24.633 INFO O| Dec 13 22:20:24.633 INFO STEP 27 (ensure_file) COMPLETE
81612024-12-13T22:20:25.971Z[ recovery-image] Dec 13 22:20:24.633 INFO O| Dec 13 22:20:24.633 INFO STEP 28: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/common.json
81622024-12-13T22:20:26.041Z[ recovery-image] Dec 13 22:20:24.706 INFO O| Dec 13 22:20:24.706 WARN file /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/default/dhcpagent exists, with wrong contents, unlinking
81632024-12-13T22:20:26.041Z[ recovery-image] Dec 13 22:20:24.706 INFO O| Dec 13 22:20:24.706 INFO copying /work/oxidecomputer/helios/image/templates/files/dhcpagent -> /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/default/dhcpagent ...
81642024-12-13T22:20:26.044Z[ recovery-image] Dec 13 22:20:24.706 INFO O| Dec 13 22:20:24.706 INFO ownership wrong (Id(0):Id(0), not 0:3), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/default/dhcpagent
81652024-12-13T22:20:26.044Z[ recovery-image] Dec 13 22:20:24.706 INFO O| Dec 13 22:20:24.706 INFO chown ok, path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/default/dhcpagent
81662024-12-13T22:20:26.044Z[ recovery-image] Dec 13 22:20:24.706 INFO O| Dec 13 22:20:24.706 INFO ok!
81672024-12-13T22:20:26.044Z[ recovery-image] Dec 13 22:20:24.706 INFO O| Dec 13 22:20:24.706 INFO STEP 28 (ensure_file) COMPLETE
81682024-12-13T22:20:26.044Z[ recovery-image] Dec 13 22:20:24.706 INFO O| Dec 13 22:20:24.706 INFO STEP 29: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/common.json
81692024-12-13T22:20:26.087Z[ recovery-image] Dec 13 22:20:24.751 INFO O| Dec 13 22:20:24.751 INFO file /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/resolv.conf does not exist
81702024-12-13T22:20:26.087Z[ recovery-image] Dec 13 22:20:24.751 INFO O| Dec 13 22:20:24.751 INFO writing /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/resolv.conf ...
81712024-12-13T22:20:26.089Z[ recovery-image] Dec 13 22:20:24.751 INFO O| Dec 13 22:20:24.751 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/resolv.conf
81722024-12-13T22:20:26.089Z[ recovery-image] Dec 13 22:20:24.751 INFO O| Dec 13 22:20:24.751 INFO ok!
81732024-12-13T22:20:26.089Z[ recovery-image] Dec 13 22:20:24.751 INFO O| Dec 13 22:20:24.751 INFO STEP 29 (ensure_file) COMPLETE
81742024-12-13T22:20:26.089Z[ recovery-image] Dec 13 22:20:24.751 INFO O| Dec 13 22:20:24.751 INFO STEP 30: ensure_file, from: /work/oxidecomputer/helios/image/templates/gimlet/zfs-recovery.json
81752024-12-13T22:20:26.108Z[ recovery-image] Dec 13 22:20:24.773 INFO O| Dec 13 22:20:24.773 INFO file /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/auto_master does not exist
81762024-12-13T22:20:26.108Z[ recovery-image] Dec 13 22:20:24.773 INFO O| Dec 13 22:20:24.773 INFO copying /work/oxidecomputer/helios/image/templates/files/auto_master -> /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/auto_master ...
81772024-12-13T22:20:26.108Z[ recovery-image] Dec 13 22:20:24.773 INFO O| Dec 13 22:20:24.773 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/auto_master
81782024-12-13T22:20:26.108Z[ recovery-image] Dec 13 22:20:24.773 INFO O| Dec 13 22:20:24.773 INFO ok!
81792024-12-13T22:20:26.111Z[ recovery-image] Dec 13 22:20:24.773 INFO O| Dec 13 22:20:24.773 INFO STEP 30 (ensure_file) COMPLETE
81802024-12-13T22:20:26.111Z[ recovery-image] Dec 13 22:20:24.773 INFO O| Dec 13 22:20:24.773 INFO STEP 31: ensure_file, from: /work/oxidecomputer/helios/image/templates/gimlet/zfs-recovery.json
81812024-12-13T22:20:26.147Z[ recovery-image] Dec 13 22:20:24.812 INFO O| Dec 13 22:20:24.812 WARN file /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/ttydefs exists, with wrong contents, unlinking
81822024-12-13T22:20:26.147Z[ recovery-image] Dec 13 22:20:24.812 INFO O| Dec 13 22:20:24.812 INFO copying /work/oxidecomputer/helios/image/templates/files/ttydefs.3000000 -> /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/ttydefs ...
81832024-12-13T22:20:26.149Z[ recovery-image] Dec 13 22:20:24.812 INFO O| Dec 13 22:20:24.812 INFO ownership wrong (Id(0):Id(0), not 0:3), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/ttydefs
81842024-12-13T22:20:26.150Z[ recovery-image] Dec 13 22:20:24.812 INFO O| Dec 13 22:20:24.812 INFO chown ok, path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/ttydefs
81852024-12-13T22:20:26.150Z[ recovery-image] Dec 13 22:20:24.812 INFO O| Dec 13 22:20:24.812 INFO ok!
81862024-12-13T22:20:26.150Z[ recovery-image] Dec 13 22:20:24.812 INFO O| Dec 13 22:20:24.812 INFO STEP 31 (ensure_file) COMPLETE
81872024-12-13T22:20:26.150Z[ recovery-image] Dec 13 22:20:24.812 INFO O| Dec 13 22:20:24.812 INFO STEP 32: ensure_file, from: /work/oxidecomputer/helios/image/templates/gimlet/zfs-recovery.json
81882024-12-13T22:20:26.185Z[ recovery-image] Dec 13 22:20:24.850 INFO O| Dec 13 22:20:24.850 WARN file /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/default/init exists, with wrong contents, unlinking
81892024-12-13T22:20:26.185Z[ recovery-image] Dec 13 22:20:24.850 INFO O| Dec 13 22:20:24.850 INFO copying /work/oxidecomputer/helios/image/templates/files/default_init -> /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/default/init ...
81902024-12-13T22:20:26.189Z[ recovery-image] Dec 13 22:20:24.850 INFO O| Dec 13 22:20:24.850 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/default/init
81912024-12-13T22:20:26.189Z[ recovery-image] Dec 13 22:20:24.850 INFO O| Dec 13 22:20:24.850 INFO ok!
81922024-12-13T22:20:26.189Z[ recovery-image] Dec 13 22:20:24.850 INFO O| Dec 13 22:20:24.850 INFO STEP 32 (ensure_file) COMPLETE
81932024-12-13T22:20:26.189Z[ recovery-image] Dec 13 22:20:24.850 INFO O| Dec 13 22:20:24.850 INFO STEP 33: ensure_file, from: /work/oxidecomputer/helios/image/templates/gimlet/zfs-recovery.json
81942024-12-13T22:20:26.207Z[ recovery-image] Dec 13 22:20:24.873 INFO O| Dec 13 22:20:24.873 WARN file /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/ssh/sshd_config exists, with wrong contents, unlinking
81952024-12-13T22:20:26.207Z[ recovery-image] Dec 13 22:20:24.873 INFO O| Dec 13 22:20:24.873 INFO copying /work/oxidecomputer/helios/image/templates/files/sshd_config -> /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/ssh/sshd_config ...
81962024-12-13T22:20:26.207Z[ recovery-image] Dec 13 22:20:24.873 INFO O| Dec 13 22:20:24.873 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/ssh/sshd_config
81972024-12-13T22:20:26.207Z[ recovery-image] Dec 13 22:20:24.873 INFO O| Dec 13 22:20:24.873 INFO ok!
81982024-12-13T22:20:26.210Z[ recovery-image] Dec 13 22:20:24.873 INFO O| Dec 13 22:20:24.873 INFO STEP 33 (ensure_file) COMPLETE
81992024-12-13T22:20:26.210Z[ recovery-image] Dec 13 22:20:24.873 INFO O| Dec 13 22:20:24.873 INFO STEP 34: ensure_file, from: /work/oxidecomputer/helios/image/templates/gimlet/zfs-recovery.json
82002024-12-13T22:20:26.236Z[ recovery-image] Dec 13 22:20:24.901 INFO O| Dec 13 22:20:24.901 INFO file /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/usr/lib/bootparams does not exist
82012024-12-13T22:20:26.236Z[ recovery-image] Dec 13 22:20:24.901 INFO O| Dec 13 22:20:24.901 INFO copying /work/oxidecomputer/helios/image/templates/files/bootparams.sh -> /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/usr/lib/bootparams ...
82022024-12-13T22:20:26.239Z[ recovery-image] Dec 13 22:20:24.901 INFO O| Dec 13 22:20:24.901 INFO perms are 644, should be 755, path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/usr/lib/bootparams
82032024-12-13T22:20:26.239Z[ recovery-image] Dec 13 22:20:24.901 INFO O| Dec 13 22:20:24.901 INFO chmod ok, path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/usr/lib/bootparams
82042024-12-13T22:20:26.239Z[ recovery-image] Dec 13 22:20:24.901 INFO O| Dec 13 22:20:24.901 INFO ownership wrong (Id(0):Id(0), not 0:2), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/usr/lib/bootparams
82052024-12-13T22:20:26.239Z[ recovery-image] Dec 13 22:20:24.901 INFO O| Dec 13 22:20:24.901 INFO chown ok, path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/usr/lib/bootparams
82062024-12-13T22:20:26.239Z[ recovery-image] Dec 13 22:20:24.901 INFO O| Dec 13 22:20:24.901 INFO ok!
82072024-12-13T22:20:26.239Z[ recovery-image] Dec 13 22:20:24.901 INFO O| Dec 13 22:20:24.901 INFO STEP 34 (ensure_file) COMPLETE
82082024-12-13T22:20:26.239Z[ recovery-image] Dec 13 22:20:24.901 INFO O| Dec 13 22:20:24.901 INFO STEP 35: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/t6-firmware.json
82092024-12-13T22:20:26.260Z[ recovery-image] Dec 13 22:20:24.923 INFO O| Dec 13 22:20:24.923 INFO creating directory: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/platform/Oxide,Gimlet/firmware
82102024-12-13T22:20:26.262Z[ recovery-image] Dec 13 22:20:24.923 INFO O| Dec 13 22:20:24.923 INFO ownership wrong (Id(0):Id(0), not 0:3), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/platform/Oxide,Gimlet/firmware
82112024-12-13T22:20:26.262Z[ recovery-image] Dec 13 22:20:24.923 INFO O| Dec 13 22:20:24.923 INFO chown ok, path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/platform/Oxide,Gimlet/firmware
82122024-12-13T22:20:26.262Z[ recovery-image] Dec 13 22:20:24.924 INFO O| Dec 13 22:20:24.923 INFO STEP 35 (ensure_dir) COMPLETE
82132024-12-13T22:20:26.262Z[ recovery-image] Dec 13 22:20:24.924 INFO O| Dec 13 22:20:24.924 INFO STEP 36: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/t6-firmware.json
82142024-12-13T22:20:26.303Z[ recovery-image] Dec 13 22:20:24.968 INFO O| Dec 13 22:20:24.968 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
82152024-12-13T22:20:26.303Z[ recovery-image] Dec 13 22:20:24.968 INFO O| Dec 13 22:20:24.968 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 ...
82162024-12-13T22:20:26.305Z[ recovery-image] Dec 13 22:20:24.968 INFO O| Dec 13 22:20:24.968 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
82172024-12-13T22:20:26.305Z[ recovery-image] Dec 13 22:20:24.968 INFO O| Dec 13 22:20:24.968 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
82182024-12-13T22:20:26.306Z[ recovery-image] Dec 13 22:20:24.968 INFO O| Dec 13 22:20:24.968 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
82192024-12-13T22:20:26.306Z[ recovery-image] Dec 13 22:20:24.968 INFO O| Dec 13 22:20:24.968 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
82202024-12-13T22:20:26.306Z[ recovery-image] Dec 13 22:20:24.968 INFO O| Dec 13 22:20:24.968 INFO ok!
82212024-12-13T22:20:26.306Z[ recovery-image] Dec 13 22:20:24.968 INFO O| Dec 13 22:20:24.968 INFO STEP 36 (ensure_file) COMPLETE
82222024-12-13T22:20:26.306Z[ recovery-image] Dec 13 22:20:24.969 INFO O| Dec 13 22:20:24.968 INFO STEP 37: ensure_symlink, from: /work/oxidecomputer/helios/image/templates/include/t6-firmware.json
82232024-12-13T22:20:26.326Z[ recovery-image] Dec 13 22:20:24.991 INFO O| Dec 13 22:20:24.991 INFO link /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/platform/Oxide,Gimlet/firmware/t6srom.bin does not exist
82242024-12-13T22:20:26.326Z[ recovery-image] Dec 13 22:20:24.991 INFO O| Dec 13 22:20:24.991 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 ...
82252024-12-13T22:20:26.326Z[ recovery-image] Dec 13 22:20:24.991 INFO O| Dec 13 22:20:24.991 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/platform/Oxide,Gimlet/firmware/t6srom.bin
82262024-12-13T22:20:26.329Z[ recovery-image] Dec 13 22:20:24.991 INFO O| Dec 13 22:20:24.991 INFO ok!
82272024-12-13T22:20:26.329Z[ recovery-image] Dec 13 22:20:24.991 INFO O| Dec 13 22:20:24.991 INFO STEP 37 (ensure_symlink) COMPLETE
82282024-12-13T22:20:26.329Z[ recovery-image] Dec 13 22:20:24.991 INFO O| Dec 13 22:20:24.991 INFO STEP 38: ensure_file, from: /work/oxidecomputer/helios/image/templates/gimlet/zfs-recovery.json
82292024-12-13T22:20:26.350Z[ recovery-image] Dec 13 22:20:25.013 INFO O| Dec 13 22:20:25.013 INFO file /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/usr/lib/recovery-hostname does not exist
82302024-12-13T22:20:26.350Z[ recovery-image] Dec 13 22:20:25.013 INFO O| Dec 13 22:20:25.013 INFO copying /work/oxidecomputer/helios/image/templates/files/recovery-hostname.sh -> /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/usr/lib/recovery-hostname ...
82312024-12-13T22:20:26.353Z[ recovery-image] Dec 13 22:20:25.014 INFO O| Dec 13 22:20:25.013 INFO perms are 644, should be 755, path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/usr/lib/recovery-hostname
82322024-12-13T22:20:26.353Z[ recovery-image] Dec 13 22:20:25.014 INFO O| Dec 13 22:20:25.014 INFO chmod ok, path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/usr/lib/recovery-hostname
82332024-12-13T22:20:26.353Z[ recovery-image] Dec 13 22:20:25.014 INFO O| Dec 13 22:20:25.014 INFO ownership wrong (Id(0):Id(0), not 0:2), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/usr/lib/recovery-hostname
82342024-12-13T22:20:26.353Z[ recovery-image] Dec 13 22:20:25.014 INFO O| Dec 13 22:20:25.014 INFO chown ok, path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/usr/lib/recovery-hostname
82352024-12-13T22:20:26.353Z[ recovery-image] Dec 13 22:20:25.014 INFO O| Dec 13 22:20:25.014 INFO ok!
82362024-12-13T22:20:26.353Z[ recovery-image] Dec 13 22:20:25.014 INFO O| Dec 13 22:20:25.014 INFO STEP 38 (ensure_file) COMPLETE
82372024-12-13T22:20:26.353Z[ recovery-image] Dec 13 22:20:25.014 INFO O| Dec 13 22:20:25.014 INFO STEP 39: ensure_file, from: /work/oxidecomputer/helios/image/templates/gimlet/zfs-recovery.json
82382024-12-13T22:20:26.390Z[ recovery-image] Dec 13 22:20:25.055 INFO O| Dec 13 22:20:25.055 INFO file /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/lib/svc/manifest/site/recovery-hostname.xml does not exist
82392024-12-13T22:20:26.390Z[ recovery-image] Dec 13 22:20:25.055 INFO O| Dec 13 22:20:25.055 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 ...
82402024-12-13T22:20:26.390Z[ recovery-image] Dec 13 22:20:25.055 INFO O| Dec 13 22:20:25.055 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
82412024-12-13T22:20:26.390Z[ recovery-image] Dec 13 22:20:25.055 INFO O| Dec 13 22:20:25.055 INFO chown ok, path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/lib/svc/manifest/site/recovery-hostname.xml
82422024-12-13T22:20:26.392Z[ recovery-image] Dec 13 22:20:25.055 INFO O| Dec 13 22:20:25.055 INFO ok!
82432024-12-13T22:20:26.392Z[ recovery-image] Dec 13 22:20:25.055 INFO O| Dec 13 22:20:25.055 INFO STEP 39 (ensure_file) COMPLETE
82442024-12-13T22:20:26.392Z[ recovery-image] Dec 13 22:20:25.055 INFO O| Dec 13 22:20:25.055 INFO STEP 40: ensure_file, from: /work/oxidecomputer/helios/image/templates/gimlet/zfs-recovery.json
82452024-12-13T22:20:26.412Z[ recovery-image] Dec 13 22:20:25.078 INFO O| Dec 13 22:20:25.077 INFO file /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/var/svc/profile/site.xml does not exist
82462024-12-13T22:20:26.412Z[ recovery-image] Dec 13 22:20:25.078 INFO O| Dec 13 22:20:25.077 INFO copying /work/oxidecomputer/helios/image/templates/files/site.xml -> /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/var/svc/profile/site.xml ...
82472024-12-13T22:20:26.412Z[ recovery-image] Dec 13 22:20:25.078 INFO O| Dec 13 22:20:25.078 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/var/svc/profile/site.xml
82482024-12-13T22:20:26.412Z[ recovery-image] Dec 13 22:20:25.078 INFO O| Dec 13 22:20:25.078 INFO ok!
82492024-12-13T22:20:26.415Z[ recovery-image] Dec 13 22:20:25.078 INFO O| Dec 13 22:20:25.078 INFO STEP 40 (ensure_file) COMPLETE
82502024-12-13T22:20:26.415Z[ recovery-image] Dec 13 22:20:25.078 INFO O| Dec 13 22:20:25.078 INFO STEP 41: shadow, from: /work/oxidecomputer/helios/image/templates/include/root-noauth.json
82512024-12-13T22:20:26.434Z[ recovery-image] Dec 13 22:20:25.099 INFO O| Dec 13 22:20:25.099 INFO updating shadow file
82522024-12-13T22:20:26.437Z[ recovery-image] Dec 13 22:20:25.100 INFO O| Dec 13 22:20:25.100 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/shadow
82532024-12-13T22:20:26.437Z[ recovery-image] Dec 13 22:20:25.100 INFO O| Dec 13 22:20:25.100 INFO STEP 41 (shadow) COMPLETE
82542024-12-13T22:20:26.437Z[ recovery-image] Dec 13 22:20:25.100 INFO O| Dec 13 22:20:25.100 INFO STEP 42: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/root-noauth.json
82552024-12-13T22:20:26.464Z[ recovery-image] Dec 13 22:20:25.129 INFO O| Dec 13 22:20:25.129 WARN file /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/default/login exists, with wrong contents, unlinking
82562024-12-13T22:20:26.468Z[ recovery-image] Dec 13 22:20:25.129 INFO O| Dec 13 22:20:25.129 INFO copying /work/oxidecomputer/helios/image/templates/files/mfg_default_login -> /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/default/login ...
82572024-12-13T22:20:26.468Z[ recovery-image] Dec 13 22:20:25.129 INFO O| Dec 13 22:20:25.129 INFO ownership wrong (Id(0):Id(0), not 0:3), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/default/login
82582024-12-13T22:20:26.468Z[ recovery-image] Dec 13 22:20:25.130 INFO O| Dec 13 22:20:25.130 INFO chown ok, path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/default/login
82592024-12-13T22:20:26.468Z[ recovery-image] Dec 13 22:20:25.130 INFO O| Dec 13 22:20:25.130 INFO ok!
82602024-12-13T22:20:26.468Z[ recovery-image] Dec 13 22:20:25.130 INFO O| Dec 13 22:20:25.130 INFO STEP 42 (ensure_file) COMPLETE
82612024-12-13T22:20:26.468Z[ recovery-image] Dec 13 22:20:25.130 INFO O| Dec 13 22:20:25.130 INFO STEP 43: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json
82622024-12-13T22:20:26.488Z[ recovery-image] Dec 13 22:20:25.152 INFO O| Dec 13 22:20:25.152 INFO ownership already OK (0:3), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/opt
82632024-12-13T22:20:26.488Z[ recovery-image] Dec 13 22:20:25.152 INFO O| Dec 13 22:20:25.152 INFO STEP 43 (ensure_dir) COMPLETE
82642024-12-13T22:20:26.490Z[ recovery-image] Dec 13 22:20:25.152 INFO O| Dec 13 22:20:25.152 INFO STEP 44: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json
82652024-12-13T22:20:26.508Z[ recovery-image] Dec 13 22:20:25.174 INFO O| Dec 13 22:20:25.174 INFO ownership wrong (Id(0):Id(2), not 0:0), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/opt/oxide
82662024-12-13T22:20:26.509Z[ recovery-image] Dec 13 22:20:25.174 INFO O| Dec 13 22:20:25.174 INFO chown ok, path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/opt/oxide
82672024-12-13T22:20:26.511Z[ recovery-image] Dec 13 22:20:25.174 INFO O| Dec 13 22:20:25.174 INFO STEP 44 (ensure_dir) COMPLETE
82682024-12-13T22:20:26.511Z[ recovery-image] Dec 13 22:20:25.174 INFO O| Dec 13 22:20:25.174 INFO STEP 45: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json
82692024-12-13T22:20:26.544Z[ recovery-image] Dec 13 22:20:25.209 INFO O| Dec 13 22:20:25.209 INFO creating directory: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/opt/oxide/installinator
82702024-12-13T22:20:26.544Z[ recovery-image] Dec 13 22:20:25.209 INFO O| Dec 13 22:20:25.209 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/opt/oxide/installinator
82712024-12-13T22:20:26.544Z[ recovery-image] Dec 13 22:20:25.209 INFO O| Dec 13 22:20:25.209 INFO STEP 45 (ensure_dir) COMPLETE
82722024-12-13T22:20:26.547Z[ recovery-image] Dec 13 22:20:25.209 INFO O| Dec 13 22:20:25.209 INFO STEP 46: ensure_file, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json
82732024-12-13T22:20:26.585Z[ recovery-image] Dec 13 22:20:25.250 INFO O| Dec 13 22:20:25.250 INFO file /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/opt/oxide/installinator/installinator does not exist
82742024-12-13T22:20:26.585Z[ recovery-image] Dec 13 22:20:25.250 INFO O| Dec 13 22:20:25.250 INFO copying /tmp/.tmpCpDBqP/proto/recovery/root/opt/oxide/installinator/installinator -> /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/opt/oxide/installinator/installinator ...
82752024-12-13T22:20:26.642Z[ recovery-image] Dec 13 22:20:25.306 INFO O| Dec 13 22:20:25.306 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/opt/oxide/installinator/installinator
82762024-12-13T22:20:26.642Z[ recovery-image] Dec 13 22:20:25.306 INFO O| Dec 13 22:20:25.306 INFO ok!
82772024-12-13T22:20:26.642Z[ recovery-image] Dec 13 22:20:25.306 INFO O| Dec 13 22:20:25.306 INFO STEP 46 (ensure_file) COMPLETE
82782024-12-13T22:20:26.642Z[ recovery-image] Dec 13 22:20:25.306 INFO O| Dec 13 22:20:25.306 INFO STEP 47: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json
82792024-12-13T22:20:26.666Z[ recovery-image] Dec 13 22:20:25.331 INFO O| Dec 13 22:20:25.331 INFO creating directory: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/opt/oxide/installinator/pkg
82802024-12-13T22:20:26.666Z[ recovery-image] Dec 13 22:20:25.331 INFO O| Dec 13 22:20:25.331 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/opt/oxide/installinator/pkg
82812024-12-13T22:20:26.669Z[ recovery-image] Dec 13 22:20:25.331 INFO O| Dec 13 22:20:25.331 INFO STEP 47 (ensure_dir) COMPLETE
82822024-12-13T22:20:26.669Z[ recovery-image] Dec 13 22:20:25.332 INFO O| Dec 13 22:20:25.331 INFO STEP 48: ensure_file, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json
82832024-12-13T22:20:26.704Z[ recovery-image] Dec 13 22:20:25.369 INFO O| Dec 13 22:20:25.368 INFO file /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/opt/oxide/installinator/VERSION does not exist
82842024-12-13T22:20:26.706Z[ recovery-image] Dec 13 22:20:25.369 INFO O| Dec 13 22:20:25.368 INFO copying /tmp/.tmpCpDBqP/proto/recovery/root/opt/oxide/installinator/VERSION -> /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/opt/oxide/installinator/VERSION ...
82852024-12-13T22:20:26.706Z[ recovery-image] Dec 13 22:20:25.369 INFO O| Dec 13 22:20:25.369 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/opt/oxide/installinator/VERSION
82862024-12-13T22:20:26.706Z[ recovery-image] Dec 13 22:20:25.369 INFO O| Dec 13 22:20:25.369 INFO ok!
82872024-12-13T22:20:26.706Z[ recovery-image] Dec 13 22:20:25.369 INFO O| Dec 13 22:20:25.369 INFO STEP 48 (ensure_file) COMPLETE
82882024-12-13T22:20:26.706Z[ recovery-image] Dec 13 22:20:25.369 INFO O| Dec 13 22:20:25.369 INFO STEP 49: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json
82892024-12-13T22:20:26.725Z[ recovery-image] Dec 13 22:20:25.390 INFO O| Dec 13 22:20:25.390 INFO creating directory: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/opt/oxide/mg-ddm
82902024-12-13T22:20:26.725Z[ recovery-image] Dec 13 22:20:25.390 INFO O| Dec 13 22:20:25.390 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/opt/oxide/mg-ddm
82912024-12-13T22:20:26.728Z[ recovery-image] Dec 13 22:20:25.390 INFO O| Dec 13 22:20:25.390 INFO STEP 49 (ensure_dir) COMPLETE
82922024-12-13T22:20:26.728Z[ recovery-image] Dec 13 22:20:25.390 INFO O| Dec 13 22:20:25.390 INFO STEP 50: ensure_file, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json
82932024-12-13T22:20:26.747Z[ recovery-image] Dec 13 22:20:25.412 INFO O| Dec 13 22:20:25.412 INFO file /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/opt/oxide/mg-ddm/ddmadm does not exist
82942024-12-13T22:20:26.747Z[ recovery-image] Dec 13 22:20:25.412 INFO O| Dec 13 22:20:25.412 INFO copying /tmp/.tmpCpDBqP/proto/recovery/root/opt/oxide/mg-ddm/ddmadm -> /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/opt/oxide/mg-ddm/ddmadm ...
82952024-12-13T22:20:26.770Z[ recovery-image] Dec 13 22:20:25.435 INFO O| Dec 13 22:20:25.435 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/opt/oxide/mg-ddm/ddmadm
82962024-12-13T22:20:26.771Z[ recovery-image] Dec 13 22:20:25.435 INFO O| Dec 13 22:20:25.435 INFO ok!
82972024-12-13T22:20:26.771Z[ recovery-image] Dec 13 22:20:25.435 INFO O| Dec 13 22:20:25.435 INFO STEP 50 (ensure_file) COMPLETE
82982024-12-13T22:20:26.771Z[ recovery-image] Dec 13 22:20:25.435 INFO O| Dec 13 22:20:25.435 INFO STEP 51: ensure_file, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json
82992024-12-13T22:20:26.793Z[ recovery-image] Dec 13 22:20:25.458 INFO O| Dec 13 22:20:25.458 INFO file /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/opt/oxide/mg-ddm/ddmd does not exist
83002024-12-13T22:20:26.793Z[ recovery-image] Dec 13 22:20:25.458 INFO O| Dec 13 22:20:25.458 INFO copying /tmp/.tmpCpDBqP/proto/recovery/root/opt/oxide/mg-ddm/ddmd -> /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/opt/oxide/mg-ddm/ddmd ...
83012024-12-13T22:20:28.830Z[ recovery-image] Dec 13 22:20:27.495 INFO O| Dec 13 22:20:27.495 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/opt/oxide/mg-ddm/ddmd
83022024-12-13T22:20:28.831Z[ recovery-image] Dec 13 22:20:27.495 INFO O| Dec 13 22:20:27.495 INFO ok!
83032024-12-13T22:20:28.833Z[ recovery-image] Dec 13 22:20:27.495 INFO O| Dec 13 22:20:27.495 INFO STEP 51 (ensure_file) COMPLETE
83042024-12-13T22:20:28.833Z[ recovery-image] Dec 13 22:20:27.496 INFO O| Dec 13 22:20:27.495 INFO STEP 52: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json
83052024-12-13T22:20:28.852Z[ recovery-image] Dec 13 22:20:27.517 INFO O| Dec 13 22:20:27.517 INFO creating directory: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/opt/oxide/mg-ddm/pkg
83062024-12-13T22:20:28.852Z[ recovery-image] Dec 13 22:20:27.517 INFO O| Dec 13 22:20:27.517 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/opt/oxide/mg-ddm/pkg
83072024-12-13T22:20:28.852Z[ recovery-image] Dec 13 22:20:27.517 INFO O| Dec 13 22:20:27.517 INFO STEP 52 (ensure_dir) COMPLETE
83082024-12-13T22:20:28.856Z[ recovery-image] Dec 13 22:20:27.517 INFO O| Dec 13 22:20:27.517 INFO STEP 53: ensure_file, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json
83092024-12-13T22:20:28.897Z[ recovery-image] Dec 13 22:20:27.561 INFO O| Dec 13 22:20:27.561 INFO file /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/opt/oxide/mg-ddm/pkg/refresh_ctrun_child.sh does not exist
83102024-12-13T22:20:28.897Z[ recovery-image] Dec 13 22:20:27.562 INFO O| Dec 13 22:20:27.561 INFO copying /tmp/.tmpCpDBqP/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 ...
83112024-12-13T22:20:28.897Z[ recovery-image] Dec 13 22:20:27.562 INFO O| Dec 13 22:20:27.562 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
83122024-12-13T22:20:28.899Z[ recovery-image] Dec 13 22:20:27.562 INFO O| Dec 13 22:20:27.562 INFO ok!
83132024-12-13T22:20:28.899Z[ recovery-image] Dec 13 22:20:27.562 INFO O| Dec 13 22:20:27.562 INFO STEP 53 (ensure_file) COMPLETE
83142024-12-13T22:20:28.899Z[ recovery-image] Dec 13 22:20:27.562 INFO O| Dec 13 22:20:27.562 INFO STEP 54: ensure_file, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json
83152024-12-13T22:20:28.920Z[ recovery-image] Dec 13 22:20:27.585 INFO O| Dec 13 22:20:27.585 INFO file /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/opt/oxide/mg-ddm/pkg/mgd_method_script.sh does not exist
83162024-12-13T22:20:28.920Z[ recovery-image] Dec 13 22:20:27.585 INFO O| Dec 13 22:20:27.585 INFO copying /tmp/.tmpCpDBqP/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 ...
83172024-12-13T22:20:28.923Z[ recovery-image] Dec 13 22:20:27.585 INFO O| Dec 13 22:20:27.585 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
83182024-12-13T22:20:28.923Z[ recovery-image] Dec 13 22:20:27.586 INFO O| Dec 13 22:20:27.585 INFO ok!
83192024-12-13T22:20:28.923Z[ recovery-image] Dec 13 22:20:27.586 INFO O| Dec 13 22:20:27.586 INFO STEP 54 (ensure_file) COMPLETE
83202024-12-13T22:20:28.923Z[ recovery-image] Dec 13 22:20:27.586 INFO O| Dec 13 22:20:27.586 INFO STEP 55: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json
83212024-12-13T22:20:28.953Z[ recovery-image] Dec 13 22:20:27.617 INFO O| Dec 13 22:20:27.617 INFO creating directory: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/opt/oxide/mg-ddm/pkg/mgd
83222024-12-13T22:20:28.953Z[ recovery-image] Dec 13 22:20:27.618 INFO O| Dec 13 22:20:27.618 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/opt/oxide/mg-ddm/pkg/mgd
83232024-12-13T22:20:28.953Z[ recovery-image] Dec 13 22:20:27.618 INFO O| Dec 13 22:20:27.618 INFO STEP 55 (ensure_dir) COMPLETE
83242024-12-13T22:20:28.953Z[ recovery-image] Dec 13 22:20:27.618 INFO O| Dec 13 22:20:27.618 INFO STEP 56: ensure_file, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json
83252024-12-13T22:20:28.978Z[ recovery-image] Dec 13 22:20:27.643 INFO O| Dec 13 22:20:27.643 INFO file /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/opt/oxide/mg-ddm/pkg/mgd/manifest.xml does not exist
83262024-12-13T22:20:28.978Z[ recovery-image] Dec 13 22:20:27.643 INFO O| Dec 13 22:20:27.643 INFO copying /tmp/.tmpCpDBqP/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 ...
83272024-12-13T22:20:28.980Z[ recovery-image] Dec 13 22:20:27.643 INFO O| Dec 13 22:20:27.643 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/opt/oxide/mg-ddm/pkg/mgd/manifest.xml
83282024-12-13T22:20:28.980Z[ recovery-image] Dec 13 22:20:27.643 INFO O| Dec 13 22:20:27.643 INFO ok!
83292024-12-13T22:20:28.980Z[ recovery-image] Dec 13 22:20:27.643 INFO O| Dec 13 22:20:27.643 INFO STEP 56 (ensure_file) COMPLETE
83302024-12-13T22:20:28.980Z[ recovery-image] Dec 13 22:20:27.643 INFO O| Dec 13 22:20:27.643 INFO STEP 57: ensure_file, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json
83312024-12-13T22:20:29.000Z[ recovery-image] Dec 13 22:20:27.665 INFO O| Dec 13 22:20:27.665 INFO file /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/opt/oxide/mg-ddm/pkg/ddm_method_script.sh does not exist
83322024-12-13T22:20:29.000Z[ recovery-image] Dec 13 22:20:27.665 INFO O| Dec 13 22:20:27.665 INFO copying /tmp/.tmpCpDBqP/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 ...
83332024-12-13T22:20:29.004Z[ recovery-image] Dec 13 22:20:27.665 INFO O| Dec 13 22:20:27.665 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
83342024-12-13T22:20:29.004Z[ recovery-image] Dec 13 22:20:27.665 INFO O| Dec 13 22:20:27.665 INFO ok!
83352024-12-13T22:20:29.004Z[ recovery-image] Dec 13 22:20:27.665 INFO O| Dec 13 22:20:27.665 INFO STEP 57 (ensure_file) COMPLETE
83362024-12-13T22:20:29.004Z[ recovery-image] Dec 13 22:20:27.665 INFO O| Dec 13 22:20:27.665 INFO STEP 58: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json
83372024-12-13T22:20:29.038Z[ recovery-image] Dec 13 22:20:27.703 INFO O| Dec 13 22:20:27.703 INFO creating directory: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/opt/oxide/mg-ddm/pkg/ddm
83382024-12-13T22:20:29.038Z[ recovery-image] Dec 13 22:20:27.703 INFO O| Dec 13 22:20:27.703 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/opt/oxide/mg-ddm/pkg/ddm
83392024-12-13T22:20:29.041Z[ recovery-image] Dec 13 22:20:27.703 INFO O| Dec 13 22:20:27.703 INFO STEP 58 (ensure_dir) COMPLETE
83402024-12-13T22:20:29.041Z[ recovery-image] Dec 13 22:20:27.703 INFO O| Dec 13 22:20:27.703 INFO STEP 59: ensure_file, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json
83412024-12-13T22:20:29.077Z[ recovery-image] Dec 13 22:20:27.742 INFO O| Dec 13 22:20:27.742 INFO file /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/opt/oxide/mg-ddm/pkg/ddm/manifest.xml does not exist
83422024-12-13T22:20:29.077Z[ recovery-image] Dec 13 22:20:27.742 INFO O| Dec 13 22:20:27.742 INFO copying /tmp/.tmpCpDBqP/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 ...
83432024-12-13T22:20:29.080Z[ recovery-image] Dec 13 22:20:27.742 INFO O| Dec 13 22:20:27.742 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/opt/oxide/mg-ddm/pkg/ddm/manifest.xml
83442024-12-13T22:20:29.080Z[ recovery-image] Dec 13 22:20:27.742 INFO O| Dec 13 22:20:27.742 INFO ok!
83452024-12-13T22:20:29.080Z[ recovery-image] Dec 13 22:20:27.742 INFO O| Dec 13 22:20:27.742 INFO STEP 59 (ensure_file) COMPLETE
83462024-12-13T22:20:29.080Z[ recovery-image] Dec 13 22:20:27.742 INFO O| Dec 13 22:20:27.742 INFO STEP 60: ensure_file, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json
83472024-12-13T22:20:29.158Z[ recovery-image] Dec 13 22:20:27.822 INFO O| Dec 13 22:20:27.822 INFO file /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/opt/oxide/mg-ddm/VERSION does not exist
83482024-12-13T22:20:29.158Z[ recovery-image] Dec 13 22:20:27.823 INFO O| Dec 13 22:20:27.822 INFO copying /tmp/.tmpCpDBqP/proto/recovery/root/opt/oxide/mg-ddm/VERSION -> /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/opt/oxide/mg-ddm/VERSION ...
83492024-12-13T22:20:29.160Z[ recovery-image] Dec 13 22:20:27.823 INFO O| Dec 13 22:20:27.823 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/opt/oxide/mg-ddm/VERSION
83502024-12-13T22:20:29.160Z[ recovery-image] Dec 13 22:20:27.823 INFO O| Dec 13 22:20:27.823 INFO ok!
83512024-12-13T22:20:29.160Z[ recovery-image] Dec 13 22:20:27.823 INFO O| Dec 13 22:20:27.823 INFO STEP 60 (ensure_file) COMPLETE
83522024-12-13T22:20:29.160Z[ recovery-image] Dec 13 22:20:27.823 INFO O| Dec 13 22:20:27.823 INFO STEP 61: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json
83532024-12-13T22:20:29.185Z[ recovery-image] Dec 13 22:20:27.850 INFO O| Dec 13 22:20:27.850 INFO ownership already OK (0:2), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/lib
83542024-12-13T22:20:29.185Z[ recovery-image] Dec 13 22:20:27.850 INFO O| Dec 13 22:20:27.850 INFO STEP 61 (ensure_dir) COMPLETE
83552024-12-13T22:20:29.189Z[ recovery-image] Dec 13 22:20:27.850 INFO O| Dec 13 22:20:27.850 INFO STEP 62: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json
83562024-12-13T22:20:29.284Z[ recovery-image] Dec 13 22:20:27.949 INFO O| Dec 13 22:20:27.949 INFO ownership already OK (0:2), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/lib/svc
83572024-12-13T22:20:29.284Z[ recovery-image] Dec 13 22:20:27.949 INFO O| Dec 13 22:20:27.949 INFO STEP 62 (ensure_dir) COMPLETE
83582024-12-13T22:20:29.287Z[ recovery-image] Dec 13 22:20:27.949 INFO O| Dec 13 22:20:27.949 INFO STEP 63: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json
83592024-12-13T22:20:29.323Z[ recovery-image] Dec 13 22:20:27.987 INFO O| Dec 13 22:20:27.987 INFO ownership already OK (0:3), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/lib/svc/manifest
83602024-12-13T22:20:29.323Z[ recovery-image] Dec 13 22:20:27.987 INFO O| Dec 13 22:20:27.987 INFO STEP 63 (ensure_dir) COMPLETE
83612024-12-13T22:20:29.326Z[ recovery-image] Dec 13 22:20:27.987 INFO O| Dec 13 22:20:27.987 INFO STEP 64: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json
83622024-12-13T22:20:29.345Z[ recovery-image] Dec 13 22:20:28.009 INFO O| Dec 13 22:20:28.009 INFO ownership already OK (0:3), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/lib/svc/manifest/site
83632024-12-13T22:20:29.345Z[ recovery-image] Dec 13 22:20:28.009 INFO O| Dec 13 22:20:28.009 INFO STEP 64 (ensure_dir) COMPLETE
83642024-12-13T22:20:29.345Z[ recovery-image] Dec 13 22:20:28.009 INFO O| Dec 13 22:20:28.009 INFO STEP 65: ensure_file, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json
83652024-12-13T22:20:29.386Z[ recovery-image] Dec 13 22:20:28.051 INFO O| Dec 13 22:20:28.051 INFO file /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/lib/svc/manifest/site/installinator.xml does not exist
83662024-12-13T22:20:29.386Z[ recovery-image] Dec 13 22:20:28.051 INFO O| Dec 13 22:20:28.051 INFO copying /tmp/.tmpCpDBqP/proto/recovery/root/lib/svc/manifest/site/installinator.xml -> /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/lib/svc/manifest/site/installinator.xml ...
83672024-12-13T22:20:29.389Z[ recovery-image] Dec 13 22:20:28.051 INFO O| Dec 13 22:20:28.051 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/lib/svc/manifest/site/installinator.xml
83682024-12-13T22:20:29.389Z[ recovery-image] Dec 13 22:20:28.051 INFO O| Dec 13 22:20:28.051 INFO ok!
83692024-12-13T22:20:29.389Z[ recovery-image] Dec 13 22:20:28.051 INFO O| Dec 13 22:20:28.051 INFO STEP 65 (ensure_file) COMPLETE
83702024-12-13T22:20:29.389Z[ recovery-image] Dec 13 22:20:28.051 INFO O| Dec 13 22:20:28.051 INFO STEP 66: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
83712024-12-13T22:20:29.428Z[ recovery-image] Dec 13 22:20:28.093 INFO O| Dec 13 22:20:28.093 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a/lib/svc/manifest/network/ipsec"
83722024-12-13T22:20:29.431Z[ recovery-image] Dec 13 22:20:28.094 INFO O| Dec 13 22:20:28.094 INFO STEP 66 (remove_files) COMPLETE
83732024-12-13T22:20:29.431Z[ recovery-image] Dec 13 22:20:28.094 INFO O| Dec 13 22:20:28.094 INFO STEP 67: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
83742024-12-13T22:20:29.450Z[ recovery-image] Dec 13 22:20:28.115 INFO O| Dec 13 22:20:28.115 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a/lib/svc/manifest/network/ldap"
83752024-12-13T22:20:29.453Z[ recovery-image] Dec 13 22:20:28.115 INFO O| Dec 13 22:20:28.115 INFO STEP 67 (remove_files) COMPLETE
83762024-12-13T22:20:29.453Z[ recovery-image] Dec 13 22:20:28.115 INFO O| Dec 13 22:20:28.115 INFO STEP 68: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
83772024-12-13T22:20:29.482Z[ recovery-image] Dec 13 22:20:28.146 INFO O| Dec 13 22:20:28.146 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a/lib/svc/manifest/network/rpc"
83782024-12-13T22:20:29.484Z[ recovery-image] Dec 13 22:20:28.147 INFO O| Dec 13 22:20:28.147 INFO STEP 68 (remove_files) COMPLETE
83792024-12-13T22:20:29.484Z[ recovery-image] Dec 13 22:20:28.147 INFO O| Dec 13 22:20:28.147 INFO STEP 69: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
83802024-12-13T22:20:29.504Z[ recovery-image] Dec 13 22:20:28.169 INFO O| Dec 13 22:20:28.169 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a/lib/svc/manifest/network/security"
83812024-12-13T22:20:29.507Z[ recovery-image] Dec 13 22:20:28.169 INFO O| Dec 13 22:20:28.169 INFO STEP 69 (remove_files) COMPLETE
83822024-12-13T22:20:29.507Z[ recovery-image] Dec 13 22:20:28.169 INFO O| Dec 13 22:20:28.169 INFO STEP 70: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
83832024-12-13T22:20:29.542Z[ recovery-image] Dec 13 22:20:28.206 INFO O| Dec 13 22:20:28.206 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a/lib/svc/manifest/network/shares"
83842024-12-13T22:20:29.544Z[ recovery-image] Dec 13 22:20:28.207 INFO O| Dec 13 22:20:28.207 INFO STEP 70 (remove_files) COMPLETE
83852024-12-13T22:20:29.544Z[ recovery-image] Dec 13 22:20:28.207 INFO O| Dec 13 22:20:28.207 INFO STEP 71: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
83862024-12-13T22:20:29.588Z[ recovery-image] Dec 13 22:20:28.253 INFO O| Dec 13 22:20:28.253 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a/lib/svc/manifest/network/smb"
83872024-12-13T22:20:29.591Z[ recovery-image] Dec 13 22:20:28.253 INFO O| Dec 13 22:20:28.253 INFO STEP 71 (remove_files) COMPLETE
83882024-12-13T22:20:29.591Z[ recovery-image] Dec 13 22:20:28.253 INFO O| Dec 13 22:20:28.253 INFO STEP 72: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
83892024-12-13T22:20:29.619Z[ recovery-image] Dec 13 22:20:28.284 INFO O| Dec 13 22:20:28.284 INFO remove file: "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a/lib/svc/manifest/application/management/net-snmp.xml"
83902024-12-13T22:20:29.622Z[ recovery-image] Dec 13 22:20:28.284 INFO O| Dec 13 22:20:28.284 INFO STEP 72 (remove_files) COMPLETE
83912024-12-13T22:20:29.622Z[ recovery-image] Dec 13 22:20:28.284 INFO O| Dec 13 22:20:28.284 INFO STEP 73: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
83922024-12-13T22:20:29.654Z[ recovery-image] Dec 13 22:20:28.319 INFO O| Dec 13 22:20:28.319 INFO remove file: "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a/lib/svc/manifest/application/security/tcsd.xml"
83932024-12-13T22:20:29.657Z[ recovery-image] Dec 13 22:20:28.319 INFO O| Dec 13 22:20:28.319 INFO STEP 73 (remove_files) COMPLETE
83942024-12-13T22:20:29.657Z[ recovery-image] Dec 13 22:20:28.319 INFO O| Dec 13 22:20:28.319 INFO STEP 74: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
83952024-12-13T22:20:29.679Z[ recovery-image] Dec 13 22:20:28.344 INFO O| Dec 13 22:20:28.344 INFO remove file: "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a/lib/svc/manifest/network/dns/install.xml"
83962024-12-13T22:20:29.682Z[ recovery-image] Dec 13 22:20:28.344 INFO O| Dec 13 22:20:28.344 INFO STEP 74 (remove_files) COMPLETE
83972024-12-13T22:20:29.682Z[ recovery-image] Dec 13 22:20:28.345 INFO O| Dec 13 22:20:28.344 INFO STEP 75: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
83982024-12-13T22:20:29.704Z[ recovery-image] Dec 13 22:20:28.368 INFO O| Dec 13 22:20:28.368 INFO remove file: "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a/lib/svc/manifest/network/inetd-upgrade.xml"
83992024-12-13T22:20:29.706Z[ recovery-image] Dec 13 22:20:28.368 INFO O| Dec 13 22:20:28.368 INFO STEP 75 (remove_files) COMPLETE
84002024-12-13T22:20:29.706Z[ recovery-image] Dec 13 22:20:28.369 INFO O| Dec 13 22:20:28.368 INFO STEP 76: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
84012024-12-13T22:20:29.734Z[ recovery-image] Dec 13 22:20:28.398 INFO O| Dec 13 22:20:28.398 INFO remove file: "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a/lib/svc/manifest/network/inetd.xml"
84022024-12-13T22:20:29.737Z[ recovery-image] Dec 13 22:20:28.398 INFO O| Dec 13 22:20:28.398 INFO STEP 76 (remove_files) COMPLETE
84032024-12-13T22:20:29.737Z[ recovery-image] Dec 13 22:20:28.398 INFO O| Dec 13 22:20:28.398 INFO STEP 77: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
84042024-12-13T22:20:29.758Z[ recovery-image] Dec 13 22:20:28.422 INFO O| Dec 13 22:20:28.422 INFO remove file: "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a/lib/svc/manifest/network/network-install.xml"
84052024-12-13T22:20:29.761Z[ recovery-image] Dec 13 22:20:28.423 INFO O| Dec 13 22:20:28.423 INFO STEP 77 (remove_files) COMPLETE
84062024-12-13T22:20:29.761Z[ recovery-image] Dec 13 22:20:28.423 INFO O| Dec 13 22:20:28.423 INFO STEP 78: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
84072024-12-13T22:20:29.795Z[ recovery-image] Dec 13 22:20:28.460 INFO O| Dec 13 22:20:28.458 INFO remove file: "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a/lib/svc/manifest/network/network-ipmp.xml"
84082024-12-13T22:20:29.795Z[ recovery-image] Dec 13 22:20:28.460 INFO O| Dec 13 22:20:28.458 INFO STEP 78 (remove_files) COMPLETE
84092024-12-13T22:20:29.798Z[ recovery-image] Dec 13 22:20:28.460 INFO O| Dec 13 22:20:28.458 INFO STEP 79: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
84102024-12-13T22:20:29.820Z[ recovery-image] Dec 13 22:20:28.483 INFO O| Dec 13 22:20:28.483 INFO remove file: "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a/lib/svc/manifest/network/network-iptun.xml"
84112024-12-13T22:20:29.820Z[ recovery-image] Dec 13 22:20:28.483 INFO O| Dec 13 22:20:28.483 INFO STEP 79 (remove_files) COMPLETE
84122024-12-13T22:20:29.823Z[ recovery-image] Dec 13 22:20:28.484 INFO O| Dec 13 22:20:28.483 INFO STEP 80: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
84132024-12-13T22:20:29.849Z[ recovery-image] Dec 13 22:20:28.513 INFO O| Dec 13 22:20:28.513 INFO remove file: "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a/lib/svc/manifest/network/network-location.xml"
84142024-12-13T22:20:29.849Z[ recovery-image] Dec 13 22:20:28.513 INFO O| Dec 13 22:20:28.513 INFO STEP 80 (remove_files) COMPLETE
84152024-12-13T22:20:29.849Z[ recovery-image] Dec 13 22:20:28.513 INFO O| Dec 13 22:20:28.513 INFO STEP 81: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
84162024-12-13T22:20:29.883Z[ recovery-image] Dec 13 22:20:28.547 INFO O| Dec 13 22:20:28.547 INFO remove file: "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a/lib/svc/manifest/network/network-netcfg.xml"
84172024-12-13T22:20:29.883Z[ recovery-image] Dec 13 22:20:28.547 INFO O| Dec 13 22:20:28.547 INFO STEP 81 (remove_files) COMPLETE
84182024-12-13T22:20:29.886Z[ recovery-image] Dec 13 22:20:28.548 INFO O| Dec 13 22:20:28.547 INFO STEP 82: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
84192024-12-13T22:20:29.908Z[ recovery-image] Dec 13 22:20:28.570 INFO O| Dec 13 22:20:28.570 INFO remove file: "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a/lib/svc/manifest/network/routing/rdisc.xml"
84202024-12-13T22:20:29.908Z[ recovery-image] Dec 13 22:20:28.570 INFO O| Dec 13 22:20:28.570 INFO STEP 82 (remove_files) COMPLETE
84212024-12-13T22:20:29.912Z[ recovery-image] Dec 13 22:20:28.571 INFO O| Dec 13 22:20:28.570 INFO STEP 83: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
84222024-12-13T22:20:29.943Z[ recovery-image] Dec 13 22:20:28.607 INFO O| Dec 13 22:20:28.607 INFO remove file: "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a/lib/svc/manifest/network/varpd.xml"
84232024-12-13T22:20:29.943Z[ recovery-image] Dec 13 22:20:28.607 INFO O| Dec 13 22:20:28.607 INFO STEP 83 (remove_files) COMPLETE
84242024-12-13T22:20:29.943Z[ recovery-image] Dec 13 22:20:28.607 INFO O| Dec 13 22:20:28.607 INFO STEP 84: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
84252024-12-13T22:20:29.965Z[ recovery-image] Dec 13 22:20:28.629 INFO O| Dec 13 22:20:28.629 INFO remove file: "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a/lib/svc/manifest/system/device/allocate.xml"
84262024-12-13T22:20:29.965Z[ recovery-image] Dec 13 22:20:28.630 INFO O| Dec 13 22:20:28.630 INFO STEP 84 (remove_files) COMPLETE
84272024-12-13T22:20:29.965Z[ recovery-image] Dec 13 22:20:28.630 INFO O| Dec 13 22:20:28.630 INFO STEP 85: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
84282024-12-13T22:20:29.992Z[ recovery-image] Dec 13 22:20:28.656 INFO O| Dec 13 22:20:28.656 INFO remove file: "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a/lib/svc/manifest/system/device/devices-audio.xml"
84292024-12-13T22:20:29.992Z[ recovery-image] Dec 13 22:20:28.656 INFO O| Dec 13 22:20:28.656 INFO STEP 85 (remove_files) COMPLETE
84302024-12-13T22:20:29.992Z[ recovery-image] Dec 13 22:20:28.656 INFO O| Dec 13 22:20:28.656 INFO STEP 86: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
84312024-12-13T22:20:30.016Z[ recovery-image] Dec 13 22:20:28.680 INFO O| Dec 13 22:20:28.680 INFO remove file: "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a/usr/lib/devfsadm/linkmod/SUNW_audio_link.so"
84322024-12-13T22:20:30.016Z[ recovery-image] Dec 13 22:20:28.680 INFO O| Dec 13 22:20:28.680 INFO STEP 86 (remove_files) COMPLETE
84332024-12-13T22:20:30.016Z[ recovery-image] Dec 13 22:20:28.680 INFO O| Dec 13 22:20:28.680 INFO STEP 87: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
84342024-12-13T22:20:30.054Z[ recovery-image] Dec 13 22:20:28.719 INFO O| Dec 13 22:20:28.719 INFO remove file: "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a/dev/sndstat"
84352024-12-13T22:20:30.058Z[ recovery-image] Dec 13 22:20:28.719 INFO O| Dec 13 22:20:28.719 INFO STEP 87 (remove_files) COMPLETE
84362024-12-13T22:20:30.058Z[ recovery-image] Dec 13 22:20:28.719 INFO O| Dec 13 22:20:28.719 INFO STEP 88: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
84372024-12-13T22:20:30.079Z[ recovery-image] Dec 13 22:20:28.744 INFO O| Dec 13 22:20:28.744 INFO remove file: "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a/lib/svc/manifest/system/device/mpxio-upgrade.xml"
84382024-12-13T22:20:30.079Z[ recovery-image] Dec 13 22:20:28.744 INFO O| Dec 13 22:20:28.744 INFO STEP 88 (remove_files) COMPLETE
84392024-12-13T22:20:30.079Z[ recovery-image] Dec 13 22:20:28.744 INFO O| Dec 13 22:20:28.744 INFO STEP 89: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
84402024-12-13T22:20:30.102Z[ recovery-image] Dec 13 22:20:28.767 INFO O| Dec 13 22:20:28.767 INFO remove file: "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a/lib/svc/manifest/system/hostid.xml"
84412024-12-13T22:20:30.102Z[ recovery-image] Dec 13 22:20:28.767 INFO O| Dec 13 22:20:28.767 INFO STEP 89 (remove_files) COMPLETE
84422024-12-13T22:20:30.105Z[ recovery-image] Dec 13 22:20:28.767 INFO O| Dec 13 22:20:28.767 INFO STEP 90: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
84432024-12-13T22:20:30.171Z[ recovery-image] Dec 13 22:20:28.836 INFO O| Dec 13 22:20:28.836 INFO remove file: "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a/lib/svc/manifest/system/idmap.xml"
84442024-12-13T22:20:30.174Z[ recovery-image] Dec 13 22:20:28.836 INFO O| Dec 13 22:20:28.836 INFO STEP 90 (remove_files) COMPLETE
84452024-12-13T22:20:30.175Z[ recovery-image] Dec 13 22:20:28.836 INFO O| Dec 13 22:20:28.836 INFO STEP 91: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
84462024-12-13T22:20:30.192Z[ recovery-image] Dec 13 22:20:28.857 INFO O| Dec 13 22:20:28.857 INFO remove file: "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a/lib/svc/manifest/system/pkgserv.xml"
84472024-12-13T22:20:30.195Z[ recovery-image] Dec 13 22:20:28.857 INFO O| Dec 13 22:20:28.857 INFO STEP 91 (remove_files) COMPLETE
84482024-12-13T22:20:30.195Z[ recovery-image] Dec 13 22:20:28.857 INFO O| Dec 13 22:20:28.857 INFO STEP 92: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
84492024-12-13T22:20:30.250Z[ recovery-image] Dec 13 22:20:28.915 INFO O| Dec 13 22:20:28.915 INFO remove file: "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a/lib/svc/manifest/system/zones.xml"
84502024-12-13T22:20:30.253Z[ recovery-image] Dec 13 22:20:28.915 INFO O| Dec 13 22:20:28.915 INFO STEP 92 (remove_files) COMPLETE
84512024-12-13T22:20:30.253Z[ recovery-image] Dec 13 22:20:28.915 INFO O| Dec 13 22:20:28.915 INFO STEP 93: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
84522024-12-13T22:20:30.271Z[ recovery-image] Dec 13 22:20:28.936 INFO O| Dec 13 22:20:28.936 INFO remove file: "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a/lib/svc/manifest/system/intrd.xml"
84532024-12-13T22:20:30.274Z[ recovery-image] Dec 13 22:20:28.936 INFO O| Dec 13 22:20:28.936 INFO STEP 93 (remove_files) COMPLETE
84542024-12-13T22:20:30.274Z[ recovery-image] Dec 13 22:20:28.936 INFO O| Dec 13 22:20:28.936 INFO STEP 94: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
84552024-12-13T22:20:30.344Z[ recovery-image] Dec 13 22:20:29.009 INFO O| Dec 13 22:20:29.009 INFO remove file: "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a/lib/svc/manifest/network/chrony.xml"
84562024-12-13T22:20:30.345Z[ recovery-image] Dec 13 22:20:29.009 INFO O| Dec 13 22:20:29.009 INFO STEP 94 (remove_files) COMPLETE
84572024-12-13T22:20:30.345Z[ recovery-image] Dec 13 22:20:29.009 INFO O| Dec 13 22:20:29.009 INFO STEP 95: seed_smf, from: /work/oxidecomputer/helios/image/templates/gimlet/zfs-recovery.json
84582024-12-13T22:20:30.379Z[ recovery-image] Dec 13 22:20:29.044 INFO O| Dec 13 22:20:29.044 INFO file /rpool/images/build/recovery/tmp/gimlet/zfs-recovery/repo.db does not already exist, skipping removal
84592024-12-13T22:20:30.383Z[ recovery-image] Dec 13 22:20:29.044 INFO O| Dec 13 22:20:29.044 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", "PKG_INSTALL_ROOT": "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a", "SVCCFG_REPOSITORY": "/rpool/images/build/recovery/tmp/gimlet/zfs-recovery/repo.db"}
84602024-12-13T22:20:48.029Z[ recovery-image] Dec 13 22:20:46.690 INFO O| Dec 13 22:20:46.690 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
84612024-12-13T22:20:48.033Z[ recovery-image] Dec 13 22:20:46.690 INFO O| Dec 13 22:20:46.690 INFO E| svccfg: Loaded 67 smf(7) service descriptions
84622024-12-13T22:20:48.050Z[ recovery-image] Dec 13 22:20:46.711 INFO O| Dec 13 22:20:46.711 INFO exec: ["/usr/sbin/svccfg", "apply", "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a/var/svc/profile/site.xml"], env: {"SVCCFG_CHECKHASH": "1", "PKG_INSTALL_ROOT": "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a", "SVCCFG_DTD": "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a/usr/share/lib/xml/dtd/service_bundle.dtd.1", "SVCCFG_REPOSITORY": "/rpool/images/build/recovery/tmp/gimlet/zfs-recovery/repo.db"}
84632024-12-13T22:20:48.219Z[ recovery-image] Dec 13 22:20:46.881 INFO O| Dec 13 22:20:46.881 INFO file /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/svc/repository.db does not exist
84642024-12-13T22:20:48.219Z[ recovery-image] Dec 13 22:20:46.881 INFO O| Dec 13 22:20:46.881 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 ...
84652024-12-13T22:20:48.222Z[ recovery-image] Dec 13 22:20:46.883 INFO O| Dec 13 22:20:46.883 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/svc/repository.db
84662024-12-13T22:20:48.222Z[ recovery-image] Dec 13 22:20:46.883 INFO O| Dec 13 22:20:46.883 INFO ok!
84672024-12-13T22:20:48.222Z[ recovery-image] Dec 13 22:20:46.883 INFO O| Dec 13 22:20:46.883 INFO file /rpool/images/build/recovery/tmp/gimlet/zfs-recovery/repo.db exists (as File), removing
84682024-12-13T22:20:48.222Z[ recovery-image] Dec 13 22:20:46.884 INFO O| Dec 13 22:20:46.884 INFO STEP 95 (seed_smf) COMPLETE
84692024-12-13T22:20:48.223Z[ recovery-image] Dec 13 22:20:46.884 INFO O| Dec 13 22:20:46.884 INFO steps complete; finalising image!
84702024-12-13T22:20:48.223Z[ recovery-image] Dec 13 22:20:46.884 INFO O| Dec 13 22:20:46.884 INFO TRIM POOL: TEMPORARY-gimlet-zfs-recovery
84712024-12-13T22:20:48.293Z[ recovery-image] Dec 13 22:20:46.954 INFO O| Dec 13 22:20:46.954 INFO trim TEMPORARY-gimlet-zfs-recovery: (0% trimmed, started at Fri Dec 13 22:20:46 2024)
84722024-12-13T22:20:48.510Z[ recovery-image] Dec 13 22:20:47.165 INFO O| Dec 13 22:20:47.165 INFO trim TEMPORARY-gimlet-zfs-recovery: (65% trimmed, started at Fri Dec 13 22:20:46 2024)
84732024-12-13T22:20:48.725Z[ recovery-image] Dec 13 22:20:47.384 INFO O| Dec 13 22:20:47.384 INFO trim TEMPORARY-gimlet-zfs-recovery: (91% trimmed, started at Fri Dec 13 22:20:46 2024)
84742024-12-13T22:20:49.105Z[ recovery-image] Dec 13 22:20:47.664 INFO O| Dec 13 22:20:47.664 INFO temporary pool has 361M used, 1.40G avail, 1.00x compressratio
84752024-12-13T22:20:49.155Z[ recovery-image] Dec 13 22:20:47.665 INFO O| Dec 13 22:20:47.664 INFO EXPORT POOL: TEMPORARY-gimlet-zfs-recovery
84762024-12-13T22:20:49.399Z[ recovery-image] Dec 13 22:20:48.058 INFO O| Dec 13 22:20:48.058 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
84772024-12-13T22:20:49.399Z[ recovery-image] Dec 13 22:20:48.058 INFO O| Dec 13 22:20:48.058 INFO file /rpool/images/build/recovery/output/gimlet-zfs-recovery.raw does not already exist, skipping removal
84782024-12-13T22:20:54.592Z[ recovery-image] Dec 13 22:20:53.253 INFO O| Dec 13 22:20:53.253 INFO perms are 1600, should be 644, path: /rpool/images/build/recovery/output/gimlet-zfs-recovery.raw
84792024-12-13T22:20:54.592Z[ recovery-image] Dec 13 22:20:53.253 INFO O| Dec 13 22:20:53.253 INFO chmod ok, path: /rpool/images/build/recovery/output/gimlet-zfs-recovery.raw
84802024-12-13T22:20:54.600Z[ recovery-image] Dec 13 22:20:53.253 INFO O| Dec 13 22:20:53.253 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/output/gimlet-zfs-recovery.raw
84812024-12-13T22:20:54.600Z[ recovery-image] Dec 13 22:20:53.253 INFO O| Dec 13 22:20:53.253 INFO completed processing gimlet/zfs-recovery
84822024-12-13T22:20:54.600Z[ recovery-image] Dec 13 22:20:53.253 INFO O| Dec 13 22:20:53.253 INFO DESTROY DATASET: rpool/images/build/recovery/work/gimlet/zfs-recovery
84832024-12-13T22:20:55.335Z[ recovery-image] Dec 13 22:20:53.996 INFO O| Dec 13 22:20:53.995 INFO DESTROY DATASET: rpool/images/build/recovery/tmp/gimlet/zfs-recovery
84842024-12-13T22:20:55.445Z[ recovery-image] Dec 13 22:20:54.106 INFO BUILD STRING "heads/stlouis-0-g92ea22932b\n"
84852024-12-13T22:20:55.448Z[ recovery-image] Dec 13 22:20:54.107 INFO expanded image name: "recovery c76a4e0/${os_short_commit} 2024-12-13 21:50" -> "recovery c76a4e0/92ea229 2024-12-13 21:50"
84862024-12-13T22:20:55.448Z[ recovery-image] Dec 13 22:20:54.107 INFO output artefacts stored in: "/work/os-recovery"
84872024-12-13T22:20:55.448Z[ recovery-image] Dec 13 22:20:54.108 INFO collecting git info from project "amd-firmware"...
84882024-12-13T22:20:55.980Z[ recovery-image] Dec 13 22:20:54.640 INFO collecting git info from project "pinprick"...
84892024-12-13T22:20:55.989Z[ recovery-image] Dec 13 22:20:54.650 INFO collecting git info from project "phbl"...
84902024-12-13T22:20:56.002Z[ recovery-image] Dec 13 22:20:54.662 INFO collecting git info from project "pilot"...
84912024-12-13T22:20:56.024Z[ recovery-image] Dec 13 22:20:54.685 INFO collecting git info from project "bootserver"...
84922024-12-13T22:20:56.035Z[ recovery-image] Dec 13 22:20:54.696 INFO collecting git info from project "image-builder"...
84932024-12-13T22:20:56.045Z[ recovery-image] Dec 13 22:20:54.706 INFO collecting git info from project "amd-host-image-builder"...
84942024-12-13T22:20:56.288Z[ recovery-image] Dec 13 22:20:54.949 INFO collecting git info from project "chelsio-t6-roms"...
84952024-12-13T22:20:56.326Z[ recovery-image] Dec 13 22:20:54.987 INFO collecting packaging info "pkg-publishers.txt": ["publisher", "-F", "tsv"]...
84962024-12-13T22:20:56.970Z[ recovery-image] Dec 13 22:20:55.630 INFO collecting packaging info "pkg-list.txt": ["list", "-H", "-v"]...
84972024-12-13T22:20:57.593Z[ recovery-image] Dec 13 22:20:56.253 INFO creating Oxide boot image...
84982024-12-13T22:20:57.594Z[ recovery-image] Dec 13 22:20:56.253 INFO exec: ["/work/oxidecomputer/helios/projects/bootserver/target/release/mkimage", "-i", "/rpool/images/build/recovery/output/gimlet-zfs-recovery.raw", "-N", "recovery c76a4e0/92ea229 2024-12-13 21:50", "-o", "/work/os-recovery/zfs.img", "-O", "/work/oxidecomputer/helios/tmp/image.recovery/boot_image_csum", "-s", "4096", "-z"], pwd: None
84992024-12-13T22:21:37.146Z[ host-image] Dec 13 22:21:35.801 INFO O| install = pkg://helios-dev/SUNWcs@0.5.11-2.0.23049:20241204T192600Z
85002024-12-13T22:21:37.146Z[ host-image] Dec 13 22:21:35.801 INFO O| install = pkg://helios-dev/SUNWcsd@0.5.11-2.0.23049:20241204T192600Z
85012024-12-13T22:21:37.148Z[ host-image] Dec 13 22:21:35.801 INFO O| install = pkg://helios-dev/compress/brotli@1.0.9-2.0:20230621T185813Z
85022024-12-13T22:21:37.148Z[ host-image] Dec 13 22:21:35.801 INFO O| install = pkg://helios-dev/compress/bzip2@1.0.8-2.0:20230621T185759Z
85032024-12-13T22:21:37.148Z[ host-image] Dec 13 22:21:35.801 INFO O| install = pkg://helios-dev/compress/gzip@1.12-2.0:20230621T185838Z
85042024-12-13T22:21:37.148Z[ host-image] Dec 13 22:21:35.802 INFO O| install = pkg://helios-dev/compress/lz4@1.9.4-2.0:20230621T185820Z
85052024-12-13T22:21:37.148Z[ host-image] Dec 13 22:21:35.803 INFO O| install = pkg://helios-dev/compress/xz@5.4.2-2.0:20230621T190107Z
85062024-12-13T22:21:37.148Z[ host-image] Dec 13 22:21:35.803 INFO O| install = pkg://helios-dev/compress/zstd@1.5.5-2.0:20230621T190025Z
85072024-12-13T22:21:37.148Z[ host-image] Dec 13 22:21:35.803 INFO O| install = pkg://helios-dev/consolidation/oxide/omicron1-brand-incorporation@1.0.22:20240315T231141Z
85082024-12-13T22:21:37.148Z[ host-image] Dec 13 22:21:35.803 INFO O| install = pkg://helios-dev/database/sqlite-3@3.41.2-2.0:20230621T190437Z
85092024-12-13T22:21:37.149Z[ host-image] Dec 13 22:21:35.803 INFO O| install = pkg://helios-dev/developer/acpi@0.5.11-2.0.23049:20241204T192601Z
85102024-12-13T22:21:37.151Z[ host-image] Dec 13 22:21:35.806 INFO O| install = pkg://helios-dev/developer/debug/mdb@0.5.11-2.0.23049:20241204T192601Z
85112024-12-13T22:21:37.154Z[ host-image] Dec 13 22:21:35.807 INFO O| install = pkg://helios-dev/developer/dtrace@0.5.11-2.0.23049:20241204T192601Z
85122024-12-13T22:21:37.154Z[ host-image] Dec 13 22:21:35.808 INFO O| install = pkg://helios-dev/developer/linker@0.5.11-2.0.23049:20241204T192602Z
85132024-12-13T22:21:37.154Z[ host-image] Dec 13 22:21:35.808 INFO O| install = pkg://helios-dev/developer/macro/cpp@20220808-2.0:20230621T191251Z
85142024-12-13T22:21:37.154Z[ host-image] Dec 13 22:21:35.809 INFO O| install = pkg://helios-dev/developer/object-file@0.5.11-2.0.23049:20241204T192602Z
85152024-12-13T22:21:37.157Z[ host-image] Dec 13 22:21:35.810 INFO O| install = pkg://helios-dev/diagnostic/cpu-counters@0.5.11-2.0.23049:20241204T192602Z
85162024-12-13T22:21:37.157Z[ host-image] Dec 13 22:21:35.810 INFO O| install = pkg://helios-dev/diagnostic/diskinfo@0.5.11-2.0.23049:20241204T192602Z
85172024-12-13T22:21:37.157Z[ host-image] Dec 13 22:21:35.810 INFO O| install = pkg://helios-dev/diagnostic/pci@0.5.11-2.0.23049:20241204T192602Z
85182024-12-13T22:21:37.157Z[ host-image] Dec 13 22:21:35.810 INFO O| install = pkg://helios-dev/driver/audio@0.5.11-2.0.23049:20241204T192603Z
85192024-12-13T22:21:37.157Z[ host-image] Dec 13 22:21:35.810 INFO O| install = pkg://helios-dev/driver/cpu/amd/zen@0.5.11-2.0.23049:20241204T192603Z
85202024-12-13T22:21:37.158Z[ host-image] Dec 13 22:21:35.810 INFO O| install = pkg://helios-dev/driver/cpu/sensor@0.5.11-2.0.23049:20241204T192603Z
85212024-12-13T22:21:37.158Z[ host-image] Dec 13 22:21:35.811 INFO O| install = pkg://helios-dev/driver/gpio/amd/zen@0.5.11-2.0.23049:20241204T192604Z
85222024-12-13T22:21:37.158Z[ host-image] Dec 13 22:21:35.811 INFO O| install = pkg://helios-dev/driver/ktest@0.5.11-2.0.23049:20241204T192604Z
85232024-12-13T22:21:37.158Z[ host-image] Dec 13 22:21:35.811 INFO O| install = pkg://helios-dev/driver/misc/tofino@0.5.11-2.0.23049:20241204T192604Z
85242024-12-13T22:21:37.158Z[ host-image] Dec 13 22:21:35.812 INFO O| install = pkg://helios-dev/driver/network/cxgbe@0.5.11-2.0.23049:20241204T192606Z
85252024-12-13T22:21:37.158Z[ host-image] Dec 13 22:21:35.812 INFO O| install = pkg://helios-dev/driver/network/e1000g@0.5.11-2.0.23049:20241204T192606Z
85262024-12-13T22:21:37.158Z[ host-image] Dec 13 22:21:35.812 INFO O| install = pkg://helios-dev/driver/network/igb@0.5.11-2.0.23049:20241204T192607Z
85272024-12-13T22:21:37.158Z[ host-image] Dec 13 22:21:35.812 INFO O| install = pkg://helios-dev/driver/network/ixgbe@0.5.11-2.0.23049:20241204T192608Z
85282024-12-13T22:21:37.158Z[ host-image] Dec 13 22:21:35.812 INFO O| install = pkg://helios-dev/driver/network/opte@0.34.311:20241203T104954Z
85292024-12-13T22:21:37.158Z[ host-image] Dec 13 22:21:35.812 INFO O| install = pkg://helios-dev/driver/network/rge@0.5.11-2.0.23049:20241204T192609Z
85302024-12-13T22:21:37.158Z[ host-image] Dec 13 22:21:35.812 INFO O| install = pkg://helios-dev/driver/serial/usbser@0.5.11-2.0.23049:20241204T192611Z
85312024-12-13T22:21:37.158Z[ host-image] Dec 13 22:21:35.812 INFO O| install = pkg://helios-dev/driver/storage/blkdev@0.5.11-2.0.23049:20241204T192612Z
85322024-12-13T22:21:37.161Z[ host-image] Dec 13 22:21:35.813 INFO O| install = pkg://helios-dev/driver/storage/nvme@0.5.11-2.0.23049:20241204T192613Z
85332024-12-13T22:21:37.161Z[ host-image] Dec 13 22:21:35.814 INFO O| install = pkg://helios-dev/driver/usb@0.5.11-2.0.23049:20241204T192614Z
85342024-12-13T22:21:37.161Z[ host-image] Dec 13 22:21:35.814 INFO O| install = pkg://helios-dev/driver/x11/xsvc@0.5.11-2.0.23049:20241204T192614Z
85352024-12-13T22:21:37.173Z[ host-image] Dec 13 22:21:35.828 INFO O| install = pkg://helios-dev/editor/vim@9.0.1443-2.0:20230621T192540Z
85362024-12-13T22:21:37.173Z[ host-image] Dec 13 22:21:35.828 INFO O| install = pkg://helios-dev/install/beadm@0.5.11-2.0.23049:20241204T192614Z
85372024-12-13T22:21:37.175Z[ host-image] Dec 13 22:21:35.828 INFO O| install = pkg://helios-dev/library/expat@2.6.4-2.0:20241120T163225Z
85382024-12-13T22:21:37.175Z[ host-image] Dec 13 22:21:35.829 INFO O| install = pkg://helios-dev/library/libedit@3.1-2.0:20230621T193242Z
85392024-12-13T22:21:37.176Z[ host-image] Dec 13 22:21:35.829 INFO O| install = pkg://helios-dev/library/libidn@1.41-2.0:20230621T193402Z
85402024-12-13T22:21:37.176Z[ host-image] Dec 13 22:21:35.830 INFO O| install = pkg://helios-dev/library/libtecla@1.6.0-2.0.23049:20241204T192615Z
85412024-12-13T22:21:37.176Z[ host-image] Dec 13 22:21:35.830 INFO O| install = pkg://helios-dev/library/libtool/libltdl@2.4.6-2.0:20230621T190218Z
85422024-12-13T22:21:37.176Z[ host-image] Dec 13 22:21:35.831 INFO O| install = pkg://helios-dev/library/libxml2@2.11.7-2.0:20240215T135051Z
85432024-12-13T22:21:37.180Z[ host-image] Dec 13 22:21:35.832 INFO O| install = pkg://helios-dev/library/libxmlsec1@1.2.35-2.0:20230624T123441Z
85442024-12-13T22:21:37.180Z[ host-image] Dec 13 22:21:35.832 INFO O| install = pkg://helios-dev/library/libxslt@1.1.30-2.0:20230621T193447Z
85452024-12-13T22:21:37.204Z[ host-image] Dec 13 22:21:35.859 INFO O| install = pkg://helios-dev/library/ncurses@6.4.20240309-2.0:20240523T185257Z
85462024-12-13T22:21:37.206Z[ host-image] Dec 13 22:21:35.859 INFO O| install = pkg://helios-dev/library/nghttp2@1.52.0-2.0:20230621T193608Z
85472024-12-13T22:21:37.206Z[ host-image] Dec 13 22:21:35.859 INFO O| install = pkg://helios-dev/library/nspr@4.35-2.0:20230621T193601Z
85482024-12-13T22:21:37.206Z[ host-image] Dec 13 22:21:35.860 INFO O| install = pkg://helios-dev/library/pcre@8.45-2.0:20230621T193733Z
85492024-12-13T22:21:37.206Z[ host-image] Dec 13 22:21:35.861 INFO O| install = pkg://helios-dev/library/pcre2@10.42-2.0:20230621T193725Z
85502024-12-13T22:21:37.209Z[ host-image] Dec 13 22:21:35.862 INFO O| install = pkg://helios-dev/library/readline@8.2-2.1:20240418T211117Z
85512024-12-13T22:21:37.262Z[ host-image] Dec 13 22:21:35.917 INFO O| install = pkg://helios-dev/library/security/openssl-3@3.0.15-2.0:20240903T190137Z
85522024-12-13T22:21:37.265Z[ host-image] Dec 13 22:21:35.918 INFO O| install = pkg://helios-dev/library/security/trousers@0.3.15-2.0:20230621T194405Z
85532024-12-13T22:21:37.265Z[ host-image] Dec 13 22:21:35.919 INFO O| install = pkg://helios-dev/library/zlib@1.2.13-2.0:20230621T194146Z
85542024-12-13T22:21:37.265Z[ host-image] Dec 13 22:21:35.920 INFO O| install = pkg://helios-dev/locale/en@0.5.11-2.0.23049:20241204T192616Z
85552024-12-13T22:21:37.268Z[ host-image] Dec 13 22:21:35.920 INFO O| install = pkg://helios-dev/network/bridging@0.5.11-2.0.23049:20241204T192622Z
85562024-12-13T22:21:37.268Z[ host-image] Dec 13 22:21:35.921 INFO O| install = pkg://helios-dev/network/dns/bind@9.18.14-2.0:20230621T194546Z
85572024-12-13T22:21:37.268Z[ host-image] Dec 13 22:21:35.921 INFO O| install = pkg://helios-dev/network/netcat@0.5.11-2.0.23049:20241204T192623Z
85582024-12-13T22:21:37.268Z[ host-image] Dec 13 22:21:35.921 INFO O| install = pkg://helios-dev/network/openssh@9.6.1-2.1:20240701T171301Z
85592024-12-13T22:21:37.268Z[ host-image] Dec 13 22:21:35.921 INFO O| install = pkg://helios-dev/network/openssh-server@9.6.1-2.1:20240701T171311Z
85602024-12-13T22:21:37.268Z[ host-image] Dec 13 22:21:35.922 INFO O| install = pkg://helios-dev/network/rsync@3.2.7-2.1:20240627T120527Z
85612024-12-13T22:21:37.268Z[ host-image] Dec 13 22:21:35.922 INFO O| install = pkg://helios-dev/network/snoop@0.5.11-2.0.23049:20241204T192623Z
85622024-12-13T22:21:37.268Z[ host-image] Dec 13 22:21:35.922 INFO O| install = pkg://helios-dev/ooce/library/onig@6.9.8-2.0:20230623T150226Z
85632024-12-13T22:21:37.296Z[ host-image] Dec 13 22:21:35.950 INFO O| install = pkg://helios-dev/ooce/library/postgresql-13@13.11-2.0:20230623T123131Z
85642024-12-13T22:21:37.296Z[ host-image] Dec 13 22:21:35.950 INFO O| install = pkg://helios-dev/ooce/util/jq@1.6-2.0:20230623T172253Z
85652024-12-13T22:21:37.300Z[ host-image] Dec 13 22:21:35.950 INFO O| install = pkg://helios-dev/oxide/platform-identity-cacerts@1.0-2.0:20240719T230730Z
85662024-12-13T22:21:37.301Z[ host-image] Dec 13 22:21:35.951 INFO O| install = pkg://helios-dev/package/svr4@0.5.11-2.0.23049:20241204T192623Z
85672024-12-13T22:21:37.301Z[ host-image] Dec 13 22:21:35.951 INFO O| install = pkg://helios-dev/release/name@0.5.11-2.0:20230621T194601Z
85682024-12-13T22:21:37.318Z[ host-image] Dec 13 22:21:35.973 INFO O| install = pkg://helios-dev/runtime/perl@5.36.1-2.0:20230621T195846Z
85692024-12-13T22:21:37.321Z[ host-image] Dec 13 22:21:35.973 INFO O| install = pkg://helios-dev/runtime/perl/module/sun-solaris@0.5.11-2.0.23049:20241204T192624Z
85702024-12-13T22:21:37.321Z[ host-image] Dec 13 22:21:35.976 INFO O| install = pkg://helios-dev/service/fault-management@0.5.11-2.0.23049:20241204T192624Z
85712024-12-13T22:21:37.325Z[ host-image] Dec 13 22:21:35.977 INFO O| install = pkg://helios-dev/service/file-system/smb@0.5.11-2.0.23049:20241204T192624Z
85722024-12-13T22:21:37.325Z[ host-image] Dec 13 22:21:35.977 INFO O| install = pkg://helios-dev/service/network/chrony@4.5-2.0:20240418T211951Z
85732024-12-13T22:21:37.325Z[ host-image] Dec 13 22:21:35.978 INFO O| install = pkg://helios-dev/service/picl@0.5.11-2.0.23049:20241204T192625Z
85742024-12-13T22:21:37.325Z[ host-image] Dec 13 22:21:35.978 INFO O| install = pkg://helios-dev/service/resource-pools@0.5.11-2.0.23049:20241204T192625Z
85752024-12-13T22:21:37.325Z[ host-image] Dec 13 22:21:35.979 INFO O| install = pkg://helios-dev/service/security/gss@0.5.11-2.0.23049:20241204T192626Z
85762024-12-13T22:21:37.325Z[ host-image] Dec 13 22:21:35.979 INFO O| install = pkg://helios-dev/service/security/kerberos-5@0.5.11-2.0.23049:20241204T192626Z
85772024-12-13T22:21:37.331Z[ host-image] Dec 13 22:21:35.984 INFO O| install = pkg://helios-dev/shell/bash@5.2.15-2.0:20230621T200617Z
85782024-12-13T22:21:37.335Z[ host-image] Dec 13 22:21:35.985 INFO O| install = pkg://helios-dev/shell/ksh93@93.21.1.20120801-2.0.23049:20241204T192626Z
85792024-12-13T22:21:37.336Z[ host-image] Dec 13 22:21:35.986 INFO O| install = pkg://helios-dev/system/bhyve@0.5.11-2.0.23049:20241204T192627Z
85802024-12-13T22:21:37.336Z[ host-image] Dec 13 22:21:35.986 INFO O| install = pkg://helios-dev/system/bhyve/firmware@20230201-2.0:20230621T201619Z
85812024-12-13T22:21:37.336Z[ host-image] Dec 13 22:21:35.987 INFO O| install = pkg://helios-dev/system/boot/loader@1.1-2.0.23049:20241204T192627Z
85822024-12-13T22:21:37.336Z[ host-image] Dec 13 22:21:35.987 INFO O| install = pkg://helios-dev/system/data/console/fonts@0.5.11-2.0.23049:20241204T192628Z
85832024-12-13T22:21:37.336Z[ host-image] Dec 13 22:21:35.987 INFO O| install = pkg://helios-dev/system/data/hardware-registry@2024.10.24-2.0.23049:20241204T192628Z
85842024-12-13T22:21:37.336Z[ host-image] Dec 13 22:21:35.988 INFO O| install = pkg://helios-dev/system/data/keyboard/keytables@0.5.11-2.0.23049:20241204T192628Z
85852024-12-13T22:21:37.363Z[ host-image] Dec 13 22:21:36.018 INFO O| install = pkg://helios-dev/system/data/terminfo@0.5.11-2.0.23049:20241204T192628Z
85862024-12-13T22:21:37.363Z[ host-image] Dec 13 22:21:36.018 INFO O| install = pkg://helios-dev/system/data/urxvt-terminfo@9.31-2.0:20230621T200815Z
85872024-12-13T22:21:37.366Z[ host-image] Dec 13 22:21:36.021 INFO O| install = pkg://helios-dev/system/data/zoneinfo@2024.1-2.0.23049:20241204T192628Z
85882024-12-13T22:21:37.368Z[ host-image] Dec 13 22:21:36.023 INFO O| install = pkg://helios-dev/system/extended-system-utilities@0.5.11-2.0.23049:20241204T192628Z
85892024-12-13T22:21:37.371Z[ host-image] Dec 13 22:21:36.024 INFO O| install = pkg://helios-dev/system/ficl@4.1.0-2.0.23049:20241204T192628Z
85902024-12-13T22:21:37.371Z[ host-image] Dec 13 22:21:36.024 INFO O| install = pkg://helios-dev/system/file-system/smb@0.5.11-2.0.23049:20241204T192629Z
85912024-12-13T22:21:37.371Z[ host-image] Dec 13 22:21:36.025 INFO O| install = pkg://helios-dev/system/file-system/zfs@0.5.11-2.0.23049:20241204T192629Z
85922024-12-13T22:21:37.371Z[ host-image] Dec 13 22:21:36.026 INFO O| install = pkg://helios-dev/system/gpio@0.5.11-2.0.23049:20241204T192629Z
85932024-12-13T22:21:37.387Z[ host-image] Dec 13 22:21:36.042 INFO O| install = pkg://helios-dev/system/kernel@0.5.11-2.0.23049:20241204T192631Z
85942024-12-13T22:21:37.390Z[ host-image] Dec 13 22:21:36.042 INFO O| install = pkg://helios-dev/system/kernel/cpu-counters@0.5.11-2.0.23049:20241204T192630Z
85952024-12-13T22:21:37.390Z[ host-image] Dec 13 22:21:36.043 INFO O| install = pkg://helios-dev/system/kernel/dtrace/providers@0.5.11-2.0.23049:20241204T192630Z
85962024-12-13T22:21:37.390Z[ host-image] Dec 13 22:21:36.045 INFO O| install = pkg://helios-dev/system/kernel/platform@0.5.11-2.0.23049:20241204T192630Z
85972024-12-13T22:21:37.390Z[ host-image] Dec 13 22:21:36.045 INFO O| install = pkg://helios-dev/system/ksensor@0.5.11-2.0.23049:20241204T192631Z
85982024-12-13T22:21:37.439Z[ host-image] Dec 13 22:21:36.094 INFO O| install = pkg://helios-dev/system/library@0.5.11-2.0.23049:20241204T192633Z
85992024-12-13T22:21:37.439Z[ host-image] Dec 13 22:21:36.094 INFO O| install = pkg://helios-dev/system/library/bhyve@0.5.11-2.0.23049:20241204T192631Z
86002024-12-13T22:21:37.442Z[ host-image] Dec 13 22:21:36.094 INFO O| install = pkg://helios-dev/system/library/demangle@0.5.11-2.0.23049:20241204T192631Z
86012024-12-13T22:21:37.442Z[ host-image] Dec 13 22:21:36.094 INFO O| install = pkg://helios-dev/system/library/g++-runtime@14-2.0:20241021T223805Z
86022024-12-13T22:21:37.442Z[ host-image] Dec 13 22:21:36.095 INFO O| install = pkg://helios-dev/system/library/gcc-runtime@14-2.0:20241021T223750Z
86032024-12-13T22:21:37.489Z[ host-image] Dec 13 22:21:36.144 INFO O| install = pkg://helios-dev/system/library/iconv/utf-8@0.5.11-2.0.23049:20241204T192631Z
86042024-12-13T22:21:37.492Z[ host-image] Dec 13 22:21:36.144 INFO O| install = pkg://helios-dev/system/library/libdbus@1.14.6-2.0:20230621T201340Z
86052024-12-13T22:21:37.492Z[ host-image] Dec 13 22:21:36.144 INFO O| install = pkg://helios-dev/system/library/libdiskmgt@0.5.11-2.0.23049:20241204T192631Z
86062024-12-13T22:21:37.492Z[ host-image] Dec 13 22:21:36.144 INFO O| install = pkg://helios-dev/system/library/libispi@0.5.11-2.0.23049:20241204T192631Z
86072024-12-13T22:21:37.492Z[ host-image] Dec 13 22:21:36.146 INFO O| install = pkg://helios-dev/system/library/math@0.5.11-2.0.23049:20241204T192632Z
86082024-12-13T22:21:37.492Z[ host-image] Dec 13 22:21:36.147 INFO O| install = pkg://helios-dev/system/library/mozilla-nss@3.89-2.0:20230621T201725Z
86092024-12-13T22:21:37.495Z[ host-image] Dec 13 22:21:36.148 INFO O| install = pkg://helios-dev/system/library/pcap@1.10.3-2.0:20230621T201732Z
86102024-12-13T22:21:37.495Z[ host-image] Dec 13 22:21:36.149 INFO O| install = pkg://helios-dev/system/library/security/gss@0.5.11-2.0.23049:20241204T192633Z
86112024-12-13T22:21:37.495Z[ host-image] Dec 13 22:21:36.149 INFO O| install = pkg://helios-dev/system/library/security/gss/diffie-hellman@0.5.11-2.0.23049:20241204T192632Z
86122024-12-13T22:21:37.495Z[ host-image] Dec 13 22:21:36.149 INFO O| install = pkg://helios-dev/system/library/security/gss/spnego@0.5.11-2.0.23049:20241204T192633Z
86132024-12-13T22:21:37.495Z[ host-image] Dec 13 22:21:36.150 INFO O| install = pkg://helios-dev/system/library/security/libsasl@0.5.11-2.0.23049:20241204T192633Z
86142024-12-13T22:21:37.498Z[ host-image] Dec 13 22:21:36.150 INFO O| install = pkg://helios-dev/system/library/storage/scsi-plugins@0.5.11-2.0.23049:20241204T192633Z
86152024-12-13T22:21:37.498Z[ host-image] Dec 13 22:21:36.150 INFO O| install = pkg://helios-dev/system/man@0.5.11-2.0.23049:20241204T192633Z
86162024-12-13T22:21:37.501Z[ host-image] Dec 13 22:21:36.155 INFO O| install = pkg://helios-dev/system/management/snmp/net-snmp@5.9.3-2.0:20230621T192215Z
86172024-12-13T22:21:37.501Z[ host-image] Dec 13 22:21:36.155 INFO O| install = pkg://helios-dev/system/microcode/amd@20240710-2.0.23049:20241204T192634Z
86182024-12-13T22:21:37.503Z[ host-image] Dec 13 22:21:36.158 INFO O| install = pkg://helios-dev/system/microcode/intel@20240910-2.0.23049:20241204T192634Z
86192024-12-13T22:21:37.503Z[ host-image] Dec 13 22:21:36.158 INFO O| install = pkg://helios-dev/system/microcode/oxide@20240710-2.0.23049:20241204T192634Z
86202024-12-13T22:21:37.503Z[ host-image] Dec 13 22:21:36.158 INFO O| install = pkg://helios-dev/system/network@0.5.11-2.0.23049:20241204T192635Z
86212024-12-13T22:21:37.506Z[ host-image] Dec 13 22:21:36.159 INFO O| install = pkg://helios-dev/system/network/overlay@0.5.11-2.0.23049:20241204T192635Z
86222024-12-13T22:21:37.506Z[ host-image] Dec 13 22:21:36.159 INFO O| install = pkg://helios-dev/system/network/routing@0.5.11-2.0.23049:20241204T192635Z
86232024-12-13T22:21:37.506Z[ host-image] Dec 13 22:21:36.159 INFO O| install = pkg://helios-dev/system/prerequisite/gnu@0.5.11-2.0:20230621T201805Z
86242024-12-13T22:21:37.506Z[ host-image] Dec 13 22:21:36.160 INFO O| install = pkg://helios-dev/system/watch@3.3.16-2.0:20230621T201923Z
86252024-12-13T22:21:37.506Z[ host-image] Dec 13 22:21:36.160 INFO O| install = pkg://helios-dev/system/xopen/xcu4@0.5.11-2.0.23049:20241204T192637Z
86262024-12-13T22:21:37.506Z[ host-image] Dec 13 22:21:36.161 INFO O| install = pkg://helios-dev/system/zones@0.5.11-2.0.23049:20241204T192637Z
86272024-12-13T22:21:37.509Z[ host-image] Dec 13 22:21:36.161 INFO O| install = pkg://helios-dev/system/zones/brand/omicron1@1.0.22:20240315T231124Z
86282024-12-13T22:21:37.509Z[ host-image] Dec 13 22:21:36.161 INFO O| install = pkg://helios-dev/terminal/resize@352-2.0:20230621T201859Z
86292024-12-13T22:21:37.509Z[ host-image] Dec 13 22:21:36.161 INFO O| install = pkg://helios-dev/text/column@0.0.0.20181004-2.0:20230925T235046Z
86302024-12-13T22:21:37.509Z[ host-image] Dec 13 22:21:36.162 INFO O| install = pkg://helios-dev/text/less@608-2.0:20230621T202237Z
86312024-12-13T22:21:37.509Z[ host-image] Dec 13 22:21:36.162 INFO O| install = pkg://helios-dev/text/looker@0.1.0.12-2.0:20230624T124603Z
86322024-12-13T22:21:37.509Z[ host-image] Dec 13 22:21:36.163 INFO O| install = pkg://helios-dev/web/ca-bundle@5.11-2.0:20230621T202542Z
86332024-12-13T22:21:37.511Z[ host-image] Dec 13 22:21:36.165 INFO O| install = pkg://helios-dev/web/curl@8.11.1-2.0:20241211T083907Z
86342024-12-13T22:21:37.512Z[ host-image] Dec 13 22:21:36.166 INFO O| tempdir @ "/tmp/.tmpYaPcZA/tmp"
86352024-12-13T22:21:37.512Z[ host-image] Dec 13 22:21:36.166 INFO O| image root @ "/tmp/.tmpYaPcZA/tmp/root"
86362024-12-13T22:21:37.512Z[ host-image] Dec 13 22:21:36.166 INFO O| creating image...
86372024-12-13T22:21:38.709Z[ host-image] Dec 13 22:21:37.364 INFO O| copying publishers...
86382024-12-13T22:22:00.728Z[ host-image] Dec 13 22:21:59.378 INFO O| adding properties...
86392024-12-13T22:22:03.178Z[ host-image] Dec 13 22:22:01.829 INFO O| installing packages...
86402024-12-13T22:22:08.186Z[ recovery-image] Dec 13 22:22:06.835 INFO O| ok, image written!
86412024-12-13T22:22:08.186Z[ recovery-image] Dec 13 22:22:06.835 INFO O| ok, boot_image_csum file written!
86422024-12-13T22:22:08.193Z[ recovery-image] Dec 13 22:22:06.843 INFO creating boot archive (CPIO)...
86432024-12-13T22:22:08.196Z[ recovery-image] Dec 13 22:22:06.843 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
86442024-12-13T22:22:08.216Z[ recovery-image] Dec 13 22:22:06.863 INFO E| + root=/rpool/images/build/recovery/work/gimlet/ramdisk
86452024-12-13T22:22:08.216Z[ recovery-image] Dec 13 22:22:06.863 INFO E| + outfile=/work/os-recovery/cpio
86462024-12-13T22:22:08.216Z[ recovery-image] Dec 13 22:22:06.863 INFO E| + tmpdir=/work/oxidecomputer/helios/tmp/image.recovery
86472024-12-13T22:22:08.220Z[ recovery-image] Dec 13 22:22:06.866 INFO E| + cd /rpool/images/build/recovery/work/gimlet/ramdisk
86482024-12-13T22:22:08.220Z[ recovery-image] Dec 13 22:22:06.867 INFO E| + cpio -qo -H odc -O /work/os-recovery/cpio
86492024-12-13T22:22:08.263Z[ recovery-image] Dec 13 22:22:06.913 INFO E| + cd /work/oxidecomputer/helios/tmp/image.recovery
86502024-12-13T22:22:08.263Z[ recovery-image] Dec 13 22:22:06.914 INFO E| + cpio -qo -H odc -AO /work/os-recovery/cpio
86512024-12-13T22:22:08.275Z[ recovery-image] Dec 13 22:22:06.925 INFO creating compressed cpio/unix for nanobl-rs...
86522024-12-13T22:22:08.275Z[ recovery-image] Dec 13 22:22:06.925 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
86532024-12-13T22:22:08.821Z[ recovery-image] Dec 13 22:22:07.471 INFO exec: ["bash", "-c", "\'/work/oxidecomputer/helios/projects/pinprick/target/release/pinprick\' \'/work/os-recovery/cpio\' >\'/work/os-recovery/cpio.z\'"], pwd: None
86542024-12-13T22:22:15.466Z[ recovery-image] Dec 13 22:22:14.115 INFO creating reset image...
86552024-12-13T22:22:15.466Z[ recovery-image] Dec 13 22:22:14.116 INFO exec: ["cargo", "xtask", "build", "--release", "--cpioz", "/work/os-recovery/cpio.z"], pwd: Some("/work/oxidecomputer/helios/projects/phbl")
86562024-12-13T22:22:16.022Z[ recovery-image] Dec 13 22:22:14.672 INFO E| Updating crates.io index
86572024-12-13T22:22:16.171Z[ recovery-image] Dec 13 22:22:14.821 INFO E| Downloading crates ...
86582024-12-13T22:22:16.249Z[ recovery-image] Dec 13 22:22:14.899 INFO E| Downloaded duct v0.13.7
86592024-12-13T22:22:16.282Z[ recovery-image] Dec 13 22:22:14.931 INFO E| Downloaded shared_child v1.0.1
86602024-12-13T22:22:16.284Z[ recovery-image] Dec 13 22:22:14.934 INFO E| Downloaded os_pipe v1.2.1
86612024-12-13T22:22:16.287Z[ recovery-image] Dec 13 22:22:14.936 INFO E| Downloaded clap_derive v4.5.13
86622024-12-13T22:22:16.290Z[ recovery-image] Dec 13 22:22:14.940 INFO E| Downloaded clap v4.5.17
86632024-12-13T22:22:16.398Z[ recovery-image] Dec 13 22:22:15.047 INFO E| Downloaded syn v2.0.77
86642024-12-13T22:22:16.414Z[ recovery-image] Dec 13 22:22:15.063 INFO E| Downloaded clap_builder v4.5.17
86652024-12-13T22:22:16.476Z[ recovery-image] Dec 13 22:22:15.125 INFO E| Downloaded libc v0.2.158
86662024-12-13T22:22:16.639Z[ recovery-image] Dec 13 22:22:15.288 INFO E| Compiling proc-macro2 v1.0.86
86672024-12-13T22:22:16.639Z[ recovery-image] Dec 13 22:22:15.288 INFO E| Compiling unicode-ident v1.0.13
86682024-12-13T22:22:16.642Z[ recovery-image] Dec 13 22:22:15.288 INFO E| Compiling libc v0.2.158
86692024-12-13T22:22:16.642Z[ recovery-image] Dec 13 22:22:15.289 INFO E| Compiling utf8parse v0.2.2
86702024-12-13T22:22:16.642Z[ recovery-image] Dec 13 22:22:15.289 INFO E| Compiling anstyle-query v1.1.1
86712024-12-13T22:22:16.642Z[ recovery-image] Dec 13 22:22:15.289 INFO E| Compiling anstyle v1.0.8
86722024-12-13T22:22:16.642Z[ recovery-image] Dec 13 22:22:15.289 INFO E| Compiling is_terminal_polyfill v1.70.1
86732024-12-13T22:22:16.642Z[ recovery-image] Dec 13 22:22:15.289 INFO E| Compiling colorchoice v1.0.2
86742024-12-13T22:22:17.277Z[ recovery-image] Dec 13 22:22:15.926 INFO E| Compiling anstyle-parse v0.2.5
86752024-12-13T22:22:17.323Z[ recovery-image] Dec 13 22:22:15.972 INFO E| Compiling strsim v0.11.1
86762024-12-13T22:22:17.423Z[ recovery-image] Dec 13 22:22:16.060 INFO E| Compiling heck v0.5.0
86772024-12-13T22:22:17.505Z[ recovery-image] Dec 13 22:22:16.153 INFO E| Compiling clap_lex v0.7.2
86782024-12-13T22:22:17.527Z[ recovery-image] Dec 13 22:22:16.176 INFO E| Compiling once_cell v1.19.0
86792024-12-13T22:22:18.069Z[ recovery-image] Dec 13 22:22:16.717 INFO E| Compiling anstream v0.6.15
86802024-12-13T22:22:18.731Z[ recovery-image] Dec 13 22:22:17.380 INFO E| Compiling clap_builder v4.5.17
86812024-12-13T22:22:19.681Z[ recovery-image] Dec 13 22:22:18.330 INFO E| Compiling os_pipe v1.2.1
86822024-12-13T22:22:19.681Z[ recovery-image] Dec 13 22:22:18.330 INFO E| Compiling shared_child v1.0.1
86832024-12-13T22:22:19.880Z[ recovery-image] Dec 13 22:22:18.529 INFO E| Compiling quote v1.0.37
86842024-12-13T22:22:19.929Z[ recovery-image] Dec 13 22:22:18.578 INFO E| Compiling duct v0.13.7
86852024-12-13T22:22:20.601Z[ recovery-image] Dec 13 22:22:19.250 INFO E| Compiling syn v2.0.77
86862024-12-13T22:22:30.021Z[ recovery-image] Dec 13 22:22:28.668 INFO E| Compiling clap_derive v4.5.13
86872024-12-13T22:22:34.838Z[ recovery-image] Dec 13 22:22:33.484 INFO E| Compiling clap v4.5.17
86882024-12-13T22:22:34.944Z[ recovery-image] Dec 13 22:22:33.590 INFO E| Compiling xtask v0.1.0 (/work/oxidecomputer/helios/projects/phbl/xtask)
86892024-12-13T22:22:37.297Z[ host-image] Dec 13 22:22:35.943 INFO O| seeding SMF database...
86902024-12-13T22:22:37.573Z[ recovery-image] Dec 13 22:22:36.218 INFO E| Finished `dev` profile [unoptimized + debuginfo] target(s) in 21.94s
86912024-12-13T22:22:37.587Z[ recovery-image] Dec 13 22:22:36.233 INFO E| Running `xtask/target/debug/xtask build --release --cpioz /work/os-recovery/cpio.z`
86922024-12-13T22:22:37.997Z[ recovery-image] Dec 13 22:22:36.644 INFO E| Updating crates.io index
86932024-12-13T22:22:38.151Z[ recovery-image] Dec 13 22:22:36.797 INFO E| Downloading crates ...
86942024-12-13T22:22:38.228Z[ recovery-image] Dec 13 22:22:36.873 INFO E| Downloaded bit_field v0.10.2
86952024-12-13T22:22:38.233Z[ recovery-image] Dec 13 22:22:36.877 INFO E| Downloaded seq-macro v0.3.5
86962024-12-13T22:22:38.247Z[ recovery-image] Dec 13 22:22:36.893 INFO E| Downloaded bitstruct_derive v0.1.0
86972024-12-13T22:22:38.279Z[ recovery-image] Dec 13 22:22:36.925 INFO E| Downloaded bitstruct v0.1.1
86982024-12-13T22:22:38.283Z[ recovery-image] Dec 13 22:22:36.928 INFO E| Downloaded cpio_reader v0.1.1
86992024-12-13T22:22:38.315Z[ recovery-image] Dec 13 22:22:36.961 INFO E| Downloaded syn v2.0.85
87002024-12-13T22:22:38.332Z[ recovery-image] Dec 13 22:22:36.978 INFO E| Downloaded raw-cpuid v10.7.0
87012024-12-13T22:22:38.601Z[ recovery-image] Dec 13 22:22:37.247 INFO E| Downloaded x86 v0.52.0
87022024-12-13T22:22:38.714Z[ recovery-image] Dec 13 22:22:37.360 INFO E| Updating crates.io index
87032024-12-13T22:22:39.028Z[ recovery-image] Dec 13 22:22:37.672 INFO E| Downloading crates ...
87042024-12-13T22:22:39.090Z[ recovery-image] Dec 13 22:22:37.736 INFO E| Downloaded hashbrown v0.15.0
87052024-12-13T22:22:39.103Z[ recovery-image] Dec 13 22:22:37.749 INFO E| Downloaded compiler_builtins v0.1.134
87062024-12-13T22:22:39.244Z[ recovery-image] Dec 13 22:22:37.891 INFO E| Compiling compiler_builtins v0.1.134
87072024-12-13T22:22:39.245Z[ recovery-image] Dec 13 22:22:37.891 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)
87082024-12-13T22:22:39.247Z[ recovery-image] Dec 13 22:22:37.891 INFO E| Compiling proc-macro2 v1.0.89
87092024-12-13T22:22:39.247Z[ recovery-image] Dec 13 22:22:37.891 INFO E| Compiling unicode-ident v1.0.13
87102024-12-13T22:22:39.247Z[ recovery-image] Dec 13 22:22:37.891 INFO E| Compiling syn v1.0.109
87112024-12-13T22:22:39.247Z[ recovery-image] Dec 13 22:22:37.891 INFO E| Compiling x86 v0.52.0
87122024-12-13T22:22:39.247Z[ recovery-image] Dec 13 22:22:37.891 INFO E| Compiling phbl v0.1.0 (/work/oxidecomputer/helios/projects/phbl)
87132024-12-13T22:22:39.247Z[ recovery-image] Dec 13 22:22:37.891 INFO E| Compiling seq-macro v0.3.5
87142024-12-13T22:22:42.685Z[ recovery-image] Dec 13 22:22:41.330 INFO E| Compiling quote v1.0.37
87152024-12-13T22:22:43.413Z[ recovery-image] Dec 13 22:22:42.058 INFO E| Compiling syn v2.0.85
87162024-12-13T22:22:49.314Z[ recovery-image] Dec 13 22:22:47.897 INFO E| Compiling scroll_derive v0.12.0
87172024-12-13T22:22:52.503Z[ host-image] Dec 13 22:22:51.129 INFO O| configuring SMF profile...
87182024-12-13T22:22:52.529Z[ host-image] Dec 13 22:22:51.129 INFO O| modifying shadow(5)...
87192024-12-13T22:22:52.529Z[ host-image] Dec 13 22:22:51.129 INFO O| loading user and group database...
87202024-12-13T22:22:52.529Z[ host-image] Dec 13 22:22:51.129 INFO O| assessing packaged files...
87212024-12-13T22:22:55.401Z[ recovery-image] Dec 13 22:22:54.045 INFO E| Compiling bitstruct_derive v0.1.0
87222024-12-13T22:22:59.383Z[ host-image] Dec 13 22:22:58.010 INFO O| creating archive...
87232024-12-13T22:22:59.462Z[ host-image] Dec 13 22:22:58.082 INFO O| missing from packaging:
87242024-12-13T22:22:59.462Z[ host-image] Dec 13 22:22:58.082 INFO O| "etc/.pwd.lock"
87252024-12-13T22:22:59.485Z[ host-image] Dec 13 22:22:58.082 INFO O| "etc/bash"
87262024-12-13T22:22:59.485Z[ host-image] Dec 13 22:22:58.092 INFO O| "etc/svc/profile/generic.xml"
87272024-12-13T22:22:59.485Z[ host-image] Dec 13 22:22:58.092 INFO O| "etc/svc/profile/inetd_services.xml"
87282024-12-13T22:22:59.485Z[ host-image] Dec 13 22:22:58.092 INFO O| "etc/svc/profile/name_service.xml"
87292024-12-13T22:22:59.485Z[ host-image] Dec 13 22:22:58.092 INFO O| "etc/svc/profile/platform.xml"
87302024-12-13T22:22:59.485Z[ host-image] Dec 13 22:22:58.092 INFO O| "etc/svc/profile/platform_omicron1.xml"
87312024-12-13T22:22:59.485Z[ host-image] Dec 13 22:22:58.092 INFO O| "etc/svc/repository.db"
87322024-12-13T22:22:59.506Z[ host-image] Dec 13 22:22:58.120 INFO O| "opt/ooce/share"
87332024-12-13T22:22:59.506Z[ host-image] Dec 13 22:22:58.120 INFO O| "opt/ooce/share/man"
87342024-12-13T22:22:59.506Z[ host-image] Dec 13 22:22:58.120 INFO O| "opt/ooce/share/man/man1"
87352024-12-13T22:22:59.526Z[ host-image] Dec 13 22:22:58.136 INFO O| finishing archive...
87362024-12-13T22:23:03.915Z[ host-image] Dec 13 22:23:02.558 INFO O| creating gzonly manifest...
87372024-12-13T22:23:03.937Z[ host-image] Dec 13 22:23:02.580 INFO O| ok
87382024-12-13T22:23:04.117Z[ host-image] Dec 13 22:23:02.757 INFO image builder template: ramdisk-02-trim...
87392024-12-13T22:23:04.120Z[ host-image] Dec 13 22:23:02.758 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/.tmpCpDBqP/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
87402024-12-13T22:23:04.157Z[ host-image] Dec 13 22:23:02.799 INFO O| Dec 13 22:23:02.799 INFO temporary dataset: rpool/images/build/host/tmp/gimlet/ramdisk-02-trim
87412024-12-13T22:23:04.185Z[ host-image] Dec 13 22:23:02.827 INFO O| Dec 13 22:23:02.827 INFO CREATE DATASET: rpool/images/build/host/tmp/gimlet/ramdisk-02-trim
87422024-12-13T22:23:04.316Z[ host-image] Dec 13 22:23:02.958 INFO O| Dec 13 22:23:02.958 INFO SET DATASET PROPERTY ON rpool/images/build/host/tmp/gimlet/ramdisk-02-trim: sync = disabled
87432024-12-13T22:23:04.440Z[ host-image] Dec 13 22:23:03.081 INFO O| Dec 13 22:23:03.081 INFO temporary directory: /rpool/images/build/host/tmp/gimlet/ramdisk-02-trim
87442024-12-13T22:23:04.442Z[ host-image] Dec 13 22:23:03.081 INFO O| Dec 13 22:23:03.081 INFO work dataset: rpool/images/build/host/work/gimlet/ramdisk
87452024-12-13T22:23:04.450Z[ host-image] Dec 13 22:23:03.092 INFO O| Dec 13 22:23:03.092 INFO looking for output snapshot rpool/images/build/host/work/gimlet/ramdisk@trim
87462024-12-13T22:23:04.458Z[ host-image] Dec 13 22:23:03.101 INFO O| Dec 13 22:23:03.100 INFO looking for input snapshot rpool/images/build/host/work/gimlet/ramdisk@os
87472024-12-13T22:23:04.468Z[ host-image] Dec 13 22:23:03.110 INFO O| Dec 13 22:23:03.110 INFO ROLLBACK TO SNAPSHOT: rpool/images/build/host/work/gimlet/ramdisk@os
87482024-12-13T22:23:04.989Z[ host-image] Dec 13 22:23:03.629 INFO O| Dec 13 22:23:03.629 INFO rolled back to input snapshot; work may begin
87492024-12-13T22:23:05.000Z[ host-image] Dec 13 22:23:03.629 INFO O| Dec 13 22:23:03.629 INFO CREATE DATASET: rpool/images/build/host/work/gimlet/ramdisk
87502024-12-13T22:23:05.008Z[ host-image] Dec 13 22:23:03.643 INFO O| Dec 13 22:23:03.643 INFO STEP 0: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
87512024-12-13T22:23:05.023Z[ host-image] Dec 13 22:23:03.662 INFO O| Dec 13 22:23:03.662 INFO remove tree: "/rpool/images/build/host/work/gimlet/ramdisk/var/pkg"
87522024-12-13T22:23:05.101Z[ host-image] Dec 13 22:23:03.742 INFO O| Dec 13 22:23:03.742 INFO STEP 0 (remove_files) COMPLETE
87532024-12-13T22:23:05.101Z[ host-image] Dec 13 22:23:03.742 INFO O| Dec 13 22:23:03.742 INFO STEP 1: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
87542024-12-13T22:23:05.122Z[ host-image] Dec 13 22:23:03.763 INFO O| Dec 13 22:23:03.763 INFO remove tree: "/rpool/images/build/host/work/gimlet/ramdisk/usr/xpg4"
87552024-12-13T22:23:05.133Z[ host-image] Dec 13 22:23:03.765 INFO O| Dec 13 22:23:03.765 INFO STEP 1 (remove_files) COMPLETE
87562024-12-13T22:23:05.133Z[ host-image] Dec 13 22:23:03.765 INFO O| Dec 13 22:23:03.765 INFO STEP 2: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
87572024-12-13T22:23:05.177Z[ host-image] Dec 13 22:23:03.815 INFO O| Dec 13 22:23:03.815 INFO remove tree: "/rpool/images/build/host/work/gimlet/ramdisk/usr/include"
87582024-12-13T22:23:05.196Z[ host-image] Dec 13 22:23:03.838 INFO O| Dec 13 22:23:03.838 INFO STEP 2 (remove_files) COMPLETE
87592024-12-13T22:23:05.196Z[ host-image] Dec 13 22:23:03.838 INFO O| Dec 13 22:23:03.838 INFO STEP 3: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
87602024-12-13T22:23:05.221Z[ host-image] Dec 13 22:23:03.859 INFO O| Dec 13 22:23:03.859 INFO remove tree: "/rpool/images/build/host/work/gimlet/ramdisk/usr/demo"
87612024-12-13T22:23:05.234Z[ host-image] Dec 13 22:23:03.862 INFO O| Dec 13 22:23:03.862 INFO STEP 3 (remove_files) COMPLETE
87622024-12-13T22:23:05.234Z[ host-image] Dec 13 22:23:03.862 INFO O| Dec 13 22:23:03.862 INFO STEP 4: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
87632024-12-13T22:23:05.243Z[ host-image] Dec 13 22:23:03.883 INFO O| Dec 13 22:23:03.883 INFO remove tree: "/rpool/images/build/host/work/gimlet/ramdisk/usr/lib/help"
87642024-12-13T22:23:05.247Z[ host-image] Dec 13 22:23:03.889 INFO O| Dec 13 22:23:03.889 INFO STEP 4 (remove_files) COMPLETE
87652024-12-13T22:23:05.253Z[ host-image] Dec 13 22:23:03.889 INFO O| Dec 13 22:23:03.889 INFO STEP 5: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
87662024-12-13T22:23:05.269Z[ host-image] Dec 13 22:23:03.911 INFO O| Dec 13 22:23:03.911 INFO remove tree: "/rpool/images/build/host/work/gimlet/ramdisk/usr/share/doc"
87672024-12-13T22:23:05.273Z[ host-image] Dec 13 22:23:03.915 INFO O| Dec 13 22:23:03.915 INFO STEP 5 (remove_files) COMPLETE
87682024-12-13T22:23:05.276Z[ host-image] Dec 13 22:23:03.915 INFO O| Dec 13 22:23:03.915 INFO STEP 6: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
87692024-12-13T22:23:05.309Z[ host-image] Dec 13 22:23:03.949 INFO O| Dec 13 22:23:03.949 INFO remove tree: "/rpool/images/build/host/work/gimlet/ramdisk/usr/share/bash-completion"
87702024-12-13T22:23:05.324Z[ host-image] Dec 13 22:23:03.966 INFO O| Dec 13 22:23:03.966 INFO STEP 6 (remove_files) COMPLETE
87712024-12-13T22:23:05.324Z[ host-image] Dec 13 22:23:03.966 INFO O| Dec 13 22:23:03.966 INFO STEP 7: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
87722024-12-13T22:23:05.345Z[ host-image] Dec 13 22:23:03.987 INFO O| Dec 13 22:23:03.987 INFO remove tree: "/rpool/images/build/host/work/gimlet/ramdisk/usr/perl5/5.36/man"
87732024-12-13T22:23:05.367Z[ host-image] Dec 13 22:23:04.008 INFO O| Dec 13 22:23:04.007 INFO STEP 7 (remove_files) COMPLETE
87742024-12-13T22:23:05.367Z[ host-image] Dec 13 22:23:04.008 INFO O| Dec 13 22:23:04.007 INFO STEP 8: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
87752024-12-13T22:23:05.419Z[ host-image] Dec 13 22:23:04.061 INFO O| Dec 13 22:23:04.061 INFO remove tree: "/rpool/images/build/host/work/gimlet/ramdisk/usr/share/man/man3ssl"
87762024-12-13T22:23:05.557Z[ host-image] Dec 13 22:23:04.199 INFO O| Dec 13 22:23:04.199 INFO STEP 8 (remove_files) COMPLETE
87772024-12-13T22:23:05.557Z[ host-image] Dec 13 22:23:04.199 INFO O| Dec 13 22:23:04.199 INFO STEP 9: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
87782024-12-13T22:23:05.613Z[ host-image] Dec 13 22:23:04.255 INFO O| Dec 13 22:23:04.255 INFO remove tree: "/rpool/images/build/host/work/gimlet/ramdisk/usr/ssl-3/man"
87792024-12-13T22:23:05.773Z[ host-image] Dec 13 22:23:04.414 INFO O| Dec 13 22:23:04.414 INFO STEP 9 (remove_files) COMPLETE
87802024-12-13T22:23:05.773Z[ host-image] Dec 13 22:23:04.415 INFO O| Dec 13 22:23:04.414 INFO STEP 10: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
87812024-12-13T22:23:05.806Z[ host-image] Dec 13 22:23:04.448 INFO O| Dec 13 22:23:04.448 INFO remove tree: "/rpool/images/build/host/work/gimlet/ramdisk/etc/net-snmp"
87822024-12-13T22:23:05.813Z[ host-image] Dec 13 22:23:04.454 INFO O| Dec 13 22:23:04.454 INFO STEP 10 (remove_files) COMPLETE
87832024-12-13T22:23:05.813Z[ host-image] Dec 13 22:23:04.454 INFO O| Dec 13 22:23:04.454 INFO STEP 11: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
87842024-12-13T22:23:05.852Z[ host-image] Dec 13 22:23:04.494 INFO O| Dec 13 22:23:04.494 INFO remove tree: "/rpool/images/build/host/work/gimlet/ramdisk/usr/bin/i386"
87852024-12-13T22:23:05.855Z[ host-image] Dec 13 22:23:04.496 INFO O| Dec 13 22:23:04.496 INFO STEP 11 (remove_files) COMPLETE
87862024-12-13T22:23:05.855Z[ host-image] Dec 13 22:23:04.496 INFO O| Dec 13 22:23:04.496 INFO STEP 12: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
87872024-12-13T22:23:05.875Z[ host-image] Dec 13 22:23:04.517 INFO O| Dec 13 22:23:04.517 INFO remove tree: "/rpool/images/build/host/work/gimlet/ramdisk/platform/i86xpv"
87882024-12-13T22:23:05.878Z[ host-image] Dec 13 22:23:04.519 INFO O| Dec 13 22:23:04.519 INFO STEP 12 (remove_files) COMPLETE
87892024-12-13T22:23:05.878Z[ host-image] Dec 13 22:23:04.519 INFO O| Dec 13 22:23:04.519 INFO STEP 13: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
87902024-12-13T22:23:05.957Z[ host-image] Dec 13 22:23:04.599 INFO O| Dec 13 22:23:04.599 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/opt/ooce/pgsql-13/lib/libpgport_shlib.a"
87912024-12-13T22:23:05.960Z[ host-image] Dec 13 22:23:04.600 INFO O| Dec 13 22:23:04.600 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/opt/ooce/pgsql-13/lib/amd64/libpgport_shlib.a"
87922024-12-13T22:23:05.960Z[ host-image] Dec 13 22:23:04.600 INFO O| Dec 13 22:23:04.600 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/opt/ooce/pgsql-13/lib/amd64/libecpg.a"
87932024-12-13T22:23:05.960Z[ host-image] Dec 13 22:23:04.601 INFO O| Dec 13 22:23:04.600 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/opt/ooce/pgsql-13/lib/amd64/libpgcommon_shlib.a"
87942024-12-13T22:23:05.960Z[ host-image] Dec 13 22:23:04.601 INFO O| Dec 13 22:23:04.601 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/opt/ooce/pgsql-13/lib/amd64/libpgport.a"
87952024-12-13T22:23:05.960Z[ host-image] Dec 13 22:23:04.602 INFO O| Dec 13 22:23:04.601 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/opt/ooce/pgsql-13/lib/amd64/libpgtypes.a"
87962024-12-13T22:23:05.960Z[ host-image] Dec 13 22:23:04.602 INFO O| Dec 13 22:23:04.602 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/opt/ooce/pgsql-13/lib/amd64/libpq.a"
87972024-12-13T22:23:05.960Z[ host-image] Dec 13 22:23:04.602 INFO O| Dec 13 22:23:04.602 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/opt/ooce/pgsql-13/lib/amd64/libecpg_compat.a"
87982024-12-13T22:23:05.961Z[ host-image] Dec 13 22:23:04.602 INFO O| Dec 13 22:23:04.602 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/opt/ooce/pgsql-13/lib/amd64/libpgcommon.a"
87992024-12-13T22:23:05.961Z[ host-image] Dec 13 22:23:04.602 INFO O| Dec 13 22:23:04.602 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/opt/ooce/pgsql-13/lib/libpq.a"
88002024-12-13T22:23:05.964Z[ host-image] Dec 13 22:23:04.603 INFO O| Dec 13 22:23:04.603 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/opt/ooce/pgsql-13/lib/libpgtypes.a"
88012024-12-13T22:23:05.964Z[ host-image] Dec 13 22:23:04.603 INFO O| Dec 13 22:23:04.603 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/opt/ooce/pgsql-13/lib/libpgport.a"
88022024-12-13T22:23:05.964Z[ host-image] Dec 13 22:23:04.603 INFO O| Dec 13 22:23:04.603 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/opt/ooce/pgsql-13/lib/libpgcommon_shlib.a"
88032024-12-13T22:23:05.964Z[ host-image] Dec 13 22:23:04.603 INFO O| Dec 13 22:23:04.603 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/opt/ooce/pgsql-13/lib/libecpg.a"
88042024-12-13T22:23:05.964Z[ host-image] Dec 13 22:23:04.604 INFO O| Dec 13 22:23:04.604 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/opt/ooce/pgsql-13/lib/libpgcommon.a"
88052024-12-13T22:23:05.964Z[ host-image] Dec 13 22:23:04.604 INFO O| Dec 13 22:23:04.604 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/opt/ooce/pgsql-13/lib/libecpg_compat.a"
88062024-12-13T22:23:05.964Z[ host-image] Dec 13 22:23:04.605 INFO O| Dec 13 22:23:04.605 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/opt/ooce/jq/lib/amd64/libjq.a"
88072024-12-13T22:23:06.478Z[ host-image] Dec 13 22:23:05.120 INFO O| Dec 13 22:23:05.120 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/usr/lib/libtddl.a"
88082024-12-13T22:23:06.481Z[ host-image] Dec 13 22:23:05.121 INFO O| Dec 13 22:23:05.121 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/usr/lib/libncurses++.a"
88092024-12-13T22:23:06.483Z[ host-image] Dec 13 22:23:05.124 INFO O| Dec 13 22:23:05.124 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/usr/lib/amd64/libncurses++.a"
88102024-12-13T22:23:06.487Z[ host-image] Dec 13 22:23:05.129 INFO O| Dec 13 22:23:05.129 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/usr/lib/amd64/libtddl.a"
88112024-12-13T22:23:06.679Z[ host-image] Dec 13 22:23:05.321 INFO O| Dec 13 22:23:05.321 INFO STEP 13 (remove_files) COMPLETE
88122024-12-13T22:23:06.679Z[ host-image] Dec 13 22:23:05.321 INFO O| Dec 13 22:23:05.321 INFO STEP 14: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
88132024-12-13T22:23:06.703Z[ host-image] Dec 13 22:23:05.345 INFO O| Dec 13 22:23:05.345 INFO remove tree: "/rpool/images/build/host/work/gimlet/ramdisk/boot"
88142024-12-13T22:23:06.718Z[ host-image] Dec 13 22:23:05.348 INFO O| Dec 13 22:23:05.348 INFO STEP 14 (remove_files) COMPLETE
88152024-12-13T22:23:06.718Z[ host-image] Dec 13 22:23:05.348 INFO O| Dec 13 22:23:05.348 INFO STEP 15: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
88162024-12-13T22:23:06.744Z[ host-image] Dec 13 22:23:05.386 INFO O| Dec 13 22:23:05.386 INFO remove tree: "/rpool/images/build/host/work/gimlet/ramdisk/platform/i86pc"
88172024-12-13T22:23:06.755Z[ host-image] Dec 13 22:23:05.396 INFO O| Dec 13 22:23:05.396 INFO STEP 15 (remove_files) COMPLETE
88182024-12-13T22:23:06.755Z[ host-image] Dec 13 22:23:05.396 INFO O| Dec 13 22:23:05.396 INFO STEP 16: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
88192024-12-13T22:23:06.777Z[ host-image] Dec 13 22:23:05.418 INFO O| Dec 13 22:23:05.418 INFO remove tree: "/rpool/images/build/host/work/gimlet/ramdisk/usr/platform/i86xpv"
88202024-12-13T22:23:06.781Z[ host-image] Dec 13 22:23:05.419 INFO O| Dec 13 22:23:05.419 INFO STEP 16 (remove_files) COMPLETE
88212024-12-13T22:23:06.781Z[ host-image] Dec 13 22:23:05.419 INFO O| Dec 13 22:23:05.419 INFO STEP 17: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
88222024-12-13T22:23:06.804Z[ host-image] Dec 13 22:23:05.441 INFO O| Dec 13 22:23:05.441 INFO remove tree: "/rpool/images/build/host/work/gimlet/ramdisk/usr/platform/i86pc"
88232024-12-13T22:23:06.807Z[ host-image] Dec 13 22:23:05.443 INFO O| Dec 13 22:23:05.443 INFO STEP 17 (remove_files) COMPLETE
88242024-12-13T22:23:06.807Z[ host-image] Dec 13 22:23:05.444 INFO O| Dec 13 22:23:05.443 INFO STEP 18: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
88252024-12-13T22:23:06.826Z[ host-image] Dec 13 22:23:05.467 INFO O| Dec 13 22:23:05.466 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/kernel/misc/amd64/acpica"
88262024-12-13T22:23:06.826Z[ host-image] Dec 13 22:23:05.467 INFO O| Dec 13 22:23:05.467 INFO STEP 18 (remove_files) COMPLETE
88272024-12-13T22:23:06.826Z[ host-image] Dec 13 22:23:05.467 INFO O| Dec 13 22:23:05.467 INFO STEP 19: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
88282024-12-13T22:23:06.850Z[ host-image] Dec 13 22:23:05.491 INFO O| Dec 13 22:23:05.491 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/kernel/misc/amd64/tem"
88292024-12-13T22:23:06.850Z[ host-image] Dec 13 22:23:05.491 INFO O| Dec 13 22:23:05.491 INFO STEP 19 (remove_files) COMPLETE
88302024-12-13T22:23:06.850Z[ host-image] Dec 13 22:23:05.491 INFO O| Dec 13 22:23:05.491 INFO STEP 20: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
88312024-12-13T22:23:06.886Z[ host-image] Dec 13 22:23:05.528 INFO O| Dec 13 22:23:05.528 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/kernel/misc/amd64/kbtrans"
88322024-12-13T22:23:06.886Z[ host-image] Dec 13 22:23:05.528 INFO O| Dec 13 22:23:05.528 INFO STEP 20 (remove_files) COMPLETE
88332024-12-13T22:23:06.889Z[ host-image] Dec 13 22:23:05.528 INFO O| Dec 13 22:23:05.528 INFO STEP 21: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
88342024-12-13T22:23:06.907Z[ host-image] Dec 13 22:23:05.549 INFO O| Dec 13 22:23:05.549 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/kernel/drv/amd64/wc"
88352024-12-13T22:23:06.907Z[ host-image] Dec 13 22:23:05.549 INFO O| Dec 13 22:23:05.549 INFO STEP 21 (remove_files) COMPLETE
88362024-12-13T22:23:06.907Z[ host-image] Dec 13 22:23:05.549 INFO O| Dec 13 22:23:05.549 INFO STEP 22: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
88372024-12-13T22:23:06.964Z[ host-image] Dec 13 22:23:05.606 INFO O| Dec 13 22:23:05.606 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/kernel/drv/amd64/acpi_drv"
88382024-12-13T22:23:06.964Z[ host-image] Dec 13 22:23:05.606 INFO O| Dec 13 22:23:05.606 INFO STEP 22 (remove_files) COMPLETE
88392024-12-13T22:23:06.964Z[ host-image] Dec 13 22:23:05.606 INFO O| Dec 13 22:23:05.606 INFO STEP 23: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
88402024-12-13T22:23:06.988Z[ host-image] Dec 13 22:23:05.630 INFO O| Dec 13 22:23:05.629 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/kernel/drv/amd64/conskbd"
88412024-12-13T22:23:06.988Z[ host-image] Dec 13 22:23:05.630 INFO O| Dec 13 22:23:05.630 INFO STEP 23 (remove_files) COMPLETE
88422024-12-13T22:23:06.991Z[ host-image] Dec 13 22:23:05.630 INFO O| Dec 13 22:23:05.630 INFO STEP 24: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
88432024-12-13T22:23:07.023Z[ host-image] Dec 13 22:23:05.664 INFO O| Dec 13 22:23:05.664 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/kernel/drv/amd64/tzmon"
88442024-12-13T22:23:07.023Z[ host-image] Dec 13 22:23:05.665 INFO O| Dec 13 22:23:05.665 INFO STEP 24 (remove_files) COMPLETE
88452024-12-13T22:23:07.023Z[ host-image] Dec 13 22:23:05.665 INFO O| Dec 13 22:23:05.665 INFO STEP 25: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
88462024-12-13T22:23:07.044Z[ host-image] Dec 13 22:23:05.686 INFO O| Dec 13 22:23:05.686 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/kernel/drv/amd64/power"
88472024-12-13T22:23:07.044Z[ host-image] Dec 13 22:23:05.686 INFO O| Dec 13 22:23:05.686 INFO STEP 25 (remove_files) COMPLETE
88482024-12-13T22:23:07.044Z[ host-image] Dec 13 22:23:05.686 INFO O| Dec 13 22:23:05.686 INFO STEP 26: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
88492024-12-13T22:23:07.092Z[ host-image] Dec 13 22:23:05.734 INFO O| Dec 13 22:23:05.734 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/kernel/drv/amd64/audio"
88502024-12-13T22:23:07.092Z[ host-image] Dec 13 22:23:05.734 INFO O| Dec 13 22:23:05.734 INFO STEP 26 (remove_files) COMPLETE
88512024-12-13T22:23:07.092Z[ host-image] Dec 13 22:23:05.734 INFO O| Dec 13 22:23:05.734 INFO STEP 27: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
88522024-12-13T22:23:07.113Z[ host-image] Dec 13 22:23:05.755 INFO O| Dec 13 22:23:05.755 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/kernel/drv/amd64/audio1575"
88532024-12-13T22:23:07.113Z[ host-image] Dec 13 22:23:05.755 INFO O| Dec 13 22:23:05.755 INFO STEP 27 (remove_files) COMPLETE
88542024-12-13T22:23:07.113Z[ host-image] Dec 13 22:23:05.755 INFO O| Dec 13 22:23:05.755 INFO STEP 28: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
88552024-12-13T22:23:07.133Z[ host-image] Dec 13 22:23:05.775 INFO O| Dec 13 22:23:05.775 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/kernel/drv/amd64/audioens"
88562024-12-13T22:23:07.133Z[ host-image] Dec 13 22:23:05.775 INFO O| Dec 13 22:23:05.775 INFO STEP 28 (remove_files) COMPLETE
88572024-12-13T22:23:07.136Z[ host-image] Dec 13 22:23:05.775 INFO O| Dec 13 22:23:05.775 INFO STEP 29: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
88582024-12-13T22:23:07.158Z[ host-image] Dec 13 22:23:05.800 INFO O| Dec 13 22:23:05.800 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/kernel/drv/amd64/audiopci"
88592024-12-13T22:23:07.161Z[ host-image] Dec 13 22:23:05.800 INFO O| Dec 13 22:23:05.800 INFO STEP 29 (remove_files) COMPLETE
88602024-12-13T22:23:07.161Z[ host-image] Dec 13 22:23:05.801 INFO O| Dec 13 22:23:05.801 INFO STEP 30: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
88612024-12-13T22:23:07.181Z[ host-image] Dec 13 22:23:05.823 INFO O| Dec 13 22:23:05.823 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/kernel/drv/amd64/audiots"
88622024-12-13T22:23:07.184Z[ host-image] Dec 13 22:23:05.823 INFO O| Dec 13 22:23:05.823 INFO STEP 30 (remove_files) COMPLETE
88632024-12-13T22:23:07.184Z[ host-image] Dec 13 22:23:05.823 INFO O| Dec 13 22:23:05.823 INFO STEP 31: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
88642024-12-13T22:23:07.203Z[ host-image] Dec 13 22:23:05.845 INFO O| Dec 13 22:23:05.845 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/kernel/drv/amd64/ehci"
88652024-12-13T22:23:07.206Z[ host-image] Dec 13 22:23:05.846 INFO O| Dec 13 22:23:05.845 INFO STEP 31 (remove_files) COMPLETE
88662024-12-13T22:23:07.206Z[ host-image] Dec 13 22:23:05.846 INFO O| Dec 13 22:23:05.846 INFO STEP 32: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
88672024-12-13T22:23:07.240Z[ host-image] Dec 13 22:23:05.882 INFO O| Dec 13 22:23:05.882 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/kernel/drv/amd64/hid"
88682024-12-13T22:23:07.240Z[ host-image] Dec 13 22:23:05.882 INFO O| Dec 13 22:23:05.882 INFO STEP 32 (remove_files) COMPLETE
88692024-12-13T22:23:07.243Z[ host-image] Dec 13 22:23:05.882 INFO O| Dec 13 22:23:05.882 INFO STEP 33: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
88702024-12-13T22:23:07.261Z[ host-image] Dec 13 22:23:05.903 INFO O| Dec 13 22:23:05.903 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/kernel/drv/amd64/hubd"
88712024-12-13T22:23:07.262Z[ host-image] Dec 13 22:23:05.903 INFO O| Dec 13 22:23:05.903 INFO STEP 33 (remove_files) COMPLETE
88722024-12-13T22:23:07.262Z[ host-image] Dec 13 22:23:05.903 INFO O| Dec 13 22:23:05.903 INFO STEP 34: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
88732024-12-13T22:23:07.298Z[ host-image] Dec 13 22:23:05.939 INFO O| Dec 13 22:23:05.939 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/kernel/drv/amd64/ohci"
88742024-12-13T22:23:07.298Z[ host-image] Dec 13 22:23:05.939 INFO O| Dec 13 22:23:05.939 INFO STEP 34 (remove_files) COMPLETE
88752024-12-13T22:23:07.302Z[ host-image] Dec 13 22:23:05.939 INFO O| Dec 13 22:23:05.939 INFO STEP 35: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
88762024-12-13T22:23:07.319Z[ host-image] Dec 13 22:23:05.959 INFO O| Dec 13 22:23:05.959 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/kernel/drv/amd64/scsa2usb"
88772024-12-13T22:23:07.319Z[ host-image] Dec 13 22:23:05.959 INFO O| Dec 13 22:23:05.959 INFO STEP 35 (remove_files) COMPLETE
88782024-12-13T22:23:07.319Z[ host-image] Dec 13 22:23:05.959 INFO O| Dec 13 22:23:05.959 INFO STEP 36: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
88792024-12-13T22:23:07.366Z[ host-image] Dec 13 22:23:05.995 INFO O| Dec 13 22:23:05.995 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/kernel/drv/amd64/uhci"
88802024-12-13T22:23:07.366Z[ host-image] Dec 13 22:23:05.995 INFO O| Dec 13 22:23:05.995 INFO STEP 36 (remove_files) COMPLETE
88812024-12-13T22:23:07.366Z[ host-image] Dec 13 22:23:05.995 INFO O| Dec 13 22:23:05.995 INFO STEP 37: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
88822024-12-13T22:23:07.376Z[ host-image] Dec 13 22:23:06.018 INFO O| Dec 13 22:23:06.018 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/kernel/drv/amd64/usb_ac"
88832024-12-13T22:23:07.379Z[ host-image] Dec 13 22:23:06.018 INFO O| Dec 13 22:23:06.018 INFO STEP 37 (remove_files) COMPLETE
88842024-12-13T22:23:07.379Z[ host-image] Dec 13 22:23:06.018 INFO O| Dec 13 22:23:06.018 INFO STEP 38: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
88852024-12-13T22:23:07.411Z[ host-image] Dec 13 22:23:06.053 INFO O| Dec 13 22:23:06.052 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/kernel/drv/amd64/usb_as"
88862024-12-13T22:23:07.411Z[ host-image] Dec 13 22:23:06.053 INFO O| Dec 13 22:23:06.053 INFO STEP 38 (remove_files) COMPLETE
88872024-12-13T22:23:07.414Z[ host-image] Dec 13 22:23:06.053 INFO O| Dec 13 22:23:06.053 INFO STEP 39: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
88882024-12-13T22:23:07.489Z[ host-image] Dec 13 22:23:06.130 INFO O| Dec 13 22:23:06.130 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/kernel/drv/amd64/usb_ia"
88892024-12-13T22:23:07.489Z[ host-image] Dec 13 22:23:06.130 INFO O| Dec 13 22:23:06.130 INFO STEP 39 (remove_files) COMPLETE
88902024-12-13T22:23:07.489Z[ host-image] Dec 13 22:23:06.130 INFO O| Dec 13 22:23:06.130 INFO STEP 40: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
88912024-12-13T22:23:07.521Z[ host-image] Dec 13 22:23:06.163 INFO O| Dec 13 22:23:06.163 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/kernel/drv/amd64/usb_mid"
88922024-12-13T22:23:07.521Z[ host-image] Dec 13 22:23:06.163 INFO O| Dec 13 22:23:06.163 INFO STEP 40 (remove_files) COMPLETE
88932024-12-13T22:23:07.525Z[ host-image] Dec 13 22:23:06.163 INFO O| Dec 13 22:23:06.163 INFO STEP 41: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
88942024-12-13T22:23:07.541Z[ host-image] Dec 13 22:23:06.183 INFO O| Dec 13 22:23:06.183 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/kernel/drv/amd64/usbprn"
88952024-12-13T22:23:07.541Z[ host-image] Dec 13 22:23:06.183 INFO O| Dec 13 22:23:06.183 INFO STEP 41 (remove_files) COMPLETE
88962024-12-13T22:23:07.544Z[ host-image] Dec 13 22:23:06.184 INFO O| Dec 13 22:23:06.183 INFO STEP 42: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
88972024-12-13T22:23:07.562Z[ host-image] Dec 13 22:23:06.204 INFO O| Dec 13 22:23:06.204 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/kernel/drv/amd64/xhci"
88982024-12-13T22:23:07.565Z[ host-image] Dec 13 22:23:06.204 INFO O| Dec 13 22:23:06.204 INFO STEP 42 (remove_files) COMPLETE
88992024-12-13T22:23:07.565Z[ host-image] Dec 13 22:23:06.204 INFO O| Dec 13 22:23:06.204 INFO STEP 43: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
89002024-12-13T22:23:07.583Z[ host-image] Dec 13 22:23:06.225 INFO O| Dec 13 22:23:06.224 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/kernel/drv/amd64/intel_nhm"
89012024-12-13T22:23:07.585Z[ host-image] Dec 13 22:23:06.225 INFO O| Dec 13 22:23:06.225 INFO STEP 43 (remove_files) COMPLETE
89022024-12-13T22:23:07.585Z[ host-image] Dec 13 22:23:06.225 INFO O| Dec 13 22:23:06.225 INFO STEP 44: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
89032024-12-13T22:23:07.615Z[ host-image] Dec 13 22:23:06.257 INFO O| Dec 13 22:23:06.256 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/kernel/drv/amd64/intel_nb5000"
89042024-12-13T22:23:07.617Z[ host-image] Dec 13 22:23:06.257 INFO O| Dec 13 22:23:06.257 INFO STEP 44 (remove_files) COMPLETE
89052024-12-13T22:23:07.617Z[ host-image] Dec 13 22:23:06.257 INFO O| Dec 13 22:23:06.257 INFO STEP 45: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
89062024-12-13T22:23:07.636Z[ host-image] Dec 13 22:23:06.278 INFO O| Dec 13 22:23:06.278 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/kernel/drv/amd64/mc-amd"
89072024-12-13T22:23:07.639Z[ host-image] Dec 13 22:23:06.278 INFO O| Dec 13 22:23:06.278 INFO STEP 45 (remove_files) COMPLETE
89082024-12-13T22:23:07.639Z[ host-image] Dec 13 22:23:06.279 INFO O| Dec 13 22:23:06.278 INFO STEP 46: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
89092024-12-13T22:23:07.658Z[ host-image] Dec 13 22:23:06.300 INFO O| Dec 13 22:23:06.300 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/kernel/drv/amd64/acpi_toshiba"
89102024-12-13T22:23:07.661Z[ host-image] Dec 13 22:23:06.300 INFO O| Dec 13 22:23:06.300 INFO STEP 46 (remove_files) COMPLETE
89112024-12-13T22:23:07.661Z[ host-image] Dec 13 22:23:06.300 INFO O| Dec 13 22:23:06.300 INFO STEP 47: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
89122024-12-13T22:23:07.679Z[ host-image] Dec 13 22:23:06.321 INFO O| Dec 13 22:23:06.321 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/kernel/drv/amd64/intel_nhmex"
89132024-12-13T22:23:07.684Z[ host-image] Dec 13 22:23:06.322 INFO O| Dec 13 22:23:06.322 INFO STEP 47 (remove_files) COMPLETE
89142024-12-13T22:23:07.684Z[ host-image] Dec 13 22:23:06.322 INFO O| Dec 13 22:23:06.322 INFO STEP 48: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
89152024-12-13T22:23:07.703Z[ host-image] Dec 13 22:23:06.344 INFO O| Dec 13 22:23:06.344 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/kernel/drv/intel_nhmex.conf"
89162024-12-13T22:23:07.703Z[ host-image] Dec 13 22:23:06.344 INFO O| Dec 13 22:23:06.344 INFO STEP 48 (remove_files) COMPLETE
89172024-12-13T22:23:07.703Z[ host-image] Dec 13 22:23:06.344 INFO O| Dec 13 22:23:06.344 INFO STEP 49: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
89182024-12-13T22:23:07.724Z[ host-image] Dec 13 22:23:06.366 INFO O| Dec 13 22:23:06.366 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/kernel/drv/amd64/mpt"
89192024-12-13T22:23:07.724Z[ host-image] Dec 13 22:23:06.366 INFO O| Dec 13 22:23:06.366 INFO STEP 49 (remove_files) COMPLETE
89202024-12-13T22:23:07.724Z[ host-image] Dec 13 22:23:06.366 INFO O| Dec 13 22:23:06.366 INFO STEP 50: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
89212024-12-13T22:23:07.745Z[ host-image] Dec 13 22:23:06.386 INFO O| Dec 13 22:23:06.386 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/kernel/drv/mpt.conf"
89222024-12-13T22:23:07.745Z[ host-image] Dec 13 22:23:06.386 INFO O| Dec 13 22:23:06.386 INFO STEP 50 (remove_files) COMPLETE
89232024-12-13T22:23:07.747Z[ host-image] Dec 13 22:23:06.386 INFO O| Dec 13 22:23:06.386 INFO STEP 51: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
89242024-12-13T22:23:07.765Z[ host-image] Dec 13 22:23:06.406 INFO O| Dec 13 22:23:06.406 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/usr/lib/fm/fmd/plugins/ses-log-transport.so"
89252024-12-13T22:23:07.765Z[ host-image] Dec 13 22:23:06.406 INFO O| Dec 13 22:23:06.406 INFO STEP 51 (remove_files) COMPLETE
89262024-12-13T22:23:07.765Z[ host-image] Dec 13 22:23:06.406 INFO O| Dec 13 22:23:06.406 INFO STEP 52: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
89272024-12-13T22:23:07.793Z[ host-image] Dec 13 22:23:06.434 INFO O| Dec 13 22:23:06.434 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/usr/lib/fm/fmd/plugins/ses-log-transport.conf"
89282024-12-13T22:23:07.796Z[ host-image] Dec 13 22:23:06.434 INFO O| Dec 13 22:23:06.434 INFO STEP 52 (remove_files) COMPLETE
89292024-12-13T22:23:07.796Z[ host-image] Dec 13 22:23:06.435 INFO O| Dec 13 22:23:06.435 INFO STEP 53: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
89302024-12-13T22:23:07.825Z[ host-image] Dec 13 22:23:06.467 INFO O| Dec 13 22:23:06.467 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/sbin/bootadm"
89312024-12-13T22:23:07.828Z[ host-image] Dec 13 22:23:06.467 INFO O| Dec 13 22:23:06.467 INFO STEP 53 (remove_files) COMPLETE
89322024-12-13T22:23:07.828Z[ host-image] Dec 13 22:23:06.468 INFO O| Dec 13 22:23:06.467 INFO STEP 54: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
89332024-12-13T22:23:07.864Z[ host-image] Dec 13 22:23:06.505 INFO O| Dec 13 22:23:06.505 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/usr/sbin/bootadm"
89342024-12-13T22:23:07.868Z[ host-image] Dec 13 22:23:06.505 INFO O| Dec 13 22:23:06.505 INFO STEP 54 (remove_files) COMPLETE
89352024-12-13T22:23:07.868Z[ host-image] Dec 13 22:23:06.505 INFO O| Dec 13 22:23:06.505 INFO STEP 55: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
89362024-12-13T22:23:07.885Z[ host-image] Dec 13 22:23:06.527 INFO O| Dec 13 22:23:06.527 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/sbin/beadm"
89372024-12-13T22:23:07.889Z[ host-image] Dec 13 22:23:06.527 INFO O| Dec 13 22:23:06.527 INFO STEP 55 (remove_files) COMPLETE
89382024-12-13T22:23:07.889Z[ host-image] Dec 13 22:23:06.528 INFO O| Dec 13 22:23:06.527 INFO STEP 56: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
89392024-12-13T22:23:07.906Z[ host-image] Dec 13 22:23:06.548 INFO O| Dec 13 22:23:06.548 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/usr/sbin/beadm"
89402024-12-13T22:23:07.909Z[ host-image] Dec 13 22:23:06.548 INFO O| Dec 13 22:23:06.548 INFO STEP 56 (remove_files) COMPLETE
89412024-12-13T22:23:07.909Z[ host-image] Dec 13 22:23:06.549 INFO O| Dec 13 22:23:06.548 INFO STEP 57: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
89422024-12-13T22:23:07.933Z[ host-image] Dec 13 22:23:06.574 INFO O| Dec 13 22:23:06.574 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/etc/default/tar"
89432024-12-13T22:23:07.933Z[ host-image] Dec 13 22:23:06.574 INFO O| Dec 13 22:23:06.574 INFO STEP 57 (remove_files) COMPLETE
89442024-12-13T22:23:07.933Z[ host-image] Dec 13 22:23:06.574 INFO O| Dec 13 22:23:06.574 INFO STEP 58: ensure_file, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
89452024-12-13T22:23:07.984Z[ host-image] Dec 13 22:23:06.626 INFO O| Dec 13 22:23:06.626 WARN file /rpool/images/build/host/work/gimlet/ramdisk/lib/svc/method/keymap exists, with wrong contents, unlinking
89462024-12-13T22:23:07.984Z[ host-image] Dec 13 22:23:06.626 INFO O| Dec 13 22:23:06.626 INFO writing /rpool/images/build/host/work/gimlet/ramdisk/lib/svc/method/keymap ...
89472024-12-13T22:23:07.987Z[ host-image] Dec 13 22:23:06.626 INFO O| Dec 13 22:23:06.626 INFO perms are 644, should be 755, path: /rpool/images/build/host/work/gimlet/ramdisk/lib/svc/method/keymap
89482024-12-13T22:23:07.987Z[ host-image] Dec 13 22:23:06.626 INFO O| Dec 13 22:23:06.626 INFO chmod ok, path: /rpool/images/build/host/work/gimlet/ramdisk/lib/svc/method/keymap
89492024-12-13T22:23:07.987Z[ host-image] Dec 13 22:23:06.627 INFO O| Dec 13 22:23:06.626 INFO ownership wrong (Id(0):Id(0), not 0:2), path: /rpool/images/build/host/work/gimlet/ramdisk/lib/svc/method/keymap
89502024-12-13T22:23:07.987Z[ host-image] Dec 13 22:23:06.627 INFO O| Dec 13 22:23:06.627 INFO chown ok, path: /rpool/images/build/host/work/gimlet/ramdisk/lib/svc/method/keymap
89512024-12-13T22:23:07.987Z[ host-image] Dec 13 22:23:06.627 INFO O| Dec 13 22:23:06.627 INFO ok!
89522024-12-13T22:23:07.987Z[ host-image] Dec 13 22:23:06.627 INFO O| Dec 13 22:23:06.627 INFO STEP 58 (ensure_file) COMPLETE
89532024-12-13T22:23:07.987Z[ host-image] Dec 13 22:23:06.627 INFO O| Dec 13 22:23:06.627 INFO STEP 59: ensure_file, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
89542024-12-13T22:23:08.031Z[ host-image] Dec 13 22:23:06.671 INFO O| Dec 13 22:23:06.671 WARN file /rpool/images/build/host/work/gimlet/ramdisk/lib/svc/bin/rootisramdisk exists, with wrong contents, unlinking
89552024-12-13T22:23:08.031Z[ host-image] Dec 13 22:23:06.672 INFO O| Dec 13 22:23:06.672 INFO copying /work/oxidecomputer/helios/image/templates/files/rootisramdisk -> /rpool/images/build/host/work/gimlet/ramdisk/lib/svc/bin/rootisramdisk ...
89562024-12-13T22:23:08.034Z[ host-image] Dec 13 22:23:06.672 INFO O| Dec 13 22:23:06.672 INFO perms are 644, should be 755, path: /rpool/images/build/host/work/gimlet/ramdisk/lib/svc/bin/rootisramdisk
89572024-12-13T22:23:08.034Z[ host-image] Dec 13 22:23:06.672 INFO O| Dec 13 22:23:06.672 INFO chmod ok, path: /rpool/images/build/host/work/gimlet/ramdisk/lib/svc/bin/rootisramdisk
89582024-12-13T22:23:08.034Z[ host-image] Dec 13 22:23:06.672 INFO O| Dec 13 22:23:06.672 INFO ownership wrong (Id(0):Id(0), not 0:3), path: /rpool/images/build/host/work/gimlet/ramdisk/lib/svc/bin/rootisramdisk
89592024-12-13T22:23:08.034Z[ host-image] Dec 13 22:23:06.672 INFO O| Dec 13 22:23:06.672 INFO chown ok, path: /rpool/images/build/host/work/gimlet/ramdisk/lib/svc/bin/rootisramdisk
89602024-12-13T22:23:08.034Z[ host-image] Dec 13 22:23:06.672 INFO O| Dec 13 22:23:06.672 INFO ok!
89612024-12-13T22:23:08.034Z[ host-image] Dec 13 22:23:06.672 INFO O| Dec 13 22:23:06.672 INFO STEP 59 (ensure_file) COMPLETE
89622024-12-13T22:23:08.034Z[ host-image] Dec 13 22:23:06.672 INFO O| Dec 13 22:23:06.672 INFO STEP 60: ensure_file, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
89632024-12-13T22:23:08.050Z[ host-image] Dec 13 22:23:06.692 INFO O| Dec 13 22:23:06.692 INFO file /rpool/images/build/host/work/gimlet/ramdisk/root/.bash_profile does not exist
89642024-12-13T22:23:08.050Z[ host-image] Dec 13 22:23:06.692 INFO O| Dec 13 22:23:06.692 INFO copying /work/oxidecomputer/helios/image/templates/files/bash_profile -> /rpool/images/build/host/work/gimlet/ramdisk/root/.bash_profile ...
89652024-12-13T22:23:08.050Z[ host-image] Dec 13 22:23:06.692 INFO O| Dec 13 22:23:06.692 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/ramdisk/root/.bash_profile
89662024-12-13T22:23:08.053Z[ host-image] Dec 13 22:23:06.692 INFO O| Dec 13 22:23:06.692 INFO ok!
89672024-12-13T22:23:08.053Z[ host-image] Dec 13 22:23:06.692 INFO O| Dec 13 22:23:06.692 INFO STEP 60 (ensure_file) COMPLETE
89682024-12-13T22:23:08.053Z[ host-image] Dec 13 22:23:06.692 INFO O| Dec 13 22:23:06.692 INFO STEP 61: ensure_file, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
89692024-12-13T22:23:08.085Z[ host-image] Dec 13 22:23:06.726 INFO O| Dec 13 22:23:06.726 WARN file /rpool/images/build/host/work/gimlet/ramdisk/root/.bashrc exists, with wrong contents, unlinking
89702024-12-13T22:23:08.085Z[ host-image] Dec 13 22:23:06.727 INFO O| Dec 13 22:23:06.726 INFO copying /work/oxidecomputer/helios/image/templates/files/bashrc -> /rpool/images/build/host/work/gimlet/ramdisk/root/.bashrc ...
89712024-12-13T22:23:08.089Z[ host-image] Dec 13 22:23:06.727 INFO O| Dec 13 22:23:06.727 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/ramdisk/root/.bashrc
89722024-12-13T22:23:08.089Z[ host-image] Dec 13 22:23:06.727 INFO O| Dec 13 22:23:06.727 INFO ok!
89732024-12-13T22:23:08.089Z[ host-image] Dec 13 22:23:06.727 INFO O| Dec 13 22:23:06.727 INFO STEP 61 (ensure_file) COMPLETE
89742024-12-13T22:23:08.089Z[ host-image] Dec 13 22:23:06.727 INFO O| Dec 13 22:23:06.727 INFO STEP 62: ensure_file, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
89752024-12-13T22:23:08.124Z[ host-image] Dec 13 22:23:06.764 INFO O| Dec 13 22:23:06.764 WARN file /rpool/images/build/host/work/gimlet/ramdisk/etc/motd exists, with wrong contents, unlinking
89762024-12-13T22:23:08.124Z[ host-image] Dec 13 22:23:06.764 INFO O| Dec 13 22:23:06.764 INFO copying /work/oxidecomputer/helios/image/templates/files/motd -> /rpool/images/build/host/work/gimlet/ramdisk/etc/motd ...
89772024-12-13T22:23:08.124Z[ host-image] Dec 13 22:23:06.764 INFO O| Dec 13 22:23:06.764 INFO ownership wrong (Id(0):Id(0), not 0:3), path: /rpool/images/build/host/work/gimlet/ramdisk/etc/motd
89782024-12-13T22:23:08.127Z[ host-image] Dec 13 22:23:06.765 INFO O| Dec 13 22:23:06.764 INFO chown ok, path: /rpool/images/build/host/work/gimlet/ramdisk/etc/motd
89792024-12-13T22:23:08.127Z[ host-image] Dec 13 22:23:06.765 INFO O| Dec 13 22:23:06.765 INFO ok!
89802024-12-13T22:23:08.127Z[ host-image] Dec 13 22:23:06.765 INFO O| Dec 13 22:23:06.765 INFO STEP 62 (ensure_file) COMPLETE
89812024-12-13T22:23:08.127Z[ host-image] Dec 13 22:23:06.765 INFO O| Dec 13 22:23:06.765 INFO STEP 63: ensure_file, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
89822024-12-13T22:23:08.160Z[ host-image] Dec 13 22:23:06.802 INFO O| Dec 13 22:23:06.802 INFO file /rpool/images/build/host/work/gimlet/ramdisk/etc/system.d/zfs:dbuf does not exist
89832024-12-13T22:23:08.160Z[ host-image] Dec 13 22:23:06.802 INFO O| Dec 13 22:23:06.802 INFO copying /work/oxidecomputer/helios/image/templates/files/gimlet-system-zfs:dbuf -> /rpool/images/build/host/work/gimlet/ramdisk/etc/system.d/zfs:dbuf ...
89842024-12-13T22:23:08.160Z[ host-image] Dec 13 22:23:06.802 INFO O| Dec 13 22:23:06.802 INFO ownership wrong (Id(0):Id(0), not 0:3), path: /rpool/images/build/host/work/gimlet/ramdisk/etc/system.d/zfs:dbuf
89852024-12-13T22:23:08.160Z[ host-image] Dec 13 22:23:06.802 INFO O| Dec 13 22:23:06.802 INFO chown ok, path: /rpool/images/build/host/work/gimlet/ramdisk/etc/system.d/zfs:dbuf
89862024-12-13T22:23:08.164Z[ host-image] Dec 13 22:23:06.802 INFO O| Dec 13 22:23:06.802 INFO ok!
89872024-12-13T22:23:08.164Z[ host-image] Dec 13 22:23:06.802 INFO O| Dec 13 22:23:06.802 INFO STEP 63 (ensure_file) COMPLETE
89882024-12-13T22:23:08.164Z[ host-image] Dec 13 22:23:06.802 INFO O| Dec 13 22:23:06.802 INFO STEP 64: assemble_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
89892024-12-13T22:23:08.194Z[ host-image] Dec 13 22:23:06.835 INFO O| Dec 13 22:23:06.835 INFO file /rpool/images/build/host/work/gimlet/ramdisk/etc/system.d/.self-assembly does not exist
89902024-12-13T22:23:08.194Z[ host-image] Dec 13 22:23:06.835 INFO O| Dec 13 22:23:06.835 INFO writing /rpool/images/build/host/work/gimlet/ramdisk/etc/system.d/.self-assembly ...
89912024-12-13T22:23:08.196Z[ host-image] Dec 13 22:23:06.835 INFO O| Dec 13 22:23:06.835 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/ramdisk/etc/system.d/.self-assembly
89922024-12-13T22:23:08.196Z[ host-image] Dec 13 22:23:06.836 INFO O| Dec 13 22:23:06.835 INFO ok!
89932024-12-13T22:23:08.196Z[ host-image] Dec 13 22:23:06.836 INFO O| Dec 13 22:23:06.836 INFO STEP 64 (assemble_files) COMPLETE
89942024-12-13T22:23:08.196Z[ host-image] Dec 13 22:23:06.836 INFO O| Dec 13 22:23:06.836 INFO STEP 65: ensure_file, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
89952024-12-13T22:23:08.216Z[ host-image] Dec 13 22:23:06.858 INFO O| Dec 13 22:23:06.858 INFO file /rpool/images/build/host/work/gimlet/ramdisk/etc/dumpadm.conf does not exist
89962024-12-13T22:23:08.216Z[ host-image] Dec 13 22:23:06.858 INFO O| Dec 13 22:23:06.858 INFO copying /work/oxidecomputer/helios/image/templates/files/dumpadm.conf -> /rpool/images/build/host/work/gimlet/ramdisk/etc/dumpadm.conf ...
89972024-12-13T22:23:08.219Z[ host-image] Dec 13 22:23:06.858 INFO O| Dec 13 22:23:06.858 INFO ownership wrong (Id(0):Id(0), not 0:1), path: /rpool/images/build/host/work/gimlet/ramdisk/etc/dumpadm.conf
89982024-12-13T22:23:08.219Z[ host-image] Dec 13 22:23:06.859 INFO O| Dec 13 22:23:06.859 INFO chown ok, path: /rpool/images/build/host/work/gimlet/ramdisk/etc/dumpadm.conf
89992024-12-13T22:23:08.219Z[ host-image] Dec 13 22:23:06.859 INFO O| Dec 13 22:23:06.859 INFO ok!
90002024-12-13T22:23:08.219Z[ host-image] Dec 13 22:23:06.859 INFO O| Dec 13 22:23:06.859 INFO STEP 65 (ensure_file) COMPLETE
90012024-12-13T22:23:08.219Z[ host-image] Dec 13 22:23:06.859 INFO O| Dec 13 22:23:06.859 INFO STEP 66: ensure_dir, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
90022024-12-13T22:23:08.238Z[ host-image] Dec 13 22:23:06.879 INFO O| Dec 13 22:23:06.879 INFO creating directory: /rpool/images/build/host/work/gimlet/ramdisk/usr/lib/brand/omicron1/baseline
90032024-12-13T22:23:08.238Z[ host-image] Dec 13 22:23:06.880 INFO O| Dec 13 22:23:06.880 INFO ownership wrong (Id(0):Id(0), not 0:3), path: /rpool/images/build/host/work/gimlet/ramdisk/usr/lib/brand/omicron1/baseline
90042024-12-13T22:23:08.238Z[ host-image] Dec 13 22:23:06.880 INFO O| Dec 13 22:23:06.880 INFO chown ok, path: /rpool/images/build/host/work/gimlet/ramdisk/usr/lib/brand/omicron1/baseline
90052024-12-13T22:23:08.241Z[ host-image] Dec 13 22:23:06.880 INFO O| Dec 13 22:23:06.880 INFO STEP 66 (ensure_dir) COMPLETE
90062024-12-13T22:23:08.241Z[ host-image] Dec 13 22:23:06.880 INFO O| Dec 13 22:23:06.880 INFO STEP 67: ensure_file, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
90072024-12-13T22:23:08.276Z[ host-image] Dec 13 22:23:06.918 INFO O| Dec 13 22:23:06.918 INFO file /rpool/images/build/host/work/gimlet/ramdisk/usr/lib/brand/omicron1/baseline/files.tar.gz does not exist
90082024-12-13T22:23:08.276Z[ host-image] Dec 13 22:23:06.918 INFO O| Dec 13 22:23:06.918 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 ...
90092024-12-13T22:23:08.287Z[ host-image] Dec 13 22:23:06.928 INFO O| Dec 13 22:23:06.928 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
90102024-12-13T22:23:08.287Z[ host-image] Dec 13 22:23:06.928 INFO O| Dec 13 22:23:06.928 INFO chown ok, path: /rpool/images/build/host/work/gimlet/ramdisk/usr/lib/brand/omicron1/baseline/files.tar.gz
90112024-12-13T22:23:08.287Z[ host-image] Dec 13 22:23:06.928 INFO O| Dec 13 22:23:06.928 INFO ok!
90122024-12-13T22:23:08.287Z[ host-image] Dec 13 22:23:06.928 INFO O| Dec 13 22:23:06.928 INFO STEP 67 (ensure_file) COMPLETE
90132024-12-13T22:23:08.290Z[ host-image] Dec 13 22:23:06.928 INFO O| Dec 13 22:23:06.928 INFO STEP 68: ensure_file, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
90142024-12-13T22:23:08.323Z[ host-image] Dec 13 22:23:06.964 INFO O| Dec 13 22:23:06.964 INFO file /rpool/images/build/host/work/gimlet/ramdisk/usr/lib/brand/omicron1/baseline/gzonly.txt does not exist
90152024-12-13T22:23:08.323Z[ host-image] Dec 13 22:23:06.964 INFO O| Dec 13 22:23:06.964 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 ...
90162024-12-13T22:23:08.328Z[ host-image] Dec 13 22:23:06.965 INFO O| Dec 13 22:23:06.965 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
90172024-12-13T22:23:08.328Z[ host-image] Dec 13 22:23:06.965 INFO O| Dec 13 22:23:06.965 INFO chown ok, path: /rpool/images/build/host/work/gimlet/ramdisk/usr/lib/brand/omicron1/baseline/gzonly.txt
90182024-12-13T22:23:08.328Z[ host-image] Dec 13 22:23:06.965 INFO O| Dec 13 22:23:06.965 INFO ok!
90192024-12-13T22:23:08.328Z[ host-image] Dec 13 22:23:06.965 INFO O| Dec 13 22:23:06.965 INFO STEP 68 (ensure_file) COMPLETE
90202024-12-13T22:23:08.328Z[ host-image] Dec 13 22:23:06.965 INFO O| Dec 13 22:23:06.965 INFO STEP 69: pack_tar, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
90212024-12-13T22:23:08.380Z[ host-image] Dec 13 22:23:06.996 INFO O| Dec 13 22:23:06.996 INFO file /rpool/images/build/host/output/gimlet-ramdisk.tar does not already exist, skipping removal
90222024-12-13T22:23:08.380Z[ host-image] Dec 13 22:23:06.996 INFO O| Dec 13 22:23:06.996 INFO exec: ["/usr/sbin/tar", "ceEp@/f", "/rpool/images/build/host/output/gimlet-ramdisk.tar", "-C", "/rpool/images/build/host/work/gimlet/ramdisk", "."]
90232024-12-13T22:23:12.532Z[ host-image] Dec 13 22:23:11.173 INFO O| Dec 13 22:23:11.173 INFO STEP 69 (pack_tar) COMPLETE
90242024-12-13T22:23:12.532Z[ host-image] Dec 13 22:23:11.173 INFO O| Dec 13 22:23:11.173 INFO creating output snapshot rpool/images/build/host/work/gimlet/ramdisk@trim
90252024-12-13T22:23:12.536Z[ host-image] Dec 13 22:23:11.173 INFO O| Dec 13 22:23:11.173 INFO CREATE SNAPSHOT: rpool/images/build/host/work/gimlet/ramdisk@trim
90262024-12-13T22:23:12.972Z[ host-image] Dec 13 22:23:11.614 INFO O| Dec 13 22:23:11.613 INFO DESTROY DATASET: rpool/images/build/host/tmp/gimlet/ramdisk-02-trim
90272024-12-13T22:23:13.057Z[ host-image] Dec 13 22:23:11.698 INFO O| Dec 13 22:23:11.698 INFO completed processing gimlet/ramdisk-02-trim
90282024-12-13T22:23:13.101Z[ host-image] Dec 13 22:23:11.720 INFO image builder template: zfs...
90292024-12-13T22:23:13.101Z[ host-image] Dec 13 22:23:11.720 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/.tmpCpDBqP/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
90302024-12-13T22:23:13.103Z[ host-image] Dec 13 22:23:11.745 INFO O| Dec 13 22:23:11.744 INFO skip include "stress" because feature "stress" is not enabled
90312024-12-13T22:23:13.194Z[ host-image] Dec 13 22:23:11.834 INFO O| Dec 13 22:23:11.834 INFO temporary dataset: rpool/images/build/host/tmp/gimlet/zfs
90322024-12-13T22:23:13.243Z[ host-image] Dec 13 22:23:11.884 INFO O| Dec 13 22:23:11.884 INFO CREATE DATASET: rpool/images/build/host/tmp/gimlet/zfs
90332024-12-13T22:23:13.423Z[ host-image] Dec 13 22:23:12.064 INFO O| Dec 13 22:23:12.064 INFO SET DATASET PROPERTY ON rpool/images/build/host/tmp/gimlet/zfs: sync = disabled
90342024-12-13T22:23:13.547Z[ host-image] Dec 13 22:23:12.187 INFO O| Dec 13 22:23:12.187 INFO temporary directory: /rpool/images/build/host/tmp/gimlet/zfs
90352024-12-13T22:23:13.547Z[ host-image] Dec 13 22:23:12.187 INFO O| Dec 13 22:23:12.187 INFO work dataset: rpool/images/build/host/work/gimlet/zfs
90362024-12-13T22:23:13.630Z[ host-image] Dec 13 22:23:12.271 INFO O| Dec 13 22:23:12.271 INFO CREATE DATASET: rpool/images/build/host/work/gimlet/zfs
90372024-12-13T22:23:13.822Z[ host-image] Dec 13 22:23:12.460 INFO O| Dec 13 22:23:12.460 INFO SET DATASET PROPERTY ON rpool/images/build/host/work/gimlet/zfs: sync = disabled
90382024-12-13T22:23:13.926Z[ host-image] Dec 13 22:23:12.566 INFO O| Dec 13 22:23:12.566 INFO DESTROY POOL: TEMPORARY-gimlet-zfs
90392024-12-13T22:23:13.947Z[ host-image] Dec 13 22:23:12.587 INFO O| Dec 13 22:23:12.587 INFO image file: /rpool/images/build/host/work/gimlet/zfs/lofi.raw
90402024-12-13T22:23:13.959Z[ host-image] Dec 13 22:23:12.598 INFO O| Dec 13 22:23:12.597 INFO pool altroot: /rpool/images/build/host/work/gimlet/zfs/altroot
90412024-12-13T22:23:13.959Z[ host-image] Dec 13 22:23:12.598 INFO O| Dec 13 22:23:12.598 INFO no lofi found
90422024-12-13T22:23:13.962Z[ host-image] Dec 13 22:23:12.598 INFO O| Dec 13 22:23:12.598 INFO file /rpool/images/build/host/work/gimlet/zfs/lofi.raw does not already exist, skipping removal
90432024-12-13T22:23:13.962Z[ host-image] Dec 13 22:23:12.598 INFO O| Dec 13 22:23:12.598 INFO CREATE IMAGE (1000MB): /rpool/images/build/host/work/gimlet/zfs/lofi.raw
90442024-12-13T22:23:16.373Z[ host-image] Dec 13 22:23:15.014 INFO O| Dec 13 22:23:15.013 INFO lofi device = /dev/dsk/c2t1d0p0
90452024-12-13T22:23:16.373Z[ host-image] Dec 13 22:23:15.014 INFO O| Dec 13 22:23:15.014 INFO pool device = /dev/dsk/c2t1d0p0
90462024-12-13T22:23:16.377Z[ host-image] Dec 13 22:23:15.014 INFO O| Dec 13 22:23:15.014 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"]
90472024-12-13T22:23:16.589Z[ host-image] Dec 13 22:23:15.230 INFO O| Dec 13 22:23:15.229 INFO STEP 0: create_be, from: /work/oxidecomputer/helios/image/templates/gimlet/zfs.json
90482024-12-13T22:23:16.589Z[ host-image] Dec 13 22:23:15.230 INFO O| Dec 13 22:23:15.230 INFO CREATE DATASET: TEMPORARY-gimlet-zfs/ROOT
90492024-12-13T22:23:16.623Z[ host-image] Dec 13 22:23:15.263 INFO O| Dec 13 22:23:15.263 INFO SET DATASET PROPERTY ON TEMPORARY-gimlet-zfs/ROOT: canmount = off
90502024-12-13T22:23:16.770Z[ host-image] Dec 13 22:23:15.410 INFO O| Dec 13 22:23:15.410 INFO SET DATASET PROPERTY ON TEMPORARY-gimlet-zfs/ROOT: mountpoint = legacy
90512024-12-13T22:23:16.834Z[ host-image] Dec 13 22:23:15.475 INFO O| Dec 13 22:23:15.475 INFO CREATE DATASET: TEMPORARY-gimlet-zfs/ROOT/ramdisk
90522024-12-13T22:23:16.864Z[ host-image] Dec 13 22:23:15.504 INFO O| Dec 13 22:23:15.504 INFO SET DATASET PROPERTY ON TEMPORARY-gimlet-zfs/ROOT/ramdisk: canmount = noauto
90532024-12-13T22:23:16.910Z[ host-image] Dec 13 22:23:15.550 INFO O| Dec 13 22:23:15.550 INFO SET DATASET PROPERTY ON TEMPORARY-gimlet-zfs/ROOT/ramdisk: mountpoint = legacy
90542024-12-13T22:23:17.090Z[ host-image] Dec 13 22:23:15.703 INFO O| Dec 13 22:23:15.703 INFO creating directory: /rpool/images/build/host/work/gimlet/zfs/a
90552024-12-13T22:23:17.090Z[ host-image] Dec 13 22:23:15.703 INFO O| Dec 13 22:23:15.703 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a
90562024-12-13T22:23:17.090Z[ host-image] Dec 13 22:23:15.703 INFO O| Dec 13 22:23:15.703 INFO exec: ["/sbin/mount", "-F", "zfs", "TEMPORARY-gimlet-zfs/ROOT/ramdisk", "/rpool/images/build/host/work/gimlet/zfs/a"]
90572024-12-13T22:23:17.102Z[ host-image] Dec 13 22:23:15.742 INFO O| Dec 13 22:23:15.742 INFO boot environment UUID: 6dd118b1-32aa-4f8f-8897-9951452bf1bf
90582024-12-13T22:23:17.102Z[ host-image] Dec 13 22:23:15.742 INFO O| Dec 13 22:23:15.742 INFO SET DATASET PROPERTY ON TEMPORARY-gimlet-zfs/ROOT/ramdisk: org.opensolaris.libbe:uuid = 6dd118b1-32aa-4f8f-8897-9951452bf1bf
90592024-12-13T22:23:17.129Z[ host-image] Dec 13 22:23:15.769 INFO O| Dec 13 22:23:15.769 INFO SET DATASET PROPERTY ON TEMPORARY-gimlet-zfs/ROOT/ramdisk: org.opensolaris.libbe:policy = static
90602024-12-13T22:23:17.168Z[ host-image] Dec 13 22:23:15.809 INFO O| Dec 13 22:23:15.809 INFO STEP 0 (create_be) COMPLETE
90612024-12-13T22:23:17.168Z[ host-image] Dec 13 22:23:15.809 INFO O| Dec 13 22:23:15.809 INFO STEP 1: unpack_tar, from: /work/oxidecomputer/helios/image/templates/gimlet/zfs.json
90622024-12-13T22:23:17.219Z[ host-image] Dec 13 22:23:15.860 INFO O| Dec 13 22:23:15.859 INFO exec: ["/usr/sbin/tar", "xeEp@/f", "/rpool/images/build/host/output/gimlet-ramdisk.tar", "-C", "/rpool/images/build/host/work/gimlet/zfs/a"]
90632024-12-13T22:23:23.795Z[ recovery-image] Dec 13 22:23:22.433 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)
90642024-12-13T22:23:28.406Z[ recovery-image] Dec 13 22:23:27.044 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)
90652024-12-13T22:23:41.400Z[ recovery-image] Dec 13 22:23:40.037 INFO E| Compiling bitflags v1.3.2
90662024-12-13T22:23:41.402Z[ recovery-image] Dec 13 22:23:40.037 INFO E| Compiling scroll v0.12.0
90672024-12-13T22:23:41.402Z[ recovery-image] Dec 13 22:23:40.037 INFO E| Compiling log v0.4.22
90682024-12-13T22:23:41.402Z[ recovery-image] Dec 13 22:23:40.037 INFO E| Compiling plain v0.2.3
90692024-12-13T22:23:41.402Z[ recovery-image] Dec 13 22:23:40.037 INFO E| Compiling bit_field v0.10.2
90702024-12-13T22:23:41.402Z[ recovery-image] Dec 13 22:23:40.037 INFO E| Compiling adler2 v2.0.0
90712024-12-13T22:23:41.402Z[ recovery-image] Dec 13 22:23:40.037 INFO E| Compiling static_assertions v1.1.0
90722024-12-13T22:23:41.586Z[ recovery-image] Dec 13 22:23:40.222 INFO E| Compiling raw-cpuid v10.7.0
90732024-12-13T22:23:41.773Z[ recovery-image] Dec 13 22:23:40.410 INFO E| Compiling cpio_reader v0.1.1
90742024-12-13T22:23:41.845Z[ recovery-image] Dec 13 22:23:40.482 INFO E| Compiling bitstruct v0.1.1
90752024-12-13T22:23:42.151Z[ recovery-image] Dec 13 22:23:40.782 INFO E| Compiling miniz_oxide v0.8.0
90762024-12-13T22:23:42.308Z[ host-image] Dec 13 22:23:40.945 INFO O| Dec 13 22:23:40.945 INFO STEP 1 (unpack_tar) COMPLETE
90772024-12-13T22:23:42.309Z[ host-image] Dec 13 22:23:40.945 INFO O| Dec 13 22:23:40.945 INFO STEP 2: devfsadm, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
90782024-12-13T22:23:42.330Z[ host-image] Dec 13 22:23:40.967 INFO O| Dec 13 22:23:40.967 INFO exec: ["/usr/sbin/devfsadm", "-r", "/rpool/images/build/host/work/gimlet/zfs/a"]
90792024-12-13T22:23:42.999Z[ host-image] Dec 13 22:23:41.636 INFO O| Dec 13 22:23:41.636 INFO STEP 2 (devfsadm) COMPLETE
90802024-12-13T22:23:42.999Z[ host-image] Dec 13 22:23:41.636 INFO O| Dec 13 22:23:41.636 INFO STEP 3: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
90812024-12-13T22:23:43.042Z[ host-image] Dec 13 22:23:41.679 INFO O| Dec 13 22:23:41.679 INFO creating directory: /rpool/images/build/host/work/gimlet/zfs/a/dev/cfg
90822024-12-13T22:23:43.042Z[ host-image] Dec 13 22:23:41.679 INFO O| Dec 13 22:23:41.679 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/dev/cfg
90832024-12-13T22:23:43.042Z[ host-image] Dec 13 22:23:41.679 INFO O| Dec 13 22:23:41.679 INFO STEP 3 (ensure_dir) COMPLETE
90842024-12-13T22:23:43.045Z[ host-image] Dec 13 22:23:41.679 INFO O| Dec 13 22:23:41.679 INFO STEP 4: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
90852024-12-13T22:23:43.064Z[ host-image] Dec 13 22:23:41.700 INFO O| Dec 13 22:23:41.700 INFO ownership already OK (0:3), path: /rpool/images/build/host/work/gimlet/zfs/a/dev/dsk
90862024-12-13T22:23:43.064Z[ host-image] Dec 13 22:23:41.700 INFO O| Dec 13 22:23:41.700 INFO STEP 4 (ensure_dir) COMPLETE
90872024-12-13T22:23:43.064Z[ host-image] Dec 13 22:23:41.700 INFO O| Dec 13 22:23:41.700 INFO STEP 5: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
90882024-12-13T22:23:43.118Z[ host-image] Dec 13 22:23:41.754 INFO O| Dec 13 22:23:41.754 INFO ownership already OK (0:3), path: /rpool/images/build/host/work/gimlet/zfs/a/dev/rdsk
90892024-12-13T22:23:43.118Z[ host-image] Dec 13 22:23:41.754 INFO O| Dec 13 22:23:41.754 INFO STEP 5 (ensure_dir) COMPLETE
90902024-12-13T22:23:43.118Z[ host-image] Dec 13 22:23:41.754 INFO O| Dec 13 22:23:41.754 INFO STEP 6: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
90912024-12-13T22:23:43.174Z[ recovery-image] Dec 13 22:23:41.810 INFO E| Compiling goblin v0.8.2
90922024-12-13T22:23:43.222Z[ host-image] Dec 13 22:23:41.859 INFO O| Dec 13 22:23:41.859 INFO creating directory: /rpool/images/build/host/work/gimlet/zfs/a/dev/sensors
90932024-12-13T22:23:43.225Z[ host-image] Dec 13 22:23:41.859 INFO O| Dec 13 22:23:41.859 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/dev/sensors
90942024-12-13T22:23:43.225Z[ host-image] Dec 13 22:23:41.859 INFO O| Dec 13 22:23:41.859 INFO STEP 6 (ensure_dir) COMPLETE
90952024-12-13T22:23:43.225Z[ host-image] Dec 13 22:23:41.860 INFO O| Dec 13 22:23:41.860 INFO STEP 7: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
90962024-12-13T22:23:43.349Z[ host-image] Dec 13 22:23:41.986 INFO O| Dec 13 22:23:41.986 INFO creating directory: /rpool/images/build/host/work/gimlet/zfs/a/dev/usb
90972024-12-13T22:23:43.349Z[ host-image] Dec 13 22:23:41.986 INFO O| Dec 13 22:23:41.986 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/dev/usb
90982024-12-13T22:23:43.352Z[ host-image] Dec 13 22:23:41.986 INFO O| Dec 13 22:23:41.986 INFO STEP 7 (ensure_dir) COMPLETE
90992024-12-13T22:23:43.352Z[ host-image] Dec 13 22:23:41.987 INFO O| Dec 13 22:23:41.986 INFO STEP 8: remove_files, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
91002024-12-13T22:23:43.482Z[ host-image] Dec 13 22:23:42.118 INFO O| Dec 13 22:23:42.118 INFO remove tree: "/rpool/images/build/host/work/gimlet/zfs/a/dev/cfg"
91012024-12-13T22:23:43.485Z[ host-image] Dec 13 22:23:42.119 INFO O| Dec 13 22:23:42.119 INFO STEP 8 (remove_files) COMPLETE
91022024-12-13T22:23:43.485Z[ host-image] Dec 13 22:23:42.119 INFO O| Dec 13 22:23:42.119 INFO STEP 9: remove_files, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
91032024-12-13T22:23:43.507Z[ host-image] Dec 13 22:23:42.143 INFO O| Dec 13 22:23:42.143 INFO remove tree: "/rpool/images/build/host/work/gimlet/zfs/a/dev/dsk"
91042024-12-13T22:23:43.510Z[ host-image] Dec 13 22:23:42.145 INFO O| Dec 13 22:23:42.145 INFO STEP 9 (remove_files) COMPLETE
91052024-12-13T22:23:43.510Z[ host-image] Dec 13 22:23:42.145 INFO O| Dec 13 22:23:42.145 INFO STEP 10: remove_files, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
91062024-12-13T22:23:43.531Z[ host-image] Dec 13 22:23:42.168 INFO O| Dec 13 22:23:42.168 INFO remove tree: "/rpool/images/build/host/work/gimlet/zfs/a/dev/rdsk"
91072024-12-13T22:23:43.534Z[ host-image] Dec 13 22:23:42.170 INFO O| Dec 13 22:23:42.170 INFO STEP 10 (remove_files) COMPLETE
91082024-12-13T22:23:43.534Z[ host-image] Dec 13 22:23:42.170 INFO O| Dec 13 22:23:42.170 INFO STEP 11: remove_files, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
91092024-12-13T22:23:43.554Z[ host-image] Dec 13 22:23:42.191 INFO O| Dec 13 22:23:42.191 INFO remove tree: "/rpool/images/build/host/work/gimlet/zfs/a/dev/sensors"
91102024-12-13T22:23:43.555Z[ host-image] Dec 13 22:23:42.191 INFO O| Dec 13 22:23:42.191 INFO STEP 11 (remove_files) COMPLETE
91112024-12-13T22:23:43.555Z[ host-image] Dec 13 22:23:42.191 INFO O| Dec 13 22:23:42.191 INFO STEP 12: remove_files, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
91122024-12-13T22:23:43.578Z[ host-image] Dec 13 22:23:42.214 INFO O| Dec 13 22:23:42.214 INFO remove tree: "/rpool/images/build/host/work/gimlet/zfs/a/dev/usb"
91132024-12-13T22:23:43.578Z[ host-image] Dec 13 22:23:42.215 INFO O| Dec 13 22:23:42.215 INFO STEP 12 (remove_files) COMPLETE
91142024-12-13T22:23:43.578Z[ host-image] Dec 13 22:23:42.215 INFO O| Dec 13 22:23:42.215 INFO STEP 13: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
91152024-12-13T22:23:43.602Z[ host-image] Dec 13 22:23:42.239 INFO O| Dec 13 22:23:42.238 INFO creating directory: /rpool/images/build/host/work/gimlet/zfs/a/dev/cfg
91162024-12-13T22:23:43.602Z[ host-image] Dec 13 22:23:42.239 INFO O| Dec 13 22:23:42.239 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/dev/cfg
91172024-12-13T22:23:43.602Z[ host-image] Dec 13 22:23:42.239 INFO O| Dec 13 22:23:42.239 INFO STEP 13 (ensure_dir) COMPLETE
91182024-12-13T22:23:43.607Z[ host-image] Dec 13 22:23:42.239 INFO O| Dec 13 22:23:42.239 INFO STEP 14: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
91192024-12-13T22:23:43.670Z[ host-image] Dec 13 22:23:42.307 INFO O| Dec 13 22:23:42.307 INFO creating directory: /rpool/images/build/host/work/gimlet/zfs/a/dev/dsk
91202024-12-13T22:23:43.670Z[ host-image] Dec 13 22:23:42.307 INFO O| Dec 13 22:23:42.307 INFO ownership wrong (Id(0):Id(0), not 0:3), path: /rpool/images/build/host/work/gimlet/zfs/a/dev/dsk
91212024-12-13T22:23:43.673Z[ host-image] Dec 13 22:23:42.307 INFO O| Dec 13 22:23:42.307 INFO chown ok, path: /rpool/images/build/host/work/gimlet/zfs/a/dev/dsk
91222024-12-13T22:23:43.673Z[ host-image] Dec 13 22:23:42.307 INFO O| Dec 13 22:23:42.307 INFO STEP 14 (ensure_dir) COMPLETE
91232024-12-13T22:23:43.673Z[ host-image] Dec 13 22:23:42.307 INFO O| Dec 13 22:23:42.307 INFO STEP 15: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
91242024-12-13T22:23:43.728Z[ host-image] Dec 13 22:23:42.364 INFO O| Dec 13 22:23:42.364 INFO creating directory: /rpool/images/build/host/work/gimlet/zfs/a/dev/rdsk
91252024-12-13T22:23:43.728Z[ host-image] Dec 13 22:23:42.364 INFO O| Dec 13 22:23:42.364 INFO ownership wrong (Id(0):Id(0), not 0:3), path: /rpool/images/build/host/work/gimlet/zfs/a/dev/rdsk
91262024-12-13T22:23:43.731Z[ host-image] Dec 13 22:23:42.365 INFO O| Dec 13 22:23:42.364 INFO chown ok, path: /rpool/images/build/host/work/gimlet/zfs/a/dev/rdsk
91272024-12-13T22:23:43.731Z[ host-image] Dec 13 22:23:42.365 INFO O| Dec 13 22:23:42.365 INFO STEP 15 (ensure_dir) COMPLETE
91282024-12-13T22:23:43.731Z[ host-image] Dec 13 22:23:42.365 INFO O| Dec 13 22:23:42.365 INFO STEP 16: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
91292024-12-13T22:23:43.748Z[ host-image] Dec 13 22:23:42.384 INFO O| Dec 13 22:23:42.384 INFO creating directory: /rpool/images/build/host/work/gimlet/zfs/a/dev/sensors
91302024-12-13T22:23:43.748Z[ host-image] Dec 13 22:23:42.384 INFO O| Dec 13 22:23:42.384 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/dev/sensors
91312024-12-13T22:23:43.750Z[ host-image] Dec 13 22:23:42.384 INFO O| Dec 13 22:23:42.384 INFO STEP 16 (ensure_dir) COMPLETE
91322024-12-13T22:23:43.750Z[ host-image] Dec 13 22:23:42.384 INFO O| Dec 13 22:23:42.384 INFO STEP 17: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
91332024-12-13T22:23:43.808Z[ host-image] Dec 13 22:23:42.444 INFO O| Dec 13 22:23:42.444 INFO creating directory: /rpool/images/build/host/work/gimlet/zfs/a/dev/usb
91342024-12-13T22:23:43.808Z[ host-image] Dec 13 22:23:42.444 INFO O| Dec 13 22:23:42.444 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/dev/usb
91352024-12-13T22:23:43.808Z[ host-image] Dec 13 22:23:42.444 INFO O| Dec 13 22:23:42.444 INFO STEP 17 (ensure_dir) COMPLETE
91362024-12-13T22:23:43.808Z[ host-image] Dec 13 22:23:42.444 INFO O| Dec 13 22:23:42.444 INFO STEP 18: ensure_symlink, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
91372024-12-13T22:23:43.866Z[ host-image] Dec 13 22:23:42.502 INFO O| Dec 13 22:23:42.502 INFO link target ok (../devices/pseudo/sysmsg@0:msglog)
91382024-12-13T22:23:43.866Z[ host-image] Dec 13 22:23:42.502 INFO O| Dec 13 22:23:42.502 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/dev/msglog
91392024-12-13T22:23:43.866Z[ host-image] Dec 13 22:23:42.502 INFO O| Dec 13 22:23:42.502 INFO ok!
91402024-12-13T22:23:43.866Z[ host-image] Dec 13 22:23:42.502 INFO O| Dec 13 22:23:42.502 INFO STEP 18 (ensure_symlink) COMPLETE
91412024-12-13T22:23:43.866Z[ host-image] Dec 13 22:23:42.502 INFO O| Dec 13 22:23:42.502 INFO STEP 19: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
91422024-12-13T22:23:43.927Z[ host-image] Dec 13 22:23:42.563 INFO O| Dec 13 22:23:42.563 INFO file /rpool/images/build/host/work/gimlet/zfs/a/reconfigure exists, with correct contents
91432024-12-13T22:23:43.927Z[ host-image] Dec 13 22:23:42.563 INFO O| Dec 13 22:23:42.563 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/reconfigure
91442024-12-13T22:23:43.927Z[ host-image] Dec 13 22:23:42.563 INFO O| Dec 13 22:23:42.563 INFO ok!
91452024-12-13T22:23:43.927Z[ host-image] Dec 13 22:23:42.563 INFO O| Dec 13 22:23:42.563 INFO STEP 19 (ensure_file) COMPLETE
91462024-12-13T22:23:43.927Z[ host-image] Dec 13 22:23:42.563 INFO O| Dec 13 22:23:42.563 INFO STEP 20: ensure_symlink, from: /work/oxidecomputer/helios/image/templates/include/common.json
91472024-12-13T22:23:43.983Z[ host-image] Dec 13 22:23:42.620 INFO O| Dec 13 22:23:42.620 INFO link /rpool/images/build/host/work/gimlet/zfs/a/etc/svc/profile/generic.xml does not exist
91482024-12-13T22:23:43.984Z[ host-image] Dec 13 22:23:42.620 INFO O| Dec 13 22:23:42.620 INFO linking /rpool/images/build/host/work/gimlet/zfs/a/etc/svc/profile/generic.xml -> generic_limited_net.xml ...
91492024-12-13T22:23:43.986Z[ host-image] Dec 13 22:23:42.621 INFO O| Dec 13 22:23:42.620 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/etc/svc/profile/generic.xml
91502024-12-13T22:23:43.986Z[ host-image] Dec 13 22:23:42.621 INFO O| Dec 13 22:23:42.620 INFO ok!
91512024-12-13T22:23:43.986Z[ host-image] Dec 13 22:23:42.621 INFO O| Dec 13 22:23:42.621 INFO STEP 20 (ensure_symlink) COMPLETE
91522024-12-13T22:23:43.986Z[ host-image] Dec 13 22:23:42.621 INFO O| Dec 13 22:23:42.621 INFO STEP 21: ensure_symlink, from: /work/oxidecomputer/helios/image/templates/include/common.json
91532024-12-13T22:23:44.005Z[ host-image] Dec 13 22:23:42.642 INFO O| Dec 13 22:23:42.641 INFO link /rpool/images/build/host/work/gimlet/zfs/a/etc/svc/profile/inetd_services.xml does not exist
91542024-12-13T22:23:44.005Z[ host-image] Dec 13 22:23:42.642 INFO O| Dec 13 22:23:42.642 INFO linking /rpool/images/build/host/work/gimlet/zfs/a/etc/svc/profile/inetd_services.xml -> inetd_generic.xml ...
91552024-12-13T22:23:44.005Z[ host-image] Dec 13 22:23:42.642 INFO O| Dec 13 22:23:42.642 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/etc/svc/profile/inetd_services.xml
91562024-12-13T22:23:44.008Z[ host-image] Dec 13 22:23:42.642 INFO O| Dec 13 22:23:42.642 INFO ok!
91572024-12-13T22:23:44.008Z[ host-image] Dec 13 22:23:42.642 INFO O| Dec 13 22:23:42.642 INFO STEP 21 (ensure_symlink) COMPLETE
91582024-12-13T22:23:44.008Z[ host-image] Dec 13 22:23:42.642 INFO O| Dec 13 22:23:42.642 INFO STEP 22: ensure_symlink, from: /work/oxidecomputer/helios/image/templates/include/common.json
91592024-12-13T22:23:44.039Z[ host-image] Dec 13 22:23:42.675 INFO O| Dec 13 22:23:42.675 INFO link /rpool/images/build/host/work/gimlet/zfs/a/etc/svc/profile/platform.xml does not exist
91602024-12-13T22:23:44.039Z[ host-image] Dec 13 22:23:42.675 INFO O| Dec 13 22:23:42.675 INFO linking /rpool/images/build/host/work/gimlet/zfs/a/etc/svc/profile/platform.xml -> platform_oxide.xml ...
91612024-12-13T22:23:44.042Z[ host-image] Dec 13 22:23:42.675 INFO O| Dec 13 22:23:42.675 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/etc/svc/profile/platform.xml
91622024-12-13T22:23:44.042Z[ host-image] Dec 13 22:23:42.675 INFO O| Dec 13 22:23:42.675 INFO ok!
91632024-12-13T22:23:44.042Z[ host-image] Dec 13 22:23:42.675 INFO O| Dec 13 22:23:42.675 INFO STEP 22 (ensure_symlink) COMPLETE
91642024-12-13T22:23:44.042Z[ host-image] Dec 13 22:23:42.675 INFO O| Dec 13 22:23:42.675 INFO STEP 23: ensure_symlink, from: /work/oxidecomputer/helios/image/templates/include/common.json
91652024-12-13T22:23:44.081Z[ host-image] Dec 13 22:23:42.717 INFO O| Dec 13 22:23:42.717 INFO link /rpool/images/build/host/work/gimlet/zfs/a/etc/svc/profile/name_service.xml does not exist
91662024-12-13T22:23:44.081Z[ host-image] Dec 13 22:23:42.717 INFO O| Dec 13 22:23:42.717 INFO linking /rpool/images/build/host/work/gimlet/zfs/a/etc/svc/profile/name_service.xml -> ns_dns.xml ...
91672024-12-13T22:23:44.083Z[ host-image] Dec 13 22:23:42.718 INFO O| Dec 13 22:23:42.717 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/etc/svc/profile/name_service.xml
91682024-12-13T22:23:44.083Z[ host-image] Dec 13 22:23:42.718 INFO O| Dec 13 22:23:42.718 INFO ok!
91692024-12-13T22:23:44.083Z[ host-image] Dec 13 22:23:42.718 INFO O| Dec 13 22:23:42.718 INFO STEP 23 (ensure_symlink) COMPLETE
91702024-12-13T22:23:44.083Z[ host-image] Dec 13 22:23:42.718 INFO O| Dec 13 22:23:42.718 INFO STEP 24: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/common.json
91712024-12-13T22:23:44.161Z[ host-image] Dec 13 22:23:42.797 INFO O| Dec 13 22:23:42.797 WARN file /rpool/images/build/host/work/gimlet/zfs/a/etc/nsswitch.conf exists, with wrong contents, unlinking
91722024-12-13T22:23:44.163Z[ host-image] Dec 13 22:23:42.797 INFO O| Dec 13 22:23:42.797 INFO copying /rpool/images/build/host/work/gimlet/zfs/a/etc/nsswitch.dns -> /rpool/images/build/host/work/gimlet/zfs/a/etc/nsswitch.conf ...
91732024-12-13T22:23:44.163Z[ host-image] Dec 13 22:23:42.798 INFO O| Dec 13 22:23:42.798 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/etc/nsswitch.conf
91742024-12-13T22:23:44.163Z[ host-image] Dec 13 22:23:42.798 INFO O| Dec 13 22:23:42.798 INFO ok!
91752024-12-13T22:23:44.163Z[ host-image] Dec 13 22:23:42.798 INFO O| Dec 13 22:23:42.798 INFO STEP 24 (ensure_file) COMPLETE
91762024-12-13T22:23:44.163Z[ host-image] Dec 13 22:23:42.798 INFO O| Dec 13 22:23:42.798 INFO STEP 25: shadow, from: /work/oxidecomputer/helios/image/templates/include/common.json
91772024-12-13T22:23:44.278Z[ host-image] Dec 13 22:23:42.914 INFO O| Dec 13 22:23:42.914 INFO updating shadow file
91782024-12-13T22:23:44.280Z[ host-image] Dec 13 22:23:42.915 INFO O| Dec 13 22:23:42.915 INFO ownership wrong (Id(0):Id(3), not 0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/etc/shadow
91792024-12-13T22:23:44.280Z[ host-image] Dec 13 22:23:42.915 INFO O| Dec 13 22:23:42.915 INFO chown ok, path: /rpool/images/build/host/work/gimlet/zfs/a/etc/shadow
91802024-12-13T22:23:44.280Z[ host-image] Dec 13 22:23:42.915 INFO O| Dec 13 22:23:42.915 INFO STEP 25 (shadow) COMPLETE
91812024-12-13T22:23:44.280Z[ host-image] Dec 13 22:23:42.915 INFO O| Dec 13 22:23:42.915 INFO STEP 26: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/common.json
91822024-12-13T22:23:44.334Z[ host-image] Dec 13 22:23:42.970 INFO O| Dec 13 22:23:42.970 WARN file /rpool/images/build/host/work/gimlet/zfs/a/etc/inet/hosts exists, with wrong contents, unlinking
91832024-12-13T22:23:44.335Z[ host-image] Dec 13 22:23:42.970 INFO O| Dec 13 22:23:42.970 INFO copying /work/oxidecomputer/helios/image/templates/files/hosts -> /rpool/images/build/host/work/gimlet/zfs/a/etc/inet/hosts ...
91842024-12-13T22:23:44.338Z[ host-image] Dec 13 22:23:42.971 INFO O| Dec 13 22:23:42.971 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/etc/inet/hosts
91852024-12-13T22:23:44.338Z[ host-image] Dec 13 22:23:42.971 INFO O| Dec 13 22:23:42.971 INFO ok!
91862024-12-13T22:23:44.338Z[ host-image] Dec 13 22:23:42.971 INFO O| Dec 13 22:23:42.971 INFO STEP 26 (ensure_file) COMPLETE
91872024-12-13T22:23:44.338Z[ host-image] Dec 13 22:23:42.971 INFO O| Dec 13 22:23:42.971 INFO STEP 27: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/common.json
91882024-12-13T22:23:44.408Z[ host-image] Dec 13 22:23:43.045 INFO O| Dec 13 22:23:43.045 INFO file /rpool/images/build/host/work/gimlet/zfs/a/etc/nodename does not exist
91892024-12-13T22:23:44.408Z[ host-image] Dec 13 22:23:43.045 INFO O| Dec 13 22:23:43.045 INFO writing /rpool/images/build/host/work/gimlet/zfs/a/etc/nodename ...
91902024-12-13T22:23:44.411Z[ host-image] Dec 13 22:23:43.045 INFO O| Dec 13 22:23:43.045 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/etc/nodename
91912024-12-13T22:23:44.411Z[ host-image] Dec 13 22:23:43.045 INFO O| Dec 13 22:23:43.045 INFO ok!
91922024-12-13T22:23:44.411Z[ host-image] Dec 13 22:23:43.046 INFO O| Dec 13 22:23:43.045 INFO STEP 27 (ensure_file) COMPLETE
91932024-12-13T22:23:44.411Z[ host-image] Dec 13 22:23:43.046 INFO O| Dec 13 22:23:43.046 INFO STEP 28: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/common.json
91942024-12-13T22:23:44.473Z[ host-image] Dec 13 22:23:43.109 INFO O| Dec 13 22:23:43.109 WARN file /rpool/images/build/host/work/gimlet/zfs/a/etc/default/dhcpagent exists, with wrong contents, unlinking
91952024-12-13T22:23:44.473Z[ host-image] Dec 13 22:23:43.109 INFO O| Dec 13 22:23:43.109 INFO copying /work/oxidecomputer/helios/image/templates/files/dhcpagent -> /rpool/images/build/host/work/gimlet/zfs/a/etc/default/dhcpagent ...
91962024-12-13T22:23:44.475Z[ host-image] Dec 13 22:23:43.109 INFO O| Dec 13 22:23:43.109 INFO ownership wrong (Id(0):Id(0), not 0:3), path: /rpool/images/build/host/work/gimlet/zfs/a/etc/default/dhcpagent
91972024-12-13T22:23:44.475Z[ host-image] Dec 13 22:23:43.109 INFO O| Dec 13 22:23:43.109 INFO chown ok, path: /rpool/images/build/host/work/gimlet/zfs/a/etc/default/dhcpagent
91982024-12-13T22:23:44.475Z[ host-image] Dec 13 22:23:43.109 INFO O| Dec 13 22:23:43.109 INFO ok!
91992024-12-13T22:23:44.475Z[ host-image] Dec 13 22:23:43.109 INFO O| Dec 13 22:23:43.109 INFO STEP 28 (ensure_file) COMPLETE
92002024-12-13T22:23:44.475Z[ host-image] Dec 13 22:23:43.109 INFO O| Dec 13 22:23:43.109 INFO STEP 29: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/common.json
92012024-12-13T22:23:44.498Z[ host-image] Dec 13 22:23:43.135 INFO O| Dec 13 22:23:43.135 INFO file /rpool/images/build/host/work/gimlet/zfs/a/etc/resolv.conf does not exist
92022024-12-13T22:23:44.498Z[ host-image] Dec 13 22:23:43.135 INFO O| Dec 13 22:23:43.135 INFO writing /rpool/images/build/host/work/gimlet/zfs/a/etc/resolv.conf ...
92032024-12-13T22:23:44.502Z[ host-image] Dec 13 22:23:43.135 INFO O| Dec 13 22:23:43.135 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/etc/resolv.conf
92042024-12-13T22:23:44.502Z[ host-image] Dec 13 22:23:43.135 INFO O| Dec 13 22:23:43.135 INFO ok!
92052024-12-13T22:23:44.502Z[ host-image] Dec 13 22:23:43.135 INFO O| Dec 13 22:23:43.135 INFO STEP 29 (ensure_file) COMPLETE
92062024-12-13T22:23:44.502Z[ host-image] Dec 13 22:23:43.135 INFO O| Dec 13 22:23:43.135 INFO STEP 30: ensure_file, from: /work/oxidecomputer/helios/image/templates/gimlet/zfs.json
92072024-12-13T22:23:44.527Z[ host-image] Dec 13 22:23:43.162 INFO O| Dec 13 22:23:43.162 INFO file /rpool/images/build/host/work/gimlet/zfs/a/etc/auto_master does not exist
92082024-12-13T22:23:44.527Z[ host-image] Dec 13 22:23:43.162 INFO O| Dec 13 22:23:43.162 INFO copying /work/oxidecomputer/helios/image/templates/files/auto_master -> /rpool/images/build/host/work/gimlet/zfs/a/etc/auto_master ...
92092024-12-13T22:23:44.531Z[ host-image] Dec 13 22:23:43.162 INFO O| Dec 13 22:23:43.162 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/etc/auto_master
92102024-12-13T22:23:44.531Z[ host-image] Dec 13 22:23:43.163 INFO O| Dec 13 22:23:43.162 INFO ok!
92112024-12-13T22:23:44.531Z[ host-image] Dec 13 22:23:43.163 INFO O| Dec 13 22:23:43.162 INFO STEP 30 (ensure_file) COMPLETE
92122024-12-13T22:23:44.532Z[ host-image] Dec 13 22:23:43.163 INFO O| Dec 13 22:23:43.163 INFO STEP 31: ensure_file, from: /work/oxidecomputer/helios/image/templates/gimlet/zfs.json
92132024-12-13T22:23:44.564Z[ host-image] Dec 13 22:23:43.200 INFO O| Dec 13 22:23:43.200 WARN file /rpool/images/build/host/work/gimlet/zfs/a/etc/ttydefs exists, with wrong contents, unlinking
92142024-12-13T22:23:44.564Z[ host-image] Dec 13 22:23:43.201 INFO O| Dec 13 22:23:43.201 INFO copying /work/oxidecomputer/helios/image/templates/files/ttydefs.3000000 -> /rpool/images/build/host/work/gimlet/zfs/a/etc/ttydefs ...
92152024-12-13T22:23:44.564Z[ host-image] Dec 13 22:23:43.201 INFO O| Dec 13 22:23:43.201 INFO ownership wrong (Id(0):Id(0), not 0:3), path: /rpool/images/build/host/work/gimlet/zfs/a/etc/ttydefs
92162024-12-13T22:23:44.564Z[ host-image] Dec 13 22:23:43.201 INFO O| Dec 13 22:23:43.201 INFO chown ok, path: /rpool/images/build/host/work/gimlet/zfs/a/etc/ttydefs
92172024-12-13T22:23:44.567Z[ host-image] Dec 13 22:23:43.201 INFO O| Dec 13 22:23:43.201 INFO ok!
92182024-12-13T22:23:44.567Z[ host-image] Dec 13 22:23:43.201 INFO O| Dec 13 22:23:43.201 INFO STEP 31 (ensure_file) COMPLETE
92192024-12-13T22:23:44.567Z[ host-image] Dec 13 22:23:43.201 INFO O| Dec 13 22:23:43.201 INFO STEP 32: ensure_file, from: /work/oxidecomputer/helios/image/templates/gimlet/zfs.json
92202024-12-13T22:23:44.661Z[ host-image] Dec 13 22:23:43.297 INFO O| Dec 13 22:23:43.297 WARN file /rpool/images/build/host/work/gimlet/zfs/a/etc/default/init exists, with wrong contents, unlinking
92212024-12-13T22:23:44.661Z[ host-image] Dec 13 22:23:43.298 INFO O| Dec 13 22:23:43.297 INFO copying /work/oxidecomputer/helios/image/templates/files/default_init -> /rpool/images/build/host/work/gimlet/zfs/a/etc/default/init ...
92222024-12-13T22:23:44.665Z[ host-image] Dec 13 22:23:43.298 INFO O| Dec 13 22:23:43.298 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/etc/default/init
92232024-12-13T22:23:44.665Z[ host-image] Dec 13 22:23:43.298 INFO O| Dec 13 22:23:43.298 INFO ok!
92242024-12-13T22:23:44.665Z[ host-image] Dec 13 22:23:43.298 INFO O| Dec 13 22:23:43.298 INFO STEP 32 (ensure_file) COMPLETE
92252024-12-13T22:23:44.665Z[ host-image] Dec 13 22:23:43.298 INFO O| Dec 13 22:23:43.298 INFO STEP 33: ensure_file, from: /work/oxidecomputer/helios/image/templates/gimlet/zfs.json
92262024-12-13T22:23:44.718Z[ host-image] Dec 13 22:23:43.355 INFO O| Dec 13 22:23:43.355 WARN file /rpool/images/build/host/work/gimlet/zfs/a/etc/ssh/sshd_config exists, with wrong contents, unlinking
92272024-12-13T22:23:44.718Z[ host-image] Dec 13 22:23:43.355 INFO O| Dec 13 22:23:43.355 INFO copying /work/oxidecomputer/helios/image/templates/files/sshd_config -> /rpool/images/build/host/work/gimlet/zfs/a/etc/ssh/sshd_config ...
92282024-12-13T22:23:44.721Z[ host-image] Dec 13 22:23:43.355 INFO O| Dec 13 22:23:43.355 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/etc/ssh/sshd_config
92292024-12-13T22:23:44.721Z[ host-image] Dec 13 22:23:43.355 INFO O| Dec 13 22:23:43.355 INFO ok!
92302024-12-13T22:23:44.721Z[ host-image] Dec 13 22:23:43.355 INFO O| Dec 13 22:23:43.355 INFO STEP 33 (ensure_file) COMPLETE
92312024-12-13T22:23:44.721Z[ host-image] Dec 13 22:23:43.355 INFO O| Dec 13 22:23:43.355 INFO STEP 34: ensure_file, from: /work/oxidecomputer/helios/image/templates/gimlet/zfs.json
92322024-12-13T22:23:44.783Z[ host-image] Dec 13 22:23:43.419 INFO O| Dec 13 22:23:43.419 INFO file /rpool/images/build/host/work/gimlet/zfs/a/usr/lib/bootparams does not exist
92332024-12-13T22:23:44.783Z[ host-image] Dec 13 22:23:43.419 INFO O| Dec 13 22:23:43.419 INFO copying /work/oxidecomputer/helios/image/templates/files/bootparams.sh -> /rpool/images/build/host/work/gimlet/zfs/a/usr/lib/bootparams ...
92342024-12-13T22:23:44.786Z[ host-image] Dec 13 22:23:43.419 INFO O| Dec 13 22:23:43.419 INFO perms are 644, should be 755, path: /rpool/images/build/host/work/gimlet/zfs/a/usr/lib/bootparams
92352024-12-13T22:23:44.786Z[ host-image] Dec 13 22:23:43.420 INFO O| Dec 13 22:23:43.420 INFO chmod ok, path: /rpool/images/build/host/work/gimlet/zfs/a/usr/lib/bootparams
92362024-12-13T22:23:44.786Z[ host-image] Dec 13 22:23:43.420 INFO O| Dec 13 22:23:43.420 INFO ownership wrong (Id(0):Id(0), not 0:2), path: /rpool/images/build/host/work/gimlet/zfs/a/usr/lib/bootparams
92372024-12-13T22:23:44.786Z[ host-image] Dec 13 22:23:43.420 INFO O| Dec 13 22:23:43.420 INFO chown ok, path: /rpool/images/build/host/work/gimlet/zfs/a/usr/lib/bootparams
92382024-12-13T22:23:44.786Z[ host-image] Dec 13 22:23:43.420 INFO O| Dec 13 22:23:43.420 INFO ok!
92392024-12-13T22:23:44.786Z[ host-image] Dec 13 22:23:43.420 INFO O| Dec 13 22:23:43.420 INFO STEP 34 (ensure_file) COMPLETE
92402024-12-13T22:23:44.786Z[ host-image] Dec 13 22:23:43.420 INFO O| Dec 13 22:23:43.420 INFO STEP 35: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/t6-firmware.json
92412024-12-13T22:23:44.809Z[ host-image] Dec 13 22:23:43.445 INFO O| Dec 13 22:23:43.445 INFO creating directory: /rpool/images/build/host/work/gimlet/zfs/a/platform/Oxide,Gimlet/firmware
92422024-12-13T22:23:44.812Z[ host-image] Dec 13 22:23:43.446 INFO O| Dec 13 22:23:43.445 INFO ownership wrong (Id(0):Id(0), not 0:3), path: /rpool/images/build/host/work/gimlet/zfs/a/platform/Oxide,Gimlet/firmware
92432024-12-13T22:23:44.812Z[ host-image] Dec 13 22:23:43.446 INFO O| Dec 13 22:23:43.446 INFO chown ok, path: /rpool/images/build/host/work/gimlet/zfs/a/platform/Oxide,Gimlet/firmware
92442024-12-13T22:23:44.812Z[ host-image] Dec 13 22:23:43.446 INFO O| Dec 13 22:23:43.446 INFO STEP 35 (ensure_dir) COMPLETE
92452024-12-13T22:23:44.812Z[ host-image] Dec 13 22:23:43.446 INFO O| Dec 13 22:23:43.446 INFO STEP 36: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/t6-firmware.json
92462024-12-13T22:23:44.834Z[ host-image] Dec 13 22:23:43.470 INFO O| Dec 13 22:23:43.470 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
92472024-12-13T22:23:44.834Z[ host-image] Dec 13 22:23:43.470 INFO O| Dec 13 22:23:43.470 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 ...
92482024-12-13T22:23:44.837Z[ host-image] Dec 13 22:23:43.470 INFO O| Dec 13 22:23:43.470 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
92492024-12-13T22:23:44.837Z[ host-image] Dec 13 22:23:43.470 INFO O| Dec 13 22:23:43.470 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
92502024-12-13T22:23:44.837Z[ host-image] Dec 13 22:23:43.471 INFO O| Dec 13 22:23:43.470 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
92512024-12-13T22:23:44.837Z[ host-image] Dec 13 22:23:43.471 INFO O| Dec 13 22:23:43.471 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
92522024-12-13T22:23:44.837Z[ host-image] Dec 13 22:23:43.471 INFO O| Dec 13 22:23:43.471 INFO ok!
92532024-12-13T22:23:44.837Z[ host-image] Dec 13 22:23:43.471 INFO O| Dec 13 22:23:43.471 INFO STEP 36 (ensure_file) COMPLETE
92542024-12-13T22:23:44.837Z[ host-image] Dec 13 22:23:43.471 INFO O| Dec 13 22:23:43.471 INFO STEP 37: ensure_symlink, from: /work/oxidecomputer/helios/image/templates/include/t6-firmware.json
92552024-12-13T22:23:44.860Z[ host-image] Dec 13 22:23:43.497 INFO O| Dec 13 22:23:43.497 INFO link /rpool/images/build/host/work/gimlet/zfs/a/platform/Oxide,Gimlet/firmware/t6srom.bin does not exist
92562024-12-13T22:23:44.860Z[ host-image] Dec 13 22:23:43.497 INFO O| Dec 13 22:23:43.497 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 ...
92572024-12-13T22:23:44.863Z[ host-image] Dec 13 22:23:43.497 INFO O| Dec 13 22:23:43.497 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/platform/Oxide,Gimlet/firmware/t6srom.bin
92582024-12-13T22:23:44.863Z[ host-image] Dec 13 22:23:43.497 INFO O| Dec 13 22:23:43.497 INFO ok!
92592024-12-13T22:23:44.863Z[ host-image] Dec 13 22:23:43.497 INFO O| Dec 13 22:23:43.497 INFO STEP 37 (ensure_symlink) COMPLETE
92602024-12-13T22:23:44.863Z[ host-image] Dec 13 22:23:43.497 INFO O| Dec 13 22:23:43.497 INFO STEP 38: ensure_file, from: /work/oxidecomputer/helios/image/templates/gimlet/zfs.json
92612024-12-13T22:23:44.899Z[ host-image] Dec 13 22:23:43.535 INFO O| Dec 13 22:23:43.535 INFO file /rpool/images/build/host/work/gimlet/zfs/a/usr/lib/postboot does not exist
92622024-12-13T22:23:44.899Z[ host-image] Dec 13 22:23:43.536 INFO O| Dec 13 22:23:43.535 INFO copying /work/oxidecomputer/helios/image/templates/files/gimlet-postboot.sh -> /rpool/images/build/host/work/gimlet/zfs/a/usr/lib/postboot ...
92632024-12-13T22:23:44.899Z[ host-image] Dec 13 22:23:43.536 INFO O| Dec 13 22:23:43.536 INFO perms are 644, should be 755, path: /rpool/images/build/host/work/gimlet/zfs/a/usr/lib/postboot
92642024-12-13T22:23:44.902Z[ host-image] Dec 13 22:23:43.536 INFO O| Dec 13 22:23:43.536 INFO chmod ok, path: /rpool/images/build/host/work/gimlet/zfs/a/usr/lib/postboot
92652024-12-13T22:23:44.902Z[ host-image] Dec 13 22:23:43.536 INFO O| Dec 13 22:23:43.536 INFO ownership wrong (Id(0):Id(0), not 0:2), path: /rpool/images/build/host/work/gimlet/zfs/a/usr/lib/postboot
92662024-12-13T22:23:44.902Z[ host-image] Dec 13 22:23:43.536 INFO O| Dec 13 22:23:43.536 INFO chown ok, path: /rpool/images/build/host/work/gimlet/zfs/a/usr/lib/postboot
92672024-12-13T22:23:44.902Z[ host-image] Dec 13 22:23:43.536 INFO O| Dec 13 22:23:43.536 INFO ok!
92682024-12-13T22:23:44.902Z[ host-image] Dec 13 22:23:43.536 INFO O| Dec 13 22:23:43.536 INFO STEP 38 (ensure_file) COMPLETE
92692024-12-13T22:23:44.902Z[ host-image] Dec 13 22:23:43.536 INFO O| Dec 13 22:23:43.536 INFO STEP 39: ensure_file, from: /work/oxidecomputer/helios/image/templates/gimlet/zfs.json
92702024-12-13T22:23:44.948Z[ host-image] Dec 13 22:23:43.584 INFO O| Dec 13 22:23:43.584 INFO file /rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/site/postboot.xml does not exist
92712024-12-13T22:23:44.948Z[ host-image] Dec 13 22:23:43.584 INFO O| Dec 13 22:23:43.584 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 ...
92722024-12-13T22:23:44.950Z[ host-image] Dec 13 22:23:43.584 INFO O| Dec 13 22:23:43.584 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
92732024-12-13T22:23:44.950Z[ host-image] Dec 13 22:23:43.584 INFO O| Dec 13 22:23:43.584 INFO chown ok, path: /rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/site/postboot.xml
92742024-12-13T22:23:44.950Z[ host-image] Dec 13 22:23:43.584 INFO O| Dec 13 22:23:43.584 INFO ok!
92752024-12-13T22:23:44.950Z[ host-image] Dec 13 22:23:43.585 INFO O| Dec 13 22:23:43.584 INFO STEP 39 (ensure_file) COMPLETE
92762024-12-13T22:23:44.950Z[ host-image] Dec 13 22:23:43.585 INFO O| Dec 13 22:23:43.584 INFO STEP 40: ensure_file, from: /work/oxidecomputer/helios/image/templates/gimlet/zfs.json
92772024-12-13T22:23:44.992Z[ host-image] Dec 13 22:23:43.628 INFO O| Dec 13 22:23:43.628 INFO file /rpool/images/build/host/work/gimlet/zfs/a/var/svc/profile/site.xml does not exist
92782024-12-13T22:23:44.992Z[ host-image] Dec 13 22:23:43.628 INFO O| Dec 13 22:23:43.628 INFO copying /work/oxidecomputer/helios/image/templates/files/site.xml -> /rpool/images/build/host/work/gimlet/zfs/a/var/svc/profile/site.xml ...
92792024-12-13T22:23:44.994Z[ host-image] Dec 13 22:23:43.629 INFO O| Dec 13 22:23:43.629 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/var/svc/profile/site.xml
92802024-12-13T22:23:44.994Z[ host-image] Dec 13 22:23:43.629 INFO O| Dec 13 22:23:43.629 INFO ok!
92812024-12-13T22:23:44.994Z[ host-image] Dec 13 22:23:43.629 INFO O| Dec 13 22:23:43.629 INFO STEP 40 (ensure_file) COMPLETE
92822024-12-13T22:23:44.994Z[ host-image] Dec 13 22:23:43.629 INFO O| Dec 13 22:23:43.629 INFO STEP 41: shadow, from: /work/oxidecomputer/helios/image/templates/include/root-noauth.json
92832024-12-13T22:23:45.016Z[ host-image] Dec 13 22:23:43.652 INFO O| Dec 13 22:23:43.652 INFO updating shadow file
92842024-12-13T22:23:45.018Z[ host-image] Dec 13 22:23:43.653 INFO O| Dec 13 22:23:43.652 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/etc/shadow
92852024-12-13T22:23:45.018Z[ host-image] Dec 13 22:23:43.653 INFO O| Dec 13 22:23:43.653 INFO STEP 41 (shadow) COMPLETE
92862024-12-13T22:23:45.018Z[ host-image] Dec 13 22:23:43.653 INFO O| Dec 13 22:23:43.653 INFO STEP 42: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/root-noauth.json
92872024-12-13T22:23:45.048Z[ host-image] Dec 13 22:23:43.684 INFO O| Dec 13 22:23:43.684 WARN file /rpool/images/build/host/work/gimlet/zfs/a/etc/default/login exists, with wrong contents, unlinking
92882024-12-13T22:23:45.048Z[ host-image] Dec 13 22:23:43.684 INFO O| Dec 13 22:23:43.684 INFO copying /work/oxidecomputer/helios/image/templates/files/mfg_default_login -> /rpool/images/build/host/work/gimlet/zfs/a/etc/default/login ...
92892024-12-13T22:23:45.050Z[ host-image] Dec 13 22:23:43.684 INFO O| Dec 13 22:23:43.684 INFO ownership wrong (Id(0):Id(0), not 0:3), path: /rpool/images/build/host/work/gimlet/zfs/a/etc/default/login
92902024-12-13T22:23:45.050Z[ host-image] Dec 13 22:23:43.684 INFO O| Dec 13 22:23:43.684 INFO chown ok, path: /rpool/images/build/host/work/gimlet/zfs/a/etc/default/login
92912024-12-13T22:23:45.050Z[ host-image] Dec 13 22:23:43.684 INFO O| Dec 13 22:23:43.684 INFO ok!
92922024-12-13T22:23:45.050Z[ host-image] Dec 13 22:23:43.684 INFO O| Dec 13 22:23:43.684 INFO STEP 42 (ensure_file) COMPLETE
92932024-12-13T22:23:45.050Z[ host-image] Dec 13 22:23:43.684 INFO O| Dec 13 22:23:43.684 INFO STEP 43: ensure_file, from: /work/oxidecomputer/helios/image/templates/gimlet/zfs.json
92942024-12-13T22:23:45.050Z[ host-image] Dec 13 22:23:43.684 INFO O| Dec 13 22:23:43.684 INFO skip step because feature "mfg" is not enabled
92952024-12-13T22:23:45.050Z[ host-image] Dec 13 22:23:43.684 INFO O| Dec 13 22:23:43.684 INFO STEP 44: ensure_file, from: /work/oxidecomputer/helios/image/templates/gimlet/zfs.json
92962024-12-13T22:23:45.050Z[ host-image] Dec 13 22:23:43.685 INFO O| Dec 13 22:23:43.684 INFO skip step because feature "mfg" is not enabled
92972024-12-13T22:23:45.050Z[ host-image] Dec 13 22:23:43.685 INFO O| Dec 13 22:23:43.685 INFO STEP 45: ensure_file, from: /work/oxidecomputer/helios/image/templates/gimlet/zfs.json
92982024-12-13T22:23:45.097Z[ host-image] Dec 13 22:23:43.733 INFO O| Dec 13 22:23:43.733 INFO file /rpool/images/build/host/work/gimlet/zfs/a/usr/bin/pilot does not exist
92992024-12-13T22:23:45.097Z[ host-image] Dec 13 22:23:43.733 INFO O| Dec 13 22:23:43.733 INFO copying /work/oxidecomputer/helios/projects/pilot/target/release/pilot -> /rpool/images/build/host/work/gimlet/zfs/a/usr/bin/pilot ...
93002024-12-13T22:23:46.083Z[ host-image] Dec 13 22:23:44.718 INFO O| Dec 13 22:23:44.718 INFO ownership wrong (Id(0):Id(0), not 0:2), path: /rpool/images/build/host/work/gimlet/zfs/a/usr/bin/pilot
93012024-12-13T22:23:46.083Z[ host-image] Dec 13 22:23:44.718 INFO O| Dec 13 22:23:44.718 INFO chown ok, path: /rpool/images/build/host/work/gimlet/zfs/a/usr/bin/pilot
93022024-12-13T22:23:46.083Z[ host-image] Dec 13 22:23:44.718 INFO O| Dec 13 22:23:44.718 INFO ok!
93032024-12-13T22:23:46.085Z[ host-image] Dec 13 22:23:44.718 INFO O| Dec 13 22:23:44.718 INFO STEP 45 (ensure_file) COMPLETE
93042024-12-13T22:23:46.085Z[ host-image] Dec 13 22:23:44.718 INFO O| Dec 13 22:23:44.718 INFO STEP 46: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/compliance-common.json
93052024-12-13T22:23:46.103Z[ host-image] Dec 13 22:23:44.739 INFO O| Dec 13 22:23:44.739 WARN file /rpool/images/build/host/work/gimlet/zfs/a/usr/lib/postboot exists, with wrong contents, unlinking
93062024-12-13T22:23:46.103Z[ host-image] Dec 13 22:23:44.739 INFO O| Dec 13 22:23:44.739 INFO copying /work/oxidecomputer/helios/image/templates/files/compliance-postboot.sh -> /rpool/images/build/host/work/gimlet/zfs/a/usr/lib/postboot ...
93072024-12-13T22:23:46.106Z[ host-image] Dec 13 22:23:44.739 INFO O| Dec 13 22:23:44.739 INFO perms are 644, should be 755, path: /rpool/images/build/host/work/gimlet/zfs/a/usr/lib/postboot
93082024-12-13T22:23:46.106Z[ host-image] Dec 13 22:23:44.739 INFO O| Dec 13 22:23:44.739 INFO chmod ok, path: /rpool/images/build/host/work/gimlet/zfs/a/usr/lib/postboot
93092024-12-13T22:23:46.106Z[ host-image] Dec 13 22:23:44.739 INFO O| Dec 13 22:23:44.739 INFO ownership wrong (Id(0):Id(0), not 0:2), path: /rpool/images/build/host/work/gimlet/zfs/a/usr/lib/postboot
93102024-12-13T22:23:46.106Z[ host-image] Dec 13 22:23:44.739 INFO O| Dec 13 22:23:44.739 INFO chown ok, path: /rpool/images/build/host/work/gimlet/zfs/a/usr/lib/postboot
93112024-12-13T22:23:46.106Z[ host-image] Dec 13 22:23:44.740 INFO O| Dec 13 22:23:44.739 INFO ok!
93122024-12-13T22:23:46.106Z[ host-image] Dec 13 22:23:44.740 INFO O| Dec 13 22:23:44.740 INFO STEP 46 (ensure_file) COMPLETE
93132024-12-13T22:23:46.106Z[ host-image] Dec 13 22:23:44.740 INFO O| Dec 13 22:23:44.740 INFO STEP 47: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/compliance-common.json
93142024-12-13T22:23:46.125Z[ host-image] Dec 13 22:23:44.761 INFO O| Dec 13 22:23:44.761 WARN file /rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/site/postboot.xml exists, with wrong contents, unlinking
93152024-12-13T22:23:46.125Z[ host-image] Dec 13 22:23:44.761 INFO O| Dec 13 22:23:44.761 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 ...
93162024-12-13T22:23:46.128Z[ host-image] Dec 13 22:23:44.762 INFO O| Dec 13 22:23:44.762 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
93172024-12-13T22:23:46.128Z[ host-image] Dec 13 22:23:44.762 INFO O| Dec 13 22:23:44.762 INFO chown ok, path: /rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/site/postboot.xml
93182024-12-13T22:23:46.128Z[ host-image] Dec 13 22:23:44.762 INFO O| Dec 13 22:23:44.762 INFO ok!
93192024-12-13T22:23:46.128Z[ host-image] Dec 13 22:23:44.762 INFO O| Dec 13 22:23:44.762 INFO STEP 47 (ensure_file) COMPLETE
93202024-12-13T22:23:46.128Z[ host-image] Dec 13 22:23:44.762 INFO O| Dec 13 22:23:44.762 INFO STEP 48: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/compliance-common.json
93212024-12-13T22:23:46.163Z[ host-image] Dec 13 22:23:44.799 INFO O| Dec 13 22:23:44.799 INFO file /rpool/images/build/host/work/gimlet/zfs/a/usr/lib/compliance-hostname does not exist
93222024-12-13T22:23:46.163Z[ host-image] Dec 13 22:23:44.799 INFO O| Dec 13 22:23:44.799 INFO copying /work/oxidecomputer/helios/image/templates/files/compliance-hostname.sh -> /rpool/images/build/host/work/gimlet/zfs/a/usr/lib/compliance-hostname ...
93232024-12-13T22:23:46.166Z[ host-image] Dec 13 22:23:44.800 INFO O| Dec 13 22:23:44.800 INFO perms are 644, should be 755, path: /rpool/images/build/host/work/gimlet/zfs/a/usr/lib/compliance-hostname
93242024-12-13T22:23:46.166Z[ host-image] Dec 13 22:23:44.800 INFO O| Dec 13 22:23:44.800 INFO chmod ok, path: /rpool/images/build/host/work/gimlet/zfs/a/usr/lib/compliance-hostname
93252024-12-13T22:23:46.166Z[ host-image] Dec 13 22:23:44.800 INFO O| Dec 13 22:23:44.800 INFO ownership wrong (Id(0):Id(0), not 0:2), path: /rpool/images/build/host/work/gimlet/zfs/a/usr/lib/compliance-hostname
93262024-12-13T22:23:46.166Z[ host-image] Dec 13 22:23:44.800 INFO O| Dec 13 22:23:44.800 INFO chown ok, path: /rpool/images/build/host/work/gimlet/zfs/a/usr/lib/compliance-hostname
93272024-12-13T22:23:46.166Z[ host-image] Dec 13 22:23:44.800 INFO O| Dec 13 22:23:44.800 INFO ok!
93282024-12-13T22:23:46.166Z[ host-image] Dec 13 22:23:44.800 INFO O| Dec 13 22:23:44.800 INFO STEP 48 (ensure_file) COMPLETE
93292024-12-13T22:23:46.166Z[ host-image] Dec 13 22:23:44.800 INFO O| Dec 13 22:23:44.800 INFO STEP 49: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/compliance-common.json
93302024-12-13T22:23:46.201Z[ host-image] Dec 13 22:23:44.835 INFO O| Dec 13 22:23:44.835 INFO file /rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/site/compliance-hostname.xml does not exist
93312024-12-13T22:23:46.201Z[ host-image] Dec 13 22:23:44.835 INFO O| Dec 13 22:23:44.835 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 ...
93322024-12-13T22:23:46.205Z[ host-image] Dec 13 22:23:44.835 INFO O| Dec 13 22:23:44.835 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
93332024-12-13T22:23:46.205Z[ host-image] Dec 13 22:23:44.836 INFO O| Dec 13 22:23:44.836 INFO chown ok, path: /rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/site/compliance-hostname.xml
93342024-12-13T22:23:46.205Z[ host-image] Dec 13 22:23:44.836 INFO O| Dec 13 22:23:44.836 INFO ok!
93352024-12-13T22:23:46.205Z[ host-image] Dec 13 22:23:44.836 INFO O| Dec 13 22:23:44.836 INFO STEP 49 (ensure_file) COMPLETE
93362024-12-13T22:23:46.205Z[ host-image] Dec 13 22:23:44.836 INFO O| Dec 13 22:23:44.836 INFO STEP 50: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/compliance-common.json
93372024-12-13T22:23:46.242Z[ host-image] Dec 13 22:23:44.878 INFO O| Dec 13 22:23:44.878 INFO file /rpool/images/build/host/work/gimlet/zfs/a/usr/lib/compliance-beacon does not exist
93382024-12-13T22:23:46.242Z[ host-image] Dec 13 22:23:44.878 INFO O| Dec 13 22:23:44.878 INFO copying /work/oxidecomputer/helios/image/templates/files/compliance-beacon.sh -> /rpool/images/build/host/work/gimlet/zfs/a/usr/lib/compliance-beacon ...
93392024-12-13T22:23:46.245Z[ host-image] Dec 13 22:23:44.878 INFO O| Dec 13 22:23:44.878 INFO perms are 644, should be 755, path: /rpool/images/build/host/work/gimlet/zfs/a/usr/lib/compliance-beacon
93402024-12-13T22:23:46.245Z[ host-image] Dec 13 22:23:44.878 INFO O| Dec 13 22:23:44.878 INFO chmod ok, path: /rpool/images/build/host/work/gimlet/zfs/a/usr/lib/compliance-beacon
93412024-12-13T22:23:46.245Z[ host-image] Dec 13 22:23:44.879 INFO O| Dec 13 22:23:44.878 INFO ownership wrong (Id(0):Id(0), not 0:2), path: /rpool/images/build/host/work/gimlet/zfs/a/usr/lib/compliance-beacon
93422024-12-13T22:23:46.245Z[ host-image] Dec 13 22:23:44.879 INFO O| Dec 13 22:23:44.879 INFO chown ok, path: /rpool/images/build/host/work/gimlet/zfs/a/usr/lib/compliance-beacon
93432024-12-13T22:23:46.245Z[ host-image] Dec 13 22:23:44.879 INFO O| Dec 13 22:23:44.879 INFO ok!
93442024-12-13T22:23:46.245Z[ host-image] Dec 13 22:23:44.879 INFO O| Dec 13 22:23:44.879 INFO STEP 50 (ensure_file) COMPLETE
93452024-12-13T22:23:46.245Z[ host-image] Dec 13 22:23:44.879 INFO O| Dec 13 22:23:44.879 INFO STEP 51: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/compliance-common.json
93462024-12-13T22:23:46.266Z[ host-image] Dec 13 22:23:44.902 INFO O| Dec 13 22:23:44.902 INFO file /rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/site/compliance-beacon.xml does not exist
93472024-12-13T22:23:46.266Z[ host-image] Dec 13 22:23:44.902 INFO O| Dec 13 22:23:44.902 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 ...
93482024-12-13T22:23:46.269Z[ host-image] Dec 13 22:23:44.902 INFO O| Dec 13 22:23:44.902 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
93492024-12-13T22:23:46.269Z[ host-image] Dec 13 22:23:44.902 INFO O| Dec 13 22:23:44.902 INFO chown ok, path: /rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/site/compliance-beacon.xml
93502024-12-13T22:23:46.269Z[ host-image] Dec 13 22:23:44.902 INFO O| Dec 13 22:23:44.902 INFO ok!
93512024-12-13T22:23:46.269Z[ host-image] Dec 13 22:23:44.902 INFO O| Dec 13 22:23:44.902 INFO STEP 51 (ensure_file) COMPLETE
93522024-12-13T22:23:46.269Z[ host-image] Dec 13 22:23:44.902 INFO O| Dec 13 22:23:44.902 INFO STEP 52: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/compliance-common.json
93532024-12-13T22:23:46.347Z[ host-image] Dec 13 22:23:44.983 INFO O| Dec 13 22:23:44.983 INFO file /rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/site/compliance-time.xml does not exist
93542024-12-13T22:23:46.347Z[ host-image] Dec 13 22:23:44.983 INFO O| Dec 13 22:23:44.983 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 ...
93552024-12-13T22:23:46.349Z[ host-image] Dec 13 22:23:44.983 INFO O| Dec 13 22:23:44.983 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
93562024-12-13T22:23:46.349Z[ host-image] Dec 13 22:23:44.983 INFO O| Dec 13 22:23:44.983 INFO chown ok, path: /rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/site/compliance-time.xml
93572024-12-13T22:23:46.349Z[ host-image] Dec 13 22:23:44.983 INFO O| Dec 13 22:23:44.983 INFO ok!
93582024-12-13T22:23:46.350Z[ host-image] Dec 13 22:23:44.984 INFO O| Dec 13 22:23:44.983 INFO STEP 52 (ensure_file) COMPLETE
93592024-12-13T22:23:46.350Z[ host-image] Dec 13 22:23:44.984 INFO O| Dec 13 22:23:44.984 INFO STEP 53: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/compliance-common.json
93602024-12-13T22:23:46.409Z[ host-image] Dec 13 22:23:45.046 INFO O| Dec 13 22:23:45.045 INFO file /rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/site/compliance-dump.xml does not exist
93612024-12-13T22:23:46.409Z[ host-image] Dec 13 22:23:45.046 INFO O| Dec 13 22:23:45.045 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 ...
93622024-12-13T22:23:46.413Z[ host-image] Dec 13 22:23:45.046 INFO O| Dec 13 22:23:45.046 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
93632024-12-13T22:23:46.413Z[ host-image] Dec 13 22:23:45.046 INFO O| Dec 13 22:23:45.046 INFO chown ok, path: /rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/site/compliance-dump.xml
93642024-12-13T22:23:46.413Z[ host-image] Dec 13 22:23:45.046 INFO O| Dec 13 22:23:45.046 INFO ok!
93652024-12-13T22:23:46.413Z[ host-image] Dec 13 22:23:45.046 INFO O| Dec 13 22:23:45.046 INFO STEP 53 (ensure_file) COMPLETE
93662024-12-13T22:23:46.413Z[ host-image] Dec 13 22:23:45.046 INFO O| Dec 13 22:23:45.046 INFO STEP 54: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
93672024-12-13T22:23:46.435Z[ host-image] Dec 13 22:23:45.071 INFO O| Dec 13 22:23:45.071 INFO ownership already OK (0:3), path: /rpool/images/build/host/work/gimlet/zfs/a/opt
93682024-12-13T22:23:46.435Z[ host-image] Dec 13 22:23:45.071 INFO O| Dec 13 22:23:45.071 INFO STEP 54 (ensure_dir) COMPLETE
93692024-12-13T22:23:46.438Z[ host-image] Dec 13 22:23:45.071 INFO O| Dec 13 22:23:45.071 INFO STEP 55: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
93702024-12-13T22:23:46.472Z[ host-image] Dec 13 22:23:45.108 INFO O| Dec 13 22:23:45.108 INFO ownership wrong (Id(0):Id(2), not 0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide
93712024-12-13T22:23:46.473Z[ host-image] Dec 13 22:23:45.108 INFO O| Dec 13 22:23:45.108 INFO chown ok, path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide
93722024-12-13T22:23:46.473Z[ host-image] Dec 13 22:23:45.108 INFO O| Dec 13 22:23:45.108 INFO STEP 55 (ensure_dir) COMPLETE
93732024-12-13T22:23:46.476Z[ host-image] Dec 13 22:23:45.108 INFO O| Dec 13 22:23:45.108 INFO STEP 56: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
93742024-12-13T22:23:46.508Z[ host-image] Dec 13 22:23:45.144 INFO O| Dec 13 22:23:45.144 INFO creating directory: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/mg-ddm
93752024-12-13T22:23:46.510Z[ host-image] Dec 13 22:23:45.144 INFO O| Dec 13 22:23:45.144 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/mg-ddm
93762024-12-13T22:23:46.510Z[ host-image] Dec 13 22:23:45.144 INFO O| Dec 13 22:23:45.144 INFO STEP 56 (ensure_dir) COMPLETE
93772024-12-13T22:23:46.510Z[ host-image] Dec 13 22:23:45.144 INFO O| Dec 13 22:23:45.144 INFO STEP 57: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
93782024-12-13T22:23:46.538Z[ host-image] Dec 13 22:23:45.174 INFO O| Dec 13 22:23:45.174 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/mg-ddm/ddmadm does not exist
93792024-12-13T22:23:46.538Z[ host-image] Dec 13 22:23:45.174 INFO O| Dec 13 22:23:45.174 INFO copying /tmp/.tmpCpDBqP/proto/host/root/opt/oxide/mg-ddm/ddmadm -> /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/mg-ddm/ddmadm ...
93802024-12-13T22:23:46.576Z[ host-image] Dec 13 22:23:45.211 INFO O| Dec 13 22:23:45.211 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/mg-ddm/ddmadm
93812024-12-13T22:23:46.576Z[ host-image] Dec 13 22:23:45.211 INFO O| Dec 13 22:23:45.211 INFO ok!
93822024-12-13T22:23:46.579Z[ host-image] Dec 13 22:23:45.211 INFO O| Dec 13 22:23:45.211 INFO STEP 57 (ensure_file) COMPLETE
93832024-12-13T22:23:46.579Z[ host-image] Dec 13 22:23:45.211 INFO O| Dec 13 22:23:45.211 INFO STEP 58: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
93842024-12-13T22:23:46.618Z[ host-image] Dec 13 22:23:45.251 INFO O| Dec 13 22:23:45.251 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/mg-ddm/ddmd does not exist
93852024-12-13T22:23:46.618Z[ host-image] Dec 13 22:23:45.251 INFO O| Dec 13 22:23:45.251 INFO copying /tmp/.tmpCpDBqP/proto/host/root/opt/oxide/mg-ddm/ddmd -> /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/mg-ddm/ddmd ...
93862024-12-13T22:23:48.096Z[ host-image] Dec 13 22:23:46.731 INFO O| Dec 13 22:23:46.731 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/mg-ddm/ddmd
93872024-12-13T22:23:48.096Z[ host-image] Dec 13 22:23:46.731 INFO O| Dec 13 22:23:46.731 INFO ok!
93882024-12-13T22:23:48.099Z[ host-image] Dec 13 22:23:46.731 INFO O| Dec 13 22:23:46.731 INFO STEP 58 (ensure_file) COMPLETE
93892024-12-13T22:23:48.099Z[ host-image] Dec 13 22:23:46.731 INFO O| Dec 13 22:23:46.731 INFO STEP 59: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
93902024-12-13T22:23:48.156Z[ host-image] Dec 13 22:23:46.791 INFO O| Dec 13 22:23:46.791 INFO creating directory: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/mg-ddm/pkg
93912024-12-13T22:23:48.156Z[ host-image] Dec 13 22:23:46.791 INFO O| Dec 13 22:23:46.791 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/mg-ddm/pkg
93922024-12-13T22:23:48.156Z[ host-image] Dec 13 22:23:46.791 INFO O| Dec 13 22:23:46.791 INFO STEP 59 (ensure_dir) COMPLETE
93932024-12-13T22:23:48.159Z[ host-image] Dec 13 22:23:46.791 INFO O| Dec 13 22:23:46.791 INFO STEP 60: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
93942024-12-13T22:23:48.298Z[ host-image] Dec 13 22:23:46.934 INFO O| Dec 13 22:23:46.934 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/mg-ddm/pkg/refresh_ctrun_child.sh does not exist
93952024-12-13T22:23:48.298Z[ host-image] Dec 13 22:23:46.934 INFO O| Dec 13 22:23:46.934 INFO copying /tmp/.tmpCpDBqP/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 ...
93962024-12-13T22:23:48.298Z[ host-image] Dec 13 22:23:46.934 INFO O| Dec 13 22:23:46.934 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/mg-ddm/pkg/refresh_ctrun_child.sh
93972024-12-13T22:23:48.303Z[ host-image] Dec 13 22:23:46.934 INFO O| Dec 13 22:23:46.934 INFO ok!
93982024-12-13T22:23:48.303Z[ host-image] Dec 13 22:23:46.934 INFO O| Dec 13 22:23:46.934 INFO STEP 60 (ensure_file) COMPLETE
93992024-12-13T22:23:48.304Z[ host-image] Dec 13 22:23:46.934 INFO O| Dec 13 22:23:46.934 INFO STEP 61: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
94002024-12-13T22:23:48.452Z[ host-image] Dec 13 22:23:47.088 INFO O| Dec 13 22:23:47.027 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/mg-ddm/pkg/mgd_method_script.sh does not exist
94012024-12-13T22:23:48.452Z[ host-image] Dec 13 22:23:47.088 INFO O| Dec 13 22:23:47.088 INFO copying /tmp/.tmpCpDBqP/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 ...
94022024-12-13T22:23:48.455Z[ host-image] Dec 13 22:23:47.088 INFO O| Dec 13 22:23:47.088 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/mg-ddm/pkg/mgd_method_script.sh
94032024-12-13T22:23:48.455Z[ host-image] Dec 13 22:23:47.088 INFO O| Dec 13 22:23:47.088 INFO ok!
94042024-12-13T22:23:48.455Z[ host-image] Dec 13 22:23:47.088 INFO O| Dec 13 22:23:47.088 INFO STEP 61 (ensure_file) COMPLETE
94052024-12-13T22:23:48.455Z[ host-image] Dec 13 22:23:47.088 INFO O| Dec 13 22:23:47.088 INFO STEP 62: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
94062024-12-13T22:23:48.529Z[ host-image] Dec 13 22:23:47.164 INFO O| Dec 13 22:23:47.164 INFO creating directory: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/mg-ddm/pkg/mgd
94072024-12-13T22:23:48.532Z[ host-image] Dec 13 22:23:47.164 INFO O| Dec 13 22:23:47.164 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/mg-ddm/pkg/mgd
94082024-12-13T22:23:48.532Z[ host-image] Dec 13 22:23:47.164 INFO O| Dec 13 22:23:47.164 INFO STEP 62 (ensure_dir) COMPLETE
94092024-12-13T22:23:48.532Z[ host-image] Dec 13 22:23:47.164 INFO O| Dec 13 22:23:47.164 INFO STEP 63: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
94102024-12-13T22:23:48.554Z[ host-image] Dec 13 22:23:47.190 INFO O| Dec 13 22:23:47.190 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/mg-ddm/pkg/mgd/manifest.xml does not exist
94112024-12-13T22:23:48.554Z[ host-image] Dec 13 22:23:47.190 INFO O| Dec 13 22:23:47.190 INFO copying /tmp/.tmpCpDBqP/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 ...
94122024-12-13T22:23:48.556Z[ host-image] Dec 13 22:23:47.190 INFO O| Dec 13 22:23:47.190 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/mg-ddm/pkg/mgd/manifest.xml
94132024-12-13T22:23:48.556Z[ host-image] Dec 13 22:23:47.190 INFO O| Dec 13 22:23:47.190 INFO ok!
94142024-12-13T22:23:48.556Z[ host-image] Dec 13 22:23:47.191 INFO O| Dec 13 22:23:47.190 INFO STEP 63 (ensure_file) COMPLETE
94152024-12-13T22:23:48.556Z[ host-image] Dec 13 22:23:47.191 INFO O| Dec 13 22:23:47.191 INFO STEP 64: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
94162024-12-13T22:23:48.577Z[ host-image] Dec 13 22:23:47.213 INFO O| Dec 13 22:23:47.213 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/mg-ddm/pkg/ddm_method_script.sh does not exist
94172024-12-13T22:23:48.577Z[ host-image] Dec 13 22:23:47.213 INFO O| Dec 13 22:23:47.213 INFO copying /tmp/.tmpCpDBqP/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 ...
94182024-12-13T22:23:48.580Z[ host-image] Dec 13 22:23:47.214 INFO O| Dec 13 22:23:47.214 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/mg-ddm/pkg/ddm_method_script.sh
94192024-12-13T22:23:48.580Z[ host-image] Dec 13 22:23:47.214 INFO O| Dec 13 22:23:47.214 INFO ok!
94202024-12-13T22:23:48.580Z[ host-image] Dec 13 22:23:47.214 INFO O| Dec 13 22:23:47.214 INFO STEP 64 (ensure_file) COMPLETE
94212024-12-13T22:23:48.580Z[ host-image] Dec 13 22:23:47.214 INFO O| Dec 13 22:23:47.214 INFO STEP 65: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
94222024-12-13T22:23:48.600Z[ host-image] Dec 13 22:23:47.236 INFO O| Dec 13 22:23:47.235 INFO creating directory: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/mg-ddm/pkg/ddm
94232024-12-13T22:23:48.603Z[ host-image] Dec 13 22:23:47.236 INFO O| Dec 13 22:23:47.236 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/mg-ddm/pkg/ddm
94242024-12-13T22:23:48.603Z[ host-image] Dec 13 22:23:47.236 INFO O| Dec 13 22:23:47.236 INFO STEP 65 (ensure_dir) COMPLETE
94252024-12-13T22:23:48.603Z[ host-image] Dec 13 22:23:47.236 INFO O| Dec 13 22:23:47.236 INFO STEP 66: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
94262024-12-13T22:23:48.622Z[ host-image] Dec 13 22:23:47.258 INFO O| Dec 13 22:23:47.258 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/mg-ddm/pkg/ddm/manifest.xml does not exist
94272024-12-13T22:23:48.622Z[ host-image] Dec 13 22:23:47.258 INFO O| Dec 13 22:23:47.258 INFO copying /tmp/.tmpCpDBqP/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 ...
94282024-12-13T22:23:48.625Z[ host-image] Dec 13 22:23:47.259 INFO O| Dec 13 22:23:47.259 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/mg-ddm/pkg/ddm/manifest.xml
94292024-12-13T22:23:48.625Z[ host-image] Dec 13 22:23:47.259 INFO O| Dec 13 22:23:47.259 INFO ok!
94302024-12-13T22:23:48.625Z[ host-image] Dec 13 22:23:47.259 INFO O| Dec 13 22:23:47.259 INFO STEP 66 (ensure_file) COMPLETE
94312024-12-13T22:23:48.625Z[ host-image] Dec 13 22:23:47.259 INFO O| Dec 13 22:23:47.259 INFO STEP 67: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
94322024-12-13T22:23:48.664Z[ host-image] Dec 13 22:23:47.300 INFO O| Dec 13 22:23:47.300 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/mg-ddm/VERSION does not exist
94332024-12-13T22:23:48.666Z[ host-image] Dec 13 22:23:47.300 INFO O| Dec 13 22:23:47.300 INFO copying /tmp/.tmpCpDBqP/proto/host/root/opt/oxide/mg-ddm/VERSION -> /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/mg-ddm/VERSION ...
94342024-12-13T22:23:48.667Z[ host-image] Dec 13 22:23:47.300 INFO O| Dec 13 22:23:47.300 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/mg-ddm/VERSION
94352024-12-13T22:23:48.667Z[ host-image] Dec 13 22:23:47.300 INFO O| Dec 13 22:23:47.300 INFO ok!
94362024-12-13T22:23:48.667Z[ host-image] Dec 13 22:23:47.300 INFO O| Dec 13 22:23:47.300 INFO STEP 67 (ensure_file) COMPLETE
94372024-12-13T22:23:48.667Z[ host-image] Dec 13 22:23:47.301 INFO O| Dec 13 22:23:47.301 INFO STEP 68: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
94382024-12-13T22:23:48.753Z[ host-image] Dec 13 22:23:47.389 INFO O| Dec 13 22:23:47.389 INFO creating directory: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/sled-agent
94392024-12-13T22:23:48.756Z[ host-image] Dec 13 22:23:47.390 INFO O| Dec 13 22:23:47.390 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/sled-agent
94402024-12-13T22:23:48.756Z[ host-image] Dec 13 22:23:47.390 INFO O| Dec 13 22:23:47.390 INFO STEP 68 (ensure_dir) COMPLETE
94412024-12-13T22:23:48.756Z[ host-image] Dec 13 22:23:47.390 INFO O| Dec 13 22:23:47.390 INFO STEP 69: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
94422024-12-13T22:23:48.795Z[ host-image] Dec 13 22:23:47.431 INFO O| Dec 13 22:23:47.431 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/sled-agent/zone-bundle does not exist
94432024-12-13T22:23:48.795Z[ host-image] Dec 13 22:23:47.431 INFO O| Dec 13 22:23:47.431 INFO copying /tmp/.tmpCpDBqP/proto/host/root/opt/oxide/sled-agent/zone-bundle -> /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/sled-agent/zone-bundle ...
94442024-12-13T22:23:50.211Z[ host-image] Dec 13 22:23:48.847 INFO O| Dec 13 22:23:48.847 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/sled-agent/zone-bundle
94452024-12-13T22:23:50.211Z[ host-image] Dec 13 22:23:48.847 INFO O| Dec 13 22:23:48.847 INFO ok!
94462024-12-13T22:23:50.214Z[ host-image] Dec 13 22:23:48.847 INFO O| Dec 13 22:23:48.847 INFO STEP 69 (ensure_file) COMPLETE
94472024-12-13T22:23:50.214Z[ host-image] Dec 13 22:23:48.847 INFO O| Dec 13 22:23:48.847 INFO STEP 70: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
94482024-12-13T22:23:50.233Z[ host-image] Dec 13 22:23:48.869 INFO O| Dec 13 22:23:48.869 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/sled-agent/sled-agent does not exist
94492024-12-13T22:23:50.233Z[ host-image] Dec 13 22:23:48.869 INFO O| Dec 13 22:23:48.869 INFO copying /tmp/.tmpCpDBqP/proto/host/root/opt/oxide/sled-agent/sled-agent -> /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/sled-agent/sled-agent ...
94502024-12-13T22:23:52.362Z[ host-image] Dec 13 22:23:50.997 INFO O| Dec 13 22:23:50.997 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/sled-agent/sled-agent
94512024-12-13T22:23:52.362Z[ host-image] Dec 13 22:23:50.997 INFO O| Dec 13 22:23:50.997 INFO ok!
94522024-12-13T22:23:52.367Z[ host-image] Dec 13 22:23:50.997 INFO O| Dec 13 22:23:50.997 INFO STEP 70 (ensure_file) COMPLETE
94532024-12-13T22:23:52.367Z[ host-image] Dec 13 22:23:50.997 INFO O| Dec 13 22:23:50.997 INFO STEP 71: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
94542024-12-13T22:23:52.383Z[ host-image] Dec 13 22:23:51.018 INFO O| Dec 13 22:23:51.018 INFO creating directory: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/sled-agent/pkg
94552024-12-13T22:23:52.383Z[ host-image] Dec 13 22:23:51.019 INFO O| Dec 13 22:23:51.019 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/sled-agent/pkg
94562024-12-13T22:23:52.383Z[ host-image] Dec 13 22:23:51.019 INFO O| Dec 13 22:23:51.019 INFO STEP 71 (ensure_dir) COMPLETE
94572024-12-13T22:23:52.386Z[ host-image] Dec 13 22:23:51.019 INFO O| Dec 13 22:23:51.019 INFO STEP 72: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
94582024-12-13T22:23:52.404Z[ host-image] Dec 13 22:23:51.040 INFO O| Dec 13 22:23:51.040 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/sled-agent/pkg/config.toml does not exist
94592024-12-13T22:23:52.404Z[ host-image] Dec 13 22:23:51.040 INFO O| Dec 13 22:23:51.040 INFO copying /tmp/.tmpCpDBqP/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 ...
94602024-12-13T22:23:52.407Z[ host-image] Dec 13 22:23:51.040 INFO O| Dec 13 22:23:51.040 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/sled-agent/pkg/config.toml
94612024-12-13T22:23:52.407Z[ host-image] Dec 13 22:23:51.040 INFO O| Dec 13 22:23:51.040 INFO ok!
94622024-12-13T22:23:52.407Z[ host-image] Dec 13 22:23:51.040 INFO O| Dec 13 22:23:51.040 INFO STEP 72 (ensure_file) COMPLETE
94632024-12-13T22:23:52.407Z[ host-image] Dec 13 22:23:51.040 INFO O| Dec 13 22:23:51.040 INFO STEP 73: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
94642024-12-13T22:23:52.443Z[ host-image] Dec 13 22:23:51.078 INFO O| Dec 13 22:23:51.078 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/sled-agent/pkg/README.md does not exist
94652024-12-13T22:23:52.443Z[ host-image] Dec 13 22:23:51.079 INFO O| Dec 13 22:23:51.078 INFO copying /tmp/.tmpCpDBqP/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 ...
94662024-12-13T22:23:52.443Z[ host-image] Dec 13 22:23:51.079 INFO O| Dec 13 22:23:51.079 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/sled-agent/pkg/README.md
94672024-12-13T22:23:52.446Z[ host-image] Dec 13 22:23:51.079 INFO O| Dec 13 22:23:51.079 INFO ok!
94682024-12-13T22:23:52.446Z[ host-image] Dec 13 22:23:51.079 INFO O| Dec 13 22:23:51.079 INFO STEP 73 (ensure_file) COMPLETE
94692024-12-13T22:23:52.446Z[ host-image] Dec 13 22:23:51.079 INFO O| Dec 13 22:23:51.079 INFO STEP 74: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
94702024-12-13T22:23:52.481Z[ host-image] Dec 13 22:23:51.116 INFO O| Dec 13 22:23:51.116 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/sled-agent/VERSION does not exist
94712024-12-13T22:23:52.481Z[ host-image] Dec 13 22:23:51.116 INFO O| Dec 13 22:23:51.116 INFO copying /tmp/.tmpCpDBqP/proto/host/root/opt/oxide/sled-agent/VERSION -> /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/sled-agent/VERSION ...
94722024-12-13T22:23:52.483Z[ host-image] Dec 13 22:23:51.116 INFO O| Dec 13 22:23:51.116 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/sled-agent/VERSION
94732024-12-13T22:23:52.483Z[ host-image] Dec 13 22:23:51.116 INFO O| Dec 13 22:23:51.116 INFO ok!
94742024-12-13T22:23:52.483Z[ host-image] Dec 13 22:23:51.116 INFO O| Dec 13 22:23:51.116 INFO STEP 74 (ensure_file) COMPLETE
94752024-12-13T22:23:52.483Z[ host-image] Dec 13 22:23:51.116 INFO O| Dec 13 22:23:51.116 INFO STEP 75: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
94762024-12-13T22:23:52.504Z[ host-image] Dec 13 22:23:51.139 INFO O| Dec 13 22:23:51.139 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/overlay.tar.gz does not exist
94772024-12-13T22:23:52.504Z[ host-image] Dec 13 22:23:51.139 INFO O| Dec 13 22:23:51.139 INFO copying /tmp/.tmpCpDBqP/proto/host/root/opt/oxide/overlay.tar.gz -> /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/overlay.tar.gz ...
94782024-12-13T22:23:52.504Z[ host-image] Dec 13 22:23:51.140 INFO O| Dec 13 22:23:51.139 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/overlay.tar.gz
94792024-12-13T22:23:52.508Z[ host-image] Dec 13 22:23:51.140 INFO O| Dec 13 22:23:51.140 INFO ok!
94802024-12-13T22:23:52.508Z[ host-image] Dec 13 22:23:51.140 INFO O| Dec 13 22:23:51.140 INFO STEP 75 (ensure_file) COMPLETE
94812024-12-13T22:23:52.508Z[ host-image] Dec 13 22:23:51.140 INFO O| Dec 13 22:23:51.140 INFO STEP 76: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
94822024-12-13T22:23:52.542Z[ host-image] Dec 13 22:23:51.176 INFO O| Dec 13 22:23:51.176 INFO creating directory: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/oxlog
94832024-12-13T22:23:52.542Z[ host-image] Dec 13 22:23:51.176 INFO O| Dec 13 22:23:51.176 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/oxlog
94842024-12-13T22:23:52.542Z[ host-image] Dec 13 22:23:51.176 INFO O| Dec 13 22:23:51.176 INFO STEP 76 (ensure_dir) COMPLETE
94852024-12-13T22:23:52.542Z[ host-image] Dec 13 22:23:51.176 INFO O| Dec 13 22:23:51.176 INFO STEP 77: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
94862024-12-13T22:23:52.579Z[ host-image] Dec 13 22:23:51.215 INFO O| Dec 13 22:23:51.215 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/oxlog/oxlog does not exist
94872024-12-13T22:23:52.579Z[ host-image] Dec 13 22:23:51.215 INFO O| Dec 13 22:23:51.215 INFO copying /tmp/.tmpCpDBqP/proto/host/root/opt/oxide/oxlog/oxlog -> /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/oxlog/oxlog ...
94882024-12-13T22:23:52.586Z[ host-image] Dec 13 22:23:51.221 INFO O| Dec 13 22:23:51.220 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/oxlog/oxlog
94892024-12-13T22:23:52.586Z[ host-image] Dec 13 22:23:51.221 INFO O| Dec 13 22:23:51.221 INFO ok!
94902024-12-13T22:23:52.586Z[ host-image] Dec 13 22:23:51.221 INFO O| Dec 13 22:23:51.221 INFO STEP 77 (ensure_file) COMPLETE
94912024-12-13T22:23:52.586Z[ host-image] Dec 13 22:23:51.221 INFO O| Dec 13 22:23:51.221 INFO STEP 78: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
94922024-12-13T22:23:52.651Z[ host-image] Dec 13 22:23:51.286 INFO O| Dec 13 22:23:51.286 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/oxlog/VERSION does not exist
94932024-12-13T22:23:52.651Z[ host-image] Dec 13 22:23:51.286 INFO O| Dec 13 22:23:51.286 INFO copying /tmp/.tmpCpDBqP/proto/host/root/opt/oxide/oxlog/VERSION -> /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/oxlog/VERSION ...
94942024-12-13T22:23:52.654Z[ host-image] Dec 13 22:23:51.286 INFO O| Dec 13 22:23:51.286 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/oxlog/VERSION
94952024-12-13T22:23:52.654Z[ host-image] Dec 13 22:23:51.286 INFO O| Dec 13 22:23:51.286 INFO ok!
94962024-12-13T22:23:52.654Z[ host-image] Dec 13 22:23:51.286 INFO O| Dec 13 22:23:51.286 INFO STEP 78 (ensure_file) COMPLETE
94972024-12-13T22:23:52.654Z[ host-image] Dec 13 22:23:51.286 INFO O| Dec 13 22:23:51.286 INFO STEP 79: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
94982024-12-13T22:23:52.711Z[ host-image] Dec 13 22:23:51.346 INFO O| Dec 13 22:23:51.346 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/propolis-server.tar.gz does not exist
94992024-12-13T22:23:52.711Z[ host-image] Dec 13 22:23:51.346 INFO O| Dec 13 22:23:51.346 INFO copying /tmp/.tmpCpDBqP/proto/host/root/opt/oxide/propolis-server.tar.gz -> /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/propolis-server.tar.gz ...
95002024-12-13T22:23:54.536Z[ host-image] Dec 13 22:23:53.171 INFO O| Dec 13 22:23:53.171 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/propolis-server.tar.gz
95012024-12-13T22:23:54.536Z[ host-image] Dec 13 22:23:53.171 INFO O| Dec 13 22:23:53.171 INFO ok!
95022024-12-13T22:23:54.539Z[ host-image] Dec 13 22:23:53.171 INFO O| Dec 13 22:23:53.171 INFO STEP 79 (ensure_file) COMPLETE
95032024-12-13T22:23:54.539Z[ host-image] Dec 13 22:23:53.171 INFO O| Dec 13 22:23:53.171 INFO STEP 80: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
95042024-12-13T22:23:54.556Z[ host-image] Dec 13 22:23:53.192 INFO O| Dec 13 22:23:53.191 INFO creating directory: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/pumpkind
95052024-12-13T22:23:54.556Z[ host-image] Dec 13 22:23:53.192 INFO O| Dec 13 22:23:53.192 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/pumpkind
95062024-12-13T22:23:54.556Z[ host-image] Dec 13 22:23:53.192 INFO O| Dec 13 22:23:53.192 INFO STEP 80 (ensure_dir) COMPLETE
95072024-12-13T22:23:54.560Z[ host-image] Dec 13 22:23:53.192 INFO O| Dec 13 22:23:53.192 INFO STEP 81: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
95082024-12-13T22:23:54.581Z[ host-image] Dec 13 22:23:53.216 INFO O| Dec 13 22:23:53.216 INFO creating directory: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/pumpkind/lib
95092024-12-13T22:23:54.584Z[ host-image] Dec 13 22:23:53.217 INFO O| Dec 13 22:23:53.217 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/pumpkind/lib
95102024-12-13T22:23:54.584Z[ host-image] Dec 13 22:23:53.217 INFO O| Dec 13 22:23:53.217 INFO STEP 81 (ensure_dir) COMPLETE
95112024-12-13T22:23:54.584Z[ host-image] Dec 13 22:23:53.217 INFO O| Dec 13 22:23:53.217 INFO STEP 82: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
95122024-12-13T22:23:54.607Z[ host-image] Dec 13 22:23:53.242 INFO O| Dec 13 22:23:53.242 INFO creating directory: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/pumpkind/lib/svc
95132024-12-13T22:23:54.608Z[ host-image] Dec 13 22:23:53.242 INFO O| Dec 13 22:23:53.242 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/pumpkind/lib/svc
95142024-12-13T22:23:54.608Z[ host-image] Dec 13 22:23:53.242 INFO O| Dec 13 22:23:53.242 INFO STEP 82 (ensure_dir) COMPLETE
95152024-12-13T22:23:54.611Z[ host-image] Dec 13 22:23:53.242 INFO O| Dec 13 22:23:53.242 INFO STEP 83: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
95162024-12-13T22:23:54.630Z[ host-image] Dec 13 22:23:53.265 INFO O| Dec 13 22:23:53.265 INFO creating directory: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/pumpkind/lib/svc/manifest
95172024-12-13T22:23:54.630Z[ host-image] Dec 13 22:23:53.265 INFO O| Dec 13 22:23:53.265 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/pumpkind/lib/svc/manifest
95182024-12-13T22:23:54.630Z[ host-image] Dec 13 22:23:53.265 INFO O| Dec 13 22:23:53.265 INFO STEP 83 (ensure_dir) COMPLETE
95192024-12-13T22:23:54.633Z[ host-image] Dec 13 22:23:53.265 INFO O| Dec 13 22:23:53.265 INFO STEP 84: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
95202024-12-13T22:23:54.669Z[ host-image] Dec 13 22:23:53.303 INFO O| Dec 13 22:23:53.303 INFO creating directory: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/pumpkind/lib/svc/manifest/system
95212024-12-13T22:23:54.669Z[ host-image] Dec 13 22:23:53.303 INFO O| Dec 13 22:23:53.303 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/pumpkind/lib/svc/manifest/system
95222024-12-13T22:23:54.669Z[ host-image] Dec 13 22:23:53.303 INFO O| Dec 13 22:23:53.303 INFO STEP 84 (ensure_dir) COMPLETE
95232024-12-13T22:23:54.672Z[ host-image] Dec 13 22:23:53.303 INFO O| Dec 13 22:23:53.303 INFO STEP 85: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
95242024-12-13T22:23:54.707Z[ host-image] Dec 13 22:23:53.342 INFO O| Dec 13 22:23:53.342 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/pumpkind/lib/svc/manifest/system/pumpkind.xml does not exist
95252024-12-13T22:23:54.707Z[ host-image] Dec 13 22:23:53.342 INFO O| Dec 13 22:23:53.342 INFO copying /tmp/.tmpCpDBqP/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 ...
95262024-12-13T22:23:54.709Z[ host-image] Dec 13 22:23:53.342 INFO O| Dec 13 22:23:53.342 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/pumpkind/lib/svc/manifest/system/pumpkind.xml
95272024-12-13T22:23:54.709Z[ host-image] Dec 13 22:23:53.342 INFO O| Dec 13 22:23:53.342 INFO ok!
95282024-12-13T22:23:54.709Z[ host-image] Dec 13 22:23:53.342 INFO O| Dec 13 22:23:53.342 INFO STEP 85 (ensure_file) COMPLETE
95292024-12-13T22:23:54.709Z[ host-image] Dec 13 22:23:53.342 INFO O| Dec 13 22:23:53.342 INFO STEP 86: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
95302024-12-13T22:23:54.753Z[ host-image] Dec 13 22:23:53.388 INFO O| Dec 13 22:23:53.388 INFO creating directory: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/pumpkind/bin
95312024-12-13T22:23:54.753Z[ host-image] Dec 13 22:23:53.388 INFO O| Dec 13 22:23:53.388 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/pumpkind/bin
95322024-12-13T22:23:54.753Z[ host-image] Dec 13 22:23:53.388 INFO O| Dec 13 22:23:53.388 INFO STEP 86 (ensure_dir) COMPLETE
95332024-12-13T22:23:54.756Z[ host-image] Dec 13 22:23:53.388 INFO O| Dec 13 22:23:53.388 INFO STEP 87: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
95342024-12-13T22:23:54.804Z[ host-image] Dec 13 22:23:53.439 INFO O| Dec 13 22:23:53.439 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/pumpkind/bin/svc-pumpkind does not exist
95352024-12-13T22:23:54.804Z[ host-image] Dec 13 22:23:53.439 INFO O| Dec 13 22:23:53.439 INFO copying /tmp/.tmpCpDBqP/proto/host/root/opt/oxide/pumpkind/bin/svc-pumpkind -> /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/pumpkind/bin/svc-pumpkind ...
95362024-12-13T22:23:54.807Z[ host-image] Dec 13 22:23:53.440 INFO O| Dec 13 22:23:53.440 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/pumpkind/bin/svc-pumpkind
95372024-12-13T22:23:54.807Z[ host-image] Dec 13 22:23:53.440 INFO O| Dec 13 22:23:53.440 INFO ok!
95382024-12-13T22:23:54.807Z[ host-image] Dec 13 22:23:53.440 INFO O| Dec 13 22:23:53.440 INFO STEP 87 (ensure_file) COMPLETE
95392024-12-13T22:23:54.807Z[ host-image] Dec 13 22:23:53.440 INFO O| Dec 13 22:23:53.440 INFO STEP 88: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
95402024-12-13T22:23:54.871Z[ host-image] Dec 13 22:23:53.506 INFO O| Dec 13 22:23:53.506 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/pumpkind/bin/pumpkinadm does not exist
95412024-12-13T22:23:54.871Z[ host-image] Dec 13 22:23:53.506 INFO O| Dec 13 22:23:53.506 INFO copying /tmp/.tmpCpDBqP/proto/host/root/opt/oxide/pumpkind/bin/pumpkinadm -> /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/pumpkind/bin/pumpkinadm ...
95422024-12-13T22:23:55.455Z[ host-image] Dec 13 22:23:54.090 INFO O| Dec 13 22:23:54.090 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/pumpkind/bin/pumpkinadm
95432024-12-13T22:23:55.455Z[ host-image] Dec 13 22:23:54.090 INFO O| Dec 13 22:23:54.090 INFO ok!
95442024-12-13T22:23:55.458Z[ host-image] Dec 13 22:23:54.090 INFO O| Dec 13 22:23:54.090 INFO STEP 88 (ensure_file) COMPLETE
95452024-12-13T22:23:55.458Z[ host-image] Dec 13 22:23:54.090 INFO O| Dec 13 22:23:54.090 INFO STEP 89: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
95462024-12-13T22:23:55.478Z[ host-image] Dec 13 22:23:54.112 INFO O| Dec 13 22:23:54.112 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/pumpkind/bin/pumpkind does not exist
95472024-12-13T22:23:55.478Z[ host-image] Dec 13 22:23:54.112 INFO O| Dec 13 22:23:54.112 INFO copying /tmp/.tmpCpDBqP/proto/host/root/opt/oxide/pumpkind/bin/pumpkind -> /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/pumpkind/bin/pumpkind ...
95482024-12-13T22:23:56.169Z[ host-image] Dec 13 22:23:54.803 INFO O| Dec 13 22:23:54.803 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/pumpkind/bin/pumpkind
95492024-12-13T22:23:56.169Z[ host-image] Dec 13 22:23:54.804 INFO O| Dec 13 22:23:54.803 INFO ok!
95502024-12-13T22:23:56.169Z[ host-image] Dec 13 22:23:54.804 INFO O| Dec 13 22:23:54.803 INFO STEP 89 (ensure_file) COMPLETE
95512024-12-13T22:23:56.172Z[ host-image] Dec 13 22:23:54.804 INFO O| Dec 13 22:23:54.803 INFO STEP 90: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
95522024-12-13T22:23:56.190Z[ host-image] Dec 13 22:23:54.825 INFO O| Dec 13 22:23:54.825 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/pumpkind/VERSION does not exist
95532024-12-13T22:23:56.191Z[ host-image] Dec 13 22:23:54.825 INFO O| Dec 13 22:23:54.825 INFO copying /tmp/.tmpCpDBqP/proto/host/root/opt/oxide/pumpkind/VERSION -> /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/pumpkind/VERSION ...
95542024-12-13T22:23:56.191Z[ host-image] Dec 13 22:23:54.825 INFO O| Dec 13 22:23:54.825 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/pumpkind/VERSION
95552024-12-13T22:23:56.194Z[ host-image] Dec 13 22:23:54.825 INFO O| Dec 13 22:23:54.825 INFO ok!
95562024-12-13T22:23:56.194Z[ host-image] Dec 13 22:23:54.825 INFO O| Dec 13 22:23:54.825 INFO STEP 90 (ensure_file) COMPLETE
95572024-12-13T22:23:56.194Z[ host-image] Dec 13 22:23:54.825 INFO O| Dec 13 22:23:54.825 INFO STEP 91: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
95582024-12-13T22:23:56.212Z[ host-image] Dec 13 22:23:54.846 INFO O| Dec 13 22:23:54.846 INFO creating directory: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace
95592024-12-13T22:23:56.212Z[ host-image] Dec 13 22:23:54.847 INFO O| Dec 13 22:23:54.846 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace
95602024-12-13T22:23:56.212Z[ host-image] Dec 13 22:23:54.847 INFO O| Dec 13 22:23:54.847 INFO STEP 91 (ensure_dir) COMPLETE
95612024-12-13T22:23:56.215Z[ host-image] Dec 13 22:23:54.847 INFO O| Dec 13 22:23:54.847 INFO STEP 92: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
95622024-12-13T22:23:56.235Z[ host-image] Dec 13 22:23:54.870 INFO O| Dec 13 22:23:54.870 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/upstairs_repair.d does not exist
95632024-12-13T22:23:56.235Z[ host-image] Dec 13 22:23:54.870 INFO O| Dec 13 22:23:54.870 INFO copying /tmp/.tmpCpDBqP/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 ...
95642024-12-13T22:23:56.236Z[ host-image] Dec 13 22:23:54.870 INFO O| Dec 13 22:23:54.870 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/upstairs_repair.d
95652024-12-13T22:23:56.236Z[ host-image] Dec 13 22:23:54.870 INFO O| Dec 13 22:23:54.870 INFO ok!
95662024-12-13T22:23:56.236Z[ host-image] Dec 13 22:23:54.870 INFO O| Dec 13 22:23:54.870 INFO STEP 92 (ensure_file) COMPLETE
95672024-12-13T22:23:56.237Z[ host-image] Dec 13 22:23:54.870 INFO O| Dec 13 22:23:54.870 INFO STEP 93: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
95682024-12-13T22:23:56.266Z[ host-image] Dec 13 22:23:54.900 INFO O| Dec 13 22:23:54.900 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/upstairs_raw.d does not exist
95692024-12-13T22:23:56.266Z[ host-image] Dec 13 22:23:54.901 INFO O| Dec 13 22:23:54.900 INFO copying /tmp/.tmpCpDBqP/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 ...
95702024-12-13T22:23:56.268Z[ host-image] Dec 13 22:23:54.901 INFO O| Dec 13 22:23:54.901 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/upstairs_raw.d
95712024-12-13T22:23:56.268Z[ host-image] Dec 13 22:23:54.901 INFO O| Dec 13 22:23:54.901 INFO ok!
95722024-12-13T22:23:56.268Z[ host-image] Dec 13 22:23:54.901 INFO O| Dec 13 22:23:54.901 INFO STEP 93 (ensure_file) COMPLETE
95732024-12-13T22:23:56.268Z[ host-image] Dec 13 22:23:54.901 INFO O| Dec 13 22:23:54.901 INFO STEP 94: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
95742024-12-13T22:23:56.290Z[ host-image] Dec 13 22:23:54.924 INFO O| Dec 13 22:23:54.924 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/upstairs_info.d does not exist
95752024-12-13T22:23:56.290Z[ host-image] Dec 13 22:23:54.924 INFO O| Dec 13 22:23:54.924 INFO copying /tmp/.tmpCpDBqP/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 ...
95762024-12-13T22:23:56.292Z[ host-image] Dec 13 22:23:54.925 INFO O| Dec 13 22:23:54.925 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/upstairs_info.d
95772024-12-13T22:23:56.292Z[ host-image] Dec 13 22:23:54.925 INFO O| Dec 13 22:23:54.925 INFO ok!
95782024-12-13T22:23:56.292Z[ host-image] Dec 13 22:23:54.925 INFO O| Dec 13 22:23:54.925 INFO STEP 94 (ensure_file) COMPLETE
95792024-12-13T22:23:56.292Z[ host-image] Dec 13 22:23:54.925 INFO O| Dec 13 22:23:54.925 INFO STEP 95: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
95802024-12-13T22:23:56.344Z[ host-image] Dec 13 22:23:54.974 INFO O| Dec 13 22:23:54.974 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/upstairs_count.d does not exist
95812024-12-13T22:23:56.344Z[ host-image] Dec 13 22:23:54.974 INFO O| Dec 13 22:23:54.974 INFO copying /tmp/.tmpCpDBqP/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 ...
95822024-12-13T22:23:56.344Z[ host-image] Dec 13 22:23:54.974 INFO O| Dec 13 22:23:54.974 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/upstairs_count.d
95832024-12-13T22:23:56.344Z[ host-image] Dec 13 22:23:54.975 INFO O| Dec 13 22:23:54.974 INFO ok!
95842024-12-13T22:23:56.344Z[ host-image] Dec 13 22:23:54.975 INFO O| Dec 13 22:23:54.975 INFO STEP 95 (ensure_file) COMPLETE
95852024-12-13T22:23:56.344Z[ host-image] Dec 13 22:23:54.975 INFO O| Dec 13 22:23:54.975 INFO STEP 96: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
95862024-12-13T22:23:56.389Z[ host-image] Dec 13 22:23:55.024 INFO O| Dec 13 22:23:55.024 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/upstairs_action.d does not exist
95872024-12-13T22:23:56.389Z[ host-image] Dec 13 22:23:55.024 INFO O| Dec 13 22:23:55.024 INFO copying /tmp/.tmpCpDBqP/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 ...
95882024-12-13T22:23:56.392Z[ host-image] Dec 13 22:23:55.024 INFO O| Dec 13 22:23:55.024 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/upstairs_action.d
95892024-12-13T22:23:56.392Z[ host-image] Dec 13 22:23:55.024 INFO O| Dec 13 22:23:55.024 INFO ok!
95902024-12-13T22:23:56.392Z[ host-image] Dec 13 22:23:55.025 INFO O| Dec 13 22:23:55.025 INFO STEP 96 (ensure_file) COMPLETE
95912024-12-13T22:23:56.392Z[ host-image] Dec 13 22:23:55.025 INFO O| Dec 13 22:23:55.025 INFO STEP 97: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
95922024-12-13T22:23:56.430Z[ host-image] Dec 13 22:23:55.064 INFO O| Dec 13 22:23:55.064 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/tracegw.d does not exist
95932024-12-13T22:23:56.430Z[ host-image] Dec 13 22:23:55.065 INFO O| Dec 13 22:23:55.065 INFO copying /tmp/.tmpCpDBqP/proto/host/root/opt/oxide/crucible_dtrace/tracegw.d -> /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/tracegw.d ...
95942024-12-13T22:23:56.433Z[ host-image] Dec 13 22:23:55.065 INFO O| Dec 13 22:23:55.065 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/tracegw.d
95952024-12-13T22:23:56.433Z[ host-image] Dec 13 22:23:55.065 INFO O| Dec 13 22:23:55.065 INFO ok!
95962024-12-13T22:23:56.433Z[ host-image] Dec 13 22:23:55.065 INFO O| Dec 13 22:23:55.065 INFO STEP 97 (ensure_file) COMPLETE
95972024-12-13T22:23:56.433Z[ host-image] Dec 13 22:23:55.065 INFO O| Dec 13 22:23:55.065 INFO STEP 98: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
95982024-12-13T22:23:56.550Z[ host-image] Dec 13 22:23:55.184 INFO O| Dec 13 22:23:55.184 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/trace-vol.d does not exist
95992024-12-13T22:23:56.550Z[ host-image] Dec 13 22:23:55.184 INFO O| Dec 13 22:23:55.184 INFO copying /tmp/.tmpCpDBqP/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 ...
96002024-12-13T22:23:56.553Z[ host-image] Dec 13 22:23:55.184 INFO O| Dec 13 22:23:55.184 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/trace-vol.d
96012024-12-13T22:23:56.553Z[ host-image] Dec 13 22:23:55.184 INFO O| Dec 13 22:23:55.184 INFO ok!
96022024-12-13T22:23:56.553Z[ host-image] Dec 13 22:23:55.184 INFO O| Dec 13 22:23:55.184 INFO STEP 98 (ensure_file) COMPLETE
96032024-12-13T22:23:56.553Z[ host-image] Dec 13 22:23:55.184 INFO O| Dec 13 22:23:55.184 INFO STEP 99: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
96042024-12-13T22:23:56.583Z[ host-image] Dec 13 22:23:55.217 INFO O| Dec 13 22:23:55.217 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/sled_upstairs_info.d does not exist
96052024-12-13T22:23:56.587Z[ host-image] Dec 13 22:23:55.218 INFO O| Dec 13 22:23:55.217 INFO copying /tmp/.tmpCpDBqP/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 ...
96062024-12-13T22:23:56.587Z[ host-image] Dec 13 22:23:55.218 INFO O| Dec 13 22:23:55.218 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/sled_upstairs_info.d
96072024-12-13T22:23:56.587Z[ host-image] Dec 13 22:23:55.218 INFO O| Dec 13 22:23:55.218 INFO ok!
96082024-12-13T22:23:56.587Z[ host-image] Dec 13 22:23:55.218 INFO O| Dec 13 22:23:55.218 INFO STEP 99 (ensure_file) COMPLETE
96092024-12-13T22:23:56.587Z[ host-image] Dec 13 22:23:55.218 INFO O| Dec 13 22:23:55.218 INFO STEP 100: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
96102024-12-13T22:23:56.640Z[ host-image] Dec 13 22:23:55.274 INFO O| Dec 13 22:23:55.274 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/single_up_info.d does not exist
96112024-12-13T22:23:56.640Z[ host-image] Dec 13 22:23:55.274 INFO O| Dec 13 22:23:55.274 INFO copying /tmp/.tmpCpDBqP/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 ...
96122024-12-13T22:23:56.643Z[ host-image] Dec 13 22:23:55.274 INFO O| Dec 13 22:23:55.274 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/single_up_info.d
96132024-12-13T22:23:56.643Z[ host-image] Dec 13 22:23:55.274 INFO O| Dec 13 22:23:55.274 INFO ok!
96142024-12-13T22:23:56.643Z[ host-image] Dec 13 22:23:55.274 INFO O| Dec 13 22:23:55.274 INFO STEP 100 (ensure_file) COMPLETE
96152024-12-13T22:23:56.643Z[ host-image] Dec 13 22:23:55.275 INFO O| Dec 13 22:23:55.275 INFO STEP 101: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
96162024-12-13T22:23:56.668Z[ host-image] Dec 13 22:23:55.301 INFO O| Dec 13 22:23:55.301 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/perfgw.d does not exist
96172024-12-13T22:23:56.668Z[ host-image] Dec 13 22:23:55.301 INFO O| Dec 13 22:23:55.301 INFO copying /tmp/.tmpCpDBqP/proto/host/root/opt/oxide/crucible_dtrace/perfgw.d -> /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/perfgw.d ...
96182024-12-13T22:23:56.668Z[ host-image] Dec 13 22:23:55.302 INFO O| Dec 13 22:23:55.301 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/perfgw.d
96192024-12-13T22:23:56.671Z[ host-image] Dec 13 22:23:55.302 INFO O| Dec 13 22:23:55.301 INFO ok!
96202024-12-13T22:23:56.671Z[ host-image] Dec 13 22:23:55.302 INFO O| Dec 13 22:23:55.302 INFO STEP 101 (ensure_file) COMPLETE
96212024-12-13T22:23:56.671Z[ host-image] Dec 13 22:23:55.302 INFO O| Dec 13 22:23:55.302 INFO STEP 102: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
96222024-12-13T22:23:56.716Z[ host-image] Dec 13 22:23:55.350 INFO O| Dec 13 22:23:55.350 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/perf-vol.d does not exist
96232024-12-13T22:23:56.716Z[ host-image] Dec 13 22:23:55.350 INFO O| Dec 13 22:23:55.350 INFO copying /tmp/.tmpCpDBqP/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 ...
96242024-12-13T22:23:56.719Z[ host-image] Dec 13 22:23:55.351 INFO O| Dec 13 22:23:55.350 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/perf-vol.d
96252024-12-13T22:23:56.719Z[ host-image] Dec 13 22:23:55.351 INFO O| Dec 13 22:23:55.351 INFO ok!
96262024-12-13T22:23:56.719Z[ host-image] Dec 13 22:23:55.351 INFO O| Dec 13 22:23:55.351 INFO STEP 102 (ensure_file) COMPLETE
96272024-12-13T22:23:56.719Z[ host-image] Dec 13 22:23:55.351 INFO O| Dec 13 22:23:55.351 INFO STEP 103: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
96282024-12-13T22:23:56.790Z[ host-image] Dec 13 22:23:55.424 INFO O| Dec 13 22:23:55.424 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/perf-upstairs-wf.d does not exist
96292024-12-13T22:23:56.790Z[ host-image] Dec 13 22:23:55.424 INFO O| Dec 13 22:23:55.424 INFO copying /tmp/.tmpCpDBqP/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 ...
96302024-12-13T22:23:56.790Z[ host-image] Dec 13 22:23:55.425 INFO O| Dec 13 22:23:55.425 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/perf-upstairs-wf.d
96312024-12-13T22:23:56.793Z[ host-image] Dec 13 22:23:55.425 INFO O| Dec 13 22:23:55.425 INFO ok!
96322024-12-13T22:23:56.793Z[ host-image] Dec 13 22:23:55.425 INFO O| Dec 13 22:23:55.425 INFO STEP 103 (ensure_file) COMPLETE
96332024-12-13T22:23:56.793Z[ host-image] Dec 13 22:23:55.425 INFO O| Dec 13 22:23:55.425 INFO STEP 104: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
96342024-12-13T22:23:56.821Z[ host-image] Dec 13 22:23:55.455 INFO O| Dec 13 22:23:55.455 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/perf-reqwest.d does not exist
96352024-12-13T22:23:56.821Z[ host-image] Dec 13 22:23:55.455 INFO O| Dec 13 22:23:55.455 INFO copying /tmp/.tmpCpDBqP/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 ...
96362024-12-13T22:23:56.821Z[ host-image] Dec 13 22:23:55.456 INFO O| Dec 13 22:23:55.455 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/perf-reqwest.d
96372024-12-13T22:23:56.824Z[ host-image] Dec 13 22:23:55.456 INFO O| Dec 13 22:23:55.456 INFO ok!
96382024-12-13T22:23:56.824Z[ host-image] Dec 13 22:23:55.456 INFO O| Dec 13 22:23:55.456 INFO STEP 104 (ensure_file) COMPLETE
96392024-12-13T22:23:56.824Z[ host-image] Dec 13 22:23:55.456 INFO O| Dec 13 22:23:55.456 INFO STEP 105: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
96402024-12-13T22:23:56.856Z[ host-image] Dec 13 22:23:55.491 INFO O| Dec 13 22:23:55.491 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/perf-online-repair.d does not exist
96412024-12-13T22:23:56.856Z[ host-image] Dec 13 22:23:55.491 INFO O| Dec 13 22:23:55.491 INFO copying /tmp/.tmpCpDBqP/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 ...
96422024-12-13T22:23:56.856Z[ host-image] Dec 13 22:23:55.491 INFO O| Dec 13 22:23:55.491 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/perf-online-repair.d
96432024-12-13T22:23:56.860Z[ host-image] Dec 13 22:23:55.491 INFO O| Dec 13 22:23:55.491 INFO ok!
96442024-12-13T22:23:56.860Z[ host-image] Dec 13 22:23:55.491 INFO O| Dec 13 22:23:55.491 INFO STEP 105 (ensure_file) COMPLETE
96452024-12-13T22:23:56.860Z[ host-image] Dec 13 22:23:55.491 INFO O| Dec 13 22:23:55.491 INFO STEP 106: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
96462024-12-13T22:23:56.923Z[ host-image] Dec 13 22:23:55.557 INFO O| Dec 13 22:23:55.557 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/perf-ds-net.d does not exist
96472024-12-13T22:23:56.923Z[ host-image] Dec 13 22:23:55.558 INFO O| Dec 13 22:23:55.557 INFO copying /tmp/.tmpCpDBqP/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 ...
96482024-12-13T22:23:56.923Z[ host-image] Dec 13 22:23:55.558 INFO O| Dec 13 22:23:55.558 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/perf-ds-net.d
96492024-12-13T22:23:56.926Z[ host-image] Dec 13 22:23:55.558 INFO O| Dec 13 22:23:55.558 INFO ok!
96502024-12-13T22:23:56.926Z[ host-image] Dec 13 22:23:55.558 INFO O| Dec 13 22:23:55.558 INFO STEP 106 (ensure_file) COMPLETE
96512024-12-13T22:23:56.926Z[ host-image] Dec 13 22:23:55.558 INFO O| Dec 13 22:23:55.558 INFO STEP 107: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
96522024-12-13T22:23:56.952Z[ host-image] Dec 13 22:23:55.587 INFO O| Dec 13 22:23:55.587 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/perf-ds-client.d does not exist
96532024-12-13T22:23:56.952Z[ host-image] Dec 13 22:23:55.587 INFO O| Dec 13 22:23:55.587 INFO copying /tmp/.tmpCpDBqP/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 ...
96542024-12-13T22:23:56.955Z[ host-image] Dec 13 22:23:55.587 INFO O| Dec 13 22:23:55.587 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/perf-ds-client.d
96552024-12-13T22:23:56.955Z[ host-image] Dec 13 22:23:55.587 INFO O| Dec 13 22:23:55.587 INFO ok!
96562024-12-13T22:23:56.955Z[ host-image] Dec 13 22:23:55.587 INFO O| Dec 13 22:23:55.587 INFO STEP 107 (ensure_file) COMPLETE
96572024-12-13T22:23:56.955Z[ host-image] Dec 13 22:23:55.587 INFO O| Dec 13 22:23:55.587 INFO STEP 108: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
96582024-12-13T22:23:56.989Z[ host-image] Dec 13 22:23:55.624 INFO O| Dec 13 22:23:55.624 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/perf-downstairs.d does not exist
96592024-12-13T22:23:56.989Z[ host-image] Dec 13 22:23:55.624 INFO O| Dec 13 22:23:55.624 INFO copying /tmp/.tmpCpDBqP/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 ...
96602024-12-13T22:23:56.992Z[ host-image] Dec 13 22:23:55.624 INFO O| Dec 13 22:23:55.624 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/perf-downstairs.d
96612024-12-13T22:23:56.992Z[ host-image] Dec 13 22:23:55.624 INFO O| Dec 13 22:23:55.624 INFO ok!
96622024-12-13T22:23:56.992Z[ host-image] Dec 13 22:23:55.624 INFO O| Dec 13 22:23:55.624 INFO STEP 108 (ensure_file) COMPLETE
96632024-12-13T22:23:56.992Z[ host-image] Dec 13 22:23:55.624 INFO O| Dec 13 22:23:55.624 INFO STEP 109: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
96642024-12-13T22:23:57.010Z[ host-image] Dec 13 22:23:55.645 INFO O| Dec 13 22:23:55.645 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/perf-downstairs-tick.d does not exist
96652024-12-13T22:23:57.010Z[ host-image] Dec 13 22:23:55.645 INFO O| Dec 13 22:23:55.645 INFO copying /tmp/.tmpCpDBqP/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 ...
96662024-12-13T22:23:57.010Z[ host-image] Dec 13 22:23:55.645 INFO O| Dec 13 22:23:55.645 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/perf-downstairs-tick.d
96672024-12-13T22:23:57.013Z[ host-image] Dec 13 22:23:55.645 INFO O| Dec 13 22:23:55.645 INFO ok!
96682024-12-13T22:23:57.013Z[ host-image] Dec 13 22:23:55.645 INFO O| Dec 13 22:23:55.645 INFO STEP 109 (ensure_file) COMPLETE
96692024-12-13T22:23:57.013Z[ host-image] Dec 13 22:23:55.645 INFO O| Dec 13 22:23:55.645 INFO STEP 110: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
96702024-12-13T22:23:57.031Z[ host-image] Dec 13 22:23:55.666 INFO O| Dec 13 22:23:55.666 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/perf-downstairs-three.d does not exist
96712024-12-13T22:23:57.031Z[ host-image] Dec 13 22:23:55.666 INFO O| Dec 13 22:23:55.666 INFO copying /tmp/.tmpCpDBqP/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 ...
96722024-12-13T22:23:57.032Z[ host-image] Dec 13 22:23:55.666 INFO O| Dec 13 22:23:55.666 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/perf-downstairs-three.d
96732024-12-13T22:23:57.035Z[ host-image] Dec 13 22:23:55.666 INFO O| Dec 13 22:23:55.666 INFO ok!
96742024-12-13T22:23:57.035Z[ host-image] Dec 13 22:23:55.667 INFO O| Dec 13 22:23:55.666 INFO STEP 110 (ensure_file) COMPLETE
96752024-12-13T22:23:57.035Z[ host-image] Dec 13 22:23:55.667 INFO O| Dec 13 22:23:55.667 INFO STEP 111: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
96762024-12-13T22:23:57.053Z[ host-image] Dec 13 22:23:55.688 INFO O| Dec 13 22:23:55.688 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/perf-downstairs-os.d does not exist
96772024-12-13T22:23:57.053Z[ host-image] Dec 13 22:23:55.688 INFO O| Dec 13 22:23:55.688 INFO copying /tmp/.tmpCpDBqP/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 ...
96782024-12-13T22:23:57.056Z[ host-image] Dec 13 22:23:55.688 INFO O| Dec 13 22:23:55.688 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/perf-downstairs-os.d
96792024-12-13T22:23:57.056Z[ host-image] Dec 13 22:23:55.688 INFO O| Dec 13 22:23:55.688 INFO ok!
96802024-12-13T22:23:57.056Z[ host-image] Dec 13 22:23:55.689 INFO O| Dec 13 22:23:55.689 INFO STEP 111 (ensure_file) COMPLETE
96812024-12-13T22:23:57.056Z[ host-image] Dec 13 22:23:55.689 INFO O| Dec 13 22:23:55.689 INFO STEP 112: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
96822024-12-13T22:23:57.078Z[ host-image] Dec 13 22:23:55.713 INFO O| Dec 13 22:23:55.713 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/get-lr-state.sh does not exist
96832024-12-13T22:23:57.078Z[ host-image] Dec 13 22:23:55.713 INFO O| Dec 13 22:23:55.713 INFO copying /tmp/.tmpCpDBqP/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 ...
96842024-12-13T22:23:57.081Z[ host-image] Dec 13 22:23:55.714 INFO O| Dec 13 22:23:55.714 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/get-lr-state.sh
96852024-12-13T22:23:57.081Z[ host-image] Dec 13 22:23:55.714 INFO O| Dec 13 22:23:55.714 INFO ok!
96862024-12-13T22:23:57.081Z[ host-image] Dec 13 22:23:55.714 INFO O| Dec 13 22:23:55.714 INFO STEP 112 (ensure_file) COMPLETE
96872024-12-13T22:23:57.081Z[ host-image] Dec 13 22:23:55.714 INFO O| Dec 13 22:23:55.714 INFO STEP 113: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
96882024-12-13T22:23:57.102Z[ host-image] Dec 13 22:23:55.736 INFO O| Dec 13 22:23:55.736 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/get-lr-state.d does not exist
96892024-12-13T22:23:57.102Z[ host-image] Dec 13 22:23:55.737 INFO O| Dec 13 22:23:55.737 INFO copying /tmp/.tmpCpDBqP/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 ...
96902024-12-13T22:23:57.104Z[ host-image] Dec 13 22:23:55.737 INFO O| Dec 13 22:23:55.737 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/get-lr-state.d
96912024-12-13T22:23:57.104Z[ host-image] Dec 13 22:23:55.737 INFO O| Dec 13 22:23:55.737 INFO ok!
96922024-12-13T22:23:57.104Z[ host-image] Dec 13 22:23:55.737 INFO O| Dec 13 22:23:55.737 INFO STEP 113 (ensure_file) COMPLETE
96932024-12-13T22:23:57.104Z[ host-image] Dec 13 22:23:55.737 INFO O| Dec 13 22:23:55.737 INFO STEP 114: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
96942024-12-13T22:23:57.129Z[ host-image] Dec 13 22:23:55.762 INFO O| Dec 13 22:23:55.762 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/get-ds-state.sh does not exist
96952024-12-13T22:23:57.130Z[ host-image] Dec 13 22:23:55.762 INFO O| Dec 13 22:23:55.762 INFO copying /tmp/.tmpCpDBqP/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 ...
96962024-12-13T22:23:57.133Z[ host-image] Dec 13 22:23:55.763 INFO O| Dec 13 22:23:55.763 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/get-ds-state.sh
96972024-12-13T22:23:57.133Z[ host-image] Dec 13 22:23:55.763 INFO O| Dec 13 22:23:55.763 INFO ok!
96982024-12-13T22:23:57.133Z[ host-image] Dec 13 22:23:55.763 INFO O| Dec 13 22:23:55.763 INFO STEP 114 (ensure_file) COMPLETE
96992024-12-13T22:23:57.133Z[ host-image] Dec 13 22:23:55.763 INFO O| Dec 13 22:23:55.763 INFO STEP 115: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
97002024-12-13T22:23:57.156Z[ host-image] Dec 13 22:23:55.786 INFO O| Dec 13 22:23:55.786 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/get-ds-state.d does not exist
97012024-12-13T22:23:57.156Z[ host-image] Dec 13 22:23:55.786 INFO O| Dec 13 22:23:55.786 INFO copying /tmp/.tmpCpDBqP/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 ...
97022024-12-13T22:23:57.158Z[ host-image] Dec 13 22:23:55.787 INFO O| Dec 13 22:23:55.787 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/get-ds-state.d
97032024-12-13T22:23:57.158Z[ host-image] Dec 13 22:23:55.787 INFO O| Dec 13 22:23:55.787 INFO ok!
97042024-12-13T22:23:57.158Z[ host-image] Dec 13 22:23:55.787 INFO O| Dec 13 22:23:55.787 INFO STEP 115 (ensure_file) COMPLETE
97052024-12-13T22:23:57.158Z[ host-image] Dec 13 22:23:55.787 INFO O| Dec 13 22:23:55.787 INFO STEP 116: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
97062024-12-13T22:23:57.175Z[ host-image] Dec 13 22:23:55.809 INFO O| Dec 13 22:23:55.809 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/downstairs_count.d does not exist
97072024-12-13T22:23:57.175Z[ host-image] Dec 13 22:23:55.809 INFO O| Dec 13 22:23:55.809 INFO copying /tmp/.tmpCpDBqP/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 ...
97082024-12-13T22:23:57.178Z[ host-image] Dec 13 22:23:55.810 INFO O| Dec 13 22:23:55.810 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/downstairs_count.d
97092024-12-13T22:23:57.178Z[ host-image] Dec 13 22:23:55.810 INFO O| Dec 13 22:23:55.810 INFO ok!
97102024-12-13T22:23:57.178Z[ host-image] Dec 13 22:23:55.810 INFO O| Dec 13 22:23:55.810 INFO STEP 116 (ensure_file) COMPLETE
97112024-12-13T22:23:57.178Z[ host-image] Dec 13 22:23:55.810 INFO O| Dec 13 22:23:55.810 INFO STEP 117: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
97122024-12-13T22:23:57.198Z[ host-image] Dec 13 22:23:55.832 INFO O| Dec 13 22:23:55.832 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/all_downstairs.d does not exist
97132024-12-13T22:23:57.198Z[ host-image] Dec 13 22:23:55.832 INFO O| Dec 13 22:23:55.832 INFO copying /tmp/.tmpCpDBqP/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 ...
97142024-12-13T22:23:57.198Z[ host-image] Dec 13 22:23:55.833 INFO O| Dec 13 22:23:55.833 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/all_downstairs.d
97152024-12-13T22:23:57.200Z[ host-image] Dec 13 22:23:55.833 INFO O| Dec 13 22:23:55.833 INFO ok!
97162024-12-13T22:23:57.200Z[ host-image] Dec 13 22:23:55.833 INFO O| Dec 13 22:23:55.833 INFO STEP 117 (ensure_file) COMPLETE
97172024-12-13T22:23:57.200Z[ host-image] Dec 13 22:23:55.833 INFO O| Dec 13 22:23:55.833 INFO STEP 118: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
97182024-12-13T22:23:57.221Z[ host-image] Dec 13 22:23:55.855 INFO O| Dec 13 22:23:55.855 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/README.md does not exist
97192024-12-13T22:23:57.221Z[ host-image] Dec 13 22:23:55.855 INFO O| Dec 13 22:23:55.855 INFO copying /tmp/.tmpCpDBqP/proto/host/root/opt/oxide/crucible_dtrace/README.md -> /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/README.md ...
97202024-12-13T22:23:57.224Z[ host-image] Dec 13 22:23:55.856 INFO O| Dec 13 22:23:55.856 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/README.md
97212024-12-13T22:23:57.224Z[ host-image] Dec 13 22:23:55.856 INFO O| Dec 13 22:23:55.856 INFO ok!
97222024-12-13T22:23:57.224Z[ host-image] Dec 13 22:23:55.856 INFO O| Dec 13 22:23:55.856 INFO STEP 118 (ensure_file) COMPLETE
97232024-12-13T22:23:57.224Z[ host-image] Dec 13 22:23:55.856 INFO O| Dec 13 22:23:55.856 INFO STEP 119: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
97242024-12-13T22:23:57.244Z[ host-image] Dec 13 22:23:55.879 INFO O| Dec 13 22:23:55.879 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/dtrace-info.txt does not exist
97252024-12-13T22:23:57.244Z[ host-image] Dec 13 22:23:55.879 INFO O| Dec 13 22:23:55.879 INFO copying /tmp/.tmpCpDBqP/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 ...
97262024-12-13T22:23:57.244Z[ host-image] Dec 13 22:23:55.879 INFO O| Dec 13 22:23:55.879 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/dtrace-info.txt
97272024-12-13T22:23:57.247Z[ host-image] Dec 13 22:23:55.879 INFO O| Dec 13 22:23:55.879 INFO ok!
97282024-12-13T22:23:57.247Z[ host-image] Dec 13 22:23:55.879 INFO O| Dec 13 22:23:55.879 INFO STEP 119 (ensure_file) COMPLETE
97292024-12-13T22:23:57.247Z[ host-image] Dec 13 22:23:55.879 INFO O| Dec 13 22:23:55.879 INFO STEP 120: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
97302024-12-13T22:23:57.267Z[ host-image] Dec 13 22:23:55.902 INFO O| Dec 13 22:23:55.901 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/VERSION does not exist
97312024-12-13T22:23:57.267Z[ host-image] Dec 13 22:23:55.902 INFO O| Dec 13 22:23:55.901 INFO copying /tmp/.tmpCpDBqP/proto/host/root/opt/oxide/crucible_dtrace/VERSION -> /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/VERSION ...
97322024-12-13T22:23:57.270Z[ host-image] Dec 13 22:23:55.902 INFO O| Dec 13 22:23:55.902 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/VERSION
97332024-12-13T22:23:57.270Z[ host-image] Dec 13 22:23:55.902 INFO O| Dec 13 22:23:55.902 INFO ok!
97342024-12-13T22:23:57.270Z[ host-image] Dec 13 22:23:55.902 INFO O| Dec 13 22:23:55.902 INFO STEP 120 (ensure_file) COMPLETE
97352024-12-13T22:23:57.270Z[ host-image] Dec 13 22:23:55.902 INFO O| Dec 13 22:23:55.902 INFO STEP 121: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
97362024-12-13T22:23:57.303Z[ host-image] Dec 13 22:23:55.937 INFO O| Dec 13 22:23:55.937 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/switch.tar.gz does not exist
97372024-12-13T22:23:57.303Z[ host-image] Dec 13 22:23:55.937 INFO O| Dec 13 22:23:55.937 INFO copying /tmp/.tmpCpDBqP/proto/host/root/opt/oxide/switch.tar.gz -> /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/switch.tar.gz ...
97382024-12-13T22:24:00.363Z[ recovery-image] Dec 13 22:23:58.997 INFO E| Finished `release` profile [optimized] target(s) in 1m 22s
97392024-12-13T22:24:00.413Z[ recovery-image] Dec 13 22:23:59.048 INFO building host image...
97402024-12-13T22:24:00.416Z[ recovery-image] Dec 13 22:23:59.048 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")
97412024-12-13T22:24:01.737Z[ recovery-image] Dec 13 22:24:00.371 INFO finishing image archive at "/work/os-recovery/os.tar.gz"...
97422024-12-13T22:24:05.033Z[ recovery-image] Dec 13 22:24:03.667 INFO image complete! materials are in "/work/os-recovery"
97432024-12-13T22:24:05.109Z[ recovery-image]
97442024-12-13T22:24:05.110Z[ recovery-image] real 11:12.923051083
97452024-12-13T22:24:05.113Z[ recovery-image] user 6:32.885160500
97462024-12-13T22:24:05.113Z[ recovery-image] sys 1:11.452234688
97472024-12-13T22:24:05.113Z[ recovery-image] trap 0.388447357
97482024-12-13T22:24:05.113Z[ recovery-image] tflt 0.337601025
97492024-12-13T22:24:05.114Z[ recovery-image] dflt 3.150429525
97502024-12-13T22:24:05.114ZDec 13 22:24:03.743 INFO [recovery-image] process exited with exit status: 0 (673.020252469s)
97512024-12-13T22:24:05.114Z[ recovery-image] kflt 0.019186819
97522024-12-13T22:24:05.114Z[ recovery-image] lock 21:00.009763563
97532024-12-13T22:24:05.114Z[ recovery-image] slp 1:09:38.406380782
97542024-12-13T22:24:05.114Z[ recovery-image] lat 5:25.810824563
97552024-12-13T22:24:05.114Z[ recovery-image] stop 12.020360847
97562024-12-13T22:24:09.250Z[ host-image] Dec 13 22:24:07.664 INFO O| Dec 13 22:24:07.664 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/switch.tar.gz
97572024-12-13T22:24:09.250Z[ host-image] Dec 13 22:24:07.664 INFO O| Dec 13 22:24:07.664 INFO ok!
97582024-12-13T22:24:09.269Z[ host-image] Dec 13 22:24:07.664 INFO O| Dec 13 22:24:07.664 INFO STEP 121 (ensure_file) COMPLETE
97592024-12-13T22:24:09.269Z[ host-image] Dec 13 22:24:07.664 INFO O| Dec 13 22:24:07.664 INFO STEP 122: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
97602024-12-13T22:24:09.269Z[ host-image] Dec 13 22:24:07.685 INFO O| Dec 13 22:24:07.685 INFO ownership already OK (0:2), path: /rpool/images/build/host/work/gimlet/zfs/a/lib
97612024-12-13T22:24:09.269Z[ host-image] Dec 13 22:24:07.685 INFO O| Dec 13 22:24:07.685 INFO STEP 122 (ensure_dir) COMPLETE
97622024-12-13T22:24:09.269Z[ host-image] Dec 13 22:24:07.685 INFO O| Dec 13 22:24:07.685 INFO STEP 123: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
97632024-12-13T22:24:09.270Z[ host-image] Dec 13 22:24:07.705 INFO O| Dec 13 22:24:07.705 INFO ownership already OK (0:2), path: /rpool/images/build/host/work/gimlet/zfs/a/lib/svc
97642024-12-13T22:24:09.270Z[ host-image] Dec 13 22:24:07.705 INFO O| Dec 13 22:24:07.705 INFO STEP 123 (ensure_dir) COMPLETE
97652024-12-13T22:24:09.270Z[ host-image] Dec 13 22:24:07.705 INFO O| Dec 13 22:24:07.705 INFO STEP 124: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
97662024-12-13T22:24:09.270Z[ host-image] Dec 13 22:24:07.730 INFO O| Dec 13 22:24:07.730 INFO ownership already OK (0:3), path: /rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest
97672024-12-13T22:24:09.270Z[ host-image] Dec 13 22:24:07.730 INFO O| Dec 13 22:24:07.730 INFO STEP 124 (ensure_dir) COMPLETE
97682024-12-13T22:24:09.270Z[ host-image] Dec 13 22:24:07.730 INFO O| Dec 13 22:24:07.730 INFO STEP 125: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
97692024-12-13T22:24:09.270Z[ host-image] Dec 13 22:24:07.769 INFO O| Dec 13 22:24:07.769 INFO ownership already OK (0:3), path: /rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/site
97702024-12-13T22:24:09.270Z[ host-image] Dec 13 22:24:07.769 INFO O| Dec 13 22:24:07.769 INFO STEP 125 (ensure_dir) COMPLETE
97712024-12-13T22:24:09.270Z[ host-image] Dec 13 22:24:07.769 INFO O| Dec 13 22:24:07.769 INFO STEP 126: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
97722024-12-13T22:24:09.270Z[ host-image] Dec 13 22:24:07.802 INFO O| Dec 13 22:24:07.802 INFO file /rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/site/sled-agent.xml does not exist
97732024-12-13T22:24:09.270Z[ host-image] Dec 13 22:24:07.802 INFO O| Dec 13 22:24:07.802 INFO copying /tmp/.tmpCpDBqP/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 ...
97742024-12-13T22:24:09.270Z[ host-image] Dec 13 22:24:07.802 INFO O| Dec 13 22:24:07.802 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/site/sled-agent.xml
97752024-12-13T22:24:09.270Z[ host-image] Dec 13 22:24:07.802 INFO O| Dec 13 22:24:07.802 INFO ok!
97762024-12-13T22:24:09.270Z[ host-image] Dec 13 22:24:07.802 INFO O| Dec 13 22:24:07.802 INFO STEP 126 (ensure_file) COMPLETE
97772024-12-13T22:24:09.270Z[ host-image] Dec 13 22:24:07.802 INFO O| Dec 13 22:24:07.802 INFO STEP 127: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
97782024-12-13T22:24:09.270Z[ host-image] Dec 13 22:24:07.825 INFO O| Dec 13 22:24:07.825 INFO perms are 700, should be 755, path: /rpool/images/build/host/work/gimlet/zfs/a/root
97792024-12-13T22:24:09.270Z[ host-image] Dec 13 22:24:07.825 INFO O| Dec 13 22:24:07.825 INFO chmod ok, path: /rpool/images/build/host/work/gimlet/zfs/a/root
97802024-12-13T22:24:09.270Z[ host-image] Dec 13 22:24:07.825 INFO O| Dec 13 22:24:07.825 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/root
97812024-12-13T22:24:09.270Z[ host-image] Dec 13 22:24:07.825 INFO O| Dec 13 22:24:07.825 INFO STEP 127 (ensure_dir) COMPLETE
97822024-12-13T22:24:09.270Z[ host-image] Dec 13 22:24:07.825 INFO O| Dec 13 22:24:07.825 INFO STEP 128: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
97832024-12-13T22:24:09.270Z[ host-image] Dec 13 22:24:07.847 INFO O| Dec 13 22:24:07.847 WARN file /rpool/images/build/host/work/gimlet/zfs/a/root/.profile exists, with wrong contents, unlinking
97842024-12-13T22:24:09.271Z[ host-image] Dec 13 22:24:07.847 INFO O| Dec 13 22:24:07.847 INFO copying /tmp/.tmpCpDBqP/proto/host/root/root/.profile -> /rpool/images/build/host/work/gimlet/zfs/a/root/.profile ...
97852024-12-13T22:24:09.271Z[ host-image] Dec 13 22:24:07.847 INFO O| Dec 13 22:24:07.847 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/root/.profile
97862024-12-13T22:24:09.271Z[ host-image] Dec 13 22:24:07.847 INFO O| Dec 13 22:24:07.847 INFO ok!
97872024-12-13T22:24:09.271Z[ host-image] Dec 13 22:24:07.847 INFO O| Dec 13 22:24:07.847 INFO STEP 128 (ensure_file) COMPLETE
97882024-12-13T22:24:09.271Z[ host-image] Dec 13 22:24:07.847 INFO O| Dec 13 22:24:07.847 INFO STEP 129: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
97892024-12-13T22:24:09.284Z[ host-image] Dec 13 22:24:07.914 INFO O| Dec 13 22:24:07.914 INFO remove tree: "/rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/network/ipsec"
97902024-12-13T22:24:09.290Z[ host-image] Dec 13 22:24:07.915 INFO O| Dec 13 22:24:07.915 INFO STEP 129 (remove_files) COMPLETE
97912024-12-13T22:24:09.290Z[ host-image] Dec 13 22:24:07.915 INFO O| Dec 13 22:24:07.915 INFO STEP 130: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
97922024-12-13T22:24:09.338Z[ host-image] Dec 13 22:24:07.971 INFO O| Dec 13 22:24:07.971 INFO remove tree: "/rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/network/ldap"
97932024-12-13T22:24:09.341Z[ host-image] Dec 13 22:24:07.971 INFO O| Dec 13 22:24:07.971 INFO STEP 130 (remove_files) COMPLETE
97942024-12-13T22:24:09.341Z[ host-image] Dec 13 22:24:07.971 INFO O| Dec 13 22:24:07.971 INFO STEP 131: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
97952024-12-13T22:24:09.366Z[ host-image] Dec 13 22:24:07.999 INFO O| Dec 13 22:24:07.999 INFO remove tree: "/rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/network/rpc"
97962024-12-13T22:24:09.370Z[ host-image] Dec 13 22:24:07.999 INFO O| Dec 13 22:24:07.999 INFO STEP 131 (remove_files) COMPLETE
97972024-12-13T22:24:09.370Z[ host-image] Dec 13 22:24:07.999 INFO O| Dec 13 22:24:07.999 INFO STEP 132: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
97982024-12-13T22:24:09.391Z[ host-image] Dec 13 22:24:08.024 INFO O| Dec 13 22:24:08.024 INFO remove tree: "/rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/network/security"
97992024-12-13T22:24:09.394Z[ host-image] Dec 13 22:24:08.024 INFO O| Dec 13 22:24:08.024 INFO STEP 132 (remove_files) COMPLETE
98002024-12-13T22:24:09.394Z[ host-image] Dec 13 22:24:08.024 INFO O| Dec 13 22:24:08.024 INFO STEP 133: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
98012024-12-13T22:24:09.430Z[ host-image] Dec 13 22:24:08.062 INFO O| Dec 13 22:24:08.062 INFO remove tree: "/rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/network/shares"
98022024-12-13T22:24:09.432Z[ host-image] Dec 13 22:24:08.063 INFO O| Dec 13 22:24:08.063 INFO STEP 133 (remove_files) COMPLETE
98032024-12-13T22:24:09.432Z[ host-image] Dec 13 22:24:08.063 INFO O| Dec 13 22:24:08.063 INFO STEP 134: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
98042024-12-13T22:24:09.478Z[ host-image] Dec 13 22:24:08.111 INFO O| Dec 13 22:24:08.111 INFO remove tree: "/rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/network/smb"
98052024-12-13T22:24:09.480Z[ host-image] Dec 13 22:24:08.111 INFO O| Dec 13 22:24:08.111 INFO STEP 134 (remove_files) COMPLETE
98062024-12-13T22:24:09.480Z[ host-image] Dec 13 22:24:08.111 INFO O| Dec 13 22:24:08.111 INFO STEP 135: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
98072024-12-13T22:24:09.501Z[ host-image] Dec 13 22:24:08.134 INFO O| Dec 13 22:24:08.134 INFO remove file: "/rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/application/management/net-snmp.xml"
98082024-12-13T22:24:09.504Z[ host-image] Dec 13 22:24:08.134 INFO O| Dec 13 22:24:08.134 INFO STEP 135 (remove_files) COMPLETE
98092024-12-13T22:24:09.505Z[ host-image] Dec 13 22:24:08.134 INFO O| Dec 13 22:24:08.134 INFO STEP 136: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
98102024-12-13T22:24:09.524Z[ host-image] Dec 13 22:24:08.157 INFO O| Dec 13 22:24:08.156 INFO remove file: "/rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/application/security/tcsd.xml"
98112024-12-13T22:24:09.526Z[ host-image] Dec 13 22:24:08.157 INFO O| Dec 13 22:24:08.157 INFO STEP 136 (remove_files) COMPLETE
98122024-12-13T22:24:09.526Z[ host-image] Dec 13 22:24:08.157 INFO O| Dec 13 22:24:08.157 INFO STEP 137: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
98132024-12-13T22:24:09.546Z[ host-image] Dec 13 22:24:08.179 INFO O| Dec 13 22:24:08.178 INFO remove file: "/rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/network/dns/install.xml"
98142024-12-13T22:24:09.546Z[ host-image] Dec 13 22:24:08.179 INFO O| Dec 13 22:24:08.179 INFO STEP 137 (remove_files) COMPLETE
98152024-12-13T22:24:09.548Z[ host-image] Dec 13 22:24:08.179 INFO O| Dec 13 22:24:08.179 INFO STEP 138: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
98162024-12-13T22:24:09.567Z[ host-image] Dec 13 22:24:08.199 INFO O| Dec 13 22:24:08.199 INFO remove file: "/rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/network/inetd-upgrade.xml"
98172024-12-13T22:24:09.567Z[ host-image] Dec 13 22:24:08.200 INFO O| Dec 13 22:24:08.200 INFO STEP 138 (remove_files) COMPLETE
98182024-12-13T22:24:09.567Z[ host-image] Dec 13 22:24:08.200 INFO O| Dec 13 22:24:08.200 INFO STEP 139: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
98192024-12-13T22:24:09.587Z[ host-image] Dec 13 22:24:08.220 INFO O| Dec 13 22:24:08.220 INFO remove file: "/rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/network/inetd.xml"
98202024-12-13T22:24:09.587Z[ host-image] Dec 13 22:24:08.220 INFO O| Dec 13 22:24:08.220 INFO STEP 139 (remove_files) COMPLETE
98212024-12-13T22:24:09.590Z[ host-image] Dec 13 22:24:08.220 INFO O| Dec 13 22:24:08.220 INFO STEP 140: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
98222024-12-13T22:24:09.609Z[ host-image] Dec 13 22:24:08.242 INFO O| Dec 13 22:24:08.242 INFO remove file: "/rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/network/network-install.xml"
98232024-12-13T22:24:09.609Z[ host-image] Dec 13 22:24:08.242 INFO O| Dec 13 22:24:08.242 INFO STEP 140 (remove_files) COMPLETE
98242024-12-13T22:24:09.609Z[ host-image] Dec 13 22:24:08.242 INFO O| Dec 13 22:24:08.242 INFO STEP 141: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
98252024-12-13T22:24:09.630Z[ host-image] Dec 13 22:24:08.263 INFO O| Dec 13 22:24:08.263 INFO remove file: "/rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/network/network-ipmp.xml"
98262024-12-13T22:24:09.630Z[ host-image] Dec 13 22:24:08.263 INFO O| Dec 13 22:24:08.263 INFO STEP 141 (remove_files) COMPLETE
98272024-12-13T22:24:09.630Z[ host-image] Dec 13 22:24:08.263 INFO O| Dec 13 22:24:08.263 INFO STEP 142: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
98282024-12-13T22:24:09.652Z[ host-image] Dec 13 22:24:08.285 INFO O| Dec 13 22:24:08.285 INFO remove file: "/rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/network/network-iptun.xml"
98292024-12-13T22:24:09.652Z[ host-image] Dec 13 22:24:08.285 INFO O| Dec 13 22:24:08.285 INFO STEP 142 (remove_files) COMPLETE
98302024-12-13T22:24:09.655Z[ host-image] Dec 13 22:24:08.285 INFO O| Dec 13 22:24:08.285 INFO STEP 143: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
98312024-12-13T22:24:09.676Z[ host-image] Dec 13 22:24:08.308 INFO O| Dec 13 22:24:08.308 INFO remove file: "/rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/network/network-location.xml"
98322024-12-13T22:24:09.676Z[ host-image] Dec 13 22:24:08.308 INFO O| Dec 13 22:24:08.308 INFO STEP 143 (remove_files) COMPLETE
98332024-12-13T22:24:09.676Z[ host-image] Dec 13 22:24:08.308 INFO O| Dec 13 22:24:08.308 INFO STEP 144: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
98342024-12-13T22:24:09.696Z[ host-image] Dec 13 22:24:08.328 INFO O| Dec 13 22:24:08.328 INFO remove file: "/rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/network/network-netcfg.xml"
98352024-12-13T22:24:09.696Z[ host-image] Dec 13 22:24:08.328 INFO O| Dec 13 22:24:08.328 INFO STEP 144 (remove_files) COMPLETE
98362024-12-13T22:24:09.696Z[ host-image] Dec 13 22:24:08.328 INFO O| Dec 13 22:24:08.328 INFO STEP 145: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
98372024-12-13T22:24:09.728Z[ host-image] Dec 13 22:24:08.361 INFO O| Dec 13 22:24:08.361 INFO remove file: "/rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/network/routing/rdisc.xml"
98382024-12-13T22:24:09.728Z[ host-image] Dec 13 22:24:08.361 INFO O| Dec 13 22:24:08.361 INFO STEP 145 (remove_files) COMPLETE
98392024-12-13T22:24:09.728Z[ host-image] Dec 13 22:24:08.361 INFO O| Dec 13 22:24:08.361 INFO STEP 146: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
98402024-12-13T22:24:09.783Z[ host-image] Dec 13 22:24:08.416 INFO O| Dec 13 22:24:08.416 INFO remove file: "/rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/network/varpd.xml"
98412024-12-13T22:24:09.786Z[ host-image] Dec 13 22:24:08.416 INFO O| Dec 13 22:24:08.416 INFO STEP 146 (remove_files) COMPLETE
98422024-12-13T22:24:09.786Z[ host-image] Dec 13 22:24:08.416 INFO O| Dec 13 22:24:08.416 INFO STEP 147: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
98432024-12-13T22:24:09.805Z[ host-image] Dec 13 22:24:08.438 INFO O| Dec 13 22:24:08.438 INFO remove file: "/rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/system/device/allocate.xml"
98442024-12-13T22:24:09.808Z[ host-image] Dec 13 22:24:08.439 INFO O| Dec 13 22:24:08.439 INFO STEP 147 (remove_files) COMPLETE
98452024-12-13T22:24:09.808Z[ host-image] Dec 13 22:24:08.439 INFO O| Dec 13 22:24:08.439 INFO STEP 148: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
98462024-12-13T22:24:09.829Z[ host-image] Dec 13 22:24:08.462 INFO O| Dec 13 22:24:08.462 INFO remove file: "/rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/system/device/devices-audio.xml"
98472024-12-13T22:24:09.832Z[ host-image] Dec 13 22:24:08.462 INFO O| Dec 13 22:24:08.462 INFO STEP 148 (remove_files) COMPLETE
98482024-12-13T22:24:09.832Z[ host-image] Dec 13 22:24:08.462 INFO O| Dec 13 22:24:08.462 INFO STEP 149: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
98492024-12-13T22:24:09.853Z[ host-image] Dec 13 22:24:08.485 INFO O| Dec 13 22:24:08.485 INFO remove file: "/rpool/images/build/host/work/gimlet/zfs/a/usr/lib/devfsadm/linkmod/SUNW_audio_link.so"
98502024-12-13T22:24:09.872Z[ host-image] Dec 13 22:24:08.486 INFO O| Dec 13 22:24:08.486 INFO STEP 149 (remove_files) COMPLETE
98512024-12-13T22:24:09.872Z[ host-image] Dec 13 22:24:08.486 INFO O| Dec 13 22:24:08.486 INFO STEP 150: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
98522024-12-13T22:24:09.906Z[ host-image] Dec 13 22:24:08.539 INFO O| Dec 13 22:24:08.539 INFO remove file: "/rpool/images/build/host/work/gimlet/zfs/a/dev/sndstat"
98532024-12-13T22:24:09.909Z[ host-image] Dec 13 22:24:08.539 INFO O| Dec 13 22:24:08.539 INFO STEP 150 (remove_files) COMPLETE
98542024-12-13T22:24:09.909Z[ host-image] Dec 13 22:24:08.539 INFO O| Dec 13 22:24:08.539 INFO STEP 151: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
98552024-12-13T22:24:09.988Z[ host-image] Dec 13 22:24:08.621 INFO O| Dec 13 22:24:08.621 INFO remove file: "/rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/system/device/mpxio-upgrade.xml"
98562024-12-13T22:24:09.988Z[ host-image] Dec 13 22:24:08.621 INFO O| Dec 13 22:24:08.621 INFO STEP 151 (remove_files) COMPLETE
98572024-12-13T22:24:09.988Z[ host-image] Dec 13 22:24:08.621 INFO O| Dec 13 22:24:08.621 INFO STEP 152: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
98582024-12-13T22:24:10.015Z[ host-image] Dec 13 22:24:08.646 INFO O| Dec 13 22:24:08.646 INFO remove file: "/rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/system/hostid.xml"
98592024-12-13T22:24:10.015Z[ host-image] Dec 13 22:24:08.647 INFO O| Dec 13 22:24:08.646 INFO STEP 152 (remove_files) COMPLETE
98602024-12-13T22:24:10.018Z[ host-image] Dec 13 22:24:08.647 INFO O| Dec 13 22:24:08.646 INFO STEP 153: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
98612024-12-13T22:24:10.053Z[ host-image] Dec 13 22:24:08.686 INFO O| Dec 13 22:24:08.686 INFO remove file: "/rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/system/idmap.xml"
98622024-12-13T22:24:10.053Z[ host-image] Dec 13 22:24:08.686 INFO O| Dec 13 22:24:08.686 INFO STEP 153 (remove_files) COMPLETE
98632024-12-13T22:24:10.063Z[ host-image] Dec 13 22:24:08.686 INFO O| Dec 13 22:24:08.686 INFO STEP 154: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
98642024-12-13T22:24:10.100Z[ host-image] Dec 13 22:24:08.731 INFO O| Dec 13 22:24:08.731 INFO remove file: "/rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/system/pkgserv.xml"
98652024-12-13T22:24:10.100Z[ host-image] Dec 13 22:24:08.732 INFO O| Dec 13 22:24:08.731 INFO STEP 154 (remove_files) COMPLETE
98662024-12-13T22:24:10.100Z[ host-image] Dec 13 22:24:08.732 INFO O| Dec 13 22:24:08.731 INFO STEP 155: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
98672024-12-13T22:24:10.136Z[ host-image] Dec 13 22:24:08.769 INFO O| Dec 13 22:24:08.769 INFO remove file: "/rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/system/zones.xml"
98682024-12-13T22:24:10.136Z[ host-image] Dec 13 22:24:08.769 INFO O| Dec 13 22:24:08.769 INFO STEP 155 (remove_files) COMPLETE
98692024-12-13T22:24:10.136Z[ host-image] Dec 13 22:24:08.769 INFO O| Dec 13 22:24:08.769 INFO STEP 156: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
98702024-12-13T22:24:10.195Z[ host-image] Dec 13 22:24:08.828 INFO O| Dec 13 22:24:08.828 INFO remove file: "/rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/system/intrd.xml"
98712024-12-13T22:24:10.198Z[ host-image] Dec 13 22:24:08.828 INFO O| Dec 13 22:24:08.828 INFO STEP 156 (remove_files) COMPLETE
98722024-12-13T22:24:10.198Z[ host-image] Dec 13 22:24:08.829 INFO O| Dec 13 22:24:08.828 INFO STEP 157: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
98732024-12-13T22:24:10.219Z[ host-image] Dec 13 22:24:08.852 INFO O| Dec 13 22:24:08.852 INFO remove file: "/rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/network/chrony.xml"
98742024-12-13T22:24:10.222Z[ host-image] Dec 13 22:24:08.852 INFO O| Dec 13 22:24:08.852 INFO STEP 157 (remove_files) COMPLETE
98752024-12-13T22:24:10.222Z[ host-image] Dec 13 22:24:08.852 INFO O| Dec 13 22:24:08.852 INFO STEP 158: seed_smf, from: /work/oxidecomputer/helios/image/templates/gimlet/zfs.json
98762024-12-13T22:24:10.259Z[ host-image] Dec 13 22:24:08.887 INFO O| Dec 13 22:24:08.886 INFO file /rpool/images/build/host/tmp/gimlet/zfs/repo.db does not already exist, skipping removal
98772024-12-13T22:24:10.263Z[ host-image] Dec 13 22:24:08.887 INFO O| Dec 13 22:24:08.887 INFO exec: ["/usr/sbin/svccfg", "import", "-p", "/dev/stdout", "/rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest"], env: {"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", "SVCCFG_CHECKHASH": "1"}
98782024-12-13T22:24:19.037Z[ host-image] Dec 13 22:24:17.668 INFO O| Dec 13 22:24:17.668 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
98792024-12-13T22:24:19.037Z[ host-image] Dec 13 22:24:17.669 INFO O| Dec 13 22:24:17.668 INFO E| svccfg: Loaded 74 smf(7) service descriptions
98802024-12-13T22:24:19.058Z[ host-image] Dec 13 22:24:17.690 INFO O| Dec 13 22:24:17.690 INFO exec: ["/usr/sbin/svccfg", "apply", "/rpool/images/build/host/work/gimlet/zfs/a/var/svc/profile/site.xml"], env: {"SVCCFG_DTD": "/rpool/images/build/host/work/gimlet/zfs/a/usr/share/lib/xml/dtd/service_bundle.dtd.1", "SVCCFG_CHECKHASH": "1", "PKG_INSTALL_ROOT": "/rpool/images/build/host/work/gimlet/zfs/a", "SVCCFG_REPOSITORY": "/rpool/images/build/host/tmp/gimlet/zfs/repo.db"}
98812024-12-13T22:24:19.230Z[ host-image] Dec 13 22:24:17.861 INFO O| Dec 13 22:24:17.861 INFO file /rpool/images/build/host/work/gimlet/zfs/a/etc/svc/repository.db does not exist
98822024-12-13T22:24:19.233Z[ host-image] Dec 13 22:24:17.861 INFO O| Dec 13 22:24:17.861 INFO copying /rpool/images/build/host/tmp/gimlet/zfs/repo.db -> /rpool/images/build/host/work/gimlet/zfs/a/etc/svc/repository.db ...
98832024-12-13T22:24:19.233Z[ host-image] Dec 13 22:24:17.865 INFO O| Dec 13 22:24:17.865 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/etc/svc/repository.db
98842024-12-13T22:24:19.233Z[ host-image] Dec 13 22:24:17.865 INFO O| Dec 13 22:24:17.865 INFO ok!
98852024-12-13T22:24:19.237Z[ host-image] Dec 13 22:24:17.865 INFO O| Dec 13 22:24:17.865 INFO file /rpool/images/build/host/tmp/gimlet/zfs/repo.db exists (as File), removing
98862024-12-13T22:24:19.237Z[ host-image] Dec 13 22:24:17.865 INFO O| Dec 13 22:24:17.865 INFO STEP 158 (seed_smf) COMPLETE
98872024-12-13T22:24:19.237Z[ host-image] Dec 13 22:24:17.865 INFO O| Dec 13 22:24:17.865 INFO steps complete; finalising image!
98882024-12-13T22:24:19.237Z[ host-image] Dec 13 22:24:17.865 INFO O| Dec 13 22:24:17.865 INFO TRIM POOL: TEMPORARY-gimlet-zfs
98892024-12-13T22:24:19.459Z[ host-image] Dec 13 22:24:18.091 INFO O| Dec 13 22:24:18.091 INFO trim TEMPORARY-gimlet-zfs: (0% trimmed, started at Fri Dec 13 22:24:17 2024)
98902024-12-13T22:24:19.669Z[ host-image] Dec 13 22:24:18.300 INFO O| Dec 13 22:24:18.300 INFO trim TEMPORARY-gimlet-zfs: (96% trimmed, started at Fri Dec 13 22:24:17 2024)
98912024-12-13T22:24:19.882Z[ host-image] Dec 13 22:24:18.513 INFO O| Dec 13 22:24:18.513 INFO trim TEMPORARY-gimlet-zfs: (96% trimmed, started at Fri Dec 13 22:24:17 2024)
98922024-12-13T22:24:20.139Z[ host-image] Dec 13 22:24:18.771 INFO O| Dec 13 22:24:18.770 INFO temporary pool has 689M used, 143M avail, 1.82x compressratio
98932024-12-13T22:24:20.139Z[ host-image] Dec 13 22:24:18.771 INFO O| Dec 13 22:24:18.770 INFO EXPORT POOL: TEMPORARY-gimlet-zfs
98942024-12-13T22:24:20.791Z[ host-image] Dec 13 22:24:19.422 INFO O| Dec 13 22:24:19.422 INFO copying image /rpool/images/build/host/work/gimlet/zfs/lofi.raw to output file /rpool/images/build/host/output/gimlet-zfs.raw
98952024-12-13T22:24:20.791Z[ host-image] Dec 13 22:24:19.422 INFO O| Dec 13 22:24:19.422 INFO file /rpool/images/build/host/output/gimlet-zfs.raw does not already exist, skipping removal
98962024-12-13T22:24:22.567Z[ host-image] Dec 13 22:24:21.198 INFO O| Dec 13 22:24:21.198 INFO perms are 1600, should be 644, path: /rpool/images/build/host/output/gimlet-zfs.raw
98972024-12-13T22:24:22.567Z[ host-image] Dec 13 22:24:21.198 INFO O| Dec 13 22:24:21.198 INFO chmod ok, path: /rpool/images/build/host/output/gimlet-zfs.raw
98982024-12-13T22:24:22.570Z[ host-image] Dec 13 22:24:21.198 INFO O| Dec 13 22:24:21.198 INFO ownership already OK (0:0), path: /rpool/images/build/host/output/gimlet-zfs.raw
98992024-12-13T22:24:22.570Z[ host-image] Dec 13 22:24:21.198 INFO O| Dec 13 22:24:21.198 INFO completed processing gimlet/zfs
99002024-12-13T22:24:22.570Z[ host-image] Dec 13 22:24:21.198 INFO O| Dec 13 22:24:21.198 INFO DESTROY DATASET: rpool/images/build/host/work/gimlet/zfs
99012024-12-13T22:24:31.178Z[ host-image] Dec 13 22:24:29.807 INFO O| Dec 13 22:24:29.806 INFO DESTROY DATASET: rpool/images/build/host/tmp/gimlet/zfs
99022024-12-13T22:24:31.295Z[ host-image] Dec 13 22:24:29.920 INFO BUILD STRING "heads/stlouis-0-g92ea22932b\n"
99032024-12-13T22:24:31.296Z[ host-image] Dec 13 22:24:29.920 INFO expanded image name: "ci c76a4e0/${os_short_commit} 2024-12-13 21:50" -> "ci c76a4e0/92ea229 2024-12-13 21:50"
99042024-12-13T22:24:31.300Z[ host-image] Dec 13 22:24:29.920 INFO output artefacts stored in: "/work/os-host"
99052024-12-13T22:24:31.301Z[ host-image] Dec 13 22:24:29.920 INFO collecting git info from project "amd-firmware"...
99062024-12-13T22:24:31.315Z[ host-image] Dec 13 22:24:29.944 INFO collecting git info from project "pinprick"...
99072024-12-13T22:24:31.323Z[ host-image] Dec 13 22:24:29.953 INFO collecting git info from project "phbl"...
99082024-12-13T22:24:31.333Z[ host-image] Dec 13 22:24:29.962 INFO collecting git info from project "pilot"...
99092024-12-13T22:24:31.345Z[ host-image] Dec 13 22:24:29.972 INFO collecting git info from project "bootserver"...
99102024-12-13T22:24:31.352Z[ host-image] Dec 13 22:24:29.980 INFO collecting git info from project "image-builder"...
99112024-12-13T22:24:31.364Z[ host-image] Dec 13 22:24:29.989 INFO collecting git info from project "amd-host-image-builder"...
99122024-12-13T22:24:31.389Z[ host-image] Dec 13 22:24:30.017 INFO collecting git info from project "chelsio-t6-roms"...
99132024-12-13T22:24:31.395Z[ host-image] Dec 13 22:24:30.024 INFO collecting packaging info "pkg-publishers.txt": ["publisher", "-F", "tsv"]...
99142024-12-13T22:24:32.010Z[ host-image] Dec 13 22:24:30.639 INFO collecting packaging info "pkg-list.txt": ["list", "-H", "-v"]...
99152024-12-13T22:24:32.556Z[ host-image] Dec 13 22:24:31.185 INFO creating Oxide boot image...
99162024-12-13T22:24:32.556Z[ host-image] Dec 13 22:24:31.185 INFO exec: ["/work/oxidecomputer/helios/projects/bootserver/target/release/mkimage", "-i", "/rpool/images/build/host/output/gimlet-zfs.raw", "-N", "ci c76a4e0/92ea229 2024-12-13 21:50", "-o", "/work/os-host/zfs.img", "-O", "/work/oxidecomputer/helios/tmp/image.host/boot_image_csum", "-s", "4096"], pwd: None
99172024-12-13T22:24:33.675Z[ host-image] Dec 13 22:24:32.305 INFO O| ok, image written!
99182024-12-13T22:24:33.675Z[ host-image] Dec 13 22:24:32.305 INFO O| ok, boot_image_csum file written!
99192024-12-13T22:24:33.680Z[ host-image] Dec 13 22:24:32.309 INFO creating boot archive (CPIO)...
99202024-12-13T22:24:33.680Z[ host-image] Dec 13 22:24:32.310 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
99212024-12-13T22:24:33.692Z[ host-image] Dec 13 22:24:32.321 INFO E| + root=/rpool/images/build/host/work/gimlet/ramdisk
99222024-12-13T22:24:33.692Z[ host-image] Dec 13 22:24:32.321 INFO E| + outfile=/work/os-host/cpio
99232024-12-13T22:24:33.694Z[ host-image] Dec 13 22:24:32.321 INFO E| + tmpdir=/work/oxidecomputer/helios/tmp/image.host
99242024-12-13T22:24:33.697Z[ host-image] Dec 13 22:24:32.325 INFO E| + cd /rpool/images/build/host/work/gimlet/ramdisk
99252024-12-13T22:24:33.697Z[ host-image] Dec 13 22:24:32.325 INFO E| + cpio -qo -H odc -O /work/os-host/cpio
99262024-12-13T22:24:33.743Z[ host-image] Dec 13 22:24:32.372 INFO E| + cd /work/oxidecomputer/helios/tmp/image.host
99272024-12-13T22:24:33.743Z[ host-image] Dec 13 22:24:32.372 INFO E| + cpio -qo -H odc -AO /work/os-host/cpio
99282024-12-13T22:24:33.756Z[ host-image] Dec 13 22:24:32.384 INFO creating compressed cpio/unix for nanobl-rs...
99292024-12-13T22:24:33.756Z[ host-image] Dec 13 22:24:32.384 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
99302024-12-13T22:24:34.088Z[ host-image] Dec 13 22:24:32.717 INFO exec: ["bash", "-c", "\'/work/oxidecomputer/helios/projects/pinprick/target/release/pinprick\' \'/work/os-host/cpio\' >\'/work/os-host/cpio.z\'"], pwd: None
99312024-12-13T22:24:39.821Z[ host-image] Dec 13 22:24:38.450 INFO creating reset image...
99322024-12-13T22:24:39.821Z[ host-image] Dec 13 22:24:38.450 INFO exec: ["cargo", "xtask", "build", "--release", "--cpioz", "/work/os-host/cpio.z"], pwd: Some("/work/oxidecomputer/helios/projects/phbl")
99332024-12-13T22:24:40.012Z[ host-image] Dec 13 22:24:38.640 INFO E| Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.05s
99342024-12-13T22:24:40.024Z[ host-image] Dec 13 22:24:38.653 INFO E| Running `xtask/target/debug/xtask build --release --cpioz /work/os-host/cpio.z`
99352024-12-13T22:24:40.163Z[ host-image] Dec 13 22:24:38.791 INFO E| Compiling phbl v0.1.0 (/work/oxidecomputer/helios/projects/phbl)
99362024-12-13T22:24:43.784Z[ host-image] Dec 13 22:24:42.410 INFO E| Finished `release` profile [optimized] target(s) in 3.69s
99372024-12-13T22:24:43.800Z[ host-image] Dec 13 22:24:42.428 INFO building host image...
99382024-12-13T22:24:43.802Z[ host-image] Dec 13 22:24:42.428 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")
99392024-12-13T22:24:44.709Z[ host-image] Dec 13 22:24:43.334 INFO finishing image archive at "/work/os-host/os.tar.gz"...
99402024-12-13T22:25:53.672Z[ host-image] Dec 13 22:25:52.290 INFO image complete! materials are in "/work/os-host"
99412024-12-13T22:25:53.675Z[ host-image]
99422024-12-13T22:25:53.676Z[ host-image] real 13:16.772526596
99432024-12-13T22:25:53.678Z[ host-image] user 6:39.493658009
99442024-12-13T22:25:53.678Z[ host-image] sys 1:10.224222895
99452024-12-13T22:25:53.678Z[ host-image] trap 0.329765438
99462024-12-13T22:25:53.678Z[ host-image] tflt 0.090227631
99472024-12-13T22:25:53.678Z[ host-image] dflt 0.110493330
99482024-12-13T22:25:53.678Z[ host-image] kflt 0.063473953
99492024-12-13T22:25:53.678Z[ host-image] lock 53.112563786
99502024-12-13T22:25:53.678Z[ host-image] slp 1:09:23.774316071
99512024-12-13T22:25:53.679Z[ host-image] lat 3:05.488515332
99522024-12-13T22:25:53.679Z[ host-image] stop 0.872042038
99532024-12-13T22:25:53.679ZDec 13 22:25:52.295 INFO [host-image] process exited with exit status: 0 (796.791728206s)
99542024-12-13T22:25:53.679ZDec 13 22:25:52.295 INFO [tuf-repo] running task
99552024-12-13T22:26:08.373ZDec 13 22:26:06.989 INFO assembling repository in `/tmp/tufaceousnUW3ye`, component: OmicronRepoAssembler
99562024-12-13T22:26:36.389ZDec 13 22:26:35.001 DEBG assembly successful, cleaning up, component: OmicronRepoAssembler
99572024-12-13T22:26:36.389ZDec 13 22:26:35.001 INFO artifacts assembled and archived to `/work/repo.zip`, component: OmicronRepoAssembler
99582024-12-13T22:26:51.390ZDec 13 22:26:50.000 INFO [tuf-repo] task succeeded (57.705409838s)
99592024-12-13T22:29:02.943Z[verify-libraries] Finished `release` profile [optimized] target(s) in 16m 07s
99602024-12-13T22:29:03.395ZDec 13 22:29:01.961 INFO [verify-libraries] process exited with exit status: 0 (971.568926186s)
99612024-12-13T22:29:03.396ZDec 13 22:29:01.961 INFO all jobs completed in 2330.663618883s
99622024-12-13T22:29:04.934Zprocess exited: duration 3044431 ms, exit code 0
 
99632024-12-13T22:29:04.948Zfound 33 output files
99642024-12-13T22:29:04.948Zuploading: /work/manifest.toml (8404 bytes)
99652024-12-13T22:29:05.972Zuploaded: /work/manifest.toml
99662024-12-13T22:29:05.972Zuploading: /work/repo.zip (1945346088 bytes)
99672024-12-13T22:29:46.545Zuploaded: /work/repo.zip
99682024-12-13T22:29:46.545Zuploading: /work/repo.zip.sha256.txt (65 bytes)
99692024-12-13T22:29:47.569Zuploaded: /work/repo.zip.sha256.txt
99702024-12-13T22:29:47.571Zuploading: /work/helios-setup.log (66237 bytes)
99712024-12-13T22:29:48.581Zuploaded: /work/helios-setup.log
99722024-12-13T22:29:48.581Zuploading: /work/host-image.log (197102 bytes)
99732024-12-13T22:29:49.600Zuploaded: /work/host-image.log
99742024-12-13T22:29:49.600Zuploading: /work/host-package.log (22252 bytes)
99752024-12-13T22:29:50.610Zuploaded: /work/host-package.log
99762024-12-13T22:29:50.611Zuploading: /work/host-target.log (101 bytes)
99772024-12-13T22:29:51.619Zuploaded: /work/host-target.log
99782024-12-13T22:29:51.619Zuploading: /work/omicron-package.log (5666 bytes)
99792024-12-13T22:29:52.626Zuploaded: /work/omicron-package.log
99802024-12-13T22:29:52.626Zuploading: /work/phbl-toolchain.log (881 bytes)
99812024-12-13T22:29:53.634Zuploaded: /work/phbl-toolchain.log
99822024-12-13T22:29:53.634Zuploading: /work/recovery-image.log (592539 bytes)
99832024-12-13T22:29:54.660Zuploaded: /work/recovery-image.log
99842024-12-13T22:29:54.663Zuploading: /work/recovery-package.log (321 bytes)
99852024-12-13T22:29:55.669Zuploaded: /work/recovery-package.log
99862024-12-13T22:29:55.672Zuploading: /work/recovery-target.log (98 bytes)
99872024-12-13T22:29:56.677Zuploaded: /work/recovery-target.log
99882024-12-13T22:29:56.680Zuploading: /work/stamp-clickhouse.log (117 bytes)
99892024-12-13T22:29:57.686Zuploaded: /work/stamp-clickhouse.log
99902024-12-13T22:29:57.688Zuploading: /work/stamp-clickhouse_keeper.log (124 bytes)
99912024-12-13T22:29:58.693Zuploaded: /work/stamp-clickhouse_keeper.log
99922024-12-13T22:29:58.695Zuploading: /work/stamp-cockroachdb.log (118 bytes)
99932024-12-13T22:29:59.702Zuploaded: /work/stamp-cockroachdb.log
99942024-12-13T22:29:59.702Zuploading: /work/stamp-crucible-dtrace.log (119 bytes)
99952024-12-13T22:30:00.710Zuploaded: /work/stamp-crucible-dtrace.log
99962024-12-13T22:30:00.710Zuploading: /work/stamp-crucible-pantry-zone.log (127 bytes)
99972024-12-13T22:30:01.718Zuploaded: /work/stamp-crucible-pantry-zone.log
99982024-12-13T22:30:01.721Zuploading: /work/stamp-crucible-zone.log (120 bytes)
99992024-12-13T22:30:02.729Zuploaded: /work/stamp-crucible-zone.log
100002024-12-13T22:30:02.729Zuploading: /work/stamp-external-dns.log (119 bytes)
100012024-12-13T22:30:03.771Zuploaded: /work/stamp-external-dns.log
100022024-12-13T22:30:03.771Zuploading: /work/stamp-installinator.log (103 bytes)
100032024-12-13T22:30:04.796Zuploaded: /work/stamp-installinator.log
100042024-12-13T22:30:04.796Zuploading: /work/stamp-internal-dns.log (119 bytes)
100052024-12-13T22:30:05.803Zuploaded: /work/stamp-internal-dns.log
100062024-12-13T22:30:05.803Zuploading: /work/stamp-mg-ddm-gz.log (99 bytes)
100072024-12-13T22:30:06.811Zuploaded: /work/stamp-mg-ddm-gz.log
100082024-12-13T22:30:06.814Zuploading: /work/stamp-nexus.log (112 bytes)
100092024-12-13T22:30:07.820Zuploaded: /work/stamp-nexus.log
100102024-12-13T22:30:07.820Zuploading: /work/stamp-ntp.log (110 bytes)
100112024-12-13T22:30:08.828Zuploaded: /work/stamp-ntp.log
100122024-12-13T22:30:08.831Zuploading: /work/stamp-omicron-sled-agent.log (122 bytes)
100132024-12-13T22:30:09.836Zuploaded: /work/stamp-omicron-sled-agent.log
100142024-12-13T22:30:09.836Zuploading: /work/stamp-overlay.log (114 bytes)
100152024-12-13T22:30:10.843Zuploaded: /work/stamp-overlay.log
100162024-12-13T22:30:10.843Zuploading: /work/stamp-oximeter.log (115 bytes)
100172024-12-13T22:30:11.853Zuploaded: /work/stamp-oximeter.log
100182024-12-13T22:30:11.853Zuploading: /work/stamp-oxlog.log (109 bytes)
100192024-12-13T22:30:12.864Zuploaded: /work/stamp-oxlog.log
100202024-12-13T22:30:12.864Zuploading: /work/stamp-probe.log (112 bytes)
100212024-12-13T22:30:13.872Zuploaded: /work/stamp-probe.log
100222024-12-13T22:30:13.872Zuploading: /work/stamp-propolis-server.log (122 bytes)
100232024-12-13T22:30:14.881Zuploaded: /work/stamp-propolis-server.log
100242024-12-13T22:30:14.881Zuploading: /work/stamp-pumpkind-gz.log (115 bytes)
100252024-12-13T22:30:15.891Zuploaded: /work/stamp-pumpkind-gz.log
100262024-12-13T22:30:15.891Zuploading: /work/stamp-switch-asic.log (118 bytes)
100272024-12-13T22:30:16.909Zuploaded: /work/stamp-switch-asic.log
100282024-12-13T22:30:16.909Zuploading: /work/verify-libraries.log (5773 bytes)
100292024-12-13T22:30:17.921Zuploaded: /work/verify-libraries.log