01JA4G6EC7XHZ1E9AEKFWGXKTR: 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: 01JA4G6W5VF3VEZGXHAE3C1E4B

Tags:

Artefacts:

Output:

SEQ GLOBAL TIME DETAILS
12024-10-14T03:13:54.322Zjob assigned to worker 01JA4G73FZ08XBWQ5BG9NA7TG4 (queued for 1 m 17 s)
 
22024-10-14T03:14:01.690Zstarting task 0: "setup"
32024-10-14T03:14:01.699Z++ uname -s
42024-10-14T03:14:01.701Z+ kern=SunOS
52024-10-14T03:14:01.701Z+ case "$kern" in
62024-10-14T03:14:01.701Z+ groupadd -g 12345 build
72024-10-14T03:14:01.704Z+ useradd -u 12345 -g build -d /home/build -s /bin/bash -c build -P 'Primary Administrator' build
82024-10-14T03:14:03.713Z+ zfs create -o mountpoint=/work rpool/work
92024-10-14T03:14:03.795Z++ awk '$2 == "/home" { print $3 }' /etc/mnttab
102024-10-14T03:14:03.798Z+ home_fs=zfs
112024-10-14T03:14:03.798Z+ [[ zfs == autofs ]]
122024-10-14T03:14:03.798Z+ mkdir -p /home/build
132024-10-14T03:14:03.800Z+ chown build:build /home/build /work
142024-10-14T03:14:05.802Z+ chmod 0700 /home/build /work
152024-10-14T03:14:05.805Zprocess exited: duration 4116 ms, exit code 0
 
162024-10-14T03:14:05.810Zstarting task 1: "rust-toolchain"
172024-10-14T03:14:05.816Z+ printf ' * toolchain channel = "%s"
182024-10-14T03:14:05.816Z' 1.80.1
192024-10-14T03:14:05.816Z * toolchain channel = "1.80.1"
202024-10-14T03:14:05.816Z+ printf ' * toolchain profile = "%s"
212024-10-14T03:14:05.816Z' default
222024-10-14T03:14:05.816Z * toolchain profile = "default"
232024-10-14T03:14:05.818Z+ curl --proto =https --tlsv1.2 -sSf https://sh.rustup.rs
242024-10-14T03:14:05.818Z+ /bin/bash -s - -y --no-modify-path --default-toolchain 1.80.1 --profile default
252024-10-14T03:14:06.101Zinfo: downloading installer
262024-10-14T03:14:07.393Zinfo: profile set to 'default'
272024-10-14T03:14:07.393Zinfo: default host triple is x86_64-unknown-illumos
282024-10-14T03:14:07.401Zinfo: syncing channel updates for '1.80.1-x86_64-unknown-illumos'
292024-10-14T03:14:07.538Zinfo: latest update on 2024-08-08, rust version 1.80.1 (3f5fd8dd4 2024-08-06)
302024-10-14T03:14:07.538Zinfo: downloading component 'cargo'
312024-10-14T03:14:08.340Zinfo: downloading component 'clippy'
322024-10-14T03:14:08.622Zinfo: downloading component 'rust-docs'
332024-10-14T03:14:09.724Zinfo: downloading component 'rust-std'
342024-10-14T03:14:11.303Zinfo: downloading component 'rustc'
352024-10-14T03:14:15.760Zinfo: downloading component 'rustfmt'
362024-10-14T03:14:15.996Zinfo: installing component 'cargo'
372024-10-14T03:14:16.830Zinfo: installing component 'clippy'
382024-10-14T03:14:17.202Zinfo: installing component 'rust-docs'
392024-10-14T03:14:18.846Zinfo: installing component 'rust-std'
402024-10-14T03:14:20.525Zinfo: installing component 'rustc'
412024-10-14T03:14:24.710Zinfo: installing component 'rustfmt'
422024-10-14T03:14:25.046Zinfo: default toolchain set to '1.80.1-x86_64-unknown-illumos'
432024-10-14T03:14:25.046Z
442024-10-14T03:14:25.297Z 1.80.1-x86_64-unknown-illumos installed - rustc 1.80.1 (3f5fd8dd4 2024-08-06)
452024-10-14T03:14:25.297Z
462024-10-14T03:14:25.299Z
472024-10-14T03:14:25.299ZRust is installed now. Great!
482024-10-14T03:14:25.299Z
492024-10-14T03:14:25.300ZTo get started you need Cargo's bin directory ($HOME/.cargo/bin) in your PATH
502024-10-14T03:14:25.300Zenvironment variable. This has not been done automatically.
512024-10-14T03:14:25.300Z
522024-10-14T03:14:25.300ZTo configure your current shell, you need to source
532024-10-14T03:14:25.300Zthe corresponding env file under $HOME/.cargo.
542024-10-14T03:14:25.300Z
552024-10-14T03:14:25.300ZThis is usually done by running one of the following (note the leading DOT):
562024-10-14T03:14:25.300Z. "$HOME/.cargo/env" # For sh/bash/zsh/ash/dash/pdksh
572024-10-14T03:14:25.300Zsource "$HOME/.cargo/env.fish" # For fish
582024-10-14T03:14:25.346Z+ rustc --version
592024-10-14T03:14:25.410Zrustc 1.80.1 (3f5fd8dd4 2024-08-06)
602024-10-14T03:14:25.413Zprocess exited: duration 19599 ms, exit code 0
 
612024-10-14T03:14:25.419Zstarting task 2: "authentication"
622024-10-14T03:14:25.442Zprocess exited: duration 22 ms, exit code 0
 
632024-10-14T03:14:25.447Zstarting task 3: "clone repository"
642024-10-14T03:14:25.452Z+ mkdir -p /work/oxidecomputer/omicron
652024-10-14T03:14:25.455Z+ git clone https://github.com/oxidecomputer/omicron /work/oxidecomputer/omicron
662024-10-14T03:14:25.491ZCloning into '/work/oxidecomputer/omicron'...
672024-10-14T03:14:31.079Z+ cd /work/oxidecomputer/omicron
682024-10-14T03:14:31.079Z+ git fetch origin 63aef7a600e38c9918a81526e45a164b5cdc1c68
692024-10-14T03:14:31.404ZFrom https://github.com/oxidecomputer/omicron
702024-10-14T03:14:31.404Z * branch 63aef7a600e38c9918a81526e45a164b5cdc1c68 -> FETCH_HEAD
712024-10-14T03:14:31.413Z+ [[ -n renovate/taiki-e-install-action-digest ]]
722024-10-14T03:14:31.416Z++ git branch --show-current
732024-10-14T03:14:31.418Z+ current=main
742024-10-14T03:14:31.418Z+ [[ main != renovate/taiki-e-install-action-digest ]]
752024-10-14T03:14:31.418Z+ git branch -f renovate/taiki-e-install-action-digest 63aef7a600e38c9918a81526e45a164b5cdc1c68
762024-10-14T03:14:31.420Z+ git checkout -f renovate/taiki-e-install-action-digest
772024-10-14T03:14:31.582ZSwitched to branch 'renovate/taiki-e-install-action-digest'
782024-10-14T03:14:31.584Z+ git reset --hard 63aef7a600e38c9918a81526e45a164b5cdc1c68
792024-10-14T03:14:31.595ZHEAD is now at 63aef7a60 Update taiki-e/install-action digest to 42f4ec8
802024-10-14T03:14:31.597Zprocess exited: duration 6148 ms, exit code 0
 
812024-10-14T03:14:31.603Zstarting task 4: "build"
822024-10-14T03:14:31.608Z+ source .github/buildomat/ci-env.sh
832024-10-14T03:14:31.608Z++ export CARGO_TERM_COLOR=always
842024-10-14T03:14:31.608Z++ CARGO_TERM_COLOR=always
852024-10-14T03:14:31.610Z+ cargo --version
862024-10-14T03:14:31.662Zcargo 1.80.1 (376290515 2024-07-16)
872024-10-14T03:14:31.665Z+ rustc --version
882024-10-14T03:14:31.720Zrustc 1.80.1 (3f5fd8dd4 2024-08-06)
892024-10-14T03:14:31.723Z+ cargo tree --locked
902024-10-14T03:14:31.959Z Updating git repository `https://github.com/oxidecomputer/pq-sys`
912024-10-14T03:14:32.242Z Updating crates.io index
922024-10-14T03:14:32.276Z Updating git repository `https://github.com/oxidecomputer/maghemite`
932024-10-14T03:14:33.028Z Updating git repository `https://github.com/oxidecomputer/oxnet`
942024-10-14T03:14:33.280Z Updating git repository `https://github.com/oxidecomputer/serde_human_bytes`
952024-10-14T03:14:33.517Z Updating git repository `https://github.com/oxidecomputer/slog-error-chain`
962024-10-14T03:14:33.819Z Updating git repository `https://github.com/oxidecomputer/propolis`
972024-10-14T03:14:34.592Z Updating git repository `https://github.com/oxidecomputer/crucible`
982024-10-14T03:14:36.894Z Updating git repository `https://github.com/oxidecomputer/opte`
992024-10-14T03:14:37.878Z Updating git repository `https://github.com/oxidecomputer/falcon`
1002024-10-14T03:14:38.615Z Updating git repository `https://github.com/oxidecomputer/clickward`
1012024-10-14T03:14:38.859Z Updating git repository `https://github.com/oxidecomputer/openapi-lint`
1022024-10-14T03:14:39.161Z Updating git repository `https://github.com/oxidecomputer/management-gateway-service`
1032024-10-14T03:14:39.722Z Updating git repository `https://github.com/oxidecomputer/libipcc`
1042024-10-14T03:14:40.026Z Updating git repository `https://github.com/oxidecomputer/qorb`
1052024-10-14T03:14:40.488Z Updating git repository `https://github.com/oxidecomputer/diesel-dtrace`
1062024-10-14T03:14:40.834Z Updating git repository `https://github.com/oxidecomputer/sprockets.git`
1072024-10-14T03:14:41.153Z Updating git repository `https://github.com/oxidecomputer/tofino`
1082024-10-14T03:14:41.423Z Updating git repository `https://github.com/oxidecomputer/illumos-devinfo`
1092024-10-14T03:14:41.676Z Updating git repository `https://github.com/oxidecomputer/libefi-illumos`
1102024-10-14T03:14:41.935Z Updating git repository `https://github.com/oxidecomputer/libnvme`
1112024-10-14T03:14:42.238Z Updating git repository `https://github.com/oxidecomputer/hubtools.git`
1122024-10-14T03:14:42.547Z Updating git repository `https://github.com/oxidecomputer/ispf`
1132024-10-14T03:14:42.957Z Updating git repository `https://github.com/oxidecomputer/poptrie`
1142024-10-14T03:14:43.245Z Updating git repository `https://github.com/oxidecomputer/netadm-sys`
1152024-10-14T03:14:43.595Z Updating git repository `https://github.com/oxidecomputer/netadm-sys`
1162024-10-14T03:14:44.012Z Updating git repository `https://github.com/oxidecomputer/tlvc.git`
1172024-10-14T03:14:44.336Z Updating git repository `https://github.com/oxidecomputer/dice-util`
1182024-10-14T03:14:44.742Z Updating git repository `https://github.com/oxidecomputer/lpc55_support`
1192024-10-14T03:14:45.161Z Updating git repository `https://github.com/oxidecomputer/dlpi-sys`
1202024-10-14T03:14:45.399Z Updating git repository `https://github.com/jmesmon/rust-libzfs`
1212024-10-14T03:14:45.656Z Updating git repository `https://github.com/oxidecomputer/rusty-doors`
1222024-10-14T03:14:47.228Z Downloading crates ...
1232024-10-14T03:14:47.334Z Downloaded adler v1.0.2
1242024-10-14T03:14:47.338Z Downloaded bit-set v0.5.3
1252024-10-14T03:14:47.349Z Downloaded atty v0.2.14
1262024-10-14T03:14:47.349Z Downloaded anyhow v1.0.89
1272024-10-14T03:14:47.355Z Downloaded float-ord v0.3.2
1282024-10-14T03:14:47.358Z Downloaded assert-json-diff v2.0.2
1292024-10-14T03:14:47.358Z Downloaded foreign-types v0.5.0
1302024-10-14T03:14:47.361Z Downloaded futures v0.3.31
1312024-10-14T03:14:47.367Z Downloaded array-init v0.0.4
1322024-10-14T03:14:47.371Z Downloaded filetime v0.2.25
1332024-10-14T03:14:47.373Z Downloaded async-stream v0.3.5
1342024-10-14T03:14:47.376Z Downloaded form_urlencoded v1.2.1
1352024-10-14T03:14:47.378Z Downloaded fxhash v0.2.1
1362024-10-14T03:14:47.378Z Downloaded base16ct v0.2.0
1372024-10-14T03:14:47.381Z Downloaded anstyle-parse v0.2.4
1382024-10-14T03:14:47.383Z Downloaded ident_case v1.0.1
1392024-10-14T03:14:47.383Z Downloaded humantime v2.1.0
1402024-10-14T03:14:47.386Z Downloaded futures-timer v3.0.3
1412024-10-14T03:14:47.388Z Downloaded bit-vec v0.6.3
1422024-10-14T03:14:47.390Z Downloaded hubpack v0.1.2
1432024-10-14T03:14:47.390Z Downloaded ciborium-ll v0.2.2
1442024-10-14T03:14:47.393Z Downloaded async-signal v0.2.10
1452024-10-14T03:14:47.395Z Downloaded async-lock v3.4.0
1462024-10-14T03:14:47.397Z Downloaded http-body v0.4.6
1472024-10-14T03:14:47.399Z Downloaded ghash v0.5.1
1482024-10-14T03:14:47.401Z Downloaded addr2line v0.21.0
1492024-10-14T03:14:47.404Z Downloaded httparse v1.8.0
1502024-10-14T03:14:47.406Z Downloaded atomic-waker v1.1.2
1512024-10-14T03:14:47.409Z Downloaded async-channel v2.3.1
1522024-10-14T03:14:47.412Z Downloaded hostname v0.3.1
1532024-10-14T03:14:47.412Z Downloaded fd-lock v4.0.2
1542024-10-14T03:14:47.414Z Downloaded heck v0.3.3
1552024-10-14T03:14:47.416Z Downloaded hyper-rustls v0.26.0
1562024-10-14T03:14:47.419Z Downloaded buf-list v1.0.3
1572024-10-14T03:14:47.424Z Downloaded half v2.4.1
1582024-10-14T03:14:47.426Z Downloaded hmac v0.12.1
1592024-10-14T03:14:47.430Z Downloaded blake2 v0.10.6
1602024-10-14T03:14:47.432Z Downloaded bcs v0.1.6
1612024-10-14T03:14:47.434Z Downloaded camino v1.1.9
1622024-10-14T03:14:47.436Z Downloaded base64 v0.13.1
1632024-10-14T03:14:47.439Z Downloaded allocator-api2 v0.2.18
1642024-10-14T03:14:47.442Z Downloaded foreign-types v0.3.2
1652024-10-14T03:14:47.445Z Downloaded gethostname v0.5.0
1662024-10-14T03:14:47.447Z Downloaded phf v0.11.2
1672024-10-14T03:14:47.450Z Downloaded parking_lot v0.11.2
1682024-10-14T03:14:47.452Z Downloaded futures-lite v2.3.0
1692024-10-14T03:14:47.454Z Downloaded hyper-util v0.1.9
1702024-10-14T03:14:47.458Z Downloaded async-object-pool v0.1.5
1712024-10-14T03:14:47.460Z Downloaded pretty-hex v0.2.1
1722024-10-14T03:14:47.462Z Downloaded headers-core v0.3.0
1732024-10-14T03:14:47.462Z Downloaded pkg-config v0.3.30
1742024-10-14T03:14:47.465Z Downloaded float-cmp v0.9.0
1752024-10-14T03:14:47.468Z Downloaded guppy-workspace-hack v0.1.0
1762024-10-14T03:14:47.468Z Downloaded atomicwrites v0.4.4
1772024-10-14T03:14:47.471Z Downloaded flagset v0.4.5
1782024-10-14T03:14:47.471Z Downloaded ff v0.13.0
1792024-10-14T03:14:47.474Z Downloaded pem-rfc7468 v0.7.0
1802024-10-14T03:14:47.476Z Downloaded hubpack_derive v0.1.1
1812024-10-14T03:14:47.476Z Downloaded http-body v1.0.0
1822024-10-14T03:14:47.478Z Downloaded http-range v0.1.5
1832024-10-14T03:14:47.479Z Downloaded base64 v0.22.1
1842024-10-14T03:14:47.483Z Downloaded async-attributes v1.1.2
1852024-10-14T03:14:47.485Z Downloaded heapless v0.7.17
1862024-10-14T03:14:47.489Z Downloaded cfg_aliases v0.2.1
1872024-10-14T03:14:47.492Z Downloaded ciborium-io v0.2.2
1882024-10-14T03:14:47.492Z Downloaded semver v0.1.20
1892024-10-14T03:14:47.494Z Downloaded funty v2.0.0
1902024-10-14T03:14:47.497Z Downloaded rpassword v7.3.1
1912024-10-14T03:14:47.497Z Downloaded async-stream-impl v0.3.5
1922024-10-14T03:14:47.503Z Downloaded assert_cmd v2.0.16
1932024-10-14T03:14:47.503Z Downloaded bcrypt-pbkdf v0.10.0
1942024-10-14T03:14:47.503Z Downloaded rand_xorshift v0.3.0
1952024-10-14T03:14:47.505Z Downloaded argon2 v0.5.3
1962024-10-14T03:14:47.506Z Downloaded primeorder v0.13.6
1972024-10-14T03:14:47.510Z Downloaded fragile v2.0.0
1982024-10-14T03:14:47.513Z Downloaded generic-array v0.14.7
1992024-10-14T03:14:47.513Z Downloaded futures-task v0.3.31
2002024-10-14T03:14:47.513Z Downloaded futures-core v0.3.31
2012024-10-14T03:14:47.516Z Downloaded autocfg v1.3.0
2022024-10-14T03:14:47.519Z Downloaded try-lock v0.2.5
2032024-10-14T03:14:47.519Z Downloaded predicates-core v1.0.6
2042024-10-14T03:14:47.521Z Downloaded hostname v0.4.0
2052024-10-14T03:14:47.524Z Downloaded hash32 v0.2.1
2062024-10-14T03:14:47.524Z Downloaded usdt-macro v0.5.0
2072024-10-14T03:14:47.528Z Downloaded rustc_version v0.1.7
2082024-10-14T03:14:47.529Z Downloaded block-buffer v0.10.4
2092024-10-14T03:14:47.529Z Downloaded hyper-tls v0.6.0
2102024-10-14T03:14:47.532Z Downloaded cfg-if v1.0.0
2112024-10-14T03:14:47.532Z Downloaded paste v1.0.15
2122024-10-14T03:14:47.534Z Downloaded cipher v0.4.4
2132024-10-14T03:14:47.537Z Downloaded flate2 v1.0.34
2142024-10-14T03:14:47.543Z Downloaded vte_generate_state_changes v0.1.1
2152024-10-14T03:14:47.545Z Downloaded slog-json v2.6.1
2162024-10-14T03:14:47.547Z Downloaded structmeta v0.3.0
2172024-10-14T03:14:47.550Z Downloaded take_mut v0.2.2
2182024-10-14T03:14:47.550Z Downloaded base64ct v1.6.0
2192024-10-14T03:14:47.558Z Downloaded slog-scope v4.4.0
2202024-10-14T03:14:47.561Z Downloaded tinyvec_macros v0.1.1
2212024-10-14T03:14:47.561Z Downloaded clang-sys v1.7.0
2222024-10-14T03:14:47.561Z Downloaded strsim v0.11.1
2232024-10-14T03:14:47.561Z Downloaded thread_local v1.1.8
2242024-10-14T03:14:47.565Z Downloaded async-trait v0.1.83
2252024-10-14T03:14:47.568Z Downloaded tabwriter v1.4.0
2262024-10-14T03:14:47.569Z Downloaded endian-type v0.1.2
2272024-10-14T03:14:47.571Z Downloaded tls_codec_derive v0.4.1
2282024-10-14T03:14:47.574Z Downloaded headers v0.4.0
2292024-10-14T03:14:47.578Z Downloaded tls_codec v0.4.1
2302024-10-14T03:14:47.584Z Downloaded is-terminal v0.4.12
2312024-10-14T03:14:47.584Z Downloaded async-io v2.3.4
2322024-10-14T03:14:47.586Z Downloaded salsa20 v0.10.2
2332024-10-14T03:14:47.589Z Downloaded rustc-hash v2.0.0
2342024-10-14T03:14:47.592Z Downloaded signal-hook-registry v1.4.2
2352024-10-14T03:14:47.592Z Downloaded static_assertions v1.1.0
2362024-10-14T03:14:47.594Z Downloaded hyper-staticfile v0.10.1
2372024-10-14T03:14:47.597Z Downloaded num-conv v0.1.0
2382024-10-14T03:14:47.597Z Downloaded match_cfg v0.1.0
2392024-10-14T03:14:47.599Z Downloaded number_prefix v0.4.0
2402024-10-14T03:14:47.599Z Downloaded newtype_derive v0.1.6
2412024-10-14T03:14:47.601Z Downloaded hashlink v0.9.1
2422024-10-14T03:14:47.604Z Downloaded matches v0.1.10
2432024-10-14T03:14:47.606Z Downloaded tabled_derive v0.7.0
2442024-10-14T03:14:47.606Z Downloaded zone v0.1.8
2452024-10-14T03:14:47.609Z Downloaded plotters-svg v0.3.5
2462024-10-14T03:14:47.609Z Downloaded unicode-truncate v1.0.0
2472024-10-14T03:14:47.612Z Downloaded strip-ansi-escapes v0.2.0
2482024-10-14T03:14:47.616Z Downloaded crossbeam-deque v0.8.5
2492024-10-14T03:14:47.616Z Downloaded dof v0.3.0
2502024-10-14T03:14:47.616Z Downloaded zone v0.3.0
2512024-10-14T03:14:47.618Z Downloaded crc v3.2.1
2522024-10-14T03:14:47.621Z Downloaded zone_cfg_derive v0.3.0
2532024-10-14T03:14:47.621Z Downloaded slog-dtrace v0.3.0
2542024-10-14T03:14:47.623Z Downloaded camino-tempfile v1.1.1
2552024-10-14T03:14:47.626Z Downloaded flume v0.11.0
2562024-10-14T03:14:47.628Z Downloaded keccak v0.1.5
2572024-10-14T03:14:47.630Z Downloaded lalrpop-util v0.19.12
2582024-10-14T03:14:47.633Z Downloaded enum-as-inner v0.5.1
2592024-10-14T03:14:47.635Z Downloaded vte v0.11.1
2602024-10-14T03:14:47.637Z Downloaded russh-cryptovec v0.7.2
2612024-10-14T03:14:47.637Z Downloaded semver v1.0.23
2622024-10-14T03:14:47.640Z Downloaded ena v0.14.3
2632024-10-14T03:14:47.642Z Downloaded num-derive v0.4.2
2642024-10-14T03:14:47.644Z Downloaded multimap v0.10.0
2652024-10-14T03:14:47.647Z Downloaded embedded-io v0.4.0
2662024-10-14T03:14:47.649Z Downloaded maybe-uninit v2.0.0
2672024-10-14T03:14:47.649Z Downloaded instability v0.3.2
2682024-10-14T03:14:47.651Z Downloaded predicates v3.1.2
2692024-10-14T03:14:47.654Z Downloaded nibble_vec v0.1.0
2702024-10-14T03:14:47.657Z Downloaded time-core v0.1.2
2712024-10-14T03:14:47.657Z Downloaded sqlparser_derive v0.2.2
2722024-10-14T03:14:47.660Z Downloaded pest_generator v2.7.10
2732024-10-14T03:14:47.665Z Downloaded kstat-rs v0.2.4
2742024-10-14T03:14:47.665Z Downloaded typify v0.2.0
2752024-10-14T03:14:47.669Z Downloaded termtree v0.4.1
2762024-10-14T03:14:47.669Z Downloaded pretty_assertions v1.4.1
2772024-10-14T03:14:47.672Z Downloaded ryu v1.0.18
2782024-10-14T03:14:47.674Z Downloaded plotters-backend v0.3.5
2792024-10-14T03:14:47.676Z Downloaded parking v2.2.1
2802024-10-14T03:14:47.676Z Downloaded crucible-workspace-hack v0.1.0
2812024-10-14T03:14:47.680Z Downloaded derive_builder v0.20.0
2822024-10-14T03:14:47.683Z Downloaded rustls-pemfile v1.0.4
2832024-10-14T03:14:47.686Z Downloaded jobserver v0.1.32
2842024-10-14T03:14:47.688Z Downloaded colorchoice v1.0.1
2852024-10-14T03:14:47.691Z Downloaded dhcproto-macros v0.1.0
2862024-10-14T03:14:47.693Z Downloaded ssh-encoding v0.2.0
2872024-10-14T03:14:47.693Z Downloaded ssh-cipher v0.2.0
2882024-10-14T03:14:47.696Z Downloaded chacha20poly1305 v0.10.1
2892024-10-14T03:14:47.699Z Downloaded downcast v0.11.0
2902024-10-14T03:14:47.699Z Downloaded is_ci v1.2.0
2912024-10-14T03:14:47.701Z Downloaded parking_lot_core v0.9.10
2922024-10-14T03:14:47.703Z Downloaded blake3 v1.5.1
2932024-10-14T03:14:47.710Z Downloaded psl-types v2.0.11
2942024-10-14T03:14:47.714Z Downloaded md5 v0.7.0
2952024-10-14T03:14:47.714Z Downloaded nested v0.1.1
2962024-10-14T03:14:47.717Z Downloaded oso v0.27.3
2972024-10-14T03:14:47.719Z Downloaded toml v0.7.8
2982024-10-14T03:14:47.722Z Downloaded normalize-line-endings v0.3.0
2992024-10-14T03:14:47.725Z Downloaded toml_datetime v0.6.8
3002024-10-14T03:14:47.727Z Downloaded peg-runtime v0.8.3
3012024-10-14T03:14:47.727Z Downloaded unarray v0.1.4
3022024-10-14T03:14:47.730Z Downloaded typify-macro v0.2.0
3032024-10-14T03:14:47.730Z Downloaded termios v0.3.3
3042024-10-14T03:14:47.733Z Downloaded supports-color v3.0.1
3052024-10-14T03:14:47.735Z Downloaded subtle v2.5.0
3062024-10-14T03:14:47.735Z Downloaded kv-log-macro v1.0.7
3072024-10-14T03:14:47.738Z Downloaded pest_meta v2.7.10
3082024-10-14T03:14:47.740Z Downloaded twox-hash v1.6.3
3092024-10-14T03:14:47.742Z Downloaded rsa v0.9.6
3102024-10-14T03:14:47.747Z Downloaded derive-where v1.2.7
3112024-10-14T03:14:47.752Z Downloaded event-listener-strategy v0.5.2
3122024-10-14T03:14:47.754Z Downloaded rustls-pki-types v1.7.0
3132024-10-14T03:14:47.756Z Downloaded hickory-resolver v0.24.1
3142024-10-14T03:14:47.761Z Downloaded heapless v0.8.0
3152024-10-14T03:14:47.766Z Downloaded impl-trait-for-tuples v0.2.2
3162024-10-14T03:14:47.769Z Downloaded darling_core v0.20.9
3172024-10-14T03:14:47.775Z Downloaded display-error-chain v0.2.1
3182024-10-14T03:14:47.777Z Downloaded ipnetwork v0.20.0
3192024-10-14T03:14:47.779Z Downloaded smawk v0.3.2
3202024-10-14T03:14:47.782Z Downloaded packed_struct v0.10.1
3212024-10-14T03:14:47.785Z Downloaded powerfmt v0.2.0
3222024-10-14T03:14:47.785Z Downloaded rustls-native-certs v0.7.0
3232024-10-14T03:14:47.787Z Downloaded pem v3.0.4
3242024-10-14T03:14:47.789Z Downloaded sync_wrapper v0.1.2
3252024-10-14T03:14:47.792Z Downloaded rstest v0.22.0
3262024-10-14T03:14:47.796Z Downloaded parking_lot v0.12.2
3272024-10-14T03:14:47.801Z Downloaded same-file v1.0.6
3282024-10-14T03:14:47.803Z Downloaded want v0.3.1
3292024-10-14T03:14:47.803Z Downloaded hashbrown v0.12.3
3302024-10-14T03:14:47.808Z Downloaded tower-service v0.3.2
3312024-10-14T03:14:47.810Z Downloaded dtrace-parser v0.2.0
3322024-10-14T03:14:47.810Z Downloaded stable_deref_trait v1.2.0
3332024-10-14T03:14:47.813Z Downloaded rand_chacha v0.3.1
3342024-10-14T03:14:47.814Z Downloaded ppv-lite86 v0.2.17
3352024-10-14T03:14:47.816Z Downloaded peg v0.8.4
3362024-10-14T03:14:47.819Z Downloaded instant v0.1.12
3372024-10-14T03:14:47.828Z Downloaded quick-error v1.2.3
3382024-10-14T03:14:47.828Z Downloaded nodrop v0.1.14
3392024-10-14T03:14:47.832Z Downloaded rustversion v1.0.17
3402024-10-14T03:14:47.832Z Downloaded h2 v0.3.26
3412024-10-14T03:14:47.834Z Downloaded slab v0.4.9
3422024-10-14T03:14:47.837Z Downloaded newline-converter v0.3.0
3432024-10-14T03:14:47.839Z Downloaded vsss-rs v3.3.4
3442024-10-14T03:14:47.841Z Downloaded vergen v8.3.2
3452024-10-14T03:14:47.844Z Downloaded native-tls v0.2.11
3462024-10-14T03:14:47.846Z Downloaded siphasher v0.3.11
3472024-10-14T03:14:47.849Z Downloaded rusty-fork v0.3.0
3482024-10-14T03:14:47.851Z Downloaded mime_guess v2.0.4
3492024-10-14T03:14:47.853Z Downloaded datatest-stable v0.2.9
3502024-10-14T03:14:47.856Z Downloaded event-listener v5.3.1
3512024-10-14T03:14:47.858Z Downloaded crossbeam-channel v0.5.12
3522024-10-14T03:14:47.862Z Downloaded pbkdf2 v0.11.0
3532024-10-14T03:14:47.865Z Downloaded string_cache v0.8.7
3542024-10-14T03:14:47.867Z Downloaded precomputed-hash v0.1.1
3552024-10-14T03:14:47.870Z Downloaded data-encoding v2.6.0
3562024-10-14T03:14:47.870Z Downloaded constant_time_eq v0.3.0
3572024-10-14T03:14:47.872Z Downloaded dyn-clone v1.0.17
3582024-10-14T03:14:47.874Z Downloaded num-traits v0.2.19
3592024-10-14T03:14:47.876Z Downloaded dsl_auto_type v0.1.2
3602024-10-14T03:14:47.878Z Downloaded utf8parse v0.2.1
3612024-10-14T03:14:47.881Z Downloaded scheduled-thread-pool v0.2.7
3622024-10-14T03:14:47.881Z Downloaded num-rational v0.4.2
3632024-10-14T03:14:47.884Z Downloaded serde-big-array v0.5.1
3642024-10-14T03:14:47.886Z Downloaded crossbeam-utils v0.8.19
3652024-10-14T03:14:47.889Z Downloaded mockall v0.13.0
3662024-10-14T03:14:47.889Z Downloaded tempfile v3.13.0
3672024-10-14T03:14:47.893Z Downloaded target-lexicon v0.12.16
3682024-10-14T03:14:47.895Z Downloaded strum v0.26.3
3692024-10-14T03:14:47.896Z Downloaded lru v0.12.3
3702024-10-14T03:14:47.900Z Downloaded crc-catalog v2.4.0
3712024-10-14T03:14:47.900Z Downloaded tokio-tungstenite v0.23.1
3722024-10-14T03:14:47.902Z Downloaded compact_str v0.8.0
3732024-10-14T03:14:47.905Z Downloaded linked-hash-map v0.5.6
3742024-10-14T03:14:47.907Z Downloaded convert_case v0.4.0
3752024-10-14T03:14:47.907Z Downloaded terminal_size v0.4.0
3762024-10-14T03:14:47.909Z Downloaded proc-macro-crate v3.1.0
3772024-10-14T03:14:47.912Z Downloaded proc-macro-crate v1.3.1
3782024-10-14T03:14:47.912Z Downloaded libsw v3.3.1
3792024-10-14T03:14:47.915Z Downloaded rustc-hash v1.1.0
3802024-10-14T03:14:47.917Z Downloaded rfc6979 v0.4.0
3812024-10-14T03:14:47.917Z Downloaded progenitor v0.8.0
3822024-10-14T03:14:47.919Z Downloaded zerocopy-derive v0.7.34
3832024-10-14T03:14:47.922Z Downloaded internet-checksum v0.2.1
3842024-10-14T03:14:47.925Z Downloaded dirs-sys-next v0.1.2
3852024-10-14T03:14:47.927Z Downloaded indexmap v2.6.0
3862024-10-14T03:14:47.930Z Downloaded rustc-demangle v0.1.24
3872024-10-14T03:14:47.932Z Downloaded nu-ansi-term v0.50.0
3882024-10-14T03:14:47.934Z Downloaded proc-macro-error v1.0.4
3892024-10-14T03:14:47.937Z Downloaded serde-hex v0.1.0
3902024-10-14T03:14:47.940Z Downloaded zerocopy v0.6.6
3912024-10-14T03:14:47.943Z Downloaded unicode-segmentation v1.11.0
3922024-10-14T03:14:47.945Z Downloaded walkdir v2.5.0
3932024-10-14T03:14:47.948Z Downloaded parse-size v1.0.0
3942024-10-14T03:14:47.950Z Downloaded crc32fast v1.4.0
3952024-10-14T03:14:47.954Z Downloaded tracing-attributes v0.1.27
3962024-10-14T03:14:47.957Z Downloaded tokio-rustls v0.26.0
3972024-10-14T03:14:47.958Z Downloaded strum_macros v0.24.3
3982024-10-14T03:14:47.960Z Downloaded aes-gcm v0.10.3
3992024-10-14T03:14:47.962Z Downloaded poly1305 v0.8.0
4002024-10-14T03:14:47.965Z Downloaded progenitor-client v0.8.0
4012024-10-14T03:14:47.967Z Downloaded slog-async v2.8.0
4022024-10-14T03:14:47.969Z Downloaded num_threads v0.1.7
4032024-10-14T03:14:47.969Z Downloaded crypto-common v0.1.6
4042024-10-14T03:14:47.972Z Downloaded yasna v0.5.2
4052024-10-14T03:14:47.974Z Downloaded trybuild v1.0.99
4062024-10-14T03:14:47.977Z Downloaded russh-keys v0.45.0
4072024-10-14T03:14:47.980Z Downloaded tui-tree-widget v0.22.0
4082024-10-14T03:14:47.982Z Downloaded git2 v0.19.0
4092024-10-14T03:14:47.992Z Downloaded partial-io v0.5.4
4102024-10-14T03:14:47.994Z Downloaded scroll_derive v0.12.0
4112024-10-14T03:14:47.997Z Downloaded pin-project-internal v1.1.5
4122024-10-14T03:14:47.999Z Downloaded xattr v1.3.1
4132024-10-14T03:14:48.002Z Downloaded lazycell v1.3.0
4142024-10-14T03:14:48.002Z Downloaded fallible-streaming-iterator v0.1.9
4152024-10-14T03:14:48.005Z Downloaded tracing-core v0.1.32
4162024-10-14T03:14:48.032Z Downloaded lock_api v0.4.12
4172024-10-14T03:14:48.032Z Downloaded errno v0.3.9
4182024-10-14T03:14:48.032Z Downloaded snafu-derive v0.8.2
4192024-10-14T03:14:48.032Z Downloaded toml_edit v0.19.15
4202024-10-14T03:14:48.038Z Downloaded p256 v0.13.2
4212024-10-14T03:14:48.038Z Downloaded darling_macro v0.20.9
4222024-10-14T03:14:48.038Z Downloaded polyval v0.6.2
4232024-10-14T03:14:48.038Z Downloaded piper v0.2.4
4242024-10-14T03:14:48.038Z Downloaded oorandom v11.1.3
4252024-10-14T03:14:48.041Z Downloaded publicsuffix v2.2.3
4262024-10-14T03:14:48.043Z Downloaded inout v0.1.3
4272024-10-14T03:14:48.043Z Downloaded indoc v1.0.9
4282024-10-14T03:14:48.046Z Downloaded signal-hook v0.3.17
4292024-10-14T03:14:48.049Z Downloaded r2d2 v0.8.10
4302024-10-14T03:14:48.051Z Downloaded lazy_static v1.5.0
4312024-10-14T03:14:48.057Z Downloaded socket2 v0.5.7
4322024-10-14T03:14:48.057Z Downloaded tokio-rustls v0.25.0
4332024-10-14T03:14:48.060Z Downloaded p521 v0.13.3
4342024-10-14T03:14:48.063Z Downloaded oso-derive v0.27.3
4352024-10-14T03:14:48.068Z Downloaded scopeguard v1.2.0
4362024-10-14T03:14:48.068Z Downloaded zeroize v1.8.1
4372024-10-14T03:14:48.072Z Downloaded universal-hash v0.5.1
4382024-10-14T03:14:48.072Z Downloaded thiserror v1.0.64
4392024-10-14T03:14:48.080Z Downloaded bitvec v1.0.1
4402024-10-14T03:14:48.090Z Downloaded defmt v0.3.8
4412024-10-14T03:14:48.094Z Downloaded fallible-iterator v0.3.0
4422024-10-14T03:14:48.097Z Downloaded digest v0.10.7
4432024-10-14T03:14:48.101Z Downloaded clap_lex v0.7.0
4442024-10-14T03:14:48.102Z Downloaded termcolor v1.4.1
4452024-10-14T03:14:48.104Z Downloaded deranged v0.3.11
4462024-10-14T03:14:48.104Z Downloaded concurrent-queue v2.5.0
4472024-10-14T03:14:48.104Z Downloaded slog v2.7.0
4482024-10-14T03:14:48.107Z Downloaded serde_with_macros v3.9.0
4492024-10-14T03:14:48.111Z Downloaded thiserror-no-std v2.0.2
4502024-10-14T03:14:48.114Z Downloaded once_cell v1.19.0
4512024-10-14T03:14:48.117Z Downloaded mime v0.3.17
4522024-10-14T03:14:48.119Z Downloaded cstr-argument v0.1.2
4532024-10-14T03:14:48.121Z Downloaded memoffset v0.9.1
4542024-10-14T03:14:48.122Z Downloaded thiserror-impl v1.0.64
4552024-10-14T03:14:48.124Z Downloaded scroll v0.12.0
4562024-10-14T03:14:48.126Z Downloaded pathdiff v0.2.1
4572024-10-14T03:14:48.126Z Downloaded winnow v0.6.18
4582024-10-14T03:14:48.135Z Downloaded ref-cast v1.0.23
4592024-10-14T03:14:48.139Z Downloaded path-slash v0.1.5
4602024-10-14T03:14:48.141Z Downloaded pin-utils v0.1.0
4612024-10-14T03:14:48.144Z Downloaded hyper v0.14.30
4622024-10-14T03:14:48.150Z Downloaded rand_core v0.6.4
4632024-10-14T03:14:48.153Z Downloaded sqlformat v0.2.6
4642024-10-14T03:14:48.156Z Downloaded wait-timeout v0.2.0
4652024-10-14T03:14:48.158Z Downloaded uzers v0.11.3
4662024-10-14T03:14:48.158Z Downloaded utf-8 v0.7.6
4672024-10-14T03:14:48.161Z Downloaded unicode-xid v0.2.4
4682024-10-14T03:14:48.164Z Downloaded waitgroup v0.1.2
4692024-10-14T03:14:48.165Z Downloaded const_format_proc_macros v0.2.33
4702024-10-14T03:14:48.167Z Downloaded slog-bunyan v2.5.0
4712024-10-14T03:14:48.167Z Downloaded openssl-macros v0.1.1
4722024-10-14T03:14:48.169Z Downloaded md-5 v0.10.6
4732024-10-14T03:14:48.169Z Downloaded maplit v1.0.2
4742024-10-14T03:14:48.172Z Downloaded textwrap v0.16.1
4752024-10-14T03:14:48.174Z Downloaded postgres-protocol v0.6.7
4762024-10-14T03:14:48.177Z Downloaded lru-cache v0.1.2
4772024-10-14T03:14:48.177Z Downloaded macaddr v1.0.1
4782024-10-14T03:14:48.180Z Downloaded env_filter v0.1.2
4792024-10-14T03:14:48.183Z Downloaded difflib v0.4.0
4802024-10-14T03:14:48.183Z Downloaded schemars_derive v0.8.21
4812024-10-14T03:14:48.186Z Downloaded resolv-conf v0.7.0
4822024-10-14T03:14:48.188Z Downloaded tungstenite v0.21.0
4832024-10-14T03:14:48.191Z Downloaded rustyline v14.0.0
4842024-10-14T03:14:48.196Z Downloaded derive_more v0.99.18
4852024-10-14T03:14:48.201Z Downloaded scrypt v0.11.0
4862024-10-14T03:14:48.203Z Downloaded tinytemplate v1.2.1
4872024-10-14T03:14:48.206Z Downloaded console v0.15.8
4882024-10-14T03:14:48.209Z Downloaded swrite v0.1.0
4892024-10-14T03:14:48.211Z Downloaded serde_derive_internals v0.29.1
4902024-10-14T03:14:48.213Z Downloaded test-strategy v0.3.1
4912024-10-14T03:14:48.216Z Downloaded serde_yaml v0.9.34+deprecated
4922024-10-14T03:14:48.219Z Downloaded zeroize_derive v1.4.2
4932024-10-14T03:14:48.221Z Downloaded defmt-parser v0.3.4
4942024-10-14T03:14:48.224Z Downloaded linear-map v1.2.0
4952024-10-14T03:14:48.227Z Downloaded serde v1.0.210
4962024-10-14T03:14:48.229Z Downloaded usdt-attr-macro v0.5.0
4972024-10-14T03:14:48.229Z Downloaded const-oid v0.9.6
4982024-10-14T03:14:48.232Z Downloaded toolchain_find v0.4.0
4992024-10-14T03:14:48.234Z Downloaded event-listener v2.5.3
5002024-10-14T03:14:48.237Z Downloaded pkcs1 v0.7.5
5012024-10-14T03:14:48.239Z Downloaded owo-colors v4.1.0
5022024-10-14T03:14:48.241Z Downloaded sct v0.7.1
5032024-10-14T03:14:48.244Z Downloaded libtest-mimic v0.7.3
5042024-10-14T03:14:48.246Z Downloaded sec1 v0.7.3
5052024-10-14T03:14:48.249Z Downloaded new_debug_unreachable v1.0.6
5062024-10-14T03:14:48.251Z Downloaded tokio-macros v2.4.0
5072024-10-14T03:14:48.251Z Downloaded threadpool v1.8.1
5082024-10-14T03:14:48.253Z Downloaded serde_plain v1.0.2
5092024-10-14T03:14:48.256Z Downloaded serde_path_to_error v0.1.16
5102024-10-14T03:14:48.256Z Downloaded rtoolbox v0.0.2
5112024-10-14T03:14:48.258Z Downloaded openssl-probe v0.1.5
5122024-10-14T03:14:48.258Z Downloaded defmt-macros v0.3.9
5132024-10-14T03:14:48.261Z Downloaded nom v7.1.3
5142024-10-14T03:14:48.267Z Downloaded postcard v1.0.8
5152024-10-14T03:14:48.271Z Downloaded cpufeatures v0.2.12
5162024-10-14T03:14:48.273Z Downloaded thiserror-impl-no-std v2.0.2
5172024-10-14T03:14:48.275Z Downloaded strum_macros v0.25.3
5182024-10-14T03:14:48.277Z Downloaded rust-argon2 v2.1.0
5192024-10-14T03:14:48.280Z Downloaded unicode_categories v0.1.1
5202024-10-14T03:14:48.282Z Downloaded path-tree v0.8.1
5212024-10-14T03:14:48.283Z Downloaded crunchy v0.2.2
5222024-10-14T03:14:48.285Z Downloaded parse-display-derive v0.10.0
5232024-10-14T03:14:48.285Z Downloaded tokio-native-tls v0.3.1
5242024-10-14T03:14:48.287Z Downloaded postgres-types v0.2.8
5252024-10-14T03:14:48.290Z Downloaded untrusted v0.9.0
5262024-10-14T03:14:48.292Z Downloaded unicode-linebreak v0.1.5
5272024-10-14T03:14:48.292Z Downloaded rstest_macros v0.22.0
5282024-10-14T03:14:48.295Z Downloaded fancy-regex v0.13.0
5292024-10-14T03:14:48.299Z Downloaded diff v0.1.13
5302024-10-14T03:14:48.302Z Downloaded curve25519-dalek-derive v0.1.1
5312024-10-14T03:14:48.305Z Downloaded tokio-rustls v0.24.1
5322024-10-14T03:14:48.307Z Downloaded tabled v0.15.0
5332024-10-14T03:14:48.323Z Downloaded time-macros v0.2.18
5342024-10-14T03:14:48.325Z Downloaded escape8259 v0.5.2
5352024-10-14T03:14:48.329Z Downloaded spin v0.5.2
5362024-10-14T03:14:48.329Z Downloaded num_enum_derive v0.5.11
5372024-10-14T03:14:48.332Z Downloaded num_cpus v1.16.0
5382024-10-14T03:14:48.332Z Downloaded nanorand v0.7.0
5392024-10-14T03:14:48.334Z Downloaded diesel_table_macro_syntax v0.2.0
5402024-10-14T03:14:48.336Z Downloaded sigpipe v0.1.3
5412024-10-14T03:14:48.337Z Downloaded equivalent v1.0.1
5422024-10-14T03:14:48.337Z Downloaded signal-hook-tokio v0.3.1
5432024-10-14T03:14:48.340Z Downloaded serde_regex v1.1.0
5442024-10-14T03:14:48.340Z Downloaded pkcs8 v0.10.2
5452024-10-14T03:14:48.342Z Downloaded rayon-core v1.12.1
5462024-10-14T03:14:48.346Z Downloaded signal-hook-mio v0.2.4
5472024-10-14T03:14:48.348Z Downloaded radium v0.7.0
5482024-10-14T03:14:48.348Z Downloaded libloading v0.8.3
5492024-10-14T03:14:48.351Z Downloaded similar v2.6.0
5502024-10-14T03:14:48.356Z Downloaded phf_shared v0.10.0
5512024-10-14T03:14:48.358Z Downloaded usdt-impl v0.5.0
5522024-10-14T03:14:48.358Z Downloaded memmap v0.7.0
5532024-10-14T03:14:48.361Z Downloaded ed25519 v2.2.3
5542024-10-14T03:14:48.364Z Downloaded ctr v0.9.2
5552024-10-14T03:14:48.367Z Downloaded num v0.4.3
5562024-10-14T03:14:48.367Z Downloaded usdt v0.5.0
5572024-10-14T03:14:48.367Z Downloaded libefi-sys v0.1.0
5582024-10-14T03:14:48.370Z Downloaded quinn-udp v0.5.5
5592024-10-14T03:14:48.370Z Downloaded percent-encoding v2.3.1
5602024-10-14T03:14:48.370Z Downloaded packed_struct_codegen v0.10.1
5612024-10-14T03:14:48.372Z Downloaded phf_shared v0.11.2
5622024-10-14T03:14:48.374Z Downloaded sqlparser v0.45.0
5632024-10-14T03:14:48.378Z Downloaded csv-core v0.1.11
5642024-10-14T03:14:48.380Z Downloaded plain v0.2.3
5652024-10-14T03:14:48.382Z Downloaded structmeta-derive v0.3.0
5662024-10-14T03:14:48.383Z Downloaded structmeta-derive v0.2.0
5672024-10-14T03:14:48.385Z Downloaded memmap2 v0.9.4
5682024-10-14T03:14:48.385Z Downloaded tokio-stream v0.1.16
5692024-10-14T03:14:48.390Z Downloaded openssl-sys v0.9.103
5702024-10-14T03:14:48.395Z Downloaded debug-ignore v1.0.5
5712024-10-14T03:14:48.398Z Downloaded smallvec v0.6.14
5722024-10-14T03:14:48.400Z Downloaded fallible-iterator v0.2.0
5732024-10-14T03:14:48.402Z Downloaded memchr v2.7.2
5742024-10-14T03:14:48.405Z Downloaded num-complex v0.4.6
5752024-10-14T03:14:48.408Z Downloaded term v0.7.0
5762024-10-14T03:14:48.411Z Downloaded slog-stdlog v4.1.1
5772024-10-14T03:14:48.413Z Downloaded unsafe-libyaml v0.2.11
5782024-10-14T03:14:48.416Z Downloaded serde_repr v0.1.19
5792024-10-14T03:14:48.419Z Downloaded gimli v0.28.1
5802024-10-14T03:14:48.426Z Downloaded num-integer v0.1.46
5812024-10-14T03:14:48.428Z Downloaded der_derive v0.7.2
5822024-10-14T03:14:48.431Z Downloaded which v4.4.2
5832024-10-14T03:14:48.434Z Downloaded rcgen v0.12.1
5842024-10-14T03:14:48.436Z Downloaded rand_distr v0.4.3
5852024-10-14T03:14:48.439Z Downloaded zip v0.6.6
5862024-10-14T03:14:48.442Z Downloaded smallvec v1.13.2
5872024-10-14T03:14:48.445Z Downloaded url v2.5.2
5882024-10-14T03:14:48.448Z Downloaded crypto-bigint v0.5.5
5892024-10-14T03:14:48.454Z Downloaded clap_derive v4.5.18
5902024-10-14T03:14:48.456Z Downloaded wyz v0.5.1
5912024-10-14T03:14:48.459Z Downloaded cookie_store v0.21.0
5922024-10-14T03:14:48.462Z Downloaded env_logger v0.11.5
5932024-10-14T03:14:48.464Z Downloaded miniz_oxide v0.8.0
5942024-10-14T03:14:48.466Z Downloaded vcpkg v0.2.15
5952024-10-14T03:14:48.505Z Downloaded idna v0.2.3
5962024-10-14T03:14:48.511Z Downloaded env_logger v0.10.2
5972024-10-14T03:14:48.513Z Downloaded quinn v0.11.5
5982024-10-14T03:14:48.516Z Downloaded whoami v1.5.2
5992024-10-14T03:14:48.519Z Downloaded progenitor-impl v0.8.0
6002024-10-14T03:14:48.521Z Downloaded cookie v0.18.1
6012024-10-14T03:14:48.523Z Downloaded indexmap v1.9.3
6022024-10-14T03:14:48.527Z Downloaded chrono v0.4.38
6032024-10-14T03:14:48.534Z Downloaded nix v0.27.1
6042024-10-14T03:14:48.546Z Downloaded toml_edit v0.21.1
6052024-10-14T03:14:48.568Z Downloaded portable-atomic v1.6.0
6062024-10-14T03:14:48.573Z Downloaded expectorate v1.1.0
6072024-10-14T03:14:48.578Z Downloaded serde_with v3.9.0
6082024-10-14T03:14:48.585Z Downloaded proptest v1.5.0
6092024-10-14T03:14:48.594Z Downloaded serde_json v1.0.128
6102024-10-14T03:14:48.602Z Downloaded diesel_derives v2.2.2
6112024-10-14T03:14:48.606Z Downloaded const_format v0.2.33
6122024-10-14T03:14:48.611Z Downloaded unicode-normalization v0.1.23
6132024-10-14T03:14:48.614Z Downloaded regress v0.10.1
6142024-10-14T03:14:48.623Z Downloaded quick-xml v0.33.0
6152024-10-14T03:14:48.629Z Downloaded russh v0.45.0
6162024-10-14T03:14:48.635Z Downloaded num-bigint-dig v0.8.4
6172024-10-14T03:14:48.639Z Downloaded toml_edit v0.22.22
6182024-10-14T03:14:48.662Z Downloaded num-bigint v0.4.5
6192024-10-14T03:14:48.666Z Downloaded rustls-webpki v0.102.4
6202024-10-14T03:14:48.685Z Downloaded object v0.30.4
6212024-10-14T03:14:48.694Z Downloaded ssh-key v0.6.6
6222024-10-14T03:14:48.701Z Downloaded quinn-proto v0.11.8
6232024-10-14T03:14:48.708Z Downloaded object v0.32.2
6242024-10-14T03:14:48.719Z Downloaded trust-dns-proto v0.22.0
6252024-10-14T03:14:48.731Z Downloaded idna v0.5.0
6262024-10-14T03:14:48.737Z Downloaded clap_builder v4.5.20
6272024-10-14T03:14:48.744Z Downloaded nix v0.29.0
6282024-10-14T03:14:48.756Z Downloaded polar-core v0.27.3
6292024-10-14T03:14:48.764Z Downloaded webpki-roots v0.26.3
6302024-10-14T03:14:48.768Z Downloaded syn v2.0.79
6312024-10-14T03:14:48.779Z Downloaded rustls v0.21.12
6322024-10-14T03:14:48.791Z Downloaded smoltcp v0.9.1
6332024-10-14T03:14:48.802Z Downloaded ratatui v0.28.0
6342024-10-14T03:14:48.822Z Downloaded curve25519-dalek v4.1.3
6352024-10-14T03:14:48.831Z Downloaded smoltcp v0.11.0
6362024-10-14T03:14:48.844Z Downloaded nix v0.28.0
6372024-10-14T03:14:48.856Z Downloaded sled v0.34.7
6382024-10-14T03:14:48.865Z Downloaded syn v1.0.109
6392024-10-14T03:14:48.875Z Downloaded zerocopy-derive v0.6.6
6402024-10-14T03:14:48.885Z Downloaded radix_trie v0.2.1
6412024-10-14T03:14:48.891Z Downloaded openssl v0.10.66
6422024-10-14T03:14:48.900Z Downloaded rustix v0.38.37
6432024-10-14T03:14:48.972Z Downloaded typify-impl v0.2.0
6442024-10-14T03:14:48.974Z Downloaded regex-syntax v0.8.4
6452024-10-14T03:14:48.974Z Downloaded rustls v0.23.10
6462024-10-14T03:14:48.974Z Downloaded regex-syntax v0.6.29
6472024-10-14T03:14:48.974Z Downloaded finl_unicode v1.2.0
6482024-10-14T03:14:48.980Z Downloaded diesel v2.2.4
6492024-10-14T03:14:48.999Z Downloaded rustls v0.22.4
6502024-10-14T03:14:49.012Z Downloaded bstr v1.9.1
6512024-10-14T03:14:49.023Z Downloaded libc v0.2.159
6522024-10-14T03:14:49.050Z Downloaded regex-automata v0.4.6
6532024-10-14T03:14:49.068Z Downloaded tokio v1.39.3
6542024-10-14T03:14:49.105Z Downloaded lzma-sys v0.1.20
6552024-10-14T03:14:49.134Z Downloaded sha3 v0.10.8
6562024-10-14T03:14:49.137Z Downloaded csv v1.3.0
6572024-10-14T03:14:49.157Z Downloaded petgraph v0.6.5
6582024-10-14T03:14:49.176Z Downloaded bzip2-sys v0.1.11+1.0.8
6592024-10-14T03:14:49.188Z Downloaded unicode-width v0.1.13
6602024-10-14T03:14:49.197Z Downloaded openapiv3 v2.0.0
6612024-10-14T03:14:49.211Z Downloaded httpmock v0.8.0-alpha.1
6622024-10-14T03:14:49.232Z Downloaded reedline v0.33.0
6632024-10-14T03:14:49.236Z Downloaded libxml v0.3.3
6642024-10-14T03:14:49.241Z Downloaded libm v0.2.8
6652024-10-14T03:14:49.250Z Downloaded encoding_rs v0.8.34
6662024-10-14T03:14:49.272Z Downloaded rusqlite v0.32.1
6672024-10-14T03:14:49.278Z Downloaded idna v0.4.0
6682024-10-14T03:14:49.286Z Downloaded dropshot v0.12.0
6692024-10-14T03:14:49.306Z Downloaded regress v0.9.1
6702024-10-14T03:14:49.315Z Downloaded regex v1.10.6
6712024-10-14T03:14:49.329Z Downloaded reqwest v0.12.8
6722024-10-14T03:14:49.336Z Downloaded libgit2-sys v0.17.0+1.8.1
6732024-10-14T03:14:49.395Z Downloaded p384 v0.13.0
6742024-10-14T03:14:49.401Z Downloaded hickory-proto v0.24.1
6752024-10-14T03:14:49.417Z Downloaded snafu v0.8.2
6762024-10-14T03:14:49.424Z Downloaded reqwest v0.11.27
6772024-10-14T03:14:49.431Z Downloaded papergrid v0.11.0
6782024-10-14T03:14:49.436Z Downloaded num-iter v0.1.45
6792024-10-14T03:14:49.440Z Downloaded tough v0.17.1
6802024-10-14T03:14:49.445Z Downloaded lalrpop v0.19.12
6812024-10-14T03:14:49.456Z Downloaded async-std v1.13.0
6822024-10-14T03:14:49.476Z Downloaded password-hash v0.5.0
6832024-10-14T03:14:49.478Z Downloaded pin-project-lite v0.2.14
6842024-10-14T03:14:49.482Z Downloaded x509-cert v0.2.5
6852024-10-14T03:14:49.487Z Downloaded bindgen v0.69.4
6862024-10-14T03:14:49.495Z Downloaded tiny-keccak v2.0.2
6872024-10-14T03:14:49.497Z Downloaded itertools v0.13.0
6882024-10-14T03:14:49.504Z Downloaded signature v2.2.0
6892024-10-14T03:14:49.507Z Downloaded serde_derive v1.0.210
6902024-10-14T03:14:49.509Z Downloaded pkcs5 v0.7.1
6912024-10-14T03:14:49.512Z Downloaded mio v1.0.2
6922024-10-14T03:14:49.519Z Downloaded plotters v0.3.5
6932024-10-14T03:14:49.528Z Downloaded miniz_oxide v0.7.2
6942024-10-14T03:14:49.531Z Downloaded rayon v1.10.0
6952024-10-14T03:14:49.540Z Downloaded untrusted v0.7.1
6962024-10-14T03:14:49.547Z Downloaded subprocess v0.2.9
6972024-10-14T03:14:49.547Z Downloaded strum_macros v0.26.4
6982024-10-14T03:14:49.547Z Downloaded indicatif v0.17.8
6992024-10-14T03:14:49.569Z Downloaded crossterm v0.28.1
7002024-10-14T03:14:49.585Z Downloaded rustls-webpki v0.101.7
7012024-10-14T03:14:49.585Z Downloaded crossterm v0.27.0
7022024-10-14T03:14:49.594Z Downloaded criterion v0.5.1
7032024-10-14T03:14:49.594Z Downloaded salty v0.3.0
7042024-10-14T03:14:49.598Z Downloaded managed v0.8.0
7052024-10-14T03:14:49.598Z Downloaded ron v0.7.1
7062024-10-14T03:14:49.600Z Downloaded itertools v0.12.1
7072024-10-14T03:14:49.607Z Downloaded itertools v0.10.5
7082024-10-14T03:14:49.613Z Downloaded winnow v0.5.40
7092024-10-14T03:14:49.622Z Downloaded uuid v1.10.0
7102024-10-14T03:14:49.625Z Downloaded steno v0.4.1
7112024-10-14T03:14:49.629Z Downloaded num_enum v0.5.11
7122024-10-14T03:14:49.634Z Downloaded opaque-debug v0.3.1
7132024-10-14T03:14:49.636Z Downloaded minimal-lexical v0.2.1
7142024-10-14T03:14:49.639Z Downloaded relative-path v1.9.3
7152024-10-14T03:14:49.642Z Downloaded elliptic-curve v0.13.8
7162024-10-14T03:14:49.644Z Downloaded tinyvec v1.6.0
7172024-10-14T03:14:49.647Z Downloaded idna v0.3.0
7182024-10-14T03:14:49.654Z Downloaded ecdsa v0.16.9
7192024-10-14T03:14:49.656Z Downloaded tungstenite v0.23.0
7202024-10-14T03:14:49.659Z Downloaded quote v1.0.37
7212024-10-14T03:14:49.662Z Downloaded pin-project v1.1.5
7222024-10-14T03:14:49.673Z Downloaded password-hash v0.4.2
7232024-10-14T03:14:49.675Z Downloaded mockall_derive v0.13.0
7242024-10-14T03:14:49.678Z Downloaded typed-path v0.7.1
7252024-10-14T03:14:49.683Z Downloaded tokio-postgres v0.7.12
7262024-10-14T03:14:49.690Z Downloaded slog-term v2.9.1
7272024-10-14T03:14:49.693Z Downloaded time v0.3.36
7282024-10-14T03:14:49.698Z Downloaded zerocopy v0.7.34
7292024-10-14T03:14:49.713Z Downloaded hyper v1.4.1
7302024-10-14T03:14:49.720Z Downloaded dhcproto v0.12.0
7312024-10-14T03:14:49.725Z Downloaded stringprep v0.1.4
7322024-10-14T03:14:49.728Z Downloaded libz-sys v1.1.16
7332024-10-14T03:14:49.795Z Downloaded ring v0.17.8
7342024-10-14T03:14:49.865Z Downloaded ring v0.16.20
7352024-10-14T03:14:49.946Z Downloaded stringmetrics v2.2.2
7362024-10-14T03:14:49.950Z Downloaded multer v3.1.0
7372024-10-14T03:14:49.953Z Downloaded unicode-ident v1.0.13
7382024-10-14T03:14:49.953Z Downloaded yansi v1.0.1
7392024-10-14T03:14:49.956Z Downloaded mio v0.8.11
7402024-10-14T03:14:49.960Z Downloaded libsqlite3-sys v0.30.1
7412024-10-14T03:14:50.038Z Downloaded goblin v0.8.2
7422024-10-14T03:14:50.043Z Downloaded unicode-bidi v0.3.15
7432024-10-14T03:14:50.045Z Downloaded der v0.7.9
7442024-10-14T03:14:50.050Z Downloaded futures-util v0.3.31
7452024-10-14T03:14:50.061Z Downloaded aho-corasick v1.1.3
7462024-10-14T03:14:50.067Z Downloaded des v0.8.1
7472024-10-14T03:14:50.069Z Downloaded tracing v0.1.40
7482024-10-14T03:14:50.072Z Downloaded rand v0.8.5
7492024-10-14T03:14:50.075Z Downloaded pest v2.7.10
7502024-10-14T03:14:50.080Z Downloaded indoc v2.0.5
7512024-10-14T03:14:50.083Z Downloaded proc-macro2 v1.0.87
7522024-10-14T03:14:50.085Z Downloaded crc-any v2.5.0
7532024-10-14T03:14:50.087Z Downloaded samael v0.0.17
7542024-10-14T03:14:50.092Z Downloaded h2 v0.4.6
7552024-10-14T03:14:50.099Z Downloaded xz2 v0.1.7
7562024-10-14T03:14:50.101Z Downloaded tar v0.4.42
7572024-10-14T03:14:50.104Z Downloaded tokio-util v0.7.12
7582024-10-14T03:14:50.109Z Downloaded topological-sort v0.2.2
7592024-10-14T03:14:50.111Z Downloaded socket2 v0.4.10
7602024-10-14T03:14:50.114Z Downloaded log v0.4.22
7612024-10-14T03:14:50.118Z Downloaded dropshot_endpoint v0.12.0
7622024-10-14T03:14:50.118Z Downloaded schemars v0.8.21
7632024-10-14T03:14:50.127Z Downloaded ed25519-dalek v2.1.1
7642024-10-14T03:14:50.130Z Downloaded hashbrown v0.14.5
7652024-10-14T03:14:50.135Z Downloaded unicase v2.7.0
7662024-10-14T03:14:50.137Z Downloaded newtype-uuid v1.1.2
7672024-10-14T03:14:50.137Z Downloaded guppy v0.17.8
7682024-10-14T03:14:50.143Z Downloaded ucd-trie v0.1.6
7692024-10-14T03:14:50.145Z Downloaded typenum v1.17.0
7702024-10-14T03:14:50.147Z Downloaded dirs-next v2.0.0
7712024-10-14T03:14:50.147Z Downloaded tap v1.0.1
7722024-10-14T03:14:50.150Z Downloaded peg-macros v0.8.4
7732024-10-14T03:14:50.152Z Downloaded ipnet v2.10.1
7742024-10-14T03:14:50.152Z Downloaded indent_write v2.2.0
7752024-10-14T03:14:50.154Z Downloaded sha2 v0.10.8
7762024-10-14T03:14:50.156Z Downloaded tokio-tungstenite v0.21.0
7772024-10-14T03:14:50.156Z Downloaded clap v4.5.20
7782024-10-14T03:14:50.164Z Downloaded toml v0.8.19
7792024-10-14T03:14:50.168Z Downloaded version_check v0.9.5
7802024-10-14T03:14:50.171Z Downloaded http v1.1.0
7812024-10-14T03:14:50.174Z Downloaded omicron-zone-package v0.11.1
7822024-10-14T03:14:50.177Z Downloaded either v1.13.0
7832024-10-14T03:14:50.182Z Downloaded colored v2.1.0
7842024-10-14T03:14:50.184Z Downloaded cobs v0.2.3
7852024-10-14T03:14:50.186Z Downloaded shlex v1.3.0
7862024-10-14T03:14:50.186Z Downloaded rustls-pemfile v2.1.3
7872024-10-14T03:14:50.192Z Downloaded hkdf v0.12.4
7882024-10-14T03:14:50.192Z Downloaded smf v0.2.3
7892024-10-14T03:14:50.192Z Downloaded sha1 v0.10.6
7902024-10-14T03:14:50.192Z Downloaded is_terminal_polyfill v1.70.0
7912024-10-14T03:14:50.196Z Downloaded target-spec v3.2.2
7922024-10-14T03:14:50.196Z Downloaded progenitor-macro v0.8.0
7932024-10-14T03:14:50.196Z Downloaded pest_derive v2.7.10
7942024-10-14T03:14:50.198Z Downloaded parking_lot_core v0.8.6
7952024-10-14T03:14:50.200Z Downloaded crossbeam-epoch v0.9.18
7962024-10-14T03:14:50.203Z Downloaded backtrace v0.3.71
7972024-10-14T03:14:50.206Z Downloaded shell-words v1.1.0
7982024-10-14T03:14:50.208Z Downloaded ref-cast-impl v1.0.23
7992024-10-14T03:14:50.208Z Downloaded ron v0.8.1
8002024-10-14T03:14:50.212Z Downloaded prettyplease v0.2.22
8012024-10-14T03:14:50.215Z Downloaded polling v3.7.3
8022024-10-14T03:14:50.218Z Downloaded bytes v1.7.2
8032024-10-14T03:14:50.222Z Downloaded base64 v0.21.7
8042024-10-14T03:14:50.225Z Downloaded proc-macro-error-attr v1.0.4
8052024-10-14T03:14:50.227Z Downloaded derive_builder_core v0.20.0
8062024-10-14T03:14:50.230Z Downloaded darling v0.20.9
8072024-10-14T03:14:50.232Z Downloaded value-bag v1.9.0
8082024-10-14T03:14:50.234Z Downloaded criterion-plot v0.5.0
8092024-10-14T03:14:50.236Z Downloaded hashbrown v0.15.0
8102024-10-14T03:14:50.240Z Downloaded spin v0.9.8
8112024-10-14T03:14:50.243Z Downloaded hickory-server v0.24.1
8122024-10-14T03:14:50.248Z Downloaded bitflags v2.6.0
8132024-10-14T03:14:50.253Z Downloaded itoa v1.0.11
8142024-10-14T03:14:50.256Z Downloaded enum-as-inner v0.6.0
8152024-10-14T03:14:50.256Z Downloaded serde_tokenstream v0.2.2
8162024-10-14T03:14:50.256Z Downloaded bitfield-struct v0.6.1
8172024-10-14T03:14:50.256Z Downloaded rustfmt-wrapper v0.2.1
8182024-10-14T03:14:50.259Z Downloaded rustc_version v0.4.0
8192024-10-14T03:14:50.259Z Downloaded hashbrown v0.13.2
8202024-10-14T03:14:50.262Z Downloaded rand_seeder v0.3.0
8212024-10-14T03:14:50.266Z Downloaded iana-time-zone v0.1.60
8222024-10-14T03:14:50.268Z Downloaded hyper-rustls v0.27.3
8232024-10-14T03:14:50.268Z Downloaded blake2b_simd v1.0.2
8242024-10-14T03:14:50.271Z Downloaded thread-id v4.2.1
8252024-10-14T03:14:50.271Z Downloaded http v0.2.12
8262024-10-14T03:14:50.273Z Downloaded fatfs v0.3.6
8272024-10-14T03:14:50.279Z Downloaded doc-comment v0.3.3
8282024-10-14T03:14:50.279Z Downloaded derive_builder_macro v0.20.0
8292024-10-14T03:14:50.282Z Downloaded zone_cfg_derive v0.1.2
8302024-10-14T03:14:50.282Z Downloaded parse-display v0.10.0
8312024-10-14T03:14:50.282Z Downloaded highway v1.2.0
8322024-10-14T03:14:50.283Z Downloaded httptest v0.16.1
8332024-10-14T03:14:50.285Z Downloaded hickory-client v0.24.1
8342024-10-14T03:14:50.285Z Downloaded getrandom v0.2.14
8352024-10-14T03:14:50.288Z Downloaded structmeta v0.2.0
8362024-10-14T03:14:50.291Z Downloaded olpc-cjson v0.1.3
8372024-10-14T03:14:50.291Z Downloaded sync_wrapper v1.0.1
8382024-10-14T03:14:50.291Z Downloaded similar-asserts v1.6.0
8392024-10-14T03:14:50.293Z Downloaded serde_urlencoded v0.7.1
8402024-10-14T03:14:50.296Z Downloaded secrecy v0.8.0
8412024-10-14T03:14:50.296Z Downloaded spki v0.7.3
8422024-10-14T03:14:50.298Z Downloaded slog-envlogger v2.2.0
8432024-10-14T03:14:50.298Z Downloaded serde_spanned v0.6.7
8442024-10-14T03:14:50.298Z Downloaded cbc v0.1.2
8452024-10-14T03:14:50.302Z Downloaded predicates-tree v1.0.9
8462024-10-14T03:14:50.302Z Downloaded pbkdf2 v0.12.2
8472024-10-14T03:14:50.302Z Downloaded heck v0.5.0
8482024-10-14T03:14:50.305Z Downloaded fixedbitset v0.4.2
8492024-10-14T03:14:50.305Z Downloaded cassowary v0.3.0
8502024-10-14T03:14:50.307Z Downloaded cargo-platform v0.1.8
8512024-10-14T03:14:50.307Z Downloaded bytecount v0.6.8
8522024-10-14T03:14:50.310Z Downloaded bitfield v0.14.0
8532024-10-14T03:14:50.310Z Downloaded async-executor v1.13.1
8542024-10-14T03:14:50.312Z Downloaded aes v0.8.4
8552024-10-14T03:14:50.315Z Downloaded cexpr v0.6.0
8562024-10-14T03:14:50.315Z Downloaded castaway v0.2.3
8572024-10-14T03:14:50.317Z Downloaded blocking v1.6.1
8582024-10-14T03:14:50.317Z Downloaded futures-io v0.3.31
8592024-10-14T03:14:50.320Z Downloaded httpdate v1.0.3
8602024-10-14T03:14:50.320Z Downloaded home v0.5.9
8612024-10-14T03:14:50.320Z Downloaded anstyle-query v1.0.3
8622024-10-14T03:14:50.322Z Downloaded anes v0.1.6
8632024-10-14T03:14:50.325Z Downloaded async-recursion v1.1.1
8642024-10-14T03:14:50.329Z Downloaded aead v0.5.2
8652024-10-14T03:14:50.329Z Downloaded pretty-hex v0.4.1
8662024-10-14T03:14:50.331Z Downloaded hex v0.4.3
8672024-10-14T03:14:50.331Z Downloaded heck v0.4.1
8682024-10-14T03:14:50.331Z Downloaded glob v0.3.1
8692024-10-14T03:14:50.336Z Downloaded futures-macro v0.3.31
8702024-10-14T03:14:50.336Z Downloaded foreign-types-macros v0.2.3
8712024-10-14T03:14:50.336Z Downloaded async-channel v1.9.0
8722024-10-14T03:14:50.336Z Downloaded ascii-canvas v3.0.0
8732024-10-14T03:14:50.336Z Downloaded approx v0.5.1
8742024-10-14T03:14:50.338Z Downloaded arrayref v0.3.7
8752024-10-14T03:14:50.338Z Downloaded cc v1.0.97
8762024-10-14T03:14:50.340Z Downloaded bzip2 v0.4.4
8772024-10-14T03:14:50.343Z Downloaded anstyle v1.0.8
8782024-10-14T03:14:50.346Z Downloaded futures-channel v0.3.31
8792024-10-14T03:14:50.346Z Downloaded chacha20 v0.9.1
8802024-10-14T03:14:50.349Z Downloaded cfg-expr v0.17.0
8812024-10-14T03:14:50.351Z Downloaded arc-swap v1.7.1
8822024-10-14T03:14:50.354Z Downloaded arrayvec v0.7.4
8832024-10-14T03:14:50.356Z Downloaded backoff v0.4.0
8842024-10-14T03:14:50.356Z Downloaded async-process v2.2.4
8852024-10-14T03:14:50.359Z Downloaded foreign-types-shared v0.3.1
8862024-10-14T03:14:50.359Z Downloaded bitflags v1.3.2
8872024-10-14T03:14:50.363Z Downloaded async-task v4.7.1
8882024-10-14T03:14:50.366Z Downloaded ahash v0.8.11
8892024-10-14T03:14:50.369Z Downloaded adler2 v2.0.0
8902024-10-14T03:14:50.369Z Downloaded globset v0.4.14
8912024-10-14T03:14:50.369Z Downloaded ciborium v0.2.2
8922024-10-14T03:14:50.371Z Downloaded blowfish v0.9.1
8932024-10-14T03:14:50.373Z Downloaded cast v0.3.0
8942024-10-14T03:14:50.373Z Downloaded futures-sink v0.3.31
8952024-10-14T03:14:50.373Z Downloaded cancel-safe-futures v0.1.5
8962024-10-14T03:14:50.376Z Downloaded anstream v0.6.14
8972024-10-14T03:14:50.378Z Downloaded hash32 v0.3.1
8982024-10-14T03:14:50.381Z Downloaded group v0.13.0
8992024-10-14T03:14:50.381Z Downloaded async-bb8-diesel v0.2.1
9002024-10-14T03:14:50.383Z Downloaded byteorder v1.5.0
9012024-10-14T03:14:50.385Z Downloaded block-padding v0.3.3
9022024-10-14T03:14:50.385Z Downloaded assert_matches v1.5.0
9032024-10-14T03:14:50.388Z Downloaded futures-executor v0.3.31
9042024-10-14T03:14:50.388Z Downloaded fastrand v2.1.1
9052024-10-14T03:14:50.390Z Downloaded hex-literal v0.4.1
9062024-10-14T03:14:50.390Z Downloaded cargo_metadata v0.18.1
9072024-10-14T03:14:50.392Z Downloaded http-body-util v0.1.2
9082024-10-14T03:14:50.392Z Downloaded fs-err v2.11.0
9092024-10-14T03:14:50.394Z Downloaded foreign-types-shared v0.1.1
9102024-10-14T03:14:50.394Z Downloaded fnv v1.0.7
9112024-10-14T03:14:50.397Z Downloaded cfg_aliases v0.1.1
9122024-10-14T03:14:50.397Z Downloaded bb8 v0.8.5
9132024-10-14T03:14:50.397Z Downloaded async-global-executor v2.4.1
9142024-10-14T03:14:50.670Z+ ptime -m ./tools/install_builder_prerequisites.sh -yp
9152024-10-14T03:14:59.184Z Startup: Refreshing catalog 'helios-dev' ... Done
9162024-10-14T03:15:02.050Z Startup: Caching catalogs ... Done
9172024-10-14T03:15:07.406ZPlanning: Solver setup ... Done (4.648s)
9182024-10-14T03:15:07.478ZPlanning: Running solver ... Done (0.072s)
9192024-10-14T03:15:07.549ZPlanning: Finding local manifests ... Done (0.004s)
9202024-10-14T03:15:07.583ZPlanning: Fetching manifests: 0/5 0% complete
9212024-10-14T03:15:08.222ZPlanning: Fetching manifests: 5/5 100% complete
9222024-10-14T03:15:08.319ZPlanning: Package planning ... Done (0.097s)
9232024-10-14T03:15:08.378ZPlanning: Merging actions ... Done (0.057s)
9242024-10-14T03:15:08.576ZPlanning: Checking for conflicting actions ... Done (0.200s)
9252024-10-14T03:15:10.594ZPlanning: Consolidating action changes ... Done (2.017s)
9262024-10-14T03:15:11.030ZPlanning: Evaluating mediators ... Done (0.437s)
9272024-10-14T03:15:11.111ZPlanning: Planning completed in 8.98 seconds
9282024-10-14T03:15:11.126Z Packages to install: 4
9292024-10-14T03:15:11.126Z Packages to update: 1
9302024-10-14T03:15:11.129Z Mediators to change: 2
9312024-10-14T03:15:11.129Z Services to change: 1
9322024-10-14T03:15:11.129Z Estimated space available: 155.47 GB
9332024-10-14T03:15:11.129ZEstimated space to be consumed: 1.57 GB
9342024-10-14T03:15:11.129Z Create boot environment: No
9352024-10-14T03:15:11.129ZCreate backup boot environment: Yes
9362024-10-14T03:15:11.129Z Rebuild boot archive: No
9372024-10-14T03:15:11.129Z
9382024-10-14T03:15:11.129ZChanged mediators:
9392024-10-14T03:15:11.129Z mediator clang:
9402024-10-14T03:15:11.130Z version: None -> 15 (system default)
9412024-10-14T03:15:11.130Z
9422024-10-14T03:15:11.130Z mediator llvm:
9432024-10-14T03:15:11.130Z version: 14 (system default) -> 15 (system default)
9442024-10-14T03:15:11.130Z
9452024-10-14T03:15:11.130ZChanged packages:
9462024-10-14T03:15:11.130Zhelios-dev
9472024-10-14T03:15:11.130Z developer/build-essential
9482024-10-14T03:15:11.130Z None -> 11-2.0
9492024-10-14T03:15:11.130Z library/libxmlsec1
9502024-10-14T03:15:11.130Z None -> 1.2.35-2.0
9512024-10-14T03:15:11.130Z ooce/developer/clang-15
9522024-10-14T03:15:11.130Z None -> 15.0.7-2.0
9532024-10-14T03:15:11.130Z ooce/developer/llvm-15
9542024-10-14T03:15:11.130Z None -> 15.0.7-2.0
9552024-10-14T03:15:11.130Z package/pkg
9562024-10-14T03:15:11.130Z 0.5.11-2.0 -> 0.5.11-2.1.6412
9572024-10-14T03:15:11.130Z
9582024-10-14T03:15:11.130ZServices:
9592024-10-14T03:15:11.130Z restart_fmri:
9602024-10-14T03:15:11.131Z svc:/system/update-man-index:default
9612024-10-14T03:15:11.131Z
9622024-10-14T03:15:11.131ZEditable files to change:
9632024-10-14T03:15:11.131Z Update:
9642024-10-14T03:15:11.131Z usr/share/lib/pkg/web/config.shtml
9652024-10-14T03:15:11.205Z
9662024-10-14T03:15:11.205ZDownload: 0/4281 items 0.0/220.6MB 0% complete
9672024-10-14T03:15:16.205ZDownload: 1087/4281 items 19.7/220.6MB 8% complete (4.0M/s)
9682024-10-14T03:15:25.422ZDownload: 1198/4281 items 83.5/220.6MB 37% complete (13.0M/s)
9692024-10-14T03:15:30.423ZDownload: 2373/4281 items 120.0/220.6MB 54% complete (7.4M/s)
9702024-10-14T03:15:35.425ZDownload: 3238/4281 items 174.3/220.6MB 79% complete (9.0M/s)
9712024-10-14T03:15:40.425ZDownload: 4014/4281 items 216.7/220.6MB 98% complete (9.7M/s)
9722024-10-14T03:15:41.539ZDownload: Completed 220.60 MB in 30.33 seconds (7.3M/s)
9732024-10-14T03:15:43.563Z Actions: 1/5063 actions (Removing old actions)
9742024-10-14T03:15:43.584Z Actions: 194/5063 actions (Installing new actions)
9752024-10-14T03:15:48.281Z Actions: 4226/5063 actions (Updating modified actions)
9762024-10-14T03:15:48.597Z Actions: Completed 5063 actions in 5.03 seconds.
9772024-10-14T03:15:48.794Z Done (0.189s)
9782024-10-14T03:15:48.796Z Done (0.000s)
9792024-10-14T03:15:49.264Z Done (0.470s)
9802024-10-14T03:15:53.633Z Done (4.174s)
9812024-10-14T03:15:53.720Z Done (0.019s)
9822024-10-14T03:15:53.723Z Done (0.000s)
9832024-10-14T03:15:53.890Z Done (0.000s)
9842024-10-14T03:15:54.515ZPlanning: Evaluating mediator changes ... Done
9852024-10-14T03:15:54.677ZPlanning: Checking for conflicting actions ... Done
9862024-10-14T03:15:54.680ZPlanning: Consolidating action changes ... Done
9872024-10-14T03:15:54.942ZPlanning: Evaluating mediators ... Done
9882024-10-14T03:15:54.944ZPlanning: Planning completed in 0.43 seconds
9892024-10-14T03:15:54.982Z Mediators to change: 2
9902024-10-14T03:15:54.982Z Create boot environment: No
9912024-10-14T03:15:54.986ZCreate backup boot environment: No
9922024-10-14T03:15:55.061Z Done
9932024-10-14T03:15:55.063Z Done
9942024-10-14T03:15:55.357Z Done
9952024-10-14T03:15:58.884Z Done
9962024-10-14T03:15:58.976Z Done
9972024-10-14T03:15:58.983Z Done
9982024-10-14T03:15:59.088Z Done
9992024-10-14T03:15:59.692ZPlanning: Evaluating mediator changes ... Done
10002024-10-14T03:15:59.702ZPlanning: Merging actions ... Done
10012024-10-14T03:15:59.880ZPlanning: Checking for conflicting actions ... Done
10022024-10-14T03:15:59.885ZPlanning: Consolidating action changes ... Done
10032024-10-14T03:16:00.142ZPlanning: Evaluating mediators ... Done
10042024-10-14T03:16:00.198ZPlanning: Planning completed in 0.74 seconds
10052024-10-14T03:16:00.240Z Packages to change: 1
10062024-10-14T03:16:00.240Z Mediators to change: 1
10072024-10-14T03:16:00.245Z Services to change: 1
10082024-10-14T03:16:00.245Z Create boot environment: No
10092024-10-14T03:16:00.245ZCreate backup boot environment: Yes
10102024-10-14T03:16:02.280Z Actions: 1/6 actions (Updating modified actions)
10112024-10-14T03:16:02.284Z Actions: Completed 6 actions in 0.00 seconds.
10122024-10-14T03:16:02.284Z Done
10132024-10-14T03:16:02.285Z Done
10142024-10-14T03:16:02.378Z Done
10152024-10-14T03:16:05.958Z Done
10162024-10-14T03:16:06.047Z Done
10172024-10-14T03:16:06.050Z Done
10182024-10-14T03:16:06.160Z Done
10192024-10-14T03:16:06.584ZMEDIATOR VER. SRC. VERSION IMPL. SRC. IMPLEMENTATION
10202024-10-14T03:16:06.584Zclang system 15 system
10212024-10-14T03:16:06.584Zcsh system system illumos
10222024-10-14T03:16:06.584Zctags system system illumos
10232024-10-14T03:16:06.584Zgcc vendor 12 vendor
10242024-10-14T03:16:06.584Zgcc system 10 system
10252024-10-14T03:16:06.584Zgcc system 7 system
10262024-10-14T03:16:06.584Zgo system 1.20 system
10272024-10-14T03:16:06.584Zgo system 1.19 system
10282024-10-14T03:16:06.584Zllvm system 15 system
10292024-10-14T03:16:06.584Zllvm system 14 system
10302024-10-14T03:16:06.584Zmariadb system 10.6 system
10312024-10-14T03:16:06.584Zmta vendor vendor dma
10322024-10-14T03:16:06.584Zopenjdk system 17 system
10332024-10-14T03:16:06.584Zopenjdk system 11 system
10342024-10-14T03:16:06.584Zopenjdk system 1.8 system
10352024-10-14T03:16:06.584Zopenssl vendor 3 vendor
10362024-10-14T03:16:06.584Zperl system 5.36 system
10372024-10-14T03:16:06.584Zpostgresql system 15 system
10382024-10-14T03:16:06.584Zpostgresql system 13 system
10392024-10-14T03:16:06.584Zpython vendor 3 vendor
10402024-10-14T03:16:06.584Zpython system 2 system
10412024-10-14T03:16:06.584Zpython3 system 3.11 system
10422024-10-14T03:16:06.585Zruby system 3.0 system
10432024-10-14T03:16:06.585Zwords vendor vendor american-english
10442024-10-14T03:16:06.585Zwords system system australian-english
10452024-10-14T03:16:06.585Zwords system system british-english
10462024-10-14T03:16:06.585Zwords system system canadian-english
10472024-10-14T03:16:06.585Zwords system system french
10482024-10-14T03:16:06.585Zwords system system italian
10492024-10-14T03:16:06.585Zwords system system ngerman
10502024-10-14T03:16:06.585Zwords system system ogerman
10512024-10-14T03:16:06.585Zwords system system spanish
10522024-10-14T03:16:06.910ZPUBLISHER TYPE STATUS P LOCATION
10532024-10-14T03:16:06.910Zhelios-dev origin online F https://pkg.oxide.computer/helios/2/dev/
10542024-10-14T03:16:09.035ZFMRI IFO
10552024-10-14T03:16:09.035Zpkg://helios-dev/developer/build-essential@11-2.0:20230623T110919Z im-
10562024-10-14T03:16:09.035Zpkg://helios-dev/developer/pkg-config@0.29.2-2.0:20230621T191911Z i--
10572024-10-14T03:16:09.035Zpkg://helios-dev/library/libxmlsec1@1.2.35-2.0:20230624T123441Z im-
10582024-10-14T03:16:09.035Zpkg://helios-dev/ooce/developer/clang-15@15.0.7-2.0:20231012T123315Z im-
10592024-10-14T03:16:09.035Zpkg://helios-dev/ooce/developer/clang-15@15.0.7-2.0:20230623T141037Z ---
10602024-10-14T03:16:09.035Zpkg://helios-dev/ooce/library/postgresql-13@13.11-2.0:20230623T123131Z i--
10612024-10-14T03:16:09.035Zpkg://helios-dev/package/pkg@0.5.11-2.1.6412:20240822T193324Z im-
10622024-10-14T03:16:09.035Zpkg://helios-dev/package/pkg@0.5.11-2.0:20231020T135332Z ---
10632024-10-14T03:16:09.035Zpkg://helios-dev/package/pkg@0.5.11-2.0:20230621T202036Z ---
10642024-10-14T03:16:09.036Zpkg://helios-dev/system/library/g++-runtime@13-2.0:20231118T213948Z i--
10652024-10-14T03:16:09.036Zpkg://helios-dev/system/library/g++-runtime@12-2.0:20230621T201406Z ---
10662024-10-14T03:16:09.036Zpkg://helios-dev/system/library/gcc-runtime@13-2.0:20231118T213832Z i--
10672024-10-14T03:16:09.036Zpkg://helios-dev/system/library/gcc-runtime@12-2.0:20230621T201432Z ---
10682024-10-14T03:16:10.033Z Downloading crates ...
10692024-10-14T03:16:10.151Z Downloaded cargo_toml v0.20.5
10702024-10-14T03:16:10.285Z Compiling proc-macro2 v1.0.87
10712024-10-14T03:16:10.287Z Compiling unicode-ident v1.0.13
10722024-10-14T03:16:10.287Z Compiling serde v1.0.210
10732024-10-14T03:16:10.287Z Compiling version_check v0.9.5
10742024-10-14T03:16:10.287Z Compiling memchr v2.7.2
10752024-10-14T03:16:10.287Z Compiling thiserror v1.0.64
10762024-10-14T03:16:10.306Z Compiling libc v0.2.159
10772024-10-14T03:16:10.308Z Compiling ucd-trie v0.1.6
10782024-10-14T03:16:10.533Z Compiling itoa v1.0.11
10792024-10-14T03:16:10.754Z Compiling ryu v1.0.18
10802024-10-14T03:16:11.082Z Compiling once_cell v1.19.0
10812024-10-14T03:16:11.108Z Compiling byteorder v1.5.0
10822024-10-14T03:16:11.130Z Compiling serde_json v1.0.128
10832024-10-14T03:16:11.139Z Compiling rustix v0.38.37
10842024-10-14T03:16:11.515Z Compiling bitflags v2.6.0
10852024-10-14T03:16:11.561Z Compiling usdt-impl v0.5.0
10862024-10-14T03:16:11.895Z Compiling proc-macro-error-attr v1.0.4
10872024-10-14T03:16:11.911Z Compiling quote v1.0.37
10882024-10-14T03:16:11.946Z Compiling syn v1.0.109
10892024-10-14T03:16:12.077Z Compiling proc-macro-error v1.0.4
10902024-10-14T03:16:12.179Z Compiling utf8parse v0.2.1
10912024-10-14T03:16:12.242Z Compiling camino v1.1.9
10922024-10-14T03:16:12.263Z Compiling syn v2.0.79
10932024-10-14T03:16:12.331Z Compiling errno v0.3.9
10942024-10-14T03:16:12.611Z Compiling equivalent v1.0.1
10952024-10-14T03:16:12.624Z Compiling hashbrown v0.15.0
10962024-10-14T03:16:12.635Z Compiling log v0.4.22
10972024-10-14T03:16:12.718Z Compiling plain v0.2.3
10982024-10-14T03:16:13.003Z Compiling thread-id v4.2.1
10992024-10-14T03:16:13.073Z Compiling anstyle-parse v0.2.4
11002024-10-14T03:16:13.104Z Compiling winnow v0.6.18
11012024-10-14T03:16:13.389Z Compiling pretty-hex v0.4.1
11022024-10-14T03:16:13.416Z Compiling colorchoice v1.0.1
11032024-10-14T03:16:13.565Z Compiling autocfg v1.3.0
11042024-10-14T03:16:13.579Z Compiling is_terminal_polyfill v1.70.0
11052024-10-14T03:16:13.698Z Compiling anstyle v1.0.8
11062024-10-14T03:16:13.714Z Compiling anstyle-query v1.0.3
11072024-10-14T03:16:13.839Z Compiling indexmap v2.6.0
11082024-10-14T03:16:13.850Z Compiling semver v1.0.23
11092024-10-14T03:16:14.160Z Compiling unicode-width v0.1.13
11102024-10-14T03:16:14.375Z Compiling anstream v0.6.14
11112024-10-14T03:16:14.553Z Compiling fs-err v2.11.0
11122024-10-14T03:16:14.677Z Compiling terminal_size v0.4.0
11132024-10-14T03:16:14.844Z Compiling fastrand v2.1.1
11142024-10-14T03:16:14.876Z Compiling cfg-if v1.0.0
11152024-10-14T03:16:15.141Z Compiling heck v0.5.0
11162024-10-14T03:16:15.211Z Compiling clap_lex v0.7.0
11172024-10-14T03:16:15.380Z Compiling strsim v0.11.1
11182024-10-14T03:16:15.382Z Compiling bytecount v0.6.8
11192024-10-14T03:16:15.476Z Compiling heck v0.4.1
11202024-10-14T03:16:15.595Z Compiling anyhow v1.0.89
11212024-10-14T03:16:15.652Z Compiling fnv v1.0.7
11222024-10-14T03:16:15.773Z Compiling papergrid v0.11.0
11232024-10-14T03:16:15.953Z Compiling clap_builder v4.5.20
11242024-10-14T03:16:16.340Z Compiling tempfile v3.13.0
11252024-10-14T03:16:16.419Z Compiling memmap v0.7.0
11262024-10-14T03:16:16.542Z Compiling unicode-linebreak v0.1.5
11272024-10-14T03:16:16.782Z Compiling smawk v0.3.2
11282024-10-14T03:16:16.982Z Compiling textwrap v0.16.1
11292024-10-14T03:16:17.225Z Compiling swrite v0.1.0
11302024-10-14T03:16:18.573Z Compiling tabled_derive v0.7.0
11312024-10-14T03:16:20.103Z Compiling tabled v0.15.0
11322024-10-14T03:16:20.999Z Compiling serde_derive v1.0.210
11332024-10-14T03:16:20.999Z Compiling thiserror-impl v1.0.64
11342024-10-14T03:16:21.002Z Compiling zerocopy-derive v0.7.34
11352024-10-14T03:16:21.051Z Compiling scroll_derive v0.12.0
11362024-10-14T03:16:21.351Z Compiling clap_derive v4.5.18
11372024-10-14T03:16:22.563Z Compiling scroll v0.12.0
11382024-10-14T03:16:23.039Z Compiling zerocopy v0.7.34
11392024-10-14T03:16:23.146Z Compiling goblin v0.8.2
11402024-10-14T03:16:23.770Z Compiling pest v2.7.10
11412024-10-14T03:16:25.045Z Compiling clap v4.5.20
11422024-10-14T03:16:26.004Z Compiling pest_meta v2.7.10
11432024-10-14T03:16:26.904Z Compiling pest_generator v2.7.10
11442024-10-14T03:16:28.648Z Compiling pest_derive v2.7.10
11452024-10-14T03:16:29.383Z Compiling dtrace-parser v0.2.0
11462024-10-14T03:16:31.187Z Compiling serde_tokenstream v0.2.2
11472024-10-14T03:16:31.276Z Compiling toml_datetime v0.6.8
11482024-10-14T03:16:31.277Z Compiling serde_spanned v0.6.7
11492024-10-14T03:16:31.520Z Compiling cargo-platform v0.1.8
11502024-10-14T03:16:31.679Z Compiling toml_edit v0.22.22
11512024-10-14T03:16:31.784Z Compiling macaddr v1.0.1
11522024-10-14T03:16:32.049Z Compiling camino-tempfile v1.1.1
11532024-10-14T03:16:32.607Z Compiling dof v0.3.0
11542024-10-14T03:16:32.723Z Compiling cargo_metadata v0.18.1
11552024-10-14T03:16:34.279Z Compiling usdt-macro v0.5.0
11562024-10-14T03:16:34.282Z Compiling usdt-attr-macro v0.5.0
11572024-10-14T03:16:34.463Z Compiling toml v0.8.19
11582024-10-14T03:16:35.341Z Compiling cargo_toml v0.20.5
11592024-10-14T03:16:35.627Z Compiling usdt v0.5.0
11602024-10-14T03:16:38.882Z Compiling xtask v0.1.0 (/work/oxidecomputer/omicron/dev-tools/xtask)
11612024-10-14T03:16:43.094Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 33.63s
11622024-10-14T03:16:43.160Z Running `target/debug/xtask download cockroach clickhouse console dendrite-openapi dendrite-stub maghemite-mgd transceiver-control`
11632024-10-14T03:16:44.022Z Compiling serde v1.0.210
11642024-10-14T03:16:44.024Z Compiling typenum v1.17.0
11652024-10-14T03:16:44.024Z Compiling generic-array v0.14.7
11662024-10-14T03:16:44.024Z Compiling lock_api v0.4.12
11672024-10-14T03:16:44.024Z Compiling subtle v2.5.0
11682024-10-14T03:16:44.157Z Compiling scopeguard v1.2.0
11692024-10-14T03:16:44.168Z Compiling syn v2.0.79
11702024-10-14T03:16:44.179Z Compiling getrandom v0.2.14
11712024-10-14T03:16:44.319Z Compiling value-bag v1.9.0
11722024-10-14T03:16:44.437Z Compiling rand_core v0.6.4
11732024-10-14T03:16:44.544Z Compiling const-oid v0.9.6
11742024-10-14T03:16:44.649Z Compiling jobserver v0.1.32
11752024-10-14T03:16:44.733Z Compiling pin-project-lite v0.2.14
11762024-10-14T03:16:44.860Z Compiling log v0.4.22
11772024-10-14T03:16:44.928Z Compiling smallvec v1.13.2
11782024-10-14T03:16:44.945Z Compiling parking_lot_core v0.9.10
11792024-10-14T03:16:45.052Z Compiling cc v1.0.97
11802024-10-14T03:16:45.320Z Compiling futures-core v0.3.31
11812024-10-14T03:16:45.567Z Compiling signal-hook-registry v1.4.2
11822024-10-14T03:16:45.653Z Compiling cpufeatures v0.2.12
11832024-10-14T03:16:45.677Z Compiling mio v1.0.2
11842024-10-14T03:16:45.756Z Compiling parking_lot v0.12.2
11852024-10-14T03:16:46.039Z Compiling futures-sink v0.3.31
11862024-10-14T03:16:46.228Z Compiling spin v0.9.8
11872024-10-14T03:16:46.399Z Compiling socket2 v0.5.7
11882024-10-14T03:16:46.578Z Compiling slab v0.4.9
11892024-10-14T03:16:46.610Z Compiling serde_json v1.0.128
11902024-10-14T03:16:46.754Z Compiling futures-channel v0.3.31
11912024-10-14T03:16:46.847Z Compiling tinyvec_macros v0.1.1
11922024-10-14T03:16:46.870Z Compiling futures-io v0.3.31
11932024-10-14T03:16:46.938Z Compiling futures-task v0.3.31
11942024-10-14T03:16:46.983Z Compiling pin-utils v0.1.0
11952024-10-14T03:16:47.074Z Compiling tinyvec v1.6.0
11962024-10-14T03:16:47.134Z Compiling libm v0.2.8
11972024-10-14T03:16:47.183Z Compiling num-traits v0.2.19
11982024-10-14T03:16:47.211Z Compiling unicode-bidi v0.3.15
11992024-10-14T03:16:47.307Z Compiling base64ct v1.6.0
12002024-10-14T03:16:47.371Z Compiling httparse v1.8.0
12012024-10-14T03:16:47.714Z Compiling ppv-lite86 v0.2.17
12022024-10-14T03:16:47.810Z Compiling pem-rfc7468 v0.7.0
12032024-10-14T03:16:47.897Z Compiling flagset v0.4.5
12042024-10-14T03:16:48.124Z Compiling tracing-core v0.1.32
12052024-10-14T03:16:48.510Z Compiling unicode-normalization v0.1.23
12062024-10-14T03:16:48.565Z Compiling rand_chacha v0.3.1
12072024-10-14T03:16:48.716Z Compiling crossbeam-utils v0.8.19
12082024-10-14T03:16:48.893Z Compiling rustls-pki-types v1.7.0
12092024-10-14T03:16:49.144Z Compiling ring v0.17.8
12102024-10-14T03:16:49.335Z Compiling percent-encoding v2.3.1
12112024-10-14T03:16:49.512Z Compiling rand v0.8.5
12122024-10-14T03:16:49.684Z Compiling vcpkg v0.2.15
12132024-10-14T03:16:49.704Z Compiling num-conv v0.1.0
12142024-10-14T03:16:49.994Z Compiling pkg-config v0.3.30
12152024-10-14T03:16:50.277Z Compiling untrusted v0.9.0
12162024-10-14T03:16:50.451Z Compiling time-core v0.1.2
12172024-10-14T03:16:50.561Z Compiling powerfmt v0.2.0
12182024-10-14T03:16:50.616Z Compiling time-macros v0.2.18
12192024-10-14T03:16:50.886Z Compiling deranged v0.3.11
12202024-10-14T03:16:51.509Z Compiling num_threads v0.1.7
12212024-10-14T03:16:51.538Z Compiling atomic-waker v1.1.2
12222024-10-14T03:16:51.642Z Compiling form_urlencoded v1.2.1
12232024-10-14T03:16:51.709Z Compiling try-lock v0.2.5
12242024-10-14T03:16:51.842Z Compiling openssl-sys v0.9.103
12252024-10-14T03:16:51.842Z Compiling slog v2.7.0
12262024-10-14T03:16:51.954Z Compiling want v0.3.1
12272024-10-14T03:16:52.203Z Compiling base64 v0.22.1
12282024-10-14T03:16:52.219Z Compiling rustix v0.38.37
12292024-10-14T03:16:52.432Z Compiling httpdate v1.0.3
12302024-10-14T03:16:52.864Z Compiling idna v0.5.0
12312024-10-14T03:16:52.918Z Compiling tower-service v0.3.2
12322024-10-14T03:16:52.992Z Compiling foreign-types-shared v0.1.1
12332024-10-14T03:16:53.048Z Compiling match_cfg v0.1.0
12342024-10-14T03:16:53.094Z Compiling iana-time-zone v0.1.60
12352024-10-14T03:16:53.102Z Compiling openssl v0.10.66
12362024-10-14T03:16:53.147Z Compiling rustversion v1.0.17
12372024-10-14T03:16:53.521Z Compiling hostname v0.3.1
12382024-10-14T03:16:53.537Z Compiling foreign-types v0.3.2
12392024-10-14T03:16:53.623Z Compiling dirs-sys-next v0.1.2
12402024-10-14T03:16:53.759Z Compiling url v2.5.2
12412024-10-14T03:16:53.844Z Compiling time v0.3.36
12422024-10-14T03:16:53.921Z Compiling aho-corasick v1.1.3
12432024-10-14T03:16:54.251Z Compiling rustls v0.22.4
12442024-10-14T03:16:54.386Z Compiling siphasher v0.3.11
12452024-10-14T03:16:54.529Z Compiling data-encoding v2.6.0
12462024-10-14T03:16:54.748Z Compiling rustls v0.23.10
12472024-10-14T03:16:54.859Z Compiling native-tls v0.2.11
12482024-10-14T03:16:55.043Z Compiling regex-syntax v0.8.4
12492024-10-14T03:16:55.224Z Compiling syn v1.0.109
12502024-10-14T03:16:55.905Z Compiling dirs-next v2.0.0
12512024-10-14T03:16:56.156Z Compiling crossbeam-epoch v0.9.18
12522024-10-14T03:16:56.932Z Compiling serde_derive_internals v0.29.1
12532024-10-14T03:16:56.946Z Compiling backtrace v0.3.71
12542024-10-14T03:16:56.984Z Compiling lazy_static v1.5.0
12552024-10-14T03:16:57.110Z Compiling cookie v0.18.1
12562024-10-14T03:16:57.411Z Compiling encoding_rs v0.8.34
12572024-10-14T03:16:57.428Z Compiling multer v3.1.0
12582024-10-14T03:16:57.726Z Compiling thread_local v1.1.8
12592024-10-14T03:16:58.131Z Compiling serde_derive v1.0.210
12602024-10-14T03:16:58.268Z Compiling zeroize_derive v1.4.2
12612024-10-14T03:16:58.949Z Compiling tokio-macros v2.4.0
12622024-10-14T03:16:59.336Z Compiling thiserror-impl v1.0.64
12632024-10-14T03:16:59.720Z Compiling futures-macro v0.3.31
12642024-10-14T03:16:59.863Z Compiling zeroize v1.8.1
12652024-10-14T03:17:00.030Z Compiling der_derive v0.7.2
12662024-10-14T03:17:00.683Z Compiling tracing-attributes v0.1.27
12672024-10-14T03:17:01.649Z Compiling zerocopy-derive v0.7.34
12682024-10-14T03:17:01.759Z Compiling crypto-common v0.1.6
12692024-10-14T03:17:01.802Z Compiling block-buffer v0.10.4
12702024-10-14T03:17:01.897Z Compiling futures-util v0.3.31
12712024-10-14T03:17:01.978Z Compiling block-padding v0.3.3
12722024-10-14T03:17:02.063Z Compiling digest v0.10.7
12732024-10-14T03:17:02.223Z Compiling inout v0.1.3
12742024-10-14T03:17:02.490Z Compiling hmac v0.12.1
12752024-10-14T03:17:02.549Z Compiling sha2 v0.10.8
12762024-10-14T03:17:02.566Z Compiling cipher v0.4.4
12772024-10-14T03:17:02.652Z Compiling thiserror v1.0.64
12782024-10-14T03:17:02.721Z Compiling der v0.7.9
12792024-10-14T03:17:02.792Z Compiling pest v2.7.10
12802024-10-14T03:17:03.076Z Compiling salsa20 v0.10.2
12812024-10-14T03:17:03.302Z Compiling pbkdf2 v0.12.2
12822024-10-14T03:17:03.475Z Compiling scrypt v0.11.0
12832024-10-14T03:17:03.905Z Compiling aes v0.8.4
12842024-10-14T03:17:04.046Z Compiling cbc v0.1.2
12852024-10-14T03:17:04.281Z Compiling scroll_derive v0.12.0
12862024-10-14T03:17:04.431Z Compiling tracing v0.1.40
12872024-10-14T03:17:04.937Z Compiling spki v0.7.3
12882024-10-14T03:17:05.313Z Compiling pest_meta v2.7.10
12892024-10-14T03:17:05.771Z Compiling scroll v0.12.0
12902024-10-14T03:17:05.771Z Compiling pkcs5 v0.7.1
12912024-10-14T03:17:06.056Z Compiling zerocopy v0.7.34
12922024-10-14T03:17:06.245Z Compiling rustls-webpki v0.102.4
12932024-10-14T03:17:06.344Z Compiling goblin v0.8.2
12942024-10-14T03:17:06.698Z Compiling pest_generator v2.7.10
12952024-10-14T03:17:07.052Z Compiling pkcs8 v0.10.2
12962024-10-14T03:17:07.665Z Compiling openssl-macros v0.1.1
12972024-10-14T03:17:07.777Z Compiling async-trait v0.1.83
12982024-10-14T03:17:08.158Z Compiling sha1 v0.10.6
12992024-10-14T03:17:08.405Z Compiling signature v2.2.0
13002024-10-14T03:17:08.455Z Compiling regex-automata v0.4.6
13012024-10-14T03:17:08.587Z Compiling rayon-core v1.12.1
13022024-10-14T03:17:08.692Z Compiling gimli v0.28.1
13032024-10-14T03:17:08.730Z Compiling finl_unicode v1.2.0
13042024-10-14T03:17:08.878Z Compiling schemars v0.8.21
13052024-10-14T03:17:09.228Z Compiling either v1.13.0
13062024-10-14T03:17:09.312Z Compiling ipnet v2.10.1
13072024-10-14T03:17:09.665Z Compiling mime v0.3.17
13082024-10-14T03:17:10.275Z Compiling openssl-probe v0.1.5
13092024-10-14T03:17:10.364Z Compiling pest_derive v2.7.10
13102024-10-14T03:17:10.580Z Compiling paste v1.0.15
13112024-10-14T03:17:10.635Z Compiling slog-async v2.8.0
13122024-10-14T03:17:10.638Z Compiling adler v1.0.2
13132024-10-14T03:17:10.891Z Compiling miniz_oxide v0.7.2
13142024-10-14T03:17:11.196Z Compiling stringprep v0.1.4
13152024-10-14T03:17:11.213Z Compiling dtrace-parser v0.2.0
13162024-10-14T03:17:11.356Z Compiling futures-executor v0.3.31
13172024-10-14T03:17:12.414Z Compiling bytes v1.7.2
13182024-10-14T03:17:13.337Z Compiling tokio v1.39.3
13192024-10-14T03:17:13.701Z Compiling indexmap v2.6.0
13202024-10-14T03:17:13.785Z Compiling http v1.1.0
13212024-10-14T03:17:15.182Z Compiling bitflags v2.6.0
13222024-10-14T03:17:15.629Z Compiling semver v1.0.23
13232024-10-14T03:17:15.839Z Compiling http-body v1.0.0
13242024-10-14T03:17:16.086Z Compiling rustc_version v0.4.0
13252024-10-14T03:17:16.269Z Compiling dof v0.3.0
13262024-10-14T03:17:16.398Z Compiling uuid v1.10.0
13272024-10-14T03:17:16.768Z Compiling serde_spanned v0.6.7
13282024-10-14T03:17:16.896Z Compiling serde_tokenstream v0.2.2
13292024-10-14T03:17:17.005Z Compiling toml_datetime v0.6.8
13302024-10-14T03:17:17.512Z Compiling usdt-impl v0.5.0
13312024-10-14T03:17:17.860Z Compiling chrono v0.4.38
13322024-10-14T03:17:18.396Z Compiling heapless v0.7.17
13332024-10-14T03:17:18.842Z Compiling http-body-util v0.1.2
13342024-10-14T03:17:19.355Z Compiling usdt-macro v0.5.0
13352024-10-14T03:17:20.862Z Compiling usdt-attr-macro v0.5.0
13362024-10-14T03:17:21.542Z Compiling tokio-util v0.7.12
13372024-10-14T03:17:21.656Z Compiling toml_edit v0.22.22
13382024-10-14T03:17:22.146Z Compiling curve25519-dalek v4.1.3
13392024-10-14T03:17:22.595Z Compiling h2 v0.4.6
13402024-10-14T03:17:22.817Z Compiling slog-json v2.6.1
13412024-10-14T03:17:22.875Z Compiling addr2line v0.21.0
13422024-10-14T03:17:23.031Z Compiling serde_urlencoded v0.7.1
13432024-10-14T03:17:23.204Z Compiling md-5 v0.10.6
13442024-10-14T03:17:23.469Z Compiling schemars_derive v0.8.21
13452024-10-14T03:17:23.543Z Compiling enum-as-inner v0.6.0
13462024-10-14T03:17:23.557Z Compiling async-stream-impl v0.3.5
13472024-10-14T03:17:24.817Z Compiling crossbeam-deque v0.8.5
13482024-10-14T03:17:24.952Z Compiling term v0.7.0
13492024-10-14T03:17:25.929Z Compiling rustls-pemfile v2.1.3
13502024-10-14T03:17:26.421Z Compiling crossbeam-channel v0.5.12
13512024-10-14T03:17:26.543Z Compiling num-integer v0.1.46
13522024-10-14T03:17:26.855Z Compiling idna v0.3.0
13532024-10-14T03:17:27.346Z Compiling idna v0.4.0
13542024-10-14T03:17:27.569Z Compiling hash32 v0.2.1
13552024-10-14T03:17:27.881Z Compiling ff v0.13.0
13562024-10-14T03:17:27.971Z Compiling is-terminal v0.4.12
13572024-10-14T03:17:28.101Z Compiling object v0.32.2
13582024-10-14T03:17:28.119Z Compiling dropshot v0.12.0
13592024-10-14T03:17:28.432Z Compiling portable-atomic v1.6.0
13602024-10-14T03:17:28.500Z Compiling smoltcp v0.9.1
13612024-10-14T03:17:28.521Z Compiling stable_deref_trait v1.2.0
13622024-10-14T03:17:28.652Z Compiling base16ct v0.2.0
13632024-10-14T03:17:28.865Z Compiling signal-hook v0.3.17
13642024-10-14T03:17:28.968Z Compiling utf-8 v0.7.6
13652024-10-14T03:17:29.153Z Compiling rustc-demangle v0.1.24
13662024-10-14T03:17:29.247Z Compiling take_mut v0.2.2
13672024-10-14T03:17:29.275Z Compiling num-bigint-dig v0.8.4
13682024-10-14T03:17:29.418Z Compiling crc32fast v1.4.0
13692024-10-14T03:17:29.447Z Compiling fallible-iterator v0.2.0
13702024-10-14T03:17:29.560Z Compiling hyper v1.4.1
13712024-10-14T03:17:29.824Z Compiling dyn-clone v1.0.17
13722024-10-14T03:17:29.909Z Compiling psl-types v2.0.11
13732024-10-14T03:17:30.038Z Compiling quick-error v1.2.3
13742024-10-14T03:17:30.124Z Compiling linked-hash-map v0.5.6
13752024-10-14T03:17:30.142Z Compiling anyhow v1.0.89
13762024-10-14T03:17:30.162Z Compiling postgres-protocol v0.6.7
13772024-10-14T03:17:30.187Z Compiling resolv-conf v0.7.0
13782024-10-14T03:17:30.493Z Compiling lru-cache v0.1.2
13792024-10-14T03:17:30.700Z Compiling publicsuffix v2.2.3
13802024-10-14T03:17:31.188Z Compiling tungstenite v0.23.0
13812024-10-14T03:17:31.486Z Compiling sec1 v0.7.3
13822024-10-14T03:17:32.092Z Compiling hyper-util v0.1.9
13832024-10-14T03:17:33.199Z Compiling hickory-proto v0.24.1
13842024-10-14T03:17:33.516Z Compiling group v0.13.0
13852024-10-14T03:17:33.548Z Compiling slog-term v2.9.1
13862024-10-14T03:17:33.833Z Compiling usdt v0.5.0
13872024-10-14T03:17:33.858Z Compiling num-iter v0.1.45
13882024-10-14T03:17:34.032Z Compiling tokio-native-tls v0.3.1
13892024-10-14T03:17:34.316Z Compiling async-stream v0.3.5
13902024-10-14T03:17:34.870Z Compiling toml v0.8.19
13912024-10-14T03:17:35.280Z Compiling slog-bunyan v2.5.0
13922024-10-14T03:17:35.611Z Compiling terminal_size v0.4.0
13932024-10-14T03:17:35.838Z Compiling tokio-rustls v0.26.0
13942024-10-14T03:17:35.947Z Compiling tokio-rustls v0.25.0
13952024-10-14T03:17:36.185Z Compiling dropshot_endpoint v0.12.0
13962024-10-14T03:17:36.276Z Compiling openapiv3 v2.0.0
13972024-10-14T03:17:36.300Z Compiling camino v1.1.9
13982024-10-14T03:17:36.402Z Compiling serde_path_to_error v0.1.16
13992024-10-14T03:17:36.629Z Compiling futures v0.3.31
14002024-10-14T03:17:37.264Z Compiling hkdf v0.12.4
14012024-10-14T03:17:37.283Z Compiling crypto-bigint v0.5.5
14022024-10-14T03:17:37.524Z Compiling curve25519-dalek-derive v0.1.1
14032024-10-14T03:17:37.988Z Compiling zerocopy-derive v0.6.6
14042024-10-14T03:17:38.221Z Compiling phf_shared v0.11.2
14052024-10-14T03:17:38.606Z Compiling waitgroup v0.1.2
14062024-10-14T03:17:38.835Z Compiling webpki-roots v0.26.3
14072024-10-14T03:17:39.063Z Compiling hostname v0.4.0
14082024-10-14T03:17:39.110Z Compiling ahash v0.8.11
14092024-10-14T03:17:39.333Z Compiling fs-err v2.11.0
14102024-10-14T03:17:39.506Z Compiling debug-ignore v1.0.5
14112024-10-14T03:17:39.613Z Compiling managed v0.8.0
14122024-10-14T03:17:39.635Z Compiling adler2 v2.0.0
14132024-10-14T03:17:39.840Z Compiling bitflags v1.3.2
14142024-10-14T03:17:39.941Z Compiling hubpack_derive v0.1.1
14152024-10-14T03:17:39.959Z Compiling winnow v0.5.40
14162024-10-14T03:17:40.165Z Compiling zerocopy v0.6.6
14172024-10-14T03:17:40.607Z Compiling elliptic-curve v0.13.8
14182024-10-14T03:17:40.815Z Compiling hubpack v0.1.2
14192024-10-14T03:17:41.061Z Compiling clap_builder v4.5.20
14202024-10-14T03:17:41.311Z Compiling console v0.15.8
14212024-10-14T03:17:41.518Z Compiling miniz_oxide v0.8.0
14222024-10-14T03:17:42.878Z Compiling hyper-rustls v0.27.3
14232024-10-14T03:17:43.100Z Compiling hickory-resolver v0.24.1
14242024-10-14T03:17:43.376Z Compiling toml_edit v0.19.15
14252024-10-14T03:17:43.488Z Compiling phf v0.11.2
14262024-10-14T03:17:43.747Z Compiling cookie_store v0.21.0
14272024-10-14T03:17:43.773Z Compiling rayon v1.10.0
14282024-10-14T03:17:44.393Z Compiling hyper-tls v0.6.0
14292024-10-14T03:17:45.340Z Compiling tokio-tungstenite v0.23.1
14302024-10-14T03:17:48.567Z Compiling postgres-types v0.2.8
14312024-10-14T03:17:48.638Z Compiling tokio-stream v0.1.16
14322024-10-14T03:17:49.706Z Compiling regex v1.10.6
14332024-10-14T03:17:49.779Z Compiling bstr v1.9.1
14342024-10-14T03:17:50.088Z Compiling serde-big-array v0.5.1
14352024-10-14T03:17:50.240Z Compiling ed25519 v2.2.3
14362024-10-14T03:17:50.316Z Compiling pkcs1 v0.7.5
14372024-10-14T03:17:50.413Z Compiling rfc6979 v0.4.0
14382024-10-14T03:17:50.574Z Compiling serde_repr v0.1.19
14392024-10-14T03:17:50.601Z Compiling strum_macros v0.25.3
14402024-10-14T03:17:50.786Z Compiling derive-where v1.2.7
14412024-10-14T03:17:51.351Z Compiling clap_derive v4.5.18
14422024-10-14T03:17:51.401Z Compiling phf_shared v0.10.0
14432024-10-14T03:17:51.629Z Compiling float-cmp v0.9.0
14442024-10-14T03:17:51.802Z Compiling sync_wrapper v1.0.1
14452024-10-14T03:17:51.820Z Compiling mio v0.8.11
14462024-10-14T03:17:51.871Z Compiling minimal-lexical v0.2.1
14472024-10-14T03:17:51.951Z Compiling fixedbitset v0.4.2
14482024-10-14T03:17:52.249Z Compiling whoami v1.5.2
14492024-10-14T03:17:52.396Z Compiling normalize-line-endings v0.3.0
14502024-10-14T03:17:52.426Z Compiling difflib v0.4.0
14512024-10-14T03:17:52.523Z Compiling bit-vec v0.6.3
14522024-10-14T03:17:52.881Z Compiling number_prefix v0.4.0
14532024-10-14T03:17:52.995Z Compiling static_assertions v1.1.0
14542024-10-14T03:17:53.097Z Compiling unicode-segmentation v1.11.0
14552024-10-14T03:17:53.119Z Compiling new_debug_unreachable v1.0.6
14562024-10-14T03:17:53.119Z Compiling precomputed-hash v0.1.1
14572024-10-14T03:17:53.210Z Compiling predicates-core v1.0.6
14582024-10-14T03:17:53.251Z Compiling string_cache v0.8.7
14592024-10-14T03:17:53.565Z Compiling predicates v3.1.2
14602024-10-14T03:17:53.732Z Compiling indicatif v0.17.8
14612024-10-14T03:17:53.944Z Compiling similar v2.6.0
14622024-10-14T03:17:54.030Z Compiling bit-set v0.5.3
14632024-10-14T03:17:54.296Z Compiling tokio-postgres v0.7.12
14642024-10-14T03:17:54.446Z Compiling qorb v0.0.2 (https://github.com/oxidecomputer/qorb?branch=master#de6f7784)
14652024-10-14T03:17:54.725Z Compiling gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=9bbac475dcaac88286c07a20b6bd3e94fc81d7f0#9bbac475)
14662024-10-14T03:17:55.275Z Compiling signal-hook-mio v0.2.4
14672024-10-14T03:17:55.459Z Compiling nom v7.1.3
14682024-10-14T03:17:55.956Z Compiling petgraph v0.6.5
14692024-10-14T03:17:56.393Z Compiling reqwest v0.12.8
14702024-10-14T03:17:56.447Z Compiling clap v4.5.20
14712024-10-14T03:17:56.580Z Compiling rsa v0.9.6
14722024-10-14T03:17:59.079Z Compiling ecdsa v0.16.9
14732024-10-14T03:17:59.609Z Compiling ed25519-dalek v2.1.1
14742024-10-14T03:17:59.939Z Compiling flate2 v1.0.34
14752024-10-14T03:17:59.962Z Compiling toml v0.7.8
14762024-10-14T03:18:00.807Z Compiling hex v0.4.3
14772024-10-14T03:18:00.871Z Compiling itertools v0.12.1
14782024-10-14T03:18:00.898Z Compiling itertools v0.10.5
14792024-10-14T03:18:01.453Z Compiling x509-cert v0.2.5
14802024-10-14T03:18:01.527Z Compiling unicode-xid v0.2.4
14812024-10-14T03:18:01.561Z Compiling peg-runtime v0.8.3
14822024-10-14T03:18:01.710Z Compiling lalrpop-util v0.19.12
14832024-10-14T03:18:01.727Z Compiling xattr v1.3.1
14842024-10-14T03:18:02.006Z Compiling strum_macros v0.26.4
14852024-10-14T03:18:02.078Z Compiling filetime v0.2.25
14862024-10-14T03:18:02.393Z Compiling tar v0.4.42
14872024-10-14T03:18:05.501Z Compiling strum v0.26.3
14882024-10-14T03:18:05.771Z Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack)
14892024-10-14T03:18:06.014Z Compiling xtask-downloader v0.1.0 (/work/oxidecomputer/omicron/dev-tools/downloader)
14902024-10-14T03:18:11.178Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1m 27s
14912024-10-14T03:18:11.329Z Running `target/debug/xtask-downloader cockroach clickhouse console dendrite-openapi dendrite-stub maghemite-mgd transceiver-control`
14922024-10-14T03:18:11.374ZOct 14 03:18:10.791 INFO Starting download, target: Clickhouse
14932024-10-14T03:18:11.374ZOct 14 03:18:10.791 INFO Starting download, target: Cockroach
14942024-10-14T03:18:11.375ZOct 14 03:18:10.791 INFO Starting download, target: Console
14952024-10-14T03:18:11.375ZOct 14 03:18:10.791 INFO Starting download, target: DendriteOpenapi
14962024-10-14T03:18:11.383ZOct 14 03:18:10.791 INFO Starting download, target: DendriteStub
14972024-10-14T03:18:11.383ZOct 14 03:18:10.791 INFO Starting download, target: MaghemiteMgd
14982024-10-14T03:18:11.383ZOct 14 03:18:10.791 INFO Starting download, target: TransceiverControl
14992024-10-14T03:18:11.383ZOct 14 03:18:10.792 INFO Downloading out/downloads/console.tar.gz (attempt 1/3), target: Console
15002024-10-14T03:18:11.383ZOct 14 03:18:10.792 INFO Downloading out/downloads/dpd-f3810e7bc1f0d746b5e95b3aaff32e52b02dfdfa.json (attempt 1/3), target: DendriteOpenapi
15012024-10-14T03:18:11.383ZOct 14 03:18:10.792 INFO Downloading out/downloads/xcvradm.gz (attempt 1/3), target: TransceiverControl
15022024-10-14T03:18:11.383ZOct 14 03:18:10.792 INFO Downloading out/downloads/cockroach-v22.1.9.illumos.tar.gz (attempt 1/3), target: Cockroach
15032024-10-14T03:18:11.383ZOct 14 03:18:10.792 INFO Downloading out/downloads/dendrite-stub.tar.gz (attempt 1/3), target: DendriteStub
15042024-10-14T03:18:11.383ZOct 14 03:18:10.792 INFO Downloading out/downloads/clickhouse-v23.8.7.24.illumos.tar.gz (attempt 1/3), target: Clickhouse
15052024-10-14T03:18:11.384ZOct 14 03:18:10.792 INFO Downloading out/downloads/mgd.tar.gz (attempt 1/3), target: MaghemiteMgd
15062024-10-14T03:18:11.546ZOct 14 03:18:10.963 INFO Download complete, target: DendriteOpenapi
15072024-10-14T03:18:11.728ZOct 14 03:18:11.138 INFO Unpacking out/downloads/xcvradm.gz to out/downloads/root/opt/oxide/bin/xcvradm, target: TransceiverControl
15082024-10-14T03:18:11.880ZOct 14 03:18:11.291 INFO Unpacking out/downloads/console.tar.gz to out/console-assets, target: Console
15092024-10-14T03:18:12.080ZOct 14 03:18:11.501 INFO Unpacking out/downloads/dendrite-stub.tar.gz to out/downloads, target: DendriteStub
15102024-10-14T03:18:12.116ZOct 14 03:18:11.536 INFO Unpacking out/downloads/mgd.tar.gz to out/downloads, target: MaghemiteMgd
15112024-10-14T03:18:12.273ZOct 14 03:18:11.693 INFO Download complete, target: Console
15122024-10-14T03:18:12.454ZOct 14 03:18:11.874 INFO tarball path: out/downloads/cockroach-v22.1.9.illumos.tar.gz, target: Cockroach
15132024-10-14T03:18:12.454ZOct 14 03:18:11.874 INFO Unpacking out/downloads/cockroach-v22.1.9.illumos.tar.gz to out/downloads, target: Cockroach
15142024-10-14T03:18:12.533ZOct 14 03:18:11.949 INFO Download complete, target: TransceiverControl
15152024-10-14T03:18:13.240ZOct 14 03:18:12.660 INFO Unpacking out/downloads/clickhouse-v23.8.7.24.illumos.tar.gz to out/clickhouse, target: Clickhouse
15162024-10-14T03:18:15.090ZOct 14 03:18:14.510 INFO Download complete, target: DendriteStub
15172024-10-14T03:18:15.283ZOct 14 03:18:14.702 INFO Download complete, target: MaghemiteMgd
15182024-10-14T03:18:20.563ZOct 14 03:18:19.978 INFO Copying from out/downloads/cockroach-v22.1.9 to out/cockroachdb, target: Cockroach
15192024-10-14T03:18:20.838ZOct 14 03:18:20.256 INFO Checking that binary works, target: Cockroach
15202024-10-14T03:18:20.993ZOct 14 03:18:20.411 INFO Download complete, target: Cockroach
15212024-10-14T03:18:27.046ZOct 14 03:18:26.465 INFO Checking that binary works, target: Clickhouse
15222024-10-14T03:18:27.199ZOct 14 03:18:26.618 INFO Download complete, target: Clickhouse
15232024-10-14T03:18:27.206ZAll prerequisites installed successfully
15242024-10-14T03:18:27.208Z
15252024-10-14T03:18:27.208Zreal 3:36.527845333
15262024-10-14T03:18:27.208Zuser 12:35.491102014
15272024-10-14T03:18:27.208Zsys 2:36.594235792
15282024-10-14T03:18:27.208Ztrap 0.422544146
15292024-10-14T03:18:27.209Ztflt 1.651543337
15302024-10-14T03:18:27.209Zdflt 1.610764232
15312024-10-14T03:18:27.209Zkflt 0.023675012
15322024-10-14T03:18:27.209Zlock 26:19.033051029
15332024-10-14T03:18:27.209Zslp 48:30.214244733
15342024-10-14T03:18:27.209Zlat 43.360602499
15352024-10-14T03:18:27.209Zstop 1:51.223806751
15362024-10-14T03:18:27.209Z+ source ./tools/include/force-git-over-https.sh
15372024-10-14T03:18:27.209Z++ override_urls=('git://github.com/' 'git@github.com:' 'ssh://github.com/' 'ssh://git@github.com/' 'git+ssh://git@github.com/')
15382024-10-14T03:18:27.209Z++ (( i = 0 ))
15392024-10-14T03:18:27.209Z++ (( i < 5 ))
15402024-10-14T03:18:27.209Z++ git config --add --global url.https://github.com/.insteadOf git://github.com/
15412024-10-14T03:18:27.211Z++ (( i++ ))
15422024-10-14T03:18:27.211Z++ (( i < 5 ))
15432024-10-14T03:18:27.211Z++ git config --add --global url.https://github.com/.insteadOf git@github.com:
15442024-10-14T03:18:27.214Z++ (( i++ ))
15452024-10-14T03:18:27.214Z++ (( i < 5 ))
15462024-10-14T03:18:27.214Z++ git config --add --global url.https://github.com/.insteadOf ssh://github.com/
15472024-10-14T03:18:27.217Z++ (( i++ ))
15482024-10-14T03:18:27.217Z++ (( i < 5 ))
15492024-10-14T03:18:27.217Z++ git config --add --global url.https://github.com/.insteadOf ssh://git@github.com/
15502024-10-14T03:18:27.220Z++ (( i++ ))
15512024-10-14T03:18:27.220Z++ (( i < 5 ))
15522024-10-14T03:18:27.220Z++ git config --add --global url.https://github.com/.insteadOf git+ssh://git@github.com/
15532024-10-14T03:18:27.223Z++ (( i++ ))
15542024-10-14T03:18:27.223Z++ (( i < 5 ))
15552024-10-14T03:18:27.225Z++ export CARGO_NET_GIT_FETCH_WITH_CLI=true
15562024-10-14T03:18:27.225Z++ CARGO_NET_GIT_FETCH_WITH_CLI=true
15572024-10-14T03:18:27.225Z+ rc=0
15582024-10-14T03:18:27.225Z+ pfexec pkg install -q /system/zones/brand/omicron1/tools
15592024-10-14T03:18:51.278Z+ case $rc in
15602024-10-14T03:18:51.278Z+ pfexec zfs create -p rpool/images/build/host
15612024-10-14T03:18:51.498Z+ pfexec zfs create -p rpool/images/build/recovery
15622024-10-14T03:18:51.577Z+ cargo xtask releng --output-dir /work
15632024-10-14T03:18:52.149Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s
15642024-10-14T03:18:52.165Z Running `target/debug/xtask releng --output-dir /work`
15652024-10-14T03:18:53.109Z Compiling proc-macro2 v1.0.87
15662024-10-14T03:18:53.109Z Compiling unicode-ident v1.0.13
15672024-10-14T03:18:53.112Z Compiling libc v0.2.159
15682024-10-14T03:18:53.112Z Compiling serde v1.0.210
15692024-10-14T03:18:53.112Z Compiling autocfg v1.3.0
15702024-10-14T03:18:53.112Z Compiling version_check v0.9.5
15712024-10-14T03:18:53.112Z Compiling cfg-if v1.0.0
15722024-10-14T03:18:53.112Z Compiling once_cell v1.19.0
15732024-10-14T03:18:53.382Z Compiling typenum v1.17.0
15742024-10-14T03:18:53.516Z Compiling memchr v2.7.2
15752024-10-14T03:18:53.943Z Compiling generic-array v0.14.7
15762024-10-14T03:18:53.948Z Compiling lock_api v0.4.12
15772024-10-14T03:18:54.240Z Compiling parking_lot_core v0.9.10
15782024-10-14T03:18:54.263Z Compiling serde_json v1.0.128
15792024-10-14T03:18:54.376Z Compiling libm v0.2.8
15802024-10-14T03:18:54.606Z Compiling value-bag v1.9.0
15812024-10-14T03:18:54.655Z Compiling slab v0.4.9
15822024-10-14T03:18:54.721Z Compiling num-traits v0.2.19
15832024-10-14T03:18:54.982Z Compiling quote v1.0.37
15842024-10-14T03:18:55.024Z Compiling thiserror v1.0.64
15852024-10-14T03:18:55.113Z Compiling log v0.4.22
15862024-10-14T03:18:55.201Z Compiling jobserver v0.1.32
15872024-10-14T03:18:55.371Z Compiling syn v2.0.79
15882024-10-14T03:18:55.525Z Compiling getrandom v0.2.14
15892024-10-14T03:18:55.603Z Compiling cc v1.0.97
15902024-10-14T03:18:55.923Z Compiling itoa v1.0.11
15912024-10-14T03:18:56.006Z Compiling scopeguard v1.2.0
15922024-10-14T03:18:56.165Z Compiling rand_core v0.6.4
15932024-10-14T03:18:56.839Z Compiling subtle v2.5.0
15942024-10-14T03:18:57.279Z Compiling byteorder v1.5.0
15952024-10-14T03:18:57.507Z Compiling semver v1.0.23
15962024-10-14T03:18:57.579Z Compiling pin-project-lite v0.2.14
15972024-10-14T03:18:57.738Z Compiling httparse v1.8.0
15982024-10-14T03:18:57.815Z Compiling smallvec v1.13.2
15992024-10-14T03:18:57.878Z Compiling const-oid v0.9.6
16002024-10-14T03:18:58.012Z Compiling ryu v1.0.18
16012024-10-14T03:18:58.229Z Compiling pkg-config v0.3.30
16022024-10-14T03:18:58.412Z Compiling futures-core v0.3.31
16032024-10-14T03:18:58.769Z Compiling signal-hook-registry v1.4.2
16042024-10-14T03:18:59.053Z Compiling mio v1.0.2
16052024-10-14T03:18:59.077Z Compiling ring v0.17.8
16062024-10-14T03:18:59.512Z Compiling parking_lot v0.12.2
16072024-10-14T03:18:59.889Z Compiling socket2 v0.5.7
16082024-10-14T03:19:00.237Z Compiling crossbeam-utils v0.8.19
16092024-10-14T03:19:00.448Z Compiling futures-sink v0.3.31
16102024-10-14T03:19:00.550Z Compiling vcpkg v0.2.15
16112024-10-14T03:19:00.629Z Compiling num-conv v0.1.0
16122024-10-14T03:19:00.709Z Compiling fnv v1.0.7
16132024-10-14T03:19:00.720Z Compiling time-core v0.1.2
16142024-10-14T03:19:00.930Z Compiling time-macros v0.2.18
16152024-10-14T03:19:01.045Z Compiling ahash v0.8.11
16162024-10-14T03:19:01.174Z Compiling heck v0.5.0
16172024-10-14T03:19:01.581Z Compiling schemars v0.8.21
16182024-10-14T03:19:01.960Z Compiling spin v0.9.8
16192024-10-14T03:19:02.292Z Compiling openssl-sys v0.9.103
16202024-10-14T03:19:02.646Z Compiling cpufeatures v0.2.12
16212024-10-14T03:19:03.334Z Compiling equivalent v1.0.1
16222024-10-14T03:19:03.556Z Compiling serde_derive_internals v0.29.1
16232024-10-14T03:19:03.704Z Compiling hashbrown v0.15.0
16242024-10-14T03:19:04.303Z Compiling futures-channel v0.3.31
16252024-10-14T03:19:04.795Z Compiling futures-task v0.3.31
16262024-10-14T03:19:04.866Z Compiling slog v2.7.0
16272024-10-14T03:19:05.220Z Compiling futures-io v0.3.31
16282024-10-14T03:19:05.258Z Compiling rustix v0.38.37
16292024-10-14T03:19:05.398Z Compiling pin-utils v0.1.0
16302024-10-14T03:19:05.469Z Compiling tinyvec_macros v0.1.1
16312024-10-14T03:19:05.609Z Compiling tinyvec v1.6.0
16322024-10-14T03:19:05.669Z Compiling openssl v0.10.66
16332024-10-14T03:19:05.990Z Compiling ucd-trie v0.1.6
16342024-10-14T03:19:06.069Z Compiling unicode-bidi v0.3.15
16352024-10-14T03:19:06.092Z Compiling iana-time-zone v0.1.60
16362024-10-14T03:19:06.150Z Compiling tracing-core v0.1.32
16372024-10-14T03:19:06.347Z Compiling native-tls v0.2.11
16382024-10-14T03:19:06.604Z Compiling rustls v0.23.10
16392024-10-14T03:19:07.158Z Compiling heck v0.4.1
16402024-10-14T03:19:07.335Z Compiling unicode-normalization v0.1.23
16412024-10-14T03:19:07.616Z Compiling base64ct v1.6.0
16422024-10-14T03:19:08.322Z Compiling pem-rfc7468 v0.7.0
16432024-10-14T03:19:08.821Z Compiling cookie v0.18.1
16442024-10-14T03:19:08.863Z Compiling usdt-impl v0.5.0
16452024-10-14T03:19:08.990Z Compiling flagset v0.4.5
16462024-10-14T03:19:09.022Z Compiling dyn-clone v1.0.17
16472024-10-14T03:19:09.089Z Compiling serde_derive v1.0.210
16482024-10-14T03:19:09.168Z Compiling zeroize_derive v1.4.2
16492024-10-14T03:19:09.217Z Compiling tokio-macros v2.4.0
16502024-10-14T03:19:09.220Z Compiling thiserror-impl v1.0.64
16512024-10-14T03:19:09.270Z Compiling futures-macro v0.3.31
16522024-10-14T03:19:09.313Z Compiling zerocopy-derive v0.7.34
16532024-10-14T03:19:10.662Z Compiling zeroize v1.8.1
16542024-10-14T03:19:11.235Z Compiling tracing-attributes v0.1.27
16552024-10-14T03:19:11.293Z Compiling der_derive v0.7.2
16562024-10-14T03:19:12.276Z Compiling zerocopy v0.7.34
16572024-10-14T03:19:12.470Z Compiling crypto-common v0.1.6
16582024-10-14T03:19:12.734Z Compiling block-buffer v0.10.4
16592024-10-14T03:19:12.980Z Compiling digest v0.10.7
16602024-10-14T03:19:13.428Z Compiling schemars_derive v0.8.21
16612024-10-14T03:19:13.544Z Compiling futures-util v0.3.31
16622024-10-14T03:19:13.587Z Compiling hmac v0.12.1
16632024-10-14T03:19:13.811Z Compiling scroll_derive v0.12.0
16642024-10-14T03:19:13.832Z Compiling block-padding v0.3.3
16652024-10-14T03:19:14.073Z Compiling pest v2.7.10
16662024-10-14T03:19:14.646Z Compiling inout v0.1.3
16672024-10-14T03:19:15.027Z Compiling openssl-macros v0.1.1
16682024-10-14T03:19:15.222Z Compiling cipher v0.4.4
16692024-10-14T03:19:15.744Z Compiling tracing v0.1.40
16702024-10-14T03:19:16.163Z Compiling sha2 v0.10.8
16712024-10-14T03:19:16.835Z Compiling pest_meta v2.7.10
16722024-10-14T03:19:17.206Z Compiling async-trait v0.1.83
16732024-10-14T03:19:18.497Z Compiling pest_generator v2.7.10
16742024-10-14T03:19:19.680Z Compiling syn v1.0.109
16752024-10-14T03:19:20.322Z Compiling ppv-lite86 v0.2.17
16762024-10-14T03:19:20.469Z Compiling percent-encoding v2.3.1
16772024-10-14T03:19:20.778Z Compiling scroll v0.12.0
16782024-10-14T03:19:21.117Z Compiling rand_chacha v0.3.1
16792024-10-14T03:19:21.156Z Compiling der v0.7.9
16802024-10-14T03:19:21.268Z Compiling pest_derive v2.7.10
16812024-10-14T03:19:21.312Z Compiling aho-corasick v1.1.3
16822024-10-14T03:19:21.658Z Compiling plain v0.2.3
16832024-10-14T03:19:21.946Z Compiling regex-syntax v0.8.4
16842024-10-14T03:19:22.070Z Compiling rustls-pki-types v1.7.0
16852024-10-14T03:19:22.194Z Compiling camino v1.1.9
16862024-10-14T03:19:22.955Z Compiling goblin v0.8.2
16872024-10-14T03:19:23.155Z Compiling rand v0.8.5
16882024-10-14T03:19:23.499Z Compiling bytes v1.7.2
16892024-10-14T03:19:24.964Z Compiling bitflags v2.6.0
16902024-10-14T03:19:25.086Z Compiling indexmap v2.6.0
16912024-10-14T03:19:25.670Z Compiling tokio v1.39.3
16922024-10-14T03:19:26.890Z Compiling http v1.1.0
16932024-10-14T03:19:27.183Z Compiling serde_tokenstream v0.2.2
16942024-10-14T03:19:27.825Z Compiling rustc_version v0.4.0
16952024-10-14T03:19:27.854Z Compiling uuid v1.10.0
16962024-10-14T03:19:28.598Z Compiling chrono v0.4.38
16972024-10-14T03:19:29.549Z Compiling regex-automata v0.4.6
16982024-10-14T03:19:33.243Z Compiling spki v0.7.3
16992024-10-14T03:19:34.501Z Compiling salsa20 v0.10.2
17002024-10-14T03:19:34.725Z Compiling pbkdf2 v0.12.2
17012024-10-14T03:19:35.214Z Compiling backtrace v0.3.71
17022024-10-14T03:19:35.798Z Compiling tokio-util v0.7.12
17032024-10-14T03:19:37.465Z Compiling pretty-hex v0.4.1
17042024-10-14T03:19:37.706Z Compiling crc32fast v1.4.0
17052024-10-14T03:19:38.295Z Compiling rustls v0.22.4
17062024-10-14T03:19:38.332Z Compiling untrusted v0.9.0
17072024-10-14T03:19:38.630Z Compiling rayon-core v1.12.1
17082024-10-14T03:19:38.717Z Compiling powerfmt v0.2.0
17092024-10-14T03:19:39.145Z Compiling try-lock v0.2.5
17102024-10-14T03:19:39.411Z Compiling want v0.3.1
17112024-10-14T03:19:39.435Z Compiling deranged v0.3.11
17122024-10-14T03:19:41.515Z Compiling dof v0.3.0
17132024-10-14T03:19:41.950Z Compiling scrypt v0.11.0
17142024-10-14T03:19:42.047Z Compiling dtrace-parser v0.2.0
17152024-10-14T03:19:42.606Z Compiling form_urlencoded v1.2.1
17162024-10-14T03:19:42.894Z Compiling cbc v0.1.2
17172024-10-14T03:19:42.952Z Compiling aes v0.8.4
17182024-10-14T03:19:43.259Z Compiling thread-id v4.2.1
17192024-10-14T03:19:43.362Z Compiling httpdate v1.0.3
17202024-10-14T03:19:43.457Z Compiling atomic-waker v1.1.2
17212024-10-14T03:19:43.657Z Compiling num_threads v0.1.7
17222024-10-14T03:19:43.833Z Compiling time v0.3.36
17232024-10-14T03:19:44.110Z Compiling pkcs5 v0.7.1
17242024-10-14T03:19:45.626Z Compiling rustls-webpki v0.102.4
17252024-10-14T03:19:46.663Z Compiling heapless v0.7.17
17262024-10-14T03:19:47.215Z Compiling http-body v1.0.0
17272024-10-14T03:19:47.629Z Compiling zerocopy-derive v0.6.6
17282024-10-14T03:19:47.993Z Compiling errno v0.3.9
17292024-10-14T03:19:47.996Z Compiling multer v3.1.0
17302024-10-14T03:19:48.374Z Compiling anyhow v1.0.89
17312024-10-14T03:19:48.432Z Compiling slog-async v2.8.0
17322024-10-14T03:19:48.953Z Compiling tower-service v0.3.2
17332024-10-14T03:19:48.997Z Compiling num-bigint-dig v0.8.4
17342024-10-14T03:19:48.997Z Compiling base64 v0.22.1
17352024-10-14T03:19:49.444Z Compiling pkcs8 v0.10.2
17362024-10-14T03:19:49.707Z Compiling h2 v0.4.6
17372024-10-14T03:19:50.173Z Compiling regex v1.10.6
17382024-10-14T03:19:51.159Z Compiling idna v0.5.0
17392024-10-14T03:19:51.977Z Compiling rustversion v1.0.17
17402024-10-14T03:19:52.613Z Compiling strsim v0.11.1
17412024-10-14T03:19:52.667Z Compiling paste v1.0.15
17422024-10-14T03:19:54.171Z Compiling url v2.5.2
17432024-10-14T03:19:57.279Z Compiling hyper v1.4.1
17442024-10-14T03:19:58.122Z Compiling usdt-attr-macro v0.5.0
17452024-10-14T03:19:59.038Z Compiling usdt-macro v0.5.0
17462024-10-14T03:20:00.357Z Compiling curve25519-dalek v4.1.3
17472024-10-14T03:20:00.601Z Compiling openapiv3 v2.0.0
17482024-10-14T03:20:00.634Z Compiling serde_spanned v0.6.7
17492024-10-14T03:20:00.887Z Compiling toml_datetime v0.6.8
17502024-10-14T03:20:00.914Z Compiling enum-as-inner v0.6.0
17512024-10-14T03:20:01.437Z Compiling async-stream-impl v0.3.5
17522024-10-14T03:20:02.503Z Compiling dropshot v0.12.0
17532024-10-14T03:20:02.788Z Compiling match_cfg v0.1.0
17542024-10-14T03:20:02.897Z Compiling foreign-types-shared v0.1.1
17552024-10-14T03:20:03.017Z Compiling portable-atomic v1.6.0
17562024-10-14T03:20:03.118Z Compiling smoltcp v0.9.1
17572024-10-14T03:20:03.353Z Compiling signal-hook v0.3.17
17582024-10-14T03:20:03.692Z Compiling hyper-util v0.1.9
17592024-10-14T03:20:03.774Z Compiling foreign-types v0.3.2
17602024-10-14T03:20:03.877Z Compiling hostname v0.3.1
17612024-10-14T03:20:07.478Z Compiling clap_derive v4.5.18
17622024-10-14T03:20:07.969Z Compiling dirs-sys-next v0.1.2
17632024-10-14T03:20:08.644Z Compiling encoding_rs v0.8.34
17642024-10-14T03:20:08.827Z Compiling siphasher v0.3.11
17652024-10-14T03:20:09.246Z Compiling ipnet v2.10.1
17662024-10-14T03:20:12.278Z Compiling data-encoding v2.6.0
17672024-10-14T03:20:12.958Z Compiling mime v0.3.17
17682024-10-14T03:20:14.146Z Compiling allocator-api2 v0.2.18
17692024-10-14T03:20:15.135Z Compiling hashbrown v0.14.5
17702024-10-14T03:20:17.096Z Compiling dirs-next v2.0.0
17712024-10-14T03:20:20.413Z Compiling hubpack_derive v0.1.1
17722024-10-14T03:20:20.651Z Compiling http-body-util v0.1.2
17732024-10-14T03:20:20.854Z Compiling serde_urlencoded v0.7.1
17742024-10-14T03:20:21.274Z Compiling crossbeam-epoch v0.9.18
17752024-10-14T03:20:21.542Z Compiling dropshot_endpoint v0.12.0
17762024-10-14T03:20:21.609Z Compiling signature v2.2.0
17772024-10-14T03:20:21.655Z Compiling sha1 v0.10.6
17782024-10-14T03:20:21.926Z Compiling curve25519-dalek-derive v0.1.1
17792024-10-14T03:20:22.211Z Compiling lazy_static v1.5.0
17802024-10-14T03:20:22.404Z Compiling fs-err v2.11.0
17812024-10-14T03:20:22.620Z Compiling thread_local v1.1.8
17822024-10-14T03:20:23.233Z Compiling openssl-probe v0.1.5
17832024-10-14T03:20:23.492Z Compiling utf8parse v0.2.1
17842024-10-14T03:20:23.659Z Compiling winnow v0.6.18
17852024-10-14T03:20:23.702Z Compiling finl_unicode v1.2.0
17862024-10-14T03:20:23.778Z Compiling adler v1.0.2
17872024-10-14T03:20:23.993Z Compiling gimli v0.28.1
17882024-10-14T03:20:24.882Z Compiling either v1.13.0
17892024-10-14T03:20:25.000Z Compiling anstyle v1.0.8
17902024-10-14T03:20:25.385Z Compiling stringprep v0.1.4
17912024-10-14T03:20:25.533Z Compiling miniz_oxide v0.7.2
17922024-10-14T03:20:26.354Z Compiling anstyle-parse v0.2.4
17932024-10-14T03:20:26.696Z Compiling crossbeam-deque v0.8.5
17942024-10-14T03:20:27.857Z Compiling toml_edit v0.22.22
17952024-10-14T03:20:29.545Z Compiling addr2line v0.21.0
17962024-10-14T03:20:30.335Z Compiling term v0.7.0
17972024-10-14T03:20:31.808Z Compiling regress v0.10.1
17982024-10-14T03:20:32.320Z Compiling slog-json v2.6.1
17992024-10-14T03:20:32.779Z Compiling rustls-pemfile v2.1.3
18002024-10-14T03:20:35.033Z Compiling crossbeam-channel v0.5.12
18012024-10-14T03:20:36.166Z Compiling futures-executor v0.3.31
18022024-10-14T03:20:36.553Z Compiling md-5 v0.10.6
18032024-10-14T03:20:36.699Z Compiling idna v0.4.0
18042024-10-14T03:20:36.724Z Compiling idna v0.3.0
18052024-10-14T03:20:36.743Z Compiling num-integer v0.1.46
18062024-10-14T03:20:36.896Z Compiling hash32 v0.2.1
18072024-10-14T03:20:37.307Z Compiling ff v0.13.0
18082024-10-14T03:20:37.470Z Compiling memmap v0.7.0
18092024-10-14T03:20:37.563Z Compiling is-terminal v0.4.12
18102024-10-14T03:20:37.711Z Compiling object v0.32.2
18112024-10-14T03:20:37.811Z Compiling colorchoice v1.0.1
18122024-10-14T03:20:37.993Z Compiling psl-types v2.0.11
18132024-10-14T03:20:38.144Z Compiling fallible-iterator v0.2.0
18142024-10-14T03:20:38.209Z Compiling linked-hash-map v0.5.6
18152024-10-14T03:20:38.592Z Compiling is_terminal_polyfill v1.70.0
18162024-10-14T03:20:38.613Z Compiling stable_deref_trait v1.2.0
18172024-10-14T03:20:38.772Z Compiling utf-8 v0.7.6
18182024-10-14T03:20:38.820Z Compiling base16ct v0.2.0
18192024-10-14T03:20:38.865Z Compiling rustc-demangle v0.1.24
18202024-10-14T03:20:39.055Z Compiling quick-error v1.2.3
18212024-10-14T03:20:39.096Z Compiling anstyle-query v1.0.3
18222024-10-14T03:20:39.213Z Compiling take_mut v0.2.2
18232024-10-14T03:20:39.230Z Compiling anstream v0.6.14
18242024-10-14T03:20:39.412Z Compiling resolv-conf v0.7.0
18252024-10-14T03:20:39.747Z Compiling tungstenite v0.23.0
18262024-10-14T03:20:39.892Z Compiling sec1 v0.7.3
18272024-10-14T03:20:40.092Z Compiling postgres-protocol v0.6.7
18282024-10-14T03:20:40.475Z Compiling lru-cache v0.1.2
18292024-10-14T03:20:41.297Z Compiling publicsuffix v2.2.3
18302024-10-14T03:20:41.571Z Compiling usdt v0.5.0
18312024-10-14T03:20:41.661Z Compiling slog-term v2.9.1
18322024-10-14T03:20:41.765Z Compiling hickory-proto v0.24.1
18332024-10-14T03:20:41.828Z Compiling group v0.13.0
18342024-10-14T03:20:42.044Z Compiling num-iter v0.1.45
18352024-10-14T03:20:43.211Z Compiling futures v0.3.31
18362024-10-14T03:20:43.619Z Compiling typify-impl v0.2.0
18372024-10-14T03:20:45.022Z Compiling tokio-rustls v0.26.0
18382024-10-14T03:20:45.137Z Compiling slog-bunyan v2.5.0
18392024-10-14T03:20:45.354Z Compiling tokio-rustls v0.25.0
18402024-10-14T03:20:45.506Z Compiling toml v0.8.19
18412024-10-14T03:20:45.777Z Compiling terminal_size v0.4.0
18422024-10-14T03:20:46.013Z Compiling tokio-native-tls v0.3.1
18432024-10-14T03:20:46.312Z Compiling phf_shared v0.11.2
18442024-10-14T03:20:46.705Z Compiling strum_macros v0.25.3
18452024-10-14T03:20:47.314Z Compiling async-stream v0.3.5
18462024-10-14T03:20:48.015Z Compiling waitgroup v0.1.2
18472024-10-14T03:20:48.308Z Compiling serde_path_to_error v0.1.16
18482024-10-14T03:20:48.474Z Compiling webpki-roots v0.26.3
18492024-10-14T03:20:48.721Z Compiling hkdf v0.12.4
18502024-10-14T03:20:48.962Z Compiling crypto-bigint v0.5.5
18512024-10-14T03:20:49.215Z Compiling derive-where v1.2.7
18522024-10-14T03:20:50.278Z Compiling serde_repr v0.1.19
18532024-10-14T03:20:51.376Z Compiling hostname v0.4.0
18542024-10-14T03:20:51.637Z Compiling bitflags v1.3.2
18552024-10-14T03:20:51.760Z Compiling winnow v0.5.40
18562024-10-14T03:20:52.471Z Compiling clap_lex v0.7.0
18572024-10-14T03:20:52.618Z Compiling unicode-width v0.1.13
18582024-10-14T03:20:53.337Z Compiling managed v0.8.0
18592024-10-14T03:20:53.470Z Compiling adler2 v2.0.0
18602024-10-14T03:20:53.585Z Compiling debug-ignore v1.0.5
18612024-10-14T03:20:53.679Z Compiling miniz_oxide v0.8.0
18622024-10-14T03:20:55.019Z Compiling console v0.15.8
18632024-10-14T03:20:55.545Z Compiling toml_edit v0.19.15
18642024-10-14T03:20:55.659Z Compiling clap_builder v4.5.20
18652024-10-14T03:20:55.793Z Compiling typify-macro v0.2.0
18662024-10-14T03:20:56.313Z Compiling elliptic-curve v0.13.8
18672024-10-14T03:20:57.119Z Compiling hyper-rustls v0.27.3
18682024-10-14T03:21:04.811Z Compiling hickory-resolver v0.24.1
18692024-10-14T03:21:04.811Z Compiling phf v0.11.2
18702024-10-14T03:21:04.812Z Compiling hyper-tls v0.6.0
18712024-10-14T03:21:04.812Z Compiling rayon v1.10.0
18722024-10-14T03:21:04.812Z Compiling cookie_store v0.21.0
18732024-10-14T03:21:04.812Z Compiling tokio-tungstenite v0.23.1
18742024-10-14T03:21:04.812Z Compiling postgres-types v0.2.8
18752024-10-14T03:21:04.812Z Compiling ed25519 v2.2.3
18762024-10-14T03:21:04.812Z Compiling hubpack v0.1.2
18772024-10-14T03:21:04.812Z Compiling phf_shared v0.10.0
18782024-10-14T03:21:04.812Z Compiling pkcs1 v0.7.5
18792024-10-14T03:21:04.812Z Compiling zerocopy v0.6.6
18802024-10-14T03:21:04.843Z Compiling tokio-stream v0.1.16
18812024-10-14T03:21:04.843Z Compiling bstr v1.9.1
18822024-10-14T03:21:04.843Z Compiling serde-big-array v0.5.1
18832024-10-14T03:21:04.901Z Compiling rfc6979 v0.4.0
18842024-10-14T03:21:05.384Z Compiling float-cmp v0.9.0
18852024-10-14T03:21:05.490Z Compiling sync_wrapper v1.0.1
18862024-10-14T03:21:05.545Z Compiling mio v0.8.11
18872024-10-14T03:21:06.176Z Compiling whoami v1.5.2
18882024-10-14T03:21:06.294Z Compiling static_assertions v1.1.0
18892024-10-14T03:21:06.406Z Compiling precomputed-hash v0.1.1
18902024-10-14T03:21:06.615Z Compiling normalize-line-endings v0.3.0
18912024-10-14T03:21:06.685Z Compiling predicates-core v1.0.6
18922024-10-14T03:21:06.705Z Compiling difflib v0.4.0
18932024-10-14T03:21:07.014Z Compiling number_prefix v0.4.0
18942024-10-14T03:21:07.034Z Compiling bit-vec v0.6.3
18952024-10-14T03:21:07.230Z Compiling minimal-lexical v0.2.1
18962024-10-14T03:21:07.390Z Compiling new_debug_unreachable v1.0.6
18972024-10-14T03:21:07.493Z Compiling unicode-segmentation v1.11.0
18982024-10-14T03:21:07.570Z Compiling fixedbitset v0.4.2
18992024-10-14T03:21:07.739Z Compiling nom v7.1.3
19002024-10-14T03:21:07.868Z Compiling petgraph v0.6.5
19012024-10-14T03:21:07.982Z Compiling string_cache v0.8.7
19022024-10-14T03:21:08.216Z Compiling similar v2.6.0
19032024-10-14T03:21:08.308Z Compiling bit-set v0.5.3
19042024-10-14T03:21:08.591Z Compiling indicatif v0.17.8
19052024-10-14T03:21:09.446Z Compiling predicates v3.1.2
19062024-10-14T03:21:10.379Z Compiling tokio-postgres v0.7.12
19072024-10-14T03:21:11.361Z Compiling gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=9bbac475dcaac88286c07a20b6bd3e94fc81d7f0#9bbac475)
19082024-10-14T03:21:11.788Z Compiling signal-hook-mio v0.2.4
19092024-10-14T03:21:12.321Z Compiling reqwest v0.12.8
19102024-10-14T03:21:13.412Z Compiling qorb v0.0.2 (https://github.com/oxidecomputer/qorb?branch=master#de6f7784)
19112024-10-14T03:21:14.016Z Compiling ecdsa v0.16.9
19122024-10-14T03:21:16.109Z Compiling rsa v0.9.6
19132024-10-14T03:21:16.667Z Compiling ed25519-dalek v2.1.1
19142024-10-14T03:21:17.666Z Compiling clap v4.5.20
19152024-10-14T03:21:17.780Z Compiling toml v0.7.8
19162024-10-14T03:21:17.802Z Compiling flate2 v1.0.34
19172024-10-14T03:21:17.990Z Compiling itertools v0.12.1
19182024-10-14T03:21:18.460Z Compiling itertools v0.10.5
19192024-10-14T03:21:20.531Z Compiling x509-cert v0.2.5
19202024-10-14T03:21:21.213Z Compiling hex v0.4.3
19212024-10-14T03:21:23.390Z Compiling peg-runtime v0.8.3
19222024-10-14T03:21:23.411Z Compiling radium v0.7.0
19232024-10-14T03:21:23.874Z Compiling lalrpop-util v0.19.12
19242024-10-14T03:21:23.914Z Compiling unicode-xid v0.2.4
19252024-10-14T03:21:25.140Z Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack)
19262024-10-14T03:21:34.196Z Compiling maybe-uninit v2.0.0
19272024-10-14T03:21:35.433Z Compiling tap v1.0.1
19282024-10-14T03:21:35.638Z Compiling ident_case v1.0.1
19292024-10-14T03:21:35.839Z Compiling darling_core v0.20.9
19302024-10-14T03:21:36.016Z Compiling wyz v0.5.1
19312024-10-14T03:21:55.322Z Compiling typify v0.2.0
19322024-10-14T03:21:58.381Z Compiling http v0.2.12
19332024-10-14T03:21:58.687Z Compiling bzip2-sys v0.1.11+1.0.8
19342024-10-14T03:21:59.675Z Compiling funty v2.0.0
19352024-10-14T03:22:00.045Z Compiling unsafe-libyaml v0.2.11
19362024-10-14T03:22:00.420Z Compiling packed_struct v0.10.1
19372024-10-14T03:22:00.876Z Compiling base64 v0.21.7
19382024-10-14T03:22:03.574Z Compiling serde_yaml v0.9.34+deprecated
19392024-10-14T03:22:04.245Z Compiling bitvec v1.0.1
19402024-10-14T03:22:09.889Z Compiling progenitor-impl v0.8.0
19412024-10-14T03:22:11.669Z Compiling darling_macro v0.20.9
19422024-10-14T03:22:14.468Z Compiling packed_struct_codegen v0.10.1
19432024-10-14T03:22:16.387Z Compiling structmeta-derive v0.3.0
19442024-10-14T03:22:17.254Z Compiling indexmap v1.9.3
19452024-10-14T03:22:17.897Z Compiling newtype-uuid v1.1.2
19462024-10-14T03:22:18.216Z Compiling fastrand v2.1.1
19472024-10-14T03:22:18.818Z Compiling crc-catalog v2.4.0
19482024-10-14T03:22:18.881Z Compiling nodrop v0.1.14
19492024-10-14T03:22:19.013Z Compiling structmeta v0.3.0
19502024-10-14T03:22:19.034Z Compiling array-init v0.0.4
19512024-10-14T03:22:19.277Z Compiling crc v3.2.1
19522024-10-14T03:22:20.364Z Compiling tempfile v3.13.0
19532024-10-14T03:22:22.094Z Compiling progenitor-macro v0.8.0
19542024-10-14T03:22:25.840Z Compiling smallvec v0.6.14
19552024-10-14T03:22:26.909Z Compiling darling v0.20.9
19562024-10-14T03:22:30.312Z Compiling http-body v0.4.6
19572024-10-14T03:22:30.864Z Compiling h2 v0.3.26
19582024-10-14T03:22:31.266Z Compiling progenitor-client v0.8.0
19592024-10-14T03:22:34.957Z Compiling pin-project-internal v1.1.5
19602024-10-14T03:22:38.355Z Compiling same-file v1.0.6
19612024-10-14T03:22:38.655Z Compiling termcolor v1.4.1
19622024-10-14T03:22:39.871Z Compiling hashbrown v0.12.3
19632024-10-14T03:22:39.988Z Compiling bitfield v0.14.0
19642024-10-14T03:22:41.772Z Compiling lpc55_areas v0.2.5 (https://github.com/oxidecomputer/lpc55_support#131520fc)
19652024-10-14T03:22:48.262Z Compiling env_logger v0.10.2
19662024-10-14T03:22:49.883Z Compiling walkdir v2.5.0
19672024-10-14T03:22:49.937Z Compiling hyper v0.14.30
19682024-10-14T03:22:51.287Z Compiling pin-project v1.1.5
19692024-10-14T03:22:51.564Z Compiling progenitor v0.8.0
19702024-10-14T03:22:57.439Z Compiling serde_with_macros v3.9.0
19712024-10-14T03:22:57.965Z Compiling bzip2 v0.4.4
19722024-10-14T03:22:58.306Z Compiling serde-hex v0.1.0
19732024-10-14T03:22:58.763Z Compiling tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc#e644a21a)
19742024-10-14T03:22:59.090Z Compiling parse-display-derive v0.10.0
19752024-10-14T03:23:00.157Z Compiling ron v0.8.1
19762024-10-14T03:23:03.605Z Compiling strum_macros v0.26.4
19772024-10-14T03:23:04.488Z Compiling ipnetwork v0.20.0
19782024-10-14T03:23:06.205Z Compiling hashbrown v0.13.2
19792024-10-14T03:23:06.319Z Compiling xattr v1.3.1
19802024-10-14T03:23:06.574Z Compiling snafu-derive v0.8.2
19812024-10-14T03:23:06.670Z Compiling slog-error-chain-derive v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041)
19822024-10-14T03:23:07.111Z Compiling blake3 v1.5.1
19832024-10-14T03:23:07.446Z Compiling ring v0.16.20
19842024-10-14T03:23:07.557Z Compiling filetime v0.2.25
19852024-10-14T03:23:07.735Z Compiling instant v0.1.12
19862024-10-14T03:23:07.902Z Compiling sync_wrapper v0.1.2
19872024-10-14T03:23:07.957Z Compiling crc-any v2.5.0
19882024-10-14T03:23:08.272Z Compiling buf-list v1.0.3
19892024-10-14T03:23:08.599Z Compiling lpc55_sign v0.3.4 (https://github.com/oxidecomputer/lpc55_support#131520fc)
19902024-10-14T03:23:08.882Z Compiling reqwest v0.11.27
19912024-10-14T03:23:08.925Z Compiling strum v0.26.3
19922024-10-14T03:23:08.967Z Compiling backoff v0.4.0
19932024-10-14T03:23:09.137Z Compiling tar v0.4.42
19942024-10-14T03:23:09.968Z Compiling object v0.30.4
19952024-10-14T03:23:11.354Z Compiling snafu v0.8.2
19962024-10-14T03:23:12.637Z Compiling slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041)
19972024-10-14T03:23:12.860Z Compiling oxnet v0.1.0 (https://github.com/oxidecomputer/oxnet#2612d220)
19982024-10-14T03:23:14.219Z Compiling parse-display v0.10.0
19992024-10-14T03:23:14.568Z Compiling tlvc-text v0.3.0 (https://github.com/oxidecomputer/tlvc#e644a21a)
20002024-10-14T03:23:16.142Z Compiling serde_with v3.9.0
20012024-10-14T03:23:16.294Z Compiling omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds)
20022024-10-14T03:23:16.637Z Compiling zip v0.6.6
20032024-10-14T03:23:16.830Z Compiling api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity)
20042024-10-14T03:23:17.588Z Compiling mg-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=056283eb02b6887fbf27f66a215662520f7c159c#056283eb)
20052024-10-14T03:23:19.383Z Compiling camino-tempfile v1.1.1
20062024-10-14T03:23:20.173Z Compiling globset v0.4.14
20072024-10-14T03:23:20.517Z Compiling serde_human_bytes v0.1.0 (https://github.com/oxidecomputer/serde_human_bytes?branch=main#0a097945)
20082024-10-14T03:23:20.730Z Compiling regress v0.9.1
20092024-10-14T03:23:22.672Z Compiling pem v3.0.4
20102024-10-14T03:23:24.181Z Compiling olpc-cjson v0.1.3
20112024-10-14T03:23:24.407Z Compiling serde_plain v1.0.2
20122024-10-14T03:23:24.520Z Compiling macaddr v1.0.1
20132024-10-14T03:23:24.921Z Compiling async-recursion v1.1.1
20142024-10-14T03:23:25.107Z Compiling memmap2 v0.9.4
20152024-10-14T03:23:25.158Z Compiling constant_time_eq v0.3.0
20162024-10-14T03:23:25.347Z Compiling untrusted v0.7.1
20172024-10-14T03:23:25.558Z Compiling spin v0.5.2
20182024-10-14T03:23:25.685Z Compiling arrayref v0.3.7
20192024-10-14T03:23:25.804Z Compiling typed-path v0.7.1
20202024-10-14T03:23:25.836Z Compiling arrayvec v0.7.4
20212024-10-14T03:23:25.963Z Compiling path-slash v0.1.5
20222024-10-14T03:23:26.200Z Compiling hubtools v0.4.6 (https://github.com/oxidecomputer/hubtools.git?branch=main#943c4bbe)
20232024-10-14T03:23:27.697Z Compiling omicron-common v0.1.0 (/work/oxidecomputer/omicron/common)
20242024-10-14T03:23:28.942Z Compiling tough v0.17.1
20252024-10-14T03:23:30.266Z Compiling itertools v0.13.0
20262024-10-14T03:23:32.540Z Compiling cargo-platform v0.1.8
20272024-10-14T03:23:33.682Z Compiling parse-size v1.0.0
20282024-10-14T03:23:33.721Z Compiling topological-sort v0.2.2
20292024-10-14T03:23:34.002Z Compiling omicron-zone-package v0.11.1
20302024-10-14T03:23:34.005Z Compiling cargo_metadata v0.18.1
20312024-10-14T03:23:34.064Z Compiling shell-words v1.1.0
20322024-10-14T03:23:40.506Z Compiling tufaceous-lib v0.1.0 (/work/oxidecomputer/omicron/tufaceous-lib)
20332024-10-14T03:23:54.267Z Compiling omicron-releng v0.1.0 (/work/oxidecomputer/omicron/dev-tools/releng)
20342024-10-14T03:24:09.353Z Finished `release` profile [optimized] target(s) in 5m 17s
20352024-10-14T03:24:09.506Z Running `target/release/omicron-releng --output-dir /work`
20362024-10-14T03:24:09.549ZOct 14 03:24:08.946 DEBG changing working directory to /work/oxidecomputer/omicron
20372024-10-14T03:24:09.647ZOct 14 03:24:09.043 DEBG running: git rev-parse HEAD
20382024-10-14T03:24:09.654ZOct 14 03:24:09.050 DEBG process exited with exit status: 0 (6.695075ms)
20392024-10-14T03:24:09.654ZOct 14 03:24:09.050 INFO version: 11.0.0-0.ci+git63aef7a600e
20402024-10-14T03:24:09.694ZOct 14 03:24:09.090 INFO cloning helios to /work/oxidecomputer/helios
20412024-10-14T03:24:09.694ZOct 14 03:24:09.090 DEBG running: git clone https://github.com/oxidecomputer/helios.git /work/oxidecomputer/helios
20422024-10-14T03:24:09.699ZCloning into '/work/oxidecomputer/helios'...
20432024-10-14T03:24:10.174ZOct 14 03:24:09.570 DEBG process exited with exit status: 0 (479.401405ms)
20442024-10-14T03:24:10.174ZOct 14 03:24:09.570 DEBG running: git -C /work/oxidecomputer/helios status --branch '--porcelain=2'
20452024-10-14T03:24:10.181Z# branch.oid 623538b87e6f5b6e758f55a9cd8f23ec076fcffb
20462024-10-14T03:24:10.181Z# branch.head master
20472024-10-14T03:24:10.181Z# branch.upstream origin/master
20482024-10-14T03:24:10.181Z# branch.ab +0 -0
20492024-10-14T03:24:10.183ZOct 14 03:24:09.578 DEBG process exited with exit status: 0 (8.199546ms)
20502024-10-14T03:24:10.183ZOct 14 03:24:09.578 DEBG running: pkg verify -q /system/zones/brand/omicron1/tools
20512024-10-14T03:24:10.949ZOct 14 03:24:10.345 DEBG process exited with exit status: 0 (767.172961ms)
20522024-10-14T03:24:10.949ZOct 14 03:24:10.346 DEBG running: zfs list rpool/images/build/host
20532024-10-14T03:24:10.956ZNAME USED AVAIL REFER MOUNTPOINT
20542024-10-14T03:24:10.956Zrpool/images/build/host 24K 152G 24K /rpool/images/build/host
20552024-10-14T03:24:10.958ZOct 14 03:24:10.353 DEBG process exited with exit status: 0 (7.285404ms)
20562024-10-14T03:24:10.958ZOct 14 03:24:10.353 DEBG running: zfs list rpool/images/build/recovery
20572024-10-14T03:24:10.962ZNAME USED AVAIL REFER MOUNTPOINT
20582024-10-14T03:24:10.962Zrpool/images/build/recovery 24K 152G 24K /rpool/images/build/recovery
20592024-10-14T03:24:10.965ZOct 14 03:24:10.359 DEBG process exited with exit status: 0 (6.161275ms)
20602024-10-14T03:24:10.965ZOct 14 03:24:10.360 INFO [hubris-staging] running task
20612024-10-14T03:24:10.965ZOct 14 03:24:10.360 INFO [hubris-production] running task
20622024-10-14T03:24:10.965ZOct 14 03:24:10.360 INFO [omicron-package] running: ptime -m /home/build/.rustup/toolchains/1.80.1-x86_64-unknown-illumos/bin/cargo build --locked --release --bin omicron-package
20632024-10-14T03:24:10.967ZOct 14 03:24:10.363 INFO [helios-setup] running: BUILD_OS=no PWD=/work/oxidecomputer/helios ptime -m gmake setup
20642024-10-14T03:24:11.036Z[ helios-setup] cd tools/helios-build && cargo build --quiet
20652024-10-14T03:24:11.495Z[ omicron-package] Blocking waiting for file lock on package cache
20662024-10-14T03:24:12.121Z[ omicron-package] Blocking waiting for file lock on package cache
20672024-10-14T03:24:12.391Z[ omicron-package] Blocking waiting for file lock on package cache
20682024-10-14T03:24:12.587ZOct 14 03:24:11.983 INFO [hubris-production] task succeeded (1.622708615s)
20692024-10-14T03:24:13.138Z[ omicron-package] Compiling proc-macro-crate v1.3.1
20702024-10-14T03:24:13.140Z[ omicron-package] Compiling heapless v0.8.0
20712024-10-14T03:24:13.140Z[ omicron-package] Compiling hash32 v0.3.1
20722024-10-14T03:24:13.140Z[ omicron-package] Compiling smoltcp v0.11.0
20732024-10-14T03:24:13.141Z[ omicron-package] Compiling nvpair-sys v0.4.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
20742024-10-14T03:24:13.141Z[ omicron-package] Compiling proc-macro-error-attr v1.0.4
20752024-10-14T03:24:13.141Z[ omicron-package] Compiling cobs v0.2.3
20762024-10-14T03:24:13.141Z[ omicron-package] Compiling libdlpi-sys v0.1.0 (https://github.com/oxidecomputer/dlpi-sys#1d587ea9)
20772024-10-14T03:24:14.422Z[ omicron-package] Compiling num_enum_derive v0.5.11
20782024-10-14T03:24:14.675Z[ omicron-package] Compiling embedded-io v0.4.0
20792024-10-14T03:24:14.681Z[ omicron-package] Compiling foreign-types-macros v0.2.3
20802024-10-14T03:24:14.799Z[ omicron-package] Compiling proc-macro-error v1.0.4
20812024-10-14T03:24:15.122Z[ omicron-package] Compiling postcard v1.0.8
20822024-10-14T03:24:15.125Z[ omicron-package] Compiling opte v0.1.0 (https://github.com/oxidecomputer/opte?rev=f3002b356da7d0e4ca15beb66a5566a92919baaa#f3002b35)
20832024-10-14T03:24:15.125Z[ omicron-package] Compiling illumos-sys-hdrs v0.1.0 (https://github.com/oxidecomputer/opte?rev=f3002b356da7d0e4ca15beb66a5566a92919baaa#f3002b35)
20842024-10-14T03:24:15.704Z[ omicron-package] Compiling foreign-types-shared v0.3.1
20852024-10-14T03:24:16.532Z[ omicron-package] Compiling tabwriter v1.4.0
20862024-10-14T03:24:16.684Z[ omicron-package] Compiling rusty-doors-macros v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495)
20872024-10-14T03:24:16.756Z[ omicron-package] Compiling kstat-macro v0.1.0 (https://github.com/oxidecomputer/opte?rev=f3002b356da7d0e4ca15beb66a5566a92919baaa#f3002b35)
20882024-10-14T03:24:17.029Z[ omicron-package] Compiling foreign-types v0.5.0
20892024-10-14T03:24:17.099Z[ omicron-package] Compiling cstr-argument v0.1.2
20902024-10-14T03:24:17.648Z[ omicron-package] Compiling pretty-hex v0.2.1
20912024-10-14T03:24:17.716Z[ omicron-package] Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys#4ceaf96e)
20922024-10-14T03:24:18.161Z[ omicron-package] Compiling num_enum v0.5.11
20932024-10-14T03:24:18.315Z[ omicron-package] Compiling crucible-workspace-hack v0.1.0
20942024-10-14T03:24:18.446Z[ omicron-package] Compiling nvpair v0.5.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
20952024-10-14T03:24:18.752Z[ omicron-package] Compiling dlpi v0.2.0 (https://github.com/oxidecomputer/dlpi-sys#1d587ea9)
20962024-10-14T03:24:18.947Z[ omicron-package] Compiling rusty-doors v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495)
20972024-10-14T03:24:18.974Z[ omicron-package] Compiling colored v2.1.0
20982024-10-14T03:24:19.369Z[ omicron-package] Compiling socket2 v0.4.10
20992024-10-14T03:24:19.450Z[ omicron-package] Compiling poptrie v0.1.0 (https://github.com/oxidecomputer/poptrie?branch=multipath#ca52bef3)
21002024-10-14T03:24:19.726Z[ omicron-package] Compiling bhyve_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=11371b0f3743f8df5b047dc0edc2699f4bdf3927#11371b0f)
21012024-10-14T03:24:20.010Z[ omicron-package] Compiling zone_cfg_derive v0.3.0
21022024-10-14T03:24:20.075Z[ omicron-package] Compiling num-derive v0.4.2
21032024-10-14T03:24:20.723Z[ omicron-package] Compiling sigpipe v0.1.3
21042024-10-14T03:24:20.823Z[ omicron-package] Compiling illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils)
21052024-10-14T03:24:21.304ZOct 14 03:24:20.700 INFO [hubris-staging] task succeeded (10.339938039s)
21062024-10-14T03:24:21.364Z[ omicron-package] Compiling libefi-sys v0.1.0
21072024-10-14T03:24:21.689Z[ omicron-package] Compiling oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog)
21082024-10-14T03:24:21.930Z[ omicron-package] Compiling bhyve_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=11371b0f3743f8df5b047dc0edc2699f4bdf3927#11371b0f)
21092024-10-14T03:24:22.254Z[ omicron-package] Compiling smf v0.2.3
21102024-10-14T03:24:22.466Z[ omicron-package] Compiling tofino v0.1.0 (https://github.com/oxidecomputer/tofino?branch=main#1b66b89c)
21112024-10-14T03:24:22.949Z[ omicron-package] Compiling bitfield-struct v0.6.1
21122024-10-14T03:24:23.204Z[ omicron-package] Compiling zone v0.3.0
21132024-10-14T03:24:24.887Z[ omicron-package] Compiling illumos-devinfo v0.1.0 (https://github.com/oxidecomputer/illumos-devinfo?branch=main#4323b17b)
21142024-10-14T03:24:24.940Z[ omicron-package] Compiling crucible-smf v0.0.0 (https://github.com/oxidecomputer/crucible?rev=2b88ab88461fb06aaf2aab11c5e381a3cad25eac#2b88ab88)
21152024-10-14T03:24:25.684Z[ omicron-package] Compiling opte-api v0.1.0 (https://github.com/oxidecomputer/opte?rev=f3002b356da7d0e4ca15beb66a5566a92919baaa#f3002b35)
21162024-10-14T03:24:26.728Z[ omicron-package] Compiling libnvme-sys v0.0.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221)
21172024-10-14T03:24:26.893Z[ omicron-package] Compiling nvme v0.1.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221)
21182024-10-14T03:24:27.663Z[ omicron-package] Compiling libefi-illumos v0.1.0 (https://github.com/oxidecomputer/libefi-illumos?branch=master#54c398c1)
21192024-10-14T03:24:27.825Z[ omicron-package] Compiling libnvme v0.1.1 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221)
21202024-10-14T03:24:27.967Z[ omicron-package] Compiling gethostname v0.5.0
21212024-10-14T03:24:28.689Z[ omicron-package] Compiling oxide-vpc v0.1.0 (https://github.com/oxidecomputer/opte?rev=f3002b356da7d0e4ca15beb66a5566a92919baaa#f3002b35)
21222024-10-14T03:24:31.456Z[ omicron-package] Compiling opte-ioctl v0.1.0 (https://github.com/oxidecomputer/opte?rev=f3002b356da7d0e4ca15beb66a5566a92919baaa#f3002b35)
21232024-10-14T03:24:34.326Z[ omicron-package] Compiling sled-hardware-types v0.1.0 (/work/oxidecomputer/omicron/sled-hardware/types)
21242024-10-14T03:24:34.948Z[ omicron-package] Compiling sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware)
21252024-10-14T03:24:36.584Z[ omicron-package] Compiling omicron-package v0.1.0 (/work/oxidecomputer/omicron/package)
21262024-10-14T03:24:52.641Z[ helios-setup] Oct 14 03:24:52.034 INFO helios repository root is: /work/oxidecomputer/helios
21272024-10-14T03:24:52.644Z[ helios-setup] Oct 14 03:24:52.036 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
21282024-10-14T03:24:52.644Z[ helios-setup] Oct 14 03:24:52.036 INFO cloning https://github.com/oxidecomputer/phbl.git at "/work/oxidecomputer/helios/projects/phbl"..., project: phbl
21292024-10-14T03:24:52.648Z[ helios-setup] Cloning into '/work/oxidecomputer/helios/projects/phbl'...
21302024-10-14T03:24:53.574Z[ helios-setup] Oct 14 03:24:52.968 INFO clone ok!, project: phbl
21312024-10-14T03:24:53.577Z[ helios-setup] Oct 14 03:24:52.968 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
21322024-10-14T03:24:53.577Z[ helios-setup] Oct 14 03:24:52.968 INFO cloning git@github.com:oxidecomputer/chelsio-t6-roms.git at "/work/oxidecomputer/helios/projects/chelsio-t6-roms"..., project: chelsio-t6-roms
21332024-10-14T03:24:53.579Z[ helios-setup] Cloning into '/work/oxidecomputer/helios/projects/chelsio-t6-roms'...
21342024-10-14T03:24:54.514Z[ helios-setup] Oct 14 03:24:53.907 INFO clone ok!, project: chelsio-t6-roms
21352024-10-14T03:24:54.516Z[ helios-setup] Oct 14 03:24:53.907 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
21362024-10-14T03:24:54.516Z[ helios-setup] Oct 14 03:24:53.907 INFO cloning git@github.com:oxidecomputer/amd-firmware.git at "/work/oxidecomputer/helios/projects/amd-firmware"..., project: amd-firmware
21372024-10-14T03:24:54.519Z[ helios-setup] Cloning into '/work/oxidecomputer/helios/projects/amd-firmware'...
21382024-10-14T03:24:56.106Z[ omicron-package] Finished `release` profile [optimized] target(s) in 45.13s
21392024-10-14T03:24:56.347Z[ omicron-package]
21402024-10-14T03:24:56.350Z[ omicron-package] real 45.336978761
21412024-10-14T03:24:56.350Z[ omicron-package] user 2:40.100685742
21422024-10-14T03:24:56.350Z[ omicron-package] sys 21.184491652
21432024-10-14T03:24:56.350Z[ omicron-package] trap 0.167977457
21442024-10-14T03:24:56.350Z[ omicron-package] tflt 0.585385970
21452024-10-14T03:24:56.350Z[ omicron-package] dflt 0.427884666
21462024-10-14T03:24:56.350Z[ omicron-package] kflt 0.000000000
21472024-10-14T03:24:56.350Z[ omicron-package] lock 5:33.611175589
21482024-10-14T03:24:56.350Z[ omicron-package] slp 8:39.319964233
21492024-10-14T03:24:56.350Z[ omicron-package] lat 1:32.320011262
21502024-10-14T03:24:56.350Z[ omicron-package] stop 56.516621459
21512024-10-14T03:24:56.350ZOct 14 03:24:55.741 INFO [omicron-package] process exited with exit status: 0 (45.380485565s)
21522024-10-14T03:24:56.350ZOct 14 03:24:55.741 INFO [recovery-target] running: /work/oxidecomputer/omicron/target/release/omicron-package --target recovery --artifacts /work/artifacts-recovery target create --image trampoline
21532024-10-14T03:24:56.416ZOct 14 03:24:55.809 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
21542024-10-14T03:24:56.427Z[ recovery-target] Logging to: /work/artifacts-recovery/LOG
21552024-10-14T03:24:56.430Z[ recovery-target] Created new build target 'recovery' and set it as active
21562024-10-14T03:24:56.430ZOct 14 03:24:55.823 INFO [recovery-target] process exited with exit status: 0 (82.124671ms)
21572024-10-14T03:24:56.433Z[ host-target] Logging to: /work/oxidecomputer/omicron/out/LOG
21582024-10-14T03:24:56.435Z[ host-target] Created new build target 'host' and set it as active
21592024-10-14T03:24:56.435ZOct 14 03:24:55.828 INFO [host-target] process exited with exit status: 0 (18.497063ms)
21602024-10-14T03:24:56.435ZOct 14 03:24:55.828 INFO [host-package] running: /work/oxidecomputer/omicron/target/release/omicron-package --target host --artifacts /work/oxidecomputer/omicron/out package
21612024-10-14T03:24:56.449Z[ host-package] Logging to: /work/oxidecomputer/omicron/out/LOG
21622024-10-14T03:24:57.711Z[ host-package] Compiling convert_case v0.4.0
21632024-10-14T03:24:57.715Z[ host-package] Compiling omicron-rpaths v0.1.0 (/work/oxidecomputer/omicron/rpaths)
21642024-10-14T03:24:57.715Z[ host-package] Compiling password-hash v0.5.0
21652024-10-14T03:24:57.715Z[ host-package] Compiling blake2 v0.10.6
21662024-10-14T03:24:57.715Z[ host-package] Compiling pq-sys v0.4.6 (https://github.com/oxidecomputer/pq-sys?branch=oxide/omicron#b1194c19)
21672024-10-14T03:24:57.715Z[ host-package] Compiling newline-converter v0.3.0
21682024-10-14T03:24:57.840Z[ host-package] Compiling owo-colors v4.1.0
21692024-10-14T03:24:57.897Z[ host-package] Compiling cancel-safe-futures v0.1.5
21702024-10-14T03:24:58.120Z[ host-package] Compiling expectorate v1.1.0
21712024-10-14T03:24:58.308Z[ host-package] Compiling libsw v3.3.1
21722024-10-14T03:24:58.604Z[ host-package] Compiling derive_more v0.99.18
21732024-10-14T03:24:58.654Z[ host-package] Compiling argon2 v0.5.3
21742024-10-14T03:24:58.675Z[ host-package] Compiling indent_write v2.2.0
21752024-10-14T03:24:58.675Z[ host-package] Compiling swrite v0.1.0
21762024-10-14T03:24:58.850Z[ host-package] Compiling linear-map v1.2.0
21772024-10-14T03:24:59.083Z[ host-package] Compiling internal-dns-types v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types)
21782024-10-14T03:24:59.109Z[ host-package] Compiling progenitor-client v0.8.0
21792024-10-14T03:24:59.112Z[ host-package] Compiling atomicwrites v0.4.4
21802024-10-14T03:24:59.250Z[ host-package] Compiling gateway-client v0.1.0 (/work/oxidecomputer/omicron/clients/gateway-client)
21812024-10-14T03:24:59.261Z[ helios-setup] Oct 14 03:24:58.654 INFO clone ok!, project: amd-firmware
21822024-10-14T03:24:59.265Z[ helios-setup] Oct 14 03:24:58.654 INFO skipping project "omnios-extra" because "BUILD_OS" is set to "no"
21832024-10-14T03:24:59.265Z[ helios-setup] Oct 14 03:24:58.654 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
21842024-10-14T03:24:59.265Z[ helios-setup] Oct 14 03:24:58.654 INFO cloning git@github.com:oxidecomputer/pilot.git at "/work/oxidecomputer/helios/projects/pilot"..., project: pilot
21852024-10-14T03:24:59.268Z[ helios-setup] Cloning into '/work/oxidecomputer/helios/projects/pilot'...
21862024-10-14T03:24:59.559Z[ host-package] Compiling omicron-passwords v0.1.0 (/work/oxidecomputer/omicron/passwords)
21872024-10-14T03:24:59.718Z[ host-package] Compiling progenitor v0.8.0
21882024-10-14T03:24:59.963Z[ host-package] Compiling nexus-sled-agent-shared v0.1.0 (/work/oxidecomputer/omicron/nexus-sled-agent-shared)
21892024-10-14T03:25:00.045Z[ host-package] Compiling num-rational v0.4.2
21902024-10-14T03:25:00.145Z[ host-package] Compiling num-complex v0.4.6
21912024-10-14T03:25:00.383Z[ helios-setup] Oct 14 03:24:59.776 INFO clone ok!, project: pilot
21922024-10-14T03:25:00.387Z[ helios-setup] Oct 14 03:24:59.776 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
21932024-10-14T03:25:00.387Z[ helios-setup] Oct 14 03:24:59.776 INFO cloning https://github.com/illumos/image-builder.git at "/work/oxidecomputer/helios/projects/image-builder"..., project: image-builder
21942024-10-14T03:25:00.389Z[ helios-setup] Cloning into '/work/oxidecomputer/helios/projects/image-builder'...
21952024-10-14T03:25:01.104Z[ helios-setup] Oct 14 03:25:00.497 INFO clone ok!, project: image-builder
21962024-10-14T03:25:01.107Z[ helios-setup] Oct 14 03:25:00.497 INFO skipping project "illumos" because "BUILD_OS" is set to "no"
21972024-10-14T03:25:01.107Z[ helios-setup] Oct 14 03:25:00.497 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
21982024-10-14T03:25:01.107Z[ helios-setup] Oct 14 03:25:00.497 INFO cloning https://github.com/oxidecomputer/boot-image-tools.git at "/work/oxidecomputer/helios/projects/bootserver"..., project: bootserver
21992024-10-14T03:25:01.109Z[ helios-setup] Cloning into '/work/oxidecomputer/helios/projects/bootserver'...
22002024-10-14T03:25:01.162Z[ host-package] Compiling update-engine v0.1.0 (/work/oxidecomputer/omicron/update-engine)
22012024-10-14T03:25:01.275Z[ host-package] Compiling float-ord v0.3.2
22022024-10-14T03:25:01.453Z[ host-package] Compiling num v0.4.3
22032024-10-14T03:25:01.566Z[ host-package] Compiling prettyplease v0.2.22
22042024-10-14T03:25:01.626Z[ host-package] Compiling oximeter-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/types)
22052024-10-14T03:25:01.919Z[ helios-setup] Oct 14 03:25:01.312 INFO clone ok!, project: bootserver
22062024-10-14T03:25:01.922Z[ helios-setup] Oct 14 03:25:01.312 INFO skipping project "omnios-build" because "BUILD_OS" is set to "no"
22072024-10-14T03:25:01.922Z[ helios-setup] Oct 14 03:25:01.312 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
22082024-10-14T03:25:01.922Z[ helios-setup] Oct 14 03:25:01.312 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
22092024-10-14T03:25:01.925Z[ helios-setup] Cloning into '/work/oxidecomputer/helios/projects/amd-host-image-builder'...
22102024-10-14T03:25:01.946Z[ host-package] Compiling semver v0.1.20
22112024-10-14T03:25:02.607Z[ host-package] Compiling rustc_version v0.1.7
22122024-10-14T03:25:02.804Z[ host-package] Compiling humantime v2.1.0
22132024-10-14T03:25:03.056Z[ helios-setup] Submodule 'amd-firmware' (git@github.com:oxidecomputer/amd-firmware.git) registered for path 'amd-firmware'
22142024-10-14T03:25:03.069Z[ helios-setup] Cloning into '/work/oxidecomputer/helios/projects/amd-host-image-builder/amd-firmware'...
22152024-10-14T03:25:03.072Z[ host-package] Compiling newtype_derive v0.1.6
22162024-10-14T03:25:03.521Z[ host-package] Compiling highway v1.2.0
22172024-10-14T03:25:03.836Z[ host-package] Compiling home v0.5.9
22182024-10-14T03:25:04.089Z[ host-package] Compiling steno v0.4.1
22192024-10-14T03:25:05.633Z[ host-package] Compiling clickhouse-admin-types v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types)
22202024-10-14T03:25:07.884Z[ host-package] Compiling oxql-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/oxql-types)
22212024-10-14T03:25:08.375Z[ host-package] Compiling newtype-uuid v1.1.2
22222024-10-14T03:25:08.584Z[ host-package] Compiling ipnetwork v0.20.0
22232024-10-14T03:25:08.747Z[ host-package] Compiling instant v0.1.12
22242024-10-14T03:25:08.944Z[ host-package] Compiling slog-dtrace v0.3.0
22252024-10-14T03:25:09.399Z[ host-package] Compiling oxnet v0.1.0 (https://github.com/oxidecomputer/oxnet#2612d220)
22262024-10-14T03:25:09.439Z[ host-package] Compiling backoff v0.4.0
22272024-10-14T03:25:09.831Z[ host-package] Compiling nexus-types v0.1.0 (/work/oxidecomputer/omicron/nexus/types)
22282024-10-14T03:25:09.869Z[ host-package] Compiling omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds)
22292024-10-14T03:25:10.212Z[ host-package] Compiling mg-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=056283eb02b6887fbf27f66a215662520f7c159c#056283eb)
22302024-10-14T03:25:10.287Z[ host-package] Compiling parse-display v0.10.0
22312024-10-14T03:25:10.624Z[ helios-setup] Submodule path 'amd-firmware': checked out '160c7d1f31829e543fd8765faf83440d602e742c'
22322024-10-14T03:25:10.638Z[ helios-setup] Oct 14 03:25:10.030 INFO clone ok!, project: amd-host-image-builder
22332024-10-14T03:25:10.641Z[ helios-setup] Oct 14 03:25:10.031 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
22342024-10-14T03:25:10.641Z[ helios-setup] Oct 14 03:25:10.031 INFO cloning https://github.com/oxidecomputer/pinprick.git at "/work/oxidecomputer/helios/projects/pinprick"..., project: pinprick
22352024-10-14T03:25:10.644Z[ helios-setup] Cloning into '/work/oxidecomputer/helios/projects/pinprick'...
22362024-10-14T03:25:10.919Z[ host-package] Compiling slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041)
22372024-10-14T03:25:11.122Z[ host-package] Compiling serde_with v3.9.0
22382024-10-14T03:25:11.423Z[ helios-setup] Oct 14 03:25:10.815 INFO clone ok!, project: pinprick
22392024-10-14T03:25:11.426Z[ helios-setup] Oct 14 03:25:10.815 INFO exec: ["/usr/bin/pkgrepo", "create", "/work/oxidecomputer/helios/packages/os"], pwd: None
22402024-10-14T03:25:12.587Z[ helios-setup] Oct 14 03:25:11.979 INFO exec: ["/usr/bin/pkgrepo", "add-publisher", "-s", "/work/oxidecomputer/helios/packages/os", "helios-dev"], pwd: None
22412024-10-14T03:25:13.143Z[ helios-setup] Oct 14 03:25:12.534 INFO repository /work/oxidecomputer/helios/packages/os for publisher helios-dev created
22422024-10-14T03:25:13.143Z[ helios-setup] Oct 14 03:25:12.535 INFO exec: ["/usr/bin/pkgrepo", "create", "/work/oxidecomputer/helios/packages/other"], pwd: None
22432024-10-14T03:25:13.746Z[ helios-setup] Oct 14 03:25:13.138 INFO exec: ["/usr/bin/pkgrepo", "add-publisher", "-s", "/work/oxidecomputer/helios/packages/other", "helios-dev"], pwd: None
22442024-10-14T03:25:14.240Z[ host-package] Compiling strum v0.26.3
22452024-10-14T03:25:14.283Z[ helios-setup] Oct 14 03:25:13.675 INFO repository /work/oxidecomputer/helios/packages/other for publisher helios-dev created
22462024-10-14T03:25:14.283Z[ helios-setup] Oct 14 03:25:13.675 INFO exec: ["/usr/bin/pkgrepo", "create", "/work/oxidecomputer/helios/packages/combined"], pwd: None
22472024-10-14T03:25:14.535Z[ host-package] Compiling regress v0.9.1
22482024-10-14T03:25:14.866Z[ helios-setup] Oct 14 03:25:14.258 INFO exec: ["/usr/bin/pkgrepo", "add-publisher", "-s", "/work/oxidecomputer/helios/packages/combined", "helios-dev"], pwd: None
22492024-10-14T03:25:15.365Z[ helios-setup] Oct 14 03:25:14.755 INFO repository /work/oxidecomputer/helios/packages/combined for publisher helios-dev created
22502024-10-14T03:25:15.369Z[ helios-setup] Oct 14 03:25:14.756 INFO file /work/oxidecomputer/helios/packages/publisher.mogrify does not exist
22512024-10-14T03:25:15.369Z[ helios-setup] Oct 14 03:25:14.756 INFO writing /work/oxidecomputer/helios/packages/publisher.mogrify ...
22522024-10-14T03:25:15.369Z[ helios-setup] Oct 14 03:25:14.756 INFO ok!
22532024-10-14T03:25:15.369Z[ helios-setup] Oct 14 03:25:14.756 INFO link /work/oxidecomputer/helios/packages/os-conflicts.mogrify does not exist
22542024-10-14T03:25:15.369Z[ helios-setup] Oct 14 03:25:14.756 INFO linking /work/oxidecomputer/helios/packages/os-conflicts.mogrify -> ../tools/packages/os-conflicts.mogrify ...
22552024-10-14T03:25:15.369Z[ helios-setup] Oct 14 03:25:14.756 INFO ok!
22562024-10-14T03:25:15.369Z[ helios-setup] Oct 14 03:25:14.756 INFO link /work/oxidecomputer/helios/packages/os-deps.mogrify does not exist
22572024-10-14T03:25:15.369Z[ helios-setup] Oct 14 03:25:14.756 INFO linking /work/oxidecomputer/helios/packages/os-deps.mogrify -> ../tools/packages/os-deps.mogrify ...
22582024-10-14T03:25:15.369Z[ helios-setup] Oct 14 03:25:14.756 INFO ok!
22592024-10-14T03:25:15.369Z[ helios-setup] Oct 14 03:25:14.756 INFO building project "pilot" at /work/oxidecomputer/helios/projects/pilot
22602024-10-14T03:25:15.369Z[ helios-setup] Oct 14 03:25:14.756 INFO exec: ["cargo", "build", "--locked", "--release"], pwd: Some("/work/oxidecomputer/helios/projects/pilot")
22612024-10-14T03:25:15.625Z[ host-package] Compiling serde_human_bytes v0.1.0 (https://github.com/oxidecomputer/serde_human_bytes?branch=main#0a097945)
22622024-10-14T03:25:15.752Z[ helios-setup] Oct 14 03:25:15.143 INFO E| Updating git repository `https://github.com/oxidecomputer/progenitor`
22632024-10-14T03:25:17.117Z[ helios-setup] Oct 14 03:25:16.509 INFO E| From https://github.com/oxidecomputer/progenitor
22642024-10-14T03:25:17.117Z[ helios-setup] Oct 14 03:25:16.509 INFO E| * [new ref] 3a5fe998e6c790223a9ff195df96e1f34ba2c149 -> refs/commit/3a5fe998e6c790223a9ff195df96e1f34ba2c149
22652024-10-14T03:25:17.154Z[ helios-setup] Oct 14 03:25:16.545 INFO E| * [new tag] v0.1.1 -> v0.1.1
22662024-10-14T03:25:17.154Z[ helios-setup] Oct 14 03:25:16.545 INFO E| * [new tag] v0.2.0 -> v0.2.0
22672024-10-14T03:25:17.310Z[ helios-setup] Oct 14 03:25:16.701 INFO E| Updating git repository `https://github.com/jclulow/hiercmd`
22682024-10-14T03:25:17.773Z[ helios-setup] Oct 14 03:25:17.164 INFO E| From https://github.com/jclulow/hiercmd
22692024-10-14T03:25:17.773Z[ helios-setup] Oct 14 03:25:17.164 INFO E| * [new ref] d9d28d6aa06f0740b8668b9e64c0f4bb69243aad -> refs/commit/d9d28d6aa06f0740b8668b9e64c0f4bb69243aad
22702024-10-14T03:25:17.801Z[ helios-setup] Oct 14 03:25:17.193 INFO E| Updating git repository `https://github.com/jclulow/network-interface`
22712024-10-14T03:25:17.917Z[ host-package] Compiling macaddr v1.0.1
22722024-10-14T03:25:18.302Z[ helios-setup] Oct 14 03:25:17.693 INFO E| From https://github.com/jclulow/network-interface
22732024-10-14T03:25:18.302Z[ helios-setup] Oct 14 03:25:17.693 INFO E| * [new ref] 827e6b7ba62ea32474ef38b1b02942bdf3933624 -> refs/commit/827e6b7ba62ea32474ef38b1b02942bdf3933624
22742024-10-14T03:25:18.344Z[ helios-setup] Oct 14 03:25:17.735 INFO E| Updating git repository `https://github.com/oxidecomputer/boot-image-tools.git`
22752024-10-14T03:25:18.646Z[ host-package] Compiling omicron-common v0.1.0 (/work/oxidecomputer/omicron/common)
22762024-10-14T03:25:18.883Z[ helios-setup] Oct 14 03:25:18.275 INFO E| From https://github.com/oxidecomputer/boot-image-tools
22772024-10-14T03:25:18.883Z[ helios-setup] Oct 14 03:25:18.275 INFO E| * [new ref] 300caa098652a2988eb3cbf936868cb719a155ff -> refs/commit/300caa098652a2988eb3cbf936868cb719a155ff
22782024-10-14T03:25:18.923Z[ helios-setup] Oct 14 03:25:18.314 INFO E| Updating git repository `git+ssh://git@github.com/oxidecomputer/facade`
22792024-10-14T03:25:19.703Z[ host-package] Compiling internal-dns-resolver v0.1.0 (/work/oxidecomputer/omicron/internal-dns/resolver)
22802024-10-14T03:25:19.771Z[ helios-setup] Oct 14 03:25:19.163 INFO E| From https://github.com/oxidecomputer/facade
22812024-10-14T03:25:19.771Z[ helios-setup] Oct 14 03:25:19.163 INFO E| * [new ref] aadb1404d3e53f6d1b5928a1aa09dcec0e0a3892 -> refs/commit/aadb1404d3e53f6d1b5928a1aa09dcec0e0a3892
22822024-10-14T03:25:19.819Z[ helios-setup] Oct 14 03:25:19.211 INFO E| Updating git repository `https://github.com/oxidecomputer/dropshot.git`
22832024-10-14T03:25:19.976Z[ host-package] Compiling display-error-chain v0.2.1
22842024-10-14T03:25:20.179Z[ host-package] Compiling oximeter-macro-impl v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter-macro-impl)
22852024-10-14T03:25:20.757Z[ helios-setup] Oct 14 03:25:20.147 INFO E| From https://github.com/oxidecomputer/dropshot
22862024-10-14T03:25:20.757Z[ helios-setup] Oct 14 03:25:20.147 INFO E| * [new ref] 9911f3cf00178e0ee64b99f2c59b5a5464075230 -> refs/commit/9911f3cf00178e0ee64b99f2c59b5a5464075230
22872024-10-14T03:25:20.791Z[ helios-setup] Oct 14 03:25:20.182 INFO E| * [new tag] v0.3.0 -> v0.3.0
22882024-10-14T03:25:20.791Z[ helios-setup] Oct 14 03:25:20.182 INFO E| * [new tag] v0.4.0 -> v0.4.0
22892024-10-14T03:25:20.794Z[ helios-setup] Oct 14 03:25:20.182 INFO E| * [new tag] v0.5.0 -> v0.5.0
22902024-10-14T03:25:20.794Z[ helios-setup] Oct 14 03:25:20.183 INFO E| * [new tag] v0.5.1 -> v0.5.1
22912024-10-14T03:25:20.794Z[ helios-setup] Oct 14 03:25:20.183 INFO E| * [new tag] v0.6.0 -> v0.6.0
22922024-10-14T03:25:20.794Z[ helios-setup] Oct 14 03:25:20.183 INFO E| * [new tag] v0.7.0 -> v0.7.0
22932024-10-14T03:25:20.794Z[ helios-setup] Oct 14 03:25:20.183 INFO E| * [new tag] v0.8.0 -> v0.8.0
22942024-10-14T03:25:20.794Z[ helios-setup] Oct 14 03:25:20.183 INFO E| * [new tag] v0.9.0 -> v0.9.0
22952024-10-14T03:25:20.843Z[ helios-setup] Oct 14 03:25:20.234 INFO E| Updating crates.io index
22962024-10-14T03:25:20.873Z[ helios-setup] Oct 14 03:25:20.264 INFO E| Updating git repository `https://github.com/oxidecomputer/typify`
22972024-10-14T03:25:21.351Z[ host-package] Compiling oximeter-schema v0.1.0 (/work/oxidecomputer/omicron/oximeter/schema)
22982024-10-14T03:25:21.914Z[ helios-setup] Oct 14 03:25:21.305 INFO E| From https://github.com/oxidecomputer/typify
22992024-10-14T03:25:21.914Z[ helios-setup] Oct 14 03:25:21.305 INFO E| * [new ref] fec09bd1924a676ac18eecc0dea64b8ec042fdb4 -> refs/commit/fec09bd1924a676ac18eecc0dea64b8ec042fdb4
23002024-10-14T03:25:21.949Z[ helios-setup] Oct 14 03:25:21.339 INFO E| * [new tag] v0.0.10 -> v0.0.10
23012024-10-14T03:25:21.950Z[ helios-setup] Oct 14 03:25:21.339 INFO E| * [new tag] v0.0.11 -> v0.0.11
23022024-10-14T03:25:21.953Z[ helios-setup] Oct 14 03:25:21.340 INFO E| * [new tag] v0.0.4 -> v0.0.4
23032024-10-14T03:25:21.953Z[ helios-setup] Oct 14 03:25:21.340 INFO E| * [new tag] v0.0.5 -> v0.0.5
23042024-10-14T03:25:21.954Z[ helios-setup] Oct 14 03:25:21.340 INFO E| * [new tag] v0.0.7 -> v0.0.7
23052024-10-14T03:25:21.954Z[ helios-setup] Oct 14 03:25:21.340 INFO E| * [new tag] v0.0.8 -> v0.0.8
23062024-10-14T03:25:21.954Z[ helios-setup] Oct 14 03:25:21.340 INFO E| * [new tag] v0.0.9 -> v0.0.9
23072024-10-14T03:25:22.476Z[ helios-setup] Oct 14 03:25:21.868 INFO E| Downloading crates ...
23082024-10-14T03:25:22.683Z[ helios-setup] Oct 14 03:25:22.074 INFO E| Downloaded ahash v0.7.6
23092024-10-14T03:25:22.724Z[ helios-setup] Oct 14 03:25:22.115 INFO E| Downloaded const-random-macro v0.1.15
23102024-10-14T03:25:22.731Z[ helios-setup] Oct 14 03:25:22.123 INFO E| Downloaded errno v0.3.1
23112024-10-14T03:25:22.734Z[ helios-setup] Oct 14 03:25:22.126 INFO E| Downloaded project-root v0.2.2
23122024-10-14T03:25:22.743Z[ helios-setup] Oct 14 03:25:22.134 INFO E| Downloaded built v0.6.0
23132024-10-14T03:25:22.746Z[ helios-setup] Oct 14 03:25:22.137 INFO E| Downloaded num_cpus v1.15.0
23142024-10-14T03:25:22.771Z[ helios-setup] Oct 14 03:25:22.161 INFO E| Downloaded const-random v0.1.15
23152024-10-14T03:25:22.775Z[ helios-setup] Oct 14 03:25:22.163 INFO E| Downloaded proc-macro-crate v1.2.1
23162024-10-14T03:25:22.776Z[ helios-setup] Oct 14 03:25:22.166 INFO E| Downloaded is-terminal v0.4.7
23172024-10-14T03:25:22.779Z[ helios-setup] Oct 14 03:25:22.168 INFO E| Downloaded proc-macro-hack v0.5.20+deprecated
23182024-10-14T03:25:22.782Z[ helios-setup] Oct 14 03:25:22.172 INFO E| Downloaded percent-encoding v2.2.0
23192024-10-14T03:25:22.784Z[ helios-setup] Oct 14 03:25:22.173 INFO E| Downloaded ahash v0.8.3
23202024-10-14T03:25:22.808Z[ helios-setup] Oct 14 03:25:22.199 INFO E| Downloaded cargo-lock v8.0.3
23212024-10-14T03:25:22.812Z[ helios-setup] Oct 14 03:25:22.204 INFO E| Downloaded slab v0.4.7
23222024-10-14T03:25:22.815Z[ helios-setup] Oct 14 03:25:22.206 INFO E| Downloaded thiserror-impl v1.0.38
23232024-10-14T03:25:22.817Z[ helios-setup] Oct 14 03:25:22.209 INFO E| Downloaded num-integer v0.1.45
23242024-10-14T03:25:22.820Z[ helios-setup] Oct 14 03:25:22.212 INFO E| Downloaded pin-project-lite v0.2.9
23252024-10-14T03:25:22.829Z[ helios-setup] Oct 14 03:25:22.221 INFO E| Downloaded walkdir v2.3.3
23262024-10-14T03:25:22.833Z[ helios-setup] Oct 14 03:25:22.224 INFO E| Downloaded rustls-pemfile v1.0.2
23272024-10-14T03:25:22.836Z[ helios-setup] Oct 14 03:25:22.227 INFO E| Downloaded io-lifetimes v1.0.10
23282024-10-14T03:25:22.840Z[ helios-setup] Oct 14 03:25:22.232 INFO E| Downloaded want v0.3.0
23292024-10-14T03:25:22.843Z[ helios-setup] Oct 14 03:25:22.234 INFO E| Downloaded serde_tokenstream v0.2.0
23302024-10-14T03:25:22.849Z[ helios-setup] Oct 14 03:25:22.240 INFO E| Downloaded num_enum v0.5.7
23312024-10-14T03:25:22.856Z[ helios-setup] Oct 14 03:25:22.248 INFO E| Downloaded tempfile v3.5.0
23322024-10-14T03:25:22.860Z[ helios-setup] Oct 14 03:25:22.252 INFO E| Downloaded scopeguard v1.1.0
23332024-10-14T03:25:22.863Z[ helios-setup] Oct 14 03:25:22.254 INFO E| Downloaded toml_datetime v0.6.1
23342024-10-14T03:25:22.866Z[ helios-setup] Oct 14 03:25:22.256 INFO E| Downloaded strsim v0.10.0
23352024-10-14T03:25:22.872Z[ helios-setup] Oct 14 03:25:22.258 INFO E| Downloaded thiserror v1.0.38
23362024-10-14T03:25:22.874Z[ helios-setup] Oct 14 03:25:22.265 INFO E| Downloaded miniz_oxide v0.6.2
23372024-10-14T03:25:22.877Z[ helios-setup] Oct 14 03:25:22.269 INFO E| Downloaded unicode-width v0.1.10
23382024-10-14T03:25:22.880Z[ helios-setup] Oct 14 03:25:22.271 INFO E| Downloaded unicode-bidi v0.3.13
23392024-10-14T03:25:22.883Z[ helios-setup] Oct 14 03:25:22.275 INFO E| Downloaded getrandom v0.2.8
23402024-10-14T03:25:22.888Z[ helios-setup] Oct 14 03:25:22.279 INFO E| Downloaded terminal_size v0.2.6
23412024-10-14T03:25:22.892Z[ helios-setup] Oct 14 03:25:22.281 INFO E| Downloaded ryu v1.0.13
23422024-10-14T03:25:22.895Z[ helios-setup] Oct 14 03:25:22.286 INFO E| Downloaded tokio-tungstenite v0.18.0
23432024-10-14T03:25:22.899Z[ helios-setup] Oct 14 03:25:22.290 INFO E| Downloaded signal-hook-registry v1.4.0
23442024-10-14T03:25:22.902Z[ helios-setup] Oct 14 03:25:22.291 INFO E| Downloaded smallvec v1.10.0
23452024-10-14T03:25:22.905Z[ helios-setup] Oct 14 03:25:22.295 INFO E| Downloaded ucd-trie v0.1.5
23462024-10-14T03:25:22.908Z[ helios-setup] Oct 14 03:25:22.297 INFO E| Downloaded url v2.3.1
23472024-10-14T03:25:22.911Z[ helios-setup] Oct 14 03:25:22.302 INFO E| Downloaded unsafe-libyaml v0.2.8
23482024-10-14T03:25:22.916Z[ helios-setup] Oct 14 03:25:22.307 INFO E| Downloaded unicode-ident v1.0.8
23492024-10-14T03:25:22.920Z[ helios-setup] Oct 14 03:25:22.312 INFO E| Downloaded uuid v1.3.0
23502024-10-14T03:25:22.950Z[ helios-setup] Oct 14 03:25:22.341 INFO E| Downloaded unicode-linebreak v0.1.4
23512024-10-14T03:25:22.954Z[ helios-setup] Oct 14 03:25:22.344 INFO E| Downloaded rustls-webpki v0.100.1
23522024-10-14T03:25:22.963Z[ helios-setup] Oct 14 03:25:22.355 INFO E| Downloaded tungstenite v0.18.0
23532024-10-14T03:25:22.969Z[ helios-setup] Oct 14 03:25:22.360 INFO E| Downloaded winnow v0.4.1
23542024-10-14T03:25:22.986Z[ helios-setup] Oct 14 03:25:22.375 INFO E| Downloaded schemars v0.8.12
23552024-10-14T03:25:23.005Z[ helios-setup] Oct 14 03:25:22.396 INFO E| Downloaded unicode-normalization v0.1.22
23562024-10-14T03:25:23.010Z[ helios-setup] Oct 14 03:25:22.402 INFO E| Downloaded rustls v0.21.0
23572024-10-14T03:25:23.028Z[ helios-setup] Oct 14 03:25:22.418 INFO E| Downloaded syn v2.0.72
23582024-10-14T03:25:23.046Z[ helios-setup] Oct 14 03:25:22.437 INFO E| Downloaded syn v1.0.107
23592024-10-14T03:25:23.063Z[ helios-setup] Oct 14 03:25:22.454 INFO E| Downloaded tokio v1.27.0
23602024-10-14T03:25:23.117Z[ helios-setup] Oct 14 03:25:22.508 INFO E| Downloaded rayon v1.6.1
23612024-10-14T03:25:23.131Z[ helios-setup] Oct 14 03:25:22.523 INFO E| Downloaded futures-util v0.3.28
23622024-10-14T03:25:23.168Z[ helios-setup] Oct 14 03:25:22.559 INFO E| Downloaded hyper v0.14.25
23632024-10-14T03:25:23.182Z[ helios-setup] Oct 14 03:25:22.573 INFO E| Downloaded h2 v0.3.16
23642024-10-14T03:25:23.192Z[ helios-setup] Oct 14 03:25:22.584 INFO E| Downloaded git2 v0.16.1
23652024-10-14T03:25:23.206Z[ helios-setup] Oct 14 03:25:22.598 INFO E| Downloaded regex v1.7.3
23662024-10-14T03:25:23.219Z[ helios-setup] Oct 14 03:25:22.611 INFO E| Downloaded regress v0.5.0
23672024-10-14T03:25:23.231Z[ helios-setup] Oct 14 03:25:22.622 INFO E| Downloaded chrono v0.4.24
23682024-10-14T03:25:23.242Z[ helios-setup] Oct 14 03:25:22.634 INFO E| Downloaded clap_builder v4.2.1
23692024-10-14T03:25:23.253Z[ helios-setup] Oct 14 03:25:22.644 INFO E| Downloaded rustix v0.37.3
23702024-10-14T03:25:23.281Z[ helios-setup] Oct 14 03:25:22.673 INFO E| Downloaded rhai v1.14.0
23712024-10-14T03:25:23.299Z[ helios-setup] Oct 14 03:25:22.689 INFO E| Downloaded openapiv3 v1.0.2
23722024-10-14T03:25:23.316Z[ helios-setup] Oct 14 03:25:22.707 INFO E| Downloaded reqwest v0.11.16
23732024-10-14T03:25:23.327Z[ helios-setup] Oct 14 03:25:22.718 INFO E| Downloaded libc v0.2.139
23742024-10-14T03:25:23.379Z[ helios-setup] Oct 14 03:25:22.770 INFO E| Downloaded pest v2.5.7
23752024-10-14T03:25:23.387Z[ helios-setup] Oct 14 03:25:22.778 INFO E| Downloaded mio v0.8.5
23762024-10-14T03:25:23.396Z[ helios-setup] Oct 14 03:25:22.788 INFO E| Downloaded http v0.2.9
23772024-10-14T03:25:23.404Z[ helios-setup] Oct 14 03:25:22.796 INFO E| Downloaded crossbeam-channel v0.5.6
23782024-10-14T03:25:23.412Z[ helios-setup] Oct 14 03:25:22.804 INFO E| Downloaded futures v0.3.28
23792024-10-14T03:25:23.421Z[ helios-setup] Oct 14 03:25:22.812 INFO E| Downloaded rayon-core v1.10.2
23802024-10-14T03:25:23.427Z[ helios-setup] Oct 14 03:25:22.818 INFO E| Downloaded flate2 v1.0.25
23812024-10-14T03:25:23.435Z[ helios-setup] Oct 14 03:25:22.826 INFO E| Downloaded toml_edit v0.19.8
23822024-10-14T03:25:23.464Z[ helios-setup] Oct 14 03:25:22.855 INFO E| Downloaded toml v0.5.11
23832024-10-14T03:25:23.468Z[ helios-setup] Oct 14 03:25:22.860 INFO E| Downloaded tokio-util v0.7.7
23842024-10-14T03:25:23.477Z[ helios-setup] Oct 14 03:25:22.868 INFO E| Downloaded serde v1.0.204
23852024-10-14T03:25:23.483Z[ helios-setup] Oct 14 03:25:22.874 INFO E| Downloaded cc v1.0.78
23862024-10-14T03:25:23.486Z[ helios-setup] Oct 14 03:25:22.877 INFO E| Downloaded aho-corasick v0.7.20
23872024-10-14T03:25:23.491Z[ helios-setup] Oct 14 03:25:22.883 INFO E| Downloaded tracing-core v0.1.30
23882024-10-14T03:25:23.495Z[ helios-setup] Oct 14 03:25:22.886 INFO E| Downloaded num-traits v0.2.15
23892024-10-14T03:25:23.499Z[ helios-setup] Oct 14 03:25:22.890 INFO E| Downloaded crossbeam-utils v0.8.14
23902024-10-14T03:25:23.503Z[ helios-setup] Oct 14 03:25:22.894 INFO E| Downloaded tracing v0.1.37
23912024-10-14T03:25:23.509Z[ helios-setup] Oct 14 03:25:22.901 INFO E| Downloaded serde_yaml v0.9.21
23922024-10-14T03:25:23.515Z[ helios-setup] Oct 14 03:25:22.906 INFO E| Downloaded proc-macro2 v1.0.86
23932024-10-14T03:25:23.519Z[ helios-setup] Oct 14 03:25:22.910 INFO E| Downloaded parking_lot v0.12.1
23942024-10-14T03:25:23.522Z[ helios-setup] Oct 14 03:25:22.914 INFO E| Downloaded clap v4.2.1
23952024-10-14T03:25:23.550Z[ helios-setup] Oct 14 03:25:22.940 INFO E| Downloaded textwrap v0.16.0
23962024-10-14T03:25:23.552Z[ helios-setup] Oct 14 03:25:22.944 INFO E| Downloaded encoding_rs v0.8.32
23972024-10-14T03:25:23.592Z[ helios-setup] Oct 14 03:25:22.983 INFO E| Downloaded serde_derive v1.0.204
23982024-10-14T03:25:23.596Z[ helios-setup] Oct 14 03:25:22.987 INFO E| Downloaded ipnet v2.7.2
23992024-10-14T03:25:23.599Z[ helios-setup] Oct 14 03:25:22.991 INFO E| Downloaded base64 v0.21.0
24002024-10-14T03:25:23.606Z[ helios-setup] Oct 14 03:25:22.997 INFO E| Downloaded time v0.1.45
24012024-10-14T03:25:23.609Z[ helios-setup] Oct 14 03:25:23.000 INFO E| Downloaded quote v1.0.36
24022024-10-14T03:25:23.613Z[ helios-setup] Oct 14 03:25:23.005 INFO E| Downloaded log v0.4.17
24032024-10-14T03:25:23.617Z[ helios-setup] Oct 14 03:25:23.008 INFO E| Downloaded libgit2-sys v0.14.2+1.5.1
24042024-10-14T03:25:23.713Z[ helios-setup] Oct 14 03:25:23.104 INFO E| Downloaded typenum v1.16.0
24052024-10-14T03:25:23.717Z[ helios-setup] Oct 14 03:25:23.108 INFO E| Downloaded once_cell v1.17.0
24062024-10-14T03:25:23.721Z[ helios-setup] Oct 14 03:25:23.112 INFO E| Downloaded futures-io v0.3.28
24072024-10-14T03:25:23.723Z[ helios-setup] Oct 14 03:25:23.114 INFO E| Downloaded clap_derive v4.2.0
24082024-10-14T03:25:23.726Z[ helios-setup] Oct 14 03:25:23.117 INFO E| Downloaded camino v1.1.4
24092024-10-14T03:25:23.729Z[ helios-setup] Oct 14 03:25:23.121 INFO E| Downloaded bincode v1.3.3
24102024-10-14T03:25:23.733Z[ helios-setup] Oct 14 03:25:23.125 INFO E| Downloaded toml v0.7.3
24112024-10-14T03:25:23.739Z[ helios-setup] Oct 14 03:25:23.131 INFO E| Downloaded tokio-rustls v0.24.0
24122024-10-14T03:25:23.742Z[ helios-setup] Oct 14 03:25:23.134 INFO E| Downloaded socket2 v0.4.9
24132024-10-14T03:25:23.745Z[ helios-setup] Oct 14 03:25:23.137 INFO E| Downloaded libz-sys v1.1.8
24142024-10-14T03:25:23.829Z[ helios-setup] Oct 14 03:25:23.220 INFO E| Downloaded serde_derive_internals v0.26.0
24152024-10-14T03:25:23.832Z[ helios-setup] Oct 14 03:25:23.222 INFO E| Downloaded memchr v2.5.0
24162024-10-14T03:25:23.838Z[ helios-setup] Oct 14 03:25:23.228 INFO E| Downloaded crossbeam-deque v0.8.2
24172024-10-14T03:25:23.843Z[ helios-setup] Oct 14 03:25:23.230 INFO E| Downloaded cpufeatures v0.2.5
24182024-10-14T03:25:23.843Z[ helios-setup] Oct 14 03:25:23.232 INFO E| Downloaded tokio-macros v2.0.0
24192024-10-14T03:25:23.846Z[ helios-setup] Oct 14 03:25:23.234 INFO E| Downloaded parking_lot_core v0.9.6
24202024-10-14T03:25:23.846Z[ helios-setup] Oct 14 03:25:23.237 INFO E| Downloaded bytes v1.4.0
24212024-10-14T03:25:23.851Z[ helios-setup] Oct 14 03:25:23.242 INFO E| Downloaded anyhow v1.0.68
24222024-10-14T03:25:23.857Z[ helios-setup] Oct 14 03:25:23.248 INFO E| Downloaded sha1 v0.10.5
24232024-10-14T03:25:23.859Z[ helios-setup] Oct 14 03:25:23.250 INFO E| Downloaded smawk v0.3.1
24242024-10-14T03:25:23.862Z[ helios-setup] Oct 14 03:25:23.253 INFO E| Downloaded slog-async v2.7.0
24252024-10-14T03:25:23.864Z[ helios-setup] Oct 14 03:25:23.255 INFO E| Downloaded semver v1.0.17
24262024-10-14T03:25:23.867Z[ helios-setup] Oct 14 03:25:23.258 INFO E| Downloaded semver-parser v0.10.2
24272024-10-14T03:25:23.870Z[ helios-setup] Oct 14 03:25:23.261 INFO E| Downloaded pkg-config v0.3.26
24282024-10-14T03:25:23.872Z[ helios-setup] Oct 14 03:25:23.263 INFO E| Downloaded paste v1.0.12
24292024-10-14T03:25:23.877Z[ helios-setup] Oct 14 03:25:23.268 INFO E| Downloaded memoffset v0.7.1
24302024-10-14T03:25:23.879Z[ helios-setup] Oct 14 03:25:23.270 INFO E| Downloaded lock_api v0.4.9
24312024-10-14T03:25:23.881Z[ helios-setup] Oct 14 03:25:23.272 INFO E| Downloaded iana-time-zone v0.1.56
24322024-10-14T03:25:23.885Z[ helios-setup] Oct 14 03:25:23.275 INFO E| Downloaded smartstring v1.0.1
24332024-10-14T03:25:23.887Z[ helios-setup] Oct 14 03:25:23.278 INFO E| Downloaded serde_json v1.0.95
24342024-10-14T03:25:23.921Z[ helios-setup] Oct 14 03:25:23.312 INFO E| Downloaded itoa v1.0.6
24352024-10-14T03:25:23.924Z[ helios-setup] Oct 14 03:25:23.314 INFO E| Downloaded futures-sink v0.3.28
24362024-10-14T03:25:23.926Z[ helios-setup] Oct 14 03:25:23.316 INFO E| Downloaded httpdate v1.0.2
24372024-10-14T03:25:23.926Z[ helios-setup] Oct 14 03:25:23.317 INFO E| Downloaded serde_path_to_error v0.1.11
24382024-10-14T03:25:23.929Z[ helios-setup] Oct 14 03:25:23.320 INFO E| Downloaded semver v0.11.0
24392024-10-14T03:25:23.932Z[ helios-setup] Oct 14 03:25:23.323 INFO E| Downloaded lazy_static v1.4.0
24402024-10-14T03:25:23.934Z[ helios-setup] Oct 14 03:25:23.325 INFO E| Downloaded futures-core v0.3.28
24412024-10-14T03:25:23.937Z[ helios-setup] Oct 14 03:25:23.327 INFO E| Downloaded sct v0.7.0
24422024-10-14T03:25:23.940Z[ helios-setup] Oct 14 03:25:23.332 INFO E| Downloaded fastrand v1.9.0
24432024-10-14T03:25:23.943Z[ helios-setup] Oct 14 03:25:23.333 INFO E| Downloaded byteorder v1.4.3
24442024-10-14T03:25:23.945Z[ helios-setup] Oct 14 03:25:23.336 INFO E| Downloaded block-buffer v0.10.3
24452024-10-14T03:25:23.948Z[ helios-setup] Oct 14 03:25:23.337 INFO E| Downloaded try-lock v0.2.4
24462024-10-14T03:25:23.948Z[ helios-setup] Oct 14 03:25:23.338 INFO E| Downloaded toolchain_find v0.2.0
24472024-10-14T03:25:23.951Z[ helios-setup] Oct 14 03:25:23.340 INFO E| Downloaded slog-bunyan v2.4.0
24482024-10-14T03:25:23.951Z[ helios-setup] Oct 14 03:25:23.341 INFO E| Downloaded rustfmt-wrapper v0.2.0
24492024-10-14T03:25:23.954Z[ helios-setup] Oct 14 03:25:23.343 INFO E| Downloaded rhai_codegen v1.5.0
24502024-10-14T03:25:23.964Z[ helios-setup] Oct 14 03:25:23.355 INFO E| Downloaded crossbeam-epoch v0.9.13
24512024-10-14T03:25:23.968Z[ helios-setup] Oct 14 03:25:23.359 INFO E| Downloaded futures-channel v0.3.28
24522024-10-14T03:25:23.973Z[ helios-setup] Oct 14 03:25:23.362 INFO E| Downloaded sha2 v0.10.6
24532024-10-14T03:25:23.976Z[ helios-setup] Oct 14 03:25:23.365 INFO E| Downloaded serde_spanned v0.6.1
24542024-10-14T03:25:23.976Z[ helios-setup] Oct 14 03:25:23.367 INFO E| Downloaded schemars_derive v0.8.12
24552024-10-14T03:25:23.981Z[ helios-setup] Oct 14 03:25:23.369 INFO E| Downloaded concolor-override v1.0.0
24562024-10-14T03:25:23.984Z[ helios-setup] Oct 14 03:25:23.373 INFO E| Downloaded http-body v0.4.5
24572024-10-14T03:25:23.984Z[ helios-setup] Oct 14 03:25:23.373 INFO E| Downloaded futures-executor v0.3.28
24582024-10-14T03:25:23.984Z[ helios-setup] Oct 14 03:25:23.375 INFO E| Downloaded autocfg v1.1.0
24592024-10-14T03:25:23.986Z[ helios-setup] Oct 14 03:25:23.377 INFO E| Downloaded anstyle-parse v0.1.1
24602024-10-14T03:25:23.990Z[ helios-setup] Oct 14 03:25:23.380 INFO E| Downloaded anstyle v0.3.5
24612024-10-14T03:25:23.993Z[ helios-setup] Oct 14 03:25:23.382 INFO E| Downloaded num_enum_derive v0.5.7
24622024-10-14T03:25:23.993Z[ helios-setup] Oct 14 03:25:23.383 INFO E| Downloaded jobserver v0.1.26
24632024-10-14T03:25:23.996Z[ helios-setup] Oct 14 03:25:23.386 INFO E| Downloaded home v0.5.4
24642024-10-14T03:25:23.998Z[ helios-setup] Oct 14 03:25:23.387 INFO E| Downloaded generic-array v0.14.6
24652024-10-14T03:25:24.001Z[ helios-setup] Oct 14 03:25:23.390 INFO E| Downloaded async-trait v0.1.68
24662024-10-14T03:25:24.004Z[ helios-setup] Oct 14 03:25:23.395 INFO E| Downloaded futures-task v0.3.28
24672024-10-14T03:25:24.006Z[ helios-setup] Oct 14 03:25:23.397 INFO E| Downloaded futures-macro v0.3.28
24682024-10-14T03:25:24.010Z[ helios-setup] Oct 14 03:25:23.399 INFO E| Downloaded form_urlencoded v1.1.0
24692024-10-14T03:25:24.010Z[ helios-setup] Oct 14 03:25:23.400 INFO E| Downloaded either v1.8.0
24702024-10-14T03:25:24.012Z[ helios-setup] Oct 14 03:25:23.402 INFO E| Downloaded dyn-clone v1.0.11
24712024-10-14T03:25:24.015Z[ helios-setup] Oct 14 03:25:23.405 INFO E| Downloaded concolor-query v0.3.3
24722024-10-14T03:25:24.015Z[ helios-setup] Oct 14 03:25:23.406 INFO E| Downloaded clap_lex v0.4.1
24732024-10-14T03:25:24.017Z[ helios-setup] Oct 14 03:25:23.408 INFO E| Downloaded digest v0.10.6
24742024-10-14T03:25:24.019Z[ helios-setup] Oct 14 03:25:23.410 INFO E| Downloaded anstream v0.2.6
24752024-10-14T03:25:24.368Z[ helios-setup] Oct 14 03:25:23.759 INFO E| Compiling proc-macro2 v1.0.86
24762024-10-14T03:25:24.368Z[ helios-setup] Oct 14 03:25:23.759 INFO E| Compiling libc v0.2.139
24772024-10-14T03:25:24.368Z[ helios-setup] Oct 14 03:25:23.759 INFO E| Compiling unicode-ident v1.0.8
24782024-10-14T03:25:24.371Z[ helios-setup] Oct 14 03:25:23.759 INFO E| Compiling autocfg v1.1.0
24792024-10-14T03:25:24.371Z[ helios-setup] Oct 14 03:25:23.759 INFO E| Compiling cfg-if v1.0.0
24802024-10-14T03:25:24.371Z[ helios-setup] Oct 14 03:25:23.759 INFO E| Compiling version_check v0.9.4
24812024-10-14T03:25:24.371Z[ helios-setup] Oct 14 03:25:23.760 INFO E| Compiling serde v1.0.204
24822024-10-14T03:25:24.839Z[ helios-setup] Oct 14 03:25:24.230 INFO E| Compiling syn v1.0.107
24832024-10-14T03:25:24.842Z[ helios-setup] Oct 14 03:25:24.231 INFO E| Compiling memchr v2.5.0
24842024-10-14T03:25:25.164Z[ host-package] Compiling half v2.4.1
24852024-10-14T03:25:25.673Z[ helios-setup] Oct 14 03:25:25.064 INFO E| Compiling once_cell v1.17.0
24862024-10-14T03:25:25.886Z[ helios-setup] Oct 14 03:25:25.277 INFO E| Compiling log v0.4.17
24872024-10-14T03:25:26.112Z[ helios-setup] Oct 14 03:25:25.502 INFO E| Compiling thiserror v1.0.38
24882024-10-14T03:25:26.714Z[ host-package] Compiling ciborium-io v0.2.2
24892024-10-14T03:25:26.836Z[ helios-setup] Oct 14 03:25:26.227 INFO E| Compiling itoa v1.0.6
24902024-10-14T03:25:26.971Z[ helios-setup] Oct 14 03:25:26.361 INFO E| Compiling serde_json v1.0.95
24912024-10-14T03:25:27.371Z[ helios-setup] Oct 14 03:25:26.762 INFO E| Compiling quote v1.0.36
24922024-10-14T03:25:27.401Z[ host-package] Compiling ciborium-ll v0.2.2
24932024-10-14T03:25:28.210Z[ helios-setup] Oct 14 03:25:27.601 INFO E| Compiling syn v2.0.72
24942024-10-14T03:25:28.708Z[ helios-setup] Oct 14 03:25:28.098 INFO E| Compiling indexmap v1.9.3
24952024-10-14T03:25:28.735Z[ helios-setup] Oct 14 03:25:28.126 INFO E| Compiling pin-project-lite v0.2.9
24962024-10-14T03:25:28.930Z[ host-package] Compiling tungstenite v0.21.0
24972024-10-14T03:25:29.330Z[ host-package] Compiling ciborium v0.2.2
24982024-10-14T03:25:29.345Z[ helios-setup] Oct 14 03:25:28.735 INFO E| Compiling jobserver v0.1.26
24992024-10-14T03:25:29.455Z[ helios-setup] Oct 14 03:25:28.845 INFO E| Compiling getrandom v0.2.8
25002024-10-14T03:25:29.920Z[ helios-setup] Oct 14 03:25:29.310 INFO E| Compiling cc v1.0.78
25012024-10-14T03:25:30.270Z[ helios-setup] Oct 14 03:25:29.661 INFO E| Compiling scopeguard v1.1.0
25022024-10-14T03:25:30.726Z[ helios-setup] Oct 14 03:25:30.116 INFO E| Compiling num-integer v0.1.45
25032024-10-14T03:25:30.863Z[ helios-setup] Oct 14 03:25:30.254 INFO E| Compiling bytes v1.4.0
25042024-10-14T03:25:30.875Z[ helios-setup] Oct 14 03:25:30.266 INFO E| Compiling futures-core v0.3.28
25052024-10-14T03:25:31.671Z[ host-package] Compiling tokio-tungstenite v0.21.0
25062024-10-14T03:25:31.778Z[ helios-setup] Oct 14 03:25:31.169 INFO E| Compiling ryu v1.0.13
25072024-10-14T03:25:32.727Z[ helios-setup] Oct 14 03:25:32.118 INFO E| Compiling lock_api v0.4.9
25082024-10-14T03:25:32.881Z[ helios-setup] Oct 14 03:25:32.272 INFO E| Compiling bitflags v1.3.2
25092024-10-14T03:25:33.029Z[ helios-setup] Oct 14 03:25:32.419 INFO E| Compiling parking_lot_core v0.9.6
25102024-10-14T03:25:33.204Z[ helios-setup] Oct 14 03:25:32.595 INFO E| Compiling typenum v1.16.0
25112024-10-14T03:25:33.268Z[ helios-setup] Oct 14 03:25:32.657 INFO E| Compiling num_cpus v1.15.0
25122024-10-14T03:25:33.479Z[ host-package] Compiling nexus-config v0.1.0 (/work/oxidecomputer/omicron/nexus-config)
25132024-10-14T03:25:33.745Z[ host-package] Compiling fastrand v2.1.1
25142024-10-14T03:25:33.922Z[ helios-setup] Oct 14 03:25:33.312 INFO E| Compiling slab v0.4.7
25152024-10-14T03:25:34.058Z[ helios-setup] Oct 14 03:25:33.449 INFO E| Compiling generic-array v0.14.6
25162024-10-14T03:25:34.271Z[ helios-setup] Oct 14 03:25:33.661 INFO E| Compiling futures-sink v0.3.28
25172024-10-14T03:25:34.336Z[ helios-setup] Oct 14 03:25:33.726 INFO E| Compiling futures-task v0.3.28
25182024-10-14T03:25:34.429Z[ helios-setup] Oct 14 03:25:33.819 INFO E| Compiling futures-channel v0.3.28
25192024-10-14T03:25:35.046Z[ host-package] Compiling same-file v1.0.6
25202024-10-14T03:25:35.185Z[ helios-setup] Oct 14 03:25:34.575 INFO E| Compiling tokio v1.27.0
25212024-10-14T03:25:35.430Z[ helios-setup] Oct 14 03:25:34.821 INFO E| Compiling schemars v0.8.12
25222024-10-14T03:25:35.619Z[ helios-setup] Oct 14 03:25:35.009 INFO E| Compiling futures-util v0.3.28
25232024-10-14T03:25:35.685Z[ host-package] Compiling walkdir v2.5.0
25242024-10-14T03:25:36.538Z[ helios-setup] Oct 14 03:25:35.929 INFO E| Compiling mio v0.8.5
25252024-10-14T03:25:36.719Z[ helios-setup] Oct 14 03:25:36.110 INFO E| Compiling socket2 v0.4.9
25262024-10-14T03:25:36.789Z[ helios-setup] Oct 14 03:25:36.179 INFO E| Compiling signal-hook-registry v1.4.0
25272024-10-14T03:25:36.905Z[ helios-setup] Oct 14 03:25:36.295 INFO E| Compiling num-traits v0.2.15
25282024-10-14T03:25:36.927Z[ helios-setup] Oct 14 03:25:36.317 INFO E| Compiling ahash v0.7.6
25292024-10-14T03:25:37.711Z[ host-package] Compiling tempfile v3.13.0
25302024-10-14T03:25:37.884Z[ helios-setup] Oct 14 03:25:37.274 INFO E| Compiling pin-utils v0.1.0
25312024-10-14T03:25:38.085Z[ helios-setup] Oct 14 03:25:37.476 INFO E| Compiling crunchy v0.2.2
25322024-10-14T03:25:38.207Z[ helios-setup] Oct 14 03:25:37.597 INFO E| Compiling futures-io v0.3.28
25332024-10-14T03:25:38.999Z[ helios-setup] Oct 14 03:25:38.389 INFO E| Compiling io-lifetimes v1.0.10
25342024-10-14T03:25:39.247Z[ host-package] Compiling blake3 v1.5.1
25352024-10-14T03:25:39.650Z[ helios-setup] Oct 14 03:25:39.041 INFO E| Compiling serde_derive_internals v0.26.0
25362024-10-14T03:25:40.201Z[ host-package] Compiling ring v0.16.20
25372024-10-14T03:25:40.609Z[ helios-setup] Oct 14 03:25:39.998 INFO E| Compiling ahash v0.8.3
25382024-10-14T03:25:40.718Z[ helios-setup] Oct 14 03:25:40.108 INFO E| Compiling hashbrown v0.12.3
25392024-10-14T03:25:41.433Z[ helios-setup] Oct 14 03:25:40.823 INFO E| Compiling proc-macro-hack v0.5.20+deprecated
25402024-10-14T03:25:41.828Z[ helios-setup] Oct 14 03:25:41.218 INFO E| Compiling rustix v0.37.3
25412024-10-14T03:25:42.009Z[ helios-setup] Oct 14 03:25:41.399 INFO E| Compiling tiny-keccak v2.0.2
25422024-10-14T03:25:42.295Z[ helios-setup] Oct 14 03:25:41.685 INFO E| Compiling block-buffer v0.10.3
25432024-10-14T03:25:42.934Z[ helios-setup] Oct 14 03:25:42.324 INFO E| Compiling crypto-common v0.1.6
25442024-10-14T03:25:43.829Z[ helios-setup] Oct 14 03:25:43.216 INFO E| Compiling errno v0.3.1
25452024-10-14T03:25:44.227Z[ helios-setup] Oct 14 03:25:43.617 INFO E| Compiling crossbeam-utils v0.8.14
25462024-10-14T03:25:44.404Z[ helios-setup] Oct 14 03:25:43.794 INFO E| Compiling slog v2.7.0
25472024-10-14T03:25:44.729Z[ helios-setup] Oct 14 03:25:44.118 INFO E| Compiling fnv v1.0.7
25482024-10-14T03:25:44.856Z[ helios-setup] Oct 14 03:25:44.246 INFO E| Compiling pkg-config v0.3.26
25492024-10-14T03:25:45.263Z[ helios-setup] Oct 14 03:25:44.652 INFO E| Compiling http v0.2.9
25502024-10-14T03:25:46.143Z[ host-package] Compiling sled-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/sled-agent-client)
25512024-10-14T03:25:46.614Z[ host-package] Compiling xattr v1.3.1
25522024-10-14T03:25:47.557Z[ host-package] Compiling memmap2 v0.9.4
25532024-10-14T03:25:47.607Z[ host-package] Compiling filetime v0.2.25
25542024-10-14T03:25:47.773Z[ helios-setup] Oct 14 03:25:47.162 INFO E| Compiling digest v0.10.6
25552024-10-14T03:25:48.248Z[ helios-setup] Oct 14 03:25:47.637 INFO E| Compiling aho-corasick v0.7.20
25562024-10-14T03:25:48.342Z[ host-package] Compiling keccak v0.1.5
25572024-10-14T03:25:48.471Z[ host-package] Compiling spin v0.5.2
25582024-10-14T03:25:48.677Z[ helios-setup] Oct 14 03:25:48.067 INFO E| Compiling heck v0.4.1
25592024-10-14T03:25:48.844Z[ helios-setup] Oct 14 03:25:48.234 INFO E| Compiling anyhow v1.0.68
25602024-10-14T03:25:49.150Z[ host-package] Compiling untrusted v0.7.1
25612024-10-14T03:25:49.380Z[ helios-setup] Oct 14 03:25:48.769 INFO E| Compiling percent-encoding v2.2.0
25622024-10-14T03:25:49.720Z[ helios-setup] Oct 14 03:25:49.110 INFO E| Compiling thiserror-impl v1.0.38
25632024-10-14T03:25:49.749Z[ host-package] Compiling constant_time_eq v0.3.0
25642024-10-14T03:25:50.140Z[ helios-setup] Oct 14 03:25:49.530 INFO E| Compiling schemars_derive v0.8.12
25652024-10-14T03:25:50.212Z[ host-package] Compiling arrayref v0.3.7
25662024-10-14T03:25:50.224Z[ helios-setup] Oct 14 03:25:49.613 INFO E| Compiling httparse v1.8.0
25672024-10-14T03:25:50.462Z[ host-package] Compiling arrayvec v0.7.4
25682024-10-14T03:25:50.651Z[ host-package] Compiling sha3 v0.10.8
25692024-10-14T03:25:50.755Z[ host-package] Compiling tar v0.4.42
25702024-10-14T03:25:50.806Z[ helios-setup] Oct 14 03:25:50.195 INFO E| Compiling serde_derive v1.0.204
25712024-10-14T03:25:51.182Z[ helios-setup] Oct 14 03:25:50.571 INFO E| Compiling tokio-macros v2.0.0
25722024-10-14T03:25:51.542Z[ helios-setup] Oct 14 03:25:50.929 INFO E| Compiling futures-macro v0.3.28
25732024-10-14T03:25:51.777Z[ helios-setup] Oct 14 03:25:51.166 INFO E| Compiling cpufeatures v0.2.5
25742024-10-14T03:25:52.071Z[ helios-setup] Oct 14 03:25:51.460 INFO E| Compiling tinyvec_macros v0.1.1
25752024-10-14T03:25:52.325Z[ host-package] Compiling oximeter-timeseries-macro v0.1.0 (/work/oxidecomputer/omicron/oximeter/timeseries-macro)
25762024-10-14T03:25:52.674Z[ helios-setup] Oct 14 03:25:52.064 INFO E| Compiling regex-syntax v0.6.29
25772024-10-14T03:25:52.705Z[ host-package] Compiling camino-tempfile v1.1.1
25782024-10-14T03:25:52.841Z[ helios-setup] Oct 14 03:25:52.230 INFO E| Compiling unicode-width v0.1.10
25792024-10-14T03:25:53.386Z[ host-package] Compiling toolchain_find v0.4.0
25802024-10-14T03:25:53.765Z[ helios-setup] Oct 14 03:25:53.154 INFO E| Compiling tinyvec v1.6.0
25812024-10-14T03:25:53.768Z[ host-package] Compiling nibble_vec v0.1.0
25822024-10-14T03:25:54.248Z[ host-package] Compiling endian-type v0.1.2
25832024-10-14T03:25:54.261Z[ helios-setup] Oct 14 03:25:53.643 INFO E| Compiling const-random-macro v0.1.15
25842024-10-14T03:25:54.781Z[ host-package] Compiling glob v0.3.1
25852024-10-14T03:25:54.840Z[ host-package] Compiling topological-sort v0.2.2
25862024-10-14T03:25:55.178Z[ host-package] Compiling maplit v1.0.2
25872024-10-14T03:25:55.473Z[ host-package] Compiling crunchy v0.2.2
25882024-10-14T03:25:55.576Z[ host-package] Compiling omicron-zone-package v0.11.1
25892024-10-14T03:25:55.968Z[ helios-setup] Oct 14 03:25:55.357 INFO E| Compiling form_urlencoded v1.1.0
25902024-10-14T03:25:56.054Z[ helios-setup] Oct 14 03:25:55.443 INFO E| Compiling chrono v0.4.24
25912024-10-14T03:25:56.173Z[ host-package] Compiling clang-sys v1.7.0
25922024-10-14T03:25:56.411Z[ helios-setup] Oct 14 03:25:55.799 INFO E| Compiling hashbrown v0.13.2
25932024-10-14T03:25:56.668Z[ host-package] Compiling radix_trie v0.2.1
25942024-10-14T03:25:57.057Z[ helios-setup] Oct 14 03:25:56.446 INFO E| Compiling libz-sys v1.1.8
25952024-10-14T03:25:57.347Z[ host-package] Compiling rustfmt-wrapper v0.2.1
25962024-10-14T03:25:57.914Z[ host-package] Compiling tiny-keccak v2.0.2
25972024-10-14T03:25:58.528Z[ host-package] Compiling dsl_auto_type v0.1.2
25982024-10-14T03:25:58.734Z[ host-package] Compiling scheduled-thread-pool v0.2.7
25992024-10-14T03:25:58.841Z[ host-package] Compiling secrecy v0.8.0
26002024-10-14T03:25:58.844Z[ host-package] Compiling diesel_table_macro_syntax v0.2.0
26012024-10-14T03:25:59.119Z[ helios-setup] Oct 14 03:25:58.507 INFO E| Compiling regex v1.7.3
26022024-10-14T03:25:59.419Z[ host-package] Compiling arc-swap v1.7.1
26032024-10-14T03:26:00.017Z[ host-package] Compiling libipcc v0.1.0 (https://github.com/oxidecomputer/libipcc?rev=fdffa212373a8f92473ea5f411088912bf458d5f#fdffa212)
26042024-10-14T03:26:00.264Z[ helios-setup] Oct 14 03:25:59.652 INFO E| Compiling uuid v1.3.0
26052024-10-14T03:26:00.426Z[ helios-setup] Oct 14 03:25:59.798 INFO E| Compiling dyn-clone v1.0.11
26062024-10-14T03:26:00.968Z[ host-package] Compiling slog-scope v4.4.0
26072024-10-14T03:26:01.142Z[ host-package] Compiling oximeter v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter)
26082024-10-14T03:26:01.142Z[ host-package] Compiling diesel_derives v2.2.2
26092024-10-14T03:26:01.163Z[ host-package] Compiling r2d2 v0.8.10
26102024-10-14T03:26:01.254Z[ helios-setup] Oct 14 03:26:00.634 INFO E| Compiling regress v0.5.0
26112024-10-14T03:26:01.418Z[ helios-setup] Oct 14 03:26:00.807 INFO E| Compiling unicode-normalization v0.1.22
26122024-10-14T03:26:01.840Z[ host-package] Compiling nexus-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-client)
26132024-10-14T03:26:02.364Z[ host-package] Compiling propolis-client v0.1.0 (https://github.com/oxidecomputer/propolis?rev=11371b0f3743f8df5b047dc0edc2699f4bdf3927#11371b0f)
26142024-10-14T03:26:02.436Z[ host-package] Compiling ascii-canvas v3.0.0
26152024-10-14T03:26:02.569Z[ host-package] Compiling universal-hash v0.5.1
26162024-10-14T03:26:03.086Z[ host-package] Compiling thiserror-impl-no-std v2.0.2
26172024-10-14T03:26:03.814Z[ host-package] Compiling ena v0.14.3
26182024-10-14T03:26:04.081Z[ helios-setup] Oct 14 03:26:03.469 INFO E| Compiling const-random v0.1.15
26192024-10-14T03:26:04.266Z[ helios-setup] Oct 14 03:26:03.654 INFO E| Compiling getopts v0.2.21
26202024-10-14T03:26:04.606Z[ helios-setup] Oct 14 03:26:03.994 INFO E| Compiling tracing-core v0.1.30
26212024-10-14T03:26:04.721Z[ host-package] Compiling libloading v0.8.3
26222024-10-14T03:26:05.318Z[ helios-setup] Oct 14 03:26:04.707 INFO E| Compiling memoffset v0.7.1
26232024-10-14T03:26:05.667Z[ host-package] Compiling dpd-client v0.1.0 (/work/oxidecomputer/omicron/clients/dpd-client)
26242024-10-14T03:26:05.667Z[ host-package] Compiling regex-syntax v0.6.29
26252024-10-14T03:26:06.591Z[ helios-setup] Oct 14 03:26:05.980 INFO E| Compiling powerfmt v0.2.0
26262024-10-14T03:26:08.126Z[ host-package] Compiling opaque-debug v0.3.1
26272024-10-14T03:26:08.239Z[ helios-setup] Oct 14 03:26:07.627 INFO E| Compiling ucd-trie v0.1.5
26282024-10-14T03:26:08.374Z[ host-package] Compiling diff v0.1.13
26292024-10-14T03:26:08.816Z[ helios-setup] Oct 14 03:26:08.203 INFO E| Compiling unicode-bidi v0.3.13
26302024-10-14T03:26:09.101Z[ helios-setup] Oct 14 03:26:08.489 INFO E| Compiling num-conv v0.1.0
26312024-10-14T03:26:09.207Z[ helios-setup] Oct 14 03:26:08.596 INFO E| Compiling time-core v0.1.2
26322024-10-14T03:26:09.799Z[ host-package] Compiling bindgen v0.69.4
26332024-10-14T03:26:09.830Z[ helios-setup] Oct 14 03:26:09.218 INFO E| Compiling time-macros v0.2.18
26342024-10-14T03:26:10.595Z[ helios-setup] Oct 14 03:26:09.983 INFO E| Compiling idna v0.3.0
26352024-10-14T03:26:11.457Z[ host-package] Compiling poly1305 v0.8.0
26362024-10-14T03:26:12.282Z[ helios-setup] Oct 14 03:26:11.670 INFO E| Compiling pest v2.5.7
26372024-10-14T03:26:13.788Z[ helios-setup] Oct 14 03:26:13.176 INFO E| Compiling deranged v0.3.11
26382024-10-14T03:26:14.728Z[ host-package] Compiling lalrpop v0.19.12
26392024-10-14T03:26:15.737Z[ host-package] Compiling thiserror-no-std v2.0.2
26402024-10-14T03:26:15.764Z[ helios-setup] Oct 14 03:26:15.152 INFO E| Compiling tracing v0.1.37
26412024-10-14T03:26:17.798Z[ helios-setup] Oct 14 03:26:17.185 INFO E| Compiling libgit2-sys v0.14.2+1.5.1
26422024-10-14T03:26:18.106Z[ helios-setup] Oct 14 03:26:17.493 INFO E| Compiling time v0.1.45
26432024-10-14T03:26:18.277Z[ helios-setup] Oct 14 03:26:17.664 INFO E| Compiling crossbeam-epoch v0.9.13
26442024-10-14T03:26:18.767Z[ helios-setup] Oct 14 03:26:18.155 INFO E| Compiling smallvec v1.10.0
26452024-10-14T03:26:19.016Z[ helios-setup] Oct 14 03:26:18.403 INFO E| Compiling toml v0.5.11
26462024-10-14T03:26:19.834Z[ helios-setup] Oct 14 03:26:19.222 INFO E| Compiling serde_tokenstream v0.2.0
26472024-10-14T03:26:20.734Z[ helios-setup] Oct 14 03:26:20.121 INFO E| Compiling parking_lot v0.12.1
26482024-10-14T03:26:23.250Z[ helios-setup] Oct 14 03:26:22.637 INFO E| Compiling semver v1.0.17
26492024-10-14T03:26:24.343Z[ host-package] Compiling diesel v2.2.4
26502024-10-14T03:26:24.502Z[ helios-setup] Oct 14 03:26:23.890 INFO E| Compiling iana-time-zone v0.1.56
26512024-10-14T03:26:24.750Z[ helios-setup] Oct 14 03:26:24.137 INFO E| Compiling num_threads v0.1.6
26522024-10-14T03:26:25.066Z[ helios-setup] Oct 14 03:26:24.453 INFO E| Compiling time v0.3.36
26532024-10-14T03:26:26.225Z[ helios-setup] Oct 14 03:26:25.612 INFO E| Compiling semver-parser v0.10.2
26542024-10-14T03:26:29.808Z[ helios-setup] Oct 14 03:26:29.194 INFO E| Compiling typify-impl v0.0.12-dev (https://github.com/oxidecomputer/typify#fec09bd1)
26552024-10-14T03:26:30.726Z[ helios-setup] Oct 14 03:26:30.113 INFO E| Compiling url v2.3.1
26562024-10-14T03:26:33.440Z[ helios-setup] Oct 14 03:26:32.826 INFO E| Compiling crossbeam-channel v0.5.6
26572024-10-14T03:26:33.737Z[ helios-setup] Oct 14 03:26:33.113 INFO E| Compiling dirs-sys-next v0.1.2
26582024-10-14T03:26:36.455Z[ helios-setup] Oct 14 03:26:35.841 INFO E| Compiling crc32fast v1.3.2
26592024-10-14T03:26:37.121Z[ helios-setup] Oct 14 03:26:36.507 INFO E| Compiling same-file v1.0.6
26602024-10-14T03:26:37.633Z[ helios-setup] Oct 14 03:26:37.018 INFO E| Compiling try-lock v0.2.4
26612024-10-14T03:26:37.843Z[ helios-setup] Oct 14 03:26:37.229 INFO E| Compiling walkdir v2.3.3
26622024-10-14T03:26:37.883Z[ host-package] Compiling slog-stdlog v4.1.1
26632024-10-14T03:26:38.343Z[ helios-setup] Oct 14 03:26:37.729 INFO E| Compiling want v0.3.0
26642024-10-14T03:26:38.916Z[ helios-setup] Oct 14 03:26:38.302 INFO E| Compiling tokio-util v0.7.7
26652024-10-14T03:26:40.191Z[ host-package] Compiling omicron-certificates v0.1.0 (/work/oxidecomputer/omicron/certificates)
26662024-10-14T03:26:40.772Z[ host-package] Compiling which v4.4.2
26672024-10-14T03:26:42.097Z[ helios-setup] Oct 14 03:26:41.483 INFO E| Compiling h2 v0.3.16
26682024-10-14T03:26:42.177Z[ host-package] Compiling bootstore v0.1.0 (/work/oxidecomputer/omicron/bootstore)
26692024-10-14T03:26:42.972Z[ host-package] Compiling nexus-macros-common v0.1.0 (/work/oxidecomputer/omicron/nexus/macros-common)
26702024-10-14T03:26:43.163Z[ host-package] Compiling chacha20 v0.9.1
26712024-10-14T03:26:43.735Z[ host-package] Compiling cexpr v0.6.0
26722024-10-14T03:26:43.766Z[ helios-setup] Oct 14 03:26:43.152 INFO E| Compiling dirs-next v2.0.0
26732024-10-14T03:26:44.156Z[ host-package] Compiling aead v0.5.2
26742024-10-14T03:26:44.533Z[ helios-setup] Oct 14 03:26:43.919 INFO E| Compiling semver v0.11.0
26752024-10-14T03:26:44.903Z[ host-package] Compiling rustc-hash v1.1.0
26762024-10-14T03:26:45.422Z[ host-package] Compiling ref-cast v1.0.23
26772024-10-14T03:26:45.881Z[ helios-setup] Oct 14 03:26:45.267 INFO E| Compiling proc-macro-crate v1.2.1
26782024-10-14T03:26:46.799Z[ host-package] Compiling shlex v1.3.0
26792024-10-14T03:26:47.145Z[ host-package] Compiling lazycell v1.3.0
26802024-10-14T03:26:47.574Z[ helios-setup] Oct 14 03:26:46.960 INFO E| Compiling futures-executor v0.3.28
26812024-10-14T03:26:47.982Z[ helios-setup] Oct 14 03:26:47.367 INFO E| Compiling typify-macro v0.0.12-dev (https://github.com/oxidecomputer/typify#fec09bd1)
26822024-10-14T03:26:47.996Z[ host-package] Compiling chacha20poly1305 v0.10.1
26832024-10-14T03:26:48.712Z[ host-package] Compiling slog-envlogger v2.2.0
26842024-10-14T03:26:49.482Z[ helios-setup] Oct 14 03:26:48.863 INFO E| Compiling http-body v0.4.5
26852024-10-14T03:26:49.819Z[ helios-setup] Oct 14 03:26:49.204 INFO E| Compiling ring v0.16.20
26862024-10-14T03:26:50.595Z[ helios-setup] Oct 14 03:26:49.979 INFO E| Compiling rand_core v0.6.4
26872024-10-14T03:26:51.728Z[ helios-setup] Oct 14 03:26:51.113 INFO E| Compiling thread_local v1.1.7
26882024-10-14T03:26:51.969Z[ helios-setup] Oct 14 03:26:51.354 INFO E| Compiling home v0.5.4
26892024-10-14T03:26:52.670Z[ helios-setup] Oct 14 03:26:52.055 INFO E| Compiling ppv-lite86 v0.2.17
26902024-10-14T03:26:52.808Z[ host-package] Compiling vsss-rs v3.3.4
26912024-10-14T03:26:53.603Z[ helios-setup] Oct 14 03:26:52.988 INFO E| Compiling utf8parse v0.2.1
26922024-10-14T03:26:54.166Z[ helios-setup] Oct 14 03:26:53.551 INFO E| Compiling rayon-core v1.10.2
26932024-10-14T03:26:54.726Z[ helios-setup] Oct 14 03:26:54.111 INFO E| Compiling fastrand v1.9.0
26942024-10-14T03:26:55.509Z[ helios-setup] Oct 14 03:26:54.895 INFO E| Compiling tower-service v0.3.2
26952024-10-14T03:26:55.817Z[ helios-setup] Oct 14 03:26:55.202 INFO E| Compiling base64 v0.21.0
26962024-10-14T03:26:55.851Z[ helios-setup] Oct 14 03:26:55.236 INFO E| Compiling adler v1.0.2
26972024-10-14T03:26:56.646Z[ helios-setup] Oct 14 03:26:56.029 INFO E| Compiling httpdate v1.0.2
26982024-10-14T03:26:56.954Z[ helios-setup] Oct 14 03:26:56.339 INFO E| Compiling lazy_static v1.4.0
26992024-10-14T03:26:57.302Z[ helios-setup] Oct 14 03:26:56.687 INFO E| Compiling hyper v0.14.25
27002024-10-14T03:26:58.360Z[ helios-setup] Oct 14 03:26:57.745 INFO E| Compiling toolchain_find v0.2.0
27012024-10-14T03:26:58.548Z[ helios-setup] Oct 14 03:26:57.932 INFO E| Compiling miniz_oxide v0.6.2
27022024-10-14T03:26:59.527Z[ helios-setup] Oct 14 03:26:58.912 INFO E| Compiling tempfile v3.5.0
27032024-10-14T03:27:02.624Z[ host-package] Compiling nexus-db-model v0.1.0 (/work/oxidecomputer/omicron/nexus/db-model)
27042024-10-14T03:27:02.897Z[ helios-setup] Oct 14 03:27:02.281 INFO E| Compiling rand_chacha v0.3.1
27052024-10-14T03:27:02.935Z[ helios-setup] Oct 14 03:27:02.319 INFO E| Compiling anstyle-parse v0.1.1
27062024-10-14T03:27:03.208Z[ host-package] Compiling derive_builder_core v0.20.0
27072024-10-14T03:27:06.792Z[ helios-setup] Oct 14 03:27:06.177 INFO E| Compiling futures v0.3.28
27082024-10-14T03:27:06.989Z[ helios-setup] Oct 14 03:27:06.373 INFO E| Compiling num_enum_derive v0.5.7
27092024-10-14T03:27:08.028Z[ host-package] Compiling headers-core v0.3.0
27102024-10-14T03:27:08.334Z[ host-package] Compiling fxhash v0.2.1
27112024-10-14T03:27:08.415Z[ host-package] Compiling polar-core v0.27.3
27122024-10-14T03:27:08.821Z[ host-package] Compiling libxml v0.3.3
27132024-10-14T03:27:09.539Z[ host-package] Compiling ref-cast-impl v1.0.23
27142024-10-14T03:27:12.973Z[ host-package] Compiling headers v0.4.0
27152024-10-14T03:27:13.310Z[ host-package] Compiling derive_builder_macro v0.20.0
27162024-10-14T03:27:13.774Z[ helios-setup] Oct 14 03:27:13.158 INFO E| Compiling cargo-lock v8.0.3
27172024-10-14T03:27:16.107Z[ host-package] Compiling samael v0.0.17
27182024-10-14T03:27:16.276Z[ helios-setup] Oct 14 03:27:15.660 INFO E| Compiling crossbeam-deque v0.8.2
27192024-10-14T03:27:19.690Z[ host-package] Compiling db-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/db-macros)
27202024-10-14T03:27:20.110Z[ host-package] Compiling nexus-db-fixed-data v0.1.0 (/work/oxidecomputer/omicron/nexus/db-fixed-data)
27212024-10-14T03:27:20.561Z[ helios-setup] Oct 14 03:27:19.944 INFO E| Compiling term v0.7.0
27222024-10-14T03:27:20.863Z[ host-package] Compiling nexus-defaults v0.1.0 (/work/oxidecomputer/omicron/nexus/defaults)
27232024-10-14T03:27:21.326Z[ helios-setup] Oct 14 03:27:20.708 INFO E| Compiling serde_urlencoded v0.7.1
27242024-10-14T03:27:21.877Z[ helios-setup] Oct 14 03:27:21.260 INFO E| Compiling sha1 v0.10.5
27252024-10-14T03:27:22.842Z[ helios-setup] Oct 14 03:27:22.225 INFO E| Compiling sha2 v0.10.6
27262024-10-14T03:27:23.835Z[ helios-setup] Oct 14 03:27:23.217 INFO E| Compiling is-terminal v0.4.7
27272024-10-14T03:27:23.906Z[ helios-setup] Oct 14 03:27:23.289 INFO E| Compiling atty v0.2.14
27282024-10-14T03:27:24.141Z[ helios-setup] Oct 14 03:27:23.523 INFO E| Compiling anstyle v0.3.5
27292024-10-14T03:27:24.553Z[ helios-setup] Oct 14 03:27:23.936 INFO E| Compiling concolor-override v1.0.0
27302024-10-14T03:27:25.949Z[ helios-setup] Oct 14 03:27:25.332 INFO E| Compiling network-interface v0.1.6 (https://github.com/jclulow/network-interface?branch=illumos#827e6b7b)
27312024-10-14T03:27:26.122Z[ host-package] Compiling kstat-rs v0.2.4
27322024-10-14T03:27:27.553Z[ helios-setup] Oct 14 03:27:26.936 INFO E| Compiling concolor-query v0.3.3
27332024-10-14T03:27:27.873Z[ helios-setup] Oct 14 03:27:27.256 INFO E| Compiling anstream v0.2.6
27342024-10-14T03:27:28.227Z[ host-package] Compiling strum_macros v0.24.3
27352024-10-14T03:27:29.459Z[ helios-setup] Oct 14 03:27:28.842 INFO E| Compiling slog-term v2.9.0
27362024-10-14T03:27:30.203Z[ helios-setup] Oct 14 03:27:29.585 INFO E| Compiling flate2 v1.0.25
27372024-10-14T03:27:30.474Z[ host-package] Compiling unicase v2.7.0
27382024-10-14T03:27:31.274Z[ host-package] Compiling indoc v1.0.9
27392024-10-14T03:27:32.388Z[ helios-setup] Oct 14 03:27:31.771 INFO E| Compiling num_enum v0.5.7
27402024-10-14T03:27:32.527Z[ helios-setup] Oct 14 03:27:31.909 INFO E| Compiling rand v0.8.5
27412024-10-14T03:27:32.885Z[ helios-setup] Oct 14 03:27:32.268 INFO E| Compiling rustfmt-wrapper v0.2.0
27422024-10-14T03:27:33.083Z[ host-package] Compiling oximeter-instruments v0.1.0 (/work/oxidecomputer/omicron/oximeter/instruments)
27432024-10-14T03:27:33.258Z[ helios-setup] Oct 14 03:27:32.641 INFO E| Compiling typify v0.0.12-dev (https://github.com/oxidecomputer/typify#fec09bd1)
27442024-10-14T03:27:33.653Z[ helios-setup] Oct 14 03:27:33.036 INFO E| Compiling openapiv3 v1.0.2
27452024-10-14T03:27:34.791Z[ host-package] Compiling sled-agent-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types)
27462024-10-14T03:27:35.081Z[ helios-setup] Oct 14 03:27:34.464 INFO E| Compiling encoding_rs v0.8.32
27472024-10-14T03:27:36.593Z[ helios-setup] Oct 14 03:27:35.975 INFO E| Compiling clap_lex v0.4.1
27482024-10-14T03:27:38.120Z[ helios-setup] Oct 14 03:27:37.502 INFO E| Compiling utf-8 v0.7.6
27492024-10-14T03:27:38.979Z[ helios-setup] Oct 14 03:27:38.362 INFO E| Compiling untrusted v0.7.1
27502024-10-14T03:27:39.439Z[ helios-setup] Oct 14 03:27:38.821 INFO E| Compiling mime v0.3.17
27512024-10-14T03:27:41.603Z[ helios-setup] Oct 14 03:27:40.985 INFO E| Compiling either v1.8.0
27522024-10-14T03:27:42.141Z[ helios-setup] Oct 14 03:27:41.523 INFO E| Compiling byteorder v1.4.3
27532024-10-14T03:27:42.285Z[ helios-setup] Oct 14 03:27:41.667 INFO E| Compiling base64 v0.13.1
27542024-10-14T03:27:42.483Z[ helios-setup] Oct 14 03:27:41.865 INFO E| Compiling ipnet v2.7.2
27552024-10-14T03:27:43.847Z[ helios-setup] Oct 14 03:27:43.229 INFO E| Compiling strsim v0.10.0
27562024-10-14T03:27:44.035Z[ helios-setup] Oct 14 03:27:43.416 INFO E| Compiling spin v0.5.2
27572024-10-14T03:27:44.773Z[ helios-setup] Oct 14 03:27:44.155 INFO E| Compiling project-root v0.2.2
27582024-10-14T03:27:45.325Z[ helios-setup] Oct 14 03:27:44.706 INFO E| Compiling unsafe-libyaml v0.2.8
27592024-10-14T03:27:46.022Z[ host-package] Compiling derive_builder v0.20.0
27602024-10-14T03:27:47.446Z[ helios-setup] Oct 14 03:27:46.828 INFO E| Compiling clap_builder v4.2.1
27612024-10-14T03:27:48.441Z[ helios-setup] Oct 14 03:27:47.822 INFO E| Compiling serde_yaml v0.9.21
27622024-10-14T03:27:48.663Z[ host-package] Compiling oximeter-producer v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer)
27632024-10-14T03:27:48.666Z[ host-package] Compiling nexus-auth v0.1.0 (/work/oxidecomputer/omicron/nexus/auth)
27642024-10-14T03:27:49.154Z[ helios-setup] Oct 14 03:27:48.535 INFO E| Compiling reqwest v0.11.16
27652024-10-14T03:27:49.761Z[ host-package] Compiling crossterm v0.28.1
27662024-10-14T03:27:50.202Z[ helios-setup] Oct 14 03:27:49.583 INFO E| Compiling tungstenite v0.18.0
27672024-10-14T03:27:55.367Z[ helios-setup] Oct 14 03:27:54.748 INFO E| Compiling rayon v1.6.1
27682024-10-14T03:27:56.277Z[ helios-setup] Oct 14 03:27:55.658 INFO E| Compiling progenitor-impl v0.2.1-dev (https://github.com/oxidecomputer/progenitor#3a5fe998)
27692024-10-14T03:28:00.124Z[ host-package] Compiling oso-derive v0.27.3
27702024-10-14T03:28:01.761Z[ helios-setup] Oct 14 03:28:01.142 INFO E| Compiling devinfo v0.1.0 (git+ssh://git@github.com/oxidecomputer/facade#aadb1404)
27712024-10-14T03:28:01.875Z[ helios-setup] Oct 14 03:28:01.255 INFO E| Compiling bootserver v0.1.0 (https://github.com/oxidecomputer/boot-image-tools.git#300caa09)
27722024-10-14T03:28:02.098Z[ host-package] Compiling impl-trait-for-tuples v0.2.2
27732024-10-14T03:28:05.653Z[ host-package] Compiling libz-sys v1.1.16
27742024-10-14T03:28:06.165Z[ helios-setup] Oct 14 03:28:05.546 INFO E| Compiling bootserver v0.1.0 (https://github.com/oxidecomputer/boot-image-tools.git?rev=ab61443eae8c99b17aac82cbedb9a0c917828f57#ab61443e)
27752024-10-14T03:28:06.617Z[ helios-setup] Oct 14 03:28:05.998 INFO E| Compiling hiercmd v0.1.0 (https://github.com/jclulow/hiercmd#d9d28d6a)
27762024-10-14T03:28:07.071Z[ helios-setup] Oct 14 03:28:06.451 INFO E| Compiling clap_derive v4.2.0
27772024-10-14T03:28:07.568Z[ host-package] Compiling quick-xml v0.33.0
27782024-10-14T03:28:08.655Z[ helios-setup] Oct 14 03:28:08.032 INFO E| Compiling pilot-common v0.1.0 (/work/oxidecomputer/helios/projects/pilot/common)
27792024-10-14T03:28:09.013Z[ host-package] Compiling diesel-dtrace v0.3.0 (https://github.com/oxidecomputer/diesel-dtrace?branch=main#8fcc2bb3)
27802024-10-14T03:28:09.934Z[ host-package] Compiling parking_lot_core v0.8.6
27812024-10-14T03:28:11.281Z[ host-package] Compiling cfg_aliases v0.1.1
27822024-10-14T03:28:11.690Z[ host-package] Compiling nix v0.28.0
27832024-10-14T03:28:12.869Z[ host-package] Compiling authz-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/authz-macros)
27842024-10-14T03:28:13.318Z[ host-package] Compiling installinator-common v0.1.0 (/work/oxidecomputer/omicron/installinator-common)
27852024-10-14T03:28:15.999Z[ helios-setup] Oct 14 03:28:15.379 INFO E| Compiling clap v4.2.1
27862024-10-14T03:28:16.091Z[ host-package] Compiling dns-service-client v0.1.0 (/work/oxidecomputer/omicron/clients/dns-service-client)
27872024-10-14T03:28:16.414Z[ host-package] Compiling oso v0.27.3
27882024-10-14T03:28:16.518Z[ helios-setup] Oct 14 03:28:15.898 INFO E| Compiling progenitor-macro v0.2.1-dev (https://github.com/oxidecomputer/progenitor#3a5fe998)
27892024-10-14T03:28:21.483Z[ host-package] Compiling nexus-db-queries v0.1.0 (/work/oxidecomputer/omicron/nexus/db-queries)
27902024-10-14T03:28:22.315Z[ host-package] Compiling bb8 v0.8.5
27912024-10-14T03:28:23.104Z[ host-package] Compiling const_format_proc_macros v0.2.33
27922024-10-14T03:28:23.823Z[ host-package] Compiling vte_generate_state_changes v0.1.1
27932024-10-14T03:28:25.569Z[ host-package] Compiling vte v0.11.1
27942024-10-14T03:28:27.296Z[ host-package] Compiling const_format v0.2.33
27952024-10-14T03:28:28.629Z[ helios-setup] Oct 14 03:28:28.008 INFO E| Compiling tokio-tungstenite v0.18.0
27962024-10-14T03:28:28.884Z[ host-package] Compiling async-bb8-diesel v0.2.1
27972024-10-14T03:28:29.984Z[ helios-setup] Oct 14 03:28:29.363 INFO E| Compiling progenitor-client v0.2.1-dev (https://github.com/oxidecomputer/progenitor#3a5fe998)
27982024-10-14T03:28:31.739Z[ host-package] Compiling fd-lock v4.0.2
27992024-10-14T03:28:32.145Z[ host-package] Compiling libgit2-sys v0.17.0+1.8.1
28002024-10-14T03:28:32.224Z[ host-package] Compiling atty v0.2.14
28012024-10-14T03:28:32.770Z[ host-package] Compiling salty v0.3.0
28022024-10-14T03:28:33.876Z[ host-package] Compiling bytecount v0.6.8
28032024-10-14T03:28:33.922Z[ helios-setup] Oct 14 03:28:33.301 INFO E| Compiling smartstring v1.0.1
28042024-10-14T03:28:34.757Z[ host-package] Compiling papergrid v0.11.0
28052024-10-14T03:28:34.800Z[ helios-setup] Oct 14 03:28:34.179 INFO E| Compiling rustls v0.21.0
28062024-10-14T03:28:37.066Z[ helios-setup] Oct 14 03:28:36.444 INFO E| Compiling rustls-webpki v0.100.1
28072024-10-14T03:28:40.292Z[ helios-setup] Oct 14 03:28:39.670 INFO E| Compiling sct v0.7.0
28082024-10-14T03:28:41.156Z[ helios-setup] Oct 14 03:28:40.534 INFO E| Compiling serde_spanned v0.6.1
28092024-10-14T03:28:41.199Z[ helios-setup] Oct 14 03:28:40.577 INFO E| Compiling toml_datetime v0.6.1
28102024-10-14T03:28:41.771Z[ helios-setup] Oct 14 03:28:41.149 INFO E| Compiling slog-async v2.7.0
28112024-10-14T03:28:42.643Z[ helios-setup] Oct 14 03:28:42.021 INFO E| Compiling paste v1.0.12
28122024-10-14T03:28:43.145Z[ helios-setup] Oct 14 03:28:42.523 INFO E| Compiling match_cfg v0.1.0
28132024-10-14T03:28:43.521Z[ helios-setup] Oct 14 03:28:42.899 INFO E| Compiling winnow v0.4.1
28142024-10-14T03:28:44.115Z[ helios-setup] Oct 14 03:28:43.493 INFO E| Compiling async-trait v0.1.68
28152024-10-14T03:28:45.212Z[ helios-setup] Oct 14 03:28:44.589 INFO E| Compiling camino v1.1.4
28162024-10-14T03:28:46.811Z[ helios-setup] Oct 14 03:28:46.188 INFO E| Compiling static_assertions v1.1.0
28172024-10-14T03:28:49.350Z[ helios-setup] Oct 14 03:28:48.728 INFO E| Compiling hostname v0.3.1
28182024-10-14T03:28:50.565Z[ helios-setup] Oct 14 03:28:49.943 INFO E| Compiling toml_edit v0.19.8
28192024-10-14T03:28:50.922Z[ helios-setup] Oct 14 03:28:50.299 INFO E| Compiling racktest-agent-protocol v0.0.0 (/work/oxidecomputer/helios/projects/pilot/racktest/agent/protocol)
28202024-10-14T03:28:53.320Z[ host-package] Compiling parking_lot v0.11.2
28212024-10-14T03:28:56.409Z[ helios-setup] Oct 14 03:28:55.786 INFO E| Compiling slog-json v2.6.1
28222024-10-14T03:28:57.840Z[ host-package] Compiling strip-ansi-escapes v0.2.0
28232024-10-14T03:28:57.899Z[ helios-setup] Oct 14 03:28:57.276 INFO E| Compiling unicode-linebreak v0.1.4
28242024-10-14T03:28:59.911Z[ host-package] Compiling tabled_derive v0.7.0
28252024-10-14T03:29:02.796Z[ helios-setup] Oct 14 03:29:02.173 INFO E| Compiling async-stream-impl v0.3.5
28262024-10-14T03:29:02.947Z[ helios-setup] Oct 14 03:29:02.323 INFO E| Compiling rhai_codegen v1.5.0
28272024-10-14T03:29:04.461Z[ host-package] Compiling crucible-agent-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=2b88ab88461fb06aaf2aab11c5e381a3cad25eac#2b88ab88)
28282024-10-14T03:29:05.589Z[ helios-setup] Oct 14 03:29:04.964 INFO E| Compiling dropshot v0.9.1-dev (https://github.com/oxidecomputer/dropshot.git?rev=9911f3cf00178e0ee64b99f2c59b5a5464075230#9911f3cf)
28292024-10-14T03:29:06.559Z[ helios-setup] Oct 14 03:29:05.935 INFO E| Compiling take_mut v0.2.2
28302024-10-14T03:29:07.614Z[ helios-setup] Oct 14 03:29:06.990 INFO E| Compiling async-stream v0.3.5
28312024-10-14T03:29:08.185Z[ helios-setup] Oct 14 03:29:07.561 INFO E| Compiling rhai v1.14.0
28322024-10-14T03:29:08.667Z[ helios-setup] Oct 14 03:29:08.043 INFO E| Compiling tokio-rustls v0.24.0
28332024-10-14T03:29:08.768Z[ host-package] Compiling crossterm v0.27.0
28342024-10-14T03:29:09.637Z[ helios-setup] Oct 14 03:29:09.013 INFO E| Compiling toml v0.7.3
28352024-10-14T03:29:12.446Z[ helios-setup] Oct 14 03:29:11.821 INFO E| Compiling slog-bunyan v2.4.0
28362024-10-14T03:29:13.676Z[ host-package] Compiling peg-macros v0.8.4
28372024-10-14T03:29:15.897Z[ helios-setup] Oct 14 03:29:15.273 INFO E| Compiling rustls-pemfile v1.0.2
28382024-10-14T03:29:17.502Z[ helios-setup] Oct 14 03:29:16.878 INFO E| Compiling dropshot_endpoint v0.9.1-dev (https://github.com/oxidecomputer/dropshot.git?rev=9911f3cf00178e0ee64b99f2c59b5a5464075230#9911f3cf)
28392024-10-14T03:29:18.469Z[ helios-setup] Oct 14 03:29:17.844 INFO E| Compiling bincode v1.3.3
28402024-10-14T03:29:19.873Z[ helios-setup] Oct 14 03:29:19.249 INFO E| Compiling serde_path_to_error v0.1.11
28412024-10-14T03:29:20.709Z[ helios-setup] Oct 14 03:29:20.084 INFO E| Compiling racktest-control-protocol v0.0.0 (/work/oxidecomputer/helios/projects/pilot/racktest/control/protocol)
28422024-10-14T03:29:20.991Z[ host-package] Compiling sqlparser_derive v0.2.2
28432024-10-14T03:29:21.175Z[ host-package] Compiling unicode_categories v0.1.1
28442024-10-14T03:29:21.989Z[ helios-setup] Oct 14 03:29:21.364 INFO E| Compiling terminal_size v0.2.6
28452024-10-14T03:29:22.196Z[ helios-setup] Oct 14 03:29:21.567 INFO E| Compiling smawk v0.3.1
28462024-10-14T03:29:22.737Z[ helios-setup] Oct 14 03:29:22.112 INFO E| Compiling textwrap v0.16.0
28472024-10-14T03:29:22.780Z[ host-package] Compiling nu-ansi-term v0.50.0
28482024-10-14T03:29:23.219Z[ host-package] Compiling sqlparser v0.45.0
28492024-10-14T03:29:25.777Z[ host-package] Compiling reedline v0.33.0
28502024-10-14T03:29:43.353Z[ host-package] Compiling rustyline v14.0.0
28512024-10-14T03:29:44.613Z[ host-package] Compiling sqlformat v0.2.6
28522024-10-14T03:29:48.812Z[ helios-setup] Oct 14 03:29:48.185 INFO E| Compiling git2 v0.16.1
28532024-10-14T03:29:54.027Z[ helios-setup] Oct 14 03:29:53.400 INFO E| Compiling built v0.6.0
28542024-10-14T03:29:55.455Z[ host-package] Compiling peg v0.8.4
28552024-10-14T03:29:55.767Z[ host-package] Compiling tabled v0.15.0
28562024-10-14T03:29:56.224Z[ host-package] Compiling sled v0.34.7
28572024-10-14T03:29:58.020Z[ helios-setup] Oct 14 03:29:57.393 INFO E| Compiling progenitor v0.2.1-dev (https://github.com/oxidecomputer/progenitor#3a5fe998)
28582024-10-14T03:29:59.548Z[ helios-setup] Oct 14 03:29:58.920 INFO E| Compiling racktest-agent-openapi v0.1.0 (/work/oxidecomputer/helios/projects/pilot/racktest/agent/openapi)
28592024-10-14T03:30:00.150Z[ helios-setup] Oct 14 03:29:59.523 INFO E| Compiling racktest-agent v0.0.0 (/work/oxidecomputer/helios/projects/pilot/racktest/agent/server)
28602024-10-14T03:30:00.809Z[ host-package] Compiling mime_guess v2.0.4
28612024-10-14T03:30:03.217Z[ host-package] Compiling ipcc v0.1.0 (/work/oxidecomputer/omicron/ipcc)
28622024-10-14T03:30:04.421Z[ host-package] Compiling hickory-client v0.24.1
28632024-10-14T03:30:04.719Z[ host-package] Compiling clickward v0.1.0 (https://github.com/oxidecomputer/clickward?rev=ceec762e6a87d2a22bf56792a3025e145caa095e#ceec762e)
28642024-10-14T03:30:05.634Z[ host-package] Compiling dns-server-api v0.1.0 (/work/oxidecomputer/omicron/dns-server-api)
28652024-10-14T03:30:06.289Z[ host-package] Compiling bootstrap-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-client)
28662024-10-14T03:30:11.793Z[ host-package] Compiling oximeter-client v0.1.0 (/work/oxidecomputer/omicron/clients/oximeter-client)
28672024-10-14T03:30:14.460Z[ host-package] Compiling ddm-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=056283eb02b6887fbf27f66a215662520f7c159c#056283eb)
28682024-10-14T03:30:14.771Z[ host-package] Compiling hickory-server v0.24.1
28692024-10-14T03:30:17.422Z[ host-package] Compiling primeorder v0.13.6
28702024-10-14T03:30:18.083Z[ host-package] Compiling vergen v8.3.2
28712024-10-14T03:30:18.496Z[ host-package] Compiling bcs v0.1.6
28722024-10-14T03:30:19.658Z[ host-package] Compiling env_filter v0.1.2
28732024-10-14T03:30:20.738Z[ helios-setup] Oct 14 03:30:20.109 INFO E| Compiling racktest-driver v0.0.0 (/work/oxidecomputer/helios/projects/pilot/racktest/driver)
28742024-10-14T03:30:21.464Z[ host-package] Compiling cargo-platform v0.1.8
28752024-10-14T03:30:22.760Z[ host-package] Compiling nanorand v0.7.0
28762024-10-14T03:30:22.977Z[ host-package] Compiling memoffset v0.9.1
28772024-10-14T03:30:23.198Z[ helios-setup] Oct 14 03:30:22.570 INFO E| Compiling racktest-control-server v0.0.0 (/work/oxidecomputer/helios/projects/pilot/racktest/control/server)
28782024-10-14T03:30:23.781Z[ host-package] Compiling flume v0.11.0
28792024-10-14T03:30:23.832Z[ host-package] Compiling cargo_metadata v0.18.1
28802024-10-14T03:30:24.242Z[ host-package] Compiling env_logger v0.11.5
28812024-10-14T03:30:24.881Z[ host-package] Compiling dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server)
28822024-10-14T03:30:26.339Z[ host-package] Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
28832024-10-14T03:30:29.385Z[ host-package] Compiling p384 v0.13.0
28842024-10-14T03:30:32.819Z[ host-package] Compiling omicron-ddm-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ddm-admin-client)
28852024-10-14T03:30:41.943Z[ host-package] Compiling gateway-types v0.1.0 (/work/oxidecomputer/omicron/gateway-types)
28862024-10-14T03:30:48.974Z[ host-package] Compiling attest-data v0.3.0 (https://github.com/oxidecomputer/dice-util?rev=3cc953c8d0ace2f20cbcf3920b0771d25301960a#3cc953c8)
28872024-10-14T03:30:51.712Z[ host-package] Compiling git2 v0.19.0
28882024-10-14T03:31:04.292Z[ host-package] Compiling propolis_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=11371b0f3743f8df5b047dc0edc2699f4bdf3927#11371b0f)
28892024-10-14T03:31:06.468Z[ host-package] Compiling libsqlite3-sys v0.30.1
28902024-10-14T03:31:07.140Z[ host-package] Compiling lzma-sys v0.1.20
28912024-10-14T03:31:07.352Z[ host-package] Compiling sprockets-tls v0.1.0 (https://github.com/oxidecomputer/sprockets.git?rev=cc13773832df1e38257cdc511adfaad72954bbe1#cc137738)
28922024-10-14T03:31:07.408Z[ host-package] Compiling rustls v0.21.12
28932024-10-14T03:31:07.414Z[ helios-setup] Oct 14 03:31:06.783 INFO E| Compiling pilot v0.1.0 (/work/oxidecomputer/helios/projects/pilot)
28942024-10-14T03:31:07.777Z[ host-package] Compiling cfg_aliases v0.2.1
28952024-10-14T03:31:07.949Z[ host-package] Compiling nix v0.29.0
28962024-10-14T03:31:08.253Z[ host-package] Compiling dice-verifier v0.2.0 (https://github.com/oxidecomputer/dice-util?rev=3cc953c8d0ace2f20cbcf3920b0771d25301960a#3cc953c8)
28972024-10-14T03:31:10.389Z[ host-package] Compiling wicket-common v0.1.0 (/work/oxidecomputer/omicron/wicket-common)
28982024-10-14T03:31:11.023Z[ host-package] Compiling key-manager v0.1.0 (/work/oxidecomputer/omicron/key-manager)
28992024-10-14T03:31:11.893Z[ host-package] Compiling clickhouse-admin-keeper-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-keeper-client)
29002024-10-14T03:31:15.030Z[ host-package] Compiling clickhouse-admin-server-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-server-client)
29012024-10-14T03:31:19.527Z[ host-package] Compiling nexus-saga-recovery v0.1.0 (/work/oxidecomputer/omicron/nexus/saga-recovery)
29022024-10-14T03:31:19.745Z[ host-package] Compiling crucible-client-types v0.1.0 (https://github.com/oxidecomputer/crucible?rev=2b88ab88461fb06aaf2aab11c5e381a3cad25eac#2b88ab88)
29032024-10-14T03:31:21.729Z[ host-package] Compiling sct v0.7.1
29042024-10-14T03:31:22.446Z[ host-package] Compiling rustls-webpki v0.101.7
29052024-10-14T03:31:22.523Z[ host-package] Compiling heck v0.3.3
29062024-10-14T03:31:22.967Z[ host-package] Compiling castaway v0.2.3
29072024-10-14T03:31:23.263Z[ host-package] Compiling rand_seeder v0.3.0
29082024-10-14T03:31:23.782Z[ host-package] Compiling csv-core v0.1.11
29092024-10-14T03:31:24.504Z[ host-package] Compiling gateway-sp-comms v0.1.1 (https://github.com/oxidecomputer/management-gateway-service?rev=9bbac475dcaac88286c07a20b6bd3e94fc81d7f0#9bbac475)
29102024-10-14T03:31:24.970Z[ host-package] Compiling http-range v0.1.5
29112024-10-14T03:31:25.784Z[ host-package] Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys?branch=main#e07ad764)
29122024-10-14T03:31:26.530Z[ host-package] Compiling sled-storage v0.1.0 (/work/oxidecomputer/omicron/sled-storage)
29132024-10-14T03:31:26.664Z[ host-package] Compiling hyper-staticfile v0.10.1
29142024-10-14T03:31:27.417Z[ host-package] Compiling csv v1.3.0
29152024-10-14T03:31:27.455Z[ host-package] Compiling typed-rng v0.1.0 (/work/oxidecomputer/omicron/typed-rng)
29162024-10-14T03:31:29.244Z[ host-package] Compiling compact_str v0.8.0
29172024-10-14T03:31:30.491Z[ host-package] Compiling zone_cfg_derive v0.1.2
29182024-10-14T03:31:30.832Z[ host-package] Compiling propolis_api_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=11371b0f3743f8df5b047dc0edc2699f4bdf3927#11371b0f)
29192024-10-14T03:31:32.926Z[ host-package] Compiling nix v0.27.1
29202024-10-14T03:31:33.033Z[ host-package] Compiling crucible-common v0.0.1 (https://github.com/oxidecomputer/crucible?rev=2b88ab88461fb06aaf2aab11c5e381a3cad25eac#2b88ab88)
29212024-10-14T03:31:40.035Z[ host-package] Compiling update-common v0.1.0 (/work/oxidecomputer/omicron/update-common)
29222024-10-14T03:31:40.035Z[ host-package] Compiling propolis-mock-server v0.0.0 (https://github.com/oxidecomputer/propolis?rev=11371b0f3743f8df5b047dc0edc2699f4bdf3927#11371b0f)
29232024-10-14T03:31:42.924Z[ host-package] Compiling bootstrap-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-api)
29242024-10-14T03:31:47.761Z[ host-package] Compiling sled-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/api)
29252024-10-14T03:31:53.504Z[ host-package] Compiling tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc.git?branch=main#e644a21a)
29262024-10-14T03:31:54.173Z[ host-package] Compiling nexus-metrics-producer-gc v0.1.0 (/work/oxidecomputer/omicron/nexus/metrics-producer-gc)
29272024-10-14T03:31:54.330Z[ host-package] Compiling nexus-reconfigurator-execution v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/execution)
29282024-10-14T03:31:54.986Z[ host-package] Compiling unicode-truncate v1.0.0
29292024-10-14T03:31:55.111Z[ host-package] Compiling cpuid_profile_config v0.0.0 (https://github.com/oxidecomputer/propolis?rev=fae5334bcad5e864794332c6fed5e6bb9ec88831#fae5334b)
29302024-10-14T03:31:55.648Z[ host-package] Compiling hashlink v0.9.1
29312024-10-14T03:31:56.188Z[ host-package] Compiling lru v0.12.3
29322024-10-14T03:31:56.853Z[ host-package] Compiling instability v0.3.2
29332024-10-14T03:31:57.097Z[ host-package] Compiling base64 v0.13.1
29342024-10-14T03:31:57.360Z[ host-package] Compiling fallible-iterator v0.3.0
29352024-10-14T03:31:58.935Z[ host-package] Compiling cassowary v0.3.0
29362024-10-14T03:31:59.022Z[ host-package] Compiling fallible-streaming-iterator v0.1.9
29372024-10-14T03:31:59.586Z[ host-package] Compiling rusqlite v0.32.1
29382024-10-14T03:31:59.709Z[ host-package] Compiling ron v0.7.1
29392024-10-14T03:32:05.875Z[ host-package] Compiling nexus-networking v0.1.0 (/work/oxidecomputer/omicron/nexus/networking)
29402024-10-14T03:32:09.226Z[ host-package] Compiling nexus-reconfigurator-preparation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/preparation)
29412024-10-14T03:32:09.732Z[ host-package] Compiling ratatui v0.28.0
29422024-10-14T03:32:12.302Z[ host-package] Compiling propolis-server-config v0.0.0 (https://github.com/oxidecomputer/propolis?rev=fae5334bcad5e864794332c6fed5e6bb9ec88831#fae5334b)
29432024-10-14T03:32:13.245Z[ host-package] Compiling omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent)
29442024-10-14T03:32:15.046Z[ helios-setup] Oct 14 03:32:14.410 INFO E| Finished `release` profile [optimized] target(s) in 6m 59s
29452024-10-14T03:32:15.087Z[ host-package] Compiling xz2 v0.1.7
29462024-10-14T03:32:15.174Z[ helios-setup] Oct 14 03:32:14.538 INFO building project "pilot" ok (419 seconds)
29472024-10-14T03:32:15.174Z[ helios-setup] Oct 14 03:32:14.538 INFO building project "image-builder" at /work/oxidecomputer/helios/projects/image-builder
29482024-10-14T03:32:15.177Z[ helios-setup] Oct 14 03:32:14.538 INFO exec: ["cargo", "build", "--locked"], pwd: Some("/work/oxidecomputer/helios/projects/image-builder")
29492024-10-14T03:32:15.518Z[ helios-setup] Oct 14 03:32:14.881 INFO E| Updating git repository `https://github.com/jclulow/rust-jmclib`
29502024-10-14T03:32:15.975Z[ helios-setup] Oct 14 03:32:15.339 INFO E| From https://github.com/jclulow/rust-jmclib
29512024-10-14T03:32:15.975Z[ helios-setup] Oct 14 03:32:15.339 INFO E| * [new ref] 98fb2268f5a2f350e65ab5c8fc490b27eb1b3949 -> refs/commit/98fb2268f5a2f350e65ab5c8fc490b27eb1b3949
29522024-10-14T03:32:15.998Z[ helios-setup] Oct 14 03:32:15.361 INFO E| Updating crates.io index
29532024-10-14T03:32:16.125Z[ helios-setup] Oct 14 03:32:15.488 INFO E| Downloading crates ...
29542024-10-14T03:32:16.227Z[ helios-setup] Oct 14 03:32:15.590 INFO E| Downloaded bitflags v2.3.3
29552024-10-14T03:32:16.232Z[ helios-setup] Oct 14 03:32:15.596 INFO E| Downloaded itoa v1.0.9
29562024-10-14T03:32:16.235Z[ helios-setup] Oct 14 03:32:15.599 INFO E| Downloaded cpufeatures v0.2.9
29572024-10-14T03:32:16.238Z[ helios-setup] Oct 14 03:32:15.601 INFO E| Downloaded quote v1.0.31
29582024-10-14T03:32:16.243Z[ helios-setup] Oct 14 03:32:15.606 INFO E| Downloaded opaque-debug v0.3.0
29592024-10-14T03:32:16.245Z[ helios-setup] Oct 14 03:32:15.608 INFO E| Downloaded md-5 v0.9.1
29602024-10-14T03:32:16.248Z[ helios-setup] Oct 14 03:32:15.611 INFO E| Downloaded fastrand v2.0.0
29612024-10-14T03:32:16.251Z[ helios-setup] Oct 14 03:32:15.613 INFO E| Downloaded block-buffer v0.9.0
29622024-10-14T03:32:16.266Z[ helios-setup] Oct 14 03:32:15.630 INFO E| Downloaded sha-1 v0.9.8
29632024-10-14T03:32:16.269Z[ helios-setup] Oct 14 03:32:15.633 INFO E| Downloaded libdevinfo-sys v1.0.0
29642024-10-14T03:32:16.272Z[ helios-setup] Oct 14 03:32:15.635 INFO E| Downloaded getrandom v0.2.10
29652024-10-14T03:32:16.276Z[ helios-setup] Oct 14 03:32:15.640 INFO E| Downloaded digest v0.9.0
29662024-10-14T03:32:16.278Z[ helios-setup] Oct 14 03:32:15.642 INFO E| Downloaded uuid v0.8.2
29672024-10-14T03:32:16.284Z[ helios-setup] Oct 14 03:32:15.648 INFO E| Downloaded unicode-ident v1.0.11
29682024-10-14T03:32:16.289Z[ helios-setup] Oct 14 03:32:15.653 INFO E| Downloaded proc-macro2 v1.0.66
29692024-10-14T03:32:16.294Z[ helios-setup] Oct 14 03:32:15.658 INFO E| Downloaded serde_derive v1.0.193
29702024-10-14T03:32:16.299Z[ helios-setup] Oct 14 03:32:15.663 INFO E| Downloaded serde v1.0.193
29712024-10-14T03:32:16.305Z[ helios-setup] Oct 14 03:32:15.669 INFO E| Downloaded ryu v1.0.15
29722024-10-14T03:32:16.311Z[ helios-setup] Oct 14 03:32:15.675 INFO E| Downloaded serde_json v1.0.103
29732024-10-14T03:32:16.324Z[ helios-setup] Oct 14 03:32:15.688 INFO E| Downloaded syn v2.0.32
29742024-10-14T03:32:16.357Z[ helios-setup] Oct 14 03:32:15.721 INFO E| Downloaded rustix v0.38.4
29752024-10-14T03:32:16.389Z[ helios-setup] Oct 14 03:32:15.753 INFO E| Downloaded anyhow v1.0.72
29762024-10-14T03:32:16.395Z[ helios-setup] Oct 14 03:32:15.759 INFO E| Downloaded tempfile v3.7.0
29772024-10-14T03:32:16.398Z[ helios-setup] Oct 14 03:32:15.762 INFO E| Downloaded libc v0.2.147
29782024-10-14T03:32:16.441Z[ helios-setup] Oct 14 03:32:15.805 INFO E| Downloaded once_cell v1.18.0
29792024-10-14T03:32:16.452Z[ helios-setup] Oct 14 03:32:15.816 INFO E| Blocking waiting for file lock on package cache
29802024-10-14T03:32:16.823Z[ host-package] Compiling tokio-rustls v0.24.1
29812024-10-14T03:32:17.326Z[ host-package] Compiling zone v0.1.8
29822024-10-14T03:32:20.691Z[ host-package] Compiling nexus-inventory v0.1.0 (/work/oxidecomputer/omicron/nexus/inventory)
29832024-10-14T03:32:26.731Z[ helios-setup] Oct 14 03:32:26.093 INFO E| Compiling libc v0.2.147
29842024-10-14T03:32:26.735Z[ helios-setup] Oct 14 03:32:26.094 INFO E| Compiling proc-macro2 v1.0.66
29852024-10-14T03:32:26.736Z[ helios-setup] Oct 14 03:32:26.094 INFO E| Compiling unicode-ident v1.0.11
29862024-10-14T03:32:26.736Z[ helios-setup] Oct 14 03:32:26.094 INFO E| Compiling cfg-if v1.0.0
29872024-10-14T03:32:26.736Z[ helios-setup] Oct 14 03:32:26.094 INFO E| Compiling typenum v1.16.0
29882024-10-14T03:32:26.736Z[ helios-setup] Oct 14 03:32:26.094 INFO E| Compiling version_check v0.9.4
29892024-10-14T03:32:26.736Z[ helios-setup] Oct 14 03:32:26.095 INFO E| Compiling serde v1.0.193
29902024-10-14T03:32:26.736Z[ helios-setup] Oct 14 03:32:26.095 INFO E| Compiling num-conv v0.1.0
29912024-10-14T03:32:26.905Z[ helios-setup] Oct 14 03:32:26.267 INFO E| Compiling rustix v0.38.4
29922024-10-14T03:32:27.177Z[ helios-setup] Oct 14 03:32:26.539 INFO E| Compiling slog v2.7.0
29932024-10-14T03:32:27.796Z[ helios-setup] Oct 14 03:32:27.159 INFO E| Compiling time-core v0.1.2
29942024-10-14T03:32:27.974Z[ helios-setup] Oct 14 03:32:27.336 INFO E| Compiling powerfmt v0.2.0
29952024-10-14T03:32:27.988Z[ helios-setup] Oct 14 03:32:27.350 INFO E| Compiling itoa v1.0.9
29962024-10-14T03:32:28.194Z[ helios-setup] Oct 14 03:32:27.557 INFO E| Compiling time-macros v0.2.18
29972024-10-14T03:32:28.207Z[ helios-setup] Oct 14 03:32:27.565 INFO E| Compiling generic-array v0.14.7
29982024-10-14T03:32:28.540Z[ helios-setup] Oct 14 03:32:27.902 INFO E| Compiling deranged v0.3.11
29992024-10-14T03:32:28.872Z[ helios-setup] Oct 14 03:32:28.234 INFO E| Compiling once_cell v1.18.0
30002024-10-14T03:32:28.967Z[ helios-setup] Oct 14 03:32:28.330 INFO E| Compiling num_threads v0.1.6
30012024-10-14T03:32:29.001Z[ helios-setup] Oct 14 03:32:28.364 INFO E| Compiling bitflags v2.3.3
30022024-10-14T03:32:29.905Z[ helios-setup] Oct 14 03:32:29.268 INFO E| Compiling quote v1.0.31
30032024-10-14T03:32:30.192Z[ helios-setup] Oct 14 03:32:29.555 INFO E| Compiling thread_local v1.1.7
30042024-10-14T03:32:30.811Z[ helios-setup] Oct 14 03:32:30.173 INFO E| Compiling dirs-sys-next v0.1.2
30052024-10-14T03:32:30.898Z[ helios-setup] Oct 14 03:32:30.261 INFO E| Compiling syn v2.0.32
30062024-10-14T03:32:31.561Z[ helios-setup] Oct 14 03:32:30.923 INFO E| Compiling dirs-next v2.0.0
30072024-10-14T03:32:31.561Z[ helios-setup] Oct 14 03:32:30.923 INFO E| Compiling errno v0.3.1
30082024-10-14T03:32:31.600Z[ helios-setup] Oct 14 03:32:30.962 INFO E| Compiling atty v0.2.14
30092024-10-14T03:32:31.796Z[ helios-setup] Oct 14 03:32:31.158 INFO E| Compiling term v0.7.0
30102024-10-14T03:32:32.194Z[ helios-setup] Oct 14 03:32:31.556 INFO E| Compiling anyhow v1.0.72
30112024-10-14T03:32:32.393Z[ helios-setup] Oct 14 03:32:31.756 INFO E| Compiling fastrand v2.0.0
30122024-10-14T03:32:32.960Z[ helios-setup] Oct 14 03:32:32.322 INFO E| Compiling opaque-debug v0.3.0
30132024-10-14T03:32:33.077Z[ helios-setup] Oct 14 03:32:32.438 INFO E| Compiling serde_json v1.0.103
30142024-10-14T03:32:33.852Z[ helios-setup] Oct 14 03:32:33.215 INFO E| Compiling getrandom v0.2.10
30152024-10-14T03:32:34.131Z[ helios-setup] Oct 14 03:32:33.493 INFO E| Compiling time v0.3.36
30162024-10-14T03:32:34.215Z[ helios-setup] Oct 14 03:32:33.561 INFO E| Compiling cpufeatures v0.2.9
30172024-10-14T03:32:34.478Z[ helios-setup] Oct 14 03:32:33.840 INFO E| Compiling digest v0.9.0
30182024-10-14T03:32:34.496Z[ helios-setup] Oct 14 03:32:33.859 INFO E| Compiling block-buffer v0.9.0
30192024-10-14T03:32:34.529Z[ helios-setup] Oct 14 03:32:33.892 INFO E| Compiling unicode-width v0.1.10
30202024-10-14T03:32:34.717Z[ helios-setup] Oct 14 03:32:34.080 INFO E| Compiling same-file v1.0.6
30212024-10-14T03:32:34.732Z[ helios-setup] Oct 14 03:32:34.094 INFO E| Compiling ryu v1.0.15
30222024-10-14T03:32:34.793Z[ helios-setup] Oct 14 03:32:34.155 INFO E| Compiling md-5 v0.9.1
30232024-10-14T03:32:34.907Z[ helios-setup] Oct 14 03:32:34.269 INFO E| Compiling sha-1 v0.9.8
30242024-10-14T03:32:35.189Z[ helios-setup] Oct 14 03:32:34.551 INFO E| Compiling walkdir v2.3.3
30252024-10-14T03:32:35.431Z[ helios-setup] Oct 14 03:32:34.791 INFO E| Compiling tempfile v3.7.0
30262024-10-14T03:32:35.599Z[ helios-setup] Oct 14 03:32:34.961 INFO E| Compiling getopts v0.2.21
30272024-10-14T03:32:35.955Z[ helios-setup] Oct 14 03:32:35.317 INFO E| Compiling glob v0.3.1
30282024-10-14T03:32:36.889Z[ helios-setup] Oct 14 03:32:36.251 INFO E| Compiling libdevinfo-sys v1.0.0
30292024-10-14T03:32:37.432Z[ host-package] Compiling wicketd-client v0.1.0 (/work/oxidecomputer/omicron/clients/wicketd-client)
30302024-10-14T03:32:38.110Z[ helios-setup] Oct 14 03:32:37.471 INFO E| Compiling slog-term v2.9.0
30312024-10-14T03:32:38.249Z[ host-package] Compiling gateway-api v0.1.0 (/work/oxidecomputer/omicron/gateway-api)
30322024-10-14T03:32:40.582Z[ helios-setup] Oct 14 03:32:39.944 INFO E| Compiling serde_derive v1.0.193
30332024-10-14T03:32:42.302Z[ host-package] Compiling propolis-client v0.1.0 (https://github.com/oxidecomputer/propolis?rev=fae5334bcad5e864794332c6fed5e6bb9ec88831#fae5334b)
30342024-10-14T03:32:44.151Z[ host-package] Compiling omicron-nexus v0.1.0 (/work/oxidecomputer/omicron/nexus)
30352024-10-14T03:32:44.537Z[ host-package] Compiling rustls-pemfile v1.0.4
30362024-10-14T03:32:45.384Z[ host-package] Compiling cockroach-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/cockroach-admin-client)
30372024-10-14T03:32:46.112Z[ host-package] Compiling openapi-manager-types v0.1.0 (/work/oxidecomputer/omicron/dev-tools/openapi-manager/types)
30382024-10-14T03:32:46.305Z[ host-package] Compiling signal-hook-tokio v0.3.1
30392024-10-14T03:32:46.562Z[ host-package] Compiling twox-hash v1.6.3
30402024-10-14T03:32:46.682Z[ host-package] Compiling yasna v0.5.2
30412024-10-14T03:32:47.783Z[ host-package] Compiling unicode-linebreak v0.1.5
30422024-10-14T03:32:48.583Z[ host-package] Compiling is_ci v1.2.0
30432024-10-14T03:32:49.071Z[ host-package] Compiling smawk v0.3.2
30442024-10-14T03:32:49.644Z[ host-package] Compiling textwrap v0.16.1
30452024-10-14T03:32:50.695Z[ host-package] Compiling supports-color v3.0.1
30462024-10-14T03:32:50.991Z[ host-package] Compiling libfalcon v0.1.0 (https://github.com/oxidecomputer/falcon?branch=main#d8c38f89)
30472024-10-14T03:32:51.361Z[ host-package] Compiling rcgen v0.12.1
30482024-10-14T03:32:53.921Z[ host-package] Compiling omicron-gateway v0.1.0 (/work/oxidecomputer/omicron/gateway)
30492024-10-14T03:32:56.280Z[ helios-setup] Oct 14 03:32:55.640 INFO E| Compiling toml v0.5.11
30502024-10-14T03:32:56.280Z[ helios-setup] Oct 14 03:32:55.640 INFO E| Compiling uuid v0.8.2
30512024-10-14T03:32:58.667Z[ helios-setup] Oct 14 03:32:58.028 INFO E| Compiling jmclib v0.1.0 (https://github.com/jclulow/rust-jmclib#98fb2268)
30522024-10-14T03:33:01.880Z[ helios-setup] Oct 14 03:33:01.240 INFO E| Compiling illumos-image-builder v0.0.0 (/work/oxidecomputer/helios/projects/image-builder)
30532024-10-14T03:33:04.962Z[ host-package] Compiling nexus-external-api v0.1.0 (/work/oxidecomputer/omicron/nexus/external-api)
30542024-10-14T03:33:06.574Z[ host-package] Compiling nexus-reconfigurator-planning v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/planning)
30552024-10-14T03:33:13.145Z[ host-package] Compiling cockroach-admin-types v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types)
30562024-10-14T03:33:15.987Z[ host-package] Compiling sp-sim v0.1.0 (/work/oxidecomputer/omicron/sp-sim)
30572024-10-14T03:33:17.485Z[ helios-setup] Oct 14 03:33:16.841 INFO E| Finished `dev` profile [unoptimized + debuginfo] target(s) in 1m 02s
30582024-10-14T03:33:17.518Z[ helios-setup] Oct 14 03:33:16.876 INFO building project "image-builder" ok (62 seconds)
30592024-10-14T03:33:17.518Z[ helios-setup] Oct 14 03:33:16.877 INFO building project "bootserver" at /work/oxidecomputer/helios/projects/bootserver
30602024-10-14T03:33:17.522Z[ helios-setup] Oct 14 03:33:16.877 INFO exec: ["cargo", "build", "--locked", "--release"], pwd: Some("/work/oxidecomputer/helios/projects/bootserver")
30612024-10-14T03:33:17.832Z[ helios-setup] Oct 14 03:33:17.191 INFO E| Downloading crates ...
30622024-10-14T03:33:17.922Z[ host-package] Compiling nexus-test-interface v0.1.0 (/work/oxidecomputer/omicron/nexus/test-interface)
30632024-10-14T03:33:17.951Z[ helios-setup] Oct 14 03:33:17.311 INFO E| Downloaded typenum v1.15.0
30642024-10-14T03:33:17.956Z[ helios-setup] Oct 14 03:33:17.315 INFO E| Downloaded sha2 v0.10.5
30652024-10-14T03:33:17.959Z[ helios-setup] Oct 14 03:33:17.318 INFO E| Downloaded digest v0.10.3
30662024-10-14T03:33:17.962Z[ helios-setup] Oct 14 03:33:17.321 INFO E| Downloaded anyhow v1.0.62
30672024-10-14T03:33:17.966Z[ helios-setup] Oct 14 03:33:17.326 INFO E| Downloaded bytes v1.2.1
30682024-10-14T03:33:18.099Z[ helios-setup] Oct 14 03:33:17.456 INFO E| Compiling version_check v0.9.4
30692024-10-14T03:33:18.100Z[ helios-setup] Oct 14 03:33:17.456 INFO E| Compiling typenum v1.15.0
30702024-10-14T03:33:18.106Z[ helios-setup] Oct 14 03:33:17.457 INFO E| Compiling crc32fast v1.3.2
30712024-10-14T03:33:18.106Z[ helios-setup] Oct 14 03:33:17.457 INFO E| Compiling cfg-if v1.0.0
30722024-10-14T03:33:18.106Z[ helios-setup] Oct 14 03:33:17.457 INFO E| Compiling adler v1.0.2
30732024-10-14T03:33:18.106Z[ helios-setup] Oct 14 03:33:17.457 INFO E| Compiling anyhow v1.0.62
30742024-10-14T03:33:18.106Z[ helios-setup] Oct 14 03:33:17.457 INFO E| Compiling unicode-width v0.1.10
30752024-10-14T03:33:18.107Z[ helios-setup] Oct 14 03:33:17.457 INFO E| Compiling cpufeatures v0.2.5
30762024-10-14T03:33:18.848Z[ host-package] Compiling nexus-internal-api v0.1.0 (/work/oxidecomputer/omicron/nexus/internal-api)
30772024-10-14T03:33:18.853Z[ helios-setup] Oct 14 03:33:18.210 INFO E| Compiling bitflags v1.3.2
30782024-10-14T03:33:18.853Z[ helios-setup] Oct 14 03:33:18.210 INFO E| Compiling bytes v1.2.1
30792024-10-14T03:33:18.856Z[ helios-setup] Oct 14 03:33:18.211 INFO E| Compiling getopts v0.2.21
30802024-10-14T03:33:18.986Z[ helios-setup] Oct 14 03:33:18.346 INFO E| Compiling generic-array v0.14.6
30812024-10-14T03:33:19.147Z[ helios-setup] Oct 14 03:33:18.507 INFO E| Compiling miniz_oxide v0.6.2
30822024-10-14T03:33:19.752Z[ host-package] Compiling clickhouse-admin-api v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/api)
30832024-10-14T03:33:20.713Z[ helios-setup] Oct 14 03:33:20.073 INFO E| Compiling flate2 v1.0.25
30842024-10-14T03:33:25.235Z[ helios-setup] Oct 14 03:33:24.594 INFO E| Compiling block-buffer v0.10.3
30852024-10-14T03:33:25.235Z[ helios-setup] Oct 14 03:33:24.594 INFO E| Compiling crypto-common v0.1.6
30862024-10-14T03:33:25.473Z[ helios-setup] Oct 14 03:33:24.832 INFO E| Compiling digest v0.10.3
30872024-10-14T03:33:25.937Z[ helios-setup] Oct 14 03:33:25.295 INFO E| Compiling sha2 v0.10.5
30882024-10-14T03:33:26.593Z[ helios-setup] Oct 14 03:33:25.952 INFO E| Compiling bootserver v0.1.0 (/work/oxidecomputer/helios/projects/bootserver)
30892024-10-14T03:33:28.730Z[ host-package] Compiling omicron-cockroach-admin v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin)
30902024-10-14T03:33:29.167Z[ host-package] Compiling crucible-pantry-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=2b88ab88461fb06aaf2aab11c5e381a3cad25eac#2b88ab88)
30912024-10-14T03:33:32.024Z[ helios-setup] Oct 14 03:33:31.363 INFO E| Finished `release` profile [optimized] target(s) in 14.39s
30922024-10-14T03:33:32.033Z[ helios-setup] Oct 14 03:33:31.379 INFO building project "bootserver" ok (14 seconds)
30932024-10-14T03:33:32.033Z[ helios-setup] Oct 14 03:33:31.379 INFO building project "amd-host-image-builder" at /work/oxidecomputer/helios/projects/amd-host-image-builder
30942024-10-14T03:33:32.033Z[ helios-setup] Oct 14 03:33:31.379 INFO exec: ["cargo", "build", "--locked"], pwd: Some("/work/oxidecomputer/helios/projects/amd-host-image-builder")
30952024-10-14T03:33:32.041Z[ helios-setup] Oct 14 03:33:31.389 INFO E| info: syncing channel updates for 'nightly-2023-12-30-x86_64-unknown-illumos'
30962024-10-14T03:33:32.248Z[ helios-setup] Oct 14 03:33:31.600 INFO E| info: latest update on 2023-12-30, rust version 1.77.0-nightly (3cdd004e5 2023-12-29)
30972024-10-14T03:33:32.267Z[ helios-setup] Oct 14 03:33:31.600 INFO E| info: downloading component 'cargo'
30982024-10-14T03:33:33.598Z[ host-package] Compiling oximeter-api v0.1.0 (/work/oxidecomputer/omicron/oximeter/api)
30992024-10-14T03:33:33.841Z[ helios-setup] Oct 14 03:33:33.199 INFO E| info: downloading component 'clippy'
31002024-10-14T03:33:34.899Z[ helios-setup] Oct 14 03:33:34.256 INFO E| info: downloading component 'rust-docs'
31012024-10-14T03:33:35.958Z[ helios-setup] Oct 14 03:33:35.316 INFO E| info: downloading component 'rust-src'
31022024-10-14T03:33:36.120Z[ helios-setup] Oct 14 03:33:35.478 INFO E| info: downloading component 'rust-std'
31032024-10-14T03:33:36.948Z[ host-package] Compiling fatfs v0.3.6
31042024-10-14T03:33:38.354Z[ helios-setup] Oct 14 03:33:37.712 INFO E| info: downloading component 'rustc'
31052024-10-14T03:33:39.904Z[ host-package] Compiling rtoolbox v0.0.2
31062024-10-14T03:33:40.367Z[ host-package] Compiling subprocess v0.2.9
31072024-10-14T03:33:41.397Z[ host-package] Compiling assert_matches v1.5.0
31082024-10-14T03:33:43.331Z[ host-package] Compiling omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils)
31092024-10-14T03:33:43.580Z[ helios-setup] Oct 14 03:33:42.937 INFO E| info: downloading component 'rustfmt'
31102024-10-14T03:33:43.875Z[ helios-setup] Oct 14 03:33:43.233 INFO E| info: installing component 'cargo'
31112024-10-14T03:33:45.171Z[ helios-setup] Oct 14 03:33:44.527 INFO E| info: installing component 'clippy'
31122024-10-14T03:33:45.513Z[ host-package] Compiling rpassword v7.3.1
31132024-10-14T03:33:45.647Z[ helios-setup] Oct 14 03:33:45.001 INFO E| info: installing component 'rust-docs'
31142024-10-14T03:33:46.120Z[ host-package] Compiling oximeter-collector v0.1.0 (/work/oxidecomputer/omicron/oximeter/collector)
31152024-10-14T03:33:48.124Z[ host-package] Compiling omicron-clickhouse-admin v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin)
31162024-10-14T03:33:51.373Z[ helios-setup] Oct 14 03:33:50.730 INFO E| info: installing component 'rust-src'
31172024-10-14T03:33:52.356Z[ helios-setup] Oct 14 03:33:51.713 INFO E| info: installing component 'rust-std'
31182024-10-14T03:33:52.413Z[ host-package] Compiling cockroach-admin-api v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/api)
31192024-10-14T03:33:54.845Z[ helios-setup] Oct 14 03:33:54.202 INFO E| info: installing component 'rustc'
31202024-10-14T03:34:00.706Z[ host-package] Compiling tui-tree-widget v0.22.0
31212024-10-14T03:34:01.432Z[ host-package] Compiling wicketd-api v0.1.0 (/work/oxidecomputer/omicron/wicketd-api)
31222024-10-14T03:34:01.559Z[ helios-setup] Oct 14 03:34:00.915 INFO E| info: installing component 'rustfmt'
31232024-10-14T03:34:02.600Z[ helios-setup] Oct 14 03:34:01.957 INFO E| Updating git repository `https://github.com/oxidecomputer/amd-apcb.git`
31242024-10-14T03:34:03.510Z[ helios-setup] Oct 14 03:34:02.867 INFO E| From https://github.com/oxidecomputer/amd-apcb
31252024-10-14T03:34:03.510Z[ helios-setup] Oct 14 03:34:02.867 INFO E| * [new ref] b03d2a56394ae20a428eaaa7f37be79733cd6927 -> refs/commit/b03d2a56394ae20a428eaaa7f37be79733cd6927
31262024-10-14T03:34:03.510Z[ helios-setup] Oct 14 03:34:02.867 INFO E| * [new tag] v0.4.1 -> v0.4.1
31272024-10-14T03:34:03.664Z[ helios-setup] Oct 14 03:34:03.021 INFO E| * [new tag] v0.1.3 -> v0.1.3
31282024-10-14T03:34:03.667Z[ helios-setup] Oct 14 03:34:03.021 INFO E| * [new tag] v0.1.4 -> v0.1.4
31292024-10-14T03:34:03.667Z[ helios-setup] Oct 14 03:34:03.021 INFO E| * [new tag] v0.1.5 -> v0.1.5
31302024-10-14T03:34:03.667Z[ helios-setup] Oct 14 03:34:03.021 INFO E| * [new tag] v0.2.0 -> v0.2.0
31312024-10-14T03:34:03.667Z[ helios-setup] Oct 14 03:34:03.022 INFO E| * [new tag] v0.3.0 -> v0.3.0
31322024-10-14T03:34:03.667Z[ helios-setup] Oct 14 03:34:03.022 INFO E| * [new tag] v0.3.1 -> v0.3.1
31332024-10-14T03:34:03.667Z[ helios-setup] Oct 14 03:34:03.022 INFO E| * [new tag] v0.3.2 -> v0.3.2
31342024-10-14T03:34:03.667Z[ helios-setup] Oct 14 03:34:03.022 INFO E| * [new tag] v0.3.3 -> v0.3.3
31352024-10-14T03:34:03.667Z[ helios-setup] Oct 14 03:34:03.023 INFO E| * [new tag] v0.4.0 -> v0.4.0
31362024-10-14T03:34:03.741Z[ helios-setup] Oct 14 03:34:03.098 INFO E| Updating git repository `ssh://git@github.com/oxidecomputer/amd-efs.git`
31372024-10-14T03:34:04.808Z[ helios-setup] Oct 14 03:34:04.164 INFO E| From https://github.com/oxidecomputer/amd-efs
31382024-10-14T03:34:04.808Z[ helios-setup] Oct 14 03:34:04.164 INFO E| * [new branch] empty -> origin/empty
31392024-10-14T03:34:04.808Z[ helios-setup] Oct 14 03:34:04.164 INFO E| * [new branch] issue-117 -> origin/issue-117
31402024-10-14T03:34:04.810Z[ helios-setup] Oct 14 03:34:04.164 INFO E| * [new branch] issue-99 -> origin/issue-99
31412024-10-14T03:34:04.811Z[ helios-setup] Oct 14 03:34:04.165 INFO E| * [new branch] main -> origin/main
31422024-10-14T03:34:04.811Z[ helios-setup] Oct 14 03:34:04.165 INFO E| * [new branch] review -> origin/review
31432024-10-14T03:34:04.811Z[ helios-setup] Oct 14 03:34:04.165 INFO E| * [new ref] -> origin/HEAD
31442024-10-14T03:34:04.811Z[ helios-setup] Oct 14 03:34:04.165 INFO E| * [new tag] v0.2.0 -> v0.2.0
31452024-10-14T03:34:04.811Z[ helios-setup] Oct 14 03:34:04.165 INFO E| * [new tag] v0.2.1 -> v0.2.1
31462024-10-14T03:34:04.811Z[ helios-setup] Oct 14 03:34:04.165 INFO E| * [new tag] v0.2.2 -> v0.2.2
31472024-10-14T03:34:04.811Z[ helios-setup] Oct 14 03:34:04.165 INFO E| * [new tag] v0.2.3 -> v0.2.3
31482024-10-14T03:34:04.811Z[ helios-setup] Oct 14 03:34:04.166 INFO E| * [new tag] v0.2.4 -> v0.2.4
31492024-10-14T03:34:04.811Z[ helios-setup] Oct 14 03:34:04.166 INFO E| * [new tag] v0.2.5 -> v0.2.5
31502024-10-14T03:34:04.811Z[ helios-setup] Oct 14 03:34:04.166 INFO E| * [new tag] v0.2.6 -> v0.2.6
31512024-10-14T03:34:04.811Z[ helios-setup] Oct 14 03:34:04.166 INFO E| * [new tag] v0.2.7 -> v0.2.7
31522024-10-14T03:34:04.811Z[ helios-setup] Oct 14 03:34:04.166 INFO E| * [new tag] v0.3.0 -> v0.3.0
31532024-10-14T03:34:04.811Z[ helios-setup] Oct 14 03:34:04.166 INFO E| * [new tag] v0.3.1 -> v0.3.1
31542024-10-14T03:34:04.811Z[ helios-setup] Oct 14 03:34:04.166 INFO E| * [new tag] v0.4.0 -> v0.4.0
31552024-10-14T03:34:04.811Z[ helios-setup] Oct 14 03:34:04.166 INFO E| * [new tag] v0.4.1 -> v0.4.1
31562024-10-14T03:34:04.832Z[ helios-setup] Oct 14 03:34:04.189 INFO E| Updating crates.io index
31572024-10-14T03:34:05.139Z[ helios-setup] Oct 14 03:34:04.496 INFO E| Downloading crates ...
31582024-10-14T03:34:05.276Z[ helios-setup] Oct 14 03:34:04.632 INFO E| Downloaded semver-parser v0.7.0
31592024-10-14T03:34:05.278Z[ helios-setup] Oct 14 03:34:04.634 INFO E| Downloaded proc-macro-crate v0.1.5
31602024-10-14T03:34:05.281Z[ helios-setup] Oct 14 03:34:04.636 INFO E| Downloaded pest_derive v2.7.13
31612024-10-14T03:34:05.284Z[ helios-setup] Oct 14 03:34:04.640 INFO E| Downloaded structopt-derive v0.4.18
31622024-10-14T03:34:05.286Z[ helios-setup] Oct 14 03:34:04.642 INFO E| Downloaded unic-ucd-version v0.9.0
31632024-10-14T03:34:05.288Z[ helios-setup] Oct 14 03:34:04.644 INFO E| Downloaded unic-char-property v0.9.0
31642024-10-14T03:34:05.291Z[ helios-setup] Oct 14 03:34:04.646 INFO E| Downloaded fletcher v0.1.0
31652024-10-14T03:34:05.291Z[ helios-setup] Oct 14 03:34:04.647 INFO E| Downloaded unic-common v0.9.0
31662024-10-14T03:34:05.293Z[ helios-setup] Oct 14 03:34:04.648 INFO E| Downloaded pre v0.2.1
31672024-10-14T03:34:05.296Z[ helios-setup] Oct 14 03:34:04.650 INFO E| Downloaded strum v0.23.0
31682024-10-14T03:34:05.296Z[ helios-setup] Oct 14 03:34:04.651 INFO E| Downloaded pest_meta v2.7.13
31692024-10-14T03:34:05.298Z[ helios-setup] Oct 14 03:34:04.655 INFO E| Downloaded memoffset v0.5.6
31702024-10-14T03:34:05.300Z[ helios-setup] Oct 14 03:34:04.656 INFO E| Downloaded parse_int v0.6.0
31712024-10-14T03:34:05.302Z[ helios-setup] Oct 14 03:34:04.657 INFO E| Downloaded four-cc v0.3.0
31722024-10-14T03:34:05.302Z[ helios-setup] Oct 14 03:34:04.659 INFO E| Downloaded unic-char-range v0.9.0
31732024-10-14T03:34:05.305Z[ helios-setup] Oct 14 03:34:04.661 INFO E| Downloaded scroll_derive v0.10.5
31742024-10-14T03:34:05.310Z[ helios-setup] Oct 14 03:34:04.662 INFO E| Downloaded cpufeatures v0.2.14
31752024-10-14T03:34:05.313Z[ helios-setup] Oct 14 03:34:04.669 INFO E| Downloaded strum_macros v0.23.1
31762024-10-14T03:34:05.316Z[ helios-setup] Oct 14 03:34:04.673 INFO E| Downloaded unic-ucd-ident v0.9.0
31772024-10-14T03:34:05.319Z[ helios-setup] Oct 14 03:34:04.675 INFO E| Downloaded semver v0.9.0
31782024-10-14T03:34:05.322Z[ helios-setup] Oct 14 03:34:04.677 INFO E| Downloaded rustc_version v0.2.3
31792024-10-14T03:34:05.324Z[ helios-setup] Oct 14 03:34:04.679 INFO E| Downloaded vec_map v0.8.2
31802024-10-14T03:34:05.324Z[ helios-setup] Oct 14 03:34:04.680 INFO E| Downloaded once_cell v1.20.1
31812024-10-14T03:34:05.328Z[ helios-setup] Oct 14 03:34:04.685 INFO E| Downloaded pre-proc-macro v0.2.1
31822024-10-14T03:34:05.331Z[ helios-setup] Oct 14 03:34:04.688 INFO E| Downloaded scroll v0.10.2
31832024-10-14T03:34:05.334Z[ helios-setup] Oct 14 03:34:04.691 INFO E| Downloaded ucd-trie v0.1.7
31842024-10-14T03:34:05.337Z[ helios-setup] Oct 14 03:34:04.694 INFO E| Downloaded structopt v0.3.26
31852024-10-14T03:34:05.348Z[ helios-setup] Oct 14 03:34:04.704 INFO E| Downloaded ansi_term v0.12.1
31862024-10-14T03:34:05.351Z[ helios-setup] Oct 14 03:34:04.707 INFO E| Downloaded textwrap v0.11.0
31872024-10-14T03:34:05.353Z[ helios-setup] Oct 14 03:34:04.710 INFO E| Downloaded pest_generator v2.7.13
31882024-10-14T03:34:05.356Z[ helios-setup] Oct 14 03:34:04.712 INFO E| Downloaded unicode-segmentation v1.12.0
31892024-10-14T03:34:05.361Z[ helios-setup] Oct 14 03:34:04.717 INFO E| Downloaded pest v2.7.13
31902024-10-14T03:34:05.368Z[ helios-setup] Oct 14 03:34:04.725 INFO E| Downloaded portable-atomic v1.9.0
31912024-10-14T03:34:05.377Z[ helios-setup] Oct 14 03:34:04.734 INFO E| Downloaded goblin v0.4.3
31922024-10-14T03:34:05.384Z[ helios-setup] Oct 14 03:34:04.740 INFO E| Downloaded clap v2.34.0
31932024-10-14T03:34:05.393Z[ helios-setup] Oct 14 03:34:04.749 INFO E| Downloaded modular-bitfield v0.11.2
31942024-10-14T03:34:05.406Z[ helios-setup] Oct 14 03:34:04.763 INFO E| Downloaded strsim v0.8.0
31952024-10-14T03:34:05.409Z[ helios-setup] Oct 14 03:34:04.764 INFO E| Downloaded modular-bitfield-impl v0.11.2
31962024-10-14T03:34:05.411Z[ helios-setup] Oct 14 03:34:04.766 INFO E| Downloaded bytesize v1.3.0
31972024-10-14T03:34:05.411Z[ helios-setup] Oct 14 03:34:04.767 INFO E| Downloaded autocfg v1.4.0
31982024-10-14T03:34:05.414Z[ helios-setup] Oct 14 03:34:04.770 INFO E| Downloaded cfg-if v0.1.10
31992024-10-14T03:34:05.504Z[ helios-setup] Oct 14 03:34:04.860 INFO E| Compiling proc-macro2 v1.0.86
32002024-10-14T03:34:05.506Z[ helios-setup] Oct 14 03:34:04.860 INFO E| Compiling unicode-ident v1.0.13
32012024-10-14T03:34:05.506Z[ helios-setup] Oct 14 03:34:04.861 INFO E| Compiling syn v1.0.109
32022024-10-14T03:34:05.506Z[ helios-setup] Oct 14 03:34:04.861 INFO E| Compiling version_check v0.9.5
32032024-10-14T03:34:05.506Z[ helios-setup] Oct 14 03:34:04.861 INFO E| Compiling memchr v2.7.4
32042024-10-14T03:34:05.506Z[ helios-setup] Oct 14 03:34:04.861 INFO E| Compiling semver-parser v0.7.0
32052024-10-14T03:34:05.506Z[ helios-setup] Oct 14 03:34:04.861 INFO E| Compiling autocfg v1.4.0
32062024-10-14T03:34:05.507Z[ helios-setup] Oct 14 03:34:04.861 INFO E| Compiling thiserror v1.0.64
32072024-10-14T03:34:06.153Z[ helios-setup] Oct 14 03:34:05.510 INFO E| Compiling serde v1.0.210
32082024-10-14T03:34:06.725Z[ helios-setup] Oct 14 03:34:06.081 INFO E| Compiling semver v0.9.0
32092024-10-14T03:34:07.055Z[ helios-setup] Oct 14 03:34:06.404 INFO E| Compiling serde_json v1.0.128
32102024-10-14T03:34:07.121Z[ helios-setup] Oct 14 03:34:06.475 INFO E| Compiling proc-macro-error-attr v1.0.4
32112024-10-14T03:34:07.501Z[ helios-setup] Oct 14 03:34:06.855 INFO E| Compiling proc-macro-error v1.0.4
32122024-10-14T03:34:07.660Z[ helios-setup] Oct 14 03:34:07.016 INFO E| Compiling rustc_version v0.2.3
32132024-10-14T03:34:07.801Z[ helios-setup] Oct 14 03:34:07.158 INFO E| Compiling num-traits v0.2.19
32142024-10-14T03:34:07.974Z[ helios-setup] Oct 14 03:34:07.331 INFO E| Compiling itoa v1.0.11
32152024-10-14T03:34:07.993Z[ helios-setup] Oct 14 03:34:07.349 INFO E| Compiling ryu v1.0.18
32162024-10-14T03:34:08.444Z[ helios-setup] Oct 14 03:34:07.801 INFO E| Compiling unicode-segmentation v1.12.0
32172024-10-14T03:34:08.492Z[ helios-setup] Oct 14 03:34:07.848 INFO E| Compiling schemars v0.8.21
32182024-10-14T03:34:08.613Z[ helios-setup] Oct 14 03:34:07.969 INFO E| Compiling memoffset v0.5.6
32192024-10-14T03:34:08.745Z[ helios-setup] Oct 14 03:34:08.101 INFO E| Compiling pre-proc-macro v0.2.1
32202024-10-14T03:34:09.226Z[ helios-setup] Oct 14 03:34:08.582 INFO E| Compiling quote v1.0.37
32212024-10-14T03:34:09.234Z[ helios-setup] Oct 14 03:34:08.588 INFO E| Compiling paste v1.0.15
32222024-10-14T03:34:09.415Z[ helios-setup] Oct 14 03:34:08.771 INFO E| Compiling ucd-trie v0.1.7
32232024-10-14T03:34:09.792Z[ helios-setup] Oct 14 03:34:09.148 INFO E| Compiling heck v0.3.3
32242024-10-14T03:34:09.876Z[ helios-setup] Oct 14 03:34:09.232 INFO E| Compiling libc v0.2.159
32252024-10-14T03:34:10.025Z[ helios-setup] Oct 14 03:34:09.381 INFO E| Compiling syn v2.0.79
32262024-10-14T03:34:10.573Z[ helios-setup] Oct 14 03:34:09.929 INFO E| Compiling dyn-clone v1.0.17
32272024-10-14T03:34:10.677Z[ helios-setup] Oct 14 03:34:10.033 INFO E| Compiling rustversion v1.0.17
32282024-10-14T03:34:10.944Z[ helios-setup] Oct 14 03:34:10.300 INFO E| Compiling lazy_static v1.5.0
32292024-10-14T03:34:11.418Z[ helios-setup] Oct 14 03:34:10.774 INFO E| Compiling pre v0.2.1
32302024-10-14T03:34:11.793Z[ helios-setup] Oct 14 03:34:11.149 INFO E| Compiling static_assertions v1.1.0
32312024-10-14T03:34:11.917Z[ helios-setup] Oct 14 03:34:11.273 INFO E| Compiling once_cell v1.20.1
32322024-10-14T03:34:12.195Z[ helios-setup] Oct 14 03:34:11.551 INFO E| Compiling cfg-if v0.1.10
32332024-10-14T03:34:12.286Z[ helios-setup] Oct 14 03:34:11.642 INFO E| Compiling byteorder v1.5.0
32342024-10-14T03:34:13.445Z[ helios-setup] Oct 14 03:34:12.801 INFO E| Compiling unicode-width v0.1.14
32352024-10-14T03:34:14.567Z[ helios-setup] Oct 14 03:34:13.923 INFO E| Compiling textwrap v0.11.0
32362024-10-14T03:34:14.785Z[ helios-setup] Oct 14 03:34:14.140 INFO E| Compiling atty v0.2.14
32372024-10-14T03:34:15.251Z[ helios-setup] Oct 14 03:34:14.606 INFO E| Compiling parse_int v0.6.0
32382024-10-14T03:34:15.347Z[ helios-setup] Oct 14 03:34:14.702 INFO E| Compiling fletcher v0.1.0
32392024-10-14T03:34:15.398Z[ helios-setup] Oct 14 03:34:14.754 INFO E| Compiling strsim v0.8.0
32402024-10-14T03:34:15.568Z[ helios-setup] Oct 14 03:34:14.923 INFO E| Compiling unic-common v0.9.0
32412024-10-14T03:34:15.629Z[ helios-setup] Oct 14 03:34:14.985 INFO E| Compiling ansi_term v0.12.1
32422024-10-14T03:34:15.821Z[ helios-setup] Oct 14 03:34:15.176 INFO E| Compiling unic-char-range v0.9.0
32432024-10-14T03:34:15.824Z[ helios-setup] Oct 14 03:34:15.176 INFO E| Compiling bitflags v1.3.2
32442024-10-14T03:34:15.914Z[ helios-setup] Oct 14 03:34:15.270 INFO E| Compiling vec_map v0.8.2
32452024-10-14T03:34:16.190Z[ helios-setup] Oct 14 03:34:15.545 INFO E| Compiling strum v0.23.0
32462024-10-14T03:34:16.304Z[ helios-setup] Oct 14 03:34:15.658 INFO E| Compiling unic-char-property v0.9.0
32472024-10-14T03:34:16.731Z[ helios-setup] Oct 14 03:34:16.087 INFO E| Compiling clap v2.34.0
32482024-10-14T03:34:16.786Z[ helios-setup] Oct 14 03:34:16.141 INFO E| Compiling unic-ucd-version v0.9.0
32492024-10-14T03:34:16.849Z[ helios-setup] Oct 14 03:34:16.205 INFO E| Compiling plain v0.2.3
32502024-10-14T03:34:16.849Z[ helios-setup] Oct 14 03:34:16.205 INFO E| Compiling log v0.4.22
32512024-10-14T03:34:16.852Z[ host-package] Compiling installinator-api v0.1.0 (/work/oxidecomputer/omicron/installinator-api)
32522024-10-14T03:34:16.906Z[ helios-setup] Oct 14 03:34:16.262 INFO E| Compiling bytesize v1.3.0
32532024-10-14T03:34:17.021Z[ helios-setup] Oct 14 03:34:16.377 INFO E| Compiling unic-ucd-ident v0.9.0
32542024-10-14T03:34:18.701Z[ helios-setup] Oct 14 03:34:18.056 INFO E| Compiling serde_derive_internals v0.29.1
32552024-10-14T03:34:21.403Z[ helios-setup] Oct 14 03:34:20.758 INFO E| Compiling toml v0.5.11
32562024-10-14T03:34:23.646Z[ host-package] Compiling omicron-omdb v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omdb)
32572024-10-14T03:34:24.250Z[ host-package] Compiling uzers v0.11.3
32582024-10-14T03:34:24.776Z[ helios-setup] Oct 14 03:34:24.131 INFO E| Compiling proc-macro-crate v0.1.5
32592024-10-14T03:34:25.464Z[ helios-setup] Oct 14 03:34:24.818 INFO E| Compiling thiserror-impl v1.0.64
32602024-10-14T03:34:25.616Z[ helios-setup] Oct 14 03:34:24.971 INFO E| Compiling serde_derive v1.0.210
32612024-10-14T03:34:26.171Z[ helios-setup] Oct 14 03:34:25.526 INFO E| Compiling schemars_derive v0.8.21
32622024-10-14T03:34:27.374Z[ helios-setup] Oct 14 03:34:26.729 INFO E| Compiling zerocopy-derive v0.6.6
32632024-10-14T03:34:28.989Z[ helios-setup] Oct 14 03:34:28.344 INFO E| Compiling num-derive v0.4.2
32642024-10-14T03:34:29.225Z[ host-package] Compiling wicket v0.1.0 (/work/oxidecomputer/omicron/wicket)
32652024-10-14T03:34:30.946Z[ helios-setup] Oct 14 03:34:30.301 INFO E| Compiling modular-bitfield-impl v0.11.2
32662024-10-14T03:34:31.252Z[ helios-setup] Oct 14 03:34:30.606 INFO E| Compiling pest v2.7.13
32672024-10-14T03:34:31.517Z[ helios-setup] Oct 14 03:34:30.872 INFO E| Compiling zerocopy v0.6.6
32682024-10-14T03:34:32.311Z[ helios-setup] Oct 14 03:34:31.665 INFO E| Compiling strum_macros v0.23.1
32692024-10-14T03:34:33.510Z[ helios-setup] Oct 14 03:34:32.865 INFO E| Compiling scroll_derive v0.10.5
32702024-10-14T03:34:34.115Z[ helios-setup] Oct 14 03:34:33.469 INFO E| Compiling structopt-derive v0.4.18
32712024-10-14T03:34:36.436Z[ helios-setup] Oct 14 03:34:35.790 INFO E| Compiling modular-bitfield v0.11.2
32722024-10-14T03:34:36.806Z[ helios-setup] Oct 14 03:34:36.160 INFO E| Compiling pest_meta v2.7.13
32732024-10-14T03:34:37.396Z[ host-package] Compiling zone-setup v0.1.0 (/work/oxidecomputer/omicron/zone-setup)
32742024-10-14T03:34:37.645Z[ helios-setup] Oct 14 03:34:37.000 INFO E| Compiling scroll v0.10.2
32752024-10-14T03:34:38.570Z[ helios-setup] Oct 14 03:34:37.924 INFO E| Compiling goblin v0.4.3
32762024-10-14T03:34:38.997Z[ helios-setup] Oct 14 03:34:38.351 INFO E| Compiling pest_generator v2.7.13
32772024-10-14T03:34:39.819Z[ helios-setup] Oct 14 03:34:39.174 INFO E| Compiling structopt v0.3.26
32782024-10-14T03:34:40.664Z[ host-package] Compiling wicketd v0.1.0 (/work/oxidecomputer/omicron/wicketd)
32792024-10-14T03:34:45.311Z[ helios-setup] Oct 14 03:34:44.664 INFO E| Compiling pest_derive v2.7.13
32802024-10-14T03:34:48.087Z[ helios-setup] Oct 14 03:34:47.440 INFO E| Compiling json5 v0.4.1
32812024-10-14T03:34:54.099Z[ helios-setup] Oct 14 03:34:53.452 INFO E| Compiling four-cc v0.3.0
32822024-10-14T03:34:54.099Z[ helios-setup] Oct 14 03:34:53.452 INFO E| Compiling amd-efs v0.4.1 (ssh://git@github.com/oxidecomputer/amd-efs.git?tag=v0.4.1#15a3cb8d)
32832024-10-14T03:34:54.321Z[ helios-setup] Oct 14 03:34:53.675 INFO E| Compiling amd-apcb v0.4.1 (https://github.com/oxidecomputer/amd-apcb.git?tag=v0.4.1#b03d2a56)
32842024-10-14T03:35:15.473Z[ host-package] Compiling gateway-test-utils v0.1.0 (/work/oxidecomputer/omicron/gateway-test-utils)
32852024-10-14T03:35:16.412Z[ host-package] Compiling multimap v0.10.0
32862024-10-14T03:35:35.948Z[ helios-setup] Oct 14 03:35:35.297 INFO E| Compiling amd-host-image-builder-config v0.1.0 (/work/oxidecomputer/helios/projects/amd-host-image-builder/amd-host-image-builder-config)
32872024-10-14T03:35:54.367Z[ helios-setup] Oct 14 03:35:53.716 INFO E| Compiling amd-host-image-builder v0.1.2 (/work/oxidecomputer/helios/projects/amd-host-image-builder)
32882024-10-14T03:36:47.295Z[ helios-setup] Oct 14 03:36:46.641 INFO E| Finished dev [unoptimized + debuginfo] target(s) in 2m 44s
32892024-10-14T03:36:47.332Z[ helios-setup] Oct 14 03:36:46.677 INFO building project "amd-host-image-builder" ok (195 seconds)
32902024-10-14T03:36:47.332Z[ helios-setup] Oct 14 03:36:46.677 INFO building project "pinprick" at /work/oxidecomputer/helios/projects/pinprick
32912024-10-14T03:36:47.334Z[ helios-setup] Oct 14 03:36:46.678 INFO exec: ["cargo", "build", "--locked", "--release"], pwd: Some("/work/oxidecomputer/helios/projects/pinprick")
32922024-10-14T03:36:47.833Z[ helios-setup] Oct 14 03:36:47.179 INFO E| Compiling adler v1.0.2
32932024-10-14T03:36:47.976Z[ helios-setup] Oct 14 03:36:47.321 INFO E| Compiling miniz_oxide v0.7.2
32942024-10-14T03:36:51.066Z[ helios-setup] Oct 14 03:36:50.411 INFO E| Compiling pinprick v0.1.0 (/work/oxidecomputer/helios/projects/pinprick)
32952024-10-14T03:36:52.106Z[ helios-setup] Oct 14 03:36:51.451 INFO E| Finished `release` profile [optimized] target(s) in 4.66s
32962024-10-14T03:36:52.115Z[ helios-setup] Oct 14 03:36:51.460 INFO building project "pinprick" ok (4 seconds)
32972024-10-14T03:36:52.118Z[ helios-setup] rm -f helios-build
32982024-10-14T03:36:52.120Z[ helios-setup] ln -s tools/helios-build/target/debug/helios-build
32992024-10-14T03:36:52.123Z[ helios-setup]
33002024-10-14T03:36:52.125Z[ helios-setup] Setup complete! ./helios-build is now available.
33012024-10-14T03:36:52.128Z[ helios-setup]
33022024-10-14T03:36:52.128Z[ helios-setup]
33032024-10-14T03:36:52.128Z[ helios-setup] real 12:41.104451214
33042024-10-14T03:36:52.128Z[ helios-setup] user 29:10.043411717
33052024-10-14T03:36:52.129Z[ helios-setup] sys 3:37.130290265
33062024-10-14T03:36:52.129Z[ helios-setup] trap 1.698211224
33072024-10-14T03:36:52.129Z[ helios-setup] tflt 6.571118413
33082024-10-14T03:36:52.129Z[ helios-setup] dflt 41.236650002
33092024-10-14T03:36:52.129Z[ helios-setup] kflt 0.020867555
33102024-10-14T03:36:52.129Z[ helios-setup] lock 2:16:38.648711840
33112024-10-14T03:36:52.129Z[ helios-setup] slp 3:48:27.427000799
33122024-10-14T03:36:52.129Z[ helios-setup] lat 33:20.287009155
33132024-10-14T03:36:52.129Z[ helios-setup] stop 4:40.445900271
33142024-10-14T03:36:52.129ZOct 14 03:36:51.474 INFO [helios-setup] process exited with exit status: 0 (761.110244995s)
33152024-10-14T03:36:52.129ZOct 14 03:36:51.474 INFO [phbl-toolchain] running: /home/build/.cargo/bin/cargo --version
33162024-10-14T03:36:52.154Z[ phbl-toolchain] info: syncing channel updates for 'nightly-2024-09-19-x86_64-unknown-illumos'
33172024-10-14T03:36:52.399Z[ phbl-toolchain] info: latest update on 2024-09-19, rust version 1.83.0-nightly (f79a912d9 2024-09-18)
33182024-10-14T03:36:52.399Z[ phbl-toolchain] info: downloading component 'cargo'
33192024-10-14T03:36:53.597Z[ phbl-toolchain] info: downloading component 'clippy'
33202024-10-14T03:36:54.037Z[ phbl-toolchain] info: downloading component 'llvm-tools'
33212024-10-14T03:36:58.971Z[ phbl-toolchain] info: downloading component 'miri'
33222024-10-14T03:36:59.874Z[ phbl-toolchain] info: downloading component 'rust-docs'
33232024-10-14T03:37:01.182Z[ phbl-toolchain] info: downloading component 'rust-src'
33242024-10-14T03:37:01.488Z[ phbl-toolchain] info: downloading component 'rust-std'
33252024-10-14T03:37:03.436Z[ phbl-toolchain] info: downloading component 'rustc'
33262024-10-14T03:37:11.637Z[ phbl-toolchain] info: downloading component 'rustfmt'
33272024-10-14T03:37:11.881Z[ phbl-toolchain] info: installing component 'cargo'
33282024-10-14T03:37:13.247Z[ phbl-toolchain] info: installing component 'clippy'
33292024-10-14T03:37:13.785Z[ phbl-toolchain] info: installing component 'llvm-tools'
33302024-10-14T03:37:19.801Z[ phbl-toolchain] info: installing component 'miri'
33312024-10-14T03:37:20.184Z[ phbl-toolchain] info: installing component 'rust-docs'
33322024-10-14T03:37:27.524Z[ phbl-toolchain] info: installing component 'rust-src'
33332024-10-14T03:37:28.249Z[ phbl-toolchain] info: installing component 'rust-std'
33342024-10-14T03:37:30.850Z[ phbl-toolchain] info: installing component 'rustc'
33352024-10-14T03:37:40.411Z[ phbl-toolchain] info: installing component 'rustfmt'
33362024-10-14T03:37:41.191Z[ phbl-toolchain] cargo 1.83.0-nightly (a9a418d1a 2024-09-15)
33372024-10-14T03:37:41.194ZOct 14 03:37:40.536 INFO [phbl-toolchain] process exited with exit status: 0 (49.061894574s)
33382024-10-14T03:37:52.819Z[ host-package] Compiling internal-dns-cli v0.1.0 (/work/oxidecomputer/omicron/internal-dns/cli)
33392024-10-14T03:38:04.657Z[ host-package] Compiling oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog)
33402024-10-14T03:44:36.681Z[ host-package] Finished `release` profile [optimized] target(s) in 19m 39s
33412024-10-14T03:45:38.392ZOct 14 03:45:37.702 INFO [host-package] process exited with exit status: 0 (1241.8746223s)
33422024-10-14T03:45:38.392ZOct 14 03:45:37.703 INFO [host-stamp] running task
33432024-10-14T03:45:38.397ZOct 14 03:45:37.703 INFO [recovery-package] running: /work/oxidecomputer/omicron/target/release/omicron-package --target recovery --artifacts /work/artifacts-recovery package
33442024-10-14T03:45:38.397ZOct 14 03:45:37.703 INFO [stamp-mg-ddm-gz] running: /work/oxidecomputer/omicron/target/release/omicron-package --target host --artifacts /work/oxidecomputer/omicron/out stamp mg-ddm-gz 11.0.0-0.ci+git63aef7a600e
33452024-10-14T03:45:38.406ZOct 14 03:45:37.717 INFO [stamp-switch-asic] running: /work/oxidecomputer/omicron/target/release/omicron-package --target host --artifacts /work/oxidecomputer/omicron/out stamp switch-asic 11.0.0-0.ci+git63aef7a600e
33462024-10-14T03:45:38.412Z[recovery-package] Logging to: /work/artifacts-recovery/LOG
33472024-10-14T03:45:38.419ZOct 14 03:45:37.724 INFO [stamp-omicron-sled-agent] running: /work/oxidecomputer/omicron/target/release/omicron-package --target host --artifacts /work/oxidecomputer/omicron/out stamp omicron-sled-agent 11.0.0-0.ci+git63aef7a600e
33482024-10-14T03:45:38.432Z[ stamp-mg-ddm-gz] Logging to: /work/oxidecomputer/omicron/out/LOG
33492024-10-14T03:45:38.432ZOct 14 03:45:37.733 INFO [stamp-overlay] running: /work/oxidecomputer/omicron/target/release/omicron-package --target host --artifacts /work/oxidecomputer/omicron/out stamp overlay 11.0.0-0.ci+git63aef7a600e
33502024-10-14T03:45:38.434Z[stamp-switch-asic] Logging to: /work/oxidecomputer/omicron/out/LOG
33512024-10-14T03:45:38.434Z[stamp-omicron-sled-agent] Logging to: /work/oxidecomputer/omicron/out/LOG
33522024-10-14T03:45:38.435ZOct 14 03:45:37.742 INFO [stamp-propolis-server] running: /work/oxidecomputer/omicron/target/release/omicron-package --target host --artifacts /work/oxidecomputer/omicron/out stamp propolis-server 11.0.0-0.ci+git63aef7a600e
33532024-10-14T03:45:38.442Z[ stamp-overlay] Logging to: /work/oxidecomputer/omicron/out/LOG
33542024-10-14T03:45:38.445ZOct 14 03:45:37.753 INFO [stamp-crucible-dtrace] running: /work/oxidecomputer/omicron/target/release/omicron-package --target host --artifacts /work/oxidecomputer/omicron/out stamp crucible-dtrace 11.0.0-0.ci+git63aef7a600e
33552024-10-14T03:45:38.451Z[ stamp-overlay] Created: /work/oxidecomputer/omicron/out/versioned/overlay.tar.gz
33562024-10-14T03:45:38.456Z[stamp-propolis-server] Logging to: /work/oxidecomputer/omicron/out/LOG
33572024-10-14T03:45:38.461ZOct 14 03:45:37.767 INFO [stamp-oxlog] running: /work/oxidecomputer/omicron/target/release/omicron-package --target host --artifacts /work/oxidecomputer/omicron/out stamp oxlog 11.0.0-0.ci+git63aef7a600e
33582024-10-14T03:45:38.472Z[stamp-crucible-dtrace] Created: /work/oxidecomputer/omicron/out/versioned/crucible-dtrace.tar
33592024-10-14T03:45:38.474Z[stamp-crucible-dtrace] Logging to: /work/oxidecomputer/omicron/out/LOG
33602024-10-14T03:45:38.475ZOct 14 03:45:37.782 INFO [stamp-pumpkind-gz] running: /work/oxidecomputer/omicron/target/release/omicron-package --target host --artifacts /work/oxidecomputer/omicron/out stamp pumpkind-gz 11.0.0-0.ci+git63aef7a600e
33612024-10-14T03:45:38.488Z[ stamp-oxlog] Logging to: /work/oxidecomputer/omicron/out/LOG
33622024-10-14T03:45:38.490ZOct 14 03:45:37.798 INFO [stamp-overlay] process exited with exit status: 0 (65.468763ms)
33632024-10-14T03:45:38.490ZOct 14 03:45:37.798 INFO [stamp-crucible-dtrace] process exited with exit status: 0 (45.627324ms)
33642024-10-14T03:45:38.498Z[stamp-pumpkind-gz] Logging to: /work/oxidecomputer/omicron/out/LOG
33652024-10-14T03:45:38.500Z[ stamp-oxlog] Created: /work/oxidecomputer/omicron/out/versioned/oxlog.tar
33662024-10-14T03:45:38.505ZOct 14 03:45:37.814 INFO [stamp-oxlog] process exited with exit status: 0 (46.692235ms)
33672024-10-14T03:45:38.584Z[stamp-pumpkind-gz] Created: /work/oxidecomputer/omicron/out/versioned/pumpkind-gz.tar
33682024-10-14T03:45:38.588ZOct 14 03:45:37.898 INFO [stamp-pumpkind-gz] process exited with exit status: 0 (115.613833ms)
33692024-10-14T03:45:38.645Z[ stamp-mg-ddm-gz] Created: /work/oxidecomputer/omicron/out/versioned/mg-ddm-gz.tar
33702024-10-14T03:45:38.649ZOct 14 03:45:37.959 INFO [stamp-mg-ddm-gz] process exited with exit status: 0 (255.378933ms)
33712024-10-14T03:45:38.789Z[stamp-omicron-sled-agent] Created: /work/oxidecomputer/omicron/out/versioned/omicron-sled-agent.tar
33722024-10-14T03:45:38.793ZOct 14 03:45:38.104 INFO [stamp-omicron-sled-agent] process exited with exit status: 0 (379.3156ms)
33732024-10-14T03:45:39.564Z[stamp-propolis-server] Created: /work/oxidecomputer/omicron/out/versioned/propolis-server.tar.gz
33742024-10-14T03:45:39.567ZOct 14 03:45:38.877 INFO [stamp-propolis-server] process exited with exit status: 0 (1.135270581s)
33752024-10-14T03:45:39.748Z[recovery-package] Compiling installinator-client v0.1.0 (/work/oxidecomputer/omicron/clients/installinator-client)
33762024-10-14T03:45:42.139Z[recovery-package] Compiling installinator v0.1.0 (/work/oxidecomputer/omicron/installinator)
33772024-10-14T03:45:48.647Z[stamp-switch-asic] Created: /work/oxidecomputer/omicron/out/versioned/switch-asic.tar.gz
33782024-10-14T03:45:48.651ZOct 14 03:45:47.960 INFO [stamp-switch-asic] process exited with exit status: 0 (10.243172672s)
33792024-10-14T03:45:48.651ZOct 14 03:45:47.960 INFO [host-stamp] task succeeded (10.257360126s)
33802024-10-14T03:45:48.651ZOct 14 03:45:47.960 INFO [host-proto] running task
33812024-10-14T03:45:49.054ZOct 14 03:45:48.364 INFO [host-proto] task succeeded (403.581926ms)
33822024-10-14T03:45:49.054ZOct 14 03:45:48.364 INFO [host-profile] running task
33832024-10-14T03:45:49.061ZOct 14 03:45:48.364 INFO [host-profile] task succeeded (325.124µs)
33842024-10-14T03:45:49.061ZOct 14 03:45:48.364 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.33.293' -P /tmp/.tmpzQHTap/proto/host/root -N 'ci 63aef7a/${os_short_commit} 2024-10-14 03:24' -s host -B -p 'helios-dev=https://pkg.oxide.computer/helios/2/dev/'
33852024-10-14T03:45:49.071Z[ host-image] Oct 14 03:45:48.380 INFO using AMD firmware configuration file "/work/oxidecomputer/helios/image/amd/milan-gimlet-b.efs.json5"
33862024-10-14T03:45:49.073Z[ host-image] Oct 14 03:45:48.380 INFO using AMD firmware blob directories ["/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.a"]
33872024-10-14T03:45:49.085Z[ host-image] Oct 14 03:45:48.394 INFO generated template "/work/oxidecomputer/helios/tmp/image.host/genproto.json" for extra proto "/tmp/.tmpzQHTap/proto/host/root"
33882024-10-14T03:45:49.085Z[ host-image] Oct 14 03:45:48.394 INFO using external package repository https://pkg.oxide.computer/helios/2/dev/
33892024-10-14T03:45:49.088Z[ host-image] Oct 14 03:45:48.395 INFO image builder template: ramdisk-01-os...
33902024-10-14T03:45:49.088Z[ host-image] Oct 14 03:45:48.395 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/.tmpzQHTap/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.33.293", "-n", "ramdisk-01-os", "--fullreset"], pwd: None
33912024-10-14T03:45:49.105Z[ host-image] Oct 14 03:45:48.414 INFO O| Oct 14 03:45:48.414 INFO CREATE DATASET: rpool/images/build/host/output
33922024-10-14T03:45:49.295Z[ host-image] Oct 14 03:45:48.605 INFO O| Oct 14 03:45:48.605 INFO temporary dataset: rpool/images/build/host/tmp/gimlet/ramdisk-01-os
33932024-10-14T03:45:49.300Z[ host-image] Oct 14 03:45:48.609 INFO O| Oct 14 03:45:48.609 INFO CREATE DATASET: rpool/images/build/host/tmp/gimlet/ramdisk-01-os
33942024-10-14T03:45:49.533Z[ host-image] Oct 14 03:45:48.840 INFO O| Oct 14 03:45:48.840 INFO SET DATASET PROPERTY ON rpool/images/build/host/tmp/gimlet/ramdisk-01-os: sync = disabled
33952024-10-14T03:45:49.609Z[ host-image] Oct 14 03:45:48.906 INFO O| Oct 14 03:45:48.906 INFO temporary directory: /rpool/images/build/host/tmp/gimlet/ramdisk-01-os
33962024-10-14T03:45:49.614Z[ host-image] Oct 14 03:45:48.906 INFO O| Oct 14 03:45:48.906 INFO work dataset: rpool/images/build/host/work/gimlet/ramdisk
33972024-10-14T03:45:49.614Z[ host-image] Oct 14 03:45:48.907 INFO O| Oct 14 03:45:48.907 INFO resetting by removing work dataset: rpool/images/build/host/work/gimlet/ramdisk
33982024-10-14T03:45:49.614Z[ host-image] Oct 14 03:45:48.907 INFO O| Oct 14 03:45:48.907 INFO DESTROY DATASET: rpool/images/build/host/work/gimlet/ramdisk
33992024-10-14T03:45:49.614Z[ host-image] Oct 14 03:45:48.914 INFO O| Oct 14 03:45:48.914 INFO CREATE DATASET: rpool/images/build/host/work/gimlet/ramdisk
34002024-10-14T03:45:49.930Z[ host-image] Oct 14 03:45:49.239 INFO O| Oct 14 03:45:49.239 INFO STEP 0: pkg_image_create, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-01-os.json
34012024-10-14T03:45:49.940Z[ host-image] Oct 14 03:45:49.249 INFO O| Oct 14 03:45:49.249 INFO exec: ["/usr/bin/pkg", "image-create", "--full", "/rpool/images/build/host/work/gimlet/ramdisk"]
34022024-10-14T03:45:50.334Z[ host-image] Oct 14 03:45:49.643 INFO O| Oct 14 03:45:49.643 INFO O| Caching catalogs ... Done
34032024-10-14T03:45:50.460Z[ host-image] Oct 14 03:45:49.769 INFO O| Oct 14 03:45:49.769 INFO STEP 0 (pkg_image_create) COMPLETE
34042024-10-14T03:45:50.460Z[ host-image] Oct 14 03:45:49.769 INFO O| Oct 14 03:45:49.769 INFO STEP 1: pkg_set_publisher, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-01-os.json
34052024-10-14T03:45:50.460Z[ host-image] Oct 14 03:45:49.769 INFO O| Oct 14 03:45:49.769 INFO skip step because feature "repo_redist" is not enabled
34062024-10-14T03:45:50.473Z[ host-image] Oct 14 03:45:49.769 INFO O| Oct 14 03:45:49.769 INFO STEP 2: pkg_set_publisher, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-01-os.json
34072024-10-14T03:45:50.477Z[ host-image] Oct 14 03:45:49.786 INFO O| Oct 14 03:45:49.786 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"]
34082024-10-14T03:45:51.005Z[ host-image] Oct 14 03:45:50.315 INFO O| Oct 14 03:45:50.314 INFO STEP 2 (pkg_set_publisher) COMPLETE
34092024-10-14T03:45:51.006Z[ host-image] Oct 14 03:45:50.315 INFO O| Oct 14 03:45:50.315 INFO STEP 3: pkg_set_publisher, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-01-os.json
34102024-10-14T03:45:51.022Z[ host-image] Oct 14 03:45:50.331 INFO O| Oct 14 03:45:50.331 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"]
34112024-10-14T03:45:51.585Z[ host-image] Oct 14 03:45:50.894 INFO O| Oct 14 03:45:50.894 INFO STEP 3 (pkg_set_publisher) COMPLETE
34122024-10-14T03:45:51.585Z[ host-image] Oct 14 03:45:50.894 INFO O| Oct 14 03:45:50.894 INFO STEP 4: pkg_set_publisher, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-01-os.json
34132024-10-14T03:45:51.589Z[ host-image] Oct 14 03:45:50.894 INFO O| Oct 14 03:45:50.894 INFO skip step because feature "repo_redist" is not enabled
34142024-10-14T03:45:51.589Z[ host-image] Oct 14 03:45:50.894 INFO O| Oct 14 03:45:50.894 INFO STEP 5: pkg_change_variant, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-01-os.json
34152024-10-14T03:45:52.124Z[ host-image] Oct 14 03:45:51.433 INFO O| Oct 14 03:45:51.433 INFO variant opensolaris.zone is already global
34162024-10-14T03:45:52.124Z[ host-image] Oct 14 03:45:51.433 INFO O| Oct 14 03:45:51.433 INFO STEP 5 (pkg_change_variant) COMPLETE
34172024-10-14T03:45:52.129Z[ host-image] Oct 14 03:45:51.433 INFO O| Oct 14 03:45:51.433 INFO STEP 6: pkg_change_variant, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-01-os.json
34182024-10-14T03:45:52.669Z[ host-image] Oct 14 03:45:51.976 INFO O| Oct 14 03:45:51.976 INFO variant opensolaris.imagetype is full; changing to partial
34192024-10-14T03:45:52.669Z[ host-image] Oct 14 03:45:51.976 INFO O| Oct 14 03:45:51.976 INFO exec: ["/usr/bin/pkg", "-R", "/rpool/images/build/host/work/gimlet/ramdisk", "change-variant", "opensolaris.imagetype=partial"]
34202024-10-14T03:45:59.182Z[ host-image] Oct 14 03:45:58.489 INFO O| Oct 14 03:45:58.489 INFO O| Startup: Refreshing catalog 'helios-dev' ... Done
34212024-10-14T03:46:01.461Z[recovery-package] Finished `release` profile [optimized] target(s) in 22.84s
34222024-10-14T03:46:02.324Z[ host-image] Oct 14 03:46:01.436 INFO O| Oct 14 03:46:01.436 INFO O| Startup: Caching catalogs ... Done
34232024-10-14T03:46:02.375Z[ host-image] Oct 14 03:46:01.494 INFO O| Oct 14 03:46:01.494 INFO O| Planning: Planning completed in 0.00 seconds
34242024-10-14T03:46:02.376Z[ host-image] Oct 14 03:46:01.494 INFO O| Oct 14 03:46:01.494 INFO O| Planning: Consolidating action changes ... Done
34252024-10-14T03:46:02.376Z[ host-image] Oct 14 03:46:01.494 INFO O| Oct 14 03:46:01.494 INFO O| Planning: Evaluating mediators ... Done
34262024-10-14T03:46:02.376Z[ host-image] Oct 14 03:46:01.495 INFO O| Oct 14 03:46:01.495 INFO O| Planning: Planning completed in 0.00 seconds
34272024-10-14T03:46:02.377Z[ host-image] Oct 14 03:46:01.495 INFO O| Oct 14 03:46:01.495 INFO O| Variants/Facets to change: 1
34282024-10-14T03:46:02.377Z[ host-image] Oct 14 03:46:01.513 INFO O| Oct 14 03:46:01.513 INFO O| Done
34292024-10-14T03:46:02.377Z[ host-image] Oct 14 03:46:01.513 INFO O| Oct 14 03:46:01.513 INFO O| Done
34302024-10-14T03:46:02.587Z[ host-image] Oct 14 03:46:01.881 INFO O| Oct 14 03:46:01.881 INFO O| Done
34312024-10-14T03:46:02.671Z[ host-image] Oct 14 03:46:01.922 INFO O| Oct 14 03:46:01.922 INFO O| Done
34322024-10-14T03:46:02.711Z[ host-image] Oct 14 03:46:01.923 INFO O| Oct 14 03:46:01.923 INFO O| Done
34332024-10-14T03:46:02.712Z[ host-image] Oct 14 03:46:01.923 INFO O| Oct 14 03:46:01.923 INFO O| Done
34342024-10-14T03:46:02.712Z[ host-image] Oct 14 03:46:01.925 INFO O| Oct 14 03:46:01.925 INFO O| Done
34352024-10-14T03:46:02.951Z[ host-image] Oct 14 03:46:02.256 INFO O| Oct 14 03:46:02.256 INFO STEP 6 (pkg_change_variant) COMPLETE
34362024-10-14T03:46:02.951Z[ host-image] Oct 14 03:46:02.256 INFO O| Oct 14 03:46:02.256 INFO STEP 7: pkg_change_variant, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-01-os.json
34372024-10-14T03:46:02.952Z[ host-image] Oct 14 03:46:02.256 INFO O| Oct 14 03:46:02.256 INFO skip step because feature "debug_variant" is not enabled
34382024-10-14T03:46:02.956Z[ host-image] Oct 14 03:46:02.256 INFO O| Oct 14 03:46:02.256 INFO STEP 8: pkg_change_facet, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-01-os.json
34392024-10-14T03:46:03.294Z[ host-image] Oct 14 03:46:02.602 INFO O| Oct 14 03:46:02.602 INFO exec: ["/usr/bin/pkg", "-R", "/rpool/images/build/host/work/gimlet/ramdisk", "change-facet", "openssl.10=false"]
34402024-10-14T03:46:03.636ZOct 14 03:46:02.858 INFO [recovery-package] process exited with exit status: 0 (25.154586607s)
34412024-10-14T03:46:03.636ZOct 14 03:46:02.858 INFO [recovery-stamp] running task
34422024-10-14T03:46:03.663ZOct 14 03:46:02.858 INFO [verify-libraries] running: /home/build/.rustup/toolchains/1.80.1-x86_64-unknown-illumos/bin/cargo xtask verify-libraries --release
34432024-10-14T03:46:03.663ZOct 14 03:46:02.866 INFO [stamp-installinator] running: /work/oxidecomputer/omicron/target/release/omicron-package --target recovery --artifacts /work/artifacts-recovery stamp installinator 11.0.0-0.ci+git63aef7a600e
34442024-10-14T03:46:03.721ZOct 14 03:46:02.876 INFO [stamp-mg-ddm-gz] running: /work/oxidecomputer/omicron/target/release/omicron-package --target recovery --artifacts /work/artifacts-recovery stamp mg-ddm-gz 11.0.0-0.ci+git63aef7a600e
34452024-10-14T03:46:03.721Z[stamp-installinator] Logging to: /work/artifacts-recovery/LOG
34462024-10-14T03:46:03.721Z[ stamp-mg-ddm-gz] Logging to: /work/artifacts-recovery/LOG
34472024-10-14T03:46:03.744Z[stamp-installinator] Created: /work/artifacts-recovery/versioned/installinator.tar
34482024-10-14T03:46:03.744ZOct 14 03:46:02.977 INFO [stamp-installinator] process exited with exit status: 0 (111.079268ms)
34492024-10-14T03:46:03.744Z[ stamp-mg-ddm-gz] Created: /work/artifacts-recovery/versioned/mg-ddm-gz.tar
34502024-10-14T03:46:03.744ZOct 14 03:46:03.011 INFO [stamp-mg-ddm-gz] process exited with exit status: 0 (135.064968ms)
34512024-10-14T03:46:03.744ZOct 14 03:46:03.012 INFO [recovery-stamp] task succeeded (153.70543ms)
34522024-10-14T03:46:03.744ZOct 14 03:46:03.012 INFO [recovery-proto] running task
34532024-10-14T03:46:03.744ZOct 14 03:46:03.012 INFO [tuf-stamp] running task
34542024-10-14T03:46:03.744ZOct 14 03:46:03.013 INFO [stamp-clickhouse] running: /work/oxidecomputer/omicron/target/release/omicron-package --target host --artifacts /work/oxidecomputer/omicron/out stamp clickhouse 11.0.0-0.ci+git63aef7a600e
34552024-10-14T03:46:03.744ZOct 14 03:46:03.026 INFO [stamp-cockroachdb] running: /work/oxidecomputer/omicron/target/release/omicron-package --target host --artifacts /work/oxidecomputer/omicron/out stamp cockroachdb 11.0.0-0.ci+git63aef7a600e
34562024-10-14T03:46:03.757Z[stamp-clickhouse] Logging to: /work/oxidecomputer/omicron/out/LOG
34572024-10-14T03:46:03.757ZOct 14 03:46:03.039 INFO [stamp-internal-dns] running: /work/oxidecomputer/omicron/target/release/omicron-package --target host --artifacts /work/oxidecomputer/omicron/out stamp internal-dns 11.0.0-0.ci+git63aef7a600e
34582024-10-14T03:46:03.757Z[ host-image] Oct 14 03:46:03.047 INFO O| Oct 14 03:46:03.047 INFO O| Startup: Refreshing catalog 'helios-dev' ... Done
34592024-10-14T03:46:03.757Z[ host-image] Oct 14 03:46:03.049 INFO O| Oct 14 03:46:03.048 INFO O| Planning: Planning completed in 0.00 seconds
34602024-10-14T03:46:03.757Z[ host-image] Oct 14 03:46:03.049 INFO O| Oct 14 03:46:03.049 INFO O| Planning: Consolidating action changes ... Done
34612024-10-14T03:46:03.758Z[ host-image] Oct 14 03:46:03.049 INFO O| Oct 14 03:46:03.049 INFO O| Planning: Evaluating mediators ... Done
34622024-10-14T03:46:03.758Z[stamp-cockroachdb] Logging to: /work/oxidecomputer/omicron/out/LOG
34632024-10-14T03:46:03.758Z[ host-image] Oct 14 03:46:03.050 INFO O| Oct 14 03:46:03.050 INFO O| Planning: Planning completed in 0.00 seconds
34642024-10-14T03:46:03.758ZOct 14 03:46:03.050 INFO [stamp-ntp] running: /work/oxidecomputer/omicron/target/release/omicron-package --target host --artifacts /work/oxidecomputer/omicron/out stamp ntp 11.0.0-0.ci+git63aef7a600e
34652024-10-14T03:46:03.758Z[ host-image] Oct 14 03:46:03.050 INFO O| Oct 14 03:46:03.050 INFO O| Variants/Facets to change: 1
34662024-10-14T03:46:03.758Z[stamp-internal-dns] Logging to: /work/oxidecomputer/omicron/out/LOG
34672024-10-14T03:46:03.762ZOct 14 03:46:03.065 INFO [stamp-probe] running: /work/oxidecomputer/omicron/target/release/omicron-package --target host --artifacts /work/oxidecomputer/omicron/out stamp probe 11.0.0-0.ci+git63aef7a600e
34682024-10-14T03:46:03.769Z[ host-image] Oct 14 03:46:03.075 INFO O| Oct 14 03:46:03.075 INFO O| Done
34692024-10-14T03:46:03.779Z[ host-image] Oct 14 03:46:03.075 INFO O| Oct 14 03:46:03.075 INFO O| Done
34702024-10-14T03:46:03.779Z[ stamp-ntp] Logging to: /work/oxidecomputer/omicron/out/LOG
34712024-10-14T03:46:03.779ZOct 14 03:46:03.082 INFO [stamp-external-dns] running: /work/oxidecomputer/omicron/target/release/omicron-package --target host --artifacts /work/oxidecomputer/omicron/out stamp external-dns 11.0.0-0.ci+git63aef7a600e
34722024-10-14T03:46:03.821ZOct 14 03:46:03.130 INFO [stamp-oximeter] running: /work/oxidecomputer/omicron/target/release/omicron-package --target host --artifacts /work/oxidecomputer/omicron/out stamp oximeter 11.0.0-0.ci+git63aef7a600e
34732024-10-14T03:46:03.824Z[ stamp-probe] Logging to: /work/oxidecomputer/omicron/out/LOG
34742024-10-14T03:46:03.855Z[stamp-external-dns] Logging to: /work/oxidecomputer/omicron/out/LOG
34752024-10-14T03:46:03.860ZOct 14 03:46:03.163 INFO [stamp-crucible-pantry-zone] running: /work/oxidecomputer/omicron/target/release/omicron-package --target host --artifacts /work/oxidecomputer/omicron/out stamp crucible-pantry-zone 11.0.0-0.ci+git63aef7a600e
34762024-10-14T03:46:03.874Z[ stamp-oximeter] Logging to: /work/oxidecomputer/omicron/out/LOG
34772024-10-14T03:46:03.887ZOct 14 03:46:03.183 INFO [stamp-clickhouse_keeper] running: /work/oxidecomputer/omicron/target/release/omicron-package --target host --artifacts /work/oxidecomputer/omicron/out stamp clickhouse_keeper 11.0.0-0.ci+git63aef7a600e
34782024-10-14T03:46:03.912Z[ stamp-probe] Created: /work/oxidecomputer/omicron/out/versioned/probe.tar.gz
34792024-10-14T03:46:03.915Z[stamp-crucible-pantry-zone] Logging to: /work/oxidecomputer/omicron/out/LOG
34802024-10-14T03:46:03.915ZOct 14 03:46:03.221 INFO [stamp-crucible-zone] running: /work/oxidecomputer/omicron/target/release/omicron-package --target host --artifacts /work/oxidecomputer/omicron/out stamp crucible-zone 11.0.0-0.ci+git63aef7a600e
34812024-10-14T03:46:03.943ZOct 14 03:46:03.251 INFO [recovery-proto] task succeeded (239.541071ms)
34822024-10-14T03:46:03.946ZOct 14 03:46:03.252 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.33.293' -P /tmp/.tmpzQHTap/proto/recovery/root -N 'recovery 63aef7a/${os_short_commit} 2024-10-14 03:24' -s recovery -R -p 'helios-dev=https://pkg.oxide.computer/helios/2/dev/'
34832024-10-14T03:46:03.991Z[ recovery-image] Oct 14 03:46:03.298 INFO using AMD firmware configuration file "/work/oxidecomputer/helios/image/amd/milan-gimlet-b.efs.json5"
34842024-10-14T03:46:03.991Z[ recovery-image] Oct 14 03:46:03.299 INFO using AMD firmware blob directories ["/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.a"]
34852024-10-14T03:46:04.008Z[stamp-clickhouse_keeper] Logging to: /work/oxidecomputer/omicron/out/LOG
34862024-10-14T03:46:04.015ZOct 14 03:46:03.317 INFO [stamp-nexus] running: /work/oxidecomputer/omicron/target/release/omicron-package --target host --artifacts /work/oxidecomputer/omicron/out stamp nexus 11.0.0-0.ci+git63aef7a600e
34872024-10-14T03:46:04.073Z[ recovery-image] Oct 14 03:46:03.324 INFO generated template "/work/oxidecomputer/helios/tmp/image.recovery/genproto.json" for extra proto "/tmp/.tmpzQHTap/proto/recovery/root"
34882024-10-14T03:46:04.074Z[ recovery-image] Oct 14 03:46:03.324 INFO using external package repository https://pkg.oxide.computer/helios/2/dev/
34892024-10-14T03:46:04.076Z[ recovery-image] Oct 14 03:46:03.324 INFO image builder template: ramdisk-01-os...
34902024-10-14T03:46:04.076Z[ recovery-image] Oct 14 03:46:03.324 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/.tmpzQHTap/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.33.293", "-n", "ramdisk-01-os", "--fullreset"], pwd: None
34912024-10-14T03:46:04.076Z[stamp-crucible-zone] Logging to: /work/oxidecomputer/omicron/out/LOG
34922024-10-14T03:46:04.076ZOct 14 03:46:03.383 INFO [stamp-probe] process exited with exit status: 0 (318.092519ms)
34932024-10-14T03:46:04.126Z[ recovery-image] Oct 14 03:46:03.434 INFO O| Oct 14 03:46:03.400 INFO CREATE DATASET: rpool/images/build/recovery/output
34942024-10-14T03:46:04.143Z[ stamp-nexus] Logging to: /work/oxidecomputer/omicron/out/LOG
34952024-10-14T03:46:04.272Z[ stamp-ntp] Created: /work/oxidecomputer/omicron/out/versioned/ntp.tar.gz
34962024-10-14T03:46:04.332ZOct 14 03:46:03.640 INFO [stamp-ntp] process exited with exit status: 0 (589.626338ms)
34972024-10-14T03:46:04.590Z[ recovery-image] Oct 14 03:46:03.899 INFO O| Oct 14 03:46:03.864 INFO temporary dataset: rpool/images/build/recovery/tmp/gimlet/ramdisk-01-os
34982024-10-14T03:46:04.591Z[ recovery-image] Oct 14 03:46:03.899 INFO O| Oct 14 03:46:03.871 INFO CREATE DATASET: rpool/images/build/recovery/tmp/gimlet/ramdisk-01-os
34992024-10-14T03:46:04.622Z[ host-image] Oct 14 03:46:03.931 INFO O| Oct 14 03:46:03.930 INFO O| Done
35002024-10-14T03:46:04.687Z[ host-image] Oct 14 03:46:03.995 INFO O| Oct 14 03:46:03.995 INFO O| Done
35012024-10-14T03:46:04.694Z[ host-image] Oct 14 03:46:03.996 INFO O| Oct 14 03:46:03.996 INFO O| Done
35022024-10-14T03:46:04.695Z[ host-image] Oct 14 03:46:03.996 INFO O| Oct 14 03:46:03.996 INFO O| Done
35032024-10-14T03:46:04.695Z[ host-image] Oct 14 03:46:03.998 INFO O| Oct 14 03:46:03.998 INFO O| Done
35042024-10-14T03:46:04.816Z[ host-image] Oct 14 03:46:04.125 INFO O| Oct 14 03:46:04.125 INFO STEP 8 (pkg_change_facet) COMPLETE
35052024-10-14T03:46:04.822Z[ host-image] Oct 14 03:46:04.125 INFO O| Oct 14 03:46:04.125 INFO STEP 9: pkg_change_facet, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-01-os.json
35062024-10-14T03:46:04.828Z[ host-image] Oct 14 03:46:04.125 INFO O| Oct 14 03:46:04.125 INFO skip step because feature "recovery" is not enabled
35072024-10-14T03:46:04.828Z[ host-image] Oct 14 03:46:04.125 INFO O| Oct 14 03:46:04.125 INFO STEP 10: pkg_change_facet, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-01-os.json
35082024-10-14T03:46:04.828Z[ host-image] Oct 14 03:46:04.125 INFO O| Oct 14 03:46:04.125 INFO skip step because feature "recovery" is not enabled
35092024-10-14T03:46:04.828Z[ host-image] Oct 14 03:46:04.125 INFO O| Oct 14 03:46:04.125 INFO STEP 11: pkg_install, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-01-os.json
35102024-10-14T03:46:04.843Z[ host-image] Oct 14 03:46:04.143 INFO O| Oct 14 03:46:04.143 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"]
35112024-10-14T03:46:04.930Z[ recovery-image] Oct 14 03:46:04.238 INFO O| Oct 14 03:46:04.238 INFO SET DATASET PROPERTY ON rpool/images/build/recovery/tmp/gimlet/ramdisk-01-os: sync = disabled
35122024-10-14T03:46:05.018Z[ recovery-image] Oct 14 03:46:04.315 INFO O| Oct 14 03:46:04.315 INFO temporary directory: /rpool/images/build/recovery/tmp/gimlet/ramdisk-01-os
35132024-10-14T03:46:05.018Z[ recovery-image] Oct 14 03:46:04.316 INFO O| Oct 14 03:46:04.316 INFO work dataset: rpool/images/build/recovery/work/gimlet/ramdisk
35142024-10-14T03:46:05.044Z[ recovery-image] Oct 14 03:46:04.316 INFO O| Oct 14 03:46:04.316 INFO resetting by removing work dataset: rpool/images/build/recovery/work/gimlet/ramdisk
35152024-10-14T03:46:05.044Z[ recovery-image] Oct 14 03:46:04.316 INFO O| Oct 14 03:46:04.316 INFO DESTROY DATASET: rpool/images/build/recovery/work/gimlet/ramdisk
35162024-10-14T03:46:05.044Z[ recovery-image] Oct 14 03:46:04.328 INFO O| Oct 14 03:46:04.328 INFO CREATE DATASET: rpool/images/build/recovery/work/gimlet/ramdisk
35172024-10-14T03:46:05.141Z[stamp-internal-dns] Created: /work/oxidecomputer/omicron/out/versioned/internal-dns.tar.gz
35182024-10-14T03:46:08.589ZOct 14 03:46:04.507 INFO [stamp-internal-dns] process exited with exit status: 0 (1.46880812s)
35192024-10-14T03:46:08.634Z[stamp-crucible-pantry-zone] Created: /work/oxidecomputer/omicron/out/versioned/crucible-pantry-zone.tar.gz
35202024-10-14T03:46:08.634ZOct 14 03:46:04.516 INFO [stamp-crucible-pantry-zone] process exited with exit status: 0 (1.353201378s)
35212024-10-14T03:46:08.634Z[stamp-external-dns] Created: /work/oxidecomputer/omicron/out/versioned/external-dns.tar.gz
35222024-10-14T03:46:08.634Z[ recovery-image] Oct 14 03:46:04.674 INFO O| Oct 14 03:46:04.674 INFO STEP 0: pkg_image_create, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-01-os.json
35232024-10-14T03:46:08.634Z[verify-libraries] Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.82s
35242024-10-14T03:46:08.634ZOct 14 03:46:04.706 INFO [stamp-external-dns] process exited with exit status: 0 (1.623441762s)
35252024-10-14T03:46:08.634Z[ recovery-image] Oct 14 03:46:04.714 INFO O| Oct 14 03:46:04.714 INFO exec: ["/usr/bin/pkg", "image-create", "--full", "/rpool/images/build/recovery/work/gimlet/ramdisk"]
35262024-10-14T03:46:08.635Z[verify-libraries] Running `target/debug/xtask verify-libraries --release`
35272024-10-14T03:46:08.635Z[stamp-crucible-zone] Created: /work/oxidecomputer/omicron/out/versioned/crucible-zone.tar.gz
35282024-10-14T03:46:08.635ZOct 14 03:46:04.986 INFO [stamp-crucible-zone] process exited with exit status: 0 (1.764718654s)
35292024-10-14T03:46:08.635Z[ host-image] Oct 14 03:46:05.095 INFO O| Oct 14 03:46:05.095 INFO O| Startup: Refreshing catalog 'helios-dev' ... Done
35302024-10-14T03:46:08.635Z[ recovery-image] Oct 14 03:46:05.231 INFO O| Oct 14 03:46:05.231 INFO O| Caching catalogs ... Done
35312024-10-14T03:46:08.635Z[ stamp-oximeter] Created: /work/oxidecomputer/omicron/out/versioned/oximeter.tar.gz
35322024-10-14T03:46:08.635ZOct 14 03:46:05.344 INFO [stamp-oximeter] process exited with exit status: 0 (2.238576992s)
35332024-10-14T03:46:08.636Z[ recovery-image] Oct 14 03:46:05.348 INFO O| Oct 14 03:46:05.348 INFO STEP 0 (pkg_image_create) COMPLETE
35342024-10-14T03:46:08.636Z[ recovery-image] Oct 14 03:46:05.349 INFO O| Oct 14 03:46:05.348 INFO STEP 1: pkg_set_publisher, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-01-os.json
35352024-10-14T03:46:08.636Z[ recovery-image] Oct 14 03:46:05.349 INFO O| Oct 14 03:46:05.348 INFO skip step because feature "repo_redist" is not enabled
35362024-10-14T03:46:08.637Z[ recovery-image] Oct 14 03:46:05.349 INFO O| Oct 14 03:46:05.348 INFO STEP 2: pkg_set_publisher, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-01-os.json
35372024-10-14T03:46:08.637Z[ recovery-image] Oct 14 03:46:05.361 INFO O| Oct 14 03:46:05.361 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"]
35382024-10-14T03:46:08.637Z[ recovery-image] Oct 14 03:46:05.833 INFO O| Oct 14 03:46:05.833 INFO STEP 2 (pkg_set_publisher) COMPLETE
35392024-10-14T03:46:08.637Z[ recovery-image] Oct 14 03:46:05.833 INFO O| Oct 14 03:46:05.833 INFO STEP 3: pkg_set_publisher, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-01-os.json
35402024-10-14T03:46:08.637Z[ recovery-image] Oct 14 03:46:05.849 INFO O| Oct 14 03:46:05.849 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"]
35412024-10-14T03:46:08.649Z[ recovery-image] Oct 14 03:46:06.332 INFO O| Oct 14 03:46:06.332 INFO STEP 3 (pkg_set_publisher) COMPLETE
35422024-10-14T03:46:08.650Z[ recovery-image] Oct 14 03:46:06.332 INFO O| Oct 14 03:46:06.332 INFO STEP 4: pkg_set_publisher, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-01-os.json
35432024-10-14T03:46:08.650Z[ recovery-image] Oct 14 03:46:06.332 INFO O| Oct 14 03:46:06.332 INFO skip step because feature "repo_redist" is not enabled
35442024-10-14T03:46:08.650Z[ recovery-image] Oct 14 03:46:06.332 INFO O| Oct 14 03:46:06.332 INFO STEP 5: pkg_change_variant, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-01-os.json
35452024-10-14T03:46:08.650Z[ recovery-image] Oct 14 03:46:06.756 INFO O| Oct 14 03:46:06.756 INFO variant opensolaris.zone is already global
35462024-10-14T03:46:08.650Z[ recovery-image] Oct 14 03:46:06.756 INFO O| Oct 14 03:46:06.756 INFO STEP 5 (pkg_change_variant) COMPLETE
35472024-10-14T03:46:08.650Z[ recovery-image] Oct 14 03:46:06.756 INFO O| Oct 14 03:46:06.756 INFO STEP 6: pkg_change_variant, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-01-os.json
35482024-10-14T03:46:08.650Z[ recovery-image] Oct 14 03:46:07.220 INFO O| Oct 14 03:46:07.220 INFO variant opensolaris.imagetype is full; changing to partial
35492024-10-14T03:46:08.650Z[ recovery-image] Oct 14 03:46:07.221 INFO O| Oct 14 03:46:07.220 INFO exec: ["/usr/bin/pkg", "-R", "/rpool/images/build/recovery/work/gimlet/ramdisk", "change-variant", "opensolaris.imagetype=partial"]
35502024-10-14T03:46:08.650Z[ stamp-nexus] Created: /work/oxidecomputer/omicron/out/versioned/nexus.tar.gz
35512024-10-14T03:46:08.651ZOct 14 03:46:07.309 INFO [stamp-nexus] process exited with exit status: 0 (3.992141866s)
35522024-10-14T03:46:09.048Z[stamp-cockroachdb] Created: /work/oxidecomputer/omicron/out/versioned/cockroachdb.tar.gz
35532024-10-14T03:46:09.052ZOct 14 03:46:08.360 INFO [stamp-cockroachdb] process exited with exit status: 0 (5.334472286s)
35542024-10-14T03:46:09.446Z[verify-libraries] Compiling omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent)
35552024-10-14T03:46:09.448Z[verify-libraries] Compiling polyval v0.6.2
35562024-10-14T03:46:09.614Z[verify-libraries] Compiling ctr v0.9.2
35572024-10-14T03:46:09.655Z[verify-libraries] Compiling ssh-encoding v0.2.0
35582024-10-14T03:46:09.655Z[verify-libraries] Compiling blowfish v0.9.1
35592024-10-14T03:46:09.658Z[verify-libraries] Compiling password-hash v0.4.2
35602024-10-14T03:46:09.704Z[verify-libraries] Compiling matches v0.1.10
35612024-10-14T03:46:09.706Z[verify-libraries] Compiling p521 v0.13.3
35622024-10-14T03:46:10.017Z[verify-libraries] Compiling ghash v0.5.1
35632024-10-14T03:46:10.127Z[verify-libraries] Compiling bcrypt-pbkdf v0.10.0
35642024-10-14T03:46:10.168Z[verify-libraries] Compiling idna v0.2.3
35652024-10-14T03:46:10.441Z[verify-libraries] Compiling aes-gcm v0.10.3
35662024-10-14T03:46:10.599Z[verify-libraries] Compiling pbkdf2 v0.11.0
35672024-10-14T03:46:10.919Z[verify-libraries] Compiling p256 v0.13.2
35682024-10-14T03:46:11.274Z[verify-libraries] Compiling ssh-cipher v0.2.0
35692024-10-14T03:46:11.436Z[verify-libraries] Compiling enum-as-inner v0.5.1
35702024-10-14T03:46:11.910Z[verify-libraries] Compiling ssh-key v0.6.6
35712024-10-14T03:46:12.580Z[verify-libraries] Compiling russh-cryptovec v0.7.2
35722024-10-14T03:46:13.170Z[verify-libraries] Compiling md5 v0.7.0
35732024-10-14T03:46:13.255Z[verify-libraries] Compiling trust-dns-proto v0.22.0
35742024-10-14T03:46:14.017Z[verify-libraries] Compiling num-bigint v0.4.5
35752024-10-14T03:46:14.046Z[verify-libraries] Compiling des v0.8.1
35762024-10-14T03:46:14.050Z[stamp-clickhouse] Created: /work/oxidecomputer/omicron/out/versioned/clickhouse.tar.gz
35772024-10-14T03:46:14.209ZOct 14 03:46:13.517 INFO [stamp-clickhouse] process exited with exit status: 0 (10.504028953s)
35782024-10-14T03:46:14.373Z[stamp-clickhouse_keeper] Created: /work/oxidecomputer/omicron/out/versioned/clickhouse_keeper.tar.gz
35792024-10-14T03:46:14.378ZOct 14 03:46:13.686 INFO [stamp-clickhouse_keeper] process exited with exit status: 0 (10.502552201s)
35802024-10-14T03:46:14.380ZOct 14 03:46:13.686 INFO [tuf-stamp] task succeeded (10.674034367s)
35812024-10-14T03:46:14.563Z[verify-libraries] Compiling dhcproto-macros v0.1.0
35822024-10-14T03:46:14.826Z[verify-libraries] Compiling hex-literal v0.4.1
35832024-10-14T03:46:15.374Z[verify-libraries] Compiling russh-keys v0.45.0
35842024-10-14T03:46:15.664Z[verify-libraries] Compiling oxide-client v0.1.0 (/work/oxidecomputer/omicron/clients/oxide-client)
35852024-10-14T03:46:16.461Z[verify-libraries] Compiling ispf v0.1.0 (https://github.com/oxidecomputer/ispf#f78443a9)
35862024-10-14T03:46:17.159Z[verify-libraries] Compiling internet-checksum v0.2.1
35872024-10-14T03:46:17.406Z[ recovery-image] Oct 14 03:46:16.714 INFO O| Oct 14 03:46:16.714 INFO O| Startup: Refreshing catalog 'helios-dev' ... Done
35882024-10-14T03:46:17.467Z[verify-libraries] Compiling heck v0.4.1
35892024-10-14T03:46:19.224Z[verify-libraries] Compiling russh v0.45.0
35902024-10-14T03:46:22.831Z[verify-libraries] Compiling dhcproto v0.12.0
35912024-10-14T03:46:23.625Z[ recovery-image] Oct 14 03:46:22.932 INFO O| Oct 14 03:46:22.932 INFO O| Startup: Caching catalogs ... Done
35922024-10-14T03:46:23.735Z[ recovery-image] Oct 14 03:46:23.042 INFO O| Oct 14 03:46:23.042 INFO O| Planning: Planning completed in 0.00 seconds
35932024-10-14T03:46:23.738Z[ recovery-image] Oct 14 03:46:23.043 INFO O| Oct 14 03:46:23.043 INFO O| Planning: Consolidating action changes ... Done
35942024-10-14T03:46:23.738Z[ recovery-image] Oct 14 03:46:23.043 INFO O| Oct 14 03:46:23.043 INFO O| Planning: Evaluating mediators ... Done
35952024-10-14T03:46:23.739Z[ recovery-image] Oct 14 03:46:23.044 INFO O| Oct 14 03:46:23.044 INFO O| Planning: Planning completed in 0.00 seconds
35962024-10-14T03:46:23.739Z[ recovery-image] Oct 14 03:46:23.044 INFO O| Oct 14 03:46:23.044 INFO O| Variants/Facets to change: 1
35972024-10-14T03:46:23.822Z[ recovery-image] Oct 14 03:46:23.128 INFO O| Oct 14 03:46:23.128 INFO O| Done
35982024-10-14T03:46:23.822Z[ recovery-image] Oct 14 03:46:23.128 INFO O| Oct 14 03:46:23.128 INFO O| Done
35992024-10-14T03:46:24.666Z[ recovery-image] Oct 14 03:46:23.973 INFO O| Oct 14 03:46:23.973 INFO O| Done
36002024-10-14T03:46:24.693Z[verify-libraries] Compiling openapi-lint v0.4.0 (https://github.com/oxidecomputer/openapi-lint?branch=main#ef442ee4)
36012024-10-14T03:46:24.762Z[ recovery-image] Oct 14 03:46:24.069 INFO O| Oct 14 03:46:24.069 INFO O| Done
36022024-10-14T03:46:24.766Z[ recovery-image] Oct 14 03:46:24.071 INFO O| Oct 14 03:46:24.070 INFO O| Done
36032024-10-14T03:46:24.766Z[ recovery-image] Oct 14 03:46:24.071 INFO O| Oct 14 03:46:24.071 INFO O| Done
36042024-10-14T03:46:24.766Z[ recovery-image] Oct 14 03:46:24.073 INFO O| Oct 14 03:46:24.073 INFO O| Done
36052024-10-14T03:46:25.438Z[ recovery-image] Oct 14 03:46:24.745 INFO O| Oct 14 03:46:24.745 INFO STEP 6 (pkg_change_variant) COMPLETE
36062024-10-14T03:46:25.438Z[ recovery-image] Oct 14 03:46:24.745 INFO O| Oct 14 03:46:24.745 INFO STEP 7: pkg_change_variant, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-01-os.json
36072024-10-14T03:46:25.445Z[ recovery-image] Oct 14 03:46:24.745 INFO O| Oct 14 03:46:24.745 INFO skip step because feature "debug_variant" is not enabled
36082024-10-14T03:46:25.446Z[ recovery-image] Oct 14 03:46:24.745 INFO O| Oct 14 03:46:24.745 INFO STEP 8: pkg_change_facet, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-01-os.json
36092024-10-14T03:46:26.156Z[ recovery-image] Oct 14 03:46:25.463 INFO O| Oct 14 03:46:25.462 INFO exec: ["/usr/bin/pkg", "-R", "/rpool/images/build/recovery/work/gimlet/ramdisk", "change-facet", "openssl.10=false"]
36102024-10-14T03:46:27.290Z[ recovery-image] Oct 14 03:46:26.596 INFO O| Oct 14 03:46:26.596 INFO O| Startup: Refreshing catalog 'helios-dev' ... Done
36112024-10-14T03:46:27.293Z[ recovery-image] Oct 14 03:46:26.598 INFO O| Oct 14 03:46:26.598 INFO O| Planning: Planning completed in 0.00 seconds
36122024-10-14T03:46:27.293Z[ recovery-image] Oct 14 03:46:26.599 INFO O| Oct 14 03:46:26.599 INFO O| Planning: Consolidating action changes ... Done
36132024-10-14T03:46:27.293Z[ recovery-image] Oct 14 03:46:26.600 INFO O| Oct 14 03:46:26.600 INFO O| Planning: Evaluating mediators ... Done
36142024-10-14T03:46:27.296Z[ recovery-image] Oct 14 03:46:26.600 INFO O| Oct 14 03:46:26.600 INFO O| Planning: Planning completed in 0.00 seconds
36152024-10-14T03:46:27.296Z[ recovery-image] Oct 14 03:46:26.601 INFO O| Oct 14 03:46:26.601 INFO O| Variants/Facets to change: 1
36162024-10-14T03:46:27.392Z[ recovery-image] Oct 14 03:46:26.698 INFO O| Oct 14 03:46:26.698 INFO O| Done
36172024-10-14T03:46:27.392Z[ recovery-image] Oct 14 03:46:26.698 INFO O| Oct 14 03:46:26.698 INFO O| Done
36182024-10-14T03:46:28.057Z[ recovery-image] Oct 14 03:46:27.363 INFO O| Oct 14 03:46:27.363 INFO O| Done
36192024-10-14T03:46:28.122Z[ recovery-image] Oct 14 03:46:27.429 INFO O| Oct 14 03:46:27.428 INFO O| Done
36202024-10-14T03:46:28.125Z[ recovery-image] Oct 14 03:46:27.430 INFO O| Oct 14 03:46:27.430 INFO O| Done
36212024-10-14T03:46:28.125Z[ recovery-image] Oct 14 03:46:27.430 INFO O| Oct 14 03:46:27.430 INFO O| Done
36222024-10-14T03:46:28.128Z[ recovery-image] Oct 14 03:46:27.433 INFO O| Oct 14 03:46:27.433 INFO O| Done
36232024-10-14T03:46:28.238Z[ recovery-image] Oct 14 03:46:27.544 INFO O| Oct 14 03:46:27.544 INFO STEP 8 (pkg_change_facet) COMPLETE
36242024-10-14T03:46:28.238Z[ recovery-image] Oct 14 03:46:27.544 INFO O| Oct 14 03:46:27.544 INFO STEP 9: pkg_change_facet, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-01-os.json
36252024-10-14T03:46:28.993Z[ recovery-image] Oct 14 03:46:28.299 INFO O| Oct 14 03:46:28.299 INFO exec: ["/usr/bin/pkg", "-R", "/rpool/images/build/recovery/work/gimlet/ramdisk", "change-facet", "doc=false"]
36262024-10-14T03:46:30.101Z[ recovery-image] Oct 14 03:46:29.407 INFO O| Oct 14 03:46:29.407 INFO O| Startup: Refreshing catalog 'helios-dev' ... Done
36272024-10-14T03:46:30.104Z[ recovery-image] Oct 14 03:46:29.409 INFO O| Oct 14 03:46:29.409 INFO O| Planning: Planning completed in 0.00 seconds
36282024-10-14T03:46:30.106Z[ recovery-image] Oct 14 03:46:29.411 INFO O| Oct 14 03:46:29.410 INFO O| Planning: Consolidating action changes ... Done
36292024-10-14T03:46:30.106Z[ recovery-image] Oct 14 03:46:29.411 INFO O| Oct 14 03:46:29.411 INFO O| Planning: Evaluating mediators ... Done
36302024-10-14T03:46:30.107Z[ recovery-image] Oct 14 03:46:29.411 INFO O| Oct 14 03:46:29.411 INFO O| Planning: Planning completed in 0.00 seconds
36312024-10-14T03:46:30.107Z[ recovery-image] Oct 14 03:46:29.412 INFO O| Oct 14 03:46:29.412 INFO O| Variants/Facets to change: 1
36322024-10-14T03:46:30.201Z[ recovery-image] Oct 14 03:46:29.507 INFO O| Oct 14 03:46:29.506 INFO O| Done
36332024-10-14T03:46:30.201Z[ recovery-image] Oct 14 03:46:29.507 INFO O| Oct 14 03:46:29.507 INFO O| Done
36342024-10-14T03:46:30.849Z[ recovery-image] Oct 14 03:46:30.155 INFO O| Oct 14 03:46:30.155 INFO O| Done
36352024-10-14T03:46:30.920Z[ recovery-image] Oct 14 03:46:30.226 INFO O| Oct 14 03:46:30.226 INFO O| Done
36362024-10-14T03:46:30.923Z[ recovery-image] Oct 14 03:46:30.227 INFO O| Oct 14 03:46:30.227 INFO O| Done
36372024-10-14T03:46:30.923Z[ recovery-image] Oct 14 03:46:30.227 INFO O| Oct 14 03:46:30.227 INFO O| Done
36382024-10-14T03:46:30.923Z[ recovery-image] Oct 14 03:46:30.229 INFO O| Oct 14 03:46:30.229 INFO O| Done
36392024-10-14T03:46:31.029Z[ recovery-image] Oct 14 03:46:30.336 INFO O| Oct 14 03:46:30.335 INFO STEP 9 (pkg_change_facet) COMPLETE
36402024-10-14T03:46:31.029Z[ recovery-image] Oct 14 03:46:30.336 INFO O| Oct 14 03:46:30.336 INFO STEP 10: pkg_change_facet, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-01-os.json
36412024-10-14T03:46:31.856Z[ recovery-image] Oct 14 03:46:31.161 INFO O| Oct 14 03:46:31.161 INFO exec: ["/usr/bin/pkg", "-R", "/rpool/images/build/recovery/work/gimlet/ramdisk", "change-facet", "doc.man=false"]
36422024-10-14T03:46:33.005Z[ recovery-image] Oct 14 03:46:32.311 INFO O| Oct 14 03:46:32.311 INFO O| Startup: Refreshing catalog 'helios-dev' ... Done
36432024-10-14T03:46:33.009Z[ recovery-image] Oct 14 03:46:32.313 INFO O| Oct 14 03:46:32.313 INFO O| Planning: Planning completed in 0.00 seconds
36442024-10-14T03:46:33.009Z[ recovery-image] Oct 14 03:46:32.314 INFO O| Oct 14 03:46:32.314 INFO O| Planning: Consolidating action changes ... Done
36452024-10-14T03:46:33.009Z[ recovery-image] Oct 14 03:46:32.314 INFO O| Oct 14 03:46:32.314 INFO O| Planning: Evaluating mediators ... Done
36462024-10-14T03:46:33.009Z[ recovery-image] Oct 14 03:46:32.314 INFO O| Oct 14 03:46:32.314 INFO O| Planning: Planning completed in 0.00 seconds
36472024-10-14T03:46:33.009Z[ recovery-image] Oct 14 03:46:32.315 INFO O| Oct 14 03:46:32.315 INFO O| Variants/Facets to change: 1
36482024-10-14T03:46:33.083Z[ recovery-image] Oct 14 03:46:32.389 INFO O| Oct 14 03:46:32.389 INFO O| Done
36492024-10-14T03:46:33.084Z[ recovery-image] Oct 14 03:46:32.389 INFO O| Oct 14 03:46:32.389 INFO O| Done
36502024-10-14T03:46:33.606Z[verify-libraries] Compiling wicket-dbg v0.1.0 (/work/oxidecomputer/omicron/wicket-dbg)
36512024-10-14T03:46:33.788Z[ recovery-image] Oct 14 03:46:33.094 INFO O| Oct 14 03:46:33.094 INFO O| Done
36522024-10-14T03:46:33.851Z[ recovery-image] Oct 14 03:46:33.157 INFO O| Oct 14 03:46:33.157 INFO O| Done
36532024-10-14T03:46:33.857Z[ recovery-image] Oct 14 03:46:33.159 INFO O| Oct 14 03:46:33.158 INFO O| Done
36542024-10-14T03:46:33.857Z[ recovery-image] Oct 14 03:46:33.159 INFO O| Oct 14 03:46:33.159 INFO O| Done
36552024-10-14T03:46:33.857Z[ recovery-image] Oct 14 03:46:33.161 INFO O| Oct 14 03:46:33.160 INFO O| Done
36562024-10-14T03:46:33.982Z[ recovery-image] Oct 14 03:46:33.288 INFO O| Oct 14 03:46:33.288 INFO STEP 10 (pkg_change_facet) COMPLETE
36572024-10-14T03:46:33.982Z[ recovery-image] Oct 14 03:46:33.288 INFO O| Oct 14 03:46:33.288 INFO STEP 11: pkg_install, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-01-os.json
36582024-10-14T03:46:34.004Z[ recovery-image] Oct 14 03:46:33.310 INFO O| Oct 14 03:46:33.310 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"]
36592024-10-14T03:46:34.332Z[verify-libraries] Compiling ch-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/ch-dev)
36602024-10-14T03:46:34.358Z[verify-libraries] Compiling reconfigurator-cli v0.1.0 (/work/oxidecomputer/omicron/dev-tools/reconfigurator-cli)
36612024-10-14T03:46:34.843Z[verify-libraries] Compiling omicron-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omicron-dev)
36622024-10-14T03:46:34.893Z[verify-libraries] Compiling db-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/db-dev)
36632024-10-14T03:46:35.055Z[ recovery-image] Oct 14 03:46:34.361 INFO O| Oct 14 03:46:34.361 INFO O| Startup: Refreshing catalog 'helios-dev' ... Done
36642024-10-14T03:46:35.562Z[verify-libraries] Compiling openapi-manager v0.1.0 (/work/oxidecomputer/omicron/dev-tools/openapi-manager)
36652024-10-14T03:46:35.624Z[verify-libraries] Compiling omicron-ls-apis v0.1.0 (/work/oxidecomputer/omicron/dev-tools/ls-apis)
36662024-10-14T03:46:36.962Z[verify-libraries] Compiling tufaceous v0.1.0 (/work/oxidecomputer/omicron/tufaceous)
36672024-10-14T03:46:41.740Z[verify-libraries] Compiling zone-setup v0.1.0 (/work/oxidecomputer/omicron/zone-setup)
36682024-10-14T03:46:44.207Z[verify-libraries] Compiling nexus-test-utils v0.1.0 (/work/oxidecomputer/omicron/nexus/test-utils)
36692024-10-14T03:46:45.785Z[verify-libraries] Compiling xtask-downloader v0.1.0 (/work/oxidecomputer/omicron/dev-tools/downloader)
36702024-10-14T03:46:47.854Z[verify-libraries] Compiling termios v0.3.3
36712024-10-14T03:46:48.252Z[verify-libraries] Compiling gateway-cli v0.1.0 (/work/oxidecomputer/omicron/gateway-cli)
36722024-10-14T03:46:48.475Z[ host-image] Oct 14 03:46:47.780 INFO O| Oct 14 03:46:47.780 INFO O| Planning: Solver setup ... Done
36732024-10-14T03:47:14.256Z[verify-libraries] Compiling end-to-end-tests v0.1.0 (/work/oxidecomputer/omicron/end-to-end-tests)
36742024-10-14T03:47:20.166Z[ recovery-image] Oct 14 03:47:19.469 INFO O| Oct 14 03:47:19.469 INFO O| Planning: Solver setup ... Done
36752024-10-14T03:47:32.486Z[ host-image] Oct 14 03:47:31.787 INFO O| Oct 14 03:47:31.787 INFO O| Planning: Running solver ... Done
36762024-10-14T03:47:32.954Z[ host-image] Oct 14 03:47:32.255 INFO O| Oct 14 03:47:32.255 INFO O| Planning: Finding local manifests ... Done
36772024-10-14T03:47:32.969Z[ host-image] Oct 14 03:47:32.272 INFO O| Oct 14 03:47:32.272 INFO O| Planning: Fetching manifests: 0/124 0% complete
36782024-10-14T03:47:37.236Z[ host-image] Oct 14 03:47:36.538 INFO O| Oct 14 03:47:36.538 INFO O| Planning: Fetching manifests: 124/124 100% complete
36792024-10-14T03:47:38.563Z[ host-image] Oct 14 03:47:37.861 INFO O| Oct 14 03:47:37.861 INFO O| Planning: Package planning ... Done
36802024-10-14T03:47:40.167Z[ host-image] Oct 14 03:47:39.469 INFO O| Oct 14 03:47:39.469 INFO O| Planning: Merging actions ... Done
36812024-10-14T03:47:40.505Z[ host-image] Oct 14 03:47:39.807 INFO O| Oct 14 03:47:39.807 INFO O| Planning: Checking for conflicting actions ... Done
36822024-10-14T03:47:40.792Z[ host-image] Oct 14 03:47:40.094 INFO O| Oct 14 03:47:40.094 INFO O| Planning: Consolidating action changes ... Done
36832024-10-14T03:47:41.484Z[ host-image] Oct 14 03:47:40.784 INFO O| Oct 14 03:47:40.784 INFO O| Planning: Evaluating mediators ... Done
36842024-10-14T03:47:47.907Z[ host-image] Oct 14 03:47:47.208 INFO O| Oct 14 03:47:47.207 INFO O| Planning: Planning completed in 102.11 seconds
36852024-10-14T03:47:47.913Z[ host-image] Oct 14 03:47:47.215 INFO O| Oct 14 03:47:47.215 INFO O| Packages to install: 124
36862024-10-14T03:47:47.917Z[ host-image] Oct 14 03:47:47.215 INFO O| Oct 14 03:47:47.215 INFO O| Mediators to change: 4
36872024-10-14T03:47:47.917Z[ host-image] Oct 14 03:47:47.215 INFO O| Oct 14 03:47:47.215 INFO O| Services to change: 6
36882024-10-14T03:47:48.027Z[ host-image] Oct 14 03:47:47.329 INFO O| Oct 14 03:47:47.328 INFO O| Download: 0/22734 items 0.0/196.5MB 0% complete
36892024-10-14T03:47:52.340Z[verify-libraries] Compiling mgs-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/mgs-dev)
36902024-10-14T03:47:53.029Z[ host-image] Oct 14 03:47:52.329 INFO O| Oct 14 03:47:52.329 INFO O| Download: 1091/22734 items 6.6/196.5MB 3% complete (1.4M/s)
36912024-10-14T03:47:58.031Z[ host-image] Oct 14 03:47:57.332 INFO O| Oct 14 03:47:57.332 INFO O| Download: 1784/22734 items 12.3/196.5MB 6% complete (1.2M/s)
36922024-10-14T03:47:58.824Z[verify-libraries] Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
36932024-10-14T03:48:03.186Z[ recovery-image] Oct 14 03:48:02.486 INFO O| Oct 14 03:48:02.486 INFO O| Planning: Running solver ... Done
36942024-10-14T03:48:03.324Z[ host-image] Oct 14 03:48:02.623 INFO O| Oct 14 03:48:02.622 INFO O| Download: 2286/22734 items 26.7/196.5MB 13% complete (1.9M/s)
36952024-10-14T03:48:03.570Z[ recovery-image] Oct 14 03:48:02.870 INFO O| Oct 14 03:48:02.870 INFO O| Planning: Finding local manifests ... Done
36962024-10-14T03:48:03.587Z[ recovery-image] Oct 14 03:48:02.887 INFO O| Oct 14 03:48:02.887 INFO O| Planning: Fetching manifests: 0/124 0% complete
36972024-10-14T03:48:08.335Z[ host-image] Oct 14 03:48:07.636 INFO O| Oct 14 03:48:07.635 INFO O| Download: 3362/22734 items 34.2/196.5MB 17% complete (2.2M/s)
36982024-10-14T03:48:08.465Z[ recovery-image] Oct 14 03:48:07.765 INFO O| Oct 14 03:48:07.765 INFO O| Planning: Fetching manifests: 124/124 100% complete
36992024-10-14T03:48:09.733Z[ recovery-image] Oct 14 03:48:09.033 INFO O| Oct 14 03:48:09.033 INFO O| Planning: Package planning ... Done
37002024-10-14T03:48:10.508Z[ recovery-image] Oct 14 03:48:09.808 INFO O| Oct 14 03:48:09.808 INFO O| Planning: Merging actions ... Done
37012024-10-14T03:48:10.788Z[ recovery-image] Oct 14 03:48:10.088 INFO O| Oct 14 03:48:10.088 INFO O| Planning: Checking for conflicting actions ... Done
37022024-10-14T03:48:10.927Z[ recovery-image] Oct 14 03:48:10.227 INFO O| Oct 14 03:48:10.227 INFO O| Planning: Consolidating action changes ... Done
37032024-10-14T03:48:11.340Z[ recovery-image] Oct 14 03:48:10.640 INFO O| Oct 14 03:48:10.640 INFO O| Planning: Evaluating mediators ... Done
37042024-10-14T03:48:13.339Z[ host-image] Oct 14 03:48:12.636 INFO O| Oct 14 03:48:12.636 INFO O| Download: 4514/22734 items 41.9/196.5MB 21% complete (1.5M/s)
37052024-10-14T03:48:13.634Z[verify-libraries] Compiling omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils)
37062024-10-14T03:48:17.279Z[ recovery-image] Oct 14 03:48:16.578 INFO O| Oct 14 03:48:16.578 INFO O| Planning: Planning completed in 102.22 seconds
37072024-10-14T03:48:17.285Z[ recovery-image] Oct 14 03:48:16.584 INFO O| Oct 14 03:48:16.584 INFO O| Packages to install: 124
37082024-10-14T03:48:17.285Z[ recovery-image] Oct 14 03:48:16.585 INFO O| Oct 14 03:48:16.584 INFO O| Mediators to change: 4
37092024-10-14T03:48:17.287Z[ recovery-image] Oct 14 03:48:16.585 INFO O| Oct 14 03:48:16.584 INFO O| Services to change: 5
37102024-10-14T03:48:17.364Z[ recovery-image] Oct 14 03:48:16.663 INFO O| Oct 14 03:48:16.663 INFO O| Download: 0/15836 items 0.0/173.3MB 0% complete
37112024-10-14T03:48:18.347Z[ host-image] Oct 14 03:48:17.646 INFO O| Oct 14 03:48:17.646 INFO O| Download: 5244/22734 items 46.0/196.5MB 23% complete (1.2M/s)
37122024-10-14T03:48:22.404Z[ recovery-image] Oct 14 03:48:21.703 INFO O| Oct 14 03:48:21.703 INFO O| Download: 957/15836 items 7.6/173.3MB 4% complete (1.5M/s)
37132024-10-14T03:48:23.367Z[ host-image] Oct 14 03:48:22.664 INFO O| Oct 14 03:48:22.664 INFO O| Download: 6157/22734 items 46.5/196.5MB 23% complete (475k/s)
37142024-10-14T03:48:27.405Z[ recovery-image] Oct 14 03:48:26.704 INFO O| Oct 14 03:48:26.704 INFO O| Download: 1174/15836 items 11.3/173.3MB 6% complete (1.1M/s)
37152024-10-14T03:48:28.885Z[ host-image] Oct 14 03:48:28.184 INFO O| Oct 14 03:48:28.183 INFO O| Download: 6980/22734 items 50.4/196.5MB 25% complete (439k/s)
37162024-10-14T03:48:32.425Z[ recovery-image] Oct 14 03:48:31.723 INFO O| Oct 14 03:48:31.723 INFO O| Download: 1621/15836 items 25.1/173.3MB 14% complete (1.8M/s)
37172024-10-14T03:48:33.887Z[ host-image] Oct 14 03:48:33.186 INFO O| Oct 14 03:48:33.185 INFO O| Download: 7911/22734 items 59.4/196.5MB 30% complete (1.3M/s)
37182024-10-14T03:48:37.438Z[ recovery-image] Oct 14 03:48:36.736 INFO O| Oct 14 03:48:36.736 INFO O| Download: 2512/15836 items 31.5/173.3MB 18% complete (2.0M/s)
37192024-10-14T03:48:38.232Z[verify-libraries] Compiling crdb-seed v0.1.0 (/work/oxidecomputer/omicron/dev-tools/crdb-seed)
37202024-10-14T03:48:38.997Z[ host-image] Oct 14 03:48:38.295 INFO O| Oct 14 03:48:38.295 INFO O| Download: 8141/22734 items 60.8/196.5MB 30% complete (1.1M/s)
37212024-10-14T03:48:42.459Z[ recovery-image] Oct 14 03:48:41.756 INFO O| Oct 14 03:48:41.756 INFO O| Download: 3257/15836 items 37.8/173.3MB 21% complete (1.3M/s)
37222024-10-14T03:48:44.000Z[ host-image] Oct 14 03:48:43.296 INFO O| Oct 14 03:48:43.296 INFO O| Download: 8912/22734 items 71.9/196.5MB 36% complete (1.2M/s)
37232024-10-14T03:48:47.683Z[ recovery-image] Oct 14 03:48:46.980 INFO O| Oct 14 03:48:46.980 INFO O| Download: 3679/15836 items 40.1/173.3MB 23% complete (865k/s)
37242024-10-14T03:48:50.015Z[ host-image] Oct 14 03:48:48.311 INFO O| Oct 14 03:48:48.311 INFO O| Download: 9903/22734 items 83.7/196.5MB 42% complete (2.3M/s)
37252024-10-14T03:48:52.786Z[ recovery-image] Oct 14 03:48:52.083 INFO O| Oct 14 03:48:52.083 INFO O| Download: 4176/15836 items 42.7/173.3MB 24% complete (501k/s)
37262024-10-14T03:48:54.014Z[ host-image] Oct 14 03:48:53.311 INFO O| Oct 14 03:48:53.311 INFO O| Download: 10826/22734 items 89.9/196.5MB 45% complete (1.8M/s)
37272024-10-14T03:48:57.641Z[verify-libraries] Compiling dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server)
37282024-10-14T03:48:58.710Z[ recovery-image] Oct 14 03:48:57.971 INFO O| Oct 14 03:48:57.971 INFO O| Download: 4778/15836 items 43.0/173.3MB 24% complete (423k/s)
37292024-10-14T03:48:59.015Z[ host-image] Oct 14 03:48:58.311 INFO O| Oct 14 03:48:58.311 INFO O| Download: 11496/22734 items 96.2/196.5MB 48% complete (1.3M/s)
37302024-10-14T03:48:59.932Z[verify-libraries] Compiling cert-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/cert-dev)
37312024-10-14T03:49:02.726Z[verify-libraries] Compiling oximeter-schema v0.1.0 (/work/oxidecomputer/omicron/oximeter/schema)
37322024-10-14T03:49:03.874Z[ recovery-image] Oct 14 03:49:03.171 INFO O| Oct 14 03:49:03.171 INFO O| Download: 5663/15836 items 44.5/173.3MB 25% complete (145k/s)
37332024-10-14T03:49:04.192Z[ host-image] Oct 14 03:49:03.488 INFO O| Oct 14 03:49:03.488 INFO O| Download: 12114/22734 items 103.7/196.5MB 52% complete (1.2M/s)
37342024-10-14T03:49:09.208Z[ host-image] Oct 14 03:49:08.503 INFO O| Oct 14 03:49:08.503 INFO O| Download: 13004/22734 items 109.8/196.5MB 55% complete (1.4M/s)
37352024-10-14T03:49:09.321Z[ recovery-image] Oct 14 03:49:08.617 INFO O| Oct 14 03:49:08.617 INFO O| Download: 5944/15836 items 53.6/173.3MB 30% complete (1.2M/s)
37362024-10-14T03:49:14.226Z[ host-image] Oct 14 03:49:13.522 INFO O| Oct 14 03:49:13.522 INFO O| Download: 14089/22734 items 110.6/196.5MB 56% complete (707k/s)
37372024-10-14T03:49:18.939Z[ recovery-image] Oct 14 03:49:18.234 INFO O| Oct 14 03:49:18.234 INFO O| Download: 5950/15836 items 53.6/173.3MB 30% complete (1.2M/s)
37382024-10-14T03:49:19.254Z[ host-image] Oct 14 03:49:18.549 INFO O| Oct 14 03:49:18.549 INFO O| Download: 14795/22734 items 117.2/196.5MB 59% complete (754k/s)
37392024-10-14T03:49:24.259Z[ recovery-image] Oct 14 03:49:23.554 INFO O| Oct 14 03:49:23.554 INFO O| Download: 6180/15836 items 61.9/173.3MB 35% complete (1.5M/s)
37402024-10-14T03:49:24.264Z[ host-image] Oct 14 03:49:23.559 INFO O| Oct 14 03:49:23.559 INFO O| Download: 15642/22734 items 125.8/196.5MB 63% complete (1.5M/s)
37412024-10-14T03:49:29.344Z[ recovery-image] Oct 14 03:49:28.638 INFO O| Oct 14 03:49:28.638 INFO O| Download: 7625/15836 items 73.6/173.3MB 42% complete (2.0M/s)
37422024-10-14T03:49:31.776Z[ host-image] Oct 14 03:49:31.070 INFO O| Oct 14 03:49:31.070 INFO O| Download: 15835/22734 items 130.1/196.5MB 66% complete (1.8M/s)
37432024-10-14T03:49:34.345Z[ recovery-image] Oct 14 03:49:33.638 INFO O| Oct 14 03:49:33.638 INFO O| Download: 8088/15836 items 79.2/173.3MB 45% complete (1.7M/s)
37442024-10-14T03:49:36.777Z[ host-image] Oct 14 03:49:36.071 INFO O| Oct 14 03:49:36.071 INFO O| Download: 17053/22734 items 142.5/196.5MB 72% complete (1.5M/s)
37452024-10-14T03:49:39.905Z[ recovery-image] Oct 14 03:49:39.199 INFO O| Oct 14 03:49:39.199 INFO O| Download: 8826/15836 items 91.8/173.3MB 52% complete (1.8M/s)
37462024-10-14T03:49:41.795Z[ host-image] Oct 14 03:49:41.088 INFO O| Oct 14 03:49:41.088 INFO O| Download: 17994/22734 items 159.1/196.5MB 80% complete (2.9M/s)
37472024-10-14T03:49:44.911Z[ recovery-image] Oct 14 03:49:44.204 INFO O| Oct 14 03:49:44.204 INFO O| Download: 9626/15836 items 93.0/173.3MB 53% complete (1.3M/s)
37482024-10-14T03:49:47.563Z[ host-image] Oct 14 03:49:46.856 INFO O| Oct 14 03:49:46.856 INFO O| Download: 18944/22734 items 163.0/196.5MB 82% complete (2.1M/s)
37492024-10-14T03:49:49.957Z[ recovery-image] Oct 14 03:49:49.250 INFO O| Oct 14 03:49:49.250 INFO O| Download: 10541/15836 items 93.4/173.3MB 53% complete (180k/s)
37502024-10-14T03:49:52.563Z[ host-image] Oct 14 03:49:51.856 INFO O| Oct 14 03:49:51.856 INFO O| Download: 19974/22734 items 166.8/196.5MB 84% complete (731k/s)
37512024-10-14T03:49:55.051Z[ recovery-image] Oct 14 03:49:54.343 INFO O| Oct 14 03:49:54.343 INFO O| Download: 10909/15836 items 93.8/173.3MB 54% complete (93.2k/s)
37522024-10-14T03:49:57.578Z[ host-image] Oct 14 03:49:56.871 INFO O| Oct 14 03:49:56.871 INFO O| Download: 20847/22734 items 175.6/196.5MB 89% complete (1.3M/s)
37532024-10-14T03:50:00.382Z[ recovery-image] Oct 14 03:49:59.674 INFO O| Oct 14 03:49:59.674 INFO O| Download: 11409/15836 items 107.1/173.3MB 61% complete (1.4M/s)
37542024-10-14T03:50:02.593Z[ host-image] Oct 14 03:50:01.886 INFO O| Oct 14 03:50:01.885 INFO O| Download: 21447/22734 items 177.4/196.5MB 90% complete (1.1M/s)
37552024-10-14T03:50:05.411Z[ recovery-image] Oct 14 03:50:04.703 INFO O| Oct 14 03:50:04.703 INFO O| Download: 11985/15836 items 137.0/173.3MB 79% complete (4.3M/s)
37562024-10-14T03:50:10.423Z[ recovery-image] Oct 14 03:50:09.714 INFO O| Oct 14 03:50:09.714 INFO O| Download: 13899/15836 items 144.3/173.3MB 83% complete (3.7M/s)
37572024-10-14T03:50:10.752Z[ host-image] Oct 14 03:50:10.044 INFO O| Oct 14 03:50:10.044 INFO O| Download: 21874/22734 items 188.3/196.5MB 95% complete (1.8M/s)
37582024-10-14T03:50:15.708Z[ recovery-image] Oct 14 03:50:14.999 INFO O| Oct 14 03:50:14.999 INFO O| Download: 14729/15836 items 152.4/173.3MB 87% complete (1.4M/s)
37592024-10-14T03:50:15.768Z[ host-image] Oct 14 03:50:15.060 INFO O| Oct 14 03:50:15.060 INFO O| Download: 22088/22734 items 194.1/196.5MB 98% complete (569k/s)
37602024-10-14T03:50:21.003Z[ recovery-image] Oct 14 03:50:20.294 INFO O| Oct 14 03:50:20.294 INFO O| Download: 15300/15836 items 158.3/173.3MB 91% complete (1.4M/s)
37612024-10-14T03:50:21.171Z[ host-image] Oct 14 03:50:20.462 INFO O| Oct 14 03:50:20.462 INFO O| Download: 22732/22734 items 196.5/196.5MB 99% complete (1004k/s)
37622024-10-14T03:50:21.284Z[ host-image] Oct 14 03:50:20.575 INFO O| Oct 14 03:50:20.575 INFO O| Download: Completed 196.52 MB in 153.25 seconds (1.3M/s)
37632024-10-14T03:50:22.770Z[ host-image] Oct 14 03:50:22.061 INFO O| Oct 14 03:50:22.061 INFO O| Actions: 1/49270 actions (Installing new actions)
37642024-10-14T03:50:26.052Z[ recovery-image] Oct 14 03:50:25.342 INFO O| Oct 14 03:50:25.342 INFO O| Download: 15824/15836 items 172.4/173.3MB 99% complete (2.0M/s)
37652024-10-14T03:50:26.088Z[ recovery-image] Oct 14 03:50:25.379 INFO O| Oct 14 03:50:25.379 INFO O| Download: Completed 173.29 MB in 128.72 seconds (1.3M/s)
37662024-10-14T03:50:27.430Z[ recovery-image] Oct 14 03:50:26.720 INFO O| Oct 14 03:50:26.720 INFO O| Actions: 1/24971 actions (Installing new actions)
37672024-10-14T03:50:27.782Z[ host-image] Oct 14 03:50:27.073 INFO O| Oct 14 03:50:27.073 INFO O| Actions: 9199/49270 actions (Installing new actions)
37682024-10-14T03:50:32.431Z[ recovery-image] Oct 14 03:50:31.721 INFO O| Oct 14 03:50:31.721 INFO O| Actions: 8704/24971 actions (Installing new actions)
37692024-10-14T03:50:32.783Z[ host-image] Oct 14 03:50:32.073 INFO O| Oct 14 03:50:32.073 INFO O| Actions: 14988/49270 actions (Installing new actions)
37702024-10-14T03:50:37.431Z[ recovery-image] Oct 14 03:50:36.721 INFO O| Oct 14 03:50:36.721 INFO O| Actions: 13848/24971 actions (Installing new actions)
37712024-10-14T03:50:37.783Z[ host-image] Oct 14 03:50:37.073 INFO O| Oct 14 03:50:37.073 INFO O| Actions: 21284/49270 actions (Installing new actions)
37722024-10-14T03:50:42.431Z[ recovery-image] Oct 14 03:50:41.721 INFO O| Oct 14 03:50:41.721 INFO O| Actions: 19358/24971 actions (Installing new actions)
37732024-10-14T03:50:42.783Z[ host-image] Oct 14 03:50:42.073 INFO O| Oct 14 03:50:42.073 INFO O| Actions: 36242/49270 actions (Installing new actions)
37742024-10-14T03:50:47.444Z[ recovery-image] Oct 14 03:50:46.734 INFO O| Oct 14 03:50:46.734 INFO O| Actions: 24546/24971 actions (Installing new actions)
37752024-10-14T03:50:47.805Z[ host-image] Oct 14 03:50:47.094 INFO O| Oct 14 03:50:47.094 INFO O| Actions: 48841/49270 actions (Installing new actions)
37762024-10-14T03:50:48.835Z[ recovery-image] Oct 14 03:50:48.117 INFO O| Oct 14 03:50:48.117 INFO O| Actions: Completed 24971 actions in 21.39 seconds.
37772024-10-14T03:50:49.073Z[ host-image] Oct 14 03:50:48.362 INFO O| Oct 14 03:50:48.362 INFO O| Actions: Completed 49270 actions in 26.30 seconds.
37782024-10-14T03:50:49.520Z[ recovery-image] Oct 14 03:50:48.809 INFO O| Oct 14 03:50:48.809 INFO O| Done
37792024-10-14T03:50:49.520Z[ recovery-image] Oct 14 03:50:48.809 INFO O| Oct 14 03:50:48.809 INFO O| Done
37802024-10-14T03:50:49.763Z[ host-image] Oct 14 03:50:49.053 INFO O| Oct 14 03:50:49.052 INFO O| Done
37812024-10-14T03:50:49.763Z[ host-image] Oct 14 03:50:49.053 INFO O| Oct 14 03:50:49.053 INFO O| Done
37822024-10-14T03:50:50.754Z[ recovery-image] Oct 14 03:50:50.043 INFO O| Oct 14 03:50:50.043 INFO O| Done
37832024-10-14T03:50:51.131Z[ host-image] Oct 14 03:50:50.420 INFO O| Oct 14 03:50:50.420 INFO O| Done
37842024-10-14T03:50:52.659Z[ recovery-image] Oct 14 03:50:51.948 INFO O| Oct 14 03:50:51.948 INFO O| Done
37852024-10-14T03:50:52.681Z[ recovery-image] Oct 14 03:50:51.970 INFO O| Oct 14 03:50:51.970 INFO O| Done
37862024-10-14T03:50:54.006Z[ host-image] Oct 14 03:50:53.295 INFO O| Oct 14 03:50:53.295 INFO O| Done
37872024-10-14T03:50:54.045Z[ host-image] Oct 14 03:50:53.334 INFO O| Oct 14 03:50:53.334 INFO O| Done
37882024-10-14T03:50:57.841Z[ recovery-image] Oct 14 03:50:57.129 INFO O| Oct 14 03:50:57.129 INFO O| Done
37892024-10-14T03:50:58.563Z[ recovery-image] Oct 14 03:50:57.852 INFO O| Oct 14 03:50:57.852 INFO O| Done
37902024-10-14T03:50:58.969Z[ recovery-image] Oct 14 03:50:58.258 INFO O| Oct 14 03:50:58.258 INFO STEP 11 (pkg_install) COMPLETE
37912024-10-14T03:50:58.969Z[ recovery-image] Oct 14 03:50:58.258 INFO O| Oct 14 03:50:58.258 INFO STEP 12: pkg_install, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-01-os.json
37922024-10-14T03:50:58.969Z[ recovery-image] Oct 14 03:50:58.258 INFO O| Oct 14 03:50:58.258 INFO skip step because feature "recovery" is enabled
37932024-10-14T03:50:58.972Z[ recovery-image] Oct 14 03:50:58.258 INFO O| Oct 14 03:50:58.258 INFO STEP 13: pkg_install, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-01-os.json
37942024-10-14T03:50:58.972Z[ recovery-image] Oct 14 03:50:58.258 INFO O| Oct 14 03:50:58.258 INFO skip step because feature "omicron1" is not enabled
37952024-10-14T03:50:58.972Z[ recovery-image] Oct 14 03:50:58.258 INFO O| Oct 14 03:50:58.258 INFO STEP 14: pkg_install, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-01-os.json
37962024-10-14T03:50:58.988Z[ recovery-image] Oct 14 03:50:58.277 INFO O| Oct 14 03:50:58.277 INFO exec: ["/usr/bin/pkg", "-R", "/rpool/images/build/recovery/work/gimlet/ramdisk", "install", "/driver/network/opte@0.33.293"]
37972024-10-14T03:51:00.158Z[ recovery-image] Oct 14 03:50:59.446 INFO O| Oct 14 03:50:59.446 INFO O| Startup: Refreshing catalog 'helios-dev' ... Done
37982024-10-14T03:51:01.790Z[ host-image] Oct 14 03:51:01.078 INFO O| Oct 14 03:51:01.078 INFO O| Done
37992024-10-14T03:51:02.775Z[ host-image] Oct 14 03:51:02.064 INFO O| Oct 14 03:51:02.064 INFO O| Done
38002024-10-14T03:51:03.176Z[ host-image] Oct 14 03:51:02.465 INFO O| Oct 14 03:51:02.465 INFO STEP 11 (pkg_install) COMPLETE
38012024-10-14T03:51:03.176Z[ host-image] Oct 14 03:51:02.465 INFO O| Oct 14 03:51:02.465 INFO STEP 12: pkg_install, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-01-os.json
38022024-10-14T03:51:03.197Z[ host-image] Oct 14 03:51:02.485 INFO O| Oct 14 03:51:02.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"]
38032024-10-14T03:51:03.504Z[ recovery-image] Oct 14 03:51:02.792 INFO O| Oct 14 03:51:02.792 INFO O| Planning: Solver setup ... Done
38042024-10-14T03:51:03.524Z[ recovery-image] Oct 14 03:51:02.813 INFO O| Oct 14 03:51:02.813 INFO O| Planning: Running solver ... Done
38052024-10-14T03:51:03.595Z[ recovery-image] Oct 14 03:51:02.884 INFO O| Oct 14 03:51:02.884 INFO O| Planning: Finding local manifests ... Done
38062024-10-14T03:51:03.598Z[ recovery-image] Oct 14 03:51:02.885 INFO O| Oct 14 03:51:02.885 INFO O| Planning: Fetching manifests: 0/1 0% complete
38072024-10-14T03:51:03.733Z[ recovery-image] Oct 14 03:51:03.021 INFO O| Oct 14 03:51:03.021 INFO O| Planning: Fetching manifests: 1/1 100% complete
38082024-10-14T03:51:03.759Z[ recovery-image] Oct 14 03:51:03.047 INFO O| Oct 14 03:51:03.047 INFO O| Planning: Package planning ... Done
38092024-10-14T03:51:03.761Z[ recovery-image] Oct 14 03:51:03.048 INFO O| Oct 14 03:51:03.048 INFO O| Planning: Merging actions ... Done
38102024-10-14T03:51:03.817Z[ recovery-image] Oct 14 03:51:03.106 INFO O| Oct 14 03:51:03.106 INFO O| Planning: Checking for conflicting actions ... Done
38112024-10-14T03:51:03.821Z[ recovery-image] Oct 14 03:51:03.106 INFO O| Oct 14 03:51:03.106 INFO O| Planning: Consolidating action changes ... Done
38122024-10-14T03:51:04.059Z[ recovery-image] Oct 14 03:51:03.347 INFO O| Oct 14 03:51:03.347 INFO O| Planning: Evaluating mediators ... Done
38132024-10-14T03:51:04.062Z[ recovery-image] Oct 14 03:51:03.348 INFO O| Oct 14 03:51:03.348 INFO O| Planning: Planning completed in 3.90 seconds
38142024-10-14T03:51:04.064Z[ recovery-image] Oct 14 03:51:03.351 INFO O| Oct 14 03:51:03.350 INFO O| Packages to install: 1
38152024-10-14T03:51:04.086Z[ recovery-image] Oct 14 03:51:03.373 INFO O| Oct 14 03:51:03.373 INFO O| Download: 0/4 items 0.0/20.8MB 0% complete
38162024-10-14T03:51:04.171Z[ host-image] Oct 14 03:51:03.459 INFO O| Oct 14 03:51:03.459 INFO O| Startup: Refreshing catalog 'helios-dev' ... Done
38172024-10-14T03:51:04.871Z[ recovery-image] Oct 14 03:51:04.159 INFO O| Oct 14 03:51:04.159 INFO O| Download: Completed 20.80 MB in 0.79 seconds (26.4M/s)
38182024-10-14T03:51:05.135Z[ recovery-image] Oct 14 03:51:04.423 INFO O| Oct 14 03:51:04.423 INFO O| Actions: 1/22 actions (Installing new actions)
38192024-10-14T03:51:06.171Z[ recovery-image] Oct 14 03:51:05.458 INFO O| Oct 14 03:51:05.458 INFO O| Actions: Completed 22 actions in 1.03 seconds.
38202024-10-14T03:51:06.531Z[ recovery-image] Oct 14 03:51:05.819 INFO O| Oct 14 03:51:05.819 INFO O| Done
38212024-10-14T03:51:06.531Z[ recovery-image] Oct 14 03:51:05.819 INFO O| Oct 14 03:51:05.819 INFO O| Done
38222024-10-14T03:51:07.935Z[ recovery-image] Oct 14 03:51:07.194 INFO O| Oct 14 03:51:07.193 INFO O| Done
38232024-10-14T03:51:08.584Z[ host-image] Oct 14 03:51:07.872 INFO O| Oct 14 03:51:07.872 INFO O| Planning: Solver setup ... Done
38242024-10-14T03:51:08.591Z[ host-image] Oct 14 03:51:07.879 INFO O| Oct 14 03:51:07.879 INFO O| Planning: Running solver ... Done
38252024-10-14T03:51:08.739Z[ host-image] Oct 14 03:51:08.027 INFO O| Oct 14 03:51:08.027 INFO O| Planning: Finding local manifests ... Done
38262024-10-14T03:51:08.741Z[ host-image] Oct 14 03:51:08.028 INFO O| Oct 14 03:51:08.028 INFO O| Planning: Fetching manifests: 0/4 0% complete
38272024-10-14T03:51:08.971Z[ host-image] Oct 14 03:51:08.259 INFO O| Oct 14 03:51:08.259 INFO O| Planning: Fetching manifests: 4/4 100% complete
38282024-10-14T03:51:09.009Z[ host-image] Oct 14 03:51:08.297 INFO O| Oct 14 03:51:08.297 INFO O| Planning: Package planning ... Done
38292024-10-14T03:51:09.014Z[ host-image] Oct 14 03:51:08.302 INFO O| Oct 14 03:51:08.302 INFO O| Planning: Merging actions ... Done
38302024-10-14T03:51:09.172Z[ host-image] Oct 14 03:51:08.460 INFO O| Oct 14 03:51:08.460 INFO O| Planning: Checking for conflicting actions ... Done
38312024-10-14T03:51:09.175Z[ host-image] Oct 14 03:51:08.462 INFO O| Oct 14 03:51:08.462 INFO O| Planning: Consolidating action changes ... Done
38322024-10-14T03:51:09.554Z[ host-image] Oct 14 03:51:08.842 INFO O| Oct 14 03:51:08.842 INFO O| Planning: Evaluating mediators ... Done
38332024-10-14T03:51:09.556Z[ host-image] Oct 14 03:51:08.844 INFO O| Oct 14 03:51:08.844 INFO O| Planning: Planning completed in 5.38 seconds
38342024-10-14T03:51:09.559Z[ host-image] Oct 14 03:51:08.846 INFO O| Oct 14 03:51:08.846 INFO O| Packages to install: 4
38352024-10-14T03:51:09.559Z[ host-image] Oct 14 03:51:08.846 INFO O| Oct 14 03:51:08.846 INFO O| Services to change: 2
38362024-10-14T03:51:09.578Z[ host-image] Oct 14 03:51:08.866 INFO O| Oct 14 03:51:08.866 INFO O| Download: 0/102 items 0.0/1.4MB 0% complete
38372024-10-14T03:51:09.637Z[ recovery-image] Oct 14 03:51:08.925 INFO O| Oct 14 03:51:08.925 INFO O| Done
38382024-10-14T03:51:09.661Z[ recovery-image] Oct 14 03:51:08.949 INFO O| Oct 14 03:51:08.949 INFO O| Done
38392024-10-14T03:51:09.663Z[ recovery-image] Oct 14 03:51:08.949 INFO O| Oct 14 03:51:08.949 INFO O| Done
38402024-10-14T03:51:09.678Z[ recovery-image] Oct 14 03:51:08.966 INFO O| Oct 14 03:51:08.966 INFO O| Done
38412024-10-14T03:51:09.844Z[ recovery-image] Oct 14 03:51:09.132 INFO O| Oct 14 03:51:09.132 INFO STEP 14 (pkg_install) COMPLETE
38422024-10-14T03:51:09.844Z[ recovery-image] Oct 14 03:51:09.132 INFO O| Oct 14 03:51:09.132 INFO STEP 15: pkg_install, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-01-os.json
38432024-10-14T03:51:09.847Z[ recovery-image] Oct 14 03:51:09.132 INFO O| Oct 14 03:51:09.132 INFO skip step because feature "mfg" is not enabled
38442024-10-14T03:51:09.847Z[ recovery-image] Oct 14 03:51:09.132 INFO O| Oct 14 03:51:09.132 INFO STEP 16: pkg_install, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-01-os.json
38452024-10-14T03:51:09.847Z[ recovery-image] Oct 14 03:51:09.132 INFO O| Oct 14 03:51:09.132 INFO skip step because feature "compliance" is not enabled
38462024-10-14T03:51:09.848Z[ recovery-image] Oct 14 03:51:09.132 INFO O| Oct 14 03:51:09.132 INFO STEP 17: pkg_install, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-01-os.json
38472024-10-14T03:51:09.848Z[ recovery-image] Oct 14 03:51:09.132 INFO O| Oct 14 03:51:09.132 INFO skip step because feature "stress" is not enabled
38482024-10-14T03:51:09.848Z[ recovery-image] Oct 14 03:51:09.132 INFO O| Oct 14 03:51:09.132 INFO STEP 18: pkg_install, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-01-os.json
38492024-10-14T03:51:09.848Z[ recovery-image] Oct 14 03:51:09.132 INFO O| Oct 14 03:51:09.132 INFO skip step because feature "nfs" is not enabled
38502024-10-14T03:51:09.848Z[ recovery-image] Oct 14 03:51:09.132 INFO O| Oct 14 03:51:09.132 INFO creating output snapshot rpool/images/build/recovery/work/gimlet/ramdisk@os
38512024-10-14T03:51:09.848Z[ recovery-image] Oct 14 03:51:09.132 INFO O| Oct 14 03:51:09.132 INFO CREATE SNAPSHOT: rpool/images/build/recovery/work/gimlet/ramdisk@os
38522024-10-14T03:51:10.021Z[ recovery-image] Oct 14 03:51:09.309 INFO O| Oct 14 03:51:09.309 INFO DESTROY DATASET: rpool/images/build/recovery/tmp/gimlet/ramdisk-01-os
38532024-10-14T03:51:10.128Z[ recovery-image] Oct 14 03:51:09.415 INFO O| Oct 14 03:51:09.415 INFO completed processing gimlet/ramdisk-01-os
38542024-10-14T03:51:10.131Z[ recovery-image] Oct 14 03:51:09.419 INFO image builder template: ramdisk-02-trim...
38552024-10-14T03:51:10.131Z[ recovery-image] Oct 14 03:51:09.419 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/.tmpzQHTap/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.33.293", "-n", "ramdisk-02-trim"], pwd: None
38562024-10-14T03:51:10.171Z[ recovery-image] Oct 14 03:51:09.458 INFO O| Oct 14 03:51:09.458 INFO temporary dataset: rpool/images/build/recovery/tmp/gimlet/ramdisk-02-trim
38572024-10-14T03:51:10.177Z[ recovery-image] Oct 14 03:51:09.465 INFO O| Oct 14 03:51:09.465 INFO CREATE DATASET: rpool/images/build/recovery/tmp/gimlet/ramdisk-02-trim
38582024-10-14T03:51:10.348Z[ recovery-image] Oct 14 03:51:09.635 INFO O| Oct 14 03:51:09.635 INFO SET DATASET PROPERTY ON rpool/images/build/recovery/tmp/gimlet/ramdisk-02-trim: sync = disabled
38592024-10-14T03:51:10.424Z[ recovery-image] Oct 14 03:51:09.712 INFO O| Oct 14 03:51:09.712 INFO temporary directory: /rpool/images/build/recovery/tmp/gimlet/ramdisk-02-trim
38602024-10-14T03:51:10.426Z[ recovery-image] Oct 14 03:51:09.712 INFO O| Oct 14 03:51:09.712 INFO work dataset: rpool/images/build/recovery/work/gimlet/ramdisk
38612024-10-14T03:51:10.433Z[ recovery-image] Oct 14 03:51:09.721 INFO O| Oct 14 03:51:09.721 INFO looking for output snapshot rpool/images/build/recovery/work/gimlet/ramdisk@trim
38622024-10-14T03:51:10.441Z[ recovery-image] Oct 14 03:51:09.728 INFO O| Oct 14 03:51:09.728 INFO looking for input snapshot rpool/images/build/recovery/work/gimlet/ramdisk@os
38632024-10-14T03:51:10.449Z[ recovery-image] Oct 14 03:51:09.737 INFO O| Oct 14 03:51:09.736 INFO ROLLBACK TO SNAPSHOT: rpool/images/build/recovery/work/gimlet/ramdisk@os
38642024-10-14T03:51:10.706Z[ recovery-image] Oct 14 03:51:09.993 INFO O| Oct 14 03:51:09.993 INFO rolled back to input snapshot; work may begin
38652024-10-14T03:51:10.706Z[ recovery-image] Oct 14 03:51:09.993 INFO O| Oct 14 03:51:09.993 INFO CREATE DATASET: rpool/images/build/recovery/work/gimlet/ramdisk
38662024-10-14T03:51:10.715Z[ recovery-image] Oct 14 03:51:10.003 INFO O| Oct 14 03:51:10.003 INFO STEP 0: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
38672024-10-14T03:51:10.821Z[ recovery-image] Oct 14 03:51:10.109 INFO O| Oct 14 03:51:10.109 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/ramdisk/var/pkg"
38682024-10-14T03:51:10.935Z[ recovery-image] Oct 14 03:51:10.223 INFO O| Oct 14 03:51:10.222 INFO STEP 0 (remove_files) COMPLETE
38692024-10-14T03:51:10.935Z[ recovery-image] Oct 14 03:51:10.223 INFO O| Oct 14 03:51:10.223 INFO STEP 1: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
38702024-10-14T03:51:10.956Z[ recovery-image] Oct 14 03:51:10.244 INFO O| Oct 14 03:51:10.244 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/xpg4"
38712024-10-14T03:51:11.963Z[ recovery-image] Oct 14 03:51:10.248 INFO O| Oct 14 03:51:10.248 INFO STEP 1 (remove_files) COMPLETE
38722024-10-14T03:51:11.963Z[ recovery-image] Oct 14 03:51:10.248 INFO O| Oct 14 03:51:10.248 INFO STEP 2: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
38732024-10-14T03:51:11.967Z[ recovery-image] Oct 14 03:51:10.268 INFO O| Oct 14 03:51:10.268 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/include"
38742024-10-14T03:51:11.967Z[ recovery-image] Oct 14 03:51:10.291 INFO O| Oct 14 03:51:10.290 INFO STEP 2 (remove_files) COMPLETE
38752024-10-14T03:51:11.967Z[ recovery-image] Oct 14 03:51:10.291 INFO O| Oct 14 03:51:10.291 INFO STEP 3: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
38762024-10-14T03:51:11.967Z[ recovery-image] Oct 14 03:51:10.309 INFO O| Oct 14 03:51:10.308 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/demo"
38772024-10-14T03:51:11.967Z[ recovery-image] Oct 14 03:51:10.311 INFO O| Oct 14 03:51:10.311 INFO STEP 3 (remove_files) COMPLETE
38782024-10-14T03:51:11.967Z[ recovery-image] Oct 14 03:51:10.311 INFO O| Oct 14 03:51:10.311 INFO STEP 4: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
38792024-10-14T03:51:11.967Z[ recovery-image] Oct 14 03:51:10.327 INFO O| Oct 14 03:51:10.327 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/help"
38802024-10-14T03:51:11.967Z[ recovery-image] Oct 14 03:51:10.332 INFO O| Oct 14 03:51:10.332 INFO STEP 4 (remove_files) COMPLETE
38812024-10-14T03:51:11.967Z[ recovery-image] Oct 14 03:51:10.332 INFO O| Oct 14 03:51:10.332 INFO STEP 5: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
38822024-10-14T03:51:11.967Z[ recovery-image] Oct 14 03:51:10.349 INFO O| Oct 14 03:51:10.349 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/share/doc"
38832024-10-14T03:51:11.968Z[ recovery-image] Oct 14 03:51:10.349 INFO O| Oct 14 03:51:10.349 INFO STEP 5 (remove_files) COMPLETE
38842024-10-14T03:51:11.968Z[ recovery-image] Oct 14 03:51:10.350 INFO O| Oct 14 03:51:10.349 INFO STEP 6: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
38852024-10-14T03:51:11.968Z[ recovery-image] Oct 14 03:51:10.366 INFO O| Oct 14 03:51:10.365 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/share/bash-completion"
38862024-10-14T03:51:11.968Z[ recovery-image] Oct 14 03:51:10.383 INFO O| Oct 14 03:51:10.383 INFO STEP 6 (remove_files) COMPLETE
38872024-10-14T03:51:11.968Z[ recovery-image] Oct 14 03:51:10.383 INFO O| Oct 14 03:51:10.383 INFO STEP 7: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
38882024-10-14T03:51:11.968Z[ recovery-image] Oct 14 03:51:10.383 INFO O| Oct 14 03:51:10.383 INFO skip step because feature "recovery" is enabled
38892024-10-14T03:51:11.968Z[ recovery-image] Oct 14 03:51:10.383 INFO O| Oct 14 03:51:10.383 INFO STEP 8: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
38902024-10-14T03:51:11.968Z[ recovery-image] Oct 14 03:51:10.383 INFO O| Oct 14 03:51:10.383 INFO skip step because feature "recovery" is enabled
38912024-10-14T03:51:11.968Z[ recovery-image] Oct 14 03:51:10.383 INFO O| Oct 14 03:51:10.383 INFO STEP 9: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
38922024-10-14T03:51:11.968Z[ recovery-image] Oct 14 03:51:10.383 INFO O| Oct 14 03:51:10.383 INFO skip step because feature "recovery" is enabled
38932024-10-14T03:51:11.968Z[ recovery-image] Oct 14 03:51:10.383 INFO O| Oct 14 03:51:10.383 INFO STEP 10: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
38942024-10-14T03:51:11.968Z[ recovery-image] Oct 14 03:51:10.400 INFO O| Oct 14 03:51:10.400 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/ramdisk/etc/net-snmp"
38952024-10-14T03:51:11.968Z[ recovery-image] Oct 14 03:51:10.405 INFO O| Oct 14 03:51:10.405 INFO STEP 10 (remove_files) COMPLETE
38962024-10-14T03:51:11.968Z[ recovery-image] Oct 14 03:51:10.405 INFO O| Oct 14 03:51:10.405 INFO STEP 11: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
38972024-10-14T03:51:11.968Z[ recovery-image] Oct 14 03:51:10.428 INFO O| Oct 14 03:51:10.428 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/i386"
38982024-10-14T03:51:11.969Z[ recovery-image] Oct 14 03:51:10.430 INFO O| Oct 14 03:51:10.430 INFO STEP 11 (remove_files) COMPLETE
38992024-10-14T03:51:11.969Z[ recovery-image] Oct 14 03:51:10.430 INFO O| Oct 14 03:51:10.430 INFO STEP 12: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
39002024-10-14T03:51:11.969Z[ recovery-image] Oct 14 03:51:10.464 INFO O| Oct 14 03:51:10.464 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/ramdisk/platform/i86xpv"
39012024-10-14T03:51:11.969Z[ recovery-image] Oct 14 03:51:10.467 INFO O| Oct 14 03:51:10.467 INFO STEP 12 (remove_files) COMPLETE
39022024-10-14T03:51:11.969Z[ recovery-image] Oct 14 03:51:10.467 INFO O| Oct 14 03:51:10.467 INFO STEP 13: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
39032024-10-14T03:51:11.969Z[ recovery-image] Oct 14 03:51:10.702 INFO O| Oct 14 03:51:10.702 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libtddl.a"
39042024-10-14T03:51:11.969Z[ recovery-image] Oct 14 03:51:10.706 INFO O| Oct 14 03:51:10.706 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libncurses++.a"
39052024-10-14T03:51:11.969Z[ recovery-image] Oct 14 03:51:10.710 INFO O| Oct 14 03:51:10.710 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/libncurses++.a"
39062024-10-14T03:51:11.969Z[ recovery-image] Oct 14 03:51:10.711 INFO O| Oct 14 03:51:10.711 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/libtddl.a"
39072024-10-14T03:51:11.969Z[ recovery-image] Oct 14 03:51:10.940 INFO O| Oct 14 03:51:10.939 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/opt/ooce/jq/lib/amd64/libjq.a"
39082024-10-14T03:51:11.969Z[ recovery-image] Oct 14 03:51:10.941 INFO O| Oct 14 03:51:10.941 INFO STEP 13 (remove_files) COMPLETE
39092024-10-14T03:51:11.969Z[ recovery-image] Oct 14 03:51:10.941 INFO O| Oct 14 03:51:10.941 INFO STEP 14: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
39102024-10-14T03:51:11.969Z[ recovery-image] Oct 14 03:51:10.959 INFO O| Oct 14 03:51:10.959 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/ramdisk/boot"
39112024-10-14T03:51:11.969Z[ recovery-image] Oct 14 03:51:10.961 INFO O| Oct 14 03:51:10.961 INFO STEP 14 (remove_files) COMPLETE
39122024-10-14T03:51:11.969Z[ recovery-image] Oct 14 03:51:10.961 INFO O| Oct 14 03:51:10.961 INFO STEP 15: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
39132024-10-14T03:51:11.969Z[ recovery-image] Oct 14 03:51:10.977 INFO O| Oct 14 03:51:10.977 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/ramdisk/platform/i86pc"
39142024-10-14T03:51:11.969Z[ recovery-image] Oct 14 03:51:10.987 INFO O| Oct 14 03:51:10.987 INFO STEP 15 (remove_files) COMPLETE
39152024-10-14T03:51:11.969Z[ recovery-image] Oct 14 03:51:10.987 INFO O| Oct 14 03:51:10.987 INFO STEP 16: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
39162024-10-14T03:51:11.969Z[ recovery-image] Oct 14 03:51:11.004 INFO O| Oct 14 03:51:11.003 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/platform/i86xpv"
39172024-10-14T03:51:11.969Z[ recovery-image] Oct 14 03:51:11.004 INFO O| Oct 14 03:51:11.004 INFO STEP 16 (remove_files) COMPLETE
39182024-10-14T03:51:11.969Z[ recovery-image] Oct 14 03:51:11.004 INFO O| Oct 14 03:51:11.004 INFO STEP 17: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
39192024-10-14T03:51:11.969Z[ recovery-image] Oct 14 03:51:11.019 INFO O| Oct 14 03:51:11.019 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/platform/i86pc"
39202024-10-14T03:51:11.969Z[ recovery-image] Oct 14 03:51:11.022 INFO O| Oct 14 03:51:11.022 INFO STEP 17 (remove_files) COMPLETE
39212024-10-14T03:51:11.969Z[ recovery-image] Oct 14 03:51:11.022 INFO O| Oct 14 03:51:11.022 INFO STEP 18: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
39222024-10-14T03:51:11.969Z[ recovery-image] Oct 14 03:51:11.037 INFO O| Oct 14 03:51:11.037 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/kernel/misc/amd64/acpica"
39232024-10-14T03:51:11.969Z[ recovery-image] Oct 14 03:51:11.037 INFO O| Oct 14 03:51:11.037 INFO STEP 18 (remove_files) COMPLETE
39242024-10-14T03:51:11.969Z[ recovery-image] Oct 14 03:51:11.037 INFO O| Oct 14 03:51:11.037 INFO STEP 19: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
39252024-10-14T03:51:11.970Z[ recovery-image] Oct 14 03:51:11.053 INFO O| Oct 14 03:51:11.053 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/kernel/misc/amd64/tem"
39262024-10-14T03:51:11.970Z[ recovery-image] Oct 14 03:51:11.053 INFO O| Oct 14 03:51:11.053 INFO STEP 19 (remove_files) COMPLETE
39272024-10-14T03:51:11.970Z[ recovery-image] Oct 14 03:51:11.053 INFO O| Oct 14 03:51:11.053 INFO STEP 20: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
39282024-10-14T03:51:11.970Z[ recovery-image] Oct 14 03:51:11.086 INFO O| Oct 14 03:51:11.086 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/kernel/misc/amd64/kbtrans"
39292024-10-14T03:51:11.970Z[ recovery-image] Oct 14 03:51:11.086 INFO O| Oct 14 03:51:11.086 INFO STEP 20 (remove_files) COMPLETE
39302024-10-14T03:51:11.970Z[ recovery-image] Oct 14 03:51:11.086 INFO O| Oct 14 03:51:11.086 INFO STEP 21: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
39312024-10-14T03:51:11.970Z[ recovery-image] Oct 14 03:51:11.105 INFO O| Oct 14 03:51:11.104 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/kernel/drv/amd64/wc"
39322024-10-14T03:51:11.970Z[ recovery-image] Oct 14 03:51:11.105 INFO O| Oct 14 03:51:11.105 INFO STEP 21 (remove_files) COMPLETE
39332024-10-14T03:51:11.970Z[ recovery-image] Oct 14 03:51:11.105 INFO O| Oct 14 03:51:11.105 INFO STEP 22: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
39342024-10-14T03:51:11.970Z[ recovery-image] Oct 14 03:51:11.122 INFO O| Oct 14 03:51:11.122 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/kernel/drv/amd64/acpi_drv"
39352024-10-14T03:51:11.970Z[ recovery-image] Oct 14 03:51:11.122 INFO O| Oct 14 03:51:11.122 INFO STEP 22 (remove_files) COMPLETE
39362024-10-14T03:51:11.970Z[ recovery-image] Oct 14 03:51:11.122 INFO O| Oct 14 03:51:11.122 INFO STEP 23: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
39372024-10-14T03:51:11.970Z[ recovery-image] Oct 14 03:51:11.151 INFO O| Oct 14 03:51:11.151 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/kernel/drv/amd64/conskbd"
39382024-10-14T03:51:11.970Z[ recovery-image] Oct 14 03:51:11.151 INFO O| Oct 14 03:51:11.151 INFO STEP 23 (remove_files) COMPLETE
39392024-10-14T03:51:11.970Z[ recovery-image] Oct 14 03:51:11.151 INFO O| Oct 14 03:51:11.151 INFO STEP 24: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
39402024-10-14T03:51:11.970Z[ recovery-image] Oct 14 03:51:11.192 INFO O| Oct 14 03:51:11.192 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/kernel/drv/amd64/tzmon"
39412024-10-14T03:51:11.970Z[ recovery-image] Oct 14 03:51:11.192 INFO O| Oct 14 03:51:11.192 INFO STEP 24 (remove_files) COMPLETE
39422024-10-14T03:51:11.970Z[ recovery-image] Oct 14 03:51:11.192 INFO O| Oct 14 03:51:11.192 INFO STEP 25: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
39432024-10-14T03:51:11.971Z[ recovery-image] Oct 14 03:51:11.222 INFO O| Oct 14 03:51:11.222 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/kernel/drv/amd64/power"
39442024-10-14T03:51:11.971Z[ recovery-image] Oct 14 03:51:11.222 INFO O| Oct 14 03:51:11.222 INFO STEP 25 (remove_files) COMPLETE
39452024-10-14T03:51:11.971Z[ recovery-image] Oct 14 03:51:11.222 INFO O| Oct 14 03:51:11.222 INFO STEP 26: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
39462024-10-14T03:51:11.971Z[ recovery-image] Oct 14 03:51:11.239 INFO O| Oct 14 03:51:11.239 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/kernel/drv/amd64/audio"
39472024-10-14T03:51:11.971Z[ recovery-image] Oct 14 03:51:11.239 INFO O| Oct 14 03:51:11.239 INFO STEP 26 (remove_files) COMPLETE
39482024-10-14T03:51:11.971Z[ recovery-image] Oct 14 03:51:11.239 INFO O| Oct 14 03:51:11.239 INFO STEP 27: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
39492024-10-14T03:51:11.973Z[ recovery-image] Oct 14 03:51:11.256 INFO O| Oct 14 03:51:11.256 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/kernel/drv/amd64/audio1575"
39502024-10-14T03:51:11.973Z[ recovery-image] Oct 14 03:51:11.257 INFO O| Oct 14 03:51:11.257 INFO STEP 27 (remove_files) COMPLETE
39512024-10-14T03:51:11.973Z[ recovery-image] Oct 14 03:51:11.257 INFO O| Oct 14 03:51:11.257 INFO STEP 28: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
39522024-10-14T03:51:11.989Z[ recovery-image] Oct 14 03:51:11.277 INFO O| Oct 14 03:51:11.277 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/kernel/drv/amd64/audioens"
39532024-10-14T03:51:11.989Z[ recovery-image] Oct 14 03:51:11.277 INFO O| Oct 14 03:51:11.277 INFO STEP 28 (remove_files) COMPLETE
39542024-10-14T03:51:11.992Z[ recovery-image] Oct 14 03:51:11.277 INFO O| Oct 14 03:51:11.277 INFO STEP 29: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
39552024-10-14T03:51:12.012Z[ recovery-image] Oct 14 03:51:11.300 INFO O| Oct 14 03:51:11.300 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/kernel/drv/amd64/audiopci"
39562024-10-14T03:51:12.012Z[ recovery-image] Oct 14 03:51:11.300 INFO O| Oct 14 03:51:11.300 INFO STEP 29 (remove_files) COMPLETE
39572024-10-14T03:51:12.015Z[ recovery-image] Oct 14 03:51:11.300 INFO O| Oct 14 03:51:11.300 INFO STEP 30: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
39582024-10-14T03:51:12.035Z[ recovery-image] Oct 14 03:51:11.323 INFO O| Oct 14 03:51:11.323 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/kernel/drv/amd64/audiots"
39592024-10-14T03:51:12.035Z[ recovery-image] Oct 14 03:51:11.323 INFO O| Oct 14 03:51:11.323 INFO STEP 30 (remove_files) COMPLETE
39602024-10-14T03:51:12.038Z[ recovery-image] Oct 14 03:51:11.323 INFO O| Oct 14 03:51:11.323 INFO STEP 31: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
39612024-10-14T03:51:12.051Z[ recovery-image] Oct 14 03:51:11.339 INFO O| Oct 14 03:51:11.339 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/kernel/drv/amd64/ehci"
39622024-10-14T03:51:12.051Z[ recovery-image] Oct 14 03:51:11.339 INFO O| Oct 14 03:51:11.339 INFO STEP 31 (remove_files) COMPLETE
39632024-10-14T03:51:12.054Z[ recovery-image] Oct 14 03:51:11.339 INFO O| Oct 14 03:51:11.339 INFO STEP 32: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
39642024-10-14T03:51:12.067Z[ recovery-image] Oct 14 03:51:11.355 INFO O| Oct 14 03:51:11.355 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/kernel/drv/amd64/hid"
39652024-10-14T03:51:12.070Z[ recovery-image] Oct 14 03:51:11.355 INFO O| Oct 14 03:51:11.355 INFO STEP 32 (remove_files) COMPLETE
39662024-10-14T03:51:12.070Z[ recovery-image] Oct 14 03:51:11.355 INFO O| Oct 14 03:51:11.355 INFO STEP 33: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
39672024-10-14T03:51:12.083Z[ recovery-image] Oct 14 03:51:11.371 INFO O| Oct 14 03:51:11.371 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/kernel/drv/amd64/hubd"
39682024-10-14T03:51:12.083Z[ recovery-image] Oct 14 03:51:11.371 INFO O| Oct 14 03:51:11.371 INFO STEP 33 (remove_files) COMPLETE
39692024-10-14T03:51:12.083Z[ recovery-image] Oct 14 03:51:11.371 INFO O| Oct 14 03:51:11.371 INFO STEP 34: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
39702024-10-14T03:51:12.102Z[ recovery-image] Oct 14 03:51:11.389 INFO O| Oct 14 03:51:11.389 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/kernel/drv/amd64/ohci"
39712024-10-14T03:51:12.102Z[ recovery-image] Oct 14 03:51:11.390 INFO O| Oct 14 03:51:11.390 INFO STEP 34 (remove_files) COMPLETE
39722024-10-14T03:51:12.102Z[ recovery-image] Oct 14 03:51:11.390 INFO O| Oct 14 03:51:11.390 INFO STEP 35: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
39732024-10-14T03:51:12.118Z[ recovery-image] Oct 14 03:51:11.406 INFO O| Oct 14 03:51:11.406 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/kernel/drv/amd64/scsa2usb"
39742024-10-14T03:51:12.118Z[ recovery-image] Oct 14 03:51:11.406 INFO O| Oct 14 03:51:11.406 INFO STEP 35 (remove_files) COMPLETE
39752024-10-14T03:51:12.118Z[ recovery-image] Oct 14 03:51:11.406 INFO O| Oct 14 03:51:11.406 INFO STEP 36: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
39762024-10-14T03:51:12.133Z[ recovery-image] Oct 14 03:51:11.421 INFO O| Oct 14 03:51:11.421 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/kernel/drv/amd64/uhci"
39772024-10-14T03:51:12.133Z[ recovery-image] Oct 14 03:51:11.421 INFO O| Oct 14 03:51:11.421 INFO STEP 36 (remove_files) COMPLETE
39782024-10-14T03:51:12.133Z[ recovery-image] Oct 14 03:51:11.421 INFO O| Oct 14 03:51:11.421 INFO STEP 37: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
39792024-10-14T03:51:12.153Z[ recovery-image] Oct 14 03:51:11.440 INFO O| Oct 14 03:51:11.440 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/kernel/drv/amd64/usb_ac"
39802024-10-14T03:51:12.153Z[ recovery-image] Oct 14 03:51:11.441 INFO O| Oct 14 03:51:11.441 INFO STEP 37 (remove_files) COMPLETE
39812024-10-14T03:51:12.156Z[ recovery-image] Oct 14 03:51:11.441 INFO O| Oct 14 03:51:11.441 INFO STEP 38: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
39822024-10-14T03:51:12.199Z[ recovery-image] Oct 14 03:51:11.487 INFO O| Oct 14 03:51:11.487 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/kernel/drv/amd64/usb_as"
39832024-10-14T03:51:12.199Z[ recovery-image] Oct 14 03:51:11.487 INFO O| Oct 14 03:51:11.487 INFO STEP 38 (remove_files) COMPLETE
39842024-10-14T03:51:12.199Z[ recovery-image] Oct 14 03:51:11.487 INFO O| Oct 14 03:51:11.487 INFO STEP 39: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
39852024-10-14T03:51:12.218Z[ recovery-image] Oct 14 03:51:11.505 INFO O| Oct 14 03:51:11.505 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/kernel/drv/amd64/usb_ia"
39862024-10-14T03:51:12.218Z[ recovery-image] Oct 14 03:51:11.505 INFO O| Oct 14 03:51:11.505 INFO STEP 39 (remove_files) COMPLETE
39872024-10-14T03:51:12.221Z[ recovery-image] Oct 14 03:51:11.505 INFO O| Oct 14 03:51:11.505 INFO STEP 40: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
39882024-10-14T03:51:12.235Z[ recovery-image] Oct 14 03:51:11.523 INFO O| Oct 14 03:51:11.523 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/kernel/drv/amd64/usb_mid"
39892024-10-14T03:51:12.235Z[ recovery-image] Oct 14 03:51:11.523 INFO O| Oct 14 03:51:11.523 INFO STEP 40 (remove_files) COMPLETE
39902024-10-14T03:51:12.238Z[ recovery-image] Oct 14 03:51:11.524 INFO O| Oct 14 03:51:11.523 INFO STEP 41: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
39912024-10-14T03:51:12.253Z[ recovery-image] Oct 14 03:51:11.541 INFO O| Oct 14 03:51:11.541 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/kernel/drv/amd64/usbprn"
39922024-10-14T03:51:12.253Z[ recovery-image] Oct 14 03:51:11.541 INFO O| Oct 14 03:51:11.541 INFO STEP 41 (remove_files) COMPLETE
39932024-10-14T03:51:12.253Z[ recovery-image] Oct 14 03:51:11.541 INFO O| Oct 14 03:51:11.541 INFO STEP 42: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
39942024-10-14T03:51:12.271Z[ recovery-image] Oct 14 03:51:11.559 INFO O| Oct 14 03:51:11.559 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/kernel/drv/amd64/xhci"
39952024-10-14T03:51:12.271Z[ recovery-image] Oct 14 03:51:11.559 INFO O| Oct 14 03:51:11.559 INFO STEP 42 (remove_files) COMPLETE
39962024-10-14T03:51:12.274Z[ recovery-image] Oct 14 03:51:11.559 INFO O| Oct 14 03:51:11.559 INFO STEP 43: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
39972024-10-14T03:51:12.290Z[ recovery-image] Oct 14 03:51:11.577 INFO O| Oct 14 03:51:11.577 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/kernel/drv/amd64/intel_nhm"
39982024-10-14T03:51:12.290Z[ recovery-image] Oct 14 03:51:11.577 INFO O| Oct 14 03:51:11.577 INFO STEP 43 (remove_files) COMPLETE
39992024-10-14T03:51:12.293Z[ recovery-image] Oct 14 03:51:11.577 INFO O| Oct 14 03:51:11.577 INFO STEP 44: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
40002024-10-14T03:51:12.327Z[ recovery-image] Oct 14 03:51:11.615 INFO O| Oct 14 03:51:11.614 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/kernel/drv/amd64/intel_nb5000"
40012024-10-14T03:51:12.327Z[ recovery-image] Oct 14 03:51:11.615 INFO O| Oct 14 03:51:11.615 INFO STEP 44 (remove_files) COMPLETE
40022024-10-14T03:51:12.327Z[ recovery-image] Oct 14 03:51:11.615 INFO O| Oct 14 03:51:11.615 INFO STEP 45: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
40032024-10-14T03:51:12.347Z[ recovery-image] Oct 14 03:51:11.635 INFO O| Oct 14 03:51:11.634 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/kernel/drv/amd64/mc-amd"
40042024-10-14T03:51:12.347Z[ recovery-image] Oct 14 03:51:11.635 INFO O| Oct 14 03:51:11.635 INFO STEP 45 (remove_files) COMPLETE
40052024-10-14T03:51:12.347Z[ recovery-image] Oct 14 03:51:11.635 INFO O| Oct 14 03:51:11.635 INFO STEP 46: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
40062024-10-14T03:51:12.367Z[ recovery-image] Oct 14 03:51:11.654 INFO O| Oct 14 03:51:11.654 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/kernel/drv/amd64/acpi_toshiba"
40072024-10-14T03:51:12.369Z[ recovery-image] Oct 14 03:51:11.655 INFO O| Oct 14 03:51:11.655 INFO STEP 46 (remove_files) COMPLETE
40082024-10-14T03:51:12.369Z[ recovery-image] Oct 14 03:51:11.655 INFO O| Oct 14 03:51:11.655 INFO STEP 47: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
40092024-10-14T03:51:12.385Z[ recovery-image] Oct 14 03:51:11.673 INFO O| Oct 14 03:51:11.673 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/kernel/drv/amd64/intel_nhmex"
40102024-10-14T03:51:12.385Z[ recovery-image] Oct 14 03:51:11.673 INFO O| Oct 14 03:51:11.673 INFO STEP 47 (remove_files) COMPLETE
40112024-10-14T03:51:12.385Z[ recovery-image] Oct 14 03:51:11.673 INFO O| Oct 14 03:51:11.673 INFO STEP 48: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
40122024-10-14T03:51:12.410Z[ recovery-image] Oct 14 03:51:11.698 INFO O| Oct 14 03:51:11.698 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/kernel/drv/intel_nhmex.conf"
40132024-10-14T03:51:12.410Z[ recovery-image] Oct 14 03:51:11.698 INFO O| Oct 14 03:51:11.698 INFO STEP 48 (remove_files) COMPLETE
40142024-10-14T03:51:12.412Z[ recovery-image] Oct 14 03:51:11.698 INFO O| Oct 14 03:51:11.698 INFO STEP 49: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
40152024-10-14T03:51:12.427Z[ recovery-image] Oct 14 03:51:11.715 INFO O| Oct 14 03:51:11.715 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/kernel/drv/amd64/mpt"
40162024-10-14T03:51:12.427Z[ recovery-image] Oct 14 03:51:11.715 INFO O| Oct 14 03:51:11.715 INFO STEP 49 (remove_files) COMPLETE
40172024-10-14T03:51:12.427Z[ recovery-image] Oct 14 03:51:11.715 INFO O| Oct 14 03:51:11.715 INFO STEP 50: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
40182024-10-14T03:51:12.450Z[ recovery-image] Oct 14 03:51:11.732 INFO O| Oct 14 03:51:11.732 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/kernel/drv/mpt.conf"
40192024-10-14T03:51:12.450Z[ recovery-image] Oct 14 03:51:11.732 INFO O| Oct 14 03:51:11.732 INFO STEP 50 (remove_files) COMPLETE
40202024-10-14T03:51:12.454Z[ recovery-image] Oct 14 03:51:11.732 INFO O| Oct 14 03:51:11.732 INFO STEP 51: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
40212024-10-14T03:51:12.460Z[ recovery-image] Oct 14 03:51:11.748 INFO O| Oct 14 03:51:11.748 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/fmd/plugins/ses-log-transport.so"
40222024-10-14T03:51:12.462Z[ recovery-image] Oct 14 03:51:11.748 INFO O| Oct 14 03:51:11.748 INFO STEP 51 (remove_files) COMPLETE
40232024-10-14T03:51:12.462Z[ recovery-image] Oct 14 03:51:11.748 INFO O| Oct 14 03:51:11.748 INFO STEP 52: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
40242024-10-14T03:51:12.476Z[ recovery-image] Oct 14 03:51:11.764 INFO O| Oct 14 03:51:11.763 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/fmd/plugins/ses-log-transport.conf"
40252024-10-14T03:51:12.476Z[ recovery-image] Oct 14 03:51:11.764 INFO O| Oct 14 03:51:11.764 INFO STEP 52 (remove_files) COMPLETE
40262024-10-14T03:51:12.478Z[ recovery-image] Oct 14 03:51:11.764 INFO O| Oct 14 03:51:11.764 INFO STEP 53: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
40272024-10-14T03:51:12.491Z[ recovery-image] Oct 14 03:51:11.779 INFO O| Oct 14 03:51:11.779 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/sbin/bootadm"
40282024-10-14T03:51:12.491Z[ recovery-image] Oct 14 03:51:11.779 INFO O| Oct 14 03:51:11.779 INFO STEP 53 (remove_files) COMPLETE
40292024-10-14T03:51:12.491Z[ recovery-image] Oct 14 03:51:11.779 INFO O| Oct 14 03:51:11.779 INFO STEP 54: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
40302024-10-14T03:51:12.513Z[ recovery-image] Oct 14 03:51:11.795 INFO O| Oct 14 03:51:11.795 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/bootadm"
40312024-10-14T03:51:12.513Z[ recovery-image] Oct 14 03:51:11.795 INFO O| Oct 14 03:51:11.795 INFO STEP 54 (remove_files) COMPLETE
40322024-10-14T03:51:12.513Z[ recovery-image] Oct 14 03:51:11.795 INFO O| Oct 14 03:51:11.795 INFO STEP 55: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
40332024-10-14T03:51:12.523Z[ recovery-image] Oct 14 03:51:11.811 INFO O| Oct 14 03:51:11.811 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/sbin/beadm"
40342024-10-14T03:51:12.526Z[ recovery-image] Oct 14 03:51:11.811 INFO O| Oct 14 03:51:11.811 INFO STEP 55 (remove_files) COMPLETE
40352024-10-14T03:51:12.526Z[ recovery-image] Oct 14 03:51:11.811 INFO O| Oct 14 03:51:11.811 INFO STEP 56: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
40362024-10-14T03:51:12.539Z[ recovery-image] Oct 14 03:51:11.827 INFO O| Oct 14 03:51:11.827 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/beadm"
40372024-10-14T03:51:12.539Z[ recovery-image] Oct 14 03:51:11.827 INFO O| Oct 14 03:51:11.827 INFO STEP 56 (remove_files) COMPLETE
40382024-10-14T03:51:12.539Z[ recovery-image] Oct 14 03:51:11.827 INFO O| Oct 14 03:51:11.827 INFO STEP 57: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
40392024-10-14T03:51:12.554Z[ recovery-image] Oct 14 03:51:11.842 INFO O| Oct 14 03:51:11.842 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/etc/default/tar"
40402024-10-14T03:51:12.557Z[ recovery-image] Oct 14 03:51:11.842 INFO O| Oct 14 03:51:11.842 INFO STEP 57 (remove_files) COMPLETE
40412024-10-14T03:51:12.557Z[ recovery-image] Oct 14 03:51:11.842 INFO O| Oct 14 03:51:11.842 INFO STEP 58: ensure_file, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
40422024-10-14T03:51:12.570Z[ recovery-image] Oct 14 03:51:11.858 INFO O| Oct 14 03:51:11.858 WARN file /rpool/images/build/recovery/work/gimlet/ramdisk/lib/svc/method/keymap exists, with wrong contents, unlinking
40432024-10-14T03:51:12.572Z[ recovery-image] Oct 14 03:51:11.858 INFO O| Oct 14 03:51:11.858 INFO writing /rpool/images/build/recovery/work/gimlet/ramdisk/lib/svc/method/keymap ...
40442024-10-14T03:51:12.572Z[ recovery-image] Oct 14 03:51:11.858 INFO O| Oct 14 03:51:11.858 INFO perms are 644, should be 755, path: /rpool/images/build/recovery/work/gimlet/ramdisk/lib/svc/method/keymap
40452024-10-14T03:51:12.572Z[ recovery-image] Oct 14 03:51:11.859 INFO O| Oct 14 03:51:11.859 INFO chmod ok, path: /rpool/images/build/recovery/work/gimlet/ramdisk/lib/svc/method/keymap
40462024-10-14T03:51:12.572Z[ recovery-image] Oct 14 03:51:11.859 INFO O| Oct 14 03:51:11.859 INFO ownership wrong (Id(0):Id(0), not 0:2), path: /rpool/images/build/recovery/work/gimlet/ramdisk/lib/svc/method/keymap
40472024-10-14T03:51:12.572Z[ recovery-image] Oct 14 03:51:11.859 INFO O| Oct 14 03:51:11.859 INFO chown ok, path: /rpool/images/build/recovery/work/gimlet/ramdisk/lib/svc/method/keymap
40482024-10-14T03:51:12.572Z[ recovery-image] Oct 14 03:51:11.859 INFO O| Oct 14 03:51:11.859 INFO ok!
40492024-10-14T03:51:12.572Z[ recovery-image] Oct 14 03:51:11.859 INFO O| Oct 14 03:51:11.859 INFO STEP 58 (ensure_file) COMPLETE
40502024-10-14T03:51:12.572Z[ recovery-image] Oct 14 03:51:11.859 INFO O| Oct 14 03:51:11.859 INFO STEP 59: ensure_file, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
40512024-10-14T03:51:12.589Z[ recovery-image] Oct 14 03:51:11.877 INFO O| Oct 14 03:51:11.876 WARN file /rpool/images/build/recovery/work/gimlet/ramdisk/lib/svc/bin/rootisramdisk exists, with wrong contents, unlinking
40522024-10-14T03:51:12.592Z[ recovery-image] Oct 14 03:51:11.877 INFO O| Oct 14 03:51:11.877 INFO copying /work/oxidecomputer/helios/image/templates/files/rootisramdisk -> /rpool/images/build/recovery/work/gimlet/ramdisk/lib/svc/bin/rootisramdisk ...
40532024-10-14T03:51:12.592Z[ recovery-image] Oct 14 03:51:11.877 INFO O| Oct 14 03:51:11.877 INFO perms are 644, should be 755, path: /rpool/images/build/recovery/work/gimlet/ramdisk/lib/svc/bin/rootisramdisk
40542024-10-14T03:51:12.593Z[ recovery-image] Oct 14 03:51:11.877 INFO O| Oct 14 03:51:11.877 INFO chmod ok, path: /rpool/images/build/recovery/work/gimlet/ramdisk/lib/svc/bin/rootisramdisk
40552024-10-14T03:51:12.593Z[ recovery-image] Oct 14 03:51:11.877 INFO O| Oct 14 03:51:11.877 INFO ownership wrong (Id(0):Id(0), not 0:3), path: /rpool/images/build/recovery/work/gimlet/ramdisk/lib/svc/bin/rootisramdisk
40562024-10-14T03:51:12.593Z[ recovery-image] Oct 14 03:51:11.877 INFO O| Oct 14 03:51:11.877 INFO chown ok, path: /rpool/images/build/recovery/work/gimlet/ramdisk/lib/svc/bin/rootisramdisk
40572024-10-14T03:51:12.593Z[ recovery-image] Oct 14 03:51:11.878 INFO O| Oct 14 03:51:11.878 INFO ok!
40582024-10-14T03:51:12.593Z[ recovery-image] Oct 14 03:51:11.878 INFO O| Oct 14 03:51:11.878 INFO STEP 59 (ensure_file) COMPLETE
40592024-10-14T03:51:12.593Z[ recovery-image] Oct 14 03:51:11.878 INFO O| Oct 14 03:51:11.878 INFO STEP 60: ensure_file, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
40602024-10-14T03:51:12.606Z[ recovery-image] Oct 14 03:51:11.894 INFO O| Oct 14 03:51:11.894 INFO file /rpool/images/build/recovery/work/gimlet/ramdisk/root/.bash_profile does not exist
40612024-10-14T03:51:12.608Z[ recovery-image] Oct 14 03:51:11.894 INFO O| Oct 14 03:51:11.894 INFO copying /work/oxidecomputer/helios/image/templates/files/bash_profile -> /rpool/images/build/recovery/work/gimlet/ramdisk/root/.bash_profile ...
40622024-10-14T03:51:12.608Z[ recovery-image] Oct 14 03:51:11.894 INFO O| Oct 14 03:51:11.894 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/ramdisk/root/.bash_profile
40632024-10-14T03:51:12.608Z[ recovery-image] Oct 14 03:51:11.894 INFO O| Oct 14 03:51:11.894 INFO ok!
40642024-10-14T03:51:12.608Z[ recovery-image] Oct 14 03:51:11.894 INFO O| Oct 14 03:51:11.894 INFO STEP 60 (ensure_file) COMPLETE
40652024-10-14T03:51:12.609Z[ recovery-image] Oct 14 03:51:11.894 INFO O| Oct 14 03:51:11.894 INFO STEP 61: ensure_file, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
40662024-10-14T03:51:12.622Z[ recovery-image] Oct 14 03:51:11.909 INFO O| Oct 14 03:51:11.909 WARN file /rpool/images/build/recovery/work/gimlet/ramdisk/root/.bashrc exists, with wrong contents, unlinking
40672024-10-14T03:51:12.622Z[ recovery-image] Oct 14 03:51:11.909 INFO O| Oct 14 03:51:11.909 INFO copying /work/oxidecomputer/helios/image/templates/files/bashrc -> /rpool/images/build/recovery/work/gimlet/ramdisk/root/.bashrc ...
40682024-10-14T03:51:12.625Z[ recovery-image] Oct 14 03:51:11.910 INFO O| Oct 14 03:51:11.910 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/ramdisk/root/.bashrc
40692024-10-14T03:51:12.625Z[ recovery-image] Oct 14 03:51:11.910 INFO O| Oct 14 03:51:11.910 INFO ok!
40702024-10-14T03:51:12.625Z[ recovery-image] Oct 14 03:51:11.910 INFO O| Oct 14 03:51:11.910 INFO STEP 61 (ensure_file) COMPLETE
40712024-10-14T03:51:12.625Z[ recovery-image] Oct 14 03:51:11.910 INFO O| Oct 14 03:51:11.910 INFO STEP 62: ensure_file, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
40722024-10-14T03:51:12.638Z[ recovery-image] Oct 14 03:51:11.926 INFO O| Oct 14 03:51:11.926 WARN file /rpool/images/build/recovery/work/gimlet/ramdisk/etc/motd exists, with wrong contents, unlinking
40732024-10-14T03:51:12.638Z[ recovery-image] Oct 14 03:51:11.926 INFO O| Oct 14 03:51:11.926 INFO copying /work/oxidecomputer/helios/image/templates/files/motd -> /rpool/images/build/recovery/work/gimlet/ramdisk/etc/motd ...
40742024-10-14T03:51:12.641Z[ recovery-image] Oct 14 03:51:11.926 INFO O| Oct 14 03:51:11.926 INFO ownership wrong (Id(0):Id(0), not 0:3), path: /rpool/images/build/recovery/work/gimlet/ramdisk/etc/motd
40752024-10-14T03:51:12.641Z[ recovery-image] Oct 14 03:51:11.926 INFO O| Oct 14 03:51:11.926 INFO chown ok, path: /rpool/images/build/recovery/work/gimlet/ramdisk/etc/motd
40762024-10-14T03:51:12.641Z[ recovery-image] Oct 14 03:51:11.927 INFO O| Oct 14 03:51:11.926 INFO ok!
40772024-10-14T03:51:12.641Z[ recovery-image] Oct 14 03:51:11.927 INFO O| Oct 14 03:51:11.927 INFO STEP 62 (ensure_file) COMPLETE
40782024-10-14T03:51:12.641Z[ recovery-image] Oct 14 03:51:11.927 INFO O| Oct 14 03:51:11.927 INFO STEP 63: ensure_file, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
40792024-10-14T03:51:12.659Z[ recovery-image] Oct 14 03:51:11.947 INFO O| Oct 14 03:51:11.942 INFO file /rpool/images/build/recovery/work/gimlet/ramdisk/etc/system.d/zfs:dbuf does not exist
40802024-10-14T03:51:12.659Z[ recovery-image] Oct 14 03:51:11.947 INFO O| Oct 14 03:51:11.942 INFO copying /work/oxidecomputer/helios/image/templates/files/gimlet-system-zfs:dbuf -> /rpool/images/build/recovery/work/gimlet/ramdisk/etc/system.d/zfs:dbuf ...
40812024-10-14T03:51:12.659Z[ recovery-image] Oct 14 03:51:11.947 INFO O| Oct 14 03:51:11.943 INFO ownership wrong (Id(0):Id(0), not 0:3), path: /rpool/images/build/recovery/work/gimlet/ramdisk/etc/system.d/zfs:dbuf
40822024-10-14T03:51:12.659Z[ recovery-image] Oct 14 03:51:11.947 INFO O| Oct 14 03:51:11.943 INFO chown ok, path: /rpool/images/build/recovery/work/gimlet/ramdisk/etc/system.d/zfs:dbuf
40832024-10-14T03:51:12.662Z[ recovery-image] Oct 14 03:51:11.947 INFO O| Oct 14 03:51:11.943 INFO ok!
40842024-10-14T03:51:12.662Z[ recovery-image] Oct 14 03:51:11.947 INFO O| Oct 14 03:51:11.943 INFO STEP 63 (ensure_file) COMPLETE
40852024-10-14T03:51:12.662Z[ recovery-image] Oct 14 03:51:11.947 INFO O| Oct 14 03:51:11.943 INFO STEP 64: assemble_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
40862024-10-14T03:51:12.672Z[ recovery-image] Oct 14 03:51:11.960 INFO O| Oct 14 03:51:11.959 INFO file /rpool/images/build/recovery/work/gimlet/ramdisk/etc/system.d/.self-assembly does not exist
40872024-10-14T03:51:12.672Z[ recovery-image] Oct 14 03:51:11.960 INFO O| Oct 14 03:51:11.959 INFO writing /rpool/images/build/recovery/work/gimlet/ramdisk/etc/system.d/.self-assembly ...
40882024-10-14T03:51:12.675Z[ recovery-image] Oct 14 03:51:11.960 INFO O| Oct 14 03:51:11.959 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/ramdisk/etc/system.d/.self-assembly
40892024-10-14T03:51:12.675Z[ recovery-image] Oct 14 03:51:11.960 INFO O| Oct 14 03:51:11.959 INFO ok!
40902024-10-14T03:51:12.675Z[ recovery-image] Oct 14 03:51:11.960 INFO O| Oct 14 03:51:11.959 INFO STEP 64 (assemble_files) COMPLETE
40912024-10-14T03:51:12.675Z[ recovery-image] Oct 14 03:51:11.960 INFO O| Oct 14 03:51:11.959 INFO STEP 65: ensure_file, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
40922024-10-14T03:51:12.688Z[ recovery-image] Oct 14 03:51:11.976 INFO O| Oct 14 03:51:11.976 INFO file /rpool/images/build/recovery/work/gimlet/ramdisk/etc/dumpadm.conf does not exist
40932024-10-14T03:51:12.688Z[ recovery-image] Oct 14 03:51:11.976 INFO O| Oct 14 03:51:11.976 INFO copying /work/oxidecomputer/helios/image/templates/files/dumpadm.conf -> /rpool/images/build/recovery/work/gimlet/ramdisk/etc/dumpadm.conf ...
40942024-10-14T03:51:12.691Z[ recovery-image] Oct 14 03:51:11.976 INFO O| Oct 14 03:51:11.976 INFO ownership wrong (Id(0):Id(0), not 0:1), path: /rpool/images/build/recovery/work/gimlet/ramdisk/etc/dumpadm.conf
40952024-10-14T03:51:12.691Z[ recovery-image] Oct 14 03:51:11.976 INFO O| Oct 14 03:51:11.976 INFO chown ok, path: /rpool/images/build/recovery/work/gimlet/ramdisk/etc/dumpadm.conf
40962024-10-14T03:51:12.691Z[ recovery-image] Oct 14 03:51:11.976 INFO O| Oct 14 03:51:11.976 INFO ok!
40972024-10-14T03:51:12.691Z[ recovery-image] Oct 14 03:51:11.976 INFO O| Oct 14 03:51:11.976 INFO STEP 65 (ensure_file) COMPLETE
40982024-10-14T03:51:12.691Z[ recovery-image] Oct 14 03:51:11.976 INFO O| Oct 14 03:51:11.976 INFO STEP 66: ensure_dir, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
40992024-10-14T03:51:12.691Z[ recovery-image] Oct 14 03:51:11.976 INFO O| Oct 14 03:51:11.976 INFO skip step because feature "omicron1" is not enabled
41002024-10-14T03:51:12.691Z[ recovery-image] Oct 14 03:51:11.976 INFO O| Oct 14 03:51:11.976 INFO STEP 67: ensure_file, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
41012024-10-14T03:51:12.691Z[ recovery-image] Oct 14 03:51:11.976 INFO O| Oct 14 03:51:11.976 INFO skip step because feature "omicron1" is not enabled
41022024-10-14T03:51:12.691Z[ recovery-image] Oct 14 03:51:11.976 INFO O| Oct 14 03:51:11.976 INFO STEP 68: ensure_file, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
41032024-10-14T03:51:12.691Z[ recovery-image] Oct 14 03:51:11.976 INFO O| Oct 14 03:51:11.976 INFO skip step because feature "omicron1" is not enabled
41042024-10-14T03:51:12.691Z[ recovery-image] Oct 14 03:51:11.976 INFO O| Oct 14 03:51:11.976 INFO STEP 69: pack_tar, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
41052024-10-14T03:51:12.712Z[ recovery-image] Oct 14 03:51:12.000 INFO O| Oct 14 03:51:12.000 INFO file /rpool/images/build/recovery/output/gimlet-ramdisk.tar does not already exist, skipping removal
41062024-10-14T03:51:12.713Z[ recovery-image] Oct 14 03:51:12.000 INFO O| Oct 14 03:51:12.000 INFO exec: ["/usr/sbin/tar", "ceEp@/f", "/rpool/images/build/recovery/output/gimlet-ramdisk.tar", "-C", "/rpool/images/build/recovery/work/gimlet/ramdisk", "."]
41072024-10-14T03:51:13.452Z[ host-image] Oct 14 03:51:12.740 INFO O| Oct 14 03:51:12.740 INFO O| Download: Completed 1.39 MB in 3.87 seconds (367k/s)
41082024-10-14T03:51:13.498Z[ host-image] Oct 14 03:51:12.785 INFO O| Oct 14 03:51:12.785 INFO O| Actions: 1/238 actions (Installing new actions)
41092024-10-14T03:51:13.624Z[ host-image] Oct 14 03:51:12.912 INFO O| Oct 14 03:51:12.912 INFO O| Actions: Completed 238 actions in 0.13 seconds.
41102024-10-14T03:51:14.058Z[ host-image] Oct 14 03:51:13.346 INFO O| Oct 14 03:51:13.346 INFO O| Done
41112024-10-14T03:51:14.058Z[ host-image] Oct 14 03:51:13.346 INFO O| Oct 14 03:51:13.346 INFO O| Done
41122024-10-14T03:51:15.111Z[ host-image] Oct 14 03:51:14.398 INFO O| Oct 14 03:51:14.398 INFO O| Done
41132024-10-14T03:51:15.145Z[ recovery-image] Oct 14 03:51:14.432 INFO O| Oct 14 03:51:14.432 INFO STEP 69 (pack_tar) COMPLETE
41142024-10-14T03:51:15.145Z[ recovery-image] Oct 14 03:51:14.432 INFO O| Oct 14 03:51:14.432 INFO creating output snapshot rpool/images/build/recovery/work/gimlet/ramdisk@trim
41152024-10-14T03:51:15.145Z[ recovery-image] Oct 14 03:51:14.432 INFO O| Oct 14 03:51:14.432 INFO CREATE SNAPSHOT: rpool/images/build/recovery/work/gimlet/ramdisk@trim
41162024-10-14T03:51:15.394Z[ recovery-image] Oct 14 03:51:14.682 INFO O| Oct 14 03:51:14.681 INFO DESTROY DATASET: rpool/images/build/recovery/tmp/gimlet/ramdisk-02-trim
41172024-10-14T03:51:15.476Z[ recovery-image] Oct 14 03:51:14.763 INFO O| Oct 14 03:51:14.763 INFO completed processing gimlet/ramdisk-02-trim
41182024-10-14T03:51:15.478Z[ recovery-image] Oct 14 03:51:14.766 INFO image builder template: ramdisk-03-recovery-trim...
41192024-10-14T03:51:15.478Z[ recovery-image] Oct 14 03:51:14.766 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/.tmpzQHTap/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.33.293", "-n", "ramdisk-03-recovery-trim"], pwd: None
41202024-10-14T03:51:15.622Z[ recovery-image] Oct 14 03:51:14.909 INFO O| Oct 14 03:51:14.908 INFO temporary dataset: rpool/images/build/recovery/tmp/gimlet/ramdisk-03-recovery-trim
41212024-10-14T03:51:15.629Z[ recovery-image] Oct 14 03:51:14.917 INFO O| Oct 14 03:51:14.916 INFO CREATE DATASET: rpool/images/build/recovery/tmp/gimlet/ramdisk-03-recovery-trim
41222024-10-14T03:51:15.744Z[ recovery-image] Oct 14 03:51:15.031 INFO O| Oct 14 03:51:15.031 INFO SET DATASET PROPERTY ON rpool/images/build/recovery/tmp/gimlet/ramdisk-03-recovery-trim: sync = disabled
41232024-10-14T03:51:15.842Z[ recovery-image] Oct 14 03:51:15.129 INFO O| Oct 14 03:51:15.129 INFO temporary directory: /rpool/images/build/recovery/tmp/gimlet/ramdisk-03-recovery-trim
41242024-10-14T03:51:15.842Z[ recovery-image] Oct 14 03:51:15.129 INFO O| Oct 14 03:51:15.129 INFO work dataset: rpool/images/build/recovery/work/gimlet/ramdisk
41252024-10-14T03:51:15.861Z[ recovery-image] Oct 14 03:51:15.148 INFO O| Oct 14 03:51:15.148 INFO looking for output snapshot rpool/images/build/recovery/work/gimlet/ramdisk@recovery-trim
41262024-10-14T03:51:15.880Z[ recovery-image] Oct 14 03:51:15.167 INFO O| Oct 14 03:51:15.167 INFO looking for input snapshot rpool/images/build/recovery/work/gimlet/ramdisk@trim
41272024-10-14T03:51:15.913Z[ recovery-image] Oct 14 03:51:15.200 INFO O| Oct 14 03:51:15.200 INFO ROLLBACK TO SNAPSHOT: rpool/images/build/recovery/work/gimlet/ramdisk@trim
41282024-10-14T03:51:16.428Z[ recovery-image] Oct 14 03:51:15.715 INFO O| Oct 14 03:51:15.715 INFO rolled back to input snapshot; work may begin
41292024-10-14T03:51:16.428Z[ recovery-image] Oct 14 03:51:15.715 INFO O| Oct 14 03:51:15.715 INFO CREATE DATASET: rpool/images/build/recovery/work/gimlet/ramdisk
41302024-10-14T03:51:16.453Z[ recovery-image] Oct 14 03:51:15.741 INFO O| Oct 14 03:51:15.741 INFO STEP 0: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
41312024-10-14T03:51:16.470Z[ recovery-image] Oct 14 03:51:15.758 INFO O| Oct 14 03:51:15.758 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/gcc/7"
41322024-10-14T03:51:16.536Z[ recovery-image] Oct 14 03:51:15.824 INFO O| Oct 14 03:51:15.824 INFO STEP 0 (remove_files) COMPLETE
41332024-10-14T03:51:16.536Z[ recovery-image] Oct 14 03:51:15.824 INFO O| Oct 14 03:51:15.824 INFO STEP 1: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
41342024-10-14T03:51:16.570Z[ recovery-image] Oct 14 03:51:15.858 INFO O| Oct 14 03:51:15.858 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/gnu/share"
41352024-10-14T03:51:16.897Z[ recovery-image] Oct 14 03:51:16.185 INFO O| Oct 14 03:51:16.184 INFO STEP 1 (remove_files) COMPLETE
41362024-10-14T03:51:16.897Z[ recovery-image] Oct 14 03:51:16.185 INFO O| Oct 14 03:51:16.184 INFO STEP 2: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
41372024-10-14T03:51:16.933Z[ recovery-image] Oct 14 03:51:16.221 INFO O| Oct 14 03:51:16.221 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/dns"
41382024-10-14T03:51:16.997Z[ recovery-image] Oct 14 03:51:16.284 INFO O| Oct 14 03:51:16.284 INFO STEP 2 (remove_files) COMPLETE
41392024-10-14T03:51:16.997Z[ recovery-image] Oct 14 03:51:16.285 INFO O| Oct 14 03:51:16.284 INFO STEP 3: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
41402024-10-14T03:51:17.043Z[ recovery-image] Oct 14 03:51:16.331 INFO O| Oct 14 03:51:16.331 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/iconv"
41412024-10-14T03:51:17.205Z[ recovery-image] Oct 14 03:51:16.493 INFO O| Oct 14 03:51:16.493 INFO STEP 3 (remove_files) COMPLETE
41422024-10-14T03:51:17.205Z[ recovery-image] Oct 14 03:51:16.493 INFO O| Oct 14 03:51:16.493 INFO STEP 4: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
41432024-10-14T03:51:17.226Z[ recovery-image] Oct 14 03:51:16.513 INFO O| Oct 14 03:51:16.513 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/locale"
41442024-10-14T03:51:17.340Z[ host-image] Oct 14 03:51:16.627 INFO O| Oct 14 03:51:16.627 INFO O| Done
41452024-10-14T03:51:17.380Z[ host-image] Oct 14 03:51:16.668 INFO O| Oct 14 03:51:16.668 INFO O| Done
41462024-10-14T03:51:17.383Z[ host-image] Oct 14 03:51:16.668 INFO O| Oct 14 03:51:16.668 INFO O| Done
41472024-10-14T03:51:17.407Z[ host-image] Oct 14 03:51:16.695 INFO O| Oct 14 03:51:16.695 INFO O| Done
41482024-10-14T03:51:17.562Z[ host-image] Oct 14 03:51:16.849 INFO O| Oct 14 03:51:16.849 INFO STEP 12 (pkg_install) COMPLETE
41492024-10-14T03:51:17.562Z[ host-image] Oct 14 03:51:16.849 INFO O| Oct 14 03:51:16.849 INFO STEP 13: pkg_install, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-01-os.json
41502024-10-14T03:51:17.579Z[ host-image] Oct 14 03:51:16.866 INFO O| Oct 14 03:51:16.866 INFO exec: ["/usr/bin/pkg", "-R", "/rpool/images/build/host/work/gimlet/ramdisk", "install", "/library/libxmlsec1", "/ooce/library/postgresql-13", "/system/zones/brand/omicron1"]
41512024-10-14T03:51:17.712Z[ recovery-image] Oct 14 03:51:16.999 INFO O| Oct 14 03:51:16.999 INFO STEP 4 (remove_files) COMPLETE
41522024-10-14T03:51:17.715Z[ recovery-image] Oct 14 03:51:17.000 INFO O| Oct 14 03:51:16.999 INFO STEP 5: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
41532024-10-14T03:51:17.763Z[ recovery-image] Oct 14 03:51:17.050 INFO O| Oct 14 03:51:17.050 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/mdb"
41542024-10-14T03:51:17.813Z[ recovery-image] Oct 14 03:51:17.100 INFO O| Oct 14 03:51:17.100 INFO STEP 5 (remove_files) COMPLETE
41552024-10-14T03:51:17.813Z[ recovery-image] Oct 14 03:51:17.100 INFO O| Oct 14 03:51:17.100 INFO STEP 6: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
41562024-10-14T03:51:17.832Z[ recovery-image] Oct 14 03:51:17.119 INFO O| Oct 14 03:51:17.119 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/mps"
41572024-10-14T03:51:17.834Z[ recovery-image] Oct 14 03:51:17.120 INFO O| Oct 14 03:51:17.120 INFO STEP 6 (remove_files) COMPLETE
41582024-10-14T03:51:17.834Z[ recovery-image] Oct 14 03:51:17.121 INFO O| Oct 14 03:51:17.120 INFO STEP 7: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
41592024-10-14T03:51:17.857Z[ recovery-image] Oct 14 03:51:17.144 INFO O| Oct 14 03:51:17.144 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/pkgconfig"
41602024-10-14T03:51:17.859Z[ recovery-image] Oct 14 03:51:17.146 INFO O| Oct 14 03:51:17.146 INFO STEP 7 (remove_files) COMPLETE
41612024-10-14T03:51:17.859Z[ recovery-image] Oct 14 03:51:17.146 INFO O| Oct 14 03:51:17.146 INFO STEP 8: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
41622024-10-14T03:51:17.899Z[ recovery-image] Oct 14 03:51:17.187 INFO O| Oct 14 03:51:17.187 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/scsi"
41632024-10-14T03:51:17.908Z[ recovery-image] Oct 14 03:51:17.193 INFO O| Oct 14 03:51:17.193 INFO STEP 8 (remove_files) COMPLETE
41642024-10-14T03:51:17.908Z[ recovery-image] Oct 14 03:51:17.193 INFO O| Oct 14 03:51:17.193 INFO STEP 9: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
41652024-10-14T03:51:17.943Z[ recovery-image] Oct 14 03:51:17.230 INFO O| Oct 14 03:51:17.230 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/smbfs"
41662024-10-14T03:51:17.962Z[ recovery-image] Oct 14 03:51:17.250 INFO O| Oct 14 03:51:17.250 INFO STEP 9 (remove_files) COMPLETE
41672024-10-14T03:51:17.965Z[ recovery-image] Oct 14 03:51:17.250 INFO O| Oct 14 03:51:17.250 INFO STEP 10: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
41682024-10-14T03:51:18.000Z[ recovery-image] Oct 14 03:51:17.287 INFO O| Oct 14 03:51:17.287 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/smbsrv"
41692024-10-14T03:51:18.034Z[ recovery-image] Oct 14 03:51:17.321 INFO O| Oct 14 03:51:17.321 INFO STEP 10 (remove_files) COMPLETE
41702024-10-14T03:51:18.034Z[ recovery-image] Oct 14 03:51:17.321 INFO O| Oct 14 03:51:17.321 INFO STEP 11: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
41712024-10-14T03:51:18.089Z[ recovery-image] Oct 14 03:51:17.377 INFO O| Oct 14 03:51:17.377 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/perl5"
41722024-10-14T03:51:18.876Z[ host-image] Oct 14 03:51:18.163 INFO O| Oct 14 03:51:18.163 INFO O| Startup: Refreshing catalog 'helios-dev' ... Done
41732024-10-14T03:51:18.908Z[ recovery-image] Oct 14 03:51:18.196 INFO O| Oct 14 03:51:18.196 INFO STEP 11 (remove_files) COMPLETE
41742024-10-14T03:51:18.909Z[ recovery-image] Oct 14 03:51:18.196 INFO O| Oct 14 03:51:18.196 INFO STEP 12: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
41752024-10-14T03:51:18.974Z[ recovery-image] Oct 14 03:51:18.261 INFO O| Oct 14 03:51:18.261 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/share/bash"
41762024-10-14T03:51:19.018Z[ recovery-image] Oct 14 03:51:18.304 INFO O| Oct 14 03:51:18.304 INFO STEP 12 (remove_files) COMPLETE
41772024-10-14T03:51:19.018Z[ recovery-image] Oct 14 03:51:18.304 INFO O| Oct 14 03:51:18.304 INFO STEP 13: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
41782024-10-14T03:51:19.058Z[ recovery-image] Oct 14 03:51:18.345 INFO O| Oct 14 03:51:18.345 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/share/bhyve"
41792024-10-14T03:51:19.111Z[ recovery-image] Oct 14 03:51:18.398 INFO O| Oct 14 03:51:18.398 INFO STEP 13 (remove_files) COMPLETE
41802024-10-14T03:51:19.111Z[ recovery-image] Oct 14 03:51:18.398 INFO O| Oct 14 03:51:18.398 INFO STEP 14: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
41812024-10-14T03:51:19.172Z[ recovery-image] Oct 14 03:51:18.459 INFO O| Oct 14 03:51:18.459 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/share/emacs"
41822024-10-14T03:51:19.175Z[ recovery-image] Oct 14 03:51:18.460 INFO O| Oct 14 03:51:18.460 INFO STEP 14 (remove_files) COMPLETE
41832024-10-14T03:51:19.175Z[ recovery-image] Oct 14 03:51:18.460 INFO O| Oct 14 03:51:18.460 INFO STEP 15: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
41842024-10-14T03:51:19.237Z[ recovery-image] Oct 14 03:51:18.524 INFO O| Oct 14 03:51:18.524 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/share/icons"
41852024-10-14T03:51:19.239Z[ recovery-image] Oct 14 03:51:18.525 INFO O| Oct 14 03:51:18.525 INFO STEP 15 (remove_files) COMPLETE
41862024-10-14T03:51:19.239Z[ recovery-image] Oct 14 03:51:18.525 INFO O| Oct 14 03:51:18.525 INFO STEP 16: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
41872024-10-14T03:51:19.257Z[ recovery-image] Oct 14 03:51:18.544 INFO O| Oct 14 03:51:18.544 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/share/locale"
41882024-10-14T03:51:19.317Z[ recovery-image] Oct 14 03:51:18.603 INFO O| Oct 14 03:51:18.603 INFO STEP 16 (remove_files) COMPLETE
41892024-10-14T03:51:19.317Z[ recovery-image] Oct 14 03:51:18.604 INFO O| Oct 14 03:51:18.603 INFO STEP 17: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
41902024-10-14T03:51:19.351Z[ recovery-image] Oct 14 03:51:18.638 INFO O| Oct 14 03:51:18.638 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/share/src"
41912024-10-14T03:51:19.377Z[ recovery-image] Oct 14 03:51:18.664 INFO O| Oct 14 03:51:18.664 INFO STEP 17 (remove_files) COMPLETE
41922024-10-14T03:51:19.377Z[ recovery-image] Oct 14 03:51:18.664 INFO O| Oct 14 03:51:18.664 INFO STEP 18: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
41932024-10-14T03:51:19.422Z[ recovery-image] Oct 14 03:51:18.709 INFO O| Oct 14 03:51:18.709 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/share/terminfo"
41942024-10-14T03:51:19.446Z[ recovery-image] Oct 14 03:51:18.734 INFO O| Oct 14 03:51:18.734 INFO STEP 18 (remove_files) COMPLETE
41952024-10-14T03:51:19.446Z[ recovery-image] Oct 14 03:51:18.734 INFO O| Oct 14 03:51:18.734 INFO STEP 19: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
41962024-10-14T03:51:19.517Z[ recovery-image] Oct 14 03:51:18.804 INFO O| Oct 14 03:51:18.804 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/share/vim"
41972024-10-14T03:51:19.767Z[ recovery-image] Oct 14 03:51:19.054 INFO O| Oct 14 03:51:19.054 INFO STEP 19 (remove_files) COMPLETE
41982024-10-14T03:51:19.767Z[ recovery-image] Oct 14 03:51:19.054 INFO O| Oct 14 03:51:19.054 INFO STEP 20: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
41992024-10-14T03:51:19.828Z[ recovery-image] Oct 14 03:51:19.116 INFO O| Oct 14 03:51:19.115 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/lib/svc/manifest/network/ssh.xml"
42002024-10-14T03:51:19.835Z[ recovery-image] Oct 14 03:51:19.123 INFO O| Oct 14 03:51:19.123 INFO STEP 20 (remove_files) COMPLETE
42012024-10-14T03:51:19.835Z[ recovery-image] Oct 14 03:51:19.123 INFO O| Oct 14 03:51:19.123 INFO STEP 21: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
42022024-10-14T03:51:19.856Z[ recovery-image] Oct 14 03:51:19.143 INFO O| Oct 14 03:51:19.143 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/lib/svc/manifest/system/fmd.xml"
42032024-10-14T03:51:19.859Z[ recovery-image] Oct 14 03:51:19.143 INFO O| Oct 14 03:51:19.143 INFO STEP 21 (remove_files) COMPLETE
42042024-10-14T03:51:19.859Z[ recovery-image] Oct 14 03:51:19.143 INFO O| Oct 14 03:51:19.143 INFO STEP 22: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
42052024-10-14T03:51:19.886Z[ recovery-image] Oct 14 03:51:19.173 INFO O| Oct 14 03:51:19.173 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/adb"
42062024-10-14T03:51:19.888Z[ recovery-image] Oct 14 03:51:19.174 INFO O| Oct 14 03:51:19.174 INFO STEP 22 (remove_files) COMPLETE
42072024-10-14T03:51:19.888Z[ recovery-image] Oct 14 03:51:19.174 INFO O| Oct 14 03:51:19.174 INFO STEP 23: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
42082024-10-14T03:51:19.921Z[ recovery-image] Oct 14 03:51:19.208 INFO O| Oct 14 03:51:19.208 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/addbadsec"
42092024-10-14T03:51:19.927Z[ recovery-image] Oct 14 03:51:19.215 INFO O| Oct 14 03:51:19.215 INFO STEP 23 (remove_files) COMPLETE
42102024-10-14T03:51:19.927Z[ recovery-image] Oct 14 03:51:19.215 INFO O| Oct 14 03:51:19.215 INFO STEP 24: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
42112024-10-14T03:51:19.948Z[ recovery-image] Oct 14 03:51:19.235 INFO O| Oct 14 03:51:19.235 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/agentxtrap"
42122024-10-14T03:51:19.948Z[ recovery-image] Oct 14 03:51:19.235 INFO O| Oct 14 03:51:19.235 INFO STEP 24 (remove_files) COMPLETE
42132024-10-14T03:51:19.948Z[ recovery-image] Oct 14 03:51:19.235 INFO O| Oct 14 03:51:19.235 INFO STEP 25: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
42142024-10-14T03:51:19.966Z[ recovery-image] Oct 14 03:51:19.254 INFO O| Oct 14 03:51:19.253 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/alias"
42152024-10-14T03:51:19.966Z[ recovery-image] Oct 14 03:51:19.254 INFO O| Oct 14 03:51:19.254 INFO STEP 25 (remove_files) COMPLETE
42162024-10-14T03:51:19.969Z[ recovery-image] Oct 14 03:51:19.254 INFO O| Oct 14 03:51:19.254 INFO STEP 26: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
42172024-10-14T03:51:19.984Z[ recovery-image] Oct 14 03:51:19.271 INFO O| Oct 14 03:51:19.271 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/adb"
42182024-10-14T03:51:19.997Z[ recovery-image] Oct 14 03:51:19.284 INFO O| Oct 14 03:51:19.284 INFO STEP 26 (remove_files) COMPLETE
42192024-10-14T03:51:19.997Z[ recovery-image] Oct 14 03:51:19.284 INFO O| Oct 14 03:51:19.284 INFO STEP 27: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
42202024-10-14T03:51:20.016Z[ recovery-image] Oct 14 03:51:19.303 INFO O| Oct 14 03:51:19.303 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/amt"
42212024-10-14T03:51:20.028Z[ recovery-image] Oct 14 03:51:19.316 INFO O| Oct 14 03:51:19.316 INFO STEP 27 (remove_files) COMPLETE
42222024-10-14T03:51:20.028Z[ recovery-image] Oct 14 03:51:19.316 INFO O| Oct 14 03:51:19.316 INFO STEP 28: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
42232024-10-14T03:51:20.048Z[ recovery-image] Oct 14 03:51:19.336 INFO O| Oct 14 03:51:19.335 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/cputrack"
42242024-10-14T03:51:20.048Z[ recovery-image] Oct 14 03:51:19.336 INFO O| Oct 14 03:51:19.336 INFO STEP 28 (remove_files) COMPLETE
42252024-10-14T03:51:20.051Z[ recovery-image] Oct 14 03:51:19.336 INFO O| Oct 14 03:51:19.336 INFO STEP 29: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
42262024-10-14T03:51:20.082Z[ recovery-image] Oct 14 03:51:19.370 INFO O| Oct 14 03:51:19.370 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/crle"
42272024-10-14T03:51:20.086Z[ recovery-image] Oct 14 03:51:19.370 INFO O| Oct 14 03:51:19.370 INFO STEP 29 (remove_files) COMPLETE
42282024-10-14T03:51:20.086Z[ recovery-image] Oct 14 03:51:19.370 INFO O| Oct 14 03:51:19.370 INFO STEP 30: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
42292024-10-14T03:51:20.102Z[ recovery-image] Oct 14 03:51:19.389 INFO O| Oct 14 03:51:19.389 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/curl"
42302024-10-14T03:51:20.123Z[ recovery-image] Oct 14 03:51:19.410 INFO O| Oct 14 03:51:19.410 INFO STEP 30 (remove_files) COMPLETE
42312024-10-14T03:51:20.123Z[ recovery-image] Oct 14 03:51:19.410 INFO O| Oct 14 03:51:19.410 INFO STEP 31: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
42322024-10-14T03:51:20.144Z[ recovery-image] Oct 14 03:51:19.431 INFO O| Oct 14 03:51:19.431 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/curl-config"
42332024-10-14T03:51:20.163Z[ recovery-image] Oct 14 03:51:19.451 INFO O| Oct 14 03:51:19.451 INFO STEP 31 (remove_files) COMPLETE
42342024-10-14T03:51:20.163Z[ recovery-image] Oct 14 03:51:19.451 INFO O| Oct 14 03:51:19.451 INFO STEP 32: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
42352024-10-14T03:51:20.191Z[ recovery-image] Oct 14 03:51:19.478 INFO O| Oct 14 03:51:19.478 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/decrypt"
42362024-10-14T03:51:20.199Z[ recovery-image] Oct 14 03:51:19.486 INFO O| Oct 14 03:51:19.486 INFO STEP 32 (remove_files) COMPLETE
42372024-10-14T03:51:20.199Z[ recovery-image] Oct 14 03:51:19.486 INFO O| Oct 14 03:51:19.486 INFO STEP 33: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
42382024-10-14T03:51:20.229Z[ recovery-image] Oct 14 03:51:19.516 INFO O| Oct 14 03:51:19.516 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/digest"
42392024-10-14T03:51:20.253Z[ recovery-image] Oct 14 03:51:19.540 INFO O| Oct 14 03:51:19.540 INFO STEP 33 (remove_files) COMPLETE
42402024-10-14T03:51:20.253Z[ recovery-image] Oct 14 03:51:19.540 INFO O| Oct 14 03:51:19.540 INFO STEP 34: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
42412024-10-14T03:51:20.293Z[ recovery-image] Oct 14 03:51:19.580 INFO O| Oct 14 03:51:19.580 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/elfwrap"
42422024-10-14T03:51:20.293Z[ recovery-image] Oct 14 03:51:19.580 INFO O| Oct 14 03:51:19.580 INFO STEP 34 (remove_files) COMPLETE
42432024-10-14T03:51:20.293Z[ recovery-image] Oct 14 03:51:19.580 INFO O| Oct 14 03:51:19.580 INFO STEP 35: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
42442024-10-14T03:51:20.333Z[ recovery-image] Oct 14 03:51:19.620 INFO O| Oct 14 03:51:19.620 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/encrypt"
42452024-10-14T03:51:20.358Z[ recovery-image] Oct 14 03:51:19.645 INFO O| Oct 14 03:51:19.645 INFO STEP 35 (remove_files) COMPLETE
42462024-10-14T03:51:20.358Z[ recovery-image] Oct 14 03:51:19.645 INFO O| Oct 14 03:51:19.645 INFO STEP 36: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
42472024-10-14T03:51:20.408Z[ recovery-image] Oct 14 03:51:19.695 INFO O| Oct 14 03:51:19.695 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/gclear"
42482024-10-14T03:51:20.408Z[ recovery-image] Oct 14 03:51:19.695 INFO O| Oct 14 03:51:19.695 INFO STEP 36 (remove_files) COMPLETE
42492024-10-14T03:51:20.410Z[ recovery-image] Oct 14 03:51:19.696 INFO O| Oct 14 03:51:19.695 INFO STEP 37: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
42502024-10-14T03:51:20.428Z[ recovery-image] Oct 14 03:51:19.715 INFO O| Oct 14 03:51:19.715 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/gcore"
42512024-10-14T03:51:20.446Z[ recovery-image] Oct 14 03:51:19.734 INFO O| Oct 14 03:51:19.734 INFO STEP 37 (remove_files) COMPLETE
42522024-10-14T03:51:20.446Z[ recovery-image] Oct 14 03:51:19.734 INFO O| Oct 14 03:51:19.734 INFO STEP 38: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
42532024-10-14T03:51:20.484Z[ recovery-image] Oct 14 03:51:19.772 INFO O| Oct 14 03:51:19.771 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/ginfocmp"
42542024-10-14T03:51:20.487Z[ recovery-image] Oct 14 03:51:19.772 INFO O| Oct 14 03:51:19.772 INFO STEP 38 (remove_files) COMPLETE
42552024-10-14T03:51:20.487Z[ recovery-image] Oct 14 03:51:19.772 INFO O| Oct 14 03:51:19.772 INFO STEP 39: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
42562024-10-14T03:51:20.506Z[ recovery-image] Oct 14 03:51:19.791 INFO O| Oct 14 03:51:19.791 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/gtabs"
42572024-10-14T03:51:20.506Z[ recovery-image] Oct 14 03:51:19.791 INFO O| Oct 14 03:51:19.791 INFO STEP 39 (remove_files) COMPLETE
42582024-10-14T03:51:20.506Z[ recovery-image] Oct 14 03:51:19.791 INFO O| Oct 14 03:51:19.791 INFO STEP 40: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
42592024-10-14T03:51:20.525Z[ recovery-image] Oct 14 03:51:19.811 INFO O| Oct 14 03:51:19.811 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/gtic"
42602024-10-14T03:51:20.525Z[ recovery-image] Oct 14 03:51:19.811 INFO O| Oct 14 03:51:19.811 INFO STEP 40 (remove_files) COMPLETE
42612024-10-14T03:51:20.525Z[ recovery-image] Oct 14 03:51:19.811 INFO O| Oct 14 03:51:19.811 INFO STEP 41: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
42622024-10-14T03:51:20.581Z[ recovery-image] Oct 14 03:51:19.868 INFO O| Oct 14 03:51:19.868 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/gtoe"
42632024-10-14T03:51:20.581Z[ recovery-image] Oct 14 03:51:19.868 INFO O| Oct 14 03:51:19.868 INFO STEP 41 (remove_files) COMPLETE
42642024-10-14T03:51:20.581Z[ recovery-image] Oct 14 03:51:19.868 INFO O| Oct 14 03:51:19.868 INFO STEP 42: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
42652024-10-14T03:51:20.607Z[ recovery-image] Oct 14 03:51:19.894 INFO O| Oct 14 03:51:19.894 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/gtput"
42662024-10-14T03:51:20.609Z[ recovery-image] Oct 14 03:51:19.894 INFO O| Oct 14 03:51:19.894 INFO STEP 42 (remove_files) COMPLETE
42672024-10-14T03:51:20.609Z[ recovery-image] Oct 14 03:51:19.895 INFO O| Oct 14 03:51:19.894 INFO STEP 43: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
42682024-10-14T03:51:20.626Z[ recovery-image] Oct 14 03:51:19.913 INFO O| Oct 14 03:51:19.913 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/gtset"
42692024-10-14T03:51:20.629Z[ recovery-image] Oct 14 03:51:19.914 INFO O| Oct 14 03:51:19.913 INFO STEP 43 (remove_files) COMPLETE
42702024-10-14T03:51:20.630Z[ recovery-image] Oct 14 03:51:19.914 INFO O| Oct 14 03:51:19.914 INFO STEP 44: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
42712024-10-14T03:51:20.644Z[ recovery-image] Oct 14 03:51:19.931 INFO O| Oct 14 03:51:19.931 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/idn"
42722024-10-14T03:51:20.646Z[ recovery-image] Oct 14 03:51:19.931 INFO O| Oct 14 03:51:19.931 INFO STEP 44 (remove_files) COMPLETE
42732024-10-14T03:51:20.646Z[ recovery-image] Oct 14 03:51:19.931 INFO O| Oct 14 03:51:19.931 INFO STEP 45: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
42742024-10-14T03:51:20.661Z[ recovery-image] Oct 14 03:51:19.948 INFO O| Oct 14 03:51:19.948 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/ksh93"
42752024-10-14T03:51:20.663Z[ recovery-image] Oct 14 03:51:19.948 INFO O| Oct 14 03:51:19.948 INFO STEP 45 (remove_files) COMPLETE
42762024-10-14T03:51:20.663Z[ recovery-image] Oct 14 03:51:19.949 INFO O| Oct 14 03:51:19.949 INFO STEP 46: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
42772024-10-14T03:51:20.678Z[ recovery-image] Oct 14 03:51:19.965 INFO O| Oct 14 03:51:19.965 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/ls"
42782024-10-14T03:51:20.681Z[ recovery-image] Oct 14 03:51:19.965 INFO O| Oct 14 03:51:19.965 INFO STEP 46 (remove_files) COMPLETE
42792024-10-14T03:51:20.681Z[ recovery-image] Oct 14 03:51:19.965 INFO O| Oct 14 03:51:19.965 INFO STEP 47: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
42802024-10-14T03:51:20.707Z[ recovery-image] Oct 14 03:51:19.994 INFO O| Oct 14 03:51:19.994 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/mac"
42812024-10-14T03:51:20.707Z[ recovery-image] Oct 14 03:51:19.994 INFO O| Oct 14 03:51:19.994 INFO STEP 47 (remove_files) COMPLETE
42822024-10-14T03:51:20.709Z[ recovery-image] Oct 14 03:51:19.994 INFO O| Oct 14 03:51:19.994 INFO STEP 48: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
42832024-10-14T03:51:20.784Z[ recovery-image] Oct 14 03:51:20.071 INFO O| Oct 14 03:51:20.071 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/mdb"
42842024-10-14T03:51:20.784Z[ recovery-image] Oct 14 03:51:20.071 INFO O| Oct 14 03:51:20.071 INFO STEP 48 (remove_files) COMPLETE
42852024-10-14T03:51:20.786Z[ recovery-image] Oct 14 03:51:20.072 INFO O| Oct 14 03:51:20.071 INFO STEP 49: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
42862024-10-14T03:51:20.803Z[ recovery-image] Oct 14 03:51:20.090 INFO O| Oct 14 03:51:20.090 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/moe"
42872024-10-14T03:51:20.803Z[ recovery-image] Oct 14 03:51:20.090 INFO O| Oct 14 03:51:20.090 INFO STEP 49 (remove_files) COMPLETE
42882024-10-14T03:51:20.805Z[ recovery-image] Oct 14 03:51:20.090 INFO O| Oct 14 03:51:20.090 INFO STEP 50: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
42892024-10-14T03:51:20.846Z[ recovery-image] Oct 14 03:51:20.133 INFO O| Oct 14 03:51:20.133 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/ncurses6-config"
42902024-10-14T03:51:20.846Z[ recovery-image] Oct 14 03:51:20.133 INFO O| Oct 14 03:51:20.133 INFO STEP 50 (remove_files) COMPLETE
42912024-10-14T03:51:20.846Z[ recovery-image] Oct 14 03:51:20.133 INFO O| Oct 14 03:51:20.133 INFO STEP 51: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
42922024-10-14T03:51:20.863Z[ recovery-image] Oct 14 03:51:20.150 INFO O| Oct 14 03:51:20.150 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/newtask"
42932024-10-14T03:51:20.865Z[ recovery-image] Oct 14 03:51:20.151 INFO O| Oct 14 03:51:20.151 INFO STEP 51 (remove_files) COMPLETE
42942024-10-14T03:51:20.865Z[ recovery-image] Oct 14 03:51:20.151 INFO O| Oct 14 03:51:20.151 INFO STEP 52: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
42952024-10-14T03:51:20.897Z[ recovery-image] Oct 14 03:51:20.184 INFO O| Oct 14 03:51:20.184 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/nohup"
42962024-10-14T03:51:20.899Z[ recovery-image] Oct 14 03:51:20.185 INFO O| Oct 14 03:51:20.184 INFO STEP 52 (remove_files) COMPLETE
42972024-10-14T03:51:20.899Z[ recovery-image] Oct 14 03:51:20.185 INFO O| Oct 14 03:51:20.185 INFO STEP 53: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
42982024-10-14T03:51:20.917Z[ recovery-image] Oct 14 03:51:20.204 INFO O| Oct 14 03:51:20.204 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/pargs"
42992024-10-14T03:51:20.926Z[ recovery-image] Oct 14 03:51:20.205 INFO O| Oct 14 03:51:20.204 INFO STEP 53 (remove_files) COMPLETE
43002024-10-14T03:51:20.926Z[ recovery-image] Oct 14 03:51:20.205 INFO O| Oct 14 03:51:20.204 INFO STEP 54: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
43012024-10-14T03:51:20.952Z[ recovery-image] Oct 14 03:51:20.239 INFO O| Oct 14 03:51:20.239 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/pauxv"
43022024-10-14T03:51:20.952Z[ recovery-image] Oct 14 03:51:20.240 INFO O| Oct 14 03:51:20.240 INFO STEP 54 (remove_files) COMPLETE
43032024-10-14T03:51:20.957Z[ recovery-image] Oct 14 03:51:20.240 INFO O| Oct 14 03:51:20.240 INFO STEP 55: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
43042024-10-14T03:51:20.970Z[ recovery-image] Oct 14 03:51:20.258 INFO O| Oct 14 03:51:20.258 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/pcap-config"
43052024-10-14T03:51:20.973Z[ recovery-image] Oct 14 03:51:20.258 INFO O| Oct 14 03:51:20.258 INFO STEP 55 (remove_files) COMPLETE
43062024-10-14T03:51:20.973Z[ recovery-image] Oct 14 03:51:20.258 INFO O| Oct 14 03:51:20.258 INFO STEP 56: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
43072024-10-14T03:51:20.990Z[ recovery-image] Oct 14 03:51:20.278 INFO O| Oct 14 03:51:20.277 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/pcre-config"
43082024-10-14T03:51:20.993Z[ recovery-image] Oct 14 03:51:20.278 INFO O| Oct 14 03:51:20.278 INFO STEP 56 (remove_files) COMPLETE
43092024-10-14T03:51:20.993Z[ recovery-image] Oct 14 03:51:20.278 INFO O| Oct 14 03:51:20.278 INFO STEP 57: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
43102024-10-14T03:51:21.010Z[ recovery-image] Oct 14 03:51:20.298 INFO O| Oct 14 03:51:20.297 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/pcre2-config"
43112024-10-14T03:51:21.013Z[ recovery-image] Oct 14 03:51:20.298 INFO O| Oct 14 03:51:20.298 INFO STEP 57 (remove_files) COMPLETE
43122024-10-14T03:51:21.013Z[ recovery-image] Oct 14 03:51:20.298 INFO O| Oct 14 03:51:20.298 INFO STEP 58: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
43132024-10-14T03:51:21.033Z[ recovery-image] Oct 14 03:51:20.320 INFO O| Oct 14 03:51:20.320 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/pcre2grep"
43142024-10-14T03:51:21.036Z[ recovery-image] Oct 14 03:51:20.321 INFO O| Oct 14 03:51:20.321 INFO STEP 58 (remove_files) COMPLETE
43152024-10-14T03:51:21.036Z[ recovery-image] Oct 14 03:51:20.321 INFO O| Oct 14 03:51:20.321 INFO STEP 59: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
43162024-10-14T03:51:21.071Z[ recovery-image] Oct 14 03:51:20.359 INFO O| Oct 14 03:51:20.358 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/pcre2test"
43172024-10-14T03:51:21.074Z[ recovery-image] Oct 14 03:51:20.359 INFO O| Oct 14 03:51:20.359 INFO STEP 59 (remove_files) COMPLETE
43182024-10-14T03:51:21.074Z[ recovery-image] Oct 14 03:51:20.359 INFO O| Oct 14 03:51:20.359 INFO STEP 60: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
43192024-10-14T03:51:21.101Z[ recovery-image] Oct 14 03:51:20.387 INFO O| Oct 14 03:51:20.387 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/pcred"
43202024-10-14T03:51:21.101Z[ recovery-image] Oct 14 03:51:20.387 INFO O| Oct 14 03:51:20.387 INFO STEP 60 (remove_files) COMPLETE
43212024-10-14T03:51:21.101Z[ recovery-image] Oct 14 03:51:20.387 INFO O| Oct 14 03:51:20.387 INFO STEP 61: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
43222024-10-14T03:51:21.134Z[ recovery-image] Oct 14 03:51:20.421 INFO O| Oct 14 03:51:20.421 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/pcregrep"
43232024-10-14T03:51:21.134Z[ recovery-image] Oct 14 03:51:20.422 INFO O| Oct 14 03:51:20.421 INFO STEP 61 (remove_files) COMPLETE
43242024-10-14T03:51:21.137Z[ recovery-image] Oct 14 03:51:20.422 INFO O| Oct 14 03:51:20.422 INFO STEP 62: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
43252024-10-14T03:51:21.171Z[ recovery-image] Oct 14 03:51:20.458 INFO O| Oct 14 03:51:20.458 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/pcretest"
43262024-10-14T03:51:21.171Z[ recovery-image] Oct 14 03:51:20.458 INFO O| Oct 14 03:51:20.458 INFO STEP 62 (remove_files) COMPLETE
43272024-10-14T03:51:21.173Z[ recovery-image] Oct 14 03:51:20.458 INFO O| Oct 14 03:51:20.458 INFO STEP 63: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
43282024-10-14T03:51:21.190Z[ recovery-image] Oct 14 03:51:20.476 INFO O| Oct 14 03:51:20.476 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/penv"
43292024-10-14T03:51:21.193Z[ recovery-image] Oct 14 03:51:20.476 INFO O| Oct 14 03:51:20.476 INFO STEP 63 (remove_files) COMPLETE
43302024-10-14T03:51:21.193Z[ recovery-image] Oct 14 03:51:20.476 INFO O| Oct 14 03:51:20.476 INFO STEP 64: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
43312024-10-14T03:51:21.207Z[ recovery-image] Oct 14 03:51:20.494 INFO O| Oct 14 03:51:20.494 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/pfiles"
43322024-10-14T03:51:21.209Z[ recovery-image] Oct 14 03:51:20.494 INFO O| Oct 14 03:51:20.494 INFO STEP 64 (remove_files) COMPLETE
43332024-10-14T03:51:21.209Z[ recovery-image] Oct 14 03:51:20.494 INFO O| Oct 14 03:51:20.494 INFO STEP 65: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
43342024-10-14T03:51:21.269Z[ recovery-image] Oct 14 03:51:20.556 INFO O| Oct 14 03:51:20.556 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/pflags"
43352024-10-14T03:51:21.269Z[ recovery-image] Oct 14 03:51:20.556 INFO O| Oct 14 03:51:20.556 INFO STEP 65 (remove_files) COMPLETE
43362024-10-14T03:51:21.269Z[ recovery-image] Oct 14 03:51:20.556 INFO O| Oct 14 03:51:20.556 INFO STEP 66: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
43372024-10-14T03:51:21.331Z[ recovery-image] Oct 14 03:51:20.617 INFO O| Oct 14 03:51:20.617 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/pldd"
43382024-10-14T03:51:21.331Z[ recovery-image] Oct 14 03:51:20.617 INFO O| Oct 14 03:51:20.617 INFO STEP 66 (remove_files) COMPLETE
43392024-10-14T03:51:21.331Z[ recovery-image] Oct 14 03:51:20.617 INFO O| Oct 14 03:51:20.617 INFO STEP 67: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
43402024-10-14T03:51:21.347Z[ recovery-image] Oct 14 03:51:20.635 INFO O| Oct 14 03:51:20.635 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/plgrp"
43412024-10-14T03:51:21.347Z[ recovery-image] Oct 14 03:51:20.635 INFO O| Oct 14 03:51:20.635 INFO STEP 67 (remove_files) COMPLETE
43422024-10-14T03:51:21.347Z[ recovery-image] Oct 14 03:51:20.635 INFO O| Oct 14 03:51:20.635 INFO STEP 68: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
43432024-10-14T03:51:21.365Z[ recovery-image] Oct 14 03:51:20.652 INFO O| Oct 14 03:51:20.652 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/plimit"
43442024-10-14T03:51:21.365Z[ recovery-image] Oct 14 03:51:20.652 INFO O| Oct 14 03:51:20.652 INFO STEP 68 (remove_files) COMPLETE
43452024-10-14T03:51:21.365Z[ recovery-image] Oct 14 03:51:20.652 INFO O| Oct 14 03:51:20.652 INFO STEP 69: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
43462024-10-14T03:51:21.417Z[ recovery-image] Oct 14 03:51:20.704 INFO O| Oct 14 03:51:20.704 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/pmadvise"
43472024-10-14T03:51:21.417Z[ recovery-image] Oct 14 03:51:20.704 INFO O| Oct 14 03:51:20.704 INFO STEP 69 (remove_files) COMPLETE
43482024-10-14T03:51:21.417Z[ recovery-image] Oct 14 03:51:20.704 INFO O| Oct 14 03:51:20.704 INFO STEP 70: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
43492024-10-14T03:51:21.434Z[ recovery-image] Oct 14 03:51:20.721 INFO O| Oct 14 03:51:20.721 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/pmap"
43502024-10-14T03:51:21.434Z[ recovery-image] Oct 14 03:51:20.721 INFO O| Oct 14 03:51:20.721 INFO STEP 70 (remove_files) COMPLETE
43512024-10-14T03:51:21.436Z[ recovery-image] Oct 14 03:51:20.721 INFO O| Oct 14 03:51:20.721 INFO STEP 71: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
43522024-10-14T03:51:21.465Z[ recovery-image] Oct 14 03:51:20.752 INFO O| Oct 14 03:51:20.752 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/ppgsz"
43532024-10-14T03:51:21.465Z[ recovery-image] Oct 14 03:51:20.752 INFO O| Oct 14 03:51:20.752 INFO STEP 71 (remove_files) COMPLETE
43542024-10-14T03:51:21.465Z[ recovery-image] Oct 14 03:51:20.752 INFO O| Oct 14 03:51:20.752 INFO STEP 72: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
43552024-10-14T03:51:21.503Z[ recovery-image] Oct 14 03:51:20.790 INFO O| Oct 14 03:51:20.790 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/ppriv"
43562024-10-14T03:51:21.503Z[ recovery-image] Oct 14 03:51:20.790 INFO O| Oct 14 03:51:20.790 INFO STEP 72 (remove_files) COMPLETE
43572024-10-14T03:51:21.503Z[ recovery-image] Oct 14 03:51:20.790 INFO O| Oct 14 03:51:20.790 INFO STEP 73: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
43582024-10-14T03:51:21.521Z[ recovery-image] Oct 14 03:51:20.809 INFO O| Oct 14 03:51:20.809 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/prctl"
43592024-10-14T03:51:21.522Z[ recovery-image] Oct 14 03:51:20.809 INFO O| Oct 14 03:51:20.809 INFO STEP 73 (remove_files) COMPLETE
43602024-10-14T03:51:21.522Z[ recovery-image] Oct 14 03:51:20.809 INFO O| Oct 14 03:51:20.809 INFO STEP 74: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
43612024-10-14T03:51:21.622Z[ recovery-image] Oct 14 03:51:20.909 INFO O| Oct 14 03:51:20.909 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/preap"
43622024-10-14T03:51:21.622Z[ recovery-image] Oct 14 03:51:20.909 INFO O| Oct 14 03:51:20.909 INFO STEP 74 (remove_files) COMPLETE
43632024-10-14T03:51:21.624Z[ recovery-image] Oct 14 03:51:20.909 INFO O| Oct 14 03:51:20.909 INFO STEP 75: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
43642024-10-14T03:51:21.642Z[ recovery-image] Oct 14 03:51:20.929 INFO O| Oct 14 03:51:20.929 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/prstat"
43652024-10-14T03:51:21.642Z[ recovery-image] Oct 14 03:51:20.929 INFO O| Oct 14 03:51:20.929 INFO STEP 75 (remove_files) COMPLETE
43662024-10-14T03:51:21.642Z[ recovery-image] Oct 14 03:51:20.929 INFO O| Oct 14 03:51:20.929 INFO STEP 76: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
43672024-10-14T03:51:21.660Z[ recovery-image] Oct 14 03:51:20.947 INFO O| Oct 14 03:51:20.947 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/prun"
43682024-10-14T03:51:21.660Z[ recovery-image] Oct 14 03:51:20.947 INFO O| Oct 14 03:51:20.947 INFO STEP 76 (remove_files) COMPLETE
43692024-10-14T03:51:21.660Z[ recovery-image] Oct 14 03:51:20.947 INFO O| Oct 14 03:51:20.947 INFO STEP 77: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
43702024-10-14T03:51:21.691Z[ recovery-image] Oct 14 03:51:20.978 INFO O| Oct 14 03:51:20.978 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/psecflags"
43712024-10-14T03:51:21.691Z[ recovery-image] Oct 14 03:51:20.978 INFO O| Oct 14 03:51:20.978 INFO STEP 77 (remove_files) COMPLETE
43722024-10-14T03:51:21.694Z[ recovery-image] Oct 14 03:51:20.978 INFO O| Oct 14 03:51:20.978 INFO STEP 78: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
43732024-10-14T03:51:21.711Z[ recovery-image] Oct 14 03:51:20.998 INFO O| Oct 14 03:51:20.998 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/psig"
43742024-10-14T03:51:21.711Z[ recovery-image] Oct 14 03:51:20.999 INFO O| Oct 14 03:51:20.998 INFO STEP 78 (remove_files) COMPLETE
43752024-10-14T03:51:21.711Z[ recovery-image] Oct 14 03:51:20.999 INFO O| Oct 14 03:51:20.999 INFO STEP 79: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
43762024-10-14T03:51:21.745Z[ recovery-image] Oct 14 03:51:21.033 INFO O| Oct 14 03:51:21.032 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/pstack"
43772024-10-14T03:51:21.748Z[ recovery-image] Oct 14 03:51:21.033 INFO O| Oct 14 03:51:21.033 INFO STEP 79 (remove_files) COMPLETE
43782024-10-14T03:51:21.748Z[ recovery-image] Oct 14 03:51:21.033 INFO O| Oct 14 03:51:21.033 INFO STEP 80: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
43792024-10-14T03:51:21.778Z[ recovery-image] Oct 14 03:51:21.065 INFO O| Oct 14 03:51:21.065 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/pstop"
43802024-10-14T03:51:21.781Z[ recovery-image] Oct 14 03:51:21.065 INFO O| Oct 14 03:51:21.065 INFO STEP 80 (remove_files) COMPLETE
43812024-10-14T03:51:21.781Z[ recovery-image] Oct 14 03:51:21.066 INFO O| Oct 14 03:51:21.065 INFO STEP 81: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
43822024-10-14T03:51:21.811Z[ recovery-image] Oct 14 03:51:21.084 INFO O| Oct 14 03:51:21.084 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/ptime"
43832024-10-14T03:51:21.814Z[ recovery-image] Oct 14 03:51:21.085 INFO O| Oct 14 03:51:21.085 INFO STEP 81 (remove_files) COMPLETE
43842024-10-14T03:51:21.815Z[ recovery-image] Oct 14 03:51:21.085 INFO O| Oct 14 03:51:21.085 INFO STEP 82: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
43852024-10-14T03:51:21.817Z[ recovery-image] Oct 14 03:51:21.103 INFO O| Oct 14 03:51:21.103 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/ptree"
43862024-10-14T03:51:21.817Z[ recovery-image] Oct 14 03:51:21.104 INFO O| Oct 14 03:51:21.103 INFO STEP 82 (remove_files) COMPLETE
43872024-10-14T03:51:21.817Z[ recovery-image] Oct 14 03:51:21.104 INFO O| Oct 14 03:51:21.104 INFO STEP 83: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
43882024-10-14T03:51:21.834Z[ recovery-image] Oct 14 03:51:21.121 INFO O| Oct 14 03:51:21.121 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/pwait"
43892024-10-14T03:51:21.837Z[ recovery-image] Oct 14 03:51:21.125 INFO O| Oct 14 03:51:21.125 INFO STEP 83 (remove_files) COMPLETE
43902024-10-14T03:51:21.846Z[ recovery-image] Oct 14 03:51:21.125 INFO O| Oct 14 03:51:21.125 INFO STEP 84: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
43912024-10-14T03:51:21.867Z[ recovery-image] Oct 14 03:51:21.154 INFO O| Oct 14 03:51:21.154 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/pwdx"
43922024-10-14T03:51:21.867Z[ recovery-image] Oct 14 03:51:21.154 INFO O| Oct 14 03:51:21.154 INFO STEP 84 (remove_files) COMPLETE
43932024-10-14T03:51:21.867Z[ recovery-image] Oct 14 03:51:21.154 INFO O| Oct 14 03:51:21.154 INFO STEP 85: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
43942024-10-14T03:51:21.899Z[ recovery-image] Oct 14 03:51:21.186 INFO O| Oct 14 03:51:21.186 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/rksh"
43952024-10-14T03:51:21.899Z[ recovery-image] Oct 14 03:51:21.186 INFO O| Oct 14 03:51:21.186 INFO STEP 85 (remove_files) COMPLETE
43962024-10-14T03:51:21.901Z[ recovery-image] Oct 14 03:51:21.186 INFO O| Oct 14 03:51:21.186 INFO STEP 86: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
43972024-10-14T03:51:21.941Z[ recovery-image] Oct 14 03:51:21.229 INFO O| Oct 14 03:51:21.228 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/rksh93"
43982024-10-14T03:51:21.944Z[ recovery-image] Oct 14 03:51:21.229 INFO O| Oct 14 03:51:21.229 INFO STEP 86 (remove_files) COMPLETE
43992024-10-14T03:51:21.944Z[ recovery-image] Oct 14 03:51:21.229 INFO O| Oct 14 03:51:21.229 INFO STEP 87: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
44002024-10-14T03:51:21.962Z[ recovery-image] Oct 14 03:51:21.249 INFO O| Oct 14 03:51:21.249 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/sqlite3"
44012024-10-14T03:51:21.964Z[ recovery-image] Oct 14 03:51:21.249 INFO O| Oct 14 03:51:21.249 INFO STEP 87 (remove_files) COMPLETE
44022024-10-14T03:51:21.964Z[ recovery-image] Oct 14 03:51:21.249 INFO O| Oct 14 03:51:21.249 INFO STEP 88: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
44032024-10-14T03:51:21.998Z[ recovery-image] Oct 14 03:51:21.285 INFO O| Oct 14 03:51:21.285 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/strings"
44042024-10-14T03:51:21.998Z[ recovery-image] Oct 14 03:51:21.285 INFO O| Oct 14 03:51:21.285 INFO STEP 88 (remove_files) COMPLETE
44052024-10-14T03:51:21.998Z[ recovery-image] Oct 14 03:51:21.285 INFO O| Oct 14 03:51:21.285 INFO STEP 89: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
44062024-10-14T03:51:22.020Z[ recovery-image] Oct 14 03:51:21.306 INFO O| Oct 14 03:51:21.306 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/xml2-config"
44072024-10-14T03:51:22.020Z[ recovery-image] Oct 14 03:51:21.306 INFO O| Oct 14 03:51:21.306 INFO STEP 89 (remove_files) COMPLETE
44082024-10-14T03:51:22.020Z[ recovery-image] Oct 14 03:51:21.306 INFO O| Oct 14 03:51:21.306 INFO STEP 90: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
44092024-10-14T03:51:22.039Z[ recovery-image] Oct 14 03:51:21.327 INFO O| Oct 14 03:51:21.327 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/xmlcatalog"
44102024-10-14T03:51:22.040Z[ recovery-image] Oct 14 03:51:21.327 INFO O| Oct 14 03:51:21.327 INFO STEP 90 (remove_files) COMPLETE
44112024-10-14T03:51:22.040Z[ recovery-image] Oct 14 03:51:21.327 INFO O| Oct 14 03:51:21.327 INFO STEP 91: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
44122024-10-14T03:51:22.062Z[ recovery-image] Oct 14 03:51:21.349 INFO O| Oct 14 03:51:21.349 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/xmllint"
44132024-10-14T03:51:22.065Z[ recovery-image] Oct 14 03:51:21.349 INFO O| Oct 14 03:51:21.349 INFO STEP 91 (remove_files) COMPLETE
44142024-10-14T03:51:22.065Z[ recovery-image] Oct 14 03:51:21.350 INFO O| Oct 14 03:51:21.349 INFO STEP 92: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
44152024-10-14T03:51:22.097Z[ recovery-image] Oct 14 03:51:21.384 INFO O| Oct 14 03:51:21.384 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amt"
44162024-10-14T03:51:22.097Z[ recovery-image] Oct 14 03:51:21.384 INFO O| Oct 14 03:51:21.384 INFO STEP 92 (remove_files) COMPLETE
44172024-10-14T03:51:22.100Z[ recovery-image] Oct 14 03:51:21.384 INFO O| Oct 14 03:51:21.384 INFO STEP 93: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
44182024-10-14T03:51:22.116Z[ recovery-image] Oct 14 03:51:21.403 INFO O| Oct 14 03:51:21.403 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/arch"
44192024-10-14T03:51:22.138Z[ recovery-image] Oct 14 03:51:21.424 INFO O| Oct 14 03:51:21.424 INFO STEP 93 (remove_files) COMPLETE
44202024-10-14T03:51:22.139Z[ recovery-image] Oct 14 03:51:21.424 INFO O| Oct 14 03:51:21.424 INFO STEP 94: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
44212024-10-14T03:51:22.192Z[ recovery-image] Oct 14 03:51:21.479 INFO O| Oct 14 03:51:21.479 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/asa"
44222024-10-14T03:51:22.216Z[ recovery-image] Oct 14 03:51:21.503 INFO O| Oct 14 03:51:21.503 INFO STEP 94 (remove_files) COMPLETE
44232024-10-14T03:51:22.217Z[ recovery-image] Oct 14 03:51:21.503 INFO O| Oct 14 03:51:21.503 INFO STEP 95: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
44242024-10-14T03:51:22.256Z[ recovery-image] Oct 14 03:51:21.543 INFO O| Oct 14 03:51:21.543 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/at"
44252024-10-14T03:51:22.259Z[ recovery-image] Oct 14 03:51:21.544 INFO O| Oct 14 03:51:21.544 INFO STEP 95 (remove_files) COMPLETE
44262024-10-14T03:51:22.259Z[ recovery-image] Oct 14 03:51:21.544 INFO O| Oct 14 03:51:21.544 INFO STEP 96: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
44272024-10-14T03:51:22.274Z[ recovery-image] Oct 14 03:51:21.561 INFO O| Oct 14 03:51:21.561 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/atq"
44282024-10-14T03:51:22.276Z[ recovery-image] Oct 14 03:51:21.561 INFO O| Oct 14 03:51:21.561 INFO STEP 96 (remove_files) COMPLETE
44292024-10-14T03:51:22.276Z[ recovery-image] Oct 14 03:51:21.561 INFO O| Oct 14 03:51:21.561 INFO STEP 97: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
44302024-10-14T03:51:22.295Z[ recovery-image] Oct 14 03:51:21.582 INFO O| Oct 14 03:51:21.582 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/atrm"
44312024-10-14T03:51:22.295Z[ recovery-image] Oct 14 03:51:21.582 INFO O| Oct 14 03:51:21.582 INFO STEP 97 (remove_files) COMPLETE
44322024-10-14T03:51:22.297Z[ recovery-image] Oct 14 03:51:21.582 INFO O| Oct 14 03:51:21.582 INFO STEP 98: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
44332024-10-14T03:51:22.313Z[ recovery-image] Oct 14 03:51:21.600 INFO O| Oct 14 03:51:21.600 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/auths"
44342024-10-14T03:51:22.334Z[ recovery-image] Oct 14 03:51:21.621 INFO O| Oct 14 03:51:21.621 INFO STEP 98 (remove_files) COMPLETE
44352024-10-14T03:51:22.334Z[ recovery-image] Oct 14 03:51:21.621 INFO O| Oct 14 03:51:21.621 INFO STEP 99: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
44362024-10-14T03:51:22.390Z[ recovery-image] Oct 14 03:51:21.677 INFO O| Oct 14 03:51:21.677 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/banner"
44372024-10-14T03:51:22.390Z[ recovery-image] Oct 14 03:51:21.677 INFO O| Oct 14 03:51:21.677 INFO STEP 99 (remove_files) COMPLETE
44382024-10-14T03:51:22.394Z[ recovery-image] Oct 14 03:51:21.677 INFO O| Oct 14 03:51:21.677 INFO STEP 100: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
44392024-10-14T03:51:22.417Z[ recovery-image] Oct 14 03:51:21.704 INFO O| Oct 14 03:51:21.704 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/bashbug"
44402024-10-14T03:51:22.417Z[ recovery-image] Oct 14 03:51:21.704 INFO O| Oct 14 03:51:21.704 INFO STEP 100 (remove_files) COMPLETE
44412024-10-14T03:51:22.417Z[ recovery-image] Oct 14 03:51:21.704 INFO O| Oct 14 03:51:21.704 INFO STEP 101: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
44422024-10-14T03:51:22.444Z[ host-image] Oct 14 03:51:21.731 INFO O| Oct 14 03:51:21.731 INFO O| Planning: Solver setup ... Done
44432024-10-14T03:51:22.451Z[ host-image] Oct 14 03:51:21.738 INFO O| Oct 14 03:51:21.738 INFO O| Planning: Running solver ... Done
44442024-10-14T03:51:22.468Z[ recovery-image] Oct 14 03:51:21.755 INFO O| Oct 14 03:51:21.755 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/batch"
44452024-10-14T03:51:22.493Z[ recovery-image] Oct 14 03:51:21.780 INFO O| Oct 14 03:51:21.780 INFO STEP 101 (remove_files) COMPLETE
44462024-10-14T03:51:22.493Z[ recovery-image] Oct 14 03:51:21.780 INFO O| Oct 14 03:51:21.780 INFO STEP 102: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
44472024-10-14T03:51:22.511Z[ recovery-image] Oct 14 03:51:21.798 INFO O| Oct 14 03:51:21.798 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/bc"
44482024-10-14T03:51:22.513Z[ recovery-image] Oct 14 03:51:21.799 INFO O| Oct 14 03:51:21.799 INFO STEP 102 (remove_files) COMPLETE
44492024-10-14T03:51:22.513Z[ recovery-image] Oct 14 03:51:21.799 INFO O| Oct 14 03:51:21.799 INFO STEP 103: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
44502024-10-14T03:51:22.521Z[ host-image] Oct 14 03:51:21.809 INFO O| Oct 14 03:51:21.809 INFO O| Planning: Finding local manifests ... Done
44512024-10-14T03:51:22.523Z[ host-image] Oct 14 03:51:21.811 INFO O| Oct 14 03:51:21.811 INFO O| Planning: Fetching manifests: 0/6 0% complete
44522024-10-14T03:51:22.546Z[ recovery-image] Oct 14 03:51:21.833 INFO O| Oct 14 03:51:21.833 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/bdiff"
44532024-10-14T03:51:22.546Z[ recovery-image] Oct 14 03:51:21.833 INFO O| Oct 14 03:51:21.833 INFO STEP 103 (remove_files) COMPLETE
44542024-10-14T03:51:22.549Z[ recovery-image] Oct 14 03:51:21.833 INFO O| Oct 14 03:51:21.833 INFO STEP 104: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
44552024-10-14T03:51:22.582Z[ recovery-image] Oct 14 03:51:21.869 INFO O| Oct 14 03:51:21.869 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/bg"
44562024-10-14T03:51:22.582Z[ recovery-image] Oct 14 03:51:21.869 INFO O| Oct 14 03:51:21.869 INFO STEP 104 (remove_files) COMPLETE
44572024-10-14T03:51:22.582Z[ recovery-image] Oct 14 03:51:21.869 INFO O| Oct 14 03:51:21.869 INFO STEP 105: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
44582024-10-14T03:51:22.621Z[ recovery-image] Oct 14 03:51:21.907 INFO O| Oct 14 03:51:21.907 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/brotli"
44592024-10-14T03:51:22.621Z[ recovery-image] Oct 14 03:51:21.907 INFO O| Oct 14 03:51:21.907 INFO STEP 105 (remove_files) COMPLETE
44602024-10-14T03:51:22.621Z[ recovery-image] Oct 14 03:51:21.907 INFO O| Oct 14 03:51:21.907 INFO STEP 106: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
44612024-10-14T03:51:22.647Z[ recovery-image] Oct 14 03:51:21.934 INFO O| Oct 14 03:51:21.934 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/bunzip2"
44622024-10-14T03:51:22.661Z[ recovery-image] Oct 14 03:51:21.934 INFO O| Oct 14 03:51:21.934 INFO STEP 106 (remove_files) COMPLETE
44632024-10-14T03:51:22.661Z[ recovery-image] Oct 14 03:51:21.934 INFO O| Oct 14 03:51:21.934 INFO STEP 107: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
44642024-10-14T03:51:22.676Z[ recovery-image] Oct 14 03:51:21.963 INFO O| Oct 14 03:51:21.963 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/busstat"
44652024-10-14T03:51:22.676Z[ recovery-image] Oct 14 03:51:21.963 INFO O| Oct 14 03:51:21.963 INFO STEP 107 (remove_files) COMPLETE
44662024-10-14T03:51:22.676Z[ recovery-image] Oct 14 03:51:21.963 INFO O| Oct 14 03:51:21.963 INFO STEP 108: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
44672024-10-14T03:51:22.694Z[ recovery-image] Oct 14 03:51:21.981 INFO O| Oct 14 03:51:21.981 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/bzcat"
44682024-10-14T03:51:22.694Z[ recovery-image] Oct 14 03:51:21.981 INFO O| Oct 14 03:51:21.981 INFO STEP 108 (remove_files) COMPLETE
44692024-10-14T03:51:22.694Z[ recovery-image] Oct 14 03:51:21.981 INFO O| Oct 14 03:51:21.981 INFO STEP 109: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
44702024-10-14T03:51:22.742Z[ recovery-image] Oct 14 03:51:22.029 INFO O| Oct 14 03:51:22.029 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/bzdiff"
44712024-10-14T03:51:22.745Z[ recovery-image] Oct 14 03:51:22.030 INFO O| Oct 14 03:51:22.030 INFO STEP 109 (remove_files) COMPLETE
44722024-10-14T03:51:22.745Z[ recovery-image] Oct 14 03:51:22.030 INFO O| Oct 14 03:51:22.030 INFO STEP 110: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
44732024-10-14T03:51:22.777Z[ recovery-image] Oct 14 03:51:22.065 INFO O| Oct 14 03:51:22.065 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/bzgrep"
44742024-10-14T03:51:22.777Z[ recovery-image] Oct 14 03:51:22.065 INFO O| Oct 14 03:51:22.065 INFO STEP 110 (remove_files) COMPLETE
44752024-10-14T03:51:22.780Z[ recovery-image] Oct 14 03:51:22.065 INFO O| Oct 14 03:51:22.065 INFO STEP 111: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
44762024-10-14T03:51:22.812Z[ recovery-image] Oct 14 03:51:22.099 INFO O| Oct 14 03:51:22.099 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/bzip2"
44772024-10-14T03:51:22.812Z[ recovery-image] Oct 14 03:51:22.099 INFO O| Oct 14 03:51:22.099 INFO STEP 111 (remove_files) COMPLETE
44782024-10-14T03:51:22.812Z[ recovery-image] Oct 14 03:51:22.099 INFO O| Oct 14 03:51:22.099 INFO STEP 112: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
44792024-10-14T03:51:22.831Z[ recovery-image] Oct 14 03:51:22.118 INFO O| Oct 14 03:51:22.118 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/bzip2recover"
44802024-10-14T03:51:22.831Z[ recovery-image] Oct 14 03:51:22.118 INFO O| Oct 14 03:51:22.118 INFO STEP 112 (remove_files) COMPLETE
44812024-10-14T03:51:22.831Z[ recovery-image] Oct 14 03:51:22.118 INFO O| Oct 14 03:51:22.118 INFO STEP 113: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
44822024-10-14T03:51:22.831Z[ host-image] Oct 14 03:51:22.119 INFO O| Oct 14 03:51:22.118 INFO O| Planning: Fetching manifests: 6/6 100% complete
44832024-10-14T03:51:22.849Z[ recovery-image] Oct 14 03:51:22.136 INFO O| Oct 14 03:51:22.136 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/bzmore"
44842024-10-14T03:51:22.852Z[ recovery-image] Oct 14 03:51:22.137 INFO O| Oct 14 03:51:22.137 INFO STEP 113 (remove_files) COMPLETE
44852024-10-14T03:51:22.852Z[ recovery-image] Oct 14 03:51:22.137 INFO O| Oct 14 03:51:22.137 INFO STEP 114: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
44862024-10-14T03:51:22.878Z[ recovery-image] Oct 14 03:51:22.164 INFO O| Oct 14 03:51:22.164 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/cal"
44872024-10-14T03:51:22.878Z[ recovery-image] Oct 14 03:51:22.164 INFO O| Oct 14 03:51:22.164 INFO STEP 114 (remove_files) COMPLETE
44882024-10-14T03:51:22.879Z[ recovery-image] Oct 14 03:51:22.164 INFO O| Oct 14 03:51:22.164 INFO STEP 115: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
44892024-10-14T03:51:22.888Z[ host-image] Oct 14 03:51:22.175 INFO O| Oct 14 03:51:22.175 INFO O| Planning: Package planning ... Done
44902024-10-14T03:51:22.911Z[ recovery-image] Oct 14 03:51:22.198 INFO O| Oct 14 03:51:22.198 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/captoinfo"
44912024-10-14T03:51:22.911Z[ recovery-image] Oct 14 03:51:22.199 INFO O| Oct 14 03:51:22.199 INFO STEP 115 (remove_files) COMPLETE
44922024-10-14T03:51:22.911Z[ recovery-image] Oct 14 03:51:22.199 INFO O| Oct 14 03:51:22.199 INFO STEP 116: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
44932024-10-14T03:51:22.926Z[ host-image] Oct 14 03:51:22.213 INFO O| Oct 14 03:51:22.213 INFO O| Planning: Merging actions ... Done
44942024-10-14T03:51:22.953Z[ recovery-image] Oct 14 03:51:22.240 INFO O| Oct 14 03:51:22.239 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/cd"
44952024-10-14T03:51:22.953Z[ recovery-image] Oct 14 03:51:22.240 INFO O| Oct 14 03:51:22.240 INFO STEP 116 (remove_files) COMPLETE
44962024-10-14T03:51:22.956Z[ recovery-image] Oct 14 03:51:22.240 INFO O| Oct 14 03:51:22.240 INFO STEP 117: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
44972024-10-14T03:51:22.973Z[ recovery-image] Oct 14 03:51:22.260 INFO O| Oct 14 03:51:22.260 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/certutil"
44982024-10-14T03:51:22.973Z[ recovery-image] Oct 14 03:51:22.260 INFO O| Oct 14 03:51:22.260 INFO STEP 117 (remove_files) COMPLETE
44992024-10-14T03:51:22.973Z[ recovery-image] Oct 14 03:51:22.260 INFO O| Oct 14 03:51:22.260 INFO STEP 118: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
45002024-10-14T03:51:22.991Z[ recovery-image] Oct 14 03:51:22.278 INFO O| Oct 14 03:51:22.278 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/checkbandwidth"
45012024-10-14T03:51:22.991Z[ recovery-image] Oct 14 03:51:22.278 INFO O| Oct 14 03:51:22.278 INFO STEP 118 (remove_files) COMPLETE
45022024-10-14T03:51:22.994Z[ recovery-image] Oct 14 03:51:22.279 INFO O| Oct 14 03:51:22.278 INFO STEP 119: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
45032024-10-14T03:51:23.009Z[ recovery-image] Oct 14 03:51:22.296 INFO O| Oct 14 03:51:22.296 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/chgrp"
45042024-10-14T03:51:23.009Z[ recovery-image] Oct 14 03:51:22.296 INFO O| Oct 14 03:51:22.296 INFO STEP 119 (remove_files) COMPLETE
45052024-10-14T03:51:23.009Z[ recovery-image] Oct 14 03:51:22.296 INFO O| Oct 14 03:51:22.296 INFO STEP 120: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
45062024-10-14T03:51:23.025Z[ recovery-image] Oct 14 03:51:22.313 INFO O| Oct 14 03:51:22.312 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/chronyc"
45072024-10-14T03:51:23.026Z[ recovery-image] Oct 14 03:51:22.313 INFO O| Oct 14 03:51:22.313 INFO STEP 120 (remove_files) COMPLETE
45082024-10-14T03:51:23.026Z[ recovery-image] Oct 14 03:51:22.313 INFO O| Oct 14 03:51:22.313 INFO STEP 121: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
45092024-10-14T03:51:23.043Z[ recovery-image] Oct 14 03:51:22.330 INFO O| Oct 14 03:51:22.330 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/ckdate"
45102024-10-14T03:51:23.043Z[ recovery-image] Oct 14 03:51:22.330 INFO O| Oct 14 03:51:22.330 INFO STEP 121 (remove_files) COMPLETE
45112024-10-14T03:51:23.045Z[ recovery-image] Oct 14 03:51:22.330 INFO O| Oct 14 03:51:22.330 INFO STEP 122: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
45122024-10-14T03:51:23.060Z[ recovery-image] Oct 14 03:51:22.347 INFO O| Oct 14 03:51:22.347 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/ckgid"
45132024-10-14T03:51:23.060Z[ recovery-image] Oct 14 03:51:22.347 INFO O| Oct 14 03:51:22.347 INFO STEP 122 (remove_files) COMPLETE
45142024-10-14T03:51:23.060Z[ recovery-image] Oct 14 03:51:22.347 INFO O| Oct 14 03:51:22.347 INFO STEP 123: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
45152024-10-14T03:51:23.076Z[ recovery-image] Oct 14 03:51:22.363 INFO O| Oct 14 03:51:22.363 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/ckint"
45162024-10-14T03:51:23.076Z[ recovery-image] Oct 14 03:51:22.363 INFO O| Oct 14 03:51:22.363 INFO STEP 123 (remove_files) COMPLETE
45172024-10-14T03:51:23.076Z[ recovery-image] Oct 14 03:51:22.363 INFO O| Oct 14 03:51:22.363 INFO STEP 124: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
45182024-10-14T03:51:23.097Z[ host-image] Oct 14 03:51:22.384 INFO O| Oct 14 03:51:22.384 INFO O| Planning: Checking for conflicting actions ... Done
45192024-10-14T03:51:23.104Z[ host-image] Oct 14 03:51:22.391 INFO O| Oct 14 03:51:22.391 INFO O| Planning: Consolidating action changes ... Done
45202024-10-14T03:51:23.135Z[ recovery-image] Oct 14 03:51:22.422 INFO O| Oct 14 03:51:22.422 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/ckitem"
45212024-10-14T03:51:23.135Z[ recovery-image] Oct 14 03:51:22.422 INFO O| Oct 14 03:51:22.422 INFO STEP 124 (remove_files) COMPLETE
45222024-10-14T03:51:23.135Z[ recovery-image] Oct 14 03:51:22.422 INFO O| Oct 14 03:51:22.422 INFO STEP 125: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
45232024-10-14T03:51:23.187Z[ recovery-image] Oct 14 03:51:22.474 INFO O| Oct 14 03:51:22.474 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/ckkeywd"
45242024-10-14T03:51:23.187Z[ recovery-image] Oct 14 03:51:22.474 INFO O| Oct 14 03:51:22.474 INFO STEP 125 (remove_files) COMPLETE
45252024-10-14T03:51:23.189Z[ recovery-image] Oct 14 03:51:22.474 INFO O| Oct 14 03:51:22.474 INFO STEP 126: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
45262024-10-14T03:51:23.204Z[ recovery-image] Oct 14 03:51:22.491 INFO O| Oct 14 03:51:22.491 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/ckpath"
45272024-10-14T03:51:23.204Z[ recovery-image] Oct 14 03:51:22.491 INFO O| Oct 14 03:51:22.491 INFO STEP 126 (remove_files) COMPLETE
45282024-10-14T03:51:23.207Z[ recovery-image] Oct 14 03:51:22.491 INFO O| Oct 14 03:51:22.491 INFO STEP 127: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
45292024-10-14T03:51:23.221Z[ recovery-image] Oct 14 03:51:22.508 INFO O| Oct 14 03:51:22.508 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/ckrange"
45302024-10-14T03:51:23.221Z[ recovery-image] Oct 14 03:51:22.508 INFO O| Oct 14 03:51:22.508 INFO STEP 127 (remove_files) COMPLETE
45312024-10-14T03:51:23.221Z[ recovery-image] Oct 14 03:51:22.508 INFO O| Oct 14 03:51:22.508 INFO STEP 128: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
45322024-10-14T03:51:23.238Z[ recovery-image] Oct 14 03:51:22.525 INFO O| Oct 14 03:51:22.525 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/ckstr"
45332024-10-14T03:51:23.238Z[ recovery-image] Oct 14 03:51:22.525 INFO O| Oct 14 03:51:22.525 INFO STEP 128 (remove_files) COMPLETE
45342024-10-14T03:51:23.238Z[ recovery-image] Oct 14 03:51:22.525 INFO O| Oct 14 03:51:22.525 INFO STEP 129: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
45352024-10-14T03:51:23.269Z[ recovery-image] Oct 14 03:51:22.555 INFO O| Oct 14 03:51:22.555 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/cksum"
45362024-10-14T03:51:23.269Z[ recovery-image] Oct 14 03:51:22.555 INFO O| Oct 14 03:51:22.555 INFO STEP 129 (remove_files) COMPLETE
45372024-10-14T03:51:23.269Z[ recovery-image] Oct 14 03:51:22.555 INFO O| Oct 14 03:51:22.555 INFO STEP 130: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
45382024-10-14T03:51:23.306Z[ recovery-image] Oct 14 03:51:22.593 INFO O| Oct 14 03:51:22.593 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/cktime"
45392024-10-14T03:51:23.306Z[ recovery-image] Oct 14 03:51:22.593 INFO O| Oct 14 03:51:22.593 INFO STEP 130 (remove_files) COMPLETE
45402024-10-14T03:51:23.306Z[ recovery-image] Oct 14 03:51:22.593 INFO O| Oct 14 03:51:22.593 INFO STEP 131: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
45412024-10-14T03:51:23.339Z[ recovery-image] Oct 14 03:51:22.626 INFO O| Oct 14 03:51:22.626 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/ckuid"
45422024-10-14T03:51:23.339Z[ recovery-image] Oct 14 03:51:22.626 INFO O| Oct 14 03:51:22.626 INFO STEP 131 (remove_files) COMPLETE
45432024-10-14T03:51:23.342Z[ recovery-image] Oct 14 03:51:22.626 INFO O| Oct 14 03:51:22.626 INFO STEP 132: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
45442024-10-14T03:51:23.357Z[ recovery-image] Oct 14 03:51:22.644 INFO O| Oct 14 03:51:22.644 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/ckyorn"
45452024-10-14T03:51:23.359Z[ recovery-image] Oct 14 03:51:22.644 INFO O| Oct 14 03:51:22.644 INFO STEP 132 (remove_files) COMPLETE
45462024-10-14T03:51:23.359Z[ recovery-image] Oct 14 03:51:22.644 INFO O| Oct 14 03:51:22.644 INFO STEP 133: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
45472024-10-14T03:51:23.375Z[ recovery-image] Oct 14 03:51:22.662 INFO O| Oct 14 03:51:22.662 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/clear"
45482024-10-14T03:51:23.377Z[ recovery-image] Oct 14 03:51:22.663 INFO O| Oct 14 03:51:22.662 INFO STEP 133 (remove_files) COMPLETE
45492024-10-14T03:51:23.377Z[ recovery-image] Oct 14 03:51:22.663 INFO O| Oct 14 03:51:22.663 INFO STEP 134: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
45502024-10-14T03:51:23.412Z[ recovery-image] Oct 14 03:51:22.699 INFO O| Oct 14 03:51:22.699 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/cmp"
45512024-10-14T03:51:23.412Z[ recovery-image] Oct 14 03:51:22.699 INFO O| Oct 14 03:51:22.699 INFO STEP 134 (remove_files) COMPLETE
45522024-10-14T03:51:23.412Z[ recovery-image] Oct 14 03:51:22.699 INFO O| Oct 14 03:51:22.699 INFO STEP 135: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
45532024-10-14T03:51:23.432Z[ recovery-image] Oct 14 03:51:22.719 INFO O| Oct 14 03:51:22.718 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/col"
45542024-10-14T03:51:23.432Z[ recovery-image] Oct 14 03:51:22.719 INFO O| Oct 14 03:51:22.719 INFO STEP 135 (remove_files) COMPLETE
45552024-10-14T03:51:23.432Z[ recovery-image] Oct 14 03:51:22.719 INFO O| Oct 14 03:51:22.719 INFO STEP 136: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
45562024-10-14T03:51:23.491Z[ recovery-image] Oct 14 03:51:22.778 INFO O| Oct 14 03:51:22.778 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/comm"
45572024-10-14T03:51:23.494Z[ recovery-image] Oct 14 03:51:22.778 INFO O| Oct 14 03:51:22.778 INFO STEP 136 (remove_files) COMPLETE
45582024-10-14T03:51:23.494Z[ recovery-image] Oct 14 03:51:22.779 INFO O| Oct 14 03:51:22.778 INFO STEP 137: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
45592024-10-14T03:51:23.510Z[ recovery-image] Oct 14 03:51:22.798 INFO O| Oct 14 03:51:22.797 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/command"
45602024-10-14T03:51:23.513Z[ recovery-image] Oct 14 03:51:22.798 INFO O| Oct 14 03:51:22.798 INFO STEP 137 (remove_files) COMPLETE
45612024-10-14T03:51:23.513Z[ recovery-image] Oct 14 03:51:22.798 INFO O| Oct 14 03:51:22.798 INFO STEP 138: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
45622024-10-14T03:51:23.528Z[ recovery-image] Oct 14 03:51:22.815 INFO O| Oct 14 03:51:22.815 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/compress"
45632024-10-14T03:51:23.528Z[ recovery-image] Oct 14 03:51:22.815 INFO O| Oct 14 03:51:22.815 INFO STEP 138 (remove_files) COMPLETE
45642024-10-14T03:51:23.528Z[ recovery-image] Oct 14 03:51:22.815 INFO O| Oct 14 03:51:22.815 INFO STEP 139: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
45652024-10-14T03:51:23.545Z[ recovery-image] Oct 14 03:51:22.833 INFO O| Oct 14 03:51:22.832 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/connstat"
45662024-10-14T03:51:23.545Z[ recovery-image] Oct 14 03:51:22.833 INFO O| Oct 14 03:51:22.833 INFO STEP 139 (remove_files) COMPLETE
45672024-10-14T03:51:23.545Z[ recovery-image] Oct 14 03:51:22.833 INFO O| Oct 14 03:51:22.833 INFO STEP 140: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
45682024-10-14T03:51:23.563Z[ recovery-image] Oct 14 03:51:22.850 INFO O| Oct 14 03:51:22.850 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/cpio"
45692024-10-14T03:51:23.563Z[ recovery-image] Oct 14 03:51:22.850 INFO O| Oct 14 03:51:22.850 INFO STEP 140 (remove_files) COMPLETE
45702024-10-14T03:51:23.565Z[ recovery-image] Oct 14 03:51:22.850 INFO O| Oct 14 03:51:22.850 INFO STEP 141: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
45712024-10-14T03:51:23.580Z[ recovery-image] Oct 14 03:51:22.867 INFO O| Oct 14 03:51:22.867 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/cputrack"
45722024-10-14T03:51:23.580Z[ recovery-image] Oct 14 03:51:22.867 INFO O| Oct 14 03:51:22.867 INFO STEP 141 (remove_files) COMPLETE
45732024-10-14T03:51:23.580Z[ recovery-image] Oct 14 03:51:22.867 INFO O| Oct 14 03:51:22.867 INFO STEP 142: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
45742024-10-14T03:51:23.583Z[ host-image] Oct 14 03:51:22.868 INFO O| Oct 14 03:51:22.868 INFO O| Planning: Evaluating mediators ... Done
45752024-10-14T03:51:23.587Z[ host-image] Oct 14 03:51:22.875 INFO O| Oct 14 03:51:22.874 INFO O| Planning: Planning completed in 4.71 seconds
45762024-10-14T03:51:23.590Z[ host-image] Oct 14 03:51:22.877 INFO O| Oct 14 03:51:22.877 INFO O| Packages to install: 6
45772024-10-14T03:51:23.590Z[ host-image] Oct 14 03:51:22.877 INFO O| Oct 14 03:51:22.877 INFO O| Mediators to change: 1
45782024-10-14T03:51:23.592Z[ host-image] Oct 14 03:51:22.877 INFO O| Oct 14 03:51:22.877 INFO O| Services to change: 1
45792024-10-14T03:51:23.629Z[ recovery-image] Oct 14 03:51:22.916 INFO O| Oct 14 03:51:22.916 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/crle"
45802024-10-14T03:51:23.631Z[ recovery-image] Oct 14 03:51:22.916 INFO O| Oct 14 03:51:22.916 INFO STEP 142 (remove_files) COMPLETE
45812024-10-14T03:51:23.631Z[ recovery-image] Oct 14 03:51:22.916 INFO O| Oct 14 03:51:22.916 INFO STEP 143: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
45822024-10-14T03:51:23.634Z[ host-image] Oct 14 03:51:22.921 INFO O| Oct 14 03:51:22.921 INFO O| Download: 0/1140 items 0.0/8.4MB 0% complete
45832024-10-14T03:51:23.664Z[ recovery-image] Oct 14 03:51:22.951 INFO O| Oct 14 03:51:22.951 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/crontab"
45842024-10-14T03:51:23.664Z[ recovery-image] Oct 14 03:51:22.951 INFO O| Oct 14 03:51:22.951 INFO STEP 143 (remove_files) COMPLETE
45852024-10-14T03:51:23.664Z[ recovery-image] Oct 14 03:51:22.951 INFO O| Oct 14 03:51:22.951 INFO STEP 144: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
45862024-10-14T03:51:23.701Z[ recovery-image] Oct 14 03:51:22.988 INFO O| Oct 14 03:51:22.988 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/crypt"
45872024-10-14T03:51:23.703Z[ recovery-image] Oct 14 03:51:22.988 INFO O| Oct 14 03:51:22.988 INFO STEP 144 (remove_files) COMPLETE
45882024-10-14T03:51:23.705Z[ recovery-image] Oct 14 03:51:22.988 INFO O| Oct 14 03:51:22.988 INFO STEP 145: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
45892024-10-14T03:51:23.720Z[ recovery-image] Oct 14 03:51:23.007 INFO O| Oct 14 03:51:23.007 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/csh"
45902024-10-14T03:51:23.722Z[ recovery-image] Oct 14 03:51:23.007 INFO O| Oct 14 03:51:23.007 INFO STEP 145 (remove_files) COMPLETE
45912024-10-14T03:51:23.722Z[ recovery-image] Oct 14 03:51:23.007 INFO O| Oct 14 03:51:23.007 INFO STEP 146: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
45922024-10-14T03:51:23.740Z[ recovery-image] Oct 14 03:51:23.027 INFO O| Oct 14 03:51:23.027 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/csplit"
45932024-10-14T03:51:23.742Z[ recovery-image] Oct 14 03:51:23.027 INFO O| Oct 14 03:51:23.027 INFO STEP 146 (remove_files) COMPLETE
45942024-10-14T03:51:23.742Z[ recovery-image] Oct 14 03:51:23.028 INFO O| Oct 14 03:51:23.027 INFO STEP 147: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
45952024-10-14T03:51:23.759Z[ recovery-image] Oct 14 03:51:23.046 INFO O| Oct 14 03:51:23.046 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/curl"
45962024-10-14T03:51:23.761Z[ recovery-image] Oct 14 03:51:23.046 INFO O| Oct 14 03:51:23.046 INFO STEP 147 (remove_files) COMPLETE
45972024-10-14T03:51:23.761Z[ recovery-image] Oct 14 03:51:23.046 INFO O| Oct 14 03:51:23.046 INFO STEP 148: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
45982024-10-14T03:51:23.776Z[ recovery-image] Oct 14 03:51:23.063 INFO O| Oct 14 03:51:23.063 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/curl-config"
45992024-10-14T03:51:23.779Z[ recovery-image] Oct 14 03:51:23.064 INFO O| Oct 14 03:51:23.064 INFO STEP 148 (remove_files) COMPLETE
46002024-10-14T03:51:23.779Z[ recovery-image] Oct 14 03:51:23.064 INFO O| Oct 14 03:51:23.064 INFO STEP 149: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
46012024-10-14T03:51:23.831Z[ recovery-image] Oct 14 03:51:23.118 INFO O| Oct 14 03:51:23.118 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/dc"
46022024-10-14T03:51:23.831Z[ recovery-image] Oct 14 03:51:23.118 INFO O| Oct 14 03:51:23.118 INFO STEP 149 (remove_files) COMPLETE
46032024-10-14T03:51:23.831Z[ recovery-image] Oct 14 03:51:23.118 INFO O| Oct 14 03:51:23.118 INFO STEP 150: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
46042024-10-14T03:51:23.856Z[ recovery-image] Oct 14 03:51:23.143 INFO O| Oct 14 03:51:23.143 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/decrypt"
46052024-10-14T03:51:23.856Z[ recovery-image] Oct 14 03:51:23.143 INFO O| Oct 14 03:51:23.143 INFO STEP 150 (remove_files) COMPLETE
46062024-10-14T03:51:23.856Z[ recovery-image] Oct 14 03:51:23.143 INFO O| Oct 14 03:51:23.143 INFO STEP 151: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
46072024-10-14T03:51:23.897Z[ recovery-image] Oct 14 03:51:23.184 INFO O| Oct 14 03:51:23.184 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/devattr"
46082024-10-14T03:51:23.897Z[ recovery-image] Oct 14 03:51:23.184 INFO O| Oct 14 03:51:23.184 INFO STEP 151 (remove_files) COMPLETE
46092024-10-14T03:51:23.897Z[ recovery-image] Oct 14 03:51:23.184 INFO O| Oct 14 03:51:23.184 INFO STEP 152: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
46102024-10-14T03:51:23.932Z[ recovery-image] Oct 14 03:51:23.219 INFO O| Oct 14 03:51:23.218 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/devfree"
46112024-10-14T03:51:23.932Z[ recovery-image] Oct 14 03:51:23.219 INFO O| Oct 14 03:51:23.219 INFO STEP 152 (remove_files) COMPLETE
46122024-10-14T03:51:23.934Z[ recovery-image] Oct 14 03:51:23.219 INFO O| Oct 14 03:51:23.219 INFO STEP 153: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
46132024-10-14T03:51:23.951Z[ recovery-image] Oct 14 03:51:23.238 INFO O| Oct 14 03:51:23.238 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/devreserv"
46142024-10-14T03:51:23.952Z[ recovery-image] Oct 14 03:51:23.239 INFO O| Oct 14 03:51:23.238 INFO STEP 153 (remove_files) COMPLETE
46152024-10-14T03:51:23.954Z[ recovery-image] Oct 14 03:51:23.239 INFO O| Oct 14 03:51:23.238 INFO STEP 154: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
46162024-10-14T03:51:23.971Z[ recovery-image] Oct 14 03:51:23.258 INFO O| Oct 14 03:51:23.258 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/diff3"
46172024-10-14T03:51:23.971Z[ recovery-image] Oct 14 03:51:23.258 INFO O| Oct 14 03:51:23.258 INFO STEP 154 (remove_files) COMPLETE
46182024-10-14T03:51:23.973Z[ recovery-image] Oct 14 03:51:23.258 INFO O| Oct 14 03:51:23.258 INFO STEP 155: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
46192024-10-14T03:51:23.990Z[ recovery-image] Oct 14 03:51:23.277 INFO O| Oct 14 03:51:23.277 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/digest"
46202024-10-14T03:51:23.990Z[ recovery-image] Oct 14 03:51:23.277 INFO O| Oct 14 03:51:23.277 INFO STEP 155 (remove_files) COMPLETE
46212024-10-14T03:51:23.992Z[ recovery-image] Oct 14 03:51:23.277 INFO O| Oct 14 03:51:23.277 INFO STEP 156: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
46222024-10-14T03:51:24.010Z[ recovery-image] Oct 14 03:51:23.297 INFO O| Oct 14 03:51:23.297 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/dircmp"
46232024-10-14T03:51:24.010Z[ recovery-image] Oct 14 03:51:23.297 INFO O| Oct 14 03:51:23.297 INFO STEP 156 (remove_files) COMPLETE
46242024-10-14T03:51:24.010Z[ recovery-image] Oct 14 03:51:23.297 INFO O| Oct 14 03:51:23.297 INFO STEP 157: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
46252024-10-14T03:51:24.028Z[ recovery-image] Oct 14 03:51:23.315 INFO O| Oct 14 03:51:23.315 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/dirname"
46262024-10-14T03:51:24.028Z[ recovery-image] Oct 14 03:51:23.316 INFO O| Oct 14 03:51:23.316 INFO STEP 157 (remove_files) COMPLETE
46272024-10-14T03:51:24.031Z[ recovery-image] Oct 14 03:51:23.316 INFO O| Oct 14 03:51:23.316 INFO STEP 158: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
46282024-10-14T03:51:24.046Z[ recovery-image] Oct 14 03:51:23.334 INFO O| Oct 14 03:51:23.333 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/diskinfo"
46292024-10-14T03:51:24.047Z[ recovery-image] Oct 14 03:51:23.334 INFO O| Oct 14 03:51:23.334 INFO STEP 158 (remove_files) COMPLETE
46302024-10-14T03:51:24.049Z[ recovery-image] Oct 14 03:51:23.334 INFO O| Oct 14 03:51:23.334 INFO STEP 159: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
46312024-10-14T03:51:24.065Z[ recovery-image] Oct 14 03:51:23.352 INFO O| Oct 14 03:51:23.352 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/diskscan"
46322024-10-14T03:51:24.065Z[ recovery-image] Oct 14 03:51:23.352 INFO O| Oct 14 03:51:23.352 INFO STEP 159 (remove_files) COMPLETE
46332024-10-14T03:51:24.069Z[ recovery-image] Oct 14 03:51:23.352 INFO O| Oct 14 03:51:23.352 INFO STEP 160: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
46342024-10-14T03:51:24.085Z[ recovery-image] Oct 14 03:51:23.372 INFO O| Oct 14 03:51:23.372 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/dispgid"
46352024-10-14T03:51:24.085Z[ recovery-image] Oct 14 03:51:23.372 INFO O| Oct 14 03:51:23.372 INFO STEP 160 (remove_files) COMPLETE
46362024-10-14T03:51:24.088Z[ recovery-image] Oct 14 03:51:23.372 INFO O| Oct 14 03:51:23.372 INFO STEP 161: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
46372024-10-14T03:51:24.105Z[ recovery-image] Oct 14 03:51:23.392 INFO O| Oct 14 03:51:23.392 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/dispuid"
46382024-10-14T03:51:24.105Z[ recovery-image] Oct 14 03:51:23.392 INFO O| Oct 14 03:51:23.392 INFO STEP 161 (remove_files) COMPLETE
46392024-10-14T03:51:24.105Z[ recovery-image] Oct 14 03:51:23.392 INFO O| Oct 14 03:51:23.392 INFO STEP 162: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
46402024-10-14T03:51:24.133Z[ recovery-image] Oct 14 03:51:23.419 INFO O| Oct 14 03:51:23.419 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/dos2unix"
46412024-10-14T03:51:24.133Z[ recovery-image] Oct 14 03:51:23.419 INFO O| Oct 14 03:51:23.419 INFO STEP 162 (remove_files) COMPLETE
46422024-10-14T03:51:24.136Z[ recovery-image] Oct 14 03:51:23.419 INFO O| Oct 14 03:51:23.419 INFO STEP 163: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
46432024-10-14T03:51:24.151Z[ recovery-image] Oct 14 03:51:23.438 INFO O| Oct 14 03:51:23.438 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/du"
46442024-10-14T03:51:24.157Z[ recovery-image] Oct 14 03:51:23.444 INFO O| Oct 14 03:51:23.444 INFO STEP 163 (remove_files) COMPLETE
46452024-10-14T03:51:24.157Z[ recovery-image] Oct 14 03:51:23.444 INFO O| Oct 14 03:51:23.444 INFO STEP 164: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
46462024-10-14T03:51:24.174Z[ recovery-image] Oct 14 03:51:23.461 INFO O| Oct 14 03:51:23.461 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/dumpcs"
46472024-10-14T03:51:24.174Z[ recovery-image] Oct 14 03:51:23.462 INFO O| Oct 14 03:51:23.462 INFO STEP 164 (remove_files) COMPLETE
46482024-10-14T03:51:24.177Z[ recovery-image] Oct 14 03:51:23.462 INFO O| Oct 14 03:51:23.462 INFO STEP 165: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
46492024-10-14T03:51:24.192Z[ recovery-image] Oct 14 03:51:23.479 INFO O| Oct 14 03:51:23.479 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/dumpkeys"
46502024-10-14T03:51:24.192Z[ recovery-image] Oct 14 03:51:23.479 INFO O| Oct 14 03:51:23.479 INFO STEP 165 (remove_files) COMPLETE
46512024-10-14T03:51:24.194Z[ recovery-image] Oct 14 03:51:23.479 INFO O| Oct 14 03:51:23.479 INFO STEP 166: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
46522024-10-14T03:51:24.210Z[ recovery-image] Oct 14 03:51:23.497 INFO O| Oct 14 03:51:23.497 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/edit"
46532024-10-14T03:51:24.210Z[ recovery-image] Oct 14 03:51:23.497 INFO O| Oct 14 03:51:23.497 INFO STEP 166 (remove_files) COMPLETE
46542024-10-14T03:51:24.210Z[ recovery-image] Oct 14 03:51:23.497 INFO O| Oct 14 03:51:23.497 INFO STEP 167: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
46552024-10-14T03:51:24.228Z[ recovery-image] Oct 14 03:51:23.515 INFO O| Oct 14 03:51:23.515 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/eject"
46562024-10-14T03:51:24.228Z[ recovery-image] Oct 14 03:51:23.515 INFO O| Oct 14 03:51:23.515 INFO STEP 167 (remove_files) COMPLETE
46572024-10-14T03:51:24.228Z[ recovery-image] Oct 14 03:51:23.515 INFO O| Oct 14 03:51:23.515 INFO STEP 168: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
46582024-10-14T03:51:24.248Z[ recovery-image] Oct 14 03:51:23.535 INFO O| Oct 14 03:51:23.535 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/elfsign"
46592024-10-14T03:51:24.248Z[ recovery-image] Oct 14 03:51:23.535 INFO O| Oct 14 03:51:23.535 INFO STEP 168 (remove_files) COMPLETE
46602024-10-14T03:51:24.250Z[ recovery-image] Oct 14 03:51:23.535 INFO O| Oct 14 03:51:23.535 INFO STEP 169: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
46612024-10-14T03:51:24.267Z[ recovery-image] Oct 14 03:51:23.554 INFO O| Oct 14 03:51:23.554 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/elfwrap"
46622024-10-14T03:51:24.267Z[ recovery-image] Oct 14 03:51:23.554 INFO O| Oct 14 03:51:23.554 INFO STEP 169 (remove_files) COMPLETE
46632024-10-14T03:51:24.267Z[ recovery-image] Oct 14 03:51:23.554 INFO O| Oct 14 03:51:23.554 INFO STEP 170: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
46642024-10-14T03:51:24.284Z[ recovery-image] Oct 14 03:51:23.571 INFO O| Oct 14 03:51:23.571 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/encode_keychange"
46652024-10-14T03:51:24.284Z[ recovery-image] Oct 14 03:51:23.571 INFO O| Oct 14 03:51:23.571 INFO STEP 170 (remove_files) COMPLETE
46662024-10-14T03:51:24.287Z[ recovery-image] Oct 14 03:51:23.571 INFO O| Oct 14 03:51:23.571 INFO STEP 171: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
46672024-10-14T03:51:24.303Z[ recovery-image] Oct 14 03:51:23.590 INFO O| Oct 14 03:51:23.590 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/encrypt"
46682024-10-14T03:51:24.303Z[ recovery-image] Oct 14 03:51:23.590 INFO O| Oct 14 03:51:23.590 INFO STEP 171 (remove_files) COMPLETE
46692024-10-14T03:51:24.303Z[ recovery-image] Oct 14 03:51:23.590 INFO O| Oct 14 03:51:23.590 INFO STEP 172: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
46702024-10-14T03:51:24.339Z[ recovery-image] Oct 14 03:51:23.624 INFO O| Oct 14 03:51:23.624 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/enhance"
46712024-10-14T03:51:24.341Z[ recovery-image] Oct 14 03:51:23.624 INFO O| Oct 14 03:51:23.624 INFO STEP 172 (remove_files) COMPLETE
46722024-10-14T03:51:24.341Z[ recovery-image] Oct 14 03:51:23.625 INFO O| Oct 14 03:51:23.625 INFO STEP 173: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
46732024-10-14T03:51:24.395Z[ recovery-image] Oct 14 03:51:23.682 INFO O| Oct 14 03:51:23.682 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/env"
46742024-10-14T03:51:24.397Z[ recovery-image] Oct 14 03:51:23.682 INFO O| Oct 14 03:51:23.682 INFO STEP 173 (remove_files) COMPLETE
46752024-10-14T03:51:24.397Z[ recovery-image] Oct 14 03:51:23.682 INFO O| Oct 14 03:51:23.682 INFO STEP 174: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
46762024-10-14T03:51:24.414Z[ recovery-image] Oct 14 03:51:23.702 INFO O| Oct 14 03:51:23.701 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/etdump"
46772024-10-14T03:51:24.417Z[ recovery-image] Oct 14 03:51:23.702 INFO O| Oct 14 03:51:23.702 INFO STEP 174 (remove_files) COMPLETE
46782024-10-14T03:51:24.417Z[ recovery-image] Oct 14 03:51:23.702 INFO O| Oct 14 03:51:23.702 INFO STEP 175: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
46792024-10-14T03:51:24.433Z[ recovery-image] Oct 14 03:51:23.720 INFO O| Oct 14 03:51:23.720 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/expand"
46802024-10-14T03:51:24.435Z[ recovery-image] Oct 14 03:51:23.720 INFO O| Oct 14 03:51:23.720 INFO STEP 175 (remove_files) COMPLETE
46812024-10-14T03:51:24.435Z[ recovery-image] Oct 14 03:51:23.720 INFO O| Oct 14 03:51:23.720 INFO STEP 176: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
46822024-10-14T03:51:24.451Z[ recovery-image] Oct 14 03:51:23.738 INFO O| Oct 14 03:51:23.738 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/exstr"
46832024-10-14T03:51:24.453Z[ recovery-image] Oct 14 03:51:23.738 INFO O| Oct 14 03:51:23.738 INFO STEP 176 (remove_files) COMPLETE
46842024-10-14T03:51:24.453Z[ recovery-image] Oct 14 03:51:23.738 INFO O| Oct 14 03:51:23.738 INFO STEP 177: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
46852024-10-14T03:51:24.508Z[ recovery-image] Oct 14 03:51:23.795 INFO O| Oct 14 03:51:23.795 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/factor"
46862024-10-14T03:51:24.510Z[ recovery-image] Oct 14 03:51:23.795 INFO O| Oct 14 03:51:23.795 INFO STEP 177 (remove_files) COMPLETE
46872024-10-14T03:51:24.510Z[ recovery-image] Oct 14 03:51:23.795 INFO O| Oct 14 03:51:23.795 INFO STEP 178: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
46882024-10-14T03:51:24.526Z[ recovery-image] Oct 14 03:51:23.813 INFO O| Oct 14 03:51:23.813 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/false"
46892024-10-14T03:51:24.529Z[ recovery-image] Oct 14 03:51:23.814 INFO O| Oct 14 03:51:23.814 INFO STEP 178 (remove_files) COMPLETE
46902024-10-14T03:51:24.529Z[ recovery-image] Oct 14 03:51:23.814 INFO O| Oct 14 03:51:23.814 INFO STEP 179: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
46912024-10-14T03:51:24.544Z[ recovery-image] Oct 14 03:51:23.831 INFO O| Oct 14 03:51:23.831 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/fc"
46922024-10-14T03:51:24.546Z[ recovery-image] Oct 14 03:51:23.832 INFO O| Oct 14 03:51:23.831 INFO STEP 179 (remove_files) COMPLETE
46932024-10-14T03:51:24.547Z[ recovery-image] Oct 14 03:51:23.832 INFO O| Oct 14 03:51:23.832 INFO STEP 180: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
46942024-10-14T03:51:24.562Z[ recovery-image] Oct 14 03:51:23.849 INFO O| Oct 14 03:51:23.849 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/fdetach"
46952024-10-14T03:51:24.564Z[ recovery-image] Oct 14 03:51:23.849 INFO O| Oct 14 03:51:23.849 INFO STEP 180 (remove_files) COMPLETE
46962024-10-14T03:51:24.564Z[ recovery-image] Oct 14 03:51:23.849 INFO O| Oct 14 03:51:23.849 INFO STEP 181: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
46972024-10-14T03:51:24.579Z[ recovery-image] Oct 14 03:51:23.867 INFO O| Oct 14 03:51:23.866 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/fdformat"
46982024-10-14T03:51:24.582Z[ recovery-image] Oct 14 03:51:23.867 INFO O| Oct 14 03:51:23.867 INFO STEP 181 (remove_files) COMPLETE
46992024-10-14T03:51:24.582Z[ recovery-image] Oct 14 03:51:23.867 INFO O| Oct 14 03:51:23.867 INFO STEP 182: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
47002024-10-14T03:51:24.615Z[ recovery-image] Oct 14 03:51:23.902 INFO O| Oct 14 03:51:23.902 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/fg"
47012024-10-14T03:51:24.618Z[ recovery-image] Oct 14 03:51:23.903 INFO O| Oct 14 03:51:23.903 INFO STEP 182 (remove_files) COMPLETE
47022024-10-14T03:51:24.618Z[ recovery-image] Oct 14 03:51:23.903 INFO O| Oct 14 03:51:23.903 INFO STEP 183: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
47032024-10-14T03:51:24.635Z[ recovery-image] Oct 14 03:51:23.923 INFO O| Oct 14 03:51:23.922 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/fgrep"
47042024-10-14T03:51:24.660Z[ recovery-image] Oct 14 03:51:23.947 INFO O| Oct 14 03:51:23.947 INFO STEP 183 (remove_files) COMPLETE
47052024-10-14T03:51:24.662Z[ recovery-image] Oct 14 03:51:23.947 INFO O| Oct 14 03:51:23.947 INFO STEP 184: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
47062024-10-14T03:51:24.703Z[ recovery-image] Oct 14 03:51:23.990 INFO O| Oct 14 03:51:23.990 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/file"
47072024-10-14T03:51:24.703Z[ recovery-image] Oct 14 03:51:23.990 INFO O| Oct 14 03:51:23.990 INFO STEP 184 (remove_files) COMPLETE
47082024-10-14T03:51:24.703Z[ recovery-image] Oct 14 03:51:23.990 INFO O| Oct 14 03:51:23.990 INFO STEP 185: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
47092024-10-14T03:51:24.770Z[ recovery-image] Oct 14 03:51:24.057 INFO O| Oct 14 03:51:24.057 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/fixproc"
47102024-10-14T03:51:24.770Z[ recovery-image] Oct 14 03:51:24.057 INFO O| Oct 14 03:51:24.057 INFO STEP 185 (remove_files) COMPLETE
47112024-10-14T03:51:24.770Z[ recovery-image] Oct 14 03:51:24.057 INFO O| Oct 14 03:51:24.057 INFO STEP 186: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
47122024-10-14T03:51:24.789Z[ recovery-image] Oct 14 03:51:24.076 INFO O| Oct 14 03:51:24.076 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/fmt"
47132024-10-14T03:51:24.791Z[ recovery-image] Oct 14 03:51:24.076 INFO O| Oct 14 03:51:24.076 INFO STEP 186 (remove_files) COMPLETE
47142024-10-14T03:51:24.791Z[ recovery-image] Oct 14 03:51:24.076 INFO O| Oct 14 03:51:24.076 INFO STEP 187: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
47152024-10-14T03:51:24.806Z[ recovery-image] Oct 14 03:51:24.094 INFO O| Oct 14 03:51:24.093 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/fmtmsg"
47162024-10-14T03:51:24.806Z[ recovery-image] Oct 14 03:51:24.094 INFO O| Oct 14 03:51:24.094 INFO STEP 187 (remove_files) COMPLETE
47172024-10-14T03:51:24.809Z[ recovery-image] Oct 14 03:51:24.094 INFO O| Oct 14 03:51:24.094 INFO STEP 188: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
47182024-10-14T03:51:24.822Z[ recovery-image] Oct 14 03:51:24.109 INFO O| Oct 14 03:51:24.109 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/fold"
47192024-10-14T03:51:24.825Z[ recovery-image] Oct 14 03:51:24.109 INFO O| Oct 14 03:51:24.109 INFO STEP 188 (remove_files) COMPLETE
47202024-10-14T03:51:24.825Z[ recovery-image] Oct 14 03:51:24.110 INFO O| Oct 14 03:51:24.110 INFO STEP 189: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
47212024-10-14T03:51:24.837Z[ recovery-image] Oct 14 03:51:24.125 INFO O| Oct 14 03:51:24.125 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/fsstat"
47222024-10-14T03:51:24.838Z[ recovery-image] Oct 14 03:51:24.125 INFO O| Oct 14 03:51:24.125 INFO STEP 189 (remove_files) COMPLETE
47232024-10-14T03:51:24.838Z[ recovery-image] Oct 14 03:51:24.125 INFO O| Oct 14 03:51:24.125 INFO STEP 190: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
47242024-10-14T03:51:24.874Z[ recovery-image] Oct 14 03:51:24.161 INFO O| Oct 14 03:51:24.161 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/gclear"
47252024-10-14T03:51:24.874Z[ recovery-image] Oct 14 03:51:24.161 INFO O| Oct 14 03:51:24.161 INFO STEP 190 (remove_files) COMPLETE
47262024-10-14T03:51:24.876Z[ recovery-image] Oct 14 03:51:24.161 INFO O| Oct 14 03:51:24.161 INFO STEP 191: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
47272024-10-14T03:51:24.937Z[ recovery-image] Oct 14 03:51:24.224 INFO O| Oct 14 03:51:24.224 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/gcore"
47282024-10-14T03:51:24.964Z[ recovery-image] Oct 14 03:51:24.251 INFO O| Oct 14 03:51:24.251 INFO STEP 191 (remove_files) COMPLETE
47292024-10-14T03:51:24.964Z[ recovery-image] Oct 14 03:51:24.251 INFO O| Oct 14 03:51:24.251 INFO STEP 192: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
47302024-10-14T03:51:24.983Z[ recovery-image] Oct 14 03:51:24.270 INFO O| Oct 14 03:51:24.270 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/geniconvtbl"
47312024-10-14T03:51:24.983Z[ recovery-image] Oct 14 03:51:24.271 INFO O| Oct 14 03:51:24.271 INFO STEP 192 (remove_files) COMPLETE
47322024-10-14T03:51:24.983Z[ recovery-image] Oct 14 03:51:24.271 INFO O| Oct 14 03:51:24.271 INFO STEP 193: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
47332024-10-14T03:51:25.015Z[ recovery-image] Oct 14 03:51:24.302 INFO O| Oct 14 03:51:24.302 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/getconf"
47342024-10-14T03:51:25.015Z[ recovery-image] Oct 14 03:51:24.302 INFO O| Oct 14 03:51:24.302 INFO STEP 193 (remove_files) COMPLETE
47352024-10-14T03:51:25.019Z[ recovery-image] Oct 14 03:51:24.302 INFO O| Oct 14 03:51:24.302 INFO STEP 194: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
47362024-10-14T03:51:25.036Z[ recovery-image] Oct 14 03:51:24.321 INFO O| Oct 14 03:51:24.321 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/getdev"
47372024-10-14T03:51:25.036Z[ recovery-image] Oct 14 03:51:24.321 INFO O| Oct 14 03:51:24.321 INFO STEP 194 (remove_files) COMPLETE
47382024-10-14T03:51:25.036Z[ recovery-image] Oct 14 03:51:24.321 INFO O| Oct 14 03:51:24.321 INFO STEP 195: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
47392024-10-14T03:51:25.052Z[ recovery-image] Oct 14 03:51:24.339 INFO O| Oct 14 03:51:24.339 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/getdgrp"
47402024-10-14T03:51:25.052Z[ recovery-image] Oct 14 03:51:24.339 INFO O| Oct 14 03:51:24.339 INFO STEP 195 (remove_files) COMPLETE
47412024-10-14T03:51:25.052Z[ recovery-image] Oct 14 03:51:24.339 INFO O| Oct 14 03:51:24.339 INFO STEP 196: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
47422024-10-14T03:51:25.070Z[ recovery-image] Oct 14 03:51:24.356 INFO O| Oct 14 03:51:24.356 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/getent"
47432024-10-14T03:51:25.070Z[ recovery-image] Oct 14 03:51:24.356 INFO O| Oct 14 03:51:24.356 INFO STEP 196 (remove_files) COMPLETE
47442024-10-14T03:51:25.073Z[ recovery-image] Oct 14 03:51:24.356 INFO O| Oct 14 03:51:24.356 INFO STEP 197: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
47452024-10-14T03:51:25.088Z[ recovery-image] Oct 14 03:51:24.375 INFO O| Oct 14 03:51:24.375 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/getfacl"
47462024-10-14T03:51:25.088Z[ recovery-image] Oct 14 03:51:24.375 INFO O| Oct 14 03:51:24.375 INFO STEP 197 (remove_files) COMPLETE
47472024-10-14T03:51:25.088Z[ recovery-image] Oct 14 03:51:24.375 INFO O| Oct 14 03:51:24.375 INFO STEP 198: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
47482024-10-14T03:51:25.125Z[ recovery-image] Oct 14 03:51:24.412 INFO O| Oct 14 03:51:24.412 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/getopt"
47492024-10-14T03:51:25.125Z[ recovery-image] Oct 14 03:51:24.412 INFO O| Oct 14 03:51:24.412 INFO STEP 198 (remove_files) COMPLETE
47502024-10-14T03:51:25.128Z[ recovery-image] Oct 14 03:51:24.412 INFO O| Oct 14 03:51:24.412 INFO STEP 199: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
47512024-10-14T03:51:25.145Z[ recovery-image] Oct 14 03:51:24.432 INFO O| Oct 14 03:51:24.431 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/getopts"
47522024-10-14T03:51:25.145Z[ recovery-image] Oct 14 03:51:24.432 INFO O| Oct 14 03:51:24.432 INFO STEP 199 (remove_files) COMPLETE
47532024-10-14T03:51:25.145Z[ recovery-image] Oct 14 03:51:24.432 INFO O| Oct 14 03:51:24.432 INFO STEP 200: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
47542024-10-14T03:51:25.162Z[ recovery-image] Oct 14 03:51:24.449 INFO O| Oct 14 03:51:24.449 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/gettext"
47552024-10-14T03:51:25.162Z[ recovery-image] Oct 14 03:51:24.449 INFO O| Oct 14 03:51:24.449 INFO STEP 200 (remove_files) COMPLETE
47562024-10-14T03:51:25.162Z[ recovery-image] Oct 14 03:51:24.449 INFO O| Oct 14 03:51:24.449 INFO STEP 201: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
47572024-10-14T03:51:25.179Z[ recovery-image] Oct 14 03:51:24.466 INFO O| Oct 14 03:51:24.466 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/getvol"
47582024-10-14T03:51:25.179Z[ recovery-image] Oct 14 03:51:24.467 INFO O| Oct 14 03:51:24.467 INFO STEP 201 (remove_files) COMPLETE
47592024-10-14T03:51:25.180Z[ recovery-image] Oct 14 03:51:24.467 INFO O| Oct 14 03:51:24.467 INFO STEP 202: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
47602024-10-14T03:51:25.196Z[ recovery-image] Oct 14 03:51:24.483 INFO O| Oct 14 03:51:24.483 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/ginfocmp"
47612024-10-14T03:51:25.199Z[ recovery-image] Oct 14 03:51:24.483 INFO O| Oct 14 03:51:24.483 INFO STEP 202 (remove_files) COMPLETE
47622024-10-14T03:51:25.199Z[ recovery-image] Oct 14 03:51:24.483 INFO O| Oct 14 03:51:24.483 INFO STEP 203: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
47632024-10-14T03:51:25.213Z[ recovery-image] Oct 14 03:51:24.500 INFO O| Oct 14 03:51:24.500 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/groups"
47642024-10-14T03:51:25.213Z[ recovery-image] Oct 14 03:51:24.500 INFO O| Oct 14 03:51:24.500 INFO STEP 203 (remove_files) COMPLETE
47652024-10-14T03:51:25.215Z[ recovery-image] Oct 14 03:51:24.500 INFO O| Oct 14 03:51:24.500 INFO STEP 204: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
47662024-10-14T03:51:25.231Z[ recovery-image] Oct 14 03:51:24.517 INFO O| Oct 14 03:51:24.517 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/gtabs"
47672024-10-14T03:51:25.231Z[ recovery-image] Oct 14 03:51:24.517 INFO O| Oct 14 03:51:24.517 INFO STEP 204 (remove_files) COMPLETE
47682024-10-14T03:51:25.231Z[ recovery-image] Oct 14 03:51:24.517 INFO O| Oct 14 03:51:24.517 INFO STEP 205: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
47692024-10-14T03:51:25.248Z[ recovery-image] Oct 14 03:51:24.535 INFO O| Oct 14 03:51:24.535 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/gtic"
47702024-10-14T03:51:25.248Z[ recovery-image] Oct 14 03:51:24.535 INFO O| Oct 14 03:51:24.535 INFO STEP 205 (remove_files) COMPLETE
47712024-10-14T03:51:25.248Z[ recovery-image] Oct 14 03:51:24.535 INFO O| Oct 14 03:51:24.535 INFO STEP 206: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
47722024-10-14T03:51:25.265Z[ recovery-image] Oct 14 03:51:24.552 INFO O| Oct 14 03:51:24.552 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/gtoe"
47732024-10-14T03:51:25.269Z[ recovery-image] Oct 14 03:51:24.556 INFO O| Oct 14 03:51:24.556 INFO STEP 206 (remove_files) COMPLETE
47742024-10-14T03:51:25.271Z[ recovery-image] Oct 14 03:51:24.556 INFO O| Oct 14 03:51:24.556 INFO STEP 207: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
47752024-10-14T03:51:25.288Z[ recovery-image] Oct 14 03:51:24.575 INFO O| Oct 14 03:51:24.575 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/gtput"
47762024-10-14T03:51:25.290Z[ recovery-image] Oct 14 03:51:24.575 INFO O| Oct 14 03:51:24.575 INFO STEP 207 (remove_files) COMPLETE
47772024-10-14T03:51:25.290Z[ recovery-image] Oct 14 03:51:24.575 INFO O| Oct 14 03:51:24.575 INFO STEP 208: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
47782024-10-14T03:51:25.306Z[ recovery-image] Oct 14 03:51:24.593 INFO O| Oct 14 03:51:24.593 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/gtset"
47792024-10-14T03:51:25.309Z[ recovery-image] Oct 14 03:51:24.594 INFO O| Oct 14 03:51:24.593 INFO STEP 208 (remove_files) COMPLETE
47802024-10-14T03:51:25.309Z[ recovery-image] Oct 14 03:51:24.594 INFO O| Oct 14 03:51:24.594 INFO STEP 209: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
47812024-10-14T03:51:25.325Z[ recovery-image] Oct 14 03:51:24.612 INFO O| Oct 14 03:51:24.612 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/gunzip"
47822024-10-14T03:51:25.327Z[ recovery-image] Oct 14 03:51:24.612 INFO O| Oct 14 03:51:24.612 INFO STEP 209 (remove_files) COMPLETE
47832024-10-14T03:51:25.327Z[ recovery-image] Oct 14 03:51:24.612 INFO O| Oct 14 03:51:24.612 INFO STEP 210: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
47842024-10-14T03:51:25.343Z[ recovery-image] Oct 14 03:51:24.630 INFO O| Oct 14 03:51:24.629 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/gzcat"
47852024-10-14T03:51:25.345Z[ recovery-image] Oct 14 03:51:24.630 INFO O| Oct 14 03:51:24.630 INFO STEP 210 (remove_files) COMPLETE
47862024-10-14T03:51:25.345Z[ recovery-image] Oct 14 03:51:24.630 INFO O| Oct 14 03:51:24.630 INFO STEP 211: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
47872024-10-14T03:51:25.373Z[ recovery-image] Oct 14 03:51:24.659 INFO O| Oct 14 03:51:24.659 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/gzcmp"
47882024-10-14T03:51:25.373Z[ recovery-image] Oct 14 03:51:24.659 INFO O| Oct 14 03:51:24.659 INFO STEP 211 (remove_files) COMPLETE
47892024-10-14T03:51:25.373Z[ recovery-image] Oct 14 03:51:24.659 INFO O| Oct 14 03:51:24.659 INFO STEP 212: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
47902024-10-14T03:51:25.432Z[ recovery-image] Oct 14 03:51:24.719 INFO O| Oct 14 03:51:24.719 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/gzdiff"
47912024-10-14T03:51:25.432Z[ recovery-image] Oct 14 03:51:24.719 INFO O| Oct 14 03:51:24.719 INFO STEP 212 (remove_files) COMPLETE
47922024-10-14T03:51:25.432Z[ recovery-image] Oct 14 03:51:24.719 INFO O| Oct 14 03:51:24.719 INFO STEP 213: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
47932024-10-14T03:51:25.450Z[ recovery-image] Oct 14 03:51:24.737 INFO O| Oct 14 03:51:24.737 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/gzegrep"
47942024-10-14T03:51:25.450Z[ recovery-image] Oct 14 03:51:24.737 INFO O| Oct 14 03:51:24.737 INFO STEP 213 (remove_files) COMPLETE
47952024-10-14T03:51:25.450Z[ recovery-image] Oct 14 03:51:24.737 INFO O| Oct 14 03:51:24.737 INFO STEP 214: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
47962024-10-14T03:51:25.467Z[ recovery-image] Oct 14 03:51:24.754 INFO O| Oct 14 03:51:24.754 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/gzexe"
47972024-10-14T03:51:25.467Z[ recovery-image] Oct 14 03:51:24.754 INFO O| Oct 14 03:51:24.754 INFO STEP 214 (remove_files) COMPLETE
47982024-10-14T03:51:25.470Z[ recovery-image] Oct 14 03:51:24.754 INFO O| Oct 14 03:51:24.754 INFO STEP 215: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
47992024-10-14T03:51:25.484Z[ recovery-image] Oct 14 03:51:24.771 INFO O| Oct 14 03:51:24.771 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/gzfgrep"
48002024-10-14T03:51:25.484Z[ recovery-image] Oct 14 03:51:24.771 INFO O| Oct 14 03:51:24.771 INFO STEP 215 (remove_files) COMPLETE
48012024-10-14T03:51:25.486Z[ recovery-image] Oct 14 03:51:24.771 INFO O| Oct 14 03:51:24.771 INFO STEP 216: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
48022024-10-14T03:51:25.500Z[ recovery-image] Oct 14 03:51:24.787 INFO O| Oct 14 03:51:24.787 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/gzforce"
48032024-10-14T03:51:25.500Z[ recovery-image] Oct 14 03:51:24.788 INFO O| Oct 14 03:51:24.788 INFO STEP 216 (remove_files) COMPLETE
48042024-10-14T03:51:25.501Z[ recovery-image] Oct 14 03:51:24.788 INFO O| Oct 14 03:51:24.788 INFO STEP 217: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
48052024-10-14T03:51:25.517Z[ recovery-image] Oct 14 03:51:24.804 INFO O| Oct 14 03:51:24.804 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/gzgrep"
48062024-10-14T03:51:25.517Z[ recovery-image] Oct 14 03:51:24.804 INFO O| Oct 14 03:51:24.804 INFO STEP 217 (remove_files) COMPLETE
48072024-10-14T03:51:25.517Z[ recovery-image] Oct 14 03:51:24.804 INFO O| Oct 14 03:51:24.804 INFO STEP 218: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
48082024-10-14T03:51:25.546Z[ recovery-image] Oct 14 03:51:24.833 INFO O| Oct 14 03:51:24.833 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/gzip"
48092024-10-14T03:51:25.549Z[ recovery-image] Oct 14 03:51:24.834 INFO O| Oct 14 03:51:24.833 INFO STEP 218 (remove_files) COMPLETE
48102024-10-14T03:51:25.549Z[ recovery-image] Oct 14 03:51:24.834 INFO O| Oct 14 03:51:24.834 INFO STEP 219: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
48112024-10-14T03:51:25.566Z[ recovery-image] Oct 14 03:51:24.853 INFO O| Oct 14 03:51:24.852 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/gzless"
48122024-10-14T03:51:25.568Z[ recovery-image] Oct 14 03:51:24.853 INFO O| Oct 14 03:51:24.853 INFO STEP 219 (remove_files) COMPLETE
48132024-10-14T03:51:25.568Z[ recovery-image] Oct 14 03:51:24.853 INFO O| Oct 14 03:51:24.853 INFO STEP 220: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
48142024-10-14T03:51:25.624Z[ recovery-image] Oct 14 03:51:24.911 INFO O| Oct 14 03:51:24.911 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/gzmore"
48152024-10-14T03:51:25.626Z[ recovery-image] Oct 14 03:51:24.911 INFO O| Oct 14 03:51:24.911 INFO STEP 220 (remove_files) COMPLETE
48162024-10-14T03:51:25.627Z[ recovery-image] Oct 14 03:51:24.911 INFO O| Oct 14 03:51:24.911 INFO STEP 221: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
48172024-10-14T03:51:25.644Z[ recovery-image] Oct 14 03:51:24.931 INFO O| Oct 14 03:51:24.931 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/gznew"
48182024-10-14T03:51:25.646Z[ recovery-image] Oct 14 03:51:24.931 INFO O| Oct 14 03:51:24.931 INFO STEP 221 (remove_files) COMPLETE
48192024-10-14T03:51:25.646Z[ recovery-image] Oct 14 03:51:24.931 INFO O| Oct 14 03:51:24.931 INFO STEP 222: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
48202024-10-14T03:51:25.661Z[ recovery-image] Oct 14 03:51:24.948 INFO O| Oct 14 03:51:24.948 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/hash"
48212024-10-14T03:51:25.663Z[ recovery-image] Oct 14 03:51:24.948 INFO O| Oct 14 03:51:24.948 INFO STEP 222 (remove_files) COMPLETE
48222024-10-14T03:51:25.664Z[ recovery-image] Oct 14 03:51:24.949 INFO O| Oct 14 03:51:24.948 INFO STEP 223: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
48232024-10-14T03:51:25.678Z[ recovery-image] Oct 14 03:51:24.965 INFO O| Oct 14 03:51:24.965 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/hostid"
48242024-10-14T03:51:25.681Z[ recovery-image] Oct 14 03:51:24.966 INFO O| Oct 14 03:51:24.965 INFO STEP 223 (remove_files) COMPLETE
48252024-10-14T03:51:25.681Z[ recovery-image] Oct 14 03:51:24.966 INFO O| Oct 14 03:51:24.966 INFO STEP 224: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
48262024-10-14T03:51:25.741Z[ recovery-image] Oct 14 03:51:25.027 INFO O| Oct 14 03:51:25.026 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/hostname"
48272024-10-14T03:51:25.741Z[ recovery-image] Oct 14 03:51:25.027 INFO O| Oct 14 03:51:25.027 INFO STEP 224 (remove_files) COMPLETE
48282024-10-14T03:51:25.741Z[ recovery-image] Oct 14 03:51:25.027 INFO O| Oct 14 03:51:25.027 INFO STEP 225: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
48292024-10-14T03:51:25.760Z[ recovery-image] Oct 14 03:51:25.046 INFO O| Oct 14 03:51:25.046 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/i86/adb"
48302024-10-14T03:51:25.760Z[ recovery-image] Oct 14 03:51:25.046 INFO O| Oct 14 03:51:25.046 INFO STEP 225 (remove_files) COMPLETE
48312024-10-14T03:51:25.760Z[ recovery-image] Oct 14 03:51:25.046 INFO O| Oct 14 03:51:25.046 INFO STEP 226: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
48322024-10-14T03:51:25.777Z[ recovery-image] Oct 14 03:51:25.064 INFO O| Oct 14 03:51:25.064 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/i86/amt"
48332024-10-14T03:51:25.777Z[ recovery-image] Oct 14 03:51:25.064 INFO O| Oct 14 03:51:25.064 INFO STEP 226 (remove_files) COMPLETE
48342024-10-14T03:51:25.777Z[ recovery-image] Oct 14 03:51:25.064 INFO O| Oct 14 03:51:25.064 INFO STEP 227: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
48352024-10-14T03:51:25.795Z[ recovery-image] Oct 14 03:51:25.081 INFO O| Oct 14 03:51:25.081 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/i86/ksh"
48362024-10-14T03:51:25.795Z[ recovery-image] Oct 14 03:51:25.081 INFO O| Oct 14 03:51:25.081 INFO STEP 227 (remove_files) COMPLETE
48372024-10-14T03:51:25.795Z[ recovery-image] Oct 14 03:51:25.081 INFO O| Oct 14 03:51:25.081 INFO STEP 228: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
48382024-10-14T03:51:25.812Z[ recovery-image] Oct 14 03:51:25.098 INFO O| Oct 14 03:51:25.098 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/i86/mdb"
48392024-10-14T03:51:25.812Z[ recovery-image] Oct 14 03:51:25.099 INFO O| Oct 14 03:51:25.098 INFO STEP 228 (remove_files) COMPLETE
48402024-10-14T03:51:25.812Z[ recovery-image] Oct 14 03:51:25.099 INFO O| Oct 14 03:51:25.099 INFO STEP 229: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
48412024-10-14T03:51:25.830Z[ recovery-image] Oct 14 03:51:25.117 INFO O| Oct 14 03:51:25.117 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/i86/rksh"
48422024-10-14T03:51:25.830Z[ recovery-image] Oct 14 03:51:25.117 INFO O| Oct 14 03:51:25.117 INFO STEP 229 (remove_files) COMPLETE
48432024-10-14T03:51:25.830Z[ recovery-image] Oct 14 03:51:25.117 INFO O| Oct 14 03:51:25.117 INFO STEP 230: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
48442024-10-14T03:51:25.848Z[ recovery-image] Oct 14 03:51:25.134 INFO O| Oct 14 03:51:25.134 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/i86/rksh93"
48452024-10-14T03:51:25.848Z[ recovery-image] Oct 14 03:51:25.134 INFO O| Oct 14 03:51:25.134 INFO STEP 230 (remove_files) COMPLETE
48462024-10-14T03:51:25.848Z[ recovery-image] Oct 14 03:51:25.135 INFO O| Oct 14 03:51:25.134 INFO STEP 231: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
48472024-10-14T03:51:25.879Z[ recovery-image] Oct 14 03:51:25.165 INFO O| Oct 14 03:51:25.165 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/iconv"
48482024-10-14T03:51:25.879Z[ recovery-image] Oct 14 03:51:25.165 INFO O| Oct 14 03:51:25.165 INFO STEP 231 (remove_files) COMPLETE
48492024-10-14T03:51:25.879Z[ recovery-image] Oct 14 03:51:25.165 INFO O| Oct 14 03:51:25.165 INFO STEP 232: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
48502024-10-14T03:51:25.912Z[ recovery-image] Oct 14 03:51:25.199 INFO O| Oct 14 03:51:25.199 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/id"
48512024-10-14T03:51:25.915Z[ recovery-image] Oct 14 03:51:25.202 INFO O| Oct 14 03:51:25.202 INFO STEP 232 (remove_files) COMPLETE
48522024-10-14T03:51:25.915Z[ recovery-image] Oct 14 03:51:25.202 INFO O| Oct 14 03:51:25.202 INFO STEP 233: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
48532024-10-14T03:51:25.972Z[ recovery-image] Oct 14 03:51:25.259 INFO O| Oct 14 03:51:25.259 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/idn"
48542024-10-14T03:51:25.973Z[ recovery-image] Oct 14 03:51:25.259 INFO O| Oct 14 03:51:25.259 INFO STEP 233 (remove_files) COMPLETE
48552024-10-14T03:51:25.975Z[ recovery-image] Oct 14 03:51:25.259 INFO O| Oct 14 03:51:25.259 INFO STEP 234: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
48562024-10-14T03:51:25.991Z[ recovery-image] Oct 14 03:51:25.277 INFO O| Oct 14 03:51:25.277 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/infocmp"
48572024-10-14T03:51:25.991Z[ recovery-image] Oct 14 03:51:25.277 INFO O| Oct 14 03:51:25.277 INFO STEP 234 (remove_files) COMPLETE
48582024-10-14T03:51:25.991Z[ recovery-image] Oct 14 03:51:25.277 INFO O| Oct 14 03:51:25.277 INFO STEP 235: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
48592024-10-14T03:51:26.007Z[ recovery-image] Oct 14 03:51:25.294 INFO O| Oct 14 03:51:25.294 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/iostat"
48602024-10-14T03:51:26.007Z[ recovery-image] Oct 14 03:51:25.294 INFO O| Oct 14 03:51:25.294 INFO STEP 235 (remove_files) COMPLETE
48612024-10-14T03:51:26.007Z[ recovery-image] Oct 14 03:51:25.294 INFO O| Oct 14 03:51:25.294 INFO STEP 236: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
48622024-10-14T03:51:26.023Z[ recovery-image] Oct 14 03:51:25.310 INFO O| Oct 14 03:51:25.310 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/ipf-mod.pl"
48632024-10-14T03:51:26.023Z[ recovery-image] Oct 14 03:51:25.310 INFO O| Oct 14 03:51:25.310 INFO STEP 236 (remove_files) COMPLETE
48642024-10-14T03:51:26.025Z[ recovery-image] Oct 14 03:51:25.310 INFO O| Oct 14 03:51:25.310 INFO STEP 237: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
48652024-10-14T03:51:26.039Z[ recovery-image] Oct 14 03:51:25.326 INFO O| Oct 14 03:51:25.325 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/isainfo"
48662024-10-14T03:51:26.039Z[ recovery-image] Oct 14 03:51:25.326 INFO O| Oct 14 03:51:25.326 INFO STEP 237 (remove_files) COMPLETE
48672024-10-14T03:51:26.039Z[ recovery-image] Oct 14 03:51:25.326 INFO O| Oct 14 03:51:25.326 INFO STEP 238: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
48682024-10-14T03:51:26.055Z[ recovery-image] Oct 14 03:51:25.342 INFO O| Oct 14 03:51:25.342 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/isalist"
48692024-10-14T03:51:26.055Z[ recovery-image] Oct 14 03:51:25.342 INFO O| Oct 14 03:51:25.342 INFO STEP 238 (remove_files) COMPLETE
48702024-10-14T03:51:26.058Z[ recovery-image] Oct 14 03:51:25.342 INFO O| Oct 14 03:51:25.342 INFO STEP 239: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
48712024-10-14T03:51:26.072Z[ recovery-image] Oct 14 03:51:25.359 INFO O| Oct 14 03:51:25.358 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/jobs"
48722024-10-14T03:51:26.072Z[ recovery-image] Oct 14 03:51:25.359 INFO O| Oct 14 03:51:25.359 INFO STEP 239 (remove_files) COMPLETE
48732024-10-14T03:51:26.072Z[ recovery-image] Oct 14 03:51:25.359 INFO O| Oct 14 03:51:25.359 INFO STEP 240: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
48742024-10-14T03:51:26.089Z[ recovery-image] Oct 14 03:51:25.376 INFO O| Oct 14 03:51:25.376 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/join"
48752024-10-14T03:51:26.089Z[ recovery-image] Oct 14 03:51:25.376 INFO O| Oct 14 03:51:25.376 INFO STEP 240 (remove_files) COMPLETE
48762024-10-14T03:51:26.092Z[ recovery-image] Oct 14 03:51:25.376 INFO O| Oct 14 03:51:25.376 INFO STEP 241: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
48772024-10-14T03:51:26.106Z[ recovery-image] Oct 14 03:51:25.393 INFO O| Oct 14 03:51:25.393 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/kbd"
48782024-10-14T03:51:26.106Z[ recovery-image] Oct 14 03:51:25.393 INFO O| Oct 14 03:51:25.393 INFO STEP 241 (remove_files) COMPLETE
48792024-10-14T03:51:26.108Z[ recovery-image] Oct 14 03:51:25.393 INFO O| Oct 14 03:51:25.393 INFO STEP 242: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
48802024-10-14T03:51:26.140Z[ recovery-image] Oct 14 03:51:25.427 INFO O| Oct 14 03:51:25.427 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/kdestroy"
48812024-10-14T03:51:26.140Z[ recovery-image] Oct 14 03:51:25.427 INFO O| Oct 14 03:51:25.427 INFO STEP 242 (remove_files) COMPLETE
48822024-10-14T03:51:26.140Z[ recovery-image] Oct 14 03:51:25.427 INFO O| Oct 14 03:51:25.427 INFO STEP 243: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
48832024-10-14T03:51:26.179Z[ recovery-image] Oct 14 03:51:25.466 INFO O| Oct 14 03:51:25.466 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/keylogin"
48842024-10-14T03:51:26.179Z[ recovery-image] Oct 14 03:51:25.466 INFO O| Oct 14 03:51:25.466 INFO STEP 243 (remove_files) COMPLETE
48852024-10-14T03:51:26.182Z[ recovery-image] Oct 14 03:51:25.466 INFO O| Oct 14 03:51:25.466 INFO STEP 244: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
48862024-10-14T03:51:26.222Z[ recovery-image] Oct 14 03:51:25.509 INFO O| Oct 14 03:51:25.508 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/keylogout"
48872024-10-14T03:51:26.222Z[ recovery-image] Oct 14 03:51:25.509 INFO O| Oct 14 03:51:25.509 INFO STEP 244 (remove_files) COMPLETE
48882024-10-14T03:51:26.225Z[ recovery-image] Oct 14 03:51:25.509 INFO O| Oct 14 03:51:25.509 INFO STEP 245: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
48892024-10-14T03:51:26.281Z[ recovery-image] Oct 14 03:51:25.568 INFO O| Oct 14 03:51:25.568 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/kill"
48902024-10-14T03:51:26.281Z[ recovery-image] Oct 14 03:51:25.568 INFO O| Oct 14 03:51:25.568 INFO STEP 245 (remove_files) COMPLETE
48912024-10-14T03:51:26.281Z[ recovery-image] Oct 14 03:51:25.568 INFO O| Oct 14 03:51:25.568 INFO STEP 246: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
48922024-10-14T03:51:26.302Z[ recovery-image] Oct 14 03:51:25.589 INFO O| Oct 14 03:51:25.589 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/kinit"
48932024-10-14T03:51:26.302Z[ recovery-image] Oct 14 03:51:25.589 INFO O| Oct 14 03:51:25.589 INFO STEP 246 (remove_files) COMPLETE
48942024-10-14T03:51:26.302Z[ recovery-image] Oct 14 03:51:25.589 INFO O| Oct 14 03:51:25.589 INFO STEP 247: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
48952024-10-14T03:51:26.322Z[ recovery-image] Oct 14 03:51:25.609 INFO O| Oct 14 03:51:25.609 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/klist"
48962024-10-14T03:51:26.322Z[ recovery-image] Oct 14 03:51:25.609 INFO O| Oct 14 03:51:25.609 INFO STEP 247 (remove_files) COMPLETE
48972024-10-14T03:51:26.325Z[ recovery-image] Oct 14 03:51:25.609 INFO O| Oct 14 03:51:25.609 INFO STEP 248: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
48982024-10-14T03:51:26.342Z[ recovery-image] Oct 14 03:51:25.628 INFO O| Oct 14 03:51:25.628 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/kmfcfg"
48992024-10-14T03:51:26.342Z[ recovery-image] Oct 14 03:51:25.629 INFO O| Oct 14 03:51:25.628 INFO STEP 248 (remove_files) COMPLETE
49002024-10-14T03:51:26.342Z[ recovery-image] Oct 14 03:51:25.629 INFO O| Oct 14 03:51:25.629 INFO STEP 249: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
49012024-10-14T03:51:26.359Z[ recovery-image] Oct 14 03:51:25.646 INFO O| Oct 14 03:51:25.646 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/kpasswd"
49022024-10-14T03:51:26.360Z[ recovery-image] Oct 14 03:51:25.646 INFO O| Oct 14 03:51:25.646 INFO STEP 249 (remove_files) COMPLETE
49032024-10-14T03:51:26.360Z[ recovery-image] Oct 14 03:51:25.646 INFO O| Oct 14 03:51:25.646 INFO STEP 250: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
49042024-10-14T03:51:26.376Z[ recovery-image] Oct 14 03:51:25.663 INFO O| Oct 14 03:51:25.663 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/krb5-config"
49052024-10-14T03:51:26.376Z[ recovery-image] Oct 14 03:51:25.663 INFO O| Oct 14 03:51:25.663 INFO STEP 250 (remove_files) COMPLETE
49062024-10-14T03:51:26.379Z[ recovery-image] Oct 14 03:51:25.663 INFO O| Oct 14 03:51:25.663 INFO STEP 251: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
49072024-10-14T03:51:26.392Z[ recovery-image] Oct 14 03:51:25.679 INFO O| Oct 14 03:51:25.679 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/ksh93"
49082024-10-14T03:51:26.392Z[ recovery-image] Oct 14 03:51:25.679 INFO O| Oct 14 03:51:25.679 INFO STEP 251 (remove_files) COMPLETE
49092024-10-14T03:51:26.395Z[ recovery-image] Oct 14 03:51:25.679 INFO O| Oct 14 03:51:25.679 INFO STEP 252: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
49102024-10-14T03:51:26.412Z[ recovery-image] Oct 14 03:51:25.699 INFO O| Oct 14 03:51:25.699 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/ktutil"
49112024-10-14T03:51:26.415Z[ recovery-image] Oct 14 03:51:25.702 INFO O| Oct 14 03:51:25.702 INFO STEP 252 (remove_files) COMPLETE
49122024-10-14T03:51:26.417Z[ recovery-image] Oct 14 03:51:25.702 INFO O| Oct 14 03:51:25.702 INFO STEP 253: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
49132024-10-14T03:51:26.433Z[ recovery-image] Oct 14 03:51:25.720 INFO O| Oct 14 03:51:25.720 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/kvmstat"
49142024-10-14T03:51:26.436Z[ recovery-image] Oct 14 03:51:25.721 INFO O| Oct 14 03:51:25.721 INFO STEP 253 (remove_files) COMPLETE
49152024-10-14T03:51:26.436Z[ recovery-image] Oct 14 03:51:25.721 INFO O| Oct 14 03:51:25.721 INFO STEP 254: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
49162024-10-14T03:51:26.474Z[ recovery-image] Oct 14 03:51:25.761 INFO O| Oct 14 03:51:25.761 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/last"
49172024-10-14T03:51:26.479Z[ recovery-image] Oct 14 03:51:25.762 INFO O| Oct 14 03:51:25.762 INFO STEP 254 (remove_files) COMPLETE
49182024-10-14T03:51:26.479Z[ recovery-image] Oct 14 03:51:25.762 INFO O| Oct 14 03:51:25.762 INFO STEP 255: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
49192024-10-14T03:51:26.493Z[ recovery-image] Oct 14 03:51:25.780 INFO O| Oct 14 03:51:25.780 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/lastcomm"
49202024-10-14T03:51:26.495Z[ recovery-image] Oct 14 03:51:25.780 INFO O| Oct 14 03:51:25.780 INFO STEP 255 (remove_files) COMPLETE
49212024-10-14T03:51:26.495Z[ recovery-image] Oct 14 03:51:25.780 INFO O| Oct 14 03:51:25.780 INFO STEP 256: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
49222024-10-14T03:51:26.511Z[ recovery-image] Oct 14 03:51:25.798 INFO O| Oct 14 03:51:25.798 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/ld"
49232024-10-14T03:51:26.513Z[ recovery-image] Oct 14 03:51:25.798 INFO O| Oct 14 03:51:25.798 INFO STEP 256 (remove_files) COMPLETE
49242024-10-14T03:51:26.513Z[ recovery-image] Oct 14 03:51:25.798 INFO O| Oct 14 03:51:25.798 INFO STEP 257: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
49252024-10-14T03:51:26.530Z[ recovery-image] Oct 14 03:51:25.816 INFO O| Oct 14 03:51:25.816 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/ldd"
49262024-10-14T03:51:26.554Z[ recovery-image] Oct 14 03:51:25.841 INFO O| Oct 14 03:51:25.841 INFO STEP 257 (remove_files) COMPLETE
49272024-10-14T03:51:26.554Z[ recovery-image] Oct 14 03:51:25.841 INFO O| Oct 14 03:51:25.841 INFO STEP 258: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
49282024-10-14T03:51:26.576Z[ recovery-image] Oct 14 03:51:25.863 INFO O| Oct 14 03:51:25.863 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/less"
49292024-10-14T03:51:26.578Z[ recovery-image] Oct 14 03:51:25.863 INFO O| Oct 14 03:51:25.863 INFO STEP 258 (remove_files) COMPLETE
49302024-10-14T03:51:26.578Z[ recovery-image] Oct 14 03:51:25.863 INFO O| Oct 14 03:51:25.863 INFO STEP 259: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
49312024-10-14T03:51:26.596Z[ recovery-image] Oct 14 03:51:25.883 INFO O| Oct 14 03:51:25.883 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/lessecho"
49322024-10-14T03:51:26.599Z[ recovery-image] Oct 14 03:51:25.884 INFO O| Oct 14 03:51:25.884 INFO STEP 259 (remove_files) COMPLETE
49332024-10-14T03:51:26.599Z[ recovery-image] Oct 14 03:51:25.884 INFO O| Oct 14 03:51:25.884 INFO STEP 260: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
49342024-10-14T03:51:26.615Z[ recovery-image] Oct 14 03:51:25.902 INFO O| Oct 14 03:51:25.902 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/lesskey"
49352024-10-14T03:51:26.618Z[ recovery-image] Oct 14 03:51:25.903 INFO O| Oct 14 03:51:25.903 INFO STEP 260 (remove_files) COMPLETE
49362024-10-14T03:51:26.618Z[ recovery-image] Oct 14 03:51:25.903 INFO O| Oct 14 03:51:25.903 INFO STEP 261: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
49372024-10-14T03:51:26.634Z[ recovery-image] Oct 14 03:51:25.921 INFO O| Oct 14 03:51:25.921 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/lgrpinfo"
49382024-10-14T03:51:26.637Z[ recovery-image] Oct 14 03:51:25.922 INFO O| Oct 14 03:51:25.922 INFO STEP 261 (remove_files) COMPLETE
49392024-10-14T03:51:26.637Z[ recovery-image] Oct 14 03:51:25.922 INFO O| Oct 14 03:51:25.922 INFO STEP 262: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
49402024-10-14T03:51:26.652Z[ recovery-image] Oct 14 03:51:25.939 INFO O| Oct 14 03:51:25.939 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/line"
49412024-10-14T03:51:26.655Z[ recovery-image] Oct 14 03:51:25.940 INFO O| Oct 14 03:51:25.940 INFO STEP 262 (remove_files) COMPLETE
49422024-10-14T03:51:26.655Z[ recovery-image] Oct 14 03:51:25.940 INFO O| Oct 14 03:51:25.940 INFO STEP 263: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
49432024-10-14T03:51:26.670Z[ recovery-image] Oct 14 03:51:25.957 INFO O| Oct 14 03:51:25.957 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/listdgrp"
49442024-10-14T03:51:26.674Z[ recovery-image] Oct 14 03:51:25.958 INFO O| Oct 14 03:51:25.957 INFO STEP 263 (remove_files) COMPLETE
49452024-10-14T03:51:26.674Z[ recovery-image] Oct 14 03:51:25.958 INFO O| Oct 14 03:51:25.958 INFO STEP 264: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
49462024-10-14T03:51:26.706Z[ recovery-image] Oct 14 03:51:25.993 INFO O| Oct 14 03:51:25.993 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/listusers"
49472024-10-14T03:51:26.706Z[ recovery-image] Oct 14 03:51:25.993 INFO O| Oct 14 03:51:25.993 INFO STEP 264 (remove_files) COMPLETE
49482024-10-14T03:51:26.709Z[ recovery-image] Oct 14 03:51:25.993 INFO O| Oct 14 03:51:25.993 INFO STEP 265: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
49492024-10-14T03:51:26.759Z[ recovery-image] Oct 14 03:51:26.046 INFO O| Oct 14 03:51:26.046 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/loadkeys"
49502024-10-14T03:51:26.784Z[ recovery-image] Oct 14 03:51:26.071 INFO O| Oct 14 03:51:26.071 INFO STEP 265 (remove_files) COMPLETE
49512024-10-14T03:51:26.784Z[ recovery-image] Oct 14 03:51:26.071 INFO O| Oct 14 03:51:26.071 INFO STEP 266: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
49522024-10-14T03:51:26.820Z[ recovery-image] Oct 14 03:51:26.106 INFO O| Oct 14 03:51:26.106 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/logger"
49532024-10-14T03:51:26.820Z[ recovery-image] Oct 14 03:51:26.107 INFO O| Oct 14 03:51:26.107 INFO STEP 266 (remove_files) COMPLETE
49542024-10-14T03:51:26.820Z[ recovery-image] Oct 14 03:51:26.107 INFO O| Oct 14 03:51:26.107 INFO STEP 267: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
49552024-10-14T03:51:26.846Z[ recovery-image] Oct 14 03:51:26.133 INFO O| Oct 14 03:51:26.133 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/logins"
49562024-10-14T03:51:26.846Z[ recovery-image] Oct 14 03:51:26.133 INFO O| Oct 14 03:51:26.133 INFO STEP 267 (remove_files) COMPLETE
49572024-10-14T03:51:26.849Z[ recovery-image] Oct 14 03:51:26.133 INFO O| Oct 14 03:51:26.133 INFO STEP 268: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
49582024-10-14T03:51:26.871Z[ recovery-image] Oct 14 03:51:26.158 INFO O| Oct 14 03:51:26.158 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/logname"
49592024-10-14T03:51:26.871Z[ recovery-image] Oct 14 03:51:26.158 INFO O| Oct 14 03:51:26.158 INFO STEP 268 (remove_files) COMPLETE
49602024-10-14T03:51:26.871Z[ recovery-image] Oct 14 03:51:26.158 INFO O| Oct 14 03:51:26.158 INFO STEP 269: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
49612024-10-14T03:51:26.927Z[ recovery-image] Oct 14 03:51:26.214 INFO O| Oct 14 03:51:26.214 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/look"
49622024-10-14T03:51:26.930Z[ recovery-image] Oct 14 03:51:26.214 INFO O| Oct 14 03:51:26.214 INFO STEP 269 (remove_files) COMPLETE
49632024-10-14T03:51:26.930Z[ recovery-image] Oct 14 03:51:26.215 INFO O| Oct 14 03:51:26.214 INFO STEP 270: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
49642024-10-14T03:51:26.947Z[ recovery-image] Oct 14 03:51:26.234 INFO O| Oct 14 03:51:26.234 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/looker"
49652024-10-14T03:51:26.950Z[ recovery-image] Oct 14 03:51:26.234 INFO O| Oct 14 03:51:26.234 INFO STEP 270 (remove_files) COMPLETE
49662024-10-14T03:51:26.950Z[ recovery-image] Oct 14 03:51:26.234 INFO O| Oct 14 03:51:26.234 INFO STEP 271: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
49672024-10-14T03:51:26.965Z[ recovery-image] Oct 14 03:51:26.252 INFO O| Oct 14 03:51:26.252 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/lz4"
49682024-10-14T03:51:26.968Z[ recovery-image] Oct 14 03:51:26.253 INFO O| Oct 14 03:51:26.253 INFO STEP 271 (remove_files) COMPLETE
49692024-10-14T03:51:26.968Z[ recovery-image] Oct 14 03:51:26.253 INFO O| Oct 14 03:51:26.253 INFO STEP 272: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
49702024-10-14T03:51:26.983Z[ recovery-image] Oct 14 03:51:26.270 INFO O| Oct 14 03:51:26.270 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/lzmadec"
49712024-10-14T03:51:26.983Z[ recovery-image] Oct 14 03:51:26.270 INFO O| Oct 14 03:51:26.270 INFO STEP 272 (remove_files) COMPLETE
49722024-10-14T03:51:26.986Z[ recovery-image] Oct 14 03:51:26.270 INFO O| Oct 14 03:51:26.270 INFO STEP 273: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
49732024-10-14T03:51:27.000Z[ recovery-image] Oct 14 03:51:26.287 INFO O| Oct 14 03:51:26.287 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/lzmainfo"
49742024-10-14T03:51:27.000Z[ recovery-image] Oct 14 03:51:26.287 INFO O| Oct 14 03:51:26.287 INFO STEP 273 (remove_files) COMPLETE
49752024-10-14T03:51:27.000Z[ recovery-image] Oct 14 03:51:26.287 INFO O| Oct 14 03:51:26.287 INFO STEP 274: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
49762024-10-14T03:51:27.017Z[ recovery-image] Oct 14 03:51:26.304 INFO O| Oct 14 03:51:26.304 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/mac"
49772024-10-14T03:51:27.017Z[ recovery-image] Oct 14 03:51:26.304 INFO O| Oct 14 03:51:26.304 INFO STEP 274 (remove_files) COMPLETE
49782024-10-14T03:51:27.019Z[ recovery-image] Oct 14 03:51:26.304 INFO O| Oct 14 03:51:26.304 INFO STEP 275: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
49792024-10-14T03:51:27.033Z[ recovery-image] Oct 14 03:51:26.320 INFO O| Oct 14 03:51:26.320 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/mach"
49802024-10-14T03:51:27.033Z[ recovery-image] Oct 14 03:51:26.320 INFO O| Oct 14 03:51:26.320 INFO STEP 275 (remove_files) COMPLETE
49812024-10-14T03:51:27.036Z[ recovery-image] Oct 14 03:51:26.320 INFO O| Oct 14 03:51:26.320 INFO STEP 276: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
49822024-10-14T03:51:27.055Z[ recovery-image] Oct 14 03:51:26.342 INFO O| Oct 14 03:51:26.342 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/mailx"
49832024-10-14T03:51:27.055Z[ recovery-image] Oct 14 03:51:26.342 INFO O| Oct 14 03:51:26.342 INFO STEP 276 (remove_files) COMPLETE
49842024-10-14T03:51:27.055Z[ recovery-image] Oct 14 03:51:26.342 INFO O| Oct 14 03:51:26.342 INFO STEP 277: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
49852024-10-14T03:51:27.073Z[ recovery-image] Oct 14 03:51:26.360 INFO O| Oct 14 03:51:26.360 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/makedev"
49862024-10-14T03:51:27.073Z[ recovery-image] Oct 14 03:51:26.360 INFO O| Oct 14 03:51:26.360 INFO STEP 277 (remove_files) COMPLETE
49872024-10-14T03:51:27.073Z[ recovery-image] Oct 14 03:51:26.360 INFO O| Oct 14 03:51:26.360 INFO STEP 278: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
49882024-10-14T03:51:27.090Z[ recovery-image] Oct 14 03:51:26.377 INFO O| Oct 14 03:51:26.377 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/mdb"
49892024-10-14T03:51:27.090Z[ recovery-image] Oct 14 03:51:26.377 INFO O| Oct 14 03:51:26.377 INFO STEP 278 (remove_files) COMPLETE
49902024-10-14T03:51:27.093Z[ recovery-image] Oct 14 03:51:26.377 INFO O| Oct 14 03:51:26.377 INFO STEP 279: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
49912024-10-14T03:51:27.107Z[ recovery-image] Oct 14 03:51:26.394 INFO O| Oct 14 03:51:26.394 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/mesg"
49922024-10-14T03:51:27.109Z[ recovery-image] Oct 14 03:51:26.394 INFO O| Oct 14 03:51:26.394 INFO STEP 279 (remove_files) COMPLETE
49932024-10-14T03:51:27.109Z[ recovery-image] Oct 14 03:51:26.394 INFO O| Oct 14 03:51:26.394 INFO STEP 280: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
49942024-10-14T03:51:27.124Z[ recovery-image] Oct 14 03:51:26.410 INFO O| Oct 14 03:51:26.410 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/mib2c"
49952024-10-14T03:51:27.124Z[ recovery-image] Oct 14 03:51:26.411 INFO O| Oct 14 03:51:26.411 INFO STEP 280 (remove_files) COMPLETE
49962024-10-14T03:51:27.126Z[ recovery-image] Oct 14 03:51:26.411 INFO O| Oct 14 03:51:26.411 INFO STEP 281: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
49972024-10-14T03:51:27.140Z[ recovery-image] Oct 14 03:51:26.427 INFO O| Oct 14 03:51:26.427 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/mib2c-update"
49982024-10-14T03:51:27.140Z[ recovery-image] Oct 14 03:51:26.427 INFO O| Oct 14 03:51:26.427 INFO STEP 281 (remove_files) COMPLETE
49992024-10-14T03:51:27.143Z[ recovery-image] Oct 14 03:51:26.427 INFO O| Oct 14 03:51:26.427 INFO STEP 282: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
50002024-10-14T03:51:27.166Z[ recovery-image] Oct 14 03:51:26.453 INFO O| Oct 14 03:51:26.453 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/mkfifo"
50012024-10-14T03:51:27.172Z[ recovery-image] Oct 14 03:51:26.459 INFO O| Oct 14 03:51:26.459 INFO STEP 282 (remove_files) COMPLETE
50022024-10-14T03:51:27.172Z[ recovery-image] Oct 14 03:51:26.459 INFO O| Oct 14 03:51:26.459 INFO STEP 283: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
50032024-10-14T03:51:27.233Z[ recovery-image] Oct 14 03:51:26.520 INFO O| Oct 14 03:51:26.520 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/mkpwdict"
50042024-10-14T03:51:27.233Z[ recovery-image] Oct 14 03:51:26.520 INFO O| Oct 14 03:51:26.520 INFO STEP 283 (remove_files) COMPLETE
50052024-10-14T03:51:27.236Z[ recovery-image] Oct 14 03:51:26.520 INFO O| Oct 14 03:51:26.520 INFO STEP 284: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
50062024-10-14T03:51:27.272Z[ recovery-image] Oct 14 03:51:26.559 INFO O| Oct 14 03:51:26.559 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/moe"
50072024-10-14T03:51:27.272Z[ recovery-image] Oct 14 03:51:26.559 INFO O| Oct 14 03:51:26.559 INFO STEP 284 (remove_files) COMPLETE
50082024-10-14T03:51:27.272Z[ recovery-image] Oct 14 03:51:26.559 INFO O| Oct 14 03:51:26.559 INFO STEP 285: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
50092024-10-14T03:51:27.289Z[ recovery-image] Oct 14 03:51:26.576 INFO O| Oct 14 03:51:26.576 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/mpstat"
50102024-10-14T03:51:27.289Z[ recovery-image] Oct 14 03:51:26.576 INFO O| Oct 14 03:51:26.576 INFO STEP 285 (remove_files) COMPLETE
50112024-10-14T03:51:27.292Z[ recovery-image] Oct 14 03:51:26.576 INFO O| Oct 14 03:51:26.576 INFO STEP 286: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
50122024-10-14T03:51:27.306Z[ recovery-image] Oct 14 03:51:26.592 INFO O| Oct 14 03:51:26.592 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/mt"
50132024-10-14T03:51:27.306Z[ recovery-image] Oct 14 03:51:26.592 INFO O| Oct 14 03:51:26.592 INFO STEP 286 (remove_files) COMPLETE
50142024-10-14T03:51:27.306Z[ recovery-image] Oct 14 03:51:26.592 INFO O| Oct 14 03:51:26.592 INFO STEP 287: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
50152024-10-14T03:51:27.321Z[ recovery-image] Oct 14 03:51:26.607 INFO O| Oct 14 03:51:26.607 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/ncurses6-config"
50162024-10-14T03:51:27.321Z[ recovery-image] Oct 14 03:51:26.607 INFO O| Oct 14 03:51:26.607 INFO STEP 287 (remove_files) COMPLETE
50172024-10-14T03:51:27.321Z[ recovery-image] Oct 14 03:51:26.607 INFO O| Oct 14 03:51:26.607 INFO STEP 288: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
50182024-10-14T03:51:27.336Z[ recovery-image] Oct 14 03:51:26.622 INFO O| Oct 14 03:51:26.622 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/net-snmp-cert"
50192024-10-14T03:51:27.336Z[ recovery-image] Oct 14 03:51:26.622 INFO O| Oct 14 03:51:26.622 INFO STEP 288 (remove_files) COMPLETE
50202024-10-14T03:51:27.336Z[ recovery-image] Oct 14 03:51:26.623 INFO O| Oct 14 03:51:26.622 INFO STEP 289: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
50212024-10-14T03:51:27.351Z[ recovery-image] Oct 14 03:51:26.638 INFO O| Oct 14 03:51:26.638 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/net-snmp-config"
50222024-10-14T03:51:27.351Z[ recovery-image] Oct 14 03:51:26.638 INFO O| Oct 14 03:51:26.638 INFO STEP 289 (remove_files) COMPLETE
50232024-10-14T03:51:27.354Z[ recovery-image] Oct 14 03:51:26.638 INFO O| Oct 14 03:51:26.638 INFO STEP 290: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
50242024-10-14T03:51:27.368Z[ recovery-image] Oct 14 03:51:26.654 INFO O| Oct 14 03:51:26.654 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/net-snmp-create-v3-user"
50252024-10-14T03:51:27.368Z[ recovery-image] Oct 14 03:51:26.654 INFO O| Oct 14 03:51:26.654 INFO STEP 290 (remove_files) COMPLETE
50262024-10-14T03:51:27.368Z[ recovery-image] Oct 14 03:51:26.654 INFO O| Oct 14 03:51:26.654 INFO STEP 291: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
50272024-10-14T03:51:27.384Z[ recovery-image] Oct 14 03:51:26.671 INFO O| Oct 14 03:51:26.671 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/newform"
50282024-10-14T03:51:27.384Z[ recovery-image] Oct 14 03:51:26.671 INFO O| Oct 14 03:51:26.671 INFO STEP 291 (remove_files) COMPLETE
50292024-10-14T03:51:27.384Z[ recovery-image] Oct 14 03:51:26.671 INFO O| Oct 14 03:51:26.671 INFO STEP 292: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
50302024-10-14T03:51:27.401Z[ recovery-image] Oct 14 03:51:26.688 INFO O| Oct 14 03:51:26.687 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/newgrp"
50312024-10-14T03:51:27.401Z[ recovery-image] Oct 14 03:51:26.688 INFO O| Oct 14 03:51:26.688 INFO STEP 292 (remove_files) COMPLETE
50322024-10-14T03:51:27.401Z[ recovery-image] Oct 14 03:51:26.688 INFO O| Oct 14 03:51:26.688 INFO STEP 293: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
50332024-10-14T03:51:27.418Z[ recovery-image] Oct 14 03:51:26.705 INFO O| Oct 14 03:51:26.704 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/news"
50342024-10-14T03:51:27.418Z[ recovery-image] Oct 14 03:51:26.705 INFO O| Oct 14 03:51:26.705 INFO STEP 293 (remove_files) COMPLETE
50352024-10-14T03:51:27.418Z[ recovery-image] Oct 14 03:51:26.705 INFO O| Oct 14 03:51:26.705 INFO STEP 294: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
50362024-10-14T03:51:27.435Z[ recovery-image] Oct 14 03:51:26.722 INFO O| Oct 14 03:51:26.722 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/newtask"
50372024-10-14T03:51:27.435Z[ recovery-image] Oct 14 03:51:26.722 INFO O| Oct 14 03:51:26.722 INFO STEP 294 (remove_files) COMPLETE
50382024-10-14T03:51:27.435Z[ recovery-image] Oct 14 03:51:26.722 INFO O| Oct 14 03:51:26.722 INFO STEP 295: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
50392024-10-14T03:51:27.453Z[ recovery-image] Oct 14 03:51:26.739 INFO O| Oct 14 03:51:26.739 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/nice"
50402024-10-14T03:51:27.453Z[ recovery-image] Oct 14 03:51:26.739 INFO O| Oct 14 03:51:26.739 INFO STEP 295 (remove_files) COMPLETE
50412024-10-14T03:51:27.453Z[ recovery-image] Oct 14 03:51:26.739 INFO O| Oct 14 03:51:26.739 INFO STEP 296: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
50422024-10-14T03:51:27.470Z[ recovery-image] Oct 14 03:51:26.756 INFO O| Oct 14 03:51:26.756 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/nl"
50432024-10-14T03:51:27.470Z[ recovery-image] Oct 14 03:51:26.757 INFO O| Oct 14 03:51:26.756 INFO STEP 296 (remove_files) COMPLETE
50442024-10-14T03:51:27.470Z[ recovery-image] Oct 14 03:51:26.757 INFO O| Oct 14 03:51:26.757 INFO STEP 297: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
50452024-10-14T03:51:27.487Z[ recovery-image] Oct 14 03:51:26.773 INFO O| Oct 14 03:51:26.773 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/oawk"
50462024-10-14T03:51:27.487Z[ recovery-image] Oct 14 03:51:26.774 INFO O| Oct 14 03:51:26.773 INFO STEP 297 (remove_files) COMPLETE
50472024-10-14T03:51:27.487Z[ recovery-image] Oct 14 03:51:26.774 INFO O| Oct 14 03:51:26.773 INFO STEP 298: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
50482024-10-14T03:51:27.505Z[ recovery-image] Oct 14 03:51:26.792 INFO O| Oct 14 03:51:26.791 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/od"
50492024-10-14T03:51:27.505Z[ recovery-image] Oct 14 03:51:26.792 INFO O| Oct 14 03:51:26.792 INFO STEP 298 (remove_files) COMPLETE
50502024-10-14T03:51:27.505Z[ recovery-image] Oct 14 03:51:26.792 INFO O| Oct 14 03:51:26.792 INFO STEP 299: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
50512024-10-14T03:51:27.522Z[ recovery-image] Oct 14 03:51:26.809 INFO O| Oct 14 03:51:26.809 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/optisa"
50522024-10-14T03:51:27.522Z[ recovery-image] Oct 14 03:51:26.809 INFO O| Oct 14 03:51:26.809 INFO STEP 299 (remove_files) COMPLETE
50532024-10-14T03:51:27.525Z[ recovery-image] Oct 14 03:51:26.810 INFO O| Oct 14 03:51:26.809 INFO STEP 300: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
50542024-10-14T03:51:27.540Z[ recovery-image] Oct 14 03:51:26.827 INFO O| Oct 14 03:51:26.827 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pack"
50552024-10-14T03:51:27.540Z[ recovery-image] Oct 14 03:51:26.827 INFO O| Oct 14 03:51:26.827 INFO STEP 300 (remove_files) COMPLETE
50562024-10-14T03:51:27.543Z[ recovery-image] Oct 14 03:51:26.827 INFO O| Oct 14 03:51:26.827 INFO STEP 301: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
50572024-10-14T03:51:27.558Z[ recovery-image] Oct 14 03:51:26.845 INFO O| Oct 14 03:51:26.845 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/page"
50582024-10-14T03:51:27.558Z[ recovery-image] Oct 14 03:51:26.845 INFO O| Oct 14 03:51:26.845 INFO STEP 301 (remove_files) COMPLETE
50592024-10-14T03:51:27.558Z[ recovery-image] Oct 14 03:51:26.845 INFO O| Oct 14 03:51:26.845 INFO STEP 302: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
50602024-10-14T03:51:27.575Z[ recovery-image] Oct 14 03:51:26.861 INFO O| Oct 14 03:51:26.861 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pagesize"
50612024-10-14T03:51:27.575Z[ recovery-image] Oct 14 03:51:26.861 INFO O| Oct 14 03:51:26.861 INFO STEP 302 (remove_files) COMPLETE
50622024-10-14T03:51:27.575Z[ recovery-image] Oct 14 03:51:26.861 INFO O| Oct 14 03:51:26.861 INFO STEP 303: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
50632024-10-14T03:51:27.592Z[ recovery-image] Oct 14 03:51:26.879 INFO O| Oct 14 03:51:26.878 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pargs"
50642024-10-14T03:51:27.592Z[ recovery-image] Oct 14 03:51:26.879 INFO O| Oct 14 03:51:26.879 INFO STEP 303 (remove_files) COMPLETE
50652024-10-14T03:51:27.592Z[ recovery-image] Oct 14 03:51:26.879 INFO O| Oct 14 03:51:26.879 INFO STEP 304: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
50662024-10-14T03:51:27.611Z[ recovery-image] Oct 14 03:51:26.895 INFO O| Oct 14 03:51:26.895 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/passwd"
50672024-10-14T03:51:27.628Z[ recovery-image] Oct 14 03:51:26.914 INFO O| Oct 14 03:51:26.914 INFO STEP 304 (remove_files) COMPLETE
50682024-10-14T03:51:27.628Z[ recovery-image] Oct 14 03:51:26.914 INFO O| Oct 14 03:51:26.914 INFO STEP 305: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
50692024-10-14T03:51:27.688Z[ recovery-image] Oct 14 03:51:26.974 INFO O| Oct 14 03:51:26.974 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/paste"
50702024-10-14T03:51:27.688Z[ recovery-image] Oct 14 03:51:26.974 INFO O| Oct 14 03:51:26.974 INFO STEP 305 (remove_files) COMPLETE
50712024-10-14T03:51:27.688Z[ recovery-image] Oct 14 03:51:26.974 INFO O| Oct 14 03:51:26.974 INFO STEP 306: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
50722024-10-14T03:51:27.704Z[ recovery-image] Oct 14 03:51:26.991 INFO O| Oct 14 03:51:26.991 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pathchk"
50732024-10-14T03:51:27.704Z[ recovery-image] Oct 14 03:51:26.991 INFO O| Oct 14 03:51:26.991 INFO STEP 306 (remove_files) COMPLETE
50742024-10-14T03:51:27.704Z[ recovery-image] Oct 14 03:51:26.991 INFO O| Oct 14 03:51:26.991 INFO STEP 307: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
50752024-10-14T03:51:27.721Z[ recovery-image] Oct 14 03:51:27.008 INFO O| Oct 14 03:51:27.008 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pauxv"
50762024-10-14T03:51:27.721Z[ recovery-image] Oct 14 03:51:27.008 INFO O| Oct 14 03:51:27.008 INFO STEP 307 (remove_files) COMPLETE
50772024-10-14T03:51:27.721Z[ recovery-image] Oct 14 03:51:27.008 INFO O| Oct 14 03:51:27.008 INFO STEP 308: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
50782024-10-14T03:51:27.739Z[ recovery-image] Oct 14 03:51:27.026 INFO O| Oct 14 03:51:27.025 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pax"
50792024-10-14T03:51:27.739Z[ recovery-image] Oct 14 03:51:27.026 INFO O| Oct 14 03:51:27.026 INFO STEP 308 (remove_files) COMPLETE
50802024-10-14T03:51:27.739Z[ recovery-image] Oct 14 03:51:27.026 INFO O| Oct 14 03:51:27.026 INFO STEP 309: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
50812024-10-14T03:51:27.756Z[ recovery-image] Oct 14 03:51:27.043 INFO O| Oct 14 03:51:27.043 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pcap-config"
50822024-10-14T03:51:27.756Z[ recovery-image] Oct 14 03:51:27.043 INFO O| Oct 14 03:51:27.043 INFO STEP 309 (remove_files) COMPLETE
50832024-10-14T03:51:27.759Z[ recovery-image] Oct 14 03:51:27.043 INFO O| Oct 14 03:51:27.043 INFO STEP 310: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
50842024-10-14T03:51:27.773Z[ recovery-image] Oct 14 03:51:27.060 INFO O| Oct 14 03:51:27.060 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pcre-config"
50852024-10-14T03:51:27.773Z[ recovery-image] Oct 14 03:51:27.060 INFO O| Oct 14 03:51:27.060 INFO STEP 310 (remove_files) COMPLETE
50862024-10-14T03:51:27.776Z[ recovery-image] Oct 14 03:51:27.060 INFO O| Oct 14 03:51:27.060 INFO STEP 311: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
50872024-10-14T03:51:27.833Z[ recovery-image] Oct 14 03:51:27.120 INFO O| Oct 14 03:51:27.120 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pcre2-config"
50882024-10-14T03:51:27.833Z[ recovery-image] Oct 14 03:51:27.120 INFO O| Oct 14 03:51:27.120 INFO STEP 311 (remove_files) COMPLETE
50892024-10-14T03:51:27.833Z[ recovery-image] Oct 14 03:51:27.120 INFO O| Oct 14 03:51:27.120 INFO STEP 312: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
50902024-10-14T03:51:27.867Z[ recovery-image] Oct 14 03:51:27.154 INFO O| Oct 14 03:51:27.154 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pcre2grep"
50912024-10-14T03:51:27.868Z[ recovery-image] Oct 14 03:51:27.154 INFO O| Oct 14 03:51:27.154 INFO STEP 312 (remove_files) COMPLETE
50922024-10-14T03:51:27.868Z[ recovery-image] Oct 14 03:51:27.154 INFO O| Oct 14 03:51:27.154 INFO STEP 313: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
50932024-10-14T03:51:27.907Z[ recovery-image] Oct 14 03:51:27.194 INFO O| Oct 14 03:51:27.194 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pcre2test"
50942024-10-14T03:51:27.907Z[ recovery-image] Oct 14 03:51:27.194 INFO O| Oct 14 03:51:27.194 INFO STEP 313 (remove_files) COMPLETE
50952024-10-14T03:51:27.910Z[ recovery-image] Oct 14 03:51:27.194 INFO O| Oct 14 03:51:27.194 INFO STEP 314: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
50962024-10-14T03:51:27.950Z[ recovery-image] Oct 14 03:51:27.237 INFO O| Oct 14 03:51:27.237 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pcred"
50972024-10-14T03:51:27.954Z[ recovery-image] Oct 14 03:51:27.237 INFO O| Oct 14 03:51:27.237 INFO STEP 314 (remove_files) COMPLETE
50982024-10-14T03:51:27.954Z[ recovery-image] Oct 14 03:51:27.237 INFO O| Oct 14 03:51:27.237 INFO STEP 315: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
50992024-10-14T03:51:27.968Z[ recovery-image] Oct 14 03:51:27.253 INFO O| Oct 14 03:51:27.253 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pcregrep"
51002024-10-14T03:51:27.968Z[ recovery-image] Oct 14 03:51:27.253 INFO O| Oct 14 03:51:27.253 INFO STEP 315 (remove_files) COMPLETE
51012024-10-14T03:51:27.971Z[ recovery-image] Oct 14 03:51:27.254 INFO O| Oct 14 03:51:27.253 INFO STEP 316: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
51022024-10-14T03:51:27.983Z[ recovery-image] Oct 14 03:51:27.269 INFO O| Oct 14 03:51:27.269 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pcretest"
51032024-10-14T03:51:27.983Z[ recovery-image] Oct 14 03:51:27.270 INFO O| Oct 14 03:51:27.269 INFO STEP 316 (remove_files) COMPLETE
51042024-10-14T03:51:27.985Z[ recovery-image] Oct 14 03:51:27.270 INFO O| Oct 14 03:51:27.270 INFO STEP 317: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
51052024-10-14T03:51:27.999Z[ recovery-image] Oct 14 03:51:27.286 INFO O| Oct 14 03:51:27.286 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/penv"
51062024-10-14T03:51:28.002Z[ recovery-image] Oct 14 03:51:27.286 INFO O| Oct 14 03:51:27.286 INFO STEP 317 (remove_files) COMPLETE
51072024-10-14T03:51:28.002Z[ recovery-image] Oct 14 03:51:27.286 INFO O| Oct 14 03:51:27.286 INFO STEP 318: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
51082024-10-14T03:51:28.017Z[ recovery-image] Oct 14 03:51:27.303 INFO O| Oct 14 03:51:27.303 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pfbash"
51092024-10-14T03:51:28.019Z[ recovery-image] Oct 14 03:51:27.304 INFO O| Oct 14 03:51:27.304 INFO STEP 318 (remove_files) COMPLETE
51102024-10-14T03:51:28.020Z[ recovery-image] Oct 14 03:51:27.304 INFO O| Oct 14 03:51:27.304 INFO STEP 319: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
51112024-10-14T03:51:28.034Z[ recovery-image] Oct 14 03:51:27.321 INFO O| Oct 14 03:51:27.320 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pfcsh"
51122024-10-14T03:51:28.034Z[ recovery-image] Oct 14 03:51:27.321 INFO O| Oct 14 03:51:27.321 INFO STEP 319 (remove_files) COMPLETE
51132024-10-14T03:51:28.036Z[ recovery-image] Oct 14 03:51:27.321 INFO O| Oct 14 03:51:27.321 INFO STEP 320: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
51142024-10-14T03:51:28.050Z[ recovery-image] Oct 14 03:51:27.337 INFO O| Oct 14 03:51:27.337 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pfiles"
51152024-10-14T03:51:28.050Z[ recovery-image] Oct 14 03:51:27.337 INFO O| Oct 14 03:51:27.337 INFO STEP 320 (remove_files) COMPLETE
51162024-10-14T03:51:28.053Z[ recovery-image] Oct 14 03:51:27.337 INFO O| Oct 14 03:51:27.337 INFO STEP 321: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
51172024-10-14T03:51:28.071Z[ recovery-image] Oct 14 03:51:27.357 INFO O| Oct 14 03:51:27.357 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pfksh"
51182024-10-14T03:51:28.071Z[ recovery-image] Oct 14 03:51:27.357 INFO O| Oct 14 03:51:27.357 INFO STEP 321 (remove_files) COMPLETE
51192024-10-14T03:51:28.071Z[ recovery-image] Oct 14 03:51:27.357 INFO O| Oct 14 03:51:27.357 INFO STEP 322: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
51202024-10-14T03:51:28.094Z[ recovery-image] Oct 14 03:51:27.381 INFO O| Oct 14 03:51:27.381 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pfksh93"
51212024-10-14T03:51:28.097Z[ recovery-image] Oct 14 03:51:27.381 INFO O| Oct 14 03:51:27.381 INFO STEP 322 (remove_files) COMPLETE
51222024-10-14T03:51:28.097Z[ recovery-image] Oct 14 03:51:27.382 INFO O| Oct 14 03:51:27.381 INFO STEP 323: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
51232024-10-14T03:51:28.114Z[ recovery-image] Oct 14 03:51:27.400 INFO O| Oct 14 03:51:27.400 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pflags"
51242024-10-14T03:51:28.114Z[ recovery-image] Oct 14 03:51:27.400 INFO O| Oct 14 03:51:27.400 INFO STEP 323 (remove_files) COMPLETE
51252024-10-14T03:51:28.114Z[ recovery-image] Oct 14 03:51:27.400 INFO O| Oct 14 03:51:27.400 INFO STEP 324: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
51262024-10-14T03:51:28.132Z[ recovery-image] Oct 14 03:51:27.418 INFO O| Oct 14 03:51:27.418 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pfrksh"
51272024-10-14T03:51:28.132Z[ recovery-image] Oct 14 03:51:27.418 INFO O| Oct 14 03:51:27.418 INFO STEP 324 (remove_files) COMPLETE
51282024-10-14T03:51:28.132Z[ recovery-image] Oct 14 03:51:27.418 INFO O| Oct 14 03:51:27.418 INFO STEP 325: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
51292024-10-14T03:51:28.196Z[ recovery-image] Oct 14 03:51:27.482 INFO O| Oct 14 03:51:27.482 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pfrksh93"
51302024-10-14T03:51:28.196Z[ recovery-image] Oct 14 03:51:27.482 INFO O| Oct 14 03:51:27.482 INFO STEP 325 (remove_files) COMPLETE
51312024-10-14T03:51:28.196Z[ recovery-image] Oct 14 03:51:27.483 INFO O| Oct 14 03:51:27.482 INFO STEP 326: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
51322024-10-14T03:51:28.214Z[ recovery-image] Oct 14 03:51:27.501 INFO O| Oct 14 03:51:27.500 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pfsh"
51332024-10-14T03:51:28.214Z[ recovery-image] Oct 14 03:51:27.501 INFO O| Oct 14 03:51:27.501 INFO STEP 326 (remove_files) COMPLETE
51342024-10-14T03:51:28.216Z[ recovery-image] Oct 14 03:51:27.501 INFO O| Oct 14 03:51:27.501 INFO STEP 327: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
51352024-10-14T03:51:28.232Z[ recovery-image] Oct 14 03:51:27.519 INFO O| Oct 14 03:51:27.519 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pftcsh"
51362024-10-14T03:51:28.232Z[ recovery-image] Oct 14 03:51:27.519 INFO O| Oct 14 03:51:27.519 INFO STEP 327 (remove_files) COMPLETE
51372024-10-14T03:51:28.235Z[ recovery-image] Oct 14 03:51:27.519 INFO O| Oct 14 03:51:27.519 INFO STEP 328: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
51382024-10-14T03:51:28.251Z[ recovery-image] Oct 14 03:51:27.537 INFO O| Oct 14 03:51:27.537 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pfzsh"
51392024-10-14T03:51:28.254Z[ recovery-image] Oct 14 03:51:27.537 INFO O| Oct 14 03:51:27.537 INFO STEP 328 (remove_files) COMPLETE
51402024-10-14T03:51:28.254Z[ recovery-image] Oct 14 03:51:27.537 INFO O| Oct 14 03:51:27.537 INFO STEP 329: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
51412024-10-14T03:51:28.281Z[ recovery-image] Oct 14 03:51:27.567 INFO O| Oct 14 03:51:27.567 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pg"
51422024-10-14T03:51:28.281Z[ recovery-image] Oct 14 03:51:27.567 INFO O| Oct 14 03:51:27.567 INFO STEP 329 (remove_files) COMPLETE
51432024-10-14T03:51:28.281Z[ recovery-image] Oct 14 03:51:27.567 INFO O| Oct 14 03:51:27.567 INFO STEP 330: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
51442024-10-14T03:51:28.300Z[ recovery-image] Oct 14 03:51:27.586 INFO O| Oct 14 03:51:27.586 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pginfo"
51452024-10-14T03:51:28.320Z[ recovery-image] Oct 14 03:51:27.606 INFO O| Oct 14 03:51:27.606 INFO STEP 330 (remove_files) COMPLETE
51462024-10-14T03:51:28.320Z[ recovery-image] Oct 14 03:51:27.606 INFO O| Oct 14 03:51:27.606 INFO STEP 331: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
51472024-10-14T03:51:28.350Z[ recovery-image] Oct 14 03:51:27.637 INFO O| Oct 14 03:51:27.637 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pgstat"
51482024-10-14T03:51:28.350Z[ recovery-image] Oct 14 03:51:27.637 INFO O| Oct 14 03:51:27.637 INFO STEP 331 (remove_files) COMPLETE
51492024-10-14T03:51:28.353Z[ recovery-image] Oct 14 03:51:27.637 INFO O| Oct 14 03:51:27.637 INFO STEP 332: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
51502024-10-14T03:51:28.368Z[ recovery-image] Oct 14 03:51:27.655 INFO O| Oct 14 03:51:27.655 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pkgadm"
51512024-10-14T03:51:28.368Z[ recovery-image] Oct 14 03:51:27.655 INFO O| Oct 14 03:51:27.655 INFO STEP 332 (remove_files) COMPLETE
51522024-10-14T03:51:28.368Z[ recovery-image] Oct 14 03:51:27.655 INFO O| Oct 14 03:51:27.655 INFO STEP 333: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
51532024-10-14T03:51:28.386Z[ recovery-image] Oct 14 03:51:27.673 INFO O| Oct 14 03:51:27.673 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pkgcond"
51542024-10-14T03:51:28.386Z[ recovery-image] Oct 14 03:51:27.673 INFO O| Oct 14 03:51:27.673 INFO STEP 333 (remove_files) COMPLETE
51552024-10-14T03:51:28.389Z[ recovery-image] Oct 14 03:51:27.673 INFO O| Oct 14 03:51:27.673 INFO STEP 334: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
51562024-10-14T03:51:28.403Z[ recovery-image] Oct 14 03:51:27.690 INFO O| Oct 14 03:51:27.690 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pkginfo"
51572024-10-14T03:51:28.403Z[ recovery-image] Oct 14 03:51:27.690 INFO O| Oct 14 03:51:27.690 INFO STEP 334 (remove_files) COMPLETE
51582024-10-14T03:51:28.406Z[ recovery-image] Oct 14 03:51:27.690 INFO O| Oct 14 03:51:27.690 INFO STEP 335: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
51592024-10-14T03:51:28.422Z[ recovery-image] Oct 14 03:51:27.708 INFO O| Oct 14 03:51:27.708 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pkgmk"
51602024-10-14T03:51:28.422Z[ recovery-image] Oct 14 03:51:27.708 INFO O| Oct 14 03:51:27.708 INFO STEP 335 (remove_files) COMPLETE
51612024-10-14T03:51:28.422Z[ recovery-image] Oct 14 03:51:27.708 INFO O| Oct 14 03:51:27.708 INFO STEP 336: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
51622024-10-14T03:51:28.439Z[ recovery-image] Oct 14 03:51:27.726 INFO O| Oct 14 03:51:27.726 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pkgparam"
51632024-10-14T03:51:28.439Z[ recovery-image] Oct 14 03:51:27.726 INFO O| Oct 14 03:51:27.726 INFO STEP 336 (remove_files) COMPLETE
51642024-10-14T03:51:28.442Z[ recovery-image] Oct 14 03:51:27.726 INFO O| Oct 14 03:51:27.726 INFO STEP 337: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
51652024-10-14T03:51:28.457Z[ recovery-image] Oct 14 03:51:27.744 INFO O| Oct 14 03:51:27.744 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pkgproto"
51662024-10-14T03:51:28.457Z[ recovery-image] Oct 14 03:51:27.744 INFO O| Oct 14 03:51:27.744 INFO STEP 337 (remove_files) COMPLETE
51672024-10-14T03:51:28.459Z[ recovery-image] Oct 14 03:51:27.744 INFO O| Oct 14 03:51:27.744 INFO STEP 338: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
51682024-10-14T03:51:28.472Z[ recovery-image] Oct 14 03:51:27.758 INFO O| Oct 14 03:51:27.758 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pkgtrans"
51692024-10-14T03:51:28.472Z[ recovery-image] Oct 14 03:51:27.759 INFO O| Oct 14 03:51:27.758 INFO STEP 338 (remove_files) COMPLETE
51702024-10-14T03:51:28.472Z[ recovery-image] Oct 14 03:51:27.759 INFO O| Oct 14 03:51:27.758 INFO STEP 339: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
51712024-10-14T03:51:28.488Z[ recovery-image] Oct 14 03:51:27.775 INFO O| Oct 14 03:51:27.774 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pkill"
51722024-10-14T03:51:28.488Z[ recovery-image] Oct 14 03:51:27.775 INFO O| Oct 14 03:51:27.775 INFO STEP 339 (remove_files) COMPLETE
51732024-10-14T03:51:28.488Z[ recovery-image] Oct 14 03:51:27.775 INFO O| Oct 14 03:51:27.775 INFO STEP 340: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
51742024-10-14T03:51:28.529Z[ recovery-image] Oct 14 03:51:27.816 INFO O| Oct 14 03:51:27.816 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pktool"
51752024-10-14T03:51:28.532Z[ recovery-image] Oct 14 03:51:27.816 INFO O| Oct 14 03:51:27.816 INFO STEP 340 (remove_files) COMPLETE
51762024-10-14T03:51:28.532Z[ recovery-image] Oct 14 03:51:27.816 INFO O| Oct 14 03:51:27.816 INFO STEP 341: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
51772024-10-14T03:51:28.551Z[ recovery-image] Oct 14 03:51:27.838 INFO O| Oct 14 03:51:27.838 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pldd"
51782024-10-14T03:51:28.551Z[ recovery-image] Oct 14 03:51:27.838 INFO O| Oct 14 03:51:27.838 INFO STEP 341 (remove_files) COMPLETE
51792024-10-14T03:51:28.551Z[ recovery-image] Oct 14 03:51:27.838 INFO O| Oct 14 03:51:27.838 INFO STEP 342: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
51802024-10-14T03:51:28.570Z[ recovery-image] Oct 14 03:51:27.856 INFO O| Oct 14 03:51:27.856 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/plgrp"
51812024-10-14T03:51:28.570Z[ recovery-image] Oct 14 03:51:27.856 INFO O| Oct 14 03:51:27.856 INFO STEP 342 (remove_files) COMPLETE
51822024-10-14T03:51:28.572Z[ recovery-image] Oct 14 03:51:27.856 INFO O| Oct 14 03:51:27.856 INFO STEP 343: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
51832024-10-14T03:51:28.588Z[ recovery-image] Oct 14 03:51:27.875 INFO O| Oct 14 03:51:27.874 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/plimit"
51842024-10-14T03:51:28.590Z[ recovery-image] Oct 14 03:51:27.875 INFO O| Oct 14 03:51:27.875 INFO STEP 343 (remove_files) COMPLETE
51852024-10-14T03:51:28.590Z[ recovery-image] Oct 14 03:51:27.875 INFO O| Oct 14 03:51:27.875 INFO STEP 344: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
51862024-10-14T03:51:28.606Z[ recovery-image] Oct 14 03:51:27.892 INFO O| Oct 14 03:51:27.892 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pmadvise"
51872024-10-14T03:51:28.608Z[ recovery-image] Oct 14 03:51:27.893 INFO O| Oct 14 03:51:27.893 INFO STEP 344 (remove_files) COMPLETE
51882024-10-14T03:51:28.608Z[ recovery-image] Oct 14 03:51:27.893 INFO O| Oct 14 03:51:27.893 INFO STEP 345: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
51892024-10-14T03:51:28.626Z[ recovery-image] Oct 14 03:51:27.912 INFO O| Oct 14 03:51:27.912 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pmap"
51902024-10-14T03:51:28.626Z[ recovery-image] Oct 14 03:51:27.913 INFO O| Oct 14 03:51:27.913 INFO STEP 345 (remove_files) COMPLETE
51912024-10-14T03:51:28.626Z[ recovery-image] Oct 14 03:51:27.913 INFO O| Oct 14 03:51:27.913 INFO STEP 346: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
51922024-10-14T03:51:28.636Z[ host-image] Oct 14 03:51:27.923 INFO O| Oct 14 03:51:27.923 INFO O| Download: 413/1140 items 2.6/8.4MB 30% complete (561k/s)
51932024-10-14T03:51:28.644Z[ recovery-image] Oct 14 03:51:27.931 INFO O| Oct 14 03:51:27.931 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/poolstat"
51942024-10-14T03:51:28.644Z[ recovery-image] Oct 14 03:51:27.931 INFO O| Oct 14 03:51:27.931 INFO STEP 346 (remove_files) COMPLETE
51952024-10-14T03:51:28.646Z[ recovery-image] Oct 14 03:51:27.931 INFO O| Oct 14 03:51:27.931 INFO STEP 347: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
51962024-10-14T03:51:28.662Z[ recovery-image] Oct 14 03:51:27.949 INFO O| Oct 14 03:51:27.949 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/ppgsz"
51972024-10-14T03:51:28.663Z[ recovery-image] Oct 14 03:51:27.949 INFO O| Oct 14 03:51:27.949 INFO STEP 347 (remove_files) COMPLETE
51982024-10-14T03:51:28.663Z[ recovery-image] Oct 14 03:51:27.949 INFO O| Oct 14 03:51:27.949 INFO STEP 348: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
51992024-10-14T03:51:28.681Z[ recovery-image] Oct 14 03:51:27.968 INFO O| Oct 14 03:51:27.967 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/ppriv"
52002024-10-14T03:51:28.681Z[ recovery-image] Oct 14 03:51:27.968 INFO O| Oct 14 03:51:27.968 INFO STEP 348 (remove_files) COMPLETE
52012024-10-14T03:51:28.681Z[ recovery-image] Oct 14 03:51:27.968 INFO O| Oct 14 03:51:27.968 INFO STEP 349: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
52022024-10-14T03:51:28.714Z[ recovery-image] Oct 14 03:51:28.001 INFO O| Oct 14 03:51:28.001 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pr"
52032024-10-14T03:51:28.714Z[ recovery-image] Oct 14 03:51:28.001 INFO O| Oct 14 03:51:28.001 INFO STEP 349 (remove_files) COMPLETE
52042024-10-14T03:51:28.714Z[ recovery-image] Oct 14 03:51:28.001 INFO O| Oct 14 03:51:28.001 INFO STEP 350: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
52052024-10-14T03:51:28.787Z[ recovery-image] Oct 14 03:51:28.074 INFO O| Oct 14 03:51:28.074 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/prctl"
52062024-10-14T03:51:28.787Z[ recovery-image] Oct 14 03:51:28.074 INFO O| Oct 14 03:51:28.074 INFO STEP 350 (remove_files) COMPLETE
52072024-10-14T03:51:28.787Z[ recovery-image] Oct 14 03:51:28.074 INFO O| Oct 14 03:51:28.074 INFO STEP 351: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
52082024-10-14T03:51:28.830Z[ recovery-image] Oct 14 03:51:28.117 INFO O| Oct 14 03:51:28.117 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/preap"
52092024-10-14T03:51:28.830Z[ recovery-image] Oct 14 03:51:28.117 INFO O| Oct 14 03:51:28.117 INFO STEP 351 (remove_files) COMPLETE
52102024-10-14T03:51:28.831Z[ recovery-image] Oct 14 03:51:28.117 INFO O| Oct 14 03:51:28.117 INFO STEP 352: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
52112024-10-14T03:51:28.854Z[ recovery-image] Oct 14 03:51:28.141 INFO O| Oct 14 03:51:28.141 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/print"
52122024-10-14T03:51:28.855Z[ recovery-image] Oct 14 03:51:28.141 INFO O| Oct 14 03:51:28.141 INFO STEP 352 (remove_files) COMPLETE
52132024-10-14T03:51:28.855Z[ recovery-image] Oct 14 03:51:28.141 INFO O| Oct 14 03:51:28.141 INFO STEP 353: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
52142024-10-14T03:51:28.876Z[ recovery-image] Oct 14 03:51:28.163 INFO O| Oct 14 03:51:28.163 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/printf"
52152024-10-14T03:51:28.876Z[ recovery-image] Oct 14 03:51:28.163 INFO O| Oct 14 03:51:28.163 INFO STEP 353 (remove_files) COMPLETE
52162024-10-14T03:51:28.876Z[ recovery-image] Oct 14 03:51:28.163 INFO O| Oct 14 03:51:28.163 INFO STEP 354: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
52172024-10-14T03:51:28.896Z[ recovery-image] Oct 14 03:51:28.183 INFO O| Oct 14 03:51:28.183 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/priocntl"
52182024-10-14T03:51:28.896Z[ recovery-image] Oct 14 03:51:28.183 INFO O| Oct 14 03:51:28.183 INFO STEP 354 (remove_files) COMPLETE
52192024-10-14T03:51:28.896Z[ recovery-image] Oct 14 03:51:28.183 INFO O| Oct 14 03:51:28.183 INFO STEP 355: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
52202024-10-14T03:51:28.952Z[ recovery-image] Oct 14 03:51:28.239 INFO O| Oct 14 03:51:28.239 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/profiles"
52212024-10-14T03:51:28.952Z[ recovery-image] Oct 14 03:51:28.239 INFO O| Oct 14 03:51:28.239 INFO STEP 355 (remove_files) COMPLETE
52222024-10-14T03:51:28.952Z[ recovery-image] Oct 14 03:51:28.239 INFO O| Oct 14 03:51:28.239 INFO STEP 356: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
52232024-10-14T03:51:28.970Z[ recovery-image] Oct 14 03:51:28.257 INFO O| Oct 14 03:51:28.257 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/projects"
52242024-10-14T03:51:28.970Z[ recovery-image] Oct 14 03:51:28.257 INFO O| Oct 14 03:51:28.257 INFO STEP 356 (remove_files) COMPLETE
52252024-10-14T03:51:28.970Z[ recovery-image] Oct 14 03:51:28.257 INFO O| Oct 14 03:51:28.257 INFO STEP 357: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
52262024-10-14T03:51:28.987Z[ recovery-image] Oct 14 03:51:28.274 INFO O| Oct 14 03:51:28.274 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/prstat"
52272024-10-14T03:51:28.987Z[ recovery-image] Oct 14 03:51:28.274 INFO O| Oct 14 03:51:28.274 INFO STEP 357 (remove_files) COMPLETE
52282024-10-14T03:51:28.990Z[ recovery-image] Oct 14 03:51:28.274 INFO O| Oct 14 03:51:28.274 INFO STEP 358: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
52292024-10-14T03:51:29.004Z[ recovery-image] Oct 14 03:51:28.291 INFO O| Oct 14 03:51:28.291 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/prun"
52302024-10-14T03:51:29.004Z[ recovery-image] Oct 14 03:51:28.291 INFO O| Oct 14 03:51:28.291 INFO STEP 358 (remove_files) COMPLETE
52312024-10-14T03:51:29.004Z[ recovery-image] Oct 14 03:51:28.291 INFO O| Oct 14 03:51:28.291 INFO STEP 359: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
52322024-10-14T03:51:29.022Z[ recovery-image] Oct 14 03:51:28.309 INFO O| Oct 14 03:51:28.308 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/psecflags"
52332024-10-14T03:51:29.022Z[ recovery-image] Oct 14 03:51:28.309 INFO O| Oct 14 03:51:28.309 INFO STEP 359 (remove_files) COMPLETE
52342024-10-14T03:51:29.022Z[ recovery-image] Oct 14 03:51:28.309 INFO O| Oct 14 03:51:28.309 INFO STEP 360: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
52352024-10-14T03:51:29.039Z[ recovery-image] Oct 14 03:51:28.326 INFO O| Oct 14 03:51:28.326 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/psig"
52362024-10-14T03:51:29.041Z[ recovery-image] Oct 14 03:51:28.326 INFO O| Oct 14 03:51:28.326 INFO STEP 360 (remove_files) COMPLETE
52372024-10-14T03:51:29.042Z[ recovery-image] Oct 14 03:51:28.326 INFO O| Oct 14 03:51:28.326 INFO STEP 361: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
52382024-10-14T03:51:29.056Z[ recovery-image] Oct 14 03:51:28.343 INFO O| Oct 14 03:51:28.343 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pstack"
52392024-10-14T03:51:29.056Z[ recovery-image] Oct 14 03:51:28.343 INFO O| Oct 14 03:51:28.343 INFO STEP 361 (remove_files) COMPLETE
52402024-10-14T03:51:29.056Z[ recovery-image] Oct 14 03:51:28.343 INFO O| Oct 14 03:51:28.343 INFO STEP 362: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
52412024-10-14T03:51:29.094Z[ recovery-image] Oct 14 03:51:28.381 INFO O| Oct 14 03:51:28.381 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pstop"
52422024-10-14T03:51:29.094Z[ recovery-image] Oct 14 03:51:28.381 INFO O| Oct 14 03:51:28.381 INFO STEP 362 (remove_files) COMPLETE
52432024-10-14T03:51:29.094Z[ recovery-image] Oct 14 03:51:28.381 INFO O| Oct 14 03:51:28.381 INFO STEP 363: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
52442024-10-14T03:51:29.113Z[ recovery-image] Oct 14 03:51:28.399 INFO O| Oct 14 03:51:28.399 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/ptime"
52452024-10-14T03:51:29.113Z[ recovery-image] Oct 14 03:51:28.399 INFO O| Oct 14 03:51:28.399 INFO STEP 363 (remove_files) COMPLETE
52462024-10-14T03:51:29.113Z[ recovery-image] Oct 14 03:51:28.400 INFO O| Oct 14 03:51:28.399 INFO STEP 364: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
52472024-10-14T03:51:29.130Z[ recovery-image] Oct 14 03:51:28.417 INFO O| Oct 14 03:51:28.417 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/ptree"
52482024-10-14T03:51:29.130Z[ recovery-image] Oct 14 03:51:28.417 INFO O| Oct 14 03:51:28.417 INFO STEP 364 (remove_files) COMPLETE
52492024-10-14T03:51:29.133Z[ recovery-image] Oct 14 03:51:28.417 INFO O| Oct 14 03:51:28.417 INFO STEP 365: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
52502024-10-14T03:51:29.150Z[ recovery-image] Oct 14 03:51:28.435 INFO O| Oct 14 03:51:28.435 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/putdev"
52512024-10-14T03:51:29.150Z[ recovery-image] Oct 14 03:51:28.436 INFO O| Oct 14 03:51:28.436 INFO STEP 365 (remove_files) COMPLETE
52522024-10-14T03:51:29.150Z[ recovery-image] Oct 14 03:51:28.436 INFO O| Oct 14 03:51:28.436 INFO STEP 366: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
52532024-10-14T03:51:29.167Z[ recovery-image] Oct 14 03:51:28.454 INFO O| Oct 14 03:51:28.454 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/putdgrp"
52542024-10-14T03:51:29.167Z[ recovery-image] Oct 14 03:51:28.454 INFO O| Oct 14 03:51:28.454 INFO STEP 366 (remove_files) COMPLETE
52552024-10-14T03:51:29.167Z[ recovery-image] Oct 14 03:51:28.454 INFO O| Oct 14 03:51:28.454 INFO STEP 367: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
52562024-10-14T03:51:29.185Z[ recovery-image] Oct 14 03:51:28.472 INFO O| Oct 14 03:51:28.472 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pvs"
52572024-10-14T03:51:29.185Z[ recovery-image] Oct 14 03:51:28.472 INFO O| Oct 14 03:51:28.472 INFO STEP 367 (remove_files) COMPLETE
52582024-10-14T03:51:29.188Z[ recovery-image] Oct 14 03:51:28.472 INFO O| Oct 14 03:51:28.472 INFO STEP 368: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
52592024-10-14T03:51:29.204Z[ recovery-image] Oct 14 03:51:28.491 INFO O| Oct 14 03:51:28.490 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pwait"
52602024-10-14T03:51:29.204Z[ recovery-image] Oct 14 03:51:28.491 INFO O| Oct 14 03:51:28.491 INFO STEP 368 (remove_files) COMPLETE
52612024-10-14T03:51:29.204Z[ recovery-image] Oct 14 03:51:28.491 INFO O| Oct 14 03:51:28.491 INFO STEP 369: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
52622024-10-14T03:51:29.222Z[ recovery-image] Oct 14 03:51:28.509 INFO O| Oct 14 03:51:28.509 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pwd"
52632024-10-14T03:51:29.223Z[ recovery-image] Oct 14 03:51:28.509 INFO O| Oct 14 03:51:28.509 INFO STEP 369 (remove_files) COMPLETE
52642024-10-14T03:51:29.225Z[ recovery-image] Oct 14 03:51:28.509 INFO O| Oct 14 03:51:28.509 INFO STEP 370: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
52652024-10-14T03:51:29.241Z[ recovery-image] Oct 14 03:51:28.528 INFO O| Oct 14 03:51:28.528 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pwdx"
52662024-10-14T03:51:29.241Z[ recovery-image] Oct 14 03:51:28.528 INFO O| Oct 14 03:51:28.528 INFO STEP 370 (remove_files) COMPLETE
52672024-10-14T03:51:29.241Z[ recovery-image] Oct 14 03:51:28.528 INFO O| Oct 14 03:51:28.528 INFO STEP 371: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
52682024-10-14T03:51:29.260Z[ recovery-image] Oct 14 03:51:28.547 INFO O| Oct 14 03:51:28.547 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/read"
52692024-10-14T03:51:29.260Z[ recovery-image] Oct 14 03:51:28.547 INFO O| Oct 14 03:51:28.547 INFO STEP 371 (remove_files) COMPLETE
52702024-10-14T03:51:29.260Z[ recovery-image] Oct 14 03:51:28.547 INFO O| Oct 14 03:51:28.547 INFO STEP 372: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
52712024-10-14T03:51:29.279Z[ recovery-image] Oct 14 03:51:28.566 INFO O| Oct 14 03:51:28.566 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/red"
52722024-10-14T03:51:29.282Z[ recovery-image] Oct 14 03:51:28.566 INFO O| Oct 14 03:51:28.566 INFO STEP 372 (remove_files) COMPLETE
52732024-10-14T03:51:29.282Z[ recovery-image] Oct 14 03:51:28.567 INFO O| Oct 14 03:51:28.566 INFO STEP 373: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
52742024-10-14T03:51:29.335Z[ recovery-image] Oct 14 03:51:28.622 INFO O| Oct 14 03:51:28.622 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/regcmp"
52752024-10-14T03:51:29.338Z[ recovery-image] Oct 14 03:51:28.622 INFO O| Oct 14 03:51:28.622 INFO STEP 373 (remove_files) COMPLETE
52762024-10-14T03:51:29.338Z[ recovery-image] Oct 14 03:51:28.622 INFO O| Oct 14 03:51:28.622 INFO STEP 374: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
52772024-10-14T03:51:29.354Z[ recovery-image] Oct 14 03:51:28.640 INFO O| Oct 14 03:51:28.640 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/renice"
52782024-10-14T03:51:29.356Z[ recovery-image] Oct 14 03:51:28.640 INFO O| Oct 14 03:51:28.640 INFO STEP 374 (remove_files) COMPLETE
52792024-10-14T03:51:29.356Z[ recovery-image] Oct 14 03:51:28.640 INFO O| Oct 14 03:51:28.640 INFO STEP 375: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
52802024-10-14T03:51:29.370Z[ recovery-image] Oct 14 03:51:28.657 INFO O| Oct 14 03:51:28.657 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/resize"
52812024-10-14T03:51:29.370Z[ recovery-image] Oct 14 03:51:28.657 INFO O| Oct 14 03:51:28.657 INFO STEP 375 (remove_files) COMPLETE
52822024-10-14T03:51:29.373Z[ recovery-image] Oct 14 03:51:28.657 INFO O| Oct 14 03:51:28.657 INFO STEP 376: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
52832024-10-14T03:51:29.389Z[ recovery-image] Oct 14 03:51:28.676 INFO O| Oct 14 03:51:28.676 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/rev"
52842024-10-14T03:51:29.389Z[ recovery-image] Oct 14 03:51:28.676 INFO O| Oct 14 03:51:28.676 INFO STEP 376 (remove_files) COMPLETE
52852024-10-14T03:51:29.389Z[ recovery-image] Oct 14 03:51:28.676 INFO O| Oct 14 03:51:28.676 INFO STEP 377: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
52862024-10-14T03:51:29.407Z[ recovery-image] Oct 14 03:51:28.694 INFO O| Oct 14 03:51:28.694 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/rksh"
52872024-10-14T03:51:29.407Z[ recovery-image] Oct 14 03:51:28.694 INFO O| Oct 14 03:51:28.694 INFO STEP 377 (remove_files) COMPLETE
52882024-10-14T03:51:29.410Z[ recovery-image] Oct 14 03:51:28.694 INFO O| Oct 14 03:51:28.694 INFO STEP 378: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
52892024-10-14T03:51:29.465Z[ recovery-image] Oct 14 03:51:28.752 INFO O| Oct 14 03:51:28.752 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/rksh93"
52902024-10-14T03:51:29.465Z[ recovery-image] Oct 14 03:51:28.752 INFO O| Oct 14 03:51:28.752 INFO STEP 378 (remove_files) COMPLETE
52912024-10-14T03:51:29.468Z[ recovery-image] Oct 14 03:51:28.752 INFO O| Oct 14 03:51:28.752 INFO STEP 379: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
52922024-10-14T03:51:29.483Z[ recovery-image] Oct 14 03:51:28.770 INFO O| Oct 14 03:51:28.770 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/roles"
52932024-10-14T03:51:29.484Z[ recovery-image] Oct 14 03:51:28.770 INFO O| Oct 14 03:51:28.770 INFO STEP 379 (remove_files) COMPLETE
52942024-10-14T03:51:29.487Z[ recovery-image] Oct 14 03:51:28.770 INFO O| Oct 14 03:51:28.770 INFO STEP 380: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
52952024-10-14T03:51:29.500Z[ recovery-image] Oct 14 03:51:28.787 INFO O| Oct 14 03:51:28.787 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/rpcinfo"
52962024-10-14T03:51:29.500Z[ recovery-image] Oct 14 03:51:28.787 INFO O| Oct 14 03:51:28.787 INFO STEP 380 (remove_files) COMPLETE
52972024-10-14T03:51:29.503Z[ recovery-image] Oct 14 03:51:28.787 INFO O| Oct 14 03:51:28.787 INFO STEP 381: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
52982024-10-14T03:51:29.517Z[ recovery-image] Oct 14 03:51:28.804 INFO O| Oct 14 03:51:28.804 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/rsync"
52992024-10-14T03:51:29.519Z[ recovery-image] Oct 14 03:51:28.804 INFO O| Oct 14 03:51:28.804 INFO STEP 381 (remove_files) COMPLETE
53002024-10-14T03:51:29.519Z[ recovery-image] Oct 14 03:51:28.804 INFO O| Oct 14 03:51:28.804 INFO STEP 382: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
53012024-10-14T03:51:29.535Z[ recovery-image] Oct 14 03:51:28.822 INFO O| Oct 14 03:51:28.822 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/rsync-ssl"
53022024-10-14T03:51:29.535Z[ recovery-image] Oct 14 03:51:28.822 INFO O| Oct 14 03:51:28.822 INFO STEP 382 (remove_files) COMPLETE
53032024-10-14T03:51:29.535Z[ recovery-image] Oct 14 03:51:28.822 INFO O| Oct 14 03:51:28.822 INFO STEP 383: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
53042024-10-14T03:51:29.554Z[ recovery-image] Oct 14 03:51:28.841 INFO O| Oct 14 03:51:28.840 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/runat"
53052024-10-14T03:51:29.554Z[ recovery-image] Oct 14 03:51:28.841 INFO O| Oct 14 03:51:28.841 INFO STEP 383 (remove_files) COMPLETE
53062024-10-14T03:51:29.554Z[ recovery-image] Oct 14 03:51:28.841 INFO O| Oct 14 03:51:28.841 INFO STEP 384: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
53072024-10-14T03:51:29.571Z[ recovery-image] Oct 14 03:51:28.858 INFO O| Oct 14 03:51:28.858 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/scp"
53082024-10-14T03:51:29.571Z[ recovery-image] Oct 14 03:51:28.858 INFO O| Oct 14 03:51:28.858 INFO STEP 384 (remove_files) COMPLETE
53092024-10-14T03:51:29.571Z[ recovery-image] Oct 14 03:51:28.858 INFO O| Oct 14 03:51:28.858 INFO STEP 385: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
53102024-10-14T03:51:29.590Z[ recovery-image] Oct 14 03:51:28.877 INFO O| Oct 14 03:51:28.876 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/script"
53112024-10-14T03:51:29.590Z[ recovery-image] Oct 14 03:51:28.877 INFO O| Oct 14 03:51:28.877 INFO STEP 385 (remove_files) COMPLETE
53122024-10-14T03:51:29.590Z[ recovery-image] Oct 14 03:51:28.877 INFO O| Oct 14 03:51:28.877 INFO STEP 386: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
53132024-10-14T03:51:29.608Z[ recovery-image] Oct 14 03:51:28.894 INFO O| Oct 14 03:51:28.894 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/sdiff"
53142024-10-14T03:51:29.610Z[ recovery-image] Oct 14 03:51:28.894 INFO O| Oct 14 03:51:28.894 INFO STEP 386 (remove_files) COMPLETE
53152024-10-14T03:51:29.610Z[ recovery-image] Oct 14 03:51:28.894 INFO O| Oct 14 03:51:28.894 INFO STEP 387: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
53162024-10-14T03:51:29.625Z[ recovery-image] Oct 14 03:51:28.912 INFO O| Oct 14 03:51:28.912 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/setpgrp"
53172024-10-14T03:51:29.652Z[ recovery-image] Oct 14 03:51:28.939 INFO O| Oct 14 03:51:28.939 INFO STEP 387 (remove_files) COMPLETE
53182024-10-14T03:51:29.652Z[ recovery-image] Oct 14 03:51:28.939 INFO O| Oct 14 03:51:28.939 INFO STEP 388: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
53192024-10-14T03:51:29.710Z[ recovery-image] Oct 14 03:51:28.997 INFO O| Oct 14 03:51:28.997 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/sftp"
53202024-10-14T03:51:29.710Z[ recovery-image] Oct 14 03:51:28.997 INFO O| Oct 14 03:51:28.997 INFO STEP 388 (remove_files) COMPLETE
53212024-10-14T03:51:29.710Z[ recovery-image] Oct 14 03:51:28.997 INFO O| Oct 14 03:51:28.997 INFO STEP 389: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
53222024-10-14T03:51:29.731Z[ recovery-image] Oct 14 03:51:29.017 INFO O| Oct 14 03:51:29.017 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/shcomp"
53232024-10-14T03:51:29.731Z[ recovery-image] Oct 14 03:51:29.017 INFO O| Oct 14 03:51:29.017 INFO STEP 389 (remove_files) COMPLETE
53242024-10-14T03:51:29.731Z[ recovery-image] Oct 14 03:51:29.017 INFO O| Oct 14 03:51:29.017 INFO STEP 390: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
53252024-10-14T03:51:29.748Z[ recovery-image] Oct 14 03:51:29.034 INFO O| Oct 14 03:51:29.034 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/smbutil"
53262024-10-14T03:51:29.748Z[ recovery-image] Oct 14 03:51:29.035 INFO O| Oct 14 03:51:29.034 INFO STEP 390 (remove_files) COMPLETE
53272024-10-14T03:51:29.748Z[ recovery-image] Oct 14 03:51:29.035 INFO O| Oct 14 03:51:29.034 INFO STEP 391: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
53282024-10-14T03:51:29.765Z[ recovery-image] Oct 14 03:51:29.051 INFO O| Oct 14 03:51:29.051 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/snmp-bridge-mib"
53292024-10-14T03:51:29.765Z[ recovery-image] Oct 14 03:51:29.051 INFO O| Oct 14 03:51:29.051 INFO STEP 391 (remove_files) COMPLETE
53302024-10-14T03:51:29.765Z[ recovery-image] Oct 14 03:51:29.052 INFO O| Oct 14 03:51:29.051 INFO STEP 392: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
53312024-10-14T03:51:29.781Z[ recovery-image] Oct 14 03:51:29.068 INFO O| Oct 14 03:51:29.068 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/snmpbulkget"
53322024-10-14T03:51:29.781Z[ recovery-image] Oct 14 03:51:29.068 INFO O| Oct 14 03:51:29.068 INFO STEP 392 (remove_files) COMPLETE
53332024-10-14T03:51:29.784Z[ recovery-image] Oct 14 03:51:29.068 INFO O| Oct 14 03:51:29.068 INFO STEP 393: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
53342024-10-14T03:51:29.797Z[ recovery-image] Oct 14 03:51:29.084 INFO O| Oct 14 03:51:29.084 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/snmpbulkwalk"
53352024-10-14T03:51:29.818Z[ recovery-image] Oct 14 03:51:29.105 INFO O| Oct 14 03:51:29.105 INFO STEP 393 (remove_files) COMPLETE
53362024-10-14T03:51:29.818Z[ recovery-image] Oct 14 03:51:29.105 INFO O| Oct 14 03:51:29.105 INFO STEP 394: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
53372024-10-14T03:51:29.854Z[ recovery-image] Oct 14 03:51:29.141 INFO O| Oct 14 03:51:29.141 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/snmpcheck"
53382024-10-14T03:51:29.854Z[ recovery-image] Oct 14 03:51:29.141 INFO O| Oct 14 03:51:29.141 INFO STEP 394 (remove_files) COMPLETE
53392024-10-14T03:51:29.854Z[ recovery-image] Oct 14 03:51:29.141 INFO O| Oct 14 03:51:29.141 INFO STEP 395: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
53402024-10-14T03:51:29.873Z[ recovery-image] Oct 14 03:51:29.159 INFO O| Oct 14 03:51:29.159 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/snmpconf"
53412024-10-14T03:51:29.873Z[ recovery-image] Oct 14 03:51:29.159 INFO O| Oct 14 03:51:29.159 INFO STEP 395 (remove_files) COMPLETE
53422024-10-14T03:51:29.873Z[ recovery-image] Oct 14 03:51:29.159 INFO O| Oct 14 03:51:29.159 INFO STEP 396: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
53432024-10-14T03:51:29.904Z[ recovery-image] Oct 14 03:51:29.190 INFO O| Oct 14 03:51:29.190 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/snmpdelta"
53442024-10-14T03:51:29.904Z[ recovery-image] Oct 14 03:51:29.190 INFO O| Oct 14 03:51:29.190 INFO STEP 396 (remove_files) COMPLETE
53452024-10-14T03:51:29.904Z[ recovery-image] Oct 14 03:51:29.190 INFO O| Oct 14 03:51:29.190 INFO STEP 397: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
53462024-10-14T03:51:29.922Z[ recovery-image] Oct 14 03:51:29.209 INFO O| Oct 14 03:51:29.209 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/snmpdf"
53472024-10-14T03:51:29.942Z[ recovery-image] Oct 14 03:51:29.229 INFO O| Oct 14 03:51:29.229 INFO STEP 397 (remove_files) COMPLETE
53482024-10-14T03:51:29.942Z[ recovery-image] Oct 14 03:51:29.229 INFO O| Oct 14 03:51:29.229 INFO STEP 398: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
53492024-10-14T03:51:29.998Z[ recovery-image] Oct 14 03:51:29.284 INFO O| Oct 14 03:51:29.284 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/snmpget"
53502024-10-14T03:51:29.998Z[ recovery-image] Oct 14 03:51:29.284 INFO O| Oct 14 03:51:29.284 INFO STEP 398 (remove_files) COMPLETE
53512024-10-14T03:51:29.998Z[ recovery-image] Oct 14 03:51:29.284 INFO O| Oct 14 03:51:29.284 INFO STEP 399: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
53522024-10-14T03:51:30.017Z[ recovery-image] Oct 14 03:51:29.303 INFO O| Oct 14 03:51:29.303 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/snmpgetnext"
53532024-10-14T03:51:30.017Z[ recovery-image] Oct 14 03:51:29.303 INFO O| Oct 14 03:51:29.303 INFO STEP 399 (remove_files) COMPLETE
53542024-10-14T03:51:30.017Z[ recovery-image] Oct 14 03:51:29.303 INFO O| Oct 14 03:51:29.303 INFO STEP 400: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
53552024-10-14T03:51:30.036Z[ recovery-image] Oct 14 03:51:29.323 INFO O| Oct 14 03:51:29.323 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/snmpnetstat"
53562024-10-14T03:51:30.036Z[ recovery-image] Oct 14 03:51:29.323 INFO O| Oct 14 03:51:29.323 INFO STEP 400 (remove_files) COMPLETE
53572024-10-14T03:51:30.036Z[ recovery-image] Oct 14 03:51:29.323 INFO O| Oct 14 03:51:29.323 INFO STEP 401: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
53582024-10-14T03:51:30.128Z[ recovery-image] Oct 14 03:51:29.415 INFO O| Oct 14 03:51:29.415 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/snmppcap"
53592024-10-14T03:51:30.128Z[ recovery-image] Oct 14 03:51:29.415 INFO O| Oct 14 03:51:29.415 INFO STEP 401 (remove_files) COMPLETE
53602024-10-14T03:51:30.129Z[ recovery-image] Oct 14 03:51:29.415 INFO O| Oct 14 03:51:29.415 INFO STEP 402: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
53612024-10-14T03:51:30.162Z[ recovery-image] Oct 14 03:51:29.447 INFO O| Oct 14 03:51:29.447 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/snmpping"
53622024-10-14T03:51:30.162Z[ recovery-image] Oct 14 03:51:29.447 INFO O| Oct 14 03:51:29.447 INFO STEP 402 (remove_files) COMPLETE
53632024-10-14T03:51:30.162Z[ recovery-image] Oct 14 03:51:29.448 INFO O| Oct 14 03:51:29.447 INFO STEP 403: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
53642024-10-14T03:51:30.218Z[ recovery-image] Oct 14 03:51:29.504 INFO O| Oct 14 03:51:29.504 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/snmpps"
53652024-10-14T03:51:30.218Z[ recovery-image] Oct 14 03:51:29.504 INFO O| Oct 14 03:51:29.504 INFO STEP 403 (remove_files) COMPLETE
53662024-10-14T03:51:30.218Z[ recovery-image] Oct 14 03:51:29.504 INFO O| Oct 14 03:51:29.504 INFO STEP 404: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
53672024-10-14T03:51:30.236Z[ recovery-image] Oct 14 03:51:29.522 INFO O| Oct 14 03:51:29.522 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/snmpset"
53682024-10-14T03:51:30.236Z[ recovery-image] Oct 14 03:51:29.522 INFO O| Oct 14 03:51:29.522 INFO STEP 404 (remove_files) COMPLETE
53692024-10-14T03:51:30.236Z[ recovery-image] Oct 14 03:51:29.522 INFO O| Oct 14 03:51:29.522 INFO STEP 405: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
53702024-10-14T03:51:30.254Z[ recovery-image] Oct 14 03:51:29.540 INFO O| Oct 14 03:51:29.540 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/snmpstatus"
53712024-10-14T03:51:30.254Z[ recovery-image] Oct 14 03:51:29.540 INFO O| Oct 14 03:51:29.540 INFO STEP 405 (remove_files) COMPLETE
53722024-10-14T03:51:30.254Z[ recovery-image] Oct 14 03:51:29.540 INFO O| Oct 14 03:51:29.540 INFO STEP 406: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
53732024-10-14T03:51:30.273Z[ recovery-image] Oct 14 03:51:29.559 INFO O| Oct 14 03:51:29.559 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/snmptable"
53742024-10-14T03:51:30.276Z[ recovery-image] Oct 14 03:51:29.559 INFO O| Oct 14 03:51:29.559 INFO STEP 406 (remove_files) COMPLETE
53752024-10-14T03:51:30.276Z[ recovery-image] Oct 14 03:51:29.560 INFO O| Oct 14 03:51:29.559 INFO STEP 407: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
53762024-10-14T03:51:30.292Z[ recovery-image] Oct 14 03:51:29.579 INFO O| Oct 14 03:51:29.579 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/snmptest"
53772024-10-14T03:51:30.292Z[ recovery-image] Oct 14 03:51:29.579 INFO O| Oct 14 03:51:29.579 INFO STEP 407 (remove_files) COMPLETE
53782024-10-14T03:51:30.292Z[ recovery-image] Oct 14 03:51:29.579 INFO O| Oct 14 03:51:29.579 INFO STEP 408: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
53792024-10-14T03:51:30.311Z[ recovery-image] Oct 14 03:51:29.598 INFO O| Oct 14 03:51:29.597 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/snmptranslate"
53802024-10-14T03:51:30.311Z[ recovery-image] Oct 14 03:51:29.598 INFO O| Oct 14 03:51:29.598 INFO STEP 408 (remove_files) COMPLETE
53812024-10-14T03:51:30.314Z[ recovery-image] Oct 14 03:51:29.598 INFO O| Oct 14 03:51:29.598 INFO STEP 409: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
53822024-10-14T03:51:30.329Z[ recovery-image] Oct 14 03:51:29.615 INFO O| Oct 14 03:51:29.615 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/snmptrap"
53832024-10-14T03:51:30.329Z[ recovery-image] Oct 14 03:51:29.615 INFO O| Oct 14 03:51:29.615 INFO STEP 409 (remove_files) COMPLETE
53842024-10-14T03:51:30.331Z[ recovery-image] Oct 14 03:51:29.615 INFO O| Oct 14 03:51:29.615 INFO STEP 410: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
53852024-10-14T03:51:30.346Z[ recovery-image] Oct 14 03:51:29.633 INFO O| Oct 14 03:51:29.633 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/snmpusm"
53862024-10-14T03:51:30.346Z[ recovery-image] Oct 14 03:51:29.633 INFO O| Oct 14 03:51:29.633 INFO STEP 410 (remove_files) COMPLETE
53872024-10-14T03:51:30.349Z[ recovery-image] Oct 14 03:51:29.633 INFO O| Oct 14 03:51:29.633 INFO STEP 411: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
53882024-10-14T03:51:30.408Z[ recovery-image] Oct 14 03:51:29.695 INFO O| Oct 14 03:51:29.695 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/snmpvacm"
53892024-10-14T03:51:30.408Z[ recovery-image] Oct 14 03:51:29.695 INFO O| Oct 14 03:51:29.695 INFO STEP 411 (remove_files) COMPLETE
53902024-10-14T03:51:30.408Z[ recovery-image] Oct 14 03:51:29.695 INFO O| Oct 14 03:51:29.695 INFO STEP 412: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
53912024-10-14T03:51:30.427Z[ recovery-image] Oct 14 03:51:29.713 INFO O| Oct 14 03:51:29.713 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/snmpwalk"
53922024-10-14T03:51:30.427Z[ recovery-image] Oct 14 03:51:29.714 INFO O| Oct 14 03:51:29.714 INFO STEP 412 (remove_files) COMPLETE
53932024-10-14T03:51:30.429Z[ recovery-image] Oct 14 03:51:29.714 INFO O| Oct 14 03:51:29.714 INFO STEP 413: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
53942024-10-14T03:51:30.447Z[ recovery-image] Oct 14 03:51:29.734 INFO O| Oct 14 03:51:29.733 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/sotruss"
53952024-10-14T03:51:30.447Z[ recovery-image] Oct 14 03:51:29.734 INFO O| Oct 14 03:51:29.734 INFO STEP 413 (remove_files) COMPLETE
53962024-10-14T03:51:30.449Z[ recovery-image] Oct 14 03:51:29.734 INFO O| Oct 14 03:51:29.734 INFO STEP 414: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
53972024-10-14T03:51:30.469Z[ recovery-image] Oct 14 03:51:29.755 INFO O| Oct 14 03:51:29.755 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/spell"
53982024-10-14T03:51:30.469Z[ recovery-image] Oct 14 03:51:29.755 INFO O| Oct 14 03:51:29.755 INFO STEP 414 (remove_files) COMPLETE
53992024-10-14T03:51:30.469Z[ recovery-image] Oct 14 03:51:29.755 INFO O| Oct 14 03:51:29.755 INFO STEP 415: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
54002024-10-14T03:51:30.490Z[ recovery-image] Oct 14 03:51:29.776 INFO O| Oct 14 03:51:29.776 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/split"
54012024-10-14T03:51:30.490Z[ recovery-image] Oct 14 03:51:29.776 INFO O| Oct 14 03:51:29.776 INFO STEP 415 (remove_files) COMPLETE
54022024-10-14T03:51:30.490Z[ recovery-image] Oct 14 03:51:29.777 INFO O| Oct 14 03:51:29.776 INFO STEP 416: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
54032024-10-14T03:51:30.520Z[ recovery-image] Oct 14 03:51:29.807 INFO O| Oct 14 03:51:29.807 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/sqlite3"
54042024-10-14T03:51:30.520Z[ recovery-image] Oct 14 03:51:29.807 INFO O| Oct 14 03:51:29.807 INFO STEP 416 (remove_files) COMPLETE
54052024-10-14T03:51:30.523Z[ recovery-image] Oct 14 03:51:29.807 INFO O| Oct 14 03:51:29.807 INFO STEP 417: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
54062024-10-14T03:51:30.582Z[ recovery-image] Oct 14 03:51:29.868 INFO O| Oct 14 03:51:29.867 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/ssh"
54072024-10-14T03:51:30.582Z[ recovery-image] Oct 14 03:51:29.868 INFO O| Oct 14 03:51:29.868 INFO STEP 417 (remove_files) COMPLETE
54082024-10-14T03:51:30.582Z[ recovery-image] Oct 14 03:51:29.868 INFO O| Oct 14 03:51:29.868 INFO STEP 418: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
54092024-10-14T03:51:30.621Z[ recovery-image] Oct 14 03:51:29.907 INFO O| Oct 14 03:51:29.907 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/ssh-add"
54102024-10-14T03:51:30.621Z[ recovery-image] Oct 14 03:51:29.907 INFO O| Oct 14 03:51:29.907 INFO STEP 418 (remove_files) COMPLETE
54112024-10-14T03:51:30.621Z[ recovery-image] Oct 14 03:51:29.908 INFO O| Oct 14 03:51:29.907 INFO STEP 419: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
54122024-10-14T03:51:30.661Z[ recovery-image] Oct 14 03:51:29.948 INFO O| Oct 14 03:51:29.947 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/ssh-agent"
54132024-10-14T03:51:30.661Z[ recovery-image] Oct 14 03:51:29.948 INFO O| Oct 14 03:51:29.948 INFO STEP 419 (remove_files) COMPLETE
54142024-10-14T03:51:30.661Z[ recovery-image] Oct 14 03:51:29.948 INFO O| Oct 14 03:51:29.948 INFO STEP 420: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
54152024-10-14T03:51:30.719Z[ recovery-image] Oct 14 03:51:30.006 INFO O| Oct 14 03:51:30.006 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/ssh-copy-id"
54162024-10-14T03:51:30.719Z[ recovery-image] Oct 14 03:51:30.006 INFO O| Oct 14 03:51:30.006 INFO STEP 420 (remove_files) COMPLETE
54172024-10-14T03:51:30.722Z[ recovery-image] Oct 14 03:51:30.006 INFO O| Oct 14 03:51:30.006 INFO STEP 421: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
54182024-10-14T03:51:30.779Z[ recovery-image] Oct 14 03:51:30.065 INFO O| Oct 14 03:51:30.065 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/ssh-keyscan"
54192024-10-14T03:51:30.779Z[ recovery-image] Oct 14 03:51:30.066 INFO O| Oct 14 03:51:30.066 INFO STEP 421 (remove_files) COMPLETE
54202024-10-14T03:51:30.779Z[ recovery-image] Oct 14 03:51:30.066 INFO O| Oct 14 03:51:30.066 INFO STEP 422: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
54212024-10-14T03:51:30.847Z[ recovery-image] Oct 14 03:51:30.133 INFO O| Oct 14 03:51:30.133 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/strings"
54222024-10-14T03:51:30.849Z[ recovery-image] Oct 14 03:51:30.134 INFO O| Oct 14 03:51:30.134 INFO STEP 422 (remove_files) COMPLETE
54232024-10-14T03:51:30.849Z[ recovery-image] Oct 14 03:51:30.135 INFO O| Oct 14 03:51:30.134 INFO STEP 423: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
54242024-10-14T03:51:30.865Z[ recovery-image] Oct 14 03:51:30.152 INFO O| Oct 14 03:51:30.151 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/sum"
54252024-10-14T03:51:30.866Z[ recovery-image] Oct 14 03:51:30.152 INFO O| Oct 14 03:51:30.152 INFO STEP 423 (remove_files) COMPLETE
54262024-10-14T03:51:30.866Z[ recovery-image] Oct 14 03:51:30.152 INFO O| Oct 14 03:51:30.152 INFO STEP 424: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
54272024-10-14T03:51:30.909Z[ recovery-image] Oct 14 03:51:30.195 INFO O| Oct 14 03:51:30.195 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/tabs"
54282024-10-14T03:51:30.909Z[ recovery-image] Oct 14 03:51:30.195 INFO O| Oct 14 03:51:30.195 INFO STEP 424 (remove_files) COMPLETE
54292024-10-14T03:51:30.912Z[ recovery-image] Oct 14 03:51:30.195 INFO O| Oct 14 03:51:30.195 INFO STEP 425: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
54302024-10-14T03:51:30.931Z[ recovery-image] Oct 14 03:51:30.218 INFO O| Oct 14 03:51:30.218 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/tcopy"
54312024-10-14T03:51:30.931Z[ recovery-image] Oct 14 03:51:30.218 INFO O| Oct 14 03:51:30.218 INFO STEP 425 (remove_files) COMPLETE
54322024-10-14T03:51:30.931Z[ recovery-image] Oct 14 03:51:30.218 INFO O| Oct 14 03:51:30.218 INFO STEP 426: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
54332024-10-14T03:51:30.951Z[ recovery-image] Oct 14 03:51:30.237 INFO O| Oct 14 03:51:30.237 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/test"
54342024-10-14T03:51:30.951Z[ recovery-image] Oct 14 03:51:30.237 INFO O| Oct 14 03:51:30.237 INFO STEP 426 (remove_files) COMPLETE
54352024-10-14T03:51:30.953Z[ recovery-image] Oct 14 03:51:30.237 INFO O| Oct 14 03:51:30.237 INFO STEP 427: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
54362024-10-14T03:51:30.969Z[ recovery-image] Oct 14 03:51:30.255 INFO O| Oct 14 03:51:30.255 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/tic"
54372024-10-14T03:51:30.969Z[ recovery-image] Oct 14 03:51:30.255 INFO O| Oct 14 03:51:30.255 INFO STEP 427 (remove_files) COMPLETE
54382024-10-14T03:51:30.971Z[ recovery-image] Oct 14 03:51:30.255 INFO O| Oct 14 03:51:30.255 INFO STEP 428: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
54392024-10-14T03:51:30.987Z[ recovery-image] Oct 14 03:51:30.273 INFO O| Oct 14 03:51:30.273 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/time"
54402024-10-14T03:51:30.987Z[ recovery-image] Oct 14 03:51:30.274 INFO O| Oct 14 03:51:30.274 INFO STEP 428 (remove_files) COMPLETE
54412024-10-14T03:51:30.989Z[ recovery-image] Oct 14 03:51:30.274 INFO O| Oct 14 03:51:30.274 INFO STEP 429: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
54422024-10-14T03:51:31.006Z[ recovery-image] Oct 14 03:51:30.292 INFO O| Oct 14 03:51:30.292 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/tip"
54432024-10-14T03:51:31.006Z[ recovery-image] Oct 14 03:51:30.293 INFO O| Oct 14 03:51:30.293 INFO STEP 429 (remove_files) COMPLETE
54442024-10-14T03:51:31.006Z[ recovery-image] Oct 14 03:51:30.293 INFO O| Oct 14 03:51:30.293 INFO STEP 430: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
54452024-10-14T03:51:31.041Z[ recovery-image] Oct 14 03:51:30.328 INFO O| Oct 14 03:51:30.328 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/tkmib"
54462024-10-14T03:51:31.041Z[ recovery-image] Oct 14 03:51:30.328 INFO O| Oct 14 03:51:30.328 INFO STEP 430 (remove_files) COMPLETE
54472024-10-14T03:51:31.042Z[ recovery-image] Oct 14 03:51:30.328 INFO O| Oct 14 03:51:30.328 INFO STEP 431: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
54482024-10-14T03:51:31.060Z[ recovery-image] Oct 14 03:51:30.347 INFO O| Oct 14 03:51:30.347 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/tpmadm"
54492024-10-14T03:51:31.060Z[ recovery-image] Oct 14 03:51:30.347 INFO O| Oct 14 03:51:30.347 INFO STEP 431 (remove_files) COMPLETE
54502024-10-14T03:51:31.063Z[ recovery-image] Oct 14 03:51:30.347 INFO O| Oct 14 03:51:30.347 INFO STEP 432: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
54512024-10-14T03:51:31.078Z[ recovery-image] Oct 14 03:51:30.364 INFO O| Oct 14 03:51:30.364 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/traptoemail"
54522024-10-14T03:51:31.078Z[ recovery-image] Oct 14 03:51:30.364 INFO O| Oct 14 03:51:30.364 INFO STEP 432 (remove_files) COMPLETE
54532024-10-14T03:51:31.078Z[ recovery-image] Oct 14 03:51:30.364 INFO O| Oct 14 03:51:30.364 INFO STEP 433: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
54542024-10-14T03:51:31.096Z[ recovery-image] Oct 14 03:51:30.382 INFO O| Oct 14 03:51:30.382 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/true"
54552024-10-14T03:51:31.096Z[ recovery-image] Oct 14 03:51:30.382 INFO O| Oct 14 03:51:30.382 INFO STEP 433 (remove_files) COMPLETE
54562024-10-14T03:51:31.096Z[ recovery-image] Oct 14 03:51:30.382 INFO O| Oct 14 03:51:30.382 INFO STEP 434: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
54572024-10-14T03:51:31.115Z[ recovery-image] Oct 14 03:51:30.401 INFO O| Oct 14 03:51:30.401 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/tty"
54582024-10-14T03:51:31.115Z[ recovery-image] Oct 14 03:51:30.401 INFO O| Oct 14 03:51:30.401 INFO STEP 434 (remove_files) COMPLETE
54592024-10-14T03:51:31.116Z[ recovery-image] Oct 14 03:51:30.401 INFO O| Oct 14 03:51:30.401 INFO STEP 435: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
54602024-10-14T03:51:31.135Z[ recovery-image] Oct 14 03:51:30.421 INFO O| Oct 14 03:51:30.421 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/type"
54612024-10-14T03:51:31.135Z[ recovery-image] Oct 14 03:51:30.421 INFO O| Oct 14 03:51:30.421 INFO STEP 435 (remove_files) COMPLETE
54622024-10-14T03:51:31.135Z[ recovery-image] Oct 14 03:51:30.421 INFO O| Oct 14 03:51:30.421 INFO STEP 436: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
54632024-10-14T03:51:31.155Z[ recovery-image] Oct 14 03:51:30.440 INFO O| Oct 14 03:51:30.440 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/tzselect"
54642024-10-14T03:51:31.155Z[ recovery-image] Oct 14 03:51:30.440 INFO O| Oct 14 03:51:30.440 INFO STEP 436 (remove_files) COMPLETE
54652024-10-14T03:51:31.158Z[ recovery-image] Oct 14 03:51:30.440 INFO O| Oct 14 03:51:30.440 INFO STEP 437: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
54662024-10-14T03:51:31.173Z[ recovery-image] Oct 14 03:51:30.459 INFO O| Oct 14 03:51:30.459 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/ulimit"
54672024-10-14T03:51:31.173Z[ recovery-image] Oct 14 03:51:30.459 INFO O| Oct 14 03:51:30.459 INFO STEP 437 (remove_files) COMPLETE
54682024-10-14T03:51:31.176Z[ recovery-image] Oct 14 03:51:30.459 INFO O| Oct 14 03:51:30.459 INFO STEP 438: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
54692024-10-14T03:51:31.190Z[ recovery-image] Oct 14 03:51:30.477 INFO O| Oct 14 03:51:30.477 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/umask"
54702024-10-14T03:51:31.193Z[ recovery-image] Oct 14 03:51:30.477 INFO O| Oct 14 03:51:30.477 INFO STEP 438 (remove_files) COMPLETE
54712024-10-14T03:51:31.193Z[ recovery-image] Oct 14 03:51:30.477 INFO O| Oct 14 03:51:30.477 INFO STEP 439: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
54722024-10-14T03:51:31.208Z[ recovery-image] Oct 14 03:51:30.495 INFO O| Oct 14 03:51:30.495 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/unalias"
54732024-10-14T03:51:31.211Z[ recovery-image] Oct 14 03:51:30.495 INFO O| Oct 14 03:51:30.495 INFO STEP 439 (remove_files) COMPLETE
54742024-10-14T03:51:31.211Z[ recovery-image] Oct 14 03:51:30.495 INFO O| Oct 14 03:51:30.495 INFO STEP 440: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
54752024-10-14T03:51:31.233Z[ recovery-image] Oct 14 03:51:30.518 INFO O| Oct 14 03:51:30.518 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/uncompress"
54762024-10-14T03:51:31.233Z[ recovery-image] Oct 14 03:51:30.519 INFO O| Oct 14 03:51:30.519 INFO STEP 440 (remove_files) COMPLETE
54772024-10-14T03:51:31.235Z[ recovery-image] Oct 14 03:51:30.519 INFO O| Oct 14 03:51:30.519 INFO STEP 441: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
54782024-10-14T03:51:31.253Z[ recovery-image] Oct 14 03:51:30.539 INFO O| Oct 14 03:51:30.539 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/unexpand"
54792024-10-14T03:51:31.256Z[ recovery-image] Oct 14 03:51:30.539 INFO O| Oct 14 03:51:30.539 INFO STEP 441 (remove_files) COMPLETE
54802024-10-14T03:51:31.256Z[ recovery-image] Oct 14 03:51:30.539 INFO O| Oct 14 03:51:30.539 INFO STEP 442: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
54812024-10-14T03:51:31.276Z[ recovery-image] Oct 14 03:51:30.563 INFO O| Oct 14 03:51:30.562 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/uniq"
54822024-10-14T03:51:31.279Z[ recovery-image] Oct 14 03:51:30.563 INFO O| Oct 14 03:51:30.563 INFO STEP 442 (remove_files) COMPLETE
54832024-10-14T03:51:31.279Z[ recovery-image] Oct 14 03:51:30.563 INFO O| Oct 14 03:51:30.563 INFO STEP 443: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
54842024-10-14T03:51:31.299Z[ recovery-image] Oct 14 03:51:30.585 INFO O| Oct 14 03:51:30.585 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/units"
54852024-10-14T03:51:31.299Z[ recovery-image] Oct 14 03:51:30.585 INFO O| Oct 14 03:51:30.585 INFO STEP 443 (remove_files) COMPLETE
54862024-10-14T03:51:31.299Z[ recovery-image] Oct 14 03:51:30.585 INFO O| Oct 14 03:51:30.585 INFO STEP 444: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
54872024-10-14T03:51:31.318Z[ recovery-image] Oct 14 03:51:30.605 INFO O| Oct 14 03:51:30.605 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/unix2dos"
54882024-10-14T03:51:31.318Z[ recovery-image] Oct 14 03:51:30.605 INFO O| Oct 14 03:51:30.605 INFO STEP 444 (remove_files) COMPLETE
54892024-10-14T03:51:31.321Z[ recovery-image] Oct 14 03:51:30.605 INFO O| Oct 14 03:51:30.605 INFO STEP 445: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
54902024-10-14T03:51:31.336Z[ recovery-image] Oct 14 03:51:30.622 INFO O| Oct 14 03:51:30.622 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/unpack"
54912024-10-14T03:51:31.339Z[ recovery-image] Oct 14 03:51:30.623 INFO O| Oct 14 03:51:30.623 INFO STEP 445 (remove_files) COMPLETE
54922024-10-14T03:51:31.339Z[ recovery-image] Oct 14 03:51:30.623 INFO O| Oct 14 03:51:30.623 INFO STEP 446: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
54932024-10-14T03:51:31.356Z[ recovery-image] Oct 14 03:51:30.642 INFO O| Oct 14 03:51:30.642 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/uptime"
54942024-10-14T03:51:31.356Z[ recovery-image] Oct 14 03:51:30.642 INFO O| Oct 14 03:51:30.642 INFO STEP 446 (remove_files) COMPLETE
54952024-10-14T03:51:31.356Z[ recovery-image] Oct 14 03:51:30.642 INFO O| Oct 14 03:51:30.642 INFO STEP 447: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
54962024-10-14T03:51:31.374Z[ recovery-image] Oct 14 03:51:30.659 INFO O| Oct 14 03:51:30.659 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/userattr"
54972024-10-14T03:51:31.374Z[ recovery-image] Oct 14 03:51:30.659 INFO O| Oct 14 03:51:30.659 INFO STEP 447 (remove_files) COMPLETE
54982024-10-14T03:51:31.377Z[ recovery-image] Oct 14 03:51:30.659 INFO O| Oct 14 03:51:30.659 INFO STEP 448: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
54992024-10-14T03:51:31.389Z[ recovery-image] Oct 14 03:51:30.675 INFO O| Oct 14 03:51:30.675 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/uudecode"
55002024-10-14T03:51:31.389Z[ recovery-image] Oct 14 03:51:30.675 INFO O| Oct 14 03:51:30.675 INFO STEP 448 (remove_files) COMPLETE
55012024-10-14T03:51:31.392Z[ recovery-image] Oct 14 03:51:30.676 INFO O| Oct 14 03:51:30.675 INFO STEP 449: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
55022024-10-14T03:51:31.422Z[ recovery-image] Oct 14 03:51:30.708 INFO O| Oct 14 03:51:30.708 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/uuencode"
55032024-10-14T03:51:31.422Z[ recovery-image] Oct 14 03:51:30.708 INFO O| Oct 14 03:51:30.708 INFO STEP 449 (remove_files) COMPLETE
55042024-10-14T03:51:31.424Z[ recovery-image] Oct 14 03:51:30.709 INFO O| Oct 14 03:51:30.708 INFO STEP 450: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
55052024-10-14T03:51:31.445Z[ recovery-image] Oct 14 03:51:30.732 INFO O| Oct 14 03:51:30.732 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/uuidgen"
55062024-10-14T03:51:31.445Z[ recovery-image] Oct 14 03:51:30.732 INFO O| Oct 14 03:51:30.732 INFO STEP 450 (remove_files) COMPLETE
55072024-10-14T03:51:31.445Z[ recovery-image] Oct 14 03:51:30.732 INFO O| Oct 14 03:51:30.732 INFO STEP 451: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
55082024-10-14T03:51:31.481Z[ recovery-image] Oct 14 03:51:30.753 INFO O| Oct 14 03:51:30.753 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/vedit"
55092024-10-14T03:51:31.481Z[ recovery-image] Oct 14 03:51:30.753 INFO O| Oct 14 03:51:30.753 INFO STEP 451 (remove_files) COMPLETE
55102024-10-14T03:51:31.484Z[ recovery-image] Oct 14 03:51:30.753 INFO O| Oct 14 03:51:30.753 INFO STEP 452: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
55112024-10-14T03:51:31.510Z[ recovery-image] Oct 14 03:51:30.797 INFO O| Oct 14 03:51:30.796 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/vim"
55122024-10-14T03:51:31.517Z[ recovery-image] Oct 14 03:51:30.797 INFO O| Oct 14 03:51:30.797 INFO STEP 452 (remove_files) COMPLETE
55132024-10-14T03:51:31.517Z[ recovery-image] Oct 14 03:51:30.797 INFO O| Oct 14 03:51:30.797 INFO STEP 453: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
55142024-10-14T03:51:31.591Z[ recovery-image] Oct 14 03:51:30.870 INFO O| Oct 14 03:51:30.870 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/vimtutor"
55152024-10-14T03:51:31.603Z[ recovery-image] Oct 14 03:51:30.870 INFO O| Oct 14 03:51:30.870 INFO STEP 453 (remove_files) COMPLETE
55162024-10-14T03:51:31.603Z[ recovery-image] Oct 14 03:51:30.870 INFO O| Oct 14 03:51:30.870 INFO STEP 454: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
55172024-10-14T03:51:31.614Z[ recovery-image] Oct 14 03:51:30.891 INFO O| Oct 14 03:51:30.891 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/vmstat"
55182024-10-14T03:51:31.614Z[ recovery-image] Oct 14 03:51:30.892 INFO O| Oct 14 03:51:30.892 INFO STEP 454 (remove_files) COMPLETE
55192024-10-14T03:51:31.614Z[ recovery-image] Oct 14 03:51:30.892 INFO O| Oct 14 03:51:30.892 INFO STEP 455: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
55202024-10-14T03:51:31.634Z[ recovery-image] Oct 14 03:51:30.912 INFO O| Oct 14 03:51:30.912 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/vtfontcvt"
55212024-10-14T03:51:31.634Z[ recovery-image] Oct 14 03:51:30.912 INFO O| Oct 14 03:51:30.912 INFO STEP 455 (remove_files) COMPLETE
55222024-10-14T03:51:31.642Z[ recovery-image] Oct 14 03:51:30.912 INFO O| Oct 14 03:51:30.912 INFO STEP 456: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
55232024-10-14T03:51:31.652Z[ recovery-image] Oct 14 03:51:30.933 INFO O| Oct 14 03:51:30.932 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/w"
55242024-10-14T03:51:31.659Z[ recovery-image] Oct 14 03:51:30.933 INFO O| Oct 14 03:51:30.933 INFO STEP 456 (remove_files) COMPLETE
55252024-10-14T03:51:31.659Z[ recovery-image] Oct 14 03:51:30.933 INFO O| Oct 14 03:51:30.933 INFO STEP 457: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
55262024-10-14T03:51:31.675Z[ recovery-image] Oct 14 03:51:30.953 INFO O| Oct 14 03:51:30.953 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/wait"
55272024-10-14T03:51:31.688Z[ recovery-image] Oct 14 03:51:30.953 INFO O| Oct 14 03:51:30.953 INFO STEP 457 (remove_files) COMPLETE
55282024-10-14T03:51:31.688Z[ recovery-image] Oct 14 03:51:30.953 INFO O| Oct 14 03:51:30.953 INFO STEP 458: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
55292024-10-14T03:51:31.714Z[ recovery-image] Oct 14 03:51:30.975 INFO O| Oct 14 03:51:30.975 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/watch"
55302024-10-14T03:51:31.715Z[ recovery-image] Oct 14 03:51:30.975 INFO O| Oct 14 03:51:30.975 INFO STEP 458 (remove_files) COMPLETE
55312024-10-14T03:51:31.715Z[ recovery-image] Oct 14 03:51:30.975 INFO O| Oct 14 03:51:30.975 INFO STEP 459: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
55322024-10-14T03:51:31.770Z[ recovery-image] Oct 14 03:51:30.994 INFO O| Oct 14 03:51:30.994 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/wc"
55332024-10-14T03:51:31.770Z[ recovery-image] Oct 14 03:51:30.994 INFO O| Oct 14 03:51:30.994 INFO STEP 459 (remove_files) COMPLETE
55342024-10-14T03:51:31.770Z[ recovery-image] Oct 14 03:51:30.995 INFO O| Oct 14 03:51:30.994 INFO STEP 460: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
55352024-10-14T03:51:31.852Z[ recovery-image] Oct 14 03:51:31.016 INFO O| Oct 14 03:51:31.016 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/which"
55362024-10-14T03:51:31.853Z[ recovery-image] Oct 14 03:51:31.019 INFO O| Oct 14 03:51:31.018 INFO STEP 460 (remove_files) COMPLETE
55372024-10-14T03:51:31.853Z[ recovery-image] Oct 14 03:51:31.019 INFO O| Oct 14 03:51:31.018 INFO STEP 461: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
55382024-10-14T03:51:31.853Z[ recovery-image] Oct 14 03:51:31.063 INFO O| Oct 14 03:51:31.063 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/whocalls"
55392024-10-14T03:51:31.853Z[ recovery-image] Oct 14 03:51:31.063 INFO O| Oct 14 03:51:31.063 INFO STEP 461 (remove_files) COMPLETE
55402024-10-14T03:51:31.853Z[ recovery-image] Oct 14 03:51:31.063 INFO O| Oct 14 03:51:31.063 INFO STEP 462: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
55412024-10-14T03:51:31.853Z[ recovery-image] Oct 14 03:51:31.080 INFO O| Oct 14 03:51:31.080 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/wracct"
55422024-10-14T03:51:31.853Z[ recovery-image] Oct 14 03:51:31.080 INFO O| Oct 14 03:51:31.080 INFO STEP 462 (remove_files) COMPLETE
55432024-10-14T03:51:31.853Z[ recovery-image] Oct 14 03:51:31.080 INFO O| Oct 14 03:51:31.080 INFO STEP 463: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
55442024-10-14T03:51:31.925Z[ recovery-image] Oct 14 03:51:31.140 INFO O| Oct 14 03:51:31.140 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/write"
55452024-10-14T03:51:31.925Z[ recovery-image] Oct 14 03:51:31.140 INFO O| Oct 14 03:51:31.140 INFO STEP 463 (remove_files) COMPLETE
55462024-10-14T03:51:31.926Z[ recovery-image] Oct 14 03:51:31.140 INFO O| Oct 14 03:51:31.140 INFO STEP 464: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
55472024-10-14T03:51:31.926Z[ recovery-image] Oct 14 03:51:31.160 INFO O| Oct 14 03:51:31.160 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/xargs"
55482024-10-14T03:51:31.926Z[ recovery-image] Oct 14 03:51:31.160 INFO O| Oct 14 03:51:31.160 INFO STEP 464 (remove_files) COMPLETE
55492024-10-14T03:51:31.926Z[ recovery-image] Oct 14 03:51:31.160 INFO O| Oct 14 03:51:31.160 INFO STEP 465: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
55502024-10-14T03:51:31.926Z[ recovery-image] Oct 14 03:51:31.182 INFO O| Oct 14 03:51:31.182 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/xml2-config"
55512024-10-14T03:51:31.926Z[ recovery-image] Oct 14 03:51:31.182 INFO O| Oct 14 03:51:31.182 INFO STEP 465 (remove_files) COMPLETE
55522024-10-14T03:51:31.926Z[ recovery-image] Oct 14 03:51:31.182 INFO O| Oct 14 03:51:31.182 INFO STEP 466: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
55532024-10-14T03:51:31.950Z[ recovery-image] Oct 14 03:51:31.216 INFO O| Oct 14 03:51:31.216 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/xmlcatalog"
55542024-10-14T03:51:31.950Z[ recovery-image] Oct 14 03:51:31.216 INFO O| Oct 14 03:51:31.216 INFO STEP 466 (remove_files) COMPLETE
55552024-10-14T03:51:31.951Z[ recovery-image] Oct 14 03:51:31.216 INFO O| Oct 14 03:51:31.216 INFO STEP 467: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
55562024-10-14T03:51:31.969Z[ recovery-image] Oct 14 03:51:31.239 INFO O| Oct 14 03:51:31.239 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/xmllint"
55572024-10-14T03:51:31.970Z[ recovery-image] Oct 14 03:51:31.239 INFO O| Oct 14 03:51:31.239 INFO STEP 467 (remove_files) COMPLETE
55582024-10-14T03:51:31.970Z[ recovery-image] Oct 14 03:51:31.239 INFO O| Oct 14 03:51:31.239 INFO STEP 468: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
55592024-10-14T03:51:32.004Z[ recovery-image] Oct 14 03:51:31.281 INFO O| Oct 14 03:51:31.281 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/xmlwf"
55602024-10-14T03:51:32.004Z[ recovery-image] Oct 14 03:51:31.281 INFO O| Oct 14 03:51:31.281 INFO STEP 468 (remove_files) COMPLETE
55612024-10-14T03:51:32.026Z[ recovery-image] Oct 14 03:51:31.281 INFO O| Oct 14 03:51:31.281 INFO STEP 469: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
55622024-10-14T03:51:32.089Z[ recovery-image] Oct 14 03:51:31.353 INFO O| Oct 14 03:51:31.353 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/xstr"
55632024-10-14T03:51:32.089Z[ recovery-image] Oct 14 03:51:31.353 INFO O| Oct 14 03:51:31.353 INFO STEP 469 (remove_files) COMPLETE
55642024-10-14T03:51:32.112Z[ recovery-image] Oct 14 03:51:31.353 INFO O| Oct 14 03:51:31.353 INFO STEP 470: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
55652024-10-14T03:51:32.114Z[ recovery-image] Oct 14 03:51:31.373 INFO O| Oct 14 03:51:31.373 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/xxd"
55662024-10-14T03:51:32.115Z[ recovery-image] Oct 14 03:51:31.373 INFO O| Oct 14 03:51:31.373 INFO STEP 470 (remove_files) COMPLETE
55672024-10-14T03:51:32.116Z[ recovery-image] Oct 14 03:51:31.373 INFO O| Oct 14 03:51:31.373 INFO STEP 471: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
55682024-10-14T03:51:32.131Z[ recovery-image] Oct 14 03:51:31.391 INFO O| Oct 14 03:51:31.391 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/xz"
55692024-10-14T03:51:32.132Z[ recovery-image] Oct 14 03:51:31.392 INFO O| Oct 14 03:51:31.392 INFO STEP 471 (remove_files) COMPLETE
55702024-10-14T03:51:32.132Z[ recovery-image] Oct 14 03:51:31.392 INFO O| Oct 14 03:51:31.392 INFO STEP 472: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
55712024-10-14T03:51:32.132Z[ recovery-image] Oct 14 03:51:31.411 INFO O| Oct 14 03:51:31.411 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/xzdec"
55722024-10-14T03:51:32.132Z[ recovery-image] Oct 14 03:51:31.411 INFO O| Oct 14 03:51:31.411 INFO STEP 472 (remove_files) COMPLETE
55732024-10-14T03:51:32.132Z[ recovery-image] Oct 14 03:51:31.411 INFO O| Oct 14 03:51:31.411 INFO STEP 473: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
55742024-10-14T03:51:32.163Z[ recovery-image] Oct 14 03:51:31.443 INFO O| Oct 14 03:51:31.443 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/xzdiff"
55752024-10-14T03:51:32.163Z[ recovery-image] Oct 14 03:51:31.443 INFO O| Oct 14 03:51:31.443 INFO STEP 473 (remove_files) COMPLETE
55762024-10-14T03:51:32.163Z[ recovery-image] Oct 14 03:51:31.443 INFO O| Oct 14 03:51:31.443 INFO STEP 474: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
55772024-10-14T03:51:32.251Z[ recovery-image] Oct 14 03:51:31.537 INFO O| Oct 14 03:51:31.537 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/xzgrep"
55782024-10-14T03:51:32.251Z[ recovery-image] Oct 14 03:51:31.537 INFO O| Oct 14 03:51:31.537 INFO STEP 474 (remove_files) COMPLETE
55792024-10-14T03:51:32.251Z[ recovery-image] Oct 14 03:51:31.537 INFO O| Oct 14 03:51:31.537 INFO STEP 475: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
55802024-10-14T03:51:32.308Z[ recovery-image] Oct 14 03:51:31.595 INFO O| Oct 14 03:51:31.595 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/xzless"
55812024-10-14T03:51:32.308Z[ recovery-image] Oct 14 03:51:31.595 INFO O| Oct 14 03:51:31.595 INFO STEP 475 (remove_files) COMPLETE
55822024-10-14T03:51:32.309Z[ recovery-image] Oct 14 03:51:31.595 INFO O| Oct 14 03:51:31.595 INFO STEP 476: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
55832024-10-14T03:51:32.330Z[ recovery-image] Oct 14 03:51:31.616 INFO O| Oct 14 03:51:31.616 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/xzmore"
55842024-10-14T03:51:32.330Z[ recovery-image] Oct 14 03:51:31.616 INFO O| Oct 14 03:51:31.616 INFO STEP 476 (remove_files) COMPLETE
55852024-10-14T03:51:32.330Z[ recovery-image] Oct 14 03:51:31.616 INFO O| Oct 14 03:51:31.616 INFO STEP 477: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
55862024-10-14T03:51:32.349Z[ recovery-image] Oct 14 03:51:31.635 INFO O| Oct 14 03:51:31.635 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/yes"
55872024-10-14T03:51:32.349Z[ recovery-image] Oct 14 03:51:31.635 INFO O| Oct 14 03:51:31.635 INFO STEP 477 (remove_files) COMPLETE
55882024-10-14T03:51:32.349Z[ recovery-image] Oct 14 03:51:31.635 INFO O| Oct 14 03:51:31.635 INFO STEP 478: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
55892024-10-14T03:51:32.369Z[ recovery-image] Oct 14 03:51:31.652 INFO O| Oct 14 03:51:31.652 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/zcat"
55902024-10-14T03:51:32.369Z[ recovery-image] Oct 14 03:51:31.652 INFO O| Oct 14 03:51:31.652 INFO STEP 478 (remove_files) COMPLETE
55912024-10-14T03:51:32.373Z[ recovery-image] Oct 14 03:51:31.652 INFO O| Oct 14 03:51:31.652 INFO STEP 479: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
55922024-10-14T03:51:32.385Z[ recovery-image] Oct 14 03:51:31.672 INFO O| Oct 14 03:51:31.671 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/zonestat"
55932024-10-14T03:51:32.385Z[ recovery-image] Oct 14 03:51:31.672 INFO O| Oct 14 03:51:31.672 INFO STEP 479 (remove_files) COMPLETE
55942024-10-14T03:51:32.390Z[ recovery-image] Oct 14 03:51:31.672 INFO O| Oct 14 03:51:31.672 INFO STEP 480: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
55952024-10-14T03:51:32.405Z[ recovery-image] Oct 14 03:51:31.691 INFO O| Oct 14 03:51:31.690 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/zstd"
55962024-10-14T03:51:32.405Z[ recovery-image] Oct 14 03:51:31.691 INFO O| Oct 14 03:51:31.691 INFO STEP 480 (remove_files) COMPLETE
55972024-10-14T03:51:32.405Z[ recovery-image] Oct 14 03:51:31.691 INFO O| Oct 14 03:51:31.691 INFO STEP 481: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
55982024-10-14T03:51:32.423Z[ recovery-image] Oct 14 03:51:31.709 INFO O| Oct 14 03:51:31.709 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/zstdgrep"
55992024-10-14T03:51:32.423Z[ recovery-image] Oct 14 03:51:31.709 INFO O| Oct 14 03:51:31.709 INFO STEP 481 (remove_files) COMPLETE
56002024-10-14T03:51:32.426Z[ recovery-image] Oct 14 03:51:31.709 INFO O| Oct 14 03:51:31.709 INFO STEP 482: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
56012024-10-14T03:51:32.442Z[ recovery-image] Oct 14 03:51:31.728 INFO O| Oct 14 03:51:31.728 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/zstdless"
56022024-10-14T03:51:32.442Z[ recovery-image] Oct 14 03:51:31.728 INFO O| Oct 14 03:51:31.728 INFO STEP 482 (remove_files) COMPLETE
56032024-10-14T03:51:32.442Z[ recovery-image] Oct 14 03:51:31.728 INFO O| Oct 14 03:51:31.728 INFO STEP 483: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
56042024-10-14T03:51:32.498Z[ recovery-image] Oct 14 03:51:31.784 INFO O| Oct 14 03:51:31.784 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/gcc/10/lib/amd64/libatomic.so.1.2.0"
56052024-10-14T03:51:32.498Z[ recovery-image] Oct 14 03:51:31.784 INFO O| Oct 14 03:51:31.784 INFO STEP 483 (remove_files) COMPLETE
56062024-10-14T03:51:32.502Z[ recovery-image] Oct 14 03:51:31.784 INFO O| Oct 14 03:51:31.784 INFO STEP 484: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
56072024-10-14T03:51:32.518Z[ recovery-image] Oct 14 03:51:31.804 INFO O| Oct 14 03:51:31.804 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/gcc/10/lib/amd64/libgomp.so.1.0.0"
56082024-10-14T03:51:32.521Z[ recovery-image] Oct 14 03:51:31.804 INFO O| Oct 14 03:51:31.804 INFO STEP 484 (remove_files) COMPLETE
56092024-10-14T03:51:32.521Z[ recovery-image] Oct 14 03:51:31.805 INFO O| Oct 14 03:51:31.804 INFO STEP 485: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
56102024-10-14T03:51:32.537Z[ recovery-image] Oct 14 03:51:31.823 INFO O| Oct 14 03:51:31.823 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/gcc/10/lib/amd64/libssp.so.0.0.0"
56112024-10-14T03:51:32.541Z[ recovery-image] Oct 14 03:51:31.823 INFO O| Oct 14 03:51:31.823 INFO STEP 485 (remove_files) COMPLETE
56122024-10-14T03:51:32.541Z[ recovery-image] Oct 14 03:51:31.823 INFO O| Oct 14 03:51:31.823 INFO STEP 486: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
56132024-10-14T03:51:32.564Z[ recovery-image] Oct 14 03:51:31.849 INFO O| Oct 14 03:51:31.849 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/gcc/10/lib/amd64/libstdc++.so.6.0.28"
56142024-10-14T03:51:32.564Z[ recovery-image] Oct 14 03:51:31.849 INFO O| Oct 14 03:51:31.849 INFO STEP 486 (remove_files) COMPLETE
56152024-10-14T03:51:32.564Z[ recovery-image] Oct 14 03:51:31.849 INFO O| Oct 14 03:51:31.849 INFO STEP 487: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
56162024-10-14T03:51:32.584Z[ recovery-image] Oct 14 03:51:31.869 INFO O| Oct 14 03:51:31.869 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/gcc/10/lib/libatomic.so.1.2.0"
56172024-10-14T03:51:32.584Z[ recovery-image] Oct 14 03:51:31.870 INFO O| Oct 14 03:51:31.870 INFO STEP 487 (remove_files) COMPLETE
56182024-10-14T03:51:32.584Z[ recovery-image] Oct 14 03:51:31.870 INFO O| Oct 14 03:51:31.870 INFO STEP 488: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
56192024-10-14T03:51:32.603Z[ recovery-image] Oct 14 03:51:31.888 INFO O| Oct 14 03:51:31.888 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/gcc/10/lib/libgcc_s.so.1"
56202024-10-14T03:51:32.603Z[ recovery-image] Oct 14 03:51:31.888 INFO O| Oct 14 03:51:31.888 INFO STEP 488 (remove_files) COMPLETE
56212024-10-14T03:51:32.603Z[ recovery-image] Oct 14 03:51:31.888 INFO O| Oct 14 03:51:31.888 INFO STEP 489: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
56222024-10-14T03:51:32.621Z[ recovery-image] Oct 14 03:51:31.907 INFO O| Oct 14 03:51:31.907 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/gcc/10/lib/libgomp.so.1.0.0"
56232024-10-14T03:51:32.621Z[ recovery-image] Oct 14 03:51:31.907 INFO O| Oct 14 03:51:31.907 INFO STEP 489 (remove_files) COMPLETE
56242024-10-14T03:51:32.621Z[ recovery-image] Oct 14 03:51:31.907 INFO O| Oct 14 03:51:31.907 INFO STEP 490: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
56252024-10-14T03:51:32.641Z[ recovery-image] Oct 14 03:51:31.926 INFO O| Oct 14 03:51:31.925 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/gcc/10/lib/libssp.so.0.0.0"
56262024-10-14T03:51:32.641Z[ recovery-image] Oct 14 03:51:31.926 INFO O| Oct 14 03:51:31.926 INFO STEP 490 (remove_files) COMPLETE
56272024-10-14T03:51:32.643Z[ recovery-image] Oct 14 03:51:31.926 INFO O| Oct 14 03:51:31.926 INFO STEP 491: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
56282024-10-14T03:51:32.659Z[ recovery-image] Oct 14 03:51:31.944 INFO O| Oct 14 03:51:31.944 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/gcc/10/lib/libstdc++.so.6.0.28"
56292024-10-14T03:51:32.663Z[ recovery-image] Oct 14 03:51:31.945 INFO O| Oct 14 03:51:31.945 INFO STEP 491 (remove_files) COMPLETE
56302024-10-14T03:51:32.663Z[ recovery-image] Oct 14 03:51:31.945 INFO O| Oct 14 03:51:31.945 INFO STEP 492: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
56312024-10-14T03:51:32.678Z[ recovery-image] Oct 14 03:51:31.964 INFO O| Oct 14 03:51:31.964 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/gnu/lib/amd64/libform.so.5.9"
56322024-10-14T03:51:32.678Z[ recovery-image] Oct 14 03:51:31.964 INFO O| Oct 14 03:51:31.964 INFO STEP 492 (remove_files) COMPLETE
56332024-10-14T03:51:32.680Z[ recovery-image] Oct 14 03:51:31.964 INFO O| Oct 14 03:51:31.964 INFO STEP 493: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
56342024-10-14T03:51:32.695Z[ recovery-image] Oct 14 03:51:31.982 INFO O| Oct 14 03:51:31.982 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/gnu/lib/amd64/libmenu.so.5.9"
56352024-10-14T03:51:32.695Z[ recovery-image] Oct 14 03:51:31.982 INFO O| Oct 14 03:51:31.982 INFO STEP 493 (remove_files) COMPLETE
56362024-10-14T03:51:32.698Z[ recovery-image] Oct 14 03:51:31.982 INFO O| Oct 14 03:51:31.982 INFO STEP 494: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
56372024-10-14T03:51:32.713Z[ recovery-image] Oct 14 03:51:31.999 INFO O| Oct 14 03:51:31.999 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/gnu/lib/amd64/libpanel.so.5.9"
56382024-10-14T03:51:32.714Z[ recovery-image] Oct 14 03:51:31.999 INFO O| Oct 14 03:51:31.999 INFO STEP 494 (remove_files) COMPLETE
56392024-10-14T03:51:32.714Z[ recovery-image] Oct 14 03:51:31.999 INFO O| Oct 14 03:51:31.999 INFO STEP 495: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
56402024-10-14T03:51:32.730Z[ recovery-image] Oct 14 03:51:32.017 INFO O| Oct 14 03:51:32.017 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/gnu/lib/libform.so.5.9"
56412024-10-14T03:51:32.731Z[ recovery-image] Oct 14 03:51:32.017 INFO O| Oct 14 03:51:32.017 INFO STEP 495 (remove_files) COMPLETE
56422024-10-14T03:51:32.731Z[ recovery-image] Oct 14 03:51:32.017 INFO O| Oct 14 03:51:32.017 INFO STEP 496: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
56432024-10-14T03:51:32.748Z[ recovery-image] Oct 14 03:51:32.034 INFO O| Oct 14 03:51:32.034 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/gnu/lib/libmenu.so.5.9"
56442024-10-14T03:51:32.748Z[ recovery-image] Oct 14 03:51:32.034 INFO O| Oct 14 03:51:32.034 INFO STEP 496 (remove_files) COMPLETE
56452024-10-14T03:51:32.748Z[ recovery-image] Oct 14 03:51:32.034 INFO O| Oct 14 03:51:32.034 INFO STEP 497: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
56462024-10-14T03:51:32.804Z[ recovery-image] Oct 14 03:51:32.091 INFO O| Oct 14 03:51:32.091 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/gnu/lib/libpanel.so.5.9"
56472024-10-14T03:51:32.805Z[ recovery-image] Oct 14 03:51:32.091 INFO O| Oct 14 03:51:32.091 INFO STEP 497 (remove_files) COMPLETE
56482024-10-14T03:51:32.805Z[ recovery-image] Oct 14 03:51:32.091 INFO O| Oct 14 03:51:32.091 INFO STEP 498: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
56492024-10-14T03:51:32.825Z[ recovery-image] Oct 14 03:51:32.111 INFO O| Oct 14 03:51:32.111 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/has/bin/ctags"
56502024-10-14T03:51:32.825Z[ recovery-image] Oct 14 03:51:32.111 INFO O| Oct 14 03:51:32.111 INFO STEP 498 (remove_files) COMPLETE
56512024-10-14T03:51:32.825Z[ recovery-image] Oct 14 03:51:32.111 INFO O| Oct 14 03:51:32.111 INFO STEP 499: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
56522024-10-14T03:51:32.910Z[ recovery-image] Oct 14 03:51:32.196 INFO O| Oct 14 03:51:32.196 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/has/bin/edit"
56532024-10-14T03:51:32.912Z[ recovery-image] Oct 14 03:51:32.196 INFO O| Oct 14 03:51:32.196 INFO STEP 499 (remove_files) COMPLETE
56542024-10-14T03:51:32.912Z[ recovery-image] Oct 14 03:51:32.196 INFO O| Oct 14 03:51:32.196 INFO STEP 500: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
56552024-10-14T03:51:32.930Z[ recovery-image] Oct 14 03:51:32.217 INFO O| Oct 14 03:51:32.217 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/has/bin/ex"
56562024-10-14T03:51:32.930Z[ recovery-image] Oct 14 03:51:32.217 INFO O| Oct 14 03:51:32.217 INFO STEP 500 (remove_files) COMPLETE
56572024-10-14T03:51:32.933Z[ recovery-image] Oct 14 03:51:32.217 INFO O| Oct 14 03:51:32.217 INFO STEP 501: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
56582024-10-14T03:51:32.950Z[ recovery-image] Oct 14 03:51:32.236 INFO O| Oct 14 03:51:32.236 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/has/bin/pfsh"
56592024-10-14T03:51:32.950Z[ recovery-image] Oct 14 03:51:32.237 INFO O| Oct 14 03:51:32.236 INFO STEP 501 (remove_files) COMPLETE
56602024-10-14T03:51:32.952Z[ recovery-image] Oct 14 03:51:32.237 INFO O| Oct 14 03:51:32.237 INFO STEP 502: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
56612024-10-14T03:51:32.970Z[ recovery-image] Oct 14 03:51:32.257 INFO O| Oct 14 03:51:32.256 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/has/bin/sh"
56622024-10-14T03:51:32.970Z[ recovery-image] Oct 14 03:51:32.257 INFO O| Oct 14 03:51:32.257 INFO STEP 502 (remove_files) COMPLETE
56632024-10-14T03:51:32.970Z[ recovery-image] Oct 14 03:51:32.257 INFO O| Oct 14 03:51:32.257 INFO STEP 503: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
56642024-10-14T03:51:32.989Z[ recovery-image] Oct 14 03:51:32.275 INFO O| Oct 14 03:51:32.275 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/has/bin/vedit"
56652024-10-14T03:51:32.989Z[ recovery-image] Oct 14 03:51:32.275 INFO O| Oct 14 03:51:32.275 INFO STEP 503 (remove_files) COMPLETE
56662024-10-14T03:51:32.992Z[ recovery-image] Oct 14 03:51:32.275 INFO O| Oct 14 03:51:32.275 INFO STEP 504: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
56672024-10-14T03:51:33.007Z[ recovery-image] Oct 14 03:51:32.292 INFO O| Oct 14 03:51:32.292 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/has/bin/vi"
56682024-10-14T03:51:33.007Z[ recovery-image] Oct 14 03:51:32.293 INFO O| Oct 14 03:51:32.293 INFO STEP 504 (remove_files) COMPLETE
56692024-10-14T03:51:33.007Z[ recovery-image] Oct 14 03:51:32.293 INFO O| Oct 14 03:51:32.293 INFO STEP 505: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
56702024-10-14T03:51:33.023Z[ recovery-image] Oct 14 03:51:32.310 INFO O| Oct 14 03:51:32.310 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/has/bin/view"
56712024-10-14T03:51:33.024Z[ recovery-image] Oct 14 03:51:32.310 INFO O| Oct 14 03:51:32.310 INFO STEP 505 (remove_files) COMPLETE
56722024-10-14T03:51:33.024Z[ recovery-image] Oct 14 03:51:32.310 INFO O| Oct 14 03:51:32.310 INFO STEP 506: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
56732024-10-14T03:51:33.042Z[ recovery-image] Oct 14 03:51:32.328 INFO O| Oct 14 03:51:32.327 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/kernel/drv/amd64/logindmux"
56742024-10-14T03:51:33.047Z[ recovery-image] Oct 14 03:51:32.328 INFO O| Oct 14 03:51:32.328 INFO STEP 506 (remove_files) COMPLETE
56752024-10-14T03:51:33.047Z[ recovery-image] Oct 14 03:51:32.328 INFO O| Oct 14 03:51:32.328 INFO STEP 507: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
56762024-10-14T03:51:33.059Z[ recovery-image] Oct 14 03:51:32.346 INFO O| Oct 14 03:51:32.345 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/kernel/drv/amd64/pool"
56772024-10-14T03:51:33.062Z[ recovery-image] Oct 14 03:51:32.346 INFO O| Oct 14 03:51:32.346 INFO STEP 507 (remove_files) COMPLETE
56782024-10-14T03:51:33.062Z[ recovery-image] Oct 14 03:51:32.346 INFO O| Oct 14 03:51:32.346 INFO STEP 508: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
56792024-10-14T03:51:33.099Z[ recovery-image] Oct 14 03:51:32.385 INFO O| Oct 14 03:51:32.385 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/kernel/drv/amd64/ppt"
56802024-10-14T03:51:33.099Z[ recovery-image] Oct 14 03:51:32.385 INFO O| Oct 14 03:51:32.385 INFO STEP 508 (remove_files) COMPLETE
56812024-10-14T03:51:33.101Z[ recovery-image] Oct 14 03:51:32.386 INFO O| Oct 14 03:51:32.385 INFO STEP 509: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
56822024-10-14T03:51:33.117Z[ recovery-image] Oct 14 03:51:32.403 INFO O| Oct 14 03:51:32.403 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/kernel/drv/amd64/ptm"
56832024-10-14T03:51:33.119Z[ recovery-image] Oct 14 03:51:32.405 INFO O| Oct 14 03:51:32.405 INFO STEP 509 (remove_files) COMPLETE
56842024-10-14T03:51:33.120Z[ recovery-image] Oct 14 03:51:32.405 INFO O| Oct 14 03:51:32.405 INFO STEP 510: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
56852024-10-14T03:51:33.139Z[ recovery-image] Oct 14 03:51:32.426 INFO O| Oct 14 03:51:32.425 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/kernel/drv/amd64/pts"
56862024-10-14T03:51:33.142Z[ recovery-image] Oct 14 03:51:32.426 INFO O| Oct 14 03:51:32.426 INFO STEP 510 (remove_files) COMPLETE
56872024-10-14T03:51:33.143Z[ recovery-image] Oct 14 03:51:32.426 INFO O| Oct 14 03:51:32.426 INFO STEP 511: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
56882024-10-14T03:51:33.178Z[ recovery-image] Oct 14 03:51:32.464 INFO O| Oct 14 03:51:32.464 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/kernel/drv/amd64/vmm"
56892024-10-14T03:51:33.180Z[ recovery-image] Oct 14 03:51:32.465 INFO O| Oct 14 03:51:32.464 INFO STEP 511 (remove_files) COMPLETE
56902024-10-14T03:51:33.180Z[ recovery-image] Oct 14 03:51:32.465 INFO O| Oct 14 03:51:32.465 INFO STEP 512: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
56912024-10-14T03:51:33.201Z[ recovery-image] Oct 14 03:51:32.487 INFO O| Oct 14 03:51:32.487 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/kernel/drv/amd64/zcons"
56922024-10-14T03:51:33.201Z[ recovery-image] Oct 14 03:51:32.487 INFO O| Oct 14 03:51:32.487 INFO STEP 512 (remove_files) COMPLETE
56932024-10-14T03:51:33.201Z[ recovery-image] Oct 14 03:51:32.487 INFO O| Oct 14 03:51:32.487 INFO STEP 513: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
56942024-10-14T03:51:33.223Z[ recovery-image] Oct 14 03:51:32.508 INFO O| Oct 14 03:51:32.508 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/kernel/drv/fssnap.conf"
56952024-10-14T03:51:33.223Z[ recovery-image] Oct 14 03:51:32.508 INFO O| Oct 14 03:51:32.508 INFO STEP 513 (remove_files) COMPLETE
56962024-10-14T03:51:33.223Z[ recovery-image] Oct 14 03:51:32.508 INFO O| Oct 14 03:51:32.508 INFO STEP 514: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
56972024-10-14T03:51:33.242Z[ recovery-image] Oct 14 03:51:32.528 INFO O| Oct 14 03:51:32.528 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/kernel/drv/ksyms.conf"
56982024-10-14T03:51:33.247Z[ recovery-image] Oct 14 03:51:32.528 INFO O| Oct 14 03:51:32.528 INFO STEP 514 (remove_files) COMPLETE
56992024-10-14T03:51:33.247Z[ recovery-image] Oct 14 03:51:32.528 INFO O| Oct 14 03:51:32.528 INFO STEP 515: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
57002024-10-14T03:51:33.283Z[ recovery-image] Oct 14 03:51:32.555 INFO O| Oct 14 03:51:32.555 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/kernel/drv/logindmux.conf"
57012024-10-14T03:51:33.295Z[ recovery-image] Oct 14 03:51:32.555 INFO O| Oct 14 03:51:32.555 INFO STEP 515 (remove_files) COMPLETE
57022024-10-14T03:51:33.295Z[ recovery-image] Oct 14 03:51:32.555 INFO O| Oct 14 03:51:32.555 INFO STEP 516: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
57032024-10-14T03:51:33.298Z[ recovery-image] Oct 14 03:51:32.576 INFO O| Oct 14 03:51:32.576 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/kernel/drv/nsmb.conf"
57042024-10-14T03:51:33.298Z[ recovery-image] Oct 14 03:51:32.576 INFO O| Oct 14 03:51:32.576 INFO STEP 516 (remove_files) COMPLETE
57052024-10-14T03:51:33.298Z[ recovery-image] Oct 14 03:51:32.576 INFO O| Oct 14 03:51:32.576 INFO STEP 517: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
57062024-10-14T03:51:33.309Z[ recovery-image] Oct 14 03:51:32.595 INFO O| Oct 14 03:51:32.595 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/kernel/drv/pool.conf"
57072024-10-14T03:51:33.309Z[ recovery-image] Oct 14 03:51:32.595 INFO O| Oct 14 03:51:32.595 INFO STEP 517 (remove_files) COMPLETE
57082024-10-14T03:51:33.309Z[ recovery-image] Oct 14 03:51:32.595 INFO O| Oct 14 03:51:32.595 INFO STEP 518: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
57092024-10-14T03:51:33.327Z[ recovery-image] Oct 14 03:51:32.613 INFO O| Oct 14 03:51:32.613 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/kernel/drv/ppt.conf"
57102024-10-14T03:51:33.327Z[ recovery-image] Oct 14 03:51:32.613 INFO O| Oct 14 03:51:32.613 INFO STEP 518 (remove_files) COMPLETE
57112024-10-14T03:51:33.331Z[ recovery-image] Oct 14 03:51:32.613 INFO O| Oct 14 03:51:32.613 INFO STEP 519: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
57122024-10-14T03:51:33.345Z[ recovery-image] Oct 14 03:51:32.631 INFO O| Oct 14 03:51:32.631 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/kernel/drv/ptm.conf"
57132024-10-14T03:51:33.345Z[ recovery-image] Oct 14 03:51:32.631 INFO O| Oct 14 03:51:32.631 INFO STEP 519 (remove_files) COMPLETE
57142024-10-14T03:51:33.345Z[ recovery-image] Oct 14 03:51:32.631 INFO O| Oct 14 03:51:32.631 INFO STEP 520: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
57152024-10-14T03:51:33.363Z[ recovery-image] Oct 14 03:51:32.649 INFO O| Oct 14 03:51:32.649 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/kernel/drv/pts.conf"
57162024-10-14T03:51:33.363Z[ recovery-image] Oct 14 03:51:32.649 INFO O| Oct 14 03:51:32.649 INFO STEP 520 (remove_files) COMPLETE
57172024-10-14T03:51:33.363Z[ recovery-image] Oct 14 03:51:32.649 INFO O| Oct 14 03:51:32.649 INFO STEP 521: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
57182024-10-14T03:51:33.383Z[ recovery-image] Oct 14 03:51:32.668 INFO O| Oct 14 03:51:32.667 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/kernel/drv/signalfd.conf"
57192024-10-14T03:51:33.383Z[ recovery-image] Oct 14 03:51:32.668 INFO O| Oct 14 03:51:32.668 INFO STEP 521 (remove_files) COMPLETE
57202024-10-14T03:51:33.383Z[ recovery-image] Oct 14 03:51:32.668 INFO O| Oct 14 03:51:32.668 INFO STEP 522: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
57212024-10-14T03:51:33.401Z[ recovery-image] Oct 14 03:51:32.686 INFO O| Oct 14 03:51:32.686 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/kernel/drv/smbsrv.conf"
57222024-10-14T03:51:33.412Z[ recovery-image] Oct 14 03:51:32.699 INFO O| Oct 14 03:51:32.699 INFO STEP 522 (remove_files) COMPLETE
57232024-10-14T03:51:33.412Z[ recovery-image] Oct 14 03:51:32.699 INFO O| Oct 14 03:51:32.699 INFO STEP 523: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
57242024-10-14T03:51:33.453Z[ recovery-image] Oct 14 03:51:32.737 INFO O| Oct 14 03:51:32.736 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/kernel/drv/timerfd.conf"
57252024-10-14T03:51:33.453Z[ recovery-image] Oct 14 03:51:32.737 INFO O| Oct 14 03:51:32.737 INFO STEP 523 (remove_files) COMPLETE
57262024-10-14T03:51:33.453Z[ recovery-image] Oct 14 03:51:32.737 INFO O| Oct 14 03:51:32.737 INFO STEP 524: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
57272024-10-14T03:51:33.476Z[ recovery-image] Oct 14 03:51:32.757 INFO O| Oct 14 03:51:32.757 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/kernel/drv/viona.conf"
57282024-10-14T03:51:33.476Z[ recovery-image] Oct 14 03:51:32.757 INFO O| Oct 14 03:51:32.757 INFO STEP 524 (remove_files) COMPLETE
57292024-10-14T03:51:33.476Z[ recovery-image] Oct 14 03:51:32.757 INFO O| Oct 14 03:51:32.757 INFO STEP 525: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
57302024-10-14T03:51:33.536Z[ recovery-image] Oct 14 03:51:32.781 INFO O| Oct 14 03:51:32.781 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/kernel/drv/vmm.conf"
57312024-10-14T03:51:33.536Z[ recovery-image] Oct 14 03:51:32.781 INFO O| Oct 14 03:51:32.781 INFO STEP 525 (remove_files) COMPLETE
57322024-10-14T03:51:33.536Z[ recovery-image] Oct 14 03:51:32.782 INFO O| Oct 14 03:51:32.781 INFO STEP 526: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
57332024-10-14T03:51:33.536Z[ recovery-image] Oct 14 03:51:32.803 INFO O| Oct 14 03:51:32.802 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/kernel/exec/amd64/javaexec"
57342024-10-14T03:51:33.536Z[ recovery-image] Oct 14 03:51:32.803 INFO O| Oct 14 03:51:32.803 INFO STEP 526 (remove_files) COMPLETE
57352024-10-14T03:51:33.536Z[ recovery-image] Oct 14 03:51:32.803 INFO O| Oct 14 03:51:32.803 INFO STEP 527: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
57362024-10-14T03:51:33.536Z[ recovery-image] Oct 14 03:51:32.822 INFO O| Oct 14 03:51:32.822 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/kernel/exec/amd64/shbinexec"
57372024-10-14T03:51:33.541Z[ recovery-image] Oct 14 03:51:32.827 INFO O| Oct 14 03:51:32.827 INFO STEP 527 (remove_files) COMPLETE
57382024-10-14T03:51:33.541Z[ recovery-image] Oct 14 03:51:32.827 INFO O| Oct 14 03:51:32.827 INFO STEP 528: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
57392024-10-14T03:51:33.601Z[ recovery-image] Oct 14 03:51:32.886 INFO O| Oct 14 03:51:32.886 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/kernel/fs/amd64/pcfs"
57402024-10-14T03:51:33.643Z[ host-image] Oct 14 03:51:32.929 INFO O| Oct 14 03:51:32.929 INFO O| Download: 1103/1140 items 6.2/8.4MB 73% complete (547k/s)
57412024-10-14T03:51:33.663Z[ recovery-image] Oct 14 03:51:32.949 INFO O| Oct 14 03:51:32.949 INFO STEP 528 (remove_files) COMPLETE
57422024-10-14T03:51:33.663Z[ recovery-image] Oct 14 03:51:32.949 INFO O| Oct 14 03:51:32.949 INFO STEP 529: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
57432024-10-14T03:51:33.769Z[ recovery-image] Oct 14 03:51:33.054 INFO O| Oct 14 03:51:33.054 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/kernel/fs/amd64/smbfs"
57442024-10-14T03:51:33.769Z[ recovery-image] Oct 14 03:51:33.054 INFO O| Oct 14 03:51:33.054 INFO STEP 529 (remove_files) COMPLETE
57452024-10-14T03:51:33.769Z[ recovery-image] Oct 14 03:51:33.054 INFO O| Oct 14 03:51:33.054 INFO STEP 530: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
57462024-10-14T03:51:33.833Z[ recovery-image] Oct 14 03:51:33.119 INFO O| Oct 14 03:51:33.118 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/kernel/kmdb/amd64/nsmb"
57472024-10-14T03:51:33.833Z[ recovery-image] Oct 14 03:51:33.119 INFO O| Oct 14 03:51:33.119 INFO STEP 530 (remove_files) COMPLETE
57482024-10-14T03:51:33.833Z[ recovery-image] Oct 14 03:51:33.119 INFO O| Oct 14 03:51:33.119 INFO STEP 531: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
57492024-10-14T03:51:33.856Z[ recovery-image] Oct 14 03:51:33.137 INFO O| Oct 14 03:51:33.137 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/kernel/kmdb/amd64/smbfs"
57502024-10-14T03:51:33.856Z[ recovery-image] Oct 14 03:51:33.137 INFO O| Oct 14 03:51:33.137 INFO STEP 531 (remove_files) COMPLETE
57512024-10-14T03:51:33.856Z[ recovery-image] Oct 14 03:51:33.137 INFO O| Oct 14 03:51:33.137 INFO STEP 532: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
57522024-10-14T03:51:33.894Z[ recovery-image] Oct 14 03:51:33.180 INFO O| Oct 14 03:51:33.180 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/kernel/kmdb/amd64/smbsrv"
57532024-10-14T03:51:33.894Z[ recovery-image] Oct 14 03:51:33.180 INFO O| Oct 14 03:51:33.180 INFO STEP 532 (remove_files) COMPLETE
57542024-10-14T03:51:33.897Z[ recovery-image] Oct 14 03:51:33.180 INFO O| Oct 14 03:51:33.180 INFO STEP 533: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
57552024-10-14T03:51:33.935Z[ recovery-image] Oct 14 03:51:33.220 INFO O| Oct 14 03:51:33.220 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/kernel/misc/amd64/vmm_vtd"
57562024-10-14T03:51:33.935Z[ recovery-image] Oct 14 03:51:33.220 INFO O| Oct 14 03:51:33.220 INFO STEP 533 (remove_files) COMPLETE
57572024-10-14T03:51:33.935Z[ recovery-image] Oct 14 03:51:33.220 INFO O| Oct 14 03:51:33.220 INFO STEP 534: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
57582024-10-14T03:51:33.977Z[ recovery-image] Oct 14 03:51:33.264 INFO O| Oct 14 03:51:33.264 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/kernel/pcbe/amd64/pcbe.GenuineIntel.15"
57592024-10-14T03:51:33.977Z[ recovery-image] Oct 14 03:51:33.264 INFO O| Oct 14 03:51:33.264 INFO STEP 534 (remove_files) COMPLETE
57602024-10-14T03:51:33.977Z[ recovery-image] Oct 14 03:51:33.264 INFO O| Oct 14 03:51:33.264 INFO STEP 535: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
57612024-10-14T03:51:34.016Z[ recovery-image] Oct 14 03:51:33.302 INFO O| Oct 14 03:51:33.302 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/kernel/pcbe/amd64/pcbe.GenuineIntel.6.15"
57622024-10-14T03:51:34.016Z[ recovery-image] Oct 14 03:51:33.302 INFO O| Oct 14 03:51:33.302 INFO STEP 535 (remove_files) COMPLETE
57632024-10-14T03:51:34.016Z[ recovery-image] Oct 14 03:51:33.302 INFO O| Oct 14 03:51:33.302 INFO STEP 536: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
57642024-10-14T03:51:34.037Z[ recovery-image] Oct 14 03:51:33.322 INFO O| Oct 14 03:51:33.322 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/kernel/sched/amd64/IA"
57652024-10-14T03:51:34.037Z[ recovery-image] Oct 14 03:51:33.322 INFO O| Oct 14 03:51:33.322 INFO STEP 536 (remove_files) COMPLETE
57662024-10-14T03:51:34.037Z[ recovery-image] Oct 14 03:51:33.322 INFO O| Oct 14 03:51:33.322 INFO STEP 537: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
57672024-10-14T03:51:34.058Z[ recovery-image] Oct 14 03:51:33.341 INFO O| Oct 14 03:51:33.341 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/kernel/sched/amd64/RT"
57682024-10-14T03:51:34.058Z[ recovery-image] Oct 14 03:51:33.341 INFO O| Oct 14 03:51:33.341 INFO STEP 537 (remove_files) COMPLETE
57692024-10-14T03:51:34.064Z[ recovery-image] Oct 14 03:51:33.341 INFO O| Oct 14 03:51:33.341 INFO STEP 538: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
57702024-10-14T03:51:34.071Z[ recovery-image] Oct 14 03:51:33.357 INFO O| Oct 14 03:51:33.357 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/kernel/sched/amd64/RT_DPTBL"
57712024-10-14T03:51:34.071Z[ recovery-image] Oct 14 03:51:33.358 INFO O| Oct 14 03:51:33.358 INFO STEP 538 (remove_files) COMPLETE
57722024-10-14T03:51:34.073Z[ recovery-image] Oct 14 03:51:33.358 INFO O| Oct 14 03:51:33.358 INFO STEP 539: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
57732024-10-14T03:51:34.088Z[ recovery-image] Oct 14 03:51:33.374 INFO O| Oct 14 03:51:33.374 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/kernel/strmod/amd64/cryptmod"
57742024-10-14T03:51:34.088Z[ recovery-image] Oct 14 03:51:33.375 INFO O| Oct 14 03:51:33.374 INFO STEP 539 (remove_files) COMPLETE
57752024-10-14T03:51:34.090Z[ recovery-image] Oct 14 03:51:33.375 INFO O| Oct 14 03:51:33.375 INFO STEP 540: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
57762024-10-14T03:51:34.106Z[ recovery-image] Oct 14 03:51:33.392 INFO O| Oct 14 03:51:33.392 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/kernel/strmod/amd64/rlmod"
57772024-10-14T03:51:34.106Z[ recovery-image] Oct 14 03:51:33.392 INFO O| Oct 14 03:51:33.392 INFO STEP 540 (remove_files) COMPLETE
57782024-10-14T03:51:34.110Z[ recovery-image] Oct 14 03:51:33.392 INFO O| Oct 14 03:51:33.392 INFO STEP 541: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
57792024-10-14T03:51:34.145Z[ recovery-image] Oct 14 03:51:33.431 INFO O| Oct 14 03:51:33.431 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/kernel/strmod/amd64/telmod"
57802024-10-14T03:51:34.145Z[ recovery-image] Oct 14 03:51:33.432 INFO O| Oct 14 03:51:33.432 INFO STEP 541 (remove_files) COMPLETE
57812024-10-14T03:51:34.148Z[ recovery-image] Oct 14 03:51:33.432 INFO O| Oct 14 03:51:33.432 INFO STEP 542: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
57822024-10-14T03:51:34.163Z[ recovery-image] Oct 14 03:51:33.449 INFO O| Oct 14 03:51:33.449 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/kernel/sys/amd64/acctctl"
57832024-10-14T03:51:34.163Z[ recovery-image] Oct 14 03:51:33.449 INFO O| Oct 14 03:51:33.449 INFO STEP 542 (remove_files) COMPLETE
57842024-10-14T03:51:34.165Z[ recovery-image] Oct 14 03:51:33.449 INFO O| Oct 14 03:51:33.449 INFO STEP 543: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
57852024-10-14T03:51:34.210Z[ recovery-image] Oct 14 03:51:33.496 INFO O| Oct 14 03:51:33.496 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/kernel/sys/amd64/exacctsys"
57862024-10-14T03:51:34.210Z[ recovery-image] Oct 14 03:51:33.496 INFO O| Oct 14 03:51:33.496 INFO STEP 543 (remove_files) COMPLETE
57872024-10-14T03:51:34.214Z[ recovery-image] Oct 14 03:51:33.497 INFO O| Oct 14 03:51:33.496 INFO STEP 544: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
57882024-10-14T03:51:34.228Z[ recovery-image] Oct 14 03:51:33.514 INFO O| Oct 14 03:51:33.514 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/kernel/sys/amd64/sysacct"
57892024-10-14T03:51:34.228Z[ recovery-image] Oct 14 03:51:33.514 INFO O| Oct 14 03:51:33.514 INFO STEP 544 (remove_files) COMPLETE
57902024-10-14T03:51:34.231Z[ recovery-image] Oct 14 03:51:33.514 INFO O| Oct 14 03:51:33.514 INFO STEP 545: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
57912024-10-14T03:51:34.247Z[ recovery-image] Oct 14 03:51:33.533 INFO O| Oct 14 03:51:33.533 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/kvm/README"
57922024-10-14T03:51:34.247Z[ recovery-image] Oct 14 03:51:33.533 INFO O| Oct 14 03:51:33.533 INFO STEP 545 (remove_files) COMPLETE
57932024-10-14T03:51:34.249Z[ recovery-image] Oct 14 03:51:33.533 INFO O| Oct 14 03:51:33.533 INFO STEP 546: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
57942024-10-14T03:51:34.264Z[ recovery-image] Oct 14 03:51:33.550 INFO O| Oct 14 03:51:33.550 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/abi/spec2map"
57952024-10-14T03:51:34.264Z[ recovery-image] Oct 14 03:51:33.551 INFO O| Oct 14 03:51:33.550 INFO STEP 546 (remove_files) COMPLETE
57962024-10-14T03:51:34.267Z[ recovery-image] Oct 14 03:51:33.551 INFO O| Oct 14 03:51:33.550 INFO STEP 547: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
57972024-10-14T03:51:34.283Z[ recovery-image] Oct 14 03:51:33.568 INFO O| Oct 14 03:51:33.568 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/abi/spec2trace"
57982024-10-14T03:51:34.283Z[ recovery-image] Oct 14 03:51:33.568 INFO O| Oct 14 03:51:33.568 INFO STEP 547 (remove_files) COMPLETE
57992024-10-14T03:51:34.283Z[ recovery-image] Oct 14 03:51:33.568 INFO O| Oct 14 03:51:33.568 INFO STEP 548: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
58002024-10-14T03:51:34.311Z[ recovery-image] Oct 14 03:51:33.597 INFO O| Oct 14 03:51:33.597 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/adb/adbgen"
58012024-10-14T03:51:34.311Z[ recovery-image] Oct 14 03:51:33.597 INFO O| Oct 14 03:51:33.597 INFO STEP 548 (remove_files) COMPLETE
58022024-10-14T03:51:34.311Z[ recovery-image] Oct 14 03:51:33.597 INFO O| Oct 14 03:51:33.597 INFO STEP 549: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
58032024-10-14T03:51:34.332Z[ recovery-image] Oct 14 03:51:33.618 INFO O| Oct 14 03:51:33.618 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/adb/adbgen1"
58042024-10-14T03:51:34.332Z[ recovery-image] Oct 14 03:51:33.619 INFO O| Oct 14 03:51:33.618 INFO STEP 549 (remove_files) COMPLETE
58052024-10-14T03:51:34.332Z[ recovery-image] Oct 14 03:51:33.619 INFO O| Oct 14 03:51:33.618 INFO STEP 550: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
58062024-10-14T03:51:34.352Z[ recovery-image] Oct 14 03:51:33.638 INFO O| Oct 14 03:51:33.638 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/adb/adbgen3"
58072024-10-14T03:51:34.352Z[ recovery-image] Oct 14 03:51:33.638 INFO O| Oct 14 03:51:33.638 INFO STEP 550 (remove_files) COMPLETE
58082024-10-14T03:51:34.352Z[ recovery-image] Oct 14 03:51:33.638 INFO O| Oct 14 03:51:33.638 INFO STEP 551: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
58092024-10-14T03:51:34.371Z[ recovery-image] Oct 14 03:51:33.657 INFO O| Oct 14 03:51:33.657 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/adb/adbgen4"
58102024-10-14T03:51:34.371Z[ recovery-image] Oct 14 03:51:33.657 INFO O| Oct 14 03:51:33.657 INFO STEP 551 (remove_files) COMPLETE
58112024-10-14T03:51:34.371Z[ recovery-image] Oct 14 03:51:33.657 INFO O| Oct 14 03:51:33.657 INFO STEP 552: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
58122024-10-14T03:51:34.390Z[ recovery-image] Oct 14 03:51:33.676 INFO O| Oct 14 03:51:33.676 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/adb/adbsub.o"
58132024-10-14T03:51:34.390Z[ recovery-image] Oct 14 03:51:33.676 INFO O| Oct 14 03:51:33.676 INFO STEP 552 (remove_files) COMPLETE
58142024-10-14T03:51:34.390Z[ recovery-image] Oct 14 03:51:33.676 INFO O| Oct 14 03:51:33.676 INFO STEP 553: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
58152024-10-14T03:51:34.409Z[ recovery-image] Oct 14 03:51:33.695 INFO O| Oct 14 03:51:33.695 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/adb/amd64/adbsub.o"
58162024-10-14T03:51:34.409Z[ recovery-image] Oct 14 03:51:33.696 INFO O| Oct 14 03:51:33.695 INFO STEP 553 (remove_files) COMPLETE
58172024-10-14T03:51:34.412Z[ recovery-image] Oct 14 03:51:33.696 INFO O| Oct 14 03:51:33.695 INFO STEP 554: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
58182024-10-14T03:51:34.466Z[ recovery-image] Oct 14 03:51:33.752 INFO O| Oct 14 03:51:33.752 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/0@0.so.1"
58192024-10-14T03:51:34.468Z[ recovery-image] Oct 14 03:51:33.752 INFO O| Oct 14 03:51:33.752 INFO STEP 554 (remove_files) COMPLETE
58202024-10-14T03:51:34.468Z[ recovery-image] Oct 14 03:51:33.752 INFO O| Oct 14 03:51:33.752 INFO STEP 555: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
58212024-10-14T03:51:34.489Z[ recovery-image] Oct 14 03:51:33.774 INFO O| Oct 14 03:51:33.774 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/bash/Makefile.inc"
58222024-10-14T03:51:34.502Z[ recovery-image] Oct 14 03:51:33.788 INFO O| Oct 14 03:51:33.788 INFO STEP 555 (remove_files) COMPLETE
58232024-10-14T03:51:34.502Z[ recovery-image] Oct 14 03:51:33.788 INFO O| Oct 14 03:51:33.788 INFO STEP 556: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
58242024-10-14T03:51:34.523Z[ recovery-image] Oct 14 03:51:33.809 INFO O| Oct 14 03:51:33.809 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/bash/accept"
58252024-10-14T03:51:34.526Z[ recovery-image] Oct 14 03:51:33.810 INFO O| Oct 14 03:51:33.809 INFO STEP 556 (remove_files) COMPLETE
58262024-10-14T03:51:34.526Z[ recovery-image] Oct 14 03:51:33.810 INFO O| Oct 14 03:51:33.810 INFO STEP 557: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
58272024-10-14T03:51:34.547Z[ recovery-image] Oct 14 03:51:33.828 INFO O| Oct 14 03:51:33.828 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/bash/basename"
58282024-10-14T03:51:34.549Z[ recovery-image] Oct 14 03:51:33.828 INFO O| Oct 14 03:51:33.828 INFO STEP 557 (remove_files) COMPLETE
58292024-10-14T03:51:34.549Z[ recovery-image] Oct 14 03:51:33.828 INFO O| Oct 14 03:51:33.828 INFO STEP 558: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
58302024-10-14T03:51:34.560Z[ recovery-image] Oct 14 03:51:33.847 INFO O| Oct 14 03:51:33.846 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/bash/csv"
58312024-10-14T03:51:34.561Z[ recovery-image] Oct 14 03:51:33.847 INFO O| Oct 14 03:51:33.847 INFO STEP 558 (remove_files) COMPLETE
58322024-10-14T03:51:34.561Z[ recovery-image] Oct 14 03:51:33.847 INFO O| Oct 14 03:51:33.847 INFO STEP 559: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
58332024-10-14T03:51:34.578Z[ recovery-image] Oct 14 03:51:33.864 INFO O| Oct 14 03:51:33.864 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/bash/cut"
58342024-10-14T03:51:34.578Z[ recovery-image] Oct 14 03:51:33.864 INFO O| Oct 14 03:51:33.864 INFO STEP 559 (remove_files) COMPLETE
58352024-10-14T03:51:34.579Z[ recovery-image] Oct 14 03:51:33.864 INFO O| Oct 14 03:51:33.864 INFO STEP 560: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
58362024-10-14T03:51:34.606Z[ recovery-image] Oct 14 03:51:33.893 INFO O| Oct 14 03:51:33.893 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/bash/dirname"
58372024-10-14T03:51:34.609Z[ recovery-image] Oct 14 03:51:33.893 INFO O| Oct 14 03:51:33.893 INFO STEP 560 (remove_files) COMPLETE
58382024-10-14T03:51:34.609Z[ recovery-image] Oct 14 03:51:33.893 INFO O| Oct 14 03:51:33.893 INFO STEP 561: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
58392024-10-14T03:51:34.628Z[ recovery-image] Oct 14 03:51:33.914 INFO O| Oct 14 03:51:33.914 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/bash/fdflags"
58402024-10-14T03:51:34.630Z[ recovery-image] Oct 14 03:51:33.914 INFO O| Oct 14 03:51:33.914 INFO STEP 561 (remove_files) COMPLETE
58412024-10-14T03:51:34.630Z[ recovery-image] Oct 14 03:51:33.914 INFO O| Oct 14 03:51:33.914 INFO STEP 562: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
58422024-10-14T03:51:34.648Z[ recovery-image] Oct 14 03:51:33.934 INFO O| Oct 14 03:51:33.934 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/bash/finfo"
58432024-10-14T03:51:34.651Z[ recovery-image] Oct 14 03:51:33.935 INFO O| Oct 14 03:51:33.934 INFO STEP 562 (remove_files) COMPLETE
58442024-10-14T03:51:34.651Z[ recovery-image] Oct 14 03:51:33.935 INFO O| Oct 14 03:51:33.935 INFO STEP 563: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
58452024-10-14T03:51:34.669Z[ recovery-image] Oct 14 03:51:33.955 INFO O| Oct 14 03:51:33.955 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/bash/head"
58462024-10-14T03:51:34.671Z[ recovery-image] Oct 14 03:51:33.955 INFO O| Oct 14 03:51:33.955 INFO STEP 563 (remove_files) COMPLETE
58472024-10-14T03:51:34.671Z[ recovery-image] Oct 14 03:51:33.955 INFO O| Oct 14 03:51:33.955 INFO STEP 564: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
58482024-10-14T03:51:34.689Z[ recovery-image] Oct 14 03:51:33.976 INFO O| Oct 14 03:51:33.975 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/bash/id"
58492024-10-14T03:51:34.692Z[ recovery-image] Oct 14 03:51:33.976 INFO O| Oct 14 03:51:33.976 INFO STEP 564 (remove_files) COMPLETE
58502024-10-14T03:51:34.692Z[ recovery-image] Oct 14 03:51:33.976 INFO O| Oct 14 03:51:33.976 INFO STEP 565: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
58512024-10-14T03:51:34.728Z[ recovery-image] Oct 14 03:51:34.014 INFO O| Oct 14 03:51:34.014 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/bash/ln"
58522024-10-14T03:51:34.728Z[ recovery-image] Oct 14 03:51:34.014 INFO O| Oct 14 03:51:34.014 INFO STEP 565 (remove_files) COMPLETE
58532024-10-14T03:51:34.728Z[ recovery-image] Oct 14 03:51:34.014 INFO O| Oct 14 03:51:34.014 INFO STEP 566: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
58542024-10-14T03:51:34.750Z[ recovery-image] Oct 14 03:51:34.036 INFO O| Oct 14 03:51:34.036 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/bash/loadables.h"
58552024-10-14T03:51:34.750Z[ recovery-image] Oct 14 03:51:34.036 INFO O| Oct 14 03:51:34.036 INFO STEP 566 (remove_files) COMPLETE
58562024-10-14T03:51:34.750Z[ recovery-image] Oct 14 03:51:34.037 INFO O| Oct 14 03:51:34.036 INFO STEP 567: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
58572024-10-14T03:51:34.772Z[ recovery-image] Oct 14 03:51:34.058 INFO O| Oct 14 03:51:34.058 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/bash/logname"
58582024-10-14T03:51:34.772Z[ recovery-image] Oct 14 03:51:34.058 INFO O| Oct 14 03:51:34.058 INFO STEP 567 (remove_files) COMPLETE
58592024-10-14T03:51:34.772Z[ recovery-image] Oct 14 03:51:34.058 INFO O| Oct 14 03:51:34.058 INFO STEP 568: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
58602024-10-14T03:51:34.794Z[ recovery-image] Oct 14 03:51:34.080 INFO O| Oct 14 03:51:34.080 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/bash/mkdir"
58612024-10-14T03:51:34.794Z[ recovery-image] Oct 14 03:51:34.080 INFO O| Oct 14 03:51:34.080 INFO STEP 568 (remove_files) COMPLETE
58622024-10-14T03:51:34.796Z[ recovery-image] Oct 14 03:51:34.080 INFO O| Oct 14 03:51:34.080 INFO STEP 569: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
58632024-10-14T03:51:34.815Z[ recovery-image] Oct 14 03:51:34.102 INFO O| Oct 14 03:51:34.101 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/bash/mkfifo"
58642024-10-14T03:51:34.815Z[ recovery-image] Oct 14 03:51:34.102 INFO O| Oct 14 03:51:34.102 INFO STEP 569 (remove_files) COMPLETE
58652024-10-14T03:51:34.815Z[ recovery-image] Oct 14 03:51:34.102 INFO O| Oct 14 03:51:34.102 INFO STEP 570: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
58662024-10-14T03:51:34.836Z[ recovery-image] Oct 14 03:51:34.122 INFO O| Oct 14 03:51:34.122 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/bash/mktemp"
58672024-10-14T03:51:34.836Z[ recovery-image] Oct 14 03:51:34.122 INFO O| Oct 14 03:51:34.122 INFO STEP 570 (remove_files) COMPLETE
58682024-10-14T03:51:34.838Z[ recovery-image] Oct 14 03:51:34.122 INFO O| Oct 14 03:51:34.122 INFO STEP 571: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
58692024-10-14T03:51:34.855Z[ recovery-image] Oct 14 03:51:34.141 INFO O| Oct 14 03:51:34.141 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/bash/mypid"
58702024-10-14T03:51:34.855Z[ recovery-image] Oct 14 03:51:34.141 INFO O| Oct 14 03:51:34.141 INFO STEP 571 (remove_files) COMPLETE
58712024-10-14T03:51:34.858Z[ recovery-image] Oct 14 03:51:34.141 INFO O| Oct 14 03:51:34.141 INFO STEP 572: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
58722024-10-14T03:51:34.875Z[ recovery-image] Oct 14 03:51:34.161 INFO O| Oct 14 03:51:34.161 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/bash/pathchk"
58732024-10-14T03:51:34.877Z[ recovery-image] Oct 14 03:51:34.161 INFO O| Oct 14 03:51:34.161 INFO STEP 572 (remove_files) COMPLETE
58742024-10-14T03:51:34.877Z[ recovery-image] Oct 14 03:51:34.161 INFO O| Oct 14 03:51:34.161 INFO STEP 573: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
58752024-10-14T03:51:34.896Z[ recovery-image] Oct 14 03:51:34.181 INFO O| Oct 14 03:51:34.181 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/bash/print"
58762024-10-14T03:51:34.898Z[ recovery-image] Oct 14 03:51:34.182 INFO O| Oct 14 03:51:34.182 INFO STEP 573 (remove_files) COMPLETE
58772024-10-14T03:51:34.898Z[ recovery-image] Oct 14 03:51:34.182 INFO O| Oct 14 03:51:34.182 INFO STEP 574: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
58782024-10-14T03:51:34.916Z[ recovery-image] Oct 14 03:51:34.202 INFO O| Oct 14 03:51:34.202 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/bash/printenv"
58792024-10-14T03:51:34.919Z[ recovery-image] Oct 14 03:51:34.202 INFO O| Oct 14 03:51:34.202 INFO STEP 574 (remove_files) COMPLETE
58802024-10-14T03:51:34.919Z[ recovery-image] Oct 14 03:51:34.203 INFO O| Oct 14 03:51:34.203 INFO STEP 575: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
58812024-10-14T03:51:34.939Z[ recovery-image] Oct 14 03:51:34.225 INFO O| Oct 14 03:51:34.225 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/bash/push"
58822024-10-14T03:51:34.941Z[ recovery-image] Oct 14 03:51:34.226 INFO O| Oct 14 03:51:34.225 INFO STEP 575 (remove_files) COMPLETE
58832024-10-14T03:51:34.941Z[ recovery-image] Oct 14 03:51:34.226 INFO O| Oct 14 03:51:34.226 INFO STEP 576: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
58842024-10-14T03:51:34.961Z[ recovery-image] Oct 14 03:51:34.247 INFO O| Oct 14 03:51:34.247 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/bash/realpath"
58852024-10-14T03:51:34.963Z[ recovery-image] Oct 14 03:51:34.247 INFO O| Oct 14 03:51:34.247 INFO STEP 576 (remove_files) COMPLETE
58862024-10-14T03:51:34.963Z[ recovery-image] Oct 14 03:51:34.247 INFO O| Oct 14 03:51:34.247 INFO STEP 577: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
58872024-10-14T03:51:35.000Z[ recovery-image] Oct 14 03:51:34.286 INFO O| Oct 14 03:51:34.286 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/bash/rm"
58882024-10-14T03:51:35.000Z[ recovery-image] Oct 14 03:51:34.286 INFO O| Oct 14 03:51:34.286 INFO STEP 577 (remove_files) COMPLETE
58892024-10-14T03:51:35.003Z[ recovery-image] Oct 14 03:51:34.286 INFO O| Oct 14 03:51:34.286 INFO STEP 578: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
58902024-10-14T03:51:35.108Z[ recovery-image] Oct 14 03:51:34.394 INFO O| Oct 14 03:51:34.394 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/bash/rmdir"
58912024-10-14T03:51:35.108Z[ recovery-image] Oct 14 03:51:34.394 INFO O| Oct 14 03:51:34.394 INFO STEP 578 (remove_files) COMPLETE
58922024-10-14T03:51:35.111Z[ recovery-image] Oct 14 03:51:34.394 INFO O| Oct 14 03:51:34.394 INFO STEP 579: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
58932024-10-14T03:51:35.130Z[ recovery-image] Oct 14 03:51:34.415 INFO O| Oct 14 03:51:34.415 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/bash/seq"
58942024-10-14T03:51:35.130Z[ recovery-image] Oct 14 03:51:34.415 INFO O| Oct 14 03:51:34.415 INFO STEP 579 (remove_files) COMPLETE
58952024-10-14T03:51:35.130Z[ recovery-image] Oct 14 03:51:34.415 INFO O| Oct 14 03:51:34.415 INFO STEP 580: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
58962024-10-14T03:51:35.148Z[ recovery-image] Oct 14 03:51:34.434 INFO O| Oct 14 03:51:34.433 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/bash/setpgid"
58972024-10-14T03:51:35.148Z[ recovery-image] Oct 14 03:51:34.434 INFO O| Oct 14 03:51:34.434 INFO STEP 580 (remove_files) COMPLETE
58982024-10-14T03:51:35.148Z[ recovery-image] Oct 14 03:51:34.434 INFO O| Oct 14 03:51:34.434 INFO STEP 581: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
58992024-10-14T03:51:35.165Z[ recovery-image] Oct 14 03:51:34.451 INFO O| Oct 14 03:51:34.451 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/bash/sleep"
59002024-10-14T03:51:35.165Z[ recovery-image] Oct 14 03:51:34.451 INFO O| Oct 14 03:51:34.451 INFO STEP 581 (remove_files) COMPLETE
59012024-10-14T03:51:35.168Z[ recovery-image] Oct 14 03:51:34.451 INFO O| Oct 14 03:51:34.451 INFO STEP 582: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
59022024-10-14T03:51:35.183Z[ recovery-image] Oct 14 03:51:34.469 INFO O| Oct 14 03:51:34.469 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/bash/strftime"
59032024-10-14T03:51:35.203Z[ recovery-image] Oct 14 03:51:34.489 INFO O| Oct 14 03:51:34.489 INFO STEP 582 (remove_files) COMPLETE
59042024-10-14T03:51:35.203Z[ recovery-image] Oct 14 03:51:34.489 INFO O| Oct 14 03:51:34.489 INFO STEP 583: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
59052024-10-14T03:51:35.234Z[ recovery-image] Oct 14 03:51:34.520 INFO O| Oct 14 03:51:34.520 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/bash/sync"
59062024-10-14T03:51:35.234Z[ recovery-image] Oct 14 03:51:34.520 INFO O| Oct 14 03:51:34.520 INFO STEP 583 (remove_files) COMPLETE
59072024-10-14T03:51:35.236Z[ recovery-image] Oct 14 03:51:34.520 INFO O| Oct 14 03:51:34.520 INFO STEP 584: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
59082024-10-14T03:51:35.253Z[ recovery-image] Oct 14 03:51:34.538 INFO O| Oct 14 03:51:34.538 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/bash/tee"
59092024-10-14T03:51:35.253Z[ recovery-image] Oct 14 03:51:34.538 INFO O| Oct 14 03:51:34.538 INFO STEP 584 (remove_files) COMPLETE
59102024-10-14T03:51:35.253Z[ recovery-image] Oct 14 03:51:34.538 INFO O| Oct 14 03:51:34.538 INFO STEP 585: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
59112024-10-14T03:51:35.273Z[ recovery-image] Oct 14 03:51:34.558 INFO O| Oct 14 03:51:34.558 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/bash/truefalse"
59122024-10-14T03:51:35.273Z[ recovery-image] Oct 14 03:51:34.558 INFO O| Oct 14 03:51:34.558 INFO STEP 585 (remove_files) COMPLETE
59132024-10-14T03:51:35.273Z[ recovery-image] Oct 14 03:51:34.558 INFO O| Oct 14 03:51:34.558 INFO STEP 586: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
59142024-10-14T03:51:35.292Z[ recovery-image] Oct 14 03:51:34.577 INFO O| Oct 14 03:51:34.577 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/bash/tty"
59152024-10-14T03:51:35.292Z[ recovery-image] Oct 14 03:51:34.577 INFO O| Oct 14 03:51:34.577 INFO STEP 586 (remove_files) COMPLETE
59162024-10-14T03:51:35.292Z[ recovery-image] Oct 14 03:51:34.577 INFO O| Oct 14 03:51:34.577 INFO STEP 587: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
59172024-10-14T03:51:35.318Z[ recovery-image] Oct 14 03:51:34.604 INFO O| Oct 14 03:51:34.604 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/bash/uname"
59182024-10-14T03:51:35.318Z[ recovery-image] Oct 14 03:51:34.604 INFO O| Oct 14 03:51:34.604 INFO STEP 587 (remove_files) COMPLETE
59192024-10-14T03:51:35.318Z[ recovery-image] Oct 14 03:51:34.604 INFO O| Oct 14 03:51:34.604 INFO STEP 588: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
59202024-10-14T03:51:35.337Z[ recovery-image] Oct 14 03:51:34.624 INFO O| Oct 14 03:51:34.624 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/bash/unlink"
59212024-10-14T03:51:35.337Z[ recovery-image] Oct 14 03:51:34.624 INFO O| Oct 14 03:51:34.624 INFO STEP 588 (remove_files) COMPLETE
59222024-10-14T03:51:35.340Z[ recovery-image] Oct 14 03:51:34.624 INFO O| Oct 14 03:51:34.624 INFO STEP 589: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
59232024-10-14T03:51:35.355Z[ recovery-image] Oct 14 03:51:34.641 INFO O| Oct 14 03:51:34.641 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/bash/whoami"
59242024-10-14T03:51:35.358Z[ recovery-image] Oct 14 03:51:34.641 INFO O| Oct 14 03:51:34.641 INFO STEP 589 (remove_files) COMPLETE
59252024-10-14T03:51:35.358Z[ recovery-image] Oct 14 03:51:34.641 INFO O| Oct 14 03:51:34.641 INFO STEP 590: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
59262024-10-14T03:51:35.384Z[ recovery-image] Oct 14 03:51:34.670 INFO O| Oct 14 03:51:34.670 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/cmake/libxml2/libxml2-config.cmake"
59272024-10-14T03:51:35.384Z[ recovery-image] Oct 14 03:51:34.670 INFO O| Oct 14 03:51:34.670 INFO STEP 590 (remove_files) COMPLETE
59282024-10-14T03:51:35.384Z[ recovery-image] Oct 14 03:51:34.670 INFO O| Oct 14 03:51:34.670 INFO STEP 591: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
59292024-10-14T03:51:35.402Z[ recovery-image] Oct 14 03:51:34.689 INFO O| Oct 14 03:51:34.688 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/dbus-1.0/include/dbus/dbus-arch-deps.h"
59302024-10-14T03:51:35.437Z[ recovery-image] Oct 14 03:51:34.723 INFO O| Oct 14 03:51:34.723 INFO STEP 591 (remove_files) COMPLETE
59312024-10-14T03:51:35.437Z[ recovery-image] Oct 14 03:51:34.723 INFO O| Oct 14 03:51:34.723 INFO STEP 592: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
59322024-10-14T03:51:35.458Z[ recovery-image] Oct 14 03:51:34.744 INFO O| Oct 14 03:51:34.744 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/getloginx.so.1"
59332024-10-14T03:51:35.462Z[ recovery-image] Oct 14 03:51:34.744 INFO O| Oct 14 03:51:34.744 INFO STEP 592 (remove_files) COMPLETE
59342024-10-14T03:51:35.462Z[ recovery-image] Oct 14 03:51:34.745 INFO O| Oct 14 03:51:34.744 INFO STEP 593: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
59352024-10-14T03:51:35.478Z[ recovery-image] Oct 14 03:51:34.764 INFO O| Oct 14 03:51:34.764 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/gss/dh1024-0.so.1"
59362024-10-14T03:51:35.481Z[ recovery-image] Oct 14 03:51:34.765 INFO O| Oct 14 03:51:34.765 INFO STEP 593 (remove_files) COMPLETE
59372024-10-14T03:51:35.481Z[ recovery-image] Oct 14 03:51:34.765 INFO O| Oct 14 03:51:34.765 INFO STEP 594: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
59382024-10-14T03:51:35.499Z[ recovery-image] Oct 14 03:51:34.784 INFO O| Oct 14 03:51:34.784 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/gss/dh640-0.so.1"
59392024-10-14T03:51:35.502Z[ recovery-image] Oct 14 03:51:34.784 INFO O| Oct 14 03:51:34.784 INFO STEP 594 (remove_files) COMPLETE
59402024-10-14T03:51:35.502Z[ recovery-image] Oct 14 03:51:34.785 INFO O| Oct 14 03:51:34.784 INFO STEP 595: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
59412024-10-14T03:51:35.519Z[ recovery-image] Oct 14 03:51:34.805 INFO O| Oct 14 03:51:34.805 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/gss/mech_dh.so.1"
59422024-10-14T03:51:35.519Z[ recovery-image] Oct 14 03:51:34.805 INFO O| Oct 14 03:51:34.805 INFO STEP 595 (remove_files) COMPLETE
59432024-10-14T03:51:35.519Z[ recovery-image] Oct 14 03:51:34.805 INFO O| Oct 14 03:51:34.805 INFO STEP 596: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
59442024-10-14T03:51:35.540Z[ recovery-image] Oct 14 03:51:34.826 INFO O| Oct 14 03:51:34.826 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/gss/mech_spnego.so.1"
59452024-10-14T03:51:35.540Z[ recovery-image] Oct 14 03:51:34.826 INFO O| Oct 14 03:51:34.826 INFO STEP 596 (remove_files) COMPLETE
59462024-10-14T03:51:35.540Z[ recovery-image] Oct 14 03:51:34.826 INFO O| Oct 14 03:51:34.826 INFO STEP 597: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
59472024-10-14T03:51:35.578Z[ recovery-image] Oct 14 03:51:34.864 INFO O| Oct 14 03:51:34.864 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/lddstub"
59482024-10-14T03:51:35.578Z[ recovery-image] Oct 14 03:51:34.864 INFO O| Oct 14 03:51:34.864 INFO STEP 597 (remove_files) COMPLETE
59492024-10-14T03:51:35.578Z[ recovery-image] Oct 14 03:51:34.864 INFO O| Oct 14 03:51:34.864 INFO STEP 598: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
59502024-10-14T03:51:35.597Z[ recovery-image] Oct 14 03:51:34.883 INFO O| Oct 14 03:51:34.883 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/lib9p.so.1"
59512024-10-14T03:51:35.597Z[ recovery-image] Oct 14 03:51:34.883 INFO O| Oct 14 03:51:34.883 INFO STEP 598 (remove_files) COMPLETE
59522024-10-14T03:51:35.597Z[ recovery-image] Oct 14 03:51:34.883 INFO O| Oct 14 03:51:34.883 INFO STEP 599: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
59532024-10-14T03:51:35.614Z[ recovery-image] Oct 14 03:51:34.901 INFO O| Oct 14 03:51:34.901 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libads.so.1"
59542024-10-14T03:51:35.614Z[ recovery-image] Oct 14 03:51:34.901 INFO O| Oct 14 03:51:34.901 INFO STEP 599 (remove_files) COMPLETE
59552024-10-14T03:51:35.614Z[ recovery-image] Oct 14 03:51:34.901 INFO O| Oct 14 03:51:34.901 INFO STEP 600: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
59562024-10-14T03:51:35.632Z[ recovery-image] Oct 14 03:51:34.918 INFO O| Oct 14 03:51:34.917 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libadutils.so.1"
59572024-10-14T03:51:35.632Z[ recovery-image] Oct 14 03:51:34.918 INFO O| Oct 14 03:51:34.918 INFO STEP 600 (remove_files) COMPLETE
59582024-10-14T03:51:35.634Z[ recovery-image] Oct 14 03:51:34.918 INFO O| Oct 14 03:51:34.918 INFO STEP 601: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
59592024-10-14T03:51:35.649Z[ recovery-image] Oct 14 03:51:34.936 INFO O| Oct 14 03:51:34.936 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libbe.so.1"
59602024-10-14T03:51:35.649Z[ recovery-image] Oct 14 03:51:34.936 INFO O| Oct 14 03:51:34.936 INFO STEP 601 (remove_files) COMPLETE
59612024-10-14T03:51:35.649Z[ recovery-image] Oct 14 03:51:34.936 INFO O| Oct 14 03:51:34.936 INFO STEP 602: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
59622024-10-14T03:51:35.668Z[ recovery-image] Oct 14 03:51:34.954 INFO O| Oct 14 03:51:34.954 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libbrand.so.1"
59632024-10-14T03:51:35.668Z[ recovery-image] Oct 14 03:51:34.954 INFO O| Oct 14 03:51:34.954 INFO STEP 602 (remove_files) COMPLETE
59642024-10-14T03:51:35.668Z[ recovery-image] Oct 14 03:51:34.954 INFO O| Oct 14 03:51:34.954 INFO STEP 603: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
59652024-10-14T03:51:35.690Z[ recovery-image] Oct 14 03:51:34.976 INFO O| Oct 14 03:51:34.976 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libbrotlicommon.so.1.0.9"
59662024-10-14T03:51:35.690Z[ recovery-image] Oct 14 03:51:34.976 INFO O| Oct 14 03:51:34.976 INFO STEP 603 (remove_files) COMPLETE
59672024-10-14T03:51:35.692Z[ recovery-image] Oct 14 03:51:34.976 INFO O| Oct 14 03:51:34.976 INFO STEP 604: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
59682024-10-14T03:51:35.747Z[ recovery-image] Oct 14 03:51:35.033 INFO O| Oct 14 03:51:35.033 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libbrotlidec.so.1.0.9"
59692024-10-14T03:51:35.747Z[ recovery-image] Oct 14 03:51:35.033 INFO O| Oct 14 03:51:35.033 INFO STEP 604 (remove_files) COMPLETE
59702024-10-14T03:51:35.747Z[ recovery-image] Oct 14 03:51:35.033 INFO O| Oct 14 03:51:35.033 INFO STEP 605: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
59712024-10-14T03:51:35.817Z[ recovery-image] Oct 14 03:51:35.103 INFO O| Oct 14 03:51:35.103 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libbrotlienc.so.1.0.9"
59722024-10-14T03:51:35.817Z[ recovery-image] Oct 14 03:51:35.103 INFO O| Oct 14 03:51:35.103 INFO STEP 605 (remove_files) COMPLETE
59732024-10-14T03:51:35.817Z[ recovery-image] Oct 14 03:51:35.103 INFO O| Oct 14 03:51:35.103 INFO STEP 606: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
59742024-10-14T03:51:35.852Z[ recovery-image] Oct 14 03:51:35.138 INFO O| Oct 14 03:51:35.138 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libbsdmalloc.so.1"
59752024-10-14T03:51:35.856Z[ recovery-image] Oct 14 03:51:35.139 INFO O| Oct 14 03:51:35.139 INFO STEP 606 (remove_files) COMPLETE
59762024-10-14T03:51:35.856Z[ recovery-image] Oct 14 03:51:35.139 INFO O| Oct 14 03:51:35.139 INFO STEP 607: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
59772024-10-14T03:51:35.871Z[ recovery-image] Oct 14 03:51:35.158 INFO O| Oct 14 03:51:35.157 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libbz2.so.1.0.8"
59782024-10-14T03:51:35.871Z[ recovery-image] Oct 14 03:51:35.158 INFO O| Oct 14 03:51:35.158 INFO STEP 607 (remove_files) COMPLETE
59792024-10-14T03:51:35.874Z[ recovery-image] Oct 14 03:51:35.158 INFO O| Oct 14 03:51:35.158 INFO STEP 608: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
59802024-10-14T03:51:35.897Z[ recovery-image] Oct 14 03:51:35.183 INFO O| Oct 14 03:51:35.183 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libcommputil.so.1"
59812024-10-14T03:51:35.899Z[ recovery-image] Oct 14 03:51:35.183 INFO O| Oct 14 03:51:35.183 INFO STEP 608 (remove_files) COMPLETE
59822024-10-14T03:51:35.899Z[ recovery-image] Oct 14 03:51:35.184 INFO O| Oct 14 03:51:35.184 INFO STEP 609: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
59832024-10-14T03:51:35.918Z[ recovery-image] Oct 14 03:51:35.204 INFO O| Oct 14 03:51:35.204 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libcpc.so.1"
59842024-10-14T03:51:35.921Z[ recovery-image] Oct 14 03:51:35.205 INFO O| Oct 14 03:51:35.205 INFO STEP 609 (remove_files) COMPLETE
59852024-10-14T03:51:35.921Z[ recovery-image] Oct 14 03:51:35.205 INFO O| Oct 14 03:51:35.205 INFO STEP 610: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
59862024-10-14T03:51:35.938Z[ recovery-image] Oct 14 03:51:35.224 INFO O| Oct 14 03:51:35.224 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libcrle.so.1"
59872024-10-14T03:51:35.940Z[ recovery-image] Oct 14 03:51:35.224 INFO O| Oct 14 03:51:35.224 INFO STEP 610 (remove_files) COMPLETE
59882024-10-14T03:51:35.940Z[ recovery-image] Oct 14 03:51:35.224 INFO O| Oct 14 03:51:35.224 INFO STEP 611: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
59892024-10-14T03:51:35.956Z[ recovery-image] Oct 14 03:51:35.242 INFO O| Oct 14 03:51:35.242 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libcrypt.so.1"
59902024-10-14T03:51:35.959Z[ recovery-image] Oct 14 03:51:35.243 INFO O| Oct 14 03:51:35.243 INFO STEP 611 (remove_files) COMPLETE
59912024-10-14T03:51:35.959Z[ recovery-image] Oct 14 03:51:35.243 INFO O| Oct 14 03:51:35.243 INFO STEP 612: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
59922024-10-14T03:51:35.974Z[ recovery-image] Oct 14 03:51:35.260 INFO O| Oct 14 03:51:35.260 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libcurl.so.4.8.0"
59932024-10-14T03:51:35.976Z[ recovery-image] Oct 14 03:51:35.260 INFO O| Oct 14 03:51:35.260 INFO STEP 612 (remove_files) COMPLETE
59942024-10-14T03:51:35.976Z[ recovery-image] Oct 14 03:51:35.260 INFO O| Oct 14 03:51:35.260 INFO STEP 613: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
59952024-10-14T03:51:36.004Z[ recovery-image] Oct 14 03:51:35.290 INFO O| Oct 14 03:51:35.290 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libdemangle-sys.so.1"
59962024-10-14T03:51:36.004Z[ recovery-image] Oct 14 03:51:35.290 INFO O| Oct 14 03:51:35.290 INFO STEP 613 (remove_files) COMPLETE
59972024-10-14T03:51:36.004Z[ recovery-image] Oct 14 03:51:35.290 INFO O| Oct 14 03:51:35.290 INFO STEP 614: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
59982024-10-14T03:51:36.025Z[ recovery-image] Oct 14 03:51:35.311 INFO O| Oct 14 03:51:35.311 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libdll.so.1"
59992024-10-14T03:51:36.025Z[ recovery-image] Oct 14 03:51:35.311 INFO O| Oct 14 03:51:35.311 INFO STEP 614 (remove_files) COMPLETE
60002024-10-14T03:51:36.031Z[ recovery-image] Oct 14 03:51:35.311 INFO O| Oct 14 03:51:35.311 INFO STEP 615: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
60012024-10-14T03:51:36.045Z[ recovery-image] Oct 14 03:51:35.331 INFO O| Oct 14 03:51:35.331 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libdtrace_jni.so.1"
60022024-10-14T03:51:36.045Z[ recovery-image] Oct 14 03:51:35.331 INFO O| Oct 14 03:51:35.331 INFO STEP 615 (remove_files) COMPLETE
60032024-10-14T03:51:36.045Z[ recovery-image] Oct 14 03:51:35.331 INFO O| Oct 14 03:51:35.331 INFO STEP 616: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
60042024-10-14T03:51:36.063Z[ recovery-image] Oct 14 03:51:35.349 INFO O| Oct 14 03:51:35.349 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libform.so.1"
60052024-10-14T03:51:36.063Z[ recovery-image] Oct 14 03:51:35.349 INFO O| Oct 14 03:51:35.349 INFO STEP 616 (remove_files) COMPLETE
60062024-10-14T03:51:36.063Z[ recovery-image] Oct 14 03:51:35.349 INFO O| Oct 14 03:51:35.349 INFO STEP 617: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
60072024-10-14T03:51:36.085Z[ recovery-image] Oct 14 03:51:35.366 INFO O| Oct 14 03:51:35.366 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libfstyp.so.1"
60082024-10-14T03:51:36.085Z[ recovery-image] Oct 14 03:51:35.366 INFO O| Oct 14 03:51:35.366 INFO STEP 617 (remove_files) COMPLETE
60092024-10-14T03:51:36.085Z[ recovery-image] Oct 14 03:51:35.366 INFO O| Oct 14 03:51:35.366 INFO STEP 618: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
60102024-10-14T03:51:36.098Z[ recovery-image] Oct 14 03:51:35.384 INFO O| Oct 14 03:51:35.384 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libidspace.so.1"
60112024-10-14T03:51:36.098Z[ recovery-image] Oct 14 03:51:35.384 INFO O| Oct 14 03:51:35.384 INFO STEP 618 (remove_files) COMPLETE
60122024-10-14T03:51:36.098Z[ recovery-image] Oct 14 03:51:35.384 INFO O| Oct 14 03:51:35.384 INFO STEP 619: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
60132024-10-14T03:51:36.117Z[ recovery-image] Oct 14 03:51:35.403 INFO O| Oct 14 03:51:35.403 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libike.so.1"
60142024-10-14T03:51:36.117Z[ recovery-image] Oct 14 03:51:35.403 INFO O| Oct 14 03:51:35.403 INFO STEP 619 (remove_files) COMPLETE
60152024-10-14T03:51:36.117Z[ recovery-image] Oct 14 03:51:35.403 INFO O| Oct 14 03:51:35.403 INFO STEP 620: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
60162024-10-14T03:51:36.136Z[ recovery-image] Oct 14 03:51:35.422 INFO O| Oct 14 03:51:35.422 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libinstzones.so.1"
60172024-10-14T03:51:36.136Z[ recovery-image] Oct 14 03:51:35.422 INFO O| Oct 14 03:51:35.422 INFO STEP 620 (remove_files) COMPLETE
60182024-10-14T03:51:36.137Z[ recovery-image] Oct 14 03:51:35.422 INFO O| Oct 14 03:51:35.422 INFO STEP 621: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
60192024-10-14T03:51:36.195Z[ recovery-image] Oct 14 03:51:35.481 INFO O| Oct 14 03:51:35.481 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libipmi.so.1"
60202024-10-14T03:51:36.195Z[ recovery-image] Oct 14 03:51:35.481 INFO O| Oct 14 03:51:35.481 INFO STEP 621 (remove_files) COMPLETE
60212024-10-14T03:51:36.195Z[ recovery-image] Oct 14 03:51:35.481 INFO O| Oct 14 03:51:35.481 INFO STEP 622: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
60222024-10-14T03:51:36.213Z[ recovery-image] Oct 14 03:51:35.499 INFO O| Oct 14 03:51:35.499 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libipp.so.1"
60232024-10-14T03:51:36.213Z[ recovery-image] Oct 14 03:51:35.499 INFO O| Oct 14 03:51:35.499 INFO STEP 622 (remove_files) COMPLETE
60242024-10-14T03:51:36.213Z[ recovery-image] Oct 14 03:51:35.499 INFO O| Oct 14 03:51:35.499 INFO STEP 623: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
60252024-10-14T03:51:36.234Z[ recovery-image] Oct 14 03:51:35.520 INFO O| Oct 14 03:51:35.520 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libipsecutil.so.1"
60262024-10-14T03:51:36.234Z[ recovery-image] Oct 14 03:51:35.520 INFO O| Oct 14 03:51:35.520 INFO STEP 623 (remove_files) COMPLETE
60272024-10-14T03:51:36.237Z[ recovery-image] Oct 14 03:51:35.520 INFO O| Oct 14 03:51:35.520 INFO STEP 624: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
60282024-10-14T03:51:36.254Z[ recovery-image] Oct 14 03:51:35.540 INFO O| Oct 14 03:51:35.540 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libjedec.so.1"
60292024-10-14T03:51:36.254Z[ recovery-image] Oct 14 03:51:35.541 INFO O| Oct 14 03:51:35.540 INFO STEP 624 (remove_files) COMPLETE
60302024-10-14T03:51:36.257Z[ recovery-image] Oct 14 03:51:35.541 INFO O| Oct 14 03:51:35.541 INFO STEP 625: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
60312024-10-14T03:51:36.279Z[ recovery-image] Oct 14 03:51:35.564 INFO O| Oct 14 03:51:35.564 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libkvm.so.1"
60322024-10-14T03:51:36.279Z[ recovery-image] Oct 14 03:51:35.564 INFO O| Oct 14 03:51:35.564 INFO STEP 625 (remove_files) COMPLETE
60332024-10-14T03:51:36.279Z[ recovery-image] Oct 14 03:51:35.564 INFO O| Oct 14 03:51:35.564 INFO STEP 626: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
60342024-10-14T03:51:36.312Z[ recovery-image] Oct 14 03:51:35.598 INFO O| Oct 14 03:51:35.598 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libl.so.1"
60352024-10-14T03:51:36.312Z[ recovery-image] Oct 14 03:51:35.598 INFO O| Oct 14 03:51:35.598 INFO STEP 626 (remove_files) COMPLETE
60362024-10-14T03:51:36.312Z[ recovery-image] Oct 14 03:51:35.598 INFO O| Oct 14 03:51:35.598 INFO STEP 627: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
60372024-10-14T03:51:36.330Z[ recovery-image] Oct 14 03:51:35.616 INFO O| Oct 14 03:51:35.616 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libldap.so.5"
60382024-10-14T03:51:36.330Z[ recovery-image] Oct 14 03:51:35.616 INFO O| Oct 14 03:51:35.616 INFO STEP 627 (remove_files) COMPLETE
60392024-10-14T03:51:36.333Z[ recovery-image] Oct 14 03:51:35.616 INFO O| Oct 14 03:51:35.616 INFO STEP 628: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
60402024-10-14T03:51:36.348Z[ recovery-image] Oct 14 03:51:35.634 INFO O| Oct 14 03:51:35.634 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libldstab.so.1"
60412024-10-14T03:51:36.348Z[ recovery-image] Oct 14 03:51:35.634 INFO O| Oct 14 03:51:35.634 INFO STEP 628 (remove_files) COMPLETE
60422024-10-14T03:51:36.351Z[ recovery-image] Oct 14 03:51:35.634 INFO O| Oct 14 03:51:35.634 INFO STEP 629: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
60432024-10-14T03:51:36.366Z[ recovery-image] Oct 14 03:51:35.652 INFO O| Oct 14 03:51:35.652 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/liblgrp.so.1"
60442024-10-14T03:51:36.366Z[ recovery-image] Oct 14 03:51:35.653 INFO O| Oct 14 03:51:35.653 INFO STEP 629 (remove_files) COMPLETE
60452024-10-14T03:51:36.366Z[ recovery-image] Oct 14 03:51:35.653 INFO O| Oct 14 03:51:35.653 INFO STEP 630: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
60462024-10-14T03:51:36.387Z[ recovery-image] Oct 14 03:51:35.673 INFO O| Oct 14 03:51:35.673 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/liblm.so.1"
60472024-10-14T03:51:36.387Z[ recovery-image] Oct 14 03:51:35.673 INFO O| Oct 14 03:51:35.673 INFO STEP 630 (remove_files) COMPLETE
60482024-10-14T03:51:36.387Z[ recovery-image] Oct 14 03:51:35.673 INFO O| Oct 14 03:51:35.673 INFO STEP 631: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
60492024-10-14T03:51:36.448Z[ recovery-image] Oct 14 03:51:35.733 INFO O| Oct 14 03:51:35.733 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libmail.so.1"
60502024-10-14T03:51:36.448Z[ recovery-image] Oct 14 03:51:35.733 INFO O| Oct 14 03:51:35.733 INFO STEP 631 (remove_files) COMPLETE
60512024-10-14T03:51:36.448Z[ recovery-image] Oct 14 03:51:35.733 INFO O| Oct 14 03:51:35.733 INFO STEP 632: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
60522024-10-14T03:51:36.484Z[ recovery-image] Oct 14 03:51:35.770 INFO O| Oct 14 03:51:35.770 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libmalloc.so.1"
60532024-10-14T03:51:36.484Z[ recovery-image] Oct 14 03:51:35.770 INFO O| Oct 14 03:51:35.770 INFO STEP 632 (remove_files) COMPLETE
60542024-10-14T03:51:36.484Z[ recovery-image] Oct 14 03:51:35.770 INFO O| Oct 14 03:51:35.770 INFO STEP 633: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
60552024-10-14T03:51:36.503Z[ recovery-image] Oct 14 03:51:35.789 INFO O| Oct 14 03:51:35.789 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libmapmalloc.so.1"
60562024-10-14T03:51:36.503Z[ recovery-image] Oct 14 03:51:35.789 INFO O| Oct 14 03:51:35.789 INFO STEP 633 (remove_files) COMPLETE
60572024-10-14T03:51:36.503Z[ recovery-image] Oct 14 03:51:35.789 INFO O| Oct 14 03:51:35.789 INFO STEP 634: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
60582024-10-14T03:51:36.520Z[ recovery-image] Oct 14 03:51:35.806 INFO O| Oct 14 03:51:35.806 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libmenu.so.1"
60592024-10-14T03:51:36.520Z[ recovery-image] Oct 14 03:51:35.806 INFO O| Oct 14 03:51:35.806 INFO STEP 634 (remove_files) COMPLETE
60602024-10-14T03:51:36.520Z[ recovery-image] Oct 14 03:51:35.806 INFO O| Oct 14 03:51:35.806 INFO STEP 635: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
60612024-10-14T03:51:36.537Z[ recovery-image] Oct 14 03:51:35.824 INFO O| Oct 14 03:51:35.823 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libmtmalloc.so.1"
60622024-10-14T03:51:36.537Z[ recovery-image] Oct 14 03:51:35.824 INFO O| Oct 14 03:51:35.824 INFO STEP 635 (remove_files) COMPLETE
60632024-10-14T03:51:36.537Z[ recovery-image] Oct 14 03:51:35.824 INFO O| Oct 14 03:51:35.824 INFO STEP 636: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
60642024-10-14T03:51:36.554Z[ recovery-image] Oct 14 03:51:35.841 INFO O| Oct 14 03:51:35.840 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libncurses.so.5.9"
60652024-10-14T03:51:36.554Z[ recovery-image] Oct 14 03:51:35.841 INFO O| Oct 14 03:51:35.841 INFO STEP 636 (remove_files) COMPLETE
60662024-10-14T03:51:36.557Z[ recovery-image] Oct 14 03:51:35.841 INFO O| Oct 14 03:51:35.841 INFO STEP 637: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
60672024-10-14T03:51:36.572Z[ recovery-image] Oct 14 03:51:35.858 INFO O| Oct 14 03:51:35.858 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libnls.so.1"
60682024-10-14T03:51:36.572Z[ recovery-image] Oct 14 03:51:35.858 INFO O| Oct 14 03:51:35.858 INFO STEP 637 (remove_files) COMPLETE
60692024-10-14T03:51:36.572Z[ recovery-image] Oct 14 03:51:35.858 INFO O| Oct 14 03:51:35.858 INFO STEP 638: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
60702024-10-14T03:51:36.589Z[ recovery-image] Oct 14 03:51:35.875 INFO O| Oct 14 03:51:35.875 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libpanel.so.1"
60712024-10-14T03:51:36.589Z[ recovery-image] Oct 14 03:51:35.875 INFO O| Oct 14 03:51:35.875 INFO STEP 638 (remove_files) COMPLETE
60722024-10-14T03:51:36.589Z[ recovery-image] Oct 14 03:51:35.875 INFO O| Oct 14 03:51:35.875 INFO STEP 639: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
60732024-10-14T03:51:36.606Z[ recovery-image] Oct 14 03:51:35.892 INFO O| Oct 14 03:51:35.892 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libpcrecpp.so.0.0.2"
60742024-10-14T03:51:36.606Z[ recovery-image] Oct 14 03:51:35.892 INFO O| Oct 14 03:51:35.892 INFO STEP 639 (remove_files) COMPLETE
60752024-10-14T03:51:36.609Z[ recovery-image] Oct 14 03:51:35.892 INFO O| Oct 14 03:51:35.892 INFO STEP 640: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
60762024-10-14T03:51:36.623Z[ recovery-image] Oct 14 03:51:35.909 INFO O| Oct 14 03:51:35.909 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libpcreposix.so.0.0.7"
60772024-10-14T03:51:36.623Z[ recovery-image] Oct 14 03:51:35.910 INFO O| Oct 14 03:51:35.910 INFO STEP 640 (remove_files) COMPLETE
60782024-10-14T03:51:36.623Z[ recovery-image] Oct 14 03:51:35.910 INFO O| Oct 14 03:51:35.910 INFO STEP 641: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
60792024-10-14T03:51:36.642Z[ recovery-image] Oct 14 03:51:35.928 INFO O| Oct 14 03:51:35.928 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libpctx.so.1"
60802024-10-14T03:51:36.642Z[ recovery-image] Oct 14 03:51:35.928 INFO O| Oct 14 03:51:35.928 INFO STEP 641 (remove_files) COMPLETE
60812024-10-14T03:51:36.642Z[ recovery-image] Oct 14 03:51:35.928 INFO O| Oct 14 03:51:35.928 INFO STEP 642: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
60822024-10-14T03:51:36.661Z[ recovery-image] Oct 14 03:51:35.947 INFO O| Oct 14 03:51:35.947 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libpicl.so.1"
60832024-10-14T03:51:36.674Z[ recovery-image] Oct 14 03:51:35.960 INFO O| Oct 14 03:51:35.960 INFO STEP 642 (remove_files) COMPLETE
60842024-10-14T03:51:36.674Z[ recovery-image] Oct 14 03:51:35.960 INFO O| Oct 14 03:51:35.960 INFO STEP 643: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
60852024-10-14T03:51:36.708Z[ recovery-image] Oct 14 03:51:35.994 INFO O| Oct 14 03:51:35.994 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libppt.so.1"
60862024-10-14T03:51:36.708Z[ recovery-image] Oct 14 03:51:35.994 INFO O| Oct 14 03:51:35.994 INFO STEP 643 (remove_files) COMPLETE
60872024-10-14T03:51:36.710Z[ recovery-image] Oct 14 03:51:35.994 INFO O| Oct 14 03:51:35.994 INFO STEP 644: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
60882024-10-14T03:51:36.748Z[ recovery-image] Oct 14 03:51:36.032 INFO O| Oct 14 03:51:36.031 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libraidcfg.so.1"
60892024-10-14T03:51:36.748Z[ recovery-image] Oct 14 03:51:36.032 INFO O| Oct 14 03:51:36.032 INFO STEP 644 (remove_files) COMPLETE
60902024-10-14T03:51:36.748Z[ recovery-image] Oct 14 03:51:36.032 INFO O| Oct 14 03:51:36.032 INFO STEP 645: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
60912024-10-14T03:51:36.765Z[ recovery-image] Oct 14 03:51:36.050 INFO O| Oct 14 03:51:36.050 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/librename.so.1"
60922024-10-14T03:51:36.765Z[ recovery-image] Oct 14 03:51:36.051 INFO O| Oct 14 03:51:36.051 INFO STEP 645 (remove_files) COMPLETE
60932024-10-14T03:51:36.765Z[ recovery-image] Oct 14 03:51:36.051 INFO O| Oct 14 03:51:36.051 INFO STEP 646: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
60942024-10-14T03:51:36.783Z[ recovery-image] Oct 14 03:51:36.069 INFO O| Oct 14 03:51:36.069 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libreparse.so.1"
60952024-10-14T03:51:36.783Z[ recovery-image] Oct 14 03:51:36.069 INFO O| Oct 14 03:51:36.069 INFO STEP 646 (remove_files) COMPLETE
60962024-10-14T03:51:36.783Z[ recovery-image] Oct 14 03:51:36.069 INFO O| Oct 14 03:51:36.069 INFO STEP 647: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
60972024-10-14T03:51:36.799Z[ recovery-image] Oct 14 03:51:36.085 INFO O| Oct 14 03:51:36.085 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libsasl.so.1"
60982024-10-14T03:51:36.799Z[ recovery-image] Oct 14 03:51:36.085 INFO O| Oct 14 03:51:36.085 INFO STEP 647 (remove_files) COMPLETE
60992024-10-14T03:51:36.799Z[ recovery-image] Oct 14 03:51:36.085 INFO O| Oct 14 03:51:36.085 INFO STEP 648: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
61002024-10-14T03:51:36.816Z[ recovery-image] Oct 14 03:51:36.101 INFO O| Oct 14 03:51:36.101 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libsched.so.1"
61012024-10-14T03:51:36.816Z[ recovery-image] Oct 14 03:51:36.101 INFO O| Oct 14 03:51:36.101 INFO STEP 648 (remove_files) COMPLETE
61022024-10-14T03:51:36.816Z[ recovery-image] Oct 14 03:51:36.101 INFO O| Oct 14 03:51:36.101 INFO STEP 649: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
61032024-10-14T03:51:36.850Z[ recovery-image] Oct 14 03:51:36.136 INFO O| Oct 14 03:51:36.136 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libsctp.so.1"
61042024-10-14T03:51:36.850Z[ recovery-image] Oct 14 03:51:36.136 INFO O| Oct 14 03:51:36.136 INFO STEP 649 (remove_files) COMPLETE
61052024-10-14T03:51:36.852Z[ recovery-image] Oct 14 03:51:36.136 INFO O| Oct 14 03:51:36.136 INFO STEP 650: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
61062024-10-14T03:51:36.868Z[ recovery-image] Oct 14 03:51:36.155 INFO O| Oct 14 03:51:36.154 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libsff.so.1"
61072024-10-14T03:51:36.868Z[ recovery-image] Oct 14 03:51:36.155 INFO O| Oct 14 03:51:36.155 INFO STEP 650 (remove_files) COMPLETE
61082024-10-14T03:51:36.868Z[ recovery-image] Oct 14 03:51:36.155 INFO O| Oct 14 03:51:36.155 INFO STEP 651: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
61092024-10-14T03:51:36.920Z[ recovery-image] Oct 14 03:51:36.206 INFO O| Oct 14 03:51:36.206 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libsip.so.1"
61102024-10-14T03:51:36.920Z[ recovery-image] Oct 14 03:51:36.206 INFO O| Oct 14 03:51:36.206 INFO STEP 651 (remove_files) COMPLETE
61112024-10-14T03:51:36.920Z[ recovery-image] Oct 14 03:51:36.206 INFO O| Oct 14 03:51:36.206 INFO STEP 652: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
61122024-10-14T03:51:36.940Z[ recovery-image] Oct 14 03:51:36.225 INFO O| Oct 14 03:51:36.225 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libsldap.so.1"
61132024-10-14T03:51:36.940Z[ recovery-image] Oct 14 03:51:36.225 INFO O| Oct 14 03:51:36.225 INFO STEP 652 (remove_files) COMPLETE
61142024-10-14T03:51:36.940Z[ recovery-image] Oct 14 03:51:36.225 INFO O| Oct 14 03:51:36.225 INFO STEP 653: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
61152024-10-14T03:51:36.977Z[ recovery-image] Oct 14 03:51:36.263 INFO O| Oct 14 03:51:36.263 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libsmbfs.so.1"
61162024-10-14T03:51:36.977Z[ recovery-image] Oct 14 03:51:36.263 INFO O| Oct 14 03:51:36.263 INFO STEP 653 (remove_files) COMPLETE
61172024-10-14T03:51:36.977Z[ recovery-image] Oct 14 03:51:36.263 INFO O| Oct 14 03:51:36.263 INFO STEP 654: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
61182024-10-14T03:51:36.994Z[ recovery-image] Oct 14 03:51:36.280 INFO O| Oct 14 03:51:36.280 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libsoftcrypto.so.1"
61192024-10-14T03:51:36.994Z[ recovery-image] Oct 14 03:51:36.280 INFO O| Oct 14 03:51:36.280 INFO STEP 654 (remove_files) COMPLETE
61202024-10-14T03:51:36.997Z[ recovery-image] Oct 14 03:51:36.281 INFO O| Oct 14 03:51:36.280 INFO STEP 655: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
61212024-10-14T03:51:37.012Z[ recovery-image] Oct 14 03:51:36.298 INFO O| Oct 14 03:51:36.298 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libsqlite3.so.0.8.6"
61222024-10-14T03:51:37.012Z[ recovery-image] Oct 14 03:51:36.298 INFO O| Oct 14 03:51:36.298 INFO STEP 655 (remove_files) COMPLETE
61232024-10-14T03:51:37.012Z[ recovery-image] Oct 14 03:51:36.298 INFO O| Oct 14 03:51:36.298 INFO STEP 656: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
61242024-10-14T03:51:37.029Z[ recovery-image] Oct 14 03:51:36.316 INFO O| Oct 14 03:51:36.316 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libsum.so.1"
61252024-10-14T03:51:37.029Z[ recovery-image] Oct 14 03:51:36.316 INFO O| Oct 14 03:51:36.316 INFO STEP 656 (remove_files) COMPLETE
61262024-10-14T03:51:37.032Z[ recovery-image] Oct 14 03:51:36.316 INFO O| Oct 14 03:51:36.316 INFO STEP 657: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
61272024-10-14T03:51:37.048Z[ recovery-image] Oct 14 03:51:36.333 INFO O| Oct 14 03:51:36.333 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libtecla.so.1"
61282024-10-14T03:51:37.048Z[ recovery-image] Oct 14 03:51:36.333 INFO O| Oct 14 03:51:36.333 INFO STEP 657 (remove_files) COMPLETE
61292024-10-14T03:51:37.053Z[ recovery-image] Oct 14 03:51:36.333 INFO O| Oct 14 03:51:36.333 INFO STEP 658: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
61302024-10-14T03:51:37.069Z[ recovery-image] Oct 14 03:51:36.350 INFO O| Oct 14 03:51:36.350 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libtspi.so.1.2.0"
61312024-10-14T03:51:37.069Z[ recovery-image] Oct 14 03:51:36.351 INFO O| Oct 14 03:51:36.350 INFO STEP 658 (remove_files) COMPLETE
61322024-10-14T03:51:37.077Z[ recovery-image] Oct 14 03:51:36.351 INFO O| Oct 14 03:51:36.350 INFO STEP 659: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
61332024-10-14T03:51:37.085Z[ recovery-image] Oct 14 03:51:36.370 INFO O| Oct 14 03:51:36.370 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libvolmgt.so.1"
61342024-10-14T03:51:37.094Z[ recovery-image] Oct 14 03:51:36.370 INFO O| Oct 14 03:51:36.370 INFO STEP 659 (remove_files) COMPLETE
61352024-10-14T03:51:37.094Z[ recovery-image] Oct 14 03:51:36.370 INFO O| Oct 14 03:51:36.370 INFO STEP 660: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
61362024-10-14T03:51:37.102Z[ recovery-image] Oct 14 03:51:36.388 INFO O| Oct 14 03:51:36.388 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/liby.so.1"
61372024-10-14T03:51:37.102Z[ recovery-image] Oct 14 03:51:36.388 INFO O| Oct 14 03:51:36.388 INFO STEP 660 (remove_files) COMPLETE
61382024-10-14T03:51:37.106Z[ recovery-image] Oct 14 03:51:36.388 INFO O| Oct 14 03:51:36.388 INFO STEP 661: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
61392024-10-14T03:51:37.119Z[ recovery-image] Oct 14 03:51:36.404 INFO O| Oct 14 03:51:36.404 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libzfs_jni.so.1"
61402024-10-14T03:51:37.119Z[ recovery-image] Oct 14 03:51:36.404 INFO O| Oct 14 03:51:36.404 INFO STEP 661 (remove_files) COMPLETE
61412024-10-14T03:51:37.122Z[ recovery-image] Oct 14 03:51:36.404 INFO O| Oct 14 03:51:36.404 INFO STEP 662: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
61422024-10-14T03:51:37.135Z[ recovery-image] Oct 14 03:51:36.421 INFO O| Oct 14 03:51:36.421 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libzfsbootenv.so.1"
61432024-10-14T03:51:37.135Z[ recovery-image] Oct 14 03:51:36.421 INFO O| Oct 14 03:51:36.421 INFO STEP 662 (remove_files) COMPLETE
61442024-10-14T03:51:37.136Z[ recovery-image] Oct 14 03:51:36.421 INFO O| Oct 14 03:51:36.421 INFO STEP 663: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
61452024-10-14T03:51:37.152Z[ recovery-image] Oct 14 03:51:36.438 INFO O| Oct 14 03:51:36.438 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libzonecfg.so.1"
61462024-10-14T03:51:37.152Z[ recovery-image] Oct 14 03:51:36.438 INFO O| Oct 14 03:51:36.438 INFO STEP 663 (remove_files) COMPLETE
61472024-10-14T03:51:37.153Z[ recovery-image] Oct 14 03:51:36.438 INFO O| Oct 14 03:51:36.438 INFO STEP 664: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
61482024-10-14T03:51:37.185Z[ recovery-image] Oct 14 03:51:36.471 INFO O| Oct 14 03:51:36.471 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libzoneinfo.so.1"
61492024-10-14T03:51:37.185Z[ recovery-image] Oct 14 03:51:36.471 INFO O| Oct 14 03:51:36.471 INFO STEP 664 (remove_files) COMPLETE
61502024-10-14T03:51:37.185Z[ recovery-image] Oct 14 03:51:36.471 INFO O| Oct 14 03:51:36.471 INFO STEP 665: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
61512024-10-14T03:51:37.260Z[ recovery-image] Oct 14 03:51:36.546 INFO O| Oct 14 03:51:36.546 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libzonestat.so.1"
61522024-10-14T03:51:37.261Z[ recovery-image] Oct 14 03:51:36.546 INFO O| Oct 14 03:51:36.546 INFO STEP 665 (remove_files) COMPLETE
61532024-10-14T03:51:37.261Z[ recovery-image] Oct 14 03:51:36.546 INFO O| Oct 14 03:51:36.546 INFO STEP 666: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
61542024-10-14T03:51:37.278Z[ recovery-image] Oct 14 03:51:36.564 INFO O| Oct 14 03:51:36.564 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libzpool.so.1"
61552024-10-14T03:51:37.278Z[ recovery-image] Oct 14 03:51:36.564 INFO O| Oct 14 03:51:36.564 INFO STEP 666 (remove_files) COMPLETE
61562024-10-14T03:51:37.281Z[ recovery-image] Oct 14 03:51:36.564 INFO O| Oct 14 03:51:36.564 INFO STEP 667: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
61572024-10-14T03:51:37.296Z[ recovery-image] Oct 14 03:51:36.582 INFO O| Oct 14 03:51:36.582 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/madv.so.1"
61582024-10-14T03:51:37.299Z[ recovery-image] Oct 14 03:51:36.582 INFO O| Oct 14 03:51:36.582 INFO STEP 667 (remove_files) COMPLETE
61592024-10-14T03:51:37.299Z[ recovery-image] Oct 14 03:51:36.582 INFO O| Oct 14 03:51:36.582 INFO STEP 668: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
61602024-10-14T03:51:37.313Z[ recovery-image] Oct 14 03:51:36.599 INFO O| Oct 14 03:51:36.599 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/mpss.so.1"
61612024-10-14T03:51:37.313Z[ recovery-image] Oct 14 03:51:36.599 INFO O| Oct 14 03:51:36.599 INFO STEP 668 (remove_files) COMPLETE
61622024-10-14T03:51:37.316Z[ recovery-image] Oct 14 03:51:36.599 INFO O| Oct 14 03:51:36.599 INFO STEP 669: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
61632024-10-14T03:51:37.343Z[ recovery-image] Oct 14 03:51:36.628 INFO O| Oct 14 03:51:36.628 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/nss_ad.so.1"
61642024-10-14T03:51:37.343Z[ recovery-image] Oct 14 03:51:36.628 INFO O| Oct 14 03:51:36.628 INFO STEP 669 (remove_files) COMPLETE
61652024-10-14T03:51:37.343Z[ recovery-image] Oct 14 03:51:36.628 INFO O| Oct 14 03:51:36.628 INFO STEP 670: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
61662024-10-14T03:51:37.382Z[ recovery-image] Oct 14 03:51:36.668 INFO O| Oct 14 03:51:36.667 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/nss_ldap.so.1"
61672024-10-14T03:51:37.382Z[ recovery-image] Oct 14 03:51:36.668 INFO O| Oct 14 03:51:36.668 INFO STEP 670 (remove_files) COMPLETE
61682024-10-14T03:51:37.382Z[ recovery-image] Oct 14 03:51:36.668 INFO O| Oct 14 03:51:36.668 INFO STEP 671: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
61692024-10-14T03:51:37.402Z[ recovery-image] Oct 14 03:51:36.687 INFO O| Oct 14 03:51:36.687 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/passwdutil.so.1"
61702024-10-14T03:51:37.402Z[ recovery-image] Oct 14 03:51:36.687 INFO O| Oct 14 03:51:36.687 INFO STEP 671 (remove_files) COMPLETE
61712024-10-14T03:51:37.402Z[ recovery-image] Oct 14 03:51:36.687 INFO O| Oct 14 03:51:36.687 INFO STEP 672: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
61722024-10-14T03:51:37.419Z[ recovery-image] Oct 14 03:51:36.706 INFO O| Oct 14 03:51:36.706 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/pkgconfig/bash.pc"
61732024-10-14T03:51:37.420Z[ recovery-image] Oct 14 03:51:36.706 INFO O| Oct 14 03:51:36.706 INFO STEP 672 (remove_files) COMPLETE
61742024-10-14T03:51:37.420Z[ recovery-image] Oct 14 03:51:36.706 INFO O| Oct 14 03:51:36.706 INFO STEP 673: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
61752024-10-14T03:51:37.439Z[ recovery-image] Oct 14 03:51:36.725 INFO O| Oct 14 03:51:36.725 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/pkgconfig/dbus-1.pc"
61762024-10-14T03:51:37.439Z[ recovery-image] Oct 14 03:51:36.725 INFO O| Oct 14 03:51:36.725 INFO STEP 673 (remove_files) COMPLETE
61772024-10-14T03:51:37.439Z[ recovery-image] Oct 14 03:51:36.725 INFO O| Oct 14 03:51:36.725 INFO STEP 674: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
61782024-10-14T03:51:37.457Z[ recovery-image] Oct 14 03:51:36.742 INFO O| Oct 14 03:51:36.742 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/pkgconfig/expat.pc"
61792024-10-14T03:51:37.457Z[ recovery-image] Oct 14 03:51:36.742 INFO O| Oct 14 03:51:36.742 INFO STEP 674 (remove_files) COMPLETE
61802024-10-14T03:51:37.457Z[ recovery-image] Oct 14 03:51:36.742 INFO O| Oct 14 03:51:36.742 INFO STEP 675: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
61812024-10-14T03:51:37.479Z[ recovery-image] Oct 14 03:51:36.765 INFO O| Oct 14 03:51:36.765 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/pkgconfig/form.pc"
61822024-10-14T03:51:37.483Z[ recovery-image] Oct 14 03:51:36.765 INFO O| Oct 14 03:51:36.765 INFO STEP 675 (remove_files) COMPLETE
61832024-10-14T03:51:37.483Z[ recovery-image] Oct 14 03:51:36.765 INFO O| Oct 14 03:51:36.765 INFO STEP 676: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
61842024-10-14T03:51:37.499Z[ recovery-image] Oct 14 03:51:36.784 INFO O| Oct 14 03:51:36.784 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/pkgconfig/libbrotlicommon.pc"
61852024-10-14T03:51:37.499Z[ recovery-image] Oct 14 03:51:36.784 INFO O| Oct 14 03:51:36.784 INFO STEP 676 (remove_files) COMPLETE
61862024-10-14T03:51:37.499Z[ recovery-image] Oct 14 03:51:36.784 INFO O| Oct 14 03:51:36.784 INFO STEP 677: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
61872024-10-14T03:51:37.517Z[ recovery-image] Oct 14 03:51:36.803 INFO O| Oct 14 03:51:36.802 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/pkgconfig/libbrotlidec.pc"
61882024-10-14T03:51:37.517Z[ recovery-image] Oct 14 03:51:36.803 INFO O| Oct 14 03:51:36.803 INFO STEP 677 (remove_files) COMPLETE
61892024-10-14T03:51:37.517Z[ recovery-image] Oct 14 03:51:36.803 INFO O| Oct 14 03:51:36.803 INFO STEP 678: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
61902024-10-14T03:51:37.535Z[ recovery-image] Oct 14 03:51:36.821 INFO O| Oct 14 03:51:36.821 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/pkgconfig/libbrotlienc.pc"
61912024-10-14T03:51:37.535Z[ recovery-image] Oct 14 03:51:36.821 INFO O| Oct 14 03:51:36.821 INFO STEP 678 (remove_files) COMPLETE
61922024-10-14T03:51:37.535Z[ recovery-image] Oct 14 03:51:36.821 INFO O| Oct 14 03:51:36.821 INFO STEP 679: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
61932024-10-14T03:51:37.552Z[ recovery-image] Oct 14 03:51:36.839 INFO O| Oct 14 03:51:36.839 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/pkgconfig/libcurl.pc"
61942024-10-14T03:51:37.553Z[ recovery-image] Oct 14 03:51:36.839 INFO O| Oct 14 03:51:36.839 INFO STEP 679 (remove_files) COMPLETE
61952024-10-14T03:51:37.553Z[ recovery-image] Oct 14 03:51:36.839 INFO O| Oct 14 03:51:36.839 INFO STEP 680: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
61962024-10-14T03:51:37.571Z[ recovery-image] Oct 14 03:51:36.856 INFO O| Oct 14 03:51:36.856 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/pkgconfig/libedit.pc"
61972024-10-14T03:51:37.571Z[ recovery-image] Oct 14 03:51:36.856 INFO O| Oct 14 03:51:36.856 INFO STEP 680 (remove_files) COMPLETE
61982024-10-14T03:51:37.571Z[ recovery-image] Oct 14 03:51:36.856 INFO O| Oct 14 03:51:36.856 INFO STEP 681: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
61992024-10-14T03:51:37.629Z[ recovery-image] Oct 14 03:51:36.915 INFO O| Oct 14 03:51:36.915 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/pkgconfig/libidn.pc"
62002024-10-14T03:51:37.629Z[ recovery-image] Oct 14 03:51:36.915 INFO O| Oct 14 03:51:36.915 INFO STEP 681 (remove_files) COMPLETE
62012024-10-14T03:51:37.629Z[ recovery-image] Oct 14 03:51:36.915 INFO O| Oct 14 03:51:36.915 INFO STEP 682: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
62022024-10-14T03:51:37.649Z[ recovery-image] Oct 14 03:51:36.935 INFO O| Oct 14 03:51:36.935 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/pkgconfig/liblz4.pc"
62032024-10-14T03:51:37.650Z[ recovery-image] Oct 14 03:51:36.935 INFO O| Oct 14 03:51:36.935 INFO STEP 682 (remove_files) COMPLETE
62042024-10-14T03:51:37.650Z[ recovery-image] Oct 14 03:51:36.935 INFO O| Oct 14 03:51:36.935 INFO STEP 683: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
62052024-10-14T03:51:37.668Z[ recovery-image] Oct 14 03:51:36.954 INFO O| Oct 14 03:51:36.953 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/pkgconfig/liblzma.pc"
62062024-10-14T03:51:37.668Z[ recovery-image] Oct 14 03:51:36.954 INFO O| Oct 14 03:51:36.954 INFO STEP 683 (remove_files) COMPLETE
62072024-10-14T03:51:37.668Z[ recovery-image] Oct 14 03:51:36.954 INFO O| Oct 14 03:51:36.954 INFO STEP 684: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
62082024-10-14T03:51:37.687Z[ recovery-image] Oct 14 03:51:36.972 INFO O| Oct 14 03:51:36.972 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/pkgconfig/libnghttp2.pc"
62092024-10-14T03:51:37.699Z[ recovery-image] Oct 14 03:51:36.984 INFO O| Oct 14 03:51:36.984 INFO STEP 684 (remove_files) COMPLETE
62102024-10-14T03:51:37.699Z[ recovery-image] Oct 14 03:51:36.984 INFO O| Oct 14 03:51:36.984 INFO STEP 685: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
62112024-10-14T03:51:37.755Z[ recovery-image] Oct 14 03:51:37.040 INFO O| Oct 14 03:51:37.040 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/pkgconfig/libpcap.pc"
62122024-10-14T03:51:37.756Z[ recovery-image] Oct 14 03:51:37.041 INFO O| Oct 14 03:51:37.040 INFO STEP 685 (remove_files) COMPLETE
62132024-10-14T03:51:37.756Z[ recovery-image] Oct 14 03:51:37.041 INFO O| Oct 14 03:51:37.040 INFO STEP 686: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
62142024-10-14T03:51:37.783Z[ recovery-image] Oct 14 03:51:37.059 INFO O| Oct 14 03:51:37.059 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/pkgconfig/libpcre.pc"
62152024-10-14T03:51:37.783Z[ recovery-image] Oct 14 03:51:37.059 INFO O| Oct 14 03:51:37.059 INFO STEP 686 (remove_files) COMPLETE
62162024-10-14T03:51:37.799Z[ recovery-image] Oct 14 03:51:37.059 INFO O| Oct 14 03:51:37.059 INFO STEP 687: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
62172024-10-14T03:51:37.800Z[ recovery-image] Oct 14 03:51:37.076 INFO O| Oct 14 03:51:37.076 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/pkgconfig/libpcre2-8.pc"
62182024-10-14T03:51:37.800Z[ recovery-image] Oct 14 03:51:37.077 INFO O| Oct 14 03:51:37.076 INFO STEP 687 (remove_files) COMPLETE
62192024-10-14T03:51:37.800Z[ recovery-image] Oct 14 03:51:37.077 INFO O| Oct 14 03:51:37.076 INFO STEP 688: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
62202024-10-14T03:51:37.808Z[ recovery-image] Oct 14 03:51:37.093 INFO O| Oct 14 03:51:37.093 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/pkgconfig/libpcre2-posix.pc"
62212024-10-14T03:51:37.808Z[ recovery-image] Oct 14 03:51:37.093 INFO O| Oct 14 03:51:37.093 INFO STEP 688 (remove_files) COMPLETE
62222024-10-14T03:51:37.808Z[ recovery-image] Oct 14 03:51:37.093 INFO O| Oct 14 03:51:37.093 INFO STEP 689: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
62232024-10-14T03:51:37.845Z[ recovery-image] Oct 14 03:51:37.130 INFO O| Oct 14 03:51:37.130 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/pkgconfig/libpcrecpp.pc"
62242024-10-14T03:51:37.845Z[ recovery-image] Oct 14 03:51:37.130 INFO O| Oct 14 03:51:37.130 INFO STEP 689 (remove_files) COMPLETE
62252024-10-14T03:51:37.845Z[ recovery-image] Oct 14 03:51:37.130 INFO O| Oct 14 03:51:37.130 INFO STEP 690: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
62262024-10-14T03:51:37.869Z[ recovery-image] Oct 14 03:51:37.155 INFO O| Oct 14 03:51:37.155 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/pkgconfig/libpcreposix.pc"
62272024-10-14T03:51:37.869Z[ recovery-image] Oct 14 03:51:37.155 INFO O| Oct 14 03:51:37.155 INFO STEP 690 (remove_files) COMPLETE
62282024-10-14T03:51:37.869Z[ recovery-image] Oct 14 03:51:37.155 INFO O| Oct 14 03:51:37.155 INFO STEP 691: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
62292024-10-14T03:51:37.909Z[ recovery-image] Oct 14 03:51:37.195 INFO O| Oct 14 03:51:37.195 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/pkgconfig/libxml-2.0.pc"
62302024-10-14T03:51:37.910Z[ recovery-image] Oct 14 03:51:37.195 INFO O| Oct 14 03:51:37.195 INFO STEP 691 (remove_files) COMPLETE
62312024-10-14T03:51:37.912Z[ recovery-image] Oct 14 03:51:37.195 INFO O| Oct 14 03:51:37.195 INFO STEP 692: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
62322024-10-14T03:51:38.048Z[ recovery-image] Oct 14 03:51:37.330 INFO O| Oct 14 03:51:37.330 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/pkgconfig/libzstd.pc"
62332024-10-14T03:51:38.049Z[ recovery-image] Oct 14 03:51:37.330 INFO O| Oct 14 03:51:37.330 INFO STEP 692 (remove_files) COMPLETE
62342024-10-14T03:51:38.049Z[ recovery-image] Oct 14 03:51:37.330 INFO O| Oct 14 03:51:37.330 INFO STEP 693: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
62352024-10-14T03:51:38.088Z[ recovery-image] Oct 14 03:51:37.373 INFO O| Oct 14 03:51:37.373 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/pkgconfig/menu.pc"
62362024-10-14T03:51:38.088Z[ recovery-image] Oct 14 03:51:37.373 INFO O| Oct 14 03:51:37.373 INFO STEP 693 (remove_files) COMPLETE
62372024-10-14T03:51:38.088Z[ recovery-image] Oct 14 03:51:37.373 INFO O| Oct 14 03:51:37.373 INFO STEP 694: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
62382024-10-14T03:51:38.185Z[ recovery-image] Oct 14 03:51:37.471 INFO O| Oct 14 03:51:37.471 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/pkgconfig/ncurses++.pc"
62392024-10-14T03:51:38.187Z[ recovery-image] Oct 14 03:51:37.471 INFO O| Oct 14 03:51:37.471 INFO STEP 694 (remove_files) COMPLETE
62402024-10-14T03:51:38.188Z[ recovery-image] Oct 14 03:51:37.471 INFO O| Oct 14 03:51:37.471 INFO STEP 695: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
62412024-10-14T03:51:38.224Z[ recovery-image] Oct 14 03:51:37.508 INFO O| Oct 14 03:51:37.508 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/pkgconfig/ncurses.pc"
62422024-10-14T03:51:38.694Z[ recovery-image] Oct 14 03:51:37.508 INFO O| Oct 14 03:51:37.508 INFO STEP 695 (remove_files) COMPLETE
62432024-10-14T03:51:38.694Z[ recovery-image] Oct 14 03:51:37.508 INFO O| Oct 14 03:51:37.508 INFO STEP 696: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
62442024-10-14T03:51:38.694Z[ recovery-image] Oct 14 03:51:37.525 INFO O| Oct 14 03:51:37.525 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/pkgconfig/netsnmp-agent.pc"
62452024-10-14T03:51:38.695Z[ recovery-image] Oct 14 03:51:37.525 INFO O| Oct 14 03:51:37.525 INFO STEP 696 (remove_files) COMPLETE
62462024-10-14T03:51:38.695Z[ recovery-image] Oct 14 03:51:37.525 INFO O| Oct 14 03:51:37.525 INFO STEP 697: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
62472024-10-14T03:51:38.695Z[ recovery-image] Oct 14 03:51:37.542 INFO O| Oct 14 03:51:37.542 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/pkgconfig/netsnmp.pc"
62482024-10-14T03:51:38.695Z[ recovery-image] Oct 14 03:51:37.542 INFO O| Oct 14 03:51:37.542 INFO STEP 697 (remove_files) COMPLETE
62492024-10-14T03:51:38.695Z[ recovery-image] Oct 14 03:51:37.542 INFO O| Oct 14 03:51:37.542 INFO STEP 698: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
62502024-10-14T03:51:38.695Z[ recovery-image] Oct 14 03:51:37.560 INFO O| Oct 14 03:51:37.560 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/pkgconfig/panel.pc"
62512024-10-14T03:51:38.695Z[ recovery-image] Oct 14 03:51:37.560 INFO O| Oct 14 03:51:37.560 INFO STEP 698 (remove_files) COMPLETE
62522024-10-14T03:51:38.696Z[ recovery-image] Oct 14 03:51:37.561 INFO O| Oct 14 03:51:37.560 INFO STEP 699: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
62532024-10-14T03:51:38.696Z[ recovery-image] Oct 14 03:51:37.584 INFO O| Oct 14 03:51:37.584 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/pkgconfig/readline.pc"
62542024-10-14T03:51:38.696Z[ recovery-image] Oct 14 03:51:37.584 INFO O| Oct 14 03:51:37.584 INFO STEP 699 (remove_files) COMPLETE
62552024-10-14T03:51:38.696Z[ recovery-image] Oct 14 03:51:37.584 INFO O| Oct 14 03:51:37.584 INFO STEP 700: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
62562024-10-14T03:51:38.696Z[ recovery-image] Oct 14 03:51:37.606 INFO O| Oct 14 03:51:37.606 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/pkgconfig/sqlite3.pc"
62572024-10-14T03:51:38.696Z[ recovery-image] Oct 14 03:51:37.606 INFO O| Oct 14 03:51:37.606 INFO STEP 700 (remove_files) COMPLETE
62582024-10-14T03:51:38.696Z[ recovery-image] Oct 14 03:51:37.606 INFO O| Oct 14 03:51:37.606 INFO STEP 701: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
62592024-10-14T03:51:38.696Z[ recovery-image] Oct 14 03:51:37.628 INFO O| Oct 14 03:51:37.628 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/pkgconfig/zlib.pc"
62602024-10-14T03:51:38.697Z[ recovery-image] Oct 14 03:51:37.628 INFO O| Oct 14 03:51:37.628 INFO STEP 701 (remove_files) COMPLETE
62612024-10-14T03:51:38.697Z[ recovery-image] Oct 14 03:51:37.628 INFO O| Oct 14 03:51:37.628 INFO STEP 702: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
62622024-10-14T03:51:38.697Z[ recovery-image] Oct 14 03:51:37.650 INFO O| Oct 14 03:51:37.649 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/straddr.so.2"
62632024-10-14T03:51:38.697Z[ recovery-image] Oct 14 03:51:37.650 INFO O| Oct 14 03:51:37.650 INFO STEP 702 (remove_files) COMPLETE
62642024-10-14T03:51:38.697Z[ recovery-image] Oct 14 03:51:37.650 INFO O| Oct 14 03:51:37.650 INFO STEP 703: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
62652024-10-14T03:51:38.697Z[ recovery-image] Oct 14 03:51:37.672 INFO O| Oct 14 03:51:37.672 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/watchmalloc.so.1"
62662024-10-14T03:51:38.698Z[ recovery-image] Oct 14 03:51:37.672 INFO O| Oct 14 03:51:37.672 INFO STEP 703 (remove_files) COMPLETE
62672024-10-14T03:51:38.698Z[ recovery-image] Oct 14 03:51:37.672 INFO O| Oct 14 03:51:37.672 INFO STEP 704: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
62682024-10-14T03:51:38.698Z[ host-image] Oct 14 03:51:37.684 INFO O| Oct 14 03:51:37.684 INFO O| Download: Completed 8.42 MB in 14.76 seconds (583k/s)
62692024-10-14T03:51:38.698Z[ recovery-image] Oct 14 03:51:37.739 INFO O| Oct 14 03:51:37.739 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/audit/audit_record_attr"
62702024-10-14T03:51:38.698Z[ recovery-image] Oct 14 03:51:37.739 INFO O| Oct 14 03:51:37.739 INFO STEP 704 (remove_files) COMPLETE
62712024-10-14T03:51:38.698Z[ recovery-image] Oct 14 03:51:37.739 INFO O| Oct 14 03:51:37.739 INFO STEP 705: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
62722024-10-14T03:51:38.698Z[ recovery-image] Oct 14 03:51:37.797 INFO O| Oct 14 03:51:37.797 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/brand/shared/common.ksh"
62732024-10-14T03:51:38.698Z[ recovery-image] Oct 14 03:51:37.797 INFO O| Oct 14 03:51:37.797 INFO STEP 705 (remove_files) COMPLETE
62742024-10-14T03:51:38.698Z[ recovery-image] Oct 14 03:51:37.797 INFO O| Oct 14 03:51:37.797 INFO STEP 706: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
62752024-10-14T03:51:38.699Z[ recovery-image] Oct 14 03:51:37.816 INFO O| Oct 14 03:51:37.816 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/brand/shared/query"
62762024-10-14T03:51:38.699Z[ recovery-image] Oct 14 03:51:37.816 INFO O| Oct 14 03:51:37.816 INFO STEP 706 (remove_files) COMPLETE
62772024-10-14T03:51:38.699Z[ recovery-image] Oct 14 03:51:37.816 INFO O| Oct 14 03:51:37.816 INFO STEP 707: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
62782024-10-14T03:51:38.699Z[ recovery-image] Oct 14 03:51:37.835 INFO O| Oct 14 03:51:37.835 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/brand/shared/uninstall.ksh"
62792024-10-14T03:51:38.699Z[ recovery-image] Oct 14 03:51:37.835 INFO O| Oct 14 03:51:37.835 INFO STEP 707 (remove_files) COMPLETE
62802024-10-14T03:51:38.699Z[ recovery-image] Oct 14 03:51:37.835 INFO O| Oct 14 03:51:37.835 INFO STEP 708: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
62812024-10-14T03:51:38.699Z[ recovery-image] Oct 14 03:51:37.854 INFO O| Oct 14 03:51:37.854 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/cfgadm/amd64/ib.so.1"
62822024-10-14T03:51:38.700Z[ recovery-image] Oct 14 03:51:37.854 INFO O| Oct 14 03:51:37.854 INFO STEP 708 (remove_files) COMPLETE
62832024-10-14T03:51:38.700Z[ recovery-image] Oct 14 03:51:37.855 INFO O| Oct 14 03:51:37.854 INFO STEP 709: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
62842024-10-14T03:51:38.700Z[ recovery-image] Oct 14 03:51:37.877 INFO O| Oct 14 03:51:37.877 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/cfgadm/amd64/pci.so.1"
62852024-10-14T03:51:38.700Z[ recovery-image] Oct 14 03:51:37.878 INFO O| Oct 14 03:51:37.877 INFO STEP 709 (remove_files) COMPLETE
62862024-10-14T03:51:38.700Z[ recovery-image] Oct 14 03:51:37.878 INFO O| Oct 14 03:51:37.877 INFO STEP 710: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
62872024-10-14T03:51:38.700Z[ recovery-image] Oct 14 03:51:37.925 INFO O| Oct 14 03:51:37.925 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/cfgadm/amd64/sata.so.1"
62882024-10-14T03:51:38.700Z[ host-image] Oct 14 03:51:37.959 INFO O| Oct 14 03:51:37.959 INFO O| Actions: 1/1361 actions (Installing new actions)
62892024-10-14T03:51:38.725Z[ recovery-image] Oct 14 03:51:38.010 INFO O| Oct 14 03:51:38.010 INFO STEP 710 (remove_files) COMPLETE
62902024-10-14T03:51:38.725Z[ recovery-image] Oct 14 03:51:38.010 INFO O| Oct 14 03:51:38.010 INFO STEP 711: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
62912024-10-14T03:51:38.790Z[ recovery-image] Oct 14 03:51:38.076 INFO O| Oct 14 03:51:38.076 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/cfgadm/amd64/scsi.so.1"
62922024-10-14T03:51:38.790Z[ recovery-image] Oct 14 03:51:38.076 INFO O| Oct 14 03:51:38.076 INFO STEP 711 (remove_files) COMPLETE
62932024-10-14T03:51:38.790Z[ recovery-image] Oct 14 03:51:38.076 INFO O| Oct 14 03:51:38.076 INFO STEP 712: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
62942024-10-14T03:51:38.852Z[ recovery-image] Oct 14 03:51:38.138 INFO O| Oct 14 03:51:38.138 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/cfgadm/amd64/usb.so.1"
62952024-10-14T03:51:38.852Z[ recovery-image] Oct 14 03:51:38.138 INFO O| Oct 14 03:51:38.138 INFO STEP 712 (remove_files) COMPLETE
62962024-10-14T03:51:38.852Z[ recovery-image] Oct 14 03:51:38.138 INFO O| Oct 14 03:51:38.138 INFO STEP 713: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
62972024-10-14T03:51:38.869Z[ recovery-image] Oct 14 03:51:38.155 INFO O| Oct 14 03:51:38.154 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/cfgadm/ib.so.1"
62982024-10-14T03:51:38.869Z[ recovery-image] Oct 14 03:51:38.155 INFO O| Oct 14 03:51:38.155 INFO STEP 713 (remove_files) COMPLETE
62992024-10-14T03:51:38.871Z[ recovery-image] Oct 14 03:51:38.155 INFO O| Oct 14 03:51:38.155 INFO STEP 714: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
63002024-10-14T03:51:38.891Z[ recovery-image] Oct 14 03:51:38.177 INFO O| Oct 14 03:51:38.177 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/cfgadm/pci.so.1"
63012024-10-14T03:51:38.891Z[ recovery-image] Oct 14 03:51:38.177 INFO O| Oct 14 03:51:38.177 INFO STEP 714 (remove_files) COMPLETE
63022024-10-14T03:51:38.895Z[ recovery-image] Oct 14 03:51:38.177 INFO O| Oct 14 03:51:38.177 INFO STEP 715: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
63032024-10-14T03:51:38.956Z[ recovery-image] Oct 14 03:51:38.241 INFO O| Oct 14 03:51:38.241 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/cfgadm/sata.so.1"
63042024-10-14T03:51:38.956Z[ recovery-image] Oct 14 03:51:38.241 INFO O| Oct 14 03:51:38.241 INFO STEP 715 (remove_files) COMPLETE
63052024-10-14T03:51:38.956Z[ recovery-image] Oct 14 03:51:38.241 INFO O| Oct 14 03:51:38.241 INFO STEP 716: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
63062024-10-14T03:51:38.996Z[ recovery-image] Oct 14 03:51:38.281 INFO O| Oct 14 03:51:38.281 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/cfgadm/scsi.so.1"
63072024-10-14T03:51:38.996Z[ recovery-image] Oct 14 03:51:38.281 INFO O| Oct 14 03:51:38.281 INFO STEP 716 (remove_files) COMPLETE
63082024-10-14T03:51:38.996Z[ recovery-image] Oct 14 03:51:38.281 INFO O| Oct 14 03:51:38.281 INFO STEP 717: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
63092024-10-14T03:51:39.037Z[ recovery-image] Oct 14 03:51:38.322 INFO O| Oct 14 03:51:38.322 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/cfgadm/shp.so.1"
63102024-10-14T03:51:39.037Z[ recovery-image] Oct 14 03:51:38.322 INFO O| Oct 14 03:51:38.322 INFO STEP 717 (remove_files) COMPLETE
63112024-10-14T03:51:39.037Z[ recovery-image] Oct 14 03:51:38.322 INFO O| Oct 14 03:51:38.322 INFO STEP 718: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
63122024-10-14T03:51:39.060Z[ recovery-image] Oct 14 03:51:38.346 INFO O| Oct 14 03:51:38.346 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/cfgadm/usb.so.1"
63132024-10-14T03:51:39.063Z[ recovery-image] Oct 14 03:51:38.346 INFO O| Oct 14 03:51:38.346 INFO STEP 718 (remove_files) COMPLETE
63142024-10-14T03:51:39.063Z[ recovery-image] Oct 14 03:51:38.347 INFO O| Oct 14 03:51:38.346 INFO STEP 719: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
63152024-10-14T03:51:39.079Z[ recovery-image] Oct 14 03:51:38.365 INFO O| Oct 14 03:51:38.365 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/class/FX/FXdispadmin"
63162024-10-14T03:51:39.081Z[ recovery-image] Oct 14 03:51:38.365 INFO O| Oct 14 03:51:38.365 INFO STEP 719 (remove_files) COMPLETE
63172024-10-14T03:51:39.081Z[ recovery-image] Oct 14 03:51:38.365 INFO O| Oct 14 03:51:38.365 INFO STEP 720: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
63182024-10-14T03:51:39.096Z[ recovery-image] Oct 14 03:51:38.382 INFO O| Oct 14 03:51:38.382 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/class/FX/FXpriocntl"
63192024-10-14T03:51:39.098Z[ recovery-image] Oct 14 03:51:38.382 INFO O| Oct 14 03:51:38.382 INFO STEP 720 (remove_files) COMPLETE
63202024-10-14T03:51:39.098Z[ recovery-image] Oct 14 03:51:38.382 INFO O| Oct 14 03:51:38.382 INFO STEP 721: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
63212024-10-14T03:51:39.128Z[ recovery-image] Oct 14 03:51:38.414 INFO O| Oct 14 03:51:38.414 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/class/IA/IAdispadmin"
63222024-10-14T03:51:39.128Z[ recovery-image] Oct 14 03:51:38.414 INFO O| Oct 14 03:51:38.414 INFO STEP 721 (remove_files) COMPLETE
63232024-10-14T03:51:39.128Z[ recovery-image] Oct 14 03:51:38.414 INFO O| Oct 14 03:51:38.414 INFO STEP 722: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
63242024-10-14T03:51:39.148Z[ recovery-image] Oct 14 03:51:38.433 INFO O| Oct 14 03:51:38.433 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/class/IA/IApriocntl"
63252024-10-14T03:51:39.148Z[ recovery-image] Oct 14 03:51:38.433 INFO O| Oct 14 03:51:38.433 INFO STEP 722 (remove_files) COMPLETE
63262024-10-14T03:51:39.148Z[ recovery-image] Oct 14 03:51:38.433 INFO O| Oct 14 03:51:38.433 INFO STEP 723: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
63272024-10-14T03:51:39.188Z[ recovery-image] Oct 14 03:51:38.474 INFO O| Oct 14 03:51:38.473 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/class/RT/RTdispadmin"
63282024-10-14T03:51:39.189Z[ recovery-image] Oct 14 03:51:38.474 INFO O| Oct 14 03:51:38.474 INFO STEP 723 (remove_files) COMPLETE
63292024-10-14T03:51:39.189Z[ recovery-image] Oct 14 03:51:38.474 INFO O| Oct 14 03:51:38.474 INFO STEP 724: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
63302024-10-14T03:51:39.207Z[ recovery-image] Oct 14 03:51:38.492 INFO O| Oct 14 03:51:38.492 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/class/RT/RTpriocntl"
63312024-10-14T03:51:39.207Z[ recovery-image] Oct 14 03:51:38.492 INFO O| Oct 14 03:51:38.492 INFO STEP 724 (remove_files) COMPLETE
63322024-10-14T03:51:39.207Z[ recovery-image] Oct 14 03:51:38.492 INFO O| Oct 14 03:51:38.492 INFO STEP 725: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
63332024-10-14T03:51:39.259Z[ recovery-image] Oct 14 03:51:38.544 INFO O| Oct 14 03:51:38.544 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/class/SDC/SDCdispadmin"
63342024-10-14T03:51:39.259Z[ recovery-image] Oct 14 03:51:38.544 INFO O| Oct 14 03:51:38.544 INFO STEP 725 (remove_files) COMPLETE
63352024-10-14T03:51:39.259Z[ recovery-image] Oct 14 03:51:38.544 INFO O| Oct 14 03:51:38.544 INFO STEP 726: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
63362024-10-14T03:51:39.292Z[ recovery-image] Oct 14 03:51:38.578 INFO O| Oct 14 03:51:38.578 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/class/SDC/SDCpriocntl"
63372024-10-14T03:51:39.295Z[ recovery-image] Oct 14 03:51:38.578 INFO O| Oct 14 03:51:38.578 INFO STEP 726 (remove_files) COMPLETE
63382024-10-14T03:51:39.295Z[ recovery-image] Oct 14 03:51:38.579 INFO O| Oct 14 03:51:38.578 INFO STEP 727: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
63392024-10-14T03:51:39.311Z[ recovery-image] Oct 14 03:51:38.597 INFO O| Oct 14 03:51:38.597 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/class/TS/TSdispadmin"
63402024-10-14T03:51:39.314Z[ recovery-image] Oct 14 03:51:38.597 INFO O| Oct 14 03:51:38.597 INFO STEP 727 (remove_files) COMPLETE
63412024-10-14T03:51:39.314Z[ recovery-image] Oct 14 03:51:38.597 INFO O| Oct 14 03:51:38.597 INFO STEP 728: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
63422024-10-14T03:51:39.323Z[ host-image] Oct 14 03:51:38.609 INFO O| Oct 14 03:51:38.609 INFO O| Actions: Completed 1361 actions in 0.65 seconds.
63432024-10-14T03:51:39.328Z[ recovery-image] Oct 14 03:51:38.614 INFO O| Oct 14 03:51:38.614 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/class/TS/TSpriocntl"
63442024-10-14T03:51:39.330Z[ recovery-image] Oct 14 03:51:38.614 INFO O| Oct 14 03:51:38.614 INFO STEP 728 (remove_files) COMPLETE
63452024-10-14T03:51:39.330Z[ recovery-image] Oct 14 03:51:38.615 INFO O| Oct 14 03:51:38.614 INFO STEP 729: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
63462024-10-14T03:51:39.345Z[ recovery-image] Oct 14 03:51:38.631 INFO O| Oct 14 03:51:38.631 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/cmake/libxml2/libxml2-config.cmake"
63472024-10-14T03:51:39.348Z[ recovery-image] Oct 14 03:51:38.631 INFO O| Oct 14 03:51:38.631 INFO STEP 729 (remove_files) COMPLETE
63482024-10-14T03:51:39.348Z[ recovery-image] Oct 14 03:51:38.631 INFO O| Oct 14 03:51:38.631 INFO STEP 730: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
63492024-10-14T03:51:39.362Z[ recovery-image] Oct 14 03:51:38.648 INFO O| Oct 14 03:51:38.648 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/dbus-1.0/include/dbus/dbus-arch-deps.h"
63502024-10-14T03:51:39.367Z[ recovery-image] Oct 14 03:51:38.648 INFO O| Oct 14 03:51:38.648 INFO STEP 730 (remove_files) COMPLETE
63512024-10-14T03:51:39.367Z[ recovery-image] Oct 14 03:51:38.649 INFO O| Oct 14 03:51:38.649 INFO STEP 731: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
63522024-10-14T03:51:39.395Z[ recovery-image] Oct 14 03:51:38.681 INFO O| Oct 14 03:51:38.681 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/dl/dlled"
63532024-10-14T03:51:39.395Z[ recovery-image] Oct 14 03:51:38.681 INFO O| Oct 14 03:51:38.681 INFO STEP 731 (remove_files) COMPLETE
63542024-10-14T03:51:39.401Z[ recovery-image] Oct 14 03:51:38.681 INFO O| Oct 14 03:51:38.681 INFO STEP 732: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
63552024-10-14T03:51:39.427Z[ recovery-image] Oct 14 03:51:38.712 INFO O| Oct 14 03:51:38.712 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/dl/dlrecv"
63562024-10-14T03:51:39.427Z[ recovery-image] Oct 14 03:51:38.712 INFO O| Oct 14 03:51:38.712 INFO STEP 732 (remove_files) COMPLETE
63572024-10-14T03:51:39.427Z[ recovery-image] Oct 14 03:51:38.712 INFO O| Oct 14 03:51:38.712 INFO STEP 733: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
63582024-10-14T03:51:39.488Z[ recovery-image] Oct 14 03:51:38.773 INFO O| Oct 14 03:51:38.773 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/dl/dlsend"
63592024-10-14T03:51:39.488Z[ recovery-image] Oct 14 03:51:38.773 INFO O| Oct 14 03:51:38.773 INFO STEP 733 (remove_files) COMPLETE
63602024-10-14T03:51:39.488Z[ recovery-image] Oct 14 03:51:38.773 INFO O| Oct 14 03:51:38.773 INFO STEP 734: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
63612024-10-14T03:51:39.509Z[ recovery-image] Oct 14 03:51:38.794 INFO O| Oct 14 03:51:38.794 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/dl/dltraninfo"
63622024-10-14T03:51:39.509Z[ recovery-image] Oct 14 03:51:38.794 INFO O| Oct 14 03:51:38.794 INFO STEP 734 (remove_files) COMPLETE
63632024-10-14T03:51:39.509Z[ recovery-image] Oct 14 03:51:38.794 INFO O| Oct 14 03:51:38.794 INFO STEP 735: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
63642024-10-14T03:51:39.538Z[ recovery-image] Oct 14 03:51:38.824 INFO O| Oct 14 03:51:38.824 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/dtrace/64/drti.o"
63652024-10-14T03:51:39.541Z[ recovery-image] Oct 14 03:51:38.825 INFO O| Oct 14 03:51:38.824 INFO STEP 735 (remove_files) COMPLETE
63662024-10-14T03:51:39.541Z[ recovery-image] Oct 14 03:51:38.825 INFO O| Oct 14 03:51:38.824 INFO STEP 736: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
63672024-10-14T03:51:39.561Z[ recovery-image] Oct 14 03:51:38.846 INFO O| Oct 14 03:51:38.846 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/dtrace/64/libdtrace_forceload.so"
63682024-10-14T03:51:39.561Z[ recovery-image] Oct 14 03:51:38.846 INFO O| Oct 14 03:51:38.846 INFO STEP 736 (remove_files) COMPLETE
63692024-10-14T03:51:39.561Z[ recovery-image] Oct 14 03:51:38.846 INFO O| Oct 14 03:51:38.846 INFO STEP 737: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
63702024-10-14T03:51:39.624Z[ recovery-image] Oct 14 03:51:38.909 INFO O| Oct 14 03:51:38.909 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/dtrace/64/sftp64.d"
63712024-10-14T03:51:39.624Z[ recovery-image] Oct 14 03:51:38.909 INFO O| Oct 14 03:51:38.909 INFO STEP 737 (remove_files) COMPLETE
63722024-10-14T03:51:39.624Z[ recovery-image] Oct 14 03:51:38.909 INFO O| Oct 14 03:51:38.909 INFO STEP 738: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
63732024-10-14T03:51:39.645Z[ recovery-image] Oct 14 03:51:38.930 INFO O| Oct 14 03:51:38.930 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/dtrace/drti.o"
63742024-10-14T03:51:39.645Z[ recovery-image] Oct 14 03:51:38.931 INFO O| Oct 14 03:51:38.930 INFO STEP 738 (remove_files) COMPLETE
63752024-10-14T03:51:39.645Z[ recovery-image] Oct 14 03:51:38.931 INFO O| Oct 14 03:51:38.931 INFO STEP 739: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
63762024-10-14T03:51:39.676Z[ recovery-image] Oct 14 03:51:38.962 INFO O| Oct 14 03:51:38.962 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/dtrace/libdtrace_forceload.so"
63772024-10-14T03:51:39.680Z[ recovery-image] Oct 14 03:51:38.963 INFO O| Oct 14 03:51:38.962 INFO STEP 739 (remove_files) COMPLETE
63782024-10-14T03:51:39.680Z[ recovery-image] Oct 14 03:51:38.963 INFO O| Oct 14 03:51:38.962 INFO STEP 740: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
63792024-10-14T03:51:39.700Z[ recovery-image] Oct 14 03:51:38.986 INFO O| Oct 14 03:51:38.986 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/amd64/libdiagcode.so.1"
63802024-10-14T03:51:39.703Z[ recovery-image] Oct 14 03:51:38.986 INFO O| Oct 14 03:51:38.986 INFO STEP 740 (remove_files) COMPLETE
63812024-10-14T03:51:39.703Z[ recovery-image] Oct 14 03:51:38.987 INFO O| Oct 14 03:51:38.986 INFO STEP 741: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
63822024-10-14T03:51:39.832Z[ recovery-image] Oct 14 03:51:39.118 INFO O| Oct 14 03:51:39.118 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/amd64/libdiskstatus.so.1"
63832024-10-14T03:51:39.836Z[ recovery-image] Oct 14 03:51:39.118 INFO O| Oct 14 03:51:39.118 INFO STEP 741 (remove_files) COMPLETE
63842024-10-14T03:51:39.836Z[ recovery-image] Oct 14 03:51:39.118 INFO O| Oct 14 03:51:39.118 INFO STEP 742: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
63852024-10-14T03:51:39.858Z[ recovery-image] Oct 14 03:51:39.144 INFO O| Oct 14 03:51:39.143 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/amd64/libfmd_adm.so.1"
63862024-10-14T03:51:39.858Z[ recovery-image] Oct 14 03:51:39.144 INFO O| Oct 14 03:51:39.144 INFO STEP 742 (remove_files) COMPLETE
63872024-10-14T03:51:39.858Z[ recovery-image] Oct 14 03:51:39.144 INFO O| Oct 14 03:51:39.144 INFO STEP 743: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
63882024-10-14T03:51:39.875Z[ host-image] Oct 14 03:51:39.160 INFO O| Oct 14 03:51:39.160 INFO O| Done
63892024-10-14T03:51:39.875Z[ host-image] Oct 14 03:51:39.161 INFO O| Oct 14 03:51:39.160 INFO O| Done
63902024-10-14T03:51:39.906Z[ recovery-image] Oct 14 03:51:39.192 INFO O| Oct 14 03:51:39.192 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/amd64/libfmd_agent.so.1"
63912024-10-14T03:51:39.907Z[ recovery-image] Oct 14 03:51:39.193 INFO O| Oct 14 03:51:39.192 INFO STEP 743 (remove_files) COMPLETE
63922024-10-14T03:51:39.907Z[ recovery-image] Oct 14 03:51:39.193 INFO O| Oct 14 03:51:39.193 INFO STEP 744: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
63932024-10-14T03:51:39.937Z[ recovery-image] Oct 14 03:51:39.223 INFO O| Oct 14 03:51:39.223 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/amd64/libfmd_log.so.1"
63942024-10-14T03:51:39.937Z[ recovery-image] Oct 14 03:51:39.223 INFO O| Oct 14 03:51:39.223 INFO STEP 744 (remove_files) COMPLETE
63952024-10-14T03:51:39.937Z[ recovery-image] Oct 14 03:51:39.223 INFO O| Oct 14 03:51:39.223 INFO STEP 745: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
63962024-10-14T03:51:39.956Z[ recovery-image] Oct 14 03:51:39.241 INFO O| Oct 14 03:51:39.241 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/amd64/libfmd_msg.so.1"
63972024-10-14T03:51:39.956Z[ recovery-image] Oct 14 03:51:39.241 INFO O| Oct 14 03:51:39.241 INFO STEP 745 (remove_files) COMPLETE
63982024-10-14T03:51:39.956Z[ recovery-image] Oct 14 03:51:39.241 INFO O| Oct 14 03:51:39.241 INFO STEP 746: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
63992024-10-14T03:51:39.973Z[ recovery-image] Oct 14 03:51:39.259 INFO O| Oct 14 03:51:39.258 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/amd64/libfmd_snmp.so.1"
64002024-10-14T03:51:39.973Z[ recovery-image] Oct 14 03:51:39.259 INFO O| Oct 14 03:51:39.259 INFO STEP 746 (remove_files) COMPLETE
64012024-10-14T03:51:39.975Z[ recovery-image] Oct 14 03:51:39.259 INFO O| Oct 14 03:51:39.259 INFO STEP 747: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
64022024-10-14T03:51:39.991Z[ recovery-image] Oct 14 03:51:39.277 INFO O| Oct 14 03:51:39.276 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/amd64/libfmnotify.so.1"
64032024-10-14T03:51:39.993Z[ recovery-image] Oct 14 03:51:39.277 INFO O| Oct 14 03:51:39.277 INFO STEP 747 (remove_files) COMPLETE
64042024-10-14T03:51:39.993Z[ recovery-image] Oct 14 03:51:39.277 INFO O| Oct 14 03:51:39.277 INFO STEP 748: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
64052024-10-14T03:51:40.008Z[ recovery-image] Oct 14 03:51:39.294 INFO O| Oct 14 03:51:39.294 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/amd64/libseslog.so.1"
64062024-10-14T03:51:40.008Z[ recovery-image] Oct 14 03:51:39.294 INFO O| Oct 14 03:51:39.294 INFO STEP 748 (remove_files) COMPLETE
64072024-10-14T03:51:40.011Z[ recovery-image] Oct 14 03:51:39.294 INFO O| Oct 14 03:51:39.294 INFO STEP 749: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
64082024-10-14T03:51:40.037Z[ recovery-image] Oct 14 03:51:39.323 INFO O| Oct 14 03:51:39.323 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/dict/AMD.dict"
64092024-10-14T03:51:40.037Z[ recovery-image] Oct 14 03:51:39.323 INFO O| Oct 14 03:51:39.323 INFO STEP 749 (remove_files) COMPLETE
64102024-10-14T03:51:40.040Z[ recovery-image] Oct 14 03:51:39.323 INFO O| Oct 14 03:51:39.323 INFO STEP 750: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
64112024-10-14T03:51:40.060Z[ recovery-image] Oct 14 03:51:39.346 INFO O| Oct 14 03:51:39.345 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/dict/FMNOTIFY.dict"
64122024-10-14T03:51:40.060Z[ recovery-image] Oct 14 03:51:39.346 INFO O| Oct 14 03:51:39.346 INFO STEP 750 (remove_files) COMPLETE
64132024-10-14T03:51:40.062Z[ recovery-image] Oct 14 03:51:39.346 INFO O| Oct 14 03:51:39.346 INFO STEP 751: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
64142024-10-14T03:51:40.102Z[ recovery-image] Oct 14 03:51:39.388 INFO O| Oct 14 03:51:39.388 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/dict/GMCA.dict"
64152024-10-14T03:51:40.105Z[ recovery-image] Oct 14 03:51:39.389 INFO O| Oct 14 03:51:39.389 INFO STEP 751 (remove_files) COMPLETE
64162024-10-14T03:51:40.105Z[ recovery-image] Oct 14 03:51:39.389 INFO O| Oct 14 03:51:39.389 INFO STEP 752: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
64172024-10-14T03:51:40.122Z[ recovery-image] Oct 14 03:51:39.407 INFO O| Oct 14 03:51:39.407 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/dict/INTEL.dict"
64182024-10-14T03:51:40.122Z[ recovery-image] Oct 14 03:51:39.407 INFO O| Oct 14 03:51:39.407 INFO STEP 752 (remove_files) COMPLETE
64192024-10-14T03:51:40.125Z[ recovery-image] Oct 14 03:51:39.407 INFO O| Oct 14 03:51:39.407 INFO STEP 753: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
64202024-10-14T03:51:40.162Z[ recovery-image] Oct 14 03:51:39.448 INFO O| Oct 14 03:51:39.448 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/fmd/fminject"
64212024-10-14T03:51:40.165Z[ recovery-image] Oct 14 03:51:39.448 INFO O| Oct 14 03:51:39.448 INFO STEP 753 (remove_files) COMPLETE
64222024-10-14T03:51:40.165Z[ recovery-image] Oct 14 03:51:39.448 INFO O| Oct 14 03:51:39.448 INFO STEP 754: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
64232024-10-14T03:51:40.206Z[ recovery-image] Oct 14 03:51:39.492 INFO O| Oct 14 03:51:39.492 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/fmd/fmsim"
64242024-10-14T03:51:40.206Z[ recovery-image] Oct 14 03:51:39.492 INFO O| Oct 14 03:51:39.492 INFO STEP 754 (remove_files) COMPLETE
64252024-10-14T03:51:40.206Z[ recovery-image] Oct 14 03:51:39.492 INFO O| Oct 14 03:51:39.492 INFO STEP 755: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
64262024-10-14T03:51:40.225Z[ recovery-image] Oct 14 03:51:39.511 INFO O| Oct 14 03:51:39.511 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/fmd/fmtopo"
64272024-10-14T03:51:40.225Z[ recovery-image] Oct 14 03:51:39.511 INFO O| Oct 14 03:51:39.511 INFO STEP 755 (remove_files) COMPLETE
64282024-10-14T03:51:40.228Z[ recovery-image] Oct 14 03:51:39.511 INFO O| Oct 14 03:51:39.511 INFO STEP 756: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
64292024-10-14T03:51:40.256Z[ recovery-image] Oct 14 03:51:39.540 INFO O| Oct 14 03:51:39.540 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/fmd/ipmitopo"
64302024-10-14T03:51:40.256Z[ recovery-image] Oct 14 03:51:39.540 INFO O| Oct 14 03:51:39.540 INFO STEP 756 (remove_files) COMPLETE
64312024-10-14T03:51:40.258Z[ recovery-image] Oct 14 03:51:39.541 INFO O| Oct 14 03:51:39.541 INFO STEP 757: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
64322024-10-14T03:51:40.274Z[ recovery-image] Oct 14 03:51:39.559 INFO O| Oct 14 03:51:39.559 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/fmd/mcdecode"
64332024-10-14T03:51:40.276Z[ recovery-image] Oct 14 03:51:39.560 INFO O| Oct 14 03:51:39.560 INFO STEP 757 (remove_files) COMPLETE
64342024-10-14T03:51:40.276Z[ recovery-image] Oct 14 03:51:39.560 INFO O| Oct 14 03:51:39.560 INFO STEP 758: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
64352024-10-14T03:51:40.291Z[ recovery-image] Oct 14 03:51:39.577 INFO O| Oct 14 03:51:39.577 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/fmd/plugins/cpumem-retire.conf"
64362024-10-14T03:51:40.294Z[ recovery-image] Oct 14 03:51:39.577 INFO O| Oct 14 03:51:39.577 INFO STEP 758 (remove_files) COMPLETE
64372024-10-14T03:51:40.294Z[ recovery-image] Oct 14 03:51:39.578 INFO O| Oct 14 03:51:39.578 INFO STEP 759: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
64382024-10-14T03:51:40.314Z[ recovery-image] Oct 14 03:51:39.600 INFO O| Oct 14 03:51:39.600 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/fmd/schemes/amd64/cpu.so"
64392024-10-14T03:51:40.317Z[ recovery-image] Oct 14 03:51:39.600 INFO O| Oct 14 03:51:39.600 INFO STEP 759 (remove_files) COMPLETE
64402024-10-14T03:51:40.317Z[ recovery-image] Oct 14 03:51:39.600 INFO O| Oct 14 03:51:39.600 INFO STEP 760: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
64412024-10-14T03:51:40.334Z[ recovery-image] Oct 14 03:51:39.620 INFO O| Oct 14 03:51:39.620 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/fmd/schemes/amd64/dev.so"
64422024-10-14T03:51:40.337Z[ recovery-image] Oct 14 03:51:39.620 INFO O| Oct 14 03:51:39.620 INFO STEP 760 (remove_files) COMPLETE
64432024-10-14T03:51:40.337Z[ recovery-image] Oct 14 03:51:39.620 INFO O| Oct 14 03:51:39.620 INFO STEP 761: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
64442024-10-14T03:51:40.353Z[ recovery-image] Oct 14 03:51:39.639 INFO O| Oct 14 03:51:39.639 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/fmd/schemes/amd64/fmd.so"
64452024-10-14T03:51:40.356Z[ recovery-image] Oct 14 03:51:39.639 INFO O| Oct 14 03:51:39.639 INFO STEP 761 (remove_files) COMPLETE
64462024-10-14T03:51:40.356Z[ recovery-image] Oct 14 03:51:39.640 INFO O| Oct 14 03:51:39.639 INFO STEP 762: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
64472024-10-14T03:51:40.543Z[ recovery-image] Oct 14 03:51:39.829 INFO O| Oct 14 03:51:39.829 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/fmd/schemes/amd64/hc.so"
64482024-10-14T03:51:40.543Z[ recovery-image] Oct 14 03:51:39.829 INFO O| Oct 14 03:51:39.829 INFO STEP 762 (remove_files) COMPLETE
64492024-10-14T03:51:40.543Z[ recovery-image] Oct 14 03:51:39.829 INFO O| Oct 14 03:51:39.829 INFO STEP 763: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
64502024-10-14T03:51:40.562Z[ recovery-image] Oct 14 03:51:39.848 INFO O| Oct 14 03:51:39.848 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/fmd/schemes/amd64/legacy-hc.so"
64512024-10-14T03:51:40.562Z[ recovery-image] Oct 14 03:51:39.848 INFO O| Oct 14 03:51:39.848 INFO STEP 763 (remove_files) COMPLETE
64522024-10-14T03:51:40.565Z[ recovery-image] Oct 14 03:51:39.848 INFO O| Oct 14 03:51:39.848 INFO STEP 764: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
64532024-10-14T03:51:40.612Z[ recovery-image] Oct 14 03:51:39.898 INFO O| Oct 14 03:51:39.898 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/fmd/schemes/amd64/mem.so"
64542024-10-14T03:51:40.613Z[ recovery-image] Oct 14 03:51:39.898 INFO O| Oct 14 03:51:39.898 INFO STEP 764 (remove_files) COMPLETE
64552024-10-14T03:51:40.613Z[ recovery-image] Oct 14 03:51:39.898 INFO O| Oct 14 03:51:39.898 INFO STEP 765: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
64562024-10-14T03:51:40.640Z[ recovery-image] Oct 14 03:51:39.918 INFO O| Oct 14 03:51:39.918 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/fmd/schemes/amd64/mod.so"
64572024-10-14T03:51:40.640Z[ recovery-image] Oct 14 03:51:39.918 INFO O| Oct 14 03:51:39.918 INFO STEP 765 (remove_files) COMPLETE
64582024-10-14T03:51:40.650Z[ recovery-image] Oct 14 03:51:39.919 INFO O| Oct 14 03:51:39.918 INFO STEP 766: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
64592024-10-14T03:51:40.723Z[ recovery-image] Oct 14 03:51:39.952 INFO O| Oct 14 03:51:39.952 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/fmd/schemes/amd64/pkg.so"
64602024-10-14T03:51:40.723Z[ recovery-image] Oct 14 03:51:39.952 INFO O| Oct 14 03:51:39.952 INFO STEP 766 (remove_files) COMPLETE
64612024-10-14T03:51:40.753Z[ recovery-image] Oct 14 03:51:39.952 INFO O| Oct 14 03:51:39.952 INFO STEP 767: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
64622024-10-14T03:51:40.753Z[ recovery-image] Oct 14 03:51:39.970 INFO O| Oct 14 03:51:39.970 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/fmd/schemes/amd64/svc.so"
64632024-10-14T03:51:40.753Z[ recovery-image] Oct 14 03:51:39.971 INFO O| Oct 14 03:51:39.970 INFO STEP 767 (remove_files) COMPLETE
64642024-10-14T03:51:40.753Z[ recovery-image] Oct 14 03:51:39.971 INFO O| Oct 14 03:51:39.970 INFO STEP 768: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
64652024-10-14T03:51:40.753Z[ recovery-image] Oct 14 03:51:39.991 INFO O| Oct 14 03:51:39.991 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/fmd/schemes/amd64/sw.so"
64662024-10-14T03:51:40.753Z[ recovery-image] Oct 14 03:51:39.991 INFO O| Oct 14 03:51:39.991 INFO STEP 768 (remove_files) COMPLETE
64672024-10-14T03:51:40.753Z[ recovery-image] Oct 14 03:51:39.991 INFO O| Oct 14 03:51:39.991 INFO STEP 769: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
64682024-10-14T03:51:40.756Z[ recovery-image] Oct 14 03:51:40.011 INFO O| Oct 14 03:51:40.011 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/fmd/schemes/amd64/zfs.so"
64692024-10-14T03:51:40.756Z[ recovery-image] Oct 14 03:51:40.011 INFO O| Oct 14 03:51:40.011 INFO STEP 769 (remove_files) COMPLETE
64702024-10-14T03:51:40.756Z[ recovery-image] Oct 14 03:51:40.011 INFO O| Oct 14 03:51:40.011 INFO STEP 770: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
64712024-10-14T03:51:40.756Z[ recovery-image] Oct 14 03:51:40.031 INFO O| Oct 14 03:51:40.030 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/fmd/schemes/cpu.so"
64722024-10-14T03:51:40.756Z[ recovery-image] Oct 14 03:51:40.031 INFO O| Oct 14 03:51:40.031 INFO STEP 770 (remove_files) COMPLETE
64732024-10-14T03:51:40.756Z[ recovery-image] Oct 14 03:51:40.031 INFO O| Oct 14 03:51:40.031 INFO STEP 771: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
64742024-10-14T03:51:40.779Z[ recovery-image] Oct 14 03:51:40.063 INFO O| Oct 14 03:51:40.063 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/fmd/schemes/dev.so"
64752024-10-14T03:51:40.784Z[ recovery-image] Oct 14 03:51:40.064 INFO O| Oct 14 03:51:40.063 INFO STEP 771 (remove_files) COMPLETE
64762024-10-14T03:51:40.784Z[ recovery-image] Oct 14 03:51:40.064 INFO O| Oct 14 03:51:40.064 INFO STEP 772: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
64772024-10-14T03:51:40.832Z[ recovery-image] Oct 14 03:51:40.087 INFO O| Oct 14 03:51:40.087 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/fmd/schemes/fmd.so"
64782024-10-14T03:51:40.832Z[ recovery-image] Oct 14 03:51:40.087 INFO O| Oct 14 03:51:40.087 INFO STEP 772 (remove_files) COMPLETE
64792024-10-14T03:51:40.832Z[ recovery-image] Oct 14 03:51:40.087 INFO O| Oct 14 03:51:40.087 INFO STEP 773: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
64802024-10-14T03:51:40.832Z[ recovery-image] Oct 14 03:51:40.107 INFO O| Oct 14 03:51:40.107 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/fmd/schemes/hc.so"
64812024-10-14T03:51:40.833Z[ recovery-image] Oct 14 03:51:40.107 INFO O| Oct 14 03:51:40.107 INFO STEP 773 (remove_files) COMPLETE
64822024-10-14T03:51:40.833Z[ recovery-image] Oct 14 03:51:40.107 INFO O| Oct 14 03:51:40.107 INFO STEP 774: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
64832024-10-14T03:51:40.871Z[ recovery-image] Oct 14 03:51:40.156 INFO O| Oct 14 03:51:40.129 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/fmd/schemes/legacy-hc.so"
64842024-10-14T03:51:40.871Z[ recovery-image] Oct 14 03:51:40.157 INFO O| Oct 14 03:51:40.130 INFO STEP 774 (remove_files) COMPLETE
64852024-10-14T03:51:40.873Z[ recovery-image] Oct 14 03:51:40.157 INFO O| Oct 14 03:51:40.130 INFO STEP 775: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
64862024-10-14T03:51:40.873Z[ recovery-image] Oct 14 03:51:40.158 INFO O| Oct 14 03:51:40.158 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/fmd/schemes/mem.so"
64872024-10-14T03:51:40.873Z[ recovery-image] Oct 14 03:51:40.158 INFO O| Oct 14 03:51:40.158 INFO STEP 775 (remove_files) COMPLETE
64882024-10-14T03:51:40.874Z[ recovery-image] Oct 14 03:51:40.158 INFO O| Oct 14 03:51:40.158 INFO STEP 776: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
64892024-10-14T03:51:40.901Z[ recovery-image] Oct 14 03:51:40.187 INFO O| Oct 14 03:51:40.186 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/fmd/schemes/mod.so"
64902024-10-14T03:51:40.902Z[ recovery-image] Oct 14 03:51:40.187 INFO O| Oct 14 03:51:40.186 INFO STEP 776 (remove_files) COMPLETE
64912024-10-14T03:51:40.905Z[ recovery-image] Oct 14 03:51:40.187 INFO O| Oct 14 03:51:40.186 INFO STEP 777: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
64922024-10-14T03:51:40.918Z[ recovery-image] Oct 14 03:51:40.204 INFO O| Oct 14 03:51:40.204 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/fmd/schemes/pkg.so"
64932024-10-14T03:51:40.921Z[ recovery-image] Oct 14 03:51:40.205 INFO O| Oct 14 03:51:40.205 INFO STEP 777 (remove_files) COMPLETE
64942024-10-14T03:51:40.921Z[ recovery-image] Oct 14 03:51:40.205 INFO O| Oct 14 03:51:40.205 INFO STEP 778: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
64952024-10-14T03:51:40.964Z[ recovery-image] Oct 14 03:51:40.248 INFO O| Oct 14 03:51:40.240 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/fmd/schemes/sw.so"
64962024-10-14T03:51:40.964Z[ recovery-image] Oct 14 03:51:40.248 INFO O| Oct 14 03:51:40.240 INFO STEP 778 (remove_files) COMPLETE
64972024-10-14T03:51:40.968Z[ recovery-image] Oct 14 03:51:40.248 INFO O| Oct 14 03:51:40.240 INFO STEP 779: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
64982024-10-14T03:51:40.978Z[ recovery-image] Oct 14 03:51:40.259 INFO O| Oct 14 03:51:40.259 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/libdiskstatus.so.1"
64992024-10-14T03:51:40.978Z[ recovery-image] Oct 14 03:51:40.259 INFO O| Oct 14 03:51:40.259 INFO STEP 779 (remove_files) COMPLETE
65002024-10-14T03:51:40.979Z[ recovery-image] Oct 14 03:51:40.259 INFO O| Oct 14 03:51:40.259 INFO STEP 780: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
65012024-10-14T03:51:41.010Z[ recovery-image] Oct 14 03:51:40.293 INFO O| Oct 14 03:51:40.292 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/libfmd_adm.so.1"
65022024-10-14T03:51:41.010Z[ recovery-image] Oct 14 03:51:40.293 INFO O| Oct 14 03:51:40.292 INFO STEP 780 (remove_files) COMPLETE
65032024-10-14T03:51:41.010Z[ recovery-image] Oct 14 03:51:40.293 INFO O| Oct 14 03:51:40.292 INFO STEP 781: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
65042024-10-14T03:51:41.041Z[ recovery-image] Oct 14 03:51:40.324 INFO O| Oct 14 03:51:40.324 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/libfmd_log.so.1"
65052024-10-14T03:51:41.042Z[ recovery-image] Oct 14 03:51:40.324 INFO O| Oct 14 03:51:40.324 INFO STEP 781 (remove_files) COMPLETE
65062024-10-14T03:51:41.043Z[ recovery-image] Oct 14 03:51:40.325 INFO O| Oct 14 03:51:40.324 INFO STEP 782: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
65072024-10-14T03:51:41.058Z[ recovery-image] Oct 14 03:51:40.344 INFO O| Oct 14 03:51:40.343 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/libfmd_snmp.so.1"
65082024-10-14T03:51:41.058Z[ recovery-image] Oct 14 03:51:40.344 INFO O| Oct 14 03:51:40.344 INFO STEP 782 (remove_files) COMPLETE
65092024-10-14T03:51:41.058Z[ recovery-image] Oct 14 03:51:40.344 INFO O| Oct 14 03:51:40.344 INFO STEP 783: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
65102024-10-14T03:51:41.074Z[ recovery-image] Oct 14 03:51:40.360 INFO O| Oct 14 03:51:40.360 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/libfmnotify.so.1"
65112024-10-14T03:51:41.074Z[ recovery-image] Oct 14 03:51:40.360 INFO O| Oct 14 03:51:40.360 INFO STEP 783 (remove_files) COMPLETE
65122024-10-14T03:51:41.074Z[ recovery-image] Oct 14 03:51:40.360 INFO O| Oct 14 03:51:40.360 INFO STEP 784: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
65132024-10-14T03:51:41.091Z[ recovery-image] Oct 14 03:51:40.377 INFO O| Oct 14 03:51:40.377 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/libseslog.so.1"
65142024-10-14T03:51:41.091Z[ recovery-image] Oct 14 03:51:40.377 INFO O| Oct 14 03:51:40.377 INFO STEP 784 (remove_files) COMPLETE
65152024-10-14T03:51:41.091Z[ recovery-image] Oct 14 03:51:40.377 INFO O| Oct 14 03:51:40.377 INFO STEP 785: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
65162024-10-14T03:51:41.109Z[ host-image] Oct 14 03:51:40.395 INFO O| Oct 14 03:51:40.392 INFO O| Done
65172024-10-14T03:51:41.135Z[ recovery-image] Oct 14 03:51:40.421 INFO O| Oct 14 03:51:40.421 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/topo/maps/xfp-hc-topology.xml"
65182024-10-14T03:51:41.141Z[ recovery-image] Oct 14 03:51:40.421 INFO O| Oct 14 03:51:40.421 INFO STEP 785 (remove_files) COMPLETE
65192024-10-14T03:51:41.141Z[ recovery-image] Oct 14 03:51:40.422 INFO O| Oct 14 03:51:40.421 INFO STEP 786: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
65202024-10-14T03:51:41.156Z[ recovery-image] Oct 14 03:51:40.441 INFO O| Oct 14 03:51:40.441 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/topo/plugins/disk.so"
65212024-10-14T03:51:41.161Z[ recovery-image] Oct 14 03:51:40.441 INFO O| Oct 14 03:51:40.441 INFO STEP 786 (remove_files) COMPLETE
65222024-10-14T03:51:41.161Z[ recovery-image] Oct 14 03:51:40.441 INFO O| Oct 14 03:51:40.441 INFO STEP 787: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
65232024-10-14T03:51:41.189Z[ recovery-image] Oct 14 03:51:40.472 INFO O| Oct 14 03:51:40.472 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/topo/plugins/fac_prov_ahci.so"
65242024-10-14T03:51:41.193Z[ recovery-image] Oct 14 03:51:40.472 INFO O| Oct 14 03:51:40.472 INFO STEP 787 (remove_files) COMPLETE
65252024-10-14T03:51:41.193Z[ recovery-image] Oct 14 03:51:40.473 INFO O| Oct 14 03:51:40.472 INFO STEP 788: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
65262024-10-14T03:51:41.343Z[ recovery-image] Oct 14 03:51:40.625 INFO O| Oct 14 03:51:40.625 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/topo/plugins/fac_prov_ipmi.so"
65272024-10-14T03:51:41.343Z[ recovery-image] Oct 14 03:51:40.625 INFO O| Oct 14 03:51:40.625 INFO STEP 788 (remove_files) COMPLETE
65282024-10-14T03:51:41.343Z[ recovery-image] Oct 14 03:51:40.625 INFO O| Oct 14 03:51:40.625 INFO STEP 789: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
65292024-10-14T03:51:41.457Z[ recovery-image] Oct 14 03:51:40.743 INFO O| Oct 14 03:51:40.743 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/topo/plugins/fac_prov_mptsas.so"
65302024-10-14T03:51:41.457Z[ recovery-image] Oct 14 03:51:40.743 INFO O| Oct 14 03:51:40.743 INFO STEP 789 (remove_files) COMPLETE
65312024-10-14T03:51:41.457Z[ recovery-image] Oct 14 03:51:40.743 INFO O| Oct 14 03:51:40.743 INFO STEP 790: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
65322024-10-14T03:51:41.496Z[ recovery-image] Oct 14 03:51:40.782 INFO O| Oct 14 03:51:40.782 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/topo/plugins/ipmi.so"
65332024-10-14T03:51:41.496Z[ recovery-image] Oct 14 03:51:40.782 INFO O| Oct 14 03:51:40.782 INFO STEP 790 (remove_files) COMPLETE
65342024-10-14T03:51:41.496Z[ recovery-image] Oct 14 03:51:40.782 INFO O| Oct 14 03:51:40.782 INFO STEP 791: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
65352024-10-14T03:51:41.534Z[ recovery-image] Oct 14 03:51:40.820 INFO O| Oct 14 03:51:40.820 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/topo/plugins/nic.so"
65362024-10-14T03:51:41.534Z[ recovery-image] Oct 14 03:51:40.820 INFO O| Oct 14 03:51:40.820 INFO STEP 791 (remove_files) COMPLETE
65372024-10-14T03:51:41.534Z[ recovery-image] Oct 14 03:51:40.820 INFO O| Oct 14 03:51:40.820 INFO STEP 792: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
65382024-10-14T03:51:41.555Z[ recovery-image] Oct 14 03:51:40.841 INFO O| Oct 14 03:51:40.841 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/topo/plugins/ses.so"
65392024-10-14T03:51:41.555Z[ recovery-image] Oct 14 03:51:40.841 INFO O| Oct 14 03:51:40.841 INFO STEP 792 (remove_files) COMPLETE
65402024-10-14T03:51:41.558Z[ recovery-image] Oct 14 03:51:40.841 INFO O| Oct 14 03:51:40.841 INFO STEP 793: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
65412024-10-14T03:51:41.646Z[ recovery-image] Oct 14 03:51:40.930 INFO O| Oct 14 03:51:40.930 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/topo/plugins/smbios.so"
65422024-10-14T03:51:41.646Z[ recovery-image] Oct 14 03:51:40.931 INFO O| Oct 14 03:51:40.931 INFO STEP 793 (remove_files) COMPLETE
65432024-10-14T03:51:41.646Z[ recovery-image] Oct 14 03:51:40.931 INFO O| Oct 14 03:51:40.931 INFO STEP 794: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
65442024-10-14T03:51:41.662Z[ recovery-image] Oct 14 03:51:40.947 INFO O| Oct 14 03:51:40.947 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/topo/plugins/usb.so"
65452024-10-14T03:51:41.662Z[ recovery-image] Oct 14 03:51:40.947 INFO O| Oct 14 03:51:40.947 INFO STEP 794 (remove_files) COMPLETE
65462024-10-14T03:51:41.662Z[ recovery-image] Oct 14 03:51:40.947 INFO O| Oct 14 03:51:40.947 INFO STEP 795: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
65472024-10-14T03:51:41.677Z[ recovery-image] Oct 14 03:51:40.963 INFO O| Oct 14 03:51:40.963 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/topo/plugins/xfp.so"
65482024-10-14T03:51:41.677Z[ recovery-image] Oct 14 03:51:40.963 INFO O| Oct 14 03:51:40.963 INFO STEP 795 (remove_files) COMPLETE
65492024-10-14T03:51:41.677Z[ recovery-image] Oct 14 03:51:40.963 INFO O| Oct 14 03:51:40.963 INFO STEP 796: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
65502024-10-14T03:51:41.694Z[ recovery-image] Oct 14 03:51:40.980 INFO O| Oct 14 03:51:40.980 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/bootfs/mount"
65512024-10-14T03:51:41.696Z[ recovery-image] Oct 14 03:51:40.980 INFO O| Oct 14 03:51:40.980 INFO STEP 796 (remove_files) COMPLETE
65522024-10-14T03:51:41.696Z[ recovery-image] Oct 14 03:51:40.980 INFO O| Oct 14 03:51:40.980 INFO STEP 797: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
65532024-10-14T03:51:41.713Z[ recovery-image] Oct 14 03:51:40.999 INFO O| Oct 14 03:51:40.999 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/hsfs/fstyp"
65542024-10-14T03:51:41.733Z[ recovery-image] Oct 14 03:51:41.019 INFO O| Oct 14 03:51:41.019 INFO STEP 797 (remove_files) COMPLETE
65552024-10-14T03:51:41.733Z[ recovery-image] Oct 14 03:51:41.019 INFO O| Oct 14 03:51:41.019 INFO STEP 798: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
65562024-10-14T03:51:41.753Z[ recovery-image] Oct 14 03:51:41.039 INFO O| Oct 14 03:51:41.039 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/hsfs/fstyp.so.1"
65572024-10-14T03:51:41.756Z[ recovery-image] Oct 14 03:51:41.040 INFO O| Oct 14 03:51:41.039 INFO STEP 798 (remove_files) COMPLETE
65582024-10-14T03:51:41.756Z[ recovery-image] Oct 14 03:51:41.040 INFO O| Oct 14 03:51:41.040 INFO STEP 799: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
65592024-10-14T03:51:41.830Z[ recovery-image] Oct 14 03:51:41.116 INFO O| Oct 14 03:51:41.116 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/hsfs/labelit"
65602024-10-14T03:51:41.833Z[ recovery-image] Oct 14 03:51:41.117 INFO O| Oct 14 03:51:41.117 INFO STEP 799 (remove_files) COMPLETE
65612024-10-14T03:51:41.833Z[ recovery-image] Oct 14 03:51:41.117 INFO O| Oct 14 03:51:41.117 INFO STEP 800: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
65622024-10-14T03:51:41.864Z[ recovery-image] Oct 14 03:51:41.150 INFO O| Oct 14 03:51:41.150 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/lofs/mount"
65632024-10-14T03:51:41.864Z[ recovery-image] Oct 14 03:51:41.150 INFO O| Oct 14 03:51:41.150 INFO STEP 800 (remove_files) COMPLETE
65642024-10-14T03:51:41.864Z[ recovery-image] Oct 14 03:51:41.150 INFO O| Oct 14 03:51:41.150 INFO STEP 801: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
65652024-10-14T03:51:41.896Z[ recovery-image] Oct 14 03:51:41.182 INFO O| Oct 14 03:51:41.182 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/mntfs/mount"
65662024-10-14T03:51:41.896Z[ recovery-image] Oct 14 03:51:41.182 INFO O| Oct 14 03:51:41.182 INFO STEP 801 (remove_files) COMPLETE
65672024-10-14T03:51:41.899Z[ recovery-image] Oct 14 03:51:41.182 INFO O| Oct 14 03:51:41.182 INFO STEP 802: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
65682024-10-14T03:51:41.938Z[ recovery-image] Oct 14 03:51:41.222 INFO O| Oct 14 03:51:41.222 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/pcfs/fsck"
65692024-10-14T03:51:41.938Z[ recovery-image] Oct 14 03:51:41.222 INFO O| Oct 14 03:51:41.222 INFO STEP 802 (remove_files) COMPLETE
65702024-10-14T03:51:41.940Z[ recovery-image] Oct 14 03:51:41.222 INFO O| Oct 14 03:51:41.222 INFO STEP 803: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
65712024-10-14T03:51:41.978Z[ recovery-image] Oct 14 03:51:41.249 INFO O| Oct 14 03:51:41.241 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/pcfs/fstyp"
65722024-10-14T03:51:41.978Z[ recovery-image] Oct 14 03:51:41.249 INFO O| Oct 14 03:51:41.241 INFO STEP 803 (remove_files) COMPLETE
65732024-10-14T03:51:41.979Z[ recovery-image] Oct 14 03:51:41.249 INFO O| Oct 14 03:51:41.241 INFO STEP 804: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
65742024-10-14T03:51:42.031Z[ recovery-image] Oct 14 03:51:41.308 INFO O| Oct 14 03:51:41.308 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/pcfs/fstyp.so.1"
65752024-10-14T03:51:42.031Z[ recovery-image] Oct 14 03:51:41.308 INFO O| Oct 14 03:51:41.308 INFO STEP 804 (remove_files) COMPLETE
65762024-10-14T03:51:42.034Z[ recovery-image] Oct 14 03:51:41.308 INFO O| Oct 14 03:51:41.308 INFO STEP 805: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
65772024-10-14T03:51:42.113Z[ recovery-image] Oct 14 03:51:41.398 INFO O| Oct 14 03:51:41.398 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/pcfs/mkfs"
65782024-10-14T03:51:42.113Z[ recovery-image] Oct 14 03:51:41.398 INFO O| Oct 14 03:51:41.398 INFO STEP 805 (remove_files) COMPLETE
65792024-10-14T03:51:42.116Z[ recovery-image] Oct 14 03:51:41.398 INFO O| Oct 14 03:51:41.398 INFO STEP 806: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
65802024-10-14T03:51:42.173Z[ recovery-image] Oct 14 03:51:41.459 INFO O| Oct 14 03:51:41.459 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/pcfs/mount"
65812024-10-14T03:51:42.173Z[ recovery-image] Oct 14 03:51:41.459 INFO O| Oct 14 03:51:41.459 INFO STEP 806 (remove_files) COMPLETE
65822024-10-14T03:51:42.174Z[ recovery-image] Oct 14 03:51:41.459 INFO O| Oct 14 03:51:41.459 INFO STEP 807: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
65832024-10-14T03:51:42.196Z[ recovery-image] Oct 14 03:51:41.481 INFO O| Oct 14 03:51:41.481 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/sharefs/mount"
65842024-10-14T03:51:42.196Z[ recovery-image] Oct 14 03:51:41.482 INFO O| Oct 14 03:51:41.481 INFO STEP 807 (remove_files) COMPLETE
65852024-10-14T03:51:42.196Z[ recovery-image] Oct 14 03:51:41.482 INFO O| Oct 14 03:51:41.482 INFO STEP 808: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
65862024-10-14T03:51:42.218Z[ recovery-image] Oct 14 03:51:41.502 INFO O| Oct 14 03:51:41.502 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/smb/amd64/libshare_smb.so.1"
65872024-10-14T03:51:42.218Z[ recovery-image] Oct 14 03:51:41.503 INFO O| Oct 14 03:51:41.502 INFO STEP 808 (remove_files) COMPLETE
65882024-10-14T03:51:42.218Z[ recovery-image] Oct 14 03:51:41.503 INFO O| Oct 14 03:51:41.502 INFO STEP 809: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
65892024-10-14T03:51:42.235Z[ recovery-image] Oct 14 03:51:41.521 INFO O| Oct 14 03:51:41.521 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/smb/libshare_smb.so.1"
65902024-10-14T03:51:42.235Z[ recovery-image] Oct 14 03:51:41.521 INFO O| Oct 14 03:51:41.521 INFO STEP 809 (remove_files) COMPLETE
65912024-10-14T03:51:42.235Z[ recovery-image] Oct 14 03:51:41.521 INFO O| Oct 14 03:51:41.521 INFO STEP 810: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
65922024-10-14T03:51:42.264Z[ recovery-image] Oct 14 03:51:41.550 INFO O| Oct 14 03:51:41.550 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/smbfs/amd64/libshare_smbfs.so.1"
65932024-10-14T03:51:42.264Z[ recovery-image] Oct 14 03:51:41.550 INFO O| Oct 14 03:51:41.550 INFO STEP 810 (remove_files) COMPLETE
65942024-10-14T03:51:42.267Z[ recovery-image] Oct 14 03:51:41.551 INFO O| Oct 14 03:51:41.550 INFO STEP 811: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
65952024-10-14T03:51:42.283Z[ recovery-image] Oct 14 03:51:41.569 INFO O| Oct 14 03:51:41.569 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/smbfs/dfshares"
65962024-10-14T03:51:42.283Z[ recovery-image] Oct 14 03:51:41.569 INFO O| Oct 14 03:51:41.569 INFO STEP 811 (remove_files) COMPLETE
65972024-10-14T03:51:42.286Z[ recovery-image] Oct 14 03:51:41.569 INFO O| Oct 14 03:51:41.569 INFO STEP 812: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
65982024-10-14T03:51:42.302Z[ recovery-image] Oct 14 03:51:41.588 INFO O| Oct 14 03:51:41.587 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/smbfs/libshare_smbfs.so.1"
65992024-10-14T03:51:42.302Z[ recovery-image] Oct 14 03:51:41.588 INFO O| Oct 14 03:51:41.588 INFO STEP 812 (remove_files) COMPLETE
66002024-10-14T03:51:42.302Z[ recovery-image] Oct 14 03:51:41.588 INFO O| Oct 14 03:51:41.588 INFO STEP 813: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
66012024-10-14T03:51:42.319Z[ recovery-image] Oct 14 03:51:41.605 INFO O| Oct 14 03:51:41.605 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/smbfs/mount"
66022024-10-14T03:51:42.319Z[ recovery-image] Oct 14 03:51:41.605 INFO O| Oct 14 03:51:41.605 INFO STEP 813 (remove_files) COMPLETE
66032024-10-14T03:51:42.322Z[ recovery-image] Oct 14 03:51:41.605 INFO O| Oct 14 03:51:41.605 INFO STEP 814: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
66042024-10-14T03:51:42.357Z[ recovery-image] Oct 14 03:51:41.643 INFO O| Oct 14 03:51:41.643 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/smbfs/share"
66052024-10-14T03:51:42.357Z[ recovery-image] Oct 14 03:51:41.643 INFO O| Oct 14 03:51:41.643 INFO STEP 814 (remove_files) COMPLETE
66062024-10-14T03:51:42.358Z[ recovery-image] Oct 14 03:51:41.643 INFO O| Oct 14 03:51:41.643 INFO STEP 815: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
66072024-10-14T03:51:42.378Z[ recovery-image] Oct 14 03:51:41.664 INFO O| Oct 14 03:51:41.664 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/smbfs/umount"
66082024-10-14T03:51:42.378Z[ recovery-image] Oct 14 03:51:41.664 INFO O| Oct 14 03:51:41.664 INFO STEP 815 (remove_files) COMPLETE
66092024-10-14T03:51:42.378Z[ recovery-image] Oct 14 03:51:41.664 INFO O| Oct 14 03:51:41.664 INFO STEP 816: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
66102024-10-14T03:51:42.413Z[ recovery-image] Oct 14 03:51:41.698 INFO O| Oct 14 03:51:41.698 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/smbfs/unshare"
66112024-10-14T03:51:42.413Z[ recovery-image] Oct 14 03:51:41.698 INFO O| Oct 14 03:51:41.698 INFO STEP 816 (remove_files) COMPLETE
66122024-10-14T03:51:42.413Z[ recovery-image] Oct 14 03:51:41.698 INFO O| Oct 14 03:51:41.698 INFO STEP 817: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
66132024-10-14T03:51:42.460Z[ recovery-image] Oct 14 03:51:41.745 INFO O| Oct 14 03:51:41.745 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/ufs/clri"
66142024-10-14T03:51:42.460Z[ recovery-image] Oct 14 03:51:41.745 INFO O| Oct 14 03:51:41.745 INFO STEP 817 (remove_files) COMPLETE
66152024-10-14T03:51:42.460Z[ recovery-image] Oct 14 03:51:41.745 INFO O| Oct 14 03:51:41.745 INFO STEP 818: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
66162024-10-14T03:51:42.491Z[ recovery-image] Oct 14 03:51:41.776 INFO O| Oct 14 03:51:41.776 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/ufs/dcopy"
66172024-10-14T03:51:42.491Z[ recovery-image] Oct 14 03:51:41.776 INFO O| Oct 14 03:51:41.776 INFO STEP 818 (remove_files) COMPLETE
66182024-10-14T03:51:42.491Z[ recovery-image] Oct 14 03:51:41.776 INFO O| Oct 14 03:51:41.776 INFO STEP 819: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
66192024-10-14T03:51:42.549Z[ recovery-image] Oct 14 03:51:41.834 INFO O| Oct 14 03:51:41.834 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/ufs/df"
66202024-10-14T03:51:42.549Z[ recovery-image] Oct 14 03:51:41.834 INFO O| Oct 14 03:51:41.834 INFO STEP 819 (remove_files) COMPLETE
66212024-10-14T03:51:42.549Z[ recovery-image] Oct 14 03:51:41.834 INFO O| Oct 14 03:51:41.834 INFO STEP 820: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
66222024-10-14T03:51:42.564Z[ recovery-image] Oct 14 03:51:41.849 INFO O| Oct 14 03:51:41.849 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/ufs/edquota"
66232024-10-14T03:51:42.564Z[ recovery-image] Oct 14 03:51:41.849 INFO O| Oct 14 03:51:41.849 INFO STEP 820 (remove_files) COMPLETE
66242024-10-14T03:51:42.564Z[ recovery-image] Oct 14 03:51:41.849 INFO O| Oct 14 03:51:41.849 INFO STEP 821: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
66252024-10-14T03:51:42.578Z[ recovery-image] Oct 14 03:51:41.864 INFO O| Oct 14 03:51:41.864 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/ufs/ff"
66262024-10-14T03:51:42.578Z[ recovery-image] Oct 14 03:51:41.864 INFO O| Oct 14 03:51:41.864 INFO STEP 821 (remove_files) COMPLETE
66272024-10-14T03:51:42.578Z[ recovery-image] Oct 14 03:51:41.864 INFO O| Oct 14 03:51:41.864 INFO STEP 822: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
66282024-10-14T03:51:42.592Z[ recovery-image] Oct 14 03:51:41.878 INFO O| Oct 14 03:51:41.878 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/ufs/fsck"
66292024-10-14T03:51:42.593Z[ recovery-image] Oct 14 03:51:41.878 INFO O| Oct 14 03:51:41.878 INFO STEP 822 (remove_files) COMPLETE
66302024-10-14T03:51:42.596Z[ recovery-image] Oct 14 03:51:41.878 INFO O| Oct 14 03:51:41.878 INFO STEP 823: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
66312024-10-14T03:51:42.607Z[ recovery-image] Oct 14 03:51:41.892 INFO O| Oct 14 03:51:41.892 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/ufs/fsckall"
66322024-10-14T03:51:42.609Z[ recovery-image] Oct 14 03:51:41.892 INFO O| Oct 14 03:51:41.892 INFO STEP 823 (remove_files) COMPLETE
66332024-10-14T03:51:42.609Z[ recovery-image] Oct 14 03:51:41.893 INFO O| Oct 14 03:51:41.892 INFO STEP 824: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
66342024-10-14T03:51:42.621Z[ recovery-image] Oct 14 03:51:41.907 INFO O| Oct 14 03:51:41.906 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/ufs/fsdb"
66352024-10-14T03:51:42.621Z[ recovery-image] Oct 14 03:51:41.907 INFO O| Oct 14 03:51:41.907 INFO STEP 824 (remove_files) COMPLETE
66362024-10-14T03:51:42.623Z[ recovery-image] Oct 14 03:51:41.907 INFO O| Oct 14 03:51:41.907 INFO STEP 825: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
66372024-10-14T03:51:42.637Z[ recovery-image] Oct 14 03:51:41.922 INFO O| Oct 14 03:51:41.922 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/ufs/fsirand"
66382024-10-14T03:51:42.637Z[ recovery-image] Oct 14 03:51:41.923 INFO O| Oct 14 03:51:41.923 INFO STEP 825 (remove_files) COMPLETE
66392024-10-14T03:51:42.637Z[ recovery-image] Oct 14 03:51:41.923 INFO O| Oct 14 03:51:41.923 INFO STEP 826: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
66402024-10-14T03:51:42.654Z[ recovery-image] Oct 14 03:51:41.940 INFO O| Oct 14 03:51:41.940 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/ufs/fssnap"
66412024-10-14T03:51:42.654Z[ recovery-image] Oct 14 03:51:41.940 INFO O| Oct 14 03:51:41.940 INFO STEP 826 (remove_files) COMPLETE
66422024-10-14T03:51:42.657Z[ recovery-image] Oct 14 03:51:41.940 INFO O| Oct 14 03:51:41.940 INFO STEP 827: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
66432024-10-14T03:51:42.673Z[ recovery-image] Oct 14 03:51:41.958 INFO O| Oct 14 03:51:41.958 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/ufs/fstyp"
66442024-10-14T03:51:42.673Z[ recovery-image] Oct 14 03:51:41.958 INFO O| Oct 14 03:51:41.958 INFO STEP 827 (remove_files) COMPLETE
66452024-10-14T03:51:42.673Z[ recovery-image] Oct 14 03:51:41.958 INFO O| Oct 14 03:51:41.958 INFO STEP 828: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
66462024-10-14T03:51:42.727Z[ recovery-image] Oct 14 03:51:42.013 INFO O| Oct 14 03:51:42.001 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/ufs/fstyp.so.1"
66472024-10-14T03:51:42.728Z[ recovery-image] Oct 14 03:51:42.013 INFO O| Oct 14 03:51:42.001 INFO STEP 828 (remove_files) COMPLETE
66482024-10-14T03:51:42.731Z[ recovery-image] Oct 14 03:51:42.013 INFO O| Oct 14 03:51:42.001 INFO STEP 829: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
66492024-10-14T03:51:42.776Z[ recovery-image] Oct 14 03:51:42.062 INFO O| Oct 14 03:51:42.062 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/ufs/labelit"
66502024-10-14T03:51:42.779Z[ recovery-image] Oct 14 03:51:42.062 INFO O| Oct 14 03:51:42.062 INFO STEP 829 (remove_files) COMPLETE
66512024-10-14T03:51:42.779Z[ recovery-image] Oct 14 03:51:42.062 INFO O| Oct 14 03:51:42.062 INFO STEP 830: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
66522024-10-14T03:51:42.795Z[ recovery-image] Oct 14 03:51:42.080 INFO O| Oct 14 03:51:42.080 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/ufs/lockfs"
66532024-10-14T03:51:42.795Z[ recovery-image] Oct 14 03:51:42.081 INFO O| Oct 14 03:51:42.081 INFO STEP 830 (remove_files) COMPLETE
66542024-10-14T03:51:42.797Z[ recovery-image] Oct 14 03:51:42.081 INFO O| Oct 14 03:51:42.081 INFO STEP 831: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
66552024-10-14T03:51:42.814Z[ recovery-image] Oct 14 03:51:42.099 INFO O| Oct 14 03:51:42.099 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/ufs/mkfs"
66562024-10-14T03:51:42.816Z[ recovery-image] Oct 14 03:51:42.100 INFO O| Oct 14 03:51:42.100 INFO STEP 831 (remove_files) COMPLETE
66572024-10-14T03:51:42.816Z[ recovery-image] Oct 14 03:51:42.100 INFO O| Oct 14 03:51:42.100 INFO STEP 832: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
66582024-10-14T03:51:42.852Z[ recovery-image] Oct 14 03:51:42.137 INFO O| Oct 14 03:51:42.137 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/ufs/ncheck"
66592024-10-14T03:51:42.852Z[ recovery-image] Oct 14 03:51:42.137 INFO O| Oct 14 03:51:42.137 INFO STEP 832 (remove_files) COMPLETE
66602024-10-14T03:51:42.853Z[ recovery-image] Oct 14 03:51:42.137 INFO O| Oct 14 03:51:42.137 INFO STEP 833: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
66612024-10-14T03:51:42.870Z[ recovery-image] Oct 14 03:51:42.155 INFO O| Oct 14 03:51:42.155 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/ufs/newfs"
66622024-10-14T03:51:42.870Z[ recovery-image] Oct 14 03:51:42.155 INFO O| Oct 14 03:51:42.155 INFO STEP 833 (remove_files) COMPLETE
66632024-10-14T03:51:42.870Z[ recovery-image] Oct 14 03:51:42.156 INFO O| Oct 14 03:51:42.155 INFO STEP 834: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
66642024-10-14T03:51:42.924Z[ recovery-image] Oct 14 03:51:42.210 INFO O| Oct 14 03:51:42.210 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/ufs/quot"
66652024-10-14T03:51:42.924Z[ recovery-image] Oct 14 03:51:42.210 INFO O| Oct 14 03:51:42.210 INFO STEP 834 (remove_files) COMPLETE
66662024-10-14T03:51:42.924Z[ recovery-image] Oct 14 03:51:42.210 INFO O| Oct 14 03:51:42.210 INFO STEP 835: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
66672024-10-14T03:51:42.963Z[ recovery-image] Oct 14 03:51:42.249 INFO O| Oct 14 03:51:42.248 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/ufs/quotacheck"
66682024-10-14T03:51:42.981Z[ recovery-image] Oct 14 03:51:42.267 INFO O| Oct 14 03:51:42.267 INFO STEP 835 (remove_files) COMPLETE
66692024-10-14T03:51:42.981Z[ recovery-image] Oct 14 03:51:42.267 INFO O| Oct 14 03:51:42.267 INFO STEP 836: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
66702024-10-14T03:51:43.024Z[ recovery-image] Oct 14 03:51:42.310 INFO O| Oct 14 03:51:42.310 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/ufs/quotaoff"
66712024-10-14T03:51:43.024Z[ recovery-image] Oct 14 03:51:42.310 INFO O| Oct 14 03:51:42.310 INFO STEP 836 (remove_files) COMPLETE
66722024-10-14T03:51:43.027Z[ recovery-image] Oct 14 03:51:42.310 INFO O| Oct 14 03:51:42.310 INFO STEP 837: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
66732024-10-14T03:51:43.081Z[ recovery-image] Oct 14 03:51:42.367 INFO O| Oct 14 03:51:42.367 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/ufs/quotaon"
66742024-10-14T03:51:43.081Z[ recovery-image] Oct 14 03:51:42.367 INFO O| Oct 14 03:51:42.367 INFO STEP 837 (remove_files) COMPLETE
66752024-10-14T03:51:43.081Z[ recovery-image] Oct 14 03:51:42.367 INFO O| Oct 14 03:51:42.367 INFO STEP 838: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
66762024-10-14T03:51:43.103Z[ recovery-image] Oct 14 03:51:42.389 INFO O| Oct 14 03:51:42.389 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/ufs/repquota"
66772024-10-14T03:51:43.103Z[ recovery-image] Oct 14 03:51:42.389 INFO O| Oct 14 03:51:42.389 INFO STEP 838 (remove_files) COMPLETE
66782024-10-14T03:51:43.106Z[ recovery-image] Oct 14 03:51:42.389 INFO O| Oct 14 03:51:42.389 INFO STEP 839: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
66792024-10-14T03:51:43.123Z[ recovery-image] Oct 14 03:51:42.408 INFO O| Oct 14 03:51:42.408 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/ufs/tunefs"
66802024-10-14T03:51:43.138Z[ recovery-image] Oct 14 03:51:42.424 INFO O| Oct 14 03:51:42.424 INFO STEP 839 (remove_files) COMPLETE
66812024-10-14T03:51:43.138Z[ recovery-image] Oct 14 03:51:42.424 INFO O| Oct 14 03:51:42.424 INFO STEP 840: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
66822024-10-14T03:51:43.156Z[ recovery-image] Oct 14 03:51:42.442 INFO O| Oct 14 03:51:42.442 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/ufs/ufsdump"
66832024-10-14T03:51:43.156Z[ recovery-image] Oct 14 03:51:42.442 INFO O| Oct 14 03:51:42.442 INFO STEP 840 (remove_files) COMPLETE
66842024-10-14T03:51:43.160Z[ recovery-image] Oct 14 03:51:42.442 INFO O| Oct 14 03:51:42.442 INFO STEP 841: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
66852024-10-14T03:51:43.173Z[ recovery-image] Oct 14 03:51:42.459 INFO O| Oct 14 03:51:42.459 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/ufs/ufsrestore"
66862024-10-14T03:51:43.173Z[ recovery-image] Oct 14 03:51:42.459 INFO O| Oct 14 03:51:42.459 INFO STEP 841 (remove_files) COMPLETE
66872024-10-14T03:51:43.173Z[ recovery-image] Oct 14 03:51:42.459 INFO O| Oct 14 03:51:42.459 INFO STEP 842: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
66882024-10-14T03:51:43.189Z[ recovery-image] Oct 14 03:51:42.475 INFO O| Oct 14 03:51:42.475 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/ufs/volcopy"
66892024-10-14T03:51:43.189Z[ recovery-image] Oct 14 03:51:42.475 INFO O| Oct 14 03:51:42.475 INFO STEP 842 (remove_files) COMPLETE
66902024-10-14T03:51:43.192Z[ recovery-image] Oct 14 03:51:42.475 INFO O| Oct 14 03:51:42.475 INFO STEP 843: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
66912024-10-14T03:51:43.230Z[ recovery-image] Oct 14 03:51:42.515 INFO O| Oct 14 03:51:42.515 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/gss/dh1024-0.so.1"
66922024-10-14T03:51:43.232Z[ recovery-image] Oct 14 03:51:42.515 INFO O| Oct 14 03:51:42.515 INFO STEP 843 (remove_files) COMPLETE
66932024-10-14T03:51:43.233Z[ recovery-image] Oct 14 03:51:42.515 INFO O| Oct 14 03:51:42.515 INFO STEP 844: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
66942024-10-14T03:51:43.292Z[ recovery-image] Oct 14 03:51:42.576 INFO O| Oct 14 03:51:42.576 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/gss/dh640-0.so.1"
66952024-10-14T03:51:43.292Z[ recovery-image] Oct 14 03:51:42.576 INFO O| Oct 14 03:51:42.576 INFO STEP 844 (remove_files) COMPLETE
66962024-10-14T03:51:43.294Z[ recovery-image] Oct 14 03:51:42.576 INFO O| Oct 14 03:51:42.576 INFO STEP 845: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
66972024-10-14T03:51:43.308Z[ recovery-image] Oct 14 03:51:42.594 INFO O| Oct 14 03:51:42.594 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/gss/gsscred_clean"
66982024-10-14T03:51:43.311Z[ recovery-image] Oct 14 03:51:42.594 INFO O| Oct 14 03:51:42.594 INFO STEP 845 (remove_files) COMPLETE
66992024-10-14T03:51:43.311Z[ recovery-image] Oct 14 03:51:42.594 INFO O| Oct 14 03:51:42.594 INFO STEP 846: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
67002024-10-14T03:51:43.325Z[ recovery-image] Oct 14 03:51:42.611 INFO O| Oct 14 03:51:42.610 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/gss/gssd"
67012024-10-14T03:51:43.325Z[ recovery-image] Oct 14 03:51:42.611 INFO O| Oct 14 03:51:42.611 INFO STEP 846 (remove_files) COMPLETE
67022024-10-14T03:51:43.328Z[ recovery-image] Oct 14 03:51:42.611 INFO O| Oct 14 03:51:42.611 INFO STEP 847: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
67032024-10-14T03:51:43.342Z[ recovery-image] Oct 14 03:51:42.628 INFO O| Oct 14 03:51:42.627 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/gss/mech_dh.so.1"
67042024-10-14T03:51:43.344Z[ recovery-image] Oct 14 03:51:42.628 INFO O| Oct 14 03:51:42.628 INFO STEP 847 (remove_files) COMPLETE
67052024-10-14T03:51:43.345Z[ recovery-image] Oct 14 03:51:42.628 INFO O| Oct 14 03:51:42.628 INFO STEP 848: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
67062024-10-14T03:51:43.359Z[ recovery-image] Oct 14 03:51:42.645 INFO O| Oct 14 03:51:42.645 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/gss/mech_krb5.so.1"
67072024-10-14T03:51:43.362Z[ recovery-image] Oct 14 03:51:42.645 INFO O| Oct 14 03:51:42.645 INFO STEP 848 (remove_files) COMPLETE
67082024-10-14T03:51:43.362Z[ recovery-image] Oct 14 03:51:42.645 INFO O| Oct 14 03:51:42.645 INFO STEP 849: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
67092024-10-14T03:51:43.397Z[ recovery-image] Oct 14 03:51:42.683 INFO O| Oct 14 03:51:42.683 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/gss/mech_spnego.so.1"
67102024-10-14T03:51:43.400Z[ recovery-image] Oct 14 03:51:42.683 INFO O| Oct 14 03:51:42.683 INFO STEP 849 (remove_files) COMPLETE
67112024-10-14T03:51:43.400Z[ recovery-image] Oct 14 03:51:42.683 INFO O| Oct 14 03:51:42.683 INFO STEP 850: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
67122024-10-14T03:51:43.418Z[ recovery-image] Oct 14 03:51:42.704 INFO O| Oct 14 03:51:42.703 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/inet/amd64/in.iked"
67132024-10-14T03:51:43.443Z[ recovery-image] Oct 14 03:51:42.729 INFO O| Oct 14 03:51:42.729 INFO STEP 850 (remove_files) COMPLETE
67142024-10-14T03:51:43.443Z[ recovery-image] Oct 14 03:51:42.729 INFO O| Oct 14 03:51:42.729 INFO STEP 851: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
67152024-10-14T03:51:43.463Z[ recovery-image] Oct 14 03:51:42.749 INFO O| Oct 14 03:51:42.749 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/inet/certdb"
67162024-10-14T03:51:43.467Z[ recovery-image] Oct 14 03:51:42.749 INFO O| Oct 14 03:51:42.749 INFO STEP 851 (remove_files) COMPLETE
67172024-10-14T03:51:43.467Z[ recovery-image] Oct 14 03:51:42.750 INFO O| Oct 14 03:51:42.750 INFO STEP 852: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
67182024-10-14T03:51:43.481Z[ recovery-image] Oct 14 03:51:42.767 INFO O| Oct 14 03:51:42.767 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/inet/certlocal"
67192024-10-14T03:51:43.484Z[ recovery-image] Oct 14 03:51:42.767 INFO O| Oct 14 03:51:42.767 INFO STEP 852 (remove_files) COMPLETE
67202024-10-14T03:51:43.484Z[ recovery-image] Oct 14 03:51:42.768 INFO O| Oct 14 03:51:42.768 INFO STEP 853: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
67212024-10-14T03:51:43.498Z[ recovery-image] Oct 14 03:51:42.784 INFO O| Oct 14 03:51:42.784 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/inet/certrldb"
67222024-10-14T03:51:43.501Z[ recovery-image] Oct 14 03:51:42.784 INFO O| Oct 14 03:51:42.784 INFO STEP 853 (remove_files) COMPLETE
67232024-10-14T03:51:43.501Z[ recovery-image] Oct 14 03:51:42.784 INFO O| Oct 14 03:51:42.784 INFO STEP 854: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
67242024-10-14T03:51:43.516Z[ recovery-image] Oct 14 03:51:42.801 INFO O| Oct 14 03:51:42.801 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/inet/in.iked"
67252024-10-14T03:51:43.519Z[ recovery-image] Oct 14 03:51:42.802 INFO O| Oct 14 03:51:42.802 INFO STEP 854 (remove_files) COMPLETE
67262024-10-14T03:51:43.519Z[ recovery-image] Oct 14 03:51:42.802 INFO O| Oct 14 03:51:42.802 INFO STEP 855: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
67272024-10-14T03:51:43.533Z[ recovery-image] Oct 14 03:51:42.819 INFO O| Oct 14 03:51:42.819 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/inet/in.ripngd"
67282024-10-14T03:51:43.536Z[ recovery-image] Oct 14 03:51:42.819 INFO O| Oct 14 03:51:42.819 INFO STEP 855 (remove_files) COMPLETE
67292024-10-14T03:51:43.536Z[ recovery-image] Oct 14 03:51:42.819 INFO O| Oct 14 03:51:42.819 INFO STEP 856: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
67302024-10-14T03:51:43.554Z[ recovery-image] Oct 14 03:51:42.840 INFO O| Oct 14 03:51:42.840 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/inet/inetd"
67312024-10-14T03:51:43.554Z[ recovery-image] Oct 14 03:51:42.840 INFO O| Oct 14 03:51:42.840 INFO STEP 856 (remove_files) COMPLETE
67322024-10-14T03:51:43.557Z[ recovery-image] Oct 14 03:51:42.840 INFO O| Oct 14 03:51:42.840 INFO STEP 857: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
67332024-10-14T03:51:43.611Z[ recovery-image] Oct 14 03:51:42.897 INFO O| Oct 14 03:51:42.897 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/krb5/amd64/libkadm5clnt.so.1"
67342024-10-14T03:51:43.614Z[ recovery-image] Oct 14 03:51:42.897 INFO O| Oct 14 03:51:42.897 INFO STEP 857 (remove_files) COMPLETE
67352024-10-14T03:51:43.614Z[ recovery-image] Oct 14 03:51:42.897 INFO O| Oct 14 03:51:42.897 INFO STEP 858: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
67362024-10-14T03:51:43.630Z[ recovery-image] Oct 14 03:51:42.916 INFO O| Oct 14 03:51:42.916 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/krb5/ktkt_warnd"
67372024-10-14T03:51:43.632Z[ recovery-image] Oct 14 03:51:42.916 INFO O| Oct 14 03:51:42.916 INFO STEP 858 (remove_files) COMPLETE
67382024-10-14T03:51:43.632Z[ recovery-image] Oct 14 03:51:42.916 INFO O| Oct 14 03:51:42.916 INFO STEP 859: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
67392024-10-14T03:51:43.647Z[ recovery-image] Oct 14 03:51:42.933 INFO O| Oct 14 03:51:42.933 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/krb5/libkadm5clnt.so.1"
67402024-10-14T03:51:43.650Z[ recovery-image] Oct 14 03:51:42.933 INFO O| Oct 14 03:51:42.933 INFO STEP 859 (remove_files) COMPLETE
67412024-10-14T03:51:43.650Z[ recovery-image] Oct 14 03:51:42.933 INFO O| Oct 14 03:51:42.933 INFO STEP 860: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
67422024-10-14T03:51:43.665Z[ recovery-image] Oct 14 03:51:42.951 INFO O| Oct 14 03:51:42.950 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/krb5/libss.so.1"
67432024-10-14T03:51:43.668Z[ recovery-image] Oct 14 03:51:42.951 INFO O| Oct 14 03:51:42.951 INFO STEP 860 (remove_files) COMPLETE
67442024-10-14T03:51:43.668Z[ recovery-image] Oct 14 03:51:42.951 INFO O| Oct 14 03:51:42.951 INFO STEP 861: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
67452024-10-14T03:51:43.683Z[ recovery-image] Oct 14 03:51:42.969 INFO O| Oct 14 03:51:42.969 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/krb5/plugins/preauth/pkinit.so.1"
67462024-10-14T03:51:43.686Z[ recovery-image] Oct 14 03:51:42.969 INFO O| Oct 14 03:51:42.969 INFO STEP 861 (remove_files) COMPLETE
67472024-10-14T03:51:43.686Z[ recovery-image] Oct 14 03:51:42.969 INFO O| Oct 14 03:51:42.969 INFO STEP 862: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
67482024-10-14T03:51:43.720Z[ recovery-image] Oct 14 03:51:43.006 INFO O| Oct 14 03:51:43.006 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/ld/map.above4G"
67492024-10-14T03:51:43.720Z[ recovery-image] Oct 14 03:51:43.006 INFO O| Oct 14 03:51:43.006 INFO STEP 862 (remove_files) COMPLETE
67502024-10-14T03:51:43.720Z[ recovery-image] Oct 14 03:51:43.006 INFO O| Oct 14 03:51:43.006 INFO STEP 863: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
67512024-10-14T03:51:43.740Z[ recovery-image] Oct 14 03:51:43.026 INFO O| Oct 14 03:51:43.026 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/ld/map.below4G"
67522024-10-14T03:51:43.740Z[ recovery-image] Oct 14 03:51:43.026 INFO O| Oct 14 03:51:43.026 INFO STEP 863 (remove_files) COMPLETE
67532024-10-14T03:51:43.740Z[ recovery-image] Oct 14 03:51:43.026 INFO O| Oct 14 03:51:43.026 INFO STEP 864: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
67542024-10-14T03:51:43.758Z[ recovery-image] Oct 14 03:51:43.044 INFO O| Oct 14 03:51:43.044 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/ld/map.bssalign"
67552024-10-14T03:51:43.761Z[ recovery-image] Oct 14 03:51:43.045 INFO O| Oct 14 03:51:43.044 INFO STEP 864 (remove_files) COMPLETE
67562024-10-14T03:51:43.761Z[ recovery-image] Oct 14 03:51:43.045 INFO O| Oct 14 03:51:43.045 INFO STEP 865: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
67572024-10-14T03:51:43.776Z[ recovery-image] Oct 14 03:51:43.062 INFO O| Oct 14 03:51:43.062 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/ld/map.default"
67582024-10-14T03:51:43.776Z[ recovery-image] Oct 14 03:51:43.062 INFO O| Oct 14 03:51:43.062 INFO STEP 865 (remove_files) COMPLETE
67592024-10-14T03:51:43.776Z[ recovery-image] Oct 14 03:51:43.062 INFO O| Oct 14 03:51:43.062 INFO STEP 866: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
67602024-10-14T03:51:43.795Z[ recovery-image] Oct 14 03:51:43.080 INFO O| Oct 14 03:51:43.080 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/ld/map.execdata"
67612024-10-14T03:51:43.795Z[ recovery-image] Oct 14 03:51:43.080 INFO O| Oct 14 03:51:43.080 INFO STEP 866 (remove_files) COMPLETE
67622024-10-14T03:51:43.795Z[ recovery-image] Oct 14 03:51:43.080 INFO O| Oct 14 03:51:43.080 INFO STEP 867: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
67632024-10-14T03:51:43.812Z[ recovery-image] Oct 14 03:51:43.098 INFO O| Oct 14 03:51:43.098 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/ld/map.filter"
67642024-10-14T03:51:43.812Z[ recovery-image] Oct 14 03:51:43.098 INFO O| Oct 14 03:51:43.098 INFO STEP 867 (remove_files) COMPLETE
67652024-10-14T03:51:43.815Z[ recovery-image] Oct 14 03:51:43.098 INFO O| Oct 14 03:51:43.098 INFO STEP 868: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
67662024-10-14T03:51:43.830Z[ recovery-image] Oct 14 03:51:43.115 INFO O| Oct 14 03:51:43.115 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/ld/map.noexbss"
67672024-10-14T03:51:43.830Z[ recovery-image] Oct 14 03:51:43.115 INFO O| Oct 14 03:51:43.115 INFO STEP 868 (remove_files) COMPLETE
67682024-10-14T03:51:43.830Z[ recovery-image] Oct 14 03:51:43.115 INFO O| Oct 14 03:51:43.115 INFO STEP 869: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
67692024-10-14T03:51:43.847Z[ recovery-image] Oct 14 03:51:43.132 INFO O| Oct 14 03:51:43.132 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/ld/map.noexdata"
67702024-10-14T03:51:43.847Z[ recovery-image] Oct 14 03:51:43.133 INFO O| Oct 14 03:51:43.132 INFO STEP 869 (remove_files) COMPLETE
67712024-10-14T03:51:43.849Z[ recovery-image] Oct 14 03:51:43.133 INFO O| Oct 14 03:51:43.133 INFO STEP 870: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
67722024-10-14T03:51:43.864Z[ recovery-image] Oct 14 03:51:43.149 INFO O| Oct 14 03:51:43.149 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/ld/map.noexstk"
67732024-10-14T03:51:43.866Z[ recovery-image] Oct 14 03:51:43.150 INFO O| Oct 14 03:51:43.150 INFO STEP 870 (remove_files) COMPLETE
67742024-10-14T03:51:43.867Z[ recovery-image] Oct 14 03:51:43.150 INFO O| Oct 14 03:51:43.150 INFO STEP 871: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
67752024-10-14T03:51:43.880Z[ recovery-image] Oct 14 03:51:43.166 INFO O| Oct 14 03:51:43.166 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/ld/map.pagealign"
67762024-10-14T03:51:43.883Z[ recovery-image] Oct 14 03:51:43.167 INFO O| Oct 14 03:51:43.166 INFO STEP 871 (remove_files) COMPLETE
67772024-10-14T03:51:43.883Z[ recovery-image] Oct 14 03:51:43.167 INFO O| Oct 14 03:51:43.167 INFO STEP 872: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
67782024-10-14T03:51:43.898Z[ recovery-image] Oct 14 03:51:43.184 INFO O| Oct 14 03:51:43.184 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/libc/libc_hwcap1.so.1"
67792024-10-14T03:51:43.901Z[ recovery-image] Oct 14 03:51:43.184 INFO O| Oct 14 03:51:43.184 INFO STEP 872 (remove_files) COMPLETE
67802024-10-14T03:51:43.901Z[ recovery-image] Oct 14 03:51:43.185 INFO O| Oct 14 03:51:43.184 INFO STEP 873: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
67812024-10-14T03:51:43.916Z[ recovery-image] Oct 14 03:51:43.202 INFO O| Oct 14 03:51:43.202 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/libc/libc_hwcap3.so.1"
67822024-10-14T03:51:43.919Z[ recovery-image] Oct 14 03:51:43.202 INFO O| Oct 14 03:51:43.202 INFO STEP 873 (remove_files) COMPLETE
67832024-10-14T03:51:43.919Z[ recovery-image] Oct 14 03:51:43.202 INFO O| Oct 14 03:51:43.202 INFO STEP 874: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
67842024-10-14T03:51:43.923Z[ host-image] Oct 14 03:51:43.209 INFO O| Oct 14 03:51:43.209 INFO O| Done
67852024-10-14T03:51:43.935Z[ recovery-image] Oct 14 03:51:43.220 INFO O| Oct 14 03:51:43.220 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/link_audit/amd64/ldprof.so.1"
67862024-10-14T03:51:43.937Z[ recovery-image] Oct 14 03:51:43.221 INFO O| Oct 14 03:51:43.221 INFO STEP 874 (remove_files) COMPLETE
67872024-10-14T03:51:43.937Z[ recovery-image] Oct 14 03:51:43.221 INFO O| Oct 14 03:51:43.221 INFO STEP 875: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
67882024-10-14T03:51:43.952Z[ recovery-image] Oct 14 03:51:43.238 INFO O| Oct 14 03:51:43.238 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/link_audit/amd64/truss.so.1"
67892024-10-14T03:51:43.955Z[ recovery-image] Oct 14 03:51:43.238 INFO O| Oct 14 03:51:43.238 INFO STEP 875 (remove_files) COMPLETE
67902024-10-14T03:51:43.955Z[ recovery-image] Oct 14 03:51:43.238 INFO O| Oct 14 03:51:43.238 INFO STEP 876: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
67912024-10-14T03:51:43.969Z[ host-image] Oct 14 03:51:43.255 INFO O| Oct 14 03:51:43.255 INFO O| Done
67922024-10-14T03:51:43.972Z[ host-image] Oct 14 03:51:43.256 INFO O| Oct 14 03:51:43.256 INFO O| Done
67932024-10-14T03:51:43.972Z[ recovery-image] Oct 14 03:51:43.256 INFO O| Oct 14 03:51:43.256 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/link_audit/amd64/who.so.1"
67942024-10-14T03:51:43.972Z[ recovery-image] Oct 14 03:51:43.257 INFO O| Oct 14 03:51:43.257 INFO STEP 876 (remove_files) COMPLETE
67952024-10-14T03:51:43.972Z[ recovery-image] Oct 14 03:51:43.257 INFO O| Oct 14 03:51:43.257 INFO STEP 877: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
67962024-10-14T03:51:43.988Z[ recovery-image] Oct 14 03:51:43.274 INFO O| Oct 14 03:51:43.274 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/link_audit/ldprof.so.1"
67972024-10-14T03:51:43.991Z[ recovery-image] Oct 14 03:51:43.274 INFO O| Oct 14 03:51:43.274 INFO STEP 877 (remove_files) COMPLETE
67982024-10-14T03:51:43.991Z[ recovery-image] Oct 14 03:51:43.274 INFO O| Oct 14 03:51:43.274 INFO STEP 878: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
67992024-10-14T03:51:44.007Z[ recovery-image] Oct 14 03:51:43.292 INFO O| Oct 14 03:51:43.292 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/link_audit/truss.so.1"
68002024-10-14T03:51:44.010Z[ recovery-image] Oct 14 03:51:43.292 INFO O| Oct 14 03:51:43.292 INFO STEP 878 (remove_files) COMPLETE
68012024-10-14T03:51:44.011Z[ recovery-image] Oct 14 03:51:43.292 INFO O| Oct 14 03:51:43.292 INFO STEP 879: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
68022024-10-14T03:51:44.023Z[ recovery-image] Oct 14 03:51:43.308 INFO O| Oct 14 03:51:43.308 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/link_audit/who.so.1"
68032024-10-14T03:51:44.025Z[ recovery-image] Oct 14 03:51:43.309 INFO O| Oct 14 03:51:43.309 INFO STEP 879 (remove_files) COMPLETE
68042024-10-14T03:51:44.025Z[ recovery-image] Oct 14 03:51:43.309 INFO O| Oct 14 03:51:43.309 INFO STEP 880: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
68052024-10-14T03:51:44.036Z[ host-image] Oct 14 03:51:43.322 INFO O| Oct 14 03:51:43.322 INFO O| Done
68062024-10-14T03:51:44.041Z[ recovery-image] Oct 14 03:51:43.326 INFO O| Oct 14 03:51:43.326 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/pci/pcidb"
68072024-10-14T03:51:44.043Z[ recovery-image] Oct 14 03:51:43.327 INFO O| Oct 14 03:51:43.327 INFO STEP 880 (remove_files) COMPLETE
68082024-10-14T03:51:44.043Z[ recovery-image] Oct 14 03:51:43.327 INFO O| Oct 14 03:51:43.327 INFO STEP 881: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
68092024-10-14T03:51:44.059Z[ recovery-image] Oct 14 03:51:43.344 INFO O| Oct 14 03:51:43.344 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/pci/pcidr_plugin.so"
68102024-10-14T03:51:44.059Z[ recovery-image] Oct 14 03:51:43.345 INFO O| Oct 14 03:51:43.345 INFO STEP 881 (remove_files) COMPLETE
68112024-10-14T03:51:44.061Z[ recovery-image] Oct 14 03:51:43.345 INFO O| Oct 14 03:51:43.345 INFO STEP 882: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
68122024-10-14T03:51:44.077Z[ recovery-image] Oct 14 03:51:43.362 INFO O| Oct 14 03:51:43.362 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/pci/pcieb"
68132024-10-14T03:51:44.079Z[ recovery-image] Oct 14 03:51:43.363 INFO O| Oct 14 03:51:43.363 INFO STEP 882 (remove_files) COMPLETE
68142024-10-14T03:51:44.079Z[ recovery-image] Oct 14 03:51:43.363 INFO O| Oct 14 03:51:43.363 INFO STEP 883: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
68152024-10-14T03:51:44.093Z[ recovery-image] Oct 14 03:51:43.379 INFO O| Oct 14 03:51:43.379 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/raidcfg/amd64/mpt.so.1"
68162024-10-14T03:51:44.097Z[ recovery-image] Oct 14 03:51:43.379 INFO O| Oct 14 03:51:43.379 INFO STEP 883 (remove_files) COMPLETE
68172024-10-14T03:51:44.097Z[ recovery-image] Oct 14 03:51:43.379 INFO O| Oct 14 03:51:43.379 INFO STEP 884: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
68182024-10-14T03:51:44.110Z[ recovery-image] Oct 14 03:51:43.396 INFO O| Oct 14 03:51:43.396 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/raidcfg/mpt.so.1"
68192024-10-14T03:51:44.113Z[ recovery-image] Oct 14 03:51:43.396 INFO O| Oct 14 03:51:43.396 INFO STEP 884 (remove_files) COMPLETE
68202024-10-14T03:51:44.113Z[ recovery-image] Oct 14 03:51:43.397 INFO O| Oct 14 03:51:43.396 INFO STEP 885: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
68212024-10-14T03:51:44.128Z[ recovery-image] Oct 14 03:51:43.414 INFO O| Oct 14 03:51:43.414 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/reparse/libreparse_smb.so.1"
68222024-10-14T03:51:44.131Z[ recovery-image] Oct 14 03:51:43.414 INFO O| Oct 14 03:51:43.414 INFO STEP 885 (remove_files) COMPLETE
68232024-10-14T03:51:44.131Z[ recovery-image] Oct 14 03:51:43.415 INFO O| Oct 14 03:51:43.414 INFO STEP 886: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
68242024-10-14T03:51:44.147Z[ recovery-image] Oct 14 03:51:43.432 INFO O| Oct 14 03:51:43.432 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/reparse/reparsed"
68252024-10-14T03:51:44.147Z[ recovery-image] Oct 14 03:51:43.432 INFO O| Oct 14 03:51:43.432 INFO STEP 886 (remove_files) COMPLETE
68262024-10-14T03:51:44.147Z[ recovery-image] Oct 14 03:51:43.432 INFO O| Oct 14 03:51:43.432 INFO STEP 887: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
68272024-10-14T03:51:44.163Z[ recovery-image] Oct 14 03:51:43.449 INFO O| Oct 14 03:51:43.449 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/saf/listen"
68282024-10-14T03:51:44.163Z[ recovery-image] Oct 14 03:51:43.449 INFO O| Oct 14 03:51:43.449 INFO STEP 887 (remove_files) COMPLETE
68292024-10-14T03:51:44.163Z[ recovery-image] Oct 14 03:51:43.449 INFO O| Oct 14 03:51:43.449 INFO STEP 888: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
68302024-10-14T03:51:44.184Z[ recovery-image] Oct 14 03:51:43.466 INFO O| Oct 14 03:51:43.465 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/saf/nlps_server"
68312024-10-14T03:51:44.184Z[ recovery-image] Oct 14 03:51:43.466 INFO O| Oct 14 03:51:43.466 INFO STEP 888 (remove_files) COMPLETE
68322024-10-14T03:51:44.184Z[ recovery-image] Oct 14 03:51:43.466 INFO O| Oct 14 03:51:43.466 INFO STEP 889: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
68332024-10-14T03:51:44.195Z[ host-image] Oct 14 03:51:43.481 INFO O| Oct 14 03:51:43.480 INFO STEP 13 (pkg_install) COMPLETE
68342024-10-14T03:51:44.195Z[ host-image] Oct 14 03:51:43.481 INFO O| Oct 14 03:51:43.481 INFO STEP 14: pkg_install, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-01-os.json
68352024-10-14T03:51:44.197Z[ recovery-image] Oct 14 03:51:43.481 INFO O| Oct 14 03:51:43.481 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/sasl/amd64/crammd5.so.1"
68362024-10-14T03:51:44.197Z[ recovery-image] Oct 14 03:51:43.481 INFO O| Oct 14 03:51:43.481 INFO STEP 889 (remove_files) COMPLETE
68372024-10-14T03:51:44.197Z[ recovery-image] Oct 14 03:51:43.482 INFO O| Oct 14 03:51:43.481 INFO STEP 890: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
68382024-10-14T03:51:44.212Z[ host-image] Oct 14 03:51:43.497 INFO O| Oct 14 03:51:43.497 INFO exec: ["/usr/bin/pkg", "-R", "/rpool/images/build/host/work/gimlet/ramdisk", "install", "/driver/network/opte@0.33.293"]
68392024-10-14T03:51:44.214Z[ recovery-image] Oct 14 03:51:43.498 INFO O| Oct 14 03:51:43.498 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/sasl/amd64/digestmd5.so.1"
68402024-10-14T03:51:44.214Z[ recovery-image] Oct 14 03:51:43.498 INFO O| Oct 14 03:51:43.498 INFO STEP 890 (remove_files) COMPLETE
68412024-10-14T03:51:44.214Z[ recovery-image] Oct 14 03:51:43.499 INFO O| Oct 14 03:51:43.499 INFO STEP 891: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
68422024-10-14T03:51:44.232Z[ recovery-image] Oct 14 03:51:43.517 INFO O| Oct 14 03:51:43.517 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/sasl/amd64/gssapi.so.1"
68432024-10-14T03:51:44.235Z[ recovery-image] Oct 14 03:51:43.518 INFO O| Oct 14 03:51:43.518 INFO STEP 891 (remove_files) COMPLETE
68442024-10-14T03:51:44.235Z[ recovery-image] Oct 14 03:51:43.518 INFO O| Oct 14 03:51:43.518 INFO STEP 892: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
68452024-10-14T03:51:44.250Z[ recovery-image] Oct 14 03:51:43.536 INFO O| Oct 14 03:51:43.536 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/sasl/amd64/login.so.1"
68462024-10-14T03:51:44.253Z[ recovery-image] Oct 14 03:51:43.536 INFO O| Oct 14 03:51:43.536 INFO STEP 892 (remove_files) COMPLETE
68472024-10-14T03:51:44.253Z[ recovery-image] Oct 14 03:51:43.536 INFO O| Oct 14 03:51:43.536 INFO STEP 893: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
68482024-10-14T03:51:44.267Z[ recovery-image] Oct 14 03:51:43.552 INFO O| Oct 14 03:51:43.552 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/sasl/amd64/plain.so.1"
68492024-10-14T03:51:44.267Z[ recovery-image] Oct 14 03:51:43.552 INFO O| Oct 14 03:51:43.552 INFO STEP 893 (remove_files) COMPLETE
68502024-10-14T03:51:44.267Z[ recovery-image] Oct 14 03:51:43.552 INFO O| Oct 14 03:51:43.552 INFO STEP 894: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
68512024-10-14T03:51:44.283Z[ recovery-image] Oct 14 03:51:43.568 INFO O| Oct 14 03:51:43.568 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/sasl/crammd5.so.1"
68522024-10-14T03:51:44.283Z[ recovery-image] Oct 14 03:51:43.569 INFO O| Oct 14 03:51:43.568 INFO STEP 894 (remove_files) COMPLETE
68532024-10-14T03:51:44.283Z[ recovery-image] Oct 14 03:51:43.569 INFO O| Oct 14 03:51:43.569 INFO STEP 895: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
68542024-10-14T03:51:44.299Z[ recovery-image] Oct 14 03:51:43.584 INFO O| Oct 14 03:51:43.584 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/sasl/digestmd5.so.1"
68552024-10-14T03:51:44.301Z[ recovery-image] Oct 14 03:51:43.584 INFO O| Oct 14 03:51:43.584 INFO STEP 895 (remove_files) COMPLETE
68562024-10-14T03:51:44.301Z[ recovery-image] Oct 14 03:51:43.585 INFO O| Oct 14 03:51:43.584 INFO STEP 896: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
68572024-10-14T03:51:44.310Z[ recovery-image] Oct 14 03:51:43.596 INFO O| Oct 14 03:51:43.596 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/sasl/gssapi.so.1"
68582024-10-14T03:51:44.313Z[ recovery-image] Oct 14 03:51:43.596 INFO O| Oct 14 03:51:43.596 INFO STEP 896 (remove_files) COMPLETE
68592024-10-14T03:51:44.313Z[ recovery-image] Oct 14 03:51:43.596 INFO O| Oct 14 03:51:43.596 INFO STEP 897: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
68602024-10-14T03:51:44.325Z[ recovery-image] Oct 14 03:51:43.611 INFO O| Oct 14 03:51:43.611 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/sasl/login.so.1"
68612024-10-14T03:51:44.328Z[ recovery-image] Oct 14 03:51:43.611 INFO O| Oct 14 03:51:43.611 INFO STEP 897 (remove_files) COMPLETE
68622024-10-14T03:51:44.328Z[ recovery-image] Oct 14 03:51:43.611 INFO O| Oct 14 03:51:43.611 INFO STEP 898: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
68632024-10-14T03:51:44.340Z[ recovery-image] Oct 14 03:51:43.626 INFO O| Oct 14 03:51:43.626 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/sasl/plain.so.1"
68642024-10-14T03:51:44.340Z[ recovery-image] Oct 14 03:51:43.626 INFO O| Oct 14 03:51:43.626 INFO STEP 898 (remove_files) COMPLETE
68652024-10-14T03:51:44.340Z[ recovery-image] Oct 14 03:51:43.626 INFO O| Oct 14 03:51:43.626 INFO STEP 899: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
68662024-10-14T03:51:44.356Z[ recovery-image] Oct 14 03:51:43.642 INFO O| Oct 14 03:51:43.642 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/amd64/crypt_bsdbf.so.1"
68672024-10-14T03:51:44.359Z[ recovery-image] Oct 14 03:51:43.642 INFO O| Oct 14 03:51:43.642 INFO STEP 899 (remove_files) COMPLETE
68682024-10-14T03:51:44.359Z[ recovery-image] Oct 14 03:51:43.642 INFO O| Oct 14 03:51:43.642 INFO STEP 900: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
68692024-10-14T03:51:44.372Z[ recovery-image] Oct 14 03:51:43.658 INFO O| Oct 14 03:51:43.658 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/amd64/crypt_bsdmd5.so.1"
68702024-10-14T03:51:44.373Z[ recovery-image] Oct 14 03:51:43.658 INFO O| Oct 14 03:51:43.658 INFO STEP 900 (remove_files) COMPLETE
68712024-10-14T03:51:44.375Z[ recovery-image] Oct 14 03:51:43.658 INFO O| Oct 14 03:51:43.658 INFO STEP 901: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
68722024-10-14T03:51:44.388Z[ recovery-image] Oct 14 03:51:43.674 INFO O| Oct 14 03:51:43.674 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/amd64/crypt_sha256.so.1"
68732024-10-14T03:51:44.388Z[ recovery-image] Oct 14 03:51:43.674 INFO O| Oct 14 03:51:43.674 INFO STEP 901 (remove_files) COMPLETE
68742024-10-14T03:51:44.391Z[ recovery-image] Oct 14 03:51:43.674 INFO O| Oct 14 03:51:43.674 INFO STEP 902: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
68752024-10-14T03:51:44.400Z[ recovery-image] Oct 14 03:51:43.686 INFO O| Oct 14 03:51:43.686 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/amd64/crypt_sha512.so.1"
68762024-10-14T03:51:44.403Z[ recovery-image] Oct 14 03:51:43.687 INFO O| Oct 14 03:51:43.687 INFO STEP 902 (remove_files) COMPLETE
68772024-10-14T03:51:44.403Z[ recovery-image] Oct 14 03:51:43.687 INFO O| Oct 14 03:51:43.687 INFO STEP 903: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
68782024-10-14T03:51:44.412Z[ recovery-image] Oct 14 03:51:43.698 INFO O| Oct 14 03:51:43.698 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/amd64/crypt_sunmd5.so.1"
68792024-10-14T03:51:44.412Z[ recovery-image] Oct 14 03:51:43.698 INFO O| Oct 14 03:51:43.698 INFO STEP 903 (remove_files) COMPLETE
68802024-10-14T03:51:44.415Z[ recovery-image] Oct 14 03:51:43.698 INFO O| Oct 14 03:51:43.698 INFO STEP 904: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
68812024-10-14T03:51:44.428Z[ recovery-image] Oct 14 03:51:43.714 INFO O| Oct 14 03:51:43.714 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/amd64/pam_allow.so.1"
68822024-10-14T03:51:44.428Z[ recovery-image] Oct 14 03:51:43.714 INFO O| Oct 14 03:51:43.714 INFO STEP 904 (remove_files) COMPLETE
68832024-10-14T03:51:44.428Z[ recovery-image] Oct 14 03:51:43.714 INFO O| Oct 14 03:51:43.714 INFO STEP 905: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
68842024-10-14T03:51:44.440Z[ recovery-image] Oct 14 03:51:43.726 INFO O| Oct 14 03:51:43.725 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/amd64/pam_authtok_check.so.1"
68852024-10-14T03:51:44.440Z[ recovery-image] Oct 14 03:51:43.726 INFO O| Oct 14 03:51:43.726 INFO STEP 905 (remove_files) COMPLETE
68862024-10-14T03:51:44.440Z[ recovery-image] Oct 14 03:51:43.726 INFO O| Oct 14 03:51:43.726 INFO STEP 906: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
68872024-10-14T03:51:44.451Z[ recovery-image] Oct 14 03:51:43.737 INFO O| Oct 14 03:51:43.737 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/amd64/pam_authtok_get.so.1"
68882024-10-14T03:51:44.451Z[ recovery-image] Oct 14 03:51:43.737 INFO O| Oct 14 03:51:43.737 INFO STEP 906 (remove_files) COMPLETE
68892024-10-14T03:51:44.454Z[ recovery-image] Oct 14 03:51:43.737 INFO O| Oct 14 03:51:43.737 INFO STEP 907: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
68902024-10-14T03:51:44.467Z[ recovery-image] Oct 14 03:51:43.753 INFO O| Oct 14 03:51:43.752 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/amd64/pam_authtok_store.so.1"
68912024-10-14T03:51:44.467Z[ recovery-image] Oct 14 03:51:43.753 INFO O| Oct 14 03:51:43.753 INFO STEP 907 (remove_files) COMPLETE
68922024-10-14T03:51:44.470Z[ recovery-image] Oct 14 03:51:43.753 INFO O| Oct 14 03:51:43.753 INFO STEP 908: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
68932024-10-14T03:51:44.483Z[ recovery-image] Oct 14 03:51:43.768 INFO O| Oct 14 03:51:43.768 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/amd64/pam_deny.so.1"
68942024-10-14T03:51:44.483Z[ recovery-image] Oct 14 03:51:43.768 INFO O| Oct 14 03:51:43.768 INFO STEP 908 (remove_files) COMPLETE
68952024-10-14T03:51:44.483Z[ recovery-image] Oct 14 03:51:43.768 INFO O| Oct 14 03:51:43.768 INFO STEP 909: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
68962024-10-14T03:51:44.494Z[ recovery-image] Oct 14 03:51:43.779 INFO O| Oct 14 03:51:43.779 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/amd64/pam_dhkeys.so.1"
68972024-10-14T03:51:44.494Z[ recovery-image] Oct 14 03:51:43.779 INFO O| Oct 14 03:51:43.779 INFO STEP 909 (remove_files) COMPLETE
68982024-10-14T03:51:44.496Z[ recovery-image] Oct 14 03:51:43.779 INFO O| Oct 14 03:51:43.779 INFO STEP 910: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
68992024-10-14T03:51:44.505Z[ recovery-image] Oct 14 03:51:43.790 INFO O| Oct 14 03:51:43.790 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/amd64/pam_dial_auth.so.1"
69002024-10-14T03:51:44.505Z[ recovery-image] Oct 14 03:51:43.790 INFO O| Oct 14 03:51:43.790 INFO STEP 910 (remove_files) COMPLETE
69012024-10-14T03:51:44.507Z[ recovery-image] Oct 14 03:51:43.790 INFO O| Oct 14 03:51:43.790 INFO STEP 911: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
69022024-10-14T03:51:44.519Z[ recovery-image] Oct 14 03:51:43.804 INFO O| Oct 14 03:51:43.804 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/amd64/pam_krb5.so.1"
69032024-10-14T03:51:44.519Z[ recovery-image] Oct 14 03:51:43.804 INFO O| Oct 14 03:51:43.804 INFO STEP 911 (remove_files) COMPLETE
69042024-10-14T03:51:44.521Z[ recovery-image] Oct 14 03:51:43.804 INFO O| Oct 14 03:51:43.804 INFO STEP 912: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
69052024-10-14T03:51:44.534Z[ recovery-image] Oct 14 03:51:43.820 INFO O| Oct 14 03:51:43.820 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/amd64/pam_krb5_migrate.so.1"
69062024-10-14T03:51:44.535Z[ recovery-image] Oct 14 03:51:43.820 INFO O| Oct 14 03:51:43.820 INFO STEP 912 (remove_files) COMPLETE
69072024-10-14T03:51:44.535Z[ recovery-image] Oct 14 03:51:43.820 INFO O| Oct 14 03:51:43.820 INFO STEP 913: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
69082024-10-14T03:51:44.551Z[ recovery-image] Oct 14 03:51:43.837 INFO O| Oct 14 03:51:43.836 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/amd64/pam_ldap.so.1"
69092024-10-14T03:51:44.554Z[ recovery-image] Oct 14 03:51:43.837 INFO O| Oct 14 03:51:43.837 INFO STEP 913 (remove_files) COMPLETE
69102024-10-14T03:51:44.554Z[ recovery-image] Oct 14 03:51:43.837 INFO O| Oct 14 03:51:43.837 INFO STEP 914: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
69112024-10-14T03:51:44.568Z[ recovery-image] Oct 14 03:51:43.854 INFO O| Oct 14 03:51:43.854 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/amd64/pam_list.so.1"
69122024-10-14T03:51:44.568Z[ recovery-image] Oct 14 03:51:43.854 INFO O| Oct 14 03:51:43.854 INFO STEP 914 (remove_files) COMPLETE
69132024-10-14T03:51:44.571Z[ recovery-image] Oct 14 03:51:43.854 INFO O| Oct 14 03:51:43.854 INFO STEP 915: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
69142024-10-14T03:51:44.585Z[ recovery-image] Oct 14 03:51:43.871 INFO O| Oct 14 03:51:43.871 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/amd64/pam_passwd_auth.so.1"
69152024-10-14T03:51:44.585Z[ recovery-image] Oct 14 03:51:43.871 INFO O| Oct 14 03:51:43.871 INFO STEP 915 (remove_files) COMPLETE
69162024-10-14T03:51:44.585Z[ recovery-image] Oct 14 03:51:43.871 INFO O| Oct 14 03:51:43.871 INFO STEP 916: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
69172024-10-14T03:51:44.603Z[ recovery-image] Oct 14 03:51:43.889 INFO O| Oct 14 03:51:43.889 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/amd64/pam_rhosts_auth.so.1"
69182024-10-14T03:51:44.603Z[ recovery-image] Oct 14 03:51:43.889 INFO O| Oct 14 03:51:43.889 INFO STEP 916 (remove_files) COMPLETE
69192024-10-14T03:51:44.606Z[ recovery-image] Oct 14 03:51:43.889 INFO O| Oct 14 03:51:43.889 INFO STEP 917: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
69202024-10-14T03:51:44.621Z[ recovery-image] Oct 14 03:51:43.907 INFO O| Oct 14 03:51:43.907 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/amd64/pam_roles.so.1"
69212024-10-14T03:51:44.621Z[ recovery-image] Oct 14 03:51:43.907 INFO O| Oct 14 03:51:43.907 INFO STEP 917 (remove_files) COMPLETE
69222024-10-14T03:51:44.621Z[ recovery-image] Oct 14 03:51:43.907 INFO O| Oct 14 03:51:43.907 INFO STEP 918: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
69232024-10-14T03:51:44.638Z[ recovery-image] Oct 14 03:51:43.924 INFO O| Oct 14 03:51:43.924 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/amd64/pam_sample.so.1"
69242024-10-14T03:51:44.638Z[ recovery-image] Oct 14 03:51:43.924 INFO O| Oct 14 03:51:43.924 INFO STEP 918 (remove_files) COMPLETE
69252024-10-14T03:51:44.641Z[ recovery-image] Oct 14 03:51:43.924 INFO O| Oct 14 03:51:43.924 INFO STEP 919: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
69262024-10-14T03:51:44.654Z[ recovery-image] Oct 14 03:51:43.940 INFO O| Oct 14 03:51:43.940 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/amd64/pam_smb_passwd.so.1"
69272024-10-14T03:51:44.654Z[ recovery-image] Oct 14 03:51:43.940 INFO O| Oct 14 03:51:43.940 INFO STEP 919 (remove_files) COMPLETE
69282024-10-14T03:51:44.656Z[ recovery-image] Oct 14 03:51:43.940 INFO O| Oct 14 03:51:43.940 INFO STEP 920: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
69292024-10-14T03:51:44.670Z[ recovery-image] Oct 14 03:51:43.956 INFO O| Oct 14 03:51:43.956 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/amd64/pam_smbfs_login.so.1"
69302024-10-14T03:51:44.670Z[ recovery-image] Oct 14 03:51:43.956 INFO O| Oct 14 03:51:43.956 INFO STEP 920 (remove_files) COMPLETE
69312024-10-14T03:51:44.673Z[ recovery-image] Oct 14 03:51:43.956 INFO O| Oct 14 03:51:43.956 INFO STEP 921: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
69322024-10-14T03:51:44.686Z[ recovery-image] Oct 14 03:51:43.972 INFO O| Oct 14 03:51:43.971 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/amd64/pam_timestamp.so.1"
69332024-10-14T03:51:44.686Z[ recovery-image] Oct 14 03:51:43.972 INFO O| Oct 14 03:51:43.972 INFO STEP 921 (remove_files) COMPLETE
69342024-10-14T03:51:44.689Z[ recovery-image] Oct 14 03:51:43.972 INFO O| Oct 14 03:51:43.972 INFO STEP 922: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
69352024-10-14T03:51:44.700Z[ recovery-image] Oct 14 03:51:43.986 INFO O| Oct 14 03:51:43.986 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/amd64/pam_tsol_account.so.1"
69362024-10-14T03:51:44.700Z[ recovery-image] Oct 14 03:51:43.986 INFO O| Oct 14 03:51:43.986 INFO STEP 922 (remove_files) COMPLETE
69372024-10-14T03:51:44.700Z[ recovery-image] Oct 14 03:51:43.986 INFO O| Oct 14 03:51:43.986 INFO STEP 923: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
69382024-10-14T03:51:44.714Z[ recovery-image] Oct 14 03:51:43.999 INFO O| Oct 14 03:51:43.999 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/amd64/pam_unix_account.so.1"
69392024-10-14T03:51:44.714Z[ recovery-image] Oct 14 03:51:44.000 INFO O| Oct 14 03:51:44.000 INFO STEP 923 (remove_files) COMPLETE
69402024-10-14T03:51:44.716Z[ recovery-image] Oct 14 03:51:44.000 INFO O| Oct 14 03:51:44.000 INFO STEP 924: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
69412024-10-14T03:51:44.730Z[ recovery-image] Oct 14 03:51:44.016 INFO O| Oct 14 03:51:44.016 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/amd64/pam_unix_auth.so.1"
69422024-10-14T03:51:44.730Z[ recovery-image] Oct 14 03:51:44.016 INFO O| Oct 14 03:51:44.016 INFO STEP 924 (remove_files) COMPLETE
69432024-10-14T03:51:44.733Z[ recovery-image] Oct 14 03:51:44.016 INFO O| Oct 14 03:51:44.016 INFO STEP 925: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
69442024-10-14T03:51:44.743Z[ recovery-image] Oct 14 03:51:44.028 INFO O| Oct 14 03:51:44.028 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/amd64/pam_unix_cred.so.1"
69452024-10-14T03:51:44.743Z[ recovery-image] Oct 14 03:51:44.028 INFO O| Oct 14 03:51:44.028 INFO STEP 925 (remove_files) COMPLETE
69462024-10-14T03:51:44.743Z[ recovery-image] Oct 14 03:51:44.028 INFO O| Oct 14 03:51:44.028 INFO STEP 926: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
69472024-10-14T03:51:44.755Z[ recovery-image] Oct 14 03:51:44.040 INFO O| Oct 14 03:51:44.040 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/amd64/pam_unix_session.so.1"
69482024-10-14T03:51:44.757Z[ recovery-image] Oct 14 03:51:44.041 INFO O| Oct 14 03:51:44.040 INFO STEP 926 (remove_files) COMPLETE
69492024-10-14T03:51:44.757Z[ recovery-image] Oct 14 03:51:44.041 INFO O| Oct 14 03:51:44.041 INFO STEP 927: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
69502024-10-14T03:51:44.766Z[ recovery-image] Oct 14 03:51:44.052 INFO O| Oct 14 03:51:44.052 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/amd64/pkcs11_kernel.so.1"
69512024-10-14T03:51:44.766Z[ recovery-image] Oct 14 03:51:44.052 INFO O| Oct 14 03:51:44.052 INFO STEP 927 (remove_files) COMPLETE
69522024-10-14T03:51:44.769Z[ recovery-image] Oct 14 03:51:44.052 INFO O| Oct 14 03:51:44.052 INFO STEP 928: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
69532024-10-14T03:51:44.784Z[ recovery-image] Oct 14 03:51:44.070 INFO O| Oct 14 03:51:44.070 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/amd64/pkcs11_softtoken.so.1"
69542024-10-14T03:51:44.784Z[ recovery-image] Oct 14 03:51:44.070 INFO O| Oct 14 03:51:44.070 INFO STEP 928 (remove_files) COMPLETE
69552024-10-14T03:51:44.784Z[ recovery-image] Oct 14 03:51:44.070 INFO O| Oct 14 03:51:44.070 INFO STEP 929: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
69562024-10-14T03:51:44.802Z[ recovery-image] Oct 14 03:51:44.087 INFO O| Oct 14 03:51:44.087 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/amd64/pkcs11_tpm.so.1"
69572024-10-14T03:51:44.802Z[ recovery-image] Oct 14 03:51:44.087 INFO O| Oct 14 03:51:44.087 INFO STEP 929 (remove_files) COMPLETE
69582024-10-14T03:51:44.802Z[ recovery-image] Oct 14 03:51:44.087 INFO O| Oct 14 03:51:44.087 INFO STEP 930: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
69592024-10-14T03:51:44.819Z[ recovery-image] Oct 14 03:51:44.105 INFO O| Oct 14 03:51:44.105 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/audit_binfile.so.1"
69602024-10-14T03:51:44.819Z[ recovery-image] Oct 14 03:51:44.105 INFO O| Oct 14 03:51:44.105 INFO STEP 930 (remove_files) COMPLETE
69612024-10-14T03:51:44.819Z[ recovery-image] Oct 14 03:51:44.105 INFO O| Oct 14 03:51:44.105 INFO STEP 931: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
69622024-10-14T03:51:44.838Z[ recovery-image] Oct 14 03:51:44.123 INFO O| Oct 14 03:51:44.123 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/audit_remote.so.1"
69632024-10-14T03:51:44.838Z[ recovery-image] Oct 14 03:51:44.123 INFO O| Oct 14 03:51:44.123 INFO STEP 931 (remove_files) COMPLETE
69642024-10-14T03:51:44.840Z[ recovery-image] Oct 14 03:51:44.123 INFO O| Oct 14 03:51:44.123 INFO STEP 932: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
69652024-10-14T03:51:44.855Z[ recovery-image] Oct 14 03:51:44.141 INFO O| Oct 14 03:51:44.140 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/audit_syslog.so.1"
69662024-10-14T03:51:44.855Z[ recovery-image] Oct 14 03:51:44.141 INFO O| Oct 14 03:51:44.141 INFO STEP 932 (remove_files) COMPLETE
69672024-10-14T03:51:44.856Z[ recovery-image] Oct 14 03:51:44.141 INFO O| Oct 14 03:51:44.141 INFO STEP 933: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
69682024-10-14T03:51:44.872Z[ recovery-image] Oct 14 03:51:44.158 INFO O| Oct 14 03:51:44.158 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/crypt_bsdbf.so.1"
69692024-10-14T03:51:44.872Z[ recovery-image] Oct 14 03:51:44.158 INFO O| Oct 14 03:51:44.158 INFO STEP 933 (remove_files) COMPLETE
69702024-10-14T03:51:44.875Z[ recovery-image] Oct 14 03:51:44.158 INFO O| Oct 14 03:51:44.158 INFO STEP 934: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
69712024-10-14T03:51:44.890Z[ recovery-image] Oct 14 03:51:44.175 INFO O| Oct 14 03:51:44.175 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/crypt_bsdmd5.so.1"
69722024-10-14T03:51:44.890Z[ recovery-image] Oct 14 03:51:44.175 INFO O| Oct 14 03:51:44.175 INFO STEP 934 (remove_files) COMPLETE
69732024-10-14T03:51:44.890Z[ recovery-image] Oct 14 03:51:44.176 INFO O| Oct 14 03:51:44.175 INFO STEP 935: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
69742024-10-14T03:51:44.904Z[ host-image] Oct 14 03:51:44.189 INFO O| Oct 14 03:51:44.189 INFO O| Startup: Refreshing catalog 'helios-dev' ... Done
69752024-10-14T03:51:44.906Z[ recovery-image] Oct 14 03:51:44.191 INFO O| Oct 14 03:51:44.191 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/crypt_sha256.so.1"
69762024-10-14T03:51:44.906Z[ recovery-image] Oct 14 03:51:44.192 INFO O| Oct 14 03:51:44.191 INFO STEP 935 (remove_files) COMPLETE
69772024-10-14T03:51:44.906Z[ recovery-image] Oct 14 03:51:44.192 INFO O| Oct 14 03:51:44.191 INFO STEP 936: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
69782024-10-14T03:51:44.923Z[ recovery-image] Oct 14 03:51:44.208 INFO O| Oct 14 03:51:44.208 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/crypt_sha512.so.1"
69792024-10-14T03:51:44.925Z[ recovery-image] Oct 14 03:51:44.209 INFO O| Oct 14 03:51:44.209 INFO STEP 936 (remove_files) COMPLETE
69802024-10-14T03:51:44.925Z[ recovery-image] Oct 14 03:51:44.209 INFO O| Oct 14 03:51:44.209 INFO STEP 937: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
69812024-10-14T03:51:44.942Z[ recovery-image] Oct 14 03:51:44.227 INFO O| Oct 14 03:51:44.227 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/crypt_sunmd5.so.1"
69822024-10-14T03:51:44.942Z[ recovery-image] Oct 14 03:51:44.227 INFO O| Oct 14 03:51:44.227 INFO STEP 937 (remove_files) COMPLETE
69832024-10-14T03:51:44.944Z[ recovery-image] Oct 14 03:51:44.227 INFO O| Oct 14 03:51:44.227 INFO STEP 938: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
69842024-10-14T03:51:44.958Z[ recovery-image] Oct 14 03:51:44.244 INFO O| Oct 14 03:51:44.243 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/pam_allow.so.1"
69852024-10-14T03:51:44.958Z[ recovery-image] Oct 14 03:51:44.244 INFO O| Oct 14 03:51:44.244 INFO STEP 938 (remove_files) COMPLETE
69862024-10-14T03:51:44.958Z[ recovery-image] Oct 14 03:51:44.244 INFO O| Oct 14 03:51:44.244 INFO STEP 939: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
69872024-10-14T03:51:44.975Z[ recovery-image] Oct 14 03:51:44.260 INFO O| Oct 14 03:51:44.260 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/pam_authtok_check.so.1"
69882024-10-14T03:51:44.975Z[ recovery-image] Oct 14 03:51:44.260 INFO O| Oct 14 03:51:44.260 INFO STEP 939 (remove_files) COMPLETE
69892024-10-14T03:51:44.977Z[ recovery-image] Oct 14 03:51:44.260 INFO O| Oct 14 03:51:44.260 INFO STEP 940: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
69902024-10-14T03:51:44.991Z[ recovery-image] Oct 14 03:51:44.276 INFO O| Oct 14 03:51:44.276 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/pam_authtok_store.so.1"
69912024-10-14T03:51:44.991Z[ recovery-image] Oct 14 03:51:44.277 INFO O| Oct 14 03:51:44.276 INFO STEP 940 (remove_files) COMPLETE
69922024-10-14T03:51:44.994Z[ recovery-image] Oct 14 03:51:44.277 INFO O| Oct 14 03:51:44.277 INFO STEP 941: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
69932024-10-14T03:51:45.009Z[ recovery-image] Oct 14 03:51:44.294 INFO O| Oct 14 03:51:44.294 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/pam_deny.so.1"
69942024-10-14T03:51:45.009Z[ recovery-image] Oct 14 03:51:44.294 INFO O| Oct 14 03:51:44.294 INFO STEP 941 (remove_files) COMPLETE
69952024-10-14T03:51:45.009Z[ recovery-image] Oct 14 03:51:44.294 INFO O| Oct 14 03:51:44.294 INFO STEP 942: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
69962024-10-14T03:51:45.026Z[ recovery-image] Oct 14 03:51:44.312 INFO O| Oct 14 03:51:44.312 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/pam_krb5.so.1"
69972024-10-14T03:51:45.026Z[ recovery-image] Oct 14 03:51:44.312 INFO O| Oct 14 03:51:44.312 INFO STEP 942 (remove_files) COMPLETE
69982024-10-14T03:51:45.027Z[ recovery-image] Oct 14 03:51:44.312 INFO O| Oct 14 03:51:44.312 INFO STEP 943: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
69992024-10-14T03:51:45.045Z[ recovery-image] Oct 14 03:51:44.330 INFO O| Oct 14 03:51:44.330 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/pam_krb5_migrate.so.1"
70002024-10-14T03:51:45.045Z[ recovery-image] Oct 14 03:51:44.330 INFO O| Oct 14 03:51:44.330 INFO STEP 943 (remove_files) COMPLETE
70012024-10-14T03:51:45.045Z[ recovery-image] Oct 14 03:51:44.330 INFO O| Oct 14 03:51:44.330 INFO STEP 944: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
70022024-10-14T03:51:45.064Z[ recovery-image] Oct 14 03:51:44.349 INFO O| Oct 14 03:51:44.349 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/pam_ldap.so.1"
70032024-10-14T03:51:45.064Z[ recovery-image] Oct 14 03:51:44.349 INFO O| Oct 14 03:51:44.349 INFO STEP 944 (remove_files) COMPLETE
70042024-10-14T03:51:45.064Z[ recovery-image] Oct 14 03:51:44.349 INFO O| Oct 14 03:51:44.349 INFO STEP 945: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
70052024-10-14T03:51:45.080Z[ recovery-image] Oct 14 03:51:44.365 INFO O| Oct 14 03:51:44.365 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/pam_list.so.1"
70062024-10-14T03:51:45.080Z[ recovery-image] Oct 14 03:51:44.365 INFO O| Oct 14 03:51:44.365 INFO STEP 945 (remove_files) COMPLETE
70072024-10-14T03:51:45.080Z[ recovery-image] Oct 14 03:51:44.365 INFO O| Oct 14 03:51:44.365 INFO STEP 946: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
70082024-10-14T03:51:45.095Z[ recovery-image] Oct 14 03:51:44.380 INFO O| Oct 14 03:51:44.380 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/pam_passwd_auth.so.1"
70092024-10-14T03:51:45.097Z[ recovery-image] Oct 14 03:51:44.381 INFO O| Oct 14 03:51:44.380 INFO STEP 946 (remove_files) COMPLETE
70102024-10-14T03:51:45.098Z[ recovery-image] Oct 14 03:51:44.381 INFO O| Oct 14 03:51:44.380 INFO STEP 947: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
70112024-10-14T03:51:45.111Z[ recovery-image] Oct 14 03:51:44.397 INFO O| Oct 14 03:51:44.397 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/pam_rhosts_auth.so.1"
70122024-10-14T03:51:45.111Z[ recovery-image] Oct 14 03:51:44.397 INFO O| Oct 14 03:51:44.397 INFO STEP 947 (remove_files) COMPLETE
70132024-10-14T03:51:45.114Z[ recovery-image] Oct 14 03:51:44.397 INFO O| Oct 14 03:51:44.397 INFO STEP 948: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
70142024-10-14T03:51:45.127Z[ recovery-image] Oct 14 03:51:44.412 INFO O| Oct 14 03:51:44.412 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/pam_sample.so.1"
70152024-10-14T03:51:45.127Z[ recovery-image] Oct 14 03:51:44.412 INFO O| Oct 14 03:51:44.412 INFO STEP 948 (remove_files) COMPLETE
70162024-10-14T03:51:45.130Z[ recovery-image] Oct 14 03:51:44.412 INFO O| Oct 14 03:51:44.412 INFO STEP 949: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
70172024-10-14T03:51:45.143Z[ recovery-image] Oct 14 03:51:44.429 INFO O| Oct 14 03:51:44.428 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/pam_smb_passwd.so.1"
70182024-10-14T03:51:45.143Z[ recovery-image] Oct 14 03:51:44.429 INFO O| Oct 14 03:51:44.429 INFO STEP 949 (remove_files) COMPLETE
70192024-10-14T03:51:45.143Z[ recovery-image] Oct 14 03:51:44.429 INFO O| Oct 14 03:51:44.429 INFO STEP 950: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
70202024-10-14T03:51:45.161Z[ recovery-image] Oct 14 03:51:44.447 INFO O| Oct 14 03:51:44.446 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/pam_smbfs_login.so.1"
70212024-10-14T03:51:45.161Z[ recovery-image] Oct 14 03:51:44.447 INFO O| Oct 14 03:51:44.447 INFO STEP 950 (remove_files) COMPLETE
70222024-10-14T03:51:45.161Z[ recovery-image] Oct 14 03:51:44.447 INFO O| Oct 14 03:51:44.447 INFO STEP 951: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
70232024-10-14T03:51:45.175Z[ recovery-image] Oct 14 03:51:44.461 INFO O| Oct 14 03:51:44.460 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/pam_timestamp.so.1"
70242024-10-14T03:51:45.175Z[ recovery-image] Oct 14 03:51:44.461 INFO O| Oct 14 03:51:44.461 INFO STEP 951 (remove_files) COMPLETE
70252024-10-14T03:51:45.178Z[ recovery-image] Oct 14 03:51:44.461 INFO O| Oct 14 03:51:44.461 INFO STEP 952: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
70262024-10-14T03:51:45.190Z[ recovery-image] Oct 14 03:51:44.476 INFO O| Oct 14 03:51:44.476 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/pam_tsol_account.so.1"
70272024-10-14T03:51:45.190Z[ recovery-image] Oct 14 03:51:44.476 INFO O| Oct 14 03:51:44.476 INFO STEP 952 (remove_files) COMPLETE
70282024-10-14T03:51:45.193Z[ recovery-image] Oct 14 03:51:44.476 INFO O| Oct 14 03:51:44.476 INFO STEP 953: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
70292024-10-14T03:51:45.205Z[ recovery-image] Oct 14 03:51:44.491 INFO O| Oct 14 03:51:44.491 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/pkcs11_kernel.so.1"
70302024-10-14T03:51:45.205Z[ recovery-image] Oct 14 03:51:44.491 INFO O| Oct 14 03:51:44.491 INFO STEP 953 (remove_files) COMPLETE
70312024-10-14T03:51:45.205Z[ recovery-image] Oct 14 03:51:44.491 INFO O| Oct 14 03:51:44.491 INFO STEP 954: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
70322024-10-14T03:51:45.216Z[ recovery-image] Oct 14 03:51:44.502 INFO O| Oct 14 03:51:44.502 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/pkcs11_softtoken.so.1"
70332024-10-14T03:51:45.216Z[ recovery-image] Oct 14 03:51:44.502 INFO O| Oct 14 03:51:44.502 INFO STEP 954 (remove_files) COMPLETE
70342024-10-14T03:51:45.219Z[ recovery-image] Oct 14 03:51:44.502 INFO O| Oct 14 03:51:44.502 INFO STEP 955: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
70352024-10-14T03:51:45.227Z[ recovery-image] Oct 14 03:51:44.513 INFO O| Oct 14 03:51:44.513 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/pkcs11_tpm.so.1"
70362024-10-14T03:51:45.227Z[ recovery-image] Oct 14 03:51:44.513 INFO O| Oct 14 03:51:44.513 INFO STEP 955 (remove_files) COMPLETE
70372024-10-14T03:51:45.230Z[ recovery-image] Oct 14 03:51:44.513 INFO O| Oct 14 03:51:44.513 INFO STEP 956: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
70382024-10-14T03:51:45.239Z[ recovery-image] Oct 14 03:51:44.525 INFO O| Oct 14 03:51:44.525 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/spell/compress"
70392024-10-14T03:51:45.241Z[ recovery-image] Oct 14 03:51:44.525 INFO O| Oct 14 03:51:44.525 INFO STEP 956 (remove_files) COMPLETE
70402024-10-14T03:51:45.242Z[ recovery-image] Oct 14 03:51:44.525 INFO O| Oct 14 03:51:44.525 INFO STEP 957: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
70412024-10-14T03:51:45.250Z[ recovery-image] Oct 14 03:51:44.536 INFO O| Oct 14 03:51:44.536 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/spell/hashcheck"
70422024-10-14T03:51:45.250Z[ recovery-image] Oct 14 03:51:44.536 INFO O| Oct 14 03:51:44.536 INFO STEP 957 (remove_files) COMPLETE
70432024-10-14T03:51:45.253Z[ recovery-image] Oct 14 03:51:44.536 INFO O| Oct 14 03:51:44.536 INFO STEP 958: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
70442024-10-14T03:51:45.265Z[ recovery-image] Oct 14 03:51:44.551 INFO O| Oct 14 03:51:44.551 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/spell/hashmake"
70452024-10-14T03:51:45.268Z[ recovery-image] Oct 14 03:51:44.551 INFO O| Oct 14 03:51:44.551 INFO STEP 958 (remove_files) COMPLETE
70462024-10-14T03:51:45.268Z[ recovery-image] Oct 14 03:51:44.551 INFO O| Oct 14 03:51:44.551 INFO STEP 959: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
70472024-10-14T03:51:45.278Z[ recovery-image] Oct 14 03:51:44.564 INFO O| Oct 14 03:51:44.564 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/spell/hlista"
70482024-10-14T03:51:45.278Z[ recovery-image] Oct 14 03:51:44.564 INFO O| Oct 14 03:51:44.564 INFO STEP 959 (remove_files) COMPLETE
70492024-10-14T03:51:45.278Z[ recovery-image] Oct 14 03:51:44.564 INFO O| Oct 14 03:51:44.564 INFO STEP 960: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
70502024-10-14T03:51:45.293Z[ recovery-image] Oct 14 03:51:44.579 INFO O| Oct 14 03:51:44.579 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/spell/hlistb"
70512024-10-14T03:51:45.293Z[ recovery-image] Oct 14 03:51:44.579 INFO O| Oct 14 03:51:44.579 INFO STEP 960 (remove_files) COMPLETE
70522024-10-14T03:51:45.293Z[ recovery-image] Oct 14 03:51:44.579 INFO O| Oct 14 03:51:44.579 INFO STEP 961: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
70532024-10-14T03:51:45.307Z[ recovery-image] Oct 14 03:51:44.593 INFO O| Oct 14 03:51:44.593 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/spell/hstop"
70542024-10-14T03:51:45.308Z[ recovery-image] Oct 14 03:51:44.593 INFO O| Oct 14 03:51:44.593 INFO STEP 961 (remove_files) COMPLETE
70552024-10-14T03:51:45.310Z[ recovery-image] Oct 14 03:51:44.593 INFO O| Oct 14 03:51:44.593 INFO STEP 962: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
70562024-10-14T03:51:45.323Z[ recovery-image] Oct 14 03:51:44.609 INFO O| Oct 14 03:51:44.609 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/spell/spellin"
70572024-10-14T03:51:45.323Z[ recovery-image] Oct 14 03:51:44.609 INFO O| Oct 14 03:51:44.609 INFO STEP 962 (remove_files) COMPLETE
70582024-10-14T03:51:45.326Z[ recovery-image] Oct 14 03:51:44.609 INFO O| Oct 14 03:51:44.609 INFO STEP 963: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
70592024-10-14T03:51:45.338Z[ recovery-image] Oct 14 03:51:44.624 INFO O| Oct 14 03:51:44.624 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/spell/spellprog"
70602024-10-14T03:51:45.338Z[ recovery-image] Oct 14 03:51:44.624 INFO O| Oct 14 03:51:44.624 INFO STEP 963 (remove_files) COMPLETE
70612024-10-14T03:51:45.341Z[ recovery-image] Oct 14 03:51:44.624 INFO O| Oct 14 03:51:44.624 INFO STEP 964: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
70622024-10-14T03:51:45.353Z[ recovery-image] Oct 14 03:51:44.639 INFO O| Oct 14 03:51:44.639 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/sysevent/syseventconfd"
70632024-10-14T03:51:45.356Z[ recovery-image] Oct 14 03:51:44.640 INFO O| Oct 14 03:51:44.640 INFO STEP 964 (remove_files) COMPLETE
70642024-10-14T03:51:45.356Z[ recovery-image] Oct 14 03:51:44.640 INFO O| Oct 14 03:51:44.640 INFO STEP 965: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
70652024-10-14T03:51:45.371Z[ recovery-image] Oct 14 03:51:44.657 INFO O| Oct 14 03:51:44.657 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/varpd/amd64/libvarpd_direct.so.1"
70662024-10-14T03:51:45.371Z[ recovery-image] Oct 14 03:51:44.657 INFO O| Oct 14 03:51:44.657 INFO STEP 965 (remove_files) COMPLETE
70672024-10-14T03:51:45.374Z[ recovery-image] Oct 14 03:51:44.657 INFO O| Oct 14 03:51:44.657 INFO STEP 966: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
70682024-10-14T03:51:45.390Z[ recovery-image] Oct 14 03:51:44.676 INFO O| Oct 14 03:51:44.676 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/varpd/amd64/libvarpd_files.so.1"
70692024-10-14T03:51:45.390Z[ recovery-image] Oct 14 03:51:44.676 INFO O| Oct 14 03:51:44.676 INFO STEP 966 (remove_files) COMPLETE
70702024-10-14T03:51:45.393Z[ recovery-image] Oct 14 03:51:44.676 INFO O| Oct 14 03:51:44.676 INFO STEP 967: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
70712024-10-14T03:51:45.410Z[ recovery-image] Oct 14 03:51:44.695 INFO O| Oct 14 03:51:44.695 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/varpd/libvarpd_direct.so.1"
70722024-10-14T03:51:45.410Z[ recovery-image] Oct 14 03:51:44.696 INFO O| Oct 14 03:51:44.696 INFO STEP 967 (remove_files) COMPLETE
70732024-10-14T03:51:45.410Z[ recovery-image] Oct 14 03:51:44.696 INFO O| Oct 14 03:51:44.696 INFO STEP 968: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
70742024-10-14T03:51:45.427Z[ recovery-image] Oct 14 03:51:44.712 INFO O| Oct 14 03:51:44.712 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/varpd/libvarpd_files.so.1"
70752024-10-14T03:51:45.427Z[ recovery-image] Oct 14 03:51:44.712 INFO O| Oct 14 03:51:44.712 INFO STEP 968 (remove_files) COMPLETE
70762024-10-14T03:51:45.429Z[ recovery-image] Oct 14 03:51:44.712 INFO O| Oct 14 03:51:44.712 INFO STEP 969: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
70772024-10-14T03:51:45.444Z[ recovery-image] Oct 14 03:51:44.729 INFO O| Oct 14 03:51:44.729 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/varpd/varpd"
70782024-10-14T03:51:45.444Z[ recovery-image] Oct 14 03:51:44.729 INFO O| Oct 14 03:51:44.729 INFO STEP 969 (remove_files) COMPLETE
70792024-10-14T03:51:45.446Z[ recovery-image] Oct 14 03:51:44.729 INFO O| Oct 14 03:51:44.729 INFO STEP 970: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
70802024-10-14T03:51:45.456Z[ recovery-image] Oct 14 03:51:44.741 INFO O| Oct 14 03:51:44.741 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/xhci/xhci_portsc"
70812024-10-14T03:51:45.456Z[ recovery-image] Oct 14 03:51:44.742 INFO O| Oct 14 03:51:44.742 INFO STEP 970 (remove_files) COMPLETE
70822024-10-14T03:51:45.456Z[ recovery-image] Oct 14 03:51:44.742 INFO O| Oct 14 03:51:44.742 INFO STEP 971: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
70832024-10-14T03:51:45.467Z[ recovery-image] Oct 14 03:51:44.753 INFO O| Oct 14 03:51:44.753 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/zfs/availdevs"
70842024-10-14T03:51:45.470Z[ recovery-image] Oct 14 03:51:44.753 INFO O| Oct 14 03:51:44.753 INFO STEP 971 (remove_files) COMPLETE
70852024-10-14T03:51:45.470Z[ recovery-image] Oct 14 03:51:44.753 INFO O| Oct 14 03:51:44.753 INFO STEP 972: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
70862024-10-14T03:51:45.484Z[ recovery-image] Oct 14 03:51:44.770 INFO O| Oct 14 03:51:44.769 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/zones/zoneadmd"
70872024-10-14T03:51:45.484Z[ recovery-image] Oct 14 03:51:44.770 INFO O| Oct 14 03:51:44.770 INFO STEP 972 (remove_files) COMPLETE
70882024-10-14T03:51:45.487Z[ recovery-image] Oct 14 03:51:44.770 INFO O| Oct 14 03:51:44.770 INFO STEP 973: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
70892024-10-14T03:51:45.500Z[ recovery-image] Oct 14 03:51:44.786 INFO O| Oct 14 03:51:44.786 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/libexec/amd64/sftp-server"
70902024-10-14T03:51:45.504Z[ recovery-image] Oct 14 03:51:44.786 INFO O| Oct 14 03:51:44.786 INFO STEP 973 (remove_files) COMPLETE
70912024-10-14T03:51:45.504Z[ recovery-image] Oct 14 03:51:44.786 INFO O| Oct 14 03:51:44.786 INFO STEP 974: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
70922024-10-14T03:51:45.515Z[ recovery-image] Oct 14 03:51:44.801 INFO O| Oct 14 03:51:44.801 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/libexec/amd64/ssh-keysign"
70932024-10-14T03:51:45.515Z[ recovery-image] Oct 14 03:51:44.801 INFO O| Oct 14 03:51:44.801 INFO STEP 974 (remove_files) COMPLETE
70942024-10-14T03:51:45.518Z[ recovery-image] Oct 14 03:51:44.801 INFO O| Oct 14 03:51:44.801 INFO STEP 975: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
70952024-10-14T03:51:45.530Z[ recovery-image] Oct 14 03:51:44.816 INFO O| Oct 14 03:51:44.815 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/libexec/amd64/ssh-pkcs11-helper"
70962024-10-14T03:51:45.530Z[ recovery-image] Oct 14 03:51:44.816 INFO O| Oct 14 03:51:44.816 INFO STEP 975 (remove_files) COMPLETE
70972024-10-14T03:51:45.532Z[ recovery-image] Oct 14 03:51:44.816 INFO O| Oct 14 03:51:44.816 INFO STEP 976: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
70982024-10-14T03:51:45.545Z[ recovery-image] Oct 14 03:51:44.830 INFO O| Oct 14 03:51:44.830 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/libexec/amd64/ssh-sk-helper"
70992024-10-14T03:51:45.545Z[ recovery-image] Oct 14 03:51:44.830 INFO O| Oct 14 03:51:44.830 INFO STEP 976 (remove_files) COMPLETE
71002024-10-14T03:51:45.547Z[ recovery-image] Oct 14 03:51:44.830 INFO O| Oct 14 03:51:44.830 INFO STEP 977: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
71012024-10-14T03:51:45.560Z[ recovery-image] Oct 14 03:51:44.846 INFO O| Oct 14 03:51:44.846 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/platform/oxide/bin/ipcc"
71022024-10-14T03:51:45.563Z[ recovery-image] Oct 14 03:51:44.847 INFO O| Oct 14 03:51:44.847 INFO STEP 977 (remove_files) COMPLETE
71032024-10-14T03:51:45.563Z[ recovery-image] Oct 14 03:51:44.847 INFO O| Oct 14 03:51:44.847 INFO STEP 978: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
71042024-10-14T03:51:45.579Z[ recovery-image] Oct 14 03:51:44.864 INFO O| Oct 14 03:51:44.864 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/platform/oxide/lib/mdb/kvm/amd64/apix.so"
71052024-10-14T03:51:45.581Z[ recovery-image] Oct 14 03:51:44.864 INFO O| Oct 14 03:51:44.864 INFO STEP 978 (remove_files) COMPLETE
71062024-10-14T03:51:45.581Z[ recovery-image] Oct 14 03:51:44.864 INFO O| Oct 14 03:51:44.864 INFO STEP 979: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
71072024-10-14T03:51:45.596Z[ recovery-image] Oct 14 03:51:44.881 INFO O| Oct 14 03:51:44.881 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/platform/oxide/lib/mdb/kvm/amd64/ipcc.so"
71082024-10-14T03:51:45.596Z[ recovery-image] Oct 14 03:51:44.881 INFO O| Oct 14 03:51:44.881 INFO STEP 979 (remove_files) COMPLETE
71092024-10-14T03:51:45.598Z[ recovery-image] Oct 14 03:51:44.881 INFO O| Oct 14 03:51:44.881 INFO STEP 980: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
71102024-10-14T03:51:45.611Z[ recovery-image] Oct 14 03:51:44.897 INFO O| Oct 14 03:51:44.897 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/platform/oxide/lib/mdb/kvm/amd64/unix.so"
71112024-10-14T03:51:45.612Z[ recovery-image] Oct 14 03:51:44.897 INFO O| Oct 14 03:51:44.897 INFO STEP 980 (remove_files) COMPLETE
71122024-10-14T03:51:45.615Z[ recovery-image] Oct 14 03:51:44.897 INFO O| Oct 14 03:51:44.897 INFO STEP 981: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
71132024-10-14T03:51:45.630Z[ recovery-image] Oct 14 03:51:44.916 INFO O| Oct 14 03:51:44.916 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sadm/bin/dispgid"
71142024-10-14T03:51:45.631Z[ recovery-image] Oct 14 03:51:44.916 INFO O| Oct 14 03:51:44.916 INFO STEP 981 (remove_files) COMPLETE
71152024-10-14T03:51:45.633Z[ recovery-image] Oct 14 03:51:44.916 INFO O| Oct 14 03:51:44.916 INFO STEP 982: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
71162024-10-14T03:51:45.649Z[ recovery-image] Oct 14 03:51:44.935 INFO O| Oct 14 03:51:44.935 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sadm/bin/dispuid"
71172024-10-14T03:51:45.649Z[ recovery-image] Oct 14 03:51:44.935 INFO O| Oct 14 03:51:44.935 INFO STEP 982 (remove_files) COMPLETE
71182024-10-14T03:51:45.649Z[ recovery-image] Oct 14 03:51:44.935 INFO O| Oct 14 03:51:44.935 INFO STEP 983: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
71192024-10-14T03:51:45.664Z[ recovery-image] Oct 14 03:51:44.950 INFO O| Oct 14 03:51:44.950 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sadm/bin/errange"
71202024-10-14T03:51:45.664Z[ recovery-image] Oct 14 03:51:44.950 INFO O| Oct 14 03:51:44.950 INFO STEP 983 (remove_files) COMPLETE
71212024-10-14T03:51:45.667Z[ recovery-image] Oct 14 03:51:44.950 INFO O| Oct 14 03:51:44.950 INFO STEP 984: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
71222024-10-14T03:51:45.679Z[ recovery-image] Oct 14 03:51:44.965 INFO O| Oct 14 03:51:44.965 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sadm/bin/errdate"
71232024-10-14T03:51:45.679Z[ recovery-image] Oct 14 03:51:44.965 INFO O| Oct 14 03:51:44.965 INFO STEP 984 (remove_files) COMPLETE
71242024-10-14T03:51:45.682Z[ recovery-image] Oct 14 03:51:44.965 INFO O| Oct 14 03:51:44.965 INFO STEP 985: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
71252024-10-14T03:51:45.693Z[ recovery-image] Oct 14 03:51:44.979 INFO O| Oct 14 03:51:44.979 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sadm/bin/errgid"
71262024-10-14T03:51:45.693Z[ recovery-image] Oct 14 03:51:44.979 INFO O| Oct 14 03:51:44.979 INFO STEP 985 (remove_files) COMPLETE
71272024-10-14T03:51:45.693Z[ recovery-image] Oct 14 03:51:44.979 INFO O| Oct 14 03:51:44.979 INFO STEP 986: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
71282024-10-14T03:51:45.704Z[ recovery-image] Oct 14 03:51:44.990 INFO O| Oct 14 03:51:44.990 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sadm/bin/errint"
71292024-10-14T03:51:45.707Z[ recovery-image] Oct 14 03:51:44.990 INFO O| Oct 14 03:51:44.990 INFO STEP 986 (remove_files) COMPLETE
71302024-10-14T03:51:45.707Z[ recovery-image] Oct 14 03:51:44.990 INFO O| Oct 14 03:51:44.990 INFO STEP 987: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
71312024-10-14T03:51:45.716Z[ recovery-image] Oct 14 03:51:45.001 INFO O| Oct 14 03:51:45.001 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sadm/bin/erritem"
71322024-10-14T03:51:45.716Z[ recovery-image] Oct 14 03:51:45.001 INFO O| Oct 14 03:51:45.001 INFO STEP 987 (remove_files) COMPLETE
71332024-10-14T03:51:45.718Z[ recovery-image] Oct 14 03:51:45.001 INFO O| Oct 14 03:51:45.001 INFO STEP 988: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
71342024-10-14T03:51:45.728Z[ recovery-image] Oct 14 03:51:45.013 INFO O| Oct 14 03:51:45.013 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sadm/bin/errpath"
71352024-10-14T03:51:45.728Z[ recovery-image] Oct 14 03:51:45.014 INFO O| Oct 14 03:51:45.013 INFO STEP 988 (remove_files) COMPLETE
71362024-10-14T03:51:45.728Z[ recovery-image] Oct 14 03:51:45.014 INFO O| Oct 14 03:51:45.014 INFO STEP 989: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
71372024-10-14T03:51:45.739Z[ recovery-image] Oct 14 03:51:45.024 INFO O| Oct 14 03:51:45.024 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sadm/bin/errstr"
71382024-10-14T03:51:45.739Z[ recovery-image] Oct 14 03:51:45.024 INFO O| Oct 14 03:51:45.024 INFO STEP 989 (remove_files) COMPLETE
71392024-10-14T03:51:45.741Z[ recovery-image] Oct 14 03:51:45.025 INFO O| Oct 14 03:51:45.024 INFO STEP 990: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
71402024-10-14T03:51:45.754Z[ recovery-image] Oct 14 03:51:45.039 INFO O| Oct 14 03:51:45.039 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sadm/bin/errtime"
71412024-10-14T03:51:45.754Z[ recovery-image] Oct 14 03:51:45.039 INFO O| Oct 14 03:51:45.039 INFO STEP 990 (remove_files) COMPLETE
71422024-10-14T03:51:45.754Z[ recovery-image] Oct 14 03:51:45.039 INFO O| Oct 14 03:51:45.039 INFO STEP 991: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
71432024-10-14T03:51:45.768Z[ recovery-image] Oct 14 03:51:45.054 INFO O| Oct 14 03:51:45.053 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sadm/bin/erruid"
71442024-10-14T03:51:45.769Z[ recovery-image] Oct 14 03:51:45.054 INFO O| Oct 14 03:51:45.054 INFO STEP 991 (remove_files) COMPLETE
71452024-10-14T03:51:45.769Z[ recovery-image] Oct 14 03:51:45.054 INFO O| Oct 14 03:51:45.054 INFO STEP 992: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
71462024-10-14T03:51:45.779Z[ recovery-image] Oct 14 03:51:45.065 INFO O| Oct 14 03:51:45.065 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sadm/bin/erryorn"
71472024-10-14T03:51:45.779Z[ recovery-image] Oct 14 03:51:45.065 INFO O| Oct 14 03:51:45.065 INFO STEP 992 (remove_files) COMPLETE
71482024-10-14T03:51:45.782Z[ recovery-image] Oct 14 03:51:45.065 INFO O| Oct 14 03:51:45.065 INFO STEP 993: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
71492024-10-14T03:51:45.789Z[ recovery-image] Oct 14 03:51:45.075 INFO O| Oct 14 03:51:45.075 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sadm/bin/helpdate"
71502024-10-14T03:51:45.789Z[ recovery-image] Oct 14 03:51:45.075 INFO O| Oct 14 03:51:45.075 INFO STEP 993 (remove_files) COMPLETE
71512024-10-14T03:51:45.789Z[ recovery-image] Oct 14 03:51:45.075 INFO O| Oct 14 03:51:45.075 INFO STEP 994: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
71522024-10-14T03:51:45.799Z[ recovery-image] Oct 14 03:51:45.085 INFO O| Oct 14 03:51:45.085 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sadm/bin/helpgid"
71532024-10-14T03:51:45.800Z[ recovery-image] Oct 14 03:51:45.085 INFO O| Oct 14 03:51:45.085 INFO STEP 994 (remove_files) COMPLETE
71542024-10-14T03:51:45.800Z[ recovery-image] Oct 14 03:51:45.085 INFO O| Oct 14 03:51:45.085 INFO STEP 995: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
71552024-10-14T03:51:45.810Z[ recovery-image] Oct 14 03:51:45.096 INFO O| Oct 14 03:51:45.096 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sadm/bin/helpint"
71562024-10-14T03:51:45.810Z[ recovery-image] Oct 14 03:51:45.096 INFO O| Oct 14 03:51:45.096 INFO STEP 995 (remove_files) COMPLETE
71572024-10-14T03:51:45.813Z[ recovery-image] Oct 14 03:51:45.096 INFO O| Oct 14 03:51:45.096 INFO STEP 996: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
71582024-10-14T03:51:45.820Z[ recovery-image] Oct 14 03:51:45.106 INFO O| Oct 14 03:51:45.106 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sadm/bin/helpitem"
71592024-10-14T03:51:45.820Z[ recovery-image] Oct 14 03:51:45.106 INFO O| Oct 14 03:51:45.106 INFO STEP 996 (remove_files) COMPLETE
71602024-10-14T03:51:45.823Z[ recovery-image] Oct 14 03:51:45.106 INFO O| Oct 14 03:51:45.106 INFO STEP 997: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
71612024-10-14T03:51:45.830Z[ recovery-image] Oct 14 03:51:45.116 INFO O| Oct 14 03:51:45.116 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sadm/bin/helppath"
71622024-10-14T03:51:45.831Z[ recovery-image] Oct 14 03:51:45.116 INFO O| Oct 14 03:51:45.116 INFO STEP 997 (remove_files) COMPLETE
71632024-10-14T03:51:45.833Z[ recovery-image] Oct 14 03:51:45.116 INFO O| Oct 14 03:51:45.116 INFO STEP 998: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
71642024-10-14T03:51:45.841Z[ recovery-image] Oct 14 03:51:45.126 INFO O| Oct 14 03:51:45.126 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sadm/bin/helprange"
71652024-10-14T03:51:45.841Z[ recovery-image] Oct 14 03:51:45.126 INFO O| Oct 14 03:51:45.126 INFO STEP 998 (remove_files) COMPLETE
71662024-10-14T03:51:45.843Z[ recovery-image] Oct 14 03:51:45.126 INFO O| Oct 14 03:51:45.126 INFO STEP 999: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
71672024-10-14T03:51:45.851Z[ recovery-image] Oct 14 03:51:45.136 INFO O| Oct 14 03:51:45.136 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sadm/bin/helpstr"
71682024-10-14T03:51:45.854Z[ recovery-image] Oct 14 03:51:45.136 INFO O| Oct 14 03:51:45.136 INFO STEP 999 (remove_files) COMPLETE
71692024-10-14T03:51:45.854Z[ recovery-image] Oct 14 03:51:45.137 INFO O| Oct 14 03:51:45.136 INFO STEP 1000: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
71702024-10-14T03:51:45.861Z[ recovery-image] Oct 14 03:51:45.147 INFO O| Oct 14 03:51:45.146 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sadm/bin/helptime"
71712024-10-14T03:51:45.861Z[ recovery-image] Oct 14 03:51:45.147 INFO O| Oct 14 03:51:45.147 INFO STEP 1000 (remove_files) COMPLETE
71722024-10-14T03:51:45.863Z[ recovery-image] Oct 14 03:51:45.147 INFO O| Oct 14 03:51:45.147 INFO STEP 1001: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
71732024-10-14T03:51:45.874Z[ recovery-image] Oct 14 03:51:45.159 INFO O| Oct 14 03:51:45.159 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sadm/bin/helpuid"
71742024-10-14T03:51:45.874Z[ recovery-image] Oct 14 03:51:45.159 INFO O| Oct 14 03:51:45.159 INFO STEP 1001 (remove_files) COMPLETE
71752024-10-14T03:51:45.877Z[ recovery-image] Oct 14 03:51:45.159 INFO O| Oct 14 03:51:45.159 INFO STEP 1002: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
71762024-10-14T03:51:45.890Z[ recovery-image] Oct 14 03:51:45.170 INFO O| Oct 14 03:51:45.170 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sadm/bin/helpyorn"
71772024-10-14T03:51:45.895Z[ recovery-image] Oct 14 03:51:45.171 INFO O| Oct 14 03:51:45.171 INFO STEP 1002 (remove_files) COMPLETE
71782024-10-14T03:51:45.895Z[ recovery-image] Oct 14 03:51:45.171 INFO O| Oct 14 03:51:45.171 INFO STEP 1003: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
71792024-10-14T03:51:45.898Z[ recovery-image] Oct 14 03:51:45.182 INFO O| Oct 14 03:51:45.182 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sadm/bin/puttext"
71802024-10-14T03:51:45.898Z[ recovery-image] Oct 14 03:51:45.182 INFO O| Oct 14 03:51:45.182 INFO STEP 1003 (remove_files) COMPLETE
71812024-10-14T03:51:45.898Z[ recovery-image] Oct 14 03:51:45.182 INFO O| Oct 14 03:51:45.182 INFO STEP 1004: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
71822024-10-14T03:51:45.907Z[ recovery-image] Oct 14 03:51:45.193 INFO O| Oct 14 03:51:45.193 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sadm/bin/valdate"
71832024-10-14T03:51:45.907Z[ recovery-image] Oct 14 03:51:45.193 INFO O| Oct 14 03:51:45.193 INFO STEP 1004 (remove_files) COMPLETE
71842024-10-14T03:51:45.910Z[ recovery-image] Oct 14 03:51:45.193 INFO O| Oct 14 03:51:45.193 INFO STEP 1005: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
71852024-10-14T03:51:45.919Z[ recovery-image] Oct 14 03:51:45.205 INFO O| Oct 14 03:51:45.205 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sadm/bin/valgid"
71862024-10-14T03:51:45.919Z[ recovery-image] Oct 14 03:51:45.205 INFO O| Oct 14 03:51:45.205 INFO STEP 1005 (remove_files) COMPLETE
71872024-10-14T03:51:45.919Z[ recovery-image] Oct 14 03:51:45.205 INFO O| Oct 14 03:51:45.205 INFO STEP 1006: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
71882024-10-14T03:51:45.933Z[ recovery-image] Oct 14 03:51:45.218 INFO O| Oct 14 03:51:45.218 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sadm/bin/valint"
71892024-10-14T03:51:45.933Z[ recovery-image] Oct 14 03:51:45.218 INFO O| Oct 14 03:51:45.218 INFO STEP 1006 (remove_files) COMPLETE
71902024-10-14T03:51:45.933Z[ recovery-image] Oct 14 03:51:45.218 INFO O| Oct 14 03:51:45.218 INFO STEP 1007: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
71912024-10-14T03:51:45.945Z[ recovery-image] Oct 14 03:51:45.231 INFO O| Oct 14 03:51:45.231 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sadm/bin/valpath"
71922024-10-14T03:51:45.945Z[ recovery-image] Oct 14 03:51:45.231 INFO O| Oct 14 03:51:45.231 INFO STEP 1007 (remove_files) COMPLETE
71932024-10-14T03:51:45.945Z[ recovery-image] Oct 14 03:51:45.231 INFO O| Oct 14 03:51:45.231 INFO STEP 1008: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
71942024-10-14T03:51:45.960Z[ recovery-image] Oct 14 03:51:45.246 INFO O| Oct 14 03:51:45.246 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sadm/bin/valrange"
71952024-10-14T03:51:45.960Z[ recovery-image] Oct 14 03:51:45.246 INFO O| Oct 14 03:51:45.246 INFO STEP 1008 (remove_files) COMPLETE
71962024-10-14T03:51:45.963Z[ recovery-image] Oct 14 03:51:45.246 INFO O| Oct 14 03:51:45.246 INFO STEP 1009: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
71972024-10-14T03:51:45.974Z[ recovery-image] Oct 14 03:51:45.258 INFO O| Oct 14 03:51:45.258 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sadm/bin/valstr"
71982024-10-14T03:51:45.974Z[ recovery-image] Oct 14 03:51:45.258 INFO O| Oct 14 03:51:45.258 INFO STEP 1009 (remove_files) COMPLETE
71992024-10-14T03:51:45.977Z[ recovery-image] Oct 14 03:51:45.258 INFO O| Oct 14 03:51:45.258 INFO STEP 1010: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
72002024-10-14T03:51:45.985Z[ recovery-image] Oct 14 03:51:45.270 INFO O| Oct 14 03:51:45.270 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sadm/bin/valtime"
72012024-10-14T03:51:45.985Z[ recovery-image] Oct 14 03:51:45.270 INFO O| Oct 14 03:51:45.270 INFO STEP 1010 (remove_files) COMPLETE
72022024-10-14T03:51:46.007Z[ recovery-image] Oct 14 03:51:45.270 INFO O| Oct 14 03:51:45.270 INFO STEP 1011: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
72032024-10-14T03:51:46.025Z[ recovery-image] Oct 14 03:51:45.281 INFO O| Oct 14 03:51:45.281 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sadm/bin/valuid"
72042024-10-14T03:51:46.026Z[ recovery-image] Oct 14 03:51:45.281 INFO O| Oct 14 03:51:45.281 INFO STEP 1011 (remove_files) COMPLETE
72052024-10-14T03:51:46.026Z[ recovery-image] Oct 14 03:51:45.281 INFO O| Oct 14 03:51:45.281 INFO STEP 1012: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
72062024-10-14T03:51:46.026Z[ recovery-image] Oct 14 03:51:45.291 INFO O| Oct 14 03:51:45.291 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sadm/bin/valyorn"
72072024-10-14T03:51:46.026Z[ recovery-image] Oct 14 03:51:45.291 INFO O| Oct 14 03:51:45.291 INFO STEP 1012 (remove_files) COMPLETE
72082024-10-14T03:51:46.026Z[ recovery-image] Oct 14 03:51:45.291 INFO O| Oct 14 03:51:45.291 INFO STEP 1013: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
72092024-10-14T03:51:46.034Z[ recovery-image] Oct 14 03:51:45.301 INFO O| Oct 14 03:51:45.301 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sadm/install/bin/pkginstall"
72102024-10-14T03:51:46.034Z[ recovery-image] Oct 14 03:51:45.301 INFO O| Oct 14 03:51:45.301 INFO STEP 1013 (remove_files) COMPLETE
72112024-10-14T03:51:46.034Z[ recovery-image] Oct 14 03:51:45.302 INFO O| Oct 14 03:51:45.301 INFO STEP 1014: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
72122024-10-14T03:51:46.034Z[ recovery-image] Oct 14 03:51:45.311 INFO O| Oct 14 03:51:45.311 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sadm/install/bin/pkgname"
72132024-10-14T03:51:46.034Z[ recovery-image] Oct 14 03:51:45.311 INFO O| Oct 14 03:51:45.311 INFO STEP 1014 (remove_files) COMPLETE
72142024-10-14T03:51:46.035Z[ recovery-image] Oct 14 03:51:45.311 INFO O| Oct 14 03:51:45.311 INFO STEP 1015: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
72152024-10-14T03:51:46.040Z[ recovery-image] Oct 14 03:51:45.322 INFO O| Oct 14 03:51:45.322 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sadm/install/bin/pkgremove"
72162024-10-14T03:51:46.040Z[ recovery-image] Oct 14 03:51:45.322 INFO O| Oct 14 03:51:45.322 INFO STEP 1015 (remove_files) COMPLETE
72172024-10-14T03:51:46.040Z[ recovery-image] Oct 14 03:51:45.322 INFO O| Oct 14 03:51:45.322 INFO STEP 1016: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
72182024-10-14T03:51:46.056Z[ recovery-image] Oct 14 03:51:45.332 INFO O| Oct 14 03:51:45.332 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sadm/install/bin/pkgserv"
72192024-10-14T03:51:46.056Z[ recovery-image] Oct 14 03:51:45.332 INFO O| Oct 14 03:51:45.332 INFO STEP 1016 (remove_files) COMPLETE
72202024-10-14T03:51:46.056Z[ recovery-image] Oct 14 03:51:45.332 INFO O| Oct 14 03:51:45.332 INFO STEP 1017: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
72212024-10-14T03:51:46.064Z[ recovery-image] Oct 14 03:51:45.342 INFO O| Oct 14 03:51:45.342 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sadm/install/miniroot.db"
72222024-10-14T03:51:46.064Z[ recovery-image] Oct 14 03:51:45.342 INFO O| Oct 14 03:51:45.342 INFO STEP 1017 (remove_files) COMPLETE
72232024-10-14T03:51:46.064Z[ recovery-image] Oct 14 03:51:45.342 INFO O| Oct 14 03:51:45.342 INFO STEP 1018: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
72242024-10-14T03:51:46.069Z[ recovery-image] Oct 14 03:51:45.353 INFO O| Oct 14 03:51:45.352 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sadm/install/scripts/i.preserve"
72252024-10-14T03:51:46.069Z[ recovery-image] Oct 14 03:51:45.353 INFO O| Oct 14 03:51:45.353 INFO STEP 1018 (remove_files) COMPLETE
72262024-10-14T03:51:46.069Z[ recovery-image] Oct 14 03:51:45.353 INFO O| Oct 14 03:51:45.353 INFO STEP 1019: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
72272024-10-14T03:51:46.079Z[ recovery-image] Oct 14 03:51:45.364 INFO O| Oct 14 03:51:45.364 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sadm/ugdates"
72282024-10-14T03:51:46.082Z[ recovery-image] Oct 14 03:51:45.364 INFO O| Oct 14 03:51:45.364 INFO STEP 1019 (remove_files) COMPLETE
72292024-10-14T03:51:46.082Z[ recovery-image] Oct 14 03:51:45.364 INFO O| Oct 14 03:51:45.364 INFO STEP 1020: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
72302024-10-14T03:51:46.093Z[ recovery-image] Oct 14 03:51:45.374 INFO O| Oct 14 03:51:45.374 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/6to4relay"
72312024-10-14T03:51:46.098Z[ recovery-image] Oct 14 03:51:45.374 INFO O| Oct 14 03:51:45.374 INFO STEP 1020 (remove_files) COMPLETE
72322024-10-14T03:51:46.098Z[ recovery-image] Oct 14 03:51:45.374 INFO O| Oct 14 03:51:45.374 INFO STEP 1021: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
72332024-10-14T03:51:46.108Z[ recovery-image] Oct 14 03:51:45.384 INFO O| Oct 14 03:51:45.384 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/acctadm"
72342024-10-14T03:51:46.108Z[ recovery-image] Oct 14 03:51:45.384 INFO O| Oct 14 03:51:45.384 INFO STEP 1021 (remove_files) COMPLETE
72352024-10-14T03:51:46.109Z[ recovery-image] Oct 14 03:51:45.384 INFO O| Oct 14 03:51:45.384 INFO STEP 1022: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
72362024-10-14T03:51:46.119Z[ recovery-image] Oct 14 03:51:45.394 INFO O| Oct 14 03:51:45.394 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/acpidump"
72372024-10-14T03:51:46.119Z[ recovery-image] Oct 14 03:51:45.394 INFO O| Oct 14 03:51:45.394 INFO STEP 1022 (remove_files) COMPLETE
72382024-10-14T03:51:46.120Z[ recovery-image] Oct 14 03:51:45.394 INFO O| Oct 14 03:51:45.394 INFO STEP 1023: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
72392024-10-14T03:51:46.130Z[ recovery-image] Oct 14 03:51:45.404 INFO O| Oct 14 03:51:45.404 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/acpixtract"
72402024-10-14T03:51:46.131Z[ recovery-image] Oct 14 03:51:45.404 INFO O| Oct 14 03:51:45.404 INFO STEP 1023 (remove_files) COMPLETE
72412024-10-14T03:51:46.131Z[ recovery-image] Oct 14 03:51:45.404 INFO O| Oct 14 03:51:45.404 INFO STEP 1024: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
72422024-10-14T03:51:46.138Z[ recovery-image] Oct 14 03:51:45.414 INFO O| Oct 14 03:51:45.414 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/add_drv"
72432024-10-14T03:51:46.138Z[ recovery-image] Oct 14 03:51:45.414 INFO O| Oct 14 03:51:45.414 INFO STEP 1024 (remove_files) COMPLETE
72442024-10-14T03:51:46.139Z[ recovery-image] Oct 14 03:51:45.414 INFO O| Oct 14 03:51:45.414 INFO STEP 1025: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
72452024-10-14T03:51:46.148Z[ recovery-image] Oct 14 03:51:45.424 INFO O| Oct 14 03:51:45.424 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/allocate"
72462024-10-14T03:51:46.148Z[ recovery-image] Oct 14 03:51:45.424 INFO O| Oct 14 03:51:45.424 INFO STEP 1025 (remove_files) COMPLETE
72472024-10-14T03:51:46.148Z[ recovery-image] Oct 14 03:51:45.424 INFO O| Oct 14 03:51:45.424 INFO STEP 1026: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
72482024-10-14T03:51:46.159Z[ recovery-image] Oct 14 03:51:45.433 INFO O| Oct 14 03:51:45.433 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/amd64/intrstat"
72492024-10-14T03:51:46.159Z[ recovery-image] Oct 14 03:51:45.434 INFO O| Oct 14 03:51:45.434 INFO STEP 1026 (remove_files) COMPLETE
72502024-10-14T03:51:46.159Z[ recovery-image] Oct 14 03:51:45.434 INFO O| Oct 14 03:51:45.434 INFO STEP 1027: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
72512024-10-14T03:51:46.165Z[ recovery-image] Oct 14 03:51:45.444 INFO O| Oct 14 03:51:45.444 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/amd64/lockstat"
72522024-10-14T03:51:46.165Z[ recovery-image] Oct 14 03:51:45.444 INFO O| Oct 14 03:51:45.444 INFO STEP 1027 (remove_files) COMPLETE
72532024-10-14T03:51:46.165Z[ recovery-image] Oct 14 03:51:45.444 INFO O| Oct 14 03:51:45.444 INFO STEP 1028: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
72542024-10-14T03:51:46.169Z[ recovery-image] Oct 14 03:51:45.454 INFO O| Oct 14 03:51:45.454 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/amd64/plockstat"
72552024-10-14T03:51:46.174Z[ recovery-image] Oct 14 03:51:45.454 INFO O| Oct 14 03:51:45.454 INFO STEP 1028 (remove_files) COMPLETE
72562024-10-14T03:51:46.175Z[ recovery-image] Oct 14 03:51:45.454 INFO O| Oct 14 03:51:45.454 INFO STEP 1029: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
72572024-10-14T03:51:46.179Z[ recovery-image] Oct 14 03:51:45.464 INFO O| Oct 14 03:51:45.464 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/arp"
72582024-10-14T03:51:46.179Z[ recovery-image] Oct 14 03:51:45.464 INFO O| Oct 14 03:51:45.464 INFO STEP 1029 (remove_files) COMPLETE
72592024-10-14T03:51:46.179Z[ recovery-image] Oct 14 03:51:45.464 INFO O| Oct 14 03:51:45.464 INFO STEP 1030: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
72602024-10-14T03:51:46.191Z[ recovery-image] Oct 14 03:51:45.475 INFO O| Oct 14 03:51:45.475 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/audit"
72612024-10-14T03:51:46.191Z[ recovery-image] Oct 14 03:51:45.475 INFO O| Oct 14 03:51:45.475 INFO STEP 1030 (remove_files) COMPLETE
72622024-10-14T03:51:46.191Z[ recovery-image] Oct 14 03:51:45.475 INFO O| Oct 14 03:51:45.475 INFO STEP 1031: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
72632024-10-14T03:51:46.203Z[ recovery-image] Oct 14 03:51:45.486 INFO O| Oct 14 03:51:45.486 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/auditconfig"
72642024-10-14T03:51:46.203Z[ recovery-image] Oct 14 03:51:45.486 INFO O| Oct 14 03:51:45.486 INFO STEP 1031 (remove_files) COMPLETE
72652024-10-14T03:51:46.203Z[ recovery-image] Oct 14 03:51:45.486 INFO O| Oct 14 03:51:45.486 INFO STEP 1032: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
72662024-10-14T03:51:46.211Z[ recovery-image] Oct 14 03:51:45.496 INFO O| Oct 14 03:51:45.496 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/auditd"
72672024-10-14T03:51:46.217Z[ recovery-image] Oct 14 03:51:45.496 INFO O| Oct 14 03:51:45.496 INFO STEP 1032 (remove_files) COMPLETE
72682024-10-14T03:51:46.217Z[ recovery-image] Oct 14 03:51:45.496 INFO O| Oct 14 03:51:45.496 INFO STEP 1033: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
72692024-10-14T03:51:46.308Z[ recovery-image] Oct 14 03:51:45.585 INFO O| Oct 14 03:51:45.584 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/auditrecord"
72702024-10-14T03:51:46.308Z[ recovery-image] Oct 14 03:51:45.585 INFO O| Oct 14 03:51:45.585 INFO STEP 1033 (remove_files) COMPLETE
72712024-10-14T03:51:46.333Z[ recovery-image] Oct 14 03:51:45.585 INFO O| Oct 14 03:51:45.585 INFO STEP 1034: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
72722024-10-14T03:51:46.334Z[ recovery-image] Oct 14 03:51:45.599 INFO O| Oct 14 03:51:45.599 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/auditreduce"
72732024-10-14T03:51:46.334Z[ recovery-image] Oct 14 03:51:45.599 INFO O| Oct 14 03:51:45.599 INFO STEP 1034 (remove_files) COMPLETE
72742024-10-14T03:51:46.334Z[ recovery-image] Oct 14 03:51:45.599 INFO O| Oct 14 03:51:45.599 INFO STEP 1035: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
72752024-10-14T03:51:46.382Z[ recovery-image] Oct 14 03:51:45.612 INFO O| Oct 14 03:51:45.612 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/auditstat"
72762024-10-14T03:51:46.383Z[ recovery-image] Oct 14 03:51:45.612 INFO O| Oct 14 03:51:45.612 INFO STEP 1035 (remove_files) COMPLETE
72772024-10-14T03:51:46.383Z[ recovery-image] Oct 14 03:51:45.612 INFO O| Oct 14 03:51:45.612 INFO STEP 1036: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
72782024-10-14T03:51:46.444Z[ recovery-image] Oct 14 03:51:45.625 INFO O| Oct 14 03:51:45.625 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/audlinks"
72792024-10-14T03:51:46.444Z[ recovery-image] Oct 14 03:51:45.625 INFO O| Oct 14 03:51:45.625 INFO STEP 1036 (remove_files) COMPLETE
72802024-10-14T03:51:46.444Z[ recovery-image] Oct 14 03:51:45.625 INFO O| Oct 14 03:51:45.625 INFO STEP 1037: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
72812024-10-14T03:51:46.445Z[ recovery-image] Oct 14 03:51:45.639 INFO O| Oct 14 03:51:45.639 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/bhyve"
72822024-10-14T03:51:46.445Z[ recovery-image] Oct 14 03:51:45.639 INFO O| Oct 14 03:51:45.639 INFO STEP 1037 (remove_files) COMPLETE
72832024-10-14T03:51:46.445Z[ recovery-image] Oct 14 03:51:45.640 INFO O| Oct 14 03:51:45.639 INFO STEP 1038: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
72842024-10-14T03:51:46.446Z[ recovery-image] Oct 14 03:51:45.652 INFO O| Oct 14 03:51:45.652 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/bhyvectl"
72852024-10-14T03:51:46.446Z[ recovery-image] Oct 14 03:51:45.652 INFO O| Oct 14 03:51:45.652 INFO STEP 1038 (remove_files) COMPLETE
72862024-10-14T03:51:46.446Z[ recovery-image] Oct 14 03:51:45.652 INFO O| Oct 14 03:51:45.652 INFO STEP 1039: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
72872024-10-14T03:51:46.446Z[ recovery-image] Oct 14 03:51:45.664 INFO O| Oct 14 03:51:45.664 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/cfgadm"
72882024-10-14T03:51:46.446Z[ recovery-image] Oct 14 03:51:45.665 INFO O| Oct 14 03:51:45.664 INFO STEP 1039 (remove_files) COMPLETE
72892024-10-14T03:51:46.447Z[ recovery-image] Oct 14 03:51:45.665 INFO O| Oct 14 03:51:45.664 INFO STEP 1040: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
72902024-10-14T03:51:46.447Z[ recovery-image] Oct 14 03:51:45.678 INFO O| Oct 14 03:51:45.678 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/chronyd"
72912024-10-14T03:51:46.447Z[ recovery-image] Oct 14 03:51:45.678 INFO O| Oct 14 03:51:45.678 INFO STEP 1040 (remove_files) COMPLETE
72922024-10-14T03:51:46.447Z[ recovery-image] Oct 14 03:51:45.678 INFO O| Oct 14 03:51:45.678 INFO STEP 1041: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
72932024-10-14T03:51:46.448Z[ recovery-image] Oct 14 03:51:45.688 INFO O| Oct 14 03:51:45.688 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/chroot"
72942024-10-14T03:51:46.448Z[ recovery-image] Oct 14 03:51:45.688 INFO O| Oct 14 03:51:45.688 INFO STEP 1041 (remove_files) COMPLETE
72952024-10-14T03:51:46.448Z[ recovery-image] Oct 14 03:51:45.689 INFO O| Oct 14 03:51:45.688 INFO STEP 1042: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
72962024-10-14T03:51:46.455Z[ recovery-image] Oct 14 03:51:45.701 INFO O| Oct 14 03:51:45.701 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/clear_locks"
72972024-10-14T03:51:46.455Z[ recovery-image] Oct 14 03:51:45.701 INFO O| Oct 14 03:51:45.701 INFO STEP 1042 (remove_files) COMPLETE
72982024-10-14T03:51:46.455Z[ recovery-image] Oct 14 03:51:45.701 INFO O| Oct 14 03:51:45.701 INFO STEP 1043: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
72992024-10-14T03:51:46.455Z[ recovery-image] Oct 14 03:51:45.712 INFO O| Oct 14 03:51:45.712 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/clinfo"
73002024-10-14T03:51:46.456Z[ recovery-image] Oct 14 03:51:45.712 INFO O| Oct 14 03:51:45.712 INFO STEP 1043 (remove_files) COMPLETE
73012024-10-14T03:51:46.456Z[ recovery-image] Oct 14 03:51:45.712 INFO O| Oct 14 03:51:45.712 INFO STEP 1044: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
73022024-10-14T03:51:46.456Z[ recovery-image] Oct 14 03:51:45.726 INFO O| Oct 14 03:51:45.726 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/clri"
73032024-10-14T03:51:46.456Z[ recovery-image] Oct 14 03:51:45.726 INFO O| Oct 14 03:51:45.726 INFO STEP 1044 (remove_files) COMPLETE
73042024-10-14T03:51:46.456Z[ recovery-image] Oct 14 03:51:45.726 INFO O| Oct 14 03:51:45.726 INFO STEP 1045: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
73052024-10-14T03:51:46.456Z[ recovery-image] Oct 14 03:51:45.736 INFO O| Oct 14 03:51:45.736 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/consadm"
73062024-10-14T03:51:46.456Z[ recovery-image] Oct 14 03:51:45.737 INFO O| Oct 14 03:51:45.736 INFO STEP 1045 (remove_files) COMPLETE
73072024-10-14T03:51:46.456Z[ recovery-image] Oct 14 03:51:45.737 INFO O| Oct 14 03:51:45.737 INFO STEP 1046: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
73082024-10-14T03:51:46.462Z[ recovery-image] Oct 14 03:51:45.747 INFO O| Oct 14 03:51:45.747 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/consadmd"
73092024-10-14T03:51:46.484Z[ recovery-image] Oct 14 03:51:45.747 INFO O| Oct 14 03:51:45.747 INFO STEP 1046 (remove_files) COMPLETE
73102024-10-14T03:51:46.484Z[ recovery-image] Oct 14 03:51:45.747 INFO O| Oct 14 03:51:45.747 INFO STEP 1047: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
73112024-10-14T03:51:46.485Z[ recovery-image] Oct 14 03:51:45.758 INFO O| Oct 14 03:51:45.758 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/cpustat"
73122024-10-14T03:51:46.485Z[ recovery-image] Oct 14 03:51:45.758 INFO O| Oct 14 03:51:45.758 INFO STEP 1047 (remove_files) COMPLETE
73132024-10-14T03:51:46.486Z[ recovery-image] Oct 14 03:51:45.758 INFO O| Oct 14 03:51:45.758 INFO STEP 1048: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
73142024-10-14T03:51:46.491Z[ recovery-image] Oct 14 03:51:45.769 INFO O| Oct 14 03:51:45.769 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/deallocate"
73152024-10-14T03:51:46.491Z[ recovery-image] Oct 14 03:51:45.769 INFO O| Oct 14 03:51:45.769 INFO STEP 1048 (remove_files) COMPLETE
73162024-10-14T03:51:46.491Z[ recovery-image] Oct 14 03:51:45.770 INFO O| Oct 14 03:51:45.769 INFO STEP 1049: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
73172024-10-14T03:51:46.497Z[ recovery-image] Oct 14 03:51:45.780 INFO O| Oct 14 03:51:45.780 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/devinfo"
73182024-10-14T03:51:46.497Z[ recovery-image] Oct 14 03:51:45.780 INFO O| Oct 14 03:51:45.780 INFO STEP 1049 (remove_files) COMPLETE
73192024-10-14T03:51:46.497Z[ recovery-image] Oct 14 03:51:45.780 INFO O| Oct 14 03:51:45.780 INFO STEP 1050: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
73202024-10-14T03:51:46.524Z[ recovery-image] Oct 14 03:51:45.792 INFO O| Oct 14 03:51:45.792 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/devlinks"
73212024-10-14T03:51:46.526Z[ recovery-image] Oct 14 03:51:45.792 INFO O| Oct 14 03:51:45.792 INFO STEP 1050 (remove_files) COMPLETE
73222024-10-14T03:51:46.526Z[ recovery-image] Oct 14 03:51:45.792 INFO O| Oct 14 03:51:45.792 INFO STEP 1051: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
73232024-10-14T03:51:46.540Z[ recovery-image] Oct 14 03:51:45.804 INFO O| Oct 14 03:51:45.804 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/df"
73242024-10-14T03:51:46.540Z[ recovery-image] Oct 14 03:51:45.804 INFO O| Oct 14 03:51:45.804 INFO STEP 1051 (remove_files) COMPLETE
73252024-10-14T03:51:46.540Z[ recovery-image] Oct 14 03:51:45.804 INFO O| Oct 14 03:51:45.804 INFO STEP 1052: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
73262024-10-14T03:51:46.540Z[ recovery-image] Oct 14 03:51:45.816 INFO O| Oct 14 03:51:45.816 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/dfmounts"
73272024-10-14T03:51:46.540Z[ recovery-image] Oct 14 03:51:45.816 INFO O| Oct 14 03:51:45.816 INFO STEP 1052 (remove_files) COMPLETE
73282024-10-14T03:51:46.541Z[ recovery-image] Oct 14 03:51:45.816 INFO O| Oct 14 03:51:45.816 INFO STEP 1053: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
73292024-10-14T03:51:46.574Z[ recovery-image] Oct 14 03:51:45.826 INFO O| Oct 14 03:51:45.826 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/dfshares"
73302024-10-14T03:51:46.574Z[ recovery-image] Oct 14 03:51:45.826 INFO O| Oct 14 03:51:45.826 INFO STEP 1053 (remove_files) COMPLETE
73312024-10-14T03:51:46.574Z[ recovery-image] Oct 14 03:51:45.827 INFO O| Oct 14 03:51:45.826 INFO STEP 1054: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
73322024-10-14T03:51:46.581Z[ recovery-image] Oct 14 03:51:45.836 INFO O| Oct 14 03:51:45.836 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/disks"
73332024-10-14T03:51:46.581Z[ recovery-image] Oct 14 03:51:45.837 INFO O| Oct 14 03:51:45.837 INFO STEP 1054 (remove_files) COMPLETE
73342024-10-14T03:51:46.581Z[ recovery-image] Oct 14 03:51:45.837 INFO O| Oct 14 03:51:45.837 INFO STEP 1055: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
73352024-10-14T03:51:46.582Z[ recovery-image] Oct 14 03:51:45.847 INFO O| Oct 14 03:51:45.846 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/dispadmin"
73362024-10-14T03:51:46.582Z[ recovery-image] Oct 14 03:51:45.847 INFO O| Oct 14 03:51:45.847 INFO STEP 1055 (remove_files) COMPLETE
73372024-10-14T03:51:46.582Z[ recovery-image] Oct 14 03:51:45.847 INFO O| Oct 14 03:51:45.847 INFO STEP 1056: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
73382024-10-14T03:51:46.582Z[ recovery-image] Oct 14 03:51:45.858 INFO O| Oct 14 03:51:45.858 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/dminfo"
73392024-10-14T03:51:46.582Z[ recovery-image] Oct 14 03:51:45.858 INFO O| Oct 14 03:51:45.858 INFO STEP 1056 (remove_files) COMPLETE
73402024-10-14T03:51:46.582Z[ recovery-image] Oct 14 03:51:45.859 INFO O| Oct 14 03:51:45.858 INFO STEP 1057: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
73412024-10-14T03:51:46.587Z[ recovery-image] Oct 14 03:51:45.869 INFO O| Oct 14 03:51:45.869 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/drvconfig"
73422024-10-14T03:51:46.587Z[ recovery-image] Oct 14 03:51:45.869 INFO O| Oct 14 03:51:45.869 INFO STEP 1057 (remove_files) COMPLETE
73432024-10-14T03:51:46.587Z[ recovery-image] Oct 14 03:51:45.869 INFO O| Oct 14 03:51:45.869 INFO STEP 1058: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
73442024-10-14T03:51:46.598Z[ recovery-image] Oct 14 03:51:45.879 INFO O| Oct 14 03:51:45.879 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/dtrace"
73452024-10-14T03:51:46.598Z[ recovery-image] Oct 14 03:51:45.879 INFO O| Oct 14 03:51:45.879 INFO STEP 1058 (remove_files) COMPLETE
73462024-10-14T03:51:46.598Z[ recovery-image] Oct 14 03:51:45.880 INFO O| Oct 14 03:51:45.879 INFO STEP 1059: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
73472024-10-14T03:51:46.604Z[ recovery-image] Oct 14 03:51:45.889 INFO O| Oct 14 03:51:45.889 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/eeprom"
73482024-10-14T03:51:46.608Z[ recovery-image] Oct 14 03:51:45.890 INFO O| Oct 14 03:51:45.890 INFO STEP 1059 (remove_files) COMPLETE
73492024-10-14T03:51:46.608Z[ recovery-image] Oct 14 03:51:45.890 INFO O| Oct 14 03:51:45.890 INFO STEP 1060: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
73502024-10-14T03:51:46.615Z[ recovery-image] Oct 14 03:51:45.900 INFO O| Oct 14 03:51:45.900 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/ff"
73512024-10-14T03:51:46.619Z[ recovery-image] Oct 14 03:51:45.900 INFO O| Oct 14 03:51:45.900 INFO STEP 1060 (remove_files) COMPLETE
73522024-10-14T03:51:46.619Z[ recovery-image] Oct 14 03:51:45.900 INFO O| Oct 14 03:51:45.900 INFO STEP 1061: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
73532024-10-14T03:51:46.628Z[ recovery-image] Oct 14 03:51:45.910 INFO O| Oct 14 03:51:45.910 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/fmadm"
73542024-10-14T03:51:46.628Z[ recovery-image] Oct 14 03:51:45.910 INFO O| Oct 14 03:51:45.910 INFO STEP 1061 (remove_files) COMPLETE
73552024-10-14T03:51:46.628Z[ recovery-image] Oct 14 03:51:45.910 INFO O| Oct 14 03:51:45.910 INFO STEP 1062: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
73562024-10-14T03:51:46.636Z[ recovery-image] Oct 14 03:51:45.921 INFO O| Oct 14 03:51:45.921 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/fmdump"
73572024-10-14T03:51:46.636Z[ recovery-image] Oct 14 03:51:45.921 INFO O| Oct 14 03:51:45.921 INFO STEP 1062 (remove_files) COMPLETE
73582024-10-14T03:51:46.641Z[ recovery-image] Oct 14 03:51:45.921 INFO O| Oct 14 03:51:45.921 INFO STEP 1063: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
73592024-10-14T03:51:46.646Z[ recovery-image] Oct 14 03:51:45.931 INFO O| Oct 14 03:51:45.931 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/fmstat"
73602024-10-14T03:51:46.646Z[ recovery-image] Oct 14 03:51:45.931 INFO O| Oct 14 03:51:45.931 INFO STEP 1063 (remove_files) COMPLETE
73612024-10-14T03:51:46.649Z[ recovery-image] Oct 14 03:51:45.931 INFO O| Oct 14 03:51:45.931 INFO STEP 1064: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
73622024-10-14T03:51:46.658Z[ recovery-image] Oct 14 03:51:45.943 INFO O| Oct 14 03:51:45.943 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/fmthard"
73632024-10-14T03:51:46.659Z[ recovery-image] Oct 14 03:51:45.943 INFO O| Oct 14 03:51:45.943 INFO STEP 1064 (remove_files) COMPLETE
73642024-10-14T03:51:46.659Z[ recovery-image] Oct 14 03:51:45.943 INFO O| Oct 14 03:51:45.943 INFO STEP 1065: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
73652024-10-14T03:51:46.674Z[ recovery-image] Oct 14 03:51:45.955 INFO O| Oct 14 03:51:45.955 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/format"
73662024-10-14T03:51:46.679Z[ recovery-image] Oct 14 03:51:45.955 INFO O| Oct 14 03:51:45.955 INFO STEP 1065 (remove_files) COMPLETE
73672024-10-14T03:51:46.679Z[ recovery-image] Oct 14 03:51:45.955 INFO O| Oct 14 03:51:45.955 INFO STEP 1066: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
73682024-10-14T03:51:46.690Z[ recovery-image] Oct 14 03:51:45.966 INFO O| Oct 14 03:51:45.966 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/fsck"
73692024-10-14T03:51:46.690Z[ recovery-image] Oct 14 03:51:45.966 INFO O| Oct 14 03:51:45.966 INFO STEP 1066 (remove_files) COMPLETE
73702024-10-14T03:51:46.690Z[ recovery-image] Oct 14 03:51:45.966 INFO O| Oct 14 03:51:45.966 INFO STEP 1067: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
73712024-10-14T03:51:46.693Z[ recovery-image] Oct 14 03:51:45.977 INFO O| Oct 14 03:51:45.977 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/fuser"
73722024-10-14T03:51:46.693Z[ recovery-image] Oct 14 03:51:45.978 INFO O| Oct 14 03:51:45.977 INFO STEP 1067 (remove_files) COMPLETE
73732024-10-14T03:51:46.693Z[ recovery-image] Oct 14 03:51:45.978 INFO O| Oct 14 03:51:45.978 INFO STEP 1068: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
73742024-10-14T03:51:46.703Z[ recovery-image] Oct 14 03:51:45.988 INFO O| Oct 14 03:51:45.988 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/getdevpolicy"
73752024-10-14T03:51:46.708Z[ recovery-image] Oct 14 03:51:45.988 INFO O| Oct 14 03:51:45.988 INFO STEP 1068 (remove_files) COMPLETE
73762024-10-14T03:51:46.708Z[ recovery-image] Oct 14 03:51:45.988 INFO O| Oct 14 03:51:45.988 INFO STEP 1069: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
73772024-10-14T03:51:47.018Z[ recovery-image] Oct 14 03:51:46.000 INFO O| Oct 14 03:51:46.000 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/getmajor"
73782024-10-14T03:51:47.029Z[ recovery-image] Oct 14 03:51:46.001 INFO O| Oct 14 03:51:46.001 INFO STEP 1069 (remove_files) COMPLETE
73792024-10-14T03:51:47.029Z[ recovery-image] Oct 14 03:51:46.001 INFO O| Oct 14 03:51:46.001 INFO STEP 1070: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
73802024-10-14T03:51:47.029Z[ recovery-image] Oct 14 03:51:46.016 INFO O| Oct 14 03:51:46.016 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/groupadd"
73812024-10-14T03:51:47.029Z[ recovery-image] Oct 14 03:51:46.016 INFO O| Oct 14 03:51:46.016 INFO STEP 1070 (remove_files) COMPLETE
73822024-10-14T03:51:47.029Z[ recovery-image] Oct 14 03:51:46.016 INFO O| Oct 14 03:51:46.016 INFO STEP 1071: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
73832024-10-14T03:51:47.029Z[ recovery-image] Oct 14 03:51:46.032 INFO O| Oct 14 03:51:46.032 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/groupdel"
73842024-10-14T03:51:47.029Z[ recovery-image] Oct 14 03:51:46.032 INFO O| Oct 14 03:51:46.032 INFO STEP 1071 (remove_files) COMPLETE
73852024-10-14T03:51:47.029Z[ recovery-image] Oct 14 03:51:46.032 INFO O| Oct 14 03:51:46.032 INFO STEP 1072: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
73862024-10-14T03:51:47.030Z[ recovery-image] Oct 14 03:51:46.045 INFO O| Oct 14 03:51:46.045 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/groupmod"
73872024-10-14T03:51:47.030Z[ recovery-image] Oct 14 03:51:46.045 INFO O| Oct 14 03:51:46.045 INFO STEP 1072 (remove_files) COMPLETE
73882024-10-14T03:51:47.030Z[ recovery-image] Oct 14 03:51:46.045 INFO O| Oct 14 03:51:46.045 INFO STEP 1073: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
73892024-10-14T03:51:47.030Z[ recovery-image] Oct 14 03:51:46.056 INFO O| Oct 14 03:51:46.056 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/growfs"
73902024-10-14T03:51:47.030Z[ recovery-image] Oct 14 03:51:46.056 INFO O| Oct 14 03:51:46.056 INFO STEP 1073 (remove_files) COMPLETE
73912024-10-14T03:51:47.030Z[ recovery-image] Oct 14 03:51:46.057 INFO O| Oct 14 03:51:46.056 INFO STEP 1074: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
73922024-10-14T03:51:47.030Z[ recovery-image] Oct 14 03:51:46.069 INFO O| Oct 14 03:51:46.069 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/grpck"
73932024-10-14T03:51:47.030Z[ recovery-image] Oct 14 03:51:46.069 INFO O| Oct 14 03:51:46.069 INFO STEP 1074 (remove_files) COMPLETE
73942024-10-14T03:51:47.031Z[ recovery-image] Oct 14 03:51:46.069 INFO O| Oct 14 03:51:46.069 INFO STEP 1075: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
73952024-10-14T03:51:47.031Z[ recovery-image] Oct 14 03:51:46.081 INFO O| Oct 14 03:51:46.081 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/gsscred"
73962024-10-14T03:51:47.031Z[ recovery-image] Oct 14 03:51:46.081 INFO O| Oct 14 03:51:46.081 INFO STEP 1075 (remove_files) COMPLETE
73972024-10-14T03:51:47.031Z[ recovery-image] Oct 14 03:51:46.081 INFO O| Oct 14 03:51:46.081 INFO STEP 1076: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
73982024-10-14T03:51:47.031Z[ recovery-image] Oct 14 03:51:46.092 INFO O| Oct 14 03:51:46.092 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/halt"
73992024-10-14T03:51:47.031Z[ recovery-image] Oct 14 03:51:46.092 INFO O| Oct 14 03:51:46.092 INFO STEP 1076 (remove_files) COMPLETE
74002024-10-14T03:51:47.031Z[ recovery-image] Oct 14 03:51:46.092 INFO O| Oct 14 03:51:46.092 INFO STEP 1077: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
74012024-10-14T03:51:47.031Z[ recovery-image] Oct 14 03:51:46.102 INFO O| Oct 14 03:51:46.102 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/hotplug"
74022024-10-14T03:51:47.031Z[ recovery-image] Oct 14 03:51:46.102 INFO O| Oct 14 03:51:46.102 INFO STEP 1077 (remove_files) COMPLETE
74032024-10-14T03:51:47.031Z[ recovery-image] Oct 14 03:51:46.103 INFO O| Oct 14 03:51:46.102 INFO STEP 1078: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
74042024-10-14T03:51:47.031Z[ recovery-image] Oct 14 03:51:46.113 INFO O| Oct 14 03:51:46.113 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/iasl"
74052024-10-14T03:51:47.031Z[ recovery-image] Oct 14 03:51:46.114 INFO O| Oct 14 03:51:46.113 INFO STEP 1078 (remove_files) COMPLETE
74062024-10-14T03:51:47.031Z[ recovery-image] Oct 14 03:51:46.114 INFO O| Oct 14 03:51:46.113 INFO STEP 1079: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
74072024-10-14T03:51:47.031Z[ recovery-image] Oct 14 03:51:46.124 INFO O| Oct 14 03:51:46.124 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/idmap"
74082024-10-14T03:51:47.031Z[ recovery-image] Oct 14 03:51:46.124 INFO O| Oct 14 03:51:46.124 INFO STEP 1079 (remove_files) COMPLETE
74092024-10-14T03:51:47.031Z[ recovery-image] Oct 14 03:51:46.124 INFO O| Oct 14 03:51:46.124 INFO STEP 1080: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
74102024-10-14T03:51:47.057Z[ recovery-image] Oct 14 03:51:46.134 INFO O| Oct 14 03:51:46.134 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/if_mpadm"
74112024-10-14T03:51:47.057Z[ recovery-image] Oct 14 03:51:46.134 INFO O| Oct 14 03:51:46.134 INFO STEP 1080 (remove_files) COMPLETE
74122024-10-14T03:51:47.057Z[ recovery-image] Oct 14 03:51:46.134 INFO O| Oct 14 03:51:46.134 INFO STEP 1081: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
74132024-10-14T03:51:47.057Z[ recovery-image] Oct 14 03:51:46.144 INFO O| Oct 14 03:51:46.144 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/ikeadm"
74142024-10-14T03:51:47.058Z[ recovery-image] Oct 14 03:51:46.144 INFO O| Oct 14 03:51:46.144 INFO STEP 1081 (remove_files) COMPLETE
74152024-10-14T03:51:47.058Z[ recovery-image] Oct 14 03:51:46.144 INFO O| Oct 14 03:51:46.144 INFO STEP 1082: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
74162024-10-14T03:51:47.059Z[ recovery-image] Oct 14 03:51:46.154 INFO O| Oct 14 03:51:46.154 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/ikecert"
74172024-10-14T03:51:47.059Z[ recovery-image] Oct 14 03:51:46.154 INFO O| Oct 14 03:51:46.154 INFO STEP 1082 (remove_files) COMPLETE
74182024-10-14T03:51:47.059Z[ recovery-image] Oct 14 03:51:46.154 INFO O| Oct 14 03:51:46.154 INFO STEP 1083: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
74192024-10-14T03:51:47.059Z[ recovery-image] Oct 14 03:51:46.164 INFO O| Oct 14 03:51:46.164 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/in.rdisc"
74202024-10-14T03:51:47.059Z[ recovery-image] Oct 14 03:51:46.164 INFO O| Oct 14 03:51:46.164 INFO STEP 1083 (remove_files) COMPLETE
74212024-10-14T03:51:47.059Z[ recovery-image] Oct 14 03:51:46.164 INFO O| Oct 14 03:51:46.164 INFO STEP 1084: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
74222024-10-14T03:51:47.059Z[ recovery-image] Oct 14 03:51:46.174 INFO O| Oct 14 03:51:46.174 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/in.routed"
74232024-10-14T03:51:47.059Z[ recovery-image] Oct 14 03:51:46.174 INFO O| Oct 14 03:51:46.174 INFO STEP 1084 (remove_files) COMPLETE
74242024-10-14T03:51:47.059Z[ recovery-image] Oct 14 03:51:46.174 INFO O| Oct 14 03:51:46.174 INFO STEP 1085: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
74252024-10-14T03:51:47.059Z[ recovery-image] Oct 14 03:51:46.184 INFO O| Oct 14 03:51:46.184 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/inetadm"
74262024-10-14T03:51:47.059Z[ recovery-image] Oct 14 03:51:46.184 INFO O| Oct 14 03:51:46.184 INFO STEP 1085 (remove_files) COMPLETE
74272024-10-14T03:51:47.059Z[ recovery-image] Oct 14 03:51:46.184 INFO O| Oct 14 03:51:46.184 INFO STEP 1086: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
74282024-10-14T03:51:47.059Z[ recovery-image] Oct 14 03:51:46.194 INFO O| Oct 14 03:51:46.194 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/inetconv"
74292024-10-14T03:51:47.060Z[ recovery-image] Oct 14 03:51:46.195 INFO O| Oct 14 03:51:46.194 INFO STEP 1086 (remove_files) COMPLETE
74302024-10-14T03:51:47.060Z[ recovery-image] Oct 14 03:51:46.195 INFO O| Oct 14 03:51:46.195 INFO STEP 1087: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
74312024-10-14T03:51:47.060Z[ recovery-image] Oct 14 03:51:46.204 INFO O| Oct 14 03:51:46.204 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/install"
74322024-10-14T03:51:47.060Z[ recovery-image] Oct 14 03:51:46.205 INFO O| Oct 14 03:51:46.205 INFO STEP 1087 (remove_files) COMPLETE
74332024-10-14T03:51:47.060Z[ recovery-image] Oct 14 03:51:46.205 INFO O| Oct 14 03:51:46.205 INFO STEP 1088: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
74342024-10-14T03:51:47.060Z[ recovery-image] Oct 14 03:51:46.214 INFO O| Oct 14 03:51:46.214 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/installboot"
74352024-10-14T03:51:47.060Z[ recovery-image] Oct 14 03:51:46.215 INFO O| Oct 14 03:51:46.214 INFO STEP 1088 (remove_files) COMPLETE
74362024-10-14T03:51:47.060Z[ recovery-image] Oct 14 03:51:46.215 INFO O| Oct 14 03:51:46.215 INFO STEP 1089: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
74372024-10-14T03:51:47.060Z[ recovery-image] Oct 14 03:51:46.224 INFO O| Oct 14 03:51:46.224 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/installf"
74382024-10-14T03:51:47.060Z[ recovery-image] Oct 14 03:51:46.224 INFO O| Oct 14 03:51:46.224 INFO STEP 1089 (remove_files) COMPLETE
74392024-10-14T03:51:47.060Z[ recovery-image] Oct 14 03:51:46.225 INFO O| Oct 14 03:51:46.224 INFO STEP 1090: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
74402024-10-14T03:51:47.060Z[ host-image] Oct 14 03:51:46.229 INFO O| Oct 14 03:51:46.229 INFO O| Planning: Solver setup ... Done
74412024-10-14T03:51:47.060Z[ host-image] Oct 14 03:51:46.233 INFO O| Oct 14 03:51:46.233 INFO O| Planning: Running solver ... Done
74422024-10-14T03:51:47.060Z[ recovery-image] Oct 14 03:51:46.234 INFO O| Oct 14 03:51:46.234 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/intrstat"
74432024-10-14T03:51:47.060Z[ recovery-image] Oct 14 03:51:46.234 INFO O| Oct 14 03:51:46.234 INFO STEP 1090 (remove_files) COMPLETE
74442024-10-14T03:51:47.060Z[ recovery-image] Oct 14 03:51:46.235 INFO O| Oct 14 03:51:46.234 INFO STEP 1091: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
74452024-10-14T03:51:47.060Z[ recovery-image] Oct 14 03:51:46.245 INFO O| Oct 14 03:51:46.245 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/ipsecalgs"
74462024-10-14T03:51:47.061Z[ recovery-image] Oct 14 03:51:46.245 INFO O| Oct 14 03:51:46.245 INFO STEP 1091 (remove_files) COMPLETE
74472024-10-14T03:51:47.061Z[ recovery-image] Oct 14 03:51:46.245 INFO O| Oct 14 03:51:46.245 INFO STEP 1092: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
74482024-10-14T03:51:47.061Z[ recovery-image] Oct 14 03:51:46.255 INFO O| Oct 14 03:51:46.255 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/ipsecconf"
74492024-10-14T03:51:47.061Z[ recovery-image] Oct 14 03:51:46.255 INFO O| Oct 14 03:51:46.255 INFO STEP 1092 (remove_files) COMPLETE
74502024-10-14T03:51:47.061Z[ recovery-image] Oct 14 03:51:46.255 INFO O| Oct 14 03:51:46.255 INFO STEP 1093: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
74512024-10-14T03:51:47.061Z[ recovery-image] Oct 14 03:51:46.265 INFO O| Oct 14 03:51:46.265 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/ipseckey"
74522024-10-14T03:51:47.061Z[ recovery-image] Oct 14 03:51:46.265 INFO O| Oct 14 03:51:46.265 INFO STEP 1093 (remove_files) COMPLETE
74532024-10-14T03:51:47.061Z[ recovery-image] Oct 14 03:51:46.266 INFO O| Oct 14 03:51:46.265 INFO STEP 1094: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
74542024-10-14T03:51:47.061Z[ recovery-image] Oct 14 03:51:46.275 INFO O| Oct 14 03:51:46.275 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/keyserv"
74552024-10-14T03:51:47.061Z[ recovery-image] Oct 14 03:51:46.276 INFO O| Oct 14 03:51:46.276 INFO STEP 1094 (remove_files) COMPLETE
74562024-10-14T03:51:47.061Z[ recovery-image] Oct 14 03:51:46.276 INFO O| Oct 14 03:51:46.276 INFO STEP 1095: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
74572024-10-14T03:51:47.061Z[ host-image] Oct 14 03:51:46.284 INFO O| Oct 14 03:51:46.284 INFO O| Planning: Finding local manifests ... Done
74582024-10-14T03:51:47.061Z[ host-image] Oct 14 03:51:46.285 INFO O| Oct 14 03:51:46.285 INFO O| Planning: Fetching manifests: 0/1 0% complete
74592024-10-14T03:51:47.061Z[ recovery-image] Oct 14 03:51:46.286 INFO O| Oct 14 03:51:46.286 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/killall"
74602024-10-14T03:51:47.061Z[ recovery-image] Oct 14 03:51:46.286 INFO O| Oct 14 03:51:46.286 INFO STEP 1095 (remove_files) COMPLETE
74612024-10-14T03:51:47.061Z[ recovery-image] Oct 14 03:51:46.286 INFO O| Oct 14 03:51:46.286 INFO STEP 1096: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
74622024-10-14T03:51:47.061Z[ recovery-image] Oct 14 03:51:46.296 INFO O| Oct 14 03:51:46.296 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/link"
74632024-10-14T03:51:47.062Z[ recovery-image] Oct 14 03:51:46.296 INFO O| Oct 14 03:51:46.296 INFO STEP 1096 (remove_files) COMPLETE
74642024-10-14T03:51:47.062Z[ recovery-image] Oct 14 03:51:46.296 INFO O| Oct 14 03:51:46.296 INFO STEP 1097: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
74652024-10-14T03:51:47.062Z[ recovery-image] Oct 14 03:51:46.306 INFO O| Oct 14 03:51:46.306 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/list_devices"
74662024-10-14T03:51:47.062Z[ recovery-image] Oct 14 03:51:46.306 INFO O| Oct 14 03:51:46.306 INFO STEP 1097 (remove_files) COMPLETE
74672024-10-14T03:51:47.062Z[ recovery-image] Oct 14 03:51:46.306 INFO O| Oct 14 03:51:46.306 INFO STEP 1098: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
74682024-10-14T03:51:47.062Z[ recovery-image] Oct 14 03:51:46.316 INFO O| Oct 14 03:51:46.316 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/locator"
74692024-10-14T03:51:47.062Z[ recovery-image] Oct 14 03:51:46.316 INFO O| Oct 14 03:51:46.316 INFO STEP 1098 (remove_files) COMPLETE
74702024-10-14T03:51:47.062Z[ recovery-image] Oct 14 03:51:46.316 INFO O| Oct 14 03:51:46.316 INFO STEP 1099: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
74712024-10-14T03:51:47.062Z[ recovery-image] Oct 14 03:51:46.326 INFO O| Oct 14 03:51:46.326 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/lockstat"
74722024-10-14T03:51:47.062Z[ recovery-image] Oct 14 03:51:46.326 INFO O| Oct 14 03:51:46.326 INFO STEP 1099 (remove_files) COMPLETE
74732024-10-14T03:51:47.062Z[ recovery-image] Oct 14 03:51:46.326 INFO O| Oct 14 03:51:46.326 INFO STEP 1100: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
74742024-10-14T03:51:47.071Z[ recovery-image] Oct 14 03:51:46.336 INFO O| Oct 14 03:51:46.336 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/lofiadm"
74752024-10-14T03:51:47.071Z[ recovery-image] Oct 14 03:51:46.336 INFO O| Oct 14 03:51:46.336 INFO STEP 1100 (remove_files) COMPLETE
74762024-10-14T03:51:47.071Z[ recovery-image] Oct 14 03:51:46.336 INFO O| Oct 14 03:51:46.336 INFO STEP 1101: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
74772024-10-14T03:51:47.071Z[ recovery-image] Oct 14 03:51:46.346 INFO O| Oct 14 03:51:46.346 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/logadm"
74782024-10-14T03:51:47.072Z[ recovery-image] Oct 14 03:51:46.346 INFO O| Oct 14 03:51:46.346 INFO STEP 1101 (remove_files) COMPLETE
74792024-10-14T03:51:47.072Z[ recovery-image] Oct 14 03:51:46.346 INFO O| Oct 14 03:51:46.346 INFO STEP 1102: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
74802024-10-14T03:51:47.088Z[ recovery-image] Oct 14 03:51:46.356 INFO O| Oct 14 03:51:46.356 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/makedbm"
74812024-10-14T03:51:47.088Z[ recovery-image] Oct 14 03:51:46.356 INFO O| Oct 14 03:51:46.356 INFO STEP 1102 (remove_files) COMPLETE
74822024-10-14T03:51:47.088Z[ recovery-image] Oct 14 03:51:46.356 INFO O| Oct 14 03:51:46.356 INFO STEP 1103: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
74832024-10-14T03:51:47.115Z[ recovery-image] Oct 14 03:51:46.366 INFO O| Oct 14 03:51:46.366 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/mkdevalloc"
74842024-10-14T03:51:47.115Z[ recovery-image] Oct 14 03:51:46.366 INFO O| Oct 14 03:51:46.366 INFO STEP 1103 (remove_files) COMPLETE
74852024-10-14T03:51:47.115Z[ recovery-image] Oct 14 03:51:46.366 INFO O| Oct 14 03:51:46.366 INFO STEP 1104: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
74862024-10-14T03:51:47.115Z[ recovery-image] Oct 14 03:51:46.376 INFO O| Oct 14 03:51:46.376 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/mkdevmaps"
74872024-10-14T03:51:47.115Z[ recovery-image] Oct 14 03:51:46.376 INFO O| Oct 14 03:51:46.376 INFO STEP 1104 (remove_files) COMPLETE
74882024-10-14T03:51:47.115Z[ recovery-image] Oct 14 03:51:46.376 INFO O| Oct 14 03:51:46.376 INFO STEP 1105: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
74892024-10-14T03:51:47.124Z[ recovery-image] Oct 14 03:51:46.386 INFO O| Oct 14 03:51:46.386 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/mkfile"
74902024-10-14T03:51:47.124Z[ recovery-image] Oct 14 03:51:46.386 INFO O| Oct 14 03:51:46.386 INFO STEP 1105 (remove_files) COMPLETE
74912024-10-14T03:51:47.124Z[ recovery-image] Oct 14 03:51:46.386 INFO O| Oct 14 03:51:46.386 INFO STEP 1106: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
74922024-10-14T03:51:47.124Z[ recovery-image] Oct 14 03:51:46.396 INFO O| Oct 14 03:51:46.396 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/mknod"
74932024-10-14T03:51:47.124Z[ recovery-image] Oct 14 03:51:46.396 INFO O| Oct 14 03:51:46.396 INFO STEP 1106 (remove_files) COMPLETE
74942024-10-14T03:51:47.125Z[ recovery-image] Oct 14 03:51:46.396 INFO O| Oct 14 03:51:46.396 INFO STEP 1107: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
74952024-10-14T03:51:47.125Z[ recovery-image] Oct 14 03:51:46.406 INFO O| Oct 14 03:51:46.406 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/modinfo"
74962024-10-14T03:51:47.125Z[ recovery-image] Oct 14 03:51:46.406 INFO O| Oct 14 03:51:46.406 INFO STEP 1107 (remove_files) COMPLETE
74972024-10-14T03:51:47.125Z[ recovery-image] Oct 14 03:51:46.406 INFO O| Oct 14 03:51:46.406 INFO STEP 1108: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
74982024-10-14T03:51:47.131Z[ recovery-image] Oct 14 03:51:46.416 INFO O| Oct 14 03:51:46.416 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/modload"
74992024-10-14T03:51:47.134Z[ recovery-image] Oct 14 03:51:46.416 INFO O| Oct 14 03:51:46.416 INFO STEP 1108 (remove_files) COMPLETE
75002024-10-14T03:51:47.134Z[ recovery-image] Oct 14 03:51:46.416 INFO O| Oct 14 03:51:46.416 INFO STEP 1109: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
75012024-10-14T03:51:47.142Z[ recovery-image] Oct 14 03:51:46.426 INFO O| Oct 14 03:51:46.426 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/mountall"
75022024-10-14T03:51:47.142Z[ recovery-image] Oct 14 03:51:46.427 INFO O| Oct 14 03:51:46.427 INFO STEP 1109 (remove_files) COMPLETE
75032024-10-14T03:51:47.144Z[ recovery-image] Oct 14 03:51:46.427 INFO O| Oct 14 03:51:46.427 INFO STEP 1110: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
75042024-10-14T03:51:47.151Z[ recovery-image] Oct 14 03:51:46.436 INFO O| Oct 14 03:51:46.436 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/msgid"
75052024-10-14T03:51:47.151Z[ recovery-image] Oct 14 03:51:46.436 INFO O| Oct 14 03:51:46.436 INFO STEP 1110 (remove_files) COMPLETE
75062024-10-14T03:51:47.153Z[ recovery-image] Oct 14 03:51:46.437 INFO O| Oct 14 03:51:46.436 INFO STEP 1111: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
75072024-10-14T03:51:47.160Z[ recovery-image] Oct 14 03:51:46.446 INFO O| Oct 14 03:51:46.446 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/mvdir"
75082024-10-14T03:51:47.161Z[ recovery-image] Oct 14 03:51:46.446 INFO O| Oct 14 03:51:46.446 INFO STEP 1111 (remove_files) COMPLETE
75092024-10-14T03:51:47.163Z[ recovery-image] Oct 14 03:51:46.446 INFO O| Oct 14 03:51:46.446 INFO STEP 1112: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
75102024-10-14T03:51:47.170Z[ recovery-image] Oct 14 03:51:46.456 INFO O| Oct 14 03:51:46.456 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/ndp"
75112024-10-14T03:51:47.171Z[ recovery-image] Oct 14 03:51:46.456 INFO O| Oct 14 03:51:46.456 INFO STEP 1112 (remove_files) COMPLETE
75122024-10-14T03:51:47.171Z[ recovery-image] Oct 14 03:51:46.456 INFO O| Oct 14 03:51:46.456 INFO STEP 1113: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
75132024-10-14T03:51:47.181Z[ recovery-image] Oct 14 03:51:46.466 INFO O| Oct 14 03:51:46.466 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/nlsadmin"
75142024-10-14T03:51:47.181Z[ recovery-image] Oct 14 03:51:46.466 INFO O| Oct 14 03:51:46.466 INFO STEP 1113 (remove_files) COMPLETE
75152024-10-14T03:51:47.181Z[ recovery-image] Oct 14 03:51:46.466 INFO O| Oct 14 03:51:46.466 INFO STEP 1114: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
75162024-10-14T03:51:47.192Z[ recovery-image] Oct 14 03:51:46.476 INFO O| Oct 14 03:51:46.476 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/nltest"
75172024-10-14T03:51:47.197Z[ recovery-image] Oct 14 03:51:46.476 INFO O| Oct 14 03:51:46.476 INFO STEP 1114 (remove_files) COMPLETE
75182024-10-14T03:51:47.197Z[ recovery-image] Oct 14 03:51:46.476 INFO O| Oct 14 03:51:46.476 INFO STEP 1115: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
75192024-10-14T03:51:47.201Z[ recovery-image] Oct 14 03:51:46.486 INFO O| Oct 14 03:51:46.486 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/nvmeadm"
75202024-10-14T03:51:47.206Z[ recovery-image] Oct 14 03:51:46.486 INFO O| Oct 14 03:51:46.486 INFO STEP 1115 (remove_files) COMPLETE
75212024-10-14T03:51:47.206Z[ recovery-image] Oct 14 03:51:46.486 INFO O| Oct 14 03:51:46.486 INFO STEP 1116: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
75222024-10-14T03:51:47.213Z[ recovery-image] Oct 14 03:51:46.496 INFO O| Oct 14 03:51:46.496 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/nwamadm"
75232024-10-14T03:51:47.213Z[ recovery-image] Oct 14 03:51:46.496 INFO O| Oct 14 03:51:46.496 INFO STEP 1116 (remove_files) COMPLETE
75242024-10-14T03:51:47.213Z[ recovery-image] Oct 14 03:51:46.496 INFO O| Oct 14 03:51:46.496 INFO STEP 1117: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
75252024-10-14T03:51:47.221Z[ recovery-image] Oct 14 03:51:46.506 INFO O| Oct 14 03:51:46.506 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/nwamcfg"
75262024-10-14T03:51:47.224Z[ recovery-image] Oct 14 03:51:46.506 INFO O| Oct 14 03:51:46.506 INFO STEP 1117 (remove_files) COMPLETE
75272024-10-14T03:51:47.224Z[ recovery-image] Oct 14 03:51:46.506 INFO O| Oct 14 03:51:46.506 INFO STEP 1118: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
75282024-10-14T03:51:47.231Z[ recovery-image] Oct 14 03:51:46.516 INFO O| Oct 14 03:51:46.516 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/pbind"
75292024-10-14T03:51:47.234Z[ recovery-image] Oct 14 03:51:46.516 INFO O| Oct 14 03:51:46.516 INFO STEP 1118 (remove_files) COMPLETE
75302024-10-14T03:51:47.234Z[ recovery-image] Oct 14 03:51:46.516 INFO O| Oct 14 03:51:46.516 INFO STEP 1119: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
75312024-10-14T03:51:47.240Z[ recovery-image] Oct 14 03:51:46.526 INFO O| Oct 14 03:51:46.526 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/ping"
75322024-10-14T03:51:47.241Z[ recovery-image] Oct 14 03:51:46.526 INFO O| Oct 14 03:51:46.526 INFO STEP 1119 (remove_files) COMPLETE
75332024-10-14T03:51:47.243Z[ recovery-image] Oct 14 03:51:46.526 INFO O| Oct 14 03:51:46.526 INFO STEP 1120: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
75342024-10-14T03:51:47.251Z[ recovery-image] Oct 14 03:51:46.536 INFO O| Oct 14 03:51:46.536 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/pkgadd"
75352024-10-14T03:51:47.251Z[ recovery-image] Oct 14 03:51:46.536 INFO O| Oct 14 03:51:46.536 INFO STEP 1120 (remove_files) COMPLETE
75362024-10-14T03:51:47.253Z[ recovery-image] Oct 14 03:51:46.536 INFO O| Oct 14 03:51:46.536 INFO STEP 1121: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
75372024-10-14T03:51:47.261Z[ recovery-image] Oct 14 03:51:46.546 INFO O| Oct 14 03:51:46.546 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/pkgask"
75382024-10-14T03:51:47.261Z[ recovery-image] Oct 14 03:51:46.546 INFO O| Oct 14 03:51:46.546 INFO STEP 1121 (remove_files) COMPLETE
75392024-10-14T03:51:47.261Z[ recovery-image] Oct 14 03:51:46.546 INFO O| Oct 14 03:51:46.546 INFO STEP 1122: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
75402024-10-14T03:51:47.271Z[ recovery-image] Oct 14 03:51:46.556 INFO O| Oct 14 03:51:46.556 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/pkgchk"
75412024-10-14T03:51:47.274Z[ recovery-image] Oct 14 03:51:46.556 INFO O| Oct 14 03:51:46.556 INFO STEP 1122 (remove_files) COMPLETE
75422024-10-14T03:51:47.274Z[ recovery-image] Oct 14 03:51:46.556 INFO O| Oct 14 03:51:46.556 INFO STEP 1123: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
75432024-10-14T03:51:47.281Z[ recovery-image] Oct 14 03:51:46.566 INFO O| Oct 14 03:51:46.566 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/pkgrm"
75442024-10-14T03:51:47.283Z[ recovery-image] Oct 14 03:51:46.566 INFO O| Oct 14 03:51:46.566 INFO STEP 1123 (remove_files) COMPLETE
75452024-10-14T03:51:47.283Z[ recovery-image] Oct 14 03:51:46.566 INFO O| Oct 14 03:51:46.566 INFO STEP 1124: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
75462024-10-14T03:51:47.291Z[ recovery-image] Oct 14 03:51:46.576 INFO O| Oct 14 03:51:46.576 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/plockstat"
75472024-10-14T03:51:47.291Z[ recovery-image] Oct 14 03:51:46.576 INFO O| Oct 14 03:51:46.576 INFO STEP 1124 (remove_files) COMPLETE
75482024-10-14T03:51:47.291Z[ recovery-image] Oct 14 03:51:46.576 INFO O| Oct 14 03:51:46.576 INFO STEP 1125: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
75492024-10-14T03:51:47.301Z[ recovery-image] Oct 14 03:51:46.586 INFO O| Oct 14 03:51:46.586 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/pooladm"
75502024-10-14T03:51:47.301Z[ recovery-image] Oct 14 03:51:46.586 INFO O| Oct 14 03:51:46.586 INFO STEP 1125 (remove_files) COMPLETE
75512024-10-14T03:51:47.303Z[ recovery-image] Oct 14 03:51:46.586 INFO O| Oct 14 03:51:46.586 INFO STEP 1126: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
75522024-10-14T03:51:47.311Z[ recovery-image] Oct 14 03:51:46.596 INFO O| Oct 14 03:51:46.596 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/poolbind"
75532024-10-14T03:51:47.314Z[ recovery-image] Oct 14 03:51:46.596 INFO O| Oct 14 03:51:46.596 INFO STEP 1126 (remove_files) COMPLETE
75542024-10-14T03:51:47.314Z[ recovery-image] Oct 14 03:51:46.596 INFO O| Oct 14 03:51:46.596 INFO STEP 1127: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
75552024-10-14T03:51:47.320Z[ recovery-image] Oct 14 03:51:46.606 INFO O| Oct 14 03:51:46.606 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/poolcfg"
75562024-10-14T03:51:47.320Z[ recovery-image] Oct 14 03:51:46.606 INFO O| Oct 14 03:51:46.606 INFO STEP 1127 (remove_files) COMPLETE
75572024-10-14T03:51:47.323Z[ recovery-image] Oct 14 03:51:46.606 INFO O| Oct 14 03:51:46.606 INFO STEP 1128: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
75582024-10-14T03:51:47.331Z[ recovery-image] Oct 14 03:51:46.616 INFO O| Oct 14 03:51:46.616 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/ports"
75592024-10-14T03:51:47.331Z[ recovery-image] Oct 14 03:51:46.616 INFO O| Oct 14 03:51:46.616 INFO STEP 1128 (remove_files) COMPLETE
75602024-10-14T03:51:47.333Z[ recovery-image] Oct 14 03:51:46.616 INFO O| Oct 14 03:51:46.616 INFO STEP 1129: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
75612024-10-14T03:51:47.341Z[ recovery-image] Oct 14 03:51:46.626 INFO O| Oct 14 03:51:46.626 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/poweroff"
75622024-10-14T03:51:47.341Z[ recovery-image] Oct 14 03:51:46.626 INFO O| Oct 14 03:51:46.626 INFO STEP 1129 (remove_files) COMPLETE
75632024-10-14T03:51:47.341Z[ recovery-image] Oct 14 03:51:46.626 INFO O| Oct 14 03:51:46.626 INFO STEP 1130: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
75642024-10-14T03:51:47.351Z[ recovery-image] Oct 14 03:51:46.636 INFO O| Oct 14 03:51:46.636 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/pptadm"
75652024-10-14T03:51:47.351Z[ recovery-image] Oct 14 03:51:46.636 INFO O| Oct 14 03:51:46.636 INFO STEP 1130 (remove_files) COMPLETE
75662024-10-14T03:51:47.354Z[ recovery-image] Oct 14 03:51:46.636 INFO O| Oct 14 03:51:46.636 INFO STEP 1131: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
75672024-10-14T03:51:47.360Z[ recovery-image] Oct 14 03:51:46.646 INFO O| Oct 14 03:51:46.646 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/praudit"
75682024-10-14T03:51:47.360Z[ recovery-image] Oct 14 03:51:46.646 INFO O| Oct 14 03:51:46.646 INFO STEP 1131 (remove_files) COMPLETE
75692024-10-14T03:51:47.360Z[ recovery-image] Oct 14 03:51:46.646 INFO O| Oct 14 03:51:46.646 INFO STEP 1132: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
75702024-10-14T03:51:47.371Z[ recovery-image] Oct 14 03:51:46.656 INFO O| Oct 14 03:51:46.656 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/projadd"
75712024-10-14T03:51:47.371Z[ recovery-image] Oct 14 03:51:46.656 INFO O| Oct 14 03:51:46.656 INFO STEP 1132 (remove_files) COMPLETE
75722024-10-14T03:51:47.374Z[ recovery-image] Oct 14 03:51:46.656 INFO O| Oct 14 03:51:46.656 INFO STEP 1133: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
75732024-10-14T03:51:47.382Z[ recovery-image] Oct 14 03:51:46.666 INFO O| Oct 14 03:51:46.666 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/projdel"
75742024-10-14T03:51:47.382Z[ recovery-image] Oct 14 03:51:46.666 INFO O| Oct 14 03:51:46.666 INFO STEP 1133 (remove_files) COMPLETE
75752024-10-14T03:51:47.384Z[ recovery-image] Oct 14 03:51:46.666 INFO O| Oct 14 03:51:46.666 INFO STEP 1134: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
75762024-10-14T03:51:47.392Z[ recovery-image] Oct 14 03:51:46.676 INFO O| Oct 14 03:51:46.676 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/projmod"
75772024-10-14T03:51:47.392Z[ recovery-image] Oct 14 03:51:46.676 INFO O| Oct 14 03:51:46.676 INFO STEP 1134 (remove_files) COMPLETE
75782024-10-14T03:51:47.395Z[ recovery-image] Oct 14 03:51:46.676 INFO O| Oct 14 03:51:46.676 INFO STEP 1135: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
75792024-10-14T03:51:47.400Z[ recovery-image] Oct 14 03:51:46.686 INFO O| Oct 14 03:51:46.686 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/prtdiag"
75802024-10-14T03:51:47.400Z[ recovery-image] Oct 14 03:51:46.686 INFO O| Oct 14 03:51:46.686 INFO STEP 1135 (remove_files) COMPLETE
75812024-10-14T03:51:47.403Z[ recovery-image] Oct 14 03:51:46.686 INFO O| Oct 14 03:51:46.686 INFO STEP 1136: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
75822024-10-14T03:51:47.410Z[ recovery-image] Oct 14 03:51:46.696 INFO O| Oct 14 03:51:46.696 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/prtpicl"
75832024-10-14T03:51:47.410Z[ recovery-image] Oct 14 03:51:46.696 INFO O| Oct 14 03:51:46.696 INFO STEP 1136 (remove_files) COMPLETE
75842024-10-14T03:51:47.410Z[ recovery-image] Oct 14 03:51:46.696 INFO O| Oct 14 03:51:46.696 INFO STEP 1137: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
75852024-10-14T03:51:47.420Z[ recovery-image] Oct 14 03:51:46.706 INFO O| Oct 14 03:51:46.706 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/prtvtoc"
75862024-10-14T03:51:47.420Z[ recovery-image] Oct 14 03:51:46.706 INFO O| Oct 14 03:51:46.706 INFO STEP 1137 (remove_files) COMPLETE
75872024-10-14T03:51:47.423Z[ recovery-image] Oct 14 03:51:46.706 INFO O| Oct 14 03:51:46.706 INFO STEP 1138: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
75882024-10-14T03:51:47.432Z[ recovery-image] Oct 14 03:51:46.717 INFO O| Oct 14 03:51:46.717 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/psradm"
75892024-10-14T03:51:47.435Z[ recovery-image] Oct 14 03:51:46.717 INFO O| Oct 14 03:51:46.717 INFO STEP 1138 (remove_files) COMPLETE
75902024-10-14T03:51:47.435Z[ recovery-image] Oct 14 03:51:46.718 INFO O| Oct 14 03:51:46.717 INFO STEP 1139: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
75912024-10-14T03:51:47.443Z[ recovery-image] Oct 14 03:51:46.727 INFO O| Oct 14 03:51:46.727 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/psrinfo"
75922024-10-14T03:51:47.443Z[ recovery-image] Oct 14 03:51:46.727 INFO O| Oct 14 03:51:46.727 INFO STEP 1139 (remove_files) COMPLETE
75932024-10-14T03:51:47.445Z[ recovery-image] Oct 14 03:51:46.727 INFO O| Oct 14 03:51:46.727 INFO STEP 1140: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
75942024-10-14T03:51:47.453Z[ recovery-image] Oct 14 03:51:46.739 INFO O| Oct 14 03:51:46.739 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/psrset"
75952024-10-14T03:51:47.453Z[ recovery-image] Oct 14 03:51:46.739 INFO O| Oct 14 03:51:46.739 INFO STEP 1140 (remove_files) COMPLETE
75962024-10-14T03:51:47.456Z[ recovery-image] Oct 14 03:51:46.739 INFO O| Oct 14 03:51:46.739 INFO STEP 1141: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
75972024-10-14T03:51:47.464Z[ recovery-image] Oct 14 03:51:46.749 INFO O| Oct 14 03:51:46.749 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/pwck"
75982024-10-14T03:51:47.464Z[ recovery-image] Oct 14 03:51:46.749 INFO O| Oct 14 03:51:46.749 INFO STEP 1141 (remove_files) COMPLETE
75992024-10-14T03:51:47.466Z[ recovery-image] Oct 14 03:51:46.749 INFO O| Oct 14 03:51:46.749 INFO STEP 1142: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
76002024-10-14T03:51:47.474Z[ recovery-image] Oct 14 03:51:46.759 INFO O| Oct 14 03:51:46.759 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/pwconv"
76012024-10-14T03:51:47.474Z[ recovery-image] Oct 14 03:51:46.759 INFO O| Oct 14 03:51:46.759 INFO STEP 1142 (remove_files) COMPLETE
76022024-10-14T03:51:47.477Z[ recovery-image] Oct 14 03:51:46.759 INFO O| Oct 14 03:51:46.759 INFO STEP 1143: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
76032024-10-14T03:51:47.484Z[ recovery-image] Oct 14 03:51:46.770 INFO O| Oct 14 03:51:46.770 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/raidctl"
76042024-10-14T03:51:47.485Z[ recovery-image] Oct 14 03:51:46.770 INFO O| Oct 14 03:51:46.770 INFO STEP 1143 (remove_files) COMPLETE
76052024-10-14T03:51:47.487Z[ recovery-image] Oct 14 03:51:46.770 INFO O| Oct 14 03:51:46.770 INFO STEP 1144: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
76062024-10-14T03:51:47.495Z[ recovery-image] Oct 14 03:51:46.780 INFO O| Oct 14 03:51:46.780 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/ramdiskadm"
76072024-10-14T03:51:47.495Z[ recovery-image] Oct 14 03:51:46.780 INFO O| Oct 14 03:51:46.780 INFO STEP 1144 (remove_files) COMPLETE
76082024-10-14T03:51:47.497Z[ recovery-image] Oct 14 03:51:46.780 INFO O| Oct 14 03:51:46.780 INFO STEP 1145: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
76092024-10-14T03:51:47.507Z[ recovery-image] Oct 14 03:51:46.793 INFO O| Oct 14 03:51:46.793 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/rctladm"
76102024-10-14T03:51:47.507Z[ recovery-image] Oct 14 03:51:46.793 INFO O| Oct 14 03:51:46.793 INFO STEP 1145 (remove_files) COMPLETE
76112024-10-14T03:51:47.510Z[ recovery-image] Oct 14 03:51:46.793 INFO O| Oct 14 03:51:46.793 INFO STEP 1146: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
76122024-10-14T03:51:47.512Z[ host-image] Oct 14 03:51:46.798 INFO O| Oct 14 03:51:46.797 INFO O| Planning: Fetching manifests: 1/1 100% complete
76132024-10-14T03:51:47.520Z[ recovery-image] Oct 14 03:51:46.806 INFO O| Oct 14 03:51:46.805 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/rdmsr"
76142024-10-14T03:51:47.520Z[ recovery-image] Oct 14 03:51:46.806 INFO O| Oct 14 03:51:46.806 INFO STEP 1146 (remove_files) COMPLETE
76152024-10-14T03:51:47.520Z[ recovery-image] Oct 14 03:51:46.806 INFO O| Oct 14 03:51:46.806 INFO STEP 1147: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
76162024-10-14T03:51:47.530Z[ host-image] Oct 14 03:51:46.816 INFO O| Oct 14 03:51:46.816 INFO O| Planning: Package planning ... Done
76172024-10-14T03:51:47.533Z[ host-image] Oct 14 03:51:46.816 INFO O| Oct 14 03:51:46.816 INFO O| Planning: Merging actions ... Done
76182024-10-14T03:51:47.533Z[ recovery-image] Oct 14 03:51:46.818 INFO O| Oct 14 03:51:46.818 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/reboot"
76192024-10-14T03:51:47.533Z[ recovery-image] Oct 14 03:51:46.818 INFO O| Oct 14 03:51:46.818 INFO STEP 1147 (remove_files) COMPLETE
76202024-10-14T03:51:47.533Z[ recovery-image] Oct 14 03:51:46.818 INFO O| Oct 14 03:51:46.818 INFO STEP 1148: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
76212024-10-14T03:51:47.546Z[ recovery-image] Oct 14 03:51:46.830 INFO O| Oct 14 03:51:46.830 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/rem_drv"
76222024-10-14T03:51:47.546Z[ recovery-image] Oct 14 03:51:46.830 INFO O| Oct 14 03:51:46.830 INFO STEP 1148 (remove_files) COMPLETE
76232024-10-14T03:51:47.546Z[ recovery-image] Oct 14 03:51:46.830 INFO O| Oct 14 03:51:46.830 INFO STEP 1149: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
76242024-10-14T03:51:47.555Z[ recovery-image] Oct 14 03:51:46.840 INFO O| Oct 14 03:51:46.840 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/removef"
76252024-10-14T03:51:47.555Z[ recovery-image] Oct 14 03:51:46.841 INFO O| Oct 14 03:51:46.841 INFO STEP 1149 (remove_files) COMPLETE
76262024-10-14T03:51:47.555Z[ recovery-image] Oct 14 03:51:46.841 INFO O| Oct 14 03:51:46.841 INFO STEP 1150: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
76272024-10-14T03:51:47.566Z[ recovery-image] Oct 14 03:51:46.851 INFO O| Oct 14 03:51:46.851 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/roleadd"
76282024-10-14T03:51:47.571Z[ recovery-image] Oct 14 03:51:46.852 INFO O| Oct 14 03:51:46.852 INFO STEP 1150 (remove_files) COMPLETE
76292024-10-14T03:51:47.571Z[ recovery-image] Oct 14 03:51:46.852 INFO O| Oct 14 03:51:46.852 INFO STEP 1151: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
76302024-10-14T03:51:47.578Z[ recovery-image] Oct 14 03:51:46.862 INFO O| Oct 14 03:51:46.862 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/roledel"
76312024-10-14T03:51:47.578Z[ recovery-image] Oct 14 03:51:46.862 INFO O| Oct 14 03:51:46.862 INFO STEP 1151 (remove_files) COMPLETE
76322024-10-14T03:51:47.578Z[ recovery-image] Oct 14 03:51:46.862 INFO O| Oct 14 03:51:46.862 INFO STEP 1152: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
76332024-10-14T03:51:47.586Z[ recovery-image] Oct 14 03:51:46.872 INFO O| Oct 14 03:51:46.872 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/rolemod"
76342024-10-14T03:51:47.589Z[ recovery-image] Oct 14 03:51:46.872 INFO O| Oct 14 03:51:46.872 INFO STEP 1152 (remove_files) COMPLETE
76352024-10-14T03:51:47.589Z[ recovery-image] Oct 14 03:51:46.872 INFO O| Oct 14 03:51:46.872 INFO STEP 1153: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
76362024-10-14T03:51:47.592Z[ host-image] Oct 14 03:51:46.877 INFO O| Oct 14 03:51:46.877 INFO O| Planning: Checking for conflicting actions ... Done
76372024-10-14T03:51:47.595Z[ host-image] Oct 14 03:51:46.877 INFO O| Oct 14 03:51:46.877 INFO O| Planning: Consolidating action changes ... Done
76382024-10-14T03:51:47.598Z[ recovery-image] Oct 14 03:51:46.882 INFO O| Oct 14 03:51:46.882 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/root_archive"
76392024-10-14T03:51:47.598Z[ recovery-image] Oct 14 03:51:46.882 INFO O| Oct 14 03:51:46.882 INFO STEP 1153 (remove_files) COMPLETE
76402024-10-14T03:51:47.598Z[ recovery-image] Oct 14 03:51:46.882 INFO O| Oct 14 03:51:46.882 INFO STEP 1154: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
76412024-10-14T03:51:47.606Z[ recovery-image] Oct 14 03:51:46.892 INFO O| Oct 14 03:51:46.892 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/rpcbind"
76422024-10-14T03:51:47.606Z[ recovery-image] Oct 14 03:51:46.892 INFO O| Oct 14 03:51:46.892 INFO STEP 1154 (remove_files) COMPLETE
76432024-10-14T03:51:47.609Z[ recovery-image] Oct 14 03:51:46.892 INFO O| Oct 14 03:51:46.892 INFO STEP 1155: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
76442024-10-14T03:51:47.617Z[ recovery-image] Oct 14 03:51:46.902 INFO O| Oct 14 03:51:46.902 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/rtc"
76452024-10-14T03:51:47.617Z[ recovery-image] Oct 14 03:51:46.902 INFO O| Oct 14 03:51:46.902 INFO STEP 1155 (remove_files) COMPLETE
76462024-10-14T03:51:47.617Z[ recovery-image] Oct 14 03:51:46.902 INFO O| Oct 14 03:51:46.902 INFO STEP 1156: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
76472024-10-14T03:51:47.627Z[ recovery-image] Oct 14 03:51:46.912 INFO O| Oct 14 03:51:46.912 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/rtquery"
76482024-10-14T03:51:47.631Z[ recovery-image] Oct 14 03:51:46.912 INFO O| Oct 14 03:51:46.912 INFO STEP 1156 (remove_files) COMPLETE
76492024-10-14T03:51:47.631Z[ recovery-image] Oct 14 03:51:46.912 INFO O| Oct 14 03:51:46.912 INFO STEP 1157: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
76502024-10-14T03:51:47.636Z[ recovery-image] Oct 14 03:51:46.922 INFO O| Oct 14 03:51:46.922 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/setmnt"
76512024-10-14T03:51:47.636Z[ recovery-image] Oct 14 03:51:46.922 INFO O| Oct 14 03:51:46.922 INFO STEP 1157 (remove_files) COMPLETE
76522024-10-14T03:51:47.639Z[ recovery-image] Oct 14 03:51:46.922 INFO O| Oct 14 03:51:46.922 INFO STEP 1158: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
76532024-10-14T03:51:47.648Z[ recovery-image] Oct 14 03:51:46.934 INFO O| Oct 14 03:51:46.934 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/share"
76542024-10-14T03:51:47.648Z[ recovery-image] Oct 14 03:51:46.934 INFO O| Oct 14 03:51:46.934 INFO STEP 1158 (remove_files) COMPLETE
76552024-10-14T03:51:47.651Z[ recovery-image] Oct 14 03:51:46.934 INFO O| Oct 14 03:51:46.934 INFO STEP 1159: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
76562024-10-14T03:51:47.660Z[ recovery-image] Oct 14 03:51:46.945 INFO O| Oct 14 03:51:46.945 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/shareall"
76572024-10-14T03:51:47.661Z[ recovery-image] Oct 14 03:51:46.945 INFO O| Oct 14 03:51:46.945 INFO STEP 1159 (remove_files) COMPLETE
76582024-10-14T03:51:47.661Z[ recovery-image] Oct 14 03:51:46.946 INFO O| Oct 14 03:51:46.945 INFO STEP 1160: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
76592024-10-14T03:51:47.670Z[ recovery-image] Oct 14 03:51:46.955 INFO O| Oct 14 03:51:46.955 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/sharectl"
76602024-10-14T03:51:47.674Z[ recovery-image] Oct 14 03:51:46.956 INFO O| Oct 14 03:51:46.955 INFO STEP 1160 (remove_files) COMPLETE
76612024-10-14T03:51:47.674Z[ recovery-image] Oct 14 03:51:46.956 INFO O| Oct 14 03:51:46.955 INFO STEP 1161: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
76622024-10-14T03:51:47.680Z[ recovery-image] Oct 14 03:51:46.966 INFO O| Oct 14 03:51:46.965 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/sharemgr"
76632024-10-14T03:51:47.680Z[ recovery-image] Oct 14 03:51:46.966 INFO O| Oct 14 03:51:46.966 INFO STEP 1161 (remove_files) COMPLETE
76642024-10-14T03:51:47.680Z[ recovery-image] Oct 14 03:51:46.966 INFO O| Oct 14 03:51:46.966 INFO STEP 1162: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
76652024-10-14T03:51:47.691Z[ recovery-image] Oct 14 03:51:46.975 INFO O| Oct 14 03:51:46.975 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/shutdown"
76662024-10-14T03:51:47.691Z[ recovery-image] Oct 14 03:51:46.975 INFO O| Oct 14 03:51:46.975 INFO STEP 1162 (remove_files) COMPLETE
76672024-10-14T03:51:47.693Z[ recovery-image] Oct 14 03:51:46.976 INFO O| Oct 14 03:51:46.975 INFO STEP 1163: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
76682024-10-14T03:51:47.701Z[ recovery-image] Oct 14 03:51:46.986 INFO O| Oct 14 03:51:46.986 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/smbadm"
76692024-10-14T03:51:47.701Z[ recovery-image] Oct 14 03:51:46.986 INFO O| Oct 14 03:51:46.986 INFO STEP 1163 (remove_files) COMPLETE
76702024-10-14T03:51:47.704Z[ recovery-image] Oct 14 03:51:46.986 INFO O| Oct 14 03:51:46.986 INFO STEP 1164: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
76712024-10-14T03:51:47.710Z[ recovery-image] Oct 14 03:51:46.996 INFO O| Oct 14 03:51:46.996 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/smbios"
76722024-10-14T03:51:47.711Z[ recovery-image] Oct 14 03:51:46.996 INFO O| Oct 14 03:51:46.996 INFO STEP 1164 (remove_files) COMPLETE
76732024-10-14T03:51:47.711Z[ recovery-image] Oct 14 03:51:46.996 INFO O| Oct 14 03:51:46.996 INFO STEP 1165: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
76742024-10-14T03:51:47.723Z[ recovery-image] Oct 14 03:51:47.008 INFO O| Oct 14 03:51:47.008 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/smbstat"
76752024-10-14T03:51:47.723Z[ recovery-image] Oct 14 03:51:47.008 INFO O| Oct 14 03:51:47.008 INFO STEP 1165 (remove_files) COMPLETE
76762024-10-14T03:51:47.723Z[ recovery-image] Oct 14 03:51:47.008 INFO O| Oct 14 03:51:47.008 INFO STEP 1166: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
76772024-10-14T03:51:47.734Z[ recovery-image] Oct 14 03:51:47.019 INFO O| Oct 14 03:51:47.019 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/snmpd"
76782024-10-14T03:51:47.734Z[ recovery-image] Oct 14 03:51:47.020 INFO O| Oct 14 03:51:47.019 INFO STEP 1166 (remove_files) COMPLETE
76792024-10-14T03:51:47.736Z[ recovery-image] Oct 14 03:51:47.020 INFO O| Oct 14 03:51:47.019 INFO STEP 1167: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
76802024-10-14T03:51:47.744Z[ recovery-image] Oct 14 03:51:47.030 INFO O| Oct 14 03:51:47.029 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/snmptrapd"
76812024-10-14T03:51:47.744Z[ recovery-image] Oct 14 03:51:47.030 INFO O| Oct 14 03:51:47.030 INFO STEP 1167 (remove_files) COMPLETE
76822024-10-14T03:51:47.747Z[ recovery-image] Oct 14 03:51:47.030 INFO O| Oct 14 03:51:47.030 INFO STEP 1168: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
76832024-10-14T03:51:47.755Z[ recovery-image] Oct 14 03:51:47.040 INFO O| Oct 14 03:51:47.040 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/snoop"
76842024-10-14T03:51:47.755Z[ recovery-image] Oct 14 03:51:47.040 INFO O| Oct 14 03:51:47.040 INFO STEP 1168 (remove_files) COMPLETE
76852024-10-14T03:51:47.758Z[ recovery-image] Oct 14 03:51:47.040 INFO O| Oct 14 03:51:47.040 INFO STEP 1169: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
76862024-10-14T03:51:47.765Z[ recovery-image] Oct 14 03:51:47.050 INFO O| Oct 14 03:51:47.050 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/sshd"
76872024-10-14T03:51:47.765Z[ recovery-image] Oct 14 03:51:47.050 INFO O| Oct 14 03:51:47.050 INFO STEP 1169 (remove_files) COMPLETE
76882024-10-14T03:51:47.768Z[ recovery-image] Oct 14 03:51:47.050 INFO O| Oct 14 03:51:47.050 INFO STEP 1170: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
76892024-10-14T03:51:47.773Z[ host-image] Oct 14 03:51:47.058 INFO O| Oct 14 03:51:47.057 INFO O| Planning: Evaluating mediators ... Done
76902024-10-14T03:51:47.777Z[ host-image] Oct 14 03:51:47.058 INFO O| Oct 14 03:51:47.058 INFO O| Planning: Planning completed in 2.87 seconds
76912024-10-14T03:51:47.777Z[ host-image] Oct 14 03:51:47.060 INFO O| Oct 14 03:51:47.060 INFO O| Packages to install: 1
76922024-10-14T03:51:47.780Z[ recovery-image] Oct 14 03:51:47.063 INFO O| Oct 14 03:51:47.063 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/stmsboot"
76932024-10-14T03:51:47.780Z[ recovery-image] Oct 14 03:51:47.063 INFO O| Oct 14 03:51:47.063 INFO STEP 1170 (remove_files) COMPLETE
76942024-10-14T03:51:47.780Z[ recovery-image] Oct 14 03:51:47.063 INFO O| Oct 14 03:51:47.063 INFO STEP 1171: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
76952024-10-14T03:51:47.785Z[ host-image] Oct 14 03:51:47.070 INFO O| Oct 14 03:51:47.070 INFO O| Download: 0/4 items 0.0/20.8MB 0% complete
76962024-10-14T03:51:47.790Z[ recovery-image] Oct 14 03:51:47.075 INFO O| Oct 14 03:51:47.075 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/strace"
76972024-10-14T03:51:47.790Z[ recovery-image] Oct 14 03:51:47.075 INFO O| Oct 14 03:51:47.075 INFO STEP 1171 (remove_files) COMPLETE
76982024-10-14T03:51:47.793Z[ recovery-image] Oct 14 03:51:47.075 INFO O| Oct 14 03:51:47.075 INFO STEP 1172: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
76992024-10-14T03:51:47.808Z[ recovery-image] Oct 14 03:51:47.087 INFO O| Oct 14 03:51:47.087 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/strclean"
77002024-10-14T03:51:47.808Z[ recovery-image] Oct 14 03:51:47.087 INFO O| Oct 14 03:51:47.087 INFO STEP 1172 (remove_files) COMPLETE
77012024-10-14T03:51:47.808Z[ recovery-image] Oct 14 03:51:47.087 INFO O| Oct 14 03:51:47.087 INFO STEP 1173: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
77022024-10-14T03:51:47.814Z[ recovery-image] Oct 14 03:51:47.099 INFO O| Oct 14 03:51:47.099 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/strerr"
77032024-10-14T03:51:47.814Z[ recovery-image] Oct 14 03:51:47.100 INFO O| Oct 14 03:51:47.100 INFO STEP 1173 (remove_files) COMPLETE
77042024-10-14T03:51:47.817Z[ recovery-image] Oct 14 03:51:47.100 INFO O| Oct 14 03:51:47.100 INFO STEP 1174: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
77052024-10-14T03:51:47.825Z[ recovery-image] Oct 14 03:51:47.110 INFO O| Oct 14 03:51:47.110 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/sttydefs"
77062024-10-14T03:51:47.827Z[ recovery-image] Oct 14 03:51:47.110 INFO O| Oct 14 03:51:47.110 INFO STEP 1174 (remove_files) COMPLETE
77072024-10-14T03:51:47.827Z[ recovery-image] Oct 14 03:51:47.110 INFO O| Oct 14 03:51:47.110 INFO STEP 1175: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
77082024-10-14T03:51:47.835Z[ recovery-image] Oct 14 03:51:47.121 INFO O| Oct 14 03:51:47.121 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/syncinit"
77092024-10-14T03:51:47.839Z[ recovery-image] Oct 14 03:51:47.121 INFO O| Oct 14 03:51:47.121 INFO STEP 1175 (remove_files) COMPLETE
77102024-10-14T03:51:47.839Z[ recovery-image] Oct 14 03:51:47.121 INFO O| Oct 14 03:51:47.121 INFO STEP 1176: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
77112024-10-14T03:51:47.846Z[ recovery-image] Oct 14 03:51:47.131 INFO O| Oct 14 03:51:47.131 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/syncloop"
77122024-10-14T03:51:47.846Z[ recovery-image] Oct 14 03:51:47.131 INFO O| Oct 14 03:51:47.131 INFO STEP 1176 (remove_files) COMPLETE
77132024-10-14T03:51:47.859Z[ recovery-image] Oct 14 03:51:47.132 INFO O| Oct 14 03:51:47.131 INFO STEP 1177: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
77142024-10-14T03:51:47.872Z[ recovery-image] Oct 14 03:51:47.141 INFO O| Oct 14 03:51:47.141 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/syncstat"
77152024-10-14T03:51:47.872Z[ recovery-image] Oct 14 03:51:47.141 INFO O| Oct 14 03:51:47.141 INFO STEP 1177 (remove_files) COMPLETE
77162024-10-14T03:51:47.872Z[ recovery-image] Oct 14 03:51:47.141 INFO O| Oct 14 03:51:47.141 INFO STEP 1178: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
77172024-10-14T03:51:47.872Z[ recovery-image] Oct 14 03:51:47.152 INFO O| Oct 14 03:51:47.152 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/sysdef"
77182024-10-14T03:51:47.872Z[ recovery-image] Oct 14 03:51:47.152 INFO O| Oct 14 03:51:47.152 INFO STEP 1178 (remove_files) COMPLETE
77192024-10-14T03:51:47.873Z[ recovery-image] Oct 14 03:51:47.152 INFO O| Oct 14 03:51:47.152 INFO STEP 1179: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
77202024-10-14T03:51:47.880Z[ recovery-image] Oct 14 03:51:47.162 INFO O| Oct 14 03:51:47.161 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/syseventadm"
77212024-10-14T03:51:47.880Z[ recovery-image] Oct 14 03:51:47.162 INFO O| Oct 14 03:51:47.162 INFO STEP 1179 (remove_files) COMPLETE
77222024-10-14T03:51:47.880Z[ recovery-image] Oct 14 03:51:47.162 INFO O| Oct 14 03:51:47.162 INFO STEP 1180: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
77232024-10-14T03:51:47.886Z[ recovery-image] Oct 14 03:51:47.171 INFO O| Oct 14 03:51:47.171 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/t6mfgadm"
77242024-10-14T03:51:47.886Z[ recovery-image] Oct 14 03:51:47.171 INFO O| Oct 14 03:51:47.171 INFO STEP 1180 (remove_files) COMPLETE
77252024-10-14T03:51:47.888Z[ recovery-image] Oct 14 03:51:47.171 INFO O| Oct 14 03:51:47.171 INFO STEP 1181: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
77262024-10-14T03:51:47.895Z[ recovery-image] Oct 14 03:51:47.181 INFO O| Oct 14 03:51:47.181 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/tapes"
77272024-10-14T03:51:47.901Z[ recovery-image] Oct 14 03:51:47.181 INFO O| Oct 14 03:51:47.181 INFO STEP 1181 (remove_files) COMPLETE
77282024-10-14T03:51:47.901Z[ recovery-image] Oct 14 03:51:47.181 INFO O| Oct 14 03:51:47.181 INFO STEP 1182: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
77292024-10-14T03:51:47.906Z[ recovery-image] Oct 14 03:51:47.191 INFO O| Oct 14 03:51:47.191 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/tar"
77302024-10-14T03:51:47.906Z[ recovery-image] Oct 14 03:51:47.191 INFO O| Oct 14 03:51:47.191 INFO STEP 1182 (remove_files) COMPLETE
77312024-10-14T03:51:47.909Z[ recovery-image] Oct 14 03:51:47.191 INFO O| Oct 14 03:51:47.191 INFO STEP 1183: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
77322024-10-14T03:51:47.916Z[ recovery-image] Oct 14 03:51:47.201 INFO O| Oct 14 03:51:47.201 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/tcsd"
77332024-10-14T03:51:47.919Z[ recovery-image] Oct 14 03:51:47.201 INFO O| Oct 14 03:51:47.201 INFO STEP 1183 (remove_files) COMPLETE
77342024-10-14T03:51:47.919Z[ recovery-image] Oct 14 03:51:47.201 INFO O| Oct 14 03:51:47.201 INFO STEP 1184: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
77352024-10-14T03:51:47.926Z[ recovery-image] Oct 14 03:51:47.211 INFO O| Oct 14 03:51:47.211 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/traceroute"
77362024-10-14T03:51:47.929Z[ recovery-image] Oct 14 03:51:47.211 INFO O| Oct 14 03:51:47.211 INFO STEP 1184 (remove_files) COMPLETE
77372024-10-14T03:51:47.929Z[ recovery-image] Oct 14 03:51:47.211 INFO O| Oct 14 03:51:47.211 INFO STEP 1185: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
77382024-10-14T03:51:47.935Z[ recovery-image] Oct 14 03:51:47.221 INFO O| Oct 14 03:51:47.221 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/trapstat"
77392024-10-14T03:51:47.936Z[ recovery-image] Oct 14 03:51:47.221 INFO O| Oct 14 03:51:47.221 INFO STEP 1185 (remove_files) COMPLETE
77402024-10-14T03:51:47.938Z[ recovery-image] Oct 14 03:51:47.221 INFO O| Oct 14 03:51:47.221 INFO STEP 1186: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
77412024-10-14T03:51:47.946Z[ recovery-image] Oct 14 03:51:47.231 INFO O| Oct 14 03:51:47.231 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/ttyadm"
77422024-10-14T03:51:47.946Z[ recovery-image] Oct 14 03:51:47.231 INFO O| Oct 14 03:51:47.231 INFO STEP 1186 (remove_files) COMPLETE
77432024-10-14T03:51:47.946Z[ recovery-image] Oct 14 03:51:47.231 INFO O| Oct 14 03:51:47.231 INFO STEP 1187: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
77442024-10-14T03:51:47.956Z[ recovery-image] Oct 14 03:51:47.241 INFO O| Oct 14 03:51:47.241 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/ucodeadm"
77452024-10-14T03:51:47.956Z[ recovery-image] Oct 14 03:51:47.241 INFO O| Oct 14 03:51:47.241 INFO STEP 1187 (remove_files) COMPLETE
77462024-10-14T03:51:47.959Z[ recovery-image] Oct 14 03:51:47.241 INFO O| Oct 14 03:51:47.241 INFO STEP 1188: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
77472024-10-14T03:51:47.966Z[ recovery-image] Oct 14 03:51:47.251 INFO O| Oct 14 03:51:47.251 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/umountall"
77482024-10-14T03:51:47.966Z[ recovery-image] Oct 14 03:51:47.251 INFO O| Oct 14 03:51:47.251 INFO STEP 1188 (remove_files) COMPLETE
77492024-10-14T03:51:47.972Z[ recovery-image] Oct 14 03:51:47.251 INFO O| Oct 14 03:51:47.251 INFO STEP 1189: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
77502024-10-14T03:51:47.988Z[ recovery-image] Oct 14 03:51:47.261 INFO O| Oct 14 03:51:47.261 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/unlink"
77512024-10-14T03:51:47.993Z[ recovery-image] Oct 14 03:51:47.262 INFO O| Oct 14 03:51:47.261 INFO STEP 1189 (remove_files) COMPLETE
77522024-10-14T03:51:47.993Z[ recovery-image] Oct 14 03:51:47.262 INFO O| Oct 14 03:51:47.261 INFO STEP 1190: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
77532024-10-14T03:51:47.993Z[ recovery-image] Oct 14 03:51:47.271 INFO O| Oct 14 03:51:47.271 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/unshare"
77542024-10-14T03:51:47.993Z[ recovery-image] Oct 14 03:51:47.271 INFO O| Oct 14 03:51:47.271 INFO STEP 1190 (remove_files) COMPLETE
77552024-10-14T03:51:47.993Z[ recovery-image] Oct 14 03:51:47.271 INFO O| Oct 14 03:51:47.271 INFO STEP 1191: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
77562024-10-14T03:51:47.995Z[ recovery-image] Oct 14 03:51:47.281 INFO O| Oct 14 03:51:47.281 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/unshareall"
77572024-10-14T03:51:47.996Z[ recovery-image] Oct 14 03:51:47.281 INFO O| Oct 14 03:51:47.281 INFO STEP 1191 (remove_files) COMPLETE
77582024-10-14T03:51:47.996Z[ recovery-image] Oct 14 03:51:47.281 INFO O| Oct 14 03:51:47.281 INFO STEP 1192: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
77592024-10-14T03:51:48.005Z[ recovery-image] Oct 14 03:51:47.291 INFO O| Oct 14 03:51:47.291 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/update_drv"
77602024-10-14T03:51:48.009Z[ recovery-image] Oct 14 03:51:47.291 INFO O| Oct 14 03:51:47.291 INFO STEP 1192 (remove_files) COMPLETE
77612024-10-14T03:51:48.009Z[ recovery-image] Oct 14 03:51:47.291 INFO O| Oct 14 03:51:47.291 INFO STEP 1193: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
77622024-10-14T03:51:48.015Z[ recovery-image] Oct 14 03:51:47.301 INFO O| Oct 14 03:51:47.301 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/useradd"
77632024-10-14T03:51:48.015Z[ recovery-image] Oct 14 03:51:47.301 INFO O| Oct 14 03:51:47.301 INFO STEP 1193 (remove_files) COMPLETE
77642024-10-14T03:51:48.019Z[ recovery-image] Oct 14 03:51:47.301 INFO O| Oct 14 03:51:47.301 INFO STEP 1194: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
77652024-10-14T03:51:48.029Z[ recovery-image] Oct 14 03:51:47.311 INFO O| Oct 14 03:51:47.311 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/userdel"
77662024-10-14T03:51:48.029Z[ recovery-image] Oct 14 03:51:47.311 INFO O| Oct 14 03:51:47.311 INFO STEP 1194 (remove_files) COMPLETE
77672024-10-14T03:51:48.029Z[ recovery-image] Oct 14 03:51:47.311 INFO O| Oct 14 03:51:47.311 INFO STEP 1195: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
77682024-10-14T03:51:48.035Z[ recovery-image] Oct 14 03:51:47.321 INFO O| Oct 14 03:51:47.321 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/usermod"
77692024-10-14T03:51:48.042Z[ recovery-image] Oct 14 03:51:47.321 INFO O| Oct 14 03:51:47.321 INFO STEP 1195 (remove_files) COMPLETE
77702024-10-14T03:51:48.042Z[ recovery-image] Oct 14 03:51:47.321 INFO O| Oct 14 03:51:47.321 INFO STEP 1196: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
77712024-10-14T03:51:48.045Z[ recovery-image] Oct 14 03:51:47.330 INFO O| Oct 14 03:51:47.330 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/volcopy"
77722024-10-14T03:51:48.047Z[ recovery-image] Oct 14 03:51:47.331 INFO O| Oct 14 03:51:47.330 INFO STEP 1196 (remove_files) COMPLETE
77732024-10-14T03:51:48.047Z[ recovery-image] Oct 14 03:51:47.331 INFO O| Oct 14 03:51:47.331 INFO STEP 1197: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
77742024-10-14T03:51:48.055Z[ recovery-image] Oct 14 03:51:47.340 INFO O| Oct 14 03:51:47.340 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/wall"
77752024-10-14T03:51:48.055Z[ recovery-image] Oct 14 03:51:47.340 INFO O| Oct 14 03:51:47.340 INFO STEP 1197 (remove_files) COMPLETE
77762024-10-14T03:51:48.055Z[ recovery-image] Oct 14 03:51:47.340 INFO O| Oct 14 03:51:47.340 INFO STEP 1198: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
77772024-10-14T03:51:48.065Z[ recovery-image] Oct 14 03:51:47.350 INFO O| Oct 14 03:51:47.350 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/whodo"
77782024-10-14T03:51:48.065Z[ recovery-image] Oct 14 03:51:47.350 INFO O| Oct 14 03:51:47.350 INFO STEP 1198 (remove_files) COMPLETE
77792024-10-14T03:51:48.065Z[ recovery-image] Oct 14 03:51:47.350 INFO O| Oct 14 03:51:47.350 INFO STEP 1199: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
77802024-10-14T03:51:48.076Z[ recovery-image] Oct 14 03:51:47.360 INFO O| Oct 14 03:51:47.360 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/zdb"
77812024-10-14T03:51:48.079Z[ recovery-image] Oct 14 03:51:47.360 INFO O| Oct 14 03:51:47.360 INFO STEP 1199 (remove_files) COMPLETE
77822024-10-14T03:51:48.079Z[ recovery-image] Oct 14 03:51:47.360 INFO O| Oct 14 03:51:47.360 INFO STEP 1200: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
77832024-10-14T03:51:48.084Z[ recovery-image] Oct 14 03:51:47.370 INFO O| Oct 14 03:51:47.370 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/zdump"
77842024-10-14T03:51:48.084Z[ recovery-image] Oct 14 03:51:47.370 INFO O| Oct 14 03:51:47.370 INFO STEP 1200 (remove_files) COMPLETE
77852024-10-14T03:51:48.087Z[ recovery-image] Oct 14 03:51:47.370 INFO O| Oct 14 03:51:47.370 INFO STEP 1201: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
77862024-10-14T03:51:48.094Z[ recovery-image] Oct 14 03:51:47.380 INFO O| Oct 14 03:51:47.380 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/zic"
77872024-10-14T03:51:48.094Z[ recovery-image] Oct 14 03:51:47.380 INFO O| Oct 14 03:51:47.380 INFO STEP 1201 (remove_files) COMPLETE
77882024-10-14T03:51:48.094Z[ recovery-image] Oct 14 03:51:47.380 INFO O| Oct 14 03:51:47.380 INFO STEP 1202: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
77892024-10-14T03:51:48.104Z[ recovery-image] Oct 14 03:51:47.389 INFO O| Oct 14 03:51:47.389 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/zlogin"
77902024-10-14T03:51:48.104Z[ recovery-image] Oct 14 03:51:47.390 INFO O| Oct 14 03:51:47.389 INFO STEP 1202 (remove_files) COMPLETE
77912024-10-14T03:51:48.106Z[ recovery-image] Oct 14 03:51:47.390 INFO O| Oct 14 03:51:47.390 INFO STEP 1203: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
77922024-10-14T03:51:48.114Z[ recovery-image] Oct 14 03:51:47.399 INFO O| Oct 14 03:51:47.399 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/zoneadm"
77932024-10-14T03:51:48.114Z[ recovery-image] Oct 14 03:51:47.399 INFO O| Oct 14 03:51:47.399 INFO STEP 1203 (remove_files) COMPLETE
77942024-10-14T03:51:48.114Z[ recovery-image] Oct 14 03:51:47.399 INFO O| Oct 14 03:51:47.399 INFO STEP 1204: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
77952024-10-14T03:51:48.123Z[ recovery-image] Oct 14 03:51:47.409 INFO O| Oct 14 03:51:47.409 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/zonecfg"
77962024-10-14T03:51:48.125Z[ recovery-image] Oct 14 03:51:47.409 INFO O| Oct 14 03:51:47.409 INFO STEP 1204 (remove_files) COMPLETE
77972024-10-14T03:51:48.125Z[ recovery-image] Oct 14 03:51:47.409 INFO O| Oct 14 03:51:47.409 INFO STEP 1205: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
77982024-10-14T03:51:48.134Z[ recovery-image] Oct 14 03:51:47.419 INFO O| Oct 14 03:51:47.419 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/zstreamdump"
77992024-10-14T03:51:48.137Z[ recovery-image] Oct 14 03:51:47.419 INFO O| Oct 14 03:51:47.419 INFO STEP 1205 (remove_files) COMPLETE
78002024-10-14T03:51:48.137Z[ recovery-image] Oct 14 03:51:47.419 INFO O| Oct 14 03:51:47.419 INFO STEP 1206: pack_tar, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-03-recovery-trim.json
78012024-10-14T03:51:48.148Z[ recovery-image] Oct 14 03:51:47.433 INFO O| Oct 14 03:51:47.433 INFO file /rpool/images/build/recovery/output/gimlet-recovery-ramdisk.tar does not already exist, skipping removal
78022024-10-14T03:51:48.150Z[ recovery-image] Oct 14 03:51:47.433 INFO O| Oct 14 03:51:47.433 INFO exec: ["/usr/sbin/tar", "ceEp@/f", "/rpool/images/build/recovery/output/gimlet-recovery-ramdisk.tar", "-C", "/rpool/images/build/recovery/work/gimlet/ramdisk", "."]
78032024-10-14T03:51:48.868Z[verify-libraries] Finished `release` profile [optimized] target(s) in 5m 41s
78042024-10-14T03:51:48.923Z[ host-image] Oct 14 03:51:48.209 INFO O| Oct 14 03:51:48.208 INFO O| Download: Completed 20.80 MB in 1.14 seconds (18.3M/s)
78052024-10-14T03:51:48.950Z[ host-image] Oct 14 03:51:48.235 INFO O| Oct 14 03:51:48.235 INFO O| Actions: 1/22 actions (Installing new actions)
78062024-10-14T03:51:48.955Z[ recovery-image] Oct 14 03:51:48.241 INFO O| Oct 14 03:51:48.241 INFO STEP 1206 (pack_tar) COMPLETE
78072024-10-14T03:51:48.955Z[ recovery-image] Oct 14 03:51:48.241 INFO O| Oct 14 03:51:48.241 INFO creating output snapshot rpool/images/build/recovery/work/gimlet/ramdisk@recovery-trim
78082024-10-14T03:51:48.957Z[ recovery-image] Oct 14 03:51:48.241 INFO O| Oct 14 03:51:48.241 INFO CREATE SNAPSHOT: rpool/images/build/recovery/work/gimlet/ramdisk@recovery-trim
78092024-10-14T03:51:49.255ZOct 14 03:51:48.541 INFO [verify-libraries] process exited with exit status: 0 (345.682735942s)
78102024-10-14T03:51:49.273Z[ recovery-image] Oct 14 03:51:48.558 INFO O| Oct 14 03:51:48.558 INFO DESTROY DATASET: rpool/images/build/recovery/tmp/gimlet/ramdisk-03-recovery-trim
78112024-10-14T03:51:49.342Z[ recovery-image] Oct 14 03:51:48.628 INFO O| Oct 14 03:51:48.628 INFO completed processing gimlet/ramdisk-03-recovery-trim
78122024-10-14T03:51:49.348Z[ recovery-image] Oct 14 03:51:48.634 INFO image builder template: zfs-recovery...
78132024-10-14T03:51:49.348Z[ recovery-image] Oct 14 03:51:48.634 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/.tmpzQHTap/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.33.293", "-n", "zfs-recovery"], pwd: None
78142024-10-14T03:51:49.380Z[ recovery-image] Oct 14 03:51:48.666 INFO O| Oct 14 03:51:48.665 INFO temporary dataset: rpool/images/build/recovery/tmp/gimlet/zfs-recovery
78152024-10-14T03:51:49.384Z[ recovery-image] Oct 14 03:51:48.669 INFO O| Oct 14 03:51:48.669 INFO CREATE DATASET: rpool/images/build/recovery/tmp/gimlet/zfs-recovery
78162024-10-14T03:51:49.433Z[ recovery-image] Oct 14 03:51:48.719 INFO O| Oct 14 03:51:48.719 INFO SET DATASET PROPERTY ON rpool/images/build/recovery/tmp/gimlet/zfs-recovery: sync = disabled
78172024-10-14T03:51:49.477Z[ recovery-image] Oct 14 03:51:48.762 INFO O| Oct 14 03:51:48.762 INFO temporary directory: /rpool/images/build/recovery/tmp/gimlet/zfs-recovery
78182024-10-14T03:51:49.477Z[ recovery-image] Oct 14 03:51:48.762 INFO O| Oct 14 03:51:48.762 INFO work dataset: rpool/images/build/recovery/work/gimlet/zfs-recovery
78192024-10-14T03:51:49.483Z[ recovery-image] Oct 14 03:51:48.766 INFO O| Oct 14 03:51:48.766 INFO CREATE DATASET: rpool/images/build/recovery/work/gimlet/zfs-recovery
78202024-10-14T03:51:49.485Z[ host-image] Oct 14 03:51:48.770 INFO O| Oct 14 03:51:48.770 INFO O| Actions: Completed 22 actions in 0.53 seconds.
78212024-10-14T03:51:49.546Z[ recovery-image] Oct 14 03:51:48.830 INFO O| Oct 14 03:51:48.830 INFO SET DATASET PROPERTY ON rpool/images/build/recovery/work/gimlet/zfs-recovery: sync = disabled
78222024-10-14T03:51:49.624Z[ recovery-image] Oct 14 03:51:48.909 INFO O| Oct 14 03:51:48.909 INFO DESTROY POOL: TEMPORARY-gimlet-zfs-recovery
78232024-10-14T03:51:49.634Z[ recovery-image] Oct 14 03:51:48.919 INFO O| Oct 14 03:51:48.919 INFO image file: /rpool/images/build/recovery/work/gimlet/zfs-recovery/lofi.raw
78242024-10-14T03:51:49.638Z[ recovery-image] Oct 14 03:51:48.924 INFO O| Oct 14 03:51:48.924 INFO pool altroot: /rpool/images/build/recovery/work/gimlet/zfs-recovery/altroot
78252024-10-14T03:51:49.641Z[ recovery-image] Oct 14 03:51:48.926 INFO O| Oct 14 03:51:48.925 INFO no lofi found
78262024-10-14T03:51:49.641Z[ recovery-image] Oct 14 03:51:48.926 INFO O| Oct 14 03:51:48.926 INFO file /rpool/images/build/recovery/work/gimlet/zfs-recovery/lofi.raw does not already exist, skipping removal
78272024-10-14T03:51:49.641Z[ recovery-image] Oct 14 03:51:48.926 INFO O| Oct 14 03:51:48.926 INFO CREATE IMAGE (2000MB): /rpool/images/build/recovery/work/gimlet/zfs-recovery/lofi.raw
78282024-10-14T03:51:49.786Z[ host-image] Oct 14 03:51:49.071 INFO O| Oct 14 03:51:49.071 INFO O| Done
78292024-10-14T03:51:49.786Z[ host-image] Oct 14 03:51:49.071 INFO O| Oct 14 03:51:49.071 INFO O| Done
78302024-10-14T03:51:50.349Z[ host-image] Oct 14 03:51:49.634 INFO O| Oct 14 03:51:49.634 INFO O| Done
78312024-10-14T03:51:51.477Z[ host-image] Oct 14 03:51:50.763 INFO O| Oct 14 03:51:50.763 INFO O| Done
78322024-10-14T03:51:51.501Z[ host-image] Oct 14 03:51:50.786 INFO O| Oct 14 03:51:50.786 INFO O| Done
78332024-10-14T03:51:51.501Z[ host-image] Oct 14 03:51:50.786 INFO O| Oct 14 03:51:50.786 INFO O| Done
78342024-10-14T03:51:51.510Z[ host-image] Oct 14 03:51:50.796 INFO O| Oct 14 03:51:50.796 INFO O| Done
78352024-10-14T03:51:51.610Z[ host-image] Oct 14 03:51:50.896 INFO O| Oct 14 03:51:50.895 INFO STEP 14 (pkg_install) COMPLETE
78362024-10-14T03:51:51.610Z[ host-image] Oct 14 03:51:50.896 INFO O| Oct 14 03:51:50.895 INFO STEP 15: pkg_install, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-01-os.json
78372024-10-14T03:51:51.613Z[ host-image] Oct 14 03:51:50.896 INFO O| Oct 14 03:51:50.896 INFO skip step because feature "mfg" is not enabled
78382024-10-14T03:51:51.613Z[ host-image] Oct 14 03:51:50.896 INFO O| Oct 14 03:51:50.896 INFO STEP 16: pkg_install, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-01-os.json
78392024-10-14T03:51:51.613Z[ host-image] Oct 14 03:51:50.896 INFO O| Oct 14 03:51:50.896 INFO skip step because feature "compliance" is not enabled
78402024-10-14T03:51:51.613Z[ host-image] Oct 14 03:51:50.896 INFO O| Oct 14 03:51:50.896 INFO STEP 17: pkg_install, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-01-os.json
78412024-10-14T03:51:51.613Z[ host-image] Oct 14 03:51:50.896 INFO O| Oct 14 03:51:50.896 INFO skip step because feature "stress" is not enabled
78422024-10-14T03:51:51.613Z[ host-image] Oct 14 03:51:50.896 INFO O| Oct 14 03:51:50.896 INFO STEP 18: pkg_install, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-01-os.json
78432024-10-14T03:51:51.613Z[ host-image] Oct 14 03:51:50.896 INFO O| Oct 14 03:51:50.896 INFO skip step because feature "nfs" is not enabled
78442024-10-14T03:51:51.613Z[ host-image] Oct 14 03:51:50.896 INFO O| Oct 14 03:51:50.896 INFO creating output snapshot rpool/images/build/host/work/gimlet/ramdisk@os
78452024-10-14T03:51:51.613Z[ host-image] Oct 14 03:51:50.896 INFO O| Oct 14 03:51:50.896 INFO CREATE SNAPSHOT: rpool/images/build/host/work/gimlet/ramdisk@os
78462024-10-14T03:51:51.657Z[ host-image] Oct 14 03:51:50.942 INFO O| Oct 14 03:51:50.942 INFO DESTROY DATASET: rpool/images/build/host/tmp/gimlet/ramdisk-01-os
78472024-10-14T03:51:51.715Z[ host-image] Oct 14 03:51:51.000 INFO O| Oct 14 03:51:51.000 INFO completed processing gimlet/ramdisk-01-os
78482024-10-14T03:51:51.717Z[ host-image] Oct 14 03:51:51.002 INFO omicron1 baseline generation...
78492024-10-14T03:51:51.718Z[ host-image] Oct 14 03:51:51.003 INFO exec: ["/usr/lib/brand/omicron1/baseline", "-R", "/rpool/images/build/host/work/gimlet/ramdisk", "/work/oxidecomputer/helios/tmp/image.host/omicron1"], pwd: None
78502024-10-14T03:51:51.724Z[ recovery-image] Oct 14 03:51:51.009 INFO O| Oct 14 03:51:51.009 INFO lofi device = /dev/dsk/c2t1d0p0
78512024-10-14T03:51:51.726Z[ recovery-image] Oct 14 03:51:51.010 INFO O| Oct 14 03:51:51.009 INFO pool device = /dev/dsk/c2t1d0p0
78522024-10-14T03:51:51.726Z[ recovery-image] Oct 14 03:51:51.010 INFO O| Oct 14 03:51:51.010 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"]
78532024-10-14T03:51:51.799Z[ recovery-image] Oct 14 03:51:51.084 INFO O| Oct 14 03:51:51.084 INFO STEP 0: create_be, from: /work/oxidecomputer/helios/image/templates/gimlet/zfs-recovery.json
78542024-10-14T03:51:51.799Z[ recovery-image] Oct 14 03:51:51.084 INFO O| Oct 14 03:51:51.084 INFO CREATE DATASET: TEMPORARY-gimlet-zfs-recovery/ROOT
78552024-10-14T03:51:51.822Z[ recovery-image] Oct 14 03:51:51.107 INFO O| Oct 14 03:51:51.107 INFO SET DATASET PROPERTY ON TEMPORARY-gimlet-zfs-recovery/ROOT: canmount = off
78562024-10-14T03:51:51.883Z[ recovery-image] Oct 14 03:51:51.168 INFO O| Oct 14 03:51:51.168 INFO SET DATASET PROPERTY ON TEMPORARY-gimlet-zfs-recovery/ROOT: mountpoint = legacy
78572024-10-14T03:51:51.920Z[ recovery-image] Oct 14 03:51:51.205 INFO O| Oct 14 03:51:51.205 INFO CREATE DATASET: TEMPORARY-gimlet-zfs-recovery/ROOT/ramdisk
78582024-10-14T03:51:51.933Z[ recovery-image] Oct 14 03:51:51.218 INFO O| Oct 14 03:51:51.218 INFO SET DATASET PROPERTY ON TEMPORARY-gimlet-zfs-recovery/ROOT/ramdisk: canmount = noauto
78592024-10-14T03:51:51.943Z[ recovery-image] Oct 14 03:51:51.228 INFO O| Oct 14 03:51:51.228 INFO SET DATASET PROPERTY ON TEMPORARY-gimlet-zfs-recovery/ROOT/ramdisk: mountpoint = legacy
78602024-10-14T03:51:51.987Z[ recovery-image] Oct 14 03:51:51.272 INFO O| Oct 14 03:51:51.272 INFO creating directory: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a
78612024-10-14T03:51:51.990Z[ recovery-image] Oct 14 03:51:51.273 INFO O| Oct 14 03:51:51.273 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a
78622024-10-14T03:51:51.990Z[ recovery-image] Oct 14 03:51:51.273 INFO O| Oct 14 03:51:51.273 INFO exec: ["/sbin/mount", "-F", "zfs", "TEMPORARY-gimlet-zfs-recovery/ROOT/ramdisk", "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a"]
78632024-10-14T03:51:51.996Z[ recovery-image] Oct 14 03:51:51.281 INFO O| Oct 14 03:51:51.281 INFO boot environment UUID: 7ca68ca2-0f34-448e-8365-63286c25de80
78642024-10-14T03:51:51.999Z[ recovery-image] Oct 14 03:51:51.281 INFO O| Oct 14 03:51:51.281 INFO SET DATASET PROPERTY ON TEMPORARY-gimlet-zfs-recovery/ROOT/ramdisk: org.opensolaris.libbe:uuid = 7ca68ca2-0f34-448e-8365-63286c25de80
78652024-10-14T03:51:52.006Z[ recovery-image] Oct 14 03:51:51.291 INFO O| Oct 14 03:51:51.291 INFO SET DATASET PROPERTY ON TEMPORARY-gimlet-zfs-recovery/ROOT/ramdisk: org.opensolaris.libbe:policy = static
78662024-10-14T03:51:52.016Z[ recovery-image] Oct 14 03:51:51.301 INFO O| Oct 14 03:51:51.301 INFO STEP 0 (create_be) COMPLETE
78672024-10-14T03:51:52.019Z[ recovery-image] Oct 14 03:51:51.301 INFO O| Oct 14 03:51:51.301 INFO STEP 1: unpack_tar, from: /work/oxidecomputer/helios/image/templates/gimlet/zfs-recovery.json
78682024-10-14T03:51:52.031Z[ recovery-image] Oct 14 03:51:51.317 INFO O| Oct 14 03:51:51.316 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"]
78692024-10-14T03:51:52.274Z[ host-image] Oct 14 03:51:51.559 INFO O| incorp = pkg://helios-dev/consolidation/osnet/osnet-incorporation@0.5.11-2.0.22960:20241011T103551Z
78702024-10-14T03:51:54.099Z[ recovery-image] Oct 14 03:51:53.384 INFO O| Oct 14 03:51:53.384 INFO STEP 1 (unpack_tar) COMPLETE
78712024-10-14T03:51:54.099Z[ recovery-image] Oct 14 03:51:53.384 INFO O| Oct 14 03:51:53.384 INFO STEP 2: devfsadm, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
78722024-10-14T03:51:54.110Z[ recovery-image] Oct 14 03:51:53.395 INFO O| Oct 14 03:51:53.395 INFO exec: ["/usr/sbin/devfsadm", "-r", "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a"]
78732024-10-14T03:51:54.538Z[ recovery-image] Oct 14 03:51:53.823 INFO O| Oct 14 03:51:53.823 INFO STEP 2 (devfsadm) COMPLETE
78742024-10-14T03:51:54.538Z[ recovery-image] Oct 14 03:51:53.823 INFO O| Oct 14 03:51:53.823 INFO STEP 3: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
78752024-10-14T03:51:54.550Z[ recovery-image] Oct 14 03:51:53.835 INFO O| Oct 14 03:51:53.835 INFO creating directory: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/dev/cfg
78762024-10-14T03:51:54.550Z[ recovery-image] Oct 14 03:51:53.835 INFO O| Oct 14 03:51:53.835 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/dev/cfg
78772024-10-14T03:51:54.550Z[ recovery-image] Oct 14 03:51:53.835 INFO O| Oct 14 03:51:53.835 INFO STEP 3 (ensure_dir) COMPLETE
78782024-10-14T03:51:54.553Z[ recovery-image] Oct 14 03:51:53.835 INFO O| Oct 14 03:51:53.835 INFO STEP 4: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
78792024-10-14T03:51:54.561Z[ recovery-image] Oct 14 03:51:53.846 INFO O| Oct 14 03:51:53.846 INFO ownership already OK (0:3), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/dev/dsk
78802024-10-14T03:51:54.561Z[ recovery-image] Oct 14 03:51:53.846 INFO O| Oct 14 03:51:53.846 INFO STEP 4 (ensure_dir) COMPLETE
78812024-10-14T03:51:54.564Z[ recovery-image] Oct 14 03:51:53.846 INFO O| Oct 14 03:51:53.846 INFO STEP 5: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
78822024-10-14T03:51:54.571Z[ recovery-image] Oct 14 03:51:53.856 INFO O| Oct 14 03:51:53.856 INFO ownership already OK (0:3), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/dev/rdsk
78832024-10-14T03:51:54.571Z[ recovery-image] Oct 14 03:51:53.856 INFO O| Oct 14 03:51:53.856 INFO STEP 5 (ensure_dir) COMPLETE
78842024-10-14T03:51:54.573Z[ recovery-image] Oct 14 03:51:53.856 INFO O| Oct 14 03:51:53.856 INFO STEP 6: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
78852024-10-14T03:51:54.580Z[ recovery-image] Oct 14 03:51:53.866 INFO O| Oct 14 03:51:53.866 INFO creating directory: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/dev/sensors
78862024-10-14T03:51:54.583Z[ recovery-image] Oct 14 03:51:53.866 INFO O| Oct 14 03:51:53.866 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/dev/sensors
78872024-10-14T03:51:54.583Z[ recovery-image] Oct 14 03:51:53.866 INFO O| Oct 14 03:51:53.866 INFO STEP 6 (ensure_dir) COMPLETE
78882024-10-14T03:51:54.583Z[ recovery-image] Oct 14 03:51:53.866 INFO O| Oct 14 03:51:53.866 INFO STEP 7: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
78892024-10-14T03:51:54.591Z[ recovery-image] Oct 14 03:51:53.876 INFO O| Oct 14 03:51:53.876 INFO creating directory: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/dev/usb
78902024-10-14T03:51:54.591Z[ recovery-image] Oct 14 03:51:53.876 INFO O| Oct 14 03:51:53.876 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/dev/usb
78912024-10-14T03:51:54.591Z[ recovery-image] Oct 14 03:51:53.876 INFO O| Oct 14 03:51:53.876 INFO STEP 7 (ensure_dir) COMPLETE
78922024-10-14T03:51:54.593Z[ recovery-image] Oct 14 03:51:53.876 INFO O| Oct 14 03:51:53.876 INFO STEP 8: remove_files, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
78932024-10-14T03:51:54.603Z[ recovery-image] Oct 14 03:51:53.886 INFO O| Oct 14 03:51:53.886 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a/dev/cfg"
78942024-10-14T03:51:54.603Z[ recovery-image] Oct 14 03:51:53.887 INFO O| Oct 14 03:51:53.886 INFO STEP 8 (remove_files) COMPLETE
78952024-10-14T03:51:54.603Z[ recovery-image] Oct 14 03:51:53.887 INFO O| Oct 14 03:51:53.887 INFO STEP 9: remove_files, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
78962024-10-14T03:51:54.611Z[ recovery-image] Oct 14 03:51:53.897 INFO O| Oct 14 03:51:53.897 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a/dev/dsk"
78972024-10-14T03:51:54.614Z[ recovery-image] Oct 14 03:51:53.897 INFO O| Oct 14 03:51:53.897 INFO STEP 9 (remove_files) COMPLETE
78982024-10-14T03:51:54.614Z[ recovery-image] Oct 14 03:51:53.897 INFO O| Oct 14 03:51:53.897 INFO STEP 10: remove_files, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
78992024-10-14T03:51:54.622Z[ recovery-image] Oct 14 03:51:53.908 INFO O| Oct 14 03:51:53.908 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a/dev/rdsk"
79002024-10-14T03:51:54.625Z[ recovery-image] Oct 14 03:51:53.908 INFO O| Oct 14 03:51:53.908 INFO STEP 10 (remove_files) COMPLETE
79012024-10-14T03:51:54.625Z[ recovery-image] Oct 14 03:51:53.908 INFO O| Oct 14 03:51:53.908 INFO STEP 11: remove_files, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
79022024-10-14T03:51:54.633Z[ recovery-image] Oct 14 03:51:53.919 INFO O| Oct 14 03:51:53.918 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a/dev/sensors"
79032024-10-14T03:51:54.635Z[ recovery-image] Oct 14 03:51:53.919 INFO O| Oct 14 03:51:53.919 INFO STEP 11 (remove_files) COMPLETE
79042024-10-14T03:51:54.635Z[ recovery-image] Oct 14 03:51:53.919 INFO O| Oct 14 03:51:53.919 INFO STEP 12: remove_files, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
79052024-10-14T03:51:54.643Z[ recovery-image] Oct 14 03:51:53.928 INFO O| Oct 14 03:51:53.928 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a/dev/usb"
79062024-10-14T03:51:54.646Z[ recovery-image] Oct 14 03:51:53.929 INFO O| Oct 14 03:51:53.928 INFO STEP 12 (remove_files) COMPLETE
79072024-10-14T03:51:54.646Z[ recovery-image] Oct 14 03:51:53.929 INFO O| Oct 14 03:51:53.929 INFO STEP 13: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
79082024-10-14T03:51:54.653Z[ recovery-image] Oct 14 03:51:53.939 INFO O| Oct 14 03:51:53.939 INFO creating directory: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/dev/cfg
79092024-10-14T03:51:54.656Z[ recovery-image] Oct 14 03:51:53.939 INFO O| Oct 14 03:51:53.939 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/dev/cfg
79102024-10-14T03:51:54.656Z[ recovery-image] Oct 14 03:51:53.939 INFO O| Oct 14 03:51:53.939 INFO STEP 13 (ensure_dir) COMPLETE
79112024-10-14T03:51:54.656Z[ recovery-image] Oct 14 03:51:53.939 INFO O| Oct 14 03:51:53.939 INFO STEP 14: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
79122024-10-14T03:51:54.664Z[ recovery-image] Oct 14 03:51:53.949 INFO O| Oct 14 03:51:53.949 INFO creating directory: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/dev/dsk
79132024-10-14T03:51:54.666Z[ recovery-image] Oct 14 03:51:53.949 INFO O| Oct 14 03:51:53.949 INFO ownership wrong (Id(0):Id(0), not 0:3), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/dev/dsk
79142024-10-14T03:51:54.666Z[ recovery-image] Oct 14 03:51:53.949 INFO O| Oct 14 03:51:53.949 INFO chown ok, path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/dev/dsk
79152024-10-14T03:51:54.667Z[ recovery-image] Oct 14 03:51:53.949 INFO O| Oct 14 03:51:53.949 INFO STEP 14 (ensure_dir) COMPLETE
79162024-10-14T03:51:54.667Z[ recovery-image] Oct 14 03:51:53.949 INFO O| Oct 14 03:51:53.949 INFO STEP 15: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
79172024-10-14T03:51:54.674Z[ recovery-image] Oct 14 03:51:53.959 INFO O| Oct 14 03:51:53.959 INFO creating directory: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/dev/rdsk
79182024-10-14T03:51:54.674Z[ recovery-image] Oct 14 03:51:53.959 INFO O| Oct 14 03:51:53.959 INFO ownership wrong (Id(0):Id(0), not 0:3), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/dev/rdsk
79192024-10-14T03:51:54.677Z[ recovery-image] Oct 14 03:51:53.959 INFO O| Oct 14 03:51:53.959 INFO chown ok, path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/dev/rdsk
79202024-10-14T03:51:54.677Z[ recovery-image] Oct 14 03:51:53.959 INFO O| Oct 14 03:51:53.959 INFO STEP 15 (ensure_dir) COMPLETE
79212024-10-14T03:51:54.677Z[ recovery-image] Oct 14 03:51:53.959 INFO O| Oct 14 03:51:53.959 INFO STEP 16: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
79222024-10-14T03:51:54.684Z[ recovery-image] Oct 14 03:51:53.969 INFO O| Oct 14 03:51:53.969 INFO creating directory: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/dev/sensors
79232024-10-14T03:51:54.684Z[ recovery-image] Oct 14 03:51:53.969 INFO O| Oct 14 03:51:53.969 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/dev/sensors
79242024-10-14T03:51:54.686Z[ recovery-image] Oct 14 03:51:53.969 INFO O| Oct 14 03:51:53.969 INFO STEP 16 (ensure_dir) COMPLETE
79252024-10-14T03:51:54.686Z[ recovery-image] Oct 14 03:51:53.969 INFO O| Oct 14 03:51:53.969 INFO STEP 17: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
79262024-10-14T03:51:54.694Z[ recovery-image] Oct 14 03:51:53.979 INFO O| Oct 14 03:51:53.979 INFO creating directory: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/dev/usb
79272024-10-14T03:51:54.694Z[ recovery-image] Oct 14 03:51:53.979 INFO O| Oct 14 03:51:53.979 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/dev/usb
79282024-10-14T03:51:54.694Z[ recovery-image] Oct 14 03:51:53.979 INFO O| Oct 14 03:51:53.979 INFO STEP 17 (ensure_dir) COMPLETE
79292024-10-14T03:51:54.697Z[ recovery-image] Oct 14 03:51:53.979 INFO O| Oct 14 03:51:53.979 INFO STEP 18: ensure_symlink, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
79302024-10-14T03:51:54.704Z[ recovery-image] Oct 14 03:51:53.989 INFO O| Oct 14 03:51:53.989 INFO link target ok (../devices/pseudo/sysmsg@0:msglog)
79312024-10-14T03:51:54.704Z[ recovery-image] Oct 14 03:51:53.989 INFO O| Oct 14 03:51:53.989 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/dev/msglog
79322024-10-14T03:51:54.704Z[ recovery-image] Oct 14 03:51:53.989 INFO O| Oct 14 03:51:53.989 INFO ok!
79332024-10-14T03:51:54.707Z[ recovery-image] Oct 14 03:51:53.989 INFO O| Oct 14 03:51:53.989 INFO STEP 18 (ensure_symlink) COMPLETE
79342024-10-14T03:51:54.707Z[ recovery-image] Oct 14 03:51:53.989 INFO O| Oct 14 03:51:53.989 INFO STEP 19: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
79352024-10-14T03:51:54.715Z[ recovery-image] Oct 14 03:51:54.000 INFO O| Oct 14 03:51:54.000 INFO file /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/reconfigure exists, with correct contents
79362024-10-14T03:51:54.715Z[ recovery-image] Oct 14 03:51:54.000 INFO O| Oct 14 03:51:54.000 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/reconfigure
79372024-10-14T03:51:54.717Z[ recovery-image] Oct 14 03:51:54.000 INFO O| Oct 14 03:51:54.000 INFO ok!
79382024-10-14T03:51:54.717Z[ recovery-image] Oct 14 03:51:54.000 INFO O| Oct 14 03:51:54.000 INFO STEP 19 (ensure_file) COMPLETE
79392024-10-14T03:51:54.717Z[ recovery-image] Oct 14 03:51:54.000 INFO O| Oct 14 03:51:54.000 INFO STEP 20: ensure_symlink, from: /work/oxidecomputer/helios/image/templates/include/common.json
79402024-10-14T03:51:54.726Z[ recovery-image] Oct 14 03:51:54.011 INFO O| Oct 14 03:51:54.011 INFO link /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/svc/profile/generic.xml does not exist
79412024-10-14T03:51:54.727Z[ recovery-image] Oct 14 03:51:54.011 INFO O| Oct 14 03:51:54.011 INFO linking /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/svc/profile/generic.xml -> generic_limited_net.xml ...
79422024-10-14T03:51:54.729Z[ recovery-image] Oct 14 03:51:54.011 INFO O| Oct 14 03:51:54.011 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/svc/profile/generic.xml
79432024-10-14T03:51:54.729Z[ recovery-image] Oct 14 03:51:54.011 INFO O| Oct 14 03:51:54.011 INFO ok!
79442024-10-14T03:51:54.729Z[ recovery-image] Oct 14 03:51:54.011 INFO O| Oct 14 03:51:54.011 INFO STEP 20 (ensure_symlink) COMPLETE
79452024-10-14T03:51:54.729Z[ recovery-image] Oct 14 03:51:54.011 INFO O| Oct 14 03:51:54.011 INFO STEP 21: ensure_symlink, from: /work/oxidecomputer/helios/image/templates/include/common.json
79462024-10-14T03:51:54.736Z[ recovery-image] Oct 14 03:51:54.021 INFO O| Oct 14 03:51:54.021 INFO link /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/svc/profile/inetd_services.xml does not exist
79472024-10-14T03:51:54.736Z[ recovery-image] Oct 14 03:51:54.021 INFO O| Oct 14 03:51:54.021 INFO linking /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/svc/profile/inetd_services.xml -> inetd_generic.xml ...
79482024-10-14T03:51:54.738Z[ recovery-image] Oct 14 03:51:54.021 INFO O| Oct 14 03:51:54.021 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/svc/profile/inetd_services.xml
79492024-10-14T03:51:54.739Z[ recovery-image] Oct 14 03:51:54.021 INFO O| Oct 14 03:51:54.021 INFO ok!
79502024-10-14T03:51:54.739Z[ recovery-image] Oct 14 03:51:54.022 INFO O| Oct 14 03:51:54.021 INFO STEP 21 (ensure_symlink) COMPLETE
79512024-10-14T03:51:54.739Z[ recovery-image] Oct 14 03:51:54.022 INFO O| Oct 14 03:51:54.021 INFO STEP 22: ensure_symlink, from: /work/oxidecomputer/helios/image/templates/include/common.json
79522024-10-14T03:51:54.746Z[ recovery-image] Oct 14 03:51:54.031 INFO O| Oct 14 03:51:54.031 INFO link /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/svc/profile/platform.xml does not exist
79532024-10-14T03:51:54.746Z[ recovery-image] Oct 14 03:51:54.032 INFO O| Oct 14 03:51:54.031 INFO linking /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/svc/profile/platform.xml -> platform_oxide.xml ...
79542024-10-14T03:51:54.746Z[ recovery-image] Oct 14 03:51:54.032 INFO O| Oct 14 03:51:54.032 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/svc/profile/platform.xml
79552024-10-14T03:51:54.749Z[ recovery-image] Oct 14 03:51:54.032 INFO O| Oct 14 03:51:54.032 INFO ok!
79562024-10-14T03:51:54.749Z[ recovery-image] Oct 14 03:51:54.032 INFO O| Oct 14 03:51:54.032 INFO STEP 22 (ensure_symlink) COMPLETE
79572024-10-14T03:51:54.749Z[ recovery-image] Oct 14 03:51:54.032 INFO O| Oct 14 03:51:54.032 INFO STEP 23: ensure_symlink, from: /work/oxidecomputer/helios/image/templates/include/common.json
79582024-10-14T03:51:54.759Z[ recovery-image] Oct 14 03:51:54.044 INFO O| Oct 14 03:51:54.044 INFO link /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/svc/profile/name_service.xml does not exist
79592024-10-14T03:51:54.759Z[ recovery-image] Oct 14 03:51:54.044 INFO O| Oct 14 03:51:54.044 INFO linking /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/svc/profile/name_service.xml -> ns_dns.xml ...
79602024-10-14T03:51:54.762Z[ recovery-image] Oct 14 03:51:54.044 INFO O| Oct 14 03:51:54.044 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/svc/profile/name_service.xml
79612024-10-14T03:51:54.762Z[ recovery-image] Oct 14 03:51:54.044 INFO O| Oct 14 03:51:54.044 INFO ok!
79622024-10-14T03:51:54.762Z[ recovery-image] Oct 14 03:51:54.044 INFO O| Oct 14 03:51:54.044 INFO STEP 23 (ensure_symlink) COMPLETE
79632024-10-14T03:51:54.762Z[ recovery-image] Oct 14 03:51:54.044 INFO O| Oct 14 03:51:54.044 INFO STEP 24: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/common.json
79642024-10-14T03:51:54.769Z[ recovery-image] Oct 14 03:51:54.054 INFO O| Oct 14 03:51:54.054 WARN file /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/nsswitch.conf exists, with wrong contents, unlinking
79652024-10-14T03:51:54.771Z[ recovery-image] Oct 14 03:51:54.054 INFO O| Oct 14 03:51:54.054 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 ...
79662024-10-14T03:51:54.771Z[ recovery-image] Oct 14 03:51:54.054 INFO O| Oct 14 03:51:54.054 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/nsswitch.conf
79672024-10-14T03:51:54.771Z[ recovery-image] Oct 14 03:51:54.054 INFO O| Oct 14 03:51:54.054 INFO ok!
79682024-10-14T03:51:54.771Z[ recovery-image] Oct 14 03:51:54.054 INFO O| Oct 14 03:51:54.054 INFO STEP 24 (ensure_file) COMPLETE
79692024-10-14T03:51:54.771Z[ recovery-image] Oct 14 03:51:54.054 INFO O| Oct 14 03:51:54.054 INFO STEP 25: shadow, from: /work/oxidecomputer/helios/image/templates/include/common.json
79702024-10-14T03:51:54.779Z[ recovery-image] Oct 14 03:51:54.064 INFO O| Oct 14 03:51:54.064 INFO updating shadow file
79712024-10-14T03:51:54.781Z[ recovery-image] Oct 14 03:51:54.065 INFO O| Oct 14 03:51:54.064 INFO ownership wrong (Id(0):Id(3), not 0:0), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/shadow
79722024-10-14T03:51:54.781Z[ recovery-image] Oct 14 03:51:54.065 INFO O| Oct 14 03:51:54.065 INFO chown ok, path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/shadow
79732024-10-14T03:51:54.781Z[ recovery-image] Oct 14 03:51:54.065 INFO O| Oct 14 03:51:54.065 INFO STEP 25 (shadow) COMPLETE
79742024-10-14T03:51:54.781Z[ recovery-image] Oct 14 03:51:54.065 INFO O| Oct 14 03:51:54.065 INFO STEP 26: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/common.json
79752024-10-14T03:51:54.789Z[ recovery-image] Oct 14 03:51:54.074 INFO O| Oct 14 03:51:54.074 WARN file /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/inet/hosts exists, with wrong contents, unlinking
79762024-10-14T03:51:54.789Z[ recovery-image] Oct 14 03:51:54.074 INFO O| Oct 14 03:51:54.074 INFO copying /work/oxidecomputer/helios/image/templates/files/hosts -> /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/inet/hosts ...
79772024-10-14T03:51:54.792Z[ recovery-image] Oct 14 03:51:54.075 INFO O| Oct 14 03:51:54.075 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/inet/hosts
79782024-10-14T03:51:54.792Z[ recovery-image] Oct 14 03:51:54.075 INFO O| Oct 14 03:51:54.075 INFO ok!
79792024-10-14T03:51:54.792Z[ recovery-image] Oct 14 03:51:54.075 INFO O| Oct 14 03:51:54.075 INFO STEP 26 (ensure_file) COMPLETE
79802024-10-14T03:51:54.792Z[ recovery-image] Oct 14 03:51:54.075 INFO O| Oct 14 03:51:54.075 INFO STEP 27: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/common.json
79812024-10-14T03:51:54.799Z[ recovery-image] Oct 14 03:51:54.084 INFO O| Oct 14 03:51:54.084 INFO file /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/nodename does not exist
79822024-10-14T03:51:54.799Z[ recovery-image] Oct 14 03:51:54.085 INFO O| Oct 14 03:51:54.084 INFO writing /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/nodename ...
79832024-10-14T03:51:54.802Z[ recovery-image] Oct 14 03:51:54.085 INFO O| Oct 14 03:51:54.085 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/nodename
79842024-10-14T03:51:54.802Z[ recovery-image] Oct 14 03:51:54.085 INFO O| Oct 14 03:51:54.085 INFO ok!
79852024-10-14T03:51:54.802Z[ recovery-image] Oct 14 03:51:54.085 INFO O| Oct 14 03:51:54.085 INFO STEP 27 (ensure_file) COMPLETE
79862024-10-14T03:51:54.802Z[ recovery-image] Oct 14 03:51:54.085 INFO O| Oct 14 03:51:54.085 INFO STEP 28: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/common.json
79872024-10-14T03:51:54.810Z[ recovery-image] Oct 14 03:51:54.096 INFO O| Oct 14 03:51:54.095 WARN file /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/default/dhcpagent exists, with wrong contents, unlinking
79882024-10-14T03:51:54.810Z[ recovery-image] Oct 14 03:51:54.096 INFO O| Oct 14 03:51:54.096 INFO copying /work/oxidecomputer/helios/image/templates/files/dhcpagent -> /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/default/dhcpagent ...
79892024-10-14T03:51:54.813Z[ recovery-image] Oct 14 03:51:54.096 INFO O| Oct 14 03:51:54.096 INFO ownership wrong (Id(0):Id(0), not 0:3), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/default/dhcpagent
79902024-10-14T03:51:54.813Z[ recovery-image] Oct 14 03:51:54.096 INFO O| Oct 14 03:51:54.096 INFO chown ok, path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/default/dhcpagent
79912024-10-14T03:51:54.813Z[ recovery-image] Oct 14 03:51:54.096 INFO O| Oct 14 03:51:54.096 INFO ok!
79922024-10-14T03:51:54.813Z[ recovery-image] Oct 14 03:51:54.096 INFO O| Oct 14 03:51:54.096 INFO STEP 28 (ensure_file) COMPLETE
79932024-10-14T03:51:54.813Z[ recovery-image] Oct 14 03:51:54.096 INFO O| Oct 14 03:51:54.096 INFO STEP 29: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/common.json
79942024-10-14T03:51:54.821Z[ recovery-image] Oct 14 03:51:54.106 INFO O| Oct 14 03:51:54.106 INFO file /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/resolv.conf does not exist
79952024-10-14T03:51:54.821Z[ recovery-image] Oct 14 03:51:54.106 INFO O| Oct 14 03:51:54.106 INFO writing /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/resolv.conf ...
79962024-10-14T03:51:54.823Z[ recovery-image] Oct 14 03:51:54.106 INFO O| Oct 14 03:51:54.106 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/resolv.conf
79972024-10-14T03:51:54.823Z[ recovery-image] Oct 14 03:51:54.106 INFO O| Oct 14 03:51:54.106 INFO ok!
79982024-10-14T03:51:54.823Z[ recovery-image] Oct 14 03:51:54.106 INFO O| Oct 14 03:51:54.106 INFO STEP 29 (ensure_file) COMPLETE
79992024-10-14T03:51:54.823Z[ recovery-image] Oct 14 03:51:54.106 INFO O| Oct 14 03:51:54.106 INFO STEP 30: ensure_file, from: /work/oxidecomputer/helios/image/templates/gimlet/zfs-recovery.json
80002024-10-14T03:51:54.831Z[ recovery-image] Oct 14 03:51:54.116 INFO O| Oct 14 03:51:54.116 INFO file /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/auto_master does not exist
80012024-10-14T03:51:54.831Z[ recovery-image] Oct 14 03:51:54.116 INFO O| Oct 14 03:51:54.116 INFO copying /work/oxidecomputer/helios/image/templates/files/auto_master -> /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/auto_master ...
80022024-10-14T03:51:54.834Z[ recovery-image] Oct 14 03:51:54.116 INFO O| Oct 14 03:51:54.116 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/auto_master
80032024-10-14T03:51:54.834Z[ recovery-image] Oct 14 03:51:54.116 INFO O| Oct 14 03:51:54.116 INFO ok!
80042024-10-14T03:51:54.834Z[ recovery-image] Oct 14 03:51:54.116 INFO O| Oct 14 03:51:54.116 INFO STEP 30 (ensure_file) COMPLETE
80052024-10-14T03:51:54.834Z[ recovery-image] Oct 14 03:51:54.116 INFO O| Oct 14 03:51:54.116 INFO STEP 31: ensure_file, from: /work/oxidecomputer/helios/image/templates/gimlet/zfs-recovery.json
80062024-10-14T03:51:54.841Z[ recovery-image] Oct 14 03:51:54.126 INFO O| Oct 14 03:51:54.126 WARN file /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/ttydefs exists, with wrong contents, unlinking
80072024-10-14T03:51:54.843Z[ recovery-image] Oct 14 03:51:54.126 INFO O| Oct 14 03:51:54.126 INFO copying /work/oxidecomputer/helios/image/templates/files/ttydefs.3000000 -> /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/ttydefs ...
80082024-10-14T03:51:54.843Z[ recovery-image] Oct 14 03:51:54.126 INFO O| Oct 14 03:51:54.126 INFO ownership wrong (Id(0):Id(0), not 0:3), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/ttydefs
80092024-10-14T03:51:54.843Z[ recovery-image] Oct 14 03:51:54.126 INFO O| Oct 14 03:51:54.126 INFO chown ok, path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/ttydefs
80102024-10-14T03:51:54.843Z[ recovery-image] Oct 14 03:51:54.126 INFO O| Oct 14 03:51:54.126 INFO ok!
80112024-10-14T03:51:54.843Z[ recovery-image] Oct 14 03:51:54.126 INFO O| Oct 14 03:51:54.126 INFO STEP 31 (ensure_file) COMPLETE
80122024-10-14T03:51:54.843Z[ recovery-image] Oct 14 03:51:54.126 INFO O| Oct 14 03:51:54.126 INFO STEP 32: ensure_file, from: /work/oxidecomputer/helios/image/templates/gimlet/zfs-recovery.json
80132024-10-14T03:51:54.851Z[ recovery-image] Oct 14 03:51:54.136 INFO O| Oct 14 03:51:54.136 WARN file /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/default/init exists, with wrong contents, unlinking
80142024-10-14T03:51:54.851Z[ recovery-image] Oct 14 03:51:54.136 INFO O| Oct 14 03:51:54.136 INFO copying /work/oxidecomputer/helios/image/templates/files/default_init -> /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/default/init ...
80152024-10-14T03:51:54.853Z[ recovery-image] Oct 14 03:51:54.137 INFO O| Oct 14 03:51:54.137 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/default/init
80162024-10-14T03:51:54.854Z[ recovery-image] Oct 14 03:51:54.137 INFO O| Oct 14 03:51:54.137 INFO ok!
80172024-10-14T03:51:54.854Z[ recovery-image] Oct 14 03:51:54.137 INFO O| Oct 14 03:51:54.137 INFO STEP 32 (ensure_file) COMPLETE
80182024-10-14T03:51:54.854Z[ recovery-image] Oct 14 03:51:54.137 INFO O| Oct 14 03:51:54.137 INFO STEP 33: ensure_file, from: /work/oxidecomputer/helios/image/templates/gimlet/zfs-recovery.json
80192024-10-14T03:51:54.861Z[ recovery-image] Oct 14 03:51:54.147 INFO O| Oct 14 03:51:54.146 WARN file /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/ssh/sshd_config exists, with wrong contents, unlinking
80202024-10-14T03:51:54.861Z[ recovery-image] Oct 14 03:51:54.147 INFO O| Oct 14 03:51:54.147 INFO copying /work/oxidecomputer/helios/image/templates/files/sshd_config -> /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/ssh/sshd_config ...
80212024-10-14T03:51:54.864Z[ recovery-image] Oct 14 03:51:54.147 INFO O| Oct 14 03:51:54.147 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/ssh/sshd_config
80222024-10-14T03:51:54.864Z[ recovery-image] Oct 14 03:51:54.147 INFO O| Oct 14 03:51:54.147 INFO ok!
80232024-10-14T03:51:54.864Z[ recovery-image] Oct 14 03:51:54.147 INFO O| Oct 14 03:51:54.147 INFO STEP 33 (ensure_file) COMPLETE
80242024-10-14T03:51:54.864Z[ recovery-image] Oct 14 03:51:54.147 INFO O| Oct 14 03:51:54.147 INFO STEP 34: ensure_file, from: /work/oxidecomputer/helios/image/templates/gimlet/zfs-recovery.json
80252024-10-14T03:51:54.871Z[ recovery-image] Oct 14 03:51:54.157 INFO O| Oct 14 03:51:54.156 INFO file /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/usr/lib/bootparams does not exist
80262024-10-14T03:51:54.874Z[ recovery-image] Oct 14 03:51:54.157 INFO O| Oct 14 03:51:54.156 INFO copying /work/oxidecomputer/helios/image/templates/files/bootparams.sh -> /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/usr/lib/bootparams ...
80272024-10-14T03:51:54.874Z[ recovery-image] Oct 14 03:51:54.157 INFO O| Oct 14 03:51:54.157 INFO perms are 644, should be 755, path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/usr/lib/bootparams
80282024-10-14T03:51:54.874Z[ recovery-image] Oct 14 03:51:54.157 INFO O| Oct 14 03:51:54.157 INFO chmod ok, path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/usr/lib/bootparams
80292024-10-14T03:51:54.874Z[ recovery-image] Oct 14 03:51:54.157 INFO O| Oct 14 03:51:54.157 INFO ownership wrong (Id(0):Id(0), not 0:2), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/usr/lib/bootparams
80302024-10-14T03:51:54.874Z[ recovery-image] Oct 14 03:51:54.157 INFO O| Oct 14 03:51:54.157 INFO chown ok, path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/usr/lib/bootparams
80312024-10-14T03:51:54.874Z[ recovery-image] Oct 14 03:51:54.157 INFO O| Oct 14 03:51:54.157 INFO ok!
80322024-10-14T03:51:54.874Z[ recovery-image] Oct 14 03:51:54.157 INFO O| Oct 14 03:51:54.157 INFO STEP 34 (ensure_file) COMPLETE
80332024-10-14T03:51:54.874Z[ recovery-image] Oct 14 03:51:54.157 INFO O| Oct 14 03:51:54.157 INFO STEP 35: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/t6-firmware.json
80342024-10-14T03:51:54.881Z[ recovery-image] Oct 14 03:51:54.167 INFO O| Oct 14 03:51:54.167 INFO creating directory: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/platform/Oxide,Gimlet/firmware
80352024-10-14T03:51:54.884Z[ recovery-image] Oct 14 03:51:54.167 INFO O| Oct 14 03:51:54.167 INFO ownership wrong (Id(0):Id(0), not 0:3), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/platform/Oxide,Gimlet/firmware
80362024-10-14T03:51:54.884Z[ recovery-image] Oct 14 03:51:54.167 INFO O| Oct 14 03:51:54.167 INFO chown ok, path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/platform/Oxide,Gimlet/firmware
80372024-10-14T03:51:54.884Z[ recovery-image] Oct 14 03:51:54.167 INFO O| Oct 14 03:51:54.167 INFO STEP 35 (ensure_dir) COMPLETE
80382024-10-14T03:51:54.884Z[ recovery-image] Oct 14 03:51:54.167 INFO O| Oct 14 03:51:54.167 INFO STEP 36: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/t6-firmware.json
80392024-10-14T03:51:54.891Z[ recovery-image] Oct 14 03:51:54.177 INFO O| Oct 14 03:51:54.177 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
80402024-10-14T03:51:54.894Z[ recovery-image] Oct 14 03:51:54.177 INFO O| Oct 14 03:51:54.177 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 ...
80412024-10-14T03:51:54.894Z[ recovery-image] Oct 14 03:51:54.177 INFO O| Oct 14 03:51:54.177 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
80422024-10-14T03:51:54.894Z[ recovery-image] Oct 14 03:51:54.177 INFO O| Oct 14 03:51:54.177 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
80432024-10-14T03:51:54.894Z[ recovery-image] Oct 14 03:51:54.177 INFO O| Oct 14 03:51:54.177 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
80442024-10-14T03:51:54.894Z[ recovery-image] Oct 14 03:51:54.177 INFO O| Oct 14 03:51:54.177 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
80452024-10-14T03:51:54.895Z[ recovery-image] Oct 14 03:51:54.177 INFO O| Oct 14 03:51:54.177 INFO ok!
80462024-10-14T03:51:54.895Z[ recovery-image] Oct 14 03:51:54.177 INFO O| Oct 14 03:51:54.177 INFO STEP 36 (ensure_file) COMPLETE
80472024-10-14T03:51:54.895Z[ recovery-image] Oct 14 03:51:54.177 INFO O| Oct 14 03:51:54.177 INFO STEP 37: ensure_symlink, from: /work/oxidecomputer/helios/image/templates/include/t6-firmware.json
80482024-10-14T03:51:54.901Z[ recovery-image] Oct 14 03:51:54.187 INFO O| Oct 14 03:51:54.187 INFO link /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/platform/Oxide,Gimlet/firmware/t6srom.bin does not exist
80492024-10-14T03:51:54.901Z[ recovery-image] Oct 14 03:51:54.187 INFO O| Oct 14 03:51:54.187 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 ...
80502024-10-14T03:51:54.904Z[ recovery-image] Oct 14 03:51:54.187 INFO O| Oct 14 03:51:54.187 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/platform/Oxide,Gimlet/firmware/t6srom.bin
80512024-10-14T03:51:54.904Z[ recovery-image] Oct 14 03:51:54.187 INFO O| Oct 14 03:51:54.187 INFO ok!
80522024-10-14T03:51:54.904Z[ recovery-image] Oct 14 03:51:54.187 INFO O| Oct 14 03:51:54.187 INFO STEP 37 (ensure_symlink) COMPLETE
80532024-10-14T03:51:54.904Z[ recovery-image] Oct 14 03:51:54.187 INFO O| Oct 14 03:51:54.187 INFO STEP 38: ensure_file, from: /work/oxidecomputer/helios/image/templates/gimlet/zfs-recovery.json
80542024-10-14T03:51:54.912Z[ recovery-image] Oct 14 03:51:54.197 INFO O| Oct 14 03:51:54.197 INFO file /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/usr/lib/recovery-hostname does not exist
80552024-10-14T03:51:54.912Z[ recovery-image] Oct 14 03:51:54.197 INFO O| Oct 14 03:51:54.197 INFO copying /work/oxidecomputer/helios/image/templates/files/recovery-hostname.sh -> /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/usr/lib/recovery-hostname ...
80562024-10-14T03:51:54.914Z[ recovery-image] Oct 14 03:51:54.197 INFO O| Oct 14 03:51:54.197 INFO perms are 644, should be 755, path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/usr/lib/recovery-hostname
80572024-10-14T03:51:54.914Z[ recovery-image] Oct 14 03:51:54.197 INFO O| Oct 14 03:51:54.197 INFO chmod ok, path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/usr/lib/recovery-hostname
80582024-10-14T03:51:54.915Z[ recovery-image] Oct 14 03:51:54.197 INFO O| Oct 14 03:51:54.197 INFO ownership wrong (Id(0):Id(0), not 0:2), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/usr/lib/recovery-hostname
80592024-10-14T03:51:54.915Z[ recovery-image] Oct 14 03:51:54.197 INFO O| Oct 14 03:51:54.197 INFO chown ok, path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/usr/lib/recovery-hostname
80602024-10-14T03:51:54.915Z[ recovery-image] Oct 14 03:51:54.197 INFO O| Oct 14 03:51:54.197 INFO ok!
80612024-10-14T03:51:54.915Z[ recovery-image] Oct 14 03:51:54.197 INFO O| Oct 14 03:51:54.197 INFO STEP 38 (ensure_file) COMPLETE
80622024-10-14T03:51:54.915Z[ recovery-image] Oct 14 03:51:54.197 INFO O| Oct 14 03:51:54.197 INFO STEP 39: ensure_file, from: /work/oxidecomputer/helios/image/templates/gimlet/zfs-recovery.json
80632024-10-14T03:51:54.922Z[ recovery-image] Oct 14 03:51:54.208 INFO O| Oct 14 03:51:54.208 INFO file /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/lib/svc/manifest/site/recovery-hostname.xml does not exist
80642024-10-14T03:51:54.922Z[ recovery-image] Oct 14 03:51:54.208 INFO O| Oct 14 03:51:54.208 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 ...
80652024-10-14T03:51:54.925Z[ recovery-image] Oct 14 03:51:54.208 INFO O| Oct 14 03:51:54.208 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
80662024-10-14T03:51:54.925Z[ recovery-image] Oct 14 03:51:54.208 INFO O| Oct 14 03:51:54.208 INFO chown ok, path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/lib/svc/manifest/site/recovery-hostname.xml
80672024-10-14T03:51:54.925Z[ recovery-image] Oct 14 03:51:54.208 INFO O| Oct 14 03:51:54.208 INFO ok!
80682024-10-14T03:51:54.925Z[ recovery-image] Oct 14 03:51:54.208 INFO O| Oct 14 03:51:54.208 INFO STEP 39 (ensure_file) COMPLETE
80692024-10-14T03:51:54.925Z[ recovery-image] Oct 14 03:51:54.208 INFO O| Oct 14 03:51:54.208 INFO STEP 40: ensure_file, from: /work/oxidecomputer/helios/image/templates/gimlet/zfs-recovery.json
80702024-10-14T03:51:54.933Z[ recovery-image] Oct 14 03:51:54.218 INFO O| Oct 14 03:51:54.218 INFO file /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/var/svc/profile/site.xml does not exist
80712024-10-14T03:51:54.933Z[ recovery-image] Oct 14 03:51:54.218 INFO O| Oct 14 03:51:54.218 INFO copying /work/oxidecomputer/helios/image/templates/files/site.xml -> /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/var/svc/profile/site.xml ...
80722024-10-14T03:51:54.935Z[ recovery-image] Oct 14 03:51:54.218 INFO O| Oct 14 03:51:54.218 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/var/svc/profile/site.xml
80732024-10-14T03:51:54.935Z[ recovery-image] Oct 14 03:51:54.218 INFO O| Oct 14 03:51:54.218 INFO ok!
80742024-10-14T03:51:54.936Z[ recovery-image] Oct 14 03:51:54.218 INFO O| Oct 14 03:51:54.218 INFO STEP 40 (ensure_file) COMPLETE
80752024-10-14T03:51:54.936Z[ recovery-image] Oct 14 03:51:54.218 INFO O| Oct 14 03:51:54.218 INFO STEP 41: shadow, from: /work/oxidecomputer/helios/image/templates/include/root-noauth.json
80762024-10-14T03:51:54.944Z[ recovery-image] Oct 14 03:51:54.229 INFO O| Oct 14 03:51:54.229 INFO updating shadow file
80772024-10-14T03:51:54.944Z[ recovery-image] Oct 14 03:51:54.229 INFO O| Oct 14 03:51:54.229 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/shadow
80782024-10-14T03:51:54.946Z[ recovery-image] Oct 14 03:51:54.229 INFO O| Oct 14 03:51:54.229 INFO STEP 41 (shadow) COMPLETE
80792024-10-14T03:51:54.946Z[ recovery-image] Oct 14 03:51:54.229 INFO O| Oct 14 03:51:54.229 INFO STEP 42: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/root-noauth.json
80802024-10-14T03:51:54.957Z[ recovery-image] Oct 14 03:51:54.240 INFO O| Oct 14 03:51:54.240 WARN file /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/default/login exists, with wrong contents, unlinking
80812024-10-14T03:51:54.957Z[ recovery-image] Oct 14 03:51:54.240 INFO O| Oct 14 03:51:54.240 INFO copying /work/oxidecomputer/helios/image/templates/files/mfg_default_login -> /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/default/login ...
80822024-10-14T03:51:54.957Z[ recovery-image] Oct 14 03:51:54.240 INFO O| Oct 14 03:51:54.240 INFO ownership wrong (Id(0):Id(0), not 0:3), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/default/login
80832024-10-14T03:51:54.960Z[ recovery-image] Oct 14 03:51:54.240 INFO O| Oct 14 03:51:54.240 INFO chown ok, path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/default/login
80842024-10-14T03:51:54.960Z[ recovery-image] Oct 14 03:51:54.240 INFO O| Oct 14 03:51:54.240 INFO ok!
80852024-10-14T03:51:54.960Z[ recovery-image] Oct 14 03:51:54.240 INFO O| Oct 14 03:51:54.240 INFO STEP 42 (ensure_file) COMPLETE
80862024-10-14T03:51:54.960Z[ recovery-image] Oct 14 03:51:54.240 INFO O| Oct 14 03:51:54.240 INFO STEP 43: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json
80872024-10-14T03:51:54.966Z[ recovery-image] Oct 14 03:51:54.251 INFO O| Oct 14 03:51:54.251 INFO ownership already OK (0:3), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/opt
80882024-10-14T03:51:54.966Z[ recovery-image] Oct 14 03:51:54.251 INFO O| Oct 14 03:51:54.251 INFO STEP 43 (ensure_dir) COMPLETE
80892024-10-14T03:51:54.966Z[ recovery-image] Oct 14 03:51:54.251 INFO O| Oct 14 03:51:54.251 INFO STEP 44: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json
80902024-10-14T03:51:54.976Z[ recovery-image] Oct 14 03:51:54.261 INFO O| Oct 14 03:51:54.261 INFO ownership wrong (Id(0):Id(2), not 0:0), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/opt/oxide
80912024-10-14T03:51:54.978Z[ recovery-image] Oct 14 03:51:54.261 INFO O| Oct 14 03:51:54.261 INFO chown ok, path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/opt/oxide
80922024-10-14T03:51:54.978Z[ recovery-image] Oct 14 03:51:54.261 INFO O| Oct 14 03:51:54.261 INFO STEP 44 (ensure_dir) COMPLETE
80932024-10-14T03:51:54.978Z[ recovery-image] Oct 14 03:51:54.261 INFO O| Oct 14 03:51:54.261 INFO STEP 45: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json
80942024-10-14T03:51:54.986Z[ recovery-image] Oct 14 03:51:54.271 INFO O| Oct 14 03:51:54.271 INFO creating directory: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/opt/oxide/installinator
80952024-10-14T03:51:54.986Z[ recovery-image] Oct 14 03:51:54.271 INFO O| Oct 14 03:51:54.271 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/opt/oxide/installinator
80962024-10-14T03:51:54.988Z[ recovery-image] Oct 14 03:51:54.271 INFO O| Oct 14 03:51:54.271 INFO STEP 45 (ensure_dir) COMPLETE
80972024-10-14T03:51:54.989Z[ recovery-image] Oct 14 03:51:54.271 INFO O| Oct 14 03:51:54.271 INFO STEP 46: ensure_file, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json
80982024-10-14T03:51:54.996Z[ recovery-image] Oct 14 03:51:54.281 INFO O| Oct 14 03:51:54.281 INFO file /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/opt/oxide/installinator/installinator does not exist
80992024-10-14T03:51:54.996Z[ recovery-image] Oct 14 03:51:54.281 INFO O| Oct 14 03:51:54.281 INFO copying /tmp/.tmpzQHTap/proto/recovery/root/opt/oxide/installinator/installinator -> /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/opt/oxide/installinator/installinator ...
81002024-10-14T03:51:55.029Z[ recovery-image] Oct 14 03:51:54.314 INFO O| Oct 14 03:51:54.314 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/opt/oxide/installinator/installinator
81012024-10-14T03:51:55.029Z[ recovery-image] Oct 14 03:51:54.314 INFO O| Oct 14 03:51:54.314 INFO ok!
81022024-10-14T03:51:55.029Z[ recovery-image] Oct 14 03:51:54.314 INFO O| Oct 14 03:51:54.314 INFO STEP 46 (ensure_file) COMPLETE
81032024-10-14T03:51:55.032Z[ recovery-image] Oct 14 03:51:54.314 INFO O| Oct 14 03:51:54.314 INFO STEP 47: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json
81042024-10-14T03:51:55.040Z[ recovery-image] Oct 14 03:51:54.325 INFO O| Oct 14 03:51:54.325 INFO creating directory: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/opt/oxide/installinator/pkg
81052024-10-14T03:51:55.040Z[ recovery-image] Oct 14 03:51:54.325 INFO O| Oct 14 03:51:54.325 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/opt/oxide/installinator/pkg
81062024-10-14T03:51:55.040Z[ recovery-image] Oct 14 03:51:54.325 INFO O| Oct 14 03:51:54.325 INFO STEP 47 (ensure_dir) COMPLETE
81072024-10-14T03:51:55.042Z[ recovery-image] Oct 14 03:51:54.325 INFO O| Oct 14 03:51:54.325 INFO STEP 48: ensure_file, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json
81082024-10-14T03:51:55.050Z[ recovery-image] Oct 14 03:51:54.335 INFO O| Oct 14 03:51:54.335 INFO file /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/opt/oxide/installinator/VERSION does not exist
81092024-10-14T03:51:55.050Z[ recovery-image] Oct 14 03:51:54.335 INFO O| Oct 14 03:51:54.335 INFO copying /tmp/.tmpzQHTap/proto/recovery/root/opt/oxide/installinator/VERSION -> /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/opt/oxide/installinator/VERSION ...
81102024-10-14T03:51:55.053Z[ recovery-image] Oct 14 03:51:54.335 INFO O| Oct 14 03:51:54.335 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/opt/oxide/installinator/VERSION
81112024-10-14T03:51:55.053Z[ recovery-image] Oct 14 03:51:54.335 INFO O| Oct 14 03:51:54.335 INFO ok!
81122024-10-14T03:51:55.053Z[ recovery-image] Oct 14 03:51:54.336 INFO O| Oct 14 03:51:54.335 INFO STEP 48 (ensure_file) COMPLETE
81132024-10-14T03:51:55.053Z[ recovery-image] Oct 14 03:51:54.336 INFO O| Oct 14 03:51:54.335 INFO STEP 49: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json
81142024-10-14T03:51:55.060Z[ recovery-image] Oct 14 03:51:54.345 INFO O| Oct 14 03:51:54.345 INFO creating directory: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/opt/oxide/mg-ddm
81152024-10-14T03:51:55.060Z[ recovery-image] Oct 14 03:51:54.345 INFO O| Oct 14 03:51:54.345 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/opt/oxide/mg-ddm
81162024-10-14T03:51:55.062Z[ recovery-image] Oct 14 03:51:54.345 INFO O| Oct 14 03:51:54.345 INFO STEP 49 (ensure_dir) COMPLETE
81172024-10-14T03:51:55.062Z[ recovery-image] Oct 14 03:51:54.345 INFO O| Oct 14 03:51:54.345 INFO STEP 50: ensure_file, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json
81182024-10-14T03:51:55.070Z[ recovery-image] Oct 14 03:51:54.355 INFO O| Oct 14 03:51:54.355 INFO file /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/opt/oxide/mg-ddm/ddmadm does not exist
81192024-10-14T03:51:55.070Z[ recovery-image] Oct 14 03:51:54.355 INFO O| Oct 14 03:51:54.355 INFO copying /tmp/.tmpzQHTap/proto/recovery/root/opt/oxide/mg-ddm/ddmadm -> /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/opt/oxide/mg-ddm/ddmadm ...
81202024-10-14T03:51:55.084Z[ recovery-image] Oct 14 03:51:54.370 INFO O| Oct 14 03:51:54.370 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/opt/oxide/mg-ddm/ddmadm
81212024-10-14T03:51:55.088Z[ recovery-image] Oct 14 03:51:54.370 INFO O| Oct 14 03:51:54.370 INFO ok!
81222024-10-14T03:51:55.088Z[ recovery-image] Oct 14 03:51:54.370 INFO O| Oct 14 03:51:54.370 INFO STEP 50 (ensure_file) COMPLETE
81232024-10-14T03:51:55.088Z[ recovery-image] Oct 14 03:51:54.370 INFO O| Oct 14 03:51:54.370 INFO STEP 51: ensure_file, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json
81242024-10-14T03:51:55.095Z[ recovery-image] Oct 14 03:51:54.380 INFO O| Oct 14 03:51:54.380 INFO file /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/opt/oxide/mg-ddm/ddmd does not exist
81252024-10-14T03:51:55.098Z[ recovery-image] Oct 14 03:51:54.380 INFO O| Oct 14 03:51:54.380 INFO copying /tmp/.tmpzQHTap/proto/recovery/root/opt/oxide/mg-ddm/ddmd -> /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/opt/oxide/mg-ddm/ddmd ...
81262024-10-14T03:51:55.570Z[ recovery-image] Oct 14 03:51:54.855 INFO O| Oct 14 03:51:54.855 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/opt/oxide/mg-ddm/ddmd
81272024-10-14T03:51:55.570Z[ recovery-image] Oct 14 03:51:54.855 INFO O| Oct 14 03:51:54.855 INFO ok!
81282024-10-14T03:51:55.574Z[ recovery-image] Oct 14 03:51:54.855 INFO O| Oct 14 03:51:54.855 INFO STEP 51 (ensure_file) COMPLETE
81292024-10-14T03:51:55.574Z[ recovery-image] Oct 14 03:51:54.855 INFO O| Oct 14 03:51:54.855 INFO STEP 52: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json
81302024-10-14T03:51:55.581Z[ recovery-image] Oct 14 03:51:54.866 INFO O| Oct 14 03:51:54.866 INFO creating directory: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/opt/oxide/mg-ddm/pkg
81312024-10-14T03:51:55.584Z[ recovery-image] Oct 14 03:51:54.866 INFO O| Oct 14 03:51:54.866 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/opt/oxide/mg-ddm/pkg
81322024-10-14T03:51:55.584Z[ recovery-image] Oct 14 03:51:54.866 INFO O| Oct 14 03:51:54.866 INFO STEP 52 (ensure_dir) COMPLETE
81332024-10-14T03:51:55.584Z[ recovery-image] Oct 14 03:51:54.866 INFO O| Oct 14 03:51:54.866 INFO STEP 53: ensure_file, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json
81342024-10-14T03:51:55.593Z[ recovery-image] Oct 14 03:51:54.879 INFO O| Oct 14 03:51:54.879 INFO file /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/opt/oxide/mg-ddm/pkg/refresh_ctrun_child.sh does not exist
81352024-10-14T03:51:55.594Z[ recovery-image] Oct 14 03:51:54.879 INFO O| Oct 14 03:51:54.879 INFO copying /tmp/.tmpzQHTap/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 ...
81362024-10-14T03:51:55.596Z[ recovery-image] Oct 14 03:51:54.879 INFO O| Oct 14 03:51:54.879 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
81372024-10-14T03:51:55.596Z[ recovery-image] Oct 14 03:51:54.879 INFO O| Oct 14 03:51:54.879 INFO ok!
81382024-10-14T03:51:55.596Z[ recovery-image] Oct 14 03:51:54.879 INFO O| Oct 14 03:51:54.879 INFO STEP 53 (ensure_file) COMPLETE
81392024-10-14T03:51:55.596Z[ recovery-image] Oct 14 03:51:54.879 INFO O| Oct 14 03:51:54.879 INFO STEP 54: ensure_file, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json
81402024-10-14T03:51:55.603Z[ recovery-image] Oct 14 03:51:54.889 INFO O| Oct 14 03:51:54.889 INFO file /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/opt/oxide/mg-ddm/pkg/mgd_method_script.sh does not exist
81412024-10-14T03:51:55.606Z[ recovery-image] Oct 14 03:51:54.889 INFO O| Oct 14 03:51:54.889 INFO copying /tmp/.tmpzQHTap/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 ...
81422024-10-14T03:51:55.606Z[ recovery-image] Oct 14 03:51:54.889 INFO O| Oct 14 03:51:54.889 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
81432024-10-14T03:51:55.606Z[ recovery-image] Oct 14 03:51:54.889 INFO O| Oct 14 03:51:54.889 INFO ok!
81442024-10-14T03:51:55.606Z[ recovery-image] Oct 14 03:51:54.889 INFO O| Oct 14 03:51:54.889 INFO STEP 54 (ensure_file) COMPLETE
81452024-10-14T03:51:55.606Z[ recovery-image] Oct 14 03:51:54.889 INFO O| Oct 14 03:51:54.889 INFO STEP 55: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json
81462024-10-14T03:51:55.613Z[ recovery-image] Oct 14 03:51:54.899 INFO O| Oct 14 03:51:54.899 INFO creating directory: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/opt/oxide/mg-ddm/pkg/mgd
81472024-10-14T03:51:55.616Z[ recovery-image] Oct 14 03:51:54.899 INFO O| Oct 14 03:51:54.899 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/opt/oxide/mg-ddm/pkg/mgd
81482024-10-14T03:51:55.616Z[ recovery-image] Oct 14 03:51:54.899 INFO O| Oct 14 03:51:54.899 INFO STEP 55 (ensure_dir) COMPLETE
81492024-10-14T03:51:55.616Z[ recovery-image] Oct 14 03:51:54.899 INFO O| Oct 14 03:51:54.899 INFO STEP 56: ensure_file, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json
81502024-10-14T03:51:55.625Z[ recovery-image] Oct 14 03:51:54.909 INFO O| Oct 14 03:51:54.909 INFO file /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/opt/oxide/mg-ddm/pkg/mgd/manifest.xml does not exist
81512024-10-14T03:51:55.627Z[ recovery-image] Oct 14 03:51:54.909 INFO O| Oct 14 03:51:54.909 INFO copying /tmp/.tmpzQHTap/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 ...
81522024-10-14T03:51:55.627Z[ recovery-image] Oct 14 03:51:54.909 INFO O| Oct 14 03:51:54.909 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/opt/oxide/mg-ddm/pkg/mgd/manifest.xml
81532024-10-14T03:51:55.628Z[ recovery-image] Oct 14 03:51:54.909 INFO O| Oct 14 03:51:54.909 INFO ok!
81542024-10-14T03:51:55.628Z[ recovery-image] Oct 14 03:51:54.909 INFO O| Oct 14 03:51:54.909 INFO STEP 56 (ensure_file) COMPLETE
81552024-10-14T03:51:55.628Z[ recovery-image] Oct 14 03:51:54.909 INFO O| Oct 14 03:51:54.909 INFO STEP 57: ensure_file, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json
81562024-10-14T03:51:55.634Z[ recovery-image] Oct 14 03:51:54.919 INFO O| Oct 14 03:51:54.919 INFO file /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/opt/oxide/mg-ddm/pkg/ddm_method_script.sh does not exist
81572024-10-14T03:51:55.637Z[ recovery-image] Oct 14 03:51:54.919 INFO O| Oct 14 03:51:54.919 INFO copying /tmp/.tmpzQHTap/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 ...
81582024-10-14T03:51:55.637Z[ recovery-image] Oct 14 03:51:54.919 INFO O| Oct 14 03:51:54.919 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
81592024-10-14T03:51:55.637Z[ recovery-image] Oct 14 03:51:54.919 INFO O| Oct 14 03:51:54.919 INFO ok!
81602024-10-14T03:51:55.637Z[ recovery-image] Oct 14 03:51:54.919 INFO O| Oct 14 03:51:54.919 INFO STEP 57 (ensure_file) COMPLETE
81612024-10-14T03:51:55.637Z[ recovery-image] Oct 14 03:51:54.919 INFO O| Oct 14 03:51:54.919 INFO STEP 58: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json
81622024-10-14T03:51:55.644Z[ recovery-image] Oct 14 03:51:54.929 INFO O| Oct 14 03:51:54.929 INFO creating directory: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/opt/oxide/mg-ddm/pkg/ddm
81632024-10-14T03:51:55.644Z[ recovery-image] Oct 14 03:51:54.929 INFO O| Oct 14 03:51:54.929 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/opt/oxide/mg-ddm/pkg/ddm
81642024-10-14T03:51:55.644Z[ recovery-image] Oct 14 03:51:54.929 INFO O| Oct 14 03:51:54.929 INFO STEP 58 (ensure_dir) COMPLETE
81652024-10-14T03:51:55.644Z[ recovery-image] Oct 14 03:51:54.929 INFO O| Oct 14 03:51:54.929 INFO STEP 59: ensure_file, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json
81662024-10-14T03:51:55.654Z[ recovery-image] Oct 14 03:51:54.939 INFO O| Oct 14 03:51:54.939 INFO file /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/opt/oxide/mg-ddm/pkg/ddm/manifest.xml does not exist
81672024-10-14T03:51:55.654Z[ recovery-image] Oct 14 03:51:54.939 INFO O| Oct 14 03:51:54.939 INFO copying /tmp/.tmpzQHTap/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 ...
81682024-10-14T03:51:55.655Z[ recovery-image] Oct 14 03:51:54.939 INFO O| Oct 14 03:51:54.939 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/opt/oxide/mg-ddm/pkg/ddm/manifest.xml
81692024-10-14T03:51:55.657Z[ recovery-image] Oct 14 03:51:54.939 INFO O| Oct 14 03:51:54.939 INFO ok!
81702024-10-14T03:51:55.657Z[ recovery-image] Oct 14 03:51:54.939 INFO O| Oct 14 03:51:54.939 INFO STEP 59 (ensure_file) COMPLETE
81712024-10-14T03:51:55.657Z[ recovery-image] Oct 14 03:51:54.939 INFO O| Oct 14 03:51:54.939 INFO STEP 60: ensure_file, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json
81722024-10-14T03:51:55.664Z[ recovery-image] Oct 14 03:51:54.949 INFO O| Oct 14 03:51:54.949 INFO file /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/opt/oxide/mg-ddm/VERSION does not exist
81732024-10-14T03:51:55.664Z[ recovery-image] Oct 14 03:51:54.949 INFO O| Oct 14 03:51:54.949 INFO copying /tmp/.tmpzQHTap/proto/recovery/root/opt/oxide/mg-ddm/VERSION -> /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/opt/oxide/mg-ddm/VERSION ...
81742024-10-14T03:51:55.666Z[ recovery-image] Oct 14 03:51:54.949 INFO O| Oct 14 03:51:54.949 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/opt/oxide/mg-ddm/VERSION
81752024-10-14T03:51:55.666Z[ recovery-image] Oct 14 03:51:54.949 INFO O| Oct 14 03:51:54.949 INFO ok!
81762024-10-14T03:51:55.666Z[ recovery-image] Oct 14 03:51:54.949 INFO O| Oct 14 03:51:54.949 INFO STEP 60 (ensure_file) COMPLETE
81772024-10-14T03:51:55.666Z[ recovery-image] Oct 14 03:51:54.949 INFO O| Oct 14 03:51:54.949 INFO STEP 61: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json
81782024-10-14T03:51:55.674Z[ recovery-image] Oct 14 03:51:54.959 INFO O| Oct 14 03:51:54.959 INFO ownership already OK (0:2), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/lib
81792024-10-14T03:51:55.674Z[ recovery-image] Oct 14 03:51:54.959 INFO O| Oct 14 03:51:54.959 INFO STEP 61 (ensure_dir) COMPLETE
81802024-10-14T03:51:55.676Z[ recovery-image] Oct 14 03:51:54.959 INFO O| Oct 14 03:51:54.959 INFO STEP 62: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json
81812024-10-14T03:51:55.683Z[ recovery-image] Oct 14 03:51:54.969 INFO O| Oct 14 03:51:54.969 INFO ownership already OK (0:2), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/lib/svc
81822024-10-14T03:51:55.686Z[ recovery-image] Oct 14 03:51:54.969 INFO O| Oct 14 03:51:54.969 INFO STEP 62 (ensure_dir) COMPLETE
81832024-10-14T03:51:55.686Z[ recovery-image] Oct 14 03:51:54.969 INFO O| Oct 14 03:51:54.969 INFO STEP 63: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json
81842024-10-14T03:51:55.693Z[ recovery-image] Oct 14 03:51:54.978 INFO O| Oct 14 03:51:54.978 INFO ownership already OK (0:3), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/lib/svc/manifest
81852024-10-14T03:51:55.693Z[ recovery-image] Oct 14 03:51:54.978 INFO O| Oct 14 03:51:54.978 INFO STEP 63 (ensure_dir) COMPLETE
81862024-10-14T03:51:55.693Z[ recovery-image] Oct 14 03:51:54.978 INFO O| Oct 14 03:51:54.978 INFO STEP 64: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json
81872024-10-14T03:51:55.703Z[ recovery-image] Oct 14 03:51:54.989 INFO O| Oct 14 03:51:54.988 INFO ownership already OK (0:3), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/lib/svc/manifest/site
81882024-10-14T03:51:55.703Z[ recovery-image] Oct 14 03:51:54.989 INFO O| Oct 14 03:51:54.989 INFO STEP 64 (ensure_dir) COMPLETE
81892024-10-14T03:51:55.706Z[ recovery-image] Oct 14 03:51:54.989 INFO O| Oct 14 03:51:54.989 INFO STEP 65: ensure_file, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json
81902024-10-14T03:51:55.713Z[ recovery-image] Oct 14 03:51:54.998 INFO O| Oct 14 03:51:54.998 INFO file /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/lib/svc/manifest/site/installinator.xml does not exist
81912024-10-14T03:51:55.713Z[ recovery-image] Oct 14 03:51:54.998 INFO O| Oct 14 03:51:54.998 INFO copying /tmp/.tmpzQHTap/proto/recovery/root/lib/svc/manifest/site/installinator.xml -> /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/lib/svc/manifest/site/installinator.xml ...
81922024-10-14T03:51:55.716Z[ recovery-image] Oct 14 03:51:54.999 INFO O| Oct 14 03:51:54.998 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/lib/svc/manifest/site/installinator.xml
81932024-10-14T03:51:55.716Z[ recovery-image] Oct 14 03:51:54.999 INFO O| Oct 14 03:51:54.998 INFO ok!
81942024-10-14T03:51:55.716Z[ recovery-image] Oct 14 03:51:54.999 INFO O| Oct 14 03:51:54.999 INFO STEP 65 (ensure_file) COMPLETE
81952024-10-14T03:51:55.716Z[ recovery-image] Oct 14 03:51:54.999 INFO O| Oct 14 03:51:54.999 INFO STEP 66: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
81962024-10-14T03:51:55.724Z[ recovery-image] Oct 14 03:51:55.009 INFO O| Oct 14 03:51:55.009 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a/lib/svc/manifest/network/ipsec"
81972024-10-14T03:51:55.727Z[ recovery-image] Oct 14 03:51:55.010 INFO O| Oct 14 03:51:55.010 INFO STEP 66 (remove_files) COMPLETE
81982024-10-14T03:51:55.727Z[ recovery-image] Oct 14 03:51:55.010 INFO O| Oct 14 03:51:55.010 INFO STEP 67: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
81992024-10-14T03:51:55.734Z[ recovery-image] Oct 14 03:51:55.020 INFO O| Oct 14 03:51:55.019 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a/lib/svc/manifest/network/ldap"
82002024-10-14T03:51:55.738Z[ recovery-image] Oct 14 03:51:55.020 INFO O| Oct 14 03:51:55.020 INFO STEP 67 (remove_files) COMPLETE
82012024-10-14T03:51:55.738Z[ recovery-image] Oct 14 03:51:55.020 INFO O| Oct 14 03:51:55.020 INFO STEP 68: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
82022024-10-14T03:51:55.745Z[ recovery-image] Oct 14 03:51:55.030 INFO O| Oct 14 03:51:55.030 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a/lib/svc/manifest/network/rpc"
82032024-10-14T03:51:55.747Z[ recovery-image] Oct 14 03:51:55.030 INFO O| Oct 14 03:51:55.030 INFO STEP 68 (remove_files) COMPLETE
82042024-10-14T03:51:55.747Z[ recovery-image] Oct 14 03:51:55.030 INFO O| Oct 14 03:51:55.030 INFO STEP 69: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
82052024-10-14T03:51:55.755Z[ recovery-image] Oct 14 03:51:55.040 INFO O| Oct 14 03:51:55.040 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a/lib/svc/manifest/network/security"
82062024-10-14T03:51:55.757Z[ recovery-image] Oct 14 03:51:55.040 INFO O| Oct 14 03:51:55.040 INFO STEP 69 (remove_files) COMPLETE
82072024-10-14T03:51:55.757Z[ recovery-image] Oct 14 03:51:55.040 INFO O| Oct 14 03:51:55.040 INFO STEP 70: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
82082024-10-14T03:51:55.765Z[ recovery-image] Oct 14 03:51:55.050 INFO O| Oct 14 03:51:55.050 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a/lib/svc/manifest/network/shares"
82092024-10-14T03:51:55.767Z[ recovery-image] Oct 14 03:51:55.050 INFO O| Oct 14 03:51:55.050 INFO STEP 70 (remove_files) COMPLETE
82102024-10-14T03:51:55.767Z[ recovery-image] Oct 14 03:51:55.050 INFO O| Oct 14 03:51:55.050 INFO STEP 71: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
82112024-10-14T03:51:55.775Z[ recovery-image] Oct 14 03:51:55.060 INFO O| Oct 14 03:51:55.060 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a/lib/svc/manifest/network/smb"
82122024-10-14T03:51:55.777Z[ recovery-image] Oct 14 03:51:55.061 INFO O| Oct 14 03:51:55.061 INFO STEP 71 (remove_files) COMPLETE
82132024-10-14T03:51:55.778Z[ recovery-image] Oct 14 03:51:55.061 INFO O| Oct 14 03:51:55.061 INFO STEP 72: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
82142024-10-14T03:51:55.785Z[ recovery-image] Oct 14 03:51:55.070 INFO O| Oct 14 03:51:55.070 INFO remove file: "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a/lib/svc/manifest/application/management/net-snmp.xml"
82152024-10-14T03:51:55.788Z[ recovery-image] Oct 14 03:51:55.071 INFO O| Oct 14 03:51:55.071 INFO STEP 72 (remove_files) COMPLETE
82162024-10-14T03:51:55.788Z[ recovery-image] Oct 14 03:51:55.071 INFO O| Oct 14 03:51:55.071 INFO STEP 73: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
82172024-10-14T03:51:55.795Z[ recovery-image] Oct 14 03:51:55.080 INFO O| Oct 14 03:51:55.080 INFO remove file: "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a/lib/svc/manifest/application/security/tcsd.xml"
82182024-10-14T03:51:55.798Z[ recovery-image] Oct 14 03:51:55.080 INFO O| Oct 14 03:51:55.080 INFO STEP 73 (remove_files) COMPLETE
82192024-10-14T03:51:55.798Z[ recovery-image] Oct 14 03:51:55.081 INFO O| Oct 14 03:51:55.080 INFO STEP 74: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
82202024-10-14T03:51:55.805Z[ recovery-image] Oct 14 03:51:55.090 INFO O| Oct 14 03:51:55.090 INFO remove file: "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a/lib/svc/manifest/network/dns/install.xml"
82212024-10-14T03:51:55.808Z[ recovery-image] Oct 14 03:51:55.090 INFO O| Oct 14 03:51:55.090 INFO STEP 74 (remove_files) COMPLETE
82222024-10-14T03:51:55.809Z[ recovery-image] Oct 14 03:51:55.090 INFO O| Oct 14 03:51:55.090 INFO STEP 75: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
82232024-10-14T03:51:55.816Z[ recovery-image] Oct 14 03:51:55.101 INFO O| Oct 14 03:51:55.101 INFO remove file: "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a/lib/svc/manifest/network/inetd-upgrade.xml"
82242024-10-14T03:51:55.818Z[ recovery-image] Oct 14 03:51:55.101 INFO O| Oct 14 03:51:55.101 INFO STEP 75 (remove_files) COMPLETE
82252024-10-14T03:51:55.818Z[ recovery-image] Oct 14 03:51:55.101 INFO O| Oct 14 03:51:55.101 INFO STEP 76: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
82262024-10-14T03:51:55.826Z[ recovery-image] Oct 14 03:51:55.111 INFO O| Oct 14 03:51:55.111 INFO remove file: "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a/lib/svc/manifest/network/inetd.xml"
82272024-10-14T03:51:55.826Z[ recovery-image] Oct 14 03:51:55.111 INFO O| Oct 14 03:51:55.111 INFO STEP 76 (remove_files) COMPLETE
82282024-10-14T03:51:55.828Z[ recovery-image] Oct 14 03:51:55.111 INFO O| Oct 14 03:51:55.111 INFO STEP 77: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
82292024-10-14T03:51:55.836Z[ recovery-image] Oct 14 03:51:55.121 INFO O| Oct 14 03:51:55.121 INFO remove file: "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a/lib/svc/manifest/network/network-install.xml"
82302024-10-14T03:51:55.836Z[ recovery-image] Oct 14 03:51:55.121 INFO O| Oct 14 03:51:55.121 INFO STEP 77 (remove_files) COMPLETE
82312024-10-14T03:51:55.836Z[ recovery-image] Oct 14 03:51:55.121 INFO O| Oct 14 03:51:55.121 INFO STEP 78: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
82322024-10-14T03:51:55.847Z[ recovery-image] Oct 14 03:51:55.132 INFO O| Oct 14 03:51:55.132 INFO remove file: "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a/lib/svc/manifest/network/network-ipmp.xml"
82332024-10-14T03:51:55.847Z[ recovery-image] Oct 14 03:51:55.132 INFO O| Oct 14 03:51:55.132 INFO STEP 78 (remove_files) COMPLETE
82342024-10-14T03:51:55.847Z[ recovery-image] Oct 14 03:51:55.132 INFO O| Oct 14 03:51:55.132 INFO STEP 79: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
82352024-10-14T03:51:55.858Z[ recovery-image] Oct 14 03:51:55.142 INFO O| Oct 14 03:51:55.142 INFO remove file: "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a/lib/svc/manifest/network/network-iptun.xml"
82362024-10-14T03:51:55.858Z[ recovery-image] Oct 14 03:51:55.142 INFO O| Oct 14 03:51:55.142 INFO STEP 79 (remove_files) COMPLETE
82372024-10-14T03:51:55.858Z[ recovery-image] Oct 14 03:51:55.142 INFO O| Oct 14 03:51:55.142 INFO STEP 80: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
82382024-10-14T03:51:55.868Z[ recovery-image] Oct 14 03:51:55.153 INFO O| Oct 14 03:51:55.153 INFO remove file: "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a/lib/svc/manifest/network/network-location.xml"
82392024-10-14T03:51:55.868Z[ recovery-image] Oct 14 03:51:55.153 INFO O| Oct 14 03:51:55.153 INFO STEP 80 (remove_files) COMPLETE
82402024-10-14T03:51:55.868Z[ recovery-image] Oct 14 03:51:55.153 INFO O| Oct 14 03:51:55.153 INFO STEP 81: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
82412024-10-14T03:51:55.879Z[ recovery-image] Oct 14 03:51:55.163 INFO O| Oct 14 03:51:55.163 INFO remove file: "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a/lib/svc/manifest/network/network-netcfg.xml"
82422024-10-14T03:51:55.881Z[ recovery-image] Oct 14 03:51:55.163 INFO O| Oct 14 03:51:55.163 INFO STEP 81 (remove_files) COMPLETE
82432024-10-14T03:51:55.881Z[ recovery-image] Oct 14 03:51:55.163 INFO O| Oct 14 03:51:55.163 INFO STEP 82: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
82442024-10-14T03:51:55.888Z[ recovery-image] Oct 14 03:51:55.173 INFO O| Oct 14 03:51:55.173 INFO remove file: "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a/lib/svc/manifest/network/routing/rdisc.xml"
82452024-10-14T03:51:55.888Z[ recovery-image] Oct 14 03:51:55.173 INFO O| Oct 14 03:51:55.173 INFO STEP 82 (remove_files) COMPLETE
82462024-10-14T03:51:55.890Z[ recovery-image] Oct 14 03:51:55.173 INFO O| Oct 14 03:51:55.173 INFO STEP 83: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
82472024-10-14T03:51:55.898Z[ recovery-image] Oct 14 03:51:55.183 INFO O| Oct 14 03:51:55.183 INFO remove file: "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a/lib/svc/manifest/network/varpd.xml"
82482024-10-14T03:51:55.901Z[ recovery-image] Oct 14 03:51:55.183 INFO O| Oct 14 03:51:55.183 INFO STEP 83 (remove_files) COMPLETE
82492024-10-14T03:51:55.901Z[ recovery-image] Oct 14 03:51:55.183 INFO O| Oct 14 03:51:55.183 INFO STEP 84: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
82502024-10-14T03:51:55.908Z[ recovery-image] Oct 14 03:51:55.193 INFO O| Oct 14 03:51:55.193 INFO remove file: "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a/lib/svc/manifest/system/device/allocate.xml"
82512024-10-14T03:51:55.911Z[ recovery-image] Oct 14 03:51:55.194 INFO O| Oct 14 03:51:55.193 INFO STEP 84 (remove_files) COMPLETE
82522024-10-14T03:51:55.911Z[ recovery-image] Oct 14 03:51:55.194 INFO O| Oct 14 03:51:55.194 INFO STEP 85: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
82532024-10-14T03:51:55.918Z[ recovery-image] Oct 14 03:51:55.203 INFO O| Oct 14 03:51:55.203 INFO remove file: "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a/lib/svc/manifest/system/device/devices-audio.xml"
82542024-10-14T03:51:55.920Z[ recovery-image] Oct 14 03:51:55.203 INFO O| Oct 14 03:51:55.203 INFO STEP 85 (remove_files) COMPLETE
82552024-10-14T03:51:55.920Z[ recovery-image] Oct 14 03:51:55.203 INFO O| Oct 14 03:51:55.203 INFO STEP 86: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
82562024-10-14T03:51:55.928Z[ recovery-image] Oct 14 03:51:55.213 INFO O| Oct 14 03:51:55.213 INFO remove file: "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a/usr/lib/devfsadm/linkmod/SUNW_audio_link.so"
82572024-10-14T03:51:55.930Z[ recovery-image] Oct 14 03:51:55.213 INFO O| Oct 14 03:51:55.213 INFO STEP 86 (remove_files) COMPLETE
82582024-10-14T03:51:55.930Z[ recovery-image] Oct 14 03:51:55.213 INFO O| Oct 14 03:51:55.213 INFO STEP 87: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
82592024-10-14T03:51:55.941Z[ recovery-image] Oct 14 03:51:55.226 INFO O| Oct 14 03:51:55.226 INFO remove file: "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a/dev/sndstat"
82602024-10-14T03:51:55.943Z[ recovery-image] Oct 14 03:51:55.226 INFO O| Oct 14 03:51:55.226 INFO STEP 87 (remove_files) COMPLETE
82612024-10-14T03:51:55.943Z[ recovery-image] Oct 14 03:51:55.226 INFO O| Oct 14 03:51:55.226 INFO STEP 88: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
82622024-10-14T03:51:55.951Z[ recovery-image] Oct 14 03:51:55.236 INFO O| Oct 14 03:51:55.236 INFO remove file: "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a/lib/svc/manifest/system/device/mpxio-upgrade.xml"
82632024-10-14T03:51:55.951Z[ recovery-image] Oct 14 03:51:55.236 INFO O| Oct 14 03:51:55.236 INFO STEP 88 (remove_files) COMPLETE
82642024-10-14T03:51:55.954Z[ recovery-image] Oct 14 03:51:55.236 INFO O| Oct 14 03:51:55.236 INFO STEP 89: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
82652024-10-14T03:51:55.961Z[ recovery-image] Oct 14 03:51:55.246 INFO O| Oct 14 03:51:55.246 INFO remove file: "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a/lib/svc/manifest/system/hostid.xml"
82662024-10-14T03:51:55.961Z[ recovery-image] Oct 14 03:51:55.246 INFO O| Oct 14 03:51:55.246 INFO STEP 89 (remove_files) COMPLETE
82672024-10-14T03:51:55.961Z[ recovery-image] Oct 14 03:51:55.246 INFO O| Oct 14 03:51:55.246 INFO STEP 90: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
82682024-10-14T03:51:55.971Z[ recovery-image] Oct 14 03:51:55.256 INFO O| Oct 14 03:51:55.256 INFO remove file: "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a/lib/svc/manifest/system/idmap.xml"
82692024-10-14T03:51:55.971Z[ recovery-image] Oct 14 03:51:55.256 INFO O| Oct 14 03:51:55.256 INFO STEP 90 (remove_files) COMPLETE
82702024-10-14T03:51:55.971Z[ recovery-image] Oct 14 03:51:55.256 INFO O| Oct 14 03:51:55.256 INFO STEP 91: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
82712024-10-14T03:51:55.981Z[ recovery-image] Oct 14 03:51:55.266 INFO O| Oct 14 03:51:55.266 INFO remove file: "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a/lib/svc/manifest/system/pkgserv.xml"
82722024-10-14T03:51:55.981Z[ recovery-image] Oct 14 03:51:55.266 INFO O| Oct 14 03:51:55.266 INFO STEP 91 (remove_files) COMPLETE
82732024-10-14T03:51:55.983Z[ recovery-image] Oct 14 03:51:55.266 INFO O| Oct 14 03:51:55.266 INFO STEP 92: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
82742024-10-14T03:51:55.990Z[ recovery-image] Oct 14 03:51:55.276 INFO O| Oct 14 03:51:55.276 INFO remove file: "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a/lib/svc/manifest/system/zones.xml"
82752024-10-14T03:51:55.990Z[ recovery-image] Oct 14 03:51:55.276 INFO O| Oct 14 03:51:55.276 INFO STEP 92 (remove_files) COMPLETE
82762024-10-14T03:51:55.993Z[ recovery-image] Oct 14 03:51:55.276 INFO O| Oct 14 03:51:55.276 INFO STEP 93: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
82772024-10-14T03:51:56.001Z[ recovery-image] Oct 14 03:51:55.286 INFO O| Oct 14 03:51:55.286 INFO remove file: "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a/lib/svc/manifest/system/intrd.xml"
82782024-10-14T03:51:56.001Z[ recovery-image] Oct 14 03:51:55.286 INFO O| Oct 14 03:51:55.286 INFO STEP 93 (remove_files) COMPLETE
82792024-10-14T03:51:56.004Z[ recovery-image] Oct 14 03:51:55.286 INFO O| Oct 14 03:51:55.286 INFO STEP 94: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
82802024-10-14T03:51:56.010Z[ recovery-image] Oct 14 03:51:55.296 INFO O| Oct 14 03:51:55.296 INFO remove file: "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a/lib/svc/manifest/network/chrony.xml"
82812024-10-14T03:51:56.013Z[ recovery-image] Oct 14 03:51:55.296 INFO O| Oct 14 03:51:55.296 INFO STEP 94 (remove_files) COMPLETE
82822024-10-14T03:51:56.013Z[ recovery-image] Oct 14 03:51:55.296 INFO O| Oct 14 03:51:55.296 INFO STEP 95: seed_smf, from: /work/oxidecomputer/helios/image/templates/gimlet/zfs-recovery.json
82832024-10-14T03:51:56.025Z[ recovery-image] Oct 14 03:51:55.310 INFO O| Oct 14 03:51:55.310 INFO file /rpool/images/build/recovery/tmp/gimlet/zfs-recovery/repo.db does not already exist, skipping removal
82842024-10-14T03:51:56.028Z[ recovery-image] Oct 14 03:51:55.311 INFO O| Oct 14 03:51:55.311 INFO exec: ["/usr/sbin/svccfg", "import", "-p", "/dev/stdout", "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a/lib/svc/manifest"], env: {"PKG_INSTALL_ROOT": "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a", "SVCCFG_REPOSITORY": "/rpool/images/build/recovery/tmp/gimlet/zfs-recovery/repo.db", "SVCCFG_DTD": "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a/usr/share/lib/xml/dtd/service_bundle.dtd.1", "SVCCFG_CHECKHASH": "1"}
82852024-10-14T03:52:02.312Z[ recovery-image] Oct 14 03:52:01.595 INFO O| Oct 14 03:52:01.595 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
82862024-10-14T03:52:02.312Z[ recovery-image] Oct 14 03:52:01.596 INFO O| Oct 14 03:52:01.595 INFO E| svccfg: Loaded 67 smf(7) service descriptions
82872024-10-14T03:52:02.323Z[ recovery-image] Oct 14 03:52:01.607 INFO O| Oct 14 03:52:01.607 INFO exec: ["/usr/sbin/svccfg", "apply", "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a/var/svc/profile/site.xml"], env: {"PKG_INSTALL_ROOT": "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a", "SVCCFG_DTD": "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a/usr/share/lib/xml/dtd/service_bundle.dtd.1", "SVCCFG_REPOSITORY": "/rpool/images/build/recovery/tmp/gimlet/zfs-recovery/repo.db", "SVCCFG_CHECKHASH": "1"}
82882024-10-14T03:52:02.396Z[ recovery-image] Oct 14 03:52:01.681 INFO O| Oct 14 03:52:01.681 INFO file /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/svc/repository.db does not exist
82892024-10-14T03:52:02.397Z[ recovery-image] Oct 14 03:52:01.681 INFO O| Oct 14 03:52:01.681 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 ...
82902024-10-14T03:52:02.399Z[ recovery-image] Oct 14 03:52:01.683 INFO O| Oct 14 03:52:01.683 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/svc/repository.db
82912024-10-14T03:52:02.399Z[ recovery-image] Oct 14 03:52:01.683 INFO O| Oct 14 03:52:01.683 INFO ok!
82922024-10-14T03:52:02.399Z[ recovery-image] Oct 14 03:52:01.683 INFO O| Oct 14 03:52:01.683 INFO file /rpool/images/build/recovery/tmp/gimlet/zfs-recovery/repo.db exists (as File), removing
82932024-10-14T03:52:02.399Z[ recovery-image] Oct 14 03:52:01.683 INFO O| Oct 14 03:52:01.683 INFO STEP 95 (seed_smf) COMPLETE
82942024-10-14T03:52:02.399Z[ recovery-image] Oct 14 03:52:01.683 INFO O| Oct 14 03:52:01.683 INFO steps complete; finalising image!
82952024-10-14T03:52:02.399Z[ recovery-image] Oct 14 03:52:01.683 INFO O| Oct 14 03:52:01.683 INFO TRIM POOL: TEMPORARY-gimlet-zfs-recovery
82962024-10-14T03:52:02.429Z[ recovery-image] Oct 14 03:52:01.714 INFO O| Oct 14 03:52:01.714 INFO trim TEMPORARY-gimlet-zfs-recovery: (5% trimmed, started at Mon Oct 14 03:52:01 2024)
82972024-10-14T03:52:02.641Z[ recovery-image] Oct 14 03:52:01.925 INFO O| Oct 14 03:52:01.925 INFO trim TEMPORARY-gimlet-zfs-recovery: (98% trimmed, started at Mon Oct 14 03:52:01 2024)
82982024-10-14T03:52:02.863Z[ recovery-image] Oct 14 03:52:02.147 INFO O| Oct 14 03:52:02.147 INFO temporary pool has 403M used, 1.36G avail, 1.00x compressratio
82992024-10-14T03:52:02.863Z[ recovery-image] Oct 14 03:52:02.147 INFO O| Oct 14 03:52:02.147 INFO EXPORT POOL: TEMPORARY-gimlet-zfs-recovery
83002024-10-14T03:52:03.108Z[ recovery-image] Oct 14 03:52:02.393 INFO O| Oct 14 03:52:02.393 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
83012024-10-14T03:52:03.108Z[ recovery-image] Oct 14 03:52:02.393 INFO O| Oct 14 03:52:02.393 INFO file /rpool/images/build/recovery/output/gimlet-zfs-recovery.raw does not already exist, skipping removal
83022024-10-14T03:52:06.084Z[ recovery-image] Oct 14 03:52:05.368 INFO O| Oct 14 03:52:05.368 INFO perms are 1600, should be 644, path: /rpool/images/build/recovery/output/gimlet-zfs-recovery.raw
83032024-10-14T03:52:06.084Z[ recovery-image] Oct 14 03:52:05.368 INFO O| Oct 14 03:52:05.368 INFO chmod ok, path: /rpool/images/build/recovery/output/gimlet-zfs-recovery.raw
83042024-10-14T03:52:06.087Z[ recovery-image] Oct 14 03:52:05.368 INFO O| Oct 14 03:52:05.368 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/output/gimlet-zfs-recovery.raw
83052024-10-14T03:52:06.087Z[ recovery-image] Oct 14 03:52:05.368 INFO O| Oct 14 03:52:05.368 INFO completed processing gimlet/zfs-recovery
83062024-10-14T03:52:06.087Z[ recovery-image] Oct 14 03:52:05.368 INFO O| Oct 14 03:52:05.368 INFO DESTROY DATASET: rpool/images/build/recovery/work/gimlet/zfs-recovery
83072024-10-14T03:52:06.660Z[ recovery-image] Oct 14 03:52:05.945 INFO O| Oct 14 03:52:05.944 INFO DESTROY DATASET: rpool/images/build/recovery/tmp/gimlet/zfs-recovery
83082024-10-14T03:52:06.738Z[ recovery-image] Oct 14 03:52:06.022 INFO BUILD STRING "heads/stlouis-0-ge533ae0254\n"
83092024-10-14T03:52:06.740Z[ recovery-image] Oct 14 03:52:06.022 INFO expanded image name: "recovery 63aef7a/${os_short_commit} 2024-10-14 03:24" -> "recovery 63aef7a/e533ae0 2024-10-14 03:24"
83102024-10-14T03:52:06.740Z[ recovery-image] Oct 14 03:52:06.022 INFO output artefacts stored in: "/work/os-recovery"
83112024-10-14T03:52:06.740Z[ recovery-image] Oct 14 03:52:06.022 INFO collecting git info from project "amd-firmware"...
83122024-10-14T03:52:06.989Z[ recovery-image] Oct 14 03:52:06.273 INFO collecting git info from project "bootserver"...
83132024-10-14T03:52:06.994Z[ recovery-image] Oct 14 03:52:06.279 INFO collecting git info from project "image-builder"...
83142024-10-14T03:52:07.002Z[ recovery-image] Oct 14 03:52:06.286 INFO collecting git info from project "pilot"...
83152024-10-14T03:52:07.013Z[ recovery-image] Oct 14 03:52:06.297 INFO collecting git info from project "phbl"...
83162024-10-14T03:52:07.020Z[ recovery-image] Oct 14 03:52:06.303 INFO collecting git info from project "chelsio-t6-roms"...
83172024-10-14T03:52:07.039Z[ recovery-image] Oct 14 03:52:06.323 INFO collecting git info from project "amd-host-image-builder"...
83182024-10-14T03:52:07.070Z[ recovery-image] Oct 14 03:52:06.354 INFO collecting git info from project "pinprick"...
83192024-10-14T03:52:07.075Z[ recovery-image] Oct 14 03:52:06.359 INFO collecting packaging info "pkg-publishers.txt": ["publisher", "-F", "tsv"]...
83202024-10-14T03:52:07.424Z[ recovery-image] Oct 14 03:52:06.708 INFO collecting packaging info "pkg-list.txt": ["list", "-H", "-v"]...
83212024-10-14T03:52:07.776Z[ recovery-image] Oct 14 03:52:07.055 INFO creating Oxide boot image...
83222024-10-14T03:52:07.776Z[ recovery-image] Oct 14 03:52:07.055 INFO exec: ["/work/oxidecomputer/helios/projects/bootserver/target/release/mkimage", "-i", "/rpool/images/build/recovery/output/gimlet-zfs-recovery.raw", "-N", "recovery 63aef7a/e533ae0 2024-10-14 03:24", "-o", "/work/os-recovery/zfs.img", "-O", "/work/oxidecomputer/helios/tmp/image.recovery/boot_image_csum", "-s", "4096", "-z"], pwd: None
83232024-10-14T03:52:40.364Z[ host-image] Oct 14 03:52:39.646 INFO O| install = pkg://helios-dev/SUNWcs@0.5.11-2.0.22960:20241011T103625Z
83242024-10-14T03:52:40.364Z[ host-image] Oct 14 03:52:39.646 INFO O| install = pkg://helios-dev/SUNWcsd@0.5.11-2.0.22960:20241011T103625Z
83252024-10-14T03:52:40.368Z[ host-image] Oct 14 03:52:39.646 INFO O| install = pkg://helios-dev/compress/brotli@1.0.9-2.0:20230621T185813Z
83262024-10-14T03:52:40.368Z[ host-image] Oct 14 03:52:39.647 INFO O| install = pkg://helios-dev/compress/bzip2@1.0.8-2.0:20230621T185759Z
83272024-10-14T03:52:40.368Z[ host-image] Oct 14 03:52:39.647 INFO O| install = pkg://helios-dev/compress/gzip@1.12-2.0:20230621T185838Z
83282024-10-14T03:52:40.368Z[ host-image] Oct 14 03:52:39.647 INFO O| install = pkg://helios-dev/compress/lz4@1.9.4-2.0:20230621T185820Z
83292024-10-14T03:52:40.368Z[ host-image] Oct 14 03:52:39.648 INFO O| install = pkg://helios-dev/compress/xz@5.4.2-2.0:20230621T190107Z
83302024-10-14T03:52:40.368Z[ host-image] Oct 14 03:52:39.648 INFO O| install = pkg://helios-dev/compress/zstd@1.5.5-2.0:20230621T190025Z
83312024-10-14T03:52:40.368Z[ host-image] Oct 14 03:52:39.648 INFO O| install = pkg://helios-dev/consolidation/oxide/omicron1-brand-incorporation@1.0.22:20240315T231141Z
83322024-10-14T03:52:40.368Z[ host-image] Oct 14 03:52:39.648 INFO O| install = pkg://helios-dev/database/sqlite-3@3.41.2-2.0:20230621T190437Z
83332024-10-14T03:52:40.368Z[ host-image] Oct 14 03:52:39.648 INFO O| install = pkg://helios-dev/developer/acpi@0.5.11-2.0.22960:20241011T103625Z
83342024-10-14T03:52:40.368Z[ host-image] Oct 14 03:52:39.650 INFO O| install = pkg://helios-dev/developer/debug/mdb@0.5.11-2.0.22960:20241011T103626Z
83352024-10-14T03:52:40.371Z[ host-image] Oct 14 03:52:39.651 INFO O| install = pkg://helios-dev/developer/dtrace@0.5.11-2.0.22960:20241011T103626Z
83362024-10-14T03:52:40.371Z[ host-image] Oct 14 03:52:39.651 INFO O| install = pkg://helios-dev/developer/linker@0.5.11-2.0.22960:20241011T103626Z
83372024-10-14T03:52:40.371Z[ host-image] Oct 14 03:52:39.651 INFO O| install = pkg://helios-dev/developer/macro/cpp@20220808-2.0:20230621T191251Z
83382024-10-14T03:52:40.371Z[ host-image] Oct 14 03:52:39.652 INFO O| install = pkg://helios-dev/developer/object-file@0.5.11-2.0.22960:20241011T103626Z
83392024-10-14T03:52:40.371Z[ host-image] Oct 14 03:52:39.653 INFO O| install = pkg://helios-dev/diagnostic/cpu-counters@0.5.11-2.0.22960:20241011T103627Z
83402024-10-14T03:52:40.371Z[ host-image] Oct 14 03:52:39.653 INFO O| install = pkg://helios-dev/diagnostic/diskinfo@0.5.11-2.0.22960:20241011T103627Z
83412024-10-14T03:52:40.371Z[ host-image] Oct 14 03:52:39.653 INFO O| install = pkg://helios-dev/diagnostic/pci@0.5.11-2.0.22960:20241011T103627Z
83422024-10-14T03:52:40.375Z[ host-image] Oct 14 03:52:39.653 INFO O| install = pkg://helios-dev/driver/audio@0.5.11-2.0.22960:20241011T103628Z
83432024-10-14T03:52:40.375Z[ host-image] Oct 14 03:52:39.653 INFO O| install = pkg://helios-dev/driver/cpu/amd/zen@0.5.11-2.0.22960:20241011T103628Z
83442024-10-14T03:52:40.375Z[ host-image] Oct 14 03:52:39.653 INFO O| install = pkg://helios-dev/driver/cpu/sensor@0.5.11-2.0.22960:20241011T103628Z
83452024-10-14T03:52:40.375Z[ host-image] Oct 14 03:52:39.653 INFO O| install = pkg://helios-dev/driver/gpio/amd/zen@0.5.11-2.0.22960:20241011T103628Z
83462024-10-14T03:52:40.375Z[ host-image] Oct 14 03:52:39.654 INFO O| install = pkg://helios-dev/driver/misc/tofino@0.5.11-2.0.22960:20241011T103629Z
83472024-10-14T03:52:40.375Z[ host-image] Oct 14 03:52:39.654 INFO O| install = pkg://helios-dev/driver/network/cxgbe@0.5.11-2.0.22960:20241011T103630Z
83482024-10-14T03:52:40.375Z[ host-image] Oct 14 03:52:39.654 INFO O| install = pkg://helios-dev/driver/network/e1000g@0.5.11-2.0.22960:20241011T103630Z
83492024-10-14T03:52:40.375Z[ host-image] Oct 14 03:52:39.654 INFO O| install = pkg://helios-dev/driver/network/igb@0.5.11-2.0.22960:20241011T103632Z
83502024-10-14T03:52:40.375Z[ host-image] Oct 14 03:52:39.654 INFO O| install = pkg://helios-dev/driver/network/ixgbe@0.5.11-2.0.22960:20241011T103632Z
83512024-10-14T03:52:40.375Z[ host-image] Oct 14 03:52:39.654 INFO O| install = pkg://helios-dev/driver/network/opte@0.33.293:20240820T211830Z
83522024-10-14T03:52:40.375Z[ host-image] Oct 14 03:52:39.654 INFO O| install = pkg://helios-dev/driver/network/rge@0.5.11-2.0.22960:20241011T103634Z
83532024-10-14T03:52:40.375Z[ host-image] Oct 14 03:52:39.654 INFO O| install = pkg://helios-dev/driver/serial/usbser@0.5.11-2.0.22960:20241011T103636Z
83542024-10-14T03:52:40.375Z[ host-image] Oct 14 03:52:39.654 INFO O| install = pkg://helios-dev/driver/storage/blkdev@0.5.11-2.0.22960:20241011T103637Z
83552024-10-14T03:52:40.375Z[ host-image] Oct 14 03:52:39.655 INFO O| install = pkg://helios-dev/driver/storage/nvme@0.5.11-2.0.22960:20241011T103637Z
83562024-10-14T03:52:40.378Z[ host-image] Oct 14 03:52:39.656 INFO O| install = pkg://helios-dev/driver/usb@0.5.11-2.0.22960:20241011T103639Z
83572024-10-14T03:52:40.378Z[ host-image] Oct 14 03:52:39.656 INFO O| install = pkg://helios-dev/driver/x11/xsvc@0.5.11-2.0.22960:20241011T103639Z
83582024-10-14T03:52:40.383Z[ host-image] Oct 14 03:52:39.665 INFO O| install = pkg://helios-dev/editor/vim@9.0.1443-2.0:20230621T192540Z
83592024-10-14T03:52:40.385Z[ host-image] Oct 14 03:52:39.665 INFO O| install = pkg://helios-dev/install/beadm@0.5.11-2.0.22960:20241011T103639Z
83602024-10-14T03:52:40.385Z[ host-image] Oct 14 03:52:39.665 INFO O| install = pkg://helios-dev/library/expat@2.6.3-2.0:20241004T143215Z
83612024-10-14T03:52:40.385Z[ host-image] Oct 14 03:52:39.665 INFO O| install = pkg://helios-dev/library/libedit@3.1-2.0:20230621T193242Z
83622024-10-14T03:52:40.385Z[ host-image] Oct 14 03:52:39.666 INFO O| install = pkg://helios-dev/library/libidn@1.41-2.0:20230621T193402Z
83632024-10-14T03:52:40.385Z[ host-image] Oct 14 03:52:39.666 INFO O| install = pkg://helios-dev/library/libtecla@1.6.0-2.0.22960:20241011T103639Z
83642024-10-14T03:52:40.385Z[ host-image] Oct 14 03:52:39.666 INFO O| install = pkg://helios-dev/library/libtool/libltdl@2.4.6-2.0:20230621T190218Z
83652024-10-14T03:52:40.386Z[ host-image] Oct 14 03:52:39.667 INFO O| install = pkg://helios-dev/library/libxml2@2.11.7-2.0:20240215T135051Z
83662024-10-14T03:52:40.388Z[ host-image] Oct 14 03:52:39.668 INFO O| install = pkg://helios-dev/library/libxmlsec1@1.2.35-2.0:20230624T123441Z
83672024-10-14T03:52:40.390Z[ host-image] Oct 14 03:52:39.668 INFO O| install = pkg://helios-dev/library/libxslt@1.1.30-2.0:20230621T193447Z
83682024-10-14T03:52:40.398Z[ host-image] Oct 14 03:52:39.680 INFO O| install = pkg://helios-dev/library/ncurses@6.4.20240309-2.0:20240523T185257Z
83692024-10-14T03:52:40.398Z[ host-image] Oct 14 03:52:39.680 INFO O| install = pkg://helios-dev/library/nghttp2@1.52.0-2.0:20230621T193608Z
83702024-10-14T03:52:40.401Z[ host-image] Oct 14 03:52:39.681 INFO O| install = pkg://helios-dev/library/nspr@4.35-2.0:20230621T193601Z
83712024-10-14T03:52:40.401Z[ host-image] Oct 14 03:52:39.681 INFO O| install = pkg://helios-dev/library/pcre@8.45-2.0:20230621T193733Z
83722024-10-14T03:52:40.401Z[ host-image] Oct 14 03:52:39.682 INFO O| install = pkg://helios-dev/library/pcre2@10.42-2.0:20230621T193725Z
83732024-10-14T03:52:40.401Z[ host-image] Oct 14 03:52:39.682 INFO O| install = pkg://helios-dev/library/readline@8.2-2.1:20240418T211117Z
83742024-10-14T03:52:40.436Z[ host-image] Oct 14 03:52:39.718 INFO O| install = pkg://helios-dev/library/security/openssl-3@3.0.15-2.0:20240903T190137Z
83752024-10-14T03:52:40.440Z[ host-image] Oct 14 03:52:39.719 INFO O| install = pkg://helios-dev/library/security/trousers@0.3.15-2.0:20230621T194405Z
83762024-10-14T03:52:40.440Z[ host-image] Oct 14 03:52:39.719 INFO O| install = pkg://helios-dev/library/zlib@1.2.13-2.0:20230621T194146Z
83772024-10-14T03:52:40.440Z[ host-image] Oct 14 03:52:39.720 INFO O| install = pkg://helios-dev/locale/en@0.5.11-2.0.22960:20241011T103641Z
83782024-10-14T03:52:40.440Z[ host-image] Oct 14 03:52:39.720 INFO O| install = pkg://helios-dev/network/bridging@0.5.11-2.0.22960:20241011T103647Z
83792024-10-14T03:52:40.440Z[ host-image] Oct 14 03:52:39.720 INFO O| install = pkg://helios-dev/network/dns/bind@9.18.14-2.0:20230621T194546Z
83802024-10-14T03:52:40.440Z[ host-image] Oct 14 03:52:39.720 INFO O| install = pkg://helios-dev/network/netcat@0.5.11-2.0.22960:20241011T103647Z
83812024-10-14T03:52:40.440Z[ host-image] Oct 14 03:52:39.720 INFO O| install = pkg://helios-dev/network/openssh@9.6.1-2.1:20240701T171301Z
83822024-10-14T03:52:40.440Z[ host-image] Oct 14 03:52:39.721 INFO O| install = pkg://helios-dev/network/openssh-server@9.6.1-2.1:20240701T171311Z
83832024-10-14T03:52:40.440Z[ host-image] Oct 14 03:52:39.721 INFO O| install = pkg://helios-dev/network/rsync@3.2.7-2.1:20240627T120527Z
83842024-10-14T03:52:40.440Z[ host-image] Oct 14 03:52:39.721 INFO O| install = pkg://helios-dev/network/snoop@0.5.11-2.0.22960:20241011T103647Z
83852024-10-14T03:52:40.440Z[ host-image] Oct 14 03:52:39.721 INFO O| install = pkg://helios-dev/ooce/library/onig@6.9.8-2.0:20230623T150226Z
83862024-10-14T03:52:40.443Z[ host-image] Oct 14 03:52:39.725 INFO O| install = pkg://helios-dev/ooce/library/postgresql-13@13.11-2.0:20230623T123131Z
83872024-10-14T03:52:40.446Z[ host-image] Oct 14 03:52:39.726 INFO O| install = pkg://helios-dev/ooce/util/jq@1.6-2.0:20230623T172253Z
83882024-10-14T03:52:40.446Z[ host-image] Oct 14 03:52:39.726 INFO O| install = pkg://helios-dev/oxide/platform-identity-cacerts@1.0-2.0:20240719T230730Z
83892024-10-14T03:52:40.446Z[ host-image] Oct 14 03:52:39.726 INFO O| install = pkg://helios-dev/package/svr4@0.5.11-2.0.22960:20241011T103648Z
83902024-10-14T03:52:40.446Z[ host-image] Oct 14 03:52:39.726 INFO O| install = pkg://helios-dev/release/name@0.5.11-2.0:20230621T194601Z
83912024-10-14T03:52:40.459Z[ host-image] Oct 14 03:52:39.741 INFO O| install = pkg://helios-dev/runtime/perl@5.36.1-2.0:20230621T195846Z
83922024-10-14T03:52:40.462Z[ host-image] Oct 14 03:52:39.741 INFO O| install = pkg://helios-dev/runtime/perl/module/sun-solaris@0.5.11-2.0.22960:20241011T103648Z
83932024-10-14T03:52:40.462Z[ host-image] Oct 14 03:52:39.743 INFO O| install = pkg://helios-dev/service/fault-management@0.5.11-2.0.22960:20241011T103649Z
83942024-10-14T03:52:40.464Z[ host-image] Oct 14 03:52:39.744 INFO O| install = pkg://helios-dev/service/file-system/smb@0.5.11-2.0.22960:20241011T103649Z
83952024-10-14T03:52:40.464Z[ host-image] Oct 14 03:52:39.744 INFO O| install = pkg://helios-dev/service/network/chrony@4.5-2.0:20240418T211951Z
83962024-10-14T03:52:40.465Z[ host-image] Oct 14 03:52:39.744 INFO O| install = pkg://helios-dev/service/picl@0.5.11-2.0.22960:20241011T103650Z
83972024-10-14T03:52:40.465Z[ host-image] Oct 14 03:52:39.745 INFO O| install = pkg://helios-dev/service/resource-pools@0.5.11-2.0.22960:20241011T103650Z
83982024-10-14T03:52:40.465Z[ host-image] Oct 14 03:52:39.745 INFO O| install = pkg://helios-dev/service/security/gss@0.5.11-2.0.22960:20241011T103650Z
83992024-10-14T03:52:40.465Z[ host-image] Oct 14 03:52:39.745 INFO O| install = pkg://helios-dev/service/security/kerberos-5@0.5.11-2.0.22960:20241011T103650Z
84002024-10-14T03:52:40.467Z[ host-image] Oct 14 03:52:39.749 INFO O| install = pkg://helios-dev/shell/bash@5.2.15-2.0:20230621T200617Z
84012024-10-14T03:52:40.470Z[ host-image] Oct 14 03:52:39.750 INFO O| install = pkg://helios-dev/shell/ksh93@93.21.1.20120801-2.0.22960:20241011T103651Z
84022024-10-14T03:52:40.470Z[ host-image] Oct 14 03:52:39.750 INFO O| install = pkg://helios-dev/system/bhyve@0.5.11-2.0.22960:20241011T103652Z
84032024-10-14T03:52:40.470Z[ host-image] Oct 14 03:52:39.750 INFO O| install = pkg://helios-dev/system/bhyve/firmware@20230201-2.0:20230621T201619Z
84042024-10-14T03:52:40.470Z[ host-image] Oct 14 03:52:39.751 INFO O| install = pkg://helios-dev/system/boot/loader@1.1-2.0.22960:20241011T103652Z
84052024-10-14T03:52:40.470Z[ host-image] Oct 14 03:52:39.751 INFO O| install = pkg://helios-dev/system/data/console/fonts@0.5.11-2.0.22960:20241011T103653Z
84062024-10-14T03:52:40.470Z[ host-image] Oct 14 03:52:39.751 INFO O| install = pkg://helios-dev/system/data/hardware-registry@2024.3.31-2.0.22960:20241011T103653Z
84072024-10-14T03:52:40.470Z[ host-image] Oct 14 03:52:39.751 INFO O| install = pkg://helios-dev/system/data/keyboard/keytables@0.5.11-2.0.22960:20241011T103653Z
84082024-10-14T03:52:40.478Z[ host-image] Oct 14 03:52:39.760 INFO O| install = pkg://helios-dev/system/data/terminfo@0.5.11-2.0.22960:20241011T103653Z
84092024-10-14T03:52:40.478Z[ host-image] Oct 14 03:52:39.760 INFO O| install = pkg://helios-dev/system/data/urxvt-terminfo@9.31-2.0:20230621T200815Z
84102024-10-14T03:52:40.481Z[ host-image] Oct 14 03:52:39.762 INFO O| install = pkg://helios-dev/system/data/zoneinfo@2024.1-2.0.22960:20241011T103653Z
84112024-10-14T03:52:40.484Z[ host-image] Oct 14 03:52:39.763 INFO O| install = pkg://helios-dev/system/extended-system-utilities@0.5.11-2.0.22960:20241011T103653Z
84122024-10-14T03:52:40.484Z[ host-image] Oct 14 03:52:39.763 INFO O| install = pkg://helios-dev/system/ficl@4.1.0-2.0.22960:20241011T103653Z
84132024-10-14T03:52:40.484Z[ host-image] Oct 14 03:52:39.764 INFO O| install = pkg://helios-dev/system/file-system/smb@0.5.11-2.0.22960:20241011T103653Z
84142024-10-14T03:52:40.484Z[ host-image] Oct 14 03:52:39.764 INFO O| install = pkg://helios-dev/system/file-system/zfs@0.5.11-2.0.22960:20241011T103654Z
84152024-10-14T03:52:40.484Z[ host-image] Oct 14 03:52:39.764 INFO O| install = pkg://helios-dev/system/gpio@0.5.11-2.0.22960:20241011T103654Z
84162024-10-14T03:52:40.493Z[ host-image] Oct 14 03:52:39.775 INFO O| install = pkg://helios-dev/system/kernel@0.5.11-2.0.22960:20241011T103655Z
84172024-10-14T03:52:40.495Z[ host-image] Oct 14 03:52:39.775 INFO O| install = pkg://helios-dev/system/kernel/cpu-counters@0.5.11-2.0.22960:20241011T103655Z
84182024-10-14T03:52:40.495Z[ host-image] Oct 14 03:52:39.775 INFO O| install = pkg://helios-dev/system/kernel/dtrace/providers@0.5.11-2.0.22960:20241011T103655Z
84192024-10-14T03:52:40.495Z[ host-image] Oct 14 03:52:39.776 INFO O| install = pkg://helios-dev/system/kernel/platform@0.5.11-2.0.22960:20241011T103655Z
84202024-10-14T03:52:40.495Z[ host-image] Oct 14 03:52:39.776 INFO O| install = pkg://helios-dev/system/ksensor@0.5.11-2.0.22960:20241011T103655Z
84212024-10-14T03:52:40.516Z[ host-image] Oct 14 03:52:39.798 INFO O| install = pkg://helios-dev/system/library@0.5.11-2.0.22960:20241011T103658Z
84222024-10-14T03:52:40.519Z[ host-image] Oct 14 03:52:39.798 INFO O| install = pkg://helios-dev/system/library/bhyve@0.5.11-2.0.22960:20241011T103656Z
84232024-10-14T03:52:40.519Z[ host-image] Oct 14 03:52:39.798 INFO O| install = pkg://helios-dev/system/library/demangle@0.5.11-2.0.22960:20241011T103656Z
84242024-10-14T03:52:40.519Z[ host-image] Oct 14 03:52:39.799 INFO O| install = pkg://helios-dev/system/library/g++-runtime@13-2.0:20231118T213948Z
84252024-10-14T03:52:40.519Z[ host-image] Oct 14 03:52:39.799 INFO O| install = pkg://helios-dev/system/library/gcc-runtime@13-2.0:20231118T213832Z
84262024-10-14T03:52:40.546Z[ host-image] Oct 14 03:52:39.828 INFO O| install = pkg://helios-dev/system/library/iconv/utf-8@0.5.11-2.0.22960:20241011T103656Z
84272024-10-14T03:52:40.549Z[ host-image] Oct 14 03:52:39.828 INFO O| install = pkg://helios-dev/system/library/libdbus@1.14.6-2.0:20230621T201340Z
84282024-10-14T03:52:40.549Z[ host-image] Oct 14 03:52:39.829 INFO O| install = pkg://helios-dev/system/library/libdiskmgt@0.5.11-2.0.22960:20241011T103656Z
84292024-10-14T03:52:40.549Z[ host-image] Oct 14 03:52:39.829 INFO O| install = pkg://helios-dev/system/library/libispi@0.5.11-2.0.22960:20241011T103656Z
84302024-10-14T03:52:40.549Z[ host-image] Oct 14 03:52:39.830 INFO O| install = pkg://helios-dev/system/library/math@0.5.11-2.0.22960:20241011T103657Z
84312024-10-14T03:52:40.549Z[ host-image] Oct 14 03:52:39.830 INFO O| install = pkg://helios-dev/system/library/mozilla-nss@3.89-2.0:20230621T201725Z
84322024-10-14T03:52:40.549Z[ host-image] Oct 14 03:52:39.831 INFO O| install = pkg://helios-dev/system/library/pcap@1.10.3-2.0:20230621T201732Z
84332024-10-14T03:52:40.552Z[ host-image] Oct 14 03:52:39.831 INFO O| install = pkg://helios-dev/system/library/security/gss@0.5.11-2.0.22960:20241011T103657Z
84342024-10-14T03:52:40.552Z[ host-image] Oct 14 03:52:39.831 INFO O| install = pkg://helios-dev/system/library/security/gss/diffie-hellman@0.5.11-2.0.22960:20241011T103657Z
84352024-10-14T03:52:40.552Z[ host-image] Oct 14 03:52:39.831 INFO O| install = pkg://helios-dev/system/library/security/gss/spnego@0.5.11-2.0.22960:20241011T103657Z
84362024-10-14T03:52:40.552Z[ host-image] Oct 14 03:52:39.832 INFO O| install = pkg://helios-dev/system/library/security/libsasl@0.5.11-2.0.22960:20241011T103658Z
84372024-10-14T03:52:40.552Z[ host-image] Oct 14 03:52:39.832 INFO O| install = pkg://helios-dev/system/library/storage/scsi-plugins@0.5.11-2.0.22960:20241011T103658Z
84382024-10-14T03:52:40.552Z[ host-image] Oct 14 03:52:39.832 INFO O| install = pkg://helios-dev/system/man@0.5.11-2.0.22960:20241011T103658Z
84392024-10-14T03:52:40.555Z[ host-image] Oct 14 03:52:39.835 INFO O| install = pkg://helios-dev/system/management/snmp/net-snmp@5.9.3-2.0:20230621T192215Z
84402024-10-14T03:52:40.555Z[ host-image] Oct 14 03:52:39.835 INFO O| install = pkg://helios-dev/system/microcode/amd@20240710-2.0.22960:20241011T103659Z
84412024-10-14T03:52:40.555Z[ host-image] Oct 14 03:52:39.837 INFO O| install = pkg://helios-dev/system/microcode/intel@20240910-2.0.22960:20241011T103659Z
84422024-10-14T03:52:40.555Z[ host-image] Oct 14 03:52:39.837 INFO O| install = pkg://helios-dev/system/microcode/oxide@20240710-2.0.22960:20241011T103659Z
84432024-10-14T03:52:40.558Z[ host-image] Oct 14 03:52:39.837 INFO O| install = pkg://helios-dev/system/network@0.5.11-2.0.22960:20241011T103700Z
84442024-10-14T03:52:40.558Z[ host-image] Oct 14 03:52:39.838 INFO O| install = pkg://helios-dev/system/network/overlay@0.5.11-2.0.22960:20241011T103659Z
84452024-10-14T03:52:40.558Z[ host-image] Oct 14 03:52:39.838 INFO O| install = pkg://helios-dev/system/network/routing@0.5.11-2.0.22960:20241011T103700Z
84462024-10-14T03:52:40.558Z[ host-image] Oct 14 03:52:39.838 INFO O| install = pkg://helios-dev/system/prerequisite/gnu@0.5.11-2.0:20230621T201805Z
84472024-10-14T03:52:40.558Z[ host-image] Oct 14 03:52:39.838 INFO O| install = pkg://helios-dev/system/watch@3.3.16-2.0:20230621T201923Z
84482024-10-14T03:52:40.558Z[ host-image] Oct 14 03:52:39.838 INFO O| install = pkg://helios-dev/system/xopen/xcu4@0.5.11-2.0.22960:20241011T103702Z
84492024-10-14T03:52:40.558Z[ host-image] Oct 14 03:52:39.839 INFO O| install = pkg://helios-dev/system/zones@0.5.11-2.0.22960:20241011T103702Z
84502024-10-14T03:52:40.558Z[ host-image] Oct 14 03:52:39.839 INFO O| install = pkg://helios-dev/system/zones/brand/omicron1@1.0.22:20240315T231124Z
84512024-10-14T03:52:40.558Z[ host-image] Oct 14 03:52:39.839 INFO O| install = pkg://helios-dev/terminal/resize@352-2.0:20230621T201859Z
84522024-10-14T03:52:40.558Z[ host-image] Oct 14 03:52:39.839 INFO O| install = pkg://helios-dev/text/column@0.0.0.20181004-2.0:20230925T235046Z
84532024-10-14T03:52:40.558Z[ host-image] Oct 14 03:52:39.839 INFO O| install = pkg://helios-dev/text/less@608-2.0:20230621T202237Z
84542024-10-14T03:52:40.558Z[ host-image] Oct 14 03:52:39.839 INFO O| install = pkg://helios-dev/text/looker@0.1.0.12-2.0:20230624T124603Z
84552024-10-14T03:52:40.561Z[ host-image] Oct 14 03:52:39.840 INFO O| install = pkg://helios-dev/web/ca-bundle@5.11-2.0:20230621T202542Z
84562024-10-14T03:52:40.561Z[ host-image] Oct 14 03:52:39.841 INFO O| install = pkg://helios-dev/web/curl@8.9.1-2.0:20240806T172300Z
84572024-10-14T03:52:40.561Z[ host-image] Oct 14 03:52:39.841 INFO O| tempdir @ "/tmp/.tmpaKsjMa/tmp"
84582024-10-14T03:52:40.561Z[ host-image] Oct 14 03:52:39.841 INFO O| image root @ "/tmp/.tmpaKsjMa/tmp/root"
84592024-10-14T03:52:40.561Z[ host-image] Oct 14 03:52:39.841 INFO O| creating image...
84602024-10-14T03:52:41.054Z[ host-image] Oct 14 03:52:40.335 INFO O| copying publishers...
84612024-10-14T03:52:48.842Z[ host-image] Oct 14 03:52:48.123 INFO O| adding properties...
84622024-10-14T03:52:49.855Z[ host-image] Oct 14 03:52:49.136 INFO O| installing packages...
84632024-10-14T03:53:00.263Z[ recovery-image] Oct 14 03:52:59.544 INFO O| ok, image written!
84642024-10-14T03:53:00.263Z[ recovery-image] Oct 14 03:52:59.544 INFO O| ok, boot_image_csum file written!
84652024-10-14T03:53:00.269Z[ recovery-image] Oct 14 03:52:59.549 INFO creating boot archive (CPIO)...
84662024-10-14T03:53:00.271Z[ recovery-image] Oct 14 03:52:59.549 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
84672024-10-14T03:53:00.279Z[ recovery-image] Oct 14 03:52:59.559 INFO E| + root=/rpool/images/build/recovery/work/gimlet/ramdisk
84682024-10-14T03:53:00.280Z[ recovery-image] Oct 14 03:52:59.559 INFO E| + outfile=/work/os-recovery/cpio
84692024-10-14T03:53:00.280Z[ recovery-image] Oct 14 03:52:59.559 INFO E| + tmpdir=/work/oxidecomputer/helios/tmp/image.recovery
84702024-10-14T03:53:00.282Z[ recovery-image] Oct 14 03:52:59.561 INFO E| + cd /rpool/images/build/recovery/work/gimlet/ramdisk
84712024-10-14T03:53:00.282Z[ recovery-image] Oct 14 03:52:59.562 INFO E| + cpio -qo -H odc -O /work/os-recovery/cpio
84722024-10-14T03:53:00.312Z[ recovery-image] Oct 14 03:52:59.593 INFO E| + cd /work/oxidecomputer/helios/tmp/image.recovery
84732024-10-14T03:53:00.312Z[ recovery-image] Oct 14 03:52:59.593 INFO E| + cpio -qo -H odc -AO /work/os-recovery/cpio
84742024-10-14T03:53:00.319Z[ recovery-image] Oct 14 03:52:59.600 INFO creating compressed cpio/unix for nanobl-rs...
84752024-10-14T03:53:00.321Z[ recovery-image] Oct 14 03:52:59.600 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
84762024-10-14T03:53:00.598Z[ recovery-image] Oct 14 03:52:59.879 INFO exec: ["bash", "-c", "\'/work/oxidecomputer/helios/projects/pinprick/target/release/pinprick\' \'/work/os-recovery/cpio\' >\'/work/os-recovery/cpio.z\'"], pwd: None
84772024-10-14T03:53:04.960Z[ recovery-image] Oct 14 03:53:04.240 INFO creating reset image...
84782024-10-14T03:53:04.962Z[ recovery-image] Oct 14 03:53:04.240 INFO exec: ["cargo", "xtask", "build", "--release", "--cpioz", "/work/os-recovery/cpio.z"], pwd: Some("/work/oxidecomputer/helios/projects/phbl")
84792024-10-14T03:53:05.191Z[ recovery-image] Oct 14 03:53:04.471 INFO E| Updating crates.io index
84802024-10-14T03:53:05.302Z[ recovery-image] Oct 14 03:53:04.582 INFO E| Downloading crates ...
84812024-10-14T03:53:05.385Z[ recovery-image] Oct 14 03:53:04.665 INFO E| Downloaded anstyle-parse v0.2.5
84822024-10-14T03:53:05.392Z[ recovery-image] Oct 14 03:53:04.671 INFO E| Downloaded anstyle-query v1.1.1
84832024-10-14T03:53:05.397Z[ recovery-image] Oct 14 03:53:04.677 INFO E| Downloaded colorchoice v1.0.2
84842024-10-14T03:53:05.400Z[ recovery-image] Oct 14 03:53:04.678 INFO E| Downloaded is_terminal_polyfill v1.70.1
84852024-10-14T03:53:05.400Z[ recovery-image] Oct 14 03:53:04.680 INFO E| Downloaded duct v0.13.7
84862024-10-14T03:53:05.404Z[ recovery-image] Oct 14 03:53:04.682 INFO E| Downloaded shared_child v1.0.1
84872024-10-14T03:53:05.404Z[ recovery-image] Oct 14 03:53:04.683 INFO E| Downloaded os_pipe v1.2.1
84882024-10-14T03:53:05.407Z[ recovery-image] Oct 14 03:53:04.685 INFO E| Downloaded clap_lex v0.7.2
84892024-10-14T03:53:05.407Z[ recovery-image] Oct 14 03:53:04.686 INFO E| Downloaded utf8parse v0.2.2
84902024-10-14T03:53:05.410Z[ recovery-image] Oct 14 03:53:04.687 INFO E| Downloaded anstream v0.6.15
84912024-10-14T03:53:05.410Z[ recovery-image] Oct 14 03:53:04.690 INFO E| Downloaded clap v4.5.17
84922024-10-14T03:53:05.427Z[ recovery-image] Oct 14 03:53:04.699 INFO E| Downloaded clap_builder v4.5.17
84932024-10-14T03:53:05.454Z[ recovery-image] Oct 14 03:53:04.734 INFO E| Downloaded libc v0.2.158
84942024-10-14T03:53:05.526Z[ recovery-image] Oct 14 03:53:04.807 INFO E| Compiling proc-macro2 v1.0.86
84952024-10-14T03:53:05.526Z[ recovery-image] Oct 14 03:53:04.807 INFO E| Compiling unicode-ident v1.0.13
84962024-10-14T03:53:05.526Z[ recovery-image] Oct 14 03:53:04.807 INFO E| Compiling libc v0.2.158
84972024-10-14T03:53:05.526Z[ recovery-image] Oct 14 03:53:04.807 INFO E| Compiling utf8parse v0.2.2
84982024-10-14T03:53:05.530Z[ recovery-image] Oct 14 03:53:04.807 INFO E| Compiling anstyle v1.0.8
84992024-10-14T03:53:05.530Z[ recovery-image] Oct 14 03:53:04.807 INFO E| Compiling is_terminal_polyfill v1.70.1
85002024-10-14T03:53:05.531Z[ recovery-image] Oct 14 03:53:04.807 INFO E| Compiling anstyle-query v1.1.1
85012024-10-14T03:53:05.536Z[ recovery-image] Oct 14 03:53:04.811 INFO E| Compiling colorchoice v1.0.2
85022024-10-14T03:53:05.739Z[ recovery-image] Oct 14 03:53:05.015 INFO E| Compiling anstyle-parse v0.2.5
85032024-10-14T03:53:05.739Z[ recovery-image] Oct 14 03:53:05.015 INFO E| Compiling strsim v0.11.1
85042024-10-14T03:53:05.743Z[ recovery-image] Oct 14 03:53:05.016 INFO E| Compiling clap_lex v0.7.2
85052024-10-14T03:53:05.746Z[ recovery-image] Oct 14 03:53:05.024 INFO E| Compiling heck v0.5.0
85062024-10-14T03:53:05.758Z[ recovery-image] Oct 14 03:53:05.038 INFO E| Compiling once_cell v1.19.0
85072024-10-14T03:53:06.047Z[ recovery-image] Oct 14 03:53:05.327 INFO E| Compiling anstream v0.6.15
85082024-10-14T03:53:06.384Z[ recovery-image] Oct 14 03:53:05.664 INFO E| Compiling clap_builder v4.5.17
85092024-10-14T03:53:06.702Z[ recovery-image] Oct 14 03:53:05.982 INFO E| Compiling shared_child v1.0.1
85102024-10-14T03:53:06.702Z[ recovery-image] Oct 14 03:53:05.982 INFO E| Compiling os_pipe v1.2.1
85112024-10-14T03:53:06.849Z[ recovery-image] Oct 14 03:53:06.125 INFO E| Compiling duct v0.13.7
85122024-10-14T03:53:06.897Z[ recovery-image] Oct 14 03:53:06.177 INFO E| Compiling quote v1.0.37
85132024-10-14T03:53:07.199Z[ recovery-image] Oct 14 03:53:06.479 INFO E| Compiling syn v2.0.77
85142024-10-14T03:53:10.954Z[ recovery-image] Oct 14 03:53:10.234 INFO E| Compiling clap_derive v4.5.13
85152024-10-14T03:53:12.748Z[ recovery-image] Oct 14 03:53:12.028 INFO E| Compiling clap v4.5.17
85162024-10-14T03:53:12.800Z[ recovery-image] Oct 14 03:53:12.080 INFO E| Compiling xtask v0.1.0 (/work/oxidecomputer/helios/projects/phbl/xtask)
85172024-10-14T03:53:13.766Z[ recovery-image] Oct 14 03:53:13.046 INFO E| Finished `dev` profile [unoptimized + debuginfo] target(s) in 8.74s
85182024-10-14T03:53:13.777Z[ recovery-image] Oct 14 03:53:13.057 INFO E| Running `xtask/target/debug/xtask build --release --cpioz /work/os-recovery/cpio.z`
85192024-10-14T03:53:13.893Z[ recovery-image] Oct 14 03:53:13.173 INFO E| Updating crates.io index
85202024-10-14T03:53:14.171Z[ recovery-image] Oct 14 03:53:13.451 INFO E| Downloading crates ...
85212024-10-14T03:53:14.225Z[ recovery-image] Oct 14 03:53:13.505 INFO E| Downloaded seq-macro v0.3.5
85222024-10-14T03:53:14.228Z[ recovery-image] Oct 14 03:53:13.507 INFO E| Downloaded bitstruct_derive v0.1.0
85232024-10-14T03:53:14.241Z[ recovery-image] Oct 14 03:53:13.521 INFO E| Downloaded bitstruct v0.1.1
85242024-10-14T03:53:14.244Z[ recovery-image] Oct 14 03:53:13.522 INFO E| Downloaded raw-cpuid v10.7.0
85252024-10-14T03:53:14.247Z[ recovery-image] Oct 14 03:53:13.526 INFO E| Downloaded cpio_reader v0.1.1
85262024-10-14T03:53:14.249Z[ recovery-image] Oct 14 03:53:13.527 INFO E| Downloaded bit_field v0.10.2
85272024-10-14T03:53:14.376Z[ recovery-image] Oct 14 03:53:13.656 INFO E| Downloaded x86 v0.52.0
85282024-10-14T03:53:14.438Z[ recovery-image] Oct 14 03:53:13.718 INFO E| Updating crates.io index
85292024-10-14T03:53:14.534Z[ recovery-image] Oct 14 03:53:13.814 INFO E| Downloading crates ...
85302024-10-14T03:53:14.594Z[ recovery-image] Oct 14 03:53:13.874 INFO E| Downloaded compiler_builtins v0.1.125
85312024-10-14T03:53:14.665Z[ recovery-image] Oct 14 03:53:13.945 INFO E| Compiling compiler_builtins v0.1.125
85322024-10-14T03:53:14.665Z[ recovery-image] Oct 14 03:53:13.945 INFO E| Compiling core v0.0.0 (/home/build/.rustup/toolchains/nightly-2024-09-19-x86_64-unknown-illumos/lib/rustlib/src/rust/library/core)
85332024-10-14T03:53:14.665Z[ recovery-image] Oct 14 03:53:13.945 INFO E| Compiling proc-macro2 v1.0.86
85342024-10-14T03:53:14.668Z[ recovery-image] Oct 14 03:53:13.945 INFO E| Compiling unicode-ident v1.0.13
85352024-10-14T03:53:14.668Z[ recovery-image] Oct 14 03:53:13.945 INFO E| Compiling syn v1.0.109
85362024-10-14T03:53:14.668Z[ recovery-image] Oct 14 03:53:13.945 INFO E| Compiling x86 v0.52.0
85372024-10-14T03:53:14.668Z[ recovery-image] Oct 14 03:53:13.945 INFO E| Compiling phbl v0.1.0 (/work/oxidecomputer/helios/projects/phbl)
85382024-10-14T03:53:14.668Z[ recovery-image] Oct 14 03:53:13.945 INFO E| Compiling seq-macro v0.3.5
85392024-10-14T03:53:15.746Z[ recovery-image] Oct 14 03:53:15.025 INFO E| Compiling quote v1.0.37
85402024-10-14T03:53:15.994Z[ recovery-image] Oct 14 03:53:15.273 INFO E| Compiling syn v2.0.77
85412024-10-14T03:53:18.391Z[ recovery-image] Oct 14 03:53:17.671 INFO E| Compiling scroll_derive v0.12.0
85422024-10-14T03:53:20.478Z[ recovery-image] Oct 14 03:53:19.757 INFO E| Compiling bitstruct_derive v0.1.0
85432024-10-14T03:53:32.330Z[ recovery-image] Oct 14 03:53:31.608 INFO E| Compiling rustc-std-workspace-core v1.99.0 (/home/build/.rustup/toolchains/nightly-2024-09-19-x86_64-unknown-illumos/lib/rustlib/src/rust/library/rustc-std-workspace-core)
85442024-10-14T03:53:33.977Z[ recovery-image] Oct 14 03:53:33.255 INFO E| Compiling alloc v0.0.0 (/home/build/.rustup/toolchains/nightly-2024-09-19-x86_64-unknown-illumos/lib/rustlib/src/rust/library/alloc)
85452024-10-14T03:53:35.329Z[ host-image] Oct 14 03:53:34.607 INFO O| seeding SMF database...
85462024-10-14T03:53:37.170Z[ recovery-image] Oct 14 03:53:36.448 INFO E| Compiling bitflags v1.3.2
85472024-10-14T03:53:37.172Z[ recovery-image] Oct 14 03:53:36.448 INFO E| Compiling plain v0.2.3
85482024-10-14T03:53:37.172Z[ recovery-image] Oct 14 03:53:36.448 INFO E| Compiling bit_field v0.10.2
85492024-10-14T03:53:37.172Z[ recovery-image] Oct 14 03:53:36.448 INFO E| Compiling log v0.4.22
85502024-10-14T03:53:37.172Z[ recovery-image] Oct 14 03:53:36.448 INFO E| Compiling scroll v0.12.0
85512024-10-14T03:53:37.172Z[ recovery-image] Oct 14 03:53:36.448 INFO E| Compiling adler2 v2.0.0
85522024-10-14T03:53:37.173Z[ recovery-image] Oct 14 03:53:36.448 INFO E| Compiling bitstruct v0.1.1
85532024-10-14T03:53:37.254Z[ recovery-image] Oct 14 03:53:36.532 INFO E| Compiling raw-cpuid v10.7.0
85542024-10-14T03:53:37.273Z[ recovery-image] Oct 14 03:53:36.545 INFO E| Compiling cpio_reader v0.1.1
85552024-10-14T03:53:37.323Z[ recovery-image] Oct 14 03:53:36.601 INFO E| Compiling miniz_oxide v0.8.0
85562024-10-14T03:53:37.410Z[ recovery-image] Oct 14 03:53:36.688 INFO E| Compiling static_assertions v1.1.0
85572024-10-14T03:53:37.629Z[ recovery-image] Oct 14 03:53:36.907 INFO E| Compiling goblin v0.8.2
85582024-10-14T03:53:42.917Z[ recovery-image] Oct 14 03:53:42.195 INFO E| Finished `release` profile [optimized] target(s) in 29.12s
85592024-10-14T03:53:42.938Z[ recovery-image] Oct 14 03:53:42.216 INFO building host image...
85602024-10-14T03:53:42.941Z[ recovery-image] Oct 14 03:53:42.216 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")
85612024-10-14T03:53:43.410Z[ recovery-image] Oct 14 03:53:42.688 INFO finishing image archive at "/work/os-recovery/os.tar.gz"...
85622024-10-14T03:53:44.005Z[ host-image] Oct 14 03:53:43.283 INFO O| configuring SMF profile...
85632024-10-14T03:53:44.008Z[ host-image] Oct 14 03:53:43.283 INFO O| modifying shadow(5)...
85642024-10-14T03:53:44.008Z[ host-image] Oct 14 03:53:43.283 INFO O| loading user and group database...
85652024-10-14T03:53:44.008Z[ host-image] Oct 14 03:53:43.284 INFO O| assessing packaged files...
85662024-10-14T03:53:44.776Z[ recovery-image] Oct 14 03:53:44.054 INFO image complete! materials are in "/work/os-recovery"
85672024-10-14T03:53:44.779Z[ recovery-image]
85682024-10-14T03:53:44.779Z[ recovery-image] real 7:40.762492508
85692024-10-14T03:53:44.782Z[ recovery-image] user 4:58.527841313
85702024-10-14T03:53:44.782Z[ recovery-image] sys 52.932979520
85712024-10-14T03:53:44.782Z[ recovery-image] trap 0.154435505
85722024-10-14T03:53:44.782Z[ recovery-image] tflt 0.149723395
85732024-10-14T03:53:44.782Z[ recovery-image] dflt 0.847079829
85742024-10-14T03:53:44.782Z[ recovery-image] kflt 0.000016579
85752024-10-14T03:53:44.782Z[ recovery-image] lock 15:36.626672729
85762024-10-14T03:53:44.782Z[ recovery-image] slp 45:20.052943474
85772024-10-14T03:53:44.782Z[ recovery-image] lat 1:39.080068428
85782024-10-14T03:53:44.782Z[ recovery-image] stop 3.125190869
85792024-10-14T03:53:44.782ZOct 14 03:53:44.058 INFO [recovery-image] process exited with exit status: 0 (460.806276368s)
85802024-10-14T03:53:46.130Z[ host-image] Oct 14 03:53:45.408 INFO O| creating archive...
85812024-10-14T03:53:46.163Z[ host-image] Oct 14 03:53:45.441 INFO O| missing from packaging:
85822024-10-14T03:53:46.166Z[ host-image] Oct 14 03:53:45.441 INFO O| "etc/.pwd.lock"
85832024-10-14T03:53:46.166Z[ host-image] Oct 14 03:53:45.441 INFO O| "etc/bash"
85842024-10-14T03:53:46.169Z[ host-image] Oct 14 03:53:45.446 INFO O| "etc/svc/profile/generic.xml"
85852024-10-14T03:53:46.169Z[ host-image] Oct 14 03:53:45.446 INFO O| "etc/svc/profile/inetd_services.xml"
85862024-10-14T03:53:46.169Z[ host-image] Oct 14 03:53:45.446 INFO O| "etc/svc/profile/name_service.xml"
85872024-10-14T03:53:46.169Z[ host-image] Oct 14 03:53:45.446 INFO O| "etc/svc/profile/platform.xml"
85882024-10-14T03:53:46.169Z[ host-image] Oct 14 03:53:45.446 INFO O| "etc/svc/profile/platform_omicron1.xml"
85892024-10-14T03:53:46.169Z[ host-image] Oct 14 03:53:45.446 INFO O| "etc/svc/repository.db"
85902024-10-14T03:53:46.177Z[ host-image] Oct 14 03:53:45.455 INFO O| "opt/ooce/share"
85912024-10-14T03:53:46.177Z[ host-image] Oct 14 03:53:45.455 INFO O| "opt/ooce/share/man"
85922024-10-14T03:53:46.179Z[ host-image] Oct 14 03:53:45.455 INFO O| "opt/ooce/share/man/man1"
85932024-10-14T03:53:46.185Z[ host-image] Oct 14 03:53:45.463 INFO O| finishing archive...
85942024-10-14T03:53:49.021Z[ host-image] Oct 14 03:53:48.299 INFO O| creating gzonly manifest...
85952024-10-14T03:53:49.034Z[ host-image] Oct 14 03:53:48.311 INFO O| ok
85962024-10-14T03:53:49.134Z[ host-image] Oct 14 03:53:48.410 INFO image builder template: ramdisk-02-trim...
85972024-10-14T03:53:49.136Z[ host-image] Oct 14 03:53:48.410 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/.tmpzQHTap/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.33.293", "-n", "ramdisk-02-trim"], pwd: None
85982024-10-14T03:53:49.155Z[ host-image] Oct 14 03:53:48.433 INFO O| Oct 14 03:53:48.432 INFO temporary dataset: rpool/images/build/host/tmp/gimlet/ramdisk-02-trim
85992024-10-14T03:53:49.159Z[ host-image] Oct 14 03:53:48.436 INFO O| Oct 14 03:53:48.436 INFO CREATE DATASET: rpool/images/build/host/tmp/gimlet/ramdisk-02-trim
86002024-10-14T03:53:49.296Z[ host-image] Oct 14 03:53:48.573 INFO O| Oct 14 03:53:48.573 INFO SET DATASET PROPERTY ON rpool/images/build/host/tmp/gimlet/ramdisk-02-trim: sync = disabled
86012024-10-14T03:53:49.359Z[ host-image] Oct 14 03:53:48.634 INFO O| Oct 14 03:53:48.634 INFO temporary directory: /rpool/images/build/host/tmp/gimlet/ramdisk-02-trim
86022024-10-14T03:53:49.362Z[ host-image] Oct 14 03:53:48.634 INFO O| Oct 14 03:53:48.634 INFO work dataset: rpool/images/build/host/work/gimlet/ramdisk
86032024-10-14T03:53:49.362Z[ host-image] Oct 14 03:53:48.639 INFO O| Oct 14 03:53:48.639 INFO looking for output snapshot rpool/images/build/host/work/gimlet/ramdisk@trim
86042024-10-14T03:53:49.366Z[ host-image] Oct 14 03:53:48.643 INFO O| Oct 14 03:53:48.643 INFO looking for input snapshot rpool/images/build/host/work/gimlet/ramdisk@os
86052024-10-14T03:53:49.370Z[ host-image] Oct 14 03:53:48.648 INFO O| Oct 14 03:53:48.648 INFO ROLLBACK TO SNAPSHOT: rpool/images/build/host/work/gimlet/ramdisk@os
86062024-10-14T03:53:49.544Z[ host-image] Oct 14 03:53:48.821 INFO O| Oct 14 03:53:48.821 INFO rolled back to input snapshot; work may begin
86072024-10-14T03:53:49.544Z[ host-image] Oct 14 03:53:48.821 INFO O| Oct 14 03:53:48.821 INFO CREATE DATASET: rpool/images/build/host/work/gimlet/ramdisk
86082024-10-14T03:53:49.549Z[ host-image] Oct 14 03:53:48.826 INFO O| Oct 14 03:53:48.826 INFO STEP 0: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
86092024-10-14T03:53:49.558Z[ host-image] Oct 14 03:53:48.836 INFO O| Oct 14 03:53:48.836 INFO remove tree: "/rpool/images/build/host/work/gimlet/ramdisk/var/pkg"
86102024-10-14T03:53:49.606Z[ host-image] Oct 14 03:53:48.883 INFO O| Oct 14 03:53:48.883 INFO STEP 0 (remove_files) COMPLETE
86112024-10-14T03:53:49.606Z[ host-image] Oct 14 03:53:48.883 INFO O| Oct 14 03:53:48.883 INFO STEP 1: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
86122024-10-14T03:53:49.616Z[ host-image] Oct 14 03:53:48.893 INFO O| Oct 14 03:53:48.893 INFO remove tree: "/rpool/images/build/host/work/gimlet/ramdisk/usr/xpg4"
86132024-10-14T03:53:49.619Z[ host-image] Oct 14 03:53:48.895 INFO O| Oct 14 03:53:48.895 INFO STEP 1 (remove_files) COMPLETE
86142024-10-14T03:53:49.619Z[ host-image] Oct 14 03:53:48.895 INFO O| Oct 14 03:53:48.895 INFO STEP 2: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
86152024-10-14T03:53:49.629Z[ host-image] Oct 14 03:53:48.904 INFO O| Oct 14 03:53:48.904 INFO remove tree: "/rpool/images/build/host/work/gimlet/ramdisk/usr/include"
86162024-10-14T03:53:49.641Z[ host-image] Oct 14 03:53:48.918 INFO O| Oct 14 03:53:48.918 INFO STEP 2 (remove_files) COMPLETE
86172024-10-14T03:53:49.644Z[ host-image] Oct 14 03:53:48.918 INFO O| Oct 14 03:53:48.918 INFO STEP 3: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
86182024-10-14T03:53:49.649Z[ host-image] Oct 14 03:53:48.927 INFO O| Oct 14 03:53:48.927 INFO remove tree: "/rpool/images/build/host/work/gimlet/ramdisk/usr/demo"
86192024-10-14T03:53:49.652Z[ host-image] Oct 14 03:53:48.928 INFO O| Oct 14 03:53:48.928 INFO STEP 3 (remove_files) COMPLETE
86202024-10-14T03:53:49.652Z[ host-image] Oct 14 03:53:48.928 INFO O| Oct 14 03:53:48.928 INFO STEP 4: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
86212024-10-14T03:53:49.660Z[ host-image] Oct 14 03:53:48.937 INFO O| Oct 14 03:53:48.937 INFO remove tree: "/rpool/images/build/host/work/gimlet/ramdisk/usr/lib/help"
86222024-10-14T03:53:49.664Z[ host-image] Oct 14 03:53:48.941 INFO O| Oct 14 03:53:48.941 INFO STEP 4 (remove_files) COMPLETE
86232024-10-14T03:53:49.666Z[ host-image] Oct 14 03:53:48.941 INFO O| Oct 14 03:53:48.941 INFO STEP 5: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
86242024-10-14T03:53:49.673Z[ host-image] Oct 14 03:53:48.950 INFO O| Oct 14 03:53:48.950 INFO remove tree: "/rpool/images/build/host/work/gimlet/ramdisk/usr/share/doc"
86252024-10-14T03:53:49.676Z[ host-image] Oct 14 03:53:48.953 INFO O| Oct 14 03:53:48.953 INFO STEP 5 (remove_files) COMPLETE
86262024-10-14T03:53:49.677Z[ host-image] Oct 14 03:53:48.953 INFO O| Oct 14 03:53:48.953 INFO STEP 6: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
86272024-10-14T03:53:49.685Z[ host-image] Oct 14 03:53:48.962 INFO O| Oct 14 03:53:48.962 INFO remove tree: "/rpool/images/build/host/work/gimlet/ramdisk/usr/share/bash-completion"
86282024-10-14T03:53:49.695Z[ host-image] Oct 14 03:53:48.971 INFO O| Oct 14 03:53:48.971 INFO STEP 6 (remove_files) COMPLETE
86292024-10-14T03:53:49.695Z[ host-image] Oct 14 03:53:48.971 INFO O| Oct 14 03:53:48.971 INFO STEP 7: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
86302024-10-14T03:53:49.703Z[ host-image] Oct 14 03:53:48.980 INFO O| Oct 14 03:53:48.980 INFO remove tree: "/rpool/images/build/host/work/gimlet/ramdisk/usr/perl5/5.36/man"
86312024-10-14T03:53:49.715Z[ host-image] Oct 14 03:53:48.992 INFO O| Oct 14 03:53:48.992 INFO STEP 7 (remove_files) COMPLETE
86322024-10-14T03:53:49.715Z[ host-image] Oct 14 03:53:48.992 INFO O| Oct 14 03:53:48.992 INFO STEP 8: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
86332024-10-14T03:53:49.725Z[ host-image] Oct 14 03:53:49.001 INFO O| Oct 14 03:53:49.001 INFO remove tree: "/rpool/images/build/host/work/gimlet/ramdisk/usr/share/man/man3ssl"
86342024-10-14T03:53:49.793Z[ host-image] Oct 14 03:53:49.070 INFO O| Oct 14 03:53:49.070 INFO STEP 8 (remove_files) COMPLETE
86352024-10-14T03:53:49.793Z[ host-image] Oct 14 03:53:49.070 INFO O| Oct 14 03:53:49.070 INFO STEP 9: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
86362024-10-14T03:53:49.803Z[ host-image] Oct 14 03:53:49.080 INFO O| Oct 14 03:53:49.080 INFO remove tree: "/rpool/images/build/host/work/gimlet/ramdisk/usr/ssl-3/man"
86372024-10-14T03:53:49.890Z[ host-image] Oct 14 03:53:49.167 INFO O| Oct 14 03:53:49.167 INFO STEP 9 (remove_files) COMPLETE
86382024-10-14T03:53:49.891Z[ host-image] Oct 14 03:53:49.167 INFO O| Oct 14 03:53:49.167 INFO STEP 10: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
86392024-10-14T03:53:49.900Z[ host-image] Oct 14 03:53:49.177 INFO O| Oct 14 03:53:49.177 INFO remove tree: "/rpool/images/build/host/work/gimlet/ramdisk/etc/net-snmp"
86402024-10-14T03:53:49.903Z[ host-image] Oct 14 03:53:49.181 INFO O| Oct 14 03:53:49.181 INFO STEP 10 (remove_files) COMPLETE
86412024-10-14T03:53:49.909Z[ host-image] Oct 14 03:53:49.181 INFO O| Oct 14 03:53:49.181 INFO STEP 11: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
86422024-10-14T03:53:49.912Z[ host-image] Oct 14 03:53:49.190 INFO O| Oct 14 03:53:49.190 INFO remove tree: "/rpool/images/build/host/work/gimlet/ramdisk/usr/bin/i386"
86432024-10-14T03:53:49.915Z[ host-image] Oct 14 03:53:49.191 INFO O| Oct 14 03:53:49.191 INFO STEP 11 (remove_files) COMPLETE
86442024-10-14T03:53:49.915Z[ host-image] Oct 14 03:53:49.191 INFO O| Oct 14 03:53:49.191 INFO STEP 12: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
86452024-10-14T03:53:49.922Z[ host-image] Oct 14 03:53:49.200 INFO O| Oct 14 03:53:49.200 INFO remove tree: "/rpool/images/build/host/work/gimlet/ramdisk/platform/i86xpv"
86462024-10-14T03:53:49.925Z[ host-image] Oct 14 03:53:49.201 INFO O| Oct 14 03:53:49.201 INFO STEP 12 (remove_files) COMPLETE
86472024-10-14T03:53:49.925Z[ host-image] Oct 14 03:53:49.201 INFO O| Oct 14 03:53:49.201 INFO STEP 13: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
86482024-10-14T03:53:49.969Z[ host-image] Oct 14 03:53:49.247 INFO O| Oct 14 03:53:49.247 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/usr/lib/amd64/libtddl.a"
86492024-10-14T03:53:49.972Z[ host-image] Oct 14 03:53:49.247 INFO O| Oct 14 03:53:49.247 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/usr/lib/amd64/libncurses++.a"
86502024-10-14T03:53:49.975Z[ host-image] Oct 14 03:53:49.250 INFO O| Oct 14 03:53:49.250 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/usr/lib/libtddl.a"
86512024-10-14T03:53:49.981Z[ host-image] Oct 14 03:53:49.259 INFO O| Oct 14 03:53:49.259 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/usr/lib/libncurses++.a"
86522024-10-14T03:53:50.284Z[ host-image] Oct 14 03:53:49.561 INFO O| Oct 14 03:53:49.561 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/opt/ooce/jq/lib/amd64/libjq.a"
86532024-10-14T03:53:50.296Z[ host-image] Oct 14 03:53:49.573 INFO O| Oct 14 03:53:49.573 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/opt/ooce/pgsql-13/lib/amd64/libpgport.a"
86542024-10-14T03:53:50.296Z[ host-image] Oct 14 03:53:49.573 INFO O| Oct 14 03:53:49.573 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/opt/ooce/pgsql-13/lib/amd64/libecpg_compat.a"
86552024-10-14T03:53:50.299Z[ host-image] Oct 14 03:53:49.573 INFO O| Oct 14 03:53:49.573 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/opt/ooce/pgsql-13/lib/amd64/libpq.a"
86562024-10-14T03:53:50.299Z[ host-image] Oct 14 03:53:49.574 INFO O| Oct 14 03:53:49.574 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/opt/ooce/pgsql-13/lib/amd64/libpgtypes.a"
86572024-10-14T03:53:50.299Z[ host-image] Oct 14 03:53:49.574 INFO O| Oct 14 03:53:49.574 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/opt/ooce/pgsql-13/lib/amd64/libpgport_shlib.a"
86582024-10-14T03:53:50.299Z[ host-image] Oct 14 03:53:49.574 INFO O| Oct 14 03:53:49.574 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/opt/ooce/pgsql-13/lib/amd64/libpgcommon_shlib.a"
86592024-10-14T03:53:50.299Z[ host-image] Oct 14 03:53:49.574 INFO O| Oct 14 03:53:49.574 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/opt/ooce/pgsql-13/lib/amd64/libpgcommon.a"
86602024-10-14T03:53:50.299Z[ host-image] Oct 14 03:53:49.574 INFO O| Oct 14 03:53:49.574 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/opt/ooce/pgsql-13/lib/amd64/libecpg.a"
86612024-10-14T03:53:50.299Z[ host-image] Oct 14 03:53:49.574 INFO O| Oct 14 03:53:49.574 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/opt/ooce/pgsql-13/lib/libpgcommon_shlib.a"
86622024-10-14T03:53:50.299Z[ host-image] Oct 14 03:53:49.574 INFO O| Oct 14 03:53:49.574 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/opt/ooce/pgsql-13/lib/libecpg_compat.a"
86632024-10-14T03:53:50.299Z[ host-image] Oct 14 03:53:49.574 INFO O| Oct 14 03:53:49.574 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/opt/ooce/pgsql-13/lib/libpgtypes.a"
86642024-10-14T03:53:50.299Z[ host-image] Oct 14 03:53:49.575 INFO O| Oct 14 03:53:49.575 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/opt/ooce/pgsql-13/lib/libecpg.a"
86652024-10-14T03:53:50.299Z[ host-image] Oct 14 03:53:49.575 INFO O| Oct 14 03:53:49.575 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/opt/ooce/pgsql-13/lib/libpgport.a"
86662024-10-14T03:53:50.299Z[ host-image] Oct 14 03:53:49.575 INFO O| Oct 14 03:53:49.575 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/opt/ooce/pgsql-13/lib/libpgcommon.a"
86672024-10-14T03:53:50.300Z[ host-image] Oct 14 03:53:49.575 INFO O| Oct 14 03:53:49.575 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/opt/ooce/pgsql-13/lib/libpq.a"
86682024-10-14T03:53:50.300Z[ host-image] Oct 14 03:53:49.575 INFO O| Oct 14 03:53:49.575 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/opt/ooce/pgsql-13/lib/libpgport_shlib.a"
86692024-10-14T03:53:50.310Z[ host-image] Oct 14 03:53:49.588 INFO O| Oct 14 03:53:49.587 INFO STEP 13 (remove_files) COMPLETE
86702024-10-14T03:53:50.310Z[ host-image] Oct 14 03:53:49.588 INFO O| Oct 14 03:53:49.588 INFO STEP 14: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
86712024-10-14T03:53:50.321Z[ host-image] Oct 14 03:53:49.598 INFO O| Oct 14 03:53:49.598 INFO remove tree: "/rpool/images/build/host/work/gimlet/ramdisk/boot"
86722024-10-14T03:53:50.323Z[ host-image] Oct 14 03:53:49.600 INFO O| Oct 14 03:53:49.600 INFO STEP 14 (remove_files) COMPLETE
86732024-10-14T03:53:50.323Z[ host-image] Oct 14 03:53:49.600 INFO O| Oct 14 03:53:49.600 INFO STEP 15: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
86742024-10-14T03:53:50.331Z[ host-image] Oct 14 03:53:49.609 INFO O| Oct 14 03:53:49.609 INFO remove tree: "/rpool/images/build/host/work/gimlet/ramdisk/platform/i86pc"
86752024-10-14T03:53:50.337Z[ host-image] Oct 14 03:53:49.615 INFO O| Oct 14 03:53:49.615 INFO STEP 15 (remove_files) COMPLETE
86762024-10-14T03:53:50.337Z[ host-image] Oct 14 03:53:49.615 INFO O| Oct 14 03:53:49.615 INFO STEP 16: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
86772024-10-14T03:53:50.346Z[ host-image] Oct 14 03:53:49.624 INFO O| Oct 14 03:53:49.624 INFO remove tree: "/rpool/images/build/host/work/gimlet/ramdisk/usr/platform/i86xpv"
86782024-10-14T03:53:50.349Z[ host-image] Oct 14 03:53:49.624 INFO O| Oct 14 03:53:49.624 INFO STEP 16 (remove_files) COMPLETE
86792024-10-14T03:53:50.349Z[ host-image] Oct 14 03:53:49.624 INFO O| Oct 14 03:53:49.624 INFO STEP 17: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
86802024-10-14T03:53:50.356Z[ host-image] Oct 14 03:53:49.633 INFO O| Oct 14 03:53:49.633 INFO remove tree: "/rpool/images/build/host/work/gimlet/ramdisk/usr/platform/i86pc"
86812024-10-14T03:53:50.358Z[ host-image] Oct 14 03:53:49.635 INFO O| Oct 14 03:53:49.635 INFO STEP 17 (remove_files) COMPLETE
86822024-10-14T03:53:50.358Z[ host-image] Oct 14 03:53:49.635 INFO O| Oct 14 03:53:49.635 INFO STEP 18: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
86832024-10-14T03:53:50.366Z[ host-image] Oct 14 03:53:49.644 INFO O| Oct 14 03:53:49.644 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/kernel/misc/amd64/acpica"
86842024-10-14T03:53:50.366Z[ host-image] Oct 14 03:53:49.644 INFO O| Oct 14 03:53:49.644 INFO STEP 18 (remove_files) COMPLETE
86852024-10-14T03:53:50.369Z[ host-image] Oct 14 03:53:49.644 INFO O| Oct 14 03:53:49.644 INFO STEP 19: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
86862024-10-14T03:53:50.376Z[ host-image] Oct 14 03:53:49.653 INFO O| Oct 14 03:53:49.653 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/kernel/misc/amd64/tem"
86872024-10-14T03:53:50.376Z[ host-image] Oct 14 03:53:49.653 INFO O| Oct 14 03:53:49.653 INFO STEP 19 (remove_files) COMPLETE
86882024-10-14T03:53:50.378Z[ host-image] Oct 14 03:53:49.653 INFO O| Oct 14 03:53:49.653 INFO STEP 20: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
86892024-10-14T03:53:50.386Z[ host-image] Oct 14 03:53:49.662 INFO O| Oct 14 03:53:49.662 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/kernel/misc/amd64/kbtrans"
86902024-10-14T03:53:50.386Z[ host-image] Oct 14 03:53:49.662 INFO O| Oct 14 03:53:49.662 INFO STEP 20 (remove_files) COMPLETE
86912024-10-14T03:53:50.388Z[ host-image] Oct 14 03:53:49.662 INFO O| Oct 14 03:53:49.662 INFO STEP 21: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
86922024-10-14T03:53:50.394Z[ host-image] Oct 14 03:53:49.671 INFO O| Oct 14 03:53:49.671 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/kernel/drv/amd64/wc"
86932024-10-14T03:53:50.394Z[ host-image] Oct 14 03:53:49.671 INFO O| Oct 14 03:53:49.671 INFO STEP 21 (remove_files) COMPLETE
86942024-10-14T03:53:50.394Z[ host-image] Oct 14 03:53:49.671 INFO O| Oct 14 03:53:49.671 INFO STEP 22: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
86952024-10-14T03:53:50.403Z[ host-image] Oct 14 03:53:49.680 INFO O| Oct 14 03:53:49.680 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/kernel/drv/amd64/acpi_drv"
86962024-10-14T03:53:50.403Z[ host-image] Oct 14 03:53:49.681 INFO O| Oct 14 03:53:49.681 INFO STEP 22 (remove_files) COMPLETE
86972024-10-14T03:53:50.406Z[ host-image] Oct 14 03:53:49.681 INFO O| Oct 14 03:53:49.681 INFO STEP 23: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
86982024-10-14T03:53:50.412Z[ host-image] Oct 14 03:53:49.690 INFO O| Oct 14 03:53:49.690 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/kernel/drv/amd64/conskbd"
86992024-10-14T03:53:50.415Z[ host-image] Oct 14 03:53:49.690 INFO O| Oct 14 03:53:49.690 INFO STEP 23 (remove_files) COMPLETE
87002024-10-14T03:53:50.415Z[ host-image] Oct 14 03:53:49.690 INFO O| Oct 14 03:53:49.690 INFO STEP 24: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
87012024-10-14T03:53:50.421Z[ host-image] Oct 14 03:53:49.699 INFO O| Oct 14 03:53:49.699 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/kernel/drv/amd64/tzmon"
87022024-10-14T03:53:50.421Z[ host-image] Oct 14 03:53:49.699 INFO O| Oct 14 03:53:49.699 INFO STEP 24 (remove_files) COMPLETE
87032024-10-14T03:53:50.424Z[ host-image] Oct 14 03:53:49.699 INFO O| Oct 14 03:53:49.699 INFO STEP 25: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
87042024-10-14T03:53:50.430Z[ host-image] Oct 14 03:53:49.708 INFO O| Oct 14 03:53:49.708 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/kernel/drv/amd64/power"
87052024-10-14T03:53:50.430Z[ host-image] Oct 14 03:53:49.708 INFO O| Oct 14 03:53:49.708 INFO STEP 25 (remove_files) COMPLETE
87062024-10-14T03:53:50.430Z[ host-image] Oct 14 03:53:49.708 INFO O| Oct 14 03:53:49.708 INFO STEP 26: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
87072024-10-14T03:53:50.439Z[ host-image] Oct 14 03:53:49.717 INFO O| Oct 14 03:53:49.717 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/kernel/drv/amd64/audio"
87082024-10-14T03:53:50.442Z[ host-image] Oct 14 03:53:49.717 INFO O| Oct 14 03:53:49.717 INFO STEP 26 (remove_files) COMPLETE
87092024-10-14T03:53:50.442Z[ host-image] Oct 14 03:53:49.717 INFO O| Oct 14 03:53:49.717 INFO STEP 27: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
87102024-10-14T03:53:50.449Z[ host-image] Oct 14 03:53:49.726 INFO O| Oct 14 03:53:49.726 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/kernel/drv/amd64/audio1575"
87112024-10-14T03:53:50.449Z[ host-image] Oct 14 03:53:49.726 INFO O| Oct 14 03:53:49.726 INFO STEP 27 (remove_files) COMPLETE
87122024-10-14T03:53:50.449Z[ host-image] Oct 14 03:53:49.726 INFO O| Oct 14 03:53:49.726 INFO STEP 28: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
87132024-10-14T03:53:50.458Z[ host-image] Oct 14 03:53:49.735 INFO O| Oct 14 03:53:49.735 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/kernel/drv/amd64/audioens"
87142024-10-14T03:53:50.458Z[ host-image] Oct 14 03:53:49.735 INFO O| Oct 14 03:53:49.735 INFO STEP 28 (remove_files) COMPLETE
87152024-10-14T03:53:50.458Z[ host-image] Oct 14 03:53:49.735 INFO O| Oct 14 03:53:49.735 INFO STEP 29: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
87162024-10-14T03:53:50.467Z[ host-image] Oct 14 03:53:49.744 INFO O| Oct 14 03:53:49.744 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/kernel/drv/amd64/audiopci"
87172024-10-14T03:53:50.467Z[ host-image] Oct 14 03:53:49.744 INFO O| Oct 14 03:53:49.744 INFO STEP 29 (remove_files) COMPLETE
87182024-10-14T03:53:50.467Z[ host-image] Oct 14 03:53:49.744 INFO O| Oct 14 03:53:49.744 INFO STEP 30: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
87192024-10-14T03:53:50.476Z[ host-image] Oct 14 03:53:49.753 INFO O| Oct 14 03:53:49.753 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/kernel/drv/amd64/audiots"
87202024-10-14T03:53:50.476Z[ host-image] Oct 14 03:53:49.753 INFO O| Oct 14 03:53:49.753 INFO STEP 30 (remove_files) COMPLETE
87212024-10-14T03:53:50.481Z[ host-image] Oct 14 03:53:49.753 INFO O| Oct 14 03:53:49.753 INFO STEP 31: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
87222024-10-14T03:53:50.485Z[ host-image] Oct 14 03:53:49.762 INFO O| Oct 14 03:53:49.762 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/kernel/drv/amd64/ehci"
87232024-10-14T03:53:50.488Z[ host-image] Oct 14 03:53:49.763 INFO O| Oct 14 03:53:49.763 INFO STEP 31 (remove_files) COMPLETE
87242024-10-14T03:53:50.488Z[ host-image] Oct 14 03:53:49.763 INFO O| Oct 14 03:53:49.763 INFO STEP 32: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
87252024-10-14T03:53:50.494Z[ host-image] Oct 14 03:53:49.772 INFO O| Oct 14 03:53:49.772 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/kernel/drv/amd64/hid"
87262024-10-14T03:53:50.497Z[ host-image] Oct 14 03:53:49.772 INFO O| Oct 14 03:53:49.772 INFO STEP 32 (remove_files) COMPLETE
87272024-10-14T03:53:50.498Z[ host-image] Oct 14 03:53:49.772 INFO O| Oct 14 03:53:49.772 INFO STEP 33: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
87282024-10-14T03:53:50.503Z[ host-image] Oct 14 03:53:49.781 INFO O| Oct 14 03:53:49.781 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/kernel/drv/amd64/hubd"
87292024-10-14T03:53:50.503Z[ host-image] Oct 14 03:53:49.781 INFO O| Oct 14 03:53:49.781 INFO STEP 33 (remove_files) COMPLETE
87302024-10-14T03:53:50.506Z[ host-image] Oct 14 03:53:49.781 INFO O| Oct 14 03:53:49.781 INFO STEP 34: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
87312024-10-14T03:53:50.513Z[ host-image] Oct 14 03:53:49.790 INFO O| Oct 14 03:53:49.790 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/kernel/drv/amd64/ohci"
87322024-10-14T03:53:50.513Z[ host-image] Oct 14 03:53:49.790 INFO O| Oct 14 03:53:49.790 INFO STEP 34 (remove_files) COMPLETE
87332024-10-14T03:53:50.517Z[ host-image] Oct 14 03:53:49.790 INFO O| Oct 14 03:53:49.790 INFO STEP 35: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
87342024-10-14T03:53:50.522Z[ host-image] Oct 14 03:53:49.799 INFO O| Oct 14 03:53:49.799 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/kernel/drv/amd64/scsa2usb"
87352024-10-14T03:53:50.522Z[ host-image] Oct 14 03:53:49.799 INFO O| Oct 14 03:53:49.799 INFO STEP 35 (remove_files) COMPLETE
87362024-10-14T03:53:50.525Z[ host-image] Oct 14 03:53:49.799 INFO O| Oct 14 03:53:49.799 INFO STEP 36: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
87372024-10-14T03:53:50.531Z[ host-image] Oct 14 03:53:49.808 INFO O| Oct 14 03:53:49.808 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/kernel/drv/amd64/uhci"
87382024-10-14T03:53:50.531Z[ host-image] Oct 14 03:53:49.808 INFO O| Oct 14 03:53:49.808 INFO STEP 36 (remove_files) COMPLETE
87392024-10-14T03:53:50.533Z[ host-image] Oct 14 03:53:49.808 INFO O| Oct 14 03:53:49.808 INFO STEP 37: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
87402024-10-14T03:53:50.540Z[ host-image] Oct 14 03:53:49.817 INFO O| Oct 14 03:53:49.817 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/kernel/drv/amd64/usb_ac"
87412024-10-14T03:53:50.543Z[ host-image] Oct 14 03:53:49.817 INFO O| Oct 14 03:53:49.817 INFO STEP 37 (remove_files) COMPLETE
87422024-10-14T03:53:50.543Z[ host-image] Oct 14 03:53:49.817 INFO O| Oct 14 03:53:49.817 INFO STEP 38: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
87432024-10-14T03:53:50.549Z[ host-image] Oct 14 03:53:49.826 INFO O| Oct 14 03:53:49.826 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/kernel/drv/amd64/usb_as"
87442024-10-14T03:53:50.549Z[ host-image] Oct 14 03:53:49.826 INFO O| Oct 14 03:53:49.826 INFO STEP 38 (remove_files) COMPLETE
87452024-10-14T03:53:50.552Z[ host-image] Oct 14 03:53:49.826 INFO O| Oct 14 03:53:49.826 INFO STEP 39: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
87462024-10-14T03:53:50.559Z[ host-image] Oct 14 03:53:49.835 INFO O| Oct 14 03:53:49.835 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/kernel/drv/amd64/usb_ia"
87472024-10-14T03:53:50.562Z[ host-image] Oct 14 03:53:49.835 INFO O| Oct 14 03:53:49.835 INFO STEP 39 (remove_files) COMPLETE
87482024-10-14T03:53:50.562Z[ host-image] Oct 14 03:53:49.835 INFO O| Oct 14 03:53:49.835 INFO STEP 40: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
87492024-10-14T03:53:50.567Z[ host-image] Oct 14 03:53:49.844 INFO O| Oct 14 03:53:49.844 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/kernel/drv/amd64/usb_mid"
87502024-10-14T03:53:50.567Z[ host-image] Oct 14 03:53:49.845 INFO O| Oct 14 03:53:49.844 INFO STEP 40 (remove_files) COMPLETE
87512024-10-14T03:53:50.570Z[ host-image] Oct 14 03:53:49.845 INFO O| Oct 14 03:53:49.844 INFO STEP 41: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
87522024-10-14T03:53:50.577Z[ host-image] Oct 14 03:53:49.854 INFO O| Oct 14 03:53:49.853 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/kernel/drv/amd64/usbprn"
87532024-10-14T03:53:50.577Z[ host-image] Oct 14 03:53:49.854 INFO O| Oct 14 03:53:49.854 INFO STEP 41 (remove_files) COMPLETE
87542024-10-14T03:53:50.580Z[ host-image] Oct 14 03:53:49.854 INFO O| Oct 14 03:53:49.854 INFO STEP 42: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
87552024-10-14T03:53:50.585Z[ host-image] Oct 14 03:53:49.863 INFO O| Oct 14 03:53:49.863 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/kernel/drv/amd64/xhci"
87562024-10-14T03:53:50.588Z[ host-image] Oct 14 03:53:49.863 INFO O| Oct 14 03:53:49.863 INFO STEP 42 (remove_files) COMPLETE
87572024-10-14T03:53:50.588Z[ host-image] Oct 14 03:53:49.863 INFO O| Oct 14 03:53:49.863 INFO STEP 43: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
87582024-10-14T03:53:50.594Z[ host-image] Oct 14 03:53:49.872 INFO O| Oct 14 03:53:49.872 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/kernel/drv/amd64/intel_nhm"
87592024-10-14T03:53:50.595Z[ host-image] Oct 14 03:53:49.872 INFO O| Oct 14 03:53:49.872 INFO STEP 43 (remove_files) COMPLETE
87602024-10-14T03:53:50.597Z[ host-image] Oct 14 03:53:49.872 INFO O| Oct 14 03:53:49.872 INFO STEP 44: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
87612024-10-14T03:53:50.604Z[ host-image] Oct 14 03:53:49.881 INFO O| Oct 14 03:53:49.881 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/kernel/drv/amd64/intel_nb5000"
87622024-10-14T03:53:50.604Z[ host-image] Oct 14 03:53:49.881 INFO O| Oct 14 03:53:49.881 INFO STEP 44 (remove_files) COMPLETE
87632024-10-14T03:53:50.607Z[ host-image] Oct 14 03:53:49.881 INFO O| Oct 14 03:53:49.881 INFO STEP 45: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
87642024-10-14T03:53:50.614Z[ host-image] Oct 14 03:53:49.890 INFO O| Oct 14 03:53:49.890 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/kernel/drv/amd64/mc-amd"
87652024-10-14T03:53:50.614Z[ host-image] Oct 14 03:53:49.890 INFO O| Oct 14 03:53:49.890 INFO STEP 45 (remove_files) COMPLETE
87662024-10-14T03:53:50.617Z[ host-image] Oct 14 03:53:49.890 INFO O| Oct 14 03:53:49.890 INFO STEP 46: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
87672024-10-14T03:53:50.622Z[ host-image] Oct 14 03:53:49.899 INFO O| Oct 14 03:53:49.899 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/kernel/drv/amd64/acpi_toshiba"
87682024-10-14T03:53:50.622Z[ host-image] Oct 14 03:53:49.899 INFO O| Oct 14 03:53:49.899 INFO STEP 46 (remove_files) COMPLETE
87692024-10-14T03:53:50.625Z[ host-image] Oct 14 03:53:49.899 INFO O| Oct 14 03:53:49.899 INFO STEP 47: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
87702024-10-14T03:53:50.632Z[ host-image] Oct 14 03:53:49.908 INFO O| Oct 14 03:53:49.908 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/kernel/drv/amd64/intel_nhmex"
87712024-10-14T03:53:50.632Z[ host-image] Oct 14 03:53:49.909 INFO O| Oct 14 03:53:49.908 INFO STEP 47 (remove_files) COMPLETE
87722024-10-14T03:53:50.632Z[ host-image] Oct 14 03:53:49.909 INFO O| Oct 14 03:53:49.909 INFO STEP 48: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
87732024-10-14T03:53:50.640Z[ host-image] Oct 14 03:53:49.917 INFO O| Oct 14 03:53:49.917 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/kernel/drv/intel_nhmex.conf"
87742024-10-14T03:53:50.640Z[ host-image] Oct 14 03:53:49.918 INFO O| Oct 14 03:53:49.918 INFO STEP 48 (remove_files) COMPLETE
87752024-10-14T03:53:50.640Z[ host-image] Oct 14 03:53:49.918 INFO O| Oct 14 03:53:49.918 INFO STEP 49: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
87762024-10-14T03:53:50.649Z[ host-image] Oct 14 03:53:49.927 INFO O| Oct 14 03:53:49.927 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/kernel/drv/amd64/mpt"
87772024-10-14T03:53:50.649Z[ host-image] Oct 14 03:53:49.927 INFO O| Oct 14 03:53:49.927 INFO STEP 49 (remove_files) COMPLETE
87782024-10-14T03:53:50.652Z[ host-image] Oct 14 03:53:49.927 INFO O| Oct 14 03:53:49.927 INFO STEP 50: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
87792024-10-14T03:53:50.658Z[ host-image] Oct 14 03:53:49.936 INFO O| Oct 14 03:53:49.936 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/kernel/drv/mpt.conf"
87802024-10-14T03:53:50.659Z[ host-image] Oct 14 03:53:49.936 INFO O| Oct 14 03:53:49.936 INFO STEP 50 (remove_files) COMPLETE
87812024-10-14T03:53:50.661Z[ host-image] Oct 14 03:53:49.936 INFO O| Oct 14 03:53:49.936 INFO STEP 51: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
87822024-10-14T03:53:50.667Z[ host-image] Oct 14 03:53:49.945 INFO O| Oct 14 03:53:49.945 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/usr/lib/fm/fmd/plugins/ses-log-transport.so"
87832024-10-14T03:53:50.670Z[ host-image] Oct 14 03:53:49.945 INFO O| Oct 14 03:53:49.945 INFO STEP 51 (remove_files) COMPLETE
87842024-10-14T03:53:50.670Z[ host-image] Oct 14 03:53:49.945 INFO O| Oct 14 03:53:49.945 INFO STEP 52: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
87852024-10-14T03:53:50.677Z[ host-image] Oct 14 03:53:49.954 INFO O| Oct 14 03:53:49.954 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/usr/lib/fm/fmd/plugins/ses-log-transport.conf"
87862024-10-14T03:53:50.679Z[ host-image] Oct 14 03:53:49.954 INFO O| Oct 14 03:53:49.954 INFO STEP 52 (remove_files) COMPLETE
87872024-10-14T03:53:50.679Z[ host-image] Oct 14 03:53:49.954 INFO O| Oct 14 03:53:49.954 INFO STEP 53: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
87882024-10-14T03:53:50.686Z[ host-image] Oct 14 03:53:49.963 INFO O| Oct 14 03:53:49.963 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/sbin/bootadm"
87892024-10-14T03:53:50.689Z[ host-image] Oct 14 03:53:49.963 INFO O| Oct 14 03:53:49.963 INFO STEP 53 (remove_files) COMPLETE
87902024-10-14T03:53:50.689Z[ host-image] Oct 14 03:53:49.963 INFO O| Oct 14 03:53:49.963 INFO STEP 54: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
87912024-10-14T03:53:50.695Z[ host-image] Oct 14 03:53:49.972 INFO O| Oct 14 03:53:49.972 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/usr/sbin/bootadm"
87922024-10-14T03:53:50.695Z[ host-image] Oct 14 03:53:49.972 INFO O| Oct 14 03:53:49.972 INFO STEP 54 (remove_files) COMPLETE
87932024-10-14T03:53:50.695Z[ host-image] Oct 14 03:53:49.972 INFO O| Oct 14 03:53:49.972 INFO STEP 55: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
87942024-10-14T03:53:50.704Z[ host-image] Oct 14 03:53:49.981 INFO O| Oct 14 03:53:49.981 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/sbin/beadm"
87952024-10-14T03:53:50.704Z[ host-image] Oct 14 03:53:49.981 INFO O| Oct 14 03:53:49.981 INFO STEP 55 (remove_files) COMPLETE
87962024-10-14T03:53:50.707Z[ host-image] Oct 14 03:53:49.981 INFO O| Oct 14 03:53:49.981 INFO STEP 56: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
87972024-10-14T03:53:50.713Z[ host-image] Oct 14 03:53:49.990 INFO O| Oct 14 03:53:49.990 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/usr/sbin/beadm"
87982024-10-14T03:53:50.713Z[ host-image] Oct 14 03:53:49.990 INFO O| Oct 14 03:53:49.990 INFO STEP 56 (remove_files) COMPLETE
87992024-10-14T03:53:50.716Z[ host-image] Oct 14 03:53:49.990 INFO O| Oct 14 03:53:49.990 INFO STEP 57: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
88002024-10-14T03:53:50.722Z[ host-image] Oct 14 03:53:49.999 INFO O| Oct 14 03:53:49.999 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/etc/default/tar"
88012024-10-14T03:53:50.724Z[ host-image] Oct 14 03:53:49.999 INFO O| Oct 14 03:53:49.999 INFO STEP 57 (remove_files) COMPLETE
88022024-10-14T03:53:50.724Z[ host-image] Oct 14 03:53:49.999 INFO O| Oct 14 03:53:49.999 INFO STEP 58: ensure_file, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
88032024-10-14T03:53:50.732Z[ host-image] Oct 14 03:53:50.009 INFO O| Oct 14 03:53:50.009 WARN file /rpool/images/build/host/work/gimlet/ramdisk/lib/svc/method/keymap exists, with wrong contents, unlinking
88042024-10-14T03:53:50.732Z[ host-image] Oct 14 03:53:50.009 INFO O| Oct 14 03:53:50.009 INFO writing /rpool/images/build/host/work/gimlet/ramdisk/lib/svc/method/keymap ...
88052024-10-14T03:53:50.734Z[ host-image] Oct 14 03:53:50.009 INFO O| Oct 14 03:53:50.009 INFO perms are 644, should be 755, path: /rpool/images/build/host/work/gimlet/ramdisk/lib/svc/method/keymap
88062024-10-14T03:53:50.734Z[ host-image] Oct 14 03:53:50.010 INFO O| Oct 14 03:53:50.009 INFO chmod ok, path: /rpool/images/build/host/work/gimlet/ramdisk/lib/svc/method/keymap
88072024-10-14T03:53:50.734Z[ host-image] Oct 14 03:53:50.010 INFO O| Oct 14 03:53:50.010 INFO ownership wrong (Id(0):Id(0), not 0:2), path: /rpool/images/build/host/work/gimlet/ramdisk/lib/svc/method/keymap
88082024-10-14T03:53:50.734Z[ host-image] Oct 14 03:53:50.010 INFO O| Oct 14 03:53:50.010 INFO chown ok, path: /rpool/images/build/host/work/gimlet/ramdisk/lib/svc/method/keymap
88092024-10-14T03:53:50.735Z[ host-image] Oct 14 03:53:50.010 INFO O| Oct 14 03:53:50.010 INFO ok!
88102024-10-14T03:53:50.735Z[ host-image] Oct 14 03:53:50.010 INFO O| Oct 14 03:53:50.010 INFO STEP 58 (ensure_file) COMPLETE
88112024-10-14T03:53:50.735Z[ host-image] Oct 14 03:53:50.010 INFO O| Oct 14 03:53:50.010 INFO STEP 59: ensure_file, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
88122024-10-14T03:53:50.742Z[ host-image] Oct 14 03:53:50.019 INFO O| Oct 14 03:53:50.019 WARN file /rpool/images/build/host/work/gimlet/ramdisk/lib/svc/bin/rootisramdisk exists, with wrong contents, unlinking
88132024-10-14T03:53:50.742Z[ host-image] Oct 14 03:53:50.019 INFO O| Oct 14 03:53:50.019 INFO copying /work/oxidecomputer/helios/image/templates/files/rootisramdisk -> /rpool/images/build/host/work/gimlet/ramdisk/lib/svc/bin/rootisramdisk ...
88142024-10-14T03:53:50.745Z[ host-image] Oct 14 03:53:50.019 INFO O| Oct 14 03:53:50.019 INFO perms are 644, should be 755, path: /rpool/images/build/host/work/gimlet/ramdisk/lib/svc/bin/rootisramdisk
88152024-10-14T03:53:50.745Z[ host-image] Oct 14 03:53:50.019 INFO O| Oct 14 03:53:50.019 INFO chmod ok, path: /rpool/images/build/host/work/gimlet/ramdisk/lib/svc/bin/rootisramdisk
88162024-10-14T03:53:50.745Z[ host-image] Oct 14 03:53:50.019 INFO O| Oct 14 03:53:50.019 INFO ownership wrong (Id(0):Id(0), not 0:3), path: /rpool/images/build/host/work/gimlet/ramdisk/lib/svc/bin/rootisramdisk
88172024-10-14T03:53:50.745Z[ host-image] Oct 14 03:53:50.019 INFO O| Oct 14 03:53:50.019 INFO chown ok, path: /rpool/images/build/host/work/gimlet/ramdisk/lib/svc/bin/rootisramdisk
88182024-10-14T03:53:50.745Z[ host-image] Oct 14 03:53:50.019 INFO O| Oct 14 03:53:50.019 INFO ok!
88192024-10-14T03:53:50.745Z[ host-image] Oct 14 03:53:50.019 INFO O| Oct 14 03:53:50.019 INFO STEP 59 (ensure_file) COMPLETE
88202024-10-14T03:53:50.745Z[ host-image] Oct 14 03:53:50.019 INFO O| Oct 14 03:53:50.019 INFO STEP 60: ensure_file, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
88212024-10-14T03:53:50.751Z[ host-image] Oct 14 03:53:50.028 INFO O| Oct 14 03:53:50.028 INFO file /rpool/images/build/host/work/gimlet/ramdisk/root/.bash_profile does not exist
88222024-10-14T03:53:50.754Z[ host-image] Oct 14 03:53:50.028 INFO O| Oct 14 03:53:50.028 INFO copying /work/oxidecomputer/helios/image/templates/files/bash_profile -> /rpool/images/build/host/work/gimlet/ramdisk/root/.bash_profile ...
88232024-10-14T03:53:50.754Z[ host-image] Oct 14 03:53:50.028 INFO O| Oct 14 03:53:50.028 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/ramdisk/root/.bash_profile
88242024-10-14T03:53:50.754Z[ host-image] Oct 14 03:53:50.029 INFO O| Oct 14 03:53:50.028 INFO ok!
88252024-10-14T03:53:50.754Z[ host-image] Oct 14 03:53:50.029 INFO O| Oct 14 03:53:50.028 INFO STEP 60 (ensure_file) COMPLETE
88262024-10-14T03:53:50.754Z[ host-image] Oct 14 03:53:50.029 INFO O| Oct 14 03:53:50.028 INFO STEP 61: ensure_file, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
88272024-10-14T03:53:50.760Z[ host-image] Oct 14 03:53:50.038 INFO O| Oct 14 03:53:50.038 WARN file /rpool/images/build/host/work/gimlet/ramdisk/root/.bashrc exists, with wrong contents, unlinking
88282024-10-14T03:53:50.761Z[ host-image] Oct 14 03:53:50.038 INFO O| Oct 14 03:53:50.038 INFO copying /work/oxidecomputer/helios/image/templates/files/bashrc -> /rpool/images/build/host/work/gimlet/ramdisk/root/.bashrc ...
88292024-10-14T03:53:50.765Z[ host-image] Oct 14 03:53:50.038 INFO O| Oct 14 03:53:50.038 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/ramdisk/root/.bashrc
88302024-10-14T03:53:50.765Z[ host-image] Oct 14 03:53:50.038 INFO O| Oct 14 03:53:50.038 INFO ok!
88312024-10-14T03:53:50.765Z[ host-image] Oct 14 03:53:50.038 INFO O| Oct 14 03:53:50.038 INFO STEP 61 (ensure_file) COMPLETE
88322024-10-14T03:53:50.765Z[ host-image] Oct 14 03:53:50.038 INFO O| Oct 14 03:53:50.038 INFO STEP 62: ensure_file, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
88332024-10-14T03:53:50.770Z[ host-image] Oct 14 03:53:50.047 INFO O| Oct 14 03:53:50.047 WARN file /rpool/images/build/host/work/gimlet/ramdisk/etc/motd exists, with wrong contents, unlinking
88342024-10-14T03:53:50.772Z[ host-image] Oct 14 03:53:50.047 INFO O| Oct 14 03:53:50.047 INFO copying /work/oxidecomputer/helios/image/templates/files/motd -> /rpool/images/build/host/work/gimlet/ramdisk/etc/motd ...
88352024-10-14T03:53:50.772Z[ host-image] Oct 14 03:53:50.047 INFO O| Oct 14 03:53:50.047 INFO ownership wrong (Id(0):Id(0), not 0:3), path: /rpool/images/build/host/work/gimlet/ramdisk/etc/motd
88362024-10-14T03:53:50.772Z[ host-image] Oct 14 03:53:50.047 INFO O| Oct 14 03:53:50.047 INFO chown ok, path: /rpool/images/build/host/work/gimlet/ramdisk/etc/motd
88372024-10-14T03:53:50.772Z[ host-image] Oct 14 03:53:50.047 INFO O| Oct 14 03:53:50.047 INFO ok!
88382024-10-14T03:53:50.772Z[ host-image] Oct 14 03:53:50.047 INFO O| Oct 14 03:53:50.047 INFO STEP 62 (ensure_file) COMPLETE
88392024-10-14T03:53:50.772Z[ host-image] Oct 14 03:53:50.047 INFO O| Oct 14 03:53:50.047 INFO STEP 63: ensure_file, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
88402024-10-14T03:53:50.779Z[ host-image] Oct 14 03:53:50.057 INFO O| Oct 14 03:53:50.057 INFO file /rpool/images/build/host/work/gimlet/ramdisk/etc/system.d/zfs:dbuf does not exist
88412024-10-14T03:53:50.779Z[ host-image] Oct 14 03:53:50.057 INFO O| Oct 14 03:53:50.057 INFO copying /work/oxidecomputer/helios/image/templates/files/gimlet-system-zfs:dbuf -> /rpool/images/build/host/work/gimlet/ramdisk/etc/system.d/zfs:dbuf ...
88422024-10-14T03:53:50.782Z[ host-image] Oct 14 03:53:50.057 INFO O| Oct 14 03:53:50.057 INFO ownership wrong (Id(0):Id(0), not 0:3), path: /rpool/images/build/host/work/gimlet/ramdisk/etc/system.d/zfs:dbuf
88432024-10-14T03:53:50.782Z[ host-image] Oct 14 03:53:50.057 INFO O| Oct 14 03:53:50.057 INFO chown ok, path: /rpool/images/build/host/work/gimlet/ramdisk/etc/system.d/zfs:dbuf
88442024-10-14T03:53:50.782Z[ host-image] Oct 14 03:53:50.057 INFO O| Oct 14 03:53:50.057 INFO ok!
88452024-10-14T03:53:50.782Z[ host-image] Oct 14 03:53:50.057 INFO O| Oct 14 03:53:50.057 INFO STEP 63 (ensure_file) COMPLETE
88462024-10-14T03:53:50.782Z[ host-image] Oct 14 03:53:50.057 INFO O| Oct 14 03:53:50.057 INFO STEP 64: assemble_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
88472024-10-14T03:53:50.789Z[ host-image] Oct 14 03:53:50.066 INFO O| Oct 14 03:53:50.066 INFO file /rpool/images/build/host/work/gimlet/ramdisk/etc/system.d/.self-assembly does not exist
88482024-10-14T03:53:50.789Z[ host-image] Oct 14 03:53:50.066 INFO O| Oct 14 03:53:50.066 INFO writing /rpool/images/build/host/work/gimlet/ramdisk/etc/system.d/.self-assembly ...
88492024-10-14T03:53:50.791Z[ host-image] Oct 14 03:53:50.066 INFO O| Oct 14 03:53:50.066 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/ramdisk/etc/system.d/.self-assembly
88502024-10-14T03:53:50.791Z[ host-image] Oct 14 03:53:50.066 INFO O| Oct 14 03:53:50.066 INFO ok!
88512024-10-14T03:53:50.791Z[ host-image] Oct 14 03:53:50.066 INFO O| Oct 14 03:53:50.066 INFO STEP 64 (assemble_files) COMPLETE
88522024-10-14T03:53:50.791Z[ host-image] Oct 14 03:53:50.066 INFO O| Oct 14 03:53:50.066 INFO STEP 65: ensure_file, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
88532024-10-14T03:53:50.798Z[ host-image] Oct 14 03:53:50.076 INFO O| Oct 14 03:53:50.076 INFO file /rpool/images/build/host/work/gimlet/ramdisk/etc/dumpadm.conf does not exist
88542024-10-14T03:53:50.801Z[ host-image] Oct 14 03:53:50.076 INFO O| Oct 14 03:53:50.076 INFO copying /work/oxidecomputer/helios/image/templates/files/dumpadm.conf -> /rpool/images/build/host/work/gimlet/ramdisk/etc/dumpadm.conf ...
88552024-10-14T03:53:50.801Z[ host-image] Oct 14 03:53:50.076 INFO O| Oct 14 03:53:50.076 INFO ownership wrong (Id(0):Id(0), not 0:1), path: /rpool/images/build/host/work/gimlet/ramdisk/etc/dumpadm.conf
88562024-10-14T03:53:50.801Z[ host-image] Oct 14 03:53:50.076 INFO O| Oct 14 03:53:50.076 INFO chown ok, path: /rpool/images/build/host/work/gimlet/ramdisk/etc/dumpadm.conf
88572024-10-14T03:53:50.801Z[ host-image] Oct 14 03:53:50.076 INFO O| Oct 14 03:53:50.076 INFO ok!
88582024-10-14T03:53:50.801Z[ host-image] Oct 14 03:53:50.076 INFO O| Oct 14 03:53:50.076 INFO STEP 65 (ensure_file) COMPLETE
88592024-10-14T03:53:50.801Z[ host-image] Oct 14 03:53:50.076 INFO O| Oct 14 03:53:50.076 INFO STEP 66: ensure_dir, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
88602024-10-14T03:53:50.808Z[ host-image] Oct 14 03:53:50.085 INFO O| Oct 14 03:53:50.085 INFO creating directory: /rpool/images/build/host/work/gimlet/ramdisk/usr/lib/brand/omicron1/baseline
88612024-10-14T03:53:50.811Z[ host-image] Oct 14 03:53:50.086 INFO O| Oct 14 03:53:50.086 INFO ownership wrong (Id(0):Id(0), not 0:3), path: /rpool/images/build/host/work/gimlet/ramdisk/usr/lib/brand/omicron1/baseline
88622024-10-14T03:53:50.811Z[ host-image] Oct 14 03:53:50.086 INFO O| Oct 14 03:53:50.086 INFO chown ok, path: /rpool/images/build/host/work/gimlet/ramdisk/usr/lib/brand/omicron1/baseline
88632024-10-14T03:53:50.811Z[ host-image] Oct 14 03:53:50.086 INFO O| Oct 14 03:53:50.086 INFO STEP 66 (ensure_dir) COMPLETE
88642024-10-14T03:53:50.811Z[ host-image] Oct 14 03:53:50.086 INFO O| Oct 14 03:53:50.086 INFO STEP 67: ensure_file, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
88652024-10-14T03:53:50.818Z[ host-image] Oct 14 03:53:50.095 INFO O| Oct 14 03:53:50.095 INFO file /rpool/images/build/host/work/gimlet/ramdisk/usr/lib/brand/omicron1/baseline/files.tar.gz does not exist
88662024-10-14T03:53:50.818Z[ host-image] Oct 14 03:53:50.095 INFO O| Oct 14 03:53:50.095 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 ...
88672024-10-14T03:53:50.826Z[ host-image] Oct 14 03:53:50.102 INFO O| Oct 14 03:53:50.102 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
88682024-10-14T03:53:50.828Z[ host-image] Oct 14 03:53:50.102 INFO O| Oct 14 03:53:50.102 INFO chown ok, path: /rpool/images/build/host/work/gimlet/ramdisk/usr/lib/brand/omicron1/baseline/files.tar.gz
88692024-10-14T03:53:50.828Z[ host-image] Oct 14 03:53:50.102 INFO O| Oct 14 03:53:50.102 INFO ok!
88702024-10-14T03:53:50.828Z[ host-image] Oct 14 03:53:50.102 INFO O| Oct 14 03:53:50.102 INFO STEP 67 (ensure_file) COMPLETE
88712024-10-14T03:53:50.828Z[ host-image] Oct 14 03:53:50.102 INFO O| Oct 14 03:53:50.102 INFO STEP 68: ensure_file, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
88722024-10-14T03:53:50.834Z[ host-image] Oct 14 03:53:50.111 INFO O| Oct 14 03:53:50.111 INFO file /rpool/images/build/host/work/gimlet/ramdisk/usr/lib/brand/omicron1/baseline/gzonly.txt does not exist
88732024-10-14T03:53:50.834Z[ host-image] Oct 14 03:53:50.111 INFO O| Oct 14 03:53:50.111 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 ...
88742024-10-14T03:53:50.836Z[ host-image] Oct 14 03:53:50.111 INFO O| Oct 14 03:53:50.111 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
88752024-10-14T03:53:50.837Z[ host-image] Oct 14 03:53:50.111 INFO O| Oct 14 03:53:50.111 INFO chown ok, path: /rpool/images/build/host/work/gimlet/ramdisk/usr/lib/brand/omicron1/baseline/gzonly.txt
88762024-10-14T03:53:50.837Z[ host-image] Oct 14 03:53:50.111 INFO O| Oct 14 03:53:50.111 INFO ok!
88772024-10-14T03:53:50.837Z[ host-image] Oct 14 03:53:50.112 INFO O| Oct 14 03:53:50.111 INFO STEP 68 (ensure_file) COMPLETE
88782024-10-14T03:53:50.837Z[ host-image] Oct 14 03:53:50.112 INFO O| Oct 14 03:53:50.112 INFO STEP 69: pack_tar, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
88792024-10-14T03:53:50.848Z[ host-image] Oct 14 03:53:50.125 INFO O| Oct 14 03:53:50.125 INFO file /rpool/images/build/host/output/gimlet-ramdisk.tar does not already exist, skipping removal
88802024-10-14T03:53:50.848Z[ host-image] Oct 14 03:53:50.125 INFO O| Oct 14 03:53:50.125 INFO exec: ["/usr/sbin/tar", "ceEp@/f", "/rpool/images/build/host/output/gimlet-ramdisk.tar", "-C", "/rpool/images/build/host/work/gimlet/ramdisk", "."]
88812024-10-14T03:53:52.888Z[ host-image] Oct 14 03:53:52.165 INFO O| Oct 14 03:53:52.165 INFO STEP 69 (pack_tar) COMPLETE
88822024-10-14T03:53:52.892Z[ host-image] Oct 14 03:53:52.165 INFO O| Oct 14 03:53:52.165 INFO creating output snapshot rpool/images/build/host/work/gimlet/ramdisk@trim
88832024-10-14T03:53:52.892Z[ host-image] Oct 14 03:53:52.165 INFO O| Oct 14 03:53:52.165 INFO CREATE SNAPSHOT: rpool/images/build/host/work/gimlet/ramdisk@trim
88842024-10-14T03:53:53.173Z[ host-image] Oct 14 03:53:52.450 INFO O| Oct 14 03:53:52.450 INFO DESTROY DATASET: rpool/images/build/host/tmp/gimlet/ramdisk-02-trim
88852024-10-14T03:53:53.222Z[ host-image] Oct 14 03:53:52.498 INFO O| Oct 14 03:53:52.498 INFO completed processing gimlet/ramdisk-02-trim
88862024-10-14T03:53:53.225Z[ host-image] Oct 14 03:53:52.500 INFO image builder template: zfs...
88872024-10-14T03:53:53.225Z[ host-image] Oct 14 03:53:52.500 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/.tmpzQHTap/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.33.293", "-n", "zfs"], pwd: None
88882024-10-14T03:53:53.236Z[ host-image] Oct 14 03:53:52.514 INFO O| Oct 14 03:53:52.514 INFO skip include "stress" because feature "stress" is not enabled
88892024-10-14T03:53:53.279Z[ host-image] Oct 14 03:53:52.557 INFO O| Oct 14 03:53:52.556 INFO temporary dataset: rpool/images/build/host/tmp/gimlet/zfs
88902024-10-14T03:53:53.286Z[ host-image] Oct 14 03:53:52.563 INFO O| Oct 14 03:53:52.563 INFO CREATE DATASET: rpool/images/build/host/tmp/gimlet/zfs
88912024-10-14T03:53:53.357Z[ host-image] Oct 14 03:53:52.634 INFO O| Oct 14 03:53:52.634 INFO SET DATASET PROPERTY ON rpool/images/build/host/tmp/gimlet/zfs: sync = disabled
88922024-10-14T03:53:53.393Z[ host-image] Oct 14 03:53:52.670 INFO O| Oct 14 03:53:52.670 INFO temporary directory: /rpool/images/build/host/tmp/gimlet/zfs
88932024-10-14T03:53:53.393Z[ host-image] Oct 14 03:53:52.670 INFO O| Oct 14 03:53:52.670 INFO work dataset: rpool/images/build/host/work/gimlet/zfs
88942024-10-14T03:53:53.397Z[ host-image] Oct 14 03:53:52.674 INFO O| Oct 14 03:53:52.674 INFO CREATE DATASET: rpool/images/build/host/work/gimlet/zfs
88952024-10-14T03:53:53.442Z[ host-image] Oct 14 03:53:52.719 INFO O| Oct 14 03:53:52.719 INFO SET DATASET PROPERTY ON rpool/images/build/host/work/gimlet/zfs: sync = disabled
88962024-10-14T03:53:53.476Z[ host-image] Oct 14 03:53:52.750 INFO O| Oct 14 03:53:52.750 INFO DESTROY POOL: TEMPORARY-gimlet-zfs
88972024-10-14T03:53:53.484Z[ host-image] Oct 14 03:53:52.759 INFO O| Oct 14 03:53:52.759 INFO image file: /rpool/images/build/host/work/gimlet/zfs/lofi.raw
88982024-10-14T03:53:53.488Z[ host-image] Oct 14 03:53:52.763 INFO O| Oct 14 03:53:52.763 INFO pool altroot: /rpool/images/build/host/work/gimlet/zfs/altroot
88992024-10-14T03:53:53.488Z[ host-image] Oct 14 03:53:52.763 INFO O| Oct 14 03:53:52.763 INFO no lofi found
89002024-10-14T03:53:53.488Z[ host-image] Oct 14 03:53:52.763 INFO O| Oct 14 03:53:52.763 INFO file /rpool/images/build/host/work/gimlet/zfs/lofi.raw does not already exist, skipping removal
89012024-10-14T03:53:53.488Z[ host-image] Oct 14 03:53:52.763 INFO O| Oct 14 03:53:52.763 INFO CREATE IMAGE (1000MB): /rpool/images/build/host/work/gimlet/zfs/lofi.raw
89022024-10-14T03:53:54.731Z[ host-image] Oct 14 03:53:54.008 INFO O| Oct 14 03:53:54.008 INFO lofi device = /dev/dsk/c2t1d0p0
89032024-10-14T03:53:54.731Z[ host-image] Oct 14 03:53:54.009 INFO O| Oct 14 03:53:54.008 INFO pool device = /dev/dsk/c2t1d0p0
89042024-10-14T03:53:54.734Z[ host-image] Oct 14 03:53:54.009 INFO O| Oct 14 03:53:54.009 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"]
89052024-10-14T03:53:54.797Z[ host-image] Oct 14 03:53:54.074 INFO O| Oct 14 03:53:54.074 INFO STEP 0: create_be, from: /work/oxidecomputer/helios/image/templates/gimlet/zfs.json
89062024-10-14T03:53:54.797Z[ host-image] Oct 14 03:53:54.074 INFO O| Oct 14 03:53:54.074 INFO CREATE DATASET: TEMPORARY-gimlet-zfs/ROOT
89072024-10-14T03:53:54.813Z[ host-image] Oct 14 03:53:54.090 INFO O| Oct 14 03:53:54.090 INFO SET DATASET PROPERTY ON TEMPORARY-gimlet-zfs/ROOT: canmount = off
89082024-10-14T03:53:54.869Z[ host-image] Oct 14 03:53:54.146 INFO O| Oct 14 03:53:54.145 INFO SET DATASET PROPERTY ON TEMPORARY-gimlet-zfs/ROOT: mountpoint = legacy
89092024-10-14T03:53:54.903Z[ host-image] Oct 14 03:53:54.180 INFO O| Oct 14 03:53:54.180 INFO CREATE DATASET: TEMPORARY-gimlet-zfs/ROOT/ramdisk
89102024-10-14T03:53:54.915Z[ host-image] Oct 14 03:53:54.192 INFO O| Oct 14 03:53:54.192 INFO SET DATASET PROPERTY ON TEMPORARY-gimlet-zfs/ROOT/ramdisk: canmount = noauto
89112024-10-14T03:53:54.924Z[ host-image] Oct 14 03:53:54.202 INFO O| Oct 14 03:53:54.202 INFO SET DATASET PROPERTY ON TEMPORARY-gimlet-zfs/ROOT/ramdisk: mountpoint = legacy
89122024-10-14T03:53:54.968Z[ host-image] Oct 14 03:53:54.244 INFO O| Oct 14 03:53:54.244 INFO creating directory: /rpool/images/build/host/work/gimlet/zfs/a
89132024-10-14T03:53:54.970Z[ host-image] Oct 14 03:53:54.244 INFO O| Oct 14 03:53:54.244 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a
89142024-10-14T03:53:54.970Z[ host-image] Oct 14 03:53:54.244 INFO O| Oct 14 03:53:54.244 INFO exec: ["/sbin/mount", "-F", "zfs", "TEMPORARY-gimlet-zfs/ROOT/ramdisk", "/rpool/images/build/host/work/gimlet/zfs/a"]
89152024-10-14T03:53:54.978Z[ host-image] Oct 14 03:53:54.255 INFO O| Oct 14 03:53:54.254 INFO boot environment UUID: 9af559dc-9876-4bba-8af1-740227a8e5ed
89162024-10-14T03:53:54.978Z[ host-image] Oct 14 03:53:54.255 INFO O| Oct 14 03:53:54.255 INFO SET DATASET PROPERTY ON TEMPORARY-gimlet-zfs/ROOT/ramdisk: org.opensolaris.libbe:uuid = 9af559dc-9876-4bba-8af1-740227a8e5ed
89172024-10-14T03:53:54.986Z[ host-image] Oct 14 03:53:54.264 INFO O| Oct 14 03:53:54.264 INFO SET DATASET PROPERTY ON TEMPORARY-gimlet-zfs/ROOT/ramdisk: org.opensolaris.libbe:policy = static
89182024-10-14T03:53:54.995Z[ host-image] Oct 14 03:53:54.272 INFO O| Oct 14 03:53:54.272 INFO STEP 0 (create_be) COMPLETE
89192024-10-14T03:53:54.995Z[ host-image] Oct 14 03:53:54.272 INFO O| Oct 14 03:53:54.272 INFO STEP 1: unpack_tar, from: /work/oxidecomputer/helios/image/templates/gimlet/zfs.json
89202024-10-14T03:53:55.009Z[ host-image] Oct 14 03:53:54.286 INFO O| Oct 14 03:53:54.286 INFO exec: ["/usr/sbin/tar", "xeEp@/f", "/rpool/images/build/host/output/gimlet-ramdisk.tar", "-C", "/rpool/images/build/host/work/gimlet/zfs/a"]
89212024-10-14T03:54:13.764Z[ host-image] Oct 14 03:54:13.039 INFO O| Oct 14 03:54:13.039 INFO STEP 1 (unpack_tar) COMPLETE
89222024-10-14T03:54:13.764Z[ host-image] Oct 14 03:54:13.039 INFO O| Oct 14 03:54:13.039 INFO STEP 2: devfsadm, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
89232024-10-14T03:54:13.775Z[ host-image] Oct 14 03:54:13.051 INFO O| Oct 14 03:54:13.051 INFO exec: ["/usr/sbin/devfsadm", "-r", "/rpool/images/build/host/work/gimlet/zfs/a"]
89242024-10-14T03:54:14.287Z[ host-image] Oct 14 03:54:13.563 INFO O| Oct 14 03:54:13.563 INFO STEP 2 (devfsadm) COMPLETE
89252024-10-14T03:54:14.290Z[ host-image] Oct 14 03:54:13.563 INFO O| Oct 14 03:54:13.563 INFO STEP 3: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
89262024-10-14T03:54:14.299Z[ host-image] Oct 14 03:54:13.574 INFO O| Oct 14 03:54:13.574 INFO creating directory: /rpool/images/build/host/work/gimlet/zfs/a/dev/cfg
89272024-10-14T03:54:14.299Z[ host-image] Oct 14 03:54:13.575 INFO O| Oct 14 03:54:13.574 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/dev/cfg
89282024-10-14T03:54:14.301Z[ host-image] Oct 14 03:54:13.575 INFO O| Oct 14 03:54:13.575 INFO STEP 3 (ensure_dir) COMPLETE
89292024-10-14T03:54:14.303Z[ host-image] Oct 14 03:54:13.575 INFO O| Oct 14 03:54:13.575 INFO STEP 4: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
89302024-10-14T03:54:14.309Z[ host-image] Oct 14 03:54:13.585 INFO O| Oct 14 03:54:13.584 INFO ownership already OK (0:3), path: /rpool/images/build/host/work/gimlet/zfs/a/dev/dsk
89312024-10-14T03:54:14.311Z[ host-image] Oct 14 03:54:13.585 INFO O| Oct 14 03:54:13.585 INFO STEP 4 (ensure_dir) COMPLETE
89322024-10-14T03:54:14.311Z[ host-image] Oct 14 03:54:13.585 INFO O| Oct 14 03:54:13.585 INFO STEP 5: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
89332024-10-14T03:54:14.318Z[ host-image] Oct 14 03:54:13.594 INFO O| Oct 14 03:54:13.594 INFO ownership already OK (0:3), path: /rpool/images/build/host/work/gimlet/zfs/a/dev/rdsk
89342024-10-14T03:54:14.318Z[ host-image] Oct 14 03:54:13.594 INFO O| Oct 14 03:54:13.594 INFO STEP 5 (ensure_dir) COMPLETE
89352024-10-14T03:54:14.321Z[ host-image] Oct 14 03:54:13.594 INFO O| Oct 14 03:54:13.594 INFO STEP 6: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
89362024-10-14T03:54:14.328Z[ host-image] Oct 14 03:54:13.603 INFO O| Oct 14 03:54:13.603 INFO creating directory: /rpool/images/build/host/work/gimlet/zfs/a/dev/sensors
89372024-10-14T03:54:14.328Z[ host-image] Oct 14 03:54:13.603 INFO O| Oct 14 03:54:13.603 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/dev/sensors
89382024-10-14T03:54:14.330Z[ host-image] Oct 14 03:54:13.603 INFO O| Oct 14 03:54:13.603 INFO STEP 6 (ensure_dir) COMPLETE
89392024-10-14T03:54:14.330Z[ host-image] Oct 14 03:54:13.603 INFO O| Oct 14 03:54:13.603 INFO STEP 7: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
89402024-10-14T03:54:14.337Z[ host-image] Oct 14 03:54:13.613 INFO O| Oct 14 03:54:13.613 INFO creating directory: /rpool/images/build/host/work/gimlet/zfs/a/dev/usb
89412024-10-14T03:54:14.337Z[ host-image] Oct 14 03:54:13.613 INFO O| Oct 14 03:54:13.613 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/dev/usb
89422024-10-14T03:54:14.339Z[ host-image] Oct 14 03:54:13.613 INFO O| Oct 14 03:54:13.613 INFO STEP 7 (ensure_dir) COMPLETE
89432024-10-14T03:54:14.339Z[ host-image] Oct 14 03:54:13.613 INFO O| Oct 14 03:54:13.613 INFO STEP 8: remove_files, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
89442024-10-14T03:54:14.347Z[ host-image] Oct 14 03:54:13.622 INFO O| Oct 14 03:54:13.622 INFO remove tree: "/rpool/images/build/host/work/gimlet/zfs/a/dev/cfg"
89452024-10-14T03:54:14.349Z[ host-image] Oct 14 03:54:13.622 INFO O| Oct 14 03:54:13.622 INFO STEP 8 (remove_files) COMPLETE
89462024-10-14T03:54:14.349Z[ host-image] Oct 14 03:54:13.622 INFO O| Oct 14 03:54:13.622 INFO STEP 9: remove_files, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
89472024-10-14T03:54:14.356Z[ host-image] Oct 14 03:54:13.632 INFO O| Oct 14 03:54:13.631 INFO remove tree: "/rpool/images/build/host/work/gimlet/zfs/a/dev/dsk"
89482024-10-14T03:54:14.358Z[ host-image] Oct 14 03:54:13.632 INFO O| Oct 14 03:54:13.632 INFO STEP 9 (remove_files) COMPLETE
89492024-10-14T03:54:14.358Z[ host-image] Oct 14 03:54:13.632 INFO O| Oct 14 03:54:13.632 INFO STEP 10: remove_files, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
89502024-10-14T03:54:14.366Z[ host-image] Oct 14 03:54:13.641 INFO O| Oct 14 03:54:13.641 INFO remove tree: "/rpool/images/build/host/work/gimlet/zfs/a/dev/rdsk"
89512024-10-14T03:54:14.368Z[ host-image] Oct 14 03:54:13.642 INFO O| Oct 14 03:54:13.642 INFO STEP 10 (remove_files) COMPLETE
89522024-10-14T03:54:14.368Z[ host-image] Oct 14 03:54:13.642 INFO O| Oct 14 03:54:13.642 INFO STEP 11: remove_files, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
89532024-10-14T03:54:14.375Z[ host-image] Oct 14 03:54:13.651 INFO O| Oct 14 03:54:13.651 INFO remove tree: "/rpool/images/build/host/work/gimlet/zfs/a/dev/sensors"
89542024-10-14T03:54:14.379Z[ host-image] Oct 14 03:54:13.652 INFO O| Oct 14 03:54:13.651 INFO STEP 11 (remove_files) COMPLETE
89552024-10-14T03:54:14.379Z[ host-image] Oct 14 03:54:13.652 INFO O| Oct 14 03:54:13.652 INFO STEP 12: remove_files, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
89562024-10-14T03:54:14.385Z[ host-image] Oct 14 03:54:13.661 INFO O| Oct 14 03:54:13.661 INFO remove tree: "/rpool/images/build/host/work/gimlet/zfs/a/dev/usb"
89572024-10-14T03:54:14.388Z[ host-image] Oct 14 03:54:13.661 INFO O| Oct 14 03:54:13.661 INFO STEP 12 (remove_files) COMPLETE
89582024-10-14T03:54:14.388Z[ host-image] Oct 14 03:54:13.661 INFO O| Oct 14 03:54:13.661 INFO STEP 13: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
89592024-10-14T03:54:14.394Z[ host-image] Oct 14 03:54:13.670 INFO O| Oct 14 03:54:13.670 INFO creating directory: /rpool/images/build/host/work/gimlet/zfs/a/dev/cfg
89602024-10-14T03:54:14.394Z[ host-image] Oct 14 03:54:13.670 INFO O| Oct 14 03:54:13.670 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/dev/cfg
89612024-10-14T03:54:14.397Z[ host-image] Oct 14 03:54:13.670 INFO O| Oct 14 03:54:13.670 INFO STEP 13 (ensure_dir) COMPLETE
89622024-10-14T03:54:14.397Z[ host-image] Oct 14 03:54:13.670 INFO O| Oct 14 03:54:13.670 INFO STEP 14: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
89632024-10-14T03:54:14.404Z[ host-image] Oct 14 03:54:13.680 INFO O| Oct 14 03:54:13.680 INFO creating directory: /rpool/images/build/host/work/gimlet/zfs/a/dev/dsk
89642024-10-14T03:54:14.404Z[ host-image] Oct 14 03:54:13.680 INFO O| Oct 14 03:54:13.680 INFO ownership wrong (Id(0):Id(0), not 0:3), path: /rpool/images/build/host/work/gimlet/zfs/a/dev/dsk
89652024-10-14T03:54:14.406Z[ host-image] Oct 14 03:54:13.680 INFO O| Oct 14 03:54:13.680 INFO chown ok, path: /rpool/images/build/host/work/gimlet/zfs/a/dev/dsk
89662024-10-14T03:54:14.406Z[ host-image] Oct 14 03:54:13.680 INFO O| Oct 14 03:54:13.680 INFO STEP 14 (ensure_dir) COMPLETE
89672024-10-14T03:54:14.406Z[ host-image] Oct 14 03:54:13.680 INFO O| Oct 14 03:54:13.680 INFO STEP 15: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
89682024-10-14T03:54:14.413Z[ host-image] Oct 14 03:54:13.689 INFO O| Oct 14 03:54:13.689 INFO creating directory: /rpool/images/build/host/work/gimlet/zfs/a/dev/rdsk
89692024-10-14T03:54:14.416Z[ host-image] Oct 14 03:54:13.689 INFO O| Oct 14 03:54:13.689 INFO ownership wrong (Id(0):Id(0), not 0:3), path: /rpool/images/build/host/work/gimlet/zfs/a/dev/rdsk
89702024-10-14T03:54:14.416Z[ host-image] Oct 14 03:54:13.689 INFO O| Oct 14 03:54:13.689 INFO chown ok, path: /rpool/images/build/host/work/gimlet/zfs/a/dev/rdsk
89712024-10-14T03:54:14.416Z[ host-image] Oct 14 03:54:13.689 INFO O| Oct 14 03:54:13.689 INFO STEP 15 (ensure_dir) COMPLETE
89722024-10-14T03:54:14.416Z[ host-image] Oct 14 03:54:13.689 INFO O| Oct 14 03:54:13.689 INFO STEP 16: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
89732024-10-14T03:54:14.423Z[ host-image] Oct 14 03:54:13.698 INFO O| Oct 14 03:54:13.698 INFO creating directory: /rpool/images/build/host/work/gimlet/zfs/a/dev/sensors
89742024-10-14T03:54:14.423Z[ host-image] Oct 14 03:54:13.699 INFO O| Oct 14 03:54:13.699 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/dev/sensors
89752024-10-14T03:54:14.425Z[ host-image] Oct 14 03:54:13.699 INFO O| Oct 14 03:54:13.699 INFO STEP 16 (ensure_dir) COMPLETE
89762024-10-14T03:54:14.425Z[ host-image] Oct 14 03:54:13.699 INFO O| Oct 14 03:54:13.699 INFO STEP 17: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
89772024-10-14T03:54:14.432Z[ host-image] Oct 14 03:54:13.708 INFO O| Oct 14 03:54:13.708 INFO creating directory: /rpool/images/build/host/work/gimlet/zfs/a/dev/usb
89782024-10-14T03:54:14.432Z[ host-image] Oct 14 03:54:13.708 INFO O| Oct 14 03:54:13.708 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/dev/usb
89792024-10-14T03:54:14.435Z[ host-image] Oct 14 03:54:13.708 INFO O| Oct 14 03:54:13.708 INFO STEP 17 (ensure_dir) COMPLETE
89802024-10-14T03:54:14.435Z[ host-image] Oct 14 03:54:13.708 INFO O| Oct 14 03:54:13.708 INFO STEP 18: ensure_symlink, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
89812024-10-14T03:54:14.442Z[ host-image] Oct 14 03:54:13.717 INFO O| Oct 14 03:54:13.717 INFO link target ok (../devices/pseudo/sysmsg@0:msglog)
89822024-10-14T03:54:14.444Z[ host-image] Oct 14 03:54:13.717 INFO O| Oct 14 03:54:13.717 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/dev/msglog
89832024-10-14T03:54:14.444Z[ host-image] Oct 14 03:54:13.718 INFO O| Oct 14 03:54:13.717 INFO ok!
89842024-10-14T03:54:14.444Z[ host-image] Oct 14 03:54:13.718 INFO O| Oct 14 03:54:13.717 INFO STEP 18 (ensure_symlink) COMPLETE
89852024-10-14T03:54:14.444Z[ host-image] Oct 14 03:54:13.718 INFO O| Oct 14 03:54:13.718 INFO STEP 19: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
89862024-10-14T03:54:14.451Z[ host-image] Oct 14 03:54:13.727 INFO O| Oct 14 03:54:13.727 INFO file /rpool/images/build/host/work/gimlet/zfs/a/reconfigure exists, with correct contents
89872024-10-14T03:54:14.451Z[ host-image] Oct 14 03:54:13.727 INFO O| Oct 14 03:54:13.727 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/reconfigure
89882024-10-14T03:54:14.454Z[ host-image] Oct 14 03:54:13.727 INFO O| Oct 14 03:54:13.727 INFO ok!
89892024-10-14T03:54:14.454Z[ host-image] Oct 14 03:54:13.727 INFO O| Oct 14 03:54:13.727 INFO STEP 19 (ensure_file) COMPLETE
89902024-10-14T03:54:14.454Z[ host-image] Oct 14 03:54:13.727 INFO O| Oct 14 03:54:13.727 INFO STEP 20: ensure_symlink, from: /work/oxidecomputer/helios/image/templates/include/common.json
89912024-10-14T03:54:14.460Z[ host-image] Oct 14 03:54:13.736 INFO O| Oct 14 03:54:13.736 INFO link /rpool/images/build/host/work/gimlet/zfs/a/etc/svc/profile/generic.xml does not exist
89922024-10-14T03:54:14.461Z[ host-image] Oct 14 03:54:13.736 INFO O| Oct 14 03:54:13.736 INFO linking /rpool/images/build/host/work/gimlet/zfs/a/etc/svc/profile/generic.xml -> generic_limited_net.xml ...
89932024-10-14T03:54:14.464Z[ host-image] Oct 14 03:54:13.737 INFO O| Oct 14 03:54:13.736 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/etc/svc/profile/generic.xml
89942024-10-14T03:54:14.464Z[ host-image] Oct 14 03:54:13.737 INFO O| Oct 14 03:54:13.737 INFO ok!
89952024-10-14T03:54:14.464Z[ host-image] Oct 14 03:54:13.737 INFO O| Oct 14 03:54:13.737 INFO STEP 20 (ensure_symlink) COMPLETE
89962024-10-14T03:54:14.464Z[ host-image] Oct 14 03:54:13.737 INFO O| Oct 14 03:54:13.737 INFO STEP 21: ensure_symlink, from: /work/oxidecomputer/helios/image/templates/include/common.json
89972024-10-14T03:54:14.470Z[ host-image] Oct 14 03:54:13.746 INFO O| Oct 14 03:54:13.746 INFO link /rpool/images/build/host/work/gimlet/zfs/a/etc/svc/profile/inetd_services.xml does not exist
89982024-10-14T03:54:14.470Z[ host-image] Oct 14 03:54:13.746 INFO O| Oct 14 03:54:13.746 INFO linking /rpool/images/build/host/work/gimlet/zfs/a/etc/svc/profile/inetd_services.xml -> inetd_generic.xml ...
89992024-10-14T03:54:14.474Z[ host-image] Oct 14 03:54:13.746 INFO O| Oct 14 03:54:13.746 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/etc/svc/profile/inetd_services.xml
90002024-10-14T03:54:14.474Z[ host-image] Oct 14 03:54:13.746 INFO O| Oct 14 03:54:13.746 INFO ok!
90012024-10-14T03:54:14.474Z[ host-image] Oct 14 03:54:13.746 INFO O| Oct 14 03:54:13.746 INFO STEP 21 (ensure_symlink) COMPLETE
90022024-10-14T03:54:14.474Z[ host-image] Oct 14 03:54:13.746 INFO O| Oct 14 03:54:13.746 INFO STEP 22: ensure_symlink, from: /work/oxidecomputer/helios/image/templates/include/common.json
90032024-10-14T03:54:14.480Z[ host-image] Oct 14 03:54:13.755 INFO O| Oct 14 03:54:13.755 INFO link /rpool/images/build/host/work/gimlet/zfs/a/etc/svc/profile/platform.xml does not exist
90042024-10-14T03:54:14.481Z[ host-image] Oct 14 03:54:13.755 INFO O| Oct 14 03:54:13.755 INFO linking /rpool/images/build/host/work/gimlet/zfs/a/etc/svc/profile/platform.xml -> platform_oxide.xml ...
90052024-10-14T03:54:14.483Z[ host-image] Oct 14 03:54:13.755 INFO O| Oct 14 03:54:13.755 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/etc/svc/profile/platform.xml
90062024-10-14T03:54:14.483Z[ host-image] Oct 14 03:54:13.755 INFO O| Oct 14 03:54:13.755 INFO ok!
90072024-10-14T03:54:14.484Z[ host-image] Oct 14 03:54:13.755 INFO O| Oct 14 03:54:13.755 INFO STEP 22 (ensure_symlink) COMPLETE
90082024-10-14T03:54:14.484Z[ host-image] Oct 14 03:54:13.755 INFO O| Oct 14 03:54:13.755 INFO STEP 23: ensure_symlink, from: /work/oxidecomputer/helios/image/templates/include/common.json
90092024-10-14T03:54:14.489Z[ host-image] Oct 14 03:54:13.765 INFO O| Oct 14 03:54:13.765 INFO link /rpool/images/build/host/work/gimlet/zfs/a/etc/svc/profile/name_service.xml does not exist
90102024-10-14T03:54:14.489Z[ host-image] Oct 14 03:54:13.765 INFO O| Oct 14 03:54:13.765 INFO linking /rpool/images/build/host/work/gimlet/zfs/a/etc/svc/profile/name_service.xml -> ns_dns.xml ...
90112024-10-14T03:54:14.491Z[ host-image] Oct 14 03:54:13.765 INFO O| Oct 14 03:54:13.765 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/etc/svc/profile/name_service.xml
90122024-10-14T03:54:14.492Z[ host-image] Oct 14 03:54:13.765 INFO O| Oct 14 03:54:13.765 INFO ok!
90132024-10-14T03:54:14.492Z[ host-image] Oct 14 03:54:13.765 INFO O| Oct 14 03:54:13.765 INFO STEP 23 (ensure_symlink) COMPLETE
90142024-10-14T03:54:14.492Z[ host-image] Oct 14 03:54:13.765 INFO O| Oct 14 03:54:13.765 INFO STEP 24: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/common.json
90152024-10-14T03:54:14.498Z[ host-image] Oct 14 03:54:13.774 INFO O| Oct 14 03:54:13.774 WARN file /rpool/images/build/host/work/gimlet/zfs/a/etc/nsswitch.conf exists, with wrong contents, unlinking
90162024-10-14T03:54:14.501Z[ host-image] Oct 14 03:54:13.774 INFO O| Oct 14 03:54:13.774 INFO copying /rpool/images/build/host/work/gimlet/zfs/a/etc/nsswitch.dns -> /rpool/images/build/host/work/gimlet/zfs/a/etc/nsswitch.conf ...
90172024-10-14T03:54:14.501Z[ host-image] Oct 14 03:54:13.775 INFO O| Oct 14 03:54:13.774 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/etc/nsswitch.conf
90182024-10-14T03:54:14.501Z[ host-image] Oct 14 03:54:13.775 INFO O| Oct 14 03:54:13.775 INFO ok!
90192024-10-14T03:54:14.501Z[ host-image] Oct 14 03:54:13.775 INFO O| Oct 14 03:54:13.775 INFO STEP 24 (ensure_file) COMPLETE
90202024-10-14T03:54:14.501Z[ host-image] Oct 14 03:54:13.775 INFO O| Oct 14 03:54:13.775 INFO STEP 25: shadow, from: /work/oxidecomputer/helios/image/templates/include/common.json
90212024-10-14T03:54:14.508Z[ host-image] Oct 14 03:54:13.784 INFO O| Oct 14 03:54:13.784 INFO updating shadow file
90222024-10-14T03:54:14.510Z[ host-image] Oct 14 03:54:13.784 INFO O| Oct 14 03:54:13.784 INFO ownership wrong (Id(0):Id(3), not 0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/etc/shadow
90232024-10-14T03:54:14.510Z[ host-image] Oct 14 03:54:13.784 INFO O| Oct 14 03:54:13.784 INFO chown ok, path: /rpool/images/build/host/work/gimlet/zfs/a/etc/shadow
90242024-10-14T03:54:14.510Z[ host-image] Oct 14 03:54:13.784 INFO O| Oct 14 03:54:13.784 INFO STEP 25 (shadow) COMPLETE
90252024-10-14T03:54:14.511Z[ host-image] Oct 14 03:54:13.784 INFO O| Oct 14 03:54:13.784 INFO STEP 26: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/common.json
90262024-10-14T03:54:14.518Z[ host-image] Oct 14 03:54:13.794 INFO O| Oct 14 03:54:13.794 WARN file /rpool/images/build/host/work/gimlet/zfs/a/etc/inet/hosts exists, with wrong contents, unlinking
90272024-10-14T03:54:14.520Z[ host-image] Oct 14 03:54:13.794 INFO O| Oct 14 03:54:13.794 INFO copying /work/oxidecomputer/helios/image/templates/files/hosts -> /rpool/images/build/host/work/gimlet/zfs/a/etc/inet/hosts ...
90282024-10-14T03:54:14.521Z[ host-image] Oct 14 03:54:13.794 INFO O| Oct 14 03:54:13.794 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/etc/inet/hosts
90292024-10-14T03:54:14.521Z[ host-image] Oct 14 03:54:13.794 INFO O| Oct 14 03:54:13.794 INFO ok!
90302024-10-14T03:54:14.522Z[ host-image] Oct 14 03:54:13.794 INFO O| Oct 14 03:54:13.794 INFO STEP 26 (ensure_file) COMPLETE
90312024-10-14T03:54:14.522Z[ host-image] Oct 14 03:54:13.794 INFO O| Oct 14 03:54:13.794 INFO STEP 27: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/common.json
90322024-10-14T03:54:14.527Z[ host-image] Oct 14 03:54:13.803 INFO O| Oct 14 03:54:13.803 INFO file /rpool/images/build/host/work/gimlet/zfs/a/etc/nodename does not exist
90332024-10-14T03:54:14.527Z[ host-image] Oct 14 03:54:13.803 INFO O| Oct 14 03:54:13.803 INFO writing /rpool/images/build/host/work/gimlet/zfs/a/etc/nodename ...
90342024-10-14T03:54:14.530Z[ host-image] Oct 14 03:54:13.803 INFO O| Oct 14 03:54:13.803 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/etc/nodename
90352024-10-14T03:54:14.530Z[ host-image] Oct 14 03:54:13.803 INFO O| Oct 14 03:54:13.803 INFO ok!
90362024-10-14T03:54:14.530Z[ host-image] Oct 14 03:54:13.803 INFO O| Oct 14 03:54:13.803 INFO STEP 27 (ensure_file) COMPLETE
90372024-10-14T03:54:14.530Z[ host-image] Oct 14 03:54:13.803 INFO O| Oct 14 03:54:13.803 INFO STEP 28: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/common.json
90382024-10-14T03:54:14.537Z[ host-image] Oct 14 03:54:13.813 INFO O| Oct 14 03:54:13.813 WARN file /rpool/images/build/host/work/gimlet/zfs/a/etc/default/dhcpagent exists, with wrong contents, unlinking
90392024-10-14T03:54:14.537Z[ host-image] Oct 14 03:54:13.813 INFO O| Oct 14 03:54:13.813 INFO copying /work/oxidecomputer/helios/image/templates/files/dhcpagent -> /rpool/images/build/host/work/gimlet/zfs/a/etc/default/dhcpagent ...
90402024-10-14T03:54:14.543Z[ host-image] Oct 14 03:54:13.813 INFO O| Oct 14 03:54:13.813 INFO ownership wrong (Id(0):Id(0), not 0:3), path: /rpool/images/build/host/work/gimlet/zfs/a/etc/default/dhcpagent
90412024-10-14T03:54:14.543Z[ host-image] Oct 14 03:54:13.813 INFO O| Oct 14 03:54:13.813 INFO chown ok, path: /rpool/images/build/host/work/gimlet/zfs/a/etc/default/dhcpagent
90422024-10-14T03:54:14.543Z[ host-image] Oct 14 03:54:13.813 INFO O| Oct 14 03:54:13.813 INFO ok!
90432024-10-14T03:54:14.543Z[ host-image] Oct 14 03:54:13.813 INFO O| Oct 14 03:54:13.813 INFO STEP 28 (ensure_file) COMPLETE
90442024-10-14T03:54:14.543Z[ host-image] Oct 14 03:54:13.813 INFO O| Oct 14 03:54:13.813 INFO STEP 29: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/common.json
90452024-10-14T03:54:14.578Z[ host-image] Oct 14 03:54:13.822 INFO O| Oct 14 03:54:13.822 INFO file /rpool/images/build/host/work/gimlet/zfs/a/etc/resolv.conf does not exist
90462024-10-14T03:54:14.578Z[ host-image] Oct 14 03:54:13.822 INFO O| Oct 14 03:54:13.822 INFO writing /rpool/images/build/host/work/gimlet/zfs/a/etc/resolv.conf ...
90472024-10-14T03:54:14.578Z[ host-image] Oct 14 03:54:13.822 INFO O| Oct 14 03:54:13.822 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/etc/resolv.conf
90482024-10-14T03:54:14.578Z[ host-image] Oct 14 03:54:13.822 INFO O| Oct 14 03:54:13.822 INFO ok!
90492024-10-14T03:54:14.578Z[ host-image] Oct 14 03:54:13.822 INFO O| Oct 14 03:54:13.822 INFO STEP 29 (ensure_file) COMPLETE
90502024-10-14T03:54:14.578Z[ host-image] Oct 14 03:54:13.822 INFO O| Oct 14 03:54:13.822 INFO STEP 30: ensure_file, from: /work/oxidecomputer/helios/image/templates/gimlet/zfs.json
90512024-10-14T03:54:14.578Z[ host-image] Oct 14 03:54:13.832 INFO O| Oct 14 03:54:13.832 INFO file /rpool/images/build/host/work/gimlet/zfs/a/etc/auto_master does not exist
90522024-10-14T03:54:14.578Z[ host-image] Oct 14 03:54:13.832 INFO O| Oct 14 03:54:13.832 INFO copying /work/oxidecomputer/helios/image/templates/files/auto_master -> /rpool/images/build/host/work/gimlet/zfs/a/etc/auto_master ...
90532024-10-14T03:54:14.578Z[ host-image] Oct 14 03:54:13.832 INFO O| Oct 14 03:54:13.832 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/etc/auto_master
90542024-10-14T03:54:14.578Z[ host-image] Oct 14 03:54:13.832 INFO O| Oct 14 03:54:13.832 INFO ok!
90552024-10-14T03:54:14.578Z[ host-image] Oct 14 03:54:13.832 INFO O| Oct 14 03:54:13.832 INFO STEP 30 (ensure_file) COMPLETE
90562024-10-14T03:54:14.578Z[ host-image] Oct 14 03:54:13.832 INFO O| Oct 14 03:54:13.832 INFO STEP 31: ensure_file, from: /work/oxidecomputer/helios/image/templates/gimlet/zfs.json
90572024-10-14T03:54:14.587Z[ host-image] Oct 14 03:54:13.841 INFO O| Oct 14 03:54:13.841 WARN file /rpool/images/build/host/work/gimlet/zfs/a/etc/ttydefs exists, with wrong contents, unlinking
90582024-10-14T03:54:14.588Z[ host-image] Oct 14 03:54:13.841 INFO O| Oct 14 03:54:13.841 INFO copying /work/oxidecomputer/helios/image/templates/files/ttydefs.3000000 -> /rpool/images/build/host/work/gimlet/zfs/a/etc/ttydefs ...
90592024-10-14T03:54:14.588Z[ host-image] Oct 14 03:54:13.842 INFO O| Oct 14 03:54:13.842 INFO ownership wrong (Id(0):Id(0), not 0:3), path: /rpool/images/build/host/work/gimlet/zfs/a/etc/ttydefs
90602024-10-14T03:54:14.588Z[ host-image] Oct 14 03:54:13.842 INFO O| Oct 14 03:54:13.842 INFO chown ok, path: /rpool/images/build/host/work/gimlet/zfs/a/etc/ttydefs
90612024-10-14T03:54:14.588Z[ host-image] Oct 14 03:54:13.842 INFO O| Oct 14 03:54:13.842 INFO ok!
90622024-10-14T03:54:14.588Z[ host-image] Oct 14 03:54:13.842 INFO O| Oct 14 03:54:13.842 INFO STEP 31 (ensure_file) COMPLETE
90632024-10-14T03:54:14.588Z[ host-image] Oct 14 03:54:13.842 INFO O| Oct 14 03:54:13.842 INFO STEP 32: ensure_file, from: /work/oxidecomputer/helios/image/templates/gimlet/zfs.json
90642024-10-14T03:54:14.588Z[ host-image] Oct 14 03:54:13.851 INFO O| Oct 14 03:54:13.851 WARN file /rpool/images/build/host/work/gimlet/zfs/a/etc/default/init exists, with wrong contents, unlinking
90652024-10-14T03:54:14.588Z[ host-image] Oct 14 03:54:13.851 INFO O| Oct 14 03:54:13.851 INFO copying /work/oxidecomputer/helios/image/templates/files/default_init -> /rpool/images/build/host/work/gimlet/zfs/a/etc/default/init ...
90662024-10-14T03:54:14.588Z[ host-image] Oct 14 03:54:13.851 INFO O| Oct 14 03:54:13.851 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/etc/default/init
90672024-10-14T03:54:14.588Z[ host-image] Oct 14 03:54:13.851 INFO O| Oct 14 03:54:13.851 INFO ok!
90682024-10-14T03:54:14.588Z[ host-image] Oct 14 03:54:13.851 INFO O| Oct 14 03:54:13.851 INFO STEP 32 (ensure_file) COMPLETE
90692024-10-14T03:54:14.588Z[ host-image] Oct 14 03:54:13.851 INFO O| Oct 14 03:54:13.851 INFO STEP 33: ensure_file, from: /work/oxidecomputer/helios/image/templates/gimlet/zfs.json
90702024-10-14T03:54:14.588Z[ host-image] Oct 14 03:54:13.860 INFO O| Oct 14 03:54:13.860 WARN file /rpool/images/build/host/work/gimlet/zfs/a/etc/ssh/sshd_config exists, with wrong contents, unlinking
90712024-10-14T03:54:14.588Z[ host-image] Oct 14 03:54:13.860 INFO O| Oct 14 03:54:13.860 INFO copying /work/oxidecomputer/helios/image/templates/files/sshd_config -> /rpool/images/build/host/work/gimlet/zfs/a/etc/ssh/sshd_config ...
90722024-10-14T03:54:14.588Z[ host-image] Oct 14 03:54:13.861 INFO O| Oct 14 03:54:13.861 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/etc/ssh/sshd_config
90732024-10-14T03:54:14.588Z[ host-image] Oct 14 03:54:13.861 INFO O| Oct 14 03:54:13.861 INFO ok!
90742024-10-14T03:54:14.588Z[ host-image] Oct 14 03:54:13.861 INFO O| Oct 14 03:54:13.861 INFO STEP 33 (ensure_file) COMPLETE
90752024-10-14T03:54:14.588Z[ host-image] Oct 14 03:54:13.861 INFO O| Oct 14 03:54:13.861 INFO STEP 34: ensure_file, from: /work/oxidecomputer/helios/image/templates/gimlet/zfs.json
90762024-10-14T03:54:14.594Z[ host-image] Oct 14 03:54:13.870 INFO O| Oct 14 03:54:13.870 INFO file /rpool/images/build/host/work/gimlet/zfs/a/usr/lib/bootparams does not exist
90772024-10-14T03:54:14.594Z[ host-image] Oct 14 03:54:13.870 INFO O| Oct 14 03:54:13.870 INFO copying /work/oxidecomputer/helios/image/templates/files/bootparams.sh -> /rpool/images/build/host/work/gimlet/zfs/a/usr/lib/bootparams ...
90782024-10-14T03:54:14.604Z[ host-image] Oct 14 03:54:13.870 INFO O| Oct 14 03:54:13.870 INFO perms are 644, should be 755, path: /rpool/images/build/host/work/gimlet/zfs/a/usr/lib/bootparams
90792024-10-14T03:54:14.604Z[ host-image] Oct 14 03:54:13.870 INFO O| Oct 14 03:54:13.870 INFO chmod ok, path: /rpool/images/build/host/work/gimlet/zfs/a/usr/lib/bootparams
90802024-10-14T03:54:14.604Z[ host-image] Oct 14 03:54:13.870 INFO O| Oct 14 03:54:13.870 INFO ownership wrong (Id(0):Id(0), not 0:2), path: /rpool/images/build/host/work/gimlet/zfs/a/usr/lib/bootparams
90812024-10-14T03:54:14.604Z[ host-image] Oct 14 03:54:13.870 INFO O| Oct 14 03:54:13.870 INFO chown ok, path: /rpool/images/build/host/work/gimlet/zfs/a/usr/lib/bootparams
90822024-10-14T03:54:14.604Z[ host-image] Oct 14 03:54:13.870 INFO O| Oct 14 03:54:13.870 INFO ok!
90832024-10-14T03:54:14.604Z[ host-image] Oct 14 03:54:13.870 INFO O| Oct 14 03:54:13.870 INFO STEP 34 (ensure_file) COMPLETE
90842024-10-14T03:54:14.604Z[ host-image] Oct 14 03:54:13.870 INFO O| Oct 14 03:54:13.870 INFO STEP 35: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/t6-firmware.json
90852024-10-14T03:54:14.604Z[ host-image] Oct 14 03:54:13.879 INFO O| Oct 14 03:54:13.879 INFO creating directory: /rpool/images/build/host/work/gimlet/zfs/a/platform/Oxide,Gimlet/firmware
90862024-10-14T03:54:14.604Z[ host-image] Oct 14 03:54:13.880 INFO O| Oct 14 03:54:13.880 INFO ownership wrong (Id(0):Id(0), not 0:3), path: /rpool/images/build/host/work/gimlet/zfs/a/platform/Oxide,Gimlet/firmware
90872024-10-14T03:54:14.604Z[ host-image] Oct 14 03:54:13.880 INFO O| Oct 14 03:54:13.880 INFO chown ok, path: /rpool/images/build/host/work/gimlet/zfs/a/platform/Oxide,Gimlet/firmware
90882024-10-14T03:54:14.604Z[ host-image] Oct 14 03:54:13.880 INFO O| Oct 14 03:54:13.880 INFO STEP 35 (ensure_dir) COMPLETE
90892024-10-14T03:54:14.604Z[ host-image] Oct 14 03:54:13.880 INFO O| Oct 14 03:54:13.880 INFO STEP 36: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/t6-firmware.json
90902024-10-14T03:54:14.613Z[ host-image] Oct 14 03:54:13.889 INFO O| Oct 14 03:54:13.889 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
90912024-10-14T03:54:14.618Z[ host-image] Oct 14 03:54:13.889 INFO O| Oct 14 03:54:13.889 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 ...
90922024-10-14T03:54:14.618Z[ host-image] Oct 14 03:54:13.889 INFO O| Oct 14 03:54:13.889 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
90932024-10-14T03:54:14.618Z[ host-image] Oct 14 03:54:13.889 INFO O| Oct 14 03:54:13.889 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
90942024-10-14T03:54:14.618Z[ host-image] Oct 14 03:54:13.889 INFO O| Oct 14 03:54:13.889 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
90952024-10-14T03:54:14.618Z[ host-image] Oct 14 03:54:13.889 INFO O| Oct 14 03:54:13.889 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
90962024-10-14T03:54:14.618Z[ host-image] Oct 14 03:54:13.889 INFO O| Oct 14 03:54:13.889 INFO ok!
90972024-10-14T03:54:14.618Z[ host-image] Oct 14 03:54:13.889 INFO O| Oct 14 03:54:13.889 INFO STEP 36 (ensure_file) COMPLETE
90982024-10-14T03:54:14.618Z[ host-image] Oct 14 03:54:13.889 INFO O| Oct 14 03:54:13.889 INFO STEP 37: ensure_symlink, from: /work/oxidecomputer/helios/image/templates/include/t6-firmware.json
90992024-10-14T03:54:14.624Z[ host-image] Oct 14 03:54:13.899 INFO O| Oct 14 03:54:13.899 INFO link /rpool/images/build/host/work/gimlet/zfs/a/platform/Oxide,Gimlet/firmware/t6srom.bin does not exist
91002024-10-14T03:54:14.624Z[ host-image] Oct 14 03:54:13.899 INFO O| Oct 14 03:54:13.899 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 ...
91012024-10-14T03:54:14.626Z[ host-image] Oct 14 03:54:13.899 INFO O| Oct 14 03:54:13.899 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/platform/Oxide,Gimlet/firmware/t6srom.bin
91022024-10-14T03:54:14.626Z[ host-image] Oct 14 03:54:13.900 INFO O| Oct 14 03:54:13.899 INFO ok!
91032024-10-14T03:54:14.626Z[ host-image] Oct 14 03:54:13.900 INFO O| Oct 14 03:54:13.899 INFO STEP 37 (ensure_symlink) COMPLETE
91042024-10-14T03:54:14.626Z[ host-image] Oct 14 03:54:13.900 INFO O| Oct 14 03:54:13.900 INFO STEP 38: ensure_file, from: /work/oxidecomputer/helios/image/templates/gimlet/zfs.json
91052024-10-14T03:54:14.633Z[ host-image] Oct 14 03:54:13.909 INFO O| Oct 14 03:54:13.909 INFO file /rpool/images/build/host/work/gimlet/zfs/a/usr/lib/postboot does not exist
91062024-10-14T03:54:14.636Z[ host-image] Oct 14 03:54:13.909 INFO O| Oct 14 03:54:13.909 INFO copying /work/oxidecomputer/helios/image/templates/files/gimlet-postboot.sh -> /rpool/images/build/host/work/gimlet/zfs/a/usr/lib/postboot ...
91072024-10-14T03:54:14.636Z[ host-image] Oct 14 03:54:13.909 INFO O| Oct 14 03:54:13.909 INFO perms are 644, should be 755, path: /rpool/images/build/host/work/gimlet/zfs/a/usr/lib/postboot
91082024-10-14T03:54:14.636Z[ host-image] Oct 14 03:54:13.909 INFO O| Oct 14 03:54:13.909 INFO chmod ok, path: /rpool/images/build/host/work/gimlet/zfs/a/usr/lib/postboot
91092024-10-14T03:54:14.636Z[ host-image] Oct 14 03:54:13.909 INFO O| Oct 14 03:54:13.909 INFO ownership wrong (Id(0):Id(0), not 0:2), path: /rpool/images/build/host/work/gimlet/zfs/a/usr/lib/postboot
91102024-10-14T03:54:14.636Z[ host-image] Oct 14 03:54:13.909 INFO O| Oct 14 03:54:13.909 INFO chown ok, path: /rpool/images/build/host/work/gimlet/zfs/a/usr/lib/postboot
91112024-10-14T03:54:14.636Z[ host-image] Oct 14 03:54:13.909 INFO O| Oct 14 03:54:13.909 INFO ok!
91122024-10-14T03:54:14.636Z[ host-image] Oct 14 03:54:13.909 INFO O| Oct 14 03:54:13.909 INFO STEP 38 (ensure_file) COMPLETE
91132024-10-14T03:54:14.636Z[ host-image] Oct 14 03:54:13.909 INFO O| Oct 14 03:54:13.909 INFO STEP 39: ensure_file, from: /work/oxidecomputer/helios/image/templates/gimlet/zfs.json
91142024-10-14T03:54:14.643Z[ host-image] Oct 14 03:54:13.918 INFO O| Oct 14 03:54:13.918 INFO file /rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/site/postboot.xml does not exist
91152024-10-14T03:54:14.643Z[ host-image] Oct 14 03:54:13.918 INFO O| Oct 14 03:54:13.918 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 ...
91162024-10-14T03:54:14.645Z[ host-image] Oct 14 03:54:13.918 INFO O| Oct 14 03:54:13.918 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
91172024-10-14T03:54:14.645Z[ host-image] Oct 14 03:54:13.919 INFO O| Oct 14 03:54:13.918 INFO chown ok, path: /rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/site/postboot.xml
91182024-10-14T03:54:14.645Z[ host-image] Oct 14 03:54:13.919 INFO O| Oct 14 03:54:13.918 INFO ok!
91192024-10-14T03:54:14.645Z[ host-image] Oct 14 03:54:13.919 INFO O| Oct 14 03:54:13.918 INFO STEP 39 (ensure_file) COMPLETE
91202024-10-14T03:54:14.645Z[ host-image] Oct 14 03:54:13.919 INFO O| Oct 14 03:54:13.919 INFO STEP 40: ensure_file, from: /work/oxidecomputer/helios/image/templates/gimlet/zfs.json
91212024-10-14T03:54:14.652Z[ host-image] Oct 14 03:54:13.928 INFO O| Oct 14 03:54:13.928 INFO file /rpool/images/build/host/work/gimlet/zfs/a/var/svc/profile/site.xml does not exist
91222024-10-14T03:54:14.652Z[ host-image] Oct 14 03:54:13.928 INFO O| Oct 14 03:54:13.928 INFO copying /work/oxidecomputer/helios/image/templates/files/site.xml -> /rpool/images/build/host/work/gimlet/zfs/a/var/svc/profile/site.xml ...
91232024-10-14T03:54:14.655Z[ host-image] Oct 14 03:54:13.928 INFO O| Oct 14 03:54:13.928 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/var/svc/profile/site.xml
91242024-10-14T03:54:14.655Z[ host-image] Oct 14 03:54:13.928 INFO O| Oct 14 03:54:13.928 INFO ok!
91252024-10-14T03:54:14.655Z[ host-image] Oct 14 03:54:13.928 INFO O| Oct 14 03:54:13.928 INFO STEP 40 (ensure_file) COMPLETE
91262024-10-14T03:54:14.655Z[ host-image] Oct 14 03:54:13.928 INFO O| Oct 14 03:54:13.928 INFO STEP 41: shadow, from: /work/oxidecomputer/helios/image/templates/include/root-noauth.json
91272024-10-14T03:54:14.662Z[ host-image] Oct 14 03:54:13.937 INFO O| Oct 14 03:54:13.937 INFO updating shadow file
91282024-10-14T03:54:14.664Z[ host-image] Oct 14 03:54:13.937 INFO O| Oct 14 03:54:13.937 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/etc/shadow
91292024-10-14T03:54:14.664Z[ host-image] Oct 14 03:54:13.937 INFO O| Oct 14 03:54:13.937 INFO STEP 41 (shadow) COMPLETE
91302024-10-14T03:54:14.665Z[ host-image] Oct 14 03:54:13.937 INFO O| Oct 14 03:54:13.937 INFO STEP 42: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/root-noauth.json
91312024-10-14T03:54:14.671Z[ host-image] Oct 14 03:54:13.947 INFO O| Oct 14 03:54:13.947 WARN file /rpool/images/build/host/work/gimlet/zfs/a/etc/default/login exists, with wrong contents, unlinking
91322024-10-14T03:54:14.671Z[ host-image] Oct 14 03:54:13.947 INFO O| Oct 14 03:54:13.947 INFO copying /work/oxidecomputer/helios/image/templates/files/mfg_default_login -> /rpool/images/build/host/work/gimlet/zfs/a/etc/default/login ...
91332024-10-14T03:54:14.674Z[ host-image] Oct 14 03:54:13.947 INFO O| Oct 14 03:54:13.947 INFO ownership wrong (Id(0):Id(0), not 0:3), path: /rpool/images/build/host/work/gimlet/zfs/a/etc/default/login
91342024-10-14T03:54:14.674Z[ host-image] Oct 14 03:54:13.947 INFO O| Oct 14 03:54:13.947 INFO chown ok, path: /rpool/images/build/host/work/gimlet/zfs/a/etc/default/login
91352024-10-14T03:54:14.674Z[ host-image] Oct 14 03:54:13.947 INFO O| Oct 14 03:54:13.947 INFO ok!
91362024-10-14T03:54:14.674Z[ host-image] Oct 14 03:54:13.947 INFO O| Oct 14 03:54:13.947 INFO STEP 42 (ensure_file) COMPLETE
91372024-10-14T03:54:14.674Z[ host-image] Oct 14 03:54:13.947 INFO O| Oct 14 03:54:13.947 INFO STEP 43: ensure_file, from: /work/oxidecomputer/helios/image/templates/gimlet/zfs.json
91382024-10-14T03:54:14.674Z[ host-image] Oct 14 03:54:13.947 INFO O| Oct 14 03:54:13.947 INFO skip step because feature "mfg" is not enabled
91392024-10-14T03:54:14.674Z[ host-image] Oct 14 03:54:13.947 INFO O| Oct 14 03:54:13.947 INFO STEP 44: ensure_file, from: /work/oxidecomputer/helios/image/templates/gimlet/zfs.json
91402024-10-14T03:54:14.674Z[ host-image] Oct 14 03:54:13.947 INFO O| Oct 14 03:54:13.947 INFO skip step because feature "mfg" is not enabled
91412024-10-14T03:54:14.674Z[ host-image] Oct 14 03:54:13.947 INFO O| Oct 14 03:54:13.947 INFO STEP 45: ensure_file, from: /work/oxidecomputer/helios/image/templates/gimlet/zfs.json
91422024-10-14T03:54:14.681Z[ host-image] Oct 14 03:54:13.957 INFO O| Oct 14 03:54:13.957 INFO file /rpool/images/build/host/work/gimlet/zfs/a/usr/bin/pilot does not exist
91432024-10-14T03:54:14.681Z[ host-image] Oct 14 03:54:13.957 INFO O| Oct 14 03:54:13.957 INFO copying /work/oxidecomputer/helios/projects/pilot/target/release/pilot -> /rpool/images/build/host/work/gimlet/zfs/a/usr/bin/pilot ...
91442024-10-14T03:54:15.313Z[ host-image] Oct 14 03:54:14.588 INFO O| Oct 14 03:54:14.588 INFO ownership wrong (Id(0):Id(0), not 0:2), path: /rpool/images/build/host/work/gimlet/zfs/a/usr/bin/pilot
91452024-10-14T03:54:15.313Z[ host-image] Oct 14 03:54:14.588 INFO O| Oct 14 03:54:14.588 INFO chown ok, path: /rpool/images/build/host/work/gimlet/zfs/a/usr/bin/pilot
91462024-10-14T03:54:15.313Z[ host-image] Oct 14 03:54:14.588 INFO O| Oct 14 03:54:14.588 INFO ok!
91472024-10-14T03:54:15.315Z[ host-image] Oct 14 03:54:14.588 INFO O| Oct 14 03:54:14.588 INFO STEP 45 (ensure_file) COMPLETE
91482024-10-14T03:54:15.315Z[ host-image] Oct 14 03:54:14.588 INFO O| Oct 14 03:54:14.588 INFO STEP 46: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/compliance-common.json
91492024-10-14T03:54:15.324Z[ host-image] Oct 14 03:54:14.599 INFO O| Oct 14 03:54:14.599 WARN file /rpool/images/build/host/work/gimlet/zfs/a/usr/lib/postboot exists, with wrong contents, unlinking
91502024-10-14T03:54:15.324Z[ host-image] Oct 14 03:54:14.599 INFO O| Oct 14 03:54:14.599 INFO copying /work/oxidecomputer/helios/image/templates/files/compliance-postboot.sh -> /rpool/images/build/host/work/gimlet/zfs/a/usr/lib/postboot ...
91512024-10-14T03:54:15.327Z[ host-image] Oct 14 03:54:14.600 INFO O| Oct 14 03:54:14.599 INFO perms are 644, should be 755, path: /rpool/images/build/host/work/gimlet/zfs/a/usr/lib/postboot
91522024-10-14T03:54:15.327Z[ host-image] Oct 14 03:54:14.600 INFO O| Oct 14 03:54:14.600 INFO chmod ok, path: /rpool/images/build/host/work/gimlet/zfs/a/usr/lib/postboot
91532024-10-14T03:54:15.327Z[ host-image] Oct 14 03:54:14.600 INFO O| Oct 14 03:54:14.600 INFO ownership wrong (Id(0):Id(0), not 0:2), path: /rpool/images/build/host/work/gimlet/zfs/a/usr/lib/postboot
91542024-10-14T03:54:15.327Z[ host-image] Oct 14 03:54:14.600 INFO O| Oct 14 03:54:14.600 INFO chown ok, path: /rpool/images/build/host/work/gimlet/zfs/a/usr/lib/postboot
91552024-10-14T03:54:15.327Z[ host-image] Oct 14 03:54:14.600 INFO O| Oct 14 03:54:14.600 INFO ok!
91562024-10-14T03:54:15.327Z[ host-image] Oct 14 03:54:14.600 INFO O| Oct 14 03:54:14.600 INFO STEP 46 (ensure_file) COMPLETE
91572024-10-14T03:54:15.327Z[ host-image] Oct 14 03:54:14.600 INFO O| Oct 14 03:54:14.600 INFO STEP 47: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/compliance-common.json
91582024-10-14T03:54:15.334Z[ host-image] Oct 14 03:54:14.609 INFO O| Oct 14 03:54:14.609 WARN file /rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/site/postboot.xml exists, with wrong contents, unlinking
91592024-10-14T03:54:15.334Z[ host-image] Oct 14 03:54:14.609 INFO O| Oct 14 03:54:14.609 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 ...
91602024-10-14T03:54:15.336Z[ host-image] Oct 14 03:54:14.609 INFO O| Oct 14 03:54:14.609 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
91612024-10-14T03:54:15.336Z[ host-image] Oct 14 03:54:14.609 INFO O| Oct 14 03:54:14.609 INFO chown ok, path: /rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/site/postboot.xml
91622024-10-14T03:54:15.336Z[ host-image] Oct 14 03:54:14.609 INFO O| Oct 14 03:54:14.609 INFO ok!
91632024-10-14T03:54:15.336Z[ host-image] Oct 14 03:54:14.609 INFO O| Oct 14 03:54:14.609 INFO STEP 47 (ensure_file) COMPLETE
91642024-10-14T03:54:15.337Z[ host-image] Oct 14 03:54:14.609 INFO O| Oct 14 03:54:14.609 INFO STEP 48: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/compliance-common.json
91652024-10-14T03:54:15.343Z[ host-image] Oct 14 03:54:14.619 INFO O| Oct 14 03:54:14.619 INFO file /rpool/images/build/host/work/gimlet/zfs/a/usr/lib/compliance-hostname does not exist
91662024-10-14T03:54:15.346Z[ host-image] Oct 14 03:54:14.619 INFO O| Oct 14 03:54:14.619 INFO copying /work/oxidecomputer/helios/image/templates/files/compliance-hostname.sh -> /rpool/images/build/host/work/gimlet/zfs/a/usr/lib/compliance-hostname ...
91672024-10-14T03:54:15.346Z[ host-image] Oct 14 03:54:14.619 INFO O| Oct 14 03:54:14.619 INFO perms are 644, should be 755, path: /rpool/images/build/host/work/gimlet/zfs/a/usr/lib/compliance-hostname
91682024-10-14T03:54:15.346Z[ host-image] Oct 14 03:54:14.619 INFO O| Oct 14 03:54:14.619 INFO chmod ok, path: /rpool/images/build/host/work/gimlet/zfs/a/usr/lib/compliance-hostname
91692024-10-14T03:54:15.346Z[ host-image] Oct 14 03:54:14.619 INFO O| Oct 14 03:54:14.619 INFO ownership wrong (Id(0):Id(0), not 0:2), path: /rpool/images/build/host/work/gimlet/zfs/a/usr/lib/compliance-hostname
91702024-10-14T03:54:15.346Z[ host-image] Oct 14 03:54:14.619 INFO O| Oct 14 03:54:14.619 INFO chown ok, path: /rpool/images/build/host/work/gimlet/zfs/a/usr/lib/compliance-hostname
91712024-10-14T03:54:15.346Z[ host-image] Oct 14 03:54:14.619 INFO O| Oct 14 03:54:14.619 INFO ok!
91722024-10-14T03:54:15.346Z[ host-image] Oct 14 03:54:14.619 INFO O| Oct 14 03:54:14.619 INFO STEP 48 (ensure_file) COMPLETE
91732024-10-14T03:54:15.346Z[ host-image] Oct 14 03:54:14.619 INFO O| Oct 14 03:54:14.619 INFO STEP 49: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/compliance-common.json
91742024-10-14T03:54:15.352Z[ host-image] Oct 14 03:54:14.628 INFO O| Oct 14 03:54:14.628 INFO file /rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/site/compliance-hostname.xml does not exist
91752024-10-14T03:54:15.353Z[ host-image] Oct 14 03:54:14.628 INFO O| Oct 14 03:54:14.628 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 ...
91762024-10-14T03:54:15.355Z[ host-image] Oct 14 03:54:14.628 INFO O| Oct 14 03:54:14.628 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
91772024-10-14T03:54:15.355Z[ host-image] Oct 14 03:54:14.628 INFO O| Oct 14 03:54:14.628 INFO chown ok, path: /rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/site/compliance-hostname.xml
91782024-10-14T03:54:15.355Z[ host-image] Oct 14 03:54:14.628 INFO O| Oct 14 03:54:14.628 INFO ok!
91792024-10-14T03:54:15.355Z[ host-image] Oct 14 03:54:14.628 INFO O| Oct 14 03:54:14.628 INFO STEP 49 (ensure_file) COMPLETE
91802024-10-14T03:54:15.356Z[ host-image] Oct 14 03:54:14.628 INFO O| Oct 14 03:54:14.628 INFO STEP 50: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/compliance-common.json
91812024-10-14T03:54:15.362Z[ host-image] Oct 14 03:54:14.638 INFO O| Oct 14 03:54:14.638 INFO file /rpool/images/build/host/work/gimlet/zfs/a/usr/lib/compliance-beacon does not exist
91822024-10-14T03:54:15.362Z[ host-image] Oct 14 03:54:14.638 INFO O| Oct 14 03:54:14.638 INFO copying /work/oxidecomputer/helios/image/templates/files/compliance-beacon.sh -> /rpool/images/build/host/work/gimlet/zfs/a/usr/lib/compliance-beacon ...
91832024-10-14T03:54:15.365Z[ host-image] Oct 14 03:54:14.638 INFO O| Oct 14 03:54:14.638 INFO perms are 644, should be 755, path: /rpool/images/build/host/work/gimlet/zfs/a/usr/lib/compliance-beacon
91842024-10-14T03:54:15.365Z[ host-image] Oct 14 03:54:14.638 INFO O| Oct 14 03:54:14.638 INFO chmod ok, path: /rpool/images/build/host/work/gimlet/zfs/a/usr/lib/compliance-beacon
91852024-10-14T03:54:15.365Z[ host-image] Oct 14 03:54:14.638 INFO O| Oct 14 03:54:14.638 INFO ownership wrong (Id(0):Id(0), not 0:2), path: /rpool/images/build/host/work/gimlet/zfs/a/usr/lib/compliance-beacon
91862024-10-14T03:54:15.365Z[ host-image] Oct 14 03:54:14.638 INFO O| Oct 14 03:54:14.638 INFO chown ok, path: /rpool/images/build/host/work/gimlet/zfs/a/usr/lib/compliance-beacon
91872024-10-14T03:54:15.365Z[ host-image] Oct 14 03:54:14.638 INFO O| Oct 14 03:54:14.638 INFO ok!
91882024-10-14T03:54:15.365Z[ host-image] Oct 14 03:54:14.638 INFO O| Oct 14 03:54:14.638 INFO STEP 50 (ensure_file) COMPLETE
91892024-10-14T03:54:15.365Z[ host-image] Oct 14 03:54:14.638 INFO O| Oct 14 03:54:14.638 INFO STEP 51: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/compliance-common.json
91902024-10-14T03:54:15.371Z[ host-image] Oct 14 03:54:14.647 INFO O| Oct 14 03:54:14.647 INFO file /rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/site/compliance-beacon.xml does not exist
91912024-10-14T03:54:15.371Z[ host-image] Oct 14 03:54:14.647 INFO O| Oct 14 03:54:14.647 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 ...
91922024-10-14T03:54:15.374Z[ host-image] Oct 14 03:54:14.647 INFO O| Oct 14 03:54:14.647 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
91932024-10-14T03:54:15.374Z[ host-image] Oct 14 03:54:14.647 INFO O| Oct 14 03:54:14.647 INFO chown ok, path: /rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/site/compliance-beacon.xml
91942024-10-14T03:54:15.374Z[ host-image] Oct 14 03:54:14.647 INFO O| Oct 14 03:54:14.647 INFO ok!
91952024-10-14T03:54:15.374Z[ host-image] Oct 14 03:54:14.647 INFO O| Oct 14 03:54:14.647 INFO STEP 51 (ensure_file) COMPLETE
91962024-10-14T03:54:15.374Z[ host-image] Oct 14 03:54:14.647 INFO O| Oct 14 03:54:14.647 INFO STEP 52: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/compliance-common.json
91972024-10-14T03:54:15.381Z[ host-image] Oct 14 03:54:14.657 INFO O| Oct 14 03:54:14.657 INFO file /rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/site/compliance-time.xml does not exist
91982024-10-14T03:54:15.381Z[ host-image] Oct 14 03:54:14.657 INFO O| Oct 14 03:54:14.657 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 ...
91992024-10-14T03:54:15.385Z[ host-image] Oct 14 03:54:14.657 INFO O| Oct 14 03:54:14.657 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
92002024-10-14T03:54:15.385Z[ host-image] Oct 14 03:54:14.657 INFO O| Oct 14 03:54:14.657 INFO chown ok, path: /rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/site/compliance-time.xml
92012024-10-14T03:54:15.385Z[ host-image] Oct 14 03:54:14.657 INFO O| Oct 14 03:54:14.657 INFO ok!
92022024-10-14T03:54:15.385Z[ host-image] Oct 14 03:54:14.657 INFO O| Oct 14 03:54:14.657 INFO STEP 52 (ensure_file) COMPLETE
92032024-10-14T03:54:15.385Z[ host-image] Oct 14 03:54:14.657 INFO O| Oct 14 03:54:14.657 INFO STEP 53: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/compliance-common.json
92042024-10-14T03:54:15.390Z[ host-image] Oct 14 03:54:14.666 INFO O| Oct 14 03:54:14.666 INFO file /rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/site/compliance-dump.xml does not exist
92052024-10-14T03:54:15.391Z[ host-image] Oct 14 03:54:14.666 INFO O| Oct 14 03:54:14.666 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 ...
92062024-10-14T03:54:15.396Z[ host-image] Oct 14 03:54:14.666 INFO O| Oct 14 03:54:14.666 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
92072024-10-14T03:54:15.396Z[ host-image] Oct 14 03:54:14.666 INFO O| Oct 14 03:54:14.666 INFO chown ok, path: /rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/site/compliance-dump.xml
92082024-10-14T03:54:15.396Z[ host-image] Oct 14 03:54:14.666 INFO O| Oct 14 03:54:14.666 INFO ok!
92092024-10-14T03:54:15.396Z[ host-image] Oct 14 03:54:14.666 INFO O| Oct 14 03:54:14.666 INFO STEP 53 (ensure_file) COMPLETE
92102024-10-14T03:54:15.396Z[ host-image] Oct 14 03:54:14.666 INFO O| Oct 14 03:54:14.666 INFO STEP 54: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
92112024-10-14T03:54:15.400Z[ host-image] Oct 14 03:54:14.676 INFO O| Oct 14 03:54:14.676 INFO ownership already OK (0:3), path: /rpool/images/build/host/work/gimlet/zfs/a/opt
92122024-10-14T03:54:15.403Z[ host-image] Oct 14 03:54:14.676 INFO O| Oct 14 03:54:14.676 INFO STEP 54 (ensure_dir) COMPLETE
92132024-10-14T03:54:15.403Z[ host-image] Oct 14 03:54:14.676 INFO O| Oct 14 03:54:14.676 INFO STEP 55: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
92142024-10-14T03:54:15.410Z[ host-image] Oct 14 03:54:14.685 INFO O| Oct 14 03:54:14.685 INFO ownership wrong (Id(0):Id(2), not 0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide
92152024-10-14T03:54:15.410Z[ host-image] Oct 14 03:54:14.685 INFO O| Oct 14 03:54:14.685 INFO chown ok, path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide
92162024-10-14T03:54:15.415Z[ host-image] Oct 14 03:54:14.685 INFO O| Oct 14 03:54:14.685 INFO STEP 55 (ensure_dir) COMPLETE
92172024-10-14T03:54:15.415Z[ host-image] Oct 14 03:54:14.685 INFO O| Oct 14 03:54:14.685 INFO STEP 56: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
92182024-10-14T03:54:15.419Z[ host-image] Oct 14 03:54:14.694 INFO O| Oct 14 03:54:14.694 INFO creating directory: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/mg-ddm
92192024-10-14T03:54:15.422Z[ host-image] Oct 14 03:54:14.695 INFO O| Oct 14 03:54:14.695 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/mg-ddm
92202024-10-14T03:54:15.422Z[ host-image] Oct 14 03:54:14.695 INFO O| Oct 14 03:54:14.695 INFO STEP 56 (ensure_dir) COMPLETE
92212024-10-14T03:54:15.423Z[ host-image] Oct 14 03:54:14.695 INFO O| Oct 14 03:54:14.695 INFO STEP 57: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
92222024-10-14T03:54:15.428Z[ host-image] Oct 14 03:54:14.704 INFO O| Oct 14 03:54:14.704 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/mg-ddm/ddmadm does not exist
92232024-10-14T03:54:15.428Z[ host-image] Oct 14 03:54:14.704 INFO O| Oct 14 03:54:14.704 INFO copying /tmp/.tmpzQHTap/proto/host/root/opt/oxide/mg-ddm/ddmadm -> /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/mg-ddm/ddmadm ...
92242024-10-14T03:54:15.444Z[ host-image] Oct 14 03:54:14.720 INFO O| Oct 14 03:54:14.719 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/mg-ddm/ddmadm
92252024-10-14T03:54:15.444Z[ host-image] Oct 14 03:54:14.720 INFO O| Oct 14 03:54:14.719 INFO ok!
92262024-10-14T03:54:15.447Z[ host-image] Oct 14 03:54:14.720 INFO O| Oct 14 03:54:14.720 INFO STEP 57 (ensure_file) COMPLETE
92272024-10-14T03:54:15.447Z[ host-image] Oct 14 03:54:14.720 INFO O| Oct 14 03:54:14.720 INFO STEP 58: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
92282024-10-14T03:54:15.454Z[ host-image] Oct 14 03:54:14.730 INFO O| Oct 14 03:54:14.730 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/mg-ddm/ddmd does not exist
92292024-10-14T03:54:15.460Z[ host-image] Oct 14 03:54:14.730 INFO O| Oct 14 03:54:14.730 INFO copying /tmp/.tmpzQHTap/proto/host/root/opt/oxide/mg-ddm/ddmd -> /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/mg-ddm/ddmd ...
92302024-10-14T03:54:16.518Z[ host-image] Oct 14 03:54:15.794 INFO O| Oct 14 03:54:15.794 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/mg-ddm/ddmd
92312024-10-14T03:54:16.518Z[ host-image] Oct 14 03:54:15.794 INFO O| Oct 14 03:54:15.794 INFO ok!
92322024-10-14T03:54:16.519Z[ host-image] Oct 14 03:54:15.794 INFO O| Oct 14 03:54:15.794 INFO STEP 58 (ensure_file) COMPLETE
92332024-10-14T03:54:16.519Z[ host-image] Oct 14 03:54:15.794 INFO O| Oct 14 03:54:15.794 INFO STEP 59: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
92342024-10-14T03:54:16.529Z[ host-image] Oct 14 03:54:15.805 INFO O| Oct 14 03:54:15.805 INFO creating directory: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/mg-ddm/pkg
92352024-10-14T03:54:16.532Z[ host-image] Oct 14 03:54:15.805 INFO O| Oct 14 03:54:15.805 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/mg-ddm/pkg
92362024-10-14T03:54:16.532Z[ host-image] Oct 14 03:54:15.805 INFO O| Oct 14 03:54:15.805 INFO STEP 59 (ensure_dir) COMPLETE
92372024-10-14T03:54:16.532Z[ host-image] Oct 14 03:54:15.805 INFO O| Oct 14 03:54:15.805 INFO STEP 60: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
92382024-10-14T03:54:16.539Z[ host-image] Oct 14 03:54:15.815 INFO O| Oct 14 03:54:15.814 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/mg-ddm/pkg/refresh_ctrun_child.sh does not exist
92392024-10-14T03:54:16.539Z[ host-image] Oct 14 03:54:15.815 INFO O| Oct 14 03:54:15.815 INFO copying /tmp/.tmpzQHTap/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 ...
92402024-10-14T03:54:16.542Z[ host-image] Oct 14 03:54:15.815 INFO O| Oct 14 03:54:15.815 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/mg-ddm/pkg/refresh_ctrun_child.sh
92412024-10-14T03:54:16.542Z[ host-image] Oct 14 03:54:15.815 INFO O| Oct 14 03:54:15.815 INFO ok!
92422024-10-14T03:54:16.542Z[ host-image] Oct 14 03:54:15.815 INFO O| Oct 14 03:54:15.815 INFO STEP 60 (ensure_file) COMPLETE
92432024-10-14T03:54:16.542Z[ host-image] Oct 14 03:54:15.815 INFO O| Oct 14 03:54:15.815 INFO STEP 61: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
92442024-10-14T03:54:16.549Z[ host-image] Oct 14 03:54:15.824 INFO O| Oct 14 03:54:15.824 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/mg-ddm/pkg/mgd_method_script.sh does not exist
92452024-10-14T03:54:16.549Z[ host-image] Oct 14 03:54:15.824 INFO O| Oct 14 03:54:15.824 INFO copying /tmp/.tmpzQHTap/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 ...
92462024-10-14T03:54:16.552Z[ host-image] Oct 14 03:54:15.824 INFO O| Oct 14 03:54:15.824 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/mg-ddm/pkg/mgd_method_script.sh
92472024-10-14T03:54:16.552Z[ host-image] Oct 14 03:54:15.824 INFO O| Oct 14 03:54:15.824 INFO ok!
92482024-10-14T03:54:16.552Z[ host-image] Oct 14 03:54:15.824 INFO O| Oct 14 03:54:15.824 INFO STEP 61 (ensure_file) COMPLETE
92492024-10-14T03:54:16.552Z[ host-image] Oct 14 03:54:15.824 INFO O| Oct 14 03:54:15.824 INFO STEP 62: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
92502024-10-14T03:54:16.559Z[ host-image] Oct 14 03:54:15.834 INFO O| Oct 14 03:54:15.834 INFO creating directory: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/mg-ddm/pkg/mgd
92512024-10-14T03:54:16.564Z[ host-image] Oct 14 03:54:15.834 INFO O| Oct 14 03:54:15.834 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/mg-ddm/pkg/mgd
92522024-10-14T03:54:16.564Z[ host-image] Oct 14 03:54:15.834 INFO O| Oct 14 03:54:15.834 INFO STEP 62 (ensure_dir) COMPLETE
92532024-10-14T03:54:16.564Z[ host-image] Oct 14 03:54:15.834 INFO O| Oct 14 03:54:15.834 INFO STEP 63: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
92542024-10-14T03:54:16.568Z[ host-image] Oct 14 03:54:15.843 INFO O| Oct 14 03:54:15.843 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/mg-ddm/pkg/mgd/manifest.xml does not exist
92552024-10-14T03:54:16.568Z[ host-image] Oct 14 03:54:15.843 INFO O| Oct 14 03:54:15.843 INFO copying /tmp/.tmpzQHTap/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 ...
92562024-10-14T03:54:16.570Z[ host-image] Oct 14 03:54:15.844 INFO O| Oct 14 03:54:15.844 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/mg-ddm/pkg/mgd/manifest.xml
92572024-10-14T03:54:16.570Z[ host-image] Oct 14 03:54:15.844 INFO O| Oct 14 03:54:15.844 INFO ok!
92582024-10-14T03:54:16.570Z[ host-image] Oct 14 03:54:15.844 INFO O| Oct 14 03:54:15.844 INFO STEP 63 (ensure_file) COMPLETE
92592024-10-14T03:54:16.570Z[ host-image] Oct 14 03:54:15.844 INFO O| Oct 14 03:54:15.844 INFO STEP 64: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
92602024-10-14T03:54:16.577Z[ host-image] Oct 14 03:54:15.853 INFO O| Oct 14 03:54:15.853 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/mg-ddm/pkg/ddm_method_script.sh does not exist
92612024-10-14T03:54:16.580Z[ host-image] Oct 14 03:54:15.853 INFO O| Oct 14 03:54:15.853 INFO copying /tmp/.tmpzQHTap/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 ...
92622024-10-14T03:54:16.580Z[ host-image] Oct 14 03:54:15.853 INFO O| Oct 14 03:54:15.853 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/mg-ddm/pkg/ddm_method_script.sh
92632024-10-14T03:54:16.580Z[ host-image] Oct 14 03:54:15.853 INFO O| Oct 14 03:54:15.853 INFO ok!
92642024-10-14T03:54:16.580Z[ host-image] Oct 14 03:54:15.853 INFO O| Oct 14 03:54:15.853 INFO STEP 64 (ensure_file) COMPLETE
92652024-10-14T03:54:16.580Z[ host-image] Oct 14 03:54:15.853 INFO O| Oct 14 03:54:15.853 INFO STEP 65: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
92662024-10-14T03:54:16.586Z[ host-image] Oct 14 03:54:15.862 INFO O| Oct 14 03:54:15.862 INFO creating directory: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/mg-ddm/pkg/ddm
92672024-10-14T03:54:16.594Z[ host-image] Oct 14 03:54:15.862 INFO O| Oct 14 03:54:15.862 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/mg-ddm/pkg/ddm
92682024-10-14T03:54:16.594Z[ host-image] Oct 14 03:54:15.862 INFO O| Oct 14 03:54:15.862 INFO STEP 65 (ensure_dir) COMPLETE
92692024-10-14T03:54:16.594Z[ host-image] Oct 14 03:54:15.862 INFO O| Oct 14 03:54:15.862 INFO STEP 66: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
92702024-10-14T03:54:16.598Z[ host-image] Oct 14 03:54:15.871 INFO O| Oct 14 03:54:15.871 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/mg-ddm/pkg/ddm/manifest.xml does not exist
92712024-10-14T03:54:16.598Z[ host-image] Oct 14 03:54:15.872 INFO O| Oct 14 03:54:15.871 INFO copying /tmp/.tmpzQHTap/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 ...
92722024-10-14T03:54:16.598Z[ host-image] Oct 14 03:54:15.872 INFO O| Oct 14 03:54:15.872 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/mg-ddm/pkg/ddm/manifest.xml
92732024-10-14T03:54:16.598Z[ host-image] Oct 14 03:54:15.872 INFO O| Oct 14 03:54:15.872 INFO ok!
92742024-10-14T03:54:16.598Z[ host-image] Oct 14 03:54:15.872 INFO O| Oct 14 03:54:15.872 INFO STEP 66 (ensure_file) COMPLETE
92752024-10-14T03:54:16.598Z[ host-image] Oct 14 03:54:15.872 INFO O| Oct 14 03:54:15.872 INFO STEP 67: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
92762024-10-14T03:54:16.605Z[ host-image] Oct 14 03:54:15.881 INFO O| Oct 14 03:54:15.881 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/mg-ddm/VERSION does not exist
92772024-10-14T03:54:16.608Z[ host-image] Oct 14 03:54:15.881 INFO O| Oct 14 03:54:15.881 INFO copying /tmp/.tmpzQHTap/proto/host/root/opt/oxide/mg-ddm/VERSION -> /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/mg-ddm/VERSION ...
92782024-10-14T03:54:16.608Z[ host-image] Oct 14 03:54:15.881 INFO O| Oct 14 03:54:15.881 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/mg-ddm/VERSION
92792024-10-14T03:54:16.608Z[ host-image] Oct 14 03:54:15.881 INFO O| Oct 14 03:54:15.881 INFO ok!
92802024-10-14T03:54:16.608Z[ host-image] Oct 14 03:54:15.881 INFO O| Oct 14 03:54:15.881 INFO STEP 67 (ensure_file) COMPLETE
92812024-10-14T03:54:16.608Z[ host-image] Oct 14 03:54:15.881 INFO O| Oct 14 03:54:15.881 INFO STEP 68: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
92822024-10-14T03:54:16.614Z[ host-image] Oct 14 03:54:15.890 INFO O| Oct 14 03:54:15.890 INFO creating directory: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/sled-agent
92832024-10-14T03:54:16.617Z[ host-image] Oct 14 03:54:15.890 INFO O| Oct 14 03:54:15.890 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/sled-agent
92842024-10-14T03:54:16.618Z[ host-image] Oct 14 03:54:15.890 INFO O| Oct 14 03:54:15.890 INFO STEP 68 (ensure_dir) COMPLETE
92852024-10-14T03:54:16.618Z[ host-image] Oct 14 03:54:15.890 INFO O| Oct 14 03:54:15.890 INFO STEP 69: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
92862024-10-14T03:54:16.624Z[ host-image] Oct 14 03:54:15.900 INFO O| Oct 14 03:54:15.899 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/sled-agent/zone-bundle does not exist
92872024-10-14T03:54:16.624Z[ host-image] Oct 14 03:54:15.900 INFO O| Oct 14 03:54:15.900 INFO copying /tmp/.tmpzQHTap/proto/host/root/opt/oxide/sled-agent/zone-bundle -> /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/sled-agent/zone-bundle ...
92882024-10-14T03:54:17.649Z[ host-image] Oct 14 03:54:16.925 INFO O| Oct 14 03:54:16.925 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/sled-agent/zone-bundle
92892024-10-14T03:54:17.649Z[ host-image] Oct 14 03:54:16.925 INFO O| Oct 14 03:54:16.925 INFO ok!
92902024-10-14T03:54:17.649Z[ host-image] Oct 14 03:54:16.925 INFO O| Oct 14 03:54:16.925 INFO STEP 69 (ensure_file) COMPLETE
92912024-10-14T03:54:17.652Z[ host-image] Oct 14 03:54:16.925 INFO O| Oct 14 03:54:16.925 INFO STEP 70: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
92922024-10-14T03:54:17.660Z[ host-image] Oct 14 03:54:16.936 INFO O| Oct 14 03:54:16.936 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/sled-agent/sled-agent does not exist
92932024-10-14T03:54:17.663Z[ host-image] Oct 14 03:54:16.936 INFO O| Oct 14 03:54:16.936 INFO copying /tmp/.tmpzQHTap/proto/host/root/opt/oxide/sled-agent/sled-agent -> /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/sled-agent/sled-agent ...
92942024-10-14T03:54:19.109Z[ host-image] Oct 14 03:54:18.384 INFO O| Oct 14 03:54:18.384 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/sled-agent/sled-agent
92952024-10-14T03:54:19.110Z[ host-image] Oct 14 03:54:18.384 INFO O| Oct 14 03:54:18.384 INFO ok!
92962024-10-14T03:54:19.112Z[ host-image] Oct 14 03:54:18.384 INFO O| Oct 14 03:54:18.384 INFO STEP 70 (ensure_file) COMPLETE
92972024-10-14T03:54:19.112Z[ host-image] Oct 14 03:54:18.384 INFO O| Oct 14 03:54:18.384 INFO STEP 71: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
92982024-10-14T03:54:19.120Z[ host-image] Oct 14 03:54:18.395 INFO O| Oct 14 03:54:18.395 INFO creating directory: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/sled-agent/pkg
92992024-10-14T03:54:19.122Z[ host-image] Oct 14 03:54:18.395 INFO O| Oct 14 03:54:18.395 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/sled-agent/pkg
93002024-10-14T03:54:19.122Z[ host-image] Oct 14 03:54:18.395 INFO O| Oct 14 03:54:18.395 INFO STEP 71 (ensure_dir) COMPLETE
93012024-10-14T03:54:19.122Z[ host-image] Oct 14 03:54:18.395 INFO O| Oct 14 03:54:18.395 INFO STEP 72: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
93022024-10-14T03:54:19.129Z[ host-image] Oct 14 03:54:18.405 INFO O| Oct 14 03:54:18.405 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/sled-agent/pkg/config.toml does not exist
93032024-10-14T03:54:19.132Z[ host-image] Oct 14 03:54:18.405 INFO O| Oct 14 03:54:18.405 INFO copying /tmp/.tmpzQHTap/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 ...
93042024-10-14T03:54:19.132Z[ host-image] Oct 14 03:54:18.405 INFO O| Oct 14 03:54:18.405 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/sled-agent/pkg/config.toml
93052024-10-14T03:54:19.132Z[ host-image] Oct 14 03:54:18.405 INFO O| Oct 14 03:54:18.405 INFO ok!
93062024-10-14T03:54:19.132Z[ host-image] Oct 14 03:54:18.405 INFO O| Oct 14 03:54:18.405 INFO STEP 72 (ensure_file) COMPLETE
93072024-10-14T03:54:19.132Z[ host-image] Oct 14 03:54:18.405 INFO O| Oct 14 03:54:18.405 INFO STEP 73: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
93082024-10-14T03:54:19.141Z[ host-image] Oct 14 03:54:18.416 INFO O| Oct 14 03:54:18.416 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/sled-agent/pkg/README.md does not exist
93092024-10-14T03:54:19.141Z[ host-image] Oct 14 03:54:18.416 INFO O| Oct 14 03:54:18.416 INFO copying /tmp/.tmpzQHTap/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 ...
93102024-10-14T03:54:19.143Z[ host-image] Oct 14 03:54:18.416 INFO O| Oct 14 03:54:18.416 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/sled-agent/pkg/README.md
93112024-10-14T03:54:19.143Z[ host-image] Oct 14 03:54:18.416 INFO O| Oct 14 03:54:18.416 INFO ok!
93122024-10-14T03:54:19.143Z[ host-image] Oct 14 03:54:18.416 INFO O| Oct 14 03:54:18.416 INFO STEP 73 (ensure_file) COMPLETE
93132024-10-14T03:54:19.143Z[ host-image] Oct 14 03:54:18.416 INFO O| Oct 14 03:54:18.416 INFO STEP 74: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
93142024-10-14T03:54:19.150Z[ host-image] Oct 14 03:54:18.426 INFO O| Oct 14 03:54:18.426 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/sled-agent/VERSION does not exist
93152024-10-14T03:54:19.150Z[ host-image] Oct 14 03:54:18.426 INFO O| Oct 14 03:54:18.426 INFO copying /tmp/.tmpzQHTap/proto/host/root/opt/oxide/sled-agent/VERSION -> /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/sled-agent/VERSION ...
93162024-10-14T03:54:19.153Z[ host-image] Oct 14 03:54:18.426 INFO O| Oct 14 03:54:18.426 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/sled-agent/VERSION
93172024-10-14T03:54:19.153Z[ host-image] Oct 14 03:54:18.426 INFO O| Oct 14 03:54:18.426 INFO ok!
93182024-10-14T03:54:19.153Z[ host-image] Oct 14 03:54:18.426 INFO O| Oct 14 03:54:18.426 INFO STEP 74 (ensure_file) COMPLETE
93192024-10-14T03:54:19.153Z[ host-image] Oct 14 03:54:18.426 INFO O| Oct 14 03:54:18.426 INFO STEP 75: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
93202024-10-14T03:54:19.160Z[ host-image] Oct 14 03:54:18.436 INFO O| Oct 14 03:54:18.436 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/overlay.tar.gz does not exist
93212024-10-14T03:54:19.160Z[ host-image] Oct 14 03:54:18.436 INFO O| Oct 14 03:54:18.436 INFO copying /tmp/.tmpzQHTap/proto/host/root/opt/oxide/overlay.tar.gz -> /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/overlay.tar.gz ...
93222024-10-14T03:54:19.163Z[ host-image] Oct 14 03:54:18.436 INFO O| Oct 14 03:54:18.436 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/overlay.tar.gz
93232024-10-14T03:54:19.163Z[ host-image] Oct 14 03:54:18.436 INFO O| Oct 14 03:54:18.436 INFO ok!
93242024-10-14T03:54:19.163Z[ host-image] Oct 14 03:54:18.436 INFO O| Oct 14 03:54:18.436 INFO STEP 75 (ensure_file) COMPLETE
93252024-10-14T03:54:19.163Z[ host-image] Oct 14 03:54:18.436 INFO O| Oct 14 03:54:18.436 INFO STEP 76: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
93262024-10-14T03:54:19.170Z[ host-image] Oct 14 03:54:18.445 INFO O| Oct 14 03:54:18.445 INFO creating directory: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/oxlog
93272024-10-14T03:54:19.172Z[ host-image] Oct 14 03:54:18.445 INFO O| Oct 14 03:54:18.445 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/oxlog
93282024-10-14T03:54:19.172Z[ host-image] Oct 14 03:54:18.445 INFO O| Oct 14 03:54:18.445 INFO STEP 76 (ensure_dir) COMPLETE
93292024-10-14T03:54:19.172Z[ host-image] Oct 14 03:54:18.445 INFO O| Oct 14 03:54:18.445 INFO STEP 77: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
93302024-10-14T03:54:19.179Z[ host-image] Oct 14 03:54:18.455 INFO O| Oct 14 03:54:18.455 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/oxlog/oxlog does not exist
93312024-10-14T03:54:19.179Z[ host-image] Oct 14 03:54:18.455 INFO O| Oct 14 03:54:18.455 INFO copying /tmp/.tmpzQHTap/proto/host/root/opt/oxide/oxlog/oxlog -> /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/oxlog/oxlog ...
93322024-10-14T03:54:19.182Z[ host-image] Oct 14 03:54:18.457 INFO O| Oct 14 03:54:18.457 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/oxlog/oxlog
93332024-10-14T03:54:19.183Z[ host-image] Oct 14 03:54:18.457 INFO O| Oct 14 03:54:18.457 INFO ok!
93342024-10-14T03:54:19.186Z[ host-image] Oct 14 03:54:18.457 INFO O| Oct 14 03:54:18.457 INFO STEP 77 (ensure_file) COMPLETE
93352024-10-14T03:54:19.186Z[ host-image] Oct 14 03:54:18.457 INFO O| Oct 14 03:54:18.457 INFO STEP 78: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
93362024-10-14T03:54:19.191Z[ host-image] Oct 14 03:54:18.467 INFO O| Oct 14 03:54:18.467 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/oxlog/VERSION does not exist
93372024-10-14T03:54:19.195Z[ host-image] Oct 14 03:54:18.467 INFO O| Oct 14 03:54:18.467 INFO copying /tmp/.tmpzQHTap/proto/host/root/opt/oxide/oxlog/VERSION -> /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/oxlog/VERSION ...
93382024-10-14T03:54:19.195Z[ host-image] Oct 14 03:54:18.467 INFO O| Oct 14 03:54:18.467 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/oxlog/VERSION
93392024-10-14T03:54:19.195Z[ host-image] Oct 14 03:54:18.467 INFO O| Oct 14 03:54:18.467 INFO ok!
93402024-10-14T03:54:19.196Z[ host-image] Oct 14 03:54:18.467 INFO O| Oct 14 03:54:18.467 INFO STEP 78 (ensure_file) COMPLETE
93412024-10-14T03:54:19.196Z[ host-image] Oct 14 03:54:18.467 INFO O| Oct 14 03:54:18.467 INFO STEP 79: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
93422024-10-14T03:54:19.201Z[ host-image] Oct 14 03:54:18.476 INFO O| Oct 14 03:54:18.476 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/propolis-server.tar.gz does not exist
93432024-10-14T03:54:19.201Z[ host-image] Oct 14 03:54:18.477 INFO O| Oct 14 03:54:18.476 INFO copying /tmp/.tmpzQHTap/proto/host/root/opt/oxide/propolis-server.tar.gz -> /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/propolis-server.tar.gz ...
93442024-10-14T03:54:19.813Z[ host-image] Oct 14 03:54:19.088 INFO O| Oct 14 03:54:19.088 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/propolis-server.tar.gz
93452024-10-14T03:54:19.813Z[ host-image] Oct 14 03:54:19.088 INFO O| Oct 14 03:54:19.088 INFO ok!
93462024-10-14T03:54:19.813Z[ host-image] Oct 14 03:54:19.088 INFO O| Oct 14 03:54:19.088 INFO STEP 79 (ensure_file) COMPLETE
93472024-10-14T03:54:19.816Z[ host-image] Oct 14 03:54:19.088 INFO O| Oct 14 03:54:19.088 INFO STEP 80: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
93482024-10-14T03:54:19.823Z[ host-image] Oct 14 03:54:19.099 INFO O| Oct 14 03:54:19.099 INFO creating directory: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/pumpkind
93492024-10-14T03:54:19.827Z[ host-image] Oct 14 03:54:19.099 INFO O| Oct 14 03:54:19.099 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/pumpkind
93502024-10-14T03:54:19.827Z[ host-image] Oct 14 03:54:19.099 INFO O| Oct 14 03:54:19.099 INFO STEP 80 (ensure_dir) COMPLETE
93512024-10-14T03:54:19.827Z[ host-image] Oct 14 03:54:19.099 INFO O| Oct 14 03:54:19.099 INFO STEP 81: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
93522024-10-14T03:54:19.833Z[ host-image] Oct 14 03:54:19.108 INFO O| Oct 14 03:54:19.108 INFO creating directory: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/pumpkind/lib
93532024-10-14T03:54:19.836Z[ host-image] Oct 14 03:54:19.108 INFO O| Oct 14 03:54:19.108 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/pumpkind/lib
93542024-10-14T03:54:19.836Z[ host-image] Oct 14 03:54:19.108 INFO O| Oct 14 03:54:19.108 INFO STEP 81 (ensure_dir) COMPLETE
93552024-10-14T03:54:19.836Z[ host-image] Oct 14 03:54:19.108 INFO O| Oct 14 03:54:19.108 INFO STEP 82: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
93562024-10-14T03:54:19.842Z[ host-image] Oct 14 03:54:19.118 INFO O| Oct 14 03:54:19.118 INFO creating directory: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/pumpkind/lib/svc
93572024-10-14T03:54:19.845Z[ host-image] Oct 14 03:54:19.118 INFO O| Oct 14 03:54:19.118 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/pumpkind/lib/svc
93582024-10-14T03:54:19.845Z[ host-image] Oct 14 03:54:19.118 INFO O| Oct 14 03:54:19.118 INFO STEP 82 (ensure_dir) COMPLETE
93592024-10-14T03:54:19.845Z[ host-image] Oct 14 03:54:19.118 INFO O| Oct 14 03:54:19.118 INFO STEP 83: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
93602024-10-14T03:54:19.852Z[ host-image] Oct 14 03:54:19.127 INFO O| Oct 14 03:54:19.127 INFO creating directory: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/pumpkind/lib/svc/manifest
93612024-10-14T03:54:19.854Z[ host-image] Oct 14 03:54:19.127 INFO O| Oct 14 03:54:19.127 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/pumpkind/lib/svc/manifest
93622024-10-14T03:54:19.854Z[ host-image] Oct 14 03:54:19.127 INFO O| Oct 14 03:54:19.127 INFO STEP 83 (ensure_dir) COMPLETE
93632024-10-14T03:54:19.854Z[ host-image] Oct 14 03:54:19.127 INFO O| Oct 14 03:54:19.127 INFO STEP 84: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
93642024-10-14T03:54:19.861Z[ host-image] Oct 14 03:54:19.136 INFO O| Oct 14 03:54:19.136 INFO creating directory: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/pumpkind/lib/svc/manifest/system
93652024-10-14T03:54:19.861Z[ host-image] Oct 14 03:54:19.137 INFO O| Oct 14 03:54:19.136 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/pumpkind/lib/svc/manifest/system
93662024-10-14T03:54:19.861Z[ host-image] Oct 14 03:54:19.137 INFO O| Oct 14 03:54:19.137 INFO STEP 84 (ensure_dir) COMPLETE
93672024-10-14T03:54:19.864Z[ host-image] Oct 14 03:54:19.137 INFO O| Oct 14 03:54:19.137 INFO STEP 85: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
93682024-10-14T03:54:19.870Z[ host-image] Oct 14 03:54:19.146 INFO O| Oct 14 03:54:19.146 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/pumpkind/lib/svc/manifest/system/pumpkind.xml does not exist
93692024-10-14T03:54:19.871Z[ host-image] Oct 14 03:54:19.146 INFO O| Oct 14 03:54:19.146 INFO copying /tmp/.tmpzQHTap/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 ...
93702024-10-14T03:54:19.873Z[ host-image] Oct 14 03:54:19.146 INFO O| Oct 14 03:54:19.146 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/pumpkind/lib/svc/manifest/system/pumpkind.xml
93712024-10-14T03:54:19.873Z[ host-image] Oct 14 03:54:19.146 INFO O| Oct 14 03:54:19.146 INFO ok!
93722024-10-14T03:54:19.873Z[ host-image] Oct 14 03:54:19.146 INFO O| Oct 14 03:54:19.146 INFO STEP 85 (ensure_file) COMPLETE
93732024-10-14T03:54:19.873Z[ host-image] Oct 14 03:54:19.146 INFO O| Oct 14 03:54:19.146 INFO STEP 86: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
93742024-10-14T03:54:19.880Z[ host-image] Oct 14 03:54:19.155 INFO O| Oct 14 03:54:19.155 INFO creating directory: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/pumpkind/bin
93752024-10-14T03:54:19.882Z[ host-image] Oct 14 03:54:19.155 INFO O| Oct 14 03:54:19.155 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/pumpkind/bin
93762024-10-14T03:54:19.882Z[ host-image] Oct 14 03:54:19.155 INFO O| Oct 14 03:54:19.155 INFO STEP 86 (ensure_dir) COMPLETE
93772024-10-14T03:54:19.882Z[ host-image] Oct 14 03:54:19.155 INFO O| Oct 14 03:54:19.155 INFO STEP 87: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
93782024-10-14T03:54:19.889Z[ host-image] Oct 14 03:54:19.165 INFO O| Oct 14 03:54:19.165 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/pumpkind/bin/svc-pumpkind does not exist
93792024-10-14T03:54:19.889Z[ host-image] Oct 14 03:54:19.165 INFO O| Oct 14 03:54:19.165 INFO copying /tmp/.tmpzQHTap/proto/host/root/opt/oxide/pumpkind/bin/svc-pumpkind -> /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/pumpkind/bin/svc-pumpkind ...
93802024-10-14T03:54:19.892Z[ host-image] Oct 14 03:54:19.165 INFO O| Oct 14 03:54:19.165 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/pumpkind/bin/svc-pumpkind
93812024-10-14T03:54:19.892Z[ host-image] Oct 14 03:54:19.165 INFO O| Oct 14 03:54:19.165 INFO ok!
93822024-10-14T03:54:19.892Z[ host-image] Oct 14 03:54:19.165 INFO O| Oct 14 03:54:19.165 INFO STEP 87 (ensure_file) COMPLETE
93832024-10-14T03:54:19.892Z[ host-image] Oct 14 03:54:19.165 INFO O| Oct 14 03:54:19.165 INFO STEP 88: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
93842024-10-14T03:54:19.899Z[ host-image] Oct 14 03:54:19.174 INFO O| Oct 14 03:54:19.174 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/pumpkind/bin/pumpkinadm does not exist
93852024-10-14T03:54:19.899Z[ host-image] Oct 14 03:54:19.174 INFO O| Oct 14 03:54:19.174 INFO copying /tmp/.tmpzQHTap/proto/host/root/opt/oxide/pumpkind/bin/pumpkinadm -> /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/pumpkind/bin/pumpkinadm ...
93862024-10-14T03:54:19.912Z[ host-image] Oct 14 03:54:19.187 INFO O| Oct 14 03:54:19.187 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/pumpkind/bin/pumpkinadm
93872024-10-14T03:54:19.912Z[ host-image] Oct 14 03:54:19.187 INFO O| Oct 14 03:54:19.187 INFO ok!
93882024-10-14T03:54:19.912Z[ host-image] Oct 14 03:54:19.187 INFO O| Oct 14 03:54:19.187 INFO STEP 88 (ensure_file) COMPLETE
93892024-10-14T03:54:19.912Z[ host-image] Oct 14 03:54:19.187 INFO O| Oct 14 03:54:19.187 INFO STEP 89: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
93902024-10-14T03:54:19.921Z[ host-image] Oct 14 03:54:19.197 INFO O| Oct 14 03:54:19.197 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/pumpkind/bin/pumpkind does not exist
93912024-10-14T03:54:19.921Z[ host-image] Oct 14 03:54:19.197 INFO O| Oct 14 03:54:19.197 INFO copying /tmp/.tmpzQHTap/proto/host/root/opt/oxide/pumpkind/bin/pumpkind -> /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/pumpkind/bin/pumpkind ...
93922024-10-14T03:54:20.270Z[ host-image] Oct 14 03:54:19.546 INFO O| Oct 14 03:54:19.546 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/pumpkind/bin/pumpkind
93932024-10-14T03:54:20.271Z[ host-image] Oct 14 03:54:19.546 INFO O| Oct 14 03:54:19.546 INFO ok!
93942024-10-14T03:54:20.273Z[ host-image] Oct 14 03:54:19.546 INFO O| Oct 14 03:54:19.546 INFO STEP 89 (ensure_file) COMPLETE
93952024-10-14T03:54:20.273Z[ host-image] Oct 14 03:54:19.546 INFO O| Oct 14 03:54:19.546 INFO STEP 90: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
93962024-10-14T03:54:20.281Z[ host-image] Oct 14 03:54:19.557 INFO O| Oct 14 03:54:19.557 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/pumpkind/VERSION does not exist
93972024-10-14T03:54:20.285Z[ host-image] Oct 14 03:54:19.557 INFO O| Oct 14 03:54:19.557 INFO copying /tmp/.tmpzQHTap/proto/host/root/opt/oxide/pumpkind/VERSION -> /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/pumpkind/VERSION ...
93982024-10-14T03:54:20.285Z[ host-image] Oct 14 03:54:19.557 INFO O| Oct 14 03:54:19.557 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/pumpkind/VERSION
93992024-10-14T03:54:20.285Z[ host-image] Oct 14 03:54:19.557 INFO O| Oct 14 03:54:19.557 INFO ok!
94002024-10-14T03:54:20.285Z[ host-image] Oct 14 03:54:19.557 INFO O| Oct 14 03:54:19.557 INFO STEP 90 (ensure_file) COMPLETE
94012024-10-14T03:54:20.285Z[ host-image] Oct 14 03:54:19.557 INFO O| Oct 14 03:54:19.557 INFO STEP 91: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
94022024-10-14T03:54:20.291Z[ host-image] Oct 14 03:54:19.566 INFO O| Oct 14 03:54:19.566 INFO creating directory: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace
94032024-10-14T03:54:20.291Z[ host-image] Oct 14 03:54:19.566 INFO O| Oct 14 03:54:19.566 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace
94042024-10-14T03:54:20.293Z[ host-image] Oct 14 03:54:19.566 INFO O| Oct 14 03:54:19.566 INFO STEP 91 (ensure_dir) COMPLETE
94052024-10-14T03:54:20.293Z[ host-image] Oct 14 03:54:19.566 INFO O| Oct 14 03:54:19.566 INFO STEP 92: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
94062024-10-14T03:54:20.300Z[ host-image] Oct 14 03:54:19.576 INFO O| Oct 14 03:54:19.576 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/upstairs_repair.d does not exist
94072024-10-14T03:54:20.300Z[ host-image] Oct 14 03:54:19.576 INFO O| Oct 14 03:54:19.576 INFO copying /tmp/.tmpzQHTap/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 ...
94082024-10-14T03:54:20.303Z[ host-image] Oct 14 03:54:19.576 INFO O| Oct 14 03:54:19.576 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/upstairs_repair.d
94092024-10-14T03:54:20.303Z[ host-image] Oct 14 03:54:19.576 INFO O| Oct 14 03:54:19.576 INFO ok!
94102024-10-14T03:54:20.303Z[ host-image] Oct 14 03:54:19.576 INFO O| Oct 14 03:54:19.576 INFO STEP 92 (ensure_file) COMPLETE
94112024-10-14T03:54:20.303Z[ host-image] Oct 14 03:54:19.576 INFO O| Oct 14 03:54:19.576 INFO STEP 93: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
94122024-10-14T03:54:20.310Z[ host-image] Oct 14 03:54:19.585 INFO O| Oct 14 03:54:19.585 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/upstairs_raw.d does not exist
94132024-10-14T03:54:20.310Z[ host-image] Oct 14 03:54:19.585 INFO O| Oct 14 03:54:19.585 INFO copying /tmp/.tmpzQHTap/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 ...
94142024-10-14T03:54:20.312Z[ host-image] Oct 14 03:54:19.585 INFO O| Oct 14 03:54:19.585 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/upstairs_raw.d
94152024-10-14T03:54:20.312Z[ host-image] Oct 14 03:54:19.585 INFO O| Oct 14 03:54:19.585 INFO ok!
94162024-10-14T03:54:20.312Z[ host-image] Oct 14 03:54:19.585 INFO O| Oct 14 03:54:19.585 INFO STEP 93 (ensure_file) COMPLETE
94172024-10-14T03:54:20.313Z[ host-image] Oct 14 03:54:19.585 INFO O| Oct 14 03:54:19.585 INFO STEP 94: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
94182024-10-14T03:54:20.319Z[ host-image] Oct 14 03:54:19.595 INFO O| Oct 14 03:54:19.595 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/upstairs_info.d does not exist
94192024-10-14T03:54:20.319Z[ host-image] Oct 14 03:54:19.595 INFO O| Oct 14 03:54:19.595 INFO copying /tmp/.tmpzQHTap/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 ...
94202024-10-14T03:54:20.322Z[ host-image] Oct 14 03:54:19.595 INFO O| Oct 14 03:54:19.595 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/upstairs_info.d
94212024-10-14T03:54:20.322Z[ host-image] Oct 14 03:54:19.595 INFO O| Oct 14 03:54:19.595 INFO ok!
94222024-10-14T03:54:20.322Z[ host-image] Oct 14 03:54:19.595 INFO O| Oct 14 03:54:19.595 INFO STEP 94 (ensure_file) COMPLETE
94232024-10-14T03:54:20.322Z[ host-image] Oct 14 03:54:19.595 INFO O| Oct 14 03:54:19.595 INFO STEP 95: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
94242024-10-14T03:54:20.329Z[ host-image] Oct 14 03:54:19.604 INFO O| Oct 14 03:54:19.604 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/upstairs_count.d does not exist
94252024-10-14T03:54:20.331Z[ host-image] Oct 14 03:54:19.604 INFO O| Oct 14 03:54:19.604 INFO copying /tmp/.tmpzQHTap/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 ...
94262024-10-14T03:54:20.331Z[ host-image] Oct 14 03:54:19.604 INFO O| Oct 14 03:54:19.604 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/upstairs_count.d
94272024-10-14T03:54:20.331Z[ host-image] Oct 14 03:54:19.604 INFO O| Oct 14 03:54:19.604 INFO ok!
94282024-10-14T03:54:20.331Z[ host-image] Oct 14 03:54:19.604 INFO O| Oct 14 03:54:19.604 INFO STEP 95 (ensure_file) COMPLETE
94292024-10-14T03:54:20.331Z[ host-image] Oct 14 03:54:19.604 INFO O| Oct 14 03:54:19.604 INFO STEP 96: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
94302024-10-14T03:54:20.338Z[ host-image] Oct 14 03:54:19.614 INFO O| Oct 14 03:54:19.613 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/upstairs_action.d does not exist
94312024-10-14T03:54:20.340Z[ host-image] Oct 14 03:54:19.614 INFO O| Oct 14 03:54:19.614 INFO copying /tmp/.tmpzQHTap/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 ...
94322024-10-14T03:54:20.341Z[ host-image] Oct 14 03:54:19.614 INFO O| Oct 14 03:54:19.614 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/upstairs_action.d
94332024-10-14T03:54:20.341Z[ host-image] Oct 14 03:54:19.614 INFO O| Oct 14 03:54:19.614 INFO ok!
94342024-10-14T03:54:20.341Z[ host-image] Oct 14 03:54:19.614 INFO O| Oct 14 03:54:19.614 INFO STEP 96 (ensure_file) COMPLETE
94352024-10-14T03:54:20.341Z[ host-image] Oct 14 03:54:19.614 INFO O| Oct 14 03:54:19.614 INFO STEP 97: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
94362024-10-14T03:54:20.348Z[ host-image] Oct 14 03:54:19.623 INFO O| Oct 14 03:54:19.623 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/tracegw.d does not exist
94372024-10-14T03:54:20.348Z[ host-image] Oct 14 03:54:19.623 INFO O| Oct 14 03:54:19.623 INFO copying /tmp/.tmpzQHTap/proto/host/root/opt/oxide/crucible_dtrace/tracegw.d -> /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/tracegw.d ...
94382024-10-14T03:54:20.348Z[ host-image] Oct 14 03:54:19.623 INFO O| Oct 14 03:54:19.623 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/tracegw.d
94392024-10-14T03:54:20.348Z[ host-image] Oct 14 03:54:19.623 INFO O| Oct 14 03:54:19.623 INFO ok!
94402024-10-14T03:54:20.350Z[ host-image] Oct 14 03:54:19.623 INFO O| Oct 14 03:54:19.623 INFO STEP 97 (ensure_file) COMPLETE
94412024-10-14T03:54:20.350Z[ host-image] Oct 14 03:54:19.623 INFO O| Oct 14 03:54:19.623 INFO STEP 98: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
94422024-10-14T03:54:20.357Z[ host-image] Oct 14 03:54:19.632 INFO O| Oct 14 03:54:19.632 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/trace-vol.d does not exist
94432024-10-14T03:54:20.357Z[ host-image] Oct 14 03:54:19.632 INFO O| Oct 14 03:54:19.632 INFO copying /tmp/.tmpzQHTap/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 ...
94442024-10-14T03:54:20.360Z[ host-image] Oct 14 03:54:19.633 INFO O| Oct 14 03:54:19.632 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/trace-vol.d
94452024-10-14T03:54:20.360Z[ host-image] Oct 14 03:54:19.633 INFO O| Oct 14 03:54:19.633 INFO ok!
94462024-10-14T03:54:20.360Z[ host-image] Oct 14 03:54:19.633 INFO O| Oct 14 03:54:19.633 INFO STEP 98 (ensure_file) COMPLETE
94472024-10-14T03:54:20.360Z[ host-image] Oct 14 03:54:19.633 INFO O| Oct 14 03:54:19.633 INFO STEP 99: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
94482024-10-14T03:54:20.366Z[ host-image] Oct 14 03:54:19.642 INFO O| Oct 14 03:54:19.642 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/sled_upstairs_info.d does not exist
94492024-10-14T03:54:20.367Z[ host-image] Oct 14 03:54:19.642 INFO O| Oct 14 03:54:19.642 INFO copying /tmp/.tmpzQHTap/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 ...
94502024-10-14T03:54:20.370Z[ host-image] Oct 14 03:54:19.642 INFO O| Oct 14 03:54:19.642 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/sled_upstairs_info.d
94512024-10-14T03:54:20.370Z[ host-image] Oct 14 03:54:19.642 INFO O| Oct 14 03:54:19.642 INFO ok!
94522024-10-14T03:54:20.370Z[ host-image] Oct 14 03:54:19.642 INFO O| Oct 14 03:54:19.642 INFO STEP 99 (ensure_file) COMPLETE
94532024-10-14T03:54:20.370Z[ host-image] Oct 14 03:54:19.642 INFO O| Oct 14 03:54:19.642 INFO STEP 100: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
94542024-10-14T03:54:20.376Z[ host-image] Oct 14 03:54:19.651 INFO O| Oct 14 03:54:19.651 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/single_up_info.d does not exist
94552024-10-14T03:54:20.378Z[ host-image] Oct 14 03:54:19.651 INFO O| Oct 14 03:54:19.651 INFO copying /tmp/.tmpzQHTap/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 ...
94562024-10-14T03:54:20.378Z[ host-image] Oct 14 03:54:19.651 INFO O| Oct 14 03:54:19.651 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/single_up_info.d
94572024-10-14T03:54:20.378Z[ host-image] Oct 14 03:54:19.651 INFO O| Oct 14 03:54:19.651 INFO ok!
94582024-10-14T03:54:20.378Z[ host-image] Oct 14 03:54:19.652 INFO O| Oct 14 03:54:19.651 INFO STEP 100 (ensure_file) COMPLETE
94592024-10-14T03:54:20.378Z[ host-image] Oct 14 03:54:19.652 INFO O| Oct 14 03:54:19.651 INFO STEP 101: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
94602024-10-14T03:54:20.385Z[ host-image] Oct 14 03:54:19.661 INFO O| Oct 14 03:54:19.661 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/perfgw.d does not exist
94612024-10-14T03:54:20.389Z[ host-image] Oct 14 03:54:19.661 INFO O| Oct 14 03:54:19.661 INFO copying /tmp/.tmpzQHTap/proto/host/root/opt/oxide/crucible_dtrace/perfgw.d -> /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/perfgw.d ...
94622024-10-14T03:54:20.389Z[ host-image] Oct 14 03:54:19.661 INFO O| Oct 14 03:54:19.661 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/perfgw.d
94632024-10-14T03:54:20.389Z[ host-image] Oct 14 03:54:19.661 INFO O| Oct 14 03:54:19.661 INFO ok!
94642024-10-14T03:54:20.389Z[ host-image] Oct 14 03:54:19.661 INFO O| Oct 14 03:54:19.661 INFO STEP 101 (ensure_file) COMPLETE
94652024-10-14T03:54:20.389Z[ host-image] Oct 14 03:54:19.661 INFO O| Oct 14 03:54:19.661 INFO STEP 102: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
94662024-10-14T03:54:20.395Z[ host-image] Oct 14 03:54:19.670 INFO O| Oct 14 03:54:19.670 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/perf-vol.d does not exist
94672024-10-14T03:54:20.395Z[ host-image] Oct 14 03:54:19.670 INFO O| Oct 14 03:54:19.670 INFO copying /tmp/.tmpzQHTap/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 ...
94682024-10-14T03:54:20.397Z[ host-image] Oct 14 03:54:19.670 INFO O| Oct 14 03:54:19.670 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/perf-vol.d
94692024-10-14T03:54:20.397Z[ host-image] Oct 14 03:54:19.670 INFO O| Oct 14 03:54:19.670 INFO ok!
94702024-10-14T03:54:20.397Z[ host-image] Oct 14 03:54:19.670 INFO O| Oct 14 03:54:19.670 INFO STEP 102 (ensure_file) COMPLETE
94712024-10-14T03:54:20.397Z[ host-image] Oct 14 03:54:19.670 INFO O| Oct 14 03:54:19.670 INFO STEP 103: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
94722024-10-14T03:54:20.404Z[ host-image] Oct 14 03:54:19.680 INFO O| Oct 14 03:54:19.680 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/perf-upstairs-wf.d does not exist
94732024-10-14T03:54:20.404Z[ host-image] Oct 14 03:54:19.680 INFO O| Oct 14 03:54:19.680 INFO copying /tmp/.tmpzQHTap/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 ...
94742024-10-14T03:54:20.407Z[ host-image] Oct 14 03:54:19.680 INFO O| Oct 14 03:54:19.680 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/perf-upstairs-wf.d
94752024-10-14T03:54:20.407Z[ host-image] Oct 14 03:54:19.680 INFO O| Oct 14 03:54:19.680 INFO ok!
94762024-10-14T03:54:20.407Z[ host-image] Oct 14 03:54:19.680 INFO O| Oct 14 03:54:19.680 INFO STEP 103 (ensure_file) COMPLETE
94772024-10-14T03:54:20.407Z[ host-image] Oct 14 03:54:19.680 INFO O| Oct 14 03:54:19.680 INFO STEP 104: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
94782024-10-14T03:54:20.414Z[ host-image] Oct 14 03:54:19.689 INFO O| Oct 14 03:54:19.689 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/perf-reqwest.d does not exist
94792024-10-14T03:54:20.414Z[ host-image] Oct 14 03:54:19.689 INFO O| Oct 14 03:54:19.689 INFO copying /tmp/.tmpzQHTap/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 ...
94802024-10-14T03:54:20.416Z[ host-image] Oct 14 03:54:19.689 INFO O| Oct 14 03:54:19.689 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/perf-reqwest.d
94812024-10-14T03:54:20.416Z[ host-image] Oct 14 03:54:19.689 INFO O| Oct 14 03:54:19.689 INFO ok!
94822024-10-14T03:54:20.416Z[ host-image] Oct 14 03:54:19.689 INFO O| Oct 14 03:54:19.689 INFO STEP 104 (ensure_file) COMPLETE
94832024-10-14T03:54:20.416Z[ host-image] Oct 14 03:54:19.689 INFO O| Oct 14 03:54:19.689 INFO STEP 105: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
94842024-10-14T03:54:20.423Z[ host-image] Oct 14 03:54:19.699 INFO O| Oct 14 03:54:19.698 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/perf-online-repair.d does not exist
94852024-10-14T03:54:20.423Z[ host-image] Oct 14 03:54:19.699 INFO O| Oct 14 03:54:19.699 INFO copying /tmp/.tmpzQHTap/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 ...
94862024-10-14T03:54:20.426Z[ host-image] Oct 14 03:54:19.699 INFO O| Oct 14 03:54:19.699 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/perf-online-repair.d
94872024-10-14T03:54:20.426Z[ host-image] Oct 14 03:54:19.699 INFO O| Oct 14 03:54:19.699 INFO ok!
94882024-10-14T03:54:20.426Z[ host-image] Oct 14 03:54:19.699 INFO O| Oct 14 03:54:19.699 INFO STEP 105 (ensure_file) COMPLETE
94892024-10-14T03:54:20.426Z[ host-image] Oct 14 03:54:19.699 INFO O| Oct 14 03:54:19.699 INFO STEP 106: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
94902024-10-14T03:54:20.433Z[ host-image] Oct 14 03:54:19.708 INFO O| Oct 14 03:54:19.708 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/perf-ds-net.d does not exist
94912024-10-14T03:54:20.433Z[ host-image] Oct 14 03:54:19.708 INFO O| Oct 14 03:54:19.708 INFO copying /tmp/.tmpzQHTap/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 ...
94922024-10-14T03:54:20.436Z[ host-image] Oct 14 03:54:19.708 INFO O| Oct 14 03:54:19.708 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/perf-ds-net.d
94932024-10-14T03:54:20.436Z[ host-image] Oct 14 03:54:19.708 INFO O| Oct 14 03:54:19.708 INFO ok!
94942024-10-14T03:54:20.436Z[ host-image] Oct 14 03:54:19.708 INFO O| Oct 14 03:54:19.708 INFO STEP 106 (ensure_file) COMPLETE
94952024-10-14T03:54:20.436Z[ host-image] Oct 14 03:54:19.708 INFO O| Oct 14 03:54:19.708 INFO STEP 107: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
94962024-10-14T03:54:20.442Z[ host-image] Oct 14 03:54:19.717 INFO O| Oct 14 03:54:19.717 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/perf-ds-client.d does not exist
94972024-10-14T03:54:20.442Z[ host-image] Oct 14 03:54:19.717 INFO O| Oct 14 03:54:19.717 INFO copying /tmp/.tmpzQHTap/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 ...
94982024-10-14T03:54:20.445Z[ host-image] Oct 14 03:54:19.718 INFO O| Oct 14 03:54:19.718 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/perf-ds-client.d
94992024-10-14T03:54:20.445Z[ host-image] Oct 14 03:54:19.718 INFO O| Oct 14 03:54:19.718 INFO ok!
95002024-10-14T03:54:20.445Z[ host-image] Oct 14 03:54:19.718 INFO O| Oct 14 03:54:19.718 INFO STEP 107 (ensure_file) COMPLETE
95012024-10-14T03:54:20.445Z[ host-image] Oct 14 03:54:19.718 INFO O| Oct 14 03:54:19.718 INFO STEP 108: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
95022024-10-14T03:54:20.452Z[ host-image] Oct 14 03:54:19.727 INFO O| Oct 14 03:54:19.727 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/perf-downstairs.d does not exist
95032024-10-14T03:54:20.454Z[ host-image] Oct 14 03:54:19.727 INFO O| Oct 14 03:54:19.727 INFO copying /tmp/.tmpzQHTap/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 ...
95042024-10-14T03:54:20.454Z[ host-image] Oct 14 03:54:19.727 INFO O| Oct 14 03:54:19.727 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/perf-downstairs.d
95052024-10-14T03:54:20.454Z[ host-image] Oct 14 03:54:19.727 INFO O| Oct 14 03:54:19.727 INFO ok!
95062024-10-14T03:54:20.454Z[ host-image] Oct 14 03:54:19.727 INFO O| Oct 14 03:54:19.727 INFO STEP 108 (ensure_file) COMPLETE
95072024-10-14T03:54:20.455Z[ host-image] Oct 14 03:54:19.727 INFO O| Oct 14 03:54:19.727 INFO STEP 109: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
95082024-10-14T03:54:20.461Z[ host-image] Oct 14 03:54:19.736 INFO O| Oct 14 03:54:19.736 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/perf-downstairs-tick.d does not exist
95092024-10-14T03:54:20.464Z[ host-image] Oct 14 03:54:19.736 INFO O| Oct 14 03:54:19.736 INFO copying /tmp/.tmpzQHTap/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 ...
95102024-10-14T03:54:20.464Z[ host-image] Oct 14 03:54:19.737 INFO O| Oct 14 03:54:19.737 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/perf-downstairs-tick.d
95112024-10-14T03:54:20.464Z[ host-image] Oct 14 03:54:19.737 INFO O| Oct 14 03:54:19.737 INFO ok!
95122024-10-14T03:54:20.464Z[ host-image] Oct 14 03:54:19.737 INFO O| Oct 14 03:54:19.737 INFO STEP 109 (ensure_file) COMPLETE
95132024-10-14T03:54:20.464Z[ host-image] Oct 14 03:54:19.737 INFO O| Oct 14 03:54:19.737 INFO STEP 110: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
95142024-10-14T03:54:20.471Z[ host-image] Oct 14 03:54:19.746 INFO O| Oct 14 03:54:19.746 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/perf-downstairs-three.d does not exist
95152024-10-14T03:54:20.471Z[ host-image] Oct 14 03:54:19.746 INFO O| Oct 14 03:54:19.746 INFO copying /tmp/.tmpzQHTap/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 ...
95162024-10-14T03:54:20.475Z[ host-image] Oct 14 03:54:19.746 INFO O| Oct 14 03:54:19.746 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/perf-downstairs-three.d
95172024-10-14T03:54:20.475Z[ host-image] Oct 14 03:54:19.746 INFO O| Oct 14 03:54:19.746 INFO ok!
95182024-10-14T03:54:20.475Z[ host-image] Oct 14 03:54:19.746 INFO O| Oct 14 03:54:19.746 INFO STEP 110 (ensure_file) COMPLETE
95192024-10-14T03:54:20.475Z[ host-image] Oct 14 03:54:19.746 INFO O| Oct 14 03:54:19.746 INFO STEP 111: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
95202024-10-14T03:54:20.480Z[ host-image] Oct 14 03:54:19.755 INFO O| Oct 14 03:54:19.755 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/perf-downstairs-os.d does not exist
95212024-10-14T03:54:20.480Z[ host-image] Oct 14 03:54:19.755 INFO O| Oct 14 03:54:19.755 INFO copying /tmp/.tmpzQHTap/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 ...
95222024-10-14T03:54:20.483Z[ host-image] Oct 14 03:54:19.756 INFO O| Oct 14 03:54:19.755 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/perf-downstairs-os.d
95232024-10-14T03:54:20.484Z[ host-image] Oct 14 03:54:19.756 INFO O| Oct 14 03:54:19.756 INFO ok!
95242024-10-14T03:54:20.484Z[ host-image] Oct 14 03:54:19.756 INFO O| Oct 14 03:54:19.756 INFO STEP 111 (ensure_file) COMPLETE
95252024-10-14T03:54:20.484Z[ host-image] Oct 14 03:54:19.756 INFO O| Oct 14 03:54:19.756 INFO STEP 112: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
95262024-10-14T03:54:20.489Z[ host-image] Oct 14 03:54:19.765 INFO O| Oct 14 03:54:19.765 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/get-lr-state.sh does not exist
95272024-10-14T03:54:20.490Z[ host-image] Oct 14 03:54:19.765 INFO O| Oct 14 03:54:19.765 INFO copying /tmp/.tmpzQHTap/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 ...
95282024-10-14T03:54:20.493Z[ host-image] Oct 14 03:54:19.765 INFO O| Oct 14 03:54:19.765 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/get-lr-state.sh
95292024-10-14T03:54:20.493Z[ host-image] Oct 14 03:54:19.765 INFO O| Oct 14 03:54:19.765 INFO ok!
95302024-10-14T03:54:20.493Z[ host-image] Oct 14 03:54:19.765 INFO O| Oct 14 03:54:19.765 INFO STEP 112 (ensure_file) COMPLETE
95312024-10-14T03:54:20.493Z[ host-image] Oct 14 03:54:19.765 INFO O| Oct 14 03:54:19.765 INFO STEP 113: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
95322024-10-14T03:54:20.499Z[ host-image] Oct 14 03:54:19.774 INFO O| Oct 14 03:54:19.774 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/get-ds-state.sh does not exist
95332024-10-14T03:54:20.502Z[ host-image] Oct 14 03:54:19.774 INFO O| Oct 14 03:54:19.774 INFO copying /tmp/.tmpzQHTap/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 ...
95342024-10-14T03:54:20.502Z[ host-image] Oct 14 03:54:19.774 INFO O| Oct 14 03:54:19.774 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/get-ds-state.sh
95352024-10-14T03:54:20.502Z[ host-image] Oct 14 03:54:19.774 INFO O| Oct 14 03:54:19.774 INFO ok!
95362024-10-14T03:54:20.503Z[ host-image] Oct 14 03:54:19.774 INFO O| Oct 14 03:54:19.774 INFO STEP 113 (ensure_file) COMPLETE
95372024-10-14T03:54:20.503Z[ host-image] Oct 14 03:54:19.774 INFO O| Oct 14 03:54:19.774 INFO STEP 114: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
95382024-10-14T03:54:20.508Z[ host-image] Oct 14 03:54:19.784 INFO O| Oct 14 03:54:19.784 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/downstairs_count.d does not exist
95392024-10-14T03:54:20.508Z[ host-image] Oct 14 03:54:19.784 INFO O| Oct 14 03:54:19.784 INFO copying /tmp/.tmpzQHTap/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 ...
95402024-10-14T03:54:20.510Z[ host-image] Oct 14 03:54:19.784 INFO O| Oct 14 03:54:19.784 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/downstairs_count.d
95412024-10-14T03:54:20.510Z[ host-image] Oct 14 03:54:19.784 INFO O| Oct 14 03:54:19.784 INFO ok!
95422024-10-14T03:54:20.510Z[ host-image] Oct 14 03:54:19.784 INFO O| Oct 14 03:54:19.784 INFO STEP 114 (ensure_file) COMPLETE
95432024-10-14T03:54:20.510Z[ host-image] Oct 14 03:54:19.784 INFO O| Oct 14 03:54:19.784 INFO STEP 115: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
95442024-10-14T03:54:20.518Z[ host-image] Oct 14 03:54:19.793 INFO O| Oct 14 03:54:19.793 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/all_downstairs.d does not exist
95452024-10-14T03:54:20.518Z[ host-image] Oct 14 03:54:19.793 INFO O| Oct 14 03:54:19.793 INFO copying /tmp/.tmpzQHTap/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 ...
95462024-10-14T03:54:20.520Z[ host-image] Oct 14 03:54:19.793 INFO O| Oct 14 03:54:19.793 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/all_downstairs.d
95472024-10-14T03:54:20.521Z[ host-image] Oct 14 03:54:19.793 INFO O| Oct 14 03:54:19.793 INFO ok!
95482024-10-14T03:54:20.521Z[ host-image] Oct 14 03:54:19.793 INFO O| Oct 14 03:54:19.793 INFO STEP 115 (ensure_file) COMPLETE
95492024-10-14T03:54:20.521Z[ host-image] Oct 14 03:54:19.793 INFO O| Oct 14 03:54:19.793 INFO STEP 116: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
95502024-10-14T03:54:20.527Z[ host-image] Oct 14 03:54:19.803 INFO O| Oct 14 03:54:19.803 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/README.md does not exist
95512024-10-14T03:54:20.527Z[ host-image] Oct 14 03:54:19.803 INFO O| Oct 14 03:54:19.803 INFO copying /tmp/.tmpzQHTap/proto/host/root/opt/oxide/crucible_dtrace/README.md -> /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/README.md ...
95522024-10-14T03:54:20.530Z[ host-image] Oct 14 03:54:19.803 INFO O| Oct 14 03:54:19.803 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/README.md
95532024-10-14T03:54:20.530Z[ host-image] Oct 14 03:54:19.803 INFO O| Oct 14 03:54:19.803 INFO ok!
95542024-10-14T03:54:20.530Z[ host-image] Oct 14 03:54:19.803 INFO O| Oct 14 03:54:19.803 INFO STEP 116 (ensure_file) COMPLETE
95552024-10-14T03:54:20.530Z[ host-image] Oct 14 03:54:19.803 INFO O| Oct 14 03:54:19.803 INFO STEP 117: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
95562024-10-14T03:54:20.537Z[ host-image] Oct 14 03:54:19.812 INFO O| Oct 14 03:54:19.812 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/dtrace-info.txt does not exist
95572024-10-14T03:54:20.537Z[ host-image] Oct 14 03:54:19.812 INFO O| Oct 14 03:54:19.812 INFO copying /tmp/.tmpzQHTap/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 ...
95582024-10-14T03:54:20.539Z[ host-image] Oct 14 03:54:19.812 INFO O| Oct 14 03:54:19.812 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/dtrace-info.txt
95592024-10-14T03:54:20.539Z[ host-image] Oct 14 03:54:19.812 INFO O| Oct 14 03:54:19.812 INFO ok!
95602024-10-14T03:54:20.539Z[ host-image] Oct 14 03:54:19.812 INFO O| Oct 14 03:54:19.812 INFO STEP 117 (ensure_file) COMPLETE
95612024-10-14T03:54:20.539Z[ host-image] Oct 14 03:54:19.812 INFO O| Oct 14 03:54:19.812 INFO STEP 118: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
95622024-10-14T03:54:20.546Z[ host-image] Oct 14 03:54:19.822 INFO O| Oct 14 03:54:19.822 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/VERSION does not exist
95632024-10-14T03:54:20.546Z[ host-image] Oct 14 03:54:19.822 INFO O| Oct 14 03:54:19.822 INFO copying /tmp/.tmpzQHTap/proto/host/root/opt/oxide/crucible_dtrace/VERSION -> /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/VERSION ...
95642024-10-14T03:54:20.549Z[ host-image] Oct 14 03:54:19.822 INFO O| Oct 14 03:54:19.822 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/VERSION
95652024-10-14T03:54:20.549Z[ host-image] Oct 14 03:54:19.822 INFO O| Oct 14 03:54:19.822 INFO ok!
95662024-10-14T03:54:20.549Z[ host-image] Oct 14 03:54:19.822 INFO O| Oct 14 03:54:19.822 INFO STEP 118 (ensure_file) COMPLETE
95672024-10-14T03:54:20.549Z[ host-image] Oct 14 03:54:19.822 INFO O| Oct 14 03:54:19.822 INFO STEP 119: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
95682024-10-14T03:54:20.556Z[ host-image] Oct 14 03:54:19.831 INFO O| Oct 14 03:54:19.831 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/switch.tar.gz does not exist
95692024-10-14T03:54:20.556Z[ host-image] Oct 14 03:54:19.831 INFO O| Oct 14 03:54:19.831 INFO copying /tmp/.tmpzQHTap/proto/host/root/opt/oxide/switch.tar.gz -> /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/switch.tar.gz ...
95702024-10-14T03:54:24.068Z[ host-image] Oct 14 03:54:23.343 INFO O| Oct 14 03:54:23.343 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/switch.tar.gz
95712024-10-14T03:54:24.069Z[ host-image] Oct 14 03:54:23.343 INFO O| Oct 14 03:54:23.343 INFO ok!
95722024-10-14T03:54:24.071Z[ host-image] Oct 14 03:54:23.343 INFO O| Oct 14 03:54:23.343 INFO STEP 119 (ensure_file) COMPLETE
95732024-10-14T03:54:24.071Z[ host-image] Oct 14 03:54:23.343 INFO O| Oct 14 03:54:23.343 INFO STEP 120: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
95742024-10-14T03:54:24.079Z[ host-image] Oct 14 03:54:23.354 INFO O| Oct 14 03:54:23.354 INFO ownership already OK (0:2), path: /rpool/images/build/host/work/gimlet/zfs/a/lib
95752024-10-14T03:54:24.082Z[ host-image] Oct 14 03:54:23.354 INFO O| Oct 14 03:54:23.354 INFO STEP 120 (ensure_dir) COMPLETE
95762024-10-14T03:54:24.082Z[ host-image] Oct 14 03:54:23.354 INFO O| Oct 14 03:54:23.354 INFO STEP 121: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
95772024-10-14T03:54:24.089Z[ host-image] Oct 14 03:54:23.364 INFO O| Oct 14 03:54:23.364 INFO ownership already OK (0:2), path: /rpool/images/build/host/work/gimlet/zfs/a/lib/svc
95782024-10-14T03:54:24.089Z[ host-image] Oct 14 03:54:23.364 INFO O| Oct 14 03:54:23.364 INFO STEP 121 (ensure_dir) COMPLETE
95792024-10-14T03:54:24.089Z[ host-image] Oct 14 03:54:23.364 INFO O| Oct 14 03:54:23.364 INFO STEP 122: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
95802024-10-14T03:54:24.098Z[ host-image] Oct 14 03:54:23.373 INFO O| Oct 14 03:54:23.373 INFO ownership already OK (0:3), path: /rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest
95812024-10-14T03:54:24.098Z[ host-image] Oct 14 03:54:23.374 INFO O| Oct 14 03:54:23.373 INFO STEP 122 (ensure_dir) COMPLETE
95822024-10-14T03:54:24.098Z[ host-image] Oct 14 03:54:23.374 INFO O| Oct 14 03:54:23.373 INFO STEP 123: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
95832024-10-14T03:54:24.108Z[ host-image] Oct 14 03:54:23.383 INFO O| Oct 14 03:54:23.383 INFO ownership already OK (0:3), path: /rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/site
95842024-10-14T03:54:24.108Z[ host-image] Oct 14 03:54:23.383 INFO O| Oct 14 03:54:23.383 INFO STEP 123 (ensure_dir) COMPLETE
95852024-10-14T03:54:24.110Z[ host-image] Oct 14 03:54:23.383 INFO O| Oct 14 03:54:23.383 INFO STEP 124: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
95862024-10-14T03:54:24.118Z[ host-image] Oct 14 03:54:23.393 INFO O| Oct 14 03:54:23.393 INFO file /rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/site/sled-agent.xml does not exist
95872024-10-14T03:54:24.119Z[ host-image] Oct 14 03:54:23.393 INFO O| Oct 14 03:54:23.393 INFO copying /tmp/.tmpzQHTap/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 ...
95882024-10-14T03:54:24.121Z[ host-image] Oct 14 03:54:23.394 INFO O| Oct 14 03:54:23.393 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/site/sled-agent.xml
95892024-10-14T03:54:24.121Z[ host-image] Oct 14 03:54:23.394 INFO O| Oct 14 03:54:23.394 INFO ok!
95902024-10-14T03:54:24.121Z[ host-image] Oct 14 03:54:23.394 INFO O| Oct 14 03:54:23.394 INFO STEP 124 (ensure_file) COMPLETE
95912024-10-14T03:54:24.121Z[ host-image] Oct 14 03:54:23.394 INFO O| Oct 14 03:54:23.394 INFO STEP 125: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
95922024-10-14T03:54:24.128Z[ host-image] Oct 14 03:54:23.403 INFO O| Oct 14 03:54:23.403 INFO perms are 700, should be 755, path: /rpool/images/build/host/work/gimlet/zfs/a/root
95932024-10-14T03:54:24.128Z[ host-image] Oct 14 03:54:23.403 INFO O| Oct 14 03:54:23.403 INFO chmod ok, path: /rpool/images/build/host/work/gimlet/zfs/a/root
95942024-10-14T03:54:24.130Z[ host-image] Oct 14 03:54:23.403 INFO O| Oct 14 03:54:23.403 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/root
95952024-10-14T03:54:24.130Z[ host-image] Oct 14 03:54:23.403 INFO O| Oct 14 03:54:23.403 INFO STEP 125 (ensure_dir) COMPLETE
95962024-10-14T03:54:24.130Z[ host-image] Oct 14 03:54:23.403 INFO O| Oct 14 03:54:23.403 INFO STEP 126: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
95972024-10-14T03:54:24.137Z[ host-image] Oct 14 03:54:23.413 INFO O| Oct 14 03:54:23.413 WARN file /rpool/images/build/host/work/gimlet/zfs/a/root/.profile exists, with wrong contents, unlinking
95982024-10-14T03:54:24.137Z[ host-image] Oct 14 03:54:23.413 INFO O| Oct 14 03:54:23.413 INFO copying /tmp/.tmpzQHTap/proto/host/root/root/.profile -> /rpool/images/build/host/work/gimlet/zfs/a/root/.profile ...
95992024-10-14T03:54:24.140Z[ host-image] Oct 14 03:54:23.413 INFO O| Oct 14 03:54:23.413 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/root/.profile
96002024-10-14T03:54:24.140Z[ host-image] Oct 14 03:54:23.413 INFO O| Oct 14 03:54:23.413 INFO ok!
96012024-10-14T03:54:24.140Z[ host-image] Oct 14 03:54:23.413 INFO O| Oct 14 03:54:23.413 INFO STEP 126 (ensure_file) COMPLETE
96022024-10-14T03:54:24.140Z[ host-image] Oct 14 03:54:23.413 INFO O| Oct 14 03:54:23.413 INFO STEP 127: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
96032024-10-14T03:54:24.148Z[ host-image] Oct 14 03:54:23.423 INFO O| Oct 14 03:54:23.423 INFO remove tree: "/rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/network/ipsec"
96042024-10-14T03:54:24.151Z[ host-image] Oct 14 03:54:23.423 INFO O| Oct 14 03:54:23.423 INFO STEP 127 (remove_files) COMPLETE
96052024-10-14T03:54:24.151Z[ host-image] Oct 14 03:54:23.423 INFO O| Oct 14 03:54:23.423 INFO STEP 128: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
96062024-10-14T03:54:24.157Z[ host-image] Oct 14 03:54:23.432 INFO O| Oct 14 03:54:23.432 INFO remove tree: "/rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/network/ldap"
96072024-10-14T03:54:24.160Z[ host-image] Oct 14 03:54:23.432 INFO O| Oct 14 03:54:23.432 INFO STEP 128 (remove_files) COMPLETE
96082024-10-14T03:54:24.160Z[ host-image] Oct 14 03:54:23.433 INFO O| Oct 14 03:54:23.432 INFO STEP 129: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
96092024-10-14T03:54:24.167Z[ host-image] Oct 14 03:54:23.442 INFO O| Oct 14 03:54:23.442 INFO remove tree: "/rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/network/rpc"
96102024-10-14T03:54:24.169Z[ host-image] Oct 14 03:54:23.442 INFO O| Oct 14 03:54:23.442 INFO STEP 129 (remove_files) COMPLETE
96112024-10-14T03:54:24.169Z[ host-image] Oct 14 03:54:23.442 INFO O| Oct 14 03:54:23.442 INFO STEP 130: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
96122024-10-14T03:54:24.177Z[ host-image] Oct 14 03:54:23.452 INFO O| Oct 14 03:54:23.452 INFO remove tree: "/rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/network/security"
96132024-10-14T03:54:24.181Z[ host-image] Oct 14 03:54:23.452 INFO O| Oct 14 03:54:23.452 INFO STEP 130 (remove_files) COMPLETE
96142024-10-14T03:54:24.181Z[ host-image] Oct 14 03:54:23.452 INFO O| Oct 14 03:54:23.452 INFO STEP 131: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
96152024-10-14T03:54:24.187Z[ host-image] Oct 14 03:54:23.462 INFO O| Oct 14 03:54:23.462 INFO remove tree: "/rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/network/shares"
96162024-10-14T03:54:24.190Z[ host-image] Oct 14 03:54:23.462 INFO O| Oct 14 03:54:23.462 INFO STEP 131 (remove_files) COMPLETE
96172024-10-14T03:54:24.190Z[ host-image] Oct 14 03:54:23.462 INFO O| Oct 14 03:54:23.462 INFO STEP 132: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
96182024-10-14T03:54:24.196Z[ host-image] Oct 14 03:54:23.471 INFO O| Oct 14 03:54:23.471 INFO remove tree: "/rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/network/smb"
96192024-10-14T03:54:24.198Z[ host-image] Oct 14 03:54:23.471 INFO O| Oct 14 03:54:23.471 INFO STEP 132 (remove_files) COMPLETE
96202024-10-14T03:54:24.198Z[ host-image] Oct 14 03:54:23.472 INFO O| Oct 14 03:54:23.471 INFO STEP 133: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
96212024-10-14T03:54:24.206Z[ host-image] Oct 14 03:54:23.481 INFO O| Oct 14 03:54:23.481 INFO remove file: "/rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/application/management/net-snmp.xml"
96222024-10-14T03:54:24.209Z[ host-image] Oct 14 03:54:23.481 INFO O| Oct 14 03:54:23.481 INFO STEP 133 (remove_files) COMPLETE
96232024-10-14T03:54:24.209Z[ host-image] Oct 14 03:54:23.481 INFO O| Oct 14 03:54:23.481 INFO STEP 134: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
96242024-10-14T03:54:24.216Z[ host-image] Oct 14 03:54:23.491 INFO O| Oct 14 03:54:23.491 INFO remove file: "/rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/application/security/tcsd.xml"
96252024-10-14T03:54:24.218Z[ host-image] Oct 14 03:54:23.491 INFO O| Oct 14 03:54:23.491 INFO STEP 134 (remove_files) COMPLETE
96262024-10-14T03:54:24.218Z[ host-image] Oct 14 03:54:23.491 INFO O| Oct 14 03:54:23.491 INFO STEP 135: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
96272024-10-14T03:54:24.225Z[ host-image] Oct 14 03:54:23.501 INFO O| Oct 14 03:54:23.501 INFO remove file: "/rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/network/dns/install.xml"
96282024-10-14T03:54:24.226Z[ host-image] Oct 14 03:54:23.501 INFO O| Oct 14 03:54:23.501 INFO STEP 135 (remove_files) COMPLETE
96292024-10-14T03:54:24.228Z[ host-image] Oct 14 03:54:23.501 INFO O| Oct 14 03:54:23.501 INFO STEP 136: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
96302024-10-14T03:54:24.235Z[ host-image] Oct 14 03:54:23.510 INFO O| Oct 14 03:54:23.510 INFO remove file: "/rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/network/inetd-upgrade.xml"
96312024-10-14T03:54:24.235Z[ host-image] Oct 14 03:54:23.510 INFO O| Oct 14 03:54:23.510 INFO STEP 136 (remove_files) COMPLETE
96322024-10-14T03:54:24.238Z[ host-image] Oct 14 03:54:23.511 INFO O| Oct 14 03:54:23.510 INFO STEP 137: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
96332024-10-14T03:54:24.245Z[ host-image] Oct 14 03:54:23.520 INFO O| Oct 14 03:54:23.520 INFO remove file: "/rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/network/inetd.xml"
96342024-10-14T03:54:24.247Z[ host-image] Oct 14 03:54:23.520 INFO O| Oct 14 03:54:23.520 INFO STEP 137 (remove_files) COMPLETE
96352024-10-14T03:54:24.247Z[ host-image] Oct 14 03:54:23.520 INFO O| Oct 14 03:54:23.520 INFO STEP 138: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
96362024-10-14T03:54:24.255Z[ host-image] Oct 14 03:54:23.529 INFO O| Oct 14 03:54:23.529 INFO remove file: "/rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/network/network-install.xml"
96372024-10-14T03:54:24.258Z[ host-image] Oct 14 03:54:23.529 INFO O| Oct 14 03:54:23.529 INFO STEP 138 (remove_files) COMPLETE
96382024-10-14T03:54:24.258Z[ host-image] Oct 14 03:54:23.530 INFO O| Oct 14 03:54:23.529 INFO STEP 139: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
96392024-10-14T03:54:24.264Z[ host-image] Oct 14 03:54:23.539 INFO O| Oct 14 03:54:23.539 INFO remove file: "/rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/network/network-ipmp.xml"
96402024-10-14T03:54:24.264Z[ host-image] Oct 14 03:54:23.539 INFO O| Oct 14 03:54:23.539 INFO STEP 139 (remove_files) COMPLETE
96412024-10-14T03:54:24.266Z[ host-image] Oct 14 03:54:23.539 INFO O| Oct 14 03:54:23.539 INFO STEP 140: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
96422024-10-14T03:54:24.273Z[ host-image] Oct 14 03:54:23.548 INFO O| Oct 14 03:54:23.548 INFO remove file: "/rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/network/network-iptun.xml"
96432024-10-14T03:54:24.273Z[ host-image] Oct 14 03:54:23.548 INFO O| Oct 14 03:54:23.548 INFO STEP 140 (remove_files) COMPLETE
96442024-10-14T03:54:24.276Z[ host-image] Oct 14 03:54:23.548 INFO O| Oct 14 03:54:23.548 INFO STEP 141: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
96452024-10-14T03:54:24.283Z[ host-image] Oct 14 03:54:23.558 INFO O| Oct 14 03:54:23.558 INFO remove file: "/rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/network/network-location.xml"
96462024-10-14T03:54:24.283Z[ host-image] Oct 14 03:54:23.558 INFO O| Oct 14 03:54:23.558 INFO STEP 141 (remove_files) COMPLETE
96472024-10-14T03:54:24.285Z[ host-image] Oct 14 03:54:23.558 INFO O| Oct 14 03:54:23.558 INFO STEP 142: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
96482024-10-14T03:54:24.292Z[ host-image] Oct 14 03:54:23.568 INFO O| Oct 14 03:54:23.568 INFO remove file: "/rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/network/network-netcfg.xml"
96492024-10-14T03:54:24.292Z[ host-image] Oct 14 03:54:23.568 INFO O| Oct 14 03:54:23.568 INFO STEP 142 (remove_files) COMPLETE
96502024-10-14T03:54:24.295Z[ host-image] Oct 14 03:54:23.568 INFO O| Oct 14 03:54:23.568 INFO STEP 143: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
96512024-10-14T03:54:24.302Z[ host-image] Oct 14 03:54:23.577 INFO O| Oct 14 03:54:23.577 INFO remove file: "/rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/network/routing/rdisc.xml"
96522024-10-14T03:54:24.305Z[ host-image] Oct 14 03:54:23.577 INFO O| Oct 14 03:54:23.577 INFO STEP 143 (remove_files) COMPLETE
96532024-10-14T03:54:24.305Z[ host-image] Oct 14 03:54:23.577 INFO O| Oct 14 03:54:23.577 INFO STEP 144: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
96542024-10-14T03:54:24.311Z[ host-image] Oct 14 03:54:23.587 INFO O| Oct 14 03:54:23.587 INFO remove file: "/rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/network/varpd.xml"
96552024-10-14T03:54:24.311Z[ host-image] Oct 14 03:54:23.587 INFO O| Oct 14 03:54:23.587 INFO STEP 144 (remove_files) COMPLETE
96562024-10-14T03:54:24.315Z[ host-image] Oct 14 03:54:23.587 INFO O| Oct 14 03:54:23.587 INFO STEP 145: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
96572024-10-14T03:54:24.322Z[ host-image] Oct 14 03:54:23.597 INFO O| Oct 14 03:54:23.597 INFO remove file: "/rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/system/device/allocate.xml"
96582024-10-14T03:54:24.322Z[ host-image] Oct 14 03:54:23.597 INFO O| Oct 14 03:54:23.597 INFO STEP 145 (remove_files) COMPLETE
96592024-10-14T03:54:24.324Z[ host-image] Oct 14 03:54:23.597 INFO O| Oct 14 03:54:23.597 INFO STEP 146: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
96602024-10-14T03:54:24.331Z[ host-image] Oct 14 03:54:23.607 INFO O| Oct 14 03:54:23.607 INFO remove file: "/rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/system/device/devices-audio.xml"
96612024-10-14T03:54:24.334Z[ host-image] Oct 14 03:54:23.607 INFO O| Oct 14 03:54:23.607 INFO STEP 146 (remove_files) COMPLETE
96622024-10-14T03:54:24.334Z[ host-image] Oct 14 03:54:23.607 INFO O| Oct 14 03:54:23.607 INFO STEP 147: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
96632024-10-14T03:54:24.341Z[ host-image] Oct 14 03:54:23.616 INFO O| Oct 14 03:54:23.616 INFO remove file: "/rpool/images/build/host/work/gimlet/zfs/a/usr/lib/devfsadm/linkmod/SUNW_audio_link.so"
96642024-10-14T03:54:24.343Z[ host-image] Oct 14 03:54:23.616 INFO O| Oct 14 03:54:23.616 INFO STEP 147 (remove_files) COMPLETE
96652024-10-14T03:54:24.343Z[ host-image] Oct 14 03:54:23.616 INFO O| Oct 14 03:54:23.616 INFO STEP 148: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
96662024-10-14T03:54:24.351Z[ host-image] Oct 14 03:54:23.626 INFO O| Oct 14 03:54:23.626 INFO remove file: "/rpool/images/build/host/work/gimlet/zfs/a/dev/sndstat"
96672024-10-14T03:54:24.354Z[ host-image] Oct 14 03:54:23.626 INFO O| Oct 14 03:54:23.626 INFO STEP 148 (remove_files) COMPLETE
96682024-10-14T03:54:24.354Z[ host-image] Oct 14 03:54:23.626 INFO O| Oct 14 03:54:23.626 INFO STEP 149: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
96692024-10-14T03:54:24.361Z[ host-image] Oct 14 03:54:23.636 INFO O| Oct 14 03:54:23.636 INFO remove file: "/rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/system/device/mpxio-upgrade.xml"
96702024-10-14T03:54:24.363Z[ host-image] Oct 14 03:54:23.636 INFO O| Oct 14 03:54:23.636 INFO STEP 149 (remove_files) COMPLETE
96712024-10-14T03:54:24.363Z[ host-image] Oct 14 03:54:23.636 INFO O| Oct 14 03:54:23.636 INFO STEP 150: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
96722024-10-14T03:54:24.370Z[ host-image] Oct 14 03:54:23.645 INFO O| Oct 14 03:54:23.645 INFO remove file: "/rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/system/hostid.xml"
96732024-10-14T03:54:24.373Z[ host-image] Oct 14 03:54:23.645 INFO O| Oct 14 03:54:23.645 INFO STEP 150 (remove_files) COMPLETE
96742024-10-14T03:54:24.373Z[ host-image] Oct 14 03:54:23.645 INFO O| Oct 14 03:54:23.645 INFO STEP 151: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
96752024-10-14T03:54:24.380Z[ host-image] Oct 14 03:54:23.655 INFO O| Oct 14 03:54:23.655 INFO remove file: "/rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/system/idmap.xml"
96762024-10-14T03:54:24.380Z[ host-image] Oct 14 03:54:23.655 INFO O| Oct 14 03:54:23.655 INFO STEP 151 (remove_files) COMPLETE
96772024-10-14T03:54:24.382Z[ host-image] Oct 14 03:54:23.655 INFO O| Oct 14 03:54:23.655 INFO STEP 152: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
96782024-10-14T03:54:24.389Z[ host-image] Oct 14 03:54:23.664 INFO O| Oct 14 03:54:23.664 INFO remove file: "/rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/system/pkgserv.xml"
96792024-10-14T03:54:24.389Z[ host-image] Oct 14 03:54:23.664 INFO O| Oct 14 03:54:23.664 INFO STEP 152 (remove_files) COMPLETE
96802024-10-14T03:54:24.389Z[ host-image] Oct 14 03:54:23.664 INFO O| Oct 14 03:54:23.664 INFO STEP 153: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
96812024-10-14T03:54:24.399Z[ host-image] Oct 14 03:54:23.675 INFO O| Oct 14 03:54:23.675 INFO remove file: "/rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/system/zones.xml"
96822024-10-14T03:54:24.400Z[ host-image] Oct 14 03:54:23.675 INFO O| Oct 14 03:54:23.675 INFO STEP 153 (remove_files) COMPLETE
96832024-10-14T03:54:24.402Z[ host-image] Oct 14 03:54:23.675 INFO O| Oct 14 03:54:23.675 INFO STEP 154: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
96842024-10-14T03:54:24.409Z[ host-image] Oct 14 03:54:23.684 INFO O| Oct 14 03:54:23.684 INFO remove file: "/rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/system/intrd.xml"
96852024-10-14T03:54:24.411Z[ host-image] Oct 14 03:54:23.684 INFO O| Oct 14 03:54:23.684 INFO STEP 154 (remove_files) COMPLETE
96862024-10-14T03:54:24.411Z[ host-image] Oct 14 03:54:23.684 INFO O| Oct 14 03:54:23.684 INFO STEP 155: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
96872024-10-14T03:54:24.419Z[ host-image] Oct 14 03:54:23.694 INFO O| Oct 14 03:54:23.694 INFO remove file: "/rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/network/chrony.xml"
96882024-10-14T03:54:24.421Z[ host-image] Oct 14 03:54:23.694 INFO O| Oct 14 03:54:23.694 INFO STEP 155 (remove_files) COMPLETE
96892024-10-14T03:54:24.421Z[ host-image] Oct 14 03:54:23.694 INFO O| Oct 14 03:54:23.694 INFO STEP 156: seed_smf, from: /work/oxidecomputer/helios/image/templates/gimlet/zfs.json
96902024-10-14T03:54:24.433Z[ host-image] Oct 14 03:54:23.708 INFO O| Oct 14 03:54:23.708 INFO file /rpool/images/build/host/tmp/gimlet/zfs/repo.db does not already exist, skipping removal
96912024-10-14T03:54:24.435Z[ host-image] Oct 14 03:54:23.708 INFO O| Oct 14 03:54:23.708 INFO exec: ["/usr/sbin/svccfg", "import", "-p", "/dev/stdout", "/rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest"], env: {"PKG_INSTALL_ROOT": "/rpool/images/build/host/work/gimlet/zfs/a", "SVCCFG_DTD": "/rpool/images/build/host/work/gimlet/zfs/a/usr/share/lib/xml/dtd/service_bundle.dtd.1", "SVCCFG_CHECKHASH": "1", "SVCCFG_REPOSITORY": "/rpool/images/build/host/tmp/gimlet/zfs/repo.db"}
96922024-10-14T03:54:32.355Z[ host-image] Oct 14 03:54:31.629 INFO O| Oct 14 03:54:31.629 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
96932024-10-14T03:54:32.355Z[ host-image] Oct 14 03:54:31.629 INFO O| Oct 14 03:54:31.629 INFO E| svccfg: Loaded 74 smf(7) service descriptions
96942024-10-14T03:54:32.368Z[ host-image] Oct 14 03:54:31.643 INFO O| Oct 14 03:54:31.643 INFO exec: ["/usr/sbin/svccfg", "apply", "/rpool/images/build/host/work/gimlet/zfs/a/var/svc/profile/site.xml"], env: {"SVCCFG_CHECKHASH": "1", "SVCCFG_REPOSITORY": "/rpool/images/build/host/tmp/gimlet/zfs/repo.db", "PKG_INSTALL_ROOT": "/rpool/images/build/host/work/gimlet/zfs/a", "SVCCFG_DTD": "/rpool/images/build/host/work/gimlet/zfs/a/usr/share/lib/xml/dtd/service_bundle.dtd.1"}
96952024-10-14T03:54:32.446Z[ host-image] Oct 14 03:54:31.720 INFO O| Oct 14 03:54:31.720 INFO file /rpool/images/build/host/work/gimlet/zfs/a/etc/svc/repository.db does not exist
96962024-10-14T03:54:32.449Z[ host-image] Oct 14 03:54:31.720 INFO O| Oct 14 03:54:31.720 INFO copying /rpool/images/build/host/tmp/gimlet/zfs/repo.db -> /rpool/images/build/host/work/gimlet/zfs/a/etc/svc/repository.db ...
96972024-10-14T03:54:32.449Z[ host-image] Oct 14 03:54:31.722 INFO O| Oct 14 03:54:31.721 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/etc/svc/repository.db
96982024-10-14T03:54:32.449Z[ host-image] Oct 14 03:54:31.722 INFO O| Oct 14 03:54:31.722 INFO ok!
96992024-10-14T03:54:32.449Z[ host-image] Oct 14 03:54:31.722 INFO O| Oct 14 03:54:31.722 INFO file /rpool/images/build/host/tmp/gimlet/zfs/repo.db exists (as File), removing
97002024-10-14T03:54:32.449Z[ host-image] Oct 14 03:54:31.722 INFO O| Oct 14 03:54:31.722 INFO STEP 156 (seed_smf) COMPLETE
97012024-10-14T03:54:32.449Z[ host-image] Oct 14 03:54:31.722 INFO O| Oct 14 03:54:31.722 INFO steps complete; finalising image!
97022024-10-14T03:54:32.449Z[ host-image] Oct 14 03:54:31.722 INFO O| Oct 14 03:54:31.722 INFO TRIM POOL: TEMPORARY-gimlet-zfs
97032024-10-14T03:54:32.582Z[ host-image] Oct 14 03:54:31.856 INFO O| Oct 14 03:54:31.856 INFO trim TEMPORARY-gimlet-zfs: (0% trimmed, started at Mon Oct 14 03:54:31 2024)
97042024-10-14T03:54:32.804Z[ host-image] Oct 14 03:54:32.077 INFO O| Oct 14 03:54:32.077 INFO temporary pool has 683M used, 149M avail, 1.86x compressratio
97052024-10-14T03:54:32.804Z[ host-image] Oct 14 03:54:32.077 INFO O| Oct 14 03:54:32.077 INFO EXPORT POOL: TEMPORARY-gimlet-zfs
97062024-10-14T03:54:33.091Z[ host-image] Oct 14 03:54:32.364 INFO O| Oct 14 03:54:32.364 INFO copying image /rpool/images/build/host/work/gimlet/zfs/lofi.raw to output file /rpool/images/build/host/output/gimlet-zfs.raw
97072024-10-14T03:54:33.091Z[ host-image] Oct 14 03:54:32.364 INFO O| Oct 14 03:54:32.364 INFO file /rpool/images/build/host/output/gimlet-zfs.raw does not already exist, skipping removal
97082024-10-14T03:54:34.119Z[ host-image] Oct 14 03:54:33.393 INFO O| Oct 14 03:54:33.393 INFO perms are 1600, should be 644, path: /rpool/images/build/host/output/gimlet-zfs.raw
97092024-10-14T03:54:34.119Z[ host-image] Oct 14 03:54:33.393 INFO O| Oct 14 03:54:33.393 INFO chmod ok, path: /rpool/images/build/host/output/gimlet-zfs.raw
97102024-10-14T03:54:34.130Z[ host-image] Oct 14 03:54:33.393 INFO O| Oct 14 03:54:33.393 INFO ownership already OK (0:0), path: /rpool/images/build/host/output/gimlet-zfs.raw
97112024-10-14T03:54:34.130Z[ host-image] Oct 14 03:54:33.393 INFO O| Oct 14 03:54:33.393 INFO completed processing gimlet/zfs
97122024-10-14T03:54:34.130Z[ host-image] Oct 14 03:54:33.393 INFO O| Oct 14 03:54:33.393 INFO DESTROY DATASET: rpool/images/build/host/work/gimlet/zfs
97132024-10-14T03:54:40.585Z[ host-image] Oct 14 03:54:39.859 INFO O| Oct 14 03:54:39.859 INFO DESTROY DATASET: rpool/images/build/host/tmp/gimlet/zfs
97142024-10-14T03:54:40.664Z[ host-image] Oct 14 03:54:39.938 INFO BUILD STRING "heads/stlouis-0-ge533ae0254\n"
97152024-10-14T03:54:40.664Z[ host-image] Oct 14 03:54:39.938 INFO expanded image name: "ci 63aef7a/${os_short_commit} 2024-10-14 03:24" -> "ci 63aef7a/e533ae0 2024-10-14 03:24"
97162024-10-14T03:54:40.667Z[ host-image] Oct 14 03:54:39.938 INFO output artefacts stored in: "/work/os-host"
97172024-10-14T03:54:40.667Z[ host-image] Oct 14 03:54:39.938 INFO collecting git info from project "amd-firmware"...
97182024-10-14T03:54:40.673Z[ host-image] Oct 14 03:54:39.947 INFO collecting git info from project "bootserver"...
97192024-10-14T03:54:40.677Z[ host-image] Oct 14 03:54:39.951 INFO collecting git info from project "image-builder"...
97202024-10-14T03:54:40.681Z[ host-image] Oct 14 03:54:39.955 INFO collecting git info from project "pilot"...
97212024-10-14T03:54:40.686Z[ host-image] Oct 14 03:54:39.960 INFO collecting git info from project "phbl"...
97222024-10-14T03:54:40.692Z[ host-image] Oct 14 03:54:39.965 INFO collecting git info from project "chelsio-t6-roms"...
97232024-10-14T03:54:40.696Z[ host-image] Oct 14 03:54:39.969 INFO collecting git info from project "amd-host-image-builder"...
97242024-10-14T03:54:40.709Z[ host-image] Oct 14 03:54:39.982 INFO collecting git info from project "pinprick"...
97252024-10-14T03:54:40.712Z[ host-image] Oct 14 03:54:39.986 INFO collecting packaging info "pkg-publishers.txt": ["publisher", "-F", "tsv"]...
97262024-10-14T03:54:41.075Z[ host-image] Oct 14 03:54:40.346 INFO collecting packaging info "pkg-list.txt": ["list", "-H", "-v"]...
97272024-10-14T03:54:41.410Z[ host-image] Oct 14 03:54:40.681 INFO creating Oxide boot image...
97282024-10-14T03:54:41.410Z[ host-image] Oct 14 03:54:40.682 INFO exec: ["/work/oxidecomputer/helios/projects/bootserver/target/release/mkimage", "-i", "/rpool/images/build/host/output/gimlet-zfs.raw", "-N", "ci 63aef7a/e533ae0 2024-10-14 03:24", "-o", "/work/os-host/zfs.img", "-O", "/work/oxidecomputer/helios/tmp/image.host/boot_image_csum", "-s", "4096"], pwd: None
97292024-10-14T03:54:42.357Z[ host-image] Oct 14 03:54:41.628 INFO O| ok, image written!
97302024-10-14T03:54:42.357Z[ host-image] Oct 14 03:54:41.629 INFO O| ok, boot_image_csum file written!
97312024-10-14T03:54:42.359Z[ host-image] Oct 14 03:54:41.631 INFO creating boot archive (CPIO)...
97322024-10-14T03:54:42.359Z[ host-image] Oct 14 03:54:41.631 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
97332024-10-14T03:54:42.368Z[ host-image] Oct 14 03:54:41.640 INFO E| + root=/rpool/images/build/host/work/gimlet/ramdisk
97342024-10-14T03:54:42.368Z[ host-image] Oct 14 03:54:41.640 INFO E| + outfile=/work/os-host/cpio
97352024-10-14T03:54:42.368Z[ host-image] Oct 14 03:54:41.640 INFO E| + tmpdir=/work/oxidecomputer/helios/tmp/image.host
97362024-10-14T03:54:42.371Z[ host-image] Oct 14 03:54:41.642 INFO E| + cd /rpool/images/build/host/work/gimlet/ramdisk
97372024-10-14T03:54:42.371Z[ host-image] Oct 14 03:54:41.642 INFO E| + cpio -qo -H odc -O /work/os-host/cpio
97382024-10-14T03:54:42.402Z[ host-image] Oct 14 03:54:41.676 INFO E| + cd /work/oxidecomputer/helios/tmp/image.host
97392024-10-14T03:54:42.403Z[ host-image] Oct 14 03:54:41.676 INFO E| + cpio -qo -H odc -AO /work/os-host/cpio
97402024-10-14T03:54:42.410Z[ host-image] Oct 14 03:54:41.684 INFO creating compressed cpio/unix for nanobl-rs...
97412024-10-14T03:54:42.414Z[ host-image] Oct 14 03:54:41.684 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
97422024-10-14T03:54:42.695Z[ host-image] Oct 14 03:54:41.969 INFO exec: ["bash", "-c", "\'/work/oxidecomputer/helios/projects/pinprick/target/release/pinprick\' \'/work/os-host/cpio\' >\'/work/os-host/cpio.z\'"], pwd: None
97432024-10-14T03:54:47.074Z[ host-image] Oct 14 03:54:46.345 INFO creating reset image...
97442024-10-14T03:54:47.076Z[ host-image] Oct 14 03:54:46.345 INFO exec: ["cargo", "xtask", "build", "--release", "--cpioz", "/work/os-host/cpio.z"], pwd: Some("/work/oxidecomputer/helios/projects/phbl")
97452024-10-14T03:54:47.159Z[ host-image] Oct 14 03:54:46.432 INFO E| Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.03s
97462024-10-14T03:54:47.161Z[ host-image] Oct 14 03:54:46.433 INFO E| Running `xtask/target/debug/xtask build --release --cpioz /work/os-host/cpio.z`
97472024-10-14T03:54:47.211Z[ host-image] Oct 14 03:54:46.485 INFO E| Compiling phbl v0.1.0 (/work/oxidecomputer/helios/projects/phbl)
97482024-10-14T03:54:48.999Z[ host-image] Oct 14 03:54:48.271 INFO E| Finished `release` profile [optimized] target(s) in 1.82s
97492024-10-14T03:54:49.018Z[ host-image] Oct 14 03:54:48.283 INFO building host image...
97502024-10-14T03:54:49.039Z[ host-image] Oct 14 03:54:48.283 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")
97512024-10-14T03:54:49.497Z[ host-image] Oct 14 03:54:48.770 INFO finishing image archive at "/work/os-host/os.tar.gz"...
97522024-10-14T03:55:36.471Z[ host-image] Oct 14 03:55:35.740 INFO image complete! materials are in "/work/os-host"
97532024-10-14T03:55:36.475Z[ host-image]
97542024-10-14T03:55:36.476Z[ host-image] real 9:47.365314744
97552024-10-14T03:55:36.476Z[ host-image] user 4:37.877357880
97562024-10-14T03:55:36.476Z[ host-image] sys 50.540219624
97572024-10-14T03:55:36.476Z[ host-image] trap 0.156141168
97582024-10-14T03:55:36.477Z[ host-image] tflt 0.010959778
97592024-10-14T03:55:36.477Z[ host-image] dflt 0.056784571
97602024-10-14T03:55:36.477Z[ host-image] kflt 0.000001610
97612024-10-14T03:55:36.477Z[ host-image] lock 31.282746333
97622024-10-14T03:55:36.477Z[ host-image] slp 53:38.083891194
97632024-10-14T03:55:36.477Z[ host-image] lat 1:28.923492694
97642024-10-14T03:55:36.477Z[ host-image] stop 0.400892098
97652024-10-14T03:55:36.477ZOct 14 03:55:35.744 INFO [host-image] process exited with exit status: 0 (587.379838182s)
97662024-10-14T03:55:36.477ZOct 14 03:55:35.744 INFO [tuf-repo] running task
97672024-10-14T03:55:43.198ZOct 14 03:55:42.468 INFO assembling repository in `/tmp/tufaceous3zAKQe`, component: OmicronRepoAssembler
97682024-10-14T03:55:48.216ZOct 14 03:55:47.486 DEBG assembly successful, cleaning up, component: OmicronRepoAssembler
97692024-10-14T03:55:48.477ZOct 14 03:55:47.747 INFO artifacts assembled and archived to `/work/repo.zip`, component: OmicronRepoAssembler
97702024-10-14T03:56:00.064ZOct 14 03:55:59.333 INFO [tuf-repo] task succeeded (23.588620088s)
97712024-10-14T03:56:00.064ZOct 14 03:55:59.333 INFO all jobs completed in 1908.973047958s
97722024-10-14T03:56:00.627Zprocess exited: duration 2488849 ms, exit code 0
 
97732024-10-14T03:56:00.792Zfound 33 output files
97742024-10-14T03:56:00.792Zuploading: /work/manifest.toml (8404 bytes)
97752024-10-14T03:56:01.789Zuploaded: /work/manifest.toml
97762024-10-14T03:56:01.799Zuploading: /work/repo.zip (1841599071 bytes)
97772024-10-14T03:56:49.292Zuploaded: /work/repo.zip
97782024-10-14T03:56:49.292Zuploading: /work/repo.zip.sha256.txt (65 bytes)
97792024-10-14T03:56:50.369Zuploaded: /work/repo.zip.sha256.txt
97802024-10-14T03:56:50.369Zuploading: /work/helios-setup.log (65355 bytes)
97812024-10-14T03:56:51.412Zuploaded: /work/helios-setup.log
97822024-10-14T03:56:51.412Zuploading: /work/host-image.log (194805 bytes)
97832024-10-14T03:56:52.434Zuploaded: /work/host-image.log
97842024-10-14T03:56:52.434Zuploading: /work/host-package.log (22281 bytes)
97852024-10-14T03:56:53.444Zuploaded: /work/host-package.log
97862024-10-14T03:56:53.444Zuploading: /work/host-target.log (101 bytes)
97872024-10-14T03:56:54.454Zuploaded: /work/host-target.log
97882024-10-14T03:56:54.454Zuploading: /work/omicron-package.log (5097 bytes)
97892024-10-14T03:56:55.466Zuploaded: /work/omicron-package.log
97902024-10-14T03:56:55.466Zuploading: /work/phbl-toolchain.log (881 bytes)
97912024-10-14T03:56:56.474Zuploaded: /work/phbl-toolchain.log
97922024-10-14T03:56:56.474Zuploading: /work/recovery-image.log (592260 bytes)
97932024-10-14T03:56:57.493Zuploaded: /work/recovery-image.log
97942024-10-14T03:56:57.493Zuploading: /work/recovery-package.log (321 bytes)
97952024-10-14T03:56:58.502Zuploaded: /work/recovery-package.log
97962024-10-14T03:56:58.502Zuploading: /work/recovery-target.log (98 bytes)
97972024-10-14T03:56:59.509Zuploaded: /work/recovery-target.log
97982024-10-14T03:56:59.509Zuploading: /work/stamp-clickhouse.log (117 bytes)
97992024-10-14T03:57:00.518Zuploaded: /work/stamp-clickhouse.log
98002024-10-14T03:57:00.518Zuploading: /work/stamp-clickhouse_keeper.log (124 bytes)
98012024-10-14T03:57:01.529Zuploaded: /work/stamp-clickhouse_keeper.log
98022024-10-14T03:57:01.529Zuploading: /work/stamp-cockroachdb.log (118 bytes)
98032024-10-14T03:57:02.538Zuploaded: /work/stamp-cockroachdb.log
98042024-10-14T03:57:02.538Zuploading: /work/stamp-crucible-dtrace.log (119 bytes)
98052024-10-14T03:57:03.546Zuploaded: /work/stamp-crucible-dtrace.log
98062024-10-14T03:57:03.549Zuploading: /work/stamp-crucible-pantry-zone.log (127 bytes)
98072024-10-14T03:57:04.557Zuploaded: /work/stamp-crucible-pantry-zone.log
98082024-10-14T03:57:04.557Zuploading: /work/stamp-crucible-zone.log (120 bytes)
98092024-10-14T03:57:05.569Zuploaded: /work/stamp-crucible-zone.log
98102024-10-14T03:57:05.569Zuploading: /work/stamp-external-dns.log (119 bytes)
98112024-10-14T03:57:06.578Zuploaded: /work/stamp-external-dns.log
98122024-10-14T03:57:06.578Zuploading: /work/stamp-installinator.log (103 bytes)
98132024-10-14T03:57:07.588Zuploaded: /work/stamp-installinator.log
98142024-10-14T03:57:07.588Zuploading: /work/stamp-internal-dns.log (119 bytes)
98152024-10-14T03:57:08.595Zuploaded: /work/stamp-internal-dns.log
98162024-10-14T03:57:08.595Zuploading: /work/stamp-mg-ddm-gz.log (99 bytes)
98172024-10-14T03:57:09.604Zuploaded: /work/stamp-mg-ddm-gz.log
98182024-10-14T03:57:09.604Zuploading: /work/stamp-nexus.log (112 bytes)
98192024-10-14T03:57:10.615Zuploaded: /work/stamp-nexus.log
98202024-10-14T03:57:10.615Zuploading: /work/stamp-ntp.log (110 bytes)
98212024-10-14T03:57:11.625Zuploaded: /work/stamp-ntp.log
98222024-10-14T03:57:11.625Zuploading: /work/stamp-omicron-sled-agent.log (122 bytes)
98232024-10-14T03:57:12.632Zuploaded: /work/stamp-omicron-sled-agent.log
98242024-10-14T03:57:12.632Zuploading: /work/stamp-overlay.log (114 bytes)
98252024-10-14T03:57:13.642Zuploaded: /work/stamp-overlay.log
98262024-10-14T03:57:13.642Zuploading: /work/stamp-oximeter.log (115 bytes)
98272024-10-14T03:57:14.651Zuploaded: /work/stamp-oximeter.log
98282024-10-14T03:57:14.651Zuploading: /work/stamp-oxlog.log (109 bytes)
98292024-10-14T03:57:15.659Zuploaded: /work/stamp-oxlog.log
98302024-10-14T03:57:15.659Zuploading: /work/stamp-probe.log (112 bytes)
98312024-10-14T03:57:16.667Zuploaded: /work/stamp-probe.log
98322024-10-14T03:57:16.667Zuploading: /work/stamp-propolis-server.log (122 bytes)
98332024-10-14T03:57:17.755Zuploaded: /work/stamp-propolis-server.log
98342024-10-14T03:57:17.755Zuploading: /work/stamp-pumpkind-gz.log (115 bytes)
98352024-10-14T03:57:18.763Zuploaded: /work/stamp-pumpkind-gz.log
98362024-10-14T03:57:18.763Zuploading: /work/stamp-switch-asic.log (118 bytes)
98372024-10-14T03:57:19.773Zuploaded: /work/stamp-switch-asic.log
98382024-10-14T03:57:19.774Zuploading: /work/verify-libraries.log (3720 bytes)
98392024-10-14T03:57:20.784Zuploaded: /work/verify-libraries.log